moovio_sdk 0.3.22__py3-none-any.whl → 0.3.23__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.
- moovio_sdk/_version.py +3 -3
- moovio_sdk/models/components/__init__.py +3 -3
- moovio_sdk/models/components/createdtransfer.py +129 -0
- moovio_sdk/models/operations/createtransfer.py +3 -3
- moovio_sdk/transfers.py +2 -2
- {moovio_sdk-0.3.22.dist-info → moovio_sdk-0.3.23.dist-info}/METADATA +1 -1
- {moovio_sdk-0.3.22.dist-info → moovio_sdk-0.3.23.dist-info}/RECORD +8 -8
- moovio_sdk/models/components/transferresponse.py +0 -15
- {moovio_sdk-0.3.22.dist-info → moovio_sdk-0.3.23.dist-info}/WHEEL +0 -0
moovio_sdk/_version.py
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "moovio_sdk"
|
6
|
-
__version__: str = "0.3.
|
6
|
+
__version__: str = "0.3.23"
|
7
7
|
__openapi_doc_version__: str = "latest"
|
8
|
-
__gen_version__: str = "2.
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.3.
|
8
|
+
__gen_version__: str = "2.568.2"
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.3.23 2.568.2 latest moovio_sdk"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -209,6 +209,7 @@ from .createbusinesserror import (
|
|
209
209
|
CreateBusinessErrorTypedDict,
|
210
210
|
)
|
211
211
|
from .createbusinessprofile import CreateBusinessProfile, CreateBusinessProfileTypedDict
|
212
|
+
from .createdtransfer import CreatedTransfer, CreatedTransferTypedDict
|
212
213
|
from .createevidencefilemultipart import (
|
213
214
|
CreateEvidenceFileMultiPart,
|
214
215
|
CreateEvidenceFileMultiPartTypedDict,
|
@@ -650,7 +651,6 @@ from .transferaccount import TransferAccount, TransferAccountTypedDict
|
|
650
651
|
from .transferdestination import TransferDestination, TransferDestinationTypedDict
|
651
652
|
from .transferfailurereason import TransferFailureReason
|
652
653
|
from .transferoptions import TransferOptions, TransferOptionsTypedDict
|
653
|
-
from .transferresponse import TransferResponse, TransferResponseTypedDict
|
654
654
|
from .transfersource import TransferSource, TransferSourceTypedDict
|
655
655
|
from .transferstatus import TransferStatus
|
656
656
|
from .transferwaitfor import TransferWaitFor
|
@@ -984,6 +984,8 @@ __all__ = [
|
|
984
984
|
"CreateTransferSourceCardTypedDict",
|
985
985
|
"CreateTransferSourceTypedDict",
|
986
986
|
"CreateTransferTypedDict",
|
987
|
+
"CreatedTransfer",
|
988
|
+
"CreatedTransferTypedDict",
|
987
989
|
"CustomerSupport",
|
988
990
|
"CustomerSupportError",
|
989
991
|
"CustomerSupportErrorTypedDict",
|
@@ -1378,8 +1380,6 @@ __all__ = [
|
|
1378
1380
|
"TransferFailureReason",
|
1379
1381
|
"TransferOptions",
|
1380
1382
|
"TransferOptionsTypedDict",
|
1381
|
-
"TransferResponse",
|
1382
|
-
"TransferResponseTypedDict",
|
1383
1383
|
"TransferSource",
|
1384
1384
|
"TransferSourceTypedDict",
|
1385
1385
|
"TransferStatus",
|
@@ -0,0 +1,129 @@
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
from .amount import Amount, AmountTypedDict
|
5
|
+
from .cancellation import Cancellation, CancellationTypedDict
|
6
|
+
from .cardacquiringdispute import CardAcquiringDispute, CardAcquiringDisputeTypedDict
|
7
|
+
from .cardacquiringrefund import CardAcquiringRefund, CardAcquiringRefundTypedDict
|
8
|
+
from .facilitatorfee import FacilitatorFee, FacilitatorFeeTypedDict
|
9
|
+
from .moovfeedetails import MoovFeeDetails, MoovFeeDetailsTypedDict
|
10
|
+
from .transferdestination import TransferDestination, TransferDestinationTypedDict
|
11
|
+
from .transferfailurereason import TransferFailureReason
|
12
|
+
from .transfersource import TransferSource, TransferSourceTypedDict
|
13
|
+
from .transferstatus import TransferStatus
|
14
|
+
from datetime import datetime
|
15
|
+
from moovio_sdk.types import BaseModel
|
16
|
+
import pydantic
|
17
|
+
from typing import Dict, List, Optional
|
18
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
19
|
+
|
20
|
+
|
21
|
+
class CreatedTransferTypedDict(TypedDict):
|
22
|
+
transfer_id: str
|
23
|
+
created_on: datetime
|
24
|
+
source: NotRequired[TransferSourceTypedDict]
|
25
|
+
destination: NotRequired[TransferDestinationTypedDict]
|
26
|
+
completed_on: NotRequired[datetime]
|
27
|
+
status: NotRequired[TransferStatus]
|
28
|
+
r"""Status of a transfer."""
|
29
|
+
failure_reason: NotRequired[TransferFailureReason]
|
30
|
+
r"""Reason for a transfer's failure."""
|
31
|
+
amount: NotRequired[AmountTypedDict]
|
32
|
+
description: NotRequired[str]
|
33
|
+
r"""An optional description of the transfer that is used on receipts and for your own internal use."""
|
34
|
+
metadata: NotRequired[Dict[str, str]]
|
35
|
+
r"""Free-form key-value pair list. Useful for storing information that is not captured elsewhere."""
|
36
|
+
facilitator_fee: NotRequired[FacilitatorFeeTypedDict]
|
37
|
+
r"""Total or markup fee."""
|
38
|
+
moov_fee: NotRequired[int]
|
39
|
+
r"""Fees charged to your platform account for transfers."""
|
40
|
+
moov_fee_decimal: NotRequired[str]
|
41
|
+
r"""Same as `moovFee`, but a decimal-formatted numerical string that represents up to 9 decimal place precision."""
|
42
|
+
moov_fee_details: NotRequired[MoovFeeDetailsTypedDict]
|
43
|
+
r"""Processing and pass-through costs that add up to the moovFee."""
|
44
|
+
group_id: NotRequired[str]
|
45
|
+
cancellations: NotRequired[List[CancellationTypedDict]]
|
46
|
+
refunded_amount: NotRequired[AmountTypedDict]
|
47
|
+
refunds: NotRequired[List[CardAcquiringRefundTypedDict]]
|
48
|
+
disputed_amount: NotRequired[AmountTypedDict]
|
49
|
+
disputes: NotRequired[List[CardAcquiringDisputeTypedDict]]
|
50
|
+
sweep_id: NotRequired[str]
|
51
|
+
schedule_id: NotRequired[str]
|
52
|
+
occurrence_id: NotRequired[str]
|
53
|
+
sales_tax_amount: NotRequired[AmountTypedDict]
|
54
|
+
r"""Optional sales tax amount. `transfer.amount.value` should be inclusive of any sales tax and represents the total amount charged."""
|
55
|
+
|
56
|
+
|
57
|
+
class CreatedTransfer(BaseModel):
|
58
|
+
transfer_id: Annotated[str, pydantic.Field(alias="transferID")]
|
59
|
+
|
60
|
+
created_on: Annotated[datetime, pydantic.Field(alias="createdOn")]
|
61
|
+
|
62
|
+
source: Optional[TransferSource] = None
|
63
|
+
|
64
|
+
destination: Optional[TransferDestination] = None
|
65
|
+
|
66
|
+
completed_on: Annotated[Optional[datetime], pydantic.Field(alias="completedOn")] = (
|
67
|
+
None
|
68
|
+
)
|
69
|
+
|
70
|
+
status: Optional[TransferStatus] = None
|
71
|
+
r"""Status of a transfer."""
|
72
|
+
|
73
|
+
failure_reason: Annotated[
|
74
|
+
Optional[TransferFailureReason], pydantic.Field(alias="failureReason")
|
75
|
+
] = None
|
76
|
+
r"""Reason for a transfer's failure."""
|
77
|
+
|
78
|
+
amount: Optional[Amount] = None
|
79
|
+
|
80
|
+
description: Optional[str] = None
|
81
|
+
r"""An optional description of the transfer that is used on receipts and for your own internal use."""
|
82
|
+
|
83
|
+
metadata: Optional[Dict[str, str]] = None
|
84
|
+
r"""Free-form key-value pair list. Useful for storing information that is not captured elsewhere."""
|
85
|
+
|
86
|
+
facilitator_fee: Annotated[
|
87
|
+
Optional[FacilitatorFee], pydantic.Field(alias="facilitatorFee")
|
88
|
+
] = None
|
89
|
+
r"""Total or markup fee."""
|
90
|
+
|
91
|
+
moov_fee: Annotated[Optional[int], pydantic.Field(alias="moovFee")] = None
|
92
|
+
r"""Fees charged to your platform account for transfers."""
|
93
|
+
|
94
|
+
moov_fee_decimal: Annotated[
|
95
|
+
Optional[str], pydantic.Field(alias="moovFeeDecimal")
|
96
|
+
] = None
|
97
|
+
r"""Same as `moovFee`, but a decimal-formatted numerical string that represents up to 9 decimal place precision."""
|
98
|
+
|
99
|
+
moov_fee_details: Annotated[
|
100
|
+
Optional[MoovFeeDetails], pydantic.Field(alias="moovFeeDetails")
|
101
|
+
] = None
|
102
|
+
r"""Processing and pass-through costs that add up to the moovFee."""
|
103
|
+
|
104
|
+
group_id: Annotated[Optional[str], pydantic.Field(alias="groupID")] = None
|
105
|
+
|
106
|
+
cancellations: Optional[List[Cancellation]] = None
|
107
|
+
|
108
|
+
refunded_amount: Annotated[
|
109
|
+
Optional[Amount], pydantic.Field(alias="refundedAmount")
|
110
|
+
] = None
|
111
|
+
|
112
|
+
refunds: Optional[List[CardAcquiringRefund]] = None
|
113
|
+
|
114
|
+
disputed_amount: Annotated[
|
115
|
+
Optional[Amount], pydantic.Field(alias="disputedAmount")
|
116
|
+
] = None
|
117
|
+
|
118
|
+
disputes: Optional[List[CardAcquiringDispute]] = None
|
119
|
+
|
120
|
+
sweep_id: Annotated[Optional[str], pydantic.Field(alias="sweepID")] = None
|
121
|
+
|
122
|
+
schedule_id: Annotated[Optional[str], pydantic.Field(alias="scheduleID")] = None
|
123
|
+
|
124
|
+
occurrence_id: Annotated[Optional[str], pydantic.Field(alias="occurrenceID")] = None
|
125
|
+
|
126
|
+
sales_tax_amount: Annotated[
|
127
|
+
Optional[Amount], pydantic.Field(alias="salesTaxAmount")
|
128
|
+
] = None
|
129
|
+
r"""Optional sales tax amount. `transfer.amount.value` should be inclusive of any sales tax and represents the total amount charged."""
|
@@ -3,9 +3,9 @@
|
|
3
3
|
from __future__ import annotations
|
4
4
|
from moovio_sdk.models.components import (
|
5
5
|
asynctransfer as components_asynctransfer,
|
6
|
+
createdtransfer as components_createdtransfer,
|
6
7
|
createtransfer as components_createtransfer,
|
7
8
|
transfer as components_transfer,
|
8
|
-
transferresponse as components_transferresponse,
|
9
9
|
transferwaitfor as components_transferwaitfor,
|
10
10
|
)
|
11
11
|
from moovio_sdk.types import BaseModel
|
@@ -98,8 +98,8 @@ CreateTransferResponseResultTypedDict = TypeAliasType(
|
|
98
98
|
"CreateTransferResponseResultTypedDict",
|
99
99
|
Union[
|
100
100
|
components_asynctransfer.AsyncTransferTypedDict,
|
101
|
+
components_createdtransfer.CreatedTransferTypedDict,
|
101
102
|
components_transfer.TransferTypedDict,
|
102
|
-
components_transferresponse.TransferResponseTypedDict,
|
103
103
|
],
|
104
104
|
)
|
105
105
|
|
@@ -108,8 +108,8 @@ CreateTransferResponseResult = TypeAliasType(
|
|
108
108
|
"CreateTransferResponseResult",
|
109
109
|
Union[
|
110
110
|
components_asynctransfer.AsyncTransfer,
|
111
|
+
components_createdtransfer.CreatedTransfer,
|
111
112
|
components_transfer.Transfer,
|
112
|
-
components_transferresponse.TransferResponse,
|
113
113
|
],
|
114
114
|
)
|
115
115
|
|
moovio_sdk/transfers.py
CHANGED
@@ -150,7 +150,7 @@ class Transfers(BaseSDK):
|
|
150
150
|
response_data: Any = None
|
151
151
|
if utils.match_response(http_res, "200", "application/json"):
|
152
152
|
return operations.CreateTransferResponse(
|
153
|
-
result=utils.unmarshal_json(http_res.text, components.
|
153
|
+
result=utils.unmarshal_json(http_res.text, components.CreatedTransfer),
|
154
154
|
headers=utils.get_response_headers(http_res.headers),
|
155
155
|
)
|
156
156
|
if utils.match_response(http_res, "201", "application/json"):
|
@@ -343,7 +343,7 @@ class Transfers(BaseSDK):
|
|
343
343
|
response_data: Any = None
|
344
344
|
if utils.match_response(http_res, "200", "application/json"):
|
345
345
|
return operations.CreateTransferResponse(
|
346
|
-
result=utils.unmarshal_json(http_res.text, components.
|
346
|
+
result=utils.unmarshal_json(http_res.text, components.CreatedTransfer),
|
347
347
|
headers=utils.get_response_headers(http_res.headers),
|
348
348
|
)
|
349
349
|
if utils.match_response(http_res, "201", "application/json"):
|
@@ -3,7 +3,7 @@ moovio_sdk/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c
|
|
3
3
|
moovio_sdk/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
|
4
4
|
moovio_sdk/_hooks/sdkhooks.py,sha256=2XuMgiV2N7UE7lN00Is-c3spxVWigYitXS6xSmS_Qow,2560
|
5
5
|
moovio_sdk/_hooks/types.py,sha256=xAyw_8EoIrUHL-zLoqXrogOkBq1ZFICNGZfp9xne2ww,2813
|
6
|
-
moovio_sdk/_version.py,sha256=
|
6
|
+
moovio_sdk/_version.py,sha256=HgWpNBOZWAM29fgnqkDSErfjGcdJQMmn90nlUgvkl4Y,466
|
7
7
|
moovio_sdk/accounts.py,sha256=owJJuChHd-iucAiR4JWlaMYD1oKvjzCYSO6rckje6vs,107907
|
8
8
|
moovio_sdk/adjustments.py,sha256=m7S8Vn0KB4bMaTQTX50sCPvNZr72kjA6DTLxeJ2U-fc,19272
|
9
9
|
moovio_sdk/apple_pay.py,sha256=D5agY7yrZrZEtuadtY0_oQq3bSRpTy_bUG90T0iXDck,60723
|
@@ -26,7 +26,7 @@ moovio_sdk/industries.py,sha256=7VputoHEST4GXazczXDWEYsSkfWkFJaTSXAEDx267Vo,1024
|
|
26
26
|
moovio_sdk/institutions.py,sha256=1CjxrmzYf0tAs2beUyYiVPO9w8jibwG-Ya9ifXifUG8,11238
|
27
27
|
moovio_sdk/issuing_transactions.py,sha256=ftaJUPR8vGuNVOf3oWgecZG7DQSYRZiHZTtRfXMacgc,53212
|
28
28
|
moovio_sdk/models/__init__.py,sha256=HRiFG5CV9y2HvWWQl_JQNbYTPme0UYR1Mhh13Qc-5jE,84
|
29
|
-
moovio_sdk/models/components/__init__.py,sha256=
|
29
|
+
moovio_sdk/models/components/__init__.py,sha256=kvWr8cv23UUDf9u5d4Ov9XJ85Ri7D4kZIIE8lWBts0M,51899
|
30
30
|
moovio_sdk/models/components/account.py,sha256=QejMoPHYyHF-6TRrUVKYyfD_6Qbl7lFVOEaE8zlOgmI,4181
|
31
31
|
moovio_sdk/models/components/accountcapability.py,sha256=LJ908Zr4lw2qtMwUMLWoscTUjj5wV7YlZ4Z0Vv_abjg,527
|
32
32
|
moovio_sdk/models/components/accountcountries.py,sha256=sI1VAu3PqS2HTOarkT7f6FbkgUT55NL57PvAZKcbRHw,456
|
@@ -139,6 +139,7 @@ moovio_sdk/models/components/createauthorizedusererror.py,sha256=esLjn87FfadlgHb
|
|
139
139
|
moovio_sdk/models/components/createauthorizeduserupdate.py,sha256=efRwyAfTzZVp1GNdUIagkpzr3rN17SSJ4-E7Y3596ys,945
|
140
140
|
moovio_sdk/models/components/createbusinesserror.py,sha256=qnDwlpaC2y1c6cD9XmRvsU65VAnFEuvvW2qimrCaZU4,2489
|
141
141
|
moovio_sdk/models/components/createbusinessprofile.py,sha256=OGo1xgFTf5C-TNEsdSnVEeLaEfaGVWYrdC64MXIqShc,2800
|
142
|
+
moovio_sdk/models/components/createdtransfer.py,sha256=oh0Rs8w6f5_x7HDs1uGi0KfPw8JWKqeOgMbVqcXiIks,5447
|
142
143
|
moovio_sdk/models/components/createevidencefilemultipart.py,sha256=GYb0qHNt0TStHTs7jrEoPxxXPuSTrV473-zNe0SoXsU,1895
|
143
144
|
moovio_sdk/models/components/createevidencetext.py,sha256=IxJdhf131DDpBgHdD2PramkohfKR5kQ5uXKKJ5TB5GQ,608
|
144
145
|
moovio_sdk/models/components/createfeeplanagreement.py,sha256=FK4oIE4nZl2JbKRnzXL_3nlbVxzY9fR7_Cy9Nrg9J1o,386
|
@@ -356,7 +357,6 @@ moovio_sdk/models/components/transferaccount.py,sha256=-gIji284RTf4FI8BUomUHEMVm
|
|
356
357
|
moovio_sdk/models/components/transferdestination.py,sha256=sey0FeRW8Ol8dltrHnD30sid-1Inq4L0VoCaxvUkIhc,3389
|
357
358
|
moovio_sdk/models/components/transferfailurereason.py,sha256=4bat3UuscPjAZ50aHri3pkQkPz7Kd-q3xvaYGV8VAxQ,475
|
358
359
|
moovio_sdk/models/components/transferoptions.py,sha256=7BEWfTTzxMR-5rcrwLDfMVf7IQ1XSQxU_WL7mYtHTNs,789
|
359
|
-
moovio_sdk/models/components/transferresponse.py,sha256=RfFQUsFEY6l5Rk0DjgBf09IQ9PdHgn4NSXf1AMmrvaM,508
|
360
360
|
moovio_sdk/models/components/transfersource.py,sha256=ZpdfQGsPS8k_MPaYMIi-6AxvdZs1wbJ-xi7UeA43ST0,3662
|
361
361
|
moovio_sdk/models/components/transferstatus.py,sha256=rw0RiqIZ2N0fhu3f7WKeJ919EBtFvYUQ0h4YbRx9XD4,371
|
362
362
|
moovio_sdk/models/components/transferwaitfor.py,sha256=rdjiNuV5J78oqxQ6v954xNnOwcyhmh9Mgo7YCrBUoXA,202
|
@@ -443,7 +443,7 @@ moovio_sdk/models/operations/createreversal.py,sha256=nQIIp68Itf7mtVTpeIDrDUZWsK
|
|
443
443
|
moovio_sdk/models/operations/createschedule.py,sha256=vxJYRV6gAF6OuOCwZ8soVGHPNOaFNid_uofiphsYWsU,2751
|
444
444
|
moovio_sdk/models/operations/createsweepconfig.py,sha256=mC-dbVIizvTJjYTygLrFOO-C9Uv8nMDlGrDfVboN6e8,2765
|
445
445
|
moovio_sdk/models/operations/createterminalapplication.py,sha256=n7mnj-ixVXSV8El7dVhwueNm4Pd8xTiTefI1oayrIGE,2188
|
446
|
-
moovio_sdk/models/operations/createtransfer.py,sha256=
|
446
|
+
moovio_sdk/models/operations/createtransfer.py,sha256=VgLLC8Q3t183UdUz7_tLzk0pJBypEiZEa5mLQfJcOtY,4648
|
447
447
|
moovio_sdk/models/operations/createtransferoptions.py,sha256=DCrQtu3VPSdEOSt8gFnZHcCtRIN-c6NHBohifMolCzg,2139
|
448
448
|
moovio_sdk/models/operations/deletedisputeevidencefile.py,sha256=NHUuvakVuXiCwqI_gDDgjhFAAfKypztOzasr0S78KQE,2648
|
449
449
|
moovio_sdk/models/operations/deleterepresentative.py,sha256=H3bKQTMMsB9_wCqxfZqwgq-NljV5W-lGWzXIHEnxxv0,2582
|
@@ -569,7 +569,7 @@ moovio_sdk/sdkconfiguration.py,sha256=7NP1kNUcms-14o77cdoPmV7ZGWTtCLqqMTWN6pdwm-
|
|
569
569
|
moovio_sdk/sweeps.py,sha256=6QLuQRTQRRQ3qRyG9ZBPz1fkK3tnZeRAg_0YK6Scdts,66711
|
570
570
|
moovio_sdk/terminal_applications.py,sha256=MJVg8ikMsL8Pb90-7Tgmv-qKivpuom7nH_N2wy8L9H0,42822
|
571
571
|
moovio_sdk/terminal_configurations.py,sha256=6gqd2Syq1cHSFarTLRFwpzPfm06mK90T53wI594BhGw,10205
|
572
|
-
moovio_sdk/transfers.py,sha256=
|
572
|
+
moovio_sdk/transfers.py,sha256=rN9Qcma4vvMLNO4FhBlIvcZoB5mlpO6KmYEDpkORO9c,132982
|
573
573
|
moovio_sdk/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
|
574
574
|
moovio_sdk/types/basemodel.py,sha256=PexI39iKiOkIlobB8Ueo0yn8PLHp6_wb-WO-zelNDZY,1170
|
575
575
|
moovio_sdk/underwriting.py,sha256=Q3bOkxgz3syy6YgdTKK_DTAqK6lV_uawgVZZX3iPuqc,24353
|
@@ -590,6 +590,6 @@ moovio_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
590
590
|
moovio_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
591
591
|
moovio_sdk/wallet_transactions.py,sha256=gP5AYXIn4LkCtm1ncheuWGxZCK0d67b20UIDheo_Khg,24943
|
592
592
|
moovio_sdk/wallets.py,sha256=5RcHiuHxBDi2YmK0V83s1hwEN-29aFar17LsQIYXpo0,19250
|
593
|
-
moovio_sdk-0.3.
|
594
|
-
moovio_sdk-0.3.
|
595
|
-
moovio_sdk-0.3.
|
593
|
+
moovio_sdk-0.3.23.dist-info/METADATA,sha256=edNW_RsU_InUqDolMG9Udrs3W-R_kJ6BHvj9uDpg0Eo,104253
|
594
|
+
moovio_sdk-0.3.23.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
595
|
+
moovio_sdk-0.3.23.dist-info/RECORD,,
|
@@ -1,15 +0,0 @@
|
|
1
|
-
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
-
|
3
|
-
from __future__ import annotations
|
4
|
-
from .asynctransfer import AsyncTransfer, AsyncTransferTypedDict
|
5
|
-
from .transfer import Transfer, TransferTypedDict
|
6
|
-
from typing import Union
|
7
|
-
from typing_extensions import TypeAliasType
|
8
|
-
|
9
|
-
|
10
|
-
TransferResponseTypedDict = TypeAliasType(
|
11
|
-
"TransferResponseTypedDict", Union[AsyncTransferTypedDict, TransferTypedDict]
|
12
|
-
)
|
13
|
-
|
14
|
-
|
15
|
-
TransferResponse = TypeAliasType("TransferResponse", Union[AsyncTransfer, Transfer])
|
File without changes
|