documente_shared 0.1.131b6__py3-none-any.whl → 0.1.133__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
@@ -6,6 +6,7 @@ from typing import Optional
6
6
  class ScalingRequirements(object):
7
7
  lg_documents: Optional[int] = 0
8
8
  md_documents: Optional[int] = 0
9
+ documents: Optional[int] = 0
9
10
  processing_cases: Optional[int] = 0
10
11
  processing_case_items: Optional[int] = 0
11
12
 
@@ -14,6 +15,7 @@ class ScalingRequirements(object):
14
15
  return {
15
16
  "lg_documents": self.lg_documents,
16
17
  "md_documents": self.md_documents,
18
+ "documents": self.documents,
17
19
  "processing_cases": self.processing_cases,
18
20
  "processing_case_items": self.processing_case_items,
19
21
  }
@@ -23,6 +25,7 @@ class ScalingRequirements(object):
23
25
  return cls(
24
26
  lg_documents=data.get("lg_documents", 0),
25
27
  md_documents=data.get("md_documents", 0),
28
+ documents=data.get("documents", 0),
26
29
  processing_cases=data.get("processing_cases", 0),
27
30
  processing_case_items=data.get("processing_case_items", 0),
28
31
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: documente_shared
3
- Version: 0.1.131b6
3
+ Version: 0.1.133
4
4
  Summary: Shared utilities for Documente AI projects
5
5
  License: MIT
6
6
  Author: Tech
@@ -23,7 +23,7 @@ documente_shared/domain/entities/processing_case_item.py,sha256=IN46jCGIv_DXEp1H
23
23
  documente_shared/domain/entities/processing_case_item_filters.py,sha256=R_AvDCB496Lww1qn2OwtltqULKE3IpcJB0ejnmRkg7Q,2009
24
24
  documente_shared/domain/entities/processing_documents.py,sha256=YYuTkdCNkqlO8cA0onJsZYtstxGt9M5NMuIO_87lB14,352
25
25
  documente_shared/domain/entities/processing_event.py,sha256=sejo9eM4A6fDDFq3qCX3V1GMGwQVUh_5oJaPDiUwpoc,2350
26
- documente_shared/domain/entities/scaling.py,sha256=DPOE_W4NZ903cyNckmDPus_sYWEZfnvn5ar3Zf5JM3Q,897
26
+ documente_shared/domain/entities/scaling.py,sha256=j_-6RL9cvZZukA6B7I17OuwNfUfHUfuSTt2wMsEXNl8,1019
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
@@ -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.131b6.dist-info/METADATA,sha256=tAl5rP42AuXFR1-CwDQEynZIg7WpNnCVAoL6ce891pY,965
59
- documente_shared-0.1.131b6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
60
- documente_shared-0.1.131b6.dist-info/RECORD,,
58
+ documente_shared-0.1.133.dist-info/METADATA,sha256=wW4XGxQP_u48yIqELy299poF5xgt7qBkBL2voN78iA8,963
59
+ documente_shared-0.1.133.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
60
+ documente_shared-0.1.133.dist-info/RECORD,,