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

@@ -24,6 +24,7 @@ class SmartGridCellModel(Base):
24
24
  ForeignKey("assistant_user_queries.id"),
25
25
  nullable=True,
26
26
  )
27
+ reformulated_question = Column(String(Text), nullable=False)
27
28
  is_deleted = Column(Boolean, nullable=True)
28
29
  updated_at = Column(
29
30
  DateTime,
@@ -17,5 +17,6 @@ class SmartGridCellResourceSchema(Schema):
17
17
  AssistantUserQueryResourceSchema(),
18
18
  dump_only=True,
19
19
  )
20
+ reformulated_question = fields.String(allow_none=True)
20
21
  is_deleted = fields.Boolean(allow_none=True)
21
22
  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.696
3
+ Version: 0.0.697
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -873,8 +873,8 @@ cs_models/resources/SmartGrid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
873
873
  cs_models/resources/SmartGrid/models.py,sha256=eWcaU6Rri0toRJlqTr9I7iC_riCQjf8Tj965jNxzjvk,1012
874
874
  cs_models/resources/SmartGrid/schemas.py,sha256=ZuTTtAMZm_0RpFaRRM4sd7vW48uVcz9FTc2VD-vCnL4,663
875
875
  cs_models/resources/SmartGridCell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
876
- cs_models/resources/SmartGridCell/models.py,sha256=vPXX8YaVPMjq6IgGhgAy46EnmbFgGCaHlZfNEUd9hq4,1196
877
- cs_models/resources/SmartGridCell/schemas.py,sha256=l6kljC4vUd1IoTwezM8UEQWnPoaJru8MqqPKlfyPdNw,766
876
+ cs_models/resources/SmartGridCell/models.py,sha256=hDwK1ROOgKJX56gBw8rDVPlRYDiX-hH-vxbV0F1wkQs,1261
877
+ cs_models/resources/SmartGridCell/schemas.py,sha256=p0hE5ihGa7o2hzP4gJfBHi0yuhMimpuCUp_P2iJCaCE,825
878
878
  cs_models/resources/Stream/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
879
879
  cs_models/resources/Stream/models.py,sha256=wXb7yOjW82ZqmLhRcDhjLPk6_WJ5FGmvKpOcSvDMuBM,1884
880
880
  cs_models/resources/Stream/schemas.py,sha256=ZFsdEKINFGaSBUAcQQvilq5MKpYGliZseguQoc_opxk,3111
@@ -1147,7 +1147,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1147
1147
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1148
1148
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1149
1149
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1150
- cs_models-0.0.696.dist-info/METADATA,sha256=32ZqIEq5QyROSeKKqAcNxWfn7IPdWFzcwVUPc_TUaNw,792
1151
- cs_models-0.0.696.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1152
- cs_models-0.0.696.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1153
- cs_models-0.0.696.dist-info/RECORD,,
1150
+ cs_models-0.0.697.dist-info/METADATA,sha256=qboN_SUJ8DgznlDciGmzIE36VWxgRWbfs7DxQi95XcQ,792
1151
+ cs_models-0.0.697.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1152
+ cs_models-0.0.697.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1153
+ cs_models-0.0.697.dist-info/RECORD,,