cs-models 0.0.771__py3-none-any.whl → 0.0.772__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/OtherManager213F/models.py +2 -1
- cs_models/resources/OtherManager213F/schemas.py +1 -0
- {cs_models-0.0.771.dist-info → cs_models-0.0.772.dist-info}/METADATA +1 -1
- {cs_models-0.0.771.dist-info → cs_models-0.0.772.dist-info}/RECORD +6 -6
- {cs_models-0.0.771.dist-info → cs_models-0.0.772.dist-info}/WHEEL +0 -0
- {cs_models-0.0.771.dist-info → cs_models-0.0.772.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,8 @@ from ...database import Base
|
|
|
5
5
|
class Othermanager213FModel(Base):
|
|
6
6
|
__tablename__ = '13fothermanager2'
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
id = Column(Integer, primary_key=True)
|
|
9
|
+
ACCESSION_NUMBER = Column(String(25), index=True)
|
|
9
10
|
SEQUENCENUMBER = Column(Integer, nullable=False)
|
|
10
11
|
CIK = Column(String(10))
|
|
11
12
|
FORM13FFILENUMBER = Column(String(17))
|
|
@@ -747,8 +747,8 @@ cs_models/resources/OtherManager13F/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQ
|
|
|
747
747
|
cs_models/resources/OtherManager13F/models.py,sha256=tVW8rcK1UNuc2e8PwDmHxzDvob9lHDhl3YFtn0EP73c,544
|
|
748
748
|
cs_models/resources/OtherManager13F/schemas.py,sha256=uFfhZ_vlntCeZgTy948nlayDus5LZqPuHEtgSqcwH7Q,398
|
|
749
749
|
cs_models/resources/OtherManager213F/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
750
|
-
cs_models/resources/OtherManager213F/models.py,sha256=
|
|
751
|
-
cs_models/resources/OtherManager213F/schemas.py,sha256=
|
|
750
|
+
cs_models/resources/OtherManager213F/models.py,sha256=0pIwHaICqptKMzhAkVPgoK6ZltL736jj56DSiDY8q3U,501
|
|
751
|
+
cs_models/resources/OtherManager213F/schemas.py,sha256=3eR-UgKe9Q9LW8yD6DLHuUO-_GFuu2HO7M9c002zj6E,438
|
|
752
752
|
cs_models/resources/PTAB2Decision/__init__.py,sha256=ypyxd9cWlb0Ikt_vCZUxym_ZEF-rqxP5b7RKmF-RgWs,4988
|
|
753
753
|
cs_models/resources/PTAB2Decision/models.py,sha256=JNc8Ub7B0c_gQW-iYho4o64Q77hetu9yr2jBDaLy2xQ,1909
|
|
754
754
|
cs_models/resources/PTAB2Decision/schemas.py,sha256=UNNE2PuK2l-onqHkx0pN8AlY2sSWcueWxVunz3wr4sg,5093
|
|
@@ -1267,7 +1267,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
1267
1267
|
cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
|
|
1268
1268
|
cs_models/utils/utils.py,sha256=BzCDk3u1np7DoJQqCZIJN4f80JNHvJoWO4qEFgolN-8,4474
|
|
1269
1269
|
cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
|
|
1270
|
-
cs_models-0.0.
|
|
1271
|
-
cs_models-0.0.
|
|
1272
|
-
cs_models-0.0.
|
|
1273
|
-
cs_models-0.0.
|
|
1270
|
+
cs_models-0.0.772.dist-info/METADATA,sha256=p-v6LUzujBBbawbBySbANlIufcrwtAXqnGdz8bU0nD0,751
|
|
1271
|
+
cs_models-0.0.772.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
1272
|
+
cs_models-0.0.772.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
|
|
1273
|
+
cs_models-0.0.772.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|