@microsoft/omnichannel-chat-sdk
Advanced tools
Comparing version 1.6.3 to 1.6.4-main.05a1623
# 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 () { |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1316192
315
14128
1