maleo-identity 0.0.50__py3-none-any.whl → 0.0.52__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.
@@ -27,7 +27,7 @@ class MaleoIdentityUserSchemas:
27
27
  emails:BaseTypes.OptionalListOfStrings = Field(None, description="Specific emails")
28
28
 
29
29
  class Phone(BaseModel):
30
- phone:str = Field(..., min_length=10, max_length=15, pattern=r'^\d{10,15}$', description="User's phone")
30
+ phone:str = Field(..., min_length=4, max_length=15, pattern=r'^\d{4,15}$', description="User's phone")
31
31
 
32
32
  class OptionalListOfPhones(BaseModel):
33
33
  phones:BaseTypes.OptionalListOfStrings = Field(None, description="Specific phones")
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo-identity
3
- Version: 0.0.50
3
+ Version: 0.0.52
4
4
  Summary: MaleoIdentity service package
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
7
7
  Requires-Python: >=3.7
8
8
  Description-Content-Type: text/markdown
9
- Requires-Dist: maleo_foundation>=0.2.68
10
- Requires-Dist: maleo_metadata>=0.1.12
9
+ Requires-Dist: maleo_foundation>=0.2.70
10
+ Requires-Dist: maleo_metadata>=0.1.14
11
11
 
12
12
  # README #
13
13
 
@@ -39,7 +39,7 @@ maleo_identity/models/schemas/__init__.py,sha256=asjDTCgUlxFBSY6ZMnt3RMZoeXGCyQS
39
39
  maleo_identity/models/schemas/general.py,sha256=fBPqcYU-8nBjfgMYl54rHFyuV_9l-O9egfYLI6T3CDQ,623
40
40
  maleo_identity/models/schemas/organization.py,sha256=v6BjOK1G0C3yUrwqBsUGWXf99YSWjStcOkSH-88dgBU,1276
41
41
  maleo_identity/models/schemas/organization_role.py,sha256=bgX9ykpFNrDqz4-eFbj49mRp69yGezWyLoo_MOX8R6Y,764
42
- maleo_identity/models/schemas/user.py,sha256=vrqyZg48LG06w_4Oq0FcQis2glb12PWCfpJHcoXWKj4,1653
42
+ maleo_identity/models/schemas/user.py,sha256=fw2Rn2r3rMFhQPYrjZlhgt1f549c4zoI2ywjCTZ46ZY,1651
43
43
  maleo_identity/models/schemas/user_organization.py,sha256=yg6-T5BGcfTKjX7w2zSBb-OWtxQunEhWLT2dJFmuhtE,443
44
44
  maleo_identity/models/schemas/user_organization_role.py,sha256=xedjuJ9P6vRtJimRTpP8ZA45oLaqFr8hokM77gN8QRU,781
45
45
  maleo_identity/models/schemas/user_profile.py,sha256=x2--vAMY9KRa2Nyy7k2o4oYMz5DRm67dev3K45A7DkU,2603
@@ -137,7 +137,7 @@ maleo_identity/types/results/repository/user_organization.py,sha256=EFzYD28CCmQt
137
137
  maleo_identity/types/results/repository/user_organization_role.py,sha256=7SVvBMnrDnv9EFIceQmKJFisgjHqy7uN3ISyZy-QEOY,755
138
138
  maleo_identity/types/results/repository/user_profile.py,sha256=oyfExKaH6f5vyRdpNLOHQ9SJ5ILDfh2lQ_9m7QmsP3I,843
139
139
  maleo_identity/types/results/repository/user_system_role.py,sha256=6Qd9fetNARZVUiHR7BSKEZlRiHqG_XvvtApNv_OdaGE,869
140
- maleo_identity-0.0.50.dist-info/METADATA,sha256=2y6wqxK7UrdBbvdvV4G4ABWCIxUEo3x9EY5b6KO-FC8,868
141
- maleo_identity-0.0.50.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
142
- maleo_identity-0.0.50.dist-info/top_level.txt,sha256=mQENoRr7CBU3vx2PxHXywCHdfBm3AIzVx75IaEsArYE,15
143
- maleo_identity-0.0.50.dist-info/RECORD,,
140
+ maleo_identity-0.0.52.dist-info/METADATA,sha256=9DZLlURwB5rQD-MS6ADlz8yLqP-w3OMJnzO8p6lPUnM,868
141
+ maleo_identity-0.0.52.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
142
+ maleo_identity-0.0.52.dist-info/top_level.txt,sha256=mQENoRr7CBU3vx2PxHXywCHdfBm3AIzVx75IaEsArYE,15
143
+ maleo_identity-0.0.52.dist-info/RECORD,,