documente_shared 0.1.120__py3-none-any.whl → 0.1.121__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 documente_shared might be problematic. Click here for more details.
- documente_shared/domain/entities/processing_case.py +3 -3
- {documente_shared-0.1.120.dist-info → documente_shared-0.1.121.dist-info}/METADATA +1 -1
- {documente_shared-0.1.120.dist-info → documente_shared-0.1.121.dist-info}/RECORD +4 -4
- {documente_shared-0.1.120.dist-info → documente_shared-0.1.121.dist-info}/WHEEL +0 -0
|
@@ -160,12 +160,12 @@ class ProcessingCase(object):
|
|
|
160
160
|
def from_dict(cls, data: dict) -> 'ProcessingCase':
|
|
161
161
|
return cls(
|
|
162
162
|
uuid=data.get('uuid'),
|
|
163
|
-
name=data.get('
|
|
163
|
+
name=data.get('name'),
|
|
164
164
|
tenant_slug=data.get('tenant_slug'),
|
|
165
165
|
status=ProcessingStatus.from_value(data.get('status')),
|
|
166
166
|
case_type=(
|
|
167
|
-
ProcessingCaseType.from_value(data.get('
|
|
168
|
-
if data.get('
|
|
167
|
+
ProcessingCaseType.from_value(data.get('case_type'))
|
|
168
|
+
if data.get('case_type') else None
|
|
169
169
|
),
|
|
170
170
|
enqueued_at=get_datetime_from_data(input_datetime=data.get('enqueued_at')),
|
|
171
171
|
started_at=get_datetime_from_data(input_datetime=data.get('started_at')),
|
|
@@ -17,7 +17,7 @@ documente_shared/domain/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
17
17
|
documente_shared/domain/entities/document.py,sha256=JL-EmqHx3PtPIcVbnhM1lTVjqTTPTALinuScFy4I_ZY,13125
|
|
18
18
|
documente_shared/domain/entities/document_metadata.py,sha256=ygyFIC5qwxlm8DUM5kvVFny9zJfPQS8vNLM2br5XsQ8,2353
|
|
19
19
|
documente_shared/domain/entities/in_memory_document.py,sha256=8JfVxbgqxkU3QvsuWzjpSp-end6JfffYDUSvMvrQsps,2284
|
|
20
|
-
documente_shared/domain/entities/processing_case.py,sha256=
|
|
20
|
+
documente_shared/domain/entities/processing_case.py,sha256=D57zP704mBtt563Pbmd41PFQSna4chVWsWTR_2ZAtTU,6602
|
|
21
21
|
documente_shared/domain/entities/processing_case_filters.py,sha256=harKyu7QEuL1bI_Z8_UxkVCMo5r9vHeNHyi_Ja07vjs,1953
|
|
22
22
|
documente_shared/domain/entities/processing_case_item.py,sha256=Kqozxf91C0SxOUl1ZbEU6_63Lz16mX4RfDqZ5Kf8mm4,10921
|
|
23
23
|
documente_shared/domain/entities/processing_case_item_filters.py,sha256=R_AvDCB496Lww1qn2OwtltqULKE3IpcJB0ejnmRkg7Q,2009
|
|
@@ -55,6 +55,6 @@ documente_shared/infrastructure/services/http_scaling.py,sha256=cIo-61nfIwbtO86E
|
|
|
55
55
|
documente_shared/infrastructure/sqs_queue.py,sha256=KZWeHZ9zmXmrxoNpOQX7GEdDhZ1knbPXgwSwFwJblGg,1504
|
|
56
56
|
documente_shared/presentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
57
57
|
documente_shared/presentation/presenters.py,sha256=GGAEwefmjCIVepsUA2oZOVLxXbhhiISPM0Jgt6dT6O0,423
|
|
58
|
-
documente_shared-0.1.
|
|
59
|
-
documente_shared-0.1.
|
|
60
|
-
documente_shared-0.1.
|
|
58
|
+
documente_shared-0.1.121.dist-info/METADATA,sha256=Ccf5Gjb5Dg-KKaUSKTGpKdJX7nO2EDK2OPGVtpYKbjA,963
|
|
59
|
+
documente_shared-0.1.121.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
60
|
+
documente_shared-0.1.121.dist-info/RECORD,,
|
|
File without changes
|