
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@nice-devone/core-sdk
Advanced tools
WebSocket
, Intl
, Promise
, EventTarget
, CustomEvent
, JSON
, Date
, etc.)This README file provides an overview of the @nice-devone/core-sdk
library. It is a typescript library that empowers developers to interact with Core-sdk functionalities within their applications built for the NICE CXone platform.
Logger: To manage log related activities using logger config, log appender, console log appender etc.
Formatter: To perform format related functionalities using log formatter, utils formatter, basic formatter.
Circuit Breaker: To handle the circuit break in multiple states(open, closed, Half-open).
Datadog: Provides various data logger related functions like getLoggerGlobalContext, getGlobalContext, addLoggerGlobalContext, addLoggerGlobalContext, etc.
WebSocket Client: Interact with the CXone platform using websocket client.
Contact Events: To receive status about call contact events, voice mail contact events.
Helper functions: To reduce redundancy and for better practices helpers like Security Helper, Session Helper, LocalStorage Helper were used throughout the library.
Data Parsing and Manipulation: Utilities for parsing strings to booleans or integers, and calculating percentages.
Enums: Enumerations for various concepts like log level, Call Contact Events, Voice mail Contact events, Wem Notification Events.
Utility Functions: Helper functions for common tasks like data manipulation, formatting, and potentially logging.
npm install @nice-devone/core-sdk
This library relies on several peer dependencies, including:
@nice-devone/common-sdk
@nice-devone/i18n
@nice-devone/shared-apps-lib
Ensure these dependencies are also installed and configured correctly for proper functionality.
import {
AdminService,
Logger,
ACDSessionManager,
LocalStorageHelper,
StorageKeys,
WebsocketStatusCode,
BusinessUnit,
} from '@nice-devone/core-sdk';
const logger = new Logger('Module', 'ClassName');
Refer to the official documentation for detailed usage examples on specific features like AdminService, WebsocketStatusCode, etc.
Explore the available classes and methods within the library to interact with CXone Core-sdk functionalities.
For detailed documentation and developer related queries,Please visit Official SDK Documentation
This SDK is likely compatible with specific CXone Agent SDK versions. Refer to the documentation for supported versions.
Check the license file for specific terms regarding the use of this SDK.
Consider exploring the codebase (src/lib/) for a more comprehensive understanding of the functionalities offered.
FAQs
NICE CXone Core SDK
The npm package @nice-devone/core-sdk receives a total of 41 weekly downloads. As such, @nice-devone/core-sdk popularity was classified as not popular.
We found that @nice-devone/core-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.