cs-models 0.0.701__py3-none-any.whl → 0.0.702__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/SalesEstimate/models.py +2 -2
- {cs_models-0.0.701.dist-info → cs_models-0.0.702.dist-info}/METADATA +1 -1
- {cs_models-0.0.701.dist-info → cs_models-0.0.702.dist-info}/RECORD +5 -5
- {cs_models-0.0.701.dist-info → cs_models-0.0.702.dist-info}/WHEEL +0 -0
- {cs_models-0.0.701.dist-info → cs_models-0.0.702.dist-info}/top_level.txt +0 -0
|
@@ -19,8 +19,8 @@ class SalesEstimateModel(Base):
|
|
|
19
19
|
fiscal_year = Column(Integer, nullable=True)
|
|
20
20
|
request_id = Column(String(20), nullable=True)
|
|
21
21
|
metric = Column(String(50), nullable=True)
|
|
22
|
-
drug_name = Column(String(128), nullable=False, index=True)
|
|
23
|
-
company_name = Column(String(128), nullable=True, index=True)
|
|
22
|
+
drug_name = Column(String(128), nullable=False, index=True)
|
|
23
|
+
company_name = Column(String(128), nullable=True, index=True)
|
|
24
24
|
currency = Column(String(20), nullable=True)
|
|
25
25
|
fiscal_end_date = Column(DateTime, nullable=True)
|
|
26
26
|
estimate_date = Column(DateTime, nullable=True)
|
|
@@ -861,7 +861,7 @@ cs_models/resources/Sales/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
|
861
861
|
cs_models/resources/Sales/models.py,sha256=gJeTtpVVKo3OKb5fYRuxdLorPrXV7RJh4b0-YFIywDg,954
|
|
862
862
|
cs_models/resources/Sales/schemas.py,sha256=GTA2CNBOxn65mUornpk2eGM4exkPm7W7zO1ZJ4yiLW8,559
|
|
863
863
|
cs_models/resources/SalesEstimate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
864
|
-
cs_models/resources/SalesEstimate/models.py,sha256=
|
|
864
|
+
cs_models/resources/SalesEstimate/models.py,sha256=VhnOh0qDzsIk286FVPhfiXsjEH_C1Vxl1Ff_vqXWW6Q,1270
|
|
865
865
|
cs_models/resources/SalesEstimate/schemas.py,sha256=T-he-qQw7mAfbCfoYWG08YhHAofaCSuPp8fdkSaIA1I,913
|
|
866
866
|
cs_models/resources/SalesEstimateCompany/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
867
867
|
cs_models/resources/SalesEstimateCompany/models.py,sha256=wnbMVuQKVv08B-_VOgGtqHgToTbmfTCjdUxPW0Nkcuo,940
|
|
@@ -1162,7 +1162,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
1162
1162
|
cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
|
|
1163
1163
|
cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
|
|
1164
1164
|
cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
|
|
1165
|
-
cs_models-0.0.
|
|
1166
|
-
cs_models-0.0.
|
|
1167
|
-
cs_models-0.0.
|
|
1168
|
-
cs_models-0.0.
|
|
1165
|
+
cs_models-0.0.702.dist-info/METADATA,sha256=jDz6VBh0c8nk0nNteKgDaugeFN-uvoi0rBlxUWaOy3Q,792
|
|
1166
|
+
cs_models-0.0.702.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
1167
|
+
cs_models-0.0.702.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
|
|
1168
|
+
cs_models-0.0.702.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|