cs-models 0.0.777__py3-none-any.whl → 0.0.778__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/SalesTable/models.py +2 -0
- cs_models/resources/SalesTable/schemas.py +2 -0
- {cs_models-0.0.777.dist-info → cs_models-0.0.778.dist-info}/METADATA +1 -1
- {cs_models-0.0.777.dist-info → cs_models-0.0.778.dist-info}/RECORD +6 -6
- {cs_models-0.0.777.dist-info → cs_models-0.0.778.dist-info}/WHEEL +0 -0
- {cs_models-0.0.777.dist-info → cs_models-0.0.778.dist-info}/top_level.txt +0 -0
|
@@ -18,6 +18,8 @@ class SalesTableModel(Base):
|
|
|
18
18
|
|
|
19
19
|
id = Column(Integer, primary_key=True)
|
|
20
20
|
sec_accession_number = Column(String(128), nullable=False, index=True)
|
|
21
|
+
sec_cik = Column(String(128), nullable=False)
|
|
22
|
+
sec_file_name = Column(String(128), nullable=False)
|
|
21
23
|
table_number = Column(Integer, nullable=False)
|
|
22
24
|
table_preceding_info = Column(Text, nullable=True)
|
|
23
25
|
table_html = Column(Text, nullable=True)
|
|
@@ -10,6 +10,8 @@ class SalesTableResourceSchema(Schema):
|
|
|
10
10
|
|
|
11
11
|
id = fields.Integer(dump_only=True)
|
|
12
12
|
sec_accession_number = fields.String(required=True)
|
|
13
|
+
sec_cik = fields.String(required=True)
|
|
14
|
+
sec_file_name = fields.String(required=True)
|
|
13
15
|
table_number = fields.Integer(required=True)
|
|
14
16
|
table_html = fields.String(required=True)
|
|
15
17
|
table_preceding_info = fields.String(required=True)
|
|
@@ -927,8 +927,8 @@ cs_models/resources/SalesProductsMap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeu
|
|
|
927
927
|
cs_models/resources/SalesProductsMap/models.py,sha256=kObHYA2q2wNY8QTqZd0mP5nSdFGoqnXRwlzOSSjvdK8,858
|
|
928
928
|
cs_models/resources/SalesProductsMap/schemas.py,sha256=zocpRe3by4_wUKwy-Cp2I190-scyG9wbgjZs37Je728,401
|
|
929
929
|
cs_models/resources/SalesTable/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
930
|
-
cs_models/resources/SalesTable/models.py,sha256=
|
|
931
|
-
cs_models/resources/SalesTable/schemas.py,sha256=
|
|
930
|
+
cs_models/resources/SalesTable/models.py,sha256=vbfat9m5ONUspDugrZeM8dSgdXaDL94f6AKLsHKThBQ,975
|
|
931
|
+
cs_models/resources/SalesTable/schemas.py,sha256=KC4PW1qYo53S_qYnwEGXyfXFs7ASeRJVAWYv6NVvohU,643
|
|
932
932
|
cs_models/resources/ScratchpadTable/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
933
933
|
cs_models/resources/ScratchpadTable/models.py,sha256=JGjzIMa-IaVDCk512G8nX3QgmfcvbQwCR91F6ykNA74,888
|
|
934
934
|
cs_models/resources/ScratchpadTable/schemas.py,sha256=pQPf6xpsg0ZKDM9xwesvrpdq8HwpvXXzWpEPvxw8BBU,505
|
|
@@ -1273,7 +1273,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
1273
1273
|
cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
|
|
1274
1274
|
cs_models/utils/utils.py,sha256=BzCDk3u1np7DoJQqCZIJN4f80JNHvJoWO4qEFgolN-8,4474
|
|
1275
1275
|
cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
|
|
1276
|
-
cs_models-0.0.
|
|
1277
|
-
cs_models-0.0.
|
|
1278
|
-
cs_models-0.0.
|
|
1279
|
-
cs_models-0.0.
|
|
1276
|
+
cs_models-0.0.778.dist-info/METADATA,sha256=BCJkvyTD_KDH2fHuKdy9HrijaPL_giEGrTNTyFhL6b4,751
|
|
1277
|
+
cs_models-0.0.778.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
1278
|
+
cs_models-0.0.778.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
|
|
1279
|
+
cs_models-0.0.778.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|