cs-models 0.0.643__py3-none-any.whl → 0.0.644__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/Digest/models.py +1 -0
- cs_models/resources/Digest/schemas.py +1 -0
- {cs_models-0.0.643.dist-info → cs_models-0.0.644.dist-info}/METADATA +1 -1
- {cs_models-0.0.643.dist-info → cs_models-0.0.644.dist-info}/RECORD +6 -6
- {cs_models-0.0.643.dist-info → cs_models-0.0.644.dist-info}/WHEEL +0 -0
- {cs_models-0.0.643.dist-info → cs_models-0.0.644.dist-info}/top_level.txt +0 -0
|
@@ -20,6 +20,7 @@ class DigestModel(Base):
|
|
|
20
20
|
ForeignKey('user_saved_searches.id'),
|
|
21
21
|
nullable=False,
|
|
22
22
|
)
|
|
23
|
+
user_id = Column(String(128), nullable=True, index=True)
|
|
23
24
|
type = Column(String(128), nullable=False)
|
|
24
25
|
description = Column(String(256), nullable=False)
|
|
25
26
|
created_at = Column(DateTime, nullable=True)
|
|
@@ -10,6 +10,7 @@ class DigestResourceSchema(Schema):
|
|
|
10
10
|
|
|
11
11
|
id = fields.Integer(dump_only=True)
|
|
12
12
|
saved_search_id = fields.Integer(required=True)
|
|
13
|
+
user_id = fields.String(allow_none=True)
|
|
13
14
|
type = fields.String(required=True)
|
|
14
15
|
description = fields.String(required=True)
|
|
15
16
|
created_at = fields.DateTime()
|
|
@@ -243,8 +243,8 @@ cs_models/resources/DesignationOutbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
243
243
|
cs_models/resources/DesignationOutbox/models.py,sha256=UpJZs_JQxVr7wxMLexO-yc8Hc26-btiXZnAAuLcmT9g,919
|
|
244
244
|
cs_models/resources/DesignationOutbox/schemas.py,sha256=qMvxAvy4dcUoB1-yhUAYtCAGGvJixTfviROjI91VcC0,493
|
|
245
245
|
cs_models/resources/Digest/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
246
|
-
cs_models/resources/Digest/models.py,sha256=
|
|
247
|
-
cs_models/resources/Digest/schemas.py,sha256=
|
|
246
|
+
cs_models/resources/Digest/models.py,sha256=YCYCiBNKqoOcgKqoCQIitREahNglY-jbG690QuLgwtg,908
|
|
247
|
+
cs_models/resources/Digest/schemas.py,sha256=mcNK2kyCSqxzbYbnFgZcNGe0OYKT4dxHUKanBGbyE_4,501
|
|
248
248
|
cs_models/resources/DigestNotification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
249
249
|
cs_models/resources/DigestNotification/models.py,sha256=9zNVi4Hsjl_ove6aReQivP7ocJy4dxr-SUoF9XI-X90,763
|
|
250
250
|
cs_models/resources/DigestNotification/schemas.py,sha256=n7jih5IiRGRwD8fQr5UfEHb0NRJuWp7HOBGXcHEWXEs,360
|
|
@@ -1057,7 +1057,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
1057
1057
|
cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
|
|
1058
1058
|
cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
|
|
1059
1059
|
cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
|
|
1060
|
-
cs_models-0.0.
|
|
1061
|
-
cs_models-0.0.
|
|
1062
|
-
cs_models-0.0.
|
|
1063
|
-
cs_models-0.0.
|
|
1060
|
+
cs_models-0.0.644.dist-info/METADATA,sha256=kS34kJINb_v1lpE6jbx9W8LkMRKgek_0JfQ4Mi2yj90,792
|
|
1061
|
+
cs_models-0.0.644.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
1062
|
+
cs_models-0.0.644.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
|
|
1063
|
+
cs_models-0.0.644.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|