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,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CallType represents the possible call types in a charging ticket.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum CallType {
|
|
5
|
+
PublicNetworkCall = "PublicNetworkCall",
|
|
6
|
+
PublicNetworkCallThroughPrivateNetwork = "PublicNetworkCallThroughPrivateNetwork",
|
|
7
|
+
PrivateNetworkCall = "PrivateNetworkCall",
|
|
8
|
+
LocalNetworkCall = "Local etworkCall",
|
|
9
|
+
PublicNetworkIncomingCall = "PublicNetwork IncomingCall",
|
|
10
|
+
PublicNetworkIncomingCallThroughPrivateNetwork = "PublicNetworkIncomingCallThroughPrivateNetwork",
|
|
11
|
+
Unspecified = "Unspecified",
|
|
12
|
+
PrivateNetworkOutgoingCallToPublicNetwork = "PrivateNetworkOutgoingCallToPublicNetwork",
|
|
13
|
+
PrivateNetworkOutgoingCallToPrivateNetwork = "PrivateNetworkOutgoingCallToPrivateNetwork",
|
|
14
|
+
PublicNetworkIncomingCallToPrivateNetwork = "PublicNetworkIncomingCallToPrivateNetwork",
|
|
15
|
+
PrivateNetworkIncomingCallToPrivateNetwork = "PrivateNetworkIncomingCallToPrivateNetwork",
|
|
16
|
+
PublicOrPrivateNetworkOutgoingCallThroughPrivateNetwork = "PublicOrPrivateNetworkOutgoingCallThroughPrivateNetwork",
|
|
17
|
+
PublicOrPrivateNetworkIncomingCallThroughPrivateNetwork = "PublicOrPrivateNetworkIncomingCallThroughPrivateNetwork",
|
|
18
|
+
PrivateNetworkIncomingCall = "PrivateNetworkIncomingCall",
|
|
19
|
+
LocalNode = "LocalNode",
|
|
20
|
+
LocalTransit = "LocalTransit"
|
|
21
|
+
}
|
|
22
|
+
export declare namespace CallType {
|
|
23
|
+
function isCallType(value: string): value is CallType;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=call-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"call-type.d.ts","sourceRoot":"","sources":["../../../../src/types/analytics/call-type.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,QAAQ;IAChB,iBAAiB,sBAAsB;IACvC,sCAAsC,2CAA2C;IACjF,kBAAkB,uBAAuB;IACzC,gBAAgB,qBAAqB;IACrC,yBAAyB,+BAA+B;IACxD,8CAA8C,mDAAmD;IACjG,WAAW,gBAAgB;IAC3B,yCAAyC,8CAA8C;IACvF,0CAA0C,+CAA+C;IACzF,yCAAyC,8CAA8C;IACvF,0CAA0C,+CAA+C;IACzF,uDAAuD,4DAA4D;IACnH,uDAAuD,4DAA4D;IACnH,0BAA0B,+BAA+B;IACzD,SAAS,cAAc;IACvB,YAAY,iBAAiB;CAChC;AAED,yBAAiB,QAAQ,CAAC;IACtB,SAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,QAAQ,CAE3D;CACJ"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ChargingFile class represent a charging file on OmniPCX Enterprise.
|
|
3
|
+
* @see {@link Analytics.getChargingFiles}
|
|
4
|
+
*/
|
|
5
|
+
export declare class ChargingFile {
|
|
6
|
+
#private;
|
|
7
|
+
private constructor();
|
|
8
|
+
/** The name of the charging file */
|
|
9
|
+
get name(): string;
|
|
10
|
+
/** The date of the charging file */
|
|
11
|
+
get date(): Date;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=charging-file.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charging-file.d.ts","sourceRoot":"","sources":["../../../../src/types/analytics/charging-file.ts"],"names":[],"mappings":"AAqCA;;;GAGG;AACH,qBAAa,YAAY;;IAIrB,OAAO;IAKP,oCAAoC;IACpC,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED,oCAAoC;IACpC,IAAI,IAAI,IAAI,IAAI,CAEf;CAQJ"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Charging } from './charging';
|
|
2
|
+
import { DateRange } from '../common/date-range';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the result of a charging query on an OmniPCX Enterprise system.
|
|
5
|
+
*
|
|
6
|
+
* A `ChargingResult` contains a list of individual `Charging` entries, along with
|
|
7
|
+
* optional statistics such as the number of charging files, total ticket count, and
|
|
8
|
+
* number of valuable tickets. Queries can originate from a list of {@link ChargingFile}
|
|
9
|
+
* or by specifying a {@link DateRange} to filter the period of interest.
|
|
10
|
+
*
|
|
11
|
+
* @see {@link Analytics.getChargingsFromFiles} for querying from files
|
|
12
|
+
* @see {@link Analytics.getChargingsFromFilter} for querying from a time filter
|
|
13
|
+
*/
|
|
14
|
+
export declare class ChargingResult {
|
|
15
|
+
#private;
|
|
16
|
+
/**
|
|
17
|
+
* @param chargings - Array of `Charging` entries returned by the query
|
|
18
|
+
* @param range - The date range covered by the charging result, or `null` if not applicable
|
|
19
|
+
* @param chargingFilesCount - Optional count of charging files used in the query
|
|
20
|
+
* @param totalTicketCount - Optional total number of tickets in this result
|
|
21
|
+
* @param valuableTicketCount - Optional number of valuable tickets in this result
|
|
22
|
+
*/
|
|
23
|
+
private constructor();
|
|
24
|
+
/**
|
|
25
|
+
* Returns the list of individual `Charging` entries in this result.
|
|
26
|
+
* @returns Array of `Charging` objects
|
|
27
|
+
*/
|
|
28
|
+
get chargings(): Charging[];
|
|
29
|
+
/**
|
|
30
|
+
* Returns the date range over which this charging result applies.
|
|
31
|
+
* @returns The `DateRange` object or `null` if not specified
|
|
32
|
+
*/
|
|
33
|
+
get range(): DateRange | null;
|
|
34
|
+
/**
|
|
35
|
+
* Returns the number of charging files used to produce this result.
|
|
36
|
+
* @returns Number of charging files (0 if not set)
|
|
37
|
+
*/
|
|
38
|
+
get chargingFilesCount(): number;
|
|
39
|
+
/**
|
|
40
|
+
* Returns the total number of tickets in this charging result.
|
|
41
|
+
* @returns Total ticket count (0 if not set)
|
|
42
|
+
*/
|
|
43
|
+
get totalTicketCount(): number;
|
|
44
|
+
/**
|
|
45
|
+
* Returns the number of valuable tickets in this charging result.
|
|
46
|
+
* @returns Count of valuable tickets (0 if not set)
|
|
47
|
+
*/
|
|
48
|
+
get valuableTicketCount(): number;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=charging-result.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charging-result.d.ts","sourceRoot":"","sources":["../../../../src/types/analytics/charging-result.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD;;;;;;;;;;GAUG;AACH,qBAAa,cAAc;;IAOvB;;;;;;OAMG;IACH,OAAO;IAcP;;;OAGG;IACH,IAAI,SAAS,IAAI,QAAQ,EAAE,CAE1B;IAED;;;OAGG;IACH,IAAI,KAAK,IAAI,SAAS,GAAG,IAAI,CAE5B;IAED;;;OAGG;IACH,IAAI,kBAAkB,IAAI,MAAM,CAE/B;IAED;;;OAGG;IACH,IAAI,gBAAgB,IAAI,MAAM,CAE7B;IAED;;;OAGG;IACH,IAAI,mBAAmB,IAAI,MAAM,CAEhC;CAmBJ"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { CallType } from './call-type';
|
|
2
|
+
import { TelFacility } from './tel-facility';
|
|
3
|
+
/**
|
|
4
|
+
* Represents a single charging record from OmniPCX Enterprise.
|
|
5
|
+
*
|
|
6
|
+
* Each record contains details about the call, including caller, called party,
|
|
7
|
+
* duration, cost, facilities, and call type. Certain fields are only populated
|
|
8
|
+
* if the query was executed with the 'all' option.
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
export declare class Charging {
|
|
12
|
+
#private;
|
|
13
|
+
/**
|
|
14
|
+
* Creates a Charging instance.
|
|
15
|
+
* @param caller - The caller phone number.
|
|
16
|
+
* @param name - The caller name.
|
|
17
|
+
* @param called - The called phone number.
|
|
18
|
+
* @param initialDialedNumber - The initially dialed number (available with 'all' option).
|
|
19
|
+
* @param callNumber - Number of charged calls (available with 'all' option).
|
|
20
|
+
* @param chargingUnits - Number of charged units (available with 'all' option).
|
|
21
|
+
* @param cost - The call cost (available with 'all' option).
|
|
22
|
+
* @param startDate - The call start date (available with 'all' option).
|
|
23
|
+
* @param duration - The call duration in seconds.
|
|
24
|
+
* @param callType - The type of the call (available with 'all' option).
|
|
25
|
+
* @param effectiveCallDuration - The effective call duration in seconds.
|
|
26
|
+
* @param actingExtensionNumberNode - Acting extension node number.
|
|
27
|
+
* @param internalFacilities - Internal facilities used for the call.
|
|
28
|
+
* @param externalFacilities - External facilities used for the call.
|
|
29
|
+
*/
|
|
30
|
+
private constructor();
|
|
31
|
+
/** @returns The caller phone number. */
|
|
32
|
+
get caller(): string;
|
|
33
|
+
/** @returns The caller name, or `null` if not set. */
|
|
34
|
+
get name(): string | null;
|
|
35
|
+
/** @returns The called phone number, or `null` if not set. */
|
|
36
|
+
get called(): string | null;
|
|
37
|
+
/**
|
|
38
|
+
* @returns The initially dialed number, or `null` if not set.
|
|
39
|
+
* Available only if the query was done with the 'all' option.
|
|
40
|
+
*/
|
|
41
|
+
get initialDialedNumber(): string | null;
|
|
42
|
+
/** @returns The number of charged calls (defaults to 0 if not set). */
|
|
43
|
+
get callNumber(): number;
|
|
44
|
+
/** @returns The number of charged units (defaults to 0 if not set). */
|
|
45
|
+
get chargingUnits(): number;
|
|
46
|
+
/** @returns The cost of the call (defaults to 0 if not set). */
|
|
47
|
+
get cost(): number;
|
|
48
|
+
/**
|
|
49
|
+
* @returns The call start date, or `null` if not set.
|
|
50
|
+
* Available only if the query was done with the 'all' option.
|
|
51
|
+
*/
|
|
52
|
+
get startDate(): Date | null;
|
|
53
|
+
/** @returns The call duration in seconds (defaults to 0 if not set). */
|
|
54
|
+
get duration(): number;
|
|
55
|
+
/**
|
|
56
|
+
* @returns The call type, or `null` if not set.
|
|
57
|
+
* Available only if the query was done with the 'all' option.
|
|
58
|
+
*/
|
|
59
|
+
get callType(): CallType | null;
|
|
60
|
+
/** @returns The effective call duration in seconds (defaults to 0 if not set). */
|
|
61
|
+
get effectiveCallDuration(): number;
|
|
62
|
+
/** @returns The acting extension node number (defaults to -1 if not set). */
|
|
63
|
+
get actingExtensionNumberNode(): number;
|
|
64
|
+
/** @returns The internal facilities, or `null` if not set. */
|
|
65
|
+
get internalFacilities(): TelFacility[] | null;
|
|
66
|
+
/** @returns The external facilities, or `null` if not set. */
|
|
67
|
+
get externalFacilities(): TelFacility[] | null;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=charging.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charging.d.ts","sourceRoot":"","sources":["../../../../src/types/analytics/charging.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAS7C;;;;;;;GAOG;AACH,qBAAa,QAAQ;;IAgBjB;;;;;;;;;;;;;;;;OAgBG;IACH,OAAO;IAgCP,wCAAwC;IACxC,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,sDAAsD;IACtD,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,CAExB;IAED,8DAA8D;IAC9D,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;;OAGG;IACH,IAAI,mBAAmB,IAAI,MAAM,GAAG,IAAI,CAEvC;IAED,uEAAuE;IACvE,IAAI,UAAU,IAAI,MAAM,CAEvB;IAED,uEAAuE;IACvE,IAAI,aAAa,IAAI,MAAM,CAE1B;IAED,gEAAgE;IAChE,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,IAAI,GAAG,IAAI,CAE3B;IAED,wEAAwE;IACxE,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED;;;OAGG;IACH,IAAI,QAAQ,IAAI,QAAQ,GAAG,IAAI,CAE9B;IAED,kFAAkF;IAClF,IAAI,qBAAqB,IAAI,MAAM,CAElC;IAED,6EAA6E;IAC7E,IAAI,yBAAyB,IAAI,MAAM,CAEtC;IAED,8DAA8D;IAC9D,IAAI,kBAAkB,IAAI,WAAW,EAAE,GAAG,IAAI,CAE7C;IAED,8DAA8D;IAC9D,IAAI,kBAAkB,IAAI,WAAW,EAAE,GAAG,IAAI,CAE7C;CAgDJ"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents an incident on an OmniPCX Enterprise node.
|
|
3
|
+
*
|
|
4
|
+
* Each incident contains details such as severity, description, node, rack, board,
|
|
5
|
+
* and the date it was raised. Incidents may occur on the main call server or on
|
|
6
|
+
* a specific node, and may reference specific equipment or termination points.
|
|
7
|
+
*/
|
|
8
|
+
export declare class Incident {
|
|
9
|
+
#private;
|
|
10
|
+
/**
|
|
11
|
+
* @ignore
|
|
12
|
+
*/
|
|
13
|
+
private constructor();
|
|
14
|
+
/** @returns The unique identifier of this incident. */
|
|
15
|
+
get id(): number;
|
|
16
|
+
/** @returns The date and time when this incident was raised. */
|
|
17
|
+
get date(): Date;
|
|
18
|
+
/** @returns The severity level of this incident. */
|
|
19
|
+
get severity(): number;
|
|
20
|
+
/** @returns The textual description of the incident. */
|
|
21
|
+
get description(): string;
|
|
22
|
+
/** @returns The number of occurrences of this incident. */
|
|
23
|
+
get nbOccurs(): number;
|
|
24
|
+
/** @returns The OmniPCX Enterprise node on which this incident occurred. */
|
|
25
|
+
get node(): number;
|
|
26
|
+
/** @returns Whether this incident occurred on the main call server. */
|
|
27
|
+
get main(): boolean;
|
|
28
|
+
/** @returns The rack associated with this incident, or `null` if not set. */
|
|
29
|
+
get rack(): string | null;
|
|
30
|
+
/** @returns The board associated with this incident, or `null` if not set. */
|
|
31
|
+
get board(): string | null;
|
|
32
|
+
/** @returns The equipment associated with this incident, or `null` if not set. */
|
|
33
|
+
get equipment(): string | null;
|
|
34
|
+
/** @returns The termination associated with this incident, or `null` if not set. */
|
|
35
|
+
get termination(): string | null;
|
|
36
|
+
/** @ignore Converts a DD/MM/YY string to ISO YYYY-MM-DD format. */
|
|
37
|
+
private static _makeIsoDate;
|
|
38
|
+
/** @ignore Converts date and hour strings from JSON to a Date object. */
|
|
39
|
+
private static _makeDate;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=incident.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incident.d.ts","sourceRoot":"","sources":["../../../../src/types/analytics/incident.ts"],"names":[],"mappings":"AAqBA;;;;;;GAMG;AACH,qBAAa,QAAQ;;IAajB;;OAEG;IACH,OAAO;IA0BP,uDAAuD;IACvD,IAAI,EAAE,IAAI,MAAM,CAEf;IAED,gEAAgE;IAChE,IAAI,IAAI,IAAI,IAAI,CAEf;IAED,oDAAoD;IACpD,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,wDAAwD;IACxD,IAAI,WAAW,IAAI,MAAM,CAExB;IAED,2DAA2D;IAC3D,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,4EAA4E;IAC5E,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED,uEAAuE;IACvE,IAAI,IAAI,IAAI,OAAO,CAElB;IAED,6EAA6E;IAC7E,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,CAExB;IAED,8EAA8E;IAC9E,IAAI,KAAK,IAAI,MAAM,GAAG,IAAI,CAEzB;IAED,kFAAkF;IAClF,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED,oFAAoF;IACpF,IAAI,WAAW,IAAI,MAAM,GAAG,IAAI,CAE/B;IAyBD,mEAAmE;IACnE,OAAO,CAAC,MAAM,CAAC,YAAY;IAM3B,yEAAyE;IACzE,OAAO,CAAC,MAAM,CAAC,SAAS;CAG3B"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TelFacility represents the telephonic facilities.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum TelFacility {
|
|
5
|
+
CallingLineIdentificationPresentation = "CallingLineIdentificationPresentation",
|
|
6
|
+
ConnectedLineIdentificationPresentation = "ConnectedLineIdentificationPresentation",
|
|
7
|
+
CallingLineIdentificationRestriction = "CallingLineIdentificationRestriction",
|
|
8
|
+
ConnectedLineIdentificationRestriction = "ConnectedLineIdentificationRestriction",
|
|
9
|
+
MaliciousCallIdentification = "MaliciousCallIdentification",
|
|
10
|
+
CallForwardingUnconditional = "CallForwardingUnconditional",
|
|
11
|
+
CallForwardingOnBusy = "CallForwardingOnBusy",
|
|
12
|
+
CallForwardingOnNoReply = "CallForwardingOnNoReply",
|
|
13
|
+
Transfer = "Transfer",
|
|
14
|
+
AdviceOfChargeAtSetup = "AdviceOfChargeAtSetup",
|
|
15
|
+
AdviceOfChargeDuringCall = "AdviceOfChargeDuringCall",
|
|
16
|
+
AdviceOfChargeAtEnd = "AdviceOfChargeAtEnd",
|
|
17
|
+
ClosedUserGroup = "ClosedUserGroup",
|
|
18
|
+
CallWaiting = "CallWaiting",
|
|
19
|
+
UserToUserSignalling = "UserToUserSignalling",
|
|
20
|
+
UserToUserFacility = "UserToUserFacility",
|
|
21
|
+
TerminalPortability = "TerminalPortability",
|
|
22
|
+
Interception = "Interception",
|
|
23
|
+
Booking = "Booking",
|
|
24
|
+
CampOn = "CampOn",
|
|
25
|
+
Conference = "Conference",
|
|
26
|
+
MiniMessaging = "MiniMessaging",
|
|
27
|
+
Subaddressing = "Subaddressing",
|
|
28
|
+
BasicCall = "BasicCall",
|
|
29
|
+
OperatorFacility = "OperatorFacility",
|
|
30
|
+
Substitution = "Substitution",
|
|
31
|
+
PriorityIncomingCall = "PriorityIncomingCall",
|
|
32
|
+
Transit = "Transit",
|
|
33
|
+
PrivateOverflowToPublic = "PrivateOverflowToPublic",
|
|
34
|
+
ReroutingPublicToPrivate = "ReroutingPublicToPrivate",
|
|
35
|
+
FaxServer = "FaxServer",
|
|
36
|
+
VoiceMail = "VoiceMail",
|
|
37
|
+
CentralAbbreviatedNumbering = "CentralAbbreviatedNumbering",
|
|
38
|
+
IndividualAbbreviatedNumbering = "IndividualAbbreviatedNumbering",
|
|
39
|
+
IntegratedServiceVirtualPrivateNetwork = "IntegratedServiceVirtualPrivateNetwork",
|
|
40
|
+
OverflowVirtualPrivateNetwork = "OverflowVirtualPrivateNetwork",
|
|
41
|
+
ARSService = "ARSService",
|
|
42
|
+
DISA = "DISA",
|
|
43
|
+
None = "None"
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=tel-facility.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tel-facility.d.ts","sourceRoot":"","sources":["../../../../src/types/analytics/tel-facility.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,WAAW;IACnB,qCAAqC,0CAA0C;IAC/E,uCAAuC,4CAA4C;IACnF,oCAAoC,yCAAyC;IAC7E,sCAAsC,2CAA2C;IACjF,2BAA2B,gCAAgC;IAC3D,2BAA2B,gCAAgC;IAC3D,oBAAoB,yBAAyB;IAC7C,uBAAuB,4BAA4B;IACnD,QAAQ,aAAa;IACrB,qBAAqB,0BAA0B;IAC/C,wBAAwB,6BAA6B;IACrD,mBAAmB,wBAAwB;IAC3C,eAAe,oBAAoB;IACnC,WAAW,gBAAgB;IAC3B,oBAAoB,yBAAyB;IAC7C,kBAAkB,uBAAuB;IACzC,mBAAmB,wBAAwB;IAC3C,YAAY,iBAAiB;IAC7B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,SAAS,cAAc;IACvB,gBAAgB,qBAAqB;IACrC,YAAY,iBAAiB;IAC7B,oBAAoB,yBAAyB;IAC7C,OAAO,YAAY;IACnB,uBAAuB,4BAA4B;IACnD,wBAAwB,6BAA6B;IACrD,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,2BAA2B,gCAAgC;IAC3D,8BAA8B,mCAAmC;IACjE,sCAAsC,2CAA2C;IACjF,6BAA6B,kCAAkC;IAC/D,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents the groups an agent belongs to.
|
|
3
|
+
*/
|
|
4
|
+
export declare class AgentGroups {
|
|
5
|
+
#private;
|
|
6
|
+
/** Preferred agent group. */
|
|
7
|
+
get preferred(): string | null;
|
|
8
|
+
/** All agent groups the operator is part of. */
|
|
9
|
+
get groups(): string[] | null;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=agent-groups.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-groups.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/agent-groups.ts"],"names":[],"mappings":"AAqBA;;GAEG;AACH,qBAAa,WAAW;;IAYpB,6BAA6B;IAC7B,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED,gDAAgD;IAChD,IAAI,MAAM,IAAI,MAAM,EAAE,GAAG,IAAI,CAE5B;CAQJ"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { AgentSkill } from './agent-skill';
|
|
2
|
+
/**
|
|
3
|
+
* Represents the set of skills assigned to a CCD agent.
|
|
4
|
+
* <p>
|
|
5
|
+
* An `AgentSkillSet` is a collection of {@link AgentSkill} objects indexed by
|
|
6
|
+
* skill number. It is returned as part of the agent's configuration and state,
|
|
7
|
+
* and can be used to check which skills an agent has and whether specific
|
|
8
|
+
* skills are active.
|
|
9
|
+
*
|
|
10
|
+
* @see CallCenterAgent.getConfiguration
|
|
11
|
+
* @see CallCenterAgent.activateSkills
|
|
12
|
+
* @see CallCenterAgent.deactivateSkills
|
|
13
|
+
*/
|
|
14
|
+
export declare class AgentSkillSet {
|
|
15
|
+
#private;
|
|
16
|
+
/**
|
|
17
|
+
* Returns the skill with the specified number.
|
|
18
|
+
*
|
|
19
|
+
* @param number the skill number
|
|
20
|
+
* @returns the {@link AgentSkill} with the specified number, or `null` if not found
|
|
21
|
+
*/
|
|
22
|
+
get(number: number): AgentSkill | null;
|
|
23
|
+
/**
|
|
24
|
+
* Returns whether the specified skill number exists in this skill set.
|
|
25
|
+
*
|
|
26
|
+
* @param number the skill number to check
|
|
27
|
+
* @returns `true` if the skill is present; `false` otherwise
|
|
28
|
+
*/
|
|
29
|
+
contains(number: number): boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Returns the set of skill numbers contained in this skill set.
|
|
32
|
+
*
|
|
33
|
+
* @returns a `Set` of skill numbers
|
|
34
|
+
*/
|
|
35
|
+
get skillsNumbers(): Set<number>;
|
|
36
|
+
/**
|
|
37
|
+
* Returns all skills in this skill set.
|
|
38
|
+
*
|
|
39
|
+
* @returns the list of {@link AgentSkill} objects
|
|
40
|
+
*/
|
|
41
|
+
get skills(): AgentSkill[];
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=agent-skill-set.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-skill-set.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/agent-skill-set.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;;;;;;;;GAWG;AACH,qBAAa,aAAa;;IAUtB;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI;IAItC;;;;;OAKG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAIjC;;;;OAIG;IACH,IAAI,aAAa,IAAI,GAAG,CAAC,MAAM,CAAC,CAE/B;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,UAAU,EAAE,CAEzB;CAaJ"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents a CCD operator skill.
|
|
3
|
+
* Skills are used by the "Advanced Call Routing" strategy.
|
|
4
|
+
*/
|
|
5
|
+
export declare class AgentSkill {
|
|
6
|
+
#private;
|
|
7
|
+
private constructor();
|
|
8
|
+
/** Getter for the skill number */
|
|
9
|
+
get number(): number;
|
|
10
|
+
/** Getter for the skill level */
|
|
11
|
+
get level(): number;
|
|
12
|
+
/** Getter for whether the skill is active */
|
|
13
|
+
get active(): boolean;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=agent-skill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-skill.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/agent-skill.ts"],"names":[],"mappings":"AAmBA;;;GAGG;AACH,qBAAa,UAAU;;IAUnB,OAAO;IAYP,kCAAkC;IAClC,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,iCAAiC;IACjC,IAAI,KAAK,IAAI,MAAM,CAElB;IAED,6CAA6C;IAC7C,IAAI,MAAM,IAAI,OAAO,CAEpB;CACJ"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { AgentSkillSet } from './agent-skill-set';
|
|
2
|
+
import { OperatorState } from './operator-state';
|
|
3
|
+
/**
|
|
4
|
+
* Notification sent when an agent's skills have changed.
|
|
5
|
+
*/
|
|
6
|
+
export declare class OnAgentSkillChanged {
|
|
7
|
+
#private;
|
|
8
|
+
/** Login name of the agent (identifier which can be used for filtering). */
|
|
9
|
+
get loginName(): string;
|
|
10
|
+
/** Updated set of skills for the agent. */
|
|
11
|
+
get skills(): AgentSkillSet;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Notification sent when an agent's state has changed.
|
|
15
|
+
*/
|
|
16
|
+
export declare class OnAgentStateChanged {
|
|
17
|
+
#private;
|
|
18
|
+
private constructor();
|
|
19
|
+
/** Login name of the agent (identifier which can be used for filtering). */
|
|
20
|
+
get loginName(): string;
|
|
21
|
+
/** Updated state of the agent. */
|
|
22
|
+
get state(): OperatorState;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Notification sent when a supervisor cancels a help request from an agent.
|
|
26
|
+
*/
|
|
27
|
+
export declare class OnSupervisorHelpCancelled {
|
|
28
|
+
#private;
|
|
29
|
+
/** Login name of the supervisor or agent requesting help. */
|
|
30
|
+
get loginName(): string;
|
|
31
|
+
/** The agent number for whom the help was cancelled. */
|
|
32
|
+
get agentNumber(): string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Notification sent when a supervisor help is requested by an agent.
|
|
36
|
+
*/
|
|
37
|
+
export declare class OnSupervisorHelpRequested {
|
|
38
|
+
#private;
|
|
39
|
+
/** Login name of the supervisor or agent requesting help. */
|
|
40
|
+
get loginName(): string;
|
|
41
|
+
/** The agent number requesting the supervisor's help. */
|
|
42
|
+
get agentNumber(): string;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=cc-agent-events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cc-agent-events.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/cc-agent-events.ts"],"names":[],"mappings":"AAyBA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;GAEG;AACH,qBAAa,mBAAmB;;IAY5B,4EAA4E;IAC5E,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,2CAA2C;IAC3C,IAAI,MAAM,IAAI,aAAa,CAE1B;CAWJ;AAED;;GAEG;AACH,qBAAa,mBAAmB;;IAI5B,OAAO;IAKP,4EAA4E;IAC5E,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,kCAAkC;IAClC,IAAI,KAAK,IAAI,aAAa,CAEzB;CAUJ;AAED;;GAEG;AACH,qBAAa,yBAAyB;;IAYlC,6DAA6D;IAC7D,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,wDAAwD;IACxD,IAAI,WAAW,IAAI,MAAM,CAExB;CAQJ;AAED;;GAEG;AACH,qBAAa,yBAAyB;;IAYlC,6DAA6D;IAC7D,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,yDAAyD;IACzD,IAAI,WAAW,IAAI,MAAM,CAExB;CAQJ"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IntrusionMode represents the possible intrusion mode.
|
|
3
|
+
* <p>
|
|
4
|
+
* A supervisor can intrude in an established CCD call. The intrusion depends on the IntrusionMode.
|
|
5
|
+
* @see {@link CallCenterAgent.requestIntrusion}
|
|
6
|
+
*/
|
|
7
|
+
export declare enum IntrusionMode {
|
|
8
|
+
/**
|
|
9
|
+
* The supervisor can talk to both the agent and the remote customer.
|
|
10
|
+
*/
|
|
11
|
+
NORMAL = "NORMAL",
|
|
12
|
+
/**
|
|
13
|
+
* The supervisor can only talk to the agent but listen to the remote customer.
|
|
14
|
+
*/
|
|
15
|
+
RESTRICTED = "RESTRICTED",
|
|
16
|
+
/**
|
|
17
|
+
* The supervisor only listens to the conversation between agent and customer.
|
|
18
|
+
*/
|
|
19
|
+
DISCRETE = "DISCRETE",
|
|
20
|
+
/**
|
|
21
|
+
* The supervisor stops the intrusion
|
|
22
|
+
*/
|
|
23
|
+
STOP = "STOP"
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=intrusion-mode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"intrusion-mode.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/intrusion-mode.ts"],"names":[],"mappings":"AAmBA;;;;;GAKG;AACH,oBAAY,aAAa;IACrB;;OAEG;IACH,MAAM,WAAW;IAEjB;;OAEG;IACH,UAAU,eAAe;IAEzB;;OAEG;IACH,QAAQ,aAAa;IAErB;;OAEG;IACH,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { AgentGroups } from './agent-groups';
|
|
2
|
+
import { AgentSkillSet } from './agent-skill-set';
|
|
3
|
+
import { OperatorType } from './operator-type';
|
|
4
|
+
/**
|
|
5
|
+
* `OperatorConfig` represents the configuration of a CCD operator.
|
|
6
|
+
*
|
|
7
|
+
* A CCD operator can be an {@link OperatorType.AGENT | agent}
|
|
8
|
+
* or an {@link OperatorType.SUPERVISOR | supervisor}. This class
|
|
9
|
+
* provides access to the operator’s type, associated pro-ACD station,
|
|
10
|
+
* group memberships, skills, and feature settings
|
|
11
|
+
* (such as headset usage, self-assignment capability, or multiline configuration).
|
|
12
|
+
*/
|
|
13
|
+
export declare class OperatorConfig {
|
|
14
|
+
#private;
|
|
15
|
+
/**
|
|
16
|
+
* Returns the type of CCD operator (agent or supervisor).
|
|
17
|
+
*
|
|
18
|
+
* @returns The operator type.
|
|
19
|
+
*/
|
|
20
|
+
get type(): OperatorType;
|
|
21
|
+
/**
|
|
22
|
+
* Returns the associated pro-ACD station.
|
|
23
|
+
*
|
|
24
|
+
* @returns The pro-ACD station extension number,
|
|
25
|
+
* or `null` if none is associated.
|
|
26
|
+
*/
|
|
27
|
+
get proacd(): string | null;
|
|
28
|
+
/**
|
|
29
|
+
* Returns the agent groups the operator is attached to,
|
|
30
|
+
* including the preferred group if defined.
|
|
31
|
+
*
|
|
32
|
+
* @returns The {@link AgentGroups} instance representing
|
|
33
|
+
* the operator’s group memberships,
|
|
34
|
+
* or `null` if none are configured.
|
|
35
|
+
*/
|
|
36
|
+
get processingGroups(): AgentGroups | null;
|
|
37
|
+
/**
|
|
38
|
+
* Returns the operator’s assigned skills.
|
|
39
|
+
*
|
|
40
|
+
* @returns The {@link AgentSkillSet} instance representing
|
|
41
|
+
* the operator’s skills,
|
|
42
|
+
* or `null` if none are defined.
|
|
43
|
+
*/
|
|
44
|
+
get skills(): AgentSkillSet | null;
|
|
45
|
+
/**
|
|
46
|
+
* Indicates whether the operator can choose their own processing group.
|
|
47
|
+
*
|
|
48
|
+
* @returns `true` if the operator can self-assign a group;
|
|
49
|
+
* `false` otherwise.
|
|
50
|
+
*/
|
|
51
|
+
get selfAssign(): boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Indicates whether the operator has the headset feature enabled.
|
|
54
|
+
*
|
|
55
|
+
* The headset feature allows a CCD operator to answer calls using a headset device.
|
|
56
|
+
*
|
|
57
|
+
* @returns `true` if headset functionality is enabled;
|
|
58
|
+
* `false` otherwise.
|
|
59
|
+
*/
|
|
60
|
+
get headset(): boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Indicates whether the operator can request help from a supervisor.
|
|
63
|
+
*
|
|
64
|
+
* @returns `true` if the operator can request help;
|
|
65
|
+
* `false` otherwise.
|
|
66
|
+
*/
|
|
67
|
+
get help(): boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Indicates whether the operator is configured as multiline.
|
|
70
|
+
*
|
|
71
|
+
* @returns `true` if the operator supports multiline handling;
|
|
72
|
+
* `false` otherwise.
|
|
73
|
+
*/
|
|
74
|
+
get multiline(): boolean;
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=operator-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operator-config.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/operator-config.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C;;;;;;;;GAQG;AACH,qBAAa,cAAc;;IAiCvB;;;;OAIG;IACH,IAAI,IAAI,IAAI,YAAY,CAEvB;IAED;;;;;OAKG;IACH,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;;;;;;OAOG;IACH,IAAI,gBAAgB,IAAI,WAAW,GAAG,IAAI,CAEzC;IAED;;;;;;OAMG;IACH,IAAI,MAAM,IAAI,aAAa,GAAG,IAAI,CAEjC;IAED;;;;;OAKG;IACH,IAAI,UAAU,IAAI,OAAO,CAExB;IAED;;;;;;;OAOG;IACH,IAAI,OAAO,IAAI,OAAO,CAErB;IAED;;;;;OAKG;IACH,IAAI,IAAI,IAAI,OAAO,CAElB;IAED;;;;;OAKG;IACH,IAAI,SAAS,IAAI,OAAO,CAEvB;CA2BJ"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `OperatorState` represents the current state of a CCD operator.
|
|
3
|
+
*
|
|
4
|
+
* This includes both the static login/logoff state (`mainState`) and
|
|
5
|
+
* the dynamic activity state (`subState`). Additional properties track
|
|
6
|
+
* the pro-ACD device, processing group, withdrawal status, and
|
|
7
|
+
* withdrawal reason index.
|
|
8
|
+
*/
|
|
9
|
+
export declare class OperatorState {
|
|
10
|
+
#private;
|
|
11
|
+
/**
|
|
12
|
+
* Returns the static (main) state of the operator,
|
|
13
|
+
* indicating login, logoff, or error status.
|
|
14
|
+
*/
|
|
15
|
+
get mainState(): OperatorState.OperatorMainState;
|
|
16
|
+
/**
|
|
17
|
+
* Returns the dynamic (sub) state of the operator,
|
|
18
|
+
* indicating the operator's current activity or wrap-up phase.
|
|
19
|
+
*
|
|
20
|
+
* Defaults to `OperatorDynamicState.UNKNOWN` if undefined.
|
|
21
|
+
*/
|
|
22
|
+
get subState(): OperatorState.OperatorDynamicState;
|
|
23
|
+
/**
|
|
24
|
+
* Returns the pro-ACD device number the operator is logged on.
|
|
25
|
+
*
|
|
26
|
+
* @returns The extension number, or `null` if the operator is not logged on.
|
|
27
|
+
*/
|
|
28
|
+
get proAcdDeviceNumber(): string | null;
|
|
29
|
+
/**
|
|
30
|
+
* Returns the processing group the operator is currently logged into.
|
|
31
|
+
*
|
|
32
|
+
* @returns The PG number, or `null` if the operator is not in any group.
|
|
33
|
+
*/
|
|
34
|
+
get pgNumber(): string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Returns the withdraw reason index for the operator.
|
|
37
|
+
*
|
|
38
|
+
* @returns The withdraw reason index, or `null` if not in withdraw state.
|
|
39
|
+
*/
|
|
40
|
+
get withdrawReason(): number | null;
|
|
41
|
+
/**
|
|
42
|
+
* Indicates whether the operator is currently in withdraw state.
|
|
43
|
+
*
|
|
44
|
+
* @returns `true` if the operator is withdrawn from call distribution, `false` otherwise.
|
|
45
|
+
*/
|
|
46
|
+
get withdraw(): boolean;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Namespace containing enums used by `OperatorState`.
|
|
50
|
+
*/
|
|
51
|
+
export declare namespace OperatorState {
|
|
52
|
+
/**
|
|
53
|
+
* Represents the static login/logoff state of a CCD operator.
|
|
54
|
+
*/
|
|
55
|
+
enum OperatorMainState {
|
|
56
|
+
/** The O2G server is unable to determine the operator's main state. */
|
|
57
|
+
UNKNOWN = "UNKNOWN",
|
|
58
|
+
/** The operator is logged on a pro-ACD device. */
|
|
59
|
+
LOG_ON = "LOG_ON",
|
|
60
|
+
/** The operator is logged off. */
|
|
61
|
+
LOG_OFF = "LOG_OFF",
|
|
62
|
+
/** Error status. */
|
|
63
|
+
ERROR = "ERROR"
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Represents the dynamic activity state of a CCD operator.
|
|
67
|
+
*
|
|
68
|
+
* Dynamic states indicate the operator's current activity,
|
|
69
|
+
* wrap-up phase, or pause status.
|
|
70
|
+
*/
|
|
71
|
+
enum OperatorDynamicState {
|
|
72
|
+
/** The operator is ready to receive calls. */
|
|
73
|
+
READY = "READY",
|
|
74
|
+
/** The operator is logged on but not entered into any agent group. */
|
|
75
|
+
OUT_OF_PG = "OUT_OF_PG",
|
|
76
|
+
/** The operator is busy handling a call. */
|
|
77
|
+
BUSY = "BUSY",
|
|
78
|
+
/** The operator is entering a transaction code. */
|
|
79
|
+
TRANSACTION_CODE_INPUT = "TRANSACTION_CODE_INPUT",
|
|
80
|
+
/** The operator is in automatic wrap-up phase. */
|
|
81
|
+
WRAPUP = "WRAPUP",
|
|
82
|
+
/** The operator is in a pause state. */
|
|
83
|
+
PAUSE = "PAUSE",
|
|
84
|
+
/** The operator has withdrawn from call distribution. */
|
|
85
|
+
WITHDRAW = "WITHDRAW",
|
|
86
|
+
/** The operator is in wrap-up due to handling an instant message (IM). */
|
|
87
|
+
WRAPUP_IM = "WRAPUP_IM",
|
|
88
|
+
/** The operator is in wrap-up due to handling an email. */
|
|
89
|
+
WRAPUP_EMAIL = "WRAPUP_EMAIL",
|
|
90
|
+
/** The operator is in wrap-up due to handling an email, but can still receive CCD calls. */
|
|
91
|
+
WRAPUP_EMAIL_INTERRUPTIBLE = "WRAPUP_EMAIL_INTERRUPTIBLE",
|
|
92
|
+
/** The operator is in wrap-up after an outbound call. */
|
|
93
|
+
WRAPUP_OUTBOUND = "WRAPUP_OUTBOUND",
|
|
94
|
+
/** The operator is in wrap-up after a web callback call. */
|
|
95
|
+
WRAPUP_CALLBACK = "WRAPUP_CALLBACK",
|
|
96
|
+
/** The O2G server is unable to determine the operator's dynamic state. */
|
|
97
|
+
UNKNOWN = "UNKNOWN"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
//# sourceMappingURL=operator-state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operator-state.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/operator-state.ts"],"names":[],"mappings":"AAqBA;;;;;;;GAOG;AACH,qBAAa,aAAa;;IA2BtB;;;OAGG;IACH,IAAI,SAAS,IAAI,aAAa,CAAC,iBAAiB,CAE/C;IAED;;;;;OAKG;IACH,IAAI,QAAQ,IAAI,aAAa,CAAC,oBAAoB,CAEjD;IAED;;;;OAIG;IACH,IAAI,kBAAkB,IAAI,MAAM,GAAG,IAAI,CAEtC;IAED;;;;OAIG;IACH,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED;;;;OAIG;IACH,IAAI,cAAc,IAAI,MAAM,GAAG,IAAI,CAElC;IAED;;;;OAIG;IACH,IAAI,QAAQ,IAAI,OAAO,CAEtB;CAoBJ;AAED;;GAEG;AACH,yBAAiB,aAAa,CAAC;IAC3B;;OAEG;IACH,KAAY,iBAAiB;QACzB,uEAAuE;QACvE,OAAO,YAAY;QAEnB,kDAAkD;QAClD,MAAM,WAAW;QAEjB,kCAAkC;QAClC,OAAO,YAAY;QAEnB,oBAAoB;QACpB,KAAK,UAAU;KAClB;IAED;;;;;OAKG;IACH,KAAY,oBAAoB;QAC5B,8CAA8C;QAC9C,KAAK,UAAU;QAEf,sEAAsE;QACtE,SAAS,cAAc;QAEvB,4CAA4C;QAC5C,IAAI,SAAS;QAEb,mDAAmD;QACnD,sBAAsB,2BAA2B;QAEjD,kDAAkD;QAClD,MAAM,WAAW;QAEjB,wCAAwC;QACxC,KAAK,UAAU;QAEf,yDAAyD;QACzD,QAAQ,aAAa;QAErB,0EAA0E;QAC1E,SAAS,cAAc;QAEvB,2DAA2D;QAC3D,YAAY,iBAAiB;QAE7B,4FAA4F;QAC5F,0BAA0B,+BAA+B;QAEzD,yDAAyD;QACzD,eAAe,oBAAoB;QAEnC,4DAA4D;QAC5D,eAAe,oBAAoB;QAEnC,0EAA0E;QAC1E,OAAO,YAAY;KACtB;CACJ"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OperatorType represents the CCD operator, either Agent or Supervisor.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum OperatorType {
|
|
5
|
+
/**
|
|
6
|
+
* CCD Agent.
|
|
7
|
+
*/
|
|
8
|
+
AGENT = "AGENT",
|
|
9
|
+
/**
|
|
10
|
+
* CCD Supervisor.
|
|
11
|
+
*/
|
|
12
|
+
SUPERVISOR = "SUPERVISOR"
|
|
13
|
+
}
|
|
14
|
+
export declare namespace OperatorType {
|
|
15
|
+
function isOperatorType(value: string): value is OperatorType;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=operator-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operator-type.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-agent/operator-type.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,YAAY;IACpB;;OAEG;IACH,KAAK,UAAU;IAEf;;OAEG;IACH,UAAU,eAAe;CAC5B;AAED,yBAAiB,YAAY,CAAC;IAC1B,SAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAEnE;CACJ"}
|