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,623 @@
|
|
|
1
|
+
import { StatValue } from './stat-value';
|
|
2
|
+
import { StatsPilotAttributes } from '../pilot-attributes';
|
|
3
|
+
export declare class PilotStatisticsRow {
|
|
4
|
+
#private;
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
private values;
|
|
7
|
+
private initializeFromJson;
|
|
8
|
+
/**
|
|
9
|
+
* Access a statistic by enum.
|
|
10
|
+
* Always returns a StatValue, even if original value is null.
|
|
11
|
+
*/
|
|
12
|
+
get(attr: StatsPilotAttributes): StatValue;
|
|
13
|
+
/**
|
|
14
|
+
* Returns the timestamp associated with this statistics row.
|
|
15
|
+
* <p>
|
|
16
|
+
* The returned value represents the date at which the statistics were
|
|
17
|
+
* collected, as a JavaScript Date.
|
|
18
|
+
*
|
|
19
|
+
* @returns the Date representing when this statistics entry was recorded
|
|
20
|
+
*/
|
|
21
|
+
get dateValue(): Date | null;
|
|
22
|
+
/**
|
|
23
|
+
* Queue's name.
|
|
24
|
+
*
|
|
25
|
+
* @returns the name of the queue
|
|
26
|
+
*/
|
|
27
|
+
get queueNameValue(): string | null;
|
|
28
|
+
/**
|
|
29
|
+
* Pilot's name.
|
|
30
|
+
*
|
|
31
|
+
* @returns the name of the pilot
|
|
32
|
+
*/
|
|
33
|
+
get pilotNameValue(): string | null;
|
|
34
|
+
/**
|
|
35
|
+
* Pilot's number.
|
|
36
|
+
*
|
|
37
|
+
* @returns the pilot's phone number
|
|
38
|
+
*/
|
|
39
|
+
get pilotNumberValue(): string | null;
|
|
40
|
+
/**
|
|
41
|
+
* Number of calls received in open state (PC001).
|
|
42
|
+
*
|
|
43
|
+
* @return the number of calls received in open state
|
|
44
|
+
*/
|
|
45
|
+
get nbCallsOpen(): string | null;
|
|
46
|
+
/**
|
|
47
|
+
* Number of calls received in blocked state (PC002).
|
|
48
|
+
*
|
|
49
|
+
* @return the number of calls received in blocked state
|
|
50
|
+
*/
|
|
51
|
+
get nbCallsBlocked(): string | null;
|
|
52
|
+
/**
|
|
53
|
+
* Number of calls received in general forwarding state (PC003).
|
|
54
|
+
*
|
|
55
|
+
* @return the number of calls received in forwarding state
|
|
56
|
+
*/
|
|
57
|
+
get nbCallsForward(): string | null;
|
|
58
|
+
/**
|
|
59
|
+
* Number of calls received by transfer (PC004).
|
|
60
|
+
*
|
|
61
|
+
* @return the number of calls received via transfer
|
|
62
|
+
*/
|
|
63
|
+
get nbCallsByTransfer(): string | null;
|
|
64
|
+
/**
|
|
65
|
+
* Number of calls received by mutual aid (PC005).
|
|
66
|
+
*
|
|
67
|
+
* @return the number of calls received via mutual aid
|
|
68
|
+
*/
|
|
69
|
+
get nbCallsByMutualAid(): string | null;
|
|
70
|
+
/**
|
|
71
|
+
* Maximum number of simultaneous calls (PC006).
|
|
72
|
+
*
|
|
73
|
+
* @return the maximum number of simultaneous calls
|
|
74
|
+
*/
|
|
75
|
+
get maxNbSimultCalls(): string | null;
|
|
76
|
+
/**
|
|
77
|
+
* Number of overflows while calls were in queue (PC007).
|
|
78
|
+
*
|
|
79
|
+
* @return the number of timing overflows while calls were waiting in the queue
|
|
80
|
+
*/
|
|
81
|
+
get nbOverflowInQueue(): string | null;
|
|
82
|
+
/**
|
|
83
|
+
* Number of overflows while calls were ringing the agent (PC008).
|
|
84
|
+
*
|
|
85
|
+
* @return the number of timing overflows while calls were ringing the agent
|
|
86
|
+
*/
|
|
87
|
+
get nbOverflowInRinging(): string | null;
|
|
88
|
+
/**
|
|
89
|
+
* Number of calls served without queuing (PC009).
|
|
90
|
+
*
|
|
91
|
+
* @return the number of calls served immediately without queuing
|
|
92
|
+
*/
|
|
93
|
+
get nbCallsWOQueuing(): string | null;
|
|
94
|
+
/**
|
|
95
|
+
* Number of calls served after queuing (PC010).
|
|
96
|
+
*
|
|
97
|
+
* @return the number of calls served after waiting in queue
|
|
98
|
+
*/
|
|
99
|
+
get nbCallsAfterQueuing(): string | null;
|
|
100
|
+
/**
|
|
101
|
+
* Number of calls sent in mutual aid queue (PC011).
|
|
102
|
+
*
|
|
103
|
+
* @return the number of calls redirected to the mutual aid queue
|
|
104
|
+
*/
|
|
105
|
+
get nbCallsSentInMutualAidQueue(): string | null;
|
|
106
|
+
/**
|
|
107
|
+
* Number of calls redirected outside ACD area (PC012).
|
|
108
|
+
*
|
|
109
|
+
* @return the number of calls redirected outside the ACD area
|
|
110
|
+
*/
|
|
111
|
+
get nbCallsRedirectedOutACDArea(): string | null;
|
|
112
|
+
/**
|
|
113
|
+
* Number of calls dissuaded (PC013).
|
|
114
|
+
*
|
|
115
|
+
* @return the number of calls that were dissuaded
|
|
116
|
+
*/
|
|
117
|
+
get nbCallsDissuaded(): string | null;
|
|
118
|
+
/**
|
|
119
|
+
* Number of calls dissuaded after trying mutual aid (PC014).
|
|
120
|
+
*
|
|
121
|
+
* @return the number of calls dissuaded after attempting mutual aid
|
|
122
|
+
*/
|
|
123
|
+
get nbCallsDissuadedAfterTryingMutualAid(): string | null;
|
|
124
|
+
/**
|
|
125
|
+
* Number of calls processed by VG type PG (PC015).
|
|
126
|
+
*
|
|
127
|
+
* @return the number of calls processed by VG type PG
|
|
128
|
+
*/
|
|
129
|
+
get nbCallsVGTypePG(): string | null;
|
|
130
|
+
/**
|
|
131
|
+
* Number of calls sent to remote PG (PC016).
|
|
132
|
+
*
|
|
133
|
+
* @return the number of calls sent to a remote PG
|
|
134
|
+
*/
|
|
135
|
+
get nbCallsSentToPG(): string | null;
|
|
136
|
+
/**
|
|
137
|
+
* Number of calls rejected due to lack of resources (PC017).
|
|
138
|
+
*
|
|
139
|
+
* @return the number of calls rejected due to insufficient resources
|
|
140
|
+
*/
|
|
141
|
+
get nbCallsRejectedLackOfRes(): string | null;
|
|
142
|
+
/**
|
|
143
|
+
* Number of calls served by agent (PC018).
|
|
144
|
+
*
|
|
145
|
+
* @return the number of calls served by an agent
|
|
146
|
+
*/
|
|
147
|
+
get nbCallsServedByAgent(): string | null;
|
|
148
|
+
/**
|
|
149
|
+
* Number of calls served in time (PC019).
|
|
150
|
+
*
|
|
151
|
+
* @return the number of calls served within the expected time
|
|
152
|
+
*/
|
|
153
|
+
get nbCallsServedInTime(): string | null;
|
|
154
|
+
/**
|
|
155
|
+
* Number of calls served too quickly (PC020).
|
|
156
|
+
*
|
|
157
|
+
* @return the number of calls served too quickly
|
|
158
|
+
*/
|
|
159
|
+
get nbCallsServedTooQuick(): string | null;
|
|
160
|
+
/**
|
|
161
|
+
* Number of calls without transaction code (PC021).
|
|
162
|
+
*
|
|
163
|
+
* @return the number of calls without a transaction code
|
|
164
|
+
*/
|
|
165
|
+
get nbCallsWithoutTransCode(): string | null;
|
|
166
|
+
/**
|
|
167
|
+
* Number of calls with transaction code (PC022).
|
|
168
|
+
*
|
|
169
|
+
* @return the number of calls with a transaction code
|
|
170
|
+
*/
|
|
171
|
+
get nbCallsWithTransCode(): string | null;
|
|
172
|
+
/**
|
|
173
|
+
* Number of calls redistributed (PC023).
|
|
174
|
+
*
|
|
175
|
+
* @return the number of calls that were redistributed
|
|
176
|
+
*/
|
|
177
|
+
get nbCallsRedistrib(): string | null;
|
|
178
|
+
/**
|
|
179
|
+
* Number of calls served before threshold 1 (PC024).
|
|
180
|
+
*
|
|
181
|
+
* @return the number of calls served before the first time threshold
|
|
182
|
+
*/
|
|
183
|
+
get nbCallsBeforeTS1(): string | null;
|
|
184
|
+
/**
|
|
185
|
+
* Percentage of calls served before threshold 1 (PC025).
|
|
186
|
+
*
|
|
187
|
+
* @return the percentage of calls served before threshold 1
|
|
188
|
+
*/
|
|
189
|
+
get percentCallsBeforeTS1(): number | null;
|
|
190
|
+
/**
|
|
191
|
+
* Number of calls served before threshold 2 (PC026).
|
|
192
|
+
*
|
|
193
|
+
* @return the number of calls served before threshold 2
|
|
194
|
+
*/
|
|
195
|
+
get nbCallsBeforeTS2(): string | null;
|
|
196
|
+
/**
|
|
197
|
+
* Percentage of calls served before threshold 2 (PC027).
|
|
198
|
+
*
|
|
199
|
+
* @return the percentage of calls served before threshold 2
|
|
200
|
+
*/
|
|
201
|
+
get percentCallsBeforeTS2(): number | null;
|
|
202
|
+
/**
|
|
203
|
+
* Number of calls served before threshold 3 (PC028).
|
|
204
|
+
*
|
|
205
|
+
* @return the number of calls served before threshold 3
|
|
206
|
+
*/
|
|
207
|
+
get nbCallsBeforeTS3(): string | null;
|
|
208
|
+
/**
|
|
209
|
+
* Percentage of calls served before threshold 3 (PC029).
|
|
210
|
+
*
|
|
211
|
+
* @return the percentage of calls served before threshold 3
|
|
212
|
+
*/
|
|
213
|
+
get percentCallsBeforeTS3(): number | null;
|
|
214
|
+
/**
|
|
215
|
+
* Number of calls served before threshold 4 (PC030).
|
|
216
|
+
*
|
|
217
|
+
* @return the number of calls served before threshold 4
|
|
218
|
+
*/
|
|
219
|
+
get nbCallsBeforeTS4(): string | null;
|
|
220
|
+
/**
|
|
221
|
+
* Percentage of calls served before threshold 4 (PC031).
|
|
222
|
+
*
|
|
223
|
+
* @return the percentage of calls served before threshold 4
|
|
224
|
+
*/
|
|
225
|
+
get percentCallsBeforeTS4(): number | null;
|
|
226
|
+
/**
|
|
227
|
+
* Number of calls served after threshold 4 (PC032).
|
|
228
|
+
*
|
|
229
|
+
* @return the number of calls served after threshold 4
|
|
230
|
+
*/
|
|
231
|
+
get nbCallsAfterTS4(): string | null;
|
|
232
|
+
/**
|
|
233
|
+
* Percentage of calls served after threshold 4 (PC033).
|
|
234
|
+
*
|
|
235
|
+
* @return the percentage of calls served after threshold 4
|
|
236
|
+
*/
|
|
237
|
+
get percentCallsAfterTS4(): number | null;
|
|
238
|
+
/**
|
|
239
|
+
* Number of abandons on greeting voice guide (PC034).
|
|
240
|
+
*
|
|
241
|
+
* @return the number of calls abandoned on greeting voice guide
|
|
242
|
+
*/
|
|
243
|
+
get nbAbandonsOnGreetingsVG(): string | null;
|
|
244
|
+
/**
|
|
245
|
+
* Number of abandons on first waiting voice guide (PC035).
|
|
246
|
+
*
|
|
247
|
+
* @return the number of calls abandoned on first waiting voice guide
|
|
248
|
+
*/
|
|
249
|
+
get nbAbandonsOn1WaitingVG(): string | null;
|
|
250
|
+
/**
|
|
251
|
+
* Number of abandons on second waiting voice guide (PC036).
|
|
252
|
+
*
|
|
253
|
+
* @return the number of calls abandoned on second waiting voice guide
|
|
254
|
+
*/
|
|
255
|
+
get nbAbandonsOn2WaitingVG(): string | null;
|
|
256
|
+
/**
|
|
257
|
+
* Number of abandons on third waiting voice guide (PC037).
|
|
258
|
+
*
|
|
259
|
+
* @return the number of calls abandoned on third waiting voice guide
|
|
260
|
+
*/
|
|
261
|
+
get nbAbandonsOn3WaitingVG(): string | null;
|
|
262
|
+
/**
|
|
263
|
+
* Number of abandons on fourth waiting voice guide (PC038).
|
|
264
|
+
*
|
|
265
|
+
* @return the number of calls abandoned on fourth waiting voice guide
|
|
266
|
+
*/
|
|
267
|
+
get nbAbandonsOn4WaitingVG(): string | null;
|
|
268
|
+
/**
|
|
269
|
+
* Number of abandons on fifth waiting voice guide (PC039).
|
|
270
|
+
*
|
|
271
|
+
* @return the number of calls abandoned on fifth waiting voice guide
|
|
272
|
+
*/
|
|
273
|
+
get nbAbandonsOn5WaitingVG(): string | null;
|
|
274
|
+
/**
|
|
275
|
+
* Number of abandons on sixth waiting voice guide (PC040).
|
|
276
|
+
*
|
|
277
|
+
* @return the number of calls abandoned on sixth waiting voice guide
|
|
278
|
+
*/
|
|
279
|
+
get nbAbandonsOn6WaitingVG(): string | null;
|
|
280
|
+
/**
|
|
281
|
+
* Number of abandons on ringing (PC041).
|
|
282
|
+
*
|
|
283
|
+
* @return the number of calls abandoned while ringing
|
|
284
|
+
*/
|
|
285
|
+
get nbAbandonsOnRinging(): string | null;
|
|
286
|
+
/**
|
|
287
|
+
* Number of abandons on general forwarding voice guide (PC042).
|
|
288
|
+
*
|
|
289
|
+
* @return the number of calls abandoned on general forwarding voice guide
|
|
290
|
+
*/
|
|
291
|
+
get nbAbandonsOnGenFwdVG(): string | null;
|
|
292
|
+
/**
|
|
293
|
+
* Number of abandons on blocked voice guide (PC043).
|
|
294
|
+
*
|
|
295
|
+
* @return the number of calls abandoned on blocked voice guide
|
|
296
|
+
*/
|
|
297
|
+
get nbAbandonsOnBlockedVG(): string | null;
|
|
298
|
+
/**
|
|
299
|
+
* Number of abandons of direct calls while waiting on agent busy (PC044).
|
|
300
|
+
*
|
|
301
|
+
* @return the number of calls abandoned due to agent being busy
|
|
302
|
+
*/
|
|
303
|
+
get nbAbandonsOnAgentBusy(): string | null;
|
|
304
|
+
/**
|
|
305
|
+
* Overall number of abandons (PC045).
|
|
306
|
+
*
|
|
307
|
+
* @return the total number of call abandons
|
|
308
|
+
*/
|
|
309
|
+
get nbAbandons(): string | null;
|
|
310
|
+
/**
|
|
311
|
+
* Number of abandons before threshold 1 (PC046).
|
|
312
|
+
*
|
|
313
|
+
* @return the number of call abandons before threshold 1
|
|
314
|
+
*/
|
|
315
|
+
get nbAbandonsBeforeTS1(): string | null;
|
|
316
|
+
/**
|
|
317
|
+
* Percentage of abandons before threshold 1 (PC047).
|
|
318
|
+
*
|
|
319
|
+
* @return the percentage of call abandons before threshold 1
|
|
320
|
+
*/
|
|
321
|
+
get percentAbandonsBeforeTS1(): number | null;
|
|
322
|
+
/**
|
|
323
|
+
* Number of abandons before threshold 2 (PC048).
|
|
324
|
+
*
|
|
325
|
+
* @return the number of call abandons before threshold 2
|
|
326
|
+
*/
|
|
327
|
+
get nbAbandonsBeforeTS2(): string | null;
|
|
328
|
+
/**
|
|
329
|
+
* Percentage of abandons before threshold 2 (PC049).
|
|
330
|
+
*
|
|
331
|
+
* @return the percentage of call abandons before threshold 2
|
|
332
|
+
*/
|
|
333
|
+
get percentAbandonsBeforeTS2(): number | null;
|
|
334
|
+
/**
|
|
335
|
+
* Number of abandons before threshold 3 (PC050).
|
|
336
|
+
*
|
|
337
|
+
* @return the number of call abandons before threshold 3
|
|
338
|
+
*/
|
|
339
|
+
get nbAbandonsBeforeTS3(): string | null;
|
|
340
|
+
/**
|
|
341
|
+
* Percentage of abandons before threshold 3 (PC051).
|
|
342
|
+
*
|
|
343
|
+
* @return the percentage of call abandons before threshold 3
|
|
344
|
+
*/
|
|
345
|
+
get percentAbandonsBeforeTS3(): number | null;
|
|
346
|
+
/**
|
|
347
|
+
* Number of abandons before threshold 4 (PC052).
|
|
348
|
+
*
|
|
349
|
+
* @return the number of call abandons before threshold 4
|
|
350
|
+
*/
|
|
351
|
+
get nbAbandonsBeforeTS4(): string | null;
|
|
352
|
+
/**
|
|
353
|
+
* Percentage of abandons before threshold 4 (PC053).
|
|
354
|
+
*
|
|
355
|
+
* @return the percentage of call abandons before threshold 4
|
|
356
|
+
*/
|
|
357
|
+
get percentAbandonsBeforeTS4(): number | null;
|
|
358
|
+
/**
|
|
359
|
+
* Number of abandons after threshold 4 (PC054).
|
|
360
|
+
*
|
|
361
|
+
* @return the number of call abandons after threshold 4
|
|
362
|
+
*/
|
|
363
|
+
get nbAbandonsAfterTS4(): string | null;
|
|
364
|
+
/**
|
|
365
|
+
* Percentage of abandons after threshold 4 (PC055).
|
|
366
|
+
*
|
|
367
|
+
* @return the percentage of call abandons after threshold 4
|
|
368
|
+
*/
|
|
369
|
+
get percentAbandonsAfterTS4(): number | null;
|
|
370
|
+
/**
|
|
371
|
+
* Total duration of call processing (PC056).
|
|
372
|
+
*
|
|
373
|
+
* @return the total duration of call processing
|
|
374
|
+
*/
|
|
375
|
+
get callProcTDur(): string | null;
|
|
376
|
+
/**
|
|
377
|
+
* Average duration of call processing (PC057).
|
|
378
|
+
*
|
|
379
|
+
* @return the average duration of call processing
|
|
380
|
+
*/
|
|
381
|
+
get callProcADur(): string | null;
|
|
382
|
+
/**
|
|
383
|
+
* Total duration of greeting guide listening (PC058).
|
|
384
|
+
*
|
|
385
|
+
* @return the total duration spent listening to greeting guide
|
|
386
|
+
*/
|
|
387
|
+
get greetingListenTDur(): string | null;
|
|
388
|
+
/**
|
|
389
|
+
* Average duration of greeting guide listening (PC059).
|
|
390
|
+
*
|
|
391
|
+
* @return the average duration spent listening to greeting guide
|
|
392
|
+
*/
|
|
393
|
+
get greetingListenADur(): string | null;
|
|
394
|
+
/**
|
|
395
|
+
* Total time before queuing (PC060).
|
|
396
|
+
*
|
|
397
|
+
* @return the total duration before calls are queued
|
|
398
|
+
*/
|
|
399
|
+
get beforeQueuingTDur(): string | null;
|
|
400
|
+
/**
|
|
401
|
+
* Total waiting duration of served calls (PC061).
|
|
402
|
+
*
|
|
403
|
+
* @return the total waiting duration of served calls
|
|
404
|
+
*/
|
|
405
|
+
get waitServedCallsTDur(): string | null;
|
|
406
|
+
/**
|
|
407
|
+
* Average waiting duration of served calls (PC062).
|
|
408
|
+
*
|
|
409
|
+
* @return the average waiting duration of served calls
|
|
410
|
+
*/
|
|
411
|
+
get waitServedCallsADur(): string | null;
|
|
412
|
+
/**
|
|
413
|
+
* Total waiting duration of abandoned calls (PC063).
|
|
414
|
+
*
|
|
415
|
+
* @return the total waiting duration of abandoned calls
|
|
416
|
+
*/
|
|
417
|
+
get waitAbandonnedCallsTDur(): string | null;
|
|
418
|
+
/**
|
|
419
|
+
* Average waiting duration of abandoned calls (PC064).
|
|
420
|
+
*
|
|
421
|
+
* @return the average waiting duration of abandoned calls
|
|
422
|
+
*/
|
|
423
|
+
get waitAbandonnedCallsADur(): string | null;
|
|
424
|
+
/**
|
|
425
|
+
* Total duration of ringing (PC065).
|
|
426
|
+
*
|
|
427
|
+
* @return the total ringing duration
|
|
428
|
+
*/
|
|
429
|
+
get ringingTDur(): string | null;
|
|
430
|
+
/**
|
|
431
|
+
* Average duration of ringing (PC066).
|
|
432
|
+
*
|
|
433
|
+
* @return the average ringing duration
|
|
434
|
+
*/
|
|
435
|
+
get ringingADur(): string | null;
|
|
436
|
+
/**
|
|
437
|
+
* Total duration of conversation (PC067).
|
|
438
|
+
*
|
|
439
|
+
* @return the total conversation duration
|
|
440
|
+
*/
|
|
441
|
+
get convTDur(): string | null;
|
|
442
|
+
/**
|
|
443
|
+
* Average duration of conversation (PC068).
|
|
444
|
+
*
|
|
445
|
+
* @return the average conversation duration
|
|
446
|
+
*/
|
|
447
|
+
get convADur(): string | null;
|
|
448
|
+
/**
|
|
449
|
+
* Total duration of hold calls (PC069).
|
|
450
|
+
*
|
|
451
|
+
* @return the total duration of calls on hold
|
|
452
|
+
*/
|
|
453
|
+
get holdCallsTDur(): string | null;
|
|
454
|
+
/**
|
|
455
|
+
* Average duration of hold calls (PC070).
|
|
456
|
+
*
|
|
457
|
+
* @return the average duration of calls on hold
|
|
458
|
+
*/
|
|
459
|
+
get holdCallsADur(): string | null;
|
|
460
|
+
/**
|
|
461
|
+
* Total duration of wrap-up (PC071).
|
|
462
|
+
*
|
|
463
|
+
* @return the total wrap-up duration
|
|
464
|
+
*/
|
|
465
|
+
get wrapupTDur(): string | null;
|
|
466
|
+
/**
|
|
467
|
+
* Average duration of wrap-up (PC072).
|
|
468
|
+
*
|
|
469
|
+
* @return the average wrap-up duration
|
|
470
|
+
*/
|
|
471
|
+
get wrapupADur(): string | null;
|
|
472
|
+
/**
|
|
473
|
+
* Longest waiting time (PC073).
|
|
474
|
+
*
|
|
475
|
+
* @return the longest waiting duration for a call
|
|
476
|
+
*/
|
|
477
|
+
get longestWaitingDur(): string | null;
|
|
478
|
+
/**
|
|
479
|
+
* Service level (PC077).
|
|
480
|
+
*
|
|
481
|
+
* @return the service level
|
|
482
|
+
*/
|
|
483
|
+
get serviceLevel(): number | null;
|
|
484
|
+
/**
|
|
485
|
+
* Efficiency (PC078).
|
|
486
|
+
*
|
|
487
|
+
* @return the efficiency of the queue or pilot
|
|
488
|
+
*/
|
|
489
|
+
get efficiency(): number | null;
|
|
490
|
+
/**
|
|
491
|
+
* In-service state (pilot state percent) (PC079).
|
|
492
|
+
*
|
|
493
|
+
* @return the in-service state as a percentage
|
|
494
|
+
*/
|
|
495
|
+
get inServiceState(): number | null;
|
|
496
|
+
/**
|
|
497
|
+
* General forwarding state (pilot state percent) (PC080).
|
|
498
|
+
*
|
|
499
|
+
* @return the general forwarding state as a percentage
|
|
500
|
+
*/
|
|
501
|
+
get genFwdState(): number | null;
|
|
502
|
+
/**
|
|
503
|
+
* Blocked state (pilot state percent) (PC081).
|
|
504
|
+
*
|
|
505
|
+
* @return the blocked state as a percentage
|
|
506
|
+
*/
|
|
507
|
+
get blockedState(): number | null;
|
|
508
|
+
/**
|
|
509
|
+
* Total number of received calls (PC082).
|
|
510
|
+
*
|
|
511
|
+
* @return the total number of received calls
|
|
512
|
+
*/
|
|
513
|
+
get dnbTotReceivedCalls(): string | null;
|
|
514
|
+
/**
|
|
515
|
+
* Number of received calls in pilot open (PC083).
|
|
516
|
+
*
|
|
517
|
+
* @return the number of received calls in open state
|
|
518
|
+
*/
|
|
519
|
+
get dnbCallsOpen(): string | null;
|
|
520
|
+
/**
|
|
521
|
+
* Number of received calls in pilot blocked (PC084).
|
|
522
|
+
*
|
|
523
|
+
* @return the number of received calls in blocked state
|
|
524
|
+
*/
|
|
525
|
+
get dnbCallsBlocked(): string | null;
|
|
526
|
+
/**
|
|
527
|
+
* Number of received calls in pilot general forwarding (PC085).
|
|
528
|
+
*
|
|
529
|
+
* @return the number of received calls in general forwarding state
|
|
530
|
+
*/
|
|
531
|
+
get dnbCallsForward(): string | null;
|
|
532
|
+
/**
|
|
533
|
+
* Number of received calls in direct routing (PC086).
|
|
534
|
+
*
|
|
535
|
+
* @return the number of received calls routed directly
|
|
536
|
+
*/
|
|
537
|
+
get dnbDirectRoute(): string | null;
|
|
538
|
+
/**
|
|
539
|
+
* Number of received calls in indirect routing (PC087).
|
|
540
|
+
*
|
|
541
|
+
* @return the number of received calls routed indirectly
|
|
542
|
+
*/
|
|
543
|
+
get dnbIndirectRoute(): string | null;
|
|
544
|
+
/**
|
|
545
|
+
* Total number of served calls (PC088).
|
|
546
|
+
*
|
|
547
|
+
* @return the total number of served calls
|
|
548
|
+
*/
|
|
549
|
+
get dnbTotServedCalls(): string | null;
|
|
550
|
+
/**
|
|
551
|
+
* ACD served calls efficiency (PC089).
|
|
552
|
+
*
|
|
553
|
+
* @return the efficiency of ACD served calls
|
|
554
|
+
*/
|
|
555
|
+
get defficiency(): string | null;
|
|
556
|
+
/**
|
|
557
|
+
* Number of ACD served calls without queuing (PC090).
|
|
558
|
+
*
|
|
559
|
+
* @return the number of ACD served calls without queuing
|
|
560
|
+
*/
|
|
561
|
+
get dnbCallsWOQueuing(): string | null;
|
|
562
|
+
/**
|
|
563
|
+
* Number of ACD served calls after queuing (PC091).
|
|
564
|
+
*
|
|
565
|
+
* @return the number of ACD served calls after queuing
|
|
566
|
+
*/
|
|
567
|
+
get dnbCallsAfterQueuing(): string | null;
|
|
568
|
+
/**
|
|
569
|
+
* Number of ACD served calls before threshold 1 (PC092).
|
|
570
|
+
*
|
|
571
|
+
* @return the number of ACD served calls before threshold 1
|
|
572
|
+
*/
|
|
573
|
+
get dnbCallsBeforeTS1(): string | null;
|
|
574
|
+
/**
|
|
575
|
+
* Number of ACD served calls before threshold 2 (PC093).
|
|
576
|
+
*
|
|
577
|
+
* @return the number of ACD served calls before threshold 2
|
|
578
|
+
*/
|
|
579
|
+
get dnbCallsBeforeTS2(): string | null;
|
|
580
|
+
/**
|
|
581
|
+
* Number of ACD served calls before threshold 3 (PC094).
|
|
582
|
+
*
|
|
583
|
+
* @return the number of ACD served calls before threshold 3
|
|
584
|
+
*/
|
|
585
|
+
get dnbCallsBeforeTS3(): string | null;
|
|
586
|
+
/**
|
|
587
|
+
* Number of ACD served calls before threshold 4 (PC095).
|
|
588
|
+
*
|
|
589
|
+
* @return the number of ACD served calls before threshold 4
|
|
590
|
+
*/
|
|
591
|
+
get dnbCallsBeforeTS4(): string | null;
|
|
592
|
+
/**
|
|
593
|
+
* Number of ACD served calls after threshold 4 (PC096).
|
|
594
|
+
*
|
|
595
|
+
* @return the number of ACD served calls after threshold 4
|
|
596
|
+
*/
|
|
597
|
+
get dnbCallsAfterTS4(): string | null;
|
|
598
|
+
/**
|
|
599
|
+
* Average waiting time for ACD served calls (PC097).
|
|
600
|
+
*
|
|
601
|
+
* @return the average waiting duration of served calls
|
|
602
|
+
*/
|
|
603
|
+
get dwaitServedCallsADur(): string | null;
|
|
604
|
+
/**
|
|
605
|
+
* Total number of abandons (PC098).
|
|
606
|
+
*
|
|
607
|
+
* @return the total number of abandoned calls
|
|
608
|
+
*/
|
|
609
|
+
get dnbAbandons(): string | null;
|
|
610
|
+
/**
|
|
611
|
+
* Number of abandons on greetings voice guide (PC099).
|
|
612
|
+
*
|
|
613
|
+
* @return the number of abandons during greeting voice guide
|
|
614
|
+
*/
|
|
615
|
+
get dnbAbandonsOnGreetingsVG(): string | null;
|
|
616
|
+
/**
|
|
617
|
+
* Number of abandons on waiting voice guide (PC100).
|
|
618
|
+
*
|
|
619
|
+
* @return the number of abandons during waiting voice guide
|
|
620
|
+
*/
|
|
621
|
+
get dnbAbandonsOnWaitingVG(): string | null;
|
|
622
|
+
}
|
|
623
|
+
//# sourceMappingURL=pil-stats-row.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pil-stats-row.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/pil-stats-row.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { TimeInterval } from '../time-interval';
|
|
2
|
+
import { DataObservationPeriod } from './data-obs-period';
|
|
3
|
+
/**
|
|
4
|
+
* Defines a time range and granularity for retrieving statistical data.
|
|
5
|
+
*
|
|
6
|
+
* A `SelectedPeriod` specifies both the observation duration and the temporal resolution
|
|
7
|
+
* (slot size) used when aggregating statistics. It is used when querying data or generating
|
|
8
|
+
* detailed or multi-day reports.
|
|
9
|
+
*
|
|
10
|
+
* The selected period includes:
|
|
11
|
+
* - The type of observation period (DataObservationPeriod), such as a single day or several consecutive days.
|
|
12
|
+
* - The time slot granularity (TimeInterval) used for grouping data within the period (e.g., 15-minute or hourly intervals).
|
|
13
|
+
* - The start and end boundaries of the observation period.
|
|
14
|
+
*
|
|
15
|
+
* This class is typically used as part of a query or report configuration to define
|
|
16
|
+
* the exact time frame and aggregation level for statistical computations.
|
|
17
|
+
*
|
|
18
|
+
* @since 2.7.4
|
|
19
|
+
*/
|
|
20
|
+
export declare class SelectedPeriod {
|
|
21
|
+
#private;
|
|
22
|
+
/**
|
|
23
|
+
* Returns the start date of the selected period as a Date object.
|
|
24
|
+
*
|
|
25
|
+
* @returns The beginning date of the observation period
|
|
26
|
+
*/
|
|
27
|
+
get beginDate(): Date | null;
|
|
28
|
+
/**
|
|
29
|
+
* Returns the end date of the selected period as a Date object.
|
|
30
|
+
*
|
|
31
|
+
* @returns The ending date of the observation period
|
|
32
|
+
*/
|
|
33
|
+
get endDate(): Date | null;
|
|
34
|
+
/**
|
|
35
|
+
* Returns the observation period type, defining whether statistics are
|
|
36
|
+
* collected for a single day or multiple consecutive days.
|
|
37
|
+
*
|
|
38
|
+
* @returns The observation period type
|
|
39
|
+
*/
|
|
40
|
+
get observationPeriod(): DataObservationPeriod;
|
|
41
|
+
/**
|
|
42
|
+
* Returns the time slot granularity used for aggregating statistics within
|
|
43
|
+
* the selected period (e.g., 15-minute, 30-minute, or hourly).
|
|
44
|
+
*
|
|
45
|
+
* @returns The time interval (slot size) for data aggregation
|
|
46
|
+
*/
|
|
47
|
+
get timeInterval(): TimeInterval | null;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=selected-period.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selected-period.d.ts","sourceRoot":"","sources":["../../../../../src/types/cc-stats/data/selected-period.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE1D;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,cAAc;;IAmCvB;;;;OAIG;IACH,IAAI,SAAS,IAAI,IAAI,GAAG,IAAI,CAG3B;IAED;;;;OAIG;IACH,IAAI,OAAO,IAAI,IAAI,GAAG,IAAI,CAGzB;IAED;;;;;OAKG;IACH,IAAI,iBAAiB,IAAI,qBAAqB,CAE7C;IAED;;;;;OAKG;IACH,IAAI,YAAY,IAAI,YAAY,GAAG,IAAI,CAEtC;CACJ"}
|