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

@@ -19,6 +19,8 @@ class DealModel(Base):
19
19
  id = Column(Integer, primary_key=True)
20
20
  announcement_date = Column(DateTime, nullable=False, index=True)
21
21
  round = Column(String(50), nullable=True)
22
+ deal_type = Column(String(128), nullable=True)
23
+ price = Column(String(50), nullable=True)
22
24
  deal_value = Column(DECIMAL(13, 2), nullable=False)
23
25
  currency = Column(String(10), nullable=True)
24
26
  company_sec_id = Column(
@@ -15,6 +15,8 @@ class DealResourceSchema(Schema):
15
15
  announcement_date = fields.DateTime(required=True)
16
16
  deal_value = fields.Decimal()
17
17
  round = fields.String(allow_none=True)
18
+ deal_type = fields.String(allow_none=True)
19
+ price = fields.String(allow_none=True)
18
20
  currency = fields.String(allow_none=True)
19
21
  company_sec_id = fields.Integer(allow_none=True)
20
22
  company_ous_id = fields.Integer(allow_none=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.734
3
+ Version: 0.0.736
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -237,8 +237,8 @@ cs_models/resources/DOILink/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
237
237
  cs_models/resources/DOILink/models.py,sha256=RZdBb9lnNlhzk4U8nRlrauIvwIJ-G5TfJhvBTtvYqio,345
238
238
  cs_models/resources/DOILink/schemas.py,sha256=E3Oag9tyQ41iYiwfMjVB0_SOX7DgdxaJqps7UsQS3Xc,313
239
239
  cs_models/resources/Deal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
240
- cs_models/resources/Deal/models.py,sha256=dlJEmbAsW8xlOLUpAxabQ9EsGolcaURlsfaY9MvZ_yQ,1152
241
- cs_models/resources/Deal/schemas.py,sha256=8VfhLdJWyHjF0YaiqxMR5_lXlzyyM1xN6lILrFw5C8s,1624
240
+ cs_models/resources/Deal/models.py,sha256=jTnsmOCNZ-Vom-aCBvfmTkRilu6auh40FcltDPWsNKk,1249
241
+ cs_models/resources/Deal/schemas.py,sha256=RorA5uYDOc7oqOmwImPRz3MUx09ve6pyuADuJNsgnRQ,1714
242
242
  cs_models/resources/DealCondition/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
243
243
  cs_models/resources/DealCondition/models.py,sha256=-q6W-YKst8eFQsuB8E3s98_VIQWjSIqJFVEdtW_G28M,804
244
244
  cs_models/resources/DealCondition/schemas.py,sha256=m8ag-gkWjD6mX3Gbqp2yPQ21gxnEW3eFIUGzywuyFbA,399
@@ -1207,7 +1207,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1207
1207
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1208
1208
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1209
1209
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1210
- cs_models-0.0.734.dist-info/METADATA,sha256=nBVRKUjZLX_5gRNFJGADSQivTUWjd0-Cufu53jK5pwQ,792
1211
- cs_models-0.0.734.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1212
- cs_models-0.0.734.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1213
- cs_models-0.0.734.dist-info/RECORD,,
1210
+ cs_models-0.0.736.dist-info/METADATA,sha256=7d8khBd4MrI6BZMmFkUjra2AyC9Eb53fX0xJbHOmhE0,792
1211
+ cs_models-0.0.736.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1212
+ cs_models-0.0.736.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1213
+ cs_models-0.0.736.dist-info/RECORD,,