maleo-foundation 0.2.71__py3-none-any.whl → 0.2.72__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.
@@ -1,4 +1,5 @@
1
1
  import re
2
+ from typing import List
2
3
  from uuid import UUID
3
4
  from maleo_foundation.enums import BaseEnums
4
5
  from maleo_foundation.types import BaseTypes
@@ -30,4 +31,13 @@ IDENTIFIER_TYPE_VALUE_TYPE_MAP:dict[
30
31
  ] = {
31
32
  BaseEnums.IdentifierTypes.ID: int,
32
33
  BaseEnums.IdentifierTypes.UUID: UUID
33
- }
34
+ }
35
+ ALL_STATUSES:List[BaseEnums.StatusType] = [
36
+ BaseEnums.StatusType.ACTIVE,
37
+ BaseEnums.StatusType.INACTIVE,
38
+ BaseEnums.StatusType.DELETED
39
+ ]
40
+ VISIBLE_STATUSES:List[BaseEnums.StatusType] = [
41
+ BaseEnums.StatusType.ACTIVE,
42
+ BaseEnums.StatusType.INACTIVE
43
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo_foundation
3
- Version: 0.2.71
3
+ Version: 0.2.72
4
4
  Summary: Foundation package for Maleo
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
@@ -1,7 +1,7 @@
1
1
  maleo_foundation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  maleo_foundation/authentication.py,sha256=kmM2QKh0st2p2pac9MKP7yYNpJzI0cFwTOrMtoQ0gMI,1575
3
3
  maleo_foundation/authorization.py,sha256=euq24UEhTaimmM24Ies-kZF1zqVwM_x0Zox_6k7zyqI,281
4
- maleo_foundation/constants.py,sha256=aBmEfWlBqZxi0k-n6h2NM1YRLOjMnheEiLyQcjP-zCQ,1164
4
+ maleo_foundation/constants.py,sha256=mhoMGDeRdL9yer1lnh_KcC-rqdLEjL5iX3SBMtgV6Zk,1452
5
5
  maleo_foundation/enums.py,sha256=p8O-I3sotn5CiJmeDlnEHbTkPAUd9M9N9qk8aosTT6A,4265
6
6
  maleo_foundation/extended_types.py,sha256=pIKt-_9tby4rmune3fmWcCW_mohaNRh_1lywBmdc-L4,301
7
7
  maleo_foundation/rest_controller_result.py,sha256=4KbCmk70IEHj1L1bNJfFg1Y3ifnRSnmvK6dYyVJddok,2014
@@ -118,7 +118,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=qopTKvcMVoTFwyRijeg
118
118
  maleo_foundation/utils/loaders/credential/google.py,sha256=HUcuHD4tXHPt0eHInlFYxA_MDrGSOtbenpd0PX156OM,1255
119
119
  maleo_foundation/utils/loaders/key/__init__.py,sha256=hVygcC2ImHc_aVrSrOmyedR8tMUZokWUKCKOSh5ctbo,106
120
120
  maleo_foundation/utils/loaders/key/rsa.py,sha256=gDhyX6iTFtHiluuhFCozaZ3pOLKU2Y9TlrNMK_GVyGU,3796
121
- maleo_foundation-0.2.71.dist-info/METADATA,sha256=iGb1HiCapcCY_9ooKKz7SwGQnekzgsWbp9qU5fvnyvk,3598
122
- maleo_foundation-0.2.71.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
123
- maleo_foundation-0.2.71.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
124
- maleo_foundation-0.2.71.dist-info/RECORD,,
121
+ maleo_foundation-0.2.72.dist-info/METADATA,sha256=GGXTcj5ARXU29O1L4BIcA8mmqzg-13_tmxuH_zs-nDI,3598
122
+ maleo_foundation-0.2.72.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
123
+ maleo_foundation-0.2.72.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
124
+ maleo_foundation-0.2.72.dist-info/RECORD,,