documente_shared 0.1.135b1__py3-none-any.whl → 0.1.137__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.

File without changes
@@ -0,0 +1,13 @@
1
+ from src.common.domain.base_enum import BaseEnum
2
+
3
+ class DocumentTypeRecord(BaseEnum):
4
+ DOCUMENT_PROCESSING = 'DOCUMENT_PROCESSING'
5
+ PROCESSING_CASE_ITEM = 'PROCESSING_CASE_ITEM'
6
+
7
+ @property
8
+ def is_document_processing(self):
9
+ return self == DocumentTypeRecord.DOCUMENT_PROCESSING
10
+
11
+ @property
12
+ def is_processing_case_item(self):
13
+ return self == DocumentTypeRecord.PROCESSING_CASE_ITEM
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: documente_shared
3
- Version: 0.1.135b1
3
+ Version: 0.1.137
4
4
  Summary: Shared utilities for Documente AI projects
5
5
  License: MIT
6
6
  Author: Tech
@@ -27,6 +27,7 @@ documente_shared/domain/entities/scaling.py,sha256=j_-6RL9cvZZukA6B7I17OuwNfUfHU
27
27
  documente_shared/domain/enums/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  documente_shared/domain/enums/common.py,sha256=tgM098gKYHCp8LVNA6FKd-O_Meoi0Cx_UjQ3OKLxGYY,3127
29
29
  documente_shared/domain/enums/document.py,sha256=QwvckW-VJBSujllIVloKlZUh1pI5UnX4oueYbV5CYGw,3205
30
+ documente_shared/domain/enums/document_type_record.py,sha256=yAs-L1znL94IG2rjJ7Bcu-5vIPkr8eZP0ZN1fg2Ksbo,424
30
31
  documente_shared/domain/enums/processing_case.py,sha256=IF8ivf42TY67Vg9-3SYJvmptzsskMtlqPCUNfekoq10,1794
31
32
  documente_shared/domain/exceptions.py,sha256=S2xkkFPiR8jVmA6UhRb-bPVrm6JvohXw2MUhZOzdnRo,58
32
33
  documente_shared/domain/interfaces/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -55,6 +56,6 @@ documente_shared/infrastructure/services/http_scaling.py,sha256=cIo-61nfIwbtO86E
55
56
  documente_shared/infrastructure/sqs_queue.py,sha256=KZWeHZ9zmXmrxoNpOQX7GEdDhZ1knbPXgwSwFwJblGg,1504
56
57
  documente_shared/presentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
58
  documente_shared/presentation/presenters.py,sha256=GGAEwefmjCIVepsUA2oZOVLxXbhhiISPM0Jgt6dT6O0,423
58
- documente_shared-0.1.135b1.dist-info/METADATA,sha256=lYf2sJwf8Eh25oV0iiY8dpzWKjeEZ7sVHgALtpho19M,965
59
- documente_shared-0.1.135b1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
60
- documente_shared-0.1.135b1.dist-info/RECORD,,
59
+ documente_shared-0.1.137.dist-info/METADATA,sha256=TEkiL35VRAG04Tzgl3-xuQcoJZm8IyQhz5Jzple9CIU,963
60
+ documente_shared-0.1.137.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
61
+ documente_shared-0.1.137.dist-info/RECORD,,