@azure/arm-changes 1.1.2-alpha.20260304.1 → 1.1.2-alpha.20260306.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.
@@ -122,3 +122,7 @@ class ChangesClient extends coreClient.ServiceClient {
122
122
  }
123
123
  changes;
124
124
  }
125
+ // Annotate the CommonJS export names for ESM import in node:
126
+ 0 && (module.exports = {
127
+ ChangesClient
128
+ });
@@ -26,3 +26,10 @@ var import_pagingHelper = require("./pagingHelper.js");
26
26
  __reExport(src_exports, require("./models/index.js"), module.exports);
27
27
  var import_changesClient = require("./changesClient.js");
28
28
  __reExport(src_exports, require("./operationsInterfaces/index.js"), module.exports);
29
+ // Annotate the CommonJS export names for ESM import in node:
30
+ 0 && (module.exports = {
31
+ ChangesClient,
32
+ getContinuationToken,
33
+ ...require("./models/index.js"),
34
+ ...require("./operationsInterfaces/index.js")
35
+ });
@@ -317,3 +317,15 @@ const ChangeResourceResult = {
317
317
  }
318
318
  }
319
319
  };
320
+ // Annotate the CommonJS export names for ESM import in node:
321
+ 0 && (module.exports = {
322
+ ChangeAttributes,
323
+ ChangeBase,
324
+ ChangeProperties,
325
+ ChangeResourceListResult,
326
+ ChangeResourceResult,
327
+ ErrorAdditionalInfo,
328
+ ErrorDetail,
329
+ ErrorResponse,
330
+ Resource
331
+ });
@@ -158,3 +158,18 @@ const nextLink = {
158
158
  },
159
159
  skipEncoding: true
160
160
  };
161
+ // Annotate the CommonJS export names for ESM import in node:
162
+ 0 && (module.exports = {
163
+ $host,
164
+ accept,
165
+ apiVersion,
166
+ changeResourceId,
167
+ nextLink,
168
+ resourceGroupName,
169
+ resourceName,
170
+ resourceProviderNamespace,
171
+ resourceType,
172
+ skipToken,
173
+ subscriptionId,
174
+ top
175
+ });
@@ -272,3 +272,7 @@ const listNextOperationSpec = {
272
272
  headerParameters: [Parameters.accept],
273
273
  serializer
274
274
  };
275
+ // Annotate the CommonJS export names for ESM import in node:
276
+ 0 && (module.exports = {
277
+ ChangesImpl
278
+ });
@@ -15,3 +15,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
15
15
  var operations_exports = {};
16
16
  module.exports = __toCommonJS(operations_exports);
17
17
  __reExport(operations_exports, require("./changes.js"), module.exports);
18
+ // Annotate the CommonJS export names for ESM import in node:
19
+ 0 && (module.exports = {
20
+ ...require("./changes.js")
21
+ });
@@ -15,3 +15,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
15
15
  var operationsInterfaces_exports = {};
16
16
  module.exports = __toCommonJS(operationsInterfaces_exports);
17
17
  __reExport(operationsInterfaces_exports, require("./changes.js"), module.exports);
18
+ // Annotate the CommonJS export names for ESM import in node:
19
+ 0 && (module.exports = {
20
+ ...require("./changes.js")
21
+ });
@@ -36,3 +36,8 @@ function setContinuationToken(page, continuationToken) {
36
36
  pageInfo.continuationToken = continuationToken;
37
37
  pageMap.set(page, pageInfo);
38
38
  }
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ getContinuationToken,
42
+ setContinuationToken
43
+ });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for ChangesClient.",
6
- "version": "1.1.2-alpha.20260304.1",
6
+ "version": "1.1.2-alpha.20260306.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -11,7 +11,7 @@
11
11
  "@azure/core-auth": ">=1.10.2-alpha <1.10.2-alphb",
12
12
  "@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
13
13
  "@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
14
- "@azure/core-rest-pipeline": ">=1.23.0-alpha <1.23.0-alphb",
14
+ "@azure/core-rest-pipeline": ">=1.23.1-alpha <1.23.1-alphb",
15
15
  "tslib": "^2.8.1"
16
16
  },
17
17
  "keywords": [
@@ -36,8 +36,8 @@
36
36
  "rimraf": "^6.1.0",
37
37
  "typescript": "~5.9.3",
38
38
  "vitest": "^4.0.8",
39
- "@azure-tools/test-recorder": "^4.1.1",
40
39
  "@azure-tools/test-credential": "^2.1.2",
40
+ "@azure-tools/test-recorder": "^4.1.1",
41
41
  "@azure/dev-tool": "^1.0.0",
42
42
  "@azure-tools/test-utils-vitest": "^2.0.1"
43
43
  },