maleo-foundation 0.0.42__py3-none-any.whl → 0.0.43__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 -3
- maleo_foundation/models/transfers/parameters/client.py +1 -1
- maleo_foundation/models/transfers/parameters/service.py +1 -1
- {maleo_foundation-0.0.42.dist-info → maleo_foundation-0.0.43.dist-info}/METADATA +1 -1
- {maleo_foundation-0.0.42.dist-info → maleo_foundation-0.0.43.dist-info}/RECORD +7 -7
- {maleo_foundation-0.0.42.dist-info → maleo_foundation-0.0.43.dist-info}/WHEEL +1 -1
- {maleo_foundation-0.0.42.dist-info → maleo_foundation-0.0.43.dist-info}/top_level.txt +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
from datetime import date, datetime, timedelta, timezone
|
|
3
3
|
from pydantic import BaseModel, Field, model_validator, field_serializer, FieldSerializationInfo
|
|
4
|
-
from typing import
|
|
4
|
+
from typing import Any
|
|
5
5
|
from uuid import UUID
|
|
6
6
|
from maleo_foundation.constants import REFRESH_TOKEN_DURATION_DAYS, ACCESS_TOKEN_DURATION_MINUTES
|
|
7
7
|
from maleo_foundation.enums import BaseEnums
|
|
8
8
|
from maleo_foundation.types import BaseTypes
|
|
9
9
|
|
|
10
10
|
class BaseGeneralSchemas:
|
|
11
|
-
class
|
|
12
|
-
ids:BaseTypes.OptionalListOfIntegers = Field(None, description="Specific
|
|
11
|
+
class Ids(BaseModel):
|
|
12
|
+
ids:BaseTypes.OptionalListOfIntegers = Field(None, description="Specific Ids")
|
|
13
13
|
|
|
14
14
|
class Search(BaseModel):
|
|
15
15
|
search:BaseTypes.OptionalString = Field(None, description="Search parameter string.")
|
|
@@ -28,14 +28,14 @@ maleo_foundation/middlewares/cors.py,sha256=9uvBvY2N6Vxa9RP_YtESxcWo6Doi6uS0lzAG
|
|
|
28
28
|
maleo_foundation/models/__init__.py,sha256=AaKehO7c1HyKhoTGRmNHDddSeBXkW-_YNrpOGBu8Ms8,246
|
|
29
29
|
maleo_foundation/models/responses.py,sha256=ePz7yNEYVCNxxrQlj_dnWXspv1HAnBAHCQfyaaqTHdo,4541
|
|
30
30
|
maleo_foundation/models/schemas/__init__.py,sha256=Xj8Ahsqyra-fmEaVcGPok5GOOsPQlKcknHYMvbjvENA,277
|
|
31
|
-
maleo_foundation/models/schemas/general.py,sha256=
|
|
31
|
+
maleo_foundation/models/schemas/general.py,sha256=aZKlYvzk2vvfkAXCfZzLkNm0hULW1f80RmwqYJ9mLN4,6656
|
|
32
32
|
maleo_foundation/models/schemas/parameter.py,sha256=K47z2NzmTEhUiOfRiRLyRPXoQurbWsKBL7ObXAxIWRY,2100
|
|
33
33
|
maleo_foundation/models/schemas/result.py,sha256=V3dljS2AdtWW4Pf8YsnQuiCylN1bZtEY1AtYC7okWuI,1747
|
|
34
34
|
maleo_foundation/models/transfers/__init__.py,sha256=B8oCZHE3NTsrJ_rviSXaDsuc-gc25jpjuhJO40lpQiE,222
|
|
35
35
|
maleo_foundation/models/transfers/parameters/__init__.py,sha256=oKW4RPIEISISRjsJzD8lsCGY1HhZRTzshPpWHcJu86k,353
|
|
36
|
-
maleo_foundation/models/transfers/parameters/client.py,sha256=
|
|
36
|
+
maleo_foundation/models/transfers/parameters/client.py,sha256=tn_Hwa-k-Utp5rODe7GylqZB8djIKKupgkUFscYCyLc,4059
|
|
37
37
|
maleo_foundation/models/transfers/parameters/general.py,sha256=HLBS4nUYSrqftES2x43tzlAcDnscuH9OtM1X-Ym2Dto,530
|
|
38
|
-
maleo_foundation/models/transfers/parameters/service.py,sha256=
|
|
38
|
+
maleo_foundation/models/transfers/parameters/service.py,sha256=d7Xy_R-DtLBRozyD6r8YnTiuKlE3sb9HMDCCq9WmUbY,6757
|
|
39
39
|
maleo_foundation/models/transfers/results/__init__.py,sha256=0_8uJ1IQW87RZ4nIxzWkQVi3Fxb7B8myZTngXfoxgNc,241
|
|
40
40
|
maleo_foundation/models/transfers/results/client/__init__.py,sha256=xBRuY0NUIPpQEGQ2qoBnqLZGX4W1YSrQ0VnDf5OYJBo,290
|
|
41
41
|
maleo_foundation/models/transfers/results/client/service.py,sha256=TO_U53vmUEnFWiiyuu33ao3BUidt6KFxvk3GC9uo8JE,1108
|
|
@@ -51,7 +51,7 @@ maleo_foundation/utils/exceptions.py,sha256=mcvBwHm6uWpVQkPtO1T2j-GaTYEiyPOeGxiD
|
|
|
51
51
|
maleo_foundation/utils/logger.py,sha256=sK95UC5jLKKuAV8lu8pFnoQfLRB0nPtCbmAC5CJLgO8,3338
|
|
52
52
|
maleo_foundation/utils/formatter/__init__.py,sha256=iKf5YCbEdg1qKnFHyKqqcQbqAqEeRUf8mhI3v3dQoj8,78
|
|
53
53
|
maleo_foundation/utils/formatter/case.py,sha256=TmvvlfzGdC_omMTB5vAa40TZBxQ3hnr-SYeo0M52Rlg,1352
|
|
54
|
-
maleo_foundation-0.0.
|
|
55
|
-
maleo_foundation-0.0.
|
|
56
|
-
maleo_foundation-0.0.
|
|
57
|
-
maleo_foundation-0.0.
|
|
54
|
+
maleo_foundation-0.0.43.dist-info/METADATA,sha256=zNdA3XLw-6sE_yfuTmedt4IxTp2PTqSQN2SH8I6lKIk,3160
|
|
55
|
+
maleo_foundation-0.0.43.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
56
|
+
maleo_foundation-0.0.43.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
|
57
|
+
maleo_foundation-0.0.43.dist-info/RECORD,,
|
|
File without changes
|