o2g-node-sdk 2.4.0 → 2.5.0
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 +11 -7
- package/dist/o2g-node-sdk.js +2165 -4487
- 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-stats/abstract-filter.d.ts +2 -0
- package/dist/types/internal/types/cc-stats/abstract-filter.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/ag-filter-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stats/ag-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/cc-stat-types.d.ts +57 -0
- package/dist/types/internal/types/cc-stats/cc-stat-types.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/context-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stats/context-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/on-stats-progress.d.ts +2 -0
- package/dist/types/internal/types/cc-stats/on-stats-progress.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/pil-aband-calls-filter-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stats/pil-aband-calls-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/pil-filter-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stats/pil-filter-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/requester-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stats/requester-impl.d.ts.map +1 -0
- package/dist/types/internal/types/cc-stats/scheduled-rep-impl.d.ts +2 -0
- package/dist/types/internal/types/cc-stats/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 +4 -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 +40 -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 +454 -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 +92 -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 +73 -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 +59 -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 +72 -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-abandoned-calls-attributes.d.ts +48 -0
- package/dist/types/types/cc-stats/pilot-abandoned-calls-attributes.d.ts.map +1 -0
- package/dist/types/types/cc-stats/pilot-abandonned-calls-filter.d.ts +46 -0
- package/dist/types/types/cc-stats/pilot-abandonned-calls-filter.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 +137 -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 +72 -0
- package/dist/types/types/cc-stats/stats-context.d.ts.map +1 -0
- package/dist/types/types/cc-stats/stats-filter.d.ts +41 -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 +79 -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 +131 -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 +83 -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 +41 -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,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents a license in the O2G system.
|
|
3
|
+
*
|
|
4
|
+
* Includes the license name, total available licenses, the number currently used,
|
|
5
|
+
* and the license expiration date.
|
|
6
|
+
*/
|
|
7
|
+
export declare class License {
|
|
8
|
+
#private;
|
|
9
|
+
/**
|
|
10
|
+
* Creates a License instance.
|
|
11
|
+
* @param name - License name
|
|
12
|
+
* @param total - Total number of licenses
|
|
13
|
+
* @param currentUsed - Number of licenses currently in use
|
|
14
|
+
* @param expiration - Expiration date of the license
|
|
15
|
+
*/
|
|
16
|
+
private constructor();
|
|
17
|
+
/**
|
|
18
|
+
* License name
|
|
19
|
+
* @returns {string | null} The license name, or null if not set
|
|
20
|
+
*/
|
|
21
|
+
get name(): string | null;
|
|
22
|
+
/**
|
|
23
|
+
* Total number of licenses
|
|
24
|
+
* @returns {number} Total licenses (defaults to 0 if not set)
|
|
25
|
+
*/
|
|
26
|
+
get total(): number;
|
|
27
|
+
/**
|
|
28
|
+
* Number of licenses currently used
|
|
29
|
+
* @returns {number} Currently used licenses (defaults to 0 if not set)
|
|
30
|
+
*/
|
|
31
|
+
get currentUsed(): number;
|
|
32
|
+
/**
|
|
33
|
+
* License expiration date
|
|
34
|
+
* @returns {Date | null} Expiration date, or null if not set
|
|
35
|
+
*/
|
|
36
|
+
get expiration(): Date | null;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=license.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"license.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/license.ts"],"names":[],"mappings":"AAsBA;;;;;GAKG;AACH,qBAAa,OAAO;;IAMhB;;;;;;OAMG;IACH,OAAO;IAOP;;;OAGG;IACH,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,CAExB;IAED;;;OAGG;IACH,IAAI,KAAK,IAAI,MAAM,CAElB;IAED;;;OAGG;IACH,IAAI,WAAW,IAAI,MAAM,CAExB;IAED;;;OAGG;IACH,IAAI,UAAU,IAAI,IAAI,GAAG,IAAI,CAE5B;CAiBJ"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Notification sent when the CTI link for a node goes down.
|
|
3
|
+
*
|
|
4
|
+
* This event is sent with a delay between 30 and 60 seconds.
|
|
5
|
+
*/
|
|
6
|
+
export declare class OnCtiLinkDown {
|
|
7
|
+
#private;
|
|
8
|
+
private constructor();
|
|
9
|
+
/**
|
|
10
|
+
* Gets the node identifier for which the CTI link is down.
|
|
11
|
+
*
|
|
12
|
+
* @returns The node ID.
|
|
13
|
+
*/
|
|
14
|
+
get nodeId(): number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Notification sent when the CTI link for a node comes back up.
|
|
18
|
+
*/
|
|
19
|
+
export declare class OnCtiLinkUp {
|
|
20
|
+
#private;
|
|
21
|
+
private constructor();
|
|
22
|
+
/**
|
|
23
|
+
* Gets the node identifier for which the CTI link is up.
|
|
24
|
+
*
|
|
25
|
+
* @returns The node ID.
|
|
26
|
+
*/
|
|
27
|
+
get nodeId(): number;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Notification sent when a license is about to expire or has recently expired.
|
|
31
|
+
*/
|
|
32
|
+
export declare class OnLicenseExpiration {
|
|
33
|
+
#private;
|
|
34
|
+
private constructor();
|
|
35
|
+
/**
|
|
36
|
+
* Gets the alarm message for the license expiration.
|
|
37
|
+
*
|
|
38
|
+
* @returns The license message.
|
|
39
|
+
*/
|
|
40
|
+
get message(): string;
|
|
41
|
+
/**
|
|
42
|
+
* Gets the number of days since or until license expiration.
|
|
43
|
+
*
|
|
44
|
+
* - `nbDays > 0`: license will expire in nbDays
|
|
45
|
+
* - `nbDays < 0`: license expired nbDays ago
|
|
46
|
+
*
|
|
47
|
+
* @returns Number of days relative to expiration.
|
|
48
|
+
*/
|
|
49
|
+
get nbDays(): number;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Notification sent when data is fully loaded from an OXE node.
|
|
53
|
+
*/
|
|
54
|
+
export declare class OnPbxLoaded {
|
|
55
|
+
#private;
|
|
56
|
+
private constructor();
|
|
57
|
+
/**
|
|
58
|
+
* Gets the node identifier for which the PBX is loaded.
|
|
59
|
+
*
|
|
60
|
+
* @returns The node ID.
|
|
61
|
+
*/
|
|
62
|
+
get nodeId(): number;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Notification sent when a PBX link goes down.
|
|
66
|
+
*/
|
|
67
|
+
export declare class OnPbxLinkDown {
|
|
68
|
+
#private;
|
|
69
|
+
private constructor();
|
|
70
|
+
/**
|
|
71
|
+
* Gets the node identifier for which the PBX link is down.
|
|
72
|
+
*
|
|
73
|
+
* @returns The node ID.
|
|
74
|
+
*/
|
|
75
|
+
get nodeId(): number;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Notification sent when a PBX link comes back up.
|
|
79
|
+
*/
|
|
80
|
+
export declare class OnPbxLinkUp {
|
|
81
|
+
#private;
|
|
82
|
+
private constructor();
|
|
83
|
+
/**
|
|
84
|
+
* Gets the node identifier for which the PBX link is up.
|
|
85
|
+
*
|
|
86
|
+
* @returns The node ID.
|
|
87
|
+
*/
|
|
88
|
+
get nodeId(): number;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Notification sent when the O2G server is ready (all OXE nodes are connected and loaded).
|
|
92
|
+
*
|
|
93
|
+
* This event requires a webhook URL to be configured.
|
|
94
|
+
*/
|
|
95
|
+
export declare class OnServerStart {
|
|
96
|
+
#private;
|
|
97
|
+
private constructor();
|
|
98
|
+
/**
|
|
99
|
+
* Gets the server identifier or IP address of the server that started.
|
|
100
|
+
*
|
|
101
|
+
* @returns The server ID.
|
|
102
|
+
*/
|
|
103
|
+
get serverId(): string;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Notification sent when connection to remote twin server is lost.
|
|
107
|
+
*/
|
|
108
|
+
export declare class OnRemoteServerLinkDown {
|
|
109
|
+
#private;
|
|
110
|
+
private constructor();
|
|
111
|
+
/**
|
|
112
|
+
* Gets the node identifier for which the PBX link is down.
|
|
113
|
+
*
|
|
114
|
+
* @returns The node ID.
|
|
115
|
+
*/
|
|
116
|
+
get host(): string;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Notification sent when connection to remote twin server is recovered.
|
|
120
|
+
*/
|
|
121
|
+
export declare class OnRemoteServerLinkUp {
|
|
122
|
+
#private;
|
|
123
|
+
private constructor();
|
|
124
|
+
/**
|
|
125
|
+
* Gets the node identifier for which the PBX link is down.
|
|
126
|
+
*
|
|
127
|
+
* @returns The node ID.
|
|
128
|
+
*/
|
|
129
|
+
get host(): string;
|
|
130
|
+
}
|
|
131
|
+
//# sourceMappingURL=maint-events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"maint-events.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/maint-events.ts"],"names":[],"mappings":"AA+BA;;;;GAIG;AACH,qBAAa,aAAa;;IAGtB,OAAO;IAIP;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAaJ;AAED;;GAEG;AACH,qBAAa,WAAW;;IAGpB,OAAO;IAIP;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAOJ;AAED;;GAEG;AACH,qBAAa,mBAAmB;;IAI5B,OAAO;IAKP;;;;OAIG;IACH,IAAI,OAAO,IAAI,MAAM,CAEpB;IAED;;;;;;;OAOG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAOJ;AAED;;GAEG;AACH,qBAAa,WAAW;;IAGpB,OAAO;IAIP;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAOJ;AAED;;GAEG;AACH,qBAAa,aAAa;;IAGtB,OAAO;IAIP;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAOJ;AAED;;GAEG;AACH,qBAAa,WAAW;;IAGpB,OAAO;IAIP;;;;OAIG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;CAOJ;AAED;;;;GAIG;AACH,qBAAa,aAAa;;IAGtB,OAAO;IAIP;;;;OAIG;IACH,IAAI,QAAQ,IAAI,MAAM,CAErB;CAOJ;AAGD;;GAEG;AACH,qBAAa,sBAAsB;;IAG/B,OAAO;IAIP;;;;OAIG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;CAOJ;AAED;;GAEG;AACH,qBAAa,oBAAoB;;IAG7B,OAAO;IAIP;;;;OAIG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;CAOJ"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { CTILinkState } from './cti-link-state';
|
|
2
|
+
import { ServerAddress } from './server-address';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the status of an OmniPCX Enterprise (PBX) node connected to the O2G server.
|
|
5
|
+
*
|
|
6
|
+
* Includes node identification, addresses, version, connection status, security, monitored users,
|
|
7
|
+
* and the CSTA link state between the O2G server and the PBX node.
|
|
8
|
+
*/
|
|
9
|
+
export declare class PbxStatus {
|
|
10
|
+
#private;
|
|
11
|
+
/**
|
|
12
|
+
* Creates a PbxStatus instance.
|
|
13
|
+
* @param name - PBX node name
|
|
14
|
+
* @param nodeId - PBX node number
|
|
15
|
+
* @param mainAddress - Main address of the PBX node
|
|
16
|
+
* @param secondaryAddress - Secondary address of the PBX node
|
|
17
|
+
* @param version - Version of the PBX software
|
|
18
|
+
* @param connected - Whether O2G is connected to this PBX node
|
|
19
|
+
* @param loaded - Whether all users on this PBX node are loaded
|
|
20
|
+
* @param ctiLinkState - Current CSTA link state
|
|
21
|
+
* @param secured - Whether the PBX node is secured (SSH)
|
|
22
|
+
* @param monitoredUserNumber - Number of monitored users on this PBX node
|
|
23
|
+
*/
|
|
24
|
+
private constructor();
|
|
25
|
+
/**
|
|
26
|
+
* PBX node name
|
|
27
|
+
* @returns {string | null} Name of the PBX node, or null if not available
|
|
28
|
+
*/
|
|
29
|
+
get name(): string | null;
|
|
30
|
+
/**
|
|
31
|
+
* PBX node number
|
|
32
|
+
* @returns {number} Node ID (defaults to 0 if not set)
|
|
33
|
+
*/
|
|
34
|
+
get nodeId(): number;
|
|
35
|
+
/**
|
|
36
|
+
* Main address of the PBX node
|
|
37
|
+
* @returns {ServerAddress | null} Main server address or null if not available
|
|
38
|
+
*/
|
|
39
|
+
get mainAddress(): ServerAddress | null;
|
|
40
|
+
/**
|
|
41
|
+
* Secondary address of the PBX node
|
|
42
|
+
* @returns {ServerAddress | null} Secondary server address or null if not available
|
|
43
|
+
*/
|
|
44
|
+
get secondaryAddress(): ServerAddress | null;
|
|
45
|
+
/**
|
|
46
|
+
* PBX software version
|
|
47
|
+
* @returns {string | null} Version string or null if not available
|
|
48
|
+
*/
|
|
49
|
+
get version(): string | null;
|
|
50
|
+
/**
|
|
51
|
+
* Connection status between O2G and the PBX node
|
|
52
|
+
* @returns {boolean} True if connected, false otherwise
|
|
53
|
+
*/
|
|
54
|
+
get connected(): boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Indicates whether all users on this PBX node have been loaded by O2G
|
|
57
|
+
* @see {@link Maintenance.ON_PBX_LOADED} event
|
|
58
|
+
* @returns {boolean} True if all users are loaded, false otherwise
|
|
59
|
+
*/
|
|
60
|
+
get loaded(): boolean;
|
|
61
|
+
/**
|
|
62
|
+
* CSTA link state between the O2G server and this PBX node
|
|
63
|
+
* @returns {CTILinkState | null} Current CSTA link state or null if not available
|
|
64
|
+
*/
|
|
65
|
+
get ctiLinkState(): CTILinkState | null;
|
|
66
|
+
/**
|
|
67
|
+
* Whether the PBX node is secured. If true, the connection with O2G uses SSH.
|
|
68
|
+
* @returns {boolean} True if secured, false otherwise
|
|
69
|
+
*/
|
|
70
|
+
get secured(): boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Number of monitored users on this PBX node
|
|
73
|
+
* @returns {number} Number of monitored users (defaults to 0 if not set)
|
|
74
|
+
*/
|
|
75
|
+
get monitoredUserNumber(): number;
|
|
76
|
+
}
|
|
77
|
+
//# sourceMappingURL=pbx-status.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pbx-status.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/pbx-status.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;;GAKG;AACH,qBAAa,SAAS;;IAYlB;;;;;;;;;;;;OAYG;IACH,OAAO;IAwBP;;;OAGG;IACH,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,CAExB;IAED;;;OAGG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED;;;OAGG;IACH,IAAI,WAAW,IAAI,aAAa,GAAG,IAAI,CAEtC;IAED;;;OAGG;IACH,IAAI,gBAAgB,IAAI,aAAa,GAAG,IAAI,CAE3C;IAED;;;OAGG;IACH,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,CAE3B;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED;;;;OAIG;IACH,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED;;;OAGG;IACH,IAAI,YAAY,IAAI,YAAY,GAAG,IAAI,CAEtC;IAED;;;OAGG;IACH,IAAI,OAAO,IAAI,OAAO,CAErB;IAED;;;OAGG;IACH,IAAI,mBAAmB,IAAI,MAAM,CAEhC;CAuBJ"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents an OmniPCX Enterprise server address.
|
|
3
|
+
*
|
|
4
|
+
* Includes both the fully qualified domain name (FQDN) and the IPv4 address of the server.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ServerAddress {
|
|
7
|
+
#private;
|
|
8
|
+
/**
|
|
9
|
+
* Creates a ServerAddress instance.
|
|
10
|
+
* @param fqdn - Fully qualified domain name of the server
|
|
11
|
+
* @param ip - IPv4 address of the server
|
|
12
|
+
*/
|
|
13
|
+
private constructor();
|
|
14
|
+
/**
|
|
15
|
+
* Fully qualified domain name of the server
|
|
16
|
+
* @returns {string | null} FQDN or null if not set
|
|
17
|
+
*/
|
|
18
|
+
get fqdn(): string | null;
|
|
19
|
+
/**
|
|
20
|
+
* IPv4 address of the server
|
|
21
|
+
* @returns {string | null} IP address or null if not set
|
|
22
|
+
*/
|
|
23
|
+
get ip(): string | null;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=server-address.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-address.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/server-address.ts"],"names":[],"mappings":"AAqBA;;;;GAIG;AACH,qBAAa,aAAa;;IAItB;;;;OAIG;IACH,OAAO;IAKP;;;OAGG;IACH,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,CAExB;IAED;;;OAGG;IACH,IAAI,EAAE,IAAI,MAAM,GAAG,IAAI,CAEtB;CAYJ"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents the status of an individual system service on the O2G server.
|
|
3
|
+
*
|
|
4
|
+
* Includes the service name, its current status, and an optional operating mode.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ServiceStatus {
|
|
7
|
+
#private;
|
|
8
|
+
/**
|
|
9
|
+
* Creates a ServiceStatus instance.
|
|
10
|
+
* @param name - Name of the service
|
|
11
|
+
* @param status - Current status of the service (e.g., running, stopped)
|
|
12
|
+
* @param mode - Optional mode or configuration of the service
|
|
13
|
+
*/
|
|
14
|
+
private constructor();
|
|
15
|
+
/**
|
|
16
|
+
* Name of the service
|
|
17
|
+
* @returns {string | null} Service name or null if not available
|
|
18
|
+
*/
|
|
19
|
+
get name(): string | null;
|
|
20
|
+
/**
|
|
21
|
+
* Current status of the service
|
|
22
|
+
* @returns {string | null} Service status or null if not available
|
|
23
|
+
*/
|
|
24
|
+
get status(): string | null;
|
|
25
|
+
/**
|
|
26
|
+
* Optional mode or configuration of the service
|
|
27
|
+
* @returns {string | null} Service mode or null if not set
|
|
28
|
+
*/
|
|
29
|
+
get mode(): string | null;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=service-status.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-status.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/service-status.ts"],"names":[],"mappings":"AAqBA;;;;GAIG;AACH,qBAAa,aAAa;;IAKtB;;;;;OAKG;IACH,OAAO;IAMP;;;OAGG;IACH,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,CAExB;IAED;;;OAGG;IACH,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;;OAGG;IACH,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,CAExB;CAYJ"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines how O2G automatically loads users from OXE subscribers.
|
|
3
|
+
*
|
|
4
|
+
* Controls which OXE subscribers are automatically imported or filtered
|
|
5
|
+
* when provisioning users in the O2G system.
|
|
6
|
+
*/
|
|
7
|
+
export declare enum SubscriberFilter {
|
|
8
|
+
/**
|
|
9
|
+
* Only OXE subscribers with the **A4980 attribute** are automatically loaded.
|
|
10
|
+
* Useful when selective subscriber provisioning is required.
|
|
11
|
+
*/
|
|
12
|
+
A4980 = 0,
|
|
13
|
+
/**
|
|
14
|
+
* All OXE subscribers are automatically loaded.
|
|
15
|
+
* Use this for full subscriber synchronization.
|
|
16
|
+
*/
|
|
17
|
+
ALL = 1,
|
|
18
|
+
/**
|
|
19
|
+
* No OXE subscribers are automatically loaded.
|
|
20
|
+
* Users must be created manually or through another provisioning process.
|
|
21
|
+
*/
|
|
22
|
+
NONE = 2
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=subscriber-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscriber-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/subscriber-filter.ts"],"names":[],"mappings":"AAmBA;;;;;GAKG;AACH,oBAAY,gBAAgB;IACxB;;;OAGG;IACH,KAAK,IAAA;IAEL;;;OAGG;IACH,GAAG,IAAA;IAEH;;;OAGG;IACH,IAAI,IAAA;CACP"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ServiceStatus } from './service-status';
|
|
2
|
+
/**
|
|
3
|
+
* Represents the status of all system services on an O2G server.
|
|
4
|
+
*
|
|
5
|
+
* Includes individual service statuses, the server's global IP address,
|
|
6
|
+
* and the DRBD status for high availability.
|
|
7
|
+
*/
|
|
8
|
+
export declare class SystemServiceStatus {
|
|
9
|
+
#private;
|
|
10
|
+
/**
|
|
11
|
+
* Creates a SystemServiceStatus instance.
|
|
12
|
+
* @param services - Array of service statuses
|
|
13
|
+
* @param globalIPAddress - Global IP address of the server
|
|
14
|
+
* @param drbd - DRBD status (for HA configuration)
|
|
15
|
+
*/
|
|
16
|
+
private constructor();
|
|
17
|
+
/**
|
|
18
|
+
* Array of individual service statuses
|
|
19
|
+
* @returns {ServiceStatus[] | null} List of services or null if not available
|
|
20
|
+
*/
|
|
21
|
+
get services(): ServiceStatus[] | null;
|
|
22
|
+
/**
|
|
23
|
+
* Global IP address of the server
|
|
24
|
+
* @returns {string | null} Global IP address or null if not available
|
|
25
|
+
*/
|
|
26
|
+
get globalIPAddress(): string | null;
|
|
27
|
+
/**
|
|
28
|
+
* DRBD status for high availability
|
|
29
|
+
* @returns {string | null} DRBD status or null if not available
|
|
30
|
+
*/
|
|
31
|
+
get drbd(): string | null;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=sys-service-status.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sys-service-status.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/sys-service-status.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;;GAKG;AACH,qBAAa,mBAAmB;;IAK5B;;;;;OAKG;IACH,OAAO;IAMP;;;OAGG;IACH,IAAI,QAAQ,IAAI,aAAa,EAAE,GAAG,IAAI,CAErC;IAED;;;OAGG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,IAAI,CAEnC;IAED;;;OAGG;IACH,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,CAExB;CAYJ"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { ConfigurationType } from './configuration-type';
|
|
2
|
+
import { LicenseStatus } from './license-status';
|
|
3
|
+
import { PbxStatus } from './pbx-status';
|
|
4
|
+
import { ServerAddress } from './server-address';
|
|
5
|
+
import { ServiceStatus } from './service-status';
|
|
6
|
+
import { SubscriberFilter } from './subscriber-filter';
|
|
7
|
+
import { SystemServiceStatus } from './sys-service-status';
|
|
8
|
+
/**
|
|
9
|
+
* Provides a comprehensive status of the O2G server and its connected components.
|
|
10
|
+
*
|
|
11
|
+
* Includes details such as:
|
|
12
|
+
* - Logical server address
|
|
13
|
+
* - HA deployment mode
|
|
14
|
+
* - Primary and secondary server FQDN, version, and service status
|
|
15
|
+
* - Connected OmniPCX Enterprise (PBX) nodes
|
|
16
|
+
* - License status
|
|
17
|
+
* - Configuration type, application ID, and subscriber filters
|
|
18
|
+
*/
|
|
19
|
+
export declare class SystemStatus {
|
|
20
|
+
#private;
|
|
21
|
+
private constructor();
|
|
22
|
+
/** Logical address of this O2G server
|
|
23
|
+
* @returns {ServerAddress | null} The server's logical address or null if not available
|
|
24
|
+
*/
|
|
25
|
+
get logicalAddress(): ServerAddress | null;
|
|
26
|
+
/** Start date/time of the O2G server
|
|
27
|
+
* @returns {Date | null} Server start date or null if not available
|
|
28
|
+
*/
|
|
29
|
+
get startDate(): Date | null;
|
|
30
|
+
/** Indicates whether the server is deployed in High Availability (HA) mode
|
|
31
|
+
* @returns {boolean} True if HA mode, false otherwise
|
|
32
|
+
*/
|
|
33
|
+
get haMode(): boolean;
|
|
34
|
+
/** FQDN of the primary O2G server
|
|
35
|
+
* @returns {string | null} Primary server FQDN or null if not available
|
|
36
|
+
*/
|
|
37
|
+
get primary(): string | null;
|
|
38
|
+
/** Version of the primary O2G server
|
|
39
|
+
* @returns {string | null} Primary server version or null if not available
|
|
40
|
+
*/
|
|
41
|
+
get primaryVersion(): string | null;
|
|
42
|
+
/** Status of services on the primary O2G server
|
|
43
|
+
* @returns {SystemServiceStatus | null} Primary server service status or null if not available
|
|
44
|
+
*/
|
|
45
|
+
get primaryServiceStatus(): SystemServiceStatus | null;
|
|
46
|
+
/** FQDN of the secondary O2G server
|
|
47
|
+
* @returns {string | null} Secondary server FQDN or null if not available
|
|
48
|
+
*/
|
|
49
|
+
get secondary(): string | null;
|
|
50
|
+
/** Version of the secondary O2G server
|
|
51
|
+
* @returns {string | null} Secondary server version or null if not available
|
|
52
|
+
*/
|
|
53
|
+
get secondaryVersion(): string | null;
|
|
54
|
+
/** Status of services on the secondary O2G server
|
|
55
|
+
* @returns {ServiceStatus | null} Secondary server service status or null if not available
|
|
56
|
+
*/
|
|
57
|
+
get secondaryServicesStatus(): ServiceStatus | null;
|
|
58
|
+
/** Collection of connected OmniPCX Enterprise (PBX) nodes
|
|
59
|
+
* @returns {PbxStatus[] | null} Array of PBX statuses or null if not available
|
|
60
|
+
*/
|
|
61
|
+
get pbxs(): PbxStatus[] | null;
|
|
62
|
+
/** License status of this O2G server
|
|
63
|
+
* @returns {LicenseStatus | null} License status or null if not available
|
|
64
|
+
*/
|
|
65
|
+
get license(): LicenseStatus | null;
|
|
66
|
+
/** System resources of this O2G server
|
|
67
|
+
* @returns {LicenseStatus | null} System resources or null if not available
|
|
68
|
+
*/
|
|
69
|
+
get systemResources(): ServerAddress | null;
|
|
70
|
+
/** Configuration type of the O2G server
|
|
71
|
+
* @returns {ConfigurationType | null} Configuration type or null if not available
|
|
72
|
+
*/
|
|
73
|
+
get configurationType(): ConfigurationType | null;
|
|
74
|
+
/** Application ID associated with the server
|
|
75
|
+
* @returns {string | null} Application ID or null if not available
|
|
76
|
+
*/
|
|
77
|
+
get applicationId(): string | null;
|
|
78
|
+
/** Subscriber filter applied on the server
|
|
79
|
+
* @returns {SubscriberFilter | null} Subscriber filter or null if not available
|
|
80
|
+
*/
|
|
81
|
+
get subscriberFilter(): SubscriberFilter | null;
|
|
82
|
+
}
|
|
83
|
+
//# sourceMappingURL=sys-status.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sys-status.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/sys-status.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAE3D;;;;;;;;;;GAUG;AACH,qBAAa,YAAY;;IAiBrB,OAAO;IAkCP;;OAEG;IACH,IAAI,cAAc,IAAI,aAAa,GAAG,IAAI,CAEzC;IAED;;OAEG;IACH,IAAI,SAAS,IAAI,IAAI,GAAG,IAAI,CAE3B;IAED;;OAEG;IACH,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED;;OAEG;IACH,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,CAE3B;IAED;;OAEG;IACH,IAAI,cAAc,IAAI,MAAM,GAAG,IAAI,CAElC;IAED;;OAEG;IACH,IAAI,oBAAoB,IAAI,mBAAmB,GAAG,IAAI,CAErD;IAED;;OAEG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;OAEG;IACH,IAAI,gBAAgB,IAAI,MAAM,GAAG,IAAI,CAEpC;IAED;;OAEG;IACH,IAAI,uBAAuB,IAAI,aAAa,GAAG,IAAI,CAElD;IAED;;OAEG;IACH,IAAI,IAAI,IAAI,SAAS,EAAE,GAAG,IAAI,CAE7B;IAED;;OAEG;IACH,IAAI,OAAO,IAAI,aAAa,GAAG,IAAI,CAElC;IAED;;OAEG;IACH,IAAI,eAAe,IAAI,aAAa,GAAG,IAAI,CAE1C;IAGD;;OAEG;IACH,IAAI,iBAAiB,IAAI,iBAAiB,GAAG,IAAI,CAEhD;IAED;;OAEG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;OAEG;IACH,IAAI,gBAAgB,IAAI,gBAAgB,GAAG,IAAI,CAE9C;CA8BJ"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MailBoxInfo provides information about the user's mailbox.
|
|
3
|
+
*
|
|
4
|
+
* <p>This class allows access to the total number of voice messages,
|
|
5
|
+
* the number of new (unread) voice messages, and the mailbox storage usage.
|
|
6
|
+
*/
|
|
7
|
+
export declare class MailBoxInfo {
|
|
8
|
+
#private;
|
|
9
|
+
/**
|
|
10
|
+
* @private
|
|
11
|
+
* @param {number} [totalVoiceMsg] Total number of voice messages in the mailbox
|
|
12
|
+
* @param {number} [newVoiceMsg] Number of new (unread) voice messages
|
|
13
|
+
* @param {number} [storageUsage] Storage usage of the mailbox in bytes
|
|
14
|
+
*/
|
|
15
|
+
private constructor();
|
|
16
|
+
/**
|
|
17
|
+
* Get the total number of voice messages in the mailbox.
|
|
18
|
+
*
|
|
19
|
+
* @returns {number} Total voice messages (0 if unspecified)
|
|
20
|
+
*/
|
|
21
|
+
get totalVoiceMsg(): number;
|
|
22
|
+
/**
|
|
23
|
+
* Get the number of new (unread) voice messages.
|
|
24
|
+
*
|
|
25
|
+
* @returns {number} New voice messages (0 if unspecified)
|
|
26
|
+
*/
|
|
27
|
+
get newVoiceMsg(): number;
|
|
28
|
+
/**
|
|
29
|
+
* Get the mailbox storage usage in bytes.
|
|
30
|
+
*
|
|
31
|
+
* @returns {number} Storage usage in bytes (0 if unspecified)
|
|
32
|
+
*/
|
|
33
|
+
get storageUsage(): number;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=mailbox-info.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mailbox-info.d.ts","sourceRoot":"","sources":["../../../../src/types/messaging/mailbox-info.ts"],"names":[],"mappings":"AAqBA;;;;;GAKG;AACH,qBAAa,WAAW;;IAKpB;;;;;OAKG;IACH,OAAO;IAMP;;;;OAIG;IACH,IAAI,aAAa,IAAI,MAAM,CAE1B;IAED;;;;OAIG;IACH,IAAI,WAAW,IAAI,MAAM,CAExB;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,CAEzB;CAuBJ"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents a mailbox in a voice mail system.
|
|
3
|
+
*
|
|
4
|
+
* <p>A mailbox has an identifier, a name, and optional capabilities describing
|
|
5
|
+
* which operations are supported on the mailbox.
|
|
6
|
+
*/
|
|
7
|
+
export declare class MailBox {
|
|
8
|
+
#private;
|
|
9
|
+
private constructor();
|
|
10
|
+
/**
|
|
11
|
+
* Get the mailbox identifier.
|
|
12
|
+
*
|
|
13
|
+
* @returns {string} The unique ID of this mailbox
|
|
14
|
+
*/
|
|
15
|
+
get id(): string | null;
|
|
16
|
+
/**
|
|
17
|
+
* Get the mailbox name.
|
|
18
|
+
*
|
|
19
|
+
* @returns {string} The name of this mailbox
|
|
20
|
+
*/
|
|
21
|
+
get name(): string | null;
|
|
22
|
+
/**
|
|
23
|
+
* Get the mailbox capabilities.
|
|
24
|
+
*
|
|
25
|
+
* @returns {MailBox.MailBoxCapabilities} The capabilities of this mailbox
|
|
26
|
+
*/
|
|
27
|
+
get capabilities(): MailBox.MailBoxCapabilities | null;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace MailBox {
|
|
30
|
+
/**
|
|
31
|
+
* Represents the capabilities of a mailbox.
|
|
32
|
+
*
|
|
33
|
+
* <p>Each capability indicates whether a certain action (e.g., playing messages,
|
|
34
|
+
* recording, forwarding) is supported by the mailbox.
|
|
35
|
+
*/
|
|
36
|
+
class MailBoxCapabilities {
|
|
37
|
+
#private;
|
|
38
|
+
private constructor();
|
|
39
|
+
/**
|
|
40
|
+
* Indicates whether the voicemail server can list messages.
|
|
41
|
+
*
|
|
42
|
+
* @returns {boolean} True if the voicemail server can return the list of messages, false otherwise
|
|
43
|
+
*/
|
|
44
|
+
get canListMessages(): boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Indicates whether voice messages can be downloaded.
|
|
47
|
+
*
|
|
48
|
+
* @returns {boolean} True if voice messages can be downloaded, false otherwise
|
|
49
|
+
*/
|
|
50
|
+
get canGetMessages(): boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Indicates whether recorded messages can be downloaded.
|
|
53
|
+
*
|
|
54
|
+
* @returns {boolean} True if recorded messages can be downloaded, false otherwise
|
|
55
|
+
*/
|
|
56
|
+
get canGetRecord(): boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Indicates whether the voicemail server is capable of playing voice messages.
|
|
59
|
+
*
|
|
60
|
+
* @returns {boolean} True if playback is supported, false otherwise
|
|
61
|
+
*/
|
|
62
|
+
get canPlay(): boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Indicates whether playing a voice message can be paused and resumed from the paused position.
|
|
65
|
+
*
|
|
66
|
+
* @returns {boolean} True if pausing is supported, false otherwise
|
|
67
|
+
*/
|
|
68
|
+
get canPause(): boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Indicates whether the media session can be terminated.
|
|
71
|
+
*
|
|
72
|
+
* @returns {boolean} True if hangup is supported, false otherwise
|
|
73
|
+
*/
|
|
74
|
+
get canHangup(): boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Indicates whether the voicemail server is capable of recording voice messages.
|
|
77
|
+
*
|
|
78
|
+
* @returns {boolean} True if recording is supported, false otherwise
|
|
79
|
+
*/
|
|
80
|
+
get canRecord(): boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Indicates whether voice message recording can be resumed after being stopped.
|
|
83
|
+
*
|
|
84
|
+
* @returns {boolean} True if resuming recording is supported, false otherwise
|
|
85
|
+
*/
|
|
86
|
+
get canResume(): boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Indicates whether the current recording can be cancelled.
|
|
89
|
+
*
|
|
90
|
+
* @returns {boolean} True if cancelling is supported, false otherwise
|
|
91
|
+
*/
|
|
92
|
+
get canCancel(): boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Indicates whether the voicemail server is capable of forwarding voice messages.
|
|
95
|
+
*
|
|
96
|
+
* @returns {boolean} True if forwarding is supported, false otherwise
|
|
97
|
+
*/
|
|
98
|
+
get canForward(): boolean;
|
|
99
|
+
/**
|
|
100
|
+
* Indicates whether the voicemail server can call back the originator of the voice message.
|
|
101
|
+
*
|
|
102
|
+
* @returns {boolean} True if callback is supported, false otherwise
|
|
103
|
+
*/
|
|
104
|
+
get canCallback(): boolean;
|
|
105
|
+
/**
|
|
106
|
+
* Indicates whether a voice message or recording can be sent to recipients.
|
|
107
|
+
*
|
|
108
|
+
* @returns {boolean} True if sending is supported, false otherwise
|
|
109
|
+
*/
|
|
110
|
+
get canSend(): boolean;
|
|
111
|
+
/**
|
|
112
|
+
* Indicates whether the voicemail server can send events in case of message deposit or removal.
|
|
113
|
+
*
|
|
114
|
+
* @returns {boolean} True if event notifications are supported, false otherwise
|
|
115
|
+
*/
|
|
116
|
+
get canSendEvents(): boolean;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
//# sourceMappingURL=mailbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mailbox.d.ts","sourceRoot":"","sources":["../../../../src/types/messaging/mailbox.ts"],"names":[],"mappings":"AAqBA;;;;;GAKG;AACH,qBAAa,OAAO;;IAKhB,OAAO;IAMP;;;;OAIG;IACH,IAAI,EAAE,IAAI,MAAM,GAAG,IAAI,CAEtB;IAED;;;;OAIG;IACH,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,CAExB;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAErD;CAcJ;AAED,yBAAiB,OAAO,CAAC;IACrB;;;;;OAKG;IACH,MAAa,mBAAmB;;QAe5B,OAAO;QA8BP;;;;WAIG;QACH,IAAI,eAAe,IAAI,OAAO,CAE7B;QAED;;;;WAIG;QACH,IAAI,cAAc,IAAI,OAAO,CAE5B;QAED;;;;WAIG;QACH,IAAI,YAAY,IAAI,OAAO,CAE1B;QAED;;;;WAIG;QACH,IAAI,OAAO,IAAI,OAAO,CAErB;QAED;;;;WAIG;QACH,IAAI,QAAQ,IAAI,OAAO,CAEtB;QAED;;;;WAIG;QACH,IAAI,SAAS,IAAI,OAAO,CAEvB;QAED;;;;WAIG;QACH,IAAI,SAAS,IAAI,OAAO,CAEvB;QAED;;;;WAIG;QACH,IAAI,SAAS,IAAI,OAAO,CAEvB;QAED;;;;WAIG;QACH,IAAI,SAAS,IAAI,OAAO,CAEvB;QAED;;;;WAIG;QACH,IAAI,UAAU,IAAI,OAAO,CAExB;QAED;;;;WAIG;QACH,IAAI,WAAW,IAAI,OAAO,CAEzB;QAED;;;;WAIG;QACH,IAAI,OAAO,IAAI,OAAO,CAErB;QAED;;;;WAIG;QACH,IAAI,aAAa,IAAI,OAAO,CAE3B;KAyCJ;CACJ"}
|