@tencentcloud/lite-chat 4.2.3 → 4.2.5

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/basic.d.ts CHANGED
@@ -2436,6 +2436,7 @@ declare interface LOGIN_OPTIONS {
2436
2436
  * This event is triggered when the SDK receives a newly pushed one-to-one message, group message, group notification, or group system message. When this event occurs, the access side can traverse event.data to obtain the message list and render it to the UI.
2437
2437
  */
2438
2438
  MESSAGE_RECEIVED = 'onMessageReceived',
2439
+ WEB_PUSH_MESSAGE_RECEIVED = 'onWebPushMessageReceived',
2439
2440
 
2440
2441
  /**
2441
2442
  * This event is triggered when the SDK receives a newly pushed room customData. When this event occurs, the access side can traverse event.data to obtain the customData.
@@ -2583,6 +2584,10 @@ declare interface LOGIN_OPTIONS {
2583
2584
  * This event is triggered when group members pin or unpin the group messages.
2584
2585
  */
2585
2586
  PINNED_GROUP_MESSAGE_UPDATED = 'onPinnedGroupMessageUpdated',
2587
+ MESSAGE_EXTENSIONS_UPDATED = 'onMessageExtensionsUpdated',
2588
+ MESSAGE_EXTENSIONS_DELETED = 'onMessageExtensionsDeleted',
2589
+ MESSAGE_REACTIONS_UPDATED = 'onMessageReactionsUpdated',
2590
+ SERVER_CONFIG_UPDATED = 'onServerConfigUpdated',
2586
2591
  }
2587
2592
 
2588
2593
  enum TYPES {