@dynatrace-sdk/client-classic-environment-v2 3.3.2 → 3.6.1

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 (572) hide show
  1. package/CHANGELOG.md +34 -1
  2. package/README.md +1658 -2752
  3. package/cjs/index.js +6939 -4765
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +8985 -6810
  6. package/package.json +1 -1
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-agent-tokens-api.d.ts +36 -0
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +9 -18
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +6 -12
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +1 -2
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +3 -5
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -0
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +1 -2
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +1 -1
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +5 -10
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +251 -1
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +1 -2
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +9 -10
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +2 -4
  20. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +2 -2
  21. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-scope.d.ts +2 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-scope.transformation.d.ts +2 -3
  23. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-type.d.ts +2 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element-type.transformation.d.ts +2 -3
  25. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +2 -4
  26. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto-alert-type.d.ts +2 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto-alert-type.transformation.d.ts +2 -3
  28. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +1 -2
  29. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-list.d.ts +7 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-list.transformation.d.ts +7 -0
  31. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-permissions-item.d.ts +9 -0
  32. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions-permissions-item.transformation.d.ts +3 -0
  33. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions.d.ts +14 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/models/accessor-permissions.transformation.d.ts +9 -0
  35. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-effective-setting.d.ts +2 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-effective-setting.transformation.d.ts +2 -3
  37. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-setting.d.ts +2 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config-setting.transformation.d.ts +2 -3
  39. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +2 -4
  40. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-status.d.ts +2 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-status.transformation.d.ts +2 -3
  42. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config-global-setting.d.ts +2 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config-global-setting.transformation.d.ts +2 -3
  44. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +1 -2
  45. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-type.d.ts +2 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module-type.transformation.d.ts +2 -3
  47. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +1 -2
  48. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-architecture.d.ts +2 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-architecture.transformation.d.ts +2 -3
  50. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-bitness.d.ts +2 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-bitness.transformation.d.ts +2 -3
  52. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-type.d.ts +2 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-os-type.transformation.d.ts +2 -3
  54. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-active-gate-type.d.ts +2 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-active-gate-type.transformation.d.ts +2 -3
  56. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create-active-gate-type.d.ts +2 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create-active-gate-type.transformation.d.ts +2 -3
  58. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +1 -2
  59. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto-state.d.ts +2 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto-state.transformation.d.ts +2 -3
  61. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +1 -2
  62. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +1 -2
  63. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-type.d.ts +2 -0
  64. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-type.transformation.d.ts +2 -3
  65. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +5 -10
  66. package/types/packages/client/classic-environment-v2/src/lib/models/agent-connection-token.d.ts +9 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/agent-connection-token.transformation.d.ts +6 -0
  68. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +4 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.transformation.d.ts +2 -3
  70. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +2 -2
  71. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +4 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.transformation.d.ts +2 -3
  73. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +4 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.transformation.d.ts +2 -3
  75. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +2 -2
  76. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +1 -2
  77. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.d.ts +2 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details-reduced-reasons-item.transformation.d.ts +2 -3
  79. package/types/packages/client/classic-environment-v2/src/lib/models/assessment-accuracy-details.d.ts +1 -2
  80. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +2 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.transformation.d.ts +2 -3
  82. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +1 -2
  83. package/types/packages/client/classic-environment-v2/src/lib/models/attack-attack-type.d.ts +2 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/attack-attack-type.transformation.d.ts +2 -3
  85. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto-data-assets.d.ts +2 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto-data-assets.transformation.d.ts +2 -3
  87. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto-exposure.d.ts +2 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto-exposure.transformation.d.ts +2 -3
  89. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +2 -4
  90. package/types/packages/client/classic-environment-v2/src/lib/models/attack-state.d.ts +2 -0
  91. package/types/packages/client/classic-environment-v2/src/lib/models/attack-state.transformation.d.ts +2 -3
  92. package/types/packages/client/classic-environment-v2/src/lib/models/attack-technology.d.ts +2 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/attack-technology.transformation.d.ts +2 -3
  94. package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +3 -6
  95. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-category.d.ts +3 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-category.transformation.d.ts +2 -3
  97. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-event-type.d.ts +2 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-event-type.transformation.d.ts +2 -3
  99. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-user-type.d.ts +2 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry-user-type.transformation.d.ts +2 -3
  101. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +3 -6
  102. package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.d.ts +2 -2
  103. package/types/packages/client/classic-environment-v2/src/lib/models/aws-key-based-credentials-dto.transformation.d.ts +1 -1
  104. package/types/packages/client/classic-environment-v2/src/lib/models/aws-role-based-credentials.d.ts +1 -1
  105. package/types/packages/client/classic-environment-v2/src/lib/models/bm-action.d.ts +2 -2
  106. package/types/packages/client/classic-environment-v2/src/lib/models/bm-action.transformation.d.ts +2 -2
  107. package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.d.ts +1 -1
  108. package/types/packages/client/classic-environment-v2/src/lib/models/certificate-credentials.transformation.d.ts +1 -1
  109. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details-type.d.ts +2 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details-type.transformation.d.ts +2 -3
  111. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +1 -2
  112. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint-type.d.ts +2 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint-type.transformation.d.ts +2 -3
  114. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +1 -2
  115. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-type.d.ts +2 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-type.transformation.d.ts +2 -3
  117. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation-parameter-location.d.ts +3 -0
  118. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation-parameter-location.transformation.d.ts +2 -3
  119. package/types/packages/client/classic-environment-v2/src/lib/models/constraint-violation.d.ts +1 -2
  120. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +1 -2
  121. package/types/packages/client/classic-environment-v2/src/lib/models/create-alert-query-time-frame.d.ts +3 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/create-alert-query-time-frame.transformation.d.ts +2 -3
  123. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data-type.d.ts +3 -0
  124. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data-type.transformation.d.ts +2 -3
  125. package/types/packages/client/classic-environment-v2/src/lib/models/credential-access-data.d.ts +1 -2
  126. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scope.d.ts +2 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scope.transformation.d.ts +2 -3
  128. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scopes-item.d.ts +2 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-scopes-item.transformation.d.ts +2 -3
  130. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +2 -0
  131. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.transformation.d.ts +2 -3
  132. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +3 -6
  133. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scope.d.ts +2 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scope.transformation.d.ts +2 -3
  135. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scopes-item.d.ts +2 -0
  136. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-scopes-item.transformation.d.ts +2 -3
  137. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-type.d.ts +6 -4
  138. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-type.transformation.d.ts +2 -3
  139. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +5 -8
  140. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition-reset-value.d.ts +2 -0
  141. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition-reset-value.transformation.d.ts +2 -3
  142. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +1 -2
  143. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-advice-type.d.ts +2 -0
  144. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-advice-type.transformation.d.ts +2 -3
  145. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-technology.d.ts +2 -0
  146. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice-technology.transformation.d.ts +2 -3
  147. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +2 -4
  148. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.d.ts +3 -0
  149. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission-granted.transformation.d.ts +2 -3
  150. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.d.ts +7 -3
  151. package/types/packages/client/classic-environment-v2/src/lib/models/effective-permission.transformation.d.ts +4 -2
  152. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-segment-type.d.ts +2 -0
  153. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-segment-type.transformation.d.ts +2 -3
  154. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-source-type.d.ts +2 -0
  155. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment-source-type.transformation.d.ts +2 -3
  156. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +2 -4
  157. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload-type.d.ts +2 -0
  158. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload-type.transformation.d.ts +2 -3
  159. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +1 -2
  160. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type-type.d.ts +2 -0
  161. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type-type.transformation.d.ts +2 -3
  162. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +1 -2
  163. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.d.ts +2 -0
  164. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.transformation.d.ts +2 -3
  165. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result-status.d.ts +2 -0
  166. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result-status.transformation.d.ts +2 -3
  167. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +1 -2
  168. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +1 -2
  169. package/types/packages/client/classic-environment-v2/src/lib/models/event-status.d.ts +2 -0
  170. package/types/packages/client/classic-environment-v2/src/lib/models/event-status.transformation.d.ts +2 -3
  171. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-severity-level.d.ts +2 -0
  172. package/types/packages/client/classic-environment-v2/src/lib/models/event-type-severity-level.transformation.d.ts +2 -3
  173. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +1 -2
  174. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +1 -2
  175. package/types/packages/client/classic-environment-v2/src/lib/models/evidence-evidence-type.d.ts +2 -0
  176. package/types/packages/client/classic-environment-v2/src/lib/models/evidence-evidence-type.transformation.d.ts +2 -3
  177. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +1 -2
  178. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step-monitor-type.d.ts +2 -0
  179. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step-monitor-type.transformation.d.ts +2 -3
  180. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +1 -2
  181. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto-status.d.ts +2 -0
  182. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto-status.transformation.d.ts +2 -3
  183. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +1 -2
  184. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto-status.d.ts +2 -0
  185. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto-status.transformation.d.ts +2 -3
  186. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +1 -2
  187. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.d.ts +2 -0
  188. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-source-auth-method.transformation.d.ts +2 -3
  189. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.d.ts +3 -0
  190. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config-type.transformation.d.ts +2 -3
  191. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +2 -4
  192. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.d.ts +2 -0
  193. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-source-auth-method.transformation.d.ts +2 -3
  194. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +1 -2
  195. package/types/packages/client/classic-environment-v2/src/lib/models/filter-type.d.ts +2 -0
  196. package/types/packages/client/classic-environment-v2/src/lib/models/filter-type.transformation.d.ts +2 -3
  197. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +1 -2
  198. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-auto-update.d.ts +3 -0
  199. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-auto-update.transformation.d.ts +2 -3
  200. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-disabled-module-item.d.ts +3 -0
  201. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-disabled-module-item.transformation.d.ts +2 -3
  202. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-enabled-module-item.d.ts +3 -0
  203. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-enabled-module-item.transformation.d.ts +2 -3
  204. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-architecture.d.ts +3 -0
  205. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-architecture.transformation.d.ts +2 -3
  206. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-type.d.ts +3 -0
  207. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-os-type.transformation.d.ts +2 -3
  208. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-token-state.d.ts +3 -0
  209. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-token-state.transformation.d.ts +2 -3
  210. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-type.d.ts +3 -0
  211. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-type.transformation.d.ts +2 -3
  212. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-update-status.d.ts +3 -0
  213. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-update-status.transformation.d.ts +2 -3
  214. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-version-compare-type.d.ts +3 -0
  215. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-version-compare-type.transformation.d.ts +2 -3
  216. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-start-version-compare-type.d.ts +3 -0
  217. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-start-version-compare-type.transformation.d.ts +2 -3
  218. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-target-version-compare-type.d.ts +3 -0
  219. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-target-version-compare-type.transformation.d.ts +2 -3
  220. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-update-type.d.ts +3 -0
  221. package/types/packages/client/classic-environment-v2/src/lib/models/get-all-update-job-list-query-update-type.transformation.d.ts +2 -3
  222. package/types/packages/client/classic-environment-v2/src/lib/models/get-environment-configuration-events-query-status.d.ts +3 -0
  223. package/types/packages/client/classic-environment-v2/src/lib/models/get-environment-configuration-events-query-status.transformation.d.ts +2 -3
  224. package/types/packages/client/classic-environment-v2/src/lib/models/get-execution-result-path-result-type.d.ts +3 -0
  225. package/types/packages/client/classic-environment-v2/src/lib/models/get-execution-result-path-result-type.transformation.d.ts +2 -3
  226. package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-execution-stage.d.ts +3 -0
  227. package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-execution-stage.transformation.d.ts +2 -3
  228. package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-source.d.ts +3 -0
  229. package/types/packages/client/classic-environment-v2/src/lib/models/get-executions-query-source.transformation.d.ts +2 -3
  230. package/types/packages/client/classic-environment-v2/src/lib/models/get-extension-monitoring-configuration-events-query-status.d.ts +3 -0
  231. package/types/packages/client/classic-environment-v2/src/lib/models/get-extension-monitoring-configuration-events-query-status.transformation.d.ts +2 -3
  232. package/types/packages/client/classic-environment-v2/src/lib/models/get-host-stats-query-filter.d.ts +3 -0
  233. package/types/packages/client/classic-environment-v2/src/lib/models/get-host-stats-query-filter.transformation.d.ts +2 -3
  234. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-capability.d.ts +3 -0
  235. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-capability.transformation.d.ts +2 -3
  236. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-cloud-platform.d.ts +3 -0
  237. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-cloud-platform.transformation.d.ts +2 -3
  238. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-type.d.ts +3 -0
  239. package/types/packages/client/classic-environment-v2/src/lib/models/get-locations-query-type.transformation.d.ts +2 -3
  240. package/types/packages/client/classic-environment-v2/src/lib/models/get-nodes-query-assigned-to-location.d.ts +7 -0
  241. package/types/packages/client/classic-environment-v2/src/lib/models/get-nodes-query-assigned-to-location.transformation.d.ts +3 -0
  242. package/types/packages/client/classic-environment-v2/src/lib/models/get-permission-path-accessor-type.d.ts +7 -0
  243. package/types/packages/client/classic-environment-v2/src/lib/models/get-permission-path-accessor-type.transformation.d.ts +3 -0
  244. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-by-id-query-time-frame.d.ts +3 -0
  245. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-by-id-query-time-frame.transformation.d.ts +2 -3
  246. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-enabled-slos.d.ts +3 -0
  247. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-enabled-slos.transformation.d.ts +2 -3
  248. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-evaluate.d.ts +3 -0
  249. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-evaluate.transformation.d.ts +2 -3
  250. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-time-frame.d.ts +3 -0
  251. package/types/packages/client/classic-environment-v2/src/lib/models/get-slo-query-time-frame.transformation.d.ts +2 -3
  252. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-start-version-compare-type.d.ts +3 -0
  253. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-start-version-compare-type.transformation.d.ts +2 -3
  254. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-target-version-compare-type.d.ts +3 -0
  255. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-target-version-compare-type.transformation.d.ts +2 -3
  256. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-update-type.d.ts +3 -0
  257. package/types/packages/client/classic-environment-v2/src/lib/models/get-update-job-list-by-ag-id-query-update-type.transformation.d.ts +2 -3
  258. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +2 -0
  259. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +2 -3
  260. package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +1 -2
  261. package/types/packages/client/classic-environment-v2/src/lib/models/impact-impact-type.d.ts +2 -0
  262. package/types/packages/client/classic-environment-v2/src/lib/models/impact-impact-type.transformation.d.ts +2 -3
  263. package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +1 -2
  264. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +191 -161
  265. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +5 -2
  266. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.transformation.d.ts +2 -3
  267. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-cloud-platform.d.ts +2 -0
  268. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-cloud-platform.transformation.d.ts +2 -3
  269. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-stage.d.ts +2 -0
  270. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-stage.transformation.d.ts +2 -3
  271. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-status.d.ts +2 -0
  272. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-status.transformation.d.ts +2 -3
  273. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-type.d.ts +2 -0
  274. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element-type.transformation.d.ts +2 -3
  275. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +4 -8
  276. package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +10 -1
  277. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-event-type.d.ts +2 -0
  278. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-event-type.transformation.d.ts +2 -3
  279. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-status.d.ts +2 -0
  280. package/types/packages/client/classic-environment-v2/src/lib/models/log-record-status.transformation.d.ts +2 -3
  281. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +2 -4
  282. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation-type.d.ts +2 -0
  283. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation-type.transformation.d.ts +2 -3
  284. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +1 -2
  285. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-aggregation-types-item.d.ts +3 -0
  286. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-aggregation-types-item.transformation.d.ts +2 -3
  287. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-transformations-item.d.ts +3 -0
  288. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-transformations-item.transformation.d.ts +2 -3
  289. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-unit-display-format.d.ts +2 -0
  290. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor-unit-display-format.transformation.d.ts +2 -3
  291. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +3 -6
  292. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition-type.d.ts +2 -0
  293. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition-type.transformation.d.ts +2 -3
  294. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +1 -2
  295. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.d.ts +1 -1
  296. package/types/packages/client/classic-environment-v2/src/lib/models/metric-evidence.transformation.d.ts +1 -1
  297. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.d.ts +0 -4
  298. package/types/packages/client/classic-environment-v2/src/lib/models/metric-metadata-dto.transformation.d.ts +0 -1
  299. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation-status.d.ts +2 -0
  300. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation-status.transformation.d.ts +2 -3
  301. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +1 -2
  302. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type-type.d.ts +2 -0
  303. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type-type.transformation.d.ts +2 -3
  304. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +1 -2
  305. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-severity.d.ts +2 -0
  306. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-severity.transformation.d.ts +2 -3
  307. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.d.ts +3 -0
  308. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states-state.transformation.d.ts +2 -3
  309. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +2 -4
  310. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state-reason.d.ts +2 -0
  311. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state-reason.transformation.d.ts +2 -3
  312. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +1 -2
  313. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-fallback-mode.d.ts +2 -0
  314. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone-fallback-mode.transformation.d.ts +2 -3
  315. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +1 -2
  316. package/types/packages/client/classic-environment-v2/src/lib/models/precondition-type.d.ts +2 -0
  317. package/types/packages/client/classic-environment-v2/src/lib/models/precondition-type.transformation.d.ts +2 -3
  318. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +1 -2
  319. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-deployment-type.d.ts +14 -0
  320. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-deployment-type.transformation.d.ts +3 -0
  321. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-node-names.d.ts +6 -0
  322. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-node-names.transformation.d.ts +6 -0
  323. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-status.d.ts +14 -0
  324. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-status.transformation.d.ts +3 -0
  325. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-type.d.ts +8 -0
  326. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-type.transformation.d.ts +3 -0
  327. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts +61 -4
  328. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.transformation.d.ts +20 -4
  329. package/types/packages/client/classic-environment-v2/src/lib/models/problem-impact-level.d.ts +2 -0
  330. package/types/packages/client/classic-environment-v2/src/lib/models/problem-impact-level.transformation.d.ts +2 -3
  331. package/types/packages/client/classic-environment-v2/src/lib/models/problem-severity-level.d.ts +2 -0
  332. package/types/packages/client/classic-environment-v2/src/lib/models/problem-severity-level.transformation.d.ts +2 -3
  333. package/types/packages/client/classic-environment-v2/src/lib/models/problem-status.d.ts +2 -0
  334. package/types/packages/client/classic-environment-v2/src/lib/models/problem-status.transformation.d.ts +2 -3
  335. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +3 -6
  336. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-modification-policy.d.ts +2 -0
  337. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition-modification-policy.transformation.d.ts +2 -3
  338. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +1 -2
  339. package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.d.ts +1 -1
  340. package/types/packages/client/classic-environment-v2/src/lib/models/public-certificate-credentials.transformation.d.ts +1 -1
  341. package/types/packages/client/classic-environment-v2/src/lib/models/public-synthetic-location.d.ts +2 -2
  342. package/types/packages/client/classic-environment-v2/src/lib/models/public-synthetic-location.transformation.d.ts +2 -2
  343. package/types/packages/client/classic-environment-v2/src/lib/models/related-service-exposure.d.ts +2 -0
  344. package/types/packages/client/classic-environment-v2/src/lib/models/related-service-exposure.transformation.d.ts +2 -3
  345. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +1 -2
  346. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-assessment-accuracy.d.ts +2 -0
  347. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-assessment-accuracy.transformation.d.ts +2 -3
  348. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-data-assets.d.ts +2 -0
  349. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-data-assets.transformation.d.ts +2 -3
  350. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-exposure.d.ts +2 -0
  351. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-exposure.transformation.d.ts +2 -3
  352. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-vulnerable-function-usage.d.ts +2 -0
  353. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment-vulnerable-function-usage.transformation.d.ts +2 -3
  354. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +4 -8
  355. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item-vulnerability-state.d.ts +3 -0
  356. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item-vulnerability-state.transformation.d.ts +2 -3
  357. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +1 -2
  358. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change-reason.d.ts +2 -0
  359. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change-reason.transformation.d.ts +2 -3
  360. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +1 -2
  361. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-reason.d.ts +2 -0
  362. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-reason.transformation.d.ts +2 -3
  363. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +1 -2
  364. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary-reason.d.ts +2 -0
  365. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary-reason.transformation.d.ts +2 -3
  366. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +1 -2
  367. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-vulnerability-state.d.ts +3 -0
  368. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-vulnerability-state.transformation.d.ts +2 -3
  369. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +1 -2
  370. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-reason.d.ts +2 -0
  371. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute-reason.transformation.d.ts +2 -3
  372. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +1 -2
  373. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-reason.d.ts +2 -0
  374. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute-reason.transformation.d.ts +2 -3
  375. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +1 -2
  376. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment-vulnerable-function-usage.d.ts +2 -0
  377. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment-vulnerable-function-usage.transformation.d.ts +2 -3
  378. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +1 -2
  379. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-state.d.ts +2 -0
  380. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-state.transformation.d.ts +2 -3
  381. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +1 -2
  382. package/types/packages/client/classic-environment-v2/src/lib/models/remove-permission-path-accessor-type.d.ts +7 -0
  383. package/types/packages/client/classic-environment-v2/src/lib/models/remove-permission-path-accessor-type.transformation.d.ts +3 -0
  384. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.d.ts +1 -1
  385. package/types/packages/client/classic-environment-v2/src/lib/models/resolution-request.transformation.d.ts +1 -1
  386. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.d.ts +2 -0
  387. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.transformation.d.ts +2 -3
  388. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +1 -2
  389. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.d.ts +2 -0
  390. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff-type.transformation.d.ts +2 -3
  391. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +2 -3
  392. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-assessment-accuracy.d.ts +2 -0
  393. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-assessment-accuracy.transformation.d.ts +2 -3
  394. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-base-risk-level.d.ts +2 -0
  395. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-base-risk-level.transformation.d.ts +2 -3
  396. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-exposure.d.ts +2 -0
  397. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-exposure.transformation.d.ts +2 -3
  398. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-public-exploit.d.ts +2 -0
  399. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-public-exploit.transformation.d.ts +2 -3
  400. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-vulnerable-function-usage.d.ts +2 -0
  401. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes-previous-vulnerable-function-usage.transformation.d.ts +2 -3
  402. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +3 -6
  403. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-data-assets.d.ts +2 -0
  404. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-data-assets.transformation.d.ts +2 -3
  405. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-assessment-accuracy.d.ts +2 -0
  406. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-assessment-accuracy.transformation.d.ts +2 -3
  407. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-base-risk-level.d.ts +2 -0
  408. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-base-risk-level.transformation.d.ts +2 -3
  409. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-data-assets.d.ts +2 -0
  410. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-data-assets.transformation.d.ts +2 -3
  411. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-exposure.d.ts +2 -0
  412. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-exposure.transformation.d.ts +2 -3
  413. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-public-exploit.d.ts +2 -0
  414. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-public-exploit.transformation.d.ts +2 -3
  415. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-risk-level.d.ts +2 -0
  416. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-risk-level.transformation.d.ts +2 -3
  417. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-vulnerable-function-usage.d.ts +2 -0
  418. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details-vulnerable-function-usage.transformation.d.ts +2 -3
  419. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +7 -14
  420. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-exposure.d.ts +2 -0
  421. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-exposure.transformation.d.ts +2 -3
  422. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-public-exploit.d.ts +2 -0
  423. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-public-exploit.transformation.d.ts +2 -3
  424. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-risk-level.d.ts +2 -0
  425. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-risk-level.transformation.d.ts +2 -3
  426. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-exposure.d.ts +2 -0
  427. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-exposure.transformation.d.ts +2 -3
  428. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-public-exploit.d.ts +2 -0
  429. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-public-exploit.transformation.d.ts +2 -3
  430. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-risk-level.d.ts +2 -0
  431. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-risk-level.transformation.d.ts +2 -3
  432. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-vulnerable-function-usage.d.ts +2 -0
  433. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot-vulnerable-function-usage.transformation.d.ts +2 -3
  434. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +4 -8
  435. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-vulnerable-function-usage.d.ts +2 -0
  436. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-vulnerable-function-usage.transformation.d.ts +2 -3
  437. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +7 -14
  438. package/types/packages/client/classic-environment-v2/src/lib/models/rollup-type.d.ts +3 -0
  439. package/types/packages/client/classic-environment-v2/src/lib/models/rollup-type.transformation.d.ts +2 -3
  440. package/types/packages/client/classic-environment-v2/src/lib/models/rollup.d.ts +1 -2
  441. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto-type.d.ts +2 -0
  442. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto-type.transformation.d.ts +2 -3
  443. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +1 -2
  444. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-type.d.ts +2 -0
  445. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type-type.transformation.d.ts +2 -3
  446. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +1 -2
  447. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary-reason.d.ts +2 -0
  448. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary-reason.transformation.d.ts +2 -3
  449. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +1 -2
  450. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-status.d.ts +2 -0
  451. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-status.transformation.d.ts +2 -3
  452. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-technology.d.ts +2 -0
  453. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-technology.transformation.d.ts +2 -3
  454. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-vulnerability-type.d.ts +2 -0
  455. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details-vulnerability-type.transformation.d.ts +2 -3
  456. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +3 -6
  457. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event-reason.d.ts +2 -0
  458. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event-reason.transformation.d.ts +2 -3
  459. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +1 -2
  460. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute-reason.d.ts +2 -0
  461. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute-reason.transformation.d.ts +2 -3
  462. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +1 -2
  463. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-status.d.ts +2 -0
  464. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-status.transformation.d.ts +2 -3
  465. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-technology.d.ts +2 -0
  466. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-technology.transformation.d.ts +2 -3
  467. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute-reason.d.ts +2 -0
  468. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute-reason.transformation.d.ts +2 -3
  469. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +1 -2
  470. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-vulnerability-type.d.ts +2 -0
  471. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-vulnerability-type.transformation.d.ts +2 -3
  472. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +3 -6
  473. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-reason.d.ts +2 -0
  474. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute-reason.transformation.d.ts +2 -3
  475. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +1 -2
  476. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-reason.d.ts +2 -0
  477. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute-reason.transformation.d.ts +2 -3
  478. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +1 -2
  479. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-create.d.ts +2 -2
  480. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-update.d.ts +6 -6
  481. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-burn-rate-type.d.ts +2 -0
  482. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate-burn-rate-type.transformation.d.ts +2 -3
  483. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +1 -2
  484. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl-evaluation-type.d.ts +2 -0
  485. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl-evaluation-type.transformation.d.ts +2 -3
  486. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +1 -2
  487. package/types/packages/client/classic-environment-v2/src/lib/models/slo-evaluation-type.d.ts +2 -0
  488. package/types/packages/client/classic-environment-v2/src/lib/models/slo-evaluation-type.transformation.d.ts +2 -3
  489. package/types/packages/client/classic-environment-v2/src/lib/models/slo-status.d.ts +2 -0
  490. package/types/packages/client/classic-environment-v2/src/lib/models/slo-status.transformation.d.ts +2 -3
  491. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +6 -4
  492. package/types/packages/client/classic-environment-v2/src/lib/models/slo.transformation.d.ts +1 -0
  493. package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.d.ts +3 -3
  494. package/types/packages/client/classic-environment-v2/src/lib/models/snmpv3-credentials.transformation.d.ts +3 -3
  495. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-status.d.ts +2 -0
  496. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-status.transformation.d.ts +2 -3
  497. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-type.d.ts +2 -0
  498. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-type.transformation.d.ts +2 -3
  499. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update-type.d.ts +2 -0
  500. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update-type.transformation.d.ts +2 -3
  501. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +1 -2
  502. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +10 -4
  503. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.transformation.d.ts +2 -0
  504. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-aggregation.d.ts +2 -0
  505. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto-aggregation.transformation.d.ts +2 -3
  506. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +1 -2
  507. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-summary-dto-type.d.ts +3 -0
  508. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-summary-dto-type.transformation.d.ts +2 -3
  509. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-summary-dto.d.ts +1 -2
  510. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto-type.d.ts +3 -0
  511. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto-type.transformation.d.ts +2 -3
  512. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +2 -3
  513. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.transformation.d.ts +1 -1
  514. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto-request-type.d.ts +2 -0
  515. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto-request-type.transformation.d.ts +2 -3
  516. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +1 -2
  517. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto-type.d.ts +2 -0
  518. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto-type.transformation.d.ts +2 -3
  519. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +1 -2
  520. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-batch-status.d.ts +2 -0
  521. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status-batch-status.transformation.d.ts +2 -3
  522. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +1 -2
  523. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-execution-stage.d.ts +2 -0
  524. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-execution-stage.transformation.d.ts +2 -3
  525. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-processing-mode.d.ts +2 -0
  526. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-processing-mode.transformation.d.ts +2 -3
  527. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor-repeat-mode.d.ts +2 -0
  528. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor-repeat-mode.transformation.d.ts +2 -3
  529. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +1 -2
  530. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-processing-mode.d.ts +2 -0
  531. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-processing-mode.transformation.d.ts +2 -3
  532. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +1 -2
  533. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-source.d.ts +2 -0
  534. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-source.transformation.d.ts +2 -3
  535. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +3 -6
  536. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status-execution-stage.d.ts +2 -0
  537. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status-execution-stage.transformation.d.ts +2 -3
  538. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +1 -2
  539. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +2 -2
  540. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.transformation.d.ts +2 -2
  541. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-location-update.d.ts +1 -1
  542. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-public-location-update.transformation.d.ts +1 -1
  543. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto-source.d.ts +2 -0
  544. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto-source.transformation.d.ts +2 -3
  545. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +1 -2
  546. package/types/packages/client/classic-environment-v2/src/lib/models/transfer-ownership-request.d.ts +10 -0
  547. package/types/packages/client/classic-environment-v2/src/lib/models/transfer-ownership-request.transformation.d.ts +10 -0
  548. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-ag-type.d.ts +2 -0
  549. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-ag-type.transformation.d.ts +2 -3
  550. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-job-state.d.ts +2 -0
  551. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-job-state.transformation.d.ts +2 -3
  552. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-method.d.ts +2 -0
  553. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-method.transformation.d.ts +2 -3
  554. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-type.d.ts +2 -0
  555. package/types/packages/client/classic-environment-v2/src/lib/models/update-job-update-type.transformation.d.ts +2 -3
  556. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +4 -8
  557. package/types/packages/client/classic-environment-v2/src/lib/models/update-permission-path-accessor-type.d.ts +7 -0
  558. package/types/packages/client/classic-environment-v2/src/lib/models/update-permission-path-accessor-type.transformation.d.ts +3 -0
  559. package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request-permissions-item.d.ts +9 -0
  560. package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request-permissions-item.transformation.d.ts +3 -0
  561. package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request.d.ts +9 -0
  562. package/types/packages/client/classic-environment-v2/src/lib/models/update-permissions-request.transformation.d.ts +7 -0
  563. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment-type.d.ts +2 -0
  564. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment-type.transformation.d.ts +2 -3
  565. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +1 -2
  566. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-type.d.ts +2 -0
  567. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-type.transformation.d.ts +2 -3
  568. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +1 -2
  569. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups-usage.d.ts +2 -0
  570. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups-usage.transformation.d.ts +2 -3
  571. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +1 -2
  572. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-serializer.d.ts +0 -3
@@ -1,51 +1,52 @@
1
- export * from './aws-key-based-credentials-dto';
2
- export * as _AWSKeyBasedCredentialsDtoTransformation from './aws-key-based-credentials-dto.transformation';
3
- export * from './aws-role-based-credentials';
4
- export * as _AWSRoleBasedCredentialsTransformation from './aws-role-based-credentials.transformation';
5
1
  export * from './abstract-credentials-response-element';
6
- export * as _AbstractCredentialsResponseElementTransformation from './abstract-credentials-response-element.transformation';
7
2
  export * from './abstract-credentials-response-element-scope';
8
3
  export * as _AbstractCredentialsResponseElementScopeTransformation from './abstract-credentials-response-element-scope.transformation';
9
4
  export * from './abstract-credentials-response-element-type';
10
5
  export * as _AbstractCredentialsResponseElementTypeTransformation from './abstract-credentials-response-element-type.transformation';
6
+ export * as _AbstractCredentialsResponseElementTransformation from './abstract-credentials-response-element.transformation';
11
7
  export * from './abstract-slo-alert-dto';
12
- export * as _AbstractSloAlertDtoTransformation from './abstract-slo-alert-dto.transformation';
13
8
  export * from './abstract-slo-alert-dto-alert-type';
14
9
  export * as _AbstractSloAlertDtoAlertTypeTransformation from './abstract-slo-alert-dto-alert-type.transformation';
10
+ export * as _AbstractSloAlertDtoTransformation from './abstract-slo-alert-dto.transformation';
11
+ export * from './accessor-permissions';
12
+ export * from './accessor-permissions-list';
13
+ export * as _AccessorPermissionsListTransformation from './accessor-permissions-list.transformation';
14
+ export * from './accessor-permissions-permissions-item';
15
+ export * as _AccessorPermissionsPermissionsItemTransformation from './accessor-permissions-permissions-item.transformation';
16
+ export * as _AccessorPermissionsTransformation from './accessor-permissions.transformation';
15
17
  export * from './active-gate';
16
- export * as _ActiveGateTransformation from './active-gate.transformation';
17
18
  export * from './active-gate-auto-update-config';
18
- export * as _ActiveGateAutoUpdateConfigTransformation from './active-gate-auto-update-config.transformation';
19
19
  export * from './active-gate-auto-update-config-effective-setting';
20
20
  export * as _ActiveGateAutoUpdateConfigEffectiveSettingTransformation from './active-gate-auto-update-config-effective-setting.transformation';
21
21
  export * from './active-gate-auto-update-config-setting';
22
22
  export * as _ActiveGateAutoUpdateConfigSettingTransformation from './active-gate-auto-update-config-setting.transformation';
23
+ export * as _ActiveGateAutoUpdateConfigTransformation from './active-gate-auto-update-config.transformation';
23
24
  export * from './active-gate-auto-update-status';
24
25
  export * as _ActiveGateAutoUpdateStatusTransformation from './active-gate-auto-update-status.transformation';
25
26
  export * from './active-gate-connected-hosts';
26
27
  export * as _ActiveGateConnectedHostsTransformation from './active-gate-connected-hosts.transformation';
27
28
  export * from './active-gate-global-auto-update-config';
28
- export * as _ActiveGateGlobalAutoUpdateConfigTransformation from './active-gate-global-auto-update-config.transformation';
29
29
  export * from './active-gate-global-auto-update-config-global-setting';
30
30
  export * as _ActiveGateGlobalAutoUpdateConfigGlobalSettingTransformation from './active-gate-global-auto-update-config-global-setting.transformation';
31
+ export * as _ActiveGateGlobalAutoUpdateConfigTransformation from './active-gate-global-auto-update-config.transformation';
31
32
  export * from './active-gate-group';
32
- export * as _ActiveGateGroupTransformation from './active-gate-group.transformation';
33
33
  export * from './active-gate-group-info-dto';
34
34
  export * as _ActiveGateGroupInfoDtoTransformation from './active-gate-group-info-dto.transformation';
35
+ export * as _ActiveGateGroupTransformation from './active-gate-group.transformation';
35
36
  export * from './active-gate-groups';
36
- export * as _ActiveGateGroupsTransformation from './active-gate-groups.transformation';
37
37
  export * from './active-gate-groups-info-dto';
38
38
  export * as _ActiveGateGroupsInfoDtoTransformation from './active-gate-groups-info-dto.transformation';
39
+ export * as _ActiveGateGroupsTransformation from './active-gate-groups.transformation';
39
40
  export * from './active-gate-info-dto';
40
41
  export * as _ActiveGateInfoDtoTransformation from './active-gate-info-dto.transformation';
41
42
  export * from './active-gate-list';
42
43
  export * as _ActiveGateListTransformation from './active-gate-list.transformation';
43
44
  export * from './active-gate-module';
44
- export * as _ActiveGateModuleTransformation from './active-gate-module.transformation';
45
45
  export * from './active-gate-module-attributes';
46
46
  export * as _ActiveGateModuleAttributesTransformation from './active-gate-module-attributes.transformation';
47
47
  export * from './active-gate-module-type';
48
48
  export * as _ActiveGateModuleTypeTransformation from './active-gate-module-type.transformation';
49
+ export * as _ActiveGateModuleTransformation from './active-gate-module.transformation';
49
50
  export * from './active-gate-os-architecture';
50
51
  export * as _ActiveGateOsArchitectureTransformation from './active-gate-os-architecture.transformation';
51
52
  export * from './active-gate-os-bitness';
@@ -53,23 +54,24 @@ export * as _ActiveGateOsBitnessTransformation from './active-gate-os-bitness.tr
53
54
  export * from './active-gate-os-type';
54
55
  export * as _ActiveGateOsTypeTransformation from './active-gate-os-type.transformation';
55
56
  export * from './active-gate-token';
56
- export * as _ActiveGateTokenTransformation from './active-gate-token.transformation';
57
57
  export * from './active-gate-token-active-gate-type';
58
58
  export * as _ActiveGateTokenActiveGateTypeTransformation from './active-gate-token-active-gate-type.transformation';
59
59
  export * from './active-gate-token-create';
60
- export * as _ActiveGateTokenCreateTransformation from './active-gate-token-create.transformation';
61
60
  export * from './active-gate-token-create-active-gate-type';
62
61
  export * as _ActiveGateTokenCreateActiveGateTypeTransformation from './active-gate-token-create-active-gate-type.transformation';
62
+ export * as _ActiveGateTokenCreateTransformation from './active-gate-token-create.transformation';
63
63
  export * from './active-gate-token-created';
64
64
  export * as _ActiveGateTokenCreatedTransformation from './active-gate-token-created.transformation';
65
65
  export * from './active-gate-token-info-dto';
66
- export * as _ActiveGateTokenInfoDtoTransformation from './active-gate-token-info-dto.transformation';
67
66
  export * from './active-gate-token-info-dto-state';
68
67
  export * as _ActiveGateTokenInfoDtoStateTransformation from './active-gate-token-info-dto-state.transformation';
68
+ export * as _ActiveGateTokenInfoDtoTransformation from './active-gate-token-info-dto.transformation';
69
69
  export * from './active-gate-token-list';
70
70
  export * as _ActiveGateTokenListTransformation from './active-gate-token-list.transformation';
71
+ export * as _ActiveGateTokenTransformation from './active-gate-token.transformation';
71
72
  export * from './active-gate-type';
72
73
  export * as _ActiveGateTypeTransformation from './active-gate-type.transformation';
74
+ export * as _ActiveGateTransformation from './active-gate.transformation';
73
75
  export * from './add-entity-tag';
74
76
  export * as _AddEntityTagTransformation from './add-entity-tag.transformation';
75
77
  export * from './add-entity-tags';
@@ -80,22 +82,23 @@ export * from './affected-entities';
80
82
  export * as _AffectedEntitiesTransformation from './affected-entities.transformation';
81
83
  export * from './affected-entity';
82
84
  export * as _AffectedEntityTransformation from './affected-entity.transformation';
85
+ export * from './agent-connection-token';
86
+ export * as _AgentConnectionTokenTransformation from './agent-connection-token.transformation';
83
87
  export * from './aggregated-log';
84
- export * as _AggregatedLogTransformation from './aggregated-log.transformation';
85
88
  export * from './aggregated-log-aggregation-result';
86
89
  export * as _AggregatedLogAggregationResultTransformation from './aggregated-log-aggregation-result.transformation';
90
+ export * as _AggregatedLogTransformation from './aggregated-log.transformation';
87
91
  export * from './alerting-profile-stub';
88
92
  export * as _AlertingProfileStubTransformation from './alerting-profile-stub.transformation';
89
93
  export * from './any-value';
90
94
  export * as _AnyValueTransformation from './any-value.transformation';
91
95
  export * from './api-token';
92
- export * as _ApiTokenTransformation from './api-token.transformation';
93
96
  export * from './api-token-additional-metadata';
94
97
  export * as _ApiTokenAdditionalMetadataTransformation from './api-token-additional-metadata.transformation';
95
98
  export * from './api-token-create';
96
- export * as _ApiTokenCreateTransformation from './api-token-create.transformation';
97
99
  export * from './api-token-create-scopes-item';
98
100
  export * as _ApiTokenCreateScopesItemTransformation from './api-token-create-scopes-item.transformation';
101
+ export * as _ApiTokenCreateTransformation from './api-token-create.transformation';
99
102
  export * from './api-token-created';
100
103
  export * as _ApiTokenCreatedTransformation from './api-token-created.transformation';
101
104
  export * from './api-token-list';
@@ -105,79 +108,84 @@ export * as _ApiTokenScopesItemTransformation from './api-token-scopes-item.tran
105
108
  export * from './api-token-secret';
106
109
  export * as _ApiTokenSecretTransformation from './api-token-secret.transformation';
107
110
  export * from './api-token-update';
108
- export * as _ApiTokenUpdateTransformation from './api-token-update.transformation';
109
111
  export * from './api-token-update-scopes-item';
110
112
  export * as _ApiTokenUpdateScopesItemTransformation from './api-token-update-scopes-item.transformation';
113
+ export * as _ApiTokenUpdateTransformation from './api-token-update.transformation';
114
+ export * as _ApiTokenTransformation from './api-token.transformation';
111
115
  export * from './application-impact';
112
116
  export * as _ApplicationImpactTransformation from './application-impact.transformation';
113
117
  export * from './applied-filter';
114
118
  export * as _AppliedFilterTransformation from './applied-filter.transformation';
115
119
  export * from './assessment-accuracy-details';
116
- export * as _AssessmentAccuracyDetailsTransformation from './assessment-accuracy-details.transformation';
117
120
  export * from './assessment-accuracy-details-reduced-reasons-item';
118
121
  export * as _AssessmentAccuracyDetailsReducedReasonsItemTransformation from './assessment-accuracy-details-reduced-reasons-item.transformation';
122
+ export * as _AssessmentAccuracyDetailsTransformation from './assessment-accuracy-details.transformation';
119
123
  export * from './asset-info';
120
- export * as _AssetInfoTransformation from './asset-info.transformation';
121
124
  export * from './asset-info-dto';
122
- export * as _AssetInfoDtoTransformation from './asset-info-dto.transformation';
123
125
  export * from './asset-info-dto-type';
124
126
  export * as _AssetInfoDtoTypeTransformation from './asset-info-dto-type.transformation';
127
+ export * as _AssetInfoDtoTransformation from './asset-info-dto.transformation';
128
+ export * as _AssetInfoTransformation from './asset-info.transformation';
125
129
  export * from './asset-schema-details-dto';
126
130
  export * as _AssetSchemaDetailsDtoTransformation from './asset-schema-details-dto.transformation';
127
131
  export * from './attack';
128
- export * as _AttackTransformation from './attack.transformation';
129
132
  export * from './attack-attack-type';
130
133
  export * as _AttackAttackTypeTransformation from './attack-attack-type.transformation';
131
134
  export * from './attack-entrypoint';
132
- export * as _AttackEntrypointTransformation from './attack-entrypoint.transformation';
133
135
  export * from './attack-entrypoint-payload-item';
134
136
  export * as _AttackEntrypointPayloadItemTransformation from './attack-entrypoint-payload-item.transformation';
137
+ export * as _AttackEntrypointTransformation from './attack-entrypoint.transformation';
135
138
  export * from './attack-list';
136
139
  export * as _AttackListTransformation from './attack-list.transformation';
137
140
  export * from './attack-request-header';
138
141
  export * as _AttackRequestHeaderTransformation from './attack-request-header.transformation';
139
142
  export * from './attack-security-problem';
140
- export * as _AttackSecurityProblemTransformation from './attack-security-problem.transformation';
141
143
  export * from './attack-security-problem-assessment-dto';
142
- export * as _AttackSecurityProblemAssessmentDtoTransformation from './attack-security-problem-assessment-dto.transformation';
143
144
  export * from './attack-security-problem-assessment-dto-data-assets';
144
145
  export * as _AttackSecurityProblemAssessmentDtoDataAssetsTransformation from './attack-security-problem-assessment-dto-data-assets.transformation';
145
146
  export * from './attack-security-problem-assessment-dto-exposure';
146
147
  export * as _AttackSecurityProblemAssessmentDtoExposureTransformation from './attack-security-problem-assessment-dto-exposure.transformation';
148
+ export * as _AttackSecurityProblemAssessmentDtoTransformation from './attack-security-problem-assessment-dto.transformation';
149
+ export * as _AttackSecurityProblemTransformation from './attack-security-problem.transformation';
147
150
  export * from './attack-state';
148
151
  export * as _AttackStateTransformation from './attack-state.transformation';
149
152
  export * from './attack-target';
150
153
  export * as _AttackTargetTransformation from './attack-target.transformation';
151
154
  export * from './attack-technology';
152
155
  export * as _AttackTechnologyTransformation from './attack-technology.transformation';
156
+ export * as _AttackTransformation from './attack.transformation';
153
157
  export * from './attacker';
154
- export * as _AttackerTransformation from './attacker.transformation';
155
158
  export * from './attacker-location';
156
159
  export * as _AttackerLocationTransformation from './attacker-location.transformation';
160
+ export * as _AttackerTransformation from './attacker.transformation';
157
161
  export * from './audit-log';
158
- export * as _AuditLogTransformation from './audit-log.transformation';
159
162
  export * from './audit-log-entry';
160
- export * as _AuditLogEntryTransformation from './audit-log-entry.transformation';
161
163
  export * from './audit-log-entry-category';
162
164
  export * as _AuditLogEntryCategoryTransformation from './audit-log-entry-category.transformation';
163
165
  export * from './audit-log-entry-event-type';
164
166
  export * as _AuditLogEntryEventTypeTransformation from './audit-log-entry-event-type.transformation';
165
167
  export * from './audit-log-entry-user-type';
166
168
  export * as _AuditLogEntryUserTypeTransformation from './audit-log-entry-user-type.transformation';
169
+ export * as _AuditLogEntryTransformation from './audit-log-entry.transformation';
170
+ export * as _AuditLogTransformation from './audit-log.transformation';
167
171
  export * from './author-dto';
168
172
  export * as _AuthorDtoTransformation from './author-dto.transformation';
169
173
  export * from './availability-evidence';
170
174
  export * as _AvailabilityEvidenceTransformation from './availability-evidence.transformation';
175
+ export * from './aws-key-based-credentials-dto';
176
+ export * as _AWSKeyBasedCredentialsDtoTransformation from './aws-key-based-credentials-dto.transformation';
177
+ export * from './aws-role-based-credentials';
178
+ export * as _AWSRoleBasedCredentialsTransformation from './aws-role-based-credentials.transformation';
171
179
  export * from './azure-client-secret';
172
- export * as _AzureClientSecretTransformation from './azure-client-secret.transformation';
173
180
  export * from './azure-client-secret-config';
174
181
  export * as _AzureClientSecretConfigTransformation from './azure-client-secret-config.transformation';
175
- export * from './bm-action';
176
- export * as _BMActionTransformation from './bm-action.transformation';
182
+ export * as _AzureClientSecretTransformation from './azure-client-secret.transformation';
177
183
  export * from './biz-event-ingest-error';
178
184
  export * as _BizEventIngestErrorTransformation from './biz-event-ingest-error.transformation';
179
185
  export * from './biz-event-ingest-result';
180
186
  export * as _BizEventIngestResultTransformation from './biz-event-ingest-result.transformation';
187
+ export * from './bm-action';
188
+ export * as _BMActionTransformation from './bm-action.transformation';
181
189
  export * from './burn-rate-alert';
182
190
  export * as _BurnRateAlertTransformation from './burn-rate-alert.transformation';
183
191
  export * from './certificate-credentials';
@@ -185,41 +193,40 @@ export * as _CertificateCredentialsTransformation from './certificate-credential
185
193
  export * from './cloud-event';
186
194
  export * as _CloudEventTransformation from './cloud-event.transformation';
187
195
  export * from './code-level-vulnerability-details';
188
- export * as _CodeLevelVulnerabilityDetailsTransformation from './code-level-vulnerability-details.transformation';
189
196
  export * from './code-level-vulnerability-details-type';
190
197
  export * as _CodeLevelVulnerabilityDetailsTypeTransformation from './code-level-vulnerability-details-type.transformation';
198
+ export * as _CodeLevelVulnerabilityDetailsTransformation from './code-level-vulnerability-details.transformation';
191
199
  export * from './code-location';
192
200
  export * as _CodeLocationTransformation from './code-location.transformation';
193
201
  export * from './comment';
194
- export * as _CommentTransformation from './comment.transformation';
195
202
  export * from './comment-request-dto-impl';
196
203
  export * as _CommentRequestDtoImplTransformation from './comment-request-dto-impl.transformation';
204
+ export * as _CommentTransformation from './comment.transformation';
197
205
  export * from './comments-list';
198
206
  export * as _CommentsListTransformation from './comments-list.transformation';
199
207
  export * from './complex-constraint';
200
- export * as _ComplexConstraintTransformation from './complex-constraint.transformation';
201
208
  export * from './complex-constraint-type';
202
209
  export * as _ComplexConstraintTypeTransformation from './complex-constraint-type.transformation';
210
+ export * as _ComplexConstraintTransformation from './complex-constraint.transformation';
203
211
  export * from './configuration-metadata';
204
212
  export * as _ConfigurationMetadataTransformation from './configuration-metadata.transformation';
205
213
  export * from './constraint';
206
- export * as _ConstraintTransformation from './constraint.transformation';
207
214
  export * from './constraint-type';
208
215
  export * as _ConstraintTypeTransformation from './constraint-type.transformation';
209
216
  export * from './constraint-violation';
210
- export * as _ConstraintViolationTransformation from './constraint-violation.transformation';
211
217
  export * from './constraint-violation-parameter-location';
212
218
  export * as _ConstraintViolationParameterLocationTransformation from './constraint-violation-parameter-location.transformation';
219
+ export * as _ConstraintViolationTransformation from './constraint-violation.transformation';
220
+ export * as _ConstraintTransformation from './constraint.transformation';
213
221
  export * from './create-alert-query-time-frame';
214
222
  export * as _CreateAlertQueryTimeFrameTransformation from './create-alert-query-time-frame.transformation';
215
223
  export * from './credential-access-data';
216
- export * as _CredentialAccessDataTransformation from './credential-access-data.transformation';
217
224
  export * from './credential-access-data-type';
218
225
  export * as _CredentialAccessDataTypeTransformation from './credential-access-data-type.transformation';
226
+ export * as _CredentialAccessDataTransformation from './credential-access-data.transformation';
219
227
  export * from './credential-usage-handler';
220
228
  export * as _CredentialUsageHandlerTransformation from './credential-usage-handler.transformation';
221
229
  export * from './credentials';
222
- export * as _CredentialsTransformation from './credentials.transformation';
223
230
  export * from './credentials-details-certificate-response-element';
224
231
  export * as _CredentialsDetailsCertificateResponseElementTransformation from './credentials-details-certificate-response-element.transformation';
225
232
  export * from './credentials-details-token-response-element';
@@ -231,27 +238,28 @@ export * as _CredentialsIdTransformation from './credentials-id.transformation';
231
238
  export * from './credentials-list';
232
239
  export * as _CredentialsListTransformation from './credentials-list.transformation';
233
240
  export * from './credentials-response-element';
234
- export * as _CredentialsResponseElementTransformation from './credentials-response-element.transformation';
235
241
  export * from './credentials-response-element-scope';
236
242
  export * as _CredentialsResponseElementScopeTransformation from './credentials-response-element-scope.transformation';
237
243
  export * from './credentials-response-element-scopes-item';
238
244
  export * as _CredentialsResponseElementScopesItemTransformation from './credentials-response-element-scopes-item.transformation';
239
245
  export * from './credentials-response-element-type';
240
246
  export * as _CredentialsResponseElementTypeTransformation from './credentials-response-element-type.transformation';
247
+ export * as _CredentialsResponseElementTransformation from './credentials-response-element.transformation';
241
248
  export * from './credentials-scope';
242
249
  export * as _CredentialsScopeTransformation from './credentials-scope.transformation';
243
250
  export * from './credentials-scopes-item';
244
251
  export * as _CredentialsScopesItemTransformation from './credentials-scopes-item.transformation';
245
252
  export * from './credentials-type';
246
253
  export * as _CredentialsTypeTransformation from './credentials-type.transformation';
254
+ export * as _CredentialsTransformation from './credentials.transformation';
247
255
  export * from './custom-application-impact';
248
256
  export * as _CustomApplicationImpactTransformation from './custom-application-impact.transformation';
249
257
  export * from './custom-device-creation';
250
- export * as _CustomDeviceCreationTransformation from './custom-device-creation.transformation';
251
258
  export * from './custom-device-creation-properties';
252
259
  export * as _CustomDeviceCreationPropertiesTransformation from './custom-device-creation-properties.transformation';
253
260
  export * from './custom-device-creation-result';
254
261
  export * as _CustomDeviceCreationResultTransformation from './custom-device-creation-result.transformation';
262
+ export * as _CustomDeviceCreationTransformation from './custom-device-creation.transformation';
255
263
  export * from './custom-entity-tags';
256
264
  export * as _CustomEntityTagsTransformation from './custom-entity-tags.transformation';
257
265
  export * from './custom-log-line';
@@ -261,29 +269,29 @@ export * as _CyberArkAllowedLocationConfigTransformation from './cyber-ark-allow
261
269
  export * from './cyber-ark-allowed-location-dto';
262
270
  export * as _CyberArkAllowedLocationDtoTransformation from './cyber-ark-allowed-location-dto.transformation';
263
271
  export * from './cyber-ark-username-password';
264
- export * as _CyberArkUsernamePasswordTransformation from './cyber-ark-username-password.transformation';
265
272
  export * from './cyber-ark-username-password-config';
266
273
  export * as _CyberArkUsernamePasswordConfigTransformation from './cyber-ark-username-password-config.transformation';
274
+ export * as _CyberArkUsernamePasswordTransformation from './cyber-ark-username-password.transformation';
267
275
  export * from './datasource-definition';
268
- export * as _DatasourceDefinitionTransformation from './datasource-definition.transformation';
269
276
  export * from './datasource-definition-reset-value';
270
277
  export * as _DatasourceDefinitionResetValueTransformation from './datasource-definition-reset-value.transformation';
278
+ export * as _DatasourceDefinitionTransformation from './datasource-definition.transformation';
271
279
  export * from './davis-security-advice';
272
- export * as _DavisSecurityAdviceTransformation from './davis-security-advice.transformation';
273
280
  export * from './davis-security-advice-advice-type';
274
281
  export * as _DavisSecurityAdviceAdviceTypeTransformation from './davis-security-advice-advice-type.transformation';
275
282
  export * from './davis-security-advice-list';
276
283
  export * as _DavisSecurityAdviceListTransformation from './davis-security-advice-list.transformation';
277
284
  export * from './davis-security-advice-technology';
278
285
  export * as _DavisSecurityAdviceTechnologyTransformation from './davis-security-advice-technology.transformation';
286
+ export * as _DavisSecurityAdviceTransformation from './davis-security-advice.transformation';
279
287
  export * from './deleted-entity-tags';
280
288
  export * as _DeletedEntityTagsTransformation from './deleted-entity-tags.transformation';
281
289
  export * from './deletion-constraint';
282
290
  export * as _DeletionConstraintTransformation from './deletion-constraint.transformation';
283
291
  export * from './effective-permission';
284
- export * as _EffectivePermissionTransformation from './effective-permission.transformation';
285
292
  export * from './effective-permission-granted';
286
293
  export * as _EffectivePermissionGrantedTransformation from './effective-permission-granted.transformation';
294
+ export * as _EffectivePermissionTransformation from './effective-permission.transformation';
287
295
  export * from './effective-settings-value';
288
296
  export * as _EffectiveSettingsValueTransformation from './effective-settings-value.transformation';
289
297
  export * from './effective-settings-values-list';
@@ -291,7 +299,6 @@ export * as _EffectiveSettingsValuesListTransformation from './effective-setting
291
299
  export * from './entities-list';
292
300
  export * as _EntitiesListTransformation from './entities-list.transformation';
293
301
  export * from './entity';
294
- export * as _EntityTransformation from './entity.transformation';
295
302
  export * from './entity-from-relationships';
296
303
  export * as _EntityFromRelationshipsTransformation from './entity-from-relationships.transformation';
297
304
  export * from './entity-icon';
@@ -307,77 +314,78 @@ export * as _EntityStubTransformation from './entity-stub.transformation';
307
314
  export * from './entity-to-relationships';
308
315
  export * as _EntityToRelationshipsTransformation from './entity-to-relationships.transformation';
309
316
  export * from './entity-type';
310
- export * as _EntityTypeTransformation from './entity-type.transformation';
311
317
  export * from './entity-type-list';
312
318
  export * as _EntityTypeListTransformation from './entity-type-list.transformation';
313
319
  export * from './entity-type-property-dto';
314
320
  export * as _EntityTypePropertyDtoTransformation from './entity-type-property-dto.transformation';
321
+ export * as _EntityTypeTransformation from './entity-type.transformation';
322
+ export * as _EntityTransformation from './entity.transformation';
315
323
  export * from './entry-point';
316
- export * as _EntryPointTransformation from './entry-point.transformation';
317
324
  export * from './entry-point-usage-segment';
318
- export * as _EntryPointUsageSegmentTransformation from './entry-point-usage-segment.transformation';
319
325
  export * from './entry-point-usage-segment-segment-type';
320
326
  export * as _EntryPointUsageSegmentSegmentTypeTransformation from './entry-point-usage-segment-segment-type.transformation';
321
327
  export * from './entry-point-usage-segment-source-type';
322
328
  export * as _EntryPointUsageSegmentSourceTypeTransformation from './entry-point-usage-segment-source-type.transformation';
329
+ export * as _EntryPointUsageSegmentTransformation from './entry-point-usage-segment.transformation';
330
+ export * as _EntryPointTransformation from './entry-point.transformation';
323
331
  export * from './entry-points';
324
332
  export * as _EntryPointsTransformation from './entry-points.transformation';
325
333
  export * from './entrypoint-payload';
326
- export * as _EntrypointPayloadTransformation from './entrypoint-payload.transformation';
327
334
  export * from './entrypoint-payload-type';
328
335
  export * as _EntrypointPayloadTypeTransformation from './entrypoint-payload-type.transformation';
336
+ export * as _EntrypointPayloadTransformation from './entrypoint-payload.transformation';
329
337
  export * from './enum-type';
330
- export * as _EnumTypeTransformation from './enum-type.transformation';
331
338
  export * from './enum-type-type';
332
339
  export * as _EnumTypeTypeTransformation from './enum-type-type.transformation';
340
+ export * as _EnumTypeTransformation from './enum-type.transformation';
333
341
  export * from './enum-value';
334
342
  export * as _EnumValueTransformation from './enum-value.transformation';
335
343
  export * from './error';
336
- export * as _ErrorTransformation from './error.transformation';
337
344
  export * from './error-envelope';
338
345
  export * as _ErrorEnvelopeTransformation from './error-envelope.transformation';
346
+ export * as _ErrorTransformation from './error.transformation';
339
347
  export * from './event';
340
- export * as _EventTransformation from './event.transformation';
341
348
  export * from './event-evidence';
342
349
  export * as _EventEvidenceTransformation from './event-evidence.transformation';
343
350
  export * from './event-ingest';
344
- export * as _EventIngestTransformation from './event-ingest.transformation';
345
351
  export * from './event-ingest-event-type';
346
352
  export * as _EventIngestEventTypeTransformation from './event-ingest-event-type.transformation';
347
353
  export * from './event-ingest-properties';
348
354
  export * as _EventIngestPropertiesTransformation from './event-ingest-properties.transformation';
349
355
  export * from './event-ingest-result';
350
- export * as _EventIngestResultTransformation from './event-ingest-result.transformation';
351
356
  export * from './event-ingest-result-status';
352
357
  export * as _EventIngestResultStatusTransformation from './event-ingest-result-status.transformation';
358
+ export * as _EventIngestResultTransformation from './event-ingest-result.transformation';
353
359
  export * from './event-ingest-results';
354
360
  export * as _EventIngestResultsTransformation from './event-ingest-results.transformation';
361
+ export * as _EventIngestTransformation from './event-ingest.transformation';
355
362
  export * from './event-list';
356
363
  export * as _EventListTransformation from './event-list.transformation';
357
364
  export * from './event-properties-list';
358
365
  export * as _EventPropertiesListTransformation from './event-properties-list.transformation';
359
366
  export * from './event-property';
360
- export * as _EventPropertyTransformation from './event-property.transformation';
361
367
  export * from './event-property-details';
362
368
  export * as _EventPropertyDetailsTransformation from './event-property-details.transformation';
369
+ export * as _EventPropertyTransformation from './event-property.transformation';
363
370
  export * from './event-status';
364
371
  export * as _EventStatusTransformation from './event-status.transformation';
365
372
  export * from './event-type';
366
- export * as _EventTypeTransformation from './event-type.transformation';
367
373
  export * from './event-type-list';
368
374
  export * as _EventTypeListTransformation from './event-type-list.transformation';
369
375
  export * from './event-type-severity-level';
370
376
  export * as _EventTypeSeverityLevelTransformation from './event-type-severity-level.transformation';
377
+ export * as _EventTypeTransformation from './event-type.transformation';
378
+ export * as _EventTransformation from './event.transformation';
371
379
  export * from './evidence';
372
- export * as _EvidenceTransformation from './evidence.transformation';
373
380
  export * from './evidence-details';
374
381
  export * as _EvidenceDetailsTransformation from './evidence-details.transformation';
375
382
  export * from './evidence-evidence-type';
376
383
  export * as _EvidenceEvidenceTypeTransformation from './evidence-evidence-type.transformation';
384
+ export * as _EvidenceTransformation from './evidence.transformation';
377
385
  export * from './execute-actions-dto';
378
- export * as _ExecuteActionsDtoTransformation from './execute-actions-dto.transformation';
379
386
  export * from './execute-actions-dto-actions';
380
387
  export * as _ExecuteActionsDtoActionsTransformation from './execute-actions-dto-actions.transformation';
388
+ export * as _ExecuteActionsDtoTransformation from './execute-actions-dto.transformation';
381
389
  export * from './execute-actions-response';
382
390
  export * as _ExecuteActionsResponseTransformation from './execute-actions-response.transformation';
383
391
  export * from './execution-full-results';
@@ -385,61 +393,61 @@ export * as _ExecutionFullResultsTransformation from './execution-full-results.t
385
393
  export * from './execution-simple-results';
386
394
  export * as _ExecutionSimpleResultsTransformation from './execution-simple-results.transformation';
387
395
  export * from './execution-step';
388
- export * as _ExecutionStepTransformation from './execution-step.transformation';
389
396
  export * from './execution-step-monitor-type';
390
397
  export * as _ExecutionStepMonitorTypeTransformation from './execution-step-monitor-type.transformation';
398
+ export * as _ExecutionStepTransformation from './execution-step.transformation';
391
399
  export * from './exported-log-record-list';
392
400
  export * as _ExportedLogRecordListTransformation from './exported-log-record-list.transformation';
393
401
  export * from './extension';
394
- export * as _ExtensionTransformation from './extension.transformation';
395
402
  export * from './extension-assets-dto';
396
403
  export * as _ExtensionAssetsDtoTransformation from './extension-assets-dto.transformation';
397
404
  export * from './extension-environment-configuration-version';
398
405
  export * as _ExtensionEnvironmentConfigurationVersionTransformation from './extension-environment-configuration-version.transformation';
399
406
  export * from './extension-event-dto';
400
- export * as _ExtensionEventDtoTransformation from './extension-event-dto.transformation';
401
407
  export * from './extension-event-dto-status';
402
408
  export * as _ExtensionEventDtoStatusTransformation from './extension-event-dto-status.transformation';
409
+ export * as _ExtensionEventDtoTransformation from './extension-event-dto.transformation';
403
410
  export * from './extension-events-list';
404
411
  export * as _ExtensionEventsListTransformation from './extension-events-list.transformation';
405
412
  export * from './extension-feature-sets-details';
406
413
  export * as _ExtensionFeatureSetsDetailsTransformation from './extension-feature-sets-details.transformation';
407
414
  export * from './extension-info';
408
- export * as _ExtensionInfoTransformation from './extension-info.transformation';
409
415
  export * from './extension-info-list';
410
416
  export * as _ExtensionInfoListTransformation from './extension-info-list.transformation';
417
+ export * as _ExtensionInfoTransformation from './extension-info.transformation';
411
418
  export * from './extension-list';
412
419
  export * as _ExtensionListTransformation from './extension-list.transformation';
413
420
  export * from './extension-monitoring-configuration';
414
- export * as _ExtensionMonitoringConfigurationTransformation from './extension-monitoring-configuration.transformation';
415
421
  export * from './extension-monitoring-configuration-value';
416
422
  export * as _ExtensionMonitoringConfigurationValueTransformation from './extension-monitoring-configuration-value.transformation';
423
+ export * as _ExtensionMonitoringConfigurationTransformation from './extension-monitoring-configuration.transformation';
417
424
  export * from './extension-monitoring-configurations-list';
418
425
  export * as _ExtensionMonitoringConfigurationsListTransformation from './extension-monitoring-configurations-list.transformation';
419
426
  export * from './extension-status-dto';
420
- export * as _ExtensionStatusDtoTransformation from './extension-status-dto.transformation';
421
427
  export * from './extension-status-dto-status';
422
428
  export * as _ExtensionStatusDtoStatusTransformation from './extension-status-dto-status.transformation';
429
+ export * as _ExtensionStatusDtoTransformation from './extension-status-dto.transformation';
423
430
  export * from './extension-upload-response-dto';
424
- export * as _ExtensionUploadResponseDtoTransformation from './extension-upload-response-dto.transformation';
425
431
  export * from './extension-upload-response-dto-feature-sets-details';
426
432
  export * as _ExtensionUploadResponseDtoFeatureSetsDetailsTransformation from './extension-upload-response-dto-feature-sets-details.transformation';
433
+ export * as _ExtensionUploadResponseDtoTransformation from './extension-upload-response-dto.transformation';
434
+ export * as _ExtensionTransformation from './extension.transformation';
427
435
  export * from './external-vault';
428
- export * as _ExternalVaultTransformation from './external-vault.transformation';
429
436
  export * from './external-vault-config';
430
- export * as _ExternalVaultConfigTransformation from './external-vault-config.transformation';
431
437
  export * from './external-vault-config-source-auth-method';
432
438
  export * as _ExternalVaultConfigSourceAuthMethodTransformation from './external-vault-config-source-auth-method.transformation';
433
439
  export * from './external-vault-config-type';
434
440
  export * as _ExternalVaultConfigTypeTransformation from './external-vault-config-type.transformation';
441
+ export * as _ExternalVaultConfigTransformation from './external-vault-config.transformation';
435
442
  export * from './external-vault-source-auth-method';
436
443
  export * as _ExternalVaultSourceAuthMethodTransformation from './external-vault-source-auth-method.transformation';
444
+ export * as _ExternalVaultTransformation from './external-vault.transformation';
437
445
  export * from './feature-set-details';
438
446
  export * as _FeatureSetDetailsTransformation from './feature-set-details.transformation';
439
447
  export * from './filter';
440
- export * as _FilterTransformation from './filter.transformation';
441
448
  export * from './filter-type';
442
449
  export * as _FilterTypeTransformation from './filter-type.transformation';
450
+ export * as _FilterTransformation from './filter.transformation';
443
451
  export * from './filtered-counts-dto';
444
452
  export * as _FilteredCountsDtoTransformation from './filtered-counts-dto.transformation';
445
453
  export * from './from-position';
@@ -488,6 +496,10 @@ export * from './get-locations-query-cloud-platform';
488
496
  export * as _GetLocationsQueryCloudPlatformTransformation from './get-locations-query-cloud-platform.transformation';
489
497
  export * from './get-locations-query-type';
490
498
  export * as _GetLocationsQueryTypeTransformation from './get-locations-query-type.transformation';
499
+ export * from './get-nodes-query-assigned-to-location';
500
+ export * as _GetNodesQueryAssignedToLocationTransformation from './get-nodes-query-assigned-to-location.transformation';
501
+ export * from './get-permission-path-accessor-type';
502
+ export * as _GetPermissionPathAccessorTypeTransformation from './get-permission-path-accessor-type.transformation';
491
503
  export * from './get-slo-by-id-query-time-frame';
492
504
  export * as _GetSloByIdQueryTimeFrameTransformation from './get-slo-by-id-query-time-frame.transformation';
493
505
  export * from './get-slo-query-enabled-slos';
@@ -505,13 +517,13 @@ export * as _GetUpdateJobListByAgIdQueryUpdateTypeTransformation from './get-upd
505
517
  export * from './global-counts-dto';
506
518
  export * as _GlobalCountsDtoTransformation from './global-counts-dto.transformation';
507
519
  export * from './hashicorp-approle';
508
- export * as _HashicorpApproleTransformation from './hashicorp-approle.transformation';
509
520
  export * from './hashicorp-approle-config';
510
521
  export * as _HashicorpApproleConfigTransformation from './hashicorp-approle-config.transformation';
522
+ export * as _HashicorpApproleTransformation from './hashicorp-approle.transformation';
511
523
  export * from './hashicorp-certificate';
512
- export * as _HashicorpCertificateTransformation from './hashicorp-certificate.transformation';
513
524
  export * from './hashicorp-certificate-config';
514
525
  export * as _HashicorpCertificateConfigTransformation from './hashicorp-certificate-config.transformation';
526
+ export * as _HashicorpCertificateTransformation from './hashicorp-certificate.transformation';
515
527
  export * from './history-modification-info';
516
528
  export * as _HistoryModificationInfoTransformation from './history-modification-info.transformation';
517
529
  export * from './http-protocol-details';
@@ -519,15 +531,15 @@ export * as _HttpProtocolDetailsTransformation from './http-protocol-details.tra
519
531
  export * from './http-request-parameter';
520
532
  export * as _HttpRequestParameterTransformation from './http-request-parameter.transformation';
521
533
  export * from './identity';
522
- export * as _IdentityTransformation from './identity.transformation';
523
534
  export * from './identity-type';
524
535
  export * as _IdentityTypeTransformation from './identity-type.transformation';
536
+ export * as _IdentityTransformation from './identity.transformation';
525
537
  export * from './impact';
526
- export * as _ImpactTransformation from './impact.transformation';
527
538
  export * from './impact-analysis';
528
539
  export * as _ImpactAnalysisTransformation from './impact-analysis.transformation';
529
540
  export * from './impact-impact-type';
530
541
  export * as _ImpactImpactTypeTransformation from './impact-impact-type.transformation';
542
+ export * as _ImpactTransformation from './impact.transformation';
531
543
  export * from './ingest-body';
532
544
  export * as _IngestBodyTransformation from './ingest-body.transformation';
533
545
  export * from './insert-position';
@@ -537,9 +549,9 @@ export * as _InvalidLineTransformation from './invalid-line.transformation';
537
549
  export * from './invocation';
538
550
  export * as _InvocationTransformation from './invocation.transformation';
539
551
  export * from './item';
540
- export * as _ItemTransformation from './item.transformation';
541
552
  export * from './item-metadata';
542
553
  export * as _ItemMetadataTransformation from './item-metadata.transformation';
554
+ export * as _ItemTransformation from './item.transformation';
543
555
  export * from './json-node';
544
556
  export * as _JsonNodeTransformation from './json-node.transformation';
545
557
  export * from './linked-problem';
@@ -547,7 +559,6 @@ export * as _LinkedProblemTransformation from './linked-problem.transformation';
547
559
  export * from './list-credentials-query-type';
548
560
  export * as _ListCredentialsQueryTypeTransformation from './list-credentials-query-type.transformation';
549
561
  export * from './location-collection-element';
550
- export * as _LocationCollectionElementTransformation from './location-collection-element.transformation';
551
562
  export * from './location-collection-element-cloud-platform';
552
563
  export * as _LocationCollectionElementCloudPlatformTransformation from './location-collection-element-cloud-platform.transformation';
553
564
  export * from './location-collection-element-stage';
@@ -556,6 +567,7 @@ export * from './location-collection-element-status';
556
567
  export * as _LocationCollectionElementStatusTransformation from './location-collection-element-status.transformation';
557
568
  export * from './location-collection-element-type';
558
569
  export * as _LocationCollectionElementTypeTransformation from './location-collection-element-type.transformation';
570
+ export * as _LocationCollectionElementTransformation from './location-collection-element.transformation';
559
571
  export * from './location-execution-results';
560
572
  export * as _LocationExecutionResultsTransformation from './location-execution-results.transformation';
561
573
  export * from './log-message-json';
@@ -563,31 +575,30 @@ export * as _LogMessageJsonTransformation from './log-message-json.transformatio
563
575
  export * from './log-message-plain';
564
576
  export * as _LogMessagePlainTransformation from './log-message-plain.transformation';
565
577
  export * from './log-record';
566
- export * as _LogRecordTransformation from './log-record.transformation';
567
578
  export * from './log-record-additional-columns';
568
579
  export * as _LogRecordAdditionalColumnsTransformation from './log-record-additional-columns.transformation';
569
580
  export * from './log-record-event-type';
570
581
  export * as _LogRecordEventTypeTransformation from './log-record-event-type.transformation';
571
582
  export * from './log-record-status';
572
583
  export * as _LogRecordStatusTransformation from './log-record-status.transformation';
584
+ export * as _LogRecordTransformation from './log-record.transformation';
573
585
  export * from './log-records-list';
574
586
  export * as _LogRecordsListTransformation from './log-records-list.transformation';
575
- export * from './me-tag';
576
- export * as _METagTransformation from './me-tag.transformation';
577
587
  export * from './maintenance-window-evidence';
578
588
  export * as _MaintenanceWindowEvidenceTransformation from './maintenance-window-evidence.transformation';
579
589
  export * from './management-zone';
580
- export * as _ManagementZoneTransformation from './management-zone.transformation';
581
590
  export * from './management-zone-details';
582
591
  export * as _ManagementZoneDetailsTransformation from './management-zone-details.transformation';
592
+ export * as _ManagementZoneTransformation from './management-zone.transformation';
593
+ export * from './me-tag';
594
+ export * as _METagTransformation from './me-tag.transformation';
583
595
  export * from './metric-data';
584
596
  export * as _MetricDataTransformation from './metric-data.transformation';
585
597
  export * from './metric-default-aggregation';
586
- export * as _MetricDefaultAggregationTransformation from './metric-default-aggregation.transformation';
587
598
  export * from './metric-default-aggregation-type';
588
599
  export * as _MetricDefaultAggregationTypeTransformation from './metric-default-aggregation-type.transformation';
600
+ export * as _MetricDefaultAggregationTransformation from './metric-default-aggregation.transformation';
589
601
  export * from './metric-descriptor';
590
- export * as _MetricDescriptorTransformation from './metric-descriptor.transformation';
591
602
  export * from './metric-descriptor-aggregation-types-item';
592
603
  export * as _MetricDescriptorAggregationTypesItemTransformation from './metric-descriptor-aggregation-types-item.transformation';
593
604
  export * from './metric-descriptor-collection';
@@ -596,12 +607,13 @@ export * from './metric-descriptor-transformations-item';
596
607
  export * as _MetricDescriptorTransformationsItemTransformation from './metric-descriptor-transformations-item.transformation';
597
608
  export * from './metric-descriptor-unit-display-format';
598
609
  export * as _MetricDescriptorUnitDisplayFormatTransformation from './metric-descriptor-unit-display-format.transformation';
610
+ export * as _MetricDescriptorTransformation from './metric-descriptor.transformation';
599
611
  export * from './metric-dimension-cardinality';
600
612
  export * as _MetricDimensionCardinalityTransformation from './metric-dimension-cardinality.transformation';
601
613
  export * from './metric-dimension-definition';
602
- export * as _MetricDimensionDefinitionTransformation from './metric-dimension-definition.transformation';
603
614
  export * from './metric-dimension-definition-type';
604
615
  export * as _MetricDimensionDefinitionTypeTransformation from './metric-dimension-definition-type.transformation';
616
+ export * as _MetricDimensionDefinitionTransformation from './metric-dimension-definition.transformation';
605
617
  export * from './metric-dto';
606
618
  export * as _MetricDtoTransformation from './metric-dto.transformation';
607
619
  export * from './metric-evidence';
@@ -611,27 +623,27 @@ export * as _MetricIngestErrorTransformation from './metric-ingest-error.transfo
611
623
  export * from './metric-metadata-dto';
612
624
  export * as _MetricMetadataDtoTransformation from './metric-metadata-dto.transformation';
613
625
  export * from './metric-query-dql-translation';
614
- export * as _MetricQueryDQLTranslationTransformation from './metric-query-dql-translation.transformation';
615
626
  export * from './metric-query-dql-translation-status';
616
627
  export * as _MetricQueryDQLTranslationStatusTransformation from './metric-query-dql-translation-status.transformation';
628
+ export * as _MetricQueryDQLTranslationTransformation from './metric-query-dql-translation.transformation';
617
629
  export * from './metric-series';
618
- export * as _MetricSeriesTransformation from './metric-series.transformation';
619
630
  export * from './metric-series-collection';
620
631
  export * as _MetricSeriesCollectionTransformation from './metric-series-collection.transformation';
621
632
  export * from './metric-series-dimension-map';
622
633
  export * as _MetricSeriesDimensionMapTransformation from './metric-series-dimension-map.transformation';
634
+ export * as _MetricSeriesTransformation from './metric-series.transformation';
623
635
  export * from './metric-value-type';
624
- export * as _MetricValueTypeTransformation from './metric-value-type.transformation';
625
636
  export * from './metric-value-type-type';
626
637
  export * as _MetricValueTypeTypeTransformation from './metric-value-type-type.transformation';
638
+ export * as _MetricValueTypeTransformation from './metric-value-type.transformation';
627
639
  export * from './minimal-extension';
628
640
  export * as _MinimalExtensionTransformation from './minimal-extension.transformation';
629
641
  export * from './mobile-impact';
630
642
  export * as _MobileImpactTransformation from './mobile-impact.transformation';
631
643
  export * from './modification';
632
- export * as _ModificationTransformation from './modification.transformation';
633
644
  export * from './modification-info';
634
645
  export * as _ModificationInfoTransformation from './modification-info.transformation';
646
+ export * as _ModificationTransformation from './modification.transformation';
635
647
  export * from './monitor-entity-id-dto';
636
648
  export * as _MonitorEntityIdDtoTransformation from './monitor-entity-id-dto.transformation';
637
649
  export * from './monitor-execution-results';
@@ -643,11 +655,11 @@ export * as _MonitorRequestHeaderTransformation from './monitor-request-header.t
643
655
  export * from './monitored-entity-state-param';
644
656
  export * as _MonitoredEntityStateParamTransformation from './monitored-entity-state-param.transformation';
645
657
  export * from './monitored-entity-states';
646
- export * as _MonitoredEntityStatesTransformation from './monitored-entity-states.transformation';
647
658
  export * from './monitored-entity-states-severity';
648
659
  export * as _MonitoredEntityStatesSeverityTransformation from './monitored-entity-states-severity.transformation';
649
660
  export * from './monitored-entity-states-state';
650
661
  export * as _MonitoredEntityStatesStateTransformation from './monitored-entity-states-state.transformation';
662
+ export * as _MonitoredEntityStatesTransformation from './monitored-entity-states.transformation';
651
663
  export * from './monitored-states';
652
664
  export * as _MonitoredStatesTransformation from './monitored-states.transformation';
653
665
  export * from './monitoring-configuration-dto';
@@ -657,11 +669,10 @@ export * as _MonitoringConfigurationResponseTransformation from './monitoring-co
657
669
  export * from './monitoring-configuration-update-dto';
658
670
  export * as _MonitoringConfigurationUpdateDtoTransformation from './monitoring-configuration-update-dto.transformation';
659
671
  export * from './mute-state';
660
- export * as _MuteStateTransformation from './mute-state.transformation';
661
672
  export * from './mute-state-reason';
662
673
  export * as _MuteStateReasonTransformation from './mute-state-reason.transformation';
674
+ export * as _MuteStateTransformation from './mute-state.transformation';
663
675
  export * from './network-zone';
664
- export * as _NetworkZoneTransformation from './network-zone.transformation';
665
676
  export * from './network-zone-connection-statistics';
666
677
  export * as _NetworkZoneConnectionStatisticsTransformation from './network-zone-connection-statistics.transformation';
667
678
  export * from './network-zone-fallback-mode';
@@ -670,10 +681,11 @@ export * from './network-zone-list';
670
681
  export * as _NetworkZoneListTransformation from './network-zone-list.transformation';
671
682
  export * from './network-zone-settings';
672
683
  export * as _NetworkZoneSettingsTransformation from './network-zone-settings.transformation';
684
+ export * as _NetworkZoneTransformation from './network-zone.transformation';
673
685
  export * from './node';
674
- export * as _NodeTransformation from './node.transformation';
675
686
  export * from './node-collection-element';
676
687
  export * as _NodeCollectionElementTransformation from './node-collection-element.transformation';
688
+ export * as _NodeTransformation from './node.transformation';
677
689
  export * from './nodes';
678
690
  export * as _NodesTransformation from './nodes.transformation';
679
691
  export * from './object-node';
@@ -683,13 +695,20 @@ export * as _ObjectsListTransformation from './objects-list.transformation';
683
695
  export * from './permission-context';
684
696
  export * as _PermissionContextTransformation from './permission-context.transformation';
685
697
  export * from './precondition';
686
- export * as _PreconditionTransformation from './precondition.transformation';
687
698
  export * from './precondition-type';
688
699
  export * as _PreconditionTypeTransformation from './precondition-type.transformation';
700
+ export * as _PreconditionTransformation from './precondition.transformation';
689
701
  export * from './private-synthetic-location';
702
+ export * from './private-synthetic-location-deployment-type';
703
+ export * as _PrivateSyntheticLocationDeploymentTypeTransformation from './private-synthetic-location-deployment-type.transformation';
704
+ export * from './private-synthetic-location-node-names';
705
+ export * as _PrivateSyntheticLocationNodeNamesTransformation from './private-synthetic-location-node-names.transformation';
706
+ export * from './private-synthetic-location-status';
707
+ export * as _PrivateSyntheticLocationStatusTransformation from './private-synthetic-location-status.transformation';
708
+ export * from './private-synthetic-location-type';
709
+ export * as _PrivateSyntheticLocationTypeTransformation from './private-synthetic-location-type.transformation';
690
710
  export * as _PrivateSyntheticLocationTransformation from './private-synthetic-location.transformation';
691
711
  export * from './problem';
692
- export * as _ProblemTransformation from './problem.transformation';
693
712
  export * from './problem-close-request-dto-impl';
694
713
  export * as _ProblemCloseRequestDtoImplTransformation from './problem-close-request-dto-impl.transformation';
695
714
  export * from './problem-close-result';
@@ -700,16 +719,17 @@ export * from './problem-severity-level';
700
719
  export * as _ProblemSeverityLevelTransformation from './problem-severity-level.transformation';
701
720
  export * from './problem-status';
702
721
  export * as _ProblemStatusTransformation from './problem-status.transformation';
722
+ export * as _ProblemTransformation from './problem.transformation';
703
723
  export * from './problems';
704
724
  export * as _ProblemsTransformation from './problems.transformation';
705
725
  export * from './process-group-vulnerable-functions';
706
726
  export * as _ProcessGroupVulnerableFunctionsTransformation from './process-group-vulnerable-functions.transformation';
707
727
  export * from './property-definition';
708
- export * as _PropertyDefinitionTransformation from './property-definition.transformation';
709
728
  export * from './property-definition-metadata';
710
729
  export * as _PropertyDefinitionMetadataTransformation from './property-definition-metadata.transformation';
711
730
  export * from './property-definition-modification-policy';
712
731
  export * as _PropertyDefinitionModificationPolicyTransformation from './property-definition-modification-policy.transformation';
732
+ export * as _PropertyDefinitionTransformation from './property-definition.transformation';
713
733
  export * from './protocol-details';
714
734
  export * as _ProtocolDetailsTransformation from './protocol-details.transformation';
715
735
  export * from './public-certificate-credentials';
@@ -731,17 +751,16 @@ export * as _RelatedEntitiesListTransformation from './related-entities-list.tra
731
751
  export * from './related-entity';
732
752
  export * as _RelatedEntityTransformation from './related-entity.transformation';
733
753
  export * from './related-service';
734
- export * as _RelatedServiceTransformation from './related-service.transformation';
735
754
  export * from './related-service-exposure';
736
755
  export * as _RelatedServiceExposureTransformation from './related-service-exposure.transformation';
756
+ export * as _RelatedServiceTransformation from './related-service.transformation';
737
757
  export * from './release';
738
- export * as _ReleaseTransformation from './release.transformation';
739
758
  export * from './release-instance';
740
759
  export * as _ReleaseInstanceTransformation from './release-instance.transformation';
760
+ export * as _ReleaseTransformation from './release.transformation';
741
761
  export * from './releases';
742
762
  export * as _ReleasesTransformation from './releases.transformation';
743
763
  export * from './remediation-assessment';
744
- export * as _RemediationAssessmentTransformation from './remediation-assessment.transformation';
745
764
  export * from './remediation-assessment-assessment-accuracy';
746
765
  export * as _RemediationAssessmentAssessmentAccuracyTransformation from './remediation-assessment-assessment-accuracy.transformation';
747
766
  export * from './remediation-assessment-data-assets';
@@ -750,92 +769,93 @@ export * from './remediation-assessment-exposure';
750
769
  export * as _RemediationAssessmentExposureTransformation from './remediation-assessment-exposure.transformation';
751
770
  export * from './remediation-assessment-vulnerable-function-usage';
752
771
  export * as _RemediationAssessmentVulnerableFunctionUsageTransformation from './remediation-assessment-vulnerable-function-usage.transformation';
772
+ export * as _RemediationAssessmentTransformation from './remediation-assessment.transformation';
753
773
  export * from './remediation-details-item';
754
- export * as _RemediationDetailsItemTransformation from './remediation-details-item.transformation';
755
774
  export * from './remediation-details-item-vulnerability-state';
756
775
  export * as _RemediationDetailsItemVulnerabilityStateTransformation from './remediation-details-item-vulnerability-state.transformation';
776
+ export * as _RemediationDetailsItemTransformation from './remediation-details-item.transformation';
757
777
  export * from './remediation-item';
758
- export * as _RemediationItemTransformation from './remediation-item.transformation';
759
778
  export * from './remediation-item-details-vulnerable-component';
760
779
  export * as _RemediationItemDetailsVulnerableComponentTransformation from './remediation-item-details-vulnerable-component.transformation';
761
780
  export * from './remediation-item-list';
762
781
  export * as _RemediationItemListTransformation from './remediation-item-list.transformation';
763
782
  export * from './remediation-item-mute-state';
764
- export * as _RemediationItemMuteStateTransformation from './remediation-item-mute-state.transformation';
765
783
  export * from './remediation-item-mute-state-change';
766
- export * as _RemediationItemMuteStateChangeTransformation from './remediation-item-mute-state-change.transformation';
767
784
  export * from './remediation-item-mute-state-change-reason';
768
785
  export * as _RemediationItemMuteStateChangeReasonTransformation from './remediation-item-mute-state-change-reason.transformation';
786
+ export * as _RemediationItemMuteStateChangeTransformation from './remediation-item-mute-state-change.transformation';
769
787
  export * from './remediation-item-mute-state-reason';
770
788
  export * as _RemediationItemMuteStateReasonTransformation from './remediation-item-mute-state-reason.transformation';
789
+ export * as _RemediationItemMuteStateTransformation from './remediation-item-mute-state.transformation';
771
790
  export * from './remediation-item-muting-summary';
772
- export * as _RemediationItemMutingSummaryTransformation from './remediation-item-muting-summary.transformation';
773
791
  export * from './remediation-item-muting-summary-reason';
774
792
  export * as _RemediationItemMutingSummaryReasonTransformation from './remediation-item-muting-summary-reason.transformation';
793
+ export * as _RemediationItemMutingSummaryTransformation from './remediation-item-muting-summary.transformation';
775
794
  export * from './remediation-item-vulnerability-state';
776
795
  export * as _RemediationItemVulnerabilityStateTransformation from './remediation-item-vulnerability-state.transformation';
796
+ export * as _RemediationItemTransformation from './remediation-item.transformation';
777
797
  export * from './remediation-items-bulk-mute';
778
- export * as _RemediationItemsBulkMuteTransformation from './remediation-items-bulk-mute.transformation';
779
798
  export * from './remediation-items-bulk-mute-reason';
780
799
  export * as _RemediationItemsBulkMuteReasonTransformation from './remediation-items-bulk-mute-reason.transformation';
781
800
  export * from './remediation-items-bulk-mute-response';
782
801
  export * as _RemediationItemsBulkMuteResponseTransformation from './remediation-items-bulk-mute-response.transformation';
802
+ export * as _RemediationItemsBulkMuteTransformation from './remediation-items-bulk-mute.transformation';
783
803
  export * from './remediation-items-bulk-unmute';
784
- export * as _RemediationItemsBulkUnmuteTransformation from './remediation-items-bulk-unmute.transformation';
785
804
  export * from './remediation-items-bulk-unmute-reason';
786
805
  export * as _RemediationItemsBulkUnmuteReasonTransformation from './remediation-items-bulk-unmute-reason.transformation';
787
806
  export * from './remediation-items-bulk-unmute-response';
788
807
  export * as _RemediationItemsBulkUnmuteResponseTransformation from './remediation-items-bulk-unmute-response.transformation';
808
+ export * as _RemediationItemsBulkUnmuteTransformation from './remediation-items-bulk-unmute.transformation';
789
809
  export * from './remediation-items-bulk-update-delete-dto';
790
- export * as _RemediationItemsBulkUpdateDeleteDtoTransformation from './remediation-items-bulk-update-delete-dto.transformation';
791
810
  export * from './remediation-items-bulk-update-delete-dto-updates';
792
811
  export * as _RemediationItemsBulkUpdateDeleteDtoUpdatesTransformation from './remediation-items-bulk-update-delete-dto-updates.transformation';
812
+ export * as _RemediationItemsBulkUpdateDeleteDtoTransformation from './remediation-items-bulk-update-delete-dto.transformation';
793
813
  export * from './remediation-progress';
794
- export * as _RemediationProgressTransformation from './remediation-progress.transformation';
795
814
  export * from './remediation-progress-entity';
796
- export * as _RemediationProgressEntityTransformation from './remediation-progress-entity.transformation';
797
815
  export * from './remediation-progress-entity-assessment';
798
- export * as _RemediationProgressEntityAssessmentTransformation from './remediation-progress-entity-assessment.transformation';
799
816
  export * from './remediation-progress-entity-assessment-vulnerable-function-usage';
800
817
  export * as _RemediationProgressEntityAssessmentVulnerableFunctionUsageTransformation from './remediation-progress-entity-assessment-vulnerable-function-usage.transformation';
818
+ export * as _RemediationProgressEntityAssessmentTransformation from './remediation-progress-entity-assessment.transformation';
801
819
  export * from './remediation-progress-entity-list';
802
820
  export * as _RemediationProgressEntityListTransformation from './remediation-progress-entity-list.transformation';
803
821
  export * from './remediation-progress-entity-state';
804
822
  export * as _RemediationProgressEntityStateTransformation from './remediation-progress-entity-state.transformation';
823
+ export * as _RemediationProgressEntityTransformation from './remediation-progress-entity.transformation';
805
824
  export * from './remediation-progress-vulnerable-component';
806
825
  export * as _RemediationProgressVulnerableComponentTransformation from './remediation-progress-vulnerable-component.transformation';
826
+ export * as _RemediationProgressTransformation from './remediation-progress.transformation';
827
+ export * from './remove-permission-path-accessor-type';
828
+ export * as _RemovePermissionPathAccessorTypeTransformation from './remove-permission-path-accessor-type.transformation';
807
829
  export * from './request-information';
808
830
  export * as _RequestInformationTransformation from './request-information.transformation';
809
831
  export * from './resolution-request';
810
832
  export * as _ResolutionRequestTransformation from './resolution-request.transformation';
811
833
  export * from './resource-context';
812
- export * as _ResourceContextTransformation from './resource-context.transformation';
813
834
  export * from './resource-context-operations-item';
814
835
  export * as _ResourceContextOperationsItemTransformation from './resource-context-operations-item.transformation';
836
+ export * as _ResourceContextTransformation from './resource-context.transformation';
815
837
  export * from './revision-diff';
816
- export * as _RevisionDiffTransformation from './revision-diff.transformation';
817
838
  export * from './revision-diff-page';
818
839
  export * as _RevisionDiffPageTransformation from './revision-diff-page.transformation';
819
840
  export * from './revision-diff-type';
820
841
  export * as _RevisionDiffTypeTransformation from './revision-diff-type.transformation';
842
+ export * as _RevisionDiffTransformation from './revision-diff.transformation';
821
843
  export * from './risk-assessment';
822
- export * as _RiskAssessmentTransformation from './risk-assessment.transformation';
823
844
  export * from './risk-assessment-assessment-accuracy';
824
845
  export * as _RiskAssessmentAssessmentAccuracyTransformation from './risk-assessment-assessment-accuracy.transformation';
825
846
  export * from './risk-assessment-base-risk-level';
826
847
  export * as _RiskAssessmentBaseRiskLevelTransformation from './risk-assessment-base-risk-level.transformation';
827
848
  export * from './risk-assessment-changes';
828
- export * as _RiskAssessmentChangesTransformation from './risk-assessment-changes.transformation';
829
849
  export * from './risk-assessment-changes-previous-exposure';
830
850
  export * as _RiskAssessmentChangesPreviousExposureTransformation from './risk-assessment-changes-previous-exposure.transformation';
831
851
  export * from './risk-assessment-changes-previous-public-exploit';
832
852
  export * as _RiskAssessmentChangesPreviousPublicExploitTransformation from './risk-assessment-changes-previous-public-exploit.transformation';
833
853
  export * from './risk-assessment-changes-previous-vulnerable-function-usage';
834
854
  export * as _RiskAssessmentChangesPreviousVulnerableFunctionUsageTransformation from './risk-assessment-changes-previous-vulnerable-function-usage.transformation';
855
+ export * as _RiskAssessmentChangesTransformation from './risk-assessment-changes.transformation';
835
856
  export * from './risk-assessment-data-assets';
836
857
  export * as _RiskAssessmentDataAssetsTransformation from './risk-assessment-data-assets.transformation';
837
858
  export * from './risk-assessment-details';
838
- export * as _RiskAssessmentDetailsTransformation from './risk-assessment-details.transformation';
839
859
  export * from './risk-assessment-details-assessment-accuracy';
840
860
  export * as _RiskAssessmentDetailsAssessmentAccuracyTransformation from './risk-assessment-details-assessment-accuracy.transformation';
841
861
  export * from './risk-assessment-details-base-risk-level';
@@ -850,6 +870,7 @@ export * from './risk-assessment-details-risk-level';
850
870
  export * as _RiskAssessmentDetailsRiskLevelTransformation from './risk-assessment-details-risk-level.transformation';
851
871
  export * from './risk-assessment-details-vulnerable-function-usage';
852
872
  export * as _RiskAssessmentDetailsVulnerableFunctionUsageTransformation from './risk-assessment-details-vulnerable-function-usage.transformation';
873
+ export * as _RiskAssessmentDetailsTransformation from './risk-assessment-details.transformation';
853
874
  export * from './risk-assessment-exposure';
854
875
  export * as _RiskAssessmentExposureTransformation from './risk-assessment-exposure.transformation';
855
876
  export * from './risk-assessment-public-exploit';
@@ -857,7 +878,6 @@ export * as _RiskAssessmentPublicExploitTransformation from './risk-assessment-p
857
878
  export * from './risk-assessment-risk-level';
858
879
  export * as _RiskAssessmentRiskLevelTransformation from './risk-assessment-risk-level.transformation';
859
880
  export * from './risk-assessment-snapshot';
860
- export * as _RiskAssessmentSnapshotTransformation from './risk-assessment-snapshot.transformation';
861
881
  export * from './risk-assessment-snapshot-exposure';
862
882
  export * as _RiskAssessmentSnapshotExposureTransformation from './risk-assessment-snapshot-exposure.transformation';
863
883
  export * from './risk-assessment-snapshot-public-exploit';
@@ -866,28 +886,19 @@ export * from './risk-assessment-snapshot-risk-level';
866
886
  export * as _RiskAssessmentSnapshotRiskLevelTransformation from './risk-assessment-snapshot-risk-level.transformation';
867
887
  export * from './risk-assessment-snapshot-vulnerable-function-usage';
868
888
  export * as _RiskAssessmentSnapshotVulnerableFunctionUsageTransformation from './risk-assessment-snapshot-vulnerable-function-usage.transformation';
889
+ export * as _RiskAssessmentSnapshotTransformation from './risk-assessment-snapshot.transformation';
869
890
  export * from './risk-assessment-vulnerable-function-usage';
870
891
  export * as _RiskAssessmentVulnerableFunctionUsageTransformation from './risk-assessment-vulnerable-function-usage.transformation';
892
+ export * as _RiskAssessmentTransformation from './risk-assessment.transformation';
871
893
  export * from './rollup';
872
- export * as _RollupTransformation from './rollup.transformation';
873
894
  export * from './rollup-type';
874
895
  export * as _RollupTypeTransformation from './rollup-type.transformation';
875
- export * from './slo';
876
- export * as _SLOTransformation from './slo.transformation';
877
- export * from './slo-evaluation-type';
878
- export * as _SLOEvaluationTypeTransformation from './slo-evaluation-type.transformation';
879
- export * from './slo-status';
880
- export * as _SLOStatusTransformation from './slo-status.transformation';
881
- export * from './sl-os';
882
- export * as _SLOsTransformation from './sl-os.transformation';
883
- export * from './snmpv3-credentials';
884
- export * as _SNMPV3CredentialsTransformation from './snmpv3-credentials.transformation';
896
+ export * as _RollupTransformation from './rollup.transformation';
885
897
  export * from './schema-constraint-rest-dto';
886
- export * as _SchemaConstraintRestDtoTransformation from './schema-constraint-rest-dto.transformation';
887
898
  export * from './schema-constraint-rest-dto-type';
888
899
  export * as _SchemaConstraintRestDtoTypeTransformation from './schema-constraint-rest-dto-type.transformation';
900
+ export * as _SchemaConstraintRestDtoTransformation from './schema-constraint-rest-dto.transformation';
889
901
  export * from './schema-definition-rest-dto';
890
- export * as _SchemaDefinitionRestDtoTransformation from './schema-definition-rest-dto.transformation';
891
902
  export * from './schema-definition-rest-dto-enums';
892
903
  export * as _SchemaDefinitionRestDtoEnumsTransformation from './schema-definition-rest-dto-enums.transformation';
893
904
  export * from './schema-definition-rest-dto-metadata';
@@ -898,6 +909,7 @@ export * from './schema-definition-rest-dto-table-columns';
898
909
  export * as _SchemaDefinitionRestDtoTableColumnsTransformation from './schema-definition-rest-dto-table-columns.transformation';
899
910
  export * from './schema-definition-rest-dto-types';
900
911
  export * as _SchemaDefinitionRestDtoTypesTransformation from './schema-definition-rest-dto-types.transformation';
912
+ export * as _SchemaDefinitionRestDtoTransformation from './schema-definition-rest-dto.transformation';
901
913
  export * from './schema-files';
902
914
  export * as _SchemaFilesTransformation from './schema-files.transformation';
903
915
  export * from './schema-list';
@@ -905,11 +917,11 @@ export * as _SchemaListTransformation from './schema-list.transformation';
905
917
  export * from './schema-stub';
906
918
  export * as _SchemaStubTransformation from './schema-stub.transformation';
907
919
  export * from './schema-type';
908
- export * as _SchemaTypeTransformation from './schema-type.transformation';
909
920
  export * from './schema-type-properties';
910
921
  export * as _SchemaTypePropertiesTransformation from './schema-type-properties.transformation';
911
922
  export * from './schema-type-type';
912
923
  export * as _SchemaTypeTypeTransformation from './schema-type-type.transformation';
924
+ export * as _SchemaTypeTransformation from './schema-type.transformation';
913
925
  export * from './schemas-list';
914
926
  export * as _SchemasListTransformation from './schemas-list.transformation';
915
927
  export * from './security-context-dto-impl';
@@ -917,57 +929,56 @@ export * as _SecurityContextDtoImplTransformation from './security-context-dto-i
917
929
  export * from './security-context-result-dto';
918
930
  export * as _SecurityContextResultDtoTransformation from './security-context-result-dto.transformation';
919
931
  export * from './security-problem';
920
- export * as _SecurityProblemTransformation from './security-problem.transformation';
921
932
  export * from './security-problem-bulk-muting-summary';
922
- export * as _SecurityProblemBulkMutingSummaryTransformation from './security-problem-bulk-muting-summary.transformation';
923
933
  export * from './security-problem-bulk-muting-summary-reason';
924
934
  export * as _SecurityProblemBulkMutingSummaryReasonTransformation from './security-problem-bulk-muting-summary-reason.transformation';
935
+ export * as _SecurityProblemBulkMutingSummaryTransformation from './security-problem-bulk-muting-summary.transformation';
925
936
  export * from './security-problem-details';
926
- export * as _SecurityProblemDetailsTransformation from './security-problem-details.transformation';
927
937
  export * from './security-problem-details-status';
928
938
  export * as _SecurityProblemDetailsStatusTransformation from './security-problem-details-status.transformation';
929
939
  export * from './security-problem-details-technology';
930
940
  export * as _SecurityProblemDetailsTechnologyTransformation from './security-problem-details-technology.transformation';
931
941
  export * from './security-problem-details-vulnerability-type';
932
942
  export * as _SecurityProblemDetailsVulnerabilityTypeTransformation from './security-problem-details-vulnerability-type.transformation';
943
+ export * as _SecurityProblemDetailsTransformation from './security-problem-details.transformation';
933
944
  export * from './security-problem-event';
934
- export * as _SecurityProblemEventTransformation from './security-problem-event.transformation';
935
945
  export * from './security-problem-event-reason';
936
946
  export * as _SecurityProblemEventReasonTransformation from './security-problem-event-reason.transformation';
947
+ export * as _SecurityProblemEventTransformation from './security-problem-event.transformation';
937
948
  export * from './security-problem-events-list';
938
949
  export * as _SecurityProblemEventsListTransformation from './security-problem-events-list.transformation';
939
950
  export * from './security-problem-list';
940
951
  export * as _SecurityProblemListTransformation from './security-problem-list.transformation';
941
952
  export * from './security-problem-mute';
942
- export * as _SecurityProblemMuteTransformation from './security-problem-mute.transformation';
943
953
  export * from './security-problem-mute-reason';
944
954
  export * as _SecurityProblemMuteReasonTransformation from './security-problem-mute-reason.transformation';
955
+ export * as _SecurityProblemMuteTransformation from './security-problem-mute.transformation';
945
956
  export * from './security-problem-status';
946
957
  export * as _SecurityProblemStatusTransformation from './security-problem-status.transformation';
947
958
  export * from './security-problem-technology';
948
959
  export * as _SecurityProblemTechnologyTransformation from './security-problem-technology.transformation';
949
960
  export * from './security-problem-unmute';
950
- export * as _SecurityProblemUnmuteTransformation from './security-problem-unmute.transformation';
951
961
  export * from './security-problem-unmute-reason';
952
962
  export * as _SecurityProblemUnmuteReasonTransformation from './security-problem-unmute-reason.transformation';
963
+ export * as _SecurityProblemUnmuteTransformation from './security-problem-unmute.transformation';
953
964
  export * from './security-problem-vulnerability-type';
954
965
  export * as _SecurityProblemVulnerabilityTypeTransformation from './security-problem-vulnerability-type.transformation';
966
+ export * as _SecurityProblemTransformation from './security-problem.transformation';
955
967
  export * from './security-problems-bulk-mute';
956
- export * as _SecurityProblemsBulkMuteTransformation from './security-problems-bulk-mute.transformation';
957
968
  export * from './security-problems-bulk-mute-reason';
958
969
  export * as _SecurityProblemsBulkMuteReasonTransformation from './security-problems-bulk-mute-reason.transformation';
959
970
  export * from './security-problems-bulk-mute-response';
960
971
  export * as _SecurityProblemsBulkMuteResponseTransformation from './security-problems-bulk-mute-response.transformation';
972
+ export * as _SecurityProblemsBulkMuteTransformation from './security-problems-bulk-mute.transformation';
961
973
  export * from './security-problems-bulk-unmute';
962
- export * as _SecurityProblemsBulkUnmuteTransformation from './security-problems-bulk-unmute.transformation';
963
974
  export * from './security-problems-bulk-unmute-reason';
964
975
  export * as _SecurityProblemsBulkUnmuteReasonTransformation from './security-problems-bulk-unmute-reason.transformation';
965
976
  export * from './security-problems-bulk-unmute-response';
966
977
  export * as _SecurityProblemsBulkUnmuteResponseTransformation from './security-problems-bulk-unmute-response.transformation';
978
+ export * as _SecurityProblemsBulkUnmuteTransformation from './security-problems-bulk-unmute.transformation';
967
979
  export * from './service-impact';
968
980
  export * as _ServiceImpactTransformation from './service-impact.transformation';
969
981
  export * from './settings-object';
970
- export * as _SettingsObjectTransformation from './settings-object.transformation';
971
982
  export * from './settings-object-by-object-id-response';
972
983
  export * as _SettingsObjectByObjectIdResponseTransformation from './settings-object-by-object-id-response.transformation';
973
984
  export * from './settings-object-create';
@@ -976,30 +987,40 @@ export * from './settings-object-response';
976
987
  export * as _SettingsObjectResponseTransformation from './settings-object-response.transformation';
977
988
  export * from './settings-object-update';
978
989
  export * as _SettingsObjectUpdateTransformation from './settings-object-update.transformation';
990
+ export * as _SettingsObjectTransformation from './settings-object.transformation';
979
991
  export * from './single-permission-request';
980
992
  export * as _SinglePermissionRequestTransformation from './single-permission-request.transformation';
993
+ export * from './sl-os';
994
+ export * as _SLOsTransformation from './sl-os.transformation';
995
+ export * from './slo';
981
996
  export * from './slo-burn-rate';
982
- export * as _SloBurnRateTransformation from './slo-burn-rate.transformation';
983
997
  export * from './slo-burn-rate-burn-rate-type';
984
998
  export * as _SloBurnRateBurnRateTypeTransformation from './slo-burn-rate-burn-rate-type.transformation';
985
999
  export * from './slo-burn-rate-config';
986
1000
  export * as _SloBurnRateConfigTransformation from './slo-burn-rate-config.transformation';
1001
+ export * as _SloBurnRateTransformation from './slo-burn-rate.transformation';
987
1002
  export * from './slo-config-item-dto-impl';
988
- export * as _SloConfigItemDtoImplTransformation from './slo-config-item-dto-impl.transformation';
989
1003
  export * from './slo-config-item-dto-impl-evaluation-type';
990
1004
  export * as _SloConfigItemDtoImplEvaluationTypeTransformation from './slo-config-item-dto-impl-evaluation-type.transformation';
1005
+ export * as _SloConfigItemDtoImplTransformation from './slo-config-item-dto-impl.transformation';
1006
+ export * from './slo-evaluation-type';
1007
+ export * as _SLOEvaluationTypeTransformation from './slo-evaluation-type.transformation';
1008
+ export * from './slo-status';
1009
+ export * as _SLOStatusTransformation from './slo-status.transformation';
1010
+ export * as _SLOTransformation from './slo.transformation';
1011
+ export * from './snmpv3-credentials';
1012
+ export * as _SNMPV3CredentialsTransformation from './snmpv3-credentials.transformation';
991
1013
  export * from './software-techs';
992
1014
  export * as _SoftwareTechsTransformation from './software-techs.transformation';
993
1015
  export * from './status-alert';
994
1016
  export * as _StatusAlertTransformation from './status-alert.transformation';
995
1017
  export * from './success';
996
- export * as _SuccessTransformation from './success.transformation';
997
1018
  export * from './success-envelope';
998
1019
  export * as _SuccessEnvelopeTransformation from './success-envelope.transformation';
1020
+ export * as _SuccessTransformation from './success.transformation';
999
1021
  export * from './synthetic-config-dto';
1000
1022
  export * as _SyntheticConfigDtoTransformation from './synthetic-config-dto.transformation';
1001
1023
  export * from './synthetic-location';
1002
- export * as _SyntheticLocationTransformation from './synthetic-location.transformation';
1003
1024
  export * from './synthetic-location-ids-dto';
1004
1025
  export * as _SyntheticLocationIdsDtoTransformation from './synthetic-location-ids-dto.transformation';
1005
1026
  export * from './synthetic-location-status';
@@ -1007,9 +1028,10 @@ export * as _SyntheticLocationStatusTransformation from './synthetic-location-st
1007
1028
  export * from './synthetic-location-type';
1008
1029
  export * as _SyntheticLocationTypeTransformation from './synthetic-location-type.transformation';
1009
1030
  export * from './synthetic-location-update';
1010
- export * as _SyntheticLocationUpdateTransformation from './synthetic-location-update.transformation';
1011
1031
  export * from './synthetic-location-update-type';
1012
1032
  export * as _SyntheticLocationUpdateTypeTransformation from './synthetic-location-update-type.transformation';
1033
+ export * as _SyntheticLocationUpdateTransformation from './synthetic-location-update.transformation';
1034
+ export * as _SyntheticLocationTransformation from './synthetic-location.transformation';
1013
1035
  export * from './synthetic-locations';
1014
1036
  export * as _SyntheticLocationsTransformation from './synthetic-locations.transformation';
1015
1037
  export * from './synthetic-monitor-list-dto';
@@ -1017,43 +1039,42 @@ export * as _SyntheticMonitorListDtoTransformation from './synthetic-monitor-lis
1017
1039
  export * from './synthetic-monitor-outage-handling-settings-dto';
1018
1040
  export * as _SyntheticMonitorOutageHandlingSettingsDtoTransformation from './synthetic-monitor-outage-handling-settings-dto.transformation';
1019
1041
  export * from './synthetic-monitor-performance-threshold-dto';
1020
- export * as _SyntheticMonitorPerformanceThresholdDtoTransformation from './synthetic-monitor-performance-threshold-dto.transformation';
1021
1042
  export * from './synthetic-monitor-performance-threshold-dto-aggregation';
1022
1043
  export * as _SyntheticMonitorPerformanceThresholdDtoAggregationTransformation from './synthetic-monitor-performance-threshold-dto-aggregation.transformation';
1044
+ export * as _SyntheticMonitorPerformanceThresholdDtoTransformation from './synthetic-monitor-performance-threshold-dto.transformation';
1023
1045
  export * from './synthetic-monitor-performance-thresholds-dto';
1024
1046
  export * as _SyntheticMonitorPerformanceThresholdsDtoTransformation from './synthetic-monitor-performance-thresholds-dto.transformation';
1025
1047
  export * from './synthetic-monitor-summary-dto';
1026
- export * as _SyntheticMonitorSummaryDtoTransformation from './synthetic-monitor-summary-dto.transformation';
1027
1048
  export * from './synthetic-monitor-summary-dto-type';
1028
1049
  export * as _SyntheticMonitorSummaryDtoTypeTransformation from './synthetic-monitor-summary-dto-type.transformation';
1050
+ export * as _SyntheticMonitorSummaryDtoTransformation from './synthetic-monitor-summary-dto.transformation';
1029
1051
  export * from './synthetic-multi-protocol-monitor-constraint-dto';
1030
- export * as _SyntheticMultiProtocolMonitorConstraintDtoTransformation from './synthetic-multi-protocol-monitor-constraint-dto.transformation';
1031
1052
  export * from './synthetic-multi-protocol-monitor-constraint-dto-properties';
1032
1053
  export * as _SyntheticMultiProtocolMonitorConstraintDtoPropertiesTransformation from './synthetic-multi-protocol-monitor-constraint-dto-properties.transformation';
1054
+ export * as _SyntheticMultiProtocolMonitorConstraintDtoTransformation from './synthetic-multi-protocol-monitor-constraint-dto.transformation';
1033
1055
  export * from './synthetic-multi-protocol-monitor-dto';
1034
- export * as _SyntheticMultiProtocolMonitorDtoTransformation from './synthetic-multi-protocol-monitor-dto.transformation';
1035
1056
  export * from './synthetic-multi-protocol-monitor-dto-type';
1036
1057
  export * as _SyntheticMultiProtocolMonitorDtoTypeTransformation from './synthetic-multi-protocol-monitor-dto-type.transformation';
1058
+ export * as _SyntheticMultiProtocolMonitorDtoTransformation from './synthetic-multi-protocol-monitor-dto.transformation';
1037
1059
  export * from './synthetic-multi-protocol-monitor-step-dto';
1038
- export * as _SyntheticMultiProtocolMonitorStepDtoTransformation from './synthetic-multi-protocol-monitor-step-dto.transformation';
1039
1060
  export * from './synthetic-multi-protocol-monitor-step-dto-properties';
1040
1061
  export * as _SyntheticMultiProtocolMonitorStepDtoPropertiesTransformation from './synthetic-multi-protocol-monitor-step-dto-properties.transformation';
1041
1062
  export * from './synthetic-multi-protocol-monitor-step-dto-request-type';
1042
1063
  export * as _SyntheticMultiProtocolMonitorStepDtoRequestTypeTransformation from './synthetic-multi-protocol-monitor-step-dto-request-type.transformation';
1064
+ export * as _SyntheticMultiProtocolMonitorStepDtoTransformation from './synthetic-multi-protocol-monitor-step-dto.transformation';
1043
1065
  export * from './synthetic-multi-protocol-monitor-update-dto';
1044
- export * as _SyntheticMultiProtocolMonitorUpdateDtoTransformation from './synthetic-multi-protocol-monitor-update-dto.transformation';
1045
1066
  export * from './synthetic-multi-protocol-monitor-update-dto-type';
1046
1067
  export * as _SyntheticMultiProtocolMonitorUpdateDtoTypeTransformation from './synthetic-multi-protocol-monitor-update-dto-type.transformation';
1068
+ export * as _SyntheticMultiProtocolMonitorUpdateDtoTransformation from './synthetic-multi-protocol-monitor-update-dto.transformation';
1047
1069
  export * from './synthetic-multi-protocol-request-configuration-dto';
1048
1070
  export * as _SyntheticMultiProtocolRequestConfigurationDtoTransformation from './synthetic-multi-protocol-request-configuration-dto.transformation';
1049
1071
  export * from './synthetic-on-demand-batch-status';
1050
- export * as _SyntheticOnDemandBatchStatusTransformation from './synthetic-on-demand-batch-status.transformation';
1051
1072
  export * from './synthetic-on-demand-batch-status-batch-status';
1052
1073
  export * as _SyntheticOnDemandBatchStatusBatchStatusTransformation from './synthetic-on-demand-batch-status-batch-status.transformation';
1053
1074
  export * from './synthetic-on-demand-batch-status-metadata';
1054
1075
  export * as _SyntheticOnDemandBatchStatusMetadataTransformation from './synthetic-on-demand-batch-status-metadata.transformation';
1076
+ export * as _SyntheticOnDemandBatchStatusTransformation from './synthetic-on-demand-batch-status.transformation';
1055
1077
  export * from './synthetic-on-demand-execution';
1056
- export * as _SyntheticOnDemandExecutionTransformation from './synthetic-on-demand-execution.transformation';
1057
1078
  export * from './synthetic-on-demand-execution-execution-stage';
1058
1079
  export * as _SyntheticOnDemandExecutionExecutionStageTransformation from './synthetic-on-demand-execution-execution-stage.transformation';
1059
1080
  export * from './synthetic-on-demand-execution-metadata';
@@ -1061,29 +1082,30 @@ export * as _SyntheticOnDemandExecutionMetadataTransformation from './synthetic-
1061
1082
  export * from './synthetic-on-demand-execution-processing-mode';
1062
1083
  export * as _SyntheticOnDemandExecutionProcessingModeTransformation from './synthetic-on-demand-execution-processing-mode.transformation';
1063
1084
  export * from './synthetic-on-demand-execution-request';
1064
- export * as _SyntheticOnDemandExecutionRequestTransformation from './synthetic-on-demand-execution-request.transformation';
1065
1085
  export * from './synthetic-on-demand-execution-request-group';
1066
1086
  export * as _SyntheticOnDemandExecutionRequestGroupTransformation from './synthetic-on-demand-execution-request-group.transformation';
1067
1087
  export * from './synthetic-on-demand-execution-request-metadata';
1068
1088
  export * as _SyntheticOnDemandExecutionRequestMetadataTransformation from './synthetic-on-demand-execution-request-metadata.transformation';
1069
1089
  export * from './synthetic-on-demand-execution-request-monitor';
1070
- export * as _SyntheticOnDemandExecutionRequestMonitorTransformation from './synthetic-on-demand-execution-request-monitor.transformation';
1071
1090
  export * from './synthetic-on-demand-execution-request-monitor-customized-script';
1072
1091
  export * as _SyntheticOnDemandExecutionRequestMonitorCustomizedScriptTransformation from './synthetic-on-demand-execution-request-monitor-customized-script.transformation';
1073
1092
  export * from './synthetic-on-demand-execution-request-monitor-repeat-mode';
1074
1093
  export * as _SyntheticOnDemandExecutionRequestMonitorRepeatModeTransformation from './synthetic-on-demand-execution-request-monitor-repeat-mode.transformation';
1094
+ export * as _SyntheticOnDemandExecutionRequestMonitorTransformation from './synthetic-on-demand-execution-request-monitor.transformation';
1075
1095
  export * from './synthetic-on-demand-execution-request-processing-mode';
1076
1096
  export * as _SyntheticOnDemandExecutionRequestProcessingModeTransformation from './synthetic-on-demand-execution-request-processing-mode.transformation';
1097
+ export * as _SyntheticOnDemandExecutionRequestTransformation from './synthetic-on-demand-execution-request.transformation';
1077
1098
  export * from './synthetic-on-demand-execution-result';
1078
1099
  export * as _SyntheticOnDemandExecutionResultTransformation from './synthetic-on-demand-execution-result.transformation';
1079
1100
  export * from './synthetic-on-demand-execution-source';
1080
1101
  export * as _SyntheticOnDemandExecutionSourceTransformation from './synthetic-on-demand-execution-source.transformation';
1102
+ export * as _SyntheticOnDemandExecutionTransformation from './synthetic-on-demand-execution.transformation';
1081
1103
  export * from './synthetic-on-demand-executions';
1082
1104
  export * as _SyntheticOnDemandExecutionsTransformation from './synthetic-on-demand-executions.transformation';
1083
1105
  export * from './synthetic-on-demand-failed-execution-status';
1084
- export * as _SyntheticOnDemandFailedExecutionStatusTransformation from './synthetic-on-demand-failed-execution-status.transformation';
1085
1106
  export * from './synthetic-on-demand-failed-execution-status-execution-stage';
1086
1107
  export * as _SyntheticOnDemandFailedExecutionStatusExecutionStageTransformation from './synthetic-on-demand-failed-execution-status-execution-stage.transformation';
1108
+ export * as _SyntheticOnDemandFailedExecutionStatusTransformation from './synthetic-on-demand-failed-execution-status.transformation';
1087
1109
  export * from './synthetic-on-demand-triggered-execution-details';
1088
1110
  export * as _SyntheticOnDemandTriggeredExecutionDetailsTransformation from './synthetic-on-demand-triggered-execution-details.transformation';
1089
1111
  export * from './synthetic-on-demand-triggered-monitor';
@@ -1097,25 +1119,27 @@ export * as _SyntheticPublicLocationUpdateTransformation from './synthetic-publi
1097
1119
  export * from './synthetic-public-locations-status';
1098
1120
  export * as _SyntheticPublicLocationsStatusTransformation from './synthetic-public-locations-status.transformation';
1099
1121
  export * from './synthetic-tag-with-source-dto';
1100
- export * as _SyntheticTagWithSourceDtoTransformation from './synthetic-tag-with-source-dto.transformation';
1101
1122
  export * from './synthetic-tag-with-source-dto-source';
1102
1123
  export * as _SyntheticTagWithSourceDtoSourceTransformation from './synthetic-tag-with-source-dto-source.transformation';
1124
+ export * as _SyntheticTagWithSourceDtoTransformation from './synthetic-tag-with-source-dto.transformation';
1103
1125
  export * from './table-column';
1104
1126
  export * as _TableColumnTransformation from './table-column.transformation';
1105
1127
  export * from './tenant-token';
1106
- export * as _TenantTokenTransformation from './tenant-token.transformation';
1107
1128
  export * from './tenant-token-config';
1108
1129
  export * as _TenantTokenConfigTransformation from './tenant-token-config.transformation';
1130
+ export * as _TenantTokenTransformation from './tenant-token.transformation';
1109
1131
  export * from './to-position';
1110
1132
  export * as _ToPositionTransformation from './to-position.transformation';
1111
1133
  export * from './token-credentials';
1112
1134
  export * as _TokenCredentialsTransformation from './token-credentials.transformation';
1113
1135
  export * from './tracking-link';
1114
- export * as _TrackingLinkTransformation from './tracking-link.transformation';
1115
1136
  export * from './tracking-link-update';
1116
1137
  export * as _TrackingLinkUpdateTransformation from './tracking-link-update.transformation';
1138
+ export * as _TrackingLinkTransformation from './tracking-link.transformation';
1117
1139
  export * from './transactional-evidence';
1118
1140
  export * as _TransactionalEvidenceTransformation from './transactional-evidence.transformation';
1141
+ export * from './transfer-ownership-request';
1142
+ export * as _TransferOwnershipRequestTransformation from './transfer-ownership-request.transformation';
1119
1143
  export * from './truncatable-list-attack-request-header';
1120
1144
  export * as _TruncatableListAttackRequestHeaderTransformation from './truncatable-list-attack-request-header.transformation';
1121
1145
  export * from './truncatable-list-http-request-parameter';
@@ -1147,13 +1171,12 @@ export * as _UiTableCustomizationTransformation from './ui-table-customization.t
1147
1171
  export * from './ui-tabs-customization';
1148
1172
  export * as _UiTabsCustomizationTransformation from './ui-tabs-customization.transformation';
1149
1173
  export * from './unit';
1150
- export * as _UnitTransformation from './unit.transformation';
1151
1174
  export * from './unit-conversion-result';
1152
1175
  export * as _UnitConversionResultTransformation from './unit-conversion-result.transformation';
1153
1176
  export * from './unit-list';
1154
1177
  export * as _UnitListTransformation from './unit-list.transformation';
1178
+ export * as _UnitTransformation from './unit.transformation';
1155
1179
  export * from './update-job';
1156
- export * as _UpdateJobTransformation from './update-job.transformation';
1157
1180
  export * from './update-job-ag-type';
1158
1181
  export * as _UpdateJobAgTypeTransformation from './update-job-ag-type.transformation';
1159
1182
  export * from './update-job-job-state';
@@ -1164,8 +1187,15 @@ export * from './update-job-update-method';
1164
1187
  export * as _UpdateJobUpdateMethodTransformation from './update-job-update-method.transformation';
1165
1188
  export * from './update-job-update-type';
1166
1189
  export * as _UpdateJobUpdateTypeTransformation from './update-job-update-type.transformation';
1190
+ export * as _UpdateJobTransformation from './update-job.transformation';
1167
1191
  export * from './update-jobs-all';
1168
1192
  export * as _UpdateJobsAllTransformation from './update-jobs-all.transformation';
1193
+ export * from './update-permission-path-accessor-type';
1194
+ export * as _UpdatePermissionPathAccessorTypeTransformation from './update-permission-path-accessor-type.transformation';
1195
+ export * from './update-permissions-request';
1196
+ export * from './update-permissions-request-permissions-item';
1197
+ export * as _UpdatePermissionsRequestPermissionsItemTransformation from './update-permissions-request-permissions-item.transformation';
1198
+ export * as _UpdatePermissionsRequestTransformation from './update-permissions-request.transformation';
1169
1199
  export * from './user-password-credentials';
1170
1200
  export * as _UserPasswordCredentialsTransformation from './user-password-credentials.transformation';
1171
1201
  export * from './validation-response';
@@ -1175,19 +1205,19 @@ export * as _VulnerabilityTransformation from './vulnerability.transformation';
1175
1205
  export * from './vulnerable-component';
1176
1206
  export * as _VulnerableComponentTransformation from './vulnerable-component.transformation';
1177
1207
  export * from './vulnerable-function';
1178
- export * as _VulnerableFunctionTransformation from './vulnerable-function.transformation';
1179
1208
  export * from './vulnerable-function-input';
1180
- export * as _VulnerableFunctionInputTransformation from './vulnerable-function-input.transformation';
1181
1209
  export * from './vulnerable-function-input-segment';
1182
- export * as _VulnerableFunctionInputSegmentTransformation from './vulnerable-function-input-segment.transformation';
1183
1210
  export * from './vulnerable-function-input-segment-type';
1184
1211
  export * as _VulnerableFunctionInputSegmentTypeTransformation from './vulnerable-function-input-segment-type.transformation';
1212
+ export * as _VulnerableFunctionInputSegmentTransformation from './vulnerable-function-input-segment.transformation';
1185
1213
  export * from './vulnerable-function-input-type';
1186
1214
  export * as _VulnerableFunctionInputTypeTransformation from './vulnerable-function-input-type.transformation';
1215
+ export * as _VulnerableFunctionInputTransformation from './vulnerable-function-input.transformation';
1187
1216
  export * from './vulnerable-function-process-groups';
1188
- export * as _VulnerableFunctionProcessGroupsTransformation from './vulnerable-function-process-groups.transformation';
1189
1217
  export * from './vulnerable-function-process-groups-usage';
1190
1218
  export * as _VulnerableFunctionProcessGroupsUsageTransformation from './vulnerable-function-process-groups-usage.transformation';
1219
+ export * as _VulnerableFunctionProcessGroupsTransformation from './vulnerable-function-process-groups.transformation';
1220
+ export * as _VulnerableFunctionTransformation from './vulnerable-function.transformation';
1191
1221
  export * from './vulnerable-functions-container';
1192
1222
  export * as _VulnerableFunctionsContainerTransformation from './vulnerable-functions-container.transformation';
1193
1223
  export * from './warning-line';