maleo-foundation 0.2.58__py3-none-any.whl → 0.2.59__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/enums.py +23 -0
- {maleo_foundation-0.2.58.dist-info → maleo_foundation-0.2.59.dist-info}/METADATA +1 -1
- {maleo_foundation-0.2.58.dist-info → maleo_foundation-0.2.59.dist-info}/RECORD +5 -5
- {maleo_foundation-0.2.58.dist-info → maleo_foundation-0.2.59.dist-info}/WHEEL +1 -1
- {maleo_foundation-0.2.58.dist-info → maleo_foundation-0.2.59.dist-info}/top_level.txt +0 -0
maleo_foundation/enums.py
CHANGED
@@ -8,6 +8,28 @@ class BaseEnums:
|
|
8
8
|
STAGING = "staging"
|
9
9
|
PRODUCTION = "production"
|
10
10
|
|
11
|
+
class ServiceType(StrEnum):
|
12
|
+
BACKEND = "backend"
|
13
|
+
FRONTEND = "frontend"
|
14
|
+
|
15
|
+
class ServiceCategory(StrEnum):
|
16
|
+
CORE = "core"
|
17
|
+
AI = "ai"
|
18
|
+
|
19
|
+
class Service(StrEnum):
|
20
|
+
MALEO_STUDIO = "maleo-studio"
|
21
|
+
MALEO_NEXUS = "maleo-nexus"
|
22
|
+
MALEO_METADATA = "maleo-metadata"
|
23
|
+
MALEO_IDENTITY = "maleo-identity"
|
24
|
+
MALEO_ACCESS = "maleo-access"
|
25
|
+
MALEO_MEDIX = "maleo-medix"
|
26
|
+
MALEO_FHIR = "maleo-fhir"
|
27
|
+
MALEO_DICOM = "maleo-dicom"
|
28
|
+
MALEO_SCRIBE = "maleo-scribe"
|
29
|
+
MALEO_CDS = "maleo-cds"
|
30
|
+
MALEO_IMAGING = "maleo-imaging"
|
31
|
+
MALEO_MCU = "maleo-mcu"
|
32
|
+
|
11
33
|
class StatusType(StrEnum):
|
12
34
|
DELETED = "deleted"
|
13
35
|
INACTIVE = "inactive"
|
@@ -16,6 +38,7 @@ class BaseEnums:
|
|
16
38
|
class UserType(StrEnum):
|
17
39
|
REGULAR = "regular"
|
18
40
|
PROXY = "proxy"
|
41
|
+
SERVICE = "service"
|
19
42
|
|
20
43
|
class SortOrder(StrEnum):
|
21
44
|
ASC = "asc"
|
@@ -2,7 +2,7 @@ maleo_foundation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
2
2
|
maleo_foundation/authentication.py,sha256=kmM2QKh0st2p2pac9MKP7yYNpJzI0cFwTOrMtoQ0gMI,1575
|
3
3
|
maleo_foundation/authorization.py,sha256=euq24UEhTaimmM24Ies-kZF1zqVwM_x0Zox_6k7zyqI,281
|
4
4
|
maleo_foundation/constants.py,sha256=aBmEfWlBqZxi0k-n6h2NM1YRLOjMnheEiLyQcjP-zCQ,1164
|
5
|
-
maleo_foundation/enums.py,sha256=
|
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
|
8
8
|
maleo_foundation/types.py,sha256=bUcCR-qRlxxttMxJQnVmtBic3EXEd_urcC2P55evWPc,2451
|
@@ -117,7 +117,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=qopTKvcMVoTFwyRijeg
|
|
117
117
|
maleo_foundation/utils/loaders/credential/google.py,sha256=SKsqPuFnAiCcYLf24CxKnMybhVHpgqnq1gGSlThqjts,994
|
118
118
|
maleo_foundation/utils/loaders/key/__init__.py,sha256=hVygcC2ImHc_aVrSrOmyedR8tMUZokWUKCKOSh5ctbo,106
|
119
119
|
maleo_foundation/utils/loaders/key/rsa.py,sha256=gDhyX6iTFtHiluuhFCozaZ3pOLKU2Y9TlrNMK_GVyGU,3796
|
120
|
-
maleo_foundation-0.2.
|
121
|
-
maleo_foundation-0.2.
|
122
|
-
maleo_foundation-0.2.
|
123
|
-
maleo_foundation-0.2.
|
120
|
+
maleo_foundation-0.2.59.dist-info/METADATA,sha256=qndEK8gX0PhJ3uZ3BitYl6ZlcncfYwH4Oz05Aozx8Mk,3598
|
121
|
+
maleo_foundation-0.2.59.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
122
|
+
maleo_foundation-0.2.59.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
123
|
+
maleo_foundation-0.2.59.dist-info/RECORD,,
|
File without changes
|