documente_shared 0.1.136__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.

@@ -2,12 +2,12 @@ from src.common.domain.base_enum import BaseEnum
2
2
 
3
3
  class DocumentTypeRecord(BaseEnum):
4
4
  DOCUMENT_PROCESSING = 'DOCUMENT_PROCESSING'
5
- DOCUMENT_CASE = 'DOCUMENT_CASE'
5
+ PROCESSING_CASE_ITEM = 'PROCESSING_CASE_ITEM'
6
6
 
7
7
  @property
8
8
  def is_document_processing(self):
9
9
  return self == DocumentTypeRecord.DOCUMENT_PROCESSING
10
10
 
11
11
  @property
12
- def is_document_case(self):
13
- return self == DocumentTypeRecord.DOCUMENT_CASE
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.136
3
+ Version: 0.1.137
4
4
  Summary: Shared utilities for Documente AI projects
5
5
  License: MIT
6
6
  Author: Tech
@@ -27,7 +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=eq00yQ-71PsbylPTxlzhf2KCvamWNcApROgCzTzb9cQ,396
30
+ documente_shared/domain/enums/document_type_record.py,sha256=yAs-L1znL94IG2rjJ7Bcu-5vIPkr8eZP0ZN1fg2Ksbo,424
31
31
  documente_shared/domain/enums/processing_case.py,sha256=IF8ivf42TY67Vg9-3SYJvmptzsskMtlqPCUNfekoq10,1794
32
32
  documente_shared/domain/exceptions.py,sha256=S2xkkFPiR8jVmA6UhRb-bPVrm6JvohXw2MUhZOzdnRo,58
33
33
  documente_shared/domain/interfaces/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -56,6 +56,6 @@ documente_shared/infrastructure/services/http_scaling.py,sha256=cIo-61nfIwbtO86E
56
56
  documente_shared/infrastructure/sqs_queue.py,sha256=KZWeHZ9zmXmrxoNpOQX7GEdDhZ1knbPXgwSwFwJblGg,1504
57
57
  documente_shared/presentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
58
  documente_shared/presentation/presenters.py,sha256=GGAEwefmjCIVepsUA2oZOVLxXbhhiISPM0Jgt6dT6O0,423
59
- documente_shared-0.1.136.dist-info/METADATA,sha256=RD6cfomSVxi9kzVKBh6QKWXJYSBRhdSATDXl7LtoEvQ,963
60
- documente_shared-0.1.136.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
61
- documente_shared-0.1.136.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,,