quantumbpm-sdk 1.0.0__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.
- quantumbpm/__init__.py +37 -0
- quantumbpm/api/__init__.py +6 -0
- quantumbpm/api/bpmn_api.py +10202 -0
- quantumbpm/api/default_api.py +8909 -0
- quantumbpm/api_client.py +804 -0
- quantumbpm/api_response.py +21 -0
- quantumbpm/auth.py +140 -0
- quantumbpm/bpmn.py +378 -0
- quantumbpm/client.py +86 -0
- quantumbpm/configuration.py +596 -0
- quantumbpm/dmn.py +116 -0
- quantumbpm/exceptions.py +218 -0
- quantumbpm/models/__init__.py +94 -0
- quantumbpm/models/active_scope.py +98 -0
- quantumbpm/models/batch_evaluate_design_request.py +90 -0
- quantumbpm/models/batch_evaluation_response.py +96 -0
- quantumbpm/models/batch_evaluation_response_results_inner.py +105 -0
- quantumbpm/models/bpmn_activity_state.py +114 -0
- quantumbpm/models/bpmn_external_job_paginated_response.py +102 -0
- quantumbpm/models/bpmn_incident.py +114 -0
- quantumbpm/models/bpmn_instance.py +109 -0
- quantumbpm/models/bpmn_instance_children_response.py +96 -0
- quantumbpm/models/bpmn_instance_paginated_response.py +102 -0
- quantumbpm/models/bpmn_instance_state.py +131 -0
- quantumbpm/models/bpmn_process_definition.py +100 -0
- quantumbpm/models/bpmn_process_summary.py +96 -0
- quantumbpm/models/bpmn_process_summary_paginated_response.py +102 -0
- quantumbpm/models/bpmn_process_version.py +106 -0
- quantumbpm/models/bpmn_process_version_paginated_response.py +102 -0
- quantumbpm/models/bpmn_resource.py +104 -0
- quantumbpm/models/bpmn_resource_detail.py +114 -0
- quantumbpm/models/bpmn_resource_paginated_response.py +102 -0
- quantumbpm/models/bpmn_resource_summary.py +100 -0
- quantumbpm/models/bpmn_resource_summary_paginated_response.py +102 -0
- quantumbpm/models/bpmn_user_task_paginated_response.py +102 -0
- quantumbpm/models/bpmn_validate_response.py +105 -0
- quantumbpm/models/bpmn_validation_issue.py +99 -0
- quantumbpm/models/complete_bpmn_external_job_request.py +90 -0
- quantumbpm/models/complete_bpmn_external_jobs_batch_request.py +97 -0
- quantumbpm/models/complete_bpmn_external_jobs_batch_request_items_inner.py +92 -0
- quantumbpm/models/correlation_keys.py +177 -0
- quantumbpm/models/create_bpmn_resource_request.py +90 -0
- quantumbpm/models/create_definition_request.py +92 -0
- quantumbpm/models/create_project_request.py +88 -0
- quantumbpm/models/decision_input_field.py +90 -0
- quantumbpm/models/decision_summary.py +106 -0
- quantumbpm/models/definition.py +104 -0
- quantumbpm/models/element_mapping.py +90 -0
- quantumbpm/models/error.py +99 -0
- quantumbpm/models/evaluate_design_request.py +96 -0
- quantumbpm/models/evaluate_stored_request.py +94 -0
- quantumbpm/models/evaluation_result.py +137 -0
- quantumbpm/models/execution.py +107 -0
- quantumbpm/models/external_job.py +125 -0
- quantumbpm/models/external_job_active_workers_item.py +90 -0
- quantumbpm/models/external_job_active_workers_response.py +96 -0
- quantumbpm/models/external_job_batch_response.py +96 -0
- quantumbpm/models/external_job_batch_response_results_inner.py +99 -0
- quantumbpm/models/external_job_queue_depth_item.py +90 -0
- quantumbpm/models/external_job_queue_depth_response.py +96 -0
- quantumbpm/models/feel_value.py +200 -0
- quantumbpm/models/get_bpmn_instance_variables200_response.py +88 -0
- quantumbpm/models/get_health200_response.py +88 -0
- quantumbpm/models/get_version200_response.py +92 -0
- quantumbpm/models/heartbeat_bpmn_external_job_request.py +90 -0
- quantumbpm/models/hit_rule.py +95 -0
- quantumbpm/models/migrate_bpmn_instance_request.py +100 -0
- quantumbpm/models/migration_validation_result.py +90 -0
- quantumbpm/models/modification_instruction.py +101 -0
- quantumbpm/models/modify_bpmn_instance_request.py +96 -0
- quantumbpm/models/paginated_decisions_response.py +102 -0
- quantumbpm/models/paginated_definitions_response.py +102 -0
- quantumbpm/models/paginated_executions_response.py +102 -0
- quantumbpm/models/pagination_metadata.py +94 -0
- quantumbpm/models/poll_bpmn_job_request.py +96 -0
- quantumbpm/models/project.py +96 -0
- quantumbpm/models/publish_bpmn_message_request.py +98 -0
- quantumbpm/models/publish_bpmn_signal_request.py +92 -0
- quantumbpm/models/start_bpmn_instance201_response.py +88 -0
- quantumbpm/models/start_bpmn_instance_request.py +91 -0
- quantumbpm/models/start_bpmn_test_instance201_response.py +88 -0
- quantumbpm/models/start_bpmn_test_instance_request.py +90 -0
- quantumbpm/models/throw_bpmn_external_job_error_request.py +90 -0
- quantumbpm/models/throw_bpmn_external_job_errors_batch_request.py +97 -0
- quantumbpm/models/throw_bpmn_external_job_errors_batch_request_items_inner.py +94 -0
- quantumbpm/models/trigger_bpmn_ad_hoc_node_request.py +88 -0
- quantumbpm/models/update_bpmn_instance_variables_request.py +88 -0
- quantumbpm/models/update_definition_request.py +92 -0
- quantumbpm/models/update_user_task_assignment_request.py +97 -0
- quantumbpm/models/user_task.py +133 -0
- quantumbpm/models/validate_bpmn_resource_request.py +88 -0
- quantumbpm/py.typed +0 -0
- quantumbpm/rest.py +263 -0
- quantumbpm/variables.py +125 -0
- quantumbpm/workers.py +377 -0
- quantumbpm_sdk-1.0.0.dist-info/METADATA +356 -0
- quantumbpm_sdk-1.0.0.dist-info/RECORD +100 -0
- quantumbpm_sdk-1.0.0.dist-info/WHEEL +5 -0
- quantumbpm_sdk-1.0.0.dist-info/licenses/LICENSE +21 -0
- quantumbpm_sdk-1.0.0.dist-info/top_level.txt +1 -0
quantumbpm/__init__.py
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"""
|
|
2
|
+
QuantumBPM Python SDK — DMN evaluation, BPMN orchestration, and external
|
|
3
|
+
job workers.
|
|
4
|
+
|
|
5
|
+
The public surface is curated: import from the top-level package or the
|
|
6
|
+
named modules. The generated package (``quantumbpm.api``, ``quantumbpm.models``,
|
|
7
|
+
``quantumbpm.api_client``, etc.) is reachable via ``QuantumBPM.raw`` for
|
|
8
|
+
endpoints not yet wrapped.
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
from quantumbpm.auth import (
|
|
12
|
+
StaticTokenProvider,
|
|
13
|
+
TokenProvider,
|
|
14
|
+
ZitadelTokenProvider,
|
|
15
|
+
)
|
|
16
|
+
from quantumbpm.bpmn import BpmnClient
|
|
17
|
+
from quantumbpm.client import QuantumBPM
|
|
18
|
+
from quantumbpm.dmn import DmnClient, DmnResult
|
|
19
|
+
from quantumbpm.variables import Vars
|
|
20
|
+
from quantumbpm.workers import BpmnError, Handler, Job, Worker
|
|
21
|
+
|
|
22
|
+
__version__ = "1.0.0"
|
|
23
|
+
|
|
24
|
+
__all__ = [
|
|
25
|
+
"BpmnClient",
|
|
26
|
+
"BpmnError",
|
|
27
|
+
"DmnClient",
|
|
28
|
+
"DmnResult",
|
|
29
|
+
"Handler",
|
|
30
|
+
"Job",
|
|
31
|
+
"QuantumBPM",
|
|
32
|
+
"StaticTokenProvider",
|
|
33
|
+
"TokenProvider",
|
|
34
|
+
"Vars",
|
|
35
|
+
"Worker",
|
|
36
|
+
"ZitadelTokenProvider",
|
|
37
|
+
]
|