moovio_sdk 0.13.6__py3-none-any.whl → 0.13.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.
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.13.6"
6
+ __version__: str = "0.13.7"
7
7
  __openapi_doc_version__: str = "latest"
8
- __gen_version__: str = "2.656.9"
9
- __user_agent__: str = "speakeasy-sdk/python 0.13.6 2.656.9 latest moovio_sdk"
8
+ __gen_version__: str = "2.657.1"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.13.7 2.657.1 latest moovio_sdk"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -115,7 +115,7 @@ class AccountTerminalApplications(BaseSDK):
115
115
  if utils.match_response(http_res, "200", "application/json"):
116
116
  return operations.LinkAccountTerminalApplicationResponse(
117
117
  result=unmarshal_json_response(
118
- components.TerminalApplication, http_res
118
+ components.AccountTerminalApplication, http_res
119
119
  ),
120
120
  headers=utils.get_response_headers(http_res.headers),
121
121
  )
@@ -246,7 +246,7 @@ class AccountTerminalApplications(BaseSDK):
246
246
  if utils.match_response(http_res, "200", "application/json"):
247
247
  return operations.LinkAccountTerminalApplicationResponse(
248
248
  result=unmarshal_json_response(
249
- components.TerminalApplication, http_res
249
+ components.AccountTerminalApplication, http_res
250
250
  ),
251
251
  headers=utils.get_response_headers(http_res.headers),
252
252
  )
@@ -352,7 +352,7 @@ class AccountTerminalApplications(BaseSDK):
352
352
  if utils.match_response(http_res, "200", "application/json"):
353
353
  return operations.ListAccountTerminalApplicationsResponse(
354
354
  result=unmarshal_json_response(
355
- List[components.TerminalApplication], http_res
355
+ List[components.AccountTerminalApplication], http_res
356
356
  ),
357
357
  headers=utils.get_response_headers(http_res.headers),
358
358
  )
@@ -450,7 +450,7 @@ class AccountTerminalApplications(BaseSDK):
450
450
  if utils.match_response(http_res, "200", "application/json"):
451
451
  return operations.ListAccountTerminalApplicationsResponse(
452
452
  result=unmarshal_json_response(
453
- List[components.TerminalApplication], http_res
453
+ List[components.AccountTerminalApplication], http_res
454
454
  ),
455
455
  headers=utils.get_response_headers(http_res.headers),
456
456
  )
@@ -551,7 +551,7 @@ class AccountTerminalApplications(BaseSDK):
551
551
  if utils.match_response(http_res, "200", "application/json"):
552
552
  return operations.GetAccountTerminalApplicationResponse(
553
553
  result=unmarshal_json_response(
554
- components.TerminalApplication, http_res
554
+ components.AccountTerminalApplication, http_res
555
555
  ),
556
556
  headers=utils.get_response_headers(http_res.headers),
557
557
  )
@@ -652,7 +652,7 @@ class AccountTerminalApplications(BaseSDK):
652
652
  if utils.match_response(http_res, "200", "application/json"):
653
653
  return operations.GetAccountTerminalApplicationResponse(
654
654
  result=unmarshal_json_response(
655
- components.TerminalApplication, http_res
655
+ components.AccountTerminalApplication, http_res
656
656
  ),
657
657
  headers=utils.get_response_headers(http_res.headers),
658
658
  )
@@ -11,6 +11,10 @@ if TYPE_CHECKING:
11
11
  AccountNameVerification,
12
12
  AccountNameVerificationTypedDict,
13
13
  )
14
+ from .accountterminalapplication import (
15
+ AccountTerminalApplication,
16
+ AccountTerminalApplicationTypedDict,
17
+ )
14
18
  from .accounttype import AccountType
15
19
  from .accountverificationstatus import AccountVerificationStatus
16
20
  from .achcreditsamedaypaymentmethod import (
@@ -829,6 +833,10 @@ if TYPE_CHECKING:
829
833
  from .terminalapplication import TerminalApplication, TerminalApplicationTypedDict
830
834
  from .terminalapplicationplatform import TerminalApplicationPlatform
831
835
  from .terminalapplicationstatus import TerminalApplicationStatus
836
+ from .terminalapplicationversion import (
837
+ TerminalApplicationVersion,
838
+ TerminalApplicationVersionTypedDict,
839
+ )
832
840
  from .terminalcard import TerminalCard, TerminalCardTypedDict
833
841
  from .terminalconfiguration import (
834
842
  TerminalConfiguration,
@@ -1083,6 +1091,8 @@ __all__ = [
1083
1091
  "AccountCountriesTypedDict",
1084
1092
  "AccountNameVerification",
1085
1093
  "AccountNameVerificationTypedDict",
1094
+ "AccountTerminalApplication",
1095
+ "AccountTerminalApplicationTypedDict",
1086
1096
  "AccountType",
1087
1097
  "AccountTypedDict",
1088
1098
  "AccountVerificationStatus",
@@ -1790,6 +1800,8 @@ __all__ = [
1790
1800
  "TerminalApplicationPlatform",
1791
1801
  "TerminalApplicationStatus",
1792
1802
  "TerminalApplicationTypedDict",
1803
+ "TerminalApplicationVersion",
1804
+ "TerminalApplicationVersionTypedDict",
1793
1805
  "TerminalCard",
1794
1806
  "TerminalCardTypedDict",
1795
1807
  "TerminalConfiguration",
@@ -1975,6 +1987,8 @@ _dynamic_imports: dict[str, str] = {
1975
1987
  "AccountCountriesTypedDict": ".accountcountries",
1976
1988
  "AccountNameVerification": ".accountnameverification",
1977
1989
  "AccountNameVerificationTypedDict": ".accountnameverification",
1990
+ "AccountTerminalApplication": ".accountterminalapplication",
1991
+ "AccountTerminalApplicationTypedDict": ".accountterminalapplication",
1978
1992
  "AccountType": ".accounttype",
1979
1993
  "AccountVerificationStatus": ".accountverificationstatus",
1980
1994
  "AchCreditSameDayPaymentMethod": ".achcreditsamedaypaymentmethod",
@@ -2689,6 +2703,8 @@ _dynamic_imports: dict[str, str] = {
2689
2703
  "TerminalApplicationTypedDict": ".terminalapplication",
2690
2704
  "TerminalApplicationPlatform": ".terminalapplicationplatform",
2691
2705
  "TerminalApplicationStatus": ".terminalapplicationstatus",
2706
+ "TerminalApplicationVersion": ".terminalapplicationversion",
2707
+ "TerminalApplicationVersionTypedDict": ".terminalapplicationversion",
2692
2708
  "TerminalCard": ".terminalcard",
2693
2709
  "TerminalCardTypedDict": ".terminalcard",
2694
2710
  "TerminalConfiguration": ".terminalconfiguration",
@@ -0,0 +1,27 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from moovio_sdk.types import BaseModel
5
+ import pydantic
6
+ from typing_extensions import Annotated, TypedDict
7
+
8
+
9
+ class AccountTerminalApplicationTypedDict(TypedDict):
10
+ r"""Describes link between an account and a terminal application."""
11
+
12
+ account_id: str
13
+ r"""ID of the merchant account."""
14
+ terminal_application_id: str
15
+ r"""ID of the terminal application."""
16
+
17
+
18
+ class AccountTerminalApplication(BaseModel):
19
+ r"""Describes link between an account and a terminal application."""
20
+
21
+ account_id: Annotated[str, pydantic.Field(alias="accountID")]
22
+ r"""ID of the merchant account."""
23
+
24
+ terminal_application_id: Annotated[
25
+ str, pydantic.Field(alias="terminalApplicationID")
26
+ ]
27
+ r"""ID of the terminal application."""
@@ -18,9 +18,9 @@ class CreateTerminalApplicationTypedDict(TypedDict):
18
18
  package_name: NotRequired[str]
19
19
  r"""The app package name of the terminal application. Required if platform is `android`."""
20
20
  sha256_digest: NotRequired[str]
21
- r"""The app version of the terminal application. Required if paltform is `android`."""
21
+ r"""The SHA-256 digest of the signing key for the application. Required if platform is `android`."""
22
22
  version_code: NotRequired[str]
23
- r"""The app version of the terminal application. Required if platform is `android`."""
23
+ r"""The version code of the Android application. Required if platform is `android`."""
24
24
 
25
25
 
26
26
  class CreateTerminalApplication(BaseModel):
@@ -36,7 +36,7 @@ class CreateTerminalApplication(BaseModel):
36
36
  r"""The app package name of the terminal application. Required if platform is `android`."""
37
37
 
38
38
  sha256_digest: Annotated[Optional[str], pydantic.Field(alias="sha256Digest")] = None
39
- r"""The app version of the terminal application. Required if paltform is `android`."""
39
+ r"""The SHA-256 digest of the signing key for the application. Required if platform is `android`."""
40
40
 
41
41
  version_code: Annotated[Optional[str], pydantic.Field(alias="versionCode")] = None
42
- r"""The app version of the terminal application. Required if platform is `android`."""
42
+ r"""The version code of the Android application. Required if platform is `android`."""
@@ -23,9 +23,9 @@ class TerminalApplicationTypedDict(TypedDict):
23
23
  package_name: NotRequired[str]
24
24
  r"""The app package name of the terminal application. Will be returned if platform is `android`."""
25
25
  sha256_digest: NotRequired[str]
26
- r"""The app version of the terminal application Will be returned if platform is `android`."""
26
+ r"""A cryptographic hash of the signing key for the application. Will be returned if platform is `android`."""
27
27
  version_code: NotRequired[str]
28
- r"""The app version of the terminal application Will be returned if platform is `android`."""
28
+ r"""The app version code of the terminal application. Will be returned if platform is `android`."""
29
29
 
30
30
 
31
31
  class TerminalApplication(BaseModel):
@@ -49,7 +49,7 @@ class TerminalApplication(BaseModel):
49
49
  r"""The app package name of the terminal application. Will be returned if platform is `android`."""
50
50
 
51
51
  sha256_digest: Annotated[Optional[str], pydantic.Field(alias="sha256Digest")] = None
52
- r"""The app version of the terminal application Will be returned if platform is `android`."""
52
+ r"""A cryptographic hash of the signing key for the application. Will be returned if platform is `android`."""
53
53
 
54
54
  version_code: Annotated[Optional[str], pydantic.Field(alias="versionCode")] = None
55
- r"""The app version of the terminal application Will be returned if platform is `android`."""
55
+ r"""The app version code of the terminal application. Will be returned if platform is `android`."""
@@ -0,0 +1,19 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from moovio_sdk.types import BaseModel
5
+ from typing_extensions import TypedDict
6
+
7
+
8
+ class TerminalApplicationVersionTypedDict(TypedDict):
9
+ r"""Describes a terminal application version."""
10
+
11
+ version: str
12
+ r"""The app version of the terminal application (version code for Android terminal application)."""
13
+
14
+
15
+ class TerminalApplicationVersion(BaseModel):
16
+ r"""Describes a terminal application version."""
17
+
18
+ version: str
19
+ r"""The app version of the terminal application (version code for Android terminal application)."""
@@ -146,6 +146,14 @@ if TYPE_CHECKING:
146
146
  CreateTerminalApplicationResponse,
147
147
  CreateTerminalApplicationResponseTypedDict,
148
148
  )
149
+ from .createterminalapplicationversion import (
150
+ CreateTerminalApplicationVersionGlobals,
151
+ CreateTerminalApplicationVersionGlobalsTypedDict,
152
+ CreateTerminalApplicationVersionRequest,
153
+ CreateTerminalApplicationVersionRequestTypedDict,
154
+ CreateTerminalApplicationVersionResponse,
155
+ CreateTerminalApplicationVersionResponseTypedDict,
156
+ )
149
157
  from .createticket import (
150
158
  CreateTicketGlobals,
151
159
  CreateTicketGlobalsTypedDict,
@@ -1243,6 +1251,12 @@ __all__ = [
1243
1251
  "CreateTerminalApplicationGlobalsTypedDict",
1244
1252
  "CreateTerminalApplicationResponse",
1245
1253
  "CreateTerminalApplicationResponseTypedDict",
1254
+ "CreateTerminalApplicationVersionGlobals",
1255
+ "CreateTerminalApplicationVersionGlobalsTypedDict",
1256
+ "CreateTerminalApplicationVersionRequest",
1257
+ "CreateTerminalApplicationVersionRequestTypedDict",
1258
+ "CreateTerminalApplicationVersionResponse",
1259
+ "CreateTerminalApplicationVersionResponseTypedDict",
1246
1260
  "CreateTicketGlobals",
1247
1261
  "CreateTicketGlobalsTypedDict",
1248
1262
  "CreateTicketRequest",
@@ -2095,6 +2109,12 @@ _dynamic_imports: dict[str, str] = {
2095
2109
  "CreateTerminalApplicationGlobalsTypedDict": ".createterminalapplication",
2096
2110
  "CreateTerminalApplicationResponse": ".createterminalapplication",
2097
2111
  "CreateTerminalApplicationResponseTypedDict": ".createterminalapplication",
2112
+ "CreateTerminalApplicationVersionGlobals": ".createterminalapplicationversion",
2113
+ "CreateTerminalApplicationVersionGlobalsTypedDict": ".createterminalapplicationversion",
2114
+ "CreateTerminalApplicationVersionRequest": ".createterminalapplicationversion",
2115
+ "CreateTerminalApplicationVersionRequestTypedDict": ".createterminalapplicationversion",
2116
+ "CreateTerminalApplicationVersionResponse": ".createterminalapplicationversion",
2117
+ "CreateTerminalApplicationVersionResponseTypedDict": ".createterminalapplicationversion",
2098
2118
  "CreateTicketGlobals": ".createticket",
2099
2119
  "CreateTicketGlobalsTypedDict": ".createticket",
2100
2120
  "CreateTicketRequest": ".createticket",
@@ -0,0 +1,79 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from moovio_sdk.models.components import (
5
+ terminalapplicationversion as components_terminalapplicationversion,
6
+ )
7
+ from moovio_sdk.types import BaseModel
8
+ from moovio_sdk.utils import (
9
+ FieldMetadata,
10
+ HeaderMetadata,
11
+ PathParamMetadata,
12
+ RequestMetadata,
13
+ )
14
+ import pydantic
15
+ from typing import Dict, List, Optional
16
+ from typing_extensions import Annotated, NotRequired, TypedDict
17
+
18
+
19
+ class CreateTerminalApplicationVersionGlobalsTypedDict(TypedDict):
20
+ x_moov_version: NotRequired[str]
21
+ r"""Specify an API version.
22
+
23
+ API versioning follows the format `vYYYY.QQ.BB`, where
24
+ - `YYYY` is the year
25
+ - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
26
+ - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
27
+ - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
28
+
29
+ The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
30
+ """
31
+
32
+
33
+ class CreateTerminalApplicationVersionGlobals(BaseModel):
34
+ x_moov_version: Annotated[
35
+ Optional[str],
36
+ pydantic.Field(alias="x-moov-version"),
37
+ FieldMetadata(header=HeaderMetadata(style="simple", explode=False)),
38
+ ] = "v2024.01.00"
39
+ r"""Specify an API version.
40
+
41
+ API versioning follows the format `vYYYY.QQ.BB`, where
42
+ - `YYYY` is the year
43
+ - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
44
+ - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
45
+ - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
46
+
47
+ The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
48
+ """
49
+
50
+
51
+ class CreateTerminalApplicationVersionRequestTypedDict(TypedDict):
52
+ terminal_application_id: str
53
+ terminal_application_version: (
54
+ components_terminalapplicationversion.TerminalApplicationVersionTypedDict
55
+ )
56
+
57
+
58
+ class CreateTerminalApplicationVersionRequest(BaseModel):
59
+ terminal_application_id: Annotated[
60
+ str,
61
+ pydantic.Field(alias="terminalApplicationID"),
62
+ FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
63
+ ]
64
+
65
+ terminal_application_version: Annotated[
66
+ components_terminalapplicationversion.TerminalApplicationVersion,
67
+ FieldMetadata(request=RequestMetadata(media_type="application/json")),
68
+ ]
69
+
70
+
71
+ class CreateTerminalApplicationVersionResponseTypedDict(TypedDict):
72
+ headers: Dict[str, List[str]]
73
+ result: components_terminalapplicationversion.TerminalApplicationVersionTypedDict
74
+
75
+
76
+ class CreateTerminalApplicationVersionResponse(BaseModel):
77
+ headers: Dict[str, List[str]]
78
+
79
+ result: components_terminalapplicationversion.TerminalApplicationVersion
@@ -2,7 +2,7 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from moovio_sdk.models.components import (
5
- terminalapplication as components_terminalapplication,
5
+ accountterminalapplication as components_accountterminalapplication,
6
6
  )
7
7
  from moovio_sdk.types import BaseModel
8
8
  from moovio_sdk.utils import FieldMetadata, HeaderMetadata, PathParamMetadata
@@ -64,10 +64,10 @@ class GetAccountTerminalApplicationRequest(BaseModel):
64
64
 
65
65
  class GetAccountTerminalApplicationResponseTypedDict(TypedDict):
66
66
  headers: Dict[str, List[str]]
67
- result: components_terminalapplication.TerminalApplicationTypedDict
67
+ result: components_accountterminalapplication.AccountTerminalApplicationTypedDict
68
68
 
69
69
 
70
70
  class GetAccountTerminalApplicationResponse(BaseModel):
71
71
  headers: Dict[str, List[str]]
72
72
 
73
- result: components_terminalapplication.TerminalApplication
73
+ result: components_accountterminalapplication.AccountTerminalApplication
@@ -2,8 +2,8 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from moovio_sdk.models.components import (
5
+ accountterminalapplication as components_accountterminalapplication,
5
6
  linkaccountterminalapplication as components_linkaccountterminalapplication,
6
- terminalapplication as components_terminalapplication,
7
7
  )
8
8
  from moovio_sdk.types import BaseModel
9
9
  from moovio_sdk.utils import (
@@ -69,10 +69,10 @@ class LinkAccountTerminalApplicationRequest(BaseModel):
69
69
 
70
70
  class LinkAccountTerminalApplicationResponseTypedDict(TypedDict):
71
71
  headers: Dict[str, List[str]]
72
- result: components_terminalapplication.TerminalApplicationTypedDict
72
+ result: components_accountterminalapplication.AccountTerminalApplicationTypedDict
73
73
 
74
74
 
75
75
  class LinkAccountTerminalApplicationResponse(BaseModel):
76
76
  headers: Dict[str, List[str]]
77
77
 
78
- result: components_terminalapplication.TerminalApplication
78
+ result: components_accountterminalapplication.AccountTerminalApplication
@@ -2,7 +2,7 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from moovio_sdk.models.components import (
5
- terminalapplication as components_terminalapplication,
5
+ accountterminalapplication as components_accountterminalapplication,
6
6
  )
7
7
  from moovio_sdk.types import BaseModel
8
8
  from moovio_sdk.utils import FieldMetadata, HeaderMetadata, PathParamMetadata
@@ -57,10 +57,12 @@ class ListAccountTerminalApplicationsRequest(BaseModel):
57
57
 
58
58
  class ListAccountTerminalApplicationsResponseTypedDict(TypedDict):
59
59
  headers: Dict[str, List[str]]
60
- result: List[components_terminalapplication.TerminalApplicationTypedDict]
60
+ result: List[
61
+ components_accountterminalapplication.AccountTerminalApplicationTypedDict
62
+ ]
61
63
 
62
64
 
63
65
  class ListAccountTerminalApplicationsResponse(BaseModel):
64
66
  headers: Dict[str, List[str]]
65
67
 
66
- result: List[components_terminalapplication.TerminalApplication]
68
+ result: List[components_accountterminalapplication.AccountTerminalApplication]
@@ -32,8 +32,8 @@ class TerminalApplications(BaseSDK):
32
32
  :param platform: Platform of the terminal application.
33
33
  :param app_bundle_id: The app bundle identifier of the terminal application. Required if platform is `ios`.
34
34
  :param package_name: The app package name of the terminal application. Required if platform is `android`.
35
- :param sha256_digest: The app version of the terminal application. Required if paltform is `android`.
36
- :param version_code: The app version of the terminal application. Required if platform is `android`.
35
+ :param sha256_digest: The SHA-256 digest of the signing key for the application. Required if platform is `android`.
36
+ :param version_code: The version code of the Android application. Required if platform is `android`.
37
37
  :param retries: Override the default retry configuration for this method
38
38
  :param server_url: Override the default server URL for this method
39
39
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -166,8 +166,8 @@ class TerminalApplications(BaseSDK):
166
166
  :param platform: Platform of the terminal application.
167
167
  :param app_bundle_id: The app bundle identifier of the terminal application. Required if platform is `ios`.
168
168
  :param package_name: The app package name of the terminal application. Required if platform is `android`.
169
- :param sha256_digest: The app version of the terminal application. Required if paltform is `android`.
170
- :param version_code: The app version of the terminal application. Required if platform is `android`.
169
+ :param sha256_digest: The SHA-256 digest of the signing key for the application. Required if platform is `android`.
170
+ :param version_code: The version code of the Android application. Required if platform is `android`.
171
171
  :param retries: Override the default retry configuration for this method
172
172
  :param server_url: Override the default server URL for this method
173
173
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -900,3 +900,265 @@ class TerminalApplications(BaseSDK):
900
900
  raise errors.APIError("API error occurred", http_res, http_res_text)
901
901
 
902
902
  raise errors.APIError("Unexpected response received", http_res)
903
+
904
+ def create_version(
905
+ self,
906
+ *,
907
+ terminal_application_id: str,
908
+ version: str,
909
+ retries: OptionalNullable[utils.RetryConfig] = UNSET,
910
+ server_url: Optional[str] = None,
911
+ timeout_ms: Optional[int] = None,
912
+ http_headers: Optional[Mapping[str, str]] = None,
913
+ ) -> operations.CreateTerminalApplicationVersionResponse:
914
+ r"""Register a new version of a terminal application. For Android applications, this is used to register a new version code of the application.
915
+
916
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
917
+ you'll need to specify the `/terminal-applications.write` scope.
918
+
919
+ :param terminal_application_id:
920
+ :param version: The app version of the terminal application (version code for Android terminal application).
921
+ :param retries: Override the default retry configuration for this method
922
+ :param server_url: Override the default server URL for this method
923
+ :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
924
+ :param http_headers: Additional headers to set or replace on requests.
925
+ """
926
+ base_url = None
927
+ url_variables = None
928
+ if timeout_ms is None:
929
+ timeout_ms = self.sdk_configuration.timeout_ms
930
+
931
+ if server_url is not None:
932
+ base_url = server_url
933
+ else:
934
+ base_url = self._get_url(base_url, url_variables)
935
+
936
+ request = operations.CreateTerminalApplicationVersionRequest(
937
+ terminal_application_id=terminal_application_id,
938
+ terminal_application_version=components.TerminalApplicationVersion(
939
+ version=version,
940
+ ),
941
+ )
942
+
943
+ req = self._build_request(
944
+ method="POST",
945
+ path="/terminal-applications/{terminalApplicationID}/versions",
946
+ base_url=base_url,
947
+ url_variables=url_variables,
948
+ request=request,
949
+ request_body_required=True,
950
+ request_has_path_params=True,
951
+ request_has_query_params=True,
952
+ user_agent_header="user-agent",
953
+ accept_header_value="application/json",
954
+ http_headers=http_headers,
955
+ _globals=operations.CreateTerminalApplicationVersionGlobals(
956
+ x_moov_version=self.sdk_configuration.globals.x_moov_version,
957
+ ),
958
+ security=self.sdk_configuration.security,
959
+ get_serialized_body=lambda: utils.serialize_request_body(
960
+ request.terminal_application_version,
961
+ False,
962
+ False,
963
+ "json",
964
+ components.TerminalApplicationVersion,
965
+ ),
966
+ timeout_ms=timeout_ms,
967
+ )
968
+
969
+ if retries == UNSET:
970
+ if self.sdk_configuration.retry_config is not UNSET:
971
+ retries = self.sdk_configuration.retry_config
972
+
973
+ retry_config = None
974
+ if isinstance(retries, utils.RetryConfig):
975
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
976
+
977
+ http_res = self.do_request(
978
+ hook_ctx=HookContext(
979
+ config=self.sdk_configuration,
980
+ base_url=base_url or "",
981
+ operation_id="createTerminalApplicationVersion",
982
+ oauth2_scopes=[],
983
+ security_source=get_security_from_env(
984
+ self.sdk_configuration.security, components.Security
985
+ ),
986
+ ),
987
+ request=req,
988
+ error_status_codes=[
989
+ "400",
990
+ "401",
991
+ "403",
992
+ "404",
993
+ "409",
994
+ "422",
995
+ "429",
996
+ "4XX",
997
+ "500",
998
+ "504",
999
+ "5XX",
1000
+ ],
1001
+ retry_config=retry_config,
1002
+ )
1003
+
1004
+ response_data: Any = None
1005
+ if utils.match_response(http_res, "200", "application/json"):
1006
+ return operations.CreateTerminalApplicationVersionResponse(
1007
+ result=unmarshal_json_response(
1008
+ components.TerminalApplicationVersion, http_res
1009
+ ),
1010
+ headers=utils.get_response_headers(http_res.headers),
1011
+ )
1012
+ if utils.match_response(http_res, ["400", "409"], "application/json"):
1013
+ response_data = unmarshal_json_response(errors.GenericErrorData, http_res)
1014
+ raise errors.GenericError(response_data, http_res)
1015
+ if utils.match_response(http_res, "422", "application/json"):
1016
+ response_data = unmarshal_json_response(
1017
+ errors.TerminalApplicationErrorData, http_res
1018
+ )
1019
+ raise errors.TerminalApplicationError(response_data, http_res)
1020
+ if utils.match_response(http_res, ["401", "403", "404", "429"], "*"):
1021
+ http_res_text = utils.stream_to_text(http_res)
1022
+ raise errors.APIError("API error occurred", http_res, http_res_text)
1023
+ if utils.match_response(http_res, ["500", "504"], "*"):
1024
+ http_res_text = utils.stream_to_text(http_res)
1025
+ raise errors.APIError("API error occurred", http_res, http_res_text)
1026
+ if utils.match_response(http_res, "4XX", "*"):
1027
+ http_res_text = utils.stream_to_text(http_res)
1028
+ raise errors.APIError("API error occurred", http_res, http_res_text)
1029
+ if utils.match_response(http_res, "5XX", "*"):
1030
+ http_res_text = utils.stream_to_text(http_res)
1031
+ raise errors.APIError("API error occurred", http_res, http_res_text)
1032
+
1033
+ raise errors.APIError("Unexpected response received", http_res)
1034
+
1035
+ async def create_version_async(
1036
+ self,
1037
+ *,
1038
+ terminal_application_id: str,
1039
+ version: str,
1040
+ retries: OptionalNullable[utils.RetryConfig] = UNSET,
1041
+ server_url: Optional[str] = None,
1042
+ timeout_ms: Optional[int] = None,
1043
+ http_headers: Optional[Mapping[str, str]] = None,
1044
+ ) -> operations.CreateTerminalApplicationVersionResponse:
1045
+ r"""Register a new version of a terminal application. For Android applications, this is used to register a new version code of the application.
1046
+
1047
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1048
+ you'll need to specify the `/terminal-applications.write` scope.
1049
+
1050
+ :param terminal_application_id:
1051
+ :param version: The app version of the terminal application (version code for Android terminal application).
1052
+ :param retries: Override the default retry configuration for this method
1053
+ :param server_url: Override the default server URL for this method
1054
+ :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
1055
+ :param http_headers: Additional headers to set or replace on requests.
1056
+ """
1057
+ base_url = None
1058
+ url_variables = None
1059
+ if timeout_ms is None:
1060
+ timeout_ms = self.sdk_configuration.timeout_ms
1061
+
1062
+ if server_url is not None:
1063
+ base_url = server_url
1064
+ else:
1065
+ base_url = self._get_url(base_url, url_variables)
1066
+
1067
+ request = operations.CreateTerminalApplicationVersionRequest(
1068
+ terminal_application_id=terminal_application_id,
1069
+ terminal_application_version=components.TerminalApplicationVersion(
1070
+ version=version,
1071
+ ),
1072
+ )
1073
+
1074
+ req = self._build_request_async(
1075
+ method="POST",
1076
+ path="/terminal-applications/{terminalApplicationID}/versions",
1077
+ base_url=base_url,
1078
+ url_variables=url_variables,
1079
+ request=request,
1080
+ request_body_required=True,
1081
+ request_has_path_params=True,
1082
+ request_has_query_params=True,
1083
+ user_agent_header="user-agent",
1084
+ accept_header_value="application/json",
1085
+ http_headers=http_headers,
1086
+ _globals=operations.CreateTerminalApplicationVersionGlobals(
1087
+ x_moov_version=self.sdk_configuration.globals.x_moov_version,
1088
+ ),
1089
+ security=self.sdk_configuration.security,
1090
+ get_serialized_body=lambda: utils.serialize_request_body(
1091
+ request.terminal_application_version,
1092
+ False,
1093
+ False,
1094
+ "json",
1095
+ components.TerminalApplicationVersion,
1096
+ ),
1097
+ timeout_ms=timeout_ms,
1098
+ )
1099
+
1100
+ if retries == UNSET:
1101
+ if self.sdk_configuration.retry_config is not UNSET:
1102
+ retries = self.sdk_configuration.retry_config
1103
+
1104
+ retry_config = None
1105
+ if isinstance(retries, utils.RetryConfig):
1106
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
1107
+
1108
+ http_res = await self.do_request_async(
1109
+ hook_ctx=HookContext(
1110
+ config=self.sdk_configuration,
1111
+ base_url=base_url or "",
1112
+ operation_id="createTerminalApplicationVersion",
1113
+ oauth2_scopes=[],
1114
+ security_source=get_security_from_env(
1115
+ self.sdk_configuration.security, components.Security
1116
+ ),
1117
+ ),
1118
+ request=req,
1119
+ error_status_codes=[
1120
+ "400",
1121
+ "401",
1122
+ "403",
1123
+ "404",
1124
+ "409",
1125
+ "422",
1126
+ "429",
1127
+ "4XX",
1128
+ "500",
1129
+ "504",
1130
+ "5XX",
1131
+ ],
1132
+ retry_config=retry_config,
1133
+ )
1134
+
1135
+ response_data: Any = None
1136
+ if utils.match_response(http_res, "200", "application/json"):
1137
+ return operations.CreateTerminalApplicationVersionResponse(
1138
+ result=unmarshal_json_response(
1139
+ components.TerminalApplicationVersion, http_res
1140
+ ),
1141
+ headers=utils.get_response_headers(http_res.headers),
1142
+ )
1143
+ if utils.match_response(http_res, ["400", "409"], "application/json"):
1144
+ response_data = unmarshal_json_response(errors.GenericErrorData, http_res)
1145
+ raise errors.GenericError(response_data, http_res)
1146
+ if utils.match_response(http_res, "422", "application/json"):
1147
+ response_data = unmarshal_json_response(
1148
+ errors.TerminalApplicationErrorData, http_res
1149
+ )
1150
+ raise errors.TerminalApplicationError(response_data, http_res)
1151
+ if utils.match_response(http_res, ["401", "403", "404", "429"], "*"):
1152
+ http_res_text = await utils.stream_to_text_async(http_res)
1153
+ raise errors.APIError("API error occurred", http_res, http_res_text)
1154
+ if utils.match_response(http_res, ["500", "504"], "*"):
1155
+ http_res_text = await utils.stream_to_text_async(http_res)
1156
+ raise errors.APIError("API error occurred", http_res, http_res_text)
1157
+ if utils.match_response(http_res, "4XX", "*"):
1158
+ http_res_text = await utils.stream_to_text_async(http_res)
1159
+ raise errors.APIError("API error occurred", http_res, http_res_text)
1160
+ if utils.match_response(http_res, "5XX", "*"):
1161
+ http_res_text = await utils.stream_to_text_async(http_res)
1162
+ raise errors.APIError("API error occurred", http_res, http_res_text)
1163
+
1164
+ raise errors.APIError("Unexpected response received", http_res)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: moovio_sdk
3
- Version: 0.13.6
3
+ Version: 0.13.7
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -1073,6 +1073,10 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1073
1073
  you'll need to specify the `/terminal-applications.read` scope.
1074
1074
  * [delete](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/terminalapplications/README.md#delete) - Delete a specific terminal application.
1075
1075
 
1076
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1077
+ you'll need to specify the `/terminal-applications.write` scope.
1078
+ * [create_version](https://github.com/moovfinancial/moov-python/blob/master/docs/sdks/terminalapplications/README.md#create_version) - Register a new version of a terminal application. For Android applications, this is used to register a new version code of the application.
1079
+
1076
1080
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1077
1081
  you'll need to specify the `/terminal-applications.write` scope.
1078
1082
 
@@ -1448,43 +1452,43 @@ with Moov(
1448
1452
 
1449
1453
 
1450
1454
  **Inherit from [`MoovError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/mooverror.py)**:
1451
- * [`GenericError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/genericerror.py): Applicable to 61 of 142 methods.*
1452
- * [`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 142 methods.*
1453
- * [`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 142 methods.*
1454
- * [`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 142 methods.*
1455
- * [`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 142 methods.*
1456
- * [`CreateAccountResponseBody`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createaccountresponsebody.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 142 methods.*
1457
- * [`UpdateAccountResponseBody`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updateaccountresponsebody.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 142 methods.*
1458
- * [`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 142 methods.*
1459
- * [`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 142 methods.*
1460
- * [`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 142 methods.*
1461
- * [`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 142 methods.*
1462
- * [`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 142 methods.*
1463
- * [`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 142 methods.*
1464
- * [`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 142 methods.*
1465
- * [`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 142 methods.*
1466
- * [`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 142 methods.*
1467
- * [`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 142 methods.*
1468
- * [`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 142 methods.*
1469
- * [`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 142 methods.*
1470
- * [`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 142 methods.*
1471
- * [`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 142 methods.*
1472
- * [`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 142 methods.*
1473
- * [`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 142 methods.*
1474
- * [`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 142 methods.*
1475
- * [`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 142 methods.*
1476
- * [`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 142 methods.*
1477
- * [`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 142 methods.*
1478
- * [`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 142 methods.*
1479
- * [`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 142 methods.*
1480
- * [`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 142 methods.*
1481
- * [`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 142 methods.*
1482
- * [`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 142 methods.*
1483
- * [`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 142 methods.*
1484
- * [`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 142 methods.*
1485
- * [`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 142 methods.*
1486
- * [`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 142 methods.*
1487
- * [`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 1 of 142 methods.*
1455
+ * [`GenericError`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/genericerror.py): Applicable to 62 of 143 methods.*
1456
+ * [`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 143 methods.*
1457
+ * [`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 143 methods.*
1458
+ * [`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 143 methods.*
1459
+ * [`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 143 methods.*
1460
+ * [`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 143 methods.*
1461
+ * [`CreateAccountResponseBody`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/createaccountresponsebody.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 143 methods.*
1462
+ * [`UpdateAccountResponseBody`](https://github.com/moovfinancial/moov-python/blob/master/./src/moovio_sdk/models/errors/updateaccountresponsebody.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 143 methods.*
1463
+ * [`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 143 methods.*
1464
+ * [`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 143 methods.*
1465
+ * [`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 143 methods.*
1466
+ * [`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 143 methods.*
1467
+ * [`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 143 methods.*
1468
+ * [`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 143 methods.*
1469
+ * [`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 143 methods.*
1470
+ * [`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 143 methods.*
1471
+ * [`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 143 methods.*
1472
+ * [`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 143 methods.*
1473
+ * [`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 143 methods.*
1474
+ * [`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 143 methods.*
1475
+ * [`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 143 methods.*
1476
+ * [`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 143 methods.*
1477
+ * [`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 143 methods.*
1478
+ * [`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 143 methods.*
1479
+ * [`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 143 methods.*
1480
+ * [`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 143 methods.*
1481
+ * [`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 143 methods.*
1482
+ * [`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 143 methods.*
1483
+ * [`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 143 methods.*
1484
+ * [`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 143 methods.*
1485
+ * [`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 143 methods.*
1486
+ * [`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 143 methods.*
1487
+ * [`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 143 methods.*
1488
+ * [`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 143 methods.*
1489
+ * [`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 143 methods.*
1490
+ * [`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 143 methods.*
1491
+ * [`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 143 methods.*
1488
1492
  * [`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.
1489
1493
 
1490
1494
  </details>
@@ -3,8 +3,8 @@ 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=muewKkbxMvttb6FKs5d8L5mRZYtTiJqOWomufB7x6SU,466
7
- moovio_sdk/account_terminal_applications.py,sha256=FdmR9Yl_njyg2J-AK3d_I_OINKzkTZrq19JM4lHDzYM,38480
6
+ moovio_sdk/_version.py,sha256=Ihln_xZephzHYa7Cw96571NkcnTlfF_wa9qbyXWrExo,466
7
+ moovio_sdk/account_terminal_applications.py,sha256=ldTg5uAukIAwfziQFgmuq6vlAsUPS5DqMkgdCx9bwn8,38522
8
8
  moovio_sdk/accounts.py,sha256=B82uLoV_GgKNYnUYfqFSePvla09WF-7Ws95tD51vBKI,100716
9
9
  moovio_sdk/adjustments.py,sha256=U2AtbA2k71S1IpwjJ96LT4SdGUDqR3JEgOSvMm9a2yU,17613
10
10
  moovio_sdk/apple_pay.py,sha256=lHiL6TZjNBG9nMjikb6vQAxCTB82gz3iUjeyTyFsnOQ,56494
@@ -27,11 +27,12 @@ moovio_sdk/industries.py,sha256=ZUdnD3w84e1oOOQlye60I9QTFn_0JLGF0uMDrASl8A4,9372
27
27
  moovio_sdk/institutions.py,sha256=Kp90bbtOsfb1slR_8RgmYHkgH8G6Pp9FZds2rc7J6Ck,20523
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
- moovio_sdk/models/components/__init__.py,sha256=gVYiFcGijWVj-T4ni8gxSxzxnLFkqedRB8u93LQAeAc,120295
30
+ moovio_sdk/models/components/__init__.py,sha256=R6HsNyDGE2QS4NFMxnmyWQ5WWk_oAdYGiSdMdN39TmE,120993
31
31
  moovio_sdk/models/components/account.py,sha256=QejMoPHYyHF-6TRrUVKYyfD_6Qbl7lFVOEaE8zlOgmI,4181
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
35
+ moovio_sdk/models/components/accountterminalapplication.py,sha256=nw3cGziX9EU1ALgudJwn-CPfK98-7MRjnndnXRKjf6M,854
35
36
  moovio_sdk/models/components/accounttype.py,sha256=4TgQiMV_D6imwa3sGEzywwb4ebLxVvHdrnRrq_HOPd4,298
36
37
  moovio_sdk/models/components/accountverificationstatus.py,sha256=y-K1sLUjsHJDvYNFR0bvbf8gutiiZy4vrUXYXuX28hw,570
37
38
  moovio_sdk/models/components/achcreditsamedaypaymentmethod.py,sha256=rTzVE1ZG56HhSWEpozrCz-qMWuCyZdIYFNwLxePyjtk,1264
@@ -166,7 +167,7 @@ moovio_sdk/models/components/createrefundresponse.py,sha256=HR0jQ_liHzN-n3GKsVsf
166
167
  moovio_sdk/models/components/createrepresentative.py,sha256=s96vpJi63rn_eoSyBpfPTPVt06K4QrdOW5Qv-Zvpj8g,1773
167
168
  moovio_sdk/models/components/createreversal.py,sha256=Su8LFP2dXo_84EUe54n67m7ZhMoqQCo5EYjh_987nQk,534
168
169
  moovio_sdk/models/components/createsweepconfig.py,sha256=wwaBYecuKBgZhZCzhfPc47zZjixPc8zrRXr1WbeCLkI,1572
169
- moovio_sdk/models/components/createterminalapplication.py,sha256=qFaF7CGqgsFNchG3TfIPZvY-3o_n-BG-CLsxWVyB7fE,1976
170
+ moovio_sdk/models/components/createterminalapplication.py,sha256=FoOScL474MTyKjBzyA93nIwiFZYz5LXjLmNk-xOxZTg,2004
170
171
  moovio_sdk/models/components/createticket.py,sha256=wFl6MKWHUsB5Y9qKHz9JZ0hIxRSEb8M2jVxLZljbmmc,554
171
172
  moovio_sdk/models/components/createticketcontacterror.py,sha256=yr1jqhQmhof-ln-e_KHf8mVW1Duy28VhpYhR2Y0JZk4,446
172
173
  moovio_sdk/models/components/createtransfer.py,sha256=xl7n3afxHdDFhzwXWceCb6Ob6DujVdALR0UR3Z5xn1Q,2884
@@ -388,9 +389,10 @@ moovio_sdk/models/components/sweepstatus.py,sha256=YA564vw2Ssav2ApmX759gglEvccES
388
389
  moovio_sdk/models/components/sweepsubtotal.py,sha256=bKioVlIOqlIGZiK2DRIusr3p6wcw696JDnT0owdvNbw,959
389
390
  moovio_sdk/models/components/taxid.py,sha256=ybTpUMtIreOOMQRPZ7ZbUlLoaxSVcPcGLvl0fcO2yPk,618
390
391
  moovio_sdk/models/components/taxidupdate.py,sha256=X2_Nw8Nvc0E1mahHDZqrqCKv4eyidzYyHfgd9XQ0yGY,775
391
- moovio_sdk/models/components/terminalapplication.py,sha256=GKmGi8i425YxFMW4BU_zTghe6YQkZ1Vc0w-LyiwEh3w,2455
392
+ moovio_sdk/models/components/terminalapplication.py,sha256=Q_9PWXttakGWaQtVRWv9PR21MoZQqCAjDkacXY-fmBE,2501
392
393
  moovio_sdk/models/components/terminalapplicationplatform.py,sha256=p-880ptVN5vub4DlYbP_VTPyPYuDEYMIZql2fI3FopU,296
393
394
  moovio_sdk/models/components/terminalapplicationstatus.py,sha256=snaXCVyr1J3iEcrW09r3Mp1FtU46dbhGJgcTx3UlF04,326
395
+ moovio_sdk/models/components/terminalapplicationversion.py,sha256=N_2Wrs3NUDrqYxJ68RNeMd8R3OQjvjNs8ysMlwnA8QI,640
394
396
  moovio_sdk/models/components/terminalcard.py,sha256=YPh3JRHQqRWKJrJxkUtv1KHMNWtpYe2STXGuFAPV9ek,3658
395
397
  moovio_sdk/models/components/terminalconfiguration.py,sha256=cr5Rdj29p4F9bDrTI0ZpwRznr4OypV4tXb-NX4dT4f4,422
396
398
  moovio_sdk/models/components/termsofservice.py,sha256=g_v_9ghfkFyf8OJTfuTy5hC1vCl3u3msGKl0tufIN6k,918
@@ -523,7 +525,7 @@ moovio_sdk/models/errors/updateunderwritingerror.py,sha256=9Yvb0mE-TgADUbKPcmVGz
523
525
  moovio_sdk/models/errors/upsertunderwritingerror.py,sha256=iiMZUIFT1beUXeeKw1HEDTb62XcywG6W2O4hxuQVNvQ,3110
524
526
  moovio_sdk/models/internal/__init__.py,sha256=7kjDhcmI428H0YHeZHJRcKSXQE1N2dTPHi3FtLVFaMM,1120
525
527
  moovio_sdk/models/internal/globals.py,sha256=uz3scUHVTLawU2bzU4ov4C3bSRwoNolTJ5O27QSMIgA,1701
526
- moovio_sdk/models/operations/__init__.py,sha256=Ub0JdigL_i2kdIlacE4fbuyj1Ie3I2p3XgUrntL-BtQ,122352
528
+ moovio_sdk/models/operations/__init__.py,sha256=8BUZLqMOv_nvv9t1x0mRePlAupcsfuRcRbrm5S9rmVY,123577
527
529
  moovio_sdk/models/operations/acceptdispute.py,sha256=imJTeB7PuXqfKBqA-VkIAFFNpW92U7DMxPx7CEb9eDQ,2544
528
530
  moovio_sdk/models/operations/assignaccountcountries.py,sha256=NIGZ5oNIW7Ei4Y7WNnMVqcYUSQgIq3o_TlR0_ptwLJg,2753
529
531
  moovio_sdk/models/operations/cancelschedule.py,sha256=X0vmSDaW6vyM387Tf02KSBCZNggKxNYm_T0W5zJY494,2394
@@ -543,6 +545,7 @@ moovio_sdk/models/operations/createreversal.py,sha256=nQIIp68Itf7mtVTpeIDrDUZWsK
543
545
  moovio_sdk/models/operations/createschedule.py,sha256=vxJYRV6gAF6OuOCwZ8soVGHPNOaFNid_uofiphsYWsU,2751
544
546
  moovio_sdk/models/operations/createsweepconfig.py,sha256=mC-dbVIizvTJjYTygLrFOO-C9Uv8nMDlGrDfVboN6e8,2765
545
547
  moovio_sdk/models/operations/createterminalapplication.py,sha256=n7mnj-ixVXSV8El7dVhwueNm4Pd8xTiTefI1oayrIGE,2188
548
+ moovio_sdk/models/operations/createterminalapplicationversion.py,sha256=GxgsRoTsJTusMZrPXSqA_sulpPyLtIxjJ1YHplv2yCg,2998
546
549
  moovio_sdk/models/operations/createticket.py,sha256=GNg1dXQ3T4ywglSRkVN37nJ1ouiNU06tEousvPyZaJA,2663
547
550
  moovio_sdk/models/operations/createtransfer.py,sha256=UeGpxBVsHy_sES-xLfdAqNFXExQxYgbPIQOOlAItzcU,4706
548
551
  moovio_sdk/models/operations/createtransferoptions.py,sha256=4bPqmO892YebolkzL3NeLQKylZu0neN5pUoEWdBpTm8,2945
@@ -557,7 +560,7 @@ moovio_sdk/models/operations/disconnectaccount.py,sha256=1db9q5UeliMidNx9h4fGP5L
557
560
  moovio_sdk/models/operations/generateendtoendkey.py,sha256=0G-6TSNNA7qDCJmGwYyYeCNy5zaPxey3lgQjYlwDo7U,2222
558
561
  moovio_sdk/models/operations/getaccount.py,sha256=OEz8rcS2uYsbcgdWVdoFI2muroDGcqeIMYAALc2rxI0,2338
559
562
  moovio_sdk/models/operations/getaccountcountries.py,sha256=CAFsZ8fAvLbl0yUn79FZYCukwfo8blFIx436sWEKpQY,2446
560
- moovio_sdk/models/operations/getaccountterminalapplication.py,sha256=JfhP__WL0lxps_CcUqdAF06IDRufopp6fv9RZKtmN1s,2759
563
+ moovio_sdk/models/operations/getaccountterminalapplication.py,sha256=UasAcJnylCaco52sbE34Me4MS-EswOLbEsZ_ZH2Xu3U,2801
561
564
  moovio_sdk/models/operations/getadjustment.py,sha256=nXzv2N-m_-0U_9_ehO3SfQbUJRjZahwhMpfSl1biyMA,2571
562
565
  moovio_sdk/models/operations/getapplepaymerchantdomains.py,sha256=1YyucKlsFEz1pulzcGH-j92z5ePDVKjM3fgKJljPQfQ,2661
563
566
  moovio_sdk/models/operations/getavatar.py,sha256=tBGttLfllmfdy8AxGfGYNrT1cBi0-kfiuhUmI2fqWRk,2470
@@ -599,12 +602,12 @@ moovio_sdk/models/operations/getwallettransaction.py,sha256=V-Q1fac_DX6COQ_yzRli
599
602
  moovio_sdk/models/operations/initiatebankaccountverification.py,sha256=Y0pWpajoaef2jGYvMIcy-6kGgQaCvLgLcAUIvkEQen8,3688
600
603
  moovio_sdk/models/operations/initiatemicrodeposits.py,sha256=KV55DcpYWx5rKRgzVHXBPa3-hudOdpoeVLVtxVVj33U,2447
601
604
  moovio_sdk/models/operations/initiaterefund.py,sha256=jCQj6dYU0WGqbDdJV876qVOhbg7sPuI-Qc0PpQSP9m0,4951
602
- moovio_sdk/models/operations/linkaccountterminalapplication.py,sha256=shc1xlTDSviTTDPxMu9qaclrPLEOhNu_ybzT_r9kmBs,2997
605
+ moovio_sdk/models/operations/linkaccountterminalapplication.py,sha256=c_3dHiIszekZvTPLAQLXtFqQyKFfGJdFQ2WESyBAREU,3039
603
606
  moovio_sdk/models/operations/linkapplepaytoken.py,sha256=EvfviwK6pfngiD_aVYiieODw9AF8NmgSa1uMevCf9hA,2947
604
607
  moovio_sdk/models/operations/linkbankaccount.py,sha256=BlLa8ZqMjjEgJF083GE425l0Hu3ppivNWGYf3-p7vBw,3878
605
608
  moovio_sdk/models/operations/linkcard.py,sha256=-4Yi9kRAfHgMhPLNqZxAYjV8eh3P7VZYQb92xmqf7ug,3718
606
609
  moovio_sdk/models/operations/listaccounts.py,sha256=iZI4YLYFTORaTQl5YB3O0W_IXBZHIoMPb4y_wgyv8CA,7037
607
- moovio_sdk/models/operations/listaccountterminalapplications.py,sha256=inDKgs9govCB0P7aT71OCJyjAe2jz_jsT0nO2HhWhL0,2557
610
+ moovio_sdk/models/operations/listaccountterminalapplications.py,sha256=3txHt5LN0glujRuDgJ9wpeFCFKrRYwoTDSJYd5A_RN8,2613
608
611
  moovio_sdk/models/operations/listadjustments.py,sha256=zCe-wryS5XbW75HnaH5UYKovfkW9LiNiGhi6LjWVDtw,2752
609
612
  moovio_sdk/models/operations/listbankaccounts.py,sha256=wj8-E1aGn51EJBmdyxm97WEFJXIdxiHeAISmHKpRD4Q,2410
610
613
  moovio_sdk/models/operations/listcapabilities.py,sha256=u_F8g_Hm4sWXZHPd6GuVOvVTwgvyAL3YXtTrzTFvF68,2404
@@ -678,7 +681,7 @@ moovio_sdk/sdk.py,sha256=9PhJ_WSLVeg8HDfviwTVIfpeyujXR83dyHtCvCB5B20,11998
678
681
  moovio_sdk/sdkconfiguration.py,sha256=vvZHznUDI2m3Z8ddTKDFUXkQu4mNBGX8Q9Zx7XpR3WY,1665
679
682
  moovio_sdk/support.py,sha256=4_Z1Y3_FKA42UssvFd3sOZCG7HpNIWH6wPOKyx3C0FE,47971
680
683
  moovio_sdk/sweeps.py,sha256=bp71dtVpazfJo3BmB7SKru5e9XLWgFKZEVJ4R-fw6WQ,61528
681
- moovio_sdk/terminal_applications.py,sha256=dkqloZojg7fNo-cJ2HQxlwolKdKbgSljzBR6xz6E7tA,39457
684
+ moovio_sdk/terminal_applications.py,sha256=1mn5glbRSlm5d3nVm-7CCejqPXbIFT-JMb5jcpXSFss,50977
682
685
  moovio_sdk/transfers.py,sha256=VqHZ4w2SHjVWoxY5AtqRBNAxcgY2N-aFLMKJ4XBMU7o,126143
683
686
  moovio_sdk/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
684
687
  moovio_sdk/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
@@ -702,6 +705,6 @@ moovio_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
702
705
  moovio_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
703
706
  moovio_sdk/wallet_transactions.py,sha256=rWA4_DLFg6QegHSA1GCsCQWx2EfO12vimnvYZg0dRbc,23208
704
707
  moovio_sdk/wallets.py,sha256=V5yUDAo42AG9AlkMsY_9_mmF65JJM-9ApLJdxqIIZLE,17591
705
- moovio_sdk-0.13.6.dist-info/METADATA,sha256=L6fs4CFPKDekBWSUU0EDIbsQ-fO2UYGy_H7j3hQWvj0,109468
706
- moovio_sdk-0.13.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
707
- moovio_sdk-0.13.6.dist-info/RECORD,,
708
+ moovio_sdk-0.13.7.dist-info/METADATA,sha256=oEAD0Zc5heti4l3vQ-yRu6XXNvwoA2RlBNTwkMwnZBE,109914
709
+ moovio_sdk-0.13.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
710
+ moovio_sdk-0.13.7.dist-info/RECORD,,