Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/omnichannel-chat-sdk

Package Overview
Dependencies
Maintainers
5
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/omnichannel-chat-sdk - npm Package Compare versions

Comparing version 1.6.3 to 1.6.4-main.05a1623

lib/core/SetAuthTokenProviderOptionalParams.d.ts

2

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
### Changed
- Throw exception when `ChatSDK.startChat()` fails with `ChatSDKConfig.getAuthToken()` failures

@@ -5,0 +7,0 @@ ## [1.6.3] - 2024-01-30

@@ -50,3 +50,9 @@ /**

/** Failure on finding the contact id related to the auth code */
AuthContactIdNotFoundFailure = "AuthContactIdNotFoundFailure"
AuthContactIdNotFoundFailure = "AuthContactIdNotFoundFailure",
/** AuthTokenProvider is not implemented */
GetAuthTokenNotFound = "GetAuthTokenNotFound",
/** Failure on retrieving AuthToken from AuthTokenProvider */
GetAuthTokenFailed = "GetAuthTokenFailed",
/** AuthToken is undefined */
UndefinedAuthToken = "UndefinedAuthToken"
}

@@ -53,0 +59,0 @@ export declare class ChatSDKError {

@@ -55,2 +55,8 @@ "use strict";

ChatSDKErrorName["AuthContactIdNotFoundFailure"] = "AuthContactIdNotFoundFailure";
/** AuthTokenProvider is not implemented */
ChatSDKErrorName["GetAuthTokenNotFound"] = "GetAuthTokenNotFound";
/** Failure on retrieving AuthToken from AuthTokenProvider */
ChatSDKErrorName["GetAuthTokenFailed"] = "GetAuthTokenFailed";
/** AuthToken is undefined */
ChatSDKErrorName["UndefinedAuthToken"] = "UndefinedAuthToken";
})(ChatSDKErrorName = exports.ChatSDKErrorName || (exports.ChatSDKErrorName = {}));

@@ -57,0 +63,0 @@ var ChatSDKError = /** @class */ (function () {

2

package.json
{
"name": "@microsoft/omnichannel-chat-sdk",
"version": "1.6.3",
"version": "1.6.4-main.05a1623",
"description": "Microsoft Omnichannel Chat SDK",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc