maleo-foundation 0.1.47__py3-none-any.whl → 0.1.49__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.
@@ -113,7 +113,7 @@ class MaleoClientManager(ClientManager):
113
113
 
114
114
  @property
115
115
  def controllers(self) -> ClientControllers:
116
- raise self._controllers
116
+ return self._controllers
117
117
 
118
118
  def _initialize_services(self) -> None:
119
119
  #* Initialize services
@@ -10,9 +10,9 @@ class BaseTokenGeneralTransfers:
10
10
  u_u:str = Field(..., description="user's username")
11
11
  u_e:str = Field(..., description="user's email")
12
12
  u_ut:str = Field(..., description="user's type")
13
- o:BaseTypes.OptionalString = Field(..., description="Organization's key")
14
- o_ot:BaseTypes.OptionalString = Field(..., description="Organization's type")
15
- uor:BaseTypes.OptionalListOfStrings = Field(..., description="User Organization Role")
13
+ o:BaseTypes.OptionalString = Field(None, description="Organization's key")
14
+ o_ot:BaseTypes.OptionalString = Field(None, description="Organization's type")
15
+ uor:BaseTypes.OptionalListOfStrings = Field(None, description="User Organization Role")
16
16
 
17
17
  class DecodePayload(BasePayload):
18
18
  iat_dt:datetime = Field(..., description="Issued at (datetime)")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo_foundation
3
- Version: 0.1.47
3
+ Version: 0.1.49
4
4
  Summary: Foundation package for Maleo
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
@@ -16,7 +16,7 @@ maleo_foundation/managers/middleware.py,sha256=7CDXPMb28AR7J72TWOeKFxOlMypKezEtO
16
16
  maleo_foundation/managers/service.py,sha256=0T3dHcpGdkvT0YuTvPssRR8_wDkHTPW-VI8yUl9iY80,14928
17
17
  maleo_foundation/managers/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  maleo_foundation/managers/client/base.py,sha256=Z7_ANKbrlnShoZeSpP6N9Y0JLquDWG2FAedMvceYtt0,1120
19
- maleo_foundation/managers/client/maleo.py,sha256=iBp7EzudZm4hRm8Fo2i51R_LLu2iWlAfFbYnMaYQjQM,4152
19
+ maleo_foundation/managers/client/maleo.py,sha256=rhm0yAk5tdMPsyRX7C-zgQoxEa6vQm4yMP7TPvlYoI4,4153
20
20
  maleo_foundation/managers/client/google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  maleo_foundation/managers/client/google/base.py,sha256=0_4MYc-clsnSS2hjwwe-DNaycmcwsoUeF9mm21GLpbI,1202
22
22
  maleo_foundation/managers/client/google/secret.py,sha256=BNRE-VnD3GTgRtUQg2zzaitYHZ_yThTl7wRKPngqW-U,3067
@@ -35,7 +35,7 @@ maleo_foundation/models/schemas/result.py,sha256=V3dljS2AdtWW4Pf8YsnQuiCylN1bZtE
35
35
  maleo_foundation/models/schemas/token.py,sha256=u71kPXJyCxqn_INK05MSNFhQr9MaLfQM-icYc536xik,551
36
36
  maleo_foundation/models/transfers/__init__.py,sha256=oJLJ3Geeme6vBw7R2Dhvdvg4ziVvzEYAGJaP-tm_90w,299
37
37
  maleo_foundation/models/transfers/general/__init__.py,sha256=0yW67vJvKgJmZ9htteOVatG7mb-YEpHF62dpwH2g_Bk,146
38
- maleo_foundation/models/transfers/general/token.py,sha256=ZbWIPU0WUFr9ReHOqjRuD1CFie2v206tJNFRcDGQvU4,2411
38
+ maleo_foundation/models/transfers/general/token.py,sha256=QZNGG5DdmQDTYIqNFMqBQDJoeahIHgzBzyXiMoTS-JA,2414
39
39
  maleo_foundation/models/transfers/parameters/__init__.py,sha256=oKW4RPIEISISRjsJzD8lsCGY1HhZRTzshPpWHcJu86k,353
40
40
  maleo_foundation/models/transfers/parameters/client.py,sha256=tn_Hwa-k-Utp5rODe7GylqZB8djIKKupgkUFscYCyLc,4059
41
41
  maleo_foundation/models/transfers/parameters/general.py,sha256=WoekZJCIoAllhXdRIJkNRdNq0QEIn0bteiHJLtzkCxU,579
@@ -67,7 +67,7 @@ maleo_foundation/utils/loaders/__init__.py,sha256=Dnuv7BWyglSddnbsFb96s-b3KaW7UK
67
67
  maleo_foundation/utils/loaders/json.py,sha256=NsXLq3VZSgzmEf99tV1VtrmiudWdQ8Pzh_hI4Rm0cM8,397
68
68
  maleo_foundation/utils/loaders/key.py,sha256=GZ4h1ONfp6Xx8-E8AWoGP4ajAZrwPhZRtidjn_u82Qg,2562
69
69
  maleo_foundation/utils/loaders/yaml.py,sha256=jr8v3BlgmRCMTzdNgKhIYt1tnubaJXcDSSGkKVR8pbw,362
70
- maleo_foundation-0.1.47.dist-info/METADATA,sha256=v4clGGU033gGd9wPG35H44ll4hZfyKpLGHM9xUqsDYY,3354
71
- maleo_foundation-0.1.47.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
72
- maleo_foundation-0.1.47.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
73
- maleo_foundation-0.1.47.dist-info/RECORD,,
70
+ maleo_foundation-0.1.49.dist-info/METADATA,sha256=Ti1pbDBjdakXBzPoTgUBdZ8cWLNrrw4YUlw83KmHN9k,3354
71
+ maleo_foundation-0.1.49.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
72
+ maleo_foundation-0.1.49.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
73
+ maleo_foundation-0.1.49.dist-info/RECORD,,