@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":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","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 const BotProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BotProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n iconUrl: {\n defaultValue: \"\",\n serializedName: \"iconUrl\",\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n serializedName: \"endpoint\",\n required: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n endpointVersion: {\n serializedName: \"endpointVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n allSettings: {\n serializedName: \"allSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n manifestUrl: {\n serializedName: \"manifestUrl\",\n type: {\n name: \"String\"\n }\n },\n msaAppType: {\n serializedName: \"msaAppType\",\n type: {\n name: \"String\"\n }\n },\n msaAppId: {\n serializedName: \"msaAppId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n msaAppTenantId: {\n serializedName: \"msaAppTenantId\",\n type: {\n name: \"String\"\n }\n },\n msaAppMSIResourceId: {\n serializedName: \"msaAppMSIResourceId\",\n type: {\n name: \"String\"\n }\n },\n configuredChannels: {\n serializedName: \"configuredChannels\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n enabledChannels: {\n serializedName: \"enabledChannels\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n developerAppInsightKey: {\n serializedName: \"developerAppInsightKey\",\n type: {\n name: \"String\"\n }\n },\n developerAppInsightsApiKey: {\n serializedName: \"developerAppInsightsApiKey\",\n type: {\n name: \"String\"\n }\n },\n developerAppInsightsApplicationId: {\n serializedName: \"developerAppInsightsApplicationId\",\n type: {\n name: \"String\"\n }\n },\n luisAppIds: {\n serializedName: \"luisAppIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n luisKey: {\n serializedName: \"luisKey\",\n type: {\n name: \"String\"\n }\n },\n isCmekEnabled: {\n defaultValue: false,\n serializedName: \"isCmekEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n cmekKeyVaultUrl: {\n serializedName: \"cmekKeyVaultUrl\",\n type: {\n name: \"String\"\n }\n },\n cmekEncryptionStatus: {\n serializedName: \"cmekEncryptionStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccess: {\n defaultValue: \"Enabled\",\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n isStreamingSupported: {\n defaultValue: false,\n serializedName: \"isStreamingSupported\",\n type: {\n name: \"Boolean\"\n }\n },\n isDeveloperAppInsightsApiKeySet: {\n serializedName: \"isDeveloperAppInsightsApiKeySet\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n migrationToken: {\n serializedName: \"migrationToken\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n disableLocalAuth: {\n serializedName: \"disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n },\n schemaTransformationVersion: {\n serializedName: \"schemaTransformationVersion\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n storageResourceId: {\n serializedName: \"storageResourceId\",\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n openWithHint: {\n serializedName: \"openWithHint\",\n type: {\n name: \"String\"\n }\n },\n appPasswordHint: {\n serializedName: \"appPasswordHint\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publishingCredentials: {\n serializedName: \"publishingCredentials\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceBase\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n kind: {\n serializedName: \"kind\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n zones: {\n serializedName: \"zones\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorBody\"\n }\n }\n }\n }\n};\n\nexport const ErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BotResponseList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BotResponseList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Bot\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Channel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Channel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: {\n serializedName: \"channelName\",\n clientName: \"channelName\"\n },\n modelProperties: {\n channelName: {\n serializedName: \"channelName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"etag\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n defaultValue: \"global\",\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ChannelSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ChannelSettings\",\n modelProperties: {\n extensionKey1: {\n defaultValue: \"\",\n serializedName: \"extensionKey1\",\n type: {\n name: \"String\"\n }\n },\n extensionKey2: {\n defaultValue: \"\",\n serializedName: \"extensionKey2\",\n type: {\n name: \"String\"\n }\n },\n sites: {\n serializedName: \"sites\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Site\"\n }\n }\n }\n },\n channelId: {\n serializedName: \"channelId\",\n type: {\n name: \"String\"\n }\n },\n channelDisplayName: {\n serializedName: \"channelDisplayName\",\n type: {\n name: \"String\"\n }\n },\n botId: {\n serializedName: \"botId\",\n type: {\n name: \"String\"\n }\n },\n botIconUrl: {\n serializedName: \"botIconUrl\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n disableLocalAuth: {\n serializedName: \"disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n },\n requireTermsAgreement: {\n serializedName: \"requireTermsAgreement\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Site: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Site\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n siteId: {\n serializedName: \"siteId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n siteName: {\n serializedName: \"siteName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"key\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n key2: {\n serializedName: \"key2\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n isTokenEnabled: {\n serializedName: \"isTokenEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n isEndpointParametersEnabled: {\n serializedName: \"isEndpointParametersEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n isDetailedLoggingEnabled: {\n serializedName: \"isDetailedLoggingEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n isBlockUserUploadEnabled: {\n serializedName: \"isBlockUserUploadEnabled\",\n nullable: true,\n type: {\n name: \"Boolean\"\n }\n },\n isNoStorageEnabled: {\n serializedName: \"isNoStorageEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\"\n }\n },\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\"\n }\n },\n isV1Enabled: {\n serializedName: \"isV1Enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n isV3Enabled: {\n serializedName: \"isV3Enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n isSecureSiteEnabled: {\n serializedName: \"isSecureSiteEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n trustedOrigins: {\n serializedName: \"trustedOrigins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n isWebChatSpeechEnabled: {\n defaultValue: false,\n serializedName: \"isWebChatSpeechEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n isWebchatPreviewEnabled: {\n defaultValue: false,\n serializedName: \"isWebchatPreviewEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ChannelResponseList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ChannelResponseList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BotChannel\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SiteInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SiteInfo\",\n modelProperties: {\n siteName: {\n serializedName: \"siteName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"key1\", \"key2\"]\n }\n }\n }\n }\n};\n\nexport const CreateEmailSignInUrlResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateEmailSignInUrlResponse\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CreateEmailSignInUrlResponseProperties\"\n }\n }\n }\n }\n};\n\nexport const CreateEmailSignInUrlResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateEmailSignInUrlResponseProperties\",\n modelProperties: {\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityRequestBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityRequestBody\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityResponseBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResponseBody\",\n modelProperties: {\n valid: {\n serializedName: \"valid\",\n type: {\n name: \"Boolean\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n absCode: {\n serializedName: \"absCode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationEntityListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationEntityListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationEntity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationEntity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayInfo\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const OperationDisplayInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplayInfo\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceProviderResponseList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceProviderResponseList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceProvider\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceProvider: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceProvider\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ServiceProviderProperties\"\n }\n }\n }\n }\n};\n\nexport const ServiceProviderProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceProviderProperties\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serviceProviderName: {\n serializedName: \"serviceProviderName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n devPortalUrl: {\n serializedName: \"devPortalUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n iconUrl: {\n defaultValue: \"\",\n serializedName: \"iconUrl\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceProviderParameter\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceProviderParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceProviderParameter\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n helpUrl: {\n serializedName: \"helpUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n default: {\n serializedName: \"default\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ServiceProviderParameterMetadata\"\n }\n }\n }\n }\n};\n\nexport const ServiceProviderParameterMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceProviderParameterMetadata\",\n modelProperties: {\n constraints: {\n serializedName: \"constraints\",\n type: {\n name: \"Composite\",\n className: \"ServiceProviderParameterMetadataConstraints\"\n }\n }\n }\n }\n};\n\nexport const ServiceProviderParameterMetadataConstraints: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceProviderParameterMetadataConstraints\",\n modelProperties: {\n required: {\n serializedName: \"required\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const QnAMakerEndpointKeysRequestBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QnAMakerEndpointKeysRequestBody\",\n modelProperties: {\n hostname: {\n serializedName: \"hostname\",\n type: {\n name: \"String\"\n }\n },\n authkey: {\n serializedName: \"authkey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QnAMakerEndpointKeysResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QnAMakerEndpointKeysResponse\",\n modelProperties: {\n primaryEndpointKey: {\n serializedName: \"primaryEndpointKey\",\n type: {\n name: \"String\"\n }\n },\n secondaryEndpointKey: {\n serializedName: \"secondaryEndpointKey\",\n type: {\n name: \"String\"\n }\n },\n installedVersion: {\n serializedName: \"installedVersion\",\n type: {\n name: \"String\"\n }\n },\n lastStableVersion: {\n serializedName: \"lastStableVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionSettingProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionSettingProperties\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n },\n settingId: {\n serializedName: \"settingId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clientSecret: {\n serializedName: \"clientSecret\",\n type: {\n name: \"String\"\n }\n },\n scopes: {\n defaultValue: \"\",\n serializedName: \"scopes\",\n type: {\n name: \"String\"\n }\n },\n serviceProviderId: {\n serializedName: \"serviceProviderId\",\n type: {\n name: \"String\"\n }\n },\n serviceProviderDisplayName: {\n serializedName: \"serviceProviderDisplayName\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectionSettingParameter\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionSettingParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionSettingParameter\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionSettingResponseList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionSettingResponseList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectionSetting\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const HostSettingsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HostSettingsResponse\",\n modelProperties: {\n oAuthUrl: {\n serializedName: \"OAuthUrl\",\n type: {\n name: \"String\"\n }\n },\n toBotFromChannelOpenIdMetadataUrl: {\n serializedName: \"ToBotFromChannelOpenIdMetadataUrl\",\n type: {\n name: \"String\"\n }\n },\n toBotFromChannelTokenIssuer: {\n serializedName: \"ToBotFromChannelTokenIssuer\",\n type: {\n name: \"String\"\n }\n },\n toBotFromEmulatorOpenIdMetadataUrl: {\n serializedName: \"ToBotFromEmulatorOpenIdMetadataUrl\",\n type: {\n name: \"String\"\n }\n },\n toChannelFromBotLoginUrl: {\n serializedName: \"ToChannelFromBotLoginUrl\",\n type: {\n name: \"String\"\n }\n },\n toChannelFromBotOAuthScope: {\n serializedName: \"ToChannelFromBotOAuthScope\",\n type: {\n name: \"String\"\n }\n },\n validateAuthority: {\n serializedName: \"ValidateAuthority\",\n type: {\n name: \"Boolean\"\n }\n },\n botOpenIdMetadata: {\n serializedName: \"BotOpenIdMetadata\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationResultsDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResultsDescription\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AlexaChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlexaChannelProperties\",\n modelProperties: {\n alexaSkillId: {\n serializedName: \"alexaSkillId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n urlFragment: {\n serializedName: \"urlFragment\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serviceEndpointUri: {\n serializedName: \"serviceEndpointUri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const FacebookChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FacebookChannelProperties\",\n modelProperties: {\n verifyToken: {\n serializedName: \"verifyToken\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n pages: {\n serializedName: \"pages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FacebookPage\"\n }\n }\n }\n },\n appId: {\n serializedName: \"appId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n appSecret: {\n serializedName: \"appSecret\",\n type: {\n name: \"String\"\n }\n },\n callbackUrl: {\n serializedName: \"callbackUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const FacebookPage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FacebookPage\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n accessToken: {\n serializedName: \"accessToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EmailChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EmailChannelProperties\",\n modelProperties: {\n emailAddress: {\n serializedName: \"emailAddress\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n authMethod: {\n serializedName: \"authMethod\",\n type: {\n name: \"Enum\",\n allowedValues: [0, 1]\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n magicCode: {\n serializedName: \"magicCode\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MsTeamsChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MsTeamsChannelProperties\",\n modelProperties: {\n enableCalling: {\n defaultValue: false,\n serializedName: \"enableCalling\",\n type: {\n name: \"Boolean\"\n }\n },\n callingWebhook: {\n serializedName: \"callingWebhook\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n incomingCallRoute: {\n serializedName: \"incomingCallRoute\",\n type: {\n name: \"String\"\n }\n },\n deploymentEnvironment: {\n defaultValue: \"FallbackDeploymentEnvironment\",\n serializedName: \"deploymentEnvironment\",\n type: {\n name: \"String\"\n }\n },\n acceptedTerms: {\n serializedName: \"acceptedTerms\",\n nullable: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SkypeChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkypeChannelProperties\",\n modelProperties: {\n enableMessaging: {\n serializedName: \"enableMessaging\",\n type: {\n name: \"Boolean\"\n }\n },\n enableMediaCards: {\n serializedName: \"enableMediaCards\",\n type: {\n name: \"Boolean\"\n }\n },\n enableVideo: {\n serializedName: \"enableVideo\",\n type: {\n name: \"Boolean\"\n }\n },\n enableCalling: {\n defaultValue: false,\n serializedName: \"enableCalling\",\n type: {\n name: \"Boolean\"\n }\n },\n enableScreenSharing: {\n serializedName: \"enableScreenSharing\",\n type: {\n name: \"Boolean\"\n }\n },\n enableGroups: {\n serializedName: \"enableGroups\",\n type: {\n name: \"Boolean\"\n }\n },\n groupsMode: {\n serializedName: \"groupsMode\",\n type: {\n name: \"String\"\n }\n },\n callingWebHook: {\n serializedName: \"callingWebHook\",\n type: {\n name: \"String\"\n }\n },\n incomingCallRoute: {\n serializedName: \"incomingCallRoute\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const KikChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KikChannelProperties\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n apiKey: {\n serializedName: \"apiKey\",\n type: {\n name: \"String\"\n }\n },\n isValidated: {\n serializedName: \"isValidated\",\n type: {\n name: \"Boolean\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const WebChatChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebChatChannelProperties\",\n modelProperties: {\n webChatEmbedCode: {\n serializedName: \"webChatEmbedCode\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sites: {\n serializedName: \"sites\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WebChatSite\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DirectLineChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DirectLineChannelProperties\",\n modelProperties: {\n sites: {\n serializedName: \"sites\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DirectLineSite\"\n }\n }\n }\n },\n extensionKey1: {\n defaultValue: \"\",\n serializedName: \"extensionKey1\",\n type: {\n name: \"String\"\n }\n },\n extensionKey2: {\n defaultValue: \"\",\n serializedName: \"extensionKey2\",\n type: {\n name: \"String\"\n }\n },\n directLineEmbedCode: {\n serializedName: \"DirectLineEmbedCode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TelegramChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TelegramChannelProperties\",\n modelProperties: {\n accessToken: {\n serializedName: \"accessToken\",\n type: {\n name: \"String\"\n }\n },\n isValidated: {\n serializedName: \"isValidated\",\n type: {\n name: \"Boolean\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SmsChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SmsChannelProperties\",\n modelProperties: {\n phone: {\n serializedName: \"phone\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n accountSID: {\n serializedName: \"accountSID\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n authToken: {\n serializedName: \"authToken\",\n type: {\n name: \"String\"\n }\n },\n isValidated: {\n serializedName: \"isValidated\",\n type: {\n name: \"Boolean\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SlackChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SlackChannelProperties\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n },\n clientSecret: {\n serializedName: \"clientSecret\",\n type: {\n name: \"String\"\n }\n },\n verificationToken: {\n serializedName: \"verificationToken\",\n type: {\n name: \"String\"\n }\n },\n scopes: {\n serializedName: \"scopes\",\n type: {\n name: \"String\"\n }\n },\n landingPageUrl: {\n serializedName: \"landingPageUrl\",\n type: {\n name: \"String\"\n }\n },\n redirectAction: {\n serializedName: \"redirectAction\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastSubmissionId: {\n serializedName: \"lastSubmissionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n registerBeforeOAuthFlow: {\n serializedName: \"registerBeforeOAuthFlow\",\n type: {\n name: \"Boolean\"\n }\n },\n isValidated: {\n serializedName: \"IsValidated\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n signingSecret: {\n serializedName: \"signingSecret\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const LineChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LineChannelProperties\",\n modelProperties: {\n lineRegistrations: {\n serializedName: \"lineRegistrations\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LineRegistration\"\n }\n }\n }\n },\n callbackUrl: {\n serializedName: \"callbackUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isValidated: {\n serializedName: \"isValidated\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const LineRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LineRegistration\",\n modelProperties: {\n generatedId: {\n serializedName: \"generatedId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n channelSecret: {\n serializedName: \"channelSecret\",\n type: {\n name: \"String\"\n }\n },\n channelAccessToken: {\n serializedName: \"channelAccessToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DirectLineSpeechChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DirectLineSpeechChannelProperties\",\n modelProperties: {\n cognitiveServiceResourceId: {\n serializedName: \"cognitiveServiceResourceId\",\n type: {\n name: \"String\"\n }\n },\n cognitiveServiceRegion: {\n serializedName: \"cognitiveServiceRegion\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n cognitiveServiceSubscriptionKey: {\n serializedName: \"cognitiveServiceSubscriptionKey\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n customVoiceDeploymentId: {\n serializedName: \"customVoiceDeploymentId\",\n type: {\n name: \"String\"\n }\n },\n customSpeechModelId: {\n serializedName: \"customSpeechModelId\",\n type: {\n name: \"String\"\n }\n },\n isDefaultBotForCogSvcAccount: {\n serializedName: \"isDefaultBotForCogSvcAccount\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const TelephonyChannelProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TelephonyChannelProperties\",\n modelProperties: {\n phoneNumbers: {\n serializedName: \"phoneNumbers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TelephonyPhoneNumbers\"\n }\n }\n }\n },\n apiConfigurations: {\n serializedName: \"apiConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TelephonyChannelResourceApiConfiguration\"\n }\n }\n }\n },\n cognitiveServiceSubscriptionKey: {\n serializedName: \"cognitiveServiceSubscriptionKey\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n cognitiveServiceRegion: {\n serializedName: \"cognitiveServiceRegion\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n defaultLocale: {\n serializedName: \"defaultLocale\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n premiumSKU: {\n serializedName: \"premiumSKU\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const TelephonyPhoneNumbers: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TelephonyPhoneNumbers\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n phoneNumber: {\n serializedName: \"phoneNumber\",\n type: {\n name: \"String\"\n }\n },\n acsEndpoint: {\n serializedName: \"acsEndpoint\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n acsSecret: {\n serializedName: \"acsSecret\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n acsResourceId: {\n serializedName: \"acsResourceId\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n cognitiveServiceSubscriptionKey: {\n serializedName: \"cognitiveServiceSubscriptionKey\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n cognitiveServiceRegion: {\n serializedName: \"cognitiveServiceRegion\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n cognitiveServiceResourceId: {\n serializedName: \"cognitiveServiceResourceId\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n defaultLocale: {\n serializedName: \"defaultLocale\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n offerType: {\n serializedName: \"offerType\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TelephonyChannelResourceApiConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TelephonyChannelResourceApiConfiguration\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n providerName: {\n serializedName: \"providerName\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n cognitiveServiceSubscriptionKey: {\n serializedName: \"cognitiveServiceSubscriptionKey\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n cognitiveServiceRegion: {\n serializedName: \"cognitiveServiceRegion\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n cognitiveServiceResourceId: {\n serializedName: \"cognitiveServiceResourceId\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n defaultLocale: {\n serializedName: \"defaultLocale\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionItemName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionItemName\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...PrivateLinkResourceBase.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n groupIds: {\n serializedName: \"properties.groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...PrivateLinkResourceBase.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Bot: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Bot\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BotProperties\"\n }\n }\n }\n }\n};\n\nexport const BotChannel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BotChannel\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"Channel\"\n }\n }\n }\n }\n};\n\nexport const ConnectionSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionSetting\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ConnectionSettingProperties\"\n }\n }\n }\n }\n};\n\nexport const AlexaChannel: coreClient.CompositeMapper = {\n serializedName: \"AlexaChannel\",\n type: {\n name: \"Composite\",\n className: \"AlexaChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AlexaChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const FacebookChannel: coreClient.CompositeMapper = {\n serializedName: \"FacebookChannel\",\n type: {\n name: \"Composite\",\n className: \"FacebookChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"FacebookChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const EmailChannel: coreClient.CompositeMapper = {\n serializedName: \"EmailChannel\",\n type: {\n name: \"Composite\",\n className: \"EmailChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"EmailChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const OutlookChannel: coreClient.CompositeMapper = {\n serializedName: \"OutlookChannel\",\n type: {\n name: \"Composite\",\n className: \"OutlookChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties\n }\n }\n};\n\nexport const MsTeamsChannel: coreClient.CompositeMapper = {\n serializedName: \"MsTeamsChannel\",\n type: {\n name: \"Composite\",\n className: \"MsTeamsChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MsTeamsChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const SkypeChannel: coreClient.CompositeMapper = {\n serializedName: \"SkypeChannel\",\n type: {\n name: \"Composite\",\n className: \"SkypeChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SkypeChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const KikChannel: coreClient.CompositeMapper = {\n serializedName: \"KikChannel\",\n type: {\n name: \"Composite\",\n className: \"KikChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"KikChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const WebChatChannel: coreClient.CompositeMapper = {\n serializedName: \"WebChatChannel\",\n type: {\n name: \"Composite\",\n className: \"WebChatChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"WebChatChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const DirectLineChannel: coreClient.CompositeMapper = {\n serializedName: \"DirectLineChannel\",\n type: {\n name: \"Composite\",\n className: \"DirectLineChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DirectLineChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const TelegramChannel: coreClient.CompositeMapper = {\n serializedName: \"TelegramChannel\",\n type: {\n name: \"Composite\",\n className: \"TelegramChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"TelegramChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const SmsChannel: coreClient.CompositeMapper = {\n serializedName: \"SmsChannel\",\n type: {\n name: \"Composite\",\n className: \"SmsChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SmsChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const SlackChannel: coreClient.CompositeMapper = {\n serializedName: \"SlackChannel\",\n type: {\n name: \"Composite\",\n className: \"SlackChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SlackChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const LineChannel: coreClient.CompositeMapper = {\n serializedName: \"LineChannel\",\n type: {\n name: \"Composite\",\n className: \"LineChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"LineChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const DirectLineSpeechChannel: coreClient.CompositeMapper = {\n serializedName: \"DirectLineSpeechChannel\",\n type: {\n name: \"Composite\",\n className: \"DirectLineSpeechChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DirectLineSpeechChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const Omnichannel: coreClient.CompositeMapper = {\n serializedName: \"Omnichannel\",\n type: {\n name: \"Composite\",\n className: \"Omnichannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties\n }\n }\n};\n\nexport const TelephonyChannel: coreClient.CompositeMapper = {\n serializedName: \"TelephonyChannel\",\n type: {\n name: \"Composite\",\n className: \"TelephonyChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"TelephonyChannelProperties\"\n }\n }\n }\n }\n};\n\nexport const AcsChatChannel: coreClient.CompositeMapper = {\n serializedName: \"AcsChatChannel\",\n type: {\n name: \"Composite\",\n className: \"AcsChatChannel\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties\n }\n }\n};\n\nexport const SearchAssistant: coreClient.CompositeMapper = {\n serializedName: \"SearchAssistant\",\n type: {\n name: \"Composite\",\n className: \"SearchAssistant\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties\n }\n }\n};\n\nexport const M365Extensions: coreClient.CompositeMapper = {\n serializedName: \"M365Extensions\",\n type: {\n name: \"Composite\",\n className: \"M365Extensions\",\n uberParent: \"Channel\",\n polymorphicDiscriminator: Channel.type.polymorphicDiscriminator,\n modelProperties: {\n ...Channel.type.modelProperties\n }\n }\n};\n\nexport const WebChatSite: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebChatSite\",\n modelProperties: {\n ...Site.type.modelProperties\n }\n }\n};\n\nexport const DirectLineSite: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DirectLineSite\",\n modelProperties: {\n ...Site.type.modelProperties\n }\n }\n};\n\nexport const ListChannelWithKeysResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListChannelWithKeysResponse\",\n modelProperties: {\n ...BotChannel.type.modelProperties,\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"Composite\",\n className: \"Channel\"\n }\n },\n setting: {\n serializedName: \"setting\",\n type: {\n name: \"Composite\",\n className: \"ChannelSettings\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n entityTag: {\n serializedName: \"entityTag\",\n type: {\n name: \"String\"\n }\n },\n changedTime: {\n serializedName: \"changedTime\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n Channel: Channel,\n \"Channel.AlexaChannel\": AlexaChannel,\n \"Channel.FacebookChannel\": FacebookChannel,\n \"Channel.EmailChannel\": EmailChannel,\n \"Channel.OutlookChannel\": OutlookChannel,\n \"Channel.MsTeamsChannel\": MsTeamsChannel,\n \"Channel.SkypeChannel\": SkypeChannel,\n \"Channel.KikChannel\": KikChannel,\n \"Channel.WebChatChannel\": WebChatChannel,\n \"Channel.DirectLineChannel\": DirectLineChannel,\n \"Channel.TelegramChannel\": TelegramChannel,\n \"Channel.SmsChannel\": SmsChannel,\n \"Channel.SlackChannel\": SlackChannel,\n \"Channel.LineChannel\": LineChannel,\n \"Channel.DirectLineSpeechChannel\": DirectLineSpeechChannel,\n \"Channel.Omnichannel\": Omnichannel,\n \"Channel.TelephonyChannel\": TelephonyChannel,\n \"Channel.AcsChatChannel\": AcsChatChannel,\n \"Channel.SearchAssistant\": SearchAssistant,\n \"Channel.M365Extensions\": M365Extensions\n};\n"]}
@@ -0,0 +1,35 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const contentType: OperationParameter;
3
+ export declare const parameters: OperationParameter;
4
+ export declare const accept: OperationParameter;
5
+ export declare const $host: OperationURLParameter;
6
+ export declare const resourceGroupName: OperationURLParameter;
7
+ export declare const resourceName: OperationURLParameter;
8
+ export declare const apiVersion: OperationQueryParameter;
9
+ export declare const subscriptionId: OperationURLParameter;
10
+ export declare const location: OperationParameter;
11
+ export declare const tags: OperationParameter;
12
+ export declare const sku: OperationParameter;
13
+ export declare const kind: OperationParameter;
14
+ export declare const etag: OperationParameter;
15
+ export declare const properties: OperationParameter;
16
+ export declare const parameters2: OperationParameter;
17
+ export declare const nextLink: OperationURLParameter;
18
+ export declare const parameters3: OperationParameter;
19
+ export declare const channelName: OperationURLParameter;
20
+ export declare const location1: OperationParameter;
21
+ export declare const tags1: OperationParameter;
22
+ export declare const sku1: OperationParameter;
23
+ export declare const kind1: OperationParameter;
24
+ export declare const etag1: OperationParameter;
25
+ export declare const properties1: OperationParameter;
26
+ export declare const channelName1: OperationURLParameter;
27
+ export declare const parameters5: OperationParameter;
28
+ export declare const channelName2: OperationURLParameter;
29
+ export declare const connectionName: OperationURLParameter;
30
+ export declare const parameters6: OperationParameter;
31
+ export declare const parameters7: OperationParameter;
32
+ export declare const operationResultId: OperationURLParameter;
33
+ export declare const privateEndpointConnectionName: OperationURLParameter;
34
+ export declare const properties2: OperationParameter;
35
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAW5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAc1B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAGtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,kBAGjB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBA8BzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAc1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAU1B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAc5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC"}
@@ -0,0 +1,272 @@
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
+ import { Bot as BotMapper, CheckNameAvailabilityRequestBody as CheckNameAvailabilityRequestBodyMapper, BotChannel as BotChannelMapper, SiteInfo as SiteInfoMapper, ConnectionSetting as ConnectionSettingMapper, QnAMakerEndpointKeysRequestBody as QnAMakerEndpointKeysRequestBodyMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper } from "../models/mappers.js";
9
+ export const contentType = {
10
+ parameterPath: ["options", "contentType"],
11
+ mapper: {
12
+ defaultValue: "application/json",
13
+ isConstant: true,
14
+ serializedName: "Content-Type",
15
+ type: {
16
+ name: "String"
17
+ }
18
+ }
19
+ };
20
+ export const parameters = {
21
+ parameterPath: "parameters",
22
+ mapper: BotMapper
23
+ };
24
+ export const accept = {
25
+ parameterPath: "accept",
26
+ mapper: {
27
+ defaultValue: "application/json",
28
+ isConstant: true,
29
+ serializedName: "Accept",
30
+ type: {
31
+ name: "String"
32
+ }
33
+ }
34
+ };
35
+ export const $host = {
36
+ parameterPath: "$host",
37
+ mapper: {
38
+ serializedName: "$host",
39
+ required: true,
40
+ type: {
41
+ name: "String"
42
+ }
43
+ },
44
+ skipEncoding: true
45
+ };
46
+ export const resourceGroupName = {
47
+ parameterPath: "resourceGroupName",
48
+ mapper: {
49
+ constraints: {
50
+ Pattern: new RegExp("^[a-zA-Z0-9][a-zA-Z0-9_.-]*$"),
51
+ MaxLength: 64,
52
+ MinLength: 2
53
+ },
54
+ serializedName: "resourceGroupName",
55
+ required: true,
56
+ type: {
57
+ name: "String"
58
+ }
59
+ }
60
+ };
61
+ export const resourceName = {
62
+ parameterPath: "resourceName",
63
+ mapper: {
64
+ constraints: {
65
+ Pattern: new RegExp("^[a-zA-Z0-9][a-zA-Z0-9_.-]*$"),
66
+ MaxLength: 64,
67
+ MinLength: 2
68
+ },
69
+ serializedName: "resourceName",
70
+ required: true,
71
+ type: {
72
+ name: "String"
73
+ }
74
+ }
75
+ };
76
+ export const apiVersion = {
77
+ parameterPath: "apiVersion",
78
+ mapper: {
79
+ defaultValue: "2022-09-15",
80
+ isConstant: true,
81
+ serializedName: "api-version",
82
+ type: {
83
+ name: "String"
84
+ }
85
+ }
86
+ };
87
+ export const subscriptionId = {
88
+ parameterPath: "subscriptionId",
89
+ mapper: {
90
+ serializedName: "subscriptionId",
91
+ required: true,
92
+ type: {
93
+ name: "String"
94
+ }
95
+ }
96
+ };
97
+ export const location = {
98
+ parameterPath: ["options", "location"],
99
+ mapper: BotMapper
100
+ };
101
+ export const tags = {
102
+ parameterPath: ["options", "tags"],
103
+ mapper: BotMapper
104
+ };
105
+ export const sku = {
106
+ parameterPath: ["options", "sku"],
107
+ mapper: BotMapper
108
+ };
109
+ export const kind = {
110
+ parameterPath: ["options", "kind"],
111
+ mapper: BotMapper
112
+ };
113
+ export const etag = {
114
+ parameterPath: ["options", "etag"],
115
+ mapper: BotMapper
116
+ };
117
+ export const properties = {
118
+ parameterPath: ["options", "properties"],
119
+ mapper: BotMapper
120
+ };
121
+ export const parameters2 = {
122
+ parameterPath: "parameters",
123
+ mapper: CheckNameAvailabilityRequestBodyMapper
124
+ };
125
+ export const nextLink = {
126
+ parameterPath: "nextLink",
127
+ mapper: {
128
+ serializedName: "nextLink",
129
+ required: true,
130
+ type: {
131
+ name: "String"
132
+ }
133
+ },
134
+ skipEncoding: true
135
+ };
136
+ export const parameters3 = {
137
+ parameterPath: "parameters",
138
+ mapper: BotChannelMapper
139
+ };
140
+ export const channelName = {
141
+ parameterPath: "channelName",
142
+ mapper: {
143
+ serializedName: "channelName",
144
+ required: true,
145
+ type: {
146
+ name: "Enum",
147
+ allowedValues: [
148
+ "AlexaChannel",
149
+ "FacebookChannel",
150
+ "EmailChannel",
151
+ "KikChannel",
152
+ "TelegramChannel",
153
+ "SlackChannel",
154
+ "MsTeamsChannel",
155
+ "SkypeChannel",
156
+ "WebChatChannel",
157
+ "DirectLineChannel",
158
+ "SmsChannel",
159
+ "LineChannel",
160
+ "DirectLineSpeechChannel",
161
+ "OutlookChannel",
162
+ "Omnichannel",
163
+ "TelephonyChannel",
164
+ "AcsChatChannel",
165
+ "SearchAssistant",
166
+ "M365Extensions"
167
+ ]
168
+ }
169
+ }
170
+ };
171
+ export const location1 = {
172
+ parameterPath: ["options", "location"],
173
+ mapper: BotChannelMapper
174
+ };
175
+ export const tags1 = {
176
+ parameterPath: ["options", "tags"],
177
+ mapper: BotChannelMapper
178
+ };
179
+ export const sku1 = {
180
+ parameterPath: ["options", "sku"],
181
+ mapper: BotChannelMapper
182
+ };
183
+ export const kind1 = {
184
+ parameterPath: ["options", "kind"],
185
+ mapper: BotChannelMapper
186
+ };
187
+ export const etag1 = {
188
+ parameterPath: ["options", "etag"],
189
+ mapper: BotChannelMapper
190
+ };
191
+ export const properties1 = {
192
+ parameterPath: ["options", "properties"],
193
+ mapper: BotChannelMapper
194
+ };
195
+ export const channelName1 = {
196
+ parameterPath: "channelName",
197
+ mapper: {
198
+ constraints: {
199
+ Pattern: new RegExp("^[a-zA-Z0-9][a-zA-Z0-9_.-]*$"),
200
+ MaxLength: 64,
201
+ MinLength: 2
202
+ },
203
+ serializedName: "channelName",
204
+ required: true,
205
+ type: {
206
+ name: "String"
207
+ }
208
+ }
209
+ };
210
+ export const parameters5 = {
211
+ parameterPath: "parameters",
212
+ mapper: SiteInfoMapper
213
+ };
214
+ export const channelName2 = {
215
+ parameterPath: "channelName",
216
+ mapper: {
217
+ serializedName: "channelName",
218
+ required: true,
219
+ type: {
220
+ name: "Enum",
221
+ allowedValues: ["WebChatChannel", "DirectLineChannel"]
222
+ }
223
+ }
224
+ };
225
+ export const connectionName = {
226
+ parameterPath: "connectionName",
227
+ mapper: {
228
+ constraints: {
229
+ Pattern: new RegExp("^[a-zA-Z0-9][\\sa-zA-Z0-9_.-]*$"),
230
+ MaxLength: 64,
231
+ MinLength: 2
232
+ },
233
+ serializedName: "connectionName",
234
+ required: true,
235
+ type: {
236
+ name: "String"
237
+ }
238
+ }
239
+ };
240
+ export const parameters6 = {
241
+ parameterPath: "parameters",
242
+ mapper: ConnectionSettingMapper
243
+ };
244
+ export const parameters7 = {
245
+ parameterPath: "parameters",
246
+ mapper: QnAMakerEndpointKeysRequestBodyMapper
247
+ };
248
+ export const operationResultId = {
249
+ parameterPath: "operationResultId",
250
+ mapper: {
251
+ serializedName: "operationResultId",
252
+ required: true,
253
+ type: {
254
+ name: "String"
255
+ }
256
+ }
257
+ };
258
+ export const privateEndpointConnectionName = {
259
+ parameterPath: "privateEndpointConnectionName",
260
+ mapper: {
261
+ serializedName: "privateEndpointConnectionName",
262
+ required: true,
263
+ type: {
264
+ name: "String"
265
+ }
266
+ }
267
+ };
268
+ export const properties2 = {
269
+ parameterPath: "properties",
270
+ mapper: PrivateEndpointConnectionMapper
271
+ };
272
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EACL,GAAG,IAAI,SAAS,EAChB,gCAAgC,IAAI,sCAAsC,EAC1E,UAAU,IAAI,gBAAgB,EAC9B,QAAQ,IAAI,cAAc,EAC1B,iBAAiB,IAAI,uBAAuB,EAC5C,+BAA+B,IAAI,qCAAqC,EACxE,yBAAyB,IAAI,+BAA+B,EAC7D,MAAM,sBAAsB,CAAC;AAE9B,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAuB;IAC5C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,SAAS;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,8BAA8B,CAAC;YACnD,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,8BAA8B,CAAC;YACnD,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAuB;IAC1C,aAAa,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;IACtC,MAAM,EAAE,SAAS;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAuB;IACtC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE,SAAS;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,GAAG,GAAuB;IACrC,aAAa,EAAE,CAAC,SAAS,EAAE,KAAK,CAAC;IACjC,MAAM,EAAE,SAAS;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAuB;IACtC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE,SAAS;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAuB;IACtC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE,SAAS;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAuB;IAC5C,aAAa,EAAE,CAAC,SAAS,EAAE,YAAY,CAAC;IACxC,MAAM,EAAE,SAAS;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,sCAAsC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,gBAAgB;CACzB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,aAAa,EAAE;gBACb,cAAc;gBACd,iBAAiB;gBACjB,cAAc;gBACd,YAAY;gBACZ,iBAAiB;gBACjB,cAAc;gBACd,gBAAgB;gBAChB,cAAc;gBACd,gBAAgB;gBAChB,mBAAmB;gBACnB,YAAY;gBACZ,aAAa;gBACb,yBAAyB;gBACzB,gBAAgB;gBAChB,aAAa;gBACb,kBAAkB;gBAClB,gBAAgB;gBAChB,iBAAiB;gBACjB,gBAAgB;aACjB;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAuB;IAC3C,aAAa,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;IACtC,MAAM,EAAE,gBAAgB;CACzB,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE,gBAAgB;CACzB,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAuB;IACtC,aAAa,EAAE,CAAC,SAAS,EAAE,KAAK,CAAC;IACjC,MAAM,EAAE,gBAAgB;CACzB,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE,gBAAgB;CACzB,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE,gBAAgB;CACzB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,YAAY,CAAC;IACxC,MAAM,EAAE,gBAAgB;CACzB,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,8BAA8B,CAAC;YACnD,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,cAAc;CACvB,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,aAAa,EAAE,CAAC,gBAAgB,EAAE,mBAAmB,CAAC;SACvD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,iCAAiC,CAAC;YACtD,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,uBAAuB;CAChC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,qCAAqC;CAC9C,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA0B;IAClE,aAAa,EAAE,+BAA+B;IAC9C,MAAM,EAAE;QACN,cAAc,EAAE,+BAA+B;QAC/C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,+BAA+B;CACxC,CAAC","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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Bot as BotMapper,\n CheckNameAvailabilityRequestBody as CheckNameAvailabilityRequestBodyMapper,\n BotChannel as BotChannelMapper,\n SiteInfo as SiteInfoMapper,\n ConnectionSetting as ConnectionSettingMapper,\n QnAMakerEndpointKeysRequestBody as QnAMakerEndpointKeysRequestBodyMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper\n} from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: BotMapper\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9][a-zA-Z0-9_.-]*$\"),\n MaxLength: 64,\n MinLength: 2\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9][a-zA-Z0-9_.-]*$\"),\n MaxLength: 64,\n MinLength: 2\n },\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-09-15\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const location: OperationParameter = {\n parameterPath: [\"options\", \"location\"],\n mapper: BotMapper\n};\n\nexport const tags: OperationParameter = {\n parameterPath: [\"options\", \"tags\"],\n mapper: BotMapper\n};\n\nexport const sku: OperationParameter = {\n parameterPath: [\"options\", \"sku\"],\n mapper: BotMapper\n};\n\nexport const kind: OperationParameter = {\n parameterPath: [\"options\", \"kind\"],\n mapper: BotMapper\n};\n\nexport const etag: OperationParameter = {\n parameterPath: [\"options\", \"etag\"],\n mapper: BotMapper\n};\n\nexport const properties: OperationParameter = {\n parameterPath: [\"options\", \"properties\"],\n mapper: BotMapper\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CheckNameAvailabilityRequestBodyMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: BotChannelMapper\n};\n\nexport const channelName: OperationURLParameter = {\n parameterPath: \"channelName\",\n mapper: {\n serializedName: \"channelName\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\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 ]\n }\n }\n};\n\nexport const location1: OperationParameter = {\n parameterPath: [\"options\", \"location\"],\n mapper: BotChannelMapper\n};\n\nexport const tags1: OperationParameter = {\n parameterPath: [\"options\", \"tags\"],\n mapper: BotChannelMapper\n};\n\nexport const sku1: OperationParameter = {\n parameterPath: [\"options\", \"sku\"],\n mapper: BotChannelMapper\n};\n\nexport const kind1: OperationParameter = {\n parameterPath: [\"options\", \"kind\"],\n mapper: BotChannelMapper\n};\n\nexport const etag1: OperationParameter = {\n parameterPath: [\"options\", \"etag\"],\n mapper: BotChannelMapper\n};\n\nexport const properties1: OperationParameter = {\n parameterPath: [\"options\", \"properties\"],\n mapper: BotChannelMapper\n};\n\nexport const channelName1: OperationURLParameter = {\n parameterPath: \"channelName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9][a-zA-Z0-9_.-]*$\"),\n MaxLength: 64,\n MinLength: 2\n },\n serializedName: \"channelName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SiteInfoMapper\n};\n\nexport const channelName2: OperationURLParameter = {\n parameterPath: \"channelName\",\n mapper: {\n serializedName: \"channelName\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"WebChatChannel\", \"DirectLineChannel\"]\n }\n }\n};\n\nexport const connectionName: OperationURLParameter = {\n parameterPath: \"connectionName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9][\\\\sa-zA-Z0-9_.-]*$\"),\n MaxLength: 64,\n MinLength: 2\n },\n serializedName: \"connectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ConnectionSettingMapper\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: QnAMakerEndpointKeysRequestBodyMapper\n};\n\nexport const operationResultId: OperationURLParameter = {\n parameterPath: \"operationResultId\",\n mapper: {\n serializedName: \"operationResultId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const properties2: OperationParameter = {\n parameterPath: \"properties\",\n mapper: PrivateEndpointConnectionMapper\n};\n"]}