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 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"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo_foundation
3
- Version: 0.2.58
3
+ Version: 0.2.59
4
4
  Summary: Foundation package for Maleo
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
@@ -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=OLVgb0rKk2gfG19FEyq9YGrQcmovr_FgtGFUcIu23Lo,3596
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.58.dist-info/METADATA,sha256=_V6ypomt5loZpFHzokl0RgznOfOc-qKc2oXGElSJIH8,3598
121
- maleo_foundation-0.2.58.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
122
- maleo_foundation-0.2.58.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
123
- maleo_foundation-0.2.58.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5