gr4vy 1.5.3__py3-none-any.whl → 1.5.4__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.5.
|
|
6
|
+
__version__: str = "1.5.4"
|
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
|
8
8
|
__gen_version__: str = "2.723.4"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 1.5.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.5.4 2.723.4 1.0.0 gr4vy"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -10,21 +10,23 @@ from typing_extensions import Annotated, TypedDict
|
|
|
10
10
|
|
|
11
11
|
SubscriptionFrequencyUnit = Union[
|
|
12
12
|
Literal[
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
13
|
+
"MONTH",
|
|
14
|
+
"WEEK",
|
|
15
|
+
"BI_MONTHLY",
|
|
16
|
+
"ONDEMAND",
|
|
17
|
+
"QUARTER",
|
|
18
|
+
"YEAR",
|
|
19
|
+
"SEMI_ANNUALLY",
|
|
20
|
+
"DAY",
|
|
19
21
|
],
|
|
20
22
|
UnrecognizedStr,
|
|
21
23
|
]
|
|
22
|
-
r"""Indicates the frequency unit for the subscription. Allowed values are: `
|
|
24
|
+
r"""Indicates the frequency unit for the subscription. Allowed values are: `DAY`, `WEEK`, `MONTH`, `BI_MONTHLY`, `QUARTER`, `SEMI_ANNUALLY`, `YEAR`, `ONDEMAND`."""
|
|
23
25
|
|
|
24
26
|
|
|
25
27
|
class DlocalUPIRecurringInfoOptionsTypedDict(TypedDict):
|
|
26
28
|
subscription_frequency_unit: SubscriptionFrequencyUnit
|
|
27
|
-
r"""Indicates the frequency unit for the subscription. Allowed values are: `
|
|
29
|
+
r"""Indicates the frequency unit for the subscription. Allowed values are: `DAY`, `WEEK`, `MONTH`, `BI_MONTHLY`, `QUARTER`, `SEMI_ANNUALLY`, `YEAR`, `ONDEMAND`."""
|
|
28
30
|
subscription_frequency: int
|
|
29
31
|
r"""Indicates the frequency for the subscription."""
|
|
30
32
|
subscription_start_at: str
|
|
@@ -37,7 +39,7 @@ class DlocalUPIRecurringInfoOptions(BaseModel):
|
|
|
37
39
|
subscription_frequency_unit: Annotated[
|
|
38
40
|
SubscriptionFrequencyUnit, PlainValidator(validate_open_enum(False))
|
|
39
41
|
]
|
|
40
|
-
r"""Indicates the frequency unit for the subscription. Allowed values are: `
|
|
42
|
+
r"""Indicates the frequency unit for the subscription. Allowed values are: `DAY`, `WEEK`, `MONTH`, `BI_MONTHLY`, `QUARTER`, `SEMI_ANNUALLY`, `YEAR`, `ONDEMAND`."""
|
|
41
43
|
|
|
42
44
|
subscription_frequency: int
|
|
43
45
|
r"""Indicates the frequency for the subscription."""
|
|
@@ -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=U2WVZcRcVIpxIpFGV-D533-lpW7SiercSUbBOPy1he0,452
|
|
6
6
|
gr4vy/account_updater.py,sha256=mmTd25Oap80PBqQ3p4MvZ_buT5VS0zWc8s8cqfI7iyA,607
|
|
7
7
|
gr4vy/all.py,sha256=jZtRqz8D1xGrylI95KA2XNwWLVAID1o_AYxA9wpXTzs,15176
|
|
8
8
|
gr4vy/audit_logs.py,sha256=U16uKNF7H514ZBM0cAeSz2U2JT4P-SPGIJU6d6KOH34,17087
|
|
@@ -149,7 +149,7 @@ gr4vy/models/digitalwallets.py,sha256=SFR6JzoW3TOatmjsIS0S3Z0CeDv0PpjCVAqlnDntQO
|
|
|
149
149
|
gr4vy/models/digitalwalletupdate.py,sha256=FKktsXy6qXQAZ1DFgUXQNG8Itkh_m_p42BE_JQe95uc,2274
|
|
150
150
|
gr4vy/models/dlocaloptions.py,sha256=F4kT1ajx4VpqwJ6emXS1tuo5JdngpiWTjyFUYhmgt7o,1644
|
|
151
151
|
gr4vy/models/dlocalupioptions.py,sha256=OtDSo2_wnFi3nBQeR2VdMuMlJD3TrVKgAE4NuN-1ZzE,1678
|
|
152
|
-
gr4vy/models/dlocalupirecurringinfooptions.py,sha256=
|
|
152
|
+
gr4vy/models/dlocalupirecurringinfooptions.py,sha256=7exfiU2cQC5VbiY9Kd6D05AkzGGNvQHsl0vkaVN85BY,1983
|
|
153
153
|
gr4vy/models/dlocalupiwalletoptions.py,sha256=tD7DRPWPch8J70bw10Flb1ANRCOlsXVQI8j8gxgNySo,3313
|
|
154
154
|
gr4vy/models/dlocalwalletoptions.py,sha256=Sl-33dTg3s9un9P9CT7gJmqvMlKilsuLsTPLgJFwD60,2630
|
|
155
155
|
gr4vy/models/errordetail.py,sha256=51ElDd0o-b-S0qVIICvT8bShPfC8r1dvpqFtav79Ki4,1009
|
|
@@ -433,6 +433,6 @@ gr4vy/utils/unmarshal_json_response.py,sha256=H7jxugtMDuagdBXdpGiPf0Vr5-PWLETp8B
|
|
|
433
433
|
gr4vy/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
434
434
|
gr4vy/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
435
435
|
gr4vy/webhooks.py,sha256=2L-ZhdK-XU2X0AkVqgZvhfRqDCKUVs7R4UNCmZJR78w,1359
|
|
436
|
-
gr4vy-1.5.
|
|
437
|
-
gr4vy-1.5.
|
|
438
|
-
gr4vy-1.5.
|
|
436
|
+
gr4vy-1.5.4.dist-info/METADATA,sha256=AtF4JY-tkXIIMASKSMlVaDcvr3l53OmeAsmCg5_Whe0,44091
|
|
437
|
+
gr4vy-1.5.4.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
438
|
+
gr4vy-1.5.4.dist-info/RECORD,,
|
|
File without changes
|