@dynatrace-sdk/client-classic-environment-v2 4.2.1 → 5.2.2

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 (216) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/README.md +1898 -547
  3. package/cjs/index.js +1232 -219
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +1173 -160
  6. package/package.json +2 -2
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +24 -1
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +1 -1
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +3 -0
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +45 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +11 -1
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/rum-manual-insertion-tags-api.d.ts +4 -4
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +8 -3
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +1 -1
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +83 -11
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +13 -11
  17. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-attributes.d.ts +1 -1
  18. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log-aggregation-result.d.ts +1 -1
  19. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +1 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +1 -1
  21. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto-input-type.d.ts +12 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto-type.d.ts +10 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto.d.ts +24 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/models/availability-evidence.d.ts +1 -1
  25. package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.d.ts +3 -3
  26. package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.d.ts +2 -2
  27. package/types/packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto-type.d.ts +18 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto.d.ts +15 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/models/browser-permissions-dto.d.ts +21 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.d.ts +3 -3
  31. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-autoplay-policy.d.ts +9 -0
  32. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-disable-features.d.ts +6 -0
  33. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto.d.ts +42 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/models/client-certificate-dto.d.ts +13 -0
  35. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +4 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +4 -0
  37. package/types/packages/client/classic-environment-v2/src/lib/models/cookie-step-dto.d.ts +11 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-list.d.ts +11 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation-properties.d.ts +1 -1
  40. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +3 -3
  41. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +4 -4
  42. package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.d.ts +4 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/models/enablement-dto-origin.d.ts +11 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/models/enablement-dto-performance-metric.d.ts +9 -0
  45. package/types/packages/client/classic-environment-v2/src/lib/models/enablement-dto.d.ts +17 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/models/enriched-management-zone-dto.d.ts +14 -0
  47. package/types/packages/client/classic-environment-v2/src/lib/models/enriched-tag-dto.d.ts +32 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/entity-from-relationships.d.ts +1 -1
  49. package/types/packages/client/classic-environment-v2/src/lib/models/entity-to-relationships.d.ts +1 -1
  50. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +4 -4
  51. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -3
  52. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.d.ts +2 -1
  53. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-properties.d.ts +1 -1
  54. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +2 -2
  55. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto-actions.d.ts +1 -1
  56. package/types/packages/client/classic-environment-v2/src/lib/models/extension-feature-sets-details.d.ts +1 -1
  57. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto-feature-sets-details.d.ts +1 -1
  58. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto-mode.d.ts +9 -0
  59. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto.d.ts +14 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/framework-options-dto.d.ts +37 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/hashicorp-approle.d.ts +4 -4
  62. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.d.ts +4 -0
  63. package/types/packages/client/classic-environment-v2/src/lib/models/ignored-error-codes-dto.d.ts +13 -0
  64. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +67 -0
  65. package/types/packages/client/classic-environment-v2/src/lib/models/interaction-step-dto.d.ts +25 -0
  66. package/types/packages/client/classic-environment-v2/src/lib/models/item-metadata.d.ts +1 -1
  67. package/types/packages/client/classic-environment-v2/src/lib/models/java-script-agent-settings-dto.d.ts +44 -0
  68. package/types/packages/client/classic-environment-v2/src/lib/models/java-script-step-dto.d.ts +20 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-load-action-kpm.d.ts +17 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-xhr-action-kpm.d.ts +11 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics.d.ts +13 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/key-strokes-step-dto.d.ts +34 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto-type.d.ts +12 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto.d.ts +12 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/locator-dto-type.d.ts +9 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/locator-dto.d.ts +13 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +5 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-additional-columns.d.ts +1 -1
  79. package/types/packages/client/classic-environment-v2/src/lib/models/maintenance-window-evidence.d.ts +2 -2
  80. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +5 -5
  81. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-dimension-map.d.ts +1 -1
  82. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-property-dto.d.ts +13 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-state-param.d.ts +2 -2
  84. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-states.d.ts +2 -2
  85. package/types/packages/client/classic-environment-v2/src/lib/models/navigate-step-dto.d.ts +30 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/network-throttling-dto.d.ts +21 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +1 -1
  88. package/types/packages/client/classic-environment-v2/src/lib/models/node-collection-element.d.ts +4 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/node.d.ts +4 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/plain-authentication-dto.d.ts +14 -0
  91. package/types/packages/client/classic-environment-v2/src/lib/models/plain-keystrokes-input-dto.d.ts +14 -0
  92. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-fips-mode.d.ts +15 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-node-names.d.ts +1 -1
  94. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts +9 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-metadata.d.ts +1 -1
  96. package/types/packages/client/classic-environment-v2/src/lib/models/proxy-dto.d.ts +9 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.d.ts +3 -3
  98. package/types/packages/client/classic-environment-v2/src/lib/models/public-synthetic-location.d.ts +5 -5
  99. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto-updates.d.ts +1 -1
  100. package/types/packages/client/classic-environment-v2/src/lib/models/request-filter-dto-type.d.ts +12 -0
  101. package/types/packages/client/classic-environment-v2/src/lib/models/request-filter-dto.d.ts +13 -0
  102. package/types/packages/client/classic-environment-v2/src/lib/models/request-header-options-dto.d.ts +14 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +9 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-enums.d.ts +1 -1
  105. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-maturity.d.ts +16 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-metadata.d.ts +1 -1
  107. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-properties.d.ts +1 -1
  108. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-table-columns.d.ts +1 -1
  109. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto-types.d.ts +1 -1
  110. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +10 -0
  111. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub-maturity.d.ts +16 -0
  112. package/types/packages/client/classic-environment-v2/src/lib/models/schema-stub.d.ts +10 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-properties.d.ts +1 -1
  114. package/types/packages/client/classic-environment-v2/src/lib/models/secure-authentication-dto.d.ts +10 -0
  115. package/types/packages/client/classic-environment-v2/src/lib/models/secure-keystrokes-input-dto.d.ts +14 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event-reason.d.ts +3 -1
  117. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +1 -1
  118. package/types/packages/client/classic-environment-v2/src/lib/models/select-option-step-dto.d.ts +26 -0
  119. package/types/packages/client/classic-environment-v2/src/lib/models/selection-dto.d.ts +13 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/service-impact.d.ts +1 -1
  121. package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.d.ts +2 -2
  122. package/types/packages/client/classic-environment-v2/src/lib/models/store-log-query-structure.d.ts +7 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-configuration-dto.d.ts +90 -0
  124. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request-type.d.ts +9 -0
  125. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request.d.ts +70 -0
  126. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response-type.d.ts +9 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response.d.ts +82 -0
  128. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto-type.d.ts +22 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto.d.ts +25 -0
  130. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-constraint-dto-properties.d.ts +1 -1
  131. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-cookie-dto.d.ts +21 -0
  132. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-outage-handling-settings-dto-origin.d.ts +11 -0
  133. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-outage-handling-settings-dto.d.ts +4 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-type.d.ts +1 -1
  135. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +6 -6
  136. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-primary-grail-tag-dto.d.ts +13 -0
  137. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request-type.d.ts +2 -1
  138. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request.d.ts +6 -1
  139. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response-type.d.ts +1 -2
  140. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response.d.ts +8 -3
  141. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto-properties.d.ts +1 -1
  142. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-metadata.d.ts +1 -1
  143. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-metadata.d.ts +1 -1
  144. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-metadata.d.ts +1 -1
  145. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +1 -1
  146. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +1 -1
  147. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +12 -3
  148. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-location-update.d.ts +1 -1
  149. package/types/packages/client/classic-environment-v2/src/lib/models/target-dto.d.ts +14 -0
  150. package/types/packages/client/classic-environment-v2/src/lib/models/test-device-dto.d.ts +25 -0
  151. package/types/packages/client/classic-environment-v2/src/lib/models/time-wait-condition-dto.d.ts +10 -0
  152. package/types/packages/client/classic-environment-v2/src/lib/models/timeout-settings-dto.d.ts +13 -0
  153. package/types/packages/client/classic-environment-v2/src/lib/models/transactional-evidence.d.ts +4 -4
  154. package/types/packages/client/classic-environment-v2/src/lib/models/validation-rule-dto-type.d.ts +10 -0
  155. package/types/packages/client/classic-environment-v2/src/lib/models/validation-rule-dto.d.ts +26 -0
  156. package/types/packages/client/classic-environment-v2/src/lib/models/validation-wait-condition-dto.d.ts +15 -0
  157. package/types/packages/client/classic-environment-v2/src/lib/models/visually-complete-options-dto.d.ts +25 -0
  158. package/types/packages/http-client/src/index.d.ts +0 -2
  159. package/types/packages/http-client/src/lib/platform/abort-controller.d.ts +0 -6
  160. package/types/packages/http-client/src/lib/platform/abort-signal.d.ts +0 -6
  161. package/types/packages/http-client/src/lib/platform/apply-content-type-header.d.ts +0 -2
  162. package/types/packages/http-client/src/lib/platform/base-error.d.ts +0 -5
  163. package/types/packages/http-client/src/lib/platform/binary.d.ts +0 -13
  164. package/types/packages/http-client/src/lib/platform/data-type-error.d.ts +0 -6
  165. package/types/packages/http-client/src/lib/platform/decode-form-data.d.ts +0 -48
  166. package/types/packages/http-client/src/lib/platform/decode-response-body.d.ts +0 -3
  167. package/types/packages/http-client/src/lib/platform/default-status-validator.d.ts +0 -2
  168. package/types/packages/http-client/src/lib/platform/encode-request-body.d.ts +0 -2
  169. package/types/packages/http-client/src/lib/platform/http-client-abort-error.d.ts +0 -7
  170. package/types/packages/http-client/src/lib/platform/http-client-request-error.d.ts +0 -7
  171. package/types/packages/http-client/src/lib/platform/http-client-response-error-serializer.d.ts +0 -3
  172. package/types/packages/http-client/src/lib/platform/http-client-response-error.d.ts +0 -11
  173. package/types/packages/http-client/src/lib/platform/http-client-response.d.ts +0 -10
  174. package/types/packages/http-client/src/lib/platform/http-client.d.ts +0 -24
  175. package/types/packages/http-client/src/lib/platform/index.d.ts +0 -12
  176. package/types/packages/http-client/src/lib/platform/oauth-http-client.d.ts +0 -41
  177. package/types/packages/http-client/src/lib/platform/unsupported-operation-error.d.ts +0 -6
  178. package/types/packages/http-client/src/lib/types/abort-controller.d.ts +0 -14
  179. package/types/packages/http-client/src/lib/types/abort-signal.d.ts +0 -18
  180. package/types/packages/http-client/src/lib/types/base-error.d.ts +0 -4
  181. package/types/packages/http-client/src/lib/types/binary.d.ts +0 -15
  182. package/types/packages/http-client/src/lib/types/data-type-error.d.ts +0 -14
  183. package/types/packages/http-client/src/lib/types/data-types.d.ts +0 -36
  184. package/types/packages/http-client/src/lib/types/form-data-request-body.d.ts +0 -83
  185. package/types/packages/http-client/src/lib/types/form-data-response-body.d.ts +0 -15
  186. package/types/packages/http-client/src/lib/types/headers.d.ts +0 -6
  187. package/types/packages/http-client/src/lib/types/http-client-abort-error.d.ts +0 -15
  188. package/types/packages/http-client/src/lib/types/http-client-network-error.d.ts +0 -15
  189. package/types/packages/http-client/src/lib/types/http-client-request-error.d.ts +0 -15
  190. package/types/packages/http-client/src/lib/types/http-client-request-options.d.ts +0 -42
  191. package/types/packages/http-client/src/lib/types/http-client-response-error.d.ts +0 -20
  192. package/types/packages/http-client/src/lib/types/http-client-response.d.ts +0 -33
  193. package/types/packages/http-client/src/lib/types/http-client.d.ts +0 -24
  194. package/types/packages/http-client/src/lib/types/index.d.ts +0 -20
  195. package/types/packages/http-client/src/lib/types/request-body-types.d.ts +0 -26
  196. package/types/packages/http-client/src/lib/types/response-body-types.d.ts +0 -46
  197. package/types/packages/http-client/src/lib/types/status-validator.d.ts +0 -7
  198. package/types/packages/http-client/src/lib/types/unsupported-operation-error.d.ts +0 -14
  199. package/types/packages/platform/error-handlers/src/index.d.ts +0 -2
  200. package/types/packages/platform/error-handlers/src/lib/add-global-error-serializer.d.ts +0 -13
  201. package/types/packages/platform/error-handlers/src/lib/types/common-serialized-error.d.ts +0 -13
  202. package/types/packages/platform/error-handlers/src/lib/types/dt-runtime-error-handlers.d.ts +0 -5
  203. package/types/packages/platform/error-handlers/src/lib/types/error-type.d.ts +0 -9
  204. package/types/packages/platform/error-handlers/src/lib/types/global-dt-runtime-with-error-handlers.d.ts +0 -7
  205. package/types/packages/platform/error-handlers/src/lib/types/global-error-serializer.d.ts +0 -10
  206. package/types/packages/platform/error-handlers/src/lib/types/http-serialized-error.d.ts +0 -16
  207. package/types/packages/platform/error-handlers/src/lib/types/index.d.ts +0 -6
  208. package/types/packages/platform/error-handlers/src/lib/types/serialized-error.d.ts +0 -10
  209. package/types/packages/platform/shared/index.d.ts +0 -1
  210. package/types/packages/platform/shared/utils/get-global-with-dt-runtime.d.ts +0 -1
  211. package/types/packages/shared-errors/src/api-client-error.d.ts +0 -23
  212. package/types/packages/shared-errors/src/api-gateway-error.d.ts +0 -37
  213. package/types/packages/shared-errors/src/client-request-error.d.ts +0 -39
  214. package/types/packages/shared-errors/src/index.d.ts +0 -5
  215. package/types/packages/shared-errors/src/invalid-response-error.d.ts +0 -26
  216. package/types/packages/shared-errors/src/types.d.ts +0 -88
@@ -84,17 +84,27 @@ export * from './audit-log-entry';
84
84
  export * from './audit-log-entry-category';
85
85
  export * from './audit-log-entry-event-type';
86
86
  export * from './audit-log-entry-user-type';
87
+ export * from './authentication-dto';
88
+ export * from './authentication-dto-input-type';
89
+ export * from './authentication-dto-type';
87
90
  export * from './author-dto';
88
91
  export * from './availability-evidence';
89
92
  export * from './aws-key-based-credentials-dto';
90
93
  export * from './aws-role-based-credentials';
91
94
  export * from './azure-client-secret';
92
95
  export * from './azure-client-secret-config';
96
+ export * from './base-wait-condition-dto';
97
+ export * from './base-wait-condition-dto-type';
93
98
  export * from './biz-event-ingest-error';
94
99
  export * from './biz-event-ingest-result';
95
100
  export * from './bm-action';
101
+ export * from './browser-permissions-dto';
96
102
  export * from './burn-rate-alert';
97
103
  export * from './certificate-credentials';
104
+ export * from './chromium-startup-flags-dto';
105
+ export * from './chromium-startup-flags-dto-autoplay-policy';
106
+ export * from './chromium-startup-flags-dto-disable-features';
107
+ export * from './client-certificate-dto';
98
108
  export * from './cloud-event';
99
109
  export * from './code-level-vulnerability-details';
100
110
  export * from './code-level-vulnerability-details-type';
@@ -109,12 +119,14 @@ export * from './constraint';
109
119
  export * from './constraint-type';
110
120
  export * from './constraint-violation';
111
121
  export * from './constraint-violation-parameter-location';
122
+ export * from './cookie-step-dto';
112
123
  export * from './create-alert-query-time-frame';
113
124
  export * from './credential-access-data';
114
125
  export * from './credential-access-data-type';
115
126
  export * from './credential-usage-handler';
116
127
  export * from './credentials';
117
128
  export * from './credentials-details-certificate-response-element';
129
+ export * from './credentials-details-list';
118
130
  export * from './credentials-details-token-response-element';
119
131
  export * from './credentials-details-username-password-response-element';
120
132
  export * from './credentials-id';
@@ -149,6 +161,11 @@ export * from './effective-permission';
149
161
  export * from './effective-permission-granted';
150
162
  export * from './effective-settings-value';
151
163
  export * from './effective-settings-values-list';
164
+ export * from './enablement-dto';
165
+ export * from './enablement-dto-origin';
166
+ export * from './enablement-dto-performance-metric';
167
+ export * from './enriched-management-zone-dto';
168
+ export * from './enriched-tag-dto';
152
169
  export * from './entities-list';
153
170
  export * from './entity';
154
171
  export * from './entity-from-relationships';
@@ -228,6 +245,9 @@ export * from './feature-set-details';
228
245
  export * from './filter';
229
246
  export * from './filter-type';
230
247
  export * from './filtered-counts-dto';
248
+ export * from './filtered-requests-dto';
249
+ export * from './filtered-requests-dto-mode';
250
+ export * from './framework-options-dto';
231
251
  export * from './from-position';
232
252
  export * from './function-definition';
233
253
  export * from './get-all-active-gates-query-auto-update';
@@ -273,16 +293,26 @@ export * from './http-protocol-details';
273
293
  export * from './http-request-parameter';
274
294
  export * from './identity';
275
295
  export * from './identity-type';
296
+ export * from './ignored-error-codes-dto';
276
297
  export * from './impact';
277
298
  export * from './impact-analysis';
278
299
  export * from './impact-impact-type';
279
300
  export * from './ingest-body';
280
301
  export * from './insert-position';
302
+ export * from './interaction-step-dto';
281
303
  export * from './invalid-line';
282
304
  export * from './invocation';
283
305
  export * from './item';
284
306
  export * from './item-metadata';
307
+ export * from './java-script-agent-settings-dto';
308
+ export * from './java-script-step-dto';
285
309
  export * from './json-node';
310
+ export * from './key-performance-metrics';
311
+ export * from './key-performance-metrics-load-action-kpm';
312
+ export * from './key-performance-metrics-xhr-action-kpm';
313
+ export * from './key-strokes-step-dto';
314
+ export * from './keystrokes-input-dto';
315
+ export * from './keystrokes-input-dto-type';
286
316
  export * from './linked-problem';
287
317
  export * from './list-credentials-query-type';
288
318
  export * from './location-collection-element';
@@ -292,6 +322,8 @@ export * from './location-collection-element-stage';
292
322
  export * from './location-collection-element-status';
293
323
  export * from './location-collection-element-type';
294
324
  export * from './location-execution-results';
325
+ export * from './locator-dto';
326
+ export * from './locator-dto-type';
295
327
  export * from './log-message-json';
296
328
  export * from './log-message-plain';
297
329
  export * from './log-record';
@@ -331,6 +363,7 @@ export * from './modification';
331
363
  export * from './modification-info';
332
364
  export * from './monitor-entity-id-dto';
333
365
  export * from './monitor-execution-results';
366
+ export * from './monitor-property-dto';
334
367
  export * from './monitor-request-execution-result';
335
368
  export * from './monitor-request-header';
336
369
  export * from './monitored-entity-state-param';
@@ -343,6 +376,8 @@ export * from './monitoring-configuration-response';
343
376
  export * from './monitoring-configuration-update-dto';
344
377
  export * from './mute-state';
345
378
  export * from './mute-state-reason';
379
+ export * from './navigate-step-dto';
380
+ export * from './network-throttling-dto';
346
381
  export * from './network-zone';
347
382
  export * from './network-zone-connection-statistics';
348
383
  export * from './network-zone-fallback-mode';
@@ -354,10 +389,13 @@ export * from './nodes';
354
389
  export * from './object-node';
355
390
  export * from './objects-list';
356
391
  export * from './permission-context';
392
+ export * from './plain-authentication-dto';
393
+ export * from './plain-keystrokes-input-dto';
357
394
  export * from './precondition';
358
395
  export * from './precondition-type';
359
396
  export * from './private-synthetic-location';
360
397
  export * from './private-synthetic-location-deployment-type';
398
+ export * from './private-synthetic-location-fips-mode';
361
399
  export * from './private-synthetic-location-node-names';
362
400
  export * from './private-synthetic-location-status';
363
401
  export * from './private-synthetic-location-type';
@@ -373,6 +411,7 @@ export * from './property-definition';
373
411
  export * from './property-definition-metadata';
374
412
  export * from './property-definition-modification-policy';
375
413
  export * from './protocol-details';
414
+ export * from './proxy-dto';
376
415
  export * from './public-certificate-credentials';
377
416
  export * from './public-synthetic-location';
378
417
  export * from './ref-pointer';
@@ -420,6 +459,9 @@ export * from './remediation-progress-entity-list';
420
459
  export * from './remediation-progress-entity-state';
421
460
  export * from './remediation-progress-vulnerable-component';
422
461
  export * from './remove-permission-path-accessor-type';
462
+ export * from './request-filter-dto';
463
+ export * from './request-filter-dto-type';
464
+ export * from './request-header-options-dto';
423
465
  export * from './request-information';
424
466
  export * from './resolution-request';
425
467
  export * from './resource-context';
@@ -458,6 +500,7 @@ export * from './schema-constraint-rest-dto';
458
500
  export * from './schema-constraint-rest-dto-type';
459
501
  export * from './schema-definition-rest-dto';
460
502
  export * from './schema-definition-rest-dto-enums';
503
+ export * from './schema-definition-rest-dto-maturity';
461
504
  export * from './schema-definition-rest-dto-metadata';
462
505
  export * from './schema-definition-rest-dto-properties';
463
506
  export * from './schema-definition-rest-dto-table-columns';
@@ -465,10 +508,13 @@ export * from './schema-definition-rest-dto-types';
465
508
  export * from './schema-files';
466
509
  export * from './schema-list';
467
510
  export * from './schema-stub';
511
+ export * from './schema-stub-maturity';
468
512
  export * from './schema-type';
469
513
  export * from './schema-type-properties';
470
514
  export * from './schema-type-type';
471
515
  export * from './schemas-list';
516
+ export * from './secure-authentication-dto';
517
+ export * from './secure-keystrokes-input-dto';
472
518
  export * from './security-context-dto-impl';
473
519
  export * from './security-context-result-dto';
474
520
  export * from './security-problem';
@@ -495,6 +541,8 @@ export * from './security-problems-bulk-mute-response';
495
541
  export * from './security-problems-bulk-unmute';
496
542
  export * from './security-problems-bulk-unmute-reason';
497
543
  export * from './security-problems-bulk-unmute-response';
544
+ export * from './select-option-step-dto';
545
+ export * from './selection-dto';
498
546
  export * from './service-impact';
499
547
  export * from './settings-object';
500
548
  export * from './settings-object-by-object-id-response';
@@ -514,8 +562,16 @@ export * from './slo-status';
514
562
  export * from './snmpv3-credentials';
515
563
  export * from './software-techs';
516
564
  export * from './status-alert';
565
+ export * from './store-log-query-structure';
517
566
  export * from './success';
518
567
  export * from './success-envelope';
568
+ export * from './synthetic-browser-monitor-configuration-dto';
569
+ export * from './synthetic-browser-monitor-request';
570
+ export * from './synthetic-browser-monitor-request-type';
571
+ export * from './synthetic-browser-monitor-response';
572
+ export * from './synthetic-browser-monitor-response-type';
573
+ export * from './synthetic-browser-monitor-step-dto';
574
+ export * from './synthetic-browser-monitor-step-dto-type';
519
575
  export * from './synthetic-config-dto';
520
576
  export * from './synthetic-location';
521
577
  export * from './synthetic-location-ids-dto';
@@ -526,12 +582,15 @@ export * from './synthetic-location-update-type';
526
582
  export * from './synthetic-locations';
527
583
  export * from './synthetic-monitor-constraint-dto';
528
584
  export * from './synthetic-monitor-constraint-dto-properties';
585
+ export * from './synthetic-monitor-cookie-dto';
529
586
  export * from './synthetic-monitor-list-dto';
530
587
  export * from './synthetic-monitor-outage-handling-settings-dto';
588
+ export * from './synthetic-monitor-outage-handling-settings-dto-origin';
531
589
  export * from './synthetic-monitor-performance-threshold-dto';
532
590
  export * from './synthetic-monitor-performance-threshold-dto-aggregation';
533
591
  export * from './synthetic-monitor-performance-threshold-dto-type';
534
592
  export * from './synthetic-monitor-performance-thresholds-dto';
593
+ export * from './synthetic-monitor-primary-grail-tag-dto';
535
594
  export * from './synthetic-monitor-summary-dto';
536
595
  export * from './synthetic-monitor-summary-dto-type';
537
596
  export * from './synthetic-multi-protocol-monitor-request';
@@ -570,8 +629,12 @@ export * from './synthetic-public-locations-status';
570
629
  export * from './synthetic-tag-with-source-dto';
571
630
  export * from './synthetic-tag-with-source-dto-source';
572
631
  export * from './table-column';
632
+ export * from './target-dto';
573
633
  export * from './tenant-token';
574
634
  export * from './tenant-token-config';
635
+ export * from './test-device-dto';
636
+ export * from './time-wait-condition-dto';
637
+ export * from './timeout-settings-dto';
575
638
  export * from './to-position';
576
639
  export * from './token-credentials';
577
640
  export * from './tracking-link';
@@ -608,6 +671,10 @@ export * from './update-permissions-request';
608
671
  export * from './update-permissions-request-permissions-item';
609
672
  export * from './user-password-credentials';
610
673
  export * from './validation-response';
674
+ export * from './validation-rule-dto';
675
+ export * from './validation-rule-dto-type';
676
+ export * from './validation-wait-condition-dto';
677
+ export * from './visually-complete-options-dto';
611
678
  export * from './vulnerability';
612
679
  export * from './vulnerable-component';
613
680
  export * from './vulnerable-function';
@@ -0,0 +1,25 @@
1
+ import { BaseWaitConditionDto } from './base-wait-condition-dto';
2
+ import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
3
+ import { TargetDto } from './target-dto';
4
+ import { ValidationRuleDto } from './validation-rule-dto';
5
+ /**
6
+ * Interaction step of Browser Monitor.
7
+ */
8
+ export interface InteractionStepDto extends SyntheticBrowserMonitorStepDto {
9
+ /**
10
+ * Integer containing the button index.
11
+ */
12
+ button: 'MOUSE_LEFT' | 'MOUSE_MIDDLE' | 'MOUSE_RIGHT';
13
+ /**
14
+ * Target of Browser Monitor step.
15
+ */
16
+ target?: TargetDto;
17
+ /**
18
+ * List of validation rules for the step to perform.
19
+ */
20
+ validationRules?: ValidationRuleDto[];
21
+ /**
22
+ * Wait condition for Browser Monitor step.
23
+ */
24
+ waitCondition?: BaseWaitConditionDto;
25
+ }
@@ -2,5 +2,5 @@
2
2
  * Metadata of the items.
3
3
  */
4
4
  export interface ItemMetadata {
5
- [propName: string]: string | undefined;
5
+ [propName: string]: string;
6
6
  }
@@ -0,0 +1,44 @@
1
+ import { FrameworkOptionsDto } from './framework-options-dto';
2
+ import { TimeoutSettingsDto } from './timeout-settings-dto';
3
+ import { VisuallyCompleteOptionsDto } from './visually-complete-options-dto';
4
+ /**
5
+ * JavaScript Agent Settings.
6
+ */
7
+ export interface JavaScriptAgentSettingsDto {
8
+ /**
9
+ * Custom configuration properties
10
+ */
11
+ customProperties?: string;
12
+ /**
13
+ * Experimental values support. If not defined in request, it will be set to false by default.
14
+ */
15
+ experimentalValues?: boolean;
16
+ /**
17
+ * Capture fetch() requests. If not defined in request, it will be set to true by default.
18
+ */
19
+ fetchRequests?: boolean;
20
+ /**
21
+ * Enable this setting to monitor JavaScript errors. The window.onError handler is used for capturing JavaScript errors. If not defined in request, it will be set to true by default.
22
+ */
23
+ javaScriptErrors?: boolean;
24
+ /**
25
+ * JS framework options of a JS Agent.
26
+ */
27
+ javaScriptFrameworkSupport?: FrameworkOptionsDto;
28
+ /**
29
+ * Within JavaScript frameworks, XHRs are often sent via setTimeout methods. Enable this setting to detect actions that trigger such XHRs. If not defined in request, it will be set to true by default.
30
+ */
31
+ timedActions?: boolean;
32
+ /**
33
+ * Timeout settings of a Browser Monitor.
34
+ */
35
+ timeoutSettings?: TimeoutSettingsDto;
36
+ /**
37
+ * Visually Complete Options of a Browser Monitor.
38
+ */
39
+ visuallyCompleteOptions?: VisuallyCompleteOptionsDto;
40
+ /**
41
+ * Capture xml Http requests (XHR). If not defined in request, it will be set to true by default.
42
+ */
43
+ xmlHttpRequests?: boolean;
44
+ }
@@ -0,0 +1,20 @@
1
+ import { BaseWaitConditionDto } from './base-wait-condition-dto';
2
+ import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
3
+ import { TargetDto } from './target-dto';
4
+ /**
5
+ * JavaScript step of Browser Monitor.
6
+ */
7
+ export interface JavaScriptStepDto extends SyntheticBrowserMonitorStepDto {
8
+ /**
9
+ * String containing a script in JavaScript.
10
+ */
11
+ javaScript: string;
12
+ /**
13
+ * Target of Browser Monitor step.
14
+ */
15
+ target?: TargetDto;
16
+ /**
17
+ * Wait condition for Browser Monitor step.
18
+ */
19
+ waitCondition?: BaseWaitConditionDto;
20
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Load action key performance metric.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum KeyPerformanceMetricsLoadActionKpm {
7
+ UserActionDuration = "USER_ACTION_DURATION",
8
+ VisuallyComplete = "VISUALLY_COMPLETE",
9
+ SpeedIndex = "SPEED_INDEX",
10
+ DomInteractive = "DOM_INTERACTIVE",
11
+ LoadEventStart = "LOAD_EVENT_START",
12
+ LoadEventEnd = "LOAD_EVENT_END",
13
+ ResponseStart = "RESPONSE_START",
14
+ ResponseEnd = "RESPONSE_END",
15
+ LargestContentfulPaint = "LARGEST_CONTENTFUL_PAINT",
16
+ CumulativeLayoutShift = "CUMULATIVE_LAYOUT_SHIFT"
17
+ }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * XHR action key performance metric.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum KeyPerformanceMetricsXhrActionKpm {
7
+ UserActionDuration = "USER_ACTION_DURATION",
8
+ VisuallyComplete = "VISUALLY_COMPLETE",
9
+ ResponseStart = "RESPONSE_START",
10
+ ResponseEnd = "RESPONSE_END"
11
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * The key performance metrics configuration.
3
+ */
4
+ export interface KeyPerformanceMetrics {
5
+ /**
6
+ * Load action key performance metric.
7
+ */
8
+ loadActionKpm?: 'USER_ACTION_DURATION' | 'VISUALLY_COMPLETE' | 'SPEED_INDEX' | 'DOM_INTERACTIVE' | 'LOAD_EVENT_START' | 'LOAD_EVENT_END' | 'RESPONSE_START' | 'RESPONSE_END' | 'LARGEST_CONTENTFUL_PAINT' | 'CUMULATIVE_LAYOUT_SHIFT';
9
+ /**
10
+ * XHR action key performance metric.
11
+ */
12
+ xhrActionKpm?: 'USER_ACTION_DURATION' | 'VISUALLY_COMPLETE' | 'RESPONSE_START' | 'RESPONSE_END';
13
+ }
@@ -0,0 +1,34 @@
1
+ import { BaseWaitConditionDto } from './base-wait-condition-dto';
2
+ import { KeystrokesInputDto } from './keystrokes-input-dto';
3
+ import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
4
+ import { TargetDto } from './target-dto';
5
+ import { ValidationRuleDto } from './validation-rule-dto';
6
+ /**
7
+ * Key strokes step of Browser Monitor.
8
+ */
9
+ export interface KeyStrokesStepDto extends SyntheticBrowserMonitorStepDto {
10
+ /**
11
+ * Key strokes step input.
12
+ */
13
+ input: KeystrokesInputDto;
14
+ /**
15
+ * Boolean value set to true if blur event should be simulated.
16
+ */
17
+ simulateBlurEvent?: boolean;
18
+ /**
19
+ * Boolean value set to true if return key should be simulated.
20
+ */
21
+ simulateReturnKey?: boolean;
22
+ /**
23
+ * Target of Browser Monitor step.
24
+ */
25
+ target?: TargetDto;
26
+ /**
27
+ * List of validation rules for the step to perform.
28
+ */
29
+ validationRules?: ValidationRuleDto[];
30
+ /**
31
+ * Wait condition for Browser Monitor step.
32
+ */
33
+ waitCondition?: BaseWaitConditionDto;
34
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Defines the actual set of fields depending on the value. See one of the following objects:
3
+ *
4
+ * * `SECURE` -> SecureKeystrokesInputDto
5
+ * * `PLAIN` -> PlainKeystrokesInputDto
6
+ *
7
+ * @deprecated Use literal values.
8
+ */
9
+ export declare enum KeystrokesInputDtoType {
10
+ Plain = "PLAIN",
11
+ Secure = "SECURE"
12
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Key strokes step input.
3
+ */
4
+ export interface KeystrokesInputDto {
5
+ /**
6
+ * Defines the actual set of fields depending on the value. See one of the following objects:
7
+ *
8
+ * * `SECURE` -> SecureKeystrokesInputDto
9
+ * * `PLAIN` -> PlainKeystrokesInputDto
10
+ */
11
+ type: 'PLAIN' | 'SECURE';
12
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Enum value of the locator type.
3
+ *
4
+ * @deprecated Use literal values.
5
+ */
6
+ export declare enum LocatorDtoType {
7
+ Css = "CSS",
8
+ Dom = "DOM"
9
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Browser Monitor locator.
3
+ */
4
+ export interface LocatorDto {
5
+ /**
6
+ * Enum value of the locator type.
7
+ */
8
+ type: 'CSS' | 'DOM';
9
+ /**
10
+ * Value of the locator.
11
+ */
12
+ value: string;
13
+ }
@@ -188,6 +188,7 @@ Please refer to the following documentation pages:
188
188
  * dt.kubernetes.workload.kind
189
189
  * dt.kubernetes.workload.name
190
190
  * dt.network_zone.id
191
+ * dt.openpipeline.source
191
192
  * dt.os.description
192
193
  * dt.os.type
193
194
  * dt.process.commandline
@@ -231,6 +232,7 @@ Please refer to the following documentation pages:
231
232
  * http.url
232
233
  * journald.unit
233
234
  * k8s.cluster.name
235
+ * k8s.cluster.uid
234
236
  * k8s.container.name
235
237
  * k8s.cronjob.name
236
238
  * k8s.cronjob.uid
@@ -241,10 +243,12 @@ Please refer to the following documentation pages:
241
243
  * k8s.job.name
242
244
  * k8s.job.uid
243
245
  * k8s.namespace.name
246
+ * k8s.node.name
244
247
  * k8s.pod.name
245
248
  * k8s.pod.uid
246
249
  * k8s.replicaset.name
247
250
  * k8s.replicaset.uid
251
+ * k8s.service.name
248
252
  * k8s.statefulset.name
249
253
  * k8s.statefulset.uid
250
254
  * k8s.workload.kind
@@ -258,6 +262,7 @@ Please refer to the following documentation pages:
258
262
  * net.peer.name
259
263
  * net.peer.port
260
264
  * net.transport
265
+ * otel.scope.name
261
266
  * process.technology
262
267
  * service.instance.id
263
268
  * service.name
@@ -2,5 +2,5 @@
2
2
  * Additional columns of the log record.
3
3
  */
4
4
  export interface LogRecordAdditionalColumns {
5
- [propName: string]: string[] | undefined;
5
+ [propName: string]: string[];
6
6
  }
@@ -8,9 +8,9 @@ export interface MaintenanceWindowEvidence extends Evidence {
8
8
  /**
9
9
  * The end time of the evidence, in UTC milliseconds.
10
10
  */
11
- endTime?: number;
11
+ endTime: number;
12
12
  /**
13
13
  * The ID of the related maintenance window.
14
14
  */
15
- maintenanceWindowConfigId?: string;
15
+ maintenanceWindowConfigId: string;
16
16
  }
@@ -10,21 +10,21 @@ export interface MetricEvidence extends Evidence {
10
10
  *
11
11
  * The value `null` indicates that the evidence is still open.
12
12
  */
13
- endTime?: number;
13
+ endTime: number;
14
14
  /**
15
15
  * The ID of the metric.
16
16
  */
17
- metricId?: string;
17
+ metricId: string;
18
18
  /**
19
19
  * The unit of the metric.
20
20
  */
21
- unit?: 'Ampere' | 'Billion' | 'Bit' | 'BitPerHour' | 'BitPerMinute' | 'BitPerSecond' | 'Byte' | 'BytePerHour' | 'BytePerMinute' | 'BytePerSecond' | 'Cores' | 'Count' | 'Day' | 'DecibelMilliWatt' | 'GibiByte' | 'GibiBytePerHour' | 'GibiBytePerMinute' | 'GibiBytePerSecond' | 'Giga' | 'GigaByte' | 'GigaBytePerHour' | 'GigaBytePerMinute' | 'GigaBytePerSecond' | 'Hertz' | 'Hour' | 'KibiByte' | 'KibiBytePerHour' | 'KibiBytePerMinute' | 'KibiBytePerSecond' | 'Kilo' | 'KiloByte' | 'KiloBytePerHour' | 'KiloBytePerMinute' | 'KiloBytePerSecond' | 'KiloMetrePerHour' | 'MSU' | 'MebiByte' | 'MebiBytePerHour' | 'MebiBytePerMinute' | 'MebiBytePerSecond' | 'Mega' | 'MegaByte' | 'MegaBytePerHour' | 'MegaBytePerMinute' | 'MegaBytePerSecond' | 'MetrePerHour' | 'MetrePerSecond' | 'MicroSecond' | 'MilliCores' | 'MilliSecond' | 'MilliSecondPerMinute' | 'Million' | 'Minute' | 'Month' | 'NanoSecond' | 'NanoSecondPerMinute' | 'NotApplicable' | 'PerHour' | 'PerMinute' | 'PerSecond' | 'Percent' | 'Pixel' | 'Promille' | 'Ratio' | 'Second' | 'State' | 'Trillion' | 'Unspecified' | 'Volt' | 'Watt' | 'Week' | 'Year';
21
+ unit: 'Ampere' | 'Billion' | 'Bit' | 'BitPerHour' | 'BitPerMinute' | 'BitPerSecond' | 'Byte' | 'BytePerHour' | 'BytePerMinute' | 'BytePerSecond' | 'Cores' | 'Count' | 'Day' | 'DecibelMilliWatt' | 'GibiByte' | 'GibiBytePerHour' | 'GibiBytePerMinute' | 'GibiBytePerSecond' | 'Giga' | 'GigaByte' | 'GigaBytePerHour' | 'GigaBytePerMinute' | 'GigaBytePerSecond' | 'Hertz' | 'Hour' | 'KibiByte' | 'KibiBytePerHour' | 'KibiBytePerMinute' | 'KibiBytePerSecond' | 'Kilo' | 'KiloByte' | 'KiloBytePerHour' | 'KiloBytePerMinute' | 'KiloBytePerSecond' | 'KiloMetrePerHour' | 'MSU' | 'MebiByte' | 'MebiBytePerHour' | 'MebiBytePerMinute' | 'MebiBytePerSecond' | 'Mega' | 'MegaByte' | 'MegaBytePerHour' | 'MegaBytePerMinute' | 'MegaBytePerSecond' | 'MetrePerHour' | 'MetrePerSecond' | 'MicroSecond' | 'MilliCores' | 'MilliSecond' | 'MilliSecondPerMinute' | 'Million' | 'Minute' | 'Month' | 'NanoSecond' | 'NanoSecondPerMinute' | 'NotApplicable' | 'PerHour' | 'PerMinute' | 'PerSecond' | 'Percent' | 'Pixel' | 'Promille' | 'Ratio' | 'Second' | 'State' | 'Trillion' | 'Unspecified' | 'Volt' | 'Watt' | 'Week' | 'Year';
22
22
  /**
23
23
  * The metric's value after the problem start.
24
24
  */
25
- valueAfterChangePoint?: number;
25
+ valueAfterChangePoint: number;
26
26
  /**
27
27
  * The metric's value before the problem start.
28
28
  */
29
- valueBeforeChangePoint?: number;
29
+ valueBeforeChangePoint: number;
30
30
  }
@@ -1,3 +1,3 @@
1
1
  export interface MetricSeriesDimensionMap {
2
- [propName: string]: string | undefined;
2
+ [propName: string]: string;
3
3
  }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Property of a Browser Monitor.
3
+ */
4
+ export interface MonitorPropertyDto {
5
+ /**
6
+ * Property name.
7
+ */
8
+ name: string;
9
+ /**
10
+ * Property value.
11
+ */
12
+ value: string;
13
+ }
@@ -3,11 +3,11 @@
3
3
  */
4
4
  export interface MonitoredEntityStateParam {
5
5
  /**
6
- * The key of the monitoring state paramter.
6
+ * The key of the monitoring state parameter.
7
7
  */
8
8
  key?: string;
9
9
  /**
10
- * The value of the monitoring state paramter.
10
+ * The value of the monitoring state parameter.
11
11
  */
12
12
  values?: string;
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import { MonitoredEntityStates } from './monitored-entity-states';
2
2
  /**
3
- * A list of entities and their monitoring states.
3
+ * A list of process group instances and their monitoring states.
4
4
  */
5
5
  export interface MonitoredStates {
6
6
  /**
@@ -18,7 +18,7 @@ export interface MonitoredStates {
18
18
  */
19
19
  pageSize?: number;
20
20
  /**
21
- * The total number of entities in the response.
21
+ * The total number of unique process group instances in the response.
22
22
  */
23
23
  totalCount?: number;
24
24
  }
@@ -0,0 +1,30 @@
1
+ import { AuthenticationDto } from './authentication-dto';
2
+ import { BaseWaitConditionDto } from './base-wait-condition-dto';
3
+ import { SyntheticBrowserMonitorStepDto } from './synthetic-browser-monitor-step-dto';
4
+ import { TargetDto } from './target-dto';
5
+ import { ValidationRuleDto } from './validation-rule-dto';
6
+ /**
7
+ * Step of Browser Monitor that navigates to a website.
8
+ */
9
+ export interface NavigateStepDto extends SyntheticBrowserMonitorStepDto {
10
+ /**
11
+ * Authentication dto for Browser Monitor step.
12
+ */
13
+ authentication?: AuthenticationDto;
14
+ /**
15
+ * Target of Browser Monitor step.
16
+ */
17
+ target?: TargetDto;
18
+ /**
19
+ * Field containing the url that the monitor should navigate to.
20
+ */
21
+ url: string;
22
+ /**
23
+ * List of validation rules for the step to perform.
24
+ */
25
+ validationRules?: ValidationRuleDto[];
26
+ /**
27
+ * Wait condition for Browser Monitor step.
28
+ */
29
+ waitCondition?: BaseWaitConditionDto;
30
+ }