@azure/communication-call-automation 1.5.0 → 1.6.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/dist/browser/callAutomationClient.d.ts.map +1 -1
  2. package/dist/browser/callAutomationClient.js +3 -0
  3. package/dist/browser/callAutomationClient.js.map +1 -1
  4. package/dist/browser/callAutomationEventParser.d.ts.map +1 -1
  5. package/dist/browser/callAutomationEventParser.js +15 -0
  6. package/dist/browser/callAutomationEventParser.js.map +1 -1
  7. package/dist/browser/callConnection.d.ts +10 -2
  8. package/dist/browser/callConnection.d.ts.map +1 -1
  9. package/dist/browser/callConnection.js +37 -2
  10. package/dist/browser/callConnection.js.map +1 -1
  11. package/dist/browser/callMedia.d.ts +7 -2
  12. package/dist/browser/callMedia.d.ts.map +1 -1
  13. package/dist/browser/callMedia.js +33 -5
  14. package/dist/browser/callMedia.js.map +1 -1
  15. package/dist/browser/generated/src/callAutomationApiClient.js +2 -2
  16. package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
  17. package/dist/browser/generated/src/models/index.d.ts +255 -3
  18. package/dist/browser/generated/src/models/index.d.ts.map +1 -1
  19. package/dist/browser/generated/src/models/index.js +12 -0
  20. package/dist/browser/generated/src/models/index.js.map +1 -1
  21. package/dist/browser/generated/src/models/mappers.d.ts +13 -0
  22. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
  23. package/dist/browser/generated/src/models/mappers.js +652 -1
  24. package/dist/browser/generated/src/models/mappers.js.map +1 -1
  25. package/dist/browser/generated/src/models/parameters.d.ts +2 -0
  26. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
  27. package/dist/browser/generated/src/models/parameters.js +10 -2
  28. package/dist/browser/generated/src/models/parameters.js.map +1 -1
  29. package/dist/browser/generated/src/operations/callConnection.d.ts +8 -1
  30. package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -1
  31. package/dist/browser/generated/src/operations/callConnection.js +32 -0
  32. package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
  33. package/dist/browser/generated/src/operations/callMedia.d.ts +8 -1
  34. package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -1
  35. package/dist/browser/generated/src/operations/callMedia.js +25 -0
  36. package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
  37. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +8 -1
  38. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  39. package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  40. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +8 -1
  41. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  42. package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  43. package/dist/browser/models/constants.d.ts.map +1 -1
  44. package/dist/browser/models/constants.js +1 -1
  45. package/dist/browser/models/constants.js.map +1 -1
  46. package/dist/browser/models/events.d.ts +245 -264
  47. package/dist/browser/models/events.d.ts.map +1 -1
  48. package/dist/browser/models/events.js.map +1 -1
  49. package/dist/browser/models/models.d.ts +78 -3
  50. package/dist/browser/models/models.d.ts.map +1 -1
  51. package/dist/browser/models/models.js.map +1 -1
  52. package/dist/browser/models/options.d.ts +65 -1
  53. package/dist/browser/models/options.d.ts.map +1 -1
  54. package/dist/browser/models/options.js.map +1 -1
  55. package/dist/browser/models/responses.d.ts +9 -0
  56. package/dist/browser/models/responses.d.ts.map +1 -1
  57. package/dist/browser/models/responses.js.map +1 -1
  58. package/dist/browser/models/streaming.d.ts +12 -1
  59. package/dist/browser/models/streaming.d.ts.map +1 -1
  60. package/dist/browser/models/streaming.js.map +1 -1
  61. package/dist/browser/streamingData.d.ts.map +1 -1
  62. package/dist/browser/streamingData.js +5 -0
  63. package/dist/browser/streamingData.js.map +1 -1
  64. package/dist/browser/utli/converters.d.ts +26 -2
  65. package/dist/browser/utli/converters.d.ts.map +1 -1
  66. package/dist/browser/utli/converters.js +113 -0
  67. package/dist/browser/utli/converters.js.map +1 -1
  68. package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
  69. package/dist/commonjs/callAutomationClient.js +3 -0
  70. package/dist/commonjs/callAutomationClient.js.map +1 -1
  71. package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
  72. package/dist/commonjs/callAutomationEventParser.js +15 -0
  73. package/dist/commonjs/callAutomationEventParser.js.map +1 -1
  74. package/dist/commonjs/callConnection.d.ts +10 -2
  75. package/dist/commonjs/callConnection.d.ts.map +1 -1
  76. package/dist/commonjs/callConnection.js +36 -1
  77. package/dist/commonjs/callConnection.js.map +1 -1
  78. package/dist/commonjs/callMedia.d.ts +7 -2
  79. package/dist/commonjs/callMedia.d.ts.map +1 -1
  80. package/dist/commonjs/callMedia.js +33 -5
  81. package/dist/commonjs/callMedia.js.map +1 -1
  82. package/dist/commonjs/generated/src/callAutomationApiClient.js +2 -2
  83. package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
  84. package/dist/commonjs/generated/src/models/index.d.ts +255 -3
  85. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
  86. package/dist/commonjs/generated/src/models/index.js +13 -1
  87. package/dist/commonjs/generated/src/models/index.js.map +1 -1
  88. package/dist/commonjs/generated/src/models/mappers.d.ts +13 -0
  89. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
  90. package/dist/commonjs/generated/src/models/mappers.js +655 -4
  91. package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
  92. package/dist/commonjs/generated/src/models/parameters.d.ts +2 -0
  93. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
  94. package/dist/commonjs/generated/src/models/parameters.js +10 -2
  95. package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
  96. package/dist/commonjs/generated/src/operations/callConnection.d.ts +8 -1
  97. package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -1
  98. package/dist/commonjs/generated/src/operations/callConnection.js +32 -0
  99. package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
  100. package/dist/commonjs/generated/src/operations/callMedia.d.ts +8 -1
  101. package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
  102. package/dist/commonjs/generated/src/operations/callMedia.js +25 -0
  103. package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
  104. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +8 -1
  105. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  106. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  107. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +8 -1
  108. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  109. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  110. package/dist/commonjs/models/constants.d.ts.map +1 -1
  111. package/dist/commonjs/models/constants.js +1 -1
  112. package/dist/commonjs/models/constants.js.map +1 -1
  113. package/dist/commonjs/models/events.d.ts +245 -264
  114. package/dist/commonjs/models/events.d.ts.map +1 -1
  115. package/dist/commonjs/models/events.js.map +1 -1
  116. package/dist/commonjs/models/models.d.ts +78 -3
  117. package/dist/commonjs/models/models.d.ts.map +1 -1
  118. package/dist/commonjs/models/models.js.map +1 -1
  119. package/dist/commonjs/models/options.d.ts +65 -1
  120. package/dist/commonjs/models/options.d.ts.map +1 -1
  121. package/dist/commonjs/models/options.js.map +1 -1
  122. package/dist/commonjs/models/responses.d.ts +9 -0
  123. package/dist/commonjs/models/responses.d.ts.map +1 -1
  124. package/dist/commonjs/models/responses.js.map +1 -1
  125. package/dist/commonjs/models/streaming.d.ts +12 -1
  126. package/dist/commonjs/models/streaming.d.ts.map +1 -1
  127. package/dist/commonjs/models/streaming.js.map +1 -1
  128. package/dist/commonjs/streamingData.d.ts.map +1 -1
  129. package/dist/commonjs/streamingData.js +5 -0
  130. package/dist/commonjs/streamingData.js.map +1 -1
  131. package/dist/commonjs/utli/converters.d.ts +26 -2
  132. package/dist/commonjs/utli/converters.d.ts.map +1 -1
  133. package/dist/commonjs/utli/converters.js +119 -0
  134. package/dist/commonjs/utli/converters.js.map +1 -1
  135. package/dist/esm/callAutomationClient.d.ts.map +1 -1
  136. package/dist/esm/callAutomationClient.js +3 -0
  137. package/dist/esm/callAutomationClient.js.map +1 -1
  138. package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
  139. package/dist/esm/callAutomationEventParser.js +15 -0
  140. package/dist/esm/callAutomationEventParser.js.map +1 -1
  141. package/dist/esm/callConnection.d.ts +10 -2
  142. package/dist/esm/callConnection.d.ts.map +1 -1
  143. package/dist/esm/callConnection.js +37 -2
  144. package/dist/esm/callConnection.js.map +1 -1
  145. package/dist/esm/callMedia.d.ts +7 -2
  146. package/dist/esm/callMedia.d.ts.map +1 -1
  147. package/dist/esm/callMedia.js +33 -5
  148. package/dist/esm/callMedia.js.map +1 -1
  149. package/dist/esm/generated/src/callAutomationApiClient.js +2 -2
  150. package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
  151. package/dist/esm/generated/src/models/index.d.ts +255 -3
  152. package/dist/esm/generated/src/models/index.d.ts.map +1 -1
  153. package/dist/esm/generated/src/models/index.js +12 -0
  154. package/dist/esm/generated/src/models/index.js.map +1 -1
  155. package/dist/esm/generated/src/models/mappers.d.ts +13 -0
  156. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
  157. package/dist/esm/generated/src/models/mappers.js +652 -1
  158. package/dist/esm/generated/src/models/mappers.js.map +1 -1
  159. package/dist/esm/generated/src/models/parameters.d.ts +2 -0
  160. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
  161. package/dist/esm/generated/src/models/parameters.js +10 -2
  162. package/dist/esm/generated/src/models/parameters.js.map +1 -1
  163. package/dist/esm/generated/src/operations/callConnection.d.ts +8 -1
  164. package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -1
  165. package/dist/esm/generated/src/operations/callConnection.js +32 -0
  166. package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
  167. package/dist/esm/generated/src/operations/callMedia.d.ts +8 -1
  168. package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
  169. package/dist/esm/generated/src/operations/callMedia.js +25 -0
  170. package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
  171. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +8 -1
  172. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  173. package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  174. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +8 -1
  175. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  176. package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  177. package/dist/esm/models/constants.d.ts.map +1 -1
  178. package/dist/esm/models/constants.js +1 -1
  179. package/dist/esm/models/constants.js.map +1 -1
  180. package/dist/esm/models/events.d.ts +245 -264
  181. package/dist/esm/models/events.d.ts.map +1 -1
  182. package/dist/esm/models/events.js.map +1 -1
  183. package/dist/esm/models/models.d.ts +78 -3
  184. package/dist/esm/models/models.d.ts.map +1 -1
  185. package/dist/esm/models/models.js.map +1 -1
  186. package/dist/esm/models/options.d.ts +65 -1
  187. package/dist/esm/models/options.d.ts.map +1 -1
  188. package/dist/esm/models/options.js.map +1 -1
  189. package/dist/esm/models/responses.d.ts +9 -0
  190. package/dist/esm/models/responses.d.ts.map +1 -1
  191. package/dist/esm/models/responses.js.map +1 -1
  192. package/dist/esm/models/streaming.d.ts +12 -1
  193. package/dist/esm/models/streaming.d.ts.map +1 -1
  194. package/dist/esm/models/streaming.js.map +1 -1
  195. package/dist/esm/streamingData.d.ts.map +1 -1
  196. package/dist/esm/streamingData.js +5 -0
  197. package/dist/esm/streamingData.js.map +1 -1
  198. package/dist/esm/utli/converters.d.ts +26 -2
  199. package/dist/esm/utli/converters.d.ts.map +1 -1
  200. package/dist/esm/utli/converters.js +113 -0
  201. package/dist/esm/utli/converters.js.map +1 -1
  202. package/dist/react-native/callAutomationClient.d.ts.map +1 -1
  203. package/dist/react-native/callAutomationClient.js +3 -0
  204. package/dist/react-native/callAutomationClient.js.map +1 -1
  205. package/dist/react-native/callAutomationEventParser.d.ts.map +1 -1
  206. package/dist/react-native/callAutomationEventParser.js +15 -0
  207. package/dist/react-native/callAutomationEventParser.js.map +1 -1
  208. package/dist/react-native/callConnection.d.ts +10 -2
  209. package/dist/react-native/callConnection.d.ts.map +1 -1
  210. package/dist/react-native/callConnection.js +37 -2
  211. package/dist/react-native/callConnection.js.map +1 -1
  212. package/dist/react-native/callMedia.d.ts +7 -2
  213. package/dist/react-native/callMedia.d.ts.map +1 -1
  214. package/dist/react-native/callMedia.js +33 -5
  215. package/dist/react-native/callMedia.js.map +1 -1
  216. package/dist/react-native/generated/src/callAutomationApiClient.js +2 -2
  217. package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
  218. package/dist/react-native/generated/src/models/index.d.ts +255 -3
  219. package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
  220. package/dist/react-native/generated/src/models/index.js +12 -0
  221. package/dist/react-native/generated/src/models/index.js.map +1 -1
  222. package/dist/react-native/generated/src/models/mappers.d.ts +13 -0
  223. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
  224. package/dist/react-native/generated/src/models/mappers.js +652 -1
  225. package/dist/react-native/generated/src/models/mappers.js.map +1 -1
  226. package/dist/react-native/generated/src/models/parameters.d.ts +2 -0
  227. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
  228. package/dist/react-native/generated/src/models/parameters.js +10 -2
  229. package/dist/react-native/generated/src/models/parameters.js.map +1 -1
  230. package/dist/react-native/generated/src/operations/callConnection.d.ts +8 -1
  231. package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -1
  232. package/dist/react-native/generated/src/operations/callConnection.js +32 -0
  233. package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
  234. package/dist/react-native/generated/src/operations/callMedia.d.ts +8 -1
  235. package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -1
  236. package/dist/react-native/generated/src/operations/callMedia.js +25 -0
  237. package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
  238. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +8 -1
  239. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  240. package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  241. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +8 -1
  242. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  243. package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  244. package/dist/react-native/models/constants.d.ts.map +1 -1
  245. package/dist/react-native/models/constants.js +1 -1
  246. package/dist/react-native/models/constants.js.map +1 -1
  247. package/dist/react-native/models/events.d.ts +245 -264
  248. package/dist/react-native/models/events.d.ts.map +1 -1
  249. package/dist/react-native/models/events.js.map +1 -1
  250. package/dist/react-native/models/models.d.ts +78 -3
  251. package/dist/react-native/models/models.d.ts.map +1 -1
  252. package/dist/react-native/models/models.js.map +1 -1
  253. package/dist/react-native/models/options.d.ts +65 -1
  254. package/dist/react-native/models/options.d.ts.map +1 -1
  255. package/dist/react-native/models/options.js.map +1 -1
  256. package/dist/react-native/models/responses.d.ts +9 -0
  257. package/dist/react-native/models/responses.d.ts.map +1 -1
  258. package/dist/react-native/models/responses.js.map +1 -1
  259. package/dist/react-native/models/streaming.d.ts +12 -1
  260. package/dist/react-native/models/streaming.d.ts.map +1 -1
  261. package/dist/react-native/models/streaming.js.map +1 -1
  262. package/dist/react-native/streamingData.d.ts.map +1 -1
  263. package/dist/react-native/streamingData.js +5 -0
  264. package/dist/react-native/streamingData.js.map +1 -1
  265. package/dist/react-native/utli/converters.d.ts +26 -2
  266. package/dist/react-native/utli/converters.d.ts.map +1 -1
  267. package/dist/react-native/utli/converters.js +113 -0
  268. package/dist/react-native/utli/converters.js.map +1 -1
  269. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E,OAAO,EACL,uBAAuB,IAAI,2BAA2B,EACtD,oBAAoB,IAAI,wBAAwB,EAChD,0BAA0B,IAAI,8BAA8B,EAC5D,uBAAuB,IAAI,2BAA2B,EACtD,aAAa,IAAI,iBAAiB,EAClC,gBAAgB,IAAI,oBAAoB,EACxC,oBAAoB,IAAI,wBAAwB,EAChD,kBAAkB,IAAI,sBAAsB,EAC5C,mBAAmB,IAAI,uBAAuB,EAC9C,qBAAqB,IAAI,yBAAyB,EAClD,WAAW,IAAI,eAAe,EAC9B,aAAa,IAAI,iBAAiB,EAClC,UAAU,IAAI,cAAc,EAC5B,YAAY,IAAI,gBAAgB,EAChC,kBAAkB,IAAI,sBAAsB,EAC5C,eAAe,IAAI,mBAAmB,EACtC,iBAAiB,IAAI,qBAAqB,EAC1C,iBAAiB,IAAI,qBAAqB,EAC1C,qCAAqC,IAAI,yCAAyC,EAClF,mCAAmC,IAAI,uCAAuC,EAC9E,gCAAgC,IAAI,oCAAoC,EACxE,sBAAsB,IAAI,0BAA0B,EACpD,mBAAmB,IAAI,uBAAuB,EAC9C,IAAI,EACJ,6BAA6B,IAAI,iCAAiC,EAClE,0BAA0B,IAAI,8BAA8B,EAC5D,aAAa,IAAI,iBAAiB,EAClC,UAAU,IAAI,cAAc,EAC5B,YAAY,IAAI,gBAAgB,EAChC,gBAAgB,IAAI,oBAAoB,EACxC,oBAAoB,IAAI,wBAAwB,EAChD,oBAAoB,IAAI,wBAAwB,EAChD,oBAAoB,IAAI,wBAAwB,EAChD,mBAAmB,IAAI,uBAAuB,EAC9C,qBAAqB,IAAI,yBAAyB,EAClD,qBAAqB,IAAI,yBAAyB,EAClD,oBAAoB,IAAI,wBAAwB,EACjD,MAAM,kCAAkC,CAAC;AAE1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,0CAA0C;AAC1C,MAAM,MAAM,mBAAmB,GAC3B,uBAAuB,GACvB,oBAAoB,GACpB,0BAA0B,GAC1B,uBAAuB,GACvB,aAAa,GACb,gBAAgB,GAChB,oBAAoB,GACpB,kBAAkB,GAClB,mBAAmB,GACnB,qBAAqB,GACrB,aAAa,GACb,UAAU,GACV,YAAY,GACZ,kBAAkB,GAClB,iBAAiB,GACjB,eAAe,GACf,qCAAqC,GACrC,mCAAmC,GACnC,gCAAgC,GAChC,sBAAsB,GACtB,mBAAmB,GACnB,6BAA6B,GAC7B,0BAA0B,GAC1B,oBAAoB,GACpB,oBAAoB,GACpB,oBAAoB,GACpB,mBAAmB,GACnB,gBAAgB,GAChB,YAAY,GACZ,UAAU,GACV,aAAa,GACb,qBAAqB,GACrB,qBAAqB,GACrB,oBAAoB,GACpB,WAAW,GACX,oBAAoB,CAAC;AACzB,OAAO,EACL,2BAA2B,EAC3B,wBAAwB,EACxB,8BAA8B,EAC9B,2BAA2B,EAC3B,iBAAiB,EACjB,oBAAoB,EACpB,wBAAwB,EACxB,sBAAsB,EACtB,uBAAuB,EACvB,yBAAyB,EACzB,eAAe,EACf,iBAAiB,EACjB,cAAc,EACd,gBAAgB,EAChB,sBAAsB,EACtB,mBAAmB,EACnB,qBAAqB,EACrB,qBAAqB,EACrB,yCAAyC,EACzC,uCAAuC,EACvC,oCAAoC,EACpC,0BAA0B,EAC1B,uBAAuB,EACvB,iCAAiC,EACjC,8BAA8B,EAC9B,iBAAiB,EACjB,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,EACxB,uBAAuB,EACvB,cAAc,EACd,yBAAyB,EACzB,yBAAyB,EACzB,wBAAwB,EACxB,oBAAoB,EACpB,gBAAgB,GACjB,CAAC;AACF,MAAM,WAAW,iBAAiB;AAChC;;;GAGG;AACH,SAAQ,IAAI,CAAC,qBAAqB,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;IACnE,sBAAsB;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,6BAA6B;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,yCAAyC;IACzC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,gDAAgD;AAChD,MAAM,WAAW,uBAAuB;AACtC;;;GAGG;AACH,SAAQ,IAAI,CACV,2BAA2B,EAC3B,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,mBAAmB,CAC5F;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,mCAAmC;IACnC,WAAW,CAAC,EAAE,uBAAuB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,yBAAyB,CAAC;CACjC;AAED,2CAA2C;AAC3C,MAAM,WAAW,oBAAoB;AACnC;;;GAGG;AACH,SAAQ,IAAI,CACV,wBAAwB,EACxB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,mBAAmB,CAC5F;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,mCAAmC;IACnC,WAAW,CAAC,EAAE,uBAAuB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED,kDAAkD;AAClD,MAAM,WAAW,0BAA0B;AACzC;;;GAGG;AACH,SAAQ,IAAI,CACV,8BAA8B,EAC9B,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,mBAAmB,CAC5F;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,mCAAmC;IACnC,WAAW,CAAC,EAAE,uBAAuB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,4BAA4B,CAAC;CACpC;AAED,8CAA8C;AAC9C,MAAM,WAAW,uBAAuB;AACtC;;;GAGG;AACH,SAAQ,IAAI,CACV,2BAA2B,EAC3B,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,mBAAmB,CAC5F;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,mCAAmC;IACnC,WAAW,CAAC,EAAE,uBAAuB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,yBAAyB,CAAC;CACjC;AAED,uCAAuC;AACvC,MAAM,WAAW,aAAa;AAC5B;;;GAGG;AACH,SAAQ,IAAI,CACV,iBAAiB,EACjB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,gEAAgE;AAChE,MAAM,WAAW,gBAAgB;AAC/B;;;GAGG;AACH,SAAQ,IAAI,CACV,oBAAoB,EACpB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AAED,kDAAkD;AAClD,MAAM,WAAW,oBAAoB;AACnC;;;GAGG;AACH,SAAQ,IAAI,CACV,wBAAwB,EACtB,kBAAkB,GAClB,cAAc,GACd,eAAe,GACf,mBAAmB,GACnB,YAAY,GACZ,gBAAgB,CACnB;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,4CAA4C;IAC5C,UAAU,EAAE,uBAAuB,CAAC;IACpC,+CAA+C;IAC/C,cAAc,EAAE,uBAAuB,CAAC;IACxC,0BAA0B;IAC1B,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED,8CAA8C;AAC9C,MAAM,WAAW,kBAAkB;AACjC;;;GAGG;AACH,SAAQ,IAAI,CACV,sBAAsB,EACtB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,oBAAoB,CAAC;CAC5B;AAED,wDAAwD;AACxD,MAAM,WAAW,mBAAmB;AAClC;;;GAGG;AACH,SAAQ,IAAI,CACV,uBAAuB,EACvB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,cAAc,GAAG,mBAAmB,CAC7F;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,4CAA4C;IAC5C,YAAY,EAAE,eAAe,EAAE,CAAC;IAChC,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,qBAAqB,CAAC;CAC7B;AAED,mDAAmD;AACnD,MAAM,WAAW,qBAAqB;AACpC;;;GAGG;AACH,SAAQ,IAAI,CACV,yBAAyB,EACzB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,uBAAuB,CAAC;CAC/B;AAED,4CAA4C;AAC5C,MAAM,WAAW,oBAAoB;IACnC,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,4BAA4B;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0BAA0B;IAC1B,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED,sDAAsD;AACtD,MAAM,WAAW,WAAW;AAC1B;;;GAGG;AACH,SAAQ,IAAI,CACV,eAAe,EACf,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,aAAa,CAAC;CACrB;AAED,wDAAwD;AACxD,MAAM,WAAW,aAAa;AAC5B;;;GAGG;AACH,SAAQ,IAAI,CACV,iBAAiB,EACjB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,0BAA0B;IAC1B,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,wCAAwC;AACxC,MAAM,WAAW,UAAU;AACzB;;;GAGG;AACH,SAAQ,IAAI,CACV,cAAc,EACd,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,0BAA0B;IAC1B,IAAI,EAAE,YAAY,CAAC;CACpB;AAED,8DAA8D;AAC9D,MAAM,WAAW,YAAY;AAC3B;;;GAGG;AACH,SAAQ,IAAI,CACV,gBAAgB,EAChB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,cAAc,CAAC;CACtB;AAED,6DAA6D;AAC7D,MAAM,WAAW,kBAAkB;AACjC;;;GAGG;AACH,SAAQ,IAAI,CACV,sBAAsB,EACtB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,0BAA0B;IAC1B,IAAI,EAAE,oBAAoB,CAAC;CAC5B;AAED,6CAA6C;AAC7C,MAAM,WAAW,eAAe;AAC9B;;;GAGG;AACH,SAAQ,IAAI,CACV,mBAAmB,EACnB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,0BAA0B;IAC1B,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,mEAAmE;AACnE,MAAM,WAAW,iBAAiB;AAChC;;;GAGG;AACH,SAAQ,IAAI,CACV,qBAAqB,EACrB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,mBAAmB,CAAC;CAC3B;AAED,4EAA4E;AAC5E,MAAM,WAAW,qCAAqC;AACpD;;;GAGG;AACH,SAAQ,IAAI,CACV,yCAAyC,EACvC,YAAY,GACZ,MAAM,GACN,kBAAkB,GAClB,cAAc,GACd,eAAe,GACf,mBAAmB,CACtB;IACD,6HAA6H;IAC7H,UAAU,EAAE,MAAM,CAAC;IACnB,+BAA+B;IAC/B,IAAI,EAAE,IAAI,CAAC;IACX,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,2FAA2F;IAC3F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,uCAAuC,CAAC;CAC/C;AAED,gEAAgE;AAChE,MAAM,WAAW,mCAAmC;AAClD;;;GAGG;AACH,SAAQ,IAAI,CACV,uCAAuC,EACvC,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,qCAAqC,CAAC;CAC7C;AAED,2DAA2D;AAC3D,MAAM,WAAW,gCAAgC;AAC/C;;;GAGG;AACH,SAAQ,IAAI,CACV,oCAAoC,EACpC,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,kCAAkC,CAAC;CAC1C;AAED,oDAAoD;AACpD,MAAM,WAAW,sBAAsB;AACrC;;;GAGG;AACH,SAAQ,IAAI,CACV,0BAA0B,EAC1B,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,wBAAwB,CAAC;CAChC;AAED,8CAA8C;AAC9C,MAAM,WAAW,mBAAmB;AAClC;;;GAGG;AACH,SAAQ,IAAI,CACV,uBAAuB,EACvB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,qBAAqB,CAAC;CAC7B;AAED,+CAA+C;AAC/C,MAAM,WAAW,6BAA6B;AAC5C;;;GAGG;AACH,SAAQ,IAAI,CACV,iCAAiC,EACjC,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,cAAc,GAAG,mBAAmB,CAC7F;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,gEAAgE;IAChE,YAAY,EAAE,MAAM,CAAC;IACrB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,+BAA+B,CAAC;CACvC;AAED,kDAAkD;AAClD,MAAM,WAAW,0BAA0B;AACzC;;;GAGG;AACH,SAAQ,IAAI,CACV,8BAA8B,EAC9B,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,cAAc,GAAG,mBAAmB,CAC7F;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,gEAAgE;IAChE,YAAY,EAAE,MAAM,CAAC;IACrB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,4BAA4B,CAAC;CACpC;AAED,MAAM,WAAW,aAAa;AAC5B;;;GAGG;AACH,SAAQ,IAAI,CACV,iBAAiB,EACjB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,MAAM,WAAW,UAAU;AACzB;;;GAGG;AACH,SAAQ,IAAI,CACV,cAAc,EACd,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,YAAY,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;AAC3B;;;GAGG;AACH,SAAQ,IAAI,CACV,gBAAgB,EAChB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,cAAc,CAAC;CACtB;AAED,MAAM,WAAW,gBAAgB;AAC/B;;;GAGG;AACH,SAAQ,IAAI,CACV,oBAAoB,EACpB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AACD,MAAM,WAAW,oBAAoB;AACnC;;;GAGG;AACH,SAAQ,IAAI,CACV,wBAAwB,EACxB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;IAC1C,0BAA0B;IAC1B,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED,MAAM,WAAW,oBAAoB;AACnC;;;GAGG;AACH,SAAQ,IAAI,CACV,wBAAwB,EACxB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;IAC1C,0BAA0B;IAC1B,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED,MAAM,WAAW,oBAAoB;AACnC;;;GAGG;AACH,SAAQ,IAAI,CACV,wBAAwB,EACxB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;IAC1C,0BAA0B;IAC1B,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED,MAAM,WAAW,mBAAmB;AAClC;;;GAGG;AACH,SAAQ,IAAI,CACV,uBAAuB,EACvB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;IAC1C,0BAA0B;IAC1B,IAAI,EAAE,qBAAqB,CAAC;CAC7B;AAED,MAAM,WAAW,qBAAqB;AACpC;;;GAGG;AACH,SAAQ,IAAI,CACV,yBAAyB,EACzB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,uBAAuB,CAAC;CAC/B;AAED,MAAM,WAAW,qBAAqB;AACpC;;;GAGG;AACH,SAAQ,IAAI,CACV,yBAAyB,EACzB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,uBAAuB,CAAC;CAC/B;AAED,MAAM,WAAW,oBAAoB;AACnC;;;GAGG;AACH,SAAQ,IAAI,CACV,wBAAwB,EACxB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED,MAAM,WAAW,gBAAgB;AAC/B;;;GAGG;AACH,SAAQ,IAAI,CACV,oBAAoB,EACpB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AACD,MAAM,WAAW,YAAY;AAC3B;;;GAGG;AACH,SAAQ,IAAI,CACV,gBAAgB,EAChB,kBAAkB,GAAG,cAAc,GAAG,eAAe,GAAG,mBAAmB,CAC5E;IACD,0BAA0B;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4FAA4F;IAC5F,aAAa,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,0BAA0B;IAC1B,IAAI,EAAE,cAAc,CAAC;CACtB"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"events.js","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CommunicationIdentifier } from \"@azure/communication-common\";\n\nimport {\n AddParticipantSucceeded as RestAddParticipantSucceeded,\n AddParticipantFailed as RestAddParticipantFailed,\n RemoveParticipantSucceeded as RestRemoveParticipantSucceeded,\n RemoveParticipantFailed as RestRemoveParticipantFailed,\n CallConnected as RestCallConnected,\n CallDisconnected as RestCallDisconnected,\n CallTransferAccepted as RestCallTransferAccepted,\n CallTransferFailed as RestCallTransferFailed,\n ParticipantsUpdated as RestParticipantsUpdated,\n RecordingStateChanged as RestRecordingStateChanged,\n PlayStarted as RestPlayStarted,\n PlayCompleted as RestPlayCompleted,\n PlayFailed as RestPlayFailed,\n PlayCanceled as RestPlayCanceled,\n RecognizeCompleted as RestRecognizeCompleted,\n RecognizeFailed as RestRecognizeFailed,\n RecognizeCanceled as RestRecognizeCanceled,\n ResultInformation as RestResultInformation,\n ContinuousDtmfRecognitionToneReceived as RestContinuousDtmfRecognitionToneReceived,\n ContinuousDtmfRecognitionToneFailed as RestContinuousDtmfRecognitionToneFailed,\n ContinuousDtmfRecognitionStopped as RestContinuousDtmfRecognitionStopped,\n SendDtmfTonesCompleted as RestSendDtmfTonesCompleted,\n SendDtmfTonesFailed as RestSendDtmfTonesFailed,\n Tone,\n CancelAddParticipantSucceeded as RestCancelAddParticipantSucceeded,\n CancelAddParticipantFailed as RestCancelAddParticipantFailed,\n ConnectFailed as RestConnectFailed,\n HoldFailed as RestHoldFailed,\n AnswerFailed as RestAnswerFailed,\n CreateCallFailed as RestCreateCallFailed,\n TranscriptionStarted as RestTranscriptionStarted,\n TranscriptionStopped as RestTranscriptionStopped,\n TranscriptionUpdated as RestTranscriptionUpdated,\n TranscriptionFailed as RestTranscriptionFailed,\n MediaStreamingStarted as RestMediaStreamingStarted,\n MediaStreamingStopped as RestMediaStreamingStopped,\n MediaStreamingFailed as RestMediaStreamingFailed,\n} from \"../generated/src/models/index.js\";\n\nimport type { CallParticipant } from \"./models.js\";\n\n/** Callback events for Call Automation */\nexport type CallAutomationEvent =\n | AddParticipantSucceeded\n | AddParticipantFailed\n | RemoveParticipantSucceeded\n | RemoveParticipantFailed\n | CallConnected\n | CallDisconnected\n | CallTransferAccepted\n | CallTransferFailed\n | ParticipantsUpdated\n | RecordingStateChanged\n | PlayCompleted\n | PlayFailed\n | PlayCanceled\n | RecognizeCompleted\n | RecognizeCanceled\n | RecognizeFailed\n | ContinuousDtmfRecognitionToneReceived\n | ContinuousDtmfRecognitionToneFailed\n | ContinuousDtmfRecognitionStopped\n | SendDtmfTonesCompleted\n | SendDtmfTonesFailed\n | CancelAddParticipantSucceeded\n | CancelAddParticipantFailed\n | TranscriptionStarted\n | TranscriptionStopped\n | TranscriptionUpdated\n | TranscriptionFailed\n | CreateCallFailed\n | AnswerFailed\n | HoldFailed\n | ConnectFailed\n | MediaStreamingStarted\n | MediaStreamingStopped\n | MediaStreamingFailed\n | PlayStarted\n | StartRecordingFailed;\nexport {\n RestAddParticipantSucceeded,\n RestAddParticipantFailed,\n RestRemoveParticipantSucceeded,\n RestRemoveParticipantFailed,\n RestCallConnected,\n RestCallDisconnected,\n RestCallTransferAccepted,\n RestCallTransferFailed,\n RestParticipantsUpdated,\n RestRecordingStateChanged,\n RestPlayStarted,\n RestPlayCompleted,\n RestPlayFailed,\n RestPlayCanceled,\n RestRecognizeCompleted,\n RestRecognizeFailed,\n RestRecognizeCanceled,\n RestResultInformation,\n RestContinuousDtmfRecognitionToneReceived,\n RestContinuousDtmfRecognitionToneFailed,\n RestContinuousDtmfRecognitionStopped,\n RestSendDtmfTonesCompleted,\n RestSendDtmfTonesFailed,\n RestCancelAddParticipantSucceeded,\n RestCancelAddParticipantFailed,\n RestConnectFailed,\n RestTranscriptionStarted,\n RestTranscriptionStopped,\n RestTranscriptionUpdated,\n RestTranscriptionFailed,\n RestHoldFailed,\n RestMediaStreamingStarted,\n RestMediaStreamingStopped,\n RestMediaStreamingFailed,\n RestCreateCallFailed,\n RestAnswerFailed,\n};\nexport interface ResultInformation\n /**\n * @deprecated RestResultInformation is deprecated.\n * Use ResultInformation instead.\n */\n extends Omit<RestResultInformation, \"code\" | \"subCode\" | \"message\"> {\n /** The error code. */\n code: number;\n /** The sub code of error. */\n subCode: number;\n /** The detailed message of the error. */\n message: string;\n}\n\n/** The participant successfully added event. */\nexport interface AddParticipantSucceeded\n /**\n * @deprecated RestAddParticipantSucceeded is deprecated.\n * Use AddParticipantSucceeded instead.\n */\n extends Omit<\n RestAddParticipantSucceeded,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"participant\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantSucceeded\";\n}\n\n/** The failed to add participant event. */\nexport interface AddParticipantFailed\n /**\n * @deprecated RestAddParticipantFailed is deprecated.\n * Use AddParticipantFailed instead.\n */\n extends Omit<\n RestAddParticipantFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"participant\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantFailed\";\n}\n\n/** The participant successfully removed event. */\nexport interface RemoveParticipantSucceeded\n /**\n * @deprecated RestRemoveParticipantSucceeded is deprecated.\n * Use RemoveParticipantSucceeded instead.\n */\n extends Omit<\n RestRemoveParticipantSucceeded,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"participant\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantSucceeded\";\n}\n\n/** The failed to remove participant event. */\nexport interface RemoveParticipantFailed\n /**\n * @deprecated RestRemoveParticipantFailed is deprecated.\n * Use RemoveParticipantFailed instead.\n */\n extends Omit<\n RestRemoveParticipantFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"participant\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantFailed\";\n}\n\n/** Event when call was established. */\nexport interface CallConnected\n /**\n * @deprecated RestCallConnected is deprecated.\n * Use CallConnected instead.\n */\n extends Omit<\n RestCallConnected,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallConnected\";\n}\n\n/** Event when all participants left and call was terminated. */\nexport interface CallDisconnected\n /**\n * @deprecated RestCallDisconnected is deprecated.\n * Use CallDisconnected instead.\n */\n extends Omit<\n RestCallDisconnected,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallDisconnected\";\n}\n\n/** Event when transfer request was successful. */\nexport interface CallTransferAccepted\n /**\n * @deprecated RestCallTransferAccepted is deprecated.\n * Use CallTransferAccepted instead.\n */\n extends Omit<\n RestCallTransferAccepted,\n | \"callConnectionId\"\n | \"serverCallId\"\n | \"correlationId\"\n | \"resultInformation\"\n | \"transferee\"\n | \"transferTarget\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** Participant that was transferred away */\n transferee: CommunicationIdentifier;\n /** Target that transferee is transferred to */\n transferTarget: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"CallTransferAccepted\";\n}\n\n/** Event when transfer request was failed. */\nexport interface CallTransferFailed\n /**\n * @deprecated RestCallTransferFailed is deprecated.\n * Use CallTransferFailed instead.\n */\n extends Omit<\n RestCallTransferFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallTransferFailed\";\n}\n\n/** Event when there was an update to participant(s). */\nexport interface ParticipantsUpdated\n /**\n * @deprecated RestParticipantsUpdated is deprecated.\n * Use ParticipantsUpdated instead.\n */\n extends Omit<\n RestParticipantsUpdated,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"participants\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** The list of participants in the call. */\n participants: CallParticipant[];\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ParticipantsUpdated\";\n}\n\n/** Event when Recording state has been changed. */\nexport interface RecordingStateChanged\n /**\n * @deprecated RestRecordingStateChanged is deprecated.\n * Use RecordingStateChanged instead.\n */\n extends Omit<\n RestRecordingStateChanged,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"RecordingStateChanged\";\n}\n\n/** Event when StartRecording was failed. */\nexport interface StartRecordingFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** The call recording id */\n recordingId?: string;\n /** kind of this event. */\n kind: \"StartRecordingFailed\";\n}\n\n/** Event when Media play was successfully started. */\nexport interface PlayStarted\n /**\n * @deprecated RestPlayStarted is deprecated.\n * Use PlayStarted instead.\n */\n extends Omit<\n RestPlayStarted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayStarted\";\n}\n\n/** Event when Media play was successfully completed. */\nexport interface PlayCompleted\n /**\n * @deprecated RestPlayCompleted is deprecated.\n * Use PlayCompleted instead.\n */\n extends Omit<\n RestPlayCompleted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** kind of this event. */\n kind: \"PlayCompleted\";\n}\n\n/** Event when Media play was failed. */\nexport interface PlayFailed\n /**\n * @deprecated RestPlayFailed is deprecated.\n * Use PlayFailed instead.\n */\n extends Omit<\n RestPlayFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** kind of this event. */\n kind: \"PlayFailed\";\n}\n\n/** Event when Media play was canceled by Cancel operation. */\nexport interface PlayCanceled\n /**\n * @deprecated RestPlayCanceled is deprecated.\n * Use PlayCanceled instead.\n */\n extends Omit<\n RestPlayCanceled,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayCanceled\";\n}\n\n/** Event when Media recognize was successfully completed. */\nexport interface RecognizeCompleted\n /**\n * @deprecated RestRecognizeCompleted is deprecated.\n * Use RecognizeCompleted instead.\n */\n extends Omit<\n RestRecognizeCompleted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** kind of this event. */\n kind: \"RecognizeCompleted\";\n}\n\n/** Event when Media recognize was failed. */\nexport interface RecognizeFailed\n /**\n * @deprecated RestRecognizeFailed is deprecated.\n * Use RecognizeFailed instead.\n */\n extends Omit<\n RestRecognizeFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** kind of this event. */\n kind: \"RecognizeFailed\";\n}\n\n/** Event when Media recognize was canceled by Cancel operation. */\nexport interface RecognizeCanceled\n /**\n * @deprecated RestRecognizeCanceled is deprecated.\n * Use RecognizeCanceled instead.\n */\n extends Omit<\n RestRecognizeCanceled,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"RecognizeCanceled\";\n}\n\n/** Event sent when Dtmf tone received from targeted participant in call. */\nexport interface ContinuousDtmfRecognitionToneReceived\n /**\n * @deprecated RestContinuousDtmfRecognitionToneReceived is deprecated.\n * Use ContinuousDtmfRecognitionToneReceived instead.\n */\n extends Omit<\n RestContinuousDtmfRecognitionToneReceived,\n | \"sequenceId\"\n | \"tone\"\n | \"callConnectionId\"\n | \"serverCallId\"\n | \"correlationId\"\n | \"resultInformation\"\n > {\n /** The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed. */\n sequenceId: number;\n /** Defines values for Tone. */\n tone: Tone;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId or skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneReceived\";\n}\n\n/** Event sent when failed to recognize continuous Dtmf tone. */\nexport interface ContinuousDtmfRecognitionToneFailed\n /**\n * @deprecated RestContinuousDtmfRecognitionToneFailed is deprecated.\n * Use ContinuousDtmfRecognitionToneFailed instead.\n */\n extends Omit<\n RestContinuousDtmfRecognitionToneFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneFailed\";\n}\n\n/** Event sent when continuous Dtmf recognition stopped. */\nexport interface ContinuousDtmfRecognitionStopped\n /**\n * @deprecated RestContinuousDtmfRecognitionStopped is deprecated.\n * Use ContinuousDtmfRecognitionStopped instead.\n */\n extends Omit<\n RestContinuousDtmfRecognitionStopped,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionStopped\";\n}\n\n/** Event sent when Dtmf tones send successfully. */\nexport interface SendDtmfTonesCompleted\n /**\n * @deprecated RestSendDtmfTonesCompleted is deprecated.\n * Use SendDtmfTonesCompleted instead.\n */\n extends Omit<\n RestSendDtmfTonesCompleted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesCompleted\";\n}\n\n/** Event sent when Dtmf tones send failed. */\nexport interface SendDtmfTonesFailed\n /**\n * @deprecated RestSendDtmfTonesFailed is deprecated.\n * Use SendDtmfTonesFailed instead.\n */\n extends Omit<\n RestSendDtmfTonesFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesFailed\";\n}\n\n/** Successful cancel add participant event. */\nexport interface CancelAddParticipantSucceeded\n /**\n * @deprecated RestCancelAddParticipantSucceeded is deprecated.\n * Use CancelAddParticipantSucceeded instead.\n */\n extends Omit<\n RestCancelAddParticipantSucceeded,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"invitationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantSucceeded\";\n}\n\n/** The failed to cancel add participant event. */\nexport interface CancelAddParticipantFailed\n /**\n * @deprecated RestCancelAddParticipantFailed is deprecated.\n * Use CancelAddParticipantFailed instead.\n */\n extends Omit<\n RestCancelAddParticipantFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"invitationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantFailed\";\n}\n\nexport interface ConnectFailed\n /**\n * @deprecated RestConnectFailed is deprecated.\n * Use ConnectFailed instead.\n */\n extends Omit<\n RestConnectFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ConnectFailed\";\n}\n\nexport interface HoldFailed\n /**\n * @deprecated RestHoldFailed is deprecated.\n * Use HoldFailed instead.\n */\n extends Omit<\n RestHoldFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"HoldFailed\";\n}\n\nexport interface AnswerFailed\n /**\n * @deprecated RestAnswerFailed is deprecated.\n * Use AnswerFailed instead.\n */\n extends Omit<\n RestAnswerFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"AnswerFailed\";\n}\n\nexport interface CreateCallFailed\n /**\n * @deprecated RestCreateCallFailed is deprecated.\n * Use CreateCallFailed instead.\n */\n extends Omit<\n RestCreateCallFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CreateCallFailed\";\n}\nexport interface TranscriptionStarted\n /**\n * @deprecated RestTranscriptionStarted is deprecated.\n * Use TranscriptionStarted instead.\n */\n extends Omit<\n RestTranscriptionStarted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: RestResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStarted\";\n}\n\nexport interface TranscriptionStopped\n /**\n * @deprecated RestTranscriptionStopped is deprecated.\n * Use TranscriptionStopped instead.\n */\n extends Omit<\n RestTranscriptionStopped,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: RestResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStopped\";\n}\n\nexport interface TranscriptionUpdated\n /**\n * @deprecated RestTranscriptionUpdated is deprecated.\n * Use TranscriptionUpdated instead.\n */\n extends Omit<\n RestTranscriptionUpdated,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: RestResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionUpdated\";\n}\n\nexport interface TranscriptionFailed\n /**\n * @deprecated RestTranscriptionFailed is deprecated.\n * Use TranscriptionFailed instead.\n */\n extends Omit<\n RestTranscriptionFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: RestResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionFailed\";\n}\n\nexport interface MediaStreamingStarted\n /**\n * @deprecated RestMediaStreamingStarted is deprecated.\n * Use MediaStreamingStarted instead.\n */\n extends Omit<\n RestMediaStreamingStarted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStarted\";\n}\n\nexport interface MediaStreamingStopped\n /**\n * @deprecated RestMediaStreamingStopped is deprecated.\n * Use MediaStreamingStopped instead.\n */\n extends Omit<\n RestMediaStreamingStopped,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStopped\";\n}\n\nexport interface MediaStreamingFailed\n /**\n * @deprecated RestMediaStreamingFailed is deprecated.\n * Use MediaStreamingFailed instead.\n */\n extends Omit<\n RestMediaStreamingFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingFailed\";\n}\n\nexport interface CreateCallFailed\n /**\n * @deprecated RestCreateCallFailed is deprecated.\n * Use CreateCallFailed instead.\n */\n extends Omit<\n RestCreateCallFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CreateCallFailed\";\n}\nexport interface AnswerFailed\n /**\n * @deprecated RestAnswerFailed is deprecated.\n * Use AnswerFailed instead.\n */\n extends Omit<\n RestAnswerFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"AnswerFailed\";\n}\n"]}
1
+ {"version":3,"file":"events.js","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CommunicationIdentifier } from \"@azure/communication-common\";\n\nimport {\n Tone,\n ChoiceResult,\n DtmfResult,\n RecognitionType,\n SpeechResult,\n RecordingKind,\n MediaStreamingUpdate,\n TranscriptionUpdate,\n SipDiagnosticInfo,\n} from \"../generated/src/models/index.js\";\n\nimport type { CallParticipant, RecordingState, CustomCallingContext } from \"./models.js\";\n\n/** Callback events for Call Automation */\nexport type CallAutomationEvent =\n | AddParticipantSucceeded\n | AddParticipantFailed\n | RemoveParticipantSucceeded\n | RemoveParticipantFailed\n | CallConnected\n | CallDisconnected\n | CallTransferAccepted\n | CallTransferFailed\n | ParticipantsUpdated\n | RecordingStateChanged\n | PlayStarted\n | PlayCompleted\n | PlayFailed\n | PlayCanceled\n | RecognizeCompleted\n | RecognizeCanceled\n | RecognizeFailed\n | ContinuousDtmfRecognitionToneReceived\n | ContinuousDtmfRecognitionToneFailed\n | ContinuousDtmfRecognitionStopped\n | SendDtmfTonesCompleted\n | SendDtmfTonesFailed\n | CancelAddParticipantSucceeded\n | CancelAddParticipantFailed\n | ConnectFailed\n | TranscriptionStarted\n | TranscriptionStopped\n | TranscriptionUpdated\n | TranscriptionFailed\n | HoldFailed\n | MediaStreamingStarted\n | MediaStreamingStopped\n | MediaStreamingFailed\n | CreateCallFailed\n | AnswerFailed\n | StartRecordingFailed\n | IncomingCall\n | MoveParticipantSucceeded\n | MoveParticipantFailed\n | TranscriptionCallSummaryUpdated;\n\nexport interface ResultInformation {\n /** The error code. */\n code: number;\n /** The sub code of error. */\n subCode: number;\n /** The detailed message of the error. */\n message: string;\n /**\n * Sip response from SBC. This can be helpful to troubleshoot PSTN call if this result was unexpected.\n * This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.\n * Do not solely rely on this information for troubleshooting, as it may not always be available.\n */\n sipDetails?: SipDiagnosticInfo;\n /**\n * Q850 cause from SBC. This can be helpful to troubleshoot call issues if this result was unexpected.\n * This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.\n * Do not solely rely on this information for troubleshooting, as it may not always be available.\n */\n q850Details?: SipDiagnosticInfo;\n}\n\n/** The participant successfully added event. */\nexport interface AddParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantSucceeded\";\n}\n\n/** The failed to add participant event. */\nexport interface AddParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantFailed\";\n}\n\n/** The participant successfully removed event. */\nexport interface RemoveParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantSucceeded\";\n}\n\n/** The failed to remove participant event. */\nexport interface RemoveParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantFailed\";\n}\n\n/** Event when call was established. */\nexport interface CallConnected {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallConnected\";\n}\n\n/** Event when call was initiated. */\nexport interface IncomingCall {\n /** Call connection ID. */\n callConnectionId: string;\n /** The communication identifier of the target user.*/\n to?: CommunicationIdentifier;\n /** The communication identifier of the user who initiated the call.*/\n from?: CommunicationIdentifier;\n /** Display name of caller.*/\n callerDisplayName?: string;\n /** Custom Context of Incoming Call */\n customContext?: CustomCallingContext;\n /** Incoming call context.*/\n incomingCallContext?: string;\n /** The communication identifier of the user on behalf of whom the call is made.*/\n onBehalfOfCallee?: CommunicationIdentifier;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"IncomingCall\";\n}\n\n/** Event when all participants left and call was terminated. */\nexport interface CallDisconnected {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallDisconnected\";\n}\n\n/** Event when transfer request was successful. */\nexport interface CallTransferAccepted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Participant that was transferred away */\n transferee: CommunicationIdentifier;\n /** Target that transferee is transferred to */\n transferTarget: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"CallTransferAccepted\";\n}\n\n/** Event when transfer request was failed. */\nexport interface CallTransferFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallTransferFailed\";\n}\n\n/** Event when there was an update to participant(s). */\nexport interface ParticipantsUpdated {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** The Sequence Number of the event */\n sequenceNumber?: number;\n /** The list of participants in the call. */\n participants: CallParticipant[];\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ParticipantsUpdated\";\n}\n\n/** Event when Recording state has been changed. */\nexport interface RecordingStateChanged {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The call recording id. */\n recordingId?: string;\n state?: RecordingState;\n /** The time of the recording started. */\n startDateTime?: Date;\n recordingKind?: RecordingKind;\n /** kind of this event. */\n kind: \"RecordingStateChanged\";\n}\n\nexport interface StartRecordingFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** The call recording id */\n recordingId?: string;\n /** kind of this event. */\n kind: \"StartRecordingFailed\";\n}\n\n/** Event when Media play was successfully started. */\nexport interface PlayStarted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayStarted\";\n}\n\n/** Event when Media play was successfully completed. */\nexport interface PlayCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** kind of this event. */\n kind: \"PlayCompleted\";\n}\n\n/** Event when Media play was failed. */\nexport interface PlayFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the index of the failed play source. */\n failedPlaySourceIndex?: number;\n /** kind of this event. */\n kind: \"PlayFailed\";\n}\n\n/** Event when Media play was canceled by Cancel operation. */\nexport interface PlayCanceled {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayCanceled\";\n}\n\n/** Event when Media recognize was successfully completed. */\nexport interface RecognizeCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /**\n * Determines the sub-type of the recognize operation.\n * In case of cancel operation the this field is not set and is returned empty\n */\n recognitionType?: RecognitionType;\n /** Defines the result for RecognitionType = Dtmf */\n dtmfResult?: DtmfResult;\n /** Defines the result for RecognitionType = Choices */\n choiceResult?: ChoiceResult;\n /** Defines the result for RecognitionType = Speech and SpeechOrDtmf */\n speechResult?: SpeechResult;\n /** kind of this event. */\n kind: \"RecognizeCompleted\";\n}\n\n/** Event when Media recognize was failed. */\nexport interface RecognizeFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the index of the failed play source. */\n failedPlaySourceIndex?: number;\n /** kind of this event. */\n kind: \"RecognizeFailed\";\n}\n\n/** Event when Media recognize was canceled by Cancel operation. */\nexport interface RecognizeCanceled {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"RecognizeCanceled\";\n}\n\n/** Event sent when Dtmf tone received from targeted participant in call. */\nexport interface ContinuousDtmfRecognitionToneReceived {\n /** The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed. */\n sequenceId: number;\n /** Defines values for Tone. */\n tone: Tone;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId or skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneReceived\";\n}\n\n/** Event sent when failed to recognize continuous Dtmf tone. */\nexport interface ContinuousDtmfRecognitionToneFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneFailed\";\n}\n\n/** Event sent when continuous Dtmf recognition stopped. */\nexport interface ContinuousDtmfRecognitionStopped {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionStopped\";\n}\n\n/** Event sent when Dtmf tones send successfully. */\nexport interface SendDtmfTonesCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesCompleted\";\n}\n\n/** Event sent when Dtmf tones send failed. */\nexport interface SendDtmfTonesFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesFailed\";\n}\n\n/** Successful cancel add participant event. */\nexport interface CancelAddParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantSucceeded\";\n}\n\n/** The failed to cancel add participant event. */\nexport interface CancelAddParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantFailed\";\n}\n\nexport interface ConnectFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ConnectFailed\";\n}\n\nexport interface HoldFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"HoldFailed\";\n}\n\nexport interface AnswerFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"AnswerFailed\";\n}\n\nexport interface CreateCallFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CreateCallFailed\";\n}\n\nexport interface TranscriptionStarted {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStarted\";\n}\n\nexport interface TranscriptionStopped {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStopped\";\n}\n\nexport interface TranscriptionUpdated {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionUpdated\";\n}\n\nexport interface TranscriptionFailed {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionFailed\";\n}\n\nexport interface MediaStreamingStarted {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStarted\";\n}\n\nexport interface MediaStreamingStopped {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStopped\";\n}\n\nexport interface MediaStreamingFailed {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingFailed\";\n}\n/** The participant successfully moved event. */\nexport interface MoveParticipantSucceeded {\n /** The CallConnectionId for the call you want to move the participant from */\n fromCall?: string;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"MoveParticipantSucceeded\";\n}\n\n/** The failed to move participant event. */\nexport interface MoveParticipantFailed {\n /** The CallConnectionId for the call you want to move the participant from */\n fromCall?: string;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"MoveParticipantFailed\";\n}\n\nexport interface TranscriptionCallSummaryUpdated {\n /**\n * Defines the result for TranscriptionUpdate with the current status and the details about the status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId?: string;\n /** Server call ID. */\n serverCallId?: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId?: string;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionCallSummaryUpdated\";\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import type { CommunicationIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier, MicrosoftTeamsAppIdentifier, PhoneNumberIdentifier, TeamsExtensionUserIdentifier } from "@azure/communication-common";
2
- import type { CallConnectionStateModel, MediaStreamingSubscription, TranscriptionSubscription, MediaStreamingAudioChannelType, MediaStreamingContentType, AudioFormat } from "../generated/src/index.js";
2
+ import type { CallConnectionStateModel, MediaStreamingSubscription, TranscriptionSubscription, MediaStreamingAudioChannelType, MediaStreamingContentType, AudioFormat, RedactionType } from "../generated/src/index.js";
3
3
  export { CallConnectionStateModel, CallRejectReason, KnownCallRejectReason, KnownMediaStreamingAudioChannelType, KnownMediaStreamingContentType, KnownStreamingTransportType, RecognitionType, ChoiceResult, DtmfResult, SpeechResult, RecordingState, Tone, MediaStreamingAudioChannelType, MediaStreamingContentType, AudioFormat, TranscriptionUpdate, MediaStreamingUpdate, } from "../generated/src/models/index.js";
4
4
  /** Properties of a call connection */
5
5
  export interface CallConnectionProperties {
@@ -188,7 +188,7 @@ export interface SipCustomHeader extends CustomCallingContextHeader {
188
188
  /** The type of the Sip header prefix. */
189
189
  export type SipHeaderPrefix = "X-" | "X-MS-Custom-";
190
190
  /** Custom Calling Context */
191
- export type CustomCallingContext = (VoipHeader | SipUserToUserHeader | SipCustomHeader)[];
191
+ export type CustomCallingContext = (VoipHeader | SipUserToUserHeader | SipCustomHeader | TeamsPhoneCallDetails)[];
192
192
  /** AI options for the call. */
193
193
  export interface CallIntelligenceOptions {
194
194
  /** The identifier of the Cognitive Service resource assigned to this call. */
@@ -215,7 +215,7 @@ export interface MediaStreamingOptions {
215
215
  /** Options for media streaming. */
216
216
  export interface TranscriptionOptions {
217
217
  /** Specifies the Locale used for transcription, e.g., en-CA or en-AU. */
218
- locale: string;
218
+ locale?: string;
219
219
  /** Polymorphic discriminator, which specifies the different types this object can be */
220
220
  transportType: "websocket";
221
221
  /** The URL used for live transcription transport. */
@@ -226,5 +226,80 @@ export interface TranscriptionOptions {
226
226
  startTranscription?: boolean;
227
227
  /** Enables intermediate results for the transcribed speech. */
228
228
  enableIntermediateResults?: boolean;
229
+ /** PII redaction configuration options. */
230
+ piiRedactionOptions?: PiiRedactionOptions;
231
+ /** Indicating if sentiment analysis should be enabled. */
232
+ enableSentimentAnalysis?: boolean;
233
+ /**
234
+ * List of locales for Language Identification.
235
+ * Supports upto 4 locales in the format: ["en-us", "fr-fr", "hi-in"] etc.
236
+ */
237
+ locales?: string[];
238
+ /** Summarization configuration options. */
239
+ summarizationOptions?: SummarizationOptions;
240
+ }
241
+ /** PII redaction configuration options. */
242
+ export interface PiiRedactionOptions {
243
+ /** Value indicating if PII redaction is enabled. */
244
+ enable?: boolean;
245
+ /** Value indicating the PII redaction type to be used. */
246
+ redactionType?: RedactionType;
247
+ }
248
+ /** Configuration options for call summarization. */
249
+ export interface SummarizationOptions {
250
+ /** Indicating whether end call summary should be enabled. */
251
+ enableEndCallSummary?: boolean;
252
+ /** Locale for summarization (e.g., en-US). */
253
+ locale?: string;
254
+ }
255
+ /** Teams phone call details */
256
+ export interface TeamsPhoneCallDetails {
257
+ kind: "teamsPhoneCallDetails";
258
+ /** Container for details relating to the original caller of the call */
259
+ teamsPhoneCallerDetails?: TeamsPhoneCallerDetails;
260
+ /** Container for details relating to the entity responsible for the creation of these call details */
261
+ teamsPhoneSourceDetails?: TeamsPhoneSourceDetails;
262
+ /** Id to exclusively identify this call session. IVR will use this for their telemetry/reporting. */
263
+ sessionId?: string;
264
+ /** The intent of the call */
265
+ intent?: string;
266
+ /** A very short description (max 48 chars) of the reason for the call. To be displayed in Teams CallNotification */
267
+ callTopic?: string;
268
+ /** A summary of the call thus far. It will be displayed on a side panel in the Teams UI */
269
+ callContext?: string;
270
+ /** Url for fetching the transcript of the call */
271
+ transcriptUrl?: string;
272
+ /** Sentiment of the call thus far */
273
+ callSentiment?: string;
274
+ /** Recommendations for resolving the issue based on the customer's intent and interaction history */
275
+ suggestedActions?: string;
276
+ }
277
+ /** Container for details relating to the original caller of the call */
278
+ export interface TeamsPhoneCallerDetails {
279
+ /** Caller's ID */
280
+ caller: CommunicationIdentifier;
281
+ /** Caller's name */
282
+ name: string;
283
+ /** Caller's phone number */
284
+ phoneNumber: string;
285
+ /** Caller's record ID (ex in CRM) */
286
+ recordId?: string;
287
+ /** Caller's screen pop URL */
288
+ screenPopUrl?: string;
289
+ /** Flag indicating whether the caller was authenticated */
290
+ isAuthenticated?: boolean;
291
+ /** A set of key value pairs (max 10, any additional entries would be ignored) which a bot author wants to pass to the Teams Client for display to the agent */
292
+ additionalCallerInformation?: Record<string, string>;
293
+ }
294
+ /** Container for details relating to the entity responsible for the creation of these call details */
295
+ export interface TeamsPhoneSourceDetails {
296
+ /** ID of the source entity passing along the call details (ex. Application Instance ID of - CQ/AA) */
297
+ source: CommunicationIdentifier;
298
+ /** Language of the source entity passing along the call details, passed in the ISO-639 standard */
299
+ language: string;
300
+ /** Status of the source entity passing along the call details */
301
+ status: string;
302
+ /** Intended targets of the source entity passing along the call details */
303
+ intendedTargets?: Record<string, CommunicationIdentifier>;
229
304
  }
230
305
  //# sourceMappingURL=models.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAmBlC,6DAkB0C;AAfxC,iHAAA,qBAAqB,OAAA;AACrB,+HAAA,mCAAmC,OAAA;AACnC,0HAAA,8BAA8B,OAAA;AAC9B,uHAAA,2BAA2B,OAAA;AA+D7B,6DAA6D;AAC7D,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,WAAW;IACX,0BAAa,CAAA;IACb,aAAa;IACb,8BAAiB,CAAA;AACnB,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAiCD,mBAAmB;AACnB,IAAY,QAiCX;AAjCD,WAAY,QAAQ;IAClB,WAAW;IACX,yBAAa,CAAA;IACb,UAAU;IACV,uBAAW,CAAA;IACX,UAAU;IACV,uBAAW,CAAA;IACX,YAAY;IACZ,2BAAe,CAAA;IACf,WAAW;IACX,yBAAa,CAAA;IACb,WAAW;IACX,yBAAa,CAAA;IACb,UAAU;IACV,uBAAW,CAAA;IACX,YAAY;IACZ,2BAAe,CAAA;IACf,YAAY;IACZ,2BAAe,CAAA;IACf,WAAW;IACX,yBAAa,CAAA;IACb,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,YAAY;IACZ,2BAAe,CAAA;IACf,eAAe;IACf,iCAAqB,CAAA;AACvB,CAAC,EAjCW,QAAQ,wBAAR,QAAQ,QAiCnB;AAWD,4DAA4D;AAC5D,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;AACf,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n CommunicationIdentifier,\n CommunicationUserIdentifier,\n MicrosoftTeamsUserIdentifier,\n MicrosoftTeamsAppIdentifier,\n PhoneNumberIdentifier,\n TeamsExtensionUserIdentifier,\n} from \"@azure/communication-common\";\nimport type {\n CallConnectionStateModel,\n MediaStreamingSubscription,\n TranscriptionSubscription,\n MediaStreamingAudioChannelType,\n MediaStreamingContentType,\n AudioFormat,\n} from \"../generated/src/index.js\";\n\nexport {\n CallConnectionStateModel,\n CallRejectReason,\n KnownCallRejectReason,\n KnownMediaStreamingAudioChannelType,\n KnownMediaStreamingContentType,\n KnownStreamingTransportType,\n RecognitionType,\n ChoiceResult,\n DtmfResult,\n SpeechResult,\n RecordingState,\n Tone,\n MediaStreamingAudioChannelType,\n MediaStreamingContentType,\n AudioFormat,\n TranscriptionUpdate,\n MediaStreamingUpdate,\n} from \"../generated/src/models/index.js\";\n\n/** Properties of a call connection */\nexport interface CallConnectionProperties {\n /** The call connection id. */\n callConnectionId?: string;\n /** The server call id. */\n serverCallId?: string;\n /**\n * The source caller Id, a phone number, that's shown to the PSTN participant being invited.\n * Required only when calling a PSTN callee.\n */\n sourceCallerIdNumber?: PhoneNumberIdentifier;\n /** Display name of the call if dialing out to a pstn number. */\n sourceDisplayName?: string;\n /** Source identity. */\n source?: CommunicationIdentifier;\n /** The targets of the call. */\n targetParticipants?: CommunicationIdentifier[];\n /** The state of the call connection. */\n callConnectionState?: CallConnectionStateModel;\n /** The callback URL. */\n callbackUrl?: string;\n /** The correlation ID. */\n correlationId?: string;\n /** Identity of the answering entity. Only populated when identity is provided in the request. */\n answeredby?: CommunicationUserIdentifier;\n /** Identity of the original Pstn target of an incoming Call. Only populated when the original target is a Pstn number. */\n answeredFor?: PhoneNumberIdentifier;\n /** Media streaming subscription */\n mediaStreamingSubscription?: MediaStreamingSubscription;\n /** Transcription Subscription. */\n transcriptionSubscription?: TranscriptionSubscription;\n}\n\n/** Contract model of an ACS call participant */\nexport interface CallParticipant {\n /** Communication identifier of the participant */\n identifier?: CommunicationIdentifier;\n /** Is participant muted */\n isMuted?: boolean;\n /** Is participant on hold. */\n isOnHold?: boolean;\n}\n\n/** The locator used for joining or taking action on a call. */\nexport interface CallLocator {\n id: string;\n kind: CallLocatorType;\n}\n\n/** Defines values for VoiceKind that the service accepts. */\nexport enum VoiceKind {\n /** Male */\n Male = \"male\",\n /** Female */\n Female = \"female\",\n}\n\n/** The PlaySource model. */\nexport interface PlaySource {\n /** @deprecated Not in use, instead use playsourcecacheid for similar functionality*/\n playsourcacheid?: string;\n /** Sets the play source cache id.*/\n playSourceCacheId?: string;\n}\n\n/** The FileSource model. */\nexport interface FileSource extends PlaySource {\n url: string;\n readonly kind: \"fileSource\";\n}\n\n/** The TextSource model. */\nexport interface TextSource extends PlaySource {\n text: string;\n sourceLocale?: string;\n voiceKind?: VoiceKind;\n voiceName?: string;\n customVoiceEndpointId?: string;\n readonly kind: \"textSource\";\n}\n\n/** The SsmlSource model. */\nexport interface SsmlSource extends PlaySource {\n ssmlText: string;\n customVoiceEndpointId?: string;\n readonly kind: \"ssmlSource\";\n}\n\n/** A Dtmf Tone. */\nexport enum DtmfTone {\n /** Zero */\n Zero = \"zero\",\n /** One */\n One = \"one\",\n /** Two */\n Two = \"two\",\n /** Three */\n Three = \"three\",\n /** Four */\n Four = \"four\",\n /** Five */\n Five = \"five\",\n /** Six */\n Six = \"six\",\n /** Seven */\n Seven = \"seven\",\n /** Eight */\n Eight = \"eight\",\n /** Nine */\n Nine = \"nine\",\n /** A */\n A = \"a\",\n /** B */\n B = \"b\",\n /** C */\n C = \"c\",\n /** D */\n D = \"d\",\n /** Pound */\n Pound = \"pound\",\n /** Asterisk */\n Asterisk = \"asterisk\",\n}\n\n/** A Recognition Choice */\nexport interface RecognitionChoice {\n /** Identifier for a given choice */\n label: string;\n /** List of phrases to recognize */\n phrases: string[];\n tone?: DtmfTone;\n}\n\n/** The type of the recognition that the service accepts. */\nexport enum RecognizeInputType {\n /** Dtmf */\n Dtmf = \"dtmf\",\n}\n\n/** Call invitee details. */\nexport interface CallInvite {\n /** The Target's PhoneNumberIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier, MicrosoftTeamsAppIdentifier or TeamsExtensionUserIdentifier. */\n readonly targetParticipant:\n | PhoneNumberIdentifier\n | CommunicationUserIdentifier\n | MicrosoftTeamsUserIdentifier\n | MicrosoftTeamsAppIdentifier\n | TeamsExtensionUserIdentifier;\n /** Caller's phone number identifier. */\n readonly sourceCallIdNumber?: PhoneNumberIdentifier;\n sourceDisplayName?: string;\n /** Used by customer to send custom context to targets. */\n customCallingContext?: CustomCallingContext;\n}\n\n/** The locator type of a call. */\nexport type CallLocatorType = \"serverCallLocator\" | \"groupCallLocator\" | \"roomCallLocator\";\n\n/** The content type of a call recording. */\nexport type RecordingContent = \"audio\" | \"audioVideo\";\n\n/** The channel type of a call recording. */\nexport type RecordingChannel = \"mixed\" | \"unmixed\";\n\n/** The format type of a call recording. */\nexport type RecordingFormat = \"mp3\" | \"mp4\" | \"wav\";\n\n/** The format type of a call recording. */\nexport type RecordingKind = \"azureCommunicationServices\" | \"teams\" | \"teamsCompliance\";\n\n/** The storage type of a call recording. */\nexport type RecordingStorageKind = \"azureCommunicationServices\" | \"azureBlobStorage\";\n\n/** Channel affinity for a participant */\nexport interface ChannelAffinity {\n /** Channel number to which bitstream from a particular participant will be written. */\n channel?: number;\n /**\n * The identifier for the participant whose bitstream will be written to the channel\n * represented by the channel number.\n */\n targetParticipant: CommunicationIdentifier;\n}\n\n/** The recording storage */\nexport interface RecordingStorage {\n /** Defines the kind of recording storage */\n recordingStorageKind: RecordingStorageKind;\n /** Uri of a container or a location within a container */\n recordingDestinationContainerUrl?: string;\n}\n\ninterface CustomCallingContextHeader {\n key: string;\n value: string;\n}\n\n/** VOIP header. */\nexport interface VoipHeader extends CustomCallingContextHeader {\n kind: \"voip\";\n}\n\n/** SIP User To User header. */\nexport interface SipUserToUserHeader extends CustomCallingContextHeader {\n kind: \"sipuui\";\n}\n\n/** SIP Custom header. */\nexport interface SipCustomHeader extends CustomCallingContextHeader {\n kind: \"sipx\";\n sipHeaderPrefix?: SipHeaderPrefix;\n}\n\n/** The type of the Sip header prefix. */\nexport type SipHeaderPrefix = \"X-\" | \"X-MS-Custom-\";\n\n/** Custom Calling Context */\nexport type CustomCallingContext = (VoipHeader | SipUserToUserHeader | SipCustomHeader)[];\n\n/** AI options for the call. */\nexport interface CallIntelligenceOptions {\n /** The identifier of the Cognitive Service resource assigned to this call. */\n cognitiveServicesEndpoint?: string;\n}\n\n/** Options for media streaming. */\nexport interface MediaStreamingOptions {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n transportType: \"websocket\";\n /** The audio channel type to stream, e.g., unmixed audio, mixed audio. */\n audioChannelType: MediaStreamingAudioChannelType;\n /** The transport URL for media streaming. */\n transportUrl?: string;\n contentType?: MediaStreamingContentType;\n /** A value indicating whether the media streaming should start immediately after the call is answered. */\n startMediaStreaming?: boolean;\n /** A value indicating whether bidirectional streaming is enabled. */\n enableBidirectional?: boolean;\n /** The audio format used for encoding, including sample rate and channel type. The default is Pcm16KMono. */\n audioFormat?: AudioFormat;\n /** A value that indicates whether to stream the DTMF tones. */\n enableDtmfTones?: boolean;\n}\n\n/** Options for media streaming. */\nexport interface TranscriptionOptions {\n /** Specifies the Locale used for transcription, e.g., en-CA or en-AU. */\n locale: string;\n /** Polymorphic discriminator, which specifies the different types this object can be */\n transportType: \"websocket\";\n /** The URL used for live transcription transport. */\n transportUrl?: string;\n /** The ID of the deployed custom model in GUID format. The GUID is generated by Azure Speech Studio, e.g., a259c255-1cdw-4ed7-a693-dd58563b6f6a. */\n speechModelEndpointId?: string;\n /** Indicates whether the transcription should start immediately after the call is answered. */\n startTranscription?: boolean;\n /** Enables intermediate results for the transcribed speech. */\n enableIntermediateResults?: boolean;\n}\n"]}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAoBlC,6DAkB0C;AAfxC,iHAAA,qBAAqB,OAAA;AACrB,+HAAA,mCAAmC,OAAA;AACnC,0HAAA,8BAA8B,OAAA;AAC9B,uHAAA,2BAA2B,OAAA;AA+D7B,6DAA6D;AAC7D,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,WAAW;IACX,0BAAa,CAAA;IACb,aAAa;IACb,8BAAiB,CAAA;AACnB,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAiCD,mBAAmB;AACnB,IAAY,QAiCX;AAjCD,WAAY,QAAQ;IAClB,WAAW;IACX,yBAAa,CAAA;IACb,UAAU;IACV,uBAAW,CAAA;IACX,UAAU;IACV,uBAAW,CAAA;IACX,YAAY;IACZ,2BAAe,CAAA;IACf,WAAW;IACX,yBAAa,CAAA;IACb,WAAW;IACX,yBAAa,CAAA;IACb,UAAU;IACV,uBAAW,CAAA;IACX,YAAY;IACZ,2BAAe,CAAA;IACf,YAAY;IACZ,2BAAe,CAAA;IACf,WAAW;IACX,yBAAa,CAAA;IACb,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,YAAY;IACZ,2BAAe,CAAA;IACf,eAAe;IACf,iCAAqB,CAAA;AACvB,CAAC,EAjCW,QAAQ,wBAAR,QAAQ,QAiCnB;AAWD,4DAA4D;AAC5D,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;AACf,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n CommunicationIdentifier,\n CommunicationUserIdentifier,\n MicrosoftTeamsUserIdentifier,\n MicrosoftTeamsAppIdentifier,\n PhoneNumberIdentifier,\n TeamsExtensionUserIdentifier,\n} from \"@azure/communication-common\";\nimport type {\n CallConnectionStateModel,\n MediaStreamingSubscription,\n TranscriptionSubscription,\n MediaStreamingAudioChannelType,\n MediaStreamingContentType,\n AudioFormat,\n RedactionType,\n} from \"../generated/src/index.js\";\n\nexport {\n CallConnectionStateModel,\n CallRejectReason,\n KnownCallRejectReason,\n KnownMediaStreamingAudioChannelType,\n KnownMediaStreamingContentType,\n KnownStreamingTransportType,\n RecognitionType,\n ChoiceResult,\n DtmfResult,\n SpeechResult,\n RecordingState,\n Tone,\n MediaStreamingAudioChannelType,\n MediaStreamingContentType,\n AudioFormat,\n TranscriptionUpdate,\n MediaStreamingUpdate,\n} from \"../generated/src/models/index.js\";\n\n/** Properties of a call connection */\nexport interface CallConnectionProperties {\n /** The call connection id. */\n callConnectionId?: string;\n /** The server call id. */\n serverCallId?: string;\n /**\n * The source caller Id, a phone number, that's shown to the PSTN participant being invited.\n * Required only when calling a PSTN callee.\n */\n sourceCallerIdNumber?: PhoneNumberIdentifier;\n /** Display name of the call if dialing out to a pstn number. */\n sourceDisplayName?: string;\n /** Source identity. */\n source?: CommunicationIdentifier;\n /** The targets of the call. */\n targetParticipants?: CommunicationIdentifier[];\n /** The state of the call connection. */\n callConnectionState?: CallConnectionStateModel;\n /** The callback URL. */\n callbackUrl?: string;\n /** The correlation ID. */\n correlationId?: string;\n /** Identity of the answering entity. Only populated when identity is provided in the request. */\n answeredby?: CommunicationUserIdentifier;\n /** Identity of the original Pstn target of an incoming Call. Only populated when the original target is a Pstn number. */\n answeredFor?: PhoneNumberIdentifier;\n /** Media streaming subscription */\n mediaStreamingSubscription?: MediaStreamingSubscription;\n /** Transcription Subscription. */\n transcriptionSubscription?: TranscriptionSubscription;\n}\n\n/** Contract model of an ACS call participant */\nexport interface CallParticipant {\n /** Communication identifier of the participant */\n identifier?: CommunicationIdentifier;\n /** Is participant muted */\n isMuted?: boolean;\n /** Is participant on hold. */\n isOnHold?: boolean;\n}\n\n/** The locator used for joining or taking action on a call. */\nexport interface CallLocator {\n id: string;\n kind: CallLocatorType;\n}\n\n/** Defines values for VoiceKind that the service accepts. */\nexport enum VoiceKind {\n /** Male */\n Male = \"male\",\n /** Female */\n Female = \"female\",\n}\n\n/** The PlaySource model. */\nexport interface PlaySource {\n /** @deprecated Not in use, instead use playsourcecacheid for similar functionality*/\n playsourcacheid?: string;\n /** Sets the play source cache id.*/\n playSourceCacheId?: string;\n}\n\n/** The FileSource model. */\nexport interface FileSource extends PlaySource {\n url: string;\n readonly kind: \"fileSource\";\n}\n\n/** The TextSource model. */\nexport interface TextSource extends PlaySource {\n text: string;\n sourceLocale?: string;\n voiceKind?: VoiceKind;\n voiceName?: string;\n customVoiceEndpointId?: string;\n readonly kind: \"textSource\";\n}\n\n/** The SsmlSource model. */\nexport interface SsmlSource extends PlaySource {\n ssmlText: string;\n customVoiceEndpointId?: string;\n readonly kind: \"ssmlSource\";\n}\n\n/** A Dtmf Tone. */\nexport enum DtmfTone {\n /** Zero */\n Zero = \"zero\",\n /** One */\n One = \"one\",\n /** Two */\n Two = \"two\",\n /** Three */\n Three = \"three\",\n /** Four */\n Four = \"four\",\n /** Five */\n Five = \"five\",\n /** Six */\n Six = \"six\",\n /** Seven */\n Seven = \"seven\",\n /** Eight */\n Eight = \"eight\",\n /** Nine */\n Nine = \"nine\",\n /** A */\n A = \"a\",\n /** B */\n B = \"b\",\n /** C */\n C = \"c\",\n /** D */\n D = \"d\",\n /** Pound */\n Pound = \"pound\",\n /** Asterisk */\n Asterisk = \"asterisk\",\n}\n\n/** A Recognition Choice */\nexport interface RecognitionChoice {\n /** Identifier for a given choice */\n label: string;\n /** List of phrases to recognize */\n phrases: string[];\n tone?: DtmfTone;\n}\n\n/** The type of the recognition that the service accepts. */\nexport enum RecognizeInputType {\n /** Dtmf */\n Dtmf = \"dtmf\",\n}\n\n/** Call invitee details. */\nexport interface CallInvite {\n /** The Target's PhoneNumberIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier, MicrosoftTeamsAppIdentifier or TeamsExtensionUserIdentifier. */\n readonly targetParticipant:\n | PhoneNumberIdentifier\n | CommunicationUserIdentifier\n | MicrosoftTeamsUserIdentifier\n | MicrosoftTeamsAppIdentifier\n | TeamsExtensionUserIdentifier;\n /** Caller's phone number identifier. */\n readonly sourceCallIdNumber?: PhoneNumberIdentifier;\n sourceDisplayName?: string;\n /** Used by customer to send custom context to targets. */\n customCallingContext?: CustomCallingContext;\n}\n\n/** The locator type of a call. */\nexport type CallLocatorType = \"serverCallLocator\" | \"groupCallLocator\" | \"roomCallLocator\";\n\n/** The content type of a call recording. */\nexport type RecordingContent = \"audio\" | \"audioVideo\";\n\n/** The channel type of a call recording. */\nexport type RecordingChannel = \"mixed\" | \"unmixed\";\n\n/** The format type of a call recording. */\nexport type RecordingFormat = \"mp3\" | \"mp4\" | \"wav\";\n\n/** The format type of a call recording. */\nexport type RecordingKind = \"azureCommunicationServices\" | \"teams\" | \"teamsCompliance\";\n\n/** The storage type of a call recording. */\nexport type RecordingStorageKind = \"azureCommunicationServices\" | \"azureBlobStorage\";\n\n/** Channel affinity for a participant */\nexport interface ChannelAffinity {\n /** Channel number to which bitstream from a particular participant will be written. */\n channel?: number;\n /**\n * The identifier for the participant whose bitstream will be written to the channel\n * represented by the channel number.\n */\n targetParticipant: CommunicationIdentifier;\n}\n\n/** The recording storage */\nexport interface RecordingStorage {\n /** Defines the kind of recording storage */\n recordingStorageKind: RecordingStorageKind;\n /** Uri of a container or a location within a container */\n recordingDestinationContainerUrl?: string;\n}\n\ninterface CustomCallingContextHeader {\n key: string;\n value: string;\n}\n\n/** VOIP header. */\nexport interface VoipHeader extends CustomCallingContextHeader {\n kind: \"voip\";\n}\n\n/** SIP User To User header. */\nexport interface SipUserToUserHeader extends CustomCallingContextHeader {\n kind: \"sipuui\";\n}\n\n/** SIP Custom header. */\nexport interface SipCustomHeader extends CustomCallingContextHeader {\n kind: \"sipx\";\n sipHeaderPrefix?: SipHeaderPrefix;\n}\n\n/** The type of the Sip header prefix. */\nexport type SipHeaderPrefix = \"X-\" | \"X-MS-Custom-\";\n\n/** Custom Calling Context */\nexport type CustomCallingContext = (\n | VoipHeader\n | SipUserToUserHeader\n | SipCustomHeader\n | TeamsPhoneCallDetails\n)[];\n\n/** AI options for the call. */\nexport interface CallIntelligenceOptions {\n /** The identifier of the Cognitive Service resource assigned to this call. */\n cognitiveServicesEndpoint?: string;\n}\n\n/** Options for media streaming. */\nexport interface MediaStreamingOptions {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n transportType: \"websocket\";\n /** The audio channel type to stream, e.g., unmixed audio, mixed audio. */\n audioChannelType: MediaStreamingAudioChannelType;\n /** The transport URL for media streaming. */\n transportUrl?: string;\n contentType?: MediaStreamingContentType;\n /** A value indicating whether the media streaming should start immediately after the call is answered. */\n startMediaStreaming?: boolean;\n /** A value indicating whether bidirectional streaming is enabled. */\n enableBidirectional?: boolean;\n /** The audio format used for encoding, including sample rate and channel type. The default is Pcm16KMono. */\n audioFormat?: AudioFormat;\n /** A value that indicates whether to stream the DTMF tones. */\n enableDtmfTones?: boolean;\n}\n\n/** Options for media streaming. */\nexport interface TranscriptionOptions {\n /** Specifies the Locale used for transcription, e.g., en-CA or en-AU. */\n locale?: string;\n /** Polymorphic discriminator, which specifies the different types this object can be */\n transportType: \"websocket\";\n /** The URL used for live transcription transport. */\n transportUrl?: string;\n /** The ID of the deployed custom model in GUID format. The GUID is generated by Azure Speech Studio, e.g., a259c255-1cdw-4ed7-a693-dd58563b6f6a. */\n speechModelEndpointId?: string;\n /** Indicates whether the transcription should start immediately after the call is answered. */\n startTranscription?: boolean;\n /** Enables intermediate results for the transcribed speech. */\n enableIntermediateResults?: boolean;\n /** PII redaction configuration options. */\n piiRedactionOptions?: PiiRedactionOptions;\n /** Indicating if sentiment analysis should be enabled. */\n enableSentimentAnalysis?: boolean;\n /**\n * List of locales for Language Identification.\n * Supports upto 4 locales in the format: [\"en-us\", \"fr-fr\", \"hi-in\"] etc.\n */\n locales?: string[];\n /** Summarization configuration options. */\n summarizationOptions?: SummarizationOptions;\n}\n\n/** PII redaction configuration options. */\nexport interface PiiRedactionOptions {\n /** Value indicating if PII redaction is enabled. */\n enable?: boolean;\n /** Value indicating the PII redaction type to be used. */\n redactionType?: RedactionType;\n}\n\n/** Configuration options for call summarization. */\nexport interface SummarizationOptions {\n /** Indicating whether end call summary should be enabled. */\n enableEndCallSummary?: boolean;\n /** Locale for summarization (e.g., en-US). */\n locale?: string;\n}\n\n/** Teams phone call details */\nexport interface TeamsPhoneCallDetails {\n kind: \"teamsPhoneCallDetails\";\n /** Container for details relating to the original caller of the call */\n teamsPhoneCallerDetails?: TeamsPhoneCallerDetails;\n /** Container for details relating to the entity responsible for the creation of these call details */\n teamsPhoneSourceDetails?: TeamsPhoneSourceDetails;\n /** Id to exclusively identify this call session. IVR will use this for their telemetry/reporting. */\n sessionId?: string;\n /** The intent of the call */\n intent?: string;\n /** A very short description (max 48 chars) of the reason for the call. To be displayed in Teams CallNotification */\n callTopic?: string;\n /** A summary of the call thus far. It will be displayed on a side panel in the Teams UI */\n callContext?: string;\n /** Url for fetching the transcript of the call */\n transcriptUrl?: string;\n /** Sentiment of the call thus far */\n callSentiment?: string;\n /** Recommendations for resolving the issue based on the customer's intent and interaction history */\n suggestedActions?: string;\n}\n\n/** Container for details relating to the original caller of the call */\nexport interface TeamsPhoneCallerDetails {\n /** Caller's ID */\n caller: CommunicationIdentifier;\n /** Caller's name */\n name: string;\n /** Caller's phone number */\n phoneNumber: string;\n /** Caller's record ID (ex in CRM) */\n recordId?: string;\n /** Caller's screen pop URL */\n screenPopUrl?: string;\n /** Flag indicating whether the caller was authenticated */\n isAuthenticated?: boolean;\n /** A set of key value pairs (max 10, any additional entries would be ignored) which a bot author wants to pass to the Teams Client for display to the agent */\n additionalCallerInformation?: Record<string, string>;\n}\n\n/** Container for details relating to the entity responsible for the creation of these call details */\nexport interface TeamsPhoneSourceDetails {\n /** ID of the source entity passing along the call details (ex. Application Instance ID of - CQ/AA) */\n source: CommunicationIdentifier;\n /** Language of the source entity passing along the call details, passed in the ISO-639 standard */\n language: string;\n /** Status of the source entity passing along the call details */\n status: string;\n /** Intended targets of the source entity passing along the call details */\n intendedTargets?: Record<string, CommunicationIdentifier>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import type { PhoneNumberIdentifier, CommunicationIdentifier, MicrosoftTeamsAppIdentifier } from "@azure/communication-common";
2
2
  import type { OperationOptions } from "@azure/core-client";
3
- import type { MediaStreamingOptions, TranscriptionOptions, CallRejectReason, FileSource, TextSource, SsmlSource, DtmfTone, RecognitionChoice, RecordingContent, RecordingChannel, RecordingFormat, RecordingStorage, CallLocator, ChannelAffinity, CallIntelligenceOptions, CustomCallingContext } from "./models.js";
3
+ import type { MediaStreamingOptions, TranscriptionOptions, CallRejectReason, FileSource, TextSource, SsmlSource, DtmfTone, RecognitionChoice, RecordingContent, RecordingChannel, RecordingFormat, RecordingStorage, CallLocator, ChannelAffinity, CallIntelligenceOptions, CustomCallingContext, PiiRedactionOptions, SummarizationOptions } from "./models.js";
4
4
  /** Options to configure the recognize operation. */
5
5
  export interface CallMediaRecognizeOptions extends OperationOptions {
6
6
  /** The source of the audio to be played for recognition. */
@@ -39,6 +39,13 @@ export interface CallMediaRecognizeChoiceOptions extends CallMediaRecognizeOptio
39
39
  choices: RecognitionChoice[];
40
40
  /** Speech language to be recognized, If not set default is en-US */
41
41
  speechLanguage?: string;
42
+ /**
43
+ * List of locales for Language Identification.
44
+ * Supports upto 4 locales in the format: ["en-us", "fr-fr", "hi-in"] etc.
45
+ */
46
+ speechLanguages?: string[];
47
+ /** Value indicating if sentiment analysis should be used. */
48
+ enableSentimentAnalysis?: boolean;
42
49
  /** Endpoint where the custom model was deployed. */
43
50
  speechRecognitionModelEndpointId?: string;
44
51
  readonly kind: "callMediaRecognizeChoiceOptions";
@@ -49,6 +56,13 @@ export interface CallMediaRecognizeSpeechOptions extends CallMediaRecognizeOptio
49
56
  endSilenceTimeoutInSeconds?: number;
50
57
  /** Speech language to be recognized, If not set default is en-US */
51
58
  speechLanguage?: string;
59
+ /**
60
+ * List of locales for Language Identification.
61
+ * Supports upto 4 locales in the format: ["en-us", "fr-fr", "hi-in"] etc.
62
+ */
63
+ speechLanguages?: string[];
64
+ /** Value indicating if sentiment analysis should be used. */
65
+ enableSentimentAnalysis?: boolean;
52
66
  /** Endpoint where the custom model was deployed. */
53
67
  speechRecognitionModelEndpointId?: string;
54
68
  readonly kind: "callMediaRecognizeSpeechOptions";
@@ -65,6 +79,10 @@ export interface CallMediaRecognizeSpeechOrDtmfOptions extends CallMediaRecogniz
65
79
  maxTonesToCollect?: number;
66
80
  /** Speech language to be recognized, If not set default is en-US */
67
81
  speechLanguage?: string;
82
+ /** Gets or sets a list of languages for Language Identification. */
83
+ speechLanguages?: string[];
84
+ /** Gets or sets a value indicating if sentiment analysis should be used. */
85
+ enableSentimentAnalysis?: boolean;
68
86
  /** Endpoint where the custom model was deployed. */
69
87
  speechRecognitionModelEndpointId?: string;
70
88
  readonly kind: "callMediaRecognizeSpeechOrDtmfOptions";
@@ -94,6 +112,8 @@ export interface CreateCallOptions extends OperationOptions {
94
112
  * This is per-operation setting and does not change the client's default source.
95
113
  */
96
114
  teamsAppSource?: MicrosoftTeamsAppIdentifier;
115
+ /** Enables loopback audio functionality for the call. */
116
+ enableLoopbackAudio?: boolean;
97
117
  }
98
118
  /**
99
119
  * Options to answer a call.
@@ -107,6 +127,8 @@ export interface AnswerCallOptions extends OperationOptions {
107
127
  transcriptionOptions?: TranscriptionOptions;
108
128
  /** The operation context. */
109
129
  operationContext?: string;
130
+ /** Enables loopback audio functionality for the call. */
131
+ enableLoopbackAudio?: boolean;
110
132
  }
111
133
  /**
112
134
  * Options to redirect call.
@@ -316,6 +338,14 @@ export interface StartTranscriptionOptions extends OperationOptions {
316
338
  * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
317
339
  */
318
340
  operationCallbackUrl?: string;
341
+ /** PII redaction configuration options. */
342
+ piiRedactionOptions?: PiiRedactionOptions;
343
+ /** Indicating if sentiment analysis should be used. */
344
+ enableSentimentAnalysis?: boolean;
345
+ /** Summarization configuration options. */
346
+ summarizationOptions?: SummarizationOptions;
347
+ /** Gets or sets a list of languages for Language Identification. */
348
+ locales?: string[];
319
349
  }
320
350
  /**
321
351
  * Options to stop transcription
@@ -361,6 +391,8 @@ export interface ConnectCallOptions extends OperationOptions {
361
391
  mediaStreamingOptions?: MediaStreamingOptions;
362
392
  /** Options for live transcription. */
363
393
  transcriptionOptions?: TranscriptionOptions;
394
+ /** Enables loopback audio functionality for the call. */
395
+ enableLoopbackAudio?: boolean;
364
396
  }
365
397
  /** Options for start media streaming request. */
366
398
  export interface StartMediaStreamingOptions extends OperationOptions {
@@ -386,6 +418,8 @@ export interface StopMediaStreamingOptions extends OperationOptions {
386
418
  * Options to update transcription
387
419
  */
388
420
  export interface UpdateTranscriptionOptions extends OperationOptions {
421
+ /** Defines Locale for the transcription e,g en-US */
422
+ locale?: string;
389
423
  /** Endpoint where the custom model was deployed. */
390
424
  speechRecognitionModelEndpointId?: string;
391
425
  /** The value to identify context of the operation. */
@@ -395,5 +429,35 @@ export interface UpdateTranscriptionOptions extends OperationOptions {
395
429
  * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
396
430
  */
397
431
  operationCallbackUrl?: string;
432
+ /** PII redaction configuration options. */
433
+ piiRedactionOptions?: PiiRedactionOptions;
434
+ /** Indicating if sentiment analysis should be used. */
435
+ enableSentimentAnalysis?: boolean;
436
+ /** Summarization configuration options. */
437
+ summarizationOptions?: SummarizationOptions;
438
+ }
439
+ /** Options to move participants. */
440
+ export interface MoveParticipantsOptions extends OperationOptions {
441
+ /** Used by customers when calling mid-call actions to correlate the request to the response event. */
442
+ operationContext?: string;
443
+ /**
444
+ * Set a callback URL that overrides the default callback URL set by CreateCall/AnswerCall for this operation.
445
+ * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
446
+ */
447
+ operationCallbackUrl?: string;
448
+ }
449
+ /**
450
+ * Options for summarize call details.
451
+ */
452
+ export interface SummarizeCallOptions extends OperationOptions {
453
+ /** The value to identify context of the operation. */
454
+ operationContext?: string;
455
+ /**
456
+ * Set a callback URL that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
457
+ * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
458
+ */
459
+ operationCallbackUrl?: string;
460
+ /** Configuration options for call summarization. */
461
+ summarizationOptions?: SummarizationOptions;
398
462
  }
399
463
  //# sourceMappingURL=options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../src/models/options.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../src/models/options.ts"],"names":[],"mappings":"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"}