cs-models 0.0.731__py3-none-any.whl → 0.0.732__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,7 @@ class DealInvestorModel(Base):
25
25
  ForeignKey('investors.id'),
26
26
  nullable=False,
27
27
  )
28
+ lead = Column(Boolean, nullable=True)
28
29
  is_deleted = Column(Boolean, nullable=True)
29
30
  updated_at = Column(
30
31
  DateTime,
@@ -11,5 +11,6 @@ class DealInvestorResourceSchema(Schema):
11
11
  id = fields.Integer(dump_only=True)
12
12
  deal_id = fields.Integer(required=True)
13
13
  investor_id = fields.Integer(required=True)
14
+ lead = fields.Boolean(allow_none=True)
14
15
  is_deleted = fields.Boolean(allow_none=True)
15
16
  updated_at = fields.DateTime()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.731
3
+ Version: 0.0.732
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -243,8 +243,8 @@ cs_models/resources/DealCondition/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
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
245
245
  cs_models/resources/DealInvestor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
246
- cs_models/resources/DealInvestor/models.py,sha256=3sUkMsSnJkq1sPtgLrfiRLLWPDYEk7JnQM-YR-cRf7A,800
247
- cs_models/resources/DealInvestor/schemas.py,sha256=hThlFr7Hg2X6VEjK53SZrQ5NMV5gJInj5IuUkawlRsE,397
246
+ cs_models/resources/DealInvestor/models.py,sha256=9nq0uvnYWG0LQN1Cfm5bJNY6AhtI4d2GdessRAnIQMg,842
247
+ cs_models/resources/DealInvestor/schemas.py,sha256=QAl7cM_lGSxjJK4Zyof8yLfXqIUfuXmFjg8p9TWuKAc,440
248
248
  cs_models/resources/DealOutbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
249
249
  cs_models/resources/DealOutbox/models.py,sha256=jf1Vh5NGKO94X-0GVDrsWCjTeYg6Wu9HCDuIH-IECyA,1297
250
250
  cs_models/resources/DealOutbox/schemas.py,sha256=-5EPiWngMfq_igX2u6-Zn8XRhq4PI-4zAPAKAIN_Vdw,1118
@@ -1201,7 +1201,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1201
1201
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1202
1202
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1203
1203
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1204
- cs_models-0.0.731.dist-info/METADATA,sha256=nwdtmJXcErp-ndUGafHUPMd8HUlLQ_qIIWcS0pUM5fE,792
1205
- cs_models-0.0.731.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1206
- cs_models-0.0.731.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1207
- cs_models-0.0.731.dist-info/RECORD,,
1204
+ cs_models-0.0.732.dist-info/METADATA,sha256=H7W92sLIkSqxI-j0OqFAqqbjiyVUA7iefIsgpW7h4uc,792
1205
+ cs_models-0.0.732.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1206
+ cs_models-0.0.732.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1207
+ cs_models-0.0.732.dist-info/RECORD,,