maleo-identity 0.0.99__tar.gz → 0.0.100__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.0.99 → maleo_identity-0.0.100}/PKG-INFO +8 -8
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/maleo_identity.egg-info/PKG-INFO +8 -8
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/maleo_identity.egg-info/requires.txt +7 -7
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/pyproject.toml +8 -8
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/mixins/common.py +4 -4
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/LICENSE +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/README.md +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/maleo_identity.egg-info/SOURCES.txt +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/maleo_identity.egg-info/dependency_links.txt +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/maleo_identity.egg-info/top_level.txt +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/setup.cfg +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/__init__.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/__init__.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/api_key.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/organization.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/organization_registration_code.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/organization_relation.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/patient.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/user.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/user_medical_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/user_organization_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/user_profile.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/constants/user_system_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/dtos.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/__init__.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/api_key.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/organization.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/organization_registration_code.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/organization_relation.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/patient.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/user.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/user_medical_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/user_organization_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/user_profile.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/user_system_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/mixins/__init__.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/mixins/api_key.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/mixins/organization.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/mixins/organization_registration_code.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/mixins/organization_relation.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/mixins/patient.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/mixins/user.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/mixins/user_profile.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/models.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/__init__.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/api_key.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/common.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/organization.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/organization_registration_code.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/organization_relation.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/patient.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/user.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/user_medical_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/user_organization_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/user_profile.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/schemas/user_system_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/__init__.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/api_key.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/organization.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/organization_registration_code.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/organization_relation.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/patient.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/user.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/user_medical_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/user_organization_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/user_profile.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/user_system_role.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/utils/__init__.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/utils/organization.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/utils/user.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/validators/__init__.py +0 -0
- {maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/validators/patient.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maleo-identity
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.100
|
|
4
4
|
Summary: MaleoIdentity service package
|
|
5
5
|
Author-email: Agra Bima Yuda <agra@nexmedis.com>
|
|
6
6
|
License: Proprietary
|
|
@@ -41,13 +41,13 @@ Requires-Dist: identify>=2.6.15
|
|
|
41
41
|
Requires-Dist: idna>=3.10
|
|
42
42
|
Requires-Dist: importlib_metadata>=8.7.0
|
|
43
43
|
Requires-Dist: iniconfig>=2.1.0
|
|
44
|
-
Requires-Dist: maleo-crypto>=0.0.
|
|
45
|
-
Requires-Dist: maleo-enums>=0.0.
|
|
46
|
-
Requires-Dist: maleo-logging>=0.0.
|
|
47
|
-
Requires-Dist: maleo-metadata>=0.
|
|
48
|
-
Requires-Dist: maleo-schemas>=0.1.
|
|
49
|
-
Requires-Dist: maleo-types>=0.0.
|
|
50
|
-
Requires-Dist: maleo-utils>=0.0.
|
|
44
|
+
Requires-Dist: maleo-crypto>=0.0.46
|
|
45
|
+
Requires-Dist: maleo-enums>=0.0.46
|
|
46
|
+
Requires-Dist: maleo-logging>=0.0.46
|
|
47
|
+
Requires-Dist: maleo-metadata>=0.3.60
|
|
48
|
+
Requires-Dist: maleo-schemas>=0.1.56
|
|
49
|
+
Requires-Dist: maleo-types>=0.0.26
|
|
50
|
+
Requires-Dist: maleo-utils>=0.0.46
|
|
51
51
|
Requires-Dist: mypy_extensions>=1.1.0
|
|
52
52
|
Requires-Dist: nodeenv>=1.9.1
|
|
53
53
|
Requires-Dist: opentelemetry-api>=1.37.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maleo-identity
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.100
|
|
4
4
|
Summary: MaleoIdentity service package
|
|
5
5
|
Author-email: Agra Bima Yuda <agra@nexmedis.com>
|
|
6
6
|
License: Proprietary
|
|
@@ -41,13 +41,13 @@ Requires-Dist: identify>=2.6.15
|
|
|
41
41
|
Requires-Dist: idna>=3.10
|
|
42
42
|
Requires-Dist: importlib_metadata>=8.7.0
|
|
43
43
|
Requires-Dist: iniconfig>=2.1.0
|
|
44
|
-
Requires-Dist: maleo-crypto>=0.0.
|
|
45
|
-
Requires-Dist: maleo-enums>=0.0.
|
|
46
|
-
Requires-Dist: maleo-logging>=0.0.
|
|
47
|
-
Requires-Dist: maleo-metadata>=0.
|
|
48
|
-
Requires-Dist: maleo-schemas>=0.1.
|
|
49
|
-
Requires-Dist: maleo-types>=0.0.
|
|
50
|
-
Requires-Dist: maleo-utils>=0.0.
|
|
44
|
+
Requires-Dist: maleo-crypto>=0.0.46
|
|
45
|
+
Requires-Dist: maleo-enums>=0.0.46
|
|
46
|
+
Requires-Dist: maleo-logging>=0.0.46
|
|
47
|
+
Requires-Dist: maleo-metadata>=0.3.60
|
|
48
|
+
Requires-Dist: maleo-schemas>=0.1.56
|
|
49
|
+
Requires-Dist: maleo-types>=0.0.26
|
|
50
|
+
Requires-Dist: maleo-utils>=0.0.46
|
|
51
51
|
Requires-Dist: mypy_extensions>=1.1.0
|
|
52
52
|
Requires-Dist: nodeenv>=1.9.1
|
|
53
53
|
Requires-Dist: opentelemetry-api>=1.37.0
|
|
@@ -32,13 +32,13 @@ identify>=2.6.15
|
|
|
32
32
|
idna>=3.10
|
|
33
33
|
importlib_metadata>=8.7.0
|
|
34
34
|
iniconfig>=2.1.0
|
|
35
|
-
maleo-crypto>=0.0.
|
|
36
|
-
maleo-enums>=0.0.
|
|
37
|
-
maleo-logging>=0.0.
|
|
38
|
-
maleo-metadata>=0.
|
|
39
|
-
maleo-schemas>=0.1.
|
|
40
|
-
maleo-types>=0.0.
|
|
41
|
-
maleo-utils>=0.0.
|
|
35
|
+
maleo-crypto>=0.0.46
|
|
36
|
+
maleo-enums>=0.0.46
|
|
37
|
+
maleo-logging>=0.0.46
|
|
38
|
+
maleo-metadata>=0.3.60
|
|
39
|
+
maleo-schemas>=0.1.56
|
|
40
|
+
maleo-types>=0.0.26
|
|
41
|
+
maleo-utils>=0.0.46
|
|
42
42
|
mypy_extensions>=1.1.0
|
|
43
43
|
nodeenv>=1.9.1
|
|
44
44
|
opentelemetry-api>=1.37.0
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "maleo-identity"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.100"
|
|
8
8
|
description = "MaleoIdentity service package"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Agra Bima Yuda", email = "agra@nexmedis.com" }
|
|
@@ -47,13 +47,13 @@ dependencies = [
|
|
|
47
47
|
"idna>=3.10",
|
|
48
48
|
"importlib_metadata>=8.7.0",
|
|
49
49
|
"iniconfig>=2.1.0",
|
|
50
|
-
"maleo-crypto>=0.0.
|
|
51
|
-
"maleo-enums>=0.0.
|
|
52
|
-
"maleo-logging>=0.0.
|
|
53
|
-
"maleo-metadata>=0.
|
|
54
|
-
"maleo-schemas>=0.1.
|
|
55
|
-
"maleo-types>=0.0.
|
|
56
|
-
"maleo-utils>=0.0.
|
|
50
|
+
"maleo-crypto>=0.0.46",
|
|
51
|
+
"maleo-enums>=0.0.46",
|
|
52
|
+
"maleo-logging>=0.0.46",
|
|
53
|
+
"maleo-metadata>=0.3.60",
|
|
54
|
+
"maleo-schemas>=0.1.56",
|
|
55
|
+
"maleo-types>=0.0.26",
|
|
56
|
+
"maleo-utils>=0.0.46",
|
|
57
57
|
"mypy_extensions>=1.1.0",
|
|
58
58
|
"nodeenv>=1.9.1",
|
|
59
59
|
"opentelemetry-api>=1.37.0",
|
|
@@ -9,21 +9,21 @@ from maleo.schemas.mixins.identity import (
|
|
|
9
9
|
from maleo.types.string import OptStrT
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class IdCard(BaseIdCard, Generic[OptStrT]):
|
|
12
|
+
class IdCard(BaseIdCard[OptStrT], Generic[OptStrT]):
|
|
13
13
|
id_card: Annotated[OptStrT, Field(..., description="Id Card", max_length=16)]
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
class FullName(BaseFullName, Generic[OptStrT]):
|
|
16
|
+
class FullName(BaseFullName[OptStrT], Generic[OptStrT]):
|
|
17
17
|
full_name: Annotated[OptStrT, Field(..., description="Full Name", max_length=200)]
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
class BirthPlace(BaseBirthPlace, Generic[OptStrT]):
|
|
20
|
+
class BirthPlace(BaseBirthPlace[OptStrT], Generic[OptStrT]):
|
|
21
21
|
birth_place: Annotated[
|
|
22
22
|
OptStrT, Field(..., description="Birth Place", max_length=50)
|
|
23
23
|
]
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
class PlaceOfBirth(BasePlaceOfBirth, Generic[OptStrT]):
|
|
26
|
+
class PlaceOfBirth(BasePlaceOfBirth[OptStrT], Generic[OptStrT]):
|
|
27
27
|
place_of_birth: Annotated[
|
|
28
28
|
OptStrT, Field(..., description="Place of Birth", max_length=50)
|
|
29
29
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.99 → maleo_identity-0.0.100}/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
|
{maleo_identity-0.0.99 → maleo_identity-0.0.100}/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
|
{maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/enums/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
|
{maleo_identity-0.0.99 → maleo_identity-0.0.100}/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
|
{maleo_identity-0.0.99 → maleo_identity-0.0.100}/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
|
{maleo_identity-0.0.99 → maleo_identity-0.0.100}/src/types/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
|