js7-client-python 2.0.1__tar.gz → 2.0.2__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.1.0/src/js7_client_python.egg-info → js7_client_python-2.0.2}/PKG-INFO +40 -20
- js7_client_python-2.0.2/README.md +93 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/pyproject.toml +2 -2
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/auth/auth_provider.py +0 -1
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/agent/agent.py +0 -1
- js7_client_python-2.0.1.0/src/js7/client/feature/agent/operate.py → js7_client_python-2.0.2/src/js7/client/feature/agent/manage.py +275 -107
- js7_client_python-2.0.2/src/js7/client/feature/agent/operate.py +194 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/controller/manage.py +34 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/controller/operate.py +1 -34
- js7_client_python-2.0.1.0/src/js7/client/feature/daily_plan/operate.py → js7_client_python-2.0.2/src/js7/client/feature/daily_plan/manage.py +191 -133
- js7_client_python-2.0.2/src/js7/client/feature/daily_plan/operate.py +122 -0
- js7_client_python-2.0.2/src/js7/client/feature/inventory/deploy.py +171 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/inventory/inventory.py +6 -1
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/inventory/manage.py +2 -162
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/joc/manage.py +35 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/joc/operate.py +2 -34
- js7_client_python-2.0.2/src/js7/client/feature/workflow/manage.py +102 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/workflow/operate.py +0 -46
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2/src/js7_client_python.egg-info}/PKG-INFO +40 -20
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7_client_python.egg-info/SOURCES.txt +1 -0
- js7_client_python-2.0.2/src/js7_client_python.egg-info/requires.txt +2 -0
- js7_client_python-2.0.1.0/README.md +0 -73
- js7_client_python-2.0.1.0/src/js7/client/feature/agent/manage.py +0 -363
- js7_client_python-2.0.1.0/src/js7/client/feature/daily_plan/manage.py +0 -179
- js7_client_python-2.0.1.0/src/js7/client/feature/workflow/manage.py +0 -54
- js7_client_python-2.0.1.0/src/js7_client_python.egg-info/requires.txt +0 -4
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/LICENSE +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/setup.cfg +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/__init__.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agent/cluster/confirm_node_loss.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agent/cluster/switchover.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agent/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/agents.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/cluster/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/cluster/deploy.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/cluster/revoke.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/cluster/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/export.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/import.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/cluster/deploy.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/cluster/revoke.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/cluster/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/cluster/subagents/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/cluster/subagents/disable.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/cluster/subagents/enable.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/cluster/subagents/reset.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/cluster/subagents/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/deploy.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/disable.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/enable.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/revoke.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/inventory/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/agents/reset.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/authentication/auth.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/authentication/joc_cockpit_permissions.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/authentication/login.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/authentication/logout.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/configuration/configuration.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/configuration/save.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/abort.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/abort_and_restart.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/cluster/appoint_nodes.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/cluster/confirm_node_loss.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/cluster/switchover.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/components.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/controller.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/register.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/restart.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/terminate.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/test.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/controller/unregister.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/orders/cancel.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/orders/copy.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/orders/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/orders/generate.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/orders/modify.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/orders/orders.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/orders/submit.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/projections/calendar.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/projections/dates.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/projections/recreate.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/daily_plan/submissions/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/account/change_password.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/account/permissions.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/account/rename.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/account/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/accounts/accounts.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/accounts/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/accounts/disable.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/accounts/enable.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/accounts/reset_password.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/blocked_account/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/blocked_accounts/blocked_accounts.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/blocked_accounts/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/folder/folder.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/folder/rename.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/folders/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/folders/folders.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/folders/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/identity_service/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/identity_service/identity_service.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/identity_service/rename.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/identity_service/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/identity_services/identity_services.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/permission/permission.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/permission/rename.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/permissions/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/permissions/permissions.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/permissions/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/role/rename.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/role/role.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/role/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/roles/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/iam/roles/roles.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/changes/changes.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/dependencies.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/deployment/deploy.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/deployment/import_deploy.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/deployment/revoke.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/export/export.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/export/folder.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/import_objects.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/releasables/recall/folder.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/releasables/recall/recall.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/release.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/remove/folder.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/remove/remove.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/git/add.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/git/checkout.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/git/clone.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/git/commit.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/git/credentials/add.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/git/credentials/credentials.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/git/credentials/remove.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/git/pull.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/git/push.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/read.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/repository/update.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/revalidate/folder.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/trash/delete/delete.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/trash/delete/folder.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/trash/restore.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/inventory/validate.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/joc/cluster/restart.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/joc/cluster/run.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/joc/cluster/switch_member.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/joc/license.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/joc/proxies/restart.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/joc/version.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/joc/versions.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/orders/add.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/orders/cancel.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/orders/confirm.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/orders/continue.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/orders/history.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/orders/orders.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/orders/remove_when_terminated.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/orders/resume.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/orders/suspend.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/settings/settings.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/settings/store.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/tasks/history.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/workflow/transition.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/workflow/workflow.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/workflows/resume.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/workflows/skip.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/workflows/stop.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/workflows/suspend.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/workflows/unskip.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/workflows/unstop.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/http/v_2_8_2/workflows/workflows.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/interface/dispatcher.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/interface/interface.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/api/joc/interface/resolver.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/confirm_node_loss_agent_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/delete_subagent_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/delete_subagent_clusters_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/deploy_cluster_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/deploy_standalone_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/deploy_subagent_clusters_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/disable_standalone_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/disable_subagents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/enable_standalone_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/enable_subagents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/export_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/get_agents_status_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/import_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/remove_agent_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/reset_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/reset_subagent_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/revoke_cluster_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/revoke_standalone_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/revoke_subagent_clusters_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/store_cluster_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/store_standalone_agents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/store_subagent_clusters_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/store_subagents_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/agent/switchover_agent_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/appoint_nodes_controller_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/cancel_and_restart_controller_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/cancel_controller_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/confirm_cluster_node_loss_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/get_controller_components_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/get_controller_status_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/register_controller_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/restart_controller_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/switchover_controller_cluster_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/terminate_controller_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/test_controller_instance_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/controller/unregister_controller_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/cancel_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/copy_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/create_projections_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/delete_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/delete_submissions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/generate_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/get_calendar_projections_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/get_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/get_projection_dates_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/modify_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/daily_plan/submit_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/helper/decrypt_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/helper/encrypt_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/block_account_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/change_account_password_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/disable_accounts_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/enable_accounts_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/get_account_permissions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/get_accounts_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/get_blocked_accounts_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/get_folder_permissions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/get_identity_service_settings_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/get_identity_services_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/get_permissions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/get_roles_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/remove_accounts_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/remove_folder_permissions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/remove_identity_service_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/remove_permissions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/remove_roles_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/rename_account_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/rename_folder_permissions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/rename_identity_service_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/rename_permission_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/rename_role_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/reset_account_passwords_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/set_folder_permissions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/set_permissions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/store_account_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/store_identity_service_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/store_identity_service_settings_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/store_role_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/iam/unblock_accounts_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/deploy_configurations_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/export_configurations_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/export_folders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/get_change_dependencies_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/get_changes_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/get_git_credentials_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/git_add_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/git_checkout_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/git_clone_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/git_commit_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/git_pull_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/git_push_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/import_configurations_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/import_deploy_configurations_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/read_from_local_repository_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/recall_folder_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/recall_released_configuration_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/release_configuartions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/remove_configurations_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/remove_configurations_from_trash_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/remove_folder_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/remove_folder_from_trash_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/remove_git_credentials_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/remove_repository_configuration_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/restore_configuration_from_trash_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/revalidate_folder_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/revoke_configurations_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/store_configuration_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/store_git_credentials_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/store_repository_configuration_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/update_repository_configuration_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/inventory/validate_configuration_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/joc/get_components_versions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/joc/get_license_info_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/joc/get_settings_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/joc/get_version_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/joc/restart_proxies_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/joc/restart_service_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/joc/run_service_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/joc/store_settings_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/joc/switch_over_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/order/add_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/order/cancel_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/order/confirm_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/order/continue_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/order/get_order_history_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/order/get_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/order/remove_terminated_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/order/resume_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/order/suspend_orders_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/task/get_task_history_info_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/workflow/get_workflow_versions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/workflow/resume_workflows_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/workflow/set_workflow_version_as_current_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/workflow/skip_job_instructions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/workflow/stop_job_instructions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/workflow/suspend_workflows_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/workflow/unskip_job_instructions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/action/workflow/unstop_job_instructions_action.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/auth/login.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/auth/logout.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/client.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/context.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/agent/deploy.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/controller/controller.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/daily_plan/daily_plan.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/iam/iam.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/iam/manage.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/inventory/manage_repository.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/joc/joc.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/order/manage.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/order/operate.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/order/order.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/task/task.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/client/feature/workflow/workflow.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/bcpg-jdk15to18-1.78.1.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/bcpkix-jdk15to18-1.78.1.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/bcprov-jdk15to18-1.78.1.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/bcutil-jdk15to18-1.78.1.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/commons-io-2.15.1.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/commons-lang3-3.14.0.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/jackson-core-2.14.2.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/jackson-databind-2.14.2.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/jackson-dataformat-xml-2.14.2.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/jakarta.annotation-api-2.1.1.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/javax.activation-api-1.2.0.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/jaxb-api-2.4.0-b180830.0359.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/org.apache.logging.log4j.log4j-api-2.23.1.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/org.apache.logging.log4j.log4j-core-2.23.1.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/org.apache.logging.log4j.log4j-slf4j2-impl-2.23.1.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/org.slf4j.slf4j-api-2.0.13.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/stax2-api-4.2.1.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/3rd-party/woodstox-core-6.5.0.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/sos/sos-commons-encryption-2.7.3.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/sos/sos-commons-exception-2.7.3.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/sos/sos-commons-sign-2.7.3.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/java/lib/sos/sos-webservices-json-2.7.3.jar +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/__init__.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/configuration/auth_configuration.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/configuration/client_configuration.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/configuration/http_configuration.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/error/http/joc_exceptions.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/private/api/endpoint.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/private/http/joc/joc_v_2_8_2.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/common/__init__.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/common/accounts.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/common/audit_log.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/common/changes.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/common/configurations.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/common/cycle.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/common/git_credentials.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/common/identity_service.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/common/schedule_time.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/common/store_agents.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/enum/__init__.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/enum/object_types.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/enum/operation_type.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/enum/order_priority.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/__init__.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/daily_plan_order_filters.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/element/__init__.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/element/folder.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/element/workflow_id.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/export_filter.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/export_folders_filter.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/get_order_filter.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/order_history_filter.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/resume_order_filter.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/suspend_order_filter.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/filter/tasks_filter.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/input/__init__.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/model/public/client/input/add_order.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/service/http_service.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/util/bytes_converter/bytes_to_archive_bytes.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/util/bytes_converter/bytes_to_file.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/util/bytes_converter/files_to_bytes.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/util/bytes_converter/read_bytes_archive_files_to_bytes.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/util/bytes_converter/sign_to_bytes.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/util/check_matching_version.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/util/detect_archive_type.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/util/str_converter/order_id_to_order_name.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7/validator/http/joc_http_status_validator.py +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7_client_python.egg-info/dependency_links.txt +0 -0
- {js7_client_python-2.0.1.0 → js7_client_python-2.0.2}/src/js7_client_python.egg-info/top_level.txt +0 -0
{js7_client_python-2.0.1.0/src/js7_client_python.egg-info → js7_client_python-2.0.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: js7-client-python
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Python client for the JS7 JOC REST API
|
|
5
5
|
Author: Marcel Kerth
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -686,18 +686,21 @@ Requires-Python: >=3.8
|
|
|
686
686
|
Description-Content-Type: text/markdown
|
|
687
687
|
License-File: LICENSE
|
|
688
688
|
Requires-Dist: pydantic<3.0.0,>=2.10.6
|
|
689
|
-
Requires-Dist: cryptography
|
|
689
|
+
Requires-Dist: cryptography
|
|
690
690
|
|
|
691
691
|
# JS7 Python Client
|
|
692
692
|
|
|
693
|
+
[](https://pypi.org/project/js7-client-python/)
|
|
694
|
+
[](https://pypi.org/project/js7-client-python/)
|
|
695
|
+
|
|
693
696
|
The JS7 Python Client provides methods for accessing the JS7 JOC REST API.
|
|
694
|
-
|
|
697
|
+
It offers functionality similar to the JS7 Unix CLI: [JS7 Unix CLI](https://github.com/sos-berlin/js7-cli-unix).
|
|
695
698
|
|
|
696
699
|
## Requirements
|
|
697
700
|
|
|
698
701
|
- Python version 3.8 or later
|
|
699
|
-
- A JS7 installation with version 2.6.5
|
|
700
|
-
- A Java JVM version 17 or later for
|
|
702
|
+
- A JS7 installation with version 2.6.5–2.8.3
|
|
703
|
+
- A Java JVM version 17 or later for encryption and decryption functionality
|
|
701
704
|
|
|
702
705
|
## Installation
|
|
703
706
|
|
|
@@ -707,7 +710,7 @@ pip install js7-client-python
|
|
|
707
710
|
|
|
708
711
|
## Quick Start
|
|
709
712
|
|
|
710
|
-
The following example shows how to create a client instance and
|
|
713
|
+
The following example shows how to create a client instance and perform an operation.
|
|
711
714
|
|
|
712
715
|
### Client Initialization
|
|
713
716
|
|
|
@@ -718,8 +721,8 @@ import js7
|
|
|
718
721
|
|
|
719
722
|
client = js7.Client(
|
|
720
723
|
http_config=js7.model.HTTPConfiguration(
|
|
721
|
-
host="192.168.1.
|
|
722
|
-
port=
|
|
724
|
+
host="192.168.1.14",
|
|
725
|
+
port=4443
|
|
723
726
|
),
|
|
724
727
|
auth_config=js7.model.AuthConfiguration(
|
|
725
728
|
basic_auth=js7.model.BasicAuth(
|
|
@@ -732,32 +735,49 @@ client = js7.Client(
|
|
|
732
735
|
|
|
733
736
|
#### SSL and Certificate-Based Authentication
|
|
734
737
|
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
738
|
+
The code snippet above shows authentication using Basic Auth.
|
|
739
|
+
However, the JS7 Python Client also supports certificate-based authentication and client certificates for HTTPS connections.
|
|
740
|
+
|
|
741
|
+
```python
|
|
742
|
+
client = js7.Client(
|
|
743
|
+
http_config=js7.model.HTTPConfiguration(
|
|
744
|
+
host="192.168.1.14",
|
|
745
|
+
port=4446,
|
|
746
|
+
ssl=True,
|
|
747
|
+
cafile_path="./certificate.crt"
|
|
748
|
+
),
|
|
749
|
+
auth_config=js7.model.AuthConfiguration(
|
|
750
|
+
cert_auth=js7.model.CertAuth(
|
|
751
|
+
certfile_path="./client.crt",
|
|
752
|
+
keyfile_path="./client.key"
|
|
753
|
+
)
|
|
754
|
+
)
|
|
755
|
+
)
|
|
756
|
+
```
|
|
739
757
|
|
|
740
|
-
### Import Configurations
|
|
758
|
+
### Import Inventory Configurations
|
|
741
759
|
|
|
742
|
-
A common use case is
|
|
760
|
+
A common use case is importing inventory configurations into JS7 JOC.
|
|
743
761
|
We use the previously created client instance to import configurations.
|
|
744
762
|
|
|
745
763
|
```python
|
|
746
|
-
client.inventory.manage.import_configurations(
|
|
764
|
+
ok = client.inventory.manage.import_configurations(
|
|
747
765
|
file_path="/path/to/file/or/folder",
|
|
748
766
|
inventory_target_folder="/test-folder"
|
|
749
767
|
)
|
|
768
|
+
|
|
769
|
+
print(f"Operation successful: {ok}")
|
|
750
770
|
```
|
|
751
771
|
|
|
752
772
|
## Namespaces
|
|
753
773
|
|
|
754
|
-
The Client class follows the domains of the JS7 JOC API, but groups its methods into three
|
|
774
|
+
The Client class follows the domains of the JS7 JOC API, but groups its methods into three namespaces:
|
|
755
775
|
|
|
756
|
-
- **Manage**: Used to manage
|
|
757
|
-
- **Operate**: Used to
|
|
758
|
-
- **Deploy**: Used to deploy configurations such as workflows.
|
|
776
|
+
- **Manage**: Used to manage configurations and resources, such as importing, updating, or removing them.
|
|
777
|
+
- **Operate**: Used to control runtime behavior, such as resuming a workflow or canceling an order.
|
|
778
|
+
- **Deploy**: Used to deploy configurations, such as workflows.
|
|
759
779
|
|
|
760
|
-
##
|
|
780
|
+
## Resources
|
|
761
781
|
|
|
762
782
|
- **Docs**: [JS7 Python Client](https://kb.sos-berlin.com/display/JS7/JS7+-+Python+Client)
|
|
763
783
|
- **Issues**: [JOC-2175 - Python Client for JS7 REST API](https://change.sos-berlin.com/browse/JOC-2175)
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# JS7 Python Client
|
|
2
|
+
|
|
3
|
+
[](https://pypi.org/project/js7-client-python/)
|
|
4
|
+
[](https://pypi.org/project/js7-client-python/)
|
|
5
|
+
|
|
6
|
+
The JS7 Python Client provides methods for accessing the JS7 JOC REST API.
|
|
7
|
+
It offers functionality similar to the JS7 Unix CLI: [JS7 Unix CLI](https://github.com/sos-berlin/js7-cli-unix).
|
|
8
|
+
|
|
9
|
+
## Requirements
|
|
10
|
+
|
|
11
|
+
- Python version 3.8 or later
|
|
12
|
+
- A JS7 installation with version 2.6.5–2.8.3
|
|
13
|
+
- A Java JVM version 17 or later for encryption and decryption functionality
|
|
14
|
+
|
|
15
|
+
## Installation
|
|
16
|
+
|
|
17
|
+
```sh
|
|
18
|
+
pip install js7-client-python
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Quick Start
|
|
22
|
+
|
|
23
|
+
The following example shows how to create a client instance and perform an operation.
|
|
24
|
+
|
|
25
|
+
### Client Initialization
|
|
26
|
+
|
|
27
|
+
Client initialization begins with configuring the JOC API endpoint and the user’s credentials.
|
|
28
|
+
|
|
29
|
+
```python
|
|
30
|
+
import js7
|
|
31
|
+
|
|
32
|
+
client = js7.Client(
|
|
33
|
+
http_config=js7.model.HTTPConfiguration(
|
|
34
|
+
host="192.168.1.14",
|
|
35
|
+
port=4443
|
|
36
|
+
),
|
|
37
|
+
auth_config=js7.model.AuthConfiguration(
|
|
38
|
+
basic_auth=js7.model.BasicAuth(
|
|
39
|
+
username="root",
|
|
40
|
+
password="changeit"
|
|
41
|
+
)
|
|
42
|
+
)
|
|
43
|
+
)
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
#### SSL and Certificate-Based Authentication
|
|
47
|
+
|
|
48
|
+
The code snippet above shows authentication using Basic Auth.
|
|
49
|
+
However, the JS7 Python Client also supports certificate-based authentication and client certificates for HTTPS connections.
|
|
50
|
+
|
|
51
|
+
```python
|
|
52
|
+
client = js7.Client(
|
|
53
|
+
http_config=js7.model.HTTPConfiguration(
|
|
54
|
+
host="192.168.1.14",
|
|
55
|
+
port=4446,
|
|
56
|
+
ssl=True,
|
|
57
|
+
cafile_path="./certificate.crt"
|
|
58
|
+
),
|
|
59
|
+
auth_config=js7.model.AuthConfiguration(
|
|
60
|
+
cert_auth=js7.model.CertAuth(
|
|
61
|
+
certfile_path="./client.crt",
|
|
62
|
+
keyfile_path="./client.key"
|
|
63
|
+
)
|
|
64
|
+
)
|
|
65
|
+
)
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### Import Inventory Configurations
|
|
69
|
+
|
|
70
|
+
A common use case is importing inventory configurations into JS7 JOC.
|
|
71
|
+
We use the previously created client instance to import configurations.
|
|
72
|
+
|
|
73
|
+
```python
|
|
74
|
+
ok = client.inventory.manage.import_configurations(
|
|
75
|
+
file_path="/path/to/file/or/folder",
|
|
76
|
+
inventory_target_folder="/test-folder"
|
|
77
|
+
)
|
|
78
|
+
|
|
79
|
+
print(f"Operation successful: {ok}")
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Namespaces
|
|
83
|
+
|
|
84
|
+
The Client class follows the domains of the JS7 JOC API, but groups its methods into three namespaces:
|
|
85
|
+
|
|
86
|
+
- **Manage**: Used to manage configurations and resources, such as importing, updating, or removing them.
|
|
87
|
+
- **Operate**: Used to control runtime behavior, such as resuming a workflow or canceling an order.
|
|
88
|
+
- **Deploy**: Used to deploy configurations, such as workflows.
|
|
89
|
+
|
|
90
|
+
## Resources
|
|
91
|
+
|
|
92
|
+
- **Docs**: [JS7 Python Client](https://kb.sos-berlin.com/display/JS7/JS7+-+Python+Client)
|
|
93
|
+
- **Issues**: [JOC-2175 - Python Client for JS7 REST API](https://change.sos-berlin.com/browse/JOC-2175)
|
|
@@ -9,7 +9,7 @@ authors = [
|
|
|
9
9
|
]
|
|
10
10
|
description = "Python client for the JS7 JOC REST API"
|
|
11
11
|
readme = "README.md"
|
|
12
|
-
version = "2.0.
|
|
12
|
+
version = "2.0.2"
|
|
13
13
|
requires-python = ">=3.8"
|
|
14
14
|
classifiers = [
|
|
15
15
|
"Programming Language :: Python :: 3",
|
|
@@ -18,7 +18,7 @@ classifiers = [
|
|
|
18
18
|
license = { file = "LICENSE" }
|
|
19
19
|
dependencies = [
|
|
20
20
|
"pydantic>=2.10.6,<3.0.0",
|
|
21
|
-
"cryptography
|
|
21
|
+
"cryptography"
|
|
22
22
|
]
|
|
23
23
|
|
|
24
24
|
[project.urls]
|