vrtalk-web-sdk 0.1.602 → 0.1.603

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.
@@ -86,6 +86,7 @@ export declare class XrApiEventMeta {
86
86
  platform: XrApiPlatform;
87
87
  legacySignalSource?: string;
88
88
  legacySignalType?: string;
89
+ sourceScope?: 'image' | 'video';
89
90
  }
90
91
  /** 类的种类:静态类(无实例、全静态方法)/ 实体类(空间实体或其子件,可作 entity_ref 变量类型) */
91
92
  export declare type XrApiClassKind = 'static' | 'entity';
@@ -123,6 +123,7 @@ export declare class XrEntityHandlerBinding extends VRTalkBaseData {
123
123
  entityId: string;
124
124
  entityParentPath: string[];
125
125
  eventName: string;
126
+ eventSourceId: string;
126
127
  handlerFunctionId: string;
127
128
  moduleId: string;
128
129
  }