@dcl/playground-assets 7.22.2-23601767788.commit-ff97f2f → 7.22.2

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.
@@ -1165,417 +1165,6 @@
1165
1165
  "endIndex": 6
1166
1166
  }
1167
1167
  },
1168
- {
1169
- "kind": "Variable",
1170
- "canonicalReference": "@dcl/playground-assets!AudioAnalysis:var",
1171
- "docComment": "",
1172
- "excerptTokens": [
1173
- {
1174
- "kind": "Content",
1175
- "text": "AudioAnalysis: "
1176
- },
1177
- {
1178
- "kind": "Reference",
1179
- "text": "AudioAnalysisComponentDefinitionExtended",
1180
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended:interface"
1181
- }
1182
- ],
1183
- "fileUrlPath": "../ecs/dist/index.d.ts",
1184
- "isReadonly": true,
1185
- "releaseTag": "Public",
1186
- "name": "AudioAnalysis",
1187
- "variableTypeTokenRange": {
1188
- "startIndex": 1,
1189
- "endIndex": 2
1190
- }
1191
- },
1192
- {
1193
- "kind": "Interface",
1194
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended:interface",
1195
- "docComment": "",
1196
- "excerptTokens": [
1197
- {
1198
- "kind": "Content",
1199
- "text": "export interface AudioAnalysisComponentDefinitionExtended extends "
1200
- },
1201
- {
1202
- "kind": "Reference",
1203
- "text": "LastWriteWinElementSetComponentDefinition",
1204
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
1205
- },
1206
- {
1207
- "kind": "Content",
1208
- "text": "<"
1209
- },
1210
- {
1211
- "kind": "Reference",
1212
- "text": "PBAudioAnalysis",
1213
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis"
1214
- },
1215
- {
1216
- "kind": "Content",
1217
- "text": ">"
1218
- },
1219
- {
1220
- "kind": "Content",
1221
- "text": " "
1222
- }
1223
- ],
1224
- "fileUrlPath": "../ecs/dist/components/extended/AudioAnalysis.d.ts",
1225
- "releaseTag": "Public",
1226
- "name": "AudioAnalysisComponentDefinitionExtended",
1227
- "preserveMemberOrder": false,
1228
- "members": [
1229
- {
1230
- "kind": "MethodSignature",
1231
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#createAudioAnalysis:member(1)",
1232
- "docComment": "/**\n * Creates an AudioAnalysis component for the given `entity`.\n *\n * If a component already exists on the entity, this call fails (does not replace).\n *\n * @param entity - The entity to attach the component to.\n *\n * @param mode - Analysis mode. Defaults to `PBAudioAnalysisMode.MODE_LOGARITHMIC`.\n *\n * @param amplitudeGain - Optional amplitude gain multiplier.\n *\n * @param bandsGain - Optional gain multiplier applied to all frequency bands.\n */\n",
1233
- "excerptTokens": [
1234
- {
1235
- "kind": "Content",
1236
- "text": "createAudioAnalysis(entity: "
1237
- },
1238
- {
1239
- "kind": "Reference",
1240
- "text": "Entity",
1241
- "canonicalReference": "@dcl/playground-assets!Entity:type"
1242
- },
1243
- {
1244
- "kind": "Content",
1245
- "text": ", mode?: "
1246
- },
1247
- {
1248
- "kind": "Reference",
1249
- "text": "PBAudioAnalysisMode",
1250
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
1251
- },
1252
- {
1253
- "kind": "Content",
1254
- "text": ", // default is PBAudioAnalysisMode.MODE_LOGARITHMIC\n amplitudeGain?: "
1255
- },
1256
- {
1257
- "kind": "Content",
1258
- "text": "number"
1259
- },
1260
- {
1261
- "kind": "Content",
1262
- "text": ", bandsGain?: "
1263
- },
1264
- {
1265
- "kind": "Content",
1266
- "text": "number"
1267
- },
1268
- {
1269
- "kind": "Content",
1270
- "text": "): "
1271
- },
1272
- {
1273
- "kind": "Content",
1274
- "text": "void"
1275
- },
1276
- {
1277
- "kind": "Content",
1278
- "text": ";"
1279
- }
1280
- ],
1281
- "isOptional": false,
1282
- "returnTypeTokenRange": {
1283
- "startIndex": 9,
1284
- "endIndex": 10
1285
- },
1286
- "releaseTag": "Public",
1287
- "overloadIndex": 1,
1288
- "parameters": [
1289
- {
1290
- "parameterName": "entity",
1291
- "parameterTypeTokenRange": {
1292
- "startIndex": 1,
1293
- "endIndex": 2
1294
- },
1295
- "isOptional": false
1296
- },
1297
- {
1298
- "parameterName": "mode",
1299
- "parameterTypeTokenRange": {
1300
- "startIndex": 3,
1301
- "endIndex": 4
1302
- },
1303
- "isOptional": true
1304
- },
1305
- {
1306
- "parameterName": "amplitudeGain",
1307
- "parameterTypeTokenRange": {
1308
- "startIndex": 5,
1309
- "endIndex": 6
1310
- },
1311
- "isOptional": true
1312
- },
1313
- {
1314
- "parameterName": "bandsGain",
1315
- "parameterTypeTokenRange": {
1316
- "startIndex": 7,
1317
- "endIndex": 8
1318
- },
1319
- "isOptional": true
1320
- }
1321
- ],
1322
- "name": "createAudioAnalysis"
1323
- },
1324
- {
1325
- "kind": "MethodSignature",
1326
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#createOrReplaceAudioAnalysis:member(1)",
1327
- "docComment": "/**\n * Creates the AudioAnalysis component if missing, or replaces the existing one.\n *\n * @param entity - The target entity.\n *\n * @param mode - Analysis mode. Defaults to `PBAudioAnalysisMode.MODE_LOGARITHMIC`.\n *\n * @param amplitudeGain - Optional amplitude gain multiplier.\n *\n * @param bandsGain - Optional gain multiplier applied to the frequency bands.\n */\n",
1328
- "excerptTokens": [
1329
- {
1330
- "kind": "Content",
1331
- "text": "createOrReplaceAudioAnalysis(entity: "
1332
- },
1333
- {
1334
- "kind": "Reference",
1335
- "text": "Entity",
1336
- "canonicalReference": "@dcl/playground-assets!Entity:type"
1337
- },
1338
- {
1339
- "kind": "Content",
1340
- "text": ", mode?: "
1341
- },
1342
- {
1343
- "kind": "Reference",
1344
- "text": "PBAudioAnalysisMode",
1345
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
1346
- },
1347
- {
1348
- "kind": "Content",
1349
- "text": ", // default is PBAudioAnalysisMode.MODE_LOGARITHMIC\n amplitudeGain?: "
1350
- },
1351
- {
1352
- "kind": "Content",
1353
- "text": "number"
1354
- },
1355
- {
1356
- "kind": "Content",
1357
- "text": ", bandsGain?: "
1358
- },
1359
- {
1360
- "kind": "Content",
1361
- "text": "number"
1362
- },
1363
- {
1364
- "kind": "Content",
1365
- "text": "): "
1366
- },
1367
- {
1368
- "kind": "Content",
1369
- "text": "void"
1370
- },
1371
- {
1372
- "kind": "Content",
1373
- "text": ";"
1374
- }
1375
- ],
1376
- "isOptional": false,
1377
- "returnTypeTokenRange": {
1378
- "startIndex": 9,
1379
- "endIndex": 10
1380
- },
1381
- "releaseTag": "Public",
1382
- "overloadIndex": 1,
1383
- "parameters": [
1384
- {
1385
- "parameterName": "entity",
1386
- "parameterTypeTokenRange": {
1387
- "startIndex": 1,
1388
- "endIndex": 2
1389
- },
1390
- "isOptional": false
1391
- },
1392
- {
1393
- "parameterName": "mode",
1394
- "parameterTypeTokenRange": {
1395
- "startIndex": 3,
1396
- "endIndex": 4
1397
- },
1398
- "isOptional": true
1399
- },
1400
- {
1401
- "parameterName": "amplitudeGain",
1402
- "parameterTypeTokenRange": {
1403
- "startIndex": 5,
1404
- "endIndex": 6
1405
- },
1406
- "isOptional": true
1407
- },
1408
- {
1409
- "parameterName": "bandsGain",
1410
- "parameterTypeTokenRange": {
1411
- "startIndex": 7,
1412
- "endIndex": 8
1413
- },
1414
- "isOptional": true
1415
- }
1416
- ],
1417
- "name": "createOrReplaceAudioAnalysis"
1418
- },
1419
- {
1420
- "kind": "MethodSignature",
1421
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#readIntoView:member(1)",
1422
- "docComment": "/**\n * Reads the component data of `entity` into the provided `out` view.\n *\n * @param entity - The entity whose AudioAnalysis data will be read.\n *\n * @param out - An existing AudioAnalysisView to populate with the latest values.\n *\n * @throws\n *\n * Error if the entity does not have an AudioAnalysis component.\n */\n",
1423
- "excerptTokens": [
1424
- {
1425
- "kind": "Content",
1426
- "text": "readIntoView(entity: "
1427
- },
1428
- {
1429
- "kind": "Reference",
1430
- "text": "Entity",
1431
- "canonicalReference": "@dcl/playground-assets!Entity:type"
1432
- },
1433
- {
1434
- "kind": "Content",
1435
- "text": ", out: "
1436
- },
1437
- {
1438
- "kind": "Reference",
1439
- "text": "AudioAnalysisView",
1440
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type"
1441
- },
1442
- {
1443
- "kind": "Content",
1444
- "text": "): "
1445
- },
1446
- {
1447
- "kind": "Content",
1448
- "text": "void"
1449
- },
1450
- {
1451
- "kind": "Content",
1452
- "text": ";"
1453
- }
1454
- ],
1455
- "isOptional": false,
1456
- "returnTypeTokenRange": {
1457
- "startIndex": 5,
1458
- "endIndex": 6
1459
- },
1460
- "releaseTag": "Public",
1461
- "overloadIndex": 1,
1462
- "parameters": [
1463
- {
1464
- "parameterName": "entity",
1465
- "parameterTypeTokenRange": {
1466
- "startIndex": 1,
1467
- "endIndex": 2
1468
- },
1469
- "isOptional": false
1470
- },
1471
- {
1472
- "parameterName": "out",
1473
- "parameterTypeTokenRange": {
1474
- "startIndex": 3,
1475
- "endIndex": 4
1476
- },
1477
- "isOptional": false
1478
- }
1479
- ],
1480
- "name": "readIntoView"
1481
- },
1482
- {
1483
- "kind": "MethodSignature",
1484
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisComponentDefinitionExtended#tryReadIntoView:member(1)",
1485
- "docComment": "/**\n * Attempts to read the component data of `entity` into the provided `out` view.\n *\n * @param entity - The entity whose AudioAnalysis data will be read.\n *\n * @param out - An existing AudioAnalysisView to populate.\n *\n * @returns `true` if the component exists and data was written into `out`, `false` if the entity does not have an AudioAnalysis component.\n */\n",
1486
- "excerptTokens": [
1487
- {
1488
- "kind": "Content",
1489
- "text": "tryReadIntoView(entity: "
1490
- },
1491
- {
1492
- "kind": "Reference",
1493
- "text": "Entity",
1494
- "canonicalReference": "@dcl/playground-assets!Entity:type"
1495
- },
1496
- {
1497
- "kind": "Content",
1498
- "text": ", out: "
1499
- },
1500
- {
1501
- "kind": "Reference",
1502
- "text": "AudioAnalysisView",
1503
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type"
1504
- },
1505
- {
1506
- "kind": "Content",
1507
- "text": "): "
1508
- },
1509
- {
1510
- "kind": "Content",
1511
- "text": "boolean"
1512
- },
1513
- {
1514
- "kind": "Content",
1515
- "text": ";"
1516
- }
1517
- ],
1518
- "isOptional": false,
1519
- "returnTypeTokenRange": {
1520
- "startIndex": 5,
1521
- "endIndex": 6
1522
- },
1523
- "releaseTag": "Public",
1524
- "overloadIndex": 1,
1525
- "parameters": [
1526
- {
1527
- "parameterName": "entity",
1528
- "parameterTypeTokenRange": {
1529
- "startIndex": 1,
1530
- "endIndex": 2
1531
- },
1532
- "isOptional": false
1533
- },
1534
- {
1535
- "parameterName": "out",
1536
- "parameterTypeTokenRange": {
1537
- "startIndex": 3,
1538
- "endIndex": 4
1539
- },
1540
- "isOptional": false
1541
- }
1542
- ],
1543
- "name": "tryReadIntoView"
1544
- }
1545
- ],
1546
- "extendsTokenRanges": [
1547
- {
1548
- "startIndex": 1,
1549
- "endIndex": 5
1550
- }
1551
- ]
1552
- },
1553
- {
1554
- "kind": "TypeAlias",
1555
- "canonicalReference": "@dcl/playground-assets!AudioAnalysisView:type",
1556
- "docComment": "/**\n * A read-only JavaScript-friendly view of AudioAnalysis ECS data.\n *\n * `amplitude` represents the aggregated signal strength. `bands` represents the processed frequency bands.\n */\n",
1557
- "excerptTokens": [
1558
- {
1559
- "kind": "Content",
1560
- "text": "export type AudioAnalysisView = "
1561
- },
1562
- {
1563
- "kind": "Content",
1564
- "text": "{\n amplitude: number;\n bands: number[];\n}"
1565
- },
1566
- {
1567
- "kind": "Content",
1568
- "text": ";"
1569
- }
1570
- ],
1571
- "fileUrlPath": "../ecs/dist/components/extended/AudioAnalysis.d.ts",
1572
- "releaseTag": "Public",
1573
- "name": "AudioAnalysisView",
1574
- "typeTokenRange": {
1575
- "startIndex": 1,
1576
- "endIndex": 2
1577
- }
1578
- },
1579
1168
  {
1580
1169
  "kind": "Variable",
1581
1170
  "canonicalReference": "@dcl/playground-assets!AudioEvent:var",
@@ -2653,43 +2242,6 @@
2653
2242
  "endIndex": 5
2654
2243
  }
2655
2244
  },
2656
- {
2657
- "kind": "Variable",
2658
- "canonicalReference": "@dcl/playground-assets!AvatarLocomotionSettings:var",
2659
- "docComment": "/**\n * @public\n */\n",
2660
- "excerptTokens": [
2661
- {
2662
- "kind": "Content",
2663
- "text": "AvatarLocomotionSettings: "
2664
- },
2665
- {
2666
- "kind": "Reference",
2667
- "text": "LastWriteWinElementSetComponentDefinition",
2668
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
2669
- },
2670
- {
2671
- "kind": "Content",
2672
- "text": "<"
2673
- },
2674
- {
2675
- "kind": "Reference",
2676
- "text": "PBAvatarLocomotionSettings",
2677
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
2678
- },
2679
- {
2680
- "kind": "Content",
2681
- "text": ">"
2682
- }
2683
- ],
2684
- "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
2685
- "isReadonly": true,
2686
- "releaseTag": "Public",
2687
- "name": "AvatarLocomotionSettings",
2688
- "variableTypeTokenRange": {
2689
- "startIndex": 1,
2690
- "endIndex": 5
2691
- }
2692
- },
2693
2245
  {
2694
2246
  "kind": "Variable",
2695
2247
  "canonicalReference": "@dcl/playground-assets!AvatarModifierArea:var",
@@ -13117,33 +12669,6 @@
13117
12669
  "text": "PBAssetLoadLoadingState",
13118
12670
  "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState"
13119
12671
  },
13120
- {
13121
- "kind": "Content",
13122
- "text": ">>;\n \"core::AudioAnalysis\": "
13123
- },
13124
- {
13125
- "kind": "Reference",
13126
- "text": "LwwComponentGetter",
13127
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
13128
- },
13129
- {
13130
- "kind": "Content",
13131
- "text": "<"
13132
- },
13133
- {
13134
- "kind": "Reference",
13135
- "text": "LastWriteWinElementSetComponentDefinition",
13136
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
13137
- },
13138
- {
13139
- "kind": "Content",
13140
- "text": "<"
13141
- },
13142
- {
13143
- "kind": "Reference",
13144
- "text": "PBAudioAnalysis",
13145
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis"
13146
- },
13147
12672
  {
13148
12673
  "kind": "Content",
13149
12674
  "text": ">>;\n \"core::AudioEvent\": "
@@ -13333,33 +12858,6 @@
13333
12858
  "text": "PBAvatarEquippedData",
13334
12859
  "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData"
13335
12860
  },
13336
- {
13337
- "kind": "Content",
13338
- "text": ">>;\n \"core::AvatarLocomotionSettings\": "
13339
- },
13340
- {
13341
- "kind": "Reference",
13342
- "text": "LwwComponentGetter",
13343
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
13344
- },
13345
- {
13346
- "kind": "Content",
13347
- "text": "<"
13348
- },
13349
- {
13350
- "kind": "Reference",
13351
- "text": "LastWriteWinElementSetComponentDefinition",
13352
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
13353
- },
13354
- {
13355
- "kind": "Content",
13356
- "text": "<"
13357
- },
13358
- {
13359
- "kind": "Reference",
13360
- "text": "PBAvatarLocomotionSettings",
13361
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
13362
- },
13363
12861
  {
13364
12862
  "kind": "Content",
13365
12863
  "text": ">>;\n \"core::AvatarModifierArea\": "
@@ -14586,7 +14084,7 @@
14586
14084
  "name": "componentDefinitionByName",
14587
14085
  "variableTypeTokenRange": {
14588
14086
  "startIndex": 1,
14589
- "endIndex": 344
14087
+ "endIndex": 332
14590
14088
  }
14591
14089
  },
14592
14090
  {
@@ -24836,27 +24334,6 @@
24836
24334
  "releaseTag": "Public",
24837
24335
  "name": "IA_LEFT"
24838
24336
  },
24839
- {
24840
- "kind": "EnumMember",
24841
- "canonicalReference": "@dcl/playground-assets!InputAction.IA_MODIFIER:member",
24842
- "docComment": "",
24843
- "excerptTokens": [
24844
- {
24845
- "kind": "Content",
24846
- "text": "IA_MODIFIER = "
24847
- },
24848
- {
24849
- "kind": "Content",
24850
- "text": "14"
24851
- }
24852
- ],
24853
- "initializerTokenRange": {
24854
- "startIndex": 1,
24855
- "endIndex": 2
24856
- },
24857
- "releaseTag": "Public",
24858
- "name": "IA_MODIFIER"
24859
- },
24860
24337
  {
24861
24338
  "kind": "EnumMember",
24862
24339
  "canonicalReference": "@dcl/playground-assets!InputAction.IA_POINTER:member",
@@ -40747,31 +40224,32 @@
40747
40224
  },
40748
40225
  {
40749
40226
  "kind": "Interface",
40750
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface",
40227
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface",
40751
40228
  "docComment": "/**\n * @public\n */\n",
40752
40229
  "excerptTokens": [
40753
40230
  {
40754
40231
  "kind": "Content",
40755
- "text": "export interface PBAudioAnalysis "
40232
+ "text": "export interface PBAudioEvent "
40756
40233
  }
40757
40234
  ],
40758
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
40235
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
40759
40236
  "releaseTag": "Public",
40760
- "name": "PBAudioAnalysis",
40237
+ "name": "PBAudioEvent",
40761
40238
  "preserveMemberOrder": false,
40762
40239
  "members": [
40763
40240
  {
40764
40241
  "kind": "PropertySignature",
40765
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitude:member",
40766
- "docComment": "/**\n * Result section\n */\n",
40242
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent#state:member",
40243
+ "docComment": "",
40767
40244
  "excerptTokens": [
40768
40245
  {
40769
40246
  "kind": "Content",
40770
- "text": "amplitude: "
40247
+ "text": "state: "
40771
40248
  },
40772
40249
  {
40773
- "kind": "Content",
40774
- "text": "number"
40250
+ "kind": "Reference",
40251
+ "text": "MediaState",
40252
+ "canonicalReference": "@dcl/playground-assets!MediaState:enum"
40775
40253
  },
40776
40254
  {
40777
40255
  "kind": "Content",
@@ -40781,7 +40259,7 @@
40781
40259
  "isReadonly": false,
40782
40260
  "isOptional": false,
40783
40261
  "releaseTag": "Public",
40784
- "name": "amplitude",
40262
+ "name": "state",
40785
40263
  "propertyTypeTokenRange": {
40786
40264
  "startIndex": 1,
40787
40265
  "endIndex": 2
@@ -40789,16 +40267,16 @@
40789
40267
  },
40790
40268
  {
40791
40269
  "kind": "PropertySignature",
40792
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitudeGain:member",
40793
- "docComment": "/**\n * Used only when mode == MODE_LOGARITHMIC\n */\n",
40270
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent#timestamp:member",
40271
+ "docComment": "/**\n * monotonic counter\n */\n",
40794
40272
  "excerptTokens": [
40795
40273
  {
40796
40274
  "kind": "Content",
40797
- "text": "amplitudeGain?: "
40275
+ "text": "timestamp: "
40798
40276
  },
40799
40277
  {
40800
40278
  "kind": "Content",
40801
- "text": "number | undefined"
40279
+ "text": "number"
40802
40280
  },
40803
40281
  {
40804
40282
  "kind": "Content",
@@ -40806,107 +40284,195 @@
40806
40284
  }
40807
40285
  ],
40808
40286
  "isReadonly": false,
40809
- "isOptional": true,
40287
+ "isOptional": false,
40810
40288
  "releaseTag": "Public",
40811
- "name": "amplitudeGain",
40289
+ "name": "timestamp",
40812
40290
  "propertyTypeTokenRange": {
40813
40291
  "startIndex": 1,
40814
40292
  "endIndex": 2
40815
40293
  }
40816
- },
40294
+ }
40295
+ ],
40296
+ "extendsTokenRanges": []
40297
+ },
40298
+ {
40299
+ "kind": "Namespace",
40300
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
40301
+ "docComment": "/**\n * @public\n */\n",
40302
+ "excerptTokens": [
40817
40303
  {
40818
- "kind": "PropertySignature",
40819
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band0:member",
40820
- "docComment": "/**\n * Protobuf doesn't support fixed arrays -> 8 band fields\n */\n",
40304
+ "kind": "Content",
40305
+ "text": "export declare namespace PBAudioEvent "
40306
+ }
40307
+ ],
40308
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
40309
+ "releaseTag": "Public",
40310
+ "name": "PBAudioEvent",
40311
+ "preserveMemberOrder": false,
40312
+ "members": [
40313
+ {
40314
+ "kind": "Function",
40315
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent.decode:function(1)",
40316
+ "docComment": "",
40821
40317
  "excerptTokens": [
40822
40318
  {
40823
40319
  "kind": "Content",
40824
- "text": "band0: "
40320
+ "text": "function decode(input: "
40825
40321
  },
40826
40322
  {
40827
- "kind": "Content",
40828
- "text": "number"
40323
+ "kind": "Reference",
40324
+ "text": "_m0.Reader",
40325
+ "canonicalReference": "protobufjs!Reader:class"
40829
40326
  },
40830
40327
  {
40831
40328
  "kind": "Content",
40832
- "text": ";"
40833
- }
40834
- ],
40835
- "isReadonly": false,
40836
- "isOptional": false,
40837
- "releaseTag": "Public",
40838
- "name": "band0",
40839
- "propertyTypeTokenRange": {
40840
- "startIndex": 1,
40841
- "endIndex": 2
40842
- }
40843
- },
40844
- {
40845
- "kind": "PropertySignature",
40846
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band1:member",
40847
- "docComment": "",
40848
- "excerptTokens": [
40329
+ "text": " | "
40330
+ },
40331
+ {
40332
+ "kind": "Reference",
40333
+ "text": "Uint8Array",
40334
+ "canonicalReference": "!Uint8Array:interface"
40335
+ },
40849
40336
  {
40850
40337
  "kind": "Content",
40851
- "text": "band1: "
40338
+ "text": ", length?: "
40852
40339
  },
40853
40340
  {
40854
40341
  "kind": "Content",
40855
40342
  "text": "number"
40856
40343
  },
40344
+ {
40345
+ "kind": "Content",
40346
+ "text": "): "
40347
+ },
40348
+ {
40349
+ "kind": "Reference",
40350
+ "text": "PBAudioEvent",
40351
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
40352
+ },
40857
40353
  {
40858
40354
  "kind": "Content",
40859
40355
  "text": ";"
40860
40356
  }
40861
40357
  ],
40862
- "isReadonly": false,
40863
- "isOptional": false,
40358
+ "returnTypeTokenRange": {
40359
+ "startIndex": 7,
40360
+ "endIndex": 8
40361
+ },
40864
40362
  "releaseTag": "Public",
40865
- "name": "band1",
40866
- "propertyTypeTokenRange": {
40867
- "startIndex": 1,
40868
- "endIndex": 2
40869
- }
40363
+ "overloadIndex": 1,
40364
+ "parameters": [
40365
+ {
40366
+ "parameterName": "input",
40367
+ "parameterTypeTokenRange": {
40368
+ "startIndex": 1,
40369
+ "endIndex": 4
40370
+ },
40371
+ "isOptional": false
40372
+ },
40373
+ {
40374
+ "parameterName": "length",
40375
+ "parameterTypeTokenRange": {
40376
+ "startIndex": 5,
40377
+ "endIndex": 6
40378
+ },
40379
+ "isOptional": true
40380
+ }
40381
+ ],
40382
+ "name": "decode"
40870
40383
  },
40871
40384
  {
40872
- "kind": "PropertySignature",
40873
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band2:member",
40385
+ "kind": "Function",
40386
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent.encode:function(1)",
40874
40387
  "docComment": "",
40875
40388
  "excerptTokens": [
40876
40389
  {
40877
40390
  "kind": "Content",
40878
- "text": "band2: "
40391
+ "text": "function encode(message: "
40392
+ },
40393
+ {
40394
+ "kind": "Reference",
40395
+ "text": "PBAudioEvent",
40396
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
40397
+ },
40398
+ {
40399
+ "kind": "Content",
40400
+ "text": ", writer?: "
40401
+ },
40402
+ {
40403
+ "kind": "Reference",
40404
+ "text": "_m0.Writer",
40405
+ "canonicalReference": "protobufjs!Writer:class"
40879
40406
  },
40880
40407
  {
40881
40408
  "kind": "Content",
40882
- "text": "number"
40409
+ "text": "): "
40410
+ },
40411
+ {
40412
+ "kind": "Reference",
40413
+ "text": "_m0.Writer",
40414
+ "canonicalReference": "protobufjs!Writer:class"
40883
40415
  },
40884
40416
  {
40885
40417
  "kind": "Content",
40886
40418
  "text": ";"
40887
40419
  }
40888
40420
  ],
40889
- "isReadonly": false,
40890
- "isOptional": false,
40421
+ "returnTypeTokenRange": {
40422
+ "startIndex": 5,
40423
+ "endIndex": 6
40424
+ },
40891
40425
  "releaseTag": "Public",
40892
- "name": "band2",
40893
- "propertyTypeTokenRange": {
40894
- "startIndex": 1,
40895
- "endIndex": 2
40896
- }
40897
- },
40426
+ "overloadIndex": 1,
40427
+ "parameters": [
40428
+ {
40429
+ "parameterName": "message",
40430
+ "parameterTypeTokenRange": {
40431
+ "startIndex": 1,
40432
+ "endIndex": 2
40433
+ },
40434
+ "isOptional": false
40435
+ },
40436
+ {
40437
+ "parameterName": "writer",
40438
+ "parameterTypeTokenRange": {
40439
+ "startIndex": 3,
40440
+ "endIndex": 4
40441
+ },
40442
+ "isOptional": true
40443
+ }
40444
+ ],
40445
+ "name": "encode"
40446
+ }
40447
+ ]
40448
+ },
40449
+ {
40450
+ "kind": "Interface",
40451
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
40452
+ "docComment": "/**\n * @public\n */\n",
40453
+ "excerptTokens": [
40454
+ {
40455
+ "kind": "Content",
40456
+ "text": "export interface PBAudioSource "
40457
+ }
40458
+ ],
40459
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
40460
+ "releaseTag": "Public",
40461
+ "name": "PBAudioSource",
40462
+ "preserveMemberOrder": false,
40463
+ "members": [
40898
40464
  {
40899
40465
  "kind": "PropertySignature",
40900
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band3:member",
40901
- "docComment": "",
40466
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#audioClipUrl:member",
40467
+ "docComment": "/**\n * the clip path as given in the `files` array of the scene's manifest.\n */\n",
40902
40468
  "excerptTokens": [
40903
40469
  {
40904
40470
  "kind": "Content",
40905
- "text": "band3: "
40471
+ "text": "audioClipUrl: "
40906
40472
  },
40907
40473
  {
40908
40474
  "kind": "Content",
40909
- "text": "number"
40475
+ "text": "string"
40910
40476
  },
40911
40477
  {
40912
40478
  "kind": "Content",
@@ -40916,7 +40482,7 @@
40916
40482
  "isReadonly": false,
40917
40483
  "isOptional": false,
40918
40484
  "releaseTag": "Public",
40919
- "name": "band3",
40485
+ "name": "audioClipUrl",
40920
40486
  "propertyTypeTokenRange": {
40921
40487
  "startIndex": 1,
40922
40488
  "endIndex": 2
@@ -40924,16 +40490,16 @@
40924
40490
  },
40925
40491
  {
40926
40492
  "kind": "PropertySignature",
40927
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band4:member",
40928
- "docComment": "",
40493
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#currentTime:member",
40494
+ "docComment": "/**\n * specifies the current playback time of the clip in seconds (default: 0).\n */\n",
40929
40495
  "excerptTokens": [
40930
40496
  {
40931
40497
  "kind": "Content",
40932
- "text": "band4: "
40498
+ "text": "currentTime?: "
40933
40499
  },
40934
40500
  {
40935
40501
  "kind": "Content",
40936
- "text": "number"
40502
+ "text": "number | undefined"
40937
40503
  },
40938
40504
  {
40939
40505
  "kind": "Content",
@@ -40941,9 +40507,9 @@
40941
40507
  }
40942
40508
  ],
40943
40509
  "isReadonly": false,
40944
- "isOptional": false,
40510
+ "isOptional": true,
40945
40511
  "releaseTag": "Public",
40946
- "name": "band4",
40512
+ "name": "currentTime",
40947
40513
  "propertyTypeTokenRange": {
40948
40514
  "startIndex": 1,
40949
40515
  "endIndex": 2
@@ -40951,16 +40517,16 @@
40951
40517
  },
40952
40518
  {
40953
40519
  "kind": "PropertySignature",
40954
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band5:member",
40955
- "docComment": "",
40520
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#global:member",
40521
+ "docComment": "/**\n * whether the audio plays at constant volume across the scene.\n */\n",
40956
40522
  "excerptTokens": [
40957
40523
  {
40958
40524
  "kind": "Content",
40959
- "text": "band5: "
40525
+ "text": "global?: "
40960
40526
  },
40961
40527
  {
40962
40528
  "kind": "Content",
40963
- "text": "number"
40529
+ "text": "boolean | undefined"
40964
40530
  },
40965
40531
  {
40966
40532
  "kind": "Content",
@@ -40968,9 +40534,9 @@
40968
40534
  }
40969
40535
  ],
40970
40536
  "isReadonly": false,
40971
- "isOptional": false,
40537
+ "isOptional": true,
40972
40538
  "releaseTag": "Public",
40973
- "name": "band5",
40539
+ "name": "global",
40974
40540
  "propertyTypeTokenRange": {
40975
40541
  "startIndex": 1,
40976
40542
  "endIndex": 2
@@ -40978,16 +40544,16 @@
40978
40544
  },
40979
40545
  {
40980
40546
  "kind": "PropertySignature",
40981
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band6:member",
40982
- "docComment": "",
40547
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#loop:member",
40548
+ "docComment": "/**\n * whether the clip should restart when finished.\n */\n",
40983
40549
  "excerptTokens": [
40984
40550
  {
40985
40551
  "kind": "Content",
40986
- "text": "band6: "
40552
+ "text": "loop?: "
40987
40553
  },
40988
40554
  {
40989
40555
  "kind": "Content",
40990
- "text": "number"
40556
+ "text": "boolean | undefined"
40991
40557
  },
40992
40558
  {
40993
40559
  "kind": "Content",
@@ -40995,9 +40561,9 @@
40995
40561
  }
40996
40562
  ],
40997
40563
  "isReadonly": false,
40998
- "isOptional": false,
40564
+ "isOptional": true,
40999
40565
  "releaseTag": "Public",
41000
- "name": "band6",
40566
+ "name": "loop",
41001
40567
  "propertyTypeTokenRange": {
41002
40568
  "startIndex": 1,
41003
40569
  "endIndex": 2
@@ -41005,16 +40571,16 @@
41005
40571
  },
41006
40572
  {
41007
40573
  "kind": "PropertySignature",
41008
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band7:member",
41009
- "docComment": "",
40574
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#pitch:member",
40575
+ "docComment": "/**\n * the audio pitch (default: 1.0).\n */\n",
41010
40576
  "excerptTokens": [
41011
40577
  {
41012
40578
  "kind": "Content",
41013
- "text": "band7: "
40579
+ "text": "pitch?: "
41014
40580
  },
41015
40581
  {
41016
40582
  "kind": "Content",
41017
- "text": "number"
40583
+ "text": "number | undefined"
41018
40584
  },
41019
40585
  {
41020
40586
  "kind": "Content",
@@ -41022,9 +40588,9 @@
41022
40588
  }
41023
40589
  ],
41024
40590
  "isReadonly": false,
41025
- "isOptional": false,
40591
+ "isOptional": true,
41026
40592
  "releaseTag": "Public",
41027
- "name": "band7",
40593
+ "name": "pitch",
41028
40594
  "propertyTypeTokenRange": {
41029
40595
  "startIndex": 1,
41030
40596
  "endIndex": 2
@@ -41032,16 +40598,16 @@
41032
40598
  },
41033
40599
  {
41034
40600
  "kind": "PropertySignature",
41035
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#bandsGain:member",
41036
- "docComment": "/**\n * End when mode == MODE_LOGARITHMIC\n */\n",
40601
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#playing:member",
40602
+ "docComment": "/**\n * whether the clip is currently playing.\n */\n",
41037
40603
  "excerptTokens": [
41038
40604
  {
41039
40605
  "kind": "Content",
41040
- "text": "bandsGain?: "
40606
+ "text": "playing?: "
41041
40607
  },
41042
40608
  {
41043
40609
  "kind": "Content",
41044
- "text": "number | undefined"
40610
+ "text": "boolean | undefined"
41045
40611
  },
41046
40612
  {
41047
40613
  "kind": "Content",
@@ -41051,7 +40617,7 @@
41051
40617
  "isReadonly": false,
41052
40618
  "isOptional": true,
41053
40619
  "releaseTag": "Public",
41054
- "name": "bandsGain",
40620
+ "name": "playing",
41055
40621
  "propertyTypeTokenRange": {
41056
40622
  "startIndex": 1,
41057
40623
  "endIndex": 2
@@ -41059,17 +40625,16 @@
41059
40625
  },
41060
40626
  {
41061
40627
  "kind": "PropertySignature",
41062
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#mode:member",
41063
- "docComment": "/**\n * Parameters section\n */\n",
40628
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#volume:member",
40629
+ "docComment": "/**\n * the audio volume (default: 1.0).\n */\n",
41064
40630
  "excerptTokens": [
41065
40631
  {
41066
40632
  "kind": "Content",
41067
- "text": "mode: "
40633
+ "text": "volume?: "
41068
40634
  },
41069
40635
  {
41070
- "kind": "Reference",
41071
- "text": "PBAudioAnalysisMode",
41072
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
40636
+ "kind": "Content",
40637
+ "text": "number | undefined"
41073
40638
  },
41074
40639
  {
41075
40640
  "kind": "Content",
@@ -41077,9 +40642,9 @@
41077
40642
  }
41078
40643
  ],
41079
40644
  "isReadonly": false,
41080
- "isOptional": false,
40645
+ "isOptional": true,
41081
40646
  "releaseTag": "Public",
41082
- "name": "mode",
40647
+ "name": "volume",
41083
40648
  "propertyTypeTokenRange": {
41084
40649
  "startIndex": 1,
41085
40650
  "endIndex": 2
@@ -41090,22 +40655,22 @@
41090
40655
  },
41091
40656
  {
41092
40657
  "kind": "Namespace",
41093
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:namespace",
40658
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:namespace",
41094
40659
  "docComment": "/**\n * @public\n */\n",
41095
40660
  "excerptTokens": [
41096
40661
  {
41097
40662
  "kind": "Content",
41098
- "text": "export declare namespace PBAudioAnalysis "
40663
+ "text": "export declare namespace PBAudioSource "
41099
40664
  }
41100
40665
  ],
41101
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
40666
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
41102
40667
  "releaseTag": "Public",
41103
- "name": "PBAudioAnalysis",
40668
+ "name": "PBAudioSource",
41104
40669
  "preserveMemberOrder": false,
41105
40670
  "members": [
41106
40671
  {
41107
40672
  "kind": "Function",
41108
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.decode:function(1)",
40673
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource.decode:function(1)",
41109
40674
  "docComment": "",
41110
40675
  "excerptTokens": [
41111
40676
  {
@@ -41140,1204 +40705,8 @@
41140
40705
  },
41141
40706
  {
41142
40707
  "kind": "Reference",
41143
- "text": "PBAudioAnalysis",
41144
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
41145
- },
41146
- {
41147
- "kind": "Content",
41148
- "text": ";"
41149
- }
41150
- ],
41151
- "returnTypeTokenRange": {
41152
- "startIndex": 7,
41153
- "endIndex": 8
41154
- },
41155
- "releaseTag": "Public",
41156
- "overloadIndex": 1,
41157
- "parameters": [
41158
- {
41159
- "parameterName": "input",
41160
- "parameterTypeTokenRange": {
41161
- "startIndex": 1,
41162
- "endIndex": 4
41163
- },
41164
- "isOptional": false
41165
- },
41166
- {
41167
- "parameterName": "length",
41168
- "parameterTypeTokenRange": {
41169
- "startIndex": 5,
41170
- "endIndex": 6
41171
- },
41172
- "isOptional": true
41173
- }
41174
- ],
41175
- "name": "decode"
41176
- },
41177
- {
41178
- "kind": "Function",
41179
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.encode:function(1)",
41180
- "docComment": "",
41181
- "excerptTokens": [
41182
- {
41183
- "kind": "Content",
41184
- "text": "function encode(message: "
41185
- },
41186
- {
41187
- "kind": "Reference",
41188
- "text": "PBAudioAnalysis",
41189
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
41190
- },
41191
- {
41192
- "kind": "Content",
41193
- "text": ", writer?: "
41194
- },
41195
- {
41196
- "kind": "Reference",
41197
- "text": "_m0.Writer",
41198
- "canonicalReference": "protobufjs!Writer:class"
41199
- },
41200
- {
41201
- "kind": "Content",
41202
- "text": "): "
41203
- },
41204
- {
41205
- "kind": "Reference",
41206
- "text": "_m0.Writer",
41207
- "canonicalReference": "protobufjs!Writer:class"
41208
- },
41209
- {
41210
- "kind": "Content",
41211
- "text": ";"
41212
- }
41213
- ],
41214
- "returnTypeTokenRange": {
41215
- "startIndex": 5,
41216
- "endIndex": 6
41217
- },
41218
- "releaseTag": "Public",
41219
- "overloadIndex": 1,
41220
- "parameters": [
41221
- {
41222
- "parameterName": "message",
41223
- "parameterTypeTokenRange": {
41224
- "startIndex": 1,
41225
- "endIndex": 2
41226
- },
41227
- "isOptional": false
41228
- },
41229
- {
41230
- "parameterName": "writer",
41231
- "parameterTypeTokenRange": {
41232
- "startIndex": 3,
41233
- "endIndex": 4
41234
- },
41235
- "isOptional": true
41236
- }
41237
- ],
41238
- "name": "encode"
41239
- }
41240
- ]
41241
- },
41242
- {
41243
- "kind": "Enum",
41244
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum",
41245
- "docComment": "/**\n * @public\n */\n",
41246
- "excerptTokens": [
41247
- {
41248
- "kind": "Content",
41249
- "text": "export declare const enum PBAudioAnalysisMode "
41250
- }
41251
- ],
41252
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
41253
- "releaseTag": "Public",
41254
- "name": "PBAudioAnalysisMode",
41255
- "preserveMemberOrder": false,
41256
- "members": [
41257
- {
41258
- "kind": "EnumMember",
41259
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_LOGARITHMIC:member",
41260
- "docComment": "",
41261
- "excerptTokens": [
41262
- {
41263
- "kind": "Content",
41264
- "text": "MODE_LOGARITHMIC = "
41265
- },
41266
- {
41267
- "kind": "Content",
41268
- "text": "1"
41269
- }
41270
- ],
41271
- "initializerTokenRange": {
41272
- "startIndex": 1,
41273
- "endIndex": 2
41274
- },
41275
- "releaseTag": "Public",
41276
- "name": "MODE_LOGARITHMIC"
41277
- },
41278
- {
41279
- "kind": "EnumMember",
41280
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_RAW:member",
41281
- "docComment": "",
41282
- "excerptTokens": [
41283
- {
41284
- "kind": "Content",
41285
- "text": "MODE_RAW = "
41286
- },
41287
- {
41288
- "kind": "Content",
41289
- "text": "0"
41290
- }
41291
- ],
41292
- "initializerTokenRange": {
41293
- "startIndex": 1,
41294
- "endIndex": 2
41295
- },
41296
- "releaseTag": "Public",
41297
- "name": "MODE_RAW"
41298
- }
41299
- ]
41300
- },
41301
- {
41302
- "kind": "Interface",
41303
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface",
41304
- "docComment": "/**\n * @public\n */\n",
41305
- "excerptTokens": [
41306
- {
41307
- "kind": "Content",
41308
- "text": "export interface PBAudioEvent "
41309
- }
41310
- ],
41311
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
41312
- "releaseTag": "Public",
41313
- "name": "PBAudioEvent",
41314
- "preserveMemberOrder": false,
41315
- "members": [
41316
- {
41317
- "kind": "PropertySignature",
41318
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent#state:member",
41319
- "docComment": "",
41320
- "excerptTokens": [
41321
- {
41322
- "kind": "Content",
41323
- "text": "state: "
41324
- },
41325
- {
41326
- "kind": "Reference",
41327
- "text": "MediaState",
41328
- "canonicalReference": "@dcl/playground-assets!MediaState:enum"
41329
- },
41330
- {
41331
- "kind": "Content",
41332
- "text": ";"
41333
- }
41334
- ],
41335
- "isReadonly": false,
41336
- "isOptional": false,
41337
- "releaseTag": "Public",
41338
- "name": "state",
41339
- "propertyTypeTokenRange": {
41340
- "startIndex": 1,
41341
- "endIndex": 2
41342
- }
41343
- },
41344
- {
41345
- "kind": "PropertySignature",
41346
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent#timestamp:member",
41347
- "docComment": "/**\n * monotonic counter\n */\n",
41348
- "excerptTokens": [
41349
- {
41350
- "kind": "Content",
41351
- "text": "timestamp: "
41352
- },
41353
- {
41354
- "kind": "Content",
41355
- "text": "number"
41356
- },
41357
- {
41358
- "kind": "Content",
41359
- "text": ";"
41360
- }
41361
- ],
41362
- "isReadonly": false,
41363
- "isOptional": false,
41364
- "releaseTag": "Public",
41365
- "name": "timestamp",
41366
- "propertyTypeTokenRange": {
41367
- "startIndex": 1,
41368
- "endIndex": 2
41369
- }
41370
- }
41371
- ],
41372
- "extendsTokenRanges": []
41373
- },
41374
- {
41375
- "kind": "Namespace",
41376
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
41377
- "docComment": "/**\n * @public\n */\n",
41378
- "excerptTokens": [
41379
- {
41380
- "kind": "Content",
41381
- "text": "export declare namespace PBAudioEvent "
41382
- }
41383
- ],
41384
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
41385
- "releaseTag": "Public",
41386
- "name": "PBAudioEvent",
41387
- "preserveMemberOrder": false,
41388
- "members": [
41389
- {
41390
- "kind": "Function",
41391
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent.decode:function(1)",
41392
- "docComment": "",
41393
- "excerptTokens": [
41394
- {
41395
- "kind": "Content",
41396
- "text": "function decode(input: "
41397
- },
41398
- {
41399
- "kind": "Reference",
41400
- "text": "_m0.Reader",
41401
- "canonicalReference": "protobufjs!Reader:class"
41402
- },
41403
- {
41404
- "kind": "Content",
41405
- "text": " | "
41406
- },
41407
- {
41408
- "kind": "Reference",
41409
- "text": "Uint8Array",
41410
- "canonicalReference": "!Uint8Array:interface"
41411
- },
41412
- {
41413
- "kind": "Content",
41414
- "text": ", length?: "
41415
- },
41416
- {
41417
- "kind": "Content",
41418
- "text": "number"
41419
- },
41420
- {
41421
- "kind": "Content",
41422
- "text": "): "
41423
- },
41424
- {
41425
- "kind": "Reference",
41426
- "text": "PBAudioEvent",
41427
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
41428
- },
41429
- {
41430
- "kind": "Content",
41431
- "text": ";"
41432
- }
41433
- ],
41434
- "returnTypeTokenRange": {
41435
- "startIndex": 7,
41436
- "endIndex": 8
41437
- },
41438
- "releaseTag": "Public",
41439
- "overloadIndex": 1,
41440
- "parameters": [
41441
- {
41442
- "parameterName": "input",
41443
- "parameterTypeTokenRange": {
41444
- "startIndex": 1,
41445
- "endIndex": 4
41446
- },
41447
- "isOptional": false
41448
- },
41449
- {
41450
- "parameterName": "length",
41451
- "parameterTypeTokenRange": {
41452
- "startIndex": 5,
41453
- "endIndex": 6
41454
- },
41455
- "isOptional": true
41456
- }
41457
- ],
41458
- "name": "decode"
41459
- },
41460
- {
41461
- "kind": "Function",
41462
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent.encode:function(1)",
41463
- "docComment": "",
41464
- "excerptTokens": [
41465
- {
41466
- "kind": "Content",
41467
- "text": "function encode(message: "
41468
- },
41469
- {
41470
- "kind": "Reference",
41471
- "text": "PBAudioEvent",
41472
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
41473
- },
41474
- {
41475
- "kind": "Content",
41476
- "text": ", writer?: "
41477
- },
41478
- {
41479
- "kind": "Reference",
41480
- "text": "_m0.Writer",
41481
- "canonicalReference": "protobufjs!Writer:class"
41482
- },
41483
- {
41484
- "kind": "Content",
41485
- "text": "): "
41486
- },
41487
- {
41488
- "kind": "Reference",
41489
- "text": "_m0.Writer",
41490
- "canonicalReference": "protobufjs!Writer:class"
41491
- },
41492
- {
41493
- "kind": "Content",
41494
- "text": ";"
41495
- }
41496
- ],
41497
- "returnTypeTokenRange": {
41498
- "startIndex": 5,
41499
- "endIndex": 6
41500
- },
41501
- "releaseTag": "Public",
41502
- "overloadIndex": 1,
41503
- "parameters": [
41504
- {
41505
- "parameterName": "message",
41506
- "parameterTypeTokenRange": {
41507
- "startIndex": 1,
41508
- "endIndex": 2
41509
- },
41510
- "isOptional": false
41511
- },
41512
- {
41513
- "parameterName": "writer",
41514
- "parameterTypeTokenRange": {
41515
- "startIndex": 3,
41516
- "endIndex": 4
41517
- },
41518
- "isOptional": true
41519
- }
41520
- ],
41521
- "name": "encode"
41522
- }
41523
- ]
41524
- },
41525
- {
41526
- "kind": "Interface",
41527
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
41528
- "docComment": "/**\n * @public\n */\n",
41529
- "excerptTokens": [
41530
- {
41531
- "kind": "Content",
41532
- "text": "export interface PBAudioSource "
41533
- }
41534
- ],
41535
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
41536
- "releaseTag": "Public",
41537
- "name": "PBAudioSource",
41538
- "preserveMemberOrder": false,
41539
- "members": [
41540
- {
41541
- "kind": "PropertySignature",
41542
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#audioClipUrl:member",
41543
- "docComment": "/**\n * the clip path as given in the `files` array of the scene's manifest.\n */\n",
41544
- "excerptTokens": [
41545
- {
41546
- "kind": "Content",
41547
- "text": "audioClipUrl: "
41548
- },
41549
- {
41550
- "kind": "Content",
41551
- "text": "string"
41552
- },
41553
- {
41554
- "kind": "Content",
41555
- "text": ";"
41556
- }
41557
- ],
41558
- "isReadonly": false,
41559
- "isOptional": false,
41560
- "releaseTag": "Public",
41561
- "name": "audioClipUrl",
41562
- "propertyTypeTokenRange": {
41563
- "startIndex": 1,
41564
- "endIndex": 2
41565
- }
41566
- },
41567
- {
41568
- "kind": "PropertySignature",
41569
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#currentTime:member",
41570
- "docComment": "/**\n * specifies the current playback time of the clip in seconds (default: 0).\n */\n",
41571
- "excerptTokens": [
41572
- {
41573
- "kind": "Content",
41574
- "text": "currentTime?: "
41575
- },
41576
- {
41577
- "kind": "Content",
41578
- "text": "number | undefined"
41579
- },
41580
- {
41581
- "kind": "Content",
41582
- "text": ";"
41583
- }
41584
- ],
41585
- "isReadonly": false,
41586
- "isOptional": true,
41587
- "releaseTag": "Public",
41588
- "name": "currentTime",
41589
- "propertyTypeTokenRange": {
41590
- "startIndex": 1,
41591
- "endIndex": 2
41592
- }
41593
- },
41594
- {
41595
- "kind": "PropertySignature",
41596
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#global:member",
41597
- "docComment": "/**\n * whether the audio plays at constant volume across the scene.\n */\n",
41598
- "excerptTokens": [
41599
- {
41600
- "kind": "Content",
41601
- "text": "global?: "
41602
- },
41603
- {
41604
- "kind": "Content",
41605
- "text": "boolean | undefined"
41606
- },
41607
- {
41608
- "kind": "Content",
41609
- "text": ";"
41610
- }
41611
- ],
41612
- "isReadonly": false,
41613
- "isOptional": true,
41614
- "releaseTag": "Public",
41615
- "name": "global",
41616
- "propertyTypeTokenRange": {
41617
- "startIndex": 1,
41618
- "endIndex": 2
41619
- }
41620
- },
41621
- {
41622
- "kind": "PropertySignature",
41623
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#loop:member",
41624
- "docComment": "/**\n * whether the clip should restart when finished.\n */\n",
41625
- "excerptTokens": [
41626
- {
41627
- "kind": "Content",
41628
- "text": "loop?: "
41629
- },
41630
- {
41631
- "kind": "Content",
41632
- "text": "boolean | undefined"
41633
- },
41634
- {
41635
- "kind": "Content",
41636
- "text": ";"
41637
- }
41638
- ],
41639
- "isReadonly": false,
41640
- "isOptional": true,
41641
- "releaseTag": "Public",
41642
- "name": "loop",
41643
- "propertyTypeTokenRange": {
41644
- "startIndex": 1,
41645
- "endIndex": 2
41646
- }
41647
- },
41648
- {
41649
- "kind": "PropertySignature",
41650
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#pitch:member",
41651
- "docComment": "/**\n * the audio pitch (default: 1.0).\n */\n",
41652
- "excerptTokens": [
41653
- {
41654
- "kind": "Content",
41655
- "text": "pitch?: "
41656
- },
41657
- {
41658
- "kind": "Content",
41659
- "text": "number | undefined"
41660
- },
41661
- {
41662
- "kind": "Content",
41663
- "text": ";"
41664
- }
41665
- ],
41666
- "isReadonly": false,
41667
- "isOptional": true,
41668
- "releaseTag": "Public",
41669
- "name": "pitch",
41670
- "propertyTypeTokenRange": {
41671
- "startIndex": 1,
41672
- "endIndex": 2
41673
- }
41674
- },
41675
- {
41676
- "kind": "PropertySignature",
41677
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#playing:member",
41678
- "docComment": "/**\n * whether the clip is currently playing.\n */\n",
41679
- "excerptTokens": [
41680
- {
41681
- "kind": "Content",
41682
- "text": "playing?: "
41683
- },
41684
- {
41685
- "kind": "Content",
41686
- "text": "boolean | undefined"
41687
- },
41688
- {
41689
- "kind": "Content",
41690
- "text": ";"
41691
- }
41692
- ],
41693
- "isReadonly": false,
41694
- "isOptional": true,
41695
- "releaseTag": "Public",
41696
- "name": "playing",
41697
- "propertyTypeTokenRange": {
41698
- "startIndex": 1,
41699
- "endIndex": 2
41700
- }
41701
- },
41702
- {
41703
- "kind": "PropertySignature",
41704
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#volume:member",
41705
- "docComment": "/**\n * the audio volume (default: 1.0).\n */\n",
41706
- "excerptTokens": [
41707
- {
41708
- "kind": "Content",
41709
- "text": "volume?: "
41710
- },
41711
- {
41712
- "kind": "Content",
41713
- "text": "number | undefined"
41714
- },
41715
- {
41716
- "kind": "Content",
41717
- "text": ";"
41718
- }
41719
- ],
41720
- "isReadonly": false,
41721
- "isOptional": true,
41722
- "releaseTag": "Public",
41723
- "name": "volume",
41724
- "propertyTypeTokenRange": {
41725
- "startIndex": 1,
41726
- "endIndex": 2
41727
- }
41728
- }
41729
- ],
41730
- "extendsTokenRanges": []
41731
- },
41732
- {
41733
- "kind": "Namespace",
41734
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:namespace",
41735
- "docComment": "/**\n * @public\n */\n",
41736
- "excerptTokens": [
41737
- {
41738
- "kind": "Content",
41739
- "text": "export declare namespace PBAudioSource "
41740
- }
41741
- ],
41742
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
41743
- "releaseTag": "Public",
41744
- "name": "PBAudioSource",
41745
- "preserveMemberOrder": false,
41746
- "members": [
41747
- {
41748
- "kind": "Function",
41749
- "canonicalReference": "@dcl/playground-assets!PBAudioSource.decode:function(1)",
41750
- "docComment": "",
41751
- "excerptTokens": [
41752
- {
41753
- "kind": "Content",
41754
- "text": "function decode(input: "
41755
- },
41756
- {
41757
- "kind": "Reference",
41758
- "text": "_m0.Reader",
41759
- "canonicalReference": "protobufjs!Reader:class"
41760
- },
41761
- {
41762
- "kind": "Content",
41763
- "text": " | "
41764
- },
41765
- {
41766
- "kind": "Reference",
41767
- "text": "Uint8Array",
41768
- "canonicalReference": "!Uint8Array:interface"
41769
- },
41770
- {
41771
- "kind": "Content",
41772
- "text": ", length?: "
41773
- },
41774
- {
41775
- "kind": "Content",
41776
- "text": "number"
41777
- },
41778
- {
41779
- "kind": "Content",
41780
- "text": "): "
41781
- },
41782
- {
41783
- "kind": "Reference",
41784
- "text": "PBAudioSource",
41785
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
41786
- },
41787
- {
41788
- "kind": "Content",
41789
- "text": ";"
41790
- }
41791
- ],
41792
- "returnTypeTokenRange": {
41793
- "startIndex": 7,
41794
- "endIndex": 8
41795
- },
41796
- "releaseTag": "Public",
41797
- "overloadIndex": 1,
41798
- "parameters": [
41799
- {
41800
- "parameterName": "input",
41801
- "parameterTypeTokenRange": {
41802
- "startIndex": 1,
41803
- "endIndex": 4
41804
- },
41805
- "isOptional": false
41806
- },
41807
- {
41808
- "parameterName": "length",
41809
- "parameterTypeTokenRange": {
41810
- "startIndex": 5,
41811
- "endIndex": 6
41812
- },
41813
- "isOptional": true
41814
- }
41815
- ],
41816
- "name": "decode"
41817
- },
41818
- {
41819
- "kind": "Function",
41820
- "canonicalReference": "@dcl/playground-assets!PBAudioSource.encode:function(1)",
41821
- "docComment": "",
41822
- "excerptTokens": [
41823
- {
41824
- "kind": "Content",
41825
- "text": "function encode(message: "
41826
- },
41827
- {
41828
- "kind": "Reference",
41829
- "text": "PBAudioSource",
41830
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
41831
- },
41832
- {
41833
- "kind": "Content",
41834
- "text": ", writer?: "
41835
- },
41836
- {
41837
- "kind": "Reference",
41838
- "text": "_m0.Writer",
41839
- "canonicalReference": "protobufjs!Writer:class"
41840
- },
41841
- {
41842
- "kind": "Content",
41843
- "text": "): "
41844
- },
41845
- {
41846
- "kind": "Reference",
41847
- "text": "_m0.Writer",
41848
- "canonicalReference": "protobufjs!Writer:class"
41849
- },
41850
- {
41851
- "kind": "Content",
41852
- "text": ";"
41853
- }
41854
- ],
41855
- "returnTypeTokenRange": {
41856
- "startIndex": 5,
41857
- "endIndex": 6
41858
- },
41859
- "releaseTag": "Public",
41860
- "overloadIndex": 1,
41861
- "parameters": [
41862
- {
41863
- "parameterName": "message",
41864
- "parameterTypeTokenRange": {
41865
- "startIndex": 1,
41866
- "endIndex": 2
41867
- },
41868
- "isOptional": false
41869
- },
41870
- {
41871
- "parameterName": "writer",
41872
- "parameterTypeTokenRange": {
41873
- "startIndex": 3,
41874
- "endIndex": 4
41875
- },
41876
- "isOptional": true
41877
- }
41878
- ],
41879
- "name": "encode"
41880
- }
41881
- ]
41882
- },
41883
- {
41884
- "kind": "Interface",
41885
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface",
41886
- "docComment": "/**\n * @public\n */\n",
41887
- "excerptTokens": [
41888
- {
41889
- "kind": "Content",
41890
- "text": "export interface PBAudioStream "
41891
- }
41892
- ],
41893
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
41894
- "releaseTag": "Public",
41895
- "name": "PBAudioStream",
41896
- "preserveMemberOrder": false,
41897
- "members": [
41898
- {
41899
- "kind": "PropertySignature",
41900
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#playing:member",
41901
- "docComment": "/**\n * whether the clip is currently playing\n */\n",
41902
- "excerptTokens": [
41903
- {
41904
- "kind": "Content",
41905
- "text": "playing?: "
41906
- },
41907
- {
41908
- "kind": "Content",
41909
- "text": "boolean | undefined"
41910
- },
41911
- {
41912
- "kind": "Content",
41913
- "text": ";"
41914
- }
41915
- ],
41916
- "isReadonly": false,
41917
- "isOptional": true,
41918
- "releaseTag": "Public",
41919
- "name": "playing",
41920
- "propertyTypeTokenRange": {
41921
- "startIndex": 1,
41922
- "endIndex": 2
41923
- }
41924
- },
41925
- {
41926
- "kind": "PropertySignature",
41927
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatial:member",
41928
- "docComment": "/**\n * either the audio will be global or spatial (default: false) global: plays the same way for every listener. It is not affected by distance, direction, or position. spatial: changes depending on where the listener is relative to the sound source\n */\n",
41929
- "excerptTokens": [
41930
- {
41931
- "kind": "Content",
41932
- "text": "spatial?: "
41933
- },
41934
- {
41935
- "kind": "Content",
41936
- "text": "boolean | undefined"
41937
- },
41938
- {
41939
- "kind": "Content",
41940
- "text": ";"
41941
- }
41942
- ],
41943
- "isReadonly": false,
41944
- "isOptional": true,
41945
- "releaseTag": "Public",
41946
- "name": "spatial",
41947
- "propertyTypeTokenRange": {
41948
- "startIndex": 1,
41949
- "endIndex": 2
41950
- }
41951
- },
41952
- {
41953
- "kind": "PropertySignature",
41954
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
41955
- "docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
41956
- "excerptTokens": [
41957
- {
41958
- "kind": "Content",
41959
- "text": "spatialMaxDistance?: "
41960
- },
41961
- {
41962
- "kind": "Content",
41963
- "text": "number | undefined"
41964
- },
41965
- {
41966
- "kind": "Content",
41967
- "text": ";"
41968
- }
41969
- ],
41970
- "isReadonly": false,
41971
- "isOptional": true,
41972
- "releaseTag": "Public",
41973
- "name": "spatialMaxDistance",
41974
- "propertyTypeTokenRange": {
41975
- "startIndex": 1,
41976
- "endIndex": 2
41977
- }
41978
- },
41979
- {
41980
- "kind": "PropertySignature",
41981
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMinDistance:member",
41982
- "docComment": "/**\n * Within the min distance the audio will cease to grow louder in volume (default: 0)\n */\n",
41983
- "excerptTokens": [
41984
- {
41985
- "kind": "Content",
41986
- "text": "spatialMinDistance?: "
41987
- },
41988
- {
41989
- "kind": "Content",
41990
- "text": "number | undefined"
41991
- },
41992
- {
41993
- "kind": "Content",
41994
- "text": ";"
41995
- }
41996
- ],
41997
- "isReadonly": false,
41998
- "isOptional": true,
41999
- "releaseTag": "Public",
42000
- "name": "spatialMinDistance",
42001
- "propertyTypeTokenRange": {
42002
- "startIndex": 1,
42003
- "endIndex": 2
42004
- }
42005
- },
42006
- {
42007
- "kind": "PropertySignature",
42008
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
42009
- "docComment": "/**\n * the audio stream HTTP URL\n */\n",
42010
- "excerptTokens": [
42011
- {
42012
- "kind": "Content",
42013
- "text": "url: "
42014
- },
42015
- {
42016
- "kind": "Content",
42017
- "text": "string"
42018
- },
42019
- {
42020
- "kind": "Content",
42021
- "text": ";"
42022
- }
42023
- ],
42024
- "isReadonly": false,
42025
- "isOptional": false,
42026
- "releaseTag": "Public",
42027
- "name": "url",
42028
- "propertyTypeTokenRange": {
42029
- "startIndex": 1,
42030
- "endIndex": 2
42031
- }
42032
- },
42033
- {
42034
- "kind": "PropertySignature",
42035
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#volume:member",
42036
- "docComment": "/**\n * the audio volume (default: 1.0)\n */\n",
42037
- "excerptTokens": [
42038
- {
42039
- "kind": "Content",
42040
- "text": "volume?: "
42041
- },
42042
- {
42043
- "kind": "Content",
42044
- "text": "number | undefined"
42045
- },
42046
- {
42047
- "kind": "Content",
42048
- "text": ";"
42049
- }
42050
- ],
42051
- "isReadonly": false,
42052
- "isOptional": true,
42053
- "releaseTag": "Public",
42054
- "name": "volume",
42055
- "propertyTypeTokenRange": {
42056
- "startIndex": 1,
42057
- "endIndex": 2
42058
- }
42059
- }
42060
- ],
42061
- "extendsTokenRanges": []
42062
- },
42063
- {
42064
- "kind": "Namespace",
42065
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:namespace",
42066
- "docComment": "/**\n * @public\n */\n",
42067
- "excerptTokens": [
42068
- {
42069
- "kind": "Content",
42070
- "text": "export declare namespace PBAudioStream "
42071
- }
42072
- ],
42073
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
42074
- "releaseTag": "Public",
42075
- "name": "PBAudioStream",
42076
- "preserveMemberOrder": false,
42077
- "members": [
42078
- {
42079
- "kind": "Function",
42080
- "canonicalReference": "@dcl/playground-assets!PBAudioStream.decode:function(1)",
42081
- "docComment": "",
42082
- "excerptTokens": [
42083
- {
42084
- "kind": "Content",
42085
- "text": "function decode(input: "
42086
- },
42087
- {
42088
- "kind": "Reference",
42089
- "text": "_m0.Reader",
42090
- "canonicalReference": "protobufjs!Reader:class"
42091
- },
42092
- {
42093
- "kind": "Content",
42094
- "text": " | "
42095
- },
42096
- {
42097
- "kind": "Reference",
42098
- "text": "Uint8Array",
42099
- "canonicalReference": "!Uint8Array:interface"
42100
- },
42101
- {
42102
- "kind": "Content",
42103
- "text": ", length?: "
42104
- },
42105
- {
42106
- "kind": "Content",
42107
- "text": "number"
42108
- },
42109
- {
42110
- "kind": "Content",
42111
- "text": "): "
42112
- },
42113
- {
42114
- "kind": "Reference",
42115
- "text": "PBAudioStream",
42116
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
42117
- },
42118
- {
42119
- "kind": "Content",
42120
- "text": ";"
42121
- }
42122
- ],
42123
- "returnTypeTokenRange": {
42124
- "startIndex": 7,
42125
- "endIndex": 8
42126
- },
42127
- "releaseTag": "Public",
42128
- "overloadIndex": 1,
42129
- "parameters": [
42130
- {
42131
- "parameterName": "input",
42132
- "parameterTypeTokenRange": {
42133
- "startIndex": 1,
42134
- "endIndex": 4
42135
- },
42136
- "isOptional": false
42137
- },
42138
- {
42139
- "parameterName": "length",
42140
- "parameterTypeTokenRange": {
42141
- "startIndex": 5,
42142
- "endIndex": 6
42143
- },
42144
- "isOptional": true
42145
- }
42146
- ],
42147
- "name": "decode"
42148
- },
42149
- {
42150
- "kind": "Function",
42151
- "canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
42152
- "docComment": "",
42153
- "excerptTokens": [
42154
- {
42155
- "kind": "Content",
42156
- "text": "function encode(message: "
42157
- },
42158
- {
42159
- "kind": "Reference",
42160
- "text": "PBAudioStream",
42161
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
42162
- },
42163
- {
42164
- "kind": "Content",
42165
- "text": ", writer?: "
42166
- },
42167
- {
42168
- "kind": "Reference",
42169
- "text": "_m0.Writer",
42170
- "canonicalReference": "protobufjs!Writer:class"
42171
- },
42172
- {
42173
- "kind": "Content",
42174
- "text": "): "
42175
- },
42176
- {
42177
- "kind": "Reference",
42178
- "text": "_m0.Writer",
42179
- "canonicalReference": "protobufjs!Writer:class"
42180
- },
42181
- {
42182
- "kind": "Content",
42183
- "text": ";"
42184
- }
42185
- ],
42186
- "returnTypeTokenRange": {
42187
- "startIndex": 5,
42188
- "endIndex": 6
42189
- },
42190
- "releaseTag": "Public",
42191
- "overloadIndex": 1,
42192
- "parameters": [
42193
- {
42194
- "parameterName": "message",
42195
- "parameterTypeTokenRange": {
42196
- "startIndex": 1,
42197
- "endIndex": 2
42198
- },
42199
- "isOptional": false
42200
- },
42201
- {
42202
- "parameterName": "writer",
42203
- "parameterTypeTokenRange": {
42204
- "startIndex": 3,
42205
- "endIndex": 4
42206
- },
42207
- "isOptional": true
42208
- }
42209
- ],
42210
- "name": "encode"
42211
- }
42212
- ]
42213
- },
42214
- {
42215
- "kind": "Interface",
42216
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface",
42217
- "docComment": "/**\n * @public\n */\n",
42218
- "excerptTokens": [
42219
- {
42220
- "kind": "Content",
42221
- "text": "export interface PBAvatarAttach "
42222
- }
42223
- ],
42224
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
42225
- "releaseTag": "Public",
42226
- "name": "PBAvatarAttach",
42227
- "preserveMemberOrder": false,
42228
- "members": [
42229
- {
42230
- "kind": "PropertySignature",
42231
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#anchorPointId:member",
42232
- "docComment": "/**\n * the anchor point.\n */\n",
42233
- "excerptTokens": [
42234
- {
42235
- "kind": "Content",
42236
- "text": "anchorPointId: "
42237
- },
42238
- {
42239
- "kind": "Reference",
42240
- "text": "AvatarAnchorPointType",
42241
- "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
42242
- },
42243
- {
42244
- "kind": "Content",
42245
- "text": ";"
42246
- }
42247
- ],
42248
- "isReadonly": false,
42249
- "isOptional": false,
42250
- "releaseTag": "Public",
42251
- "name": "anchorPointId",
42252
- "propertyTypeTokenRange": {
42253
- "startIndex": 1,
42254
- "endIndex": 2
42255
- }
42256
- },
42257
- {
42258
- "kind": "PropertySignature",
42259
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
42260
- "docComment": "/**\n * the user ID of the avatar (default: local user)\n */\n",
42261
- "excerptTokens": [
42262
- {
42263
- "kind": "Content",
42264
- "text": "avatarId?: "
42265
- },
42266
- {
42267
- "kind": "Content",
42268
- "text": "string | undefined"
42269
- },
42270
- {
42271
- "kind": "Content",
42272
- "text": ";"
42273
- }
42274
- ],
42275
- "isReadonly": false,
42276
- "isOptional": true,
42277
- "releaseTag": "Public",
42278
- "name": "avatarId",
42279
- "propertyTypeTokenRange": {
42280
- "startIndex": 1,
42281
- "endIndex": 2
42282
- }
42283
- }
42284
- ],
42285
- "extendsTokenRanges": []
42286
- },
42287
- {
42288
- "kind": "Namespace",
42289
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:namespace",
42290
- "docComment": "/**\n * @public\n */\n",
42291
- "excerptTokens": [
42292
- {
42293
- "kind": "Content",
42294
- "text": "export declare namespace PBAvatarAttach "
42295
- }
42296
- ],
42297
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
42298
- "releaseTag": "Public",
42299
- "name": "PBAvatarAttach",
42300
- "preserveMemberOrder": false,
42301
- "members": [
42302
- {
42303
- "kind": "Function",
42304
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.decode:function(1)",
42305
- "docComment": "",
42306
- "excerptTokens": [
42307
- {
42308
- "kind": "Content",
42309
- "text": "function decode(input: "
42310
- },
42311
- {
42312
- "kind": "Reference",
42313
- "text": "_m0.Reader",
42314
- "canonicalReference": "protobufjs!Reader:class"
42315
- },
42316
- {
42317
- "kind": "Content",
42318
- "text": " | "
42319
- },
42320
- {
42321
- "kind": "Reference",
42322
- "text": "Uint8Array",
42323
- "canonicalReference": "!Uint8Array:interface"
42324
- },
42325
- {
42326
- "kind": "Content",
42327
- "text": ", length?: "
42328
- },
42329
- {
42330
- "kind": "Content",
42331
- "text": "number"
42332
- },
42333
- {
42334
- "kind": "Content",
42335
- "text": "): "
42336
- },
42337
- {
42338
- "kind": "Reference",
42339
- "text": "PBAvatarAttach",
42340
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
40708
+ "text": "PBAudioSource",
40709
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
42341
40710
  },
42342
40711
  {
42343
40712
  "kind": "Content",
@@ -42372,7 +40741,7 @@
42372
40741
  },
42373
40742
  {
42374
40743
  "kind": "Function",
42375
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.encode:function(1)",
40744
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource.encode:function(1)",
42376
40745
  "docComment": "",
42377
40746
  "excerptTokens": [
42378
40747
  {
@@ -42381,8 +40750,8 @@
42381
40750
  },
42382
40751
  {
42383
40752
  "kind": "Reference",
42384
- "text": "PBAvatarAttach",
42385
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
40753
+ "text": "PBAudioSource",
40754
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
42386
40755
  },
42387
40756
  {
42388
40757
  "kind": "Content",
@@ -42437,31 +40806,31 @@
42437
40806
  },
42438
40807
  {
42439
40808
  "kind": "Interface",
42440
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface",
40809
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface",
42441
40810
  "docComment": "/**\n * @public\n */\n",
42442
40811
  "excerptTokens": [
42443
40812
  {
42444
40813
  "kind": "Content",
42445
- "text": "export interface PBAvatarBase "
40814
+ "text": "export interface PBAudioStream "
42446
40815
  }
42447
40816
  ],
42448
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
40817
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
42449
40818
  "releaseTag": "Public",
42450
- "name": "PBAvatarBase",
40819
+ "name": "PBAudioStream",
42451
40820
  "preserveMemberOrder": false,
42452
40821
  "members": [
42453
40822
  {
42454
40823
  "kind": "PropertySignature",
42455
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase#bodyShapeUrn:member",
42456
- "docComment": "",
40824
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#playing:member",
40825
+ "docComment": "/**\n * whether the clip is currently playing\n */\n",
42457
40826
  "excerptTokens": [
42458
40827
  {
42459
40828
  "kind": "Content",
42460
- "text": "bodyShapeUrn: "
40829
+ "text": "playing?: "
42461
40830
  },
42462
40831
  {
42463
40832
  "kind": "Content",
42464
- "text": "string"
40833
+ "text": "boolean | undefined"
42465
40834
  },
42466
40835
  {
42467
40836
  "kind": "Content",
@@ -42469,9 +40838,9 @@
42469
40838
  }
42470
40839
  ],
42471
40840
  "isReadonly": false,
42472
- "isOptional": false,
40841
+ "isOptional": true,
42473
40842
  "releaseTag": "Public",
42474
- "name": "bodyShapeUrn",
40843
+ "name": "playing",
42475
40844
  "propertyTypeTokenRange": {
42476
40845
  "startIndex": 1,
42477
40846
  "endIndex": 2
@@ -42479,21 +40848,16 @@
42479
40848
  },
42480
40849
  {
42481
40850
  "kind": "PropertySignature",
42482
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase#eyesColor:member",
42483
- "docComment": "",
40851
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatial:member",
40852
+ "docComment": "/**\n * either the audio will be global or spatial (default: false) global: plays the same way for every listener. It is not affected by distance, direction, or position. spatial: changes depending on where the listener is relative to the sound source\n */\n",
42484
40853
  "excerptTokens": [
42485
40854
  {
42486
40855
  "kind": "Content",
42487
- "text": "eyesColor: "
42488
- },
42489
- {
42490
- "kind": "Reference",
42491
- "text": "Color3",
42492
- "canonicalReference": "@dcl/playground-assets!Color3"
40856
+ "text": "spatial?: "
42493
40857
  },
42494
40858
  {
42495
40859
  "kind": "Content",
42496
- "text": " | undefined"
40860
+ "text": "boolean | undefined"
42497
40861
  },
42498
40862
  {
42499
40863
  "kind": "Content",
@@ -42501,31 +40865,53 @@
42501
40865
  }
42502
40866
  ],
42503
40867
  "isReadonly": false,
42504
- "isOptional": false,
40868
+ "isOptional": true,
42505
40869
  "releaseTag": "Public",
42506
- "name": "eyesColor",
40870
+ "name": "spatial",
42507
40871
  "propertyTypeTokenRange": {
42508
40872
  "startIndex": 1,
42509
- "endIndex": 3
40873
+ "endIndex": 2
42510
40874
  }
42511
40875
  },
42512
40876
  {
42513
40877
  "kind": "PropertySignature",
42514
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
42515
- "docComment": "",
40878
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
40879
+ "docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
42516
40880
  "excerptTokens": [
42517
40881
  {
42518
40882
  "kind": "Content",
42519
- "text": "hairColor: "
40883
+ "text": "spatialMaxDistance?: "
42520
40884
  },
42521
40885
  {
42522
- "kind": "Reference",
42523
- "text": "Color3",
42524
- "canonicalReference": "@dcl/playground-assets!Color3"
40886
+ "kind": "Content",
40887
+ "text": "number | undefined"
42525
40888
  },
42526
40889
  {
42527
40890
  "kind": "Content",
42528
- "text": " | undefined"
40891
+ "text": ";"
40892
+ }
40893
+ ],
40894
+ "isReadonly": false,
40895
+ "isOptional": true,
40896
+ "releaseTag": "Public",
40897
+ "name": "spatialMaxDistance",
40898
+ "propertyTypeTokenRange": {
40899
+ "startIndex": 1,
40900
+ "endIndex": 2
40901
+ }
40902
+ },
40903
+ {
40904
+ "kind": "PropertySignature",
40905
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMinDistance:member",
40906
+ "docComment": "/**\n * Within the min distance the audio will cease to grow louder in volume (default: 0)\n */\n",
40907
+ "excerptTokens": [
40908
+ {
40909
+ "kind": "Content",
40910
+ "text": "spatialMinDistance?: "
40911
+ },
40912
+ {
40913
+ "kind": "Content",
40914
+ "text": "number | undefined"
42529
40915
  },
42530
40916
  {
42531
40917
  "kind": "Content",
@@ -42533,22 +40919,22 @@
42533
40919
  }
42534
40920
  ],
42535
40921
  "isReadonly": false,
42536
- "isOptional": false,
40922
+ "isOptional": true,
42537
40923
  "releaseTag": "Public",
42538
- "name": "hairColor",
40924
+ "name": "spatialMinDistance",
42539
40925
  "propertyTypeTokenRange": {
42540
40926
  "startIndex": 1,
42541
- "endIndex": 3
40927
+ "endIndex": 2
42542
40928
  }
42543
40929
  },
42544
40930
  {
42545
40931
  "kind": "PropertySignature",
42546
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
42547
- "docComment": "",
40932
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
40933
+ "docComment": "/**\n * the audio stream HTTP URL\n */\n",
42548
40934
  "excerptTokens": [
42549
40935
  {
42550
40936
  "kind": "Content",
42551
- "text": "name: "
40937
+ "text": "url: "
42552
40938
  },
42553
40939
  {
42554
40940
  "kind": "Content",
@@ -42562,7 +40948,7 @@
42562
40948
  "isReadonly": false,
42563
40949
  "isOptional": false,
42564
40950
  "releaseTag": "Public",
42565
- "name": "name",
40951
+ "name": "url",
42566
40952
  "propertyTypeTokenRange": {
42567
40953
  "startIndex": 1,
42568
40954
  "endIndex": 2
@@ -42570,21 +40956,16 @@
42570
40956
  },
42571
40957
  {
42572
40958
  "kind": "PropertySignature",
42573
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
42574
- "docComment": "",
40959
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#volume:member",
40960
+ "docComment": "/**\n * the audio volume (default: 1.0)\n */\n",
42575
40961
  "excerptTokens": [
42576
40962
  {
42577
40963
  "kind": "Content",
42578
- "text": "skinColor: "
42579
- },
42580
- {
42581
- "kind": "Reference",
42582
- "text": "Color3",
42583
- "canonicalReference": "@dcl/playground-assets!Color3"
40964
+ "text": "volume?: "
42584
40965
  },
42585
40966
  {
42586
40967
  "kind": "Content",
42587
- "text": " | undefined"
40968
+ "text": "number | undefined"
42588
40969
  },
42589
40970
  {
42590
40971
  "kind": "Content",
@@ -42592,12 +40973,12 @@
42592
40973
  }
42593
40974
  ],
42594
40975
  "isReadonly": false,
42595
- "isOptional": false,
40976
+ "isOptional": true,
42596
40977
  "releaseTag": "Public",
42597
- "name": "skinColor",
40978
+ "name": "volume",
42598
40979
  "propertyTypeTokenRange": {
42599
40980
  "startIndex": 1,
42600
- "endIndex": 3
40981
+ "endIndex": 2
42601
40982
  }
42602
40983
  }
42603
40984
  ],
@@ -42605,22 +40986,22 @@
42605
40986
  },
42606
40987
  {
42607
40988
  "kind": "Namespace",
42608
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase:namespace",
40989
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:namespace",
42609
40990
  "docComment": "/**\n * @public\n */\n",
42610
40991
  "excerptTokens": [
42611
40992
  {
42612
40993
  "kind": "Content",
42613
- "text": "export declare namespace PBAvatarBase "
40994
+ "text": "export declare namespace PBAudioStream "
42614
40995
  }
42615
40996
  ],
42616
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
40997
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
42617
40998
  "releaseTag": "Public",
42618
- "name": "PBAvatarBase",
40999
+ "name": "PBAudioStream",
42619
41000
  "preserveMemberOrder": false,
42620
41001
  "members": [
42621
41002
  {
42622
41003
  "kind": "Function",
42623
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase.decode:function(1)",
41004
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream.decode:function(1)",
42624
41005
  "docComment": "",
42625
41006
  "excerptTokens": [
42626
41007
  {
@@ -42655,8 +41036,8 @@
42655
41036
  },
42656
41037
  {
42657
41038
  "kind": "Reference",
42658
- "text": "PBAvatarBase",
42659
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
41039
+ "text": "PBAudioStream",
41040
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
42660
41041
  },
42661
41042
  {
42662
41043
  "kind": "Content",
@@ -42691,7 +41072,7 @@
42691
41072
  },
42692
41073
  {
42693
41074
  "kind": "Function",
42694
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase.encode:function(1)",
41075
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
42695
41076
  "docComment": "",
42696
41077
  "excerptTokens": [
42697
41078
  {
@@ -42700,8 +41081,8 @@
42700
41081
  },
42701
41082
  {
42702
41083
  "kind": "Reference",
42703
- "text": "PBAvatarBase",
42704
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
41084
+ "text": "PBAudioStream",
41085
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
42705
41086
  },
42706
41087
  {
42707
41088
  "kind": "Content",
@@ -42756,58 +41137,32 @@
42756
41137
  },
42757
41138
  {
42758
41139
  "kind": "Interface",
42759
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface",
41140
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface",
42760
41141
  "docComment": "/**\n * @public\n */\n",
42761
41142
  "excerptTokens": [
42762
41143
  {
42763
41144
  "kind": "Content",
42764
- "text": "export interface PBAvatarEmoteCommand "
41145
+ "text": "export interface PBAvatarAttach "
42765
41146
  }
42766
41147
  ],
42767
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
41148
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
42768
41149
  "releaseTag": "Public",
42769
- "name": "PBAvatarEmoteCommand",
41150
+ "name": "PBAvatarAttach",
42770
41151
  "preserveMemberOrder": false,
42771
41152
  "members": [
42772
41153
  {
42773
41154
  "kind": "PropertySignature",
42774
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#emoteUrn:member",
42775
- "docComment": "",
42776
- "excerptTokens": [
42777
- {
42778
- "kind": "Content",
42779
- "text": "emoteUrn: "
42780
- },
42781
- {
42782
- "kind": "Content",
42783
- "text": "string"
42784
- },
42785
- {
42786
- "kind": "Content",
42787
- "text": ";"
42788
- }
42789
- ],
42790
- "isReadonly": false,
42791
- "isOptional": false,
42792
- "releaseTag": "Public",
42793
- "name": "emoteUrn",
42794
- "propertyTypeTokenRange": {
42795
- "startIndex": 1,
42796
- "endIndex": 2
42797
- }
42798
- },
42799
- {
42800
- "kind": "PropertySignature",
42801
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#loop:member",
42802
- "docComment": "",
41155
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#anchorPointId:member",
41156
+ "docComment": "/**\n * the anchor point.\n */\n",
42803
41157
  "excerptTokens": [
42804
41158
  {
42805
41159
  "kind": "Content",
42806
- "text": "loop: "
41160
+ "text": "anchorPointId: "
42807
41161
  },
42808
41162
  {
42809
- "kind": "Content",
42810
- "text": "boolean"
41163
+ "kind": "Reference",
41164
+ "text": "AvatarAnchorPointType",
41165
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
42811
41166
  },
42812
41167
  {
42813
41168
  "kind": "Content",
@@ -42817,7 +41172,7 @@
42817
41172
  "isReadonly": false,
42818
41173
  "isOptional": false,
42819
41174
  "releaseTag": "Public",
42820
- "name": "loop",
41175
+ "name": "anchorPointId",
42821
41176
  "propertyTypeTokenRange": {
42822
41177
  "startIndex": 1,
42823
41178
  "endIndex": 2
@@ -42825,16 +41180,16 @@
42825
41180
  },
42826
41181
  {
42827
41182
  "kind": "PropertySignature",
42828
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#timestamp:member",
42829
- "docComment": "/**\n * monotonic counter\n */\n",
41183
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
41184
+ "docComment": "/**\n * the user ID of the avatar (default: local user)\n */\n",
42830
41185
  "excerptTokens": [
42831
41186
  {
42832
41187
  "kind": "Content",
42833
- "text": "timestamp: "
41188
+ "text": "avatarId?: "
42834
41189
  },
42835
41190
  {
42836
41191
  "kind": "Content",
42837
- "text": "number"
41192
+ "text": "string | undefined"
42838
41193
  },
42839
41194
  {
42840
41195
  "kind": "Content",
@@ -42842,9 +41197,9 @@
42842
41197
  }
42843
41198
  ],
42844
41199
  "isReadonly": false,
42845
- "isOptional": false,
41200
+ "isOptional": true,
42846
41201
  "releaseTag": "Public",
42847
- "name": "timestamp",
41202
+ "name": "avatarId",
42848
41203
  "propertyTypeTokenRange": {
42849
41204
  "startIndex": 1,
42850
41205
  "endIndex": 2
@@ -42855,22 +41210,22 @@
42855
41210
  },
42856
41211
  {
42857
41212
  "kind": "Namespace",
42858
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
41213
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:namespace",
42859
41214
  "docComment": "/**\n * @public\n */\n",
42860
41215
  "excerptTokens": [
42861
41216
  {
42862
41217
  "kind": "Content",
42863
- "text": "export declare namespace PBAvatarEmoteCommand "
41218
+ "text": "export declare namespace PBAvatarAttach "
42864
41219
  }
42865
41220
  ],
42866
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
41221
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
42867
41222
  "releaseTag": "Public",
42868
- "name": "PBAvatarEmoteCommand",
41223
+ "name": "PBAvatarAttach",
42869
41224
  "preserveMemberOrder": false,
42870
41225
  "members": [
42871
41226
  {
42872
41227
  "kind": "Function",
42873
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.decode:function(1)",
41228
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.decode:function(1)",
42874
41229
  "docComment": "",
42875
41230
  "excerptTokens": [
42876
41231
  {
@@ -42905,8 +41260,8 @@
42905
41260
  },
42906
41261
  {
42907
41262
  "kind": "Reference",
42908
- "text": "PBAvatarEmoteCommand",
42909
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
41263
+ "text": "PBAvatarAttach",
41264
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
42910
41265
  },
42911
41266
  {
42912
41267
  "kind": "Content",
@@ -42941,7 +41296,7 @@
42941
41296
  },
42942
41297
  {
42943
41298
  "kind": "Function",
42944
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
41299
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.encode:function(1)",
42945
41300
  "docComment": "",
42946
41301
  "excerptTokens": [
42947
41302
  {
@@ -42950,8 +41305,8 @@
42950
41305
  },
42951
41306
  {
42952
41307
  "kind": "Reference",
42953
- "text": "PBAvatarEmoteCommand",
42954
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
41308
+ "text": "PBAvatarAttach",
41309
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
42955
41310
  },
42956
41311
  {
42957
41312
  "kind": "Content",
@@ -43006,31 +41361,31 @@
43006
41361
  },
43007
41362
  {
43008
41363
  "kind": "Interface",
43009
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
41364
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface",
43010
41365
  "docComment": "/**\n * @public\n */\n",
43011
41366
  "excerptTokens": [
43012
41367
  {
43013
41368
  "kind": "Content",
43014
- "text": "export interface PBAvatarEquippedData "
41369
+ "text": "export interface PBAvatarBase "
43015
41370
  }
43016
41371
  ],
43017
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
41372
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
43018
41373
  "releaseTag": "Public",
43019
- "name": "PBAvatarEquippedData",
41374
+ "name": "PBAvatarBase",
43020
41375
  "preserveMemberOrder": false,
43021
41376
  "members": [
43022
41377
  {
43023
41378
  "kind": "PropertySignature",
43024
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
41379
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#bodyShapeUrn:member",
43025
41380
  "docComment": "",
43026
41381
  "excerptTokens": [
43027
41382
  {
43028
41383
  "kind": "Content",
43029
- "text": "emoteUrns: "
41384
+ "text": "bodyShapeUrn: "
43030
41385
  },
43031
41386
  {
43032
41387
  "kind": "Content",
43033
- "text": "string[]"
41388
+ "text": "string"
43034
41389
  },
43035
41390
  {
43036
41391
  "kind": "Content",
@@ -43040,7 +41395,7 @@
43040
41395
  "isReadonly": false,
43041
41396
  "isOptional": false,
43042
41397
  "releaseTag": "Public",
43043
- "name": "emoteUrns",
41398
+ "name": "bodyShapeUrn",
43044
41399
  "propertyTypeTokenRange": {
43045
41400
  "startIndex": 1,
43046
41401
  "endIndex": 2
@@ -43048,16 +41403,21 @@
43048
41403
  },
43049
41404
  {
43050
41405
  "kind": "PropertySignature",
43051
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
41406
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#eyesColor:member",
43052
41407
  "docComment": "",
43053
41408
  "excerptTokens": [
43054
41409
  {
43055
41410
  "kind": "Content",
43056
- "text": "wearableUrns: "
41411
+ "text": "eyesColor: "
41412
+ },
41413
+ {
41414
+ "kind": "Reference",
41415
+ "text": "Color3",
41416
+ "canonicalReference": "@dcl/playground-assets!Color3"
43057
41417
  },
43058
41418
  {
43059
41419
  "kind": "Content",
43060
- "text": "string[]"
41420
+ "text": " | undefined"
43061
41421
  },
43062
41422
  {
43063
41423
  "kind": "Content",
@@ -43067,33 +41427,124 @@
43067
41427
  "isReadonly": false,
43068
41428
  "isOptional": false,
43069
41429
  "releaseTag": "Public",
43070
- "name": "wearableUrns",
41430
+ "name": "eyesColor",
41431
+ "propertyTypeTokenRange": {
41432
+ "startIndex": 1,
41433
+ "endIndex": 3
41434
+ }
41435
+ },
41436
+ {
41437
+ "kind": "PropertySignature",
41438
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
41439
+ "docComment": "",
41440
+ "excerptTokens": [
41441
+ {
41442
+ "kind": "Content",
41443
+ "text": "hairColor: "
41444
+ },
41445
+ {
41446
+ "kind": "Reference",
41447
+ "text": "Color3",
41448
+ "canonicalReference": "@dcl/playground-assets!Color3"
41449
+ },
41450
+ {
41451
+ "kind": "Content",
41452
+ "text": " | undefined"
41453
+ },
41454
+ {
41455
+ "kind": "Content",
41456
+ "text": ";"
41457
+ }
41458
+ ],
41459
+ "isReadonly": false,
41460
+ "isOptional": false,
41461
+ "releaseTag": "Public",
41462
+ "name": "hairColor",
41463
+ "propertyTypeTokenRange": {
41464
+ "startIndex": 1,
41465
+ "endIndex": 3
41466
+ }
41467
+ },
41468
+ {
41469
+ "kind": "PropertySignature",
41470
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
41471
+ "docComment": "",
41472
+ "excerptTokens": [
41473
+ {
41474
+ "kind": "Content",
41475
+ "text": "name: "
41476
+ },
41477
+ {
41478
+ "kind": "Content",
41479
+ "text": "string"
41480
+ },
41481
+ {
41482
+ "kind": "Content",
41483
+ "text": ";"
41484
+ }
41485
+ ],
41486
+ "isReadonly": false,
41487
+ "isOptional": false,
41488
+ "releaseTag": "Public",
41489
+ "name": "name",
43071
41490
  "propertyTypeTokenRange": {
43072
41491
  "startIndex": 1,
43073
41492
  "endIndex": 2
43074
41493
  }
41494
+ },
41495
+ {
41496
+ "kind": "PropertySignature",
41497
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
41498
+ "docComment": "",
41499
+ "excerptTokens": [
41500
+ {
41501
+ "kind": "Content",
41502
+ "text": "skinColor: "
41503
+ },
41504
+ {
41505
+ "kind": "Reference",
41506
+ "text": "Color3",
41507
+ "canonicalReference": "@dcl/playground-assets!Color3"
41508
+ },
41509
+ {
41510
+ "kind": "Content",
41511
+ "text": " | undefined"
41512
+ },
41513
+ {
41514
+ "kind": "Content",
41515
+ "text": ";"
41516
+ }
41517
+ ],
41518
+ "isReadonly": false,
41519
+ "isOptional": false,
41520
+ "releaseTag": "Public",
41521
+ "name": "skinColor",
41522
+ "propertyTypeTokenRange": {
41523
+ "startIndex": 1,
41524
+ "endIndex": 3
41525
+ }
43075
41526
  }
43076
41527
  ],
43077
41528
  "extendsTokenRanges": []
43078
41529
  },
43079
41530
  {
43080
41531
  "kind": "Namespace",
43081
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
41532
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:namespace",
43082
41533
  "docComment": "/**\n * @public\n */\n",
43083
41534
  "excerptTokens": [
43084
41535
  {
43085
41536
  "kind": "Content",
43086
- "text": "export declare namespace PBAvatarEquippedData "
41537
+ "text": "export declare namespace PBAvatarBase "
43087
41538
  }
43088
41539
  ],
43089
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
41540
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
43090
41541
  "releaseTag": "Public",
43091
- "name": "PBAvatarEquippedData",
41542
+ "name": "PBAvatarBase",
43092
41543
  "preserveMemberOrder": false,
43093
41544
  "members": [
43094
41545
  {
43095
41546
  "kind": "Function",
43096
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
41547
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase.decode:function(1)",
43097
41548
  "docComment": "",
43098
41549
  "excerptTokens": [
43099
41550
  {
@@ -43128,8 +41579,8 @@
43128
41579
  },
43129
41580
  {
43130
41581
  "kind": "Reference",
43131
- "text": "PBAvatarEquippedData",
43132
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
41582
+ "text": "PBAvatarBase",
41583
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
43133
41584
  },
43134
41585
  {
43135
41586
  "kind": "Content",
@@ -43164,7 +41615,7 @@
43164
41615
  },
43165
41616
  {
43166
41617
  "kind": "Function",
43167
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
41618
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase.encode:function(1)",
43168
41619
  "docComment": "",
43169
41620
  "excerptTokens": [
43170
41621
  {
@@ -43173,8 +41624,8 @@
43173
41624
  },
43174
41625
  {
43175
41626
  "kind": "Reference",
43176
- "text": "PBAvatarEquippedData",
43177
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
41627
+ "text": "PBAvatarBase",
41628
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
43178
41629
  },
43179
41630
  {
43180
41631
  "kind": "Content",
@@ -43229,31 +41680,31 @@
43229
41680
  },
43230
41681
  {
43231
41682
  "kind": "Interface",
43232
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
41683
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface",
43233
41684
  "docComment": "/**\n * @public\n */\n",
43234
41685
  "excerptTokens": [
43235
41686
  {
43236
41687
  "kind": "Content",
43237
- "text": "export interface PBAvatarLocomotionSettings "
41688
+ "text": "export interface PBAvatarEmoteCommand "
43238
41689
  }
43239
41690
  ],
43240
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
41691
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
43241
41692
  "releaseTag": "Public",
43242
- "name": "PBAvatarLocomotionSettings",
41693
+ "name": "PBAvatarEmoteCommand",
43243
41694
  "preserveMemberOrder": false,
43244
41695
  "members": [
43245
41696
  {
43246
41697
  "kind": "PropertySignature",
43247
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#doubleJumpHeight:member",
43248
- "docComment": "/**\n * Height of the double jump (in meters)\n */\n",
41698
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#emoteUrn:member",
41699
+ "docComment": "",
43249
41700
  "excerptTokens": [
43250
41701
  {
43251
41702
  "kind": "Content",
43252
- "text": "doubleJumpHeight?: "
41703
+ "text": "emoteUrn: "
43253
41704
  },
43254
41705
  {
43255
41706
  "kind": "Content",
43256
- "text": "number | undefined"
41707
+ "text": "string"
43257
41708
  },
43258
41709
  {
43259
41710
  "kind": "Content",
@@ -43261,9 +41712,9 @@
43261
41712
  }
43262
41713
  ],
43263
41714
  "isReadonly": false,
43264
- "isOptional": true,
41715
+ "isOptional": false,
43265
41716
  "releaseTag": "Public",
43266
- "name": "doubleJumpHeight",
41717
+ "name": "emoteUrn",
43267
41718
  "propertyTypeTokenRange": {
43268
41719
  "startIndex": 1,
43269
41720
  "endIndex": 2
@@ -43271,16 +41722,16 @@
43271
41722
  },
43272
41723
  {
43273
41724
  "kind": "PropertySignature",
43274
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingFallingSpeed:member",
43275
- "docComment": "/**\n * Maximum falling speed when gliding (in meters per second)\n */\n",
41725
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#loop:member",
41726
+ "docComment": "",
43276
41727
  "excerptTokens": [
43277
41728
  {
43278
41729
  "kind": "Content",
43279
- "text": "glidingFallingSpeed?: "
41730
+ "text": "loop: "
43280
41731
  },
43281
41732
  {
43282
41733
  "kind": "Content",
43283
- "text": "number | undefined"
41734
+ "text": "boolean"
43284
41735
  },
43285
41736
  {
43286
41737
  "kind": "Content",
@@ -43288,9 +41739,9 @@
43288
41739
  }
43289
41740
  ],
43290
41741
  "isReadonly": false,
43291
- "isOptional": true,
41742
+ "isOptional": false,
43292
41743
  "releaseTag": "Public",
43293
- "name": "glidingFallingSpeed",
41744
+ "name": "loop",
43294
41745
  "propertyTypeTokenRange": {
43295
41746
  "startIndex": 1,
43296
41747
  "endIndex": 2
@@ -43298,16 +41749,16 @@
43298
41749
  },
43299
41750
  {
43300
41751
  "kind": "PropertySignature",
43301
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingSpeed:member",
43302
- "docComment": "/**\n * Maximum speed when gliding (in meters per second)\n */\n",
41752
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#timestamp:member",
41753
+ "docComment": "/**\n * monotonic counter\n */\n",
43303
41754
  "excerptTokens": [
43304
41755
  {
43305
41756
  "kind": "Content",
43306
- "text": "glidingSpeed?: "
41757
+ "text": "timestamp: "
43307
41758
  },
43308
41759
  {
43309
41760
  "kind": "Content",
43310
- "text": "number | undefined"
41761
+ "text": "number"
43311
41762
  },
43312
41763
  {
43313
41764
  "kind": "Content",
@@ -43315,134 +41766,195 @@
43315
41766
  }
43316
41767
  ],
43317
41768
  "isReadonly": false,
43318
- "isOptional": true,
41769
+ "isOptional": false,
43319
41770
  "releaseTag": "Public",
43320
- "name": "glidingSpeed",
41771
+ "name": "timestamp",
43321
41772
  "propertyTypeTokenRange": {
43322
41773
  "startIndex": 1,
43323
41774
  "endIndex": 2
43324
41775
  }
43325
- },
41776
+ }
41777
+ ],
41778
+ "extendsTokenRanges": []
41779
+ },
41780
+ {
41781
+ "kind": "Namespace",
41782
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
41783
+ "docComment": "/**\n * @public\n */\n",
41784
+ "excerptTokens": [
43326
41785
  {
43327
- "kind": "PropertySignature",
43328
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#hardLandingCooldown:member",
43329
- "docComment": "/**\n * Cooldown time after a hard landing before the avatar can move again (in seconds)\n */\n",
41786
+ "kind": "Content",
41787
+ "text": "export declare namespace PBAvatarEmoteCommand "
41788
+ }
41789
+ ],
41790
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
41791
+ "releaseTag": "Public",
41792
+ "name": "PBAvatarEmoteCommand",
41793
+ "preserveMemberOrder": false,
41794
+ "members": [
41795
+ {
41796
+ "kind": "Function",
41797
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.decode:function(1)",
41798
+ "docComment": "",
43330
41799
  "excerptTokens": [
43331
41800
  {
43332
41801
  "kind": "Content",
43333
- "text": "hardLandingCooldown?: "
41802
+ "text": "function decode(input: "
41803
+ },
41804
+ {
41805
+ "kind": "Reference",
41806
+ "text": "_m0.Reader",
41807
+ "canonicalReference": "protobufjs!Reader:class"
43334
41808
  },
43335
41809
  {
43336
41810
  "kind": "Content",
43337
- "text": "number | undefined"
41811
+ "text": " | "
41812
+ },
41813
+ {
41814
+ "kind": "Reference",
41815
+ "text": "Uint8Array",
41816
+ "canonicalReference": "!Uint8Array:interface"
43338
41817
  },
43339
41818
  {
43340
41819
  "kind": "Content",
43341
- "text": ";"
43342
- }
43343
- ],
43344
- "isReadonly": false,
43345
- "isOptional": true,
43346
- "releaseTag": "Public",
43347
- "name": "hardLandingCooldown",
43348
- "propertyTypeTokenRange": {
43349
- "startIndex": 1,
43350
- "endIndex": 2
43351
- }
43352
- },
43353
- {
43354
- "kind": "PropertySignature",
43355
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jogSpeed:member",
43356
- "docComment": "/**\n * Maximum speed when jogging (in meters per second)\n */\n",
43357
- "excerptTokens": [
41820
+ "text": ", length?: "
41821
+ },
43358
41822
  {
43359
41823
  "kind": "Content",
43360
- "text": "jogSpeed?: "
41824
+ "text": "number"
43361
41825
  },
43362
41826
  {
43363
41827
  "kind": "Content",
43364
- "text": "number | undefined"
41828
+ "text": "): "
41829
+ },
41830
+ {
41831
+ "kind": "Reference",
41832
+ "text": "PBAvatarEmoteCommand",
41833
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
43365
41834
  },
43366
41835
  {
43367
41836
  "kind": "Content",
43368
41837
  "text": ";"
43369
41838
  }
43370
41839
  ],
43371
- "isReadonly": false,
43372
- "isOptional": true,
41840
+ "returnTypeTokenRange": {
41841
+ "startIndex": 7,
41842
+ "endIndex": 8
41843
+ },
43373
41844
  "releaseTag": "Public",
43374
- "name": "jogSpeed",
43375
- "propertyTypeTokenRange": {
43376
- "startIndex": 1,
43377
- "endIndex": 2
43378
- }
41845
+ "overloadIndex": 1,
41846
+ "parameters": [
41847
+ {
41848
+ "parameterName": "input",
41849
+ "parameterTypeTokenRange": {
41850
+ "startIndex": 1,
41851
+ "endIndex": 4
41852
+ },
41853
+ "isOptional": false
41854
+ },
41855
+ {
41856
+ "parameterName": "length",
41857
+ "parameterTypeTokenRange": {
41858
+ "startIndex": 5,
41859
+ "endIndex": 6
41860
+ },
41861
+ "isOptional": true
41862
+ }
41863
+ ],
41864
+ "name": "decode"
43379
41865
  },
43380
41866
  {
43381
- "kind": "PropertySignature",
43382
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jumpHeight:member",
43383
- "docComment": "/**\n * Height of a regular jump (in meters)\n */\n",
41867
+ "kind": "Function",
41868
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
41869
+ "docComment": "",
43384
41870
  "excerptTokens": [
43385
41871
  {
43386
41872
  "kind": "Content",
43387
- "text": "jumpHeight?: "
41873
+ "text": "function encode(message: "
43388
41874
  },
43389
41875
  {
43390
- "kind": "Content",
43391
- "text": "number | undefined"
41876
+ "kind": "Reference",
41877
+ "text": "PBAvatarEmoteCommand",
41878
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
43392
41879
  },
43393
41880
  {
43394
41881
  "kind": "Content",
43395
- "text": ";"
43396
- }
43397
- ],
43398
- "isReadonly": false,
43399
- "isOptional": true,
43400
- "releaseTag": "Public",
43401
- "name": "jumpHeight",
43402
- "propertyTypeTokenRange": {
43403
- "startIndex": 1,
43404
- "endIndex": 2
43405
- }
43406
- },
43407
- {
43408
- "kind": "PropertySignature",
43409
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runJumpHeight:member",
43410
- "docComment": "/**\n * Height of a jump while running (in meters)\n */\n",
43411
- "excerptTokens": [
41882
+ "text": ", writer?: "
41883
+ },
43412
41884
  {
43413
- "kind": "Content",
43414
- "text": "runJumpHeight?: "
41885
+ "kind": "Reference",
41886
+ "text": "_m0.Writer",
41887
+ "canonicalReference": "protobufjs!Writer:class"
43415
41888
  },
43416
41889
  {
43417
41890
  "kind": "Content",
43418
- "text": "number | undefined"
41891
+ "text": "): "
41892
+ },
41893
+ {
41894
+ "kind": "Reference",
41895
+ "text": "_m0.Writer",
41896
+ "canonicalReference": "protobufjs!Writer:class"
43419
41897
  },
43420
41898
  {
43421
41899
  "kind": "Content",
43422
41900
  "text": ";"
43423
41901
  }
43424
41902
  ],
43425
- "isReadonly": false,
43426
- "isOptional": true,
41903
+ "returnTypeTokenRange": {
41904
+ "startIndex": 5,
41905
+ "endIndex": 6
41906
+ },
43427
41907
  "releaseTag": "Public",
43428
- "name": "runJumpHeight",
43429
- "propertyTypeTokenRange": {
43430
- "startIndex": 1,
43431
- "endIndex": 2
43432
- }
43433
- },
41908
+ "overloadIndex": 1,
41909
+ "parameters": [
41910
+ {
41911
+ "parameterName": "message",
41912
+ "parameterTypeTokenRange": {
41913
+ "startIndex": 1,
41914
+ "endIndex": 2
41915
+ },
41916
+ "isOptional": false
41917
+ },
41918
+ {
41919
+ "parameterName": "writer",
41920
+ "parameterTypeTokenRange": {
41921
+ "startIndex": 3,
41922
+ "endIndex": 4
41923
+ },
41924
+ "isOptional": true
41925
+ }
41926
+ ],
41927
+ "name": "encode"
41928
+ }
41929
+ ]
41930
+ },
41931
+ {
41932
+ "kind": "Interface",
41933
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
41934
+ "docComment": "/**\n * @public\n */\n",
41935
+ "excerptTokens": [
41936
+ {
41937
+ "kind": "Content",
41938
+ "text": "export interface PBAvatarEquippedData "
41939
+ }
41940
+ ],
41941
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
41942
+ "releaseTag": "Public",
41943
+ "name": "PBAvatarEquippedData",
41944
+ "preserveMemberOrder": false,
41945
+ "members": [
43434
41946
  {
43435
41947
  "kind": "PropertySignature",
43436
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runSpeed:member",
43437
- "docComment": "/**\n * Maximum speed when running (in meters per second)\n */\n",
41948
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
41949
+ "docComment": "",
43438
41950
  "excerptTokens": [
43439
41951
  {
43440
41952
  "kind": "Content",
43441
- "text": "runSpeed?: "
41953
+ "text": "emoteUrns: "
43442
41954
  },
43443
41955
  {
43444
41956
  "kind": "Content",
43445
- "text": "number | undefined"
41957
+ "text": "string[]"
43446
41958
  },
43447
41959
  {
43448
41960
  "kind": "Content",
@@ -43450,9 +41962,9 @@
43450
41962
  }
43451
41963
  ],
43452
41964
  "isReadonly": false,
43453
- "isOptional": true,
41965
+ "isOptional": false,
43454
41966
  "releaseTag": "Public",
43455
- "name": "runSpeed",
41967
+ "name": "emoteUrns",
43456
41968
  "propertyTypeTokenRange": {
43457
41969
  "startIndex": 1,
43458
41970
  "endIndex": 2
@@ -43460,16 +41972,16 @@
43460
41972
  },
43461
41973
  {
43462
41974
  "kind": "PropertySignature",
43463
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#walkSpeed:member",
43464
- "docComment": "/**\n * Maximum speed when walking (in meters per second)\n */\n",
41975
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
41976
+ "docComment": "",
43465
41977
  "excerptTokens": [
43466
41978
  {
43467
41979
  "kind": "Content",
43468
- "text": "walkSpeed?: "
41980
+ "text": "wearableUrns: "
43469
41981
  },
43470
41982
  {
43471
41983
  "kind": "Content",
43472
- "text": "number | undefined"
41984
+ "text": "string[]"
43473
41985
  },
43474
41986
  {
43475
41987
  "kind": "Content",
@@ -43477,9 +41989,9 @@
43477
41989
  }
43478
41990
  ],
43479
41991
  "isReadonly": false,
43480
- "isOptional": true,
41992
+ "isOptional": false,
43481
41993
  "releaseTag": "Public",
43482
- "name": "walkSpeed",
41994
+ "name": "wearableUrns",
43483
41995
  "propertyTypeTokenRange": {
43484
41996
  "startIndex": 1,
43485
41997
  "endIndex": 2
@@ -43490,22 +42002,22 @@
43490
42002
  },
43491
42003
  {
43492
42004
  "kind": "Namespace",
43493
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:namespace",
42005
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
43494
42006
  "docComment": "/**\n * @public\n */\n",
43495
42007
  "excerptTokens": [
43496
42008
  {
43497
42009
  "kind": "Content",
43498
- "text": "export declare namespace PBAvatarLocomotionSettings "
42010
+ "text": "export declare namespace PBAvatarEquippedData "
43499
42011
  }
43500
42012
  ],
43501
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
42013
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
43502
42014
  "releaseTag": "Public",
43503
- "name": "PBAvatarLocomotionSettings",
42015
+ "name": "PBAvatarEquippedData",
43504
42016
  "preserveMemberOrder": false,
43505
42017
  "members": [
43506
42018
  {
43507
42019
  "kind": "Function",
43508
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.decode:function(1)",
42020
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
43509
42021
  "docComment": "",
43510
42022
  "excerptTokens": [
43511
42023
  {
@@ -43540,8 +42052,8 @@
43540
42052
  },
43541
42053
  {
43542
42054
  "kind": "Reference",
43543
- "text": "PBAvatarLocomotionSettings",
43544
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
42055
+ "text": "PBAvatarEquippedData",
42056
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
43545
42057
  },
43546
42058
  {
43547
42059
  "kind": "Content",
@@ -43576,7 +42088,7 @@
43576
42088
  },
43577
42089
  {
43578
42090
  "kind": "Function",
43579
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.encode:function(1)",
42091
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
43580
42092
  "docComment": "",
43581
42093
  "excerptTokens": [
43582
42094
  {
@@ -43585,8 +42097,8 @@
43585
42097
  },
43586
42098
  {
43587
42099
  "kind": "Reference",
43588
- "text": "PBAvatarLocomotionSettings",
43589
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
42100
+ "text": "PBAvatarEquippedData",
42101
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
43590
42102
  },
43591
42103
  {
43592
42104
  "kind": "Content",
@@ -64018,33 +62530,6 @@
64018
62530
  "endIndex": 3
64019
62531
  }
64020
62532
  },
64021
- {
64022
- "kind": "PropertySignature",
64023
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
64024
- "docComment": "/**\n * default: 60\n */\n",
64025
- "excerptTokens": [
64026
- {
64027
- "kind": "Content",
64028
- "text": "fov?: "
64029
- },
64030
- {
64031
- "kind": "Content",
64032
- "text": "number | undefined"
64033
- },
64034
- {
64035
- "kind": "Content",
64036
- "text": ";"
64037
- }
64038
- ],
64039
- "isReadonly": false,
64040
- "isOptional": true,
64041
- "releaseTag": "Public",
64042
- "name": "fov",
64043
- "propertyTypeTokenRange": {
64044
- "startIndex": 1,
64045
- "endIndex": 2
64046
- }
64047
- },
64048
62533
  {
64049
62534
  "kind": "PropertySignature",
64050
62535
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",