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

@@ -36,6 +36,7 @@ class UserDocumentHierarchyModel(Base):
36
36
  ForeignKey('workbooks.id'),
37
37
  nullable=True,
38
38
  )
39
+ sha1 = Column(String(40), nullable=True)
39
40
  is_deleted = Column(Boolean, nullable=True)
40
41
  is_trashed = Column(Boolean, nullable=True)
41
42
  is_locked = Column(Boolean, nullable=True)
@@ -17,6 +17,7 @@ class UserDocumentHierarchyResourceSchema(Schema):
17
17
  is_folder = fields.Boolean(allow_none=True)
18
18
  user_document_id = fields.Integer(allow_none=True)
19
19
  workbook_id = fields.Integer(allow_none=True)
20
+ sha1 = fields.String(allow_none=True)
20
21
  is_deleted = fields.Boolean(allow_none=True)
21
22
  is_trashed = fields.Boolean(allow_none=True)
22
23
  is_locked = fields.Boolean(allow_none=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.721
3
+ Version: 0.0.722
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/UserDocumentCondition/__init__.py,sha256=47DEQpj8HBSa-_TImW-
987
987
  cs_models/resources/UserDocumentCondition/models.py,sha256=FZzNgxc4-zZ5TiuJYfxNjPvi5mZCunTc9sVOXBGYpqc,1007
988
988
  cs_models/resources/UserDocumentCondition/schemas.py,sha256=BeeRrfrLW9N3k0IsOhoi3CXXos4rNbJ_ka4Qqbj-Ddw,550
989
989
  cs_models/resources/UserDocumentHierarchy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
990
- cs_models/resources/UserDocumentHierarchy/models.py,sha256=Ue-Rs-8KuNHW64cUn08khrAwTP9f5USqxQsjPYF1tjk,1472
991
- cs_models/resources/UserDocumentHierarchy/schemas.py,sha256=voNUC-F5eH0S2XM_t-lKXXYI5dzni96GKqz3qnxKmlw,807
990
+ cs_models/resources/UserDocumentHierarchy/models.py,sha256=ZlWWmIbXfH5M0Hq5Ng7LYM7VSjHHHc0-fSX6r_8SGkg,1517
991
+ cs_models/resources/UserDocumentHierarchy/schemas.py,sha256=Cs-1TNA7dNce4S-dS5vRoEudysg_2mQKTIB5HPFkhsI,849
992
992
  cs_models/resources/UserDocumentIntervention/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
993
993
  cs_models/resources/UserDocumentIntervention/models.py,sha256=XDW1UIMnsQoyszHeel_aaCGnd_XfWxIOJF-JJBn9IoM,1019
994
994
  cs_models/resources/UserDocumentIntervention/schemas.py,sha256=XKgWDYGiU7NTPqNHkqxWgbdz0wMwt8__SlxrCPhEqrU,556
@@ -1186,7 +1186,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1186
1186
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1187
1187
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1188
1188
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1189
- cs_models-0.0.721.dist-info/METADATA,sha256=ScUf45uk26LpJAm3eJRVI92BVKbXf0xRzwdZKzeA-Gs,792
1190
- cs_models-0.0.721.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1191
- cs_models-0.0.721.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1192
- cs_models-0.0.721.dist-info/RECORD,,
1189
+ cs_models-0.0.722.dist-info/METADATA,sha256=jB4NC7CLzR3zl5N3r4A9ZVbqSTHmydWLkJr0N76vQ9c,792
1190
+ cs_models-0.0.722.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1191
+ cs_models-0.0.722.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1192
+ cs_models-0.0.722.dist-info/RECORD,,