moovio_sdk 0.16.2__py3-none-any.whl → 0.17.0__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/account_terminal_applications.py +8 -8
- moovio_sdk/accounts.py +18 -18
- moovio_sdk/adjustments.py +4 -4
- moovio_sdk/apple_pay.py +10 -10
- moovio_sdk/authentication.py +4 -4
- moovio_sdk/avatars.py +2 -2
- moovio_sdk/bank_accounts.py +18 -18
- moovio_sdk/branding.py +8 -8
- moovio_sdk/capabilities.py +8 -8
- moovio_sdk/card_issuing.py +10 -10
- moovio_sdk/cards.py +10 -10
- moovio_sdk/disputes.py +22 -22
- moovio_sdk/end_to_end_encryption.py +4 -4
- moovio_sdk/enriched_address.py +2 -2
- moovio_sdk/enriched_profile.py +2 -2
- moovio_sdk/fee_plans.py +14 -14
- moovio_sdk/files.py +6 -6
- moovio_sdk/httpclient.py +0 -1
- moovio_sdk/images.py +833 -0
- moovio_sdk/industries.py +2 -2
- moovio_sdk/institutions.py +4 -4
- moovio_sdk/issuing_transactions.py +10 -10
- moovio_sdk/models/components/__init__.py +21 -0
- moovio_sdk/models/components/capabilityid.py +1 -0
- moovio_sdk/models/components/imagemetadata.py +40 -0
- moovio_sdk/models/components/paymentmethodswallet.py +15 -0
- moovio_sdk/models/components/sendfunds.py +6 -0
- moovio_sdk/models/components/sendfundserror.py +9 -0
- moovio_sdk/models/components/sendfundsinstantbank.py +18 -0
- moovio_sdk/models/components/sendfundsinstantbankerror.py +21 -0
- moovio_sdk/models/components/wallet.py +4 -4
- moovio_sdk/models/components/wallettype.py +2 -2
- moovio_sdk/models/operations/__init__.py +80 -0
- moovio_sdk/models/operations/deleteimage.py +67 -0
- moovio_sdk/models/operations/getimagemetadata.py +71 -0
- moovio_sdk/models/operations/getpublicimage.py +74 -0
- moovio_sdk/models/operations/listimagemetadata.py +64 -0
- moovio_sdk/onboarding.py +8 -8
- moovio_sdk/payment_links.py +12 -12
- moovio_sdk/payment_methods.py +4 -4
- moovio_sdk/ping.py +2 -2
- moovio_sdk/receipts.py +4 -4
- moovio_sdk/representatives.py +10 -10
- moovio_sdk/scheduling.py +12 -12
- moovio_sdk/sdk.py +3 -0
- moovio_sdk/statements.py +4 -4
- moovio_sdk/support.py +10 -10
- moovio_sdk/sweeps.py +12 -12
- moovio_sdk/terminal_applications.py +10 -10
- moovio_sdk/transfers.py +22 -22
- moovio_sdk/underwriting.py +6 -6
- moovio_sdk/wallet_transactions.py +4 -4
- moovio_sdk/wallets.py +8 -8
- {moovio_sdk-0.16.2.dist-info → moovio_sdk-0.17.0.dist-info}/METADATA +51 -45
- {moovio_sdk-0.16.2.dist-info → moovio_sdk-0.17.0.dist-info}/RECORD +57 -49
- {moovio_sdk-0.16.2.dist-info → moovio_sdk-0.17.0.dist-info}/WHEEL +0 -0
moovio_sdk/wallets.py
CHANGED
|
@@ -93,7 +93,7 @@ class Wallets(BaseSDK):
|
|
|
93
93
|
config=self.sdk_configuration,
|
|
94
94
|
base_url=base_url or "",
|
|
95
95
|
operation_id="createWallet",
|
|
96
|
-
oauth2_scopes=
|
|
96
|
+
oauth2_scopes=None,
|
|
97
97
|
security_source=get_security_from_env(
|
|
98
98
|
self.sdk_configuration.security, components.Security
|
|
99
99
|
),
|
|
@@ -226,7 +226,7 @@ class Wallets(BaseSDK):
|
|
|
226
226
|
config=self.sdk_configuration,
|
|
227
227
|
base_url=base_url or "",
|
|
228
228
|
operation_id="createWallet",
|
|
229
|
-
oauth2_scopes=
|
|
229
|
+
oauth2_scopes=None,
|
|
230
230
|
security_source=get_security_from_env(
|
|
231
231
|
self.sdk_configuration.security, components.Security
|
|
232
232
|
),
|
|
@@ -357,7 +357,7 @@ class Wallets(BaseSDK):
|
|
|
357
357
|
config=self.sdk_configuration,
|
|
358
358
|
base_url=base_url or "",
|
|
359
359
|
operation_id="listWallets",
|
|
360
|
-
oauth2_scopes=
|
|
360
|
+
oauth2_scopes=None,
|
|
361
361
|
security_source=get_security_from_env(
|
|
362
362
|
self.sdk_configuration.security, components.Security
|
|
363
363
|
),
|
|
@@ -473,7 +473,7 @@ class Wallets(BaseSDK):
|
|
|
473
473
|
config=self.sdk_configuration,
|
|
474
474
|
base_url=base_url or "",
|
|
475
475
|
operation_id="listWallets",
|
|
476
|
-
oauth2_scopes=
|
|
476
|
+
oauth2_scopes=None,
|
|
477
477
|
security_source=get_security_from_env(
|
|
478
478
|
self.sdk_configuration.security, components.Security
|
|
479
479
|
),
|
|
@@ -580,7 +580,7 @@ class Wallets(BaseSDK):
|
|
|
580
580
|
config=self.sdk_configuration,
|
|
581
581
|
base_url=base_url or "",
|
|
582
582
|
operation_id="getWallet",
|
|
583
|
-
oauth2_scopes=
|
|
583
|
+
oauth2_scopes=None,
|
|
584
584
|
security_source=get_security_from_env(
|
|
585
585
|
self.sdk_configuration.security, components.Security
|
|
586
586
|
),
|
|
@@ -681,7 +681,7 @@ class Wallets(BaseSDK):
|
|
|
681
681
|
config=self.sdk_configuration,
|
|
682
682
|
base_url=base_url or "",
|
|
683
683
|
operation_id="getWallet",
|
|
684
|
-
oauth2_scopes=
|
|
684
|
+
oauth2_scopes=None,
|
|
685
685
|
security_source=get_security_from_env(
|
|
686
686
|
self.sdk_configuration.security, components.Security
|
|
687
687
|
),
|
|
@@ -799,7 +799,7 @@ class Wallets(BaseSDK):
|
|
|
799
799
|
config=self.sdk_configuration,
|
|
800
800
|
base_url=base_url or "",
|
|
801
801
|
operation_id="updateWallet",
|
|
802
|
-
oauth2_scopes=
|
|
802
|
+
oauth2_scopes=None,
|
|
803
803
|
security_source=get_security_from_env(
|
|
804
804
|
self.sdk_configuration.security, components.Security
|
|
805
805
|
),
|
|
@@ -938,7 +938,7 @@ class Wallets(BaseSDK):
|
|
|
938
938
|
config=self.sdk_configuration,
|
|
939
939
|
base_url=base_url or "",
|
|
940
940
|
operation_id="updateWallet",
|
|
941
|
-
oauth2_scopes=
|
|
941
|
+
oauth2_scopes=None,
|
|
942
942
|
security_source=get_security_from_env(
|
|
943
943
|
self.sdk_configuration.security, components.Security
|
|
944
944
|
),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: moovio_sdk
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.17.0
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -825,6 +825,13 @@ you'll need to specify the `/accounts/{accountID}/files.read` scope.
|
|
|
825
825
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
826
826
|
you'll need to specify the `/accounts/{accountID}/files.read` scope.
|
|
827
827
|
|
|
828
|
+
### [images](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/images/README.md)
|
|
829
|
+
|
|
830
|
+
* [list](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/images/README.md#list) - List metadata for all images in the specified account.
|
|
831
|
+
* [get_metadata](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/images/README.md#get_metadata) - Retrieve metadata for a specific image by its ID.
|
|
832
|
+
* [delete](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/images/README.md#delete) - Permanently delete an image by its ID.
|
|
833
|
+
* [get_public](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/images/README.md#get_public) - Get an image by its public ID.
|
|
834
|
+
|
|
828
835
|
### [industries](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/industries/README.md)
|
|
829
836
|
|
|
830
837
|
* [list](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/industries/README.md#list) - Returns a list of industries relevant to merchant profile enrichment. Results are ordered by industry name.
|
|
@@ -870,7 +877,6 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
|
870
877
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
871
878
|
you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
|
|
872
879
|
|
|
873
|
-
|
|
874
880
|
### [onboarding](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/onboarding/README.md)
|
|
875
881
|
|
|
876
882
|
* [create_invite](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/onboarding/README.md#create_invite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
|
|
@@ -1502,49 +1508,49 @@ with Moov(
|
|
|
1502
1508
|
|
|
1503
1509
|
|
|
1504
1510
|
**Inherit from [`MoovError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/mooverror.py)**:
|
|
1505
|
-
* [`GenericError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/genericerror.py): Applicable to
|
|
1506
|
-
* [`BrandValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/brandvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 3 of
|
|
1507
|
-
* [`ScheduleValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/schedulevalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of
|
|
1508
|
-
* [`TerminalApplicationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/terminalapplicationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of
|
|
1509
|
-
* [`Transfer`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/transfer.py): Details of a Transfer. Status code `409`. Applicable to 1 of
|
|
1510
|
-
* [`CardAcquiringRefund`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/cardacquiringrefund.py): Details of a card refund. Status code `409`. Applicable to 1 of
|
|
1511
|
-
* [`CreateAccountError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createaccounterror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1512
|
-
* [`PatchAccountError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/patchaccounterror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1513
|
-
* [`AssignCountriesError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/assigncountrieserror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1514
|
-
* [`LinkApplePayError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/linkapplepayerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1515
|
-
* [`BankAccountValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/bankaccountvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1516
|
-
* [`MicroDepositValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/microdepositvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1517
|
-
* [`AddCapabilitiesError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/addcapabilitieserror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1518
|
-
* [`LinkCardError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/linkcarderror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1519
|
-
* [`UpdateCardError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updatecarderror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1520
|
-
* [`FileUploadValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/fileuploadvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1521
|
-
* [`FeePlanAgreementError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/feeplanagreementerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1522
|
-
* [`FileValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/filevalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1523
|
-
* [`CreatePaymentLinkError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createpaymentlinkerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1524
|
-
* [`UpdatePaymentLinkError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updatepaymentlinkerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1525
|
-
* [`RepresentativeValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/representativevalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1526
|
-
* [`CreateSweepConfigError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createsweepconfigerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1527
|
-
* [`PatchSweepConfigError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/patchsweepconfigerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1528
|
-
* [`AccountTerminalApplicationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/accountterminalapplicationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1529
|
-
* [`CreateTicketError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createticketerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1530
|
-
* [`UpdateTicketError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updateticketerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1531
|
-
* [`TransferOptionsValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/transferoptionsvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1532
|
-
* [`TransferValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/transfervalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1533
|
-
* [`ListTransfersValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/listtransfersvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1534
|
-
* [`PatchTransferValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/patchtransfervalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1535
|
-
* [`RefundValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/refundvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1536
|
-
* [`ReversalValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/reversalvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1537
|
-
* [`UpsertUnderwritingError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/upsertunderwritingerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1538
|
-
* [`UpdateUnderwritingError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updateunderwritingerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1539
|
-
* [`CreateWalletValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createwalletvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1540
|
-
* [`ListWalletsValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/listwalletsvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1541
|
-
* [`PatchWalletValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/patchwalletvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1542
|
-
* [`ListWalletTransactionsValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/listwallettransactionsvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1543
|
-
* [`RequestCardError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/requestcarderror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1544
|
-
* [`UpdateIssuedCardError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updateissuedcarderror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1545
|
-
* [`RevokeTokenRequestError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/revoketokenrequesterror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1546
|
-
* [`AuthTokenRequestError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/authtokenrequesterror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1547
|
-
* [`OnboardingInviteError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/onboardinginviteerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of
|
|
1511
|
+
* [`GenericError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/genericerror.py): Applicable to 66 of 151 methods.*
|
|
1512
|
+
* [`BrandValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/brandvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 3 of 151 methods.*
|
|
1513
|
+
* [`ScheduleValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/schedulevalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 151 methods.*
|
|
1514
|
+
* [`TerminalApplicationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/terminalapplicationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 151 methods.*
|
|
1515
|
+
* [`Transfer`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/transfer.py): Details of a Transfer. Status code `409`. Applicable to 1 of 151 methods.*
|
|
1516
|
+
* [`CardAcquiringRefund`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/cardacquiringrefund.py): Details of a card refund. Status code `409`. Applicable to 1 of 151 methods.*
|
|
1517
|
+
* [`CreateAccountError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createaccounterror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1518
|
+
* [`PatchAccountError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/patchaccounterror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1519
|
+
* [`AssignCountriesError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/assigncountrieserror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1520
|
+
* [`LinkApplePayError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/linkapplepayerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1521
|
+
* [`BankAccountValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/bankaccountvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1522
|
+
* [`MicroDepositValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/microdepositvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1523
|
+
* [`AddCapabilitiesError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/addcapabilitieserror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1524
|
+
* [`LinkCardError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/linkcarderror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1525
|
+
* [`UpdateCardError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updatecarderror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1526
|
+
* [`FileUploadValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/fileuploadvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1527
|
+
* [`FeePlanAgreementError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/feeplanagreementerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1528
|
+
* [`FileValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/filevalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1529
|
+
* [`CreatePaymentLinkError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createpaymentlinkerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1530
|
+
* [`UpdatePaymentLinkError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updatepaymentlinkerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1531
|
+
* [`RepresentativeValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/representativevalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1532
|
+
* [`CreateSweepConfigError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createsweepconfigerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1533
|
+
* [`PatchSweepConfigError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/patchsweepconfigerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1534
|
+
* [`AccountTerminalApplicationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/accountterminalapplicationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1535
|
+
* [`CreateTicketError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createticketerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1536
|
+
* [`UpdateTicketError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updateticketerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1537
|
+
* [`TransferOptionsValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/transferoptionsvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1538
|
+
* [`TransferValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/transfervalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1539
|
+
* [`ListTransfersValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/listtransfersvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1540
|
+
* [`PatchTransferValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/patchtransfervalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1541
|
+
* [`RefundValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/refundvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1542
|
+
* [`ReversalValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/reversalvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1543
|
+
* [`UpsertUnderwritingError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/upsertunderwritingerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1544
|
+
* [`UpdateUnderwritingError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updateunderwritingerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1545
|
+
* [`CreateWalletValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createwalletvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1546
|
+
* [`ListWalletsValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/listwalletsvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1547
|
+
* [`PatchWalletValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/patchwalletvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1548
|
+
* [`ListWalletTransactionsValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/listwallettransactionsvalidationerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1549
|
+
* [`RequestCardError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/requestcarderror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1550
|
+
* [`UpdateIssuedCardError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updateissuedcarderror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1551
|
+
* [`RevokeTokenRequestError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/revoketokenrequesterror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1552
|
+
* [`AuthTokenRequestError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/authtokenrequesterror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1553
|
+
* [`OnboardingInviteError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/onboardinginviteerror.py): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 151 methods.*
|
|
1548
1554
|
* [`ResponseValidationError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
|
|
1549
1555
|
|
|
1550
1556
|
</details>
|
|
@@ -3,31 +3,32 @@ 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=
|
|
7
|
-
moovio_sdk/account_terminal_applications.py,sha256=
|
|
8
|
-
moovio_sdk/accounts.py,sha256=
|
|
9
|
-
moovio_sdk/adjustments.py,sha256=
|
|
10
|
-
moovio_sdk/apple_pay.py,sha256=
|
|
11
|
-
moovio_sdk/authentication.py,sha256=
|
|
12
|
-
moovio_sdk/avatars.py,sha256=
|
|
13
|
-
moovio_sdk/bank_accounts.py,sha256=
|
|
6
|
+
moovio_sdk/_version.py,sha256=Daa0R_pn0h8IRzZNJQh5v9sX1K8RdNtR_nwcJ-2xXvw,466
|
|
7
|
+
moovio_sdk/account_terminal_applications.py,sha256=P1WRR9YHhtETL3uJkzthEbOVTWYcFwXBYEP2b7vn-v8,38538
|
|
8
|
+
moovio_sdk/accounts.py,sha256=UC-9ywSHR7Ve4av6XC2nrh45qp06zHAiD5msPmOxI0g,100662
|
|
9
|
+
moovio_sdk/adjustments.py,sha256=zQFf-OpN1kIDwlmZN4-j_3WdvRA6xBROylzLlTDoA24,17621
|
|
10
|
+
moovio_sdk/apple_pay.py,sha256=JpdQRYHcNk_D1KA9oz5hWgoU8MF56dhJIm3MpjtT3Cs,56514
|
|
11
|
+
moovio_sdk/authentication.py,sha256=TRoO5RBFAxwZxiuG8F69-LLEPSCG7-Oo0TddbXuJX9A,22179
|
|
12
|
+
moovio_sdk/avatars.py,sha256=eixO1xmH0Vh0tf5f0L8fRs9qkVmRviCOJUbY7y1ElDA,8852
|
|
13
|
+
moovio_sdk/bank_accounts.py,sha256=AFiXv95Vileq4APmUZB2FicrfIshfjuu_RUoVyHNe5c,96970
|
|
14
14
|
moovio_sdk/basesdk.py,sha256=aJGrUjQuSZdtDG2zJb5awEQlV9lE_v2s1d044eKNiPc,12242
|
|
15
|
-
moovio_sdk/branding.py,sha256=
|
|
16
|
-
moovio_sdk/capabilities.py,sha256=
|
|
17
|
-
moovio_sdk/card_issuing.py,sha256=
|
|
18
|
-
moovio_sdk/cards.py,sha256=
|
|
19
|
-
moovio_sdk/disputes.py,sha256=
|
|
20
|
-
moovio_sdk/end_to_end_encryption.py,sha256=
|
|
21
|
-
moovio_sdk/enriched_address.py,sha256=
|
|
22
|
-
moovio_sdk/enriched_profile.py,sha256=
|
|
23
|
-
moovio_sdk/fee_plans.py,sha256=
|
|
24
|
-
moovio_sdk/files.py,sha256=
|
|
25
|
-
moovio_sdk/httpclient.py,sha256=
|
|
26
|
-
moovio_sdk/
|
|
27
|
-
moovio_sdk/
|
|
28
|
-
moovio_sdk/
|
|
15
|
+
moovio_sdk/branding.py,sha256=b3VI3RmkDKSmPMeLGdOPt0ZQFWHx28zB9F2YdbaVBDM,41264
|
|
16
|
+
moovio_sdk/capabilities.py,sha256=PPzs82I70kE4xpvBUiDMg-Uo7Jyi5gYQkopgCOqKqNc,39689
|
|
17
|
+
moovio_sdk/card_issuing.py,sha256=B0BwQR3OQax70c6QYyfButjf2ir9HCOFWOaX_7UnE5c,53791
|
|
18
|
+
moovio_sdk/cards.py,sha256=ce1AaTM06KnwpQcw24qIS1BYcPSftQpvOdT5wzWDa0M,58871
|
|
19
|
+
moovio_sdk/disputes.py,sha256=cz0YeQx8xcTubbp9NY79o2vtC4BGqQY6X-NjG2PuhCA,115832
|
|
20
|
+
moovio_sdk/end_to_end_encryption.py,sha256=U8ms-PNBgN4cLZeIX1_uxlf5fX9iER3g-GKM-yOXtO0,17719
|
|
21
|
+
moovio_sdk/enriched_address.py,sha256=jl08i-7mnXfre-6hqTs0Uwhmk6Fx8t3ih79fuQZaVNs,14013
|
|
22
|
+
moovio_sdk/enriched_profile.py,sha256=thK4d7jlR0mTkhtVNkC0VUhinHqo3ToveW173e-WIv0,9007
|
|
23
|
+
moovio_sdk/fee_plans.py,sha256=SSb-JKOQwf5hj9cuJap_3h4x3iTItdnmBAtX6h7UdHE,67645
|
|
24
|
+
moovio_sdk/files.py,sha256=QvfBgtYhMq07WmztsClUZps4Fzr1oxHkpR5mihgLSAY,29563
|
|
25
|
+
moovio_sdk/httpclient.py,sha256=dqTPONDBpRn4ktXfcetQiRXnG93f0pJkFhqsYFhLUac,3945
|
|
26
|
+
moovio_sdk/images.py,sha256=cFi2APV1dQDO7T7drTKufLWGNye24AGxmarIBs9sLvw,35233
|
|
27
|
+
moovio_sdk/industries.py,sha256=Fr2NPvvhPrE_8yEQQKO6AlmXwxFdiFkTJXkPEm-R1zw,9376
|
|
28
|
+
moovio_sdk/institutions.py,sha256=F4mO-lCYZwAtq22psCWwOtMm1-OkL2f6CiS3v-KBgZ4,20531
|
|
29
|
+
moovio_sdk/issuing_transactions.py,sha256=HPPLkRZaQESCtmfrpzCL8XaCm2-R8iZDGzCVbQEX_F8,48969
|
|
29
30
|
moovio_sdk/models/__init__.py,sha256=wIW9sbvSKlrGyoPY4mXvHqw-_Inpl6zqpN6U6j-w6SU,83
|
|
30
|
-
moovio_sdk/models/components/__init__.py,sha256=
|
|
31
|
+
moovio_sdk/models/components/__init__.py,sha256=FUolZu0Vt54OhxxRe19N_DiC6lh1RJrN-8_8sGrOZw0,127534
|
|
31
32
|
moovio_sdk/models/components/account.py,sha256=gIzVHHbfwM-YZns1m9b2z6es5mX-LtCOd7C0N-oPBBA,4189
|
|
32
33
|
moovio_sdk/models/components/accountcapability.py,sha256=LJ908Zr4lw2qtMwUMLWoscTUjj5wV7YlZ4Z0Vv_abjg,527
|
|
33
34
|
moovio_sdk/models/components/accountcountries.py,sha256=sI1VAu3PqS2HTOarkT7f6FbkgUT55NL57PvAZKcbRHw,456
|
|
@@ -106,7 +107,7 @@ moovio_sdk/models/components/calltoaction.py,sha256=OEoZZ8IL_e7yg3d5kx3dSKhDmWNr
|
|
|
106
107
|
moovio_sdk/models/components/cancellation.py,sha256=uJa6fvYaxb35ykRAmPWbboSwZQEW101eP9KIPUl7D3Y,631
|
|
107
108
|
moovio_sdk/models/components/cancellationstatus.py,sha256=WiVcYjKloz2EN9jFDi1WYKS8vhEH6ZwxcZTyBf595b8,243
|
|
108
109
|
moovio_sdk/models/components/capability.py,sha256=RqhO4nKrno1W1BdNoFp09xxWlstUGKfFBa6YtaIudUI,2425
|
|
109
|
-
moovio_sdk/models/components/capabilityid.py,sha256=
|
|
110
|
+
moovio_sdk/models/components/capabilityid.py,sha256=aJw1MiC2OOZFjkHVgZ36HwOJjroS0abkMzCd5OLhwjQ,1290
|
|
110
111
|
moovio_sdk/models/components/capabilityrequirement.py,sha256=C6OpQqGmdi93uwgkc5hNQgPHDqbn-QAspGNvR0fdm5M,992
|
|
111
112
|
moovio_sdk/models/components/capabilitystatus.py,sha256=Wqgrj9LPmu4DMxlEPewTs30vDQeIMNDtmE5iv7OINCs,336
|
|
112
113
|
moovio_sdk/models/components/card.py,sha256=9aJnz6eUsFXN0m0OK0UYDwdlowtp7S7VpE6T0SR_bnI,7756
|
|
@@ -244,6 +245,7 @@ moovio_sdk/models/components/governmentid.py,sha256=33k1CxMiMxiclwQ2GVEwJcBcyAEM
|
|
|
244
245
|
moovio_sdk/models/components/governmentiderror.py,sha256=oQM3JAM3G3Mxt4w5yRNNPpw1FIeobc44GbKhvgTqKZo,1071
|
|
245
246
|
moovio_sdk/models/components/granttype.py,sha256=j7dVMjidy1nrWlSPTE7--_vTiqRTAH4F6xHub5kp78A,481
|
|
246
247
|
moovio_sdk/models/components/guestprofile.py,sha256=DqixB6MCi-Ihw1u5t7H4cGuD3ChBkJ1Z0r3opaNl5MQ,917
|
|
248
|
+
moovio_sdk/models/components/imagemetadata.py,sha256=mnBGTggtUEXSQP6S8Q5Hv2QDnDHi7tSCuFMqWhdlDy8,1240
|
|
247
249
|
moovio_sdk/models/components/incurredfee.py,sha256=aPTYTUICtts5sFinKIcRAD3hm78oJG7ZkS0GuCyovD0,1477
|
|
248
250
|
moovio_sdk/models/components/individualname.py,sha256=RkigcoUQFs7SkLyhO4tTvmGH_6ny9muNlZgfnAfXtpM,1041
|
|
249
251
|
moovio_sdk/models/components/individualnameerror.py,sha256=CAKDn7LAHNnRti82YPlOai0l9ELSZf_Ya_JFWyRdehY,757
|
|
@@ -328,7 +330,7 @@ moovio_sdk/models/components/paymentlinkstatus.py,sha256=msrQMJyTpPfxsiY_jlYLUjf
|
|
|
328
330
|
moovio_sdk/models/components/paymentmethod.py,sha256=0Y5Dw43hTWrT3md6TYLWw71UaqgXx-FoGDkC2yRNQaM,3106
|
|
329
331
|
moovio_sdk/models/components/paymentmethodsbankaccount.py,sha256=hFtw7jmbaMqyhqWV1lv7lsU-jPxtZHC8TB8lQRMMO7M,2160
|
|
330
332
|
moovio_sdk/models/components/paymentmethodscard.py,sha256=TaC-4I1GI-ZYeu79vrQB0BiLjUjkrE5RhESYu4Ou1Ww,5233
|
|
331
|
-
moovio_sdk/models/components/paymentmethodswallet.py,sha256=
|
|
333
|
+
moovio_sdk/models/components/paymentmethodswallet.py,sha256=febeW8yF91ZDTsNvd5Q9H2Ao4j5F-_HmkkLc7Kidiow,1103
|
|
332
334
|
moovio_sdk/models/components/paymentmethodtype.py,sha256=fix1w2wY7-xoKQH5wYb0kbMeNlg5gM3GGqCpiYJHvi4,678
|
|
333
335
|
moovio_sdk/models/components/payoutdetailserror.py,sha256=UkRP7L99TiPkNcIEGEhR8HJbLeTPhOHRSDTGu3i92uM,685
|
|
334
336
|
moovio_sdk/models/components/payoutrecipient.py,sha256=qriv-_mDdRPS5RQ9UXgNVDa9ydY-4jhZSgwg21MRi7s,964
|
|
@@ -380,10 +382,12 @@ moovio_sdk/models/components/schedulepaymentmethod.py,sha256=-DFfpY3Ssb0Kqy5YfFU
|
|
|
380
382
|
moovio_sdk/models/components/scheduleresponse.py,sha256=1jls_1PqzU9waltr3wrclZDk4G8rlaxQxIppij5UQw8,2017
|
|
381
383
|
moovio_sdk/models/components/seccode.py,sha256=Vw9VrvvHQCcuCarjvmywDbV5EzTb58SYKDNznx4TFT0,286
|
|
382
384
|
moovio_sdk/models/components/security.py,sha256=K8nEZFCo2B6XwNLPyB2gk4tIhSP4oA29ybH9K9PUYHM,904
|
|
383
|
-
moovio_sdk/models/components/sendfunds.py,sha256=
|
|
385
|
+
moovio_sdk/models/components/sendfunds.py,sha256=L6v7RN0iAFyij023DTwctAIRvJCIdDXbmFhQQ-kWNAg,1141
|
|
384
386
|
moovio_sdk/models/components/sendfundsach.py,sha256=g1mVYMTwylbgdqMF-Ewx7s3ycMsLwV1n-D86iXk6kww,598
|
|
385
387
|
moovio_sdk/models/components/sendfundsacherror.py,sha256=x_FniJ2J3UN1L4Tmo8lxUpTatK9eZXp3p5zDYwpxWhA,646
|
|
386
|
-
moovio_sdk/models/components/sendfundserror.py,sha256=
|
|
388
|
+
moovio_sdk/models/components/sendfundserror.py,sha256=x-81r9y1a3dEV4zDtFA-QOsK7jWg3fCZjbXEAKW4_xw,1277
|
|
389
|
+
moovio_sdk/models/components/sendfundsinstantbank.py,sha256=iU8KYoHnJuIjnfsnRLVsd2zT6GI2UfRjCtXt1VAoRaM,614
|
|
390
|
+
moovio_sdk/models/components/sendfundsinstantbankerror.py,sha256=NLEg_V4PSjmcLNVkxfPkKOQWP4iJj_q93XFrTSfo4CA,662
|
|
387
391
|
moovio_sdk/models/components/sendfundspushtocard.py,sha256=RbPxqT59du_xp3P0JiptnFR3Bu-J7G2k8OG2oDYMgaQ,612
|
|
388
392
|
moovio_sdk/models/components/sendfundspushtocarderror.py,sha256=1WHCLopMpG0crsj9vMtkN7j8W3UMRnVk77HsZ9B4uAo,660
|
|
389
393
|
moovio_sdk/models/components/sendfundsrtp.py,sha256=ZuLhQIGOHldr-DR-NBQ0miFaDA_HFaRNiwEDA9dFCzI,598
|
|
@@ -451,14 +455,14 @@ moovio_sdk/models/components/volumebycustomertype.py,sha256=xA-0-3DWRxmHLZ-J0Zjy
|
|
|
451
455
|
moovio_sdk/models/components/volumebycustomertypeerror.py,sha256=zted3iTK3pbCdIRgaBV-3-wW0KUGDRhTRkyiJnHKJbw,739
|
|
452
456
|
moovio_sdk/models/components/volumesharebycustomertype.py,sha256=Tea6z-3mfBfywfS6wRGg343Ba9igaM6wvLYp39tU8h0,519
|
|
453
457
|
moovio_sdk/models/components/volumesharebycustomertypeerror.py,sha256=EjKMdHyRUKEUdfh2N0zunYcD59SXPWWYDrLLCW2mCVo,529
|
|
454
|
-
moovio_sdk/models/components/wallet.py,sha256=
|
|
458
|
+
moovio_sdk/models/components/wallet.py,sha256=7dGQNT8WyUjLUTKy5zL3s6jVFQdPztc6h61pllNHQ5o,2798
|
|
455
459
|
moovio_sdk/models/components/walletavailablebalance.py,sha256=belUWnDIVDHGwkuuv8sh-ZIjkxqZwRz8BU7CzcjUJ1o,854
|
|
456
460
|
moovio_sdk/models/components/walletstatus.py,sha256=MByg0BSXWicjq8jPjaXFATTIO21ZJQxwgPlkaNMsJCQ,430
|
|
457
461
|
moovio_sdk/models/components/wallettransaction.py,sha256=oVx_Vtmw0UmSGk_Mdw_DeFpygp7Vva0iP9jyml0FnzY,6940
|
|
458
462
|
moovio_sdk/models/components/wallettransactionsourcetype.py,sha256=LHeQsR01d8plpWFmIFt7FUiSILxNVlF7rg1Lwa_2QXc,430
|
|
459
463
|
moovio_sdk/models/components/wallettransactionstatus.py,sha256=7V75cmxoazf9FwZnZxAbJ_Rw0qXEGa0WapyMAQCv2_8,274
|
|
460
464
|
moovio_sdk/models/components/wallettransactiontype.py,sha256=QiW9XXAGmUUfu7Pnx0AQJ10BAPfyyD0m20WhqNVCWZU,1116
|
|
461
|
-
moovio_sdk/models/components/wallettype.py,sha256=
|
|
465
|
+
moovio_sdk/models/components/wallettype.py,sha256=Z91HJ6fgRPdlIzuME_S00tk6Mkqm4Q6gcI6halBaUSs,443
|
|
462
466
|
moovio_sdk/models/components/webhookbillingstatementcreated.py,sha256=JcjqydW9LRj1ZxxGNZy6EYOD-94PG9wYuC6zaQVKimw,417
|
|
463
467
|
moovio_sdk/models/components/webhookdata.py,sha256=5GeU3S148ONxR1UnO0vrbmD9hE8owgcMYjHWdXV2eFU,7792
|
|
464
468
|
moovio_sdk/models/components/webhookdataaccountcreated.py,sha256=Z4UsBDxO-oO_Vm376helYqS4CIL1BKK_OJgHoLREC_Y,559
|
|
@@ -551,7 +555,7 @@ moovio_sdk/models/errors/updateunderwritingerror.py,sha256=8M35UyziU80NTyTli-lWZ
|
|
|
551
555
|
moovio_sdk/models/errors/upsertunderwritingerror.py,sha256=bunmESq8arMpXI3fuNQf_PY4MQpIP7_181dJP7tjdD0,3250
|
|
552
556
|
moovio_sdk/models/internal/__init__.py,sha256=xowceJVTVAP3WRyQ0NEGkm9PAoYU1l0_VYgXZP0ZvlM,1569
|
|
553
557
|
moovio_sdk/models/internal/globals.py,sha256=uz3scUHVTLawU2bzU4ov4C3bSRwoNolTJ5O27QSMIgA,1701
|
|
554
|
-
moovio_sdk/models/operations/__init__.py,sha256=
|
|
558
|
+
moovio_sdk/models/operations/__init__.py,sha256=1ViFFZ2XJWB6-N44kn_EdYQDCuVxXYmW_ldm8fDtqG4,130437
|
|
555
559
|
moovio_sdk/models/operations/acceptdispute.py,sha256=imJTeB7PuXqfKBqA-VkIAFFNpW92U7DMxPx7CEb9eDQ,2544
|
|
556
560
|
moovio_sdk/models/operations/assignaccountcountries.py,sha256=NIGZ5oNIW7Ei4Y7WNnMVqcYUSQgIq3o_TlR0_ptwLJg,2753
|
|
557
561
|
moovio_sdk/models/operations/cancelschedule.py,sha256=7h3S-76QlIKdmdQUVHIId-Zay3tc8TVZqqg7SzaudCg,2534
|
|
@@ -577,6 +581,7 @@ moovio_sdk/models/operations/createtransfer.py,sha256=UeGpxBVsHy_sES-xLfdAqNFXEx
|
|
|
577
581
|
moovio_sdk/models/operations/createtransferoptions.py,sha256=4bPqmO892YebolkzL3NeLQKylZu0neN5pUoEWdBpTm8,2945
|
|
578
582
|
moovio_sdk/models/operations/createwallet.py,sha256=iwESZbEJoVQ8jDOPvfSa3TtSbOyNFDO0UB0hn2D8R34,2771
|
|
579
583
|
moovio_sdk/models/operations/deletedisputeevidencefile.py,sha256=NHUuvakVuXiCwqI_gDDgjhFAAfKypztOzasr0S78KQE,2648
|
|
584
|
+
moovio_sdk/models/operations/deleteimage.py,sha256=18PR2MG21L1OrqjPw1j_0G7FjkQMFFBzprGvezL3_Ag,2367
|
|
580
585
|
moovio_sdk/models/operations/deleterepresentative.py,sha256=H3bKQTMMsB9_wCqxfZqwgq-NljV5W-lGWzXIHEnxxv0,2582
|
|
581
586
|
moovio_sdk/models/operations/deleteterminalapplication.py,sha256=4PWTRg4RR--XoZK-ZZgjNYlMbefs-Diioc8Om1bbHO8,2307
|
|
582
587
|
moovio_sdk/models/operations/disablebankaccount.py,sha256=xkm3S1Gb_-57Cz7U_4GE7aomEHmnlIe_A84Viukpl-Y,2429
|
|
@@ -604,6 +609,7 @@ moovio_sdk/models/operations/getenrichmentaddress.py,sha256=LRjEQyvWN0017MxDFPrG
|
|
|
604
609
|
moovio_sdk/models/operations/getenrichmentprofile.py,sha256=iHW609RJa2aPgFgN8I1GeUvGZ2N4kyOw2faNDKLyY-k,2448
|
|
605
610
|
moovio_sdk/models/operations/getfiledetails.py,sha256=PDfXCB4EDjcr00yF_k562K-joMafe1AaRj7Rq_kF36A,2565
|
|
606
611
|
moovio_sdk/models/operations/getfullissuedcard.py,sha256=lTm0SZP5vBjzoBwh5A7GOHOJvKldSvEAn7Bs0Wsskqk,2757
|
|
612
|
+
moovio_sdk/models/operations/getimagemetadata.py,sha256=vjuz0f2831cdvLjuzRsDI0mLoWxuZg7otINdiefC-Xw,2592
|
|
607
613
|
moovio_sdk/models/operations/getissuedcard.py,sha256=mnZe2XVASvYI0-bhYrKt9p07VtuCZmoIUZ4-19ROf6g,2709
|
|
608
614
|
moovio_sdk/models/operations/getissuedcardauthorization.py,sha256=Rh2BMdsw1UluKgbuYNajmDeR56XnNJYF-pVsp-TPEUY,2887
|
|
609
615
|
moovio_sdk/models/operations/getissuedcardtransaction.py,sha256=nusrhPPdI-W5Numhr3BCWDAxP4iZCSO31QSHAh-ADH4,2871
|
|
@@ -612,6 +618,7 @@ moovio_sdk/models/operations/getonboardinginvite.py,sha256=4xp-_CGqhf_U3Fk9YqkKi
|
|
|
612
618
|
moovio_sdk/models/operations/getpaymentlink.py,sha256=XH7IZR48GUsNz8kPYQPNu0prkp_O5uXg0Y0VCriCk9c,2594
|
|
613
619
|
moovio_sdk/models/operations/getpaymentlinkqrcode.py,sha256=gCF1v6D2ypcM4JrpFgKKtoR_hwi9Eg9Zymr1oU7SDEE,2984
|
|
614
620
|
moovio_sdk/models/operations/getpaymentmethod.py,sha256=AuW2MtoAr9OX7NJKsBFT0eZ4N8daa7VIDx9t6uK6k4o,2618
|
|
621
|
+
moovio_sdk/models/operations/getpublicimage.py,sha256=Ajf7NOOsTNQ6vA9WDX0j-32JL51vRA6_iwVRn7DtIWU,2262
|
|
615
622
|
moovio_sdk/models/operations/getrefund.py,sha256=aZvHuLnG00FLfg60rz9Cyowq5YZgfDJGmMEJ87JXPhs,2945
|
|
616
623
|
moovio_sdk/models/operations/getrepresentative.py,sha256=XuUWGVrCIowalB7eoAq0yHhJz1susEfBIu98NQ3Jcco,2765
|
|
617
624
|
moovio_sdk/models/operations/getscheduledoccurrence.py,sha256=Po2VhcfiSeNtmJkXamQyvs8YUL2WPowc-RjyuiVm4KU,3505
|
|
@@ -646,6 +653,7 @@ moovio_sdk/models/operations/listfeeplanagreements.py,sha256=ekmwOWI1T1quWxKjs15
|
|
|
646
653
|
moovio_sdk/models/operations/listfeeplans.py,sha256=WQrKZF1qv1bqJXFfGjtNbh47MTor4b6PgXHrK_jy-j8,2773
|
|
647
654
|
moovio_sdk/models/operations/listfeesfetch.py,sha256=I4gEjnWXepSc0olqzsLLlz1PSHi8FDxe_XgMQf4v3fU,2823
|
|
648
655
|
moovio_sdk/models/operations/listfiles.py,sha256=SF42uW767_lbr3G9vXa_e_3UzM5oKE0NgyuEf2oo8oU,2368
|
|
656
|
+
moovio_sdk/models/operations/listimagemetadata.py,sha256=ghv4uFkSQUTjwPm81sAyMy9OVTi8aSofBcrgHDOMltI,2428
|
|
649
657
|
moovio_sdk/models/operations/listindustries.py,sha256=jwOztYjUxtdxW4WjPGqcTmjRymbZ0WHRirLucARvd7A,2249
|
|
650
658
|
moovio_sdk/models/operations/listinstitutions.py,sha256=gbH89wXn8dkSLiEKpAuoSqfPcnf4fsucxvk5Vw245NU,3609
|
|
651
659
|
moovio_sdk/models/operations/listissuedcardauthorizationevents.py,sha256=x4CQf5zNl3FdPipyjRNgfNeVtKth7ijsNz42ezTWry8,3354
|
|
@@ -699,24 +707,24 @@ moovio_sdk/models/operations/uploaddisputeevidencetext.py,sha256=5hC4mQy_YPrUtWL
|
|
|
699
707
|
moovio_sdk/models/operations/uploadfile.py,sha256=BqwXLmdV7Gg3jzI0QqdRCQZes5B9mtmpFXKTxfw-VGA,2818
|
|
700
708
|
moovio_sdk/models/operations/upsertbrand.py,sha256=Onr49PCyIjnWXr9iyEcSV719_0R5JHw9DYUVpfXHCqs,2675
|
|
701
709
|
moovio_sdk/models/operations/upsertunderwriting.py,sha256=HPgZANiH8wRV8VgEC9tl7vefp4m2cN9ZOQT_OSkhiNA,2783
|
|
702
|
-
moovio_sdk/onboarding.py,sha256=
|
|
703
|
-
moovio_sdk/payment_links.py,sha256=
|
|
704
|
-
moovio_sdk/payment_methods.py,sha256=
|
|
705
|
-
moovio_sdk/ping.py,sha256=
|
|
710
|
+
moovio_sdk/onboarding.py,sha256=FdTbpqqYF4KyLZ2uLcrqa3v596Ic7xPvr6-7yxJp5K4,38017
|
|
711
|
+
moovio_sdk/payment_links.py,sha256=leb_eP_rZDspMDiEGrspJyt5z7rPUqkIbujgw-QL6-c,66450
|
|
712
|
+
moovio_sdk/payment_methods.py,sha256=s0SuB7iUKD0pHWqIx9W8c8Esv99X1YWA6IFZ6g7NrrI,19344
|
|
713
|
+
moovio_sdk/ping.py,sha256=egNkmemIyOXWRTt67BrZLRq3DOjHVTokrdCXMSnp3xs,8679
|
|
706
714
|
moovio_sdk/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
|
|
707
|
-
moovio_sdk/receipts.py,sha256=
|
|
708
|
-
moovio_sdk/representatives.py,sha256=
|
|
709
|
-
moovio_sdk/scheduling.py,sha256=
|
|
710
|
-
moovio_sdk/sdk.py,sha256=
|
|
715
|
+
moovio_sdk/receipts.py,sha256=RYD4zg7Ou1wr9dOyB0B_c2z5xojNvSWNDhQJFbDlMjQ,19043
|
|
716
|
+
moovio_sdk/representatives.py,sha256=QgYFSM0Tv9m4EnXJIyyGLiouV50qcjfCntyllx6rAj8,60239
|
|
717
|
+
moovio_sdk/scheduling.py,sha256=1B6wCUbwCTa9XlwbEJssDHYU7AL6fzMm9Kb4mhc63_Q,60914
|
|
718
|
+
moovio_sdk/sdk.py,sha256=IIPTRLM9RgnZYg5yR9DCtiFmRZq1b_GVKwirDxVAs_M,12805
|
|
711
719
|
moovio_sdk/sdkconfiguration.py,sha256=vvZHznUDI2m3Z8ddTKDFUXkQu4mNBGX8Q9Zx7XpR3WY,1665
|
|
712
|
-
moovio_sdk/statements.py,sha256=
|
|
713
|
-
moovio_sdk/support.py,sha256=
|
|
714
|
-
moovio_sdk/sweeps.py,sha256=
|
|
715
|
-
moovio_sdk/terminal_applications.py,sha256=
|
|
716
|
-
moovio_sdk/transfers.py,sha256=
|
|
720
|
+
moovio_sdk/statements.py,sha256=6mYhfYupMKd8OqHSe3SFBFh8jEKxCKVKypJaHbsW5L0,21153
|
|
721
|
+
moovio_sdk/support.py,sha256=2dHer1tUbpxBiaCHzaAIfjmsbrHDKbM-AbX0mU4jVWg,50539
|
|
722
|
+
moovio_sdk/sweeps.py,sha256=XREvrHgSDYzqNeUN_lBeI_hSp249Ryl9coT4FR1sVvA,61552
|
|
723
|
+
moovio_sdk/terminal_applications.py,sha256=kzk0ChYquJ4yWybx-3COQQVzGeE6XnxSSoI-73nh5P0,50997
|
|
724
|
+
moovio_sdk/transfers.py,sha256=Cgxne0OHR5oehdLIbFo-kpCqDZbWl-vZv1ap4iXvtRQ,127797
|
|
717
725
|
moovio_sdk/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
|
|
718
726
|
moovio_sdk/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
|
|
719
|
-
moovio_sdk/underwriting.py,sha256=
|
|
727
|
+
moovio_sdk/underwriting.py,sha256=SAHJ36X_fM6KtmOJwUEmfbiG9w9pgnjIGUHYww1ovDo,37436
|
|
720
728
|
moovio_sdk/utils/__init__.py,sha256=CAG0O76aEToGKXpT6Ft87Vd-iiQTh4XdBrQ37BVbsiM,5861
|
|
721
729
|
moovio_sdk/utils/annotations.py,sha256=FvfvVTUj8TUclm4HbGgY5yi2Ap7EzGmu2UPFU4FwC1w,2755
|
|
722
730
|
moovio_sdk/utils/datetimes.py,sha256=oppAA5e3V35pQov1-FNLKxAaNF1_XWi-bQtyjjql3H8,855
|
|
@@ -734,8 +742,8 @@ moovio_sdk/utils/serializers.py,sha256=Hndks5M_rJXVub_N5lu0gKZQUoEmWrn6PN7R-0Hwv
|
|
|
734
742
|
moovio_sdk/utils/unmarshal_json_response.py,sha256=Kr8UvsNaQp6pymeypUuOUCOcSsMlLwdoOR8Th2QWOJw,593
|
|
735
743
|
moovio_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
736
744
|
moovio_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
737
|
-
moovio_sdk/wallet_transactions.py,sha256=
|
|
738
|
-
moovio_sdk/wallets.py,sha256=
|
|
739
|
-
moovio_sdk-0.
|
|
740
|
-
moovio_sdk-0.
|
|
741
|
-
moovio_sdk-0.
|
|
745
|
+
moovio_sdk/wallet_transactions.py,sha256=YPn4GgAkj1MbcA6PfqI9JCXXvaCmCK_i7LjdT9P-iH8,23903
|
|
746
|
+
moovio_sdk/wallets.py,sha256=probtxxWU4fXD_t6RPiECntgOzQlMZH-tsueH7BfBkU,43262
|
|
747
|
+
moovio_sdk-0.17.0.dist-info/METADATA,sha256=EVethr1qPmxndvMYgUjfzXWGjrbGe3gHRmT__Ilw8lA,115705
|
|
748
|
+
moovio_sdk-0.17.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
749
|
+
moovio_sdk-0.17.0.dist-info/RECORD,,
|
|
File without changes
|