cs-models 0.0.772__py3-none-any.whl → 0.0.773__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,8 @@ class MeetingModel(Base):
25
25
  ForeignKey('meeting_bucket.id'),
26
26
  nullable=True,
27
27
  )
28
+ author_pipeline = Column(Boolean, nullable=True)
29
+ insights_pipeline = Column(Boolean, nullable=True)
28
30
  updated_at = Column(
29
31
  DateTime,
30
32
  nullable=False,
@@ -14,4 +14,6 @@ class MeetingResourceSchema(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
+ author_pipeline = fields.Boolean(allow_none=True)
18
+ insights_pipeline = fields.Boolean(allow_none=True)
17
19
  updated_at = fields.DateTime()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.772
3
+ Version: 0.0.773
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -548,8 +548,8 @@ cs_models/resources/LicensingCollabTarget/__init__.py,sha256=47DEQpj8HBSa-_TImW-
548
548
  cs_models/resources/LicensingCollabTarget/models.py,sha256=AofVwKxsGt6kf0YGQqY3r3I1GVrbSh5lHV1QUUfiB7c,959
549
549
  cs_models/resources/LicensingCollabTarget/schemas.py,sha256=jijLVNnVxOMWBMYfij-8-ZLz8m8A51cOn_U37Xqkg2Y,502
550
550
  cs_models/resources/Meeting/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
551
- cs_models/resources/Meeting/models.py,sha256=W3ID05okT1wZ44OLrIeKdr404FWV2FNOYBjKk4qszqg,877
552
- cs_models/resources/Meeting/schemas.py,sha256=qLC1lGH6__gHObxo0ZX-rAYg-rvEte2Fct0ELGBctbM,500
551
+ cs_models/resources/Meeting/models.py,sha256=9NpE8QWfFplAtW4-27x3rHoFPUd5CRI4Yobi2rdj45k,985
552
+ cs_models/resources/Meeting/schemas.py,sha256=qESpQcu347IqevcTxxKYcV9eS6y9nVQsV47hHAv4F0g,610
553
553
  cs_models/resources/MeetingBucket/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
554
554
  cs_models/resources/MeetingBucket/models.py,sha256=OfjmVYISxesbvtu4E2bltlpvzFZluds7arFwjxma3S8,600
555
555
  cs_models/resources/MeetingBucket/schemas.py,sha256=oZm2XHNaWEh-aoqPbsS405BGZoo06QGPtHNM6Jf-MkQ,312
@@ -1267,7 +1267,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1267
1267
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1268
1268
  cs_models/utils/utils.py,sha256=BzCDk3u1np7DoJQqCZIJN4f80JNHvJoWO4qEFgolN-8,4474
1269
1269
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1270
- cs_models-0.0.772.dist-info/METADATA,sha256=p-v6LUzujBBbawbBySbANlIufcrwtAXqnGdz8bU0nD0,751
1271
- cs_models-0.0.772.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1272
- cs_models-0.0.772.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1273
- cs_models-0.0.772.dist-info/RECORD,,
1270
+ cs_models-0.0.773.dist-info/METADATA,sha256=wWCVrDavoCJmxzXji7ebCy0cyG92HRezq3x8yXo-OAI,751
1271
+ cs_models-0.0.773.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1272
+ cs_models-0.0.773.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1273
+ cs_models-0.0.773.dist-info/RECORD,,