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

@@ -4,6 +4,7 @@ from sqlalchemy import (
4
4
  String,
5
5
  DateTime,
6
6
  Text,
7
+ Boolean,
7
8
  )
8
9
  from datetime import datetime
9
10
 
@@ -26,6 +27,7 @@ class VAParameterModel(Base):
26
27
  scid = Column(Integer, nullable=True)
27
28
  so = Column(Integer, nullable=True)
28
29
  llm_output = Column(Text, nullable=True)
30
+ needs_review = Column(Boolean, nullable=True)
29
31
  updated_at = Column(
30
32
  DateTime,
31
33
  nullable=False,
@@ -21,4 +21,5 @@ class VAParameterResourceSchema(Schema):
21
21
  scid = fields.Integer(allow_none=True)
22
22
  so = fields.Integer(allow_none=True)
23
23
  llm_output = fields.String(allow_none=True)
24
+ needs_review = fields.Boolean(allow_none=True)
24
25
  updated_at = fields.DateTime(dump_only=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.733
3
+ Version: 0.0.734
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -1048,8 +1048,8 @@ cs_models/resources/VACompanyMap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
1048
1048
  cs_models/resources/VACompanyMap/models.py,sha256=5CQ-tXrG7OKPBIaBUICykTeeRzXJFP4Pg9TVRK8uzqs,750
1049
1049
  cs_models/resources/VACompanyMap/schemas.py,sha256=d1UPxtu6L-scc7HucwOf_6JcQ7G1-8NlfTu8eHzZMd4,1124
1050
1050
  cs_models/resources/VAParameter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1051
- cs_models/resources/VAParameter/models.py,sha256=R2A4jsBKuev6VLcxniTcwc0urEs3b-Lx-XGTreXDoyM,956
1052
- cs_models/resources/VAParameter/schemas.py,sha256=NNEzDQbS7pwL5KjL_kXKCO3lqExu6nMERyPe_gltkys,776
1051
+ cs_models/resources/VAParameter/models.py,sha256=nbwXEWbwQTb6sZOgrJmrdvWXtfJSwBbnDDNKXlcMgtg,1019
1052
+ cs_models/resources/VAParameter/schemas.py,sha256=ALeooGYwotzvEjrjIEGfJ9yh-iTylgy_iISztZE4cRE,827
1053
1053
  cs_models/resources/VAParameterCondition/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1054
1054
  cs_models/resources/VAParameterCondition/models.py,sha256=kkF6fiebAQsClvwALO4WENBRfRkuN1Y36lJaRGD1YOY,953
1055
1055
  cs_models/resources/VAParameterCondition/schemas.py,sha256=zq1vaQM2WApJlQs6MzxNa54NG8kf0eQSMw6pzH6z5sk,497
@@ -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.733.dist-info/METADATA,sha256=gKEbOcl4Nfwmcoa9fD9B9ApkjhNyF4B_Xrf6WMYVS4Y,792
1211
- cs_models-0.0.733.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1212
- cs_models-0.0.733.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1213
- cs_models-0.0.733.dist-info/RECORD,,
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,,