gr4vy 1.5.6__tar.gz → 1.7.14__tar.gz
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-1.5.6 → gr4vy-1.7.14}/PKG-INFO +3 -3
- {gr4vy-1.5.6 → gr4vy-1.7.14}/README-PYPI.md +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.14}/pyproject.toml +1 -1
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/_version.py +3 -3
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/checkout_sessions.py +20 -2
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/__init__.py +137 -78
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/auditlogentries.py +3 -3
- gr4vy-1.5.6/src/gr4vy/models/auditlogentry.py → gr4vy-1.7.14/src/gr4vy/models/auditlogentry_output.py +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/capture_transactionop.py +7 -4
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cartitem.py +7 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/checkoutsession.py +26 -5
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/checkoutsessioncreate.py +36 -2
- gr4vy-1.5.6/src/gr4vy/models/checkoutsessionpaymentmethod.py → gr4vy-1.7.14/src/gr4vy/models/checkoutsessionpaymentmethod_output.py +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_methodop.py +6 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptionscartitembasicitemdata.py +4 -3
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/instrumenttype.py +1 -0
- gr4vy-1.7.14/src/gr4vy/models/integrationclient.py +16 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/mockcardoptions.py +7 -2
- gr4vy-1.7.14/src/gr4vy/models/monatospeioptions.py +15 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentlink.py +6 -3
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethodsummaries.py +6 -3
- gr4vy-1.5.6/src/gr4vy/models/paymentmethodsummary.py → gr4vy-1.7.14/src/gr4vy/models/paymentmethodsummary_output.py +2 -2
- gr4vy-1.5.6/src/gr4vy/models/paymentoption.py → gr4vy-1.7.14/src/gr4vy/models/paymentoption_output.py +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentoptions.py +3 -3
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicedefinition.py +9 -1
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/payoutsummary.py +11 -8
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paypaloptions.py +8 -2
- gr4vy-1.7.14/src/gr4vy/models/paypalshippingoptions.py +51 -0
- gr4vy-1.7.14/src/gr4vy/models/paypalshippingoptionsitem.py +94 -0
- gr4vy-1.7.14/src/gr4vy/models/paypalshippingoptionsitemamount.py +20 -0
- gr4vy-1.7.14/src/gr4vy/models/plaidpaymentmethodcreate.py +106 -0
- gr4vy-1.5.6/src/gr4vy/models/transaction.py → gr4vy-1.7.14/src/gr4vy/models/transaction_output.py +25 -15
- gr4vy-1.5.6/src/gr4vy/models/transactionbuyer.py → gr4vy-1.7.14/src/gr4vy/models/transactionbuyer_output.py +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactioncancel.py +3 -3
- gr4vy-1.5.6/src/gr4vy/models/transactioncapture.py → gr4vy-1.7.14/src/gr4vy/models/transactioncapture_output.py +5 -5
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionconnectionoptions.py +10 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactioncreate.py +16 -0
- gr4vy-1.5.6/src/gr4vy/models/transactionevent.py → gr4vy-1.7.14/src/gr4vy/models/transactionevent_output.py +3 -2
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionevents.py +6 -3
- gr4vy-1.5.6/src/gr4vy/models/transactionpaymentmethod.py → gr4vy-1.7.14/src/gr4vy/models/transactionpaymentmethod_output.py +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionsummaries.py +6 -3
- gr4vy-1.5.6/src/gr4vy/models/transactionsummary.py → gr4vy-1.7.14/src/gr4vy/models/transactionsummary_output.py +13 -10
- gr4vy-1.5.6/src/gr4vy/models/transactionthreedsecuresummary.py → gr4vy-1.7.14/src/gr4vy/models/transactionthreedsecuresummary_output.py +2 -2
- gr4vy-1.5.6/src/gr4vy/models/transactionvoid.py → gr4vy-1.7.14/src/gr4vy/models/transactionvoid_output.py +5 -5
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/void_transactionop.py +7 -4
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/transactions.py +70 -24
- {gr4vy-1.5.6 → gr4vy-1.7.14}/py.typed +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/_hooks/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/_hooks/sdkhooks.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/_hooks/types.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/account_updater.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/all.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/audit_logs.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/auth.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/balances.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/basesdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/buyers_gift_cards.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/buyers_payment_methods.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/buyers_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/buyers_shipping_details.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/card_scheme_definitions_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/digital_wallets_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/domains.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/apierror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error400.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error401.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error403.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error404.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error405.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error409.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error425.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error429.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error500.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error502.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/error504.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/gr4vyerror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/httpvalidationerror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/no_response_error.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/errors/responsevalidationerror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/events.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/executions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/gift_cards_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/httpclient.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/jobs.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/merchant_accounts_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/accountsreceivablesreportspec.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/accountupdaterinquirysummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/accountupdaterjob.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/accountupdaterjobcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/accountupdateroptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/add_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/add_buyerop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/add_payment_linkop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/add_reportop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/address.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/adyenautorescuesepascenariosenum.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/adyencardautorescuescenariosenum.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/adyencardoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/adyenoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/adyensepaoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/adyensplitsoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/affirmitineraryoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/affirmoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/airline.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/airlineleg.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/airlinepassenger.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/antifrauddecision.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/applepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/applepaysessionrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/approvaltarget.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/auditlogaction.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/auditlogentryresource.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/auditlogentryuser.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/avsresponsecode.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/billingdetails_input.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/billingdetails_output.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/braintreedynamicdatafieldsoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/braintreeoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/browserinfo.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/buyer.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/buyercreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/buyers.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/buyerupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cancel_transactionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cancelstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/capturestatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cardpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cardscheme.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cardschemedefinition.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cardschemedefinitions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cardtype.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cardwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/checkoutpayoutoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/checkoutsessionpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/checkoutsessionpaymentmethoddetails.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/checkoutsessionwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/clicktopayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/clicktopaypaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/clicktopaysession.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/clicktopaysessionrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/configure_digital_walletop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_account_updater_jobop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_apple_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_checkout_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_full_transaction_refundop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_gift_cardop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_google_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_method_network_token_cryptogramop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_service_definition_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_service_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_serviceop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_payoutop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_report_execution_urlop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_transaction_refundop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/create_transactionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/createsession.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/createsessionstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/creator.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cryptogram.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cryptogramcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cvvresponsecode.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cybersourceantifraudoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/cybersourceoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/definitionfield.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/definitionfieldformat.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/delete_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/delete_buyerop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/delete_checkout_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/delete_digital_walletop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/delete_gift_cardop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/delete_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/delete_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/delete_payment_methodop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/delete_payment_serviceop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/detailedsettlementreportspec.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/digitalwallet.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/digitalwalletcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/digitalwalletdomain.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/digitalwalletprovider.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/digitalwallets.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/digitalwalletupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/dlocaloptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/dlocalupioptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/dlocalupirecurringinfooptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/dlocalupiwalletoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/dlocalwalletoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/errordetail.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/errorlocation.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/expire_payment_linkop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/field.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/fiservinstallmentoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/fiservoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptionscartitem.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptionscartitembeneficiary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryaddress.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarycomments.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarypersonaldetails.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryphone.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptionscartitemdeliverydetails.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptionsdiscount.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/forterantifraudoptionsdiscountcoupondiscountamount.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_buyerop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_checkout_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_digital_walletop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_gift_cardop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_merchant_accountop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_payment_linkop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_payment_methodop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_payment_service_definitionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_payment_serviceop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_payoutop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_refundop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_report_executionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_reportop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_transaction_refundop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_transaction_settlementop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/get_transactionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcard.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardbalancerequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcarderrorcode.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardredemption.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardredemptionstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcards.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardservice.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardserviceprovider.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardstoredrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardsummaries.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardsummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardtokentransactioncreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/giftcardtransactioncreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/givingblockoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/googlepayassurancedetails.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/googlepayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/googlepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/googlepaypaymentoptioncontext.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/googlepaysession.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/googlepaysessionrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/guestbuyer_input.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/guestbuyer_output.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/internal/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/internal/globals.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/latitudeoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_all_report_executionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_audit_logsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_buyer_gift_cardsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_buyer_payment_methodsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_buyersop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_card_scheme_definitionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_digital_walletsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_gift_card_balancesop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_gift_cardsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_merchant_accountsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_linksop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_method_network_tokensop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_method_payment_service_tokensop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_methodsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_optionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_service_definitionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_servicesop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_payoutsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_report_executionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_reportsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_transaction_eventsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_transaction_refundsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_transaction_settlementsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/list_transactionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/mattildatapioptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/merchantaccount.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/merchantaccountcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/merchantaccounts.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/merchantaccountupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/merchantprofilescheme.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/merchantprofileschemesummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/method.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/mockcardmerchantadvicecodeoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/mode.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/networktoken.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/networktokencreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/networktokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/networktokens.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/networktokenstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/nuveiairlinedataoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/nuveioptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/nuveipseoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/oxxooptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentlinkcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentlinks.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentlinkstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethod.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethodcard.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethoddetailscard.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethods.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethodstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethodstoredcard.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentoptioncontext.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentoptioncontextapprovalui.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentoptionrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentservice.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentserviceconfiguration.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicecreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicedefinitions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentservices.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicestatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicetoken.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicetokencreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicetokens.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/paymentserviceupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/payoutcategory.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/payoutconnectionoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/payoutcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/payoutmerchant.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/payoutmerchantsummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/payoutpaymentservice.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/payoutstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/payoutsummaries.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/powertranzoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/producttype.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/recipient.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/redirectpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/refund.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/refunds.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/refundstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/refundtargettype.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/register_digital_wallet_domainop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/report.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportcreatortype.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportexecution.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportexecutioncontext.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportexecutions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportexecutionstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportexecutionsummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportexecutionurl.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportexecutionurlgenerate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reports.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportschedule.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportspec.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportspecmodel.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportsummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/reportupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/requiredcheckoutfields.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/resume_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/security.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/settlement.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/settlements.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/shippingdetails.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/shippingdetailscreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/shippingdetailslist.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/shippingdetailsupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/statementdescriptor.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/stripeconnectoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/stripeoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/suspend_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/sync_transactionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/taxid.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/taxidkind.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/threedsecuredatav1.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/threedsecuredatav2.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/threedsecureerror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/threedsecuremethod.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/threedsecurestatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/threedsecurev2.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/tokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactioncapturecreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactiongiftcard.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionintent.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionintentoutcome.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionpaymentservice.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionpaymentsource.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionrefundallcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionrefundcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionretriesreportspec.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionsreportspec.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/transactionupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/travelhubcustomdata.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/travelhuboptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/trustlyoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/unregister_digital_wallet_domainop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/update_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/update_buyerop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/update_checkout_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/update_digital_walletop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/update_merchant_accountop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/update_payment_serviceop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/update_reportop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/update_transactionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/userstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/validationerror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/verify_payment_service_credentialsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/verifycredentials.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/voidablefield.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/voidstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/walletpaymentoptioncontext.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/wpayeverdaypayoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/wpaypaytooptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/wpaypaytoresourceoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/models/wpaypaytosimulationoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/network_tokens_cryptogram.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/payment_links_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/payment_methods_network_tokens.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/payment_methods_payment_service_tokens.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/payment_methods_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/payment_options_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/payment_service_definitions_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/payment_services_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/payouts.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/py.typed +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/refunds_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/report_executions_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/reports_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/sdkconfiguration.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/sessions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/transactions_refunds.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/transactions_settlements.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/types/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/types/basemodel.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/annotations.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/datetimes.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/enums.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/eventstreaming.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/forms.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/headers.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/logger.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/metadata.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/queryparams.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/requestbodies.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/retries.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/security.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/serializers.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/unmarshal_json_response.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/url.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/utils/values.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.14}/src/gr4vy/webhooks.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gr4vy
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.14
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Gr4vy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -749,8 +749,8 @@ import os
|
|
|
749
749
|
|
|
750
750
|
|
|
751
751
|
with Gr4vy(
|
|
752
|
-
server="
|
|
753
|
-
id="
|
|
752
|
+
server="sandbox",
|
|
753
|
+
id="example",
|
|
754
754
|
merchant_account_id="default",
|
|
755
755
|
bearer_auth=os.getenv("GR4VY_BEARER_AUTH", ""),
|
|
756
756
|
) as g_client:
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "gr4vy"
|
|
6
|
-
__version__: str = "1.
|
|
6
|
+
__version__: str = "1.7.14"
|
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 1.
|
|
8
|
+
__gen_version__: str = "2.753.1"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.7.14 2.753.1 1.0.0 gr4vy"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -333,6 +333,9 @@ class CheckoutSessions(BaseSDK):
|
|
|
333
333
|
airline: OptionalNullable[
|
|
334
334
|
Union[models.Airline, models.AirlineTypedDict]
|
|
335
335
|
] = UNSET,
|
|
336
|
+
amount: OptionalNullable[int] = UNSET,
|
|
337
|
+
currency: OptionalNullable[str] = UNSET,
|
|
338
|
+
payment_service_id: OptionalNullable[str] = UNSET,
|
|
336
339
|
expires_in: Optional[float] = 3600,
|
|
337
340
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
338
341
|
server_url: Optional[str] = None,
|
|
@@ -349,7 +352,10 @@ class CheckoutSessions(BaseSDK):
|
|
|
349
352
|
: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
353
|
:param buyer: Provide buyer details for the transaction. No buyer resource will be created on Gr4vy when used.
|
|
351
354
|
:param airline: The airline addendum data which describes the airline booking associated with this transaction.
|
|
352
|
-
:param
|
|
355
|
+
:param amount: The total amount for this transaction.
|
|
356
|
+
:param currency: The currency code for this transaction.
|
|
357
|
+
: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.
|
|
358
|
+
:param expires_in: The time in seconds when this checkout session expires.
|
|
353
359
|
:param retries: Override the default retry configuration for this method
|
|
354
360
|
:param server_url: Override the default server URL for this method
|
|
355
361
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -379,6 +385,9 @@ class CheckoutSessions(BaseSDK):
|
|
|
379
385
|
airline=utils.get_pydantic_model(
|
|
380
386
|
airline, OptionalNullable[models.Airline]
|
|
381
387
|
),
|
|
388
|
+
amount=amount,
|
|
389
|
+
currency=currency,
|
|
390
|
+
payment_service_id=payment_service_id,
|
|
382
391
|
expires_in=expires_in,
|
|
383
392
|
),
|
|
384
393
|
)
|
|
@@ -512,6 +521,9 @@ class CheckoutSessions(BaseSDK):
|
|
|
512
521
|
airline: OptionalNullable[
|
|
513
522
|
Union[models.Airline, models.AirlineTypedDict]
|
|
514
523
|
] = UNSET,
|
|
524
|
+
amount: OptionalNullable[int] = UNSET,
|
|
525
|
+
currency: OptionalNullable[str] = UNSET,
|
|
526
|
+
payment_service_id: OptionalNullable[str] = UNSET,
|
|
515
527
|
expires_in: Optional[float] = 3600,
|
|
516
528
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
517
529
|
server_url: Optional[str] = None,
|
|
@@ -528,7 +540,10 @@ class CheckoutSessions(BaseSDK):
|
|
|
528
540
|
: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
541
|
:param buyer: Provide buyer details for the transaction. No buyer resource will be created on Gr4vy when used.
|
|
530
542
|
:param airline: The airline addendum data which describes the airline booking associated with this transaction.
|
|
531
|
-
:param
|
|
543
|
+
:param amount: The total amount for this transaction.
|
|
544
|
+
:param currency: The currency code for this transaction.
|
|
545
|
+
: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.
|
|
546
|
+
:param expires_in: The time in seconds when this checkout session expires.
|
|
532
547
|
:param retries: Override the default retry configuration for this method
|
|
533
548
|
:param server_url: Override the default server URL for this method
|
|
534
549
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -558,6 +573,9 @@ class CheckoutSessions(BaseSDK):
|
|
|
558
573
|
airline=utils.get_pydantic_model(
|
|
559
574
|
airline, OptionalNullable[models.Airline]
|
|
560
575
|
),
|
|
576
|
+
amount=amount,
|
|
577
|
+
currency=currency,
|
|
578
|
+
payment_service_id=payment_service_id,
|
|
561
579
|
expires_in=expires_in,
|
|
562
580
|
),
|
|
563
581
|
)
|
|
@@ -74,7 +74,7 @@ if TYPE_CHECKING:
|
|
|
74
74
|
from .approvaltarget import ApprovalTarget
|
|
75
75
|
from .auditlogaction import AuditLogAction
|
|
76
76
|
from .auditlogentries import AuditLogEntries, AuditLogEntriesTypedDict
|
|
77
|
-
from .
|
|
77
|
+
from .auditlogentry_output import AuditLogEntryOutput, AuditLogEntryOutputTypedDict
|
|
78
78
|
from .auditlogentryresource import (
|
|
79
79
|
AuditLogEntryResource,
|
|
80
80
|
AuditLogEntryResourceTypedDict,
|
|
@@ -141,9 +141,9 @@ if TYPE_CHECKING:
|
|
|
141
141
|
CheckoutSessionCreate,
|
|
142
142
|
CheckoutSessionCreateTypedDict,
|
|
143
143
|
)
|
|
144
|
-
from .
|
|
145
|
-
|
|
146
|
-
|
|
144
|
+
from .checkoutsessionpaymentmethod_output import (
|
|
145
|
+
CheckoutSessionPaymentMethodOutput,
|
|
146
|
+
CheckoutSessionPaymentMethodOutputTypedDict,
|
|
147
147
|
)
|
|
148
148
|
from .checkoutsessionpaymentmethodcreate import (
|
|
149
149
|
CheckoutSessionPaymentMethodCreate,
|
|
@@ -392,8 +392,8 @@ if TYPE_CHECKING:
|
|
|
392
392
|
)
|
|
393
393
|
from .forterantifraudoptionscartitembasicitemdata import (
|
|
394
394
|
ForterAntiFraudOptionsCartItemBasicItemData,
|
|
395
|
+
ForterAntiFraudOptionsCartItemBasicItemDataType,
|
|
395
396
|
ForterAntiFraudOptionsCartItemBasicItemDataTypedDict,
|
|
396
|
-
Type,
|
|
397
397
|
)
|
|
398
398
|
from .forterantifraudoptionscartitembeneficiary import (
|
|
399
399
|
ForterAntiFraudOptionsCartItemBeneficiary,
|
|
@@ -582,6 +582,7 @@ if TYPE_CHECKING:
|
|
|
582
582
|
from .guestbuyer_input import GuestBuyerInput, GuestBuyerInputTypedDict
|
|
583
583
|
from .guestbuyer_output import GuestBuyerOutput, GuestBuyerOutputTypedDict
|
|
584
584
|
from .instrumenttype import InstrumentType
|
|
585
|
+
from .integrationclient import IntegrationClient
|
|
585
586
|
from .latitudeoptions import LatitudeOptions, LatitudeOptionsTypedDict
|
|
586
587
|
from .list_all_report_executionsop import (
|
|
587
588
|
ListAllReportExecutionsGlobals,
|
|
@@ -782,6 +783,7 @@ if TYPE_CHECKING:
|
|
|
782
783
|
)
|
|
783
784
|
from .mockcardoptions import MockCardOptions, MockCardOptionsTypedDict
|
|
784
785
|
from .mode import Mode
|
|
786
|
+
from .monatospeioptions import MonatoSpeiOptions, MonatoSpeiOptionsTypedDict
|
|
785
787
|
from .networktoken import NetworkToken, NetworkTokenTypedDict
|
|
786
788
|
from .networktokencreate import NetworkTokenCreate, NetworkTokenCreateTypedDict
|
|
787
789
|
from .networktokenpaymentmethodcreate import (
|
|
@@ -818,15 +820,15 @@ if TYPE_CHECKING:
|
|
|
818
820
|
PaymentMethodSummaries,
|
|
819
821
|
PaymentMethodSummariesTypedDict,
|
|
820
822
|
)
|
|
821
|
-
from .
|
|
822
|
-
|
|
823
|
-
|
|
823
|
+
from .paymentmethodsummary_output import (
|
|
824
|
+
PaymentMethodSummaryOutput,
|
|
825
|
+
PaymentMethodSummaryOutputTypedDict,
|
|
824
826
|
)
|
|
825
|
-
from .
|
|
827
|
+
from .paymentoption_output import (
|
|
826
828
|
Context,
|
|
827
829
|
ContextTypedDict,
|
|
828
|
-
|
|
829
|
-
|
|
830
|
+
PaymentOptionOutput,
|
|
831
|
+
PaymentOptionOutputTypedDict,
|
|
830
832
|
)
|
|
831
833
|
from .paymentoptioncontext import (
|
|
832
834
|
PaymentOptionContext,
|
|
@@ -901,6 +903,23 @@ if TYPE_CHECKING:
|
|
|
901
903
|
from .payoutsummaries import PayoutSummaries, PayoutSummariesTypedDict
|
|
902
904
|
from .payoutsummary import PayoutSummary, PayoutSummaryTypedDict
|
|
903
905
|
from .paypaloptions import PaypalOptions, PaypalOptionsTypedDict
|
|
906
|
+
from .paypalshippingoptions import (
|
|
907
|
+
PaypalShippingOptions,
|
|
908
|
+
PaypalShippingOptionsTypedDict,
|
|
909
|
+
)
|
|
910
|
+
from .paypalshippingoptionsitem import (
|
|
911
|
+
PaypalShippingOptionsItem,
|
|
912
|
+
PaypalShippingOptionsItemType,
|
|
913
|
+
PaypalShippingOptionsItemTypedDict,
|
|
914
|
+
)
|
|
915
|
+
from .paypalshippingoptionsitemamount import (
|
|
916
|
+
PaypalShippingOptionsItemAmount,
|
|
917
|
+
PaypalShippingOptionsItemAmountTypedDict,
|
|
918
|
+
)
|
|
919
|
+
from .plaidpaymentmethodcreate import (
|
|
920
|
+
PlaidPaymentMethodCreate,
|
|
921
|
+
PlaidPaymentMethodCreateTypedDict,
|
|
922
|
+
)
|
|
904
923
|
from .powertranzoptions import PowertranzOptions, PowertranzOptionsTypedDict
|
|
905
924
|
from .producttype import ProductType
|
|
906
925
|
from .recipient import Recipient, RecipientTypedDict
|
|
@@ -997,10 +1016,16 @@ if TYPE_CHECKING:
|
|
|
997
1016
|
TokenPaymentMethodCreate,
|
|
998
1017
|
TokenPaymentMethodCreateTypedDict,
|
|
999
1018
|
)
|
|
1000
|
-
from .
|
|
1001
|
-
from .
|
|
1019
|
+
from .transaction_output import TransactionOutput, TransactionOutputTypedDict
|
|
1020
|
+
from .transactionbuyer_output import (
|
|
1021
|
+
TransactionBuyerOutput,
|
|
1022
|
+
TransactionBuyerOutputTypedDict,
|
|
1023
|
+
)
|
|
1002
1024
|
from .transactioncancel import TransactionCancel, TransactionCancelTypedDict
|
|
1003
|
-
from .
|
|
1025
|
+
from .transactioncapture_output import (
|
|
1026
|
+
TransactionCaptureOutput,
|
|
1027
|
+
TransactionCaptureOutputTypedDict,
|
|
1028
|
+
)
|
|
1004
1029
|
from .transactioncapturecreate import (
|
|
1005
1030
|
TransactionCaptureCreate,
|
|
1006
1031
|
TransactionCaptureCreateTypedDict,
|
|
@@ -1019,14 +1044,18 @@ if TYPE_CHECKING:
|
|
|
1019
1044
|
TransactionCreatePaymentMethodTypedDict,
|
|
1020
1045
|
TransactionCreateTypedDict,
|
|
1021
1046
|
)
|
|
1022
|
-
from .
|
|
1047
|
+
from .transactionevent_output import (
|
|
1048
|
+
Name,
|
|
1049
|
+
TransactionEventOutput,
|
|
1050
|
+
TransactionEventOutputTypedDict,
|
|
1051
|
+
)
|
|
1023
1052
|
from .transactionevents import TransactionEvents, TransactionEventsTypedDict
|
|
1024
1053
|
from .transactiongiftcard import TransactionGiftCard, TransactionGiftCardTypedDict
|
|
1025
1054
|
from .transactionintent import TransactionIntent
|
|
1026
1055
|
from .transactionintentoutcome import TransactionIntentOutcome
|
|
1027
|
-
from .
|
|
1028
|
-
|
|
1029
|
-
|
|
1056
|
+
from .transactionpaymentmethod_output import (
|
|
1057
|
+
TransactionPaymentMethodOutput,
|
|
1058
|
+
TransactionPaymentMethodOutputTypedDict,
|
|
1030
1059
|
)
|
|
1031
1060
|
from .transactionpaymentservice import (
|
|
1032
1061
|
TransactionPaymentService,
|
|
@@ -1054,15 +1083,21 @@ if TYPE_CHECKING:
|
|
|
1054
1083
|
TransactionSummaries,
|
|
1055
1084
|
TransactionSummariesTypedDict,
|
|
1056
1085
|
)
|
|
1057
|
-
from .
|
|
1058
|
-
|
|
1086
|
+
from .transactionsummary_output import (
|
|
1087
|
+
TransactionSummaryOutput,
|
|
1088
|
+
TransactionSummaryOutputTypedDict,
|
|
1089
|
+
)
|
|
1090
|
+
from .transactionthreedsecuresummary_output import (
|
|
1059
1091
|
ResponseData,
|
|
1060
1092
|
ResponseDataTypedDict,
|
|
1061
|
-
|
|
1062
|
-
|
|
1093
|
+
TransactionThreeDSecureSummaryOutput,
|
|
1094
|
+
TransactionThreeDSecureSummaryOutputTypedDict,
|
|
1063
1095
|
)
|
|
1064
1096
|
from .transactionupdate import TransactionUpdate, TransactionUpdateTypedDict
|
|
1065
|
-
from .
|
|
1097
|
+
from .transactionvoid_output import (
|
|
1098
|
+
TransactionVoidOutput,
|
|
1099
|
+
TransactionVoidOutputTypedDict,
|
|
1100
|
+
)
|
|
1066
1101
|
from .travelhubcustomdata import TravelHubCustomData, TravelHubCustomDataTypedDict
|
|
1067
1102
|
from .travelhuboptions import TravelhubOptions, TravelhubOptionsTypedDict
|
|
1068
1103
|
from .trustlyoptions import TrustlyOptions, TrustlyOptionsTypedDict
|
|
@@ -1220,10 +1255,10 @@ __all__ = [
|
|
|
1220
1255
|
"AuditLogAction",
|
|
1221
1256
|
"AuditLogEntries",
|
|
1222
1257
|
"AuditLogEntriesTypedDict",
|
|
1223
|
-
"
|
|
1258
|
+
"AuditLogEntryOutput",
|
|
1259
|
+
"AuditLogEntryOutputTypedDict",
|
|
1224
1260
|
"AuditLogEntryResource",
|
|
1225
1261
|
"AuditLogEntryResourceTypedDict",
|
|
1226
|
-
"AuditLogEntryTypedDict",
|
|
1227
1262
|
"AuditLogEntryUser",
|
|
1228
1263
|
"AuditLogEntryUserTypedDict",
|
|
1229
1264
|
"BillingDetailsInput",
|
|
@@ -1275,12 +1310,12 @@ __all__ = [
|
|
|
1275
1310
|
"CheckoutSession",
|
|
1276
1311
|
"CheckoutSessionCreate",
|
|
1277
1312
|
"CheckoutSessionCreateTypedDict",
|
|
1278
|
-
"CheckoutSessionPaymentMethod",
|
|
1279
1313
|
"CheckoutSessionPaymentMethodCreate",
|
|
1280
1314
|
"CheckoutSessionPaymentMethodCreateTypedDict",
|
|
1281
1315
|
"CheckoutSessionPaymentMethodDetails",
|
|
1282
1316
|
"CheckoutSessionPaymentMethodDetailsTypedDict",
|
|
1283
|
-
"
|
|
1317
|
+
"CheckoutSessionPaymentMethodOutput",
|
|
1318
|
+
"CheckoutSessionPaymentMethodOutputTypedDict",
|
|
1284
1319
|
"CheckoutSessionTypedDict",
|
|
1285
1320
|
"CheckoutSessionWithURLPaymentMethodCreate",
|
|
1286
1321
|
"CheckoutSessionWithURLPaymentMethodCreateTypedDict",
|
|
@@ -1455,6 +1490,7 @@ __all__ = [
|
|
|
1455
1490
|
"ForterAntiFraudOptions",
|
|
1456
1491
|
"ForterAntiFraudOptionsCartItem",
|
|
1457
1492
|
"ForterAntiFraudOptionsCartItemBasicItemData",
|
|
1493
|
+
"ForterAntiFraudOptionsCartItemBasicItemDataType",
|
|
1458
1494
|
"ForterAntiFraudOptionsCartItemBasicItemDataTypedDict",
|
|
1459
1495
|
"ForterAntiFraudOptionsCartItemBeneficiary",
|
|
1460
1496
|
"ForterAntiFraudOptionsCartItemBeneficiaryAddress",
|
|
@@ -1588,6 +1624,7 @@ __all__ = [
|
|
|
1588
1624
|
"GuestBuyerOutput",
|
|
1589
1625
|
"GuestBuyerOutputTypedDict",
|
|
1590
1626
|
"InstrumentType",
|
|
1627
|
+
"IntegrationClient",
|
|
1591
1628
|
"Item",
|
|
1592
1629
|
"ItemTypedDict",
|
|
1593
1630
|
"LatitudeOptions",
|
|
@@ -1736,6 +1773,8 @@ __all__ = [
|
|
|
1736
1773
|
"MockCardOptions",
|
|
1737
1774
|
"MockCardOptionsTypedDict",
|
|
1738
1775
|
"Mode",
|
|
1776
|
+
"MonatoSpeiOptions",
|
|
1777
|
+
"MonatoSpeiOptionsTypedDict",
|
|
1739
1778
|
"Name",
|
|
1740
1779
|
"NetworkToken",
|
|
1741
1780
|
"NetworkTokenCreate",
|
|
@@ -1772,19 +1811,19 @@ __all__ = [
|
|
|
1772
1811
|
"PaymentMethodStoredCardTypedDict",
|
|
1773
1812
|
"PaymentMethodSummaries",
|
|
1774
1813
|
"PaymentMethodSummariesTypedDict",
|
|
1775
|
-
"
|
|
1776
|
-
"
|
|
1814
|
+
"PaymentMethodSummaryOutput",
|
|
1815
|
+
"PaymentMethodSummaryOutputTypedDict",
|
|
1777
1816
|
"PaymentMethodTypedDict",
|
|
1778
1817
|
"PaymentMethods",
|
|
1779
1818
|
"PaymentMethodsTypedDict",
|
|
1780
|
-
"PaymentOption",
|
|
1781
1819
|
"PaymentOptionContext",
|
|
1782
1820
|
"PaymentOptionContextApprovalUI",
|
|
1783
1821
|
"PaymentOptionContextApprovalUITypedDict",
|
|
1784
1822
|
"PaymentOptionContextTypedDict",
|
|
1823
|
+
"PaymentOptionOutput",
|
|
1824
|
+
"PaymentOptionOutputTypedDict",
|
|
1785
1825
|
"PaymentOptionRequest",
|
|
1786
1826
|
"PaymentOptionRequestTypedDict",
|
|
1787
|
-
"PaymentOptionTypedDict",
|
|
1788
1827
|
"PaymentOptions",
|
|
1789
1828
|
"PaymentOptionsTypedDict",
|
|
1790
1829
|
"PaymentService",
|
|
@@ -1828,6 +1867,15 @@ __all__ = [
|
|
|
1828
1867
|
"PayoutSummaryTypedDict",
|
|
1829
1868
|
"PaypalOptions",
|
|
1830
1869
|
"PaypalOptionsTypedDict",
|
|
1870
|
+
"PaypalShippingOptions",
|
|
1871
|
+
"PaypalShippingOptionsItem",
|
|
1872
|
+
"PaypalShippingOptionsItemAmount",
|
|
1873
|
+
"PaypalShippingOptionsItemAmountTypedDict",
|
|
1874
|
+
"PaypalShippingOptionsItemType",
|
|
1875
|
+
"PaypalShippingOptionsItemTypedDict",
|
|
1876
|
+
"PaypalShippingOptionsTypedDict",
|
|
1877
|
+
"PlaidPaymentMethodCreate",
|
|
1878
|
+
"PlaidPaymentMethodCreateTypedDict",
|
|
1831
1879
|
"PowertranzOptions",
|
|
1832
1880
|
"PowertranzOptionsTypedDict",
|
|
1833
1881
|
"ProductType",
|
|
@@ -1942,31 +1990,32 @@ __all__ = [
|
|
|
1942
1990
|
"TokenPaymentMethodCreate",
|
|
1943
1991
|
"TokenPaymentMethodCreateTypedDict",
|
|
1944
1992
|
"TokenTypedDict",
|
|
1945
|
-
"
|
|
1946
|
-
"
|
|
1947
|
-
"TransactionBuyerTypedDict",
|
|
1993
|
+
"TransactionBuyerOutput",
|
|
1994
|
+
"TransactionBuyerOutputTypedDict",
|
|
1948
1995
|
"TransactionCancel",
|
|
1949
1996
|
"TransactionCancelTypedDict",
|
|
1950
|
-
"TransactionCapture",
|
|
1951
1997
|
"TransactionCaptureCreate",
|
|
1952
1998
|
"TransactionCaptureCreateTypedDict",
|
|
1953
|
-
"
|
|
1999
|
+
"TransactionCaptureOutput",
|
|
2000
|
+
"TransactionCaptureOutputTypedDict",
|
|
1954
2001
|
"TransactionConnectionOptions",
|
|
1955
2002
|
"TransactionConnectionOptionsTypedDict",
|
|
1956
2003
|
"TransactionCreate",
|
|
1957
2004
|
"TransactionCreatePaymentMethod",
|
|
1958
2005
|
"TransactionCreatePaymentMethodTypedDict",
|
|
1959
2006
|
"TransactionCreateTypedDict",
|
|
1960
|
-
"
|
|
1961
|
-
"
|
|
2007
|
+
"TransactionEventOutput",
|
|
2008
|
+
"TransactionEventOutputTypedDict",
|
|
1962
2009
|
"TransactionEvents",
|
|
1963
2010
|
"TransactionEventsTypedDict",
|
|
1964
2011
|
"TransactionGiftCard",
|
|
1965
2012
|
"TransactionGiftCardTypedDict",
|
|
1966
2013
|
"TransactionIntent",
|
|
1967
2014
|
"TransactionIntentOutcome",
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
2015
|
+
"TransactionOutput",
|
|
2016
|
+
"TransactionOutputTypedDict",
|
|
2017
|
+
"TransactionPaymentMethodOutput",
|
|
2018
|
+
"TransactionPaymentMethodOutputTypedDict",
|
|
1970
2019
|
"TransactionPaymentService",
|
|
1971
2020
|
"TransactionPaymentServiceTypedDict",
|
|
1972
2021
|
"TransactionPaymentSource",
|
|
@@ -1979,15 +2028,14 @@ __all__ = [
|
|
|
1979
2028
|
"TransactionStatus",
|
|
1980
2029
|
"TransactionSummaries",
|
|
1981
2030
|
"TransactionSummariesTypedDict",
|
|
1982
|
-
"
|
|
1983
|
-
"
|
|
1984
|
-
"
|
|
1985
|
-
"
|
|
1986
|
-
"TransactionTypedDict",
|
|
2031
|
+
"TransactionSummaryOutput",
|
|
2032
|
+
"TransactionSummaryOutputTypedDict",
|
|
2033
|
+
"TransactionThreeDSecureSummaryOutput",
|
|
2034
|
+
"TransactionThreeDSecureSummaryOutputTypedDict",
|
|
1987
2035
|
"TransactionUpdate",
|
|
1988
2036
|
"TransactionUpdateTypedDict",
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
2037
|
+
"TransactionVoidOutput",
|
|
2038
|
+
"TransactionVoidOutputTypedDict",
|
|
1991
2039
|
"TransactionsReportSpec",
|
|
1992
2040
|
"TransactionsReportSpecTypedDict",
|
|
1993
2041
|
"TravelHubCustomData",
|
|
@@ -1996,7 +2044,6 @@ __all__ = [
|
|
|
1996
2044
|
"TravelhubOptionsTypedDict",
|
|
1997
2045
|
"TrustlyOptions",
|
|
1998
2046
|
"TrustlyOptionsTypedDict",
|
|
1999
|
-
"Type",
|
|
2000
2047
|
"UnregisterDigitalWalletDomainGlobals",
|
|
2001
2048
|
"UnregisterDigitalWalletDomainGlobalsTypedDict",
|
|
2002
2049
|
"UnregisterDigitalWalletDomainRequest",
|
|
@@ -2122,8 +2169,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2122
2169
|
"AuditLogAction": ".auditlogaction",
|
|
2123
2170
|
"AuditLogEntries": ".auditlogentries",
|
|
2124
2171
|
"AuditLogEntriesTypedDict": ".auditlogentries",
|
|
2125
|
-
"
|
|
2126
|
-
"
|
|
2172
|
+
"AuditLogEntryOutput": ".auditlogentry_output",
|
|
2173
|
+
"AuditLogEntryOutputTypedDict": ".auditlogentry_output",
|
|
2127
2174
|
"AuditLogEntryResource": ".auditlogentryresource",
|
|
2128
2175
|
"AuditLogEntryResourceTypedDict": ".auditlogentryresource",
|
|
2129
2176
|
"AuditLogEntryUser": ".auditlogentryuser",
|
|
@@ -2179,8 +2226,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2179
2226
|
"CheckoutSessionTypedDict": ".checkoutsession",
|
|
2180
2227
|
"CheckoutSessionCreate": ".checkoutsessioncreate",
|
|
2181
2228
|
"CheckoutSessionCreateTypedDict": ".checkoutsessioncreate",
|
|
2182
|
-
"
|
|
2183
|
-
"
|
|
2229
|
+
"CheckoutSessionPaymentMethodOutput": ".checkoutsessionpaymentmethod_output",
|
|
2230
|
+
"CheckoutSessionPaymentMethodOutputTypedDict": ".checkoutsessionpaymentmethod_output",
|
|
2184
2231
|
"CheckoutSessionPaymentMethodCreate": ".checkoutsessionpaymentmethodcreate",
|
|
2185
2232
|
"CheckoutSessionPaymentMethodCreateTypedDict": ".checkoutsessionpaymentmethodcreate",
|
|
2186
2233
|
"CheckoutSessionPaymentMethodDetails": ".checkoutsessionpaymentmethoddetails",
|
|
@@ -2363,8 +2410,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2363
2410
|
"ForterAntiFraudOptionsCartItem": ".forterantifraudoptionscartitem",
|
|
2364
2411
|
"ForterAntiFraudOptionsCartItemTypedDict": ".forterantifraudoptionscartitem",
|
|
2365
2412
|
"ForterAntiFraudOptionsCartItemBasicItemData": ".forterantifraudoptionscartitembasicitemdata",
|
|
2413
|
+
"ForterAntiFraudOptionsCartItemBasicItemDataType": ".forterantifraudoptionscartitembasicitemdata",
|
|
2366
2414
|
"ForterAntiFraudOptionsCartItemBasicItemDataTypedDict": ".forterantifraudoptionscartitembasicitemdata",
|
|
2367
|
-
"Type": ".forterantifraudoptionscartitembasicitemdata",
|
|
2368
2415
|
"ForterAntiFraudOptionsCartItemBeneficiary": ".forterantifraudoptionscartitembeneficiary",
|
|
2369
2416
|
"ForterAntiFraudOptionsCartItemBeneficiaryTypedDict": ".forterantifraudoptionscartitembeneficiary",
|
|
2370
2417
|
"ForterAntiFraudOptionsCartItemBeneficiaryAddress": ".forterantifraudoptionscartitembeneficiaryaddress",
|
|
@@ -2496,6 +2543,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2496
2543
|
"GuestBuyerOutput": ".guestbuyer_output",
|
|
2497
2544
|
"GuestBuyerOutputTypedDict": ".guestbuyer_output",
|
|
2498
2545
|
"InstrumentType": ".instrumenttype",
|
|
2546
|
+
"IntegrationClient": ".integrationclient",
|
|
2499
2547
|
"LatitudeOptions": ".latitudeoptions",
|
|
2500
2548
|
"LatitudeOptionsTypedDict": ".latitudeoptions",
|
|
2501
2549
|
"ListAllReportExecutionsGlobals": ".list_all_report_executionsop",
|
|
@@ -2641,6 +2689,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2641
2689
|
"MockCardOptions": ".mockcardoptions",
|
|
2642
2690
|
"MockCardOptionsTypedDict": ".mockcardoptions",
|
|
2643
2691
|
"Mode": ".mode",
|
|
2692
|
+
"MonatoSpeiOptions": ".monatospeioptions",
|
|
2693
|
+
"MonatoSpeiOptionsTypedDict": ".monatospeioptions",
|
|
2644
2694
|
"NetworkToken": ".networktoken",
|
|
2645
2695
|
"NetworkTokenTypedDict": ".networktoken",
|
|
2646
2696
|
"NetworkTokenCreate": ".networktokencreate",
|
|
@@ -2679,12 +2729,12 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2679
2729
|
"PaymentMethodStoredCardTypedDict": ".paymentmethodstoredcard",
|
|
2680
2730
|
"PaymentMethodSummaries": ".paymentmethodsummaries",
|
|
2681
2731
|
"PaymentMethodSummariesTypedDict": ".paymentmethodsummaries",
|
|
2682
|
-
"
|
|
2683
|
-
"
|
|
2684
|
-
"Context": ".
|
|
2685
|
-
"ContextTypedDict": ".
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2732
|
+
"PaymentMethodSummaryOutput": ".paymentmethodsummary_output",
|
|
2733
|
+
"PaymentMethodSummaryOutputTypedDict": ".paymentmethodsummary_output",
|
|
2734
|
+
"Context": ".paymentoption_output",
|
|
2735
|
+
"ContextTypedDict": ".paymentoption_output",
|
|
2736
|
+
"PaymentOptionOutput": ".paymentoption_output",
|
|
2737
|
+
"PaymentOptionOutputTypedDict": ".paymentoption_output",
|
|
2688
2738
|
"PaymentOptionContext": ".paymentoptioncontext",
|
|
2689
2739
|
"PaymentOptionContextTypedDict": ".paymentoptioncontext",
|
|
2690
2740
|
"RequiredFields1": ".paymentoptioncontext",
|
|
@@ -2738,6 +2788,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2738
2788
|
"PayoutSummaryTypedDict": ".payoutsummary",
|
|
2739
2789
|
"PaypalOptions": ".paypaloptions",
|
|
2740
2790
|
"PaypalOptionsTypedDict": ".paypaloptions",
|
|
2791
|
+
"PaypalShippingOptions": ".paypalshippingoptions",
|
|
2792
|
+
"PaypalShippingOptionsTypedDict": ".paypalshippingoptions",
|
|
2793
|
+
"PaypalShippingOptionsItem": ".paypalshippingoptionsitem",
|
|
2794
|
+
"PaypalShippingOptionsItemType": ".paypalshippingoptionsitem",
|
|
2795
|
+
"PaypalShippingOptionsItemTypedDict": ".paypalshippingoptionsitem",
|
|
2796
|
+
"PaypalShippingOptionsItemAmount": ".paypalshippingoptionsitemamount",
|
|
2797
|
+
"PaypalShippingOptionsItemAmountTypedDict": ".paypalshippingoptionsitemamount",
|
|
2798
|
+
"PlaidPaymentMethodCreate": ".plaidpaymentmethodcreate",
|
|
2799
|
+
"PlaidPaymentMethodCreateTypedDict": ".plaidpaymentmethodcreate",
|
|
2741
2800
|
"PowertranzOptions": ".powertranzoptions",
|
|
2742
2801
|
"PowertranzOptionsTypedDict": ".powertranzoptions",
|
|
2743
2802
|
"ProductType": ".producttype",
|
|
@@ -2835,14 +2894,14 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2835
2894
|
"ThreeDSecureV2TypedDict": ".threedsecurev2",
|
|
2836
2895
|
"TokenPaymentMethodCreate": ".tokenpaymentmethodcreate",
|
|
2837
2896
|
"TokenPaymentMethodCreateTypedDict": ".tokenpaymentmethodcreate",
|
|
2838
|
-
"
|
|
2839
|
-
"
|
|
2840
|
-
"
|
|
2841
|
-
"
|
|
2897
|
+
"TransactionOutput": ".transaction_output",
|
|
2898
|
+
"TransactionOutputTypedDict": ".transaction_output",
|
|
2899
|
+
"TransactionBuyerOutput": ".transactionbuyer_output",
|
|
2900
|
+
"TransactionBuyerOutputTypedDict": ".transactionbuyer_output",
|
|
2842
2901
|
"TransactionCancel": ".transactioncancel",
|
|
2843
2902
|
"TransactionCancelTypedDict": ".transactioncancel",
|
|
2844
|
-
"
|
|
2845
|
-
"
|
|
2903
|
+
"TransactionCaptureOutput": ".transactioncapture_output",
|
|
2904
|
+
"TransactionCaptureOutputTypedDict": ".transactioncapture_output",
|
|
2846
2905
|
"TransactionCaptureCreate": ".transactioncapturecreate",
|
|
2847
2906
|
"TransactionCaptureCreateTypedDict": ".transactioncapturecreate",
|
|
2848
2907
|
"TransactionConnectionOptions": ".transactionconnectionoptions",
|
|
@@ -2855,17 +2914,17 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2855
2914
|
"TransactionCreatePaymentMethod": ".transactioncreate",
|
|
2856
2915
|
"TransactionCreatePaymentMethodTypedDict": ".transactioncreate",
|
|
2857
2916
|
"TransactionCreateTypedDict": ".transactioncreate",
|
|
2858
|
-
"Name": ".
|
|
2859
|
-
"
|
|
2860
|
-
"
|
|
2917
|
+
"Name": ".transactionevent_output",
|
|
2918
|
+
"TransactionEventOutput": ".transactionevent_output",
|
|
2919
|
+
"TransactionEventOutputTypedDict": ".transactionevent_output",
|
|
2861
2920
|
"TransactionEvents": ".transactionevents",
|
|
2862
2921
|
"TransactionEventsTypedDict": ".transactionevents",
|
|
2863
2922
|
"TransactionGiftCard": ".transactiongiftcard",
|
|
2864
2923
|
"TransactionGiftCardTypedDict": ".transactiongiftcard",
|
|
2865
2924
|
"TransactionIntent": ".transactionintent",
|
|
2866
2925
|
"TransactionIntentOutcome": ".transactionintentoutcome",
|
|
2867
|
-
"
|
|
2868
|
-
"
|
|
2926
|
+
"TransactionPaymentMethodOutput": ".transactionpaymentmethod_output",
|
|
2927
|
+
"TransactionPaymentMethodOutputTypedDict": ".transactionpaymentmethod_output",
|
|
2869
2928
|
"TransactionPaymentService": ".transactionpaymentservice",
|
|
2870
2929
|
"TransactionPaymentServiceTypedDict": ".transactionpaymentservice",
|
|
2871
2930
|
"TransactionPaymentSource": ".transactionpaymentsource",
|
|
@@ -2880,16 +2939,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2880
2939
|
"TransactionStatus": ".transactionstatus",
|
|
2881
2940
|
"TransactionSummaries": ".transactionsummaries",
|
|
2882
2941
|
"TransactionSummariesTypedDict": ".transactionsummaries",
|
|
2883
|
-
"
|
|
2884
|
-
"
|
|
2885
|
-
"ResponseData": ".
|
|
2886
|
-
"ResponseDataTypedDict": ".
|
|
2887
|
-
"
|
|
2888
|
-
"
|
|
2942
|
+
"TransactionSummaryOutput": ".transactionsummary_output",
|
|
2943
|
+
"TransactionSummaryOutputTypedDict": ".transactionsummary_output",
|
|
2944
|
+
"ResponseData": ".transactionthreedsecuresummary_output",
|
|
2945
|
+
"ResponseDataTypedDict": ".transactionthreedsecuresummary_output",
|
|
2946
|
+
"TransactionThreeDSecureSummaryOutput": ".transactionthreedsecuresummary_output",
|
|
2947
|
+
"TransactionThreeDSecureSummaryOutputTypedDict": ".transactionthreedsecuresummary_output",
|
|
2889
2948
|
"TransactionUpdate": ".transactionupdate",
|
|
2890
2949
|
"TransactionUpdateTypedDict": ".transactionupdate",
|
|
2891
|
-
"
|
|
2892
|
-
"
|
|
2950
|
+
"TransactionVoidOutput": ".transactionvoid_output",
|
|
2951
|
+
"TransactionVoidOutputTypedDict": ".transactionvoid_output",
|
|
2893
2952
|
"TravelHubCustomData": ".travelhubcustomdata",
|
|
2894
2953
|
"TravelHubCustomDataTypedDict": ".travelhubcustomdata",
|
|
2895
2954
|
"TravelhubOptions": ".travelhuboptions",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .
|
|
4
|
+
from .auditlogentry_output import AuditLogEntryOutput, AuditLogEntryOutputTypedDict
|
|
5
5
|
from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
|
6
6
|
from pydantic import model_serializer
|
|
7
7
|
from typing import List, Optional
|
|
@@ -9,7 +9,7 @@ from typing_extensions import NotRequired, TypedDict
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class AuditLogEntriesTypedDict(TypedDict):
|
|
12
|
-
items: List[
|
|
12
|
+
items: List[AuditLogEntryOutputTypedDict]
|
|
13
13
|
r"""A list of items returned for this request."""
|
|
14
14
|
limit: NotRequired[int]
|
|
15
15
|
r"""The number of items for this page."""
|
|
@@ -20,7 +20,7 @@ class AuditLogEntriesTypedDict(TypedDict):
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
class AuditLogEntries(BaseModel):
|
|
23
|
-
items: List[
|
|
23
|
+
items: List[AuditLogEntryOutput]
|
|
24
24
|
r"""A list of items returned for this request."""
|
|
25
25
|
|
|
26
26
|
limit: Optional[int] = 20
|
|
@@ -14,7 +14,7 @@ from typing import Literal, Optional
|
|
|
14
14
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
class
|
|
17
|
+
class AuditLogEntryOutputTypedDict(TypedDict):
|
|
18
18
|
resource: AuditLogEntryResourceTypedDict
|
|
19
19
|
action: AuditLogAction
|
|
20
20
|
user: AuditLogEntryUserTypedDict
|
|
@@ -28,7 +28,7 @@ class AuditLogEntryTypedDict(TypedDict):
|
|
|
28
28
|
r"""The ID of the merchant account this entry was created for."""
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
class
|
|
31
|
+
class AuditLogEntryOutput(BaseModel):
|
|
32
32
|
resource: AuditLogEntryResource
|
|
33
33
|
|
|
34
34
|
action: Annotated[AuditLogAction, PlainValidator(validate_open_enum(False))]
|