maleo-foundation 0.2.69__py3-none-any.whl → 0.2.70__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/managers/service.py +2 -3
- {maleo_foundation-0.2.69.dist-info → maleo_foundation-0.2.70.dist-info}/METADATA +1 -1
- {maleo_foundation-0.2.69.dist-info → maleo_foundation-0.2.70.dist-info}/RECORD +5 -5
- {maleo_foundation-0.2.69.dist-info → maleo_foundation-0.2.70.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.2.69.dist-info → maleo_foundation-0.2.70.dist-info}/top_level.txt +0 -0
@@ -91,11 +91,10 @@ class MaleoClientConfiguration(BaseModel):
|
|
91
91
|
|
92
92
|
class MaleoClientConfigurations(BaseModel):
|
93
93
|
metadata:MaleoClientConfiguration = Field(..., description="MaleoMetadata client's configuration")
|
94
|
-
security:MaleoClientConfiguration = Field(..., description="MaleoSecurity client's configuration")
|
95
|
-
storage:MaleoClientConfiguration = Field(..., description="MaleoStorage client's configuration")
|
96
94
|
identity:MaleoClientConfiguration = Field(..., description="MaleoIdentity client's configuration")
|
97
95
|
access:MaleoClientConfiguration = Field(..., description="MaleoAccess client's configuration")
|
98
|
-
|
96
|
+
workshop:MaleoClientConfiguration = Field(..., description="MaleoWorkshop client's configuration")
|
97
|
+
medix:MaleoClientConfiguration = Field(..., description="MaleoMedix client's configuration")
|
99
98
|
fhir:MaleoClientConfiguration = Field(..., description="MaleoFHIR client's configuration")
|
100
99
|
dicom:MaleoClientConfiguration = Field(..., description="MaleoDICOM client's configuration")
|
101
100
|
scribe:MaleoClientConfiguration = Field(..., description="MaleoScribe client's configuration")
|
@@ -34,7 +34,7 @@ maleo_foundation/expanded_types/encryption/rsa.py,sha256=Esf_H8nMz2kOLAWa3M7dlD-
|
|
34
34
|
maleo_foundation/managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
35
|
maleo_foundation/managers/db.py,sha256=cpY1IOiUytT9XXYtzS0E9OSYOuB7jBKo0XHe__uI1Jg,5340
|
36
36
|
maleo_foundation/managers/middleware.py,sha256=77wRCC_CWc22nSDL-UJanO3rXmSB7wLzaAIXEFjXq6M,4249
|
37
|
-
maleo_foundation/managers/service.py,sha256=
|
37
|
+
maleo_foundation/managers/service.py,sha256=3POmJNxxdBxU6mvHdCyMTV7zFSp6_H8tWM2pvj-HqGk,19148
|
38
38
|
maleo_foundation/managers/cache/__init__.py,sha256=CeY0oof2bVl_v5WS-FKXNwn2gf3xrEMfUsHK9cHo59s,471
|
39
39
|
maleo_foundation/managers/cache/base.py,sha256=YyPjde4KTsp2IHV6NdFMysa0ev-1GX1rtX-0jQPuIBU,837
|
40
40
|
maleo_foundation/managers/cache/redis.py,sha256=xLa8QfXdNtghs0eBxIqc04H3XTYmxLEzrqJZAFCigvM,1150
|
@@ -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.
|
122
|
-
maleo_foundation-0.2.
|
123
|
-
maleo_foundation-0.2.
|
124
|
-
maleo_foundation-0.2.
|
121
|
+
maleo_foundation-0.2.70.dist-info/METADATA,sha256=AfgM-gi1MSoGPdCQjAVKP9xJxLJdD-ZfSDV_2xeDB-c,3598
|
122
|
+
maleo_foundation-0.2.70.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
123
|
+
maleo_foundation-0.2.70.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
124
|
+
maleo_foundation-0.2.70.dist-info/RECORD,,
|
File without changes
|
File without changes
|