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

@@ -22,6 +22,7 @@ class AssistantCommandTypeEnum(enum.Enum):
22
22
  DEAL_LIST = "DEAL_LIST"
23
23
  LIST = "LIST"
24
24
  SMART_GRID = "SMART_GRID"
25
+ DYNAMIC_TABLE = "DYNAMIC_TABLE"
25
26
 
26
27
 
27
28
  class AssistantCommandStatusEnum(enum.Enum):
@@ -15,7 +15,7 @@ class SmartGridModel(Base):
15
15
  workbook_id = Column(
16
16
  Integer,
17
17
  ForeignKey('workbooks.id'),
18
- nullable=False,
18
+ nullable=True,
19
19
  )
20
20
  table_info = Column(Text, nullable=True)
21
21
  is_deleted = Column(Boolean, nullable=True)
@@ -7,7 +7,7 @@ class SmartGridResourceSchema(Schema):
7
7
 
8
8
  id = fields.Integer(dump_only=True)
9
9
  user_id = fields.String(required=True, validate=not_blank)
10
- workbook_id = fields.Integer(required=True)
10
+ workbook_id = fields.Integer(allow_none=True)
11
11
  table_info = fields.String(allow_none=True)
12
12
  is_deleted = fields.Boolean(allow_none=True)
13
13
  cells = fields.Nested(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.740
3
+ Version: 0.0.742
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -27,7 +27,7 @@ cs_models/resources/Assignee/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
27
27
  cs_models/resources/Assignee/models.py,sha256=_f0_UwzF1gbOlU0t0l-9UIi0E4vaIS5VsHeOxc698SE,617
28
28
  cs_models/resources/Assignee/schemas.py,sha256=N4_upICR1Cd_B45LHpOly7FEwWhAB1fXUP4y60OiezE,269
29
29
  cs_models/resources/AssistantCommand/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- cs_models/resources/AssistantCommand/models.py,sha256=1bCKJx54DBVk6q_YLhZ1FlxoZ9bwsgKFZ32FXU_wl0A,2259
30
+ cs_models/resources/AssistantCommand/models.py,sha256=0lGTXyQ-Bz_CA9HiOojor5HgaySaVNGUV4Sw81SqWz4,2295
31
31
  cs_models/resources/AssistantCommand/schemas.py,sha256=miJ9NXIKYK4p0Oke5N3kEVuFI8uUZwGLVKb0UWcNlEw,3789
32
32
  cs_models/resources/AssistantCommandArtifact/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  cs_models/resources/AssistantCommandArtifact/models.py,sha256=SxSjZA_y2SGzXv7YW-19-rCTzRBcUiPf5JzMK1B-xRg,808
@@ -903,8 +903,8 @@ cs_models/resources/SearchLink/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
903
903
  cs_models/resources/SearchLink/models.py,sha256=l1tPCSKHK7Wq1OUWFH72NYncEt6Q3bR0P6ii7YKoxCM,729
904
904
  cs_models/resources/SearchLink/schemas.py,sha256=A8Y6LRgw7MHs9bihf0gZPfqp6KDm0Z8k6PJSL9WVxsc,448
905
905
  cs_models/resources/SmartGrid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
906
- cs_models/resources/SmartGrid/models.py,sha256=eWcaU6Rri0toRJlqTr9I7iC_riCQjf8Tj965jNxzjvk,1012
907
- cs_models/resources/SmartGrid/schemas.py,sha256=ZuTTtAMZm_0RpFaRRM4sd7vW48uVcz9FTc2VD-vCnL4,663
906
+ cs_models/resources/SmartGrid/models.py,sha256=9weIkYbh-Y-My5vjjUP-N-ziSNV-AWww1UUltK8EIy0,1011
907
+ cs_models/resources/SmartGrid/schemas.py,sha256=v5iG5dsEDnRp8P3UKba7uN39ZD_hqPvfLWyX1ltKKjM,665
908
908
  cs_models/resources/SmartGridCell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
909
909
  cs_models/resources/SmartGridCell/models.py,sha256=hDwK1ROOgKJX56gBw8rDVPlRYDiX-hH-vxbV0F1wkQs,1261
910
910
  cs_models/resources/SmartGridCell/schemas.py,sha256=p0hE5ihGa7o2hzP4gJfBHi0yuhMimpuCUp_P2iJCaCE,825
@@ -1219,7 +1219,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1219
1219
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1220
1220
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1221
1221
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1222
- cs_models-0.0.740.dist-info/METADATA,sha256=W9bp7txsnH-OF53Y21fMyZLUu3kRDHjqyZIbOnpdWuI,792
1223
- cs_models-0.0.740.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1224
- cs_models-0.0.740.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1225
- cs_models-0.0.740.dist-info/RECORD,,
1222
+ cs_models-0.0.742.dist-info/METADATA,sha256=-IkiIwUTUowunyW_TnLigBGOyxO2sPNE1aPZ8HuA1-0,792
1223
+ cs_models-0.0.742.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1224
+ cs_models-0.0.742.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1225
+ cs_models-0.0.742.dist-info/RECORD,,