maleo-identity 0.0.81__tar.gz → 0.0.82__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.81 → maleo_identity-0.0.82}/PKG-INFO +1 -1
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/dtos/organization_registration_code.py +5 -2
- maleo_identity-0.0.82/maleo/identity/dtos/user_profile.py +29 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/mixins/user_profile.py +7 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/organization_registration_code.py +3 -9
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/user_profile.py +3 -15
- maleo_identity-0.0.82/maleo/identity/types/base/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo_identity.egg-info/PKG-INFO +1 -1
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo_identity.egg-info/SOURCES.txt +1 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/pyproject.toml +1 -1
- maleo_identity-0.0.81/maleo/identity/types/__init__.py +0 -5
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/README.md +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/manager.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/organization_registration_code.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/user_organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/user_organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/user_profile.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/user_system_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/organization_registration_code.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/user_organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/user_organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/user_profile.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/user_system_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/db.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/dtos/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/enums/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/enums/general.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/enums/organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/enums/organization_registration_code.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/enums/organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/enums/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/enums/user_organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/enums/user_organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/enums/user_profile.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/enums/user_system_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/mixins/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/mixins/organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/mixins/organization_registration_code.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/mixins/organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/mixins/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/mixins/user_organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/mixins/user_organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/mixins/user_system_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/models/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/models/organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/models/organization_registration_code.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/models/organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/models/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/models/user_organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/models/user_organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/models/user_profile.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/models/user_system_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/user_organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/user_organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/user_profile.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/user_system_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/metadata/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/metadata/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/organization_registration_code.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/user_organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/user_organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/user_profile.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/user_system_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/organization_registration_code.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/user_organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/user_organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/user_system_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/service/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/service/organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/service/organization_registration_code.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/service/organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/service/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/service/user_organization_role.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/service/user_profile.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/service/user_system_role.py +0 -0
- {maleo_identity-0.0.81/maleo/identity/types/base → maleo_identity-0.0.82/maleo/identity/types}/__init__.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/types/base/organization.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/types/base/organization_registration_code.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/types/base/user.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/types/base/user_profile.py +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo_identity.egg-info/dependency_links.txt +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo_identity.egg-info/requires.txt +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo_identity.egg-info/top_level.txt +0 -0
- {maleo_identity-0.0.81 → maleo_identity-0.0.82}/setup.cfg +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from maleo.soma.mixins.
|
|
1
|
+
from maleo.soma.mixins.general import OrganizationId
|
|
2
2
|
from maleo.identity.mixins.organization_registration_code import (
|
|
3
3
|
Code,
|
|
4
4
|
MaxUses,
|
|
@@ -7,6 +7,9 @@ from maleo.identity.mixins.organization_registration_code import (
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
class OrganizationRegistrationCodeDTO(
|
|
10
|
-
CurrentUses,
|
|
10
|
+
CurrentUses,
|
|
11
|
+
MaxUses,
|
|
12
|
+
Code,
|
|
13
|
+
OrganizationId,
|
|
11
14
|
):
|
|
12
15
|
pass
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
from maleo.soma.mixins.general import UserId
|
|
2
|
+
from maleo.identity.mixins.user_profile import (
|
|
3
|
+
IdCard,
|
|
4
|
+
LeadingTitle,
|
|
5
|
+
FirstName,
|
|
6
|
+
MiddleName,
|
|
7
|
+
LastName,
|
|
8
|
+
EndingTitle,
|
|
9
|
+
FullName,
|
|
10
|
+
BirthPlace,
|
|
11
|
+
BirthDate,
|
|
12
|
+
AvatarName,
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class UserProfileDTO(
|
|
17
|
+
AvatarName,
|
|
18
|
+
BirthDate,
|
|
19
|
+
BirthPlace,
|
|
20
|
+
FullName,
|
|
21
|
+
EndingTitle,
|
|
22
|
+
LastName,
|
|
23
|
+
MiddleName,
|
|
24
|
+
FirstName,
|
|
25
|
+
LeadingTitle,
|
|
26
|
+
IdCard,
|
|
27
|
+
UserId,
|
|
28
|
+
):
|
|
29
|
+
pass
|
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
from pydantic import BaseModel, Field
|
|
2
2
|
from typing import Optional
|
|
3
3
|
from maleo.soma.mixins.data import DataIdentifier, DataTimestamp, DataStatus
|
|
4
|
-
from maleo.
|
|
5
|
-
|
|
6
|
-
Code,
|
|
7
|
-
MaxUses,
|
|
8
|
-
CurrentUses,
|
|
4
|
+
from maleo.identity.dtos.organization_registration_code import (
|
|
5
|
+
OrganizationRegistrationCodeDTO,
|
|
9
6
|
)
|
|
10
7
|
|
|
11
8
|
|
|
12
9
|
class OrganizationRegistrationCodeDataSchema(
|
|
13
|
-
|
|
14
|
-
MaxUses,
|
|
15
|
-
Code,
|
|
16
|
-
OrganizationId,
|
|
10
|
+
OrganizationRegistrationCodeDTO,
|
|
17
11
|
DataStatus,
|
|
18
12
|
DataTimestamp,
|
|
19
13
|
DataIdentifier,
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
from maleo.soma.mixins.general import UserId
|
|
2
|
-
from maleo.soma.mixins.parameter import
|
|
3
|
-
IdentifierType as IdentifierTypeMixin,
|
|
4
|
-
IdentifierValue as IdentifierValueMixin,
|
|
5
|
-
)
|
|
2
|
+
from maleo.soma.mixins.parameter import IdentifierTypeValue as IdentifierTypeValueMixin
|
|
6
3
|
from maleo.soma.schemas.parameter.general import (
|
|
7
4
|
ReadSingleQueryParameterSchema,
|
|
8
5
|
ReadSingleParameterSchema,
|
|
@@ -20,9 +17,8 @@ from maleo.identity.mixins.user_profile import (
|
|
|
20
17
|
EndingTitle,
|
|
21
18
|
BirthPlace,
|
|
22
19
|
BirthDate,
|
|
23
|
-
OptionalAvatar,
|
|
24
|
-
OptionalAvatarContentType,
|
|
25
20
|
OptionalAvatarName,
|
|
21
|
+
AvatarData,
|
|
26
22
|
)
|
|
27
23
|
from maleo.identity.types.base.user_profile import IdentifierValueType
|
|
28
24
|
|
|
@@ -44,13 +40,6 @@ class CreateOrUpdateQuery(Expand):
|
|
|
44
40
|
pass
|
|
45
41
|
|
|
46
42
|
|
|
47
|
-
class AvatarData(
|
|
48
|
-
OptionalAvatarContentType,
|
|
49
|
-
OptionalAvatar,
|
|
50
|
-
):
|
|
51
|
-
pass
|
|
52
|
-
|
|
53
|
-
|
|
54
43
|
class CreateOrUpdateBody(
|
|
55
44
|
OptionalAvatarName,
|
|
56
45
|
OptionalSimpleGenderMixin,
|
|
@@ -76,7 +65,6 @@ class UpdateParameter(
|
|
|
76
65
|
AvatarData,
|
|
77
66
|
CreateOrUpdateBody,
|
|
78
67
|
CreateOrUpdateQuery,
|
|
79
|
-
|
|
80
|
-
IdentifierTypeMixin[IdentifierType],
|
|
68
|
+
IdentifierTypeValueMixin[IdentifierType, IdentifierValueType],
|
|
81
69
|
):
|
|
82
70
|
pass
|
|
File without changes
|
|
@@ -24,6 +24,7 @@ maleo/identity/constants/user_profile.py
|
|
|
24
24
|
maleo/identity/constants/user_system_role.py
|
|
25
25
|
maleo/identity/dtos/__init__.py
|
|
26
26
|
maleo/identity/dtos/organization_registration_code.py
|
|
27
|
+
maleo/identity/dtos/user_profile.py
|
|
27
28
|
maleo/identity/enums/__init__.py
|
|
28
29
|
maleo/identity/enums/general.py
|
|
29
30
|
maleo/identity/enums/organization.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/organization.py
RENAMED
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/organization_role.py
RENAMED
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/user_organization.py
RENAMED
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/user_profile.py
RENAMED
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/client/services/user_system_role.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/organization_role.py
RENAMED
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/user_organization.py
RENAMED
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/user_organization_role.py
RENAMED
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/constants/user_system_role.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.81 → maleo_identity-0.0.82}/maleo/identity/enums/user_organization_role.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
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/mixins/user_organization_role.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
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/models/user_organization_role.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/organization_role.py
RENAMED
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/user_organization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/data/user_system_role.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/__init__.py
RENAMED
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/client/user.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/general/user.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/service/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo/identity/schemas/parameter/service/user.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
|
{maleo_identity-0.0.81 → maleo_identity-0.0.82}/maleo_identity.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|