@azure-rest/load-testing 1.1.0-alpha.20260302.1 → 1.1.0-alpha.20260303.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/dist/browser/index.d.ts +5 -5
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +0 -5
- package/dist/browser/index.js.map +1 -1
- package/dist/commonjs/index.d.ts +5 -5
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +0 -5
- package/dist/commonjs/index.js.map +1 -1
- package/dist/esm/index.d.ts +5 -5
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/react-native/index.d.ts +5 -5
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +0 -5
- package/dist/react-native/index.js.map +1 -1
- package/package.json +4 -4
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import AzureLoadTesting from "./azureLoadTesting.js";
|
|
2
2
|
export * from "./azureLoadTesting.js";
|
|
3
|
-
export * from "./parameters.js";
|
|
4
|
-
export * from "./responses.js";
|
|
5
|
-
export * from "./clientDefinitions.js";
|
|
3
|
+
export type * from "./parameters.js";
|
|
4
|
+
export type * from "./responses.js";
|
|
5
|
+
export type * from "./clientDefinitions.js";
|
|
6
6
|
export * from "./isUnexpected.js";
|
|
7
|
-
export * from "./models.js";
|
|
8
|
-
export * from "./outputModels.js";
|
|
7
|
+
export type * from "./models.js";
|
|
8
|
+
export type * from "./outputModels.js";
|
|
9
9
|
export * from "./paginateHelper.js";
|
|
10
10
|
export { getLongRunningPoller } from "./pollingHelper.js";
|
|
11
11
|
export default AzureLoadTesting;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AACtC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,iBAAiB,CAAC;AACrC,mBAAmB,gBAAgB,CAAC;AACpC,mBAAmB,wBAAwB,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,aAAa,CAAC;AACjC,mBAAmB,mBAAmB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAG1D,eAAe,gBAAgB,CAAC"}
|
package/dist/browser/index.js
CHANGED
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
3
|
import AzureLoadTesting from "./azureLoadTesting.js";
|
|
4
4
|
export * from "./azureLoadTesting.js";
|
|
5
|
-
export * from "./parameters.js";
|
|
6
|
-
export * from "./responses.js";
|
|
7
|
-
export * from "./clientDefinitions.js";
|
|
8
5
|
export * from "./isUnexpected.js";
|
|
9
|
-
export * from "./models.js";
|
|
10
|
-
export * from "./outputModels.js";
|
|
11
6
|
export * from "./paginateHelper.js";
|
|
12
7
|
export { getLongRunningPoller } from "./pollingHelper.js";
|
|
13
8
|
// eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AAItC,cAAc,mBAAmB,CAAC;AAGlC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,kEAAkE;AAClE,eAAe,gBAAgB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport AzureLoadTesting from \"./azureLoadTesting.js\";\n\nexport * from \"./azureLoadTesting.js\";\nexport type * from \"./parameters.js\";\nexport type * from \"./responses.js\";\nexport type * from \"./clientDefinitions.js\";\nexport * from \"./isUnexpected.js\";\nexport type * from \"./models.js\";\nexport type * from \"./outputModels.js\";\nexport * from \"./paginateHelper.js\";\nexport { getLongRunningPoller } from \"./pollingHelper.js\";\n\n// eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named\nexport default AzureLoadTesting;\n"]}
|
package/dist/commonjs/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import AzureLoadTesting from "./azureLoadTesting.js";
|
|
2
2
|
export * from "./azureLoadTesting.js";
|
|
3
|
-
export * from "./parameters.js";
|
|
4
|
-
export * from "./responses.js";
|
|
5
|
-
export * from "./clientDefinitions.js";
|
|
3
|
+
export type * from "./parameters.js";
|
|
4
|
+
export type * from "./responses.js";
|
|
5
|
+
export type * from "./clientDefinitions.js";
|
|
6
6
|
export * from "./isUnexpected.js";
|
|
7
|
-
export * from "./models.js";
|
|
8
|
-
export * from "./outputModels.js";
|
|
7
|
+
export type * from "./models.js";
|
|
8
|
+
export type * from "./outputModels.js";
|
|
9
9
|
export * from "./paginateHelper.js";
|
|
10
10
|
export { getLongRunningPoller } from "./pollingHelper.js";
|
|
11
11
|
export default AzureLoadTesting;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AACtC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,iBAAiB,CAAC;AACrC,mBAAmB,gBAAgB,CAAC;AACpC,mBAAmB,wBAAwB,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,aAAa,CAAC;AACjC,mBAAmB,mBAAmB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAG1D,eAAe,gBAAgB,CAAC"}
|
package/dist/commonjs/index.js
CHANGED
|
@@ -6,12 +6,7 @@ exports.getLongRunningPoller = void 0;
|
|
|
6
6
|
const tslib_1 = require("tslib");
|
|
7
7
|
const azureLoadTesting_js_1 = tslib_1.__importDefault(require("./azureLoadTesting.js"));
|
|
8
8
|
tslib_1.__exportStar(require("./azureLoadTesting.js"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./parameters.js"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./responses.js"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./clientDefinitions.js"), exports);
|
|
12
9
|
tslib_1.__exportStar(require("./isUnexpected.js"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./models.js"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./outputModels.js"), exports);
|
|
15
10
|
tslib_1.__exportStar(require("./paginateHelper.js"), exports);
|
|
16
11
|
var pollingHelper_js_1 = require("./pollingHelper.js");
|
|
17
12
|
Object.defineProperty(exports, "getLongRunningPoller", { enumerable: true, get: function () { return pollingHelper_js_1.getLongRunningPoller; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAElC,wFAAqD;AAErD,gEAAsC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAElC,wFAAqD;AAErD,gEAAsC;AAItC,4DAAkC;AAGlC,8DAAoC;AACpC,uDAA0D;AAAjD,wHAAA,oBAAoB,OAAA;AAE7B,kEAAkE;AAClE,kBAAe,6BAAgB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport AzureLoadTesting from \"./azureLoadTesting.js\";\n\nexport * from \"./azureLoadTesting.js\";\nexport type * from \"./parameters.js\";\nexport type * from \"./responses.js\";\nexport type * from \"./clientDefinitions.js\";\nexport * from \"./isUnexpected.js\";\nexport type * from \"./models.js\";\nexport type * from \"./outputModels.js\";\nexport * from \"./paginateHelper.js\";\nexport { getLongRunningPoller } from \"./pollingHelper.js\";\n\n// eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named\nexport default AzureLoadTesting;\n"]}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import AzureLoadTesting from "./azureLoadTesting.js";
|
|
2
2
|
export * from "./azureLoadTesting.js";
|
|
3
|
-
export * from "./parameters.js";
|
|
4
|
-
export * from "./responses.js";
|
|
5
|
-
export * from "./clientDefinitions.js";
|
|
3
|
+
export type * from "./parameters.js";
|
|
4
|
+
export type * from "./responses.js";
|
|
5
|
+
export type * from "./clientDefinitions.js";
|
|
6
6
|
export * from "./isUnexpected.js";
|
|
7
|
-
export * from "./models.js";
|
|
8
|
-
export * from "./outputModels.js";
|
|
7
|
+
export type * from "./models.js";
|
|
8
|
+
export type * from "./outputModels.js";
|
|
9
9
|
export * from "./paginateHelper.js";
|
|
10
10
|
export { getLongRunningPoller } from "./pollingHelper.js";
|
|
11
11
|
export default AzureLoadTesting;
|
package/dist/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AACtC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,iBAAiB,CAAC;AACrC,mBAAmB,gBAAgB,CAAC;AACpC,mBAAmB,wBAAwB,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,aAAa,CAAC;AACjC,mBAAmB,mBAAmB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAG1D,eAAe,gBAAgB,CAAC"}
|
package/dist/esm/index.js
CHANGED
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
3
|
import AzureLoadTesting from "./azureLoadTesting.js";
|
|
4
4
|
export * from "./azureLoadTesting.js";
|
|
5
|
-
export * from "./parameters.js";
|
|
6
|
-
export * from "./responses.js";
|
|
7
|
-
export * from "./clientDefinitions.js";
|
|
8
5
|
export * from "./isUnexpected.js";
|
|
9
|
-
export * from "./models.js";
|
|
10
|
-
export * from "./outputModels.js";
|
|
11
6
|
export * from "./paginateHelper.js";
|
|
12
7
|
export { getLongRunningPoller } from "./pollingHelper.js";
|
|
13
8
|
// eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AAItC,cAAc,mBAAmB,CAAC;AAGlC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,kEAAkE;AAClE,eAAe,gBAAgB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport AzureLoadTesting from \"./azureLoadTesting.js\";\n\nexport * from \"./azureLoadTesting.js\";\nexport type * from \"./parameters.js\";\nexport type * from \"./responses.js\";\nexport type * from \"./clientDefinitions.js\";\nexport * from \"./isUnexpected.js\";\nexport type * from \"./models.js\";\nexport type * from \"./outputModels.js\";\nexport * from \"./paginateHelper.js\";\nexport { getLongRunningPoller } from \"./pollingHelper.js\";\n\n// eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named\nexport default AzureLoadTesting;\n"]}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import AzureLoadTesting from "./azureLoadTesting.js";
|
|
2
2
|
export * from "./azureLoadTesting.js";
|
|
3
|
-
export * from "./parameters.js";
|
|
4
|
-
export * from "./responses.js";
|
|
5
|
-
export * from "./clientDefinitions.js";
|
|
3
|
+
export type * from "./parameters.js";
|
|
4
|
+
export type * from "./responses.js";
|
|
5
|
+
export type * from "./clientDefinitions.js";
|
|
6
6
|
export * from "./isUnexpected.js";
|
|
7
|
-
export * from "./models.js";
|
|
8
|
-
export * from "./outputModels.js";
|
|
7
|
+
export type * from "./models.js";
|
|
8
|
+
export type * from "./outputModels.js";
|
|
9
9
|
export * from "./paginateHelper.js";
|
|
10
10
|
export { getLongRunningPoller } from "./pollingHelper.js";
|
|
11
11
|
export default AzureLoadTesting;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AACtC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,iBAAiB,CAAC;AACrC,mBAAmB,gBAAgB,CAAC;AACpC,mBAAmB,wBAAwB,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,aAAa,CAAC;AACjC,mBAAmB,mBAAmB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAG1D,eAAe,gBAAgB,CAAC"}
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
3
|
import AzureLoadTesting from "./azureLoadTesting.js";
|
|
4
4
|
export * from "./azureLoadTesting.js";
|
|
5
|
-
export * from "./parameters.js";
|
|
6
|
-
export * from "./responses.js";
|
|
7
|
-
export * from "./clientDefinitions.js";
|
|
8
5
|
export * from "./isUnexpected.js";
|
|
9
|
-
export * from "./models.js";
|
|
10
|
-
export * from "./outputModels.js";
|
|
11
6
|
export * from "./paginateHelper.js";
|
|
12
7
|
export { getLongRunningPoller } from "./pollingHelper.js";
|
|
13
8
|
// eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AAErD,cAAc,uBAAuB,CAAC;AAItC,cAAc,mBAAmB,CAAC;AAGlC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,kEAAkE;AAClE,eAAe,gBAAgB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport AzureLoadTesting from \"./azureLoadTesting.js\";\n\nexport * from \"./azureLoadTesting.js\";\nexport type * from \"./parameters.js\";\nexport type * from \"./responses.js\";\nexport type * from \"./clientDefinitions.js\";\nexport * from \"./isUnexpected.js\";\nexport type * from \"./models.js\";\nexport type * from \"./outputModels.js\";\nexport * from \"./paginateHelper.js\";\nexport { getLongRunningPoller } from \"./pollingHelper.js\";\n\n// eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named\nexport default AzureLoadTesting;\n"]}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/load-testing",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.1.0-alpha.
|
|
5
|
+
"version": "1.1.0-alpha.20260303.1",
|
|
6
6
|
"description": "This package contains Microsoft Azure LoadTestingClient client library.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@azure/core-auth": ">=1.10.2-alpha <1.10.2-alphb",
|
|
49
49
|
"@azure/core-lro": "^2.7.2",
|
|
50
50
|
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
51
|
-
"@azure/core-rest-pipeline": ">=1.
|
|
51
|
+
"@azure/core-rest-pipeline": ">=1.23.0-alpha <1.23.0-alphb",
|
|
52
52
|
"@azure/core-util": ">=1.13.2-alpha <1.13.2-alphb",
|
|
53
53
|
"@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
|
|
54
54
|
"tslib": "^2.8.1"
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"tshy": "^3.0.3",
|
|
69
69
|
"typescript": "~5.9.3",
|
|
70
70
|
"vitest": "^4.0.8",
|
|
71
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
72
71
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
73
|
-
"@azure-tools/test-
|
|
72
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
74
73
|
"@azure/dev-tool": "^1.0.0",
|
|
74
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
75
75
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
76
76
|
},
|
|
77
77
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/load-testing-rest/README.md",
|