maleo-foundation 0.2.45__py3-none-any.whl → 0.2.47__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 +6 -0
- {maleo_foundation-0.2.45.dist-info → maleo_foundation-0.2.47.dist-info}/METADATA +1 -1
- {maleo_foundation-0.2.45.dist-info → maleo_foundation-0.2.47.dist-info}/RECORD +5 -5
- {maleo_foundation-0.2.45.dist-info → maleo_foundation-0.2.47.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.2.45.dist-info → maleo_foundation-0.2.47.dist-info}/top_level.txt +0 -0
@@ -18,6 +18,9 @@ class BaseGeneralSchemas:
|
|
18
18
|
class Uuids(BaseModel):
|
19
19
|
uuids:BaseTypes.OptionalListOfUUIDs = Field(None, description="Specific Uuids")
|
20
20
|
|
21
|
+
class Codes(BaseModel):
|
22
|
+
codes:BaseTypes.OptionalListOfStrings = Field(None, description="Specific Codes")
|
23
|
+
|
21
24
|
class Keys(BaseModel):
|
22
25
|
keys:BaseTypes.OptionalListOfStrings = Field(None, description="Specific Keys")
|
23
26
|
|
@@ -80,6 +83,9 @@ class BaseGeneralSchemas:
|
|
80
83
|
class Order(BaseModel):
|
81
84
|
order:BaseTypes.OptionalInteger = Field(..., description="Data's order")
|
82
85
|
|
86
|
+
class Code(BaseModel):
|
87
|
+
code:str = Field(..., description="Data's code")
|
88
|
+
|
83
89
|
class Key(BaseModel):
|
84
90
|
key:str = Field(..., description="Data's key")
|
85
91
|
|
@@ -54,7 +54,7 @@ maleo_foundation/models/responses.py,sha256=nszxzni_Q_42bzjrKvUVGeB3GSn4Ba9g-Nqj
|
|
54
54
|
maleo_foundation/models/table.py,sha256=tcOwj_Heqi6ode8rbD4eeSiixEYsAtUaUyJyqrYaMAw,1327
|
55
55
|
maleo_foundation/models/schemas/__init__.py,sha256=Xj8Ahsqyra-fmEaVcGPok5GOOsPQlKcknHYMvbjvENA,277
|
56
56
|
maleo_foundation/models/schemas/encryption.py,sha256=KYs2P57AqWpEROuqTuSuyt1Zk-jsIUKFeRWIfSwem74,658
|
57
|
-
maleo_foundation/models/schemas/general.py,sha256=
|
57
|
+
maleo_foundation/models/schemas/general.py,sha256=PCnGRV_WL8xiBuECDlt7E0Mg_pEVrM7T28bwOxqcLdI,4378
|
58
58
|
maleo_foundation/models/schemas/hash.py,sha256=db2uyCeUzvF2zDCcbiZMh1MxIOGOGezOMOx-M1ta4zI,441
|
59
59
|
maleo_foundation/models/schemas/key.py,sha256=7FZxVqTL5qRK48AXL1odrMNhAwhwtCwSkBUPsJwuBII,594
|
60
60
|
maleo_foundation/models/schemas/parameter.py,sha256=K47z2NzmTEhUiOfRiRLyRPXoQurbWsKBL7ObXAxIWRY,2100
|
@@ -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.47.dist-info/METADATA,sha256=TqcnGxmaqaccse8mzjdZL6ZgeGztSPQpDCTe6ozPyNQ,3598
|
121
|
+
maleo_foundation-0.2.47.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
122
|
+
maleo_foundation-0.2.47.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
123
|
+
maleo_foundation-0.2.47.dist-info/RECORD,,
|
File without changes
|
File without changes
|