cs-models 0.0.622__py3-none-any.whl → 0.0.623__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,14 @@ class MeetingDataOutboxModel(Base):
25
25
  ForeignKey('meeting_bucket.id'),
26
26
  nullable=True,
27
27
  )
28
+ reviewed = Column(Boolean, nullable=True)
29
+ submitted = Column(Boolean, nullable=True)
30
+ submitted_date = Column(DateTime, nullable=True)
31
+ file_id = Column(
32
+ Integer,
33
+ ForeignKey('files.id'),
34
+ nullable=False,
35
+ )
28
36
  updated_at = Column(
29
37
  DateTime,
30
38
  nullable=False,
@@ -14,4 +14,8 @@ class MeetingDataOutboxResourceSchema(Schema):
14
14
  end_date = fields.DateTime(required=True)
15
15
  from_website = fields.Boolean(allow_none=True)
16
16
  meeting_bucket_id = fields.Integer(allow_none=True)
17
+ reviewed = fields.Boolean(allow_none=True)
18
+ submitted = fields.Boolean(allow_none=True)
19
+ submitted_date = fields.DateTime(allow_none=True)
20
+ file_id = fields.Integer(required=True)
17
21
  updated_at = fields.DateTime()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.622
3
+ Version: 0.0.623
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -488,8 +488,8 @@ cs_models/resources/MeetingBucket/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
488
488
  cs_models/resources/MeetingBucket/models.py,sha256=OfjmVYISxesbvtu4E2bltlpvzFZluds7arFwjxma3S8,600
489
489
  cs_models/resources/MeetingBucket/schemas.py,sha256=oZm2XHNaWEh-aoqPbsS405BGZoo06QGPtHNM6Jf-MkQ,312
490
490
  cs_models/resources/MeetingDataOutbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
491
- cs_models/resources/MeetingDataOutbox/models.py,sha256=qxGUWMZczV1QyvKAF3YjsUkoIhRti8tpiCgodm1dviw,898
492
- cs_models/resources/MeetingDataOutbox/schemas.py,sha256=s9Q3plrcyxrJXhUj_EBS0g1WnqT9WVgBWaQUfWoqnWQ,510
491
+ cs_models/resources/MeetingDataOutbox/models.py,sha256=2y4btxW2Z6axPad0gFXvQ9fIqB-t1RfwdKSagYJ9Sns,1145
492
+ cs_models/resources/MeetingDataOutbox/schemas.py,sha256=7B8lRKfeEJ7HVaAVppMOwKlsCjcAnJnRFcYf77GnEH8,703
493
493
  cs_models/resources/MeetingDataOutboxRow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
494
494
  cs_models/resources/MeetingDataOutboxRow/models.py,sha256=ZLxPVkhRlC8EOslippMynlCz3i2IZp06WVA73_DzBbo,725
495
495
  cs_models/resources/MeetingDataOutboxRow/schemas.py,sha256=sxmswoTLBtpTV3d4ihRQwnIR96dmFKYglNvSpgtswAs,364
@@ -1033,7 +1033,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1033
1033
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1034
1034
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1035
1035
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1036
- cs_models-0.0.622.dist-info/METADATA,sha256=Q5rGPfBmYqfjvHtryvV7nrWnyf2aChdz2BYG36HKUos,792
1037
- cs_models-0.0.622.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1038
- cs_models-0.0.622.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1039
- cs_models-0.0.622.dist-info/RECORD,,
1036
+ cs_models-0.0.623.dist-info/METADATA,sha256=zdsX8-GUFmEAoBr0FJGWuTwZZ67LEU_PXE1IiJdcImg,792
1037
+ cs_models-0.0.623.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1038
+ cs_models-0.0.623.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1039
+ cs_models-0.0.623.dist-info/RECORD,,