documente_shared 0.1.75__py3-none-any.whl → 0.1.76__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.

@@ -1,7 +1,6 @@
1
1
  from abc import ABC, abstractmethod
2
2
  from typing import Optional, List
3
3
 
4
- from documente_shared.domain.entities.processing_case import ProcessingCase
5
4
  from documente_shared.domain.entities.processing_case_item import ProcessingCaseItem
6
5
  from documente_shared.domain.entities.processing_case_item_filters import ProcessingCaseItemFilters
7
6
 
@@ -21,5 +20,9 @@ class ProcessingCaseItemRepository(ABC):
21
20
  raise NotImplementedError
22
21
 
23
22
  @abstractmethod
24
- def filter(self, tenant_slug: str, filters: ProcessingCaseItemFilters) -> List[ProcessingCase]:
23
+ def filter(
24
+ self,
25
+ tenant_slug: str,
26
+ filters: ProcessingCaseItemFilters,
27
+ ) -> List[ProcessingCaseItem]:
25
28
  raise NotImplementedError
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: documente_shared
3
- Version: 0.1.75
3
+ Version: 0.1.76
4
4
  Summary: Shared utilities for Documente AI projects
5
5
  License: MIT
6
6
  Author: Tech
@@ -25,7 +25,7 @@ documente_shared/domain/enums/processing_case.py,sha256=LhFhcoWlockxcpplsVdC6M2k
25
25
  documente_shared/domain/repositories/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
26
  documente_shared/domain/repositories/document.py,sha256=vJzr6c92gqBzyhaEdjrvnoneKRrWmJ0AsvocPnhxiLU,767
27
27
  documente_shared/domain/repositories/processing_case.py,sha256=bpks3SAM_L4wx29P29iFo5g-oi4fxSXQEzhveARjo3c,767
28
- documente_shared/domain/repositories/processing_case_item.py,sha256=ZlG3h-e6twMPt_WkXB6ZU0dIs2BI1k1rcMqDZk6g6dM,885
28
+ documente_shared/domain/repositories/processing_case_item.py,sha256=kvk8LsrfM934-SNLIKIBTRXaKnY09q6nzsoULItrNeY,844
29
29
  documente_shared/infrastructure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
30
  documente_shared/infrastructure/documente_client.py,sha256=UjVWs9DKa-yhw5DVbcEs8iJxalHOarusVayi_ob6QhE,494
31
31
  documente_shared/infrastructure/dynamo_table.py,sha256=TMQbcuty7wjDMbuhI8PbT0IGXelgELsNTtqTEQeZ824,2112
@@ -37,6 +37,6 @@ documente_shared/infrastructure/repositories/http_processing_case.py,sha256=4PHN
37
37
  documente_shared/infrastructure/repositories/http_processing_case_item.py,sha256=TybbIO6Kp92xVvKedQgiI7s63U7SFnu6P0RkOrXemT8,1939
38
38
  documente_shared/infrastructure/s3_bucket.py,sha256=vT_yN42RFQXubtUn8ln-j13Os_-25UGClVtXg5Bkv6I,1932
39
39
  documente_shared/infrastructure/sqs_queue.py,sha256=KZWeHZ9zmXmrxoNpOQX7GEdDhZ1knbPXgwSwFwJblGg,1504
40
- documente_shared-0.1.75.dist-info/METADATA,sha256=d8vHY11kCF7tC653YZaYcpf6B5udVxcAc5ILGRuvMbs,881
41
- documente_shared-0.1.75.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
42
- documente_shared-0.1.75.dist-info/RECORD,,
40
+ documente_shared-0.1.76.dist-info/METADATA,sha256=AHmlm7G1pqRWLx4qbd3bEoo8OTaevqnwb6CxXdJkbVc,881
41
+ documente_shared-0.1.76.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
42
+ documente_shared-0.1.76.dist-info/RECORD,,