maleo-identity 0.0.92__py3-none-any.whl → 0.0.94__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.

Potentially problematic release.


This version of maleo-identity might be problematic. Click here for more details.

@@ -18,7 +18,7 @@ class Email(BaseModel, Generic[OptStrT]):
18
18
 
19
19
 
20
20
  class Emails(BaseModel, Generic[OptListOfStrsT]):
21
- emais: Annotated[OptListOfStrsT, Field(..., description="User's Emails")]
21
+ emails: Annotated[OptListOfStrsT, Field(..., description="User's Emails")]
22
22
 
23
23
 
24
24
  class Phone(BaseModel, Generic[OptStrT]):
maleo/identity/models.py CHANGED
@@ -133,8 +133,10 @@ class UserMedicalRole(DataStatus, DataTimestamp, DataIdentifier):
133
133
  nullable=False,
134
134
  )
135
135
 
136
- __table_args__ = UniqueConstraint(
137
- "user_id", "organization_id", "medical_role", name="uq_user_medical_role"
136
+ __table_args__ = (
137
+ UniqueConstraint(
138
+ "user_id", "organization_id", "medical_role", name="uq_user_medical_role"
139
+ ),
138
140
  )
139
141
 
140
142
 
@@ -156,11 +158,13 @@ class UserOrganizationRole(DataStatus, DataTimestamp, DataIdentifier):
156
158
  nullable=False,
157
159
  )
158
160
 
159
- __table_args__ = UniqueConstraint(
160
- "user_id",
161
- "organization_id",
162
- "organization_role",
163
- name="uq_user_organization_role",
161
+ __table_args__ = (
162
+ UniqueConstraint(
163
+ "user_id",
164
+ "organization_id",
165
+ "organization_role",
166
+ name="uq_user_organization_role",
167
+ ),
164
168
  )
165
169
 
166
170
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo-identity
3
- Version: 0.0.92
3
+ Version: 0.0.94
4
4
  Summary: MaleoIdentity service package
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: Proprietary
@@ -1,5 +1,5 @@
1
1
  maleo/identity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- maleo/identity/models.py,sha256=u7TaeMENcm8EeY8-NKpHS8LBp8uxPI4AXtIUML6p8MY,9918
2
+ maleo/identity/models.py,sha256=9XTpaozr0l9s6fKh0obwV3dpKKThFT30V9tDxH8Kdc8,9980
3
3
  maleo/identity/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  maleo/identity/constants/organization.py,sha256=9GXKRvYRFMIWX56VhpHw_AAuQmelwQwZT4_3hPusw7U,607
5
5
  maleo/identity/constants/organization_registration_code.py,sha256=dseUWnG3-rQv-e4d4wWpMmAHEgDLznfV1VXGMQFXM7Y,783
@@ -13,7 +13,7 @@ maleo/identity/enums/user_profile.py,sha256=LgX7Ct-MAfx7o0W8MICzpHMfDhi7wpiJfRsz
13
13
  maleo/identity/mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  maleo/identity/mixins/organization.py,sha256=KMl7Zz_SXu6SvF_1fTibN2vORFGWH7P22cxS_T4KXmE,574
15
15
  maleo/identity/mixins/organization_registration_code.py,sha256=G-kgdf2IzKENEyZcV6IXT69eAemnqR1vph3hhG3l1y4,508
16
- maleo/identity/mixins/user.py,sha256=Ch1j3swz6LuOsz9TSFGO2g6b1tJUPjFj_er8YUsBZFM,1053
16
+ maleo/identity/mixins/user.py,sha256=UHoMgFJXptE9x9QsR07KG2bgp5OlCNqvYjEtP9S3TIY,1054
17
17
  maleo/identity/mixins/user_profile.py,sha256=WhAEoeaqe1zmLr_s5n8Du4DXDlKFae-biXjOWHTg5I4,1667
18
18
  maleo/identity/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  maleo/identity/schemas/common.py,sha256=-QR1UjSk7onu9CHG0KKweB9Tw2_ZuAUeMtOTE-CaBPs,6590
@@ -26,8 +26,8 @@ maleo/identity/types/organization.py,sha256=wLu9QcVDfiMke3-Smfs-LI3zV5QiMuCKkoa0
26
26
  maleo/identity/types/organization_registration_code.py,sha256=wLu9QcVDfiMke3-Smfs-LI3zV5QiMuCKkoa0CCRmh4s,93
27
27
  maleo/identity/types/user.py,sha256=wLu9QcVDfiMke3-Smfs-LI3zV5QiMuCKkoa0CCRmh4s,93
28
28
  maleo/identity/types/user_profile.py,sha256=wLu9QcVDfiMke3-Smfs-LI3zV5QiMuCKkoa0CCRmh4s,93
29
- maleo_identity-0.0.92.dist-info/licenses/LICENSE,sha256=aftGsecnk7TWVX-7KW94FqK4Syy6YSZ8PZEF7EcIp3M,2621
30
- maleo_identity-0.0.92.dist-info/METADATA,sha256=sea2kREYicEbVRujLmWeYr0voliAKCG2XJnGbm5KnY8,3546
31
- maleo_identity-0.0.92.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
32
- maleo_identity-0.0.92.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
33
- maleo_identity-0.0.92.dist-info/RECORD,,
29
+ maleo_identity-0.0.94.dist-info/licenses/LICENSE,sha256=aftGsecnk7TWVX-7KW94FqK4Syy6YSZ8PZEF7EcIp3M,2621
30
+ maleo_identity-0.0.94.dist-info/METADATA,sha256=iHjLRzn6xGx51l0bC0declYLKBjP1EHju2ZSrQ4XhVc,3546
31
+ maleo_identity-0.0.94.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
32
+ maleo_identity-0.0.94.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
33
+ maleo_identity-0.0.94.dist-info/RECORD,,