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

@@ -28,6 +28,7 @@ class FDAMeetingFilingModel(Base):
28
28
  )
29
29
  date = Column(DateTime, nullable=True)
30
30
  title = Column(String(255), nullable=True)
31
+ page_count = Column(Integer, nullable=True)
31
32
  old_type = Column(String(255), nullable=True)
32
33
  type = Column(String(255), nullable=True)
33
34
  type_score = Column(Float, nullable=True)
@@ -13,6 +13,7 @@ class FDAMeetingFilingResourceSchema(Schema):
13
13
  file_id = fields.Integer(required=True)
14
14
  date = fields.DateTime(allow_none=True)
15
15
  title = fields.String(allow_none=True)
16
+ page_count = fields.Integer(allow_none=True)
16
17
  type = fields.String(allow_none=True)
17
18
  old_type = fields.String(allow_none=True)
18
19
  type_score = fields.Float(allow_none=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.742
3
+ Version: 0.0.743
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -335,8 +335,8 @@ cs_models/resources/FDAMeeting/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
335
335
  cs_models/resources/FDAMeeting/models.py,sha256=j8FPxohNkt5R_iDVrk_4zh_Zn1KPk3U6yXK2uBf12B0,881
336
336
  cs_models/resources/FDAMeeting/schemas.py,sha256=p7XzbhnWthFhYt2vuNBCcUs9frL3lYQern7fITQpA5A,596
337
337
  cs_models/resources/FDAMeetingFiling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
338
- cs_models/resources/FDAMeetingFiling/models.py,sha256=oAuF9l_KCWk2oHqsml-4LOfJRQ9WCyzfC8py9VQPlZ0,1219
339
- cs_models/resources/FDAMeetingFiling/schemas.py,sha256=zhFX_oSIkB71Pr3_cQzkMTBBCpNklcz_H1gUvESjXpA,788
338
+ cs_models/resources/FDAMeetingFiling/models.py,sha256=XJoWILTBD9ftjZXwj9kGgD4aQHSZSoEl7OPvzh-w5io,1267
339
+ cs_models/resources/FDAMeetingFiling/schemas.py,sha256=ztp74-soTk7Rkgi03HUnc2hJ9BoWOOIic_08fT3JqkM,837
340
340
  cs_models/resources/FDAMeetingFilingCondition/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
341
341
  cs_models/resources/FDAMeetingFilingCondition/models.py,sha256=pvVcjLtBKMp-JPEOl7P4LRynsD67UADgld3E8IsmKjU,1026
342
342
  cs_models/resources/FDAMeetingFilingCondition/schemas.py,sha256=Xu7S5ECZuOnAuoVFpR264RhQvhRCJKa7KhntoWBLmY4,559
@@ -1219,7 +1219,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1219
1219
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1220
1220
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1221
1221
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1222
- cs_models-0.0.742.dist-info/METADATA,sha256=-IkiIwUTUowunyW_TnLigBGOyxO2sPNE1aPZ8HuA1-0,792
1223
- cs_models-0.0.742.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1224
- cs_models-0.0.742.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1225
- cs_models-0.0.742.dist-info/RECORD,,
1222
+ cs_models-0.0.743.dist-info/METADATA,sha256=4dzcBkOvwZg9I2DOvfodbxQLDZJu4OM7t2hPZT4vhuw,792
1223
+ cs_models-0.0.743.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1224
+ cs_models-0.0.743.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1225
+ cs_models-0.0.743.dist-info/RECORD,,