maleo-foundation 0.0.23__py3-none-any.whl → 0.0.25__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/types/general.py +0 -7
- {maleo_foundation-0.0.23.dist-info → maleo_foundation-0.0.25.dist-info}/METADATA +1 -1
- {maleo_foundation-0.0.23.dist-info → maleo_foundation-0.0.25.dist-info}/RECORD +5 -5
- {maleo_foundation-0.0.23.dist-info → maleo_foundation-0.0.25.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.0.23.dist-info → maleo_foundation-0.0.25.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,6 @@ from datetime import datetime
|
|
2
2
|
from typing import Optional, Union, Literal, List, Any
|
3
3
|
from uuid import UUID
|
4
4
|
from maleo_foundation.models.enums import BaseEnums
|
5
|
-
from maleo_foundation.models.schemas.general import BaseGeneralSchemas
|
6
5
|
|
7
6
|
class BaseGeneralTypes:
|
8
7
|
#* Any-related types
|
@@ -40,11 +39,5 @@ class BaseGeneralTypes:
|
|
40
39
|
ListOfStatuses = List[BaseEnums.StatusType]
|
41
40
|
OptionalListOfStatuses = Optional[List[BaseEnums.StatusType]]
|
42
41
|
|
43
|
-
#* DateFilter-related types
|
44
|
-
ListOfDateFilters = List[BaseGeneralSchemas.DateFilter]
|
45
|
-
|
46
|
-
#* SortColumn-related types
|
47
|
-
ListOfSortColumns = List[BaseGeneralSchemas.SortColumn]
|
48
|
-
|
49
42
|
#* Miscellanous types
|
50
43
|
IdentifierValue = Union[int, UUID, str]
|
@@ -41,7 +41,7 @@ maleo_foundation/models/transfers/results/service/controllers/__init__.py,sha256
|
|
41
41
|
maleo_foundation/models/transfers/results/service/controllers/rest.py,sha256=bZ4NibT58aim6p3epFJ9ipR8Z54FkOuFx2GniK4CUfM,1114
|
42
42
|
maleo_foundation/models/types/__init__.py,sha256=RVDgAANo9GayyPFh7BX9RHAJp_tkT5BCHMZc_s0mTNU,393
|
43
43
|
maleo_foundation/models/types/client.py,sha256=tZtuMI_4uLxEiOvuGrwznEzMpqt3EEb3Z4t_VwzVtI0,1578
|
44
|
-
maleo_foundation/models/types/general.py,sha256=
|
44
|
+
maleo_foundation/models/types/general.py,sha256=j_bwdMYaYoUpI4CsA5_xMyk_J1PMGzD2Ms8TpDNN1MQ,1220
|
45
45
|
maleo_foundation/models/types/parameter.py,sha256=TXZ3WHvtn8g6jOQY5k4h5GQQk_8e4unpg1Q7W1J3EY0,306
|
46
46
|
maleo_foundation/models/types/query.py,sha256=wq5bCbph19PjcpEuAh58B330jopSUG64KGsoi9SFuN4,1567
|
47
47
|
maleo_foundation/models/types/service.py,sha256=utK9TACldhE0WW75KN84F_9D-fM5l1xN5_3F6QUVfPs,1595
|
@@ -50,7 +50,7 @@ maleo_foundation/utils/exceptions.py,sha256=mcvBwHm6uWpVQkPtO1T2j-GaTYEiyPOeGxiD
|
|
50
50
|
maleo_foundation/utils/logger.py,sha256=ICrFi0MxuAjDy8KTRL7pex1miwzZqZX-HHArgN3niJM,2453
|
51
51
|
maleo_foundation/utils/formatter/__init__.py,sha256=iKf5YCbEdg1qKnFHyKqqcQbqAqEeRUf8mhI3v3dQoj8,78
|
52
52
|
maleo_foundation/utils/formatter/case.py,sha256=TmvvlfzGdC_omMTB5vAa40TZBxQ3hnr-SYeo0M52Rlg,1352
|
53
|
-
maleo_foundation-0.0.
|
54
|
-
maleo_foundation-0.0.
|
55
|
-
maleo_foundation-0.0.
|
56
|
-
maleo_foundation-0.0.
|
53
|
+
maleo_foundation-0.0.25.dist-info/METADATA,sha256=CrzbXTgQkoeQhNWyDGs446alpVh7_Fa7o-qF4qAHbCA,3160
|
54
|
+
maleo_foundation-0.0.25.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
|
55
|
+
maleo_foundation-0.0.25.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
56
|
+
maleo_foundation-0.0.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|