revengai 1.94.0__py3-none-any.whl → 1.96.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of revengai might be problematic. Click here for more details.

@@ -55,7 +55,6 @@ class FunctionsCoreApi:
55
55
  self,
56
56
  analysis_id: StrictInt,
57
57
  ai_unstrip_request: AiUnstripRequest,
58
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
59
58
  _request_timeout: Union[
60
59
  None,
61
60
  Annotated[StrictFloat, Field(gt=0)],
@@ -77,8 +76,6 @@ class FunctionsCoreApi:
77
76
  :type analysis_id: int
78
77
  :param ai_unstrip_request: (required)
79
78
  :type ai_unstrip_request: AiUnstripRequest
80
- :param authorization: API Key bearer token
81
- :type authorization: str
82
79
  :param _request_timeout: timeout setting for this request. If one
83
80
  number provided, it will be total request
84
81
  timeout. It can also be a pair (tuple) of
@@ -104,7 +101,6 @@ class FunctionsCoreApi:
104
101
  _param = self._ai_unstrip_serialize(
105
102
  analysis_id=analysis_id,
106
103
  ai_unstrip_request=ai_unstrip_request,
107
- authorization=authorization,
108
104
  _request_auth=_request_auth,
109
105
  _content_type=_content_type,
110
106
  _headers=_headers,
@@ -131,7 +127,6 @@ class FunctionsCoreApi:
131
127
  self,
132
128
  analysis_id: StrictInt,
133
129
  ai_unstrip_request: AiUnstripRequest,
134
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
135
130
  _request_timeout: Union[
136
131
  None,
137
132
  Annotated[StrictFloat, Field(gt=0)],
@@ -153,8 +148,6 @@ class FunctionsCoreApi:
153
148
  :type analysis_id: int
154
149
  :param ai_unstrip_request: (required)
155
150
  :type ai_unstrip_request: AiUnstripRequest
156
- :param authorization: API Key bearer token
157
- :type authorization: str
158
151
  :param _request_timeout: timeout setting for this request. If one
159
152
  number provided, it will be total request
160
153
  timeout. It can also be a pair (tuple) of
@@ -180,7 +173,6 @@ class FunctionsCoreApi:
180
173
  _param = self._ai_unstrip_serialize(
181
174
  analysis_id=analysis_id,
182
175
  ai_unstrip_request=ai_unstrip_request,
183
- authorization=authorization,
184
176
  _request_auth=_request_auth,
185
177
  _content_type=_content_type,
186
178
  _headers=_headers,
@@ -207,7 +199,6 @@ class FunctionsCoreApi:
207
199
  self,
208
200
  analysis_id: StrictInt,
209
201
  ai_unstrip_request: AiUnstripRequest,
210
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
211
202
  _request_timeout: Union[
212
203
  None,
213
204
  Annotated[StrictFloat, Field(gt=0)],
@@ -229,8 +220,6 @@ class FunctionsCoreApi:
229
220
  :type analysis_id: int
230
221
  :param ai_unstrip_request: (required)
231
222
  :type ai_unstrip_request: AiUnstripRequest
232
- :param authorization: API Key bearer token
233
- :type authorization: str
234
223
  :param _request_timeout: timeout setting for this request. If one
235
224
  number provided, it will be total request
236
225
  timeout. It can also be a pair (tuple) of
@@ -256,7 +245,6 @@ class FunctionsCoreApi:
256
245
  _param = self._ai_unstrip_serialize(
257
246
  analysis_id=analysis_id,
258
247
  ai_unstrip_request=ai_unstrip_request,
259
- authorization=authorization,
260
248
  _request_auth=_request_auth,
261
249
  _content_type=_content_type,
262
250
  _headers=_headers,
@@ -278,7 +266,6 @@ class FunctionsCoreApi:
278
266
  self,
279
267
  analysis_id,
280
268
  ai_unstrip_request,
281
- authorization,
282
269
  _request_auth,
283
270
  _content_type,
284
271
  _headers,
@@ -304,8 +291,6 @@ class FunctionsCoreApi:
304
291
  _path_params['analysis_id'] = analysis_id
305
292
  # process the query parameters
306
293
  # process the header parameters
307
- if authorization is not None:
308
- _header_params['authorization'] = authorization
309
294
  # process the form parameters
310
295
  # process the body parameter
311
296
  if ai_unstrip_request is not None:
@@ -362,7 +347,6 @@ class FunctionsCoreApi:
362
347
  self,
363
348
  analysis_id: StrictInt,
364
349
  analysis_function_matching_request: AnalysisFunctionMatchingRequest,
365
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
366
350
  _request_timeout: Union[
367
351
  None,
368
352
  Annotated[StrictFloat, Field(gt=0)],
@@ -384,8 +368,6 @@ class FunctionsCoreApi:
384
368
  :type analysis_id: int
385
369
  :param analysis_function_matching_request: (required)
386
370
  :type analysis_function_matching_request: AnalysisFunctionMatchingRequest
387
- :param authorization: API Key bearer token
388
- :type authorization: str
389
371
  :param _request_timeout: timeout setting for this request. If one
390
372
  number provided, it will be total request
391
373
  timeout. It can also be a pair (tuple) of
@@ -411,7 +393,6 @@ class FunctionsCoreApi:
411
393
  _param = self._analysis_function_matching_serialize(
412
394
  analysis_id=analysis_id,
413
395
  analysis_function_matching_request=analysis_function_matching_request,
414
- authorization=authorization,
415
396
  _request_auth=_request_auth,
416
397
  _content_type=_content_type,
417
398
  _headers=_headers,
@@ -438,7 +419,6 @@ class FunctionsCoreApi:
438
419
  self,
439
420
  analysis_id: StrictInt,
440
421
  analysis_function_matching_request: AnalysisFunctionMatchingRequest,
441
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
442
422
  _request_timeout: Union[
443
423
  None,
444
424
  Annotated[StrictFloat, Field(gt=0)],
@@ -460,8 +440,6 @@ class FunctionsCoreApi:
460
440
  :type analysis_id: int
461
441
  :param analysis_function_matching_request: (required)
462
442
  :type analysis_function_matching_request: AnalysisFunctionMatchingRequest
463
- :param authorization: API Key bearer token
464
- :type authorization: str
465
443
  :param _request_timeout: timeout setting for this request. If one
466
444
  number provided, it will be total request
467
445
  timeout. It can also be a pair (tuple) of
@@ -487,7 +465,6 @@ class FunctionsCoreApi:
487
465
  _param = self._analysis_function_matching_serialize(
488
466
  analysis_id=analysis_id,
489
467
  analysis_function_matching_request=analysis_function_matching_request,
490
- authorization=authorization,
491
468
  _request_auth=_request_auth,
492
469
  _content_type=_content_type,
493
470
  _headers=_headers,
@@ -514,7 +491,6 @@ class FunctionsCoreApi:
514
491
  self,
515
492
  analysis_id: StrictInt,
516
493
  analysis_function_matching_request: AnalysisFunctionMatchingRequest,
517
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
518
494
  _request_timeout: Union[
519
495
  None,
520
496
  Annotated[StrictFloat, Field(gt=0)],
@@ -536,8 +512,6 @@ class FunctionsCoreApi:
536
512
  :type analysis_id: int
537
513
  :param analysis_function_matching_request: (required)
538
514
  :type analysis_function_matching_request: AnalysisFunctionMatchingRequest
539
- :param authorization: API Key bearer token
540
- :type authorization: str
541
515
  :param _request_timeout: timeout setting for this request. If one
542
516
  number provided, it will be total request
543
517
  timeout. It can also be a pair (tuple) of
@@ -563,7 +537,6 @@ class FunctionsCoreApi:
563
537
  _param = self._analysis_function_matching_serialize(
564
538
  analysis_id=analysis_id,
565
539
  analysis_function_matching_request=analysis_function_matching_request,
566
- authorization=authorization,
567
540
  _request_auth=_request_auth,
568
541
  _content_type=_content_type,
569
542
  _headers=_headers,
@@ -585,7 +558,6 @@ class FunctionsCoreApi:
585
558
  self,
586
559
  analysis_id,
587
560
  analysis_function_matching_request,
588
- authorization,
589
561
  _request_auth,
590
562
  _content_type,
591
563
  _headers,
@@ -611,8 +583,6 @@ class FunctionsCoreApi:
611
583
  _path_params['analysis_id'] = analysis_id
612
584
  # process the query parameters
613
585
  # process the header parameters
614
- if authorization is not None:
615
- _header_params['authorization'] = authorization
616
586
  # process the form parameters
617
587
  # process the body parameter
618
588
  if analysis_function_matching_request is not None:
@@ -669,7 +639,6 @@ class FunctionsCoreApi:
669
639
  self,
670
640
  analysis_id: StrictInt,
671
641
  auto_unstrip_request: AutoUnstripRequest,
672
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
673
642
  _request_timeout: Union[
674
643
  None,
675
644
  Annotated[StrictFloat, Field(gt=0)],
@@ -691,8 +660,6 @@ class FunctionsCoreApi:
691
660
  :type analysis_id: int
692
661
  :param auto_unstrip_request: (required)
693
662
  :type auto_unstrip_request: AutoUnstripRequest
694
- :param authorization: API Key bearer token
695
- :type authorization: str
696
663
  :param _request_timeout: timeout setting for this request. If one
697
664
  number provided, it will be total request
698
665
  timeout. It can also be a pair (tuple) of
@@ -718,7 +685,6 @@ class FunctionsCoreApi:
718
685
  _param = self._auto_unstrip_serialize(
719
686
  analysis_id=analysis_id,
720
687
  auto_unstrip_request=auto_unstrip_request,
721
- authorization=authorization,
722
688
  _request_auth=_request_auth,
723
689
  _content_type=_content_type,
724
690
  _headers=_headers,
@@ -745,7 +711,6 @@ class FunctionsCoreApi:
745
711
  self,
746
712
  analysis_id: StrictInt,
747
713
  auto_unstrip_request: AutoUnstripRequest,
748
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
749
714
  _request_timeout: Union[
750
715
  None,
751
716
  Annotated[StrictFloat, Field(gt=0)],
@@ -767,8 +732,6 @@ class FunctionsCoreApi:
767
732
  :type analysis_id: int
768
733
  :param auto_unstrip_request: (required)
769
734
  :type auto_unstrip_request: AutoUnstripRequest
770
- :param authorization: API Key bearer token
771
- :type authorization: str
772
735
  :param _request_timeout: timeout setting for this request. If one
773
736
  number provided, it will be total request
774
737
  timeout. It can also be a pair (tuple) of
@@ -794,7 +757,6 @@ class FunctionsCoreApi:
794
757
  _param = self._auto_unstrip_serialize(
795
758
  analysis_id=analysis_id,
796
759
  auto_unstrip_request=auto_unstrip_request,
797
- authorization=authorization,
798
760
  _request_auth=_request_auth,
799
761
  _content_type=_content_type,
800
762
  _headers=_headers,
@@ -821,7 +783,6 @@ class FunctionsCoreApi:
821
783
  self,
822
784
  analysis_id: StrictInt,
823
785
  auto_unstrip_request: AutoUnstripRequest,
824
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
825
786
  _request_timeout: Union[
826
787
  None,
827
788
  Annotated[StrictFloat, Field(gt=0)],
@@ -843,8 +804,6 @@ class FunctionsCoreApi:
843
804
  :type analysis_id: int
844
805
  :param auto_unstrip_request: (required)
845
806
  :type auto_unstrip_request: AutoUnstripRequest
846
- :param authorization: API Key bearer token
847
- :type authorization: str
848
807
  :param _request_timeout: timeout setting for this request. If one
849
808
  number provided, it will be total request
850
809
  timeout. It can also be a pair (tuple) of
@@ -870,7 +829,6 @@ class FunctionsCoreApi:
870
829
  _param = self._auto_unstrip_serialize(
871
830
  analysis_id=analysis_id,
872
831
  auto_unstrip_request=auto_unstrip_request,
873
- authorization=authorization,
874
832
  _request_auth=_request_auth,
875
833
  _content_type=_content_type,
876
834
  _headers=_headers,
@@ -892,7 +850,6 @@ class FunctionsCoreApi:
892
850
  self,
893
851
  analysis_id,
894
852
  auto_unstrip_request,
895
- authorization,
896
853
  _request_auth,
897
854
  _content_type,
898
855
  _headers,
@@ -918,8 +875,6 @@ class FunctionsCoreApi:
918
875
  _path_params['analysis_id'] = analysis_id
919
876
  # process the query parameters
920
877
  # process the header parameters
921
- if authorization is not None:
922
- _header_params['authorization'] = authorization
923
878
  # process the form parameters
924
879
  # process the body parameter
925
880
  if auto_unstrip_request is not None:
@@ -975,7 +930,6 @@ class FunctionsCoreApi:
975
930
  def batch_function_matching(
976
931
  self,
977
932
  function_matching_request: FunctionMatchingRequest,
978
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
979
933
  _request_timeout: Union[
980
934
  None,
981
935
  Annotated[StrictFloat, Field(gt=0)],
@@ -995,8 +949,6 @@ class FunctionsCoreApi:
995
949
 
996
950
  :param function_matching_request: (required)
997
951
  :type function_matching_request: FunctionMatchingRequest
998
- :param authorization: API Key bearer token
999
- :type authorization: str
1000
952
  :param _request_timeout: timeout setting for this request. If one
1001
953
  number provided, it will be total request
1002
954
  timeout. It can also be a pair (tuple) of
@@ -1021,7 +973,6 @@ class FunctionsCoreApi:
1021
973
 
1022
974
  _param = self._batch_function_matching_serialize(
1023
975
  function_matching_request=function_matching_request,
1024
- authorization=authorization,
1025
976
  _request_auth=_request_auth,
1026
977
  _content_type=_content_type,
1027
978
  _headers=_headers,
@@ -1047,7 +998,6 @@ class FunctionsCoreApi:
1047
998
  def batch_function_matching_with_http_info(
1048
999
  self,
1049
1000
  function_matching_request: FunctionMatchingRequest,
1050
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
1051
1001
  _request_timeout: Union[
1052
1002
  None,
1053
1003
  Annotated[StrictFloat, Field(gt=0)],
@@ -1067,8 +1017,6 @@ class FunctionsCoreApi:
1067
1017
 
1068
1018
  :param function_matching_request: (required)
1069
1019
  :type function_matching_request: FunctionMatchingRequest
1070
- :param authorization: API Key bearer token
1071
- :type authorization: str
1072
1020
  :param _request_timeout: timeout setting for this request. If one
1073
1021
  number provided, it will be total request
1074
1022
  timeout. It can also be a pair (tuple) of
@@ -1093,7 +1041,6 @@ class FunctionsCoreApi:
1093
1041
 
1094
1042
  _param = self._batch_function_matching_serialize(
1095
1043
  function_matching_request=function_matching_request,
1096
- authorization=authorization,
1097
1044
  _request_auth=_request_auth,
1098
1045
  _content_type=_content_type,
1099
1046
  _headers=_headers,
@@ -1119,7 +1066,6 @@ class FunctionsCoreApi:
1119
1066
  def batch_function_matching_without_preload_content(
1120
1067
  self,
1121
1068
  function_matching_request: FunctionMatchingRequest,
1122
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
1123
1069
  _request_timeout: Union[
1124
1070
  None,
1125
1071
  Annotated[StrictFloat, Field(gt=0)],
@@ -1139,8 +1085,6 @@ class FunctionsCoreApi:
1139
1085
 
1140
1086
  :param function_matching_request: (required)
1141
1087
  :type function_matching_request: FunctionMatchingRequest
1142
- :param authorization: API Key bearer token
1143
- :type authorization: str
1144
1088
  :param _request_timeout: timeout setting for this request. If one
1145
1089
  number provided, it will be total request
1146
1090
  timeout. It can also be a pair (tuple) of
@@ -1165,7 +1109,6 @@ class FunctionsCoreApi:
1165
1109
 
1166
1110
  _param = self._batch_function_matching_serialize(
1167
1111
  function_matching_request=function_matching_request,
1168
- authorization=authorization,
1169
1112
  _request_auth=_request_auth,
1170
1113
  _content_type=_content_type,
1171
1114
  _headers=_headers,
@@ -1186,7 +1129,6 @@ class FunctionsCoreApi:
1186
1129
  def _batch_function_matching_serialize(
1187
1130
  self,
1188
1131
  function_matching_request,
1189
- authorization,
1190
1132
  _request_auth,
1191
1133
  _content_type,
1192
1134
  _headers,
@@ -1210,8 +1152,6 @@ class FunctionsCoreApi:
1210
1152
  # process the path parameters
1211
1153
  # process the query parameters
1212
1154
  # process the header parameters
1213
- if authorization is not None:
1214
- _header_params['authorization'] = authorization
1215
1155
  # process the form parameters
1216
1156
  # process the body parameter
1217
1157
  if function_matching_request is not None:
@@ -1267,7 +1207,6 @@ class FunctionsCoreApi:
1267
1207
  def cancel_ai_unstrip(
1268
1208
  self,
1269
1209
  analysis_id: StrictInt,
1270
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
1271
1210
  _request_timeout: Union[
1272
1211
  None,
1273
1212
  Annotated[StrictFloat, Field(gt=0)],
@@ -1287,8 +1226,6 @@ class FunctionsCoreApi:
1287
1226
 
1288
1227
  :param analysis_id: (required)
1289
1228
  :type analysis_id: int
1290
- :param authorization: API Key bearer token
1291
- :type authorization: str
1292
1229
  :param _request_timeout: timeout setting for this request. If one
1293
1230
  number provided, it will be total request
1294
1231
  timeout. It can also be a pair (tuple) of
@@ -1313,7 +1250,6 @@ class FunctionsCoreApi:
1313
1250
 
1314
1251
  _param = self._cancel_ai_unstrip_serialize(
1315
1252
  analysis_id=analysis_id,
1316
- authorization=authorization,
1317
1253
  _request_auth=_request_auth,
1318
1254
  _content_type=_content_type,
1319
1255
  _headers=_headers,
@@ -1339,7 +1275,6 @@ class FunctionsCoreApi:
1339
1275
  def cancel_ai_unstrip_with_http_info(
1340
1276
  self,
1341
1277
  analysis_id: StrictInt,
1342
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
1343
1278
  _request_timeout: Union[
1344
1279
  None,
1345
1280
  Annotated[StrictFloat, Field(gt=0)],
@@ -1359,8 +1294,6 @@ class FunctionsCoreApi:
1359
1294
 
1360
1295
  :param analysis_id: (required)
1361
1296
  :type analysis_id: int
1362
- :param authorization: API Key bearer token
1363
- :type authorization: str
1364
1297
  :param _request_timeout: timeout setting for this request. If one
1365
1298
  number provided, it will be total request
1366
1299
  timeout. It can also be a pair (tuple) of
@@ -1385,7 +1318,6 @@ class FunctionsCoreApi:
1385
1318
 
1386
1319
  _param = self._cancel_ai_unstrip_serialize(
1387
1320
  analysis_id=analysis_id,
1388
- authorization=authorization,
1389
1321
  _request_auth=_request_auth,
1390
1322
  _content_type=_content_type,
1391
1323
  _headers=_headers,
@@ -1411,7 +1343,6 @@ class FunctionsCoreApi:
1411
1343
  def cancel_ai_unstrip_without_preload_content(
1412
1344
  self,
1413
1345
  analysis_id: StrictInt,
1414
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
1415
1346
  _request_timeout: Union[
1416
1347
  None,
1417
1348
  Annotated[StrictFloat, Field(gt=0)],
@@ -1431,8 +1362,6 @@ class FunctionsCoreApi:
1431
1362
 
1432
1363
  :param analysis_id: (required)
1433
1364
  :type analysis_id: int
1434
- :param authorization: API Key bearer token
1435
- :type authorization: str
1436
1365
  :param _request_timeout: timeout setting for this request. If one
1437
1366
  number provided, it will be total request
1438
1367
  timeout. It can also be a pair (tuple) of
@@ -1457,7 +1386,6 @@ class FunctionsCoreApi:
1457
1386
 
1458
1387
  _param = self._cancel_ai_unstrip_serialize(
1459
1388
  analysis_id=analysis_id,
1460
- authorization=authorization,
1461
1389
  _request_auth=_request_auth,
1462
1390
  _content_type=_content_type,
1463
1391
  _headers=_headers,
@@ -1478,7 +1406,6 @@ class FunctionsCoreApi:
1478
1406
  def _cancel_ai_unstrip_serialize(
1479
1407
  self,
1480
1408
  analysis_id,
1481
- authorization,
1482
1409
  _request_auth,
1483
1410
  _content_type,
1484
1411
  _headers,
@@ -1504,8 +1431,6 @@ class FunctionsCoreApi:
1504
1431
  _path_params['analysis_id'] = analysis_id
1505
1432
  # process the query parameters
1506
1433
  # process the header parameters
1507
- if authorization is not None:
1508
- _header_params['authorization'] = authorization
1509
1434
  # process the form parameters
1510
1435
  # process the body parameter
1511
1436
 
@@ -1546,7 +1471,6 @@ class FunctionsCoreApi:
1546
1471
  def cancel_auto_unstrip(
1547
1472
  self,
1548
1473
  analysis_id: StrictInt,
1549
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
1550
1474
  _request_timeout: Union[
1551
1475
  None,
1552
1476
  Annotated[StrictFloat, Field(gt=0)],
@@ -1566,8 +1490,6 @@ class FunctionsCoreApi:
1566
1490
 
1567
1491
  :param analysis_id: (required)
1568
1492
  :type analysis_id: int
1569
- :param authorization: API Key bearer token
1570
- :type authorization: str
1571
1493
  :param _request_timeout: timeout setting for this request. If one
1572
1494
  number provided, it will be total request
1573
1495
  timeout. It can also be a pair (tuple) of
@@ -1592,7 +1514,6 @@ class FunctionsCoreApi:
1592
1514
 
1593
1515
  _param = self._cancel_auto_unstrip_serialize(
1594
1516
  analysis_id=analysis_id,
1595
- authorization=authorization,
1596
1517
  _request_auth=_request_auth,
1597
1518
  _content_type=_content_type,
1598
1519
  _headers=_headers,
@@ -1618,7 +1539,6 @@ class FunctionsCoreApi:
1618
1539
  def cancel_auto_unstrip_with_http_info(
1619
1540
  self,
1620
1541
  analysis_id: StrictInt,
1621
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
1622
1542
  _request_timeout: Union[
1623
1543
  None,
1624
1544
  Annotated[StrictFloat, Field(gt=0)],
@@ -1638,8 +1558,6 @@ class FunctionsCoreApi:
1638
1558
 
1639
1559
  :param analysis_id: (required)
1640
1560
  :type analysis_id: int
1641
- :param authorization: API Key bearer token
1642
- :type authorization: str
1643
1561
  :param _request_timeout: timeout setting for this request. If one
1644
1562
  number provided, it will be total request
1645
1563
  timeout. It can also be a pair (tuple) of
@@ -1664,7 +1582,6 @@ class FunctionsCoreApi:
1664
1582
 
1665
1583
  _param = self._cancel_auto_unstrip_serialize(
1666
1584
  analysis_id=analysis_id,
1667
- authorization=authorization,
1668
1585
  _request_auth=_request_auth,
1669
1586
  _content_type=_content_type,
1670
1587
  _headers=_headers,
@@ -1690,7 +1607,6 @@ class FunctionsCoreApi:
1690
1607
  def cancel_auto_unstrip_without_preload_content(
1691
1608
  self,
1692
1609
  analysis_id: StrictInt,
1693
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
1694
1610
  _request_timeout: Union[
1695
1611
  None,
1696
1612
  Annotated[StrictFloat, Field(gt=0)],
@@ -1710,8 +1626,6 @@ class FunctionsCoreApi:
1710
1626
 
1711
1627
  :param analysis_id: (required)
1712
1628
  :type analysis_id: int
1713
- :param authorization: API Key bearer token
1714
- :type authorization: str
1715
1629
  :param _request_timeout: timeout setting for this request. If one
1716
1630
  number provided, it will be total request
1717
1631
  timeout. It can also be a pair (tuple) of
@@ -1736,7 +1650,6 @@ class FunctionsCoreApi:
1736
1650
 
1737
1651
  _param = self._cancel_auto_unstrip_serialize(
1738
1652
  analysis_id=analysis_id,
1739
- authorization=authorization,
1740
1653
  _request_auth=_request_auth,
1741
1654
  _content_type=_content_type,
1742
1655
  _headers=_headers,
@@ -1757,7 +1670,6 @@ class FunctionsCoreApi:
1757
1670
  def _cancel_auto_unstrip_serialize(
1758
1671
  self,
1759
1672
  analysis_id,
1760
- authorization,
1761
1673
  _request_auth,
1762
1674
  _content_type,
1763
1675
  _headers,
@@ -1783,8 +1695,6 @@ class FunctionsCoreApi:
1783
1695
  _path_params['analysis_id'] = analysis_id
1784
1696
  # process the query parameters
1785
1697
  # process the header parameters
1786
- if authorization is not None:
1787
- _header_params['authorization'] = authorization
1788
1698
  # process the form parameters
1789
1699
  # process the body parameter
1790
1700
 
@@ -1829,7 +1739,6 @@ class FunctionsCoreApi:
1829
1739
  page_size: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Number of items per page.")] = None,
1830
1740
  search: Annotated[Optional[StrictStr], Field(description="Search is applied to string value")] = None,
1831
1741
  function_search: Annotated[Optional[StrictStr], Field(description="Search is applied to function names")] = None,
1832
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
1833
1742
  _request_timeout: Union[
1834
1743
  None,
1835
1744
  Annotated[StrictFloat, Field(gt=0)],
@@ -1857,8 +1766,6 @@ class FunctionsCoreApi:
1857
1766
  :type search: str
1858
1767
  :param function_search: Search is applied to function names
1859
1768
  :type function_search: str
1860
- :param authorization: API Key bearer token
1861
- :type authorization: str
1862
1769
  :param _request_timeout: timeout setting for this request. If one
1863
1770
  number provided, it will be total request
1864
1771
  timeout. It can also be a pair (tuple) of
@@ -1887,7 +1794,6 @@ class FunctionsCoreApi:
1887
1794
  page_size=page_size,
1888
1795
  search=search,
1889
1796
  function_search=function_search,
1890
- authorization=authorization,
1891
1797
  _request_auth=_request_auth,
1892
1798
  _content_type=_content_type,
1893
1799
  _headers=_headers,
@@ -1917,7 +1823,6 @@ class FunctionsCoreApi:
1917
1823
  page_size: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Number of items per page.")] = None,
1918
1824
  search: Annotated[Optional[StrictStr], Field(description="Search is applied to string value")] = None,
1919
1825
  function_search: Annotated[Optional[StrictStr], Field(description="Search is applied to function names")] = None,
1920
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
1921
1826
  _request_timeout: Union[
1922
1827
  None,
1923
1828
  Annotated[StrictFloat, Field(gt=0)],
@@ -1945,8 +1850,6 @@ class FunctionsCoreApi:
1945
1850
  :type search: str
1946
1851
  :param function_search: Search is applied to function names
1947
1852
  :type function_search: str
1948
- :param authorization: API Key bearer token
1949
- :type authorization: str
1950
1853
  :param _request_timeout: timeout setting for this request. If one
1951
1854
  number provided, it will be total request
1952
1855
  timeout. It can also be a pair (tuple) of
@@ -1975,7 +1878,6 @@ class FunctionsCoreApi:
1975
1878
  page_size=page_size,
1976
1879
  search=search,
1977
1880
  function_search=function_search,
1978
- authorization=authorization,
1979
1881
  _request_auth=_request_auth,
1980
1882
  _content_type=_content_type,
1981
1883
  _headers=_headers,
@@ -2005,7 +1907,6 @@ class FunctionsCoreApi:
2005
1907
  page_size: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Number of items per page.")] = None,
2006
1908
  search: Annotated[Optional[StrictStr], Field(description="Search is applied to string value")] = None,
2007
1909
  function_search: Annotated[Optional[StrictStr], Field(description="Search is applied to function names")] = None,
2008
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
2009
1910
  _request_timeout: Union[
2010
1911
  None,
2011
1912
  Annotated[StrictFloat, Field(gt=0)],
@@ -2033,8 +1934,6 @@ class FunctionsCoreApi:
2033
1934
  :type search: str
2034
1935
  :param function_search: Search is applied to function names
2035
1936
  :type function_search: str
2036
- :param authorization: API Key bearer token
2037
- :type authorization: str
2038
1937
  :param _request_timeout: timeout setting for this request. If one
2039
1938
  number provided, it will be total request
2040
1939
  timeout. It can also be a pair (tuple) of
@@ -2063,7 +1962,6 @@ class FunctionsCoreApi:
2063
1962
  page_size=page_size,
2064
1963
  search=search,
2065
1964
  function_search=function_search,
2066
- authorization=authorization,
2067
1965
  _request_auth=_request_auth,
2068
1966
  _content_type=_content_type,
2069
1967
  _headers=_headers,
@@ -2088,7 +1986,6 @@ class FunctionsCoreApi:
2088
1986
  page_size,
2089
1987
  search,
2090
1988
  function_search,
2091
- authorization,
2092
1989
  _request_auth,
2093
1990
  _content_type,
2094
1991
  _headers,
@@ -2130,8 +2027,6 @@ class FunctionsCoreApi:
2130
2027
  _query_params.append(('function_search', function_search))
2131
2028
 
2132
2029
  # process the header parameters
2133
- if authorization is not None:
2134
- _header_params['authorization'] = authorization
2135
2030
  # process the form parameters
2136
2031
  # process the body parameter
2137
2032
 
@@ -2172,7 +2067,6 @@ class FunctionsCoreApi:
2172
2067
  def get_function_blocks(
2173
2068
  self,
2174
2069
  function_id: StrictInt,
2175
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
2176
2070
  _request_timeout: Union[
2177
2071
  None,
2178
2072
  Annotated[StrictFloat, Field(gt=0)],
@@ -2192,8 +2086,6 @@ class FunctionsCoreApi:
2192
2086
 
2193
2087
  :param function_id: (required)
2194
2088
  :type function_id: int
2195
- :param authorization: API Key bearer token
2196
- :type authorization: str
2197
2089
  :param _request_timeout: timeout setting for this request. If one
2198
2090
  number provided, it will be total request
2199
2091
  timeout. It can also be a pair (tuple) of
@@ -2218,7 +2110,6 @@ class FunctionsCoreApi:
2218
2110
 
2219
2111
  _param = self._get_function_blocks_serialize(
2220
2112
  function_id=function_id,
2221
- authorization=authorization,
2222
2113
  _request_auth=_request_auth,
2223
2114
  _content_type=_content_type,
2224
2115
  _headers=_headers,
@@ -2245,7 +2136,6 @@ class FunctionsCoreApi:
2245
2136
  def get_function_blocks_with_http_info(
2246
2137
  self,
2247
2138
  function_id: StrictInt,
2248
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
2249
2139
  _request_timeout: Union[
2250
2140
  None,
2251
2141
  Annotated[StrictFloat, Field(gt=0)],
@@ -2265,8 +2155,6 @@ class FunctionsCoreApi:
2265
2155
 
2266
2156
  :param function_id: (required)
2267
2157
  :type function_id: int
2268
- :param authorization: API Key bearer token
2269
- :type authorization: str
2270
2158
  :param _request_timeout: timeout setting for this request. If one
2271
2159
  number provided, it will be total request
2272
2160
  timeout. It can also be a pair (tuple) of
@@ -2291,7 +2179,6 @@ class FunctionsCoreApi:
2291
2179
 
2292
2180
  _param = self._get_function_blocks_serialize(
2293
2181
  function_id=function_id,
2294
- authorization=authorization,
2295
2182
  _request_auth=_request_auth,
2296
2183
  _content_type=_content_type,
2297
2184
  _headers=_headers,
@@ -2318,7 +2205,6 @@ class FunctionsCoreApi:
2318
2205
  def get_function_blocks_without_preload_content(
2319
2206
  self,
2320
2207
  function_id: StrictInt,
2321
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
2322
2208
  _request_timeout: Union[
2323
2209
  None,
2324
2210
  Annotated[StrictFloat, Field(gt=0)],
@@ -2338,8 +2224,6 @@ class FunctionsCoreApi:
2338
2224
 
2339
2225
  :param function_id: (required)
2340
2226
  :type function_id: int
2341
- :param authorization: API Key bearer token
2342
- :type authorization: str
2343
2227
  :param _request_timeout: timeout setting for this request. If one
2344
2228
  number provided, it will be total request
2345
2229
  timeout. It can also be a pair (tuple) of
@@ -2364,7 +2248,6 @@ class FunctionsCoreApi:
2364
2248
 
2365
2249
  _param = self._get_function_blocks_serialize(
2366
2250
  function_id=function_id,
2367
- authorization=authorization,
2368
2251
  _request_auth=_request_auth,
2369
2252
  _content_type=_content_type,
2370
2253
  _headers=_headers,
@@ -2386,7 +2269,6 @@ class FunctionsCoreApi:
2386
2269
  def _get_function_blocks_serialize(
2387
2270
  self,
2388
2271
  function_id,
2389
- authorization,
2390
2272
  _request_auth,
2391
2273
  _content_type,
2392
2274
  _headers,
@@ -2412,8 +2294,6 @@ class FunctionsCoreApi:
2412
2294
  _path_params['function_id'] = function_id
2413
2295
  # process the query parameters
2414
2296
  # process the header parameters
2415
- if authorization is not None:
2416
- _header_params['authorization'] = authorization
2417
2297
  # process the form parameters
2418
2298
  # process the body parameter
2419
2299
 
@@ -2454,7 +2334,6 @@ class FunctionsCoreApi:
2454
2334
  def get_function_callees_callers(
2455
2335
  self,
2456
2336
  function_id: StrictInt,
2457
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
2458
2337
  _request_timeout: Union[
2459
2338
  None,
2460
2339
  Annotated[StrictFloat, Field(gt=0)],
@@ -2473,8 +2352,6 @@ class FunctionsCoreApi:
2473
2352
 
2474
2353
  :param function_id: (required)
2475
2354
  :type function_id: int
2476
- :param authorization: API Key bearer token
2477
- :type authorization: str
2478
2355
  :param _request_timeout: timeout setting for this request. If one
2479
2356
  number provided, it will be total request
2480
2357
  timeout. It can also be a pair (tuple) of
@@ -2499,7 +2376,6 @@ class FunctionsCoreApi:
2499
2376
 
2500
2377
  _param = self._get_function_callees_callers_serialize(
2501
2378
  function_id=function_id,
2502
- authorization=authorization,
2503
2379
  _request_auth=_request_auth,
2504
2380
  _content_type=_content_type,
2505
2381
  _headers=_headers,
@@ -2525,7 +2401,6 @@ class FunctionsCoreApi:
2525
2401
  def get_function_callees_callers_with_http_info(
2526
2402
  self,
2527
2403
  function_id: StrictInt,
2528
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
2529
2404
  _request_timeout: Union[
2530
2405
  None,
2531
2406
  Annotated[StrictFloat, Field(gt=0)],
@@ -2544,8 +2419,6 @@ class FunctionsCoreApi:
2544
2419
 
2545
2420
  :param function_id: (required)
2546
2421
  :type function_id: int
2547
- :param authorization: API Key bearer token
2548
- :type authorization: str
2549
2422
  :param _request_timeout: timeout setting for this request. If one
2550
2423
  number provided, it will be total request
2551
2424
  timeout. It can also be a pair (tuple) of
@@ -2570,7 +2443,6 @@ class FunctionsCoreApi:
2570
2443
 
2571
2444
  _param = self._get_function_callees_callers_serialize(
2572
2445
  function_id=function_id,
2573
- authorization=authorization,
2574
2446
  _request_auth=_request_auth,
2575
2447
  _content_type=_content_type,
2576
2448
  _headers=_headers,
@@ -2596,7 +2468,6 @@ class FunctionsCoreApi:
2596
2468
  def get_function_callees_callers_without_preload_content(
2597
2469
  self,
2598
2470
  function_id: StrictInt,
2599
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
2600
2471
  _request_timeout: Union[
2601
2472
  None,
2602
2473
  Annotated[StrictFloat, Field(gt=0)],
@@ -2615,8 +2486,6 @@ class FunctionsCoreApi:
2615
2486
 
2616
2487
  :param function_id: (required)
2617
2488
  :type function_id: int
2618
- :param authorization: API Key bearer token
2619
- :type authorization: str
2620
2489
  :param _request_timeout: timeout setting for this request. If one
2621
2490
  number provided, it will be total request
2622
2491
  timeout. It can also be a pair (tuple) of
@@ -2641,7 +2510,6 @@ class FunctionsCoreApi:
2641
2510
 
2642
2511
  _param = self._get_function_callees_callers_serialize(
2643
2512
  function_id=function_id,
2644
- authorization=authorization,
2645
2513
  _request_auth=_request_auth,
2646
2514
  _content_type=_content_type,
2647
2515
  _headers=_headers,
@@ -2662,7 +2530,6 @@ class FunctionsCoreApi:
2662
2530
  def _get_function_callees_callers_serialize(
2663
2531
  self,
2664
2532
  function_id,
2665
- authorization,
2666
2533
  _request_auth,
2667
2534
  _content_type,
2668
2535
  _headers,
@@ -2688,8 +2555,6 @@ class FunctionsCoreApi:
2688
2555
  _path_params['function_id'] = function_id
2689
2556
  # process the query parameters
2690
2557
  # process the header parameters
2691
- if authorization is not None:
2692
- _header_params['authorization'] = authorization
2693
2558
  # process the form parameters
2694
2559
  # process the body parameter
2695
2560
 
@@ -2730,7 +2595,6 @@ class FunctionsCoreApi:
2730
2595
  def get_function_capabilities(
2731
2596
  self,
2732
2597
  function_id: StrictInt,
2733
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
2734
2598
  _request_timeout: Union[
2735
2599
  None,
2736
2600
  Annotated[StrictFloat, Field(gt=0)],
@@ -2749,8 +2613,6 @@ class FunctionsCoreApi:
2749
2613
 
2750
2614
  :param function_id: (required)
2751
2615
  :type function_id: int
2752
- :param authorization: API Key bearer token
2753
- :type authorization: str
2754
2616
  :param _request_timeout: timeout setting for this request. If one
2755
2617
  number provided, it will be total request
2756
2618
  timeout. It can also be a pair (tuple) of
@@ -2775,7 +2637,6 @@ class FunctionsCoreApi:
2775
2637
 
2776
2638
  _param = self._get_function_capabilities_serialize(
2777
2639
  function_id=function_id,
2778
- authorization=authorization,
2779
2640
  _request_auth=_request_auth,
2780
2641
  _content_type=_content_type,
2781
2642
  _headers=_headers,
@@ -2802,7 +2663,6 @@ class FunctionsCoreApi:
2802
2663
  def get_function_capabilities_with_http_info(
2803
2664
  self,
2804
2665
  function_id: StrictInt,
2805
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
2806
2666
  _request_timeout: Union[
2807
2667
  None,
2808
2668
  Annotated[StrictFloat, Field(gt=0)],
@@ -2821,8 +2681,6 @@ class FunctionsCoreApi:
2821
2681
 
2822
2682
  :param function_id: (required)
2823
2683
  :type function_id: int
2824
- :param authorization: API Key bearer token
2825
- :type authorization: str
2826
2684
  :param _request_timeout: timeout setting for this request. If one
2827
2685
  number provided, it will be total request
2828
2686
  timeout. It can also be a pair (tuple) of
@@ -2847,7 +2705,6 @@ class FunctionsCoreApi:
2847
2705
 
2848
2706
  _param = self._get_function_capabilities_serialize(
2849
2707
  function_id=function_id,
2850
- authorization=authorization,
2851
2708
  _request_auth=_request_auth,
2852
2709
  _content_type=_content_type,
2853
2710
  _headers=_headers,
@@ -2874,7 +2731,6 @@ class FunctionsCoreApi:
2874
2731
  def get_function_capabilities_without_preload_content(
2875
2732
  self,
2876
2733
  function_id: StrictInt,
2877
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
2878
2734
  _request_timeout: Union[
2879
2735
  None,
2880
2736
  Annotated[StrictFloat, Field(gt=0)],
@@ -2893,8 +2749,6 @@ class FunctionsCoreApi:
2893
2749
 
2894
2750
  :param function_id: (required)
2895
2751
  :type function_id: int
2896
- :param authorization: API Key bearer token
2897
- :type authorization: str
2898
2752
  :param _request_timeout: timeout setting for this request. If one
2899
2753
  number provided, it will be total request
2900
2754
  timeout. It can also be a pair (tuple) of
@@ -2919,7 +2773,6 @@ class FunctionsCoreApi:
2919
2773
 
2920
2774
  _param = self._get_function_capabilities_serialize(
2921
2775
  function_id=function_id,
2922
- authorization=authorization,
2923
2776
  _request_auth=_request_auth,
2924
2777
  _content_type=_content_type,
2925
2778
  _headers=_headers,
@@ -2941,7 +2794,6 @@ class FunctionsCoreApi:
2941
2794
  def _get_function_capabilities_serialize(
2942
2795
  self,
2943
2796
  function_id,
2944
- authorization,
2945
2797
  _request_auth,
2946
2798
  _content_type,
2947
2799
  _headers,
@@ -2967,8 +2819,6 @@ class FunctionsCoreApi:
2967
2819
  _path_params['function_id'] = function_id
2968
2820
  # process the query parameters
2969
2821
  # process the header parameters
2970
- if authorization is not None:
2971
- _header_params['authorization'] = authorization
2972
2822
  # process the form parameters
2973
2823
  # process the body parameter
2974
2824
 
@@ -3009,7 +2859,6 @@ class FunctionsCoreApi:
3009
2859
  def get_function_details(
3010
2860
  self,
3011
2861
  function_id: StrictInt,
3012
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
3013
2862
  _request_timeout: Union[
3014
2863
  None,
3015
2864
  Annotated[StrictFloat, Field(gt=0)],
@@ -3028,8 +2877,6 @@ class FunctionsCoreApi:
3028
2877
 
3029
2878
  :param function_id: (required)
3030
2879
  :type function_id: int
3031
- :param authorization: API Key bearer token
3032
- :type authorization: str
3033
2880
  :param _request_timeout: timeout setting for this request. If one
3034
2881
  number provided, it will be total request
3035
2882
  timeout. It can also be a pair (tuple) of
@@ -3054,7 +2901,6 @@ class FunctionsCoreApi:
3054
2901
 
3055
2902
  _param = self._get_function_details_serialize(
3056
2903
  function_id=function_id,
3057
- authorization=authorization,
3058
2904
  _request_auth=_request_auth,
3059
2905
  _content_type=_content_type,
3060
2906
  _headers=_headers,
@@ -3080,7 +2926,6 @@ class FunctionsCoreApi:
3080
2926
  def get_function_details_with_http_info(
3081
2927
  self,
3082
2928
  function_id: StrictInt,
3083
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
3084
2929
  _request_timeout: Union[
3085
2930
  None,
3086
2931
  Annotated[StrictFloat, Field(gt=0)],
@@ -3099,8 +2944,6 @@ class FunctionsCoreApi:
3099
2944
 
3100
2945
  :param function_id: (required)
3101
2946
  :type function_id: int
3102
- :param authorization: API Key bearer token
3103
- :type authorization: str
3104
2947
  :param _request_timeout: timeout setting for this request. If one
3105
2948
  number provided, it will be total request
3106
2949
  timeout. It can also be a pair (tuple) of
@@ -3125,7 +2968,6 @@ class FunctionsCoreApi:
3125
2968
 
3126
2969
  _param = self._get_function_details_serialize(
3127
2970
  function_id=function_id,
3128
- authorization=authorization,
3129
2971
  _request_auth=_request_auth,
3130
2972
  _content_type=_content_type,
3131
2973
  _headers=_headers,
@@ -3151,7 +2993,6 @@ class FunctionsCoreApi:
3151
2993
  def get_function_details_without_preload_content(
3152
2994
  self,
3153
2995
  function_id: StrictInt,
3154
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
3155
2996
  _request_timeout: Union[
3156
2997
  None,
3157
2998
  Annotated[StrictFloat, Field(gt=0)],
@@ -3170,8 +3011,6 @@ class FunctionsCoreApi:
3170
3011
 
3171
3012
  :param function_id: (required)
3172
3013
  :type function_id: int
3173
- :param authorization: API Key bearer token
3174
- :type authorization: str
3175
3014
  :param _request_timeout: timeout setting for this request. If one
3176
3015
  number provided, it will be total request
3177
3016
  timeout. It can also be a pair (tuple) of
@@ -3196,7 +3035,6 @@ class FunctionsCoreApi:
3196
3035
 
3197
3036
  _param = self._get_function_details_serialize(
3198
3037
  function_id=function_id,
3199
- authorization=authorization,
3200
3038
  _request_auth=_request_auth,
3201
3039
  _content_type=_content_type,
3202
3040
  _headers=_headers,
@@ -3217,7 +3055,6 @@ class FunctionsCoreApi:
3217
3055
  def _get_function_details_serialize(
3218
3056
  self,
3219
3057
  function_id,
3220
- authorization,
3221
3058
  _request_auth,
3222
3059
  _content_type,
3223
3060
  _headers,
@@ -3243,8 +3080,6 @@ class FunctionsCoreApi:
3243
3080
  _path_params['function_id'] = function_id
3244
3081
  # process the query parameters
3245
3082
  # process the header parameters
3246
- if authorization is not None:
3247
- _header_params['authorization'] = authorization
3248
3083
  # process the form parameters
3249
3084
  # process the body parameter
3250
3085
 
@@ -3288,7 +3123,6 @@ class FunctionsCoreApi:
3288
3123
  page: Annotated[Optional[Annotated[int, Field(le=100000, strict=True, ge=1)]], Field(description="The page number to retrieve.")] = None,
3289
3124
  page_size: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Number of items per page.")] = None,
3290
3125
  search: Annotated[Optional[StrictStr], Field(description="Search is applied to string value")] = None,
3291
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
3292
3126
  _request_timeout: Union[
3293
3127
  None,
3294
3128
  Annotated[StrictFloat, Field(gt=0)],
@@ -3314,8 +3148,6 @@ class FunctionsCoreApi:
3314
3148
  :type page_size: int
3315
3149
  :param search: Search is applied to string value
3316
3150
  :type search: str
3317
- :param authorization: API Key bearer token
3318
- :type authorization: str
3319
3151
  :param _request_timeout: timeout setting for this request. If one
3320
3152
  number provided, it will be total request
3321
3153
  timeout. It can also be a pair (tuple) of
@@ -3343,7 +3175,6 @@ class FunctionsCoreApi:
3343
3175
  page=page,
3344
3176
  page_size=page_size,
3345
3177
  search=search,
3346
- authorization=authorization,
3347
3178
  _request_auth=_request_auth,
3348
3179
  _content_type=_content_type,
3349
3180
  _headers=_headers,
@@ -3372,7 +3203,6 @@ class FunctionsCoreApi:
3372
3203
  page: Annotated[Optional[Annotated[int, Field(le=100000, strict=True, ge=1)]], Field(description="The page number to retrieve.")] = None,
3373
3204
  page_size: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Number of items per page.")] = None,
3374
3205
  search: Annotated[Optional[StrictStr], Field(description="Search is applied to string value")] = None,
3375
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
3376
3206
  _request_timeout: Union[
3377
3207
  None,
3378
3208
  Annotated[StrictFloat, Field(gt=0)],
@@ -3398,8 +3228,6 @@ class FunctionsCoreApi:
3398
3228
  :type page_size: int
3399
3229
  :param search: Search is applied to string value
3400
3230
  :type search: str
3401
- :param authorization: API Key bearer token
3402
- :type authorization: str
3403
3231
  :param _request_timeout: timeout setting for this request. If one
3404
3232
  number provided, it will be total request
3405
3233
  timeout. It can also be a pair (tuple) of
@@ -3427,7 +3255,6 @@ class FunctionsCoreApi:
3427
3255
  page=page,
3428
3256
  page_size=page_size,
3429
3257
  search=search,
3430
- authorization=authorization,
3431
3258
  _request_auth=_request_auth,
3432
3259
  _content_type=_content_type,
3433
3260
  _headers=_headers,
@@ -3456,7 +3283,6 @@ class FunctionsCoreApi:
3456
3283
  page: Annotated[Optional[Annotated[int, Field(le=100000, strict=True, ge=1)]], Field(description="The page number to retrieve.")] = None,
3457
3284
  page_size: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Number of items per page.")] = None,
3458
3285
  search: Annotated[Optional[StrictStr], Field(description="Search is applied to string value")] = None,
3459
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
3460
3286
  _request_timeout: Union[
3461
3287
  None,
3462
3288
  Annotated[StrictFloat, Field(gt=0)],
@@ -3482,8 +3308,6 @@ class FunctionsCoreApi:
3482
3308
  :type page_size: int
3483
3309
  :param search: Search is applied to string value
3484
3310
  :type search: str
3485
- :param authorization: API Key bearer token
3486
- :type authorization: str
3487
3311
  :param _request_timeout: timeout setting for this request. If one
3488
3312
  number provided, it will be total request
3489
3313
  timeout. It can also be a pair (tuple) of
@@ -3511,7 +3335,6 @@ class FunctionsCoreApi:
3511
3335
  page=page,
3512
3336
  page_size=page_size,
3513
3337
  search=search,
3514
- authorization=authorization,
3515
3338
  _request_auth=_request_auth,
3516
3339
  _content_type=_content_type,
3517
3340
  _headers=_headers,
@@ -3535,7 +3358,6 @@ class FunctionsCoreApi:
3535
3358
  page,
3536
3359
  page_size,
3537
3360
  search,
3538
- authorization,
3539
3361
  _request_auth,
3540
3362
  _content_type,
3541
3363
  _headers,
@@ -3573,8 +3395,6 @@ class FunctionsCoreApi:
3573
3395
  _query_params.append(('search', search))
3574
3396
 
3575
3397
  # process the header parameters
3576
- if authorization is not None:
3577
- _header_params['authorization'] = authorization
3578
3398
  # process the form parameters
3579
3399
  # process the body parameter
3580
3400
 
@@ -3621,7 +3441,6 @@ class FunctionsCoreApi:
3621
3441
  debug: Annotated[Optional[StrictBool], Field(description="Only return matching debug functions")] = None,
3622
3442
  debug_types: Annotated[Optional[List[StrictStr]], Field(description="If limiting results to functions with debug names, which type of debug names to include?")] = None,
3623
3443
  binary_ids: Annotated[Optional[List[Optional[StrictInt]]], Field(description="Limit similar functions to specific binaries")] = None,
3624
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
3625
3444
  _request_timeout: Union[
3626
3445
  None,
3627
3446
  Annotated[StrictFloat, Field(gt=0)],
@@ -3652,8 +3471,6 @@ class FunctionsCoreApi:
3652
3471
  :type debug_types: List[str]
3653
3472
  :param binary_ids: Limit similar functions to specific binaries
3654
3473
  :type binary_ids: List[Optional[int]]
3655
- :param authorization: API Key bearer token
3656
- :type authorization: str
3657
3474
  :param _request_timeout: timeout setting for this request. If one
3658
3475
  number provided, it will be total request
3659
3476
  timeout. It can also be a pair (tuple) of
@@ -3684,7 +3501,6 @@ class FunctionsCoreApi:
3684
3501
  debug=debug,
3685
3502
  debug_types=debug_types,
3686
3503
  binary_ids=binary_ids,
3687
- authorization=authorization,
3688
3504
  _request_auth=_request_auth,
3689
3505
  _content_type=_content_type,
3690
3506
  _headers=_headers,
@@ -3716,7 +3532,6 @@ class FunctionsCoreApi:
3716
3532
  debug: Annotated[Optional[StrictBool], Field(description="Only return matching debug functions")] = None,
3717
3533
  debug_types: Annotated[Optional[List[StrictStr]], Field(description="If limiting results to functions with debug names, which type of debug names to include?")] = None,
3718
3534
  binary_ids: Annotated[Optional[List[Optional[StrictInt]]], Field(description="Limit similar functions to specific binaries")] = None,
3719
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
3720
3535
  _request_timeout: Union[
3721
3536
  None,
3722
3537
  Annotated[StrictFloat, Field(gt=0)],
@@ -3747,8 +3562,6 @@ class FunctionsCoreApi:
3747
3562
  :type debug_types: List[str]
3748
3563
  :param binary_ids: Limit similar functions to specific binaries
3749
3564
  :type binary_ids: List[Optional[int]]
3750
- :param authorization: API Key bearer token
3751
- :type authorization: str
3752
3565
  :param _request_timeout: timeout setting for this request. If one
3753
3566
  number provided, it will be total request
3754
3567
  timeout. It can also be a pair (tuple) of
@@ -3779,7 +3592,6 @@ class FunctionsCoreApi:
3779
3592
  debug=debug,
3780
3593
  debug_types=debug_types,
3781
3594
  binary_ids=binary_ids,
3782
- authorization=authorization,
3783
3595
  _request_auth=_request_auth,
3784
3596
  _content_type=_content_type,
3785
3597
  _headers=_headers,
@@ -3811,7 +3623,6 @@ class FunctionsCoreApi:
3811
3623
  debug: Annotated[Optional[StrictBool], Field(description="Only return matching debug functions")] = None,
3812
3624
  debug_types: Annotated[Optional[List[StrictStr]], Field(description="If limiting results to functions with debug names, which type of debug names to include?")] = None,
3813
3625
  binary_ids: Annotated[Optional[List[Optional[StrictInt]]], Field(description="Limit similar functions to specific binaries")] = None,
3814
- authorization: Annotated[Optional[StrictStr], Field(description="API Key bearer token")] = None,
3815
3626
  _request_timeout: Union[
3816
3627
  None,
3817
3628
  Annotated[StrictFloat, Field(gt=0)],
@@ -3842,8 +3653,6 @@ class FunctionsCoreApi:
3842
3653
  :type debug_types: List[str]
3843
3654
  :param binary_ids: Limit similar functions to specific binaries
3844
3655
  :type binary_ids: List[Optional[int]]
3845
- :param authorization: API Key bearer token
3846
- :type authorization: str
3847
3656
  :param _request_timeout: timeout setting for this request. If one
3848
3657
  number provided, it will be total request
3849
3658
  timeout. It can also be a pair (tuple) of
@@ -3874,7 +3683,6 @@ class FunctionsCoreApi:
3874
3683
  debug=debug,
3875
3684
  debug_types=debug_types,
3876
3685
  binary_ids=binary_ids,
3877
- authorization=authorization,
3878
3686
  _request_auth=_request_auth,
3879
3687
  _content_type=_content_type,
3880
3688
  _headers=_headers,
@@ -3901,7 +3709,6 @@ class FunctionsCoreApi:
3901
3709
  debug,
3902
3710
  debug_types,
3903
3711
  binary_ids,
3904
- authorization,
3905
3712
  _request_auth,
3906
3713
  _content_type,
3907
3714
  _headers,
@@ -3954,8 +3761,6 @@ class FunctionsCoreApi:
3954
3761
  _query_params.append(('binary_ids', binary_ids))
3955
3762
 
3956
3763
  # process the header parameters
3957
- if authorization is not None:
3958
- _header_params['authorization'] = authorization
3959
3764
  # process the form parameters
3960
3765
  # process the body parameter
3961
3766