maleo-foundation 0.3.62__py3-none-any.whl → 0.3.63__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 +2 -0
- {maleo_foundation-0.3.62.dist-info → maleo_foundation-0.3.63.dist-info}/METADATA +1 -1
- {maleo_foundation-0.3.62.dist-info → maleo_foundation-0.3.63.dist-info}/RECORD +5 -5
- {maleo_foundation-0.3.62.dist-info → maleo_foundation-0.3.63.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.3.62.dist-info → maleo_foundation-0.3.63.dist-info}/top_level.txt +0 -0
maleo_foundation/enums.py
CHANGED
@@ -101,10 +101,12 @@ class BaseEnums:
|
|
101
101
|
DATABASE = "database"
|
102
102
|
MICROSERVICE = "microservice"
|
103
103
|
THIRD_PARTY = "third_party"
|
104
|
+
INTERNAL = "internal"
|
104
105
|
|
105
106
|
class ClientOperationTarget(StrEnum):
|
106
107
|
CACHE = "cache"
|
107
108
|
CONTROLLER = "controller"
|
109
|
+
INTERNAL = "internal"
|
108
110
|
|
109
111
|
class OperationTarget(StrEnum):
|
110
112
|
CACHE = "cache"
|
@@ -2,7 +2,7 @@ maleo_foundation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
2
2
|
maleo_foundation/authentication.py,sha256=2Y2py-teDSO_YTFdZiPtuYhC8r3qIzn7CKyLNN8b2NQ,2727
|
3
3
|
maleo_foundation/authorization.py,sha256=8P1hleBYRv8kda4uQcbHVujHVAlI92YV1Flfzf-oJEU,285
|
4
4
|
maleo_foundation/constants.py,sha256=cgW2TjXYEdQRoYCL3fMk3r5B2Yr-Av67CaEAdY5SZ6o,1529
|
5
|
-
maleo_foundation/enums.py,sha256=
|
5
|
+
maleo_foundation/enums.py,sha256=5ft9F3CcLM2lwDNGVVNFZRwol1Y_BLYJcxi3yPjsS7Y,6277
|
6
6
|
maleo_foundation/extended_types.py,sha256=oOAYc5f89WcPt5OWEaNdeceENHiPVr4KDhdttg6bA_w,305
|
7
7
|
maleo_foundation/rest_controller_result.py,sha256=uZxBxZ5hB98q1B4hNyRigHcO0560NYfUjq8L662aOPw,2172
|
8
8
|
maleo_foundation/types.py,sha256=Tq50KOISbnsMslVGBCqlY77lRAQZa-UUFDGqqwRglow,2466
|
@@ -135,7 +135,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=g-cAxkTE2EtHaG8Tv52
|
|
135
135
|
maleo_foundation/utils/loaders/credential/google.py,sha256=GCJl-bsKSSxoE_ERAkIzRrRNIbIEeqYOhHwzFuBr0mk,6576
|
136
136
|
maleo_foundation/utils/loaders/key/__init__.py,sha256=RfqIbUxkdlx1xrbzJZPD_JHiRFNFLRuQs8JoUPCGCv4,108
|
137
137
|
maleo_foundation/utils/loaders/key/rsa.py,sha256=UXcP0rr4QVacTsHLNQuU05wcow5CHWz-JW-zsVxlbPs,4121
|
138
|
-
maleo_foundation-0.3.
|
139
|
-
maleo_foundation-0.3.
|
140
|
-
maleo_foundation-0.3.
|
141
|
-
maleo_foundation-0.3.
|
138
|
+
maleo_foundation-0.3.63.dist-info/METADATA,sha256=cuAYgkv4CW6UM7ysSToHwYHXchcEiWLLQr-zoJ9gu0c,4150
|
139
|
+
maleo_foundation-0.3.63.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
140
|
+
maleo_foundation-0.3.63.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
141
|
+
maleo_foundation-0.3.63.dist-info/RECORD,,
|
File without changes
|
File without changes
|