@microsoft/omnichannel-amsclient
Advanced tools
Comparing version 0.1.7-main.604f5d2 to 0.1.7-main.67e3e57
@@ -5,2 +5,4 @@ # Changelog | ||
## [Unreleased] | ||
### Added | ||
- Add `image/heic` & `image/webp` as part of `supportedImagesMimeTypes` | ||
@@ -36,2 +38,2 @@ ## [0.1.6] - 2023-11-17 | ||
- Use `amsEndpoint` property by default | ||
- Add `silentError` option | ||
- Add `silentError` option |
@@ -85,3 +85,3 @@ "use strict"; | ||
})(AMSFileStatus || (AMSFileStatus = {})); | ||
var defaultSupportedImagesMimeTypes = ["image/jpeg", "image/png", "image/gif"]; | ||
var defaultSupportedImagesMimeTypes = ["image/jpeg", "image/png", "image/gif", "image/heic", "image/webp"]; | ||
var patchChatToken = function (chatToken) { | ||
@@ -88,0 +88,0 @@ // Temporary |
@@ -1,1 +0,1 @@ | ||
exports.baseUrl = 'https://comms.omnichannelengagementhub.com/ams'; exports.sdkVersion = '0.1.7-main.604f5d2'; | ||
exports.baseUrl = 'https://comms.omnichannelengagementhub.com/ams'; exports.sdkVersion = '0.1.7-main.67e3e57'; |
{ | ||
"name": "@microsoft/omnichannel-amsclient", | ||
"version": "0.1.7-main.604f5d2", | ||
"version": "0.1.7-main.67e3e57", | ||
"description": "Microsoft Omnichannel AMSClient", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
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
259758