moovio_sdk 0.14.5__py3-none-any.whl → 0.14.7__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.
Potentially problematic release.
This version of moovio_sdk might be problematic. Click here for more details.
- moovio_sdk/_version.py +3 -3
- moovio_sdk/accounts.py +4 -4
- moovio_sdk/models/components/account.py +2 -2
- moovio_sdk/models/components/profile.py +2 -2
- moovio_sdk/models/operations/listaccounts.py +4 -0
- {moovio_sdk-0.14.5.dist-info → moovio_sdk-0.14.7.dist-info}/METADATA +4 -3
- {moovio_sdk-0.14.5.dist-info → moovio_sdk-0.14.7.dist-info}/RECORD +8 -8
- {moovio_sdk-0.14.5.dist-info → moovio_sdk-0.14.7.dist-info}/WHEEL +1 -1
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.14.
|
|
6
|
+
__version__: str = "0.14.7"
|
|
7
7
|
__openapi_doc_version__: str = "latest"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.14.
|
|
8
|
+
__gen_version__: str = "2.701.8"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.14.7 2.701.8 latest moovio_sdk"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
moovio_sdk/accounts.py
CHANGED
|
@@ -368,12 +368,12 @@ class Accounts(BaseSDK):
|
|
|
368
368
|
|
|
369
369
|
All supported query parameters are optional. If none are provided the response will include all connected accounts.
|
|
370
370
|
Pagination is supported via the `skip` and `count` query parameters. Searching by name and email will overlap and
|
|
371
|
-
return results based on relevance.
|
|
371
|
+
return results based on relevance. Accounts with AccountType `guest` will not be included in the response.
|
|
372
372
|
|
|
373
373
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
374
374
|
to specify the `/accounts.read` scope.
|
|
375
375
|
|
|
376
|
-
:param name: Filter connected accounts by name. If provided, this query will attempt to find matches against the following Account and Profile fields: <ul> <li>Account `displayName`</li> <li>Individual Profile `firstName`, `middleName`, and `lastName`</li> <li>Business Profile `legalBusinessName`</li> </ul>
|
|
376
|
+
:param name: Filter connected accounts by name. If provided, this query will attempt to find matches against the following Account and Profile fields: <ul> <li>Account `displayName`</li> <li>Individual Profile `firstName`, `middleName`, and `lastName`</li> <li>Business Profile `legalBusinessName`</li> </ul> Filtering by Guest Profile `name` is not currently supported.
|
|
377
377
|
:param email: Filter connected accounts by email address. Provide the full email address to filter by email.
|
|
378
378
|
:param type: Filter connected accounts by AccountType. If the `type` parameter is used in combination with `name`, only the corresponding type's name fields will be searched. For example, if `type=business` and `name=moov`, the search will attempt to find matches against the display name and Business Profile name fields (`legalBusinessName`, and `doingBusinessAs`). Filtering by `type=guest` is not currently supported.
|
|
379
379
|
:param foreign_id: Serves as an optional alias from a foreign/external system which can be used to reference this resource.
|
|
@@ -492,12 +492,12 @@ class Accounts(BaseSDK):
|
|
|
492
492
|
|
|
493
493
|
All supported query parameters are optional. If none are provided the response will include all connected accounts.
|
|
494
494
|
Pagination is supported via the `skip` and `count` query parameters. Searching by name and email will overlap and
|
|
495
|
-
return results based on relevance.
|
|
495
|
+
return results based on relevance. Accounts with AccountType `guest` will not be included in the response.
|
|
496
496
|
|
|
497
497
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
498
498
|
to specify the `/accounts.read` scope.
|
|
499
499
|
|
|
500
|
-
:param name: Filter connected accounts by name. If provided, this query will attempt to find matches against the following Account and Profile fields: <ul> <li>Account `displayName`</li> <li>Individual Profile `firstName`, `middleName`, and `lastName`</li> <li>Business Profile `legalBusinessName`</li> </ul>
|
|
500
|
+
:param name: Filter connected accounts by name. If provided, this query will attempt to find matches against the following Account and Profile fields: <ul> <li>Account `displayName`</li> <li>Individual Profile `firstName`, `middleName`, and `lastName`</li> <li>Business Profile `legalBusinessName`</li> </ul> Filtering by Guest Profile `name` is not currently supported.
|
|
501
501
|
:param email: Filter connected accounts by email address. Provide the full email address to filter by email.
|
|
502
502
|
:param type: Filter connected accounts by AccountType. If the `type` parameter is used in combination with `name`, only the corresponding type's name fields will be searched. For example, if `type=business` and `name=moov`, the search will attempt to find matches against the display name and Business Profile name fields (`legalBusinessName`, and `doingBusinessAs`). Filtering by `type=guest` is not currently supported.
|
|
503
503
|
:param foreign_id: Serves as an optional alias from a foreign/external system which can be used to reference this resource.
|
|
@@ -25,7 +25,7 @@ class AccountTypedDict(TypedDict):
|
|
|
25
25
|
r"""The type of entity represented by this account."""
|
|
26
26
|
display_name: str
|
|
27
27
|
profile: ProfileTypedDict
|
|
28
|
-
r"""Describes a Moov account profile. A profile will have a business or
|
|
28
|
+
r"""Describes a Moov account profile. A profile will have a business, individual, or guest depending on the account's type."""
|
|
29
29
|
verification: VerificationTypedDict
|
|
30
30
|
r"""Describes identity verification status and relevant identity verification documents."""
|
|
31
31
|
created_on: datetime
|
|
@@ -59,7 +59,7 @@ class Account(BaseModel):
|
|
|
59
59
|
display_name: Annotated[str, pydantic.Field(alias="displayName")]
|
|
60
60
|
|
|
61
61
|
profile: Profile
|
|
62
|
-
r"""Describes a Moov account profile. A profile will have a business or
|
|
62
|
+
r"""Describes a Moov account profile. A profile will have a business, individual, or guest depending on the account's type."""
|
|
63
63
|
|
|
64
64
|
verification: Verification
|
|
65
65
|
r"""Describes identity verification status and relevant identity verification documents."""
|
|
@@ -10,7 +10,7 @@ from typing_extensions import NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class ProfileTypedDict(TypedDict):
|
|
13
|
-
r"""Describes a Moov account profile. A profile will have a business or
|
|
13
|
+
r"""Describes a Moov account profile. A profile will have a business, individual, or guest depending on the account's type."""
|
|
14
14
|
|
|
15
15
|
individual: NotRequired[IndividualProfileTypedDict]
|
|
16
16
|
r"""Describes an individual."""
|
|
@@ -21,7 +21,7 @@ class ProfileTypedDict(TypedDict):
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
class Profile(BaseModel):
|
|
24
|
-
r"""Describes a Moov account profile. A profile will have a business or
|
|
24
|
+
r"""Describes a Moov account profile. A profile will have a business, individual, or guest depending on the account's type."""
|
|
25
25
|
|
|
26
26
|
individual: Optional[IndividualProfile] = None
|
|
27
27
|
r"""Describes an individual."""
|
|
@@ -56,6 +56,8 @@ class ListAccountsRequestTypedDict(TypedDict):
|
|
|
56
56
|
<li>Individual Profile `firstName`, `middleName`, and `lastName`</li>
|
|
57
57
|
<li>Business Profile `legalBusinessName`</li>
|
|
58
58
|
</ul>
|
|
59
|
+
|
|
60
|
+
Filtering by Guest Profile `name` is not currently supported.
|
|
59
61
|
"""
|
|
60
62
|
email: NotRequired[str]
|
|
61
63
|
r"""Filter connected accounts by email address.
|
|
@@ -99,6 +101,8 @@ class ListAccountsRequest(BaseModel):
|
|
|
99
101
|
<li>Individual Profile `firstName`, `middleName`, and `lastName`</li>
|
|
100
102
|
<li>Business Profile `legalBusinessName`</li>
|
|
101
103
|
</ul>
|
|
104
|
+
|
|
105
|
+
Filtering by Guest Profile `name` is not currently supported.
|
|
102
106
|
"""
|
|
103
107
|
|
|
104
108
|
email: Annotated[
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: moovio_sdk
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.7
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -9,6 +9,7 @@ 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: httpcore (>=1.0.9)
|
|
13
14
|
Requires-Dist: httpx (>=0.28.1)
|
|
14
15
|
Requires-Dist: pydantic (>=2.11.2)
|
|
@@ -366,7 +367,7 @@ to specify the `/accounts.write` scope.
|
|
|
366
367
|
|
|
367
368
|
All supported query parameters are optional. If none are provided the response will include all connected accounts.
|
|
368
369
|
Pagination is supported via the `skip` and `count` query parameters. Searching by name and email will overlap and
|
|
369
|
-
return results based on relevance.
|
|
370
|
+
return results based on relevance. Accounts with AccountType `guest` will not be included in the response.
|
|
370
371
|
|
|
371
372
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
372
373
|
to specify the `/accounts.read` scope.
|
|
@@ -3,9 +3,9 @@ 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=Yi9LD8_sd4zG7_idzCZY4MTxTXMhDlmCdpQvU4dXFI4,3049
|
|
6
|
-
moovio_sdk/_version.py,sha256=
|
|
6
|
+
moovio_sdk/_version.py,sha256=fB5DNzM821s7KeEN-QfhkGiwo3S62_ql8XuUnGG3Jsk,466
|
|
7
7
|
moovio_sdk/account_terminal_applications.py,sha256=ldTg5uAukIAwfziQFgmuq6vlAsUPS5DqMkgdCx9bwn8,38522
|
|
8
|
-
moovio_sdk/accounts.py,sha256=
|
|
8
|
+
moovio_sdk/accounts.py,sha256=XHDyYql7Tc27K28zv0UI0eYU0LkRu8kmSPXBYI8Iyx0,100626
|
|
9
9
|
moovio_sdk/adjustments.py,sha256=U2AtbA2k71S1IpwjJ96LT4SdGUDqR3JEgOSvMm9a2yU,17613
|
|
10
10
|
moovio_sdk/apple_pay.py,sha256=lHiL6TZjNBG9nMjikb6vQAxCTB82gz3iUjeyTyFsnOQ,56494
|
|
11
11
|
moovio_sdk/authentication.py,sha256=TId_hYg-JZeidt26NMQXMYeEC4lkAmqkBXpQsU_shuU,22171
|
|
@@ -28,7 +28,7 @@ moovio_sdk/institutions.py,sha256=Kp90bbtOsfb1slR_8RgmYHkgH8G6Pp9FZds2rc7J6Ck,20
|
|
|
28
28
|
moovio_sdk/issuing_transactions.py,sha256=pckxIPSAJDMt-PcKduqdVhd7fsbUwCKzlkGb_UBwRW0,48949
|
|
29
29
|
moovio_sdk/models/__init__.py,sha256=wIW9sbvSKlrGyoPY4mXvHqw-_Inpl6zqpN6U6j-w6SU,83
|
|
30
30
|
moovio_sdk/models/components/__init__.py,sha256=DSYASXPXP5pRJMGoFWkZp-Dj7GBBHme_1sUqywRflhE,122666
|
|
31
|
-
moovio_sdk/models/components/account.py,sha256=
|
|
31
|
+
moovio_sdk/models/components/account.py,sha256=gIzVHHbfwM-YZns1m9b2z6es5mX-LtCOd7C0N-oPBBA,4189
|
|
32
32
|
moovio_sdk/models/components/accountcapability.py,sha256=LJ908Zr4lw2qtMwUMLWoscTUjj5wV7YlZ4Z0Vv_abjg,527
|
|
33
33
|
moovio_sdk/models/components/accountcountries.py,sha256=sI1VAu3PqS2HTOarkT7f6FbkgUT55NL57PvAZKcbRHw,456
|
|
34
34
|
moovio_sdk/models/components/accountnameverification.py,sha256=o8lJpciQptXMcqtHiXlHKlb8cGV1P5e1M-f60bI0A_4,1263
|
|
@@ -329,7 +329,7 @@ moovio_sdk/models/components/plaidlinkintegration.py,sha256=jreTgs7hkUvBTE2I5j1A
|
|
|
329
329
|
moovio_sdk/models/components/plaidlinkpayload.py,sha256=x7TV7dCNUoWoRE6oHiawYFuOIaiMzHfdDK9v1TI_1q0,2416
|
|
330
330
|
moovio_sdk/models/components/plaidpayload.py,sha256=bF7vRUa3OdC6k4QZbkjXPYxL70EA0QgugQfHTFG-7eQ,1537
|
|
331
331
|
moovio_sdk/models/components/primaryregulator.py,sha256=nx21YAn8kxmXRApHK8rJD_YKzi2ZVm8qqFqgCrrBkSU,381
|
|
332
|
-
moovio_sdk/models/components/profile.py,sha256
|
|
332
|
+
moovio_sdk/models/components/profile.py,sha256=-EXX_7LYQ2y1FgWs9Lf45zCYjOz6_J9sA_6zySeBeWk,1292
|
|
333
333
|
moovio_sdk/models/components/pullfromcardpaymentmethod.py,sha256=LVhaRwsPrtQsBqjASPIzzGng3C6TDfdjq0FbjYV2ing,1092
|
|
334
334
|
moovio_sdk/models/components/pushtocardpaymentmethod.py,sha256=gGNrMlhRS6Fyh3-L84Kp7iqEfTosffNeytNMfhr9__c,1078
|
|
335
335
|
moovio_sdk/models/components/qrcode.py,sha256=-LlCqpYrlTWC6enlRJABOYcSpb8gSfHuBCQcGoASaqs,462
|
|
@@ -614,7 +614,7 @@ moovio_sdk/models/operations/linkaccountterminalapplication.py,sha256=c_3dHiIsze
|
|
|
614
614
|
moovio_sdk/models/operations/linkapplepaytoken.py,sha256=EvfviwK6pfngiD_aVYiieODw9AF8NmgSa1uMevCf9hA,2947
|
|
615
615
|
moovio_sdk/models/operations/linkbankaccount.py,sha256=BlLa8ZqMjjEgJF083GE425l0Hu3ppivNWGYf3-p7vBw,3878
|
|
616
616
|
moovio_sdk/models/operations/linkcard.py,sha256=-4Yi9kRAfHgMhPLNqZxAYjV8eh3P7VZYQb92xmqf7ug,3718
|
|
617
|
-
moovio_sdk/models/operations/listaccounts.py,sha256=
|
|
617
|
+
moovio_sdk/models/operations/listaccounts.py,sha256=gxo_YOdcAD7seBiaiWV0kP_64qDl-vqge4t2Tt9Oqa0,6872
|
|
618
618
|
moovio_sdk/models/operations/listaccountterminalapplications.py,sha256=3txHt5LN0glujRuDgJ9wpeFCFKrRYwoTDSJYd5A_RN8,2613
|
|
619
619
|
moovio_sdk/models/operations/listadjustments.py,sha256=zCe-wryS5XbW75HnaH5UYKovfkW9LiNiGhi6LjWVDtw,2752
|
|
620
620
|
moovio_sdk/models/operations/listbankaccounts.py,sha256=wj8-E1aGn51EJBmdyxm97WEFJXIdxiHeAISmHKpRD4Q,2410
|
|
@@ -714,6 +714,6 @@ moovio_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
|
714
714
|
moovio_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
715
715
|
moovio_sdk/wallet_transactions.py,sha256=rWA4_DLFg6QegHSA1GCsCQWx2EfO12vimnvYZg0dRbc,23208
|
|
716
716
|
moovio_sdk/wallets.py,sha256=HcBpH4qpsaiatN81e4-pPBeJ6gndorUsiPS2XqNvxcY,42528
|
|
717
|
-
moovio_sdk-0.14.
|
|
718
|
-
moovio_sdk-0.14.
|
|
719
|
-
moovio_sdk-0.14.
|
|
717
|
+
moovio_sdk-0.14.7.dist-info/METADATA,sha256=En9m30_N0Kz6ULLyK5MT_DPB_H2jU1_aAWsoOHPaMdA,112767
|
|
718
|
+
moovio_sdk-0.14.7.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
|
719
|
+
moovio_sdk-0.14.7.dist-info/RECORD,,
|