@microsoft/omnichannel-chat-sdk 1.1.1-main.93f1eed → 1.1.1-main.a464993

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
  ## [Unreleased]
5
+ ### Added
6
+ - Add `sendDefaultInitContext` optional parameter to `ChatSDK.startChat()` to automatically populate `browser`, `device`, `originurl` & `os` as default init context on web
7
+ - Add `sendCacheHeaders` as optional paramater to `ChatSDK.initialize()` and `ChatSDK.getLiveChatConfig()`
8
+ - Add `validateAuthChatRecord` call on `ChatSDK.startChat()` with `liveChatContext` for all authenticated chat scenarios
9
+ - Pass `ChatClient` during `ACSAdapter` initialization
10
+ - Pass `multiClient` to `AMSClient` on initialization to support `ChatSDK` multi-client
11
+
12
+ ### Fixed
13
+ - Prevent `AMSFileManager.getFileIds()` & `AMSFileManager.getFileMetadata()` to be triggered on all activities with null checks
14
+ - Add `LiveChatVersion` check on `ChatSDK.updateChatToken()`
15
+ - Use `amsreferences` property instead of `amsReferences` by default
16
+ - Fix attachment download to use MIME types instead of file extensions
17
+ - Remove `fileMetadata` property on messages not containing any attachment
18
+
19
+ ### Changed
20
+ - Uptake [@microsoft/ocsdk@0.3.1](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.3.1)
21
+ - Uptake [acs_webchat-chat-adapter@0.0.35-beta.8](https://unpkg.com/acs_webchat-chat-adapter@0.0.35-beta.8/dist/chat-adapter.js)
22
+ - Uptake [acs_webchat-chat-adapter@0.0.35-beta.9](https://unpkg.com/acs_webchat-chat-adapter@0.0.35-beta.9/dist/chat-adapter.js)
23
+ - Uptake [acs_webchat-chat-adapter@0.0.35-beta.12](https://unpkg.com/acs_webchat-chat-adapter@0.0.35-beta.12/dist/chat-adapter.js)
24
+ - Uptake [@microsoft/omnichannel-amsclient@0.1.2](https://www.npmjs.com/package/@microsoft/omnichannel-amsclient/v/0.1.2)
25
+ - Uptake [@microsoft/ocsdk@0.3.2](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.3.2)
5
26
 
6
27
  ## [1.1.0] - 2022-04-15
7
28
  ### Added
@@ -20,7 +41,7 @@ All notable changes to this project will be documented in this file.
20
41
  - Add support for separate bot post chat survey feature
21
42
  - Pass `logger` to `acs_webchat-chat-adapter`
22
43
 
23
- ### Fix
44
+ ### Fixed
24
45
  - Add `acs_webchat-chat-adapter` middlewares to format `channelData.tags`
25
46
  - Skip `session init` call on existing conversation
26
47
  - Fix `chat reconnect` not ending the conversation on calling `ChatSDK.endChat()`