@azure/communication-call-automation 1.6.0-alpha.20250711.2 → 1.6.0-beta.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 (477) hide show
  1. package/README.md +0 -48
  2. package/dist/browser/callAutomationClient.d.ts +0 -8
  3. package/dist/browser/callAutomationClient.d.ts.map +1 -1
  4. package/dist/browser/callAutomationClient.js +87 -141
  5. package/dist/browser/callAutomationClient.js.map +1 -1
  6. package/dist/browser/callAutomationEventParser.d.ts.map +1 -1
  7. package/dist/browser/callAutomationEventParser.js +22 -54
  8. package/dist/browser/callAutomationEventParser.js.map +1 -1
  9. package/dist/browser/callConnection.d.ts +12 -14
  10. package/dist/browser/callConnection.d.ts.map +1 -1
  11. package/dist/browser/callConnection.js +111 -183
  12. package/dist/browser/callConnection.js.map +1 -1
  13. package/dist/browser/callMedia.d.ts +15 -20
  14. package/dist/browser/callMedia.d.ts.map +1 -1
  15. package/dist/browser/callMedia.js +58 -177
  16. package/dist/browser/callMedia.js.map +1 -1
  17. package/dist/browser/callRecording.d.ts +2 -8
  18. package/dist/browser/callRecording.d.ts.map +1 -1
  19. package/dist/browser/callRecording.js +16 -26
  20. package/dist/browser/callRecording.js.map +1 -1
  21. package/dist/browser/contentDownloader.js +11 -12
  22. package/dist/browser/contentDownloader.js.map +1 -1
  23. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  24. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  25. package/dist/browser/credential/callAutomationAuthPolicy.js +1 -1
  26. package/dist/browser/credential/callAutomationAuthPolicy.js.map +1 -1
  27. package/dist/browser/credential/cryptoUtils-browser.mjs.map +1 -1
  28. package/dist/browser/credential/cryptoUtils.js +1 -2
  29. package/dist/browser/generated/src/callAutomationApiClient.d.ts +1 -2
  30. package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +1 -1
  31. package/dist/browser/generated/src/callAutomationApiClient.js +14 -6
  32. package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
  33. package/dist/browser/generated/src/models/index.d.ts +534 -1064
  34. package/dist/browser/generated/src/models/index.d.ts.map +1 -1
  35. package/dist/browser/generated/src/models/index.js +87 -159
  36. package/dist/browser/generated/src/models/index.js.map +1 -1
  37. package/dist/browser/generated/src/models/mappers.d.ts +58 -86
  38. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
  39. package/dist/browser/generated/src/models/mappers.js +1173 -2159
  40. package/dist/browser/generated/src/models/mappers.js.map +1 -1
  41. package/dist/browser/generated/src/models/parameters.d.ts +2 -7
  42. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
  43. package/dist/browser/generated/src/models/parameters.js +10 -41
  44. package/dist/browser/generated/src/models/parameters.js.map +1 -1
  45. package/dist/browser/generated/src/operations/callConnection.d.ts +2 -9
  46. package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -1
  47. package/dist/browser/generated/src/operations/callConnection.js +24 -73
  48. package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
  49. package/dist/browser/generated/src/operations/callMedia.d.ts +15 -15
  50. package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -1
  51. package/dist/browser/generated/src/operations/callMedia.js +51 -50
  52. package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
  53. package/dist/browser/generated/src/operations/callRecording.d.ts +1 -7
  54. package/dist/browser/generated/src/operations/callRecording.d.ts.map +1 -1
  55. package/dist/browser/generated/src/operations/callRecording.js +1 -24
  56. package/dist/browser/generated/src/operations/callRecording.js.map +1 -1
  57. package/dist/browser/generated/src/operations/index.d.ts +0 -1
  58. package/dist/browser/generated/src/operations/index.d.ts.map +1 -1
  59. package/dist/browser/generated/src/operations/index.js +0 -1
  60. package/dist/browser/generated/src/operations/index.js.map +1 -1
  61. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  62. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  63. package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  64. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  65. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  66. package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  67. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  68. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  69. package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  70. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +0 -1
  71. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  72. package/dist/browser/generated/src/operationsInterfaces/index.js +0 -1
  73. package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -1
  74. package/dist/browser/generated/src/pagingHelper.js +2 -4
  75. package/dist/browser/generated/src/pagingHelper.js.map +1 -1
  76. package/dist/browser/index.d.ts +0 -2
  77. package/dist/browser/index.d.ts.map +1 -1
  78. package/dist/browser/index.js +0 -2
  79. package/dist/browser/index.js.map +1 -1
  80. package/dist/browser/models/constants.js +1 -1
  81. package/dist/browser/models/constants.js.map +1 -1
  82. package/dist/browser/models/events.d.ts +136 -195
  83. package/dist/browser/models/events.d.ts.map +1 -1
  84. package/dist/browser/models/events.js.map +1 -1
  85. package/dist/browser/models/models.d.ts +76 -39
  86. package/dist/browser/models/models.d.ts.map +1 -1
  87. package/dist/browser/models/models.js +1 -3
  88. package/dist/browser/models/models.js.map +1 -1
  89. package/dist/browser/models/options.d.ts +64 -30
  90. package/dist/browser/models/options.d.ts.map +1 -1
  91. package/dist/browser/models/options.js.map +1 -1
  92. package/dist/browser/models/responses.d.ts +19 -82
  93. package/dist/browser/models/responses.d.ts.map +1 -1
  94. package/dist/browser/models/responses.js.map +1 -1
  95. package/dist/browser/models/streaming.d.ts +38 -28
  96. package/dist/browser/models/streaming.d.ts.map +1 -1
  97. package/dist/browser/models/streaming.js +28 -57
  98. package/dist/browser/models/streaming.js.map +1 -1
  99. package/dist/browser/streamingData.d.ts.map +1 -1
  100. package/dist/browser/streamingData.js +15 -1
  101. package/dist/browser/streamingData.js.map +1 -1
  102. package/dist/browser/utli/converters.d.ts +1 -1
  103. package/dist/browser/utli/converters.d.ts.map +1 -1
  104. package/dist/browser/utli/converters.js +48 -9
  105. package/dist/browser/utli/converters.js.map +1 -1
  106. package/dist/commonjs/callAutomationClient.d.ts +0 -8
  107. package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
  108. package/dist/commonjs/callAutomationClient.js +85 -139
  109. package/dist/commonjs/callAutomationClient.js.map +1 -1
  110. package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
  111. package/dist/commonjs/callAutomationEventParser.js +21 -53
  112. package/dist/commonjs/callAutomationEventParser.js.map +1 -1
  113. package/dist/commonjs/callConnection.d.ts +12 -14
  114. package/dist/commonjs/callConnection.d.ts.map +1 -1
  115. package/dist/commonjs/callConnection.js +113 -185
  116. package/dist/commonjs/callConnection.js.map +1 -1
  117. package/dist/commonjs/callMedia.d.ts +15 -20
  118. package/dist/commonjs/callMedia.d.ts.map +1 -1
  119. package/dist/commonjs/callMedia.js +66 -185
  120. package/dist/commonjs/callMedia.js.map +1 -1
  121. package/dist/commonjs/callRecording.d.ts +2 -8
  122. package/dist/commonjs/callRecording.d.ts.map +1 -1
  123. package/dist/commonjs/callRecording.js +17 -27
  124. package/dist/commonjs/callRecording.js.map +1 -1
  125. package/dist/commonjs/contentDownloader.js +11 -12
  126. package/dist/commonjs/contentDownloader.js.map +1 -1
  127. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  128. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  129. package/dist/commonjs/credential/callAutomationAuthPolicy.js +1 -1
  130. package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +1 -1
  131. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +1 -2
  132. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts.map +1 -1
  133. package/dist/commonjs/generated/src/callAutomationApiClient.js +13 -5
  134. package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
  135. package/dist/commonjs/generated/src/models/index.d.ts +534 -1064
  136. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
  137. package/dist/commonjs/generated/src/models/index.js +88 -160
  138. package/dist/commonjs/generated/src/models/index.js.map +1 -1
  139. package/dist/commonjs/generated/src/models/mappers.d.ts +58 -86
  140. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
  141. package/dist/commonjs/generated/src/models/mappers.js +1176 -2162
  142. package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
  143. package/dist/commonjs/generated/src/models/parameters.d.ts +2 -7
  144. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
  145. package/dist/commonjs/generated/src/models/parameters.js +10 -41
  146. package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
  147. package/dist/commonjs/generated/src/operations/callConnection.d.ts +2 -9
  148. package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -1
  149. package/dist/commonjs/generated/src/operations/callConnection.js +24 -72
  150. package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
  151. package/dist/commonjs/generated/src/operations/callMedia.d.ts +15 -15
  152. package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
  153. package/dist/commonjs/generated/src/operations/callMedia.js +51 -50
  154. package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
  155. package/dist/commonjs/generated/src/operations/callRecording.d.ts +1 -7
  156. package/dist/commonjs/generated/src/operations/callRecording.d.ts.map +1 -1
  157. package/dist/commonjs/generated/src/operations/callRecording.js +1 -24
  158. package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -1
  159. package/dist/commonjs/generated/src/operations/index.d.ts +0 -1
  160. package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -1
  161. package/dist/commonjs/generated/src/operations/index.js +0 -1
  162. package/dist/commonjs/generated/src/operations/index.js.map +1 -1
  163. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  164. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  165. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  166. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  167. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  168. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  169. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  170. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  171. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  172. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +0 -1
  173. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  174. package/dist/commonjs/generated/src/operationsInterfaces/index.js +0 -1
  175. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -1
  176. package/dist/commonjs/generated/src/pagingHelper.js +2 -4
  177. package/dist/commonjs/generated/src/pagingHelper.js.map +1 -1
  178. package/dist/commonjs/index.d.ts +0 -2
  179. package/dist/commonjs/index.d.ts.map +1 -1
  180. package/dist/commonjs/index.js +0 -2
  181. package/dist/commonjs/index.js.map +1 -1
  182. package/dist/commonjs/models/constants.js +1 -1
  183. package/dist/commonjs/models/constants.js.map +1 -1
  184. package/dist/commonjs/models/events.d.ts +136 -195
  185. package/dist/commonjs/models/events.d.ts.map +1 -1
  186. package/dist/commonjs/models/events.js.map +1 -1
  187. package/dist/commonjs/models/models.d.ts +76 -39
  188. package/dist/commonjs/models/models.d.ts.map +1 -1
  189. package/dist/commonjs/models/models.js +2 -21
  190. package/dist/commonjs/models/models.js.map +1 -1
  191. package/dist/commonjs/models/options.d.ts +64 -30
  192. package/dist/commonjs/models/options.d.ts.map +1 -1
  193. package/dist/commonjs/models/options.js.map +1 -1
  194. package/dist/commonjs/models/responses.d.ts +19 -82
  195. package/dist/commonjs/models/responses.d.ts.map +1 -1
  196. package/dist/commonjs/models/responses.js.map +1 -1
  197. package/dist/commonjs/models/streaming.d.ts +38 -28
  198. package/dist/commonjs/models/streaming.d.ts.map +1 -1
  199. package/dist/commonjs/models/streaming.js +31 -59
  200. package/dist/commonjs/models/streaming.js.map +1 -1
  201. package/dist/commonjs/streamingData.d.ts.map +1 -1
  202. package/dist/commonjs/streamingData.js +15 -1
  203. package/dist/commonjs/streamingData.js.map +1 -1
  204. package/dist/commonjs/tsdoc-metadata.json +11 -11
  205. package/dist/commonjs/utli/converters.d.ts +1 -1
  206. package/dist/commonjs/utli/converters.d.ts.map +1 -1
  207. package/dist/commonjs/utli/converters.js +47 -8
  208. package/dist/commonjs/utli/converters.js.map +1 -1
  209. package/dist/esm/callAutomationClient.d.ts +0 -8
  210. package/dist/esm/callAutomationClient.d.ts.map +1 -1
  211. package/dist/esm/callAutomationClient.js +87 -141
  212. package/dist/esm/callAutomationClient.js.map +1 -1
  213. package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
  214. package/dist/esm/callAutomationEventParser.js +22 -54
  215. package/dist/esm/callAutomationEventParser.js.map +1 -1
  216. package/dist/esm/callConnection.d.ts +12 -14
  217. package/dist/esm/callConnection.d.ts.map +1 -1
  218. package/dist/esm/callConnection.js +111 -183
  219. package/dist/esm/callConnection.js.map +1 -1
  220. package/dist/esm/callMedia.d.ts +15 -20
  221. package/dist/esm/callMedia.d.ts.map +1 -1
  222. package/dist/esm/callMedia.js +58 -177
  223. package/dist/esm/callMedia.js.map +1 -1
  224. package/dist/esm/callRecording.d.ts +2 -8
  225. package/dist/esm/callRecording.d.ts.map +1 -1
  226. package/dist/esm/callRecording.js +16 -26
  227. package/dist/esm/callRecording.js.map +1 -1
  228. package/dist/esm/contentDownloader.js +11 -12
  229. package/dist/esm/contentDownloader.js.map +1 -1
  230. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  231. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  232. package/dist/esm/credential/callAutomationAuthPolicy.js +1 -1
  233. package/dist/esm/credential/callAutomationAuthPolicy.js.map +1 -1
  234. package/dist/esm/generated/src/callAutomationApiClient.d.ts +1 -2
  235. package/dist/esm/generated/src/callAutomationApiClient.d.ts.map +1 -1
  236. package/dist/esm/generated/src/callAutomationApiClient.js +14 -6
  237. package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
  238. package/dist/esm/generated/src/models/index.d.ts +534 -1064
  239. package/dist/esm/generated/src/models/index.d.ts.map +1 -1
  240. package/dist/esm/generated/src/models/index.js +87 -159
  241. package/dist/esm/generated/src/models/index.js.map +1 -1
  242. package/dist/esm/generated/src/models/mappers.d.ts +58 -86
  243. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
  244. package/dist/esm/generated/src/models/mappers.js +1173 -2159
  245. package/dist/esm/generated/src/models/mappers.js.map +1 -1
  246. package/dist/esm/generated/src/models/parameters.d.ts +2 -7
  247. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
  248. package/dist/esm/generated/src/models/parameters.js +10 -41
  249. package/dist/esm/generated/src/models/parameters.js.map +1 -1
  250. package/dist/esm/generated/src/operations/callConnection.d.ts +2 -9
  251. package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -1
  252. package/dist/esm/generated/src/operations/callConnection.js +24 -73
  253. package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
  254. package/dist/esm/generated/src/operations/callMedia.d.ts +15 -15
  255. package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
  256. package/dist/esm/generated/src/operations/callMedia.js +51 -50
  257. package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
  258. package/dist/esm/generated/src/operations/callRecording.d.ts +1 -7
  259. package/dist/esm/generated/src/operations/callRecording.d.ts.map +1 -1
  260. package/dist/esm/generated/src/operations/callRecording.js +1 -24
  261. package/dist/esm/generated/src/operations/callRecording.js.map +1 -1
  262. package/dist/esm/generated/src/operations/index.d.ts +0 -1
  263. package/dist/esm/generated/src/operations/index.d.ts.map +1 -1
  264. package/dist/esm/generated/src/operations/index.js +0 -1
  265. package/dist/esm/generated/src/operations/index.js.map +1 -1
  266. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  267. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  268. package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  269. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  270. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  271. package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  272. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  273. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  274. package/dist/esm/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  275. package/dist/esm/generated/src/operationsInterfaces/index.d.ts +0 -1
  276. package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  277. package/dist/esm/generated/src/operationsInterfaces/index.js +0 -1
  278. package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -1
  279. package/dist/esm/generated/src/pagingHelper.js +2 -4
  280. package/dist/esm/generated/src/pagingHelper.js.map +1 -1
  281. package/dist/esm/index.d.ts +0 -2
  282. package/dist/esm/index.d.ts.map +1 -1
  283. package/dist/esm/index.js +0 -2
  284. package/dist/esm/index.js.map +1 -1
  285. package/dist/esm/models/constants.js +1 -1
  286. package/dist/esm/models/constants.js.map +1 -1
  287. package/dist/esm/models/events.d.ts +136 -195
  288. package/dist/esm/models/events.d.ts.map +1 -1
  289. package/dist/esm/models/events.js.map +1 -1
  290. package/dist/esm/models/models.d.ts +76 -39
  291. package/dist/esm/models/models.d.ts.map +1 -1
  292. package/dist/esm/models/models.js +1 -3
  293. package/dist/esm/models/models.js.map +1 -1
  294. package/dist/esm/models/options.d.ts +64 -30
  295. package/dist/esm/models/options.d.ts.map +1 -1
  296. package/dist/esm/models/options.js.map +1 -1
  297. package/dist/esm/models/responses.d.ts +19 -82
  298. package/dist/esm/models/responses.d.ts.map +1 -1
  299. package/dist/esm/models/responses.js.map +1 -1
  300. package/dist/esm/models/streaming.d.ts +38 -28
  301. package/dist/esm/models/streaming.d.ts.map +1 -1
  302. package/dist/esm/models/streaming.js +28 -57
  303. package/dist/esm/models/streaming.js.map +1 -1
  304. package/dist/esm/streamingData.d.ts.map +1 -1
  305. package/dist/esm/streamingData.js +15 -1
  306. package/dist/esm/streamingData.js.map +1 -1
  307. package/dist/esm/utli/converters.d.ts +1 -1
  308. package/dist/esm/utli/converters.d.ts.map +1 -1
  309. package/dist/esm/utli/converters.js +48 -9
  310. package/dist/esm/utli/converters.js.map +1 -1
  311. package/dist/react-native/callAutomationClient.d.ts +0 -8
  312. package/dist/react-native/callAutomationClient.d.ts.map +1 -1
  313. package/dist/react-native/callAutomationClient.js +87 -141
  314. package/dist/react-native/callAutomationClient.js.map +1 -1
  315. package/dist/react-native/callAutomationEventParser.d.ts.map +1 -1
  316. package/dist/react-native/callAutomationEventParser.js +22 -54
  317. package/dist/react-native/callAutomationEventParser.js.map +1 -1
  318. package/dist/react-native/callConnection.d.ts +12 -14
  319. package/dist/react-native/callConnection.d.ts.map +1 -1
  320. package/dist/react-native/callConnection.js +111 -183
  321. package/dist/react-native/callConnection.js.map +1 -1
  322. package/dist/react-native/callMedia.d.ts +15 -20
  323. package/dist/react-native/callMedia.d.ts.map +1 -1
  324. package/dist/react-native/callMedia.js +58 -177
  325. package/dist/react-native/callMedia.js.map +1 -1
  326. package/dist/react-native/callRecording.d.ts +2 -8
  327. package/dist/react-native/callRecording.d.ts.map +1 -1
  328. package/dist/react-native/callRecording.js +16 -26
  329. package/dist/react-native/callRecording.js.map +1 -1
  330. package/dist/react-native/contentDownloader.js +11 -12
  331. package/dist/react-native/contentDownloader.js.map +1 -1
  332. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  333. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  334. package/dist/react-native/credential/callAutomationAuthPolicy.js +1 -1
  335. package/dist/react-native/credential/callAutomationAuthPolicy.js.map +1 -1
  336. package/dist/react-native/generated/src/callAutomationApiClient.d.ts +1 -2
  337. package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +1 -1
  338. package/dist/react-native/generated/src/callAutomationApiClient.js +14 -6
  339. package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
  340. package/dist/react-native/generated/src/models/index.d.ts +534 -1064
  341. package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
  342. package/dist/react-native/generated/src/models/index.js +87 -159
  343. package/dist/react-native/generated/src/models/index.js.map +1 -1
  344. package/dist/react-native/generated/src/models/mappers.d.ts +58 -86
  345. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
  346. package/dist/react-native/generated/src/models/mappers.js +1173 -2159
  347. package/dist/react-native/generated/src/models/mappers.js.map +1 -1
  348. package/dist/react-native/generated/src/models/parameters.d.ts +2 -7
  349. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
  350. package/dist/react-native/generated/src/models/parameters.js +10 -41
  351. package/dist/react-native/generated/src/models/parameters.js.map +1 -1
  352. package/dist/react-native/generated/src/operations/callConnection.d.ts +2 -9
  353. package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -1
  354. package/dist/react-native/generated/src/operations/callConnection.js +24 -73
  355. package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
  356. package/dist/react-native/generated/src/operations/callMedia.d.ts +15 -15
  357. package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -1
  358. package/dist/react-native/generated/src/operations/callMedia.js +51 -50
  359. package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
  360. package/dist/react-native/generated/src/operations/callRecording.d.ts +1 -7
  361. package/dist/react-native/generated/src/operations/callRecording.d.ts.map +1 -1
  362. package/dist/react-native/generated/src/operations/callRecording.js +1 -24
  363. package/dist/react-native/generated/src/operations/callRecording.js.map +1 -1
  364. package/dist/react-native/generated/src/operations/index.d.ts +0 -1
  365. package/dist/react-native/generated/src/operations/index.d.ts.map +1 -1
  366. package/dist/react-native/generated/src/operations/index.js +0 -1
  367. package/dist/react-native/generated/src/operations/index.js.map +1 -1
  368. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  369. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  370. package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  371. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  372. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  373. package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  374. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  375. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  376. package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  377. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +0 -1
  378. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  379. package/dist/react-native/generated/src/operationsInterfaces/index.js +0 -1
  380. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -1
  381. package/dist/react-native/generated/src/pagingHelper.js +2 -4
  382. package/dist/react-native/generated/src/pagingHelper.js.map +1 -1
  383. package/dist/react-native/index.d.ts +0 -2
  384. package/dist/react-native/index.d.ts.map +1 -1
  385. package/dist/react-native/index.js +0 -2
  386. package/dist/react-native/index.js.map +1 -1
  387. package/dist/react-native/models/constants.js +1 -1
  388. package/dist/react-native/models/constants.js.map +1 -1
  389. package/dist/react-native/models/events.d.ts +136 -195
  390. package/dist/react-native/models/events.d.ts.map +1 -1
  391. package/dist/react-native/models/events.js.map +1 -1
  392. package/dist/react-native/models/models.d.ts +76 -39
  393. package/dist/react-native/models/models.d.ts.map +1 -1
  394. package/dist/react-native/models/models.js +1 -3
  395. package/dist/react-native/models/models.js.map +1 -1
  396. package/dist/react-native/models/options.d.ts +64 -30
  397. package/dist/react-native/models/options.d.ts.map +1 -1
  398. package/dist/react-native/models/options.js.map +1 -1
  399. package/dist/react-native/models/responses.d.ts +19 -82
  400. package/dist/react-native/models/responses.d.ts.map +1 -1
  401. package/dist/react-native/models/responses.js.map +1 -1
  402. package/dist/react-native/models/streaming.d.ts +38 -28
  403. package/dist/react-native/models/streaming.d.ts.map +1 -1
  404. package/dist/react-native/models/streaming.js +28 -57
  405. package/dist/react-native/models/streaming.js.map +1 -1
  406. package/dist/react-native/streamingData.d.ts.map +1 -1
  407. package/dist/react-native/streamingData.js +15 -1
  408. package/dist/react-native/streamingData.js.map +1 -1
  409. package/dist/react-native/utli/converters.d.ts +1 -1
  410. package/dist/react-native/utli/converters.d.ts.map +1 -1
  411. package/dist/react-native/utli/converters.js +48 -9
  412. package/dist/react-native/utli/converters.js.map +1 -1
  413. package/package.json +35 -36
  414. package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  415. package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  416. package/dist/browser/eventprocessor/callAutomationEventProcessor.js +0 -137
  417. package/dist/browser/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  418. package/dist/browser/eventprocessor/eventResponses.d.ts +0 -134
  419. package/dist/browser/eventprocessor/eventResponses.d.ts.map +0 -1
  420. package/dist/browser/eventprocessor/eventResponses.js +0 -4
  421. package/dist/browser/eventprocessor/eventResponses.js.map +0 -1
  422. package/dist/browser/generated/src/operations/callDialog.d.ts +0 -35
  423. package/dist/browser/generated/src/operations/callDialog.d.ts.map +0 -1
  424. package/dist/browser/generated/src/operations/callDialog.js +0 -111
  425. package/dist/browser/generated/src/operations/callDialog.js.map +0 -1
  426. package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  427. package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  428. package/dist/browser/generated/src/operationsInterfaces/callDialog.js +0 -9
  429. package/dist/browser/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  430. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  431. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  432. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js +0 -141
  433. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  434. package/dist/commonjs/eventprocessor/eventResponses.d.ts +0 -134
  435. package/dist/commonjs/eventprocessor/eventResponses.d.ts.map +0 -1
  436. package/dist/commonjs/eventprocessor/eventResponses.js +0 -5
  437. package/dist/commonjs/eventprocessor/eventResponses.js.map +0 -1
  438. package/dist/commonjs/generated/src/operations/callDialog.d.ts +0 -35
  439. package/dist/commonjs/generated/src/operations/callDialog.d.ts.map +0 -1
  440. package/dist/commonjs/generated/src/operations/callDialog.js +0 -116
  441. package/dist/commonjs/generated/src/operations/callDialog.js.map +0 -1
  442. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  443. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  444. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js +0 -10
  445. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  446. package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  447. package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  448. package/dist/esm/eventprocessor/callAutomationEventProcessor.js +0 -137
  449. package/dist/esm/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  450. package/dist/esm/eventprocessor/eventResponses.d.ts +0 -134
  451. package/dist/esm/eventprocessor/eventResponses.d.ts.map +0 -1
  452. package/dist/esm/eventprocessor/eventResponses.js +0 -4
  453. package/dist/esm/eventprocessor/eventResponses.js.map +0 -1
  454. package/dist/esm/generated/src/operations/callDialog.d.ts +0 -35
  455. package/dist/esm/generated/src/operations/callDialog.d.ts.map +0 -1
  456. package/dist/esm/generated/src/operations/callDialog.js +0 -111
  457. package/dist/esm/generated/src/operations/callDialog.js.map +0 -1
  458. package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  459. package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  460. package/dist/esm/generated/src/operationsInterfaces/callDialog.js +0 -9
  461. package/dist/esm/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  462. package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  463. package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  464. package/dist/react-native/eventprocessor/callAutomationEventProcessor.js +0 -137
  465. package/dist/react-native/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  466. package/dist/react-native/eventprocessor/eventResponses.d.ts +0 -134
  467. package/dist/react-native/eventprocessor/eventResponses.d.ts.map +0 -1
  468. package/dist/react-native/eventprocessor/eventResponses.js +0 -4
  469. package/dist/react-native/eventprocessor/eventResponses.js.map +0 -1
  470. package/dist/react-native/generated/src/operations/callDialog.d.ts +0 -35
  471. package/dist/react-native/generated/src/operations/callDialog.d.ts.map +0 -1
  472. package/dist/react-native/generated/src/operations/callDialog.js +0 -111
  473. package/dist/react-native/generated/src/operations/callDialog.js.map +0 -1
  474. package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  475. package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  476. package/dist/react-native/generated/src/operationsInterfaces/callDialog.js +0 -9
  477. package/dist/react-native/generated/src/operationsInterfaces/callDialog.js.map +0 -1
@@ -63,32 +63,31 @@ export const CreateCallRequest = {
63
63
  className: "CallIntelligenceOptionsInternal",
64
64
  },
65
65
  },
66
- teamsAppSource: {
67
- serializedName: "teamsAppSource",
66
+ mediaStreamingOptions: {
67
+ serializedName: "mediaStreamingOptions",
68
68
  type: {
69
69
  name: "Composite",
70
- className: "MicrosoftTeamsAppIdentifierModel",
70
+ className: "MediaStreamingOptionsInternal",
71
71
  },
72
72
  },
73
- customCallingContext: {
74
- serializedName: "customCallingContext",
73
+ transcriptionOptions: {
74
+ serializedName: "transcriptionOptions",
75
75
  type: {
76
76
  name: "Composite",
77
- className: "CustomCallingContextInternal",
77
+ className: "TranscriptionOptionsInternal",
78
78
  },
79
79
  },
80
- mediaStreamingOptions: {
81
- serializedName: "mediaStreamingOptions",
80
+ teamsAppSource: {
81
+ serializedName: "teamsAppSource",
82
82
  type: {
83
83
  name: "Composite",
84
- className: "MediaStreamingOptions",
84
+ className: "MicrosoftTeamsAppIdentifierModel",
85
85
  },
86
86
  },
87
- transcriptionOptions: {
88
- serializedName: "transcriptionOptions",
87
+ enableLoopbackAudio: {
88
+ serializedName: "enableLoopbackAudio",
89
89
  type: {
90
- name: "Composite",
91
- className: "TranscriptionOptionsInternal",
90
+ name: "Boolean",
92
91
  },
93
92
  },
94
93
  },
@@ -285,196 +284,184 @@ export const CallIntelligenceOptionsInternal = {
285
284
  name: "String",
286
285
  },
287
286
  },
288
- backupCognitiveServicesEndpoint: {
289
- serializedName: "backupCognitiveServicesEndpoint",
290
- type: {
291
- name: "String",
292
- },
293
- },
294
287
  },
295
288
  },
296
289
  };
297
- export const CustomCallingContextInternal = {
290
+ export const MediaStreamingOptionsInternal = {
298
291
  type: {
299
292
  name: "Composite",
300
- className: "CustomCallingContextInternal",
293
+ className: "MediaStreamingOptionsInternal",
294
+ uberParent: "MediaStreamingOptionsInternal",
295
+ polymorphicDiscriminator: {
296
+ serializedName: "transportType",
297
+ clientName: "transportType",
298
+ },
301
299
  modelProperties: {
302
- voipHeaders: {
303
- serializedName: "voipHeaders",
304
- type: {
305
- name: "Dictionary",
306
- value: { type: { name: "String" } },
307
- },
308
- },
309
- sipHeaders: {
310
- serializedName: "sipHeaders",
300
+ transportType: {
301
+ serializedName: "transportType",
302
+ required: true,
311
303
  type: {
312
- name: "Dictionary",
313
- value: { type: { name: "String" } },
304
+ name: "String",
314
305
  },
315
306
  },
316
- teamsPhoneCallDetails: {
317
- serializedName: "teamsPhoneCallDetails",
307
+ audioChannelType: {
308
+ serializedName: "audioChannelType",
309
+ required: true,
318
310
  type: {
319
- name: "Composite",
320
- className: "TeamsPhoneCallDetailsInternal",
311
+ name: "String",
321
312
  },
322
313
  },
323
314
  },
324
315
  },
325
316
  };
326
- export const TeamsPhoneCallDetailsInternal = {
317
+ export const TranscriptionOptionsInternal = {
327
318
  type: {
328
319
  name: "Composite",
329
- className: "TeamsPhoneCallDetailsInternal",
320
+ className: "TranscriptionOptionsInternal",
321
+ uberParent: "TranscriptionOptionsInternal",
322
+ polymorphicDiscriminator: {
323
+ serializedName: "transportType",
324
+ clientName: "transportType",
325
+ },
330
326
  modelProperties: {
331
- teamsPhoneCallerDetails: {
332
- serializedName: "teamsPhoneCallerDetails",
327
+ transportType: {
328
+ serializedName: "transportType",
329
+ required: true,
333
330
  type: {
334
- name: "Composite",
335
- className: "TeamsPhoneCallerDetailsInternal",
331
+ name: "String",
336
332
  },
337
333
  },
338
- teamsPhoneSourceDetails: {
339
- serializedName: "teamsPhoneSourceDetails",
334
+ locale: {
335
+ serializedName: "locale",
340
336
  type: {
341
- name: "Composite",
342
- className: "TeamsPhoneSourceDetailsInternal",
337
+ name: "String",
343
338
  },
344
339
  },
345
- sessionId: {
346
- serializedName: "sessionId",
340
+ },
341
+ },
342
+ };
343
+ export const CallConnectionPropertiesInternal = {
344
+ type: {
345
+ name: "Composite",
346
+ className: "CallConnectionPropertiesInternal",
347
+ modelProperties: {
348
+ callConnectionId: {
349
+ serializedName: "callConnectionId",
347
350
  type: {
348
351
  name: "String",
349
352
  },
350
353
  },
351
- intent: {
352
- serializedName: "intent",
354
+ serverCallId: {
355
+ serializedName: "serverCallId",
353
356
  type: {
354
357
  name: "String",
355
358
  },
356
359
  },
357
- callTopic: {
358
- serializedName: "callTopic",
360
+ targets: {
361
+ serializedName: "targets",
359
362
  type: {
360
- name: "String",
363
+ name: "Sequence",
364
+ element: {
365
+ type: {
366
+ name: "Composite",
367
+ className: "CommunicationIdentifierModel",
368
+ },
369
+ },
361
370
  },
362
371
  },
363
- callContext: {
364
- serializedName: "callContext",
372
+ callConnectionState: {
373
+ serializedName: "callConnectionState",
365
374
  type: {
366
375
  name: "String",
367
376
  },
368
377
  },
369
- transcriptUrl: {
370
- serializedName: "transcriptUrl",
378
+ callbackUri: {
379
+ serializedName: "callbackUri",
371
380
  type: {
372
381
  name: "String",
373
382
  },
374
383
  },
375
- callSentiment: {
376
- serializedName: "callSentiment",
384
+ sourceCallerIdNumber: {
385
+ serializedName: "sourceCallerIdNumber",
377
386
  type: {
378
- name: "String",
387
+ name: "Composite",
388
+ className: "PhoneNumberIdentifierModel",
379
389
  },
380
390
  },
381
- suggestedActions: {
382
- serializedName: "suggestedActions",
391
+ sourceDisplayName: {
392
+ serializedName: "sourceDisplayName",
383
393
  type: {
384
394
  name: "String",
385
395
  },
386
396
  },
387
- },
388
- },
389
- };
390
- export const TeamsPhoneCallerDetailsInternal = {
391
- type: {
392
- name: "Composite",
393
- className: "TeamsPhoneCallerDetailsInternal",
394
- modelProperties: {
395
- caller: {
396
- serializedName: "caller",
397
+ source: {
398
+ serializedName: "source",
397
399
  type: {
398
400
  name: "Composite",
399
401
  className: "CommunicationIdentifierModel",
400
402
  },
401
403
  },
402
- name: {
403
- serializedName: "name",
404
- required: true,
405
- type: {
406
- name: "String",
407
- },
408
- },
409
- phoneNumber: {
410
- serializedName: "phoneNumber",
411
- required: true,
404
+ correlationId: {
405
+ serializedName: "correlationId",
412
406
  type: {
413
407
  name: "String",
414
408
  },
415
409
  },
416
- recordId: {
417
- serializedName: "recordId",
410
+ answeredBy: {
411
+ serializedName: "answeredBy",
418
412
  type: {
419
- name: "String",
413
+ name: "Composite",
414
+ className: "CommunicationUserIdentifierModel",
420
415
  },
421
416
  },
422
- screenPopUrl: {
423
- serializedName: "screenPopUrl",
417
+ mediaStreamingSubscription: {
418
+ serializedName: "mediaStreamingSubscription",
424
419
  type: {
425
- name: "String",
420
+ name: "Composite",
421
+ className: "MediaStreamingSubscription",
426
422
  },
427
423
  },
428
- isAuthenticated: {
429
- serializedName: "isAuthenticated",
424
+ transcriptionSubscription: {
425
+ serializedName: "transcriptionSubscription",
430
426
  type: {
431
- name: "Boolean",
427
+ name: "Composite",
428
+ className: "TranscriptionSubscription",
432
429
  },
433
430
  },
434
- additionalCallerInformation: {
435
- serializedName: "additionalCallerInformation",
431
+ answeredFor: {
432
+ serializedName: "answeredFor",
436
433
  type: {
437
- name: "Dictionary",
438
- value: { type: { name: "String" } },
434
+ name: "Composite",
435
+ className: "PhoneNumberIdentifierModel",
439
436
  },
440
437
  },
441
438
  },
442
439
  },
443
440
  };
444
- export const TeamsPhoneSourceDetailsInternal = {
441
+ export const MediaStreamingSubscription = {
445
442
  type: {
446
443
  name: "Composite",
447
- className: "TeamsPhoneSourceDetailsInternal",
444
+ className: "MediaStreamingSubscription",
448
445
  modelProperties: {
449
- source: {
450
- serializedName: "source",
451
- type: {
452
- name: "Composite",
453
- className: "CommunicationIdentifierModel",
454
- },
455
- },
456
- language: {
457
- serializedName: "language",
458
- required: true,
446
+ id: {
447
+ serializedName: "id",
459
448
  type: {
460
449
  name: "String",
461
450
  },
462
451
  },
463
- status: {
464
- serializedName: "status",
465
- required: true,
452
+ state: {
453
+ serializedName: "state",
466
454
  type: {
467
455
  name: "String",
468
456
  },
469
457
  },
470
- intendedTargets: {
471
- serializedName: "intendedTargets",
458
+ subscribedContentTypes: {
459
+ serializedName: "subscribedContentTypes",
472
460
  type: {
473
- name: "Dictionary",
474
- value: {
461
+ name: "Sequence",
462
+ element: {
475
463
  type: {
476
- name: "Composite",
477
- className: "CommunicationIdentifierModel",
464
+ name: "String",
478
465
  },
479
466
  },
480
467
  },
@@ -482,53 +469,36 @@ export const TeamsPhoneSourceDetailsInternal = {
482
469
  },
483
470
  },
484
471
  };
485
- export const MediaStreamingOptions = {
472
+ export const TranscriptionSubscription = {
486
473
  type: {
487
474
  name: "Composite",
488
- className: "MediaStreamingOptions",
475
+ className: "TranscriptionSubscription",
489
476
  modelProperties: {
490
- transportUrl: {
491
- serializedName: "transportUrl",
492
- required: true,
493
- type: {
494
- name: "String",
495
- },
496
- },
497
- transportType: {
498
- serializedName: "transportType",
499
- required: true,
500
- type: {
501
- name: "String",
502
- },
503
- },
504
- contentType: {
505
- serializedName: "contentType",
506
- required: true,
477
+ id: {
478
+ serializedName: "id",
507
479
  type: {
508
480
  name: "String",
509
481
  },
510
482
  },
511
- audioChannelType: {
512
- serializedName: "audioChannelType",
513
- required: true,
483
+ state: {
484
+ serializedName: "state",
514
485
  type: {
515
486
  name: "String",
516
487
  },
517
488
  },
518
- startMediaStreaming: {
519
- serializedName: "startMediaStreaming",
520
- type: {
521
- name: "Boolean",
522
- },
523
- },
524
- enableBidirectional: {
525
- serializedName: "enableBidirectional",
489
+ subscribedResultStates: {
490
+ serializedName: "subscribedResultTypes",
526
491
  type: {
527
- name: "Boolean",
492
+ name: "Sequence",
493
+ element: {
494
+ type: {
495
+ name: "String",
496
+ },
497
+ },
528
498
  },
529
499
  },
530
- audioFormat: {
531
- serializedName: "audioFormat",
500
+ locale: {
501
+ serializedName: "locale",
532
502
  type: {
533
503
  name: "String",
534
504
  },
@@ -536,230 +506,10 @@ export const MediaStreamingOptions = {
536
506
  },
537
507
  },
538
508
  };
539
- export const TranscriptionOptionsInternal = {
509
+ export const CommunicationErrorResponse = {
540
510
  type: {
541
511
  name: "Composite",
542
- className: "TranscriptionOptionsInternal",
543
- modelProperties: {
544
- transportUrl: {
545
- serializedName: "transportUrl",
546
- required: true,
547
- type: {
548
- name: "String",
549
- },
550
- },
551
- transportType: {
552
- serializedName: "transportType",
553
- required: true,
554
- type: {
555
- name: "String",
556
- },
557
- },
558
- locale: {
559
- serializedName: "locale",
560
- required: true,
561
- type: {
562
- name: "String",
563
- },
564
- },
565
- speechModelEndpointId: {
566
- serializedName: "speechModelEndpointId",
567
- type: {
568
- name: "String",
569
- },
570
- },
571
- startTranscription: {
572
- serializedName: "startTranscription",
573
- required: true,
574
- type: {
575
- name: "Boolean",
576
- },
577
- },
578
- enableIntermediateResults: {
579
- serializedName: "enableIntermediateResults",
580
- type: {
581
- name: "Boolean",
582
- },
583
- },
584
- },
585
- },
586
- };
587
- export const CallConnectionPropertiesInternal = {
588
- type: {
589
- name: "Composite",
590
- className: "CallConnectionPropertiesInternal",
591
- modelProperties: {
592
- callConnectionId: {
593
- serializedName: "callConnectionId",
594
- type: {
595
- name: "String",
596
- },
597
- },
598
- serverCallId: {
599
- serializedName: "serverCallId",
600
- type: {
601
- name: "String",
602
- },
603
- },
604
- targets: {
605
- serializedName: "targets",
606
- type: {
607
- name: "Sequence",
608
- element: {
609
- type: {
610
- name: "Composite",
611
- className: "CommunicationIdentifierModel",
612
- },
613
- },
614
- },
615
- },
616
- callConnectionState: {
617
- serializedName: "callConnectionState",
618
- type: {
619
- name: "String",
620
- },
621
- },
622
- callbackUri: {
623
- serializedName: "callbackUri",
624
- type: {
625
- name: "String",
626
- },
627
- },
628
- sourceCallerIdNumber: {
629
- serializedName: "sourceCallerIdNumber",
630
- type: {
631
- name: "Composite",
632
- className: "PhoneNumberIdentifierModel",
633
- },
634
- },
635
- sourceDisplayName: {
636
- serializedName: "sourceDisplayName",
637
- type: {
638
- name: "String",
639
- },
640
- },
641
- source: {
642
- serializedName: "source",
643
- type: {
644
- name: "Composite",
645
- className: "CommunicationIdentifierModel",
646
- },
647
- },
648
- correlationId: {
649
- serializedName: "correlationId",
650
- type: {
651
- name: "String",
652
- },
653
- },
654
- answeredBy: {
655
- serializedName: "answeredBy",
656
- type: {
657
- name: "Composite",
658
- className: "CommunicationUserIdentifierModel",
659
- },
660
- },
661
- mediaSubscriptionId: {
662
- serializedName: "mediaSubscriptionId",
663
- type: {
664
- name: "String",
665
- },
666
- },
667
- dataSubscriptionId: {
668
- serializedName: "dataSubscriptionId",
669
- type: {
670
- name: "String",
671
- },
672
- },
673
- mediaStreamingSubscription: {
674
- serializedName: "mediaStreamingSubscription",
675
- type: {
676
- name: "Composite",
677
- className: "MediaStreamingSubscription",
678
- },
679
- },
680
- transcriptionSubscription: {
681
- serializedName: "transcriptionSubscription",
682
- type: {
683
- name: "Composite",
684
- className: "TranscriptionSubscription",
685
- },
686
- },
687
- answeredFor: {
688
- serializedName: "answeredFor",
689
- type: {
690
- name: "Composite",
691
- className: "PhoneNumberIdentifierModel",
692
- },
693
- },
694
- },
695
- },
696
- };
697
- export const MediaStreamingSubscription = {
698
- type: {
699
- name: "Composite",
700
- className: "MediaStreamingSubscription",
701
- modelProperties: {
702
- id: {
703
- serializedName: "id",
704
- type: {
705
- name: "String",
706
- },
707
- },
708
- state: {
709
- serializedName: "state",
710
- type: {
711
- name: "String",
712
- },
713
- },
714
- subscribedContentTypes: {
715
- serializedName: "subscribedContentTypes",
716
- type: {
717
- name: "Sequence",
718
- element: {
719
- type: {
720
- name: "String",
721
- },
722
- },
723
- },
724
- },
725
- },
726
- },
727
- };
728
- export const TranscriptionSubscription = {
729
- type: {
730
- name: "Composite",
731
- className: "TranscriptionSubscription",
732
- modelProperties: {
733
- id: {
734
- serializedName: "id",
735
- type: {
736
- name: "String",
737
- },
738
- },
739
- state: {
740
- serializedName: "state",
741
- type: {
742
- name: "String",
743
- },
744
- },
745
- subscribedResultStates: {
746
- serializedName: "subscribedResultTypes",
747
- type: {
748
- name: "Sequence",
749
- element: {
750
- type: {
751
- name: "String",
752
- },
753
- },
754
- },
755
- },
756
- },
757
- },
758
- };
759
- export const CommunicationErrorResponse = {
760
- type: {
761
- name: "Composite",
762
- className: "CommunicationErrorResponse",
512
+ className: "CommunicationErrorResponse",
763
513
  modelProperties: {
764
514
  error: {
765
515
  serializedName: "error",
@@ -839,13 +589,6 @@ export const AnswerCallRequest = {
839
589
  name: "String",
840
590
  },
841
591
  },
842
- customCallingContext: {
843
- serializedName: "customCallingContext",
844
- type: {
845
- name: "Composite",
846
- className: "CustomCallingContextInternal",
847
- },
848
- },
849
592
  operationContext: {
850
593
  serializedName: "operationContext",
851
594
  type: {
@@ -870,7 +613,7 @@ export const AnswerCallRequest = {
870
613
  serializedName: "mediaStreamingOptions",
871
614
  type: {
872
615
  name: "Composite",
873
- className: "MediaStreamingOptions",
616
+ className: "MediaStreamingOptionsInternal",
874
617
  },
875
618
  },
876
619
  transcriptionOptions: {
@@ -880,6 +623,12 @@ export const AnswerCallRequest = {
880
623
  className: "TranscriptionOptionsInternal",
881
624
  },
882
625
  },
626
+ enableLoopbackAudio: {
627
+ serializedName: "enableLoopbackAudio",
628
+ type: {
629
+ name: "Boolean",
630
+ },
631
+ },
883
632
  },
884
633
  },
885
634
  };
@@ -902,13 +651,6 @@ export const RedirectCallRequest = {
902
651
  className: "CommunicationIdentifierModel",
903
652
  },
904
653
  },
905
- customCallingContext: {
906
- serializedName: "customCallingContext",
907
- type: {
908
- name: "Composite",
909
- className: "CustomCallingContextInternal",
910
- },
911
- },
912
654
  },
913
655
  },
914
656
  };
@@ -969,7 +711,7 @@ export const ConnectRequest = {
969
711
  serializedName: "mediaStreamingOptions",
970
712
  type: {
971
713
  name: "Composite",
972
- className: "MediaStreamingOptions",
714
+ className: "MediaStreamingOptionsInternal",
973
715
  },
974
716
  },
975
717
  transcriptionOptions: {
@@ -979,6 +721,12 @@ export const ConnectRequest = {
979
721
  className: "TranscriptionOptionsInternal",
980
722
  },
981
723
  },
724
+ enableLoopbackAudio: {
725
+ serializedName: "enableLoopbackAudio",
726
+ type: {
727
+ name: "Boolean",
728
+ },
729
+ },
982
730
  },
983
731
  },
984
732
  };
@@ -1062,24 +810,212 @@ export const TransferToParticipantRequest = {
1062
810
  },
1063
811
  },
1064
812
  };
1065
- export const TransferCallResponse = {
813
+ export const CustomCallingContextInternal = {
1066
814
  type: {
1067
815
  name: "Composite",
1068
- className: "TransferCallResponse",
816
+ className: "CustomCallingContextInternal",
1069
817
  modelProperties: {
1070
- operationContext: {
1071
- serializedName: "operationContext",
818
+ voipHeaders: {
819
+ serializedName: "voipHeaders",
1072
820
  type: {
1073
- name: "String",
821
+ name: "Dictionary",
822
+ value: { type: { name: "String" } },
1074
823
  },
1075
824
  },
1076
- },
1077
- },
1078
- };
1079
- export const PlayRequest = {
1080
- type: {
1081
- name: "Composite",
1082
- className: "PlayRequest",
825
+ sipHeaders: {
826
+ serializedName: "sipHeaders",
827
+ type: {
828
+ name: "Dictionary",
829
+ value: { type: { name: "String" } },
830
+ },
831
+ },
832
+ teamsPhoneCallDetails: {
833
+ serializedName: "teamsPhoneCallDetails",
834
+ type: {
835
+ name: "Composite",
836
+ className: "TeamsPhoneCallDetailsInternal",
837
+ },
838
+ },
839
+ },
840
+ },
841
+ };
842
+ export const TeamsPhoneCallDetailsInternal = {
843
+ type: {
844
+ name: "Composite",
845
+ className: "TeamsPhoneCallDetailsInternal",
846
+ modelProperties: {
847
+ teamsPhoneCallerDetails: {
848
+ serializedName: "teamsPhoneCallerDetails",
849
+ type: {
850
+ name: "Composite",
851
+ className: "TeamsPhoneCallerDetailsInternal",
852
+ },
853
+ },
854
+ teamsPhoneSourceDetails: {
855
+ serializedName: "teamsPhoneSourceDetails",
856
+ type: {
857
+ name: "Composite",
858
+ className: "TeamsPhoneSourceDetailsInternal",
859
+ },
860
+ },
861
+ sessionId: {
862
+ serializedName: "sessionId",
863
+ type: {
864
+ name: "String",
865
+ },
866
+ },
867
+ intent: {
868
+ serializedName: "intent",
869
+ type: {
870
+ name: "String",
871
+ },
872
+ },
873
+ callTopic: {
874
+ serializedName: "callTopic",
875
+ type: {
876
+ name: "String",
877
+ },
878
+ },
879
+ callContext: {
880
+ serializedName: "callContext",
881
+ type: {
882
+ name: "String",
883
+ },
884
+ },
885
+ transcriptUrl: {
886
+ serializedName: "transcriptUrl",
887
+ type: {
888
+ name: "String",
889
+ },
890
+ },
891
+ callSentiment: {
892
+ serializedName: "callSentiment",
893
+ type: {
894
+ name: "String",
895
+ },
896
+ },
897
+ suggestedActions: {
898
+ serializedName: "suggestedActions",
899
+ type: {
900
+ name: "String",
901
+ },
902
+ },
903
+ },
904
+ },
905
+ };
906
+ export const TeamsPhoneCallerDetailsInternal = {
907
+ type: {
908
+ name: "Composite",
909
+ className: "TeamsPhoneCallerDetailsInternal",
910
+ modelProperties: {
911
+ caller: {
912
+ serializedName: "caller",
913
+ type: {
914
+ name: "Composite",
915
+ className: "CommunicationIdentifierModel",
916
+ },
917
+ },
918
+ name: {
919
+ serializedName: "name",
920
+ required: true,
921
+ type: {
922
+ name: "String",
923
+ },
924
+ },
925
+ phoneNumber: {
926
+ serializedName: "phoneNumber",
927
+ required: true,
928
+ type: {
929
+ name: "String",
930
+ },
931
+ },
932
+ recordId: {
933
+ serializedName: "recordId",
934
+ type: {
935
+ name: "String",
936
+ },
937
+ },
938
+ screenPopUrl: {
939
+ serializedName: "screenPopUrl",
940
+ type: {
941
+ name: "String",
942
+ },
943
+ },
944
+ isAuthenticated: {
945
+ serializedName: "isAuthenticated",
946
+ type: {
947
+ name: "Boolean",
948
+ },
949
+ },
950
+ additionalCallerInformation: {
951
+ serializedName: "additionalCallerInformation",
952
+ type: {
953
+ name: "Dictionary",
954
+ value: { type: { name: "String" } },
955
+ },
956
+ },
957
+ },
958
+ },
959
+ };
960
+ export const TeamsPhoneSourceDetailsInternal = {
961
+ type: {
962
+ name: "Composite",
963
+ className: "TeamsPhoneSourceDetailsInternal",
964
+ modelProperties: {
965
+ source: {
966
+ serializedName: "source",
967
+ type: {
968
+ name: "Composite",
969
+ className: "CommunicationIdentifierModel",
970
+ },
971
+ },
972
+ language: {
973
+ serializedName: "language",
974
+ required: true,
975
+ type: {
976
+ name: "String",
977
+ },
978
+ },
979
+ status: {
980
+ serializedName: "status",
981
+ required: true,
982
+ type: {
983
+ name: "String",
984
+ },
985
+ },
986
+ intendedTargets: {
987
+ serializedName: "intendedTargets",
988
+ type: {
989
+ name: "Dictionary",
990
+ value: {
991
+ type: {
992
+ name: "Composite",
993
+ className: "CommunicationIdentifierModel",
994
+ },
995
+ },
996
+ },
997
+ },
998
+ },
999
+ },
1000
+ };
1001
+ export const TransferCallResponse = {
1002
+ type: {
1003
+ name: "Composite",
1004
+ className: "TransferCallResponse",
1005
+ modelProperties: {
1006
+ operationContext: {
1007
+ serializedName: "operationContext",
1008
+ type: {
1009
+ name: "String",
1010
+ },
1011
+ },
1012
+ },
1013
+ },
1014
+ };
1015
+ export const PlayRequest = {
1016
+ type: {
1017
+ name: "Composite",
1018
+ className: "PlayRequest",
1083
1019
  modelProperties: {
1084
1020
  playSources: {
1085
1021
  serializedName: "playSources",
@@ -1106,6 +1042,12 @@ export const PlayRequest = {
1106
1042
  },
1107
1043
  },
1108
1044
  },
1045
+ interruptCallMediaOperation: {
1046
+ serializedName: "interruptCallMediaOperation",
1047
+ type: {
1048
+ name: "Boolean",
1049
+ },
1050
+ },
1109
1051
  playOptions: {
1110
1052
  serializedName: "playOptions",
1111
1053
  type: {
@@ -1257,18 +1199,6 @@ export const PlayOptionsInternal = {
1257
1199
  name: "Boolean",
1258
1200
  },
1259
1201
  },
1260
- interruptCallMediaOperation: {
1261
- serializedName: "interruptCallMediaOperation",
1262
- type: {
1263
- name: "Boolean",
1264
- },
1265
- },
1266
- interruptHoldAudio: {
1267
- serializedName: "interruptHoldAudio",
1268
- type: {
1269
- name: "Boolean",
1270
- },
1271
- },
1272
1202
  },
1273
1203
  },
1274
1204
  };
@@ -1301,22 +1231,53 @@ export const StartTranscriptionRequest = {
1301
1231
  name: "String",
1302
1232
  },
1303
1233
  },
1234
+ piiRedactionOptions: {
1235
+ serializedName: "piiRedactionOptions",
1236
+ type: {
1237
+ name: "Composite",
1238
+ className: "PiiRedactionOptionsInternal",
1239
+ },
1240
+ },
1241
+ enableSentimentAnalysis: {
1242
+ serializedName: "enableSentimentAnalysis",
1243
+ type: {
1244
+ name: "Boolean",
1245
+ },
1246
+ },
1247
+ locales: {
1248
+ serializedName: "locales",
1249
+ type: {
1250
+ name: "Sequence",
1251
+ element: {
1252
+ type: {
1253
+ name: "String",
1254
+ },
1255
+ },
1256
+ },
1257
+ },
1258
+ summarizationOptions: {
1259
+ serializedName: "summarizationOptions",
1260
+ type: {
1261
+ name: "Composite",
1262
+ className: "SummarizationOptionsInternal",
1263
+ },
1264
+ },
1304
1265
  },
1305
1266
  },
1306
1267
  };
1307
- export const StopTranscriptionRequest = {
1268
+ export const PiiRedactionOptionsInternal = {
1308
1269
  type: {
1309
1270
  name: "Composite",
1310
- className: "StopTranscriptionRequest",
1271
+ className: "PiiRedactionOptionsInternal",
1311
1272
  modelProperties: {
1312
- operationContext: {
1313
- serializedName: "operationContext",
1273
+ enable: {
1274
+ serializedName: "enable",
1314
1275
  type: {
1315
- name: "String",
1276
+ name: "Boolean",
1316
1277
  },
1317
1278
  },
1318
- operationCallbackUri: {
1319
- serializedName: "operationCallbackUri",
1279
+ redactionType: {
1280
+ serializedName: "redactionType",
1320
1281
  type: {
1321
1282
  name: "String",
1322
1283
  },
@@ -1324,28 +1285,147 @@ export const StopTranscriptionRequest = {
1324
1285
  },
1325
1286
  },
1326
1287
  };
1327
- export const RecognizeRequest = {
1288
+ export const SummarizationOptionsInternal = {
1328
1289
  type: {
1329
1290
  name: "Composite",
1330
- className: "RecognizeRequest",
1291
+ className: "SummarizationOptionsInternal",
1331
1292
  modelProperties: {
1332
- recognizeInputType: {
1333
- serializedName: "recognizeInputType",
1334
- required: true,
1293
+ enableEndCallSummary: {
1294
+ serializedName: "enableEndCallSummary",
1335
1295
  type: {
1336
- name: "String",
1296
+ name: "Boolean",
1337
1297
  },
1338
1298
  },
1339
- playPrompt: {
1340
- serializedName: "playPrompt",
1299
+ locale: {
1300
+ serializedName: "locale",
1341
1301
  type: {
1342
- name: "Composite",
1343
- className: "PlaySourceInternal",
1302
+ name: "String",
1344
1303
  },
1345
1304
  },
1346
- playPrompts: {
1347
- serializedName: "playPrompts",
1348
- type: {
1305
+ },
1306
+ },
1307
+ };
1308
+ export const StopTranscriptionRequest = {
1309
+ type: {
1310
+ name: "Composite",
1311
+ className: "StopTranscriptionRequest",
1312
+ modelProperties: {
1313
+ operationContext: {
1314
+ serializedName: "operationContext",
1315
+ type: {
1316
+ name: "String",
1317
+ },
1318
+ },
1319
+ operationCallbackUri: {
1320
+ serializedName: "operationCallbackUri",
1321
+ type: {
1322
+ name: "String",
1323
+ },
1324
+ },
1325
+ },
1326
+ },
1327
+ };
1328
+ export const UpdateTranscriptionRequest = {
1329
+ type: {
1330
+ name: "Composite",
1331
+ className: "UpdateTranscriptionRequest",
1332
+ modelProperties: {
1333
+ locale: {
1334
+ serializedName: "locale",
1335
+ type: {
1336
+ name: "String",
1337
+ },
1338
+ },
1339
+ speechModelEndpointId: {
1340
+ serializedName: "speechModelEndpointId",
1341
+ type: {
1342
+ name: "String",
1343
+ },
1344
+ },
1345
+ operationContext: {
1346
+ serializedName: "operationContext",
1347
+ type: {
1348
+ name: "String",
1349
+ },
1350
+ },
1351
+ operationCallbackUri: {
1352
+ serializedName: "operationCallbackUri",
1353
+ type: {
1354
+ name: "String",
1355
+ },
1356
+ },
1357
+ piiRedactionOptions: {
1358
+ serializedName: "piiRedactionOptions",
1359
+ type: {
1360
+ name: "Composite",
1361
+ className: "PiiRedactionOptionsInternal",
1362
+ },
1363
+ },
1364
+ enableSentimentAnalysis: {
1365
+ serializedName: "enableSentimentAnalysis",
1366
+ type: {
1367
+ name: "Boolean",
1368
+ },
1369
+ },
1370
+ summarizationOptions: {
1371
+ serializedName: "summarizationOptions",
1372
+ type: {
1373
+ name: "Composite",
1374
+ className: "SummarizationOptionsInternal",
1375
+ },
1376
+ },
1377
+ },
1378
+ },
1379
+ };
1380
+ export const SummarizeCallRequest = {
1381
+ type: {
1382
+ name: "Composite",
1383
+ className: "SummarizeCallRequest",
1384
+ modelProperties: {
1385
+ operationContext: {
1386
+ serializedName: "operationContext",
1387
+ type: {
1388
+ name: "String",
1389
+ },
1390
+ },
1391
+ operationCallbackUri: {
1392
+ serializedName: "operationCallbackUri",
1393
+ type: {
1394
+ name: "String",
1395
+ },
1396
+ },
1397
+ summarizationOptions: {
1398
+ serializedName: "summarizationOptions",
1399
+ type: {
1400
+ name: "Composite",
1401
+ className: "SummarizationOptionsInternal",
1402
+ },
1403
+ },
1404
+ },
1405
+ },
1406
+ };
1407
+ export const RecognizeRequest = {
1408
+ type: {
1409
+ name: "Composite",
1410
+ className: "RecognizeRequest",
1411
+ modelProperties: {
1412
+ recognizeInputType: {
1413
+ serializedName: "recognizeInputType",
1414
+ required: true,
1415
+ type: {
1416
+ name: "String",
1417
+ },
1418
+ },
1419
+ playPrompt: {
1420
+ serializedName: "playPrompt",
1421
+ type: {
1422
+ name: "Composite",
1423
+ className: "PlaySourceInternal",
1424
+ },
1425
+ },
1426
+ playPrompts: {
1427
+ serializedName: "playPrompts",
1428
+ type: {
1349
1429
  name: "Sequence",
1350
1430
  element: {
1351
1431
  type: {
@@ -1417,6 +1497,23 @@ export const RecognizeOptions = {
1417
1497
  name: "String",
1418
1498
  },
1419
1499
  },
1500
+ speechLanguages: {
1501
+ serializedName: "speechLanguages",
1502
+ type: {
1503
+ name: "Sequence",
1504
+ element: {
1505
+ type: {
1506
+ name: "String",
1507
+ },
1508
+ },
1509
+ },
1510
+ },
1511
+ enableSentimentAnalysis: {
1512
+ serializedName: "enableSentimentAnalysis",
1513
+ type: {
1514
+ name: "Boolean",
1515
+ },
1516
+ },
1420
1517
  speechRecognitionModelEndpointId: {
1421
1518
  serializedName: "speechRecognitionModelEndpointId",
1422
1519
  type: {
@@ -1614,38 +1711,6 @@ export const SendDtmfTonesResult = {
1614
1711
  },
1615
1712
  },
1616
1713
  };
1617
- export const UpdateTranscriptionRequest = {
1618
- type: {
1619
- name: "Composite",
1620
- className: "UpdateTranscriptionRequest",
1621
- modelProperties: {
1622
- locale: {
1623
- serializedName: "locale",
1624
- type: {
1625
- name: "String",
1626
- },
1627
- },
1628
- speechModelEndpointId: {
1629
- serializedName: "speechModelEndpointId",
1630
- type: {
1631
- name: "String",
1632
- },
1633
- },
1634
- operationContext: {
1635
- serializedName: "operationContext",
1636
- type: {
1637
- name: "String",
1638
- },
1639
- },
1640
- operationCallbackUri: {
1641
- serializedName: "operationCallbackUri",
1642
- type: {
1643
- name: "String",
1644
- },
1645
- },
1646
- },
1647
- },
1648
- };
1649
1714
  export const HoldRequest = {
1650
1715
  type: {
1651
1716
  name: "Composite",
@@ -1698,6 +1763,12 @@ export const UnholdRequest = {
1698
1763
  name: "String",
1699
1764
  },
1700
1765
  },
1766
+ operationCallbackUri: {
1767
+ serializedName: "operationCallbackUri",
1768
+ type: {
1769
+ name: "String",
1770
+ },
1771
+ },
1701
1772
  },
1702
1773
  },
1703
1774
  };
@@ -1741,33 +1812,26 @@ export const StopMediaStreamingRequest = {
1741
1812
  },
1742
1813
  },
1743
1814
  };
1744
- export const InterruptAudioAndAnnounceRequest = {
1815
+ export const GetParticipantsResponse = {
1745
1816
  type: {
1746
1817
  name: "Composite",
1747
- className: "InterruptAudioAndAnnounceRequest",
1818
+ className: "GetParticipantsResponse",
1748
1819
  modelProperties: {
1749
- playSources: {
1750
- serializedName: "playSources",
1820
+ value: {
1821
+ serializedName: "value",
1751
1822
  required: true,
1752
1823
  type: {
1753
1824
  name: "Sequence",
1754
1825
  element: {
1755
1826
  type: {
1756
1827
  name: "Composite",
1757
- className: "PlaySourceInternal",
1828
+ className: "CallParticipantInternal",
1758
1829
  },
1759
1830
  },
1760
1831
  },
1761
1832
  },
1762
- playTo: {
1763
- serializedName: "playTo",
1764
- type: {
1765
- name: "Composite",
1766
- className: "CommunicationIdentifierModel",
1767
- },
1768
- },
1769
- operationContext: {
1770
- serializedName: "operationContext",
1833
+ nextLink: {
1834
+ serializedName: "nextLink",
1771
1835
  type: {
1772
1836
  name: "String",
1773
1837
  },
@@ -1775,79 +1839,66 @@ export const InterruptAudioAndAnnounceRequest = {
1775
1839
  },
1776
1840
  },
1777
1841
  };
1778
- export const StartDialogRequest = {
1842
+ export const CallParticipantInternal = {
1779
1843
  type: {
1780
1844
  name: "Composite",
1781
- className: "StartDialogRequest",
1845
+ className: "CallParticipantInternal",
1782
1846
  modelProperties: {
1783
- dialog: {
1784
- serializedName: "dialog",
1847
+ identifier: {
1848
+ serializedName: "identifier",
1785
1849
  type: {
1786
1850
  name: "Composite",
1787
- className: "BaseDialog",
1851
+ className: "CommunicationIdentifierModel",
1788
1852
  },
1789
1853
  },
1790
- operationCallbackUri: {
1791
- serializedName: "operationCallbackUri",
1854
+ isMuted: {
1855
+ serializedName: "isMuted",
1792
1856
  type: {
1793
- name: "String",
1857
+ name: "Boolean",
1794
1858
  },
1795
1859
  },
1796
- operationContext: {
1797
- serializedName: "operationContext",
1860
+ isOnHold: {
1861
+ serializedName: "isOnHold",
1798
1862
  type: {
1799
- name: "String",
1863
+ name: "Boolean",
1800
1864
  },
1801
1865
  },
1802
1866
  },
1803
1867
  },
1804
1868
  };
1805
- export const BaseDialog = {
1869
+ export const AddParticipantRequest = {
1806
1870
  type: {
1807
1871
  name: "Composite",
1808
- className: "BaseDialog",
1809
- uberParent: "BaseDialog",
1810
- polymorphicDiscriminator: {
1811
- serializedName: "kind",
1812
- clientName: "kind",
1813
- },
1872
+ className: "AddParticipantRequest",
1814
1873
  modelProperties: {
1815
- kind: {
1816
- serializedName: "kind",
1817
- required: true,
1874
+ sourceCallerIdNumber: {
1875
+ serializedName: "sourceCallerIdNumber",
1818
1876
  type: {
1819
- name: "String",
1877
+ name: "Composite",
1878
+ className: "PhoneNumberIdentifierModel",
1820
1879
  },
1821
1880
  },
1822
- context: {
1823
- serializedName: "context",
1824
- required: true,
1881
+ sourceDisplayName: {
1882
+ serializedName: "sourceDisplayName",
1825
1883
  type: {
1826
- name: "Dictionary",
1827
- value: {
1828
- type: { name: "Dictionary", value: { type: { name: "any" } } },
1829
- },
1884
+ name: "String",
1830
1885
  },
1831
1886
  },
1832
- },
1833
- },
1834
- };
1835
- export const DialogStateResponse = {
1836
- type: {
1837
- name: "Composite",
1838
- className: "DialogStateResponse",
1839
- modelProperties: {
1840
- dialogId: {
1841
- serializedName: "dialogId",
1887
+ participantToAdd: {
1888
+ serializedName: "participantToAdd",
1842
1889
  type: {
1843
- name: "String",
1890
+ name: "Composite",
1891
+ className: "CommunicationIdentifierModel",
1844
1892
  },
1845
1893
  },
1846
- dialog: {
1847
- serializedName: "dialog",
1894
+ invitationTimeoutInSeconds: {
1895
+ constraints: {
1896
+ InclusiveMaximum: 180,
1897
+ InclusiveMinimum: 0,
1898
+ },
1899
+ serializedName: "invitationTimeoutInSeconds",
1848
1900
  type: {
1849
- name: "Composite",
1850
- className: "BaseDialog",
1901
+ name: "Number",
1851
1902
  },
1852
1903
  },
1853
1904
  operationContext: {
@@ -1856,177 +1907,23 @@ export const DialogStateResponse = {
1856
1907
  name: "String",
1857
1908
  },
1858
1909
  },
1859
- },
1860
- },
1861
- };
1862
- export const UpdateDialogRequest = {
1863
- type: {
1864
- name: "Composite",
1865
- className: "UpdateDialogRequest",
1866
- modelProperties: {
1867
- dialog: {
1868
- serializedName: "dialog",
1869
- type: {
1870
- name: "Composite",
1871
- className: "DialogUpdateBase",
1872
- },
1873
- },
1874
1910
  operationCallbackUri: {
1875
1911
  serializedName: "operationCallbackUri",
1876
1912
  type: {
1877
1913
  name: "String",
1878
1914
  },
1879
1915
  },
1880
- operationContext: {
1881
- serializedName: "operationContext",
1916
+ customCallingContext: {
1917
+ serializedName: "customCallingContext",
1882
1918
  type: {
1883
- name: "String",
1919
+ name: "Composite",
1920
+ className: "CustomCallingContextInternal",
1884
1921
  },
1885
1922
  },
1886
1923
  },
1887
1924
  },
1888
1925
  };
1889
- export const DialogUpdateBase = {
1890
- type: {
1891
- name: "Composite",
1892
- className: "DialogUpdateBase",
1893
- uberParent: "DialogUpdateBase",
1894
- polymorphicDiscriminator: {
1895
- serializedName: "kind",
1896
- clientName: "kind",
1897
- },
1898
- modelProperties: {
1899
- kind: {
1900
- serializedName: "kind",
1901
- required: true,
1902
- type: {
1903
- name: "String",
1904
- },
1905
- },
1906
- context: {
1907
- serializedName: "context",
1908
- type: {
1909
- name: "Dictionary",
1910
- value: {
1911
- type: { name: "Dictionary", value: { type: { name: "any" } } },
1912
- },
1913
- },
1914
- },
1915
- },
1916
- },
1917
- };
1918
- export const GetParticipantsResponse = {
1919
- type: {
1920
- name: "Composite",
1921
- className: "GetParticipantsResponse",
1922
- modelProperties: {
1923
- value: {
1924
- serializedName: "value",
1925
- required: true,
1926
- type: {
1927
- name: "Sequence",
1928
- element: {
1929
- type: {
1930
- name: "Composite",
1931
- className: "CallParticipantInternal",
1932
- },
1933
- },
1934
- },
1935
- },
1936
- nextLink: {
1937
- serializedName: "nextLink",
1938
- type: {
1939
- name: "String",
1940
- },
1941
- },
1942
- },
1943
- },
1944
- };
1945
- export const CallParticipantInternal = {
1946
- type: {
1947
- name: "Composite",
1948
- className: "CallParticipantInternal",
1949
- modelProperties: {
1950
- identifier: {
1951
- serializedName: "identifier",
1952
- type: {
1953
- name: "Composite",
1954
- className: "CommunicationIdentifierModel",
1955
- },
1956
- },
1957
- isMuted: {
1958
- serializedName: "isMuted",
1959
- type: {
1960
- name: "Boolean",
1961
- },
1962
- },
1963
- isOnHold: {
1964
- serializedName: "isOnHold",
1965
- type: {
1966
- name: "Boolean",
1967
- },
1968
- },
1969
- },
1970
- },
1971
- };
1972
- export const AddParticipantRequest = {
1973
- type: {
1974
- name: "Composite",
1975
- className: "AddParticipantRequest",
1976
- modelProperties: {
1977
- sourceCallerIdNumber: {
1978
- serializedName: "sourceCallerIdNumber",
1979
- type: {
1980
- name: "Composite",
1981
- className: "PhoneNumberIdentifierModel",
1982
- },
1983
- },
1984
- sourceDisplayName: {
1985
- serializedName: "sourceDisplayName",
1986
- type: {
1987
- name: "String",
1988
- },
1989
- },
1990
- participantToAdd: {
1991
- serializedName: "participantToAdd",
1992
- type: {
1993
- name: "Composite",
1994
- className: "CommunicationIdentifierModel",
1995
- },
1996
- },
1997
- invitationTimeoutInSeconds: {
1998
- constraints: {
1999
- InclusiveMaximum: 180,
2000
- InclusiveMinimum: 0,
2001
- },
2002
- serializedName: "invitationTimeoutInSeconds",
2003
- type: {
2004
- name: "Number",
2005
- },
2006
- },
2007
- operationContext: {
2008
- serializedName: "operationContext",
2009
- type: {
2010
- name: "String",
2011
- },
2012
- },
2013
- operationCallbackUri: {
2014
- serializedName: "operationCallbackUri",
2015
- type: {
2016
- name: "String",
2017
- },
2018
- },
2019
- customCallingContext: {
2020
- serializedName: "customCallingContext",
2021
- type: {
2022
- name: "Composite",
2023
- className: "CustomCallingContextInternal",
2024
- },
2025
- },
2026
- },
2027
- },
2028
- };
2029
- export const AddParticipantResponse = {
1926
+ export const AddParticipantResponse = {
2030
1927
  type: {
2031
1928
  name: "Composite",
2032
1929
  className: "AddParticipantResponse",
@@ -2135,47 +2032,6 @@ export const MuteParticipantsResult = {
2135
2032
  },
2136
2033
  },
2137
2034
  };
2138
- export const UnmuteParticipantsRequest = {
2139
- type: {
2140
- name: "Composite",
2141
- className: "UnmuteParticipantsRequest",
2142
- modelProperties: {
2143
- targetParticipants: {
2144
- serializedName: "targetParticipants",
2145
- required: true,
2146
- type: {
2147
- name: "Sequence",
2148
- element: {
2149
- type: {
2150
- name: "Composite",
2151
- className: "CommunicationIdentifierModel",
2152
- },
2153
- },
2154
- },
2155
- },
2156
- operationContext: {
2157
- serializedName: "operationContext",
2158
- type: {
2159
- name: "String",
2160
- },
2161
- },
2162
- },
2163
- },
2164
- };
2165
- export const UnmuteParticipantsResponse = {
2166
- type: {
2167
- name: "Composite",
2168
- className: "UnmuteParticipantsResponse",
2169
- modelProperties: {
2170
- operationContext: {
2171
- serializedName: "operationContext",
2172
- type: {
2173
- name: "String",
2174
- },
2175
- },
2176
- },
2177
- },
2178
- };
2179
2035
  export const CancelAddParticipantRequest = {
2180
2036
  type: {
2181
2037
  name: "Composite",
@@ -2322,1000 +2178,100 @@ export const StartCallRecordingRequest = {
2322
2178
  recordingContentType: {
2323
2179
  serializedName: "recordingContentType",
2324
2180
  type: {
2325
- name: "String",
2326
- },
2327
- },
2328
- recordingChannelType: {
2329
- serializedName: "recordingChannelType",
2330
- type: {
2331
- name: "String",
2332
- },
2333
- },
2334
- recordingFormatType: {
2335
- serializedName: "recordingFormatType",
2336
- type: {
2337
- name: "String",
2338
- },
2339
- },
2340
- audioChannelParticipantOrdering: {
2341
- serializedName: "audioChannelParticipantOrdering",
2342
- type: {
2343
- name: "Sequence",
2344
- element: {
2345
- type: {
2346
- name: "Composite",
2347
- className: "CommunicationIdentifierModel",
2348
- },
2349
- },
2350
- },
2351
- },
2352
- channelAffinity: {
2353
- serializedName: "channelAffinity",
2354
- type: {
2355
- name: "Sequence",
2356
- element: {
2357
- type: {
2358
- name: "Composite",
2359
- className: "ChannelAffinity",
2360
- },
2361
- },
2362
- },
2363
- },
2364
- pauseOnStart: {
2365
- serializedName: "pauseOnStart",
2366
- type: {
2367
- name: "Boolean",
2368
- },
2369
- },
2370
- recordingStorage: {
2371
- serializedName: "externalStorage",
2372
- type: {
2373
- name: "Composite",
2374
- className: "RecordingStorage",
2375
- },
2376
- },
2377
- postProcessingOptions: {
2378
- serializedName: "postProcessingOptions",
2379
- type: {
2380
- name: "Composite",
2381
- className: "PostProcessingOptions",
2382
- },
2383
- },
2384
- },
2385
- },
2386
- };
2387
- export const ChannelAffinity = {
2388
- type: {
2389
- name: "Composite",
2390
- className: "ChannelAffinity",
2391
- modelProperties: {
2392
- channel: {
2393
- constraints: {
2394
- InclusiveMaximum: 4,
2395
- InclusiveMinimum: 0,
2396
- },
2397
- serializedName: "channel",
2398
- type: {
2399
- name: "Number",
2400
- },
2401
- },
2402
- participant: {
2403
- serializedName: "participant",
2404
- type: {
2405
- name: "Composite",
2406
- className: "CommunicationIdentifierModel",
2407
- },
2408
- },
2409
- },
2410
- },
2411
- };
2412
- export const RecordingStorage = {
2413
- type: {
2414
- name: "Composite",
2415
- className: "RecordingStorage",
2416
- modelProperties: {
2417
- recordingStorageKind: {
2418
- serializedName: "recordingStorageKind",
2419
- required: true,
2420
- type: {
2421
- name: "String",
2422
- },
2423
- },
2424
- recordingDestinationContainerUrl: {
2425
- serializedName: "recordingDestinationContainerUrl",
2426
- type: {
2427
- name: "String",
2428
- },
2429
- },
2430
- },
2431
- },
2432
- };
2433
- export const PostProcessingOptions = {
2434
- type: {
2435
- name: "Composite",
2436
- className: "PostProcessingOptions",
2437
- modelProperties: {
2438
- cognitiveServicesEndpoint: {
2439
- serializedName: "cognitiveServicesEndpoint",
2440
- type: {
2441
- name: "String",
2442
- },
2443
- },
2444
- transcription: {
2445
- serializedName: "transcription",
2446
- type: {
2447
- name: "Composite",
2448
- className: "Transcription",
2449
- },
2450
- },
2451
- summarization: {
2452
- serializedName: "summarization",
2453
- type: {
2454
- name: "Composite",
2455
- className: "Summarization",
2456
- },
2457
- },
2458
- },
2459
- },
2460
- };
2461
- export const Transcription = {
2462
- type: {
2463
- name: "Composite",
2464
- className: "Transcription",
2465
- modelProperties: {
2466
- enableTranscription: {
2467
- serializedName: "enableTranscription",
2468
- required: true,
2469
- type: {
2470
- name: "Boolean",
2471
- },
2472
- },
2473
- },
2474
- },
2475
- };
2476
- export const Summarization = {
2477
- type: {
2478
- name: "Composite",
2479
- className: "Summarization",
2480
- modelProperties: {
2481
- enableSummarization: {
2482
- serializedName: "enableSummarization",
2483
- required: true,
2484
- type: {
2485
- name: "Boolean",
2486
- },
2487
- },
2488
- },
2489
- },
2490
- };
2491
- export const RecordingStateResponse = {
2492
- type: {
2493
- name: "Composite",
2494
- className: "RecordingStateResponse",
2495
- modelProperties: {
2496
- recordingId: {
2497
- serializedName: "recordingId",
2498
- type: {
2499
- name: "String",
2500
- },
2501
- },
2502
- recordingState: {
2503
- serializedName: "recordingState",
2504
- type: {
2505
- name: "String",
2506
- },
2507
- },
2508
- recordingKind: {
2509
- serializedName: "recordingKind",
2510
- type: {
2511
- name: "String",
2512
- },
2513
- },
2514
- },
2515
- },
2516
- };
2517
- export const RecordingResultResponse = {
2518
- type: {
2519
- name: "Composite",
2520
- className: "RecordingResultResponse",
2521
- modelProperties: {
2522
- recordingId: {
2523
- serializedName: "recordingId",
2524
- readOnly: true,
2525
- type: {
2526
- name: "String",
2527
- },
2528
- },
2529
- recordingStorageInfo: {
2530
- serializedName: "recordingStorageInfo",
2531
- type: {
2532
- name: "Composite",
2533
- className: "RecordingStorageInfo",
2534
- },
2535
- },
2536
- errors: {
2537
- serializedName: "errors",
2538
- readOnly: true,
2539
- type: {
2540
- name: "Sequence",
2541
- element: {
2542
- type: {
2543
- name: "Composite",
2544
- className: "ErrorModel",
2545
- },
2546
- },
2547
- },
2548
- },
2549
- recordingStartTime: {
2550
- serializedName: "recordingStartTime",
2551
- readOnly: true,
2552
- type: {
2553
- name: "DateTime",
2554
- },
2555
- },
2556
- recordingDurationMs: {
2557
- serializedName: "recordingDurationMs",
2558
- readOnly: true,
2559
- type: {
2560
- name: "Number",
2561
- },
2562
- },
2563
- sessionEndReason: {
2564
- serializedName: "sessionEndReason",
2565
- readOnly: true,
2566
- type: {
2567
- name: "String",
2568
- },
2569
- },
2570
- recordingExpirationTime: {
2571
- serializedName: "recordingExpirationTime",
2572
- readOnly: true,
2573
- type: {
2574
- name: "DateTime",
2575
- },
2576
- },
2577
- },
2578
- },
2579
- };
2580
- export const RecordingStorageInfo = {
2581
- type: {
2582
- name: "Composite",
2583
- className: "RecordingStorageInfo",
2584
- modelProperties: {
2585
- recordingChunks: {
2586
- serializedName: "recordingChunks",
2587
- type: {
2588
- name: "Sequence",
2589
- element: {
2590
- type: {
2591
- name: "Composite",
2592
- className: "RecordingChunkStorageInfo",
2593
- },
2594
- },
2595
- },
2596
- },
2597
- },
2598
- },
2599
- };
2600
- export const RecordingChunkStorageInfo = {
2601
- type: {
2602
- name: "Composite",
2603
- className: "RecordingChunkStorageInfo",
2604
- modelProperties: {
2605
- documentId: {
2606
- serializedName: "documentId",
2607
- type: {
2608
- name: "String",
2609
- },
2610
- },
2611
- index: {
2612
- serializedName: "index",
2613
- type: {
2614
- name: "Number",
2615
- },
2616
- },
2617
- endReason: {
2618
- serializedName: "endReason",
2619
- type: {
2620
- name: "String",
2621
- },
2622
- },
2623
- contentLocation: {
2624
- serializedName: "contentLocation",
2625
- type: {
2626
- name: "String",
2627
- },
2628
- },
2629
- metadataLocation: {
2630
- serializedName: "metadataLocation",
2631
- type: {
2632
- name: "String",
2633
- },
2634
- },
2635
- deleteLocation: {
2636
- serializedName: "deleteLocation",
2637
- type: {
2638
- name: "String",
2639
- },
2640
- },
2641
- },
2642
- },
2643
- };
2644
- export const ErrorModel = {
2645
- type: {
2646
- name: "Composite",
2647
- className: "ErrorModel",
2648
- modelProperties: {
2649
- code: {
2650
- serializedName: "code",
2651
- type: {
2652
- name: "String",
2653
- },
2654
- },
2655
- message: {
2656
- serializedName: "message",
2657
- type: {
2658
- name: "String",
2659
- },
2660
- },
2661
- innerError: {
2662
- serializedName: "innerError",
2663
- type: {
2664
- name: "Composite",
2665
- className: "ErrorModel",
2666
- },
2667
- },
2668
- },
2669
- },
2670
- };
2671
- export const DtmfResult = {
2672
- type: {
2673
- name: "Composite",
2674
- className: "DtmfResult",
2675
- modelProperties: {
2676
- tones: {
2677
- serializedName: "tones",
2678
- readOnly: true,
2679
- type: {
2680
- name: "Sequence",
2681
- element: {
2682
- type: {
2683
- name: "String",
2684
- },
2685
- },
2686
- },
2687
- },
2688
- },
2689
- },
2690
- };
2691
- export const ChoiceResult = {
2692
- type: {
2693
- name: "Composite",
2694
- className: "ChoiceResult",
2695
- modelProperties: {
2696
- label: {
2697
- serializedName: "label",
2698
- type: {
2699
- name: "String",
2700
- },
2701
- },
2702
- recognizedPhrase: {
2703
- serializedName: "recognizedPhrase",
2704
- type: {
2705
- name: "String",
2706
- },
2707
- },
2708
- },
2709
- },
2710
- };
2711
- export const SpeechResult = {
2712
- type: {
2713
- name: "Composite",
2714
- className: "SpeechResult",
2715
- modelProperties: {
2716
- speech: {
2717
- serializedName: "speech",
2718
- type: {
2719
- name: "String",
2720
- },
2721
- },
2722
- confidence: {
2723
- serializedName: "confidence",
2724
- type: {
2725
- name: "Number",
2726
- },
2727
- },
2728
- },
2729
- },
2730
- };
2731
- export const DialogCompleted = {
2732
- type: {
2733
- name: "Composite",
2734
- className: "DialogCompleted",
2735
- modelProperties: {
2736
- dialogInputType: {
2737
- serializedName: "dialogInputType",
2738
- type: {
2739
- name: "String",
2740
- },
2741
- },
2742
- dialogId: {
2743
- serializedName: "dialogId",
2744
- readOnly: true,
2745
- type: {
2746
- name: "String",
2747
- },
2748
- },
2749
- callConnectionId: {
2750
- serializedName: "callConnectionId",
2751
- type: {
2752
- name: "String",
2753
- },
2754
- },
2755
- serverCallId: {
2756
- serializedName: "serverCallId",
2757
- type: {
2758
- name: "String",
2759
- },
2760
- },
2761
- correlationId: {
2762
- serializedName: "correlationId",
2763
- type: {
2764
- name: "String",
2765
- },
2766
- },
2767
- operationContext: {
2768
- serializedName: "operationContext",
2769
- type: {
2770
- name: "String",
2771
- },
2772
- },
2773
- resultInformation: {
2774
- serializedName: "resultInformation",
2775
- type: {
2776
- name: "Composite",
2777
- className: "RestResultInformation",
2778
- },
2779
- },
2780
- },
2781
- },
2782
- };
2783
- export const RestResultInformation = {
2784
- type: {
2785
- name: "Composite",
2786
- className: "RestResultInformation",
2787
- modelProperties: {
2788
- code: {
2789
- serializedName: "code",
2790
- type: {
2791
- name: "Number",
2792
- },
2793
- },
2794
- subCode: {
2795
- serializedName: "subCode",
2796
- type: {
2797
- name: "Number",
2798
- },
2799
- },
2800
- message: {
2801
- serializedName: "message",
2802
- type: {
2803
- name: "String",
2804
- },
2805
- },
2806
- },
2807
- },
2808
- };
2809
- export const DialogFailed = {
2810
- type: {
2811
- name: "Composite",
2812
- className: "DialogFailed",
2813
- modelProperties: {
2814
- dialogInputType: {
2815
- serializedName: "dialogInputType",
2816
- type: {
2817
- name: "String",
2818
- },
2819
- },
2820
- dialogId: {
2821
- serializedName: "dialogId",
2822
- readOnly: true,
2823
- type: {
2824
- name: "String",
2825
- },
2826
- },
2827
- callConnectionId: {
2828
- serializedName: "callConnectionId",
2829
- type: {
2830
- name: "String",
2831
- },
2832
- },
2833
- serverCallId: {
2834
- serializedName: "serverCallId",
2835
- type: {
2836
- name: "String",
2837
- },
2838
- },
2839
- correlationId: {
2840
- serializedName: "correlationId",
2841
- type: {
2842
- name: "String",
2843
- },
2844
- },
2845
- operationContext: {
2846
- serializedName: "operationContext",
2847
- type: {
2848
- name: "String",
2849
- },
2850
- },
2851
- resultInformation: {
2852
- serializedName: "resultInformation",
2853
- type: {
2854
- name: "Composite",
2855
- className: "RestResultInformation",
2856
- },
2857
- },
2858
- },
2859
- },
2860
- };
2861
- export const DialogConsent = {
2862
- type: {
2863
- name: "Composite",
2864
- className: "DialogConsent",
2865
- modelProperties: {
2866
- dialogInputType: {
2867
- serializedName: "dialogInputType",
2868
- type: {
2869
- name: "String",
2870
- },
2871
- },
2872
- userConsent: {
2873
- serializedName: "userConsent",
2874
- type: {
2875
- name: "Composite",
2876
- className: "UserConsent",
2877
- },
2878
- },
2879
- dialogId: {
2880
- serializedName: "dialogId",
2881
- readOnly: true,
2882
- type: {
2883
- name: "String",
2884
- },
2885
- },
2886
- callConnectionId: {
2887
- serializedName: "callConnectionId",
2888
- type: {
2889
- name: "String",
2890
- },
2891
- },
2892
- serverCallId: {
2893
- serializedName: "serverCallId",
2894
- type: {
2895
- name: "String",
2896
- },
2897
- },
2898
- correlationId: {
2899
- serializedName: "correlationId",
2900
- type: {
2901
- name: "String",
2902
- },
2903
- },
2904
- operationContext: {
2905
- serializedName: "operationContext",
2906
- type: {
2907
- name: "String",
2908
- },
2909
- },
2910
- resultInformation: {
2911
- serializedName: "resultInformation",
2912
- type: {
2913
- name: "Composite",
2914
- className: "RestResultInformation",
2915
- },
2916
- },
2917
- },
2918
- },
2919
- };
2920
- export const UserConsent = {
2921
- type: {
2922
- name: "Composite",
2923
- className: "UserConsent",
2924
- modelProperties: {
2925
- recording: {
2926
- serializedName: "recording",
2927
- type: {
2928
- name: "Number",
2929
- },
2930
- },
2931
- },
2932
- },
2933
- };
2934
- export const DialogStarted = {
2935
- type: {
2936
- name: "Composite",
2937
- className: "DialogStarted",
2938
- modelProperties: {
2939
- dialogInputType: {
2940
- serializedName: "dialogInputType",
2941
- type: {
2942
- name: "String",
2943
- },
2944
- },
2945
- dialogId: {
2946
- serializedName: "dialogId",
2947
- readOnly: true,
2948
- type: {
2949
- name: "String",
2950
- },
2951
- },
2952
- callConnectionId: {
2953
- serializedName: "callConnectionId",
2954
- type: {
2955
- name: "String",
2956
- },
2957
- },
2958
- serverCallId: {
2959
- serializedName: "serverCallId",
2960
- type: {
2961
- name: "String",
2962
- },
2963
- },
2964
- correlationId: {
2965
- serializedName: "correlationId",
2966
- type: {
2967
- name: "String",
2968
- },
2969
- },
2970
- operationContext: {
2971
- serializedName: "operationContext",
2972
- type: {
2973
- name: "String",
2974
- },
2975
- },
2976
- resultInformation: {
2977
- serializedName: "resultInformation",
2978
- type: {
2979
- name: "Composite",
2980
- className: "RestResultInformation",
2981
- },
2982
- },
2983
- },
2984
- },
2985
- };
2986
- export const DialogHangup = {
2987
- type: {
2988
- name: "Composite",
2989
- className: "DialogHangup",
2990
- modelProperties: {
2991
- dialogInputType: {
2992
- serializedName: "dialogInputType",
2993
- type: {
2994
- name: "String",
2995
- },
2996
- },
2997
- dialogId: {
2998
- serializedName: "dialogId",
2999
- readOnly: true,
3000
- type: {
3001
- name: "String",
3002
- },
3003
- },
3004
- ivrContext: {
3005
- serializedName: "ivrContext",
3006
- readOnly: true,
3007
- type: {
3008
- name: "Dictionary",
3009
- value: { type: { name: "any" } },
3010
- },
3011
- },
3012
- callConnectionId: {
3013
- serializedName: "callConnectionId",
3014
- type: {
3015
- name: "String",
3016
- },
3017
- },
3018
- serverCallId: {
3019
- serializedName: "serverCallId",
3020
- type: {
3021
- name: "String",
3022
- },
3023
- },
3024
- correlationId: {
3025
- serializedName: "correlationId",
3026
- type: {
3027
- name: "String",
3028
- },
3029
- },
3030
- operationContext: {
3031
- serializedName: "operationContext",
3032
- type: {
3033
- name: "String",
3034
- },
3035
- },
3036
- resultInformation: {
3037
- serializedName: "resultInformation",
3038
- type: {
3039
- name: "Composite",
3040
- className: "RestResultInformation",
3041
- },
3042
- },
3043
- },
3044
- },
3045
- };
3046
- export const DialogTransfer = {
3047
- type: {
3048
- name: "Composite",
3049
- className: "DialogTransfer",
3050
- modelProperties: {
3051
- dialogInputType: {
3052
- serializedName: "dialogInputType",
3053
- type: {
3054
- name: "String",
3055
- },
3056
- },
3057
- dialogId: {
3058
- serializedName: "dialogId",
3059
- readOnly: true,
3060
- type: {
3061
- name: "String",
3062
- },
3063
- },
3064
- transferType: {
3065
- serializedName: "transferType",
3066
- readOnly: true,
3067
- type: {
3068
- name: "String",
3069
- },
3070
- },
3071
- transferDestination: {
3072
- serializedName: "transferDestination",
3073
- readOnly: true,
3074
- type: {
3075
- name: "String",
3076
- },
3077
- },
3078
- ivrContext: {
3079
- serializedName: "ivrContext",
3080
- readOnly: true,
3081
- type: {
3082
- name: "Dictionary",
3083
- value: { type: { name: "any" } },
3084
- },
3085
- },
3086
- callConnectionId: {
3087
- serializedName: "callConnectionId",
3088
- type: {
3089
- name: "String",
3090
- },
3091
- },
3092
- serverCallId: {
3093
- serializedName: "serverCallId",
3094
- type: {
3095
- name: "String",
3096
- },
3097
- },
3098
- correlationId: {
3099
- serializedName: "correlationId",
3100
- type: {
3101
- name: "String",
3102
- },
3103
- },
3104
- operationContext: {
3105
- serializedName: "operationContext",
3106
- type: {
3107
- name: "String",
3108
- },
3109
- },
3110
- resultInformation: {
3111
- serializedName: "resultInformation",
3112
- type: {
3113
- name: "Composite",
3114
- className: "RestResultInformation",
3115
- },
3116
- },
3117
- },
3118
- },
3119
- };
3120
- export const DialogLanguageChange = {
3121
- type: {
3122
- name: "Composite",
3123
- className: "DialogLanguageChange",
3124
- modelProperties: {
3125
- dialogInputType: {
3126
- serializedName: "dialogInputType",
3127
- type: {
3128
- name: "String",
3129
- },
3130
- },
3131
- dialogId: {
3132
- serializedName: "dialogId",
3133
- readOnly: true,
3134
- type: {
3135
- name: "String",
3136
- },
3137
- },
3138
- selectedLanguage: {
3139
- serializedName: "selectedLanguage",
3140
- readOnly: true,
3141
- type: {
3142
- name: "String",
3143
- },
3144
- },
3145
- ivrContext: {
3146
- serializedName: "ivrContext",
3147
- readOnly: true,
3148
- type: {
3149
- name: "Dictionary",
3150
- value: { type: { name: "any" } },
3151
- },
3152
- },
3153
- callConnectionId: {
3154
- serializedName: "callConnectionId",
3155
- type: {
3156
- name: "String",
3157
- },
3158
- },
3159
- serverCallId: {
3160
- serializedName: "serverCallId",
3161
- type: {
3162
- name: "String",
3163
- },
3164
- },
3165
- correlationId: {
3166
- serializedName: "correlationId",
3167
- type: {
3168
- name: "String",
3169
- },
3170
- },
3171
- operationContext: {
3172
- serializedName: "operationContext",
3173
- type: {
3174
- name: "String",
3175
- },
3176
- },
3177
- resultInformation: {
3178
- serializedName: "resultInformation",
3179
- type: {
3180
- name: "Composite",
3181
- className: "RestResultInformation",
3182
- },
3183
- },
3184
- },
3185
- },
3186
- };
3187
- export const DialogSensitivityUpdate = {
3188
- type: {
3189
- name: "Composite",
3190
- className: "DialogSensitivityUpdate",
3191
- modelProperties: {
3192
- dialogInputType: {
3193
- serializedName: "dialogInputType",
3194
- type: {
3195
- name: "String",
3196
- },
3197
- },
3198
- dialogId: {
3199
- serializedName: "dialogId",
3200
- readOnly: true,
3201
- type: {
3202
- name: "String",
3203
- },
3204
- },
3205
- sensitiveMask: {
3206
- serializedName: "sensitiveMask",
3207
- readOnly: true,
3208
- type: {
3209
- name: "Boolean",
3210
- },
3211
- },
3212
- callConnectionId: {
3213
- serializedName: "callConnectionId",
3214
- type: {
3215
- name: "String",
3216
- },
3217
- },
3218
- serverCallId: {
3219
- serializedName: "serverCallId",
3220
- type: {
3221
- name: "String",
3222
- },
3223
- },
3224
- correlationId: {
3225
- serializedName: "correlationId",
3226
- type: {
3227
- name: "String",
3228
- },
3229
- },
3230
- operationContext: {
3231
- serializedName: "operationContext",
3232
- type: {
3233
- name: "String",
3234
- },
3235
- },
3236
- resultInformation: {
3237
- serializedName: "resultInformation",
3238
- type: {
3239
- name: "Composite",
3240
- className: "RestResultInformation",
2181
+ name: "String",
3241
2182
  },
3242
2183
  },
3243
- },
3244
- },
3245
- };
3246
- export const DialogUpdated = {
3247
- type: {
3248
- name: "Composite",
3249
- className: "DialogUpdated",
3250
- modelProperties: {
3251
- dialogInputType: {
3252
- serializedName: "dialogInputType",
2184
+ recordingChannelType: {
2185
+ serializedName: "recordingChannelType",
3253
2186
  type: {
3254
2187
  name: "String",
3255
2188
  },
3256
2189
  },
3257
- dialogId: {
3258
- serializedName: "dialogId",
3259
- readOnly: true,
2190
+ recordingFormatType: {
2191
+ serializedName: "recordingFormatType",
3260
2192
  type: {
3261
2193
  name: "String",
3262
2194
  },
3263
2195
  },
3264
- ivrContext: {
3265
- serializedName: "ivrContext",
3266
- readOnly: true,
2196
+ audioChannelParticipantOrdering: {
2197
+ serializedName: "audioChannelParticipantOrdering",
3267
2198
  type: {
3268
- name: "Dictionary",
3269
- value: { type: { name: "any" } },
2199
+ name: "Sequence",
2200
+ element: {
2201
+ type: {
2202
+ name: "Composite",
2203
+ className: "CommunicationIdentifierModel",
2204
+ },
2205
+ },
3270
2206
  },
3271
2207
  },
3272
- callConnectionId: {
3273
- serializedName: "callConnectionId",
2208
+ channelAffinity: {
2209
+ serializedName: "channelAffinity",
3274
2210
  type: {
3275
- name: "String",
2211
+ name: "Sequence",
2212
+ element: {
2213
+ type: {
2214
+ name: "Composite",
2215
+ className: "ChannelAffinity",
2216
+ },
2217
+ },
3276
2218
  },
3277
2219
  },
3278
- serverCallId: {
3279
- serializedName: "serverCallId",
2220
+ pauseOnStart: {
2221
+ serializedName: "pauseOnStart",
3280
2222
  type: {
3281
- name: "String",
2223
+ name: "Boolean",
3282
2224
  },
3283
2225
  },
3284
- correlationId: {
3285
- serializedName: "correlationId",
2226
+ recordingStorage: {
2227
+ serializedName: "externalStorage",
3286
2228
  type: {
3287
- name: "String",
2229
+ name: "Composite",
2230
+ className: "RecordingStorage",
3288
2231
  },
3289
2232
  },
3290
- operationContext: {
3291
- serializedName: "operationContext",
2233
+ },
2234
+ },
2235
+ };
2236
+ export const ChannelAffinity = {
2237
+ type: {
2238
+ name: "Composite",
2239
+ className: "ChannelAffinity",
2240
+ modelProperties: {
2241
+ channel: {
2242
+ constraints: {
2243
+ InclusiveMaximum: 4,
2244
+ InclusiveMinimum: 0,
2245
+ },
2246
+ serializedName: "channel",
3292
2247
  type: {
3293
- name: "String",
2248
+ name: "Number",
3294
2249
  },
3295
2250
  },
3296
- resultInformation: {
3297
- serializedName: "resultInformation",
2251
+ participant: {
2252
+ serializedName: "participant",
3298
2253
  type: {
3299
2254
  name: "Composite",
3300
- className: "RestResultInformation",
2255
+ className: "CommunicationIdentifierModel",
3301
2256
  },
3302
2257
  },
3303
2258
  },
3304
2259
  },
3305
2260
  };
3306
- export const TranscriptionUpdate = {
2261
+ export const RecordingStorage = {
3307
2262
  type: {
3308
2263
  name: "Composite",
3309
- className: "TranscriptionUpdate",
2264
+ className: "RecordingStorage",
3310
2265
  modelProperties: {
3311
- transcriptionStatus: {
3312
- serializedName: "transcriptionStatus",
2266
+ recordingStorageKind: {
2267
+ serializedName: "recordingStorageKind",
2268
+ required: true,
3313
2269
  type: {
3314
2270
  name: "String",
3315
2271
  },
3316
2272
  },
3317
- transcriptionStatusDetails: {
3318
- serializedName: "transcriptionStatusDetails",
2273
+ recordingDestinationContainerUrl: {
2274
+ serializedName: "recordingDestinationContainerUrl",
3319
2275
  type: {
3320
2276
  name: "String",
3321
2277
  },
@@ -3323,25 +2279,25 @@ export const TranscriptionUpdate = {
3323
2279
  },
3324
2280
  },
3325
2281
  };
3326
- export const MediaStreamingUpdate = {
2282
+ export const RecordingStateResponse = {
3327
2283
  type: {
3328
2284
  name: "Composite",
3329
- className: "MediaStreamingUpdate",
2285
+ className: "RecordingStateResponse",
3330
2286
  modelProperties: {
3331
- contentType: {
3332
- serializedName: "contentType",
2287
+ recordingId: {
2288
+ serializedName: "recordingId",
3333
2289
  type: {
3334
2290
  name: "String",
3335
2291
  },
3336
2292
  },
3337
- mediaStreamingStatus: {
3338
- serializedName: "mediaStreamingStatus",
2293
+ recordingState: {
2294
+ serializedName: "recordingState",
3339
2295
  type: {
3340
2296
  name: "String",
3341
2297
  },
3342
2298
  },
3343
- mediaStreamingStatusDetails: {
3344
- serializedName: "mediaStreamingStatusDetails",
2299
+ recordingKind: {
2300
+ serializedName: "recordingKind",
3345
2301
  type: {
3346
2302
  name: "String",
3347
2303
  },
@@ -3349,10 +2305,10 @@ export const MediaStreamingUpdate = {
3349
2305
  },
3350
2306
  },
3351
2307
  };
3352
- export const RestAddParticipantSucceeded = {
2308
+ export const AddParticipantFailed = {
3353
2309
  type: {
3354
2310
  name: "Composite",
3355
- className: "RestAddParticipantSucceeded",
2311
+ className: "AddParticipantFailed",
3356
2312
  modelProperties: {
3357
2313
  callConnectionId: {
3358
2314
  serializedName: "callConnectionId",
@@ -3382,7 +2338,7 @@ export const RestAddParticipantSucceeded = {
3382
2338
  serializedName: "resultInformation",
3383
2339
  type: {
3384
2340
  name: "Composite",
3385
- className: "RestResultInformation",
2341
+ className: "ResultInformation",
3386
2342
  },
3387
2343
  },
3388
2344
  participant: {
@@ -3395,63 +2351,71 @@ export const RestAddParticipantSucceeded = {
3395
2351
  },
3396
2352
  },
3397
2353
  };
3398
- export const RestAddParticipantFailed = {
2354
+ export const ResultInformation = {
3399
2355
  type: {
3400
2356
  name: "Composite",
3401
- className: "RestAddParticipantFailed",
2357
+ className: "ResultInformation",
3402
2358
  modelProperties: {
3403
- callConnectionId: {
3404
- serializedName: "callConnectionId",
3405
- type: {
3406
- name: "String",
3407
- },
3408
- },
3409
- serverCallId: {
3410
- serializedName: "serverCallId",
2359
+ code: {
2360
+ serializedName: "code",
3411
2361
  type: {
3412
- name: "String",
2362
+ name: "Number",
3413
2363
  },
3414
2364
  },
3415
- correlationId: {
3416
- serializedName: "correlationId",
2365
+ subCode: {
2366
+ serializedName: "subCode",
3417
2367
  type: {
3418
- name: "String",
2368
+ name: "Number",
3419
2369
  },
3420
2370
  },
3421
- operationContext: {
3422
- serializedName: "operationContext",
2371
+ message: {
2372
+ serializedName: "message",
3423
2373
  type: {
3424
2374
  name: "String",
3425
2375
  },
3426
2376
  },
3427
- resultInformation: {
3428
- serializedName: "resultInformation",
2377
+ sipDetails: {
2378
+ serializedName: "sipDetails",
3429
2379
  type: {
3430
2380
  name: "Composite",
3431
- className: "RestResultInformation",
2381
+ className: "SipDiagnosticInfo",
3432
2382
  },
3433
2383
  },
3434
- participant: {
3435
- serializedName: "participant",
2384
+ q850Details: {
2385
+ serializedName: "q850Details",
3436
2386
  type: {
3437
2387
  name: "Composite",
3438
- className: "CommunicationIdentifierModel",
2388
+ className: "SipDiagnosticInfo",
3439
2389
  },
3440
2390
  },
3441
2391
  },
3442
2392
  },
3443
2393
  };
3444
- export const RestMoveParticipantSucceeded = {
2394
+ export const SipDiagnosticInfo = {
3445
2395
  type: {
3446
2396
  name: "Composite",
3447
- className: "RestMoveParticipantSucceeded",
2397
+ className: "SipDiagnosticInfo",
3448
2398
  modelProperties: {
3449
- fromCall: {
3450
- serializedName: "fromCall",
2399
+ code: {
2400
+ serializedName: "code",
2401
+ type: {
2402
+ name: "Number",
2403
+ },
2404
+ },
2405
+ message: {
2406
+ serializedName: "message",
3451
2407
  type: {
3452
2408
  name: "String",
3453
2409
  },
3454
2410
  },
2411
+ },
2412
+ },
2413
+ };
2414
+ export const AddParticipantSucceeded = {
2415
+ type: {
2416
+ name: "Composite",
2417
+ className: "AddParticipantSucceeded",
2418
+ modelProperties: {
3455
2419
  callConnectionId: {
3456
2420
  serializedName: "callConnectionId",
3457
2421
  type: {
@@ -3480,7 +2444,7 @@ export const RestMoveParticipantSucceeded = {
3480
2444
  serializedName: "resultInformation",
3481
2445
  type: {
3482
2446
  name: "Composite",
3483
- className: "RestResultInformation",
2447
+ className: "ResultInformation",
3484
2448
  },
3485
2449
  },
3486
2450
  participant: {
@@ -3493,17 +2457,11 @@ export const RestMoveParticipantSucceeded = {
3493
2457
  },
3494
2458
  },
3495
2459
  };
3496
- export const RestMoveParticipantFailed = {
2460
+ export const CallConnected = {
3497
2461
  type: {
3498
2462
  name: "Composite",
3499
- className: "RestMoveParticipantFailed",
2463
+ className: "CallConnected",
3500
2464
  modelProperties: {
3501
- fromCall: {
3502
- serializedName: "fromCall",
3503
- type: {
3504
- name: "String",
3505
- },
3506
- },
3507
2465
  callConnectionId: {
3508
2466
  serializedName: "callConnectionId",
3509
2467
  type: {
@@ -3532,23 +2490,16 @@ export const RestMoveParticipantFailed = {
3532
2490
  serializedName: "resultInformation",
3533
2491
  type: {
3534
2492
  name: "Composite",
3535
- className: "RestResultInformation",
3536
- },
3537
- },
3538
- participant: {
3539
- serializedName: "participant",
3540
- type: {
3541
- name: "Composite",
3542
- className: "CommunicationIdentifierModel",
2493
+ className: "ResultInformation",
3543
2494
  },
3544
2495
  },
3545
2496
  },
3546
2497
  },
3547
2498
  };
3548
- export const RestRemoveParticipantSucceeded = {
2499
+ export const CallDisconnected = {
3549
2500
  type: {
3550
2501
  name: "Composite",
3551
- className: "RestRemoveParticipantSucceeded",
2502
+ className: "CallDisconnected",
3552
2503
  modelProperties: {
3553
2504
  callConnectionId: {
3554
2505
  serializedName: "callConnectionId",
@@ -3578,23 +2529,16 @@ export const RestRemoveParticipantSucceeded = {
3578
2529
  serializedName: "resultInformation",
3579
2530
  type: {
3580
2531
  name: "Composite",
3581
- className: "RestResultInformation",
3582
- },
3583
- },
3584
- participant: {
3585
- serializedName: "participant",
3586
- type: {
3587
- name: "Composite",
3588
- className: "CommunicationIdentifierModel",
2532
+ className: "ResultInformation",
3589
2533
  },
3590
2534
  },
3591
2535
  },
3592
2536
  },
3593
2537
  };
3594
- export const RestRemoveParticipantFailed = {
2538
+ export const CallTransferAccepted = {
3595
2539
  type: {
3596
2540
  name: "Composite",
3597
- className: "RestRemoveParticipantFailed",
2541
+ className: "CallTransferAccepted",
3598
2542
  modelProperties: {
3599
2543
  callConnectionId: {
3600
2544
  serializedName: "callConnectionId",
@@ -3624,11 +2568,18 @@ export const RestRemoveParticipantFailed = {
3624
2568
  serializedName: "resultInformation",
3625
2569
  type: {
3626
2570
  name: "Composite",
3627
- className: "RestResultInformation",
2571
+ className: "ResultInformation",
3628
2572
  },
3629
2573
  },
3630
- participant: {
3631
- serializedName: "participant",
2574
+ transferTarget: {
2575
+ serializedName: "transferTarget",
2576
+ type: {
2577
+ name: "Composite",
2578
+ className: "CommunicationIdentifierModel",
2579
+ },
2580
+ },
2581
+ transferee: {
2582
+ serializedName: "transferee",
3632
2583
  type: {
3633
2584
  name: "Composite",
3634
2585
  className: "CommunicationIdentifierModel",
@@ -3637,10 +2588,10 @@ export const RestRemoveParticipantFailed = {
3637
2588
  },
3638
2589
  },
3639
2590
  };
3640
- export const RestCallConnected = {
2591
+ export const CallTransferFailed = {
3641
2592
  type: {
3642
2593
  name: "Composite",
3643
- className: "RestCallConnected",
2594
+ className: "CallTransferFailed",
3644
2595
  modelProperties: {
3645
2596
  callConnectionId: {
3646
2597
  serializedName: "callConnectionId",
@@ -3670,16 +2621,16 @@ export const RestCallConnected = {
3670
2621
  serializedName: "resultInformation",
3671
2622
  type: {
3672
2623
  name: "Composite",
3673
- className: "RestResultInformation",
2624
+ className: "ResultInformation",
3674
2625
  },
3675
2626
  },
3676
2627
  },
3677
2628
  },
3678
2629
  };
3679
- export const RestCallDisconnected = {
2630
+ export const ParticipantsUpdated = {
3680
2631
  type: {
3681
2632
  name: "Composite",
3682
- className: "RestCallDisconnected",
2633
+ className: "ParticipantsUpdated",
3683
2634
  modelProperties: {
3684
2635
  callConnectionId: {
3685
2636
  serializedName: "callConnectionId",
@@ -3699,26 +2650,38 @@ export const RestCallDisconnected = {
3699
2650
  name: "String",
3700
2651
  },
3701
2652
  },
3702
- operationContext: {
3703
- serializedName: "operationContext",
2653
+ sequenceNumber: {
2654
+ serializedName: "sequenceNumber",
3704
2655
  type: {
3705
- name: "String",
2656
+ name: "Number",
2657
+ },
2658
+ },
2659
+ participants: {
2660
+ serializedName: "participants",
2661
+ type: {
2662
+ name: "Sequence",
2663
+ element: {
2664
+ type: {
2665
+ name: "Composite",
2666
+ className: "CallParticipantInternal",
2667
+ },
2668
+ },
3706
2669
  },
3707
2670
  },
3708
2671
  resultInformation: {
3709
2672
  serializedName: "resultInformation",
3710
2673
  type: {
3711
2674
  name: "Composite",
3712
- className: "RestResultInformation",
2675
+ className: "ResultInformation",
3713
2676
  },
3714
2677
  },
3715
2678
  },
3716
2679
  },
3717
2680
  };
3718
- export const RestCallTransferAccepted = {
2681
+ export const RemoveParticipantSucceeded = {
3719
2682
  type: {
3720
2683
  name: "Composite",
3721
- className: "RestCallTransferAccepted",
2684
+ className: "RemoveParticipantSucceeded",
3722
2685
  modelProperties: {
3723
2686
  callConnectionId: {
3724
2687
  serializedName: "callConnectionId",
@@ -3748,18 +2711,11 @@ export const RestCallTransferAccepted = {
3748
2711
  serializedName: "resultInformation",
3749
2712
  type: {
3750
2713
  name: "Composite",
3751
- className: "RestResultInformation",
2714
+ className: "ResultInformation",
3752
2715
  },
3753
2716
  },
3754
- transferTarget: {
3755
- serializedName: "transferTarget",
3756
- type: {
3757
- name: "Composite",
3758
- className: "CommunicationIdentifierModel",
3759
- },
3760
- },
3761
- transferee: {
3762
- serializedName: "transferee",
2717
+ participant: {
2718
+ serializedName: "participant",
3763
2719
  type: {
3764
2720
  name: "Composite",
3765
2721
  className: "CommunicationIdentifierModel",
@@ -3768,10 +2724,10 @@ export const RestCallTransferAccepted = {
3768
2724
  },
3769
2725
  },
3770
2726
  };
3771
- export const RestCallTransferFailed = {
2727
+ export const RemoveParticipantFailed = {
3772
2728
  type: {
3773
2729
  name: "Composite",
3774
- className: "RestCallTransferFailed",
2730
+ className: "RemoveParticipantFailed",
3775
2731
  modelProperties: {
3776
2732
  callConnectionId: {
3777
2733
  serializedName: "callConnectionId",
@@ -3801,75 +2757,23 @@ export const RestCallTransferFailed = {
3801
2757
  serializedName: "resultInformation",
3802
2758
  type: {
3803
2759
  name: "Composite",
3804
- className: "RestResultInformation",
3805
- },
3806
- },
3807
- },
3808
- },
3809
- };
3810
- export const RestRecordingStateChanged = {
3811
- type: {
3812
- name: "Composite",
3813
- className: "RestRecordingStateChanged",
3814
- modelProperties: {
3815
- callConnectionId: {
3816
- serializedName: "callConnectionId",
3817
- type: {
3818
- name: "String",
3819
- },
3820
- },
3821
- serverCallId: {
3822
- serializedName: "serverCallId",
3823
- type: {
3824
- name: "String",
3825
- },
3826
- },
3827
- correlationId: {
3828
- serializedName: "correlationId",
3829
- type: {
3830
- name: "String",
3831
- },
3832
- },
3833
- recordingId: {
3834
- serializedName: "recordingId",
3835
- readOnly: true,
3836
- type: {
3837
- name: "String",
3838
- },
3839
- },
3840
- state: {
3841
- serializedName: "state",
3842
- type: {
3843
- name: "String",
2760
+ className: "ResultInformation",
3844
2761
  },
3845
2762
  },
3846
- startDateTime: {
3847
- serializedName: "startDateTime",
3848
- readOnly: true,
3849
- type: {
3850
- name: "DateTime",
3851
- },
3852
- },
3853
- recordingKind: {
3854
- serializedName: "recordingKind",
3855
- type: {
3856
- name: "String",
3857
- },
3858
- },
3859
- resultInformation: {
3860
- serializedName: "resultInformation",
2763
+ participant: {
2764
+ serializedName: "participant",
3861
2765
  type: {
3862
2766
  name: "Composite",
3863
- className: "RestResultInformation",
2767
+ className: "CommunicationIdentifierModel",
3864
2768
  },
3865
2769
  },
3866
2770
  },
3867
2771
  },
3868
2772
  };
3869
- export const RestParticipantsUpdated = {
2773
+ export const CancelAddParticipantSucceeded = {
3870
2774
  type: {
3871
2775
  name: "Composite",
3872
- className: "RestParticipantsUpdated",
2776
+ className: "CancelAddParticipantSucceeded",
3873
2777
  modelProperties: {
3874
2778
  callConnectionId: {
3875
2779
  serializedName: "callConnectionId",
@@ -3889,38 +2793,32 @@ export const RestParticipantsUpdated = {
3889
2793
  name: "String",
3890
2794
  },
3891
2795
  },
3892
- sequenceNumber: {
3893
- serializedName: "sequenceNumber",
2796
+ operationContext: {
2797
+ serializedName: "operationContext",
3894
2798
  type: {
3895
- name: "Number",
2799
+ name: "String",
3896
2800
  },
3897
2801
  },
3898
- participants: {
3899
- serializedName: "participants",
2802
+ invitationId: {
2803
+ serializedName: "invitationId",
3900
2804
  type: {
3901
- name: "Sequence",
3902
- element: {
3903
- type: {
3904
- name: "Composite",
3905
- className: "CallParticipantInternal",
3906
- },
3907
- },
2805
+ name: "String",
3908
2806
  },
3909
2807
  },
3910
2808
  resultInformation: {
3911
2809
  serializedName: "resultInformation",
3912
2810
  type: {
3913
2811
  name: "Composite",
3914
- className: "RestResultInformation",
2812
+ className: "ResultInformation",
3915
2813
  },
3916
2814
  },
3917
2815
  },
3918
2816
  },
3919
2817
  };
3920
- export const RestPlayCompleted = {
2818
+ export const CancelAddParticipantFailed = {
3921
2819
  type: {
3922
2820
  name: "Composite",
3923
- className: "RestPlayCompleted",
2821
+ className: "CancelAddParticipantFailed",
3924
2822
  modelProperties: {
3925
2823
  callConnectionId: {
3926
2824
  serializedName: "callConnectionId",
@@ -3950,16 +2848,22 @@ export const RestPlayCompleted = {
3950
2848
  serializedName: "resultInformation",
3951
2849
  type: {
3952
2850
  name: "Composite",
3953
- className: "RestResultInformation",
2851
+ className: "ResultInformation",
2852
+ },
2853
+ },
2854
+ invitationId: {
2855
+ serializedName: "invitationId",
2856
+ type: {
2857
+ name: "String",
3954
2858
  },
3955
2859
  },
3956
2860
  },
3957
2861
  },
3958
2862
  };
3959
- export const RestPlayFailed = {
2863
+ export const AnswerFailed = {
3960
2864
  type: {
3961
2865
  name: "Composite",
3962
- className: "RestPlayFailed",
2866
+ className: "AnswerFailed",
3963
2867
  modelProperties: {
3964
2868
  callConnectionId: {
3965
2869
  serializedName: "callConnectionId",
@@ -3989,22 +2893,16 @@ export const RestPlayFailed = {
3989
2893
  serializedName: "resultInformation",
3990
2894
  type: {
3991
2895
  name: "Composite",
3992
- className: "RestResultInformation",
3993
- },
3994
- },
3995
- failedPlaySourceIndex: {
3996
- serializedName: "failedPlaySourceIndex",
3997
- type: {
3998
- name: "Number",
2896
+ className: "ResultInformation",
3999
2897
  },
4000
2898
  },
4001
2899
  },
4002
2900
  },
4003
2901
  };
4004
- export const RestPlayCanceled = {
2902
+ export const CreateCallFailed = {
4005
2903
  type: {
4006
2904
  name: "Composite",
4007
- className: "RestPlayCanceled",
2905
+ className: "CreateCallFailed",
4008
2906
  modelProperties: {
4009
2907
  callConnectionId: {
4010
2908
  serializedName: "callConnectionId",
@@ -4034,16 +2932,16 @@ export const RestPlayCanceled = {
4034
2932
  serializedName: "resultInformation",
4035
2933
  type: {
4036
2934
  name: "Composite",
4037
- className: "RestResultInformation",
2935
+ className: "ResultInformation",
4038
2936
  },
4039
2937
  },
4040
2938
  },
4041
2939
  },
4042
2940
  };
4043
- export const RestRecognizeCompleted = {
2941
+ export const ConnectFailed = {
4044
2942
  type: {
4045
2943
  name: "Composite",
4046
- className: "RestRecognizeCompleted",
2944
+ className: "ConnectFailed",
4047
2945
  modelProperties: {
4048
2946
  callConnectionId: {
4049
2947
  serializedName: "callConnectionId",
@@ -4073,44 +2971,23 @@ export const RestRecognizeCompleted = {
4073
2971
  serializedName: "resultInformation",
4074
2972
  type: {
4075
2973
  name: "Composite",
4076
- className: "RestResultInformation",
4077
- },
4078
- },
4079
- recognitionType: {
4080
- serializedName: "recognitionType",
4081
- type: {
4082
- name: "String",
4083
- },
4084
- },
4085
- dtmfResult: {
4086
- serializedName: "dtmfResult",
4087
- type: {
4088
- name: "Composite",
4089
- className: "DtmfResult",
4090
- },
4091
- },
4092
- choiceResult: {
4093
- serializedName: "choiceResult",
4094
- type: {
4095
- name: "Composite",
4096
- className: "ChoiceResult",
4097
- },
4098
- },
4099
- speechResult: {
4100
- serializedName: "speechResult",
4101
- type: {
4102
- name: "Composite",
4103
- className: "SpeechResult",
2974
+ className: "ResultInformation",
4104
2975
  },
4105
2976
  },
4106
2977
  },
4107
2978
  },
4108
2979
  };
4109
- export const RestRecognizeFailed = {
2980
+ export const MoveParticipantSucceeded = {
4110
2981
  type: {
4111
2982
  name: "Composite",
4112
- className: "RestRecognizeFailed",
2983
+ className: "MoveParticipantSucceeded",
4113
2984
  modelProperties: {
2985
+ fromCall: {
2986
+ serializedName: "fromCall",
2987
+ type: {
2988
+ name: "String",
2989
+ },
2990
+ },
4114
2991
  callConnectionId: {
4115
2992
  serializedName: "callConnectionId",
4116
2993
  type: {
@@ -4139,23 +3016,30 @@ export const RestRecognizeFailed = {
4139
3016
  serializedName: "resultInformation",
4140
3017
  type: {
4141
3018
  name: "Composite",
4142
- className: "RestResultInformation",
3019
+ className: "ResultInformation",
4143
3020
  },
4144
3021
  },
4145
- failedPlaySourceIndex: {
4146
- serializedName: "failedPlaySourceIndex",
3022
+ participant: {
3023
+ serializedName: "participant",
4147
3024
  type: {
4148
- name: "Number",
3025
+ name: "Composite",
3026
+ className: "CommunicationIdentifierModel",
4149
3027
  },
4150
3028
  },
4151
3029
  },
4152
3030
  },
4153
3031
  };
4154
- export const RestRecognizeCanceled = {
3032
+ export const MoveParticipantFailed = {
4155
3033
  type: {
4156
3034
  name: "Composite",
4157
- className: "RestRecognizeCanceled",
3035
+ className: "MoveParticipantFailed",
4158
3036
  modelProperties: {
3037
+ fromCall: {
3038
+ serializedName: "fromCall",
3039
+ type: {
3040
+ name: "String",
3041
+ },
3042
+ },
4159
3043
  callConnectionId: {
4160
3044
  serializedName: "callConnectionId",
4161
3045
  type: {
@@ -4184,50 +3068,64 @@ export const RestRecognizeCanceled = {
4184
3068
  serializedName: "resultInformation",
4185
3069
  type: {
4186
3070
  name: "Composite",
4187
- className: "RestResultInformation",
3071
+ className: "ResultInformation",
3072
+ },
3073
+ },
3074
+ participant: {
3075
+ serializedName: "participant",
3076
+ type: {
3077
+ name: "Composite",
3078
+ className: "CommunicationIdentifierModel",
4188
3079
  },
4189
3080
  },
4190
3081
  },
4191
3082
  },
4192
3083
  };
4193
- export const RestContinuousDtmfRecognitionToneReceived = {
3084
+ export const RecordingStateChanged = {
4194
3085
  type: {
4195
3086
  name: "Composite",
4196
- className: "RestContinuousDtmfRecognitionToneReceived",
3087
+ className: "RecordingStateChanged",
4197
3088
  modelProperties: {
4198
- sequenceId: {
4199
- serializedName: "sequenceId",
4200
- readOnly: true,
3089
+ callConnectionId: {
3090
+ serializedName: "callConnectionId",
4201
3091
  type: {
4202
- name: "Number",
3092
+ name: "String",
4203
3093
  },
4204
3094
  },
4205
- tone: {
4206
- serializedName: "tone",
3095
+ serverCallId: {
3096
+ serializedName: "serverCallId",
4207
3097
  type: {
4208
3098
  name: "String",
4209
3099
  },
4210
3100
  },
4211
- callConnectionId: {
4212
- serializedName: "callConnectionId",
3101
+ correlationId: {
3102
+ serializedName: "correlationId",
4213
3103
  type: {
4214
3104
  name: "String",
4215
3105
  },
4216
3106
  },
4217
- serverCallId: {
4218
- serializedName: "serverCallId",
3107
+ recordingId: {
3108
+ serializedName: "recordingId",
3109
+ readOnly: true,
4219
3110
  type: {
4220
3111
  name: "String",
4221
3112
  },
4222
3113
  },
4223
- correlationId: {
4224
- serializedName: "correlationId",
3114
+ state: {
3115
+ serializedName: "state",
4225
3116
  type: {
4226
3117
  name: "String",
4227
3118
  },
4228
3119
  },
4229
- operationContext: {
4230
- serializedName: "operationContext",
3120
+ startDateTime: {
3121
+ serializedName: "startDateTime",
3122
+ readOnly: true,
3123
+ type: {
3124
+ name: "DateTime",
3125
+ },
3126
+ },
3127
+ recordingKind: {
3128
+ serializedName: "recordingKind",
4231
3129
  type: {
4232
3130
  name: "String",
4233
3131
  },
@@ -4236,16 +3134,16 @@ export const RestContinuousDtmfRecognitionToneReceived = {
4236
3134
  serializedName: "resultInformation",
4237
3135
  type: {
4238
3136
  name: "Composite",
4239
- className: "RestResultInformation",
3137
+ className: "ResultInformation",
4240
3138
  },
4241
3139
  },
4242
3140
  },
4243
3141
  },
4244
3142
  };
4245
- export const RestContinuousDtmfRecognitionToneFailed = {
3143
+ export const PlayStarted = {
4246
3144
  type: {
4247
3145
  name: "Composite",
4248
- className: "RestContinuousDtmfRecognitionToneFailed",
3146
+ className: "PlayStarted",
4249
3147
  modelProperties: {
4250
3148
  callConnectionId: {
4251
3149
  serializedName: "callConnectionId",
@@ -4265,26 +3163,26 @@ export const RestContinuousDtmfRecognitionToneFailed = {
4265
3163
  name: "String",
4266
3164
  },
4267
3165
  },
4268
- resultInformation: {
4269
- serializedName: "resultInformation",
4270
- type: {
4271
- name: "Composite",
4272
- className: "RestResultInformation",
4273
- },
4274
- },
4275
3166
  operationContext: {
4276
3167
  serializedName: "operationContext",
4277
3168
  type: {
4278
3169
  name: "String",
4279
3170
  },
4280
3171
  },
3172
+ resultInformation: {
3173
+ serializedName: "resultInformation",
3174
+ type: {
3175
+ name: "Composite",
3176
+ className: "ResultInformation",
3177
+ },
3178
+ },
4281
3179
  },
4282
3180
  },
4283
3181
  };
4284
- export const RestContinuousDtmfRecognitionStopped = {
3182
+ export const PlayCompleted = {
4285
3183
  type: {
4286
3184
  name: "Composite",
4287
- className: "RestContinuousDtmfRecognitionStopped",
3185
+ className: "PlayCompleted",
4288
3186
  modelProperties: {
4289
3187
  callConnectionId: {
4290
3188
  serializedName: "callConnectionId",
@@ -4314,16 +3212,16 @@ export const RestContinuousDtmfRecognitionStopped = {
4314
3212
  serializedName: "resultInformation",
4315
3213
  type: {
4316
3214
  name: "Composite",
4317
- className: "RestResultInformation",
3215
+ className: "ResultInformation",
4318
3216
  },
4319
3217
  },
4320
3218
  },
4321
3219
  },
4322
3220
  };
4323
- export const RestSendDtmfTonesCompleted = {
3221
+ export const PlayFailed = {
4324
3222
  type: {
4325
3223
  name: "Composite",
4326
- className: "RestSendDtmfTonesCompleted",
3224
+ className: "PlayFailed",
4327
3225
  modelProperties: {
4328
3226
  callConnectionId: {
4329
3227
  serializedName: "callConnectionId",
@@ -4353,16 +3251,22 @@ export const RestSendDtmfTonesCompleted = {
4353
3251
  serializedName: "resultInformation",
4354
3252
  type: {
4355
3253
  name: "Composite",
4356
- className: "RestResultInformation",
3254
+ className: "ResultInformation",
3255
+ },
3256
+ },
3257
+ failedPlaySourceIndex: {
3258
+ serializedName: "failedPlaySourceIndex",
3259
+ type: {
3260
+ name: "Number",
4357
3261
  },
4358
3262
  },
4359
3263
  },
4360
3264
  },
4361
3265
  };
4362
- export const RestSendDtmfTonesFailed = {
3266
+ export const PlayCanceled = {
4363
3267
  type: {
4364
3268
  name: "Composite",
4365
- className: "RestSendDtmfTonesFailed",
3269
+ className: "PlayCanceled",
4366
3270
  modelProperties: {
4367
3271
  callConnectionId: {
4368
3272
  serializedName: "callConnectionId",
@@ -4392,16 +3296,16 @@ export const RestSendDtmfTonesFailed = {
4392
3296
  serializedName: "resultInformation",
4393
3297
  type: {
4394
3298
  name: "Composite",
4395
- className: "RestResultInformation",
3299
+ className: "ResultInformation",
4396
3300
  },
4397
3301
  },
4398
3302
  },
4399
3303
  },
4400
3304
  };
4401
- export const RestCancelAddParticipantSucceeded = {
3305
+ export const RecognizeCompleted = {
4402
3306
  type: {
4403
3307
  name: "Composite",
4404
- className: "RestCancelAddParticipantSucceeded",
3308
+ className: "RecognizeCompleted",
4405
3309
  modelProperties: {
4406
3310
  callConnectionId: {
4407
3311
  serializedName: "callConnectionId",
@@ -4427,60 +3331,109 @@ export const RestCancelAddParticipantSucceeded = {
4427
3331
  name: "String",
4428
3332
  },
4429
3333
  },
4430
- invitationId: {
4431
- serializedName: "invitationId",
3334
+ resultInformation: {
3335
+ serializedName: "resultInformation",
3336
+ type: {
3337
+ name: "Composite",
3338
+ className: "ResultInformation",
3339
+ },
3340
+ },
3341
+ recognitionType: {
3342
+ serializedName: "recognitionType",
4432
3343
  type: {
4433
3344
  name: "String",
4434
3345
  },
4435
3346
  },
4436
- resultInformation: {
4437
- serializedName: "resultInformation",
3347
+ dtmfResult: {
3348
+ serializedName: "dtmfResult",
3349
+ type: {
3350
+ name: "Composite",
3351
+ className: "DtmfResult",
3352
+ },
3353
+ },
3354
+ choiceResult: {
3355
+ serializedName: "choiceResult",
3356
+ type: {
3357
+ name: "Composite",
3358
+ className: "ChoiceResult",
3359
+ },
3360
+ },
3361
+ speechResult: {
3362
+ serializedName: "speechResult",
4438
3363
  type: {
4439
3364
  name: "Composite",
4440
- className: "RestResultInformation",
3365
+ className: "SpeechResult",
4441
3366
  },
4442
3367
  },
4443
3368
  },
4444
3369
  },
4445
3370
  };
4446
- export const RestCancelAddParticipantFailed = {
3371
+ export const DtmfResult = {
4447
3372
  type: {
4448
3373
  name: "Composite",
4449
- className: "RestCancelAddParticipantFailed",
3374
+ className: "DtmfResult",
4450
3375
  modelProperties: {
4451
- callConnectionId: {
4452
- serializedName: "callConnectionId",
3376
+ tones: {
3377
+ serializedName: "tones",
3378
+ readOnly: true,
4453
3379
  type: {
4454
- name: "String",
3380
+ name: "Sequence",
3381
+ element: {
3382
+ type: {
3383
+ name: "String",
3384
+ },
3385
+ },
4455
3386
  },
4456
3387
  },
4457
- serverCallId: {
4458
- serializedName: "serverCallId",
3388
+ },
3389
+ },
3390
+ };
3391
+ export const ChoiceResult = {
3392
+ type: {
3393
+ name: "Composite",
3394
+ className: "ChoiceResult",
3395
+ modelProperties: {
3396
+ label: {
3397
+ serializedName: "label",
4459
3398
  type: {
4460
3399
  name: "String",
4461
3400
  },
4462
3401
  },
4463
- correlationId: {
4464
- serializedName: "correlationId",
3402
+ recognizedPhrase: {
3403
+ serializedName: "recognizedPhrase",
4465
3404
  type: {
4466
3405
  name: "String",
4467
3406
  },
4468
3407
  },
4469
- operationContext: {
4470
- serializedName: "operationContext",
3408
+ confidence: {
3409
+ serializedName: "confidence",
3410
+ type: {
3411
+ name: "Number",
3412
+ },
3413
+ },
3414
+ languageIdentified: {
3415
+ serializedName: "languageIdentified",
4471
3416
  type: {
4472
3417
  name: "String",
4473
3418
  },
4474
3419
  },
4475
- resultInformation: {
4476
- serializedName: "resultInformation",
3420
+ sentimentAnalysisResult: {
3421
+ serializedName: "sentimentAnalysisResult",
4477
3422
  type: {
4478
3423
  name: "Composite",
4479
- className: "RestResultInformation",
3424
+ className: "SentimentAnalysisResult",
4480
3425
  },
4481
3426
  },
4482
- invitationId: {
4483
- serializedName: "invitationId",
3427
+ },
3428
+ },
3429
+ };
3430
+ export const SentimentAnalysisResult = {
3431
+ type: {
3432
+ name: "Composite",
3433
+ className: "SentimentAnalysisResult",
3434
+ modelProperties: {
3435
+ sentiment: {
3436
+ serializedName: "sentiment",
4484
3437
  type: {
4485
3438
  name: "String",
4486
3439
  },
@@ -4488,18 +3441,44 @@ export const RestCancelAddParticipantFailed = {
4488
3441
  },
4489
3442
  },
4490
3443
  };
4491
- export const RestTranscriptionStarted = {
3444
+ export const SpeechResult = {
4492
3445
  type: {
4493
3446
  name: "Composite",
4494
- className: "RestTranscriptionStarted",
3447
+ className: "SpeechResult",
4495
3448
  modelProperties: {
4496
- transcriptionUpdate: {
4497
- serializedName: "transcriptionUpdate",
3449
+ speech: {
3450
+ serializedName: "speech",
3451
+ type: {
3452
+ name: "String",
3453
+ },
3454
+ },
3455
+ confidence: {
3456
+ serializedName: "confidence",
3457
+ type: {
3458
+ name: "Number",
3459
+ },
3460
+ },
3461
+ languageIdentified: {
3462
+ serializedName: "languageIdentified",
3463
+ type: {
3464
+ name: "String",
3465
+ },
3466
+ },
3467
+ sentimentAnalysisResult: {
3468
+ serializedName: "sentimentAnalysisResult",
4498
3469
  type: {
4499
3470
  name: "Composite",
4500
- className: "TranscriptionUpdate",
3471
+ className: "SentimentAnalysisResult",
4501
3472
  },
4502
3473
  },
3474
+ },
3475
+ },
3476
+ };
3477
+ export const RecognizeFailed = {
3478
+ type: {
3479
+ name: "Composite",
3480
+ className: "RecognizeFailed",
3481
+ modelProperties: {
4503
3482
  callConnectionId: {
4504
3483
  serializedName: "callConnectionId",
4505
3484
  type: {
@@ -4528,24 +3507,23 @@ export const RestTranscriptionStarted = {
4528
3507
  serializedName: "resultInformation",
4529
3508
  type: {
4530
3509
  name: "Composite",
4531
- className: "RestResultInformation",
3510
+ className: "ResultInformation",
3511
+ },
3512
+ },
3513
+ failedPlaySourceIndex: {
3514
+ serializedName: "failedPlaySourceIndex",
3515
+ type: {
3516
+ name: "Number",
4532
3517
  },
4533
3518
  },
4534
3519
  },
4535
3520
  },
4536
3521
  };
4537
- export const RestTranscriptionStopped = {
3522
+ export const RecognizeCanceled = {
4538
3523
  type: {
4539
3524
  name: "Composite",
4540
- className: "RestTranscriptionStopped",
4541
- modelProperties: {
4542
- transcriptionUpdate: {
4543
- serializedName: "transcriptionUpdate",
4544
- type: {
4545
- name: "Composite",
4546
- className: "TranscriptionUpdate",
4547
- },
4548
- },
3525
+ className: "RecognizeCanceled",
3526
+ modelProperties: {
4549
3527
  callConnectionId: {
4550
3528
  serializedName: "callConnectionId",
4551
3529
  type: {
@@ -4574,24 +3552,17 @@ export const RestTranscriptionStopped = {
4574
3552
  serializedName: "resultInformation",
4575
3553
  type: {
4576
3554
  name: "Composite",
4577
- className: "RestResultInformation",
3555
+ className: "ResultInformation",
4578
3556
  },
4579
3557
  },
4580
3558
  },
4581
3559
  },
4582
3560
  };
4583
- export const RestTranscriptionUpdated = {
3561
+ export const ContinuousDtmfRecognitionToneFailed = {
4584
3562
  type: {
4585
3563
  name: "Composite",
4586
- className: "RestTranscriptionUpdated",
3564
+ className: "ContinuousDtmfRecognitionToneFailed",
4587
3565
  modelProperties: {
4588
- transcriptionUpdate: {
4589
- serializedName: "transcriptionUpdate",
4590
- type: {
4591
- name: "Composite",
4592
- className: "TranscriptionUpdate",
4593
- },
4594
- },
4595
3566
  callConnectionId: {
4596
3567
  serializedName: "callConnectionId",
4597
3568
  type: {
@@ -4610,32 +3581,38 @@ export const RestTranscriptionUpdated = {
4610
3581
  name: "String",
4611
3582
  },
4612
3583
  },
4613
- operationContext: {
4614
- serializedName: "operationContext",
4615
- type: {
4616
- name: "String",
4617
- },
4618
- },
4619
3584
  resultInformation: {
4620
3585
  serializedName: "resultInformation",
4621
3586
  type: {
4622
3587
  name: "Composite",
4623
- className: "RestResultInformation",
3588
+ className: "ResultInformation",
3589
+ },
3590
+ },
3591
+ operationContext: {
3592
+ serializedName: "operationContext",
3593
+ type: {
3594
+ name: "String",
4624
3595
  },
4625
3596
  },
4626
3597
  },
4627
3598
  },
4628
3599
  };
4629
- export const RestTranscriptionFailed = {
3600
+ export const ContinuousDtmfRecognitionToneReceived = {
4630
3601
  type: {
4631
3602
  name: "Composite",
4632
- className: "RestTranscriptionFailed",
3603
+ className: "ContinuousDtmfRecognitionToneReceived",
4633
3604
  modelProperties: {
4634
- transcriptionUpdate: {
4635
- serializedName: "transcriptionUpdate",
3605
+ sequenceId: {
3606
+ serializedName: "sequenceId",
3607
+ readOnly: true,
4636
3608
  type: {
4637
- name: "Composite",
4638
- className: "TranscriptionUpdate",
3609
+ name: "Number",
3610
+ },
3611
+ },
3612
+ tone: {
3613
+ serializedName: "tone",
3614
+ type: {
3615
+ name: "String",
4639
3616
  },
4640
3617
  },
4641
3618
  callConnectionId: {
@@ -4666,16 +3643,16 @@ export const RestTranscriptionFailed = {
4666
3643
  serializedName: "resultInformation",
4667
3644
  type: {
4668
3645
  name: "Composite",
4669
- className: "RestResultInformation",
3646
+ className: "ResultInformation",
4670
3647
  },
4671
3648
  },
4672
3649
  },
4673
3650
  },
4674
3651
  };
4675
- export const RestCreateCallFailed = {
3652
+ export const ContinuousDtmfRecognitionStopped = {
4676
3653
  type: {
4677
3654
  name: "Composite",
4678
- className: "RestCreateCallFailed",
3655
+ className: "ContinuousDtmfRecognitionStopped",
4679
3656
  modelProperties: {
4680
3657
  callConnectionId: {
4681
3658
  serializedName: "callConnectionId",
@@ -4705,16 +3682,16 @@ export const RestCreateCallFailed = {
4705
3682
  serializedName: "resultInformation",
4706
3683
  type: {
4707
3684
  name: "Composite",
4708
- className: "RestResultInformation",
3685
+ className: "ResultInformation",
4709
3686
  },
4710
3687
  },
4711
3688
  },
4712
3689
  },
4713
3690
  };
4714
- export const RestAnswerFailed = {
3691
+ export const SendDtmfTonesCompleted = {
4715
3692
  type: {
4716
3693
  name: "Composite",
4717
- className: "RestAnswerFailed",
3694
+ className: "SendDtmfTonesCompleted",
4718
3695
  modelProperties: {
4719
3696
  callConnectionId: {
4720
3697
  serializedName: "callConnectionId",
@@ -4744,16 +3721,16 @@ export const RestAnswerFailed = {
4744
3721
  serializedName: "resultInformation",
4745
3722
  type: {
4746
3723
  name: "Composite",
4747
- className: "RestResultInformation",
3724
+ className: "ResultInformation",
4748
3725
  },
4749
3726
  },
4750
3727
  },
4751
3728
  },
4752
3729
  };
4753
- export const RestHoldFailed = {
3730
+ export const SendDtmfTonesFailed = {
4754
3731
  type: {
4755
3732
  name: "Composite",
4756
- className: "RestHoldFailed",
3733
+ className: "SendDtmfTonesFailed",
4757
3734
  modelProperties: {
4758
3735
  callConnectionId: {
4759
3736
  serializedName: "callConnectionId",
@@ -4783,119 +3760,88 @@ export const RestHoldFailed = {
4783
3760
  serializedName: "resultInformation",
4784
3761
  type: {
4785
3762
  name: "Composite",
4786
- className: "RestResultInformation",
3763
+ className: "ResultInformation",
4787
3764
  },
4788
3765
  },
4789
3766
  },
4790
3767
  },
4791
3768
  };
4792
- export const RestIncomingCall = {
3769
+ export const MediaStreamingFailed = {
4793
3770
  type: {
4794
3771
  name: "Composite",
4795
- className: "RestIncomingCall",
3772
+ className: "MediaStreamingFailed",
4796
3773
  modelProperties: {
4797
- to: {
4798
- serializedName: "to",
4799
- type: {
4800
- name: "Composite",
4801
- className: "CommunicationIdentifierModel",
4802
- },
4803
- },
4804
- from: {
4805
- serializedName: "from",
3774
+ mediaStreamingUpdate: {
3775
+ serializedName: "mediaStreamingUpdate",
4806
3776
  type: {
4807
3777
  name: "Composite",
4808
- className: "CommunicationIdentifierModel",
3778
+ className: "MediaStreamingUpdate",
4809
3779
  },
4810
3780
  },
4811
- callerDisplayName: {
4812
- serializedName: "callerDisplayName",
4813
- readOnly: true,
3781
+ callConnectionId: {
3782
+ serializedName: "callConnectionId",
4814
3783
  type: {
4815
3784
  name: "String",
4816
3785
  },
4817
3786
  },
4818
3787
  serverCallId: {
4819
3788
  serializedName: "serverCallId",
4820
- readOnly: true,
4821
3789
  type: {
4822
3790
  name: "String",
4823
3791
  },
4824
3792
  },
4825
- customContext: {
4826
- serializedName: "customContext",
3793
+ correlationId: {
3794
+ serializedName: "correlationId",
4827
3795
  type: {
4828
- name: "Composite",
4829
- className: "CustomCallingContextInternal",
3796
+ name: "String",
4830
3797
  },
4831
3798
  },
4832
- incomingCallContext: {
4833
- serializedName: "incomingCallContext",
4834
- readOnly: true,
3799
+ operationContext: {
3800
+ serializedName: "operationContext",
4835
3801
  type: {
4836
3802
  name: "String",
4837
3803
  },
4838
3804
  },
4839
- onBehalfOfCallee: {
4840
- serializedName: "onBehalfOfCallee",
3805
+ resultInformation: {
3806
+ serializedName: "resultInformation",
4841
3807
  type: {
4842
3808
  name: "Composite",
4843
- className: "CommunicationIdentifierModel",
4844
- },
4845
- },
4846
- correlationId: {
4847
- serializedName: "correlationId",
4848
- readOnly: true,
4849
- type: {
4850
- name: "String",
3809
+ className: "ResultInformation",
4851
3810
  },
4852
3811
  },
4853
3812
  },
4854
3813
  },
4855
3814
  };
4856
- export const RestConnectFailed = {
3815
+ export const MediaStreamingUpdate = {
4857
3816
  type: {
4858
3817
  name: "Composite",
4859
- className: "RestConnectFailed",
3818
+ className: "MediaStreamingUpdate",
4860
3819
  modelProperties: {
4861
- callConnectionId: {
4862
- serializedName: "callConnectionId",
4863
- type: {
4864
- name: "String",
4865
- },
4866
- },
4867
- serverCallId: {
4868
- serializedName: "serverCallId",
3820
+ contentType: {
3821
+ serializedName: "contentType",
4869
3822
  type: {
4870
3823
  name: "String",
4871
3824
  },
4872
3825
  },
4873
- correlationId: {
4874
- serializedName: "correlationId",
3826
+ mediaStreamingStatus: {
3827
+ serializedName: "mediaStreamingStatus",
4875
3828
  type: {
4876
3829
  name: "String",
4877
3830
  },
4878
3831
  },
4879
- operationContext: {
4880
- serializedName: "operationContext",
3832
+ mediaStreamingStatusDetails: {
3833
+ serializedName: "mediaStreamingStatusDetails",
4881
3834
  type: {
4882
3835
  name: "String",
4883
3836
  },
4884
3837
  },
4885
- resultInformation: {
4886
- serializedName: "resultInformation",
4887
- type: {
4888
- name: "Composite",
4889
- className: "RestResultInformation",
4890
- },
4891
- },
4892
3838
  },
4893
3839
  },
4894
3840
  };
4895
- export const RestMediaStreamingStopped = {
3841
+ export const MediaStreamingStarted = {
4896
3842
  type: {
4897
3843
  name: "Composite",
4898
- className: "RestMediaStreamingStopped",
3844
+ className: "MediaStreamingStarted",
4899
3845
  modelProperties: {
4900
3846
  mediaStreamingUpdate: {
4901
3847
  serializedName: "mediaStreamingUpdate",
@@ -4932,16 +3878,16 @@ export const RestMediaStreamingStopped = {
4932
3878
  serializedName: "resultInformation",
4933
3879
  type: {
4934
3880
  name: "Composite",
4935
- className: "RestResultInformation",
3881
+ className: "ResultInformation",
4936
3882
  },
4937
3883
  },
4938
3884
  },
4939
3885
  },
4940
3886
  };
4941
- export const RestMediaStreamingStarted = {
3887
+ export const MediaStreamingStopped = {
4942
3888
  type: {
4943
3889
  name: "Composite",
4944
- className: "RestMediaStreamingStarted",
3890
+ className: "MediaStreamingStopped",
4945
3891
  modelProperties: {
4946
3892
  mediaStreamingUpdate: {
4947
3893
  serializedName: "mediaStreamingUpdate",
@@ -4978,24 +3924,17 @@ export const RestMediaStreamingStarted = {
4978
3924
  serializedName: "resultInformation",
4979
3925
  type: {
4980
3926
  name: "Composite",
4981
- className: "RestResultInformation",
3927
+ className: "ResultInformation",
4982
3928
  },
4983
3929
  },
4984
3930
  },
4985
3931
  },
4986
3932
  };
4987
- export const RestMediaStreamingFailed = {
3933
+ export const HoldFailed = {
4988
3934
  type: {
4989
3935
  name: "Composite",
4990
- className: "RestMediaStreamingFailed",
3936
+ className: "HoldFailed",
4991
3937
  modelProperties: {
4992
- mediaStreamingUpdate: {
4993
- serializedName: "mediaStreamingUpdate",
4994
- type: {
4995
- name: "Composite",
4996
- className: "MediaStreamingUpdate",
4997
- },
4998
- },
4999
3938
  callConnectionId: {
5000
3939
  serializedName: "callConnectionId",
5001
3940
  type: {
@@ -5024,29 +3963,17 @@ export const RestMediaStreamingFailed = {
5024
3963
  serializedName: "resultInformation",
5025
3964
  type: {
5026
3965
  name: "Composite",
5027
- className: "RestResultInformation",
3966
+ className: "ResultInformation",
5028
3967
  },
5029
3968
  },
5030
3969
  },
5031
3970
  },
5032
3971
  };
5033
- export const RestStartRecordingFailed = {
3972
+ export const StartRecordingFailed = {
5034
3973
  type: {
5035
3974
  name: "Composite",
5036
- className: "RestStartRecordingFailed",
3975
+ className: "StartRecordingFailed",
5037
3976
  modelProperties: {
5038
- callConnectionId: {
5039
- serializedName: "callConnectionId",
5040
- type: {
5041
- name: "String",
5042
- },
5043
- },
5044
- correlationId: {
5045
- serializedName: "correlationId",
5046
- type: {
5047
- name: "String",
5048
- },
5049
- },
5050
3977
  recordingId: {
5051
3978
  serializedName: "recordingId",
5052
3979
  readOnly: true,
@@ -5054,14 +3981,6 @@ export const RestStartRecordingFailed = {
5054
3981
  name: "String",
5055
3982
  },
5056
3983
  },
5057
- },
5058
- },
5059
- };
5060
- export const RestPlayStarted = {
5061
- type: {
5062
- name: "Composite",
5063
- className: "RestPlayStarted",
5064
- modelProperties: {
5065
3984
  callConnectionId: {
5066
3985
  serializedName: "callConnectionId",
5067
3986
  type: {
@@ -5090,17 +4009,24 @@ export const RestPlayStarted = {
5090
4009
  serializedName: "resultInformation",
5091
4010
  type: {
5092
4011
  name: "Composite",
5093
- className: "RestResultInformation",
4012
+ className: "ResultInformation",
5094
4013
  },
5095
4014
  },
5096
4015
  },
5097
4016
  },
5098
4017
  };
5099
- export const RestPlayPaused = {
4018
+ export const TranscriptionFailed = {
5100
4019
  type: {
5101
4020
  name: "Composite",
5102
- className: "RestPlayPaused",
4021
+ className: "TranscriptionFailed",
5103
4022
  modelProperties: {
4023
+ transcriptionUpdate: {
4024
+ serializedName: "transcriptionUpdate",
4025
+ type: {
4026
+ name: "Composite",
4027
+ className: "TranscriptionUpdate",
4028
+ },
4029
+ },
5104
4030
  callConnectionId: {
5105
4031
  serializedName: "callConnectionId",
5106
4032
  type: {
@@ -5129,17 +4055,50 @@ export const RestPlayPaused = {
5129
4055
  serializedName: "resultInformation",
5130
4056
  type: {
5131
4057
  name: "Composite",
5132
- className: "RestResultInformation",
4058
+ className: "ResultInformation",
4059
+ },
4060
+ },
4061
+ },
4062
+ },
4063
+ };
4064
+ export const TranscriptionUpdate = {
4065
+ type: {
4066
+ name: "Composite",
4067
+ className: "TranscriptionUpdate",
4068
+ modelProperties: {
4069
+ transcriptionStatus: {
4070
+ serializedName: "transcriptionStatus",
4071
+ type: {
4072
+ name: "String",
4073
+ },
4074
+ },
4075
+ transcriptionStatusDetails: {
4076
+ serializedName: "transcriptionStatusDetails",
4077
+ type: {
4078
+ name: "String",
4079
+ },
4080
+ },
4081
+ transcriptionMessage: {
4082
+ serializedName: "transcriptionMessage",
4083
+ type: {
4084
+ name: "String",
5133
4085
  },
5134
4086
  },
5135
4087
  },
5136
4088
  },
5137
4089
  };
5138
- export const RestPlayResumed = {
4090
+ export const TranscriptionStarted = {
5139
4091
  type: {
5140
4092
  name: "Composite",
5141
- className: "RestPlayResumed",
4093
+ className: "TranscriptionStarted",
5142
4094
  modelProperties: {
4095
+ transcriptionUpdate: {
4096
+ serializedName: "transcriptionUpdate",
4097
+ type: {
4098
+ name: "Composite",
4099
+ className: "TranscriptionUpdate",
4100
+ },
4101
+ },
5143
4102
  callConnectionId: {
5144
4103
  serializedName: "callConnectionId",
5145
4104
  type: {
@@ -5168,17 +4127,24 @@ export const RestPlayResumed = {
5168
4127
  serializedName: "resultInformation",
5169
4128
  type: {
5170
4129
  name: "Composite",
5171
- className: "RestResultInformation",
4130
+ className: "ResultInformation",
5172
4131
  },
5173
4132
  },
5174
4133
  },
5175
4134
  },
5176
4135
  };
5177
- export const RestHoldAudioStarted = {
4136
+ export const TranscriptionStopped = {
5178
4137
  type: {
5179
4138
  name: "Composite",
5180
- className: "RestHoldAudioStarted",
4139
+ className: "TranscriptionStopped",
5181
4140
  modelProperties: {
4141
+ transcriptionUpdate: {
4142
+ serializedName: "transcriptionUpdate",
4143
+ type: {
4144
+ name: "Composite",
4145
+ className: "TranscriptionUpdate",
4146
+ },
4147
+ },
5182
4148
  callConnectionId: {
5183
4149
  serializedName: "callConnectionId",
5184
4150
  type: {
@@ -5207,17 +4173,24 @@ export const RestHoldAudioStarted = {
5207
4173
  serializedName: "resultInformation",
5208
4174
  type: {
5209
4175
  name: "Composite",
5210
- className: "RestResultInformation",
4176
+ className: "ResultInformation",
5211
4177
  },
5212
4178
  },
5213
4179
  },
5214
4180
  },
5215
4181
  };
5216
- export const RestHoldAudioPaused = {
4182
+ export const TranscriptionUpdated = {
5217
4183
  type: {
5218
4184
  name: "Composite",
5219
- className: "RestHoldAudioPaused",
4185
+ className: "TranscriptionUpdated",
5220
4186
  modelProperties: {
4187
+ transcriptionUpdate: {
4188
+ serializedName: "transcriptionUpdate",
4189
+ type: {
4190
+ name: "Composite",
4191
+ className: "TranscriptionUpdate",
4192
+ },
4193
+ },
5221
4194
  callConnectionId: {
5222
4195
  serializedName: "callConnectionId",
5223
4196
  type: {
@@ -5246,17 +4219,24 @@ export const RestHoldAudioPaused = {
5246
4219
  serializedName: "resultInformation",
5247
4220
  type: {
5248
4221
  name: "Composite",
5249
- className: "RestResultInformation",
4222
+ className: "ResultInformation",
5250
4223
  },
5251
4224
  },
5252
4225
  },
5253
4226
  },
5254
4227
  };
5255
- export const RestHoldAudioResumed = {
4228
+ export const TranscriptionCallSummaryUpdated = {
5256
4229
  type: {
5257
4230
  name: "Composite",
5258
- className: "RestHoldAudioResumed",
4231
+ className: "TranscriptionCallSummaryUpdated",
5259
4232
  modelProperties: {
4233
+ transcriptionUpdate: {
4234
+ serializedName: "transcriptionUpdate",
4235
+ type: {
4236
+ name: "Composite",
4237
+ className: "TranscriptionUpdate",
4238
+ },
4239
+ },
5260
4240
  callConnectionId: {
5261
4241
  serializedName: "callConnectionId",
5262
4242
  type: {
@@ -5285,97 +4265,131 @@ export const RestHoldAudioResumed = {
5285
4265
  serializedName: "resultInformation",
5286
4266
  type: {
5287
4267
  name: "Composite",
5288
- className: "RestResultInformation",
4268
+ className: "ResultInformation",
5289
4269
  },
5290
4270
  },
5291
4271
  },
5292
4272
  },
5293
4273
  };
5294
- export const RestHoldAudioCompleted = {
4274
+ export const WebSocketMediaStreamingOptions = {
4275
+ serializedName: "websocket",
5295
4276
  type: {
5296
4277
  name: "Composite",
5297
- className: "RestHoldAudioCompleted",
4278
+ className: "WebSocketMediaStreamingOptions",
4279
+ uberParent: "MediaStreamingOptionsInternal",
4280
+ polymorphicDiscriminator: MediaStreamingOptionsInternal.type.polymorphicDiscriminator,
5298
4281
  modelProperties: {
5299
- callConnectionId: {
5300
- serializedName: "callConnectionId",
4282
+ ...MediaStreamingOptionsInternal.type.modelProperties,
4283
+ transportUrl: {
4284
+ serializedName: "transportUrl",
5301
4285
  type: {
5302
4286
  name: "String",
5303
4287
  },
5304
4288
  },
5305
- serverCallId: {
5306
- serializedName: "serverCallId",
4289
+ contentType: {
4290
+ serializedName: "contentType",
5307
4291
  type: {
5308
4292
  name: "String",
5309
4293
  },
5310
4294
  },
5311
- correlationId: {
5312
- serializedName: "correlationId",
4295
+ startMediaStreaming: {
4296
+ serializedName: "startMediaStreaming",
5313
4297
  type: {
5314
- name: "String",
4298
+ name: "Boolean",
5315
4299
  },
5316
4300
  },
5317
- operationContext: {
5318
- serializedName: "operationContext",
4301
+ enableBidirectional: {
4302
+ serializedName: "enableBidirectional",
4303
+ type: {
4304
+ name: "Boolean",
4305
+ },
4306
+ },
4307
+ audioFormat: {
4308
+ serializedName: "audioFormat",
5319
4309
  type: {
5320
4310
  name: "String",
5321
4311
  },
5322
4312
  },
5323
- resultInformation: {
5324
- serializedName: "resultInformation",
4313
+ enableDtmfTones: {
4314
+ serializedName: "enableDtmfTones",
5325
4315
  type: {
5326
- name: "Composite",
5327
- className: "RestResultInformation",
4316
+ name: "Boolean",
5328
4317
  },
5329
4318
  },
5330
4319
  },
5331
4320
  },
5332
4321
  };
5333
- export const AzureOpenAIDialog = {
5334
- serializedName: "azureOpenAI",
5335
- type: {
5336
- name: "Composite",
5337
- className: "AzureOpenAIDialog",
5338
- uberParent: "BaseDialog",
5339
- polymorphicDiscriminator: BaseDialog.type.polymorphicDiscriminator,
5340
- modelProperties: Object.assign({}, BaseDialog.type.modelProperties),
5341
- },
5342
- };
5343
- export const PowerVirtualAgentsDialog = {
5344
- serializedName: "powerVirtualAgents",
4322
+ export const WebSocketTranscriptionOptions = {
4323
+ serializedName: "websocket",
5345
4324
  type: {
5346
4325
  name: "Composite",
5347
- className: "PowerVirtualAgentsDialog",
5348
- uberParent: "BaseDialog",
5349
- polymorphicDiscriminator: BaseDialog.type.polymorphicDiscriminator,
5350
- modelProperties: Object.assign(Object.assign({}, BaseDialog.type.modelProperties), { botAppId: {
5351
- serializedName: "botAppId",
5352
- required: true,
4326
+ className: "WebSocketTranscriptionOptions",
4327
+ uberParent: "TranscriptionOptionsInternal",
4328
+ polymorphicDiscriminator: TranscriptionOptionsInternal.type.polymorphicDiscriminator,
4329
+ modelProperties: {
4330
+ ...TranscriptionOptionsInternal.type.modelProperties,
4331
+ transportUrl: {
4332
+ serializedName: "transportUrl",
5353
4333
  type: {
5354
4334
  name: "String",
5355
4335
  },
5356
- }, language: {
5357
- serializedName: "language",
4336
+ },
4337
+ speechModelEndpointId: {
4338
+ serializedName: "speechModelEndpointId",
5358
4339
  type: {
5359
4340
  name: "String",
5360
4341
  },
5361
- } }),
5362
- },
5363
- };
5364
- export const AzureOpenAIDialogUpdate = {
5365
- serializedName: "azureOpenAI",
5366
- type: {
5367
- name: "Composite",
5368
- className: "AzureOpenAIDialogUpdate",
5369
- uberParent: "DialogUpdateBase",
5370
- polymorphicDiscriminator: DialogUpdateBase.type.polymorphicDiscriminator,
5371
- modelProperties: Object.assign({}, DialogUpdateBase.type.modelProperties),
4342
+ },
4343
+ startTranscription: {
4344
+ serializedName: "startTranscription",
4345
+ type: {
4346
+ name: "Boolean",
4347
+ },
4348
+ },
4349
+ enableIntermediateResults: {
4350
+ serializedName: "enableIntermediateResults",
4351
+ type: {
4352
+ name: "Boolean",
4353
+ },
4354
+ },
4355
+ piiRedactionOptions: {
4356
+ serializedName: "piiRedactionOptions",
4357
+ type: {
4358
+ name: "Composite",
4359
+ className: "PiiRedactionOptionsInternal",
4360
+ },
4361
+ },
4362
+ enableSentimentAnalysis: {
4363
+ serializedName: "enableSentimentAnalysis",
4364
+ type: {
4365
+ name: "Boolean",
4366
+ },
4367
+ },
4368
+ locales: {
4369
+ serializedName: "locales",
4370
+ type: {
4371
+ name: "Sequence",
4372
+ element: {
4373
+ type: {
4374
+ name: "String",
4375
+ },
4376
+ },
4377
+ },
4378
+ },
4379
+ summarizationOptions: {
4380
+ serializedName: "summarizationOptions",
4381
+ type: {
4382
+ name: "Composite",
4383
+ className: "SummarizationOptionsInternal",
4384
+ },
4385
+ },
4386
+ },
5372
4387
  },
5373
4388
  };
5374
4389
  export let discriminators = {
5375
- BaseDialog: BaseDialog,
5376
- DialogUpdateBase: DialogUpdateBase,
5377
- "BaseDialog.azureOpenAI": AzureOpenAIDialog,
5378
- "BaseDialog.powerVirtualAgents": PowerVirtualAgentsDialog,
5379
- "DialogUpdateBase.azureOpenAI": AzureOpenAIDialogUpdate,
4390
+ MediaStreamingOptionsInternal: MediaStreamingOptionsInternal,
4391
+ TranscriptionOptionsInternal: TranscriptionOptionsInternal,
4392
+ "MediaStreamingOptionsInternal.websocket": WebSocketMediaStreamingOptions,
4393
+ "TranscriptionOptionsInternal.websocket": WebSocketTranscriptionOptions,
5380
4394
  };
5381
4395
  //# sourceMappingURL=mappers.js.map