documente_shared 0.1.198__tar.gz → 0.1.199__tar.gz
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.
- {documente_shared-0.1.198 → documente_shared-0.1.199}/PKG-INFO +1 -1
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/document.py +33 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/pyproject.toml +1 -1
- {documente_shared-0.1.198 → documente_shared-0.1.199}/uv.lock +25 -25
- {documente_shared-0.1.198 → documente_shared-0.1.199}/.claude/commands/commit.md +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/.github/workflows/publish.yml +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/.gitignore +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/.vscode/settings.json +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/Dockerfile +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/Makefile +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/README.md +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/cases.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/docker-compose.yml +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/dates.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/digest.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/exceptions.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/files.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/json.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/logging.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/numbers.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/payloads.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/query_params.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/retry_utils.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/time_utils.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/timezone.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/base_enum.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/constants.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/document_metadata.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/document_type.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/in_memory_document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/layout.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/processing_case.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/processing_case_filters.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/processing_case_item.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/processing_case_item_filters.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/processing_documents.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/processing_event.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/processing_record.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/scaling.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/workspace.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/workspace_document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/workspace_document_page.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/circular_oficio.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/common.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/document_type_record.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/processing_case.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/processing_case_validator.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/vnext.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/workspace.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/exceptions.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/filters/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/filters/document_type.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/filters/workspace.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/filters/workspace_document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/filters/workspace_document_page.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/helpers/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/helpers/dicts.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/helpers/encoding.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/helpers/lists.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/helpers/values.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/interfaces/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/interfaces/queue.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/interfaces/scaling.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/pagination/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/pagination/entities.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/pagination/response.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/repositories/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/repositories/document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/repositories/document_type.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/repositories/processing_case.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/repositories/processing_case_item.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/repositories/processing_record.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/repositories/workspace.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/repositories/workspace_document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/repositories/workspace_document_page.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/batch_queue.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/documente_client.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/dynamo_table.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/lambdas.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/dynamo_document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/dynamo_processing_case.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/dynamo_processing_case_item.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/http_document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/http_document_type.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/http_processing_case.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/http_processing_case_item.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/http_processing_record.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/http_workspace.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/http_workspace_document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/http_workspace_document_page.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/mem_document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/mem_processing_case.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/mem_processing_case_item.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/repositories/mem_processing_record.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/s3_bucket.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/services/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/services/http_scaling.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/sqs_queue.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/presentation/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/presentation/presenters.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/publish.sh +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/application/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/application/test_files.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/application/test_payloads.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/conftest.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/domain/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/domain/entities/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/domain/entities/test_in_memory_document.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/domain/entities/test_processing_case.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/domain/entities/test_processing_case_item.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/domain/entities/test_processing_record.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/domain/enums/test_processing_case_validator.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/infrastructure/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/infrastructure/repositories/__init__.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/infrastructure/repositories/test_http_processing_record.py +0 -0
- {documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documents.py +0 -0
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/document.py
RENAMED
|
@@ -129,3 +129,36 @@ class DocumentProcessingSubCategory(BaseEnum):
|
|
|
129
129
|
|
|
130
130
|
# Desgravamenes
|
|
131
131
|
DS_CREDISEGURO = "DS_CREDISEGURO"
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
def is_cc_combinada(self):
|
|
135
|
+
return self == DocumentProcessingSubCategory.CC_COMBINADA
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
def is_cc_normativa(self):
|
|
139
|
+
return self == DocumentProcessingSubCategory.CC_NORMATIVA
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
def is_cc_informativa(self):
|
|
143
|
+
return self == DocumentProcessingSubCategory.CC_INFORMATIVA
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
def is_cc_retencion(self):
|
|
147
|
+
return self == DocumentProcessingSubCategory.CC_RETENCION
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
def is_cc_suspension(self):
|
|
151
|
+
return self == DocumentProcessingSubCategory.CC_SUSPENSION
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
def is_cc_remision(self):
|
|
155
|
+
return self == DocumentProcessingSubCategory.CC_REMISION
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
def is_cc_retencion_suspension_remision(self):
|
|
159
|
+
return self == DocumentProcessingSubCategory.CC_RETENCION_SUSPENSION_REMISION
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
def is_ds_crediseguro(self):
|
|
163
|
+
return self == DocumentProcessingSubCategory.DS_CREDISEGURO
|
|
164
|
+
|
|
@@ -154,7 +154,7 @@ wheels = [
|
|
|
154
154
|
|
|
155
155
|
[[package]]
|
|
156
156
|
name = "documente-shared"
|
|
157
|
-
version = "0.1.
|
|
157
|
+
version = "0.1.199"
|
|
158
158
|
source = { editable = "." }
|
|
159
159
|
dependencies = [
|
|
160
160
|
{ name = "boto3" },
|
|
@@ -200,7 +200,7 @@ name = "exceptiongroup"
|
|
|
200
200
|
version = "1.3.1"
|
|
201
201
|
source = { registry = "https://pypi.org/simple" }
|
|
202
202
|
dependencies = [
|
|
203
|
-
{ name = "typing-extensions"
|
|
203
|
+
{ name = "typing-extensions" },
|
|
204
204
|
]
|
|
205
205
|
sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" }
|
|
206
206
|
wheels = [
|
|
@@ -263,17 +263,17 @@ resolution-markers = [
|
|
|
263
263
|
"python_full_version < '3.11'",
|
|
264
264
|
]
|
|
265
265
|
dependencies = [
|
|
266
|
-
{ name = "colorama", marker = "
|
|
267
|
-
{ name = "decorator"
|
|
268
|
-
{ name = "exceptiongroup"
|
|
269
|
-
{ name = "jedi"
|
|
270
|
-
{ name = "matplotlib-inline"
|
|
271
|
-
{ name = "pexpect", marker = "
|
|
272
|
-
{ name = "prompt-toolkit"
|
|
273
|
-
{ name = "pygments"
|
|
274
|
-
{ name = "stack-data"
|
|
275
|
-
{ name = "traitlets"
|
|
276
|
-
{ name = "typing-extensions"
|
|
266
|
+
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
267
|
+
{ name = "decorator" },
|
|
268
|
+
{ name = "exceptiongroup" },
|
|
269
|
+
{ name = "jedi" },
|
|
270
|
+
{ name = "matplotlib-inline" },
|
|
271
|
+
{ name = "pexpect", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },
|
|
272
|
+
{ name = "prompt-toolkit" },
|
|
273
|
+
{ name = "pygments" },
|
|
274
|
+
{ name = "stack-data" },
|
|
275
|
+
{ name = "traitlets" },
|
|
276
|
+
{ name = "typing-extensions" },
|
|
277
277
|
]
|
|
278
278
|
sdist = { url = "https://files.pythonhosted.org/packages/e5/61/1810830e8b93c72dcd3c0f150c80a00c3deb229562d9423807ec92c3a539/ipython-8.38.0.tar.gz", hash = "sha256:9cfea8c903ce0867cc2f23199ed8545eb741f3a69420bfcf3743ad1cec856d39", size = 5513996, upload-time = "2026-01-05T10:59:06.901Z" }
|
|
279
279
|
wheels = [
|
|
@@ -288,17 +288,17 @@ resolution-markers = [
|
|
|
288
288
|
"python_full_version >= '3.11'",
|
|
289
289
|
]
|
|
290
290
|
dependencies = [
|
|
291
|
-
{ name = "colorama", marker = "
|
|
292
|
-
{ name = "decorator"
|
|
293
|
-
{ name = "ipython-pygments-lexers"
|
|
294
|
-
{ name = "jedi"
|
|
295
|
-
{ name = "matplotlib-inline"
|
|
296
|
-
{ name = "pexpect", marker = "
|
|
297
|
-
{ name = "prompt-toolkit"
|
|
298
|
-
{ name = "pygments"
|
|
299
|
-
{ name = "stack-data"
|
|
300
|
-
{ name = "traitlets"
|
|
301
|
-
{ name = "typing-extensions", marker = "python_full_version
|
|
291
|
+
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
292
|
+
{ name = "decorator" },
|
|
293
|
+
{ name = "ipython-pygments-lexers" },
|
|
294
|
+
{ name = "jedi" },
|
|
295
|
+
{ name = "matplotlib-inline" },
|
|
296
|
+
{ name = "pexpect", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },
|
|
297
|
+
{ name = "prompt-toolkit" },
|
|
298
|
+
{ name = "pygments" },
|
|
299
|
+
{ name = "stack-data" },
|
|
300
|
+
{ name = "traitlets" },
|
|
301
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.12'" },
|
|
302
302
|
]
|
|
303
303
|
sdist = { url = "https://files.pythonhosted.org/packages/a6/60/2111715ea11f39b1535bed6024b7dec7918b71e5e5d30855a5b503056b50/ipython-9.10.0.tar.gz", hash = "sha256:cd9e656be97618a0676d058134cd44e6dc7012c0e5cb36a9ce96a8c904adaf77", size = 4426526, upload-time = "2026-02-02T10:00:33.594Z" }
|
|
304
304
|
wheels = [
|
|
@@ -310,7 +310,7 @@ name = "ipython-pygments-lexers"
|
|
|
310
310
|
version = "1.1.1"
|
|
311
311
|
source = { registry = "https://pypi.org/simple" }
|
|
312
312
|
dependencies = [
|
|
313
|
-
{ name = "pygments"
|
|
313
|
+
{ name = "pygments" },
|
|
314
314
|
]
|
|
315
315
|
sdist = { url = "https://files.pythonhosted.org/packages/ef/4c/5dd1d8af08107f88c7f741ead7a40854b8ac24ddf9ae850afbcf698aa552/ipython_pygments_lexers-1.1.1.tar.gz", hash = "sha256:09c0138009e56b6854f9535736f4171d855c8c08a563a0dcd8022f78355c7e81", size = 8393, upload-time = "2025-01-17T11:24:34.505Z" }
|
|
316
316
|
wheels = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/digest.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/logging.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/numbers.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/payloads.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/query_params.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/retry_utils.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/time_utils.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/application/timezone.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/document.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/layout.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/scaling.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/entities/workspace.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/vnext.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/enums/workspace.py
RENAMED
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/filters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/filters/workspace.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/helpers/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/helpers/dicts.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/helpers/encoding.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/helpers/lists.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/helpers/values.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/interfaces/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/interfaces/queue.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/interfaces/scaling.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/pagination/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/pagination/entities.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/domain/pagination/response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/batch_queue.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/lambdas.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/s3_bucket.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/infrastructure/sqs_queue.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/presentation/__init__.py
RENAMED
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/documente_shared/presentation/presenters.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/application/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documente_shared-0.1.198 → documente_shared-0.1.199}/tests/documente_shared/domain/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|