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

@@ -16,6 +16,7 @@ class UserDocumentHierarchyModel(Base):
16
16
  __tablename__ = 'user_documents_hierarchy'
17
17
 
18
18
  id = Column(Integer, primary_key=True)
19
+ provider_id = Column(String(128), nullable=False, index=True)
19
20
  user_id = Column(String(128), nullable=False, index=True)
20
21
  type = Column(String(50), nullable=False)
21
22
  document_name = Column(String(255), nullable=True)
@@ -9,6 +9,7 @@ class UserDocumentHierarchyResourceSchema(Schema):
9
9
  not_blank = validate.Length(min=1, error='Field cannot be blank')
10
10
 
11
11
  id = fields.Integer(dump_only=True)
12
+ provider_id = fields.String(required=True)
12
13
  user_id = fields.String(required=True)
13
14
  type = fields.String(required=True)
14
15
  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.706
3
+ Version: 0.0.707
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -978,8 +978,8 @@ cs_models/resources/UserDocumentCondition/__init__.py,sha256=47DEQpj8HBSa-_TImW-
978
978
  cs_models/resources/UserDocumentCondition/models.py,sha256=FZzNgxc4-zZ5TiuJYfxNjPvi5mZCunTc9sVOXBGYpqc,1007
979
979
  cs_models/resources/UserDocumentCondition/schemas.py,sha256=BeeRrfrLW9N3k0IsOhoi3CXXos4rNbJ_ka4Qqbj-Ddw,550
980
980
  cs_models/resources/UserDocumentHierarchy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
981
- cs_models/resources/UserDocumentHierarchy/models.py,sha256=vNo15EfKsfO136Fc0hqXB6sjazJ8ksqTuOUHTVCSEHE,1359
982
- cs_models/resources/UserDocumentHierarchy/schemas.py,sha256=4nAwk-qLhMKQqc5-netIIJeHDztBDORz9iTdyqRKe7o,712
981
+ cs_models/resources/UserDocumentHierarchy/models.py,sha256=qz-vxxGo5hOrDBxJ8c9nLJmbObJbovnZprkuHzgMl-c,1425
982
+ cs_models/resources/UserDocumentHierarchy/schemas.py,sha256=2AqeGjErCd_mZxAPClphJa4jI4ELmLo0lfgPg-G6H8k,759
983
983
  cs_models/resources/UserDocumentIntervention/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
984
984
  cs_models/resources/UserDocumentIntervention/models.py,sha256=XDW1UIMnsQoyszHeel_aaCGnd_XfWxIOJF-JJBn9IoM,1019
985
985
  cs_models/resources/UserDocumentIntervention/schemas.py,sha256=XKgWDYGiU7NTPqNHkqxWgbdz0wMwt8__SlxrCPhEqrU,556
@@ -1171,7 +1171,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1171
1171
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1172
1172
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1173
1173
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1174
- cs_models-0.0.706.dist-info/METADATA,sha256=Y7K7LbJnUge1ORlvUeTr-msB_1VsTitsr-cJejtY6W0,792
1175
- cs_models-0.0.706.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1176
- cs_models-0.0.706.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1177
- cs_models-0.0.706.dist-info/RECORD,,
1174
+ cs_models-0.0.707.dist-info/METADATA,sha256=tsC9psgnm-6g4MZNZCAMaC493P8bz-skTsgQFsF8lfM,792
1175
+ cs_models-0.0.707.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1176
+ cs_models-0.0.707.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1177
+ cs_models-0.0.707.dist-info/RECORD,,