@azure/arm-botservice 4.0.2-alpha.20260303.2 → 4.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/azureBotService.js +4 -0
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/lroImpl.js +4 -0
- package/dist/commonjs/models/index.js +11 -0
- package/dist/commonjs/models/mappers.js +86 -0
- package/dist/commonjs/models/parameters.js +36 -0
- package/dist/commonjs/operations/botConnection.js +4 -0
- package/dist/commonjs/operations/bots.js +4 -0
- package/dist/commonjs/operations/channels.js +4 -0
- package/dist/commonjs/operations/directLine.js +4 -0
- package/dist/commonjs/operations/email.js +4 -0
- package/dist/commonjs/operations/hostSettings.js +4 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/operationResults.js +4 -0
- package/dist/commonjs/operations/operations.js +4 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +4 -0
- package/dist/commonjs/operations/privateLinkResources.js +4 -0
- package/dist/commonjs/operations/qnAMakerEndpointKeys.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -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_azureBotService = require("./azureBotService.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
|
+
AzureBotService,
|
|
32
|
+
getContinuationToken,
|
|
33
|
+
...require("./models/index.js"),
|
|
34
|
+
...require("./operationsInterfaces/index.js")
|
|
35
|
+
});
|
package/dist/commonjs/lroImpl.js
CHANGED
|
@@ -77,3 +77,14 @@ var KnownOperationResultStatus = /* @__PURE__ */ ((KnownOperationResultStatus2)
|
|
|
77
77
|
KnownOperationResultStatus2["Running"] = "Running";
|
|
78
78
|
return KnownOperationResultStatus2;
|
|
79
79
|
})(KnownOperationResultStatus || {});
|
|
80
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
81
|
+
0 && (module.exports = {
|
|
82
|
+
KnownKind,
|
|
83
|
+
KnownMsaAppType,
|
|
84
|
+
KnownOperationResultStatus,
|
|
85
|
+
KnownPrivateEndpointConnectionProvisioningState,
|
|
86
|
+
KnownPrivateEndpointServiceConnectionStatus,
|
|
87
|
+
KnownPublicNetworkAccess,
|
|
88
|
+
KnownSkuName,
|
|
89
|
+
KnownSkuTier
|
|
90
|
+
});
|
|
@@ -2924,3 +2924,89 @@ let discriminators = {
|
|
|
2924
2924
|
"Channel.SearchAssistant": SearchAssistant,
|
|
2925
2925
|
"Channel.M365Extensions": M365Extensions
|
|
2926
2926
|
};
|
|
2927
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
2928
|
+
0 && (module.exports = {
|
|
2929
|
+
AcsChatChannel,
|
|
2930
|
+
AlexaChannel,
|
|
2931
|
+
AlexaChannelProperties,
|
|
2932
|
+
Bot,
|
|
2933
|
+
BotChannel,
|
|
2934
|
+
BotProperties,
|
|
2935
|
+
BotResponseList,
|
|
2936
|
+
Channel,
|
|
2937
|
+
ChannelResponseList,
|
|
2938
|
+
ChannelSettings,
|
|
2939
|
+
CheckNameAvailabilityRequestBody,
|
|
2940
|
+
CheckNameAvailabilityResponseBody,
|
|
2941
|
+
ConnectionItemName,
|
|
2942
|
+
ConnectionSetting,
|
|
2943
|
+
ConnectionSettingParameter,
|
|
2944
|
+
ConnectionSettingProperties,
|
|
2945
|
+
ConnectionSettingResponseList,
|
|
2946
|
+
CreateEmailSignInUrlResponse,
|
|
2947
|
+
CreateEmailSignInUrlResponseProperties,
|
|
2948
|
+
DirectLineChannel,
|
|
2949
|
+
DirectLineChannelProperties,
|
|
2950
|
+
DirectLineSite,
|
|
2951
|
+
DirectLineSpeechChannel,
|
|
2952
|
+
DirectLineSpeechChannelProperties,
|
|
2953
|
+
EmailChannel,
|
|
2954
|
+
EmailChannelProperties,
|
|
2955
|
+
ErrorBody,
|
|
2956
|
+
ErrorModel,
|
|
2957
|
+
FacebookChannel,
|
|
2958
|
+
FacebookChannelProperties,
|
|
2959
|
+
FacebookPage,
|
|
2960
|
+
HostSettingsResponse,
|
|
2961
|
+
KikChannel,
|
|
2962
|
+
KikChannelProperties,
|
|
2963
|
+
LineChannel,
|
|
2964
|
+
LineChannelProperties,
|
|
2965
|
+
LineRegistration,
|
|
2966
|
+
ListChannelWithKeysResponse,
|
|
2967
|
+
M365Extensions,
|
|
2968
|
+
MsTeamsChannel,
|
|
2969
|
+
MsTeamsChannelProperties,
|
|
2970
|
+
Omnichannel,
|
|
2971
|
+
OperationDisplayInfo,
|
|
2972
|
+
OperationEntity,
|
|
2973
|
+
OperationEntityListResult,
|
|
2974
|
+
OperationResultsDescription,
|
|
2975
|
+
OutlookChannel,
|
|
2976
|
+
PrivateEndpoint,
|
|
2977
|
+
PrivateEndpointConnection,
|
|
2978
|
+
PrivateEndpointConnectionListResult,
|
|
2979
|
+
PrivateLinkResource,
|
|
2980
|
+
PrivateLinkResourceBase,
|
|
2981
|
+
PrivateLinkResourceListResult,
|
|
2982
|
+
PrivateLinkServiceConnectionState,
|
|
2983
|
+
QnAMakerEndpointKeysRequestBody,
|
|
2984
|
+
QnAMakerEndpointKeysResponse,
|
|
2985
|
+
Resource,
|
|
2986
|
+
SearchAssistant,
|
|
2987
|
+
ServiceProvider,
|
|
2988
|
+
ServiceProviderParameter,
|
|
2989
|
+
ServiceProviderParameterMetadata,
|
|
2990
|
+
ServiceProviderParameterMetadataConstraints,
|
|
2991
|
+
ServiceProviderProperties,
|
|
2992
|
+
ServiceProviderResponseList,
|
|
2993
|
+
Site,
|
|
2994
|
+
SiteInfo,
|
|
2995
|
+
Sku,
|
|
2996
|
+
SkypeChannel,
|
|
2997
|
+
SkypeChannelProperties,
|
|
2998
|
+
SlackChannel,
|
|
2999
|
+
SlackChannelProperties,
|
|
3000
|
+
SmsChannel,
|
|
3001
|
+
SmsChannelProperties,
|
|
3002
|
+
TelegramChannel,
|
|
3003
|
+
TelegramChannelProperties,
|
|
3004
|
+
TelephonyChannel,
|
|
3005
|
+
TelephonyChannelProperties,
|
|
3006
|
+
TelephonyChannelResourceApiConfiguration,
|
|
3007
|
+
TelephonyPhoneNumbers,
|
|
3008
|
+
WebChatChannel,
|
|
3009
|
+
WebChatChannelProperties,
|
|
3010
|
+
WebChatSite,
|
|
3011
|
+
discriminators
|
|
3012
|
+
});
|
|
@@ -316,3 +316,39 @@ const properties2 = {
|
|
|
316
316
|
parameterPath: "properties",
|
|
317
317
|
mapper: import_mappers.PrivateEndpointConnection
|
|
318
318
|
};
|
|
319
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
320
|
+
0 && (module.exports = {
|
|
321
|
+
$host,
|
|
322
|
+
accept,
|
|
323
|
+
apiVersion,
|
|
324
|
+
channelName,
|
|
325
|
+
channelName1,
|
|
326
|
+
channelName2,
|
|
327
|
+
connectionName,
|
|
328
|
+
contentType,
|
|
329
|
+
etag,
|
|
330
|
+
etag1,
|
|
331
|
+
kind,
|
|
332
|
+
kind1,
|
|
333
|
+
location,
|
|
334
|
+
location1,
|
|
335
|
+
nextLink,
|
|
336
|
+
operationResultId,
|
|
337
|
+
parameters,
|
|
338
|
+
parameters2,
|
|
339
|
+
parameters3,
|
|
340
|
+
parameters5,
|
|
341
|
+
parameters6,
|
|
342
|
+
parameters7,
|
|
343
|
+
privateEndpointConnectionName,
|
|
344
|
+
properties,
|
|
345
|
+
properties1,
|
|
346
|
+
properties2,
|
|
347
|
+
resourceGroupName,
|
|
348
|
+
resourceName,
|
|
349
|
+
sku,
|
|
350
|
+
sku1,
|
|
351
|
+
subscriptionId,
|
|
352
|
+
tags,
|
|
353
|
+
tags1
|
|
354
|
+
});
|
|
@@ -25,3 +25,17 @@ __reExport(operations_exports, require("./hostSettings.js"), module.exports);
|
|
|
25
25
|
__reExport(operations_exports, require("./operationResults.js"), module.exports);
|
|
26
26
|
__reExport(operations_exports, require("./privateEndpointConnections.js"), module.exports);
|
|
27
27
|
__reExport(operations_exports, require("./privateLinkResources.js"), module.exports);
|
|
28
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
+
0 && (module.exports = {
|
|
30
|
+
...require("./bots.js"),
|
|
31
|
+
...require("./channels.js"),
|
|
32
|
+
...require("./directLine.js"),
|
|
33
|
+
...require("./email.js"),
|
|
34
|
+
...require("./operations.js"),
|
|
35
|
+
...require("./botConnection.js"),
|
|
36
|
+
...require("./qnAMakerEndpointKeys.js"),
|
|
37
|
+
...require("./hostSettings.js"),
|
|
38
|
+
...require("./operationResults.js"),
|
|
39
|
+
...require("./privateEndpointConnections.js"),
|
|
40
|
+
...require("./privateLinkResources.js")
|
|
41
|
+
});
|
|
@@ -25,3 +25,17 @@ __reExport(operationsInterfaces_exports, require("./hostSettings.js"), module.ex
|
|
|
25
25
|
__reExport(operationsInterfaces_exports, require("./operationResults.js"), module.exports);
|
|
26
26
|
__reExport(operationsInterfaces_exports, require("./privateEndpointConnections.js"), module.exports);
|
|
27
27
|
__reExport(operationsInterfaces_exports, require("./privateLinkResources.js"), module.exports);
|
|
28
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
+
0 && (module.exports = {
|
|
30
|
+
...require("./bots.js"),
|
|
31
|
+
...require("./channels.js"),
|
|
32
|
+
...require("./directLine.js"),
|
|
33
|
+
...require("./email.js"),
|
|
34
|
+
...require("./operations.js"),
|
|
35
|
+
...require("./botConnection.js"),
|
|
36
|
+
...require("./qnAMakerEndpointKeys.js"),
|
|
37
|
+
...require("./hostSettings.js"),
|
|
38
|
+
...require("./operationResults.js"),
|
|
39
|
+
...require("./privateEndpointConnections.js"),
|
|
40
|
+
...require("./privateLinkResources.js")
|
|
41
|
+
});
|
|
@@ -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 AzureBotService.",
|
|
6
|
-
"version": "4.0.2-alpha.
|
|
6
|
+
"version": "4.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.7.2",
|
|
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": [
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"vitest": "^4.0.8",
|
|
43
43
|
"@azure-tools/test-credential": "^2.1.2",
|
|
44
44
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
45
|
-
"@azure/
|
|
46
|
-
"@azure
|
|
45
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
46
|
+
"@azure/dev-tool": "^1.0.0"
|
|
47
47
|
},
|
|
48
48
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
49
49
|
"bugs": {
|