gr4vy 1.5.2__py3-none-any.whl → 1.10.9__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 gr4vy might be problematic. Click here for more details.
- gr4vy/_version.py +3 -3
- gr4vy/actions.py +307 -0
- gr4vy/all.py +4 -2
- gr4vy/audit_logs.py +4 -2
- gr4vy/balances.py +4 -2
- gr4vy/basesdk.py +6 -0
- gr4vy/buyers_gift_cards.py +4 -2
- gr4vy/buyers_payment_methods.py +4 -2
- gr4vy/buyers_sdk.py +28 -18
- gr4vy/buyers_shipping_details.py +20 -10
- gr4vy/card_scheme_definitions_sdk.py +4 -2
- gr4vy/checkout_sessions.py +40 -14
- gr4vy/digital_wallets_sdk.py +20 -10
- gr4vy/domains.py +8 -4
- gr4vy/errors/apierror.py +1 -1
- gr4vy/errors/error400.py +1 -5
- gr4vy/errors/error401.py +1 -5
- gr4vy/errors/error403.py +1 -5
- gr4vy/errors/error404.py +1 -5
- gr4vy/errors/error405.py +1 -5
- gr4vy/errors/error409.py +1 -5
- gr4vy/errors/error425.py +1 -5
- gr4vy/errors/error429.py +1 -5
- gr4vy/errors/error500.py +1 -5
- gr4vy/errors/error502.py +1 -5
- gr4vy/errors/error504.py +1 -5
- gr4vy/errors/gr4vyerror.py +1 -1
- gr4vy/errors/httpvalidationerror.py +1 -1
- gr4vy/errors/no_response_error.py +1 -1
- gr4vy/errors/responsevalidationerror.py +1 -1
- gr4vy/events.py +54 -7
- gr4vy/executions.py +12 -6
- gr4vy/gift_cards_sdk.py +16 -8
- gr4vy/jobs.py +4 -2
- gr4vy/merchant_accounts_sdk.py +16 -8
- gr4vy/models/__init__.py +103 -29
- gr4vy/models/adyencardoptions.py +1 -6
- gr4vy/models/adyensepaoptions.py +1 -6
- gr4vy/models/airline.py +2 -7
- gr4vy/models/airlineleg.py +2 -6
- gr4vy/models/airlinepassenger.py +2 -6
- gr4vy/models/auditlogentry.py +3 -3
- gr4vy/models/auditlogentryuser.py +3 -3
- gr4vy/models/{billingdetails_input.py → billingdetails.py} +2 -2
- gr4vy/models/braintreedynamicdatafieldsoptions.py +2 -7
- gr4vy/models/browserinfo.py +2 -4
- gr4vy/models/buyer.py +3 -3
- gr4vy/models/buyercreate.py +3 -3
- gr4vy/models/buyerupdate.py +3 -3
- gr4vy/models/cartitem.py +9 -6
- gr4vy/models/chaseoptions.py +46 -0
- gr4vy/models/checkoutsession.py +24 -3
- gr4vy/models/checkoutsessioncreate.py +39 -5
- gr4vy/models/checkoutsessionpaymentmethod.py +3 -5
- gr4vy/models/checkoutsessionpaymentmethoddetails.py +2 -6
- gr4vy/models/create_payment_methodop.py +6 -0
- gr4vy/models/createsession.py +3 -3
- gr4vy/models/cybersourceoptions.py +7 -0
- gr4vy/models/definitionfield.py +1 -6
- gr4vy/models/digitalwallet.py +3 -5
- gr4vy/models/digitalwalletcreate.py +2 -6
- gr4vy/models/dlocalupirecurringinfooptions.py +13 -15
- gr4vy/models/errordetail.py +2 -4
- gr4vy/models/flow.py +16 -0
- gr4vy/models/flowaction.py +16 -0
- gr4vy/models/forterantifraudoptions.py +2 -7
- gr4vy/models/forterantifraudoptionscartitembasicitemdata.py +4 -8
- gr4vy/models/forterantifraudoptionscartitemdeliverydetails.py +3 -6
- gr4vy/models/giftcardredemption.py +4 -8
- gr4vy/models/giftcardservice.py +3 -5
- gr4vy/models/giftcardsummary.py +3 -5
- gr4vy/models/{guestbuyer_input.py → guestbuyer.py} +5 -5
- gr4vy/models/instrumenttype.py +1 -0
- gr4vy/models/integrationclient.py +16 -0
- gr4vy/models/list_all_report_executionsop.py +2 -14
- gr4vy/models/list_audit_logsop.py +2 -10
- gr4vy/models/list_buyer_payment_methodsop.py +2 -3
- gr4vy/models/list_payment_methodsop.py +2 -14
- gr4vy/models/list_payment_servicesop.py +2 -8
- gr4vy/models/list_reportsop.py +2 -10
- gr4vy/models/list_transaction_actionsop.py +43 -0
- gr4vy/models/list_transaction_eventsop.py +12 -1
- gr4vy/models/list_transactionsop.py +4 -22
- gr4vy/models/merchantaccount.py +3 -5
- gr4vy/models/merchantaccountcreate.py +2 -6
- gr4vy/models/merchantaccountupdate.py +2 -6
- gr4vy/models/method.py +3 -0
- gr4vy/models/mockcardoptions.py +7 -2
- gr4vy/models/mode.py +1 -0
- gr4vy/models/monatospeioptions.py +15 -0
- gr4vy/models/networktoken.py +3 -3
- gr4vy/models/networktokenpaymentmethodcreate.py +4 -8
- gr4vy/models/nuveiidealoptions.py +49 -0
- gr4vy/models/paymentlink.py +18 -7
- gr4vy/models/paymentlinkcreate.py +23 -37
- gr4vy/models/paymentmethod.py +7 -13
- gr4vy/models/paymentmethodcard.py +3 -5
- gr4vy/models/paymentmethoddetailscard.py +2 -6
- gr4vy/models/paymentmethodsummary.py +6 -12
- gr4vy/models/paymentoption.py +3 -3
- gr4vy/models/paymentservice.py +4 -6
- gr4vy/models/paymentserviceconfiguration.py +2 -6
- gr4vy/models/paymentservicedefinition.py +11 -5
- gr4vy/models/paymentservicetoken.py +3 -3
- gr4vy/models/payoutcreate.py +5 -9
- gr4vy/models/payoutsummary.py +4 -6
- gr4vy/models/paypaloptions.py +8 -2
- gr4vy/models/paypalshippingoptions.py +51 -0
- gr4vy/models/paypalshippingoptionsitem.py +89 -0
- gr4vy/models/paypalshippingoptionsitemamount.py +20 -0
- gr4vy/models/plaidpaymentmethodcreate.py +106 -0
- gr4vy/models/redirectpaymentmethodcreate.py +3 -6
- gr4vy/models/refund.py +4 -4
- gr4vy/models/report.py +4 -6
- gr4vy/models/reportcreate.py +2 -3
- gr4vy/models/reportexecution.py +3 -3
- gr4vy/models/reportexecutionsummary.py +3 -3
- gr4vy/models/reportspec.py +2 -4
- gr4vy/models/reportsummary.py +3 -5
- gr4vy/models/taxid.py +2 -4
- gr4vy/models/taxidkind.py +6 -0
- gr4vy/models/threedsecuredatav1.py +2 -6
- gr4vy/models/threedsecuredatav2.py +2 -6
- gr4vy/models/transaction.py +74 -25
- gr4vy/models/transactionaction.py +48 -0
- gr4vy/models/transactionactions.py +17 -0
- gr4vy/models/transactionbuyer.py +3 -3
- gr4vy/models/transactioncancel.py +3 -3
- gr4vy/models/transactioncapture.py +3 -3
- gr4vy/models/transactionconnectionoptions.py +30 -0
- gr4vy/models/transactioncreate.py +27 -12
- gr4vy/models/transactionevent.py +5 -3
- gr4vy/models/transactionpaymentmethod.py +6 -12
- gr4vy/models/transactionpaymentservice.py +3 -3
- gr4vy/models/transactionrefundcreate.py +2 -6
- gr4vy/models/transactionsummary.py +6 -10
- gr4vy/models/transactionthreedsecuresummary.py +3 -9
- gr4vy/models/transactionvoid.py +3 -3
- gr4vy/models/trustlyoptions.py +2 -9
- gr4vy/network_tokens_cryptogram.py +4 -2
- gr4vy/payment_links_sdk.py +34 -14
- gr4vy/payment_methods_network_tokens.py +20 -10
- gr4vy/payment_methods_payment_service_tokens.py +12 -6
- gr4vy/payment_methods_sdk.py +16 -8
- gr4vy/payment_options_sdk.py +4 -2
- gr4vy/payment_service_definitions_sdk.py +12 -6
- gr4vy/payment_services_sdk.py +28 -14
- gr4vy/payouts.py +16 -10
- gr4vy/refunds_sdk.py +4 -2
- gr4vy/report_executions_sdk.py +4 -2
- gr4vy/reports_sdk.py +16 -8
- gr4vy/sessions.py +12 -6
- gr4vy/transactions.py +99 -28
- gr4vy/transactions_refunds.py +12 -6
- gr4vy/transactions_settlements.py +8 -4
- gr4vy/types/basemodel.py +41 -3
- gr4vy/utils/__init__.py +0 -3
- gr4vy/utils/enums.py +60 -0
- gr4vy/utils/forms.py +21 -10
- gr4vy/utils/queryparams.py +14 -2
- gr4vy/utils/requestbodies.py +1 -1
- gr4vy/utils/retries.py +69 -5
- gr4vy/utils/serializers.py +0 -20
- gr4vy/utils/unmarshal_json_response.py +15 -1
- {gr4vy-1.5.2.dist-info → gr4vy-1.10.9.dist-info}/METADATA +39 -39
- {gr4vy-1.5.2.dist-info → gr4vy-1.10.9.dist-info}/RECORD +167 -155
- gr4vy/models/billingdetails_output.py +0 -87
- gr4vy/models/guestbuyer_output.py +0 -80
- {gr4vy-1.5.2.dist-info → gr4vy-1.10.9.dist-info}/WHEEL +0 -0
gr4vy/buyers_sdk.py
CHANGED
|
@@ -98,6 +98,7 @@ class BuyersSDK(BaseSDK):
|
|
|
98
98
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
99
99
|
),
|
|
100
100
|
security=self.sdk_configuration.security,
|
|
101
|
+
allow_empty_value=None,
|
|
101
102
|
timeout_ms=timeout_ms,
|
|
102
103
|
)
|
|
103
104
|
|
|
@@ -118,7 +119,7 @@ class BuyersSDK(BaseSDK):
|
|
|
118
119
|
config=self.sdk_configuration,
|
|
119
120
|
base_url=base_url or "",
|
|
120
121
|
operation_id="list_buyers",
|
|
121
|
-
oauth2_scopes=
|
|
122
|
+
oauth2_scopes=None,
|
|
122
123
|
security_source=get_security_from_env(
|
|
123
124
|
self.sdk_configuration.security, models.Security
|
|
124
125
|
),
|
|
@@ -276,6 +277,7 @@ class BuyersSDK(BaseSDK):
|
|
|
276
277
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
277
278
|
),
|
|
278
279
|
security=self.sdk_configuration.security,
|
|
280
|
+
allow_empty_value=None,
|
|
279
281
|
timeout_ms=timeout_ms,
|
|
280
282
|
)
|
|
281
283
|
|
|
@@ -296,7 +298,7 @@ class BuyersSDK(BaseSDK):
|
|
|
296
298
|
config=self.sdk_configuration,
|
|
297
299
|
base_url=base_url or "",
|
|
298
300
|
operation_id="list_buyers",
|
|
299
|
-
oauth2_scopes=
|
|
301
|
+
oauth2_scopes=None,
|
|
300
302
|
security_source=get_security_from_env(
|
|
301
303
|
self.sdk_configuration.security, models.Security
|
|
302
304
|
),
|
|
@@ -400,7 +402,7 @@ class BuyersSDK(BaseSDK):
|
|
|
400
402
|
display_name: OptionalNullable[str] = UNSET,
|
|
401
403
|
external_identifier: OptionalNullable[str] = UNSET,
|
|
402
404
|
billing_details: OptionalNullable[
|
|
403
|
-
Union[models.
|
|
405
|
+
Union[models.BillingDetails, models.BillingDetailsTypedDict]
|
|
404
406
|
] = UNSET,
|
|
405
407
|
account_number: OptionalNullable[str] = UNSET,
|
|
406
408
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -438,7 +440,7 @@ class BuyersSDK(BaseSDK):
|
|
|
438
440
|
display_name=display_name,
|
|
439
441
|
external_identifier=external_identifier,
|
|
440
442
|
billing_details=utils.get_pydantic_model(
|
|
441
|
-
billing_details, OptionalNullable[models.
|
|
443
|
+
billing_details, OptionalNullable[models.BillingDetails]
|
|
442
444
|
),
|
|
443
445
|
account_number=account_number,
|
|
444
446
|
),
|
|
@@ -463,6 +465,7 @@ class BuyersSDK(BaseSDK):
|
|
|
463
465
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
464
466
|
request.buyer_create, False, False, "json", models.BuyerCreate
|
|
465
467
|
),
|
|
468
|
+
allow_empty_value=None,
|
|
466
469
|
timeout_ms=timeout_ms,
|
|
467
470
|
)
|
|
468
471
|
|
|
@@ -479,7 +482,7 @@ class BuyersSDK(BaseSDK):
|
|
|
479
482
|
config=self.sdk_configuration,
|
|
480
483
|
base_url=base_url or "",
|
|
481
484
|
operation_id="add_buyer",
|
|
482
|
-
oauth2_scopes=
|
|
485
|
+
oauth2_scopes=None,
|
|
483
486
|
security_source=get_security_from_env(
|
|
484
487
|
self.sdk_configuration.security, models.Security
|
|
485
488
|
),
|
|
@@ -561,7 +564,7 @@ class BuyersSDK(BaseSDK):
|
|
|
561
564
|
display_name: OptionalNullable[str] = UNSET,
|
|
562
565
|
external_identifier: OptionalNullable[str] = UNSET,
|
|
563
566
|
billing_details: OptionalNullable[
|
|
564
|
-
Union[models.
|
|
567
|
+
Union[models.BillingDetails, models.BillingDetailsTypedDict]
|
|
565
568
|
] = UNSET,
|
|
566
569
|
account_number: OptionalNullable[str] = UNSET,
|
|
567
570
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -599,7 +602,7 @@ class BuyersSDK(BaseSDK):
|
|
|
599
602
|
display_name=display_name,
|
|
600
603
|
external_identifier=external_identifier,
|
|
601
604
|
billing_details=utils.get_pydantic_model(
|
|
602
|
-
billing_details, OptionalNullable[models.
|
|
605
|
+
billing_details, OptionalNullable[models.BillingDetails]
|
|
603
606
|
),
|
|
604
607
|
account_number=account_number,
|
|
605
608
|
),
|
|
@@ -624,6 +627,7 @@ class BuyersSDK(BaseSDK):
|
|
|
624
627
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
625
628
|
request.buyer_create, False, False, "json", models.BuyerCreate
|
|
626
629
|
),
|
|
630
|
+
allow_empty_value=None,
|
|
627
631
|
timeout_ms=timeout_ms,
|
|
628
632
|
)
|
|
629
633
|
|
|
@@ -640,7 +644,7 @@ class BuyersSDK(BaseSDK):
|
|
|
640
644
|
config=self.sdk_configuration,
|
|
641
645
|
base_url=base_url or "",
|
|
642
646
|
operation_id="add_buyer",
|
|
643
|
-
oauth2_scopes=
|
|
647
|
+
oauth2_scopes=None,
|
|
644
648
|
security_source=get_security_from_env(
|
|
645
649
|
self.sdk_configuration.security, models.Security
|
|
646
650
|
),
|
|
@@ -767,6 +771,7 @@ class BuyersSDK(BaseSDK):
|
|
|
767
771
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
768
772
|
),
|
|
769
773
|
security=self.sdk_configuration.security,
|
|
774
|
+
allow_empty_value=None,
|
|
770
775
|
timeout_ms=timeout_ms,
|
|
771
776
|
)
|
|
772
777
|
|
|
@@ -787,7 +792,7 @@ class BuyersSDK(BaseSDK):
|
|
|
787
792
|
config=self.sdk_configuration,
|
|
788
793
|
base_url=base_url or "",
|
|
789
794
|
operation_id="get_buyer",
|
|
790
|
-
oauth2_scopes=
|
|
795
|
+
oauth2_scopes=None,
|
|
791
796
|
security_source=get_security_from_env(
|
|
792
797
|
self.sdk_configuration.security, models.Security
|
|
793
798
|
),
|
|
@@ -914,6 +919,7 @@ class BuyersSDK(BaseSDK):
|
|
|
914
919
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
915
920
|
),
|
|
916
921
|
security=self.sdk_configuration.security,
|
|
922
|
+
allow_empty_value=None,
|
|
917
923
|
timeout_ms=timeout_ms,
|
|
918
924
|
)
|
|
919
925
|
|
|
@@ -934,7 +940,7 @@ class BuyersSDK(BaseSDK):
|
|
|
934
940
|
config=self.sdk_configuration,
|
|
935
941
|
base_url=base_url or "",
|
|
936
942
|
operation_id="get_buyer",
|
|
937
|
-
oauth2_scopes=
|
|
943
|
+
oauth2_scopes=None,
|
|
938
944
|
security_source=get_security_from_env(
|
|
939
945
|
self.sdk_configuration.security, models.Security
|
|
940
946
|
),
|
|
@@ -1018,7 +1024,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1018
1024
|
external_identifier: OptionalNullable[str] = UNSET,
|
|
1019
1025
|
account_number: OptionalNullable[str] = UNSET,
|
|
1020
1026
|
billing_details: OptionalNullable[
|
|
1021
|
-
Union[models.
|
|
1027
|
+
Union[models.BillingDetails, models.BillingDetailsTypedDict]
|
|
1022
1028
|
] = UNSET,
|
|
1023
1029
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
1024
1030
|
server_url: Optional[str] = None,
|
|
@@ -1058,7 +1064,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1058
1064
|
external_identifier=external_identifier,
|
|
1059
1065
|
account_number=account_number,
|
|
1060
1066
|
billing_details=utils.get_pydantic_model(
|
|
1061
|
-
billing_details, OptionalNullable[models.
|
|
1067
|
+
billing_details, OptionalNullable[models.BillingDetails]
|
|
1062
1068
|
),
|
|
1063
1069
|
),
|
|
1064
1070
|
)
|
|
@@ -1082,6 +1088,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1082
1088
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
1083
1089
|
request.buyer_update, False, False, "json", models.BuyerUpdate
|
|
1084
1090
|
),
|
|
1091
|
+
allow_empty_value=None,
|
|
1085
1092
|
timeout_ms=timeout_ms,
|
|
1086
1093
|
)
|
|
1087
1094
|
|
|
@@ -1098,7 +1105,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1098
1105
|
config=self.sdk_configuration,
|
|
1099
1106
|
base_url=base_url or "",
|
|
1100
1107
|
operation_id="update_buyer",
|
|
1101
|
-
oauth2_scopes=
|
|
1108
|
+
oauth2_scopes=None,
|
|
1102
1109
|
security_source=get_security_from_env(
|
|
1103
1110
|
self.sdk_configuration.security, models.Security
|
|
1104
1111
|
),
|
|
@@ -1182,7 +1189,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1182
1189
|
external_identifier: OptionalNullable[str] = UNSET,
|
|
1183
1190
|
account_number: OptionalNullable[str] = UNSET,
|
|
1184
1191
|
billing_details: OptionalNullable[
|
|
1185
|
-
Union[models.
|
|
1192
|
+
Union[models.BillingDetails, models.BillingDetailsTypedDict]
|
|
1186
1193
|
] = UNSET,
|
|
1187
1194
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
1188
1195
|
server_url: Optional[str] = None,
|
|
@@ -1222,7 +1229,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1222
1229
|
external_identifier=external_identifier,
|
|
1223
1230
|
account_number=account_number,
|
|
1224
1231
|
billing_details=utils.get_pydantic_model(
|
|
1225
|
-
billing_details, OptionalNullable[models.
|
|
1232
|
+
billing_details, OptionalNullable[models.BillingDetails]
|
|
1226
1233
|
),
|
|
1227
1234
|
),
|
|
1228
1235
|
)
|
|
@@ -1246,6 +1253,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1246
1253
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
1247
1254
|
request.buyer_update, False, False, "json", models.BuyerUpdate
|
|
1248
1255
|
),
|
|
1256
|
+
allow_empty_value=None,
|
|
1249
1257
|
timeout_ms=timeout_ms,
|
|
1250
1258
|
)
|
|
1251
1259
|
|
|
@@ -1262,7 +1270,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1262
1270
|
config=self.sdk_configuration,
|
|
1263
1271
|
base_url=base_url or "",
|
|
1264
1272
|
operation_id="update_buyer",
|
|
1265
|
-
oauth2_scopes=
|
|
1273
|
+
oauth2_scopes=None,
|
|
1266
1274
|
security_source=get_security_from_env(
|
|
1267
1275
|
self.sdk_configuration.security, models.Security
|
|
1268
1276
|
),
|
|
@@ -1389,6 +1397,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1389
1397
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
1390
1398
|
),
|
|
1391
1399
|
security=self.sdk_configuration.security,
|
|
1400
|
+
allow_empty_value=None,
|
|
1392
1401
|
timeout_ms=timeout_ms,
|
|
1393
1402
|
)
|
|
1394
1403
|
|
|
@@ -1405,7 +1414,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1405
1414
|
config=self.sdk_configuration,
|
|
1406
1415
|
base_url=base_url or "",
|
|
1407
1416
|
operation_id="delete_buyer",
|
|
1408
|
-
oauth2_scopes=
|
|
1417
|
+
oauth2_scopes=None,
|
|
1409
1418
|
security_source=get_security_from_env(
|
|
1410
1419
|
self.sdk_configuration.security, models.Security
|
|
1411
1420
|
),
|
|
@@ -1532,6 +1541,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1532
1541
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
1533
1542
|
),
|
|
1534
1543
|
security=self.sdk_configuration.security,
|
|
1544
|
+
allow_empty_value=None,
|
|
1535
1545
|
timeout_ms=timeout_ms,
|
|
1536
1546
|
)
|
|
1537
1547
|
|
|
@@ -1548,7 +1558,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1548
1558
|
config=self.sdk_configuration,
|
|
1549
1559
|
base_url=base_url or "",
|
|
1550
1560
|
operation_id="delete_buyer",
|
|
1551
|
-
oauth2_scopes=
|
|
1561
|
+
oauth2_scopes=None,
|
|
1552
1562
|
security_source=get_security_from_env(
|
|
1553
1563
|
self.sdk_configuration.security, models.Security
|
|
1554
1564
|
),
|
gr4vy/buyers_shipping_details.py
CHANGED
|
@@ -90,6 +90,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
90
90
|
"json",
|
|
91
91
|
models.ShippingDetailsCreate,
|
|
92
92
|
),
|
|
93
|
+
allow_empty_value=None,
|
|
93
94
|
timeout_ms=timeout_ms,
|
|
94
95
|
)
|
|
95
96
|
|
|
@@ -106,7 +107,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
106
107
|
config=self.sdk_configuration,
|
|
107
108
|
base_url=base_url or "",
|
|
108
109
|
operation_id="add_buyer_shipping_details",
|
|
109
|
-
oauth2_scopes=
|
|
110
|
+
oauth2_scopes=None,
|
|
110
111
|
security_source=get_security_from_env(
|
|
111
112
|
self.sdk_configuration.security, models.Security
|
|
112
113
|
),
|
|
@@ -261,6 +262,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
261
262
|
"json",
|
|
262
263
|
models.ShippingDetailsCreate,
|
|
263
264
|
),
|
|
265
|
+
allow_empty_value=None,
|
|
264
266
|
timeout_ms=timeout_ms,
|
|
265
267
|
)
|
|
266
268
|
|
|
@@ -277,7 +279,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
277
279
|
config=self.sdk_configuration,
|
|
278
280
|
base_url=base_url or "",
|
|
279
281
|
operation_id="add_buyer_shipping_details",
|
|
280
|
-
oauth2_scopes=
|
|
282
|
+
oauth2_scopes=None,
|
|
281
283
|
security_source=get_security_from_env(
|
|
282
284
|
self.sdk_configuration.security, models.Security
|
|
283
285
|
),
|
|
@@ -404,6 +406,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
404
406
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
405
407
|
),
|
|
406
408
|
security=self.sdk_configuration.security,
|
|
409
|
+
allow_empty_value=None,
|
|
407
410
|
timeout_ms=timeout_ms,
|
|
408
411
|
)
|
|
409
412
|
|
|
@@ -424,7 +427,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
424
427
|
config=self.sdk_configuration,
|
|
425
428
|
base_url=base_url or "",
|
|
426
429
|
operation_id="list_buyer_shipping_details",
|
|
427
|
-
oauth2_scopes=
|
|
430
|
+
oauth2_scopes=None,
|
|
428
431
|
security_source=get_security_from_env(
|
|
429
432
|
self.sdk_configuration.security, models.Security
|
|
430
433
|
),
|
|
@@ -551,6 +554,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
551
554
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
552
555
|
),
|
|
553
556
|
security=self.sdk_configuration.security,
|
|
557
|
+
allow_empty_value=None,
|
|
554
558
|
timeout_ms=timeout_ms,
|
|
555
559
|
)
|
|
556
560
|
|
|
@@ -571,7 +575,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
571
575
|
config=self.sdk_configuration,
|
|
572
576
|
base_url=base_url or "",
|
|
573
577
|
operation_id="list_buyer_shipping_details",
|
|
574
|
-
oauth2_scopes=
|
|
578
|
+
oauth2_scopes=None,
|
|
575
579
|
security_source=get_security_from_env(
|
|
576
580
|
self.sdk_configuration.security, models.Security
|
|
577
581
|
),
|
|
@@ -701,6 +705,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
701
705
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
702
706
|
),
|
|
703
707
|
security=self.sdk_configuration.security,
|
|
708
|
+
allow_empty_value=None,
|
|
704
709
|
timeout_ms=timeout_ms,
|
|
705
710
|
)
|
|
706
711
|
|
|
@@ -721,7 +726,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
721
726
|
config=self.sdk_configuration,
|
|
722
727
|
base_url=base_url or "",
|
|
723
728
|
operation_id="get_buyer_shipping_details",
|
|
724
|
-
oauth2_scopes=
|
|
729
|
+
oauth2_scopes=None,
|
|
725
730
|
security_source=get_security_from_env(
|
|
726
731
|
self.sdk_configuration.security, models.Security
|
|
727
732
|
),
|
|
@@ -851,6 +856,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
851
856
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
852
857
|
),
|
|
853
858
|
security=self.sdk_configuration.security,
|
|
859
|
+
allow_empty_value=None,
|
|
854
860
|
timeout_ms=timeout_ms,
|
|
855
861
|
)
|
|
856
862
|
|
|
@@ -871,7 +877,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
871
877
|
config=self.sdk_configuration,
|
|
872
878
|
base_url=base_url or "",
|
|
873
879
|
operation_id="get_buyer_shipping_details",
|
|
874
|
-
oauth2_scopes=
|
|
880
|
+
oauth2_scopes=None,
|
|
875
881
|
security_source=get_security_from_env(
|
|
876
882
|
self.sdk_configuration.security, models.Security
|
|
877
883
|
),
|
|
@@ -1029,6 +1035,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
1029
1035
|
"json",
|
|
1030
1036
|
models.ShippingDetailsUpdate,
|
|
1031
1037
|
),
|
|
1038
|
+
allow_empty_value=None,
|
|
1032
1039
|
timeout_ms=timeout_ms,
|
|
1033
1040
|
)
|
|
1034
1041
|
|
|
@@ -1045,7 +1052,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
1045
1052
|
config=self.sdk_configuration,
|
|
1046
1053
|
base_url=base_url or "",
|
|
1047
1054
|
operation_id="update_buyer_shipping_details",
|
|
1048
|
-
oauth2_scopes=
|
|
1055
|
+
oauth2_scopes=None,
|
|
1049
1056
|
security_source=get_security_from_env(
|
|
1050
1057
|
self.sdk_configuration.security, models.Security
|
|
1051
1058
|
),
|
|
@@ -1203,6 +1210,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
1203
1210
|
"json",
|
|
1204
1211
|
models.ShippingDetailsUpdate,
|
|
1205
1212
|
),
|
|
1213
|
+
allow_empty_value=None,
|
|
1206
1214
|
timeout_ms=timeout_ms,
|
|
1207
1215
|
)
|
|
1208
1216
|
|
|
@@ -1219,7 +1227,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
1219
1227
|
config=self.sdk_configuration,
|
|
1220
1228
|
base_url=base_url or "",
|
|
1221
1229
|
operation_id="update_buyer_shipping_details",
|
|
1222
|
-
oauth2_scopes=
|
|
1230
|
+
oauth2_scopes=None,
|
|
1223
1231
|
security_source=get_security_from_env(
|
|
1224
1232
|
self.sdk_configuration.security, models.Security
|
|
1225
1233
|
),
|
|
@@ -1349,6 +1357,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
1349
1357
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
1350
1358
|
),
|
|
1351
1359
|
security=self.sdk_configuration.security,
|
|
1360
|
+
allow_empty_value=None,
|
|
1352
1361
|
timeout_ms=timeout_ms,
|
|
1353
1362
|
)
|
|
1354
1363
|
|
|
@@ -1365,7 +1374,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
1365
1374
|
config=self.sdk_configuration,
|
|
1366
1375
|
base_url=base_url or "",
|
|
1367
1376
|
operation_id="delete_buyer_shipping_details",
|
|
1368
|
-
oauth2_scopes=
|
|
1377
|
+
oauth2_scopes=None,
|
|
1369
1378
|
security_source=get_security_from_env(
|
|
1370
1379
|
self.sdk_configuration.security, models.Security
|
|
1371
1380
|
),
|
|
@@ -1495,6 +1504,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
1495
1504
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
1496
1505
|
),
|
|
1497
1506
|
security=self.sdk_configuration.security,
|
|
1507
|
+
allow_empty_value=None,
|
|
1498
1508
|
timeout_ms=timeout_ms,
|
|
1499
1509
|
)
|
|
1500
1510
|
|
|
@@ -1511,7 +1521,7 @@ class BuyersShippingDetails(BaseSDK):
|
|
|
1511
1521
|
config=self.sdk_configuration,
|
|
1512
1522
|
base_url=base_url or "",
|
|
1513
1523
|
operation_id="delete_buyer_shipping_details",
|
|
1514
|
-
oauth2_scopes=
|
|
1524
|
+
oauth2_scopes=None,
|
|
1515
1525
|
security_source=get_security_from_env(
|
|
1516
1526
|
self.sdk_configuration.security, models.Security
|
|
1517
1527
|
),
|
|
@@ -59,6 +59,7 @@ class CardSchemeDefinitionsSDK(BaseSDK):
|
|
|
59
59
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
60
60
|
),
|
|
61
61
|
security=self.sdk_configuration.security,
|
|
62
|
+
allow_empty_value=None,
|
|
62
63
|
timeout_ms=timeout_ms,
|
|
63
64
|
)
|
|
64
65
|
|
|
@@ -79,7 +80,7 @@ class CardSchemeDefinitionsSDK(BaseSDK):
|
|
|
79
80
|
config=self.sdk_configuration,
|
|
80
81
|
base_url=base_url or "",
|
|
81
82
|
operation_id="list_card_scheme_definitions",
|
|
82
|
-
oauth2_scopes=
|
|
83
|
+
oauth2_scopes=None,
|
|
83
84
|
security_source=get_security_from_env(
|
|
84
85
|
self.sdk_configuration.security, models.Security
|
|
85
86
|
),
|
|
@@ -203,6 +204,7 @@ class CardSchemeDefinitionsSDK(BaseSDK):
|
|
|
203
204
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
204
205
|
),
|
|
205
206
|
security=self.sdk_configuration.security,
|
|
207
|
+
allow_empty_value=None,
|
|
206
208
|
timeout_ms=timeout_ms,
|
|
207
209
|
)
|
|
208
210
|
|
|
@@ -223,7 +225,7 @@ class CardSchemeDefinitionsSDK(BaseSDK):
|
|
|
223
225
|
config=self.sdk_configuration,
|
|
224
226
|
base_url=base_url or "",
|
|
225
227
|
operation_id="list_card_scheme_definitions",
|
|
226
|
-
oauth2_scopes=
|
|
228
|
+
oauth2_scopes=None,
|
|
227
229
|
security_source=get_security_from_env(
|
|
228
230
|
self.sdk_configuration.security, models.Security
|
|
229
231
|
),
|
gr4vy/checkout_sessions.py
CHANGED
|
@@ -73,6 +73,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
73
73
|
"json",
|
|
74
74
|
Optional[models.CheckoutSessionCreate],
|
|
75
75
|
),
|
|
76
|
+
allow_empty_value=None,
|
|
76
77
|
timeout_ms=timeout_ms,
|
|
77
78
|
)
|
|
78
79
|
|
|
@@ -89,7 +90,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
89
90
|
config=self.sdk_configuration,
|
|
90
91
|
base_url=base_url or "",
|
|
91
92
|
operation_id="create_checkout_session",
|
|
92
|
-
oauth2_scopes=
|
|
93
|
+
oauth2_scopes=None,
|
|
93
94
|
security_source=get_security_from_env(
|
|
94
95
|
self.sdk_configuration.security, models.Security
|
|
95
96
|
),
|
|
@@ -227,6 +228,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
227
228
|
"json",
|
|
228
229
|
Optional[models.CheckoutSessionCreate],
|
|
229
230
|
),
|
|
231
|
+
allow_empty_value=None,
|
|
230
232
|
timeout_ms=timeout_ms,
|
|
231
233
|
)
|
|
232
234
|
|
|
@@ -243,7 +245,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
243
245
|
config=self.sdk_configuration,
|
|
244
246
|
base_url=base_url or "",
|
|
245
247
|
operation_id="create_checkout_session",
|
|
246
|
-
oauth2_scopes=
|
|
248
|
+
oauth2_scopes=None,
|
|
247
249
|
security_source=get_security_from_env(
|
|
248
250
|
self.sdk_configuration.security, models.Security
|
|
249
251
|
),
|
|
@@ -328,11 +330,14 @@ class CheckoutSessions(BaseSDK):
|
|
|
328
330
|
] = UNSET,
|
|
329
331
|
metadata: OptionalNullable[Dict[str, str]] = UNSET,
|
|
330
332
|
buyer: OptionalNullable[
|
|
331
|
-
Union[models.
|
|
333
|
+
Union[models.GuestBuyer, models.GuestBuyerTypedDict]
|
|
332
334
|
] = UNSET,
|
|
333
335
|
airline: OptionalNullable[
|
|
334
336
|
Union[models.Airline, models.AirlineTypedDict]
|
|
335
337
|
] = UNSET,
|
|
338
|
+
amount: OptionalNullable[int] = UNSET,
|
|
339
|
+
currency: OptionalNullable[str] = UNSET,
|
|
340
|
+
payment_service_id: OptionalNullable[str] = UNSET,
|
|
336
341
|
expires_in: Optional[float] = 3600,
|
|
337
342
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
338
343
|
server_url: Optional[str] = None,
|
|
@@ -349,7 +354,10 @@ class CheckoutSessions(BaseSDK):
|
|
|
349
354
|
:param metadata: Any additional information about the transaction that you would like to store as key-value pairs. This data is passed to payment service providers that support it.
|
|
350
355
|
:param buyer: Provide buyer details for the transaction. No buyer resource will be created on Gr4vy when used.
|
|
351
356
|
:param airline: The airline addendum data which describes the airline booking associated with this transaction.
|
|
352
|
-
:param
|
|
357
|
+
:param amount: The total amount for this transaction.
|
|
358
|
+
:param currency: The currency code for this transaction.
|
|
359
|
+
:param payment_service_id: The unique identifier of an existing payment service. When provided, the created transaction will be processed by the given payment service and any routing rules will be skipped.
|
|
360
|
+
:param expires_in: The time in seconds when this checkout session expires.
|
|
353
361
|
:param retries: Override the default retry configuration for this method
|
|
354
362
|
:param server_url: Override the default server URL for this method
|
|
355
363
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -374,11 +382,14 @@ class CheckoutSessions(BaseSDK):
|
|
|
374
382
|
),
|
|
375
383
|
metadata=metadata,
|
|
376
384
|
buyer=utils.get_pydantic_model(
|
|
377
|
-
buyer, OptionalNullable[models.
|
|
385
|
+
buyer, OptionalNullable[models.GuestBuyer]
|
|
378
386
|
),
|
|
379
387
|
airline=utils.get_pydantic_model(
|
|
380
388
|
airline, OptionalNullable[models.Airline]
|
|
381
389
|
),
|
|
390
|
+
amount=amount,
|
|
391
|
+
currency=currency,
|
|
392
|
+
payment_service_id=payment_service_id,
|
|
382
393
|
expires_in=expires_in,
|
|
383
394
|
),
|
|
384
395
|
)
|
|
@@ -406,6 +417,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
406
417
|
"json",
|
|
407
418
|
models.CheckoutSessionCreate,
|
|
408
419
|
),
|
|
420
|
+
allow_empty_value=None,
|
|
409
421
|
timeout_ms=timeout_ms,
|
|
410
422
|
)
|
|
411
423
|
|
|
@@ -422,7 +434,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
422
434
|
config=self.sdk_configuration,
|
|
423
435
|
base_url=base_url or "",
|
|
424
436
|
operation_id="update_checkout_session",
|
|
425
|
-
oauth2_scopes=
|
|
437
|
+
oauth2_scopes=None,
|
|
426
438
|
security_source=get_security_from_env(
|
|
427
439
|
self.sdk_configuration.security, models.Security
|
|
428
440
|
),
|
|
@@ -507,11 +519,14 @@ class CheckoutSessions(BaseSDK):
|
|
|
507
519
|
] = UNSET,
|
|
508
520
|
metadata: OptionalNullable[Dict[str, str]] = UNSET,
|
|
509
521
|
buyer: OptionalNullable[
|
|
510
|
-
Union[models.
|
|
522
|
+
Union[models.GuestBuyer, models.GuestBuyerTypedDict]
|
|
511
523
|
] = UNSET,
|
|
512
524
|
airline: OptionalNullable[
|
|
513
525
|
Union[models.Airline, models.AirlineTypedDict]
|
|
514
526
|
] = UNSET,
|
|
527
|
+
amount: OptionalNullable[int] = UNSET,
|
|
528
|
+
currency: OptionalNullable[str] = UNSET,
|
|
529
|
+
payment_service_id: OptionalNullable[str] = UNSET,
|
|
515
530
|
expires_in: Optional[float] = 3600,
|
|
516
531
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
517
532
|
server_url: Optional[str] = None,
|
|
@@ -528,7 +543,10 @@ class CheckoutSessions(BaseSDK):
|
|
|
528
543
|
:param metadata: Any additional information about the transaction that you would like to store as key-value pairs. This data is passed to payment service providers that support it.
|
|
529
544
|
:param buyer: Provide buyer details for the transaction. No buyer resource will be created on Gr4vy when used.
|
|
530
545
|
:param airline: The airline addendum data which describes the airline booking associated with this transaction.
|
|
531
|
-
:param
|
|
546
|
+
:param amount: The total amount for this transaction.
|
|
547
|
+
:param currency: The currency code for this transaction.
|
|
548
|
+
:param payment_service_id: The unique identifier of an existing payment service. When provided, the created transaction will be processed by the given payment service and any routing rules will be skipped.
|
|
549
|
+
:param expires_in: The time in seconds when this checkout session expires.
|
|
532
550
|
:param retries: Override the default retry configuration for this method
|
|
533
551
|
:param server_url: Override the default server URL for this method
|
|
534
552
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -553,11 +571,14 @@ class CheckoutSessions(BaseSDK):
|
|
|
553
571
|
),
|
|
554
572
|
metadata=metadata,
|
|
555
573
|
buyer=utils.get_pydantic_model(
|
|
556
|
-
buyer, OptionalNullable[models.
|
|
574
|
+
buyer, OptionalNullable[models.GuestBuyer]
|
|
557
575
|
),
|
|
558
576
|
airline=utils.get_pydantic_model(
|
|
559
577
|
airline, OptionalNullable[models.Airline]
|
|
560
578
|
),
|
|
579
|
+
amount=amount,
|
|
580
|
+
currency=currency,
|
|
581
|
+
payment_service_id=payment_service_id,
|
|
561
582
|
expires_in=expires_in,
|
|
562
583
|
),
|
|
563
584
|
)
|
|
@@ -585,6 +606,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
585
606
|
"json",
|
|
586
607
|
models.CheckoutSessionCreate,
|
|
587
608
|
),
|
|
609
|
+
allow_empty_value=None,
|
|
588
610
|
timeout_ms=timeout_ms,
|
|
589
611
|
)
|
|
590
612
|
|
|
@@ -601,7 +623,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
601
623
|
config=self.sdk_configuration,
|
|
602
624
|
base_url=base_url or "",
|
|
603
625
|
operation_id="update_checkout_session",
|
|
604
|
-
oauth2_scopes=
|
|
626
|
+
oauth2_scopes=None,
|
|
605
627
|
security_source=get_security_from_env(
|
|
606
628
|
self.sdk_configuration.security, models.Security
|
|
607
629
|
),
|
|
@@ -728,6 +750,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
728
750
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
729
751
|
),
|
|
730
752
|
security=self.sdk_configuration.security,
|
|
753
|
+
allow_empty_value=None,
|
|
731
754
|
timeout_ms=timeout_ms,
|
|
732
755
|
)
|
|
733
756
|
|
|
@@ -748,7 +771,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
748
771
|
config=self.sdk_configuration,
|
|
749
772
|
base_url=base_url or "",
|
|
750
773
|
operation_id="get_checkout_session",
|
|
751
|
-
oauth2_scopes=
|
|
774
|
+
oauth2_scopes=None,
|
|
752
775
|
security_source=get_security_from_env(
|
|
753
776
|
self.sdk_configuration.security, models.Security
|
|
754
777
|
),
|
|
@@ -870,6 +893,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
870
893
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
871
894
|
),
|
|
872
895
|
security=self.sdk_configuration.security,
|
|
896
|
+
allow_empty_value=None,
|
|
873
897
|
timeout_ms=timeout_ms,
|
|
874
898
|
)
|
|
875
899
|
|
|
@@ -890,7 +914,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
890
914
|
config=self.sdk_configuration,
|
|
891
915
|
base_url=base_url or "",
|
|
892
916
|
operation_id="get_checkout_session",
|
|
893
|
-
oauth2_scopes=
|
|
917
|
+
oauth2_scopes=None,
|
|
894
918
|
security_source=get_security_from_env(
|
|
895
919
|
self.sdk_configuration.security, models.Security
|
|
896
920
|
),
|
|
@@ -1012,6 +1036,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
1012
1036
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
1013
1037
|
),
|
|
1014
1038
|
security=self.sdk_configuration.security,
|
|
1039
|
+
allow_empty_value=None,
|
|
1015
1040
|
timeout_ms=timeout_ms,
|
|
1016
1041
|
)
|
|
1017
1042
|
|
|
@@ -1028,7 +1053,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
1028
1053
|
config=self.sdk_configuration,
|
|
1029
1054
|
base_url=base_url or "",
|
|
1030
1055
|
operation_id="delete_checkout_session",
|
|
1031
|
-
oauth2_scopes=
|
|
1056
|
+
oauth2_scopes=None,
|
|
1032
1057
|
security_source=get_security_from_env(
|
|
1033
1058
|
self.sdk_configuration.security, models.Security
|
|
1034
1059
|
),
|
|
@@ -1155,6 +1180,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
1155
1180
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
1156
1181
|
),
|
|
1157
1182
|
security=self.sdk_configuration.security,
|
|
1183
|
+
allow_empty_value=None,
|
|
1158
1184
|
timeout_ms=timeout_ms,
|
|
1159
1185
|
)
|
|
1160
1186
|
|
|
@@ -1171,7 +1197,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
1171
1197
|
config=self.sdk_configuration,
|
|
1172
1198
|
base_url=base_url or "",
|
|
1173
1199
|
operation_id="delete_checkout_session",
|
|
1174
|
-
oauth2_scopes=
|
|
1200
|
+
oauth2_scopes=None,
|
|
1175
1201
|
security_source=get_security_from_env(
|
|
1176
1202
|
self.sdk_configuration.security, models.Security
|
|
1177
1203
|
),
|