gr4vy 1.0.5__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.

Files changed (456) hide show
  1. {gr4vy-1.0.5 → gr4vy-1.7.14}/PKG-INFO +27 -20
  2. {gr4vy-1.0.5 → gr4vy-1.7.14}/README-PYPI.md +23 -17
  3. {gr4vy-1.0.5 → gr4vy-1.7.14}/pyproject.toml +3 -2
  4. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/_version.py +3 -3
  5. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/account_updater.py +6 -3
  6. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/all.py +29 -28
  7. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/audit_logs.py +31 -30
  8. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/auth.py +31 -4
  9. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/balances.py +29 -28
  10. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/basesdk.py +11 -1
  11. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/buyers_gift_cards.py +29 -28
  12. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/buyers_payment_methods.py +29 -32
  13. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/buyers_sdk.py +154 -147
  14. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/buyers_shipping_details.py +145 -144
  15. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/card_scheme_definitions_sdk.py +29 -28
  16. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/checkout_sessions.py +131 -112
  17. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/digital_wallets_sdk.py +151 -148
  18. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/domains.py +61 -60
  19. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/__init__.py +18 -5
  20. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/apierror.py +2 -0
  21. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error400.py +4 -2
  22. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error401.py +4 -2
  23. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error403.py +4 -2
  24. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error404.py +4 -2
  25. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error405.py +4 -2
  26. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error409.py +4 -2
  27. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error425.py +4 -2
  28. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error429.py +4 -2
  29. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error500.py +4 -2
  30. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error502.py +4 -2
  31. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/error504.py +4 -2
  32. gr4vy-1.7.14/src/gr4vy/errors/gr4vyerror.py +30 -0
  33. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/httpvalidationerror.py +4 -2
  34. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/no_response_error.py +5 -1
  35. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/errors/responsevalidationerror.py +2 -0
  36. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/events.py +29 -28
  37. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/executions.py +111 -86
  38. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/gift_cards_sdk.py +124 -121
  39. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/httpclient.py +0 -1
  40. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/jobs.py +29 -28
  41. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/merchant_accounts_sdk.py +127 -150
  42. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/__init__.py +601 -96
  43. gr4vy-1.7.14/src/gr4vy/models/accountsreceivablesreportspec.py +30 -0
  44. gr4vy-1.7.14/src/gr4vy/models/accountupdateroptions.py +88 -0
  45. gr4vy-1.7.14/src/gr4vy/models/adyenautorescuesepascenariosenum.py +15 -0
  46. gr4vy-1.7.14/src/gr4vy/models/adyencardautorescuescenariosenum.py +16 -0
  47. gr4vy-1.7.14/src/gr4vy/models/adyencardoptions.py +103 -0
  48. gr4vy-1.7.14/src/gr4vy/models/adyenoptions.py +50 -0
  49. gr4vy-1.7.14/src/gr4vy/models/adyensepaoptions.py +97 -0
  50. gr4vy-1.7.14/src/gr4vy/models/adyensplitsoptions.py +57 -0
  51. gr4vy-1.7.14/src/gr4vy/models/affirmitineraryoptions.py +92 -0
  52. gr4vy-1.7.14/src/gr4vy/models/affirmoptions.py +56 -0
  53. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/airline.py +7 -1
  54. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/airlineleg.py +7 -1
  55. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/airlinepassenger.py +7 -1
  56. gr4vy-1.7.14/src/gr4vy/models/antifrauddecision.py +19 -0
  57. gr4vy-1.0.5/src/gr4vy/models/reportspecmodel.py → gr4vy-1.7.14/src/gr4vy/models/approvaltarget.py +5 -2
  58. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/auditlogaction.py +9 -1
  59. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/auditlogentries.py +3 -3
  60. gr4vy-1.0.5/src/gr4vy/models/auditlogentry.py → gr4vy-1.7.14/src/gr4vy/models/auditlogentry_output.py +2 -2
  61. gr4vy-1.7.14/src/gr4vy/models/braintreedynamicdatafieldsoptions.py +86 -0
  62. gr4vy-1.7.14/src/gr4vy/models/braintreeoptions.py +63 -0
  63. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/browserinfo.py +7 -1
  64. gr4vy-1.0.5/src/gr4vy/models/void_transactionop.py → gr4vy-1.7.14/src/gr4vy/models/cancel_transactionop.py +4 -4
  65. gr4vy-1.0.5/src/gr4vy/models/threedsecurestatus.py → gr4vy-1.7.14/src/gr4vy/models/cancelstatus.py +6 -2
  66. gr4vy-1.7.14/src/gr4vy/models/capture_transactionop.py +115 -0
  67. gr4vy-1.7.14/src/gr4vy/models/capturestatus.py +16 -0
  68. gr4vy-1.0.5/src/gr4vy/models/antifrauddecision.py → gr4vy-1.7.14/src/gr4vy/models/cardtype.py +6 -2
  69. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/cartitem.py +51 -2
  70. gr4vy-1.0.5/src/gr4vy/models/checkoutcardconnectionoptions.py → gr4vy-1.7.14/src/gr4vy/models/checkoutpayoutoptions.py +2 -2
  71. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/checkoutsession.py +26 -5
  72. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/checkoutsessioncreate.py +36 -2
  73. gr4vy-1.0.5/src/gr4vy/models/checkoutsessionpaymentmethod.py → gr4vy-1.7.14/src/gr4vy/models/checkoutsessionpaymentmethod_output.py +2 -2
  74. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_methodop.py +6 -0
  75. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_report_execution_urlop.py +16 -1
  76. gr4vy-1.0.5/src/gr4vy/models/reportexecutionstatus.py → gr4vy-1.7.14/src/gr4vy/models/createsessionstatus.py +5 -2
  77. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/cvvresponsecode.py +7 -1
  78. gr4vy-1.7.14/src/gr4vy/models/cybersourceantifraudoptions.py +65 -0
  79. gr4vy-1.7.14/src/gr4vy/models/cybersourceoptions.py +65 -0
  80. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/definitionfieldformat.py +8 -1
  81. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/digitalwalletprovider.py +6 -1
  82. gr4vy-1.7.14/src/gr4vy/models/dlocaloptions.py +47 -0
  83. gr4vy-1.7.14/src/gr4vy/models/dlocalupioptions.py +50 -0
  84. gr4vy-1.7.14/src/gr4vy/models/dlocalupirecurringinfooptions.py +51 -0
  85. gr4vy-1.7.14/src/gr4vy/models/dlocalupiwalletoptions.py +89 -0
  86. gr4vy-1.7.14/src/gr4vy/models/dlocalwalletoptions.py +66 -0
  87. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/errorlocation.py +8 -1
  88. gr4vy-1.7.14/src/gr4vy/models/fiservinstallmentoptions.py +80 -0
  89. gr4vy-1.7.14/src/gr4vy/models/fiservoptions.py +54 -0
  90. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptions.py +109 -0
  91. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptionscartitem.py +81 -0
  92. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptionscartitembasicitemdata.py +68 -0
  93. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptionscartitembeneficiary.py +86 -0
  94. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryaddress.py +76 -0
  95. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptionscartitembeneficiarycomments.py +64 -0
  96. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptionscartitembeneficiarypersonaldetails.py +56 -0
  97. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryphone.py +15 -0
  98. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptionscartitemdeliverydetails.py +76 -0
  99. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptionsdiscount.py +69 -0
  100. gr4vy-1.7.14/src/gr4vy/models/forterantifraudoptionsdiscountcoupondiscountamount.py +56 -0
  101. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcarderrorcode.py +1 -0
  102. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardredemptionstatus.py +7 -1
  103. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardserviceprovider.py +5 -1
  104. gr4vy-1.7.14/src/gr4vy/models/givingblockoptions.py +49 -0
  105. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/instrumenttype.py +1 -0
  106. gr4vy-1.0.5/src/gr4vy/models/paymentmethodstatus.py → gr4vy-1.7.14/src/gr4vy/models/integrationclient.py +7 -2
  107. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/internal/__init__.py +17 -3
  108. gr4vy-1.7.14/src/gr4vy/models/latitudeoptions.py +46 -0
  109. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_buyer_payment_methodsop.py +7 -1
  110. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_linksop.py +14 -9
  111. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_transactionsop.py +24 -14
  112. gr4vy-1.7.14/src/gr4vy/models/mattildatapioptions.py +46 -0
  113. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/merchantaccount.py +6 -21
  114. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/merchantaccountcreate.py +5 -20
  115. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/merchantaccountupdate.py +6 -21
  116. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/merchantprofilescheme.py +7 -7
  117. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/merchantprofileschemesummary.py +7 -7
  118. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/method.py +5 -0
  119. gr4vy-1.7.14/src/gr4vy/models/mockcardmerchantadvicecodeoptions.py +51 -0
  120. gr4vy-1.7.14/src/gr4vy/models/mockcardoptions.py +57 -0
  121. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/mode.py +1 -0
  122. gr4vy-1.7.14/src/gr4vy/models/monatospeioptions.py +15 -0
  123. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/networktokenpaymentmethodcreate.py +7 -1
  124. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/networktokenstatus.py +7 -1
  125. gr4vy-1.7.14/src/gr4vy/models/nuveiairlinedataoptions.py +56 -0
  126. gr4vy-1.7.14/src/gr4vy/models/nuveioptions.py +60 -0
  127. gr4vy-1.7.14/src/gr4vy/models/nuveipseoptions.py +70 -0
  128. gr4vy-1.7.14/src/gr4vy/models/oxxooptions.py +51 -0
  129. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentlink.py +13 -3
  130. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentlinkcreate.py +10 -18
  131. gr4vy-1.0.5/src/gr4vy/models/collection_paymentlink_.py → gr4vy-1.7.14/src/gr4vy/models/paymentlinks.py +2 -2
  132. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentlinkstatus.py +7 -1
  133. gr4vy-1.7.14/src/gr4vy/models/paymentmethodstatus.py +17 -0
  134. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethodsummaries.py +6 -3
  135. gr4vy-1.0.5/src/gr4vy/models/paymentmethodsummary.py → gr4vy-1.7.14/src/gr4vy/models/paymentmethodsummary_output.py +2 -2
  136. gr4vy-1.0.5/src/gr4vy/models/paymentoption.py → gr4vy-1.7.14/src/gr4vy/models/paymentoption_output.py +2 -2
  137. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentoptions.py +3 -3
  138. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicedefinition.py +9 -1
  139. gr4vy-1.7.14/src/gr4vy/models/paymentservicestatus.py +15 -0
  140. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/payoutcategory.py +1 -1
  141. gr4vy-1.0.5/src/gr4vy/models/connectionoptions.py → gr4vy-1.7.14/src/gr4vy/models/payoutconnectionoptions.py +5 -9
  142. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/payoutcreate.py +6 -3
  143. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/payoutstatus.py +7 -1
  144. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/payoutsummary.py +11 -8
  145. gr4vy-1.7.14/src/gr4vy/models/paypaloptions.py +53 -0
  146. gr4vy-1.7.14/src/gr4vy/models/paypalshippingoptions.py +51 -0
  147. gr4vy-1.7.14/src/gr4vy/models/paypalshippingoptionsitem.py +94 -0
  148. gr4vy-1.7.14/src/gr4vy/models/paypalshippingoptionsitemamount.py +20 -0
  149. gr4vy-1.7.14/src/gr4vy/models/plaidpaymentmethodcreate.py +106 -0
  150. gr4vy-1.7.14/src/gr4vy/models/powertranzoptions.py +49 -0
  151. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/redirectpaymentmethodcreate.py +3 -0
  152. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/refund.py +21 -0
  153. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/refundstatus.py +8 -1
  154. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/refundtargettype.py +5 -1
  155. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/reportcreate.py +6 -0
  156. gr4vy-1.7.14/src/gr4vy/models/reportcreatortype.py +14 -0
  157. gr4vy-1.7.14/src/gr4vy/models/reportexecutionstatus.py +17 -0
  158. gr4vy-1.7.14/src/gr4vy/models/reportexecutionurlgenerate.py +16 -0
  159. gr4vy-1.7.14/src/gr4vy/models/reportschedule.py +16 -0
  160. gr4vy-1.7.14/src/gr4vy/models/reportspecmodel.py +16 -0
  161. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/settlement.py +32 -32
  162. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/statementdescriptor.py +7 -0
  163. gr4vy-1.7.14/src/gr4vy/models/stripeconnectoptions.py +78 -0
  164. gr4vy-1.7.14/src/gr4vy/models/stripeoptions.py +52 -0
  165. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/taxidkind.py +1 -0
  166. gr4vy-1.7.14/src/gr4vy/models/threedsecuremethod.py +14 -0
  167. gr4vy-1.7.14/src/gr4vy/models/threedsecurestatus.py +17 -0
  168. gr4vy-1.0.5/src/gr4vy/models/transaction.py → gr4vy-1.7.14/src/gr4vy/models/transaction_output.py +88 -17
  169. gr4vy-1.0.5/src/gr4vy/models/transactionbuyer.py → gr4vy-1.7.14/src/gr4vy/models/transactionbuyer_output.py +2 -2
  170. gr4vy-1.7.14/src/gr4vy/models/transactioncancel.py +81 -0
  171. gr4vy-1.7.14/src/gr4vy/models/transactioncapture_output.py +81 -0
  172. gr4vy-1.0.5/src/gr4vy/models/transactioncapture.py → gr4vy-1.7.14/src/gr4vy/models/transactioncapturecreate.py +2 -2
  173. gr4vy-1.7.14/src/gr4vy/models/transactionconnectionoptions.py +442 -0
  174. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactioncreate.py +72 -3
  175. gr4vy-1.0.5/src/gr4vy/models/transactionevent.py → gr4vy-1.7.14/src/gr4vy/models/transactionevent_output.py +9 -2
  176. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactionevents.py +6 -3
  177. gr4vy-1.7.14/src/gr4vy/models/transactionintent.py +14 -0
  178. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactionintentoutcome.py +6 -1
  179. gr4vy-1.0.5/src/gr4vy/models/transactionpaymentmethod.py → gr4vy-1.7.14/src/gr4vy/models/transactionpaymentmethod_output.py +2 -2
  180. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactionpaymentsource.py +7 -1
  181. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactionsummaries.py +6 -3
  182. gr4vy-1.0.5/src/gr4vy/models/transactionsummary.py → gr4vy-1.7.14/src/gr4vy/models/transactionsummary_output.py +18 -10
  183. gr4vy-1.0.5/src/gr4vy/models/transactionthreedsecuresummary.py → gr4vy-1.7.14/src/gr4vy/models/transactionthreedsecuresummary_output.py +2 -2
  184. gr4vy-1.7.14/src/gr4vy/models/transactionupdate.py +61 -0
  185. gr4vy-1.7.14/src/gr4vy/models/transactionvoid_output.py +81 -0
  186. gr4vy-1.7.14/src/gr4vy/models/travelhubcustomdata.py +56 -0
  187. gr4vy-1.7.14/src/gr4vy/models/travelhuboptions.py +58 -0
  188. gr4vy-1.7.14/src/gr4vy/models/trustlyoptions.py +56 -0
  189. gr4vy-1.0.5/src/gr4vy/models/capture_transactionop.py → gr4vy-1.7.14/src/gr4vy/models/update_transactionop.py +8 -8
  190. gr4vy-1.7.14/src/gr4vy/models/userstatus.py +15 -0
  191. gr4vy-1.7.14/src/gr4vy/models/void_transactionop.py +100 -0
  192. gr4vy-1.7.14/src/gr4vy/models/voidstatus.py +16 -0
  193. gr4vy-1.7.14/src/gr4vy/models/wpayeverdaypayoptions.py +88 -0
  194. gr4vy-1.7.14/src/gr4vy/models/wpaypaytooptions.py +60 -0
  195. gr4vy-1.7.14/src/gr4vy/models/wpaypaytoresourceoptions.py +50 -0
  196. gr4vy-1.7.14/src/gr4vy/models/wpaypaytosimulationoptions.py +51 -0
  197. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/network_tokens_cryptogram.py +29 -28
  198. gr4vy-1.0.5/src/gr4vy/payment_links.py → gr4vy-1.7.14/src/gr4vy/payment_links_sdk.py +144 -123
  199. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/payment_methods_network_tokens.py +146 -141
  200. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/payment_methods_payment_service_tokens.py +83 -82
  201. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/payment_methods_sdk.py +121 -116
  202. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/payment_options_sdk.py +29 -28
  203. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/payment_service_definitions_sdk.py +89 -92
  204. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/payment_services_sdk.py +205 -204
  205. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/payouts.py +103 -98
  206. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/refunds_sdk.py +29 -28
  207. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/report_executions_sdk.py +31 -30
  208. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/reports_sdk.py +120 -119
  209. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/sdk.py +20 -7
  210. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/sessions.py +85 -84
  211. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/transactions.py +1006 -255
  212. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/transactions_refunds.py +90 -87
  213. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/transactions_settlements.py +57 -56
  214. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/__init__.py +18 -8
  215. gr4vy-1.7.14/src/gr4vy/utils/annotations.py +79 -0
  216. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/eventstreaming.py +10 -0
  217. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/serializers.py +1 -18
  218. gr4vy-1.7.14/src/gr4vy/utils/unmarshal_json_response.py +24 -0
  219. gr4vy-1.0.5/src/gr4vy/errors/gr4vyerror.py +0 -26
  220. gr4vy-1.0.5/src/gr4vy/models/approvaltarget.py +0 -8
  221. gr4vy-1.0.5/src/gr4vy/models/cardtype.py +0 -8
  222. gr4vy-1.0.5/src/gr4vy/models/createsessionstatus.py +0 -8
  223. gr4vy-1.0.5/src/gr4vy/models/paymentservicestatus.py +0 -8
  224. gr4vy-1.0.5/src/gr4vy/models/reportcreatortype.py +0 -8
  225. gr4vy-1.0.5/src/gr4vy/models/reportschedule.py +0 -8
  226. gr4vy-1.0.5/src/gr4vy/models/threedsecuremethod.py +0 -8
  227. gr4vy-1.0.5/src/gr4vy/models/transactionintent.py +0 -8
  228. gr4vy-1.0.5/src/gr4vy/models/userstatus.py +0 -8
  229. gr4vy-1.0.5/src/gr4vy/utils/annotations.py +0 -55
  230. {gr4vy-1.0.5 → gr4vy-1.7.14}/py.typed +0 -0
  231. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/__init__.py +0 -0
  232. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/_hooks/__init__.py +0 -0
  233. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/_hooks/sdkhooks.py +0 -0
  234. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/_hooks/types.py +0 -0
  235. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/accountupdaterinquirysummary.py +0 -0
  236. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/accountupdaterjob.py +0 -0
  237. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/accountupdaterjobcreate.py +0 -0
  238. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/add_buyer_shipping_detailsop.py +0 -0
  239. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/add_buyerop.py +0 -0
  240. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/add_payment_linkop.py +0 -0
  241. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/add_reportop.py +0 -0
  242. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/address.py +0 -0
  243. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/applepaypaymentmethodcreate.py +0 -0
  244. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/applepaysessionrequest.py +0 -0
  245. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/auditlogentryresource.py +0 -0
  246. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/auditlogentryuser.py +0 -0
  247. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/avsresponsecode.py +0 -0
  248. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/billingdetails_input.py +0 -0
  249. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/billingdetails_output.py +0 -0
  250. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/buyer.py +0 -0
  251. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/buyercreate.py +0 -0
  252. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/buyers.py +0 -0
  253. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/buyerupdate.py +0 -0
  254. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/cardpaymentmethodcreate.py +0 -0
  255. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/cardscheme.py +0 -0
  256. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/cardschemedefinition.py +0 -0
  257. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/cardschemedefinitions.py +0 -0
  258. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/cardwithurlpaymentmethodcreate.py +0 -0
  259. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/checkoutsessionpaymentmethodcreate.py +0 -0
  260. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/checkoutsessionpaymentmethoddetails.py +0 -0
  261. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/checkoutsessionwithurlpaymentmethodcreate.py +0 -0
  262. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/clicktopayfpanpaymentmethodcreate.py +0 -0
  263. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/clicktopaypaymentmethodcreate.py +0 -0
  264. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/clicktopaysession.py +0 -0
  265. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/clicktopaysessionrequest.py +0 -0
  266. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/configure_digital_walletop.py +0 -0
  267. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_account_updater_jobop.py +0 -0
  268. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_apple_pay_digital_wallet_sessionop.py +0 -0
  269. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_checkout_sessionop.py +0 -0
  270. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_full_transaction_refundop.py +0 -0
  271. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_gift_cardop.py +0 -0
  272. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_google_pay_digital_wallet_sessionop.py +0 -0
  273. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_method_network_token_cryptogramop.py +0 -0
  274. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_method_network_tokenop.py +0 -0
  275. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_method_payment_service_tokenop.py +0 -0
  276. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_service_definition_sessionop.py +0 -0
  277. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_service_sessionop.py +0 -0
  278. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_payment_serviceop.py +0 -0
  279. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_payoutop.py +0 -0
  280. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_transaction_refundop.py +0 -0
  281. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/create_transactionop.py +0 -0
  282. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/createsession.py +0 -0
  283. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/creator.py +0 -0
  284. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/cryptogram.py +0 -0
  285. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/cryptogramcreate.py +0 -0
  286. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/definitionfield.py +0 -0
  287. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/delete_buyer_shipping_detailsop.py +0 -0
  288. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/delete_buyerop.py +0 -0
  289. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/delete_checkout_sessionop.py +0 -0
  290. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/delete_digital_walletop.py +0 -0
  291. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/delete_gift_cardop.py +0 -0
  292. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/delete_payment_method_network_tokenop.py +0 -0
  293. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/delete_payment_method_payment_service_tokenop.py +0 -0
  294. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/delete_payment_methodop.py +0 -0
  295. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/delete_payment_serviceop.py +0 -0
  296. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/detailedsettlementreportspec.py +0 -0
  297. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/digitalwallet.py +0 -0
  298. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/digitalwalletcreate.py +0 -0
  299. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/digitalwalletdomain.py +0 -0
  300. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/digitalwallets.py +0 -0
  301. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/digitalwalletupdate.py +0 -0
  302. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/errordetail.py +0 -0
  303. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/expire_payment_linkop.py +0 -0
  304. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/field.py +0 -0
  305. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_buyer_shipping_detailsop.py +0 -0
  306. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_buyerop.py +0 -0
  307. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_checkout_sessionop.py +0 -0
  308. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_digital_walletop.py +0 -0
  309. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_gift_cardop.py +0 -0
  310. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_merchant_accountop.py +0 -0
  311. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_payment_linkop.py +0 -0
  312. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_payment_methodop.py +0 -0
  313. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_payment_service_definitionop.py +0 -0
  314. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_payment_serviceop.py +0 -0
  315. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_payoutop.py +0 -0
  316. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_refundop.py +0 -0
  317. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_report_executionop.py +0 -0
  318. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_reportop.py +0 -0
  319. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_transaction_refundop.py +0 -0
  320. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_transaction_settlementop.py +0 -0
  321. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/get_transactionop.py +0 -0
  322. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcard.py +0 -0
  323. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardbalancerequest.py +0 -0
  324. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardcreate.py +0 -0
  325. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardredemption.py +0 -0
  326. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardrequest.py +0 -0
  327. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcards.py +0 -0
  328. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardservice.py +0 -0
  329. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardstoredrequest.py +0 -0
  330. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardsummaries.py +0 -0
  331. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardsummary.py +0 -0
  332. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardtokentransactioncreate.py +0 -0
  333. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/giftcardtransactioncreate.py +0 -0
  334. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/googlepayassurancedetails.py +0 -0
  335. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/googlepayfpanpaymentmethodcreate.py +0 -0
  336. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/googlepaypaymentmethodcreate.py +0 -0
  337. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/googlepaypaymentoptioncontext.py +0 -0
  338. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/googlepaysession.py +0 -0
  339. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/googlepaysessionrequest.py +0 -0
  340. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/guestbuyer_input.py +0 -0
  341. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/guestbuyer_output.py +0 -0
  342. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/internal/globals.py +0 -0
  343. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_all_report_executionsop.py +0 -0
  344. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_audit_logsop.py +0 -0
  345. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_buyer_gift_cardsop.py +0 -0
  346. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_buyer_shipping_detailsop.py +0 -0
  347. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_buyersop.py +0 -0
  348. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_card_scheme_definitionsop.py +0 -0
  349. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_digital_walletsop.py +0 -0
  350. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_gift_card_balancesop.py +0 -0
  351. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_gift_cardsop.py +0 -0
  352. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_merchant_accountsop.py +0 -0
  353. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_method_network_tokensop.py +0 -0
  354. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_method_payment_service_tokensop.py +0 -0
  355. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_methodsop.py +0 -0
  356. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_optionsop.py +0 -0
  357. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_service_definitionsop.py +0 -0
  358. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_payment_servicesop.py +0 -0
  359. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_payoutsop.py +0 -0
  360. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_report_executionsop.py +0 -0
  361. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_reportsop.py +0 -0
  362. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_transaction_eventsop.py +0 -0
  363. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_transaction_refundsop.py +0 -0
  364. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/list_transaction_settlementsop.py +0 -0
  365. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/merchantaccounts.py +0 -0
  366. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/networktoken.py +0 -0
  367. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/networktokencreate.py +0 -0
  368. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/networktokens.py +0 -0
  369. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethod.py +0 -0
  370. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethodcard.py +0 -0
  371. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethoddetailscard.py +0 -0
  372. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethods.py +0 -0
  373. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentmethodstoredcard.py +0 -0
  374. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentoptioncontext.py +0 -0
  375. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentoptioncontextapprovalui.py +0 -0
  376. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentoptionrequest.py +0 -0
  377. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentservice.py +0 -0
  378. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentserviceconfiguration.py +0 -0
  379. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicecreate.py +0 -0
  380. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicedefinitions.py +0 -0
  381. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentservices.py +0 -0
  382. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicetoken.py +0 -0
  383. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicetokencreate.py +0 -0
  384. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentservicetokens.py +0 -0
  385. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/paymentserviceupdate.py +0 -0
  386. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/payoutmerchant.py +0 -0
  387. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/payoutmerchantsummary.py +0 -0
  388. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/payoutpaymentservice.py +0 -0
  389. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/payoutsummaries.py +0 -0
  390. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/producttype.py +0 -0
  391. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/recipient.py +0 -0
  392. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/refunds.py +0 -0
  393. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/register_digital_wallet_domainop.py +0 -0
  394. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/report.py +0 -0
  395. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/reportexecution.py +0 -0
  396. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/reportexecutioncontext.py +0 -0
  397. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/reportexecutions.py +0 -0
  398. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/reportexecutionsummary.py +0 -0
  399. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/reportexecutionurl.py +0 -0
  400. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/reports.py +0 -0
  401. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/reportspec.py +0 -0
  402. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/reportsummary.py +0 -0
  403. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/reportupdate.py +0 -0
  404. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/requiredcheckoutfields.py +0 -0
  405. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/resume_payment_method_network_tokenop.py +0 -0
  406. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/security.py +0 -0
  407. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/settlements.py +0 -0
  408. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/shippingdetails.py +0 -0
  409. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/shippingdetailscreate.py +0 -0
  410. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/shippingdetailslist.py +0 -0
  411. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/shippingdetailsupdate.py +0 -0
  412. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/suspend_payment_method_network_tokenop.py +0 -0
  413. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/sync_transactionop.py +0 -0
  414. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/taxid.py +0 -0
  415. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/threedsecuredatav1.py +0 -0
  416. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/threedsecuredatav2.py +0 -0
  417. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/threedsecureerror.py +0 -0
  418. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/threedsecurev2.py +0 -0
  419. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/tokenpaymentmethodcreate.py +0 -0
  420. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactiongiftcard.py +0 -0
  421. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactionpaymentservice.py +0 -0
  422. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactionrefundallcreate.py +0 -0
  423. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactionrefundcreate.py +0 -0
  424. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactionretriesreportspec.py +0 -0
  425. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactionsreportspec.py +0 -0
  426. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/transactionstatus.py +0 -0
  427. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/unregister_digital_wallet_domainop.py +0 -0
  428. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/update_buyer_shipping_detailsop.py +0 -0
  429. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/update_buyerop.py +0 -0
  430. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/update_checkout_sessionop.py +0 -0
  431. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/update_digital_walletop.py +0 -0
  432. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/update_merchant_accountop.py +0 -0
  433. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/update_payment_serviceop.py +0 -0
  434. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/update_reportop.py +0 -0
  435. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/validationerror.py +0 -0
  436. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/verify_payment_service_credentialsop.py +0 -0
  437. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/verifycredentials.py +0 -0
  438. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/voidablefield.py +0 -0
  439. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/models/walletpaymentoptioncontext.py +0 -0
  440. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/py.typed +0 -0
  441. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/sdkconfiguration.py +0 -0
  442. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/types/__init__.py +0 -0
  443. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/types/basemodel.py +0 -0
  444. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/datetimes.py +0 -0
  445. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/enums.py +0 -0
  446. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/forms.py +0 -0
  447. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/headers.py +0 -0
  448. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/logger.py +0 -0
  449. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/metadata.py +0 -0
  450. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/queryparams.py +0 -0
  451. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/requestbodies.py +0 -0
  452. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/retries.py +0 -0
  453. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/security.py +0 -0
  454. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/url.py +0 -0
  455. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/utils/values.py +0 -0
  456. {gr4vy-1.0.5 → gr4vy-1.7.14}/src/gr4vy/webhooks.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: gr4vy
3
- Version: 1.0.5
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
@@ -9,8 +9,9 @@ Classifier: Programming Language :: Python :: 3.10
9
9
  Classifier: Programming Language :: Python :: 3.11
10
10
  Classifier: Programming Language :: Python :: 3.12
11
11
  Classifier: Programming Language :: Python :: 3.13
12
+ Classifier: Programming Language :: Python :: 3.14
12
13
  Requires-Dist: PyJWT (>=2.10.1,<3.0.0)
13
- Requires-Dist: cryptography (>=43.0.0,<44.0.0)
14
+ Requires-Dist: cryptography (>=45.0.7,<46.0.0)
14
15
  Requires-Dist: httpcore (>=1.0.9)
15
16
  Requires-Dist: httpx (>=0.28.1)
16
17
  Requires-Dist: jsonpath-python (>=1.0.6)
@@ -80,7 +81,15 @@ This SDK is designed to simplify development, reduce boilerplate code, and help
80
81
  >
81
82
  > Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
82
83
 
83
- The SDK can be installed with either *pip* or *poetry* package managers.
84
+ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
85
+
86
+ ### uv
87
+
88
+ *uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
89
+
90
+ ```bash
91
+ uv add gr4vy
92
+ ```
84
93
 
85
94
  ### PIP
86
95
 
@@ -311,9 +320,6 @@ except ValueError as error:
311
320
  <details open>
312
321
  <summary>Available methods</summary>
313
322
 
314
- ### [account_updater](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/accountupdater/README.md)
315
-
316
-
317
323
  #### [account_updater.jobs](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/jobs/README.md)
318
324
 
319
325
  * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/jobs/README.md#create) - Create account updater job
@@ -387,7 +393,6 @@ except ValueError as error:
387
393
 
388
394
  * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/balances/README.md#list) - List gift card balances
389
395
 
390
-
391
396
  ### [merchant_accounts](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/merchantaccountssdk/README.md)
392
397
 
393
398
  * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/merchantaccountssdk/README.md#list) - List all merchant accounts
@@ -395,12 +400,12 @@ except ValueError as error:
395
400
  * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/merchantaccountssdk/README.md#get) - Get a merchant account
396
401
  * [update](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/merchantaccountssdk/README.md#update) - Update a merchant account
397
402
 
398
- ### [payment_links](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinks/README.md)
403
+ ### [payment_links](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinkssdk/README.md)
399
404
 
400
- * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinks/README.md#create) - Add a payment link
401
- * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinks/README.md#list) - List all payment links
402
- * [expire](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinks/README.md#expire) - Expire a payment link
403
- * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinks/README.md#get) - Get payment link
405
+ * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinkssdk/README.md#create) - Add a payment link
406
+ * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinkssdk/README.md#list) - List all payment links
407
+ * [expire](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinkssdk/README.md#expire) - Expire a payment link
408
+ * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinkssdk/README.md#get) - Get payment link
404
409
 
405
410
  ### [payment_methods](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentmethodssdk/README.md)
406
411
 
@@ -435,7 +440,7 @@ except ValueError as error:
435
440
 
436
441
  * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicedefinitionssdk/README.md#list) - List payment service definitions
437
442
  * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicedefinitionssdk/README.md#get) - Get a payment service definition
438
- * [session](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicedefinitionssdk/README.md#session) - Create a session for apayment service definition
443
+ * [session](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicedefinitionssdk/README.md#session) - Create a session for a payment service definition
439
444
 
440
445
  ### [payment_services](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md)
441
446
 
@@ -445,13 +450,13 @@ except ValueError as error:
445
450
  * [update](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md#update) - Configure a payment service
446
451
  * [delete](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md#delete) - Delete a configured payment service
447
452
  * [verify](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md#verify) - Verify payment service credentials
448
- * [session](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md#session) - Create a session for apayment service definition
453
+ * [session](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md#session) - Create a session for a payment service definition
449
454
 
450
455
  ### [payouts](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md)
451
456
 
452
- * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#list) - List payouts created.
453
- * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#create) - Create a payout.
454
- * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#get) - Get a payout.
457
+ * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#list) - List payouts created
458
+ * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#create) - Create a payout
459
+ * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#get) - Get a payout
455
460
 
456
461
  ### [refunds](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/refundssdk/README.md)
457
462
 
@@ -479,8 +484,10 @@ except ValueError as error:
479
484
  * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#list) - List transactions
480
485
  * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#create) - Create transaction
481
486
  * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#get) - Get transaction
487
+ * [update](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#update) - Manually update a transaction
482
488
  * [capture](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#capture) - Capture transaction
483
489
  * [void](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#void) - Void transaction
490
+ * [cancel](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#cancel) - Cancel transaction
484
491
  * [sync](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#sync) - Sync transaction
485
492
 
486
493
  #### [transactions.events](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/events/README.md)
@@ -742,8 +749,8 @@ import os
742
749
 
743
750
 
744
751
  with Gr4vy(
745
- server="production",
746
- id="<id>"
752
+ server="sandbox",
753
+ id="example",
747
754
  merchant_account_id="default",
748
755
  bearer_auth=os.getenv("GR4VY_BEARER_AUTH", ""),
749
756
  ) as g_client:
@@ -59,7 +59,15 @@ This SDK is designed to simplify development, reduce boilerplate code, and help
59
59
  >
60
60
  > Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
61
61
 
62
- The SDK can be installed with either *pip* or *poetry* package managers.
62
+ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
63
+
64
+ ### uv
65
+
66
+ *uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
67
+
68
+ ```bash
69
+ uv add gr4vy
70
+ ```
63
71
 
64
72
  ### PIP
65
73
 
@@ -290,9 +298,6 @@ except ValueError as error:
290
298
  <details open>
291
299
  <summary>Available methods</summary>
292
300
 
293
- ### [account_updater](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/accountupdater/README.md)
294
-
295
-
296
301
  #### [account_updater.jobs](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/jobs/README.md)
297
302
 
298
303
  * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/jobs/README.md#create) - Create account updater job
@@ -366,7 +371,6 @@ except ValueError as error:
366
371
 
367
372
  * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/balances/README.md#list) - List gift card balances
368
373
 
369
-
370
374
  ### [merchant_accounts](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/merchantaccountssdk/README.md)
371
375
 
372
376
  * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/merchantaccountssdk/README.md#list) - List all merchant accounts
@@ -374,12 +378,12 @@ except ValueError as error:
374
378
  * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/merchantaccountssdk/README.md#get) - Get a merchant account
375
379
  * [update](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/merchantaccountssdk/README.md#update) - Update a merchant account
376
380
 
377
- ### [payment_links](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinks/README.md)
381
+ ### [payment_links](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinkssdk/README.md)
378
382
 
379
- * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinks/README.md#create) - Add a payment link
380
- * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinks/README.md#list) - List all payment links
381
- * [expire](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinks/README.md#expire) - Expire a payment link
382
- * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinks/README.md#get) - Get payment link
383
+ * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinkssdk/README.md#create) - Add a payment link
384
+ * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinkssdk/README.md#list) - List all payment links
385
+ * [expire](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinkssdk/README.md#expire) - Expire a payment link
386
+ * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentlinkssdk/README.md#get) - Get payment link
383
387
 
384
388
  ### [payment_methods](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentmethodssdk/README.md)
385
389
 
@@ -414,7 +418,7 @@ except ValueError as error:
414
418
 
415
419
  * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicedefinitionssdk/README.md#list) - List payment service definitions
416
420
  * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicedefinitionssdk/README.md#get) - Get a payment service definition
417
- * [session](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicedefinitionssdk/README.md#session) - Create a session for apayment service definition
421
+ * [session](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicedefinitionssdk/README.md#session) - Create a session for a payment service definition
418
422
 
419
423
  ### [payment_services](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md)
420
424
 
@@ -424,13 +428,13 @@ except ValueError as error:
424
428
  * [update](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md#update) - Configure a payment service
425
429
  * [delete](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md#delete) - Delete a configured payment service
426
430
  * [verify](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md#verify) - Verify payment service credentials
427
- * [session](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md#session) - Create a session for apayment service definition
431
+ * [session](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/paymentservicessdk/README.md#session) - Create a session for a payment service definition
428
432
 
429
433
  ### [payouts](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md)
430
434
 
431
- * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#list) - List payouts created.
432
- * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#create) - Create a payout.
433
- * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#get) - Get a payout.
435
+ * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#list) - List payouts created
436
+ * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#create) - Create a payout
437
+ * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/payouts/README.md#get) - Get a payout
434
438
 
435
439
  ### [refunds](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/refundssdk/README.md)
436
440
 
@@ -458,8 +462,10 @@ except ValueError as error:
458
462
  * [list](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#list) - List transactions
459
463
  * [create](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#create) - Create transaction
460
464
  * [get](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#get) - Get transaction
465
+ * [update](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#update) - Manually update a transaction
461
466
  * [capture](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#capture) - Capture transaction
462
467
  * [void](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#void) - Void transaction
468
+ * [cancel](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#cancel) - Cancel transaction
463
469
  * [sync](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/transactions/README.md#sync) - Sync transaction
464
470
 
465
471
  #### [transactions.events](https://github.com/gr4vy/gr4vy-python/blob/master/docs/sdks/events/README.md)
@@ -721,8 +727,8 @@ import os
721
727
 
722
728
 
723
729
  with Gr4vy(
724
- server="production",
725
- id="<id>"
730
+ server="sandbox",
731
+ id="example",
726
732
  merchant_account_id="default",
727
733
  bearer_auth=os.getenv("GR4VY_BEARER_AUTH", ""),
728
734
  ) as g_client:
@@ -1,13 +1,14 @@
1
+
1
2
  [project]
2
3
  name = "gr4vy"
3
- version = "1.0.5"
4
+ version = "1.7.14"
4
5
  description = "Python Client SDK Generated by Speakeasy."
5
6
  authors = [{ name = "Gr4vy" },]
6
7
  readme = "README-PYPI.md"
7
8
  requires-python = ">=3.9.2"
8
9
  dependencies = [
9
10
  "PyJWT (>=2.10.1,<3.0.0)",
10
- "cryptography (>=43.0.0,<44.0.0)",
11
+ "cryptography (>=45.0.7,<46.0.0)",
11
12
  "httpcore >=1.0.9",
12
13
  "httpx >=0.28.1",
13
14
  "jsonpath-python >=1.0.6",
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "gr4vy"
6
- __version__: str = "1.0.5"
6
+ __version__: str = "1.7.14"
7
7
  __openapi_doc_version__: str = "1.0.0"
8
- __gen_version__: str = "2.648.5"
9
- __user_agent__: str = "speakeasy-sdk/python 1.0.5 2.648.5 1.0.0 gr4vy"
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:
@@ -3,15 +3,18 @@
3
3
  from .basesdk import BaseSDK
4
4
  from .sdkconfiguration import SDKConfiguration
5
5
  from gr4vy.jobs import Jobs
6
+ from typing import Optional
6
7
 
7
8
 
8
9
  class AccountUpdater(BaseSDK):
9
10
  jobs: Jobs
10
11
 
11
- def __init__(self, sdk_config: SDKConfiguration) -> None:
12
- BaseSDK.__init__(self, sdk_config)
12
+ def __init__(
13
+ self, sdk_config: SDKConfiguration, parent_ref: Optional[object] = None
14
+ ) -> None:
15
+ BaseSDK.__init__(self, sdk_config, parent_ref=parent_ref)
13
16
  self.sdk_configuration = sdk_config
14
17
  self._init_sdks()
15
18
 
16
19
  def _init_sdks(self):
17
- self.jobs = Jobs(self.sdk_configuration)
20
+ self.jobs = Jobs(self.sdk_configuration, parent_ref=self.parent_ref)
@@ -5,6 +5,7 @@ from gr4vy import errors, models, utils
5
5
  from gr4vy._hooks import HookContext
6
6
  from gr4vy.types import OptionalNullable, UNSET
7
7
  from gr4vy.utils import get_security_from_env
8
+ from gr4vy.utils.unmarshal_json_response import unmarshal_json_response
8
9
  from typing import Any, Mapping, Optional
9
10
 
10
11
 
@@ -92,7 +93,7 @@ class All(BaseSDK):
92
93
  config=self.sdk_configuration,
93
94
  base_url=base_url or "",
94
95
  operation_id="create_full_transaction_refund",
95
- oauth2_scopes=[],
96
+ oauth2_scopes=None,
96
97
  security_source=get_security_from_env(
97
98
  self.sdk_configuration.security, models.Security
98
99
  ),
@@ -119,44 +120,44 @@ class All(BaseSDK):
119
120
 
120
121
  response_data: Any = None
121
122
  if utils.match_response(http_res, "201", "application/json"):
122
- return utils.unmarshal_json_response(models.Refunds, http_res)
123
+ return unmarshal_json_response(models.Refunds, http_res)
123
124
  if utils.match_response(http_res, "400", "application/json"):
124
- response_data = utils.unmarshal_json_response(errors.Error400Data, http_res)
125
+ response_data = unmarshal_json_response(errors.Error400Data, http_res)
125
126
  raise errors.Error400(response_data, http_res)
126
127
  if utils.match_response(http_res, "401", "application/json"):
127
- response_data = utils.unmarshal_json_response(errors.Error401Data, http_res)
128
+ response_data = unmarshal_json_response(errors.Error401Data, http_res)
128
129
  raise errors.Error401(response_data, http_res)
129
130
  if utils.match_response(http_res, "403", "application/json"):
130
- response_data = utils.unmarshal_json_response(errors.Error403Data, http_res)
131
+ response_data = unmarshal_json_response(errors.Error403Data, http_res)
131
132
  raise errors.Error403(response_data, http_res)
132
133
  if utils.match_response(http_res, "404", "application/json"):
133
- response_data = utils.unmarshal_json_response(errors.Error404Data, http_res)
134
+ response_data = unmarshal_json_response(errors.Error404Data, http_res)
134
135
  raise errors.Error404(response_data, http_res)
135
136
  if utils.match_response(http_res, "405", "application/json"):
136
- response_data = utils.unmarshal_json_response(errors.Error405Data, http_res)
137
+ response_data = unmarshal_json_response(errors.Error405Data, http_res)
137
138
  raise errors.Error405(response_data, http_res)
138
139
  if utils.match_response(http_res, "409", "application/json"):
139
- response_data = utils.unmarshal_json_response(errors.Error409Data, http_res)
140
+ response_data = unmarshal_json_response(errors.Error409Data, http_res)
140
141
  raise errors.Error409(response_data, http_res)
141
142
  if utils.match_response(http_res, "422", "application/json"):
142
- response_data = utils.unmarshal_json_response(
143
+ response_data = unmarshal_json_response(
143
144
  errors.HTTPValidationErrorData, http_res
144
145
  )
145
146
  raise errors.HTTPValidationError(response_data, http_res)
146
147
  if utils.match_response(http_res, "425", "application/json"):
147
- response_data = utils.unmarshal_json_response(errors.Error425Data, http_res)
148
+ response_data = unmarshal_json_response(errors.Error425Data, http_res)
148
149
  raise errors.Error425(response_data, http_res)
149
150
  if utils.match_response(http_res, "429", "application/json"):
150
- response_data = utils.unmarshal_json_response(errors.Error429Data, http_res)
151
+ response_data = unmarshal_json_response(errors.Error429Data, http_res)
151
152
  raise errors.Error429(response_data, http_res)
152
153
  if utils.match_response(http_res, "500", "application/json"):
153
- response_data = utils.unmarshal_json_response(errors.Error500Data, http_res)
154
+ response_data = unmarshal_json_response(errors.Error500Data, http_res)
154
155
  raise errors.Error500(response_data, http_res)
155
156
  if utils.match_response(http_res, "502", "application/json"):
156
- response_data = utils.unmarshal_json_response(errors.Error502Data, http_res)
157
+ response_data = unmarshal_json_response(errors.Error502Data, http_res)
157
158
  raise errors.Error502(response_data, http_res)
158
159
  if utils.match_response(http_res, "504", "application/json"):
159
- response_data = utils.unmarshal_json_response(errors.Error504Data, http_res)
160
+ response_data = unmarshal_json_response(errors.Error504Data, http_res)
160
161
  raise errors.Error504(response_data, http_res)
161
162
  if utils.match_response(http_res, "4XX", "*"):
162
163
  http_res_text = utils.stream_to_text(http_res)
@@ -250,7 +251,7 @@ class All(BaseSDK):
250
251
  config=self.sdk_configuration,
251
252
  base_url=base_url or "",
252
253
  operation_id="create_full_transaction_refund",
253
- oauth2_scopes=[],
254
+ oauth2_scopes=None,
254
255
  security_source=get_security_from_env(
255
256
  self.sdk_configuration.security, models.Security
256
257
  ),
@@ -277,44 +278,44 @@ class All(BaseSDK):
277
278
 
278
279
  response_data: Any = None
279
280
  if utils.match_response(http_res, "201", "application/json"):
280
- return utils.unmarshal_json_response(models.Refunds, http_res)
281
+ return unmarshal_json_response(models.Refunds, http_res)
281
282
  if utils.match_response(http_res, "400", "application/json"):
282
- response_data = utils.unmarshal_json_response(errors.Error400Data, http_res)
283
+ response_data = unmarshal_json_response(errors.Error400Data, http_res)
283
284
  raise errors.Error400(response_data, http_res)
284
285
  if utils.match_response(http_res, "401", "application/json"):
285
- response_data = utils.unmarshal_json_response(errors.Error401Data, http_res)
286
+ response_data = unmarshal_json_response(errors.Error401Data, http_res)
286
287
  raise errors.Error401(response_data, http_res)
287
288
  if utils.match_response(http_res, "403", "application/json"):
288
- response_data = utils.unmarshal_json_response(errors.Error403Data, http_res)
289
+ response_data = unmarshal_json_response(errors.Error403Data, http_res)
289
290
  raise errors.Error403(response_data, http_res)
290
291
  if utils.match_response(http_res, "404", "application/json"):
291
- response_data = utils.unmarshal_json_response(errors.Error404Data, http_res)
292
+ response_data = unmarshal_json_response(errors.Error404Data, http_res)
292
293
  raise errors.Error404(response_data, http_res)
293
294
  if utils.match_response(http_res, "405", "application/json"):
294
- response_data = utils.unmarshal_json_response(errors.Error405Data, http_res)
295
+ response_data = unmarshal_json_response(errors.Error405Data, http_res)
295
296
  raise errors.Error405(response_data, http_res)
296
297
  if utils.match_response(http_res, "409", "application/json"):
297
- response_data = utils.unmarshal_json_response(errors.Error409Data, http_res)
298
+ response_data = unmarshal_json_response(errors.Error409Data, http_res)
298
299
  raise errors.Error409(response_data, http_res)
299
300
  if utils.match_response(http_res, "422", "application/json"):
300
- response_data = utils.unmarshal_json_response(
301
+ response_data = unmarshal_json_response(
301
302
  errors.HTTPValidationErrorData, http_res
302
303
  )
303
304
  raise errors.HTTPValidationError(response_data, http_res)
304
305
  if utils.match_response(http_res, "425", "application/json"):
305
- response_data = utils.unmarshal_json_response(errors.Error425Data, http_res)
306
+ response_data = unmarshal_json_response(errors.Error425Data, http_res)
306
307
  raise errors.Error425(response_data, http_res)
307
308
  if utils.match_response(http_res, "429", "application/json"):
308
- response_data = utils.unmarshal_json_response(errors.Error429Data, http_res)
309
+ response_data = unmarshal_json_response(errors.Error429Data, http_res)
309
310
  raise errors.Error429(response_data, http_res)
310
311
  if utils.match_response(http_res, "500", "application/json"):
311
- response_data = utils.unmarshal_json_response(errors.Error500Data, http_res)
312
+ response_data = unmarshal_json_response(errors.Error500Data, http_res)
312
313
  raise errors.Error500(response_data, http_res)
313
314
  if utils.match_response(http_res, "502", "application/json"):
314
- response_data = utils.unmarshal_json_response(errors.Error502Data, http_res)
315
+ response_data = unmarshal_json_response(errors.Error502Data, http_res)
315
316
  raise errors.Error502(response_data, http_res)
316
317
  if utils.match_response(http_res, "504", "application/json"):
317
- response_data = utils.unmarshal_json_response(errors.Error504Data, http_res)
318
+ response_data = unmarshal_json_response(errors.Error504Data, http_res)
318
319
  raise errors.Error504(response_data, http_res)
319
320
  if utils.match_response(http_res, "4XX", "*"):
320
321
  http_res_text = await utils.stream_to_text_async(http_res)
@@ -5,6 +5,7 @@ from gr4vy import errors, models, utils
5
5
  from gr4vy._hooks import HookContext
6
6
  from gr4vy.types import OptionalNullable, UNSET
7
7
  from gr4vy.utils import get_security_from_env
8
+ from gr4vy.utils.unmarshal_json_response import unmarshal_json_response
8
9
  from jsonpath import JSONPath
9
10
  from typing import Any, Dict, List, Mapping, Optional, Union
10
11
 
@@ -94,7 +95,7 @@ class AuditLogs(BaseSDK):
94
95
  config=self.sdk_configuration,
95
96
  base_url=base_url or "",
96
97
  operation_id="list_audit_logs",
97
- oauth2_scopes=[],
98
+ oauth2_scopes=None,
98
99
  security_source=get_security_from_env(
99
100
  self.sdk_configuration.security, models.Security
100
101
  ),
@@ -127,7 +128,7 @@ class AuditLogs(BaseSDK):
127
128
  return None
128
129
 
129
130
  next_cursor = next_cursor[0]
130
- if next_cursor is None:
131
+ if next_cursor is None or str(next_cursor).strip() == "":
131
132
  return None
132
133
 
133
134
  return self.list(
@@ -143,46 +144,46 @@ class AuditLogs(BaseSDK):
143
144
  response_data: Any = None
144
145
  if utils.match_response(http_res, "200", "application/json"):
145
146
  return models.ListAuditLogsResponse(
146
- result=utils.unmarshal_json_response(models.AuditLogEntries, http_res),
147
+ result=unmarshal_json_response(models.AuditLogEntries, http_res),
147
148
  next=next_func,
148
149
  )
149
150
  if utils.match_response(http_res, "400", "application/json"):
150
- response_data = utils.unmarshal_json_response(errors.Error400Data, http_res)
151
+ response_data = unmarshal_json_response(errors.Error400Data, http_res)
151
152
  raise errors.Error400(response_data, http_res)
152
153
  if utils.match_response(http_res, "401", "application/json"):
153
- response_data = utils.unmarshal_json_response(errors.Error401Data, http_res)
154
+ response_data = unmarshal_json_response(errors.Error401Data, http_res)
154
155
  raise errors.Error401(response_data, http_res)
155
156
  if utils.match_response(http_res, "403", "application/json"):
156
- response_data = utils.unmarshal_json_response(errors.Error403Data, http_res)
157
+ response_data = unmarshal_json_response(errors.Error403Data, http_res)
157
158
  raise errors.Error403(response_data, http_res)
158
159
  if utils.match_response(http_res, "404", "application/json"):
159
- response_data = utils.unmarshal_json_response(errors.Error404Data, http_res)
160
+ response_data = unmarshal_json_response(errors.Error404Data, http_res)
160
161
  raise errors.Error404(response_data, http_res)
161
162
  if utils.match_response(http_res, "405", "application/json"):
162
- response_data = utils.unmarshal_json_response(errors.Error405Data, http_res)
163
+ response_data = unmarshal_json_response(errors.Error405Data, http_res)
163
164
  raise errors.Error405(response_data, http_res)
164
165
  if utils.match_response(http_res, "409", "application/json"):
165
- response_data = utils.unmarshal_json_response(errors.Error409Data, http_res)
166
+ response_data = unmarshal_json_response(errors.Error409Data, http_res)
166
167
  raise errors.Error409(response_data, http_res)
167
168
  if utils.match_response(http_res, "422", "application/json"):
168
- response_data = utils.unmarshal_json_response(
169
+ response_data = unmarshal_json_response(
169
170
  errors.HTTPValidationErrorData, http_res
170
171
  )
171
172
  raise errors.HTTPValidationError(response_data, http_res)
172
173
  if utils.match_response(http_res, "425", "application/json"):
173
- response_data = utils.unmarshal_json_response(errors.Error425Data, http_res)
174
+ response_data = unmarshal_json_response(errors.Error425Data, http_res)
174
175
  raise errors.Error425(response_data, http_res)
175
176
  if utils.match_response(http_res, "429", "application/json"):
176
- response_data = utils.unmarshal_json_response(errors.Error429Data, http_res)
177
+ response_data = unmarshal_json_response(errors.Error429Data, http_res)
177
178
  raise errors.Error429(response_data, http_res)
178
179
  if utils.match_response(http_res, "500", "application/json"):
179
- response_data = utils.unmarshal_json_response(errors.Error500Data, http_res)
180
+ response_data = unmarshal_json_response(errors.Error500Data, http_res)
180
181
  raise errors.Error500(response_data, http_res)
181
182
  if utils.match_response(http_res, "502", "application/json"):
182
- response_data = utils.unmarshal_json_response(errors.Error502Data, http_res)
183
+ response_data = unmarshal_json_response(errors.Error502Data, http_res)
183
184
  raise errors.Error502(response_data, http_res)
184
185
  if utils.match_response(http_res, "504", "application/json"):
185
- response_data = utils.unmarshal_json_response(errors.Error504Data, http_res)
186
+ response_data = unmarshal_json_response(errors.Error504Data, http_res)
186
187
  raise errors.Error504(response_data, http_res)
187
188
  if utils.match_response(http_res, "4XX", "*"):
188
189
  http_res_text = utils.stream_to_text(http_res)
@@ -277,7 +278,7 @@ class AuditLogs(BaseSDK):
277
278
  config=self.sdk_configuration,
278
279
  base_url=base_url or "",
279
280
  operation_id="list_audit_logs",
280
- oauth2_scopes=[],
281
+ oauth2_scopes=None,
281
282
  security_source=get_security_from_env(
282
283
  self.sdk_configuration.security, models.Security
283
284
  ),
@@ -310,7 +311,7 @@ class AuditLogs(BaseSDK):
310
311
  return None
311
312
 
312
313
  next_cursor = next_cursor[0]
313
- if next_cursor is None:
314
+ if next_cursor is None or str(next_cursor).strip() == "":
314
315
  return None
315
316
 
316
317
  return self.list(
@@ -326,46 +327,46 @@ class AuditLogs(BaseSDK):
326
327
  response_data: Any = None
327
328
  if utils.match_response(http_res, "200", "application/json"):
328
329
  return models.ListAuditLogsResponse(
329
- result=utils.unmarshal_json_response(models.AuditLogEntries, http_res),
330
+ result=unmarshal_json_response(models.AuditLogEntries, http_res),
330
331
  next=next_func,
331
332
  )
332
333
  if utils.match_response(http_res, "400", "application/json"):
333
- response_data = utils.unmarshal_json_response(errors.Error400Data, http_res)
334
+ response_data = unmarshal_json_response(errors.Error400Data, http_res)
334
335
  raise errors.Error400(response_data, http_res)
335
336
  if utils.match_response(http_res, "401", "application/json"):
336
- response_data = utils.unmarshal_json_response(errors.Error401Data, http_res)
337
+ response_data = unmarshal_json_response(errors.Error401Data, http_res)
337
338
  raise errors.Error401(response_data, http_res)
338
339
  if utils.match_response(http_res, "403", "application/json"):
339
- response_data = utils.unmarshal_json_response(errors.Error403Data, http_res)
340
+ response_data = unmarshal_json_response(errors.Error403Data, http_res)
340
341
  raise errors.Error403(response_data, http_res)
341
342
  if utils.match_response(http_res, "404", "application/json"):
342
- response_data = utils.unmarshal_json_response(errors.Error404Data, http_res)
343
+ response_data = unmarshal_json_response(errors.Error404Data, http_res)
343
344
  raise errors.Error404(response_data, http_res)
344
345
  if utils.match_response(http_res, "405", "application/json"):
345
- response_data = utils.unmarshal_json_response(errors.Error405Data, http_res)
346
+ response_data = unmarshal_json_response(errors.Error405Data, http_res)
346
347
  raise errors.Error405(response_data, http_res)
347
348
  if utils.match_response(http_res, "409", "application/json"):
348
- response_data = utils.unmarshal_json_response(errors.Error409Data, http_res)
349
+ response_data = unmarshal_json_response(errors.Error409Data, http_res)
349
350
  raise errors.Error409(response_data, http_res)
350
351
  if utils.match_response(http_res, "422", "application/json"):
351
- response_data = utils.unmarshal_json_response(
352
+ response_data = unmarshal_json_response(
352
353
  errors.HTTPValidationErrorData, http_res
353
354
  )
354
355
  raise errors.HTTPValidationError(response_data, http_res)
355
356
  if utils.match_response(http_res, "425", "application/json"):
356
- response_data = utils.unmarshal_json_response(errors.Error425Data, http_res)
357
+ response_data = unmarshal_json_response(errors.Error425Data, http_res)
357
358
  raise errors.Error425(response_data, http_res)
358
359
  if utils.match_response(http_res, "429", "application/json"):
359
- response_data = utils.unmarshal_json_response(errors.Error429Data, http_res)
360
+ response_data = unmarshal_json_response(errors.Error429Data, http_res)
360
361
  raise errors.Error429(response_data, http_res)
361
362
  if utils.match_response(http_res, "500", "application/json"):
362
- response_data = utils.unmarshal_json_response(errors.Error500Data, http_res)
363
+ response_data = unmarshal_json_response(errors.Error500Data, http_res)
363
364
  raise errors.Error500(response_data, http_res)
364
365
  if utils.match_response(http_res, "502", "application/json"):
365
- response_data = utils.unmarshal_json_response(errors.Error502Data, http_res)
366
+ response_data = unmarshal_json_response(errors.Error502Data, http_res)
366
367
  raise errors.Error502(response_data, http_res)
367
368
  if utils.match_response(http_res, "504", "application/json"):
368
- response_data = utils.unmarshal_json_response(errors.Error504Data, http_res)
369
+ response_data = unmarshal_json_response(errors.Error504Data, http_res)
369
370
  raise errors.Error504(response_data, http_res)
370
371
  if utils.match_response(http_res, "4XX", "*"):
371
372
  http_res_text = await utils.stream_to_text_async(http_res)