@dcl/playground-assets 7.5.8-10944620790.commit-1bf6997 → 7.5.8-11016067531.commit-0b941aa

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/alpha.d.ts CHANGED
@@ -5107,6 +5107,7 @@ export declare interface PBRealmInfo {
5107
5107
  commsAdapter: string;
5108
5108
  isPreview: boolean;
5109
5109
  room?: string | undefined;
5110
+ isConnectedSceneRoom?: boolean | undefined;
5110
5111
  }
5111
5112
 
5112
5113
  /**
package/dist/beta.d.ts CHANGED
@@ -5079,6 +5079,7 @@ export declare interface PBRealmInfo {
5079
5079
  commsAdapter: string;
5080
5080
  isPreview: boolean;
5081
5081
  room?: string | undefined;
5082
+ isConnectedSceneRoom?: boolean | undefined;
5082
5083
  }
5083
5084
 
5084
5085
  /**
@@ -5079,6 +5079,7 @@ export declare interface PBRealmInfo {
5079
5079
  commsAdapter: string;
5080
5080
  isPreview: boolean;
5081
5081
  room?: string | undefined;
5082
+ isConnectedSceneRoom?: boolean | undefined;
5082
5083
  }
5083
5084
 
5084
5085
  /**