vrtalk-web-sdk 0.1.128 → 0.1.129

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.
@@ -1,4 +1,4 @@
1
- import { VrMarker } from '../../model';
1
+ import { VrMarker, VrMarkerGroup } from '../../model';
2
2
  import { VRTalkEditablePlayer } from '../vrtalk-editable-player';
3
3
  export declare class ParentComCommandMarker {
4
4
  private player;
@@ -17,7 +17,7 @@ export declare class ParentComCommandMarker {
17
17
  * 命令播放器更新标记组
18
18
  * @param markerGroup 标记组
19
19
  */
20
- sendMarkerGroupUpdate(markerGroup: VrMarker): void;
20
+ sendMarkerGroupUpdate(markerGroup: VrMarkerGroup): void;
21
21
  /**
22
22
  * 命令播放器删除标记组
23
23
  * @param markerGroupId 标记组ID
@@ -1,4 +1,4 @@
1
- import { VrMarker } from '../../model';
1
+ import { VrMarker, VrMarkerGroup } from '../../model';
2
2
  /**
3
3
  * 播放器监听MARKER标记相关命令
4
4
  */
@@ -14,7 +14,7 @@ export declare class PlayerComCommandMarker {
14
14
  /**
15
15
  * 监听命令 更新标记组
16
16
  */
17
- onMarkerGroupUpdate(callback: (markerGroup: VrMarker) => void): void;
17
+ onMarkerGroupUpdate(callback: (markerGroup: VrMarkerGroup) => void): void;
18
18
  /**
19
19
  * 监听命令 删除标记组
20
20
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vrtalk-web-sdk",
3
- "version": "0.1.128",
3
+ "version": "0.1.129",
4
4
  "description": "",
5
5
  "main": "dist/vrtalk-web-sdk.js",
6
6
  "types": "dist/src/index.d.ts",