maleo-identity 0.1.5__py3-none-any.whl → 0.1.6__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/models.py CHANGED
@@ -69,7 +69,9 @@ class Patient(
69
69
  passport: Mapped[OptStr] = mapped_column(
70
70
  name="passport", type_=String(9), unique=True
71
71
  )
72
- name: Mapped[str] = mapped_column(name="name", type_=String(200), nullable=False)
72
+ full_name: Mapped[str] = mapped_column(
73
+ name="full_name", type_=String(200), nullable=False
74
+ )
73
75
  place_of_birth: Mapped[OptStr] = mapped_column(
74
76
  name="place_of_birth", type_=String(50)
75
77
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo-identity
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: MaleoIdentity service package
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: Proprietary
@@ -1,5 +1,5 @@
1
1
  maleo/identity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- maleo/identity/models.py,sha256=aBYbkkd07BzH2zRq3q_D80xMR8DdhCiw1eQ2EYa9ZTQ,10223
2
+ maleo/identity/models.py,sha256=E9xyBRJAzzUS551xraUeNNonjU2u5FK-gtmEFDryS6U,10247
3
3
  maleo/identity/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  maleo/identity/constants/api_key.py,sha256=e7CsTodUBgyoX30SJUnYx457WBZeRFyyeaOFGsZ-7mY,264
5
5
  maleo/identity/constants/organization.py,sha256=Jeewz4VlaTmuHHDqNZUZyLD3bdndQjpx9K0EabhCFUM,259
@@ -57,8 +57,8 @@ maleo/identity/types/user_system_role.py,sha256=6KIDk7kCWBlrloNLfIElflS5N8oBYqPe
57
57
  maleo/identity/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
58
  maleo/identity/utils/organization.py,sha256=aEegzeoNLUptrScUB5kWrYlJj7dzTZeVXymltE5lWpE,874
59
59
  maleo/identity/utils/user.py,sha256=1pyfmAbXkAEOo6WM2KRA_kRnFi0O_A2ZUEqv01wY-cU,794
60
- maleo_identity-0.1.5.dist-info/licenses/LICENSE,sha256=aftGsecnk7TWVX-7KW94FqK4Syy6YSZ8PZEF7EcIp3M,2621
61
- maleo_identity-0.1.5.dist-info/METADATA,sha256=gy-ga36xvcsRQn-zoFJCaeJ9Tj9MZP0iJ90yGV5MtOM,3583
62
- maleo_identity-0.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
63
- maleo_identity-0.1.5.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
64
- maleo_identity-0.1.5.dist-info/RECORD,,
60
+ maleo_identity-0.1.6.dist-info/licenses/LICENSE,sha256=aftGsecnk7TWVX-7KW94FqK4Syy6YSZ8PZEF7EcIp3M,2621
61
+ maleo_identity-0.1.6.dist-info/METADATA,sha256=EVB4BDJQOWtX6Z1u4kUEg3s2a5eSmUr0-b9YFL2ysg8,3583
62
+ maleo_identity-0.1.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
63
+ maleo_identity-0.1.6.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
64
+ maleo_identity-0.1.6.dist-info/RECORD,,