@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.
@@ -141,3 +141,7 @@ class AzureBotService extends coreClient.ServiceClient {
141
141
  privateEndpointConnections;
142
142
  privateLinkResources;
143
143
  }
144
+ // Annotate the CommonJS export names for ESM import in node:
145
+ 0 && (module.exports = {
146
+ AzureBotService
147
+ });
@@ -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
+ });
@@ -40,3 +40,7 @@ class LroImpl {
40
40
  });
41
41
  }
42
42
  }
43
+ // Annotate the CommonJS export names for ESM import in node:
44
+ 0 && (module.exports = {
45
+ LroImpl
46
+ });
@@ -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
+ });
@@ -396,3 +396,7 @@ const listByBotServiceNextOperationSpec = {
396
396
  headerParameters: [Parameters.accept],
397
397
  serializer
398
398
  };
399
+ // Annotate the CommonJS export names for ESM import in node:
400
+ 0 && (module.exports = {
401
+ BotConnectionImpl
402
+ });
@@ -446,3 +446,7 @@ const listNextOperationSpec = {
446
446
  headerParameters: [Parameters.accept],
447
447
  serializer
448
448
  };
449
+ // Annotate the CommonJS export names for ESM import in node:
450
+ 0 && (module.exports = {
451
+ BotsImpl
452
+ });
@@ -379,3 +379,7 @@ const listByResourceGroupNextOperationSpec = {
379
379
  headerParameters: [Parameters.accept],
380
380
  serializer
381
381
  };
382
+ // Annotate the CommonJS export names for ESM import in node:
383
+ 0 && (module.exports = {
384
+ ChannelsImpl
385
+ });
@@ -87,3 +87,7 @@ const regenerateKeysOperationSpec = {
87
87
  mediaType: "json",
88
88
  serializer
89
89
  };
90
+ // Annotate the CommonJS export names for ESM import in node:
91
+ 0 && (module.exports = {
92
+ DirectLineImpl
93
+ });
@@ -81,3 +81,7 @@ const createSignInUrlOperationSpec = {
81
81
  headerParameters: [Parameters.accept],
82
82
  serializer
83
83
  };
84
+ // Annotate the CommonJS export names for ESM import in node:
85
+ 0 && (module.exports = {
86
+ EmailImpl
87
+ });
@@ -71,3 +71,7 @@ const getOperationSpec = {
71
71
  headerParameters: [Parameters.accept],
72
72
  serializer
73
73
  };
74
+ // Annotate the CommonJS export names for ESM import in node:
75
+ 0 && (module.exports = {
76
+ HostSettingsImpl
77
+ });
@@ -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
+ });
@@ -133,3 +133,7 @@ const getOperationSpec = {
133
133
  headerParameters: [Parameters.accept],
134
134
  serializer
135
135
  };
136
+ // Annotate the CommonJS export names for ESM import in node:
137
+ 0 && (module.exports = {
138
+ OperationResultsImpl
139
+ });
@@ -142,3 +142,7 @@ const listNextOperationSpec = {
142
142
  headerParameters: [Parameters.accept],
143
143
  serializer
144
144
  };
145
+ // Annotate the CommonJS export names for ESM import in node:
146
+ 0 && (module.exports = {
147
+ OperationsImpl
148
+ });
@@ -249,3 +249,7 @@ const deleteOperationSpec = {
249
249
  headerParameters: [Parameters.accept],
250
250
  serializer
251
251
  };
252
+ // Annotate the CommonJS export names for ESM import in node:
253
+ 0 && (module.exports = {
254
+ PrivateEndpointConnectionsImpl
255
+ });
@@ -81,3 +81,7 @@ const listByBotResourceOperationSpec = {
81
81
  headerParameters: [Parameters.accept],
82
82
  serializer
83
83
  };
84
+ // Annotate the CommonJS export names for ESM import in node:
85
+ 0 && (module.exports = {
86
+ PrivateLinkResourcesImpl
87
+ });
@@ -77,3 +77,7 @@ const getOperationSpec = {
77
77
  mediaType: "json",
78
78
  serializer
79
79
  };
80
+ // Annotate the CommonJS export names for ESM import in node:
81
+ 0 && (module.exports = {
82
+ QnAMakerEndpointKeysImpl
83
+ });
@@ -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.20260303.2",
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.0-alpha <1.23.0-alphb",
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/dev-tool": "^1.0.0",
46
- "@azure-tools/test-utils-vitest": "^2.0.1"
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": {