@3dsource/angular-unreal-module 0.0.60 → 0.0.61

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
@@ -1574,8 +1574,14 @@ interface RequestStream extends MessageBase {
1574
1574
  context: StreamRequestContext;
1575
1575
  };
1576
1576
  }
1577
- interface MetaboxConfiguratorContext {
1578
- id: 'metaboxConfigurator';
1577
+ interface MetaboxBasicConfiguratorContext {
1578
+ id: 'metaboxBasicConfigurator';
1579
+ data: {
1580
+ configuratorId: string;
1581
+ };
1582
+ }
1583
+ interface MetaboxModularConfiguratorContext {
1584
+ id: 'metaboxModularConfigurator';
1579
1585
  data: {
1580
1586
  configuratorId: string;
1581
1587
  };
@@ -1605,7 +1611,7 @@ interface CustomApplicationContext {
1605
1611
  applicationId: string;
1606
1612
  };
1607
1613
  }
1608
- type StreamRequestContext = MetaboxConfiguratorContext | MetaboxStudioContext | MetaboxProductContext | MetaboxEnvironmentContext | CustomApplicationContext;
1614
+ type StreamRequestContext = MetaboxBasicConfiguratorContext | MetaboxModularConfiguratorContext | MetaboxStudioContext | MetaboxProductContext | MetaboxEnvironmentContext | CustomApplicationContext;
1609
1615
  interface SignalingMessageMap {
1610
1616
  [OrchestrationMessageTypes.streamerList]: StreamerListMessage;
1611
1617
  [OrchestrationMessageTypes.ssInfo]: SSInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3dsource/angular-unreal-module",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "description": "Angular Unreal module for connect with unreal engine stream",
5
5
  "keywords": [
6
6
  "3dsource",