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.
- cs_models/resources/DealInvestor/models.py +1 -0
- cs_models/resources/DealInvestor/schemas.py +1 -0
- {cs_models-0.0.731.dist-info → cs_models-0.0.732.dist-info}/METADATA +1 -1
- {cs_models-0.0.731.dist-info → cs_models-0.0.732.dist-info}/RECORD +6 -6
- {cs_models-0.0.731.dist-info → cs_models-0.0.732.dist-info}/WHEEL +0 -0
- {cs_models-0.0.731.dist-info → cs_models-0.0.732.dist-info}/top_level.txt +0 -0
|
@@ -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()
|
|
@@ -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=
|
|
247
|
-
cs_models/resources/DealInvestor/schemas.py,sha256=
|
|
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.
|
|
1205
|
-
cs_models-0.0.
|
|
1206
|
-
cs_models-0.0.
|
|
1207
|
-
cs_models-0.0.
|
|
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,,
|
|
File without changes
|
|
File without changes
|