maleo-identity 0.1.7__tar.gz → 0.1.8__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.
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/PKG-INFO +1 -1
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/maleo_identity.egg-info/PKG-INFO +1 -1
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/pyproject.toml +1 -1
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/user_profile.py +0 -42
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/LICENSE +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/README.md +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/maleo_identity.egg-info/SOURCES.txt +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/maleo_identity.egg-info/dependency_links.txt +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/maleo_identity.egg-info/requires.txt +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/maleo_identity.egg-info/top_level.txt +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/setup.cfg +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/__init__.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/__init__.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/api_key.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/organization.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/organization_registration_code.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/organization_relation.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/patient.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/user.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/user_medical_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/user_organization_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/user_profile.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/user_system_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/__init__.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/api_key.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/organization.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/organization_registration_code.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/organization_relation.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/patient.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/user.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/user_medical_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/user_organization_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/user_profile.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/enums/user_system_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/mixins/__init__.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/mixins/api_key.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/mixins/common.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/mixins/organization.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/mixins/organization_registration_code.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/mixins/organization_relation.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/mixins/patient.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/mixins/user.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/mixins/user_profile.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/models.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/__init__.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/api_key.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/common.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/organization.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/organization_registration_code.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/organization_relation.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/patient.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/user.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/user_medical_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/user_organization_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/schemas/user_system_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/__init__.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/api_key.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/organization.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/organization_registration_code.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/organization_relation.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/patient.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/user.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/user_medical_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/user_organization_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/user_profile.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/types/user_system_role.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/utils/__init__.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/utils/organization.py +0 -0
- {maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/utils/user.py +0 -0
|
@@ -48,53 +48,11 @@ from ..mixins.user_profile import (
|
|
|
48
48
|
MiddleName,
|
|
49
49
|
LastName,
|
|
50
50
|
EndingTitle,
|
|
51
|
-
AvatarName,
|
|
52
51
|
)
|
|
53
52
|
from ..types.user_profile import IdentifierValueType
|
|
54
53
|
|
|
55
54
|
|
|
56
|
-
class CoreCreateData(
|
|
57
|
-
BloodTypeMixin[OptBloodType],
|
|
58
|
-
GenderMixin[OptGender],
|
|
59
|
-
BirthDate[OptDate],
|
|
60
|
-
BirthPlace[OptStr],
|
|
61
|
-
FullName[str],
|
|
62
|
-
EndingTitle[OptStr],
|
|
63
|
-
LastName[str],
|
|
64
|
-
MiddleName[OptStr],
|
|
65
|
-
FirstName[str],
|
|
66
|
-
LeadingTitle[OptStr],
|
|
67
|
-
IdCard[OptStr],
|
|
68
|
-
):
|
|
69
|
-
pass
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
class EssentialData(
|
|
73
|
-
AvatarName[str],
|
|
74
|
-
BloodTypeMixin[OptBloodType],
|
|
75
|
-
GenderMixin[OptGender],
|
|
76
|
-
BirthDate[OptDate],
|
|
77
|
-
BirthPlace[OptStr],
|
|
78
|
-
FullName[str],
|
|
79
|
-
EndingTitle[OptStr],
|
|
80
|
-
LastName[str],
|
|
81
|
-
MiddleName[OptStr],
|
|
82
|
-
FirstName[str],
|
|
83
|
-
LeadingTitle[OptStr],
|
|
84
|
-
IdCard[OptStr],
|
|
85
|
-
):
|
|
86
|
-
pass
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
class InsertData(
|
|
90
|
-
EssentialData,
|
|
91
|
-
IntUserId[int],
|
|
92
|
-
):
|
|
93
|
-
pass
|
|
94
|
-
|
|
95
|
-
|
|
96
55
|
class CreateParameter(
|
|
97
|
-
AvatarName[str],
|
|
98
56
|
BloodTypeMixin[OptBloodType],
|
|
99
57
|
GenderMixin[OptGender],
|
|
100
58
|
BirthDate[OptDate],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.1.7 → maleo_identity-0.1.8}/src/constants/organization_registration_code.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|