cs-models 0.0.716__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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.716
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
@@ -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.716.dist-info/METADATA,sha256=d7a-jj3zdPPauS1EqanFP_0Sl6GrlywzMjosJXfOMeg,792
1184
- cs_models-0.0.716.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1185
- cs_models-0.0.716.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1186
- cs_models-0.0.716.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,,