maleo-foundation 0.3.70__py3-none-any.whl → 0.3.71__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 +2 -6
- {maleo_foundation-0.3.70.dist-info → maleo_foundation-0.3.71.dist-info}/METADATA +1 -1
- {maleo_foundation-0.3.70.dist-info → maleo_foundation-0.3.71.dist-info}/RECORD +5 -5
- {maleo_foundation-0.3.70.dist-info → maleo_foundation-0.3.71.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.3.70.dist-info → maleo_foundation-0.3.71.dist-info}/top_level.txt +0 -0
@@ -139,12 +139,8 @@ class BaseGeneralSchemas:
|
|
139
139
|
|
140
140
|
class DatabaseOperationResult(BaseModel):
|
141
141
|
data_id: int = Field(..., ge=1, description="Data's ID")
|
142
|
-
old_data: BaseTypes.
|
143
|
-
|
144
|
-
)
|
145
|
-
new_data: BaseTypes.OptionalStringToAnyDict = Field(
|
146
|
-
None, description="New data"
|
147
|
-
)
|
142
|
+
old_data: BaseTypes.OptionalAny = Field(None, description="Old data")
|
143
|
+
new_data: BaseTypes.OptionalAny = Field(None, description="New data")
|
148
144
|
|
149
145
|
@model_validator(mode="after")
|
150
146
|
def validate_data(self) -> Self:
|
@@ -54,7 +54,7 @@ maleo_foundation/models/responses.py,sha256=WNAz67ewOyWV0oHyiB_BF_-sfaoDF-FVzcwg
|
|
54
54
|
maleo_foundation/models/table.py,sha256=k0-OtahF2KRmvFUL8TborT6PoIhGsyoVrPJBKGg1QbU,1855
|
55
55
|
maleo_foundation/models/schemas/__init__.py,sha256=tmjBCyG4uMRjiTbnbhIjZaR8q7zk0_J_CqnRzsSfoBQ,279
|
56
56
|
maleo_foundation/models/schemas/encryption.py,sha256=S86FGlcBhyGxxZ5ObNSHTjSDwBUlUtLOMoCAKd5wE34,687
|
57
|
-
maleo_foundation/models/schemas/general.py,sha256=
|
57
|
+
maleo_foundation/models/schemas/general.py,sha256=jkwABGuocndShcX5RjDzdW56bVHT7hy8hCynvfkFgyk,10003
|
58
58
|
maleo_foundation/models/schemas/hash.py,sha256=jthDmu_VTBydffPruAIAiR8l0Xs6IrlgTptaP42zr1M,447
|
59
59
|
maleo_foundation/models/schemas/key.py,sha256=LSEDQpaCxavwp5je2O-ZNyOPtrFW_lXDywF9LK-An1w,622
|
60
60
|
maleo_foundation/models/schemas/parameter.py,sha256=OE1hg100lEa2IlGlT2Zz6PJ-OcC-6ZfDzsTOeJvvEig,3907
|
@@ -138,7 +138,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=g-cAxkTE2EtHaG8Tv52
|
|
138
138
|
maleo_foundation/utils/loaders/credential/google.py,sha256=GCJl-bsKSSxoE_ERAkIzRrRNIbIEeqYOhHwzFuBr0mk,6576
|
139
139
|
maleo_foundation/utils/loaders/key/__init__.py,sha256=RfqIbUxkdlx1xrbzJZPD_JHiRFNFLRuQs8JoUPCGCv4,108
|
140
140
|
maleo_foundation/utils/loaders/key/rsa.py,sha256=UXcP0rr4QVacTsHLNQuU05wcow5CHWz-JW-zsVxlbPs,4121
|
141
|
-
maleo_foundation-0.3.
|
142
|
-
maleo_foundation-0.3.
|
143
|
-
maleo_foundation-0.3.
|
144
|
-
maleo_foundation-0.3.
|
141
|
+
maleo_foundation-0.3.71.dist-info/METADATA,sha256=GGQMQuHuJN0WqKiO594BEeNV7RjG39czMEPsrGNAHJo,4150
|
142
|
+
maleo_foundation-0.3.71.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
143
|
+
maleo_foundation-0.3.71.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
144
|
+
maleo_foundation-0.3.71.dist-info/RECORD,,
|
File without changes
|
File without changes
|