maleo-identity 0.1.60__tar.gz → 0.1.61__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.
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/PKG-INFO +1 -1
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/maleo_identity.egg-info/PKG-INFO +1 -1
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/pyproject.toml +1 -1
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/user.py +8 -2
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/LICENSE +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/README.md +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/maleo_identity.egg-info/SOURCES.txt +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/maleo_identity.egg-info/dependency_links.txt +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/maleo_identity.egg-info/requires.txt +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/maleo_identity.egg-info/top_level.txt +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/setup.cfg +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/__init__.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/__init__.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/api_key.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/organization.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/organization_registration_code.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/organization_relation.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/patient.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/user.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/user_medical_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/user_organization.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/user_organization_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/user_profile.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/constants/user_system_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/__init__.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/api_key.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/organization.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/organization_registration_code.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/organization_relation.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/patient.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/user.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/user_medical_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/user_organization.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/user_organization_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/user_profile.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/enums/user_system_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/__init__.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/api_key.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/common.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/organization.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/organization_registration_code.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/organization_relation.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/patient.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/user.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/user_medical_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/user_organization.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/user_organization_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/user_profile.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/user_system_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/__init__.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/api_key.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/common.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/organization.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/organization_registration_code.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/organization_relation.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/patient.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/user_medical_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/user_organization.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/user_organization_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/user_profile.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/user_system_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/__init__.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/api_key.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/organization.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/organization_registration_code.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/organization_relation.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/patient.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/user.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/user_medical_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/user_organization.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/user_organization_role.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/user_profile.py +0 -0
- {maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/types/user_system_role.py +0 -0
|
@@ -49,18 +49,24 @@ from ..mixins.user import (
|
|
|
49
49
|
from ..types.user import IdentifierValueType
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
class
|
|
52
|
+
class SimpleCreateData(
|
|
53
53
|
Password,
|
|
54
54
|
Phone[str],
|
|
55
55
|
Email[str],
|
|
56
56
|
Username[str],
|
|
57
57
|
FullUserTypeMixin[UserType],
|
|
58
|
+
):
|
|
59
|
+
pass
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
class FullCreateData(
|
|
63
|
+
SimpleCreateData,
|
|
58
64
|
IntOrganizationId[OptInt],
|
|
59
65
|
):
|
|
60
66
|
pass
|
|
61
67
|
|
|
62
68
|
|
|
63
|
-
class CreateParameter(Expand,
|
|
69
|
+
class CreateParameter(Expand, FullCreateData):
|
|
64
70
|
pass
|
|
65
71
|
|
|
66
72
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.1.60 → maleo_identity-0.1.61}/maleo_identity.egg-info/dependency_links.txt
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
|
{maleo_identity-0.1.60 → maleo_identity-0.1.61}/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
|
{maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/mixins/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
|
{maleo_identity-0.1.60 → maleo_identity-0.1.61}/src/schemas/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
|