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,56 @@
|
|
|
1
|
+
import { RtiFilter } from './rti-filter';
|
|
2
|
+
/**
|
|
3
|
+
* The `RtiContext` class represents a subscription to CCD real-time events
|
|
4
|
+
* provided by the `RtiService`.
|
|
5
|
+
*
|
|
6
|
+
* A context defines the set of CCD objects to monitor, the attributes of
|
|
7
|
+
* interest, the observation period, and the notification frequency for events.
|
|
8
|
+
* It is associated with a {@link RtiFilter} that specifies which agents, pilots,
|
|
9
|
+
* queues, and processing groups are included in the real-time notifications.
|
|
10
|
+
*/
|
|
11
|
+
export declare class RtiContext {
|
|
12
|
+
#private;
|
|
13
|
+
/**
|
|
14
|
+
* Constructs a new `RtiContext` with the specified observation period,
|
|
15
|
+
* notification frequency, and filter.
|
|
16
|
+
*
|
|
17
|
+
* @param obsPeriod - The observation period in minutes. Must be between 15 and 60 minutes.
|
|
18
|
+
* @param notifFrequency - The frequency of real-time notifications in seconds. Minimum value is 5 seconds.
|
|
19
|
+
* @param filter - The {@link RtiFilter} defining which CCD objects and attributes are included in this context.
|
|
20
|
+
*/
|
|
21
|
+
constructor(obsPeriod?: number, notifFrequency?: number, filter?: RtiFilter);
|
|
22
|
+
/**
|
|
23
|
+
* Returns whether this RTI context is currently active.
|
|
24
|
+
*
|
|
25
|
+
* @returns `true` if the context is active; `false` otherwise.
|
|
26
|
+
*/
|
|
27
|
+
get active(): boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Returns the observation period for this context.
|
|
30
|
+
*
|
|
31
|
+
* This defines the duration (in minutes) during which the context is active
|
|
32
|
+
* and collects real-time events.
|
|
33
|
+
*
|
|
34
|
+
* @returns The observation period in minutes.
|
|
35
|
+
*/
|
|
36
|
+
get observationPeriod(): number;
|
|
37
|
+
/**
|
|
38
|
+
* Returns the notification frequency for this context.
|
|
39
|
+
*
|
|
40
|
+
* This defines how often (in seconds) real-time notifications are sent
|
|
41
|
+
* for changes in the monitored CCD objects.
|
|
42
|
+
*
|
|
43
|
+
* @returns The notification frequency in seconds.
|
|
44
|
+
*/
|
|
45
|
+
get notificationFrequency(): number;
|
|
46
|
+
/**
|
|
47
|
+
* Returns the {@link RtiFilter} associated with this context.
|
|
48
|
+
*
|
|
49
|
+
* The filter specifies which CCD objects and their attributes will be included
|
|
50
|
+
* in real-time event notifications.
|
|
51
|
+
*
|
|
52
|
+
* @returns The filter.
|
|
53
|
+
*/
|
|
54
|
+
get filter(): RtiFilter | null;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=rti-context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rti-context.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/rti-context.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC;;;;;;;;GAQG;AACH,qBAAa,UAAU;;IAMnB;;;;;;;OAOG;gBACS,SAAS,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,SAAS;IAS3E;;;;OAIG;IACH,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED;;;;;;;OAOG;IACH,IAAI,iBAAiB,IAAI,MAAM,CAE9B;IAED;;;;;;;OAOG;IACH,IAAI,qBAAqB,IAAI,MAAM,CAElC;IAED;;;;;;;OAOG;IACH,IAAI,MAAM,IAAI,SAAS,GAAG,IAAI,CAE7B;CAuCJ"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { RtiAgentAttributes } from './agent-attributes';
|
|
2
|
+
import { RtiAgentProcessingGroupAttributes } from './agent-pg-attributes';
|
|
3
|
+
import { RtiOtherProcessingGroupAttributes } from './other-pg-attributes';
|
|
4
|
+
import { RtiPilotAttributes } from './pilot-attributes';
|
|
5
|
+
import { RtiQueueAttributes } from './queue-attributes';
|
|
6
|
+
/**
|
|
7
|
+
* The `Filter` class specifies which CCD objects and their attributes
|
|
8
|
+
* should be included in real-time eventing.
|
|
9
|
+
*
|
|
10
|
+
* For each category of CCD objects (agents, pilots, queues, agent processing groups,
|
|
11
|
+
* other processing groups), this class maintains a filter that defines:
|
|
12
|
+
*
|
|
13
|
+
* - The specific objects to monitor (directory numbers)
|
|
14
|
+
* - The attributes of each object to include in the real-time notifications
|
|
15
|
+
*
|
|
16
|
+
* Typical usage:
|
|
17
|
+
* ```ts
|
|
18
|
+
* const filter = new RtiFilter();
|
|
19
|
+
*
|
|
20
|
+
* // Monitor specific agents with selected attributes
|
|
21
|
+
* filter.setAgentNumbers(["60119", "60120"]);
|
|
22
|
+
* filter.setAgentAttributes(RtiAgentAttributes.PrivateCallsTotalDuration, RtiAgentAttributes.LogonDate);
|
|
23
|
+
*
|
|
24
|
+
* // Monitor queues with selected attributes
|
|
25
|
+
* filter.setQueueNumbers(["1001", "1002"]);
|
|
26
|
+
* filter.setQueueAttributes(RtiQueueAttributes.WaitingCalls, RtiQueueAttributes.AverageWaitTime);
|
|
27
|
+
*
|
|
28
|
+
* // Use the filter to create a real-time context
|
|
29
|
+
* const context = new RtiContext(30, 5, filter);
|
|
30
|
+
* const rtiService = session.getCallCenterRealtimeService();
|
|
31
|
+
* rtiService.setContext(context);
|
|
32
|
+
* rtiService.start();
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* @see CallCenterRealtimeService
|
|
36
|
+
* @see RtiObjects
|
|
37
|
+
* @since 2.7.4
|
|
38
|
+
*/
|
|
39
|
+
export declare class RtiFilter {
|
|
40
|
+
#private;
|
|
41
|
+
/**
|
|
42
|
+
* Sets the attributes of agents to include in real-time eventing.
|
|
43
|
+
* Only the specified attributes of the selected agents will be included
|
|
44
|
+
* in the real-time notifications.
|
|
45
|
+
*
|
|
46
|
+
* @param attributes The agent attributes to monitor
|
|
47
|
+
*/
|
|
48
|
+
setAgentAttributes(...attributes: RtiAgentAttributes[]): void;
|
|
49
|
+
/**
|
|
50
|
+
* Sets the directory numbers of agents to include in real-time eventing.
|
|
51
|
+
* Only events related to these agents will be sent.
|
|
52
|
+
*
|
|
53
|
+
* @param numbers The agent directory numbers to monitor
|
|
54
|
+
*/
|
|
55
|
+
setAgentNumbers(numbers: string[]): void;
|
|
56
|
+
/**
|
|
57
|
+
* Sets the attributes of pilots to include in real-time eventing.
|
|
58
|
+
* Only the specified attributes of the selected pilots will be included
|
|
59
|
+
* in the real-time notifications.
|
|
60
|
+
*
|
|
61
|
+
* @param attributes The pilot attributes to monitor
|
|
62
|
+
*/
|
|
63
|
+
setPilotAttributes(...attributes: RtiPilotAttributes[]): void;
|
|
64
|
+
/**
|
|
65
|
+
* Sets the directory numbers of pilots to include in real-time eventing.
|
|
66
|
+
* Only events related to these pilots will be sent.
|
|
67
|
+
*
|
|
68
|
+
* @param numbers The pilot directory numbers to monitor
|
|
69
|
+
*/
|
|
70
|
+
setPilotNumbers(numbers: string[]): void;
|
|
71
|
+
/**
|
|
72
|
+
* Sets the attributes of queues to include in real-time eventing.
|
|
73
|
+
* Only the specified attributes of the selected queues will be included
|
|
74
|
+
* in the real-time notifications.
|
|
75
|
+
*
|
|
76
|
+
* @param attributes The queue attributes to monitor
|
|
77
|
+
*/
|
|
78
|
+
setQueueAttributes(...attributes: RtiQueueAttributes[]): void;
|
|
79
|
+
/**
|
|
80
|
+
* Sets the directory numbers of queues to include in real-time eventing.
|
|
81
|
+
* Only events related to these queues will be sent.
|
|
82
|
+
*
|
|
83
|
+
* @param numbers The queue directory numbers to monitor
|
|
84
|
+
*/
|
|
85
|
+
setQueueNumbers(numbers: string[]): void;
|
|
86
|
+
/**
|
|
87
|
+
* Sets the attributes of agent processing groups to include in real-time eventing.
|
|
88
|
+
* Only the specified attributes of the selected processing groups will be included
|
|
89
|
+
* in the real-time notifications.
|
|
90
|
+
*
|
|
91
|
+
* @param attributes The agent processing group attributes to monitor
|
|
92
|
+
*/
|
|
93
|
+
setAgentProcessingGroupAttributes(...attributes: RtiAgentProcessingGroupAttributes[]): void;
|
|
94
|
+
/**
|
|
95
|
+
* Sets the directory numbers of agent processing groups to include in real-time eventing.
|
|
96
|
+
* Only events related to these processing groups will be sent.
|
|
97
|
+
*
|
|
98
|
+
* @param numbers The agent processing group directory numbers to monitor
|
|
99
|
+
*/
|
|
100
|
+
setAgentProcessingGroupNumbers(numbers: string[]): void;
|
|
101
|
+
/**
|
|
102
|
+
* Sets the attributes of other processing groups to include in real-time eventing.
|
|
103
|
+
* Only the specified attributes of the selected processing groups will be included
|
|
104
|
+
* in the real-time notifications.
|
|
105
|
+
*
|
|
106
|
+
* @param attributes The other processing group attributes to monitor
|
|
107
|
+
*/
|
|
108
|
+
setOtherProcessingGroupAttributes(...attributes: RtiOtherProcessingGroupAttributes[]): void;
|
|
109
|
+
/**
|
|
110
|
+
* Sets the directory numbers of other processing groups to include in real-time eventing.
|
|
111
|
+
* Only events related to these processing groups will be sent.
|
|
112
|
+
*
|
|
113
|
+
* @param numbers The other processing group directory numbers to monitor
|
|
114
|
+
*/
|
|
115
|
+
setOtherProcessingGroupNumbers(numbers: string[]): void;
|
|
116
|
+
}
|
|
117
|
+
//# sourceMappingURL=rti-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rti-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/rti-filter.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,iCAAiC,EAAE,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EAAE,iCAAiC,EAAE,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAyCxD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,qBAAa,SAAS;;IA2DlB;;;;;;OAMG;IACH,kBAAkB,CAAC,GAAG,UAAU,EAAE,kBAAkB,EAAE,GAAG,IAAI;IAI7D;;;;;OAKG;IACH,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI;IAMxC;;;;;;OAMG;IACH,kBAAkB,CAAC,GAAG,UAAU,EAAE,kBAAkB,EAAE,GAAG,IAAI;IAI7D;;;;;OAKG;IACH,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI;IAMxC;;;;;;OAMG;IACH,kBAAkB,CAAC,GAAG,UAAU,EAAE,kBAAkB,EAAE,GAAG,IAAI;IAI7D;;;;;OAKG;IACH,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI;IAMxC;;;;;;OAMG;IACH,iCAAiC,CAAC,GAAG,UAAU,EAAE,iCAAiC,EAAE,GAAG,IAAI;IAI3F;;;;;OAKG;IACH,8BAA8B,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI;IAMvD;;;;;;OAMG;IACH,iCAAiC,CAAC,GAAG,UAAU,EAAE,iCAAiC,EAAE,GAAG,IAAI;IAI3F;;;;;OAKG;IACH,8BAA8B,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI;CA+E1D"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents a CCD object identifier for which real-time information is available.
|
|
3
|
+
*
|
|
4
|
+
* Instances of this class provide details about a CCD object, such as agents, pilots,
|
|
5
|
+
* or queues, that can be monitored using the {@link CallCenterRealtime}.
|
|
6
|
+
*
|
|
7
|
+
* Each object includes a directory number, last name, first name, and a unique key.
|
|
8
|
+
* This class is typically used to retrieve and reference objects for real-time events.
|
|
9
|
+
*
|
|
10
|
+
* @see CallCenterRealtime
|
|
11
|
+
* @since 2.7.4
|
|
12
|
+
*/
|
|
13
|
+
export declare class RtiObjectIdentifier {
|
|
14
|
+
#private;
|
|
15
|
+
/**
|
|
16
|
+
* Returns the directory number associated with this identifier.
|
|
17
|
+
*
|
|
18
|
+
* @returns The directory number of the object.
|
|
19
|
+
*/
|
|
20
|
+
get number(): string;
|
|
21
|
+
/**
|
|
22
|
+
* Returns the last name associated with this identifier.
|
|
23
|
+
*
|
|
24
|
+
* @returns The last name of the object.
|
|
25
|
+
*/
|
|
26
|
+
get name(): string;
|
|
27
|
+
/**
|
|
28
|
+
* Returns the first name associated with this identifier.
|
|
29
|
+
*
|
|
30
|
+
* @returns The first name of the object.
|
|
31
|
+
*/
|
|
32
|
+
get firstName(): string | null;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=rti-object-identifier.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rti-object-identifier.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/rti-object-identifier.ts"],"names":[],"mappings":"AAqBA;;;;;;;;;;;GAWG;AACH,qBAAa,mBAAmB;;IAc5B;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED;;;;OAIG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;CAQJ"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { RtiFilter } from './rti-filter';
|
|
2
|
+
import { RtiObjectIdentifier } from './rti-object-identifier';
|
|
3
|
+
/**
|
|
4
|
+
* Represents a collection of CCD objects for which real-time information is available.
|
|
5
|
+
*
|
|
6
|
+
* This class groups CCD objects by type, including agents, pilots, queues, and processing groups
|
|
7
|
+
* (both agent and other). Each object is represented by an {@link RtiObjectIdentifier}.
|
|
8
|
+
*
|
|
9
|
+
* Instances of this class are typically returned by the {@link CallCenterRealtime}
|
|
10
|
+
* to provide the list of available CCD objects for which real-time data can be retrieved.
|
|
11
|
+
*
|
|
12
|
+
* A {@link CallCenterRealtime} can be created from an `RtiObjects` instance using
|
|
13
|
+
* {@link createFilter} to subscribe only to the selected objects in real-time event monitoring.
|
|
14
|
+
*
|
|
15
|
+
* @see RtiObjectIdentifier
|
|
16
|
+
* @see RtiService
|
|
17
|
+
* @see RtiFilter
|
|
18
|
+
* @since 2.7.4
|
|
19
|
+
*/
|
|
20
|
+
export declare class RtiObjects {
|
|
21
|
+
#private;
|
|
22
|
+
/**
|
|
23
|
+
* Returns the list of CCD agents.
|
|
24
|
+
*
|
|
25
|
+
* @returns An array of {@link RtiObjectIdentifier} representing agents.
|
|
26
|
+
*/
|
|
27
|
+
get agents(): RtiObjectIdentifier[] | null;
|
|
28
|
+
/**
|
|
29
|
+
* Returns the list of CCD pilots.
|
|
30
|
+
*
|
|
31
|
+
* @returns An array of {@link RtiObjectIdentifier} representing pilots.
|
|
32
|
+
*/
|
|
33
|
+
get pilots(): RtiObjectIdentifier[] | null;
|
|
34
|
+
/**
|
|
35
|
+
* Returns the list of CCD queues.
|
|
36
|
+
*
|
|
37
|
+
* @returns An array of {@link RtiObjectIdentifier} representing queues.
|
|
38
|
+
*/
|
|
39
|
+
get queues(): RtiObjectIdentifier[] | null;
|
|
40
|
+
/**
|
|
41
|
+
* Returns the list of agent processing groups.
|
|
42
|
+
*
|
|
43
|
+
* @returns An array of {@link RtiObjectIdentifier} representing agent processing groups.
|
|
44
|
+
*/
|
|
45
|
+
get agentProcessingGroups(): RtiObjectIdentifier[] | null;
|
|
46
|
+
/**
|
|
47
|
+
* Returns the list of other (non-agent) processing groups.
|
|
48
|
+
*
|
|
49
|
+
* @returns An array of {@link RtiObjectIdentifier} representing other processing groups.
|
|
50
|
+
*/
|
|
51
|
+
get otherProcessingGroups(): RtiObjectIdentifier[] | null;
|
|
52
|
+
/**
|
|
53
|
+
* Creates a {@link RtiFilter} initialized with all CCD objects in this instance.
|
|
54
|
+
*
|
|
55
|
+
* The resulting filter can be used to create a real-time context for event monitoring
|
|
56
|
+
* with {@link CallCenterRealtime}. It includes all agents, pilots, queues, and processing groups
|
|
57
|
+
* present in this `RtiObjects` instance.
|
|
58
|
+
*
|
|
59
|
+
* @returns A {@link RtiFilter} containing all objects from this `RtiObjects` instance.
|
|
60
|
+
*
|
|
61
|
+
* @example
|
|
62
|
+
* ```ts
|
|
63
|
+
* const rtiObjects = rtiService.getRtiObjects();
|
|
64
|
+
* const filter = rtiObjects.createFilter();
|
|
65
|
+
* const context = new RtiContext(30, 5, filter);
|
|
66
|
+
* rtiService.setContext(context);
|
|
67
|
+
* rtiService.start();
|
|
68
|
+
* ```
|
|
69
|
+
*/
|
|
70
|
+
createFilter(): RtiFilter;
|
|
71
|
+
}
|
|
72
|
+
//# sourceMappingURL=rti-objects.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rti-objects.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-rt/rti-objects.ts"],"names":[],"mappings":"AAyBA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,UAAU;;IAwBnB;;;;OAIG;IACH,IAAI,MAAM,IAAI,mBAAmB,EAAE,GAAG,IAAI,CAEzC;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,mBAAmB,EAAE,GAAG,IAAI,CAEzC;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,mBAAmB,EAAE,GAAG,IAAI,CAEzC;IAED;;;;OAIG;IACH,IAAI,qBAAqB,IAAI,mBAAmB,EAAE,GAAG,IAAI,CAExD;IAED;;;;OAIG;IACH,IAAI,qBAAqB,IAAI,mBAAmB,EAAE,GAAG,IAAI,CAExD;IAeD;;;;;;;;;;;;;;;;;OAiBG;IACH,YAAY,IAAI,SAAS;CA8B5B"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `AgentByPilotAttributes` defines the set of statistical attributes available
|
|
3
|
+
* for a CCD agent with respect to a specific CCD pilot.
|
|
4
|
+
*
|
|
5
|
+
* These attributes are used in reports generated by `CallCenterStatisticsService`
|
|
6
|
+
* to provide insight into agent performance and activity per pilot.
|
|
7
|
+
*
|
|
8
|
+
* Attributes are grouped into:
|
|
9
|
+
* - **Counts** - number of calls received, served, transferred, etc.
|
|
10
|
+
* - **Durations** - total and average times.
|
|
11
|
+
*
|
|
12
|
+
* **Note:** The `ALL` attribute is intended for testing only and should
|
|
13
|
+
* not be used in production contexts.
|
|
14
|
+
*
|
|
15
|
+
* @since 2.7.4
|
|
16
|
+
*/
|
|
17
|
+
export declare enum StatsAgentByPilotAttributes {
|
|
18
|
+
/** Number of calls received for this pilot. */
|
|
19
|
+
nbCallsReceived = "nbCallsReceived",
|
|
20
|
+
/** Number of calls received by transfer. */
|
|
21
|
+
nbCallsTransfIn = "nbCallsTransfIn",
|
|
22
|
+
/** Number of calls served. */
|
|
23
|
+
nbCallsServed = "nbCallsServed",
|
|
24
|
+
/** Number of calls served too quickly. */
|
|
25
|
+
nbCallsServedTooQuickly = "nbCallsServedTooQuickly",
|
|
26
|
+
/** Number of calls with enquiry. */
|
|
27
|
+
nbCallsWithEnquiry = "nbCallsWithEnquiry",
|
|
28
|
+
/** Number of calls where help was requested. */
|
|
29
|
+
nbCallsWithHelp = "nbCallsWithHelp",
|
|
30
|
+
/** Number of calls transferred from the agent. */
|
|
31
|
+
nbCallsTransf = "nbCallsTransf",
|
|
32
|
+
/** Number of calls transferred to the agent. */
|
|
33
|
+
nbCallsTransfToAgent = "nbCallsTransfToAgent",
|
|
34
|
+
/** Number of calls in wrap-up. */
|
|
35
|
+
nbCallsInWrapup = "nbCallsInWrapup",
|
|
36
|
+
/** Maximum duration of call processing (hh:mm:ss). */
|
|
37
|
+
maxCallProcDur = "maxCallProcDur",
|
|
38
|
+
/** Maximum duration of conversation (hh:mm:ss). */
|
|
39
|
+
maxConvDur = "maxConvDur",
|
|
40
|
+
/** Maximum duration of wrap-up (hh:mm:ss). */
|
|
41
|
+
maxWrapupDur = "maxWrapupDur",
|
|
42
|
+
/** Total duration of call processing (hh:mm:ss). */
|
|
43
|
+
callProcTDur = "callProcTDur",
|
|
44
|
+
/** Average duration of call processing (hh:mm:ss). */
|
|
45
|
+
callProcADur = "callProcADur",
|
|
46
|
+
/** Total duration of conversation (hh:mm:ss). */
|
|
47
|
+
convTDur = "convTDur",
|
|
48
|
+
/** Average duration of conversation (hh:mm:ss). */
|
|
49
|
+
convADur = "convADur",
|
|
50
|
+
/** Total duration of wrap-up (hh:mm:ss). */
|
|
51
|
+
wrapupTDur = "wrapupTDur",
|
|
52
|
+
/** Average duration of wrap-up (hh:mm:ss). */
|
|
53
|
+
wrapupADur = "wrapupADur",
|
|
54
|
+
/** Total duration of conversation occurring during wrap-up (hh:mm:ss). */
|
|
55
|
+
convInWrapupTDur = "convInWrapupTDur",
|
|
56
|
+
/** Total busy time during wrap-up (hh:mm:ss). */
|
|
57
|
+
busyTimeInWrapupTDur = "busyTimeInWrapupTDur",
|
|
58
|
+
/** Total duration of calls on hold (hh:mm:ss). */
|
|
59
|
+
onHoldTDur = "onHoldTDur",
|
|
60
|
+
/** Average duration of calls on hold (hh:mm:ss). */
|
|
61
|
+
onHoldADur = "onHoldADur",
|
|
62
|
+
/** Total duration of transaction phase (hh:mm:ss). */
|
|
63
|
+
transTDur = "transTDur",
|
|
64
|
+
/** Average duration of transaction phase (hh:mm:ss). */
|
|
65
|
+
transADur = "transADur",
|
|
66
|
+
/** Total duration of pause (hh:mm:ss). */
|
|
67
|
+
pauseTDur = "pauseTDur",
|
|
68
|
+
/** Average duration of pause (hh:mm:ss). */
|
|
69
|
+
pauseADur = "pauseADur",
|
|
70
|
+
/** All attributes (for testing purposes only; not for production use). */
|
|
71
|
+
ALL = "ALL"
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=agbypilot-attributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agbypilot-attributes.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/agbypilot-attributes.ts"],"names":[],"mappings":"AAmBA;;;;;;;;;;;;;;;GAeG;AACH,oBAAY,2BAA2B;IACnC,+CAA+C;IAC/C,eAAe,oBAAoB;IAEnC,4CAA4C;IAC5C,eAAe,oBAAoB;IAEnC,8BAA8B;IAC9B,aAAa,kBAAkB;IAE/B,0CAA0C;IAC1C,uBAAuB,4BAA4B;IAEnD,oCAAoC;IACpC,kBAAkB,uBAAuB;IAEzC,gDAAgD;IAChD,eAAe,oBAAoB;IAEnC,kDAAkD;IAClD,aAAa,kBAAkB;IAE/B,gDAAgD;IAChD,oBAAoB,yBAAyB;IAE7C,kCAAkC;IAClC,eAAe,oBAAoB;IAEnC,sDAAsD;IACtD,cAAc,mBAAmB;IAEjC,mDAAmD;IACnD,UAAU,eAAe;IAEzB,8CAA8C;IAC9C,YAAY,iBAAiB;IAE7B,oDAAoD;IACpD,YAAY,iBAAiB;IAE7B,sDAAsD;IACtD,YAAY,iBAAiB;IAE7B,iDAAiD;IACjD,QAAQ,aAAa;IAErB,mDAAmD;IACnD,QAAQ,aAAa;IAErB,4CAA4C;IAC5C,UAAU,eAAe;IAEzB,8CAA8C;IAC9C,UAAU,eAAe;IAEzB,0EAA0E;IAC1E,gBAAgB,qBAAqB;IAErC,iDAAiD;IACjD,oBAAoB,yBAAyB;IAE7C,kDAAkD;IAClD,UAAU,eAAe;IAEzB,oDAAoD;IACpD,UAAU,eAAe;IAEzB,sDAAsD;IACtD,SAAS,cAAc;IAEvB,wDAAwD;IACxD,SAAS,cAAc;IAEvB,0CAA0C;IAC1C,SAAS,cAAc;IAEvB,4CAA4C;IAC5C,SAAS,cAAc;IAEvB,0EAA0E;IAC1E,GAAG,QAAQ;CACd"}
|