@dynatrace-sdk/client-classic-environment-v2 2.0.0 → 3.2.0

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 (271) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +1253 -870
  3. package/cjs/index.js +10780 -7073
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +11028 -7145
  6. package/package.json +3 -2
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +20 -0
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +30 -0
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +15 -0
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +34 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +10 -0
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +30 -0
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +30 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +10 -0
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +10 -0
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +6 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +30 -0
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +5 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +36 -1
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +130 -0
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -1
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +20 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +26 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +15 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +35 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +15 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +41 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +35 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +40 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +5 -0
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +83 -0
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +30 -0
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +5 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +116 -1
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +10 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +5 -0
  37. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +70 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +25 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +49 -0
  40. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/biz-event-ingest-result-error.d.ts +2 -1
  42. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +2 -1
  43. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -3
  44. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +2 -1
  45. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +2 -1
  46. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +2 -1
  47. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +14 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +6 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +10 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +8 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.d.ts +9 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +6 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.d.ts +10 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +7 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +6 -0
  56. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +3 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +3 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +3 -0
  59. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +21 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.d.ts +6 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +7 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.transformation.d.ts +1 -3
  63. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +2 -0
  64. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +4 -2
  65. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +2 -2
  66. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +2 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +4 -2
  68. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +6 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +3 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.d.ts +7 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.transformation.d.ts +4 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.d.ts +10 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.transformation.d.ts +7 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.d.ts +3 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.d.ts +6 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +6 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts +3 -0
  79. package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +30 -0
  80. package/types/packages/client/classic-environment-v2/src/lib/models/attacker.d.ts +3 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +25 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +6 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/code-location.d.ts +3 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +3 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +3 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +1 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +9 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +13 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +3 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +1 -1
  91. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +1 -1
  92. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +3 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +6 -0
  94. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.d.ts +5 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.transformation.d.ts +4 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.d.ts +5 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.transformation.d.ts +8 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +3 -0
  99. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +12 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +6 -0
  101. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +3 -0
  102. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +3 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +3 -0
  105. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +14 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.d.ts +5 -0
  107. package/types/packages/client/classic-environment-v2/src/lib/models/event-property-details.transformation.d.ts +1 -0
  108. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +3 -0
  109. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +6 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +15 -0
  111. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +3 -0
  112. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +2 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +6 -0
  114. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.d.ts +4 -0
  115. package/types/packages/client/classic-environment-v2/src/lib/models/exported-log-record-list.transformation.d.ts +1 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +3 -0
  117. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.d.ts +1 -1
  118. package/types/packages/client/classic-environment-v2/src/lib/models/extension-info.transformation.d.ts +1 -1
  119. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +3 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +6 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +6 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +9 -0
  124. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -0
  125. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +26 -0
  126. package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts +3 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.d.ts +13 -0
  128. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.transformation.d.ts +7 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts +6 -0
  130. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +8 -0
  131. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +4 -0
  132. package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +14 -0
  133. package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +8 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +11 -0
  135. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +36 -14
  136. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +9 -0
  137. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +2 -1
  138. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +18 -0
  139. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.transformation.d.ts +1 -0
  140. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +9 -0
  141. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.d.ts +4 -0
  142. package/types/packages/client/classic-environment-v2/src/lib/models/log-records-list.transformation.d.ts +1 -0
  143. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +3 -0
  144. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +17 -0
  145. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +3 -0
  146. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +3 -0
  147. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +3 -0
  148. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +3 -0
  149. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -0
  150. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -0
  151. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.d.ts +6 -6
  152. package/types/packages/client/classic-environment-v2/src/lib/models/modification-info.transformation.d.ts +5 -5
  153. package/types/packages/client/classic-environment-v2/src/lib/models/modification.d.ts +21 -0
  154. package/types/packages/client/classic-environment-v2/src/lib/models/modification.transformation.d.ts +9 -0
  155. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +1 -0
  156. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +6 -0
  157. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +3 -0
  158. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -0
  159. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +3 -0
  160. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +3 -0
  161. package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.d.ts +13 -0
  162. package/types/packages/client/classic-environment-v2/src/lib/models/permission-context.transformation.d.ts +7 -0
  163. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -0
  164. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +3 -0
  165. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +36 -0
  166. package/types/packages/client/classic-environment-v2/src/lib/models/problem.transformation.d.ts +3 -0
  167. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -0
  168. package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.d.ts +3 -0
  169. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +3 -0
  170. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +17 -0
  171. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.transformation.d.ts +2 -0
  172. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +12 -0
  173. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +3 -0
  174. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +3 -0
  175. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +3 -0
  176. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +12 -0
  177. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +3 -0
  178. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +3 -0
  179. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +7 -0
  180. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +3 -0
  181. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +6 -0
  182. package/types/packages/client/classic-environment-v2/src/lib/models/request-information.d.ts +3 -0
  183. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.d.ts +4 -0
  184. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.transformation.d.ts +7 -0
  185. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.d.ts +8 -0
  186. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.transformation.d.ts +4 -0
  187. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +15 -0
  188. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.transformation.d.ts +9 -0
  189. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.d.ts +28 -0
  190. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-page.transformation.d.ts +11 -0
  191. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.d.ts +10 -0
  192. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.transformation.d.ts +4 -0
  193. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +40 -0
  194. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.transformation.d.ts +16 -0
  195. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +9 -0
  196. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +28 -0
  197. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.transformation.d.ts +2 -0
  198. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +17 -0
  199. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +28 -0
  200. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.transformation.d.ts +2 -0
  201. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +3 -0
  202. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +20 -0
  203. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +6 -0
  204. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +3 -0
  205. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +39 -0
  206. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +9 -0
  207. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +3 -0
  208. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +3 -0
  209. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +18 -0
  210. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +3 -0
  211. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +3 -0
  212. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.d.ts +10 -0
  213. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +4 -0
  214. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +15 -0
  215. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +4 -0
  216. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +14 -0
  217. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.transformation.d.ts +8 -0
  218. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +5 -0
  219. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +14 -0
  220. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +23 -0
  221. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +6 -0
  222. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +14 -0
  223. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-aggregation.d.ts +1 -6
  224. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +3 -0
  225. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +3 -0
  226. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +6 -0
  227. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +6 -0
  228. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +9 -0
  229. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +6 -0
  230. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +6 -0
  231. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +9 -0
  232. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +21 -0
  233. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +3 -0
  234. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +3 -0
  235. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +6 -0
  236. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +3 -0
  237. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.d.ts +3 -0
  238. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.d.ts +3 -0
  239. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts +3 -0
  240. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +12 -0
  241. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +3 -0
  242. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +12 -0
  243. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +3 -0
  244. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.d.ts +9 -0
  245. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +3 -0
  246. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +3 -0
  247. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +9 -0
  248. package/types/packages/http-client/src/lib/types/binary.d.ts +2 -2
  249. package/types/packages/http-client/src/lib/types/http-client-response.d.ts +2 -2
  250. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/api-client-error.d.ts +2 -1
  251. package/types/packages/shared-errors/src/api-gateway-error.d.ts +18 -0
  252. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/client-request-error.d.ts +4 -2
  253. package/types/packages/shared-errors/src/index.d.ts +6 -0
  254. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/invalid-response-error.d.ts +1 -0
  255. package/types/packages/shared-errors/src/sdk-error.d.ts +5 -0
  256. package/types/packages/shared-errors/src/types.d.ts +31 -0
  257. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-privacy-operations-sync-api-api.d.ts +0 -64
  258. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.d.ts +0 -10
  259. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response-data.transformation.d.ts +0 -7
  260. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.d.ts +0 -11
  261. package/types/packages/client/classic-environment-v2/src/lib/models/paginated-personal-data-response.transformation.d.ts +0 -8
  262. package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.d.ts +0 -13
  263. package/types/packages/client/classic-environment-v2/src/lib/models/personal-data-request.transformation.d.ts +0 -7
  264. package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.d.ts +0 -6
  265. package/types/packages/client/classic-environment-v2/src/lib/models/pii-relationships-item.transformation.d.ts +0 -4
  266. package/types/packages/client/classic-environment-v2/src/lib/models/pii.d.ts +0 -10
  267. package/types/packages/client/classic-environment-v2/src/lib/models/pii.transformation.d.ts +0 -7
  268. package/types/packages/client/classic-environment-v2/src/lib/models/schema.d.ts +0 -18
  269. package/types/packages/client/classic-environment-v2/src/lib/models/schema.transformation.d.ts +0 -9
  270. package/types/packages/client/classic-environment-v2/src/lib/models/value.d.ts +0 -15
  271. package/types/packages/client/classic-environment-v2/src/lib/models/value.transformation.d.ts +0 -9
@@ -2,6 +2,7 @@ import { EventPropertyDetails } from './event-property-details';
2
2
  export interface AsJson {
3
3
  description?: string;
4
4
  displayName?: string;
5
+ filterable?: boolean;
5
6
  key?: string;
6
7
  writable?: boolean;
7
8
  }
@@ -11,6 +11,9 @@ export interface EventType {
11
11
  * The display name of the event type.
12
12
  */
13
13
  displayName?: string;
14
+ /**
15
+ * The severity level associated with the event type.
16
+ */
14
17
  severityLevel?: EventTypeSeverityLevel;
15
18
  /**
16
19
  * The event type.
@@ -17,6 +17,9 @@ export interface Event {
17
17
  * Has the value of `null` if the event is still active.
18
18
  */
19
19
  endTime?: number;
20
+ /**
21
+ * A short representation of a monitored entity.
22
+ */
20
23
  entityId?: EntityStub;
21
24
  /**
22
25
  * A list of tags of the related entity.
@@ -48,6 +51,9 @@ export interface Event {
48
51
  * The timestamp when the event was raised, in UTC milliseconds.
49
52
  */
50
53
  startTime?: number;
54
+ /**
55
+ * The status of the event.
56
+ */
51
57
  status?: EventStatus;
52
58
  /**
53
59
  * The alerting status during a [maintenance](https://dt-url.net/b2123rg0):
@@ -10,8 +10,23 @@ export interface Evidence {
10
10
  * The display name of the evidence.
11
11
  */
12
12
  displayName: string;
13
+ /**
14
+ * A short representation of a monitored entity.
15
+ */
13
16
  entity: EntityStub;
17
+ /**
18
+ * Defines the actual set of fields depending on the value. See one of the following objects:
19
+ *
20
+ * * `EVENT` -> EventEvidence
21
+ * * `METRIC` -> MetricEvidence
22
+ * * `TRANSACTIONAL` -> TransactionalEvidence
23
+ * * `MAINTENANCE_WINDOW` -> MaintenanceWindowEvidence
24
+ * * `AVAILABILITY_EVIDENCE` -> AvailabilityEvidence
25
+ */
14
26
  evidenceType: EvidenceEvidenceType;
27
+ /**
28
+ * A short representation of a monitored entity.
29
+ */
15
30
  groupingEntity?: EntityStub;
16
31
  /**
17
32
  * The evidence is (`true`) or is not (`false`) a part of the root cause.
@@ -1,4 +1,7 @@
1
1
  import { ExecuteActionsDtoActions } from './execute-actions-dto-actions';
2
2
  export interface ExecuteActionsDto {
3
+ /**
4
+ * Data Source defined action objects
5
+ */
3
6
  actions?: ExecuteActionsDtoActions;
4
7
  }
@@ -32,6 +32,8 @@ export interface ExecutionSimpleResults {
32
32
  httperror?: boolean;
33
33
  /**
34
34
  * An expiry date of the first SSL certificate from the certificate chain.
35
+ *
36
+ * @deprecated
35
37
  */
36
38
  peerCertificateExpiryDate?: number;
37
39
  /**
@@ -3,5 +3,11 @@ import { ExecutionStepMonitorType } from './execution-step-monitor-type';
3
3
  * Contains detailed information about the monitor's step execution.
4
4
  */
5
5
  export interface ExecutionStep {
6
+ /**
7
+ * Defines the actual set of fields depending on the value. See one of the following objects:
8
+ *
9
+ * * `BROWSER` -> BMAction
10
+ * * `HTTP` -> MonitorRequestExecutionResult
11
+ */
6
12
  monitorType: ExecutionStepMonitorType;
7
13
  }
@@ -21,4 +21,8 @@ export interface ExportedLogRecordList {
21
21
  * The total number of entries in the result.
22
22
  */
23
23
  totalCount: number;
24
+ /**
25
+ * Optional warning messages.
26
+ */
27
+ warnings?: string;
24
28
  }
@@ -5,6 +5,7 @@ export interface AsJson {
5
5
  pageSize?: number;
6
6
  results?: _LogRecordTransformation.AsJson[];
7
7
  totalCount: number;
8
+ warnings?: string;
8
9
  }
9
10
  export declare function fromJson($model: AsJson): ExportedLogRecordList;
10
11
  export declare function toJson($model: ExportedLogRecordList): AsJson;
@@ -29,6 +29,9 @@ export interface ExtensionEventDto {
29
29
  * Severity of the event
30
30
  */
31
31
  severity?: string;
32
+ /**
33
+ * Status of the event
34
+ */
32
35
  status?: ExtensionEventDtoStatus;
33
36
  /**
34
37
  * Timestamp of the event
@@ -5,7 +5,7 @@ export interface ExtensionInfo {
5
5
  /**
6
6
  * Active version in the environment (null if none is active)
7
7
  */
8
- activeVersion?: string;
8
+ activeVersion?: string | null;
9
9
  /**
10
10
  * Extension name
11
11
  */
@@ -1,6 +1,6 @@
1
1
  import { ExtensionInfo } from './extension-info';
2
2
  export interface AsJson {
3
- activeVersion?: string;
3
+ activeVersion?: string | null;
4
4
  extensionName: string;
5
5
  keywords: string[];
6
6
  version: string;
@@ -8,5 +8,8 @@ export interface ExtensionMonitoringConfiguration {
8
8
  * Configuration scope
9
9
  */
10
10
  scope: string;
11
+ /**
12
+ * Configuration
13
+ */
11
14
  value: ExtensionMonitoringConfigurationValue;
12
15
  }
@@ -1,5 +1,8 @@
1
1
  import { ExtensionStatusDtoStatus } from './extension-status-dto-status';
2
2
  export interface ExtensionStatusDto {
3
+ /**
4
+ * Latest status of given configuration.
5
+ */
3
6
  status: ExtensionStatusDtoStatus;
4
7
  /**
5
8
  * Timestamp of the latest status of given configuration.
@@ -6,6 +6,9 @@ export interface ExtensionUploadResponseDto {
6
6
  * Information about extension assets included
7
7
  */
8
8
  assetsInfo: AssetInfo[];
9
+ /**
10
+ * Extension author
11
+ */
9
12
  author: AuthorDto;
10
13
  /**
11
14
  * Data sources that extension uses to gather data
@@ -19,6 +22,9 @@ export interface ExtensionUploadResponseDto {
19
22
  * Available feature sets
20
23
  */
21
24
  featureSets: string[];
25
+ /**
26
+ * Details of feature sets
27
+ */
22
28
  featureSetsDetails: ExtensionUploadResponseDtoFeatureSetsDetails;
23
29
  /**
24
30
  * SHA-256 hash of uploaded Extension file
@@ -1,6 +1,9 @@
1
1
  import { AuthorDto } from './author-dto';
2
2
  import { ExtensionFeatureSetsDetails } from './extension-feature-sets-details';
3
3
  export interface Extension {
4
+ /**
5
+ * Extension author
6
+ */
4
7
  author: AuthorDto;
5
8
  /**
6
9
  * Data sources that extension uses to gather data
@@ -14,6 +17,9 @@ export interface Extension {
14
17
  * Available feature sets
15
18
  */
16
19
  featureSets: string[];
20
+ /**
21
+ * Details of feature sets
22
+ */
17
23
  featureSetsDetails: ExtensionFeatureSetsDetails;
18
24
  /**
19
25
  * SHA-256 hash of uploaded Extension file
@@ -6,6 +6,15 @@ import { ExternalVaultConfigType } from './external-vault-config-type';
6
6
  export interface ExternalVaultConfig {
7
7
  credentialsUsedForExternalSynchronization?: string[];
8
8
  passwordSecretName?: string;
9
+ /**
10
+ * Defines the actual set of fields depending on the value. See one of the following objects:
11
+ *
12
+ * * `HASHICORP_VAULT_APPROLE` -> HashicorpApproleConfig
13
+ * * `HASHICORP_VAULT_CERTIFICATE` -> HashicorpCertificateConfig
14
+ * * `AZURE_KEY_VAULT_CLIENT_SECRET` -> AzureClientSecretConfig
15
+ * * `CYBERARK_VAULT_USERNAME_PASSWORD` -> CyberArkUsernamePasswordConfig
16
+ * * `CYBERARK_VAULT_ALLOWED_LOCATION` -> CyberArkAllowedLocationConfig
17
+ */
9
18
  sourceAuthMethod?: ExternalVaultConfigSourceAuthMethod;
10
19
  tokenSecretName?: string;
11
20
  type?: ExternalVaultConfigType;
@@ -11,6 +11,15 @@ export interface ExternalVault {
11
11
  * The name of the secret saved in external vault where password is stored.
12
12
  */
13
13
  passwordSecretName?: string;
14
+ /**
15
+ * Defines the actual set of fields depending on the value. See one of the following objects:
16
+ *
17
+ * * `HASHICORP_VAULT_APPROLE` -> HashicorpApprole
18
+ * * `HASHICORP_VAULT_CERTIFICATE` -> HashicorpCertificate
19
+ * * `AZURE_KEY_VAULT_CLIENT_SECRET` -> AzureClientSecret
20
+ * * `CYBERARK_VAULT_USERNAME_PASSWORD` -> CyberArkUsernamePassword
21
+ * * `CYBERARK_VAULT_ALLOWED_LOCATION` -> CyberArkAllowedLocationDto
22
+ */
14
23
  sourceAuthMethod?: ExternalVaultSourceAuthMethod;
15
24
  /**
16
25
  * The name of the secret saved in external vault where token is stored.
@@ -9,6 +9,9 @@ export interface Filter {
9
9
  * If the type is `not`, `and` or `or`, then holds the contained filters.
10
10
  */
11
11
  operands?: Filter[];
12
+ /**
13
+ * Invocation of a function, e.g. the `entitySelector` function.
14
+ */
12
15
  referenceInvocation?: Invocation;
13
16
  /**
14
17
  * For filters that match a dimension against a valkue, such as `eq` or `ne`, holds the value to compare the dimension against.
@@ -18,6 +21,9 @@ export interface Filter {
18
21
  * For the operands of `series` filters that match against a number, holds the number to compare against.
19
22
  */
20
23
  referenceValue?: number;
24
+ /**
25
+ * A way of viewing a series as a single value for the purpose of sorting or series-based filters.
26
+ */
21
27
  rollup?: Rollup;
22
28
  /**
23
29
  * If the type applies to a dimension, then holds the target dimension.
@@ -27,5 +33,25 @@ export interface Filter {
27
33
  * If the type applies to n dimensions, then holds the target dimensions. Currently only used for the `remainder` filter.
28
34
  */
29
35
  targetDimensions?: string[];
36
+ /**
37
+ * Type of this filter, determines which other fields are present.Can be any of:
38
+ * * `eq`,
39
+ * * `ne`,
40
+ * * `prefix`,
41
+ * * `in`,
42
+ * * `remainder`,
43
+ * * `suffix`,
44
+ * * `contains`,
45
+ * * `existsKey`,
46
+ * * `series`,
47
+ * * `or`,
48
+ * * `and`,
49
+ * * `not`,
50
+ * * `ge`,
51
+ * * `gt`,
52
+ * * `le`,
53
+ * * `lt`,
54
+ * * `otherwise`.
55
+ */
30
56
  type?: FilterType;
31
57
  }
@@ -19,6 +19,9 @@ export interface FunctionDefinition {
19
19
  * The function/method name of the function definition.
20
20
  */
21
21
  functionName?: string;
22
+ /**
23
+ * A list of values that has possibly been truncated.
24
+ */
22
25
  parameterTypes?: TruncatableListString;
23
26
  /**
24
27
  * The return type of the function.
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Modification information about the setting.
3
+ */
4
+ export interface HistoryModificationInfo {
5
+ /**
6
+ * The unique identifier of the user who performed the most recent modification.
7
+ */
8
+ lastModifiedBy?: string;
9
+ /**
10
+ * Timestamp when the setting was last modified in ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss.SSS'Z')
11
+ */
12
+ lastModifiedTime: Date;
13
+ }
@@ -0,0 +1,7 @@
1
+ import { HistoryModificationInfo } from './history-modification-info';
2
+ export interface AsJson {
3
+ lastModifiedBy?: string;
4
+ lastModifiedTime: string;
5
+ }
6
+ export declare function fromJson($model: AsJson): HistoryModificationInfo;
7
+ export declare function toJson($model: HistoryModificationInfo): AsJson;
@@ -4,7 +4,13 @@ import { TruncatableListHttpRequestParameter } from './truncatable-list-http-req
4
4
  * HTTP specific request details.
5
5
  */
6
6
  export interface HttpProtocolDetails {
7
+ /**
8
+ * A list of values that has possibly been truncated.
9
+ */
7
10
  headers?: TruncatableListAttackRequestHeader;
11
+ /**
12
+ * A list of values that has possibly been truncated.
13
+ */
8
14
  parameters?: TruncatableListHttpRequestParameter;
9
15
  /**
10
16
  * The HTTP request method.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * The type of the identity.
3
+ */
4
+ export declare enum IdentityType {
5
+ AllUsers = "all-users",
6
+ Group = "group",
7
+ User = "user"
8
+ }
@@ -0,0 +1,4 @@
1
+ import { IdentityType } from './identity-type';
2
+ export type AsJson = string;
3
+ export declare function fromJson($model: AsJson): IdentityType;
4
+ export declare function toJson($model: IdentityType): AsJson;
@@ -0,0 +1,14 @@
1
+ import { IdentityType } from './identity-type';
2
+ /**
3
+ * An Identity describing either a user, a group, or the all-users group (applying to all users).
4
+ */
5
+ export interface Identity {
6
+ /**
7
+ * The user id or user group id if type is 'user' or 'group', missing if type is 'all-users'.
8
+ */
9
+ id?: string;
10
+ /**
11
+ * The type of the identity.
12
+ */
13
+ type: IdentityType;
14
+ }
@@ -0,0 +1,8 @@
1
+ import { Identity } from './identity';
2
+ import * as _IdentityTypeTransformation from './identity-type.transformation';
3
+ export interface AsJson {
4
+ id?: string;
5
+ type: _IdentityTypeTransformation.AsJson;
6
+ }
7
+ export declare function fromJson($model: AsJson): Identity;
8
+ export declare function toJson($model: Identity): AsJson;
@@ -10,6 +10,17 @@ export interface Impact {
10
10
  * The estimated number of affected users.
11
11
  */
12
12
  estimatedAffectedUsers: number;
13
+ /**
14
+ * Defines the actual set of fields depending on the value. See one of the following objects:
15
+ *
16
+ * * `SERVICE` -> ServiceImpact
17
+ * * `APPLICATION` -> ApplicationImpact
18
+ * * `MOBILE` -> MobileImpact
19
+ * * `CUSTOM_APPLICATION` -> CustomApplicationImpact
20
+ */
13
21
  impactType: ImpactImpactType;
22
+ /**
23
+ * A short representation of a monitored entity.
24
+ */
14
25
  impactedEntity: EntityStub;
15
26
  }
@@ -24,8 +24,12 @@ export * from './active-gate-global-auto-update-config';
24
24
  export * as _ActiveGateGlobalAutoUpdateConfigTransformation from './active-gate-global-auto-update-config.transformation';
25
25
  export * from './active-gate-global-auto-update-config-global-setting';
26
26
  export * as _ActiveGateGlobalAutoUpdateConfigGlobalSettingTransformation from './active-gate-global-auto-update-config-global-setting.transformation';
27
+ export * from './active-gate-group';
28
+ export * as _ActiveGateGroupTransformation from './active-gate-group.transformation';
27
29
  export * from './active-gate-group-info-dto';
28
30
  export * as _ActiveGateGroupInfoDtoTransformation from './active-gate-group-info-dto.transformation';
31
+ export * from './active-gate-groups';
32
+ export * as _ActiveGateGroupsTransformation from './active-gate-groups.transformation';
29
33
  export * from './active-gate-groups-info-dto';
30
34
  export * as _ActiveGateGroupsInfoDtoTransformation from './active-gate-groups-info-dto.transformation';
31
35
  export * from './active-gate-info-dto';
@@ -104,6 +108,10 @@ export * from './application-impact';
104
108
  export * as _ApplicationImpactTransformation from './application-impact.transformation';
105
109
  export * from './applied-filter';
106
110
  export * as _AppliedFilterTransformation from './applied-filter.transformation';
111
+ export * from './assessment-accuracy-details';
112
+ export * as _AssessmentAccuracyDetailsTransformation from './assessment-accuracy-details.transformation';
113
+ export * from './assessment-accuracy-details-reduced-reasons-item';
114
+ export * as _AssessmentAccuracyDetailsReducedReasonsItemTransformation from './assessment-accuracy-details-reduced-reasons-item.transformation';
107
115
  export * from './asset-info';
108
116
  export * as _AssetInfoTransformation from './asset-info.transformation';
109
117
  export * from './asset-info-dto';
@@ -268,6 +276,10 @@ export * from './deleted-entity-tags';
268
276
  export * as _DeletedEntityTagsTransformation from './deleted-entity-tags.transformation';
269
277
  export * from './deletion-constraint';
270
278
  export * as _DeletionConstraintTransformation from './deletion-constraint.transformation';
279
+ export * from './effective-permission';
280
+ export * as _EffectivePermissionTransformation from './effective-permission.transformation';
281
+ export * from './effective-permission-granted';
282
+ export * as _EffectivePermissionGrantedTransformation from './effective-permission-granted.transformation';
271
283
  export * from './effective-settings-value';
272
284
  export * as _EffectiveSettingsValueTransformation from './effective-settings-value.transformation';
273
285
  export * from './effective-settings-values-list';
@@ -496,10 +508,16 @@ export * from './hashicorp-certificate';
496
508
  export * as _HashicorpCertificateTransformation from './hashicorp-certificate.transformation';
497
509
  export * from './hashicorp-certificate-config';
498
510
  export * as _HashicorpCertificateConfigTransformation from './hashicorp-certificate-config.transformation';
511
+ export * from './history-modification-info';
512
+ export * as _HistoryModificationInfoTransformation from './history-modification-info.transformation';
499
513
  export * from './http-protocol-details';
500
514
  export * as _HttpProtocolDetailsTransformation from './http-protocol-details.transformation';
501
515
  export * from './http-request-parameter';
502
516
  export * as _HttpRequestParameterTransformation from './http-request-parameter.transformation';
517
+ export * from './identity';
518
+ export * as _IdentityTransformation from './identity.transformation';
519
+ export * from './identity-type';
520
+ export * as _IdentityTypeTransformation from './identity-type.transformation';
503
521
  export * from './impact';
504
522
  export * as _ImpactTransformation from './impact.transformation';
505
523
  export * from './impact-analysis';
@@ -606,6 +624,8 @@ export * from './minimal-extension';
606
624
  export * as _MinimalExtensionTransformation from './minimal-extension.transformation';
607
625
  export * from './mobile-impact';
608
626
  export * as _MobileImpactTransformation from './mobile-impact.transformation';
627
+ export * from './modification';
628
+ export * as _ModificationTransformation from './modification.transformation';
609
629
  export * from './modification-info';
610
630
  export * as _ModificationInfoTransformation from './modification-info.transformation';
611
631
  export * from './monitor-entity-id-dto';
@@ -656,16 +676,8 @@ export * from './object-node';
656
676
  export * as _ObjectNodeTransformation from './object-node.transformation';
657
677
  export * from './objects-list';
658
678
  export * as _ObjectsListTransformation from './objects-list.transformation';
659
- export * from './paginated-personal-data-response';
660
- export * as _PaginatedPersonalDataResponseTransformation from './paginated-personal-data-response.transformation';
661
- export * from './paginated-personal-data-response-data';
662
- export * as _PaginatedPersonalDataResponseDataTransformation from './paginated-personal-data-response-data.transformation';
663
- export * from './personal-data-request';
664
- export * as _PersonalDataRequestTransformation from './personal-data-request.transformation';
665
- export * from './pii';
666
- export * as _PiiTransformation from './pii.transformation';
667
- export * from './pii-relationships-item';
668
- export * as _PiiRelationshipsItemTransformation from './pii-relationships-item.transformation';
679
+ export * from './permission-context';
680
+ export * as _PermissionContextTransformation from './permission-context.transformation';
669
681
  export * from './precondition';
670
682
  export * as _PreconditionTransformation from './precondition.transformation';
671
683
  export * from './precondition-type';
@@ -790,6 +802,18 @@ export * from './remediation-progress-vulnerable-component';
790
802
  export * as _RemediationProgressVulnerableComponentTransformation from './remediation-progress-vulnerable-component.transformation';
791
803
  export * from './request-information';
792
804
  export * as _RequestInformationTransformation from './request-information.transformation';
805
+ export * from './resolution-request';
806
+ export * as _ResolutionRequestTransformation from './resolution-request.transformation';
807
+ export * from './resource-context';
808
+ export * as _ResourceContextTransformation from './resource-context.transformation';
809
+ export * from './resource-context-operations-item';
810
+ export * as _ResourceContextOperationsItemTransformation from './resource-context-operations-item.transformation';
811
+ export * from './revision-diff';
812
+ export * as _RevisionDiffTransformation from './revision-diff.transformation';
813
+ export * from './revision-diff-page';
814
+ export * as _RevisionDiffPageTransformation from './revision-diff-page.transformation';
815
+ export * from './revision-diff-type';
816
+ export * as _RevisionDiffTypeTransformation from './revision-diff-type.transformation';
793
817
  export * from './risk-assessment';
794
818
  export * as _RiskAssessmentTransformation from './risk-assessment.transformation';
795
819
  export * from './risk-assessment-assessment-accuracy';
@@ -852,8 +876,6 @@ export * from './slo-status';
852
876
  export * as _SLOStatusTransformation from './slo-status.transformation';
853
877
  export * from './sl-os';
854
878
  export * as _SLOsTransformation from './sl-os.transformation';
855
- export * from './schema';
856
- export * as _SchemaTransformation from './schema.transformation';
857
879
  export * from './schema-constraint-rest-dto';
858
880
  export * as _SchemaConstraintRestDtoTransformation from './schema-constraint-rest-dto.transformation';
859
881
  export * from './schema-constraint-rest-dto-type';
@@ -948,6 +970,8 @@ export * from './settings-object-response';
948
970
  export * as _SettingsObjectResponseTransformation from './settings-object-response.transformation';
949
971
  export * from './settings-object-update';
950
972
  export * as _SettingsObjectUpdateTransformation from './settings-object-update.transformation';
973
+ export * from './single-permission-request';
974
+ export * as _SinglePermissionRequestTransformation from './single-permission-request.transformation';
951
975
  export * from './slo-burn-rate';
952
976
  export * as _SloBurnRateTransformation from './slo-burn-rate.transformation';
953
977
  export * from './slo-burn-rate-burn-rate-type';
@@ -1140,8 +1164,6 @@ export * from './user-password-credentials';
1140
1164
  export * as _UserPasswordCredentialsTransformation from './user-password-credentials.transformation';
1141
1165
  export * from './validation-response';
1142
1166
  export * as _ValidationResponseTransformation from './validation-response.transformation';
1143
- export * from './value';
1144
- export * as _ValueTransformation from './value.transformation';
1145
1167
  export * from './vulnerability';
1146
1168
  export * as _VulnerabilityTransformation from './vulnerability.transformation';
1147
1169
  export * from './vulnerable-component';
@@ -11,6 +11,9 @@ export interface Item {
11
11
  * A list of constraints limiting the values to be accepted.
12
12
  */
13
13
  constraints?: Constraint[];
14
+ /**
15
+ * Configuration of a datasource for a property.
16
+ */
14
17
  datasource?: DatasourceDefinition;
15
18
  /**
16
19
  * A short description of the item.
@@ -24,6 +27,9 @@ export interface Item {
24
27
  * An extended description and/or links to documentation.
25
28
  */
26
29
  documentation?: string;
30
+ /**
31
+ * Metadata of the items.
32
+ */
27
33
  metadata?: ItemMetadata;
28
34
  /**
29
35
  * The type referenced by the item's value.
@@ -37,5 +43,8 @@ export interface Item {
37
43
  * The type of the item's value.
38
44
  */
39
45
  type: string | RefPointer;
46
+ /**
47
+ * Customization for UI elements
48
+ */
40
49
  uiCustomization?: UiCustomization;
41
50
  }
@@ -1,5 +1,6 @@
1
1
  export declare enum ListCredentialsQueryType {
2
2
  Certificate = "CERTIFICATE",
3
3
  UsernamePassword = "USERNAME_PASSWORD",
4
- Token = "TOKEN"
4
+ Token = "TOKEN",
5
+ Snmpv3 = "SNMPV3"
5
6
  }
@@ -6,6 +6,15 @@ import { LocationCollectionElementType } from './location-collection-element-typ
6
6
  * A synthetic location.
7
7
  */
8
8
  export interface LocationCollectionElement {
9
+ /**
10
+ * The list of location's capabilities.
11
+ */
12
+ capabilities?: string[];
13
+ /**
14
+ * The cloud provider where the location is hosted.
15
+ *
16
+ * Only applicable to `PUBLIC` locations.
17
+ */
9
18
  cloudPlatform?: LocationCollectionElementCloudPlatform;
10
19
  /**
11
20
  * The Dynatrace entity ID of the location.
@@ -45,7 +54,16 @@ export interface LocationCollectionElement {
45
54
  * The name of the location.
46
55
  */
47
56
  name: string;
57
+ /**
58
+ * The release stage of the location.
59
+ */
48
60
  stage?: LocationCollectionElementStage;
61
+ /**
62
+ * The status of the location.
63
+ */
49
64
  status?: LocationCollectionElementStatus;
65
+ /**
66
+ * The type of the location.
67
+ */
50
68
  type: LocationCollectionElementType;
51
69
  }
@@ -4,6 +4,7 @@ import * as _LocationCollectionElementStageTransformation from './location-colle
4
4
  import * as _LocationCollectionElementStatusTransformation from './location-collection-element-status.transformation';
5
5
  import * as _LocationCollectionElementTypeTransformation from './location-collection-element-type.transformation';
6
6
  export interface AsJson {
7
+ capabilities?: string[];
7
8
  cloudPlatform?: _LocationCollectionElementCloudPlatformTransformation.AsJson;
8
9
  entityId: string;
9
10
  geoCity?: string;
@@ -5,12 +5,21 @@ import { LogRecordStatus } from './log-record-status';
5
5
  * A single log record.
6
6
  */
7
7
  export interface LogRecord {
8
+ /**
9
+ * Additional columns of the log record.
10
+ */
8
11
  additionalColumns?: LogRecordAdditionalColumns;
9
12
  /**
10
13
  * The content of the log record.
11
14
  */
12
15
  content?: string;
16
+ /**
17
+ * Type of event
18
+ */
13
19
  eventType?: LogRecordEventType;
20
+ /**
21
+ * The log status (based on the log level).
22
+ */
14
23
  status?: LogRecordStatus;
15
24
  /**
16
25
  * The timestamp of the log record, in UTC milliseconds.
@@ -15,4 +15,8 @@ export interface LogRecordsList {
15
15
  * The total number of records in a slice.
16
16
  */
17
17
  sliceSize?: number;
18
+ /**
19
+ * Optional warning messages.
20
+ */
21
+ warnings?: string;
18
22
  }
@@ -4,6 +4,7 @@ export interface AsJson {
4
4
  nextSliceKey?: string;
5
5
  results?: _LogRecordTransformation.AsJson[];
6
6
  sliceSize?: number;
7
+ warnings?: string;
7
8
  }
8
9
  export declare function fromJson($model: AsJson): LogRecordsList;
9
10
  export declare function toJson($model: LogRecordsList): AsJson;