@microsoft/ocsdk
Advanced tools
Comparing version 0.3.5-main.8b8188d to 0.3.5-main.f8897d4
@@ -5,2 +5,4 @@ # Changelog | ||
## [Unreleased] | ||
### Added | ||
- `refreshToken` optional query parameter to `getchattoken` endpoint | ||
@@ -7,0 +9,0 @@ ## [0.3.4] - 2023-03-24 |
@@ -14,2 +14,6 @@ export default interface IGetChatTokenOptionalParams { | ||
currentLiveChatVersion?: number; | ||
/** | ||
* Whether to refresh chat token | ||
*/ | ||
refreshToken?: boolean; | ||
} |
{ | ||
"name": "@microsoft/ocsdk", | ||
"version": "0.3.5-main.8b8188d", | ||
"version": "0.3.5-main.f8897d4", | ||
"description": "Microsoft Omnichannel SDK", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
5840778
6911