maleo-foundation 0.0.43__py3-none-any.whl → 0.0.45__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.
@@ -1,5 +1,5 @@
1
1
  from __future__ import annotations
2
- from pydantic import Field
2
+ from pydantic import BaseModel, Field
3
3
  from maleo_foundation.enums import BaseEnums
4
4
  from maleo_foundation.models.schemas.general import BaseGeneralSchemas
5
5
  from maleo_foundation.types import BaseTypes
@@ -7,6 +7,8 @@ from maleo_foundation.types import BaseTypes
7
7
  class BaseGeneralParametersTransfers:
8
8
  class GetSingleQuery(BaseGeneralSchemas.Statuses): pass
9
9
 
10
- class GetSingle(BaseGeneralSchemas.Statuses):
10
+ class BaseGetSingle(BaseModel):
11
11
  identifier:BaseEnums.IdentifierTypes = Field(..., description="Identifier")
12
- value:BaseTypes.IdentifierValue = Field(..., description="Value")
12
+ value:BaseTypes.IdentifierValue = Field(..., description="Value")
13
+
14
+ class GetSingle(BaseGeneralSchemas.Statuses, BaseGetSingle): pass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo_foundation
3
- Version: 0.0.43
3
+ Version: 0.0.45
4
4
  Summary: Foundation package for Maleo
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
@@ -34,7 +34,7 @@ maleo_foundation/models/schemas/result.py,sha256=V3dljS2AdtWW4Pf8YsnQuiCylN1bZtE
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
36
  maleo_foundation/models/transfers/parameters/client.py,sha256=tn_Hwa-k-Utp5rODe7GylqZB8djIKKupgkUFscYCyLc,4059
37
- maleo_foundation/models/transfers/parameters/general.py,sha256=HLBS4nUYSrqftES2x43tzlAcDnscuH9OtM1X-Ym2Dto,530
37
+ maleo_foundation/models/transfers/parameters/general.py,sha256=cHbJ8sKOrwnQpjT4GLRE--WopfTjQH0KawPVQgvGHzA,598
38
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
@@ -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.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,,
54
+ maleo_foundation-0.0.45.dist-info/METADATA,sha256=o37CqDWclV1BNBghPffqhbQAYP7WMnIIZug2HEujbj8,3160
55
+ maleo_foundation-0.0.45.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
56
+ maleo_foundation-0.0.45.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
57
+ maleo_foundation-0.0.45.dist-info/RECORD,,