cs-models 0.0.687__py3-none-any.whl → 0.0.688__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 cs-models might be problematic. Click here for more details.

@@ -25,6 +25,7 @@ class UserSavedSearchModel(Base):
25
25
  instant_notification = Column(Boolean, nullable=True)
26
26
  daily_digest = Column(Boolean, nullable=True)
27
27
  weekly_digest = Column(Boolean, nullable=True)
28
+ questions = Column(Text, nullable=True)
28
29
  updated_at = Column(
29
30
  DateTime,
30
31
  nullable=False,
@@ -16,4 +16,5 @@ class UserSavedSearchResourceSchema(Schema):
16
16
  instant_notification = fields.Boolean(allow_none=True)
17
17
  daily_digest = fields.Boolean(allow_none=True)
18
18
  weekly_digest = fields.Boolean(allow_none=True)
19
+ questions = fields.String(allow_none=True)
19
20
  updated_at = fields.DateTime(dump_only=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.687
3
+ Version: 0.0.688
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -987,8 +987,8 @@ cs_models/resources/UserOrganization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeu
987
987
  cs_models/resources/UserOrganization/models.py,sha256=CWhvuIWxQYKdFP7_54yFSy3npWyf5FKlgUms-O8V7MU,726
988
988
  cs_models/resources/UserOrganization/schemas.py,sha256=oJEzvjbnkJFsYwb00uHj_9kDvqc9G9MtfTdEDxi6_0o,332
989
989
  cs_models/resources/UserSavedSearch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
990
- cs_models/resources/UserSavedSearch/models.py,sha256=3xqXAS-IcLQ_EV9KppG9xpdrRVSQ7md_dbj1KING4rs,1071
991
- cs_models/resources/UserSavedSearch/schemas.py,sha256=n8_F6j5vm3JX_fJokOZMRGf6TEXPdBRrUDOQjCrvWsY,686
990
+ cs_models/resources/UserSavedSearch/models.py,sha256=X-TPYNq8q1YuSDtg506aFHdHbISisiOVpwVMf2sbiN4,1115
991
+ cs_models/resources/UserSavedSearch/schemas.py,sha256=avoz-DNONjbtPtjZZYKQnp5aNCw0L8WlRPtgHxIhsco,733
992
992
  cs_models/resources/UserSavedSearchAccess/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
993
993
  cs_models/resources/UserSavedSearchAccess/models.py,sha256=mMbMvvMnKMTTfjGR0_z4o42tfUI6lylx9NWK192-77g,966
994
994
  cs_models/resources/UserSavedSearchAccess/schemas.py,sha256=p7zykn8OsYpGHhfsy5aTxYFX1IYojaFcOC7HPURhxwg,605
@@ -1141,7 +1141,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1141
1141
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1142
1142
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1143
1143
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1144
- cs_models-0.0.687.dist-info/METADATA,sha256=PXS-r915dnRugLdc3Lb52hLTT_Bu5lpkkdiXoIGOfD0,792
1145
- cs_models-0.0.687.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1146
- cs_models-0.0.687.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1147
- cs_models-0.0.687.dist-info/RECORD,,
1144
+ cs_models-0.0.688.dist-info/METADATA,sha256=TFXZH4XcdLq6sVU0OVfZ0Wv8Pk-vGD4T9jkEkw3D7AU,792
1145
+ cs_models-0.0.688.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1146
+ cs_models-0.0.688.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1147
+ cs_models-0.0.688.dist-info/RECORD,,