@azure/arm-support 3.0.2-alpha.20260304.1 → 3.0.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.
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/microsoftSupport.js +4 -0
- package/dist/commonjs/models/index.js +13 -0
- package/dist/commonjs/models/mappers.js +41 -0
- package/dist/commonjs/models/parameters.js +25 -0
- package/dist/commonjs/operations/chatTranscripts.js +4 -0
- package/dist/commonjs/operations/chatTranscriptsNoSubscription.js +4 -0
- package/dist/commonjs/operations/communications.js +4 -0
- package/dist/commonjs/operations/communicationsNoSubscription.js +4 -0
- package/dist/commonjs/operations/fileWorkspaces.js +4 -0
- package/dist/commonjs/operations/fileWorkspacesNoSubscription.js +4 -0
- package/dist/commonjs/operations/files.js +4 -0
- package/dist/commonjs/operations/filesNoSubscription.js +4 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/problemClassifications.js +4 -0
- package/dist/commonjs/operations/services.js +4 -0
- package/dist/commonjs/operations/supportTickets.js +4 -0
- package/dist/commonjs/operations/supportTicketsNoSubscription.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/pagingHelper.js +5 -0
- package/package.json +4 -4
package/dist/commonjs/index.js
CHANGED
|
@@ -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_microsoftSupport = require("./microsoftSupport.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
|
+
MicrosoftSupport,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -81,3 +81,16 @@ var KnownCreatedByType = /* @__PURE__ */ ((KnownCreatedByType2) => {
|
|
|
81
81
|
KnownCreatedByType2["Key"] = "Key";
|
|
82
82
|
return KnownCreatedByType2;
|
|
83
83
|
})(KnownCreatedByType || {});
|
|
84
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
85
|
+
0 && (module.exports = {
|
|
86
|
+
KnownCommunicationDirection,
|
|
87
|
+
KnownCommunicationType,
|
|
88
|
+
KnownConsent,
|
|
89
|
+
KnownCreatedByType,
|
|
90
|
+
KnownIsTemporaryTicket,
|
|
91
|
+
KnownPreferredContactMethod,
|
|
92
|
+
KnownSeverityLevel,
|
|
93
|
+
KnownStatus,
|
|
94
|
+
KnownTranscriptContentType,
|
|
95
|
+
KnownUserConsent
|
|
96
|
+
});
|
|
@@ -1405,3 +1405,44 @@ const CommunicationsNoSubscriptionCreateHeaders = {
|
|
|
1405
1405
|
}
|
|
1406
1406
|
}
|
|
1407
1407
|
};
|
|
1408
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
1409
|
+
0 && (module.exports = {
|
|
1410
|
+
ChatTranscriptDetails,
|
|
1411
|
+
ChatTranscriptsListResult,
|
|
1412
|
+
CheckNameAvailabilityInput,
|
|
1413
|
+
CheckNameAvailabilityOutput,
|
|
1414
|
+
CommunicationDetails,
|
|
1415
|
+
CommunicationsListResult,
|
|
1416
|
+
CommunicationsNoSubscriptionCreateHeaders,
|
|
1417
|
+
ContactProfile,
|
|
1418
|
+
ErrorAdditionalInfo,
|
|
1419
|
+
ErrorDetail,
|
|
1420
|
+
ErrorResponse,
|
|
1421
|
+
FileDetails,
|
|
1422
|
+
FileWorkspaceDetails,
|
|
1423
|
+
FilesListResult,
|
|
1424
|
+
MessageProperties,
|
|
1425
|
+
Operation,
|
|
1426
|
+
OperationDisplay,
|
|
1427
|
+
OperationsListResult,
|
|
1428
|
+
ProblemClassification,
|
|
1429
|
+
ProblemClassificationsListResult,
|
|
1430
|
+
ProxyResource,
|
|
1431
|
+
QuotaChangeRequest,
|
|
1432
|
+
QuotaTicketDetails,
|
|
1433
|
+
Resource,
|
|
1434
|
+
SecondaryConsent,
|
|
1435
|
+
SecondaryConsentEnabled,
|
|
1436
|
+
Service,
|
|
1437
|
+
ServiceLevelAgreement,
|
|
1438
|
+
ServicesListResult,
|
|
1439
|
+
SupportEngineer,
|
|
1440
|
+
SupportTicketDetails,
|
|
1441
|
+
SupportTicketsListResult,
|
|
1442
|
+
SupportTicketsNoSubscriptionCreateHeaders,
|
|
1443
|
+
SystemData,
|
|
1444
|
+
TechnicalTicketDetails,
|
|
1445
|
+
UpdateContactProfile,
|
|
1446
|
+
UpdateSupportTicket,
|
|
1447
|
+
UploadFile
|
|
1448
|
+
});
|
|
@@ -232,3 +232,28 @@ const uploadFile = {
|
|
|
232
232
|
parameterPath: "uploadFile",
|
|
233
233
|
mapper: import_mappers.UploadFile
|
|
234
234
|
};
|
|
235
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
236
|
+
0 && (module.exports = {
|
|
237
|
+
$host,
|
|
238
|
+
accept,
|
|
239
|
+
apiVersion,
|
|
240
|
+
chatTranscriptName,
|
|
241
|
+
checkNameAvailabilityInput,
|
|
242
|
+
communicationName,
|
|
243
|
+
contentType,
|
|
244
|
+
createCommunicationParameters,
|
|
245
|
+
createFileParameters,
|
|
246
|
+
createSupportTicketParameters,
|
|
247
|
+
fileName,
|
|
248
|
+
fileWorkspaceName,
|
|
249
|
+
fileWorkspaceName1,
|
|
250
|
+
filter,
|
|
251
|
+
nextLink,
|
|
252
|
+
problemClassificationName,
|
|
253
|
+
serviceName,
|
|
254
|
+
subscriptionId,
|
|
255
|
+
supportTicketName,
|
|
256
|
+
top,
|
|
257
|
+
updateSupportTicket,
|
|
258
|
+
uploadFile
|
|
259
|
+
});
|
|
@@ -27,3 +27,19 @@ __reExport(operations_exports, require("./fileWorkspaces.js"), module.exports);
|
|
|
27
27
|
__reExport(operations_exports, require("./fileWorkspacesNoSubscription.js"), module.exports);
|
|
28
28
|
__reExport(operations_exports, require("./files.js"), module.exports);
|
|
29
29
|
__reExport(operations_exports, require("./filesNoSubscription.js"), module.exports);
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
...require("./operations.js"),
|
|
33
|
+
...require("./services.js"),
|
|
34
|
+
...require("./problemClassifications.js"),
|
|
35
|
+
...require("./supportTickets.js"),
|
|
36
|
+
...require("./supportTicketsNoSubscription.js"),
|
|
37
|
+
...require("./communications.js"),
|
|
38
|
+
...require("./communicationsNoSubscription.js"),
|
|
39
|
+
...require("./chatTranscripts.js"),
|
|
40
|
+
...require("./chatTranscriptsNoSubscription.js"),
|
|
41
|
+
...require("./fileWorkspaces.js"),
|
|
42
|
+
...require("./fileWorkspacesNoSubscription.js"),
|
|
43
|
+
...require("./files.js"),
|
|
44
|
+
...require("./filesNoSubscription.js")
|
|
45
|
+
});
|
|
@@ -27,3 +27,19 @@ __reExport(operationsInterfaces_exports, require("./fileWorkspaces.js"), module.
|
|
|
27
27
|
__reExport(operationsInterfaces_exports, require("./fileWorkspacesNoSubscription.js"), module.exports);
|
|
28
28
|
__reExport(operationsInterfaces_exports, require("./files.js"), module.exports);
|
|
29
29
|
__reExport(operationsInterfaces_exports, require("./filesNoSubscription.js"), module.exports);
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
...require("./operations.js"),
|
|
33
|
+
...require("./services.js"),
|
|
34
|
+
...require("./problemClassifications.js"),
|
|
35
|
+
...require("./supportTickets.js"),
|
|
36
|
+
...require("./supportTicketsNoSubscription.js"),
|
|
37
|
+
...require("./communications.js"),
|
|
38
|
+
...require("./communicationsNoSubscription.js"),
|
|
39
|
+
...require("./chatTranscripts.js"),
|
|
40
|
+
...require("./chatTranscriptsNoSubscription.js"),
|
|
41
|
+
...require("./fileWorkspaces.js"),
|
|
42
|
+
...require("./fileWorkspacesNoSubscription.js"),
|
|
43
|
+
...require("./files.js"),
|
|
44
|
+
...require("./filesNoSubscription.js")
|
|
45
|
+
});
|
|
@@ -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 MicrosoftSupport.",
|
|
6
|
-
"version": "3.0.2-alpha.
|
|
6
|
+
"version": "3.0.2-alpha.20260306.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
14
14
|
"@azure/core-lro": "^2.5.4",
|
|
15
15
|
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
16
|
-
"@azure/core-rest-pipeline": ">=1.23.
|
|
16
|
+
"@azure/core-rest-pipeline": ">=1.23.1-alpha <1.23.1-alphb",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"typescript": "~5.9.3",
|
|
41
41
|
"vitest": "^4.0.8",
|
|
42
42
|
"@azure-tools/test-credential": "^2.1.2",
|
|
43
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
43
44
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
44
|
-
"@azure/dev-tool": "^1.0.0"
|
|
45
|
-
"@azure-tools/test-recorder": "^4.1.1"
|
|
45
|
+
"@azure/dev-tool": "^1.0.0"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|