moovio_sdk 0.4.0__py3-none-any.whl → 0.4.1__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 CHANGED
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "moovio_sdk"
6
- __version__: str = "0.4.0"
6
+ __version__: str = "0.4.1"
7
7
  __openapi_doc_version__: str = "latest"
8
- __gen_version__: str = "2.578.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.4.0 2.578.0 latest moovio_sdk"
8
+ __gen_version__: str = "2.585.2"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.4.1 2.585.2 latest moovio_sdk"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -60,7 +60,7 @@ class CreateTransferRequestTypedDict(TypedDict):
60
60
  create_transfer: components_createtransfer.CreateTransferTypedDict
61
61
  x_wait_for: NotRequired[components_transferwaitfor.TransferWaitFor]
62
62
  r"""Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an
63
- asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
63
+ asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
64
64
  """
65
65
 
66
66
 
@@ -90,7 +90,7 @@ class CreateTransferRequest(BaseModel):
90
90
  FieldMetadata(header=HeaderMetadata(style="simple", explode=False)),
91
91
  ] = None
92
92
  r"""Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an
93
- asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
93
+ asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
94
94
  """
95
95
 
96
96
 
@@ -60,7 +60,7 @@ class InitiateRefundRequestTypedDict(TypedDict):
60
60
  r"""Identifier for the transfer."""
61
61
  x_wait_for: NotRequired[components_transferwaitfor.TransferWaitFor]
62
62
  r"""Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an
63
- asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
63
+ asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
64
64
  """
65
65
  create_refund: NotRequired[components_createrefund.CreateRefundTypedDict]
66
66
 
@@ -93,7 +93,7 @@ class InitiateRefundRequest(BaseModel):
93
93
  FieldMetadata(header=HeaderMetadata(style="simple", explode=False)),
94
94
  ] = None
95
95
  r"""Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an
96
- asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
96
+ asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
97
97
  """
98
98
 
99
99
  create_refund: Annotated[
moovio_sdk/transfers.py CHANGED
@@ -50,7 +50,7 @@ class Transfers(BaseSDK):
50
50
  :param source: Where funds for a transfer originate. For the source, you must include either a `paymentMethodID` or a `transferID`.
51
51
  :param destination: The final stage of a transfer and the ultimate recipient of the funds.
52
52
  :param amount:
53
- :param x_wait_for: Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
53
+ :param x_wait_for: Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
54
54
  :param facilitator_fee: Total or markup fee.
55
55
  :param description: An optional description of the transfer that is used on receipts and for your own internal use.
56
56
  :param metadata: Free-form key-value pair list. Useful for storing information that is not captured elsewhere.
@@ -243,7 +243,7 @@ class Transfers(BaseSDK):
243
243
  :param source: Where funds for a transfer originate. For the source, you must include either a `paymentMethodID` or a `transferID`.
244
244
  :param destination: The final stage of a transfer and the ultimate recipient of the funds.
245
245
  :param amount:
246
- :param x_wait_for: Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
246
+ :param x_wait_for: Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
247
247
  :param facilitator_fee: Total or markup fee.
248
248
  :param description: An optional description of the transfer that is used on receipts and for your own internal use.
249
249
  :param metadata: Free-form key-value pair list. Useful for storing information that is not captured elsewhere.
@@ -1679,7 +1679,7 @@ class Transfers(BaseSDK):
1679
1679
  :param x_idempotency_key: Prevents duplicate refunds from being created.
1680
1680
  :param account_id: The merchant's Moov account ID.
1681
1681
  :param transfer_id: Identifier for the transfer.
1682
- :param x_wait_for: Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
1682
+ :param x_wait_for: Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
1683
1683
  :param amount: Amount to refund in cents. If null, the original transfer's full amount will be refunded.
1684
1684
  :param retries: Override the default retry configuration for this method
1685
1685
  :param server_url: Override the default server URL for this method
@@ -1846,7 +1846,7 @@ class Transfers(BaseSDK):
1846
1846
  :param x_idempotency_key: Prevents duplicate refunds from being created.
1847
1847
  :param account_id: The merchant's Moov account ID.
1848
1848
  :param transfer_id: Identifier for the transfer.
1849
- :param x_wait_for: Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an asynchronous response indicating the transfer was created (this is the default response if the header is omitted).
1849
+ :param x_wait_for: Optional header that indicates whether to return a synchronous response that includes full transfer and rail-specific details or an asynchronous response indicating the transfer was created (this is the default response if the header is omitted). A timeout will occur after 15 seconds.
1850
1850
  :param amount: Amount to refund in cents. If null, the original transfer's full amount will be refunded.
1851
1851
  :param retries: Override the default retry configuration for this method
1852
1852
  :param server_url: Override the default server URL for this method
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: moovio_sdk
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9
@@ -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=CeqOI_wRWqDUqwEGmFQo20-f8KeqZxaQiw5GFz5I9Mw,464
6
+ moovio_sdk/_version.py,sha256=DhjttFOQCwoX1wGAGPqITVrnuB_vTve3rfd_k2xWfg0,464
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
@@ -445,7 +445,7 @@ moovio_sdk/models/operations/createreversal.py,sha256=nQIIp68Itf7mtVTpeIDrDUZWsK
445
445
  moovio_sdk/models/operations/createschedule.py,sha256=vxJYRV6gAF6OuOCwZ8soVGHPNOaFNid_uofiphsYWsU,2751
446
446
  moovio_sdk/models/operations/createsweepconfig.py,sha256=mC-dbVIizvTJjYTygLrFOO-C9Uv8nMDlGrDfVboN6e8,2765
447
447
  moovio_sdk/models/operations/createterminalapplication.py,sha256=n7mnj-ixVXSV8El7dVhwueNm4Pd8xTiTefI1oayrIGE,2188
448
- moovio_sdk/models/operations/createtransfer.py,sha256=VgLLC8Q3t183UdUz7_tLzk0pJBypEiZEa5mLQfJcOtY,4648
448
+ moovio_sdk/models/operations/createtransfer.py,sha256=gkOOByWzgyFCYrAfBCbNc0YPIT3rUpnr4SdeRZi9I6g,4726
449
449
  moovio_sdk/models/operations/createtransferoptions.py,sha256=DCrQtu3VPSdEOSt8gFnZHcCtRIN-c6NHBohifMolCzg,2139
450
450
  moovio_sdk/models/operations/deletedisputeevidencefile.py,sha256=NHUuvakVuXiCwqI_gDDgjhFAAfKypztOzasr0S78KQE,2648
451
451
  moovio_sdk/models/operations/deleterepresentative.py,sha256=H3bKQTMMsB9_wCqxfZqwgq-NljV5W-lGWzXIHEnxxv0,2582
@@ -497,7 +497,7 @@ moovio_sdk/models/operations/getwallet.py,sha256=nuG7gt_r-L7qCBfE6FsfXIZvR38C_W5
497
497
  moovio_sdk/models/operations/getwallettransaction.py,sha256=V-Q1fac_DX6COQ_yzRliE-11iZdjXMLLOJMPfaR3_FI,2852
498
498
  moovio_sdk/models/operations/initiatebankaccountverification.py,sha256=Y0pWpajoaef2jGYvMIcy-6kGgQaCvLgLcAUIvkEQen8,3688
499
499
  moovio_sdk/models/operations/initiatemicrodeposits.py,sha256=KV55DcpYWx5rKRgzVHXBPa3-hudOdpoeVLVtxVVj33U,2447
500
- moovio_sdk/models/operations/initiaterefund.py,sha256=2UQgbnty_Xa1YxDZGxiB9G8tCIl3Z0i-8ObOjaZ0b5I,4873
500
+ moovio_sdk/models/operations/initiaterefund.py,sha256=jCQj6dYU0WGqbDdJV876qVOhbg7sPuI-Qc0PpQSP9m0,4951
501
501
  moovio_sdk/models/operations/linkapplepaytoken.py,sha256=EvfviwK6pfngiD_aVYiieODw9AF8NmgSa1uMevCf9hA,2947
502
502
  moovio_sdk/models/operations/linkbankaccount.py,sha256=BlLa8ZqMjjEgJF083GE425l0Hu3ppivNWGYf3-p7vBw,3878
503
503
  moovio_sdk/models/operations/linkcard.py,sha256=-4Yi9kRAfHgMhPLNqZxAYjV8eh3P7VZYQb92xmqf7ug,3718
@@ -571,7 +571,7 @@ moovio_sdk/sdkconfiguration.py,sha256=7NP1kNUcms-14o77cdoPmV7ZGWTtCLqqMTWN6pdwm-
571
571
  moovio_sdk/sweeps.py,sha256=6QLuQRTQRRQ3qRyG9ZBPz1fkK3tnZeRAg_0YK6Scdts,66711
572
572
  moovio_sdk/terminal_applications.py,sha256=MJVg8ikMsL8Pb90-7Tgmv-qKivpuom7nH_N2wy8L9H0,42822
573
573
  moovio_sdk/terminal_configurations.py,sha256=6gqd2Syq1cHSFarTLRFwpzPfm06mK90T53wI594BhGw,10205
574
- moovio_sdk/transfers.py,sha256=rN9Qcma4vvMLNO4FhBlIvcZoB5mlpO6KmYEDpkORO9c,132982
574
+ moovio_sdk/transfers.py,sha256=aYGm2hNcuSgU0Z-iCxnRTQcT1NFo6wqewk6eyF9caPE,133138
575
575
  moovio_sdk/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
576
576
  moovio_sdk/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
577
577
  moovio_sdk/underwriting.py,sha256=Q3bOkxgz3syy6YgdTKK_DTAqK6lV_uawgVZZX3iPuqc,24353
@@ -592,6 +592,6 @@ moovio_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
592
592
  moovio_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
593
593
  moovio_sdk/wallet_transactions.py,sha256=gP5AYXIn4LkCtm1ncheuWGxZCK0d67b20UIDheo_Khg,24943
594
594
  moovio_sdk/wallets.py,sha256=5RcHiuHxBDi2YmK0V83s1hwEN-29aFar17LsQIYXpo0,19250
595
- moovio_sdk-0.4.0.dist-info/METADATA,sha256=eTU8HgITnJ6IfDg_qguK_JETnAAjNi4P0RTia9_mknM,104252
596
- moovio_sdk-0.4.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
597
- moovio_sdk-0.4.0.dist-info/RECORD,,
595
+ moovio_sdk-0.4.1.dist-info/METADATA,sha256=8KhtaT7k0VFbNCKzpZvsevBGS7XmLbRXNijGYjoFHcE,104252
596
+ moovio_sdk-0.4.1.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
597
+ moovio_sdk-0.4.1.dist-info/RECORD,,