@azure-rest/load-testing 1.1.0-beta.1 → 1.2.0-beta.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.
- package/CHANGELOG.md +12 -0
- package/LICENSE +1 -1
- package/README.md +12 -13
- package/dist/browser/azureLoadTesting.js +14 -12
- package/dist/browser/azureLoadTesting.js.map +1 -1
- package/dist/browser/clientDefinitions.d.ts +66 -34
- package/dist/browser/clientDefinitions.js.map +1 -1
- package/dist/browser/getFileValidationPoller.js +16 -11
- package/dist/browser/getFileValidationPoller.js.map +1 -1
- package/dist/browser/getTestProfileRunCompletionPoller.js +16 -11
- package/dist/browser/getTestProfileRunCompletionPoller.js.map +1 -1
- package/dist/browser/getTestRunCompletionPoller.js +16 -11
- package/dist/browser/getTestRunCompletionPoller.js.map +1 -1
- package/dist/browser/index.d.ts +6 -6
- package/dist/browser/index.js +1 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/isUnexpected.d.ts +15 -9
- package/dist/browser/isUnexpected.js +21 -13
- package/dist/browser/isUnexpected.js.map +1 -1
- package/dist/browser/models.d.ts +205 -172
- package/dist/browser/models.js.map +1 -1
- package/dist/browser/outputModels.d.ts +290 -208
- package/dist/browser/outputModels.js.map +1 -1
- package/dist/browser/paginateHelper.js +43 -73
- package/dist/browser/paginateHelper.js.map +1 -1
- package/dist/browser/parameters.d.ts +107 -66
- package/dist/browser/parameters.js.map +1 -1
- package/dist/browser/pollingHelper.d.ts +82 -4
- package/dist/browser/pollingHelper.js +119 -15
- package/dist/browser/pollingHelper.js.map +1 -1
- package/dist/browser/responses.d.ts +234 -121
- package/dist/browser/responses.js.map +1 -1
- package/dist/commonjs/azureLoadTesting.js +53 -45
- package/dist/commonjs/azureLoadTesting.js.map +7 -1
- package/dist/commonjs/clientDefinitions.d.ts +66 -34
- package/dist/commonjs/clientDefinitions.js +15 -5
- package/dist/commonjs/clientDefinitions.js.map +7 -1
- package/dist/commonjs/getFileValidationPoller.js +151 -137
- package/dist/commonjs/getFileValidationPoller.js.map +7 -1
- package/dist/commonjs/getTestProfileRunCompletionPoller.js +139 -127
- package/dist/commonjs/getTestProfileRunCompletionPoller.js.map +7 -1
- package/dist/commonjs/getTestRunCompletionPoller.js +139 -125
- package/dist/commonjs/getTestRunCompletionPoller.js.map +7 -1
- package/dist/commonjs/index.d.ts +6 -6
- package/dist/commonjs/index.js +46 -20
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/isUnexpected.d.ts +15 -9
- package/dist/commonjs/isUnexpected.js +118 -105
- package/dist/commonjs/isUnexpected.js.map +7 -1
- package/dist/commonjs/logger.js +28 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models.d.ts +205 -172
- package/dist/commonjs/models.js +15 -5
- package/dist/commonjs/models.js.map +7 -1
- package/dist/commonjs/outputModels.d.ts +290 -208
- package/dist/commonjs/outputModels.js +15 -5
- package/dist/commonjs/outputModels.js.map +7 -1
- package/dist/commonjs/paginateHelper.js +118 -158
- package/dist/commonjs/paginateHelper.js.map +7 -1
- package/dist/commonjs/parameters.d.ts +107 -66
- package/dist/commonjs/parameters.js +15 -5
- package/dist/commonjs/parameters.js.map +7 -1
- package/dist/commonjs/pollingHelper.d.ts +82 -4
- package/dist/commonjs/pollingHelper.js +143 -24
- package/dist/commonjs/pollingHelper.js.map +7 -1
- package/dist/commonjs/responses.d.ts +234 -121
- package/dist/commonjs/responses.js +15 -5
- package/dist/commonjs/responses.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/commonjs/util/LROUtil.js +76 -54
- package/dist/commonjs/util/LROUtil.js.map +7 -1
- package/dist/esm/azureLoadTesting.js +32 -40
- package/dist/esm/azureLoadTesting.js.map +7 -1
- package/dist/esm/clientDefinitions.d.ts +66 -34
- package/dist/esm/clientDefinitions.js +0 -4
- package/dist/esm/clientDefinitions.js.map +7 -1
- package/dist/esm/getFileValidationPoller.js +126 -132
- package/dist/esm/getFileValidationPoller.js.map +7 -1
- package/dist/esm/getTestProfileRunCompletionPoller.js +114 -122
- package/dist/esm/getTestProfileRunCompletionPoller.js.map +7 -1
- package/dist/esm/getTestRunCompletionPoller.js +114 -120
- package/dist/esm/getTestRunCompletionPoller.js.map +7 -1
- package/dist/esm/index.d.ts +6 -6
- package/dist/esm/index.js +5 -11
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/isUnexpected.d.ts +15 -9
- package/dist/esm/isUnexpected.js +96 -103
- package/dist/esm/isUnexpected.js.map +7 -1
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +7 -1
- package/dist/esm/models.d.ts +205 -172
- package/dist/esm/models.js +0 -4
- package/dist/esm/models.js.map +7 -1
- package/dist/esm/outputModels.d.ts +290 -208
- package/dist/esm/outputModels.js +0 -4
- package/dist/esm/outputModels.js.map +7 -1
- package/dist/esm/paginateHelper.js +95 -155
- package/dist/esm/paginateHelper.js.map +7 -1
- package/dist/esm/parameters.d.ts +107 -66
- package/dist/esm/parameters.js +0 -4
- package/dist/esm/parameters.js.map +7 -1
- package/dist/esm/pollingHelper.d.ts +82 -4
- package/dist/esm/pollingHelper.js +117 -18
- package/dist/esm/pollingHelper.js.map +7 -1
- package/dist/esm/responses.d.ts +234 -121
- package/dist/esm/responses.js +0 -4
- package/dist/esm/responses.js.map +7 -1
- package/dist/esm/util/LROUtil.js +52 -50
- package/dist/esm/util/LROUtil.js.map +7 -1
- package/dist/react-native/azureLoadTesting.js +14 -12
- package/dist/react-native/azureLoadTesting.js.map +1 -1
- package/dist/react-native/clientDefinitions.d.ts +66 -34
- package/dist/react-native/clientDefinitions.js.map +1 -1
- package/dist/react-native/getFileValidationPoller.js +16 -11
- package/dist/react-native/getFileValidationPoller.js.map +1 -1
- package/dist/react-native/getTestProfileRunCompletionPoller.js +16 -11
- package/dist/react-native/getTestProfileRunCompletionPoller.js.map +1 -1
- package/dist/react-native/getTestRunCompletionPoller.js +16 -11
- package/dist/react-native/getTestRunCompletionPoller.js.map +1 -1
- package/dist/react-native/index.d.ts +6 -6
- package/dist/react-native/index.js +1 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/isUnexpected.d.ts +15 -9
- package/dist/react-native/isUnexpected.js +21 -13
- package/dist/react-native/isUnexpected.js.map +1 -1
- package/dist/react-native/models.d.ts +205 -172
- package/dist/react-native/models.js.map +1 -1
- package/dist/react-native/outputModels.d.ts +290 -208
- package/dist/react-native/outputModels.js.map +1 -1
- package/dist/react-native/paginateHelper.js +43 -73
- package/dist/react-native/paginateHelper.js.map +1 -1
- package/dist/react-native/parameters.d.ts +107 -66
- package/dist/react-native/parameters.js.map +1 -1
- package/dist/react-native/pollingHelper.d.ts +82 -4
- package/dist/react-native/pollingHelper.js +119 -15
- package/dist/react-native/pollingHelper.js.map +1 -1
- package/dist/react-native/responses.d.ts +234 -121
- package/dist/react-native/responses.js.map +1 -1
- package/package.json +69 -86
- package/review/{load-testing.api.md → load-testing-node.api.md} +420 -23
- package/dist/browser/azureLoadTesting.d.ts.map +0 -1
- package/dist/browser/clientDefinitions.d.ts.map +0 -1
- package/dist/browser/getFileValidationPoller.d.ts.map +0 -1
- package/dist/browser/getTestProfileRunCompletionPoller.d.ts.map +0 -1
- package/dist/browser/getTestRunCompletionPoller.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/isUnexpected.d.ts.map +0 -1
- package/dist/browser/logger.d.ts.map +0 -1
- package/dist/browser/models.d.ts.map +0 -1
- package/dist/browser/outputModels.d.ts.map +0 -1
- package/dist/browser/paginateHelper.d.ts.map +0 -1
- package/dist/browser/parameters.d.ts.map +0 -1
- package/dist/browser/pollingHelper.d.ts.map +0 -1
- package/dist/browser/responses.d.ts.map +0 -1
- package/dist/browser/util/LROUtil.d.ts.map +0 -1
- package/dist/commonjs/azureLoadTesting.d.ts.map +0 -1
- package/dist/commonjs/clientDefinitions.d.ts.map +0 -1
- package/dist/commonjs/getFileValidationPoller.d.ts.map +0 -1
- package/dist/commonjs/getTestProfileRunCompletionPoller.d.ts.map +0 -1
- package/dist/commonjs/getTestRunCompletionPoller.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/isUnexpected.d.ts.map +0 -1
- package/dist/commonjs/logger.d.ts.map +0 -1
- package/dist/commonjs/models.d.ts.map +0 -1
- package/dist/commonjs/outputModels.d.ts.map +0 -1
- package/dist/commonjs/paginateHelper.d.ts.map +0 -1
- package/dist/commonjs/parameters.d.ts.map +0 -1
- package/dist/commonjs/pollingHelper.d.ts.map +0 -1
- package/dist/commonjs/responses.d.ts.map +0 -1
- package/dist/commonjs/util/LROUtil.d.ts.map +0 -1
- package/dist/esm/azureLoadTesting.d.ts.map +0 -1
- package/dist/esm/clientDefinitions.d.ts.map +0 -1
- package/dist/esm/getFileValidationPoller.d.ts.map +0 -1
- package/dist/esm/getTestProfileRunCompletionPoller.d.ts.map +0 -1
- package/dist/esm/getTestRunCompletionPoller.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/isUnexpected.d.ts.map +0 -1
- package/dist/esm/logger.d.ts.map +0 -1
- package/dist/esm/models.d.ts.map +0 -1
- package/dist/esm/outputModels.d.ts.map +0 -1
- package/dist/esm/paginateHelper.d.ts.map +0 -1
- package/dist/esm/parameters.d.ts.map +0 -1
- package/dist/esm/pollingHelper.d.ts.map +0 -1
- package/dist/esm/responses.d.ts.map +0 -1
- package/dist/esm/util/LROUtil.d.ts.map +0 -1
- package/dist/react-native/azureLoadTesting.d.ts.map +0 -1
- package/dist/react-native/clientDefinitions.d.ts.map +0 -1
- package/dist/react-native/getFileValidationPoller.d.ts.map +0 -1
- package/dist/react-native/getTestProfileRunCompletionPoller.d.ts.map +0 -1
- package/dist/react-native/getTestRunCompletionPoller.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/isUnexpected.d.ts.map +0 -1
- package/dist/react-native/logger.d.ts.map +0 -1
- package/dist/react-native/models.d.ts.map +0 -1
- package/dist/react-native/outputModels.d.ts.map +0 -1
- package/dist/react-native/paginateHelper.d.ts.map +0 -1
- package/dist/react-native/parameters.d.ts.map +0 -1
- package/dist/react-native/pollingHelper.d.ts.map +0 -1
- package/dist/react-native/responses.d.ts.map +0 -1
- package/dist/react-native/util/LROUtil.d.ts.map +0 -1
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse, ErrorResponse } from \"@azure-rest/core-client\";\nimport type {\n TestOutput,\n PagedTestOutput,\n TestFileInfoOutput,\n PagedTestFileInfoOutput,\n TestAppComponentsOutput,\n TestServerMetricsConfigurationOutput,\n TestProfileOutput,\n PagedTestProfileOutput,\n TestRunOutput,\n PagedTestRunOutput,\n TestRunFileInfoOutput,\n MetricNamespaceCollectionOutput,\n MetricDefinitionCollectionOutput,\n MetricsOutput,\n DimensionValueListOutput,\n TestRunAppComponentsOutput,\n TestRunServerMetricsConfigurationOutput,\n TestProfileRunOutput,\n PagedTestProfileRunOutput,\n TriggerOutput,\n PagedTriggerOutput,\n NotificationRuleOutput,\n PagedNotificationRuleOutput,\n} from \"./outputModels.js\";\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationCreateOrUpdateTest200Response extends HttpResponse {\n status: \"200\";\n body: TestOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationCreateOrUpdateTest201Response extends HttpResponse {\n status: \"201\";\n body: TestOutput;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateTestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateTestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationCreateOrUpdateTestDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface LoadTestAdministrationDeleteTest204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface LoadTestAdministrationDeleteTestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationDeleteTestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationDeleteTestDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetTest200Response extends HttpResponse {\n status: \"200\";\n body: TestOutput;\n}\n\nexport interface LoadTestAdministrationGetTestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetTestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetTestDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationListTests200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestOutput;\n}\n\nexport interface LoadTestAdministrationListTestsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationListTestsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationListTestsDefaultHeaders;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationUploadTestFile201Response extends HttpResponse {\n status: \"201\";\n body: TestFileInfoOutput;\n}\n\nexport interface LoadTestAdministrationUploadTestFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationUploadTestFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationUploadTestFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetTestFile200Response extends HttpResponse {\n status: \"200\";\n body: TestFileInfoOutput;\n}\n\nexport interface LoadTestAdministrationGetTestFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetTestFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetTestFileDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface LoadTestAdministrationDeleteTestFile204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface LoadTestAdministrationDeleteTestFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationDeleteTestFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationDeleteTestFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationListTestFiles200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestFileInfoOutput;\n}\n\nexport interface LoadTestAdministrationListTestFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationListTestFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationListTestFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationCreateOrUpdateAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestAppComponentsOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationCreateOrUpdateAppComponents201Response extends HttpResponse {\n status: \"201\";\n body: TestAppComponentsOutput;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateAppComponentsDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationCreateOrUpdateAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestAppComponentsOutput;\n}\n\nexport interface LoadTestAdministrationGetAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfig200Response\n extends HttpResponse {\n status: \"200\";\n body: TestServerMetricsConfigurationOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfig201Response\n extends HttpResponse {\n status: \"201\";\n body: TestServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfigDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationCreateOrUpdateServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestAdministrationGetServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileAdministrationCreateOrUpdateTestProfile200Response\n extends HttpResponse {\n status: \"200\";\n body: TestProfileOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface TestProfileAdministrationCreateOrUpdateTestProfile201Response\n extends HttpResponse {\n status: \"201\";\n body: TestProfileOutput;\n}\n\nexport interface TestProfileAdministrationCreateOrUpdateTestProfileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationCreateOrUpdateTestProfileDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationCreateOrUpdateTestProfileDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TestProfileAdministrationDeleteTestProfile204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TestProfileAdministrationDeleteTestProfileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationDeleteTestProfileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationDeleteTestProfileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileAdministrationGetTestProfile200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileOutput;\n}\n\nexport interface TestProfileAdministrationGetTestProfileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationGetTestProfileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationGetTestProfileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileAdministrationListTestProfiles200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestProfileOutput;\n}\n\nexport interface TestProfileAdministrationListTestProfilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationListTestProfilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationListTestProfilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetTestRun200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\nexport interface LoadTestRunGetTestRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetTestRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetTestRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunCreateOrUpdateTestRun200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestRunCreateOrUpdateTestRun201Response extends HttpResponse {\n status: \"201\";\n body: TestRunOutput;\n}\n\nexport interface LoadTestRunCreateOrUpdateTestRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunCreateOrUpdateTestRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunCreateOrUpdateTestRunDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface LoadTestRunDeleteTestRun204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface LoadTestRunDeleteTestRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunDeleteTestRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunDeleteTestRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListTestRuns200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestRunOutput;\n}\n\nexport interface LoadTestRunListTestRunsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListTestRunsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListTestRunsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetTestRunFile200Response extends HttpResponse {\n status: \"200\";\n body: TestRunFileInfoOutput;\n}\n\nexport interface LoadTestRunGetTestRunFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetTestRunFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetTestRunFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunStop200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\nexport interface LoadTestRunStopDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunStopDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunStopDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetricNamespaces200Response extends HttpResponse {\n status: \"200\";\n body: MetricNamespaceCollectionOutput;\n}\n\nexport interface LoadTestRunListMetricNamespacesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricNamespacesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricNamespacesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetricDefinitions200Response extends HttpResponse {\n status: \"200\";\n body: MetricDefinitionCollectionOutput;\n}\n\nexport interface LoadTestRunListMetricDefinitionsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricDefinitionsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricDefinitionsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetrics200Response extends HttpResponse {\n status: \"200\";\n body: MetricsOutput;\n}\n\nexport interface LoadTestRunListMetricsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetricDimensionValues200Response extends HttpResponse {\n status: \"200\";\n body: DimensionValueListOutput;\n}\n\nexport interface LoadTestRunListMetricDimensionValuesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricDimensionValuesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricDimensionValuesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunCreateOrUpdateAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestRunAppComponentsOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestRunCreateOrUpdateAppComponents201Response extends HttpResponse {\n status: \"201\";\n body: TestRunAppComponentsOutput;\n}\n\nexport interface LoadTestRunCreateOrUpdateAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunCreateOrUpdateAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunCreateOrUpdateAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestRunAppComponentsOutput;\n}\n\nexport interface LoadTestRunGetAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestRunServerMetricsConfigurationOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfig201Response extends HttpResponse {\n status: \"201\";\n body: TestRunServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunCreateOrUpdateServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestRunServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestRunGetServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationGetTestProfileRun200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationGetTestProfileRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationGetTestProfileRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationGetTestProfileRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRun200Response\n extends HttpResponse {\n status: \"200\";\n body: TestProfileRunOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRun201Response\n extends HttpResponse {\n status: \"201\";\n body: TestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRunDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationCreateOrUpdateTestProfileRunDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TestProfileRunAdministrationDeleteTestProfileRun204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TestProfileRunAdministrationDeleteTestProfileRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationDeleteTestProfileRunDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationDeleteTestProfileRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationStop200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationStopDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationStopDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationStopDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationListTestProfileRuns200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationListTestProfileRunsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationListTestProfileRunsDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationListTestProfileRunsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TriggerAdministrationGetTrigger200Response extends HttpResponse {\n status: \"200\";\n body: TriggerOutput;\n}\n\nexport interface TriggerAdministrationGetTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationGetTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationGetTriggerDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TriggerAdministrationCreateOrUpdateTrigger200Response extends HttpResponse {\n status: \"200\";\n body: TriggerOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface TriggerAdministrationCreateOrUpdateTrigger201Response extends HttpResponse {\n status: \"201\";\n body: TriggerOutput;\n}\n\nexport interface TriggerAdministrationCreateOrUpdateTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationCreateOrUpdateTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationCreateOrUpdateTriggerDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TriggerAdministrationDeleteTrigger204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TriggerAdministrationDeleteTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationDeleteTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationDeleteTriggerDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TriggerAdministrationListTrigger200Response extends HttpResponse {\n status: \"200\";\n body: PagedTriggerOutput;\n}\n\nexport interface TriggerAdministrationListTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationListTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationListTriggerDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface NotificationRuleAdministrationGetNotificationRule200Response extends HttpResponse {\n status: \"200\";\n body: NotificationRuleOutput;\n}\n\nexport interface NotificationRuleAdministrationGetNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationGetNotificationRuleDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & NotificationRuleAdministrationGetNotificationRuleDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRule200Response\n extends HttpResponse {\n status: \"200\";\n body: NotificationRuleOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRule201Response\n extends HttpResponse {\n status: \"201\";\n body: NotificationRuleOutput;\n}\n\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRuleDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders &\n NotificationRuleAdministrationCreateOrUpdateNotificationRuleDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface NotificationRuleAdministrationDeleteNotificationRule204Response\n extends HttpResponse {\n status: \"204\";\n}\n\nexport interface NotificationRuleAdministrationDeleteNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationDeleteNotificationRuleDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & NotificationRuleAdministrationDeleteNotificationRuleDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface NotificationRuleAdministrationListNotificationRule200Response\n extends HttpResponse {\n status: \"200\";\n body: PagedNotificationRuleOutput;\n}\n\nexport interface NotificationRuleAdministrationListNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationListNotificationRuleDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & NotificationRuleAdministrationListNotificationRuleDefaultHeaders;\n}\n"]}
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/loadtesting/load-testing-rest/src/responses.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse, ErrorResponse } from \"@azure-rest/core-client\";\nimport type {\n OperationStatusOutput,\n TestOutput,\n PagedTestOutput,\n ResourceOperationStatusTestErrorOutput,\n TestFileInfoOutput,\n PagedTestFileInfoOutput,\n TestAppComponentsOutput,\n TestServerMetricsConfigurationOutput,\n TestProfileOutput,\n PagedTestProfileOutput,\n TriggerOutput,\n PagedTriggerOutput,\n NotificationRuleOutput,\n PagedNotificationRuleOutput,\n TestRunOutput,\n PagedTestRunOutput,\n TestRunFileInfoOutput,\n TestRunInsightsOutput,\n MetricNamespaceCollectionOutput,\n MetricDefinitionCollectionOutput,\n MetricsOutput,\n DimensionValueListOutput,\n TestRunAppComponentsOutput,\n TestRunServerMetricsConfigurationOutput,\n TestProfileRunOutput,\n PagedTestProfileRunOutput,\n} from \"./outputModels.js\";\n\n/** The request has succeeded. */\nexport interface OperationsGetStatus200Response extends HttpResponse {\n status: \"200\";\n body: OperationStatusOutput;\n}\n\nexport interface OperationsGetStatusDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface OperationsGetStatusDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & OperationsGetStatusDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationCreateOrUpdateTest200Response extends HttpResponse {\n status: \"200\";\n body: TestOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationCreateOrUpdateTest201Response extends HttpResponse {\n status: \"201\";\n body: TestOutput;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateTestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateTestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationCreateOrUpdateTestDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface LoadTestAdministrationDeleteTest204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface LoadTestAdministrationDeleteTestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationDeleteTestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationDeleteTestDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetTest200Response extends HttpResponse {\n status: \"200\";\n body: TestOutput;\n}\n\nexport interface LoadTestAdministrationGetTestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetTestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetTestDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationListTests200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestOutput;\n}\n\nexport interface LoadTestAdministrationListTestsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationListTestsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationListTestsDefaultHeaders;\n}\n\nexport interface LoadTestAdministrationCloneTest202Headers {\n /** The location for monitoring the operation state. */\n \"operation-location\": string;\n}\n\n/** The request has been accepted for processing, but processing has not yet completed. */\nexport interface LoadTestAdministrationCloneTest202Response extends HttpResponse {\n status: \"202\";\n body: ResourceOperationStatusTestErrorOutput;\n headers: RawHttpHeaders & LoadTestAdministrationCloneTest202Headers;\n}\n\nexport interface LoadTestAdministrationCloneTestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationCloneTestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationCloneTestDefaultHeaders;\n}\n\n/** The final response for long-running cloneTest operation */\nexport interface LoadTestAdministrationCloneTestLogicalResponse extends HttpResponse {\n status: \"200\";\n body: ResourceOperationStatusTestErrorOutput;\n}\n\nexport interface LoadTestAdministrationGenerateTestPlanRecommendations202Headers {\n /** The location for monitoring the operation state. */\n \"operation-location\": string;\n}\n\n/** The request has been accepted for processing, but processing has not yet completed. */\nexport interface LoadTestAdministrationGenerateTestPlanRecommendations202Response extends HttpResponse {\n status: \"202\";\n body: ResourceOperationStatusTestErrorOutput;\n headers: RawHttpHeaders & LoadTestAdministrationGenerateTestPlanRecommendations202Headers;\n}\n\nexport interface LoadTestAdministrationGenerateTestPlanRecommendationsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGenerateTestPlanRecommendationsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGenerateTestPlanRecommendationsDefaultHeaders;\n}\n\n/** The final response for long-running generateTestPlanRecommendations operation */\nexport interface LoadTestAdministrationGenerateTestPlanRecommendationsLogicalResponse extends HttpResponse {\n status: \"200\";\n body: ResourceOperationStatusTestErrorOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationUploadTestFile201Response extends HttpResponse {\n status: \"201\";\n body: TestFileInfoOutput;\n}\n\nexport interface LoadTestAdministrationUploadTestFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationUploadTestFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationUploadTestFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetTestFile200Response extends HttpResponse {\n status: \"200\";\n body: TestFileInfoOutput;\n}\n\nexport interface LoadTestAdministrationGetTestFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetTestFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetTestFileDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface LoadTestAdministrationDeleteTestFile204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface LoadTestAdministrationDeleteTestFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationDeleteTestFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationDeleteTestFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationListTestFiles200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestFileInfoOutput;\n}\n\nexport interface LoadTestAdministrationListTestFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationListTestFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationListTestFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationCreateOrUpdateAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestAppComponentsOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationCreateOrUpdateAppComponents201Response extends HttpResponse {\n status: \"201\";\n body: TestAppComponentsOutput;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationCreateOrUpdateAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestAppComponentsOutput;\n}\n\nexport interface LoadTestAdministrationGetAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestServerMetricsConfigurationOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfig201Response extends HttpResponse {\n status: \"201\";\n body: TestServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationCreateOrUpdateServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationCreateOrUpdateServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestAdministrationGetServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestAdministrationGetServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestAdministrationGetServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestAdministrationGetServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileAdministrationCreateOrUpdateTestProfile200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface TestProfileAdministrationCreateOrUpdateTestProfile201Response extends HttpResponse {\n status: \"201\";\n body: TestProfileOutput;\n}\n\nexport interface TestProfileAdministrationCreateOrUpdateTestProfileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationCreateOrUpdateTestProfileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationCreateOrUpdateTestProfileDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TestProfileAdministrationDeleteTestProfile204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TestProfileAdministrationDeleteTestProfileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationDeleteTestProfileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationDeleteTestProfileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileAdministrationGetTestProfile200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileOutput;\n}\n\nexport interface TestProfileAdministrationGetTestProfileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationGetTestProfileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationGetTestProfileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileAdministrationListTestProfiles200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestProfileOutput;\n}\n\nexport interface TestProfileAdministrationListTestProfilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileAdministrationListTestProfilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileAdministrationListTestProfilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TriggerAdministrationGetTrigger200Response extends HttpResponse {\n status: \"200\";\n body: TriggerOutput;\n}\n\nexport interface TriggerAdministrationGetTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationGetTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationGetTriggerDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TriggerAdministrationCreateOrUpdateTrigger200Response extends HttpResponse {\n status: \"200\";\n body: TriggerOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface TriggerAdministrationCreateOrUpdateTrigger201Response extends HttpResponse {\n status: \"201\";\n body: TriggerOutput;\n}\n\nexport interface TriggerAdministrationCreateOrUpdateTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationCreateOrUpdateTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationCreateOrUpdateTriggerDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TriggerAdministrationDeleteTrigger204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TriggerAdministrationDeleteTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationDeleteTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationDeleteTriggerDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TriggerAdministrationListTrigger200Response extends HttpResponse {\n status: \"200\";\n body: PagedTriggerOutput;\n}\n\nexport interface TriggerAdministrationListTriggerDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TriggerAdministrationListTriggerDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TriggerAdministrationListTriggerDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface NotificationRuleAdministrationGetNotificationRule200Response extends HttpResponse {\n status: \"200\";\n body: NotificationRuleOutput;\n}\n\nexport interface NotificationRuleAdministrationGetNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationGetNotificationRuleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & NotificationRuleAdministrationGetNotificationRuleDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRule200Response extends HttpResponse {\n status: \"200\";\n body: NotificationRuleOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRule201Response extends HttpResponse {\n status: \"201\";\n body: NotificationRuleOutput;\n}\n\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationCreateOrUpdateNotificationRuleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders &\n NotificationRuleAdministrationCreateOrUpdateNotificationRuleDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface NotificationRuleAdministrationDeleteNotificationRule204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface NotificationRuleAdministrationDeleteNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationDeleteNotificationRuleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & NotificationRuleAdministrationDeleteNotificationRuleDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface NotificationRuleAdministrationListNotificationRule200Response extends HttpResponse {\n status: \"200\";\n body: PagedNotificationRuleOutput;\n}\n\nexport interface NotificationRuleAdministrationListNotificationRuleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface NotificationRuleAdministrationListNotificationRuleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & NotificationRuleAdministrationListNotificationRuleDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetTestRun200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\nexport interface LoadTestRunGetTestRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetTestRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetTestRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunCreateOrUpdateTestRun200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestRunCreateOrUpdateTestRun201Response extends HttpResponse {\n status: \"201\";\n body: TestRunOutput;\n}\n\nexport interface LoadTestRunCreateOrUpdateTestRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunCreateOrUpdateTestRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunCreateOrUpdateTestRunDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface LoadTestRunDeleteTestRun204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface LoadTestRunDeleteTestRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunDeleteTestRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunDeleteTestRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListTestRuns200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestRunOutput;\n}\n\nexport interface LoadTestRunListTestRunsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListTestRunsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListTestRunsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetTestRunFile200Response extends HttpResponse {\n status: \"200\";\n body: TestRunFileInfoOutput;\n}\n\nexport interface LoadTestRunGetTestRunFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetTestRunFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetTestRunFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunStop200Response extends HttpResponse {\n status: \"200\";\n body: TestRunOutput;\n}\n\nexport interface LoadTestRunStopDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunStopDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunStopDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetLatestInsights200Response extends HttpResponse {\n status: \"200\";\n body: TestRunInsightsOutput;\n}\n\nexport interface LoadTestRunGetLatestInsightsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetLatestInsightsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetLatestInsightsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunUpdateLatestInsights200Response extends HttpResponse {\n status: \"200\";\n body: TestRunInsightsOutput;\n}\n\nexport interface LoadTestRunUpdateLatestInsightsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunUpdateLatestInsightsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunUpdateLatestInsightsDefaultHeaders;\n}\n\nexport interface LoadTestRunGenerateInsights202Headers {\n \"operation-location\": string;\n}\n\n/** The request has been accepted for processing, but processing has not yet completed. */\nexport interface LoadTestRunGenerateInsights202Response extends HttpResponse {\n status: \"202\";\n body: OperationStatusOutput;\n headers: RawHttpHeaders & LoadTestRunGenerateInsights202Headers;\n}\n\nexport interface LoadTestRunGenerateInsightsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGenerateInsightsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGenerateInsightsDefaultHeaders;\n}\n\n/** The final response for long-running generateInsights operation */\nexport interface LoadTestRunGenerateInsightsLogicalResponse extends HttpResponse {\n status: \"200\";\n body: OperationStatusOutput;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetricNamespaces200Response extends HttpResponse {\n status: \"200\";\n body: MetricNamespaceCollectionOutput;\n}\n\nexport interface LoadTestRunListMetricNamespacesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricNamespacesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricNamespacesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetricDefinitions200Response extends HttpResponse {\n status: \"200\";\n body: MetricDefinitionCollectionOutput;\n}\n\nexport interface LoadTestRunListMetricDefinitionsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricDefinitionsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricDefinitionsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetrics200Response extends HttpResponse {\n status: \"200\";\n body: MetricsOutput;\n}\n\nexport interface LoadTestRunListMetricsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunListMetricDimensionValues200Response extends HttpResponse {\n status: \"200\";\n body: DimensionValueListOutput;\n}\n\nexport interface LoadTestRunListMetricDimensionValuesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunListMetricDimensionValuesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunListMetricDimensionValuesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunCreateOrUpdateAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestRunAppComponentsOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestRunCreateOrUpdateAppComponents201Response extends HttpResponse {\n status: \"201\";\n body: TestRunAppComponentsOutput;\n}\n\nexport interface LoadTestRunCreateOrUpdateAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunCreateOrUpdateAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunCreateOrUpdateAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetAppComponents200Response extends HttpResponse {\n status: \"200\";\n body: TestRunAppComponentsOutput;\n}\n\nexport interface LoadTestRunGetAppComponentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetAppComponentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetAppComponentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestRunServerMetricsConfigurationOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfig201Response extends HttpResponse {\n status: \"201\";\n body: TestRunServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunCreateOrUpdateServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunCreateOrUpdateServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface LoadTestRunGetServerMetricsConfig200Response extends HttpResponse {\n status: \"200\";\n body: TestRunServerMetricsConfigurationOutput;\n}\n\nexport interface LoadTestRunGetServerMetricsConfigDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface LoadTestRunGetServerMetricsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & LoadTestRunGetServerMetricsConfigDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationGetTestProfileRun200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationGetTestProfileRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationGetTestProfileRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationGetTestProfileRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRun200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileRunOutput;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRun201Response extends HttpResponse {\n status: \"201\";\n body: TestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationCreateOrUpdateTestProfileRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationCreateOrUpdateTestProfileRunDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TestProfileRunAdministrationDeleteTestProfileRun204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TestProfileRunAdministrationDeleteTestProfileRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationDeleteTestProfileRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationDeleteTestProfileRunDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationStop200Response extends HttpResponse {\n status: \"200\";\n body: TestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationStopDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationStopDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationStopDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface TestProfileRunAdministrationListTestProfileRuns200Response extends HttpResponse {\n status: \"200\";\n body: PagedTestProfileRunOutput;\n}\n\nexport interface TestProfileRunAdministrationListTestProfileRunsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface TestProfileRunAdministrationListTestProfileRunsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & TestProfileRunAdministrationListTestProfileRunsDefaultHeaders;\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|
|
1
|
+
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
+
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
+
{
|
|
4
|
+
"tsdocVersion": "0.12",
|
|
5
|
+
"toolPackages": [
|
|
6
|
+
{
|
|
7
|
+
"packageName": "@microsoft/api-extractor",
|
|
8
|
+
"packageVersion": "7.57.6"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
11
|
+
}
|
|
@@ -1,60 +1,82 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var LROUtil_exports = {};
|
|
19
|
+
__export(LROUtil_exports, {
|
|
20
|
+
isTestProfileRunInProgress: () => isTestProfileRunInProgress,
|
|
21
|
+
isTestRunInProgress: () => isTestRunInProgress,
|
|
22
|
+
sleep: () => sleep
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(LROUtil_exports);
|
|
25
|
+
var import_abort_controller = require("@azure/abort-controller");
|
|
26
|
+
const REJECTED_ERR = new import_abort_controller.AbortError("The polling was aborted.");
|
|
10
27
|
function sleep(ms, signal) {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
return new Promise((resolve, reject) => {
|
|
29
|
+
if (signal.aborted) {
|
|
30
|
+
reject(REJECTED_ERR);
|
|
31
|
+
return;
|
|
32
|
+
}
|
|
33
|
+
const id = setTimeout(() => {
|
|
34
|
+
signal.removeEventListener("abort", onAbort);
|
|
35
|
+
if (signal.aborted) {
|
|
36
|
+
reject(REJECTED_ERR);
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
resolve();
|
|
40
|
+
}, ms);
|
|
41
|
+
signal.addEventListener("abort", onAbort, { once: true });
|
|
42
|
+
function onAbort() {
|
|
43
|
+
clearTimeout(id);
|
|
44
|
+
reject(REJECTED_ERR);
|
|
45
|
+
}
|
|
46
|
+
});
|
|
30
47
|
}
|
|
31
48
|
function isTestRunInProgress(testRunOutput) {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
49
|
+
switch (testRunOutput.status) {
|
|
50
|
+
case "ACCEPTED":
|
|
51
|
+
case "NOTSTARTED":
|
|
52
|
+
case "PROVISIONING":
|
|
53
|
+
case "PROVISIONED":
|
|
54
|
+
case "CONFIGURING":
|
|
55
|
+
case "CONFIGURED":
|
|
56
|
+
case "EXECUTING":
|
|
57
|
+
case "EXECUTED":
|
|
58
|
+
case "DEPROVISIONING":
|
|
59
|
+
case "DEPROVISIONED":
|
|
60
|
+
case "CANCELLING":
|
|
61
|
+
return true;
|
|
62
|
+
default:
|
|
63
|
+
return false;
|
|
64
|
+
}
|
|
48
65
|
}
|
|
49
66
|
function isTestProfileRunInProgress(testProfileRunOutput) {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
67
|
+
switch (testProfileRunOutput.status) {
|
|
68
|
+
case "ACCEPTED":
|
|
69
|
+
case "NOTSTARTED":
|
|
70
|
+
case "EXECUTING":
|
|
71
|
+
case "CANCELLING":
|
|
72
|
+
return true;
|
|
73
|
+
default:
|
|
74
|
+
return false;
|
|
75
|
+
}
|
|
59
76
|
}
|
|
60
|
-
|
|
77
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
78
|
+
0 && (module.exports = {
|
|
79
|
+
isTestProfileRunInProgress,
|
|
80
|
+
isTestRunInProgress,
|
|
81
|
+
sleep
|
|
82
|
+
});
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/loadtesting/load-testing-rest/src/util/LROUtil.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AbortSignalLike } from \"@azure/abort-controller\";\nimport { AbortError } from \"@azure/abort-controller\";\nimport type { TestRunOutput, TestProfileRunOutput } from \"../outputModels.js\";\n\nconst REJECTED_ERR = new AbortError(\"The polling was aborted.\");\n\nexport function sleep(ms: number, signal: AbortSignalLike): Promise<void> {\n return new Promise<void>((resolve, reject) => {\n if (signal.aborted) {\n reject(REJECTED_ERR);\n return;\n }\n\n const id = setTimeout(() => {\n signal.removeEventListener(\"abort\", onAbort);\n\n if (signal.aborted) {\n reject(REJECTED_ERR);\n return;\n }\n\n resolve();\n }, ms);\n\n signal.addEventListener(\"abort\", onAbort, { once: true });\n\n function onAbort(): void {\n clearTimeout(id);\n reject(REJECTED_ERR);\n }\n });\n}\n\nexport function isTestRunInProgress(testRunOutput: TestRunOutput): boolean {\n switch (testRunOutput.status) {\n case \"ACCEPTED\":\n case \"NOTSTARTED\":\n case \"PROVISIONING\":\n case \"PROVISIONED\":\n case \"CONFIGURING\":\n case \"CONFIGURED\":\n case \"EXECUTING\":\n case \"EXECUTED\":\n case \"DEPROVISIONING\":\n case \"DEPROVISIONED\":\n case \"CANCELLING\":\n return true;\n default:\n return false;\n }\n}\n\nexport function isTestProfileRunInProgress(testProfileRunOutput: TestProfileRunOutput): boolean {\n switch (testProfileRunOutput.status) {\n case \"ACCEPTED\":\n case \"NOTSTARTED\":\n case \"EXECUTING\":\n case \"CANCELLING\":\n return true;\n default:\n return false;\n }\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,8BAA2B;AAG3B,MAAM,eAAe,IAAI,mCAAW,0BAA0B;AAEvD,SAAS,MAAM,IAAY,QAAwC;AACxE,SAAO,IAAI,QAAc,CAAC,SAAS,WAAW;AAC5C,QAAI,OAAO,SAAS;AAClB,aAAO,YAAY;AACnB;AAAA,IACF;AAEA,UAAM,KAAK,WAAW,MAAM;AAC1B,aAAO,oBAAoB,SAAS,OAAO;AAE3C,UAAI,OAAO,SAAS;AAClB,eAAO,YAAY;AACnB;AAAA,MACF;AAEA,cAAQ;AAAA,IACV,GAAG,EAAE;AAEL,WAAO,iBAAiB,SAAS,SAAS,EAAE,MAAM,KAAK,CAAC;AAExD,aAAS,UAAgB;AACvB,mBAAa,EAAE;AACf,aAAO,YAAY;AAAA,IACrB;AAAA,EACF,CAAC;AACH;AAEO,SAAS,oBAAoB,eAAuC;AACzE,UAAQ,cAAc,QAAQ;AAAA,IAC5B,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AACH,aAAO;AAAA,IACT;AACE,aAAO;AAAA,EACX;AACF;AAEO,SAAS,2BAA2B,sBAAqD;AAC9F,UAAQ,qBAAqB,QAAQ;AAAA,IACnC,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AACH,aAAO;AAAA,IACT;AACE,aAAO;AAAA,EACX;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,43 +1,35 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import { __rest } from "tslib";
|
|
4
1
|
import { getClient } from "@azure-rest/core-client";
|
|
5
2
|
import { logger } from "./logger.js";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
if (!url.searchParams.get("api-version") && apiVersion) {
|
|
36
|
-
req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
|
|
37
|
-
}
|
|
38
|
-
return next(req);
|
|
39
|
-
},
|
|
40
|
-
});
|
|
41
|
-
return client;
|
|
3
|
+
function createClient(endpointParam, credentials, { apiVersion = "2025-11-01-preview", ...options } = {}) {
|
|
4
|
+
const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://${endpointParam}`;
|
|
5
|
+
const userAgentInfo = `azsdk-js-load-testing-rest/1.2.0-beta.1`;
|
|
6
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}` : `${userAgentInfo}`;
|
|
7
|
+
options = {
|
|
8
|
+
...options,
|
|
9
|
+
userAgentOptions: {
|
|
10
|
+
userAgentPrefix
|
|
11
|
+
},
|
|
12
|
+
loggingOptions: {
|
|
13
|
+
logger: options.loggingOptions?.logger ?? logger.info
|
|
14
|
+
},
|
|
15
|
+
credentials: {
|
|
16
|
+
scopes: options.credentials?.scopes ?? ["https://cnt-prod.loadtesting.azure.com/.default"]
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
const client = getClient(endpointUrl, credentials, options);
|
|
20
|
+
client.pipeline.removePolicy({ name: "ApiVersionPolicy" });
|
|
21
|
+
client.pipeline.addPolicy({
|
|
22
|
+
name: "ClientApiVersionPolicy",
|
|
23
|
+
sendRequest: (req, next) => {
|
|
24
|
+
const url = new URL(req.url);
|
|
25
|
+
if (!url.searchParams.get("api-version") && apiVersion) {
|
|
26
|
+
req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
|
|
27
|
+
}
|
|
28
|
+
return next(req);
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
return client;
|
|
42
32
|
}
|
|
43
|
-
|
|
33
|
+
export {
|
|
34
|
+
createClient as default
|
|
35
|
+
};
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/loadtesting/load-testing-rest/src/azureLoadTesting.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ClientOptions } from \"@azure-rest/core-client\";\nimport { getClient } from \"@azure-rest/core-client\";\nimport { logger } from \"./logger.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { AzureLoadTestingClient } from \"./clientDefinitions.js\";\n\n/** The optional parameters for the client */\nexport interface AzureLoadTestingClientOptions extends ClientOptions {\n /** The api version option of the client */\n apiVersion?: string;\n}\n\n/**\n * Initialize a new instance of `AzureLoadTestingClient`\n * @param endpointParam - A sequence of textual characters.\n * @param credentials - uniquely identify client credential\n * @param options - the parameter for all optional parameters\n */\nexport default function createClient(\n endpointParam: string,\n credentials: TokenCredential,\n { apiVersion = \"2025-11-01-preview\", ...options }: AzureLoadTestingClientOptions = {},\n): AzureLoadTestingClient {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://${endpointParam}`;\n const userAgentInfo = `azsdk-js-load-testing-rest/1.2.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`\n : `${userAgentInfo}`;\n options = {\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n loggingOptions: {\n logger: options.loggingOptions?.logger ?? logger.info,\n },\n credentials: {\n scopes: options.credentials?.scopes ?? [\"https://cnt-prod.loadtesting.azure.com/.default\"],\n },\n };\n const client = getClient(endpointUrl, credentials, options) as AzureLoadTestingClient;\n\n client.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n client.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\") && apiVersion) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n\n return client;\n}\n"],
|
|
5
|
+
"mappings": "AAIA,SAAS,iBAAiB;AAC1B,SAAS,cAAc;AAgBR,SAAR,aACL,eACA,aACA,EAAE,aAAa,sBAAsB,GAAG,QAAQ,IAAmC,CAAC,GAC5D;AACxB,QAAM,cAAc,QAAQ,YAAY,QAAQ,WAAW,WAAW,aAAa;AACnF,QAAM,gBAAgB;AACtB,QAAM,kBACJ,QAAQ,oBAAoB,QAAQ,iBAAiB,kBACjD,GAAG,QAAQ,iBAAiB,eAAe,IAAI,aAAa,KAC5D,GAAG,aAAa;AACtB,YAAU;AAAA,IACR,GAAG;AAAA,IACH,kBAAkB;AAAA,MAChB;AAAA,IACF;AAAA,IACA,gBAAgB;AAAA,MACd,QAAQ,QAAQ,gBAAgB,UAAU,OAAO;AAAA,IACnD;AAAA,IACA,aAAa;AAAA,MACX,QAAQ,QAAQ,aAAa,UAAU,CAAC,iDAAiD;AAAA,IAC3F;AAAA,EACF;AACA,QAAM,SAAS,UAAU,aAAa,aAAa,OAAO;AAE1D,SAAO,SAAS,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACzD,SAAO,SAAS,UAAU;AAAA,IACxB,MAAM;AAAA,IACN,aAAa,CAAC,KAAK,SAAS;AAG1B,YAAM,MAAM,IAAI,IAAI,IAAI,GAAG;AAC3B,UAAI,CAAC,IAAI,aAAa,IAAI,aAAa,KAAK,YAAY;AACtD,YAAI,MAAM,GAAG,IAAI,GAAG,GAClB,MAAM,KAAK,IAAI,aAAa,KAAK,CAAC,EAAE,SAAS,IAAI,MAAM,GACzD,eAAe,UAAU;AAAA,MAC3B;AAEA,aAAO,KAAK,GAAG;AAAA,IACjB;AAAA,EACF,CAAC;AAED,SAAO;AACT;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|