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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +1271 -355
  3. package/cjs/index.js +384 -20
  4. package/esm/index.js +384 -20
  5. package/package.json +1 -1
  6. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +23 -0
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +1 -0
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +15 -0
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/rum-manual-insertion-tags-api.d.ts +4 -4
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +7 -2
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +2 -0
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +6 -4
  13. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto-type.d.ts +1 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +1 -1
  15. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto-input-type.d.ts +12 -0
  16. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto-type.d.ts +10 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/models/authentication-dto.d.ts +24 -0
  18. package/types/packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto-type.d.ts +18 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto.d.ts +15 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/models/browser-permissions-dto.d.ts +21 -0
  21. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-autoplay-policy.d.ts +9 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-disable-features.d.ts +6 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto.d.ts +42 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/models/client-certificate-dto.d.ts +13 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +4 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +4 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/models/cookie-step-dto.d.ts +11 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-details-list.d.ts +11 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/models/deletion-constraint.d.ts +4 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/models/enriched-management-zone-dto.d.ts +14 -0
  31. package/types/packages/client/classic-environment-v2/src/lib/models/enriched-tag-dto.d.ts +32 -0
  32. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +4 -4
  33. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-event-type.d.ts +2 -1
  34. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +2 -2
  35. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto-mode.d.ts +9 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto.d.ts +14 -0
  37. package/types/packages/client/classic-environment-v2/src/lib/models/framework-options-dto.d.ts +37 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/models/history-modification-info.d.ts +4 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/models/ignored-error-codes-dto.d.ts +13 -0
  40. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +59 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/models/interaction-step-dto.d.ts +25 -0
  42. package/types/packages/client/classic-environment-v2/src/lib/models/java-script-agent-settings-dto.d.ts +44 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/models/java-script-step-dto.d.ts +20 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-load-action-kpm.d.ts +17 -0
  45. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-xhr-action-kpm.d.ts +11 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/models/key-performance-metrics.d.ts +13 -0
  47. package/types/packages/client/classic-environment-v2/src/lib/models/key-strokes-step-dto.d.ts +34 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto-type.d.ts +12 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto.d.ts +12 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/locator-dto-type.d.ts +9 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/locator-dto.d.ts +13 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/monitor-property-dto.d.ts +13 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/navigate-step-dto.d.ts +30 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/network-throttling-dto.d.ts +21 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/plain-authentication-dto.d.ts +14 -0
  56. package/types/packages/client/classic-environment-v2/src/lib/models/plain-keystrokes-input-dto.d.ts +14 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-fips-mode.d.ts +15 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/private-synthetic-location.d.ts +9 -0
  59. package/types/packages/client/classic-environment-v2/src/lib/models/proxy-dto.d.ts +9 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/request-filter-dto-type.d.ts +12 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/request-filter-dto.d.ts +13 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/request-header-options-dto.d.ts +14 -0
  63. package/types/packages/client/classic-environment-v2/src/lib/models/secure-authentication-dto.d.ts +10 -0
  64. package/types/packages/client/classic-environment-v2/src/lib/models/secure-keystrokes-input-dto.d.ts +14 -0
  65. package/types/packages/client/classic-environment-v2/src/lib/models/select-option-step-dto.d.ts +26 -0
  66. package/types/packages/client/classic-environment-v2/src/lib/models/selection-dto.d.ts +13 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-configuration-dto.d.ts +85 -0
  68. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request-type.d.ts +9 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request.d.ts +65 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response-type.d.ts +9 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response.d.ts +77 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto-type.d.ts +22 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto.d.ts +25 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-cookie-dto.d.ts +21 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request-type.d.ts +2 -1
  76. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request.d.ts +1 -1
  77. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response-type.d.ts +1 -2
  78. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-response.d.ts +3 -3
  79. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +1 -1
  80. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-triggering-problem-details.d.ts +1 -1
  81. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-private-location-update.d.ts +9 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/target-dto.d.ts +14 -0
  83. package/types/packages/client/classic-environment-v2/src/lib/models/test-device-dto.d.ts +25 -0
  84. package/types/packages/client/classic-environment-v2/src/lib/models/time-wait-condition-dto.d.ts +10 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/timeout-settings-dto.d.ts +13 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/validation-rule-dto-type.d.ts +10 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/validation-rule-dto.d.ts +26 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/validation-wait-condition-dto.d.ts +15 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/visually-complete-options-dto.d.ts +25 -0
package/esm/index.js CHANGED
@@ -7206,6 +7206,197 @@ var CredentialVaultClient = class {
7206
7206
  }
7207
7207
  }
7208
7208
  }
7209
+ /**
7210
+ * Gets the details of the specified credentials sets.
7211
+ *
7212
+ * The credentials set including username/certificate, password or token is included in the response.
7213
+ *
7214
+ * @returns {Promise<CredentialsDetailsList>} Success. The response contains the details of the credentials sets.
7215
+ *
7216
+ * @example <caption>Code example</caption>
7217
+ * import { credentialVaultClient } from "@dynatrace-sdk/client-classic-environment-v2";
7218
+ *
7219
+ * const data =
7220
+ * await credentialVaultClient.getCredentialsDetailsList();
7221
+ *
7222
+ * @throws {ErrorEnvelopeError} Failed. The input is invalid. E.g. Requested credentials with unsupported scope. Only SYNTHETIC and APP_ENGINE scope are supported. | Failed. Requested credentials belong to another user. | Client side error. | Server side error.
7223
+ * @throws {InvalidResponseError}
7224
+ * @throws {ApiClientError}
7225
+ * @throws {ClientRequestError}
7226
+ */
7227
+ async getCredentialsDetailsList(config = {}) {
7228
+ if (!config) {
7229
+ throw new ApiClientError12("API client error", "API client call is missing mandatory config parameter");
7230
+ }
7231
+ const query = toQueryString({ ids: config.ids });
7232
+ try {
7233
+ const response = await this.httpClient.send({
7234
+ url: `/platform/classic/environment-api/v2/credentials/details${query}`,
7235
+ method: "GET",
7236
+ headers: {
7237
+ Accept: "application/json; charset=utf-8, application/json"
7238
+ },
7239
+ abortSignal: config instanceof EventTarget ? config : config.abortSignal,
7240
+ statusValidator: (status) => {
7241
+ return [200].includes(status);
7242
+ }
7243
+ });
7244
+ const responseValue = await response.body("json");
7245
+ try {
7246
+ return this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
7247
+ } catch (err) {
7248
+ throw new InvalidResponseError12(
7249
+ `CredentialVaultClient.getCredentialsDetailsList:200`,
7250
+ err,
7251
+ responseValue,
7252
+ void 0,
7253
+ void 0,
7254
+ response
7255
+ );
7256
+ }
7257
+ } catch (e) {
7258
+ if (isHttpClientAbortError12(e) || isInvalidResponseError11(e)) {
7259
+ throw e;
7260
+ }
7261
+ if (!isHttpClientResponseError12(e)) {
7262
+ throw new ApiClientError12("UnexpectedError", "Unexpected error", e);
7263
+ }
7264
+ const response = e.response;
7265
+ await apiGatewayErrorsHandler(response);
7266
+ switch (response.status) {
7267
+ case 400: {
7268
+ const responseValue = await response.body("json");
7269
+ try {
7270
+ const errorBody = this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
7271
+ throw new ErrorEnvelopeError(
7272
+ `400`,
7273
+ response,
7274
+ errorBody,
7275
+ getErrorMessage(
7276
+ errorBody,
7277
+ "Failed. The input is invalid. E.g. Requested credentials with unsupported scope. Only SYNTHETIC and APP_ENGINE scope are supported."
7278
+ ),
7279
+ e
7280
+ );
7281
+ } catch (err) {
7282
+ if (err instanceof ErrorEnvelopeError) {
7283
+ throw err;
7284
+ }
7285
+ throw new InvalidResponseError12(
7286
+ `CredentialVaultClient.getCredentialsDetailsList:400`,
7287
+ err,
7288
+ responseValue,
7289
+ "ErrorEnvelope",
7290
+ void 0,
7291
+ response
7292
+ );
7293
+ }
7294
+ }
7295
+ case 403: {
7296
+ const responseValue = await response.body("json");
7297
+ try {
7298
+ const errorBody = this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
7299
+ throw new ErrorEnvelopeError(
7300
+ `403`,
7301
+ response,
7302
+ errorBody,
7303
+ getErrorMessage(errorBody, "Failed. Requested credentials belong to another user."),
7304
+ e
7305
+ );
7306
+ } catch (err) {
7307
+ if (err instanceof ErrorEnvelopeError) {
7308
+ throw err;
7309
+ }
7310
+ throw new InvalidResponseError12(
7311
+ `CredentialVaultClient.getCredentialsDetailsList:403`,
7312
+ err,
7313
+ responseValue,
7314
+ "ErrorEnvelope",
7315
+ void 0,
7316
+ response
7317
+ );
7318
+ }
7319
+ }
7320
+ default: {
7321
+ if (response.status >= 400 && response.status <= 499) {
7322
+ const responseValue = await response.body("json");
7323
+ try {
7324
+ const errorBody = this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
7325
+ throw new ErrorEnvelopeError(
7326
+ `${response.status}`,
7327
+ response,
7328
+ errorBody,
7329
+ getErrorMessage(errorBody, "Client side error."),
7330
+ e
7331
+ );
7332
+ } catch (err) {
7333
+ if (err instanceof ErrorEnvelopeError) {
7334
+ throw err;
7335
+ }
7336
+ throw new InvalidResponseError12(
7337
+ `CredentialVaultClient.getCredentialsDetailsList:${response.status}`,
7338
+ err,
7339
+ responseValue,
7340
+ "ErrorEnvelope",
7341
+ void 0,
7342
+ response
7343
+ );
7344
+ }
7345
+ } else if (response.status >= 500 && response.status <= 599) {
7346
+ const responseValue = await response.body("json");
7347
+ try {
7348
+ const errorBody = this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
7349
+ throw new ErrorEnvelopeError(
7350
+ `${response.status}`,
7351
+ response,
7352
+ errorBody,
7353
+ getErrorMessage(errorBody, "Server side error."),
7354
+ e
7355
+ );
7356
+ } catch (err) {
7357
+ if (err instanceof ErrorEnvelopeError) {
7358
+ throw err;
7359
+ }
7360
+ throw new InvalidResponseError12(
7361
+ `CredentialVaultClient.getCredentialsDetailsList:${response.status}`,
7362
+ err,
7363
+ responseValue,
7364
+ "ErrorEnvelope",
7365
+ void 0,
7366
+ response
7367
+ );
7368
+ }
7369
+ } else {
7370
+ try {
7371
+ const responseValue = await response.body("json");
7372
+ throw new ClientRequestError14(
7373
+ `${response.status}`,
7374
+ response,
7375
+ responseValue,
7376
+ getErrorMessage(
7377
+ responseValue,
7378
+ `Unexpected api response: code=${response.status} body="${responseValue}"`
7379
+ )
7380
+ );
7381
+ } catch (error) {
7382
+ if (error instanceof ClientRequestError14) {
7383
+ throw error;
7384
+ }
7385
+ const responseValue = await response.body("text").catch(() => "");
7386
+ throw new InvalidResponseError12(
7387
+ `${response.status}`,
7388
+ error,
7389
+ responseValue,
7390
+ "json",
7391
+ "Unexpected api response",
7392
+ response
7393
+ );
7394
+ }
7395
+ }
7396
+ }
7397
+ }
7398
+ }
7399
+ }
7209
7400
  };
7210
7401
  var credentialVaultClient = /* @__PURE__ */ new CredentialVaultClient(defaultHttpClient12);
7211
7402
 
@@ -13810,9 +14001,10 @@ var LogsClient = class {
13810
14001
  throw new ApiClientError16("API client error", "API client call is missing mandatory config parameter");
13811
14002
  }
13812
14003
  const encodedBody = config.type === "application/json" ? this.shouldTransformDates ? transformRequest(config.body, []) : config.body : config.type === "application/json; charset=utf-8" ? this.shouldTransformDates ? transformRequest(config.body, []) : config.body : config.body;
14004
+ const query = toQueryString({ "content-type": config.contentType });
13813
14005
  try {
13814
14006
  const response = await this.httpClient.send({
13815
- url: `/platform/classic/environment-api/v2/logs/ingest`,
14007
+ url: `/platform/classic/environment-api/v2/logs/ingest${query}`,
13816
14008
  method: "POST",
13817
14009
  requestBodyType: mimeTypeToEncoding(config.type),
13818
14010
  body: encodedBody,
@@ -19711,7 +19903,7 @@ var RumManualInsertionTagsClient = class {
19711
19903
  this.shouldTransformDates = options?.transformDates ?? true;
19712
19904
  }
19713
19905
  /**
19714
- * Download the inline code | maturity=EARLY_ADOPTER
19906
+ * Download the inline code
19715
19907
  *
19716
19908
  * **Required scope:** environment-api:rum:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>Returns the inline code, which embeds the full RUM monitoring code and configuration directly into the page, minimizing additional web requests. It needs to be updated after configuration changes and monitoring code updates.
19717
19909
  *
@@ -19840,7 +20032,7 @@ var RumManualInsertionTagsClient = class {
19840
20032
  }
19841
20033
  }
19842
20034
  /**
19843
- * Download the JavaScript tag | maturity=EARLY_ADOPTER
20035
+ * Download the JavaScript tag
19844
20036
  *
19845
20037
  * **Required scope:** environment-api:rum:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>Returns the JavaScript tag, which references an external file containing monitoring code and configuration. Due to its dynamic update mechanism, it is recommended for most use cases.
19846
20038
  *
@@ -19976,7 +20168,7 @@ var RumManualInsertionTagsClient = class {
19976
20168
  }
19977
20169
  }
19978
20170
  /**
19979
- * Download the OneAgent JavaScript tag | maturity=EARLY_ADOPTER
20171
+ * Download the OneAgent JavaScript tag
19980
20172
  *
19981
20173
  * **Required scope:** environment-api:rum:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>Returns the OneAgent JavaScript tag, which includes configuration and a reference to an external file containing the monitoring code. It needs to be updated after configuration changes and monitoring code updates.
19982
20174
  *
@@ -20109,7 +20301,7 @@ var RumManualInsertionTagsClient = class {
20109
20301
  }
20110
20302
  }
20111
20303
  /**
20112
- * Download the OneAgent JavaScript tag with SRI | maturity=EARLY_ADOPTER
20304
+ * Download the OneAgent JavaScript tag with SRI
20113
20305
  *
20114
20306
  * **Required scope:** environment-api:rum:read<br/>**Required permission:** environment:roles:manage-settings<br/><br/>Returns the OneAgent JavaScript tag with SRI. It includes configuration, a reference to an external file containing the monitoring code, and a hash that allows the browser to verify the integrity of the monitoring code before executing it using its Subresource Integrity (SRI) feature. It needs to be updated after configuration changes and monitoring code updates.
20115
20307
  *
@@ -24182,7 +24374,7 @@ var SettingsObjectsClient = class {
24182
24374
  * const data =
24183
24375
  * await settingsObjectsClient.getSettingsHistory();
24184
24376
  *
24185
- * @throws {ErrorEnvelopeError} Failed. Forbidden. | No object available for the given objectId | Client side error. | Server side error.
24377
+ * @throws {ErrorEnvelopeError} Failed. schemaId contains multiple schemaIds and request was for not for Dynatrace Platform. | Failed. Forbidden. | No object available for the given objectId | Client side error. | Server side error.
24186
24378
  * @throws {InvalidResponseError}
24187
24379
  * @throws {ApiClientError}
24188
24380
  * @throws {ClientRequestError}
@@ -24236,6 +24428,34 @@ var SettingsObjectsClient = class {
24236
24428
  const response = e.response;
24237
24429
  await apiGatewayErrorsHandler(response);
24238
24430
  switch (response.status) {
24431
+ case 400: {
24432
+ const responseValue = await response.body("json");
24433
+ try {
24434
+ const errorBody = this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
24435
+ throw new ErrorEnvelopeError(
24436
+ `400`,
24437
+ response,
24438
+ errorBody,
24439
+ getErrorMessage(
24440
+ errorBody,
24441
+ "Failed. schemaId contains multiple schemaIds and request was for not for Dynatrace Platform."
24442
+ ),
24443
+ e
24444
+ );
24445
+ } catch (err) {
24446
+ if (err instanceof ErrorEnvelopeError) {
24447
+ throw err;
24448
+ }
24449
+ throw new InvalidResponseError29(
24450
+ `SettingsObjectsClient.getSettingsHistory:400`,
24451
+ err,
24452
+ responseValue,
24453
+ "ErrorEnvelope",
24454
+ void 0,
24455
+ response
24456
+ );
24457
+ }
24458
+ }
24239
24459
  case 403: {
24240
24460
  const responseValue = await response.body("json");
24241
24461
  try {
@@ -28254,7 +28474,13 @@ var SyntheticLocationsNodesAndConfigurationClient = class {
28254
28474
  if (!config) {
28255
28475
  throw new ApiClientError32("API client error", "API client call is missing mandatory config parameter");
28256
28476
  }
28257
- const query = toQueryString({ platform: config.platform, namespace: config.namespace, filename: config.filename });
28477
+ const query = toQueryString({
28478
+ platform: config.platform,
28479
+ namespace: config.namespace,
28480
+ filename: config.filename,
28481
+ fipsMode: config.fipsMode,
28482
+ squidProxyConfig: config.squidProxyConfig
28483
+ });
28258
28484
  try {
28259
28485
  await this.httpClient.send({
28260
28486
  url: `/platform/classic/environment-api/v2/synthetic/locations/commands/apply${query}`,
@@ -29664,16 +29890,12 @@ var SyntheticNetworkAvailabilityMonitorsClient = class {
29664
29890
  * @throws {ClientRequestError}
29665
29891
  */
29666
29892
  async createMonitor(config) {
29667
- if (!config) {
29668
- throw new ApiClientError33("API client error", "API client call is missing mandatory config parameter");
29669
- }
29670
- const encodedBody = this.shouldTransformDates ? transformRequest(config.body, []) : config.body;
29671
29893
  try {
29672
29894
  const response = await this.httpClient.send({
29673
29895
  url: `/platform/classic/environment-api/v2/synthetic/monitors`,
29674
29896
  method: "POST",
29675
29897
  requestBodyType: "json",
29676
- body: encodedBody,
29898
+ body: config.body,
29677
29899
  headers: {
29678
29900
  "Content-Type": "application/json; charset=utf-8",
29679
29901
  Accept: "application/json; charset=utf-8, application/json"
@@ -29784,7 +30006,7 @@ var SyntheticNetworkAvailabilityMonitorsClient = class {
29784
30006
  *
29785
30007
  * **Required scope:** environment-api:synthetic-monitors:read<br/>**Required permission:** environment:roles:manage-settings
29786
30008
  *
29787
- * @returns {Promise<SyntheticMultiProtocolMonitorResponse>} Success
30009
+ * @returns {Promise<SyntheticMultiProtocolMonitorResponse | SyntheticBrowserMonitorResponse>} Success
29788
30010
  *
29789
30011
  * @example <caption>Code example</caption>
29790
30012
  * import { syntheticNetworkAvailabilityMonitorsClient } from "@dynatrace-sdk/client-classic-environment-v2";
@@ -29814,7 +30036,7 @@ var SyntheticNetworkAvailabilityMonitorsClient = class {
29814
30036
  });
29815
30037
  const responseValue = await response.body("json");
29816
30038
  try {
29817
- return this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
30039
+ return responseValue;
29818
30040
  } catch (err) {
29819
30041
  throw new InvalidResponseError33(
29820
30042
  `SyntheticNetworkAvailabilityMonitorsClient.getMonitor:200`,
@@ -29927,16 +30149,12 @@ var SyntheticNetworkAvailabilityMonitorsClient = class {
29927
30149
  * @throws {ClientRequestError}
29928
30150
  */
29929
30151
  async updateMonitor(config) {
29930
- if (!config) {
29931
- throw new ApiClientError33("API client error", "API client call is missing mandatory config parameter");
29932
- }
29933
- const encodedBody = this.shouldTransformDates ? transformRequest(config.body, []) : config.body;
29934
30152
  try {
29935
30153
  await this.httpClient.send({
29936
30154
  url: `/platform/classic/environment-api/v2/synthetic/monitors/${config.monitorId}`,
29937
30155
  method: "PUT",
29938
30156
  requestBodyType: "json",
29939
- body: encodedBody,
30157
+ body: config.body,
29940
30158
  headers: {
29941
30159
  "Content-Type": "application/json; charset=utf-8"
29942
30160
  },
@@ -31754,6 +31972,7 @@ var AssetInfoDtoType = /* @__PURE__ */ ((AssetInfoDtoType2) => {
31754
31972
  AssetInfoDtoType2["LqlLogProcessingRule"] = "LQL_LOG_PROCESSING_RULE";
31755
31973
  AssetInfoDtoType2["MetricMetadata"] = "METRIC_METADATA";
31756
31974
  AssetInfoDtoType2["MetricQuery"] = "METRIC_QUERY";
31975
+ AssetInfoDtoType2["OpenPipeline"] = "OPEN_PIPELINE";
31757
31976
  AssetInfoDtoType2["ProcessGroupingRules"] = "PROCESS_GROUPING_RULES";
31758
31977
  AssetInfoDtoType2["ScreenActions"] = "SCREEN_ACTIONS";
31759
31978
  AssetInfoDtoType2["ScreenChartGroups"] = "SCREEN_CHART_GROUPS";
@@ -31850,6 +32069,38 @@ var AuditLogEntryUserType = /* @__PURE__ */ ((AuditLogEntryUserType2) => {
31850
32069
  return AuditLogEntryUserType2;
31851
32070
  })(AuditLogEntryUserType || {});
31852
32071
 
32072
+ // packages/client/classic-environment-v2/src/lib/models/authentication-dto-input-type.ts
32073
+ var AuthenticationDtoInputType = /* @__PURE__ */ ((AuthenticationDtoInputType2) => {
32074
+ AuthenticationDtoInputType2["Plain"] = "PLAIN";
32075
+ AuthenticationDtoInputType2["Secure"] = "SECURE";
32076
+ return AuthenticationDtoInputType2;
32077
+ })(AuthenticationDtoInputType || {});
32078
+
32079
+ // packages/client/classic-environment-v2/src/lib/models/authentication-dto-type.ts
32080
+ var AuthenticationDtoType = /* @__PURE__ */ ((AuthenticationDtoType2) => {
32081
+ AuthenticationDtoType2["HttpAuthentication"] = "HTTP_AUTHENTICATION";
32082
+ AuthenticationDtoType2["Kerberos"] = "KERBEROS";
32083
+ AuthenticationDtoType2["Webform"] = "WEBFORM";
32084
+ return AuthenticationDtoType2;
32085
+ })(AuthenticationDtoType || {});
32086
+
32087
+ // packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto-type.ts
32088
+ var BaseWaitConditionDtoType = /* @__PURE__ */ ((BaseWaitConditionDtoType2) => {
32089
+ BaseWaitConditionDtoType2["Network"] = "NETWORK";
32090
+ BaseWaitConditionDtoType2["NextEvent"] = "NEXT_EVENT";
32091
+ BaseWaitConditionDtoType2["PageComplete"] = "PAGE_COMPLETE";
32092
+ BaseWaitConditionDtoType2["Time"] = "TIME";
32093
+ BaseWaitConditionDtoType2["Validation"] = "VALIDATION";
32094
+ return BaseWaitConditionDtoType2;
32095
+ })(BaseWaitConditionDtoType || {});
32096
+
32097
+ // packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-autoplay-policy.ts
32098
+ var ChromiumStartupFlagsDtoAutoplayPolicy = /* @__PURE__ */ ((ChromiumStartupFlagsDtoAutoplayPolicy2) => {
32099
+ ChromiumStartupFlagsDtoAutoplayPolicy2["NoUserGestureRequired"] = "no-user-gesture-required";
32100
+ ChromiumStartupFlagsDtoAutoplayPolicy2["DocumentUserActivationRequired"] = "document-user-activation-required";
32101
+ return ChromiumStartupFlagsDtoAutoplayPolicy2;
32102
+ })(ChromiumStartupFlagsDtoAutoplayPolicy || {});
32103
+
31853
32104
  // packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details-type.ts
31854
32105
  var CodeLevelVulnerabilityDetailsType = /* @__PURE__ */ ((CodeLevelVulnerabilityDetailsType2) => {
31855
32106
  CodeLevelVulnerabilityDetailsType2["CmdInjection"] = "CMD_INJECTION";
@@ -32065,6 +32316,7 @@ var EventIngestEventType = /* @__PURE__ */ ((EventIngestEventType2) => {
32065
32316
  EventIngestEventType2["MarkedForTermination"] = "MARKED_FOR_TERMINATION";
32066
32317
  EventIngestEventType2["PerformanceEvent"] = "PERFORMANCE_EVENT";
32067
32318
  EventIngestEventType2["ResourceContentionEvent"] = "RESOURCE_CONTENTION_EVENT";
32319
+ EventIngestEventType2["Warning"] = "WARNING";
32068
32320
  return EventIngestEventType2;
32069
32321
  })(EventIngestEventType || {});
32070
32322
 
@@ -32195,6 +32447,13 @@ var FilterType = /* @__PURE__ */ ((FilterType2) => {
32195
32447
  return FilterType2;
32196
32448
  })(FilterType || {});
32197
32449
 
32450
+ // packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto-mode.ts
32451
+ var FilteredRequestsDtoMode = /* @__PURE__ */ ((FilteredRequestsDtoMode2) => {
32452
+ FilteredRequestsDtoMode2["Block"] = "BLOCK";
32453
+ FilteredRequestsDtoMode2["Allow"] = "ALLOW";
32454
+ return FilteredRequestsDtoMode2;
32455
+ })(FilteredRequestsDtoMode || {});
32456
+
32198
32457
  // packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-auto-update.ts
32199
32458
  var GetAllActiveGatesQueryAutoUpdate = /* @__PURE__ */ ((GetAllActiveGatesQueryAutoUpdate2) => {
32200
32459
  GetAllActiveGatesQueryAutoUpdate2["Disabled"] = "DISABLED";
@@ -32526,6 +32785,37 @@ var ImpactImpactType = /* @__PURE__ */ ((ImpactImpactType2) => {
32526
32785
  return ImpactImpactType2;
32527
32786
  })(ImpactImpactType || {});
32528
32787
 
32788
+ // packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-load-action-kpm.ts
32789
+ var KeyPerformanceMetricsLoadActionKpm = /* @__PURE__ */ ((KeyPerformanceMetricsLoadActionKpm2) => {
32790
+ KeyPerformanceMetricsLoadActionKpm2["UserActionDuration"] = "USER_ACTION_DURATION";
32791
+ KeyPerformanceMetricsLoadActionKpm2["VisuallyComplete"] = "VISUALLY_COMPLETE";
32792
+ KeyPerformanceMetricsLoadActionKpm2["SpeedIndex"] = "SPEED_INDEX";
32793
+ KeyPerformanceMetricsLoadActionKpm2["DomInteractive"] = "DOM_INTERACTIVE";
32794
+ KeyPerformanceMetricsLoadActionKpm2["LoadEventStart"] = "LOAD_EVENT_START";
32795
+ KeyPerformanceMetricsLoadActionKpm2["LoadEventEnd"] = "LOAD_EVENT_END";
32796
+ KeyPerformanceMetricsLoadActionKpm2["ResponseStart"] = "RESPONSE_START";
32797
+ KeyPerformanceMetricsLoadActionKpm2["ResponseEnd"] = "RESPONSE_END";
32798
+ KeyPerformanceMetricsLoadActionKpm2["LargestContentfulPaint"] = "LARGEST_CONTENTFUL_PAINT";
32799
+ KeyPerformanceMetricsLoadActionKpm2["CumulativeLayoutShift"] = "CUMULATIVE_LAYOUT_SHIFT";
32800
+ return KeyPerformanceMetricsLoadActionKpm2;
32801
+ })(KeyPerformanceMetricsLoadActionKpm || {});
32802
+
32803
+ // packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-xhr-action-kpm.ts
32804
+ var KeyPerformanceMetricsXhrActionKpm = /* @__PURE__ */ ((KeyPerformanceMetricsXhrActionKpm2) => {
32805
+ KeyPerformanceMetricsXhrActionKpm2["UserActionDuration"] = "USER_ACTION_DURATION";
32806
+ KeyPerformanceMetricsXhrActionKpm2["VisuallyComplete"] = "VISUALLY_COMPLETE";
32807
+ KeyPerformanceMetricsXhrActionKpm2["ResponseStart"] = "RESPONSE_START";
32808
+ KeyPerformanceMetricsXhrActionKpm2["ResponseEnd"] = "RESPONSE_END";
32809
+ return KeyPerformanceMetricsXhrActionKpm2;
32810
+ })(KeyPerformanceMetricsXhrActionKpm || {});
32811
+
32812
+ // packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto-type.ts
32813
+ var KeystrokesInputDtoType = /* @__PURE__ */ ((KeystrokesInputDtoType2) => {
32814
+ KeystrokesInputDtoType2["Plain"] = "PLAIN";
32815
+ KeystrokesInputDtoType2["Secure"] = "SECURE";
32816
+ return KeystrokesInputDtoType2;
32817
+ })(KeystrokesInputDtoType || {});
32818
+
32529
32819
  // packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.ts
32530
32820
  var ListCredentialsQueryType = /* @__PURE__ */ ((ListCredentialsQueryType2) => {
32531
32821
  ListCredentialsQueryType2["Certificate"] = "CERTIFICATE";
@@ -32584,6 +32874,13 @@ var LocationCollectionElementType = /* @__PURE__ */ ((LocationCollectionElementT
32584
32874
  return LocationCollectionElementType2;
32585
32875
  })(LocationCollectionElementType || {});
32586
32876
 
32877
+ // packages/client/classic-environment-v2/src/lib/models/locator-dto-type.ts
32878
+ var LocatorDtoType = /* @__PURE__ */ ((LocatorDtoType2) => {
32879
+ LocatorDtoType2["Css"] = "CSS";
32880
+ LocatorDtoType2["Dom"] = "DOM";
32881
+ return LocatorDtoType2;
32882
+ })(LocatorDtoType || {});
32883
+
32587
32884
  // packages/client/classic-environment-v2/src/lib/models/log-record-event-type.ts
32588
32885
  var LogRecordEventType = /* @__PURE__ */ ((LogRecordEventType2) => {
32589
32886
  LogRecordEventType2["K8S"] = "K8S";
@@ -32789,6 +33086,14 @@ var PrivateSyntheticLocationDeploymentType = /* @__PURE__ */ ((PrivateSyntheticL
32789
33086
  return PrivateSyntheticLocationDeploymentType2;
32790
33087
  })(PrivateSyntheticLocationDeploymentType || {});
32791
33088
 
33089
+ // packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-fips-mode.ts
33090
+ var PrivateSyntheticLocationFipsMode = /* @__PURE__ */ ((PrivateSyntheticLocationFipsMode2) => {
33091
+ PrivateSyntheticLocationFipsMode2["Disabled"] = "DISABLED";
33092
+ PrivateSyntheticLocationFipsMode2["Enabled"] = "ENABLED";
33093
+ PrivateSyntheticLocationFipsMode2["EnabledWithCorporateProxy"] = "ENABLED_WITH_CORPORATE_PROXY";
33094
+ return PrivateSyntheticLocationFipsMode2;
33095
+ })(PrivateSyntheticLocationFipsMode || {});
33096
+
32792
33097
  // packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-status.ts
32793
33098
  var PrivateSyntheticLocationStatus = /* @__PURE__ */ ((PrivateSyntheticLocationStatus2) => {
32794
33099
  PrivateSyntheticLocationStatus2["Disabled"] = "DISABLED";
@@ -32965,6 +33270,16 @@ var RemovePermissionPathAccessorType = /* @__PURE__ */ ((RemovePermissionPathAcc
32965
33270
  return RemovePermissionPathAccessorType2;
32966
33271
  })(RemovePermissionPathAccessorType || {});
32967
33272
 
33273
+ // packages/client/classic-environment-v2/src/lib/models/request-filter-dto-type.ts
33274
+ var RequestFilterDtoType = /* @__PURE__ */ ((RequestFilterDtoType2) => {
33275
+ RequestFilterDtoType2["StartsWith"] = "STARTS_WITH";
33276
+ RequestFilterDtoType2["EndsWith"] = "ENDS_WITH";
33277
+ RequestFilterDtoType2["Contains"] = "CONTAINS";
33278
+ RequestFilterDtoType2["Equals"] = "EQUALS";
33279
+ RequestFilterDtoType2["Regex"] = "REGEX";
33280
+ return RequestFilterDtoType2;
33281
+ })(RequestFilterDtoType || {});
33282
+
32968
33283
  // packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.ts
32969
33284
  var ResourceContextOperationsItem = /* @__PURE__ */ ((ResourceContextOperationsItem2) => {
32970
33285
  ResourceContextOperationsItem2["Delete"] = "delete";
@@ -33320,6 +33635,32 @@ var SLOStatus = /* @__PURE__ */ ((SLOStatus2) => {
33320
33635
  return SLOStatus2;
33321
33636
  })(SLOStatus || {});
33322
33637
 
33638
+ // packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request-type.ts
33639
+ var SyntheticBrowserMonitorRequestType = /* @__PURE__ */ ((SyntheticBrowserMonitorRequestType2) => {
33640
+ SyntheticBrowserMonitorRequestType2["MultiProtocol"] = "MULTI_PROTOCOL";
33641
+ SyntheticBrowserMonitorRequestType2["Browser"] = "BROWSER";
33642
+ return SyntheticBrowserMonitorRequestType2;
33643
+ })(SyntheticBrowserMonitorRequestType || {});
33644
+
33645
+ // packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response-type.ts
33646
+ var SyntheticBrowserMonitorResponseType = /* @__PURE__ */ ((SyntheticBrowserMonitorResponseType2) => {
33647
+ SyntheticBrowserMonitorResponseType2["MultiProtocol"] = "MULTI_PROTOCOL";
33648
+ SyntheticBrowserMonitorResponseType2["Browser"] = "BROWSER";
33649
+ return SyntheticBrowserMonitorResponseType2;
33650
+ })(SyntheticBrowserMonitorResponseType || {});
33651
+
33652
+ // packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto-type.ts
33653
+ var SyntheticBrowserMonitorStepDtoType = /* @__PURE__ */ ((SyntheticBrowserMonitorStepDtoType2) => {
33654
+ SyntheticBrowserMonitorStepDtoType2["Click"] = "CLICK";
33655
+ SyntheticBrowserMonitorStepDtoType2["Cookie"] = "COOKIE";
33656
+ SyntheticBrowserMonitorStepDtoType2["Javascript"] = "JAVASCRIPT";
33657
+ SyntheticBrowserMonitorStepDtoType2["Keystrokes"] = "KEYSTROKES";
33658
+ SyntheticBrowserMonitorStepDtoType2["Navigate"] = "NAVIGATE";
33659
+ SyntheticBrowserMonitorStepDtoType2["SelectOption"] = "SELECT_OPTION";
33660
+ SyntheticBrowserMonitorStepDtoType2["Tap"] = "TAP";
33661
+ return SyntheticBrowserMonitorStepDtoType2;
33662
+ })(SyntheticBrowserMonitorStepDtoType || {});
33663
+
33323
33664
  // packages/client/classic-environment-v2/src/lib/models/synthetic-location-status.ts
33324
33665
  var SyntheticLocationStatus = /* @__PURE__ */ ((SyntheticLocationStatus2) => {
33325
33666
  SyntheticLocationStatus2["Disabled"] = "DISABLED";
@@ -33370,6 +33711,7 @@ var SyntheticMonitorSummaryDtoType = /* @__PURE__ */ ((SyntheticMonitorSummaryDt
33370
33711
  // packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request-type.ts
33371
33712
  var SyntheticMultiProtocolMonitorRequestType = /* @__PURE__ */ ((SyntheticMultiProtocolMonitorRequestType2) => {
33372
33713
  SyntheticMultiProtocolMonitorRequestType2["MultiProtocol"] = "MULTI_PROTOCOL";
33714
+ SyntheticMultiProtocolMonitorRequestType2["Browser"] = "BROWSER";
33373
33715
  return SyntheticMultiProtocolMonitorRequestType2;
33374
33716
  })(SyntheticMultiProtocolMonitorRequestType || {});
33375
33717
 
@@ -33377,7 +33719,6 @@ var SyntheticMultiProtocolMonitorRequestType = /* @__PURE__ */ ((SyntheticMultiP
33377
33719
  var SyntheticMultiProtocolMonitorResponseType = /* @__PURE__ */ ((SyntheticMultiProtocolMonitorResponseType2) => {
33378
33720
  SyntheticMultiProtocolMonitorResponseType2["MultiProtocol"] = "MULTI_PROTOCOL";
33379
33721
  SyntheticMultiProtocolMonitorResponseType2["Browser"] = "BROWSER";
33380
- SyntheticMultiProtocolMonitorResponseType2["Http"] = "HTTP";
33381
33722
  return SyntheticMultiProtocolMonitorResponseType2;
33382
33723
  })(SyntheticMultiProtocolMonitorResponseType || {});
33383
33724
 
@@ -33512,6 +33853,14 @@ var UpdatePermissionsRequestPermissionsItem = /* @__PURE__ */ ((UpdatePermission
33512
33853
  return UpdatePermissionsRequestPermissionsItem2;
33513
33854
  })(UpdatePermissionsRequestPermissionsItem || {});
33514
33855
 
33856
+ // packages/client/classic-environment-v2/src/lib/models/validation-rule-dto-type.ts
33857
+ var ValidationRuleDtoType = /* @__PURE__ */ ((ValidationRuleDtoType2) => {
33858
+ ValidationRuleDtoType2["TextMatch"] = "TEXT_MATCH";
33859
+ ValidationRuleDtoType2["ContentMatch"] = "CONTENT_MATCH";
33860
+ ValidationRuleDtoType2["ElementMatch"] = "ELEMENT_MATCH";
33861
+ return ValidationRuleDtoType2;
33862
+ })(ValidationRuleDtoType || {});
33863
+
33515
33864
  // packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment-type.ts
33516
33865
  var VulnerableFunctionInputSegmentType = /* @__PURE__ */ ((VulnerableFunctionInputSegmentType2) => {
33517
33866
  VulnerableFunctionInputSegmentType2["MaliciousInput"] = "MALICIOUS_INPUT";
@@ -33578,8 +33927,12 @@ export {
33578
33927
  AuditLogEntryEventType,
33579
33928
  AuditLogEntryUserType,
33580
33929
  AuditLogsClient,
33930
+ AuthenticationDtoInputType,
33931
+ AuthenticationDtoType,
33932
+ BaseWaitConditionDtoType,
33581
33933
  BizEventIngestResultError,
33582
33934
  BusinessEventsClient,
33935
+ ChromiumStartupFlagsDtoAutoplayPolicy,
33583
33936
  ClientRequestError41 as ClientRequestError,
33584
33937
  CodeLevelVulnerabilityDetailsType,
33585
33938
  ComplexConstraintType,
@@ -33621,6 +33974,7 @@ export {
33621
33974
  ExternalVaultConfigType,
33622
33975
  ExternalVaultSourceAuthMethod,
33623
33976
  FilterType,
33977
+ FilteredRequestsDtoMode,
33624
33978
  GetAllActiveGatesQueryAutoUpdate,
33625
33979
  GetAllActiveGatesQueryDisabledModuleItem,
33626
33980
  GetAllActiveGatesQueryEnabledModuleItem,
@@ -33657,12 +34011,16 @@ export {
33657
34011
  IdentityType,
33658
34012
  ImpactImpactType,
33659
34013
  InvalidResponseError35 as InvalidResponseError,
34014
+ KeyPerformanceMetricsLoadActionKpm,
34015
+ KeyPerformanceMetricsXhrActionKpm,
34016
+ KeystrokesInputDtoType,
33660
34017
  ListCredentialsQueryType,
33661
34018
  LocationCollectionElementCloudPlatform,
33662
34019
  LocationCollectionElementDeploymentType,
33663
34020
  LocationCollectionElementStage,
33664
34021
  LocationCollectionElementStatus,
33665
34022
  LocationCollectionElementType,
34023
+ LocatorDtoType,
33666
34024
  LogRecordEventType,
33667
34025
  LogRecordStatus,
33668
34026
  LogsClient,
@@ -33685,6 +34043,7 @@ export {
33685
34043
  NetworkZonesClient,
33686
34044
  PreconditionType,
33687
34045
  PrivateSyntheticLocationDeploymentType,
34046
+ PrivateSyntheticLocationFipsMode,
33688
34047
  PrivateSyntheticLocationStatus,
33689
34048
  PrivateSyntheticLocationType,
33690
34049
  ProblemImpactLevel,
@@ -33708,6 +34067,7 @@ export {
33708
34067
  RemediationProgressEntityAssessmentVulnerableFunctionUsage,
33709
34068
  RemediationProgressEntityState,
33710
34069
  RemovePermissionPathAccessorType,
34070
+ RequestFilterDtoType,
33711
34071
  ResourceContextOperationsItem,
33712
34072
  RevisionDiffType,
33713
34073
  RiskAssessmentAssessmentAccuracy,
@@ -33758,6 +34118,9 @@ export {
33758
34118
  SettingsSchemasClient,
33759
34119
  SloBurnRateBurnRateType,
33760
34120
  SloConfigItemDtoImplEvaluationType,
34121
+ SyntheticBrowserMonitorRequestType,
34122
+ SyntheticBrowserMonitorResponseType,
34123
+ SyntheticBrowserMonitorStepDtoType,
33761
34124
  SyntheticHttpMonitorExecutionsClient,
33762
34125
  SyntheticLocationStatus,
33763
34126
  SyntheticLocationType,
@@ -33786,6 +34149,7 @@ export {
33786
34149
  UpdatePermissionPathAccessorType,
33787
34150
  UpdatePermissionsRequestPermissionsItem,
33788
34151
  ValidationResponseError,
34152
+ ValidationRuleDtoType,
33789
34153
  VulnerableFunctionInputSegmentType,
33790
34154
  VulnerableFunctionInputType,
33791
34155
  VulnerableFunctionProcessGroupsUsage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace-sdk/client-classic-environment-v2",
3
- "version": "4.2.1",
3
+ "version": "5.1.0",
4
4
  "description": "Client for the Dynatrace Environment API v2",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {