maleo-foundation 0.0.5__py3-none-any.whl → 0.0.6__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.
- maleo_foundation/models/transfers/parameters/service.py +2 -2
- {maleo_foundation-0.0.5.dist-info → maleo_foundation-0.0.6.dist-info}/METADATA +1 -1
- {maleo_foundation-0.0.5.dist-info → maleo_foundation-0.0.6.dist-info}/RECORD +5 -5
- {maleo_foundation-0.0.5.dist-info → maleo_foundation-0.0.6.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.0.5.dist-info → maleo_foundation-0.0.6.dist-info}/top_level.txt +0 -0
@@ -17,14 +17,14 @@ class BaseServiceParametersTransfers:
|
|
17
17
|
BaseGeneralSchemas.SimplePagination,
|
18
18
|
BaseGeneralSchemas.Statuses
|
19
19
|
):
|
20
|
-
@field_validator("
|
20
|
+
@field_validator("sorts")
|
21
21
|
@classmethod
|
22
22
|
def validate_sort_columns(cls, values):
|
23
23
|
if not isinstance(values, list):
|
24
24
|
return ["id.asc"]
|
25
25
|
return [value for value in values if SORT_COLUMN_PATTERN.match(value)]
|
26
26
|
|
27
|
-
@field_validator("
|
27
|
+
@field_validator("filters")
|
28
28
|
@classmethod
|
29
29
|
def validate_date_filters(cls, values):
|
30
30
|
if isinstance(values, list):
|
@@ -27,7 +27,7 @@ maleo_foundation/models/transfers/__init__.py,sha256=B8oCZHE3NTsrJ_rviSXaDsuc-gc
|
|
27
27
|
maleo_foundation/models/transfers/parameters/__init__.py,sha256=oKW4RPIEISISRjsJzD8lsCGY1HhZRTzshPpWHcJu86k,353
|
28
28
|
maleo_foundation/models/transfers/parameters/client.py,sha256=oi9LzEIFAg1WVbsnmVegsn8kLDt6tJJbOZLrhfQjs64,2248
|
29
29
|
maleo_foundation/models/transfers/parameters/general.py,sha256=TDDUAc7GsKA9jhpan5BqoGVpOcwJPHpV34atXEd0D60,532
|
30
|
-
maleo_foundation/models/transfers/parameters/service.py,sha256=
|
30
|
+
maleo_foundation/models/transfers/parameters/service.py,sha256=ljlD4wLChp7nlzMLuYoo13YKhj9Q7yUmLxQ67oV5jYg,5333
|
31
31
|
maleo_foundation/models/transfers/results/__init__.py,sha256=0_8uJ1IQW87RZ4nIxzWkQVi3Fxb7B8myZTngXfoxgNc,241
|
32
32
|
maleo_foundation/models/transfers/results/client/__init__.py,sha256=xBRuY0NUIPpQEGQ2qoBnqLZGX4W1YSrQ0VnDf5OYJBo,290
|
33
33
|
maleo_foundation/models/transfers/results/client/service.py,sha256=TO_U53vmUEnFWiiyuu33ao3BUidt6KFxvk3GC9uo8JE,1108
|
@@ -47,7 +47,7 @@ maleo_foundation/utils/exceptions.py,sha256=mcvBwHm6uWpVQkPtO1T2j-GaTYEiyPOeGxiD
|
|
47
47
|
maleo_foundation/utils/logger.py,sha256=ICrFi0MxuAjDy8KTRL7pex1miwzZqZX-HHArgN3niJM,2453
|
48
48
|
maleo_foundation/utils/formatter/__init__.py,sha256=iKf5YCbEdg1qKnFHyKqqcQbqAqEeRUf8mhI3v3dQoj8,78
|
49
49
|
maleo_foundation/utils/formatter/case.py,sha256=TmvvlfzGdC_omMTB5vAa40TZBxQ3hnr-SYeo0M52Rlg,1352
|
50
|
-
maleo_foundation-0.0.
|
51
|
-
maleo_foundation-0.0.
|
52
|
-
maleo_foundation-0.0.
|
53
|
-
maleo_foundation-0.0.
|
50
|
+
maleo_foundation-0.0.6.dist-info/METADATA,sha256=QAqPC-VtoJTCIXBIiz70J0FnfCJX1ORwkRt9XYTWPXA,3159
|
51
|
+
maleo_foundation-0.0.6.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
52
|
+
maleo_foundation-0.0.6.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
53
|
+
maleo_foundation-0.0.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|