maleo-identity 0.0.89__py3-none-any.whl → 0.0.91__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_role.py +9 -9
- maleo/identity/constants/user.py +4 -4
- maleo/identity/constants/user_organization.py +25 -25
- maleo/identity/constants/user_organization_role.py +16 -16
- maleo/identity/constants/user_system_role.py +2 -2
- maleo/identity/dtos/data/user_profile.py +4 -0
- maleo/identity/dtos/data/user_system_role.py +9 -0
- maleo/identity/enums/organization.py +1 -1
- maleo/identity/enums/organization_role.py +1 -1
- maleo/identity/enums/user.py +1 -1
- maleo/identity/enums/user_organization.py +1 -1
- maleo/identity/enums/user_organization_role.py +1 -1
- maleo/identity/enums/user_profile.py +1 -1
- maleo/identity/enums/user_system_role.py +1 -1
- maleo/identity/mixins/organization.py +3 -3
- maleo/identity/mixins/organization_role.py +3 -3
- maleo/identity/mixins/user.py +3 -3
- maleo/identity/mixins/user_organization.py +3 -3
- maleo/identity/mixins/user_organization_role.py +3 -3
- maleo/identity/mixins/user_profile.py +3 -3
- maleo/identity/mixins/user_system_role.py +3 -3
- maleo/identity/schemas/parameter/client/organization.py +5 -5
- maleo/identity/schemas/parameter/client/organization_role.py +5 -5
- maleo/identity/schemas/parameter/client/user.py +3 -3
- maleo/identity/schemas/parameter/client/user_organization.py +7 -7
- maleo/identity/schemas/parameter/client/user_organization_role.py +5 -5
- maleo/identity/schemas/parameter/client/user_profile.py +3 -3
- maleo/identity/schemas/parameter/client/user_system_role.py +5 -5
- maleo/identity/schemas/parameter/general/organization.py +11 -11
- maleo/identity/schemas/parameter/general/organization_role.py +3 -3
- maleo/identity/schemas/parameter/general/user.py +12 -12
- maleo/identity/schemas/parameter/general/user_organization.py +4 -4
- maleo/identity/schemas/parameter/general/user_organization_role.py +3 -3
- maleo/identity/schemas/parameter/general/user_profile.py +10 -10
- maleo/identity/schemas/parameter/general/user_system_role.py +4 -4
- maleo/identity/schemas/parameter/service/organization.py +4 -4
- maleo/identity/schemas/parameter/service/organization_role.py +4 -4
- maleo/identity/schemas/parameter/service/user.py +3 -3
- maleo/identity/schemas/parameter/service/user_organization_role.py +4 -4
- maleo/identity/schemas/parameter/service/user_profile.py +3 -3
- maleo/identity/schemas/parameter/service/user_system_role.py +4 -4
- {maleo_identity-0.0.89.dist-info → maleo_identity-0.0.91.dist-info}/METADATA +2 -3
- {maleo_identity-0.0.89.dist-info → maleo_identity-0.0.91.dist-info}/RECORD +45 -44
- {maleo_identity-0.0.89.dist-info → maleo_identity-0.0.91.dist-info}/WHEEL +0 -0
- {maleo_identity-0.0.89.dist-info → maleo_identity-0.0.91.dist-info}/top_level.txt +0 -0
|
@@ -14,37 +14,38 @@ maleo/identity/client/services/user_system_role.py,sha256=rNwWSdMdcY9Rg25PUCQFR2
|
|
|
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=T8LUZ-7fAK4BvJwAOL2ywppvzI0tjvvamwiGLsPYzAI,790
|
|
17
|
-
maleo/identity/constants/organization_role.py,sha256=
|
|
18
|
-
maleo/identity/constants/user.py,sha256=
|
|
19
|
-
maleo/identity/constants/user_organization.py,sha256=
|
|
20
|
-
maleo/identity/constants/user_organization_role.py,sha256=
|
|
17
|
+
maleo/identity/constants/organization_role.py,sha256=06a_RKel0SBVJiK59yI7--KUSOZOCDd6E-xZ8nk329U,1159
|
|
18
|
+
maleo/identity/constants/user.py,sha256=etUWIFLT_G8ww713bOYzVcEs6K-reu_Tggf5AzemjxA,859
|
|
19
|
+
maleo/identity/constants/user_organization.py,sha256=QMpOfECd6orwOtVXCgzY7_hm8oQ8ufOx966pWXTGiqw,2247
|
|
20
|
+
maleo/identity/constants/user_organization_role.py,sha256=wFzd760wYkOSQWES2xuDYjDeSQmOhU6fI9FXXqz79xE,1719
|
|
21
21
|
maleo/identity/constants/user_profile.py,sha256=DVl6dwUAWTMegQiwyvbC5l9Gb22s2otii9nNb1Elfqg,861
|
|
22
|
-
maleo/identity/constants/user_system_role.py,sha256=
|
|
22
|
+
maleo/identity/constants/user_system_role.py,sha256=SizNJvjlegfY3g6Xqha2hSLK2fm6zoBwrdhH7jSnJgE,474
|
|
23
23
|
maleo/identity/dtos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
maleo/identity/dtos/configuration.py,sha256=gCsLhgmXjhsPCv0n80QHW7f4AlV1I-kbvZCuOW2c_Ss,473
|
|
25
25
|
maleo/identity/dtos/settings.py,sha256=LZ_nEzGQabYA8-7QV3YLPXrRIiKasa-62cQBgBwvhVw,583
|
|
26
26
|
maleo/identity/dtos/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
maleo/identity/dtos/data/organization_registration_code.py,sha256=nAxB8010MwKOjc3KvTtinFan7L2oiNx_BvEE1PXl_Rk,275
|
|
28
|
-
maleo/identity/dtos/data/user_profile.py,sha256=
|
|
28
|
+
maleo/identity/dtos/data/user_profile.py,sha256=DX5YfImnj2jnKp30BLHFKwEhvicXUdcUOLU3XDWhj7Y,668
|
|
29
|
+
maleo/identity/dtos/data/user_system_role.py,sha256=zhXByLmMHR_-dZ-SpbMd4i9CAC1503Tret2-o1tbwNQ,197
|
|
29
30
|
maleo/identity/enums/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
31
|
maleo/identity/enums/general.py,sha256=jR831PHPLErbT224_bKDvIHYFND0hF6yvN9cma58Vp8,82
|
|
31
|
-
maleo/identity/enums/organization.py,sha256=
|
|
32
|
+
maleo/identity/enums/organization.py,sha256=bwuUjQEuh5p4OyEN0mLnO-Pytmr2-ZvgXua-MvVVVXY,228
|
|
32
33
|
maleo/identity/enums/organization_registration_code.py,sha256=g4AOcf2aN36LCjA1GZEfwSSReKXsYRAZ-nrvTuVxXOk,148
|
|
33
|
-
maleo/identity/enums/organization_role.py,sha256=
|
|
34
|
-
maleo/identity/enums/user.py,sha256=
|
|
35
|
-
maleo/identity/enums/user_organization.py,sha256=
|
|
36
|
-
maleo/identity/enums/user_organization_role.py,sha256=
|
|
37
|
-
maleo/identity/enums/user_profile.py,sha256=
|
|
38
|
-
maleo/identity/enums/user_system_role.py,sha256=
|
|
34
|
+
maleo/identity/enums/organization_role.py,sha256=DsmoysanUwpbxent1TzYSkythWav3ecrSw8URrPoROI,207
|
|
35
|
+
maleo/identity/enums/user.py,sha256=X4tWk-v27bCsaO5M5ziABxoO92hydkkKcEAXxG0UbRU,385
|
|
36
|
+
maleo/identity/enums/user_organization.py,sha256=46vQHrrxqLLIPVUW9gh40Q921TXW5XQYaGFMRpEue6g,440
|
|
37
|
+
maleo/identity/enums/user_organization_role.py,sha256=Niw_LokN03jWCMO07oKz4J2DQku0TnaZIuQRdUXn1ds,494
|
|
38
|
+
maleo/identity/enums/user_profile.py,sha256=a5NtYUsI28T_hLO6D3BYsMt_bQqcxn01SP68kZ_Wukc,345
|
|
39
|
+
maleo/identity/enums/user_system_role.py,sha256=zhi4ZtdZkwSMuRzm18LujKkJTq5fIVDLhO3G-iiEmRA,91
|
|
39
40
|
maleo/identity/mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
40
|
-
maleo/identity/mixins/organization.py,sha256=
|
|
41
|
+
maleo/identity/mixins/organization.py,sha256=M1LJkcxs0SUfW8Wn7G1OTeZH8XOy9-CPJz5GBcx20sU,422
|
|
41
42
|
maleo/identity/mixins/organization_registration_code.py,sha256=Ey5R6vwRa0fTENqxkL1aC5Z7YM98lwXb2gzFNpDb1jg,507
|
|
42
|
-
maleo/identity/mixins/organization_role.py,sha256=
|
|
43
|
-
maleo/identity/mixins/user.py,sha256=
|
|
44
|
-
maleo/identity/mixins/user_organization.py,sha256=
|
|
45
|
-
maleo/identity/mixins/user_organization_role.py,sha256=
|
|
46
|
-
maleo/identity/mixins/user_profile.py,sha256=
|
|
47
|
-
maleo/identity/mixins/user_system_role.py,sha256=
|
|
43
|
+
maleo/identity/mixins/organization_role.py,sha256=AeND34fmAt82IrzsrrPY_DG41r6vvZjpvrgNx5hvyis,435
|
|
44
|
+
maleo/identity/mixins/user.py,sha256=cLhcCWhZUYEekusT_enkUV5zJz1huDPxB_xMpn7d8UU,1350
|
|
45
|
+
maleo/identity/mixins/user_organization.py,sha256=b697CDDE0ZiF-inj7vKOr545Vw9cHpKH1LU0u7BzocQ,186
|
|
46
|
+
maleo/identity/mixins/user_organization_role.py,sha256=w0NkPQqjZBrrfrRRtc1RY2ylfNx17MXprAGbVPeOBuA,191
|
|
47
|
+
maleo/identity/mixins/user_profile.py,sha256=MHnqHJ2T5GyJdcsmPkn4sl-4CfizDCt571uKqDgMRVM,2239
|
|
48
|
+
maleo/identity/mixins/user_system_role.py,sha256=DHrFFpfrpude8RvOnPucUgTsqvtYXI8VpNmLClbEX8w,185
|
|
48
49
|
maleo/identity/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
50
|
maleo/identity/models/organization.py,sha256=g4SjhPkP-IQAs29pfACt4lpi8TkMVhilfmEJFSPcuXA,2020
|
|
50
51
|
maleo/identity/models/organization_registration_code.py,sha256=zTWVIwwQuXH4S9hsTZ_wuMV7nEd_v-2BIyv85lSPRJw,1111
|
|
@@ -68,38 +69,38 @@ maleo/identity/schemas/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
|
68
69
|
maleo/identity/schemas/metadata/user.py,sha256=or2OucbCiTquOtgWliVD0q_HWifBiDNJghxaymFxbzs,208
|
|
69
70
|
maleo/identity/schemas/parameter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
70
71
|
maleo/identity/schemas/parameter/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
71
|
-
maleo/identity/schemas/parameter/client/organization.py,sha256=
|
|
72
|
+
maleo/identity/schemas/parameter/client/organization.py,sha256=rhy2V7tNw6FvJ6wWSLGO4tmKMAvj5pddTUrLJpkHDrk,1679
|
|
72
73
|
maleo/identity/schemas/parameter/client/organization_registration_code.py,sha256=oafDNzk0DA2l6VlVgOJl8xKc_pzE3D50O_vaN9OeJsI,620
|
|
73
|
-
maleo/identity/schemas/parameter/client/organization_role.py,sha256=
|
|
74
|
-
maleo/identity/schemas/parameter/client/user.py,sha256=
|
|
75
|
-
maleo/identity/schemas/parameter/client/user_organization.py,sha256=
|
|
76
|
-
maleo/identity/schemas/parameter/client/user_organization_role.py,sha256=
|
|
77
|
-
maleo/identity/schemas/parameter/client/user_profile.py,sha256=
|
|
78
|
-
maleo/identity/schemas/parameter/client/user_system_role.py,sha256=
|
|
74
|
+
maleo/identity/schemas/parameter/client/organization_role.py,sha256=QQwMt05vO3GljjPozZg0bPxYRNyir402cSKU_6eR3cY,974
|
|
75
|
+
maleo/identity/schemas/parameter/client/user.py,sha256=mL1BWNe3EsfdPEeqaG6fvINApGdn-VTEGhr3e5FMwkE,1311
|
|
76
|
+
maleo/identity/schemas/parameter/client/user_organization.py,sha256=TcGdpd7a_pWECSyd-DT-spsGwFJdk8nDZSNcJ6hyTKU,1314
|
|
77
|
+
maleo/identity/schemas/parameter/client/user_organization_role.py,sha256=c-KA-zSl7B1C0LuroiTunaSqsHJmkpG_bNP9LjG14Yo,1101
|
|
78
|
+
maleo/identity/schemas/parameter/client/user_profile.py,sha256=rGrQJVXcA95WNt26t0P1vA-LkdJu_KIxhzZO3FlIHbQ,843
|
|
79
|
+
maleo/identity/schemas/parameter/client/user_system_role.py,sha256=s0Vjqy0ovONd99uiXSODJ4Tiublp8NFbtkzH3Bt9kqw,1058
|
|
79
80
|
maleo/identity/schemas/parameter/general/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
80
|
-
maleo/identity/schemas/parameter/general/organization.py,sha256=
|
|
81
|
+
maleo/identity/schemas/parameter/general/organization.py,sha256=pfWcxl-ArKJr0pc6OwIwQRhiinRZkM70xVogBAU-tYk,2690
|
|
81
82
|
maleo/identity/schemas/parameter/general/organization_registration_code.py,sha256=i5zgH04gtVLDjilIBCzummtxvpwywArLJ2jIMuCuEJ8,2287
|
|
82
|
-
maleo/identity/schemas/parameter/general/organization_role.py,sha256=
|
|
83
|
-
maleo/identity/schemas/parameter/general/user.py,sha256=
|
|
84
|
-
maleo/identity/schemas/parameter/general/user_organization.py,sha256=
|
|
85
|
-
maleo/identity/schemas/parameter/general/user_organization_role.py,sha256=
|
|
86
|
-
maleo/identity/schemas/parameter/general/user_profile.py,sha256=
|
|
87
|
-
maleo/identity/schemas/parameter/general/user_system_role.py,sha256=
|
|
83
|
+
maleo/identity/schemas/parameter/general/organization_role.py,sha256=udLNHhnDWPLZ3w-lugggoCTKAAxYcuA1BgnZkZ8xfuY,471
|
|
84
|
+
maleo/identity/schemas/parameter/general/user.py,sha256=TCeaX99u1DiWA8-kXXeElZClKORkESorvUUMrDLGZzM,3755
|
|
85
|
+
maleo/identity/schemas/parameter/general/user_organization.py,sha256=NCA36WNNgcp5Ns38wddcTfse8zFw1JX6G34D5hF99Fk,544
|
|
86
|
+
maleo/identity/schemas/parameter/general/user_organization_role.py,sha256=V6nehocfLLv3bLZb4cNiLMRCWUinVlmLGV4YUyuXigI,543
|
|
87
|
+
maleo/identity/schemas/parameter/general/user_profile.py,sha256=joB-iIqxJb3vhibytElEtHvo3KXnqvTiVQBdcvdLFqE,3155
|
|
88
|
+
maleo/identity/schemas/parameter/general/user_system_role.py,sha256=QPUINuJkIUMUV3WhnT6piApc9xZjBnFzQOGtgrwWWAo,658
|
|
88
89
|
maleo/identity/schemas/parameter/service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
89
|
-
maleo/identity/schemas/parameter/service/organization.py,sha256=
|
|
90
|
+
maleo/identity/schemas/parameter/service/organization.py,sha256=hcHEiyrEgv6vI6XR0VeZXZjJWWn1opv2v37X90faDI4,1392
|
|
90
91
|
maleo/identity/schemas/parameter/service/organization_registration_code.py,sha256=XFy7k1K3NpYFjnEtT-XZQfFBJHduWU5OucJexquxPos,567
|
|
91
|
-
maleo/identity/schemas/parameter/service/organization_role.py,sha256=
|
|
92
|
-
maleo/identity/schemas/parameter/service/user.py,sha256=
|
|
93
|
-
maleo/identity/schemas/parameter/service/user_organization_role.py,sha256=
|
|
94
|
-
maleo/identity/schemas/parameter/service/user_profile.py,sha256=
|
|
95
|
-
maleo/identity/schemas/parameter/service/user_system_role.py,sha256=
|
|
92
|
+
maleo/identity/schemas/parameter/service/organization_role.py,sha256=qIr9SQuGfkxJPj3jjhVLyKyiOlNgnDrGrcgTQaRmz0I,777
|
|
93
|
+
maleo/identity/schemas/parameter/service/user.py,sha256=27i5PSsdvZ2WOuT56rhWofuXS6UasDncDo2_EpDJmQ8,1325
|
|
94
|
+
maleo/identity/schemas/parameter/service/user_organization_role.py,sha256=Hx4DlvWR32mHqF-UueBbXVfrh237gpMF_W7NdDnNcDI,858
|
|
95
|
+
maleo/identity/schemas/parameter/service/user_profile.py,sha256=meY0c3ac-89-kRZme5-BV4tm1wg3MqIieKLnzEXst5o,844
|
|
96
|
+
maleo/identity/schemas/parameter/service/user_system_role.py,sha256=gnYDrxf_SUQKAgszfSst0huQdL0751-QmZRnbif1460,817
|
|
96
97
|
maleo/identity/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
98
|
maleo/identity/types/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
98
99
|
maleo/identity/types/base/organization.py,sha256=wLu9QcVDfiMke3-Smfs-LI3zV5QiMuCKkoa0CCRmh4s,93
|
|
99
100
|
maleo/identity/types/base/organization_registration_code.py,sha256=V8cct7fTIO-OT7RoYuui__oblyIUzFdQWOwHfhflpUc,87
|
|
100
101
|
maleo/identity/types/base/user.py,sha256=wLu9QcVDfiMke3-Smfs-LI3zV5QiMuCKkoa0CCRmh4s,93
|
|
101
102
|
maleo/identity/types/base/user_profile.py,sha256=wLu9QcVDfiMke3-Smfs-LI3zV5QiMuCKkoa0CCRmh4s,93
|
|
102
|
-
maleo_identity-0.0.
|
|
103
|
-
maleo_identity-0.0.
|
|
104
|
-
maleo_identity-0.0.
|
|
105
|
-
maleo_identity-0.0.
|
|
103
|
+
maleo_identity-0.0.91.dist-info/METADATA,sha256=-orLex05_KHTLA7SGkfkzYrkhuSmKilUrsGZ_15C1Go,828
|
|
104
|
+
maleo_identity-0.0.91.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
105
|
+
maleo_identity-0.0.91.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
|
|
106
|
+
maleo_identity-0.0.91.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|