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,28 @@
|
|
|
1
|
+
import { Identifier } from './identifier';
|
|
2
|
+
import { PartyInfoType } from './party-info-type';
|
|
3
|
+
/**
|
|
4
|
+
* Represents a party involved in a call.
|
|
5
|
+
*/
|
|
6
|
+
export declare class PartyInfo {
|
|
7
|
+
#private;
|
|
8
|
+
/**
|
|
9
|
+
* Private constructor. Use `PartyInfo.fromJson()` to create instances.
|
|
10
|
+
* @param id - Participant identifier
|
|
11
|
+
* @param firstName - First name
|
|
12
|
+
* @param lastName - Last name
|
|
13
|
+
* @param displayName - Display name
|
|
14
|
+
* @param type - Participant type
|
|
15
|
+
*/
|
|
16
|
+
private constructor();
|
|
17
|
+
/** Get the participant identifier */
|
|
18
|
+
get id(): Identifier;
|
|
19
|
+
/** Get the participant's first name */
|
|
20
|
+
get firstName(): string | null;
|
|
21
|
+
/** Get the participant's last name */
|
|
22
|
+
get lastName(): string | null;
|
|
23
|
+
/** Get the participant's display name */
|
|
24
|
+
get displayName(): string | null;
|
|
25
|
+
/** Get the participant's type */
|
|
26
|
+
get type(): PartyInfoType | null;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=party-info.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"party-info.d.ts","sourceRoot":"","sources":["../../../../src/types/common/party-info.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD;;GAEG;AACH,qBAAa,SAAS;;IAOlB;;;;;;;OAOG;IACH,OAAO;IAcP,qCAAqC;IACrC,IAAI,EAAE,IAAI,UAAU,CAEnB;IAED,uCAAuC;IACvC,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED,sCAAsC;IACtC,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED,yCAAyC;IACzC,IAAI,WAAW,IAAI,MAAM,GAAG,IAAI,CAE/B;IAED,iCAAiC;IACjC,IAAI,IAAI,IAAI,aAAa,GAAG,IAAI,CAE/B;CAiBJ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ServiceState represents the possible operational states of a CCD entity,
|
|
3
|
+
* such as a pilot, queue, or processing group.
|
|
4
|
+
*
|
|
5
|
+
* The service state indicates whether the entity is available to handle calls or
|
|
6
|
+
* otherwise engaged.
|
|
7
|
+
*
|
|
8
|
+
* @since 2.7.4
|
|
9
|
+
*/
|
|
10
|
+
export declare enum ServiceState {
|
|
11
|
+
/** The service is closed and not available for call handling. */
|
|
12
|
+
Closed = "Closed",
|
|
13
|
+
/** The service is opened and available to handle calls. */
|
|
14
|
+
Opened = "Opened",
|
|
15
|
+
/** The service is blocked and temporarily unavailable. */
|
|
16
|
+
Blocked = "Blocked",
|
|
17
|
+
/** The state of the service is unknown. */
|
|
18
|
+
Unknown = "unknown"
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=service-state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-state.d.ts","sourceRoot":"","sources":["../../../../src/types/common/service-state.ts"],"names":[],"mappings":"AAmBA;;;;;;;;GAQG;AACH,oBAAY,YAAY;IACpB,iEAAiE;IACjE,MAAM,WAAW;IAEjB,2DAA2D;IAC3D,MAAM,WAAW;IAEjB,0DAA0D;IAC1D,OAAO,YAAY;IAEnB,2CAA2C;IAC3C,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { FilterItem } from './filter-item';
|
|
2
|
+
import { OperationFilter } from './operation-filter';
|
|
3
|
+
/**
|
|
4
|
+
* Represents a filter criteria to apply on a directory search.
|
|
5
|
+
*
|
|
6
|
+
* A simple criteria is a tuple of the form: `[Attribute, Operation, Value]`.
|
|
7
|
+
* Example: `[LAST_NAME, BEGINS_WITH, "fr"]`.
|
|
8
|
+
*
|
|
9
|
+
* A `Criteria` can also be a logical combination (AND / OR) of multiple other `Criteria` objects.
|
|
10
|
+
*
|
|
11
|
+
* ## Acceptable values for attributes
|
|
12
|
+
* | Value | Description |
|
|
13
|
+
* |--------------|---------------------|
|
|
14
|
+
* | LAST_NAME | The last name |
|
|
15
|
+
* | FIRST_NAME | The first name |
|
|
16
|
+
* | LOGIN_NAME | The login name |
|
|
17
|
+
* | PHONE_NUMBER | The phone number |
|
|
18
|
+
*
|
|
19
|
+
* ## Acceptable values for operations
|
|
20
|
+
* | Value | Description |
|
|
21
|
+
* |------------------|-----------------------------------------------------|
|
|
22
|
+
* | BEGINS_WITH | Attribute must begin with the given value |
|
|
23
|
+
* | ENDS_WITH | Attribute must end with the given value |
|
|
24
|
+
* | CONTAINS | Attribute must contain the given value |
|
|
25
|
+
* | EQUAL_IGNORE_CASE| Attribute equals the value (case-insensitive) |
|
|
26
|
+
*
|
|
27
|
+
* ## Examples
|
|
28
|
+
* ```ts
|
|
29
|
+
* // Search users whose last name begins with 'b'
|
|
30
|
+
* const criteria = Criteria.create(
|
|
31
|
+
* FilterItem.LAST_NAME,
|
|
32
|
+
* OperationFilter.BEGINS_WITH,
|
|
33
|
+
* 'b'
|
|
34
|
+
* );
|
|
35
|
+
*
|
|
36
|
+
* // Search users whose last name begins with 'b' AND first name contains 'ja'
|
|
37
|
+
* const criteria2 = Criteria.and(
|
|
38
|
+
* Criteria.create(
|
|
39
|
+
* FilterItem.LAST_NAME,
|
|
40
|
+
* OperationFilter.BEGINS_WITH,
|
|
41
|
+
* 'b'
|
|
42
|
+
* ),
|
|
43
|
+
* Criteria.create(
|
|
44
|
+
* FilterItem.FIRST_NAME,
|
|
45
|
+
* OperationFilter.CONTAINS,
|
|
46
|
+
* 'ja'
|
|
47
|
+
* )
|
|
48
|
+
* );
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
export declare class Criteria {
|
|
52
|
+
#private;
|
|
53
|
+
/**
|
|
54
|
+
* Creates a new search `Criteria` with the specified attribute, operation, and value.
|
|
55
|
+
*
|
|
56
|
+
* @param field - The attribute to filter
|
|
57
|
+
* @param operation - The operation to apply
|
|
58
|
+
* @param value - The value to match
|
|
59
|
+
* @returns A new `Criteria` instance
|
|
60
|
+
*/
|
|
61
|
+
static create(field: FilterItem, operation: OperationFilter, value: string): Criteria;
|
|
62
|
+
/**
|
|
63
|
+
* Creates a `Criteria` that is the logical OR of multiple criteria.
|
|
64
|
+
*
|
|
65
|
+
* @param criterias - One or more `Criteria` objects
|
|
66
|
+
* @returns A new `Criteria` representing the OR combination
|
|
67
|
+
*/
|
|
68
|
+
static or(...criterias: Criteria[]): Criteria;
|
|
69
|
+
/**
|
|
70
|
+
* Creates a `Criteria` that is the logical AND of multiple criteria.
|
|
71
|
+
*
|
|
72
|
+
* @param criterias - One or more `Criteria` objects
|
|
73
|
+
* @returns A new `Criteria` representing the AND combination
|
|
74
|
+
*/
|
|
75
|
+
static and(...criterias: Criteria[]): Criteria;
|
|
76
|
+
/**
|
|
77
|
+
* Returns the operation of this filter.
|
|
78
|
+
*
|
|
79
|
+
* @returns The operation as a string (or "AND"/"OR" for logical combinations)
|
|
80
|
+
*/
|
|
81
|
+
get operation(): string;
|
|
82
|
+
/**
|
|
83
|
+
* Returns the field of this filter.
|
|
84
|
+
*
|
|
85
|
+
* @returns The field as a string, or `null` for logical combinations
|
|
86
|
+
*/
|
|
87
|
+
get field(): string | null;
|
|
88
|
+
/**
|
|
89
|
+
* Returns the operand of this `Criteria`.
|
|
90
|
+
*
|
|
91
|
+
* @returns The operand value (`string` for single filters, `Criteria[]` for logical combinations)
|
|
92
|
+
*/
|
|
93
|
+
get operand(): string | Criteria[];
|
|
94
|
+
}
|
|
95
|
+
//# sourceMappingURL=criteria.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"criteria.d.ts","sourceRoot":"","sources":["../../../../src/types/directory/criteria.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AACH,qBAAa,QAAQ;;IAmBjB;;;;;;;OAOG;IACH,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,KAAK,EAAE,MAAM,GAAG,QAAQ;IAIrF;;;;;OAKG;IACH,MAAM,CAAC,EAAE,CAAC,GAAG,SAAS,EAAE,QAAQ,EAAE,GAAG,QAAQ;IAI7C;;;;;OAKG;IACH,MAAM,CAAC,GAAG,CAAC,GAAG,SAAS,EAAE,QAAQ,EAAE,GAAG,QAAQ;IAI9C;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED;;;;OAIG;IACH,IAAI,KAAK,IAAI,MAAM,GAAG,IAAI,CAEzB;IAED;;;;OAIG;IACH,IAAI,OAAO,IAAI,MAAM,GAAG,QAAQ,EAAE,CAEjC;CAgBJ"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FilterItem represents the attributes that can be used to filter a directory search.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum FilterItem {
|
|
5
|
+
/**
|
|
6
|
+
* The last name.
|
|
7
|
+
*/
|
|
8
|
+
LAST_NAME = "lastName",
|
|
9
|
+
/**
|
|
10
|
+
* The first name.
|
|
11
|
+
*/
|
|
12
|
+
FIRST_NAME = "firstName",
|
|
13
|
+
/**
|
|
14
|
+
* The phone number.
|
|
15
|
+
*/
|
|
16
|
+
PHONE_NUMBER = "id.phoneNumber",
|
|
17
|
+
/**
|
|
18
|
+
* The login name.
|
|
19
|
+
*/
|
|
20
|
+
LOGIN_NAME = "id.loginName"
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=filter-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-item.d.ts","sourceRoot":"","sources":["../../../../src/types/directory/filter-item.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,UAAU;IAClB;;OAEG;IACH,SAAS,aAAa;IAEtB;;OAEG;IACH,UAAU,cAAc;IAExB;;OAEG;IACH,YAAY,mBAAmB;IAE/B;;OAEG;IACH,UAAU,iBAAiB;CAC9B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogicalOperation represents a logical operation AND or OR.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum LogicalOperation {
|
|
5
|
+
/**
|
|
6
|
+
* The OR logica operation
|
|
7
|
+
*/
|
|
8
|
+
OR = "OR",
|
|
9
|
+
/**
|
|
10
|
+
* The AND logical operation
|
|
11
|
+
*/
|
|
12
|
+
AND = "AND"
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=logical-operation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logical-operation.d.ts","sourceRoot":"","sources":["../../../../src/types/directory/logical-operation.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,gBAAgB;IACxB;;OAEG;IACH,EAAE,OAAO;IAET;;OAEG;IACH,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OperationFilter represents the operation that can be used to filter a directory search.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum OperationFilter {
|
|
5
|
+
/**
|
|
6
|
+
* The attribute and the given value are equals (case insensitive).
|
|
7
|
+
*/
|
|
8
|
+
EQUAL_IGNORE_CASE = "EQUAL_IGNORE_CASE",
|
|
9
|
+
/**
|
|
10
|
+
* The attribute begins with the value.
|
|
11
|
+
*/
|
|
12
|
+
BEGINS_WITH = "BEGIN_WITH",
|
|
13
|
+
/**
|
|
14
|
+
* The attribute contains the value.
|
|
15
|
+
*/
|
|
16
|
+
CONTAINS = "CONTAIN",
|
|
17
|
+
/**
|
|
18
|
+
* The attribute ends with the value.
|
|
19
|
+
*/
|
|
20
|
+
ENDS_WITH = "END_WITH"
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=operation-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operation-filter.d.ts","sourceRoot":"","sources":["../../../../src/types/directory/operation-filter.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,eAAe;IACvB;;OAEG;IACH,iBAAiB,sBAAsB;IAEvC;;OAEG;IACH,WAAW,eAAe;IAE1B;;OAEG;IACH,QAAQ,YAAY;IAEpB;;OAEG;IACH,SAAS,aAAa;CACzB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PartyInfo } from '../common/party-info';
|
|
2
|
+
/**
|
|
3
|
+
* Represents a single batch of contacts returned from a directory search.
|
|
4
|
+
*
|
|
5
|
+
* Each `ResultItem` contains a collection of `PartyInfo` objects representing
|
|
6
|
+
* the contacts found in that batch.
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
export declare class ResultItem {
|
|
10
|
+
#private;
|
|
11
|
+
private constructor();
|
|
12
|
+
/**
|
|
13
|
+
* Returns the contacts found in this batch.
|
|
14
|
+
*
|
|
15
|
+
* The returned array is read-only. Modifying the array directly will not
|
|
16
|
+
* affect the internal state of the `ResultItem`.
|
|
17
|
+
*
|
|
18
|
+
* @returns A read-only array of `PartyInfo` objects, or `null` if no contacts are available.
|
|
19
|
+
*/
|
|
20
|
+
get contacts(): ReadonlyArray<PartyInfo> | null;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=result-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"result-item.d.ts","sourceRoot":"","sources":["../../../../src/types/directory/result-item.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD;;;;;;GAMG;AACH,qBAAa,UAAU;;IAGnB,OAAO;IAIP;;;;;;;OAOG;IACH,IAAI,QAAQ,IAAI,aAAa,CAAC,SAAS,CAAC,GAAG,IAAI,CAE9C;CAWJ"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { ResultItem } from './result-item';
|
|
2
|
+
/**
|
|
3
|
+
* Represents the outcome of a directory search performed via the `DirectoryService`.
|
|
4
|
+
*
|
|
5
|
+
* A search may return multiple batches of results. Each batch contains a set of
|
|
6
|
+
* contacts along with a status code indicating the current state of the search.
|
|
7
|
+
*
|
|
8
|
+
* ## Example usage
|
|
9
|
+
* ```ts
|
|
10
|
+
* const searchResult = SearchResult.fromJson(jsonData);
|
|
11
|
+
* console.log(searchResult.resultCode);
|
|
12
|
+
* console.log(searchResult.resultElements);
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class SearchResult {
|
|
16
|
+
#private;
|
|
17
|
+
private constructor();
|
|
18
|
+
/**
|
|
19
|
+
* Returns the status code of this search result.
|
|
20
|
+
*
|
|
21
|
+
* The status code indicates whether more results are available or if the
|
|
22
|
+
* search is complete.
|
|
23
|
+
*
|
|
24
|
+
* @returns The `SearchStatus` of this search result, or `null` if unavailable.
|
|
25
|
+
*/
|
|
26
|
+
get status(): SearchResult.Status | null;
|
|
27
|
+
/**
|
|
28
|
+
* Returns the list of result items from the search.
|
|
29
|
+
*
|
|
30
|
+
* Each element in the array corresponds to a `ResultItem`, which contains
|
|
31
|
+
* contact information returned by the search.
|
|
32
|
+
*
|
|
33
|
+
* @returns An array of `ResultItem` objects, or `null` if no results are present.
|
|
34
|
+
*/
|
|
35
|
+
get items(): ResultItem[] | null;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace SearchResult {
|
|
38
|
+
/**
|
|
39
|
+
* Code represents the status of a directory search. Each time a call to
|
|
40
|
+
* {@link Directory.getResults} is done, the returned result code must be
|
|
41
|
+
* tested.
|
|
42
|
+
*/
|
|
43
|
+
enum Status {
|
|
44
|
+
/**
|
|
45
|
+
* Responses are provided this time. Continue to invoking
|
|
46
|
+
* {@linkplain Directory.getResults} periodically to get the next results.
|
|
47
|
+
*/
|
|
48
|
+
OK = "OK",
|
|
49
|
+
/**
|
|
50
|
+
* No response received. Continue to invoking
|
|
51
|
+
* {@link Directory.getResults} to get more results.
|
|
52
|
+
*/
|
|
53
|
+
NOK = "NOK",
|
|
54
|
+
/**
|
|
55
|
+
* Search is finished.
|
|
56
|
+
*/
|
|
57
|
+
FINISH = "FINISH",
|
|
58
|
+
/**
|
|
59
|
+
* Search is ended for timeout reason.
|
|
60
|
+
*/
|
|
61
|
+
TIMEOUT = "TIMEOUT"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
//# sourceMappingURL=search-result.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-result.d.ts","sourceRoot":"","sources":["../../../../src/types/directory/search-result.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;;;;;;;;;GAYG;AACH,qBAAa,YAAY;;IAIrB,OAAO;IAKP;;;;;;;OAOG;IACH,IAAI,MAAM,IAAI,YAAY,CAAC,MAAM,GAAG,IAAI,CAEvC;IAED;;;;;;;OAOG;IACH,IAAI,KAAK,IAAI,UAAU,EAAE,GAAG,IAAI,CAE/B;CAcJ;AAED,yBAAiB,YAAY,CAAC;IAC1B;;;;OAIG;IACH,KAAY,MAAM;QACd;;;WAGG;QACH,EAAE,OAAO;QAET;;;WAGG;QACH,GAAG,QAAQ;QAEX;;WAEG;QACH,MAAM,WAAW;QAEjB;;WAEG;QACH,OAAO,YAAY;KACtB;CACJ"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { OnAcdStatsProgress } from '../../internal/types/cc-stats/on-stats-progress';
|
|
2
|
+
import { OnAgentSkillChanged, OnAgentStateChanged, OnSupervisorHelpCancelled, OnSupervisorHelpRequested } from '../cc-agent/cc-agent-events';
|
|
3
|
+
import { OnPilotCallCreated, OnPilotCallQueued, OnPilotCallRemoved } from '../cc-pilot/cc-pilot-events';
|
|
4
|
+
import { OnAgentProcessingGroupRtiChanged, OnAgentRtiChanged, OnOtherProcessingGroupRtiChanged, OnPilotRtiChanged, OnQueueRtiChanged } from '../cc-rt/cc-rt-events';
|
|
5
|
+
import { OnComRecordCreated, OnComRecordModified, OnComRecordsAck, OnComRecordsDeleted, OnComRecordsUnAck } from '../comlog/comlog-events';
|
|
6
|
+
import { OnEventSummaryUpdated } from '../eventsummary/event-summary-events';
|
|
7
|
+
import { OnCtiLinkUp, OnCtiLinkDown, OnLicenseExpiration, OnPbxLoaded, OnServerStart, OnPbxLinkDown, OnPbxLinkUp, OnRemoteServerLinkDown, OnRemoteServerLinkUp } from '../maint/maint-events';
|
|
8
|
+
import { OnPbxObjectInstanceCreated, OnPbxObjectInstanceDeleted, OnPbxObjectInstanceModified } from '../pbxmngt/pbxmngt-events';
|
|
9
|
+
import { OnRoutingStateChanged } from '../routing/routing-events';
|
|
10
|
+
import { OnToneGeneratedStart, OnToneGeneratedStop, OnDigitCollected, OnRouteRequest, OnRouteEnd } from '../rsi/rsi-events';
|
|
11
|
+
import { OnCallCreated, OnCallModified, OnCallRemoved, OnDeviceStateModified, OnDynamicStateChanged, OnTelephonyState, OnUserStateModified } from '../telephony/telephony-events';
|
|
12
|
+
import { OnUserCreated, OnUserInfoChanged, OnUserDeleted } from '../users/users-events';
|
|
13
|
+
/**
|
|
14
|
+
* Event emitted when an event occurs related to the event channel.
|
|
15
|
+
*
|
|
16
|
+
* This event provides textual information about the channel activity,
|
|
17
|
+
* which can be used for logging, monitoring, or triggering business logic.
|
|
18
|
+
*/
|
|
19
|
+
export declare class OnChannelInformation {
|
|
20
|
+
#private;
|
|
21
|
+
private constructor();
|
|
22
|
+
/**
|
|
23
|
+
* Gets the textual information for this channel event.
|
|
24
|
+
*
|
|
25
|
+
* @returns The channel information as a string.
|
|
26
|
+
*/
|
|
27
|
+
get text(): string;
|
|
28
|
+
}
|
|
29
|
+
export interface EventMap {
|
|
30
|
+
OnChannelInformation: OnChannelInformation;
|
|
31
|
+
OnEventSummaryUpdated: OnEventSummaryUpdated;
|
|
32
|
+
OnUserCreated: OnUserCreated;
|
|
33
|
+
OnUserInfoChanged: OnUserInfoChanged;
|
|
34
|
+
OnUserDeleted: OnUserDeleted;
|
|
35
|
+
OnCallCreated: OnCallCreated;
|
|
36
|
+
OnCallModified: OnCallModified;
|
|
37
|
+
OnCallRemoved: OnCallRemoved;
|
|
38
|
+
OnDeviceStateModified: OnDeviceStateModified;
|
|
39
|
+
OnDynamicStateChanged: OnDynamicStateChanged;
|
|
40
|
+
OnTelephonyState: OnTelephonyState;
|
|
41
|
+
OnUserStateModified: OnUserStateModified;
|
|
42
|
+
OnRoutingStateChanged: OnRoutingStateChanged;
|
|
43
|
+
OnComRecordCreated: OnComRecordCreated;
|
|
44
|
+
OnComRecordModified: OnComRecordModified;
|
|
45
|
+
OnComRecordsDeleted: OnComRecordsDeleted;
|
|
46
|
+
OnComRecordsAck: OnComRecordsAck;
|
|
47
|
+
OnComRecordsUnAck: OnComRecordsUnAck;
|
|
48
|
+
OnPbxLinkUp: OnPbxLinkUp;
|
|
49
|
+
OnPbxLinkDown: OnPbxLinkDown;
|
|
50
|
+
OnCtiLinkUp: OnCtiLinkUp;
|
|
51
|
+
OnCtiLinkDown: OnCtiLinkDown;
|
|
52
|
+
OnLicenseExpiration: OnLicenseExpiration;
|
|
53
|
+
OnPbxLoaded: OnPbxLoaded;
|
|
54
|
+
OnServerStart: OnServerStart;
|
|
55
|
+
OnRemoteServerLinkDown: OnRemoteServerLinkDown;
|
|
56
|
+
OnRemoteServerLinkUp: OnRemoteServerLinkUp;
|
|
57
|
+
OnPbxObjectInstanceCreated: OnPbxObjectInstanceCreated;
|
|
58
|
+
OnPbxObjectInstanceDeleted: OnPbxObjectInstanceDeleted;
|
|
59
|
+
OnPbxObjectInstanceModified: OnPbxObjectInstanceModified;
|
|
60
|
+
OnAgentSkillChanged: OnAgentSkillChanged;
|
|
61
|
+
OnAgentStateChanged: OnAgentStateChanged;
|
|
62
|
+
OnSupervisorHelpCancelled: OnSupervisorHelpCancelled;
|
|
63
|
+
OnSupervisorHelpRequested: OnSupervisorHelpRequested;
|
|
64
|
+
OnPilotCallCreated: OnPilotCallCreated;
|
|
65
|
+
OnPilotCallQueued: OnPilotCallQueued;
|
|
66
|
+
OnPilotCallRemoved: OnPilotCallRemoved;
|
|
67
|
+
OnAgentRtiChanged: OnAgentRtiChanged;
|
|
68
|
+
OnPGAgentRtiChanged: OnAgentProcessingGroupRtiChanged;
|
|
69
|
+
OnPGOtherRtiChanged: OnOtherProcessingGroupRtiChanged;
|
|
70
|
+
OnPilotRtiChanged: OnPilotRtiChanged;
|
|
71
|
+
OnQueueRtiChanged: OnQueueRtiChanged;
|
|
72
|
+
OnAcdStatsProgress: OnAcdStatsProgress;
|
|
73
|
+
OnToneGeneratedStart: OnToneGeneratedStart;
|
|
74
|
+
OnToneGeneratedStop: OnToneGeneratedStop;
|
|
75
|
+
OnDigitCollected: OnDigitCollected;
|
|
76
|
+
OnRouteRequest: OnRouteRequest;
|
|
77
|
+
OnRouteEnd: OnRouteEnd;
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/types/events/events.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AACrF,OAAO,EACH,mBAAmB,EACnB,mBAAmB,EACnB,yBAAyB,EACzB,yBAAyB,EAC5B,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACxG,OAAO,EACH,gCAAgC,EAChC,iBAAiB,EACjB,gCAAgC,EAChC,iBAAiB,EACjB,iBAAiB,EACpB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACH,kBAAkB,EAClB,mBAAmB,EACnB,eAAe,EACf,mBAAmB,EACnB,iBAAiB,EACpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EACH,WAAW,EACX,aAAa,EACb,mBAAmB,EACnB,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACvB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACH,0BAA0B,EAC1B,0BAA0B,EAC1B,2BAA2B,EAC9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EACH,oBAAoB,EACpB,mBAAmB,EACnB,gBAAgB,EAChB,cAAc,EACd,UAAU,EACb,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACH,aAAa,EACb,cAAc,EACd,aAAa,EACb,qBAAqB,EACrB,qBAAqB,EACrB,gBAAgB,EAChB,mBAAmB,EACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAExF;;;;;GAKG;AACH,qBAAa,oBAAoB;;IAG7B,OAAO;IAgBP;;;;OAIG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;CACJ;AAED,MAAM,WAAW,QAAQ;IACrB,oBAAoB,EAAE,oBAAoB,CAAC;IAG3C,qBAAqB,EAAE,qBAAqB,CAAC;IAG7C,aAAa,EAAE,aAAa,CAAC;IAC7B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,aAAa,EAAE,aAAa,CAAC;IAG7B,aAAa,EAAE,aAAa,CAAC;IAC7B,cAAc,EAAE,cAAc,CAAC;IAC/B,aAAa,EAAE,aAAa,CAAC;IAC7B,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,mBAAmB,EAAE,mBAAmB,CAAC;IAGzC,qBAAqB,EAAE,qBAAqB,CAAC;IAG7C,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,eAAe,EAAE,eAAe,CAAC;IACjC,iBAAiB,EAAE,iBAAiB,CAAC;IAGrC,WAAW,EAAE,WAAW,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,EAAE,WAAW,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,WAAW,EAAE,WAAW,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,oBAAoB,EAAE,oBAAoB,CAAC;IAG3C,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,2BAA2B,EAAE,2BAA2B,CAAC;IAGzD,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,yBAAyB,EAAE,yBAAyB,CAAC;IAGrD,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,kBAAkB,EAAE,kBAAkB,CAAC;IAGvC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,mBAAmB,EAAE,gCAAgC,CAAC;IACtD,mBAAmB,EAAE,gCAAgC,CAAC;IACtD,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,iBAAiB,EAAE,iBAAiB,CAAC;IAGrC,kBAAkB,EAAE,kBAAkB,CAAC;IAGvC,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,cAAc,EAAE,cAAc,CAAC;IAC/B,UAAU,EAAE,UAAU,CAAC;CAC1B"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EventSummaryCounters represents event counters associated with a user.
|
|
3
|
+
* It provides access to counts of missed calls, voice messages, callback requests,
|
|
4
|
+
* faxes, new and old text messages, and indicates whether an event is waiting.
|
|
5
|
+
*/
|
|
6
|
+
export declare class EventSummaryCounters {
|
|
7
|
+
#private;
|
|
8
|
+
private constructor();
|
|
9
|
+
/**
|
|
10
|
+
* Get the number of missed calls.
|
|
11
|
+
*
|
|
12
|
+
* <p>If this attribute is not specified, the server is unable to provide that information.
|
|
13
|
+
* <b>Note:</b> This counter reflects unanswered and non-acknowledged incoming calls in the history.
|
|
14
|
+
* Only explicit acknowledgment via the communication log API or a new answered call decreases this counter.
|
|
15
|
+
* Successive attempts from the same caller also increment the counter.
|
|
16
|
+
*
|
|
17
|
+
* @returns {number} Number of missed calls (0 if unspecified)
|
|
18
|
+
*/
|
|
19
|
+
get missedCallsCount(): number;
|
|
20
|
+
/**
|
|
21
|
+
* Get the number of new voice messages.
|
|
22
|
+
*
|
|
23
|
+
* <p>If this attribute is not specified, the server is unable to provide that information.
|
|
24
|
+
*
|
|
25
|
+
* @returns {number} Number of new voice messages (0 if unspecified)
|
|
26
|
+
*/
|
|
27
|
+
get voiceMessagesCount(): number;
|
|
28
|
+
/**
|
|
29
|
+
* Get the number of new callback requests.
|
|
30
|
+
*
|
|
31
|
+
* <p>If this attribute is not specified, the server is unable to provide that information.
|
|
32
|
+
*
|
|
33
|
+
* @returns {number} Number of callback requests (0 if unspecified)
|
|
34
|
+
*/
|
|
35
|
+
get callBackRequestsCount(): number;
|
|
36
|
+
/**
|
|
37
|
+
* Get the number of new faxes.
|
|
38
|
+
*
|
|
39
|
+
* <p>If this attribute is not specified, the server is unable to provide that information.
|
|
40
|
+
*
|
|
41
|
+
* @returns {number} Number of faxes (0 if unspecified)
|
|
42
|
+
*/
|
|
43
|
+
get faxCount(): number;
|
|
44
|
+
/**
|
|
45
|
+
* Get the number of new text messages.
|
|
46
|
+
*
|
|
47
|
+
* <p>If this attribute is not specified, the server is unable to provide that information.
|
|
48
|
+
*
|
|
49
|
+
* @returns {number} Number of new text messages (0 if unspecified)
|
|
50
|
+
*/
|
|
51
|
+
get newTextMessageCount(): number;
|
|
52
|
+
/**
|
|
53
|
+
* Get the number of old text messages.
|
|
54
|
+
*
|
|
55
|
+
* <p>If this attribute is not specified, the server is unable to provide that information.
|
|
56
|
+
*
|
|
57
|
+
* @returns {number} Number of old text messages (0 if unspecified)
|
|
58
|
+
*/
|
|
59
|
+
get oldTextMessageCount(): number;
|
|
60
|
+
/**
|
|
61
|
+
* Indicates whether an event is waiting.
|
|
62
|
+
*
|
|
63
|
+
* <p>This flag can be used to notify the application that new events are waiting.
|
|
64
|
+
*
|
|
65
|
+
* @returns {boolean} True if an event is waiting, false otherwise
|
|
66
|
+
*/
|
|
67
|
+
get eventWaiting(): boolean;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=event-summary-counter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-summary-counter.d.ts","sourceRoot":"","sources":["../../../../src/types/eventsummary/event-summary-counter.ts"],"names":[],"mappings":"AAqBA;;;;GAIG;AACH,qBAAa,oBAAoB;;IAS7B,OAAO;IAkBP;;;;;;;;;OASG;IACH,IAAI,gBAAgB,IAAI,MAAM,CAE7B;IAED;;;;;;OAMG;IACH,IAAI,kBAAkB,IAAI,MAAM,CAE/B;IAED;;;;;;OAMG;IACH,IAAI,qBAAqB,IAAI,MAAM,CAElC;IAED;;;;;;OAMG;IACH,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED;;;;;;OAMG;IACH,IAAI,mBAAmB,IAAI,MAAM,CAEhC;IAED;;;;;;OAMG;IACH,IAAI,mBAAmB,IAAI,MAAM,CAEhC;IAED;;;;;;OAMG;IACH,IAAI,YAAY,IAAI,OAAO,CAE1B;CAqBJ"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { EventSummaryCounters } from './event-summary-counter';
|
|
2
|
+
/**
|
|
3
|
+
* Notification sent whenever a user's event counters have changed.
|
|
4
|
+
*
|
|
5
|
+
* This event is typically emitted to reflect updated counters for the user,
|
|
6
|
+
* such as calls, messages, or other activity tracked in the system.
|
|
7
|
+
*/
|
|
8
|
+
export declare class OnEventSummaryUpdated {
|
|
9
|
+
#private;
|
|
10
|
+
private constructor();
|
|
11
|
+
/**
|
|
12
|
+
* Gets the login name of the user whose counters were updated.
|
|
13
|
+
*
|
|
14
|
+
* This identifier can be used for filtering events for a specific user.
|
|
15
|
+
*
|
|
16
|
+
* @returns The user's login name.
|
|
17
|
+
*/
|
|
18
|
+
get loginName(): string;
|
|
19
|
+
/**
|
|
20
|
+
* Gets the updated event summary counters for the user.
|
|
21
|
+
*
|
|
22
|
+
* @returns An {@link EventSummaryCounters} instance representing the new counters.
|
|
23
|
+
*/
|
|
24
|
+
get eventSummary(): EventSummaryCounters;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=event-summary-events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-summary-events.d.ts","sourceRoot":"","sources":["../../../../src/types/eventsummary/event-summary-events.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAE/D;;;;;GAKG;AACH,qBAAa,qBAAqB;;IAI9B,OAAO;IAKP;;;;;;OAMG;IACH,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED;;;;OAIG;IACH,IAAI,YAAY,IAAI,oBAAoB,CAEvC;CAaJ"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ConfigurationType represents the possible O2G server configurations.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum ConfigurationType {
|
|
5
|
+
/**
|
|
6
|
+
* O2G Server is configured for management. An O2G server configured for
|
|
7
|
+
* management does not monitor devices on the OmniPCX Enterprise.
|
|
8
|
+
*/
|
|
9
|
+
PBX_MANAGEMENT = "PBX_MANAGEMENT",
|
|
10
|
+
/**
|
|
11
|
+
* O2G Server is configured with full services.
|
|
12
|
+
*/
|
|
13
|
+
FULL_SERVICES = "FULL_SERVICES"
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=configuration-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configuration-type.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/configuration-type.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,iBAAiB;IACzB;;;OAGG;IACH,cAAc,mBAAmB;IAEjC;;OAEG;IACH,aAAa,kBAAkB;CAClC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CTILinkState represents the differents possible states of the CTI
|
|
3
|
+
* link between OmniPCX Enterprise and O2G server.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum CTILinkState {
|
|
6
|
+
/**
|
|
7
|
+
* CTI Link is established with the main OmniPCX Enterprise call server.
|
|
8
|
+
*/
|
|
9
|
+
CONNECTED_MAIN = "CONNECTED_MAIN",
|
|
10
|
+
/**
|
|
11
|
+
* CTI Link is established with the standby OmniPCX Enterprise call server.
|
|
12
|
+
*/
|
|
13
|
+
CONNECTED_SECONDARY = "CONNECTED_SECONDARY",
|
|
14
|
+
/**
|
|
15
|
+
* CTI Link is not established.
|
|
16
|
+
*/
|
|
17
|
+
DISCONNECTED = "DISCONNECTED"
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=cti-link-state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cti-link-state.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/cti-link-state.ts"],"names":[],"mappings":"AAmBA;;;GAGG;AACH,oBAAY,YAAY;IACpB;;OAEG;IACH,cAAc,mBAAmB;IAEjC;;OAEG;IACH,mBAAmB,wBAAwB;IAE3C;;OAEG;IACH,YAAY,iBAAiB;CAChC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { License } from './license';
|
|
2
|
+
import { LicenseType } from './license-type';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the license status of the O2G server.
|
|
5
|
+
*
|
|
6
|
+
* Contains information about the license type, context, the current server,
|
|
7
|
+
* overall status, detailed status message, and the list of individual licenses.
|
|
8
|
+
*/
|
|
9
|
+
export declare class LicenseStatus {
|
|
10
|
+
#private;
|
|
11
|
+
/**
|
|
12
|
+
* Type of license control (e.g., FLEXLM or LMS).
|
|
13
|
+
* @returns {LicenseType | null} The license type or null if not set
|
|
14
|
+
*/
|
|
15
|
+
get type(): LicenseType | null;
|
|
16
|
+
/**
|
|
17
|
+
* Context or scope of the license.
|
|
18
|
+
* @returns {string | null} License context or null if not set
|
|
19
|
+
*/
|
|
20
|
+
get context(): string | null;
|
|
21
|
+
/**
|
|
22
|
+
* Name of the current server managing the license.
|
|
23
|
+
* @returns {string | null} Server name or null if not set
|
|
24
|
+
*/
|
|
25
|
+
get currentServer(): string | null;
|
|
26
|
+
/**
|
|
27
|
+
* Overall status of the license.
|
|
28
|
+
* @returns {string | null} License status or null if not set
|
|
29
|
+
*/
|
|
30
|
+
get status(): string | null;
|
|
31
|
+
/**
|
|
32
|
+
* Additional status message describing the license state.
|
|
33
|
+
* @returns {string | null} Status message or null if not set
|
|
34
|
+
*/
|
|
35
|
+
get statusMessage(): string | null;
|
|
36
|
+
/**
|
|
37
|
+
* Array of individual licenses associated with this license status.
|
|
38
|
+
* @returns {License[] | null} List of licenses or null if none
|
|
39
|
+
*/
|
|
40
|
+
get licenses(): License[] | null;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=license-status.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"license-status.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/license-status.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;;;;GAKG;AACH,qBAAa,aAAa;;IA2BtB;;;OAGG;IACH,IAAI,IAAI,IAAI,WAAW,GAAG,IAAI,CAE7B;IAED;;;OAGG;IACH,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,CAE3B;IAED;;;OAGG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;;OAGG;IACH,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;;OAGG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;IAED;;;OAGG;IACH,IAAI,QAAQ,IAAI,OAAO,EAAE,GAAG,IAAI,CAE/B;CAeJ"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines the license control mode for the O2G system.
|
|
3
|
+
*
|
|
4
|
+
* Determines how licenses are managed and provisioned, either via an external
|
|
5
|
+
* FlexLM server (CAPEX mode) or the internal License Manager Server (OPEX mode).
|
|
6
|
+
*/
|
|
7
|
+
export declare enum LicenseType {
|
|
8
|
+
/**
|
|
9
|
+
* License controlled via an external **FlexLM server** (CAPEX mode).
|
|
10
|
+
* Typically used for on-premises deployments with traditional license management.
|
|
11
|
+
*/
|
|
12
|
+
FLEXLM = "FLEXLM",
|
|
13
|
+
/**
|
|
14
|
+
* License controlled via the **License Manager Server** (OPEX mode, "Purple on Demand").
|
|
15
|
+
* Typically used for subscription-based deployments.
|
|
16
|
+
*/
|
|
17
|
+
LMS = "LMS"
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=license-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"license-type.d.ts","sourceRoot":"","sources":["../../../../src/types/maint/license-type.ts"],"names":[],"mappings":"AAmBA;;;;;GAKG;AACH,oBAAY,WAAW;IACnB;;;OAGG;IACH,MAAM,WAAW;IAEjB;;;OAGG;IACH,GAAG,QAAQ;CACd"}
|