taegis-sdk-python 1.6.12__tar.gz → 1.6.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 (318) hide show
  1. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/PKG-INFO +1 -1
  2. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/_version.py +1 -1
  3. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/alerts/federated_search.py +2 -2
  4. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/cases/federated_search.py +1 -1
  5. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/__init__.py +16 -10
  6. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/access_points/mutations.py +3 -3
  7. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/access_points/queries.py +3 -3
  8. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/alerts/mutations.py +6 -6
  9. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/alerts/queries.py +8 -8
  10. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/alerts/subscriptions.py +1 -1
  11. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/alerts/types.py +3 -0
  12. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/assets2/mutations.py +28 -8
  13. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/assets2/queries.py +33 -15
  14. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/assets2/types.py +30 -0
  15. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/authz/queries.py +21 -1
  16. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/authz/types.py +42 -0
  17. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/clients/mutations.py +1 -1
  18. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/collector/mutations.py +8 -8
  19. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/collector/queries.py +16 -16
  20. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/collector/types.py +6 -0
  21. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/comments/mutations.py +6 -6
  22. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/comments/queries.py +8 -8
  23. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/contracted_endpoint/queries.py +3 -3
  24. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/datasources/mutations.py +5 -5
  25. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/datasources/queries.py +25 -5
  26. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/datasources/types.py +13 -0
  27. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/endpoint_management_service/mutations.py +3 -3
  28. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/entity_context/mutations.py +1 -1
  29. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/entity_context/queries.py +9 -9
  30. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/escalation_policies/mutations.py +1 -1
  31. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/escalation_policies/queries.py +2 -2
  32. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/event_search/queries.py +3 -3
  33. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/events/mutations.py +1 -1
  34. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/events/queries.py +2 -2
  35. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/events/subscriptions.py +2 -2
  36. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/exports/mutations.py +23 -23
  37. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/exports/queries.py +17 -17
  38. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/fast_ioc/queries.py +2 -2
  39. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/investigations/mutations.py +1 -1
  40. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/investigations/queries.py +5 -5
  41. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/investigations2/mutations.py +40 -40
  42. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/investigations2/queries.py +89 -22
  43. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/investigations2/types.py +620 -311
  44. taegis_sdk_python-1.6.13/taegis_sdk_python/services/llm_service/__init__.py +30 -0
  45. taegis_sdk_python-1.6.13/taegis_sdk_python/services/llm_service/mutations.py +53 -0
  46. taegis_sdk_python-1.6.13/taegis_sdk_python/services/llm_service/queries.py +85 -0
  47. taegis_sdk_python-1.6.13/taegis_sdk_python/services/llm_service/subscriptions.py +33 -0
  48. taegis_sdk_python-1.6.13/taegis_sdk_python/services/llm_service/types.py +129 -0
  49. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/mitre_attack_info/queries.py +12 -12
  50. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/multi_tenant_context/mutations.py +3 -3
  51. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/multi_tenant_context/queries.py +2 -2
  52. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/multi_tenant_ioc/queries.py +2 -2
  53. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notifications/queries.py +1 -1
  54. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notifications2/mutations.py +11 -11
  55. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notifications2/queries.py +8 -8
  56. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notifications2/subscriptions.py +1 -1
  57. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/preferences/mutations.py +11 -11
  58. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/preferences/queries.py +11 -11
  59. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/process_trees/queries.py +5 -5
  60. taegis_sdk_python-1.6.13/taegis_sdk_python/services/ql_schemas/__init__.py +30 -0
  61. taegis_sdk_python-1.6.13/taegis_sdk_python/services/ql_schemas/mutations.py +33 -0
  62. taegis_sdk_python-1.6.13/taegis_sdk_python/services/ql_schemas/queries.py +71 -0
  63. taegis_sdk_python-1.6.13/taegis_sdk_python/services/ql_schemas/subscriptions.py +56 -0
  64. taegis_sdk_python-1.6.13/taegis_sdk_python/services/ql_schemas/types.py +221 -0
  65. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/roadrunner/mutations.py +9 -9
  66. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/roadrunner/queries.py +10 -10
  67. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/rules/mutations.py +3 -3
  68. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/rules/queries.py +3 -3
  69. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenant_profiles/mutations.py +14 -14
  70. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenant_profiles/queries.py +7 -7
  71. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenants/mutations.py +20 -3
  72. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenants/types.py +22 -0
  73. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenants4/queries.py +2 -2
  74. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenants4/types.py +12 -0
  75. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat/mutations.py +1 -1
  76. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat/queries.py +14 -15
  77. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat_publications/queries.py +4 -4
  78. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat_publications/types.py +7 -0
  79. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat_score/queries.py +2 -2
  80. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/trip/mutations.py +5 -5
  81. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/trip/queries.py +8 -8
  82. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/users/mutations.py +2 -2
  83. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/users/queries.py +4 -4
  84. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/xdr_central_connector/mutations.py +6 -6
  85. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/xdr_central_connector/queries.py +4 -4
  86. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/.gitignore +0 -0
  87. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/LICENSE +0 -0
  88. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/README.md +0 -0
  89. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/pyproject.toml +0 -0
  90. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/__init__.py +0 -0
  91. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/_consts.py +0 -0
  92. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/authentication.py +0 -0
  93. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/__init__.py +0 -0
  94. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/alerts/__init__.py +0 -0
  95. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/alerts/search.py +0 -0
  96. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/cases/__init__.py +0 -0
  97. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/cases/search.py +0 -0
  98. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/events/__init__.py +0 -0
  99. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/events/search.py +0 -0
  100. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/investigations/__init__.py +0 -0
  101. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/investigations/federated_search.py +0 -0
  102. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/investigations/search.py +0 -0
  103. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/sharelinks/__init__.py +0 -0
  104. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/sharelinks/create.py +0 -0
  105. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/commons/sharelinks/unfurl.py +0 -0
  106. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/config.py +0 -0
  107. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/errors.py +0 -0
  108. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/middlewares/__init__.py +0 -0
  109. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/middlewares/logging/__init__.py +0 -0
  110. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/middlewares/logging/_default.py +0 -0
  111. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/middlewares/retry/__init__.py +0 -0
  112. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/middlewares/retry/_default.py +0 -0
  113. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/middlewares/utils.py +0 -0
  114. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/service_core.py +0 -0
  115. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/access_points/__init__.py +0 -0
  116. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/access_points/subscriptions.py +0 -0
  117. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/access_points/types.py +0 -0
  118. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/agent/__init__.py +0 -0
  119. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/agent/mutations.py +0 -0
  120. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/agent/queries.py +0 -0
  121. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/agent/subscriptions.py +0 -0
  122. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/agent/types.py +0 -0
  123. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/alerts/__init__.py +0 -0
  124. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/alerts_history/__init__.py +0 -0
  125. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/alerts_history/mutations.py +0 -0
  126. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/alerts_history/queries.py +0 -0
  127. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/alerts_history/subscriptions.py +0 -0
  128. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/alerts_history/types.py +0 -0
  129. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/assets/__init__.py +0 -0
  130. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/assets/mutations.py +0 -0
  131. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/assets/queries.py +0 -0
  132. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/assets/subscriptions.py +0 -0
  133. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/assets/types.py +0 -0
  134. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/assets2/__init__.py +0 -0
  135. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/assets2/subscriptions.py +0 -0
  136. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/audits/__init__.py +0 -0
  137. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/audits/mutations.py +0 -0
  138. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/audits/queries.py +0 -0
  139. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/audits/subscriptions.py +0 -0
  140. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/audits/types.py +0 -0
  141. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/authz/__init__.py +0 -0
  142. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/authz/mutations.py +0 -0
  143. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/authz/subscriptions.py +0 -0
  144. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/byoti/__init__.py +0 -0
  145. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/byoti/mutations.py +0 -0
  146. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/byoti/queries.py +0 -0
  147. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/byoti/subscriptions.py +0 -0
  148. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/byoti/types.py +0 -0
  149. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/clients/__init__.py +0 -0
  150. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/clients/queries.py +0 -0
  151. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/clients/subscriptions.py +0 -0
  152. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/clients/types.py +0 -0
  153. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/collector/__init__.py +0 -0
  154. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/collector/subscriptions.py +0 -0
  155. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/comments/__init__.py +0 -0
  156. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/comments/subscriptions.py +0 -0
  157. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/comments/types.py +0 -0
  158. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/contracted_endpoint/__init__.py +0 -0
  159. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/contracted_endpoint/mutations.py +0 -0
  160. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/contracted_endpoint/subscriptions.py +0 -0
  161. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/contracted_endpoint/types.py +0 -0
  162. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/cql_metadata/__init__.py +0 -0
  163. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/cql_metadata/mutations.py +0 -0
  164. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/cql_metadata/queries.py +0 -0
  165. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/cql_metadata/subscriptions.py +0 -0
  166. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/cql_metadata/types.py +0 -0
  167. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/datasources/__init__.py +0 -0
  168. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/datasources/subscriptions.py +0 -0
  169. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/detector_registry/__init__.py +0 -0
  170. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/detector_registry/mutations.py +0 -0
  171. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/detector_registry/queries.py +0 -0
  172. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/detector_registry/subscriptions.py +0 -0
  173. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/detector_registry/types.py +0 -0
  174. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/endpoint_command_manager/__init__.py +0 -0
  175. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/endpoint_command_manager/mutations.py +0 -0
  176. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/endpoint_command_manager/queries.py +0 -0
  177. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/endpoint_command_manager/subscriptions.py +0 -0
  178. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/endpoint_command_manager/types.py +0 -0
  179. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/endpoint_management_service/__init__.py +0 -0
  180. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/endpoint_management_service/queries.py +0 -0
  181. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/endpoint_management_service/subscriptions.py +0 -0
  182. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/endpoint_management_service/types.py +0 -0
  183. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/entity_context/__init__.py +0 -0
  184. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/entity_context/subscriptions.py +0 -0
  185. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/entity_context/types.py +0 -0
  186. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/escalation_policies/__init__.py +0 -0
  187. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/escalation_policies/subscriptions.py +0 -0
  188. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/escalation_policies/types.py +0 -0
  189. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/event_search/__init__.py +0 -0
  190. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/event_search/mutations.py +0 -0
  191. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/event_search/subscriptions.py +0 -0
  192. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/event_search/types.py +0 -0
  193. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/events/__init__.py +0 -0
  194. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/events/types.py +0 -0
  195. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/exports/__init__.py +0 -0
  196. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/exports/subscriptions.py +0 -0
  197. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/exports/types.py +0 -0
  198. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/fast_ioc/__init__.py +0 -0
  199. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/fast_ioc/mutations.py +0 -0
  200. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/fast_ioc/subscriptions.py +0 -0
  201. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/fast_ioc/types.py +0 -0
  202. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/file_info/__init__.py +0 -0
  203. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/file_info/mutations.py +0 -0
  204. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/file_info/queries.py +0 -0
  205. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/file_info/subscriptions.py +0 -0
  206. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/file_info/types.py +0 -0
  207. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/ingest_stats/__init__.py +0 -0
  208. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/ingest_stats/mutations.py +0 -0
  209. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/ingest_stats/queries.py +0 -0
  210. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/ingest_stats/subscriptions.py +0 -0
  211. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/ingest_stats/types.py +0 -0
  212. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/investigations/__init__.py +0 -0
  213. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/investigations/subscriptions.py +0 -0
  214. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/investigations/types.py +0 -0
  215. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/investigations2/__init__.py +0 -0
  216. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/investigations2/subscriptions.py +0 -0
  217. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/isensor/__init__.py +0 -0
  218. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/isensor/mutations.py +0 -0
  219. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/isensor/queries.py +0 -0
  220. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/isensor/subscriptions.py +0 -0
  221. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/isensor/types.py +0 -0
  222. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/mitre_attack_info/__init__.py +0 -0
  223. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/mitre_attack_info/mutations.py +0 -0
  224. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/mitre_attack_info/subscriptions.py +0 -0
  225. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/mitre_attack_info/types.py +0 -0
  226. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/multi_tenant_context/__init__.py +0 -0
  227. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/multi_tenant_context/subscriptions.py +0 -0
  228. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/multi_tenant_context/types.py +0 -0
  229. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/multi_tenant_ioc/__init__.py +0 -0
  230. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/multi_tenant_ioc/mutations.py +0 -0
  231. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/multi_tenant_ioc/subscriptions.py +0 -0
  232. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/multi_tenant_ioc/types.py +0 -0
  233. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/nl_search/__init__.py +0 -0
  234. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/nl_search/mutations.py +0 -0
  235. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/nl_search/queries.py +0 -0
  236. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/nl_search/subscriptions.py +0 -0
  237. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/nl_search/types.py +0 -0
  238. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notebooks/__init__.py +0 -0
  239. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notebooks/mutations.py +0 -0
  240. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notebooks/queries.py +0 -0
  241. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notebooks/subscriptions.py +0 -0
  242. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notebooks/types.py +0 -0
  243. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notifications/__init__.py +0 -0
  244. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notifications/mutations.py +0 -0
  245. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notifications/subscriptions.py +0 -0
  246. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notifications/types.py +0 -0
  247. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notifications2/__init__.py +0 -0
  248. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/notifications2/types.py +0 -0
  249. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/preferences/__init__.py +0 -0
  250. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/preferences/subscriptions.py +0 -0
  251. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/preferences/types.py +0 -0
  252. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/process_trees/__init__.py +0 -0
  253. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/process_trees/mutations.py +0 -0
  254. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/process_trees/subscriptions.py +0 -0
  255. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/process_trees/types.py +0 -0
  256. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/queries/__init__.py +0 -0
  257. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/queries/mutations.py +0 -0
  258. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/queries/queries.py +0 -0
  259. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/queries/subscriptions.py +0 -0
  260. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/queries/types.py +0 -0
  261. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/roadrunner/__init__.py +0 -0
  262. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/roadrunner/subscriptions.py +0 -0
  263. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/roadrunner/types.py +0 -0
  264. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/rules/__init__.py +0 -0
  265. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/rules/subscriptions.py +0 -0
  266. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/rules/types.py +0 -0
  267. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/sharelinks/__init__.py +0 -0
  268. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/sharelinks/mutations.py +0 -0
  269. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/sharelinks/queries.py +0 -0
  270. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/sharelinks/subscriptions.py +0 -0
  271. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/sharelinks/types.py +0 -0
  272. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/subjects/__init__.py +0 -0
  273. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/subjects/mutations.py +0 -0
  274. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/subjects/queries.py +0 -0
  275. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/subjects/subscriptions.py +0 -0
  276. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/subjects/types.py +0 -0
  277. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenant_profiles/__init__.py +0 -0
  278. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenant_profiles/subscriptions.py +0 -0
  279. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenant_profiles/types.py +0 -0
  280. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenants/__init__.py +0 -0
  281. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenants/queries.py +0 -0
  282. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenants/subscriptions.py +0 -0
  283. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenants4/__init__.py +0 -0
  284. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenants4/mutations.py +0 -0
  285. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/tenants4/subscriptions.py +0 -0
  286. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat/__init__.py +0 -0
  287. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat/subscriptions.py +0 -0
  288. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat/types.py +0 -0
  289. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat_publications/__init__.py +0 -0
  290. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat_publications/mutations.py +0 -0
  291. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat_publications/subscriptions.py +0 -0
  292. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat_score/__init__.py +0 -0
  293. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat_score/mutations.py +0 -0
  294. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat_score/subscriptions.py +0 -0
  295. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/threat_score/types.py +0 -0
  296. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/trigger_action/__init__.py +0 -0
  297. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/trigger_action/mutations.py +0 -0
  298. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/trigger_action/queries.py +0 -0
  299. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/trigger_action/subscriptions.py +0 -0
  300. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/trigger_action/types.py +0 -0
  301. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/trip/__init__.py +0 -0
  302. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/trip/subscriptions.py +0 -0
  303. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/trip/types.py +0 -0
  304. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/users/__init__.py +0 -0
  305. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/users/subscriptions.py +0 -0
  306. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/users/types.py +0 -0
  307. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/vdr/__init__.py +0 -0
  308. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/vdr/mutations.py +0 -0
  309. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/vdr/queries.py +0 -0
  310. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/vdr/subscriptions.py +0 -0
  311. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/vdr/types.py +0 -0
  312. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/xdr_central_connector/__init__.py +0 -0
  313. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/xdr_central_connector/subscriptions.py +0 -0
  314. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/services/xdr_central_connector/types.py +0 -0
  315. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/templates/__init__.py +0 -0
  316. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/templates/_jinja2.py +0 -0
  317. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/tokens.py +0 -0
  318. {taegis_sdk_python-1.6.12 → taegis_sdk_python-1.6.13}/taegis_sdk_python/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: taegis-sdk-python
3
- Version: 1.6.12
3
+ Version: 1.6.13
4
4
  Summary: Taegis Python SDK
5
5
  Project-URL: Homepage, https://github.com/secureworks/taegis-sdk-python
6
6
  Project-URL: Bug Reports, https://github.com/secureworks/taegis-sdk-python/issues
@@ -1,3 +1,3 @@
1
1
  """Version idenitier."""
2
2
 
3
- __version__ = "1.6.12"
3
+ __version__ = "1.6.13"
@@ -110,8 +110,8 @@ def alerts_federated_search(
110
110
  *,
111
111
  limit: int = 10000,
112
112
  caller_name: str = "Taegis SDK Commons",
113
- federated_call: Callable,
114
- federated_poll_call: Callable,
113
+ federated_call: Callable = alerts_service_search_with_events,
114
+ federated_poll_call: Callable = alerts_service_poll_with_events,
115
115
  ) -> List[TaegisCommonsAlertsResponse]:
116
116
  """
117
117
  Search Taegis Alerts service.
@@ -99,7 +99,7 @@ def cases_federated_search(
99
99
  query: str,
100
100
  *,
101
101
  limit: int = 10000,
102
- federated_call: Callable,
102
+ federated_call: Callable = investigations_search_with_subjects,
103
103
  ) -> List[InvestigationsV2]:
104
104
  """Taegis Cases search with Subject federation."""
105
105
 
@@ -55,6 +55,7 @@ from taegis_sdk_python.services.ingest_stats import IngestStatsService
55
55
  from taegis_sdk_python.services.investigations import InvestigationsService
56
56
  from taegis_sdk_python.services.investigations2 import Investigations2Service
57
57
  from taegis_sdk_python.services.isensor import IsensorService
58
+ from taegis_sdk_python.services.llm_service import LlmServiceService
58
59
  from taegis_sdk_python.services.mitre_attack_info import MitreAttackInfoService
59
60
  from taegis_sdk_python.services.multi_tenant_context import MultiTenantContextService
60
61
  from taegis_sdk_python.services.multi_tenant_ioc import MultiTenantIocService
@@ -64,6 +65,7 @@ from taegis_sdk_python.services.notifications import NotificationsService
64
65
  from taegis_sdk_python.services.notifications2 import Notifications2Service
65
66
  from taegis_sdk_python.services.preferences import PreferencesService
66
67
  from taegis_sdk_python.services.process_trees import ProcessTreesService
68
+ from taegis_sdk_python.services.ql_schemas import QlSchemasService
67
69
  from taegis_sdk_python.services.queries import QueriesService
68
70
  from taegis_sdk_python.services.roadrunner import RoadrunnerService
69
71
  from taegis_sdk_python.services.rules import RulesService
@@ -219,6 +221,7 @@ class GraphQLService:
219
221
  self._investigations = None
220
222
  self._investigations2 = None
221
223
  self._isensor = None
224
+ self._llm_service = None
222
225
  self._mitre_attack_info = None
223
226
  self._multi_tenant_context = None
224
227
  self._multi_tenant_ioc = None
@@ -228,6 +231,7 @@ class GraphQLService:
228
231
  self._notifications2 = None
229
232
  self._preferences = None
230
233
  self._process_trees = None
234
+ self._ql_schemas = None
231
235
  self._queries = None
232
236
  self._roadrunner = None
233
237
  self._rules = None
@@ -699,6 +703,13 @@ class GraphQLService:
699
703
  self._isensor = IsensorService(self)
700
704
  return self._isensor
701
705
 
706
+ @property
707
+ def llm_service(self):
708
+ """LLM Service Endpoint."""
709
+ if not self._llm_service:
710
+ self._llm_service = LlmServiceService(self)
711
+ return self._llm_service
712
+
702
713
  @property
703
714
  def mitre_attack_info(self):
704
715
  """MitreAttackInfo Service Endpoint."""
@@ -756,16 +767,11 @@ class GraphQLService:
756
767
  return self._preferences
757
768
 
758
769
  @property
759
- def process_tress(self):
760
- """Process Trees Service Endpoint."""
761
-
762
- log.warning(
763
- "Please use service.process_trees instead of service.process_tress."
764
- )
765
-
766
- if not self._process_trees:
767
- self._process_trees = ProcessTreesService(self)
768
- return self._process_trees
770
+ def ql_schemas(self):
771
+ """QL Schemas Service Endpoint."""
772
+ if not self._ql_schemas:
773
+ self._ql_schemas = QlSchemasService(self)
774
+ return self._ql_schemas
769
775
 
770
776
  @property
771
777
  def process_trees(self):
@@ -33,7 +33,7 @@ class TaegisSDKAccessPointsMutation:
33
33
  self.service = service
34
34
 
35
35
  def create_access_point(self, principal: str) -> AccessPoint:
36
- """None."""
36
+ """No developer notes."""
37
37
  endpoint = "createAccessPoint"
38
38
 
39
39
  result = self.service.execute_mutation(
@@ -51,7 +51,7 @@ class TaegisSDKAccessPointsMutation:
51
51
  raise GraphQLNoRowsInResultSetError("for mutation createAccessPoint")
52
52
 
53
53
  def update_access_point(self, principal: str) -> AccessPoint:
54
- """None."""
54
+ """No developer notes."""
55
55
  endpoint = "updateAccessPoint"
56
56
 
57
57
  result = self.service.execute_mutation(
@@ -69,7 +69,7 @@ class TaegisSDKAccessPointsMutation:
69
69
  raise GraphQLNoRowsInResultSetError("for mutation updateAccessPoint")
70
70
 
71
71
  def delete_access_point(self) -> AccessPoint:
72
- """None."""
72
+ """No developer notes."""
73
73
  endpoint = "deleteAccessPoint"
74
74
 
75
75
  result = self.service.execute_mutation(
@@ -33,7 +33,7 @@ class TaegisSDKAccessPointsQuery:
33
33
  self.service = service
34
34
 
35
35
  def get_access_point(self) -> AccessPoint:
36
- """None."""
36
+ """No developer notes."""
37
37
  endpoint = "getAccessPoint"
38
38
 
39
39
  result = self.service.execute_query(
@@ -49,7 +49,7 @@ class TaegisSDKAccessPointsQuery:
49
49
  raise GraphQLNoRowsInResultSetError("for query getAccessPoint")
50
50
 
51
51
  def get_access_point_template(self) -> AccessPointCloudFormation:
52
- """None."""
52
+ """No developer notes."""
53
53
  endpoint = "getAccessPointTemplate"
54
54
 
55
55
  result = self.service.execute_query(
@@ -65,7 +65,7 @@ class TaegisSDKAccessPointsQuery:
65
65
  raise GraphQLNoRowsInResultSetError("for query getAccessPointTemplate")
66
66
 
67
67
  def get_access_point_prefixes(self) -> AccessPointPrefixes:
68
- """None."""
68
+ """No developer notes."""
69
69
  endpoint = "getAccessPointPrefixes"
70
70
 
71
71
  result = self.service.execute_query(
@@ -35,7 +35,7 @@ class TaegisSDKAlertsMutation:
35
35
  def alerts_service_update_investigation_info(
36
36
  self, in_: Optional[UpdateInvestigationRequestInput] = None
37
37
  ) -> UpdateInvestigationResponse:
38
- """None."""
38
+ """No developer notes."""
39
39
  endpoint = "alertsServiceUpdateInvestigationInfo"
40
40
 
41
41
  result = self.service.execute_mutation(
@@ -57,7 +57,7 @@ class TaegisSDKAlertsMutation:
57
57
  def alerts_service_update_resolution_info(
58
58
  self, in_: Optional[UpdateResolutionRequestInput] = None
59
59
  ) -> UpdateResolutionResponse:
60
- """Add a resolution or modify an existing resolution for a give list of alert IDs.."""
60
+ """Add a resolution or modify an existing resolution for a give list of alert IDs."""
61
61
  endpoint = "alertsServiceUpdateResolutionInfo"
62
62
 
63
63
  result = self.service.execute_mutation(
@@ -79,7 +79,7 @@ class TaegisSDKAlertsMutation:
79
79
  def alerts_service_bulk_investigations_processor(
80
80
  self, in_: Optional[BulkInvestigationsRequestInput] = None
81
81
  ) -> BulkInvestigationsResponse:
82
- """Bulk add alerts to an existing investigation by providing either a query or list of alert IDs. If a query is provided, then all alerts matching the query will be added to the investigation.."""
82
+ """Bulk add alerts to an existing investigation by providing either a query or list of alert IDs. If a query is provided, then all alerts matching the query will be added to the investigation."""
83
83
  endpoint = "alertsServiceBulkInvestigationsProcessor"
84
84
 
85
85
  result = self.service.execute_mutation(
@@ -101,7 +101,7 @@ class TaegisSDKAlertsMutation:
101
101
  def alerts_service_evict(
102
102
  self, in_: Optional[EvictRequestInput] = None
103
103
  ) -> EvictResponse:
104
- """DEPRECATED: Does not do anything other than to return OK. No replacement necessary.."""
104
+ """DEPRECATED: Does not do anything other than to return OK. No replacement necessary."""
105
105
  endpoint = "alertsServiceEvict"
106
106
 
107
107
  log.warning(
@@ -125,7 +125,7 @@ class TaegisSDKAlertsMutation:
125
125
  def alerts_service_update_threat_score(
126
126
  self, in_: UpdateThreatScoreRequestInput
127
127
  ) -> UpdateThreatScoreResponse:
128
- """Update threat score for a given list of alert IDs.."""
128
+ """Update threat score for a given list of alert IDs."""
129
129
  endpoint = "alertsServiceUpdateThreatScore"
130
130
 
131
131
  result = self.service.execute_mutation(
@@ -147,7 +147,7 @@ class TaegisSDKAlertsMutation:
147
147
  def alerts_service_update_threat_score_v2(
148
148
  self, in_: UpdateThreatScoreV2RequestInput
149
149
  ) -> UpdateThreatScoreResponse:
150
- """Update threat score v2 for a given list of alert IDs.."""
150
+ """Update threat score v2 for a given list of alert IDs."""
151
151
  endpoint = "alertsServiceUpdateThreatScoreV2"
152
152
 
153
153
  result = self.service.execute_mutation(
@@ -35,7 +35,7 @@ class TaegisSDKAlertsQuery:
35
35
  def alerts_service_retrieve_alerts_by_id(
36
36
  self, in_: Optional[GetByIDRequestInput] = None
37
37
  ) -> AlertsResponse:
38
- """Provide a list of Alert IDs to retrieve each alert’s detail.."""
38
+ """Provide a list of Alert IDs to retrieve each alert’s detail."""
39
39
  endpoint = "alertsServiceRetrieveAlertsById"
40
40
 
41
41
  result = self.service.execute_query(
@@ -55,7 +55,7 @@ class TaegisSDKAlertsQuery:
55
55
  def alerts_service_retrieve_alerts_by_host(
56
56
  self, in_: Optional[GetByIDRequestInput] = None
57
57
  ) -> AlertsResponse:
58
- """Provide a list of Host IDs to retrieve alert details about each alert that contains those hosts.."""
58
+ """Provide a list of Host IDs to retrieve alert details about each alert that contains those hosts."""
59
59
  endpoint = "alertsServiceRetrieveAlertsByHost"
60
60
 
61
61
  result = self.service.execute_query(
@@ -77,7 +77,7 @@ class TaegisSDKAlertsQuery:
77
77
  def alerts_service_retrieve_alerts_by_entity(
78
78
  self, in_: Optional[GetByIDRequestInput] = None
79
79
  ) -> AlertsResponse:
80
- """Provide a list of entities to retrieve alert details about each alert that contains those entities.."""
80
+ """Provide a list of entities to retrieve alert details about each alert that contains those entities."""
81
81
  endpoint = "alertsServiceRetrieveAlertsByEntity"
82
82
 
83
83
  result = self.service.execute_query(
@@ -99,7 +99,7 @@ class TaegisSDKAlertsQuery:
99
99
  def alerts_service_retrieve_alerts_by_group_key(
100
100
  self, in_: Optional[GetByIDRequestInput] = None
101
101
  ) -> AlertsResponse:
102
- """Provide a list of entities to retrieve alert details about each alert that contains the group_key. This is used by the service to aid in alert deduplication. This would not commonly be used by a tenant of XDR.."""
102
+ """Provide a list of entities to retrieve alert details about each alert that contains the group_key. This is used by the service to aid in alert deduplication. This would not commonly be used by a tenant of XDR."""
103
103
  endpoint = "alertsServiceRetrieveAlertsByGroupKey"
104
104
 
105
105
  result = self.service.execute_query(
@@ -121,7 +121,7 @@ class TaegisSDKAlertsQuery:
121
121
  def alerts_count_by_tenant(
122
122
  self, in_: AlertsCountByTenantInput
123
123
  ) -> AlertsCountByTenantResponse:
124
- """Returns the count of alerts per tenant. Allows a CQL query, but any aggregation or pipe will be ignored.."""
124
+ """Returns the count of alerts per tenant. Allows a CQL query, but any aggregation or pipe will be ignored."""
125
125
  endpoint = "alertsCountByTenant"
126
126
 
127
127
  result = self.service.execute_query(
@@ -141,7 +141,7 @@ class TaegisSDKAlertsQuery:
141
141
  def alerts_service_search(
142
142
  self, in_: Optional[SearchRequestInput] = None
143
143
  ) -> AlertsResponse:
144
- """Search alerts using Query Language. This is the same query language provided in Advanced Search page in Taegis XDR.."""
144
+ """Search alerts using Query Language. This is the same query language provided in Advanced Search page in Taegis XDR."""
145
145
  endpoint = "alertsServiceSearch"
146
146
 
147
147
  result = self.service.execute_query(
@@ -161,7 +161,7 @@ class TaegisSDKAlertsQuery:
161
161
  def alerts_service_poll(
162
162
  self, in_: Optional[PollRequestInput] = None
163
163
  ) -> AlertsResponse:
164
- """Poll for results for a specific `search_id`.."""
164
+ """Poll for results for a specific `search_id`."""
165
165
  endpoint = "alertsServicePoll"
166
166
 
167
167
  result = self.service.execute_query(
@@ -181,7 +181,7 @@ class TaegisSDKAlertsQuery:
181
181
  def alerts_service_aggregate_alerts_by_severity(
182
182
  self, in_: Optional[AggregateAlertsBySeverityInputInput] = None
183
183
  ) -> AlertsAggregateResponse:
184
- """Pull alert severity aggregates based on `group_by` parameters: domain, watchlist, hostname, detector, user.."""
184
+ """Pull alert severity aggregates based on `group_by` parameters: domain, watchlist, hostname, detector, user."""
185
185
  endpoint = "alertsServiceAggregateAlertsBySeverity"
186
186
 
187
187
  result = self.service.execute_query(
@@ -35,7 +35,7 @@ class TaegisSDKAlertsSubscription:
35
35
  def alerts_service_bulk_resolution_processor(
36
36
  self, in_: Optional[BulkResolutionRequestInput] = None
37
37
  ) -> List[BulkResolutionResponse]:
38
- """Add a resolution or modify an existing resolution for multiple alerts selected with a CQL query.."""
38
+ """Add a resolution or modify an existing resolution for multiple alerts selected with a CQL query."""
39
39
  endpoint = "alertsServiceBulkResolutionProcessor"
40
40
 
41
41
  result = self.service.execute_subscription(
@@ -3229,6 +3229,9 @@ class Alert2:
3229
3229
  parent_tenant_id: Optional[str] = field(
3230
3230
  default=None, metadata=config(field_name="parent_tenant_id")
3231
3231
  )
3232
+ mdr_provider: Optional[str] = field(
3233
+ default=None, metadata=config(field_name="mdr_provider")
3234
+ )
3232
3235
  suppressed: Optional[bool] = field(
3233
3236
  default=None, metadata=config(field_name="suppressed")
3234
3237
  )
@@ -43,7 +43,7 @@ class TaegisSDKAssets2Mutation:
43
43
  tags for the endpoint. If the intention is to change/remove a single
44
44
  tag, query the asset first to get the current set of tags for the
45
45
  endpoint, then pass the complete set of tags desired with the changes
46
- included.."""
46
+ included."""
47
47
  endpoint = "updateTagsForEndpointV2"
48
48
 
49
49
  result = self.service.execute_mutation(
@@ -68,7 +68,7 @@ class TaegisSDKAssets2Mutation:
68
68
  endpoints have tags with the same key, but a different value, the value
69
69
  will be updated with the value in the input. Use the task ID in the
70
70
  response to poll the bulkUpdateTagsForEndpointsStatusV2 query to
71
- determine if the job succeeded.."""
71
+ determine if the job succeeded."""
72
72
  endpoint = "bulkUpdateTagsForEndpointsV2"
73
73
 
74
74
  result = self.service.execute_mutation(
@@ -88,7 +88,7 @@ class TaegisSDKAssets2Mutation:
88
88
  def delete_assets_v2(self, input_: DeleteAssetsInputV2) -> BulkOpPayloadV2:
89
89
  """Start a job to "soft" delete the assets matching the filter criteria.
90
90
  Use the task ID in the response to poll the deleteAssetsStatusV2
91
- query to determine if the job succeeded.."""
91
+ query to determine if the job succeeded."""
92
92
  endpoint = "deleteAssetsV2"
93
93
 
94
94
  result = self.service.execute_mutation(
@@ -108,7 +108,7 @@ class TaegisSDKAssets2Mutation:
108
108
  def restore_assets_v2(self, input_: RestoreAssetsInputV2) -> BulkOpPayloadV2:
109
109
  """Start a job to restore assets that were previously deleted and that
110
110
  match the filter criteria. Use the task ID in the response to poll the
111
- restoreAssetsStatusV2 query to determine if the job succeeded.."""
111
+ restoreAssetsStatusV2 query to determine if the job succeeded."""
112
112
  endpoint = "restoreAssetsV2"
113
113
 
114
114
  result = self.service.execute_mutation(
@@ -130,7 +130,7 @@ class TaegisSDKAssets2Mutation:
130
130
  ) -> BulkOpPayloadV2:
131
131
  """Start a job to assign the endpoints matching the filter criteria to the
132
132
  endpoint group in the input. Use the task ID in the response to poll the
133
- assignBulkAssetsToGroupStatus query to determine if the job succeeded.."""
133
+ assignBulkAssetsToGroupStatus query to determine if the job succeeded."""
134
134
  endpoint = "assignBulkAssetsToGroup"
135
135
 
136
136
  result = self.service.execute_mutation(
@@ -153,7 +153,7 @@ class TaegisSDKAssets2Mutation:
153
153
  """Start a job to delete the provided tags from the endpoints matching the
154
154
  filter criteria in the input. Use the task ID in the response to poll
155
155
  the bulkDeleteTagsForEndpointsStatusV2 query to determine if the job
156
- succeeded.."""
156
+ succeeded."""
157
157
  endpoint = "bulkDeleteTagsForEndpointsV2"
158
158
 
159
159
  result = self.service.execute_mutation(
@@ -173,7 +173,7 @@ class TaegisSDKAssets2Mutation:
173
173
  def bulk_reconnect_native_assets(
174
174
  self, input_: BulkReconnectNativeAssetsInput
175
175
  ) -> BulkOpPayloadV2:
176
- """Start a job to reconnect taegis endpoints matching the filter criteria in the input.."""
176
+ """Start a job to reconnect taegis endpoints matching the filter criteria in the input."""
177
177
  endpoint = "bulkReconnectNativeAssets"
178
178
 
179
179
  result = self.service.execute_mutation(
@@ -193,7 +193,7 @@ class TaegisSDKAssets2Mutation:
193
193
  def bulk_uninstall_native_assets(
194
194
  self, input_: BulkUninstallNativeAssetsInput
195
195
  ) -> BulkOpPayloadV2:
196
- """Start a job to uninstall taegis endpoints matching the filter criteria in the input.."""
196
+ """Start a job to uninstall taegis endpoints matching the filter criteria in the input."""
197
197
  endpoint = "bulkUninstallNativeAssets"
198
198
 
199
199
  result = self.service.execute_mutation(
@@ -209,3 +209,23 @@ class TaegisSDKAssets2Mutation:
209
209
  if result.get(endpoint) is not None:
210
210
  return BulkOpPayloadV2.from_dict(result.get(endpoint))
211
211
  raise GraphQLNoRowsInResultSetError("for mutation bulkUninstallNativeAssets")
212
+
213
+ def bulk_reconnect_by_scope(
214
+ self, input_: BulkReconnectByScopeInput
215
+ ) -> BulkOpPayloadV2:
216
+ """Start a job to reconnect taegis endpoints by scope (tenant or group level)."""
217
+ endpoint = "bulkReconnectByScope"
218
+
219
+ result = self.service.execute_mutation(
220
+ endpoint=endpoint,
221
+ variables={
222
+ "input": prepare_input(input_),
223
+ },
224
+ output=build_output_string(
225
+ BulkOpPayloadV2,
226
+ exclude_deprecated_output=self.service.exclude_deprecated_output,
227
+ ),
228
+ )
229
+ if result.get(endpoint) is not None:
230
+ return BulkOpPayloadV2.from_dict(result.get(endpoint))
231
+ raise GraphQLNoRowsInResultSetError("for mutation bulkReconnectByScope")
@@ -35,7 +35,7 @@ class TaegisSDKAssets2Query:
35
35
  def facets_v2(
36
36
  self, endpoint_type: Optional[List[Union[EndpointTypeV2, TaegisEnum]]] = None
37
37
  ) -> List[FacetV2]:
38
- """Retrieve a list of facets for a given endpoint type.."""
38
+ """Retrieve a list of facets for a given endpoint type."""
39
39
  endpoint = "facetsV2"
40
40
 
41
41
  result = self.service.execute_query(
@@ -60,7 +60,7 @@ class TaegisSDKAssets2Query:
60
60
  order_by: Optional[Union[FacetInfoOrderByInputV2, TaegisEnum]] = None,
61
61
  filter_: Optional[AssetFilter] = None,
62
62
  ) -> List[FacetInfoV2]:
63
- """Get facet info based on a currently selected facet.."""
63
+ """Get facet info based on a currently selected facet."""
64
64
  endpoint = "facetInfoV2"
65
65
 
66
66
  result = self.service.execute_query(
@@ -90,7 +90,7 @@ class TaegisSDKAssets2Query:
90
90
  filter_: Optional[AssetFilter] = None,
91
91
  order_by: Optional[Union[AssetSearchOrderByInputV2, TaegisEnum]] = None,
92
92
  ) -> AssetsV2:
93
- """Retrieve assets.."""
93
+ """Retrieve assets."""
94
94
  endpoint = "assetsV2"
95
95
 
96
96
  result = self.service.execute_query(
@@ -119,7 +119,7 @@ class TaegisSDKAssets2Query:
119
119
  filter_: Optional[AssetFilter] = None,
120
120
  order_by: Optional[Union[AssetSearchOrderByInputV2, TaegisEnum]] = None,
121
121
  ) -> AssetsExportOutputV2:
122
- """Retrieve assets in a form coercible into CSV files.."""
122
+ """Retrieve assets in a form coercible into CSV files."""
123
123
  endpoint = "exportAssetsV2"
124
124
 
125
125
  result = self.service.execute_query(
@@ -140,7 +140,7 @@ class TaegisSDKAssets2Query:
140
140
  raise GraphQLNoRowsInResultSetError("for query exportAssetsV2")
141
141
 
142
142
  def tag_keys_v2(self, filter_: Optional[TagFilter] = None) -> List[str]:
143
- """Fetch the tag keys matching the filter criteria.."""
143
+ """Fetch the tag keys matching the filter criteria."""
144
144
  endpoint = "tagKeysV2"
145
145
 
146
146
  result = self.service.execute_query(
@@ -155,7 +155,7 @@ class TaegisSDKAssets2Query:
155
155
  raise GraphQLNoRowsInResultSetError("for query tagKeysV2")
156
156
 
157
157
  def tag_values_v2(self, filter_: Optional[TagFilter] = None) -> List[str]:
158
- """Fetch the tag values matching the filter criteria.."""
158
+ """Fetch the tag values matching the filter criteria."""
159
159
  endpoint = "tagValuesV2"
160
160
 
161
161
  result = self.service.execute_query(
@@ -170,7 +170,7 @@ class TaegisSDKAssets2Query:
170
170
  raise GraphQLNoRowsInResultSetError("for query tagValuesV2")
171
171
 
172
172
  def update_tags_for_endpoint_status_v2(self, id_: str) -> TaskInfoPayload:
173
- """Return the status of the updateTagsForEndpointV2 operation.."""
173
+ """Return the status of the updateTagsForEndpointV2 operation."""
174
174
  endpoint = "updateTagsForEndpointStatusV2"
175
175
 
176
176
  result = self.service.execute_query(
@@ -188,7 +188,7 @@ class TaegisSDKAssets2Query:
188
188
  raise GraphQLNoRowsInResultSetError("for query updateTagsForEndpointStatusV2")
189
189
 
190
190
  def delete_assets_status_v2(self, id_: str) -> TaskInfoPayload:
191
- """Return the status of the deleteAssetsV2 operation.."""
191
+ """Return the status of the deleteAssetsV2 operation."""
192
192
  endpoint = "deleteAssetsStatusV2"
193
193
 
194
194
  result = self.service.execute_query(
@@ -206,7 +206,7 @@ class TaegisSDKAssets2Query:
206
206
  raise GraphQLNoRowsInResultSetError("for query deleteAssetsStatusV2")
207
207
 
208
208
  def restore_assets_status_v2(self, id_: str) -> TaskInfoPayload:
209
- """Return the status of the restoreAssetsV2 operation.."""
209
+ """Return the status of the restoreAssetsV2 operation."""
210
210
  endpoint = "restoreAssetsStatusV2"
211
211
 
212
212
  result = self.service.execute_query(
@@ -224,7 +224,7 @@ class TaegisSDKAssets2Query:
224
224
  raise GraphQLNoRowsInResultSetError("for query restoreAssetsStatusV2")
225
225
 
226
226
  def assign_bulk_assets_to_group_status(self, id_: str) -> TaskInfoPayload:
227
- """Return the status of the assignBulkAssetsToGroup operation.."""
227
+ """Return the status of the assignBulkAssetsToGroup operation."""
228
228
  endpoint = "assignBulkAssetsToGroupStatus"
229
229
 
230
230
  result = self.service.execute_query(
@@ -242,7 +242,7 @@ class TaegisSDKAssets2Query:
242
242
  raise GraphQLNoRowsInResultSetError("for query assignBulkAssetsToGroupStatus")
243
243
 
244
244
  def bulk_update_tags_for_endpoints_status_v2(self, id_: str) -> TaskInfoPayload:
245
- """Return the status of the bulkUpdateTagsForEndpointsV2 operation.."""
245
+ """Return the status of the bulkUpdateTagsForEndpointsV2 operation."""
246
246
  endpoint = "bulkUpdateTagsForEndpointsStatusV2"
247
247
 
248
248
  result = self.service.execute_query(
@@ -262,7 +262,7 @@ class TaegisSDKAssets2Query:
262
262
  )
263
263
 
264
264
  def bulk_delete_tags_for_endpoints_status_v2(self, id_: str) -> TaskInfoPayload:
265
- """Return the status of the bulkDeleteTagsForEndpointsV2 operation.."""
265
+ """Return the status of the bulkDeleteTagsForEndpointsV2 operation."""
266
266
  endpoint = "bulkDeleteTagsForEndpointsStatusV2"
267
267
 
268
268
  result = self.service.execute_query(
@@ -282,7 +282,7 @@ class TaegisSDKAssets2Query:
282
282
  )
283
283
 
284
284
  def bulk_reconnect_native_assets_status(self, id_: str) -> TaskInfoPayload:
285
- """Return the status of the bulkReconnectNativeAssets operation.."""
285
+ """Return the status of the bulkReconnectNativeAssets operation."""
286
286
  endpoint = "bulkReconnectNativeAssetsStatus"
287
287
 
288
288
  result = self.service.execute_query(
@@ -300,7 +300,7 @@ class TaegisSDKAssets2Query:
300
300
  raise GraphQLNoRowsInResultSetError("for query bulkReconnectNativeAssetsStatus")
301
301
 
302
302
  def bulk_uninstall_native_assets_status(self, id_: str) -> TaskInfoPayload:
303
- """Return the status of the bulkUninstallNativeAssets operation.."""
303
+ """Return the status of the bulkUninstallNativeAssets operation."""
304
304
  endpoint = "bulkUninstallNativeAssetsStatus"
305
305
 
306
306
  result = self.service.execute_query(
@@ -317,10 +317,28 @@ class TaegisSDKAssets2Query:
317
317
  return TaskInfoPayload.from_dict(result.get(endpoint))
318
318
  raise GraphQLNoRowsInResultSetError("for query bulkUninstallNativeAssetsStatus")
319
319
 
320
+ def bulk_reconnect_by_scope_status(self, id_: str) -> TaskInfoPayload:
321
+ """Return the status of the bulkReconnectByScope operation."""
322
+ endpoint = "bulkReconnectByScopeStatus"
323
+
324
+ result = self.service.execute_query(
325
+ endpoint=endpoint,
326
+ variables={
327
+ "id": prepare_input(id_),
328
+ },
329
+ output=build_output_string(
330
+ TaskInfoPayload,
331
+ exclude_deprecated_output=self.service.exclude_deprecated_output,
332
+ ),
333
+ )
334
+ if result.get(endpoint) is not None:
335
+ return TaskInfoPayload.from_dict(result.get(endpoint))
336
+ raise GraphQLNoRowsInResultSetError("for query bulkReconnectByScopeStatus")
337
+
320
338
  def asset_dead_period(self) -> str:
321
339
  """Return the tenant's asset dead period threshold used by the api. The value
322
340
  from the tenants preference api is used if present, otherwise the default of
323
- 720h (30 days) is used.."""
341
+ 720h (30 days) is used."""
324
342
  endpoint = "assetDeadPeriod"
325
343
 
326
344
  result = self.service.execute_query(endpoint=endpoint, variables={}, output="")
@@ -187,6 +187,14 @@ class BulkOpStatusV2(str, Enum):
187
187
  TASK_STATE_IN_PROGRESS = "TASK_STATE_IN_PROGRESS"
188
188
 
189
189
 
190
+ class ReconnectScope(str, Enum):
191
+ """ReconnectScope."""
192
+
193
+ TENANT = "TENANT"
194
+ GROUPS = "GROUPS"
195
+ SETTING = "SETTING"
196
+
197
+
190
198
  @dataclass_json
191
199
  @dataclass(order=True, eq=True, frozen=True)
192
200
  class ConnectionDetails:
@@ -671,6 +679,28 @@ class AssetsExportOutputV2:
671
679
  )
672
680
 
673
681
 
682
+ @dataclass_json
683
+ @dataclass(order=True, eq=True, frozen=True)
684
+ class BulkReconnectByScopeInput:
685
+ """BulkReconnectByScopeInput."""
686
+
687
+ group_ids: Optional[List[str]] = field(
688
+ default=None, metadata=config(field_name="groupIds")
689
+ )
690
+ setting_id: Optional[str] = field(
691
+ default=None, metadata=config(field_name="settingId")
692
+ )
693
+ reason: Optional[str] = field(default=None, metadata=config(field_name="reason"))
694
+ scope: Optional[Union[ReconnectScope, TaegisEnum]] = field(
695
+ default=None,
696
+ metadata=config(
697
+ encoder=encode_enum,
698
+ decoder=lambda x: decode_enum(ReconnectScope, x),
699
+ field_name="scope",
700
+ ),
701
+ )
702
+
703
+
674
704
  @dataclass_json
675
705
  @dataclass(order=True, eq=True, frozen=True)
676
706
  class TagFilter:
@@ -289,8 +289,9 @@ class TaegisSDKAuthzQuery:
289
289
  self,
290
290
  subject_id: str,
291
291
  subject_type: Optional[Union[AuthzSubjectIDType, TaegisEnum]] = None,
292
+ include_mdr_provider: Optional[bool] = None,
292
293
  ) -> bool:
293
- """Indicates if the input subject can assume the target tenant."""
294
+ """Indicates if the input subject can assume the target tenant, includeMDRProvider optionally also returns true if the subject can assume the tenant through an MDR provider relationship."""
294
295
  endpoint = "authzCanSubjectIDAssumeTenant"
295
296
 
296
297
  result = self.service.execute_query(
@@ -298,6 +299,7 @@ class TaegisSDKAuthzQuery:
298
299
  variables={
299
300
  "subjectID": prepare_input(subject_id),
300
301
  "subjectType": prepare_input(subject_type),
302
+ "includeMDRProvider": prepare_input(include_mdr_provider),
301
303
  },
302
304
  output="",
303
305
  )
@@ -472,3 +474,21 @@ class TaegisSDKAuthzQuery:
472
474
  [r or {} for r in result.get(endpoint)], many=True
473
475
  )
474
476
  raise GraphQLNoRowsInResultSetError("for query authzTrustedRoles")
477
+
478
+ def authz_check_step_up(self, input_: AuthzStepUpInput) -> AuthzStepUpResponse:
479
+ """Step-up authorization check."""
480
+ endpoint = "authzCheckStepUp"
481
+
482
+ result = self.service.execute_query(
483
+ endpoint=endpoint,
484
+ variables={
485
+ "input": prepare_input(input_),
486
+ },
487
+ output=build_output_string(
488
+ AuthzStepUpResponse,
489
+ exclude_deprecated_output=self.service.exclude_deprecated_output,
490
+ ),
491
+ )
492
+ if result.get(endpoint) is not None:
493
+ return AuthzStepUpResponse.from_dict(result.get(endpoint))
494
+ raise GraphQLNoRowsInResultSetError("for query authzCheckStepUp")