@rongcloud/engine 5.8.5-beeto.1 → 5.8.6-alpha.1

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/index.d.ts CHANGED
@@ -4466,11 +4466,7 @@ declare enum AreaCode {
4466
4466
  /**
4467
4467
  * 新增新加坡数据中心
4468
4468
  */
4469
- SG_A = 4,
4470
- /**
4471
- * 沙特数据中心
4472
- */
4473
- SA = 5
4469
+ SG_A = 4
4474
4470
  }
4475
4471
 
4476
4472
  interface IStaticConfigData {
@@ -5561,7 +5557,9 @@ interface IUpdatedExpansion {
5561
5557
  [key: string]: any;
5562
5558
  };
5563
5559
  messageUId: string;
5564
- channelId?: string;
5560
+ conversationType: ConversationType;
5561
+ targetId: string;
5562
+ channelId: string;
5565
5563
  }
5566
5564
  /**
5567
5565
  * 扩展删除
@@ -5570,7 +5568,9 @@ interface IUpdatedExpansion {
5570
5568
  interface IDeletedExpansion {
5571
5569
  deletedKeys: string[];
5572
5570
  messageUId: string;
5573
- channelId?: string;
5571
+ conversationType: ConversationType;
5572
+ targetId: string;
5573
+ channelId: string;
5574
5574
  }
5575
5575
  /**
5576
5576
  * 扩展变更监听