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.
- 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/executions.py
CHANGED
|
@@ -69,6 +69,7 @@ class Executions(BaseSDK):
|
|
|
69
69
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
70
70
|
),
|
|
71
71
|
security=self.sdk_configuration.security,
|
|
72
|
+
allow_empty_value=None,
|
|
72
73
|
timeout_ms=timeout_ms,
|
|
73
74
|
)
|
|
74
75
|
|
|
@@ -89,7 +90,7 @@ class Executions(BaseSDK):
|
|
|
89
90
|
config=self.sdk_configuration,
|
|
90
91
|
base_url=base_url or "",
|
|
91
92
|
operation_id="list_report_executions",
|
|
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
|
),
|
|
@@ -244,6 +245,7 @@ class Executions(BaseSDK):
|
|
|
244
245
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
245
246
|
),
|
|
246
247
|
security=self.sdk_configuration.security,
|
|
248
|
+
allow_empty_value=None,
|
|
247
249
|
timeout_ms=timeout_ms,
|
|
248
250
|
)
|
|
249
251
|
|
|
@@ -264,7 +266,7 @@ class Executions(BaseSDK):
|
|
|
264
266
|
config=self.sdk_configuration,
|
|
265
267
|
base_url=base_url or "",
|
|
266
268
|
operation_id="list_report_executions",
|
|
267
|
-
oauth2_scopes=
|
|
269
|
+
oauth2_scopes=None,
|
|
268
270
|
security_source=get_security_from_env(
|
|
269
271
|
self.sdk_configuration.security, models.Security
|
|
270
272
|
),
|
|
@@ -428,6 +430,7 @@ class Executions(BaseSDK):
|
|
|
428
430
|
"json",
|
|
429
431
|
Optional[models.ReportExecutionURLGenerate],
|
|
430
432
|
),
|
|
433
|
+
allow_empty_value=None,
|
|
431
434
|
timeout_ms=timeout_ms,
|
|
432
435
|
)
|
|
433
436
|
|
|
@@ -444,7 +447,7 @@ class Executions(BaseSDK):
|
|
|
444
447
|
config=self.sdk_configuration,
|
|
445
448
|
base_url=base_url or "",
|
|
446
449
|
operation_id="create_report_execution_url",
|
|
447
|
-
oauth2_scopes=
|
|
450
|
+
oauth2_scopes=None,
|
|
448
451
|
security_source=get_security_from_env(
|
|
449
452
|
self.sdk_configuration.security, models.Security
|
|
450
453
|
),
|
|
@@ -586,6 +589,7 @@ class Executions(BaseSDK):
|
|
|
586
589
|
"json",
|
|
587
590
|
Optional[models.ReportExecutionURLGenerate],
|
|
588
591
|
),
|
|
592
|
+
allow_empty_value=None,
|
|
589
593
|
timeout_ms=timeout_ms,
|
|
590
594
|
)
|
|
591
595
|
|
|
@@ -602,7 +606,7 @@ class Executions(BaseSDK):
|
|
|
602
606
|
config=self.sdk_configuration,
|
|
603
607
|
base_url=base_url or "",
|
|
604
608
|
operation_id="create_report_execution_url",
|
|
605
|
-
oauth2_scopes=
|
|
609
|
+
oauth2_scopes=None,
|
|
606
610
|
security_source=get_security_from_env(
|
|
607
611
|
self.sdk_configuration.security, models.Security
|
|
608
612
|
),
|
|
@@ -729,6 +733,7 @@ class Executions(BaseSDK):
|
|
|
729
733
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
730
734
|
),
|
|
731
735
|
security=self.sdk_configuration.security,
|
|
736
|
+
allow_empty_value=None,
|
|
732
737
|
timeout_ms=timeout_ms,
|
|
733
738
|
)
|
|
734
739
|
|
|
@@ -749,7 +754,7 @@ class Executions(BaseSDK):
|
|
|
749
754
|
config=self.sdk_configuration,
|
|
750
755
|
base_url=base_url or "",
|
|
751
756
|
operation_id="get_report_execution",
|
|
752
|
-
oauth2_scopes=
|
|
757
|
+
oauth2_scopes=None,
|
|
753
758
|
security_source=get_security_from_env(
|
|
754
759
|
self.sdk_configuration.security, models.Security
|
|
755
760
|
),
|
|
@@ -876,6 +881,7 @@ class Executions(BaseSDK):
|
|
|
876
881
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
877
882
|
),
|
|
878
883
|
security=self.sdk_configuration.security,
|
|
884
|
+
allow_empty_value=None,
|
|
879
885
|
timeout_ms=timeout_ms,
|
|
880
886
|
)
|
|
881
887
|
|
|
@@ -896,7 +902,7 @@ class Executions(BaseSDK):
|
|
|
896
902
|
config=self.sdk_configuration,
|
|
897
903
|
base_url=base_url or "",
|
|
898
904
|
operation_id="get_report_execution",
|
|
899
|
-
oauth2_scopes=
|
|
905
|
+
oauth2_scopes=None,
|
|
900
906
|
security_source=get_security_from_env(
|
|
901
907
|
self.sdk_configuration.security, models.Security
|
|
902
908
|
),
|
gr4vy/gift_cards_sdk.py
CHANGED
|
@@ -77,6 +77,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
77
77
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
78
78
|
),
|
|
79
79
|
security=self.sdk_configuration.security,
|
|
80
|
+
allow_empty_value=None,
|
|
80
81
|
timeout_ms=timeout_ms,
|
|
81
82
|
)
|
|
82
83
|
|
|
@@ -97,7 +98,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
97
98
|
config=self.sdk_configuration,
|
|
98
99
|
base_url=base_url or "",
|
|
99
100
|
operation_id="get_gift_card",
|
|
100
|
-
oauth2_scopes=
|
|
101
|
+
oauth2_scopes=None,
|
|
101
102
|
security_source=get_security_from_env(
|
|
102
103
|
self.sdk_configuration.security, models.Security
|
|
103
104
|
),
|
|
@@ -224,6 +225,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
224
225
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
225
226
|
),
|
|
226
227
|
security=self.sdk_configuration.security,
|
|
228
|
+
allow_empty_value=None,
|
|
227
229
|
timeout_ms=timeout_ms,
|
|
228
230
|
)
|
|
229
231
|
|
|
@@ -244,7 +246,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
244
246
|
config=self.sdk_configuration,
|
|
245
247
|
base_url=base_url or "",
|
|
246
248
|
operation_id="get_gift_card",
|
|
247
|
-
oauth2_scopes=
|
|
249
|
+
oauth2_scopes=None,
|
|
248
250
|
security_source=get_security_from_env(
|
|
249
251
|
self.sdk_configuration.security, models.Security
|
|
250
252
|
),
|
|
@@ -371,6 +373,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
371
373
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
372
374
|
),
|
|
373
375
|
security=self.sdk_configuration.security,
|
|
376
|
+
allow_empty_value=None,
|
|
374
377
|
timeout_ms=timeout_ms,
|
|
375
378
|
)
|
|
376
379
|
|
|
@@ -387,7 +390,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
387
390
|
config=self.sdk_configuration,
|
|
388
391
|
base_url=base_url or "",
|
|
389
392
|
operation_id="delete_gift_card",
|
|
390
|
-
oauth2_scopes=
|
|
393
|
+
oauth2_scopes=None,
|
|
391
394
|
security_source=get_security_from_env(
|
|
392
395
|
self.sdk_configuration.security, models.Security
|
|
393
396
|
),
|
|
@@ -514,6 +517,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
514
517
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
515
518
|
),
|
|
516
519
|
security=self.sdk_configuration.security,
|
|
520
|
+
allow_empty_value=None,
|
|
517
521
|
timeout_ms=timeout_ms,
|
|
518
522
|
)
|
|
519
523
|
|
|
@@ -530,7 +534,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
530
534
|
config=self.sdk_configuration,
|
|
531
535
|
base_url=base_url or "",
|
|
532
536
|
operation_id="delete_gift_card",
|
|
533
|
-
oauth2_scopes=
|
|
537
|
+
oauth2_scopes=None,
|
|
534
538
|
security_source=get_security_from_env(
|
|
535
539
|
self.sdk_configuration.security, models.Security
|
|
536
540
|
),
|
|
@@ -671,6 +675,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
671
675
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
672
676
|
request.gift_card_create, False, False, "json", models.GiftCardCreate
|
|
673
677
|
),
|
|
678
|
+
allow_empty_value=None,
|
|
674
679
|
timeout_ms=timeout_ms,
|
|
675
680
|
)
|
|
676
681
|
|
|
@@ -687,7 +692,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
687
692
|
config=self.sdk_configuration,
|
|
688
693
|
base_url=base_url or "",
|
|
689
694
|
operation_id="create_gift_card",
|
|
690
|
-
oauth2_scopes=
|
|
695
|
+
oauth2_scopes=None,
|
|
691
696
|
security_source=get_security_from_env(
|
|
692
697
|
self.sdk_configuration.security, models.Security
|
|
693
698
|
),
|
|
@@ -828,6 +833,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
828
833
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
829
834
|
request.gift_card_create, False, False, "json", models.GiftCardCreate
|
|
830
835
|
),
|
|
836
|
+
allow_empty_value=None,
|
|
831
837
|
timeout_ms=timeout_ms,
|
|
832
838
|
)
|
|
833
839
|
|
|
@@ -844,7 +850,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
844
850
|
config=self.sdk_configuration,
|
|
845
851
|
base_url=base_url or "",
|
|
846
852
|
operation_id="create_gift_card",
|
|
847
|
-
oauth2_scopes=
|
|
853
|
+
oauth2_scopes=None,
|
|
848
854
|
security_source=get_security_from_env(
|
|
849
855
|
self.sdk_configuration.security, models.Security
|
|
850
856
|
),
|
|
@@ -980,6 +986,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
980
986
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
981
987
|
),
|
|
982
988
|
security=self.sdk_configuration.security,
|
|
989
|
+
allow_empty_value=None,
|
|
983
990
|
timeout_ms=timeout_ms,
|
|
984
991
|
)
|
|
985
992
|
|
|
@@ -1000,7 +1007,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
1000
1007
|
config=self.sdk_configuration,
|
|
1001
1008
|
base_url=base_url or "",
|
|
1002
1009
|
operation_id="list_gift_cards",
|
|
1003
|
-
oauth2_scopes=
|
|
1010
|
+
oauth2_scopes=None,
|
|
1004
1011
|
security_source=get_security_from_env(
|
|
1005
1012
|
self.sdk_configuration.security, models.Security
|
|
1006
1013
|
),
|
|
@@ -1159,6 +1166,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
1159
1166
|
merchant_account_id=self.sdk_configuration.globals.merchant_account_id,
|
|
1160
1167
|
),
|
|
1161
1168
|
security=self.sdk_configuration.security,
|
|
1169
|
+
allow_empty_value=None,
|
|
1162
1170
|
timeout_ms=timeout_ms,
|
|
1163
1171
|
)
|
|
1164
1172
|
|
|
@@ -1179,7 +1187,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
1179
1187
|
config=self.sdk_configuration,
|
|
1180
1188
|
base_url=base_url or "",
|
|
1181
1189
|
operation_id="list_gift_cards",
|
|
1182
|
-
oauth2_scopes=
|
|
1190
|
+
oauth2_scopes=None,
|
|
1183
1191
|
security_source=get_security_from_env(
|
|
1184
1192
|
self.sdk_configuration.security, models.Security
|
|
1185
1193
|
),
|
gr4vy/jobs.py
CHANGED
|
@@ -71,6 +71,7 @@ class Jobs(BaseSDK):
|
|
|
71
71
|
"json",
|
|
72
72
|
models.AccountUpdaterJobCreate,
|
|
73
73
|
),
|
|
74
|
+
allow_empty_value=None,
|
|
74
75
|
timeout_ms=timeout_ms,
|
|
75
76
|
)
|
|
76
77
|
|
|
@@ -87,7 +88,7 @@ class Jobs(BaseSDK):
|
|
|
87
88
|
config=self.sdk_configuration,
|
|
88
89
|
base_url=base_url or "",
|
|
89
90
|
operation_id="create_account_updater_job",
|
|
90
|
-
oauth2_scopes=
|
|
91
|
+
oauth2_scopes=None,
|
|
91
92
|
security_source=get_security_from_env(
|
|
92
93
|
self.sdk_configuration.security, models.Security
|
|
93
94
|
),
|
|
@@ -225,6 +226,7 @@ class Jobs(BaseSDK):
|
|
|
225
226
|
"json",
|
|
226
227
|
models.AccountUpdaterJobCreate,
|
|
227
228
|
),
|
|
229
|
+
allow_empty_value=None,
|
|
228
230
|
timeout_ms=timeout_ms,
|
|
229
231
|
)
|
|
230
232
|
|
|
@@ -241,7 +243,7 @@ class Jobs(BaseSDK):
|
|
|
241
243
|
config=self.sdk_configuration,
|
|
242
244
|
base_url=base_url or "",
|
|
243
245
|
operation_id="create_account_updater_job",
|
|
244
|
-
oauth2_scopes=
|
|
246
|
+
oauth2_scopes=None,
|
|
245
247
|
security_source=get_security_from_env(
|
|
246
248
|
self.sdk_configuration.security, models.Security
|
|
247
249
|
),
|
gr4vy/merchant_accounts_sdk.py
CHANGED
|
@@ -63,6 +63,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
63
63
|
accept_header_value="application/json",
|
|
64
64
|
http_headers=http_headers,
|
|
65
65
|
security=self.sdk_configuration.security,
|
|
66
|
+
allow_empty_value=None,
|
|
66
67
|
timeout_ms=timeout_ms,
|
|
67
68
|
)
|
|
68
69
|
|
|
@@ -83,7 +84,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
83
84
|
config=self.sdk_configuration,
|
|
84
85
|
base_url=base_url or "",
|
|
85
86
|
operation_id="list_merchant_accounts",
|
|
86
|
-
oauth2_scopes=
|
|
87
|
+
oauth2_scopes=None,
|
|
87
88
|
security_source=get_security_from_env(
|
|
88
89
|
self.sdk_configuration.security, models.Security
|
|
89
90
|
),
|
|
@@ -231,6 +232,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
231
232
|
accept_header_value="application/json",
|
|
232
233
|
http_headers=http_headers,
|
|
233
234
|
security=self.sdk_configuration.security,
|
|
235
|
+
allow_empty_value=None,
|
|
234
236
|
timeout_ms=timeout_ms,
|
|
235
237
|
)
|
|
236
238
|
|
|
@@ -251,7 +253,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
251
253
|
config=self.sdk_configuration,
|
|
252
254
|
base_url=base_url or "",
|
|
253
255
|
operation_id="list_merchant_accounts",
|
|
254
|
-
oauth2_scopes=
|
|
256
|
+
oauth2_scopes=None,
|
|
255
257
|
security_source=get_security_from_env(
|
|
256
258
|
self.sdk_configuration.security, models.Security
|
|
257
259
|
),
|
|
@@ -450,6 +452,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
450
452
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
451
453
|
request, False, False, "json", models.MerchantAccountCreate
|
|
452
454
|
),
|
|
455
|
+
allow_empty_value=None,
|
|
453
456
|
timeout_ms=timeout_ms,
|
|
454
457
|
)
|
|
455
458
|
|
|
@@ -466,7 +469,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
466
469
|
config=self.sdk_configuration,
|
|
467
470
|
base_url=base_url or "",
|
|
468
471
|
operation_id="create_merchant_account",
|
|
469
|
-
oauth2_scopes=
|
|
472
|
+
oauth2_scopes=None,
|
|
470
473
|
security_source=get_security_from_env(
|
|
471
474
|
self.sdk_configuration.security, models.Security
|
|
472
475
|
),
|
|
@@ -644,6 +647,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
644
647
|
get_serialized_body=lambda: utils.serialize_request_body(
|
|
645
648
|
request, False, False, "json", models.MerchantAccountCreate
|
|
646
649
|
),
|
|
650
|
+
allow_empty_value=None,
|
|
647
651
|
timeout_ms=timeout_ms,
|
|
648
652
|
)
|
|
649
653
|
|
|
@@ -660,7 +664,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
660
664
|
config=self.sdk_configuration,
|
|
661
665
|
base_url=base_url or "",
|
|
662
666
|
operation_id="create_merchant_account",
|
|
663
|
-
oauth2_scopes=
|
|
667
|
+
oauth2_scopes=None,
|
|
664
668
|
security_source=get_security_from_env(
|
|
665
669
|
self.sdk_configuration.security, models.Security
|
|
666
670
|
),
|
|
@@ -781,6 +785,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
781
785
|
accept_header_value="application/json",
|
|
782
786
|
http_headers=http_headers,
|
|
783
787
|
security=self.sdk_configuration.security,
|
|
788
|
+
allow_empty_value=None,
|
|
784
789
|
timeout_ms=timeout_ms,
|
|
785
790
|
)
|
|
786
791
|
|
|
@@ -801,7 +806,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
801
806
|
config=self.sdk_configuration,
|
|
802
807
|
base_url=base_url or "",
|
|
803
808
|
operation_id="get_merchant_account",
|
|
804
|
-
oauth2_scopes=
|
|
809
|
+
oauth2_scopes=None,
|
|
805
810
|
security_source=get_security_from_env(
|
|
806
811
|
self.sdk_configuration.security, models.Security
|
|
807
812
|
),
|
|
@@ -922,6 +927,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
922
927
|
accept_header_value="application/json",
|
|
923
928
|
http_headers=http_headers,
|
|
924
929
|
security=self.sdk_configuration.security,
|
|
930
|
+
allow_empty_value=None,
|
|
925
931
|
timeout_ms=timeout_ms,
|
|
926
932
|
)
|
|
927
933
|
|
|
@@ -942,7 +948,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
942
948
|
config=self.sdk_configuration,
|
|
943
949
|
base_url=base_url or "",
|
|
944
950
|
operation_id="get_merchant_account",
|
|
945
|
-
oauth2_scopes=
|
|
951
|
+
oauth2_scopes=None,
|
|
946
952
|
security_source=get_security_from_env(
|
|
947
953
|
self.sdk_configuration.security, models.Security
|
|
948
954
|
),
|
|
@@ -1126,6 +1132,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
1126
1132
|
"json",
|
|
1127
1133
|
models.MerchantAccountUpdate,
|
|
1128
1134
|
),
|
|
1135
|
+
allow_empty_value=None,
|
|
1129
1136
|
timeout_ms=timeout_ms,
|
|
1130
1137
|
)
|
|
1131
1138
|
|
|
@@ -1142,7 +1149,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
1142
1149
|
config=self.sdk_configuration,
|
|
1143
1150
|
base_url=base_url or "",
|
|
1144
1151
|
operation_id="update_merchant_account",
|
|
1145
|
-
oauth2_scopes=
|
|
1152
|
+
oauth2_scopes=None,
|
|
1146
1153
|
security_source=get_security_from_env(
|
|
1147
1154
|
self.sdk_configuration.security, models.Security
|
|
1148
1155
|
),
|
|
@@ -1326,6 +1333,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
1326
1333
|
"json",
|
|
1327
1334
|
models.MerchantAccountUpdate,
|
|
1328
1335
|
),
|
|
1336
|
+
allow_empty_value=None,
|
|
1329
1337
|
timeout_ms=timeout_ms,
|
|
1330
1338
|
)
|
|
1331
1339
|
|
|
@@ -1342,7 +1350,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
1342
1350
|
config=self.sdk_configuration,
|
|
1343
1351
|
base_url=base_url or "",
|
|
1344
1352
|
operation_id="update_merchant_account",
|
|
1345
|
-
oauth2_scopes=
|
|
1353
|
+
oauth2_scopes=None,
|
|
1346
1354
|
security_source=get_security_from_env(
|
|
1347
1355
|
self.sdk_configuration.security, models.Security
|
|
1348
1356
|
),
|