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,223 @@
|
|
|
1
|
+
import { CallCause } from './call/call-cause';
|
|
2
|
+
import { CallData } from './call/call-data';
|
|
3
|
+
import { Leg } from './call/leg';
|
|
4
|
+
import { Participant } from './call/participant';
|
|
5
|
+
import { DeviceState } from './device/device-state';
|
|
6
|
+
import { TelephonicState } from './telephonic-state';
|
|
7
|
+
import { UserState } from './user/user-state';
|
|
8
|
+
import { Device } from '../common/device';
|
|
9
|
+
/**
|
|
10
|
+
* Event raised when a new call has been created.
|
|
11
|
+
* <p>
|
|
12
|
+
* Received via the {@link Telephony.ON_CALL_CREATED} event.
|
|
13
|
+
*
|
|
14
|
+
* @see Telephony.ON_CALL_CREATED
|
|
15
|
+
*/
|
|
16
|
+
export declare class OnCallCreated {
|
|
17
|
+
#private;
|
|
18
|
+
/**
|
|
19
|
+
* The login name of the user receiving the event.
|
|
20
|
+
*/
|
|
21
|
+
get loginName(): string;
|
|
22
|
+
/**
|
|
23
|
+
* The call reference.
|
|
24
|
+
*/
|
|
25
|
+
get callRef(): string;
|
|
26
|
+
/**
|
|
27
|
+
* The cause of the call creation event.
|
|
28
|
+
*/
|
|
29
|
+
get cause(): CallCause | null;
|
|
30
|
+
/**
|
|
31
|
+
* The call data associated with the new call.
|
|
32
|
+
*/
|
|
33
|
+
get callData(): CallData | null;
|
|
34
|
+
/**
|
|
35
|
+
* The initiator of the call, if available.
|
|
36
|
+
*/
|
|
37
|
+
get initiator(): string | null;
|
|
38
|
+
/**
|
|
39
|
+
* The legs associated with the call.
|
|
40
|
+
*/
|
|
41
|
+
get legs(): Leg[] | null;
|
|
42
|
+
/**
|
|
43
|
+
* The participants in the call.
|
|
44
|
+
*/
|
|
45
|
+
get participants(): Participant[] | null;
|
|
46
|
+
/**
|
|
47
|
+
* The updated device capabilities following the call creation.
|
|
48
|
+
*/
|
|
49
|
+
get deviceCapabilities(): Device.Capabilities[] | null;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Event raised when an existing call has been modified.
|
|
53
|
+
* <p>
|
|
54
|
+
* This event is raised for any change to a call's state, participants or legs —
|
|
55
|
+
* including hold, retrieve, transfer, merge and conference operations.
|
|
56
|
+
* <p>
|
|
57
|
+
* Received via the {@link Telephony.ON_CALL_MODIFIED} event.
|
|
58
|
+
*
|
|
59
|
+
* @see Telephony.ON_CALL_MODIFIED
|
|
60
|
+
*/
|
|
61
|
+
export declare class OnCallModified {
|
|
62
|
+
#private;
|
|
63
|
+
/**
|
|
64
|
+
* The login name of the user receiving the event.
|
|
65
|
+
*/
|
|
66
|
+
get loginName(): string;
|
|
67
|
+
/**
|
|
68
|
+
* The call reference of the modified call.
|
|
69
|
+
*/
|
|
70
|
+
get callRef(): string;
|
|
71
|
+
/**
|
|
72
|
+
* The cause of the call modification event.
|
|
73
|
+
*/
|
|
74
|
+
get cause(): CallCause | null;
|
|
75
|
+
/**
|
|
76
|
+
* The previous call reference, present when this call replaced another call.
|
|
77
|
+
*/
|
|
78
|
+
get previousCallRef(): string | null;
|
|
79
|
+
/**
|
|
80
|
+
* The call reference that replaced this call, if applicable.
|
|
81
|
+
*/
|
|
82
|
+
get replacedByCallRef(): string | null;
|
|
83
|
+
/**
|
|
84
|
+
* The updated call data.
|
|
85
|
+
*/
|
|
86
|
+
get callData(): CallData | null;
|
|
87
|
+
/**
|
|
88
|
+
* The legs that were modified in this event.
|
|
89
|
+
*/
|
|
90
|
+
get modifiedLegs(): Leg[] | null;
|
|
91
|
+
/**
|
|
92
|
+
* The legs that were added in this event.
|
|
93
|
+
*/
|
|
94
|
+
get addedLegs(): Leg[] | null;
|
|
95
|
+
/**
|
|
96
|
+
* The legs that were removed in this event.
|
|
97
|
+
*/
|
|
98
|
+
get removedLeg(): Leg[] | null;
|
|
99
|
+
/**
|
|
100
|
+
* The participants whose state was modified in this event.
|
|
101
|
+
*/
|
|
102
|
+
get modifiedParticipants(): Participant[] | null;
|
|
103
|
+
/**
|
|
104
|
+
* The participants that were added in this event.
|
|
105
|
+
*/
|
|
106
|
+
get addedParticipants(): Participant[] | null;
|
|
107
|
+
/**
|
|
108
|
+
* The identifiers of the participants that were removed in this event.
|
|
109
|
+
*/
|
|
110
|
+
get removedParticipants(): string[] | null;
|
|
111
|
+
/**
|
|
112
|
+
* The updated device capabilities following the call modification.
|
|
113
|
+
*/
|
|
114
|
+
get deviceCapabilities(): Device.Capabilities[] | null;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Event raised when a call has been removed.
|
|
118
|
+
* <p>
|
|
119
|
+
* Received via the {@link Telephony.ON_CALL_REMOVED} event.
|
|
120
|
+
*
|
|
121
|
+
* @see Telephony.ON_CALL_REMOVED
|
|
122
|
+
*/
|
|
123
|
+
export declare class OnCallRemoved {
|
|
124
|
+
#private;
|
|
125
|
+
/**
|
|
126
|
+
* The login name of the user receiving the event.
|
|
127
|
+
*/
|
|
128
|
+
get loginName(): string;
|
|
129
|
+
/**
|
|
130
|
+
* The reference of the call that was removed.
|
|
131
|
+
*/
|
|
132
|
+
get callRef(): string;
|
|
133
|
+
/**
|
|
134
|
+
* The cause of the call removal.
|
|
135
|
+
*/
|
|
136
|
+
get cause(): CallCause | null;
|
|
137
|
+
/**
|
|
138
|
+
* The new destination if the call was forwarded or redirected before removal.
|
|
139
|
+
*/
|
|
140
|
+
get newDestination(): string | null;
|
|
141
|
+
/**
|
|
142
|
+
* The updated device capabilities following the call removal.
|
|
143
|
+
*/
|
|
144
|
+
get deviceCapabilities(): Device.Capabilities[] | null;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Event raised when the state of one or more devices has been modified.
|
|
148
|
+
* <p>
|
|
149
|
+
* Received via the {@link Telephony.ON_DEVICE_STATE_MODIFIED} event.
|
|
150
|
+
*
|
|
151
|
+
* @see Telephony.ON_DEVICE_STATE_MODIFIED
|
|
152
|
+
*/
|
|
153
|
+
export declare class OnDeviceStateModified {
|
|
154
|
+
#private;
|
|
155
|
+
/**
|
|
156
|
+
* The login name of the user receiving the event.
|
|
157
|
+
*/
|
|
158
|
+
get loginName(): string;
|
|
159
|
+
/**
|
|
160
|
+
* The updated states of the modified devices.
|
|
161
|
+
*/
|
|
162
|
+
get deviceStates(): DeviceState[] | null;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Event raised when the dynamic state of a user has changed.
|
|
166
|
+
* <p>
|
|
167
|
+
* Currently carries the user's hunting group logged-on state.
|
|
168
|
+
* <p>
|
|
169
|
+
* Received via the {@link Telephony.ON_DYNAMIC_STATE_CHANGED} event.
|
|
170
|
+
*
|
|
171
|
+
* @see Telephony.ON_DYNAMIC_STATE_CHANGED
|
|
172
|
+
*/
|
|
173
|
+
export declare class OnDynamicStateChanged {
|
|
174
|
+
#private;
|
|
175
|
+
/**
|
|
176
|
+
* The login name of the user receiving the event.
|
|
177
|
+
*/
|
|
178
|
+
get loginName(): string;
|
|
179
|
+
/**
|
|
180
|
+
* Whether the user is currently logged on to their hunting group.
|
|
181
|
+
*/
|
|
182
|
+
get logged(): boolean;
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* Event raised in response to a snapshot request, containing the full telephonic
|
|
186
|
+
* state of the user.
|
|
187
|
+
* <p>
|
|
188
|
+
* Received via the {@link Telephony.ON_TELEPHONY_STATE} event, triggered by
|
|
189
|
+
* {@link Telephony.requestSnapshot}.
|
|
190
|
+
*
|
|
191
|
+
* @see Telephony.ON_TELEPHONY_STATE
|
|
192
|
+
* @see Telephony.requestSnapshot
|
|
193
|
+
*/
|
|
194
|
+
export declare class OnTelephonyState {
|
|
195
|
+
#private;
|
|
196
|
+
/**
|
|
197
|
+
* The login name of the user receiving the event.
|
|
198
|
+
*/
|
|
199
|
+
get loginName(): string;
|
|
200
|
+
/**
|
|
201
|
+
* The full telephonic state of the user, including active calls and device capabilities.
|
|
202
|
+
*/
|
|
203
|
+
get state(): TelephonicState | null;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* Event raised when a user's state has been modified.
|
|
207
|
+
* <p>
|
|
208
|
+
* Received via the {@link Telephony.ON_USER_STATE_MODIFIED} event.
|
|
209
|
+
*
|
|
210
|
+
* @see Telephony.ON_USER_STATE_MODIFIED
|
|
211
|
+
*/
|
|
212
|
+
export declare class OnUserStateModified {
|
|
213
|
+
#private;
|
|
214
|
+
/**
|
|
215
|
+
* The login name of the user receiving the event.
|
|
216
|
+
*/
|
|
217
|
+
get loginName(): string;
|
|
218
|
+
/**
|
|
219
|
+
* The updated user state.
|
|
220
|
+
*/
|
|
221
|
+
get state(): UserState;
|
|
222
|
+
}
|
|
223
|
+
//# sourceMappingURL=telephony-events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"telephony-events.d.ts","sourceRoot":"","sources":["../../../../src/types/telephony/telephony-events.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents the trunk identification of an external call.
|
|
3
|
+
* <p>
|
|
4
|
+
* Provides the network timeslot and trunk NEQTs (Network Equipment Queuing
|
|
5
|
+
* Terminations) associated with the trunk used for the call.
|
|
6
|
+
* Available via {@link CallData.trunkIdentification} on external calls.
|
|
7
|
+
*/
|
|
8
|
+
export declare class TrunkIdentification {
|
|
9
|
+
#private;
|
|
10
|
+
/**
|
|
11
|
+
* The network timeslot used by this trunk.
|
|
12
|
+
*/
|
|
13
|
+
get networkTimeslot(): number;
|
|
14
|
+
/**
|
|
15
|
+
* The list of trunk NEQTs (Network Equipment Queuing Terminations).
|
|
16
|
+
*/
|
|
17
|
+
get trunkNeqt(): number[];
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=trunk-indentification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trunk-indentification.d.ts","sourceRoot":"","sources":["../../../../src/types/telephony/trunk-indentification.ts"],"names":[],"mappings":"AAqBA;;;;;;GAMG;AACH,qBAAa,mBAAmB;;IAY5B;;OAEG;IACH,IAAI,eAAe,IAAI,MAAM,CAE5B;IAED;;OAEG;IACH,IAAI,SAAS,IAAI,MAAM,EAAE,CAExB;CASJ"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represent the possible user states.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum UserState {
|
|
5
|
+
/**
|
|
6
|
+
* The user is free, there is no call in progress
|
|
7
|
+
*/
|
|
8
|
+
FREE = "FREE",
|
|
9
|
+
/**
|
|
10
|
+
* The user is busy
|
|
11
|
+
*/
|
|
12
|
+
BUSY = "BUSY",
|
|
13
|
+
/**
|
|
14
|
+
* The user state is unknown
|
|
15
|
+
*/
|
|
16
|
+
UNKNOWN = "UNKNOWN"
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=user-state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-state.d.ts","sourceRoot":"","sources":["../../../../../src/types/telephony/user/user-state.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,SAAS;IACjB;;OAEG;IACH,IAAI,SAAS;IAEb;;OAEG;IACH,IAAI,SAAS;IAEb;;OAEG;IACH,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents the preferred settings of a user.
|
|
3
|
+
*
|
|
4
|
+
* This class provides read-only access to language preferences for both the GUI
|
|
5
|
+
* and the OXE system.
|
|
6
|
+
*/
|
|
7
|
+
export declare class Preferences {
|
|
8
|
+
#private;
|
|
9
|
+
/**
|
|
10
|
+
* Private constructor. Use `Preferences.fromJson()` to create instances.
|
|
11
|
+
*
|
|
12
|
+
* @param guiLanguage - Optional preferred GUI language code
|
|
13
|
+
* @param oxeLanguage - Optional preferred OXE language code
|
|
14
|
+
*/
|
|
15
|
+
private constructor();
|
|
16
|
+
/**
|
|
17
|
+
* Returns the preferred GUI language.
|
|
18
|
+
*
|
|
19
|
+
* @returns The GUI language code, or `null` if not set
|
|
20
|
+
*/
|
|
21
|
+
get guiLanguage(): string | null;
|
|
22
|
+
/**
|
|
23
|
+
* Returns the preferred OXE language.
|
|
24
|
+
*
|
|
25
|
+
* @returns The OXE language code, or `null` if not set
|
|
26
|
+
*/
|
|
27
|
+
get oxeLanguage(): string | null;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=preferences.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preferences.d.ts","sourceRoot":"","sources":["../../../../src/types/users/preferences.ts"],"names":[],"mappings":"AAqBA;;;;;GAKG;AACH,qBAAa,WAAW;;IAIpB;;;;;OAKG;IACH,OAAO;IAKP;;;;OAIG;IACH,IAAI,WAAW,IAAI,MAAM,GAAG,IAAI,CAE/B;IAED;;;;OAIG;IACH,IAAI,WAAW,IAAI,MAAM,GAAG,IAAI,CAE/B;CAaJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents the languages supported by a user.
|
|
3
|
+
*
|
|
4
|
+
* This class provides read-only access to both the general supported languages
|
|
5
|
+
* and the GUI-specific supported languages.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SupportedLanguages {
|
|
8
|
+
#private;
|
|
9
|
+
/**
|
|
10
|
+
* Private constructor. Use `SupportedLanguages.fromJson()` to create instances.
|
|
11
|
+
*
|
|
12
|
+
* @param supportedLanguages - Array of supported language codes
|
|
13
|
+
* @param supportedGuiLanguages - Optional array of supported GUI language codes
|
|
14
|
+
*/
|
|
15
|
+
private constructor();
|
|
16
|
+
/**
|
|
17
|
+
* Returns the list of supported languages.
|
|
18
|
+
*
|
|
19
|
+
* @returns An array of language codes
|
|
20
|
+
*/
|
|
21
|
+
get supportedLanguages(): string[];
|
|
22
|
+
/**
|
|
23
|
+
* Returns the list of GUI-supported languages, if any.
|
|
24
|
+
*
|
|
25
|
+
* @returns An array of GUI language codes, or `null` if not set
|
|
26
|
+
*/
|
|
27
|
+
get supportedGuiLanguages(): string[] | null;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=supported-languages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"supported-languages.d.ts","sourceRoot":"","sources":["../../../../src/types/users/supported-languages.ts"],"names":[],"mappings":"AAqBA;;;;;GAKG;AACH,qBAAa,kBAAkB;;IAI3B;;;;;OAKG;IACH,OAAO;IAKP;;;;OAIG;IACH,IAAI,kBAAkB,IAAI,MAAM,EAAE,CAEjC;IAED;;;;OAIG;IACH,IAAI,qBAAqB,IAAI,MAAM,EAAE,GAAG,IAAI,CAE3C;CAaJ"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { Device } from '../common/device';
|
|
2
|
+
import { Voicemail } from './voicemail';
|
|
3
|
+
/**
|
|
4
|
+
* Represents a subscriber in the OmniPCX Enterprise system.
|
|
5
|
+
*
|
|
6
|
+
* A user can have one or multiple devices and optionally a voicemail mailbox.
|
|
7
|
+
* This class provides access to the user's personal and account information,
|
|
8
|
+
* devices, and system configuration.
|
|
9
|
+
*/
|
|
10
|
+
export declare class User {
|
|
11
|
+
#private;
|
|
12
|
+
/**
|
|
13
|
+
* Constructs a new User instance.
|
|
14
|
+
* @param companyPhone - The user's company phone number (main device for multi-device users)
|
|
15
|
+
* @param firstName - The user's first name
|
|
16
|
+
* @param lastName - The user's last name
|
|
17
|
+
* @param loginName - The user's login name
|
|
18
|
+
* @param voicemail - The user's voicemail information, or null if none
|
|
19
|
+
* @param devices - The user's devices, or undefined if none
|
|
20
|
+
* @param nodeId - The OmniPCX Enterprise node ID
|
|
21
|
+
* @param externalLogin - The user's external login, or undefined if none
|
|
22
|
+
* @private
|
|
23
|
+
*/
|
|
24
|
+
private constructor();
|
|
25
|
+
/**
|
|
26
|
+
* Returns the user's company phone number.
|
|
27
|
+
* For multi-device users, this is the phone number of the main device.
|
|
28
|
+
* @returns The company phone number, or null if not set
|
|
29
|
+
*/
|
|
30
|
+
get companyPhone(): string | null;
|
|
31
|
+
/**
|
|
32
|
+
* Returns the user's first name.
|
|
33
|
+
* @returns The first name, or null if not set
|
|
34
|
+
*/
|
|
35
|
+
get firstName(): string | null;
|
|
36
|
+
/**
|
|
37
|
+
* Returns the user's last name.
|
|
38
|
+
* @returns The last name, or null if not set
|
|
39
|
+
*/
|
|
40
|
+
get lastName(): string | null;
|
|
41
|
+
/**
|
|
42
|
+
* Returns the user's login name.
|
|
43
|
+
* @returns The login name, or null if not set
|
|
44
|
+
*/
|
|
45
|
+
get loginName(): string | null;
|
|
46
|
+
/**
|
|
47
|
+
* Returns the user's voicemail information.
|
|
48
|
+
* @returns A {@link Voicemail} object, or null if none
|
|
49
|
+
*/
|
|
50
|
+
get voicemail(): Voicemail | null;
|
|
51
|
+
/**
|
|
52
|
+
* Returns the collection of devices assigned to the user.
|
|
53
|
+
* @returns An array of {@link Device} objects, or null if none
|
|
54
|
+
*/
|
|
55
|
+
get devices(): Device[] | null;
|
|
56
|
+
/**
|
|
57
|
+
* Returns the OmniPCX Enterprise node ID for this user.
|
|
58
|
+
* @returns The node ID, or null if not set
|
|
59
|
+
*/
|
|
60
|
+
get nodeId(): number | null;
|
|
61
|
+
/**
|
|
62
|
+
* Returns the user's external login.
|
|
63
|
+
* @returns The external login, or null if none
|
|
64
|
+
*/
|
|
65
|
+
get externalLogin(): string | null;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=user.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../../src/types/users/user.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC;;;;;;GAMG;AACH,qBAAa,IAAI;;IAUb;;;;;;;;;;;OAWG;IACH,OAAO;IAoBP;;;;OAIG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,IAAI,CAEhC;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;OAGG;IACH,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;OAGG;IACH,IAAI,SAAS,IAAI,SAAS,GAAG,IAAI,CAEhC;IAED;;;OAGG;IACH,IAAI,OAAO,IAAI,MAAM,EAAE,GAAG,IAAI,CAE7B;IAED;;;OAGG;IACH,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,CAE1B;IAED;;;OAGG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,IAAI,CAEjC;CAyBJ"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { User } from './user';
|
|
2
|
+
/**
|
|
3
|
+
* Event that is emitted when a new user has been created in the system.
|
|
4
|
+
*
|
|
5
|
+
* <p>
|
|
6
|
+
* This event provides access to the newly created {@link User} object.
|
|
7
|
+
* </p>
|
|
8
|
+
*/
|
|
9
|
+
export declare class OnUserCreated {
|
|
10
|
+
#private;
|
|
11
|
+
/**
|
|
12
|
+
* Creates a new {@link OnUserCreated} event instance.
|
|
13
|
+
*
|
|
14
|
+
* @param user - The newly created {@link User} instance
|
|
15
|
+
* @private
|
|
16
|
+
*/
|
|
17
|
+
private constructor();
|
|
18
|
+
/**
|
|
19
|
+
* The user that was created.
|
|
20
|
+
*
|
|
21
|
+
* @returns The {@link User} object representing the new user
|
|
22
|
+
*/
|
|
23
|
+
get user(): User;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Event that is emitted when a user has been deleted from the system.
|
|
27
|
+
*
|
|
28
|
+
* <p>
|
|
29
|
+
* This event provides the login name of the user that was removed.
|
|
30
|
+
* </p>
|
|
31
|
+
*/
|
|
32
|
+
export declare class OnUserDeleted {
|
|
33
|
+
#private;
|
|
34
|
+
/**
|
|
35
|
+
* Creates a new {@link OnUserDeleted} event instance.
|
|
36
|
+
*
|
|
37
|
+
* @param loginName - The login name of the deleted user
|
|
38
|
+
* @private
|
|
39
|
+
*/
|
|
40
|
+
private constructor();
|
|
41
|
+
/**
|
|
42
|
+
* Returns the login name of the deleted user.
|
|
43
|
+
*
|
|
44
|
+
* @returns The login name as a string
|
|
45
|
+
*/
|
|
46
|
+
get loginName(): string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Event that is emitted when a user's information has been modified in the system.
|
|
50
|
+
*
|
|
51
|
+
* <p>
|
|
52
|
+
* This event provides both the login name of the modified user and the updated {@link User} object.
|
|
53
|
+
* </p>
|
|
54
|
+
*/
|
|
55
|
+
export declare class OnUserInfoChanged {
|
|
56
|
+
#private;
|
|
57
|
+
/**
|
|
58
|
+
* Creates a new {@link OnUserInfoChanged} event instance.
|
|
59
|
+
*
|
|
60
|
+
* @param loginName - The login name of the modified user
|
|
61
|
+
* @param user - The updated {@link User} object
|
|
62
|
+
* @private
|
|
63
|
+
*/
|
|
64
|
+
private constructor();
|
|
65
|
+
/**
|
|
66
|
+
* Returns the login name of the modified user.
|
|
67
|
+
*
|
|
68
|
+
* @returns The login name as a string
|
|
69
|
+
*/
|
|
70
|
+
get loginName(): string | null;
|
|
71
|
+
/**
|
|
72
|
+
* Returns the updated user object.
|
|
73
|
+
*
|
|
74
|
+
* @returns The {@link User} object representing the modified user
|
|
75
|
+
*/
|
|
76
|
+
get user(): User;
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=users-events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users-events.d.ts","sourceRoot":"","sources":["../../../../src/types/users/users-events.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B;;;;;;GAMG;AACH,qBAAa,aAAa;;IAGtB;;;;;OAKG;IACH,OAAO;IAIP;;;;OAIG;IACH,IAAI,IAAI,IAAI,IAAI,CAEf;CAaJ;AAED;;;;;;GAMG;AACH,qBAAa,aAAa;;IAGtB;;;;;OAKG;IACH,OAAO;IAIP;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,CAEtB;CAaJ;AAED;;;;;;GAMG;AACH,qBAAa,iBAAiB;;IAI1B;;;;;;OAMG;IACH,OAAO;IAKP;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,GAAG,IAAI,CAE7B;IAED;;;;OAIG;IACH,IAAI,IAAI,IAAI,IAAI,CAEf;CAaJ"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The type of voice mail a user can have
|
|
3
|
+
*/
|
|
4
|
+
export declare enum VoicemailType {
|
|
5
|
+
/**
|
|
6
|
+
* Internal 4635 voice mail.
|
|
7
|
+
*/
|
|
8
|
+
VM_4635 = "VM_4635",
|
|
9
|
+
/**
|
|
10
|
+
* Internal 4645 voice mail.
|
|
11
|
+
*/
|
|
12
|
+
VM_4645 = "VM_4645",
|
|
13
|
+
/**
|
|
14
|
+
* External voice mail.
|
|
15
|
+
*/
|
|
16
|
+
EXTERNAL = "EXTERNAL"
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=voicemail-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"voicemail-type.d.ts","sourceRoot":"","sources":["../../../../src/types/users/voicemail-type.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,oBAAY,aAAa;IACrB;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,QAAQ,aAAa;CACxB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { VoicemailType } from './voicemail-type';
|
|
2
|
+
/**
|
|
3
|
+
* Represents a voicemail associated with a user.
|
|
4
|
+
* <p>
|
|
5
|
+
* Provides the voicemail number and its type. Available via the
|
|
6
|
+
* {@link User} object returned by {@link Users.getByLoginName} or
|
|
7
|
+
* {@link Users.getByCompanyPhone}.
|
|
8
|
+
*/
|
|
9
|
+
export declare class Voicemail {
|
|
10
|
+
#private;
|
|
11
|
+
/**
|
|
12
|
+
* The voicemail number.
|
|
13
|
+
*/
|
|
14
|
+
get number(): string;
|
|
15
|
+
/**
|
|
16
|
+
* The voicemail type.
|
|
17
|
+
*/
|
|
18
|
+
get type(): VoicemailType;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=voicemail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"voicemail.d.ts","sourceRoot":"","sources":["../../../../src/types/users/voicemail.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;;;GAMG;AACH,qBAAa,SAAS;;IAYlB;;OAEG;IACH,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED;;OAEG;IACH,IAAI,IAAI,IAAI,aAAa,CAExB;CASJ"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "o2g-node-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "A Node.js SDK for the ALE International O2G (OmniPCX OpenTouch Gateway) platform.",
|
|
5
5
|
"main": "dist/o2g-node-sdk.js",
|
|
6
|
-
"types": "dist/o2g-node-sdk.d.ts",
|
|
6
|
+
"types": "dist/types/o2g-node-sdk.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "webpack --config webpack.config.js",
|
|
9
9
|
"docs": "typedoc --options typedoc.json",
|
|
10
|
+
"publish:docs": "gh-pages -d docs",
|
|
10
11
|
"clean": "rimraf dist docs",
|
|
11
12
|
"test": "jest",
|
|
12
13
|
"test:watch": "jest --watch",
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
"files": [
|
|
16
17
|
"dist/o2g-node-sdk.js",
|
|
17
18
|
"dist/o2g-node-sdk.js.map",
|
|
18
|
-
"dist/
|
|
19
|
+
"dist/types"
|
|
19
20
|
],
|
|
20
21
|
"keywords": [
|
|
21
22
|
"o2g",
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
"@types/jest": "^30.0.0",
|
|
44
45
|
"@types/node": "^24.0.13",
|
|
45
46
|
"@types/node-fetch": "^2.6.12",
|
|
47
|
+
"gh-pages": "^6.3.0",
|
|
46
48
|
"jest": "^30.2.0",
|
|
47
49
|
"prettier": "^3.8.1",
|
|
48
50
|
"rimraf": "^6.1.2",
|
|
@@ -62,4 +64,4 @@
|
|
|
62
64
|
"tough-cookie": "^5.1.2",
|
|
63
65
|
"uuid": "^11.1.0"
|
|
64
66
|
}
|
|
65
|
-
}
|
|
67
|
+
}
|