@azure/arm-botservice 4.0.1-alpha.20250102.1 → 4.0.1-alpha.20250106.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.
Files changed (726) hide show
  1. package/{dist-esm/src → dist/browser}/azureBotService.d.ts +2 -2
  2. package/dist/browser/azureBotService.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/azureBotService.js +15 -18
  4. package/dist/browser/azureBotService.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js +25 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/botConnection.d.ts +3 -3
  16. package/dist/browser/operations/botConnection.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/botConnection.js +3 -3
  18. package/dist/browser/operations/botConnection.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/bots.d.ts +3 -3
  20. package/dist/browser/operations/bots.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/bots.js +3 -3
  22. package/dist/browser/operations/bots.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/channels.d.ts +3 -3
  24. package/dist/browser/operations/channels.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/channels.js +3 -3
  26. package/dist/browser/operations/channels.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/directLine.d.ts +3 -3
  28. package/dist/browser/operations/directLine.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/directLine.js +2 -2
  30. package/dist/browser/operations/directLine.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/email.d.ts +3 -3
  32. package/dist/browser/operations/email.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/email.js +2 -2
  34. package/dist/browser/operations/email.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/hostSettings.d.ts +3 -3
  36. package/dist/browser/operations/hostSettings.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/hostSettings.js +2 -2
  38. package/dist/browser/operations/hostSettings.js.map +1 -0
  39. package/dist/browser/operations/index.d.ts +12 -0
  40. package/dist/browser/operations/index.d.ts.map +1 -0
  41. package/dist/browser/operations/index.js +19 -0
  42. package/dist/browser/operations/index.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/operationResults.d.ts +3 -3
  44. package/dist/browser/operations/operationResults.d.ts.map +1 -0
  45. package/dist/browser/operations/operationResults.js +99 -0
  46. package/dist/browser/operations/operationResults.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  48. package/dist/browser/operations/operations.d.ts.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  50. package/dist/browser/operations/operations.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
  52. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +2 -2
  54. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
  56. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +2 -2
  58. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  59. package/{dist-esm/src → dist/browser}/operations/qnAMakerEndpointKeys.d.ts +3 -3
  60. package/dist/browser/operations/qnAMakerEndpointKeys.d.ts.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operations/qnAMakerEndpointKeys.js +2 -2
  62. package/dist/browser/operations/qnAMakerEndpointKeys.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/botConnection.d.ts +1 -1
  64. package/dist/browser/operationsInterfaces/botConnection.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/botConnection.js.map +1 -0
  66. package/{dist-esm/src → dist/browser}/operationsInterfaces/bots.d.ts +1 -1
  67. package/dist/browser/operationsInterfaces/bots.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/bots.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/channels.d.ts +1 -1
  70. package/dist/browser/operationsInterfaces/channels.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/channels.js.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/directLine.d.ts +1 -1
  73. package/dist/browser/operationsInterfaces/directLine.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/directLine.js.map +1 -0
  75. package/{dist-esm/src → dist/browser}/operationsInterfaces/email.d.ts +1 -1
  76. package/dist/browser/operationsInterfaces/email.d.ts.map +1 -0
  77. package/dist/browser/operationsInterfaces/email.js.map +1 -0
  78. package/{dist-esm/src → dist/browser}/operationsInterfaces/hostSettings.d.ts +1 -1
  79. package/dist/browser/operationsInterfaces/hostSettings.d.ts.map +1 -0
  80. package/dist/browser/operationsInterfaces/hostSettings.js.map +1 -0
  81. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  82. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  83. package/dist/browser/operationsInterfaces/index.js +19 -0
  84. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  85. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.d.ts +1 -1
  86. package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
  88. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  89. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  90. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  91. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  92. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  94. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
  95. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  97. package/{dist-esm/src → dist/browser}/operationsInterfaces/qnAMakerEndpointKeys.d.ts +1 -1
  98. package/{dist-esm/src → dist/browser}/operationsInterfaces/qnAMakerEndpointKeys.d.ts.map +1 -1
  99. package/dist/browser/operationsInterfaces/qnAMakerEndpointKeys.js.map +1 -0
  100. package/dist/browser/package.json +3 -0
  101. package/dist/browser/pagingHelper.js.map +1 -0
  102. package/dist/commonjs/azureBotService.d.ts +30 -0
  103. package/dist/commonjs/azureBotService.d.ts.map +1 -0
  104. package/dist/commonjs/azureBotService.js +112 -0
  105. package/dist/commonjs/azureBotService.js.map +1 -0
  106. package/dist/commonjs/index.d.ts +5 -0
  107. package/dist/commonjs/index.d.ts.map +1 -0
  108. package/dist/commonjs/index.js +19 -0
  109. package/dist/commonjs/index.js.map +1 -0
  110. package/dist/commonjs/lroImpl.d.ts +16 -0
  111. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  112. package/dist/commonjs/lroImpl.js +29 -0
  113. package/dist/commonjs/lroImpl.js.map +1 -0
  114. package/{types/arm-botservice.d.ts → dist/commonjs/models/index.d.ts} +1430 -1921
  115. package/dist/commonjs/models/index.d.ts.map +1 -0
  116. package/dist/commonjs/models/index.js +95 -0
  117. package/dist/commonjs/models/index.js.map +1 -0
  118. package/dist/commonjs/models/mappers.d.ts +106 -0
  119. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  120. package/dist/commonjs/models/mappers.js +2751 -0
  121. package/dist/commonjs/models/mappers.js.map +1 -0
  122. package/dist/commonjs/models/parameters.d.ts +35 -0
  123. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  124. package/dist/commonjs/models/parameters.js +275 -0
  125. package/dist/commonjs/models/parameters.js.map +1 -0
  126. package/dist/commonjs/operations/botConnection.d.ts +85 -0
  127. package/dist/commonjs/operations/botConnection.d.ts.map +1 -0
  128. package/dist/commonjs/operations/botConnection.js +348 -0
  129. package/dist/commonjs/operations/botConnection.js.map +1 -0
  130. package/dist/commonjs/operations/bots.d.ts +88 -0
  131. package/dist/commonjs/operations/bots.d.ts.map +1 -0
  132. package/dist/commonjs/operations/bots.js +426 -0
  133. package/dist/commonjs/operations/bots.js.map +1 -0
  134. package/dist/commonjs/operations/channels.d.ts +79 -0
  135. package/dist/commonjs/operations/channels.d.ts.map +1 -0
  136. package/dist/commonjs/operations/channels.js +334 -0
  137. package/dist/commonjs/operations/channels.js.map +1 -0
  138. package/dist/commonjs/operations/directLine.d.ts +23 -0
  139. package/dist/commonjs/operations/directLine.d.ts.map +1 -0
  140. package/dist/commonjs/operations/directLine.js +64 -0
  141. package/dist/commonjs/operations/directLine.js.map +1 -0
  142. package/dist/commonjs/operations/email.d.ts +20 -0
  143. package/dist/commonjs/operations/email.d.ts.map +1 -0
  144. package/dist/commonjs/operations/email.js +58 -0
  145. package/dist/commonjs/operations/email.js.map +1 -0
  146. package/dist/commonjs/operations/hostSettings.d.ts +18 -0
  147. package/dist/commonjs/operations/hostSettings.d.ts.map +1 -0
  148. package/dist/commonjs/operations/hostSettings.js +51 -0
  149. package/dist/commonjs/operations/hostSettings.js.map +1 -0
  150. package/dist/commonjs/operations/index.d.ts +12 -0
  151. package/dist/commonjs/operations/index.d.ts.map +1 -0
  152. package/dist/commonjs/operations/index.js +22 -0
  153. package/dist/commonjs/operations/index.js.map +1 -0
  154. package/dist/commonjs/operations/operationResults.d.ts +26 -0
  155. package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
  156. package/dist/commonjs/operations/operationResults.js +104 -0
  157. package/dist/commonjs/operations/operationResults.js.map +1 -0
  158. package/dist/commonjs/operations/operations.d.ts +32 -0
  159. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  160. package/dist/commonjs/operations/operations.js +137 -0
  161. package/dist/commonjs/operations/operations.js.map +1 -0
  162. package/dist/commonjs/operations/privateEndpointConnections.d.ts +58 -0
  163. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  164. package/dist/commonjs/operations/privateEndpointConnections.js +226 -0
  165. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  166. package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
  167. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  168. package/dist/commonjs/operations/privateLinkResources.js +58 -0
  169. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  170. package/dist/commonjs/operations/qnAMakerEndpointKeys.d.ts +19 -0
  171. package/dist/commonjs/operations/qnAMakerEndpointKeys.d.ts.map +1 -0
  172. package/dist/commonjs/operations/qnAMakerEndpointKeys.js +54 -0
  173. package/dist/commonjs/operations/qnAMakerEndpointKeys.js.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/botConnection.d.ts +60 -0
  175. package/dist/commonjs/operationsInterfaces/botConnection.d.ts.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/botConnection.js +10 -0
  177. package/dist/commonjs/operationsInterfaces/botConnection.js.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/bots.d.ts +52 -0
  179. package/dist/commonjs/operationsInterfaces/bots.d.ts.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/bots.js +10 -0
  181. package/dist/commonjs/operationsInterfaces/bots.js.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/channels.d.ts +54 -0
  183. package/dist/commonjs/operationsInterfaces/channels.d.ts.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/channels.js +10 -0
  185. package/dist/commonjs/operationsInterfaces/channels.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/directLine.d.ts +15 -0
  187. package/dist/commonjs/operationsInterfaces/directLine.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/directLine.js +10 -0
  189. package/dist/commonjs/operationsInterfaces/directLine.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/email.d.ts +12 -0
  191. package/dist/commonjs/operationsInterfaces/email.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/email.js +10 -0
  193. package/dist/commonjs/operationsInterfaces/email.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/hostSettings.d.ts +10 -0
  195. package/dist/commonjs/operationsInterfaces/hostSettings.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/hostSettings.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/hostSettings.js.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  199. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  201. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/operationResults.d.ts +18 -0
  203. package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  207. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  209. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
  211. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  213. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
  215. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  217. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/qnAMakerEndpointKeys.d.ts +11 -0
  219. package/dist/commonjs/operationsInterfaces/qnAMakerEndpointKeys.d.ts.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/qnAMakerEndpointKeys.js +10 -0
  221. package/dist/commonjs/operationsInterfaces/qnAMakerEndpointKeys.js.map +1 -0
  222. package/dist/commonjs/package.json +3 -0
  223. package/dist/commonjs/pagingHelper.d.ts +13 -0
  224. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  225. package/dist/commonjs/pagingHelper.js +36 -0
  226. package/dist/commonjs/pagingHelper.js.map +1 -0
  227. package/dist/esm/azureBotService.d.ts +30 -0
  228. package/dist/esm/azureBotService.d.ts.map +1 -0
  229. package/dist/esm/azureBotService.js +107 -0
  230. package/dist/esm/azureBotService.js.map +1 -0
  231. package/dist/esm/index.d.ts +5 -0
  232. package/dist/esm/index.d.ts.map +1 -0
  233. package/{src/index.ts → dist/esm/index.js} +5 -5
  234. package/dist/esm/index.js.map +1 -0
  235. package/dist/esm/lroImpl.d.ts +16 -0
  236. package/dist/esm/lroImpl.d.ts.map +1 -0
  237. package/dist/esm/lroImpl.js +25 -0
  238. package/dist/esm/lroImpl.js.map +1 -0
  239. package/dist/esm/models/index.d.ts +1430 -0
  240. package/dist/esm/models/index.d.ts.map +1 -0
  241. package/dist/esm/models/index.js +92 -0
  242. package/dist/esm/models/index.js.map +1 -0
  243. package/dist/esm/models/mappers.d.ts +106 -0
  244. package/dist/esm/models/mappers.d.ts.map +1 -0
  245. package/dist/esm/models/mappers.js +2747 -0
  246. package/dist/esm/models/mappers.js.map +1 -0
  247. package/dist/esm/models/parameters.d.ts +35 -0
  248. package/dist/esm/models/parameters.d.ts.map +1 -0
  249. package/dist/esm/models/parameters.js +272 -0
  250. package/dist/esm/models/parameters.js.map +1 -0
  251. package/dist/esm/operations/botConnection.d.ts +85 -0
  252. package/dist/esm/operations/botConnection.d.ts.map +1 -0
  253. package/dist/esm/operations/botConnection.js +344 -0
  254. package/dist/esm/operations/botConnection.js.map +1 -0
  255. package/dist/esm/operations/bots.d.ts +88 -0
  256. package/dist/esm/operations/bots.d.ts.map +1 -0
  257. package/dist/esm/operations/bots.js +422 -0
  258. package/dist/esm/operations/bots.js.map +1 -0
  259. package/dist/esm/operations/channels.d.ts +79 -0
  260. package/dist/esm/operations/channels.d.ts.map +1 -0
  261. package/dist/esm/operations/channels.js +330 -0
  262. package/dist/esm/operations/channels.js.map +1 -0
  263. package/dist/esm/operations/directLine.d.ts +23 -0
  264. package/dist/esm/operations/directLine.d.ts.map +1 -0
  265. package/dist/esm/operations/directLine.js +59 -0
  266. package/dist/esm/operations/directLine.js.map +1 -0
  267. package/dist/esm/operations/email.d.ts +20 -0
  268. package/dist/esm/operations/email.d.ts.map +1 -0
  269. package/dist/esm/operations/email.js +53 -0
  270. package/dist/esm/operations/email.js.map +1 -0
  271. package/dist/esm/operations/hostSettings.d.ts +18 -0
  272. package/dist/esm/operations/hostSettings.d.ts.map +1 -0
  273. package/dist/esm/operations/hostSettings.js +46 -0
  274. package/dist/esm/operations/hostSettings.js.map +1 -0
  275. package/dist/esm/operations/index.d.ts +12 -0
  276. package/dist/esm/operations/index.d.ts.map +1 -0
  277. package/dist/esm/operations/index.js +19 -0
  278. package/dist/esm/operations/index.js.map +1 -0
  279. package/dist/esm/operations/operationResults.d.ts +26 -0
  280. package/dist/esm/operations/operationResults.d.ts.map +1 -0
  281. package/dist/esm/operations/operationResults.js +99 -0
  282. package/dist/esm/operations/operationResults.js.map +1 -0
  283. package/dist/esm/operations/operations.d.ts +32 -0
  284. package/dist/esm/operations/operations.d.ts.map +1 -0
  285. package/dist/esm/operations/operations.js +133 -0
  286. package/dist/esm/operations/operations.js.map +1 -0
  287. package/dist/esm/operations/privateEndpointConnections.d.ts +58 -0
  288. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  289. package/dist/esm/operations/privateEndpointConnections.js +222 -0
  290. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  291. package/dist/esm/operations/privateLinkResources.d.ts +20 -0
  292. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  293. package/dist/esm/operations/privateLinkResources.js +53 -0
  294. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  295. package/dist/esm/operations/qnAMakerEndpointKeys.d.ts +19 -0
  296. package/dist/esm/operations/qnAMakerEndpointKeys.d.ts.map +1 -0
  297. package/dist/esm/operations/qnAMakerEndpointKeys.js +49 -0
  298. package/dist/esm/operations/qnAMakerEndpointKeys.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/botConnection.d.ts +60 -0
  300. package/dist/esm/operationsInterfaces/botConnection.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/botConnection.js +9 -0
  302. package/dist/esm/operationsInterfaces/botConnection.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/bots.d.ts +52 -0
  304. package/dist/esm/operationsInterfaces/bots.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/bots.js +9 -0
  306. package/dist/esm/operationsInterfaces/bots.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/channels.d.ts +54 -0
  308. package/dist/esm/operationsInterfaces/channels.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/channels.js +9 -0
  310. package/dist/esm/operationsInterfaces/channels.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/directLine.d.ts +15 -0
  312. package/dist/esm/operationsInterfaces/directLine.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/directLine.js +9 -0
  314. package/dist/esm/operationsInterfaces/directLine.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/email.d.ts +12 -0
  316. package/dist/esm/operationsInterfaces/email.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/email.js +9 -0
  318. package/dist/esm/operationsInterfaces/email.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/hostSettings.d.ts +10 -0
  320. package/dist/esm/operationsInterfaces/hostSettings.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/hostSettings.js +9 -0
  322. package/dist/esm/operationsInterfaces/hostSettings.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  324. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/index.js +19 -0
  326. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  327. package/dist/esm/operationsInterfaces/operationResults.d.ts +18 -0
  328. package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
  329. package/dist/esm/operationsInterfaces/operationResults.js +9 -0
  330. package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
  331. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  332. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  333. package/dist/esm/operationsInterfaces/operations.js +9 -0
  334. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  335. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
  336. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  337. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  338. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  339. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
  340. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  341. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  342. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  343. package/dist/esm/operationsInterfaces/qnAMakerEndpointKeys.d.ts +11 -0
  344. package/dist/esm/operationsInterfaces/qnAMakerEndpointKeys.d.ts.map +1 -0
  345. package/dist/esm/operationsInterfaces/qnAMakerEndpointKeys.js +9 -0
  346. package/dist/esm/operationsInterfaces/qnAMakerEndpointKeys.js.map +1 -0
  347. package/dist/esm/package.json +3 -0
  348. package/dist/esm/pagingHelper.d.ts +13 -0
  349. package/dist/esm/pagingHelper.d.ts.map +1 -0
  350. package/dist/esm/pagingHelper.js +32 -0
  351. package/dist/esm/pagingHelper.js.map +1 -0
  352. package/dist/react-native/azureBotService.d.ts +30 -0
  353. package/dist/react-native/azureBotService.d.ts.map +1 -0
  354. package/dist/react-native/azureBotService.js +107 -0
  355. package/dist/react-native/azureBotService.js.map +1 -0
  356. package/dist/react-native/index.d.ts +5 -0
  357. package/dist/react-native/index.d.ts.map +1 -0
  358. package/dist/react-native/index.js +13 -0
  359. package/dist/react-native/index.js.map +1 -0
  360. package/dist/react-native/lroImpl.d.ts +16 -0
  361. package/dist/react-native/lroImpl.d.ts.map +1 -0
  362. package/dist/react-native/lroImpl.js +25 -0
  363. package/dist/react-native/lroImpl.js.map +1 -0
  364. package/dist/react-native/models/index.d.ts +1430 -0
  365. package/dist/react-native/models/index.d.ts.map +1 -0
  366. package/dist/react-native/models/index.js +92 -0
  367. package/dist/react-native/models/index.js.map +1 -0
  368. package/dist/react-native/models/mappers.d.ts +106 -0
  369. package/dist/react-native/models/mappers.d.ts.map +1 -0
  370. package/dist/react-native/models/mappers.js +2747 -0
  371. package/dist/react-native/models/mappers.js.map +1 -0
  372. package/dist/react-native/models/parameters.d.ts +35 -0
  373. package/dist/react-native/models/parameters.d.ts.map +1 -0
  374. package/dist/react-native/models/parameters.js +272 -0
  375. package/dist/react-native/models/parameters.js.map +1 -0
  376. package/dist/react-native/operations/botConnection.d.ts +85 -0
  377. package/dist/react-native/operations/botConnection.d.ts.map +1 -0
  378. package/dist/react-native/operations/botConnection.js +344 -0
  379. package/dist/react-native/operations/botConnection.js.map +1 -0
  380. package/dist/react-native/operations/bots.d.ts +88 -0
  381. package/dist/react-native/operations/bots.d.ts.map +1 -0
  382. package/dist/react-native/operations/bots.js +422 -0
  383. package/dist/react-native/operations/bots.js.map +1 -0
  384. package/dist/react-native/operations/channels.d.ts +79 -0
  385. package/dist/react-native/operations/channels.d.ts.map +1 -0
  386. package/dist/react-native/operations/channels.js +330 -0
  387. package/dist/react-native/operations/channels.js.map +1 -0
  388. package/dist/react-native/operations/directLine.d.ts +23 -0
  389. package/dist/react-native/operations/directLine.d.ts.map +1 -0
  390. package/dist/react-native/operations/directLine.js +59 -0
  391. package/dist/react-native/operations/directLine.js.map +1 -0
  392. package/dist/react-native/operations/email.d.ts +20 -0
  393. package/dist/react-native/operations/email.d.ts.map +1 -0
  394. package/dist/react-native/operations/email.js +53 -0
  395. package/dist/react-native/operations/email.js.map +1 -0
  396. package/dist/react-native/operations/hostSettings.d.ts +18 -0
  397. package/dist/react-native/operations/hostSettings.d.ts.map +1 -0
  398. package/dist/react-native/operations/hostSettings.js +46 -0
  399. package/dist/react-native/operations/hostSettings.js.map +1 -0
  400. package/dist/react-native/operations/index.d.ts +12 -0
  401. package/dist/react-native/operations/index.d.ts.map +1 -0
  402. package/dist/react-native/operations/index.js +19 -0
  403. package/dist/react-native/operations/index.js.map +1 -0
  404. package/dist/react-native/operations/operationResults.d.ts +26 -0
  405. package/dist/react-native/operations/operationResults.d.ts.map +1 -0
  406. package/dist/react-native/operations/operationResults.js +99 -0
  407. package/dist/react-native/operations/operationResults.js.map +1 -0
  408. package/dist/react-native/operations/operations.d.ts +32 -0
  409. package/dist/react-native/operations/operations.d.ts.map +1 -0
  410. package/dist/react-native/operations/operations.js +133 -0
  411. package/dist/react-native/operations/operations.js.map +1 -0
  412. package/dist/react-native/operations/privateEndpointConnections.d.ts +58 -0
  413. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  414. package/dist/react-native/operations/privateEndpointConnections.js +222 -0
  415. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  416. package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
  417. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  418. package/dist/react-native/operations/privateLinkResources.js +53 -0
  419. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  420. package/dist/react-native/operations/qnAMakerEndpointKeys.d.ts +19 -0
  421. package/dist/react-native/operations/qnAMakerEndpointKeys.d.ts.map +1 -0
  422. package/dist/react-native/operations/qnAMakerEndpointKeys.js +49 -0
  423. package/dist/react-native/operations/qnAMakerEndpointKeys.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/botConnection.d.ts +60 -0
  425. package/dist/react-native/operationsInterfaces/botConnection.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/botConnection.js +9 -0
  427. package/dist/react-native/operationsInterfaces/botConnection.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/bots.d.ts +52 -0
  429. package/dist/react-native/operationsInterfaces/bots.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/bots.js +9 -0
  431. package/dist/react-native/operationsInterfaces/bots.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/channels.d.ts +54 -0
  433. package/dist/react-native/operationsInterfaces/channels.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/channels.js +9 -0
  435. package/dist/react-native/operationsInterfaces/channels.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/directLine.d.ts +15 -0
  437. package/dist/react-native/operationsInterfaces/directLine.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/directLine.js +9 -0
  439. package/dist/react-native/operationsInterfaces/directLine.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/email.d.ts +12 -0
  441. package/dist/react-native/operationsInterfaces/email.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/email.js +9 -0
  443. package/dist/react-native/operationsInterfaces/email.js.map +1 -0
  444. package/dist/react-native/operationsInterfaces/hostSettings.d.ts +10 -0
  445. package/dist/react-native/operationsInterfaces/hostSettings.d.ts.map +1 -0
  446. package/dist/react-native/operationsInterfaces/hostSettings.js +9 -0
  447. package/dist/react-native/operationsInterfaces/hostSettings.js.map +1 -0
  448. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  449. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  450. package/dist/react-native/operationsInterfaces/index.js +19 -0
  451. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  452. package/dist/react-native/operationsInterfaces/operationResults.d.ts +18 -0
  453. package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
  454. package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
  455. package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
  456. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  457. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  458. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  459. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  460. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
  461. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  462. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  463. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  464. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
  465. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  466. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  467. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  468. package/dist/react-native/operationsInterfaces/qnAMakerEndpointKeys.d.ts +11 -0
  469. package/dist/react-native/operationsInterfaces/qnAMakerEndpointKeys.d.ts.map +1 -0
  470. package/dist/react-native/operationsInterfaces/qnAMakerEndpointKeys.js +9 -0
  471. package/dist/react-native/operationsInterfaces/qnAMakerEndpointKeys.js.map +1 -0
  472. package/dist/react-native/package.json +3 -0
  473. package/dist/react-native/pagingHelper.d.ts +13 -0
  474. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  475. package/dist/react-native/pagingHelper.js +32 -0
  476. package/dist/react-native/pagingHelper.js.map +1 -0
  477. package/package.json +58 -28
  478. package/dist/index.js +0 -5117
  479. package/dist/index.js.map +0 -1
  480. package/dist/index.min.js +0 -1
  481. package/dist/index.min.js.map +0 -1
  482. package/dist-esm/samples-dev/botConnectionCreateSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/botConnectionCreateSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/botConnectionCreateSample.js +0 -53
  485. package/dist-esm/samples-dev/botConnectionCreateSample.js.map +0 -1
  486. package/dist-esm/samples-dev/botConnectionDeleteSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/botConnectionDeleteSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/botConnectionDeleteSample.js +0 -39
  489. package/dist-esm/samples-dev/botConnectionDeleteSample.js.map +0 -1
  490. package/dist-esm/samples-dev/botConnectionGetSample.d.ts +0 -2
  491. package/dist-esm/samples-dev/botConnectionGetSample.d.ts.map +0 -1
  492. package/dist-esm/samples-dev/botConnectionGetSample.js +0 -39
  493. package/dist-esm/samples-dev/botConnectionGetSample.js.map +0 -1
  494. package/dist-esm/samples-dev/botConnectionListByBotServiceSample.d.ts +0 -2
  495. package/dist-esm/samples-dev/botConnectionListByBotServiceSample.d.ts.map +0 -1
  496. package/dist-esm/samples-dev/botConnectionListByBotServiceSample.js +0 -54
  497. package/dist-esm/samples-dev/botConnectionListByBotServiceSample.js.map +0 -1
  498. package/dist-esm/samples-dev/botConnectionListServiceProvidersSample.d.ts +0 -2
  499. package/dist-esm/samples-dev/botConnectionListServiceProvidersSample.d.ts.map +0 -1
  500. package/dist-esm/samples-dev/botConnectionListServiceProvidersSample.js +0 -36
  501. package/dist-esm/samples-dev/botConnectionListServiceProvidersSample.js.map +0 -1
  502. package/dist-esm/samples-dev/botConnectionListWithSecretsSample.d.ts +0 -2
  503. package/dist-esm/samples-dev/botConnectionListWithSecretsSample.d.ts.map +0 -1
  504. package/dist-esm/samples-dev/botConnectionListWithSecretsSample.js +0 -39
  505. package/dist-esm/samples-dev/botConnectionListWithSecretsSample.js.map +0 -1
  506. package/dist-esm/samples-dev/botConnectionUpdateSample.d.ts +0 -2
  507. package/dist-esm/samples-dev/botConnectionUpdateSample.d.ts.map +0 -1
  508. package/dist-esm/samples-dev/botConnectionUpdateSample.js +0 -54
  509. package/dist-esm/samples-dev/botConnectionUpdateSample.js.map +0 -1
  510. package/dist-esm/samples-dev/botsCreateSample.d.ts +0 -2
  511. package/dist-esm/samples-dev/botsCreateSample.d.ts.map +0 -1
  512. package/dist-esm/samples-dev/botsCreateSample.js +0 -65
  513. package/dist-esm/samples-dev/botsCreateSample.js.map +0 -1
  514. package/dist-esm/samples-dev/botsDeleteSample.d.ts +0 -2
  515. package/dist-esm/samples-dev/botsDeleteSample.d.ts.map +0 -1
  516. package/dist-esm/samples-dev/botsDeleteSample.js +0 -38
  517. package/dist-esm/samples-dev/botsDeleteSample.js.map +0 -1
  518. package/dist-esm/samples-dev/botsGetCheckNameAvailabilitySample.d.ts +0 -2
  519. package/dist-esm/samples-dev/botsGetCheckNameAvailabilitySample.d.ts.map +0 -1
  520. package/dist-esm/samples-dev/botsGetCheckNameAvailabilitySample.js +0 -41
  521. package/dist-esm/samples-dev/botsGetCheckNameAvailabilitySample.js.map +0 -1
  522. package/dist-esm/samples-dev/botsGetSample.d.ts +0 -2
  523. package/dist-esm/samples-dev/botsGetSample.d.ts.map +0 -1
  524. package/dist-esm/samples-dev/botsGetSample.js +0 -38
  525. package/dist-esm/samples-dev/botsGetSample.js.map +0 -1
  526. package/dist-esm/samples-dev/botsListByResourceGroupSample.d.ts +0 -2
  527. package/dist-esm/samples-dev/botsListByResourceGroupSample.d.ts.map +0 -1
  528. package/dist-esm/samples-dev/botsListByResourceGroupSample.js +0 -53
  529. package/dist-esm/samples-dev/botsListByResourceGroupSample.js.map +0 -1
  530. package/dist-esm/samples-dev/botsListSample.d.ts +0 -2
  531. package/dist-esm/samples-dev/botsListSample.d.ts.map +0 -1
  532. package/dist-esm/samples-dev/botsListSample.js +0 -52
  533. package/dist-esm/samples-dev/botsListSample.js.map +0 -1
  534. package/dist-esm/samples-dev/botsUpdateSample.d.ts +0 -2
  535. package/dist-esm/samples-dev/botsUpdateSample.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/botsUpdateSample.js +0 -71
  537. package/dist-esm/samples-dev/botsUpdateSample.js.map +0 -1
  538. package/dist-esm/samples-dev/channelsCreateSample.d.ts +0 -2
  539. package/dist-esm/samples-dev/channelsCreateSample.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/channelsCreateSample.js +0 -166
  541. package/dist-esm/samples-dev/channelsCreateSample.js.map +0 -1
  542. package/dist-esm/samples-dev/channelsDeleteSample.d.ts +0 -2
  543. package/dist-esm/samples-dev/channelsDeleteSample.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/channelsDeleteSample.js +0 -58
  545. package/dist-esm/samples-dev/channelsDeleteSample.js.map +0 -1
  546. package/dist-esm/samples-dev/channelsGetSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/channelsGetSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/channelsGetSample.js +0 -96
  549. package/dist-esm/samples-dev/channelsGetSample.js.map +0 -1
  550. package/dist-esm/samples-dev/channelsListByResourceGroupSample.d.ts +0 -2
  551. package/dist-esm/samples-dev/channelsListByResourceGroupSample.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/channelsListByResourceGroupSample.js +0 -54
  553. package/dist-esm/samples-dev/channelsListByResourceGroupSample.js.map +0 -1
  554. package/dist-esm/samples-dev/channelsListWithKeysSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/channelsListWithKeysSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/channelsListWithKeysSample.js +0 -39
  557. package/dist-esm/samples-dev/channelsListWithKeysSample.js.map +0 -1
  558. package/dist-esm/samples-dev/channelsUpdateSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/channelsUpdateSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/channelsUpdateSample.js +0 -131
  561. package/dist-esm/samples-dev/channelsUpdateSample.js.map +0 -1
  562. package/dist-esm/samples-dev/directLineRegenerateKeysSample.d.ts +0 -2
  563. package/dist-esm/samples-dev/directLineRegenerateKeysSample.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/directLineRegenerateKeysSample.js +0 -60
  565. package/dist-esm/samples-dev/directLineRegenerateKeysSample.js.map +0 -1
  566. package/dist-esm/samples-dev/emailCreateSignInUrlSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/emailCreateSignInUrlSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/emailCreateSignInUrlSample.js +0 -38
  569. package/dist-esm/samples-dev/emailCreateSignInUrlSample.js.map +0 -1
  570. package/dist-esm/samples-dev/hostSettingsGetSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/hostSettingsGetSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/hostSettingsGetSample.js +0 -36
  573. package/dist-esm/samples-dev/hostSettingsGetSample.js.map +0 -1
  574. package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/operationResultsGetSample.js +0 -37
  577. package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
  578. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  579. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  581. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  582. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +0 -45
  585. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +0 -1
  586. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  587. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
  589. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  590. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  591. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  592. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
  593. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  594. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  595. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  596. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -54
  597. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  598. package/dist-esm/samples-dev/privateLinkResourcesListByBotResourceSample.d.ts +0 -2
  599. package/dist-esm/samples-dev/privateLinkResourcesListByBotResourceSample.d.ts.map +0 -1
  600. package/dist-esm/samples-dev/privateLinkResourcesListByBotResourceSample.js +0 -38
  601. package/dist-esm/samples-dev/privateLinkResourcesListByBotResourceSample.js.map +0 -1
  602. package/dist-esm/samples-dev/qnAMakerEndpointKeysGetSample.d.ts +0 -2
  603. package/dist-esm/samples-dev/qnAMakerEndpointKeysGetSample.d.ts.map +0 -1
  604. package/dist-esm/samples-dev/qnAMakerEndpointKeysGetSample.js +0 -40
  605. package/dist-esm/samples-dev/qnAMakerEndpointKeysGetSample.js.map +0 -1
  606. package/dist-esm/src/azureBotService.d.ts.map +0 -1
  607. package/dist-esm/src/azureBotService.js.map +0 -1
  608. package/dist-esm/src/index.d.ts +0 -5
  609. package/dist-esm/src/index.js.map +0 -1
  610. package/dist-esm/src/lroImpl.js +0 -29
  611. package/dist-esm/src/lroImpl.js.map +0 -1
  612. package/dist-esm/src/models/index.js.map +0 -1
  613. package/dist-esm/src/models/mappers.js.map +0 -1
  614. package/dist-esm/src/models/parameters.js.map +0 -1
  615. package/dist-esm/src/operations/botConnection.d.ts.map +0 -1
  616. package/dist-esm/src/operations/botConnection.js.map +0 -1
  617. package/dist-esm/src/operations/bots.d.ts.map +0 -1
  618. package/dist-esm/src/operations/bots.js.map +0 -1
  619. package/dist-esm/src/operations/channels.d.ts.map +0 -1
  620. package/dist-esm/src/operations/channels.js.map +0 -1
  621. package/dist-esm/src/operations/directLine.d.ts.map +0 -1
  622. package/dist-esm/src/operations/directLine.js.map +0 -1
  623. package/dist-esm/src/operations/email.d.ts.map +0 -1
  624. package/dist-esm/src/operations/email.js.map +0 -1
  625. package/dist-esm/src/operations/hostSettings.d.ts.map +0 -1
  626. package/dist-esm/src/operations/hostSettings.js.map +0 -1
  627. package/dist-esm/src/operations/index.d.ts +0 -12
  628. package/dist-esm/src/operations/index.d.ts.map +0 -1
  629. package/dist-esm/src/operations/index.js +0 -19
  630. package/dist-esm/src/operations/index.js.map +0 -1
  631. package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
  632. package/dist-esm/src/operations/operationResults.js +0 -104
  633. package/dist-esm/src/operations/operationResults.js.map +0 -1
  634. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  635. package/dist-esm/src/operations/operations.js.map +0 -1
  636. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  637. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  638. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  639. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  640. package/dist-esm/src/operations/qnAMakerEndpointKeys.d.ts.map +0 -1
  641. package/dist-esm/src/operations/qnAMakerEndpointKeys.js.map +0 -1
  642. package/dist-esm/src/operationsInterfaces/botConnection.d.ts.map +0 -1
  643. package/dist-esm/src/operationsInterfaces/botConnection.js.map +0 -1
  644. package/dist-esm/src/operationsInterfaces/bots.d.ts.map +0 -1
  645. package/dist-esm/src/operationsInterfaces/bots.js.map +0 -1
  646. package/dist-esm/src/operationsInterfaces/channels.d.ts.map +0 -1
  647. package/dist-esm/src/operationsInterfaces/channels.js.map +0 -1
  648. package/dist-esm/src/operationsInterfaces/directLine.d.ts.map +0 -1
  649. package/dist-esm/src/operationsInterfaces/directLine.js.map +0 -1
  650. package/dist-esm/src/operationsInterfaces/email.d.ts.map +0 -1
  651. package/dist-esm/src/operationsInterfaces/email.js.map +0 -1
  652. package/dist-esm/src/operationsInterfaces/hostSettings.d.ts.map +0 -1
  653. package/dist-esm/src/operationsInterfaces/hostSettings.js.map +0 -1
  654. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  655. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  656. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  657. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  658. package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
  659. package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
  660. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  661. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  662. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  663. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  664. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  665. package/dist-esm/src/operationsInterfaces/qnAMakerEndpointKeys.js.map +0 -1
  666. package/dist-esm/src/pagingHelper.js.map +0 -1
  667. package/dist-esm/test/botservice_examples.d.ts +0 -4
  668. package/dist-esm/test/botservice_examples.d.ts.map +0 -1
  669. package/dist-esm/test/botservice_examples.js +0 -74
  670. package/dist-esm/test/botservice_examples.js.map +0 -1
  671. package/src/azureBotService.ts +0 -184
  672. package/src/lroImpl.ts +0 -34
  673. package/src/models/index.ts +0 -1650
  674. package/src/models/mappers.ts +0 -2914
  675. package/src/models/parameters.ts +0 -318
  676. package/src/operations/botConnection.ts +0 -466
  677. package/src/operations/bots.ts +0 -518
  678. package/src/operations/channels.ts +0 -443
  679. package/src/operations/directLine.ts +0 -82
  680. package/src/operations/email.ts +0 -72
  681. package/src/operations/hostSettings.ts +0 -60
  682. package/src/operations/index.ts +0 -19
  683. package/src/operations/operationResults.ts +0 -144
  684. package/src/operations/operations.ts +0 -149
  685. package/src/operations/privateEndpointConnections.ts +0 -287
  686. package/src/operations/privateLinkResources.ts +0 -72
  687. package/src/operations/qnAMakerEndpointKeys.ts +0 -68
  688. package/src/operationsInterfaces/botConnection.ts +0 -116
  689. package/src/operationsInterfaces/bots.ts +0 -98
  690. package/src/operationsInterfaces/channels.ts +0 -106
  691. package/src/operationsInterfaces/directLine.ts +0 -34
  692. package/src/operationsInterfaces/email.ts +0 -27
  693. package/src/operationsInterfaces/hostSettings.ts +0 -23
  694. package/src/operationsInterfaces/index.ts +0 -19
  695. package/src/operationsInterfaces/operationResults.ts +0 -40
  696. package/src/operationsInterfaces/operations.ts +0 -22
  697. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -78
  698. package/src/operationsInterfaces/privateLinkResources.ts +0 -27
  699. package/src/operationsInterfaces/qnAMakerEndpointKeys.ts +0 -26
  700. package/src/pagingHelper.ts +0 -39
  701. package/tsconfig.json +0 -33
  702. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  703. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  704. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  705. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  706. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  707. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  708. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  709. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  710. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  711. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  712. /package/{dist-esm/src → dist/browser}/operationsInterfaces/botConnection.js +0 -0
  713. /package/{dist-esm/src → dist/browser}/operationsInterfaces/bots.js +0 -0
  714. /package/{dist-esm/src → dist/browser}/operationsInterfaces/channels.js +0 -0
  715. /package/{dist-esm/src → dist/browser}/operationsInterfaces/directLine.js +0 -0
  716. /package/{dist-esm/src → dist/browser}/operationsInterfaces/email.js +0 -0
  717. /package/{dist-esm/src → dist/browser}/operationsInterfaces/hostSettings.js +0 -0
  718. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.js +0 -0
  719. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  720. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  721. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  722. /package/{dist-esm/src → dist/browser}/operationsInterfaces/qnAMakerEndpointKeys.js +0 -0
  723. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  724. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  725. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  726. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,92 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /** Known values of {@link MsaAppType} that the service accepts. */
9
+ export var KnownMsaAppType;
10
+ (function (KnownMsaAppType) {
11
+ /** UserAssignedMSI */
12
+ KnownMsaAppType["UserAssignedMSI"] = "UserAssignedMSI";
13
+ /** SingleTenant */
14
+ KnownMsaAppType["SingleTenant"] = "SingleTenant";
15
+ /** MultiTenant */
16
+ KnownMsaAppType["MultiTenant"] = "MultiTenant";
17
+ })(KnownMsaAppType || (KnownMsaAppType = {}));
18
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
19
+ export var KnownPublicNetworkAccess;
20
+ (function (KnownPublicNetworkAccess) {
21
+ /** Enabled */
22
+ KnownPublicNetworkAccess["Enabled"] = "Enabled";
23
+ /** Disabled */
24
+ KnownPublicNetworkAccess["Disabled"] = "Disabled";
25
+ })(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
26
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
27
+ export var KnownPrivateEndpointServiceConnectionStatus;
28
+ (function (KnownPrivateEndpointServiceConnectionStatus) {
29
+ /** Pending */
30
+ KnownPrivateEndpointServiceConnectionStatus["Pending"] = "Pending";
31
+ /** Approved */
32
+ KnownPrivateEndpointServiceConnectionStatus["Approved"] = "Approved";
33
+ /** Rejected */
34
+ KnownPrivateEndpointServiceConnectionStatus["Rejected"] = "Rejected";
35
+ })(KnownPrivateEndpointServiceConnectionStatus || (KnownPrivateEndpointServiceConnectionStatus = {}));
36
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
37
+ export var KnownPrivateEndpointConnectionProvisioningState;
38
+ (function (KnownPrivateEndpointConnectionProvisioningState) {
39
+ /** Succeeded */
40
+ KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
41
+ /** Creating */
42
+ KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
43
+ /** Deleting */
44
+ KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
45
+ /** Failed */
46
+ KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
47
+ })(KnownPrivateEndpointConnectionProvisioningState || (KnownPrivateEndpointConnectionProvisioningState = {}));
48
+ /** Known values of {@link SkuName} that the service accepts. */
49
+ export var KnownSkuName;
50
+ (function (KnownSkuName) {
51
+ /** F0 */
52
+ KnownSkuName["F0"] = "F0";
53
+ /** S1 */
54
+ KnownSkuName["S1"] = "S1";
55
+ })(KnownSkuName || (KnownSkuName = {}));
56
+ /** Known values of {@link SkuTier} that the service accepts. */
57
+ export var KnownSkuTier;
58
+ (function (KnownSkuTier) {
59
+ /** Free */
60
+ KnownSkuTier["Free"] = "Free";
61
+ /** Standard */
62
+ KnownSkuTier["Standard"] = "Standard";
63
+ })(KnownSkuTier || (KnownSkuTier = {}));
64
+ /** Known values of {@link Kind} that the service accepts. */
65
+ export var KnownKind;
66
+ (function (KnownKind) {
67
+ /** Sdk */
68
+ KnownKind["Sdk"] = "sdk";
69
+ /** Designer */
70
+ KnownKind["Designer"] = "designer";
71
+ /** Bot */
72
+ KnownKind["Bot"] = "bot";
73
+ /** Function */
74
+ KnownKind["Function"] = "function";
75
+ /** Azurebot */
76
+ KnownKind["Azurebot"] = "azurebot";
77
+ })(KnownKind || (KnownKind = {}));
78
+ /** Known values of {@link OperationResultStatus} that the service accepts. */
79
+ export var KnownOperationResultStatus;
80
+ (function (KnownOperationResultStatus) {
81
+ /** Canceled */
82
+ KnownOperationResultStatus["Canceled"] = "Canceled";
83
+ /** Succeeded */
84
+ KnownOperationResultStatus["Succeeded"] = "Succeeded";
85
+ /** Failed */
86
+ KnownOperationResultStatus["Failed"] = "Failed";
87
+ /** Requested */
88
+ KnownOperationResultStatus["Requested"] = "Requested";
89
+ /** Running */
90
+ KnownOperationResultStatus["Running"] = "Running";
91
+ })(KnownOperationResultStatus || (KnownOperationResultStatus = {}));
92
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA+oCH,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,sBAAsB;IACtB,sDAAmC,CAAA;IACnC,mBAAmB;IACnB,gDAA6B,CAAA;IAC7B,kBAAkB;IAClB,8CAA2B,CAAA;AAC7B,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,+FAA+F;AAC/F,MAAM,CAAN,IAAY,2CAOX;AAPD,WAAY,2CAA2C;IACrD,cAAc;IACd,kEAAmB,CAAA;IACnB,eAAe;IACf,oEAAqB,CAAA;IACrB,eAAe;IACf,oEAAqB,CAAA;AACvB,CAAC,EAPW,2CAA2C,KAA3C,2CAA2C,QAOtD;AAaD,mGAAmG;AACnG,MAAM,CAAN,IAAY,+CASX;AATD,WAAY,+CAA+C;IACzD,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;AACnB,CAAC,EATW,+CAA+C,KAA/C,+CAA+C,QAS1D;AAcD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,SAAS;IACT,yBAAS,CAAA;IACT,SAAS;IACT,yBAAS,CAAA;AACX,CAAC,EALW,YAAY,KAAZ,YAAY,QAKvB;AAYD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,WAAW;IACX,6BAAa,CAAA;IACb,eAAe;IACf,qCAAqB,CAAA;AACvB,CAAC,EALW,YAAY,KAAZ,YAAY,QAKvB;AAYD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAWX;AAXD,WAAY,SAAS;IACnB,UAAU;IACV,wBAAW,CAAA;IACX,eAAe;IACf,kCAAqB,CAAA;IACrB,UAAU;IACV,wBAAW,CAAA;IACX,eAAe;IACf,kCAAqB,CAAA;IACrB,eAAe;IACf,kCAAqB,CAAA;AACvB,CAAC,EAXW,SAAS,KAAT,SAAS,QAWpB;AAeD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAWX;AAXD,WAAY,0BAA0B;IACpC,eAAe;IACf,mDAAqB,CAAA;IACrB,gBAAgB;IAChB,qDAAuB,CAAA;IACvB,aAAa;IACb,+CAAiB,CAAA;IACjB,gBAAgB;IAChB,qDAAuB,CAAA;IACvB,cAAc;IACd,iDAAmB,CAAA;AACrB,CAAC,EAXW,0BAA0B,KAA1B,0BAA0B,QAWrC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type ChannelUnion =\n | Channel\n | AlexaChannel\n | FacebookChannel\n | EmailChannel\n | OutlookChannel\n | MsTeamsChannel\n | SkypeChannel\n | KikChannel\n | WebChatChannel\n | DirectLineChannel\n | TelegramChannel\n | SmsChannel\n | SlackChannel\n | LineChannel\n | DirectLineSpeechChannel\n | Omnichannel\n | TelephonyChannel\n | AcsChatChannel\n | SearchAssistant\n | M365Extensions;\n\n/** The parameters to provide for the Bot. */\nexport interface BotProperties {\n /** The Name of the bot */\n displayName: string;\n /** The description of the bot */\n description?: string;\n /** The Icon Url of the bot */\n iconUrl?: string;\n /** The bot's endpoint */\n endpoint: string | null;\n /**\n * The bot's endpoint version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointVersion?: string;\n /** Contains resource all settings defined as key/value pairs. */\n allSettings?: { [propertyName: string]: string };\n /** Contains resource parameters defined as key/value pairs. */\n parameters?: { [propertyName: string]: string };\n /** The bot's manifest url */\n manifestUrl?: string;\n /** Microsoft App Type for the bot */\n msaAppType?: MsaAppType;\n /** Microsoft App Id for the bot */\n msaAppId: string;\n /** Microsoft App Tenant Id for the bot */\n msaAppTenantId?: string;\n /** Microsoft App Managed Identity Resource Id for the bot */\n msaAppMSIResourceId?: string;\n /**\n * Collection of channels for which the bot is configured\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configuredChannels?: string[];\n /**\n * Collection of channels for which the bot is enabled\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabledChannels?: string[];\n /** The Application Insights key */\n developerAppInsightKey?: string;\n /** The Application Insights Api Key */\n developerAppInsightsApiKey?: string;\n /** The Application Insights App Id */\n developerAppInsightsApplicationId?: string;\n /** Collection of LUIS App Ids */\n luisAppIds?: string[];\n /** The LUIS Key */\n luisKey?: string;\n /** Whether Cmek is enabled */\n isCmekEnabled?: boolean;\n /** The CMK Url */\n cmekKeyVaultUrl?: string;\n /**\n * The CMK encryption status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cmekEncryptionStatus?: string;\n /** The Tenant Id for the bot */\n tenantId?: string;\n /** Whether the bot is in an isolated network */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Whether the bot is streaming supported */\n isStreamingSupported?: boolean;\n /**\n * Whether the bot is developerAppInsightsApiKey set\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeveloperAppInsightsApiKeySet?: boolean;\n /**\n * Token used to migrate non Azure bot to azure subscription\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationToken?: string;\n /** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */\n disableLocalAuth?: boolean;\n /** The channel schema transformation version for the bot */\n schemaTransformationVersion?: string;\n /** The storage resourceId for the bot */\n storageResourceId?: string;\n /**\n * List of Private Endpoint Connections configured for the bot\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** The hint to browser (e.g. protocol handler) on how to open the bot for authoring */\n openWithHint?: string;\n /** The hint (e.g. keyVault secret resourceId) on how to fetch the app secret */\n appPasswordHint?: string;\n /**\n * Provisioning state of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Publishing credentials of the resource */\n publishingCredentials?: string;\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all BotService Private Link Resources */\nexport interface PrivateLinkResourceBase {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Azure resource */\nexport interface Resource {\n /**\n * Specifies the resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Specifies the name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Specifies the location of the resource. */\n location?: string;\n /**\n * Specifies the type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Contains resource tags defined as key/value pairs. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the SKU of the resource. */\n sku?: Sku;\n /** Required. Gets or sets the Kind of the resource. */\n kind?: Kind;\n /** Entity Tag */\n etag?: string;\n /**\n * Entity zones\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zones?: string[];\n}\n\n/** The SKU of the cognitive services account. */\nexport interface Sku {\n /** The sku name */\n name: SkuName;\n /**\n * Gets the sku tier. This is based on the SKU name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tier?: SkuTier;\n}\n\n/** Bot Service error object. */\nexport interface ErrorModel {\n /** The error body. */\n error?: ErrorBody;\n}\n\n/** Bot Service error body. */\nexport interface ErrorBody {\n /** error code */\n code: string;\n /** error message */\n message: string;\n}\n\n/** The list of bot service operation response. */\nexport interface BotResponseList {\n /** The link used to get the next page of bot service resources. */\n nextLink?: string;\n /**\n * Gets the list of bot service results and their properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Bot[];\n}\n\n/** Channel definition */\nexport interface Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName:\n | \"AlexaChannel\"\n | \"FacebookChannel\"\n | \"EmailChannel\"\n | \"OutlookChannel\"\n | \"MsTeamsChannel\"\n | \"SkypeChannel\"\n | \"KikChannel\"\n | \"WebChatChannel\"\n | \"DirectLineChannel\"\n | \"TelegramChannel\"\n | \"SmsChannel\"\n | \"SlackChannel\"\n | \"LineChannel\"\n | \"DirectLineSpeechChannel\"\n | \"Omnichannel\"\n | \"TelephonyChannel\"\n | \"AcsChatChannel\"\n | \"SearchAssistant\"\n | \"M365Extensions\";\n /** Entity Tag of the resource */\n etag?: string;\n /**\n * Provisioning state of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Specifies the location of the resource. */\n location?: string;\n}\n\n/** Channel settings definition */\nexport interface ChannelSettings {\n /** The extensionKey1 */\n extensionKey1?: string;\n /** The extensionKey2 */\n extensionKey2?: string;\n /** The list of sites */\n sites?: Site[];\n /** The channel id */\n channelId?: string;\n /** The channel display name */\n channelDisplayName?: string;\n /** The bot id */\n botId?: string;\n /** The bot icon url */\n botIconUrl?: string;\n /** Whether this channel is enabled for the bot */\n isEnabled?: boolean;\n /** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */\n disableLocalAuth?: boolean;\n /** Whether customer needs to agree to new terms. */\n requireTermsAgreement?: boolean;\n}\n\n/** A site for the channel */\nexport interface Site {\n /** Tenant Id */\n tenantId?: string;\n /**\n * Site Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteId?: string;\n /** Site name */\n siteName: string;\n /**\n * Primary key. Value only returned through POST to the action Channel List API, otherwise empty.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly key?: string;\n /**\n * Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly key2?: string;\n /** Whether this site is enabled for DirectLine channel */\n isEnabled: boolean;\n /**\n * Whether this site is token enabled for channel\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isTokenEnabled?: boolean;\n /** Whether this site is EndpointParameters enabled for channel */\n isEndpointParametersEnabled?: boolean;\n /** Whether this site is disabled detailed logging for */\n isDetailedLoggingEnabled?: boolean;\n /** Whether this site is enabled for block user upload. */\n isBlockUserUploadEnabled?: boolean;\n /** Whether this no-storage site is disabled detailed logging for */\n isNoStorageEnabled?: boolean;\n /** Entity Tag */\n eTag?: string;\n /** DirectLine application id */\n appId?: string;\n /** Whether this site is enabled for Bot Framework V1 protocol. */\n isV1Enabled?: boolean;\n /** Whether this site is enabled for Bot Framework V3 protocol. */\n isV3Enabled?: boolean;\n /** Whether this site is enabled for authentication with Bot Framework. */\n isSecureSiteEnabled?: boolean;\n /** List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True. */\n trustedOrigins?: string[];\n /** Whether this site is enabled for Webchat Speech */\n isWebChatSpeechEnabled?: boolean;\n /** Whether this site is enabled for preview versions of Webchat */\n isWebchatPreviewEnabled?: boolean;\n}\n\n/** The list of bot service channel operation response. */\nexport interface ChannelResponseList {\n /** The link used to get the next page of bot service channel resources. */\n nextLink?: string;\n /**\n * Gets the list of bot service channel results and their properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: BotChannel[];\n}\n\n/** Site information for WebChat or DirectLine Channels to identify which site to regenerate keys for. */\nexport interface SiteInfo {\n /** The site name */\n siteName: string;\n /** Determines which key is to be regenerated */\n key: Key;\n}\n\n/** The ARM create email sign in url operation response. */\nexport interface CreateEmailSignInUrlResponse {\n /**\n * Specifies the resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Specifies the location of the resource. */\n location?: string;\n /** The set of properties specific to sign in url */\n properties?: CreateEmailSignInUrlResponseProperties;\n}\n\n/** The set of properties specific to sign in url */\nexport interface CreateEmailSignInUrlResponseProperties {\n /** Sign in url. */\n url?: string;\n}\n\n/** The request body for a request to Bot Service Management to check availability of a bot name. */\nexport interface CheckNameAvailabilityRequestBody {\n /** the name of the bot for which availability needs to be checked. */\n name?: string;\n /** the type of the bot for which availability needs to be checked */\n type?: string;\n}\n\n/** The response body returned for a request to Bot Service Management to check availability of a bot name. */\nexport interface CheckNameAvailabilityResponseBody {\n /** indicates if the bot name is valid. */\n valid?: boolean;\n /** additional message from the bot management api showing why a bot name is not available */\n message?: string;\n /** response code from ABS */\n absCode?: string;\n}\n\n/** The list of bot service operation response. */\nexport interface OperationEntityListResult {\n /** The link used to get the next page of operations. */\n nextLink?: string;\n /** The list of operations. */\n value?: OperationEntity[];\n}\n\n/** The operations supported by Bot Service Management. */\nexport interface OperationEntity {\n /** Operation name: {provider}/{resource}/{operation}. */\n name?: string;\n /** The operation supported by Bot Service Management. */\n display?: OperationDisplayInfo;\n /** The origin of the operation. */\n origin?: string;\n /** Additional properties. */\n properties?: Record<string, unknown>;\n}\n\n/** The operation supported by Bot Service Management. */\nexport interface OperationDisplayInfo {\n /** The description of the operation. */\n description?: string;\n /** The action that users can perform, based on their permission level. */\n operation?: string;\n /** Service provider: Microsoft Bot Service. */\n provider?: string;\n /** Resource on which the operation is performed. */\n resource?: string;\n}\n\n/** The list of bot service providers response. */\nexport interface ServiceProviderResponseList {\n /** The link used to get the next page of bot service providers. */\n nextLink?: string;\n /**\n * Gets the list of bot service providers and their properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ServiceProvider[];\n}\n\n/** Service Provider Definition */\nexport interface ServiceProvider {\n /** The Properties of a Service Provider Object */\n properties?: ServiceProviderProperties;\n}\n\n/** The Object used to describe a Service Provider supported by Bot Service */\nexport interface ServiceProviderProperties {\n /**\n * Id for Service Provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Display Name of the Service Provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Name of the Service Provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceProviderName?: string;\n /**\n * URL of Dev Portal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly devPortalUrl?: string;\n /** The URL of icon */\n iconUrl?: string;\n /** The list of parameters for the Service Provider */\n parameters?: ServiceProviderParameter[];\n}\n\n/** Extra Parameters specific to each Service Provider */\nexport interface ServiceProviderParameter {\n /**\n * Name of the Service Provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the Service Provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Display Name of the Service Provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Description of the Service Provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Help Url for the Service Provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly helpUrl?: string;\n /**\n * Default Name for the Service Provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly default?: string;\n /**\n * Meta data for the Service Provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: ServiceProviderParameterMetadata;\n}\n\n/** Meta data for the Service Provider */\nexport interface ServiceProviderParameterMetadata {\n /** the constraints of the bot meta data. */\n constraints?: ServiceProviderParameterMetadataConstraints;\n}\n\n/** the constraints of the bot meta data. */\nexport interface ServiceProviderParameterMetadataConstraints {\n /** Whether required the constraints of the bot meta data. */\n required?: boolean;\n}\n\n/** The request body for a request to Bot Service Management to list QnA Maker endpoint keys. */\nexport interface QnAMakerEndpointKeysRequestBody {\n /** the host name of the QnA Maker endpoint */\n hostname?: string;\n /** Subscription key which provides access to this API. */\n authkey?: string;\n}\n\n/** Schema for EndpointKeys generate/refresh operations. */\nexport interface QnAMakerEndpointKeysResponse {\n /** Primary Access Key. */\n primaryEndpointKey?: string;\n /** Secondary Access Key. */\n secondaryEndpointKey?: string;\n /** Current version of runtime. */\n installedVersion?: string;\n /** Latest version of runtime. */\n lastStableVersion?: string;\n}\n\n/** Properties for a Connection Setting Item */\nexport interface ConnectionSettingProperties {\n /** Client Id associated with the Connection Setting. */\n clientId?: string;\n /**\n * Setting Id set by the service for the Connection Setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly settingId?: string;\n /** Client Secret associated with the Connection Setting */\n clientSecret?: string;\n /** Scopes associated with the Connection Setting */\n scopes?: string;\n /** Service Provider Id associated with the Connection Setting */\n serviceProviderId?: string;\n /** Service Provider Display Name associated with the Connection Setting */\n serviceProviderDisplayName?: string;\n /** Service Provider Parameters associated with the Connection Setting */\n parameters?: ConnectionSettingParameter[];\n /** Provisioning state of the resource */\n provisioningState?: string;\n}\n\n/** Extra Parameter in a Connection Setting Properties to indicate service provider specific properties */\nexport interface ConnectionSettingParameter {\n /** Key for the Connection Setting Parameter. */\n key?: string;\n /** Value associated with the Connection Setting Parameter. */\n value?: string;\n}\n\n/** The list of bot service connection settings response. */\nexport interface ConnectionSettingResponseList {\n /** The link used to get the next page of bot service connection setting resources. */\n nextLink?: string;\n /**\n * Gets the list of bot service connection settings and their properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ConnectionSetting[];\n}\n\n/** The response body returned for a request to Bot Service Management to check per subscription hostSettings */\nexport interface HostSettingsResponse {\n /** For in-conversation bot user authentication */\n oAuthUrl?: string;\n /** For verifying incoming tokens from the channels */\n toBotFromChannelOpenIdMetadataUrl?: string;\n /** For verifying incoming tokens from the channels */\n toBotFromChannelTokenIssuer?: string;\n /** For verifying incoming tokens from bot emulator */\n toBotFromEmulatorOpenIdMetadataUrl?: string;\n /** For getting access token to channels from bot host */\n toChannelFromBotLoginUrl?: string;\n /** For getting access token to channels from bot host */\n toChannelFromBotOAuthScope?: string;\n /** Per cloud OAuth setting on whether authority is validated */\n validateAuthority?: boolean;\n /** Same as toBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12 */\n botOpenIdMetadata?: string;\n}\n\n/** The properties indicating the operation result of an operation on a service. */\nexport interface OperationResultsDescription {\n /**\n * The ID of the operation returned.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the operation result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The status of the operation being performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: OperationResultStatus;\n /**\n * The time that the operation was started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n}\n\n/** List of private endpoint connection associated with the specified storage account */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** The parameters to provide for the Alexa channel. */\nexport interface AlexaChannelProperties {\n /** The Alexa skill Id */\n alexaSkillId: string;\n /**\n * Url fragment used in part of the Uri configured in Alexa\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly urlFragment?: string;\n /**\n * Full Uri used to configured the skill in Alexa\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceEndpointUri?: string;\n /** Whether this channel is enabled for the bot */\n isEnabled: boolean;\n}\n\n/** The parameters to provide for the Facebook channel. */\nexport interface FacebookChannelProperties {\n /**\n * Verify token. Value only returned through POST to the action Channel List API, otherwise empty.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly verifyToken?: string;\n /** The list of Facebook pages */\n pages?: FacebookPage[];\n /** Facebook application id */\n appId: string;\n /** Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty. */\n appSecret?: string;\n /**\n * Callback Url\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly callbackUrl?: string;\n /** Whether this channel is enabled for the bot */\n isEnabled: boolean;\n}\n\n/** A Facebook page for Facebook channel registration */\nexport interface FacebookPage {\n /** Page id */\n id: string;\n /** Facebook application access token. Value only returned through POST to the action Channel List API, otherwise empty. */\n accessToken?: string;\n}\n\n/** The parameters to provide for the Email channel. */\nexport interface EmailChannelProperties {\n /** The email address */\n emailAddress: string;\n /** Email channel auth method. 0 Password (Default); 1 Graph. */\n authMethod?: EmailChannelAuthMethod;\n /** The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty. */\n password?: string;\n /** The magic code for setting up the modern authentication. */\n magicCode?: string;\n /** Whether this channel is enabled for the bot */\n isEnabled: boolean;\n}\n\n/** The parameters to provide for the Microsoft Teams channel. */\nexport interface MsTeamsChannelProperties {\n /** Enable calling for Microsoft Teams channel */\n enableCalling?: boolean;\n /** Webhook for Microsoft Teams channel calls */\n callingWebhook?: string;\n /** Whether this channel is enabled for the bot */\n isEnabled: boolean;\n /** Webhook for Microsoft Teams channel calls */\n incomingCallRoute?: string;\n /** Deployment environment for Microsoft Teams channel calls */\n deploymentEnvironment?: string;\n /** Whether this channel accepted terms */\n acceptedTerms?: boolean;\n}\n\n/** The parameters to provide for the Microsoft Teams channel. */\nexport interface SkypeChannelProperties {\n /** Enable messaging for Skype channel */\n enableMessaging?: boolean;\n /** Enable media cards for Skype channel */\n enableMediaCards?: boolean;\n /** Enable video for Skype channel */\n enableVideo?: boolean;\n /** Enable calling for Skype channel */\n enableCalling?: boolean;\n /** Enable screen sharing for Skype channel */\n enableScreenSharing?: boolean;\n /** Enable groups for Skype channel */\n enableGroups?: boolean;\n /** Group mode for Skype channel */\n groupsMode?: string;\n /** Calling web hook for Skype channel */\n callingWebHook?: string;\n /** Incoming call route for Skype channel */\n incomingCallRoute?: string;\n /** Whether this channel is enabled for the bot */\n isEnabled: boolean;\n}\n\n/** The parameters to provide for the Kik channel. */\nexport interface KikChannelProperties {\n /** The Kik user name */\n userName: string;\n /** Kik API key. Value only returned through POST to the action Channel List API, otherwise empty. */\n apiKey?: string;\n /** Whether this channel is validated for the bot */\n isValidated?: boolean;\n /** Whether this channel is enabled for the bot */\n isEnabled: boolean;\n}\n\n/** The parameters to provide for the Web Chat channel. */\nexport interface WebChatChannelProperties {\n /**\n * Web chat control embed code\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly webChatEmbedCode?: string;\n /** The list of Web Chat sites */\n sites?: WebChatSite[];\n}\n\n/** The parameters to provide for the Direct Line channel. */\nexport interface DirectLineChannelProperties {\n /** The list of Direct Line sites */\n sites?: DirectLineSite[];\n /** The extensionKey1 */\n extensionKey1?: string;\n /** The extensionKey2 */\n extensionKey2?: string;\n /** Direct Line embed code of the resource */\n directLineEmbedCode?: string;\n}\n\n/** The parameters to provide for the Telegram channel. */\nexport interface TelegramChannelProperties {\n /** The Telegram access token. Value only returned through POST to the action Channel List API, otherwise empty. */\n accessToken?: string;\n /** Whether this channel is validated for the bot */\n isValidated?: boolean;\n /** Whether this channel is enabled for the bot */\n isEnabled: boolean;\n}\n\n/** The parameters to provide for the Sms channel. */\nexport interface SmsChannelProperties {\n /** The Sms phone */\n phone: string;\n /** The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty. */\n accountSID: string;\n /** The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty. */\n authToken?: string;\n /** Whether this channel is validated for the bot */\n isValidated?: boolean;\n /** Whether this channel is enabled for the bot */\n isEnabled: boolean;\n}\n\n/** The parameters to provide for the Slack channel. */\nexport interface SlackChannelProperties {\n /** The Slack client id */\n clientId?: string;\n /** The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty. */\n clientSecret?: string;\n /** The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty. */\n verificationToken?: string;\n /** The Slack permission scopes. */\n scopes?: string;\n /** The Slack landing page Url */\n landingPageUrl?: string;\n /**\n * The Slack redirect action\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly redirectAction?: string;\n /**\n * The Sms auth token\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSubmissionId?: string;\n /** Whether to register the settings before OAuth validation is performed. Recommended to True. */\n registerBeforeOAuthFlow?: boolean;\n /**\n * Whether this channel is validated for the bot\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isValidated?: boolean;\n /** The Slack signing secret. */\n signingSecret?: string;\n /** Whether this channel is enabled for the bot */\n isEnabled: boolean;\n}\n\n/** The parameters to provide for the Line channel. */\nexport interface LineChannelProperties {\n /** The list of line channel registrations */\n lineRegistrations: LineRegistration[];\n /**\n * Callback Url to enter in line registration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly callbackUrl?: string;\n /**\n * Whether this channel is validated for the bot\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isValidated?: boolean;\n}\n\n/** The properties corresponding to a line channel registration */\nexport interface LineRegistration {\n /**\n * Id generated for the line channel registration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly generatedId?: string;\n /** Secret for the line channel registration */\n channelSecret?: string;\n /** Access token for the line channel registration */\n channelAccessToken?: string;\n}\n\n/** The parameters to provide for the DirectLine Speech channel. */\nexport interface DirectLineSpeechChannelProperties {\n /** The cognitive service id with this channel registration. */\n cognitiveServiceResourceId?: string;\n /** The cognitive service region with this channel registration. */\n cognitiveServiceRegion?: string;\n /** The cognitive service subscription key to use with this channel registration. */\n cognitiveServiceSubscriptionKey?: string;\n /** Whether this channel is enabled or not. */\n isEnabled?: boolean;\n /** Custom speech model id (optional). */\n customVoiceDeploymentId?: string;\n /** Custom voice deployment id (optional). */\n customSpeechModelId?: string;\n /** Make this a default bot for chosen cognitive service account. */\n isDefaultBotForCogSvcAccount?: boolean;\n}\n\n/** The parameters to provide for the Direct Line channel. */\nexport interface TelephonyChannelProperties {\n /** The list of Telephony phone numbers */\n phoneNumbers?: TelephonyPhoneNumbers[];\n /** The list of Telephony api configuration */\n apiConfigurations?: TelephonyChannelResourceApiConfiguration[];\n /** The extensionKey1 */\n cognitiveServiceSubscriptionKey?: string;\n /** The extensionKey2 */\n cognitiveServiceRegion?: string;\n /** The default locale of the channel */\n defaultLocale?: string;\n /** The premium SKU applied to the channel */\n premiumSKU?: string;\n /** Whether the channel is enabled */\n isEnabled?: boolean;\n}\n\n/** A telephone number for the Telephony channel */\nexport interface TelephonyPhoneNumbers {\n /** The element id. */\n id?: string;\n /** The phone number. */\n phoneNumber?: string;\n /** The endpoint of ACS. */\n acsEndpoint?: string;\n /** The secret of ACS. */\n acsSecret?: string;\n /** The resource id of ACS. */\n acsResourceId?: string;\n /** The subscription key of cognitive service. */\n cognitiveServiceSubscriptionKey?: string;\n /** The service region of cognitive service. */\n cognitiveServiceRegion?: string;\n /** The resource id of cognitive service. */\n cognitiveServiceResourceId?: string;\n /** The default locale of the phone number. */\n defaultLocale?: string;\n /** Optional Property that will determine the offering type of the phone. */\n offerType?: string;\n}\n\n/** A resource Api configuration for the Telephony channel */\nexport interface TelephonyChannelResourceApiConfiguration {\n /** The id of config. */\n id?: string;\n /** The provider name. */\n providerName?: string;\n /** The cognitive service subscription key. */\n cognitiveServiceSubscriptionKey?: string;\n /** The cognitive service region. */\n cognitiveServiceRegion?: string;\n /** The cognitive service resourceId. */\n cognitiveServiceResourceId?: string;\n /** The default locale. */\n defaultLocale?: string;\n}\n\n/** The display name of a connection Item Setting registered with the Bot */\nexport interface ConnectionItemName {\n /**\n * Connection Item name that has been added in the API\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends PrivateLinkResourceBase {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n /** Group ids */\n groupIds?: string[];\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends PrivateLinkResourceBase {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** Bot resource definition */\nexport interface Bot extends Resource {\n /** The set of properties specific to bot resource */\n properties?: BotProperties;\n}\n\n/** Bot channel resource definition */\nexport interface BotChannel extends Resource {\n /** The set of properties specific to bot channel resource */\n properties?: ChannelUnion;\n}\n\n/** Bot channel resource definition */\nexport interface ConnectionSetting extends Resource {\n /** The set of properties specific to bot channel resource */\n properties?: ConnectionSettingProperties;\n}\n\n/** Alexa channel definition */\nexport interface AlexaChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"AlexaChannel\";\n /** The set of properties specific to Alexa channel resource */\n properties?: AlexaChannelProperties;\n}\n\n/** Facebook channel definition */\nexport interface FacebookChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"FacebookChannel\";\n /** The set of properties specific to bot facebook channel */\n properties?: FacebookChannelProperties;\n}\n\n/** Email channel definition */\nexport interface EmailChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"EmailChannel\";\n /** The set of properties specific to email channel resource */\n properties?: EmailChannelProperties;\n}\n\n/** Outlook channel definition */\nexport interface OutlookChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"OutlookChannel\";\n}\n\n/** Microsoft Teams channel definition */\nexport interface MsTeamsChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"MsTeamsChannel\";\n /** The set of properties specific to Microsoft Teams channel resource */\n properties?: MsTeamsChannelProperties;\n}\n\n/** Skype channel definition */\nexport interface SkypeChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"SkypeChannel\";\n /** The set of properties specific to Skype channel resource */\n properties?: SkypeChannelProperties;\n}\n\n/** Kik channel definition */\nexport interface KikChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"KikChannel\";\n /** The set of properties specific to Kik channel resource */\n properties?: KikChannelProperties;\n}\n\n/** Web Chat channel definition */\nexport interface WebChatChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"WebChatChannel\";\n /** The set of properties specific to Web Chat channel resource */\n properties?: WebChatChannelProperties;\n}\n\n/** Direct Line channel definition */\nexport interface DirectLineChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"DirectLineChannel\";\n /** The set of properties specific to Direct Line channel resource */\n properties?: DirectLineChannelProperties;\n}\n\n/** Telegram channel definition */\nexport interface TelegramChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"TelegramChannel\";\n /** The set of properties specific to Telegram channel resource */\n properties?: TelegramChannelProperties;\n}\n\n/** Sms channel definition */\nexport interface SmsChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"SmsChannel\";\n /** The set of properties specific to Sms channel resource */\n properties?: SmsChannelProperties;\n}\n\n/** Slack channel definition */\nexport interface SlackChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"SlackChannel\";\n /** The set of properties specific to Slack channel resource */\n properties?: SlackChannelProperties;\n}\n\n/** Line channel definition */\nexport interface LineChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"LineChannel\";\n /** The set of properties specific to line channel resource */\n properties?: LineChannelProperties;\n}\n\n/** DirectLine Speech channel definition */\nexport interface DirectLineSpeechChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"DirectLineSpeechChannel\";\n /** The set of properties specific to DirectLine Speech channel resource */\n properties?: DirectLineSpeechChannelProperties;\n}\n\n/** Omnichannel channel definition */\nexport interface Omnichannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"Omnichannel\";\n}\n\n/** Telephony channel definition */\nexport interface TelephonyChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"TelephonyChannel\";\n /** The set of properties specific to Telephony channel resource */\n properties?: TelephonyChannelProperties;\n}\n\n/** AcsChat channel definition */\nexport interface AcsChatChannel extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"AcsChatChannel\";\n}\n\n/** SearchAssistant definition */\nexport interface SearchAssistant extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"SearchAssistant\";\n}\n\n/** M365 Extensions definition */\nexport interface M365Extensions extends Channel {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n channelName: \"M365Extensions\";\n}\n\n/** A site for the Webchat channel */\nexport interface WebChatSite extends Site {}\n\n/** A site for the Direct Line channel */\nexport interface DirectLineSite extends Site {}\n\n/** The ARM channel of list channel with keys operation response. */\nexport interface ListChannelWithKeysResponse extends BotChannel {\n /** The set of properties specific to bot channel resource */\n resource?: ChannelUnion;\n /** Channel settings */\n setting?: ChannelSettings;\n /** Provisioning state of the resource */\n provisioningState?: string;\n /** Entity tag of the resource */\n entityTag?: string;\n /** Changed time of the resource */\n changedTime?: string;\n}\n\n/** Known values of {@link MsaAppType} that the service accepts. */\nexport enum KnownMsaAppType {\n /** UserAssignedMSI */\n UserAssignedMSI = \"UserAssignedMSI\",\n /** SingleTenant */\n SingleTenant = \"SingleTenant\",\n /** MultiTenant */\n MultiTenant = \"MultiTenant\"\n}\n\n/**\n * Defines values for MsaAppType. \\\n * {@link KnownMsaAppType} can be used interchangeably with MsaAppType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UserAssignedMSI** \\\n * **SingleTenant** \\\n * **MultiTenant**\n */\nexport type MsaAppType = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\"\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n /** F0 */\n F0 = \"F0\",\n /** S1 */\n S1 = \"S1\"\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **F0** \\\n * **S1**\n */\nexport type SkuName = string;\n\n/** Known values of {@link SkuTier} that the service accepts. */\nexport enum KnownSkuTier {\n /** Free */\n Free = \"Free\",\n /** Standard */\n Standard = \"Standard\"\n}\n\n/**\n * Defines values for SkuTier. \\\n * {@link KnownSkuTier} can be used interchangeably with SkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Standard**\n */\nexport type SkuTier = string;\n\n/** Known values of {@link Kind} that the service accepts. */\nexport enum KnownKind {\n /** Sdk */\n Sdk = \"sdk\",\n /** Designer */\n Designer = \"designer\",\n /** Bot */\n Bot = \"bot\",\n /** Function */\n Function = \"function\",\n /** Azurebot */\n Azurebot = \"azurebot\"\n}\n\n/**\n * Defines values for Kind. \\\n * {@link KnownKind} can be used interchangeably with Kind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **sdk** \\\n * **designer** \\\n * **bot** \\\n * **function** \\\n * **azurebot**\n */\nexport type Kind = string;\n\n/** Known values of {@link OperationResultStatus} that the service accepts. */\nexport enum KnownOperationResultStatus {\n /** Canceled */\n Canceled = \"Canceled\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Requested */\n Requested = \"Requested\",\n /** Running */\n Running = \"Running\"\n}\n\n/**\n * Defines values for OperationResultStatus. \\\n * {@link KnownOperationResultStatus} can be used interchangeably with OperationResultStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Canceled** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Requested** \\\n * **Running**\n */\nexport type OperationResultStatus = string;\n/** Defines values for ChannelName. */\nexport type ChannelName =\n | \"AlexaChannel\"\n | \"FacebookChannel\"\n | \"EmailChannel\"\n | \"KikChannel\"\n | \"TelegramChannel\"\n | \"SlackChannel\"\n | \"MsTeamsChannel\"\n | \"SkypeChannel\"\n | \"WebChatChannel\"\n | \"DirectLineChannel\"\n | \"SmsChannel\"\n | \"LineChannel\"\n | \"DirectLineSpeechChannel\"\n | \"OutlookChannel\"\n | \"Omnichannel\"\n | \"TelephonyChannel\"\n | \"AcsChatChannel\"\n | \"SearchAssistant\"\n | \"M365Extensions\";\n/** Defines values for RegenerateKeysChannelName. */\nexport type RegenerateKeysChannelName = \"WebChatChannel\" | \"DirectLineChannel\";\n/** Defines values for Key. */\nexport type Key = \"key1\" | \"key2\";\n/** Defines values for EmailChannelAuthMethod. */\nexport type EmailChannelAuthMethod = 0 | 1;\n\n/** Optional parameters. */\nexport interface BotsCreateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type BotsCreateResponse = Bot;\n\n/** Optional parameters. */\nexport interface BotsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Specifies the location of the resource. */\n location?: string;\n /** Contains resource tags defined as key/value pairs. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the SKU of the resource. */\n sku?: Sku;\n /** Required. Gets or sets the Kind of the resource. */\n kind?: Kind;\n /** Entity Tag */\n etag?: string;\n /** The set of properties specific to bot resource */\n properties?: BotProperties;\n}\n\n/** Contains response data for the update operation. */\nexport type BotsUpdateResponse = Bot;\n\n/** Optional parameters. */\nexport interface BotsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface BotsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BotsGetResponse = Bot;\n\n/** Optional parameters. */\nexport interface BotsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type BotsListByResourceGroupResponse = BotResponseList;\n\n/** Optional parameters. */\nexport interface BotsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type BotsListResponse = BotResponseList;\n\n/** Optional parameters. */\nexport interface BotsGetCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCheckNameAvailability operation. */\nexport type BotsGetCheckNameAvailabilityResponse = CheckNameAvailabilityResponseBody;\n\n/** Optional parameters. */\nexport interface BotsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type BotsListByResourceGroupNextResponse = BotResponseList;\n\n/** Optional parameters. */\nexport interface BotsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type BotsListNextResponse = BotResponseList;\n\n/** Optional parameters. */\nexport interface ChannelsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type ChannelsCreateResponse = BotChannel;\n\n/** Optional parameters. */\nexport interface ChannelsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Specifies the location of the resource. */\n location?: string;\n /** Contains resource tags defined as key/value pairs. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the SKU of the resource. */\n sku?: Sku;\n /** Required. Gets or sets the Kind of the resource. */\n kind?: Kind;\n /** Entity Tag */\n etag?: string;\n /** The set of properties specific to bot channel resource */\n properties?: ChannelUnion;\n}\n\n/** Contains response data for the update operation. */\nexport type ChannelsUpdateResponse = BotChannel;\n\n/** Optional parameters. */\nexport interface ChannelsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ChannelsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ChannelsGetResponse = BotChannel;\n\n/** Optional parameters. */\nexport interface ChannelsListWithKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWithKeys operation. */\nexport type ChannelsListWithKeysResponse = ListChannelWithKeysResponse;\n\n/** Optional parameters. */\nexport interface ChannelsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ChannelsListByResourceGroupResponse = ChannelResponseList;\n\n/** Optional parameters. */\nexport interface ChannelsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ChannelsListByResourceGroupNextResponse = ChannelResponseList;\n\n/** Optional parameters. */\nexport interface DirectLineRegenerateKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKeys operation. */\nexport type DirectLineRegenerateKeysResponse = BotChannel;\n\n/** Optional parameters. */\nexport interface EmailCreateSignInUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createSignInUrl operation. */\nexport type EmailCreateSignInUrlResponse = CreateEmailSignInUrlResponse;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationEntityListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationEntityListResult;\n\n/** Optional parameters. */\nexport interface BotConnectionListServiceProvidersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listServiceProviders operation. */\nexport type BotConnectionListServiceProvidersResponse = ServiceProviderResponseList;\n\n/** Optional parameters. */\nexport interface BotConnectionListWithSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWithSecrets operation. */\nexport type BotConnectionListWithSecretsResponse = ConnectionSetting;\n\n/** Optional parameters. */\nexport interface BotConnectionCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type BotConnectionCreateResponse = ConnectionSetting;\n\n/** Optional parameters. */\nexport interface BotConnectionUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type BotConnectionUpdateResponse = ConnectionSetting;\n\n/** Optional parameters. */\nexport interface BotConnectionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BotConnectionGetResponse = ConnectionSetting;\n\n/** Optional parameters. */\nexport interface BotConnectionDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface BotConnectionListByBotServiceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByBotService operation. */\nexport type BotConnectionListByBotServiceResponse = ConnectionSettingResponseList;\n\n/** Optional parameters. */\nexport interface BotConnectionListByBotServiceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByBotServiceNext operation. */\nexport type BotConnectionListByBotServiceNextResponse = ConnectionSettingResponseList;\n\n/** Optional parameters. */\nexport interface QnAMakerEndpointKeysGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type QnAMakerEndpointKeysGetResponse = QnAMakerEndpointKeysResponse;\n\n/** Optional parameters. */\nexport interface HostSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HostSettingsGetResponse = HostSettingsResponse;\n\n/** Optional parameters. */\nexport interface OperationResultsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type OperationResultsGetResponse = OperationResultsDescription;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type PrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByBotResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByBotResource operation. */\nexport type PrivateLinkResourcesListByBotResourceResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface AzureBotServiceOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,106 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const BotProperties: coreClient.CompositeMapper;
3
+ export declare const PrivateEndpoint: coreClient.CompositeMapper;
4
+ export declare const PrivateLinkServiceConnectionState: coreClient.CompositeMapper;
5
+ export declare const PrivateLinkResourceBase: coreClient.CompositeMapper;
6
+ export declare const Resource: coreClient.CompositeMapper;
7
+ export declare const Sku: coreClient.CompositeMapper;
8
+ export declare const ErrorModel: coreClient.CompositeMapper;
9
+ export declare const ErrorBody: coreClient.CompositeMapper;
10
+ export declare const BotResponseList: coreClient.CompositeMapper;
11
+ export declare const Channel: coreClient.CompositeMapper;
12
+ export declare const ChannelSettings: coreClient.CompositeMapper;
13
+ export declare const Site: coreClient.CompositeMapper;
14
+ export declare const ChannelResponseList: coreClient.CompositeMapper;
15
+ export declare const SiteInfo: coreClient.CompositeMapper;
16
+ export declare const CreateEmailSignInUrlResponse: coreClient.CompositeMapper;
17
+ export declare const CreateEmailSignInUrlResponseProperties: coreClient.CompositeMapper;
18
+ export declare const CheckNameAvailabilityRequestBody: coreClient.CompositeMapper;
19
+ export declare const CheckNameAvailabilityResponseBody: coreClient.CompositeMapper;
20
+ export declare const OperationEntityListResult: coreClient.CompositeMapper;
21
+ export declare const OperationEntity: coreClient.CompositeMapper;
22
+ export declare const OperationDisplayInfo: coreClient.CompositeMapper;
23
+ export declare const ServiceProviderResponseList: coreClient.CompositeMapper;
24
+ export declare const ServiceProvider: coreClient.CompositeMapper;
25
+ export declare const ServiceProviderProperties: coreClient.CompositeMapper;
26
+ export declare const ServiceProviderParameter: coreClient.CompositeMapper;
27
+ export declare const ServiceProviderParameterMetadata: coreClient.CompositeMapper;
28
+ export declare const ServiceProviderParameterMetadataConstraints: coreClient.CompositeMapper;
29
+ export declare const QnAMakerEndpointKeysRequestBody: coreClient.CompositeMapper;
30
+ export declare const QnAMakerEndpointKeysResponse: coreClient.CompositeMapper;
31
+ export declare const ConnectionSettingProperties: coreClient.CompositeMapper;
32
+ export declare const ConnectionSettingParameter: coreClient.CompositeMapper;
33
+ export declare const ConnectionSettingResponseList: coreClient.CompositeMapper;
34
+ export declare const HostSettingsResponse: coreClient.CompositeMapper;
35
+ export declare const OperationResultsDescription: coreClient.CompositeMapper;
36
+ export declare const PrivateEndpointConnectionListResult: coreClient.CompositeMapper;
37
+ export declare const PrivateLinkResourceListResult: coreClient.CompositeMapper;
38
+ export declare const AlexaChannelProperties: coreClient.CompositeMapper;
39
+ export declare const FacebookChannelProperties: coreClient.CompositeMapper;
40
+ export declare const FacebookPage: coreClient.CompositeMapper;
41
+ export declare const EmailChannelProperties: coreClient.CompositeMapper;
42
+ export declare const MsTeamsChannelProperties: coreClient.CompositeMapper;
43
+ export declare const SkypeChannelProperties: coreClient.CompositeMapper;
44
+ export declare const KikChannelProperties: coreClient.CompositeMapper;
45
+ export declare const WebChatChannelProperties: coreClient.CompositeMapper;
46
+ export declare const DirectLineChannelProperties: coreClient.CompositeMapper;
47
+ export declare const TelegramChannelProperties: coreClient.CompositeMapper;
48
+ export declare const SmsChannelProperties: coreClient.CompositeMapper;
49
+ export declare const SlackChannelProperties: coreClient.CompositeMapper;
50
+ export declare const LineChannelProperties: coreClient.CompositeMapper;
51
+ export declare const LineRegistration: coreClient.CompositeMapper;
52
+ export declare const DirectLineSpeechChannelProperties: coreClient.CompositeMapper;
53
+ export declare const TelephonyChannelProperties: coreClient.CompositeMapper;
54
+ export declare const TelephonyPhoneNumbers: coreClient.CompositeMapper;
55
+ export declare const TelephonyChannelResourceApiConfiguration: coreClient.CompositeMapper;
56
+ export declare const ConnectionItemName: coreClient.CompositeMapper;
57
+ export declare const PrivateEndpointConnection: coreClient.CompositeMapper;
58
+ export declare const PrivateLinkResource: coreClient.CompositeMapper;
59
+ export declare const Bot: coreClient.CompositeMapper;
60
+ export declare const BotChannel: coreClient.CompositeMapper;
61
+ export declare const ConnectionSetting: coreClient.CompositeMapper;
62
+ export declare const AlexaChannel: coreClient.CompositeMapper;
63
+ export declare const FacebookChannel: coreClient.CompositeMapper;
64
+ export declare const EmailChannel: coreClient.CompositeMapper;
65
+ export declare const OutlookChannel: coreClient.CompositeMapper;
66
+ export declare const MsTeamsChannel: coreClient.CompositeMapper;
67
+ export declare const SkypeChannel: coreClient.CompositeMapper;
68
+ export declare const KikChannel: coreClient.CompositeMapper;
69
+ export declare const WebChatChannel: coreClient.CompositeMapper;
70
+ export declare const DirectLineChannel: coreClient.CompositeMapper;
71
+ export declare const TelegramChannel: coreClient.CompositeMapper;
72
+ export declare const SmsChannel: coreClient.CompositeMapper;
73
+ export declare const SlackChannel: coreClient.CompositeMapper;
74
+ export declare const LineChannel: coreClient.CompositeMapper;
75
+ export declare const DirectLineSpeechChannel: coreClient.CompositeMapper;
76
+ export declare const Omnichannel: coreClient.CompositeMapper;
77
+ export declare const TelephonyChannel: coreClient.CompositeMapper;
78
+ export declare const AcsChatChannel: coreClient.CompositeMapper;
79
+ export declare const SearchAssistant: coreClient.CompositeMapper;
80
+ export declare const M365Extensions: coreClient.CompositeMapper;
81
+ export declare const WebChatSite: coreClient.CompositeMapper;
82
+ export declare const DirectLineSite: coreClient.CompositeMapper;
83
+ export declare const ListChannelWithKeysResponse: coreClient.CompositeMapper;
84
+ export declare let discriminators: {
85
+ Channel: coreClient.CompositeMapper;
86
+ "Channel.AlexaChannel": coreClient.CompositeMapper;
87
+ "Channel.FacebookChannel": coreClient.CompositeMapper;
88
+ "Channel.EmailChannel": coreClient.CompositeMapper;
89
+ "Channel.OutlookChannel": coreClient.CompositeMapper;
90
+ "Channel.MsTeamsChannel": coreClient.CompositeMapper;
91
+ "Channel.SkypeChannel": coreClient.CompositeMapper;
92
+ "Channel.KikChannel": coreClient.CompositeMapper;
93
+ "Channel.WebChatChannel": coreClient.CompositeMapper;
94
+ "Channel.DirectLineChannel": coreClient.CompositeMapper;
95
+ "Channel.TelegramChannel": coreClient.CompositeMapper;
96
+ "Channel.SmsChannel": coreClient.CompositeMapper;
97
+ "Channel.SlackChannel": coreClient.CompositeMapper;
98
+ "Channel.LineChannel": coreClient.CompositeMapper;
99
+ "Channel.DirectLineSpeechChannel": coreClient.CompositeMapper;
100
+ "Channel.Omnichannel": coreClient.CompositeMapper;
101
+ "Channel.TelephonyChannel": coreClient.CompositeMapper;
102
+ "Channel.AcsChatChannel": coreClient.CompositeMapper;
103
+ "Channel.SearchAssistant": coreClient.CompositeMapper;
104
+ "Channel.M365Extensions": coreClient.CompositeMapper;
105
+ };
106
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}