@dcl/schemas 8.2.2 → 8.2.3-20230718182824.commit-356025c

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.
@@ -5,8 +5,8 @@ export type PortableExperiencesToggles = EnabledDisabled | 'hideUi';
5
5
  export declare const portableExperiencesToggles: PortableExperiencesToggles[];
6
6
  /** @alpha */
7
7
  export type FeatureToggles = {
8
- voiceChat: EnabledDisabled;
9
- portableExperiences: EnabledDisabled | PortableExperiencesToggles;
8
+ voiceChat?: EnabledDisabled;
9
+ portableExperiences?: EnabledDisabled | PortableExperiencesToggles;
10
10
  };
11
11
  /** @alpha */
12
12
  export declare namespace FeatureToggles {
@@ -1 +1 @@
1
- {"version":3,"file":"feature-toggles.d.ts","sourceRoot":"","sources":["../../../src/platform/scene/feature-toggles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,UAAU,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AAEtF,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,UAAU,CAAA;AACpD,eAAO,MAAM,OAAO,EAAE,eAAe,EAA4B,CAAA;AAEjE,MAAM,MAAM,0BAA0B,GAAG,eAAe,GAAG,QAAQ,CAAA;AACnE,eAAO,MAAM,0BAA0B,EAAE,0BAA0B,EAA2B,CAAA;AAE9F,aAAa;AACb,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,eAAe,CAAA;IAC1B,mBAAmB,EAAE,eAAe,GAAG,0BAA0B,CAAA;CAClE,CAAA;AAED,aAAa;AACb,yBAAiB,cAAc,CAAC;IACvB,MAAM,MAAM,EAAE,UAAU,CAAC,cAAc,CAiB7C,CAAA;IAEM,MAAM,QAAQ,EAAE,gBAAgB,CAAC,cAAc,CAAiC,CAAA;CACxF"}
1
+ {"version":3,"file":"feature-toggles.d.ts","sourceRoot":"","sources":["../../../src/platform/scene/feature-toggles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,UAAU,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AAEtF,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,UAAU,CAAA;AACpD,eAAO,MAAM,OAAO,EAAE,eAAe,EAA4B,CAAA;AAEjE,MAAM,MAAM,0BAA0B,GAAG,eAAe,GAAG,QAAQ,CAAA;AACnE,eAAO,MAAM,0BAA0B,EAAE,0BAA0B,EAA2B,CAAA;AAE9F,aAAa;AACb,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,CAAC,EAAE,eAAe,CAAA;IAC3B,mBAAmB,CAAC,EAAE,eAAe,GAAG,0BAA0B,CAAA;CACnE,CAAA;AAED,aAAa;AACb,yBAAiB,cAAc,CAAC;IACvB,MAAM,MAAM,EAAE,UAAU,CAAC,cAAc,CAiB7C,CAAA;IAEM,MAAM,QAAQ,EAAE,gBAAgB,CAAC,cAAc,CAAiC,CAAA;CACxF"}
package/dist/schemas.d.ts CHANGED
@@ -647,8 +647,8 @@ export declare namespace EthAddress {
647
647
 
648
648
  /** @alpha */
649
649
  export declare type FeatureToggles = {
650
- voiceChat: EnabledDisabled;
651
- portableExperiences: EnabledDisabled | PortableExperiencesToggles;
650
+ voiceChat?: EnabledDisabled;
651
+ portableExperiences?: EnabledDisabled | PortableExperiencesToggles;
652
652
  };
653
653
 
654
654
  /** @alpha */
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.2.2",
2
+ "version": "8.2.3-20230718182824.commit-356025c",
3
3
  "name": "@dcl/schemas",
4
4
  "main": "./dist/index.js",
5
5
  "typings": "./dist/index.d.ts",
@@ -36,5 +36,5 @@
36
36
  "files": [
37
37
  "dist"
38
38
  ],
39
- "commit": "73aa2a19f39762cd8598cf19968f5f591d3cab99"
39
+ "commit": "356025c2ec189dc40bba457d4f1dd8ecdf5dfd93"
40
40
  }