cuenca-validations 2.1.39.dev3__py3-none-any.whl → 2.1.39.dev4__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.
- cuenca_validations/types/__init__.py +0 -2
- cuenca_validations/types/enums.py +0 -5
- cuenca_validations/types/queries.py +1 -2
- cuenca_validations/version.py +1 -1
- {cuenca_validations-2.1.39.dev3.dist-info → cuenca_validations-2.1.39.dev4.dist-info}/METADATA +1 -1
- {cuenca_validations-2.1.39.dev3.dist-info → cuenca_validations-2.1.39.dev4.dist-info}/RECORD +9 -9
- {cuenca_validations-2.1.39.dev3.dist-info → cuenca_validations-2.1.39.dev4.dist-info}/WHEEL +0 -0
- {cuenca_validations-2.1.39.dev3.dist-info → cuenca_validations-2.1.39.dev4.dist-info}/licenses/LICENSE +0 -0
- {cuenca_validations-2.1.39.dev3.dist-info → cuenca_validations-2.1.39.dev4.dist-info}/top_level.txt +0 -0
|
@@ -4,7 +4,6 @@ __all__ = [
|
|
|
4
4
|
'Address',
|
|
5
5
|
'AgentQuery',
|
|
6
6
|
'AgentRequest',
|
|
7
|
-
'AgentStatus',
|
|
8
7
|
'ApiKeyQuery',
|
|
9
8
|
'ApiKeyUpdateRequest',
|
|
10
9
|
'AuthorizerTransaction',
|
|
@@ -130,7 +129,6 @@ __all__ = [
|
|
|
130
129
|
from .card import StrictPaymentCardNumber
|
|
131
130
|
from .enums import (
|
|
132
131
|
AccountUseType,
|
|
133
|
-
AgentStatus,
|
|
134
132
|
AuthorizerTransaction,
|
|
135
133
|
BankAccountStatus,
|
|
136
134
|
CardErrorType,
|
|
@@ -15,7 +15,6 @@ from pydantic import (
|
|
|
15
15
|
from ..typing import DictStrAny
|
|
16
16
|
from ..validators import sanitize_dict
|
|
17
17
|
from .enums import (
|
|
18
|
-
AgentStatus,
|
|
19
18
|
BankAccountStatus,
|
|
20
19
|
CardFundingType,
|
|
21
20
|
CardIssuer,
|
|
@@ -195,7 +194,7 @@ class SessionQuery(QueryParams):
|
|
|
195
194
|
|
|
196
195
|
|
|
197
196
|
class AgentQuery(QueryParams):
|
|
198
|
-
|
|
197
|
+
active: Optional[bool] = None
|
|
199
198
|
|
|
200
199
|
|
|
201
200
|
class FileQuery(QueryParams):
|
cuenca_validations/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '2.1.39.
|
|
1
|
+
__version__ = '2.1.39.dev4'
|
{cuenca_validations-2.1.39.dev3.dist-info → cuenca_validations-2.1.39.dev4.dist-info}/RECORD
RENAMED
|
@@ -4,18 +4,18 @@ cuenca_validations/errors.py,sha256=OtM8EgiKqYdz9Hn66AbBO96orL1or7efkyt0vh0Zxbs,
|
|
|
4
4
|
cuenca_validations/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
cuenca_validations/typing.py,sha256=1QCu81IbVZZpyInjyeAuO-nF36gpT5Gi4o6V9PozuOU,204
|
|
6
6
|
cuenca_validations/validators.py,sha256=zXSnU5-EMbQZBD-PfFXgP4Z6G7cm7KFDWXB7Nie6WUk,2682
|
|
7
|
-
cuenca_validations/version.py,sha256=
|
|
8
|
-
cuenca_validations/types/__init__.py,sha256=
|
|
7
|
+
cuenca_validations/version.py,sha256=OQmlDQrhJYFUvAKMMgIshMGka4atKXPFjImEb7LbQXs,28
|
|
8
|
+
cuenca_validations/types/__init__.py,sha256=EyusEtrFFMlzswaFIU5DbcGAQQy2VnF2yRdc_yYIf2o,5711
|
|
9
9
|
cuenca_validations/types/card.py,sha256=UGzz8NTFAverUmdUKAK1oGHnOnjSNTpIRUm93vKSSGY,1295
|
|
10
|
-
cuenca_validations/types/enums.py,sha256=
|
|
10
|
+
cuenca_validations/types/enums.py,sha256=lR54AWnM85-b8EOlhNaAhXLu1UiBVBbuV4f-LjChD1c,20614
|
|
11
11
|
cuenca_validations/types/files.py,sha256=2CszbwF9ytXV9suFFwyDjYG4XxY8UhCjRw3HttVXXNw,269
|
|
12
12
|
cuenca_validations/types/general.py,sha256=eYFYwyx_a4_J480GYpqW3DFbZabDFcUjvLRMQbShIUc,5622
|
|
13
13
|
cuenca_validations/types/helpers.py,sha256=4veeLZbugHHqZk0ezSim978VhH6Vq8XTrEhe1eE_r3A,1531
|
|
14
14
|
cuenca_validations/types/identities.py,sha256=j2xxh3UYHJe6IbAwr9yNXJkebTth_-g3SUmHeiPez8M,5513
|
|
15
15
|
cuenca_validations/types/morals.py,sha256=davabh5hAnFVQyM7-yCyDaT5ewXnm0cr1BtqDIwzkX8,1833
|
|
16
|
-
cuenca_validations/types/queries.py,sha256=
|
|
16
|
+
cuenca_validations/types/queries.py,sha256=KnS_jbuUn5k1dZhliEyFxvttfZ22w0hO5x4qTsZR2g0,5862
|
|
17
17
|
cuenca_validations/types/requests.py,sha256=pEaJ55wQ948ymAl_gvG-yWgj0_abYHcGwTudcNVXIw4,25640
|
|
18
|
-
cuenca_validations-2.1.39.
|
|
18
|
+
cuenca_validations-2.1.39.dev4.dist-info/licenses/LICENSE,sha256=wR76FmxBbfnQpwELkkE5iMF8sFIafEMgXLTE4N4WPTc,1063
|
|
19
19
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
20
|
tests/test_card.py,sha256=QAfRz7e11gWICPnFJZ2tiYgUsFV3C9TwzJXrDnDNXFw,1202
|
|
21
21
|
tests/test_errors.py,sha256=ixiIgEuBuzfsL5p4uCFdF32XqFRtTPF6EVhGJ0keOrI,930
|
|
@@ -24,7 +24,7 @@ tests/test_requests.py,sha256=3XMx2A-BK21g1Exm4RTVm6eKTOzeZH-8FzKJXQmmMmA,4141
|
|
|
24
24
|
tests/test_statement.py,sha256=IOE0rRRBgBZSJv_FLaETEyn5NzzXKMNTqgjv99GX-68,1436
|
|
25
25
|
tests/test_types.py,sha256=rPjqPGfPU73MSdbeJpoW_ai5TAO25hWSnQAt_H7ZIeI,23055
|
|
26
26
|
tests/test_validators.py,sha256=Jjr9gWTT4cRntGiKvQK4fncqx3JkEuTWkKm1VqpRHTs,1829
|
|
27
|
-
cuenca_validations-2.1.39.
|
|
28
|
-
cuenca_validations-2.1.39.
|
|
29
|
-
cuenca_validations-2.1.39.
|
|
30
|
-
cuenca_validations-2.1.39.
|
|
27
|
+
cuenca_validations-2.1.39.dev4.dist-info/METADATA,sha256=4VRmbx3A5S5jYyPbAF2r19E-stQ_rFPaisc6t1K1Ryw,1600
|
|
28
|
+
cuenca_validations-2.1.39.dev4.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
29
|
+
cuenca_validations-2.1.39.dev4.dist-info/top_level.txt,sha256=4233xdOs2HtuT-GFRjcDcwK0IwdwvWdczOtk0fPB6Gw,25
|
|
30
|
+
cuenca_validations-2.1.39.dev4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{cuenca_validations-2.1.39.dev3.dist-info → cuenca_validations-2.1.39.dev4.dist-info}/top_level.txt
RENAMED
|
File without changes
|