maleo-identity 0.0.92__tar.gz → 0.0.94__tar.gz

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.

Files changed (38) hide show
  1. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/PKG-INFO +1 -1
  2. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/maleo_identity.egg-info/PKG-INFO +1 -1
  3. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/pyproject.toml +1 -1
  4. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/mixins/user.py +1 -1
  5. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/models.py +11 -7
  6. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/LICENSE +0 -0
  7. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/README.md +0 -0
  8. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/maleo_identity.egg-info/SOURCES.txt +0 -0
  9. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/maleo_identity.egg-info/dependency_links.txt +0 -0
  10. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/maleo_identity.egg-info/requires.txt +0 -0
  11. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/maleo_identity.egg-info/top_level.txt +0 -0
  12. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/setup.cfg +0 -0
  13. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/__init__.py +0 -0
  14. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/constants/__init__.py +0 -0
  15. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/constants/organization.py +0 -0
  16. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/constants/organization_registration_code.py +0 -0
  17. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/constants/user.py +0 -0
  18. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/constants/user_profile.py +0 -0
  19. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/enums/__init__.py +0 -0
  20. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/enums/organization.py +0 -0
  21. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/enums/organization_registration_code.py +0 -0
  22. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/enums/user.py +0 -0
  23. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/enums/user_profile.py +0 -0
  24. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/mixins/__init__.py +0 -0
  25. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/mixins/organization.py +0 -0
  26. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/mixins/organization_registration_code.py +0 -0
  27. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/mixins/user_profile.py +0 -0
  28. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/schemas/__init__.py +0 -0
  29. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/schemas/common.py +0 -0
  30. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/schemas/organization.py +0 -0
  31. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/schemas/organization_registration_code.py +0 -0
  32. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/schemas/user.py +0 -0
  33. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/schemas/user_profile.py +0 -0
  34. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/types/__init__.py +0 -0
  35. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/types/organization.py +0 -0
  36. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/types/organization_registration_code.py +0 -0
  37. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/types/user.py +0 -0
  38. {maleo_identity-0.0.92 → maleo_identity-0.0.94}/src/types/user_profile.py +0 -0
@@ -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,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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "maleo-identity" # PyPI package name
7
- version = "0.0.92"
7
+ version = "0.0.94"
8
8
  description = "MaleoIdentity service package"
9
9
  authors = [
10
10
  { name = "Agra Bima Yuda", email = "agra@nexmedis.com" }
@@ -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]):
@@ -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
 
File without changes