@dcl/playground-assets 7.3.40-7698451743.commit-c9c61fe → 7.3.40-7717066166.commit-ece036d

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.
@@ -1092,6 +1092,117 @@
1092
1092
  "endIndex": 5
1093
1093
  }
1094
1094
  },
1095
+ {
1096
+ "kind": "Variable",
1097
+ "canonicalReference": "@dcl/playground-assets!AvatarBase:var",
1098
+ "docComment": "/**\n * @public\n */\n",
1099
+ "excerptTokens": [
1100
+ {
1101
+ "kind": "Content",
1102
+ "text": "AvatarBase: "
1103
+ },
1104
+ {
1105
+ "kind": "Reference",
1106
+ "text": "LastWriteWinElementSetComponentDefinition",
1107
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
1108
+ },
1109
+ {
1110
+ "kind": "Content",
1111
+ "text": "<"
1112
+ },
1113
+ {
1114
+ "kind": "Reference",
1115
+ "text": "PBAvatarBase",
1116
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase"
1117
+ },
1118
+ {
1119
+ "kind": "Content",
1120
+ "text": ">"
1121
+ }
1122
+ ],
1123
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
1124
+ "isReadonly": true,
1125
+ "releaseTag": "Public",
1126
+ "name": "AvatarBase",
1127
+ "variableTypeTokenRange": {
1128
+ "startIndex": 1,
1129
+ "endIndex": 5
1130
+ }
1131
+ },
1132
+ {
1133
+ "kind": "Variable",
1134
+ "canonicalReference": "@dcl/playground-assets!AvatarEmoteCommand:var",
1135
+ "docComment": "/**\n * @public\n */\n",
1136
+ "excerptTokens": [
1137
+ {
1138
+ "kind": "Content",
1139
+ "text": "AvatarEmoteCommand: "
1140
+ },
1141
+ {
1142
+ "kind": "Reference",
1143
+ "text": "GrowOnlyValueSetComponentDefinition",
1144
+ "canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
1145
+ },
1146
+ {
1147
+ "kind": "Content",
1148
+ "text": "<"
1149
+ },
1150
+ {
1151
+ "kind": "Reference",
1152
+ "text": "PBAvatarEmoteCommand",
1153
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand"
1154
+ },
1155
+ {
1156
+ "kind": "Content",
1157
+ "text": ">"
1158
+ }
1159
+ ],
1160
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
1161
+ "isReadonly": true,
1162
+ "releaseTag": "Public",
1163
+ "name": "AvatarEmoteCommand",
1164
+ "variableTypeTokenRange": {
1165
+ "startIndex": 1,
1166
+ "endIndex": 5
1167
+ }
1168
+ },
1169
+ {
1170
+ "kind": "Variable",
1171
+ "canonicalReference": "@dcl/playground-assets!AvatarEquippedData:var",
1172
+ "docComment": "/**\n * @public\n */\n",
1173
+ "excerptTokens": [
1174
+ {
1175
+ "kind": "Content",
1176
+ "text": "AvatarEquippedData: "
1177
+ },
1178
+ {
1179
+ "kind": "Reference",
1180
+ "text": "LastWriteWinElementSetComponentDefinition",
1181
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
1182
+ },
1183
+ {
1184
+ "kind": "Content",
1185
+ "text": "<"
1186
+ },
1187
+ {
1188
+ "kind": "Reference",
1189
+ "text": "PBAvatarEquippedData",
1190
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData"
1191
+ },
1192
+ {
1193
+ "kind": "Content",
1194
+ "text": ">"
1195
+ }
1196
+ ],
1197
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
1198
+ "isReadonly": true,
1199
+ "releaseTag": "Public",
1200
+ "name": "AvatarEquippedData",
1201
+ "variableTypeTokenRange": {
1202
+ "startIndex": 1,
1203
+ "endIndex": 5
1204
+ }
1205
+ },
1095
1206
  {
1096
1207
  "kind": "Variable",
1097
1208
  "canonicalReference": "@dcl/playground-assets!AvatarModifierArea:var",
@@ -1942,6 +2053,68 @@
1942
2053
  ],
1943
2054
  "name": "has"
1944
2055
  },
2056
+ {
2057
+ "kind": "MethodSignature",
2058
+ "canonicalReference": "@dcl/playground-assets!BaseComponent#onChange:member(1)",
2059
+ "docComment": "/**\n * Triggers the callback if the entity has changed on the last tick. If the value is undefined, the component was deleted.\n *\n * @public\n */\n",
2060
+ "excerptTokens": [
2061
+ {
2062
+ "kind": "Content",
2063
+ "text": "onChange(entity: "
2064
+ },
2065
+ {
2066
+ "kind": "Reference",
2067
+ "text": "Entity",
2068
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
2069
+ },
2070
+ {
2071
+ "kind": "Content",
2072
+ "text": ", cb: "
2073
+ },
2074
+ {
2075
+ "kind": "Content",
2076
+ "text": "(value: T | undefined) => void"
2077
+ },
2078
+ {
2079
+ "kind": "Content",
2080
+ "text": "): "
2081
+ },
2082
+ {
2083
+ "kind": "Content",
2084
+ "text": "void"
2085
+ },
2086
+ {
2087
+ "kind": "Content",
2088
+ "text": ";"
2089
+ }
2090
+ ],
2091
+ "isOptional": false,
2092
+ "returnTypeTokenRange": {
2093
+ "startIndex": 5,
2094
+ "endIndex": 6
2095
+ },
2096
+ "releaseTag": "Public",
2097
+ "overloadIndex": 1,
2098
+ "parameters": [
2099
+ {
2100
+ "parameterName": "entity",
2101
+ "parameterTypeTokenRange": {
2102
+ "startIndex": 1,
2103
+ "endIndex": 2
2104
+ },
2105
+ "isOptional": false
2106
+ },
2107
+ {
2108
+ "parameterName": "cb",
2109
+ "parameterTypeTokenRange": {
2110
+ "startIndex": 3,
2111
+ "endIndex": 4
2112
+ },
2113
+ "isOptional": false
2114
+ }
2115
+ ],
2116
+ "name": "onChange"
2117
+ },
1945
2118
  {
1946
2119
  "kind": "PropertySignature",
1947
2120
  "canonicalReference": "@dcl/playground-assets!BaseComponent#schema:member",
@@ -11069,61 +11242,7 @@
11069
11242
  },
11070
11243
  {
11071
11244
  "kind": "Content",
11072
- "text": ">>;\n \"core::AvatarModifierArea\": "
11073
- },
11074
- {
11075
- "kind": "Reference",
11076
- "text": "LwwComponentGetter",
11077
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
11078
- },
11079
- {
11080
- "kind": "Content",
11081
- "text": "<"
11082
- },
11083
- {
11084
- "kind": "Reference",
11085
- "text": "LastWriteWinElementSetComponentDefinition",
11086
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
11087
- },
11088
- {
11089
- "kind": "Content",
11090
- "text": "<"
11091
- },
11092
- {
11093
- "kind": "Reference",
11094
- "text": "PBAvatarModifierArea",
11095
- "canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea"
11096
- },
11097
- {
11098
- "kind": "Content",
11099
- "text": ">>;\n \"core::AvatarShape\": "
11100
- },
11101
- {
11102
- "kind": "Reference",
11103
- "text": "LwwComponentGetter",
11104
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
11105
- },
11106
- {
11107
- "kind": "Content",
11108
- "text": "<"
11109
- },
11110
- {
11111
- "kind": "Reference",
11112
- "text": "LastWriteWinElementSetComponentDefinition",
11113
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
11114
- },
11115
- {
11116
- "kind": "Content",
11117
- "text": "<"
11118
- },
11119
- {
11120
- "kind": "Reference",
11121
- "text": "PBAvatarShape",
11122
- "canonicalReference": "@dcl/playground-assets!PBAvatarShape"
11123
- },
11124
- {
11125
- "kind": "Content",
11126
- "text": ">>;\n \"core::Billboard\": "
11245
+ "text": ">>;\n \"core::AvatarBase\": "
11127
11246
  },
11128
11247
  {
11129
11248
  "kind": "Reference",
@@ -11145,17 +11264,17 @@
11145
11264
  },
11146
11265
  {
11147
11266
  "kind": "Reference",
11148
- "text": "PBBillboard",
11149
- "canonicalReference": "@dcl/playground-assets!PBBillboard"
11267
+ "text": "PBAvatarBase",
11268
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase"
11150
11269
  },
11151
11270
  {
11152
11271
  "kind": "Content",
11153
- "text": ">>;\n \"core::CameraMode\": "
11272
+ "text": ">>;\n \"core::AvatarEmoteCommand\": "
11154
11273
  },
11155
11274
  {
11156
11275
  "kind": "Reference",
11157
- "text": "LwwComponentGetter",
11158
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
11276
+ "text": "GSetComponentGetter",
11277
+ "canonicalReference": "@dcl/playground-assets!GSetComponentGetter:type"
11159
11278
  },
11160
11279
  {
11161
11280
  "kind": "Content",
@@ -11163,8 +11282,8 @@
11163
11282
  },
11164
11283
  {
11165
11284
  "kind": "Reference",
11166
- "text": "LastWriteWinElementSetComponentDefinition",
11167
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
11285
+ "text": "GrowOnlyValueSetComponentDefinition",
11286
+ "canonicalReference": "@dcl/playground-assets!GrowOnlyValueSetComponentDefinition:interface"
11168
11287
  },
11169
11288
  {
11170
11289
  "kind": "Content",
@@ -11172,12 +11291,12 @@
11172
11291
  },
11173
11292
  {
11174
11293
  "kind": "Reference",
11175
- "text": "PBCameraMode",
11176
- "canonicalReference": "@dcl/playground-assets!PBCameraMode"
11294
+ "text": "PBAvatarEmoteCommand",
11295
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand"
11177
11296
  },
11178
11297
  {
11179
11298
  "kind": "Content",
11180
- "text": ">>;\n \"core::CameraModeArea\": "
11299
+ "text": ">>;\n \"core::AvatarEquippedData\": "
11181
11300
  },
11182
11301
  {
11183
11302
  "kind": "Reference",
@@ -11199,12 +11318,12 @@
11199
11318
  },
11200
11319
  {
11201
11320
  "kind": "Reference",
11202
- "text": "PBCameraModeArea",
11203
- "canonicalReference": "@dcl/playground-assets!PBCameraModeArea"
11321
+ "text": "PBAvatarEquippedData",
11322
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData"
11204
11323
  },
11205
11324
  {
11206
11325
  "kind": "Content",
11207
- "text": ">>;\n \"core::EngineInfo\": "
11326
+ "text": ">>;\n \"core::AvatarModifierArea\": "
11208
11327
  },
11209
11328
  {
11210
11329
  "kind": "Reference",
@@ -11226,12 +11345,12 @@
11226
11345
  },
11227
11346
  {
11228
11347
  "kind": "Reference",
11229
- "text": "PBEngineInfo",
11230
- "canonicalReference": "@dcl/playground-assets!PBEngineInfo"
11348
+ "text": "PBAvatarModifierArea",
11349
+ "canonicalReference": "@dcl/playground-assets!PBAvatarModifierArea"
11231
11350
  },
11232
11351
  {
11233
11352
  "kind": "Content",
11234
- "text": ">>;\n \"core::GltfContainer\": "
11353
+ "text": ">>;\n \"core::AvatarShape\": "
11235
11354
  },
11236
11355
  {
11237
11356
  "kind": "Reference",
@@ -11253,12 +11372,12 @@
11253
11372
  },
11254
11373
  {
11255
11374
  "kind": "Reference",
11256
- "text": "PBGltfContainer",
11257
- "canonicalReference": "@dcl/playground-assets!PBGltfContainer"
11375
+ "text": "PBAvatarShape",
11376
+ "canonicalReference": "@dcl/playground-assets!PBAvatarShape"
11258
11377
  },
11259
11378
  {
11260
11379
  "kind": "Content",
11261
- "text": ">>;\n \"core::GltfContainerLoadingState\": "
11380
+ "text": ">>;\n \"core::Billboard\": "
11262
11381
  },
11263
11382
  {
11264
11383
  "kind": "Reference",
@@ -11280,12 +11399,12 @@
11280
11399
  },
11281
11400
  {
11282
11401
  "kind": "Reference",
11283
- "text": "PBGltfContainerLoadingState",
11284
- "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState"
11402
+ "text": "PBBillboard",
11403
+ "canonicalReference": "@dcl/playground-assets!PBBillboard"
11285
11404
  },
11286
11405
  {
11287
11406
  "kind": "Content",
11288
- "text": ">>;\n \"core::Material\": "
11407
+ "text": ">>;\n \"core::CameraMode\": "
11289
11408
  },
11290
11409
  {
11291
11410
  "kind": "Reference",
@@ -11307,12 +11426,12 @@
11307
11426
  },
11308
11427
  {
11309
11428
  "kind": "Reference",
11310
- "text": "PBMaterial",
11311
- "canonicalReference": "@dcl/playground-assets!PBMaterial"
11429
+ "text": "PBCameraMode",
11430
+ "canonicalReference": "@dcl/playground-assets!PBCameraMode"
11312
11431
  },
11313
11432
  {
11314
11433
  "kind": "Content",
11315
- "text": ">>;\n \"core::MeshCollider\": "
11434
+ "text": ">>;\n \"core::CameraModeArea\": "
11316
11435
  },
11317
11436
  {
11318
11437
  "kind": "Reference",
@@ -11334,12 +11453,147 @@
11334
11453
  },
11335
11454
  {
11336
11455
  "kind": "Reference",
11337
- "text": "PBMeshCollider",
11338
- "canonicalReference": "@dcl/playground-assets!PBMeshCollider"
11456
+ "text": "PBCameraModeArea",
11457
+ "canonicalReference": "@dcl/playground-assets!PBCameraModeArea"
11339
11458
  },
11340
11459
  {
11341
11460
  "kind": "Content",
11342
- "text": ">>;\n \"core::MeshRenderer\": "
11461
+ "text": ">>;\n \"core::EngineInfo\": "
11462
+ },
11463
+ {
11464
+ "kind": "Reference",
11465
+ "text": "LwwComponentGetter",
11466
+ "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
11467
+ },
11468
+ {
11469
+ "kind": "Content",
11470
+ "text": "<"
11471
+ },
11472
+ {
11473
+ "kind": "Reference",
11474
+ "text": "LastWriteWinElementSetComponentDefinition",
11475
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
11476
+ },
11477
+ {
11478
+ "kind": "Content",
11479
+ "text": "<"
11480
+ },
11481
+ {
11482
+ "kind": "Reference",
11483
+ "text": "PBEngineInfo",
11484
+ "canonicalReference": "@dcl/playground-assets!PBEngineInfo"
11485
+ },
11486
+ {
11487
+ "kind": "Content",
11488
+ "text": ">>;\n \"core::GltfContainer\": "
11489
+ },
11490
+ {
11491
+ "kind": "Reference",
11492
+ "text": "LwwComponentGetter",
11493
+ "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
11494
+ },
11495
+ {
11496
+ "kind": "Content",
11497
+ "text": "<"
11498
+ },
11499
+ {
11500
+ "kind": "Reference",
11501
+ "text": "LastWriteWinElementSetComponentDefinition",
11502
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
11503
+ },
11504
+ {
11505
+ "kind": "Content",
11506
+ "text": "<"
11507
+ },
11508
+ {
11509
+ "kind": "Reference",
11510
+ "text": "PBGltfContainer",
11511
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainer"
11512
+ },
11513
+ {
11514
+ "kind": "Content",
11515
+ "text": ">>;\n \"core::GltfContainerLoadingState\": "
11516
+ },
11517
+ {
11518
+ "kind": "Reference",
11519
+ "text": "LwwComponentGetter",
11520
+ "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
11521
+ },
11522
+ {
11523
+ "kind": "Content",
11524
+ "text": "<"
11525
+ },
11526
+ {
11527
+ "kind": "Reference",
11528
+ "text": "LastWriteWinElementSetComponentDefinition",
11529
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
11530
+ },
11531
+ {
11532
+ "kind": "Content",
11533
+ "text": "<"
11534
+ },
11535
+ {
11536
+ "kind": "Reference",
11537
+ "text": "PBGltfContainerLoadingState",
11538
+ "canonicalReference": "@dcl/playground-assets!PBGltfContainerLoadingState"
11539
+ },
11540
+ {
11541
+ "kind": "Content",
11542
+ "text": ">>;\n \"core::Material\": "
11543
+ },
11544
+ {
11545
+ "kind": "Reference",
11546
+ "text": "LwwComponentGetter",
11547
+ "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
11548
+ },
11549
+ {
11550
+ "kind": "Content",
11551
+ "text": "<"
11552
+ },
11553
+ {
11554
+ "kind": "Reference",
11555
+ "text": "LastWriteWinElementSetComponentDefinition",
11556
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
11557
+ },
11558
+ {
11559
+ "kind": "Content",
11560
+ "text": "<"
11561
+ },
11562
+ {
11563
+ "kind": "Reference",
11564
+ "text": "PBMaterial",
11565
+ "canonicalReference": "@dcl/playground-assets!PBMaterial"
11566
+ },
11567
+ {
11568
+ "kind": "Content",
11569
+ "text": ">>;\n \"core::MeshCollider\": "
11570
+ },
11571
+ {
11572
+ "kind": "Reference",
11573
+ "text": "LwwComponentGetter",
11574
+ "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
11575
+ },
11576
+ {
11577
+ "kind": "Content",
11578
+ "text": "<"
11579
+ },
11580
+ {
11581
+ "kind": "Reference",
11582
+ "text": "LastWriteWinElementSetComponentDefinition",
11583
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
11584
+ },
11585
+ {
11586
+ "kind": "Content",
11587
+ "text": "<"
11588
+ },
11589
+ {
11590
+ "kind": "Reference",
11591
+ "text": "PBMeshCollider",
11592
+ "canonicalReference": "@dcl/playground-assets!PBMeshCollider"
11593
+ },
11594
+ {
11595
+ "kind": "Content",
11596
+ "text": ">>;\n \"core::MeshRenderer\": "
11343
11597
  },
11344
11598
  {
11345
11599
  "kind": "Reference",
@@ -11391,6 +11645,33 @@
11391
11645
  "text": "PBNftShape",
11392
11646
  "canonicalReference": "@dcl/playground-assets!PBNftShape"
11393
11647
  },
11648
+ {
11649
+ "kind": "Content",
11650
+ "text": ">>;\n \"core::PlayerIdentityData\": "
11651
+ },
11652
+ {
11653
+ "kind": "Reference",
11654
+ "text": "LwwComponentGetter",
11655
+ "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
11656
+ },
11657
+ {
11658
+ "kind": "Content",
11659
+ "text": "<"
11660
+ },
11661
+ {
11662
+ "kind": "Reference",
11663
+ "text": "LastWriteWinElementSetComponentDefinition",
11664
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
11665
+ },
11666
+ {
11667
+ "kind": "Content",
11668
+ "text": "<"
11669
+ },
11670
+ {
11671
+ "kind": "Reference",
11672
+ "text": "PBPlayerIdentityData",
11673
+ "canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData"
11674
+ },
11394
11675
  {
11395
11676
  "kind": "Content",
11396
11677
  "text": ">>;\n \"core::PointerEvents\": "
@@ -11942,7 +12223,7 @@
11942
12223
  "name": "componentDefinitionByName",
11943
12224
  "variableTypeTokenRange": {
11944
12225
  "startIndex": 1,
11945
- "endIndex": 218
12226
+ "endIndex": 242
11946
12227
  }
11947
12228
  },
11948
12229
  {
@@ -14303,6 +14584,52 @@
14303
14584
  "endIndex": 6
14304
14585
  }
14305
14586
  },
14587
+ {
14588
+ "kind": "Function",
14589
+ "canonicalReference": "@dcl/playground-assets!createEntityContainer:function(1)",
14590
+ "docComment": "/**\n * @public\n */\n",
14591
+ "excerptTokens": [
14592
+ {
14593
+ "kind": "Content",
14594
+ "text": "export declare function createEntityContainer(opts?: "
14595
+ },
14596
+ {
14597
+ "kind": "Content",
14598
+ "text": "{\n reservedStaticEntities: number;\n}"
14599
+ },
14600
+ {
14601
+ "kind": "Content",
14602
+ "text": "): "
14603
+ },
14604
+ {
14605
+ "kind": "Reference",
14606
+ "text": "IEntityContainer",
14607
+ "canonicalReference": "@dcl/playground-assets!IEntityContainer:type"
14608
+ },
14609
+ {
14610
+ "kind": "Content",
14611
+ "text": ";"
14612
+ }
14613
+ ],
14614
+ "fileUrlPath": "../ecs/dist/engine/entity.d.ts",
14615
+ "returnTypeTokenRange": {
14616
+ "startIndex": 3,
14617
+ "endIndex": 4
14618
+ },
14619
+ "releaseTag": "Public",
14620
+ "overloadIndex": 1,
14621
+ "parameters": [
14622
+ {
14623
+ "parameterName": "opts",
14624
+ "parameterTypeTokenRange": {
14625
+ "startIndex": 1,
14626
+ "endIndex": 2
14627
+ },
14628
+ "isOptional": true
14629
+ }
14630
+ ],
14631
+ "name": "createEntityContainer"
14632
+ },
14306
14633
  {
14307
14634
  "kind": "Function",
14308
14635
  "canonicalReference": "@dcl/playground-assets!createEthereumProvider:function(1)",
@@ -16888,113 +17215,6 @@
16888
17215
  "endIndex": 16
16889
17216
  }
16890
17217
  },
16891
- {
16892
- "kind": "TypeAlias",
16893
- "canonicalReference": "@dcl/playground-assets!EntityContainer:type",
16894
- "docComment": "/**\n * @intenral\n */\n",
16895
- "excerptTokens": [
16896
- {
16897
- "kind": "Content",
16898
- "text": "export type EntityContainer = "
16899
- },
16900
- {
16901
- "kind": "Content",
16902
- "text": "{\n generateEntity(networked?: boolean): "
16903
- },
16904
- {
16905
- "kind": "Reference",
16906
- "text": "Entity",
16907
- "canonicalReference": "@dcl/playground-assets!Entity:type"
16908
- },
16909
- {
16910
- "kind": "Content",
16911
- "text": ";\n removeEntity(entity: "
16912
- },
16913
- {
16914
- "kind": "Reference",
16915
- "text": "Entity",
16916
- "canonicalReference": "@dcl/playground-assets!Entity:type"
16917
- },
16918
- {
16919
- "kind": "Content",
16920
- "text": "): boolean;\n getEntityState(entity: "
16921
- },
16922
- {
16923
- "kind": "Reference",
16924
- "text": "Entity",
16925
- "canonicalReference": "@dcl/playground-assets!Entity:type"
16926
- },
16927
- {
16928
- "kind": "Content",
16929
- "text": "): "
16930
- },
16931
- {
16932
- "kind": "Reference",
16933
- "text": "EntityState",
16934
- "canonicalReference": "@dcl/playground-assets!EntityState:enum"
16935
- },
16936
- {
16937
- "kind": "Content",
16938
- "text": ";\n getExistingEntities(): "
16939
- },
16940
- {
16941
- "kind": "Reference",
16942
- "text": "Set",
16943
- "canonicalReference": "!Set:interface"
16944
- },
16945
- {
16946
- "kind": "Content",
16947
- "text": "<"
16948
- },
16949
- {
16950
- "kind": "Reference",
16951
- "text": "Entity",
16952
- "canonicalReference": "@dcl/playground-assets!Entity:type"
16953
- },
16954
- {
16955
- "kind": "Content",
16956
- "text": ">;\n releaseRemovedEntities(): "
16957
- },
16958
- {
16959
- "kind": "Reference",
16960
- "text": "Entity",
16961
- "canonicalReference": "@dcl/playground-assets!Entity:type"
16962
- },
16963
- {
16964
- "kind": "Content",
16965
- "text": "[];\n updateRemovedEntity(entity: "
16966
- },
16967
- {
16968
- "kind": "Reference",
16969
- "text": "Entity",
16970
- "canonicalReference": "@dcl/playground-assets!Entity:type"
16971
- },
16972
- {
16973
- "kind": "Content",
16974
- "text": "): boolean;\n updateUsedEntity(entity: "
16975
- },
16976
- {
16977
- "kind": "Reference",
16978
- "text": "Entity",
16979
- "canonicalReference": "@dcl/playground-assets!Entity:type"
16980
- },
16981
- {
16982
- "kind": "Content",
16983
- "text": "): boolean;\n setNetworkEntitiesRange(reservedLocalEntities: number, range: [number, number]): void;\n}"
16984
- },
16985
- {
16986
- "kind": "Content",
16987
- "text": ";"
16988
- }
16989
- ],
16990
- "fileUrlPath": "../ecs/dist/engine/entity.d.ts",
16991
- "releaseTag": "Public",
16992
- "name": "EntityContainer",
16993
- "typeTokenRange": {
16994
- "startIndex": 1,
16995
- "endIndex": 20
16996
- }
16997
- },
16998
17218
  {
16999
17219
  "kind": "Enum",
17000
17220
  "canonicalReference": "@dcl/playground-assets!EntityMappingMode:enum",
@@ -19846,6 +20066,34 @@
19846
20066
  "name": "IEngineOptions",
19847
20067
  "preserveMemberOrder": false,
19848
20068
  "members": [
20069
+ {
20070
+ "kind": "PropertySignature",
20071
+ "canonicalReference": "@dcl/playground-assets!IEngineOptions#entityContainer:member",
20072
+ "docComment": "",
20073
+ "excerptTokens": [
20074
+ {
20075
+ "kind": "Content",
20076
+ "text": "entityContainer?: "
20077
+ },
20078
+ {
20079
+ "kind": "Reference",
20080
+ "text": "IEntityContainer",
20081
+ "canonicalReference": "@dcl/playground-assets!IEntityContainer:type"
20082
+ },
20083
+ {
20084
+ "kind": "Content",
20085
+ "text": ";"
20086
+ }
20087
+ ],
20088
+ "isReadonly": false,
20089
+ "isOptional": true,
20090
+ "releaseTag": "Public",
20091
+ "name": "entityContainer",
20092
+ "propertyTypeTokenRange": {
20093
+ "startIndex": 1,
20094
+ "endIndex": 2
20095
+ }
20096
+ },
19849
20097
  {
19850
20098
  "kind": "PropertySignature",
19851
20099
  "canonicalReference": "@dcl/playground-assets!IEngineOptions#onChangeFunction:member",
@@ -19877,6 +20125,113 @@
19877
20125
  ],
19878
20126
  "extendsTokenRanges": []
19879
20127
  },
20128
+ {
20129
+ "kind": "TypeAlias",
20130
+ "canonicalReference": "@dcl/playground-assets!IEntityContainer:type",
20131
+ "docComment": "/**\n * @public\n */\n",
20132
+ "excerptTokens": [
20133
+ {
20134
+ "kind": "Content",
20135
+ "text": "export type IEntityContainer = "
20136
+ },
20137
+ {
20138
+ "kind": "Content",
20139
+ "text": "{\n generateEntity(networked?: boolean): "
20140
+ },
20141
+ {
20142
+ "kind": "Reference",
20143
+ "text": "Entity",
20144
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
20145
+ },
20146
+ {
20147
+ "kind": "Content",
20148
+ "text": ";\n removeEntity(entity: "
20149
+ },
20150
+ {
20151
+ "kind": "Reference",
20152
+ "text": "Entity",
20153
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
20154
+ },
20155
+ {
20156
+ "kind": "Content",
20157
+ "text": "): boolean;\n getEntityState(entity: "
20158
+ },
20159
+ {
20160
+ "kind": "Reference",
20161
+ "text": "Entity",
20162
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
20163
+ },
20164
+ {
20165
+ "kind": "Content",
20166
+ "text": "): "
20167
+ },
20168
+ {
20169
+ "kind": "Reference",
20170
+ "text": "EntityState",
20171
+ "canonicalReference": "@dcl/playground-assets!EntityState:enum"
20172
+ },
20173
+ {
20174
+ "kind": "Content",
20175
+ "text": ";\n getExistingEntities(): "
20176
+ },
20177
+ {
20178
+ "kind": "Reference",
20179
+ "text": "Set",
20180
+ "canonicalReference": "!Set:interface"
20181
+ },
20182
+ {
20183
+ "kind": "Content",
20184
+ "text": "<"
20185
+ },
20186
+ {
20187
+ "kind": "Reference",
20188
+ "text": "Entity",
20189
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
20190
+ },
20191
+ {
20192
+ "kind": "Content",
20193
+ "text": ">;\n releaseRemovedEntities(): "
20194
+ },
20195
+ {
20196
+ "kind": "Reference",
20197
+ "text": "Entity",
20198
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
20199
+ },
20200
+ {
20201
+ "kind": "Content",
20202
+ "text": "[];\n updateRemovedEntity(entity: "
20203
+ },
20204
+ {
20205
+ "kind": "Reference",
20206
+ "text": "Entity",
20207
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
20208
+ },
20209
+ {
20210
+ "kind": "Content",
20211
+ "text": "): boolean;\n updateUsedEntity(entity: "
20212
+ },
20213
+ {
20214
+ "kind": "Reference",
20215
+ "text": "Entity",
20216
+ "canonicalReference": "@dcl/playground-assets!Entity:type"
20217
+ },
20218
+ {
20219
+ "kind": "Content",
20220
+ "text": "): boolean;\n}"
20221
+ },
20222
+ {
20223
+ "kind": "Content",
20224
+ "text": ";"
20225
+ }
20226
+ ],
20227
+ "fileUrlPath": "../ecs/dist/engine/entity.d.ts",
20228
+ "releaseTag": "Public",
20229
+ "name": "IEntityContainer",
20230
+ "typeTokenRange": {
20231
+ "startIndex": 1,
20232
+ "endIndex": 20
20233
+ }
20234
+ },
19880
20235
  {
19881
20236
  "kind": "TypeAlias",
19882
20237
  "canonicalReference": "@dcl/playground-assets!IEventNames:type",
@@ -35546,36 +35901,1010 @@
35546
35901
  },
35547
35902
  {
35548
35903
  "kind": "Interface",
35549
- "canonicalReference": "@dcl/playground-assets!PBAnimator:interface",
35904
+ "canonicalReference": "@dcl/playground-assets!PBAnimator:interface",
35905
+ "docComment": "/**\n * @public\n */\n",
35906
+ "excerptTokens": [
35907
+ {
35908
+ "kind": "Content",
35909
+ "text": "export interface PBAnimator "
35910
+ }
35911
+ ],
35912
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/animator.gen.d.ts",
35913
+ "releaseTag": "Public",
35914
+ "name": "PBAnimator",
35915
+ "preserveMemberOrder": false,
35916
+ "members": [
35917
+ {
35918
+ "kind": "PropertySignature",
35919
+ "canonicalReference": "@dcl/playground-assets!PBAnimator#states:member",
35920
+ "docComment": "/**\n * a collection of animations and their current state\n */\n",
35921
+ "excerptTokens": [
35922
+ {
35923
+ "kind": "Content",
35924
+ "text": "states: "
35925
+ },
35926
+ {
35927
+ "kind": "Reference",
35928
+ "text": "PBAnimationState",
35929
+ "canonicalReference": "@dcl/playground-assets!PBAnimationState:interface"
35930
+ },
35931
+ {
35932
+ "kind": "Content",
35933
+ "text": "[]"
35934
+ },
35935
+ {
35936
+ "kind": "Content",
35937
+ "text": ";"
35938
+ }
35939
+ ],
35940
+ "isReadonly": false,
35941
+ "isOptional": false,
35942
+ "releaseTag": "Public",
35943
+ "name": "states",
35944
+ "propertyTypeTokenRange": {
35945
+ "startIndex": 1,
35946
+ "endIndex": 3
35947
+ }
35948
+ }
35949
+ ],
35950
+ "extendsTokenRanges": []
35951
+ },
35952
+ {
35953
+ "kind": "Namespace",
35954
+ "canonicalReference": "@dcl/playground-assets!PBAnimator:namespace",
35955
+ "docComment": "/**\n * @public\n */\n",
35956
+ "excerptTokens": [
35957
+ {
35958
+ "kind": "Content",
35959
+ "text": "export declare namespace PBAnimator "
35960
+ }
35961
+ ],
35962
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/animator.gen.d.ts",
35963
+ "releaseTag": "Public",
35964
+ "name": "PBAnimator",
35965
+ "preserveMemberOrder": false,
35966
+ "members": [
35967
+ {
35968
+ "kind": "Function",
35969
+ "canonicalReference": "@dcl/playground-assets!PBAnimator.decode:function(1)",
35970
+ "docComment": "",
35971
+ "excerptTokens": [
35972
+ {
35973
+ "kind": "Content",
35974
+ "text": "function decode(input: "
35975
+ },
35976
+ {
35977
+ "kind": "Reference",
35978
+ "text": "_m0.Reader",
35979
+ "canonicalReference": "protobufjs!Reader:class"
35980
+ },
35981
+ {
35982
+ "kind": "Content",
35983
+ "text": " | "
35984
+ },
35985
+ {
35986
+ "kind": "Reference",
35987
+ "text": "Uint8Array",
35988
+ "canonicalReference": "!Uint8Array:interface"
35989
+ },
35990
+ {
35991
+ "kind": "Content",
35992
+ "text": ", length?: "
35993
+ },
35994
+ {
35995
+ "kind": "Content",
35996
+ "text": "number"
35997
+ },
35998
+ {
35999
+ "kind": "Content",
36000
+ "text": "): "
36001
+ },
36002
+ {
36003
+ "kind": "Reference",
36004
+ "text": "PBAnimator",
36005
+ "canonicalReference": "@dcl/playground-assets!PBAnimator:interface"
36006
+ },
36007
+ {
36008
+ "kind": "Content",
36009
+ "text": ";"
36010
+ }
36011
+ ],
36012
+ "returnTypeTokenRange": {
36013
+ "startIndex": 7,
36014
+ "endIndex": 8
36015
+ },
36016
+ "releaseTag": "Public",
36017
+ "overloadIndex": 1,
36018
+ "parameters": [
36019
+ {
36020
+ "parameterName": "input",
36021
+ "parameterTypeTokenRange": {
36022
+ "startIndex": 1,
36023
+ "endIndex": 4
36024
+ },
36025
+ "isOptional": false
36026
+ },
36027
+ {
36028
+ "parameterName": "length",
36029
+ "parameterTypeTokenRange": {
36030
+ "startIndex": 5,
36031
+ "endIndex": 6
36032
+ },
36033
+ "isOptional": true
36034
+ }
36035
+ ],
36036
+ "name": "decode"
36037
+ },
36038
+ {
36039
+ "kind": "Function",
36040
+ "canonicalReference": "@dcl/playground-assets!PBAnimator.encode:function(1)",
36041
+ "docComment": "",
36042
+ "excerptTokens": [
36043
+ {
36044
+ "kind": "Content",
36045
+ "text": "function encode(message: "
36046
+ },
36047
+ {
36048
+ "kind": "Reference",
36049
+ "text": "PBAnimator",
36050
+ "canonicalReference": "@dcl/playground-assets!PBAnimator:interface"
36051
+ },
36052
+ {
36053
+ "kind": "Content",
36054
+ "text": ", writer?: "
36055
+ },
36056
+ {
36057
+ "kind": "Reference",
36058
+ "text": "_m0.Writer",
36059
+ "canonicalReference": "protobufjs!Writer:class"
36060
+ },
36061
+ {
36062
+ "kind": "Content",
36063
+ "text": "): "
36064
+ },
36065
+ {
36066
+ "kind": "Reference",
36067
+ "text": "_m0.Writer",
36068
+ "canonicalReference": "protobufjs!Writer:class"
36069
+ },
36070
+ {
36071
+ "kind": "Content",
36072
+ "text": ";"
36073
+ }
36074
+ ],
36075
+ "returnTypeTokenRange": {
36076
+ "startIndex": 5,
36077
+ "endIndex": 6
36078
+ },
36079
+ "releaseTag": "Public",
36080
+ "overloadIndex": 1,
36081
+ "parameters": [
36082
+ {
36083
+ "parameterName": "message",
36084
+ "parameterTypeTokenRange": {
36085
+ "startIndex": 1,
36086
+ "endIndex": 2
36087
+ },
36088
+ "isOptional": false
36089
+ },
36090
+ {
36091
+ "parameterName": "writer",
36092
+ "parameterTypeTokenRange": {
36093
+ "startIndex": 3,
36094
+ "endIndex": 4
36095
+ },
36096
+ "isOptional": true
36097
+ }
36098
+ ],
36099
+ "name": "encode"
36100
+ }
36101
+ ]
36102
+ },
36103
+ {
36104
+ "kind": "Interface",
36105
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
36106
+ "docComment": "/**\n * @public\n */\n",
36107
+ "excerptTokens": [
36108
+ {
36109
+ "kind": "Content",
36110
+ "text": "export interface PBAudioSource "
36111
+ }
36112
+ ],
36113
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
36114
+ "releaseTag": "Public",
36115
+ "name": "PBAudioSource",
36116
+ "preserveMemberOrder": false,
36117
+ "members": [
36118
+ {
36119
+ "kind": "PropertySignature",
36120
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#audioClipUrl:member",
36121
+ "docComment": "/**\n * the clip path as given in the `files` array of the scene's manifest.\n */\n",
36122
+ "excerptTokens": [
36123
+ {
36124
+ "kind": "Content",
36125
+ "text": "audioClipUrl: "
36126
+ },
36127
+ {
36128
+ "kind": "Content",
36129
+ "text": "string"
36130
+ },
36131
+ {
36132
+ "kind": "Content",
36133
+ "text": ";"
36134
+ }
36135
+ ],
36136
+ "isReadonly": false,
36137
+ "isOptional": false,
36138
+ "releaseTag": "Public",
36139
+ "name": "audioClipUrl",
36140
+ "propertyTypeTokenRange": {
36141
+ "startIndex": 1,
36142
+ "endIndex": 2
36143
+ }
36144
+ },
36145
+ {
36146
+ "kind": "PropertySignature",
36147
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#loop:member",
36148
+ "docComment": "/**\n * whether the clip should restart when finished.\n */\n",
36149
+ "excerptTokens": [
36150
+ {
36151
+ "kind": "Content",
36152
+ "text": "loop?: "
36153
+ },
36154
+ {
36155
+ "kind": "Content",
36156
+ "text": "boolean | undefined"
36157
+ },
36158
+ {
36159
+ "kind": "Content",
36160
+ "text": ";"
36161
+ }
36162
+ ],
36163
+ "isReadonly": false,
36164
+ "isOptional": true,
36165
+ "releaseTag": "Public",
36166
+ "name": "loop",
36167
+ "propertyTypeTokenRange": {
36168
+ "startIndex": 1,
36169
+ "endIndex": 2
36170
+ }
36171
+ },
36172
+ {
36173
+ "kind": "PropertySignature",
36174
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#pitch:member",
36175
+ "docComment": "/**\n * the audio pitch (default: 1.0).\n */\n",
36176
+ "excerptTokens": [
36177
+ {
36178
+ "kind": "Content",
36179
+ "text": "pitch?: "
36180
+ },
36181
+ {
36182
+ "kind": "Content",
36183
+ "text": "number | undefined"
36184
+ },
36185
+ {
36186
+ "kind": "Content",
36187
+ "text": ";"
36188
+ }
36189
+ ],
36190
+ "isReadonly": false,
36191
+ "isOptional": true,
36192
+ "releaseTag": "Public",
36193
+ "name": "pitch",
36194
+ "propertyTypeTokenRange": {
36195
+ "startIndex": 1,
36196
+ "endIndex": 2
36197
+ }
36198
+ },
36199
+ {
36200
+ "kind": "PropertySignature",
36201
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#playing:member",
36202
+ "docComment": "/**\n * whether the clip is currently playing.\n */\n",
36203
+ "excerptTokens": [
36204
+ {
36205
+ "kind": "Content",
36206
+ "text": "playing?: "
36207
+ },
36208
+ {
36209
+ "kind": "Content",
36210
+ "text": "boolean | undefined"
36211
+ },
36212
+ {
36213
+ "kind": "Content",
36214
+ "text": ";"
36215
+ }
36216
+ ],
36217
+ "isReadonly": false,
36218
+ "isOptional": true,
36219
+ "releaseTag": "Public",
36220
+ "name": "playing",
36221
+ "propertyTypeTokenRange": {
36222
+ "startIndex": 1,
36223
+ "endIndex": 2
36224
+ }
36225
+ },
36226
+ {
36227
+ "kind": "PropertySignature",
36228
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#volume:member",
36229
+ "docComment": "/**\n * the audio volume (default: 1.0).\n */\n",
36230
+ "excerptTokens": [
36231
+ {
36232
+ "kind": "Content",
36233
+ "text": "volume?: "
36234
+ },
36235
+ {
36236
+ "kind": "Content",
36237
+ "text": "number | undefined"
36238
+ },
36239
+ {
36240
+ "kind": "Content",
36241
+ "text": ";"
36242
+ }
36243
+ ],
36244
+ "isReadonly": false,
36245
+ "isOptional": true,
36246
+ "releaseTag": "Public",
36247
+ "name": "volume",
36248
+ "propertyTypeTokenRange": {
36249
+ "startIndex": 1,
36250
+ "endIndex": 2
36251
+ }
36252
+ }
36253
+ ],
36254
+ "extendsTokenRanges": []
36255
+ },
36256
+ {
36257
+ "kind": "Namespace",
36258
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:namespace",
36259
+ "docComment": "/**\n * @public\n */\n",
36260
+ "excerptTokens": [
36261
+ {
36262
+ "kind": "Content",
36263
+ "text": "export declare namespace PBAudioSource "
36264
+ }
36265
+ ],
36266
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
36267
+ "releaseTag": "Public",
36268
+ "name": "PBAudioSource",
36269
+ "preserveMemberOrder": false,
36270
+ "members": [
36271
+ {
36272
+ "kind": "Function",
36273
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource.decode:function(1)",
36274
+ "docComment": "",
36275
+ "excerptTokens": [
36276
+ {
36277
+ "kind": "Content",
36278
+ "text": "function decode(input: "
36279
+ },
36280
+ {
36281
+ "kind": "Reference",
36282
+ "text": "_m0.Reader",
36283
+ "canonicalReference": "protobufjs!Reader:class"
36284
+ },
36285
+ {
36286
+ "kind": "Content",
36287
+ "text": " | "
36288
+ },
36289
+ {
36290
+ "kind": "Reference",
36291
+ "text": "Uint8Array",
36292
+ "canonicalReference": "!Uint8Array:interface"
36293
+ },
36294
+ {
36295
+ "kind": "Content",
36296
+ "text": ", length?: "
36297
+ },
36298
+ {
36299
+ "kind": "Content",
36300
+ "text": "number"
36301
+ },
36302
+ {
36303
+ "kind": "Content",
36304
+ "text": "): "
36305
+ },
36306
+ {
36307
+ "kind": "Reference",
36308
+ "text": "PBAudioSource",
36309
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
36310
+ },
36311
+ {
36312
+ "kind": "Content",
36313
+ "text": ";"
36314
+ }
36315
+ ],
36316
+ "returnTypeTokenRange": {
36317
+ "startIndex": 7,
36318
+ "endIndex": 8
36319
+ },
36320
+ "releaseTag": "Public",
36321
+ "overloadIndex": 1,
36322
+ "parameters": [
36323
+ {
36324
+ "parameterName": "input",
36325
+ "parameterTypeTokenRange": {
36326
+ "startIndex": 1,
36327
+ "endIndex": 4
36328
+ },
36329
+ "isOptional": false
36330
+ },
36331
+ {
36332
+ "parameterName": "length",
36333
+ "parameterTypeTokenRange": {
36334
+ "startIndex": 5,
36335
+ "endIndex": 6
36336
+ },
36337
+ "isOptional": true
36338
+ }
36339
+ ],
36340
+ "name": "decode"
36341
+ },
36342
+ {
36343
+ "kind": "Function",
36344
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource.encode:function(1)",
36345
+ "docComment": "",
36346
+ "excerptTokens": [
36347
+ {
36348
+ "kind": "Content",
36349
+ "text": "function encode(message: "
36350
+ },
36351
+ {
36352
+ "kind": "Reference",
36353
+ "text": "PBAudioSource",
36354
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
36355
+ },
36356
+ {
36357
+ "kind": "Content",
36358
+ "text": ", writer?: "
36359
+ },
36360
+ {
36361
+ "kind": "Reference",
36362
+ "text": "_m0.Writer",
36363
+ "canonicalReference": "protobufjs!Writer:class"
36364
+ },
36365
+ {
36366
+ "kind": "Content",
36367
+ "text": "): "
36368
+ },
36369
+ {
36370
+ "kind": "Reference",
36371
+ "text": "_m0.Writer",
36372
+ "canonicalReference": "protobufjs!Writer:class"
36373
+ },
36374
+ {
36375
+ "kind": "Content",
36376
+ "text": ";"
36377
+ }
36378
+ ],
36379
+ "returnTypeTokenRange": {
36380
+ "startIndex": 5,
36381
+ "endIndex": 6
36382
+ },
36383
+ "releaseTag": "Public",
36384
+ "overloadIndex": 1,
36385
+ "parameters": [
36386
+ {
36387
+ "parameterName": "message",
36388
+ "parameterTypeTokenRange": {
36389
+ "startIndex": 1,
36390
+ "endIndex": 2
36391
+ },
36392
+ "isOptional": false
36393
+ },
36394
+ {
36395
+ "parameterName": "writer",
36396
+ "parameterTypeTokenRange": {
36397
+ "startIndex": 3,
36398
+ "endIndex": 4
36399
+ },
36400
+ "isOptional": true
36401
+ }
36402
+ ],
36403
+ "name": "encode"
36404
+ }
36405
+ ]
36406
+ },
36407
+ {
36408
+ "kind": "Interface",
36409
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface",
36410
+ "docComment": "/**\n * @public\n */\n",
36411
+ "excerptTokens": [
36412
+ {
36413
+ "kind": "Content",
36414
+ "text": "export interface PBAudioStream "
36415
+ }
36416
+ ],
36417
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
36418
+ "releaseTag": "Public",
36419
+ "name": "PBAudioStream",
36420
+ "preserveMemberOrder": false,
36421
+ "members": [
36422
+ {
36423
+ "kind": "PropertySignature",
36424
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#playing:member",
36425
+ "docComment": "/**\n * whether the clip is currently playing\n */\n",
36426
+ "excerptTokens": [
36427
+ {
36428
+ "kind": "Content",
36429
+ "text": "playing?: "
36430
+ },
36431
+ {
36432
+ "kind": "Content",
36433
+ "text": "boolean | undefined"
36434
+ },
36435
+ {
36436
+ "kind": "Content",
36437
+ "text": ";"
36438
+ }
36439
+ ],
36440
+ "isReadonly": false,
36441
+ "isOptional": true,
36442
+ "releaseTag": "Public",
36443
+ "name": "playing",
36444
+ "propertyTypeTokenRange": {
36445
+ "startIndex": 1,
36446
+ "endIndex": 2
36447
+ }
36448
+ },
36449
+ {
36450
+ "kind": "PropertySignature",
36451
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
36452
+ "docComment": "/**\n * the audio stream HTTP URL\n */\n",
36453
+ "excerptTokens": [
36454
+ {
36455
+ "kind": "Content",
36456
+ "text": "url: "
36457
+ },
36458
+ {
36459
+ "kind": "Content",
36460
+ "text": "string"
36461
+ },
36462
+ {
36463
+ "kind": "Content",
36464
+ "text": ";"
36465
+ }
36466
+ ],
36467
+ "isReadonly": false,
36468
+ "isOptional": false,
36469
+ "releaseTag": "Public",
36470
+ "name": "url",
36471
+ "propertyTypeTokenRange": {
36472
+ "startIndex": 1,
36473
+ "endIndex": 2
36474
+ }
36475
+ },
36476
+ {
36477
+ "kind": "PropertySignature",
36478
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#volume:member",
36479
+ "docComment": "/**\n * the audio volume (default: 1.0)\n */\n",
36480
+ "excerptTokens": [
36481
+ {
36482
+ "kind": "Content",
36483
+ "text": "volume?: "
36484
+ },
36485
+ {
36486
+ "kind": "Content",
36487
+ "text": "number | undefined"
36488
+ },
36489
+ {
36490
+ "kind": "Content",
36491
+ "text": ";"
36492
+ }
36493
+ ],
36494
+ "isReadonly": false,
36495
+ "isOptional": true,
36496
+ "releaseTag": "Public",
36497
+ "name": "volume",
36498
+ "propertyTypeTokenRange": {
36499
+ "startIndex": 1,
36500
+ "endIndex": 2
36501
+ }
36502
+ }
36503
+ ],
36504
+ "extendsTokenRanges": []
36505
+ },
36506
+ {
36507
+ "kind": "Namespace",
36508
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:namespace",
36509
+ "docComment": "/**\n * @public\n */\n",
36510
+ "excerptTokens": [
36511
+ {
36512
+ "kind": "Content",
36513
+ "text": "export declare namespace PBAudioStream "
36514
+ }
36515
+ ],
36516
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
36517
+ "releaseTag": "Public",
36518
+ "name": "PBAudioStream",
36519
+ "preserveMemberOrder": false,
36520
+ "members": [
36521
+ {
36522
+ "kind": "Function",
36523
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream.decode:function(1)",
36524
+ "docComment": "",
36525
+ "excerptTokens": [
36526
+ {
36527
+ "kind": "Content",
36528
+ "text": "function decode(input: "
36529
+ },
36530
+ {
36531
+ "kind": "Reference",
36532
+ "text": "_m0.Reader",
36533
+ "canonicalReference": "protobufjs!Reader:class"
36534
+ },
36535
+ {
36536
+ "kind": "Content",
36537
+ "text": " | "
36538
+ },
36539
+ {
36540
+ "kind": "Reference",
36541
+ "text": "Uint8Array",
36542
+ "canonicalReference": "!Uint8Array:interface"
36543
+ },
36544
+ {
36545
+ "kind": "Content",
36546
+ "text": ", length?: "
36547
+ },
36548
+ {
36549
+ "kind": "Content",
36550
+ "text": "number"
36551
+ },
36552
+ {
36553
+ "kind": "Content",
36554
+ "text": "): "
36555
+ },
36556
+ {
36557
+ "kind": "Reference",
36558
+ "text": "PBAudioStream",
36559
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
36560
+ },
36561
+ {
36562
+ "kind": "Content",
36563
+ "text": ";"
36564
+ }
36565
+ ],
36566
+ "returnTypeTokenRange": {
36567
+ "startIndex": 7,
36568
+ "endIndex": 8
36569
+ },
36570
+ "releaseTag": "Public",
36571
+ "overloadIndex": 1,
36572
+ "parameters": [
36573
+ {
36574
+ "parameterName": "input",
36575
+ "parameterTypeTokenRange": {
36576
+ "startIndex": 1,
36577
+ "endIndex": 4
36578
+ },
36579
+ "isOptional": false
36580
+ },
36581
+ {
36582
+ "parameterName": "length",
36583
+ "parameterTypeTokenRange": {
36584
+ "startIndex": 5,
36585
+ "endIndex": 6
36586
+ },
36587
+ "isOptional": true
36588
+ }
36589
+ ],
36590
+ "name": "decode"
36591
+ },
36592
+ {
36593
+ "kind": "Function",
36594
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
36595
+ "docComment": "",
36596
+ "excerptTokens": [
36597
+ {
36598
+ "kind": "Content",
36599
+ "text": "function encode(message: "
36600
+ },
36601
+ {
36602
+ "kind": "Reference",
36603
+ "text": "PBAudioStream",
36604
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
36605
+ },
36606
+ {
36607
+ "kind": "Content",
36608
+ "text": ", writer?: "
36609
+ },
36610
+ {
36611
+ "kind": "Reference",
36612
+ "text": "_m0.Writer",
36613
+ "canonicalReference": "protobufjs!Writer:class"
36614
+ },
36615
+ {
36616
+ "kind": "Content",
36617
+ "text": "): "
36618
+ },
36619
+ {
36620
+ "kind": "Reference",
36621
+ "text": "_m0.Writer",
36622
+ "canonicalReference": "protobufjs!Writer:class"
36623
+ },
36624
+ {
36625
+ "kind": "Content",
36626
+ "text": ";"
36627
+ }
36628
+ ],
36629
+ "returnTypeTokenRange": {
36630
+ "startIndex": 5,
36631
+ "endIndex": 6
36632
+ },
36633
+ "releaseTag": "Public",
36634
+ "overloadIndex": 1,
36635
+ "parameters": [
36636
+ {
36637
+ "parameterName": "message",
36638
+ "parameterTypeTokenRange": {
36639
+ "startIndex": 1,
36640
+ "endIndex": 2
36641
+ },
36642
+ "isOptional": false
36643
+ },
36644
+ {
36645
+ "parameterName": "writer",
36646
+ "parameterTypeTokenRange": {
36647
+ "startIndex": 3,
36648
+ "endIndex": 4
36649
+ },
36650
+ "isOptional": true
36651
+ }
36652
+ ],
36653
+ "name": "encode"
36654
+ }
36655
+ ]
36656
+ },
36657
+ {
36658
+ "kind": "Interface",
36659
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface",
36660
+ "docComment": "/**\n * @public\n */\n",
36661
+ "excerptTokens": [
36662
+ {
36663
+ "kind": "Content",
36664
+ "text": "export interface PBAvatarAttach "
36665
+ }
36666
+ ],
36667
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
36668
+ "releaseTag": "Public",
36669
+ "name": "PBAvatarAttach",
36670
+ "preserveMemberOrder": false,
36671
+ "members": [
36672
+ {
36673
+ "kind": "PropertySignature",
36674
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#anchorPointId:member",
36675
+ "docComment": "/**\n * the anchor point.\n */\n",
36676
+ "excerptTokens": [
36677
+ {
36678
+ "kind": "Content",
36679
+ "text": "anchorPointId: "
36680
+ },
36681
+ {
36682
+ "kind": "Reference",
36683
+ "text": "AvatarAnchorPointType",
36684
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
36685
+ },
36686
+ {
36687
+ "kind": "Content",
36688
+ "text": ";"
36689
+ }
36690
+ ],
36691
+ "isReadonly": false,
36692
+ "isOptional": false,
36693
+ "releaseTag": "Public",
36694
+ "name": "anchorPointId",
36695
+ "propertyTypeTokenRange": {
36696
+ "startIndex": 1,
36697
+ "endIndex": 2
36698
+ }
36699
+ },
36700
+ {
36701
+ "kind": "PropertySignature",
36702
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
36703
+ "docComment": "/**\n * the user ID of the avatar (default: local user)\n */\n",
36704
+ "excerptTokens": [
36705
+ {
36706
+ "kind": "Content",
36707
+ "text": "avatarId?: "
36708
+ },
36709
+ {
36710
+ "kind": "Content",
36711
+ "text": "string | undefined"
36712
+ },
36713
+ {
36714
+ "kind": "Content",
36715
+ "text": ";"
36716
+ }
36717
+ ],
36718
+ "isReadonly": false,
36719
+ "isOptional": true,
36720
+ "releaseTag": "Public",
36721
+ "name": "avatarId",
36722
+ "propertyTypeTokenRange": {
36723
+ "startIndex": 1,
36724
+ "endIndex": 2
36725
+ }
36726
+ }
36727
+ ],
36728
+ "extendsTokenRanges": []
36729
+ },
36730
+ {
36731
+ "kind": "Namespace",
36732
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:namespace",
36733
+ "docComment": "/**\n * @public\n */\n",
36734
+ "excerptTokens": [
36735
+ {
36736
+ "kind": "Content",
36737
+ "text": "export declare namespace PBAvatarAttach "
36738
+ }
36739
+ ],
36740
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
36741
+ "releaseTag": "Public",
36742
+ "name": "PBAvatarAttach",
36743
+ "preserveMemberOrder": false,
36744
+ "members": [
36745
+ {
36746
+ "kind": "Function",
36747
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.decode:function(1)",
36748
+ "docComment": "",
36749
+ "excerptTokens": [
36750
+ {
36751
+ "kind": "Content",
36752
+ "text": "function decode(input: "
36753
+ },
36754
+ {
36755
+ "kind": "Reference",
36756
+ "text": "_m0.Reader",
36757
+ "canonicalReference": "protobufjs!Reader:class"
36758
+ },
36759
+ {
36760
+ "kind": "Content",
36761
+ "text": " | "
36762
+ },
36763
+ {
36764
+ "kind": "Reference",
36765
+ "text": "Uint8Array",
36766
+ "canonicalReference": "!Uint8Array:interface"
36767
+ },
36768
+ {
36769
+ "kind": "Content",
36770
+ "text": ", length?: "
36771
+ },
36772
+ {
36773
+ "kind": "Content",
36774
+ "text": "number"
36775
+ },
36776
+ {
36777
+ "kind": "Content",
36778
+ "text": "): "
36779
+ },
36780
+ {
36781
+ "kind": "Reference",
36782
+ "text": "PBAvatarAttach",
36783
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
36784
+ },
36785
+ {
36786
+ "kind": "Content",
36787
+ "text": ";"
36788
+ }
36789
+ ],
36790
+ "returnTypeTokenRange": {
36791
+ "startIndex": 7,
36792
+ "endIndex": 8
36793
+ },
36794
+ "releaseTag": "Public",
36795
+ "overloadIndex": 1,
36796
+ "parameters": [
36797
+ {
36798
+ "parameterName": "input",
36799
+ "parameterTypeTokenRange": {
36800
+ "startIndex": 1,
36801
+ "endIndex": 4
36802
+ },
36803
+ "isOptional": false
36804
+ },
36805
+ {
36806
+ "parameterName": "length",
36807
+ "parameterTypeTokenRange": {
36808
+ "startIndex": 5,
36809
+ "endIndex": 6
36810
+ },
36811
+ "isOptional": true
36812
+ }
36813
+ ],
36814
+ "name": "decode"
36815
+ },
36816
+ {
36817
+ "kind": "Function",
36818
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.encode:function(1)",
36819
+ "docComment": "",
36820
+ "excerptTokens": [
36821
+ {
36822
+ "kind": "Content",
36823
+ "text": "function encode(message: "
36824
+ },
36825
+ {
36826
+ "kind": "Reference",
36827
+ "text": "PBAvatarAttach",
36828
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
36829
+ },
36830
+ {
36831
+ "kind": "Content",
36832
+ "text": ", writer?: "
36833
+ },
36834
+ {
36835
+ "kind": "Reference",
36836
+ "text": "_m0.Writer",
36837
+ "canonicalReference": "protobufjs!Writer:class"
36838
+ },
36839
+ {
36840
+ "kind": "Content",
36841
+ "text": "): "
36842
+ },
36843
+ {
36844
+ "kind": "Reference",
36845
+ "text": "_m0.Writer",
36846
+ "canonicalReference": "protobufjs!Writer:class"
36847
+ },
36848
+ {
36849
+ "kind": "Content",
36850
+ "text": ";"
36851
+ }
36852
+ ],
36853
+ "returnTypeTokenRange": {
36854
+ "startIndex": 5,
36855
+ "endIndex": 6
36856
+ },
36857
+ "releaseTag": "Public",
36858
+ "overloadIndex": 1,
36859
+ "parameters": [
36860
+ {
36861
+ "parameterName": "message",
36862
+ "parameterTypeTokenRange": {
36863
+ "startIndex": 1,
36864
+ "endIndex": 2
36865
+ },
36866
+ "isOptional": false
36867
+ },
36868
+ {
36869
+ "parameterName": "writer",
36870
+ "parameterTypeTokenRange": {
36871
+ "startIndex": 3,
36872
+ "endIndex": 4
36873
+ },
36874
+ "isOptional": true
36875
+ }
36876
+ ],
36877
+ "name": "encode"
36878
+ }
36879
+ ]
36880
+ },
36881
+ {
36882
+ "kind": "Interface",
36883
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface",
35550
36884
  "docComment": "/**\n * @public\n */\n",
35551
36885
  "excerptTokens": [
35552
36886
  {
35553
36887
  "kind": "Content",
35554
- "text": "export interface PBAnimator "
36888
+ "text": "export interface PBAvatarBase "
35555
36889
  }
35556
36890
  ],
35557
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/animator.gen.d.ts",
36891
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
35558
36892
  "releaseTag": "Public",
35559
- "name": "PBAnimator",
36893
+ "name": "PBAvatarBase",
35560
36894
  "preserveMemberOrder": false,
35561
36895
  "members": [
35562
36896
  {
35563
36897
  "kind": "PropertySignature",
35564
- "canonicalReference": "@dcl/playground-assets!PBAnimator#states:member",
35565
- "docComment": "/**\n * a collection of animations and their current state\n */\n",
36898
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#bodyShapeUrn:member",
36899
+ "docComment": "",
35566
36900
  "excerptTokens": [
35567
36901
  {
35568
36902
  "kind": "Content",
35569
- "text": "states: "
35570
- },
35571
- {
35572
- "kind": "Reference",
35573
- "text": "PBAnimationState",
35574
- "canonicalReference": "@dcl/playground-assets!PBAnimationState:interface"
36903
+ "text": "bodyShapeUrn: "
35575
36904
  },
35576
36905
  {
35577
36906
  "kind": "Content",
35578
- "text": "[]"
36907
+ "text": "string"
35579
36908
  },
35580
36909
  {
35581
36910
  "kind": "Content",
@@ -35585,193 +36914,29 @@
35585
36914
  "isReadonly": false,
35586
36915
  "isOptional": false,
35587
36916
  "releaseTag": "Public",
35588
- "name": "states",
36917
+ "name": "bodyShapeUrn",
35589
36918
  "propertyTypeTokenRange": {
35590
36919
  "startIndex": 1,
35591
- "endIndex": 3
36920
+ "endIndex": 2
35592
36921
  }
35593
- }
35594
- ],
35595
- "extendsTokenRanges": []
35596
- },
35597
- {
35598
- "kind": "Namespace",
35599
- "canonicalReference": "@dcl/playground-assets!PBAnimator:namespace",
35600
- "docComment": "/**\n * @public\n */\n",
35601
- "excerptTokens": [
35602
- {
35603
- "kind": "Content",
35604
- "text": "export declare namespace PBAnimator "
35605
- }
35606
- ],
35607
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/animator.gen.d.ts",
35608
- "releaseTag": "Public",
35609
- "name": "PBAnimator",
35610
- "preserveMemberOrder": false,
35611
- "members": [
35612
- {
35613
- "kind": "Function",
35614
- "canonicalReference": "@dcl/playground-assets!PBAnimator.decode:function(1)",
35615
- "docComment": "",
35616
- "excerptTokens": [
35617
- {
35618
- "kind": "Content",
35619
- "text": "function decode(input: "
35620
- },
35621
- {
35622
- "kind": "Reference",
35623
- "text": "_m0.Reader",
35624
- "canonicalReference": "protobufjs!Reader:class"
35625
- },
35626
- {
35627
- "kind": "Content",
35628
- "text": " | "
35629
- },
35630
- {
35631
- "kind": "Reference",
35632
- "text": "Uint8Array",
35633
- "canonicalReference": "!Uint8Array:interface"
35634
- },
35635
- {
35636
- "kind": "Content",
35637
- "text": ", length?: "
35638
- },
35639
- {
35640
- "kind": "Content",
35641
- "text": "number"
35642
- },
35643
- {
35644
- "kind": "Content",
35645
- "text": "): "
35646
- },
35647
- {
35648
- "kind": "Reference",
35649
- "text": "PBAnimator",
35650
- "canonicalReference": "@dcl/playground-assets!PBAnimator:interface"
35651
- },
35652
- {
35653
- "kind": "Content",
35654
- "text": ";"
35655
- }
35656
- ],
35657
- "returnTypeTokenRange": {
35658
- "startIndex": 7,
35659
- "endIndex": 8
35660
- },
35661
- "releaseTag": "Public",
35662
- "overloadIndex": 1,
35663
- "parameters": [
35664
- {
35665
- "parameterName": "input",
35666
- "parameterTypeTokenRange": {
35667
- "startIndex": 1,
35668
- "endIndex": 4
35669
- },
35670
- "isOptional": false
35671
- },
35672
- {
35673
- "parameterName": "length",
35674
- "parameterTypeTokenRange": {
35675
- "startIndex": 5,
35676
- "endIndex": 6
35677
- },
35678
- "isOptional": true
35679
- }
35680
- ],
35681
- "name": "decode"
35682
36922
  },
35683
36923
  {
35684
- "kind": "Function",
35685
- "canonicalReference": "@dcl/playground-assets!PBAnimator.encode:function(1)",
36924
+ "kind": "PropertySignature",
36925
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#eyesColor:member",
35686
36926
  "docComment": "",
35687
36927
  "excerptTokens": [
35688
36928
  {
35689
36929
  "kind": "Content",
35690
- "text": "function encode(message: "
35691
- },
35692
- {
35693
- "kind": "Reference",
35694
- "text": "PBAnimator",
35695
- "canonicalReference": "@dcl/playground-assets!PBAnimator:interface"
35696
- },
35697
- {
35698
- "kind": "Content",
35699
- "text": ", writer?: "
35700
- },
35701
- {
35702
- "kind": "Reference",
35703
- "text": "_m0.Writer",
35704
- "canonicalReference": "protobufjs!Writer:class"
35705
- },
35706
- {
35707
- "kind": "Content",
35708
- "text": "): "
36930
+ "text": "eyesColor: "
35709
36931
  },
35710
36932
  {
35711
36933
  "kind": "Reference",
35712
- "text": "_m0.Writer",
35713
- "canonicalReference": "protobufjs!Writer:class"
35714
- },
35715
- {
35716
- "kind": "Content",
35717
- "text": ";"
35718
- }
35719
- ],
35720
- "returnTypeTokenRange": {
35721
- "startIndex": 5,
35722
- "endIndex": 6
35723
- },
35724
- "releaseTag": "Public",
35725
- "overloadIndex": 1,
35726
- "parameters": [
35727
- {
35728
- "parameterName": "message",
35729
- "parameterTypeTokenRange": {
35730
- "startIndex": 1,
35731
- "endIndex": 2
35732
- },
35733
- "isOptional": false
35734
- },
35735
- {
35736
- "parameterName": "writer",
35737
- "parameterTypeTokenRange": {
35738
- "startIndex": 3,
35739
- "endIndex": 4
35740
- },
35741
- "isOptional": true
35742
- }
35743
- ],
35744
- "name": "encode"
35745
- }
35746
- ]
35747
- },
35748
- {
35749
- "kind": "Interface",
35750
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
35751
- "docComment": "/**\n * @public\n */\n",
35752
- "excerptTokens": [
35753
- {
35754
- "kind": "Content",
35755
- "text": "export interface PBAudioSource "
35756
- }
35757
- ],
35758
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
35759
- "releaseTag": "Public",
35760
- "name": "PBAudioSource",
35761
- "preserveMemberOrder": false,
35762
- "members": [
35763
- {
35764
- "kind": "PropertySignature",
35765
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#audioClipUrl:member",
35766
- "docComment": "/**\n * the clip path as given in the `files` array of the scene's manifest.\n */\n",
35767
- "excerptTokens": [
35768
- {
35769
- "kind": "Content",
35770
- "text": "audioClipUrl: "
36934
+ "text": "Color3",
36935
+ "canonicalReference": "@dcl/playground-assets!Color3"
35771
36936
  },
35772
36937
  {
35773
36938
  "kind": "Content",
35774
- "text": "string"
36939
+ "text": " | undefined"
35775
36940
  },
35776
36941
  {
35777
36942
  "kind": "Content",
@@ -35781,51 +36946,29 @@
35781
36946
  "isReadonly": false,
35782
36947
  "isOptional": false,
35783
36948
  "releaseTag": "Public",
35784
- "name": "audioClipUrl",
36949
+ "name": "eyesColor",
35785
36950
  "propertyTypeTokenRange": {
35786
36951
  "startIndex": 1,
35787
- "endIndex": 2
36952
+ "endIndex": 3
35788
36953
  }
35789
36954
  },
35790
36955
  {
35791
36956
  "kind": "PropertySignature",
35792
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#loop:member",
35793
- "docComment": "/**\n * whether the clip should restart when finished.\n */\n",
36957
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
36958
+ "docComment": "",
35794
36959
  "excerptTokens": [
35795
36960
  {
35796
36961
  "kind": "Content",
35797
- "text": "loop?: "
36962
+ "text": "hairColor: "
35798
36963
  },
35799
36964
  {
35800
- "kind": "Content",
35801
- "text": "boolean | undefined"
35802
- },
35803
- {
35804
- "kind": "Content",
35805
- "text": ";"
35806
- }
35807
- ],
35808
- "isReadonly": false,
35809
- "isOptional": true,
35810
- "releaseTag": "Public",
35811
- "name": "loop",
35812
- "propertyTypeTokenRange": {
35813
- "startIndex": 1,
35814
- "endIndex": 2
35815
- }
35816
- },
35817
- {
35818
- "kind": "PropertySignature",
35819
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#pitch:member",
35820
- "docComment": "/**\n * the audio pitch (default: 1.0).\n */\n",
35821
- "excerptTokens": [
35822
- {
35823
- "kind": "Content",
35824
- "text": "pitch?: "
36965
+ "kind": "Reference",
36966
+ "text": "Color3",
36967
+ "canonicalReference": "@dcl/playground-assets!Color3"
35825
36968
  },
35826
36969
  {
35827
36970
  "kind": "Content",
35828
- "text": "number | undefined"
36971
+ "text": " | undefined"
35829
36972
  },
35830
36973
  {
35831
36974
  "kind": "Content",
@@ -35833,26 +36976,26 @@
35833
36976
  }
35834
36977
  ],
35835
36978
  "isReadonly": false,
35836
- "isOptional": true,
36979
+ "isOptional": false,
35837
36980
  "releaseTag": "Public",
35838
- "name": "pitch",
36981
+ "name": "hairColor",
35839
36982
  "propertyTypeTokenRange": {
35840
36983
  "startIndex": 1,
35841
- "endIndex": 2
36984
+ "endIndex": 3
35842
36985
  }
35843
36986
  },
35844
36987
  {
35845
36988
  "kind": "PropertySignature",
35846
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#playing:member",
35847
- "docComment": "/**\n * whether the clip is currently playing.\n */\n",
36989
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
36990
+ "docComment": "",
35848
36991
  "excerptTokens": [
35849
36992
  {
35850
36993
  "kind": "Content",
35851
- "text": "playing?: "
36994
+ "text": "name: "
35852
36995
  },
35853
36996
  {
35854
36997
  "kind": "Content",
35855
- "text": "boolean | undefined"
36998
+ "text": "string"
35856
36999
  },
35857
37000
  {
35858
37001
  "kind": "Content",
@@ -35860,9 +37003,9 @@
35860
37003
  }
35861
37004
  ],
35862
37005
  "isReadonly": false,
35863
- "isOptional": true,
37006
+ "isOptional": false,
35864
37007
  "releaseTag": "Public",
35865
- "name": "playing",
37008
+ "name": "name",
35866
37009
  "propertyTypeTokenRange": {
35867
37010
  "startIndex": 1,
35868
37011
  "endIndex": 2
@@ -35870,16 +37013,21 @@
35870
37013
  },
35871
37014
  {
35872
37015
  "kind": "PropertySignature",
35873
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#volume:member",
35874
- "docComment": "/**\n * the audio volume (default: 1.0).\n */\n",
37016
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
37017
+ "docComment": "",
35875
37018
  "excerptTokens": [
35876
37019
  {
35877
37020
  "kind": "Content",
35878
- "text": "volume?: "
37021
+ "text": "skinColor: "
37022
+ },
37023
+ {
37024
+ "kind": "Reference",
37025
+ "text": "Color3",
37026
+ "canonicalReference": "@dcl/playground-assets!Color3"
35879
37027
  },
35880
37028
  {
35881
37029
  "kind": "Content",
35882
- "text": "number | undefined"
37030
+ "text": " | undefined"
35883
37031
  },
35884
37032
  {
35885
37033
  "kind": "Content",
@@ -35887,12 +37035,12 @@
35887
37035
  }
35888
37036
  ],
35889
37037
  "isReadonly": false,
35890
- "isOptional": true,
37038
+ "isOptional": false,
35891
37039
  "releaseTag": "Public",
35892
- "name": "volume",
37040
+ "name": "skinColor",
35893
37041
  "propertyTypeTokenRange": {
35894
37042
  "startIndex": 1,
35895
- "endIndex": 2
37043
+ "endIndex": 3
35896
37044
  }
35897
37045
  }
35898
37046
  ],
@@ -35900,22 +37048,22 @@
35900
37048
  },
35901
37049
  {
35902
37050
  "kind": "Namespace",
35903
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:namespace",
37051
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:namespace",
35904
37052
  "docComment": "/**\n * @public\n */\n",
35905
37053
  "excerptTokens": [
35906
37054
  {
35907
37055
  "kind": "Content",
35908
- "text": "export declare namespace PBAudioSource "
37056
+ "text": "export declare namespace PBAvatarBase "
35909
37057
  }
35910
37058
  ],
35911
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
37059
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
35912
37060
  "releaseTag": "Public",
35913
- "name": "PBAudioSource",
37061
+ "name": "PBAvatarBase",
35914
37062
  "preserveMemberOrder": false,
35915
37063
  "members": [
35916
37064
  {
35917
37065
  "kind": "Function",
35918
- "canonicalReference": "@dcl/playground-assets!PBAudioSource.decode:function(1)",
37066
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase.decode:function(1)",
35919
37067
  "docComment": "",
35920
37068
  "excerptTokens": [
35921
37069
  {
@@ -35950,8 +37098,8 @@
35950
37098
  },
35951
37099
  {
35952
37100
  "kind": "Reference",
35953
- "text": "PBAudioSource",
35954
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
37101
+ "text": "PBAvatarBase",
37102
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
35955
37103
  },
35956
37104
  {
35957
37105
  "kind": "Content",
@@ -35986,7 +37134,7 @@
35986
37134
  },
35987
37135
  {
35988
37136
  "kind": "Function",
35989
- "canonicalReference": "@dcl/playground-assets!PBAudioSource.encode:function(1)",
37137
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase.encode:function(1)",
35990
37138
  "docComment": "",
35991
37139
  "excerptTokens": [
35992
37140
  {
@@ -35995,8 +37143,8 @@
35995
37143
  },
35996
37144
  {
35997
37145
  "kind": "Reference",
35998
- "text": "PBAudioSource",
35999
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
37146
+ "text": "PBAvatarBase",
37147
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
36000
37148
  },
36001
37149
  {
36002
37150
  "kind": "Content",
@@ -36051,31 +37199,31 @@
36051
37199
  },
36052
37200
  {
36053
37201
  "kind": "Interface",
36054
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface",
37202
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface",
36055
37203
  "docComment": "/**\n * @public\n */\n",
36056
37204
  "excerptTokens": [
36057
37205
  {
36058
37206
  "kind": "Content",
36059
- "text": "export interface PBAudioStream "
37207
+ "text": "export interface PBAvatarEmoteCommand "
36060
37208
  }
36061
37209
  ],
36062
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
37210
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
36063
37211
  "releaseTag": "Public",
36064
- "name": "PBAudioStream",
37212
+ "name": "PBAvatarEmoteCommand",
36065
37213
  "preserveMemberOrder": false,
36066
37214
  "members": [
36067
37215
  {
36068
37216
  "kind": "PropertySignature",
36069
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#playing:member",
36070
- "docComment": "/**\n * whether the clip is currently playing\n */\n",
37217
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#emoteUrn:member",
37218
+ "docComment": "",
36071
37219
  "excerptTokens": [
36072
37220
  {
36073
37221
  "kind": "Content",
36074
- "text": "playing?: "
37222
+ "text": "emoteUrn: "
36075
37223
  },
36076
37224
  {
36077
37225
  "kind": "Content",
36078
- "text": "boolean | undefined"
37226
+ "text": "string"
36079
37227
  },
36080
37228
  {
36081
37229
  "kind": "Content",
@@ -36083,9 +37231,9 @@
36083
37231
  }
36084
37232
  ],
36085
37233
  "isReadonly": false,
36086
- "isOptional": true,
37234
+ "isOptional": false,
36087
37235
  "releaseTag": "Public",
36088
- "name": "playing",
37236
+ "name": "emoteUrn",
36089
37237
  "propertyTypeTokenRange": {
36090
37238
  "startIndex": 1,
36091
37239
  "endIndex": 2
@@ -36093,16 +37241,16 @@
36093
37241
  },
36094
37242
  {
36095
37243
  "kind": "PropertySignature",
36096
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
36097
- "docComment": "/**\n * the audio stream HTTP URL\n */\n",
37244
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#loop:member",
37245
+ "docComment": "",
36098
37246
  "excerptTokens": [
36099
37247
  {
36100
37248
  "kind": "Content",
36101
- "text": "url: "
37249
+ "text": "loop: "
36102
37250
  },
36103
37251
  {
36104
37252
  "kind": "Content",
36105
- "text": "string"
37253
+ "text": "boolean"
36106
37254
  },
36107
37255
  {
36108
37256
  "kind": "Content",
@@ -36112,7 +37260,7 @@
36112
37260
  "isReadonly": false,
36113
37261
  "isOptional": false,
36114
37262
  "releaseTag": "Public",
36115
- "name": "url",
37263
+ "name": "loop",
36116
37264
  "propertyTypeTokenRange": {
36117
37265
  "startIndex": 1,
36118
37266
  "endIndex": 2
@@ -36120,16 +37268,16 @@
36120
37268
  },
36121
37269
  {
36122
37270
  "kind": "PropertySignature",
36123
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#volume:member",
36124
- "docComment": "/**\n * the audio volume (default: 1.0)\n */\n",
37271
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#timestamp:member",
37272
+ "docComment": "/**\n * monotonic counter\n */\n",
36125
37273
  "excerptTokens": [
36126
37274
  {
36127
37275
  "kind": "Content",
36128
- "text": "volume?: "
37276
+ "text": "timestamp: "
36129
37277
  },
36130
37278
  {
36131
37279
  "kind": "Content",
36132
- "text": "number | undefined"
37280
+ "text": "number"
36133
37281
  },
36134
37282
  {
36135
37283
  "kind": "Content",
@@ -36137,9 +37285,9 @@
36137
37285
  }
36138
37286
  ],
36139
37287
  "isReadonly": false,
36140
- "isOptional": true,
37288
+ "isOptional": false,
36141
37289
  "releaseTag": "Public",
36142
- "name": "volume",
37290
+ "name": "timestamp",
36143
37291
  "propertyTypeTokenRange": {
36144
37292
  "startIndex": 1,
36145
37293
  "endIndex": 2
@@ -36150,22 +37298,22 @@
36150
37298
  },
36151
37299
  {
36152
37300
  "kind": "Namespace",
36153
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:namespace",
37301
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
36154
37302
  "docComment": "/**\n * @public\n */\n",
36155
37303
  "excerptTokens": [
36156
37304
  {
36157
37305
  "kind": "Content",
36158
- "text": "export declare namespace PBAudioStream "
37306
+ "text": "export declare namespace PBAvatarEmoteCommand "
36159
37307
  }
36160
37308
  ],
36161
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
37309
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
36162
37310
  "releaseTag": "Public",
36163
- "name": "PBAudioStream",
37311
+ "name": "PBAvatarEmoteCommand",
36164
37312
  "preserveMemberOrder": false,
36165
37313
  "members": [
36166
37314
  {
36167
37315
  "kind": "Function",
36168
- "canonicalReference": "@dcl/playground-assets!PBAudioStream.decode:function(1)",
37316
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.decode:function(1)",
36169
37317
  "docComment": "",
36170
37318
  "excerptTokens": [
36171
37319
  {
@@ -36200,8 +37348,8 @@
36200
37348
  },
36201
37349
  {
36202
37350
  "kind": "Reference",
36203
- "text": "PBAudioStream",
36204
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
37351
+ "text": "PBAvatarEmoteCommand",
37352
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
36205
37353
  },
36206
37354
  {
36207
37355
  "kind": "Content",
@@ -36236,7 +37384,7 @@
36236
37384
  },
36237
37385
  {
36238
37386
  "kind": "Function",
36239
- "canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
37387
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
36240
37388
  "docComment": "",
36241
37389
  "excerptTokens": [
36242
37390
  {
@@ -36245,8 +37393,8 @@
36245
37393
  },
36246
37394
  {
36247
37395
  "kind": "Reference",
36248
- "text": "PBAudioStream",
36249
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
37396
+ "text": "PBAvatarEmoteCommand",
37397
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
36250
37398
  },
36251
37399
  {
36252
37400
  "kind": "Content",
@@ -36301,32 +37449,31 @@
36301
37449
  },
36302
37450
  {
36303
37451
  "kind": "Interface",
36304
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface",
37452
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
36305
37453
  "docComment": "/**\n * @public\n */\n",
36306
37454
  "excerptTokens": [
36307
37455
  {
36308
37456
  "kind": "Content",
36309
- "text": "export interface PBAvatarAttach "
37457
+ "text": "export interface PBAvatarEquippedData "
36310
37458
  }
36311
37459
  ],
36312
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
37460
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
36313
37461
  "releaseTag": "Public",
36314
- "name": "PBAvatarAttach",
37462
+ "name": "PBAvatarEquippedData",
36315
37463
  "preserveMemberOrder": false,
36316
37464
  "members": [
36317
37465
  {
36318
37466
  "kind": "PropertySignature",
36319
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#anchorPointId:member",
36320
- "docComment": "/**\n * the anchor point.\n */\n",
37467
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
37468
+ "docComment": "",
36321
37469
  "excerptTokens": [
36322
37470
  {
36323
37471
  "kind": "Content",
36324
- "text": "anchorPointId: "
37472
+ "text": "emoteUrns: "
36325
37473
  },
36326
37474
  {
36327
- "kind": "Reference",
36328
- "text": "AvatarAnchorPointType",
36329
- "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
37475
+ "kind": "Content",
37476
+ "text": "string[]"
36330
37477
  },
36331
37478
  {
36332
37479
  "kind": "Content",
@@ -36336,7 +37483,7 @@
36336
37483
  "isReadonly": false,
36337
37484
  "isOptional": false,
36338
37485
  "releaseTag": "Public",
36339
- "name": "anchorPointId",
37486
+ "name": "emoteUrns",
36340
37487
  "propertyTypeTokenRange": {
36341
37488
  "startIndex": 1,
36342
37489
  "endIndex": 2
@@ -36344,16 +37491,16 @@
36344
37491
  },
36345
37492
  {
36346
37493
  "kind": "PropertySignature",
36347
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
36348
- "docComment": "/**\n * the user ID of the avatar (default: local user)\n */\n",
37494
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
37495
+ "docComment": "",
36349
37496
  "excerptTokens": [
36350
37497
  {
36351
37498
  "kind": "Content",
36352
- "text": "avatarId?: "
37499
+ "text": "wearableUrns: "
36353
37500
  },
36354
37501
  {
36355
37502
  "kind": "Content",
36356
- "text": "string | undefined"
37503
+ "text": "string[]"
36357
37504
  },
36358
37505
  {
36359
37506
  "kind": "Content",
@@ -36361,9 +37508,9 @@
36361
37508
  }
36362
37509
  ],
36363
37510
  "isReadonly": false,
36364
- "isOptional": true,
37511
+ "isOptional": false,
36365
37512
  "releaseTag": "Public",
36366
- "name": "avatarId",
37513
+ "name": "wearableUrns",
36367
37514
  "propertyTypeTokenRange": {
36368
37515
  "startIndex": 1,
36369
37516
  "endIndex": 2
@@ -36374,22 +37521,22 @@
36374
37521
  },
36375
37522
  {
36376
37523
  "kind": "Namespace",
36377
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:namespace",
37524
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
36378
37525
  "docComment": "/**\n * @public\n */\n",
36379
37526
  "excerptTokens": [
36380
37527
  {
36381
37528
  "kind": "Content",
36382
- "text": "export declare namespace PBAvatarAttach "
37529
+ "text": "export declare namespace PBAvatarEquippedData "
36383
37530
  }
36384
37531
  ],
36385
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
37532
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
36386
37533
  "releaseTag": "Public",
36387
- "name": "PBAvatarAttach",
37534
+ "name": "PBAvatarEquippedData",
36388
37535
  "preserveMemberOrder": false,
36389
37536
  "members": [
36390
37537
  {
36391
37538
  "kind": "Function",
36392
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.decode:function(1)",
37539
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
36393
37540
  "docComment": "",
36394
37541
  "excerptTokens": [
36395
37542
  {
@@ -36424,8 +37571,8 @@
36424
37571
  },
36425
37572
  {
36426
37573
  "kind": "Reference",
36427
- "text": "PBAvatarAttach",
36428
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
37574
+ "text": "PBAvatarEquippedData",
37575
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
36429
37576
  },
36430
37577
  {
36431
37578
  "kind": "Content",
@@ -36460,7 +37607,7 @@
36460
37607
  },
36461
37608
  {
36462
37609
  "kind": "Function",
36463
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.encode:function(1)",
37610
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
36464
37611
  "docComment": "",
36465
37612
  "excerptTokens": [
36466
37613
  {
@@ -36469,8 +37616,8 @@
36469
37616
  },
36470
37617
  {
36471
37618
  "kind": "Reference",
36472
- "text": "PBAvatarAttach",
36473
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
37619
+ "text": "PBAvatarEquippedData",
37620
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
36474
37621
  },
36475
37622
  {
36476
37623
  "kind": "Content",
@@ -42491,6 +43638,229 @@
42491
43638
  }
42492
43639
  ]
42493
43640
  },
43641
+ {
43642
+ "kind": "Interface",
43643
+ "canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData:interface",
43644
+ "docComment": "/**\n * @public\n */\n",
43645
+ "excerptTokens": [
43646
+ {
43647
+ "kind": "Content",
43648
+ "text": "export interface PBPlayerIdentityData "
43649
+ }
43650
+ ],
43651
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/player_identity_data.gen.d.ts",
43652
+ "releaseTag": "Public",
43653
+ "name": "PBPlayerIdentityData",
43654
+ "preserveMemberOrder": false,
43655
+ "members": [
43656
+ {
43657
+ "kind": "PropertySignature",
43658
+ "canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData#address:member",
43659
+ "docComment": "/**\n * ethereum address of this player\n */\n",
43660
+ "excerptTokens": [
43661
+ {
43662
+ "kind": "Content",
43663
+ "text": "address: "
43664
+ },
43665
+ {
43666
+ "kind": "Content",
43667
+ "text": "string"
43668
+ },
43669
+ {
43670
+ "kind": "Content",
43671
+ "text": ";"
43672
+ }
43673
+ ],
43674
+ "isReadonly": false,
43675
+ "isOptional": false,
43676
+ "releaseTag": "Public",
43677
+ "name": "address",
43678
+ "propertyTypeTokenRange": {
43679
+ "startIndex": 1,
43680
+ "endIndex": 2
43681
+ }
43682
+ },
43683
+ {
43684
+ "kind": "PropertySignature",
43685
+ "canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData#isGuest:member",
43686
+ "docComment": "",
43687
+ "excerptTokens": [
43688
+ {
43689
+ "kind": "Content",
43690
+ "text": "isGuest: "
43691
+ },
43692
+ {
43693
+ "kind": "Content",
43694
+ "text": "boolean"
43695
+ },
43696
+ {
43697
+ "kind": "Content",
43698
+ "text": ";"
43699
+ }
43700
+ ],
43701
+ "isReadonly": false,
43702
+ "isOptional": false,
43703
+ "releaseTag": "Public",
43704
+ "name": "isGuest",
43705
+ "propertyTypeTokenRange": {
43706
+ "startIndex": 1,
43707
+ "endIndex": 2
43708
+ }
43709
+ }
43710
+ ],
43711
+ "extendsTokenRanges": []
43712
+ },
43713
+ {
43714
+ "kind": "Namespace",
43715
+ "canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData:namespace",
43716
+ "docComment": "/**\n * @public\n */\n",
43717
+ "excerptTokens": [
43718
+ {
43719
+ "kind": "Content",
43720
+ "text": "export declare namespace PBPlayerIdentityData "
43721
+ }
43722
+ ],
43723
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/player_identity_data.gen.d.ts",
43724
+ "releaseTag": "Public",
43725
+ "name": "PBPlayerIdentityData",
43726
+ "preserveMemberOrder": false,
43727
+ "members": [
43728
+ {
43729
+ "kind": "Function",
43730
+ "canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData.decode:function(1)",
43731
+ "docComment": "",
43732
+ "excerptTokens": [
43733
+ {
43734
+ "kind": "Content",
43735
+ "text": "function decode(input: "
43736
+ },
43737
+ {
43738
+ "kind": "Reference",
43739
+ "text": "_m0.Reader",
43740
+ "canonicalReference": "protobufjs!Reader:class"
43741
+ },
43742
+ {
43743
+ "kind": "Content",
43744
+ "text": " | "
43745
+ },
43746
+ {
43747
+ "kind": "Reference",
43748
+ "text": "Uint8Array",
43749
+ "canonicalReference": "!Uint8Array:interface"
43750
+ },
43751
+ {
43752
+ "kind": "Content",
43753
+ "text": ", length?: "
43754
+ },
43755
+ {
43756
+ "kind": "Content",
43757
+ "text": "number"
43758
+ },
43759
+ {
43760
+ "kind": "Content",
43761
+ "text": "): "
43762
+ },
43763
+ {
43764
+ "kind": "Reference",
43765
+ "text": "PBPlayerIdentityData",
43766
+ "canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData:interface"
43767
+ },
43768
+ {
43769
+ "kind": "Content",
43770
+ "text": ";"
43771
+ }
43772
+ ],
43773
+ "returnTypeTokenRange": {
43774
+ "startIndex": 7,
43775
+ "endIndex": 8
43776
+ },
43777
+ "releaseTag": "Public",
43778
+ "overloadIndex": 1,
43779
+ "parameters": [
43780
+ {
43781
+ "parameterName": "input",
43782
+ "parameterTypeTokenRange": {
43783
+ "startIndex": 1,
43784
+ "endIndex": 4
43785
+ },
43786
+ "isOptional": false
43787
+ },
43788
+ {
43789
+ "parameterName": "length",
43790
+ "parameterTypeTokenRange": {
43791
+ "startIndex": 5,
43792
+ "endIndex": 6
43793
+ },
43794
+ "isOptional": true
43795
+ }
43796
+ ],
43797
+ "name": "decode"
43798
+ },
43799
+ {
43800
+ "kind": "Function",
43801
+ "canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData.encode:function(1)",
43802
+ "docComment": "",
43803
+ "excerptTokens": [
43804
+ {
43805
+ "kind": "Content",
43806
+ "text": "function encode(message: "
43807
+ },
43808
+ {
43809
+ "kind": "Reference",
43810
+ "text": "PBPlayerIdentityData",
43811
+ "canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData:interface"
43812
+ },
43813
+ {
43814
+ "kind": "Content",
43815
+ "text": ", writer?: "
43816
+ },
43817
+ {
43818
+ "kind": "Reference",
43819
+ "text": "_m0.Writer",
43820
+ "canonicalReference": "protobufjs!Writer:class"
43821
+ },
43822
+ {
43823
+ "kind": "Content",
43824
+ "text": "): "
43825
+ },
43826
+ {
43827
+ "kind": "Reference",
43828
+ "text": "_m0.Writer",
43829
+ "canonicalReference": "protobufjs!Writer:class"
43830
+ },
43831
+ {
43832
+ "kind": "Content",
43833
+ "text": ";"
43834
+ }
43835
+ ],
43836
+ "returnTypeTokenRange": {
43837
+ "startIndex": 5,
43838
+ "endIndex": 6
43839
+ },
43840
+ "releaseTag": "Public",
43841
+ "overloadIndex": 1,
43842
+ "parameters": [
43843
+ {
43844
+ "parameterName": "message",
43845
+ "parameterTypeTokenRange": {
43846
+ "startIndex": 1,
43847
+ "endIndex": 2
43848
+ },
43849
+ "isOptional": false
43850
+ },
43851
+ {
43852
+ "parameterName": "writer",
43853
+ "parameterTypeTokenRange": {
43854
+ "startIndex": 3,
43855
+ "endIndex": 4
43856
+ },
43857
+ "isOptional": true
43858
+ }
43859
+ ],
43860
+ "name": "encode"
43861
+ }
43862
+ ]
43863
+ },
42494
43864
  {
42495
43865
  "kind": "Interface",
42496
43866
  "canonicalReference": "@dcl/playground-assets!PBPointerEvents_Entry:interface",
@@ -52599,6 +53969,43 @@
52599
53969
  }
52600
53970
  ]
52601
53971
  },
53972
+ {
53973
+ "kind": "Variable",
53974
+ "canonicalReference": "@dcl/playground-assets!PlayerIdentityData:var",
53975
+ "docComment": "/**\n * @public\n */\n",
53976
+ "excerptTokens": [
53977
+ {
53978
+ "kind": "Content",
53979
+ "text": "PlayerIdentityData: "
53980
+ },
53981
+ {
53982
+ "kind": "Reference",
53983
+ "text": "LastWriteWinElementSetComponentDefinition",
53984
+ "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
53985
+ },
53986
+ {
53987
+ "kind": "Content",
53988
+ "text": "<"
53989
+ },
53990
+ {
53991
+ "kind": "Reference",
53992
+ "text": "PBPlayerIdentityData",
53993
+ "canonicalReference": "@dcl/playground-assets!PBPlayerIdentityData"
53994
+ },
53995
+ {
53996
+ "kind": "Content",
53997
+ "text": ">"
53998
+ }
53999
+ ],
54000
+ "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
54001
+ "isReadonly": true,
54002
+ "releaseTag": "Public",
54003
+ "name": "PlayerIdentityData",
54004
+ "variableTypeTokenRange": {
54005
+ "startIndex": 1,
54006
+ "endIndex": 5
54007
+ }
54008
+ },
52602
54009
  {
52603
54010
  "kind": "Variable",
52604
54011
  "canonicalReference": "@dcl/playground-assets!PointerEvents:var",
@@ -59040,33 +60447,6 @@
59040
60447
  ],
59041
60448
  "name": "removeEntityWithChildren"
59042
60449
  },
59043
- {
59044
- "kind": "Variable",
59045
- "canonicalReference": "@dcl/playground-assets!RESERVED_LOCAL_ENTITIES:var",
59046
- "docComment": "",
59047
- "excerptTokens": [
59048
- {
59049
- "kind": "Content",
59050
- "text": "RESERVED_LOCAL_ENTITIES = "
59051
- },
59052
- {
59053
- "kind": "Content",
59054
- "text": "65535"
59055
- }
59056
- ],
59057
- "fileUrlPath": "../ecs/dist/engine/entity.d.ts",
59058
- "initializerTokenRange": {
59059
- "startIndex": 1,
59060
- "endIndex": 2
59061
- },
59062
- "isReadonly": true,
59063
- "releaseTag": "Public",
59064
- "name": "RESERVED_LOCAL_ENTITIES",
59065
- "variableTypeTokenRange": {
59066
- "startIndex": 0,
59067
- "endIndex": 0
59068
- }
59069
- },
59070
60450
  {
59071
60451
  "kind": "Variable",
59072
60452
  "canonicalReference": "@dcl/playground-assets!RESERVED_STATIC_ENTITIES:var",