cs-models 0.0.663__py3-none-any.whl → 0.0.665__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/CompanyReview/models.py +2 -0
- cs_models/resources/CompanyReview/schemas.py +2 -0
- {cs_models-0.0.663.dist-info → cs_models-0.0.665.dist-info}/METADATA +1 -1
- {cs_models-0.0.663.dist-info → cs_models-0.0.665.dist-info}/RECORD +6 -6
- {cs_models-0.0.663.dist-info → cs_models-0.0.665.dist-info}/WHEEL +0 -0
- {cs_models-0.0.663.dist-info → cs_models-0.0.665.dist-info}/top_level.txt +0 -0
|
@@ -34,6 +34,8 @@ class CompanyReviewModel(Base):
|
|
|
34
34
|
)
|
|
35
35
|
reviewed = Column(Boolean, nullable=True)
|
|
36
36
|
historical = Column(Boolean, nullable=True)
|
|
37
|
+
approval = Column(Boolean, nullable=True)
|
|
38
|
+
to_qc = Column(Boolean, nullable=True)
|
|
37
39
|
updated_at = Column(
|
|
38
40
|
DateTime,
|
|
39
41
|
nullable=False,
|
|
@@ -15,4 +15,6 @@ class CompanyReviewResourceSchema(Schema):
|
|
|
15
15
|
news_id = fields.Integer(allow_none=False)
|
|
16
16
|
reviewed = fields.Boolean(allow_none=True)
|
|
17
17
|
historical = fields.Boolean(allow_none=True)
|
|
18
|
+
approval = fields.Boolean(allow_none=True)
|
|
19
|
+
to_qc = fields.Boolean(allow_none=True)
|
|
18
20
|
updated_at = fields.DateTime(dump_only=True)
|
|
@@ -147,8 +147,8 @@ cs_models/resources/CompanyOutbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
|
147
147
|
cs_models/resources/CompanyOutbox/models.py,sha256=4FOYT2QUsSEX4sOVZ7UlFBzGuoE5THoa7PfFy2auJz8,1255
|
|
148
148
|
cs_models/resources/CompanyOutbox/schemas.py,sha256=XmCj5tuy1Ie8F_X1w4nbun5KDx-Vr0EQjZhcHG2PpmA,739
|
|
149
149
|
cs_models/resources/CompanyReview/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
150
|
-
cs_models/resources/CompanyReview/models.py,sha256=
|
|
151
|
-
cs_models/resources/CompanyReview/schemas.py,sha256=
|
|
150
|
+
cs_models/resources/CompanyReview/models.py,sha256=qfeyDGuao2FnO5d4PfyZlYeDVoBebzjYm44qzG6ACH8,993
|
|
151
|
+
cs_models/resources/CompanyReview/schemas.py,sha256=d4dYsmzlWML8wlY9vbp-cWmMUr_owb7_lE--u0pLMPg,657
|
|
152
152
|
cs_models/resources/CompanySEC/__init__.py,sha256=FIhdhWllhL_qxTFTtmic_J7eK9qtHh0t3sfygA7NlPc,2890
|
|
153
153
|
cs_models/resources/CompanySEC/models.py,sha256=Hy6MHVGYRRWfKWtU3CzQ7_mCTh48a6ADMsaR7ZYwo18,1338
|
|
154
154
|
cs_models/resources/CompanySEC/schemas.py,sha256=vtoyvXfVnC17LUivrCSrN4icX7sm5oyQAPCwuKlHC0A,1770
|
|
@@ -1093,7 +1093,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
1093
1093
|
cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
|
|
1094
1094
|
cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
|
|
1095
1095
|
cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
|
|
1096
|
-
cs_models-0.0.
|
|
1097
|
-
cs_models-0.0.
|
|
1098
|
-
cs_models-0.0.
|
|
1099
|
-
cs_models-0.0.
|
|
1096
|
+
cs_models-0.0.665.dist-info/METADATA,sha256=W0pIqSFDWMdtJiKZExlYyIlN_N9ysdDbjG_D1fa6nm4,792
|
|
1097
|
+
cs_models-0.0.665.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
1098
|
+
cs_models-0.0.665.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
|
|
1099
|
+
cs_models-0.0.665.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|