maleo-identity 0.0.79__py3-none-any.whl → 0.0.81__py3-none-any.whl
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/constants/organization_registration_code.py +1 -1
- maleo/identity/constants/organization_role.py +1 -1
- maleo/identity/constants/user_organization.py +1 -1
- maleo/identity/constants/user_organization_role.py +1 -1
- maleo/identity/constants/user_profile.py +1 -1
- maleo/identity/constants/user_system_role.py +1 -1
- maleo/identity/schemas/parameter/general/organization_registration_code.py +6 -6
- {maleo_identity-0.0.79.dist-info → maleo_identity-0.0.81.dist-info}/METADATA +1 -1
- {maleo_identity-0.0.79.dist-info → maleo_identity-0.0.81.dist-info}/RECORD +11 -11
- {maleo_identity-0.0.79.dist-info → maleo_identity-0.0.81.dist-info}/WHEEL +0 -0
- {maleo_identity-0.0.79.dist-info → maleo_identity-0.0.81.dist-info}/top_level.txt +0 -0
|
@@ -19,7 +19,7 @@ MIME_TYPE_EXTENSION_MAP: Dict[ValidImageMimeType, str] = {
|
|
|
19
19
|
RESOURCE = Resource(
|
|
20
20
|
identifiers=[
|
|
21
21
|
ResourceIdentifier(
|
|
22
|
-
key="user_profiles", name="
|
|
22
|
+
key="user_profiles", name="User Profiles", url_slug="user-profiles"
|
|
23
23
|
)
|
|
24
24
|
],
|
|
25
25
|
details=None,
|
|
@@ -25,23 +25,23 @@ class CreateParameter(
|
|
|
25
25
|
pass
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
class
|
|
28
|
+
class FullDataUpdateBody(MaxUses):
|
|
29
29
|
pass
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
class
|
|
33
|
-
|
|
32
|
+
class FullDataUpdateParameter(
|
|
33
|
+
FullDataUpdateBody,
|
|
34
34
|
IdentifierTypeValueMixin[IdentifierType, IdentifierValueType],
|
|
35
35
|
):
|
|
36
36
|
pass
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
class
|
|
39
|
+
class PartialDataUpdateBody(OptionalMaxUses):
|
|
40
40
|
pass
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
class
|
|
44
|
-
|
|
43
|
+
class PartialDataUpdateParameter(
|
|
44
|
+
PartialDataUpdateBody,
|
|
45
45
|
IdentifierTypeValueMixin[IdentifierType, IdentifierValueType],
|
|
46
46
|
):
|
|
47
47
|
pass
|
|
@@ -13,13 +13,13 @@ maleo/identity/client/services/user_profile.py,sha256=L6pxaWkpyn2WItHcZNJqQfYkTF
|
|
|
13
13
|
maleo/identity/client/services/user_system_role.py,sha256=rNwWSdMdcY9Rg25PUCQFR287ET7qg9hhPJTfTbBdxMM,11246
|
|
14
14
|
maleo/identity/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
maleo/identity/constants/organization.py,sha256=x4OmDGg53pYQ3ZvsIaPOeNAd9FMPDBkAjxxnXxBQEi0,617
|
|
16
|
-
maleo/identity/constants/organization_registration_code.py,sha256=
|
|
17
|
-
maleo/identity/constants/organization_role.py,sha256=
|
|
16
|
+
maleo/identity/constants/organization_registration_code.py,sha256=T8LUZ-7fAK4BvJwAOL2ywppvzI0tjvvamwiGLsPYzAI,790
|
|
17
|
+
maleo/identity/constants/organization_role.py,sha256=lDuPYcjEyug7NGWak5oKHsnCFIchqtKpmOujHuOp5Vs,1159
|
|
18
18
|
maleo/identity/constants/user.py,sha256=cQ7ThRMaldczONTx-TUdeZqaQJegJ2zD4F_8Y3Eme7A,859
|
|
19
|
-
maleo/identity/constants/user_organization.py,sha256=
|
|
20
|
-
maleo/identity/constants/user_organization_role.py,sha256=
|
|
21
|
-
maleo/identity/constants/user_profile.py,sha256=
|
|
22
|
-
maleo/identity/constants/user_system_role.py,sha256=
|
|
19
|
+
maleo/identity/constants/user_organization.py,sha256=Ujh2ZQbrH2WryIdmLpKiuQAt7418vxbG4_DtHSlfTtY,2247
|
|
20
|
+
maleo/identity/constants/user_organization_role.py,sha256=FhWRyJ6whVRPD7-SqfpCqJtMfh-oFsjTX2AUoxAeJpI,1719
|
|
21
|
+
maleo/identity/constants/user_profile.py,sha256=HGqRx_PQQQYtGuAJtWQhtOvo1MaClgKFiD9XuH1fwCA,780
|
|
22
|
+
maleo/identity/constants/user_system_role.py,sha256=ifHNZvvRbLoTc-bzL5_nCvobR0jwHsnSm6-UYq0QDzw,474
|
|
23
23
|
maleo/identity/dtos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
maleo/identity/dtos/organization_registration_code.py,sha256=xaS-vVNQcaAZpjXoSa_RNSz3zLaPbOkD-BhPMvfJ3W4,313
|
|
25
25
|
maleo/identity/enums/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -74,7 +74,7 @@ maleo/identity/schemas/parameter/client/user_profile.py,sha256=ZI6FBHnHNY2kGLg10
|
|
|
74
74
|
maleo/identity/schemas/parameter/client/user_system_role.py,sha256=vwXBLB7cUVs9FpPy2hFurfNTrKTPZzvaIYYgy574Yik,1053
|
|
75
75
|
maleo/identity/schemas/parameter/general/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
76
76
|
maleo/identity/schemas/parameter/general/organization.py,sha256=sKsDbwo_hOQO_LSaQqkkalwswGsiOsOEOCDEOi9Hv9s,1118
|
|
77
|
-
maleo/identity/schemas/parameter/general/organization_registration_code.py,sha256=
|
|
77
|
+
maleo/identity/schemas/parameter/general/organization_registration_code.py,sha256=GeZRzmmhSjxUuKrJvEew84Ri4UyWZcNTuLzDI7DjwZ4,1241
|
|
78
78
|
maleo/identity/schemas/parameter/general/organization_role.py,sha256=jxNZsLyI2F0v_dntw6XGKchL06RCCQP2LCdzQvvihG0,468
|
|
79
79
|
maleo/identity/schemas/parameter/general/user.py,sha256=9r1xLT67q-TGrn_MsNld-VgQkOlDmcEJDT81-3Hb2ZQ,2155
|
|
80
80
|
maleo/identity/schemas/parameter/general/user_organization.py,sha256=11xtngCkoBa-D3qHhsdfrZM6iWVAH6oPi-gbJDx3xvA,540
|
|
@@ -95,7 +95,7 @@ maleo/identity/types/base/organization.py,sha256=wLu9QcVDfiMke3-Smfs-LI3zV5QiMuC
|
|
|
95
95
|
maleo/identity/types/base/organization_registration_code.py,sha256=V8cct7fTIO-OT7RoYuui__oblyIUzFdQWOwHfhflpUc,87
|
|
96
96
|
maleo/identity/types/base/user.py,sha256=wLu9QcVDfiMke3-Smfs-LI3zV5QiMuCKkoa0CCRmh4s,93
|
|
97
97
|
maleo/identity/types/base/user_profile.py,sha256=E81XLbjJ8szrnPRA09VILrr4at4mKWJLeGOfYWLnWPQ,65
|
|
98
|
-
maleo_identity-0.0.
|
|
99
|
-
maleo_identity-0.0.
|
|
100
|
-
maleo_identity-0.0.
|
|
101
|
-
maleo_identity-0.0.
|
|
98
|
+
maleo_identity-0.0.81.dist-info/METADATA,sha256=UsutJsqSLpdsHB7kz9Wdiy3iJPcbly8G5Xn8SrkoGBA,862
|
|
99
|
+
maleo_identity-0.0.81.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
100
|
+
maleo_identity-0.0.81.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
|
|
101
|
+
maleo_identity-0.0.81.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|