js7-client-python 2.0.12__tar.gz → 2.0.13__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.
- {js7_client_python-2.0.12/src/js7_client_python.egg-info → js7_client_python-2.0.13}/PKG-INFO +1 -1
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/pyproject.toml +1 -1
- js7_client_python-2.0.13/src/js7/api/joc/http/v_2_6_5/note/note.py +30 -0
- js7_client_python-2.0.13/src/js7/api/joc/http/v_2_6_5/note/post/add.py +30 -0
- js7_client_python-2.0.13/src/js7/api/joc/http/v_2_6_5/order/log.py +30 -0
- js7_client_python-2.0.13/src/js7/api/joc/http/v_2_6_5/orders/overview/summary.py +30 -0
- js7_client_python-2.0.13/src/js7/api/joc/http/v_2_6_5/workflows/search.py +30 -0
- js7_client_python-2.0.13/src/js7/client/action/note/get_note_action.py +50 -0
- js7_client_python-2.0.13/src/js7/client/action/note/post_to_note_action.py +80 -0
- js7_client_python-2.0.13/src/js7/client/action/order/get_order_log_action.py +48 -0
- js7_client_python-2.0.13/src/js7/client/action/order/get_orders_overview_action.py +54 -0
- js7_client_python-2.0.13/src/js7/client/action/workflow/search_workflows_action.py +50 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/client.py +5 -0
- js7_client_python-2.0.13/src/js7/client/feature/note/manage.py +92 -0
- js7_client_python-2.0.13/src/js7/client/feature/note/note.py +13 -0
- js7_client_python-2.0.13/src/js7/client/feature/order/manage.py +164 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/workflow/manage.py +32 -3
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/private/http/joc/joc_v_2_6_5.py +295 -2
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/version_to_tuple.py +3 -3
- {js7_client_python-2.0.12 → js7_client_python-2.0.13/src/js7_client_python.egg-info}/PKG-INFO +1 -1
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7_client_python.egg-info/SOURCES.txt +12 -0
- js7_client_python-2.0.12/src/js7/client/feature/order/manage.py +0 -79
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/LICENSE +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/README.md +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/setup.cfg +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/__init__.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agent/cluster/confirm_node_loss.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agent/cluster/switchover.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agent/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/agents.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/cluster/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/cluster/deploy.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/cluster/revoke.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/cluster/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/export.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/import_.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/cluster/deploy.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/cluster/revoke.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/cluster/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/cluster/subagents/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/cluster/subagents/disable.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/cluster/subagents/enable.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/cluster/subagents/reset.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/cluster/subagents/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/deploy.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/disable.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/enable.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/revoke.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/inventory/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/agents/reset.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/authentication/auth.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/authentication/joc_cockpit_permissions.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/authentication/login.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/authentication/logout.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/configuration/configuration.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/configuration/save.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/abort.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/abort_and_restart.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/cluster/appoint_nodes.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/cluster/confirm_node_loss.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/cluster/switchover.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/components.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/controller.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/register.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/restart.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/terminate.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/test.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/controller/unregister.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/orders/cancel.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/orders/copy.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/orders/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/orders/generate.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/orders/modify.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/orders/orders.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/orders/submit.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/projections/calendar.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/projections/dates.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/projections/recreate.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/daily_plan/submissions/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/account/change_password.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/account/permissions.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/account/rename.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/account/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/accounts/accounts.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/accounts/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/accounts/disable.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/accounts/enable.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/accounts/reset_password.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/blocked_account/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/blocked_accounts/blocked_accounts.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/blocked_accounts/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/folder/folder.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/folder/rename.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/folders/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/folders/folders.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/folders/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/identity_service/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/identity_service/identity_service.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/identity_service/rename.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/identity_service/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/identity_services/identity_services.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/permission/permission.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/permission/rename.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/permissions/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/permissions/permissions.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/permissions/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/role/rename.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/role/role.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/role/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/roles/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/iam/roles/roles.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/changes/changes.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/dependencies.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/deployment/deploy.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/deployment/import_deploy.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/deployment/revoke.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/export/export.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/export/folder.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/import_objects.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/releasables/recall/folder.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/releasables/recall/recall.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/release.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/remove/folder.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/remove/remove.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/git/add.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/git/checkout.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/git/clone.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/git/commit.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/git/credentials/add.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/git/credentials/credentials.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/git/credentials/remove.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/git/pull.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/git/push.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/read.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/repository/update.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/revalidate/folder.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/trash/delete/delete.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/trash/delete/folder.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/trash/restore.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/inventory/validate.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/joc/cluster/restart.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/joc/cluster/run.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/joc/cluster/switch_member.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/joc/license.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/joc/proxies/restart.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/joc/version.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/joc/versions.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/orders/add.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/orders/cancel.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/orders/confirm.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/orders/continue_.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/orders/history.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/orders/orders.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/orders/remove_when_terminated.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/orders/resume.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/orders/suspend.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/settings/settings.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/settings/store.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/tasks/history.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/workflow/transition.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/workflow/workflow.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/workflows/resume.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/workflows/skip.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/workflows/stop.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/workflows/suspend.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/workflows/unskip.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/workflows/unstop.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/api/joc/http/v_2_6_5/workflows/workflows.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/confirm_node_loss_agent_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/delete_subagent_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/delete_subagent_clusters_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/deploy_cluster_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/deploy_standalone_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/deploy_subagent_clusters_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/disable_standalone_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/disable_subagents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/enable_standalone_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/enable_subagents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/export_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/get_agents_status_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/import_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/remove_agent_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/reset_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/reset_subagent_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/revoke_cluster_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/revoke_standalone_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/revoke_subagent_clusters_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/store_cluster_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/store_standalone_agents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/store_subagent_clusters_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/store_subagents_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/switchover_agent_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/appoint_nodes_controller_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/cancel_and_restart_controller_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/cancel_controller_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/confirm_cluster_node_loss_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/get_controller_components_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/get_controller_status_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/register_controller_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/restart_controller_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/switchover_controller_cluster_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/terminate_controller_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/test_controller_instance_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/unregister_controller_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/cancel_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/copy_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/delete_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/delete_submissions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/generate_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/get_calendar_projections_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/get_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/get_projection_dates_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/modify_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/recreate_projections_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/submit_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/helper/decrypt_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/helper/encrypt_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/block_account_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/change_account_password_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/disable_accounts_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/enable_accounts_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_account_permissions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_accounts_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_blocked_accounts_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_folder_permissions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_identity_service_settings_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_identity_services_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_permissions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_roles_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/remove_accounts_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/remove_folder_permissions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/remove_identity_service_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/remove_permissions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/remove_roles_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/rename_account_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/rename_folder_permissions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/rename_identity_service_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/rename_permission_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/rename_role_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/reset_account_passwords_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/set_folder_permissions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/set_permissions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/store_account_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/store_identity_service_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/store_identity_service_settings_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/store_role_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/unblock_accounts_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/deploy_configurations_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/export_configurations_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/export_folders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/get_change_dependencies_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/get_changes_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/get_git_credentials_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_add_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_checkout_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_clone_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_commit_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_pull_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_push_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/import_configurations_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/import_deploy_configurations_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/read_from_local_repository_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/recall_folder_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/recall_released_configuration_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/release_configuartions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/remove_configurations_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/remove_configurations_from_trash_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/remove_folder_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/remove_folder_from_trash_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/remove_git_credentials_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/remove_repository_configuration_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/restore_configuration_from_trash_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/revalidate_folder_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/revoke_configurations_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/store_configuration_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/store_git_credentials_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/store_repository_configuration_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/update_repository_configuration_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/validate_configuration_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/get_components_versions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/get_license_info_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/get_settings_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/get_version_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/restart_proxies_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/restart_service_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/run_service_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/store_settings_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/switch_over_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/add_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/cancel_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/confirm_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/continue_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/get_order_history_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/get_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/remove_terminated_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/resume_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/suspend_orders_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/task/get_task_history_info_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/get_workflow_versions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/resume_workflows_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/set_workflow_version_as_current_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/skip_job_instructions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/stop_job_instructions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/suspend_workflows_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/unskip_job_instructions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/unstop_job_instructions_action.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/auth/auth_provider.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/auth/login.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/auth/logout.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/context.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/agent/agent.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/agent/deploy.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/agent/manage.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/agent/operate.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/controller/controller.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/controller/manage.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/controller/operate.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/daily_plan/daily_plan.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/daily_plan/manage.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/daily_plan/operate.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/iam/iam.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/iam/manage.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/inventory/deploy.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/inventory/inventory.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/inventory/manage.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/inventory/manage_repository.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/joc/joc.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/joc/manage.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/joc/operate.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/order/operate.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/order/order.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/task/task.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/workflow/operate.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/workflow/workflow.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/bcpg-jdk15to18-1.78.1.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/bcpkix-jdk15to18-1.78.1.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/bcprov-jdk15to18-1.78.1.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/bcutil-jdk15to18-1.78.1.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/commons-io-2.15.1.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/commons-lang3-3.14.0.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/jackson-core-2.14.2.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/jackson-databind-2.14.2.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/jackson-dataformat-xml-2.14.2.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/jakarta.annotation-api-2.1.1.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/javax.activation-api-1.2.0.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/jaxb-api-2.4.0-b180830.0359.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/org.apache.logging.log4j.log4j-api-2.23.1.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/org.apache.logging.log4j.log4j-core-2.23.1.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/org.apache.logging.log4j.log4j-slf4j2-impl-2.23.1.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/org.slf4j.slf4j-api-2.0.13.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/stax2-api-4.2.1.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/3rd-party/woodstox-core-6.5.0.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/sos/sos-commons-encryption-2.7.3.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/sos/sos-commons-exception-2.7.3.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/sos/sos-commons-sign-2.7.3.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/java/lib/sos/sos-webservices-json-2.7.3.jar +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/__init__.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/configuration/auth_configuration.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/configuration/client_configuration.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/configuration/http_configuration.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/error/http/joc_exceptions.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/__init__.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/accounts.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/audit_log.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/changes.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/configurations.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/controller.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/cycle.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/git_credentials.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/identity_service.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/schedule_time.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/store_agents.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/enum/__init__.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/enum/object_types.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/enum/operation_type.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/enum/order_priority.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/__init__.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/daily_plan_order_filters.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/element/__init__.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/element/folder.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/element/workflow_id.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/export_filter.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/export_folders_filter.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/get_order_filter.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/order_history_filter.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/resume_order_filter.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/suspend_order_filter.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/tasks_filter.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/input/__init__.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/input/add_order.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/service/http_service.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/bytes_converter/bytes_to_archive_bytes.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/bytes_converter/bytes_to_file.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/bytes_converter/files_to_bytes.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/bytes_converter/read_bytes_archive_files_to_bytes.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/bytes_converter/sign_to_bytes.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/detect_archive_type.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/str_converter/order_id_to_order_name.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/validator/http/joc_http_status_validator.py +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7_client_python.egg-info/dependency_links.txt +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7_client_python.egg-info/requires.txt +0 -0
- {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7_client_python.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
from dataclasses import dataclass
|
|
2
|
+
|
|
3
|
+
from ......service.http_service import HTTPService
|
|
4
|
+
from ......model.private.http.joc.joc_v_2_6_5 import NoteIdentifier, NoteResponse
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@dataclass
|
|
8
|
+
class EndpointCall:
|
|
9
|
+
http_service: HTTPService
|
|
10
|
+
access_token: str
|
|
11
|
+
payload: NoteIdentifier
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def note(call: EndpointCall) -> NoteResponse:
|
|
15
|
+
if not call.access_token:
|
|
16
|
+
raise ValueError("'access_token' is required in function call.")
|
|
17
|
+
|
|
18
|
+
body = call.payload.model_dump_json(by_alias=True, exclude_none=True)
|
|
19
|
+
|
|
20
|
+
with call.http_service as http:
|
|
21
|
+
resp = http.post(
|
|
22
|
+
path="/joc/api/note",
|
|
23
|
+
body=body,
|
|
24
|
+
headers={
|
|
25
|
+
"X-Access-Token": call.access_token,
|
|
26
|
+
"Accept": "application/json"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
return NoteResponse.model_validate_json(resp)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
from dataclasses import dataclass
|
|
2
|
+
|
|
3
|
+
from .......service.http_service import HTTPService
|
|
4
|
+
from .......model.private.http.joc.joc_v_2_6_5 import AddPost, NoteResponse
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@dataclass
|
|
8
|
+
class EndpointCall:
|
|
9
|
+
http_service: HTTPService
|
|
10
|
+
access_token: str
|
|
11
|
+
payload: AddPost
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def add(call: EndpointCall) -> NoteResponse:
|
|
15
|
+
if not call.access_token:
|
|
16
|
+
raise ValueError("'access_token' is required in function call.")
|
|
17
|
+
|
|
18
|
+
body = call.payload.model_dump_json(by_alias=True, exclude_none=True)
|
|
19
|
+
|
|
20
|
+
with call.http_service as http:
|
|
21
|
+
resp = http.post(
|
|
22
|
+
path="/joc/api/note/post/add",
|
|
23
|
+
body=body,
|
|
24
|
+
headers={
|
|
25
|
+
"X-Access-Token": call.access_token,
|
|
26
|
+
"Accept": "application/json"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
return NoteResponse.model_validate_json(resp)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
from dataclasses import dataclass
|
|
2
|
+
|
|
3
|
+
from ......service.http_service import HTTPService
|
|
4
|
+
from ......model.private.http.joc.joc_v_2_6_5 import OrderHistoryFilter, OrderLog
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@dataclass
|
|
8
|
+
class EndpointCall:
|
|
9
|
+
http_service: HTTPService
|
|
10
|
+
access_token: str
|
|
11
|
+
payload: OrderHistoryFilter
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def log(call: EndpointCall) -> OrderLog:
|
|
15
|
+
if not call.access_token:
|
|
16
|
+
raise ValueError("'access_token' is required in function call.")
|
|
17
|
+
|
|
18
|
+
body = call.payload.model_dump_json(by_alias=True, exclude_none=True)
|
|
19
|
+
|
|
20
|
+
with call.http_service as http:
|
|
21
|
+
resp = http.post(
|
|
22
|
+
path="/joc/api/order/log",
|
|
23
|
+
body=body,
|
|
24
|
+
headers={
|
|
25
|
+
"X-Access-Token": call.access_token,
|
|
26
|
+
"Accept": "application/json"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
return OrderLog.model_validate_json(resp)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
from dataclasses import dataclass
|
|
2
|
+
|
|
3
|
+
from .......service.http_service import HTTPService
|
|
4
|
+
from .......model.private.http.joc.joc_v_2_6_5 import OrdersFilter, OrdersOverView
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@dataclass
|
|
8
|
+
class EndpointCall:
|
|
9
|
+
http_service: HTTPService
|
|
10
|
+
access_token: str
|
|
11
|
+
payload: OrdersFilter
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def summary(call: EndpointCall) -> OrdersOverView:
|
|
15
|
+
if not call.access_token:
|
|
16
|
+
raise ValueError("'access_token' is required in function call.")
|
|
17
|
+
|
|
18
|
+
body = call.payload.model_dump_json(by_alias=True, exclude_none=True)
|
|
19
|
+
|
|
20
|
+
with call.http_service as http:
|
|
21
|
+
resp = http.post(
|
|
22
|
+
path="/joc/api/orders/overview/summary",
|
|
23
|
+
body=body,
|
|
24
|
+
headers={
|
|
25
|
+
"X-Access-Token": call.access_token,
|
|
26
|
+
"Accept": "application/json"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
return OrdersOverView.model_validate_json(resp)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
from dataclasses import dataclass
|
|
2
|
+
|
|
3
|
+
from ......service.http_service import HTTPService
|
|
4
|
+
from ......model.private.http.joc.joc_v_2_6_5 import WorkflowSearchFilter, ResponseSearch
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@dataclass
|
|
8
|
+
class EndpointCall:
|
|
9
|
+
http_service: HTTPService
|
|
10
|
+
access_token: str
|
|
11
|
+
payload: WorkflowSearchFilter
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def search(call: EndpointCall) -> ResponseSearch:
|
|
15
|
+
if not call.access_token:
|
|
16
|
+
raise ValueError("'access_token' is required in function call.")
|
|
17
|
+
|
|
18
|
+
body = call.payload.model_dump_json(by_alias=True, exclude_none=True)
|
|
19
|
+
|
|
20
|
+
with call.http_service as http:
|
|
21
|
+
resp = http.post(
|
|
22
|
+
path="/joc/api/workflows/search",
|
|
23
|
+
body=body,
|
|
24
|
+
headers={
|
|
25
|
+
"X-Access-Token": call.access_token,
|
|
26
|
+
"Accept": "application/json"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
return ResponseSearch.model_validate_json(resp)
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
from typing import Any, Dict
|
|
2
|
+
|
|
3
|
+
from ...context import Context
|
|
4
|
+
from ....api.joc.http.v_2_6_5.note.note import note, EndpointCall
|
|
5
|
+
from ....util.version_to_tuple import version_to_tuple
|
|
6
|
+
from ....model.public.client.enum.object_types import ObjectType
|
|
7
|
+
from ....model.private.http.joc.joc_v_2_6_5 import (
|
|
8
|
+
NoteIdentifier as NoteIdentifier_V_2_6_5,
|
|
9
|
+
CommonConfigurationType as CommonConfigurationType_V_2_6_5
|
|
10
|
+
)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def get_note_action(
|
|
14
|
+
*,
|
|
15
|
+
context: Context,
|
|
16
|
+
name: str,
|
|
17
|
+
object_type: ObjectType
|
|
18
|
+
) -> Dict[str, Any]:
|
|
19
|
+
|
|
20
|
+
if version_to_tuple(context.version) >= version_to_tuple("2.6.5"):
|
|
21
|
+
request_data = _build_v_2_6_5_request(
|
|
22
|
+
name=name,
|
|
23
|
+
object_type=object_type
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
result = note(EndpointCall(
|
|
27
|
+
http_service=context.http_service,
|
|
28
|
+
access_token=context.auth_provider.login(),
|
|
29
|
+
payload=request_data,
|
|
30
|
+
))
|
|
31
|
+
|
|
32
|
+
return result.model_dump(mode="json").get("posts") or {}
|
|
33
|
+
|
|
34
|
+
raise RuntimeError(f"JOC Cockpit version {context.version} is not supported. Minimum required version is 2.6.5.")
|
|
35
|
+
|
|
36
|
+
def _build_v_2_6_5_request(
|
|
37
|
+
*,
|
|
38
|
+
name: str,
|
|
39
|
+
object_type: ObjectType
|
|
40
|
+
) -> NoteIdentifier_V_2_6_5:
|
|
41
|
+
|
|
42
|
+
# Validate: controller_id
|
|
43
|
+
if not name:
|
|
44
|
+
raise ValueError("'name' is required.")
|
|
45
|
+
|
|
46
|
+
# Result
|
|
47
|
+
return NoteIdentifier_V_2_6_5(
|
|
48
|
+
name=name,
|
|
49
|
+
object_type=CommonConfigurationType_V_2_6_5(object_type.value) # Raises ValueError() if invalid.
|
|
50
|
+
)
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
from typing import Any, Dict, Literal, Optional
|
|
2
|
+
|
|
3
|
+
from ...context import Context
|
|
4
|
+
from ....api.joc.http.v_2_6_5.note.post.add import add, EndpointCall
|
|
5
|
+
from ....util.version_to_tuple import version_to_tuple
|
|
6
|
+
from ....model.public.client.common.audit_log import AuditLog
|
|
7
|
+
from ....model.public.client.enum.object_types import ObjectType
|
|
8
|
+
from ....model.private.http.joc.joc_v_2_6_5 import (
|
|
9
|
+
CommonConfigurationType as CommonConfigurationType_V_2_6_5,
|
|
10
|
+
AddPost as AddPost_V_2_6_5,
|
|
11
|
+
AuditParams as AuditParams_V_2_6_5,
|
|
12
|
+
Severity as Severity_V_2_6_5
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
def post_to_note_action(
|
|
17
|
+
*,
|
|
18
|
+
context: Context,
|
|
19
|
+
name: str,
|
|
20
|
+
object_type: ObjectType,
|
|
21
|
+
content: str,
|
|
22
|
+
severity: Literal["INFO", "LOW", "NORMAL", "HIGH", "CRITICAL"],
|
|
23
|
+
audit_log: Optional[AuditLog]
|
|
24
|
+
) -> Dict[str, Any]:
|
|
25
|
+
|
|
26
|
+
if version_to_tuple(context.version) >= version_to_tuple("2.6.5"):
|
|
27
|
+
request_data = _build_v_2_6_5_request(
|
|
28
|
+
name=name,
|
|
29
|
+
object_type=object_type,
|
|
30
|
+
content=content,
|
|
31
|
+
severity=severity,
|
|
32
|
+
audit_log=audit_log
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
result = add(EndpointCall(
|
|
36
|
+
http_service=context.http_service,
|
|
37
|
+
access_token=context.auth_provider.login(),
|
|
38
|
+
payload=request_data,
|
|
39
|
+
))
|
|
40
|
+
|
|
41
|
+
return result.model_dump(mode="json").get("posts") or {}
|
|
42
|
+
|
|
43
|
+
raise RuntimeError(f"JOC Cockpit version {context.version} is not supported. Minimum required version is 2.6.5.")
|
|
44
|
+
|
|
45
|
+
def _build_v_2_6_5_request(
|
|
46
|
+
*,
|
|
47
|
+
name: str,
|
|
48
|
+
object_type: ObjectType,
|
|
49
|
+
content: str,
|
|
50
|
+
severity: Literal["INFO", "LOW", "NORMAL", "HIGH", "CRITICAL"],
|
|
51
|
+
audit_log: Optional[AuditLog]
|
|
52
|
+
) -> AddPost_V_2_6_5:
|
|
53
|
+
|
|
54
|
+
# Validate: name
|
|
55
|
+
if not name:
|
|
56
|
+
raise ValueError("'name' is required.")
|
|
57
|
+
|
|
58
|
+
# Validate: content
|
|
59
|
+
if not content:
|
|
60
|
+
raise ValueError("'content' is required.")
|
|
61
|
+
|
|
62
|
+
# Validate: severity
|
|
63
|
+
if severity not in ("INFO", "LOW", "NORMAL", "HIGH", "CRITICAL"):
|
|
64
|
+
raise ValueError("'severity' must be 'INFO', 'LOW', 'NORMAL', 'HIGH' or 'CRITICAL'.")
|
|
65
|
+
|
|
66
|
+
# Build: audit_log
|
|
67
|
+
res_audit_log = AuditParams_V_2_6_5(
|
|
68
|
+
ticket_link=audit_log.ticket_link,
|
|
69
|
+
comment=audit_log.comment,
|
|
70
|
+
time_spent=audit_log.time_spent
|
|
71
|
+
) if audit_log else None
|
|
72
|
+
|
|
73
|
+
# Result
|
|
74
|
+
return AddPost_V_2_6_5(
|
|
75
|
+
name=name,
|
|
76
|
+
object_type=CommonConfigurationType_V_2_6_5(object_type.value), # Raises ValueError() if invalid.
|
|
77
|
+
content=content,
|
|
78
|
+
severity=Severity_V_2_6_5(severity), # Raises ValueError() if invalid.
|
|
79
|
+
audit_log=res_audit_log
|
|
80
|
+
)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
from typing import Any, Dict
|
|
2
|
+
|
|
3
|
+
from ...context import Context
|
|
4
|
+
from ....api.joc.http.v_2_6_5.order.log import log, EndpointCall
|
|
5
|
+
from ....util.version_to_tuple import version_to_tuple
|
|
6
|
+
from ....model.private.http.joc.joc_v_2_6_5 import (
|
|
7
|
+
OrderHistoryFilter as OrderHistoryFilter_V_2_6_5
|
|
8
|
+
)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
def get_order_log_action(
|
|
12
|
+
*,
|
|
13
|
+
context: Context,
|
|
14
|
+
controller_id: str,
|
|
15
|
+
history_id: int
|
|
16
|
+
) -> Dict[str, Any]:
|
|
17
|
+
|
|
18
|
+
if version_to_tuple(context.version) >= version_to_tuple("2.6.5"):
|
|
19
|
+
request_data = _build_v_2_6_5_request(
|
|
20
|
+
controller_id=controller_id,
|
|
21
|
+
history_id=history_id
|
|
22
|
+
)
|
|
23
|
+
|
|
24
|
+
result = log(EndpointCall(
|
|
25
|
+
http_service=context.http_service,
|
|
26
|
+
access_token=context.auth_provider.login(),
|
|
27
|
+
payload=request_data,
|
|
28
|
+
))
|
|
29
|
+
|
|
30
|
+
return result.model_dump(mode="json").get("log_events") or {}
|
|
31
|
+
|
|
32
|
+
raise RuntimeError(f"JOC Cockpit version {context.version} is not supported. Minimum required version is 2.6.5.")
|
|
33
|
+
|
|
34
|
+
def _build_v_2_6_5_request(
|
|
35
|
+
*,
|
|
36
|
+
controller_id: str,
|
|
37
|
+
history_id: int
|
|
38
|
+
) -> OrderHistoryFilter_V_2_6_5:
|
|
39
|
+
|
|
40
|
+
# Validate: controller_id
|
|
41
|
+
if not controller_id:
|
|
42
|
+
raise ValueError("'controller_id' is required.")
|
|
43
|
+
|
|
44
|
+
# Result
|
|
45
|
+
return OrderHistoryFilter_V_2_6_5(
|
|
46
|
+
controller_id=controller_id,
|
|
47
|
+
history_id=history_id
|
|
48
|
+
)
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
from typing import Optional, Tuple
|
|
2
|
+
|
|
3
|
+
from ...context import Context
|
|
4
|
+
from ....api.joc.http.v_2_6_5.orders.overview.summary import summary, EndpointCall
|
|
5
|
+
from ....util.version_to_tuple import version_to_tuple
|
|
6
|
+
from ....model.private.http.joc.joc_v_2_6_5 import (
|
|
7
|
+
OrdersFilter as OrdersFilter_V_2_6_5
|
|
8
|
+
)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
def get_orders_overview_action(
|
|
12
|
+
*,
|
|
13
|
+
context: Context,
|
|
14
|
+
controller_id: Optional[str],
|
|
15
|
+
date_from: Optional[str],
|
|
16
|
+
date_to: Optional[str]
|
|
17
|
+
) -> Tuple[int, int]:
|
|
18
|
+
|
|
19
|
+
if version_to_tuple(context.version) >= version_to_tuple("2.6.5"):
|
|
20
|
+
request_data = _build_v_2_6_5_request(
|
|
21
|
+
controller_id=controller_id,
|
|
22
|
+
date_from=date_from,
|
|
23
|
+
date_to=date_to,
|
|
24
|
+
timezone=context.client_config.timezone
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
result = summary(EndpointCall(
|
|
28
|
+
http_service=context.http_service,
|
|
29
|
+
access_token=context.auth_provider.login(),
|
|
30
|
+
payload=request_data,
|
|
31
|
+
))
|
|
32
|
+
|
|
33
|
+
successful = result.orders.successful or 0 if result.orders else 0
|
|
34
|
+
failed = result.orders.failed or 0 if result.orders else 0
|
|
35
|
+
|
|
36
|
+
return (successful, failed)
|
|
37
|
+
|
|
38
|
+
raise RuntimeError(f"JOC Cockpit version {context.version} is not supported. Minimum required version is 2.6.5.")
|
|
39
|
+
|
|
40
|
+
def _build_v_2_6_5_request(
|
|
41
|
+
*,
|
|
42
|
+
controller_id: Optional[str],
|
|
43
|
+
date_from: Optional[str],
|
|
44
|
+
date_to: Optional[str],
|
|
45
|
+
timezone: Optional[str]
|
|
46
|
+
) -> OrdersFilter_V_2_6_5:
|
|
47
|
+
|
|
48
|
+
# Result
|
|
49
|
+
return OrdersFilter_V_2_6_5(
|
|
50
|
+
controller_id=controller_id,
|
|
51
|
+
date_from=date_from,
|
|
52
|
+
date_to=date_to,
|
|
53
|
+
time_zone=timezone
|
|
54
|
+
)
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
from typing import List
|
|
2
|
+
|
|
3
|
+
from ...context import Context
|
|
4
|
+
from ....api.joc.http.v_2_6_5.workflows.search import search as api_search, EndpointCall
|
|
5
|
+
from ....util.version_to_tuple import version_to_tuple
|
|
6
|
+
from ....model.private.http.joc.joc_v_2_6_5 import (
|
|
7
|
+
WorkflowSearchFilter as WorkflowSearchFilter_V_2_6_5,
|
|
8
|
+
)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
# Returns: [Workflow Paths]
|
|
12
|
+
def search_workflows_action(*, context: Context, controller_id: str, search: str) -> List[str]:
|
|
13
|
+
|
|
14
|
+
if version_to_tuple(context.version) >= version_to_tuple("2.6.5"):
|
|
15
|
+
request_data = _build_v_2_6_5_request(
|
|
16
|
+
controller_id=controller_id,
|
|
17
|
+
search=search
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
result = api_search(EndpointCall(
|
|
21
|
+
http_service=context.http_service,
|
|
22
|
+
access_token=context.auth_provider.login(),
|
|
23
|
+
payload=request_data,
|
|
24
|
+
))
|
|
25
|
+
|
|
26
|
+
wf_paths: List[str] = []
|
|
27
|
+
|
|
28
|
+
if result.results:
|
|
29
|
+
for r in result.results:
|
|
30
|
+
if r.path:
|
|
31
|
+
wf_paths.append(r.path)
|
|
32
|
+
|
|
33
|
+
return wf_paths
|
|
34
|
+
|
|
35
|
+
raise RuntimeError(f"JOC Cockpit version {context.version} is not supported. Minimum required version is 2.6.5.")
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def _build_v_2_6_5_request(*, controller_id: str, search: str) -> WorkflowSearchFilter_V_2_6_5:
|
|
39
|
+
# Validate: controller_id
|
|
40
|
+
if not controller_id:
|
|
41
|
+
raise ValueError("'controller_id' is required.")
|
|
42
|
+
|
|
43
|
+
# Validate: search
|
|
44
|
+
if not search:
|
|
45
|
+
raise ValueError("'search' is required.")
|
|
46
|
+
|
|
47
|
+
return WorkflowSearchFilter_V_2_6_5(
|
|
48
|
+
controller_id=controller_id,
|
|
49
|
+
search=search
|
|
50
|
+
)
|
|
@@ -16,6 +16,7 @@ from .feature.workflow.workflow import Workflow
|
|
|
16
16
|
from .feature.controller.controller import Controller
|
|
17
17
|
from .feature.iam.iam import IAM
|
|
18
18
|
from .feature.daily_plan.daily_plan import DailyPlan
|
|
19
|
+
from .feature.note.note import Note
|
|
19
20
|
|
|
20
21
|
from .action.helper.encrypt_action import encrypt_action
|
|
21
22
|
from .action.helper.decrypt_action import decrypt_action
|
|
@@ -90,6 +91,10 @@ class Client:
|
|
|
90
91
|
@cached_property
|
|
91
92
|
def daily_plan(self) -> DailyPlan:
|
|
92
93
|
return DailyPlan(context=self._ctx)
|
|
94
|
+
|
|
95
|
+
@cached_property
|
|
96
|
+
def note(self) -> Note:
|
|
97
|
+
return Note(context=self._ctx)
|
|
93
98
|
|
|
94
99
|
def login(self, auth_config: Optional[AuthConfiguration] = None, force_server_login: bool = False) -> str:
|
|
95
100
|
"""
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
from typing import Any, Dict, Literal, Optional
|
|
2
|
+
|
|
3
|
+
from js7.model.public.client.common.audit_log import AuditLog
|
|
4
|
+
|
|
5
|
+
from ....model.public.client.enum.object_types import ObjectType
|
|
6
|
+
|
|
7
|
+
from ...context import Context
|
|
8
|
+
|
|
9
|
+
from ...action.note.get_note_action import get_note_action
|
|
10
|
+
from ...action.note.post_to_note_action import post_to_note_action
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class Manage:
|
|
14
|
+
def __init__(self, context: Context):
|
|
15
|
+
self._ctx = context
|
|
16
|
+
|
|
17
|
+
def get_note(
|
|
18
|
+
self,
|
|
19
|
+
name: str,
|
|
20
|
+
object_type: ObjectType
|
|
21
|
+
) -> Dict[str, Any]:
|
|
22
|
+
"""
|
|
23
|
+
Gets a note.
|
|
24
|
+
|
|
25
|
+
Args:
|
|
26
|
+
name (str):
|
|
27
|
+
Object name of the configuration item.
|
|
28
|
+
|
|
29
|
+
object_type (ObjectType):
|
|
30
|
+
Object type of the configuration item.
|
|
31
|
+
|
|
32
|
+
Returns:
|
|
33
|
+
Dict[str, Any]:
|
|
34
|
+
A list of posts.
|
|
35
|
+
|
|
36
|
+
Raises:
|
|
37
|
+
ValueError:
|
|
38
|
+
If required arguments are missing or invalid.
|
|
39
|
+
|
|
40
|
+
RuntimeError:
|
|
41
|
+
If the operation fails or the server version is incompatible.
|
|
42
|
+
"""
|
|
43
|
+
|
|
44
|
+
return get_note_action(context=self._ctx, name=name, object_type=object_type)
|
|
45
|
+
|
|
46
|
+
def post_to_note(
|
|
47
|
+
self,
|
|
48
|
+
name: str,
|
|
49
|
+
object_type: ObjectType,
|
|
50
|
+
content: str,
|
|
51
|
+
severity: Literal["INFO", "LOW", "NORMAL", "HIGH", "CRITICAL"] = "NORMAL",
|
|
52
|
+
audit_log: Optional[AuditLog] = None
|
|
53
|
+
) -> Dict[str, Any]:
|
|
54
|
+
"""
|
|
55
|
+
Adds a post to a note and returns the updated note.
|
|
56
|
+
|
|
57
|
+
Args:
|
|
58
|
+
name (str):
|
|
59
|
+
Object name of the configuration item.
|
|
60
|
+
|
|
61
|
+
object_type (ObjectType):
|
|
62
|
+
Object type of the configuration item.
|
|
63
|
+
|
|
64
|
+
content (str):
|
|
65
|
+
Content of a post in markdown format.
|
|
66
|
+
|
|
67
|
+
severity (Literal["INFO", "LOW", "NORMAL", "HIGH", "CRITICAL"]):
|
|
68
|
+
Severity of a post.
|
|
69
|
+
|
|
70
|
+
audit_log (Optional[AuditLog]):
|
|
71
|
+
Creates an audit log entry for this operation.
|
|
72
|
+
|
|
73
|
+
Returns:
|
|
74
|
+
Dict[str, Any]:
|
|
75
|
+
A list of posts.
|
|
76
|
+
|
|
77
|
+
Raises:
|
|
78
|
+
ValueError:
|
|
79
|
+
If required arguments are missing or invalid.
|
|
80
|
+
|
|
81
|
+
RuntimeError:
|
|
82
|
+
If the operation fails or the server version is incompatible.
|
|
83
|
+
"""
|
|
84
|
+
|
|
85
|
+
return post_to_note_action(
|
|
86
|
+
context=self._ctx,
|
|
87
|
+
name=name,
|
|
88
|
+
object_type=object_type,
|
|
89
|
+
content=content,
|
|
90
|
+
severity=severity,
|
|
91
|
+
audit_log=audit_log
|
|
92
|
+
)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
from functools import cached_property
|
|
2
|
+
|
|
3
|
+
from ...context import Context
|
|
4
|
+
from .manage import Manage
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class Note:
|
|
8
|
+
def __init__(self, context: Context):
|
|
9
|
+
self._ctx = context
|
|
10
|
+
|
|
11
|
+
@cached_property
|
|
12
|
+
def manage(self) -> Manage:
|
|
13
|
+
return Manage(context=self._ctx)
|