f3-data-models 0.2.3__py3-none-any.whl → 0.2.4__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.
f3_data_models/models.py
CHANGED
@@ -692,6 +692,7 @@ class User(Base):
|
|
692
692
|
home_region_id: Mapped[Optional[int]] = mapped_column(ForeignKey("orgs.id"))
|
693
693
|
avatar_url: Mapped[Optional[str]]
|
694
694
|
meta: Mapped[Optional[Dict[str, Any]]]
|
695
|
+
email_verified_ts: Mapped[Optional[datetime]]
|
695
696
|
created: Mapped[dt_create]
|
696
697
|
updated: Mapped[dt_update]
|
697
698
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+
f3_data_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
f3_data_models/models.py,sha256=jligUwq8FsGhGFrBu0N9KBe4mTUoS_GZXYc5WkYRnWU,36810
|
3
|
+
f3_data_models/utils.py,sha256=1hdZ2tvMiNibNZvwt0dx4PhPCw_pJGg1mG2cCvwc6CI,8857
|
4
|
+
f3_data_models-0.2.4.dist-info/METADATA,sha256=SzDwnbueK5MsvvVH1Ly-iDnLt973nvvsK0uPd2rP0uw,2658
|
5
|
+
f3_data_models-0.2.4.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
6
|
+
f3_data_models-0.2.4.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
f3_data_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
f3_data_models/models.py,sha256=UlLJU3eAFiklBlp_OjfXJ8lqPSUIHes45slOGf1c1Cw,36760
|
3
|
-
f3_data_models/utils.py,sha256=1hdZ2tvMiNibNZvwt0dx4PhPCw_pJGg1mG2cCvwc6CI,8857
|
4
|
-
f3_data_models-0.2.3.dist-info/METADATA,sha256=7s3Jt5yYfP9mh7wnqywoUlVbQuv5NydDCmLtiN-G3Pc,2658
|
5
|
-
f3_data_models-0.2.3.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
6
|
-
f3_data_models-0.2.3.dist-info/RECORD,,
|
File without changes
|