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,120 +0,0 @@
|
|
|
1
|
-
import { PartyInfo } from "../common/common-types";
|
|
2
|
-
/**
|
|
3
|
-
* MailBox represents a mail box in a voice mail system. A voice mail is assigned to a user.
|
|
4
|
-
*/
|
|
5
|
-
export type MailBox = {
|
|
6
|
-
/**
|
|
7
|
-
* The mail box identifier.
|
|
8
|
-
*/
|
|
9
|
-
id: string;
|
|
10
|
-
/**
|
|
11
|
-
* The mail box name.
|
|
12
|
-
*/
|
|
13
|
-
name: string;
|
|
14
|
-
/**
|
|
15
|
-
* The mail box capabilities.
|
|
16
|
-
*/
|
|
17
|
-
capabilities: {
|
|
18
|
-
/**
|
|
19
|
-
* Whether the voicemail server can return the list of messages.
|
|
20
|
-
*/
|
|
21
|
-
listMessages: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Whether Voice messages can be downloaded.
|
|
24
|
-
*/
|
|
25
|
-
getMessages: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Whether Recorded messages can be downloaded.
|
|
28
|
-
*/
|
|
29
|
-
getRecord: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Whether the voicemail server can play voice messages.
|
|
32
|
-
*/
|
|
33
|
-
play: boolean;
|
|
34
|
-
/**
|
|
35
|
-
* Whether a played voice message can be paused and resumes from the position it has been paused.
|
|
36
|
-
*/
|
|
37
|
-
pause: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Whether the media session can be terminate.
|
|
40
|
-
*/
|
|
41
|
-
hangup: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Whether the voicemail server can record voice messages.
|
|
44
|
-
*/
|
|
45
|
-
record: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* Wheter a voice message can be resumed to the position it has been paused.
|
|
48
|
-
*/
|
|
49
|
-
resume: boolean;
|
|
50
|
-
/**
|
|
51
|
-
* Whether the current recording can be cancelled.
|
|
52
|
-
*/
|
|
53
|
-
cancel: boolean;
|
|
54
|
-
/**
|
|
55
|
-
* Wheter the voicemail server can forward voice messages.
|
|
56
|
-
*/
|
|
57
|
-
forward: boolean;
|
|
58
|
-
/**
|
|
59
|
-
* Whether the voicemail server can call back the originator of the voice message.
|
|
60
|
-
*/
|
|
61
|
-
callback: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* Whether a voice message or a record can be sent to recipients.
|
|
64
|
-
*/
|
|
65
|
-
send: boolean;
|
|
66
|
-
/**
|
|
67
|
-
* Whether the voicemail server can send events in case of message deposit / removal.
|
|
68
|
-
*/
|
|
69
|
-
events: boolean;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
/**
|
|
73
|
-
* MailBoxInfo provides information on the mail box the user is
|
|
74
|
-
* connected on.
|
|
75
|
-
*
|
|
76
|
-
* @see {@link Messaging.getMailboxInfo}
|
|
77
|
-
*/
|
|
78
|
-
export type MailBoxInfo = {
|
|
79
|
-
/**
|
|
80
|
-
* The number of voice messages in this mail box.
|
|
81
|
-
*/
|
|
82
|
-
totalVoiceMsg: number;
|
|
83
|
-
/**
|
|
84
|
-
* The new voice messages in this mail box.
|
|
85
|
-
*/
|
|
86
|
-
newVoiceMsg: number;
|
|
87
|
-
/**
|
|
88
|
-
* The storage usage.
|
|
89
|
-
*/
|
|
90
|
-
storageUsage: number;
|
|
91
|
-
};
|
|
92
|
-
/**
|
|
93
|
-
* VoiceMessage represents a message stored in a voice Mail box.
|
|
94
|
-
*/
|
|
95
|
-
export type VoiceMessage = {
|
|
96
|
-
/**
|
|
97
|
-
* The message identifier.
|
|
98
|
-
*/
|
|
99
|
-
voicemailId: string;
|
|
100
|
-
/**
|
|
101
|
-
* The party who has deposit this message.
|
|
102
|
-
*/
|
|
103
|
-
from: PartyInfo;
|
|
104
|
-
/**
|
|
105
|
-
* The message duration.
|
|
106
|
-
*/
|
|
107
|
-
duration: number;
|
|
108
|
-
/**
|
|
109
|
-
* The date this message has been deposit.
|
|
110
|
-
*/
|
|
111
|
-
date: Date;
|
|
112
|
-
/**
|
|
113
|
-
* Whether this message has been read.
|
|
114
|
-
*/
|
|
115
|
-
unread: boolean;
|
|
116
|
-
/**
|
|
117
|
-
* Whether this message has high priority.
|
|
118
|
-
*/
|
|
119
|
-
highPriority: boolean;
|
|
120
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AttributeType represents the possible type of an attribute.
|
|
3
|
-
* @see {@link Model}
|
|
4
|
-
*/
|
|
5
|
-
export declare enum AttributeType {
|
|
6
|
-
/**
|
|
7
|
-
* An enumerated type.
|
|
8
|
-
*/
|
|
9
|
-
Enumerated = "Enumerated",
|
|
10
|
-
/**
|
|
11
|
-
* An octet string type.
|
|
12
|
-
*/
|
|
13
|
-
OctetString = "OctetString",
|
|
14
|
-
/**
|
|
15
|
-
* A sequence of other attributes.
|
|
16
|
-
*/
|
|
17
|
-
Sequence = "Sequence",
|
|
18
|
-
/**
|
|
19
|
-
* An integer type.
|
|
20
|
-
*/
|
|
21
|
-
Integer = "Integer",
|
|
22
|
-
/**
|
|
23
|
-
* A boolean type.
|
|
24
|
-
*/
|
|
25
|
-
Boolean = "Boolean",
|
|
26
|
-
/**
|
|
27
|
-
* A set of other attributes.
|
|
28
|
-
*/
|
|
29
|
-
Set = "Set",
|
|
30
|
-
/**
|
|
31
|
-
* A byte string type.
|
|
32
|
-
*/
|
|
33
|
-
ByteString = "ByteString"
|
|
34
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { AttributeFilter } from "./attribute-filter";
|
|
2
|
-
import { PbxAttribute } from "./pbx-attribute";
|
|
3
|
-
/**
|
|
4
|
-
* Filter class represents a filter that can be used to query OmniPCX Enterprise Object instances.
|
|
5
|
-
* <p>
|
|
6
|
-
* @example
|
|
7
|
-
* ```typescript
|
|
8
|
-
* let complex = Filter.and(
|
|
9
|
-
* Filter.or(
|
|
10
|
-
* Filter.create("Station_Type", AttributeFilter.Equals, "ANALOG"),
|
|
11
|
-
* Filter.create("Station_Type", AttributeFilter.Equals, "ALE-300")
|
|
12
|
-
* ),
|
|
13
|
-
* Filter.create("Directory_Name", OperationFilter.StartsWith, "f")
|
|
14
|
-
* );
|
|
15
|
-
* ```
|
|
16
|
-
*/
|
|
17
|
-
export declare class Filter {
|
|
18
|
-
private _value;
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
constructor(value: string);
|
|
23
|
-
get value(): string;
|
|
24
|
-
/**
|
|
25
|
-
* Create a new filter with the specified attribute, operation and value.
|
|
26
|
-
* @param attribute the attribute, either a {@link PbxAttribute} value, or a string object
|
|
27
|
-
* @param operation the operation
|
|
28
|
-
* @param value the value to test
|
|
29
|
-
*/
|
|
30
|
-
static create(attribute: string | PbxAttribute, operation: AttributeFilter, value: string): Filter;
|
|
31
|
-
private static combineOperator;
|
|
32
|
-
/**
|
|
33
|
-
* Combine a set of filter with a logical And.
|
|
34
|
-
* @param filter1 the first filter
|
|
35
|
-
* @param filter2 the second filter
|
|
36
|
-
* @param otherFilters other optional filters
|
|
37
|
-
*/
|
|
38
|
-
static and(filter1: Filter, filter2: Filter, ...otherFilters: Filter[]): Filter;
|
|
39
|
-
/**
|
|
40
|
-
* Combine a set of filter with a logical Or.
|
|
41
|
-
* @param filter1 the first filter
|
|
42
|
-
* @param filter2 the second filter
|
|
43
|
-
* @param otherFilters other optional filters
|
|
44
|
-
*/
|
|
45
|
-
static or(filter1: Filter, filter2: Filter, ...otherFilters: Filter[]): Filter;
|
|
46
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { AttributeType } from "./attribute-type";
|
|
2
|
-
import { O2GAttributeModel, O2GObjectModel } from "../../internal/types/pbxmngt/o2gpbxmngt-types";
|
|
3
|
-
export declare class OctetStringLength {
|
|
4
|
-
private readonly _min;
|
|
5
|
-
private readonly _max;
|
|
6
|
-
private constructor();
|
|
7
|
-
get min(): number;
|
|
8
|
-
get max(): number;
|
|
9
|
-
/**
|
|
10
|
-
* @ignore
|
|
11
|
-
*/
|
|
12
|
-
static parseLengthValue(value: string | null | undefined): OctetStringLength | null;
|
|
13
|
-
}
|
|
14
|
-
export declare class ModelAttribute {
|
|
15
|
-
private _name;
|
|
16
|
-
private _mandatory;
|
|
17
|
-
private _multiValue;
|
|
18
|
-
private _allowedValues;
|
|
19
|
-
private _octetStringLength;
|
|
20
|
-
private _defaultValue;
|
|
21
|
-
private _filtering;
|
|
22
|
-
private _usedWhen;
|
|
23
|
-
private _type;
|
|
24
|
-
constructor();
|
|
25
|
-
get name(): string;
|
|
26
|
-
get mandatory(): boolean;
|
|
27
|
-
get type(): AttributeType;
|
|
28
|
-
get multiValue(): boolean;
|
|
29
|
-
get allowedValues(): string[];
|
|
30
|
-
get octetStringLength(): OctetStringLength | null;
|
|
31
|
-
get defaultValue(): string;
|
|
32
|
-
get filtering(): boolean;
|
|
33
|
-
get usedWhen(): string;
|
|
34
|
-
/**
|
|
35
|
-
* @ignore
|
|
36
|
-
*/
|
|
37
|
-
static build(attr: O2GAttributeModel): ModelAttribute;
|
|
38
|
-
}
|
|
39
|
-
export declare class Model {
|
|
40
|
-
private _name;
|
|
41
|
-
private _hidden;
|
|
42
|
-
private _canCreate;
|
|
43
|
-
private _canDelete;
|
|
44
|
-
private _canSet;
|
|
45
|
-
private _canGet;
|
|
46
|
-
private _otherActions;
|
|
47
|
-
private _attributes;
|
|
48
|
-
private _children;
|
|
49
|
-
get name(): string;
|
|
50
|
-
get hidden(): boolean;
|
|
51
|
-
get canCreate(): boolean;
|
|
52
|
-
get canDelete(): boolean;
|
|
53
|
-
get canSet(): boolean;
|
|
54
|
-
get canGet(): boolean;
|
|
55
|
-
get otherActions(): string[];
|
|
56
|
-
attribute(attrName: string): ModelAttribute | undefined;
|
|
57
|
-
child(name: string): Model | undefined;
|
|
58
|
-
getMandatoryAttributes(): ModelAttribute[];
|
|
59
|
-
/**
|
|
60
|
-
* @ignore
|
|
61
|
-
*/
|
|
62
|
-
static build(o2gObjModel: O2GObjectModel): Model;
|
|
63
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { O2GPbxComplexAttribute } from "../../internal/types/pbxmngt/o2gpbxmngt-types";
|
|
2
|
-
import { PbxAttribute } from "./pbx-attribute";
|
|
3
|
-
/**
|
|
4
|
-
* PbxAttributeMap represents a sequence of named attributes.
|
|
5
|
-
*/
|
|
6
|
-
export declare class PbxAttributeMap {
|
|
7
|
-
private _attributes;
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
constructor();
|
|
12
|
-
/**
|
|
13
|
-
* Returns the names of the attributes in this sequence.
|
|
14
|
-
*/
|
|
15
|
-
get names(): string[];
|
|
16
|
-
/**
|
|
17
|
-
* Returns the Attribute with the specified name.
|
|
18
|
-
* @example
|
|
19
|
-
* ```typescript
|
|
20
|
-
* let skillSequence = ...
|
|
21
|
-
* let attr = skillSequence.getAttribute("Skill_nb");
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @param name The attribute name
|
|
25
|
-
*/
|
|
26
|
-
getAttribute(name: string): PbxAttribute | undefined;
|
|
27
|
-
/**
|
|
28
|
-
* Adds the specified attribute to this sequence. It's possible to chain the
|
|
29
|
-
* add operations to create a complete sequence.
|
|
30
|
-
*
|
|
31
|
-
* @example
|
|
32
|
-
* ```typescript
|
|
33
|
-
* let attr = PbxAttributeMap.create()
|
|
34
|
-
* .add(PbxAttribute.createBoolean("Elem1", true))
|
|
35
|
-
* .add(PbxAttribute.createInteger("Elem2", 23));
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @param value the attribute to add to this sequence
|
|
39
|
-
* @return the sequence object.
|
|
40
|
-
*/
|
|
41
|
-
add(value: PbxAttribute): PbxAttributeMap;
|
|
42
|
-
/**
|
|
43
|
-
* Create a new empty PbxAttributeMap. Use this method to create a new sequence
|
|
44
|
-
* of attribute. For example:
|
|
45
|
-
*
|
|
46
|
-
* @example
|
|
47
|
-
* ```typescript
|
|
48
|
-
* Sequence {
|
|
49
|
-
* Param1 := Integer,
|
|
50
|
-
* Param2 := Boolean
|
|
51
|
-
* }
|
|
52
|
-
* ```
|
|
53
|
-
* Can be created with the following operations
|
|
54
|
-
* ```typescript
|
|
55
|
-
* let sequence = PbxAttributeMap.create()
|
|
56
|
-
* .add(PbxAttribute.createInteger("Param1", 1))
|
|
57
|
-
* .add(PbxAttribute.createBoolean("Param2", true));
|
|
58
|
-
* ```
|
|
59
|
-
*/
|
|
60
|
-
static create(): PbxAttributeMap;
|
|
61
|
-
/**
|
|
62
|
-
* Create a new PbxAttributeMap with the specified attributes.
|
|
63
|
-
* Use this method to create a new sequence of attributes. For example:
|
|
64
|
-
*
|
|
65
|
-
* @example
|
|
66
|
-
* ```typescript
|
|
67
|
-
* Sequence {
|
|
68
|
-
* Param1 := Integer,
|
|
69
|
-
* Param2 := Boolean
|
|
70
|
-
* }
|
|
71
|
-
* ```
|
|
72
|
-
* Can be created with the following:
|
|
73
|
-
* ```typescript
|
|
74
|
-
* let sequence = PbxAttributeMap.createWith([
|
|
75
|
-
* PbxAttribute.createInteger("Param1", 1),
|
|
76
|
-
* PbxAttribute.createBoolean("Param2", true)
|
|
77
|
-
* ]);
|
|
78
|
-
* ```
|
|
79
|
-
*
|
|
80
|
-
* @param attributes the array of attributes
|
|
81
|
-
*/
|
|
82
|
-
static createWith(attributes: PbxAttribute[]): PbxAttributeMap;
|
|
83
|
-
/**
|
|
84
|
-
* @ignore
|
|
85
|
-
*/
|
|
86
|
-
static build(o2gPbxComplexAttribute: O2GPbxComplexAttribute): PbxAttributeMap;
|
|
87
|
-
/**
|
|
88
|
-
* @ignore
|
|
89
|
-
*/
|
|
90
|
-
static from(attributeMaps: PbxAttributeMap, attrName: string): O2GPbxComplexAttribute;
|
|
91
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import { PbxAttributeMap } from "./pbx-attr-map";
|
|
2
|
-
import { O2GPbxAttribute } from "../../internal/types/pbxmngt/o2gpbxmngt-types";
|
|
3
|
-
/**
|
|
4
|
-
* PbxAttribute class represents an attribute in a {@link PbxObject} object. A PbxAttribute
|
|
5
|
-
* can be of the following type:
|
|
6
|
-
* <p><b><u>Integer</u></b>: An Integer value is equivalent to an int value.
|
|
7
|
-
* <p><b><u>Boolean</u></b>: An Boolean value is equivalent to an boolean value.
|
|
8
|
-
* <p><b><u>Enumerated</u></b>: An enumerated value can have a limited set of possible
|
|
9
|
-
* values. PbxAttribute treats enumerated value as string value.
|
|
10
|
-
* <p><b><u>OctetString, ByteString</u></b>: An OctetString or a ByteString are equivalent to a string value.
|
|
11
|
-
* <p><b><u>Sequence</u></b>: A Sequence is a structured data whose attribute member have
|
|
12
|
-
* a specific name and type: For exemple
|
|
13
|
-
* @example
|
|
14
|
-
* ```typescript
|
|
15
|
-
* Skill := Sequence {
|
|
16
|
-
* Skill_Nb := Integer,
|
|
17
|
-
* Skill_Level := Integer,
|
|
18
|
-
* Skill_Activate := Boolean
|
|
19
|
-
* }
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* <p><b><u>Set</u></b>: A Set value is a list of attributes of the same type. It can be
|
|
23
|
-
* a list of simple value like:
|
|
24
|
-
*
|
|
25
|
-
* @example
|
|
26
|
-
* ```typescript
|
|
27
|
-
* SimpleSet := Set {
|
|
28
|
-
* Item := OctetString
|
|
29
|
-
* }
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* or a list of sequences:
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
* ```typescript
|
|
36
|
-
* SkillSet := Set {
|
|
37
|
-
* Item := Sequence {
|
|
38
|
-
* Skill_Nb := Integer,
|
|
39
|
-
* Skill_Level := Integer,
|
|
40
|
-
* Skill_Activate := Boolean
|
|
41
|
-
* }
|
|
42
|
-
* }
|
|
43
|
-
* ```
|
|
44
|
-
*/
|
|
45
|
-
export declare class PbxAttribute {
|
|
46
|
-
private _name;
|
|
47
|
-
private _values;
|
|
48
|
-
private _attributeMaps;
|
|
49
|
-
private _sequenceMap;
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
|
-
constructor(name: string);
|
|
54
|
-
/**
|
|
55
|
-
* Returns this attribute's name.
|
|
56
|
-
*/
|
|
57
|
-
get name(): string;
|
|
58
|
-
/**
|
|
59
|
-
* @ignore
|
|
60
|
-
*/
|
|
61
|
-
static build(attr: O2GPbxAttribute): PbxAttribute;
|
|
62
|
-
/**
|
|
63
|
-
* @ignore
|
|
64
|
-
*/
|
|
65
|
-
static addSequenceAttribute(pbxAttribute: PbxAttribute, name: string, attr: O2GPbxAttribute): void;
|
|
66
|
-
static createSetOfStrings(attrName: string, values: string[]): PbxAttribute;
|
|
67
|
-
static createString(attrName: string, value: string): PbxAttribute;
|
|
68
|
-
static createBoolean(attrName: string, value: boolean): PbxAttribute;
|
|
69
|
-
static createInteger(attrName: string, value: number): PbxAttribute;
|
|
70
|
-
static createSequence(attrName: string, sequence: PbxAttributeMap): PbxAttribute;
|
|
71
|
-
static createSequenceSet(attrName: string, setOfSequences: PbxAttributeMap[]): PbxAttribute;
|
|
72
|
-
getAt(index: number): PbxAttributeMap;
|
|
73
|
-
asAttributeMap(): PbxAttributeMap | null;
|
|
74
|
-
asListOfMaps(): PbxAttributeMap[] | null;
|
|
75
|
-
private _assertUnique;
|
|
76
|
-
asBoolean(): boolean;
|
|
77
|
-
setBoolean(value: boolean): void;
|
|
78
|
-
asInteger(): number;
|
|
79
|
-
setInteger(value: number): void;
|
|
80
|
-
asString(): string;
|
|
81
|
-
setString(value: string): void;
|
|
82
|
-
asEnum(): string;
|
|
83
|
-
/**
|
|
84
|
-
* @ignore
|
|
85
|
-
*/
|
|
86
|
-
static from(attr: PbxAttribute): O2GPbxAttribute[];
|
|
87
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { PbxAttribute } from "./pbx-attribute";
|
|
2
|
-
import { O2GPbxObject } from "../../internal/types/pbxmngt/o2gpbxmngt-types";
|
|
3
|
-
/**
|
|
4
|
-
* PbxObject represents an object of the OmniPCX Enterprise object model.
|
|
5
|
-
* <p>
|
|
6
|
-
* A PbxObject object is referenced by it's object instance definition,
|
|
7
|
-
* a hierarchical path from the root object, and a unique instance id.<br>
|
|
8
|
-
* For exemple:
|
|
9
|
-
* <ul>
|
|
10
|
-
* <li>"Subscriber" : A Subscriber object.</li>
|
|
11
|
-
* <li>"Application_Configuration/1/ACD2/1/ACD2_Operator/1/ACD2_Operator_data" :
|
|
12
|
-
* A CCD operator data object.</li>
|
|
13
|
-
* </ul>
|
|
14
|
-
*/
|
|
15
|
-
export declare class PbxObject {
|
|
16
|
-
private _objectName;
|
|
17
|
-
private _id;
|
|
18
|
-
private _objectNames;
|
|
19
|
-
private _attributes;
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
private constructor();
|
|
24
|
-
/**
|
|
25
|
-
* Returns the collection of sub-object names.
|
|
26
|
-
*/
|
|
27
|
-
get objectNames(): string[];
|
|
28
|
-
/**
|
|
29
|
-
* Returns this object's name.
|
|
30
|
-
*/
|
|
31
|
-
get name(): string;
|
|
32
|
-
/**
|
|
33
|
-
* Returns this object's instance ID.
|
|
34
|
-
*/
|
|
35
|
-
get id(): string;
|
|
36
|
-
/**
|
|
37
|
-
* Returns the attribute with the specified name.
|
|
38
|
-
* @param attrName The attribute name.
|
|
39
|
-
*/
|
|
40
|
-
getAttribute(attrName: string): PbxAttribute | undefined;
|
|
41
|
-
/**
|
|
42
|
-
* @ignore
|
|
43
|
-
*/
|
|
44
|
-
static build(o2GPbxObject: O2GPbxObject): PbxObject;
|
|
45
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { O2GEvent } from "../events/o2g-event";
|
|
2
|
-
/**
|
|
3
|
-
* Represent an OmniPCX Enterprise object definition.
|
|
4
|
-
*/
|
|
5
|
-
export type PbxObjectDefinition = {
|
|
6
|
-
objectName: string;
|
|
7
|
-
objectId: string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* Notification sent when a PBX object instance is created. Only Object Subscriber is concerned by this event.
|
|
11
|
-
*/
|
|
12
|
-
export type OnPbxObjectInstanceCreated = O2GEvent<'OnPbxObjectInstanceCreated', {
|
|
13
|
-
/**
|
|
14
|
-
* The created object definition.
|
|
15
|
-
*/
|
|
16
|
-
object: PbxObjectDefinition;
|
|
17
|
-
/**
|
|
18
|
-
* The object father of the created object.
|
|
19
|
-
*/
|
|
20
|
-
father: PbxObjectDefinition;
|
|
21
|
-
/**
|
|
22
|
-
* The OmniPCX Enterprise node id that send this event.
|
|
23
|
-
*/
|
|
24
|
-
nodeId: number;
|
|
25
|
-
}>;
|
|
26
|
-
/**
|
|
27
|
-
* Notification sent when a PBX object instance is deleted. Only Object Subscriber is concerned by this event.
|
|
28
|
-
*/
|
|
29
|
-
export type OnPbxObjectInstanceDeleted = O2GEvent<'OnPbxObjectInstanceDeleted', {
|
|
30
|
-
/**
|
|
31
|
-
* The deleted object definition.
|
|
32
|
-
*/
|
|
33
|
-
object: PbxObjectDefinition;
|
|
34
|
-
/**
|
|
35
|
-
* The object father of the deleted object.
|
|
36
|
-
*/
|
|
37
|
-
father: PbxObjectDefinition;
|
|
38
|
-
/**
|
|
39
|
-
* The OmniPCX Enterprise node id that send this event.
|
|
40
|
-
*/
|
|
41
|
-
nodeId: number;
|
|
42
|
-
}>;
|
|
43
|
-
/**
|
|
44
|
-
* Notification sent when a PBX object instance is modified. Only Object Subscriber is concerned by this event.
|
|
45
|
-
*/
|
|
46
|
-
export type OnPbxObjectInstanceModified = O2GEvent<'OnPbxObjectInstanceModified', {
|
|
47
|
-
/**
|
|
48
|
-
* The modified object definition.
|
|
49
|
-
*/
|
|
50
|
-
object: PbxObjectDefinition;
|
|
51
|
-
/**
|
|
52
|
-
* The object father of the modified object.
|
|
53
|
-
*/
|
|
54
|
-
father: PbxObjectDefinition;
|
|
55
|
-
/**
|
|
56
|
-
* The OmniPCX Enterprise node id that send this event.
|
|
57
|
-
*/
|
|
58
|
-
nodeId: number;
|
|
59
|
-
}>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Pbx represents basic information of a Pbx (OmniPCX Enterprise).
|
|
3
|
-
* In an OmniPcx Enterprise sub-network, each OXE node is identifier by a unique node id.
|
|
4
|
-
*/
|
|
5
|
-
export type Pbx = {
|
|
6
|
-
/**
|
|
7
|
-
* The OmniPcx Enterprise node id.
|
|
8
|
-
*/
|
|
9
|
-
nodeId: number;
|
|
10
|
-
/**
|
|
11
|
-
* The OmniPCX Enterprise node Fqdn.
|
|
12
|
-
*/
|
|
13
|
-
fqdn: string;
|
|
14
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DeviceKey class represents the base class for key on an OmniPCX Enterprise device.
|
|
3
|
-
*/
|
|
4
|
-
export declare class DeviceKey {
|
|
5
|
-
protected _position: number;
|
|
6
|
-
protected _number: string;
|
|
7
|
-
protected _mnemonic: string | null;
|
|
8
|
-
/**
|
|
9
|
-
* Constructs a new DeviceKey with the specified position, number, and optional mnemonic.
|
|
10
|
-
* @param position The key position on the device.
|
|
11
|
-
* @param number The phone number associated with this key.
|
|
12
|
-
* @param mnemonic The mnemonic associated with this key (optional).
|
|
13
|
-
*/
|
|
14
|
-
constructor(position: number, number: string, mnemonic?: string | null);
|
|
15
|
-
/**
|
|
16
|
-
* Returns the key position.
|
|
17
|
-
*/
|
|
18
|
-
get position(): number;
|
|
19
|
-
/**
|
|
20
|
-
* Returns the key-associated number.
|
|
21
|
-
*/
|
|
22
|
-
get number(): string;
|
|
23
|
-
/**
|
|
24
|
-
* Returns the key mnemonic, or null if not set.
|
|
25
|
-
*/
|
|
26
|
-
get mnemonic(): string | null;
|
|
27
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DynamicState represents the dynamic state of a device. This state provide information on the associate, and the locked and campon state.
|
|
3
|
-
*/
|
|
4
|
-
export type DynamicState = {
|
|
5
|
-
/**
|
|
6
|
-
* Whether the device is locked.
|
|
7
|
-
*/
|
|
8
|
-
lock: boolean;
|
|
9
|
-
/**
|
|
10
|
-
* Whether the camp on is activated.
|
|
11
|
-
*/
|
|
12
|
-
campon: boolean;
|
|
13
|
-
/**
|
|
14
|
-
* The associated phone number.
|
|
15
|
-
*/
|
|
16
|
-
associate: string;
|
|
17
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The type of access of a PIN code.
|
|
3
|
-
*/
|
|
4
|
-
export declare enum PinControl {
|
|
5
|
-
/**
|
|
6
|
-
* PIN code can be used from any set according to categories.
|
|
7
|
-
*/
|
|
8
|
-
ByCategory = "PIN_Category",
|
|
9
|
-
/**
|
|
10
|
-
* PIN code is restricted to the users set.
|
|
11
|
-
*/
|
|
12
|
-
RestrictedToOwner = "PIN_Restricted_To_Owner_Set",
|
|
13
|
-
/**
|
|
14
|
-
* PIN code can be used on any set in the system.
|
|
15
|
-
*/
|
|
16
|
-
UniversalAccess = "PIN_Universal_Access",
|
|
17
|
-
/**
|
|
18
|
-
* PIN code is limited to specific group.
|
|
19
|
-
*/
|
|
20
|
-
ByGroup = "PIN_By_Group"
|
|
21
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { O2GPinCode } from "../../internal/types/phoneset/phoneset-types";
|
|
2
|
-
import { PinControl } from "./pin-control";
|
|
3
|
-
/**
|
|
4
|
-
* Pin class represents a PIN (Personal Identification Number)
|
|
5
|
-
* <p>
|
|
6
|
-
* This service allows the user to announce that the call he is making is a personal (external) call and not a business call.
|
|
7
|
-
* Using pulse metering tickets, the company is then able to invoice this call again as a personal call.
|
|
8
|
-
* <p>
|
|
9
|
-
* This service can be applied to local users (employees) or visitors (in this case, the created user set is a virtual set without a physical address).
|
|
10
|
-
* <p>
|
|
11
|
-
* To use this service, users must dial the personal prefix followed by the PIN No. and then the secret code followed by the external number.
|
|
12
|
-
* <p>
|
|
13
|
-
* The Personal Identification Number is private and secret; only the administrator and, in certain cases, the pulse metering administrator may know it.
|
|
14
|
-
*/
|
|
15
|
-
export declare class Pin {
|
|
16
|
-
private _number;
|
|
17
|
-
private _withSecretCode;
|
|
18
|
-
private _control;
|
|
19
|
-
private _group;
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
private constructor();
|
|
24
|
-
/**
|
|
25
|
-
* Returns the PIN number.
|
|
26
|
-
*/
|
|
27
|
-
get number(): string;
|
|
28
|
-
/**
|
|
29
|
-
* Returns whether the PIN code requires validation via the user's secret code.
|
|
30
|
-
*/
|
|
31
|
-
get withSecretCode(): boolean;
|
|
32
|
-
/**
|
|
33
|
-
* Returns the access control associated with this PIN code.
|
|
34
|
-
*/
|
|
35
|
-
get control(): PinControl;
|
|
36
|
-
/**
|
|
37
|
-
* Returns the PIN group associated with this PIN code.
|
|
38
|
-
*/
|
|
39
|
-
get group(): number;
|
|
40
|
-
/**
|
|
41
|
-
* Builds a Pin object from an O2GPinCode object.
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
static build(pin: O2GPinCode): Pin;
|
|
45
|
-
/**
|
|
46
|
-
* Converts a Pin instance into an O2GPinCode object.
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
static from(pin: Pin): O2GPinCode;
|
|
50
|
-
}
|