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,421 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2025 ALE International
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the MIT License. You may obtain a copy of the License at:
|
|
5
|
+
* https://opensource.org/licenses/MIT
|
|
6
|
+
*
|
|
7
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
|
8
|
+
* software and associated documentation files (the "Software"), to deal in the Software
|
|
9
|
+
* without restriction, including without limitation the rights to use, copy, modify, merge,
|
|
10
|
+
* publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
|
|
11
|
+
* to whom the Software is furnished to do so, subject to the following conditions:
|
|
12
|
+
*
|
|
13
|
+
* The above copyright notice and this permission notice shall be included in all copies or
|
|
14
|
+
* substantial portions of the Software.
|
|
15
|
+
*
|
|
16
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
17
|
+
* BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
18
|
+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
19
|
+
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21
|
+
*/
|
|
22
|
+
export * from './types/analytics/call-type';
|
|
23
|
+
export * from './types/analytics/charging-file';
|
|
24
|
+
export * from './types/analytics/charging-result';
|
|
25
|
+
export * from './types/analytics/charging';
|
|
26
|
+
export * from './types/analytics/incident';
|
|
27
|
+
export * from './types/analytics/tel-facility';
|
|
28
|
+
export * from './types/cc-agent/agent-groups';
|
|
29
|
+
export * from './types/cc-agent/agent-skill-set';
|
|
30
|
+
export * from './types/cc-agent/agent-skill';
|
|
31
|
+
export * from './types/cc-agent/intrusion-mode';
|
|
32
|
+
export * from './types/cc-agent/operator-config';
|
|
33
|
+
export * from './types/cc-agent/operator-state';
|
|
34
|
+
export * from './types/cc-agent/operator-type';
|
|
35
|
+
export * from './types/cc-agent/withdraw-reason';
|
|
36
|
+
export * from './types/cc-mngt/calendar/abstract-calendar';
|
|
37
|
+
export * from './types/cc-mngt/calendar/calendar';
|
|
38
|
+
export * from './types/cc-mngt/calendar/exception-calendar';
|
|
39
|
+
export * from './types/cc-mngt/calendar/normal-calendar';
|
|
40
|
+
export * from './types/cc-mngt/calendar/pilot-operating-Mode';
|
|
41
|
+
export * from './types/cc-mngt/calendar/transition';
|
|
42
|
+
export * from './types/cc-mngt/pilot-rule-set';
|
|
43
|
+
export * from './types/cc-mngt/pilot-rule';
|
|
44
|
+
export * from './types/cc-mngt/pilot';
|
|
45
|
+
export * from './types/cc-pilot/call-data-pilot';
|
|
46
|
+
export * from './types/cc-pilot/cc-pilot-events';
|
|
47
|
+
export * from './types/cc-rt/agent-attributes';
|
|
48
|
+
export * from './types/cc-rt/agent-pg-attributes';
|
|
49
|
+
export * from './types/cc-rt/agent-pg-type';
|
|
50
|
+
export * from './types/cc-rt/agent-phone-state';
|
|
51
|
+
export * from './types/cc-rt/agent-service-type';
|
|
52
|
+
export * from './types/cc-rt/cc-rt-events';
|
|
53
|
+
export * from './types/cc-rt/other-pg-attributes';
|
|
54
|
+
export * from './types/cc-rt/other-pg-type';
|
|
55
|
+
export * from './types/cc-rt/pilot-attributes';
|
|
56
|
+
export * from './types/cc-rt/queue-attributes';
|
|
57
|
+
export * from './types/cc-rt/queue-type';
|
|
58
|
+
export * from './types/cc-rt/rti-context';
|
|
59
|
+
export * from './types/cc-rt/rti-filter';
|
|
60
|
+
export * from './types/cc-rt/rti-object-identifier';
|
|
61
|
+
export * from './types/cc-rt/rti-objects';
|
|
62
|
+
export * from './types/cc-stats/data/ag-by-pil-stats-row';
|
|
63
|
+
export * from './types/cc-stats/data/ag-stats-row';
|
|
64
|
+
export * from './types/cc-stats/data/data-obs-period';
|
|
65
|
+
export * from './types/cc-stats/data/pil-stats-row';
|
|
66
|
+
export * from './types/cc-stats/data/selected-period';
|
|
67
|
+
export * from './types/cc-stats/data/stat-value';
|
|
68
|
+
export * from './types/cc-stats/data/stats-data';
|
|
69
|
+
export * from './types/cc-stats/events/progress-callback';
|
|
70
|
+
export * from './types/cc-stats/events/progress-step';
|
|
71
|
+
export * from './types/cc-stats/scheduled/recurrence';
|
|
72
|
+
export * from './types/cc-stats/scheduled/report-obs-period';
|
|
73
|
+
export * from './types/cc-stats/scheduled/scheduled-report';
|
|
74
|
+
export * from './types/cc-stats/agbypilot-attributes';
|
|
75
|
+
export * from './types/cc-stats/agent-attributes';
|
|
76
|
+
export * from './types/cc-stats/agent-filter';
|
|
77
|
+
export * from './types/cc-stats/language';
|
|
78
|
+
export * from './types/cc-stats/pilot-attributes';
|
|
79
|
+
export * from './types/cc-stats/pilot-filter';
|
|
80
|
+
export * from './types/cc-stats/requester';
|
|
81
|
+
export * from './types/cc-stats/stats-context';
|
|
82
|
+
export * from './types/cc-stats/stats-filter';
|
|
83
|
+
export * from './types/cc-stats/stats-format';
|
|
84
|
+
export * from './types/cc-stats/time-interval';
|
|
85
|
+
export * from './types/comlog/com-record-participant';
|
|
86
|
+
export * from './types/comlog/com-record';
|
|
87
|
+
export * from './types/comlog/comlog-events';
|
|
88
|
+
export * from './types/comlog/filter-option';
|
|
89
|
+
export * from './types/comlog/page';
|
|
90
|
+
export * from './types/comlog/query-filter';
|
|
91
|
+
export * from './types/comlog/query-result';
|
|
92
|
+
export * from './types/comlog/reason';
|
|
93
|
+
export * from './types/comlog/role';
|
|
94
|
+
export * from './types/common/date-range';
|
|
95
|
+
export * from './types/common/day-of-week';
|
|
96
|
+
export * from './types/common/device-type';
|
|
97
|
+
export * from './types/common/device';
|
|
98
|
+
export * from './types/common/identifier';
|
|
99
|
+
export * from './types/common/main-type';
|
|
100
|
+
export * from './types/common/party-info-type';
|
|
101
|
+
export * from './types/common/party-info';
|
|
102
|
+
export * from './types/common/service-state';
|
|
103
|
+
export * from './types/directory/criteria';
|
|
104
|
+
export * from './types/directory/filter-item';
|
|
105
|
+
export * from './types/directory/logical-operation';
|
|
106
|
+
export * from './types/directory/operation-filter';
|
|
107
|
+
export * from './types/directory/result-item';
|
|
108
|
+
export * from './types/directory/search-result';
|
|
109
|
+
export * from './types/events/events';
|
|
110
|
+
export * from './types/eventsummary/event-summary-counter';
|
|
111
|
+
export * from './types/eventsummary/event-summary-events';
|
|
112
|
+
export * from './types/maint/configuration-type';
|
|
113
|
+
export * from './types/maint/cti-link-state';
|
|
114
|
+
export * from './types/maint/license-status';
|
|
115
|
+
export * from './types/maint/license-type';
|
|
116
|
+
export * from './types/maint/license';
|
|
117
|
+
export * from './types/maint/maint-events';
|
|
118
|
+
export * from './types/maint/pbx-status';
|
|
119
|
+
export * from './types/maint/server-address';
|
|
120
|
+
export * from './types/maint/service-status';
|
|
121
|
+
export * from './types/maint/subscriber-filter';
|
|
122
|
+
export * from './types/maint/sys-service-status';
|
|
123
|
+
export * from './types/maint/sys-status';
|
|
124
|
+
export * from './types/messaging/mailbox-info';
|
|
125
|
+
export * from './types/messaging/mailbox';
|
|
126
|
+
export * from './types/messaging/voice-message';
|
|
127
|
+
export * from './types/pbxmngt/attribute-filter';
|
|
128
|
+
export * from './types/pbxmngt/instance-filter';
|
|
129
|
+
export * from './types/pbxmngt/model';
|
|
130
|
+
export * from './types/pbxmngt/octet-string-length';
|
|
131
|
+
export * from './types/pbxmngt/pbx-attr-map';
|
|
132
|
+
export * from './types/pbxmngt/pbx-attribute';
|
|
133
|
+
export * from './types/pbxmngt/pbx-object';
|
|
134
|
+
export * from './types/pbxmngt/pbx';
|
|
135
|
+
export * from './types/pbxmngt/pbxmngt-events';
|
|
136
|
+
export * from './types/phoneset/device-key';
|
|
137
|
+
export * from './types/phoneset/dynamic-state';
|
|
138
|
+
export * from './types/phoneset/pin';
|
|
139
|
+
export * from './types/phoneset/prog-key';
|
|
140
|
+
export * from './types/phoneset/soft-key';
|
|
141
|
+
export * from './types/routing/destination';
|
|
142
|
+
export * from './types/routing/dnd-state';
|
|
143
|
+
export * from './types/routing/forward-condition';
|
|
144
|
+
export * from './types/routing/forward';
|
|
145
|
+
export * from './types/routing/overflow-condition';
|
|
146
|
+
export * from './types/routing/overflow';
|
|
147
|
+
export * from './types/routing/routing-capabilities';
|
|
148
|
+
export * from './types/routing/routing-events';
|
|
149
|
+
export * from './types/routing/routing-state';
|
|
150
|
+
export * from './types/rsi/add-digit-coll-criteria';
|
|
151
|
+
export * from './types/rsi/collection-cause';
|
|
152
|
+
export * from './types/rsi/route-session';
|
|
153
|
+
export * from './types/rsi/routing-caller-type';
|
|
154
|
+
export * from './types/rsi/routing-reason';
|
|
155
|
+
export * from './types/rsi/rsi-events';
|
|
156
|
+
export * from './types/rsi/rsi-point';
|
|
157
|
+
export * from './types/rsi/tones';
|
|
158
|
+
export * from './types/telephony/call/ccd/acd-call-info';
|
|
159
|
+
export * from './types/telephony/call/ccd/acd-data';
|
|
160
|
+
export * from './types/telephony/call/ccd/call-profile';
|
|
161
|
+
export * from './types/telephony/call/ccd/pilot-info';
|
|
162
|
+
export * from './types/telephony/call/ccd/pilot-status';
|
|
163
|
+
export * from './types/telephony/call/ccd/pilot-transfer-info';
|
|
164
|
+
export * from './types/telephony/call/ccd/pilot-transfer-query-param';
|
|
165
|
+
export * from './types/telephony/call/ccd/queue-data';
|
|
166
|
+
export * from './types/telephony/call/call-cause';
|
|
167
|
+
export * from './types/telephony/call/call-data';
|
|
168
|
+
export * from './types/telephony/call/correlator-data';
|
|
169
|
+
export * from './types/telephony/call/leg';
|
|
170
|
+
export * from './types/telephony/call/media-state';
|
|
171
|
+
export * from './types/telephony/call/participant';
|
|
172
|
+
export * from './types/telephony/call/record-state';
|
|
173
|
+
export * from './types/telephony/call/tag';
|
|
174
|
+
export * from './types/telephony/device/device-state';
|
|
175
|
+
export * from './types/telephony/device/operational-state';
|
|
176
|
+
export * from './types/telephony/user/user-state';
|
|
177
|
+
export * from './types/telephony/call';
|
|
178
|
+
export * from './types/telephony/callback';
|
|
179
|
+
export * from './types/telephony/hunting-group-status';
|
|
180
|
+
export * from './types/telephony/hunting-groups';
|
|
181
|
+
export * from './types/telephony/mini-message';
|
|
182
|
+
export * from './types/telephony/RecordingAction';
|
|
183
|
+
export * from './types/telephony/telephonic-state';
|
|
184
|
+
export * from './types/telephony/telephony-events';
|
|
185
|
+
export * from './types/telephony/trunk-indentification';
|
|
186
|
+
export * from './types/users/preferences';
|
|
187
|
+
export * from './types/users/supported-languages';
|
|
188
|
+
export * from './types/users/user';
|
|
189
|
+
export * from './types/users/users-events';
|
|
190
|
+
export * from './types/users/voicemail';
|
|
191
|
+
export * from './types/users/voicemail-type';
|
|
192
|
+
export * from './ErrorInfo';
|
|
193
|
+
export * from './host';
|
|
194
|
+
export * from './subscription';
|
|
195
|
+
export * from './supervised-account';
|
|
196
|
+
import { Routing } from './o2g-routing';
|
|
197
|
+
import { EventSummary } from './o2g-eventSummary';
|
|
198
|
+
import { Directory } from './o2g-directory';
|
|
199
|
+
import { Users } from './o2g-users';
|
|
200
|
+
import { Telephony } from './o2g-telephony';
|
|
201
|
+
import { CommunicationLog } from './o2g-comlog';
|
|
202
|
+
import { Analytics } from './o2g-analytics';
|
|
203
|
+
import { CallCenterAgent } from './o2g-cc-agent';
|
|
204
|
+
import { CallCenterPilot } from './o2g-cc-pilot';
|
|
205
|
+
import { Maintenance } from './o2g-maint';
|
|
206
|
+
import { PbxManagement } from './o2g-pbx-mngt';
|
|
207
|
+
import { PhoneSetProgramming } from './o2g-phone-set-prog';
|
|
208
|
+
import { Messaging } from './o2g-messaging';
|
|
209
|
+
import { Subscription } from './subscription';
|
|
210
|
+
import { UsersManagement } from './o2g-users-mngt';
|
|
211
|
+
import { CallCenterManagement } from './o2g-cc-mngt';
|
|
212
|
+
import { CallCenterRealtime } from './o2g-cc-rt';
|
|
213
|
+
import { CallCenterStatistics } from './o2g-cc-stat';
|
|
214
|
+
import { SupervisedAccount } from './supervised-account';
|
|
215
|
+
import { Host } from './host';
|
|
216
|
+
/**
|
|
217
|
+
* Main entry point for the O2G SDK.
|
|
218
|
+
* <p>
|
|
219
|
+
* The `O2G` class is a static facade that manages the application lifecycle and provides
|
|
220
|
+
* access to all O2G services. The typical usage follows three steps:
|
|
221
|
+
* <ol>
|
|
222
|
+
* <li>Initialize the application with {@link O2G.initialize}</li>
|
|
223
|
+
* <li>Login with {@link O2G.login}</li>
|
|
224
|
+
* <li>Optionally subscribe to events with {@link O2G.subscribe}</li>
|
|
225
|
+
* </ol>
|
|
226
|
+
*
|
|
227
|
+
* @example
|
|
228
|
+
* ```typescript
|
|
229
|
+
* O2G.initialize("MyApp", { privateAddress: "192.168.1.1" });
|
|
230
|
+
* const success = await O2G.login("user", "password");
|
|
231
|
+
* if (success) {
|
|
232
|
+
* await O2G.subscribe(subscription);
|
|
233
|
+
* const calls = await O2G.telephony.getCalls();
|
|
234
|
+
* }
|
|
235
|
+
* ```
|
|
236
|
+
*/
|
|
237
|
+
export declare class O2G {
|
|
238
|
+
/**
|
|
239
|
+
* The event name fired when O2G channel information is received.
|
|
240
|
+
* Use with {@link O2G.on} to listen for channel information events.
|
|
241
|
+
*/
|
|
242
|
+
static get O2G_ONCHANNEL_INFORMATION(): string;
|
|
243
|
+
private static _application;
|
|
244
|
+
private static _logger;
|
|
245
|
+
private static _routing;
|
|
246
|
+
private static _eventSummary;
|
|
247
|
+
private static _users;
|
|
248
|
+
private static _usersManagement;
|
|
249
|
+
private static _telephony;
|
|
250
|
+
private static _directory;
|
|
251
|
+
private static _comlog;
|
|
252
|
+
private static _analytics;
|
|
253
|
+
private static _callCenterAgent;
|
|
254
|
+
private static _callCenterPilot;
|
|
255
|
+
private static _callCenterRealtime;
|
|
256
|
+
private static _callCenterStatistics;
|
|
257
|
+
private static _callCenterManagement;
|
|
258
|
+
private static _maintenance;
|
|
259
|
+
private static _pbxManagement;
|
|
260
|
+
private static _phoneSetProgramming;
|
|
261
|
+
private static _messaging;
|
|
262
|
+
/**
|
|
263
|
+
* Initializes the O2G application with the given name, host, and optional API version.
|
|
264
|
+
* <p>
|
|
265
|
+
* This method must be called before any other method. It can only be called once;
|
|
266
|
+
* subsequent calls will throw an error.
|
|
267
|
+
*
|
|
268
|
+
* @param appName the application name, used to identify this client on the O2G server
|
|
269
|
+
* @param host the O2G server host configuration
|
|
270
|
+
* @param apiVersion the API version to use. Defaults to `"1.0"`
|
|
271
|
+
* @throws {Error} if the application has already been initialized
|
|
272
|
+
*/
|
|
273
|
+
static initialize(appName: string, host: Host, apiVersion?: string): void;
|
|
274
|
+
/**
|
|
275
|
+
* Authenticates the user against the O2G server and initializes all services.
|
|
276
|
+
* <p>
|
|
277
|
+
* Must be called after {@link O2G.initialize}. On success, all service getters
|
|
278
|
+
* become available. On failure, returns `false` and logs the error.
|
|
279
|
+
*
|
|
280
|
+
* @param loginName the user's login name
|
|
281
|
+
* @param password the user's password
|
|
282
|
+
* @param supervisedAccount optional supervised account to open the session on behalf of another user
|
|
283
|
+
* @returns `true` if login succeeded; `false` otherwise
|
|
284
|
+
* @throws {Error} if the application has not been initialized
|
|
285
|
+
*/
|
|
286
|
+
static login(loginName: string, password: string, supervisedAccount?: SupervisedAccount | null): Promise<boolean>;
|
|
287
|
+
/**
|
|
288
|
+
* Subscribes to O2G events using the given subscription configuration.
|
|
289
|
+
* <p>
|
|
290
|
+
* Must be called after a successful {@link O2G.login} to start receiving events.
|
|
291
|
+
* Use {@link O2G.on} to register listeners for specific event types.
|
|
292
|
+
*
|
|
293
|
+
* @param subscription the subscription configuration specifying which event packages to receive
|
|
294
|
+
* @throws {Error} if the application has not been initialized
|
|
295
|
+
*/
|
|
296
|
+
static subscribe(subscription: Subscription): Promise<void>;
|
|
297
|
+
/**
|
|
298
|
+
* Gracefully shuts down the O2G application, closing the session and releasing all resources.
|
|
299
|
+
* <p>
|
|
300
|
+
* After calling this method, {@link O2G.initialize} must be called again before reuse.
|
|
301
|
+
*/ static shutdown(): Promise<void>;
|
|
302
|
+
/**
|
|
303
|
+
* Registers an event listener for the specified O2G event.
|
|
304
|
+
*
|
|
305
|
+
* @param event the event name to listen for
|
|
306
|
+
* @param listener the callback function invoked when the event is fired
|
|
307
|
+
* @throws {Error} if the application has not been initialized
|
|
308
|
+
*/
|
|
309
|
+
static on(event: string, listener: (...args: any[]) => void): void;
|
|
310
|
+
/**
|
|
311
|
+
* Removes a previously registered event listener for the specified O2G event.
|
|
312
|
+
*
|
|
313
|
+
* @param event the event name
|
|
314
|
+
* @param listener the callback function to remove
|
|
315
|
+
* @throws {Error} if the application has not been initialized
|
|
316
|
+
*/
|
|
317
|
+
static off(event: string, listener: (...args: any[]) => void): void;
|
|
318
|
+
/**
|
|
319
|
+
* Returns the {@link Routing} service, which provides call routing and forwarding management.
|
|
320
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
321
|
+
*/
|
|
322
|
+
static get routing(): Routing;
|
|
323
|
+
/**
|
|
324
|
+
* Returns the {@link EventSummary} service, which provides access to event summary counters.
|
|
325
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
326
|
+
*/
|
|
327
|
+
static get eventSummary(): EventSummary;
|
|
328
|
+
/**
|
|
329
|
+
* Returns the {@link Users} service, which provides user profile and preference management.
|
|
330
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
331
|
+
*/
|
|
332
|
+
static get users(): Users;
|
|
333
|
+
/**
|
|
334
|
+
* Returns the {@link UsersManagement} service, which provides administrator-level user management.
|
|
335
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
336
|
+
*/
|
|
337
|
+
static get usersManagement(): UsersManagement;
|
|
338
|
+
/**
|
|
339
|
+
* Returns the {@link Telephony} service, which provides call control and telephony operations.
|
|
340
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
341
|
+
*/
|
|
342
|
+
static get telephony(): Telephony;
|
|
343
|
+
/**
|
|
344
|
+
* Returns the {@link Directory} service, which provides enterprise directory search.
|
|
345
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
346
|
+
*/
|
|
347
|
+
static get directory(): Directory;
|
|
348
|
+
/**
|
|
349
|
+
* Returns the {@link CommunicationLog} service, which provides access to communication history records.
|
|
350
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
351
|
+
*/
|
|
352
|
+
static get comlog(): CommunicationLog;
|
|
353
|
+
/**
|
|
354
|
+
* Returns the {@link Analytics} service, which provides access to charging and incident data.
|
|
355
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
356
|
+
*/
|
|
357
|
+
static get analytics(): Analytics;
|
|
358
|
+
/**
|
|
359
|
+
* Returns the {@link CallCenterAgent} service, which provides ACD agent state and skill management.
|
|
360
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
361
|
+
*/
|
|
362
|
+
static get callCenterAgent(): CallCenterAgent;
|
|
363
|
+
/**
|
|
364
|
+
* Returns the {@link CallCenterPilot} service, which provides CCD pilot monitoring.
|
|
365
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
366
|
+
*/
|
|
367
|
+
static get callCenterPilot(): CallCenterPilot;
|
|
368
|
+
/**
|
|
369
|
+
* Returns the {@link CallCenterRealtime} service, which provides real-time ACD statistics and RTI data.
|
|
370
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
371
|
+
*/
|
|
372
|
+
static get callCenterRealtime(): CallCenterRealtime;
|
|
373
|
+
/**
|
|
374
|
+
* Returns the {@link CallCenterStatistics} service, which provides historical ACD statistics and reporting.
|
|
375
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
376
|
+
*/
|
|
377
|
+
static get callCenterStatistics(): CallCenterStatistics;
|
|
378
|
+
/**
|
|
379
|
+
* Returns the {@link CallCenterManagement} service, which provides CCD pilot and calendar management.
|
|
380
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
381
|
+
*/
|
|
382
|
+
static get callCenterManagement(): CallCenterManagement;
|
|
383
|
+
/**
|
|
384
|
+
* Returns the {@link Maintenance} service, which provides system status and PBX health information.
|
|
385
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
386
|
+
*/
|
|
387
|
+
static get maintenance(): Maintenance;
|
|
388
|
+
/**
|
|
389
|
+
* Returns the {@link PbxManagement} service, which provides PBX object model access and configuration.
|
|
390
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
391
|
+
*/
|
|
392
|
+
static get pbxManagement(): PbxManagement;
|
|
393
|
+
/**
|
|
394
|
+
* Returns the {@link PhoneSetProgramming} service, which provides phone device key and pin management.
|
|
395
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
396
|
+
*/
|
|
397
|
+
static get phoneSetProgramming(): PhoneSetProgramming;
|
|
398
|
+
/**
|
|
399
|
+
* Returns the {@link Messaging} service, which provides voicemail and mailbox management.
|
|
400
|
+
* @throws {Error} if the service is not available (login not completed)
|
|
401
|
+
*/
|
|
402
|
+
static get messaging(): Messaging;
|
|
403
|
+
}
|
|
404
|
+
export { Routing } from './o2g-routing';
|
|
405
|
+
export { EventSummary } from './o2g-eventSummary';
|
|
406
|
+
export { Directory } from './o2g-directory';
|
|
407
|
+
export { Users } from './o2g-users';
|
|
408
|
+
export { Telephony } from './o2g-telephony';
|
|
409
|
+
export { CommunicationLog } from './o2g-comlog';
|
|
410
|
+
export { Analytics } from './o2g-analytics';
|
|
411
|
+
export { CallCenterAgent } from './o2g-cc-agent';
|
|
412
|
+
export { CallCenterPilot } from './o2g-cc-pilot';
|
|
413
|
+
export { Maintenance } from './o2g-maint';
|
|
414
|
+
export { PbxManagement } from './o2g-pbx-mngt';
|
|
415
|
+
export { PhoneSetProgramming } from './o2g-phone-set-prog';
|
|
416
|
+
export { Messaging } from './o2g-messaging';
|
|
417
|
+
export { UsersManagement } from './o2g-users-mngt';
|
|
418
|
+
export { CallCenterManagement } from './o2g-cc-mngt';
|
|
419
|
+
export { CallCenterRealtime } from './o2g-cc-rt';
|
|
420
|
+
export { CallCenterStatistics } from './o2g-cc-stat';
|
|
421
|
+
//# sourceMappingURL=o2g-node-sdk.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"o2g-node-sdk.d.ts","sourceRoot":"","sources":["../../src/o2g-node-sdk.ts"],"names":[],"mappings":"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"}
|