cs-models 0.0.740__py3-none-any.whl → 0.0.741__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.
- cs_models/resources/SmartGrid/models.py +1 -1
- cs_models/resources/SmartGrid/schemas.py +1 -1
- {cs_models-0.0.740.dist-info → cs_models-0.0.741.dist-info}/METADATA +1 -1
- {cs_models-0.0.740.dist-info → cs_models-0.0.741.dist-info}/RECORD +6 -6
- {cs_models-0.0.740.dist-info → cs_models-0.0.741.dist-info}/WHEEL +0 -0
- {cs_models-0.0.740.dist-info → cs_models-0.0.741.dist-info}/top_level.txt +0 -0
|
@@ -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(
|
|
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(
|
|
@@ -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=
|
|
907
|
-
cs_models/resources/SmartGrid/schemas.py,sha256=
|
|
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.
|
|
1223
|
-
cs_models-0.0.
|
|
1224
|
-
cs_models-0.0.
|
|
1225
|
-
cs_models-0.0.
|
|
1222
|
+
cs_models-0.0.741.dist-info/METADATA,sha256=gWHy2Dx2WKLBJDKaqyLv3eBLG-cl5S9dNBh3HvmVIxU,792
|
|
1223
|
+
cs_models-0.0.741.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
1224
|
+
cs_models-0.0.741.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
|
|
1225
|
+
cs_models-0.0.741.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|