gr4vy 1.6.3__tar.gz → 1.6.5__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.6.3 → gr4vy-1.6.5}/PKG-INFO +1 -1
- {gr4vy-1.6.3 → gr4vy-1.6.5}/pyproject.toml +1 -1
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/_version.py +3 -3
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/__init__.py +99 -75
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/auditlogentries.py +3 -3
- gr4vy-1.6.3/src/gr4vy/models/auditlogentry.py → gr4vy-1.6.5/src/gr4vy/models/auditlogentry_output.py +2 -2
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/capture_transactionop.py +7 -4
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/checkoutsession.py +5 -5
- gr4vy-1.6.3/src/gr4vy/models/checkoutsessionpaymentmethod.py → gr4vy-1.6.5/src/gr4vy/models/checkoutsessionpaymentmethod_output.py +2 -2
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_payment_methodop.py +6 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentlink.py +6 -3
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentmethodsummaries.py +6 -3
- gr4vy-1.6.3/src/gr4vy/models/paymentmethodsummary.py → gr4vy-1.6.5/src/gr4vy/models/paymentmethodsummary_output.py +2 -2
- gr4vy-1.6.3/src/gr4vy/models/paymentoption.py → gr4vy-1.6.5/src/gr4vy/models/paymentoption_output.py +2 -2
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentoptions.py +3 -3
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/payoutsummary.py +11 -8
- gr4vy-1.6.5/src/gr4vy/models/plaidpaymentmethodcreate.py +99 -0
- gr4vy-1.6.3/src/gr4vy/models/transaction.py → gr4vy-1.6.5/src/gr4vy/models/transaction_output.py +18 -15
- gr4vy-1.6.3/src/gr4vy/models/transactionbuyer.py → gr4vy-1.6.5/src/gr4vy/models/transactionbuyer_output.py +2 -2
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactioncancel.py +3 -3
- gr4vy-1.6.3/src/gr4vy/models/transactioncapture.py → gr4vy-1.6.5/src/gr4vy/models/transactioncapture_output.py +5 -5
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactioncreate.py +6 -0
- gr4vy-1.6.3/src/gr4vy/models/transactionevent.py → gr4vy-1.6.5/src/gr4vy/models/transactionevent_output.py +2 -2
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionevents.py +6 -3
- gr4vy-1.6.3/src/gr4vy/models/transactionpaymentmethod.py → gr4vy-1.6.5/src/gr4vy/models/transactionpaymentmethod_output.py +2 -2
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionsummaries.py +6 -3
- gr4vy-1.6.3/src/gr4vy/models/transactionsummary.py → gr4vy-1.6.5/src/gr4vy/models/transactionsummary_output.py +13 -10
- gr4vy-1.6.3/src/gr4vy/models/transactionthreedsecuresummary.py → gr4vy-1.6.5/src/gr4vy/models/transactionthreedsecuresummary_output.py +2 -2
- gr4vy-1.6.3/src/gr4vy/models/transactionvoid.py → gr4vy-1.6.5/src/gr4vy/models/transactionvoid_output.py +5 -5
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/void_transactionop.py +7 -4
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/transactions.py +16 -16
- {gr4vy-1.6.3 → gr4vy-1.6.5}/README-PYPI.md +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/py.typed +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/__init__.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/_hooks/__init__.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/_hooks/sdkhooks.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/_hooks/types.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/account_updater.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/all.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/audit_logs.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/auth.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/balances.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/basesdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/buyers_gift_cards.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/buyers_payment_methods.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/buyers_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/buyers_shipping_details.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/card_scheme_definitions_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/checkout_sessions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/digital_wallets_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/domains.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/__init__.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/apierror.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error400.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error401.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error403.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error404.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error405.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error409.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error425.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error429.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error500.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error502.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/error504.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/gr4vyerror.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/httpvalidationerror.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/no_response_error.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/errors/responsevalidationerror.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/events.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/executions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/gift_cards_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/httpclient.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/jobs.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/merchant_accounts_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/accountsreceivablesreportspec.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/accountupdaterinquirysummary.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/accountupdaterjob.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/accountupdaterjobcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/accountupdateroptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/add_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/add_buyerop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/add_payment_linkop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/add_reportop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/address.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/adyenautorescuesepascenariosenum.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/adyencardautorescuescenariosenum.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/adyencardoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/adyenoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/adyensepaoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/adyensplitsoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/affirmitineraryoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/affirmoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/airline.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/airlineleg.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/airlinepassenger.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/antifrauddecision.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/applepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/applepaysessionrequest.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/approvaltarget.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/auditlogaction.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/auditlogentryresource.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/auditlogentryuser.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/avsresponsecode.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/billingdetails_input.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/billingdetails_output.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/braintreedynamicdatafieldsoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/braintreeoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/browserinfo.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/buyer.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/buyercreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/buyers.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/buyerupdate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cancel_transactionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cancelstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/capturestatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cardpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cardscheme.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cardschemedefinition.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cardschemedefinitions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cardtype.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cardwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cartitem.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/checkoutpayoutoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/checkoutsessioncreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/checkoutsessionpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/checkoutsessionpaymentmethoddetails.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/checkoutsessionwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/clicktopayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/clicktopaypaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/clicktopaysession.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/clicktopaysessionrequest.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/configure_digital_walletop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_account_updater_jobop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_apple_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_checkout_sessionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_full_transaction_refundop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_gift_cardop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_google_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_payment_method_network_token_cryptogramop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_payment_service_definition_sessionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_payment_service_sessionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_payment_serviceop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_payoutop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_report_execution_urlop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_transaction_refundop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/create_transactionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/createsession.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/createsessionstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/creator.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cryptogram.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cryptogramcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cvvresponsecode.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cybersourceantifraudoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/cybersourceoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/definitionfield.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/definitionfieldformat.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/delete_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/delete_buyerop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/delete_checkout_sessionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/delete_digital_walletop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/delete_gift_cardop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/delete_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/delete_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/delete_payment_methodop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/delete_payment_serviceop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/detailedsettlementreportspec.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/digitalwallet.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/digitalwalletcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/digitalwalletdomain.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/digitalwalletprovider.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/digitalwallets.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/digitalwalletupdate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/dlocaloptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/dlocalupioptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/dlocalupirecurringinfooptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/dlocalupiwalletoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/dlocalwalletoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/errordetail.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/errorlocation.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/expire_payment_linkop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/field.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/fiservinstallmentoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/fiservoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptionscartitem.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptionscartitembasicitemdata.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptionscartitembeneficiary.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryaddress.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarycomments.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarypersonaldetails.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryphone.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptionscartitemdeliverydetails.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptionsdiscount.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/forterantifraudoptionsdiscountcoupondiscountamount.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_buyerop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_checkout_sessionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_digital_walletop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_gift_cardop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_merchant_accountop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_payment_linkop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_payment_methodop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_payment_service_definitionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_payment_serviceop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_payoutop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_refundop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_report_executionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_reportop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_transaction_refundop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_transaction_settlementop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/get_transactionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcard.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardbalancerequest.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcarderrorcode.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardredemption.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardredemptionstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardrequest.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcards.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardservice.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardserviceprovider.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardstoredrequest.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardsummaries.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardsummary.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardtokentransactioncreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/giftcardtransactioncreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/givingblockoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/googlepayassurancedetails.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/googlepayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/googlepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/googlepaypaymentoptioncontext.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/googlepaysession.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/googlepaysessionrequest.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/guestbuyer_input.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/guestbuyer_output.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/instrumenttype.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/integrationclient.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/internal/__init__.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/internal/globals.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/latitudeoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_all_report_executionsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_audit_logsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_buyer_gift_cardsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_buyer_payment_methodsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_buyersop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_card_scheme_definitionsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_digital_walletsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_gift_card_balancesop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_gift_cardsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_merchant_accountsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_payment_linksop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_payment_method_network_tokensop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_payment_method_payment_service_tokensop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_payment_methodsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_payment_optionsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_payment_service_definitionsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_payment_servicesop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_payoutsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_report_executionsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_reportsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_transaction_eventsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_transaction_refundsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_transaction_settlementsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/list_transactionsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/mattildatapioptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/merchantaccount.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/merchantaccountcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/merchantaccounts.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/merchantaccountupdate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/merchantprofilescheme.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/merchantprofileschemesummary.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/method.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/mockcardmerchantadvicecodeoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/mockcardoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/mode.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/networktoken.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/networktokencreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/networktokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/networktokens.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/networktokenstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/nuveiairlinedataoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/nuveioptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/nuveipseoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/oxxooptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentlinkcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentlinks.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentlinkstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentmethod.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentmethodcard.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentmethoddetailscard.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentmethods.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentmethodstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentmethodstoredcard.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentoptioncontext.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentoptioncontextapprovalui.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentoptionrequest.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentservice.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentserviceconfiguration.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentservicecreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentservicedefinition.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentservicedefinitions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentservices.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentservicestatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentservicetoken.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentservicetokencreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentservicetokens.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paymentserviceupdate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/payoutcategory.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/payoutconnectionoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/payoutcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/payoutmerchant.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/payoutmerchantsummary.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/payoutpaymentservice.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/payoutstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/payoutsummaries.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paypaloptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paypalshippingoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paypalshippingoptionsitem.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/paypalshippingoptionsitemamount.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/powertranzoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/producttype.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/recipient.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/redirectpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/refund.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/refunds.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/refundstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/refundtargettype.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/register_digital_wallet_domainop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/report.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportcreatortype.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportexecution.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportexecutioncontext.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportexecutions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportexecutionstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportexecutionsummary.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportexecutionurl.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportexecutionurlgenerate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reports.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportschedule.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportspec.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportspecmodel.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportsummary.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/reportupdate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/requiredcheckoutfields.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/resume_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/security.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/settlement.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/settlements.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/shippingdetails.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/shippingdetailscreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/shippingdetailslist.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/shippingdetailsupdate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/statementdescriptor.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/stripeconnectoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/stripeoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/suspend_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/sync_transactionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/taxid.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/taxidkind.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/threedsecuredatav1.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/threedsecuredatav2.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/threedsecureerror.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/threedsecuremethod.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/threedsecurestatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/threedsecurev2.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/tokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactioncapturecreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionconnectionoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactiongiftcard.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionintent.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionintentoutcome.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionpaymentservice.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionpaymentsource.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionrefundallcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionrefundcreate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionretriesreportspec.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionsreportspec.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/transactionupdate.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/travelhubcustomdata.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/travelhuboptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/trustlyoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/unregister_digital_wallet_domainop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/update_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/update_buyerop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/update_checkout_sessionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/update_digital_walletop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/update_merchant_accountop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/update_payment_serviceop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/update_reportop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/update_transactionop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/userstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/validationerror.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/verify_payment_service_credentialsop.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/verifycredentials.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/voidablefield.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/voidstatus.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/walletpaymentoptioncontext.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/wpayeverdaypayoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/wpaypaytooptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/wpaypaytoresourceoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/models/wpaypaytosimulationoptions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/network_tokens_cryptogram.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/payment_links_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/payment_methods_network_tokens.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/payment_methods_payment_service_tokens.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/payment_methods_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/payment_options_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/payment_service_definitions_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/payment_services_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/payouts.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/py.typed +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/refunds_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/report_executions_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/reports_sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/sdk.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/sdkconfiguration.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/sessions.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/transactions_refunds.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/transactions_settlements.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/types/__init__.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/types/basemodel.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/__init__.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/annotations.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/datetimes.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/enums.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/eventstreaming.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/forms.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/headers.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/logger.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/metadata.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/queryparams.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/requestbodies.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/retries.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/security.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/serializers.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/unmarshal_json_response.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/url.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/utils/values.py +0 -0
- {gr4vy-1.6.3 → gr4vy-1.6.5}/src/gr4vy/webhooks.py +0 -0
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "gr4vy"
|
|
6
|
-
__version__: str = "1.6.
|
|
6
|
+
__version__: str = "1.6.5"
|
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
|
8
|
-
__gen_version__: str = "2.731.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 1.6.
|
|
8
|
+
__gen_version__: str = "2.731.6"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.6.5 2.731.6 1.0.0 gr4vy"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -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,
|
|
@@ -819,15 +819,15 @@ if TYPE_CHECKING:
|
|
|
819
819
|
PaymentMethodSummaries,
|
|
820
820
|
PaymentMethodSummariesTypedDict,
|
|
821
821
|
)
|
|
822
|
-
from .
|
|
823
|
-
|
|
824
|
-
|
|
822
|
+
from .paymentmethodsummary_output import (
|
|
823
|
+
PaymentMethodSummaryOutput,
|
|
824
|
+
PaymentMethodSummaryOutputTypedDict,
|
|
825
825
|
)
|
|
826
|
-
from .
|
|
826
|
+
from .paymentoption_output import (
|
|
827
827
|
Context,
|
|
828
828
|
ContextTypedDict,
|
|
829
|
-
|
|
830
|
-
|
|
829
|
+
PaymentOptionOutput,
|
|
830
|
+
PaymentOptionOutputTypedDict,
|
|
831
831
|
)
|
|
832
832
|
from .paymentoptioncontext import (
|
|
833
833
|
PaymentOptionContext,
|
|
@@ -915,6 +915,10 @@ if TYPE_CHECKING:
|
|
|
915
915
|
PaypalShippingOptionsItemAmount,
|
|
916
916
|
PaypalShippingOptionsItemAmountTypedDict,
|
|
917
917
|
)
|
|
918
|
+
from .plaidpaymentmethodcreate import (
|
|
919
|
+
PlaidPaymentMethodCreate,
|
|
920
|
+
PlaidPaymentMethodCreateTypedDict,
|
|
921
|
+
)
|
|
918
922
|
from .powertranzoptions import PowertranzOptions, PowertranzOptionsTypedDict
|
|
919
923
|
from .producttype import ProductType
|
|
920
924
|
from .recipient import Recipient, RecipientTypedDict
|
|
@@ -1011,10 +1015,16 @@ if TYPE_CHECKING:
|
|
|
1011
1015
|
TokenPaymentMethodCreate,
|
|
1012
1016
|
TokenPaymentMethodCreateTypedDict,
|
|
1013
1017
|
)
|
|
1014
|
-
from .
|
|
1015
|
-
from .
|
|
1018
|
+
from .transaction_output import TransactionOutput, TransactionOutputTypedDict
|
|
1019
|
+
from .transactionbuyer_output import (
|
|
1020
|
+
TransactionBuyerOutput,
|
|
1021
|
+
TransactionBuyerOutputTypedDict,
|
|
1022
|
+
)
|
|
1016
1023
|
from .transactioncancel import TransactionCancel, TransactionCancelTypedDict
|
|
1017
|
-
from .
|
|
1024
|
+
from .transactioncapture_output import (
|
|
1025
|
+
TransactionCaptureOutput,
|
|
1026
|
+
TransactionCaptureOutputTypedDict,
|
|
1027
|
+
)
|
|
1018
1028
|
from .transactioncapturecreate import (
|
|
1019
1029
|
TransactionCaptureCreate,
|
|
1020
1030
|
TransactionCaptureCreateTypedDict,
|
|
@@ -1033,14 +1043,18 @@ if TYPE_CHECKING:
|
|
|
1033
1043
|
TransactionCreatePaymentMethodTypedDict,
|
|
1034
1044
|
TransactionCreateTypedDict,
|
|
1035
1045
|
)
|
|
1036
|
-
from .
|
|
1046
|
+
from .transactionevent_output import (
|
|
1047
|
+
Name,
|
|
1048
|
+
TransactionEventOutput,
|
|
1049
|
+
TransactionEventOutputTypedDict,
|
|
1050
|
+
)
|
|
1037
1051
|
from .transactionevents import TransactionEvents, TransactionEventsTypedDict
|
|
1038
1052
|
from .transactiongiftcard import TransactionGiftCard, TransactionGiftCardTypedDict
|
|
1039
1053
|
from .transactionintent import TransactionIntent
|
|
1040
1054
|
from .transactionintentoutcome import TransactionIntentOutcome
|
|
1041
|
-
from .
|
|
1042
|
-
|
|
1043
|
-
|
|
1055
|
+
from .transactionpaymentmethod_output import (
|
|
1056
|
+
TransactionPaymentMethodOutput,
|
|
1057
|
+
TransactionPaymentMethodOutputTypedDict,
|
|
1044
1058
|
)
|
|
1045
1059
|
from .transactionpaymentservice import (
|
|
1046
1060
|
TransactionPaymentService,
|
|
@@ -1068,15 +1082,21 @@ if TYPE_CHECKING:
|
|
|
1068
1082
|
TransactionSummaries,
|
|
1069
1083
|
TransactionSummariesTypedDict,
|
|
1070
1084
|
)
|
|
1071
|
-
from .
|
|
1072
|
-
|
|
1085
|
+
from .transactionsummary_output import (
|
|
1086
|
+
TransactionSummaryOutput,
|
|
1087
|
+
TransactionSummaryOutputTypedDict,
|
|
1088
|
+
)
|
|
1089
|
+
from .transactionthreedsecuresummary_output import (
|
|
1073
1090
|
ResponseData,
|
|
1074
1091
|
ResponseDataTypedDict,
|
|
1075
|
-
|
|
1076
|
-
|
|
1092
|
+
TransactionThreeDSecureSummaryOutput,
|
|
1093
|
+
TransactionThreeDSecureSummaryOutputTypedDict,
|
|
1077
1094
|
)
|
|
1078
1095
|
from .transactionupdate import TransactionUpdate, TransactionUpdateTypedDict
|
|
1079
|
-
from .
|
|
1096
|
+
from .transactionvoid_output import (
|
|
1097
|
+
TransactionVoidOutput,
|
|
1098
|
+
TransactionVoidOutputTypedDict,
|
|
1099
|
+
)
|
|
1080
1100
|
from .travelhubcustomdata import TravelHubCustomData, TravelHubCustomDataTypedDict
|
|
1081
1101
|
from .travelhuboptions import TravelhubOptions, TravelhubOptionsTypedDict
|
|
1082
1102
|
from .trustlyoptions import TrustlyOptions, TrustlyOptionsTypedDict
|
|
@@ -1234,10 +1254,10 @@ __all__ = [
|
|
|
1234
1254
|
"AuditLogAction",
|
|
1235
1255
|
"AuditLogEntries",
|
|
1236
1256
|
"AuditLogEntriesTypedDict",
|
|
1237
|
-
"
|
|
1257
|
+
"AuditLogEntryOutput",
|
|
1258
|
+
"AuditLogEntryOutputTypedDict",
|
|
1238
1259
|
"AuditLogEntryResource",
|
|
1239
1260
|
"AuditLogEntryResourceTypedDict",
|
|
1240
|
-
"AuditLogEntryTypedDict",
|
|
1241
1261
|
"AuditLogEntryUser",
|
|
1242
1262
|
"AuditLogEntryUserTypedDict",
|
|
1243
1263
|
"BillingDetailsInput",
|
|
@@ -1289,12 +1309,12 @@ __all__ = [
|
|
|
1289
1309
|
"CheckoutSession",
|
|
1290
1310
|
"CheckoutSessionCreate",
|
|
1291
1311
|
"CheckoutSessionCreateTypedDict",
|
|
1292
|
-
"CheckoutSessionPaymentMethod",
|
|
1293
1312
|
"CheckoutSessionPaymentMethodCreate",
|
|
1294
1313
|
"CheckoutSessionPaymentMethodCreateTypedDict",
|
|
1295
1314
|
"CheckoutSessionPaymentMethodDetails",
|
|
1296
1315
|
"CheckoutSessionPaymentMethodDetailsTypedDict",
|
|
1297
|
-
"
|
|
1316
|
+
"CheckoutSessionPaymentMethodOutput",
|
|
1317
|
+
"CheckoutSessionPaymentMethodOutputTypedDict",
|
|
1298
1318
|
"CheckoutSessionTypedDict",
|
|
1299
1319
|
"CheckoutSessionWithURLPaymentMethodCreate",
|
|
1300
1320
|
"CheckoutSessionWithURLPaymentMethodCreateTypedDict",
|
|
@@ -1788,19 +1808,19 @@ __all__ = [
|
|
|
1788
1808
|
"PaymentMethodStoredCardTypedDict",
|
|
1789
1809
|
"PaymentMethodSummaries",
|
|
1790
1810
|
"PaymentMethodSummariesTypedDict",
|
|
1791
|
-
"
|
|
1792
|
-
"
|
|
1811
|
+
"PaymentMethodSummaryOutput",
|
|
1812
|
+
"PaymentMethodSummaryOutputTypedDict",
|
|
1793
1813
|
"PaymentMethodTypedDict",
|
|
1794
1814
|
"PaymentMethods",
|
|
1795
1815
|
"PaymentMethodsTypedDict",
|
|
1796
|
-
"PaymentOption",
|
|
1797
1816
|
"PaymentOptionContext",
|
|
1798
1817
|
"PaymentOptionContextApprovalUI",
|
|
1799
1818
|
"PaymentOptionContextApprovalUITypedDict",
|
|
1800
1819
|
"PaymentOptionContextTypedDict",
|
|
1820
|
+
"PaymentOptionOutput",
|
|
1821
|
+
"PaymentOptionOutputTypedDict",
|
|
1801
1822
|
"PaymentOptionRequest",
|
|
1802
1823
|
"PaymentOptionRequestTypedDict",
|
|
1803
|
-
"PaymentOptionTypedDict",
|
|
1804
1824
|
"PaymentOptions",
|
|
1805
1825
|
"PaymentOptionsTypedDict",
|
|
1806
1826
|
"PaymentService",
|
|
@@ -1851,6 +1871,8 @@ __all__ = [
|
|
|
1851
1871
|
"PaypalShippingOptionsItemType",
|
|
1852
1872
|
"PaypalShippingOptionsItemTypedDict",
|
|
1853
1873
|
"PaypalShippingOptionsTypedDict",
|
|
1874
|
+
"PlaidPaymentMethodCreate",
|
|
1875
|
+
"PlaidPaymentMethodCreateTypedDict",
|
|
1854
1876
|
"PowertranzOptions",
|
|
1855
1877
|
"PowertranzOptionsTypedDict",
|
|
1856
1878
|
"ProductType",
|
|
@@ -1965,31 +1987,32 @@ __all__ = [
|
|
|
1965
1987
|
"TokenPaymentMethodCreate",
|
|
1966
1988
|
"TokenPaymentMethodCreateTypedDict",
|
|
1967
1989
|
"TokenTypedDict",
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
1970
|
-
"TransactionBuyerTypedDict",
|
|
1990
|
+
"TransactionBuyerOutput",
|
|
1991
|
+
"TransactionBuyerOutputTypedDict",
|
|
1971
1992
|
"TransactionCancel",
|
|
1972
1993
|
"TransactionCancelTypedDict",
|
|
1973
|
-
"TransactionCapture",
|
|
1974
1994
|
"TransactionCaptureCreate",
|
|
1975
1995
|
"TransactionCaptureCreateTypedDict",
|
|
1976
|
-
"
|
|
1996
|
+
"TransactionCaptureOutput",
|
|
1997
|
+
"TransactionCaptureOutputTypedDict",
|
|
1977
1998
|
"TransactionConnectionOptions",
|
|
1978
1999
|
"TransactionConnectionOptionsTypedDict",
|
|
1979
2000
|
"TransactionCreate",
|
|
1980
2001
|
"TransactionCreatePaymentMethod",
|
|
1981
2002
|
"TransactionCreatePaymentMethodTypedDict",
|
|
1982
2003
|
"TransactionCreateTypedDict",
|
|
1983
|
-
"
|
|
1984
|
-
"
|
|
2004
|
+
"TransactionEventOutput",
|
|
2005
|
+
"TransactionEventOutputTypedDict",
|
|
1985
2006
|
"TransactionEvents",
|
|
1986
2007
|
"TransactionEventsTypedDict",
|
|
1987
2008
|
"TransactionGiftCard",
|
|
1988
2009
|
"TransactionGiftCardTypedDict",
|
|
1989
2010
|
"TransactionIntent",
|
|
1990
2011
|
"TransactionIntentOutcome",
|
|
1991
|
-
"
|
|
1992
|
-
"
|
|
2012
|
+
"TransactionOutput",
|
|
2013
|
+
"TransactionOutputTypedDict",
|
|
2014
|
+
"TransactionPaymentMethodOutput",
|
|
2015
|
+
"TransactionPaymentMethodOutputTypedDict",
|
|
1993
2016
|
"TransactionPaymentService",
|
|
1994
2017
|
"TransactionPaymentServiceTypedDict",
|
|
1995
2018
|
"TransactionPaymentSource",
|
|
@@ -2002,15 +2025,14 @@ __all__ = [
|
|
|
2002
2025
|
"TransactionStatus",
|
|
2003
2026
|
"TransactionSummaries",
|
|
2004
2027
|
"TransactionSummariesTypedDict",
|
|
2005
|
-
"
|
|
2006
|
-
"
|
|
2007
|
-
"
|
|
2008
|
-
"
|
|
2009
|
-
"TransactionTypedDict",
|
|
2028
|
+
"TransactionSummaryOutput",
|
|
2029
|
+
"TransactionSummaryOutputTypedDict",
|
|
2030
|
+
"TransactionThreeDSecureSummaryOutput",
|
|
2031
|
+
"TransactionThreeDSecureSummaryOutputTypedDict",
|
|
2010
2032
|
"TransactionUpdate",
|
|
2011
2033
|
"TransactionUpdateTypedDict",
|
|
2012
|
-
"
|
|
2013
|
-
"
|
|
2034
|
+
"TransactionVoidOutput",
|
|
2035
|
+
"TransactionVoidOutputTypedDict",
|
|
2014
2036
|
"TransactionsReportSpec",
|
|
2015
2037
|
"TransactionsReportSpecTypedDict",
|
|
2016
2038
|
"TravelHubCustomData",
|
|
@@ -2144,8 +2166,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2144
2166
|
"AuditLogAction": ".auditlogaction",
|
|
2145
2167
|
"AuditLogEntries": ".auditlogentries",
|
|
2146
2168
|
"AuditLogEntriesTypedDict": ".auditlogentries",
|
|
2147
|
-
"
|
|
2148
|
-
"
|
|
2169
|
+
"AuditLogEntryOutput": ".auditlogentry_output",
|
|
2170
|
+
"AuditLogEntryOutputTypedDict": ".auditlogentry_output",
|
|
2149
2171
|
"AuditLogEntryResource": ".auditlogentryresource",
|
|
2150
2172
|
"AuditLogEntryResourceTypedDict": ".auditlogentryresource",
|
|
2151
2173
|
"AuditLogEntryUser": ".auditlogentryuser",
|
|
@@ -2201,8 +2223,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2201
2223
|
"CheckoutSessionTypedDict": ".checkoutsession",
|
|
2202
2224
|
"CheckoutSessionCreate": ".checkoutsessioncreate",
|
|
2203
2225
|
"CheckoutSessionCreateTypedDict": ".checkoutsessioncreate",
|
|
2204
|
-
"
|
|
2205
|
-
"
|
|
2226
|
+
"CheckoutSessionPaymentMethodOutput": ".checkoutsessionpaymentmethod_output",
|
|
2227
|
+
"CheckoutSessionPaymentMethodOutputTypedDict": ".checkoutsessionpaymentmethod_output",
|
|
2206
2228
|
"CheckoutSessionPaymentMethodCreate": ".checkoutsessionpaymentmethodcreate",
|
|
2207
2229
|
"CheckoutSessionPaymentMethodCreateTypedDict": ".checkoutsessionpaymentmethodcreate",
|
|
2208
2230
|
"CheckoutSessionPaymentMethodDetails": ".checkoutsessionpaymentmethoddetails",
|
|
@@ -2702,12 +2724,12 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2702
2724
|
"PaymentMethodStoredCardTypedDict": ".paymentmethodstoredcard",
|
|
2703
2725
|
"PaymentMethodSummaries": ".paymentmethodsummaries",
|
|
2704
2726
|
"PaymentMethodSummariesTypedDict": ".paymentmethodsummaries",
|
|
2705
|
-
"
|
|
2706
|
-
"
|
|
2707
|
-
"Context": ".
|
|
2708
|
-
"ContextTypedDict": ".
|
|
2709
|
-
"
|
|
2710
|
-
"
|
|
2727
|
+
"PaymentMethodSummaryOutput": ".paymentmethodsummary_output",
|
|
2728
|
+
"PaymentMethodSummaryOutputTypedDict": ".paymentmethodsummary_output",
|
|
2729
|
+
"Context": ".paymentoption_output",
|
|
2730
|
+
"ContextTypedDict": ".paymentoption_output",
|
|
2731
|
+
"PaymentOptionOutput": ".paymentoption_output",
|
|
2732
|
+
"PaymentOptionOutputTypedDict": ".paymentoption_output",
|
|
2711
2733
|
"PaymentOptionContext": ".paymentoptioncontext",
|
|
2712
2734
|
"PaymentOptionContextTypedDict": ".paymentoptioncontext",
|
|
2713
2735
|
"RequiredFields1": ".paymentoptioncontext",
|
|
@@ -2768,6 +2790,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2768
2790
|
"PaypalShippingOptionsItemTypedDict": ".paypalshippingoptionsitem",
|
|
2769
2791
|
"PaypalShippingOptionsItemAmount": ".paypalshippingoptionsitemamount",
|
|
2770
2792
|
"PaypalShippingOptionsItemAmountTypedDict": ".paypalshippingoptionsitemamount",
|
|
2793
|
+
"PlaidPaymentMethodCreate": ".plaidpaymentmethodcreate",
|
|
2794
|
+
"PlaidPaymentMethodCreateTypedDict": ".plaidpaymentmethodcreate",
|
|
2771
2795
|
"PowertranzOptions": ".powertranzoptions",
|
|
2772
2796
|
"PowertranzOptionsTypedDict": ".powertranzoptions",
|
|
2773
2797
|
"ProductType": ".producttype",
|
|
@@ -2865,14 +2889,14 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2865
2889
|
"ThreeDSecureV2TypedDict": ".threedsecurev2",
|
|
2866
2890
|
"TokenPaymentMethodCreate": ".tokenpaymentmethodcreate",
|
|
2867
2891
|
"TokenPaymentMethodCreateTypedDict": ".tokenpaymentmethodcreate",
|
|
2868
|
-
"
|
|
2869
|
-
"
|
|
2870
|
-
"
|
|
2871
|
-
"
|
|
2892
|
+
"TransactionOutput": ".transaction_output",
|
|
2893
|
+
"TransactionOutputTypedDict": ".transaction_output",
|
|
2894
|
+
"TransactionBuyerOutput": ".transactionbuyer_output",
|
|
2895
|
+
"TransactionBuyerOutputTypedDict": ".transactionbuyer_output",
|
|
2872
2896
|
"TransactionCancel": ".transactioncancel",
|
|
2873
2897
|
"TransactionCancelTypedDict": ".transactioncancel",
|
|
2874
|
-
"
|
|
2875
|
-
"
|
|
2898
|
+
"TransactionCaptureOutput": ".transactioncapture_output",
|
|
2899
|
+
"TransactionCaptureOutputTypedDict": ".transactioncapture_output",
|
|
2876
2900
|
"TransactionCaptureCreate": ".transactioncapturecreate",
|
|
2877
2901
|
"TransactionCaptureCreateTypedDict": ".transactioncapturecreate",
|
|
2878
2902
|
"TransactionConnectionOptions": ".transactionconnectionoptions",
|
|
@@ -2885,17 +2909,17 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2885
2909
|
"TransactionCreatePaymentMethod": ".transactioncreate",
|
|
2886
2910
|
"TransactionCreatePaymentMethodTypedDict": ".transactioncreate",
|
|
2887
2911
|
"TransactionCreateTypedDict": ".transactioncreate",
|
|
2888
|
-
"Name": ".
|
|
2889
|
-
"
|
|
2890
|
-
"
|
|
2912
|
+
"Name": ".transactionevent_output",
|
|
2913
|
+
"TransactionEventOutput": ".transactionevent_output",
|
|
2914
|
+
"TransactionEventOutputTypedDict": ".transactionevent_output",
|
|
2891
2915
|
"TransactionEvents": ".transactionevents",
|
|
2892
2916
|
"TransactionEventsTypedDict": ".transactionevents",
|
|
2893
2917
|
"TransactionGiftCard": ".transactiongiftcard",
|
|
2894
2918
|
"TransactionGiftCardTypedDict": ".transactiongiftcard",
|
|
2895
2919
|
"TransactionIntent": ".transactionintent",
|
|
2896
2920
|
"TransactionIntentOutcome": ".transactionintentoutcome",
|
|
2897
|
-
"
|
|
2898
|
-
"
|
|
2921
|
+
"TransactionPaymentMethodOutput": ".transactionpaymentmethod_output",
|
|
2922
|
+
"TransactionPaymentMethodOutputTypedDict": ".transactionpaymentmethod_output",
|
|
2899
2923
|
"TransactionPaymentService": ".transactionpaymentservice",
|
|
2900
2924
|
"TransactionPaymentServiceTypedDict": ".transactionpaymentservice",
|
|
2901
2925
|
"TransactionPaymentSource": ".transactionpaymentsource",
|
|
@@ -2910,16 +2934,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2910
2934
|
"TransactionStatus": ".transactionstatus",
|
|
2911
2935
|
"TransactionSummaries": ".transactionsummaries",
|
|
2912
2936
|
"TransactionSummariesTypedDict": ".transactionsummaries",
|
|
2913
|
-
"
|
|
2914
|
-
"
|
|
2915
|
-
"ResponseData": ".
|
|
2916
|
-
"ResponseDataTypedDict": ".
|
|
2917
|
-
"
|
|
2918
|
-
"
|
|
2937
|
+
"TransactionSummaryOutput": ".transactionsummary_output",
|
|
2938
|
+
"TransactionSummaryOutputTypedDict": ".transactionsummary_output",
|
|
2939
|
+
"ResponseData": ".transactionthreedsecuresummary_output",
|
|
2940
|
+
"ResponseDataTypedDict": ".transactionthreedsecuresummary_output",
|
|
2941
|
+
"TransactionThreeDSecureSummaryOutput": ".transactionthreedsecuresummary_output",
|
|
2942
|
+
"TransactionThreeDSecureSummaryOutputTypedDict": ".transactionthreedsecuresummary_output",
|
|
2919
2943
|
"TransactionUpdate": ".transactionupdate",
|
|
2920
2944
|
"TransactionUpdateTypedDict": ".transactionupdate",
|
|
2921
|
-
"
|
|
2922
|
-
"
|
|
2945
|
+
"TransactionVoidOutput": ".transactionvoid_output",
|
|
2946
|
+
"TransactionVoidOutputTypedDict": ".transactionvoid_output",
|
|
2923
2947
|
"TravelHubCustomData": ".travelhubcustomdata",
|
|
2924
2948
|
"TravelHubCustomDataTypedDict": ".travelhubcustomdata",
|
|
2925
2949
|
"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
|
gr4vy-1.6.3/src/gr4vy/models/auditlogentry.py → gr4vy-1.6.5/src/gr4vy/models/auditlogentry_output.py
RENAMED
|
@@ -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))]
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .
|
|
5
|
-
from .
|
|
4
|
+
from .transaction_output import TransactionOutput, TransactionOutputTypedDict
|
|
5
|
+
from .transactioncapture_output import (
|
|
6
|
+
TransactionCaptureOutput,
|
|
7
|
+
TransactionCaptureOutputTypedDict,
|
|
8
|
+
)
|
|
6
9
|
from .transactioncapturecreate import (
|
|
7
10
|
TransactionCaptureCreate,
|
|
8
11
|
TransactionCaptureCreateTypedDict,
|
|
@@ -101,12 +104,12 @@ class CaptureTransactionRequest(BaseModel):
|
|
|
101
104
|
|
|
102
105
|
ResponseCaptureTransactionTypedDict = TypeAliasType(
|
|
103
106
|
"ResponseCaptureTransactionTypedDict",
|
|
104
|
-
Union[
|
|
107
|
+
Union[TransactionCaptureOutputTypedDict, TransactionOutputTypedDict],
|
|
105
108
|
)
|
|
106
109
|
r"""Successful Response"""
|
|
107
110
|
|
|
108
111
|
|
|
109
112
|
ResponseCaptureTransaction = TypeAliasType(
|
|
110
|
-
"ResponseCaptureTransaction", Union[
|
|
113
|
+
"ResponseCaptureTransaction", Union[TransactionCaptureOutput, TransactionOutput]
|
|
111
114
|
)
|
|
112
115
|
r"""Successful Response"""
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .airline import Airline, AirlineTypedDict
|
|
5
5
|
from .cartitem import CartItem, CartItemTypedDict
|
|
6
|
-
from .
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
from .checkoutsessionpaymentmethod_output import (
|
|
7
|
+
CheckoutSessionPaymentMethodOutput,
|
|
8
|
+
CheckoutSessionPaymentMethodOutputTypedDict,
|
|
9
9
|
)
|
|
10
10
|
from .guestbuyer_output import GuestBuyerOutput, GuestBuyerOutputTypedDict
|
|
11
11
|
from datetime import datetime
|
|
@@ -33,7 +33,7 @@ class CheckoutSessionTypedDict(TypedDict):
|
|
|
33
33
|
r"""The airline addendum data which describes the airline booking associated with this transaction."""
|
|
34
34
|
type: Literal["checkout-session"]
|
|
35
35
|
r"""Always `checkout-session`"""
|
|
36
|
-
payment_method: NotRequired[Nullable[
|
|
36
|
+
payment_method: NotRequired[Nullable[CheckoutSessionPaymentMethodOutputTypedDict]]
|
|
37
37
|
r"""Information about the payment method stored on the checkout session."""
|
|
38
38
|
|
|
39
39
|
|
|
@@ -65,7 +65,7 @@ class CheckoutSession(BaseModel):
|
|
|
65
65
|
] = "checkout-session"
|
|
66
66
|
r"""Always `checkout-session`"""
|
|
67
67
|
|
|
68
|
-
payment_method: OptionalNullable[
|
|
68
|
+
payment_method: OptionalNullable[CheckoutSessionPaymentMethodOutput] = UNSET
|
|
69
69
|
r"""Information about the payment method stored on the checkout session."""
|
|
70
70
|
|
|
71
71
|
@model_serializer(mode="wrap")
|
|
@@ -15,7 +15,7 @@ from typing import Literal, Optional
|
|
|
15
15
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
class
|
|
18
|
+
class CheckoutSessionPaymentMethodOutputTypedDict(TypedDict):
|
|
19
19
|
type: Literal["payment-method"]
|
|
20
20
|
r"""Always `payment-method`"""
|
|
21
21
|
id: NotRequired[Nullable[str]]
|
|
@@ -32,7 +32,7 @@ class CheckoutSessionPaymentMethodTypedDict(TypedDict):
|
|
|
32
32
|
r"""The unique hash derived from the card number."""
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
class
|
|
35
|
+
class CheckoutSessionPaymentMethodOutput(BaseModel):
|
|
36
36
|
TYPE: Annotated[
|
|
37
37
|
Annotated[
|
|
38
38
|
Optional[Literal["payment-method"]],
|
|
@@ -9,6 +9,10 @@ from .checkoutsessionpaymentmethodcreate import (
|
|
|
9
9
|
CheckoutSessionPaymentMethodCreate,
|
|
10
10
|
CheckoutSessionPaymentMethodCreateTypedDict,
|
|
11
11
|
)
|
|
12
|
+
from .plaidpaymentmethodcreate import (
|
|
13
|
+
PlaidPaymentMethodCreate,
|
|
14
|
+
PlaidPaymentMethodCreateTypedDict,
|
|
15
|
+
)
|
|
12
16
|
from .redirectpaymentmethodcreate import (
|
|
13
17
|
RedirectPaymentMethodCreate,
|
|
14
18
|
RedirectPaymentMethodCreateTypedDict,
|
|
@@ -38,6 +42,7 @@ BodyTypedDict = TypeAliasType(
|
|
|
38
42
|
"BodyTypedDict",
|
|
39
43
|
Union[
|
|
40
44
|
CheckoutSessionPaymentMethodCreateTypedDict,
|
|
45
|
+
PlaidPaymentMethodCreateTypedDict,
|
|
41
46
|
RedirectPaymentMethodCreateTypedDict,
|
|
42
47
|
CardPaymentMethodCreateTypedDict,
|
|
43
48
|
],
|
|
@@ -48,6 +53,7 @@ Body = TypeAliasType(
|
|
|
48
53
|
"Body",
|
|
49
54
|
Union[
|
|
50
55
|
CheckoutSessionPaymentMethodCreate,
|
|
56
|
+
PlaidPaymentMethodCreate,
|
|
51
57
|
RedirectPaymentMethodCreate,
|
|
52
58
|
CardPaymentMethodCreate,
|
|
53
59
|
],
|
|
@@ -5,7 +5,10 @@ from .cartitem import CartItem, CartItemTypedDict
|
|
|
5
5
|
from .paymentlinkstatus import PaymentLinkStatus
|
|
6
6
|
from .shippingdetails import ShippingDetails, ShippingDetailsTypedDict
|
|
7
7
|
from .statementdescriptor import StatementDescriptor, StatementDescriptorTypedDict
|
|
8
|
-
from .
|
|
8
|
+
from .transactionbuyer_output import (
|
|
9
|
+
TransactionBuyerOutput,
|
|
10
|
+
TransactionBuyerOutputTypedDict,
|
|
11
|
+
)
|
|
9
12
|
from .transactionintent import TransactionIntent
|
|
10
13
|
from .transactionpaymentsource import TransactionPaymentSource
|
|
11
14
|
from datetime import datetime
|
|
@@ -67,7 +70,7 @@ class PaymentLinkTypedDict(TypedDict):
|
|
|
67
70
|
r"""The return URL after payment completion."""
|
|
68
71
|
metadata: NotRequired[Nullable[Dict[str, Any]]]
|
|
69
72
|
r"""Arbitrary metadata for the payment link."""
|
|
70
|
-
buyer: NotRequired[Nullable[
|
|
73
|
+
buyer: NotRequired[Nullable[TransactionBuyerOutputTypedDict]]
|
|
71
74
|
r"""The buyer associated with the payment link."""
|
|
72
75
|
shipping_details: NotRequired[Nullable[ShippingDetailsTypedDict]]
|
|
73
76
|
r"""The shipping details for the payment link."""
|
|
@@ -157,7 +160,7 @@ class PaymentLink(BaseModel):
|
|
|
157
160
|
metadata: OptionalNullable[Dict[str, Any]] = UNSET
|
|
158
161
|
r"""Arbitrary metadata for the payment link."""
|
|
159
162
|
|
|
160
|
-
buyer: OptionalNullable[
|
|
163
|
+
buyer: OptionalNullable[TransactionBuyerOutput] = UNSET
|
|
161
164
|
r"""The buyer associated with the payment link."""
|
|
162
165
|
|
|
163
166
|
shipping_details: OptionalNullable[ShippingDetails] = UNSET
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .
|
|
4
|
+
from .paymentmethodsummary_output import (
|
|
5
|
+
PaymentMethodSummaryOutput,
|
|
6
|
+
PaymentMethodSummaryOutputTypedDict,
|
|
7
|
+
)
|
|
5
8
|
from gr4vy.types import BaseModel
|
|
6
9
|
from typing import List
|
|
7
10
|
from typing_extensions import TypedDict
|
|
8
11
|
|
|
9
12
|
|
|
10
13
|
class PaymentMethodSummariesTypedDict(TypedDict):
|
|
11
|
-
items: List[
|
|
14
|
+
items: List[PaymentMethodSummaryOutputTypedDict]
|
|
12
15
|
r"""A list of items returned for this request."""
|
|
13
16
|
|
|
14
17
|
|
|
15
18
|
class PaymentMethodSummaries(BaseModel):
|
|
16
|
-
items: List[
|
|
19
|
+
items: List[PaymentMethodSummaryOutput]
|
|
17
20
|
r"""A list of items returned for this request."""
|
|
@@ -18,7 +18,7 @@ from typing import List, Literal, Optional
|
|
|
18
18
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
class
|
|
21
|
+
class PaymentMethodSummaryOutputTypedDict(TypedDict):
|
|
22
22
|
r"""Payment Method
|
|
23
23
|
|
|
24
24
|
A summary of a payment method.
|
|
@@ -65,7 +65,7 @@ class PaymentMethodSummaryTypedDict(TypedDict):
|
|
|
65
65
|
r"""The timestamp when this payment method was last used in a transaction."""
|
|
66
66
|
|
|
67
67
|
|
|
68
|
-
class
|
|
68
|
+
class PaymentMethodSummaryOutput(BaseModel):
|
|
69
69
|
r"""Payment Method
|
|
70
70
|
|
|
71
71
|
A summary of a payment method.
|
gr4vy-1.6.3/src/gr4vy/models/paymentoption.py → gr4vy-1.6.5/src/gr4vy/models/paymentoption_output.py
RENAMED
|
@@ -38,7 +38,7 @@ Context = TypeAliasType(
|
|
|
38
38
|
)
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
class
|
|
41
|
+
class PaymentOptionOutputTypedDict(TypedDict):
|
|
42
42
|
method: str
|
|
43
43
|
mode: Mode
|
|
44
44
|
can_store_payment_method: bool
|
|
@@ -49,7 +49,7 @@ class PaymentOptionTypedDict(TypedDict):
|
|
|
49
49
|
context: NotRequired[Nullable[ContextTypedDict]]
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
class
|
|
52
|
+
class PaymentOptionOutput(BaseModel):
|
|
53
53
|
method: str
|
|
54
54
|
|
|
55
55
|
mode: Annotated[Mode, PlainValidator(validate_open_enum(False))]
|