o2g-node-sdk 1.0.1 → 2.4.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 (603) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +234 -5
  3. package/dist/o2g-node-sdk.js +38042 -1
  4. package/dist/o2g-node-sdk.js.map +1 -1
  5. package/dist/{ErrorInfo.d.ts → types/ErrorInfo.d.ts} +1 -0
  6. package/dist/types/ErrorInfo.d.ts.map +1 -0
  7. package/dist/{host.d.ts → types/host.d.ts} +3 -2
  8. package/dist/types/host.d.ts.map +1 -0
  9. package/dist/types/internal/access-mode.d.ts +2 -0
  10. package/dist/types/internal/access-mode.d.ts.map +1 -0
  11. package/dist/types/internal/events/chunk-eventing.d.ts +2 -0
  12. package/dist/types/internal/events/chunk-eventing.d.ts.map +1 -0
  13. package/dist/types/internal/events/event-dispatcher.d.ts +2 -0
  14. package/dist/types/internal/events/event-dispatcher.d.ts.map +1 -0
  15. package/dist/types/internal/events/event-packages.d.ts +2 -0
  16. package/dist/types/internal/events/event-packages.d.ts.map +1 -0
  17. package/dist/types/internal/o2g-application.d.ts +2 -0
  18. package/dist/types/internal/o2g-application.d.ts.map +1 -0
  19. package/dist/types/internal/rest/analytics-rest.d.ts +2 -0
  20. package/dist/types/internal/rest/analytics-rest.d.ts.map +1 -0
  21. package/dist/types/internal/rest/authentication-rest.d.ts +2 -0
  22. package/dist/types/internal/rest/authentication-rest.d.ts.map +1 -0
  23. package/dist/types/internal/rest/ccAgent-rest.d.ts +2 -0
  24. package/dist/types/internal/rest/ccAgent-rest.d.ts.map +1 -0
  25. package/dist/types/internal/rest/ccMngt-rest.d.ts +2 -0
  26. package/dist/types/internal/rest/ccMngt-rest.d.ts.map +1 -0
  27. package/dist/types/internal/rest/ccPilot-rest.d.ts +2 -0
  28. package/dist/types/internal/rest/ccPilot-rest.d.ts.map +1 -0
  29. package/dist/types/internal/rest/ccRealtime-rest.d.ts +2 -0
  30. package/dist/types/internal/rest/ccRealtime-rest.d.ts.map +1 -0
  31. package/dist/types/internal/rest/ccStatistics-rest.d.ts +45 -0
  32. package/dist/types/internal/rest/ccStatistics-rest.d.ts.map +1 -0
  33. package/dist/types/internal/rest/comlog-rest.d.ts +2 -0
  34. package/dist/types/internal/rest/comlog-rest.d.ts.map +1 -0
  35. package/dist/types/internal/rest/directory-rest.d.ts +2 -0
  36. package/dist/types/internal/rest/directory-rest.d.ts.map +1 -0
  37. package/dist/types/internal/rest/eventSummary-rest.d.ts +2 -0
  38. package/dist/types/internal/rest/eventSummary-rest.d.ts.map +1 -0
  39. package/dist/types/internal/rest/maint-rest.d.ts +2 -0
  40. package/dist/types/internal/rest/maint-rest.d.ts.map +1 -0
  41. package/dist/types/internal/rest/messaging-rest.d.ts +2 -0
  42. package/dist/types/internal/rest/messaging-rest.d.ts.map +1 -0
  43. package/dist/types/internal/rest/o2g-rest.d.ts +2 -0
  44. package/dist/types/internal/rest/o2g-rest.d.ts.map +1 -0
  45. package/dist/types/internal/rest/pbx-mngt-rest.d.ts +2 -0
  46. package/dist/types/internal/rest/pbx-mngt-rest.d.ts.map +1 -0
  47. package/dist/types/internal/rest/phone-set-prog-rest.d.ts +2 -0
  48. package/dist/types/internal/rest/phone-set-prog-rest.d.ts.map +1 -0
  49. package/dist/types/internal/rest/rest-service.d.ts +2 -0
  50. package/dist/types/internal/rest/rest-service.d.ts.map +1 -0
  51. package/dist/types/internal/rest/routing-rest.d.ts +2 -0
  52. package/dist/types/internal/rest/routing-rest.d.ts.map +1 -0
  53. package/dist/types/internal/rest/rsi-rest.d.ts +2 -0
  54. package/dist/types/internal/rest/rsi-rest.d.ts.map +1 -0
  55. package/dist/types/internal/rest/sessions-rest.d.ts +2 -0
  56. package/dist/types/internal/rest/sessions-rest.d.ts.map +1 -0
  57. package/dist/types/internal/rest/subscriptions-rest.d.ts +2 -0
  58. package/dist/types/internal/rest/subscriptions-rest.d.ts.map +1 -0
  59. package/dist/types/internal/rest/telephony-rest.d.ts +2 -0
  60. package/dist/types/internal/rest/telephony-rest.d.ts.map +1 -0
  61. package/dist/types/internal/rest/users-mngt-rest.d.ts +2 -0
  62. package/dist/types/internal/rest/users-mngt-rest.d.ts.map +1 -0
  63. package/dist/types/internal/rest/users-rest.d.ts +2 -0
  64. package/dist/types/internal/rest/users-rest.d.ts.map +1 -0
  65. package/dist/types/internal/service-end-point.d.ts +2 -0
  66. package/dist/types/internal/service-end-point.d.ts.map +1 -0
  67. package/dist/types/internal/service-factory.d.ts +2 -0
  68. package/dist/types/internal/service-factory.d.ts.map +1 -0
  69. package/dist/types/internal/session.d.ts +2 -0
  70. package/dist/types/internal/session.d.ts.map +1 -0
  71. package/dist/types/internal/types/analytics/analytics-types.d.ts +2 -0
  72. package/dist/types/internal/types/analytics/analytics-types.d.ts.map +1 -0
  73. package/dist/types/internal/types/cc-agent/cc-agent-types.d.ts +2 -0
  74. package/dist/types/internal/types/cc-agent/cc-agent-types.d.ts.map +1 -0
  75. package/dist/types/internal/types/cc-mngt/cc-mntg-types.d.ts +2 -0
  76. package/dist/types/internal/types/cc-mngt/cc-mntg-types.d.ts.map +1 -0
  77. package/dist/types/internal/types/cc-pilot/cc-pilot-types.d.ts +2 -0
  78. package/dist/types/internal/types/cc-pilot/cc-pilot-types.d.ts.map +1 -0
  79. package/dist/types/internal/types/cc-rt/cc-rt-types.d.ts +2 -0
  80. package/dist/types/internal/types/cc-rt/cc-rt-types.d.ts.map +1 -0
  81. package/dist/types/internal/types/cc-stat/abstract-filter.d.ts +2 -0
  82. package/dist/types/internal/types/cc-stat/abstract-filter.d.ts.map +1 -0
  83. package/dist/types/internal/types/cc-stat/ag-filter-impl.d.ts +2 -0
  84. package/dist/types/internal/types/cc-stat/ag-filter-impl.d.ts.map +1 -0
  85. package/dist/types/internal/types/cc-stat/cc-stat-types.d.ts +56 -0
  86. package/dist/types/internal/types/cc-stat/cc-stat-types.d.ts.map +1 -0
  87. package/dist/types/internal/types/cc-stat/context-impl.d.ts +2 -0
  88. package/dist/types/internal/types/cc-stat/context-impl.d.ts.map +1 -0
  89. package/dist/types/internal/types/cc-stat/on-stats-progress.d.ts +2 -0
  90. package/dist/types/internal/types/cc-stat/on-stats-progress.d.ts.map +1 -0
  91. package/dist/types/internal/types/cc-stat/pil-filter-impl.d.ts +2 -0
  92. package/dist/types/internal/types/cc-stat/pil-filter-impl.d.ts.map +1 -0
  93. package/dist/types/internal/types/cc-stat/requester-impl.d.ts +2 -0
  94. package/dist/types/internal/types/cc-stat/requester-impl.d.ts.map +1 -0
  95. package/dist/types/internal/types/cc-stat/scheduled-rep-impl.d.ts +2 -0
  96. package/dist/types/internal/types/cc-stat/scheduled-rep-impl.d.ts.map +1 -0
  97. package/dist/types/internal/types/comlog/comlog-types.d.ts +2 -0
  98. package/dist/types/internal/types/comlog/comlog-types.d.ts.map +1 -0
  99. package/dist/types/internal/types/common/common-types.d.ts +2 -0
  100. package/dist/types/internal/types/common/common-types.d.ts.map +1 -0
  101. package/dist/types/internal/types/directory/directory-types.d.ts +2 -0
  102. package/dist/types/internal/types/directory/directory-types.d.ts.map +1 -0
  103. package/dist/types/{eventsummary/event-summary-events.d.ts → internal/types/eventsummary/eventsummary-types.d.ts} +4 -5
  104. package/dist/types/internal/types/eventsummary/eventsummary-types.d.ts.map +1 -0
  105. package/dist/types/internal/types/maint/maint-types.d.ts +2 -0
  106. package/dist/types/internal/types/maint/maint-types.d.ts.map +1 -0
  107. package/dist/types/internal/types/messaging/messaging-types.d.ts +2 -0
  108. package/dist/types/internal/types/messaging/messaging-types.d.ts.map +1 -0
  109. package/dist/types/internal/types/pbxmngt/pbxmngt-types.d.ts +2 -0
  110. package/dist/types/internal/types/pbxmngt/pbxmngt-types.d.ts.map +1 -0
  111. package/dist/types/internal/types/phoneset/phoneset-types.d.ts +2 -0
  112. package/dist/types/internal/types/phoneset/phoneset-types.d.ts.map +1 -0
  113. package/dist/types/internal/types/routing/routing-types.d.ts +2 -0
  114. package/dist/types/internal/types/routing/routing-types.d.ts.map +1 -0
  115. package/dist/types/internal/types/rsi/rsi-types.d.ts +2 -0
  116. package/dist/types/internal/types/rsi/rsi-types.d.ts.map +1 -0
  117. package/dist/types/internal/types/telephony/telephony-types.d.ts +2 -0
  118. package/dist/types/internal/types/telephony/telephony-types.d.ts.map +1 -0
  119. package/dist/types/internal/types/users/users-types.d.ts +2 -0
  120. package/dist/types/internal/types/users/users-types.d.ts.map +1 -0
  121. package/dist/types/internal/util/IHttpClient.d.ts +2 -0
  122. package/dist/types/internal/util/IHttpClient.d.ts.map +1 -0
  123. package/dist/types/internal/util/assert.d.ts +2 -0
  124. package/dist/types/internal/util/assert.d.ts.map +1 -0
  125. package/dist/types/internal/util/file-utils.d.ts +2 -0
  126. package/dist/types/internal/util/file-utils.d.ts.map +1 -0
  127. package/dist/types/internal/util/format-util.d.ts +2 -0
  128. package/dist/types/internal/util/format-util.d.ts.map +1 -0
  129. package/dist/types/internal/util/hexa-string.d.ts +2 -0
  130. package/dist/types/internal/util/hexa-string.d.ts.map +1 -0
  131. package/dist/types/internal/util/http-client.d.ts +2 -0
  132. package/dist/types/internal/util/http-client.d.ts.map +1 -0
  133. package/dist/types/internal/util/http-content.d.ts +2 -0
  134. package/dist/types/internal/util/http-content.d.ts.map +1 -0
  135. package/dist/types/internal/util/http-response.d.ts +2 -0
  136. package/dist/types/internal/util/http-response.d.ts.map +1 -0
  137. package/dist/types/internal/util/injection-container.d.ts +5 -0
  138. package/dist/types/internal/util/injection-container.d.ts.map +1 -0
  139. package/dist/types/internal/util/logger.d.ts +7 -0
  140. package/dist/types/internal/util/logger.d.ts.map +1 -0
  141. package/dist/types/internal/util/util-uri.d.ts +2 -0
  142. package/dist/types/internal/util/util-uri.d.ts.map +1 -0
  143. package/dist/{o2g-analytics.d.ts → types/o2g-analytics.d.ts} +10 -15
  144. package/dist/types/o2g-analytics.d.ts.map +1 -0
  145. package/dist/types/o2g-cc-agent.d.ts +376 -0
  146. package/dist/types/o2g-cc-agent.d.ts.map +1 -0
  147. package/dist/types/o2g-cc-mngt.d.ts +213 -0
  148. package/dist/types/o2g-cc-mngt.d.ts.map +1 -0
  149. package/dist/types/o2g-cc-pilot.d.ts +71 -0
  150. package/dist/types/o2g-cc-pilot.d.ts.map +1 -0
  151. package/dist/types/o2g-cc-rt.d.ts +163 -0
  152. package/dist/types/o2g-cc-rt.d.ts.map +1 -0
  153. package/dist/types/o2g-cc-stat.d.ts +450 -0
  154. package/dist/types/o2g-cc-stat.d.ts.map +1 -0
  155. package/dist/types/o2g-comlog.d.ts +245 -0
  156. package/dist/types/o2g-comlog.d.ts.map +1 -0
  157. package/dist/types/o2g-directory.d.ts +109 -0
  158. package/dist/types/o2g-directory.d.ts.map +1 -0
  159. package/dist/types/o2g-eventSummary.d.ts +44 -0
  160. package/dist/types/o2g-eventSummary.d.ts.map +1 -0
  161. package/dist/types/o2g-maint.d.ts +82 -0
  162. package/dist/types/o2g-maint.d.ts.map +1 -0
  163. package/dist/types/o2g-messaging.d.ts +137 -0
  164. package/dist/types/o2g-messaging.d.ts.map +1 -0
  165. package/dist/types/o2g-node-sdk.d.ts +421 -0
  166. package/dist/types/o2g-node-sdk.d.ts.map +1 -0
  167. package/dist/types/o2g-pbx-mngt.d.ts +244 -0
  168. package/dist/types/o2g-pbx-mngt.d.ts.map +1 -0
  169. package/dist/types/o2g-phone-set-prog.d.ts +269 -0
  170. package/dist/types/o2g-phone-set-prog.d.ts.map +1 -0
  171. package/dist/types/o2g-routing.d.ts +313 -0
  172. package/dist/types/o2g-routing.d.ts.map +1 -0
  173. package/dist/{o2g-rsi.d.ts → types/o2g-rsi.d.ts} +7 -12
  174. package/dist/types/o2g-rsi.d.ts.map +1 -0
  175. package/dist/types/o2g-telephony.d.ts +895 -0
  176. package/dist/types/o2g-telephony.d.ts.map +1 -0
  177. package/dist/types/o2g-users-mngt.d.ts +83 -0
  178. package/dist/types/o2g-users-mngt.d.ts.map +1 -0
  179. package/dist/types/o2g-users.d.ts +127 -0
  180. package/dist/types/o2g-users.d.ts.map +1 -0
  181. package/dist/types/subscription.d.ts +379 -0
  182. package/dist/types/subscription.d.ts.map +1 -0
  183. package/dist/types/supervised-account.d.ts +40 -0
  184. package/dist/types/supervised-account.d.ts.map +1 -0
  185. package/dist/types/{analytics → types/analytics}/call-type.d.ts +1 -0
  186. package/dist/types/types/analytics/call-type.d.ts.map +1 -0
  187. package/dist/types/types/analytics/charging-file.d.ts +13 -0
  188. package/dist/types/types/analytics/charging-file.d.ts.map +1 -0
  189. package/dist/types/types/analytics/charging-result.d.ts +50 -0
  190. package/dist/types/types/analytics/charging-result.d.ts.map +1 -0
  191. package/dist/types/types/analytics/charging.d.ts +69 -0
  192. package/dist/types/types/analytics/charging.d.ts.map +1 -0
  193. package/dist/types/types/analytics/incident.d.ts +41 -0
  194. package/dist/types/types/analytics/incident.d.ts.map +1 -0
  195. package/dist/types/{analytics → types/analytics}/tel-facility.d.ts +1 -0
  196. package/dist/types/types/analytics/tel-facility.d.ts.map +1 -0
  197. package/dist/types/types/cc-agent/agent-groups.d.ts +11 -0
  198. package/dist/types/types/cc-agent/agent-groups.d.ts.map +1 -0
  199. package/dist/types/types/cc-agent/agent-skill-set.d.ts +43 -0
  200. package/dist/types/types/cc-agent/agent-skill-set.d.ts.map +1 -0
  201. package/dist/types/types/cc-agent/agent-skill.d.ts +15 -0
  202. package/dist/types/types/cc-agent/agent-skill.d.ts.map +1 -0
  203. package/dist/types/types/cc-agent/cc-agent-events.d.ts +44 -0
  204. package/dist/types/types/cc-agent/cc-agent-events.d.ts.map +1 -0
  205. package/dist/types/{cc-agent → types/cc-agent}/intrusion-mode.d.ts +3 -2
  206. package/dist/types/types/cc-agent/intrusion-mode.d.ts.map +1 -0
  207. package/dist/types/types/cc-agent/operator-config.d.ts +76 -0
  208. package/dist/types/types/cc-agent/operator-config.d.ts.map +1 -0
  209. package/dist/types/types/cc-agent/operator-state.d.ts +100 -0
  210. package/dist/types/types/cc-agent/operator-state.d.ts.map +1 -0
  211. package/dist/types/{cc-agent → types/cc-agent}/operator-type.d.ts +1 -0
  212. package/dist/types/types/cc-agent/operator-type.d.ts.map +1 -0
  213. package/dist/types/types/cc-agent/withdraw-reason.d.ts +23 -0
  214. package/dist/types/types/cc-agent/withdraw-reason.d.ts.map +1 -0
  215. package/dist/types/{cc-mngt → types/cc-mngt}/calendar/abstract-calendar.d.ts +2 -1
  216. package/dist/types/types/cc-mngt/calendar/abstract-calendar.d.ts.map +1 -0
  217. package/dist/types/types/cc-mngt/calendar/calendar.d.ts +22 -0
  218. package/dist/types/types/cc-mngt/calendar/calendar.d.ts.map +1 -0
  219. package/dist/types/types/cc-mngt/calendar/exception-calendar.d.ts +31 -0
  220. package/dist/types/types/cc-mngt/calendar/exception-calendar.d.ts.map +1 -0
  221. package/dist/types/types/cc-mngt/calendar/normal-calendar.d.ts +31 -0
  222. package/dist/types/types/cc-mngt/calendar/normal-calendar.d.ts.map +1 -0
  223. package/dist/types/types/cc-mngt/calendar/pilot-operating-Mode.d.ts +18 -0
  224. package/dist/types/types/cc-mngt/calendar/pilot-operating-Mode.d.ts.map +1 -0
  225. package/dist/types/types/cc-mngt/calendar/transition.d.ts +65 -0
  226. package/dist/types/types/cc-mngt/calendar/transition.d.ts.map +1 -0
  227. package/dist/types/types/cc-mngt/pilot-rule-set.d.ts +33 -0
  228. package/dist/types/types/cc-mngt/pilot-rule-set.d.ts.map +1 -0
  229. package/dist/types/types/cc-mngt/pilot-rule.d.ts +24 -0
  230. package/dist/types/types/cc-mngt/pilot-rule.d.ts.map +1 -0
  231. package/dist/types/types/cc-mngt/pilot.d.ts +58 -0
  232. package/dist/types/types/cc-mngt/pilot.d.ts.map +1 -0
  233. package/dist/types/types/cc-pilot/call-data-pilot.d.ts +50 -0
  234. package/dist/types/types/cc-pilot/call-data-pilot.d.ts.map +1 -0
  235. package/dist/types/types/cc-pilot/cc-pilot-events.d.ts +131 -0
  236. package/dist/types/types/cc-pilot/cc-pilot-events.d.ts.map +1 -0
  237. package/dist/types/types/cc-rt/agent-attributes.d.ts +50 -0
  238. package/dist/types/types/cc-rt/agent-attributes.d.ts.map +1 -0
  239. package/dist/types/types/cc-rt/agent-pg-attributes.d.ts +50 -0
  240. package/dist/types/types/cc-rt/agent-pg-attributes.d.ts.map +1 -0
  241. package/dist/types/types/cc-rt/agent-pg-type.d.ts +17 -0
  242. package/dist/types/types/cc-rt/agent-pg-type.d.ts.map +1 -0
  243. package/dist/types/types/cc-rt/agent-phone-state.d.ts +67 -0
  244. package/dist/types/types/cc-rt/agent-phone-state.d.ts.map +1 -0
  245. package/dist/types/types/cc-rt/agent-service-type.d.ts +16 -0
  246. package/dist/types/types/cc-rt/agent-service-type.d.ts.map +1 -0
  247. package/dist/types/types/cc-rt/agent-type.d.ts +16 -0
  248. package/dist/types/types/cc-rt/agent-type.d.ts.map +1 -0
  249. package/dist/types/types/cc-rt/cc-rt-events.d.ts +274 -0
  250. package/dist/types/types/cc-rt/cc-rt-events.d.ts.map +1 -0
  251. package/dist/types/types/cc-rt/other-pg-attributes.d.ts +18 -0
  252. package/dist/types/types/cc-rt/other-pg-attributes.d.ts.map +1 -0
  253. package/dist/types/types/cc-rt/other-pg-type.d.ts +22 -0
  254. package/dist/types/types/cc-rt/other-pg-type.d.ts.map +1 -0
  255. package/dist/types/types/cc-rt/pilot-attributes.d.ts +40 -0
  256. package/dist/types/types/cc-rt/pilot-attributes.d.ts.map +1 -0
  257. package/dist/types/types/cc-rt/queue-attributes.d.ts +30 -0
  258. package/dist/types/types/cc-rt/queue-attributes.d.ts.map +1 -0
  259. package/dist/types/types/cc-rt/queue-type.d.ts +23 -0
  260. package/dist/types/types/cc-rt/queue-type.d.ts.map +1 -0
  261. package/dist/types/types/cc-rt/rti-context.d.ts +56 -0
  262. package/dist/types/types/cc-rt/rti-context.d.ts.map +1 -0
  263. package/dist/types/types/cc-rt/rti-filter.d.ts +117 -0
  264. package/dist/types/types/cc-rt/rti-filter.d.ts.map +1 -0
  265. package/dist/types/types/cc-rt/rti-object-identifier.d.ts +34 -0
  266. package/dist/types/types/cc-rt/rti-object-identifier.d.ts.map +1 -0
  267. package/dist/types/types/cc-rt/rti-objects.d.ts +72 -0
  268. package/dist/types/types/cc-rt/rti-objects.d.ts.map +1 -0
  269. package/dist/types/types/cc-stats/agbypilot-attributes.d.ts +73 -0
  270. package/dist/types/types/cc-stats/agbypilot-attributes.d.ts.map +1 -0
  271. package/dist/types/types/cc-stats/agent-attributes.d.ts +377 -0
  272. package/dist/types/types/cc-stats/agent-attributes.d.ts.map +1 -0
  273. package/dist/types/types/cc-stats/agent-filter.d.ts +60 -0
  274. package/dist/types/types/cc-stats/agent-filter.d.ts.map +1 -0
  275. package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts +184 -0
  276. package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts.map +1 -0
  277. package/dist/types/types/cc-stats/data/ag-stats-row.d.ts +608 -0
  278. package/dist/types/types/cc-stats/data/ag-stats-row.d.ts.map +1 -0
  279. package/dist/types/types/cc-stats/data/data-obs-period.d.ts +20 -0
  280. package/dist/types/types/cc-stats/data/data-obs-period.d.ts.map +1 -0
  281. package/dist/types/types/cc-stats/data/pil-stats-row.d.ts +623 -0
  282. package/dist/types/types/cc-stats/data/pil-stats-row.d.ts.map +1 -0
  283. package/dist/types/types/cc-stats/data/selected-period.d.ts +49 -0
  284. package/dist/types/types/cc-stats/data/selected-period.d.ts.map +1 -0
  285. package/dist/types/types/cc-stats/data/stat-value.d.ts +36 -0
  286. package/dist/types/types/cc-stats/data/stat-value.d.ts.map +1 -0
  287. package/dist/types/types/cc-stats/data/stats-data.d.ts +64 -0
  288. package/dist/types/types/cc-stats/data/stats-data.d.ts.map +1 -0
  289. package/dist/types/types/cc-stats/events/progress-callback.d.ts +9 -0
  290. package/dist/types/types/cc-stats/events/progress-callback.d.ts.map +1 -0
  291. package/dist/types/types/cc-stats/events/progress-step.d.ts +20 -0
  292. package/dist/types/types/cc-stats/events/progress-step.d.ts.map +1 -0
  293. package/dist/types/types/cc-stats/language.d.ts +15 -0
  294. package/dist/types/types/cc-stats/language.d.ts.map +1 -0
  295. package/dist/types/types/cc-stats/pilot-attributes.d.ts +185 -0
  296. package/dist/types/types/cc-stats/pilot-attributes.d.ts.map +1 -0
  297. package/dist/types/types/cc-stats/pilot-filter.d.ts +45 -0
  298. package/dist/types/types/cc-stats/pilot-filter.d.ts.map +1 -0
  299. package/dist/types/types/cc-stats/requester.d.ts +33 -0
  300. package/dist/types/types/cc-stats/requester.d.ts.map +1 -0
  301. package/dist/types/types/cc-stats/scheduled/recurrence.d.ts +69 -0
  302. package/dist/types/types/cc-stats/scheduled/recurrence.d.ts.map +1 -0
  303. package/dist/types/types/cc-stats/scheduled/report-obs-period.d.ts +87 -0
  304. package/dist/types/types/cc-stats/scheduled/report-obs-period.d.ts.map +1 -0
  305. package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts +132 -0
  306. package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts.map +1 -0
  307. package/dist/types/types/cc-stats/stats-context.d.ts +66 -0
  308. package/dist/types/types/cc-stats/stats-context.d.ts.map +1 -0
  309. package/dist/types/types/cc-stats/stats-filter.d.ts +34 -0
  310. package/dist/types/types/cc-stats/stats-filter.d.ts.map +1 -0
  311. package/dist/types/types/cc-stats/stats-format.d.ts +17 -0
  312. package/dist/types/types/cc-stats/stats-format.d.ts.map +1 -0
  313. package/dist/types/types/cc-stats/time-interval.d.ts +19 -0
  314. package/dist/types/types/cc-stats/time-interval.d.ts.map +1 -0
  315. package/dist/types/types/comlog/com-record-participant.d.ts +75 -0
  316. package/dist/types/types/comlog/com-record-participant.d.ts.map +1 -0
  317. package/dist/types/types/comlog/com-record.d.ts +97 -0
  318. package/dist/types/types/comlog/com-record.d.ts.map +1 -0
  319. package/dist/types/types/comlog/comlog-events.d.ts +110 -0
  320. package/dist/types/types/comlog/comlog-events.d.ts.map +1 -0
  321. package/dist/types/{comlog/option.d.ts → types/comlog/filter-option.d.ts} +2 -1
  322. package/dist/types/types/comlog/filter-option.d.ts.map +1 -0
  323. package/dist/types/{comlog → types/comlog}/page.d.ts +2 -1
  324. package/dist/types/types/comlog/page.d.ts.map +1 -0
  325. package/dist/types/types/comlog/query-filter.d.ts +79 -0
  326. package/dist/types/types/comlog/query-filter.d.ts.map +1 -0
  327. package/dist/types/types/comlog/query-result.d.ts +55 -0
  328. package/dist/types/types/comlog/query-result.d.ts.map +1 -0
  329. package/dist/types/{comlog → types/comlog}/reason.d.ts +1 -0
  330. package/dist/types/types/comlog/reason.d.ts.map +1 -0
  331. package/dist/types/{comlog → types/comlog}/role.d.ts +1 -0
  332. package/dist/types/types/comlog/role.d.ts.map +1 -0
  333. package/dist/types/types/common/date-range.d.ts +17 -0
  334. package/dist/types/types/common/date-range.d.ts.map +1 -0
  335. package/dist/types/types/common/day-of-week.d.ts +15 -0
  336. package/dist/types/types/common/day-of-week.d.ts.map +1 -0
  337. package/dist/types/types/common/device-type.d.ts +22 -0
  338. package/dist/types/types/common/device-type.d.ts.map +1 -0
  339. package/dist/types/types/common/device.d.ts +75 -0
  340. package/dist/types/types/common/device.d.ts.map +1 -0
  341. package/dist/types/types/common/identifier.d.ts +20 -0
  342. package/dist/types/types/common/identifier.d.ts.map +1 -0
  343. package/dist/types/types/common/main-type.d.ts +26 -0
  344. package/dist/types/types/common/main-type.d.ts.map +1 -0
  345. package/dist/types/types/common/party-info-type.d.ts +22 -0
  346. package/dist/types/types/common/party-info-type.d.ts.map +1 -0
  347. package/dist/types/types/common/party-info.d.ts +28 -0
  348. package/dist/types/types/common/party-info.d.ts.map +1 -0
  349. package/dist/types/types/common/service-state.d.ts +20 -0
  350. package/dist/types/types/common/service-state.d.ts.map +1 -0
  351. package/dist/types/types/directory/criteria.d.ts +95 -0
  352. package/dist/types/types/directory/criteria.d.ts.map +1 -0
  353. package/dist/types/{directory → types/directory}/filter-item.d.ts +5 -4
  354. package/dist/types/types/directory/filter-item.d.ts.map +1 -0
  355. package/dist/types/types/directory/logical-operation.d.ts +14 -0
  356. package/dist/types/types/directory/logical-operation.d.ts.map +1 -0
  357. package/dist/types/{directory → types/directory}/operation-filter.d.ts +5 -4
  358. package/dist/types/types/directory/operation-filter.d.ts.map +1 -0
  359. package/dist/types/types/directory/result-item.d.ts +22 -0
  360. package/dist/types/types/directory/result-item.d.ts.map +1 -0
  361. package/dist/types/types/directory/search-result.d.ts +64 -0
  362. package/dist/types/types/directory/search-result.d.ts.map +1 -0
  363. package/dist/types/{events → types/events}/events.d.ts +37 -14
  364. package/dist/types/types/events/events.d.ts.map +1 -0
  365. package/dist/types/types/eventsummary/event-summary-counter.d.ts +69 -0
  366. package/dist/types/types/eventsummary/event-summary-counter.d.ts.map +1 -0
  367. package/dist/types/types/eventsummary/event-summary-events.d.ts +26 -0
  368. package/dist/types/types/eventsummary/event-summary-events.d.ts.map +1 -0
  369. package/dist/types/types/maint/configuration-type.d.ts +15 -0
  370. package/dist/types/types/maint/configuration-type.d.ts.map +1 -0
  371. package/dist/types/types/maint/cti-link-state.d.ts +19 -0
  372. package/dist/types/types/maint/cti-link-state.d.ts.map +1 -0
  373. package/dist/types/types/maint/license-status.d.ts +42 -0
  374. package/dist/types/types/maint/license-status.d.ts.map +1 -0
  375. package/dist/types/types/maint/license-type.d.ts +19 -0
  376. package/dist/types/types/maint/license-type.d.ts.map +1 -0
  377. package/dist/types/types/maint/license.d.ts +38 -0
  378. package/dist/types/types/maint/license.d.ts.map +1 -0
  379. package/dist/types/types/maint/maint-events.d.ts +105 -0
  380. package/dist/types/types/maint/maint-events.d.ts.map +1 -0
  381. package/dist/types/types/maint/pbx-status.d.ts +77 -0
  382. package/dist/types/types/maint/pbx-status.d.ts.map +1 -0
  383. package/dist/types/types/maint/server-address.d.ts +25 -0
  384. package/dist/types/types/maint/server-address.d.ts.map +1 -0
  385. package/dist/types/types/maint/service-status.d.ts +31 -0
  386. package/dist/types/types/maint/service-status.d.ts.map +1 -0
  387. package/dist/types/types/maint/subscriber-filter.d.ts +24 -0
  388. package/dist/types/types/maint/subscriber-filter.d.ts.map +1 -0
  389. package/dist/types/types/maint/sys-service-status.d.ts +33 -0
  390. package/dist/types/types/maint/sys-service-status.d.ts.map +1 -0
  391. package/dist/types/types/maint/sys-status.d.ts +79 -0
  392. package/dist/types/types/maint/sys-status.d.ts.map +1 -0
  393. package/dist/types/types/messaging/mailbox-info.d.ts +35 -0
  394. package/dist/types/types/messaging/mailbox-info.d.ts.map +1 -0
  395. package/dist/types/types/messaging/mailbox.d.ts +119 -0
  396. package/dist/types/types/messaging/mailbox.d.ts.map +1 -0
  397. package/dist/types/types/messaging/voice-message.d.ts +57 -0
  398. package/dist/types/types/messaging/voice-message.d.ts.map +1 -0
  399. package/dist/types/{pbxmngt → types/pbxmngt}/attribute-filter.d.ts +1 -0
  400. package/dist/types/types/pbxmngt/attribute-filter.d.ts.map +1 -0
  401. package/dist/types/types/pbxmngt/instance-filter.d.ts +72 -0
  402. package/dist/types/types/pbxmngt/instance-filter.d.ts.map +1 -0
  403. package/dist/types/types/pbxmngt/model.d.ts +221 -0
  404. package/dist/types/types/pbxmngt/model.d.ts.map +1 -0
  405. package/dist/types/types/pbxmngt/octet-string-length.d.ts +12 -0
  406. package/dist/types/types/pbxmngt/octet-string-length.d.ts.map +1 -0
  407. package/dist/types/types/pbxmngt/pbx-attr-map.d.ts +96 -0
  408. package/dist/types/types/pbxmngt/pbx-attr-map.d.ts.map +1 -0
  409. package/dist/types/types/pbxmngt/pbx-attribute.d.ts +182 -0
  410. package/dist/types/types/pbxmngt/pbx-attribute.d.ts.map +1 -0
  411. package/dist/types/types/pbxmngt/pbx-object.d.ts +73 -0
  412. package/dist/types/types/pbxmngt/pbx-object.d.ts.map +1 -0
  413. package/dist/types/types/pbxmngt/pbx.d.ts +23 -0
  414. package/dist/types/types/pbxmngt/pbx.d.ts.map +1 -0
  415. package/dist/types/types/pbxmngt/pbxmngt-events.d.ts +74 -0
  416. package/dist/types/types/pbxmngt/pbxmngt-events.d.ts.map +1 -0
  417. package/dist/types/types/phoneset/device-key.d.ts +36 -0
  418. package/dist/types/types/phoneset/device-key.d.ts.map +1 -0
  419. package/dist/types/types/phoneset/dynamic-state.d.ts +30 -0
  420. package/dist/types/types/phoneset/dynamic-state.d.ts.map +1 -0
  421. package/dist/types/types/phoneset/pin.d.ts +53 -0
  422. package/dist/types/types/phoneset/pin.d.ts.map +1 -0
  423. package/dist/types/types/phoneset/prog-key.d.ts +26 -0
  424. package/dist/types/types/phoneset/prog-key.d.ts.map +1 -0
  425. package/dist/types/types/phoneset/soft-key.d.ts +18 -0
  426. package/dist/types/types/phoneset/soft-key.d.ts.map +1 -0
  427. package/dist/types/{routing → types/routing}/destination.d.ts +1 -2
  428. package/dist/types/types/routing/destination.d.ts.map +1 -0
  429. package/dist/types/types/routing/dnd-state.d.ts +9 -0
  430. package/dist/types/types/routing/dnd-state.d.ts.map +1 -0
  431. package/dist/types/types/routing/forward-condition.d.ts +26 -0
  432. package/dist/types/types/routing/forward-condition.d.ts.map +1 -0
  433. package/dist/types/types/routing/forward.d.ts +53 -0
  434. package/dist/types/types/routing/forward.d.ts.map +1 -0
  435. package/dist/types/types/routing/overflow-condition.d.ts +22 -0
  436. package/dist/types/types/routing/overflow-condition.d.ts.map +1 -0
  437. package/dist/types/types/routing/overflow.d.ts +50 -0
  438. package/dist/types/types/routing/overflow.d.ts.map +1 -0
  439. package/dist/types/types/routing/routing-capabilities.d.ts +15 -0
  440. package/dist/types/types/routing/routing-capabilities.d.ts.map +1 -0
  441. package/dist/types/types/routing/routing-events.d.ts +23 -0
  442. package/dist/types/types/routing/routing-events.d.ts.map +1 -0
  443. package/dist/types/{routing → types/routing}/routing-state.d.ts +5 -20
  444. package/dist/types/types/routing/routing-state.d.ts.map +1 -0
  445. package/dist/types/{rsi → types/rsi}/add-digit-coll-criteria.d.ts +1 -0
  446. package/dist/types/types/rsi/add-digit-coll-criteria.d.ts.map +1 -0
  447. package/dist/types/{rsi → types/rsi}/collection-cause.d.ts +1 -0
  448. package/dist/types/types/rsi/collection-cause.d.ts.map +1 -0
  449. package/dist/types/types/rsi/route-session.d.ts +21 -0
  450. package/dist/types/types/rsi/route-session.d.ts.map +1 -0
  451. package/dist/types/{rsi → types/rsi}/routing-caller-type.d.ts +1 -0
  452. package/dist/types/types/rsi/routing-caller-type.d.ts.map +1 -0
  453. package/dist/types/{rsi → types/rsi}/routing-reason.d.ts +1 -0
  454. package/dist/types/types/rsi/routing-reason.d.ts.map +1 -0
  455. package/dist/types/types/rsi/rsi-events.d.ts +47 -0
  456. package/dist/types/types/rsi/rsi-events.d.ts.map +1 -0
  457. package/dist/types/types/rsi/rsi-point.d.ts +17 -0
  458. package/dist/types/types/rsi/rsi-point.d.ts.map +1 -0
  459. package/dist/types/{rsi → types/rsi}/tones.d.ts +1 -0
  460. package/dist/types/types/rsi/tones.d.ts.map +1 -0
  461. package/dist/types/{telephony → types/telephony}/RecordingAction.d.ts +1 -0
  462. package/dist/types/types/telephony/RecordingAction.d.ts.map +1 -0
  463. package/dist/types/types/telephony/call/call-cause.d.ts +123 -0
  464. package/dist/types/types/telephony/call/call-cause.d.ts.map +1 -0
  465. package/dist/types/types/telephony/call/call-data.d.ts +81 -0
  466. package/dist/types/types/telephony/call/call-data.d.ts.map +1 -0
  467. package/dist/types/types/telephony/call/ccd/acd-call-info.d.ts +35 -0
  468. package/dist/types/types/telephony/call/ccd/acd-call-info.d.ts.map +1 -0
  469. package/dist/types/types/telephony/call/ccd/acd-data.d.ts +50 -0
  470. package/dist/types/types/telephony/call/ccd/acd-data.d.ts.map +1 -0
  471. package/dist/types/types/telephony/call/ccd/call-profile.d.ts +112 -0
  472. package/dist/types/types/telephony/call/ccd/call-profile.d.ts.map +1 -0
  473. package/dist/types/types/telephony/call/ccd/pilot-info.d.ts +43 -0
  474. package/dist/types/types/telephony/call/ccd/pilot-info.d.ts.map +1 -0
  475. package/dist/types/types/telephony/call/ccd/pilot-status.d.ts +38 -0
  476. package/dist/types/types/telephony/call/ccd/pilot-status.d.ts.map +1 -0
  477. package/dist/types/types/telephony/call/ccd/pilot-transfer-info.d.ts +24 -0
  478. package/dist/types/types/telephony/call/ccd/pilot-transfer-info.d.ts.map +1 -0
  479. package/dist/types/types/telephony/call/ccd/pilot-transfer-query-param.d.ts +104 -0
  480. package/dist/types/types/telephony/call/ccd/pilot-transfer-query-param.d.ts.map +1 -0
  481. package/dist/types/types/telephony/call/ccd/queue-data.d.ts +23 -0
  482. package/dist/types/types/telephony/call/ccd/queue-data.d.ts.map +1 -0
  483. package/dist/types/types/telephony/call/correlator-data.d.ts +54 -0
  484. package/dist/types/types/telephony/call/correlator-data.d.ts.map +1 -0
  485. package/dist/types/types/telephony/call/leg.d.ts +57 -0
  486. package/dist/types/types/telephony/call/leg.d.ts.map +1 -0
  487. package/dist/types/types/telephony/call/media-state.d.ts +42 -0
  488. package/dist/types/types/telephony/call/media-state.d.ts.map +1 -0
  489. package/dist/types/types/telephony/call/participant.d.ts +34 -0
  490. package/dist/types/types/telephony/call/participant.d.ts.map +1 -0
  491. package/dist/types/types/telephony/call/record-state.d.ts +14 -0
  492. package/dist/types/types/telephony/call/record-state.d.ts.map +1 -0
  493. package/dist/types/types/telephony/call/tag.d.ts +37 -0
  494. package/dist/types/types/telephony/call/tag.d.ts.map +1 -0
  495. package/dist/types/types/telephony/call.d.ts +90 -0
  496. package/dist/types/types/telephony/call.d.ts.map +1 -0
  497. package/dist/types/types/telephony/callback.d.ts +33 -0
  498. package/dist/types/types/telephony/callback.d.ts.map +1 -0
  499. package/dist/types/types/telephony/device/device-state.d.ts +30 -0
  500. package/dist/types/types/telephony/device/device-state.d.ts.map +1 -0
  501. package/dist/types/types/telephony/device/operational-state.d.ts +18 -0
  502. package/dist/types/types/telephony/device/operational-state.d.ts.map +1 -0
  503. package/dist/types/types/telephony/hunting-group-status.d.ts +25 -0
  504. package/dist/types/types/telephony/hunting-group-status.d.ts.map +1 -0
  505. package/dist/types/types/telephony/hunting-groups.d.ts +33 -0
  506. package/dist/types/types/telephony/hunting-groups.d.ts.map +1 -0
  507. package/dist/types/types/telephony/mini-message.d.ts +37 -0
  508. package/dist/types/types/telephony/mini-message.d.ts.map +1 -0
  509. package/dist/types/types/telephony/telephonic-state.d.ts +34 -0
  510. package/dist/types/types/telephony/telephonic-state.d.ts.map +1 -0
  511. package/dist/types/types/telephony/telephony-events.d.ts +223 -0
  512. package/dist/types/types/telephony/telephony-events.d.ts.map +1 -0
  513. package/dist/types/types/telephony/trunk-indentification.d.ts +19 -0
  514. package/dist/types/types/telephony/trunk-indentification.d.ts.map +1 -0
  515. package/dist/types/types/telephony/user/user-state.d.ts +18 -0
  516. package/dist/types/types/telephony/user/user-state.d.ts.map +1 -0
  517. package/dist/types/types/users/preferences.d.ts +29 -0
  518. package/dist/types/types/users/preferences.d.ts.map +1 -0
  519. package/dist/types/types/users/supported-languages.d.ts +29 -0
  520. package/dist/types/types/users/supported-languages.d.ts.map +1 -0
  521. package/dist/types/types/users/user.d.ts +67 -0
  522. package/dist/types/types/users/user.d.ts.map +1 -0
  523. package/dist/types/types/users/users-events.d.ts +78 -0
  524. package/dist/types/types/users/users-events.d.ts.map +1 -0
  525. package/dist/types/types/users/voicemail-type.d.ts +18 -0
  526. package/dist/types/types/users/voicemail-type.d.ts.map +1 -0
  527. package/dist/types/types/users/voicemail.d.ts +20 -0
  528. package/dist/types/types/users/voicemail.d.ts.map +1 -0
  529. package/package.json +41 -7
  530. package/dist/o2g-cc-agent.d.ts +0 -247
  531. package/dist/o2g-cc-mngt.d.ts +0 -32
  532. package/dist/o2g-cc-pilot.d.ts +0 -42
  533. package/dist/o2g-comlog.d.ts +0 -173
  534. package/dist/o2g-directory.d.ts +0 -88
  535. package/dist/o2g-eventSummary.d.ts +0 -33
  536. package/dist/o2g-maint.d.ts +0 -48
  537. package/dist/o2g-messaging.d.ts +0 -115
  538. package/dist/o2g-node-sdk.d.ts +0 -159
  539. package/dist/o2g-pbx-mngt.d.ts +0 -146
  540. package/dist/o2g-phone-set-prog.d.ts +0 -29
  541. package/dist/o2g-routing.d.ts +0 -267
  542. package/dist/o2g-telephony.d.ts +0 -795
  543. package/dist/o2g-user-mngt.d.ts +0 -42
  544. package/dist/o2g-users.d.ts +0 -85
  545. package/dist/subscription.d.ts +0 -258
  546. package/dist/types/analytics/charging-file.d.ts +0 -27
  547. package/dist/types/analytics/charging-result.d.ts +0 -43
  548. package/dist/types/analytics/charging.d.ts +0 -105
  549. package/dist/types/analytics/incident.d.ts +0 -46
  550. package/dist/types/analytics/time-range.d.ts +0 -22
  551. package/dist/types/cc-agent/cc-agent-events.d.ts +0 -54
  552. package/dist/types/cc-agent/cc-agent-types.d.ts +0 -71
  553. package/dist/types/cc-agent/operator-dyn-state.d.ts +0 -56
  554. package/dist/types/cc-agent/operator-main-state.d.ts +0 -21
  555. package/dist/types/cc-mngt/calendar/calendar.d.ts +0 -19
  556. package/dist/types/cc-mngt/calendar/day-of-week.d.ts +0 -33
  557. package/dist/types/cc-mngt/calendar/exception-calendar.d.ts +0 -26
  558. package/dist/types/cc-mngt/calendar/normal-calendar.d.ts +0 -27
  559. package/dist/types/cc-mngt/calendar/transition.d.ts +0 -49
  560. package/dist/types/cc-mngt/cc-mngt-types.d.ts +0 -0
  561. package/dist/types/cc-mngt/pilot-rule-set.d.ts +0 -27
  562. package/dist/types/cc-mngt/pilot-rule.d.ts +0 -14
  563. package/dist/types/cc-mngt/pilot.d.ts +0 -56
  564. package/dist/types/cc-pilot/cc-pilot-events.d.ts +0 -111
  565. package/dist/types/comlog/com-record.d.ts +0 -51
  566. package/dist/types/comlog/comlog-events.d.ts +0 -74
  567. package/dist/types/comlog/comlog-types.d.ts +0 -131
  568. package/dist/types/comlog/query-filter.d.ts +0 -44
  569. package/dist/types/comlog/query-result.d.ts +0 -27
  570. package/dist/types/common/common-types.d.ts +0 -78
  571. package/dist/types/directory/criteria.d.ts +0 -90
  572. package/dist/types/directory/directory-types.d.ts +0 -44
  573. package/dist/types/events/o2g-event.d.ts +0 -3
  574. package/dist/types/eventsummary/event-summary-counter.d.ts +0 -44
  575. package/dist/types/maint/maint-events.d.ts +0 -51
  576. package/dist/types/maint/maint-types.d.ts +0 -162
  577. package/dist/types/messaging/messaging-types.d.ts +0 -120
  578. package/dist/types/pbxmngt/attribute-type.d.ts +0 -34
  579. package/dist/types/pbxmngt/filter.d.ts +0 -46
  580. package/dist/types/pbxmngt/model.d.ts +0 -63
  581. package/dist/types/pbxmngt/pbx-attr-map.d.ts +0 -91
  582. package/dist/types/pbxmngt/pbx-attribute.d.ts +0 -87
  583. package/dist/types/pbxmngt/pbx-object.d.ts +0 -45
  584. package/dist/types/pbxmngt/pbxmngt-events.d.ts +0 -59
  585. package/dist/types/pbxmngt/pbxmngt-types.d.ts +0 -14
  586. package/dist/types/phoneset/device-key.d.ts +0 -27
  587. package/dist/types/phoneset/phoneset-types.d.ts +0 -17
  588. package/dist/types/phoneset/pin-control.d.ts +0 -21
  589. package/dist/types/phoneset/pin.d.ts +0 -50
  590. package/dist/types/phoneset/programmable-key.d.ts +0 -23
  591. package/dist/types/phoneset/softkey.d.ts +0 -17
  592. package/dist/types/routing/forward.d.ts +0 -51
  593. package/dist/types/routing/overflow.d.ts +0 -42
  594. package/dist/types/routing/routing-capability.d.ts +0 -31
  595. package/dist/types/routing/routing-events.d.ts +0 -15
  596. package/dist/types/routing/routing-types.d.ts +0 -10
  597. package/dist/types/rsi/rsi-events.d.ts +0 -76
  598. package/dist/types/rsi/rsi-types.d.ts +0 -49
  599. package/dist/types/telephony/acr-skill.d.ts +0 -29
  600. package/dist/types/telephony/telephony-events.d.ts +0 -292
  601. package/dist/types/telephony/telephony-types.d.ts +0 -587
  602. package/dist/types/users/users-events.d.ts +0 -33
  603. package/dist/types/users/users-types.d.ts +0 -129
@@ -0,0 +1,608 @@
1
+ import { StatValue } from './stat-value';
2
+ import { StatsAgentAttributes } from '../agent-attributes';
3
+ export declare class AgentStatisticsRow {
4
+ #private;
5
+ [key: string]: any;
6
+ private values;
7
+ private initializeFromJson;
8
+ /**
9
+ * Access a statistic by enum.
10
+ * Always returns a StatValue, even if original value is null.
11
+ */
12
+ get(attr: StatsAgentAttributes): StatValue;
13
+ /**
14
+ * Returns the timestamp associated with this statistics row.
15
+ *
16
+ * The returned value represents the date and time at which the statistics were
17
+ * collected.
18
+ *
19
+ * @returns the timestamp as a string in hh:mm:ss format
20
+ */
21
+ get date(): Date | null;
22
+ /**
23
+ * Returns the login name of the agent associated with this statistics row.
24
+ *
25
+ * @returns the agent's login name
26
+ */
27
+ get login(): string | null;
28
+ /**
29
+ * Returns the operator of the agent.
30
+ *
31
+ * @returns the operator
32
+ */
33
+ get operator(): string | null;
34
+ /**
35
+ * Returns the first name of the agent.
36
+ *
37
+ * @returns the agent's first name
38
+ */
39
+ get firstName(): string | null;
40
+ /**
41
+ * Returns the last name of the agent.
42
+ *
43
+ * @returns the agent's last name
44
+ */
45
+ get lastName(): string | null;
46
+ /**
47
+ * Returns the directory number associated with the agent.
48
+ *
49
+ * @returns the agent's directory number
50
+ */
51
+ get number(): string | null;
52
+ /**
53
+ * Returns the directory number of the group the agent is logged in.
54
+ *
55
+ * @returns the agent's group directory number
56
+ */
57
+ get group(): string | null;
58
+ /**
59
+ * Returns the number of rotating time-outs that occurred for this agent.
60
+ *
61
+ * A rotating time-out typically indicates that an incoming call was offered to the
62
+ * agent but not answered within the timeout period, and then rotated to another agent.
63
+ *
64
+ * @returns the count of rotating time-outs
65
+ */
66
+ get nbRotating(): number | null;
67
+ /**
68
+ * Returns the number of calls that were picked up by the agent.
69
+ *
70
+ * @returns the number of calls picked up by the agent
71
+ */
72
+ get nbPickedUp(): number | null;
73
+ /**
74
+ * Returns the number of pickup actions performed by the agent.
75
+ *
76
+ * This represents calls the agent retrieved from ringing groups or colleagues
77
+ * using the call pickup feature.
78
+ *
79
+ * @returns the number of pickup actions performed
80
+ */
81
+ get nbPickup(): number | null;
82
+ /**
83
+ * Returns the number of internal outgoing calls
84
+ * that were not handled via the ACD system.
85
+ *
86
+ * @returns the count of internal outgoing non-ACD calls
87
+ */
88
+ get nbLocalOutNonAcd(): number | null;
89
+ /**
90
+ * Returns the number of external outgoing calls
91
+ * that were not handled via the ACD system.
92
+ *
93
+ * @returns the count of external outgoing non-ACD calls
94
+ */
95
+ get nbExtOutNonAcd(): number | null;
96
+ /**
97
+ * Returns the number of ACD calls that rang the agent.
98
+ *
99
+ * This counts all calls offered to the agent via the Automatic Call Distribution system,
100
+ * regardless of whether the agent answered.
101
+ *
102
+ * @returns the number of ACD calls that rang the agent
103
+ */
104
+ get nbRingAcd(): number | null;
105
+ /**
106
+ * Returns the number of help requests made by the agent during calls.
107
+ *
108
+ * @returns the count of help requests
109
+ */
110
+ get nbHelp(): number | null;
111
+ /**
112
+ * Returns the number of internal (within the organization) incoming calls
113
+ * that were not handled via the ACD system.
114
+ *
115
+ * @returns the count of internal non-ACD incoming calls
116
+ */
117
+ get nbLocInNonAcd(): number | null;
118
+ /**
119
+ * Returns the number of direct external (outside the organization) incoming calls
120
+ * that were not handled via the ACD system.
121
+ *
122
+ * @returns the count of direct external non-ACD incoming calls
123
+ */
124
+ get nbExtInNonAcdDirect(): number | null;
125
+ /**
126
+ * Returns the number of transferred external (outside the organization) incoming calls
127
+ * that were not handled via the ACD system.
128
+ *
129
+ * @returns the count of transferred external non-ACD incoming calls
130
+ */
131
+ get nbExtInNonAcdTransferred(): number | null;
132
+ /**
133
+ * Returns the number of ACD calls that were served without a transaction code.
134
+ *
135
+ * @returns the count of ACD calls served without a transaction code
136
+ */
137
+ get nbServedWithoutCode(): number | null;
138
+ /**
139
+ * Returns the number of ACD calls that were served with a transaction code.
140
+ *
141
+ * @returns the count of ACD calls served with a transaction code
142
+ */
143
+ get nbServedWithCode(): number | null;
144
+ /**
145
+ * Returns the number of ACD calls that were served too quickly.
146
+ *
147
+ * A "quickly served" call is one answered or handled below the minimum expected
148
+ * service time threshold.
149
+ *
150
+ * @returns the count of ACD calls served too quickly
151
+ */
152
+ get nbAcdQuickServed(): number | null;
153
+ /**
154
+ * Returns the number of external non-ACD incoming calls
155
+ * that were successfully served by the agent.
156
+ *
157
+ * @returns the count of non-ACD external incoming calls served
158
+ */
159
+ get nbExtInNonAcdServed(): number | null;
160
+ /**
161
+ * Returns the number of external non-ACD incoming calls that were served too quickly.
162
+ *
163
+ * A "quickly served" call is one answered or handled below the expected service time threshold.
164
+ *
165
+ * @returns the count of external non-ACD incoming calls served too quickly
166
+ */
167
+ get nbExtInNonAcdQuickServed(): number | null;
168
+ /**
169
+ * Returns the number of outgoing calls handled via the ACD system.
170
+ *
171
+ * @returns the count of outgoing ACD calls
172
+ */
173
+ get nbOutAcd(): number | null;
174
+ /**
175
+ * Returns the number of outgoing ACD calls that were successfully answered.
176
+ *
177
+ * @returns the count of outgoing ACD calls answered
178
+ */
179
+ get nbOutAcdAnswered(): number | null;
180
+ /**
181
+ * Returns the number of calls currently in wrap-up.
182
+ *
183
+ * Wrap-up refers to the post-call work period after finishing a call, during which
184
+ * the agent completes administrative or reporting tasks related to the call.
185
+ *
186
+ * @returns the count of calls on wrap-up
187
+ */
188
+ get nbOnWrapup(): number | null;
189
+ /**
190
+ * Returns the total duration of ringing for ACD calls that were served.
191
+ *
192
+ * @returns the total ringing duration for served ACD calls
193
+ */
194
+ get ringAcdServedTDur(): string | null;
195
+ /**
196
+ * Returns the average duration of ringing for ACD calls that were served.
197
+ *
198
+ * @returns the average ringing duration for served ACD calls
199
+ */
200
+ get ringAcdServedADur(): string | null;
201
+ /**
202
+ * Returns the total duration of ringing for non-ACD external incoming calls that were served.
203
+ *
204
+ * @returns the total ringing duration for served non-ACD external incoming calls
205
+ */
206
+ get ringInNonAcdExtServedTDur(): string | null;
207
+ /**
208
+ * Returns the average duration of ringing for non-ACD external incoming calls that were served.
209
+ *
210
+ * @returns the average ringing duration for served non-ACD external incoming calls
211
+ */
212
+ get ringInNonAcdExtServedADur(): string | null;
213
+ /**
214
+ * Returns the total duration of ringing for all ACD calls, regardless of whether they were served.
215
+ *
216
+ * @returns the total ringing duration for all ACD calls
217
+ */
218
+ get ringAcdTDur(): string | null;
219
+ /**
220
+ * Returns the average duration of ringing for ACD calls.
221
+ *
222
+ * @returns the average ringing duration for ACD calls
223
+ */
224
+ get ringAcdADur(): string | null;
225
+ /**
226
+ * Returns the total duration of ringing for non-ACD external incoming calls.
227
+ *
228
+ * @returns the total ringing duration for non-ACD external incoming calls
229
+ */
230
+ get ringInNonAcdExtTDur(): string | null;
231
+ /**
232
+ * Returns the average duration of ringing for non-ACD external incoming calls.
233
+ *
234
+ * @returns the average ringing duration for non-ACD external incoming calls
235
+ */
236
+ get ringInNonAcdExtADur(): string | null;
237
+ /**
238
+ * Returns the total duration of ringing for all calls.
239
+ *
240
+ * @returns the total ringing duration for all calls
241
+ */
242
+ get ringTDur(): string | null;
243
+ /**
244
+ * Returns the average duration of ringing for all calls.
245
+ *
246
+ * @returns the average ringing duration for all calls
247
+ */
248
+ get ringADur(): string | null;
249
+ /**
250
+ * Returns the total duration of conversation for ACD calls.
251
+ *
252
+ * @returns the total conversation duration for ACD calls
253
+ */
254
+ get convAcdTDur(): string | null;
255
+ /**
256
+ * Returns the average duration of conversation for ACD calls.
257
+ *
258
+ * @returns the average conversation duration for ACD calls
259
+ */
260
+ get convAcdADur(): string | null;
261
+ /**
262
+ * Returns the total duration of wrap-up for all served calls.
263
+ *
264
+ * @returns the total wrap-up duration for all served calls
265
+ */
266
+ get wrapupAcdTDur(): string | null;
267
+ /**
268
+ * Returns the total duration of conversation for internal outgoing non-ACD calls.
269
+ *
270
+ * @returns the total conversation duration for internal outgoing non-ACD calls
271
+ */
272
+ get convLocOutNonacdTDur(): string | null;
273
+ /**
274
+ * Returns the average duration of conversation for internal outgoing non-ACD calls.
275
+ *
276
+ * @returns the average conversation duration for internal outgoing non-ACD calls
277
+ */
278
+ get convLocOutNonacdADur(): string | null;
279
+ /**
280
+ * Returns the total duration of conversation for external outgoing calls.
281
+ *
282
+ * @returns the total conversation duration for external outgoing calls
283
+ */
284
+ get convExtOutTDur(): string | null;
285
+ /**
286
+ * Returns the average duration of conversation for external outgoing calls.
287
+ *
288
+ * @returns the average conversation duration for external outgoing calls
289
+ */
290
+ get convExtOutADur(): string | null;
291
+ /**
292
+ * Returns the total duration of conversation for internal non-ACD incoming calls.
293
+ *
294
+ * @returns the total conversation duration for internal non-ACD incoming calls
295
+ */
296
+ get convLocInNonacdTDur(): string | null;
297
+ /**
298
+ * Returns the average duration of conversation for internal non-ACD incoming calls.
299
+ *
300
+ * @returns the average conversation duration for internal non-ACD incoming calls
301
+ */
302
+ get convLocInNonacdADur(): string | null;
303
+ /**
304
+ * Returns the total duration of conversation for non-ACD external incoming calls.
305
+ *
306
+ * @returns the total conversation duration for non-ACD external incoming calls
307
+ */
308
+ get convExtInNonacdTDur(): string | null;
309
+ /**
310
+ * Returns the average duration of conversation for non-ACD external incoming calls.
311
+ *
312
+ * @returns the average conversation duration for non-ACD external incoming calls
313
+ */
314
+ get convExtInNonacdADur(): string | null;
315
+ /**
316
+ * Returns the total duration of outgoing ACD call processing.
317
+ *
318
+ * @returns the total duration of outgoing ACD call processing
319
+ */
320
+ get outAcdCommTDur(): string | null;
321
+ /**
322
+ * Returns the average duration of outgoing ACD call processing.
323
+ *
324
+ * @returns the average duration of outgoing ACD call processing
325
+ */
326
+ get outAcdCommADur(): string | null;
327
+ /**
328
+ * Returns the total duration of conversation for outgoing ACD calls.
329
+ *
330
+ * @returns the total conversation duration for outgoing ACD calls
331
+ */
332
+ get outAcdConvTDur(): string | null;
333
+ /**
334
+ * Returns the average duration of conversation for outgoing ACD calls.
335
+ *
336
+ * @returns the average conversation duration for outgoing ACD calls
337
+ */
338
+ get outAcdConvADur(): string | null;
339
+ /**
340
+ * Returns the total duration of transaction phase for outgoing ACD calls.
341
+ *
342
+ * @returns the total transaction duration for outgoing ACD calls
343
+ */
344
+ get outAcdTransactTDur(): string | null;
345
+ /**
346
+ * Returns the average duration of transaction phase for outgoing ACD calls.
347
+ *
348
+ * @returns the average transaction duration for outgoing ACD calls
349
+ */
350
+ get outAcdTransactADur(): string | null;
351
+ /**
352
+ * Returns the total duration of wrap-up for outgoing ACD calls.
353
+ *
354
+ * @returns the total wrap-up duration for outgoing ACD calls
355
+ */
356
+ get outAcdWrapupTDur(): string | null;
357
+ /**
358
+ * Returns the average duration of wrap-up for outgoing ACD calls.
359
+ *
360
+ * @returns the average wrap-up duration for outgoing ACD calls
361
+ */
362
+ get outAcdWrapupADur(): string | null;
363
+ /**
364
+ * Returns the total duration of pause phase during outgoing ACD calls.
365
+ *
366
+ * @returns the total pause duration for outgoing ACD calls
367
+ */
368
+ get outAcdPauseTDur(): string | null;
369
+ /**
370
+ * Returns the average duration of pause phase during outgoing ACD calls.
371
+ *
372
+ * @returns the average pause duration for outgoing ACD calls
373
+ */
374
+ get outAcdPauseADur(): string | null;
375
+ /**
376
+ * Returns the total idle duration during wrap-up time.
377
+ *
378
+ * @returns the total idle duration during wrap-up
379
+ */
380
+ get wrapUpIdleTDur(): string | null;
381
+ /**
382
+ * Returns the total duration of calls currently on wrap-up.
383
+ *
384
+ * @returns the cumulative duration of calls on wrap-up
385
+ */
386
+ get callOnWrapupTDur(): string | null;
387
+ /**
388
+ * Returns the total busy duration during wrap-up.
389
+ *
390
+ * @returns the total busy duration during wrap-up
391
+ */
392
+ get busyOnWrapupTDur(): string | null;
393
+ /**
394
+ * Returns the total busy duration outside wrap-up.
395
+ *
396
+ * @returns the total busy duration outside wrap-up
397
+ */
398
+ get busyTDur(): string | null;
399
+ /**
400
+ * Returns the percentage of time the agent was logged out.
401
+ */
402
+ get loggedOutPerTime(): number | null;
403
+ /**
404
+ * Returns the percentage of time the agent was not assigned.
405
+ */
406
+ get notAssignedPerTime(): number | null;
407
+ /**
408
+ * Returns the percentage of time the agent was assigned.
409
+ */
410
+ get assignedPerTime(): number | null;
411
+ /**
412
+ * Returns the percentage of time the agent was withdrawn.
413
+ */
414
+ get withdrawPerTime(): number | null;
415
+ /**
416
+ * Returns the percentage of withdrawn time due to cause 1.
417
+ */
418
+ get withdrawPerTimeCause1(): number | null;
419
+ /**
420
+ * Returns the percentage of withdrawn time due to cause 2.
421
+ */
422
+ get withdrawPerTimeCause2(): number | null;
423
+ /**
424
+ * Returns the percentage of withdrawn time due to cause 3.
425
+ */
426
+ get withdrawPerTimeCause3(): number | null;
427
+ /**
428
+ * Returns the percentage of withdrawn time due to cause 4.
429
+ */
430
+ get withdrawPerTimeCause4(): number | null;
431
+ /**
432
+ * Returns the percentage of withdrawn time due to cause 5.
433
+ */
434
+ get withdrawPerTimeCause5(): number | null;
435
+ /**
436
+ * Returns the percentage of withdrawn time due to cause 6.
437
+ */
438
+ get withdrawPerTimeCause6(): number | null;
439
+ /**
440
+ * Returns the percentage of withdrawn time due to cause 7.
441
+ */
442
+ get withdrawPerTimeCause7(): number | null;
443
+ /**
444
+ * Returns the percentage of withdrawn time due to cause 8.
445
+ */
446
+ get withdrawPerTimeCause8(): number | null;
447
+ /**
448
+ * Returns the percentage of withdrawn time due to cause 9.
449
+ */
450
+ get withdrawPerTimeCause9(): number | null;
451
+ /**
452
+ * Returns the number of pilots assigned to the agent.
453
+ */
454
+ get nbPilots(): number | null;
455
+ /**
456
+ * Returns the total number of ACD calls served by the agent.
457
+ */
458
+ get nbAcdServedCalls(): number | null;
459
+ /**
460
+ * Returns the number of incoming ACD calls served by the agent.
461
+ */
462
+ get nbAcdInServedCalls(): number | null;
463
+ /**
464
+ * Returns the number of incoming calls received by pilots.
465
+ */
466
+ get nbInCallsReceivedByPilot(): number | null;
467
+ /**
468
+ * Returns the number of outgoing ACD calls served by the agent.
469
+ */
470
+ get nbAcdOutServedCalls(): number | null;
471
+ /**
472
+ * Returns the total number of calls that were not served.
473
+ */
474
+ get nbTotNonServedCalls(): number | null;
475
+ /**
476
+ * Returns the number of incoming calls that were not served.
477
+ */
478
+ get nbInNonServedCalls(): number | null;
479
+ /**
480
+ * Returns the number of calls that were picked up by the agent.
481
+ */
482
+ get nbPickedUpCalls(): number | null;
483
+ /**
484
+ * Returns the number of calls that were refused by the agent.
485
+ */
486
+ get nbRefusedCalls(): number | null;
487
+ /**
488
+ * Returns the number of outgoing ACD calls that were not served.
489
+ */
490
+ get nbAcdOutNonServedCalls(): number | null;
491
+ /**
492
+ * Returns the total number of non-ACD calls received by the agent.
493
+ */
494
+ get nbTotNonAcdreceivedCalls(): number | null;
495
+ /**
496
+ * Returns the number of incoming non-ACD calls received by the agent.
497
+ */
498
+ get nbInNonAcdCalls(): number | null;
499
+ /**
500
+ * Returns the number of outgoing non-ACD calls made by the agent.
501
+ */
502
+ get nbOutNonAcdCalls(): number | null;
503
+ /**
504
+ * Returns the total duration during which the agent was assigned but not withdrawn.
505
+ */
506
+ get assignedNotWithdrawDur(): string | null;
507
+ /**
508
+ * Returns the total duration during which the agent was withdrawn.
509
+ */
510
+ get withdrawDur(): string | null;
511
+ /**
512
+ * Returns the total duration of manual wrap-up work performed by the agent.
513
+ */
514
+ get manuWrapupDur(): string | null;
515
+ /**
516
+ * Returns the total duration during which the agent was unreachable.
517
+ */
518
+ get unreachableDur(): string | null;
519
+ /**
520
+ * Returns the total duration of non-ACD work performed by the agent.
521
+ */
522
+ get nonAcdWorkTDur(): string | null;
523
+ /**
524
+ * Returns the average duration of non-ACD work performed by the agent.
525
+ */
526
+ get nonAcdWorkADur(): string | null;
527
+ /**
528
+ * Returns the total duration of ACD work performed by the agent.
529
+ */
530
+ get acdWorkTDur(): string | null;
531
+ /**
532
+ * Returns the average duration of ACD work performed by the agent.
533
+ */
534
+ get acdWorkADur(): string | null;
535
+ /**
536
+ * Returns the total duration of incoming ACD work.
537
+ */
538
+ get acdWorkInTDur(): string | null;
539
+ /**
540
+ * Returns the average duration of incoming ACD work.
541
+ */
542
+ get acdWorkInADur(): string | null;
543
+ /**
544
+ * Returns the total duration of conversations during incoming ACD work.
545
+ */
546
+ get acdWorkInConvTDur(): string | null;
547
+ /**
548
+ * Returns the average duration of conversations during incoming ACD work.
549
+ */
550
+ get acdWorkInConvADur(): string | null;
551
+ /**
552
+ * Returns the total duration of ringing during incoming ACD work.
553
+ */
554
+ get acdWorkInRingTDur(): string | null;
555
+ /**
556
+ * Returns the average duration of ringing during incoming ACD work.
557
+ */
558
+ get acdWorkInRingADur(): string | null;
559
+ /**
560
+ * Returns the total duration of wrap-up during incoming ACD work.
561
+ */
562
+ get acdWorkInWrapupTDur(): string | null;
563
+ /**
564
+ * Returns the average duration of wrap-up during incoming ACD work.
565
+ */
566
+ get acdWorkInWrapupADur(): string | null;
567
+ /**
568
+ * Returns the total duration of outgoing ACD work.
569
+ */
570
+ get acdWorkOutTDur(): string | null;
571
+ /**
572
+ * Returns the average duration of outgoing ACD work.
573
+ */
574
+ get acdWorkOutADur(): string | null;
575
+ /**
576
+ * Returns the total duration of conversations during outgoing ACD work.
577
+ */
578
+ get acdWorkOutConvTDur(): string | null;
579
+ /**
580
+ * Returns the average duration of conversations during outgoing ACD work.
581
+ */
582
+ get acdWorkOutConvADur(): string | null;
583
+ /**
584
+ * Returns the total duration of wrap-up during outgoing ACD work.
585
+ */
586
+ get acdWorkOutWrapupTDur(): string | null;
587
+ /**
588
+ * Returns the average duration of wrap-up during outgoing ACD work.
589
+ */
590
+ get acdWorkOutWrapupADur(): string | null;
591
+ /**
592
+ * Returns the total duration of conversations for incoming ACD calls.
593
+ */
594
+ get acdInConvTDur(): string | null;
595
+ /**
596
+ * Returns the average duration of conversations for incoming ACD calls.
597
+ */
598
+ get acdInConvADur(): string | null;
599
+ /**
600
+ * Returns the total duration of conversations for outgoing ACD calls.
601
+ */
602
+ get acdOutConvTDur(): string | null;
603
+ /**
604
+ * Returns the average duration of conversations for outgoing ACD calls.
605
+ */
606
+ get acdOutConvADur(): string | null;
607
+ }
608
+ //# sourceMappingURL=ag-stats-row.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ag-stats-row.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/ag-stats-row.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Defines the observation period over which statistical data is collected.
3
+ *
4
+ * This enumeration is used to indicate whether the statistics cover a single day
5
+ * or extend across multiple consecutive days. It is typically used when requesting
6
+ * reports or querying data from the Call Center Statistics Service.
7
+ *
8
+ * @since 2.7.4
9
+ */
10
+ export declare enum DataObservationPeriod {
11
+ /**
12
+ * Indicates that the observations are collected over a single calendar day.
13
+ */
14
+ ONE_DAY = "oneDay",
15
+ /**
16
+ * Indicates that the observations are collected over several consecutive days.
17
+ */
18
+ ON_SEVERAL_DAYS = "onSeveralDays"
19
+ }
20
+ //# sourceMappingURL=data-obs-period.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-obs-period.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/data-obs-period.ts"],"names":[],"mappings":"AAmBA;;;;;;;;GAQG;AACH,oBAAY,qBAAqB;IAC7B;;OAEG;IACH,OAAO,WAAW;IAElB;;OAEG;IACH,eAAe,kBAAkB;CACpC"}