Skip to content

Commit 9ae2758

Browse files
authored
✨ Regenerate client with openapi-generator v7.5.0 (#168)
* change default aca-py version to 0.11.0 * update openapi-generator tag to checkout * ⬆️ upgrade swagger-converter * 🎨 Update _files type * 🎨 Update files parameters method * 🎨 Update deserializing * 🎨 Update openapi yml * 🎨 Update swagger json and format it for easier tracking * revision version bump
1 parent e04efa7 commit 9ae2758

34 files changed

+12630
-395
lines changed

aries_cloudcontroller/api/action_menu_api.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def _close_active_menu_serialize(
179179
_query_params: List[Tuple[str, str]] = []
180180
_header_params: Dict[str, Optional[str]] = _headers or {}
181181
_form_params: List[Tuple[str, str]] = []
182-
_files: Dict[str, str] = {}
182+
_files: Dict[str, Union[str, bytes]] = {}
183183
_body_params: Optional[bytes] = None
184184

185185
# process the path parameters
@@ -356,7 +356,7 @@ def _fetch_active_menu_serialize(
356356
_query_params: List[Tuple[str, str]] = []
357357
_header_params: Dict[str, Optional[str]] = _headers or {}
358358
_form_params: List[Tuple[str, str]] = []
359-
_files: Dict[str, str] = {}
359+
_files: Dict[str, Union[str, bytes]] = {}
360360
_body_params: Optional[bytes] = None
361361

362362
# process the path parameters
@@ -546,7 +546,7 @@ def _perform_action_serialize(
546546
_query_params: List[Tuple[str, str]] = []
547547
_header_params: Dict[str, Optional[str]] = _headers or {}
548548
_form_params: List[Tuple[str, str]] = []
549-
_files: Dict[str, str] = {}
549+
_files: Dict[str, Union[str, bytes]] = {}
550550
_body_params: Optional[bytes] = None
551551

552552
# process the path parameters
@@ -735,7 +735,7 @@ def _request_active_menu_serialize(
735735
_query_params: List[Tuple[str, str]] = []
736736
_header_params: Dict[str, Optional[str]] = _headers or {}
737737
_form_params: List[Tuple[str, str]] = []
738-
_files: Dict[str, str] = {}
738+
_files: Dict[str, Union[str, bytes]] = {}
739739
_body_params: Optional[bytes] = None
740740

741741
# process the path parameters
@@ -925,7 +925,7 @@ def _send_menu_serialize(
925925
_query_params: List[Tuple[str, str]] = []
926926
_header_params: Dict[str, Optional[str]] = _headers or {}
927927
_form_params: List[Tuple[str, str]] = []
928-
_files: Dict[str, str] = {}
928+
_files: Dict[str, Union[str, bytes]] = {}
929929
_body_params: Optional[bytes] = None
930930

931931
# process the path parameters

aries_cloudcontroller/api/basicmessage_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def _send_message_serialize(
190190
_query_params: List[Tuple[str, str]] = []
191191
_header_params: Dict[str, Optional[str]] = _headers or {}
192192
_form_params: List[Tuple[str, str]] = []
193-
_files: Dict[str, str] = {}
193+
_files: Dict[str, Union[str, bytes]] = {}
194194
_body_params: Optional[bytes] = None
195195

196196
# process the path parameters

aries_cloudcontroller/api/connection_api.py

+11-11
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def _accept_invitation_serialize(
257257
_query_params: List[Tuple[str, str]] = []
258258
_header_params: Dict[str, Optional[str]] = _headers or {}
259259
_form_params: List[Tuple[str, str]] = []
260-
_files: Dict[str, str] = {}
260+
_files: Dict[str, Union[str, bytes]] = {}
261261
_body_params: Optional[bytes] = None
262262

263263
# process the path parameters
@@ -468,7 +468,7 @@ def _accept_request_serialize(
468468
_query_params: List[Tuple[str, str]] = []
469469
_header_params: Dict[str, Optional[str]] = _headers or {}
470470
_form_params: List[Tuple[str, str]] = []
471-
_files: Dict[str, str] = {}
471+
_files: Dict[str, Union[str, bytes]] = {}
472472
_body_params: Optional[bytes] = None
473473

474474
# process the path parameters
@@ -728,7 +728,7 @@ def _create_invitation_serialize(
728728
_query_params: List[Tuple[str, str]] = []
729729
_header_params: Dict[str, Optional[str]] = _headers or {}
730730
_form_params: List[Tuple[str, str]] = []
731-
_files: Dict[str, str] = {}
731+
_files: Dict[str, Union[str, bytes]] = {}
732732
_body_params: Optional[bytes] = None
733733

734734
# process the path parameters
@@ -931,7 +931,7 @@ def _create_static_connection_serialize(
931931
_query_params: List[Tuple[str, str]] = []
932932
_header_params: Dict[str, Optional[str]] = _headers or {}
933933
_form_params: List[Tuple[str, str]] = []
934-
_files: Dict[str, str] = {}
934+
_files: Dict[str, Union[str, bytes]] = {}
935935
_body_params: Optional[bytes] = None
936936

937937
# process the path parameters
@@ -1118,7 +1118,7 @@ def _delete_connection_serialize(
11181118
_query_params: List[Tuple[str, str]] = []
11191119
_header_params: Dict[str, Optional[str]] = _headers or {}
11201120
_form_params: List[Tuple[str, str]] = []
1121-
_files: Dict[str, str] = {}
1121+
_files: Dict[str, Union[str, bytes]] = {}
11221122
_body_params: Optional[bytes] = None
11231123

11241124
# process the path parameters
@@ -1295,7 +1295,7 @@ def _get_connection_serialize(
12951295
_query_params: List[Tuple[str, str]] = []
12961296
_header_params: Dict[str, Optional[str]] = _headers or {}
12971297
_form_params: List[Tuple[str, str]] = []
1298-
_files: Dict[str, str] = {}
1298+
_files: Dict[str, Union[str, bytes]] = {}
12991299
_body_params: Optional[bytes] = None
13001300

13011301
# process the path parameters
@@ -1472,7 +1472,7 @@ def _get_connection_endpoint_serialize(
14721472
_query_params: List[Tuple[str, str]] = []
14731473
_header_params: Dict[str, Optional[str]] = _headers or {}
14741474
_form_params: List[Tuple[str, str]] = []
1475-
_files: Dict[str, str] = {}
1475+
_files: Dict[str, Union[str, bytes]] = {}
14761476
_body_params: Optional[bytes] = None
14771477

14781478
# process the path parameters
@@ -1813,7 +1813,7 @@ def _get_connections_serialize(
18131813
_query_params: List[Tuple[str, str]] = []
18141814
_header_params: Dict[str, Optional[str]] = _headers or {}
18151815
_form_params: List[Tuple[str, str]] = []
1816-
_files: Dict[str, str] = {}
1816+
_files: Dict[str, Union[str, bytes]] = {}
18171817
_body_params: Optional[bytes] = None
18181818

18191819
# process the path parameters
@@ -2043,7 +2043,7 @@ def _get_metadata_serialize(
20432043
_query_params: List[Tuple[str, str]] = []
20442044
_header_params: Dict[str, Optional[str]] = _headers or {}
20452045
_form_params: List[Tuple[str, str]] = []
2046-
_files: Dict[str, str] = {}
2046+
_files: Dict[str, Union[str, bytes]] = {}
20472047
_body_params: Optional[bytes] = None
20482048

20492049
# process the path parameters
@@ -2281,7 +2281,7 @@ def _receive_invitation_serialize(
22812281
_query_params: List[Tuple[str, str]] = []
22822282
_header_params: Dict[str, Optional[str]] = _headers or {}
22832283
_form_params: List[Tuple[str, str]] = []
2284-
_files: Dict[str, str] = {}
2284+
_files: Dict[str, Union[str, bytes]] = {}
22852285
_body_params: Optional[bytes] = None
22862286

22872287
# process the path parameters
@@ -2493,7 +2493,7 @@ def _set_metadata_serialize(
24932493
_query_params: List[Tuple[str, str]] = []
24942494
_header_params: Dict[str, Optional[str]] = _headers or {}
24952495
_form_params: List[Tuple[str, str]] = []
2496-
_files: Dict[str, str] = {}
2496+
_files: Dict[str, Union[str, bytes]] = {}
24972497
_body_params: Optional[bytes] = None
24982498

24992499
# process the path parameters

aries_cloudcontroller/api/credential_definition_api.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def _credential_definitions_cred_def_id_write_record_post_serialize(
194194
_query_params: List[Tuple[str, str]] = []
195195
_header_params: Dict[str, Optional[str]] = _headers or {}
196196
_form_params: List[Tuple[str, str]] = []
197-
_files: Dict[str, str] = {}
197+
_files: Dict[str, Union[str, bytes]] = {}
198198
_body_params: Optional[bytes] = None
199199

200200
# process the path parameters
@@ -487,7 +487,7 @@ def _get_created_cred_defs_serialize(
487487
_query_params: List[Tuple[str, str]] = []
488488
_header_params: Dict[str, Optional[str]] = _headers or {}
489489
_form_params: List[Tuple[str, str]] = []
490-
_files: Dict[str, str] = {}
490+
_files: Dict[str, Union[str, bytes]] = {}
491491
_body_params: Optional[bytes] = None
492492

493493
# process the path parameters
@@ -692,7 +692,7 @@ def _get_cred_def_serialize(
692692
_query_params: List[Tuple[str, str]] = []
693693
_header_params: Dict[str, Optional[str]] = _headers or {}
694694
_form_params: List[Tuple[str, str]] = []
695-
_files: Dict[str, str] = {}
695+
_files: Dict[str, Union[str, bytes]] = {}
696696
_body_params: Optional[bytes] = None
697697

698698
# process the path parameters
@@ -910,7 +910,7 @@ def _publish_cred_def_serialize(
910910
_query_params: List[Tuple[str, str]] = []
911911
_header_params: Dict[str, Optional[str]] = _headers or {}
912912
_form_params: List[Tuple[str, str]] = []
913-
_files: Dict[str, str] = {}
913+
_files: Dict[str, Union[str, bytes]] = {}
914914
_body_params: Optional[bytes] = None
915915

916916
# process the path parameters

aries_cloudcontroller/api/credentials_api.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _delete_record_serialize(
187187
_query_params: List[Tuple[str, str]] = []
188188
_header_params: Dict[str, Optional[str]] = _headers or {}
189189
_form_params: List[Tuple[str, str]] = []
190-
_files: Dict[str, str] = {}
190+
_files: Dict[str, Union[str, bytes]] = {}
191191
_body_params: Optional[bytes] = None
192192

193193
# process the path parameters
@@ -364,7 +364,7 @@ def _delete_w3c_credential_serialize(
364364
_query_params: List[Tuple[str, str]] = []
365365
_header_params: Dict[str, Optional[str]] = _headers or {}
366366
_form_params: List[Tuple[str, str]] = []
367-
_files: Dict[str, str] = {}
367+
_files: Dict[str, Union[str, bytes]] = {}
368368
_body_params: Optional[bytes] = None
369369

370370
# process the path parameters
@@ -541,7 +541,7 @@ def _get_credential_mime_types_serialize(
541541
_query_params: List[Tuple[str, str]] = []
542542
_header_params: Dict[str, Optional[str]] = _headers or {}
543543
_form_params: List[Tuple[str, str]] = []
544-
_files: Dict[str, str] = {}
544+
_files: Dict[str, Union[str, bytes]] = {}
545545
_body_params: Optional[bytes] = None
546546

547547
# process the path parameters
@@ -718,7 +718,7 @@ def _get_record_serialize(
718718
_query_params: List[Tuple[str, str]] = []
719719
_header_params: Dict[str, Optional[str]] = _headers or {}
720720
_form_params: List[Tuple[str, str]] = []
721-
_files: Dict[str, str] = {}
721+
_files: Dict[str, Union[str, bytes]] = {}
722722
_body_params: Optional[bytes] = None
723723

724724
# process the path parameters
@@ -948,7 +948,7 @@ def _get_records_serialize(
948948
_query_params: List[Tuple[str, str]] = []
949949
_header_params: Dict[str, Optional[str]] = _headers or {}
950950
_form_params: List[Tuple[str, str]] = []
951-
_files: Dict[str, str] = {}
951+
_files: Dict[str, Union[str, bytes]] = {}
952952
_body_params: Optional[bytes] = None
953953

954954
# process the path parameters
@@ -1185,7 +1185,7 @@ def _get_revocation_status_serialize(
11851185
_query_params: List[Tuple[str, str]] = []
11861186
_header_params: Dict[str, Optional[str]] = _headers or {}
11871187
_form_params: List[Tuple[str, str]] = []
1188-
_files: Dict[str, str] = {}
1188+
_files: Dict[str, Union[str, bytes]] = {}
11891189
_body_params: Optional[bytes] = None
11901190

11911191
# process the path parameters
@@ -1370,7 +1370,7 @@ def _get_w3c_credential_serialize(
13701370
_query_params: List[Tuple[str, str]] = []
13711371
_header_params: Dict[str, Optional[str]] = _headers or {}
13721372
_form_params: List[Tuple[str, str]] = []
1373-
_files: Dict[str, str] = {}
1373+
_files: Dict[str, Union[str, bytes]] = {}
13741374
_body_params: Optional[bytes] = None
13751375

13761376
# process the path parameters
@@ -1613,7 +1613,7 @@ def _get_w3c_credentials_serialize(
16131613
_query_params: List[Tuple[str, str]] = []
16141614
_header_params: Dict[str, Optional[str]] = _headers or {}
16151615
_form_params: List[Tuple[str, str]] = []
1616-
_files: Dict[str, str] = {}
1616+
_files: Dict[str, Union[str, bytes]] = {}
16171617
_body_params: Optional[bytes] = None
16181618

16191619
# process the path parameters

aries_cloudcontroller/api/default_api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def _establish_inbound_serialize(
157157
_query_params: List[Tuple[str, str]] = []
158158
_header_params: Dict[str, Optional[str]] = _headers or {}
159159
_form_params: List[Tuple[str, str]] = []
160-
_files: Dict[str, str] = {}
160+
_files: Dict[str, Union[str, bytes]] = {}
161161
_body_params: Optional[bytes] = None
162162

163163
# process the path parameters
@@ -308,7 +308,7 @@ def _get_features_serialize(
308308
_query_params: List[Tuple[str, str]] = []
309309
_header_params: Dict[str, Optional[str]] = _headers or {}
310310
_form_params: List[Tuple[str, str]] = []
311-
_files: Dict[str, str] = {}
311+
_files: Dict[str, Union[str, bytes]] = {}
312312
_body_params: Optional[bytes] = None
313313

314314
# process the path parameters

aries_cloudcontroller/api/did_exchange_api.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def _accept_invitation_serialize(
220220
_query_params: List[Tuple[str, str]] = []
221221
_header_params: Dict[str, Optional[str]] = _headers or {}
222222
_form_params: List[Tuple[str, str]] = []
223-
_files: Dict[str, str] = {}
223+
_files: Dict[str, Union[str, bytes]] = {}
224224
_body_params: Optional[bytes] = None
225225

226226
# process the path parameters
@@ -471,7 +471,7 @@ def _accept_request_serialize(
471471
_query_params: List[Tuple[str, str]] = []
472472
_header_params: Dict[str, Optional[str]] = _headers or {}
473473
_form_params: List[Tuple[str, str]] = []
474-
_files: Dict[str, str] = {}
474+
_files: Dict[str, Union[str, bytes]] = {}
475475
_body_params: Optional[bytes] = None
476476

477477
# process the path parameters
@@ -838,7 +838,7 @@ def _create_request_serialize(
838838
_query_params: List[Tuple[str, str]] = []
839839
_header_params: Dict[str, Optional[str]] = _headers or {}
840840
_form_params: List[Tuple[str, str]] = []
841-
_files: Dict[str, str] = {}
841+
_files: Dict[str, Union[str, bytes]] = {}
842842
_body_params: Optional[bytes] = None
843843

844844
# process the path parameters
@@ -1058,7 +1058,7 @@ def _didexchange_conn_id_reject_post_serialize(
10581058
_query_params: List[Tuple[str, str]] = []
10591059
_header_params: Dict[str, Optional[str]] = _headers or {}
10601060
_form_params: List[Tuple[str, str]] = []
1061-
_files: Dict[str, str] = {}
1061+
_files: Dict[str, Union[str, bytes]] = {}
10621062
_body_params: Optional[bytes] = None
10631063

10641064
# process the path parameters
@@ -1332,7 +1332,7 @@ def _receive_request_serialize(
13321332
_query_params: List[Tuple[str, str]] = []
13331333
_header_params: Dict[str, Optional[str]] = _headers or {}
13341334
_form_params: List[Tuple[str, str]] = []
1335-
_files: Dict[str, str] = {}
1335+
_files: Dict[str, Union[str, bytes]] = {}
13361336
_body_params: Optional[bytes] = None
13371337

13381338
# process the path parameters

aries_cloudcontroller/api/discover_features_api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def _discover_features_query_get_serialize(
227227
_query_params: List[Tuple[str, str]] = []
228228
_header_params: Dict[str, Optional[str]] = _headers or {}
229229
_form_params: List[Tuple[str, str]] = []
230-
_files: Dict[str, str] = {}
230+
_files: Dict[str, Union[str, bytes]] = {}
231231
_body_params: Optional[bytes] = None
232232

233233
# process the path parameters
@@ -420,7 +420,7 @@ def _discover_features_records_get_serialize(
420420
_query_params: List[Tuple[str, str]] = []
421421
_header_params: Dict[str, Optional[str]] = _headers or {}
422422
_form_params: List[Tuple[str, str]] = []
423-
_files: Dict[str, str] = {}
423+
_files: Dict[str, Union[str, bytes]] = {}
424424
_body_params: Optional[bytes] = None
425425

426426
# process the path parameters

aries_cloudcontroller/api/discover_features_v20_api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def _discover_features20_queries_get_serialize(
235235
_query_params: List[Tuple[str, str]] = []
236236
_header_params: Dict[str, Optional[str]] = _headers or {}
237237
_form_params: List[Tuple[str, str]] = []
238-
_files: Dict[str, str] = {}
238+
_files: Dict[str, Union[str, bytes]] = {}
239239
_body_params: Optional[bytes] = None
240240

241241
# process the path parameters
@@ -428,7 +428,7 @@ def _discover_features20_records_get_serialize(
428428
_query_params: List[Tuple[str, str]] = []
429429
_header_params: Dict[str, Optional[str]] = _headers or {}
430430
_form_params: List[Tuple[str, str]] = []
431-
_files: Dict[str, str] = {}
431+
_files: Dict[str, Union[str, bytes]] = {}
432432
_body_params: Optional[bytes] = None
433433

434434
# process the path parameters

0 commit comments

Comments
 (0)