o2g-node-sdk 2.4.0 → 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.
- package/README.md +10 -6
- package/dist/o2g-node-sdk.js +173 -3732
- package/dist/o2g-node-sdk.js.map +1 -1
- package/dist/types/ErrorInfo.d.ts +88 -0
- package/dist/types/ErrorInfo.d.ts.map +1 -0
- package/dist/types/host.d.ts +18 -0
- package/dist/types/host.d.ts.map +1 -0
- package/dist/types/internal/access-mode.d.ts +2 -0
- package/dist/types/internal/access-mode.d.ts.map +1 -0
- package/dist/types/internal/events/chunk-eventing.d.ts +2 -0
- package/dist/types/internal/events/chunk-eventing.d.ts.map +1 -0
- package/dist/types/internal/events/event-dispatcher.d.ts +2 -0
- package/dist/types/internal/events/event-dispatcher.d.ts.map +1 -0
- package/dist/types/internal/events/event-packages.d.ts +2 -0
- package/dist/types/internal/events/event-packages.d.ts.map +1 -0
- package/dist/types/internal/o2g-application.d.ts +2 -0
- package/dist/types/internal/o2g-application.d.ts.map +1 -0
- package/dist/types/internal/rest/analytics-rest.d.ts +2 -0
- package/dist/types/internal/rest/analytics-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/authentication-rest.d.ts +2 -0
- package/dist/types/internal/rest/authentication-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/ccAgent-rest.d.ts +2 -0
- package/dist/types/internal/rest/ccAgent-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/ccMngt-rest.d.ts +2 -0
- package/dist/types/internal/rest/ccMngt-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/ccPilot-rest.d.ts +2 -0
- package/dist/types/internal/rest/ccPilot-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/ccRealtime-rest.d.ts +2 -0
- package/dist/types/internal/rest/ccRealtime-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/ccStatistics-rest.d.ts +45 -0
- package/dist/types/internal/rest/ccStatistics-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/comlog-rest.d.ts +2 -0
- package/dist/types/internal/rest/comlog-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/directory-rest.d.ts +2 -0
- package/dist/types/internal/rest/directory-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/eventSummary-rest.d.ts +2 -0
- package/dist/types/internal/rest/eventSummary-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/maint-rest.d.ts +2 -0
- package/dist/types/internal/rest/maint-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/messaging-rest.d.ts +2 -0
- package/dist/types/internal/rest/messaging-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/o2g-rest.d.ts +2 -0
- package/dist/types/internal/rest/o2g-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/pbx-mngt-rest.d.ts +2 -0
- package/dist/types/internal/rest/pbx-mngt-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/phone-set-prog-rest.d.ts +2 -0
- package/dist/types/internal/rest/phone-set-prog-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/rest-service.d.ts +2 -0
- package/dist/types/internal/rest/rest-service.d.ts.map +1 -0
- package/dist/types/internal/rest/routing-rest.d.ts +2 -0
- package/dist/types/internal/rest/routing-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/rsi-rest.d.ts +2 -0
- package/dist/types/internal/rest/rsi-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/sessions-rest.d.ts +2 -0
- package/dist/types/internal/rest/sessions-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/subscriptions-rest.d.ts +2 -0
- package/dist/types/internal/rest/subscriptions-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/telephony-rest.d.ts +2 -0
- package/dist/types/internal/rest/telephony-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/users-mngt-rest.d.ts +2 -0
- package/dist/types/internal/rest/users-mngt-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/users-rest.d.ts +2 -0
- package/dist/types/internal/rest/users-rest.d.ts.map +1 -0
- package/dist/types/internal/service-end-point.d.ts +2 -0
- package/dist/types/internal/service-end-point.d.ts.map +1 -0
- package/dist/types/internal/service-factory.d.ts +2 -0
- package/dist/types/internal/service-factory.d.ts.map +1 -0
- package/dist/types/internal/session.d.ts +2 -0
- package/dist/types/internal/session.d.ts.map +1 -0
- package/dist/types/internal/types/analytics/analytics-types.d.ts +2 -0
- package/dist/types/internal/types/analytics/analytics-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-agent/cc-agent-types.d.ts +2 -0
- package/dist/types/internal/types/cc-agent/cc-agent-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-mngt/cc-mntg-types.d.ts +2 -0
- package/dist/types/internal/types/cc-mngt/cc-mntg-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-pilot/cc-pilot-types.d.ts +2 -0
- package/dist/types/internal/types/cc-pilot/cc-pilot-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-rt/cc-rt-types.d.ts +2 -0
- package/dist/types/internal/types/cc-rt/cc-rt-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/abstract-filter.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/abstract-filter.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/ag-filter-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/ag-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/cc-stat-types.d.ts +56 -0
- package/dist/types/internal/types/cc-stat/cc-stat-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/context-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/context-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/on-stats-progress.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/on-stats-progress.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/pil-filter-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/pil-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/requester-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/requester-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/scheduled-rep-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/scheduled-rep-impl.d.ts.map +1 -0
- package/dist/types/internal/types/comlog/comlog-types.d.ts +2 -0
- package/dist/types/internal/types/comlog/comlog-types.d.ts.map +1 -0
- package/dist/types/internal/types/common/common-types.d.ts +2 -0
- package/dist/types/internal/types/common/common-types.d.ts.map +1 -0
- package/dist/types/internal/types/directory/directory-types.d.ts +2 -0
- package/dist/types/internal/types/directory/directory-types.d.ts.map +1 -0
- package/dist/types/internal/types/eventsummary/eventsummary-types.d.ts +14 -0
- package/dist/types/internal/types/eventsummary/eventsummary-types.d.ts.map +1 -0
- package/dist/types/internal/types/maint/maint-types.d.ts +2 -0
- package/dist/types/internal/types/maint/maint-types.d.ts.map +1 -0
- package/dist/types/internal/types/messaging/messaging-types.d.ts +2 -0
- package/dist/types/internal/types/messaging/messaging-types.d.ts.map +1 -0
- package/dist/types/internal/types/pbxmngt/pbxmngt-types.d.ts +2 -0
- package/dist/types/internal/types/pbxmngt/pbxmngt-types.d.ts.map +1 -0
- package/dist/types/internal/types/phoneset/phoneset-types.d.ts +2 -0
- package/dist/types/internal/types/phoneset/phoneset-types.d.ts.map +1 -0
- package/dist/types/internal/types/routing/routing-types.d.ts +2 -0
- package/dist/types/internal/types/routing/routing-types.d.ts.map +1 -0
- package/dist/types/internal/types/rsi/rsi-types.d.ts +2 -0
- package/dist/types/internal/types/rsi/rsi-types.d.ts.map +1 -0
- package/dist/types/internal/types/telephony/telephony-types.d.ts +2 -0
- package/dist/types/internal/types/telephony/telephony-types.d.ts.map +1 -0
- package/dist/types/internal/types/users/users-types.d.ts +2 -0
- package/dist/types/internal/types/users/users-types.d.ts.map +1 -0
- package/dist/types/internal/util/IHttpClient.d.ts +2 -0
- package/dist/types/internal/util/IHttpClient.d.ts.map +1 -0
- package/dist/types/internal/util/assert.d.ts +2 -0
- package/dist/types/internal/util/assert.d.ts.map +1 -0
- package/dist/types/internal/util/file-utils.d.ts +2 -0
- package/dist/types/internal/util/file-utils.d.ts.map +1 -0
- package/dist/types/internal/util/format-util.d.ts +2 -0
- package/dist/types/internal/util/format-util.d.ts.map +1 -0
- package/dist/types/internal/util/hexa-string.d.ts +2 -0
- package/dist/types/internal/util/hexa-string.d.ts.map +1 -0
- package/dist/types/internal/util/http-client.d.ts +2 -0
- package/dist/types/internal/util/http-client.d.ts.map +1 -0
- package/dist/types/internal/util/http-content.d.ts +2 -0
- package/dist/types/internal/util/http-content.d.ts.map +1 -0
- package/dist/types/internal/util/http-response.d.ts +2 -0
- package/dist/types/internal/util/http-response.d.ts.map +1 -0
- package/dist/types/internal/util/injection-container.d.ts +5 -0
- package/dist/types/internal/util/injection-container.d.ts.map +1 -0
- package/dist/types/internal/util/logger.d.ts +7 -0
- package/dist/types/internal/util/logger.d.ts.map +1 -0
- package/dist/types/internal/util/util-uri.d.ts +2 -0
- package/dist/types/internal/util/util-uri.d.ts.map +1 -0
- package/dist/types/o2g-analytics.d.ts +61 -0
- package/dist/types/o2g-analytics.d.ts.map +1 -0
- package/dist/types/o2g-cc-agent.d.ts +376 -0
- package/dist/types/o2g-cc-agent.d.ts.map +1 -0
- package/dist/types/o2g-cc-mngt.d.ts +213 -0
- package/dist/types/o2g-cc-mngt.d.ts.map +1 -0
- package/dist/types/o2g-cc-pilot.d.ts +71 -0
- package/dist/types/o2g-cc-pilot.d.ts.map +1 -0
- package/dist/types/o2g-cc-rt.d.ts +163 -0
- package/dist/types/o2g-cc-rt.d.ts.map +1 -0
- package/dist/types/o2g-cc-stat.d.ts +450 -0
- package/dist/types/o2g-cc-stat.d.ts.map +1 -0
- package/dist/types/o2g-comlog.d.ts +245 -0
- package/dist/types/o2g-comlog.d.ts.map +1 -0
- package/dist/types/o2g-directory.d.ts +109 -0
- package/dist/types/o2g-directory.d.ts.map +1 -0
- package/dist/types/o2g-eventSummary.d.ts +44 -0
- package/dist/types/o2g-eventSummary.d.ts.map +1 -0
- package/dist/types/o2g-maint.d.ts +82 -0
- package/dist/types/o2g-maint.d.ts.map +1 -0
- package/dist/types/o2g-messaging.d.ts +137 -0
- package/dist/types/o2g-messaging.d.ts.map +1 -0
- package/dist/types/o2g-node-sdk.d.ts +421 -0
- package/dist/types/o2g-node-sdk.d.ts.map +1 -0
- package/dist/types/o2g-pbx-mngt.d.ts +244 -0
- package/dist/types/o2g-pbx-mngt.d.ts.map +1 -0
- package/dist/types/o2g-phone-set-prog.d.ts +269 -0
- package/dist/types/o2g-phone-set-prog.d.ts.map +1 -0
- package/dist/types/o2g-routing.d.ts +313 -0
- package/dist/types/o2g-routing.d.ts.map +1 -0
- package/dist/types/o2g-rsi.d.ts +155 -0
- package/dist/types/o2g-rsi.d.ts.map +1 -0
- package/dist/types/o2g-telephony.d.ts +895 -0
- package/dist/types/o2g-telephony.d.ts.map +1 -0
- package/dist/types/o2g-users-mngt.d.ts +83 -0
- package/dist/types/o2g-users-mngt.d.ts.map +1 -0
- package/dist/types/o2g-users.d.ts +127 -0
- package/dist/types/o2g-users.d.ts.map +1 -0
- package/dist/types/subscription.d.ts +379 -0
- package/dist/types/subscription.d.ts.map +1 -0
- package/dist/types/supervised-account.d.ts +40 -0
- package/dist/types/supervised-account.d.ts.map +1 -0
- package/dist/types/types/analytics/call-type.d.ts +25 -0
- package/dist/types/types/analytics/call-type.d.ts.map +1 -0
- package/dist/types/types/analytics/charging-file.d.ts +13 -0
- package/dist/types/types/analytics/charging-file.d.ts.map +1 -0
- package/dist/types/types/analytics/charging-result.d.ts +50 -0
- package/dist/types/types/analytics/charging-result.d.ts.map +1 -0
- package/dist/types/types/analytics/charging.d.ts +69 -0
- package/dist/types/types/analytics/charging.d.ts.map +1 -0
- package/dist/types/types/analytics/incident.d.ts +41 -0
- package/dist/types/types/analytics/incident.d.ts.map +1 -0
- package/dist/types/types/analytics/tel-facility.d.ts +45 -0
- package/dist/types/types/analytics/tel-facility.d.ts.map +1 -0
- package/dist/types/types/cc-agent/agent-groups.d.ts +11 -0
- package/dist/types/types/cc-agent/agent-groups.d.ts.map +1 -0
- package/dist/types/types/cc-agent/agent-skill-set.d.ts +43 -0
- package/dist/types/types/cc-agent/agent-skill-set.d.ts.map +1 -0
- package/dist/types/types/cc-agent/agent-skill.d.ts +15 -0
- package/dist/types/types/cc-agent/agent-skill.d.ts.map +1 -0
- package/dist/types/types/cc-agent/cc-agent-events.d.ts +44 -0
- package/dist/types/types/cc-agent/cc-agent-events.d.ts.map +1 -0
- package/dist/types/types/cc-agent/intrusion-mode.d.ts +25 -0
- package/dist/types/types/cc-agent/intrusion-mode.d.ts.map +1 -0
- package/dist/types/types/cc-agent/operator-config.d.ts +76 -0
- package/dist/types/types/cc-agent/operator-config.d.ts.map +1 -0
- package/dist/types/types/cc-agent/operator-state.d.ts +100 -0
- package/dist/types/types/cc-agent/operator-state.d.ts.map +1 -0
- package/dist/types/types/cc-agent/operator-type.d.ts +17 -0
- package/dist/types/types/cc-agent/operator-type.d.ts.map +1 -0
- package/dist/types/types/cc-agent/withdraw-reason.d.ts +23 -0
- package/dist/types/types/cc-agent/withdraw-reason.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/abstract-calendar.d.ts +8 -0
- package/dist/types/types/cc-mngt/calendar/abstract-calendar.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/calendar.d.ts +22 -0
- package/dist/types/types/cc-mngt/calendar/calendar.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/exception-calendar.d.ts +31 -0
- package/dist/types/types/cc-mngt/calendar/exception-calendar.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/normal-calendar.d.ts +31 -0
- package/dist/types/types/cc-mngt/calendar/normal-calendar.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/pilot-operating-Mode.d.ts +18 -0
- package/dist/types/types/cc-mngt/calendar/pilot-operating-Mode.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/transition.d.ts +65 -0
- package/dist/types/types/cc-mngt/calendar/transition.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/pilot-rule-set.d.ts +33 -0
- package/dist/types/types/cc-mngt/pilot-rule-set.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/pilot-rule.d.ts +24 -0
- package/dist/types/types/cc-mngt/pilot-rule.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/pilot.d.ts +58 -0
- package/dist/types/types/cc-mngt/pilot.d.ts.map +1 -0
- package/dist/types/types/cc-pilot/call-data-pilot.d.ts +50 -0
- package/dist/types/types/cc-pilot/call-data-pilot.d.ts.map +1 -0
- package/dist/types/types/cc-pilot/cc-pilot-events.d.ts +131 -0
- package/dist/types/types/cc-pilot/cc-pilot-events.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-attributes.d.ts +50 -0
- package/dist/types/types/cc-rt/agent-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-pg-attributes.d.ts +50 -0
- package/dist/types/types/cc-rt/agent-pg-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-pg-type.d.ts +17 -0
- package/dist/types/types/cc-rt/agent-pg-type.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-phone-state.d.ts +67 -0
- package/dist/types/types/cc-rt/agent-phone-state.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-service-type.d.ts +16 -0
- package/dist/types/types/cc-rt/agent-service-type.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-type.d.ts +16 -0
- package/dist/types/types/cc-rt/agent-type.d.ts.map +1 -0
- package/dist/types/types/cc-rt/cc-rt-events.d.ts +274 -0
- package/dist/types/types/cc-rt/cc-rt-events.d.ts.map +1 -0
- package/dist/types/types/cc-rt/other-pg-attributes.d.ts +18 -0
- package/dist/types/types/cc-rt/other-pg-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-rt/other-pg-type.d.ts +22 -0
- package/dist/types/types/cc-rt/other-pg-type.d.ts.map +1 -0
- package/dist/types/types/cc-rt/pilot-attributes.d.ts +40 -0
- package/dist/types/types/cc-rt/pilot-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-rt/queue-attributes.d.ts +30 -0
- package/dist/types/types/cc-rt/queue-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-rt/queue-type.d.ts +23 -0
- package/dist/types/types/cc-rt/queue-type.d.ts.map +1 -0
- package/dist/types/types/cc-rt/rti-context.d.ts +56 -0
- package/dist/types/types/cc-rt/rti-context.d.ts.map +1 -0
- package/dist/types/types/cc-rt/rti-filter.d.ts +117 -0
- package/dist/types/types/cc-rt/rti-filter.d.ts.map +1 -0
- package/dist/types/types/cc-rt/rti-object-identifier.d.ts +34 -0
- package/dist/types/types/cc-rt/rti-object-identifier.d.ts.map +1 -0
- package/dist/types/types/cc-rt/rti-objects.d.ts +72 -0
- package/dist/types/types/cc-rt/rti-objects.d.ts.map +1 -0
- package/dist/types/types/cc-stats/agbypilot-attributes.d.ts +73 -0
- package/dist/types/types/cc-stats/agbypilot-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-stats/agent-attributes.d.ts +377 -0
- package/dist/types/types/cc-stats/agent-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-stats/agent-filter.d.ts +60 -0
- package/dist/types/types/cc-stats/agent-filter.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts +184 -0
- package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/ag-stats-row.d.ts +608 -0
- package/dist/types/types/cc-stats/data/ag-stats-row.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/data-obs-period.d.ts +20 -0
- package/dist/types/types/cc-stats/data/data-obs-period.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/pil-stats-row.d.ts +623 -0
- package/dist/types/types/cc-stats/data/pil-stats-row.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/selected-period.d.ts +49 -0
- package/dist/types/types/cc-stats/data/selected-period.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/stat-value.d.ts +36 -0
- package/dist/types/types/cc-stats/data/stat-value.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/stats-data.d.ts +64 -0
- package/dist/types/types/cc-stats/data/stats-data.d.ts.map +1 -0
- package/dist/types/types/cc-stats/events/progress-callback.d.ts +9 -0
- package/dist/types/types/cc-stats/events/progress-callback.d.ts.map +1 -0
- package/dist/types/types/cc-stats/events/progress-step.d.ts +20 -0
- package/dist/types/types/cc-stats/events/progress-step.d.ts.map +1 -0
- package/dist/types/types/cc-stats/language.d.ts +15 -0
- package/dist/types/types/cc-stats/language.d.ts.map +1 -0
- package/dist/types/types/cc-stats/pilot-attributes.d.ts +185 -0
- package/dist/types/types/cc-stats/pilot-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-stats/pilot-filter.d.ts +45 -0
- package/dist/types/types/cc-stats/pilot-filter.d.ts.map +1 -0
- package/dist/types/types/cc-stats/requester.d.ts +33 -0
- package/dist/types/types/cc-stats/requester.d.ts.map +1 -0
- package/dist/types/types/cc-stats/scheduled/recurrence.d.ts +69 -0
- package/dist/types/types/cc-stats/scheduled/recurrence.d.ts.map +1 -0
- package/dist/types/types/cc-stats/scheduled/report-obs-period.d.ts +87 -0
- package/dist/types/types/cc-stats/scheduled/report-obs-period.d.ts.map +1 -0
- package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts +132 -0
- package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts.map +1 -0
- package/dist/types/types/cc-stats/stats-context.d.ts +66 -0
- package/dist/types/types/cc-stats/stats-context.d.ts.map +1 -0
- package/dist/types/types/cc-stats/stats-filter.d.ts +34 -0
- package/dist/types/types/cc-stats/stats-filter.d.ts.map +1 -0
- package/dist/types/types/cc-stats/stats-format.d.ts +17 -0
- package/dist/types/types/cc-stats/stats-format.d.ts.map +1 -0
- package/dist/types/types/cc-stats/time-interval.d.ts +19 -0
- package/dist/types/types/cc-stats/time-interval.d.ts.map +1 -0
- package/dist/types/types/comlog/com-record-participant.d.ts +75 -0
- package/dist/types/types/comlog/com-record-participant.d.ts.map +1 -0
- package/dist/types/types/comlog/com-record.d.ts +97 -0
- package/dist/types/types/comlog/com-record.d.ts.map +1 -0
- package/dist/types/types/comlog/comlog-events.d.ts +110 -0
- package/dist/types/types/comlog/comlog-events.d.ts.map +1 -0
- package/dist/types/types/comlog/filter-option.d.ts +24 -0
- package/dist/types/types/comlog/filter-option.d.ts.map +1 -0
- package/dist/types/types/comlog/page.d.ts +34 -0
- package/dist/types/types/comlog/page.d.ts.map +1 -0
- package/dist/types/types/comlog/query-filter.d.ts +79 -0
- package/dist/types/types/comlog/query-filter.d.ts.map +1 -0
- package/dist/types/types/comlog/query-result.d.ts +55 -0
- package/dist/types/types/comlog/query-result.d.ts.map +1 -0
- package/dist/types/types/comlog/reason.d.ts +62 -0
- package/dist/types/types/comlog/reason.d.ts.map +1 -0
- package/dist/types/types/comlog/role.d.ts +18 -0
- package/dist/types/types/comlog/role.d.ts.map +1 -0
- package/dist/types/types/common/date-range.d.ts +17 -0
- package/dist/types/types/common/date-range.d.ts.map +1 -0
- package/dist/types/types/common/day-of-week.d.ts +15 -0
- package/dist/types/types/common/day-of-week.d.ts.map +1 -0
- package/dist/types/types/common/device-type.d.ts +22 -0
- package/dist/types/types/common/device-type.d.ts.map +1 -0
- package/dist/types/types/common/device.d.ts +75 -0
- package/dist/types/types/common/device.d.ts.map +1 -0
- package/dist/types/types/common/identifier.d.ts +20 -0
- package/dist/types/types/common/identifier.d.ts.map +1 -0
- package/dist/types/types/common/main-type.d.ts +26 -0
- package/dist/types/types/common/main-type.d.ts.map +1 -0
- package/dist/types/types/common/party-info-type.d.ts +22 -0
- package/dist/types/types/common/party-info-type.d.ts.map +1 -0
- package/dist/types/types/common/party-info.d.ts +28 -0
- package/dist/types/types/common/party-info.d.ts.map +1 -0
- package/dist/types/types/common/service-state.d.ts +20 -0
- package/dist/types/types/common/service-state.d.ts.map +1 -0
- package/dist/types/types/directory/criteria.d.ts +95 -0
- package/dist/types/types/directory/criteria.d.ts.map +1 -0
- package/dist/types/types/directory/filter-item.d.ts +22 -0
- package/dist/types/types/directory/filter-item.d.ts.map +1 -0
- package/dist/types/types/directory/logical-operation.d.ts +14 -0
- package/dist/types/types/directory/logical-operation.d.ts.map +1 -0
- package/dist/types/types/directory/operation-filter.d.ts +22 -0
- package/dist/types/types/directory/operation-filter.d.ts.map +1 -0
- package/dist/types/types/directory/result-item.d.ts +22 -0
- package/dist/types/types/directory/result-item.d.ts.map +1 -0
- package/dist/types/types/directory/search-result.d.ts +64 -0
- package/dist/types/types/directory/search-result.d.ts.map +1 -0
- package/dist/types/types/events/events.d.ts +77 -0
- package/dist/types/types/events/events.d.ts.map +1 -0
- package/dist/types/types/eventsummary/event-summary-counter.d.ts +69 -0
- package/dist/types/types/eventsummary/event-summary-counter.d.ts.map +1 -0
- package/dist/types/types/eventsummary/event-summary-events.d.ts +26 -0
- package/dist/types/types/eventsummary/event-summary-events.d.ts.map +1 -0
- package/dist/types/types/maint/configuration-type.d.ts +15 -0
- package/dist/types/types/maint/configuration-type.d.ts.map +1 -0
- package/dist/types/types/maint/cti-link-state.d.ts +19 -0
- package/dist/types/types/maint/cti-link-state.d.ts.map +1 -0
- package/dist/types/types/maint/license-status.d.ts +42 -0
- package/dist/types/types/maint/license-status.d.ts.map +1 -0
- package/dist/types/types/maint/license-type.d.ts +19 -0
- package/dist/types/types/maint/license-type.d.ts.map +1 -0
- package/dist/types/types/maint/license.d.ts +38 -0
- package/dist/types/types/maint/license.d.ts.map +1 -0
- package/dist/types/types/maint/maint-events.d.ts +105 -0
- package/dist/types/types/maint/maint-events.d.ts.map +1 -0
- package/dist/types/types/maint/pbx-status.d.ts +77 -0
- package/dist/types/types/maint/pbx-status.d.ts.map +1 -0
- package/dist/types/types/maint/server-address.d.ts +25 -0
- package/dist/types/types/maint/server-address.d.ts.map +1 -0
- package/dist/types/types/maint/service-status.d.ts +31 -0
- package/dist/types/types/maint/service-status.d.ts.map +1 -0
- package/dist/types/types/maint/subscriber-filter.d.ts +24 -0
- package/dist/types/types/maint/subscriber-filter.d.ts.map +1 -0
- package/dist/types/types/maint/sys-service-status.d.ts +33 -0
- package/dist/types/types/maint/sys-service-status.d.ts.map +1 -0
- package/dist/types/types/maint/sys-status.d.ts +79 -0
- package/dist/types/types/maint/sys-status.d.ts.map +1 -0
- package/dist/types/types/messaging/mailbox-info.d.ts +35 -0
- package/dist/types/types/messaging/mailbox-info.d.ts.map +1 -0
- package/dist/types/types/messaging/mailbox.d.ts +119 -0
- package/dist/types/types/messaging/mailbox.d.ts.map +1 -0
- package/dist/types/types/messaging/voice-message.d.ts +57 -0
- package/dist/types/types/messaging/voice-message.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/attribute-filter.d.ts +31 -0
- package/dist/types/types/pbxmngt/attribute-filter.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/instance-filter.d.ts +72 -0
- package/dist/types/types/pbxmngt/instance-filter.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/model.d.ts +221 -0
- package/dist/types/types/pbxmngt/model.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/octet-string-length.d.ts +12 -0
- package/dist/types/types/pbxmngt/octet-string-length.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/pbx-attr-map.d.ts +96 -0
- package/dist/types/types/pbxmngt/pbx-attr-map.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/pbx-attribute.d.ts +182 -0
- package/dist/types/types/pbxmngt/pbx-attribute.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/pbx-object.d.ts +73 -0
- package/dist/types/types/pbxmngt/pbx-object.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/pbx.d.ts +23 -0
- package/dist/types/types/pbxmngt/pbx.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/pbxmngt-events.d.ts +74 -0
- package/dist/types/types/pbxmngt/pbxmngt-events.d.ts.map +1 -0
- package/dist/types/types/phoneset/device-key.d.ts +36 -0
- package/dist/types/types/phoneset/device-key.d.ts.map +1 -0
- package/dist/types/types/phoneset/dynamic-state.d.ts +30 -0
- package/dist/types/types/phoneset/dynamic-state.d.ts.map +1 -0
- package/dist/types/types/phoneset/pin.d.ts +53 -0
- package/dist/types/types/phoneset/pin.d.ts.map +1 -0
- package/dist/types/types/phoneset/prog-key.d.ts +26 -0
- package/dist/types/types/phoneset/prog-key.d.ts.map +1 -0
- package/dist/types/types/phoneset/soft-key.d.ts +18 -0
- package/dist/types/types/phoneset/soft-key.d.ts.map +1 -0
- package/dist/types/types/routing/destination.d.ts +18 -0
- package/dist/types/types/routing/destination.d.ts.map +1 -0
- package/dist/types/types/routing/dnd-state.d.ts +9 -0
- package/dist/types/types/routing/dnd-state.d.ts.map +1 -0
- package/dist/types/types/routing/forward-condition.d.ts +26 -0
- package/dist/types/types/routing/forward-condition.d.ts.map +1 -0
- package/dist/types/types/routing/forward.d.ts +53 -0
- package/dist/types/types/routing/forward.d.ts.map +1 -0
- package/dist/types/types/routing/overflow-condition.d.ts +22 -0
- package/dist/types/types/routing/overflow-condition.d.ts.map +1 -0
- package/dist/types/types/routing/overflow.d.ts +50 -0
- package/dist/types/types/routing/overflow.d.ts.map +1 -0
- package/dist/types/types/routing/routing-capabilities.d.ts +15 -0
- package/dist/types/types/routing/routing-capabilities.d.ts.map +1 -0
- package/dist/types/types/routing/routing-events.d.ts +23 -0
- package/dist/types/types/routing/routing-events.d.ts.map +1 -0
- package/dist/types/types/routing/routing-state.d.ts +52 -0
- package/dist/types/types/routing/routing-state.d.ts.map +1 -0
- package/dist/types/types/rsi/add-digit-coll-criteria.d.ts +17 -0
- package/dist/types/types/rsi/add-digit-coll-criteria.d.ts.map +1 -0
- package/dist/types/types/rsi/collection-cause.d.ts +22 -0
- package/dist/types/types/rsi/collection-cause.d.ts.map +1 -0
- package/dist/types/types/rsi/route-session.d.ts +21 -0
- package/dist/types/types/rsi/route-session.d.ts.map +1 -0
- package/dist/types/types/rsi/routing-caller-type.d.ts +18 -0
- package/dist/types/types/rsi/routing-caller-type.d.ts.map +1 -0
- package/dist/types/types/rsi/routing-reason.d.ts +26 -0
- package/dist/types/types/rsi/routing-reason.d.ts.map +1 -0
- package/dist/types/types/rsi/rsi-events.d.ts +47 -0
- package/dist/types/types/rsi/rsi-events.d.ts.map +1 -0
- package/dist/types/types/rsi/rsi-point.d.ts +17 -0
- package/dist/types/types/rsi/rsi-point.d.ts.map +1 -0
- package/dist/types/types/rsi/tones.d.ts +26 -0
- package/dist/types/types/rsi/tones.d.ts.map +1 -0
- package/dist/types/types/telephony/RecordingAction.d.ts +7 -0
- package/dist/types/types/telephony/RecordingAction.d.ts.map +1 -0
- package/dist/types/types/telephony/call/call-cause.d.ts +123 -0
- package/dist/types/types/telephony/call/call-cause.d.ts.map +1 -0
- package/dist/types/types/telephony/call/call-data.d.ts +81 -0
- package/dist/types/types/telephony/call/call-data.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/acd-call-info.d.ts +35 -0
- package/dist/types/types/telephony/call/ccd/acd-call-info.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/acd-data.d.ts +50 -0
- package/dist/types/types/telephony/call/ccd/acd-data.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/call-profile.d.ts +112 -0
- package/dist/types/types/telephony/call/ccd/call-profile.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/pilot-info.d.ts +43 -0
- package/dist/types/types/telephony/call/ccd/pilot-info.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/pilot-status.d.ts +38 -0
- package/dist/types/types/telephony/call/ccd/pilot-status.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/pilot-transfer-info.d.ts +24 -0
- package/dist/types/types/telephony/call/ccd/pilot-transfer-info.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/pilot-transfer-query-param.d.ts +104 -0
- package/dist/types/types/telephony/call/ccd/pilot-transfer-query-param.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/queue-data.d.ts +23 -0
- package/dist/types/types/telephony/call/ccd/queue-data.d.ts.map +1 -0
- package/dist/types/types/telephony/call/correlator-data.d.ts +54 -0
- package/dist/types/types/telephony/call/correlator-data.d.ts.map +1 -0
- package/dist/types/types/telephony/call/leg.d.ts +57 -0
- package/dist/types/types/telephony/call/leg.d.ts.map +1 -0
- package/dist/types/types/telephony/call/media-state.d.ts +42 -0
- package/dist/types/types/telephony/call/media-state.d.ts.map +1 -0
- package/dist/types/types/telephony/call/participant.d.ts +34 -0
- package/dist/types/types/telephony/call/participant.d.ts.map +1 -0
- package/dist/types/types/telephony/call/record-state.d.ts +14 -0
- package/dist/types/types/telephony/call/record-state.d.ts.map +1 -0
- package/dist/types/types/telephony/call/tag.d.ts +37 -0
- package/dist/types/types/telephony/call/tag.d.ts.map +1 -0
- package/dist/types/types/telephony/call.d.ts +90 -0
- package/dist/types/types/telephony/call.d.ts.map +1 -0
- package/dist/types/types/telephony/callback.d.ts +33 -0
- package/dist/types/types/telephony/callback.d.ts.map +1 -0
- package/dist/types/types/telephony/device/device-state.d.ts +30 -0
- package/dist/types/types/telephony/device/device-state.d.ts.map +1 -0
- package/dist/types/types/telephony/device/operational-state.d.ts +18 -0
- package/dist/types/types/telephony/device/operational-state.d.ts.map +1 -0
- package/dist/types/types/telephony/hunting-group-status.d.ts +25 -0
- package/dist/types/types/telephony/hunting-group-status.d.ts.map +1 -0
- package/dist/types/types/telephony/hunting-groups.d.ts +33 -0
- package/dist/types/types/telephony/hunting-groups.d.ts.map +1 -0
- package/dist/types/types/telephony/mini-message.d.ts +37 -0
- package/dist/types/types/telephony/mini-message.d.ts.map +1 -0
- package/dist/types/types/telephony/telephonic-state.d.ts +34 -0
- package/dist/types/types/telephony/telephonic-state.d.ts.map +1 -0
- package/dist/types/types/telephony/telephony-events.d.ts +223 -0
- package/dist/types/types/telephony/telephony-events.d.ts.map +1 -0
- package/dist/types/types/telephony/trunk-indentification.d.ts +19 -0
- package/dist/types/types/telephony/trunk-indentification.d.ts.map +1 -0
- package/dist/types/types/telephony/user/user-state.d.ts +18 -0
- package/dist/types/types/telephony/user/user-state.d.ts.map +1 -0
- package/dist/types/types/users/preferences.d.ts +29 -0
- package/dist/types/types/users/preferences.d.ts.map +1 -0
- package/dist/types/types/users/supported-languages.d.ts +29 -0
- package/dist/types/types/users/supported-languages.d.ts.map +1 -0
- package/dist/types/types/users/user.d.ts +67 -0
- package/dist/types/types/users/user.d.ts.map +1 -0
- package/dist/types/types/users/users-events.d.ts +78 -0
- package/dist/types/types/users/users-events.d.ts.map +1 -0
- package/dist/types/types/users/voicemail-type.d.ts +18 -0
- package/dist/types/types/users/voicemail-type.d.ts.map +1 -0
- package/dist/types/types/users/voicemail.d.ts +20 -0
- package/dist/types/types/users/voicemail.d.ts.map +1 -0
- package/package.json +6 -4
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `AgentProcessingGroupAttributes` represents the possible real-time attributes
|
|
3
|
+
* for a CCD agent processing group.
|
|
4
|
+
*
|
|
5
|
+
* The `CallCenterRealtimeService` can report real-time events
|
|
6
|
+
* for each of these attributes.
|
|
7
|
+
*/
|
|
8
|
+
export declare enum RtiAgentProcessingGroupAttributes {
|
|
9
|
+
/** Service state of the processing group (e.g., Open, Blocked). */
|
|
10
|
+
State = "State",
|
|
11
|
+
/** Number of agents who are withdrawn. */
|
|
12
|
+
NbOfWithdrawnAgents = "NbOfWithdrawnAgents",
|
|
13
|
+
/** Number of agents currently in a private call. */
|
|
14
|
+
NbOfAgentsInPrivateCall = "NbOfAgentsInPrivateCall",
|
|
15
|
+
/** Number of agents currently handling an ACD call. */
|
|
16
|
+
NbOfAgentsInACDCall = "NbOfAgentsInACDCall",
|
|
17
|
+
/** Number of agents in ringing ACD calls. */
|
|
18
|
+
NbOfAgentsInACDRinging = "NbOfAgentsInACDRinging",
|
|
19
|
+
/** Number of agents in established ACD conversations. */
|
|
20
|
+
NbOfAgentsInACDConv = "NbOfAgentsInACDConv",
|
|
21
|
+
/** Number of agents in wrap-up or entering a transaction code. */
|
|
22
|
+
NbOfAgentsInWrapupAndTransaction = "NbOfAgentsInWrapupAndTransaction",
|
|
23
|
+
/** Number of agents currently in pause. */
|
|
24
|
+
NbOfAgentsInPause = "NbOfAgentsInPause",
|
|
25
|
+
/** Number of busy agents (either in ACD or private calls). */
|
|
26
|
+
NbOfBusyAgents = "NbOfBusyAgents",
|
|
27
|
+
/** Number of logged-on agents. */
|
|
28
|
+
NbOfLoggedOnAgents = "NbOfLoggedOnAgents",
|
|
29
|
+
/** Number of free agents, including withdrawn agents. */
|
|
30
|
+
NbOfFreeAgents = "NbOfFreeAgents",
|
|
31
|
+
/** Number of free agents, excluding withdrawn agents. */
|
|
32
|
+
NbOfIdleAgents = "NbOfIdleAgents",
|
|
33
|
+
/** Number of logged-on agents, excluding withdrawn and free agents. */
|
|
34
|
+
NbOfLoggedOnAndNotWithdrawnAgents = "NbOfLoggedOnAndNotWithdrawnAgents",
|
|
35
|
+
/** Current waiting time (in seconds) on the queues potentially served by this group. */
|
|
36
|
+
ConsolidatedQueuesWaitingTime = "ConsolidatedQueuesWaitingTime",
|
|
37
|
+
/** Number of waiting calls on the queues potentially served by this group. */
|
|
38
|
+
ConsolidatedQueuesNbOfWaitingCalls = "ConsolidatedQueuesNbOfWaitingCalls",
|
|
39
|
+
/** Expected waiting time (EWT, in seconds) on the queues potentially served by this group. */
|
|
40
|
+
ConsolidatedQueuesEWT = "ConsolidatedQueuesEWT",
|
|
41
|
+
/** Service level for all pilots potentially serving this group (average/best/worst). */
|
|
42
|
+
ServiceLevel = "ServiceLevel",
|
|
43
|
+
/** Efficiency for all pilots potentially serving this group (average/best/worst). */
|
|
44
|
+
Efficiency = "Efficiency",
|
|
45
|
+
/** Number of incoming calls within the last minute. */
|
|
46
|
+
IncomingTraffic = "IncomingTraffic",
|
|
47
|
+
/** Represents all attributes. */
|
|
48
|
+
ALL = "ALL"
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=agent-pg-attributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-pg-attributes.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/agent-pg-attributes.ts"],"names":[],"mappings":"AAmBA;;;;;;GAMG;AACH,oBAAY,iCAAiC;IACzC,mEAAmE;IACnE,KAAK,UAAU;IAEf,0CAA0C;IAC1C,mBAAmB,wBAAwB;IAE3C,oDAAoD;IACpD,uBAAuB,4BAA4B;IAEnD,uDAAuD;IACvD,mBAAmB,wBAAwB;IAE3C,6CAA6C;IAC7C,sBAAsB,2BAA2B;IAEjD,yDAAyD;IACzD,mBAAmB,wBAAwB;IAE3C,kEAAkE;IAClE,gCAAgC,qCAAqC;IAErE,2CAA2C;IAC3C,iBAAiB,sBAAsB;IAEvC,8DAA8D;IAC9D,cAAc,mBAAmB;IAEjC,kCAAkC;IAClC,kBAAkB,uBAAuB;IAEzC,yDAAyD;IACzD,cAAc,mBAAmB;IAEjC,yDAAyD;IACzD,cAAc,mBAAmB;IAEjC,uEAAuE;IACvE,iCAAiC,sCAAsC;IAEvE,wFAAwF;IACxF,6BAA6B,kCAAkC;IAE/D,8EAA8E;IAC9E,kCAAkC,uCAAuC;IAEzE,8FAA8F;IAC9F,qBAAqB,0BAA0B;IAE/C,wFAAwF;IACxF,YAAY,iBAAiB;IAE7B,qFAAqF;IACrF,UAAU,eAAe;IAEzB,uDAAuD;IACvD,eAAe,oBAAoB;IAEnC,iCAAiC;IACjC,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents the possible types of agent processing groups.
|
|
3
|
+
*
|
|
4
|
+
* @see OnPGAgentRtiChangedEvent
|
|
5
|
+
* @since 2.7.4
|
|
6
|
+
*/
|
|
7
|
+
export declare enum AgentProcessingGroupType {
|
|
8
|
+
/** Standard agent processing group. */
|
|
9
|
+
AGENT = "Agent",
|
|
10
|
+
/** IVR (Interactive Voice Response) processing group. */
|
|
11
|
+
IVR = "IVR",
|
|
12
|
+
/** IVR-in-Queue processing group. */
|
|
13
|
+
QUEUED_IVR = "QueuedIVR",
|
|
14
|
+
/** Unknown or unspecified processing group type. */
|
|
15
|
+
UNKNOWN = "unknown"
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=agent-pg-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-pg-type.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/agent-pg-type.ts"],"names":[],"mappings":"AAmBA;;;;;GAKG;AACH,oBAAY,wBAAwB;IAChC,uCAAuC;IACvC,KAAK,UAAU;IAEf,yDAAyD;IACzD,GAAG,QAAQ;IAEX,qCAAqC;IACrC,UAAU,cAAc;IAExB,oDAAoD;IACpD,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents the possible telephonic states of a CCD agent.
|
|
3
|
+
*
|
|
4
|
+
* These states are reported by real-time events such as
|
|
5
|
+
* `OnAcdStatsProgressEvent` and related RTI notifications.
|
|
6
|
+
*
|
|
7
|
+
* @since 2.7.4
|
|
8
|
+
*/
|
|
9
|
+
export declare enum AgentPhoneState {
|
|
10
|
+
/** Idle (agent is free). */
|
|
11
|
+
IDLE = "Idle",
|
|
12
|
+
/** Only for analog devices: device is off-hook. */
|
|
13
|
+
LINE_LOCKOUT = "LineLockout",
|
|
14
|
+
/** Out of service. */
|
|
15
|
+
OUT_OF_ORDER = "OutOfOrder",
|
|
16
|
+
/** Ringing (incoming ACD call). */
|
|
17
|
+
ACD_RINGING = "AcdRinging",
|
|
18
|
+
/** Call in progress (ACD call). */
|
|
19
|
+
ACD_TALKING = "AcdConversation",
|
|
20
|
+
/** In call or on hold while establishing another connection (double call). */
|
|
21
|
+
ACD_CONSULTATION = "AcdConsultation",
|
|
22
|
+
/** Request for help (supervisor support). */
|
|
23
|
+
HELP = "Help",
|
|
24
|
+
/** In conference call. */
|
|
25
|
+
ACD_CONFERENCE = "AcdConference",
|
|
26
|
+
/** Dialing transaction code. */
|
|
27
|
+
TRANSACTION_ON_DIAL = "TransactionOnDial",
|
|
28
|
+
/** In pause state. */
|
|
29
|
+
PAUSE = "Pause",
|
|
30
|
+
/** In wrap-up state after a call. */
|
|
31
|
+
WRAP_UP = "WrapUp",
|
|
32
|
+
/** Requester-only: discreet listening. */
|
|
33
|
+
SUPERVISOR_DISCRETE_LISTENING = "SupervisorDiscreteListening",
|
|
34
|
+
/** Agent is monitored during discreet listening. */
|
|
35
|
+
AGENT_DISCRETE_LISTENING = "AgentDiscreteListening",
|
|
36
|
+
/** Recording call in progress. */
|
|
37
|
+
RECORDING = "Recording",
|
|
38
|
+
/** Agent has logged off. */
|
|
39
|
+
LOGGED_OUT = "LoggedOut",
|
|
40
|
+
/** Agent or correspondent has placed the call on hold. */
|
|
41
|
+
HELD = "Held",
|
|
42
|
+
/** Dialing a call. */
|
|
43
|
+
DIALING = "Dialing",
|
|
44
|
+
/** Ringing state (local visual/melodic). */
|
|
45
|
+
PRIVATE_RINGING = "PrivateRinging",
|
|
46
|
+
/** Local call in progress. */
|
|
47
|
+
PRIVATE_LOCAL_CONVERSATION = "PrivateLocalConversation",
|
|
48
|
+
/** External call in progress. */
|
|
49
|
+
PRIVATE_EXTERNAL_CONVERSATION = "PrivateExternalConversation",
|
|
50
|
+
/** Call established or on hold, with a second call in establishment or hold. */
|
|
51
|
+
PRIVATE_CONSULTATION = "PrivateConsultation",
|
|
52
|
+
/** In a conference call. */
|
|
53
|
+
PRIVATE_CONFERENCE = "PrivateConference",
|
|
54
|
+
/** Busy tone. */
|
|
55
|
+
BUSY_TONE = "BusyTone",
|
|
56
|
+
/** Reserved by the attendant. */
|
|
57
|
+
RESERVED = "Reserved",
|
|
58
|
+
/** Outgoing ACD call. */
|
|
59
|
+
ACD_OUTGOING_CONVERSATION = "AcdOutgoingConversation",
|
|
60
|
+
/** Supervisor in "listening on agent". */
|
|
61
|
+
CONTINUOUS_SUPERVISION = "ContinuousSupervision",
|
|
62
|
+
/** Fake call that does not block the GT (IVR). */
|
|
63
|
+
UNAVAILABLE = "Unavailable",
|
|
64
|
+
/** Unknown telephonic state. */
|
|
65
|
+
UNKNOWN = "unknown"
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=agent-phone-state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-phone-state.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/agent-phone-state.ts"],"names":[],"mappings":"AAmBA;;;;;;;GAOG;AACH,oBAAY,eAAe;IACvB,4BAA4B;IAC5B,IAAI,SAAS;IAEb,mDAAmD;IACnD,YAAY,gBAAgB;IAE5B,sBAAsB;IACtB,YAAY,eAAe;IAE3B,mCAAmC;IACnC,WAAW,eAAe;IAE1B,mCAAmC;IACnC,WAAW,oBAAoB;IAE/B,8EAA8E;IAC9E,gBAAgB,oBAAoB;IAEpC,6CAA6C;IAC7C,IAAI,SAAS;IAEb,0BAA0B;IAC1B,cAAc,kBAAkB;IAEhC,gCAAgC;IAChC,mBAAmB,sBAAsB;IAEzC,sBAAsB;IACtB,KAAK,UAAU;IAEf,qCAAqC;IACrC,OAAO,WAAW;IAElB,0CAA0C;IAC1C,6BAA6B,gCAAgC;IAE7D,oDAAoD;IACpD,wBAAwB,2BAA2B;IAEnD,kCAAkC;IAClC,SAAS,cAAc;IAEvB,4BAA4B;IAC5B,UAAU,cAAc;IAExB,0DAA0D;IAC1D,IAAI,SAAS;IAEb,sBAAsB;IACtB,OAAO,YAAY;IAEnB,4CAA4C;IAC5C,eAAe,mBAAmB;IAElC,8BAA8B;IAC9B,0BAA0B,6BAA6B;IAEvD,iCAAiC;IACjC,6BAA6B,gCAAgC;IAE7D,gFAAgF;IAChF,oBAAoB,wBAAwB;IAE5C,4BAA4B;IAC5B,kBAAkB,sBAAsB;IAExC,iBAAiB;IACjB,SAAS,aAAa;IAEtB,iCAAiC;IACjC,QAAQ,aAAa;IAErB,yBAAyB;IACzB,yBAAyB,4BAA4B;IAErD,0CAA0C;IAC1C,sBAAsB,0BAA0B;IAEhD,kDAAkD;IAClD,WAAW,gBAAgB;IAE3B,gCAAgC;IAChC,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents the possible states for an agent.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum AgentServiceState {
|
|
5
|
+
/** The agent is logged out. */
|
|
6
|
+
LOGGED_OUT = "LoggedOut",
|
|
7
|
+
/** The agent is logged in a processing group. */
|
|
8
|
+
LOGGED_IN = "LoggedIn",
|
|
9
|
+
/** The agent is assigned in a processing group. */
|
|
10
|
+
ASSIGNED = "Assigned",
|
|
11
|
+
/** The agent is in withdraw state. */
|
|
12
|
+
WITHDRAWN = "Withdrawn",
|
|
13
|
+
/** Unknown agent state. */
|
|
14
|
+
UNKNOWN = "unknown"
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=agent-service-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-service-type.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/agent-service-type.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,iBAAiB;IACzB,+BAA+B;IAC/B,UAAU,cAAc;IAExB,iDAAiD;IACjD,SAAS,aAAa;IAEtB,mDAAmD;IACnD,QAAQ,aAAa;IAErB,sCAAsC;IACtC,SAAS,cAAc;IAEvB,2BAA2B;IAC3B,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents the possible types of an agent.
|
|
3
|
+
*
|
|
4
|
+
* An agent can be either a `NORMAL` human agent or an `IVR`
|
|
5
|
+
* (Interactive Voice Responder) agent.
|
|
6
|
+
*
|
|
7
|
+
* @see OnPGAgentRtiChangedEvent
|
|
8
|
+
* @since 2.7.4
|
|
9
|
+
*/
|
|
10
|
+
export declare enum AgentType {
|
|
11
|
+
/** Normal human agent. */
|
|
12
|
+
NORMAL = "Normal",
|
|
13
|
+
/** IVR (Interactive Voice Responder) agent. */
|
|
14
|
+
IVR = "IVR"
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=agent-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-type.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/agent-type.ts"],"names":[],"mappings":"AAmBA;;;;;;;;GAQG;AACH,oBAAY,SAAS;IACjB,0BAA0B;IAC1B,MAAM,WAAW;IAEjB,+CAA+C;IAC/C,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
import { ServiceState } from '../common/service-state';
|
|
2
|
+
import { AgentProcessingGroupType } from './agent-pg-type';
|
|
3
|
+
import { AgentPhoneState } from './agent-phone-state';
|
|
4
|
+
import { AgentServiceState } from './agent-service-type';
|
|
5
|
+
import { AgentType } from './agent-type';
|
|
6
|
+
import { OtherProcessingGroupType } from './other-pg-type';
|
|
7
|
+
import { QueueType } from './queue-type';
|
|
8
|
+
/**
|
|
9
|
+
* Event representing changes in the attributes of a CCD agent.
|
|
10
|
+
*
|
|
11
|
+
* This class is delivered whenever one or more agent attributes change.
|
|
12
|
+
* Only the attributes that have changed since the previous notification are included.
|
|
13
|
+
*
|
|
14
|
+
* Typical usage:
|
|
15
|
+
* ```ts
|
|
16
|
+
* override onAgentRtiChanged(e: OnAgentRtiChanged): void {
|
|
17
|
+
* const nbServedACDCalls = e.nbOfServedACDCalls;
|
|
18
|
+
* // ...
|
|
19
|
+
* }
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see CallCenterRealtimeService
|
|
23
|
+
* @see Context
|
|
24
|
+
* @since 2.7.4
|
|
25
|
+
*/
|
|
26
|
+
export declare class OnAgentRtiChanged {
|
|
27
|
+
#private;
|
|
28
|
+
/** Returns the agent's last name. */
|
|
29
|
+
get name(): string;
|
|
30
|
+
/** Returns the agent's first name. */
|
|
31
|
+
get firstName(): string | undefined;
|
|
32
|
+
/** Returns the agent's directory number. */
|
|
33
|
+
get number(): string;
|
|
34
|
+
/** Returns the agent type (normal or IVR). */
|
|
35
|
+
get type(): AgentType;
|
|
36
|
+
/** Returns the logon date of the agent. */
|
|
37
|
+
get logonDate(): Date | undefined;
|
|
38
|
+
/** Returns the current service state of the agent. */
|
|
39
|
+
get serviceState(): AgentServiceState | undefined;
|
|
40
|
+
/** Returns the date when the service state was last updated. */
|
|
41
|
+
get serviceStateDate(): Date | undefined;
|
|
42
|
+
/** Returns the current phone state of the agent. */
|
|
43
|
+
get phoneState(): AgentPhoneState | undefined;
|
|
44
|
+
/** Returns the date when the phone state was last updated. */
|
|
45
|
+
get phoneStateDate(): Date | undefined;
|
|
46
|
+
/** Returns the name of the associated pilot, if any. */
|
|
47
|
+
get pilotName(): string | undefined;
|
|
48
|
+
/** Returns the name of the associated queue, if any. */
|
|
49
|
+
get queueName(): string | undefined;
|
|
50
|
+
/** Returns the number of withdrawals performed by the agent. */
|
|
51
|
+
get nbOfWithdrawals(): number | undefined;
|
|
52
|
+
/** Returns the total duration of withdrawals in seconds. */
|
|
53
|
+
get withdrawalsTotalDuration(): number | undefined;
|
|
54
|
+
/** Returns the number of private calls handled by the agent. */
|
|
55
|
+
get nbOfPrivateCalls(): number | undefined;
|
|
56
|
+
/** Returns the total duration of private calls in seconds. */
|
|
57
|
+
get privateCallsTotalDuration(): number | undefined;
|
|
58
|
+
/** Returns the number of ACD calls served by the agent. */
|
|
59
|
+
get nbOfServedACDCalls(): number | undefined;
|
|
60
|
+
/** Returns the number of outgoing ACD calls by the agent. */
|
|
61
|
+
get nbOfOutgoingACDCalls(): number | undefined;
|
|
62
|
+
/** Returns the number of refused ACD calls. */
|
|
63
|
+
get nbOfRefusedACDCalls(): number | undefined;
|
|
64
|
+
/** Returns the number of intercepted ACD calls. */
|
|
65
|
+
get nbOfInterceptedACDCalls(): number | undefined;
|
|
66
|
+
/** Returns the number of transferred ACD calls. */
|
|
67
|
+
get nbOfTransferedACDCalls(): number | undefined;
|
|
68
|
+
/** Returns the current processing group the agent belongs to. */
|
|
69
|
+
get currentPG(): string | undefined;
|
|
70
|
+
/** Returns the associated set of the agent. */
|
|
71
|
+
get associatedSet(): string | undefined;
|
|
72
|
+
/** Returns the reason code for withdrawals, if any. */
|
|
73
|
+
get withdrawReason(): number | undefined;
|
|
74
|
+
/** Returns the AFE key associated with the agent. */
|
|
75
|
+
get afeKey(): number | undefined;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @see CallCenterRealtimeService
|
|
80
|
+
* @see Context
|
|
81
|
+
* @since 2.7.4
|
|
82
|
+
*/
|
|
83
|
+
export declare class OnPilotRtiChanged {
|
|
84
|
+
#private;
|
|
85
|
+
/** Returns the name of the pilot. */
|
|
86
|
+
get name(): string;
|
|
87
|
+
/** Returns the directory number of the pilot. */
|
|
88
|
+
get number(): string;
|
|
89
|
+
/** Returns the current service state of the pilot. */
|
|
90
|
+
get state(): ServiceState | undefined;
|
|
91
|
+
/** Returns the number of calls currently in progress for the pilot. */
|
|
92
|
+
get nbOfRunningCalls(): number | undefined;
|
|
93
|
+
/** Returns the service level of the pilot. */
|
|
94
|
+
get serviceLevel(): number | undefined;
|
|
95
|
+
/** Returns the efficiency indicator of the pilot. */
|
|
96
|
+
get efficiency(): number | undefined;
|
|
97
|
+
/** Returns the number of waiting calls for the pilot. */
|
|
98
|
+
get nbOfWaitingCalls(): number | undefined;
|
|
99
|
+
/** Returns the number of ringing ACD calls for the pilot. */
|
|
100
|
+
get nbOfRingingACDCalls(): number | undefined;
|
|
101
|
+
/** Returns the number of calls rerouted for mutual aid. */
|
|
102
|
+
get nbOfMutualAidCalls(): number | undefined;
|
|
103
|
+
/** Returns the number of dissuaded calls for the pilot. */
|
|
104
|
+
get nbOfDissuadedCalls(): number | undefined;
|
|
105
|
+
/** Returns the number of calls currently in conversation. */
|
|
106
|
+
get nbOfCallsInConversation(): number | undefined;
|
|
107
|
+
/** Returns the number of calls in general forwarding. */
|
|
108
|
+
get nbOfCallsInGeneralForwarding(): number | undefined;
|
|
109
|
+
/** Returns the number of calls in a remote processing group. */
|
|
110
|
+
get nbOfCallsInRemotePG(): number | undefined;
|
|
111
|
+
/** Returns the number of incoming calls within the last minute. */
|
|
112
|
+
get incomingTraffic(): number | undefined;
|
|
113
|
+
/** Returns the average waiting time before answering. */
|
|
114
|
+
get averageWaitingTime(): number | undefined;
|
|
115
|
+
/** Returns the worst service level among the pilots in a super pilot group. */
|
|
116
|
+
get worstServiceLevelInList(): number | undefined;
|
|
117
|
+
/** Returns the worst efficiency among the pilots in a super pilot group. */
|
|
118
|
+
get worstEfficiencyInList(): number | undefined;
|
|
119
|
+
/** Returns the best service level among the pilots in a super pilot group. */
|
|
120
|
+
get bestServiceLevelInList(): number | undefined;
|
|
121
|
+
/** Returns the best efficiency among the pilots in a super pilot group. */
|
|
122
|
+
get bestEfficiencyInList(): number | undefined;
|
|
123
|
+
/** Returns the CCD key of this pilot object. */
|
|
124
|
+
get afeKey(): number | undefined;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
*
|
|
128
|
+
* @see CallCenterRealtimeService
|
|
129
|
+
* @see Context
|
|
130
|
+
* @since 2.7.4
|
|
131
|
+
*/
|
|
132
|
+
export declare class OnQueueRtiChanged {
|
|
133
|
+
#private;
|
|
134
|
+
/** Returns the name of the queue. */
|
|
135
|
+
get name(): string;
|
|
136
|
+
/** Returns the directory number of the queue. */
|
|
137
|
+
get number(): string;
|
|
138
|
+
/** Returns the type of the queue. */
|
|
139
|
+
get type(): QueueType;
|
|
140
|
+
/** Returns the current service state of the queue. */
|
|
141
|
+
get state(): ServiceState;
|
|
142
|
+
/** Returns the number of agents in the distribution of the waiting queue. */
|
|
143
|
+
get nbOfAgentsInDistribution(): number | undefined;
|
|
144
|
+
/** Returns the number of incoming calls within the last minute. */
|
|
145
|
+
get incomingTraffic(): number | undefined;
|
|
146
|
+
/** Returns the number of outgoing calls within the last minute. */
|
|
147
|
+
get outgoingTraffic(): number | undefined;
|
|
148
|
+
/** Returns the number of waiting calls in the queue. */
|
|
149
|
+
get nbOfWaitingCalls(): number | undefined;
|
|
150
|
+
/** Returns the current waiting time in the queue (seconds). */
|
|
151
|
+
get currentWaitingTime(): number | undefined;
|
|
152
|
+
/** Returns the filling rate of the queue (percentage). */
|
|
153
|
+
get fillingRate(): number | undefined;
|
|
154
|
+
/** Returns the expected waiting time in the queue (seconds). */
|
|
155
|
+
get expectedWaitingTime(): number | undefined;
|
|
156
|
+
/** Returns the longest waiting time among queues in a super waiting queue (seconds). */
|
|
157
|
+
get longestWaitingTimeInList(): number | undefined;
|
|
158
|
+
/** Returns the CCD key of this queue object. */
|
|
159
|
+
get afeKey(): number | undefined;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* Event delivered by `CallCenterRealtimeEventListener.onPGAgentRtiChanged`
|
|
163
|
+
* whenever the attributes of one or more CCD agent processing groups change.
|
|
164
|
+
*
|
|
165
|
+
* This event contains only the attributes that have changed since the previous notification.
|
|
166
|
+
* It is sent periodically according to the `Context` configuration in
|
|
167
|
+
* `CallCenterRealtimeService`.
|
|
168
|
+
*
|
|
169
|
+
* Typical usage:
|
|
170
|
+
* ```ts
|
|
171
|
+
* override onPGAgentRtiChanged(e: OnAgentProcessingGroupRtiChanged): void {
|
|
172
|
+
* const nbWithdrawnAgents = e.nbOfWithdrawnAgents;
|
|
173
|
+
* // ...
|
|
174
|
+
* }
|
|
175
|
+
* ```
|
|
176
|
+
*
|
|
177
|
+
* @see CallCenterRealtimeService
|
|
178
|
+
* @see Context
|
|
179
|
+
* @see CallCenterRealtimeEventListener.onPGAgentRtiChanged
|
|
180
|
+
* @since 2.7.4
|
|
181
|
+
*/
|
|
182
|
+
export declare class OnAgentProcessingGroupRtiChanged {
|
|
183
|
+
#private;
|
|
184
|
+
/** Returns the name of the agent processing group. */
|
|
185
|
+
get name(): string;
|
|
186
|
+
/** Returns the number identifying the agent processing group. */
|
|
187
|
+
get number(): string;
|
|
188
|
+
/** Returns the type of the agent processing group. */
|
|
189
|
+
get type(): AgentProcessingGroupType;
|
|
190
|
+
/** Returns the current service state of the agent processing group. */
|
|
191
|
+
get state(): ServiceState;
|
|
192
|
+
/** Returns the number of withdrawn agents. */
|
|
193
|
+
get nbOfWithdrawnAgents(): number | undefined;
|
|
194
|
+
/** Returns the number of agents currently in private call. */
|
|
195
|
+
get nbOfAgentsInPrivateCall(): number | undefined;
|
|
196
|
+
/** Returns the number of agents currently in ACD call. */
|
|
197
|
+
get nbOfAgentsInACDCall(): number | undefined;
|
|
198
|
+
/** Returns the number of agents currently in ACD ringing. */
|
|
199
|
+
get nbOfAgentsInACDRinging(): number | undefined;
|
|
200
|
+
/** Returns the number of agents currently in ACD conversation. */
|
|
201
|
+
get nbOfAgentsInACDConv(): number | undefined;
|
|
202
|
+
/** Returns the number of agents in wrap-up or transaction state. */
|
|
203
|
+
get nbOfAgentsInWrapupAndTransaction(): number | undefined;
|
|
204
|
+
/** Returns the number of agents currently in pause. */
|
|
205
|
+
get nbOfAgentsInPause(): number | undefined;
|
|
206
|
+
/** Returns the number of busy agents (ACD or in private call). */
|
|
207
|
+
get nbOfBusyAgents(): number | undefined;
|
|
208
|
+
/** Returns the number of agents logged on (total). */
|
|
209
|
+
get nbOfLoggedOnAgents(): number | undefined;
|
|
210
|
+
/** Returns the number of free agents (withdrawn or not). */
|
|
211
|
+
get nbOfFreeAgents(): number | undefined;
|
|
212
|
+
/** Returns the number of idle agents, excluding withdrawn agents. */
|
|
213
|
+
get nbOfIdleAgents(): number | undefined;
|
|
214
|
+
/** Returns the number of agents logged on who are not withdrawn or free. */
|
|
215
|
+
get nbOfLoggedOnAndNotWithdrawnAgents(): number | undefined;
|
|
216
|
+
/** Returns the number of incoming calls during the last minute. */
|
|
217
|
+
get incomingTraffic(): number | undefined;
|
|
218
|
+
/** Returns the service level on all pilots possibly serving this processing group. */
|
|
219
|
+
get consolidatedPilotsServiceLevel(): number | undefined;
|
|
220
|
+
/** Returns the efficiency on all pilots possibly serving this processing group. */
|
|
221
|
+
get consolidatedPilotsEfficiency(): number | undefined;
|
|
222
|
+
/** Returns the current waiting time on queues possibly serving this processing group. */
|
|
223
|
+
get consolidatedQueuesWaitingTime(): number | undefined;
|
|
224
|
+
/** Returns the number of waiting calls in queues possibly serving this processing group. */
|
|
225
|
+
get consolidatedQueuesNbOfWaitingCalls(): number | undefined;
|
|
226
|
+
/** Returns the expected waiting time on queues possibly serving this processing group. */
|
|
227
|
+
get consolidatedQueuesEWT(): number | undefined;
|
|
228
|
+
/** Returns the worst service level on all pilots possibly serving this processing group. */
|
|
229
|
+
get pilotsWorstServiceLevel(): number | undefined;
|
|
230
|
+
/** Returns the worst efficiency on all pilots possibly serving this processing group. */
|
|
231
|
+
get pilotsWorstEfficiency(): number | undefined;
|
|
232
|
+
/** Returns the best service level on all pilots possibly serving this processing group. */
|
|
233
|
+
get pilotsBestServiceLevel(): number | undefined;
|
|
234
|
+
/** Returns the best efficiency on all pilots possibly serving this processing group. */
|
|
235
|
+
get pilotsBestEfficiency(): number | undefined;
|
|
236
|
+
/** Returns the longest current waiting time in queues possibly serving this processing group. */
|
|
237
|
+
get queuesLongestWaitingTime(): number | undefined;
|
|
238
|
+
/** Returns the object CCD key. */
|
|
239
|
+
get afeKey(): number | undefined;
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Event delivered whenever the attributes of one or more CCD "other" processing groups change.
|
|
243
|
+
*
|
|
244
|
+
* This event contains only the attributes that have changed since the previous notification.
|
|
245
|
+
* It is sent periodically according to the Context configuration in CallCenterRealtimeService.
|
|
246
|
+
*
|
|
247
|
+
* Typical usage:
|
|
248
|
+
* ```ts
|
|
249
|
+
* const event = OnOtherProcessingGroupRtiChanged.fromJson(json);
|
|
250
|
+
* const nbACDCalls = event.nbOfACDCalls;
|
|
251
|
+
* ```
|
|
252
|
+
*
|
|
253
|
+
* @see CallCenterRealtimeService
|
|
254
|
+
* @see Context
|
|
255
|
+
* @since 2.7.4
|
|
256
|
+
*/
|
|
257
|
+
export declare class OnOtherProcessingGroupRtiChanged {
|
|
258
|
+
#private;
|
|
259
|
+
/** Returns the name of the processing group */
|
|
260
|
+
get name(): string;
|
|
261
|
+
/** Returns the directory number of the processing group */
|
|
262
|
+
get number(): string;
|
|
263
|
+
/** Returns the type of the processing group */
|
|
264
|
+
get type(): OtherProcessingGroupType;
|
|
265
|
+
/** Returns the current service state of the processing group */
|
|
266
|
+
get state(): ServiceState;
|
|
267
|
+
/** Returns the number of ACD calls in the processing group */
|
|
268
|
+
get nbOfACDCalls(): number | undefined;
|
|
269
|
+
/** Returns the number of incoming calls during the last minute */
|
|
270
|
+
get incomingTraffic(): number | undefined;
|
|
271
|
+
/** Returns the CCD key of this processing group */
|
|
272
|
+
get afeKey(): number | undefined;
|
|
273
|
+
}
|
|
274
|
+
//# sourceMappingURL=cc-rt-events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cc-rt-events.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/cc-rt-events.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `OtherProcessingGroupAttributes` represents the possible real-time attributes
|
|
3
|
+
* for a CCD processing group other than agent (forward, guide, ...).
|
|
4
|
+
*
|
|
5
|
+
* The `CallCenterRealtimeService` can report real-time events
|
|
6
|
+
* for each of these attributes.
|
|
7
|
+
*/
|
|
8
|
+
export declare enum RtiOtherProcessingGroupAttributes {
|
|
9
|
+
/** The service state of the processing group (e.g., Open, Blocked). */
|
|
10
|
+
State = "State",
|
|
11
|
+
/** The total number of ACD calls handled by the processing group. */
|
|
12
|
+
NbOfACDCalls = "NbOfACDCalls",
|
|
13
|
+
/** The number of incoming calls received by the processing group during the last minute. */
|
|
14
|
+
IncomingTraffic = "IncomingTraffic",
|
|
15
|
+
/** Represents all attributes. */
|
|
16
|
+
ALL = "ALL"
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=other-pg-attributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"other-pg-attributes.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/other-pg-attributes.ts"],"names":[],"mappings":"AAmBA;;;;;;GAMG;AACH,oBAAY,iCAAiC;IACzC,uEAAuE;IACvE,KAAK,UAAU;IAEf,qEAAqE;IACrE,YAAY,iBAAiB;IAE7B,4FAA4F;IAC5F,eAAe,oBAAoB;IAEnC,iCAAiC;IACjC,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `OtherProcessingGroupType` represents the different types of processing groups
|
|
3
|
+
* (other than agent groups).
|
|
4
|
+
*
|
|
5
|
+
* These types indicate the role or function of the processing group in the call center system.
|
|
6
|
+
*
|
|
7
|
+
* @see OnOtherProcessingGroupRtiChangedEvent
|
|
8
|
+
* @since 2.7.4
|
|
9
|
+
*/
|
|
10
|
+
export declare enum OtherProcessingGroupType {
|
|
11
|
+
/** Mutual aid processing group. */
|
|
12
|
+
MUTUAL_AID = "mutualAid",
|
|
13
|
+
/** Forward processing group. */
|
|
14
|
+
FORWARD = "forward",
|
|
15
|
+
/** Guide processing group. */
|
|
16
|
+
GUIDE = "guide",
|
|
17
|
+
/** Remote processing group. */
|
|
18
|
+
REMOTE = "remote",
|
|
19
|
+
/** Unknown or undefined type. */
|
|
20
|
+
UNKNOWN = "unknown"
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=other-pg-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"other-pg-type.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/other-pg-type.ts"],"names":[],"mappings":"AAmBA;;;;;;;;GAQG;AACH,oBAAY,wBAAwB;IAChC,mCAAmC;IACnC,UAAU,cAAc;IAExB,gCAAgC;IAChC,OAAO,YAAY;IAEnB,8BAA8B;IAC9B,KAAK,UAAU;IAEf,+BAA+B;IAC/B,MAAM,WAAW;IAEjB,iCAAiC;IACjC,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `PilotAttributes` represents the possible real-time attributes
|
|
3
|
+
* for a CCD pilot.
|
|
4
|
+
*
|
|
5
|
+
* The `CallCenterRealtimeService` can report real-time events
|
|
6
|
+
* for each of these attributes.
|
|
7
|
+
*/
|
|
8
|
+
export declare enum RtiPilotAttributes {
|
|
9
|
+
/** The service state of the pilot (e.g., Open, Blocked). */
|
|
10
|
+
State = "State",
|
|
11
|
+
/** The service level of the pilot. */
|
|
12
|
+
ServiceLevel = "ServiceLevel",
|
|
13
|
+
/** The name of the current routing rule applied to the pilot. */
|
|
14
|
+
CurrentRuleName = "CurrentRuleName",
|
|
15
|
+
/** The number of calls currently waiting for the pilot. */
|
|
16
|
+
NbOfWaitingCalls = "NbOfWaitingCalls",
|
|
17
|
+
/** The number of calls rerouted for mutual aid. */
|
|
18
|
+
NbOfMutualAidCalls = "NbOfMutualAidCalls",
|
|
19
|
+
/** The number of calls currently in conversation. */
|
|
20
|
+
NbOfCallsInConversation = "NbOfCallsInConversation",
|
|
21
|
+
/** The number of calls being processed in a remote processing group. */
|
|
22
|
+
NbOfCallsInRemotePG = "NbOfCallsInRemotePG",
|
|
23
|
+
/** The average waiting time (in seconds) before answering calls. */
|
|
24
|
+
AverageWaitingTime = "AverageWaitingTime",
|
|
25
|
+
/** The number of calls currently in progress. */
|
|
26
|
+
NbOfRunningCalls = "NbOfRunningCalls",
|
|
27
|
+
/** The number of ACD calls currently ringing for the pilot. */
|
|
28
|
+
NbOfRingingACDCalls = "NbOfRingingACDCalls",
|
|
29
|
+
/** The number of calls that were dissuaded. */
|
|
30
|
+
NbOfDissuadedCalls = "NbOfDissuadedCalls",
|
|
31
|
+
/** The number of calls in general forwarding for the pilot. */
|
|
32
|
+
NbOfCallsInGeneralForwarding = "NbOfCallsInGeneralForwarding",
|
|
33
|
+
/** The efficiency of the pilot (average, best, worst). */
|
|
34
|
+
Efficiency = "Efficiency",
|
|
35
|
+
/** The number of incoming calls received by the pilot within the last minute. */
|
|
36
|
+
IncomingTraffic = "IncomingTraffic",
|
|
37
|
+
/** Represents all attributes. */
|
|
38
|
+
ALL = "ALL"
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=pilot-attributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pilot-attributes.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/pilot-attributes.ts"],"names":[],"mappings":"AAmBA;;;;;;GAMG;AACH,oBAAY,kBAAkB;IAC1B,4DAA4D;IAC5D,KAAK,UAAU;IAEf,sCAAsC;IACtC,YAAY,iBAAiB;IAE7B,iEAAiE;IACjE,eAAe,oBAAoB;IAEnC,2DAA2D;IAC3D,gBAAgB,qBAAqB;IAErC,mDAAmD;IACnD,kBAAkB,uBAAuB;IAEzC,qDAAqD;IACrD,uBAAuB,4BAA4B;IAEnD,wEAAwE;IACxE,mBAAmB,wBAAwB;IAE3C,oEAAoE;IACpE,kBAAkB,uBAAuB;IAEzC,iDAAiD;IACjD,gBAAgB,qBAAqB;IAErC,+DAA+D;IAC/D,mBAAmB,wBAAwB;IAE3C,+CAA+C;IAC/C,kBAAkB,uBAAuB;IAEzC,+DAA+D;IAC/D,4BAA4B,iCAAiC;IAE7D,0DAA0D;IAC1D,UAAU,eAAe;IAEzB,iFAAiF;IACjF,eAAe,oBAAoB;IAEnC,iCAAiC;IACjC,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `QueueAttributes` represents the possible real-time attributes
|
|
3
|
+
* for a CCD queue.
|
|
4
|
+
*
|
|
5
|
+
* The `CallCenterRealtimeService` can report real-time events
|
|
6
|
+
* for each of these attributes.
|
|
7
|
+
*/
|
|
8
|
+
export declare enum RtiQueueAttributes {
|
|
9
|
+
/** The service state of the queue (e.g., Open, Blocked). */
|
|
10
|
+
State = "State",
|
|
11
|
+
/** The number of agents currently involved in distributing calls in the waiting queue. */
|
|
12
|
+
NbOfAgentsInDistribution = "NbOfAgentsInDistribution",
|
|
13
|
+
/** The number of incoming calls to the queue within the last minute. */
|
|
14
|
+
IncomingTraffic = "IncomingTraffic",
|
|
15
|
+
/** The number of outgoing calls from the queue within the last minute. */
|
|
16
|
+
OutgoingTraffic = "OutgoingTraffic",
|
|
17
|
+
/** The number of calls currently waiting in the queue. */
|
|
18
|
+
NbOfWaitingCalls = "NbOfWaitingCalls",
|
|
19
|
+
/** The current waiting time of calls in the queue (in seconds). */
|
|
20
|
+
CurrentWaitingTime = "CurrentWaitingTime",
|
|
21
|
+
/** The expected waiting time for calls in the queue (in seconds). */
|
|
22
|
+
ExpectedWaitingTime = "ExpectedWaitingTime",
|
|
23
|
+
/** The filling rate of the queue. */
|
|
24
|
+
FillingRate = "FillingRate",
|
|
25
|
+
/** The longest waiting time among all queues in a super waiting queue. */
|
|
26
|
+
LongestWaitingTimeInList = "LongestWaitingTimeInList",
|
|
27
|
+
/** Represents all attributes. */
|
|
28
|
+
ALL = "ALL"
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=queue-attributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queue-attributes.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/queue-attributes.ts"],"names":[],"mappings":"AAmBA;;;;;;GAMG;AACH,oBAAY,kBAAkB;IAC1B,4DAA4D;IAC5D,KAAK,UAAU;IAEf,0FAA0F;IAC1F,wBAAwB,6BAA6B;IAErD,wEAAwE;IACxE,eAAe,oBAAoB;IAEnC,0EAA0E;IAC1E,eAAe,oBAAoB;IAEnC,0DAA0D;IAC1D,gBAAgB,qBAAqB;IAErC,mEAAmE;IACnE,kBAAkB,uBAAuB;IAEzC,qEAAqE;IACrE,mBAAmB,wBAAwB;IAE3C,qCAAqC;IACrC,WAAW,gBAAgB;IAE3B,0EAA0E;IAC1E,wBAAwB,6BAA6B;IAErD,iCAAiC;IACjC,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents the possible types of a CCD queue.
|
|
3
|
+
*
|
|
4
|
+
* @see OnQueueRtiChangedEvent
|
|
5
|
+
* @since 2.7.4
|
|
6
|
+
*/
|
|
7
|
+
export declare enum QueueType {
|
|
8
|
+
/** Normal queue for standard call distribution. */
|
|
9
|
+
NORMAL = "Normal",
|
|
10
|
+
/** Mutual aid queue. */
|
|
11
|
+
MUTUAL_AID = "MutualAid",
|
|
12
|
+
/** Dissuasion queue, for rerouting or discouraging calls. */
|
|
13
|
+
DISSUASION = "Dissuasion",
|
|
14
|
+
/** Virtual queue, not a physical queue but a logical grouping. */
|
|
15
|
+
VIRTUAL = "Virtual",
|
|
16
|
+
/** Waiting room queue. */
|
|
17
|
+
WAITING_ROOM = "WaitingRoom",
|
|
18
|
+
/** Virtual waiting room queue. */
|
|
19
|
+
VIRTUAL_WAITING_ROOM = "VirtualWaitingRoom",
|
|
20
|
+
/** Unknown type of queue. */
|
|
21
|
+
UNKNOWN = "unknown"
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=queue-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queue-type.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/queue-type.ts"],"names":[],"mappings":"AAmBA;;;;;GAKG;AACH,oBAAY,SAAS;IACjB,mDAAmD;IACnD,MAAM,WAAW;IAEjB,wBAAwB;IACxB,UAAU,cAAc;IAExB,6DAA6D;IAC7D,UAAU,eAAe;IAEzB,kEAAkE;IAClE,OAAO,YAAY;IAEnB,0BAA0B;IAC1B,YAAY,gBAAgB;IAE5B,kCAAkC;IAClC,oBAAoB,uBAAuB;IAE3C,6BAA6B;IAC7B,OAAO,YAAY;CACtB"}
|