o2g-node-sdk 1.0.1 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +234 -5
- package/dist/o2g-node-sdk.js +38042 -1
- package/dist/o2g-node-sdk.js.map +1 -1
- package/dist/{ErrorInfo.d.ts → types/ErrorInfo.d.ts} +1 -0
- package/dist/types/ErrorInfo.d.ts.map +1 -0
- package/dist/{host.d.ts → types/host.d.ts} +3 -2
- 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/{eventsummary/event-summary-events.d.ts → internal/types/eventsummary/eventsummary-types.d.ts} +4 -5
- 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/{o2g-analytics.d.ts → types/o2g-analytics.d.ts} +10 -15
- 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/{o2g-rsi.d.ts → types/o2g-rsi.d.ts} +7 -12
- 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/{analytics → types/analytics}/call-type.d.ts +1 -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/{analytics → types/analytics}/tel-facility.d.ts +1 -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/{cc-agent → types/cc-agent}/intrusion-mode.d.ts +3 -2
- 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/{cc-agent → types/cc-agent}/operator-type.d.ts +1 -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/{cc-mngt → types/cc-mngt}/calendar/abstract-calendar.d.ts +2 -1
- 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/{comlog/option.d.ts → types/comlog/filter-option.d.ts} +2 -1
- package/dist/types/types/comlog/filter-option.d.ts.map +1 -0
- package/dist/types/{comlog → types/comlog}/page.d.ts +2 -1
- 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/{comlog → types/comlog}/reason.d.ts +1 -0
- package/dist/types/types/comlog/reason.d.ts.map +1 -0
- package/dist/types/{comlog → types/comlog}/role.d.ts +1 -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/{directory → types/directory}/filter-item.d.ts +5 -4
- 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/{directory → types/directory}/operation-filter.d.ts +5 -4
- 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/{events → types/events}/events.d.ts +37 -14
- 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/{pbxmngt → types/pbxmngt}/attribute-filter.d.ts +1 -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/{routing → types/routing}/destination.d.ts +1 -2
- 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/{routing → types/routing}/routing-state.d.ts +5 -20
- package/dist/types/types/routing/routing-state.d.ts.map +1 -0
- package/dist/types/{rsi → types/rsi}/add-digit-coll-criteria.d.ts +1 -0
- package/dist/types/types/rsi/add-digit-coll-criteria.d.ts.map +1 -0
- package/dist/types/{rsi → types/rsi}/collection-cause.d.ts +1 -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/{rsi → types/rsi}/routing-caller-type.d.ts +1 -0
- package/dist/types/types/rsi/routing-caller-type.d.ts.map +1 -0
- package/dist/types/{rsi → types/rsi}/routing-reason.d.ts +1 -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/{rsi → types/rsi}/tones.d.ts +1 -0
- package/dist/types/types/rsi/tones.d.ts.map +1 -0
- package/dist/types/{telephony → types/telephony}/RecordingAction.d.ts +1 -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 +41 -7
- package/dist/o2g-cc-agent.d.ts +0 -247
- package/dist/o2g-cc-mngt.d.ts +0 -32
- package/dist/o2g-cc-pilot.d.ts +0 -42
- package/dist/o2g-comlog.d.ts +0 -173
- package/dist/o2g-directory.d.ts +0 -88
- package/dist/o2g-eventSummary.d.ts +0 -33
- package/dist/o2g-maint.d.ts +0 -48
- package/dist/o2g-messaging.d.ts +0 -115
- package/dist/o2g-node-sdk.d.ts +0 -159
- package/dist/o2g-pbx-mngt.d.ts +0 -146
- package/dist/o2g-phone-set-prog.d.ts +0 -29
- package/dist/o2g-routing.d.ts +0 -267
- package/dist/o2g-telephony.d.ts +0 -795
- package/dist/o2g-user-mngt.d.ts +0 -42
- package/dist/o2g-users.d.ts +0 -85
- package/dist/subscription.d.ts +0 -258
- package/dist/types/analytics/charging-file.d.ts +0 -27
- package/dist/types/analytics/charging-result.d.ts +0 -43
- package/dist/types/analytics/charging.d.ts +0 -105
- package/dist/types/analytics/incident.d.ts +0 -46
- package/dist/types/analytics/time-range.d.ts +0 -22
- package/dist/types/cc-agent/cc-agent-events.d.ts +0 -54
- package/dist/types/cc-agent/cc-agent-types.d.ts +0 -71
- package/dist/types/cc-agent/operator-dyn-state.d.ts +0 -56
- package/dist/types/cc-agent/operator-main-state.d.ts +0 -21
- package/dist/types/cc-mngt/calendar/calendar.d.ts +0 -19
- package/dist/types/cc-mngt/calendar/day-of-week.d.ts +0 -33
- package/dist/types/cc-mngt/calendar/exception-calendar.d.ts +0 -26
- package/dist/types/cc-mngt/calendar/normal-calendar.d.ts +0 -27
- package/dist/types/cc-mngt/calendar/transition.d.ts +0 -49
- package/dist/types/cc-mngt/cc-mngt-types.d.ts +0 -0
- package/dist/types/cc-mngt/pilot-rule-set.d.ts +0 -27
- package/dist/types/cc-mngt/pilot-rule.d.ts +0 -14
- package/dist/types/cc-mngt/pilot.d.ts +0 -56
- package/dist/types/cc-pilot/cc-pilot-events.d.ts +0 -111
- package/dist/types/comlog/com-record.d.ts +0 -51
- package/dist/types/comlog/comlog-events.d.ts +0 -74
- package/dist/types/comlog/comlog-types.d.ts +0 -131
- package/dist/types/comlog/query-filter.d.ts +0 -44
- package/dist/types/comlog/query-result.d.ts +0 -27
- package/dist/types/common/common-types.d.ts +0 -78
- package/dist/types/directory/criteria.d.ts +0 -90
- package/dist/types/directory/directory-types.d.ts +0 -44
- package/dist/types/events/o2g-event.d.ts +0 -3
- package/dist/types/eventsummary/event-summary-counter.d.ts +0 -44
- package/dist/types/maint/maint-events.d.ts +0 -51
- package/dist/types/maint/maint-types.d.ts +0 -162
- package/dist/types/messaging/messaging-types.d.ts +0 -120
- package/dist/types/pbxmngt/attribute-type.d.ts +0 -34
- package/dist/types/pbxmngt/filter.d.ts +0 -46
- package/dist/types/pbxmngt/model.d.ts +0 -63
- package/dist/types/pbxmngt/pbx-attr-map.d.ts +0 -91
- package/dist/types/pbxmngt/pbx-attribute.d.ts +0 -87
- package/dist/types/pbxmngt/pbx-object.d.ts +0 -45
- package/dist/types/pbxmngt/pbxmngt-events.d.ts +0 -59
- package/dist/types/pbxmngt/pbxmngt-types.d.ts +0 -14
- package/dist/types/phoneset/device-key.d.ts +0 -27
- package/dist/types/phoneset/phoneset-types.d.ts +0 -17
- package/dist/types/phoneset/pin-control.d.ts +0 -21
- package/dist/types/phoneset/pin.d.ts +0 -50
- package/dist/types/phoneset/programmable-key.d.ts +0 -23
- package/dist/types/phoneset/softkey.d.ts +0 -17
- package/dist/types/routing/forward.d.ts +0 -51
- package/dist/types/routing/overflow.d.ts +0 -42
- package/dist/types/routing/routing-capability.d.ts +0 -31
- package/dist/types/routing/routing-events.d.ts +0 -15
- package/dist/types/routing/routing-types.d.ts +0 -10
- package/dist/types/rsi/rsi-events.d.ts +0 -76
- package/dist/types/rsi/rsi-types.d.ts +0 -49
- package/dist/types/telephony/acr-skill.d.ts +0 -29
- package/dist/types/telephony/telephony-events.d.ts +0 -292
- package/dist/types/telephony/telephony-types.d.ts +0 -587
- package/dist/types/users/users-events.d.ts +0 -33
- package/dist/types/users/users-types.d.ts +0 -129
|
@@ -0,0 +1,377 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `AgentAttributes` defines the set of statistical attributes available
|
|
3
|
+
* for a CCD agent.
|
|
4
|
+
*
|
|
5
|
+
* These attributes are used in reports generated by
|
|
6
|
+
* `CallCenterStatisticsService` to provide insight into agent activity,
|
|
7
|
+
* performance, and call handling.
|
|
8
|
+
*
|
|
9
|
+
* Attributes are grouped into:
|
|
10
|
+
* - **Counts** - number of calls, pickups, refusals, etc.
|
|
11
|
+
* - **Durations** - total and average times, expressed in `hh:mm:ss`.
|
|
12
|
+
* - **Percentages** - proportion of time spent in various agent states.
|
|
13
|
+
*
|
|
14
|
+
* **Note:** The `ALL` attribute is intended for testing only and
|
|
15
|
+
* should not be used in production contexts.
|
|
16
|
+
*
|
|
17
|
+
* @since 2.7.4
|
|
18
|
+
*/
|
|
19
|
+
export declare enum StatsAgentAttributes {
|
|
20
|
+
/** Number of rotating timeouts experienced by the agent. */
|
|
21
|
+
nbRotating = "nbRotating",
|
|
22
|
+
/** Number of calls successfully answered by the agent. */
|
|
23
|
+
nbPickedUp = "nbPickedUp",
|
|
24
|
+
/** Number of call pickup actions initiated by the agent. */
|
|
25
|
+
nbPickup = "nbPickup",
|
|
26
|
+
/** Number of internal outgoing calls not associated with ACD. */
|
|
27
|
+
nbLocalOutNonAcd = "nbLocalOutNonAcd",
|
|
28
|
+
/** Number of external outgoing calls not associated with ACD. */
|
|
29
|
+
nbExtOutNonAcd = "nbExtOutNonacd",
|
|
30
|
+
/** Number of ACD calls that were presented (rang) to the agent. */
|
|
31
|
+
nbRingAcd = "nbRingAcd",
|
|
32
|
+
/** Number of calls during which the agent initiated a help request. */
|
|
33
|
+
nbHelp = "nbHelp",
|
|
34
|
+
/** Number of internal incoming calls not associated with ACD. */
|
|
35
|
+
nbLocInNonAcd = "nbLocInNonacd",
|
|
36
|
+
/** Number of non-ACD external incoming calls received directly. */
|
|
37
|
+
nbExtInNonAcdDirect = "nbExtInNonacdDirect",
|
|
38
|
+
/** Number of non-ACD external incoming calls transferred to the agent. */
|
|
39
|
+
nbExtInNonAcdTransferred = "nbExtInNonacdTransferred",
|
|
40
|
+
/** Number of ACD calls handled (served) without an associated transaction code. */
|
|
41
|
+
nbServedWOCode = "nbServedWOCode",
|
|
42
|
+
/** Number of ACD calls handled (served) with an associated transaction code. */
|
|
43
|
+
nbServedWCode = "nbServedWCode",
|
|
44
|
+
/** Number of ACD calls served too quickly. */
|
|
45
|
+
nbAcdQuickServed = "nbAcdQuickServed",
|
|
46
|
+
/** Number of non-ACD external incoming calls successfully served. */
|
|
47
|
+
nbExtInNonAcdServed = "nbExtinNonacdServed",
|
|
48
|
+
/** Number of non-ACD external incoming calls served too quickly. */
|
|
49
|
+
nbExtInNonAcdQuickServed = "nbExtinNonacdQuickServed",
|
|
50
|
+
/** Number of outgoing ACD calls initiated by the agent. */
|
|
51
|
+
nbOutAcd = "nbOutAcd",
|
|
52
|
+
/** Number of outgoing ACD calls that were answered by the destination party. */
|
|
53
|
+
nbOutAcdAnswered = "nbOutAcdAnswered",
|
|
54
|
+
/** Number of calls currently or cumulatively in the wrap-up state. */
|
|
55
|
+
nbOnWrapup = "nbOnWrapup",
|
|
56
|
+
/** Total ringing duration for ACD calls that were served. */
|
|
57
|
+
ringAcdServedTDur = "ringAcdServedTDur",
|
|
58
|
+
/** Average ringing duration for ACD calls that were served. */
|
|
59
|
+
ringAcdServedADur = "ringAcdServedADur",
|
|
60
|
+
/** Total ringing duration for non-ACD external incoming calls that were served. */
|
|
61
|
+
ringInNonAcdExtServedTDur = "ringInNonAcdExtServedTDur",
|
|
62
|
+
/** Average ringing duration for non-ACD external incoming calls that were served. */
|
|
63
|
+
ringInNonAcdExtServedADur = "ringInNonAcdExtServedADur",
|
|
64
|
+
/** Total ringing duration for ACD calls. */
|
|
65
|
+
ringAcdTDur = "ringAcdTDur",
|
|
66
|
+
/** Average ringing duration for ACD calls. */
|
|
67
|
+
ringAcdADur = "ringAcdADur",
|
|
68
|
+
/** Total ringing duration for non-ACD external incoming calls. */
|
|
69
|
+
ringInNonAcdExtTDur = "ringInNonAcdExtTDur",
|
|
70
|
+
/** Average ringing duration for non-ACD external incoming calls. */
|
|
71
|
+
ringInNonAcdExtADur = "ringInNonAcdExtADur",
|
|
72
|
+
/** Total ringing duration for all calls. */
|
|
73
|
+
ringTDur = "ringTDur",
|
|
74
|
+
/** Average ringing duration for all calls. */
|
|
75
|
+
ringADur = "ringADur",
|
|
76
|
+
/** Total conversation duration for ACD calls. */
|
|
77
|
+
convAcdTDur = "convAcdTDur",
|
|
78
|
+
/** Average conversation duration for ACD calls. */
|
|
79
|
+
convAcdADur = "convAcdADur",
|
|
80
|
+
/** Total wrap-up duration for all calls served. */
|
|
81
|
+
wrapupAcdTDur = "wrapupAcdTDur",
|
|
82
|
+
/** Total conversation duration for internal outgoing non-ACD calls. */
|
|
83
|
+
convLocOutNonAcdTDur = "convLocOutNonacdTDur",
|
|
84
|
+
/** Average conversation duration for internal outgoing non-ACD calls. */
|
|
85
|
+
convLocOutNonAcdADur = "convLocOutNonacdADur",
|
|
86
|
+
/**
|
|
87
|
+
* Total conversation duration for external outgoing calls.
|
|
88
|
+
*/
|
|
89
|
+
convExtOutTDur = "convExtOutTDur",
|
|
90
|
+
/**
|
|
91
|
+
* Average conversation duration for external outgoing calls.
|
|
92
|
+
*/
|
|
93
|
+
convExtOutADur = "convExtOutADur",
|
|
94
|
+
/**
|
|
95
|
+
* Total conversation duration for non-ACD internal incoming calls.
|
|
96
|
+
*/
|
|
97
|
+
convLocInNonAcdTDur = "convLocInNonacdTDur",
|
|
98
|
+
/**
|
|
99
|
+
* Average conversation duration for non-ACD internal incoming calls.
|
|
100
|
+
*/
|
|
101
|
+
convLocInNonAcdADur = "convLocInNonacdADur",
|
|
102
|
+
/**
|
|
103
|
+
* Total conversation duration for non-ACD external incoming calls.
|
|
104
|
+
*/
|
|
105
|
+
convExtInNonAcdTDur = "convExtInNonacdTDur",
|
|
106
|
+
/**
|
|
107
|
+
* Average conversation duration for non-ACD external incoming calls.
|
|
108
|
+
*/
|
|
109
|
+
convExtInNonAcdADur = "convExtInNonacdADur",
|
|
110
|
+
/**
|
|
111
|
+
* Total call processing duration for outgoing ACD calls.
|
|
112
|
+
*/
|
|
113
|
+
outAcdCommTDur = "outAcdCommTDur",
|
|
114
|
+
/**
|
|
115
|
+
* Average call processing duration for outgoing ACD calls.
|
|
116
|
+
*/
|
|
117
|
+
outAcdCommADur = "outAcdCommADur",
|
|
118
|
+
/**
|
|
119
|
+
* Total conversation duration for outgoing ACD calls.
|
|
120
|
+
*/
|
|
121
|
+
outAcdConvTDur = "outAcdConvTDur",
|
|
122
|
+
/**
|
|
123
|
+
* Average conversation duration for outgoing ACD calls.
|
|
124
|
+
*/
|
|
125
|
+
outAcdConvADur = "outAcdConvADur",
|
|
126
|
+
/**
|
|
127
|
+
* Total transaction phase duration for outgoing ACD calls.
|
|
128
|
+
*/
|
|
129
|
+
outAcdTransactTDur = "outAcdTransactTDur",
|
|
130
|
+
/**
|
|
131
|
+
* Average transaction phase duration for outgoing ACD calls.
|
|
132
|
+
*/
|
|
133
|
+
outAcdTransactADur = "outAcdTransactADur",
|
|
134
|
+
/**
|
|
135
|
+
* Total wrap-up duration for outgoing ACD calls.
|
|
136
|
+
*/
|
|
137
|
+
outAcdWrapupTDur = "outAcdWrapupTDur",
|
|
138
|
+
/**
|
|
139
|
+
* Average wrap-up duration for outgoing ACD calls.
|
|
140
|
+
*/
|
|
141
|
+
outAcdWrapupADur = "outAcdWrapupADur",
|
|
142
|
+
/**
|
|
143
|
+
* Total pause duration for outgoing ACD calls.
|
|
144
|
+
*/
|
|
145
|
+
outAcdPauseTDur = "outAcdPauseTDur",
|
|
146
|
+
/**
|
|
147
|
+
* Average pause duration for outgoing ACD calls.
|
|
148
|
+
*/
|
|
149
|
+
outAcdPauseADur = "outAcdPauseADur",
|
|
150
|
+
/**
|
|
151
|
+
* Total wrap-up duration while the agent was idle.
|
|
152
|
+
*/
|
|
153
|
+
wrapUpIdleTDur = "wrapUpIdleTDur",
|
|
154
|
+
/**
|
|
155
|
+
* Total conversation duration during wrap-up.
|
|
156
|
+
*/
|
|
157
|
+
callOnWrapupTDur = "callOnWrapupTDur",
|
|
158
|
+
/**
|
|
159
|
+
* Total busy time during wrap-up.
|
|
160
|
+
*/
|
|
161
|
+
busyOnWrapupTDur = "busyOnWrapupTDur",
|
|
162
|
+
/**
|
|
163
|
+
* Total busy time for the agent.
|
|
164
|
+
*/
|
|
165
|
+
busyTDur = "busyTDur",
|
|
166
|
+
/**
|
|
167
|
+
* Percentage of total time the agent was logged out.
|
|
168
|
+
*/
|
|
169
|
+
loggedOutPerTime = "loggedOutPerTime",
|
|
170
|
+
/**
|
|
171
|
+
* Percentage of time the agent was logged in but not assigned to a call.
|
|
172
|
+
*/
|
|
173
|
+
notAssignedPerTime = "notAssignedPerTime",
|
|
174
|
+
/**
|
|
175
|
+
* Percentage of time the agent was logged in and assigned to a call.
|
|
176
|
+
*/
|
|
177
|
+
assignedPerTime = "assignedPerTime",
|
|
178
|
+
/**
|
|
179
|
+
* Percentage of time the agent was in withdrawal (unavailable for calls).
|
|
180
|
+
*/
|
|
181
|
+
withdrawPerTime = "withdrawPerTime",
|
|
182
|
+
/**
|
|
183
|
+
* Percentage of time the agent was in withdrawal due to cause 1.
|
|
184
|
+
*/
|
|
185
|
+
withdrawPerTimeCause1 = "withdrawPerTimeCause1",
|
|
186
|
+
/**
|
|
187
|
+
* Percentage of time the agent was in withdrawal due to cause 2.
|
|
188
|
+
*/
|
|
189
|
+
withdrawPerTimeCause2 = "withdrawPerTimeCause2",
|
|
190
|
+
/**
|
|
191
|
+
* Percentage of time the agent was in withdrawal due to cause 3.
|
|
192
|
+
*/
|
|
193
|
+
withdrawPerTimeCause3 = "withdrawPerTimeCause3",
|
|
194
|
+
/**
|
|
195
|
+
* Percentage of time the agent was in withdrawal due to cause 4.
|
|
196
|
+
*/
|
|
197
|
+
withdrawPerTimeCause4 = "withdrawPerTimeCause4",
|
|
198
|
+
/**
|
|
199
|
+
* Percentage of time the agent was in withdrawal due to cause 5.
|
|
200
|
+
*/
|
|
201
|
+
withdrawPerTimeCause5 = "withdrawPerTimeCause5",
|
|
202
|
+
/**
|
|
203
|
+
* Percentage of time the agent was in withdrawal due to cause 6.
|
|
204
|
+
*/
|
|
205
|
+
withdrawPerTimeCause6 = "withdrawPerTimeCause6",
|
|
206
|
+
/**
|
|
207
|
+
* Percentage of time the agent was in withdrawal due to cause 7.
|
|
208
|
+
*/
|
|
209
|
+
withdrawPerTimeCause7 = "withdrawPerTimeCause7",
|
|
210
|
+
/**
|
|
211
|
+
* Percentage of time the agent was in withdrawal due to cause 8.
|
|
212
|
+
*/
|
|
213
|
+
withdrawPerTimeCause8 = "withdrawPerTimeCause8",
|
|
214
|
+
/**
|
|
215
|
+
* Percentage of time the agent was in withdrawal due to cause 9.
|
|
216
|
+
*/
|
|
217
|
+
withdrawPerTimeCause9 = "withdrawPerTimeCause9",
|
|
218
|
+
/**
|
|
219
|
+
* Number of pilots the agent served calls for.
|
|
220
|
+
*/
|
|
221
|
+
nbPilots = "nbPilots",
|
|
222
|
+
/**
|
|
223
|
+
* Number of ACD calls served by the agent.
|
|
224
|
+
*/
|
|
225
|
+
nbAcdServedCalls = "nbAcdServedCalls",
|
|
226
|
+
/**
|
|
227
|
+
* Number of incoming ACD calls served by the agent.
|
|
228
|
+
*/
|
|
229
|
+
nbAcdInServedCalls = "nbAcdInServedCalls",
|
|
230
|
+
/**
|
|
231
|
+
* Number of incoming calls received directly by the pilot and served.
|
|
232
|
+
*/
|
|
233
|
+
nbInCallsReceivedByPilot = "nbInCallsReceivedByPilot",
|
|
234
|
+
/**
|
|
235
|
+
* Number of outgoing ACD calls served by the agent.
|
|
236
|
+
*/
|
|
237
|
+
nbAcdOutServedCalls = "nbAcdOutServedCalls",
|
|
238
|
+
/**
|
|
239
|
+
* Total number of ACD calls not served by the agent.
|
|
240
|
+
*/
|
|
241
|
+
nbTotNonServedCalls = "nbTotNonServedCalls",
|
|
242
|
+
/**
|
|
243
|
+
* Number of incoming ACD calls not served by the agent.
|
|
244
|
+
*/
|
|
245
|
+
nbInNonServedCalls = "nbInNonServedCalls",
|
|
246
|
+
/**
|
|
247
|
+
* Number of incoming ACD calls picked up but not served.
|
|
248
|
+
*/
|
|
249
|
+
nbPickedUpCalls = "nbPickedupCalls",
|
|
250
|
+
/**
|
|
251
|
+
* Number of incoming ACD calls refused by the agent.
|
|
252
|
+
*/
|
|
253
|
+
nbRefusedCalls = "nbRefusedCalls",
|
|
254
|
+
/**
|
|
255
|
+
* Number of outgoing ACD calls not served by the agent.
|
|
256
|
+
*/
|
|
257
|
+
nbAcdOutNonServedCalls = "nbAcdOutNonServedCalls",
|
|
258
|
+
/**
|
|
259
|
+
* Total number of non-ACD calls received by the agent.
|
|
260
|
+
*/
|
|
261
|
+
nbTotNonAcdReceivedCalls = "nbTotNonAcdreceivedCalls",
|
|
262
|
+
/**
|
|
263
|
+
* Number of incoming non-ACD calls received by the agent.
|
|
264
|
+
*/
|
|
265
|
+
nbInNonAcdCalls = "nbInNonAcdCalls",
|
|
266
|
+
/**
|
|
267
|
+
* Number of outgoing non-ACD calls initiated by the agent.
|
|
268
|
+
*/
|
|
269
|
+
nbOutNonAcdCalls = "nbOutNonAcdCalls",
|
|
270
|
+
/**
|
|
271
|
+
* Duration the agent was assigned to a group but not in withdrawal.
|
|
272
|
+
*/
|
|
273
|
+
assignedNotWithdrawDur = "assignedNotWithdrawDur",
|
|
274
|
+
/**
|
|
275
|
+
* Total duration the agent was in withdrawal.
|
|
276
|
+
*/
|
|
277
|
+
withdrawDur = "withdrawDur",
|
|
278
|
+
/**
|
|
279
|
+
* Duration the agent spent in manual wrap-up.
|
|
280
|
+
*/
|
|
281
|
+
manuWrapupDur = "manuWrapupDur",
|
|
282
|
+
/**
|
|
283
|
+
* Duration the agent was in an unreachable state.
|
|
284
|
+
*/
|
|
285
|
+
unreachableDur = "unreachableDur",
|
|
286
|
+
/**
|
|
287
|
+
* Total duration spent in non-ACD work.
|
|
288
|
+
*/
|
|
289
|
+
nonAcdWorkTDur = "nonAcdWorkTDur",
|
|
290
|
+
/**
|
|
291
|
+
* Average duration spent in non-ACD work.
|
|
292
|
+
*/
|
|
293
|
+
nonAcdWorkADur = "nonAcdWorkADur",
|
|
294
|
+
/**
|
|
295
|
+
* Total duration spent in ACD work.
|
|
296
|
+
*/
|
|
297
|
+
acdWorkTDur = "acdWorkTDur",
|
|
298
|
+
/**
|
|
299
|
+
* Average duration spent in ACD work.
|
|
300
|
+
*/
|
|
301
|
+
acdWorkADur = "acdWorkADur",
|
|
302
|
+
/**
|
|
303
|
+
* Total duration spent in incoming ACD work.
|
|
304
|
+
*/
|
|
305
|
+
acdWorkInTDur = "acdWorkInTDur",
|
|
306
|
+
/**
|
|
307
|
+
* Average duration spent in incoming ACD work.
|
|
308
|
+
*/
|
|
309
|
+
acdWorkInADur = "acdWorkInADur",
|
|
310
|
+
/**
|
|
311
|
+
* Total conversation duration in incoming ACD work.
|
|
312
|
+
*/
|
|
313
|
+
acdWorkInConvTDur = "acdWorkInConvTDur",
|
|
314
|
+
/**
|
|
315
|
+
* Average conversation duration in incoming ACD work.
|
|
316
|
+
*/
|
|
317
|
+
acdWorkInConvADur = "acdWorkInConvADur",
|
|
318
|
+
/**
|
|
319
|
+
* Total ringing duration in incoming ACD work.
|
|
320
|
+
*/
|
|
321
|
+
acdWorkInRingTDur = "acdWorkInRingTDur",
|
|
322
|
+
/**
|
|
323
|
+
* Average ringing duration in incoming ACD work.
|
|
324
|
+
*/
|
|
325
|
+
acdWorkInRingADur = "acdWorkInRingADur",
|
|
326
|
+
/**
|
|
327
|
+
* Total wrap-up duration in incoming ACD work.
|
|
328
|
+
*/
|
|
329
|
+
acdWorkInWrapupTDur = "acdWorkInWrapupTDur",
|
|
330
|
+
/**
|
|
331
|
+
* Average wrap-up duration in incoming ACD work.
|
|
332
|
+
*/
|
|
333
|
+
acdWorkInWrapupADur = "acdWorkInWrapupADur",
|
|
334
|
+
/**
|
|
335
|
+
* Total duration spent in outgoing ACD work.
|
|
336
|
+
*/
|
|
337
|
+
acdWorkOutTDur = "acdWorkOutTDur",
|
|
338
|
+
/**
|
|
339
|
+
* Average duration spent in outgoing ACD work.
|
|
340
|
+
*/
|
|
341
|
+
acdWorkOutADur = "acdWorkOutADur",
|
|
342
|
+
/**
|
|
343
|
+
* Total conversation duration in outgoing ACD work.
|
|
344
|
+
*/
|
|
345
|
+
acdWorkOutConvTDur = "acdWorkOutConvTDur",
|
|
346
|
+
/**
|
|
347
|
+
* Average conversation duration in outgoing ACD work.
|
|
348
|
+
*/
|
|
349
|
+
acdWorkOutConvADur = "acdWorkOutConvADur",
|
|
350
|
+
/**
|
|
351
|
+
* Total wrap-up duration in outgoing ACD work.
|
|
352
|
+
*/
|
|
353
|
+
acdWorkOutWrapupTDur = "acdWorkOutWrapupTDur",
|
|
354
|
+
/**
|
|
355
|
+
* Average wrap-up duration in outgoing ACD work.
|
|
356
|
+
*/
|
|
357
|
+
acdWorkOutWrapupADur = "acdWorkOutWrapupADur",
|
|
358
|
+
/**
|
|
359
|
+
* Total conversation duration for incoming ACD calls.
|
|
360
|
+
*/
|
|
361
|
+
acdInConvTDur = "acdInConvTDur",
|
|
362
|
+
/**
|
|
363
|
+
* Average conversation duration for incoming ACD calls.
|
|
364
|
+
*/
|
|
365
|
+
acdInConvADur = "acdInConvADur",
|
|
366
|
+
/**
|
|
367
|
+
* Total conversation duration for outgoing ACD calls.
|
|
368
|
+
*/
|
|
369
|
+
acdOutConvTDur = "acdOutConvTDur",
|
|
370
|
+
/**
|
|
371
|
+
* Average conversation duration for outgoing ACD calls.
|
|
372
|
+
*/
|
|
373
|
+
acdOutConvADur = "acdOutConvADur",
|
|
374
|
+
/** All attributes (test purposes only; not for production use). */
|
|
375
|
+
ALL = "ALL"
|
|
376
|
+
}
|
|
377
|
+
//# sourceMappingURL=agent-attributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-attributes.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/agent-attributes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { AbstractFilter } from '../../internal/types/cc-stat/abstract-filter';
|
|
2
|
+
import { StatsAgentByPilotAttributes } from './agbypilot-attributes';
|
|
3
|
+
import { StatsAgentAttributes } from './agent-attributes';
|
|
4
|
+
/**
|
|
5
|
+
* Filter for selecting agents in Call Center StatisticsData reports.
|
|
6
|
+
*
|
|
7
|
+
* An `AgentFilter` allows specifying which statistics to collect for
|
|
8
|
+
* agents and, optionally, statistics broken down by pilots.
|
|
9
|
+
*
|
|
10
|
+
* Instances should be obtained via the `Filter.createAgentFilter()` factory method.
|
|
11
|
+
* SDK users do not need to implement this interface directly.
|
|
12
|
+
*
|
|
13
|
+
* @since 2.7.4
|
|
14
|
+
*/
|
|
15
|
+
export interface AgentFilter extends AbstractFilter {
|
|
16
|
+
/**
|
|
17
|
+
* Returns the set of directory numbers associated with this filter.
|
|
18
|
+
*
|
|
19
|
+
* These numbers identify the agents whose statistics should be collected.
|
|
20
|
+
*
|
|
21
|
+
* @returns a set of agent directory numbers; never null, but may be empty
|
|
22
|
+
*/
|
|
23
|
+
get numbers(): string[];
|
|
24
|
+
/**
|
|
25
|
+
* Adds one or more agent directory numbers to this filter.
|
|
26
|
+
*
|
|
27
|
+
* Once added, the corresponding agents will be included in the scope of
|
|
28
|
+
* statistical reports.
|
|
29
|
+
*
|
|
30
|
+
* @param numbers an array of directory numbers to add; must not be null, though it may be empty
|
|
31
|
+
*/
|
|
32
|
+
addNumbers(...numbers: string[]): void;
|
|
33
|
+
/**
|
|
34
|
+
* Returns the set of statistics attributes to collect for agents.
|
|
35
|
+
*
|
|
36
|
+
* @returns a set of `AgentAttributes`
|
|
37
|
+
*/
|
|
38
|
+
get agentAttributes(): Set<StatsAgentAttributes>;
|
|
39
|
+
/**
|
|
40
|
+
* Returns the set of statistics attributes to collect for agents by pilot.
|
|
41
|
+
*
|
|
42
|
+
* @returns a set of `AgentByPilotAttributes`
|
|
43
|
+
*/
|
|
44
|
+
get byPilotAttributes(): Set<StatsAgentByPilotAttributes>;
|
|
45
|
+
/**
|
|
46
|
+
* Sets the statistics attributes for agents in this filter.
|
|
47
|
+
* Any existing attributes may be replaced or supplemented depending on the implementation.
|
|
48
|
+
*
|
|
49
|
+
* @param attributes the agent attributes to include
|
|
50
|
+
*/
|
|
51
|
+
setAgentAttributes(...attributes: StatsAgentAttributes[]): void;
|
|
52
|
+
/**
|
|
53
|
+
* Sets the statistics attributes for agents broken down by pilot in this filter.
|
|
54
|
+
* Any existing attributes may be replaced or supplemented depending on the implementation.
|
|
55
|
+
*
|
|
56
|
+
* @param attributes the agent-by-pilot attributes to include
|
|
57
|
+
*/
|
|
58
|
+
setAgentByPilotAttributes(...attributes: StatsAgentByPilotAttributes[]): void;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=agent-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/cc-stats/agent-filter.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;AAC9E,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;;;;;;;GAUG;AACH,MAAM,WAAW,WAAY,SAAQ,cAAc;IAC/C;;;;;;OAMG;IACH,IAAI,OAAO,IAAI,MAAM,EAAE,CAAC;IAExB;;;;;;;OAOG;IACH,UAAU,CAAC,GAAG,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IAEvC;;;;OAIG;IACH,IAAI,eAAe,IAAI,GAAG,CAAC,oBAAoB,CAAC,CAAC;IAEjD;;;;OAIG;IACH,IAAI,iBAAiB,IAAI,GAAG,CAAC,2BAA2B,CAAC,CAAC;IAE1D;;;;;OAKG;IACH,kBAAkB,CAAC,GAAG,UAAU,EAAE,oBAAoB,EAAE,GAAG,IAAI,CAAC;IAEhE;;;;;OAKG;IACH,yBAAyB,CAAC,GAAG,UAAU,EAAE,2BAA2B,EAAE,GAAG,IAAI,CAAC;CACjF"}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import { AgentByPilotStatisticsRowJson } from '../../../internal/types/cc-stat/cc-stat-types';
|
|
2
|
+
import { StatValue } from './stat-value';
|
|
3
|
+
import { StatsAgentByPilotAttributes } from '../agbypilot-attributes';
|
|
4
|
+
export declare class AgentByPilotStatisticsRow {
|
|
5
|
+
#private;
|
|
6
|
+
[key: string]: any;
|
|
7
|
+
private values;
|
|
8
|
+
constructor(json: AgentByPilotStatisticsRowJson);
|
|
9
|
+
private initializeFromJson;
|
|
10
|
+
/**
|
|
11
|
+
* Access a statistic by enum.
|
|
12
|
+
* Always returns a StatValue, even if original value is null.
|
|
13
|
+
*/
|
|
14
|
+
get(attr: StatsAgentByPilotAttributes): StatValue;
|
|
15
|
+
/**
|
|
16
|
+
* Returns the pilot's unique identifier or number.
|
|
17
|
+
*
|
|
18
|
+
* @return the pilot's number
|
|
19
|
+
*/
|
|
20
|
+
get pilotNumber(): string | null;
|
|
21
|
+
/**
|
|
22
|
+
* Returns the pilot's display name.
|
|
23
|
+
*
|
|
24
|
+
* @return the pilot's name
|
|
25
|
+
*/
|
|
26
|
+
get pilotName(): string | null;
|
|
27
|
+
/**
|
|
28
|
+
* Returns the total number of calls received by this pilot.
|
|
29
|
+
*
|
|
30
|
+
* @return the number of received calls
|
|
31
|
+
*/
|
|
32
|
+
get nbCallsReceived(): number | null;
|
|
33
|
+
/**
|
|
34
|
+
* Returns the number of calls received by transfer.
|
|
35
|
+
*
|
|
36
|
+
* @return the number of transferred-in calls
|
|
37
|
+
*/
|
|
38
|
+
get nbCallsTransfIn(): number | null;
|
|
39
|
+
/**
|
|
40
|
+
* Returns the total number of calls served by the pilot.
|
|
41
|
+
*
|
|
42
|
+
* @return the number of served calls
|
|
43
|
+
*/
|
|
44
|
+
get nbCallsServed(): number | null;
|
|
45
|
+
/**
|
|
46
|
+
* Returns the number of calls served too quickly.
|
|
47
|
+
*
|
|
48
|
+
* @return the number of calls served too quickly
|
|
49
|
+
*/
|
|
50
|
+
get nbCallsServedTooQuickly(): number | null;
|
|
51
|
+
/**
|
|
52
|
+
* Returns the number of calls that included an enquiry.
|
|
53
|
+
*
|
|
54
|
+
* @return the number of calls with enquiry
|
|
55
|
+
*/
|
|
56
|
+
get nbCallsWithEnquiry(): number | null;
|
|
57
|
+
/**
|
|
58
|
+
* Returns the number of calls where help was requested.
|
|
59
|
+
*
|
|
60
|
+
* @return the number of calls with help requested
|
|
61
|
+
*/
|
|
62
|
+
get nbCallsWithHelp(): number | null;
|
|
63
|
+
/**
|
|
64
|
+
* Returns the number of calls transferred from this pilot to others.
|
|
65
|
+
*
|
|
66
|
+
* @return the number of calls transferred from the agent
|
|
67
|
+
*/
|
|
68
|
+
get nbCallsTransf(): number | null;
|
|
69
|
+
/**
|
|
70
|
+
* Returns the number of calls transferred to this pilot.
|
|
71
|
+
*
|
|
72
|
+
* @return the number of calls transferred to the agent
|
|
73
|
+
*/
|
|
74
|
+
get nbCallsTransfToAgent(): number | null;
|
|
75
|
+
/**
|
|
76
|
+
* Returns the number of calls currently in wrap-up state.
|
|
77
|
+
*
|
|
78
|
+
* @return the number of calls in wrap-up
|
|
79
|
+
*/
|
|
80
|
+
get nbCallsInWrapup(): number | null;
|
|
81
|
+
/**
|
|
82
|
+
* Returns the maximum call processing duration.
|
|
83
|
+
*
|
|
84
|
+
* @return the maximum duration of call processing
|
|
85
|
+
*/
|
|
86
|
+
get maxCallProcDur(): string | null;
|
|
87
|
+
/**
|
|
88
|
+
* Returns the maximum conversation duration.
|
|
89
|
+
*
|
|
90
|
+
* @return the maximum duration of conversation
|
|
91
|
+
*/
|
|
92
|
+
get maxConvDur(): string | null;
|
|
93
|
+
/**
|
|
94
|
+
* Returns the maximum wrap-up duration.
|
|
95
|
+
*
|
|
96
|
+
* @return the maximum duration of wrap-up
|
|
97
|
+
*/
|
|
98
|
+
get maxWrapupDur(): string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Returns the total call processing duration.
|
|
101
|
+
*
|
|
102
|
+
* @return total duration of call processing
|
|
103
|
+
*/
|
|
104
|
+
get callProcTDur(): string | null;
|
|
105
|
+
/**
|
|
106
|
+
* Returns the average call processing duration.
|
|
107
|
+
*
|
|
108
|
+
* @return average duration of call processing
|
|
109
|
+
*/
|
|
110
|
+
get callProcADur(): string | null;
|
|
111
|
+
/**
|
|
112
|
+
* Returns the total conversation duration.
|
|
113
|
+
*
|
|
114
|
+
* @return total duration of conversation
|
|
115
|
+
*/
|
|
116
|
+
get convTDur(): string | null;
|
|
117
|
+
/**
|
|
118
|
+
* Returns the average conversation duration.
|
|
119
|
+
*
|
|
120
|
+
* @return average duration of conversation
|
|
121
|
+
*/
|
|
122
|
+
get convADur(): string | null;
|
|
123
|
+
/**
|
|
124
|
+
* Returns the total wrap-up duration.
|
|
125
|
+
*
|
|
126
|
+
* @return total duration of wrap-up
|
|
127
|
+
*/
|
|
128
|
+
get wrapupTDur(): string | null;
|
|
129
|
+
/**
|
|
130
|
+
* Returns the average wrap-up duration.
|
|
131
|
+
*
|
|
132
|
+
* @return average duration of wrap-up
|
|
133
|
+
*/
|
|
134
|
+
get wrapupADur(): string | null;
|
|
135
|
+
/**
|
|
136
|
+
* Returns the total conversation duration during wrap-up.
|
|
137
|
+
*
|
|
138
|
+
* @return total duration of conversation in wrap-up
|
|
139
|
+
*/
|
|
140
|
+
get convInWrapupTDur(): string | null;
|
|
141
|
+
/**
|
|
142
|
+
* Returns the total busy time during wrap-up.
|
|
143
|
+
*
|
|
144
|
+
* @return total busy duration in wrap-up
|
|
145
|
+
*/
|
|
146
|
+
get busyTimeInWrapupTDur(): string | null;
|
|
147
|
+
/**
|
|
148
|
+
* Returns the total duration of calls on hold.
|
|
149
|
+
*
|
|
150
|
+
* @return total duration of hold calls
|
|
151
|
+
*/
|
|
152
|
+
get onHoldTDur(): string | null;
|
|
153
|
+
/**
|
|
154
|
+
* Returns the average duration of calls on hold.
|
|
155
|
+
*
|
|
156
|
+
* @return average duration of hold calls
|
|
157
|
+
*/
|
|
158
|
+
get onHoldADur(): string | null;
|
|
159
|
+
/**
|
|
160
|
+
* Returns the total duration of the transaction phase.
|
|
161
|
+
*
|
|
162
|
+
* @return total duration of transactions
|
|
163
|
+
*/
|
|
164
|
+
get transTDur(): string | null;
|
|
165
|
+
/**
|
|
166
|
+
* Returns the average duration of the transaction phase.
|
|
167
|
+
*
|
|
168
|
+
* @return average duration of transactions
|
|
169
|
+
*/
|
|
170
|
+
get transADur(): string | null;
|
|
171
|
+
/**
|
|
172
|
+
* Returns the total duration of pause.
|
|
173
|
+
*
|
|
174
|
+
* @return total duration of pause
|
|
175
|
+
*/
|
|
176
|
+
get pauseTDur(): string | null;
|
|
177
|
+
/**
|
|
178
|
+
* Returns the average duration of pause.
|
|
179
|
+
*
|
|
180
|
+
* @return average duration of pause
|
|
181
|
+
*/
|
|
182
|
+
get pauseADur(): string | null;
|
|
183
|
+
}
|
|
184
|
+
//# sourceMappingURL=ag-by-pil-stats-row.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ag-by-pil-stats-row.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/ag-by-pil-stats-row.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAEtE,qBAAa,yBAAyB;;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IAEnB,OAAO,CAAC,MAAM,CAA0D;gBAK5D,IAAI,EAAE,6BAA6B;IAI/C,OAAO,CAAC,kBAAkB;IAwB1B;;;OAGG;IACH,GAAG,CAAC,IAAI,EAAE,2BAA2B,GAAG,SAAS;IAYjD;;;;OAIG;IACH,IAAI,WAAW,IAAI,MAAM,GAAG,IAAI,CAE/B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;;;OAIG;IACH,IAAI,uBAAuB,IAAI,MAAM,GAAG,IAAI,CAE3C;IAED;;;;OAIG;IACH,IAAI,kBAAkB,IAAI,MAAM,GAAG,IAAI,CAEtC;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;;;OAIG;IACH,IAAI,oBAAoB,IAAI,MAAM,GAAG,IAAI,CAExC;IAED;;;;OAIG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;;OAIG;IACH,IAAI,cAAc,IAAI,MAAM,GAAG,IAAI,CAElC;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;;OAIG;IACH,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED;;;;OAIG;IACH,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,gBAAgB,IAAI,MAAM,GAAG,IAAI,CAEpC;IAED;;;;OAIG;IACH,IAAI,oBAAoB,IAAI,MAAM,GAAG,IAAI,CAExC;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,CAE9B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;CACJ"}
|