o2g-node-sdk 2.4.0 → 2.5.0

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 (534) hide show
  1. package/README.md +11 -7
  2. package/dist/o2g-node-sdk.js +2165 -4487
  3. package/dist/o2g-node-sdk.js.map +1 -1
  4. package/dist/types/ErrorInfo.d.ts +88 -0
  5. package/dist/types/ErrorInfo.d.ts.map +1 -0
  6. package/dist/types/host.d.ts +18 -0
  7. package/dist/types/host.d.ts.map +1 -0
  8. package/dist/types/internal/access-mode.d.ts +2 -0
  9. package/dist/types/internal/access-mode.d.ts.map +1 -0
  10. package/dist/types/internal/events/chunk-eventing.d.ts +2 -0
  11. package/dist/types/internal/events/chunk-eventing.d.ts.map +1 -0
  12. package/dist/types/internal/events/event-dispatcher.d.ts +2 -0
  13. package/dist/types/internal/events/event-dispatcher.d.ts.map +1 -0
  14. package/dist/types/internal/events/event-packages.d.ts +2 -0
  15. package/dist/types/internal/events/event-packages.d.ts.map +1 -0
  16. package/dist/types/internal/o2g-application.d.ts +2 -0
  17. package/dist/types/internal/o2g-application.d.ts.map +1 -0
  18. package/dist/types/internal/rest/analytics-rest.d.ts +2 -0
  19. package/dist/types/internal/rest/analytics-rest.d.ts.map +1 -0
  20. package/dist/types/internal/rest/authentication-rest.d.ts +2 -0
  21. package/dist/types/internal/rest/authentication-rest.d.ts.map +1 -0
  22. package/dist/types/internal/rest/ccAgent-rest.d.ts +2 -0
  23. package/dist/types/internal/rest/ccAgent-rest.d.ts.map +1 -0
  24. package/dist/types/internal/rest/ccMngt-rest.d.ts +2 -0
  25. package/dist/types/internal/rest/ccMngt-rest.d.ts.map +1 -0
  26. package/dist/types/internal/rest/ccPilot-rest.d.ts +2 -0
  27. package/dist/types/internal/rest/ccPilot-rest.d.ts.map +1 -0
  28. package/dist/types/internal/rest/ccRealtime-rest.d.ts +2 -0
  29. package/dist/types/internal/rest/ccRealtime-rest.d.ts.map +1 -0
  30. package/dist/types/internal/rest/ccStatistics-rest.d.ts +45 -0
  31. package/dist/types/internal/rest/ccStatistics-rest.d.ts.map +1 -0
  32. package/dist/types/internal/rest/comlog-rest.d.ts +2 -0
  33. package/dist/types/internal/rest/comlog-rest.d.ts.map +1 -0
  34. package/dist/types/internal/rest/directory-rest.d.ts +2 -0
  35. package/dist/types/internal/rest/directory-rest.d.ts.map +1 -0
  36. package/dist/types/internal/rest/eventSummary-rest.d.ts +2 -0
  37. package/dist/types/internal/rest/eventSummary-rest.d.ts.map +1 -0
  38. package/dist/types/internal/rest/maint-rest.d.ts +2 -0
  39. package/dist/types/internal/rest/maint-rest.d.ts.map +1 -0
  40. package/dist/types/internal/rest/messaging-rest.d.ts +2 -0
  41. package/dist/types/internal/rest/messaging-rest.d.ts.map +1 -0
  42. package/dist/types/internal/rest/o2g-rest.d.ts +2 -0
  43. package/dist/types/internal/rest/o2g-rest.d.ts.map +1 -0
  44. package/dist/types/internal/rest/pbx-mngt-rest.d.ts +2 -0
  45. package/dist/types/internal/rest/pbx-mngt-rest.d.ts.map +1 -0
  46. package/dist/types/internal/rest/phone-set-prog-rest.d.ts +2 -0
  47. package/dist/types/internal/rest/phone-set-prog-rest.d.ts.map +1 -0
  48. package/dist/types/internal/rest/rest-service.d.ts +2 -0
  49. package/dist/types/internal/rest/rest-service.d.ts.map +1 -0
  50. package/dist/types/internal/rest/routing-rest.d.ts +2 -0
  51. package/dist/types/internal/rest/routing-rest.d.ts.map +1 -0
  52. package/dist/types/internal/rest/rsi-rest.d.ts +2 -0
  53. package/dist/types/internal/rest/rsi-rest.d.ts.map +1 -0
  54. package/dist/types/internal/rest/sessions-rest.d.ts +2 -0
  55. package/dist/types/internal/rest/sessions-rest.d.ts.map +1 -0
  56. package/dist/types/internal/rest/subscriptions-rest.d.ts +2 -0
  57. package/dist/types/internal/rest/subscriptions-rest.d.ts.map +1 -0
  58. package/dist/types/internal/rest/telephony-rest.d.ts +2 -0
  59. package/dist/types/internal/rest/telephony-rest.d.ts.map +1 -0
  60. package/dist/types/internal/rest/users-mngt-rest.d.ts +2 -0
  61. package/dist/types/internal/rest/users-mngt-rest.d.ts.map +1 -0
  62. package/dist/types/internal/rest/users-rest.d.ts +2 -0
  63. package/dist/types/internal/rest/users-rest.d.ts.map +1 -0
  64. package/dist/types/internal/service-end-point.d.ts +2 -0
  65. package/dist/types/internal/service-end-point.d.ts.map +1 -0
  66. package/dist/types/internal/service-factory.d.ts +2 -0
  67. package/dist/types/internal/service-factory.d.ts.map +1 -0
  68. package/dist/types/internal/session.d.ts +2 -0
  69. package/dist/types/internal/session.d.ts.map +1 -0
  70. package/dist/types/internal/types/analytics/analytics-types.d.ts +2 -0
  71. package/dist/types/internal/types/analytics/analytics-types.d.ts.map +1 -0
  72. package/dist/types/internal/types/cc-agent/cc-agent-types.d.ts +2 -0
  73. package/dist/types/internal/types/cc-agent/cc-agent-types.d.ts.map +1 -0
  74. package/dist/types/internal/types/cc-mngt/cc-mntg-types.d.ts +2 -0
  75. package/dist/types/internal/types/cc-mngt/cc-mntg-types.d.ts.map +1 -0
  76. package/dist/types/internal/types/cc-pilot/cc-pilot-types.d.ts +2 -0
  77. package/dist/types/internal/types/cc-pilot/cc-pilot-types.d.ts.map +1 -0
  78. package/dist/types/internal/types/cc-rt/cc-rt-types.d.ts +2 -0
  79. package/dist/types/internal/types/cc-rt/cc-rt-types.d.ts.map +1 -0
  80. package/dist/types/internal/types/cc-stats/abstract-filter.d.ts +2 -0
  81. package/dist/types/internal/types/cc-stats/abstract-filter.d.ts.map +1 -0
  82. package/dist/types/internal/types/cc-stats/ag-filter-impl.d.ts +2 -0
  83. package/dist/types/internal/types/cc-stats/ag-filter-impl.d.ts.map +1 -0
  84. package/dist/types/internal/types/cc-stats/cc-stat-types.d.ts +57 -0
  85. package/dist/types/internal/types/cc-stats/cc-stat-types.d.ts.map +1 -0
  86. package/dist/types/internal/types/cc-stats/context-impl.d.ts +2 -0
  87. package/dist/types/internal/types/cc-stats/context-impl.d.ts.map +1 -0
  88. package/dist/types/internal/types/cc-stats/on-stats-progress.d.ts +2 -0
  89. package/dist/types/internal/types/cc-stats/on-stats-progress.d.ts.map +1 -0
  90. package/dist/types/internal/types/cc-stats/pil-aband-calls-filter-impl.d.ts +2 -0
  91. package/dist/types/internal/types/cc-stats/pil-aband-calls-filter-impl.d.ts.map +1 -0
  92. package/dist/types/internal/types/cc-stats/pil-filter-impl.d.ts +2 -0
  93. package/dist/types/internal/types/cc-stats/pil-filter-impl.d.ts.map +1 -0
  94. package/dist/types/internal/types/cc-stats/requester-impl.d.ts +2 -0
  95. package/dist/types/internal/types/cc-stats/requester-impl.d.ts.map +1 -0
  96. package/dist/types/internal/types/cc-stats/scheduled-rep-impl.d.ts +2 -0
  97. package/dist/types/internal/types/cc-stats/scheduled-rep-impl.d.ts.map +1 -0
  98. package/dist/types/internal/types/comlog/comlog-types.d.ts +2 -0
  99. package/dist/types/internal/types/comlog/comlog-types.d.ts.map +1 -0
  100. package/dist/types/internal/types/common/common-types.d.ts +2 -0
  101. package/dist/types/internal/types/common/common-types.d.ts.map +1 -0
  102. package/dist/types/internal/types/directory/directory-types.d.ts +2 -0
  103. package/dist/types/internal/types/directory/directory-types.d.ts.map +1 -0
  104. package/dist/types/internal/types/eventsummary/eventsummary-types.d.ts +14 -0
  105. package/dist/types/internal/types/eventsummary/eventsummary-types.d.ts.map +1 -0
  106. package/dist/types/internal/types/maint/maint-types.d.ts +2 -0
  107. package/dist/types/internal/types/maint/maint-types.d.ts.map +1 -0
  108. package/dist/types/internal/types/messaging/messaging-types.d.ts +2 -0
  109. package/dist/types/internal/types/messaging/messaging-types.d.ts.map +1 -0
  110. package/dist/types/internal/types/pbxmngt/pbxmngt-types.d.ts +2 -0
  111. package/dist/types/internal/types/pbxmngt/pbxmngt-types.d.ts.map +1 -0
  112. package/dist/types/internal/types/phoneset/phoneset-types.d.ts +2 -0
  113. package/dist/types/internal/types/phoneset/phoneset-types.d.ts.map +1 -0
  114. package/dist/types/internal/types/routing/routing-types.d.ts +2 -0
  115. package/dist/types/internal/types/routing/routing-types.d.ts.map +1 -0
  116. package/dist/types/internal/types/rsi/rsi-types.d.ts +2 -0
  117. package/dist/types/internal/types/rsi/rsi-types.d.ts.map +1 -0
  118. package/dist/types/internal/types/telephony/telephony-types.d.ts +4 -0
  119. package/dist/types/internal/types/telephony/telephony-types.d.ts.map +1 -0
  120. package/dist/types/internal/types/users/users-types.d.ts +2 -0
  121. package/dist/types/internal/types/users/users-types.d.ts.map +1 -0
  122. package/dist/types/internal/util/IHttpClient.d.ts +2 -0
  123. package/dist/types/internal/util/IHttpClient.d.ts.map +1 -0
  124. package/dist/types/internal/util/assert.d.ts +2 -0
  125. package/dist/types/internal/util/assert.d.ts.map +1 -0
  126. package/dist/types/internal/util/file-utils.d.ts +2 -0
  127. package/dist/types/internal/util/file-utils.d.ts.map +1 -0
  128. package/dist/types/internal/util/format-util.d.ts +2 -0
  129. package/dist/types/internal/util/format-util.d.ts.map +1 -0
  130. package/dist/types/internal/util/hexa-string.d.ts +2 -0
  131. package/dist/types/internal/util/hexa-string.d.ts.map +1 -0
  132. package/dist/types/internal/util/http-client.d.ts +2 -0
  133. package/dist/types/internal/util/http-client.d.ts.map +1 -0
  134. package/dist/types/internal/util/http-content.d.ts +2 -0
  135. package/dist/types/internal/util/http-content.d.ts.map +1 -0
  136. package/dist/types/internal/util/http-response.d.ts +2 -0
  137. package/dist/types/internal/util/http-response.d.ts.map +1 -0
  138. package/dist/types/internal/util/injection-container.d.ts +5 -0
  139. package/dist/types/internal/util/injection-container.d.ts.map +1 -0
  140. package/dist/types/internal/util/logger.d.ts +40 -0
  141. package/dist/types/internal/util/logger.d.ts.map +1 -0
  142. package/dist/types/internal/util/util-uri.d.ts +2 -0
  143. package/dist/types/internal/util/util-uri.d.ts.map +1 -0
  144. package/dist/types/o2g-analytics.d.ts +61 -0
  145. package/dist/types/o2g-analytics.d.ts.map +1 -0
  146. package/dist/types/o2g-cc-agent.d.ts +376 -0
  147. package/dist/types/o2g-cc-agent.d.ts.map +1 -0
  148. package/dist/types/o2g-cc-mngt.d.ts +213 -0
  149. package/dist/types/o2g-cc-mngt.d.ts.map +1 -0
  150. package/dist/types/o2g-cc-pilot.d.ts +71 -0
  151. package/dist/types/o2g-cc-pilot.d.ts.map +1 -0
  152. package/dist/types/o2g-cc-rt.d.ts +163 -0
  153. package/dist/types/o2g-cc-rt.d.ts.map +1 -0
  154. package/dist/types/o2g-cc-stat.d.ts +454 -0
  155. package/dist/types/o2g-cc-stat.d.ts.map +1 -0
  156. package/dist/types/o2g-comlog.d.ts +245 -0
  157. package/dist/types/o2g-comlog.d.ts.map +1 -0
  158. package/dist/types/o2g-directory.d.ts +109 -0
  159. package/dist/types/o2g-directory.d.ts.map +1 -0
  160. package/dist/types/o2g-eventSummary.d.ts +44 -0
  161. package/dist/types/o2g-eventSummary.d.ts.map +1 -0
  162. package/dist/types/o2g-maint.d.ts +92 -0
  163. package/dist/types/o2g-maint.d.ts.map +1 -0
  164. package/dist/types/o2g-messaging.d.ts +137 -0
  165. package/dist/types/o2g-messaging.d.ts.map +1 -0
  166. package/dist/types/o2g-node-sdk.d.ts +421 -0
  167. package/dist/types/o2g-node-sdk.d.ts.map +1 -0
  168. package/dist/types/o2g-pbx-mngt.d.ts +244 -0
  169. package/dist/types/o2g-pbx-mngt.d.ts.map +1 -0
  170. package/dist/types/o2g-phone-set-prog.d.ts +269 -0
  171. package/dist/types/o2g-phone-set-prog.d.ts.map +1 -0
  172. package/dist/types/o2g-routing.d.ts +313 -0
  173. package/dist/types/o2g-routing.d.ts.map +1 -0
  174. package/dist/types/o2g-rsi.d.ts +155 -0
  175. package/dist/types/o2g-rsi.d.ts.map +1 -0
  176. package/dist/types/o2g-telephony.d.ts +895 -0
  177. package/dist/types/o2g-telephony.d.ts.map +1 -0
  178. package/dist/types/o2g-users-mngt.d.ts +83 -0
  179. package/dist/types/o2g-users-mngt.d.ts.map +1 -0
  180. package/dist/types/o2g-users.d.ts +127 -0
  181. package/dist/types/o2g-users.d.ts.map +1 -0
  182. package/dist/types/subscription.d.ts +379 -0
  183. package/dist/types/subscription.d.ts.map +1 -0
  184. package/dist/types/supervised-account.d.ts +40 -0
  185. package/dist/types/supervised-account.d.ts.map +1 -0
  186. package/dist/types/types/analytics/call-type.d.ts +25 -0
  187. package/dist/types/types/analytics/call-type.d.ts.map +1 -0
  188. package/dist/types/types/analytics/charging-file.d.ts +13 -0
  189. package/dist/types/types/analytics/charging-file.d.ts.map +1 -0
  190. package/dist/types/types/analytics/charging-result.d.ts +50 -0
  191. package/dist/types/types/analytics/charging-result.d.ts.map +1 -0
  192. package/dist/types/types/analytics/charging.d.ts +69 -0
  193. package/dist/types/types/analytics/charging.d.ts.map +1 -0
  194. package/dist/types/types/analytics/incident.d.ts +41 -0
  195. package/dist/types/types/analytics/incident.d.ts.map +1 -0
  196. package/dist/types/types/analytics/tel-facility.d.ts +45 -0
  197. package/dist/types/types/analytics/tel-facility.d.ts.map +1 -0
  198. package/dist/types/types/cc-agent/agent-groups.d.ts +11 -0
  199. package/dist/types/types/cc-agent/agent-groups.d.ts.map +1 -0
  200. package/dist/types/types/cc-agent/agent-skill-set.d.ts +73 -0
  201. package/dist/types/types/cc-agent/agent-skill-set.d.ts.map +1 -0
  202. package/dist/types/types/cc-agent/agent-skill.d.ts +59 -0
  203. package/dist/types/types/cc-agent/agent-skill.d.ts.map +1 -0
  204. package/dist/types/types/cc-agent/cc-agent-events.d.ts +44 -0
  205. package/dist/types/types/cc-agent/cc-agent-events.d.ts.map +1 -0
  206. package/dist/types/types/cc-agent/intrusion-mode.d.ts +25 -0
  207. package/dist/types/types/cc-agent/intrusion-mode.d.ts.map +1 -0
  208. package/dist/types/types/cc-agent/operator-config.d.ts +72 -0
  209. package/dist/types/types/cc-agent/operator-config.d.ts.map +1 -0
  210. package/dist/types/types/cc-agent/operator-state.d.ts +100 -0
  211. package/dist/types/types/cc-agent/operator-state.d.ts.map +1 -0
  212. package/dist/types/types/cc-agent/operator-type.d.ts +17 -0
  213. package/dist/types/types/cc-agent/operator-type.d.ts.map +1 -0
  214. package/dist/types/types/cc-agent/withdraw-reason.d.ts +23 -0
  215. package/dist/types/types/cc-agent/withdraw-reason.d.ts.map +1 -0
  216. package/dist/types/types/cc-mngt/calendar/abstract-calendar.d.ts +8 -0
  217. package/dist/types/types/cc-mngt/calendar/abstract-calendar.d.ts.map +1 -0
  218. package/dist/types/types/cc-mngt/calendar/calendar.d.ts +22 -0
  219. package/dist/types/types/cc-mngt/calendar/calendar.d.ts.map +1 -0
  220. package/dist/types/types/cc-mngt/calendar/exception-calendar.d.ts +31 -0
  221. package/dist/types/types/cc-mngt/calendar/exception-calendar.d.ts.map +1 -0
  222. package/dist/types/types/cc-mngt/calendar/normal-calendar.d.ts +31 -0
  223. package/dist/types/types/cc-mngt/calendar/normal-calendar.d.ts.map +1 -0
  224. package/dist/types/types/cc-mngt/calendar/pilot-operating-Mode.d.ts +18 -0
  225. package/dist/types/types/cc-mngt/calendar/pilot-operating-Mode.d.ts.map +1 -0
  226. package/dist/types/types/cc-mngt/calendar/transition.d.ts +65 -0
  227. package/dist/types/types/cc-mngt/calendar/transition.d.ts.map +1 -0
  228. package/dist/types/types/cc-mngt/pilot-rule-set.d.ts +33 -0
  229. package/dist/types/types/cc-mngt/pilot-rule-set.d.ts.map +1 -0
  230. package/dist/types/types/cc-mngt/pilot-rule.d.ts +24 -0
  231. package/dist/types/types/cc-mngt/pilot-rule.d.ts.map +1 -0
  232. package/dist/types/types/cc-mngt/pilot.d.ts +58 -0
  233. package/dist/types/types/cc-mngt/pilot.d.ts.map +1 -0
  234. package/dist/types/types/cc-pilot/call-data-pilot.d.ts +50 -0
  235. package/dist/types/types/cc-pilot/call-data-pilot.d.ts.map +1 -0
  236. package/dist/types/types/cc-pilot/cc-pilot-events.d.ts +131 -0
  237. package/dist/types/types/cc-pilot/cc-pilot-events.d.ts.map +1 -0
  238. package/dist/types/types/cc-rt/agent-attributes.d.ts +50 -0
  239. package/dist/types/types/cc-rt/agent-attributes.d.ts.map +1 -0
  240. package/dist/types/types/cc-rt/agent-pg-attributes.d.ts +50 -0
  241. package/dist/types/types/cc-rt/agent-pg-attributes.d.ts.map +1 -0
  242. package/dist/types/types/cc-rt/agent-pg-type.d.ts +17 -0
  243. package/dist/types/types/cc-rt/agent-pg-type.d.ts.map +1 -0
  244. package/dist/types/types/cc-rt/agent-phone-state.d.ts +67 -0
  245. package/dist/types/types/cc-rt/agent-phone-state.d.ts.map +1 -0
  246. package/dist/types/types/cc-rt/agent-service-type.d.ts +16 -0
  247. package/dist/types/types/cc-rt/agent-service-type.d.ts.map +1 -0
  248. package/dist/types/types/cc-rt/agent-type.d.ts +16 -0
  249. package/dist/types/types/cc-rt/agent-type.d.ts.map +1 -0
  250. package/dist/types/types/cc-rt/cc-rt-events.d.ts +274 -0
  251. package/dist/types/types/cc-rt/cc-rt-events.d.ts.map +1 -0
  252. package/dist/types/types/cc-rt/other-pg-attributes.d.ts +18 -0
  253. package/dist/types/types/cc-rt/other-pg-attributes.d.ts.map +1 -0
  254. package/dist/types/types/cc-rt/other-pg-type.d.ts +22 -0
  255. package/dist/types/types/cc-rt/other-pg-type.d.ts.map +1 -0
  256. package/dist/types/types/cc-rt/pilot-attributes.d.ts +40 -0
  257. package/dist/types/types/cc-rt/pilot-attributes.d.ts.map +1 -0
  258. package/dist/types/types/cc-rt/queue-attributes.d.ts +30 -0
  259. package/dist/types/types/cc-rt/queue-attributes.d.ts.map +1 -0
  260. package/dist/types/types/cc-rt/queue-type.d.ts +23 -0
  261. package/dist/types/types/cc-rt/queue-type.d.ts.map +1 -0
  262. package/dist/types/types/cc-rt/rti-context.d.ts +56 -0
  263. package/dist/types/types/cc-rt/rti-context.d.ts.map +1 -0
  264. package/dist/types/types/cc-rt/rti-filter.d.ts +117 -0
  265. package/dist/types/types/cc-rt/rti-filter.d.ts.map +1 -0
  266. package/dist/types/types/cc-rt/rti-object-identifier.d.ts +34 -0
  267. package/dist/types/types/cc-rt/rti-object-identifier.d.ts.map +1 -0
  268. package/dist/types/types/cc-rt/rti-objects.d.ts +72 -0
  269. package/dist/types/types/cc-rt/rti-objects.d.ts.map +1 -0
  270. package/dist/types/types/cc-stats/agbypilot-attributes.d.ts +73 -0
  271. package/dist/types/types/cc-stats/agbypilot-attributes.d.ts.map +1 -0
  272. package/dist/types/types/cc-stats/agent-attributes.d.ts +377 -0
  273. package/dist/types/types/cc-stats/agent-attributes.d.ts.map +1 -0
  274. package/dist/types/types/cc-stats/agent-filter.d.ts +60 -0
  275. package/dist/types/types/cc-stats/agent-filter.d.ts.map +1 -0
  276. package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts +184 -0
  277. package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts.map +1 -0
  278. package/dist/types/types/cc-stats/data/ag-stats-row.d.ts +608 -0
  279. package/dist/types/types/cc-stats/data/ag-stats-row.d.ts.map +1 -0
  280. package/dist/types/types/cc-stats/data/data-obs-period.d.ts +20 -0
  281. package/dist/types/types/cc-stats/data/data-obs-period.d.ts.map +1 -0
  282. package/dist/types/types/cc-stats/data/pil-stats-row.d.ts +623 -0
  283. package/dist/types/types/cc-stats/data/pil-stats-row.d.ts.map +1 -0
  284. package/dist/types/types/cc-stats/data/selected-period.d.ts +49 -0
  285. package/dist/types/types/cc-stats/data/selected-period.d.ts.map +1 -0
  286. package/dist/types/types/cc-stats/data/stat-value.d.ts +36 -0
  287. package/dist/types/types/cc-stats/data/stat-value.d.ts.map +1 -0
  288. package/dist/types/types/cc-stats/data/stats-data.d.ts +64 -0
  289. package/dist/types/types/cc-stats/data/stats-data.d.ts.map +1 -0
  290. package/dist/types/types/cc-stats/events/progress-callback.d.ts +9 -0
  291. package/dist/types/types/cc-stats/events/progress-callback.d.ts.map +1 -0
  292. package/dist/types/types/cc-stats/events/progress-step.d.ts +20 -0
  293. package/dist/types/types/cc-stats/events/progress-step.d.ts.map +1 -0
  294. package/dist/types/types/cc-stats/language.d.ts +15 -0
  295. package/dist/types/types/cc-stats/language.d.ts.map +1 -0
  296. package/dist/types/types/cc-stats/pilot-abandoned-calls-attributes.d.ts +48 -0
  297. package/dist/types/types/cc-stats/pilot-abandoned-calls-attributes.d.ts.map +1 -0
  298. package/dist/types/types/cc-stats/pilot-abandonned-calls-filter.d.ts +46 -0
  299. package/dist/types/types/cc-stats/pilot-abandonned-calls-filter.d.ts.map +1 -0
  300. package/dist/types/types/cc-stats/pilot-attributes.d.ts +185 -0
  301. package/dist/types/types/cc-stats/pilot-attributes.d.ts.map +1 -0
  302. package/dist/types/types/cc-stats/pilot-filter.d.ts +45 -0
  303. package/dist/types/types/cc-stats/pilot-filter.d.ts.map +1 -0
  304. package/dist/types/types/cc-stats/requester.d.ts +33 -0
  305. package/dist/types/types/cc-stats/requester.d.ts.map +1 -0
  306. package/dist/types/types/cc-stats/scheduled/recurrence.d.ts +69 -0
  307. package/dist/types/types/cc-stats/scheduled/recurrence.d.ts.map +1 -0
  308. package/dist/types/types/cc-stats/scheduled/report-obs-period.d.ts +87 -0
  309. package/dist/types/types/cc-stats/scheduled/report-obs-period.d.ts.map +1 -0
  310. package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts +137 -0
  311. package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts.map +1 -0
  312. package/dist/types/types/cc-stats/stats-context.d.ts +72 -0
  313. package/dist/types/types/cc-stats/stats-context.d.ts.map +1 -0
  314. package/dist/types/types/cc-stats/stats-filter.d.ts +41 -0
  315. package/dist/types/types/cc-stats/stats-filter.d.ts.map +1 -0
  316. package/dist/types/types/cc-stats/stats-format.d.ts +17 -0
  317. package/dist/types/types/cc-stats/stats-format.d.ts.map +1 -0
  318. package/dist/types/types/cc-stats/time-interval.d.ts +19 -0
  319. package/dist/types/types/cc-stats/time-interval.d.ts.map +1 -0
  320. package/dist/types/types/comlog/com-record-participant.d.ts +75 -0
  321. package/dist/types/types/comlog/com-record-participant.d.ts.map +1 -0
  322. package/dist/types/types/comlog/com-record.d.ts +97 -0
  323. package/dist/types/types/comlog/com-record.d.ts.map +1 -0
  324. package/dist/types/types/comlog/comlog-events.d.ts +110 -0
  325. package/dist/types/types/comlog/comlog-events.d.ts.map +1 -0
  326. package/dist/types/types/comlog/filter-option.d.ts +24 -0
  327. package/dist/types/types/comlog/filter-option.d.ts.map +1 -0
  328. package/dist/types/types/comlog/page.d.ts +34 -0
  329. package/dist/types/types/comlog/page.d.ts.map +1 -0
  330. package/dist/types/types/comlog/query-filter.d.ts +79 -0
  331. package/dist/types/types/comlog/query-filter.d.ts.map +1 -0
  332. package/dist/types/types/comlog/query-result.d.ts +55 -0
  333. package/dist/types/types/comlog/query-result.d.ts.map +1 -0
  334. package/dist/types/types/comlog/reason.d.ts +62 -0
  335. package/dist/types/types/comlog/reason.d.ts.map +1 -0
  336. package/dist/types/types/comlog/role.d.ts +18 -0
  337. package/dist/types/types/comlog/role.d.ts.map +1 -0
  338. package/dist/types/types/common/date-range.d.ts +17 -0
  339. package/dist/types/types/common/date-range.d.ts.map +1 -0
  340. package/dist/types/types/common/day-of-week.d.ts +15 -0
  341. package/dist/types/types/common/day-of-week.d.ts.map +1 -0
  342. package/dist/types/types/common/device-type.d.ts +22 -0
  343. package/dist/types/types/common/device-type.d.ts.map +1 -0
  344. package/dist/types/types/common/device.d.ts +75 -0
  345. package/dist/types/types/common/device.d.ts.map +1 -0
  346. package/dist/types/types/common/identifier.d.ts +20 -0
  347. package/dist/types/types/common/identifier.d.ts.map +1 -0
  348. package/dist/types/types/common/main-type.d.ts +26 -0
  349. package/dist/types/types/common/main-type.d.ts.map +1 -0
  350. package/dist/types/types/common/party-info-type.d.ts +22 -0
  351. package/dist/types/types/common/party-info-type.d.ts.map +1 -0
  352. package/dist/types/types/common/party-info.d.ts +28 -0
  353. package/dist/types/types/common/party-info.d.ts.map +1 -0
  354. package/dist/types/types/common/service-state.d.ts +20 -0
  355. package/dist/types/types/common/service-state.d.ts.map +1 -0
  356. package/dist/types/types/directory/criteria.d.ts +95 -0
  357. package/dist/types/types/directory/criteria.d.ts.map +1 -0
  358. package/dist/types/types/directory/filter-item.d.ts +22 -0
  359. package/dist/types/types/directory/filter-item.d.ts.map +1 -0
  360. package/dist/types/types/directory/logical-operation.d.ts +14 -0
  361. package/dist/types/types/directory/logical-operation.d.ts.map +1 -0
  362. package/dist/types/types/directory/operation-filter.d.ts +22 -0
  363. package/dist/types/types/directory/operation-filter.d.ts.map +1 -0
  364. package/dist/types/types/directory/result-item.d.ts +22 -0
  365. package/dist/types/types/directory/result-item.d.ts.map +1 -0
  366. package/dist/types/types/directory/search-result.d.ts +64 -0
  367. package/dist/types/types/directory/search-result.d.ts.map +1 -0
  368. package/dist/types/types/events/events.d.ts +79 -0
  369. package/dist/types/types/events/events.d.ts.map +1 -0
  370. package/dist/types/types/eventsummary/event-summary-counter.d.ts +69 -0
  371. package/dist/types/types/eventsummary/event-summary-counter.d.ts.map +1 -0
  372. package/dist/types/types/eventsummary/event-summary-events.d.ts +26 -0
  373. package/dist/types/types/eventsummary/event-summary-events.d.ts.map +1 -0
  374. package/dist/types/types/maint/configuration-type.d.ts +15 -0
  375. package/dist/types/types/maint/configuration-type.d.ts.map +1 -0
  376. package/dist/types/types/maint/cti-link-state.d.ts +19 -0
  377. package/dist/types/types/maint/cti-link-state.d.ts.map +1 -0
  378. package/dist/types/types/maint/license-status.d.ts +42 -0
  379. package/dist/types/types/maint/license-status.d.ts.map +1 -0
  380. package/dist/types/types/maint/license-type.d.ts +19 -0
  381. package/dist/types/types/maint/license-type.d.ts.map +1 -0
  382. package/dist/types/types/maint/license.d.ts +38 -0
  383. package/dist/types/types/maint/license.d.ts.map +1 -0
  384. package/dist/types/types/maint/maint-events.d.ts +131 -0
  385. package/dist/types/types/maint/maint-events.d.ts.map +1 -0
  386. package/dist/types/types/maint/pbx-status.d.ts +77 -0
  387. package/dist/types/types/maint/pbx-status.d.ts.map +1 -0
  388. package/dist/types/types/maint/server-address.d.ts +25 -0
  389. package/dist/types/types/maint/server-address.d.ts.map +1 -0
  390. package/dist/types/types/maint/service-status.d.ts +31 -0
  391. package/dist/types/types/maint/service-status.d.ts.map +1 -0
  392. package/dist/types/types/maint/subscriber-filter.d.ts +24 -0
  393. package/dist/types/types/maint/subscriber-filter.d.ts.map +1 -0
  394. package/dist/types/types/maint/sys-service-status.d.ts +33 -0
  395. package/dist/types/types/maint/sys-service-status.d.ts.map +1 -0
  396. package/dist/types/types/maint/sys-status.d.ts +83 -0
  397. package/dist/types/types/maint/sys-status.d.ts.map +1 -0
  398. package/dist/types/types/messaging/mailbox-info.d.ts +35 -0
  399. package/dist/types/types/messaging/mailbox-info.d.ts.map +1 -0
  400. package/dist/types/types/messaging/mailbox.d.ts +119 -0
  401. package/dist/types/types/messaging/mailbox.d.ts.map +1 -0
  402. package/dist/types/types/messaging/voice-message.d.ts +57 -0
  403. package/dist/types/types/messaging/voice-message.d.ts.map +1 -0
  404. package/dist/types/types/pbxmngt/attribute-filter.d.ts +31 -0
  405. package/dist/types/types/pbxmngt/attribute-filter.d.ts.map +1 -0
  406. package/dist/types/types/pbxmngt/instance-filter.d.ts +72 -0
  407. package/dist/types/types/pbxmngt/instance-filter.d.ts.map +1 -0
  408. package/dist/types/types/pbxmngt/model.d.ts +221 -0
  409. package/dist/types/types/pbxmngt/model.d.ts.map +1 -0
  410. package/dist/types/types/pbxmngt/octet-string-length.d.ts +12 -0
  411. package/dist/types/types/pbxmngt/octet-string-length.d.ts.map +1 -0
  412. package/dist/types/types/pbxmngt/pbx-attr-map.d.ts +96 -0
  413. package/dist/types/types/pbxmngt/pbx-attr-map.d.ts.map +1 -0
  414. package/dist/types/types/pbxmngt/pbx-attribute.d.ts +182 -0
  415. package/dist/types/types/pbxmngt/pbx-attribute.d.ts.map +1 -0
  416. package/dist/types/types/pbxmngt/pbx-object.d.ts +73 -0
  417. package/dist/types/types/pbxmngt/pbx-object.d.ts.map +1 -0
  418. package/dist/types/types/pbxmngt/pbx.d.ts +23 -0
  419. package/dist/types/types/pbxmngt/pbx.d.ts.map +1 -0
  420. package/dist/types/types/pbxmngt/pbxmngt-events.d.ts +74 -0
  421. package/dist/types/types/pbxmngt/pbxmngt-events.d.ts.map +1 -0
  422. package/dist/types/types/phoneset/device-key.d.ts +36 -0
  423. package/dist/types/types/phoneset/device-key.d.ts.map +1 -0
  424. package/dist/types/types/phoneset/dynamic-state.d.ts +30 -0
  425. package/dist/types/types/phoneset/dynamic-state.d.ts.map +1 -0
  426. package/dist/types/types/phoneset/pin.d.ts +53 -0
  427. package/dist/types/types/phoneset/pin.d.ts.map +1 -0
  428. package/dist/types/types/phoneset/prog-key.d.ts +26 -0
  429. package/dist/types/types/phoneset/prog-key.d.ts.map +1 -0
  430. package/dist/types/types/phoneset/soft-key.d.ts +18 -0
  431. package/dist/types/types/phoneset/soft-key.d.ts.map +1 -0
  432. package/dist/types/types/routing/destination.d.ts +18 -0
  433. package/dist/types/types/routing/destination.d.ts.map +1 -0
  434. package/dist/types/types/routing/dnd-state.d.ts +9 -0
  435. package/dist/types/types/routing/dnd-state.d.ts.map +1 -0
  436. package/dist/types/types/routing/forward-condition.d.ts +26 -0
  437. package/dist/types/types/routing/forward-condition.d.ts.map +1 -0
  438. package/dist/types/types/routing/forward.d.ts +53 -0
  439. package/dist/types/types/routing/forward.d.ts.map +1 -0
  440. package/dist/types/types/routing/overflow-condition.d.ts +22 -0
  441. package/dist/types/types/routing/overflow-condition.d.ts.map +1 -0
  442. package/dist/types/types/routing/overflow.d.ts +50 -0
  443. package/dist/types/types/routing/overflow.d.ts.map +1 -0
  444. package/dist/types/types/routing/routing-capabilities.d.ts +15 -0
  445. package/dist/types/types/routing/routing-capabilities.d.ts.map +1 -0
  446. package/dist/types/types/routing/routing-events.d.ts +23 -0
  447. package/dist/types/types/routing/routing-events.d.ts.map +1 -0
  448. package/dist/types/types/routing/routing-state.d.ts +52 -0
  449. package/dist/types/types/routing/routing-state.d.ts.map +1 -0
  450. package/dist/types/types/rsi/add-digit-coll-criteria.d.ts +17 -0
  451. package/dist/types/types/rsi/add-digit-coll-criteria.d.ts.map +1 -0
  452. package/dist/types/types/rsi/collection-cause.d.ts +22 -0
  453. package/dist/types/types/rsi/collection-cause.d.ts.map +1 -0
  454. package/dist/types/types/rsi/route-session.d.ts +21 -0
  455. package/dist/types/types/rsi/route-session.d.ts.map +1 -0
  456. package/dist/types/types/rsi/routing-caller-type.d.ts +18 -0
  457. package/dist/types/types/rsi/routing-caller-type.d.ts.map +1 -0
  458. package/dist/types/types/rsi/routing-reason.d.ts +26 -0
  459. package/dist/types/types/rsi/routing-reason.d.ts.map +1 -0
  460. package/dist/types/types/rsi/rsi-events.d.ts +47 -0
  461. package/dist/types/types/rsi/rsi-events.d.ts.map +1 -0
  462. package/dist/types/types/rsi/rsi-point.d.ts +17 -0
  463. package/dist/types/types/rsi/rsi-point.d.ts.map +1 -0
  464. package/dist/types/types/rsi/tones.d.ts +26 -0
  465. package/dist/types/types/rsi/tones.d.ts.map +1 -0
  466. package/dist/types/types/telephony/RecordingAction.d.ts +7 -0
  467. package/dist/types/types/telephony/RecordingAction.d.ts.map +1 -0
  468. package/dist/types/types/telephony/call/call-cause.d.ts +123 -0
  469. package/dist/types/types/telephony/call/call-cause.d.ts.map +1 -0
  470. package/dist/types/types/telephony/call/call-data.d.ts +81 -0
  471. package/dist/types/types/telephony/call/call-data.d.ts.map +1 -0
  472. package/dist/types/types/telephony/call/ccd/acd-call-info.d.ts +35 -0
  473. package/dist/types/types/telephony/call/ccd/acd-call-info.d.ts.map +1 -0
  474. package/dist/types/types/telephony/call/ccd/acd-data.d.ts +50 -0
  475. package/dist/types/types/telephony/call/ccd/acd-data.d.ts.map +1 -0
  476. package/dist/types/types/telephony/call/ccd/call-profile.d.ts +112 -0
  477. package/dist/types/types/telephony/call/ccd/call-profile.d.ts.map +1 -0
  478. package/dist/types/types/telephony/call/ccd/pilot-info.d.ts +43 -0
  479. package/dist/types/types/telephony/call/ccd/pilot-info.d.ts.map +1 -0
  480. package/dist/types/types/telephony/call/ccd/pilot-status.d.ts +38 -0
  481. package/dist/types/types/telephony/call/ccd/pilot-status.d.ts.map +1 -0
  482. package/dist/types/types/telephony/call/ccd/pilot-transfer-info.d.ts +24 -0
  483. package/dist/types/types/telephony/call/ccd/pilot-transfer-info.d.ts.map +1 -0
  484. package/dist/types/types/telephony/call/ccd/pilot-transfer-query-param.d.ts +104 -0
  485. package/dist/types/types/telephony/call/ccd/pilot-transfer-query-param.d.ts.map +1 -0
  486. package/dist/types/types/telephony/call/ccd/queue-data.d.ts +23 -0
  487. package/dist/types/types/telephony/call/ccd/queue-data.d.ts.map +1 -0
  488. package/dist/types/types/telephony/call/correlator-data.d.ts +54 -0
  489. package/dist/types/types/telephony/call/correlator-data.d.ts.map +1 -0
  490. package/dist/types/types/telephony/call/leg.d.ts +57 -0
  491. package/dist/types/types/telephony/call/leg.d.ts.map +1 -0
  492. package/dist/types/types/telephony/call/media-state.d.ts +42 -0
  493. package/dist/types/types/telephony/call/media-state.d.ts.map +1 -0
  494. package/dist/types/types/telephony/call/participant.d.ts +34 -0
  495. package/dist/types/types/telephony/call/participant.d.ts.map +1 -0
  496. package/dist/types/types/telephony/call/record-state.d.ts +14 -0
  497. package/dist/types/types/telephony/call/record-state.d.ts.map +1 -0
  498. package/dist/types/types/telephony/call/tag.d.ts +37 -0
  499. package/dist/types/types/telephony/call/tag.d.ts.map +1 -0
  500. package/dist/types/types/telephony/call.d.ts +90 -0
  501. package/dist/types/types/telephony/call.d.ts.map +1 -0
  502. package/dist/types/types/telephony/callback.d.ts +33 -0
  503. package/dist/types/types/telephony/callback.d.ts.map +1 -0
  504. package/dist/types/types/telephony/device/device-state.d.ts +30 -0
  505. package/dist/types/types/telephony/device/device-state.d.ts.map +1 -0
  506. package/dist/types/types/telephony/device/operational-state.d.ts +18 -0
  507. package/dist/types/types/telephony/device/operational-state.d.ts.map +1 -0
  508. package/dist/types/types/telephony/hunting-group-status.d.ts +25 -0
  509. package/dist/types/types/telephony/hunting-group-status.d.ts.map +1 -0
  510. package/dist/types/types/telephony/hunting-groups.d.ts +33 -0
  511. package/dist/types/types/telephony/hunting-groups.d.ts.map +1 -0
  512. package/dist/types/types/telephony/mini-message.d.ts +37 -0
  513. package/dist/types/types/telephony/mini-message.d.ts.map +1 -0
  514. package/dist/types/types/telephony/telephonic-state.d.ts +41 -0
  515. package/dist/types/types/telephony/telephonic-state.d.ts.map +1 -0
  516. package/dist/types/types/telephony/telephony-events.d.ts +223 -0
  517. package/dist/types/types/telephony/telephony-events.d.ts.map +1 -0
  518. package/dist/types/types/telephony/trunk-indentification.d.ts +19 -0
  519. package/dist/types/types/telephony/trunk-indentification.d.ts.map +1 -0
  520. package/dist/types/types/telephony/user/user-state.d.ts +18 -0
  521. package/dist/types/types/telephony/user/user-state.d.ts.map +1 -0
  522. package/dist/types/types/users/preferences.d.ts +29 -0
  523. package/dist/types/types/users/preferences.d.ts.map +1 -0
  524. package/dist/types/types/users/supported-languages.d.ts +29 -0
  525. package/dist/types/types/users/supported-languages.d.ts.map +1 -0
  526. package/dist/types/types/users/user.d.ts +67 -0
  527. package/dist/types/types/users/user.d.ts.map +1 -0
  528. package/dist/types/types/users/users-events.d.ts +78 -0
  529. package/dist/types/types/users/users-events.d.ts.map +1 -0
  530. package/dist/types/types/users/voicemail-type.d.ts +18 -0
  531. package/dist/types/types/users/voicemail-type.d.ts.map +1 -0
  532. package/dist/types/types/users/voicemail.d.ts +20 -0
  533. package/dist/types/types/users/voicemail.d.ts.map +1 -0
  534. package/package.json +6 -4
@@ -0,0 +1,53 @@
1
+ import { Destination } from './destination';
2
+ import { ForwardCondition } from './forward-condition';
3
+ /**
4
+ * Represents the forward currently activated for a user.
5
+ * <p>
6
+ * A forward can target a voice mail ({@link onVoiceMail}) or a phone number
7
+ * ({@link onNumber}), and is always associated with a {@link ForwardCondition}
8
+ * that determines when the forward applies.
9
+ * <p>
10
+ * Use {@link Routing.getForward} to retrieve the current forward state, and
11
+ * {@link Routing.forwardOnVoiceMail} or {@link Routing.forwardOnNumber} to
12
+ * activate one.
13
+ *
14
+ * @see Routing.getForward
15
+ * @see Routing.forwardOnVoiceMail
16
+ * @see Routing.forwardOnNumber
17
+ */
18
+ export declare class Forward {
19
+ #private;
20
+ /**
21
+ * The destination type of this forward.
22
+ */
23
+ get destination(): Destination;
24
+ /**
25
+ * The phone number target of this forward.
26
+ * <p>
27
+ * Only set when `destination` is {@link Destination.NUMBER};
28
+ * `null` otherwise.
29
+ */
30
+ get number(): string | null;
31
+ /**
32
+ * The condition under which this forward applies.
33
+ */
34
+ get condition(): ForwardCondition | null;
35
+ /**
36
+ * Creates a `Forward` targeting the user's voice mail with the specified condition.
37
+ *
38
+ * @param condition the condition under which the forward applies
39
+ * @returns a new {@link Forward} instance targeting voice mail
40
+ * @see Routing.forwardOnVoiceMail
41
+ */
42
+ static onVoiceMail(condition: ForwardCondition): Forward;
43
+ /**
44
+ * Creates a `Forward` targeting the specified phone number with the specified condition.
45
+ *
46
+ * @param number the phone number to forward to
47
+ * @param condition the condition under which the forward applies
48
+ * @returns a new {@link Forward} instance targeting a phone number
49
+ * @see Routing.forwardOnNumber
50
+ */
51
+ static onNumber(number: string, condition: ForwardCondition): Forward;
52
+ }
53
+ //# sourceMappingURL=forward.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"forward.d.ts","sourceRoot":"","sources":["../../../../src/types/routing/forward.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;;;;;;;;;;;;GAcG;AACH,qBAAa,OAAO;;IAkBhB;;OAEG;IACH,IAAI,WAAW,IAAI,WAAW,CAE7B;IAED;;;;;OAKG;IACH,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;OAEG;IACH,IAAI,SAAS,IAAI,gBAAgB,GAAG,IAAI,CAEvC;IAmBD;;;;;;OAMG;IACH,MAAM,CAAC,WAAW,CAAC,SAAS,EAAE,gBAAgB,GAAG,OAAO;IAIxD;;;;;;;OAOG;IACH,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,GAAG,OAAO;CAkBxE"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * OverflowCondition represents the possible condition a user can associate to an overflow.
3
+ */
4
+ export declare enum OverflowCondition {
5
+ /**
6
+ * Incoming calls are forwarded on the target if the user is busy.
7
+ */
8
+ BUSY = "BUSY",
9
+ /**
10
+ * Incoming calls are forwarded on the target if the user does not answer the call.
11
+ */
12
+ NO_ANSWER = "NO_ANSWER",
13
+ /**
14
+ * Incoming calls are forwarded on the target if the user is busy or if the user does not answer the call.
15
+ */
16
+ BUSY_OR_NO_ANSWER = "BUSY_OR_NO_ANSWER"
17
+ }
18
+ export declare namespace OverflowCondition {
19
+ function fromOverflowType(overflowType?: string): OverflowCondition | undefined;
20
+ function toOverflowType(condition: OverflowCondition): string | undefined;
21
+ }
22
+ //# sourceMappingURL=overflow-condition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"overflow-condition.d.ts","sourceRoot":"","sources":["../../../../src/types/routing/overflow-condition.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,iBAAiB;IACzB;;OAEG;IACH,IAAI,SAAS;IAEb;;OAEG;IACH,SAAS,cAAc;IAEvB;;OAEG;IACH,iBAAiB,sBAAsB;CAC1C;AAED,yBAAiB,iBAAiB,CAAC;IAgB/B,SAAgB,gBAAgB,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,iBAAiB,GAAG,SAAS,CAGrF;IAGD,SAAgB,cAAc,CAAC,SAAS,EAAE,iBAAiB,GAAG,MAAM,GAAG,SAAS,CAE/E;CACJ"}
@@ -0,0 +1,50 @@
1
+ import { Destination } from './destination';
2
+ import { OverflowCondition } from './overflow-condition';
3
+ /**
4
+ * Represents the overflow currently activated for a user.
5
+ * <p>
6
+ * An overflow redirects calls to a voice mail ({@link onVoiceMail}) or a phone
7
+ * number ({@link onNumber}) when a specific condition is met, such as when the
8
+ * user is busy or does not answer.
9
+ * <p>
10
+ * Use {@link Routing.getOverflow} to retrieve the current overflow state, and
11
+ * {@link Routing.overflowOnVoiceMail} to activate one.
12
+ *
13
+ * @see Routing.getOverflow
14
+ * @see Routing.overflowOnVoiceMail
15
+ */
16
+ export declare class Overflow {
17
+ #private;
18
+ /**
19
+ * The destination type of this overflow.
20
+ */
21
+ get destination(): Destination;
22
+ /**
23
+ * The phone number target of this overflow.
24
+ * <p>
25
+ * Only set when `destination` is {@link Destination.NUMBER};
26
+ * `null` otherwise.
27
+ */
28
+ get number(): string | null;
29
+ /**
30
+ * The condition under which this overflow applies.
31
+ */
32
+ get condition(): OverflowCondition | null;
33
+ /**
34
+ * Creates an `Overflow` targeting the specified phone number with the specified condition.
35
+ *
36
+ * @param number the phone number to overflow to
37
+ * @param condition the condition under which the overflow applies
38
+ * @returns a new {@link Overflow} instance targeting a phone number
39
+ */
40
+ static onNumber(number: string, condition: OverflowCondition): Overflow;
41
+ /**
42
+ * Creates an `Overflow` targeting the user's voice mail with the specified condition.
43
+ *
44
+ * @param condition the condition under which the overflow applies
45
+ * @returns a new {@link Overflow} instance targeting voice mail
46
+ * @see Routing.overflowOnVoiceMail
47
+ */
48
+ static onVoiceMail(condition: OverflowCondition): Overflow;
49
+ }
50
+ //# sourceMappingURL=overflow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"overflow.d.ts","sourceRoot":"","sources":["../../../../src/types/routing/overflow.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD;;;;;;;;;;;;GAYG;AACH,qBAAa,QAAQ;;IAcjB;;OAEG;IACH,IAAI,WAAW,IAAI,WAAW,CAE7B;IAED;;;;;OAKG;IACH,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;OAEG;IACH,IAAI,SAAS,IAAI,iBAAiB,GAAG,IAAI,CAExC;IAmBD;;;;;;OAMG;IACH,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,iBAAiB,GAAG,QAAQ;IAIvE;;;;;;OAMG;IACH,MAAM,CAAC,WAAW,CAAC,SAAS,EAAE,iBAAiB,GAAG,QAAQ;CAkB7D"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * RoutingCapabilities represents the routing features available for a user.
3
+ */
4
+ export declare class RoutingCapabilities {
5
+ #private;
6
+ /** Whether presentation routing is available */
7
+ get presentationRoute(): boolean;
8
+ /** Whether forward routing is available */
9
+ get forwardRoute(): boolean;
10
+ /** Whether overflow routing is available */
11
+ get overflowRoute(): boolean;
12
+ /** Whether Do Not Disturb can be activated */
13
+ get dnd(): boolean;
14
+ }
15
+ //# sourceMappingURL=routing-capabilities.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routing-capabilities.d.ts","sourceRoot":"","sources":["../../../../src/types/routing/routing-capabilities.ts"],"names":[],"mappings":"AAqBA;;GAEG;AACH,qBAAa,mBAAmB;;IAgB5B,gDAAgD;IAChD,IAAI,iBAAiB,IAAI,OAAO,CAE/B;IAED,2CAA2C;IAC3C,IAAI,YAAY,IAAI,OAAO,CAE1B;IAED,4CAA4C;IAC5C,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED,8CAA8C;IAC9C,IAAI,GAAG,IAAI,OAAO,CAEjB;CAQJ"}
@@ -0,0 +1,23 @@
1
+ import { RoutingState } from './routing-state';
2
+ /**
3
+ * Event raised when a user's routing state has changed.
4
+ * <p>
5
+ * Received via the {@link Routing.ON_ROUTING_STATE_CHANGED} event, and also
6
+ * in response to a {@link Routing.requestSnapshot} call.
7
+ *
8
+ * @see Routing.ON_ROUTING_STATE_CHANGED
9
+ * @see Routing.requestSnapshot
10
+ */
11
+ export declare class OnRoutingStateChanged {
12
+ #private;
13
+ /**
14
+ * The login name of the user receiving the event.
15
+ */
16
+ get loginName(): string;
17
+ /**
18
+ * The current routing state of the user, including forward, overflow and
19
+ * Do Not Disturb settings.
20
+ */
21
+ get routingState(): RoutingState;
22
+ }
23
+ //# sourceMappingURL=routing-events.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routing-events.d.ts","sourceRoot":"","sources":["../../../../src/types/routing/routing-events.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C;;;;;;;;GAQG;AACH,qBAAa,qBAAqB;;IAY9B;;OAEG;IACH,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED;;;OAGG;IACH,IAAI,YAAY,IAAI,YAAY,CAE/B;CASJ"}
@@ -0,0 +1,52 @@
1
+ import { DndState } from './dnd-state';
2
+ import { Overflow } from './overflow';
3
+ import { Forward } from './forward';
4
+ /**
5
+ * RoutingState represente a user routing state. A routing state is
6
+ * composed of four elements:
7
+ * <table>
8
+ * <caption>Routing state elements</caption>
9
+ * <tr>
10
+ * <td>Remote extension activation</td>
11
+ * <td>When the user is configured with a remote extension, he has the
12
+ * possibility to activate or deactivate this remote extension. when the remote
13
+ * extension is de-activated, call are not presented on the mobile device.</td>
14
+ * </tr>
15
+ * <tr>
16
+ * <td>Forward</td>
17
+ * <td>The user can configure a forward, on his voice mail if any or on any
18
+ * other number (depending on the cOmniPCX Enterprise configuration).</td>
19
+ * </tr>
20
+ * <tr>
21
+ * <td>Overflow</td>
22
+ * <td>The user can configure an overflow on his voice mail.
23
+ * If a forward is configured, it is considered prior the overflow.</td>
24
+ * </tr>
25
+ * <tr>
26
+ * <td>Do Not Disturb</td>
27
+ * <td>When Do Not Disturb (DND) is activated, call are not presented to the
28
+ * user.</td>
29
+ * </tr>
30
+ *
31
+ * </table>
32
+ */
33
+ export declare class RoutingState {
34
+ #private;
35
+ /**
36
+ * Return the do not disturb state.
37
+ */
38
+ get dndState(): DndState;
39
+ /**
40
+ * Returns the forward.
41
+ */
42
+ get forward(): Forward;
43
+ /**
44
+ * Returns the overflow.
45
+ */
46
+ get overflow(): Overflow;
47
+ /**
48
+ * Returns whether the routing on remote extension is activated.
49
+ */
50
+ get remoteExtensionActivated(): boolean;
51
+ }
52
+ //# sourceMappingURL=routing-state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routing-state.d.ts","sourceRoot":"","sources":["../../../../src/types/routing/routing-state.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,qBAAa,YAAY;;IAgBrB;;OAEG;IACH,IAAI,QAAQ,IAAI,QAAQ,CAEvB;IAED;;OAEG;IACH,IAAI,OAAO,IAAI,OAAO,CAErB;IAED;;OAEG;IACH,IAAI,QAAQ,IAAI,QAAQ,CAEvB;IAED;;OAEG;IACH,IAAI,wBAAwB,IAAI,OAAO,CAEtC;CAkCJ"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * AdditionalDigitCollectionCriteria is used to define a digit collection strategy.
3
+ */
4
+ export declare class AdditionalDigitCollectionCriteria {
5
+ private abortDigits;
6
+ private ignoreDigits;
7
+ private backspaceDigits;
8
+ private termDigits;
9
+ private resetDigits;
10
+ private startTimeout;
11
+ private digitTimeout;
12
+ /**
13
+ * Constructs a new empty AdditionalDigitCollectionCriteria
14
+ */
15
+ constructor();
16
+ }
17
+ //# sourceMappingURL=add-digit-coll-criteria.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-digit-coll-criteria.d.ts","sourceRoot":"","sources":["../../../../src/types/rsi/add-digit-coll-criteria.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,qBAAa,iCAAiC;IAC1C,OAAO,CAAC,WAAW,CAAU;IAC7B,OAAO,CAAC,YAAY,CAAU;IAC9B,OAAO,CAAC,eAAe,CAAU;IACjC,OAAO,CAAC,UAAU,CAAU;IAC5B,OAAO,CAAC,WAAW,CAAU;IAC7B,OAAO,CAAC,YAAY,CAAU;IAC9B,OAAO,CAAC,YAAY,CAAU;IAE9B;;OAEG;;CAEN"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * CollectionCause represents the reason the digits collection ended.
3
+ */
4
+ export declare enum CollectionCause {
5
+ /**
6
+ * A specific tone specified in the retrieval criteria is received.
7
+ */
8
+ FLUSCHAR_RECEIVED = "FLUSCHAR_RECEIVED",
9
+ /**
10
+ * The number of tones specified in the retrieval criteria is received.
11
+ */
12
+ CHAR_COUNT_REACHED = "CHAR_COUNT_REACHED",
13
+ /**
14
+ * The timeout specified in the retrieval criteria has elapsed.
15
+ */
16
+ TIMEOUT = "TIMEOUT",
17
+ /**
18
+ * An error occurs.
19
+ */
20
+ SF_TERMINATED = "SF_TERMINATED"
21
+ }
22
+ //# sourceMappingURL=collection-cause.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collection-cause.d.ts","sourceRoot":"","sources":["../../../../src/types/rsi/collection-cause.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,eAAe;IACvB;;OAEG;IACH,iBAAiB,sBAAsB;IAEvC;;OAEG;IACH,kBAAkB,uBAAuB;IAEzC;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,aAAa,kBAAkB;CAClC"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * RouteSession represents a route request session between a RSI point
3
+ * and an application.
4
+ * A route session is initiated by a RSI point by sending a
5
+ * {@link ON_ROUTE_REQUEST}.
6
+ * The application selects a route and answers the request by calling
7
+ * {@link routeSelect}.
8
+ */
9
+ export declare class RouteSession {
10
+ #private;
11
+ private constructor();
12
+ /** This route session unique identifier */
13
+ get routeCrid(): string;
14
+ /** The call extension number */
15
+ get caller(): string;
16
+ /** The called number */
17
+ get called(): string;
18
+ /** The routed call reference */
19
+ get routedCallRef(): string;
20
+ }
21
+ //# sourceMappingURL=route-session.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"route-session.d.ts","sourceRoot":"","sources":["../../../../src/types/rsi/route-session.ts"],"names":[],"mappings":"AAqBA;;;;;;;GAOG;AACH,qBAAa,YAAY;;IAMrB,OAAO;IAOP,2CAA2C;IAC3C,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,gCAAgC;IAChC,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,wBAAwB;IACxB,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,gCAAgC;IAChC,IAAI,aAAa,IAAI,MAAM,CAE1B;CAOJ"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * RoutingCallerType represents the call origin of a route request.
3
+ */
4
+ export declare enum RoutingCallerType {
5
+ /**
6
+ * The caller is internal.
7
+ */
8
+ INTERNAL = "INTERNAL",
9
+ /**
10
+ * The caller is external.
11
+ */
12
+ EXTERNAL = "EXTERNAL",
13
+ /**
14
+ * The caller origin is unknown.
15
+ */
16
+ UNKNOWN = "UNKNOWN"
17
+ }
18
+ //# sourceMappingURL=routing-caller-type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routing-caller-type.d.ts","sourceRoot":"","sources":["../../../../src/types/rsi/routing-caller-type.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,iBAAiB;IACzB;;OAEG;IACH,QAAQ,aAAa;IAErB;;OAEG;IACH,QAAQ,aAAa;IAErB;;OAEG;IACH,OAAO,YAAY;CACtB"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * RoutingReason represents the possible reason associated to a route request.
3
+ */
4
+ export declare enum RoutingReason {
5
+ /**
6
+ * First route request.
7
+ */
8
+ INITIAL = "INITIAL",
9
+ /**
10
+ * The call is rerouted because of no answer from initial route.
11
+ */
12
+ NOANSWER = "NOANSWER",
13
+ /**
14
+ * The call is rerouted because of busy initial route.
15
+ */
16
+ BUSY = "BUSY",
17
+ /**
18
+ * The call is rerouted because of not obtainable initial route.
19
+ */
20
+ NOT_OBTAINABLE = "NOT_OBTAINABLE",
21
+ /**
22
+ * Unknown reason.
23
+ */
24
+ UNKNOWN = "UNKNOWN"
25
+ }
26
+ //# sourceMappingURL=routing-reason.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routing-reason.d.ts","sourceRoot":"","sources":["../../../../src/types/rsi/routing-reason.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,aAAa;IACrB;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,QAAQ,aAAa;IAErB;;OAEG;IACH,IAAI,SAAS;IAEb;;OAEG;IACH,cAAc,mBAAmB;IAEjC;;OAEG;IACH,OAAO,YAAY;CACtB"}
@@ -0,0 +1,47 @@
1
+ import { RoutingReason } from './routing-reason';
2
+ import { Tones } from './tones';
3
+ export declare class OnToneGeneratedStop {
4
+ #private;
5
+ private constructor();
6
+ /** The RSI point extension number */
7
+ get rsiPoint(): string;
8
+ /** The reference of the call on which the tones are played */
9
+ get callRef(): string;
10
+ }
11
+ export declare class OnToneGeneratedStart {
12
+ #private;
13
+ private constructor();
14
+ /** The RSI point extension number */
15
+ get rsiPoint(): string;
16
+ /** The reference of the call on which the tones are played */
17
+ get callRef(): string;
18
+ /** The tones types */
19
+ get tonesTypes(): Tones;
20
+ }
21
+ export declare class OnDigitCollected {
22
+ #private;
23
+ private constructor();
24
+ /** The RSI point extension number */
25
+ get rsiPoint(): string;
26
+ /** The reference of the call on which the tones are played */
27
+ get callRef(): string;
28
+ }
29
+ export declare class OnRouteRequest {
30
+ #private;
31
+ private constructor();
32
+ /** The RSI point extension number */
33
+ get rsiPoint(): string;
34
+ }
35
+ export declare class OnRouteEnd {
36
+ #private;
37
+ private constructor();
38
+ /** The RSI point extension number */
39
+ get rsiPoint(): string;
40
+ /** The routing session unique identifier */
41
+ get routeCrid(): string;
42
+ /** The routed call reference */
43
+ get routedCallRef(): string;
44
+ /** The routing reason */
45
+ get reason(): RoutingReason;
46
+ }
47
+ //# sourceMappingURL=rsi-events.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rsi-events.d.ts","sourceRoot":"","sources":["../../../../src/types/rsi/rsi-events.ts"],"names":[],"mappings":"AA0BA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,qBAAa,mBAAmB;;IAI5B,OAAO;IAKP,qCAAqC;IACrC,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,8DAA8D;IAC9D,IAAI,OAAO,IAAI,MAAM,CAEpB;CAOJ;AAED,qBAAa,oBAAoB;;IAK7B,OAAO;IAMP,qCAAqC;IACrC,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,8DAA8D;IAC9D,IAAI,OAAO,IAAI,MAAM,CAEpB;IAED,sBAAsB;IACtB,IAAI,UAAU,IAAI,KAAK,CAEtB;CAOJ;AAED,qBAAa,gBAAgB;;IAKzB,OAAO;IAMP,qCAAqC;IACrC,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,8DAA8D;IAC9D,IAAI,OAAO,IAAI,MAAM,CAEpB;CAYJ;AAED,qBAAa,cAAc;;IAIvB,OAAO;IAKP,qCAAqC;IACrC,IAAI,QAAQ,IAAI,MAAM,CAErB;CAYJ;AAED,qBAAa,UAAU;;IAMnB,OAAO;IAOP,qCAAqC;IACrC,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,4CAA4C;IAC5C,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,gCAAgC;IAChC,IAAI,aAAa,IAAI,MAAM,CAE1B;IAED,yBAAyB;IACzB,IAAI,MAAM,IAAI,aAAa,CAE1B;CAOJ"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * RsiPoint represents a RSI point. When a call is received by a RSI
3
+ * routing point, a {@link ON_ROUTE_REQUEST} is sent to the application.
4
+ */
5
+ export declare class RsiPoint {
6
+ #private;
7
+ private constructor();
8
+ /** This RSI point extension number */
9
+ get number(): string;
10
+ /** The name of this RSI point */
11
+ get name(): string;
12
+ /** The OmniPCX Enterprise node on which this RSI point is configured */
13
+ get node(): number;
14
+ /** Whether this RSI point is registered */
15
+ get registered(): boolean;
16
+ }
17
+ //# sourceMappingURL=rsi-point.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rsi-point.d.ts","sourceRoot":"","sources":["../../../../src/types/rsi/rsi-point.ts"],"names":[],"mappings":"AAqBA;;;GAGG;AACH,qBAAa,QAAQ;;IAMjB,OAAO;IAOP,sCAAsC;IACtC,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,iCAAiC;IACjC,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED,wEAAwE;IACxE,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED,2CAA2C;IAC3C,IAAI,UAAU,IAAI,OAAO,CAExB;CAOJ"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Tones represents tones that can be generated by a RSI point.
3
+ */
4
+ export declare enum Tones {
5
+ /**
6
+ * The busy tone.
7
+ */
8
+ BUSY = "BUSY",
9
+ /**
10
+ * The ring back tone.
11
+ */
12
+ RINGBACK = "RINGBACK",
13
+ /**
14
+ * The silent tone.
15
+ */
16
+ SILENCE = "SILENCE",
17
+ /**
18
+ * The music tone.
19
+ */
20
+ MUSIC = "MUSIC",
21
+ /**
22
+ * The annoucement tone.
23
+ */
24
+ ANNOUNCEMENT = "ANNOUNCEMENT"
25
+ }
26
+ //# sourceMappingURL=tones.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tones.d.ts","sourceRoot":"","sources":["../../../../src/types/rsi/tones.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,KAAK;IACb;;OAEG;IACH,IAAI,SAAS;IAEb;;OAEG;IACH,QAAQ,aAAa;IAErB;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,KAAK,UAAU;IAEf;;OAEG;IACH,YAAY,iBAAiB;CAChC"}
@@ -0,0 +1,7 @@
1
+ export declare enum RecordingAction {
2
+ START = "Start",
3
+ STOP = "Stop",
4
+ PAUSE = "Pause",
5
+ RESUME = "Resume"
6
+ }
7
+ //# sourceMappingURL=RecordingAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecordingAction.d.ts","sourceRoot":"","sources":["../../../../src/types/telephony/RecordingAction.ts"],"names":[],"mappings":"AAmBA,oBAAY,eAAe;IACvB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,KAAK,UAAU;IACf,MAAM,WAAW;CACpB"}
@@ -0,0 +1,123 @@
1
+ /**
2
+ * Lists the different call causes.
3
+ */
4
+ export declare enum CallCause {
5
+ /**
6
+ * Caller in a two-party call has disconnected before the call was answered.
7
+ **/
8
+ ABANDONED = "ABANDONED",
9
+ /**
10
+ * The call is receiving the network congestion tone.
11
+ **/
12
+ ALL_TRUNK_BUSY = "ALL_TRUNK_BUSY",
13
+ /**
14
+ * The call is receiving the busy tone.
15
+ **/
16
+ BUSY = "BUSY",
17
+ /**
18
+ * One party in a two-party call has disconnected after the call was answered.
19
+ **/
20
+ CLEARED = "CLEARED",
21
+ /**
22
+ * One party has left the conference call.
23
+ **/
24
+ PARTICIPANT_LEFT = "PARTICIPANT_LEFT",
25
+ /**
26
+ * This is a multi-party call.
27
+ **/
28
+ CONFERENCED = "CONFERENCED",
29
+ /**
30
+ * The call is receiving the invalid number tone.
31
+ **/
32
+ INVALID_NUMBER = "INVALID_NUMBER",
33
+ /**
34
+ * The destination cannot be reached.
35
+ **/
36
+ DESTINATION_NOT_OBTAINABLE = "DESTINATION_NOT_OBTAINABLE",
37
+ /**
38
+ * The device is in DND.
39
+ **/
40
+ DO_NOT_DISTURB = "DO_NOT_DISTURB",
41
+ /**
42
+ * The call has been forwarded.
43
+ **/
44
+ FORWARDED = "FORWARDED",
45
+ /**
46
+ * The call has been hanged up before answer.
47
+ **/
48
+ NOT_ANSWERED = "NOT_ANSWERED",
49
+ /**
50
+ * The call has been picked up.
51
+ **/
52
+ PICKED_UP = "PICKED_UP",
53
+ /**
54
+ * The call has been parked.
55
+ **/
56
+ PARKED = "PARKED",
57
+ /**
58
+ * The call has been redirected.
59
+ **/
60
+ REDIRECTED = "REDIRECTED",
61
+ /**
62
+ * The call goes on overflow destination.
63
+ **/
64
+ OVERFLOWN = "OVERFLOWN",
65
+ /**
66
+ * This is a transferred call.
67
+ **/
68
+ TRANSFERRED = "TRANSFERRED",
69
+ /**
70
+ * The call has been put in wait state.
71
+ * @since 2.7.4
72
+ */
73
+ CAMP_ON = "CAMP_ON",
74
+ /**
75
+ * Unknown cause.
76
+ **/
77
+ UNKNOWN = "UNKNOWN",
78
+ /**
79
+ * Picked up tandem.
80
+ **/
81
+ PICKED_UP_TANDEM = "PICKED_UP_TANDEM",
82
+ /**
83
+ * The call is a call back.
84
+ **/
85
+ CALL_BACK = "CALL_BACK",
86
+ /**
87
+ * The call is recall (e.g. on HELD call indicates that device rings back).
88
+ **/
89
+ RECALL = "RECALL",
90
+ /**
91
+ * CCD context: call distribution
92
+ **/
93
+ DISTRIBUTED = "DISTRIBUTED",
94
+ /**
95
+ * CCD context: call enters in distribution
96
+ **/
97
+ ACD_ENTER_DISTRIBUTION = "ACD_ENTER_DISTRIBUTION",
98
+ /**
99
+ * CCD context: pilot is not open
100
+ **/
101
+ RESOURCES_NOT_AVAILABLE = "RESOURCES_NOT_AVAILABLE",
102
+ /**
103
+ * CCD context: supervisor is listening the agent conversation
104
+ **/
105
+ SUPERVISOR_LISTENING = "SUPERVISOR_LISTENING",
106
+ /**
107
+ * CCD context: supervisor is fully intruded in the agent conversation
108
+ **/
109
+ SUPERVISOR_INTRUSION = "SUPERVISOR_INTRUSION",
110
+ /**
111
+ * CCD context: supervisor can speak to the agent
112
+ **/
113
+ SUPERVISOR_RESTRICT_INTRUSION = "SUPERVISOR_RESTRICT_INTRUSION",
114
+ /**
115
+ * CCD context: No available agent
116
+ **/
117
+ NO_AVAILABLE_AGENT = "NO_AVAILABLE_AGENT",
118
+ /**
119
+ * Physical phone set device is off the hook
120
+ **/
121
+ LOCKOUT = "LOCKOUT"
122
+ }
123
+ //# sourceMappingURL=call-cause.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"call-cause.d.ts","sourceRoot":"","sources":["../../../../../src/types/telephony/call/call-cause.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,SAAS;IACjB;;QAEI;IACJ,SAAS,cAAc;IAEvB;;QAEI;IACJ,cAAc,mBAAmB;IAEjC;;QAEI;IACJ,IAAI,SAAS;IAEb;;QAEI;IACJ,OAAO,YAAY;IAEnB;;QAEI;IACJ,gBAAgB,qBAAqB;IAErC;;QAEI;IACJ,WAAW,gBAAgB;IAE3B;;QAEI;IACJ,cAAc,mBAAmB;IAEjC;;QAEI;IACJ,0BAA0B,+BAA+B;IAEzD;;QAEI;IACJ,cAAc,mBAAmB;IAEjC;;QAEI;IACJ,SAAS,cAAc;IAEvB;;QAEI;IACJ,YAAY,iBAAiB;IAE7B;;QAEI;IACJ,SAAS,cAAc;IAEvB;;QAEI;IACJ,MAAM,WAAW;IAEjB;;QAEI;IACJ,UAAU,eAAe;IAEzB;;QAEI;IACJ,SAAS,cAAc;IAEvB;;QAEI;IACJ,WAAW,gBAAgB;IAE3B;;;OAGG;IACH,OAAO,YAAY;IAEnB;;QAEI;IACJ,OAAO,YAAY;IAEnB;;QAEI;IACJ,gBAAgB,qBAAqB;IAErC;;QAEI;IACJ,SAAS,cAAc;IAEvB;;QAEI;IACJ,MAAM,WAAW;IAEjB;;QAEI;IACJ,WAAW,gBAAgB;IAE3B;;QAEI;IACJ,sBAAsB,2BAA2B;IAEjD;;QAEI;IACJ,uBAAuB,4BAA4B;IAEnD;;QAEI;IACJ,oBAAoB,yBAAyB;IAE7C;;QAEI;IACJ,oBAAoB,yBAAyB;IAE7C;;QAEI;IACJ,6BAA6B,kCAAkC;IAE/D;;QAEI;IACJ,kBAAkB,uBAAuB;IAEzC;;QAEI;IACJ,OAAO,YAAY;CACtB"}