maleo-identity 0.0.77__py3-none-any.whl → 0.0.79__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/client/manager.py +154 -154
- maleo/identity/client/services/organization.py +1944 -1944
- maleo/identity/client/services/organization_registration_code.py +470 -470
- maleo/identity/client/services/organization_role.py +254 -254
- maleo/identity/client/services/user.py +1559 -1559
- maleo/identity/client/services/user_organization.py +254 -254
- maleo/identity/client/services/user_organization_role.py +256 -256
- maleo/identity/client/services/user_profile.py +254 -254
- maleo/identity/client/services/user_system_role.py +254 -254
- maleo/identity/mixins/organization_registration_code.py +5 -0
- maleo/identity/schemas/parameter/general/organization_registration_code.py +33 -9
- {maleo_identity-0.0.77.dist-info → maleo_identity-0.0.79.dist-info}/METADATA +3 -3
- {maleo_identity-0.0.77.dist-info → maleo_identity-0.0.79.dist-info}/RECORD +15 -15
- {maleo_identity-0.0.77.dist-info → maleo_identity-0.0.79.dist-info}/WHEEL +0 -0
- {maleo_identity-0.0.77.dist-info → maleo_identity-0.0.79.dist-info}/top_level.txt +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
maleo/identity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
maleo/identity/db.py,sha256=MuDGpv3p7jn0RuFcM9Y9q1Z6dUn67TxOfrktzgAQZFE,83
|
|
3
3
|
maleo/identity/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
maleo/identity/client/manager.py,sha256
|
|
4
|
+
maleo/identity/client/manager.py,sha256=89nLXfbTcteA6PloU6DNR0FHfXWVj8wfBQWnev795tI,6796
|
|
5
5
|
maleo/identity/client/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
maleo/identity/client/services/organization.py,sha256=
|
|
7
|
-
maleo/identity/client/services/organization_registration_code.py,sha256=
|
|
8
|
-
maleo/identity/client/services/organization_role.py,sha256=
|
|
9
|
-
maleo/identity/client/services/user.py,sha256=
|
|
10
|
-
maleo/identity/client/services/user_organization.py,sha256=
|
|
11
|
-
maleo/identity/client/services/user_organization_role.py,sha256=
|
|
12
|
-
maleo/identity/client/services/user_profile.py,sha256=
|
|
13
|
-
maleo/identity/client/services/user_system_role.py,sha256=
|
|
6
|
+
maleo/identity/client/services/organization.py,sha256=3G5W1C_JSCh-m9OOvIZee_P1oqnzk0qoPVIXTZHYwkY,82839
|
|
7
|
+
maleo/identity/client/services/organization_registration_code.py,sha256=OVwT70MebLvQAVT70azol0jnFUThSDplIGmjH4HSYKY,19476
|
|
8
|
+
maleo/identity/client/services/organization_role.py,sha256=IIhHCm991gjLSQwdon4_qhlubfEFs_-Ipi_JIpAL2TU,11271
|
|
9
|
+
maleo/identity/client/services/user.py,sha256=n_tqiQgWDb_B1bvGwTRVxW4Wic47VG9_xk1QmIFp61k,66011
|
|
10
|
+
maleo/identity/client/services/user_organization.py,sha256=IU-NbVerFexHiCivuJKUZ7j9DuSoFKKSRHe9Q6iiBms,11271
|
|
11
|
+
maleo/identity/client/services/user_organization_role.py,sha256=dGEiDdXPfnz1Vjm2fgOFvhXX_NN5CmcZudHy7mqE00g,11355
|
|
12
|
+
maleo/identity/client/services/user_profile.py,sha256=L6pxaWkpyn2WItHcZNJqQfYkTF83_0wR3xZ_ZCO9BDU,11191
|
|
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
16
|
maleo/identity/constants/organization_registration_code.py,sha256=ipSRiNI6cXKncVH7jXWhJoL2HctfmqEFVx3M8GO-JLM,788
|
|
@@ -34,7 +34,7 @@ maleo/identity/enums/user_profile.py,sha256=2AR_m2nf3lksz0DSr-C-1gaWAYgYbpbou4IL
|
|
|
34
34
|
maleo/identity/enums/user_system_role.py,sha256=bmaHE6f1RoxavUhl1bR8_dL9KF_4DftohvOLHMvwg-g,91
|
|
35
35
|
maleo/identity/mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
36
|
maleo/identity/mixins/organization.py,sha256=TWL7hIp7uvE5UD_3FpEXJvpJVhXki_yIHEoS552MsxQ,418
|
|
37
|
-
maleo/identity/mixins/organization_registration_code.py,sha256=
|
|
37
|
+
maleo/identity/mixins/organization_registration_code.py,sha256=Ey5R6vwRa0fTENqxkL1aC5Z7YM98lwXb2gzFNpDb1jg,507
|
|
38
38
|
maleo/identity/mixins/organization_role.py,sha256=NucG_TmWeKtpUoylZ2CzLjUPTHOFIAWJhKR22a0Z8hA,431
|
|
39
39
|
maleo/identity/mixins/user.py,sha256=WzSztOq6W7sFci_cEd3nCN_UalJfozzhbB4r1TuYcsw,1346
|
|
40
40
|
maleo/identity/mixins/user_organization.py,sha256=KiWWzCpoajYmN79DmO21a1J_NLhQfgAtIyLsf08JF2c,182
|
|
@@ -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=aNOSWH-kGIydbeLM-OnCVlyr35r4oLYmGA13KXurAJY,1217
|
|
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.79.dist-info/METADATA,sha256=HboKLMpxQPcWZbbxGrDlIFzUEpkRwAzvtoqr94H-C00,862
|
|
99
|
+
maleo_identity-0.0.79.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
100
|
+
maleo_identity-0.0.79.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
|
|
101
|
+
maleo_identity-0.0.79.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|