o2g-node-sdk 1.0.1 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +234 -5
- package/dist/o2g-node-sdk.js +38042 -1
- package/dist/o2g-node-sdk.js.map +1 -1
- package/dist/{ErrorInfo.d.ts → types/ErrorInfo.d.ts} +1 -0
- package/dist/types/ErrorInfo.d.ts.map +1 -0
- package/dist/{host.d.ts → types/host.d.ts} +3 -2
- package/dist/types/host.d.ts.map +1 -0
- package/dist/types/internal/access-mode.d.ts +2 -0
- package/dist/types/internal/access-mode.d.ts.map +1 -0
- package/dist/types/internal/events/chunk-eventing.d.ts +2 -0
- package/dist/types/internal/events/chunk-eventing.d.ts.map +1 -0
- package/dist/types/internal/events/event-dispatcher.d.ts +2 -0
- package/dist/types/internal/events/event-dispatcher.d.ts.map +1 -0
- package/dist/types/internal/events/event-packages.d.ts +2 -0
- package/dist/types/internal/events/event-packages.d.ts.map +1 -0
- package/dist/types/internal/o2g-application.d.ts +2 -0
- package/dist/types/internal/o2g-application.d.ts.map +1 -0
- package/dist/types/internal/rest/analytics-rest.d.ts +2 -0
- package/dist/types/internal/rest/analytics-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/authentication-rest.d.ts +2 -0
- package/dist/types/internal/rest/authentication-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/ccAgent-rest.d.ts +2 -0
- package/dist/types/internal/rest/ccAgent-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/ccMngt-rest.d.ts +2 -0
- package/dist/types/internal/rest/ccMngt-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/ccPilot-rest.d.ts +2 -0
- package/dist/types/internal/rest/ccPilot-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/ccRealtime-rest.d.ts +2 -0
- package/dist/types/internal/rest/ccRealtime-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/ccStatistics-rest.d.ts +45 -0
- package/dist/types/internal/rest/ccStatistics-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/comlog-rest.d.ts +2 -0
- package/dist/types/internal/rest/comlog-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/directory-rest.d.ts +2 -0
- package/dist/types/internal/rest/directory-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/eventSummary-rest.d.ts +2 -0
- package/dist/types/internal/rest/eventSummary-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/maint-rest.d.ts +2 -0
- package/dist/types/internal/rest/maint-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/messaging-rest.d.ts +2 -0
- package/dist/types/internal/rest/messaging-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/o2g-rest.d.ts +2 -0
- package/dist/types/internal/rest/o2g-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/pbx-mngt-rest.d.ts +2 -0
- package/dist/types/internal/rest/pbx-mngt-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/phone-set-prog-rest.d.ts +2 -0
- package/dist/types/internal/rest/phone-set-prog-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/rest-service.d.ts +2 -0
- package/dist/types/internal/rest/rest-service.d.ts.map +1 -0
- package/dist/types/internal/rest/routing-rest.d.ts +2 -0
- package/dist/types/internal/rest/routing-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/rsi-rest.d.ts +2 -0
- package/dist/types/internal/rest/rsi-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/sessions-rest.d.ts +2 -0
- package/dist/types/internal/rest/sessions-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/subscriptions-rest.d.ts +2 -0
- package/dist/types/internal/rest/subscriptions-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/telephony-rest.d.ts +2 -0
- package/dist/types/internal/rest/telephony-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/users-mngt-rest.d.ts +2 -0
- package/dist/types/internal/rest/users-mngt-rest.d.ts.map +1 -0
- package/dist/types/internal/rest/users-rest.d.ts +2 -0
- package/dist/types/internal/rest/users-rest.d.ts.map +1 -0
- package/dist/types/internal/service-end-point.d.ts +2 -0
- package/dist/types/internal/service-end-point.d.ts.map +1 -0
- package/dist/types/internal/service-factory.d.ts +2 -0
- package/dist/types/internal/service-factory.d.ts.map +1 -0
- package/dist/types/internal/session.d.ts +2 -0
- package/dist/types/internal/session.d.ts.map +1 -0
- package/dist/types/internal/types/analytics/analytics-types.d.ts +2 -0
- package/dist/types/internal/types/analytics/analytics-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-agent/cc-agent-types.d.ts +2 -0
- package/dist/types/internal/types/cc-agent/cc-agent-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-mngt/cc-mntg-types.d.ts +2 -0
- package/dist/types/internal/types/cc-mngt/cc-mntg-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-pilot/cc-pilot-types.d.ts +2 -0
- package/dist/types/internal/types/cc-pilot/cc-pilot-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-rt/cc-rt-types.d.ts +2 -0
- package/dist/types/internal/types/cc-rt/cc-rt-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/abstract-filter.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/abstract-filter.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/ag-filter-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/ag-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/cc-stat-types.d.ts +56 -0
- package/dist/types/internal/types/cc-stat/cc-stat-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/context-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/context-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/on-stats-progress.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/on-stats-progress.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/pil-filter-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/pil-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/requester-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/requester-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stat/scheduled-rep-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stat/scheduled-rep-impl.d.ts.map +1 -0
- package/dist/types/internal/types/comlog/comlog-types.d.ts +2 -0
- package/dist/types/internal/types/comlog/comlog-types.d.ts.map +1 -0
- package/dist/types/internal/types/common/common-types.d.ts +2 -0
- package/dist/types/internal/types/common/common-types.d.ts.map +1 -0
- package/dist/types/internal/types/directory/directory-types.d.ts +2 -0
- package/dist/types/internal/types/directory/directory-types.d.ts.map +1 -0
- package/dist/types/{eventsummary/event-summary-events.d.ts → internal/types/eventsummary/eventsummary-types.d.ts} +4 -5
- package/dist/types/internal/types/eventsummary/eventsummary-types.d.ts.map +1 -0
- package/dist/types/internal/types/maint/maint-types.d.ts +2 -0
- package/dist/types/internal/types/maint/maint-types.d.ts.map +1 -0
- package/dist/types/internal/types/messaging/messaging-types.d.ts +2 -0
- package/dist/types/internal/types/messaging/messaging-types.d.ts.map +1 -0
- package/dist/types/internal/types/pbxmngt/pbxmngt-types.d.ts +2 -0
- package/dist/types/internal/types/pbxmngt/pbxmngt-types.d.ts.map +1 -0
- package/dist/types/internal/types/phoneset/phoneset-types.d.ts +2 -0
- package/dist/types/internal/types/phoneset/phoneset-types.d.ts.map +1 -0
- package/dist/types/internal/types/routing/routing-types.d.ts +2 -0
- package/dist/types/internal/types/routing/routing-types.d.ts.map +1 -0
- package/dist/types/internal/types/rsi/rsi-types.d.ts +2 -0
- package/dist/types/internal/types/rsi/rsi-types.d.ts.map +1 -0
- package/dist/types/internal/types/telephony/telephony-types.d.ts +2 -0
- package/dist/types/internal/types/telephony/telephony-types.d.ts.map +1 -0
- package/dist/types/internal/types/users/users-types.d.ts +2 -0
- package/dist/types/internal/types/users/users-types.d.ts.map +1 -0
- package/dist/types/internal/util/IHttpClient.d.ts +2 -0
- package/dist/types/internal/util/IHttpClient.d.ts.map +1 -0
- package/dist/types/internal/util/assert.d.ts +2 -0
- package/dist/types/internal/util/assert.d.ts.map +1 -0
- package/dist/types/internal/util/file-utils.d.ts +2 -0
- package/dist/types/internal/util/file-utils.d.ts.map +1 -0
- package/dist/types/internal/util/format-util.d.ts +2 -0
- package/dist/types/internal/util/format-util.d.ts.map +1 -0
- package/dist/types/internal/util/hexa-string.d.ts +2 -0
- package/dist/types/internal/util/hexa-string.d.ts.map +1 -0
- package/dist/types/internal/util/http-client.d.ts +2 -0
- package/dist/types/internal/util/http-client.d.ts.map +1 -0
- package/dist/types/internal/util/http-content.d.ts +2 -0
- package/dist/types/internal/util/http-content.d.ts.map +1 -0
- package/dist/types/internal/util/http-response.d.ts +2 -0
- package/dist/types/internal/util/http-response.d.ts.map +1 -0
- package/dist/types/internal/util/injection-container.d.ts +5 -0
- package/dist/types/internal/util/injection-container.d.ts.map +1 -0
- package/dist/types/internal/util/logger.d.ts +7 -0
- package/dist/types/internal/util/logger.d.ts.map +1 -0
- package/dist/types/internal/util/util-uri.d.ts +2 -0
- package/dist/types/internal/util/util-uri.d.ts.map +1 -0
- package/dist/{o2g-analytics.d.ts → types/o2g-analytics.d.ts} +10 -15
- package/dist/types/o2g-analytics.d.ts.map +1 -0
- package/dist/types/o2g-cc-agent.d.ts +376 -0
- package/dist/types/o2g-cc-agent.d.ts.map +1 -0
- package/dist/types/o2g-cc-mngt.d.ts +213 -0
- package/dist/types/o2g-cc-mngt.d.ts.map +1 -0
- package/dist/types/o2g-cc-pilot.d.ts +71 -0
- package/dist/types/o2g-cc-pilot.d.ts.map +1 -0
- package/dist/types/o2g-cc-rt.d.ts +163 -0
- package/dist/types/o2g-cc-rt.d.ts.map +1 -0
- package/dist/types/o2g-cc-stat.d.ts +450 -0
- package/dist/types/o2g-cc-stat.d.ts.map +1 -0
- package/dist/types/o2g-comlog.d.ts +245 -0
- package/dist/types/o2g-comlog.d.ts.map +1 -0
- package/dist/types/o2g-directory.d.ts +109 -0
- package/dist/types/o2g-directory.d.ts.map +1 -0
- package/dist/types/o2g-eventSummary.d.ts +44 -0
- package/dist/types/o2g-eventSummary.d.ts.map +1 -0
- package/dist/types/o2g-maint.d.ts +82 -0
- package/dist/types/o2g-maint.d.ts.map +1 -0
- package/dist/types/o2g-messaging.d.ts +137 -0
- package/dist/types/o2g-messaging.d.ts.map +1 -0
- package/dist/types/o2g-node-sdk.d.ts +421 -0
- package/dist/types/o2g-node-sdk.d.ts.map +1 -0
- package/dist/types/o2g-pbx-mngt.d.ts +244 -0
- package/dist/types/o2g-pbx-mngt.d.ts.map +1 -0
- package/dist/types/o2g-phone-set-prog.d.ts +269 -0
- package/dist/types/o2g-phone-set-prog.d.ts.map +1 -0
- package/dist/types/o2g-routing.d.ts +313 -0
- package/dist/types/o2g-routing.d.ts.map +1 -0
- package/dist/{o2g-rsi.d.ts → types/o2g-rsi.d.ts} +7 -12
- package/dist/types/o2g-rsi.d.ts.map +1 -0
- package/dist/types/o2g-telephony.d.ts +895 -0
- package/dist/types/o2g-telephony.d.ts.map +1 -0
- package/dist/types/o2g-users-mngt.d.ts +83 -0
- package/dist/types/o2g-users-mngt.d.ts.map +1 -0
- package/dist/types/o2g-users.d.ts +127 -0
- package/dist/types/o2g-users.d.ts.map +1 -0
- package/dist/types/subscription.d.ts +379 -0
- package/dist/types/subscription.d.ts.map +1 -0
- package/dist/types/supervised-account.d.ts +40 -0
- package/dist/types/supervised-account.d.ts.map +1 -0
- package/dist/types/{analytics → types/analytics}/call-type.d.ts +1 -0
- package/dist/types/types/analytics/call-type.d.ts.map +1 -0
- package/dist/types/types/analytics/charging-file.d.ts +13 -0
- package/dist/types/types/analytics/charging-file.d.ts.map +1 -0
- package/dist/types/types/analytics/charging-result.d.ts +50 -0
- package/dist/types/types/analytics/charging-result.d.ts.map +1 -0
- package/dist/types/types/analytics/charging.d.ts +69 -0
- package/dist/types/types/analytics/charging.d.ts.map +1 -0
- package/dist/types/types/analytics/incident.d.ts +41 -0
- package/dist/types/types/analytics/incident.d.ts.map +1 -0
- package/dist/types/{analytics → types/analytics}/tel-facility.d.ts +1 -0
- package/dist/types/types/analytics/tel-facility.d.ts.map +1 -0
- package/dist/types/types/cc-agent/agent-groups.d.ts +11 -0
- package/dist/types/types/cc-agent/agent-groups.d.ts.map +1 -0
- package/dist/types/types/cc-agent/agent-skill-set.d.ts +43 -0
- package/dist/types/types/cc-agent/agent-skill-set.d.ts.map +1 -0
- package/dist/types/types/cc-agent/agent-skill.d.ts +15 -0
- package/dist/types/types/cc-agent/agent-skill.d.ts.map +1 -0
- package/dist/types/types/cc-agent/cc-agent-events.d.ts +44 -0
- package/dist/types/types/cc-agent/cc-agent-events.d.ts.map +1 -0
- package/dist/types/{cc-agent → types/cc-agent}/intrusion-mode.d.ts +3 -2
- package/dist/types/types/cc-agent/intrusion-mode.d.ts.map +1 -0
- package/dist/types/types/cc-agent/operator-config.d.ts +76 -0
- package/dist/types/types/cc-agent/operator-config.d.ts.map +1 -0
- package/dist/types/types/cc-agent/operator-state.d.ts +100 -0
- package/dist/types/types/cc-agent/operator-state.d.ts.map +1 -0
- package/dist/types/{cc-agent → types/cc-agent}/operator-type.d.ts +1 -0
- package/dist/types/types/cc-agent/operator-type.d.ts.map +1 -0
- package/dist/types/types/cc-agent/withdraw-reason.d.ts +23 -0
- package/dist/types/types/cc-agent/withdraw-reason.d.ts.map +1 -0
- package/dist/types/{cc-mngt → types/cc-mngt}/calendar/abstract-calendar.d.ts +2 -1
- package/dist/types/types/cc-mngt/calendar/abstract-calendar.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/calendar.d.ts +22 -0
- package/dist/types/types/cc-mngt/calendar/calendar.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/exception-calendar.d.ts +31 -0
- package/dist/types/types/cc-mngt/calendar/exception-calendar.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/normal-calendar.d.ts +31 -0
- package/dist/types/types/cc-mngt/calendar/normal-calendar.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/pilot-operating-Mode.d.ts +18 -0
- package/dist/types/types/cc-mngt/calendar/pilot-operating-Mode.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/calendar/transition.d.ts +65 -0
- package/dist/types/types/cc-mngt/calendar/transition.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/pilot-rule-set.d.ts +33 -0
- package/dist/types/types/cc-mngt/pilot-rule-set.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/pilot-rule.d.ts +24 -0
- package/dist/types/types/cc-mngt/pilot-rule.d.ts.map +1 -0
- package/dist/types/types/cc-mngt/pilot.d.ts +58 -0
- package/dist/types/types/cc-mngt/pilot.d.ts.map +1 -0
- package/dist/types/types/cc-pilot/call-data-pilot.d.ts +50 -0
- package/dist/types/types/cc-pilot/call-data-pilot.d.ts.map +1 -0
- package/dist/types/types/cc-pilot/cc-pilot-events.d.ts +131 -0
- package/dist/types/types/cc-pilot/cc-pilot-events.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-attributes.d.ts +50 -0
- package/dist/types/types/cc-rt/agent-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-pg-attributes.d.ts +50 -0
- package/dist/types/types/cc-rt/agent-pg-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-pg-type.d.ts +17 -0
- package/dist/types/types/cc-rt/agent-pg-type.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-phone-state.d.ts +67 -0
- package/dist/types/types/cc-rt/agent-phone-state.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-service-type.d.ts +16 -0
- package/dist/types/types/cc-rt/agent-service-type.d.ts.map +1 -0
- package/dist/types/types/cc-rt/agent-type.d.ts +16 -0
- package/dist/types/types/cc-rt/agent-type.d.ts.map +1 -0
- package/dist/types/types/cc-rt/cc-rt-events.d.ts +274 -0
- package/dist/types/types/cc-rt/cc-rt-events.d.ts.map +1 -0
- package/dist/types/types/cc-rt/other-pg-attributes.d.ts +18 -0
- package/dist/types/types/cc-rt/other-pg-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-rt/other-pg-type.d.ts +22 -0
- package/dist/types/types/cc-rt/other-pg-type.d.ts.map +1 -0
- package/dist/types/types/cc-rt/pilot-attributes.d.ts +40 -0
- package/dist/types/types/cc-rt/pilot-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-rt/queue-attributes.d.ts +30 -0
- package/dist/types/types/cc-rt/queue-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-rt/queue-type.d.ts +23 -0
- package/dist/types/types/cc-rt/queue-type.d.ts.map +1 -0
- package/dist/types/types/cc-rt/rti-context.d.ts +56 -0
- package/dist/types/types/cc-rt/rti-context.d.ts.map +1 -0
- package/dist/types/types/cc-rt/rti-filter.d.ts +117 -0
- package/dist/types/types/cc-rt/rti-filter.d.ts.map +1 -0
- package/dist/types/types/cc-rt/rti-object-identifier.d.ts +34 -0
- package/dist/types/types/cc-rt/rti-object-identifier.d.ts.map +1 -0
- package/dist/types/types/cc-rt/rti-objects.d.ts +72 -0
- package/dist/types/types/cc-rt/rti-objects.d.ts.map +1 -0
- package/dist/types/types/cc-stats/agbypilot-attributes.d.ts +73 -0
- package/dist/types/types/cc-stats/agbypilot-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-stats/agent-attributes.d.ts +377 -0
- package/dist/types/types/cc-stats/agent-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-stats/agent-filter.d.ts +60 -0
- package/dist/types/types/cc-stats/agent-filter.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts +184 -0
- package/dist/types/types/cc-stats/data/ag-by-pil-stats-row.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/ag-stats-row.d.ts +608 -0
- package/dist/types/types/cc-stats/data/ag-stats-row.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/data-obs-period.d.ts +20 -0
- package/dist/types/types/cc-stats/data/data-obs-period.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/pil-stats-row.d.ts +623 -0
- package/dist/types/types/cc-stats/data/pil-stats-row.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/selected-period.d.ts +49 -0
- package/dist/types/types/cc-stats/data/selected-period.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/stat-value.d.ts +36 -0
- package/dist/types/types/cc-stats/data/stat-value.d.ts.map +1 -0
- package/dist/types/types/cc-stats/data/stats-data.d.ts +64 -0
- package/dist/types/types/cc-stats/data/stats-data.d.ts.map +1 -0
- package/dist/types/types/cc-stats/events/progress-callback.d.ts +9 -0
- package/dist/types/types/cc-stats/events/progress-callback.d.ts.map +1 -0
- package/dist/types/types/cc-stats/events/progress-step.d.ts +20 -0
- package/dist/types/types/cc-stats/events/progress-step.d.ts.map +1 -0
- package/dist/types/types/cc-stats/language.d.ts +15 -0
- package/dist/types/types/cc-stats/language.d.ts.map +1 -0
- package/dist/types/types/cc-stats/pilot-attributes.d.ts +185 -0
- package/dist/types/types/cc-stats/pilot-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-stats/pilot-filter.d.ts +45 -0
- package/dist/types/types/cc-stats/pilot-filter.d.ts.map +1 -0
- package/dist/types/types/cc-stats/requester.d.ts +33 -0
- package/dist/types/types/cc-stats/requester.d.ts.map +1 -0
- package/dist/types/types/cc-stats/scheduled/recurrence.d.ts +69 -0
- package/dist/types/types/cc-stats/scheduled/recurrence.d.ts.map +1 -0
- package/dist/types/types/cc-stats/scheduled/report-obs-period.d.ts +87 -0
- package/dist/types/types/cc-stats/scheduled/report-obs-period.d.ts.map +1 -0
- package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts +132 -0
- package/dist/types/types/cc-stats/scheduled/scheduled-report.d.ts.map +1 -0
- package/dist/types/types/cc-stats/stats-context.d.ts +66 -0
- package/dist/types/types/cc-stats/stats-context.d.ts.map +1 -0
- package/dist/types/types/cc-stats/stats-filter.d.ts +34 -0
- package/dist/types/types/cc-stats/stats-filter.d.ts.map +1 -0
- package/dist/types/types/cc-stats/stats-format.d.ts +17 -0
- package/dist/types/types/cc-stats/stats-format.d.ts.map +1 -0
- package/dist/types/types/cc-stats/time-interval.d.ts +19 -0
- package/dist/types/types/cc-stats/time-interval.d.ts.map +1 -0
- package/dist/types/types/comlog/com-record-participant.d.ts +75 -0
- package/dist/types/types/comlog/com-record-participant.d.ts.map +1 -0
- package/dist/types/types/comlog/com-record.d.ts +97 -0
- package/dist/types/types/comlog/com-record.d.ts.map +1 -0
- package/dist/types/types/comlog/comlog-events.d.ts +110 -0
- package/dist/types/types/comlog/comlog-events.d.ts.map +1 -0
- package/dist/types/{comlog/option.d.ts → types/comlog/filter-option.d.ts} +2 -1
- package/dist/types/types/comlog/filter-option.d.ts.map +1 -0
- package/dist/types/{comlog → types/comlog}/page.d.ts +2 -1
- package/dist/types/types/comlog/page.d.ts.map +1 -0
- package/dist/types/types/comlog/query-filter.d.ts +79 -0
- package/dist/types/types/comlog/query-filter.d.ts.map +1 -0
- package/dist/types/types/comlog/query-result.d.ts +55 -0
- package/dist/types/types/comlog/query-result.d.ts.map +1 -0
- package/dist/types/{comlog → types/comlog}/reason.d.ts +1 -0
- package/dist/types/types/comlog/reason.d.ts.map +1 -0
- package/dist/types/{comlog → types/comlog}/role.d.ts +1 -0
- package/dist/types/types/comlog/role.d.ts.map +1 -0
- package/dist/types/types/common/date-range.d.ts +17 -0
- package/dist/types/types/common/date-range.d.ts.map +1 -0
- package/dist/types/types/common/day-of-week.d.ts +15 -0
- package/dist/types/types/common/day-of-week.d.ts.map +1 -0
- package/dist/types/types/common/device-type.d.ts +22 -0
- package/dist/types/types/common/device-type.d.ts.map +1 -0
- package/dist/types/types/common/device.d.ts +75 -0
- package/dist/types/types/common/device.d.ts.map +1 -0
- package/dist/types/types/common/identifier.d.ts +20 -0
- package/dist/types/types/common/identifier.d.ts.map +1 -0
- package/dist/types/types/common/main-type.d.ts +26 -0
- package/dist/types/types/common/main-type.d.ts.map +1 -0
- package/dist/types/types/common/party-info-type.d.ts +22 -0
- package/dist/types/types/common/party-info-type.d.ts.map +1 -0
- package/dist/types/types/common/party-info.d.ts +28 -0
- package/dist/types/types/common/party-info.d.ts.map +1 -0
- package/dist/types/types/common/service-state.d.ts +20 -0
- package/dist/types/types/common/service-state.d.ts.map +1 -0
- package/dist/types/types/directory/criteria.d.ts +95 -0
- package/dist/types/types/directory/criteria.d.ts.map +1 -0
- package/dist/types/{directory → types/directory}/filter-item.d.ts +5 -4
- package/dist/types/types/directory/filter-item.d.ts.map +1 -0
- package/dist/types/types/directory/logical-operation.d.ts +14 -0
- package/dist/types/types/directory/logical-operation.d.ts.map +1 -0
- package/dist/types/{directory → types/directory}/operation-filter.d.ts +5 -4
- package/dist/types/types/directory/operation-filter.d.ts.map +1 -0
- package/dist/types/types/directory/result-item.d.ts +22 -0
- package/dist/types/types/directory/result-item.d.ts.map +1 -0
- package/dist/types/types/directory/search-result.d.ts +64 -0
- package/dist/types/types/directory/search-result.d.ts.map +1 -0
- package/dist/types/{events → types/events}/events.d.ts +37 -14
- package/dist/types/types/events/events.d.ts.map +1 -0
- package/dist/types/types/eventsummary/event-summary-counter.d.ts +69 -0
- package/dist/types/types/eventsummary/event-summary-counter.d.ts.map +1 -0
- package/dist/types/types/eventsummary/event-summary-events.d.ts +26 -0
- package/dist/types/types/eventsummary/event-summary-events.d.ts.map +1 -0
- package/dist/types/types/maint/configuration-type.d.ts +15 -0
- package/dist/types/types/maint/configuration-type.d.ts.map +1 -0
- package/dist/types/types/maint/cti-link-state.d.ts +19 -0
- package/dist/types/types/maint/cti-link-state.d.ts.map +1 -0
- package/dist/types/types/maint/license-status.d.ts +42 -0
- package/dist/types/types/maint/license-status.d.ts.map +1 -0
- package/dist/types/types/maint/license-type.d.ts +19 -0
- package/dist/types/types/maint/license-type.d.ts.map +1 -0
- package/dist/types/types/maint/license.d.ts +38 -0
- package/dist/types/types/maint/license.d.ts.map +1 -0
- package/dist/types/types/maint/maint-events.d.ts +105 -0
- package/dist/types/types/maint/maint-events.d.ts.map +1 -0
- package/dist/types/types/maint/pbx-status.d.ts +77 -0
- package/dist/types/types/maint/pbx-status.d.ts.map +1 -0
- package/dist/types/types/maint/server-address.d.ts +25 -0
- package/dist/types/types/maint/server-address.d.ts.map +1 -0
- package/dist/types/types/maint/service-status.d.ts +31 -0
- package/dist/types/types/maint/service-status.d.ts.map +1 -0
- package/dist/types/types/maint/subscriber-filter.d.ts +24 -0
- package/dist/types/types/maint/subscriber-filter.d.ts.map +1 -0
- package/dist/types/types/maint/sys-service-status.d.ts +33 -0
- package/dist/types/types/maint/sys-service-status.d.ts.map +1 -0
- package/dist/types/types/maint/sys-status.d.ts +79 -0
- package/dist/types/types/maint/sys-status.d.ts.map +1 -0
- package/dist/types/types/messaging/mailbox-info.d.ts +35 -0
- package/dist/types/types/messaging/mailbox-info.d.ts.map +1 -0
- package/dist/types/types/messaging/mailbox.d.ts +119 -0
- package/dist/types/types/messaging/mailbox.d.ts.map +1 -0
- package/dist/types/types/messaging/voice-message.d.ts +57 -0
- package/dist/types/types/messaging/voice-message.d.ts.map +1 -0
- package/dist/types/{pbxmngt → types/pbxmngt}/attribute-filter.d.ts +1 -0
- package/dist/types/types/pbxmngt/attribute-filter.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/instance-filter.d.ts +72 -0
- package/dist/types/types/pbxmngt/instance-filter.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/model.d.ts +221 -0
- package/dist/types/types/pbxmngt/model.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/octet-string-length.d.ts +12 -0
- package/dist/types/types/pbxmngt/octet-string-length.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/pbx-attr-map.d.ts +96 -0
- package/dist/types/types/pbxmngt/pbx-attr-map.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/pbx-attribute.d.ts +182 -0
- package/dist/types/types/pbxmngt/pbx-attribute.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/pbx-object.d.ts +73 -0
- package/dist/types/types/pbxmngt/pbx-object.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/pbx.d.ts +23 -0
- package/dist/types/types/pbxmngt/pbx.d.ts.map +1 -0
- package/dist/types/types/pbxmngt/pbxmngt-events.d.ts +74 -0
- package/dist/types/types/pbxmngt/pbxmngt-events.d.ts.map +1 -0
- package/dist/types/types/phoneset/device-key.d.ts +36 -0
- package/dist/types/types/phoneset/device-key.d.ts.map +1 -0
- package/dist/types/types/phoneset/dynamic-state.d.ts +30 -0
- package/dist/types/types/phoneset/dynamic-state.d.ts.map +1 -0
- package/dist/types/types/phoneset/pin.d.ts +53 -0
- package/dist/types/types/phoneset/pin.d.ts.map +1 -0
- package/dist/types/types/phoneset/prog-key.d.ts +26 -0
- package/dist/types/types/phoneset/prog-key.d.ts.map +1 -0
- package/dist/types/types/phoneset/soft-key.d.ts +18 -0
- package/dist/types/types/phoneset/soft-key.d.ts.map +1 -0
- package/dist/types/{routing → types/routing}/destination.d.ts +1 -2
- package/dist/types/types/routing/destination.d.ts.map +1 -0
- package/dist/types/types/routing/dnd-state.d.ts +9 -0
- package/dist/types/types/routing/dnd-state.d.ts.map +1 -0
- package/dist/types/types/routing/forward-condition.d.ts +26 -0
- package/dist/types/types/routing/forward-condition.d.ts.map +1 -0
- package/dist/types/types/routing/forward.d.ts +53 -0
- package/dist/types/types/routing/forward.d.ts.map +1 -0
- package/dist/types/types/routing/overflow-condition.d.ts +22 -0
- package/dist/types/types/routing/overflow-condition.d.ts.map +1 -0
- package/dist/types/types/routing/overflow.d.ts +50 -0
- package/dist/types/types/routing/overflow.d.ts.map +1 -0
- package/dist/types/types/routing/routing-capabilities.d.ts +15 -0
- package/dist/types/types/routing/routing-capabilities.d.ts.map +1 -0
- package/dist/types/types/routing/routing-events.d.ts +23 -0
- package/dist/types/types/routing/routing-events.d.ts.map +1 -0
- package/dist/types/{routing → types/routing}/routing-state.d.ts +5 -20
- package/dist/types/types/routing/routing-state.d.ts.map +1 -0
- package/dist/types/{rsi → types/rsi}/add-digit-coll-criteria.d.ts +1 -0
- package/dist/types/types/rsi/add-digit-coll-criteria.d.ts.map +1 -0
- package/dist/types/{rsi → types/rsi}/collection-cause.d.ts +1 -0
- package/dist/types/types/rsi/collection-cause.d.ts.map +1 -0
- package/dist/types/types/rsi/route-session.d.ts +21 -0
- package/dist/types/types/rsi/route-session.d.ts.map +1 -0
- package/dist/types/{rsi → types/rsi}/routing-caller-type.d.ts +1 -0
- package/dist/types/types/rsi/routing-caller-type.d.ts.map +1 -0
- package/dist/types/{rsi → types/rsi}/routing-reason.d.ts +1 -0
- package/dist/types/types/rsi/routing-reason.d.ts.map +1 -0
- package/dist/types/types/rsi/rsi-events.d.ts +47 -0
- package/dist/types/types/rsi/rsi-events.d.ts.map +1 -0
- package/dist/types/types/rsi/rsi-point.d.ts +17 -0
- package/dist/types/types/rsi/rsi-point.d.ts.map +1 -0
- package/dist/types/{rsi → types/rsi}/tones.d.ts +1 -0
- package/dist/types/types/rsi/tones.d.ts.map +1 -0
- package/dist/types/{telephony → types/telephony}/RecordingAction.d.ts +1 -0
- package/dist/types/types/telephony/RecordingAction.d.ts.map +1 -0
- package/dist/types/types/telephony/call/call-cause.d.ts +123 -0
- package/dist/types/types/telephony/call/call-cause.d.ts.map +1 -0
- package/dist/types/types/telephony/call/call-data.d.ts +81 -0
- package/dist/types/types/telephony/call/call-data.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/acd-call-info.d.ts +35 -0
- package/dist/types/types/telephony/call/ccd/acd-call-info.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/acd-data.d.ts +50 -0
- package/dist/types/types/telephony/call/ccd/acd-data.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/call-profile.d.ts +112 -0
- package/dist/types/types/telephony/call/ccd/call-profile.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/pilot-info.d.ts +43 -0
- package/dist/types/types/telephony/call/ccd/pilot-info.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/pilot-status.d.ts +38 -0
- package/dist/types/types/telephony/call/ccd/pilot-status.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/pilot-transfer-info.d.ts +24 -0
- package/dist/types/types/telephony/call/ccd/pilot-transfer-info.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/pilot-transfer-query-param.d.ts +104 -0
- package/dist/types/types/telephony/call/ccd/pilot-transfer-query-param.d.ts.map +1 -0
- package/dist/types/types/telephony/call/ccd/queue-data.d.ts +23 -0
- package/dist/types/types/telephony/call/ccd/queue-data.d.ts.map +1 -0
- package/dist/types/types/telephony/call/correlator-data.d.ts +54 -0
- package/dist/types/types/telephony/call/correlator-data.d.ts.map +1 -0
- package/dist/types/types/telephony/call/leg.d.ts +57 -0
- package/dist/types/types/telephony/call/leg.d.ts.map +1 -0
- package/dist/types/types/telephony/call/media-state.d.ts +42 -0
- package/dist/types/types/telephony/call/media-state.d.ts.map +1 -0
- package/dist/types/types/telephony/call/participant.d.ts +34 -0
- package/dist/types/types/telephony/call/participant.d.ts.map +1 -0
- package/dist/types/types/telephony/call/record-state.d.ts +14 -0
- package/dist/types/types/telephony/call/record-state.d.ts.map +1 -0
- package/dist/types/types/telephony/call/tag.d.ts +37 -0
- package/dist/types/types/telephony/call/tag.d.ts.map +1 -0
- package/dist/types/types/telephony/call.d.ts +90 -0
- package/dist/types/types/telephony/call.d.ts.map +1 -0
- package/dist/types/types/telephony/callback.d.ts +33 -0
- package/dist/types/types/telephony/callback.d.ts.map +1 -0
- package/dist/types/types/telephony/device/device-state.d.ts +30 -0
- package/dist/types/types/telephony/device/device-state.d.ts.map +1 -0
- package/dist/types/types/telephony/device/operational-state.d.ts +18 -0
- package/dist/types/types/telephony/device/operational-state.d.ts.map +1 -0
- package/dist/types/types/telephony/hunting-group-status.d.ts +25 -0
- package/dist/types/types/telephony/hunting-group-status.d.ts.map +1 -0
- package/dist/types/types/telephony/hunting-groups.d.ts +33 -0
- package/dist/types/types/telephony/hunting-groups.d.ts.map +1 -0
- package/dist/types/types/telephony/mini-message.d.ts +37 -0
- package/dist/types/types/telephony/mini-message.d.ts.map +1 -0
- package/dist/types/types/telephony/telephonic-state.d.ts +34 -0
- package/dist/types/types/telephony/telephonic-state.d.ts.map +1 -0
- package/dist/types/types/telephony/telephony-events.d.ts +223 -0
- package/dist/types/types/telephony/telephony-events.d.ts.map +1 -0
- package/dist/types/types/telephony/trunk-indentification.d.ts +19 -0
- package/dist/types/types/telephony/trunk-indentification.d.ts.map +1 -0
- package/dist/types/types/telephony/user/user-state.d.ts +18 -0
- package/dist/types/types/telephony/user/user-state.d.ts.map +1 -0
- package/dist/types/types/users/preferences.d.ts +29 -0
- package/dist/types/types/users/preferences.d.ts.map +1 -0
- package/dist/types/types/users/supported-languages.d.ts +29 -0
- package/dist/types/types/users/supported-languages.d.ts.map +1 -0
- package/dist/types/types/users/user.d.ts +67 -0
- package/dist/types/types/users/user.d.ts.map +1 -0
- package/dist/types/types/users/users-events.d.ts +78 -0
- package/dist/types/types/users/users-events.d.ts.map +1 -0
- package/dist/types/types/users/voicemail-type.d.ts +18 -0
- package/dist/types/types/users/voicemail-type.d.ts.map +1 -0
- package/dist/types/types/users/voicemail.d.ts +20 -0
- package/dist/types/types/users/voicemail.d.ts.map +1 -0
- package/package.json +41 -7
- package/dist/o2g-cc-agent.d.ts +0 -247
- package/dist/o2g-cc-mngt.d.ts +0 -32
- package/dist/o2g-cc-pilot.d.ts +0 -42
- package/dist/o2g-comlog.d.ts +0 -173
- package/dist/o2g-directory.d.ts +0 -88
- package/dist/o2g-eventSummary.d.ts +0 -33
- package/dist/o2g-maint.d.ts +0 -48
- package/dist/o2g-messaging.d.ts +0 -115
- package/dist/o2g-node-sdk.d.ts +0 -159
- package/dist/o2g-pbx-mngt.d.ts +0 -146
- package/dist/o2g-phone-set-prog.d.ts +0 -29
- package/dist/o2g-routing.d.ts +0 -267
- package/dist/o2g-telephony.d.ts +0 -795
- package/dist/o2g-user-mngt.d.ts +0 -42
- package/dist/o2g-users.d.ts +0 -85
- package/dist/subscription.d.ts +0 -258
- package/dist/types/analytics/charging-file.d.ts +0 -27
- package/dist/types/analytics/charging-result.d.ts +0 -43
- package/dist/types/analytics/charging.d.ts +0 -105
- package/dist/types/analytics/incident.d.ts +0 -46
- package/dist/types/analytics/time-range.d.ts +0 -22
- package/dist/types/cc-agent/cc-agent-events.d.ts +0 -54
- package/dist/types/cc-agent/cc-agent-types.d.ts +0 -71
- package/dist/types/cc-agent/operator-dyn-state.d.ts +0 -56
- package/dist/types/cc-agent/operator-main-state.d.ts +0 -21
- package/dist/types/cc-mngt/calendar/calendar.d.ts +0 -19
- package/dist/types/cc-mngt/calendar/day-of-week.d.ts +0 -33
- package/dist/types/cc-mngt/calendar/exception-calendar.d.ts +0 -26
- package/dist/types/cc-mngt/calendar/normal-calendar.d.ts +0 -27
- package/dist/types/cc-mngt/calendar/transition.d.ts +0 -49
- package/dist/types/cc-mngt/cc-mngt-types.d.ts +0 -0
- package/dist/types/cc-mngt/pilot-rule-set.d.ts +0 -27
- package/dist/types/cc-mngt/pilot-rule.d.ts +0 -14
- package/dist/types/cc-mngt/pilot.d.ts +0 -56
- package/dist/types/cc-pilot/cc-pilot-events.d.ts +0 -111
- package/dist/types/comlog/com-record.d.ts +0 -51
- package/dist/types/comlog/comlog-events.d.ts +0 -74
- package/dist/types/comlog/comlog-types.d.ts +0 -131
- package/dist/types/comlog/query-filter.d.ts +0 -44
- package/dist/types/comlog/query-result.d.ts +0 -27
- package/dist/types/common/common-types.d.ts +0 -78
- package/dist/types/directory/criteria.d.ts +0 -90
- package/dist/types/directory/directory-types.d.ts +0 -44
- package/dist/types/events/o2g-event.d.ts +0 -3
- package/dist/types/eventsummary/event-summary-counter.d.ts +0 -44
- package/dist/types/maint/maint-events.d.ts +0 -51
- package/dist/types/maint/maint-types.d.ts +0 -162
- package/dist/types/messaging/messaging-types.d.ts +0 -120
- package/dist/types/pbxmngt/attribute-type.d.ts +0 -34
- package/dist/types/pbxmngt/filter.d.ts +0 -46
- package/dist/types/pbxmngt/model.d.ts +0 -63
- package/dist/types/pbxmngt/pbx-attr-map.d.ts +0 -91
- package/dist/types/pbxmngt/pbx-attribute.d.ts +0 -87
- package/dist/types/pbxmngt/pbx-object.d.ts +0 -45
- package/dist/types/pbxmngt/pbxmngt-events.d.ts +0 -59
- package/dist/types/pbxmngt/pbxmngt-types.d.ts +0 -14
- package/dist/types/phoneset/device-key.d.ts +0 -27
- package/dist/types/phoneset/phoneset-types.d.ts +0 -17
- package/dist/types/phoneset/pin-control.d.ts +0 -21
- package/dist/types/phoneset/pin.d.ts +0 -50
- package/dist/types/phoneset/programmable-key.d.ts +0 -23
- package/dist/types/phoneset/softkey.d.ts +0 -17
- package/dist/types/routing/forward.d.ts +0 -51
- package/dist/types/routing/overflow.d.ts +0 -42
- package/dist/types/routing/routing-capability.d.ts +0 -31
- package/dist/types/routing/routing-events.d.ts +0 -15
- package/dist/types/routing/routing-types.d.ts +0 -10
- package/dist/types/rsi/rsi-events.d.ts +0 -76
- package/dist/types/rsi/rsi-types.d.ts +0 -49
- package/dist/types/telephony/acr-skill.d.ts +0 -29
- package/dist/types/telephony/telephony-events.d.ts +0 -292
- package/dist/types/telephony/telephony-types.d.ts +0 -587
- package/dist/types/users/users-events.d.ts +0 -33
- package/dist/types/users/users-types.d.ts +0 -129
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import { Reason } from "./reason";
|
|
2
|
-
import { Role } from "./role";
|
|
3
|
-
import { PartyInfo } from "../common/common-types";
|
|
4
|
-
/**
|
|
5
|
-
* ComRecordParticipant represents a participant referenced in a com
|
|
6
|
-
* record.
|
|
7
|
-
* <p><b><u>Record content</u></b>: For a <b>simple call</b> (user A calls user B), the
|
|
8
|
-
* call record on each party will contain <u>both the participant A and the
|
|
9
|
-
* participant B</u>: (no guaranty on the order of the participants on 2
|
|
10
|
-
* successive responses).
|
|
11
|
-
* <table>
|
|
12
|
-
* <caption>Simple call</caption>
|
|
13
|
-
* <tr>
|
|
14
|
-
* <th>Side</th>
|
|
15
|
-
* <th>Com record content</th>
|
|
16
|
-
* </tr>
|
|
17
|
-
* <tr>
|
|
18
|
-
* <td>On A side</td>
|
|
19
|
-
* <td>
|
|
20
|
-
* <ul>
|
|
21
|
-
* <li>Participant A (the owner of the record) with role=Caller and the
|
|
22
|
-
* answered status (whether the call has been answered or not).</li>
|
|
23
|
-
* <li>Participant B : neither the role nor the state is provided.</li>
|
|
24
|
-
* </ul>
|
|
25
|
-
* </td>
|
|
26
|
-
* </tr>
|
|
27
|
-
* <tr>
|
|
28
|
-
* <td>On B side</td>
|
|
29
|
-
* <td>
|
|
30
|
-
* <ul>
|
|
31
|
-
* <li>Participant A : neither the role nor the state is provided.</li>
|
|
32
|
-
* <li>Participant B (the owner of the record) with role=Callee and the
|
|
33
|
-
* answered status (whether the call has been answered or not)</li>
|
|
34
|
-
* </ul>
|
|
35
|
-
* </td>
|
|
36
|
-
* </tr>
|
|
37
|
-
* </table>
|
|
38
|
-
* <p>
|
|
39
|
-
* For a <b>re-routed call</b> (user A calls user B, the call is re-routed on
|
|
40
|
-
* user C, caused by overflow, redirection or pickup), the record generated on
|
|
41
|
-
* each side including the user B side (the "victim" of the re-routing) will not
|
|
42
|
-
* contain as participant the user B itself because he was not the last
|
|
43
|
-
* destination of the call:
|
|
44
|
-
* <table>
|
|
45
|
-
* <caption>Re-routed call</caption>
|
|
46
|
-
* <tr>
|
|
47
|
-
* <th>Side</th>
|
|
48
|
-
* <th>Com record content</th>
|
|
49
|
-
* </tr>
|
|
50
|
-
* <tr>
|
|
51
|
-
* <td>On A side</td>
|
|
52
|
-
* <td>
|
|
53
|
-
* <ul>
|
|
54
|
-
* <li>Participant A : with role=Caller, the answered status,
|
|
55
|
-
* initialCalled=B.</li>
|
|
56
|
-
* <li>Participant C.</li>
|
|
57
|
-
* </ul>
|
|
58
|
-
* </td>
|
|
59
|
-
* </tr>
|
|
60
|
-
* <tr>
|
|
61
|
-
* <td>On B side</td>
|
|
62
|
-
* <td>
|
|
63
|
-
* <ul>
|
|
64
|
-
* <li>Participant A : neither the role nor the state is provided.</li>
|
|
65
|
-
* <li>Participant C with role=Callee, the answered status (whether the
|
|
66
|
-
* call has been answered or not) and initialCalled=B which tells B that he was
|
|
67
|
-
* called by A but the call has been rerouted to C(with a reason) which answered
|
|
68
|
-
* or not to the call</li>
|
|
69
|
-
* </ul>
|
|
70
|
-
* </td>
|
|
71
|
-
* </tr>
|
|
72
|
-
* <tr>
|
|
73
|
-
* <td>On C side</td>
|
|
74
|
-
* <td>
|
|
75
|
-
* <ul>
|
|
76
|
-
* <li>Participant A : neither the role nor the state is provided.</li>
|
|
77
|
-
* <li>Participant C with role=Callee, the answered status (whether the
|
|
78
|
-
* call has been answered or not) and initialCalled=B.</li>
|
|
79
|
-
* </ul>
|
|
80
|
-
* </td>
|
|
81
|
-
* </tr>
|
|
82
|
-
* </table>
|
|
83
|
-
* <p>
|
|
84
|
-
* Furthermore, for a multi-parties call using addParticipant, the already
|
|
85
|
-
* connected users in the call will also received a call record which will
|
|
86
|
-
* contain the answered status of the added participant: this information is
|
|
87
|
-
* provided to distinguish the added participants which have really answered and
|
|
88
|
-
* the other which decline the call.
|
|
89
|
-
* <p><b><u>Identification of the participant</u></b>: In the comlog notification events,
|
|
90
|
-
* the participant owner is identified only by its loginName (in order to reduce
|
|
91
|
-
* the event call flow), the other participants are identified with their full
|
|
92
|
-
* identity (loginName, phoneNumber).
|
|
93
|
-
* <p>
|
|
94
|
-
* In a {@link QueryResult} result:
|
|
95
|
-
* <ul>
|
|
96
|
-
* <li>if no optimization is asked, all the participants are identified with
|
|
97
|
-
* their full identity.</li>
|
|
98
|
-
* <li>If the 'optimized' parameter is set to 'true', only the first
|
|
99
|
-
* occurence of a participant (owner or other) is identified with its full
|
|
100
|
-
* identity. The following occurences are identified only with the
|
|
101
|
-
* phonenumber.</li>
|
|
102
|
-
* </ul>
|
|
103
|
-
*
|
|
104
|
-
*/
|
|
105
|
-
export type ComRecordParticipant = {
|
|
106
|
-
/**
|
|
107
|
-
* The participant's role
|
|
108
|
-
*/
|
|
109
|
-
role: Role;
|
|
110
|
-
/**
|
|
111
|
-
* Whether this participant has answered the call.
|
|
112
|
-
*/
|
|
113
|
-
answered?: boolean;
|
|
114
|
-
/**
|
|
115
|
-
* Returns this participant's identity.
|
|
116
|
-
*/
|
|
117
|
-
identity: PartyInfo;
|
|
118
|
-
/**
|
|
119
|
-
* Whether this participant is anonymous.
|
|
120
|
-
*/
|
|
121
|
-
anonymous: boolean;
|
|
122
|
-
/**
|
|
123
|
-
* The number that has been initially called when this participant has
|
|
124
|
-
* been entered in the call.
|
|
125
|
-
*/
|
|
126
|
-
initialCalled: PartyInfo;
|
|
127
|
-
/**
|
|
128
|
-
* The reason why the call has been established, rerouted, terminated ...
|
|
129
|
-
*/
|
|
130
|
-
reason: Reason;
|
|
131
|
-
};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { Role } from "./role";
|
|
2
|
-
import { Option } from "./option";
|
|
3
|
-
/**
|
|
4
|
-
* QueryFilter class represents a communication log query filter. It is used to filter records in a
|
|
5
|
-
* {@link CommunicationLog.getComRecords} query.
|
|
6
|
-
*/
|
|
7
|
-
export declare class QueryFilter {
|
|
8
|
-
/**
|
|
9
|
-
* The start date from which the query searches for matching the
|
|
10
|
-
* records. When used, the query returns the records not older than this date.
|
|
11
|
-
* When omitted the query searches for matching records starting from the
|
|
12
|
-
* oldest.
|
|
13
|
-
*/
|
|
14
|
-
after?: Date;
|
|
15
|
-
/**
|
|
16
|
-
* The end date from which the query stop searching the records. When
|
|
17
|
-
* used the query returns the records older than this date. When omitted the
|
|
18
|
-
* query searches for matching records until the newest.
|
|
19
|
-
*/
|
|
20
|
-
before?: Date;
|
|
21
|
-
/**
|
|
22
|
-
* The search options.
|
|
23
|
-
*/
|
|
24
|
-
options?: Option;
|
|
25
|
-
/**
|
|
26
|
-
* The call reference used in this query filter. When used, the query
|
|
27
|
-
* will retrieve only the com record related to this call reference.
|
|
28
|
-
*/
|
|
29
|
-
callRef: string;
|
|
30
|
-
/**
|
|
31
|
-
* The remote party. When used, filters on the records in which the user
|
|
32
|
-
* is engaged with this remote party.
|
|
33
|
-
*/
|
|
34
|
-
remotePartyId: string;
|
|
35
|
-
/**
|
|
36
|
-
* The user's role in the communication. Allows to filter on the user's
|
|
37
|
-
* role in the communication.
|
|
38
|
-
*/
|
|
39
|
-
role?: Role;
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
|
-
constructor();
|
|
44
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ComRecord } from "./com-record";
|
|
2
|
-
import { Page } from "./page";
|
|
3
|
-
import { O2GComHistoryRecords } from "../../internal/types/comlog/o2gcomlog-types";
|
|
4
|
-
/**
|
|
5
|
-
* QueryResult class represents the result of a communication log query.
|
|
6
|
-
* The {@link CommunicationLog} service provides a paging mechanism that allows the application to query the result by pages.
|
|
7
|
-
*/
|
|
8
|
-
export declare class QueryResult {
|
|
9
|
-
private _count;
|
|
10
|
-
private _page;
|
|
11
|
-
private _records;
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
private constructor();
|
|
16
|
-
/** Returns the number of records in this result. */
|
|
17
|
-
get count(): number;
|
|
18
|
-
/** Returns the page associated with this result. */
|
|
19
|
-
get page(): Page;
|
|
20
|
-
/** Gets the list of communication records returned by the query. */
|
|
21
|
-
get records(): ComRecord[];
|
|
22
|
-
/**
|
|
23
|
-
* @ignore
|
|
24
|
-
* Factory method to build a QueryResult from raw O2G records.
|
|
25
|
-
*/
|
|
26
|
-
static build(o2gComRecords: O2GComHistoryRecords): QueryResult;
|
|
27
|
-
}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* MainType represents the main type a participant can be.
|
|
3
|
-
*/
|
|
4
|
-
export declare enum MainType {
|
|
5
|
-
/**
|
|
6
|
-
* The participant is a user of the system.
|
|
7
|
-
*/
|
|
8
|
-
USER = "USER",
|
|
9
|
-
/**
|
|
10
|
-
* The participant is a device of the system.
|
|
11
|
-
*/
|
|
12
|
-
DEVICE = "DEVICE",
|
|
13
|
-
/**
|
|
14
|
-
* The participant is a service of the system. For exemple the voice mail.
|
|
15
|
-
*/
|
|
16
|
-
SERVICE = "SERVICE",
|
|
17
|
-
/**
|
|
18
|
-
* The participant is not a user of the system.
|
|
19
|
-
*/
|
|
20
|
-
EXTERNAL = "EXTERNAL",
|
|
21
|
-
/**
|
|
22
|
-
* The participant type has not been identified.
|
|
23
|
-
*/
|
|
24
|
-
UNKNOWN = "UNKNOWN"
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Identifier represents the information used to uniquely identify a participant; either the login name or the phone number.
|
|
28
|
-
*/
|
|
29
|
-
export type Identifier = {
|
|
30
|
-
/**
|
|
31
|
-
* Login name.
|
|
32
|
-
*/
|
|
33
|
-
loginName: string;
|
|
34
|
-
/**
|
|
35
|
-
* Company phone number.
|
|
36
|
-
*/
|
|
37
|
-
phoneNumber: string;
|
|
38
|
-
/**
|
|
39
|
-
* True is this phone number is part of a multi-device configuration.
|
|
40
|
-
* @since 2.7.3
|
|
41
|
-
*/
|
|
42
|
-
multiLine: boolean;
|
|
43
|
-
};
|
|
44
|
-
/**
|
|
45
|
-
* PartyInfo represents a party involved in a call.
|
|
46
|
-
*/
|
|
47
|
-
export type PartyInfo = {
|
|
48
|
-
/**
|
|
49
|
-
* This participant's identifier; Either the login name or the phone number.
|
|
50
|
-
*/
|
|
51
|
-
id: Identifier;
|
|
52
|
-
/**
|
|
53
|
-
* This participant's first name.
|
|
54
|
-
*/
|
|
55
|
-
firstName: string;
|
|
56
|
-
/**
|
|
57
|
-
* This participant's last name.
|
|
58
|
-
*/
|
|
59
|
-
lastName: string;
|
|
60
|
-
/**
|
|
61
|
-
* This participant's display name.
|
|
62
|
-
* If 'firstName' and 'lastName' are filled, the 'displayName' is 'null'.
|
|
63
|
-
*/
|
|
64
|
-
displayName: string;
|
|
65
|
-
/**
|
|
66
|
-
* This participant's type.
|
|
67
|
-
*/
|
|
68
|
-
type: {
|
|
69
|
-
/**
|
|
70
|
-
* The main type.
|
|
71
|
-
*/
|
|
72
|
-
main: MainType;
|
|
73
|
-
/**
|
|
74
|
-
* The sub-type.
|
|
75
|
-
*/
|
|
76
|
-
subType: string;
|
|
77
|
-
};
|
|
78
|
-
};
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import { FilterItem } from "./filter-item";
|
|
2
|
-
import { OperationFilter } from "./operation-filter";
|
|
3
|
-
/**
|
|
4
|
-
* Criteria allows to specifiy a filter to apply on a directory search.
|
|
5
|
-
* <p>
|
|
6
|
-
* A simple criteria is a tuple of the form: [Attribute, Operation, Value]. For example : [LAST_NAME, BEGINS_WITH, "fr"].
|
|
7
|
-
* <br>A Criteria can also be the logical OR or AND combination of the set of other Criteria's.
|
|
8
|
-
* <p>
|
|
9
|
-
* The acceptable values for the Attributes are:<br>
|
|
10
|
-
* <table>
|
|
11
|
-
* <caption>Attributes values</caption>
|
|
12
|
-
* <thead>
|
|
13
|
-
* <tr><th>Value</th><th>Description</th></tr>
|
|
14
|
-
* </thead>
|
|
15
|
-
* <tr><td>LAST_NAME</td><td>The last name.</td></tr>
|
|
16
|
-
* <tr><td>FIRST_NAME</td><td>The first name.</td></tr>
|
|
17
|
-
* <tr><td>LOGIN_NAME</td><td>The login name.</td></tr>
|
|
18
|
-
* <tr><td>PHONE_NUMBER</td><td>The phone number.</td></tr>
|
|
19
|
-
* </table>
|
|
20
|
-
* <p>
|
|
21
|
-
* The acceptable values for the Operands are<br>
|
|
22
|
-
* <table>
|
|
23
|
-
* <caption>Operands values</caption>
|
|
24
|
-
* <thead>
|
|
25
|
-
* <tr><th>Value</th><th>Description</th></tr>
|
|
26
|
-
* </thead>
|
|
27
|
-
* <tr><td>BEGINS_WITH</td><td>The attribute must begin with the given value.</td></tr>
|
|
28
|
-
* <tr><td>ENDS_WITH</td><td>The attribute must end with the given value.</td></tr>
|
|
29
|
-
* <tr><td>CONTAINS</td><td>The attribute must contain with the given value.</td></tr>
|
|
30
|
-
* <tr><td>EQUAL_IGNORE_CASE</td><td>The attribute is equal to the given value (case insensitive comparison).</td></tr>
|
|
31
|
-
* </table>
|
|
32
|
-
* <p><b><u>exemples</u></b>:
|
|
33
|
-
* @example
|
|
34
|
-
* ```typescript
|
|
35
|
-
* // Search users whom last name begins with 'b'
|
|
36
|
-
* let criteria = Criteria.create(
|
|
37
|
-
* FilterItem.LASTNAME,
|
|
38
|
-
* OperationFilter.BEGINS_WITH,
|
|
39
|
-
* 'b');
|
|
40
|
-
*
|
|
41
|
-
* // Search users whom last name begins with 'b' and first name contains 'ja'
|
|
42
|
-
* let criteria = Criteria.and(
|
|
43
|
-
* Criteria.create(
|
|
44
|
-
* FilterItem.LASTNAME,
|
|
45
|
-
* OperationFilter.BEGINS_WITH,
|
|
46
|
-
* 'b'
|
|
47
|
-
* ),
|
|
48
|
-
* Criteria.create(
|
|
49
|
-
* FilterItem.FIRSTNAME,
|
|
50
|
-
* OperationFilter.CONTAINS,
|
|
51
|
-
* 'ja'
|
|
52
|
-
* )
|
|
53
|
-
* );
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
*/
|
|
57
|
-
export declare class Criteria {
|
|
58
|
-
private field;
|
|
59
|
-
private operation;
|
|
60
|
-
private operand;
|
|
61
|
-
private static _makeField;
|
|
62
|
-
private static _makeOperation;
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
constructor();
|
|
67
|
-
/**
|
|
68
|
-
* Create a new search Criteria with the specified attribute filter, operation
|
|
69
|
-
* filter and value.
|
|
70
|
-
*
|
|
71
|
-
* @param field the attribute filter
|
|
72
|
-
* @param operation the operation
|
|
73
|
-
* @param operand the value associated to this critera
|
|
74
|
-
*/
|
|
75
|
-
static create(field: FilterItem, operation: OperationFilter, value: string): Criteria;
|
|
76
|
-
/**
|
|
77
|
-
* Create a search Criteria that is the OR combination of the given
|
|
78
|
-
* list of Criterias.
|
|
79
|
-
*
|
|
80
|
-
* @param criterias a list of Criteria objects.
|
|
81
|
-
*/
|
|
82
|
-
static or(): Criteria;
|
|
83
|
-
/**
|
|
84
|
-
* Create a search Criteria that is the AND combination of the given
|
|
85
|
-
* list of Criterias.
|
|
86
|
-
*
|
|
87
|
-
* @param criterias a list of Criteria objects.
|
|
88
|
-
*/
|
|
89
|
-
static and(): Criteria;
|
|
90
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { PartyInfo } from "../common/common-types";
|
|
2
|
-
/**
|
|
3
|
-
* Code represents the status of a directory search. Each time a call to
|
|
4
|
-
* {@link Directory.getResults} is done, the returned result code must be
|
|
5
|
-
* tested.
|
|
6
|
-
*/
|
|
7
|
-
export declare enum Code {
|
|
8
|
-
/**
|
|
9
|
-
* Responses are provided this time. Continue to invoking
|
|
10
|
-
* {@linkplain Directory.getResults} periodically to get the next results.
|
|
11
|
-
*/
|
|
12
|
-
OK = "OK",
|
|
13
|
-
/**
|
|
14
|
-
* No response received. Continue to invoking
|
|
15
|
-
* {@link Directory.getResults} to get more results.
|
|
16
|
-
*/
|
|
17
|
-
NOK = "NOK",
|
|
18
|
-
/**
|
|
19
|
-
* Search is finished.
|
|
20
|
-
*/
|
|
21
|
-
FINISH = "FINISH",
|
|
22
|
-
/**
|
|
23
|
-
* Search is ended for timeout reason.
|
|
24
|
-
*/
|
|
25
|
-
TIMEOUT = "TIMEOUT"
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* SearchResult represents the result of a directory search.
|
|
29
|
-
*/
|
|
30
|
-
export type SearchResult = {
|
|
31
|
-
/**
|
|
32
|
-
* The result code of this search result.
|
|
33
|
-
*/
|
|
34
|
-
resultCode: Code;
|
|
35
|
-
/**
|
|
36
|
-
* The results.
|
|
37
|
-
*/
|
|
38
|
-
resultElements: {
|
|
39
|
-
/**
|
|
40
|
-
* The contacts found.
|
|
41
|
-
*/
|
|
42
|
-
contacts: PartyInfo[];
|
|
43
|
-
}[];
|
|
44
|
-
};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EventSummary represents event counters associated to the user. It allows a user to get its new message
|
|
3
|
-
*/
|
|
4
|
-
export type EventSummaryCounters = {
|
|
5
|
-
/**
|
|
6
|
-
* Return the number of missed calls.
|
|
7
|
-
* <p>If this attribute is not specified, it means that the server is not able to provide that information.
|
|
8
|
-
* <p>
|
|
9
|
-
* <b>CAUTION</b>: This attribute doesn't reflect the missed call number managed by the call server itself but is related to the unanswered and non acknowledged incoming calls in the history call.
|
|
10
|
-
* Therefore, either only the explicit acknowledgment of these history com records through the communication log API service, or a new answered call with the same user will decrease this counter.
|
|
11
|
-
* Moreover, the counter is incremented for each non answered incoming call, including successive attempts from the same caller.
|
|
12
|
-
*/
|
|
13
|
-
missedCallsNb?: number;
|
|
14
|
-
/**
|
|
15
|
-
* Return the number of new voice messages.
|
|
16
|
-
* <p>If this attribute is not specified, it means that the server is not able to provide that information.
|
|
17
|
-
*/
|
|
18
|
-
voiceMessagesNb?: number;
|
|
19
|
-
/**
|
|
20
|
-
* Return the number of new callback requests.
|
|
21
|
-
* <p>If this attribute is not specified, it means that the server is not able to provide that information.
|
|
22
|
-
*/
|
|
23
|
-
callBackRequestsNb?: number;
|
|
24
|
-
/**
|
|
25
|
-
* Return the number of new faxes.
|
|
26
|
-
* <p>If this attribute is not specified, it means that the server is not able to provide that information.
|
|
27
|
-
*/
|
|
28
|
-
faxNb?: number;
|
|
29
|
-
/**
|
|
30
|
-
* Return the number of new text messages.
|
|
31
|
-
* <p>If this attribute is not specified, it means that the server is not able to provide that information.
|
|
32
|
-
*/
|
|
33
|
-
newTextNb?: number;
|
|
34
|
-
/**
|
|
35
|
-
* Return the number of old text messages.
|
|
36
|
-
* <p>If this attribute is not specified, it means that the server is not able to provide that information.
|
|
37
|
-
*/
|
|
38
|
-
oldTextNb?: number;
|
|
39
|
-
/**
|
|
40
|
-
* Return whether an event is waiting.
|
|
41
|
-
* <p>This flags can be used to notify the application that there are new events waiting.
|
|
42
|
-
*/
|
|
43
|
-
eventWaiting?: boolean;
|
|
44
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { O2GEvent } from "../events/o2g-event";
|
|
2
|
-
/**
|
|
3
|
-
* Notification sent when CTI link is down. This event is sent with a 30 s minimum and 60 s maximum delay.
|
|
4
|
-
*/
|
|
5
|
-
export type OnCtiLinkDown = O2GEvent<'OnCtiLinkDown', {
|
|
6
|
-
/**
|
|
7
|
-
* the nodeId which CTI link is down.
|
|
8
|
-
*/
|
|
9
|
-
nodeId: number;
|
|
10
|
-
}>;
|
|
11
|
-
/**
|
|
12
|
-
* Notification sent when CTI link is up.
|
|
13
|
-
*/
|
|
14
|
-
export type OnCtiLinkUp = O2GEvent<'OnCtiLinkUp', {
|
|
15
|
-
/**
|
|
16
|
-
* the nodeId which CTI link is down.
|
|
17
|
-
*/
|
|
18
|
-
nodeId: number;
|
|
19
|
-
}>;
|
|
20
|
-
/**
|
|
21
|
-
* Notification sent when the license file will soon expire or has recently expired.
|
|
22
|
-
*/
|
|
23
|
-
export type OnLicenseExpiration = O2GEvent<'OnLicenseExpiration', {
|
|
24
|
-
/**
|
|
25
|
-
* Alarm message.
|
|
26
|
-
*/
|
|
27
|
-
message: string;
|
|
28
|
-
/**
|
|
29
|
-
* Number of days since or to expiration date: nbDays>0 means the license will expire in nb days and nbDays<0 means the license has already expired since nb days
|
|
30
|
-
*/
|
|
31
|
-
nbDays: number;
|
|
32
|
-
}>;
|
|
33
|
-
/**
|
|
34
|
-
* Notification sent when datas are fully loaded from an OXE.
|
|
35
|
-
*/
|
|
36
|
-
export type OnPbxLoaded = O2GEvent<'OnPbxLoaded', {
|
|
37
|
-
/**
|
|
38
|
-
* the nodeId identifier.
|
|
39
|
-
*/
|
|
40
|
-
nodeId: number;
|
|
41
|
-
}>;
|
|
42
|
-
/**
|
|
43
|
-
* Notification sent when O2G is ready (all oxe nodes are connected and loaded).
|
|
44
|
-
* To be received, this event needs a webhook url to be configured.
|
|
45
|
-
*/
|
|
46
|
-
export type OnServerStart = O2GEvent<'OnServerStart', {
|
|
47
|
-
/**
|
|
48
|
-
* the IP address of the server which starts.
|
|
49
|
-
*/
|
|
50
|
-
serverId: string;
|
|
51
|
-
}>;
|
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ConfigurationType represents the possible O2G server configurations.
|
|
3
|
-
*/
|
|
4
|
-
export declare enum ConfigurationType {
|
|
5
|
-
/**
|
|
6
|
-
* O2G Server is configured for management. An O2G server configured for
|
|
7
|
-
* management does not monitor devices on the OmniPCX Enterprise.
|
|
8
|
-
*/
|
|
9
|
-
PBX_MANAGEMENT = "PBX_MANAGEMENT",
|
|
10
|
-
/**
|
|
11
|
-
* O2G Server is configured with full services.
|
|
12
|
-
*/
|
|
13
|
-
FULL_SERVICES = "FULL_SERVICES"
|
|
14
|
-
}
|
|
15
|
-
export declare namespace ConfigurationType {
|
|
16
|
-
function isConfigurationType(value: string): value is ConfigurationType;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* ServerAddress defines an OmniPCX Enterprise address.
|
|
20
|
-
*/
|
|
21
|
-
export type ServerAddress = {
|
|
22
|
-
/**
|
|
23
|
-
* This address FQDN.
|
|
24
|
-
*/
|
|
25
|
-
fqdn: string;
|
|
26
|
-
/**
|
|
27
|
-
* This address IPv4 address.
|
|
28
|
-
*/
|
|
29
|
-
ip: string;
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* CTILinkState represents the differents possible states of the CTI
|
|
33
|
-
* link between OmniPCX Enterprise and O2G server.
|
|
34
|
-
*/
|
|
35
|
-
export declare enum CTILinkState {
|
|
36
|
-
/**
|
|
37
|
-
* CTI Link is established with the main OmniPCX Enterprise call server.
|
|
38
|
-
*/
|
|
39
|
-
CONNECTED_MAIN = "CONNECTED_MAIN",
|
|
40
|
-
/**
|
|
41
|
-
* CTI Link is established with the standby OmniPCX Enterprise call server.
|
|
42
|
-
*/
|
|
43
|
-
CONNECTED_SECONDARY = "CONNECTED_SECONDARY",
|
|
44
|
-
/**
|
|
45
|
-
* CTI Link is not established.
|
|
46
|
-
*/
|
|
47
|
-
DISCONNECTED = "DISCONNECTED"
|
|
48
|
-
}
|
|
49
|
-
export type PbxStatus = {
|
|
50
|
-
/**
|
|
51
|
-
* The name of the OmniPCX Enterprise.
|
|
52
|
-
*/
|
|
53
|
-
name: string;
|
|
54
|
-
/**
|
|
55
|
-
* The OmniPCX Enterprise node number.
|
|
56
|
-
*/
|
|
57
|
-
nodeId: number;
|
|
58
|
-
/**
|
|
59
|
-
* The OmniPCX Enterprise main address.
|
|
60
|
-
*/
|
|
61
|
-
mainAddress: ServerAddress;
|
|
62
|
-
/**
|
|
63
|
-
* The OmniPCX Enterprise secondary address.
|
|
64
|
-
*/
|
|
65
|
-
secondaryAddress: ServerAddress;
|
|
66
|
-
/**
|
|
67
|
-
* The OmniPCX Enterprise version.
|
|
68
|
-
*/
|
|
69
|
-
version: string;
|
|
70
|
-
/**
|
|
71
|
-
* Whether this O2G is connected to this OmniPCX Enterprise node.
|
|
72
|
-
*/
|
|
73
|
-
connected: boolean;
|
|
74
|
-
/**
|
|
75
|
-
* Whether the O2G has loaded all this OmniPCX Enterprise node's users.
|
|
76
|
-
* @see {@link Maintenance.ON_PBX_LOADED} event.
|
|
77
|
-
*/
|
|
78
|
-
loaded: boolean;
|
|
79
|
-
/**
|
|
80
|
-
* The state of the CSTA link between the O2Gserver and this OmniPCX
|
|
81
|
-
* Enterprise node.
|
|
82
|
-
*/
|
|
83
|
-
ctiLinkState: CTILinkState;
|
|
84
|
-
/**
|
|
85
|
-
* Whether the OmniPCX Enterprise node is secured. If the OmniPCX
|
|
86
|
-
* Enterprise node is secured, the connection with the O2G server is done using
|
|
87
|
-
* SSH.
|
|
88
|
-
*/
|
|
89
|
-
secured: boolean;
|
|
90
|
-
/**
|
|
91
|
-
* The number of monitored users on this OmniPCX Enterprise node.
|
|
92
|
-
*/
|
|
93
|
-
monitoredUserNumber: number;
|
|
94
|
-
};
|
|
95
|
-
/**
|
|
96
|
-
* License represents an O2G license.
|
|
97
|
-
*/
|
|
98
|
-
export type License = {
|
|
99
|
-
/**
|
|
100
|
-
* The license name.
|
|
101
|
-
*/
|
|
102
|
-
name: string;
|
|
103
|
-
/**
|
|
104
|
-
* The number of licenses.
|
|
105
|
-
*/
|
|
106
|
-
total: number;
|
|
107
|
-
/**
|
|
108
|
-
* The number of licenses used.
|
|
109
|
-
*/
|
|
110
|
-
currentUsed: number;
|
|
111
|
-
/**
|
|
112
|
-
* The expiration date.
|
|
113
|
-
*/
|
|
114
|
-
expiration: string;
|
|
115
|
-
};
|
|
116
|
-
/**
|
|
117
|
-
* SystemStatus provide a full status of the O2G server and its connections.
|
|
118
|
-
*/
|
|
119
|
-
export type SystemStatus = {
|
|
120
|
-
/**
|
|
121
|
-
* This O2G server logical address.
|
|
122
|
-
*/
|
|
123
|
-
logicalAddress: ServerAddress;
|
|
124
|
-
/**
|
|
125
|
-
* The start date of the O2G server.
|
|
126
|
-
*/
|
|
127
|
-
startDate: Date;
|
|
128
|
-
/**
|
|
129
|
-
* Whether this O2G is deployed in high availability mode.
|
|
130
|
-
*/
|
|
131
|
-
haMode: boolean;
|
|
132
|
-
/**
|
|
133
|
-
* The FQDN of the currently active O2G server when it is configured in
|
|
134
|
-
* HA mode.
|
|
135
|
-
*/
|
|
136
|
-
primary: string;
|
|
137
|
-
/**
|
|
138
|
-
* The version of the current active O2G server when it is configured in
|
|
139
|
-
* HA mode.
|
|
140
|
-
*/
|
|
141
|
-
primaryVersion: string;
|
|
142
|
-
/**
|
|
143
|
-
* The FQDN of the backup O2G server when it is configured in HA mode.
|
|
144
|
-
*/
|
|
145
|
-
secondary: string;
|
|
146
|
-
/**
|
|
147
|
-
* The version of the backup O2G server when it is configured in HA mode.
|
|
148
|
-
*/
|
|
149
|
-
secondaryVersion: string;
|
|
150
|
-
/**
|
|
151
|
-
* The collection of OmniPCX Enterprise nodes connected to this O2G server
|
|
152
|
-
*/
|
|
153
|
-
pbxs: PbxStatus[];
|
|
154
|
-
/**
|
|
155
|
-
* The O2G server licenses.
|
|
156
|
-
*/
|
|
157
|
-
licenses: License[];
|
|
158
|
-
/**
|
|
159
|
-
* The O2G Server configuration
|
|
160
|
-
*/
|
|
161
|
-
configurationType: ConfigurationType;
|
|
162
|
-
};
|