@rongcloud/engine 5.8.4-alpha.3 → 5.8.4-alpha.4

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
@@ -3294,6 +3294,10 @@ interface ICombineV2MessageContent {
3294
3294
  * 当内容 JSON 序列化后长度大于 120K 时,该字段有值,并通过该值从远端存储中获取消息文件
3295
3295
  */
3296
3296
  jsonMsgKey?: string;
3297
+ /**
3298
+ * 远端存储文件的 URL,仅 jsonMsgKey 有值时存在
3299
+ */
3300
+ remoteUrl?: string;
3297
3301
  }
3298
3302
 
3299
3303
  interface IUpdateItem {