maleo-foundation 0.2.15__py3-none-any.whl → 0.2.16__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/models/schemas/general.py +3 -0
- {maleo_foundation-0.2.15.dist-info → maleo_foundation-0.2.16.dist-info}/METADATA +1 -1
- {maleo_foundation-0.2.15.dist-info → maleo_foundation-0.2.16.dist-info}/RECORD +5 -5
- {maleo_foundation-0.2.15.dist-info → maleo_foundation-0.2.16.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.2.15.dist-info → maleo_foundation-0.2.16.dist-info}/top_level.txt +0 -0
@@ -15,6 +15,9 @@ class BaseGeneralSchemas:
|
|
15
15
|
class Ids(BaseModel):
|
16
16
|
ids:BaseTypes.OptionalListOfIntegers = Field(None, description="Specific Ids")
|
17
17
|
|
18
|
+
class Uuids(BaseModel):
|
19
|
+
uuids:BaseTypes.OptionalListOfUUIDs = Field(None, description="Specific Uuids")
|
20
|
+
|
18
21
|
class Keys(BaseModel):
|
19
22
|
keys:BaseTypes.OptionalListOfStrings = Field(None, description="Specific Keys")
|
20
23
|
|
@@ -49,7 +49,7 @@ maleo_foundation/models/responses.py,sha256=iKJs9EFemCuUOc-IxEUwjX9RgNnPf-mw7yGh
|
|
49
49
|
maleo_foundation/models/table.py,sha256=Dk5GXeO0gbBBPN2PJtZhlUx2x3vMbT4dxTBc3YLBbuc,1199
|
50
50
|
maleo_foundation/models/schemas/__init__.py,sha256=Xj8Ahsqyra-fmEaVcGPok5GOOsPQlKcknHYMvbjvENA,277
|
51
51
|
maleo_foundation/models/schemas/encryption.py,sha256=KYs2P57AqWpEROuqTuSuyt1Zk-jsIUKFeRWIfSwem74,658
|
52
|
-
maleo_foundation/models/schemas/general.py,sha256=
|
52
|
+
maleo_foundation/models/schemas/general.py,sha256=YQ2d3MxkraNkWO-QD3xAChnOsUVzzbVjNVi8iTDtzmk,4174
|
53
53
|
maleo_foundation/models/schemas/hash.py,sha256=db2uyCeUzvF2zDCcbiZMh1MxIOGOGezOMOx-M1ta4zI,441
|
54
54
|
maleo_foundation/models/schemas/key.py,sha256=7FZxVqTL5qRK48AXL1odrMNhAwhwtCwSkBUPsJwuBII,594
|
55
55
|
maleo_foundation/models/schemas/parameter.py,sha256=K47z2NzmTEhUiOfRiRLyRPXoQurbWsKBL7ObXAxIWRY,2100
|
@@ -110,7 +110,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=qopTKvcMVoTFwyRijeg
|
|
110
110
|
maleo_foundation/utils/loaders/credential/google.py,sha256=deksZXT5wPhEsSMHbZ3x05WHXxCjLDt76Ns-1Tmhp7g,948
|
111
111
|
maleo_foundation/utils/loaders/key/__init__.py,sha256=hVygcC2ImHc_aVrSrOmyedR8tMUZokWUKCKOSh5ctbo,106
|
112
112
|
maleo_foundation/utils/loaders/key/rsa.py,sha256=gDhyX6iTFtHiluuhFCozaZ3pOLKU2Y9TlrNMK_GVyGU,3796
|
113
|
-
maleo_foundation-0.2.
|
114
|
-
maleo_foundation-0.2.
|
115
|
-
maleo_foundation-0.2.
|
116
|
-
maleo_foundation-0.2.
|
113
|
+
maleo_foundation-0.2.16.dist-info/METADATA,sha256=wSxZa-81-A06sV_cs5366-Y-zA8RmQAt7gmm5rfyCSQ,3419
|
114
|
+
maleo_foundation-0.2.16.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
115
|
+
maleo_foundation-0.2.16.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
116
|
+
maleo_foundation-0.2.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|