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.
Files changed (405) hide show
  1. {js7_client_python-2.0.12/src/js7_client_python.egg-info → js7_client_python-2.0.13}/PKG-INFO +1 -1
  2. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/pyproject.toml +1 -1
  3. js7_client_python-2.0.13/src/js7/api/joc/http/v_2_6_5/note/note.py +30 -0
  4. js7_client_python-2.0.13/src/js7/api/joc/http/v_2_6_5/note/post/add.py +30 -0
  5. js7_client_python-2.0.13/src/js7/api/joc/http/v_2_6_5/order/log.py +30 -0
  6. js7_client_python-2.0.13/src/js7/api/joc/http/v_2_6_5/orders/overview/summary.py +30 -0
  7. js7_client_python-2.0.13/src/js7/api/joc/http/v_2_6_5/workflows/search.py +30 -0
  8. js7_client_python-2.0.13/src/js7/client/action/note/get_note_action.py +50 -0
  9. js7_client_python-2.0.13/src/js7/client/action/note/post_to_note_action.py +80 -0
  10. js7_client_python-2.0.13/src/js7/client/action/order/get_order_log_action.py +48 -0
  11. js7_client_python-2.0.13/src/js7/client/action/order/get_orders_overview_action.py +54 -0
  12. js7_client_python-2.0.13/src/js7/client/action/workflow/search_workflows_action.py +50 -0
  13. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/client.py +5 -0
  14. js7_client_python-2.0.13/src/js7/client/feature/note/manage.py +92 -0
  15. js7_client_python-2.0.13/src/js7/client/feature/note/note.py +13 -0
  16. js7_client_python-2.0.13/src/js7/client/feature/order/manage.py +164 -0
  17. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/workflow/manage.py +32 -3
  18. {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
  19. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/version_to_tuple.py +3 -3
  20. {js7_client_python-2.0.12 → js7_client_python-2.0.13/src/js7_client_python.egg-info}/PKG-INFO +1 -1
  21. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7_client_python.egg-info/SOURCES.txt +12 -0
  22. js7_client_python-2.0.12/src/js7/client/feature/order/manage.py +0 -79
  23. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/LICENSE +0 -0
  24. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/README.md +0 -0
  25. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/setup.cfg +0 -0
  26. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/__init__.py +0 -0
  27. {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
  28. {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
  29. {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
  30. {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
  31. {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
  32. {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
  33. {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
  34. {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
  35. {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
  36. {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
  37. {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
  38. {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
  39. {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
  40. {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
  41. {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
  42. {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
  43. {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
  44. {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
  45. {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
  46. {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
  47. {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
  48. {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
  49. {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
  50. {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
  51. {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
  52. {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
  53. {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
  54. {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
  55. {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
  56. {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
  57. {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
  58. {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
  59. {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
  60. {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
  61. {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
  62. {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
  63. {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
  64. {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
  65. {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
  66. {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
  67. {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
  68. {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
  69. {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
  70. {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
  71. {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
  72. {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
  73. {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
  74. {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
  75. {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
  76. {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
  77. {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
  78. {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
  79. {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
  80. {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
  81. {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
  82. {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
  83. {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
  84. {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
  85. {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
  86. {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
  87. {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
  88. {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
  89. {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
  90. {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
  91. {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
  92. {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
  93. {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
  94. {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
  95. {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
  96. {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
  97. {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
  98. {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
  99. {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
  100. {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
  101. {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
  102. {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
  103. {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
  104. {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
  105. {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
  106. {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
  107. {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
  108. {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
  109. {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
  110. {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
  111. {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
  112. {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
  113. {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
  114. {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
  115. {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
  116. {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
  117. {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
  118. {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
  119. {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
  120. {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
  121. {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
  122. {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
  123. {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
  124. {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
  125. {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
  126. {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
  127. {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
  128. {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
  129. {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
  130. {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
  131. {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
  132. {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
  133. {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
  134. {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
  135. {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
  136. {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
  137. {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
  138. {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
  139. {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
  140. {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
  141. {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
  142. {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
  143. {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
  144. {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
  145. {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
  146. {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
  147. {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
  148. {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
  149. {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
  150. {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
  151. {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
  152. {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
  153. {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
  154. {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
  155. {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
  156. {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
  157. {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
  158. {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
  159. {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
  160. {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
  161. {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
  162. {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
  163. {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
  164. {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
  165. {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
  166. {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
  167. {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
  168. {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
  169. {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
  170. {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
  171. {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
  172. {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
  173. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/delete_subagent_action.py +0 -0
  174. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/delete_subagent_clusters_action.py +0 -0
  175. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/deploy_cluster_agents_action.py +0 -0
  176. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/deploy_standalone_agents_action.py +0 -0
  177. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/deploy_subagent_clusters_action.py +0 -0
  178. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/disable_standalone_agents_action.py +0 -0
  179. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/disable_subagents_action.py +0 -0
  180. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/enable_standalone_agents_action.py +0 -0
  181. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/enable_subagents_action.py +0 -0
  182. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/export_agents_action.py +0 -0
  183. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/get_agents_status_action.py +0 -0
  184. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/import_agents_action.py +0 -0
  185. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/remove_agent_action.py +0 -0
  186. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/reset_agents_action.py +0 -0
  187. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/reset_subagent_action.py +0 -0
  188. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/revoke_cluster_agents_action.py +0 -0
  189. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/revoke_standalone_agents_action.py +0 -0
  190. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/revoke_subagent_clusters_action.py +0 -0
  191. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/store_cluster_agents_action.py +0 -0
  192. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/store_standalone_agents_action.py +0 -0
  193. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/store_subagent_clusters_action.py +0 -0
  194. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/store_subagents_action.py +0 -0
  195. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/agent/switchover_agent_action.py +0 -0
  196. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/appoint_nodes_controller_action.py +0 -0
  197. {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
  198. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/cancel_controller_action.py +0 -0
  199. {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
  200. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/get_controller_components_action.py +0 -0
  201. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/get_controller_status_action.py +0 -0
  202. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/register_controller_action.py +0 -0
  203. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/restart_controller_action.py +0 -0
  204. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/switchover_controller_cluster_action.py +0 -0
  205. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/terminate_controller_action.py +0 -0
  206. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/test_controller_instance_action.py +0 -0
  207. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/controller/unregister_controller_action.py +0 -0
  208. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/cancel_orders_action.py +0 -0
  209. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/copy_orders_action.py +0 -0
  210. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/delete_orders_action.py +0 -0
  211. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/delete_submissions_action.py +0 -0
  212. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/generate_orders_action.py +0 -0
  213. {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
  214. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/get_orders_action.py +0 -0
  215. {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
  216. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/modify_orders_action.py +0 -0
  217. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/recreate_projections_action.py +0 -0
  218. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/daily_plan/submit_orders_action.py +0 -0
  219. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/helper/decrypt_action.py +0 -0
  220. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/helper/encrypt_action.py +0 -0
  221. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/block_account_action.py +0 -0
  222. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/change_account_password_action.py +0 -0
  223. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/disable_accounts_action.py +0 -0
  224. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/enable_accounts_action.py +0 -0
  225. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_account_permissions_action.py +0 -0
  226. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_accounts_action.py +0 -0
  227. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_blocked_accounts_action.py +0 -0
  228. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_folder_permissions_action.py +0 -0
  229. {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
  230. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_identity_services_action.py +0 -0
  231. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_permissions_action.py +0 -0
  232. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/get_roles_action.py +0 -0
  233. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/remove_accounts_action.py +0 -0
  234. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/remove_folder_permissions_action.py +0 -0
  235. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/remove_identity_service_action.py +0 -0
  236. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/remove_permissions_action.py +0 -0
  237. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/remove_roles_action.py +0 -0
  238. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/rename_account_action.py +0 -0
  239. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/rename_folder_permissions_action.py +0 -0
  240. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/rename_identity_service_action.py +0 -0
  241. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/rename_permission_action.py +0 -0
  242. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/rename_role_action.py +0 -0
  243. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/reset_account_passwords_action.py +0 -0
  244. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/set_folder_permissions_action.py +0 -0
  245. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/set_permissions_action.py +0 -0
  246. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/store_account_action.py +0 -0
  247. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/store_identity_service_action.py +0 -0
  248. {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
  249. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/store_role_action.py +0 -0
  250. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/iam/unblock_accounts_action.py +0 -0
  251. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/deploy_configurations_action.py +0 -0
  252. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/export_configurations_action.py +0 -0
  253. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/export_folders_action.py +0 -0
  254. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/get_change_dependencies_action.py +0 -0
  255. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/get_changes_action.py +0 -0
  256. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/get_git_credentials_action.py +0 -0
  257. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_add_action.py +0 -0
  258. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_checkout_action.py +0 -0
  259. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_clone_action.py +0 -0
  260. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_commit_action.py +0 -0
  261. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_pull_action.py +0 -0
  262. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/git_push_action.py +0 -0
  263. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/import_configurations_action.py +0 -0
  264. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/import_deploy_configurations_action.py +0 -0
  265. {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
  266. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/recall_folder_action.py +0 -0
  267. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/recall_released_configuration_action.py +0 -0
  268. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/release_configuartions_action.py +0 -0
  269. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/remove_configurations_action.py +0 -0
  270. {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
  271. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/remove_folder_action.py +0 -0
  272. {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
  273. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/remove_git_credentials_action.py +0 -0
  274. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/remove_repository_configuration_action.py +0 -0
  275. {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
  276. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/revalidate_folder_action.py +0 -0
  277. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/revoke_configurations_action.py +0 -0
  278. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/store_configuration_action.py +0 -0
  279. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/store_git_credentials_action.py +0 -0
  280. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/store_repository_configuration_action.py +0 -0
  281. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/update_repository_configuration_action.py +0 -0
  282. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/inventory/validate_configuration_action.py +0 -0
  283. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/get_components_versions_action.py +0 -0
  284. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/get_license_info_action.py +0 -0
  285. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/get_settings_action.py +0 -0
  286. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/get_version_action.py +0 -0
  287. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/restart_proxies_action.py +0 -0
  288. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/restart_service_action.py +0 -0
  289. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/run_service_action.py +0 -0
  290. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/store_settings_action.py +0 -0
  291. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/joc/switch_over_action.py +0 -0
  292. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/add_orders_action.py +0 -0
  293. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/cancel_orders_action.py +0 -0
  294. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/confirm_orders_action.py +0 -0
  295. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/continue_orders_action.py +0 -0
  296. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/get_order_history_action.py +0 -0
  297. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/get_orders_action.py +0 -0
  298. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/remove_terminated_orders_action.py +0 -0
  299. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/resume_orders_action.py +0 -0
  300. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/order/suspend_orders_action.py +0 -0
  301. {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
  302. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/get_workflow_versions_action.py +0 -0
  303. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/resume_workflows_action.py +0 -0
  304. {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
  305. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/skip_job_instructions_action.py +0 -0
  306. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/stop_job_instructions_action.py +0 -0
  307. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/suspend_workflows_action.py +0 -0
  308. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/unskip_job_instructions_action.py +0 -0
  309. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/action/workflow/unstop_job_instructions_action.py +0 -0
  310. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/auth/auth_provider.py +0 -0
  311. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/auth/login.py +0 -0
  312. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/auth/logout.py +0 -0
  313. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/context.py +0 -0
  314. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/agent/agent.py +0 -0
  315. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/agent/deploy.py +0 -0
  316. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/agent/manage.py +0 -0
  317. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/agent/operate.py +0 -0
  318. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/controller/controller.py +0 -0
  319. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/controller/manage.py +0 -0
  320. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/controller/operate.py +0 -0
  321. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/daily_plan/daily_plan.py +0 -0
  322. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/daily_plan/manage.py +0 -0
  323. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/daily_plan/operate.py +0 -0
  324. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/iam/iam.py +0 -0
  325. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/iam/manage.py +0 -0
  326. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/inventory/deploy.py +0 -0
  327. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/inventory/inventory.py +0 -0
  328. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/inventory/manage.py +0 -0
  329. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/inventory/manage_repository.py +0 -0
  330. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/joc/joc.py +0 -0
  331. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/joc/manage.py +0 -0
  332. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/joc/operate.py +0 -0
  333. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/order/operate.py +0 -0
  334. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/order/order.py +0 -0
  335. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/task/task.py +0 -0
  336. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/workflow/operate.py +0 -0
  337. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/client/feature/workflow/workflow.py +0 -0
  338. {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
  339. {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
  340. {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
  341. {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
  342. {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
  343. {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
  344. {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
  345. {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
  346. {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
  347. {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
  348. {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
  349. {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
  350. {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
  351. {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
  352. {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
  353. {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
  354. {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
  355. {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
  356. {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
  357. {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
  358. {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
  359. {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
  360. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/__init__.py +0 -0
  361. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/configuration/auth_configuration.py +0 -0
  362. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/configuration/client_configuration.py +0 -0
  363. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/configuration/http_configuration.py +0 -0
  364. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/error/http/joc_exceptions.py +0 -0
  365. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/__init__.py +0 -0
  366. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/accounts.py +0 -0
  367. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/audit_log.py +0 -0
  368. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/changes.py +0 -0
  369. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/configurations.py +0 -0
  370. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/controller.py +0 -0
  371. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/cycle.py +0 -0
  372. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/git_credentials.py +0 -0
  373. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/identity_service.py +0 -0
  374. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/schedule_time.py +0 -0
  375. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/common/store_agents.py +0 -0
  376. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/enum/__init__.py +0 -0
  377. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/enum/object_types.py +0 -0
  378. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/enum/operation_type.py +0 -0
  379. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/enum/order_priority.py +0 -0
  380. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/__init__.py +0 -0
  381. {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
  382. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/element/__init__.py +0 -0
  383. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/element/folder.py +0 -0
  384. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/element/workflow_id.py +0 -0
  385. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/export_filter.py +0 -0
  386. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/export_folders_filter.py +0 -0
  387. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/get_order_filter.py +0 -0
  388. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/order_history_filter.py +0 -0
  389. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/resume_order_filter.py +0 -0
  390. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/suspend_order_filter.py +0 -0
  391. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/filter/tasks_filter.py +0 -0
  392. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/input/__init__.py +0 -0
  393. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/model/public/client/input/add_order.py +0 -0
  394. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/service/http_service.py +0 -0
  395. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/bytes_converter/bytes_to_archive_bytes.py +0 -0
  396. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/bytes_converter/bytes_to_file.py +0 -0
  397. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/bytes_converter/files_to_bytes.py +0 -0
  398. {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
  399. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/bytes_converter/sign_to_bytes.py +0 -0
  400. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/util/detect_archive_type.py +0 -0
  401. {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
  402. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7/validator/http/joc_http_status_validator.py +0 -0
  403. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7_client_python.egg-info/dependency_links.txt +0 -0
  404. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7_client_python.egg-info/requires.txt +0 -0
  405. {js7_client_python-2.0.12 → js7_client_python-2.0.13}/src/js7_client_python.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: js7-client-python
3
- Version: 2.0.12
3
+ Version: 2.0.13
4
4
  Summary: Python Client for the JOC Cockpit REST API
5
5
  Author: Marcel Kerth
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -9,7 +9,7 @@ authors = [
9
9
  ]
10
10
  description = "Python Client for the JOC Cockpit REST API"
11
11
  readme = "README.md"
12
- version = "2.0.12"
12
+ version = "2.0.13"
13
13
  requires-python = ">=3.8"
14
14
  classifiers = [
15
15
  "Programming Language :: Python :: 3",
@@ -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)