maleo-identity 0.1.4__tar.gz → 0.1.5__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.4 → maleo_identity-0.1.5}/PKG-INFO +1 -1
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/maleo_identity.egg-info/PKG-INFO +1 -1
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/pyproject.toml +1 -1
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/patient.py +11 -2
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/user.py +0 -1
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/user_profile.py +0 -1
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/LICENSE +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/README.md +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/maleo_identity.egg-info/SOURCES.txt +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/maleo_identity.egg-info/dependency_links.txt +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/maleo_identity.egg-info/requires.txt +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/maleo_identity.egg-info/top_level.txt +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/setup.cfg +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/__init__.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/__init__.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/api_key.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/organization.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/organization_registration_code.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/organization_relation.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/patient.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/user.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/user_medical_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/user_organization_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/user_profile.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/constants/user_system_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/__init__.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/api_key.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/organization.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/organization_registration_code.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/organization_relation.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/patient.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/user.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/user_medical_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/user_organization_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/user_profile.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/enums/user_system_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/mixins/__init__.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/mixins/api_key.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/mixins/common.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/mixins/organization.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/mixins/organization_registration_code.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/mixins/organization_relation.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/mixins/patient.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/mixins/user.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/mixins/user_profile.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/models.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/__init__.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/api_key.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/common.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/organization.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/organization_registration_code.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/organization_relation.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/user_medical_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/user_organization_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/schemas/user_system_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/__init__.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/api_key.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/organization.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/organization_registration_code.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/organization_relation.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/patient.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/user.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/user_medical_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/user_organization_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/user_profile.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/types/user_system_role.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/utils/__init__.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/utils/organization.py +0 -0
- {maleo_identity-0.1.4 → maleo_identity-0.1.5}/src/utils/user.py +0 -0
|
@@ -49,7 +49,7 @@ from ..mixins.patient import PatientIdentifier
|
|
|
49
49
|
from ..types.patient import IdentifierValueType
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
class
|
|
52
|
+
class StandardCreateData(
|
|
53
53
|
RhesusMixin[OptRhesus],
|
|
54
54
|
BloodTypeMixin[OptBloodType],
|
|
55
55
|
GenderMixin[Gender],
|
|
@@ -57,11 +57,21 @@ class CreateParameter(
|
|
|
57
57
|
PlaceOfBirth[OptStr],
|
|
58
58
|
FullName[str],
|
|
59
59
|
PatientIdentifier,
|
|
60
|
+
):
|
|
61
|
+
pass
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
class FullCreateData(
|
|
65
|
+
StandardCreateData,
|
|
60
66
|
IntOrganizationId[int],
|
|
61
67
|
):
|
|
62
68
|
pass
|
|
63
69
|
|
|
64
70
|
|
|
71
|
+
class CreateParameter(FullCreateData):
|
|
72
|
+
pass
|
|
73
|
+
|
|
74
|
+
|
|
65
75
|
class ReadMultipleParameter(
|
|
66
76
|
ReadPaginatedMultipleParameter,
|
|
67
77
|
RhesusesMixin[OptListOfRhesuses],
|
|
@@ -87,7 +97,6 @@ class ReadMultipleParameter(
|
|
|
87
97
|
"page",
|
|
88
98
|
"limit",
|
|
89
99
|
"use_cache",
|
|
90
|
-
"expand",
|
|
91
100
|
}
|
|
92
101
|
|
|
93
102
|
def to_query_params(self) -> StrToAnyDict:
|
|
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.4 → maleo_identity-0.1.5}/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
|