@azure/communication-call-automation 1.5.0-alpha.20250519.1 → 1.5.0-beta.2

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 (407) hide show
  1. package/README.md +1 -51
  2. package/dist/browser/callAutomationClient.d.ts +2 -9
  3. package/dist/browser/callAutomationClient.d.ts.map +1 -1
  4. package/dist/browser/callAutomationClient.js +9 -106
  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 +0 -18
  8. package/dist/browser/callAutomationEventParser.js.map +1 -1
  9. package/dist/browser/callConnection.d.ts +4 -6
  10. package/dist/browser/callConnection.d.ts.map +1 -1
  11. package/dist/browser/callConnection.js +13 -112
  12. package/dist/browser/callConnection.js.map +1 -1
  13. package/dist/browser/callMedia.d.ts +10 -20
  14. package/dist/browser/callMedia.d.ts.map +1 -1
  15. package/dist/browser/callMedia.js +20 -188
  16. package/dist/browser/callMedia.js.map +1 -1
  17. package/dist/browser/callRecording.d.ts.map +1 -1
  18. package/dist/browser/callRecording.js +5 -2
  19. package/dist/browser/callRecording.js.map +1 -1
  20. package/dist/browser/generated/src/callAutomationApiClient.d.ts +1 -2
  21. package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +1 -1
  22. package/dist/browser/generated/src/callAutomationApiClient.js +3 -4
  23. package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
  24. package/dist/browser/generated/src/models/index.d.ts +205 -850
  25. package/dist/browser/generated/src/models/index.d.ts.map +1 -1
  26. package/dist/browser/generated/src/models/index.js +48 -126
  27. package/dist/browser/generated/src/models/index.js.map +1 -1
  28. package/dist/browser/generated/src/models/mappers.d.ts +11 -48
  29. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
  30. package/dist/browser/generated/src/models/mappers.js +460 -1644
  31. package/dist/browser/generated/src/models/mappers.js.map +1 -1
  32. package/dist/browser/generated/src/models/parameters.d.ts +1 -7
  33. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
  34. package/dist/browser/generated/src/models/parameters.js +6 -41
  35. package/dist/browser/generated/src/models/parameters.js.map +1 -1
  36. package/dist/browser/generated/src/operations/callConnection.d.ts +2 -9
  37. package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -1
  38. package/dist/browser/generated/src/operations/callConnection.js +1 -33
  39. package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
  40. package/dist/browser/generated/src/operations/callMedia.d.ts +8 -15
  41. package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -1
  42. package/dist/browser/generated/src/operations/callMedia.js +25 -50
  43. package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
  44. package/dist/browser/generated/src/operations/callRecording.d.ts +1 -7
  45. package/dist/browser/generated/src/operations/callRecording.d.ts.map +1 -1
  46. package/dist/browser/generated/src/operations/callRecording.js +0 -24
  47. package/dist/browser/generated/src/operations/callRecording.js.map +1 -1
  48. package/dist/browser/generated/src/operations/index.d.ts +0 -1
  49. package/dist/browser/generated/src/operations/index.d.ts.map +1 -1
  50. package/dist/browser/generated/src/operations/index.js +0 -1
  51. package/dist/browser/generated/src/operations/index.js.map +1 -1
  52. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  53. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  54. package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  55. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +8 -15
  56. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  57. package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  58. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  59. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  60. package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  61. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +0 -1
  62. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  63. package/dist/browser/generated/src/operationsInterfaces/index.js +0 -1
  64. package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -1
  65. package/dist/browser/index.d.ts +0 -2
  66. package/dist/browser/index.d.ts.map +1 -1
  67. package/dist/browser/index.js +0 -2
  68. package/dist/browser/index.js.map +1 -1
  69. package/dist/browser/models/constants.js +1 -1
  70. package/dist/browser/models/constants.js.map +1 -1
  71. package/dist/browser/models/events.d.ts +67 -155
  72. package/dist/browser/models/events.d.ts.map +1 -1
  73. package/dist/browser/models/events.js.map +1 -1
  74. package/dist/browser/models/models.d.ts +5 -14
  75. package/dist/browser/models/models.d.ts.map +1 -1
  76. package/dist/browser/models/models.js +1 -3
  77. package/dist/browser/models/models.js.map +1 -1
  78. package/dist/browser/models/options.d.ts +2 -35
  79. package/dist/browser/models/options.d.ts.map +1 -1
  80. package/dist/browser/models/options.js.map +1 -1
  81. package/dist/browser/models/responses.d.ts +10 -51
  82. package/dist/browser/models/responses.d.ts.map +1 -1
  83. package/dist/browser/models/responses.js.map +1 -1
  84. package/dist/browser/utli/converters.d.ts.map +1 -1
  85. package/dist/browser/utli/converters.js +19 -1
  86. package/dist/browser/utli/converters.js.map +1 -1
  87. package/dist/commonjs/callAutomationClient.d.ts +2 -9
  88. package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
  89. package/dist/commonjs/callAutomationClient.js +11 -108
  90. package/dist/commonjs/callAutomationClient.js.map +1 -1
  91. package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
  92. package/dist/commonjs/callAutomationEventParser.js +0 -18
  93. package/dist/commonjs/callAutomationEventParser.js.map +1 -1
  94. package/dist/commonjs/callConnection.d.ts +4 -6
  95. package/dist/commonjs/callConnection.d.ts.map +1 -1
  96. package/dist/commonjs/callConnection.js +15 -114
  97. package/dist/commonjs/callConnection.js.map +1 -1
  98. package/dist/commonjs/callMedia.d.ts +10 -20
  99. package/dist/commonjs/callMedia.d.ts.map +1 -1
  100. package/dist/commonjs/callMedia.js +39 -207
  101. package/dist/commonjs/callMedia.js.map +1 -1
  102. package/dist/commonjs/callRecording.d.ts.map +1 -1
  103. package/dist/commonjs/callRecording.js +5 -2
  104. package/dist/commonjs/callRecording.js.map +1 -1
  105. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +1 -2
  106. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts.map +1 -1
  107. package/dist/commonjs/generated/src/callAutomationApiClient.js +2 -3
  108. package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
  109. package/dist/commonjs/generated/src/models/index.d.ts +205 -850
  110. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
  111. package/dist/commonjs/generated/src/models/index.js +49 -127
  112. package/dist/commonjs/generated/src/models/index.js.map +1 -1
  113. package/dist/commonjs/generated/src/models/mappers.d.ts +11 -48
  114. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
  115. package/dist/commonjs/generated/src/models/mappers.js +463 -1647
  116. package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
  117. package/dist/commonjs/generated/src/models/parameters.d.ts +1 -7
  118. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
  119. package/dist/commonjs/generated/src/models/parameters.js +6 -41
  120. package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
  121. package/dist/commonjs/generated/src/operations/callConnection.d.ts +2 -9
  122. package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -1
  123. package/dist/commonjs/generated/src/operations/callConnection.js +1 -33
  124. package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
  125. package/dist/commonjs/generated/src/operations/callMedia.d.ts +8 -15
  126. package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
  127. package/dist/commonjs/generated/src/operations/callMedia.js +25 -50
  128. package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
  129. package/dist/commonjs/generated/src/operations/callRecording.d.ts +1 -7
  130. package/dist/commonjs/generated/src/operations/callRecording.d.ts.map +1 -1
  131. package/dist/commonjs/generated/src/operations/callRecording.js +0 -24
  132. package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -1
  133. package/dist/commonjs/generated/src/operations/index.d.ts +0 -1
  134. package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -1
  135. package/dist/commonjs/generated/src/operations/index.js +0 -1
  136. package/dist/commonjs/generated/src/operations/index.js.map +1 -1
  137. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  138. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  139. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  140. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +8 -15
  141. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  142. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  143. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  144. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  145. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  146. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +0 -1
  147. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  148. package/dist/commonjs/generated/src/operationsInterfaces/index.js +0 -1
  149. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -1
  150. package/dist/commonjs/index.d.ts +0 -2
  151. package/dist/commonjs/index.d.ts.map +1 -1
  152. package/dist/commonjs/index.js +0 -2
  153. package/dist/commonjs/index.js.map +1 -1
  154. package/dist/commonjs/models/constants.js +1 -1
  155. package/dist/commonjs/models/constants.js.map +1 -1
  156. package/dist/commonjs/models/events.d.ts +67 -155
  157. package/dist/commonjs/models/events.d.ts.map +1 -1
  158. package/dist/commonjs/models/events.js.map +1 -1
  159. package/dist/commonjs/models/models.d.ts +5 -14
  160. package/dist/commonjs/models/models.d.ts.map +1 -1
  161. package/dist/commonjs/models/models.js +6 -10
  162. package/dist/commonjs/models/models.js.map +1 -1
  163. package/dist/commonjs/models/options.d.ts +2 -35
  164. package/dist/commonjs/models/options.d.ts.map +1 -1
  165. package/dist/commonjs/models/options.js.map +1 -1
  166. package/dist/commonjs/models/responses.d.ts +10 -51
  167. package/dist/commonjs/models/responses.d.ts.map +1 -1
  168. package/dist/commonjs/models/responses.js.map +1 -1
  169. package/dist/commonjs/tsdoc-metadata.json +1 -1
  170. package/dist/commonjs/utli/converters.d.ts.map +1 -1
  171. package/dist/commonjs/utli/converters.js +18 -0
  172. package/dist/commonjs/utli/converters.js.map +1 -1
  173. package/dist/esm/callAutomationClient.d.ts +2 -9
  174. package/dist/esm/callAutomationClient.d.ts.map +1 -1
  175. package/dist/esm/callAutomationClient.js +9 -106
  176. package/dist/esm/callAutomationClient.js.map +1 -1
  177. package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
  178. package/dist/esm/callAutomationEventParser.js +0 -18
  179. package/dist/esm/callAutomationEventParser.js.map +1 -1
  180. package/dist/esm/callConnection.d.ts +4 -6
  181. package/dist/esm/callConnection.d.ts.map +1 -1
  182. package/dist/esm/callConnection.js +13 -112
  183. package/dist/esm/callConnection.js.map +1 -1
  184. package/dist/esm/callMedia.d.ts +10 -20
  185. package/dist/esm/callMedia.d.ts.map +1 -1
  186. package/dist/esm/callMedia.js +20 -188
  187. package/dist/esm/callMedia.js.map +1 -1
  188. package/dist/esm/callRecording.d.ts.map +1 -1
  189. package/dist/esm/callRecording.js +5 -2
  190. package/dist/esm/callRecording.js.map +1 -1
  191. package/dist/esm/generated/src/callAutomationApiClient.d.ts +1 -2
  192. package/dist/esm/generated/src/callAutomationApiClient.d.ts.map +1 -1
  193. package/dist/esm/generated/src/callAutomationApiClient.js +3 -4
  194. package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
  195. package/dist/esm/generated/src/models/index.d.ts +205 -850
  196. package/dist/esm/generated/src/models/index.d.ts.map +1 -1
  197. package/dist/esm/generated/src/models/index.js +48 -126
  198. package/dist/esm/generated/src/models/index.js.map +1 -1
  199. package/dist/esm/generated/src/models/mappers.d.ts +11 -48
  200. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
  201. package/dist/esm/generated/src/models/mappers.js +460 -1644
  202. package/dist/esm/generated/src/models/mappers.js.map +1 -1
  203. package/dist/esm/generated/src/models/parameters.d.ts +1 -7
  204. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
  205. package/dist/esm/generated/src/models/parameters.js +6 -41
  206. package/dist/esm/generated/src/models/parameters.js.map +1 -1
  207. package/dist/esm/generated/src/operations/callConnection.d.ts +2 -9
  208. package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -1
  209. package/dist/esm/generated/src/operations/callConnection.js +1 -33
  210. package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
  211. package/dist/esm/generated/src/operations/callMedia.d.ts +8 -15
  212. package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
  213. package/dist/esm/generated/src/operations/callMedia.js +25 -50
  214. package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
  215. package/dist/esm/generated/src/operations/callRecording.d.ts +1 -7
  216. package/dist/esm/generated/src/operations/callRecording.d.ts.map +1 -1
  217. package/dist/esm/generated/src/operations/callRecording.js +0 -24
  218. package/dist/esm/generated/src/operations/callRecording.js.map +1 -1
  219. package/dist/esm/generated/src/operations/index.d.ts +0 -1
  220. package/dist/esm/generated/src/operations/index.d.ts.map +1 -1
  221. package/dist/esm/generated/src/operations/index.js +0 -1
  222. package/dist/esm/generated/src/operations/index.js.map +1 -1
  223. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  224. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  225. package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  226. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +8 -15
  227. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  228. package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  229. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  230. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  231. package/dist/esm/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  232. package/dist/esm/generated/src/operationsInterfaces/index.d.ts +0 -1
  233. package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  234. package/dist/esm/generated/src/operationsInterfaces/index.js +0 -1
  235. package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -1
  236. package/dist/esm/index.d.ts +0 -2
  237. package/dist/esm/index.d.ts.map +1 -1
  238. package/dist/esm/index.js +0 -2
  239. package/dist/esm/index.js.map +1 -1
  240. package/dist/esm/models/constants.js +1 -1
  241. package/dist/esm/models/constants.js.map +1 -1
  242. package/dist/esm/models/events.d.ts +67 -155
  243. package/dist/esm/models/events.d.ts.map +1 -1
  244. package/dist/esm/models/events.js.map +1 -1
  245. package/dist/esm/models/models.d.ts +5 -14
  246. package/dist/esm/models/models.d.ts.map +1 -1
  247. package/dist/esm/models/models.js +1 -3
  248. package/dist/esm/models/models.js.map +1 -1
  249. package/dist/esm/models/options.d.ts +2 -35
  250. package/dist/esm/models/options.d.ts.map +1 -1
  251. package/dist/esm/models/options.js.map +1 -1
  252. package/dist/esm/models/responses.d.ts +10 -51
  253. package/dist/esm/models/responses.d.ts.map +1 -1
  254. package/dist/esm/models/responses.js.map +1 -1
  255. package/dist/esm/utli/converters.d.ts.map +1 -1
  256. package/dist/esm/utli/converters.js +19 -1
  257. package/dist/esm/utli/converters.js.map +1 -1
  258. package/dist/react-native/callAutomationClient.d.ts +2 -9
  259. package/dist/react-native/callAutomationClient.d.ts.map +1 -1
  260. package/dist/react-native/callAutomationClient.js +9 -106
  261. package/dist/react-native/callAutomationClient.js.map +1 -1
  262. package/dist/react-native/callAutomationEventParser.d.ts.map +1 -1
  263. package/dist/react-native/callAutomationEventParser.js +0 -18
  264. package/dist/react-native/callAutomationEventParser.js.map +1 -1
  265. package/dist/react-native/callConnection.d.ts +4 -6
  266. package/dist/react-native/callConnection.d.ts.map +1 -1
  267. package/dist/react-native/callConnection.js +13 -112
  268. package/dist/react-native/callConnection.js.map +1 -1
  269. package/dist/react-native/callMedia.d.ts +10 -20
  270. package/dist/react-native/callMedia.d.ts.map +1 -1
  271. package/dist/react-native/callMedia.js +20 -188
  272. package/dist/react-native/callMedia.js.map +1 -1
  273. package/dist/react-native/callRecording.d.ts.map +1 -1
  274. package/dist/react-native/callRecording.js +5 -2
  275. package/dist/react-native/callRecording.js.map +1 -1
  276. package/dist/react-native/generated/src/callAutomationApiClient.d.ts +1 -2
  277. package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +1 -1
  278. package/dist/react-native/generated/src/callAutomationApiClient.js +3 -4
  279. package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
  280. package/dist/react-native/generated/src/models/index.d.ts +205 -850
  281. package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
  282. package/dist/react-native/generated/src/models/index.js +48 -126
  283. package/dist/react-native/generated/src/models/index.js.map +1 -1
  284. package/dist/react-native/generated/src/models/mappers.d.ts +11 -48
  285. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
  286. package/dist/react-native/generated/src/models/mappers.js +460 -1644
  287. package/dist/react-native/generated/src/models/mappers.js.map +1 -1
  288. package/dist/react-native/generated/src/models/parameters.d.ts +1 -7
  289. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
  290. package/dist/react-native/generated/src/models/parameters.js +6 -41
  291. package/dist/react-native/generated/src/models/parameters.js.map +1 -1
  292. package/dist/react-native/generated/src/operations/callConnection.d.ts +2 -9
  293. package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -1
  294. package/dist/react-native/generated/src/operations/callConnection.js +1 -33
  295. package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
  296. package/dist/react-native/generated/src/operations/callMedia.d.ts +8 -15
  297. package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -1
  298. package/dist/react-native/generated/src/operations/callMedia.js +25 -50
  299. package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
  300. package/dist/react-native/generated/src/operations/callRecording.d.ts +1 -7
  301. package/dist/react-native/generated/src/operations/callRecording.d.ts.map +1 -1
  302. package/dist/react-native/generated/src/operations/callRecording.js +0 -24
  303. package/dist/react-native/generated/src/operations/callRecording.js.map +1 -1
  304. package/dist/react-native/generated/src/operations/index.d.ts +0 -1
  305. package/dist/react-native/generated/src/operations/index.d.ts.map +1 -1
  306. package/dist/react-native/generated/src/operations/index.js +0 -1
  307. package/dist/react-native/generated/src/operations/index.js.map +1 -1
  308. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  309. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  310. package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  311. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +8 -15
  312. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  313. package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  314. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  315. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  316. package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  317. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +0 -1
  318. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  319. package/dist/react-native/generated/src/operationsInterfaces/index.js +0 -1
  320. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -1
  321. package/dist/react-native/index.d.ts +0 -2
  322. package/dist/react-native/index.d.ts.map +1 -1
  323. package/dist/react-native/index.js +0 -2
  324. package/dist/react-native/index.js.map +1 -1
  325. package/dist/react-native/models/constants.js +1 -1
  326. package/dist/react-native/models/constants.js.map +1 -1
  327. package/dist/react-native/models/events.d.ts +67 -155
  328. package/dist/react-native/models/events.d.ts.map +1 -1
  329. package/dist/react-native/models/events.js.map +1 -1
  330. package/dist/react-native/models/models.d.ts +5 -14
  331. package/dist/react-native/models/models.d.ts.map +1 -1
  332. package/dist/react-native/models/models.js +1 -3
  333. package/dist/react-native/models/models.js.map +1 -1
  334. package/dist/react-native/models/options.d.ts +2 -35
  335. package/dist/react-native/models/options.d.ts.map +1 -1
  336. package/dist/react-native/models/options.js.map +1 -1
  337. package/dist/react-native/models/responses.d.ts +10 -51
  338. package/dist/react-native/models/responses.d.ts.map +1 -1
  339. package/dist/react-native/models/responses.js.map +1 -1
  340. package/dist/react-native/utli/converters.d.ts.map +1 -1
  341. package/dist/react-native/utli/converters.js +19 -1
  342. package/dist/react-native/utli/converters.js.map +1 -1
  343. package/package.json +17 -11
  344. package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  345. package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  346. package/dist/browser/eventprocessor/callAutomationEventProcessor.js +0 -137
  347. package/dist/browser/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  348. package/dist/browser/eventprocessor/eventResponses.d.ts +0 -123
  349. package/dist/browser/eventprocessor/eventResponses.d.ts.map +0 -1
  350. package/dist/browser/eventprocessor/eventResponses.js +0 -4
  351. package/dist/browser/eventprocessor/eventResponses.js.map +0 -1
  352. package/dist/browser/generated/src/operations/callDialog.d.ts +0 -35
  353. package/dist/browser/generated/src/operations/callDialog.d.ts.map +0 -1
  354. package/dist/browser/generated/src/operations/callDialog.js +0 -111
  355. package/dist/browser/generated/src/operations/callDialog.js.map +0 -1
  356. package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  357. package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  358. package/dist/browser/generated/src/operationsInterfaces/callDialog.js +0 -9
  359. package/dist/browser/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  360. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  361. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  362. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js +0 -141
  363. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  364. package/dist/commonjs/eventprocessor/eventResponses.d.ts +0 -123
  365. package/dist/commonjs/eventprocessor/eventResponses.d.ts.map +0 -1
  366. package/dist/commonjs/eventprocessor/eventResponses.js +0 -5
  367. package/dist/commonjs/eventprocessor/eventResponses.js.map +0 -1
  368. package/dist/commonjs/generated/src/operations/callDialog.d.ts +0 -35
  369. package/dist/commonjs/generated/src/operations/callDialog.d.ts.map +0 -1
  370. package/dist/commonjs/generated/src/operations/callDialog.js +0 -116
  371. package/dist/commonjs/generated/src/operations/callDialog.js.map +0 -1
  372. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  373. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  374. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js +0 -10
  375. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  376. package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  377. package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  378. package/dist/esm/eventprocessor/callAutomationEventProcessor.js +0 -137
  379. package/dist/esm/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  380. package/dist/esm/eventprocessor/eventResponses.d.ts +0 -123
  381. package/dist/esm/eventprocessor/eventResponses.d.ts.map +0 -1
  382. package/dist/esm/eventprocessor/eventResponses.js +0 -4
  383. package/dist/esm/eventprocessor/eventResponses.js.map +0 -1
  384. package/dist/esm/generated/src/operations/callDialog.d.ts +0 -35
  385. package/dist/esm/generated/src/operations/callDialog.d.ts.map +0 -1
  386. package/dist/esm/generated/src/operations/callDialog.js +0 -111
  387. package/dist/esm/generated/src/operations/callDialog.js.map +0 -1
  388. package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  389. package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  390. package/dist/esm/generated/src/operationsInterfaces/callDialog.js +0 -9
  391. package/dist/esm/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  392. package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  393. package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  394. package/dist/react-native/eventprocessor/callAutomationEventProcessor.js +0 -137
  395. package/dist/react-native/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  396. package/dist/react-native/eventprocessor/eventResponses.d.ts +0 -123
  397. package/dist/react-native/eventprocessor/eventResponses.d.ts.map +0 -1
  398. package/dist/react-native/eventprocessor/eventResponses.js +0 -4
  399. package/dist/react-native/eventprocessor/eventResponses.js.map +0 -1
  400. package/dist/react-native/generated/src/operations/callDialog.d.ts +0 -35
  401. package/dist/react-native/generated/src/operations/callDialog.d.ts.map +0 -1
  402. package/dist/react-native/generated/src/operations/callDialog.js +0 -111
  403. package/dist/react-native/generated/src/operations/callDialog.js.map +0 -1
  404. package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  405. package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  406. package/dist/react-native/generated/src/operationsInterfaces/callDialog.js +0 -9
  407. package/dist/react-native/generated/src/operationsInterfaces/callDialog.js.map +0 -1
@@ -63,20 +63,6 @@ export const CreateCallRequest = {
63
63
  className: "CallIntelligenceOptionsInternal",
64
64
  },
65
65
  },
66
- teamsAppSource: {
67
- serializedName: "teamsAppSource",
68
- type: {
69
- name: "Composite",
70
- className: "MicrosoftTeamsAppIdentifierModel",
71
- },
72
- },
73
- customCallingContext: {
74
- serializedName: "customCallingContext",
75
- type: {
76
- name: "Composite",
77
- className: "CustomCallingContextInternal",
78
- },
79
- },
80
66
  mediaStreamingOptions: {
81
67
  serializedName: "mediaStreamingOptions",
82
68
  type: {
@@ -91,6 +77,13 @@ export const CreateCallRequest = {
91
77
  className: "TranscriptionOptions",
92
78
  },
93
79
  },
80
+ teamsAppSource: {
81
+ serializedName: "teamsAppSource",
82
+ type: {
83
+ name: "Composite",
84
+ className: "MicrosoftTeamsAppIdentifierModel",
85
+ },
86
+ },
94
87
  },
95
88
  },
96
89
  };
@@ -139,6 +132,13 @@ export const CommunicationIdentifierModel = {
139
132
  className: "MicrosoftTeamsAppIdentifierModel",
140
133
  },
141
134
  },
135
+ teamsExtensionUser: {
136
+ serializedName: "teamsExtensionUser",
137
+ type: {
138
+ name: "Composite",
139
+ className: "TeamsExtensionUserIdentifierModel",
140
+ },
141
+ },
142
142
  },
143
143
  },
144
144
  };
@@ -169,6 +169,18 @@ export const PhoneNumberIdentifierModel = {
169
169
  name: "String",
170
170
  },
171
171
  },
172
+ isAnonymous: {
173
+ serializedName: "isAnonymous",
174
+ type: {
175
+ name: "Boolean",
176
+ },
177
+ },
178
+ assertedId: {
179
+ serializedName: "assertedId",
180
+ type: {
181
+ name: "String",
182
+ },
183
+ },
172
184
  },
173
185
  },
174
186
  };
@@ -220,13 +232,34 @@ export const MicrosoftTeamsAppIdentifierModel = {
220
232
  },
221
233
  },
222
234
  };
223
- export const CallIntelligenceOptionsInternal = {
235
+ export const TeamsExtensionUserIdentifierModel = {
224
236
  type: {
225
237
  name: "Composite",
226
- className: "CallIntelligenceOptionsInternal",
238
+ className: "TeamsExtensionUserIdentifierModel",
227
239
  modelProperties: {
228
- cognitiveServicesEndpoint: {
229
- serializedName: "cognitiveServicesEndpoint",
240
+ userId: {
241
+ serializedName: "userId",
242
+ required: true,
243
+ type: {
244
+ name: "String",
245
+ },
246
+ },
247
+ tenantId: {
248
+ serializedName: "tenantId",
249
+ required: true,
250
+ type: {
251
+ name: "String",
252
+ },
253
+ },
254
+ resourceId: {
255
+ serializedName: "resourceId",
256
+ required: true,
257
+ type: {
258
+ name: "String",
259
+ },
260
+ },
261
+ cloud: {
262
+ serializedName: "cloud",
230
263
  type: {
231
264
  name: "String",
232
265
  },
@@ -234,23 +267,15 @@ export const CallIntelligenceOptionsInternal = {
234
267
  },
235
268
  },
236
269
  };
237
- export const CustomCallingContextInternal = {
270
+ export const CallIntelligenceOptionsInternal = {
238
271
  type: {
239
272
  name: "Composite",
240
- className: "CustomCallingContextInternal",
273
+ className: "CallIntelligenceOptionsInternal",
241
274
  modelProperties: {
242
- voipHeaders: {
243
- serializedName: "voipHeaders",
244
- type: {
245
- name: "Dictionary",
246
- value: { type: { name: "String" } },
247
- },
248
- },
249
- sipHeaders: {
250
- serializedName: "sipHeaders",
275
+ cognitiveServicesEndpoint: {
276
+ serializedName: "cognitiveServicesEndpoint",
251
277
  type: {
252
- name: "Dictionary",
253
- value: { type: { name: "String" } },
278
+ name: "String",
254
279
  },
255
280
  },
256
281
  },
@@ -432,18 +457,6 @@ export const CallConnectionPropertiesInternal = {
432
457
  className: "CommunicationUserIdentifierModel",
433
458
  },
434
459
  },
435
- mediaSubscriptionId: {
436
- serializedName: "mediaSubscriptionId",
437
- type: {
438
- name: "String",
439
- },
440
- },
441
- dataSubscriptionId: {
442
- serializedName: "dataSubscriptionId",
443
- type: {
444
- name: "String",
445
- },
446
- },
447
460
  mediaStreamingSubscription: {
448
461
  serializedName: "mediaStreamingSubscription",
449
462
  type: {
@@ -613,13 +626,6 @@ export const AnswerCallRequest = {
613
626
  name: "String",
614
627
  },
615
628
  },
616
- customCallingContext: {
617
- serializedName: "customCallingContext",
618
- type: {
619
- name: "Composite",
620
- className: "CustomCallingContextInternal",
621
- },
622
- },
623
629
  operationContext: {
624
630
  serializedName: "operationContext",
625
631
  type: {
@@ -676,13 +682,6 @@ export const RedirectCallRequest = {
676
682
  className: "CommunicationIdentifierModel",
677
683
  },
678
684
  },
679
- customCallingContext: {
680
- serializedName: "customCallingContext",
681
- type: {
682
- name: "Composite",
683
- className: "CustomCallingContextInternal",
684
- },
685
- },
686
685
  },
687
686
  },
688
687
  };
@@ -836,6 +835,28 @@ export const TransferToParticipantRequest = {
836
835
  },
837
836
  },
838
837
  };
838
+ export const CustomCallingContextInternal = {
839
+ type: {
840
+ name: "Composite",
841
+ className: "CustomCallingContextInternal",
842
+ modelProperties: {
843
+ voipHeaders: {
844
+ serializedName: "voipHeaders",
845
+ type: {
846
+ name: "Dictionary",
847
+ value: { type: { name: "String" } },
848
+ },
849
+ },
850
+ sipHeaders: {
851
+ serializedName: "sipHeaders",
852
+ type: {
853
+ name: "Dictionary",
854
+ value: { type: { name: "String" } },
855
+ },
856
+ },
857
+ },
858
+ },
859
+ };
839
860
  export const TransferCallResponse = {
840
861
  type: {
841
862
  name: "Composite",
@@ -880,6 +901,12 @@ export const PlayRequest = {
880
901
  },
881
902
  },
882
903
  },
904
+ interruptCallMediaOperation: {
905
+ serializedName: "interruptCallMediaOperation",
906
+ type: {
907
+ name: "Boolean",
908
+ },
909
+ },
883
910
  playOptions: {
884
911
  serializedName: "playOptions",
885
912
  type: {
@@ -1031,18 +1058,6 @@ export const PlayOptionsInternal = {
1031
1058
  name: "Boolean",
1032
1059
  },
1033
1060
  },
1034
- interruptCallMediaOperation: {
1035
- serializedName: "interruptCallMediaOperation",
1036
- type: {
1037
- name: "Boolean",
1038
- },
1039
- },
1040
- interruptHoldAudio: {
1041
- serializedName: "interruptHoldAudio",
1042
- type: {
1043
- name: "Boolean",
1044
- },
1045
- },
1046
1061
  },
1047
1062
  },
1048
1063
  };
@@ -1069,12 +1084,6 @@ export const StartTranscriptionRequest = {
1069
1084
  name: "String",
1070
1085
  },
1071
1086
  },
1072
- operationCallbackUri: {
1073
- serializedName: "operationCallbackUri",
1074
- type: {
1075
- name: "String",
1076
- },
1077
- },
1078
1087
  },
1079
1088
  },
1080
1089
  };
@@ -1089,8 +1098,29 @@ export const StopTranscriptionRequest = {
1089
1098
  name: "String",
1090
1099
  },
1091
1100
  },
1092
- operationCallbackUri: {
1093
- serializedName: "operationCallbackUri",
1101
+ },
1102
+ },
1103
+ };
1104
+ export const UpdateTranscriptionRequest = {
1105
+ type: {
1106
+ name: "Composite",
1107
+ className: "UpdateTranscriptionRequest",
1108
+ modelProperties: {
1109
+ locale: {
1110
+ serializedName: "locale",
1111
+ required: true,
1112
+ type: {
1113
+ name: "String",
1114
+ },
1115
+ },
1116
+ speechRecognitionModelEndpointId: {
1117
+ serializedName: "speechRecognitionModelEndpointId",
1118
+ type: {
1119
+ name: "String",
1120
+ },
1121
+ },
1122
+ operationContext: {
1123
+ serializedName: "operationContext",
1094
1124
  type: {
1095
1125
  name: "String",
1096
1126
  },
@@ -1388,39 +1418,6 @@ export const SendDtmfTonesResult = {
1388
1418
  },
1389
1419
  },
1390
1420
  };
1391
- export const UpdateTranscriptionRequest = {
1392
- type: {
1393
- name: "Composite",
1394
- className: "UpdateTranscriptionRequest",
1395
- modelProperties: {
1396
- locale: {
1397
- serializedName: "locale",
1398
- required: true,
1399
- type: {
1400
- name: "String",
1401
- },
1402
- },
1403
- speechRecognitionModelEndpointId: {
1404
- serializedName: "speechRecognitionModelEndpointId",
1405
- type: {
1406
- name: "String",
1407
- },
1408
- },
1409
- operationContext: {
1410
- serializedName: "operationContext",
1411
- type: {
1412
- name: "String",
1413
- },
1414
- },
1415
- operationCallbackUri: {
1416
- serializedName: "operationCallbackUri",
1417
- type: {
1418
- name: "String",
1419
- },
1420
- },
1421
- },
1422
- },
1423
- };
1424
1421
  export const HoldRequest = {
1425
1422
  type: {
1426
1423
  name: "Composite",
@@ -1516,33 +1513,26 @@ export const StopMediaStreamingRequest = {
1516
1513
  },
1517
1514
  },
1518
1515
  };
1519
- export const InterruptAudioAndAnnounceRequest = {
1516
+ export const GetParticipantsResponse = {
1520
1517
  type: {
1521
1518
  name: "Composite",
1522
- className: "InterruptAudioAndAnnounceRequest",
1519
+ className: "GetParticipantsResponse",
1523
1520
  modelProperties: {
1524
- playSources: {
1525
- serializedName: "playSources",
1521
+ value: {
1522
+ serializedName: "value",
1526
1523
  required: true,
1527
1524
  type: {
1528
1525
  name: "Sequence",
1529
1526
  element: {
1530
1527
  type: {
1531
1528
  name: "Composite",
1532
- className: "PlaySourceInternal",
1529
+ className: "CallParticipantInternal",
1533
1530
  },
1534
1531
  },
1535
1532
  },
1536
1533
  },
1537
- playTo: {
1538
- serializedName: "playTo",
1539
- type: {
1540
- name: "Composite",
1541
- className: "CommunicationIdentifierModel",
1542
- },
1543
- },
1544
- operationContext: {
1545
- serializedName: "operationContext",
1534
+ nextLink: {
1535
+ serializedName: "nextLink",
1546
1536
  type: {
1547
1537
  name: "String",
1548
1538
  },
@@ -1550,216 +1540,49 @@ export const InterruptAudioAndAnnounceRequest = {
1550
1540
  },
1551
1541
  },
1552
1542
  };
1553
- export const StartDialogRequest = {
1543
+ export const CallParticipantInternal = {
1554
1544
  type: {
1555
1545
  name: "Composite",
1556
- className: "StartDialogRequest",
1546
+ className: "CallParticipantInternal",
1557
1547
  modelProperties: {
1558
- dialog: {
1559
- serializedName: "dialog",
1548
+ identifier: {
1549
+ serializedName: "identifier",
1560
1550
  type: {
1561
1551
  name: "Composite",
1562
- className: "BaseDialog",
1552
+ className: "CommunicationIdentifierModel",
1563
1553
  },
1564
1554
  },
1565
- operationCallbackUri: {
1566
- serializedName: "operationCallbackUri",
1555
+ isMuted: {
1556
+ serializedName: "isMuted",
1567
1557
  type: {
1568
- name: "String",
1558
+ name: "Boolean",
1569
1559
  },
1570
1560
  },
1571
- operationContext: {
1572
- serializedName: "operationContext",
1561
+ isOnHold: {
1562
+ serializedName: "isOnHold",
1573
1563
  type: {
1574
- name: "String",
1564
+ name: "Boolean",
1575
1565
  },
1576
1566
  },
1577
1567
  },
1578
1568
  },
1579
1569
  };
1580
- export const BaseDialog = {
1570
+ export const AddParticipantRequest = {
1581
1571
  type: {
1582
1572
  name: "Composite",
1583
- className: "BaseDialog",
1584
- uberParent: "BaseDialog",
1585
- polymorphicDiscriminator: {
1586
- serializedName: "kind",
1587
- clientName: "kind",
1588
- },
1573
+ className: "AddParticipantRequest",
1589
1574
  modelProperties: {
1590
- kind: {
1591
- serializedName: "kind",
1592
- required: true,
1575
+ sourceCallerIdNumber: {
1576
+ serializedName: "sourceCallerIdNumber",
1593
1577
  type: {
1594
- name: "String",
1578
+ name: "Composite",
1579
+ className: "PhoneNumberIdentifierModel",
1595
1580
  },
1596
1581
  },
1597
- context: {
1598
- serializedName: "context",
1599
- required: true,
1582
+ sourceDisplayName: {
1583
+ serializedName: "sourceDisplayName",
1600
1584
  type: {
1601
- name: "Dictionary",
1602
- value: {
1603
- type: { name: "Dictionary", value: { type: { name: "any" } } },
1604
- },
1605
- },
1606
- },
1607
- },
1608
- },
1609
- };
1610
- export const DialogStateResponse = {
1611
- type: {
1612
- name: "Composite",
1613
- className: "DialogStateResponse",
1614
- modelProperties: {
1615
- dialogId: {
1616
- serializedName: "dialogId",
1617
- type: {
1618
- name: "String",
1619
- },
1620
- },
1621
- dialog: {
1622
- serializedName: "dialog",
1623
- type: {
1624
- name: "Composite",
1625
- className: "BaseDialog",
1626
- },
1627
- },
1628
- operationContext: {
1629
- serializedName: "operationContext",
1630
- type: {
1631
- name: "String",
1632
- },
1633
- },
1634
- },
1635
- },
1636
- };
1637
- export const UpdateDialogRequest = {
1638
- type: {
1639
- name: "Composite",
1640
- className: "UpdateDialogRequest",
1641
- modelProperties: {
1642
- dialog: {
1643
- serializedName: "dialog",
1644
- type: {
1645
- name: "Composite",
1646
- className: "DialogUpdateBase",
1647
- },
1648
- },
1649
- operationCallbackUri: {
1650
- serializedName: "operationCallbackUri",
1651
- type: {
1652
- name: "String",
1653
- },
1654
- },
1655
- operationContext: {
1656
- serializedName: "operationContext",
1657
- type: {
1658
- name: "String",
1659
- },
1660
- },
1661
- },
1662
- },
1663
- };
1664
- export const DialogUpdateBase = {
1665
- type: {
1666
- name: "Composite",
1667
- className: "DialogUpdateBase",
1668
- uberParent: "DialogUpdateBase",
1669
- polymorphicDiscriminator: {
1670
- serializedName: "kind",
1671
- clientName: "kind",
1672
- },
1673
- modelProperties: {
1674
- kind: {
1675
- serializedName: "kind",
1676
- required: true,
1677
- type: {
1678
- name: "String",
1679
- },
1680
- },
1681
- context: {
1682
- serializedName: "context",
1683
- type: {
1684
- name: "Dictionary",
1685
- value: {
1686
- type: { name: "Dictionary", value: { type: { name: "any" } } },
1687
- },
1688
- },
1689
- },
1690
- },
1691
- },
1692
- };
1693
- export const GetParticipantsResponse = {
1694
- type: {
1695
- name: "Composite",
1696
- className: "GetParticipantsResponse",
1697
- modelProperties: {
1698
- value: {
1699
- serializedName: "value",
1700
- required: true,
1701
- type: {
1702
- name: "Sequence",
1703
- element: {
1704
- type: {
1705
- name: "Composite",
1706
- className: "CallParticipantInternal",
1707
- },
1708
- },
1709
- },
1710
- },
1711
- nextLink: {
1712
- serializedName: "nextLink",
1713
- type: {
1714
- name: "String",
1715
- },
1716
- },
1717
- },
1718
- },
1719
- };
1720
- export const CallParticipantInternal = {
1721
- type: {
1722
- name: "Composite",
1723
- className: "CallParticipantInternal",
1724
- modelProperties: {
1725
- identifier: {
1726
- serializedName: "identifier",
1727
- type: {
1728
- name: "Composite",
1729
- className: "CommunicationIdentifierModel",
1730
- },
1731
- },
1732
- isMuted: {
1733
- serializedName: "isMuted",
1734
- type: {
1735
- name: "Boolean",
1736
- },
1737
- },
1738
- isOnHold: {
1739
- serializedName: "isOnHold",
1740
- type: {
1741
- name: "Boolean",
1742
- },
1743
- },
1744
- },
1745
- },
1746
- };
1747
- export const AddParticipantRequest = {
1748
- type: {
1749
- name: "Composite",
1750
- className: "AddParticipantRequest",
1751
- modelProperties: {
1752
- sourceCallerIdNumber: {
1753
- serializedName: "sourceCallerIdNumber",
1754
- type: {
1755
- name: "Composite",
1756
- className: "PhoneNumberIdentifierModel",
1757
- },
1758
- },
1759
- sourceDisplayName: {
1760
- serializedName: "sourceDisplayName",
1761
- type: {
1762
- name: "String",
1585
+ name: "String",
1763
1586
  },
1764
1587
  },
1765
1588
  participantToAdd: {
@@ -1910,47 +1733,6 @@ export const MuteParticipantsResult = {
1910
1733
  },
1911
1734
  },
1912
1735
  };
1913
- export const UnmuteParticipantsRequest = {
1914
- type: {
1915
- name: "Composite",
1916
- className: "UnmuteParticipantsRequest",
1917
- modelProperties: {
1918
- targetParticipants: {
1919
- serializedName: "targetParticipants",
1920
- required: true,
1921
- type: {
1922
- name: "Sequence",
1923
- element: {
1924
- type: {
1925
- name: "Composite",
1926
- className: "CommunicationIdentifierModel",
1927
- },
1928
- },
1929
- },
1930
- },
1931
- operationContext: {
1932
- serializedName: "operationContext",
1933
- type: {
1934
- name: "String",
1935
- },
1936
- },
1937
- },
1938
- },
1939
- };
1940
- export const UnmuteParticipantsResponse = {
1941
- type: {
1942
- name: "Composite",
1943
- className: "UnmuteParticipantsResponse",
1944
- modelProperties: {
1945
- operationContext: {
1946
- serializedName: "operationContext",
1947
- type: {
1948
- name: "String",
1949
- },
1950
- },
1951
- },
1952
- },
1953
- };
1954
1736
  export const CancelAddParticipantRequest = {
1955
1737
  type: {
1956
1738
  name: "Composite",
@@ -2152,168 +1934,118 @@ export const RecordingStateResponse = {
2152
1934
  },
2153
1935
  },
2154
1936
  };
2155
- export const RecordingResultResponse = {
1937
+ export const ConnectFailed = {
2156
1938
  type: {
2157
1939
  name: "Composite",
2158
- className: "RecordingResultResponse",
1940
+ className: "ConnectFailed",
2159
1941
  modelProperties: {
2160
- recordingId: {
2161
- serializedName: "recordingId",
2162
- readOnly: true,
1942
+ callConnectionId: {
1943
+ serializedName: "callConnectionId",
2163
1944
  type: {
2164
1945
  name: "String",
2165
1946
  },
2166
1947
  },
2167
- recordingStorageInfo: {
2168
- serializedName: "recordingStorageInfo",
2169
- type: {
2170
- name: "Composite",
2171
- className: "RecordingStorageInfo",
2172
- },
2173
- },
2174
- errors: {
2175
- serializedName: "errors",
2176
- readOnly: true,
2177
- type: {
2178
- name: "Sequence",
2179
- element: {
2180
- type: {
2181
- name: "Composite",
2182
- className: "ErrorModel",
2183
- },
2184
- },
2185
- },
2186
- },
2187
- recordingStartTime: {
2188
- serializedName: "recordingStartTime",
2189
- readOnly: true,
1948
+ serverCallId: {
1949
+ serializedName: "serverCallId",
2190
1950
  type: {
2191
- name: "DateTime",
1951
+ name: "String",
2192
1952
  },
2193
1953
  },
2194
- recordingDurationMs: {
2195
- serializedName: "recordingDurationMs",
2196
- readOnly: true,
1954
+ correlationId: {
1955
+ serializedName: "correlationId",
2197
1956
  type: {
2198
- name: "Number",
1957
+ name: "String",
2199
1958
  },
2200
1959
  },
2201
- sessionEndReason: {
2202
- serializedName: "sessionEndReason",
2203
- readOnly: true,
1960
+ operationContext: {
1961
+ serializedName: "operationContext",
2204
1962
  type: {
2205
1963
  name: "String",
2206
1964
  },
2207
1965
  },
2208
- recordingExpirationTime: {
2209
- serializedName: "recordingExpirationTime",
2210
- readOnly: true,
1966
+ resultInformation: {
1967
+ serializedName: "resultInformation",
2211
1968
  type: {
2212
- name: "DateTime",
1969
+ name: "Composite",
1970
+ className: "RestResultInformation",
2213
1971
  },
2214
1972
  },
2215
1973
  },
2216
1974
  },
2217
1975
  };
2218
- export const RecordingStorageInfo = {
1976
+ export const RestResultInformation = {
2219
1977
  type: {
2220
1978
  name: "Composite",
2221
- className: "RecordingStorageInfo",
1979
+ className: "RestResultInformation",
2222
1980
  modelProperties: {
2223
- recordingChunks: {
2224
- serializedName: "recordingChunks",
1981
+ code: {
1982
+ serializedName: "code",
2225
1983
  type: {
2226
- name: "Sequence",
2227
- element: {
2228
- type: {
2229
- name: "Composite",
2230
- className: "RecordingChunkStorageInfo",
2231
- },
2232
- },
1984
+ name: "Number",
1985
+ },
1986
+ },
1987
+ subCode: {
1988
+ serializedName: "subCode",
1989
+ type: {
1990
+ name: "Number",
1991
+ },
1992
+ },
1993
+ message: {
1994
+ serializedName: "message",
1995
+ type: {
1996
+ name: "String",
2233
1997
  },
2234
1998
  },
2235
1999
  },
2236
2000
  },
2237
2001
  };
2238
- export const RecordingChunkStorageInfo = {
2002
+ export const PlayStarted = {
2239
2003
  type: {
2240
2004
  name: "Composite",
2241
- className: "RecordingChunkStorageInfo",
2005
+ className: "PlayStarted",
2242
2006
  modelProperties: {
2243
- documentId: {
2244
- serializedName: "documentId",
2007
+ callConnectionId: {
2008
+ serializedName: "callConnectionId",
2245
2009
  type: {
2246
2010
  name: "String",
2247
2011
  },
2248
2012
  },
2249
- index: {
2250
- serializedName: "index",
2251
- type: {
2252
- name: "Number",
2253
- },
2254
- },
2255
- endReason: {
2256
- serializedName: "endReason",
2013
+ serverCallId: {
2014
+ serializedName: "serverCallId",
2257
2015
  type: {
2258
2016
  name: "String",
2259
2017
  },
2260
2018
  },
2261
- contentLocation: {
2262
- serializedName: "contentLocation",
2019
+ correlationId: {
2020
+ serializedName: "correlationId",
2263
2021
  type: {
2264
2022
  name: "String",
2265
2023
  },
2266
2024
  },
2267
- metadataLocation: {
2268
- serializedName: "metadataLocation",
2025
+ operationContext: {
2026
+ serializedName: "operationContext",
2269
2027
  type: {
2270
2028
  name: "String",
2271
2029
  },
2272
2030
  },
2273
- deleteLocation: {
2274
- serializedName: "deleteLocation",
2031
+ resultInformation: {
2032
+ serializedName: "resultInformation",
2275
2033
  type: {
2276
- name: "String",
2034
+ name: "Composite",
2035
+ className: "RestResultInformation",
2277
2036
  },
2278
2037
  },
2279
2038
  },
2280
2039
  },
2281
2040
  };
2282
- export const ErrorModel = {
2041
+ export const DtmfResult = {
2283
2042
  type: {
2284
2043
  name: "Composite",
2285
- className: "ErrorModel",
2044
+ className: "DtmfResult",
2286
2045
  modelProperties: {
2287
- code: {
2288
- serializedName: "code",
2289
- type: {
2290
- name: "String",
2291
- },
2292
- },
2293
- message: {
2294
- serializedName: "message",
2295
- type: {
2296
- name: "String",
2297
- },
2298
- },
2299
- innerError: {
2300
- serializedName: "innerError",
2301
- type: {
2302
- name: "Composite",
2303
- className: "ErrorModel",
2304
- },
2305
- },
2306
- },
2307
- },
2308
- };
2309
- export const DtmfResult = {
2310
- type: {
2311
- name: "Composite",
2312
- className: "DtmfResult",
2313
- modelProperties: {
2314
- tones: {
2315
- serializedName: "tones",
2316
- readOnly: true,
2046
+ tones: {
2047
+ serializedName: "tones",
2048
+ readOnly: true,
2317
2049
  type: {
2318
2050
  name: "Sequence",
2319
2051
  element: {
@@ -2360,225 +2092,16 @@ export const SpeechResult = {
2360
2092
  },
2361
2093
  },
2362
2094
  };
2363
- export const DialogCompleted = {
2364
- type: {
2365
- name: "Composite",
2366
- className: "DialogCompleted",
2367
- modelProperties: {
2368
- dialogInputType: {
2369
- serializedName: "dialogInputType",
2370
- type: {
2371
- name: "String",
2372
- },
2373
- },
2374
- dialogId: {
2375
- serializedName: "dialogId",
2376
- readOnly: true,
2377
- type: {
2378
- name: "String",
2379
- },
2380
- },
2381
- callConnectionId: {
2382
- serializedName: "callConnectionId",
2383
- type: {
2384
- name: "String",
2385
- },
2386
- },
2387
- serverCallId: {
2388
- serializedName: "serverCallId",
2389
- type: {
2390
- name: "String",
2391
- },
2392
- },
2393
- correlationId: {
2394
- serializedName: "correlationId",
2395
- type: {
2396
- name: "String",
2397
- },
2398
- },
2399
- operationContext: {
2400
- serializedName: "operationContext",
2401
- type: {
2402
- name: "String",
2403
- },
2404
- },
2405
- resultInformation: {
2406
- serializedName: "resultInformation",
2407
- type: {
2408
- name: "Composite",
2409
- className: "RestResultInformation",
2410
- },
2411
- },
2412
- },
2413
- },
2414
- };
2415
- export const RestResultInformation = {
2416
- type: {
2417
- name: "Composite",
2418
- className: "RestResultInformation",
2419
- modelProperties: {
2420
- code: {
2421
- serializedName: "code",
2422
- type: {
2423
- name: "Number",
2424
- },
2425
- },
2426
- subCode: {
2427
- serializedName: "subCode",
2428
- type: {
2429
- name: "Number",
2430
- },
2431
- },
2432
- message: {
2433
- serializedName: "message",
2434
- type: {
2435
- name: "String",
2436
- },
2437
- },
2438
- },
2439
- },
2440
- };
2441
- export const DialogFailed = {
2442
- type: {
2443
- name: "Composite",
2444
- className: "DialogFailed",
2445
- modelProperties: {
2446
- dialogInputType: {
2447
- serializedName: "dialogInputType",
2448
- type: {
2449
- name: "String",
2450
- },
2451
- },
2452
- dialogId: {
2453
- serializedName: "dialogId",
2454
- readOnly: true,
2455
- type: {
2456
- name: "String",
2457
- },
2458
- },
2459
- callConnectionId: {
2460
- serializedName: "callConnectionId",
2461
- type: {
2462
- name: "String",
2463
- },
2464
- },
2465
- serverCallId: {
2466
- serializedName: "serverCallId",
2467
- type: {
2468
- name: "String",
2469
- },
2470
- },
2471
- correlationId: {
2472
- serializedName: "correlationId",
2473
- type: {
2474
- name: "String",
2475
- },
2476
- },
2477
- operationContext: {
2478
- serializedName: "operationContext",
2479
- type: {
2480
- name: "String",
2481
- },
2482
- },
2483
- resultInformation: {
2484
- serializedName: "resultInformation",
2485
- type: {
2486
- name: "Composite",
2487
- className: "RestResultInformation",
2488
- },
2489
- },
2490
- },
2491
- },
2492
- };
2493
- export const DialogConsent = {
2095
+ export const MediaStreamingFailed = {
2494
2096
  type: {
2495
2097
  name: "Composite",
2496
- className: "DialogConsent",
2098
+ className: "MediaStreamingFailed",
2497
2099
  modelProperties: {
2498
- dialogInputType: {
2499
- serializedName: "dialogInputType",
2500
- type: {
2501
- name: "String",
2502
- },
2503
- },
2504
- userConsent: {
2505
- serializedName: "userConsent",
2506
- type: {
2507
- name: "Composite",
2508
- className: "UserConsent",
2509
- },
2510
- },
2511
- dialogId: {
2512
- serializedName: "dialogId",
2513
- readOnly: true,
2514
- type: {
2515
- name: "String",
2516
- },
2517
- },
2518
- callConnectionId: {
2519
- serializedName: "callConnectionId",
2520
- type: {
2521
- name: "String",
2522
- },
2523
- },
2524
- serverCallId: {
2525
- serializedName: "serverCallId",
2526
- type: {
2527
- name: "String",
2528
- },
2529
- },
2530
- correlationId: {
2531
- serializedName: "correlationId",
2532
- type: {
2533
- name: "String",
2534
- },
2535
- },
2536
- operationContext: {
2537
- serializedName: "operationContext",
2538
- type: {
2539
- name: "String",
2540
- },
2541
- },
2542
- resultInformation: {
2543
- serializedName: "resultInformation",
2100
+ mediaStreamingUpdate: {
2101
+ serializedName: "mediaStreamingUpdate",
2544
2102
  type: {
2545
2103
  name: "Composite",
2546
- className: "RestResultInformation",
2547
- },
2548
- },
2549
- },
2550
- },
2551
- };
2552
- export const UserConsent = {
2553
- type: {
2554
- name: "Composite",
2555
- className: "UserConsent",
2556
- modelProperties: {
2557
- recording: {
2558
- serializedName: "recording",
2559
- type: {
2560
- name: "Number",
2561
- },
2562
- },
2563
- },
2564
- },
2565
- };
2566
- export const DialogStarted = {
2567
- type: {
2568
- name: "Composite",
2569
- className: "DialogStarted",
2570
- modelProperties: {
2571
- dialogInputType: {
2572
- serializedName: "dialogInputType",
2573
- type: {
2574
- name: "String",
2575
- },
2576
- },
2577
- dialogId: {
2578
- serializedName: "dialogId",
2579
- readOnly: true,
2580
- type: {
2581
- name: "String",
2104
+ className: "MediaStreamingUpdate",
2582
2105
  },
2583
2106
  },
2584
2107
  callConnectionId: {
@@ -2615,692 +2138,44 @@ export const DialogStarted = {
2615
2138
  },
2616
2139
  },
2617
2140
  };
2618
- export const DialogHangup = {
2141
+ export const MediaStreamingUpdate = {
2619
2142
  type: {
2620
2143
  name: "Composite",
2621
- className: "DialogHangup",
2144
+ className: "MediaStreamingUpdate",
2622
2145
  modelProperties: {
2623
- dialogInputType: {
2624
- serializedName: "dialogInputType",
2625
- type: {
2626
- name: "String",
2627
- },
2628
- },
2629
- dialogId: {
2630
- serializedName: "dialogId",
2631
- readOnly: true,
2632
- type: {
2633
- name: "String",
2634
- },
2635
- },
2636
- ivrContext: {
2637
- serializedName: "ivrContext",
2638
- readOnly: true,
2639
- type: {
2640
- name: "Dictionary",
2641
- value: { type: { name: "any" } },
2642
- },
2643
- },
2644
- callConnectionId: {
2645
- serializedName: "callConnectionId",
2646
- type: {
2647
- name: "String",
2648
- },
2649
- },
2650
- serverCallId: {
2651
- serializedName: "serverCallId",
2146
+ contentType: {
2147
+ serializedName: "contentType",
2652
2148
  type: {
2653
2149
  name: "String",
2654
2150
  },
2655
2151
  },
2656
- correlationId: {
2657
- serializedName: "correlationId",
2152
+ mediaStreamingStatus: {
2153
+ serializedName: "mediaStreamingStatus",
2658
2154
  type: {
2659
2155
  name: "String",
2660
2156
  },
2661
2157
  },
2662
- operationContext: {
2663
- serializedName: "operationContext",
2158
+ mediaStreamingStatusDetails: {
2159
+ serializedName: "mediaStreamingStatusDetails",
2664
2160
  type: {
2665
2161
  name: "String",
2666
2162
  },
2667
2163
  },
2668
- resultInformation: {
2669
- serializedName: "resultInformation",
2670
- type: {
2671
- name: "Composite",
2672
- className: "RestResultInformation",
2673
- },
2674
- },
2675
2164
  },
2676
2165
  },
2677
2166
  };
2678
- export const DialogTransfer = {
2167
+ export const MediaStreamingStarted = {
2679
2168
  type: {
2680
2169
  name: "Composite",
2681
- className: "DialogTransfer",
2682
- modelProperties: {
2683
- dialogInputType: {
2684
- serializedName: "dialogInputType",
2685
- type: {
2686
- name: "String",
2687
- },
2688
- },
2689
- dialogId: {
2690
- serializedName: "dialogId",
2691
- readOnly: true,
2692
- type: {
2693
- name: "String",
2694
- },
2695
- },
2696
- transferType: {
2697
- serializedName: "transferType",
2698
- readOnly: true,
2699
- type: {
2700
- name: "String",
2701
- },
2702
- },
2703
- transferDestination: {
2704
- serializedName: "transferDestination",
2705
- readOnly: true,
2706
- type: {
2707
- name: "String",
2708
- },
2709
- },
2710
- ivrContext: {
2711
- serializedName: "ivrContext",
2712
- readOnly: true,
2713
- type: {
2714
- name: "Dictionary",
2715
- value: { type: { name: "any" } },
2716
- },
2717
- },
2718
- callConnectionId: {
2719
- serializedName: "callConnectionId",
2720
- type: {
2721
- name: "String",
2722
- },
2723
- },
2724
- serverCallId: {
2725
- serializedName: "serverCallId",
2726
- type: {
2727
- name: "String",
2728
- },
2729
- },
2730
- correlationId: {
2731
- serializedName: "correlationId",
2732
- type: {
2733
- name: "String",
2734
- },
2735
- },
2736
- operationContext: {
2737
- serializedName: "operationContext",
2738
- type: {
2739
- name: "String",
2740
- },
2741
- },
2742
- resultInformation: {
2743
- serializedName: "resultInformation",
2744
- type: {
2745
- name: "Composite",
2746
- className: "RestResultInformation",
2747
- },
2748
- },
2749
- },
2750
- },
2751
- };
2752
- export const DialogLanguageChange = {
2753
- type: {
2754
- name: "Composite",
2755
- className: "DialogLanguageChange",
2756
- modelProperties: {
2757
- dialogInputType: {
2758
- serializedName: "dialogInputType",
2759
- type: {
2760
- name: "String",
2761
- },
2762
- },
2763
- dialogId: {
2764
- serializedName: "dialogId",
2765
- readOnly: true,
2766
- type: {
2767
- name: "String",
2768
- },
2769
- },
2770
- selectedLanguage: {
2771
- serializedName: "selectedLanguage",
2772
- readOnly: true,
2773
- type: {
2774
- name: "String",
2775
- },
2776
- },
2777
- ivrContext: {
2778
- serializedName: "ivrContext",
2779
- readOnly: true,
2780
- type: {
2781
- name: "Dictionary",
2782
- value: { type: { name: "any" } },
2783
- },
2784
- },
2785
- callConnectionId: {
2786
- serializedName: "callConnectionId",
2787
- type: {
2788
- name: "String",
2789
- },
2790
- },
2791
- serverCallId: {
2792
- serializedName: "serverCallId",
2793
- type: {
2794
- name: "String",
2795
- },
2796
- },
2797
- correlationId: {
2798
- serializedName: "correlationId",
2799
- type: {
2800
- name: "String",
2801
- },
2802
- },
2803
- operationContext: {
2804
- serializedName: "operationContext",
2805
- type: {
2806
- name: "String",
2807
- },
2808
- },
2809
- resultInformation: {
2810
- serializedName: "resultInformation",
2811
- type: {
2812
- name: "Composite",
2813
- className: "RestResultInformation",
2814
- },
2815
- },
2816
- },
2817
- },
2818
- };
2819
- export const DialogSensitivityUpdate = {
2820
- type: {
2821
- name: "Composite",
2822
- className: "DialogSensitivityUpdate",
2823
- modelProperties: {
2824
- dialogInputType: {
2825
- serializedName: "dialogInputType",
2826
- type: {
2827
- name: "String",
2828
- },
2829
- },
2830
- dialogId: {
2831
- serializedName: "dialogId",
2832
- readOnly: true,
2833
- type: {
2834
- name: "String",
2835
- },
2836
- },
2837
- sensitiveMask: {
2838
- serializedName: "sensitiveMask",
2839
- readOnly: true,
2840
- type: {
2841
- name: "Boolean",
2842
- },
2843
- },
2844
- callConnectionId: {
2845
- serializedName: "callConnectionId",
2846
- type: {
2847
- name: "String",
2848
- },
2849
- },
2850
- serverCallId: {
2851
- serializedName: "serverCallId",
2852
- type: {
2853
- name: "String",
2854
- },
2855
- },
2856
- correlationId: {
2857
- serializedName: "correlationId",
2858
- type: {
2859
- name: "String",
2860
- },
2861
- },
2862
- operationContext: {
2863
- serializedName: "operationContext",
2864
- type: {
2865
- name: "String",
2866
- },
2867
- },
2868
- resultInformation: {
2869
- serializedName: "resultInformation",
2870
- type: {
2871
- name: "Composite",
2872
- className: "RestResultInformation",
2873
- },
2874
- },
2875
- },
2876
- },
2877
- };
2878
- export const DialogUpdated = {
2879
- type: {
2880
- name: "Composite",
2881
- className: "DialogUpdated",
2882
- modelProperties: {
2883
- dialogInputType: {
2884
- serializedName: "dialogInputType",
2885
- type: {
2886
- name: "String",
2887
- },
2888
- },
2889
- dialogId: {
2890
- serializedName: "dialogId",
2891
- readOnly: true,
2892
- type: {
2893
- name: "String",
2894
- },
2895
- },
2896
- ivrContext: {
2897
- serializedName: "ivrContext",
2898
- readOnly: true,
2899
- type: {
2900
- name: "Dictionary",
2901
- value: { type: { name: "any" } },
2902
- },
2903
- },
2904
- callConnectionId: {
2905
- serializedName: "callConnectionId",
2906
- type: {
2907
- name: "String",
2908
- },
2909
- },
2910
- serverCallId: {
2911
- serializedName: "serverCallId",
2912
- type: {
2913
- name: "String",
2914
- },
2915
- },
2916
- correlationId: {
2917
- serializedName: "correlationId",
2918
- type: {
2919
- name: "String",
2920
- },
2921
- },
2922
- operationContext: {
2923
- serializedName: "operationContext",
2924
- type: {
2925
- name: "String",
2926
- },
2927
- },
2928
- resultInformation: {
2929
- serializedName: "resultInformation",
2930
- type: {
2931
- name: "Composite",
2932
- className: "RestResultInformation",
2933
- },
2934
- },
2935
- },
2936
- },
2937
- };
2938
- export const TranscriptionUpdate = {
2939
- type: {
2940
- name: "Composite",
2941
- className: "TranscriptionUpdate",
2942
- modelProperties: {
2943
- transcriptionStatus: {
2944
- serializedName: "transcriptionStatus",
2945
- type: {
2946
- name: "String",
2947
- },
2948
- },
2949
- transcriptionStatusDetails: {
2950
- serializedName: "transcriptionStatusDetails",
2951
- type: {
2952
- name: "String",
2953
- },
2954
- },
2955
- },
2956
- },
2957
- };
2958
- export const MediaStreamingUpdate = {
2959
- type: {
2960
- name: "Composite",
2961
- className: "MediaStreamingUpdate",
2962
- modelProperties: {
2963
- contentType: {
2964
- serializedName: "contentType",
2965
- type: {
2966
- name: "String",
2967
- },
2968
- },
2969
- mediaStreamingStatus: {
2970
- serializedName: "mediaStreamingStatus",
2971
- type: {
2972
- name: "String",
2973
- },
2974
- },
2975
- mediaStreamingStatusDetails: {
2976
- serializedName: "mediaStreamingStatusDetails",
2977
- type: {
2978
- name: "String",
2979
- },
2980
- },
2981
- },
2982
- },
2983
- };
2984
- export const RestAddParticipantSucceeded = {
2985
- type: {
2986
- name: "Composite",
2987
- className: "RestAddParticipantSucceeded",
2988
- modelProperties: {
2989
- callConnectionId: {
2990
- serializedName: "callConnectionId",
2991
- type: {
2992
- name: "String",
2993
- },
2994
- },
2995
- serverCallId: {
2996
- serializedName: "serverCallId",
2997
- type: {
2998
- name: "String",
2999
- },
3000
- },
3001
- correlationId: {
3002
- serializedName: "correlationId",
3003
- type: {
3004
- name: "String",
3005
- },
3006
- },
3007
- operationContext: {
3008
- serializedName: "operationContext",
3009
- type: {
3010
- name: "String",
3011
- },
3012
- },
3013
- resultInformation: {
3014
- serializedName: "resultInformation",
3015
- type: {
3016
- name: "Composite",
3017
- className: "RestResultInformation",
3018
- },
3019
- },
3020
- participant: {
3021
- serializedName: "participant",
3022
- type: {
3023
- name: "Composite",
3024
- className: "CommunicationIdentifierModel",
3025
- },
3026
- },
3027
- },
3028
- },
3029
- };
3030
- export const RestAddParticipantFailed = {
3031
- type: {
3032
- name: "Composite",
3033
- className: "RestAddParticipantFailed",
3034
- modelProperties: {
3035
- callConnectionId: {
3036
- serializedName: "callConnectionId",
3037
- type: {
3038
- name: "String",
3039
- },
3040
- },
3041
- serverCallId: {
3042
- serializedName: "serverCallId",
3043
- type: {
3044
- name: "String",
3045
- },
3046
- },
3047
- correlationId: {
3048
- serializedName: "correlationId",
3049
- type: {
3050
- name: "String",
3051
- },
3052
- },
3053
- operationContext: {
3054
- serializedName: "operationContext",
3055
- type: {
3056
- name: "String",
3057
- },
3058
- },
3059
- resultInformation: {
3060
- serializedName: "resultInformation",
3061
- type: {
3062
- name: "Composite",
3063
- className: "RestResultInformation",
3064
- },
3065
- },
3066
- participant: {
3067
- serializedName: "participant",
3068
- type: {
3069
- name: "Composite",
3070
- className: "CommunicationIdentifierModel",
3071
- },
3072
- },
3073
- },
3074
- },
3075
- };
3076
- export const RestRemoveParticipantSucceeded = {
3077
- type: {
3078
- name: "Composite",
3079
- className: "RestRemoveParticipantSucceeded",
3080
- modelProperties: {
3081
- callConnectionId: {
3082
- serializedName: "callConnectionId",
3083
- type: {
3084
- name: "String",
3085
- },
3086
- },
3087
- serverCallId: {
3088
- serializedName: "serverCallId",
3089
- type: {
3090
- name: "String",
3091
- },
3092
- },
3093
- correlationId: {
3094
- serializedName: "correlationId",
3095
- type: {
3096
- name: "String",
3097
- },
3098
- },
3099
- operationContext: {
3100
- serializedName: "operationContext",
3101
- type: {
3102
- name: "String",
3103
- },
3104
- },
3105
- resultInformation: {
3106
- serializedName: "resultInformation",
3107
- type: {
3108
- name: "Composite",
3109
- className: "RestResultInformation",
3110
- },
3111
- },
3112
- participant: {
3113
- serializedName: "participant",
3114
- type: {
3115
- name: "Composite",
3116
- className: "CommunicationIdentifierModel",
3117
- },
3118
- },
3119
- },
3120
- },
3121
- };
3122
- export const RestRemoveParticipantFailed = {
3123
- type: {
3124
- name: "Composite",
3125
- className: "RestRemoveParticipantFailed",
3126
- modelProperties: {
3127
- callConnectionId: {
3128
- serializedName: "callConnectionId",
3129
- type: {
3130
- name: "String",
3131
- },
3132
- },
3133
- serverCallId: {
3134
- serializedName: "serverCallId",
3135
- type: {
3136
- name: "String",
3137
- },
3138
- },
3139
- correlationId: {
3140
- serializedName: "correlationId",
3141
- type: {
3142
- name: "String",
3143
- },
3144
- },
3145
- operationContext: {
3146
- serializedName: "operationContext",
3147
- type: {
3148
- name: "String",
3149
- },
3150
- },
3151
- resultInformation: {
3152
- serializedName: "resultInformation",
3153
- type: {
3154
- name: "Composite",
3155
- className: "RestResultInformation",
3156
- },
3157
- },
3158
- participant: {
3159
- serializedName: "participant",
3160
- type: {
3161
- name: "Composite",
3162
- className: "CommunicationIdentifierModel",
3163
- },
3164
- },
3165
- },
3166
- },
3167
- };
3168
- export const RestCallConnected = {
3169
- type: {
3170
- name: "Composite",
3171
- className: "RestCallConnected",
3172
- modelProperties: {
3173
- callConnectionId: {
3174
- serializedName: "callConnectionId",
3175
- type: {
3176
- name: "String",
3177
- },
3178
- },
3179
- serverCallId: {
3180
- serializedName: "serverCallId",
3181
- type: {
3182
- name: "String",
3183
- },
3184
- },
3185
- correlationId: {
3186
- serializedName: "correlationId",
3187
- type: {
3188
- name: "String",
3189
- },
3190
- },
3191
- operationContext: {
3192
- serializedName: "operationContext",
3193
- type: {
3194
- name: "String",
3195
- },
3196
- },
3197
- resultInformation: {
3198
- serializedName: "resultInformation",
3199
- type: {
3200
- name: "Composite",
3201
- className: "RestResultInformation",
3202
- },
3203
- },
3204
- },
3205
- },
3206
- };
3207
- export const RestCallDisconnected = {
3208
- type: {
3209
- name: "Composite",
3210
- className: "RestCallDisconnected",
3211
- modelProperties: {
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",
3241
- },
3242
- },
3243
- },
3244
- },
3245
- };
3246
- export const RestCallTransferAccepted = {
3247
- type: {
3248
- name: "Composite",
3249
- className: "RestCallTransferAccepted",
3250
- modelProperties: {
3251
- callConnectionId: {
3252
- serializedName: "callConnectionId",
3253
- type: {
3254
- name: "String",
3255
- },
3256
- },
3257
- serverCallId: {
3258
- serializedName: "serverCallId",
3259
- type: {
3260
- name: "String",
3261
- },
3262
- },
3263
- correlationId: {
3264
- serializedName: "correlationId",
3265
- type: {
3266
- name: "String",
3267
- },
3268
- },
3269
- operationContext: {
3270
- serializedName: "operationContext",
3271
- type: {
3272
- name: "String",
3273
- },
3274
- },
3275
- resultInformation: {
3276
- serializedName: "resultInformation",
3277
- type: {
3278
- name: "Composite",
3279
- className: "RestResultInformation",
3280
- },
3281
- },
3282
- transferTarget: {
3283
- serializedName: "transferTarget",
3284
- type: {
3285
- name: "Composite",
3286
- className: "CommunicationIdentifierModel",
3287
- },
3288
- },
3289
- transferee: {
3290
- serializedName: "transferee",
3291
- type: {
3292
- name: "Composite",
3293
- className: "CommunicationIdentifierModel",
3294
- },
3295
- },
3296
- },
3297
- },
3298
- };
3299
- export const RestCallTransferFailed = {
3300
- type: {
3301
- name: "Composite",
3302
- className: "RestCallTransferFailed",
2170
+ className: "MediaStreamingStarted",
3303
2171
  modelProperties: {
2172
+ mediaStreamingUpdate: {
2173
+ serializedName: "mediaStreamingUpdate",
2174
+ type: {
2175
+ name: "Composite",
2176
+ className: "MediaStreamingUpdate",
2177
+ },
2178
+ },
3304
2179
  callConnectionId: {
3305
2180
  serializedName: "callConnectionId",
3306
2181
  type: {
@@ -3335,11 +2210,18 @@ export const RestCallTransferFailed = {
3335
2210
  },
3336
2211
  },
3337
2212
  };
3338
- export const RestRecordingStateChanged = {
2213
+ export const MediaStreamingStopped = {
3339
2214
  type: {
3340
2215
  name: "Composite",
3341
- className: "RestRecordingStateChanged",
2216
+ className: "MediaStreamingStopped",
3342
2217
  modelProperties: {
2218
+ mediaStreamingUpdate: {
2219
+ serializedName: "mediaStreamingUpdate",
2220
+ type: {
2221
+ name: "Composite",
2222
+ className: "MediaStreamingUpdate",
2223
+ },
2224
+ },
3343
2225
  callConnectionId: {
3344
2226
  serializedName: "callConnectionId",
3345
2227
  type: {
@@ -3358,28 +2240,8 @@ export const RestRecordingStateChanged = {
3358
2240
  name: "String",
3359
2241
  },
3360
2242
  },
3361
- recordingId: {
3362
- serializedName: "recordingId",
3363
- readOnly: true,
3364
- type: {
3365
- name: "String",
3366
- },
3367
- },
3368
- state: {
3369
- serializedName: "state",
3370
- type: {
3371
- name: "String",
3372
- },
3373
- },
3374
- startDateTime: {
3375
- serializedName: "startDateTime",
3376
- readOnly: true,
3377
- type: {
3378
- name: "DateTime",
3379
- },
3380
- },
3381
- recordingKind: {
3382
- serializedName: "recordingKind",
2243
+ operationContext: {
2244
+ serializedName: "operationContext",
3383
2245
  type: {
3384
2246
  name: "String",
3385
2247
  },
@@ -3394,11 +2256,18 @@ export const RestRecordingStateChanged = {
3394
2256
  },
3395
2257
  },
3396
2258
  };
3397
- export const RestParticipantsUpdated = {
2259
+ export const StartRecordingFailed = {
3398
2260
  type: {
3399
2261
  name: "Composite",
3400
- className: "RestParticipantsUpdated",
2262
+ className: "StartRecordingFailed",
3401
2263
  modelProperties: {
2264
+ recordingId: {
2265
+ serializedName: "recordingId",
2266
+ readOnly: true,
2267
+ type: {
2268
+ name: "String",
2269
+ },
2270
+ },
3402
2271
  callConnectionId: {
3403
2272
  serializedName: "callConnectionId",
3404
2273
  type: {
@@ -3417,22 +2286,10 @@ export const RestParticipantsUpdated = {
3417
2286
  name: "String",
3418
2287
  },
3419
2288
  },
3420
- sequenceNumber: {
3421
- serializedName: "sequenceNumber",
3422
- type: {
3423
- name: "Number",
3424
- },
3425
- },
3426
- participants: {
3427
- serializedName: "participants",
2289
+ operationContext: {
2290
+ serializedName: "operationContext",
3428
2291
  type: {
3429
- name: "Sequence",
3430
- element: {
3431
- type: {
3432
- name: "Composite",
3433
- className: "CallParticipantInternal",
3434
- },
3435
- },
2292
+ name: "String",
3436
2293
  },
3437
2294
  },
3438
2295
  resultInformation: {
@@ -3445,49 +2302,30 @@ export const RestParticipantsUpdated = {
3445
2302
  },
3446
2303
  },
3447
2304
  };
3448
- export const RestPlayCompleted = {
2305
+ export const TranscriptionUpdate = {
3449
2306
  type: {
3450
2307
  name: "Composite",
3451
- className: "RestPlayCompleted",
2308
+ className: "TranscriptionUpdate",
3452
2309
  modelProperties: {
3453
- callConnectionId: {
3454
- serializedName: "callConnectionId",
3455
- type: {
3456
- name: "String",
3457
- },
3458
- },
3459
- serverCallId: {
3460
- serializedName: "serverCallId",
3461
- type: {
3462
- name: "String",
3463
- },
3464
- },
3465
- correlationId: {
3466
- serializedName: "correlationId",
2310
+ transcriptionStatus: {
2311
+ serializedName: "transcriptionStatus",
3467
2312
  type: {
3468
2313
  name: "String",
3469
2314
  },
3470
2315
  },
3471
- operationContext: {
3472
- serializedName: "operationContext",
2316
+ transcriptionStatusDetails: {
2317
+ serializedName: "transcriptionStatusDetails",
3473
2318
  type: {
3474
2319
  name: "String",
3475
2320
  },
3476
2321
  },
3477
- resultInformation: {
3478
- serializedName: "resultInformation",
3479
- type: {
3480
- name: "Composite",
3481
- className: "RestResultInformation",
3482
- },
3483
- },
3484
2322
  },
3485
2323
  },
3486
2324
  };
3487
- export const RestPlayFailed = {
2325
+ export const RestAddParticipantSucceeded = {
3488
2326
  type: {
3489
2327
  name: "Composite",
3490
- className: "RestPlayFailed",
2328
+ className: "RestAddParticipantSucceeded",
3491
2329
  modelProperties: {
3492
2330
  callConnectionId: {
3493
2331
  serializedName: "callConnectionId",
@@ -3520,19 +2358,20 @@ export const RestPlayFailed = {
3520
2358
  className: "RestResultInformation",
3521
2359
  },
3522
2360
  },
3523
- failedPlaySourceIndex: {
3524
- serializedName: "failedPlaySourceIndex",
2361
+ participant: {
2362
+ serializedName: "participant",
3525
2363
  type: {
3526
- name: "Number",
2364
+ name: "Composite",
2365
+ className: "CommunicationIdentifierModel",
3527
2366
  },
3528
2367
  },
3529
2368
  },
3530
2369
  },
3531
2370
  };
3532
- export const RestPlayCanceled = {
2371
+ export const RestAddParticipantFailed = {
3533
2372
  type: {
3534
2373
  name: "Composite",
3535
- className: "RestPlayCanceled",
2374
+ className: "RestAddParticipantFailed",
3536
2375
  modelProperties: {
3537
2376
  callConnectionId: {
3538
2377
  serializedName: "callConnectionId",
@@ -3565,13 +2404,20 @@ export const RestPlayCanceled = {
3565
2404
  className: "RestResultInformation",
3566
2405
  },
3567
2406
  },
2407
+ participant: {
2408
+ serializedName: "participant",
2409
+ type: {
2410
+ name: "Composite",
2411
+ className: "CommunicationIdentifierModel",
2412
+ },
2413
+ },
3568
2414
  },
3569
2415
  },
3570
2416
  };
3571
- export const RestRecognizeCompleted = {
2417
+ export const RestRemoveParticipantSucceeded = {
3572
2418
  type: {
3573
2419
  name: "Composite",
3574
- className: "RestRecognizeCompleted",
2420
+ className: "RestRemoveParticipantSucceeded",
3575
2421
  modelProperties: {
3576
2422
  callConnectionId: {
3577
2423
  serializedName: "callConnectionId",
@@ -3604,40 +2450,20 @@ export const RestRecognizeCompleted = {
3604
2450
  className: "RestResultInformation",
3605
2451
  },
3606
2452
  },
3607
- recognitionType: {
3608
- serializedName: "recognitionType",
3609
- type: {
3610
- name: "String",
3611
- },
3612
- },
3613
- dtmfResult: {
3614
- serializedName: "dtmfResult",
3615
- type: {
3616
- name: "Composite",
3617
- className: "DtmfResult",
3618
- },
3619
- },
3620
- choiceResult: {
3621
- serializedName: "choiceResult",
3622
- type: {
3623
- name: "Composite",
3624
- className: "ChoiceResult",
3625
- },
3626
- },
3627
- speechResult: {
3628
- serializedName: "speechResult",
2453
+ participant: {
2454
+ serializedName: "participant",
3629
2455
  type: {
3630
2456
  name: "Composite",
3631
- className: "SpeechResult",
2457
+ className: "CommunicationIdentifierModel",
3632
2458
  },
3633
2459
  },
3634
2460
  },
3635
2461
  },
3636
2462
  };
3637
- export const RestRecognizeFailed = {
2463
+ export const RestRemoveParticipantFailed = {
3638
2464
  type: {
3639
2465
  name: "Composite",
3640
- className: "RestRecognizeFailed",
2466
+ className: "RestRemoveParticipantFailed",
3641
2467
  modelProperties: {
3642
2468
  callConnectionId: {
3643
2469
  serializedName: "callConnectionId",
@@ -3670,19 +2496,20 @@ export const RestRecognizeFailed = {
3670
2496
  className: "RestResultInformation",
3671
2497
  },
3672
2498
  },
3673
- failedPlaySourceIndex: {
3674
- serializedName: "failedPlaySourceIndex",
2499
+ participant: {
2500
+ serializedName: "participant",
3675
2501
  type: {
3676
- name: "Number",
2502
+ name: "Composite",
2503
+ className: "CommunicationIdentifierModel",
3677
2504
  },
3678
2505
  },
3679
2506
  },
3680
2507
  },
3681
2508
  };
3682
- export const RestRecognizeCanceled = {
2509
+ export const RestCallConnected = {
3683
2510
  type: {
3684
2511
  name: "Composite",
3685
- className: "RestRecognizeCanceled",
2512
+ className: "RestCallConnected",
3686
2513
  modelProperties: {
3687
2514
  callConnectionId: {
3688
2515
  serializedName: "callConnectionId",
@@ -3718,24 +2545,11 @@ export const RestRecognizeCanceled = {
3718
2545
  },
3719
2546
  },
3720
2547
  };
3721
- export const RestContinuousDtmfRecognitionToneReceived = {
2548
+ export const RestCallDisconnected = {
3722
2549
  type: {
3723
2550
  name: "Composite",
3724
- className: "RestContinuousDtmfRecognitionToneReceived",
2551
+ className: "RestCallDisconnected",
3725
2552
  modelProperties: {
3726
- sequenceId: {
3727
- serializedName: "sequenceId",
3728
- readOnly: true,
3729
- type: {
3730
- name: "Number",
3731
- },
3732
- },
3733
- tone: {
3734
- serializedName: "tone",
3735
- type: {
3736
- name: "String",
3737
- },
3738
- },
3739
2553
  callConnectionId: {
3740
2554
  serializedName: "callConnectionId",
3741
2555
  type: {
@@ -3770,10 +2584,10 @@ export const RestContinuousDtmfRecognitionToneReceived = {
3770
2584
  },
3771
2585
  },
3772
2586
  };
3773
- export const RestContinuousDtmfRecognitionToneFailed = {
2587
+ export const RestCallTransferAccepted = {
3774
2588
  type: {
3775
2589
  name: "Composite",
3776
- className: "RestContinuousDtmfRecognitionToneFailed",
2590
+ className: "RestCallTransferAccepted",
3777
2591
  modelProperties: {
3778
2592
  callConnectionId: {
3779
2593
  serializedName: "callConnectionId",
@@ -3793,6 +2607,12 @@ export const RestContinuousDtmfRecognitionToneFailed = {
3793
2607
  name: "String",
3794
2608
  },
3795
2609
  },
2610
+ operationContext: {
2611
+ serializedName: "operationContext",
2612
+ type: {
2613
+ name: "String",
2614
+ },
2615
+ },
3796
2616
  resultInformation: {
3797
2617
  serializedName: "resultInformation",
3798
2618
  type: {
@@ -3800,19 +2620,27 @@ export const RestContinuousDtmfRecognitionToneFailed = {
3800
2620
  className: "RestResultInformation",
3801
2621
  },
3802
2622
  },
3803
- operationContext: {
3804
- serializedName: "operationContext",
2623
+ transferTarget: {
2624
+ serializedName: "transferTarget",
3805
2625
  type: {
3806
- name: "String",
2626
+ name: "Composite",
2627
+ className: "CommunicationIdentifierModel",
2628
+ },
2629
+ },
2630
+ transferee: {
2631
+ serializedName: "transferee",
2632
+ type: {
2633
+ name: "Composite",
2634
+ className: "CommunicationIdentifierModel",
3807
2635
  },
3808
2636
  },
3809
2637
  },
3810
2638
  },
3811
2639
  };
3812
- export const RestContinuousDtmfRecognitionStopped = {
2640
+ export const RestCallTransferFailed = {
3813
2641
  type: {
3814
2642
  name: "Composite",
3815
- className: "RestContinuousDtmfRecognitionStopped",
2643
+ className: "RestCallTransferFailed",
3816
2644
  modelProperties: {
3817
2645
  callConnectionId: {
3818
2646
  serializedName: "callConnectionId",
@@ -3848,10 +2676,10 @@ export const RestContinuousDtmfRecognitionStopped = {
3848
2676
  },
3849
2677
  },
3850
2678
  };
3851
- export const RestSendDtmfTonesCompleted = {
2679
+ export const RestRecordingStateChanged = {
3852
2680
  type: {
3853
2681
  name: "Composite",
3854
- className: "RestSendDtmfTonesCompleted",
2682
+ className: "RestRecordingStateChanged",
3855
2683
  modelProperties: {
3856
2684
  callConnectionId: {
3857
2685
  serializedName: "callConnectionId",
@@ -3871,8 +2699,28 @@ export const RestSendDtmfTonesCompleted = {
3871
2699
  name: "String",
3872
2700
  },
3873
2701
  },
3874
- operationContext: {
3875
- serializedName: "operationContext",
2702
+ recordingId: {
2703
+ serializedName: "recordingId",
2704
+ readOnly: true,
2705
+ type: {
2706
+ name: "String",
2707
+ },
2708
+ },
2709
+ state: {
2710
+ serializedName: "state",
2711
+ type: {
2712
+ name: "String",
2713
+ },
2714
+ },
2715
+ startDateTime: {
2716
+ serializedName: "startDateTime",
2717
+ readOnly: true,
2718
+ type: {
2719
+ name: "DateTime",
2720
+ },
2721
+ },
2722
+ recordingKind: {
2723
+ serializedName: "recordingKind",
3876
2724
  type: {
3877
2725
  name: "String",
3878
2726
  },
@@ -3887,10 +2735,10 @@ export const RestSendDtmfTonesCompleted = {
3887
2735
  },
3888
2736
  },
3889
2737
  };
3890
- export const RestSendDtmfTonesFailed = {
2738
+ export const RestParticipantsUpdated = {
3891
2739
  type: {
3892
2740
  name: "Composite",
3893
- className: "RestSendDtmfTonesFailed",
2741
+ className: "RestParticipantsUpdated",
3894
2742
  modelProperties: {
3895
2743
  callConnectionId: {
3896
2744
  serializedName: "callConnectionId",
@@ -3910,10 +2758,22 @@ export const RestSendDtmfTonesFailed = {
3910
2758
  name: "String",
3911
2759
  },
3912
2760
  },
3913
- operationContext: {
3914
- serializedName: "operationContext",
2761
+ sequenceNumber: {
2762
+ serializedName: "sequenceNumber",
3915
2763
  type: {
3916
- name: "String",
2764
+ name: "Number",
2765
+ },
2766
+ },
2767
+ participants: {
2768
+ serializedName: "participants",
2769
+ type: {
2770
+ name: "Sequence",
2771
+ element: {
2772
+ type: {
2773
+ name: "Composite",
2774
+ className: "CallParticipantInternal",
2775
+ },
2776
+ },
3917
2777
  },
3918
2778
  },
3919
2779
  resultInformation: {
@@ -3926,10 +2786,10 @@ export const RestSendDtmfTonesFailed = {
3926
2786
  },
3927
2787
  },
3928
2788
  };
3929
- export const RestCancelAddParticipantSucceeded = {
2789
+ export const RestPlayCompleted = {
3930
2790
  type: {
3931
2791
  name: "Composite",
3932
- className: "RestCancelAddParticipantSucceeded",
2792
+ className: "RestPlayCompleted",
3933
2793
  modelProperties: {
3934
2794
  callConnectionId: {
3935
2795
  serializedName: "callConnectionId",
@@ -3955,12 +2815,6 @@ export const RestCancelAddParticipantSucceeded = {
3955
2815
  name: "String",
3956
2816
  },
3957
2817
  },
3958
- invitationId: {
3959
- serializedName: "invitationId",
3960
- type: {
3961
- name: "String",
3962
- },
3963
- },
3964
2818
  resultInformation: {
3965
2819
  serializedName: "resultInformation",
3966
2820
  type: {
@@ -3971,10 +2825,10 @@ export const RestCancelAddParticipantSucceeded = {
3971
2825
  },
3972
2826
  },
3973
2827
  };
3974
- export const RestCancelAddParticipantFailed = {
2828
+ export const RestPlayFailed = {
3975
2829
  type: {
3976
2830
  name: "Composite",
3977
- className: "RestCancelAddParticipantFailed",
2831
+ className: "RestPlayFailed",
3978
2832
  modelProperties: {
3979
2833
  callConnectionId: {
3980
2834
  serializedName: "callConnectionId",
@@ -4007,27 +2861,20 @@ export const RestCancelAddParticipantFailed = {
4007
2861
  className: "RestResultInformation",
4008
2862
  },
4009
2863
  },
4010
- invitationId: {
4011
- serializedName: "invitationId",
2864
+ failedPlaySourceIndex: {
2865
+ serializedName: "failedPlaySourceIndex",
4012
2866
  type: {
4013
- name: "String",
2867
+ name: "Number",
4014
2868
  },
4015
2869
  },
4016
2870
  },
4017
2871
  },
4018
2872
  };
4019
- export const RestTranscriptionStarted = {
2873
+ export const RestPlayCanceled = {
4020
2874
  type: {
4021
2875
  name: "Composite",
4022
- className: "RestTranscriptionStarted",
2876
+ className: "RestPlayCanceled",
4023
2877
  modelProperties: {
4024
- transcriptionUpdate: {
4025
- serializedName: "transcriptionUpdate",
4026
- type: {
4027
- name: "Composite",
4028
- className: "TranscriptionUpdate",
4029
- },
4030
- },
4031
2878
  callConnectionId: {
4032
2879
  serializedName: "callConnectionId",
4033
2880
  type: {
@@ -4062,18 +2909,11 @@ export const RestTranscriptionStarted = {
4062
2909
  },
4063
2910
  },
4064
2911
  };
4065
- export const RestTranscriptionStopped = {
2912
+ export const RestRecognizeCompleted = {
4066
2913
  type: {
4067
2914
  name: "Composite",
4068
- className: "RestTranscriptionStopped",
2915
+ className: "RestRecognizeCompleted",
4069
2916
  modelProperties: {
4070
- transcriptionUpdate: {
4071
- serializedName: "transcriptionUpdate",
4072
- type: {
4073
- name: "Composite",
4074
- className: "TranscriptionUpdate",
4075
- },
4076
- },
4077
2917
  callConnectionId: {
4078
2918
  serializedName: "callConnectionId",
4079
2919
  type: {
@@ -4105,21 +2945,41 @@ export const RestTranscriptionStopped = {
4105
2945
  className: "RestResultInformation",
4106
2946
  },
4107
2947
  },
2948
+ recognitionType: {
2949
+ serializedName: "recognitionType",
2950
+ type: {
2951
+ name: "String",
2952
+ },
2953
+ },
2954
+ dtmfResult: {
2955
+ serializedName: "dtmfResult",
2956
+ type: {
2957
+ name: "Composite",
2958
+ className: "DtmfResult",
2959
+ },
2960
+ },
2961
+ choiceResult: {
2962
+ serializedName: "choiceResult",
2963
+ type: {
2964
+ name: "Composite",
2965
+ className: "ChoiceResult",
2966
+ },
2967
+ },
2968
+ speechResult: {
2969
+ serializedName: "speechResult",
2970
+ type: {
2971
+ name: "Composite",
2972
+ className: "SpeechResult",
2973
+ },
2974
+ },
4108
2975
  },
4109
2976
  },
4110
2977
  };
4111
- export const RestTranscriptionUpdated = {
2978
+ export const RestRecognizeFailed = {
4112
2979
  type: {
4113
2980
  name: "Composite",
4114
- className: "RestTranscriptionUpdated",
2981
+ className: "RestRecognizeFailed",
4115
2982
  modelProperties: {
4116
- transcriptionUpdate: {
4117
- serializedName: "transcriptionUpdate",
4118
- type: {
4119
- name: "Composite",
4120
- className: "TranscriptionUpdate",
4121
- },
4122
- },
4123
2983
  callConnectionId: {
4124
2984
  serializedName: "callConnectionId",
4125
2985
  type: {
@@ -4151,21 +3011,20 @@ export const RestTranscriptionUpdated = {
4151
3011
  className: "RestResultInformation",
4152
3012
  },
4153
3013
  },
3014
+ failedPlaySourceIndex: {
3015
+ serializedName: "failedPlaySourceIndex",
3016
+ type: {
3017
+ name: "Number",
3018
+ },
3019
+ },
4154
3020
  },
4155
3021
  },
4156
3022
  };
4157
- export const RestTranscriptionFailed = {
3023
+ export const RestRecognizeCanceled = {
4158
3024
  type: {
4159
3025
  name: "Composite",
4160
- className: "RestTranscriptionFailed",
3026
+ className: "RestRecognizeCanceled",
4161
3027
  modelProperties: {
4162
- transcriptionUpdate: {
4163
- serializedName: "transcriptionUpdate",
4164
- type: {
4165
- name: "Composite",
4166
- className: "TranscriptionUpdate",
4167
- },
4168
- },
4169
3028
  callConnectionId: {
4170
3029
  serializedName: "callConnectionId",
4171
3030
  type: {
@@ -4200,11 +3059,24 @@ export const RestTranscriptionFailed = {
4200
3059
  },
4201
3060
  },
4202
3061
  };
4203
- export const RestCreateCallFailed = {
3062
+ export const RestContinuousDtmfRecognitionToneReceived = {
4204
3063
  type: {
4205
3064
  name: "Composite",
4206
- className: "RestCreateCallFailed",
3065
+ className: "RestContinuousDtmfRecognitionToneReceived",
4207
3066
  modelProperties: {
3067
+ sequenceId: {
3068
+ serializedName: "sequenceId",
3069
+ readOnly: true,
3070
+ type: {
3071
+ name: "Number",
3072
+ },
3073
+ },
3074
+ tone: {
3075
+ serializedName: "tone",
3076
+ type: {
3077
+ name: "String",
3078
+ },
3079
+ },
4208
3080
  callConnectionId: {
4209
3081
  serializedName: "callConnectionId",
4210
3082
  type: {
@@ -4239,10 +3111,10 @@ export const RestCreateCallFailed = {
4239
3111
  },
4240
3112
  },
4241
3113
  };
4242
- export const RestAnswerFailed = {
3114
+ export const RestContinuousDtmfRecognitionToneFailed = {
4243
3115
  type: {
4244
3116
  name: "Composite",
4245
- className: "RestAnswerFailed",
3117
+ className: "RestContinuousDtmfRecognitionToneFailed",
4246
3118
  modelProperties: {
4247
3119
  callConnectionId: {
4248
3120
  serializedName: "callConnectionId",
@@ -4262,12 +3134,6 @@ export const RestAnswerFailed = {
4262
3134
  name: "String",
4263
3135
  },
4264
3136
  },
4265
- operationContext: {
4266
- serializedName: "operationContext",
4267
- type: {
4268
- name: "String",
4269
- },
4270
- },
4271
3137
  resultInformation: {
4272
3138
  serializedName: "resultInformation",
4273
3139
  type: {
@@ -4275,13 +3141,19 @@ export const RestAnswerFailed = {
4275
3141
  className: "RestResultInformation",
4276
3142
  },
4277
3143
  },
3144
+ operationContext: {
3145
+ serializedName: "operationContext",
3146
+ type: {
3147
+ name: "String",
3148
+ },
3149
+ },
4278
3150
  },
4279
3151
  },
4280
3152
  };
4281
- export const RestHoldFailed = {
3153
+ export const RestContinuousDtmfRecognitionStopped = {
4282
3154
  type: {
4283
3155
  name: "Composite",
4284
- className: "RestHoldFailed",
3156
+ className: "RestContinuousDtmfRecognitionStopped",
4285
3157
  modelProperties: {
4286
3158
  callConnectionId: {
4287
3159
  serializedName: "callConnectionId",
@@ -4317,10 +3189,10 @@ export const RestHoldFailed = {
4317
3189
  },
4318
3190
  },
4319
3191
  };
4320
- export const RestConnectFailed = {
3192
+ export const RestSendDtmfTonesCompleted = {
4321
3193
  type: {
4322
3194
  name: "Composite",
4323
- className: "RestConnectFailed",
3195
+ className: "RestSendDtmfTonesCompleted",
4324
3196
  modelProperties: {
4325
3197
  callConnectionId: {
4326
3198
  serializedName: "callConnectionId",
@@ -4356,18 +3228,11 @@ export const RestConnectFailed = {
4356
3228
  },
4357
3229
  },
4358
3230
  };
4359
- export const RestMediaStreamingStarted = {
3231
+ export const RestSendDtmfTonesFailed = {
4360
3232
  type: {
4361
3233
  name: "Composite",
4362
- className: "RestMediaStreamingStarted",
3234
+ className: "RestSendDtmfTonesFailed",
4363
3235
  modelProperties: {
4364
- mediaStreamingUpdate: {
4365
- serializedName: "mediaStreamingUpdate",
4366
- type: {
4367
- name: "Composite",
4368
- className: "MediaStreamingUpdate",
4369
- },
4370
- },
4371
3236
  callConnectionId: {
4372
3237
  serializedName: "callConnectionId",
4373
3238
  type: {
@@ -4402,18 +3267,11 @@ export const RestMediaStreamingStarted = {
4402
3267
  },
4403
3268
  },
4404
3269
  };
4405
- export const RestMediaStreamingStopped = {
3270
+ export const RestCancelAddParticipantSucceeded = {
4406
3271
  type: {
4407
3272
  name: "Composite",
4408
- className: "RestMediaStreamingStopped",
3273
+ className: "RestCancelAddParticipantSucceeded",
4409
3274
  modelProperties: {
4410
- mediaStreamingUpdate: {
4411
- serializedName: "mediaStreamingUpdate",
4412
- type: {
4413
- name: "Composite",
4414
- className: "MediaStreamingUpdate",
4415
- },
4416
- },
4417
3275
  callConnectionId: {
4418
3276
  serializedName: "callConnectionId",
4419
3277
  type: {
@@ -4438,6 +3296,12 @@ export const RestMediaStreamingStopped = {
4438
3296
  name: "String",
4439
3297
  },
4440
3298
  },
3299
+ invitationId: {
3300
+ serializedName: "invitationId",
3301
+ type: {
3302
+ name: "String",
3303
+ },
3304
+ },
4441
3305
  resultInformation: {
4442
3306
  serializedName: "resultInformation",
4443
3307
  type: {
@@ -4448,18 +3312,11 @@ export const RestMediaStreamingStopped = {
4448
3312
  },
4449
3313
  },
4450
3314
  };
4451
- export const RestMediaStreamingFailed = {
3315
+ export const RestCancelAddParticipantFailed = {
4452
3316
  type: {
4453
3317
  name: "Composite",
4454
- className: "RestMediaStreamingFailed",
3318
+ className: "RestCancelAddParticipantFailed",
4455
3319
  modelProperties: {
4456
- mediaStreamingUpdate: {
4457
- serializedName: "mediaStreamingUpdate",
4458
- type: {
4459
- name: "Composite",
4460
- className: "MediaStreamingUpdate",
4461
- },
4462
- },
4463
3320
  callConnectionId: {
4464
3321
  serializedName: "callConnectionId",
4465
3322
  type: {
@@ -4491,29 +3348,8 @@ export const RestMediaStreamingFailed = {
4491
3348
  className: "RestResultInformation",
4492
3349
  },
4493
3350
  },
4494
- },
4495
- },
4496
- };
4497
- export const RestStartRecordingFailed = {
4498
- type: {
4499
- name: "Composite",
4500
- className: "RestStartRecordingFailed",
4501
- modelProperties: {
4502
- callConnectionId: {
4503
- serializedName: "callConnectionId",
4504
- type: {
4505
- name: "String",
4506
- },
4507
- },
4508
- correlationId: {
4509
- serializedName: "correlationId",
4510
- type: {
4511
- name: "String",
4512
- },
4513
- },
4514
- recordingId: {
4515
- serializedName: "recordingId",
4516
- readOnly: true,
3351
+ invitationId: {
3352
+ serializedName: "invitationId",
4517
3353
  type: {
4518
3354
  name: "String",
4519
3355
  },
@@ -4521,11 +3357,18 @@ export const RestStartRecordingFailed = {
4521
3357
  },
4522
3358
  },
4523
3359
  };
4524
- export const RestPlayStarted = {
3360
+ export const RestTranscriptionStarted = {
4525
3361
  type: {
4526
3362
  name: "Composite",
4527
- className: "RestPlayStarted",
3363
+ className: "RestTranscriptionStarted",
4528
3364
  modelProperties: {
3365
+ transcriptionUpdate: {
3366
+ serializedName: "transcriptionUpdate",
3367
+ type: {
3368
+ name: "Composite",
3369
+ className: "TranscriptionUpdate",
3370
+ },
3371
+ },
4529
3372
  callConnectionId: {
4530
3373
  serializedName: "callConnectionId",
4531
3374
  type: {
@@ -4560,11 +3403,18 @@ export const RestPlayStarted = {
4560
3403
  },
4561
3404
  },
4562
3405
  };
4563
- export const RestPlayPaused = {
3406
+ export const RestTranscriptionStopped = {
4564
3407
  type: {
4565
3408
  name: "Composite",
4566
- className: "RestPlayPaused",
3409
+ className: "RestTranscriptionStopped",
4567
3410
  modelProperties: {
3411
+ transcriptionUpdate: {
3412
+ serializedName: "transcriptionUpdate",
3413
+ type: {
3414
+ name: "Composite",
3415
+ className: "TranscriptionUpdate",
3416
+ },
3417
+ },
4568
3418
  callConnectionId: {
4569
3419
  serializedName: "callConnectionId",
4570
3420
  type: {
@@ -4599,11 +3449,18 @@ export const RestPlayPaused = {
4599
3449
  },
4600
3450
  },
4601
3451
  };
4602
- export const RestPlayResumed = {
3452
+ export const RestTranscriptionUpdated = {
4603
3453
  type: {
4604
3454
  name: "Composite",
4605
- className: "RestPlayResumed",
3455
+ className: "RestTranscriptionUpdated",
4606
3456
  modelProperties: {
3457
+ transcriptionUpdate: {
3458
+ serializedName: "transcriptionUpdate",
3459
+ type: {
3460
+ name: "Composite",
3461
+ className: "TranscriptionUpdate",
3462
+ },
3463
+ },
4607
3464
  callConnectionId: {
4608
3465
  serializedName: "callConnectionId",
4609
3466
  type: {
@@ -4638,11 +3495,18 @@ export const RestPlayResumed = {
4638
3495
  },
4639
3496
  },
4640
3497
  };
4641
- export const RestHoldAudioStarted = {
3498
+ export const RestTranscriptionFailed = {
4642
3499
  type: {
4643
3500
  name: "Composite",
4644
- className: "RestHoldAudioStarted",
3501
+ className: "RestTranscriptionFailed",
4645
3502
  modelProperties: {
3503
+ transcriptionUpdate: {
3504
+ serializedName: "transcriptionUpdate",
3505
+ type: {
3506
+ name: "Composite",
3507
+ className: "TranscriptionUpdate",
3508
+ },
3509
+ },
4646
3510
  callConnectionId: {
4647
3511
  serializedName: "callConnectionId",
4648
3512
  type: {
@@ -4677,10 +3541,10 @@ export const RestHoldAudioStarted = {
4677
3541
  },
4678
3542
  },
4679
3543
  };
4680
- export const RestHoldAudioPaused = {
3544
+ export const RestCreateCallFailed = {
4681
3545
  type: {
4682
3546
  name: "Composite",
4683
- className: "RestHoldAudioPaused",
3547
+ className: "RestCreateCallFailed",
4684
3548
  modelProperties: {
4685
3549
  callConnectionId: {
4686
3550
  serializedName: "callConnectionId",
@@ -4716,10 +3580,10 @@ export const RestHoldAudioPaused = {
4716
3580
  },
4717
3581
  },
4718
3582
  };
4719
- export const RestHoldAudioResumed = {
3583
+ export const RestAnswerFailed = {
4720
3584
  type: {
4721
3585
  name: "Composite",
4722
- className: "RestHoldAudioResumed",
3586
+ className: "RestAnswerFailed",
4723
3587
  modelProperties: {
4724
3588
  callConnectionId: {
4725
3589
  serializedName: "callConnectionId",
@@ -4755,10 +3619,10 @@ export const RestHoldAudioResumed = {
4755
3619
  },
4756
3620
  },
4757
3621
  };
4758
- export const RestHoldAudioCompleted = {
3622
+ export const RestHoldFailed = {
4759
3623
  type: {
4760
3624
  name: "Composite",
4761
- className: "RestHoldAudioCompleted",
3625
+ className: "RestHoldFailed",
4762
3626
  modelProperties: {
4763
3627
  callConnectionId: {
4764
3628
  serializedName: "callConnectionId",
@@ -4858,52 +3722,4 @@ export const RestIncomingCall = {
4858
3722
  },
4859
3723
  },
4860
3724
  };
4861
- export const AzureOpenAIDialog = {
4862
- serializedName: "azureOpenAI",
4863
- type: {
4864
- name: "Composite",
4865
- className: "AzureOpenAIDialog",
4866
- uberParent: "BaseDialog",
4867
- polymorphicDiscriminator: BaseDialog.type.polymorphicDiscriminator,
4868
- modelProperties: Object.assign({}, BaseDialog.type.modelProperties),
4869
- },
4870
- };
4871
- export const PowerVirtualAgentsDialog = {
4872
- serializedName: "powerVirtualAgents",
4873
- type: {
4874
- name: "Composite",
4875
- className: "PowerVirtualAgentsDialog",
4876
- uberParent: "BaseDialog",
4877
- polymorphicDiscriminator: BaseDialog.type.polymorphicDiscriminator,
4878
- modelProperties: Object.assign(Object.assign({}, BaseDialog.type.modelProperties), { botAppId: {
4879
- serializedName: "botAppId",
4880
- required: true,
4881
- type: {
4882
- name: "String",
4883
- },
4884
- }, language: {
4885
- serializedName: "language",
4886
- type: {
4887
- name: "String",
4888
- },
4889
- } }),
4890
- },
4891
- };
4892
- export const AzureOpenAIDialogUpdate = {
4893
- serializedName: "azureOpenAI",
4894
- type: {
4895
- name: "Composite",
4896
- className: "AzureOpenAIDialogUpdate",
4897
- uberParent: "DialogUpdateBase",
4898
- polymorphicDiscriminator: DialogUpdateBase.type.polymorphicDiscriminator,
4899
- modelProperties: Object.assign({}, DialogUpdateBase.type.modelProperties),
4900
- },
4901
- };
4902
- export let discriminators = {
4903
- BaseDialog: BaseDialog,
4904
- DialogUpdateBase: DialogUpdateBase,
4905
- "BaseDialog.azureOpenAI": AzureOpenAIDialog,
4906
- "BaseDialog.powerVirtualAgents": PowerVirtualAgentsDialog,
4907
- "DialogUpdateBase.azureOpenAI": AzureOpenAIDialogUpdate,
4908
- };
4909
3725
  //# sourceMappingURL=mappers.js.map