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

@@ -32,6 +32,7 @@ class VAParameterValueModel(Base):
32
32
  u = Column(Integer, nullable=True)
33
33
  mdt = Column(DateTime, nullable=True)
34
34
  vt = Column(String(20), nullable=True)
35
+ dt = Column(String(5), nullable=True)
35
36
  b = Column(Integer, nullable=True)
36
37
  updated_at = Column(
37
38
  DateTime,
@@ -5,7 +5,7 @@ from marshmallow import (
5
5
  )
6
6
 
7
7
 
8
- class VAParameterResourceSchema(Schema):
8
+ class VAParameterValueResourceSchema(Schema):
9
9
  not_blank = validate.Length(min=1, error='Field cannot be blank')
10
10
 
11
11
  id = fields.Integer(dump_only=True)
@@ -22,5 +22,6 @@ class VAParameterResourceSchema(Schema):
22
22
  u = fields.Integer(allow_none=True)
23
23
  mdt = fields.DateTime(allow_none=True)
24
24
  vt = fields.String(allow_none=True)
25
+ dt = fields.String(allow_none=True)
25
26
  b = fields.Integer(allow_none=True)
26
27
  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.726
3
+ Version: 0.0.728
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -1047,8 +1047,8 @@ cs_models/resources/VAParameter/schemas.py,sha256=OqTuHbXhoRwqFCuxn_PrZ11EtYtJAT
1047
1047
  cs_models/resources/VAParameterCondition/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1048
1048
  cs_models/resources/VAParameterIntervention/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1049
1049
  cs_models/resources/VAParameterValue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1050
- cs_models/resources/VAParameterValue/models.py,sha256=d-aYUd_BH01VmvBhB-zXxrmuItzmcLUySLQJMgxLqYE,1122
1051
- cs_models/resources/VAParameterValue/schemas.py,sha256=TEiwhnRh9eCKQXIhvh7Q24Sh1PfDk6JlSi3qAQi72Nk,848
1050
+ cs_models/resources/VAParameterValue/models.py,sha256=jnBN1wVgjf2zf5COPkZMEGGP05RloZoEqGzK8oTmm_4,1164
1051
+ cs_models/resources/VAParameterValue/schemas.py,sha256=van6N-TsxM2jtDQvILmXVR_DRdpUU2JPQ_IxpNp-_Dk,893
1052
1052
  cs_models/resources/ViewConditionByTA/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1053
1053
  cs_models/resources/ViewConditionByTA/models.py,sha256=CieIW5mvmvok4dbglxd-ijMVI7gx-6C057CViSjuWoQ,764
1054
1054
  cs_models/resources/ViewConditionByTA/schemas.py,sha256=Y0hoMeysHulflnPUchmDP0NDsSTKtIZH-UXRvp2fIRw,441
@@ -1191,7 +1191,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1191
1191
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1192
1192
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1193
1193
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1194
- cs_models-0.0.726.dist-info/METADATA,sha256=ryD2LLgtayxFpFXhf2zo5-RIqN-blypJG-It62yeIjc,792
1195
- cs_models-0.0.726.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1196
- cs_models-0.0.726.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1197
- cs_models-0.0.726.dist-info/RECORD,,
1194
+ cs_models-0.0.728.dist-info/METADATA,sha256=eRF6zvXlUi8dm9xJi-i97a28A4CfF5Iv_ercAe9fUAQ,792
1195
+ cs_models-0.0.728.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1196
+ cs_models-0.0.728.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1197
+ cs_models-0.0.728.dist-info/RECORD,,