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

@@ -1,5 +1,6 @@
1
1
  """Marshmallow Schema for AssistantCommand."""
2
2
  from marshmallow import Schema, fields
3
+ from ..AssistantUserQuery.schemas import AssistantUserQueryResourceSchema
3
4
 
4
5
 
5
6
  class SmartGridCellResourceSchema(Schema):
@@ -12,5 +13,9 @@ class SmartGridCellResourceSchema(Schema):
12
13
  type = fields.String(required=True)
13
14
  data = fields.String(allow_none=True)
14
15
  user_query_id = fields.Integer(allow_none=True)
16
+ user_query = fields.Nested(
17
+ AssistantUserQueryResourceSchema(),
18
+ dump_only=True,
19
+ )
15
20
  is_deleted = fields.Boolean(allow_none=True)
16
21
  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.683
3
+ Version: 0.0.684
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -871,7 +871,7 @@ cs_models/resources/SearchLink/models.py,sha256=l1tPCSKHK7Wq1OUWFH72NYncEt6Q3bR0
871
871
  cs_models/resources/SearchLink/schemas.py,sha256=A8Y6LRgw7MHs9bihf0gZPfqp6KDm0Z8k6PJSL9WVxsc,448
872
872
  cs_models/resources/SmartGridCell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
873
873
  cs_models/resources/SmartGridCell/models.py,sha256=uFugY1RrzA7xl96YW_5DX3e6OH2s4A8UUd0AkSeI7oY,1367
874
- cs_models/resources/SmartGridCell/schemas.py,sha256=6bjs1Zy2TzQZzwCd6SVgreXef3iel5k9x_v4eGzBByQ,581
874
+ cs_models/resources/SmartGridCell/schemas.py,sha256=o7h-dzp2447Vxq_ioxz75Up6W84kZxbxo2oSoXfkOGQ,761
875
875
  cs_models/resources/Stream/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
876
876
  cs_models/resources/Stream/models.py,sha256=wXb7yOjW82ZqmLhRcDhjLPk6_WJ5FGmvKpOcSvDMuBM,1884
877
877
  cs_models/resources/Stream/schemas.py,sha256=ZFsdEKINFGaSBUAcQQvilq5MKpYGliZseguQoc_opxk,3111
@@ -1141,7 +1141,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1141
1141
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1142
1142
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1143
1143
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1144
- cs_models-0.0.683.dist-info/METADATA,sha256=Vhnswq6AzPfR92ZnH1kY1qY-1MG8dIWh_hUvWoxPbaU,792
1145
- cs_models-0.0.683.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1146
- cs_models-0.0.683.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1147
- cs_models-0.0.683.dist-info/RECORD,,
1144
+ cs_models-0.0.684.dist-info/METADATA,sha256=5LBoZ_4ATNTHOCHnAkpeMbizJW5tMArSp4kCQ-XPh5I,792
1145
+ cs_models-0.0.684.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1146
+ cs_models-0.0.684.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1147
+ cs_models-0.0.684.dist-info/RECORD,,