Update CHANGELOG.md (#101)
This commit is contained in:
Родитель
ba42aae648
Коммит
90a4f94954
|
@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Add `getPostChatSurveyContext` API method
|
||||
- Add `GetPostChatSurveyContext` telemetry event
|
||||
- Add `widgetId` & `clientMessageId` as metadata on sending message
|
||||
- Update `ChatConfig` interface with `LiveChatVersion`, `allowedFileExtensions` & `maxUploadFileSize` properties
|
||||
|
||||
### Fix
|
||||
- Add `acs_webchat-chat-adapter` middlewares to format `channelData.tags`
|
||||
|
|
|
@ -2,5 +2,8 @@ export default interface ChatConfig {
|
|||
ChatWidgetLanguage: any; // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||
DataMaskingInfo: unknown;
|
||||
LiveChatConfigAuthSettings: unknown;
|
||||
LiveChatVersion: number;
|
||||
LiveWSAndLiveChatEngJoin: any; // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||
allowedFileExtensions: string;
|
||||
maxUploadFileSize: string;
|
||||
}
|
Загрузка…
Ссылка в новой задаче