@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/cjs/index.js CHANGED
@@ -76,8 +76,12 @@ __export(src_exports, {
76
76
  AuditLogEntryEventType: () => AuditLogEntryEventType,
77
77
  AuditLogEntryUserType: () => AuditLogEntryUserType,
78
78
  AuditLogsClient: () => AuditLogsClient,
79
+ AuthenticationDtoInputType: () => AuthenticationDtoInputType,
80
+ AuthenticationDtoType: () => AuthenticationDtoType,
81
+ BaseWaitConditionDtoType: () => BaseWaitConditionDtoType,
79
82
  BizEventIngestResultError: () => BizEventIngestResultError,
80
83
  BusinessEventsClient: () => BusinessEventsClient,
84
+ ChromiumStartupFlagsDtoAutoplayPolicy: () => ChromiumStartupFlagsDtoAutoplayPolicy,
81
85
  ClientRequestError: () => import_shared_errors42.ClientRequestError,
82
86
  CodeLevelVulnerabilityDetailsType: () => CodeLevelVulnerabilityDetailsType,
83
87
  ComplexConstraintType: () => ComplexConstraintType,
@@ -119,6 +123,7 @@ __export(src_exports, {
119
123
  ExternalVaultConfigType: () => ExternalVaultConfigType,
120
124
  ExternalVaultSourceAuthMethod: () => ExternalVaultSourceAuthMethod,
121
125
  FilterType: () => FilterType,
126
+ FilteredRequestsDtoMode: () => FilteredRequestsDtoMode,
122
127
  GetAllActiveGatesQueryAutoUpdate: () => GetAllActiveGatesQueryAutoUpdate,
123
128
  GetAllActiveGatesQueryDisabledModuleItem: () => GetAllActiveGatesQueryDisabledModuleItem,
124
129
  GetAllActiveGatesQueryEnabledModuleItem: () => GetAllActiveGatesQueryEnabledModuleItem,
@@ -155,12 +160,16 @@ __export(src_exports, {
155
160
  IdentityType: () => IdentityType,
156
161
  ImpactImpactType: () => ImpactImpactType,
157
162
  InvalidResponseError: () => import_shared_errors42.InvalidResponseError,
163
+ KeyPerformanceMetricsLoadActionKpm: () => KeyPerformanceMetricsLoadActionKpm,
164
+ KeyPerformanceMetricsXhrActionKpm: () => KeyPerformanceMetricsXhrActionKpm,
165
+ KeystrokesInputDtoType: () => KeystrokesInputDtoType,
158
166
  ListCredentialsQueryType: () => ListCredentialsQueryType,
159
167
  LocationCollectionElementCloudPlatform: () => LocationCollectionElementCloudPlatform,
160
168
  LocationCollectionElementDeploymentType: () => LocationCollectionElementDeploymentType,
161
169
  LocationCollectionElementStage: () => LocationCollectionElementStage,
162
170
  LocationCollectionElementStatus: () => LocationCollectionElementStatus,
163
171
  LocationCollectionElementType: () => LocationCollectionElementType,
172
+ LocatorDtoType: () => LocatorDtoType,
164
173
  LogRecordEventType: () => LogRecordEventType,
165
174
  LogRecordStatus: () => LogRecordStatus,
166
175
  LogsClient: () => LogsClient,
@@ -183,6 +192,7 @@ __export(src_exports, {
183
192
  NetworkZonesClient: () => NetworkZonesClient,
184
193
  PreconditionType: () => PreconditionType,
185
194
  PrivateSyntheticLocationDeploymentType: () => PrivateSyntheticLocationDeploymentType,
195
+ PrivateSyntheticLocationFipsMode: () => PrivateSyntheticLocationFipsMode,
186
196
  PrivateSyntheticLocationStatus: () => PrivateSyntheticLocationStatus,
187
197
  PrivateSyntheticLocationType: () => PrivateSyntheticLocationType,
188
198
  ProblemImpactLevel: () => ProblemImpactLevel,
@@ -206,6 +216,7 @@ __export(src_exports, {
206
216
  RemediationProgressEntityAssessmentVulnerableFunctionUsage: () => RemediationProgressEntityAssessmentVulnerableFunctionUsage,
207
217
  RemediationProgressEntityState: () => RemediationProgressEntityState,
208
218
  RemovePermissionPathAccessorType: () => RemovePermissionPathAccessorType,
219
+ RequestFilterDtoType: () => RequestFilterDtoType,
209
220
  ResourceContextOperationsItem: () => ResourceContextOperationsItem,
210
221
  RevisionDiffType: () => RevisionDiffType,
211
222
  RiskAssessmentAssessmentAccuracy: () => RiskAssessmentAssessmentAccuracy,
@@ -256,6 +267,9 @@ __export(src_exports, {
256
267
  SettingsSchemasClient: () => SettingsSchemasClient,
257
268
  SloBurnRateBurnRateType: () => SloBurnRateBurnRateType,
258
269
  SloConfigItemDtoImplEvaluationType: () => SloConfigItemDtoImplEvaluationType,
270
+ SyntheticBrowserMonitorRequestType: () => SyntheticBrowserMonitorRequestType,
271
+ SyntheticBrowserMonitorResponseType: () => SyntheticBrowserMonitorResponseType,
272
+ SyntheticBrowserMonitorStepDtoType: () => SyntheticBrowserMonitorStepDtoType,
259
273
  SyntheticHttpMonitorExecutionsClient: () => SyntheticHttpMonitorExecutionsClient,
260
274
  SyntheticLocationStatus: () => SyntheticLocationStatus,
261
275
  SyntheticLocationType: () => SyntheticLocationType,
@@ -284,6 +298,7 @@ __export(src_exports, {
284
298
  UpdatePermissionPathAccessorType: () => UpdatePermissionPathAccessorType,
285
299
  UpdatePermissionsRequestPermissionsItem: () => UpdatePermissionsRequestPermissionsItem,
286
300
  ValidationResponseError: () => ValidationResponseError,
301
+ ValidationRuleDtoType: () => ValidationRuleDtoType,
287
302
  VulnerableFunctionInputSegmentType: () => VulnerableFunctionInputSegmentType,
288
303
  VulnerableFunctionInputType: () => VulnerableFunctionInputType,
289
304
  VulnerableFunctionProcessGroupsUsage: () => VulnerableFunctionProcessGroupsUsage,
@@ -7422,6 +7437,197 @@ var CredentialVaultClient = class {
7422
7437
  }
7423
7438
  }
7424
7439
  }
7440
+ /**
7441
+ * Gets the details of the specified credentials sets.
7442
+ *
7443
+ * The credentials set including username/certificate, password or token is included in the response.
7444
+ *
7445
+ * @returns {Promise<CredentialsDetailsList>} Success. The response contains the details of the credentials sets.
7446
+ *
7447
+ * @example <caption>Code example</caption>
7448
+ * import { credentialVaultClient } from "@dynatrace-sdk/client-classic-environment-v2";
7449
+ *
7450
+ * const data =
7451
+ * await credentialVaultClient.getCredentialsDetailsList();
7452
+ *
7453
+ * @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.
7454
+ * @throws {InvalidResponseError}
7455
+ * @throws {ApiClientError}
7456
+ * @throws {ClientRequestError}
7457
+ */
7458
+ async getCredentialsDetailsList(config = {}) {
7459
+ if (!config) {
7460
+ throw new import_shared_errors15.ApiClientError("API client error", "API client call is missing mandatory config parameter");
7461
+ }
7462
+ const query = toQueryString({ ids: config.ids });
7463
+ try {
7464
+ const response = await this.httpClient.send({
7465
+ url: `/platform/classic/environment-api/v2/credentials/details${query}`,
7466
+ method: "GET",
7467
+ headers: {
7468
+ Accept: "application/json; charset=utf-8, application/json"
7469
+ },
7470
+ abortSignal: config instanceof EventTarget ? config : config.abortSignal,
7471
+ statusValidator: (status) => {
7472
+ return [200].includes(status);
7473
+ }
7474
+ });
7475
+ const responseValue = await response.body("json");
7476
+ try {
7477
+ return this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
7478
+ } catch (err) {
7479
+ throw new import_shared_errors15.InvalidResponseError(
7480
+ `CredentialVaultClient.getCredentialsDetailsList:200`,
7481
+ err,
7482
+ responseValue,
7483
+ void 0,
7484
+ void 0,
7485
+ response
7486
+ );
7487
+ }
7488
+ } catch (e) {
7489
+ if ((0, import_http_client12.isHttpClientAbortError)(e) || (0, import_shared_errors15.isInvalidResponseError)(e)) {
7490
+ throw e;
7491
+ }
7492
+ if (!(0, import_http_client12.isHttpClientResponseError)(e)) {
7493
+ throw new import_shared_errors15.ApiClientError("UnexpectedError", "Unexpected error", e);
7494
+ }
7495
+ const response = e.response;
7496
+ await apiGatewayErrorsHandler(response);
7497
+ switch (response.status) {
7498
+ case 400: {
7499
+ const responseValue = await response.body("json");
7500
+ try {
7501
+ const errorBody = this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
7502
+ throw new ErrorEnvelopeError(
7503
+ `400`,
7504
+ response,
7505
+ errorBody,
7506
+ getErrorMessage(
7507
+ errorBody,
7508
+ "Failed. The input is invalid. E.g. Requested credentials with unsupported scope. Only SYNTHETIC and APP_ENGINE scope are supported."
7509
+ ),
7510
+ e
7511
+ );
7512
+ } catch (err) {
7513
+ if (err instanceof ErrorEnvelopeError) {
7514
+ throw err;
7515
+ }
7516
+ throw new import_shared_errors15.InvalidResponseError(
7517
+ `CredentialVaultClient.getCredentialsDetailsList:400`,
7518
+ err,
7519
+ responseValue,
7520
+ "ErrorEnvelope",
7521
+ void 0,
7522
+ response
7523
+ );
7524
+ }
7525
+ }
7526
+ case 403: {
7527
+ const responseValue = await response.body("json");
7528
+ try {
7529
+ const errorBody = this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
7530
+ throw new ErrorEnvelopeError(
7531
+ `403`,
7532
+ response,
7533
+ errorBody,
7534
+ getErrorMessage(errorBody, "Failed. Requested credentials belong to another user."),
7535
+ e
7536
+ );
7537
+ } catch (err) {
7538
+ if (err instanceof ErrorEnvelopeError) {
7539
+ throw err;
7540
+ }
7541
+ throw new import_shared_errors15.InvalidResponseError(
7542
+ `CredentialVaultClient.getCredentialsDetailsList:403`,
7543
+ err,
7544
+ responseValue,
7545
+ "ErrorEnvelope",
7546
+ void 0,
7547
+ response
7548
+ );
7549
+ }
7550
+ }
7551
+ default: {
7552
+ if (response.status >= 400 && response.status <= 499) {
7553
+ const responseValue = await response.body("json");
7554
+ try {
7555
+ const errorBody = this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
7556
+ throw new ErrorEnvelopeError(
7557
+ `${response.status}`,
7558
+ response,
7559
+ errorBody,
7560
+ getErrorMessage(errorBody, "Client side error."),
7561
+ e
7562
+ );
7563
+ } catch (err) {
7564
+ if (err instanceof ErrorEnvelopeError) {
7565
+ throw err;
7566
+ }
7567
+ throw new import_shared_errors15.InvalidResponseError(
7568
+ `CredentialVaultClient.getCredentialsDetailsList:${response.status}`,
7569
+ err,
7570
+ responseValue,
7571
+ "ErrorEnvelope",
7572
+ void 0,
7573
+ response
7574
+ );
7575
+ }
7576
+ } else if (response.status >= 500 && response.status <= 599) {
7577
+ const responseValue = await response.body("json");
7578
+ try {
7579
+ const errorBody = this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
7580
+ throw new ErrorEnvelopeError(
7581
+ `${response.status}`,
7582
+ response,
7583
+ errorBody,
7584
+ getErrorMessage(errorBody, "Server side error."),
7585
+ e
7586
+ );
7587
+ } catch (err) {
7588
+ if (err instanceof ErrorEnvelopeError) {
7589
+ throw err;
7590
+ }
7591
+ throw new import_shared_errors15.InvalidResponseError(
7592
+ `CredentialVaultClient.getCredentialsDetailsList:${response.status}`,
7593
+ err,
7594
+ responseValue,
7595
+ "ErrorEnvelope",
7596
+ void 0,
7597
+ response
7598
+ );
7599
+ }
7600
+ } else {
7601
+ try {
7602
+ const responseValue = await response.body("json");
7603
+ throw new import_shared_errors15.ClientRequestError(
7604
+ `${response.status}`,
7605
+ response,
7606
+ responseValue,
7607
+ getErrorMessage(
7608
+ responseValue,
7609
+ `Unexpected api response: code=${response.status} body="${responseValue}"`
7610
+ )
7611
+ );
7612
+ } catch (error) {
7613
+ if (error instanceof import_shared_errors15.ClientRequestError) {
7614
+ throw error;
7615
+ }
7616
+ const responseValue = await response.body("text").catch(() => "");
7617
+ throw new import_shared_errors15.InvalidResponseError(
7618
+ `${response.status}`,
7619
+ error,
7620
+ responseValue,
7621
+ "json",
7622
+ "Unexpected api response",
7623
+ response
7624
+ );
7625
+ }
7626
+ }
7627
+ }
7628
+ }
7629
+ }
7630
+ }
7425
7631
  };
7426
7632
  var credentialVaultClient = /* @__PURE__ */ new CredentialVaultClient(import_http_client12.httpClient);
7427
7633
 
@@ -13988,9 +14194,10 @@ var LogsClient = class {
13988
14194
  throw new import_shared_errors20.ApiClientError("API client error", "API client call is missing mandatory config parameter");
13989
14195
  }
13990
14196
  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;
14197
+ const query = toQueryString({ "content-type": config.contentType });
13991
14198
  try {
13992
14199
  const response = await this.httpClient.send({
13993
- url: `/platform/classic/environment-api/v2/logs/ingest`,
14200
+ url: `/platform/classic/environment-api/v2/logs/ingest${query}`,
13994
14201
  method: "POST",
13995
14202
  requestBodyType: mimeTypeToEncoding(config.type),
13996
14203
  body: encodedBody,
@@ -19805,7 +20012,7 @@ var RumManualInsertionTagsClient = class {
19805
20012
  this.shouldTransformDates = options?.transformDates ?? true;
19806
20013
  }
19807
20014
  /**
19808
- * Download the inline code | maturity=EARLY_ADOPTER
20015
+ * Download the inline code
19809
20016
  *
19810
20017
  * **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.
19811
20018
  *
@@ -19934,7 +20141,7 @@ var RumManualInsertionTagsClient = class {
19934
20141
  }
19935
20142
  }
19936
20143
  /**
19937
- * Download the JavaScript tag | maturity=EARLY_ADOPTER
20144
+ * Download the JavaScript tag
19938
20145
  *
19939
20146
  * **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.
19940
20147
  *
@@ -20070,7 +20277,7 @@ var RumManualInsertionTagsClient = class {
20070
20277
  }
20071
20278
  }
20072
20279
  /**
20073
- * Download the OneAgent JavaScript tag | maturity=EARLY_ADOPTER
20280
+ * Download the OneAgent JavaScript tag
20074
20281
  *
20075
20282
  * **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.
20076
20283
  *
@@ -20203,7 +20410,7 @@ var RumManualInsertionTagsClient = class {
20203
20410
  }
20204
20411
  }
20205
20412
  /**
20206
- * Download the OneAgent JavaScript tag with SRI | maturity=EARLY_ADOPTER
20413
+ * Download the OneAgent JavaScript tag with SRI
20207
20414
  *
20208
20415
  * **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.
20209
20416
  *
@@ -24238,7 +24445,7 @@ var SettingsObjectsClient = class {
24238
24445
  * const data =
24239
24446
  * await settingsObjectsClient.getSettingsHistory();
24240
24447
  *
24241
- * @throws {ErrorEnvelopeError} Failed. Forbidden. | No object available for the given objectId | Client side error. | Server side error.
24448
+ * @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.
24242
24449
  * @throws {InvalidResponseError}
24243
24450
  * @throws {ApiClientError}
24244
24451
  * @throws {ClientRequestError}
@@ -24292,6 +24499,34 @@ var SettingsObjectsClient = class {
24292
24499
  const response = e.response;
24293
24500
  await apiGatewayErrorsHandler(response);
24294
24501
  switch (response.status) {
24502
+ case 400: {
24503
+ const responseValue = await response.body("json");
24504
+ try {
24505
+ const errorBody = this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
24506
+ throw new ErrorEnvelopeError(
24507
+ `400`,
24508
+ response,
24509
+ errorBody,
24510
+ getErrorMessage(
24511
+ errorBody,
24512
+ "Failed. schemaId contains multiple schemaIds and request was for not for Dynatrace Platform."
24513
+ ),
24514
+ e
24515
+ );
24516
+ } catch (err) {
24517
+ if (err instanceof ErrorEnvelopeError) {
24518
+ throw err;
24519
+ }
24520
+ throw new import_shared_errors36.InvalidResponseError(
24521
+ `SettingsObjectsClient.getSettingsHistory:400`,
24522
+ err,
24523
+ responseValue,
24524
+ "ErrorEnvelope",
24525
+ void 0,
24526
+ response
24527
+ );
24528
+ }
24529
+ }
24295
24530
  case 403: {
24296
24531
  const responseValue = await response.body("json");
24297
24532
  try {
@@ -28283,7 +28518,13 @@ var SyntheticLocationsNodesAndConfigurationClient = class {
28283
28518
  if (!config) {
28284
28519
  throw new import_shared_errors39.ApiClientError("API client error", "API client call is missing mandatory config parameter");
28285
28520
  }
28286
- const query = toQueryString({ platform: config.platform, namespace: config.namespace, filename: config.filename });
28521
+ const query = toQueryString({
28522
+ platform: config.platform,
28523
+ namespace: config.namespace,
28524
+ filename: config.filename,
28525
+ fipsMode: config.fipsMode,
28526
+ squidProxyConfig: config.squidProxyConfig
28527
+ });
28287
28528
  try {
28288
28529
  await this.httpClient.send({
28289
28530
  url: `/platform/classic/environment-api/v2/synthetic/locations/commands/apply${query}`,
@@ -29684,16 +29925,12 @@ var SyntheticNetworkAvailabilityMonitorsClient = class {
29684
29925
  * @throws {ClientRequestError}
29685
29926
  */
29686
29927
  async createMonitor(config) {
29687
- if (!config) {
29688
- throw new import_shared_errors40.ApiClientError("API client error", "API client call is missing mandatory config parameter");
29689
- }
29690
- const encodedBody = this.shouldTransformDates ? transformRequest(config.body, []) : config.body;
29691
29928
  try {
29692
29929
  const response = await this.httpClient.send({
29693
29930
  url: `/platform/classic/environment-api/v2/synthetic/monitors`,
29694
29931
  method: "POST",
29695
29932
  requestBodyType: "json",
29696
- body: encodedBody,
29933
+ body: config.body,
29697
29934
  headers: {
29698
29935
  "Content-Type": "application/json; charset=utf-8",
29699
29936
  Accept: "application/json; charset=utf-8, application/json"
@@ -29804,7 +30041,7 @@ var SyntheticNetworkAvailabilityMonitorsClient = class {
29804
30041
  *
29805
30042
  * **Required scope:** environment-api:synthetic-monitors:read<br/>**Required permission:** environment:roles:manage-settings
29806
30043
  *
29807
- * @returns {Promise<SyntheticMultiProtocolMonitorResponse>} Success
30044
+ * @returns {Promise<SyntheticMultiProtocolMonitorResponse | SyntheticBrowserMonitorResponse>} Success
29808
30045
  *
29809
30046
  * @example <caption>Code example</caption>
29810
30047
  * import { syntheticNetworkAvailabilityMonitorsClient } from "@dynatrace-sdk/client-classic-environment-v2";
@@ -29834,7 +30071,7 @@ var SyntheticNetworkAvailabilityMonitorsClient = class {
29834
30071
  });
29835
30072
  const responseValue = await response.body("json");
29836
30073
  try {
29837
- return this.shouldTransformDates ? transformResponse(responseValue, []) : responseValue;
30074
+ return responseValue;
29838
30075
  } catch (err) {
29839
30076
  throw new import_shared_errors40.InvalidResponseError(
29840
30077
  `SyntheticNetworkAvailabilityMonitorsClient.getMonitor:200`,
@@ -29947,16 +30184,12 @@ var SyntheticNetworkAvailabilityMonitorsClient = class {
29947
30184
  * @throws {ClientRequestError}
29948
30185
  */
29949
30186
  async updateMonitor(config) {
29950
- if (!config) {
29951
- throw new import_shared_errors40.ApiClientError("API client error", "API client call is missing mandatory config parameter");
29952
- }
29953
- const encodedBody = this.shouldTransformDates ? transformRequest(config.body, []) : config.body;
29954
30187
  try {
29955
30188
  await this.httpClient.send({
29956
30189
  url: `/platform/classic/environment-api/v2/synthetic/monitors/${config.monitorId}`,
29957
30190
  method: "PUT",
29958
30191
  requestBodyType: "json",
29959
- body: encodedBody,
30192
+ body: config.body,
29960
30193
  headers: {
29961
30194
  "Content-Type": "application/json; charset=utf-8"
29962
30195
  },
@@ -31756,6 +31989,7 @@ var AssetInfoDtoType = /* @__PURE__ */ ((AssetInfoDtoType2) => {
31756
31989
  AssetInfoDtoType2["LqlLogProcessingRule"] = "LQL_LOG_PROCESSING_RULE";
31757
31990
  AssetInfoDtoType2["MetricMetadata"] = "METRIC_METADATA";
31758
31991
  AssetInfoDtoType2["MetricQuery"] = "METRIC_QUERY";
31992
+ AssetInfoDtoType2["OpenPipeline"] = "OPEN_PIPELINE";
31759
31993
  AssetInfoDtoType2["ProcessGroupingRules"] = "PROCESS_GROUPING_RULES";
31760
31994
  AssetInfoDtoType2["ScreenActions"] = "SCREEN_ACTIONS";
31761
31995
  AssetInfoDtoType2["ScreenChartGroups"] = "SCREEN_CHART_GROUPS";
@@ -31852,6 +32086,38 @@ var AuditLogEntryUserType = /* @__PURE__ */ ((AuditLogEntryUserType2) => {
31852
32086
  return AuditLogEntryUserType2;
31853
32087
  })(AuditLogEntryUserType || {});
31854
32088
 
32089
+ // packages/client/classic-environment-v2/src/lib/models/authentication-dto-input-type.ts
32090
+ var AuthenticationDtoInputType = /* @__PURE__ */ ((AuthenticationDtoInputType2) => {
32091
+ AuthenticationDtoInputType2["Plain"] = "PLAIN";
32092
+ AuthenticationDtoInputType2["Secure"] = "SECURE";
32093
+ return AuthenticationDtoInputType2;
32094
+ })(AuthenticationDtoInputType || {});
32095
+
32096
+ // packages/client/classic-environment-v2/src/lib/models/authentication-dto-type.ts
32097
+ var AuthenticationDtoType = /* @__PURE__ */ ((AuthenticationDtoType2) => {
32098
+ AuthenticationDtoType2["HttpAuthentication"] = "HTTP_AUTHENTICATION";
32099
+ AuthenticationDtoType2["Kerberos"] = "KERBEROS";
32100
+ AuthenticationDtoType2["Webform"] = "WEBFORM";
32101
+ return AuthenticationDtoType2;
32102
+ })(AuthenticationDtoType || {});
32103
+
32104
+ // packages/client/classic-environment-v2/src/lib/models/base-wait-condition-dto-type.ts
32105
+ var BaseWaitConditionDtoType = /* @__PURE__ */ ((BaseWaitConditionDtoType2) => {
32106
+ BaseWaitConditionDtoType2["Network"] = "NETWORK";
32107
+ BaseWaitConditionDtoType2["NextEvent"] = "NEXT_EVENT";
32108
+ BaseWaitConditionDtoType2["PageComplete"] = "PAGE_COMPLETE";
32109
+ BaseWaitConditionDtoType2["Time"] = "TIME";
32110
+ BaseWaitConditionDtoType2["Validation"] = "VALIDATION";
32111
+ return BaseWaitConditionDtoType2;
32112
+ })(BaseWaitConditionDtoType || {});
32113
+
32114
+ // packages/client/classic-environment-v2/src/lib/models/chromium-startup-flags-dto-autoplay-policy.ts
32115
+ var ChromiumStartupFlagsDtoAutoplayPolicy = /* @__PURE__ */ ((ChromiumStartupFlagsDtoAutoplayPolicy2) => {
32116
+ ChromiumStartupFlagsDtoAutoplayPolicy2["NoUserGestureRequired"] = "no-user-gesture-required";
32117
+ ChromiumStartupFlagsDtoAutoplayPolicy2["DocumentUserActivationRequired"] = "document-user-activation-required";
32118
+ return ChromiumStartupFlagsDtoAutoplayPolicy2;
32119
+ })(ChromiumStartupFlagsDtoAutoplayPolicy || {});
32120
+
31855
32121
  // packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details-type.ts
31856
32122
  var CodeLevelVulnerabilityDetailsType = /* @__PURE__ */ ((CodeLevelVulnerabilityDetailsType2) => {
31857
32123
  CodeLevelVulnerabilityDetailsType2["CmdInjection"] = "CMD_INJECTION";
@@ -32067,6 +32333,7 @@ var EventIngestEventType = /* @__PURE__ */ ((EventIngestEventType2) => {
32067
32333
  EventIngestEventType2["MarkedForTermination"] = "MARKED_FOR_TERMINATION";
32068
32334
  EventIngestEventType2["PerformanceEvent"] = "PERFORMANCE_EVENT";
32069
32335
  EventIngestEventType2["ResourceContentionEvent"] = "RESOURCE_CONTENTION_EVENT";
32336
+ EventIngestEventType2["Warning"] = "WARNING";
32070
32337
  return EventIngestEventType2;
32071
32338
  })(EventIngestEventType || {});
32072
32339
 
@@ -32197,6 +32464,13 @@ var FilterType = /* @__PURE__ */ ((FilterType2) => {
32197
32464
  return FilterType2;
32198
32465
  })(FilterType || {});
32199
32466
 
32467
+ // packages/client/classic-environment-v2/src/lib/models/filtered-requests-dto-mode.ts
32468
+ var FilteredRequestsDtoMode = /* @__PURE__ */ ((FilteredRequestsDtoMode2) => {
32469
+ FilteredRequestsDtoMode2["Block"] = "BLOCK";
32470
+ FilteredRequestsDtoMode2["Allow"] = "ALLOW";
32471
+ return FilteredRequestsDtoMode2;
32472
+ })(FilteredRequestsDtoMode || {});
32473
+
32200
32474
  // packages/client/classic-environment-v2/src/lib/models/get-all-active-gates-query-auto-update.ts
32201
32475
  var GetAllActiveGatesQueryAutoUpdate = /* @__PURE__ */ ((GetAllActiveGatesQueryAutoUpdate2) => {
32202
32476
  GetAllActiveGatesQueryAutoUpdate2["Disabled"] = "DISABLED";
@@ -32528,6 +32802,37 @@ var ImpactImpactType = /* @__PURE__ */ ((ImpactImpactType2) => {
32528
32802
  return ImpactImpactType2;
32529
32803
  })(ImpactImpactType || {});
32530
32804
 
32805
+ // packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-load-action-kpm.ts
32806
+ var KeyPerformanceMetricsLoadActionKpm = /* @__PURE__ */ ((KeyPerformanceMetricsLoadActionKpm2) => {
32807
+ KeyPerformanceMetricsLoadActionKpm2["UserActionDuration"] = "USER_ACTION_DURATION";
32808
+ KeyPerformanceMetricsLoadActionKpm2["VisuallyComplete"] = "VISUALLY_COMPLETE";
32809
+ KeyPerformanceMetricsLoadActionKpm2["SpeedIndex"] = "SPEED_INDEX";
32810
+ KeyPerformanceMetricsLoadActionKpm2["DomInteractive"] = "DOM_INTERACTIVE";
32811
+ KeyPerformanceMetricsLoadActionKpm2["LoadEventStart"] = "LOAD_EVENT_START";
32812
+ KeyPerformanceMetricsLoadActionKpm2["LoadEventEnd"] = "LOAD_EVENT_END";
32813
+ KeyPerformanceMetricsLoadActionKpm2["ResponseStart"] = "RESPONSE_START";
32814
+ KeyPerformanceMetricsLoadActionKpm2["ResponseEnd"] = "RESPONSE_END";
32815
+ KeyPerformanceMetricsLoadActionKpm2["LargestContentfulPaint"] = "LARGEST_CONTENTFUL_PAINT";
32816
+ KeyPerformanceMetricsLoadActionKpm2["CumulativeLayoutShift"] = "CUMULATIVE_LAYOUT_SHIFT";
32817
+ return KeyPerformanceMetricsLoadActionKpm2;
32818
+ })(KeyPerformanceMetricsLoadActionKpm || {});
32819
+
32820
+ // packages/client/classic-environment-v2/src/lib/models/key-performance-metrics-xhr-action-kpm.ts
32821
+ var KeyPerformanceMetricsXhrActionKpm = /* @__PURE__ */ ((KeyPerformanceMetricsXhrActionKpm2) => {
32822
+ KeyPerformanceMetricsXhrActionKpm2["UserActionDuration"] = "USER_ACTION_DURATION";
32823
+ KeyPerformanceMetricsXhrActionKpm2["VisuallyComplete"] = "VISUALLY_COMPLETE";
32824
+ KeyPerformanceMetricsXhrActionKpm2["ResponseStart"] = "RESPONSE_START";
32825
+ KeyPerformanceMetricsXhrActionKpm2["ResponseEnd"] = "RESPONSE_END";
32826
+ return KeyPerformanceMetricsXhrActionKpm2;
32827
+ })(KeyPerformanceMetricsXhrActionKpm || {});
32828
+
32829
+ // packages/client/classic-environment-v2/src/lib/models/keystrokes-input-dto-type.ts
32830
+ var KeystrokesInputDtoType = /* @__PURE__ */ ((KeystrokesInputDtoType2) => {
32831
+ KeystrokesInputDtoType2["Plain"] = "PLAIN";
32832
+ KeystrokesInputDtoType2["Secure"] = "SECURE";
32833
+ return KeystrokesInputDtoType2;
32834
+ })(KeystrokesInputDtoType || {});
32835
+
32531
32836
  // packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.ts
32532
32837
  var ListCredentialsQueryType = /* @__PURE__ */ ((ListCredentialsQueryType2) => {
32533
32838
  ListCredentialsQueryType2["Certificate"] = "CERTIFICATE";
@@ -32586,6 +32891,13 @@ var LocationCollectionElementType = /* @__PURE__ */ ((LocationCollectionElementT
32586
32891
  return LocationCollectionElementType2;
32587
32892
  })(LocationCollectionElementType || {});
32588
32893
 
32894
+ // packages/client/classic-environment-v2/src/lib/models/locator-dto-type.ts
32895
+ var LocatorDtoType = /* @__PURE__ */ ((LocatorDtoType2) => {
32896
+ LocatorDtoType2["Css"] = "CSS";
32897
+ LocatorDtoType2["Dom"] = "DOM";
32898
+ return LocatorDtoType2;
32899
+ })(LocatorDtoType || {});
32900
+
32589
32901
  // packages/client/classic-environment-v2/src/lib/models/log-record-event-type.ts
32590
32902
  var LogRecordEventType = /* @__PURE__ */ ((LogRecordEventType2) => {
32591
32903
  LogRecordEventType2["K8S"] = "K8S";
@@ -32791,6 +33103,14 @@ var PrivateSyntheticLocationDeploymentType = /* @__PURE__ */ ((PrivateSyntheticL
32791
33103
  return PrivateSyntheticLocationDeploymentType2;
32792
33104
  })(PrivateSyntheticLocationDeploymentType || {});
32793
33105
 
33106
+ // packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-fips-mode.ts
33107
+ var PrivateSyntheticLocationFipsMode = /* @__PURE__ */ ((PrivateSyntheticLocationFipsMode2) => {
33108
+ PrivateSyntheticLocationFipsMode2["Disabled"] = "DISABLED";
33109
+ PrivateSyntheticLocationFipsMode2["Enabled"] = "ENABLED";
33110
+ PrivateSyntheticLocationFipsMode2["EnabledWithCorporateProxy"] = "ENABLED_WITH_CORPORATE_PROXY";
33111
+ return PrivateSyntheticLocationFipsMode2;
33112
+ })(PrivateSyntheticLocationFipsMode || {});
33113
+
32794
33114
  // packages/client/classic-environment-v2/src/lib/models/private-synthetic-location-status.ts
32795
33115
  var PrivateSyntheticLocationStatus = /* @__PURE__ */ ((PrivateSyntheticLocationStatus2) => {
32796
33116
  PrivateSyntheticLocationStatus2["Disabled"] = "DISABLED";
@@ -32967,6 +33287,16 @@ var RemovePermissionPathAccessorType = /* @__PURE__ */ ((RemovePermissionPathAcc
32967
33287
  return RemovePermissionPathAccessorType2;
32968
33288
  })(RemovePermissionPathAccessorType || {});
32969
33289
 
33290
+ // packages/client/classic-environment-v2/src/lib/models/request-filter-dto-type.ts
33291
+ var RequestFilterDtoType = /* @__PURE__ */ ((RequestFilterDtoType2) => {
33292
+ RequestFilterDtoType2["StartsWith"] = "STARTS_WITH";
33293
+ RequestFilterDtoType2["EndsWith"] = "ENDS_WITH";
33294
+ RequestFilterDtoType2["Contains"] = "CONTAINS";
33295
+ RequestFilterDtoType2["Equals"] = "EQUALS";
33296
+ RequestFilterDtoType2["Regex"] = "REGEX";
33297
+ return RequestFilterDtoType2;
33298
+ })(RequestFilterDtoType || {});
33299
+
32970
33300
  // packages/client/classic-environment-v2/src/lib/models/resource-context-operations-item.ts
32971
33301
  var ResourceContextOperationsItem = /* @__PURE__ */ ((ResourceContextOperationsItem2) => {
32972
33302
  ResourceContextOperationsItem2["Delete"] = "delete";
@@ -33322,6 +33652,32 @@ var SLOStatus = /* @__PURE__ */ ((SLOStatus2) => {
33322
33652
  return SLOStatus2;
33323
33653
  })(SLOStatus || {});
33324
33654
 
33655
+ // packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-request-type.ts
33656
+ var SyntheticBrowserMonitorRequestType = /* @__PURE__ */ ((SyntheticBrowserMonitorRequestType2) => {
33657
+ SyntheticBrowserMonitorRequestType2["MultiProtocol"] = "MULTI_PROTOCOL";
33658
+ SyntheticBrowserMonitorRequestType2["Browser"] = "BROWSER";
33659
+ return SyntheticBrowserMonitorRequestType2;
33660
+ })(SyntheticBrowserMonitorRequestType || {});
33661
+
33662
+ // packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-response-type.ts
33663
+ var SyntheticBrowserMonitorResponseType = /* @__PURE__ */ ((SyntheticBrowserMonitorResponseType2) => {
33664
+ SyntheticBrowserMonitorResponseType2["MultiProtocol"] = "MULTI_PROTOCOL";
33665
+ SyntheticBrowserMonitorResponseType2["Browser"] = "BROWSER";
33666
+ return SyntheticBrowserMonitorResponseType2;
33667
+ })(SyntheticBrowserMonitorResponseType || {});
33668
+
33669
+ // packages/client/classic-environment-v2/src/lib/models/synthetic-browser-monitor-step-dto-type.ts
33670
+ var SyntheticBrowserMonitorStepDtoType = /* @__PURE__ */ ((SyntheticBrowserMonitorStepDtoType2) => {
33671
+ SyntheticBrowserMonitorStepDtoType2["Click"] = "CLICK";
33672
+ SyntheticBrowserMonitorStepDtoType2["Cookie"] = "COOKIE";
33673
+ SyntheticBrowserMonitorStepDtoType2["Javascript"] = "JAVASCRIPT";
33674
+ SyntheticBrowserMonitorStepDtoType2["Keystrokes"] = "KEYSTROKES";
33675
+ SyntheticBrowserMonitorStepDtoType2["Navigate"] = "NAVIGATE";
33676
+ SyntheticBrowserMonitorStepDtoType2["SelectOption"] = "SELECT_OPTION";
33677
+ SyntheticBrowserMonitorStepDtoType2["Tap"] = "TAP";
33678
+ return SyntheticBrowserMonitorStepDtoType2;
33679
+ })(SyntheticBrowserMonitorStepDtoType || {});
33680
+
33325
33681
  // packages/client/classic-environment-v2/src/lib/models/synthetic-location-status.ts
33326
33682
  var SyntheticLocationStatus = /* @__PURE__ */ ((SyntheticLocationStatus2) => {
33327
33683
  SyntheticLocationStatus2["Disabled"] = "DISABLED";
@@ -33372,6 +33728,7 @@ var SyntheticMonitorSummaryDtoType = /* @__PURE__ */ ((SyntheticMonitorSummaryDt
33372
33728
  // packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-request-type.ts
33373
33729
  var SyntheticMultiProtocolMonitorRequestType = /* @__PURE__ */ ((SyntheticMultiProtocolMonitorRequestType2) => {
33374
33730
  SyntheticMultiProtocolMonitorRequestType2["MultiProtocol"] = "MULTI_PROTOCOL";
33731
+ SyntheticMultiProtocolMonitorRequestType2["Browser"] = "BROWSER";
33375
33732
  return SyntheticMultiProtocolMonitorRequestType2;
33376
33733
  })(SyntheticMultiProtocolMonitorRequestType || {});
33377
33734
 
@@ -33379,7 +33736,6 @@ var SyntheticMultiProtocolMonitorRequestType = /* @__PURE__ */ ((SyntheticMultiP
33379
33736
  var SyntheticMultiProtocolMonitorResponseType = /* @__PURE__ */ ((SyntheticMultiProtocolMonitorResponseType2) => {
33380
33737
  SyntheticMultiProtocolMonitorResponseType2["MultiProtocol"] = "MULTI_PROTOCOL";
33381
33738
  SyntheticMultiProtocolMonitorResponseType2["Browser"] = "BROWSER";
33382
- SyntheticMultiProtocolMonitorResponseType2["Http"] = "HTTP";
33383
33739
  return SyntheticMultiProtocolMonitorResponseType2;
33384
33740
  })(SyntheticMultiProtocolMonitorResponseType || {});
33385
33741
 
@@ -33514,6 +33870,14 @@ var UpdatePermissionsRequestPermissionsItem = /* @__PURE__ */ ((UpdatePermission
33514
33870
  return UpdatePermissionsRequestPermissionsItem2;
33515
33871
  })(UpdatePermissionsRequestPermissionsItem || {});
33516
33872
 
33873
+ // packages/client/classic-environment-v2/src/lib/models/validation-rule-dto-type.ts
33874
+ var ValidationRuleDtoType = /* @__PURE__ */ ((ValidationRuleDtoType2) => {
33875
+ ValidationRuleDtoType2["TextMatch"] = "TEXT_MATCH";
33876
+ ValidationRuleDtoType2["ContentMatch"] = "CONTENT_MATCH";
33877
+ ValidationRuleDtoType2["ElementMatch"] = "ELEMENT_MATCH";
33878
+ return ValidationRuleDtoType2;
33879
+ })(ValidationRuleDtoType || {});
33880
+
33517
33881
  // packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment-type.ts
33518
33882
  var VulnerableFunctionInputSegmentType = /* @__PURE__ */ ((VulnerableFunctionInputSegmentType2) => {
33519
33883
  VulnerableFunctionInputSegmentType2["MaliciousInput"] = "MALICIOUS_INPUT";