@netless/window-manager 1.0.10-beta.2 → 1.0.10-beta.3

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/dist/index.d.ts CHANGED
@@ -730,7 +730,7 @@ declare class AppProxy implements PageRemoveService {
730
730
  getFullScenePath(): string | undefined;
731
731
  private getFullScenePathFromScenes;
732
732
  setFullPath(path: string): void;
733
- baseInsertApp(skipUpdate?: boolean): Promise<{
733
+ baseInsertApp(skipUpdate?: boolean, boxStatus?: TeleBoxState): Promise<{
734
734
  appId: string;
735
735
  app: NetlessApp;
736
736
  }>;