gr4vy 1.1.30__py3-none-any.whl → 1.1.32__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
gr4vy/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "gr4vy"
|
|
6
|
-
__version__: str = "1.1.
|
|
6
|
+
__version__: str = "1.1.32"
|
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 1.1.
|
|
8
|
+
__gen_version__: str = "2.686.7"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.1.32 2.686.7 1.0.0 gr4vy"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -15,6 +15,8 @@ class StripeConnectOptionsTypedDict(TypedDict):
|
|
|
15
15
|
r"""The Stripe Connect account to target using the `on_behalf_of` request parameter."""
|
|
16
16
|
transfer_data_destination: NotRequired[Nullable[str]]
|
|
17
17
|
r"""The Stripe Connect account to target using the `transfer_data.destination` request parameter."""
|
|
18
|
+
transfer_group: NotRequired[Nullable[str]]
|
|
19
|
+
r"""A string that identifies the payment as part of a group."""
|
|
18
20
|
|
|
19
21
|
|
|
20
22
|
class StripeConnectOptions(BaseModel):
|
|
@@ -30,6 +32,9 @@ class StripeConnectOptions(BaseModel):
|
|
|
30
32
|
transfer_data_destination: OptionalNullable[str] = UNSET
|
|
31
33
|
r"""The Stripe Connect account to target using the `transfer_data.destination` request parameter."""
|
|
32
34
|
|
|
35
|
+
transfer_group: OptionalNullable[str] = UNSET
|
|
36
|
+
r"""A string that identifies the payment as part of a group."""
|
|
37
|
+
|
|
33
38
|
@model_serializer(mode="wrap")
|
|
34
39
|
def serialize_model(self, handler):
|
|
35
40
|
optional_fields = [
|
|
@@ -37,12 +42,14 @@ class StripeConnectOptions(BaseModel):
|
|
|
37
42
|
"application_fee_amount",
|
|
38
43
|
"on_behalf_of",
|
|
39
44
|
"transfer_data_destination",
|
|
45
|
+
"transfer_group",
|
|
40
46
|
]
|
|
41
47
|
nullable_fields = [
|
|
42
48
|
"stripe_account",
|
|
43
49
|
"application_fee_amount",
|
|
44
50
|
"on_behalf_of",
|
|
45
51
|
"transfer_data_destination",
|
|
52
|
+
"transfer_group",
|
|
46
53
|
]
|
|
47
54
|
null_default_fields = []
|
|
48
55
|
|
gr4vy/models/transactionevent.py
CHANGED
|
@@ -48,6 +48,8 @@ Name = Union[
|
|
|
48
48
|
"payment-connector-response-transaction-void-failed",
|
|
49
49
|
"payment-connector-external-transaction-request",
|
|
50
50
|
"payment-connector-report-transaction-settled",
|
|
51
|
+
"payment-connector-report-chargeback-posted",
|
|
52
|
+
"payment-connector-report-chargeback-reversal-posted",
|
|
51
53
|
"digital-wallet-apple-pay-token-decrypted",
|
|
52
54
|
"digital-wallet-google-pay-token-decrypted",
|
|
53
55
|
"digital-wallet-click-to-pay-token-decrypted",
|
|
@@ -2,7 +2,7 @@ gr4vy/__init__.py,sha256=w2u919V3Tzv4zEPQ-OYJ79gQ_4_SyW7GOFFoHtqXDFA,401
|
|
|
2
2
|
gr4vy/_hooks/__init__.py,sha256=p5J13DeYuISQyQWirjJAObHIf2VtIlOtFqnIpvjjVwk,118
|
|
3
3
|
gr4vy/_hooks/sdkhooks.py,sha256=3jKTs2B1lcAxBMJge9C-qL0RGbKGLcrHvikzi67Tbdo,2493
|
|
4
4
|
gr4vy/_hooks/types.py,sha256=0O7dbbolkiFAnHkNULvwoLsiXJu0_Wmhev163bvZbW8,3039
|
|
5
|
-
gr4vy/_version.py,sha256=
|
|
5
|
+
gr4vy/_version.py,sha256=Mjg-DEvRrJVygC1bvRQ6-5cPASmFpBJubXmlGgcW7SY,454
|
|
6
6
|
gr4vy/account_updater.py,sha256=AIu37O0v3fkWjbcbZJf1MI32lpVnIWynRmd1ys_cSnk,477
|
|
7
7
|
gr4vy/all.py,sha256=WwnLoNn3RgXNpf4Xoz12ct94JD7NMpLz-kzesHHh4m8,15172
|
|
8
8
|
gr4vy/audit_logs.py,sha256=iAT3rnS0NYNKZGw5IVl_MC_RPAHMJNXHfd_K--HIplU,17015
|
|
@@ -324,7 +324,7 @@ gr4vy/models/shippingdetailscreate.py,sha256=SE9gvHGoN7OnKWa52QFPwVmkfJzJMZjT_aJ
|
|
|
324
324
|
gr4vy/models/shippingdetailslist.py,sha256=D_vzMhMOjmb_aox08DJlU09Tm_URvnW_1uAaHFVyIvU,549
|
|
325
325
|
gr4vy/models/shippingdetailsupdate.py,sha256=uwkyL6mvdgW6nA_yEPCQxWYP0_m76hTkE_nGRJat57I,2686
|
|
326
326
|
gr4vy/models/statementdescriptor.py,sha256=xaoXKppvHJ4d9lddfjuS7Vucj-JCBtHliFlWmxbeVDw,3178
|
|
327
|
-
gr4vy/models/stripeconnectoptions.py,sha256=
|
|
327
|
+
gr4vy/models/stripeconnectoptions.py,sha256=cmNIVUL_6yDOkHhIQq0c0-Cl1vrkt3pIW2lQ8XtIC_4,2942
|
|
328
328
|
gr4vy/models/stripeoptions.py,sha256=xogD0TRJ7_dNCiONz1J0WoHZ5a6zj9U8dJo9GRWO1VU,2351
|
|
329
329
|
gr4vy/models/suspend_payment_method_network_tokenop.py,sha256=ZyFjsAV5k7aZVhy-WaRs4hvU7itmn6wc4VD2OEv1bxA,1809
|
|
330
330
|
gr4vy/models/sync_transactionop.py,sha256=LI3pf2JYBCbxhQiOWFhbmAQB5ZTyGFKabALYWTQsEYc,1429
|
|
@@ -343,7 +343,7 @@ gr4vy/models/transactioncapture.py,sha256=7WD3uoUyDJ1sejtjIb7b5B5BFtpKEi7KkegVtB
|
|
|
343
343
|
gr4vy/models/transactioncapturecreate.py,sha256=Hs8tTi8iG3xUBptznKHfUD7rvcGZX0OwDzpXOBegd8E,2188
|
|
344
344
|
gr4vy/models/transactionconnectionoptions.py,sha256=GeXBb1VgGyRJvOxt8Dl0-psTHERjFWM5GBBgcvuBGKI,18231
|
|
345
345
|
gr4vy/models/transactioncreate.py,sha256=eMZkJnfkuv50JzEeI3MzlHKs01PSuYLfxoRu4VV1dgE,24223
|
|
346
|
-
gr4vy/models/transactionevent.py,sha256=
|
|
346
|
+
gr4vy/models/transactionevent.py,sha256=X8zzUVpVbx-6JHTV3XO3VkQNaR2PBOq10x31soBhgDY,3675
|
|
347
347
|
gr4vy/models/transactionevents.py,sha256=5l2Yc69SMePDlFtcby4i3BxGBkbT62SWQf4X5Xvfypw,2210
|
|
348
348
|
gr4vy/models/transactiongiftcard.py,sha256=E4f_76ezJJdPlW9kIbrXt-PIx2Zgg3bhqPjVzhWdjpM,2329
|
|
349
349
|
gr4vy/models/transactionintent.py,sha256=D_Mfcssx4vzhs2dX_rRdeUWMSb1i6fXmorA_z_g_Aos,260
|
|
@@ -424,6 +424,6 @@ gr4vy/utils/unmarshal_json_response.py,sha256=H7jxugtMDuagdBXdpGiPf0Vr5-PWLETp8B
|
|
|
424
424
|
gr4vy/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
425
425
|
gr4vy/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
426
426
|
gr4vy/webhooks.py,sha256=2L-ZhdK-XU2X0AkVqgZvhfRqDCKUVs7R4UNCmZJR78w,1359
|
|
427
|
-
gr4vy-1.1.
|
|
428
|
-
gr4vy-1.1.
|
|
429
|
-
gr4vy-1.1.
|
|
427
|
+
gr4vy-1.1.32.dist-info/METADATA,sha256=Zh4EcgTjqM6NKFpKV2o2RAARqls3jcMoX3zNYJyHtdI,44029
|
|
428
|
+
gr4vy-1.1.32.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
429
|
+
gr4vy-1.1.32.dist-info/RECORD,,
|
|
File without changes
|