@dcl/playground-assets 7.3.2-5556697838.commit-ce2cb26 → 7.3.2-5577160347.commit-14b71af

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.3.2-5556697838.commit-ce2cb26",
4
+ "version": "7.3.2-5577160347.commit-14b71af",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -34,5 +34,5 @@
34
34
  },
35
35
  "types": "./index.d.ts",
36
36
  "typings": "./index.d.ts",
37
- "commit": "ce2cb26e67b1998c00219ed7a3320a93ce057928"
37
+ "commit": "14b71af314ce8d213bf98f8964f0b7824c6eb585"
38
38
  }
@@ -1142,7 +1142,7 @@ export declare interface ComponentData {
1142
1142
  } | {
1143
1143
  $case: "binary";
1144
1144
  binary: Uint8Array;
1145
- };
1145
+ } | undefined;
1146
1146
  }
1147
1147
 
1148
1148
  /**
@@ -3892,7 +3892,7 @@ export declare interface PBMaterial {
3892
3892
  } | {
3893
3893
  $case: "pbr";
3894
3894
  pbr: PBMaterial_PbrMaterial;
3895
- };
3895
+ } | undefined;
3896
3896
  }
3897
3897
 
3898
3898
  /**
@@ -3999,7 +3999,7 @@ export declare interface PBMeshCollider {
3999
3999
  } | {
4000
4000
  $case: "plane";
4001
4001
  plane: PBMeshCollider_PlaneMesh;
4002
- };
4002
+ } | undefined;
4003
4003
  }
4004
4004
 
4005
4005
  /**
@@ -4100,7 +4100,7 @@ export declare interface PBMeshRenderer {
4100
4100
  } | {
4101
4101
  $case: "plane";
4102
4102
  plane: PBMeshRenderer_PlaneMesh;
4103
- };
4103
+ } | undefined;
4104
4104
  }
4105
4105
 
4106
4106
  /**
@@ -4370,7 +4370,7 @@ export declare interface PBRaycast {
4370
4370
  } | {
4371
4371
  $case: "targetEntity";
4372
4372
  targetEntity: number;
4373
- };
4373
+ } | undefined;
4374
4374
  /** Maximum length of the ray in virtual meters (global space) */
4375
4375
  maxDistance: number;
4376
4376
  /** the RaycastQueryType behavior */
@@ -6103,7 +6103,7 @@ export declare interface TextureUnion {
6103
6103
  } | {
6104
6104
  $case: "videoTexture";
6105
6105
  videoTexture: VideoTexture;
6106
- };
6106
+ } | undefined;
6107
6107
  }
6108
6108
 
6109
6109
  /**
@@ -10594,7 +10594,7 @@
10594
10594
  },
10595
10595
  {
10596
10596
  "kind": "Content",
10597
- "text": ";\n }"
10597
+ "text": ";\n } | undefined"
10598
10598
  },
10599
10599
  {
10600
10600
  "kind": "Content",
@@ -37841,7 +37841,7 @@
37841
37841
  },
37842
37842
  {
37843
37843
  "kind": "Content",
37844
- "text": ";\n }"
37844
+ "text": ";\n } | undefined"
37845
37845
  },
37846
37846
  {
37847
37847
  "kind": "Content",
@@ -38827,7 +38827,7 @@
38827
38827
  },
38828
38828
  {
38829
38829
  "kind": "Content",
38830
- "text": ";\n }"
38830
+ "text": ";\n } | undefined"
38831
38831
  },
38832
38832
  {
38833
38833
  "kind": "Content",
@@ -39842,7 +39842,7 @@
39842
39842
  },
39843
39843
  {
39844
39844
  "kind": "Content",
39845
- "text": ";\n }"
39845
+ "text": ";\n } | undefined"
39846
39846
  },
39847
39847
  {
39848
39848
  "kind": "Content",
@@ -41875,7 +41875,7 @@
41875
41875
  },
41876
41876
  {
41877
41877
  "kind": "Content",
41878
- "text": ";\n } | {\n $case: \"targetEntity\";\n targetEntity: number;\n }"
41878
+ "text": ";\n } | {\n $case: \"targetEntity\";\n targetEntity: number;\n } | undefined"
41879
41879
  },
41880
41880
  {
41881
41881
  "kind": "Content",
@@ -58753,7 +58753,7 @@
58753
58753
  },
58754
58754
  {
58755
58755
  "kind": "Content",
58756
- "text": ";\n }"
58756
+ "text": ";\n } | undefined"
58757
58757
  },
58758
58758
  {
58759
58759
  "kind": "Content",
@@ -488,7 +488,7 @@ export interface ComponentData {
488
488
  } | {
489
489
  $case: "binary";
490
490
  binary: Uint8Array;
491
- };
491
+ } | undefined;
492
492
  }
493
493
 
494
494
  // @public (undocumented)
@@ -2162,7 +2162,7 @@ export interface PBMaterial {
2162
2162
  } | {
2163
2163
  $case: "pbr";
2164
2164
  pbr: PBMaterial_PbrMaterial;
2165
- };
2165
+ } | undefined;
2166
2166
  }
2167
2167
 
2168
2168
  // @public (undocumented)
@@ -2233,7 +2233,7 @@ export interface PBMeshCollider {
2233
2233
  } | {
2234
2234
  $case: "plane";
2235
2235
  plane: PBMeshCollider_PlaneMesh;
2236
- };
2236
+ } | undefined;
2237
2237
  }
2238
2238
 
2239
2239
  // @public (undocumented)
@@ -2309,7 +2309,7 @@ export interface PBMeshRenderer {
2309
2309
  } | {
2310
2310
  $case: "plane";
2311
2311
  plane: PBMeshRenderer_PlaneMesh;
2312
- };
2312
+ } | undefined;
2313
2313
  }
2314
2314
 
2315
2315
  // @public (undocumented)
@@ -2498,7 +2498,7 @@ export interface PBRaycast {
2498
2498
  } | {
2499
2499
  $case: "targetEntity";
2500
2500
  targetEntity: number;
2501
- };
2501
+ } | undefined;
2502
2502
  maxDistance: number;
2503
2503
  originOffset?: PBVector3 | undefined;
2504
2504
  queryType: RaycastQueryType;
@@ -3445,7 +3445,7 @@ export interface TextureUnion {
3445
3445
  } | {
3446
3446
  $case: "videoTexture";
3447
3447
  videoTexture: VideoTexture;
3448
- };
3448
+ } | undefined;
3449
3449
  }
3450
3450
 
3451
3451
  // @public (undocumented)
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.3.2-5556697838.commit-ce2cb26",
4
+ "version": "7.3.2-5577160347.commit-14b71af",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.3.2-5556697838.commit-ce2cb26",
8
- "@dcl/sdk": "7.3.2-5556697838.commit-ce2cb26"
7
+ "@dcl/js-runtime": "7.3.2-5577160347.commit-14b71af",
8
+ "@dcl/sdk": "7.3.2-5577160347.commit-14b71af"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "ce2cb26e67b1998c00219ed7a3320a93ce057928"
35
+ "commit": "14b71af314ce8d213bf98f8964f0b7824c6eb585"
36
36
  }