cs-models 0.0.715__py3-none-any.whl → 0.0.717__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.

@@ -17,6 +17,7 @@ class UserDocumentHierarchyModel(Base):
17
17
 
18
18
  id = Column(Integer, primary_key=True)
19
19
  provider_id = Column(String(128), nullable=False, index=True)
20
+ drive = Column(String(50), nullable=False, index=True)
20
21
  user_id = Column(String(128), nullable=False, index=True)
21
22
  type = Column(String(50), nullable=False)
22
23
  document_name = Column(String(255), nullable=True)
@@ -10,6 +10,7 @@ class UserDocumentHierarchyResourceSchema(Schema):
10
10
 
11
11
  id = fields.Integer(dump_only=True)
12
12
  provider_id = fields.String(required=True)
13
+ drive = fields.String(required=True)
13
14
  user_id = fields.String(required=True)
14
15
  type = fields.String(required=True)
15
16
  document_name = fields.String(allow_none=True)
@@ -20,6 +20,7 @@ class WorkbookModel(Base):
20
20
  workbook_name = Column(String(128), nullable=False)
21
21
  is_deleted = Column(Boolean, nullable=True)
22
22
  is_public = Column(Boolean, nullable=True)
23
+ is_help_center = Column(Boolean, nullable=True)
23
24
  created_at = Column(DateTime, nullable=False)
24
25
  updated_at = Column(
25
26
  DateTime,
@@ -21,5 +21,6 @@ class WorkbookResourceSchema(Schema):
21
21
  )
22
22
  is_deleted = fields.Boolean(allow_none=True)
23
23
  is_public = fields.Boolean(allow_none=True)
24
+ is_help_center = fields.Boolean(allow_none=True)
24
25
  created_at = fields.DateTime(required=True)
25
26
  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.715
3
+ Version: 0.0.717
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -981,8 +981,8 @@ cs_models/resources/UserDocumentCondition/__init__.py,sha256=47DEQpj8HBSa-_TImW-
981
981
  cs_models/resources/UserDocumentCondition/models.py,sha256=FZzNgxc4-zZ5TiuJYfxNjPvi5mZCunTc9sVOXBGYpqc,1007
982
982
  cs_models/resources/UserDocumentCondition/schemas.py,sha256=BeeRrfrLW9N3k0IsOhoi3CXXos4rNbJ_ka4Qqbj-Ddw,550
983
983
  cs_models/resources/UserDocumentHierarchy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
984
- cs_models/resources/UserDocumentHierarchy/models.py,sha256=qz-vxxGo5hOrDBxJ8c9nLJmbObJbovnZprkuHzgMl-c,1425
985
- cs_models/resources/UserDocumentHierarchy/schemas.py,sha256=2AqeGjErCd_mZxAPClphJa4jI4ELmLo0lfgPg-G6H8k,759
984
+ cs_models/resources/UserDocumentHierarchy/models.py,sha256=-MvEZxET6VgpIH8xoSgY5LtP-PTaKSlUpa-a_UrLeCM,1484
985
+ cs_models/resources/UserDocumentHierarchy/schemas.py,sha256=hdGfA5WAS5wtJi4fkQJVBr92KTMT1wfUmgoiDbmPC6E,800
986
986
  cs_models/resources/UserDocumentIntervention/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
987
987
  cs_models/resources/UserDocumentIntervention/models.py,sha256=XDW1UIMnsQoyszHeel_aaCGnd_XfWxIOJF-JJBn9IoM,1019
988
988
  cs_models/resources/UserDocumentIntervention/schemas.py,sha256=XKgWDYGiU7NTPqNHkqxWgbdz0wMwt8__SlxrCPhEqrU,556
@@ -1126,8 +1126,8 @@ cs_models/resources/WatchlistDigest/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQ
1126
1126
  cs_models/resources/WatchlistDigest/models.py,sha256=wKWY8UGP1xZpSFKPWqJF3E5cpOhdis4KWWPRkKfRFz0,919
1127
1127
  cs_models/resources/WatchlistDigest/schemas.py,sha256=p7jZ8JFJoV2KeSUUPursHyHzbk4Ouk2TCKHLqE5ViVo,494
1128
1128
  cs_models/resources/Workbook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1129
- cs_models/resources/Workbook/models.py,sha256=iQ3pMlaxaHhc_A1T8Fxrjsn6YR0q-NoeMyZQWHWnE2g,1050
1130
- cs_models/resources/Workbook/schemas.py,sha256=5e-5mxEuwIn40VxYoP4K7xer8YpO0VbWXoKXCJtvj-s,736
1129
+ cs_models/resources/Workbook/models.py,sha256=drYAEeuV9jXkh6DFzV9P3hk4M7KVAsF2BDpxqkCnfK4,1102
1130
+ cs_models/resources/Workbook/schemas.py,sha256=MSaN6AnkBoPuVDPNZQMBXFm_GpzZfXuDrpXZuwXIM2o,789
1131
1131
  cs_models/resources/WorkbookBlock/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1132
1132
  cs_models/resources/WorkbookBlock/models.py,sha256=hYZkSFR5p6nVMUbb6ZQxvXvB6XMPlgEDliBx_k0HZ40,1659
1133
1133
  cs_models/resources/WorkbookBlock/schemas.py,sha256=lRon0US-VHMOGypaiUSZsskgFpjNEtmFEk9nFU7DLnI,1847
@@ -1180,7 +1180,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1180
1180
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1181
1181
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1182
1182
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1183
- cs_models-0.0.715.dist-info/METADATA,sha256=5hHOwoSjYi72p-P8RsvXmL_0EE-kFFqK8024g-7bkPs,792
1184
- cs_models-0.0.715.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1185
- cs_models-0.0.715.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1186
- cs_models-0.0.715.dist-info/RECORD,,
1183
+ cs_models-0.0.717.dist-info/METADATA,sha256=2OiZJ20NuS9ynjang3stOPnu-MyjnJdTGea-2LeUExY,792
1184
+ cs_models-0.0.717.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1185
+ cs_models-0.0.717.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1186
+ cs_models-0.0.717.dist-info/RECORD,,