@dcl/playground-assets 7.22.3-24082946861.commit-0d8c4f2 → 7.22.3-24145407309.commit-af617c2

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",
@@ -13350,33 +12902,6 @@
13350
12902
  "text": "PBAssetLoadLoadingState",
13351
12903
  "canonicalReference": "@dcl/playground-assets!PBAssetLoadLoadingState"
13352
12904
  },
13353
- {
13354
- "kind": "Content",
13355
- "text": ">>;\n \"core::AudioAnalysis\": "
13356
- },
13357
- {
13358
- "kind": "Reference",
13359
- "text": "LwwComponentGetter",
13360
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
13361
- },
13362
- {
13363
- "kind": "Content",
13364
- "text": "<"
13365
- },
13366
- {
13367
- "kind": "Reference",
13368
- "text": "LastWriteWinElementSetComponentDefinition",
13369
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
13370
- },
13371
- {
13372
- "kind": "Content",
13373
- "text": "<"
13374
- },
13375
- {
13376
- "kind": "Reference",
13377
- "text": "PBAudioAnalysis",
13378
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis"
13379
- },
13380
12905
  {
13381
12906
  "kind": "Content",
13382
12907
  "text": ">>;\n \"core::AudioEvent\": "
@@ -13566,33 +13091,6 @@
13566
13091
  "text": "PBAvatarEquippedData",
13567
13092
  "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData"
13568
13093
  },
13569
- {
13570
- "kind": "Content",
13571
- "text": ">>;\n \"core::AvatarLocomotionSettings\": "
13572
- },
13573
- {
13574
- "kind": "Reference",
13575
- "text": "LwwComponentGetter",
13576
- "canonicalReference": "@dcl/playground-assets!LwwComponentGetter:type"
13577
- },
13578
- {
13579
- "kind": "Content",
13580
- "text": "<"
13581
- },
13582
- {
13583
- "kind": "Reference",
13584
- "text": "LastWriteWinElementSetComponentDefinition",
13585
- "canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
13586
- },
13587
- {
13588
- "kind": "Content",
13589
- "text": "<"
13590
- },
13591
- {
13592
- "kind": "Reference",
13593
- "text": "PBAvatarLocomotionSettings",
13594
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings"
13595
- },
13596
13094
  {
13597
13095
  "kind": "Content",
13598
13096
  "text": ">>;\n \"core::AvatarModifierArea\": "
@@ -14846,7 +14344,7 @@
14846
14344
  "name": "componentDefinitionByName",
14847
14345
  "variableTypeTokenRange": {
14848
14346
  "startIndex": 1,
14849
- "endIndex": 350
14347
+ "endIndex": 338
14850
14348
  }
14851
14349
  },
14852
14350
  {
@@ -25319,27 +24817,6 @@
25319
24817
  "releaseTag": "Public",
25320
24818
  "name": "IA_LEFT"
25321
24819
  },
25322
- {
25323
- "kind": "EnumMember",
25324
- "canonicalReference": "@dcl/playground-assets!InputAction.IA_MODIFIER:member",
25325
- "docComment": "",
25326
- "excerptTokens": [
25327
- {
25328
- "kind": "Content",
25329
- "text": "IA_MODIFIER = "
25330
- },
25331
- {
25332
- "kind": "Content",
25333
- "text": "14"
25334
- }
25335
- ],
25336
- "initializerTokenRange": {
25337
- "startIndex": 1,
25338
- "endIndex": 2
25339
- },
25340
- "releaseTag": "Public",
25341
- "name": "IA_MODIFIER"
25342
- },
25343
24820
  {
25344
24821
  "kind": "EnumMember",
25345
24822
  "canonicalReference": "@dcl/playground-assets!InputAction.IA_POINTER:member",
@@ -41525,31 +41002,32 @@
41525
41002
  },
41526
41003
  {
41527
41004
  "kind": "Interface",
41528
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface",
41005
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface",
41529
41006
  "docComment": "/**\n * @public\n */\n",
41530
41007
  "excerptTokens": [
41531
41008
  {
41532
41009
  "kind": "Content",
41533
- "text": "export interface PBAudioAnalysis "
41010
+ "text": "export interface PBAudioEvent "
41534
41011
  }
41535
41012
  ],
41536
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
41013
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
41537
41014
  "releaseTag": "Public",
41538
- "name": "PBAudioAnalysis",
41015
+ "name": "PBAudioEvent",
41539
41016
  "preserveMemberOrder": false,
41540
41017
  "members": [
41541
41018
  {
41542
41019
  "kind": "PropertySignature",
41543
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitude:member",
41544
- "docComment": "/**\n * Result section\n */\n",
41020
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent#state:member",
41021
+ "docComment": "",
41545
41022
  "excerptTokens": [
41546
41023
  {
41547
41024
  "kind": "Content",
41548
- "text": "amplitude: "
41025
+ "text": "state: "
41549
41026
  },
41550
41027
  {
41551
- "kind": "Content",
41552
- "text": "number"
41028
+ "kind": "Reference",
41029
+ "text": "MediaState",
41030
+ "canonicalReference": "@dcl/playground-assets!MediaState:enum"
41553
41031
  },
41554
41032
  {
41555
41033
  "kind": "Content",
@@ -41559,7 +41037,7 @@
41559
41037
  "isReadonly": false,
41560
41038
  "isOptional": false,
41561
41039
  "releaseTag": "Public",
41562
- "name": "amplitude",
41040
+ "name": "state",
41563
41041
  "propertyTypeTokenRange": {
41564
41042
  "startIndex": 1,
41565
41043
  "endIndex": 2
@@ -41567,16 +41045,16 @@
41567
41045
  },
41568
41046
  {
41569
41047
  "kind": "PropertySignature",
41570
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#amplitudeGain:member",
41571
- "docComment": "/**\n * Used only when mode == MODE_LOGARITHMIC\n */\n",
41048
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent#timestamp:member",
41049
+ "docComment": "/**\n * monotonic counter\n */\n",
41572
41050
  "excerptTokens": [
41573
41051
  {
41574
41052
  "kind": "Content",
41575
- "text": "amplitudeGain?: "
41053
+ "text": "timestamp: "
41576
41054
  },
41577
41055
  {
41578
41056
  "kind": "Content",
41579
- "text": "number | undefined"
41057
+ "text": "number"
41580
41058
  },
41581
41059
  {
41582
41060
  "kind": "Content",
@@ -41584,107 +41062,195 @@
41584
41062
  }
41585
41063
  ],
41586
41064
  "isReadonly": false,
41587
- "isOptional": true,
41065
+ "isOptional": false,
41588
41066
  "releaseTag": "Public",
41589
- "name": "amplitudeGain",
41067
+ "name": "timestamp",
41590
41068
  "propertyTypeTokenRange": {
41591
41069
  "startIndex": 1,
41592
41070
  "endIndex": 2
41593
41071
  }
41594
- },
41072
+ }
41073
+ ],
41074
+ "extendsTokenRanges": []
41075
+ },
41076
+ {
41077
+ "kind": "Namespace",
41078
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
41079
+ "docComment": "/**\n * @public\n */\n",
41080
+ "excerptTokens": [
41595
41081
  {
41596
- "kind": "PropertySignature",
41597
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band0:member",
41598
- "docComment": "/**\n * Protobuf doesn't support fixed arrays -> 8 band fields\n */\n",
41082
+ "kind": "Content",
41083
+ "text": "export declare namespace PBAudioEvent "
41084
+ }
41085
+ ],
41086
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
41087
+ "releaseTag": "Public",
41088
+ "name": "PBAudioEvent",
41089
+ "preserveMemberOrder": false,
41090
+ "members": [
41091
+ {
41092
+ "kind": "Function",
41093
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent.decode:function(1)",
41094
+ "docComment": "",
41599
41095
  "excerptTokens": [
41600
41096
  {
41601
41097
  "kind": "Content",
41602
- "text": "band0: "
41098
+ "text": "function decode(input: "
41603
41099
  },
41604
41100
  {
41605
- "kind": "Content",
41606
- "text": "number"
41101
+ "kind": "Reference",
41102
+ "text": "_m0.Reader",
41103
+ "canonicalReference": "protobufjs!Reader:class"
41607
41104
  },
41608
41105
  {
41609
41106
  "kind": "Content",
41610
- "text": ";"
41611
- }
41612
- ],
41613
- "isReadonly": false,
41614
- "isOptional": false,
41615
- "releaseTag": "Public",
41616
- "name": "band0",
41617
- "propertyTypeTokenRange": {
41618
- "startIndex": 1,
41619
- "endIndex": 2
41620
- }
41621
- },
41622
- {
41623
- "kind": "PropertySignature",
41624
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band1:member",
41625
- "docComment": "",
41626
- "excerptTokens": [
41107
+ "text": " | "
41108
+ },
41109
+ {
41110
+ "kind": "Reference",
41111
+ "text": "Uint8Array",
41112
+ "canonicalReference": "!Uint8Array:interface"
41113
+ },
41627
41114
  {
41628
41115
  "kind": "Content",
41629
- "text": "band1: "
41116
+ "text": ", length?: "
41630
41117
  },
41631
41118
  {
41632
41119
  "kind": "Content",
41633
41120
  "text": "number"
41634
41121
  },
41122
+ {
41123
+ "kind": "Content",
41124
+ "text": "): "
41125
+ },
41126
+ {
41127
+ "kind": "Reference",
41128
+ "text": "PBAudioEvent",
41129
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
41130
+ },
41635
41131
  {
41636
41132
  "kind": "Content",
41637
41133
  "text": ";"
41638
41134
  }
41639
41135
  ],
41640
- "isReadonly": false,
41641
- "isOptional": false,
41136
+ "returnTypeTokenRange": {
41137
+ "startIndex": 7,
41138
+ "endIndex": 8
41139
+ },
41642
41140
  "releaseTag": "Public",
41643
- "name": "band1",
41644
- "propertyTypeTokenRange": {
41645
- "startIndex": 1,
41646
- "endIndex": 2
41647
- }
41141
+ "overloadIndex": 1,
41142
+ "parameters": [
41143
+ {
41144
+ "parameterName": "input",
41145
+ "parameterTypeTokenRange": {
41146
+ "startIndex": 1,
41147
+ "endIndex": 4
41148
+ },
41149
+ "isOptional": false
41150
+ },
41151
+ {
41152
+ "parameterName": "length",
41153
+ "parameterTypeTokenRange": {
41154
+ "startIndex": 5,
41155
+ "endIndex": 6
41156
+ },
41157
+ "isOptional": true
41158
+ }
41159
+ ],
41160
+ "name": "decode"
41648
41161
  },
41649
41162
  {
41650
- "kind": "PropertySignature",
41651
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band2:member",
41163
+ "kind": "Function",
41164
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent.encode:function(1)",
41652
41165
  "docComment": "",
41653
41166
  "excerptTokens": [
41654
41167
  {
41655
41168
  "kind": "Content",
41656
- "text": "band2: "
41169
+ "text": "function encode(message: "
41170
+ },
41171
+ {
41172
+ "kind": "Reference",
41173
+ "text": "PBAudioEvent",
41174
+ "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
41175
+ },
41176
+ {
41177
+ "kind": "Content",
41178
+ "text": ", writer?: "
41179
+ },
41180
+ {
41181
+ "kind": "Reference",
41182
+ "text": "_m0.Writer",
41183
+ "canonicalReference": "protobufjs!Writer:class"
41657
41184
  },
41658
41185
  {
41659
41186
  "kind": "Content",
41660
- "text": "number"
41187
+ "text": "): "
41188
+ },
41189
+ {
41190
+ "kind": "Reference",
41191
+ "text": "_m0.Writer",
41192
+ "canonicalReference": "protobufjs!Writer:class"
41661
41193
  },
41662
41194
  {
41663
41195
  "kind": "Content",
41664
41196
  "text": ";"
41665
41197
  }
41666
41198
  ],
41667
- "isReadonly": false,
41668
- "isOptional": false,
41199
+ "returnTypeTokenRange": {
41200
+ "startIndex": 5,
41201
+ "endIndex": 6
41202
+ },
41669
41203
  "releaseTag": "Public",
41670
- "name": "band2",
41671
- "propertyTypeTokenRange": {
41672
- "startIndex": 1,
41673
- "endIndex": 2
41674
- }
41675
- },
41204
+ "overloadIndex": 1,
41205
+ "parameters": [
41206
+ {
41207
+ "parameterName": "message",
41208
+ "parameterTypeTokenRange": {
41209
+ "startIndex": 1,
41210
+ "endIndex": 2
41211
+ },
41212
+ "isOptional": false
41213
+ },
41214
+ {
41215
+ "parameterName": "writer",
41216
+ "parameterTypeTokenRange": {
41217
+ "startIndex": 3,
41218
+ "endIndex": 4
41219
+ },
41220
+ "isOptional": true
41221
+ }
41222
+ ],
41223
+ "name": "encode"
41224
+ }
41225
+ ]
41226
+ },
41227
+ {
41228
+ "kind": "Interface",
41229
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
41230
+ "docComment": "/**\n * @public\n */\n",
41231
+ "excerptTokens": [
41232
+ {
41233
+ "kind": "Content",
41234
+ "text": "export interface PBAudioSource "
41235
+ }
41236
+ ],
41237
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
41238
+ "releaseTag": "Public",
41239
+ "name": "PBAudioSource",
41240
+ "preserveMemberOrder": false,
41241
+ "members": [
41676
41242
  {
41677
41243
  "kind": "PropertySignature",
41678
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band3:member",
41679
- "docComment": "",
41244
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#audioClipUrl:member",
41245
+ "docComment": "/**\n * the clip path as given in the `files` array of the scene's manifest.\n */\n",
41680
41246
  "excerptTokens": [
41681
41247
  {
41682
41248
  "kind": "Content",
41683
- "text": "band3: "
41249
+ "text": "audioClipUrl: "
41684
41250
  },
41685
41251
  {
41686
41252
  "kind": "Content",
41687
- "text": "number"
41253
+ "text": "string"
41688
41254
  },
41689
41255
  {
41690
41256
  "kind": "Content",
@@ -41694,7 +41260,7 @@
41694
41260
  "isReadonly": false,
41695
41261
  "isOptional": false,
41696
41262
  "releaseTag": "Public",
41697
- "name": "band3",
41263
+ "name": "audioClipUrl",
41698
41264
  "propertyTypeTokenRange": {
41699
41265
  "startIndex": 1,
41700
41266
  "endIndex": 2
@@ -41702,16 +41268,16 @@
41702
41268
  },
41703
41269
  {
41704
41270
  "kind": "PropertySignature",
41705
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band4:member",
41706
- "docComment": "",
41271
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#currentTime:member",
41272
+ "docComment": "/**\n * specifies the current playback time of the clip in seconds (default: 0).\n */\n",
41707
41273
  "excerptTokens": [
41708
41274
  {
41709
41275
  "kind": "Content",
41710
- "text": "band4: "
41276
+ "text": "currentTime?: "
41711
41277
  },
41712
41278
  {
41713
41279
  "kind": "Content",
41714
- "text": "number"
41280
+ "text": "number | undefined"
41715
41281
  },
41716
41282
  {
41717
41283
  "kind": "Content",
@@ -41719,9 +41285,9 @@
41719
41285
  }
41720
41286
  ],
41721
41287
  "isReadonly": false,
41722
- "isOptional": false,
41288
+ "isOptional": true,
41723
41289
  "releaseTag": "Public",
41724
- "name": "band4",
41290
+ "name": "currentTime",
41725
41291
  "propertyTypeTokenRange": {
41726
41292
  "startIndex": 1,
41727
41293
  "endIndex": 2
@@ -41729,16 +41295,16 @@
41729
41295
  },
41730
41296
  {
41731
41297
  "kind": "PropertySignature",
41732
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band5:member",
41733
- "docComment": "",
41298
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#global:member",
41299
+ "docComment": "/**\n * whether the audio plays at constant volume across the scene.\n */\n",
41734
41300
  "excerptTokens": [
41735
41301
  {
41736
41302
  "kind": "Content",
41737
- "text": "band5: "
41303
+ "text": "global?: "
41738
41304
  },
41739
41305
  {
41740
41306
  "kind": "Content",
41741
- "text": "number"
41307
+ "text": "boolean | undefined"
41742
41308
  },
41743
41309
  {
41744
41310
  "kind": "Content",
@@ -41746,9 +41312,9 @@
41746
41312
  }
41747
41313
  ],
41748
41314
  "isReadonly": false,
41749
- "isOptional": false,
41315
+ "isOptional": true,
41750
41316
  "releaseTag": "Public",
41751
- "name": "band5",
41317
+ "name": "global",
41752
41318
  "propertyTypeTokenRange": {
41753
41319
  "startIndex": 1,
41754
41320
  "endIndex": 2
@@ -41756,16 +41322,16 @@
41756
41322
  },
41757
41323
  {
41758
41324
  "kind": "PropertySignature",
41759
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band6:member",
41760
- "docComment": "",
41325
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#loop:member",
41326
+ "docComment": "/**\n * whether the clip should restart when finished.\n */\n",
41761
41327
  "excerptTokens": [
41762
41328
  {
41763
41329
  "kind": "Content",
41764
- "text": "band6: "
41330
+ "text": "loop?: "
41765
41331
  },
41766
41332
  {
41767
41333
  "kind": "Content",
41768
- "text": "number"
41334
+ "text": "boolean | undefined"
41769
41335
  },
41770
41336
  {
41771
41337
  "kind": "Content",
@@ -41773,9 +41339,9 @@
41773
41339
  }
41774
41340
  ],
41775
41341
  "isReadonly": false,
41776
- "isOptional": false,
41342
+ "isOptional": true,
41777
41343
  "releaseTag": "Public",
41778
- "name": "band6",
41344
+ "name": "loop",
41779
41345
  "propertyTypeTokenRange": {
41780
41346
  "startIndex": 1,
41781
41347
  "endIndex": 2
@@ -41783,16 +41349,16 @@
41783
41349
  },
41784
41350
  {
41785
41351
  "kind": "PropertySignature",
41786
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#band7:member",
41787
- "docComment": "",
41352
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#pitch:member",
41353
+ "docComment": "/**\n * the audio pitch (default: 1.0).\n */\n",
41788
41354
  "excerptTokens": [
41789
41355
  {
41790
41356
  "kind": "Content",
41791
- "text": "band7: "
41357
+ "text": "pitch?: "
41792
41358
  },
41793
41359
  {
41794
41360
  "kind": "Content",
41795
- "text": "number"
41361
+ "text": "number | undefined"
41796
41362
  },
41797
41363
  {
41798
41364
  "kind": "Content",
@@ -41800,9 +41366,9 @@
41800
41366
  }
41801
41367
  ],
41802
41368
  "isReadonly": false,
41803
- "isOptional": false,
41369
+ "isOptional": true,
41804
41370
  "releaseTag": "Public",
41805
- "name": "band7",
41371
+ "name": "pitch",
41806
41372
  "propertyTypeTokenRange": {
41807
41373
  "startIndex": 1,
41808
41374
  "endIndex": 2
@@ -41810,16 +41376,16 @@
41810
41376
  },
41811
41377
  {
41812
41378
  "kind": "PropertySignature",
41813
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#bandsGain:member",
41814
- "docComment": "/**\n * End when mode == MODE_LOGARITHMIC\n */\n",
41379
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#playing:member",
41380
+ "docComment": "/**\n * whether the clip is currently playing.\n */\n",
41815
41381
  "excerptTokens": [
41816
41382
  {
41817
41383
  "kind": "Content",
41818
- "text": "bandsGain?: "
41384
+ "text": "playing?: "
41819
41385
  },
41820
41386
  {
41821
41387
  "kind": "Content",
41822
- "text": "number | undefined"
41388
+ "text": "boolean | undefined"
41823
41389
  },
41824
41390
  {
41825
41391
  "kind": "Content",
@@ -41829,7 +41395,7 @@
41829
41395
  "isReadonly": false,
41830
41396
  "isOptional": true,
41831
41397
  "releaseTag": "Public",
41832
- "name": "bandsGain",
41398
+ "name": "playing",
41833
41399
  "propertyTypeTokenRange": {
41834
41400
  "startIndex": 1,
41835
41401
  "endIndex": 2
@@ -41837,17 +41403,16 @@
41837
41403
  },
41838
41404
  {
41839
41405
  "kind": "PropertySignature",
41840
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis#mode:member",
41841
- "docComment": "/**\n * Parameters section\n */\n",
41406
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource#volume:member",
41407
+ "docComment": "/**\n * the audio volume (default: 1.0).\n */\n",
41842
41408
  "excerptTokens": [
41843
41409
  {
41844
41410
  "kind": "Content",
41845
- "text": "mode: "
41411
+ "text": "volume?: "
41846
41412
  },
41847
41413
  {
41848
- "kind": "Reference",
41849
- "text": "PBAudioAnalysisMode",
41850
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum"
41414
+ "kind": "Content",
41415
+ "text": "number | undefined"
41851
41416
  },
41852
41417
  {
41853
41418
  "kind": "Content",
@@ -41855,9 +41420,9 @@
41855
41420
  }
41856
41421
  ],
41857
41422
  "isReadonly": false,
41858
- "isOptional": false,
41423
+ "isOptional": true,
41859
41424
  "releaseTag": "Public",
41860
- "name": "mode",
41425
+ "name": "volume",
41861
41426
  "propertyTypeTokenRange": {
41862
41427
  "startIndex": 1,
41863
41428
  "endIndex": 2
@@ -41868,22 +41433,22 @@
41868
41433
  },
41869
41434
  {
41870
41435
  "kind": "Namespace",
41871
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:namespace",
41436
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:namespace",
41872
41437
  "docComment": "/**\n * @public\n */\n",
41873
41438
  "excerptTokens": [
41874
41439
  {
41875
41440
  "kind": "Content",
41876
- "text": "export declare namespace PBAudioAnalysis "
41441
+ "text": "export declare namespace PBAudioSource "
41877
41442
  }
41878
41443
  ],
41879
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
41444
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
41880
41445
  "releaseTag": "Public",
41881
- "name": "PBAudioAnalysis",
41446
+ "name": "PBAudioSource",
41882
41447
  "preserveMemberOrder": false,
41883
41448
  "members": [
41884
41449
  {
41885
41450
  "kind": "Function",
41886
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.decode:function(1)",
41451
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource.decode:function(1)",
41887
41452
  "docComment": "",
41888
41453
  "excerptTokens": [
41889
41454
  {
@@ -41918,1204 +41483,8 @@
41918
41483
  },
41919
41484
  {
41920
41485
  "kind": "Reference",
41921
- "text": "PBAudioAnalysis",
41922
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
41923
- },
41924
- {
41925
- "kind": "Content",
41926
- "text": ";"
41927
- }
41928
- ],
41929
- "returnTypeTokenRange": {
41930
- "startIndex": 7,
41931
- "endIndex": 8
41932
- },
41933
- "releaseTag": "Public",
41934
- "overloadIndex": 1,
41935
- "parameters": [
41936
- {
41937
- "parameterName": "input",
41938
- "parameterTypeTokenRange": {
41939
- "startIndex": 1,
41940
- "endIndex": 4
41941
- },
41942
- "isOptional": false
41943
- },
41944
- {
41945
- "parameterName": "length",
41946
- "parameterTypeTokenRange": {
41947
- "startIndex": 5,
41948
- "endIndex": 6
41949
- },
41950
- "isOptional": true
41951
- }
41952
- ],
41953
- "name": "decode"
41954
- },
41955
- {
41956
- "kind": "Function",
41957
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis.encode:function(1)",
41958
- "docComment": "",
41959
- "excerptTokens": [
41960
- {
41961
- "kind": "Content",
41962
- "text": "function encode(message: "
41963
- },
41964
- {
41965
- "kind": "Reference",
41966
- "text": "PBAudioAnalysis",
41967
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysis:interface"
41968
- },
41969
- {
41970
- "kind": "Content",
41971
- "text": ", writer?: "
41972
- },
41973
- {
41974
- "kind": "Reference",
41975
- "text": "_m0.Writer",
41976
- "canonicalReference": "protobufjs!Writer:class"
41977
- },
41978
- {
41979
- "kind": "Content",
41980
- "text": "): "
41981
- },
41982
- {
41983
- "kind": "Reference",
41984
- "text": "_m0.Writer",
41985
- "canonicalReference": "protobufjs!Writer:class"
41986
- },
41987
- {
41988
- "kind": "Content",
41989
- "text": ";"
41990
- }
41991
- ],
41992
- "returnTypeTokenRange": {
41993
- "startIndex": 5,
41994
- "endIndex": 6
41995
- },
41996
- "releaseTag": "Public",
41997
- "overloadIndex": 1,
41998
- "parameters": [
41999
- {
42000
- "parameterName": "message",
42001
- "parameterTypeTokenRange": {
42002
- "startIndex": 1,
42003
- "endIndex": 2
42004
- },
42005
- "isOptional": false
42006
- },
42007
- {
42008
- "parameterName": "writer",
42009
- "parameterTypeTokenRange": {
42010
- "startIndex": 3,
42011
- "endIndex": 4
42012
- },
42013
- "isOptional": true
42014
- }
42015
- ],
42016
- "name": "encode"
42017
- }
42018
- ]
42019
- },
42020
- {
42021
- "kind": "Enum",
42022
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode:enum",
42023
- "docComment": "/**\n * @public\n */\n",
42024
- "excerptTokens": [
42025
- {
42026
- "kind": "Content",
42027
- "text": "export declare const enum PBAudioAnalysisMode "
42028
- }
42029
- ],
42030
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts",
42031
- "releaseTag": "Public",
42032
- "name": "PBAudioAnalysisMode",
42033
- "preserveMemberOrder": false,
42034
- "members": [
42035
- {
42036
- "kind": "EnumMember",
42037
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_LOGARITHMIC:member",
42038
- "docComment": "",
42039
- "excerptTokens": [
42040
- {
42041
- "kind": "Content",
42042
- "text": "MODE_LOGARITHMIC = "
42043
- },
42044
- {
42045
- "kind": "Content",
42046
- "text": "1"
42047
- }
42048
- ],
42049
- "initializerTokenRange": {
42050
- "startIndex": 1,
42051
- "endIndex": 2
42052
- },
42053
- "releaseTag": "Public",
42054
- "name": "MODE_LOGARITHMIC"
42055
- },
42056
- {
42057
- "kind": "EnumMember",
42058
- "canonicalReference": "@dcl/playground-assets!PBAudioAnalysisMode.MODE_RAW:member",
42059
- "docComment": "",
42060
- "excerptTokens": [
42061
- {
42062
- "kind": "Content",
42063
- "text": "MODE_RAW = "
42064
- },
42065
- {
42066
- "kind": "Content",
42067
- "text": "0"
42068
- }
42069
- ],
42070
- "initializerTokenRange": {
42071
- "startIndex": 1,
42072
- "endIndex": 2
42073
- },
42074
- "releaseTag": "Public",
42075
- "name": "MODE_RAW"
42076
- }
42077
- ]
42078
- },
42079
- {
42080
- "kind": "Interface",
42081
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface",
42082
- "docComment": "/**\n * @public\n */\n",
42083
- "excerptTokens": [
42084
- {
42085
- "kind": "Content",
42086
- "text": "export interface PBAudioEvent "
42087
- }
42088
- ],
42089
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
42090
- "releaseTag": "Public",
42091
- "name": "PBAudioEvent",
42092
- "preserveMemberOrder": false,
42093
- "members": [
42094
- {
42095
- "kind": "PropertySignature",
42096
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent#state:member",
42097
- "docComment": "",
42098
- "excerptTokens": [
42099
- {
42100
- "kind": "Content",
42101
- "text": "state: "
42102
- },
42103
- {
42104
- "kind": "Reference",
42105
- "text": "MediaState",
42106
- "canonicalReference": "@dcl/playground-assets!MediaState:enum"
42107
- },
42108
- {
42109
- "kind": "Content",
42110
- "text": ";"
42111
- }
42112
- ],
42113
- "isReadonly": false,
42114
- "isOptional": false,
42115
- "releaseTag": "Public",
42116
- "name": "state",
42117
- "propertyTypeTokenRange": {
42118
- "startIndex": 1,
42119
- "endIndex": 2
42120
- }
42121
- },
42122
- {
42123
- "kind": "PropertySignature",
42124
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent#timestamp:member",
42125
- "docComment": "/**\n * monotonic counter\n */\n",
42126
- "excerptTokens": [
42127
- {
42128
- "kind": "Content",
42129
- "text": "timestamp: "
42130
- },
42131
- {
42132
- "kind": "Content",
42133
- "text": "number"
42134
- },
42135
- {
42136
- "kind": "Content",
42137
- "text": ";"
42138
- }
42139
- ],
42140
- "isReadonly": false,
42141
- "isOptional": false,
42142
- "releaseTag": "Public",
42143
- "name": "timestamp",
42144
- "propertyTypeTokenRange": {
42145
- "startIndex": 1,
42146
- "endIndex": 2
42147
- }
42148
- }
42149
- ],
42150
- "extendsTokenRanges": []
42151
- },
42152
- {
42153
- "kind": "Namespace",
42154
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent:namespace",
42155
- "docComment": "/**\n * @public\n */\n",
42156
- "excerptTokens": [
42157
- {
42158
- "kind": "Content",
42159
- "text": "export declare namespace PBAudioEvent "
42160
- }
42161
- ],
42162
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_event.gen.d.ts",
42163
- "releaseTag": "Public",
42164
- "name": "PBAudioEvent",
42165
- "preserveMemberOrder": false,
42166
- "members": [
42167
- {
42168
- "kind": "Function",
42169
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent.decode:function(1)",
42170
- "docComment": "",
42171
- "excerptTokens": [
42172
- {
42173
- "kind": "Content",
42174
- "text": "function decode(input: "
42175
- },
42176
- {
42177
- "kind": "Reference",
42178
- "text": "_m0.Reader",
42179
- "canonicalReference": "protobufjs!Reader:class"
42180
- },
42181
- {
42182
- "kind": "Content",
42183
- "text": " | "
42184
- },
42185
- {
42186
- "kind": "Reference",
42187
- "text": "Uint8Array",
42188
- "canonicalReference": "!Uint8Array:interface"
42189
- },
42190
- {
42191
- "kind": "Content",
42192
- "text": ", length?: "
42193
- },
42194
- {
42195
- "kind": "Content",
42196
- "text": "number"
42197
- },
42198
- {
42199
- "kind": "Content",
42200
- "text": "): "
42201
- },
42202
- {
42203
- "kind": "Reference",
42204
- "text": "PBAudioEvent",
42205
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
42206
- },
42207
- {
42208
- "kind": "Content",
42209
- "text": ";"
42210
- }
42211
- ],
42212
- "returnTypeTokenRange": {
42213
- "startIndex": 7,
42214
- "endIndex": 8
42215
- },
42216
- "releaseTag": "Public",
42217
- "overloadIndex": 1,
42218
- "parameters": [
42219
- {
42220
- "parameterName": "input",
42221
- "parameterTypeTokenRange": {
42222
- "startIndex": 1,
42223
- "endIndex": 4
42224
- },
42225
- "isOptional": false
42226
- },
42227
- {
42228
- "parameterName": "length",
42229
- "parameterTypeTokenRange": {
42230
- "startIndex": 5,
42231
- "endIndex": 6
42232
- },
42233
- "isOptional": true
42234
- }
42235
- ],
42236
- "name": "decode"
42237
- },
42238
- {
42239
- "kind": "Function",
42240
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent.encode:function(1)",
42241
- "docComment": "",
42242
- "excerptTokens": [
42243
- {
42244
- "kind": "Content",
42245
- "text": "function encode(message: "
42246
- },
42247
- {
42248
- "kind": "Reference",
42249
- "text": "PBAudioEvent",
42250
- "canonicalReference": "@dcl/playground-assets!PBAudioEvent:interface"
42251
- },
42252
- {
42253
- "kind": "Content",
42254
- "text": ", writer?: "
42255
- },
42256
- {
42257
- "kind": "Reference",
42258
- "text": "_m0.Writer",
42259
- "canonicalReference": "protobufjs!Writer:class"
42260
- },
42261
- {
42262
- "kind": "Content",
42263
- "text": "): "
42264
- },
42265
- {
42266
- "kind": "Reference",
42267
- "text": "_m0.Writer",
42268
- "canonicalReference": "protobufjs!Writer:class"
42269
- },
42270
- {
42271
- "kind": "Content",
42272
- "text": ";"
42273
- }
42274
- ],
42275
- "returnTypeTokenRange": {
42276
- "startIndex": 5,
42277
- "endIndex": 6
42278
- },
42279
- "releaseTag": "Public",
42280
- "overloadIndex": 1,
42281
- "parameters": [
42282
- {
42283
- "parameterName": "message",
42284
- "parameterTypeTokenRange": {
42285
- "startIndex": 1,
42286
- "endIndex": 2
42287
- },
42288
- "isOptional": false
42289
- },
42290
- {
42291
- "parameterName": "writer",
42292
- "parameterTypeTokenRange": {
42293
- "startIndex": 3,
42294
- "endIndex": 4
42295
- },
42296
- "isOptional": true
42297
- }
42298
- ],
42299
- "name": "encode"
42300
- }
42301
- ]
42302
- },
42303
- {
42304
- "kind": "Interface",
42305
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface",
42306
- "docComment": "/**\n * @public\n */\n",
42307
- "excerptTokens": [
42308
- {
42309
- "kind": "Content",
42310
- "text": "export interface PBAudioSource "
42311
- }
42312
- ],
42313
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
42314
- "releaseTag": "Public",
42315
- "name": "PBAudioSource",
42316
- "preserveMemberOrder": false,
42317
- "members": [
42318
- {
42319
- "kind": "PropertySignature",
42320
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#audioClipUrl:member",
42321
- "docComment": "/**\n * the clip path as given in the `files` array of the scene's manifest.\n */\n",
42322
- "excerptTokens": [
42323
- {
42324
- "kind": "Content",
42325
- "text": "audioClipUrl: "
42326
- },
42327
- {
42328
- "kind": "Content",
42329
- "text": "string"
42330
- },
42331
- {
42332
- "kind": "Content",
42333
- "text": ";"
42334
- }
42335
- ],
42336
- "isReadonly": false,
42337
- "isOptional": false,
42338
- "releaseTag": "Public",
42339
- "name": "audioClipUrl",
42340
- "propertyTypeTokenRange": {
42341
- "startIndex": 1,
42342
- "endIndex": 2
42343
- }
42344
- },
42345
- {
42346
- "kind": "PropertySignature",
42347
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#currentTime:member",
42348
- "docComment": "/**\n * specifies the current playback time of the clip in seconds (default: 0).\n */\n",
42349
- "excerptTokens": [
42350
- {
42351
- "kind": "Content",
42352
- "text": "currentTime?: "
42353
- },
42354
- {
42355
- "kind": "Content",
42356
- "text": "number | undefined"
42357
- },
42358
- {
42359
- "kind": "Content",
42360
- "text": ";"
42361
- }
42362
- ],
42363
- "isReadonly": false,
42364
- "isOptional": true,
42365
- "releaseTag": "Public",
42366
- "name": "currentTime",
42367
- "propertyTypeTokenRange": {
42368
- "startIndex": 1,
42369
- "endIndex": 2
42370
- }
42371
- },
42372
- {
42373
- "kind": "PropertySignature",
42374
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#global:member",
42375
- "docComment": "/**\n * whether the audio plays at constant volume across the scene.\n */\n",
42376
- "excerptTokens": [
42377
- {
42378
- "kind": "Content",
42379
- "text": "global?: "
42380
- },
42381
- {
42382
- "kind": "Content",
42383
- "text": "boolean | undefined"
42384
- },
42385
- {
42386
- "kind": "Content",
42387
- "text": ";"
42388
- }
42389
- ],
42390
- "isReadonly": false,
42391
- "isOptional": true,
42392
- "releaseTag": "Public",
42393
- "name": "global",
42394
- "propertyTypeTokenRange": {
42395
- "startIndex": 1,
42396
- "endIndex": 2
42397
- }
42398
- },
42399
- {
42400
- "kind": "PropertySignature",
42401
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#loop:member",
42402
- "docComment": "/**\n * whether the clip should restart when finished.\n */\n",
42403
- "excerptTokens": [
42404
- {
42405
- "kind": "Content",
42406
- "text": "loop?: "
42407
- },
42408
- {
42409
- "kind": "Content",
42410
- "text": "boolean | undefined"
42411
- },
42412
- {
42413
- "kind": "Content",
42414
- "text": ";"
42415
- }
42416
- ],
42417
- "isReadonly": false,
42418
- "isOptional": true,
42419
- "releaseTag": "Public",
42420
- "name": "loop",
42421
- "propertyTypeTokenRange": {
42422
- "startIndex": 1,
42423
- "endIndex": 2
42424
- }
42425
- },
42426
- {
42427
- "kind": "PropertySignature",
42428
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#pitch:member",
42429
- "docComment": "/**\n * the audio pitch (default: 1.0).\n */\n",
42430
- "excerptTokens": [
42431
- {
42432
- "kind": "Content",
42433
- "text": "pitch?: "
42434
- },
42435
- {
42436
- "kind": "Content",
42437
- "text": "number | undefined"
42438
- },
42439
- {
42440
- "kind": "Content",
42441
- "text": ";"
42442
- }
42443
- ],
42444
- "isReadonly": false,
42445
- "isOptional": true,
42446
- "releaseTag": "Public",
42447
- "name": "pitch",
42448
- "propertyTypeTokenRange": {
42449
- "startIndex": 1,
42450
- "endIndex": 2
42451
- }
42452
- },
42453
- {
42454
- "kind": "PropertySignature",
42455
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#playing:member",
42456
- "docComment": "/**\n * whether the clip is currently playing.\n */\n",
42457
- "excerptTokens": [
42458
- {
42459
- "kind": "Content",
42460
- "text": "playing?: "
42461
- },
42462
- {
42463
- "kind": "Content",
42464
- "text": "boolean | undefined"
42465
- },
42466
- {
42467
- "kind": "Content",
42468
- "text": ";"
42469
- }
42470
- ],
42471
- "isReadonly": false,
42472
- "isOptional": true,
42473
- "releaseTag": "Public",
42474
- "name": "playing",
42475
- "propertyTypeTokenRange": {
42476
- "startIndex": 1,
42477
- "endIndex": 2
42478
- }
42479
- },
42480
- {
42481
- "kind": "PropertySignature",
42482
- "canonicalReference": "@dcl/playground-assets!PBAudioSource#volume:member",
42483
- "docComment": "/**\n * the audio volume (default: 1.0).\n */\n",
42484
- "excerptTokens": [
42485
- {
42486
- "kind": "Content",
42487
- "text": "volume?: "
42488
- },
42489
- {
42490
- "kind": "Content",
42491
- "text": "number | undefined"
42492
- },
42493
- {
42494
- "kind": "Content",
42495
- "text": ";"
42496
- }
42497
- ],
42498
- "isReadonly": false,
42499
- "isOptional": true,
42500
- "releaseTag": "Public",
42501
- "name": "volume",
42502
- "propertyTypeTokenRange": {
42503
- "startIndex": 1,
42504
- "endIndex": 2
42505
- }
42506
- }
42507
- ],
42508
- "extendsTokenRanges": []
42509
- },
42510
- {
42511
- "kind": "Namespace",
42512
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:namespace",
42513
- "docComment": "/**\n * @public\n */\n",
42514
- "excerptTokens": [
42515
- {
42516
- "kind": "Content",
42517
- "text": "export declare namespace PBAudioSource "
42518
- }
42519
- ],
42520
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_source.gen.d.ts",
42521
- "releaseTag": "Public",
42522
- "name": "PBAudioSource",
42523
- "preserveMemberOrder": false,
42524
- "members": [
42525
- {
42526
- "kind": "Function",
42527
- "canonicalReference": "@dcl/playground-assets!PBAudioSource.decode:function(1)",
42528
- "docComment": "",
42529
- "excerptTokens": [
42530
- {
42531
- "kind": "Content",
42532
- "text": "function decode(input: "
42533
- },
42534
- {
42535
- "kind": "Reference",
42536
- "text": "_m0.Reader",
42537
- "canonicalReference": "protobufjs!Reader:class"
42538
- },
42539
- {
42540
- "kind": "Content",
42541
- "text": " | "
42542
- },
42543
- {
42544
- "kind": "Reference",
42545
- "text": "Uint8Array",
42546
- "canonicalReference": "!Uint8Array:interface"
42547
- },
42548
- {
42549
- "kind": "Content",
42550
- "text": ", length?: "
42551
- },
42552
- {
42553
- "kind": "Content",
42554
- "text": "number"
42555
- },
42556
- {
42557
- "kind": "Content",
42558
- "text": "): "
42559
- },
42560
- {
42561
- "kind": "Reference",
42562
- "text": "PBAudioSource",
42563
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
42564
- },
42565
- {
42566
- "kind": "Content",
42567
- "text": ";"
42568
- }
42569
- ],
42570
- "returnTypeTokenRange": {
42571
- "startIndex": 7,
42572
- "endIndex": 8
42573
- },
42574
- "releaseTag": "Public",
42575
- "overloadIndex": 1,
42576
- "parameters": [
42577
- {
42578
- "parameterName": "input",
42579
- "parameterTypeTokenRange": {
42580
- "startIndex": 1,
42581
- "endIndex": 4
42582
- },
42583
- "isOptional": false
42584
- },
42585
- {
42586
- "parameterName": "length",
42587
- "parameterTypeTokenRange": {
42588
- "startIndex": 5,
42589
- "endIndex": 6
42590
- },
42591
- "isOptional": true
42592
- }
42593
- ],
42594
- "name": "decode"
42595
- },
42596
- {
42597
- "kind": "Function",
42598
- "canonicalReference": "@dcl/playground-assets!PBAudioSource.encode:function(1)",
42599
- "docComment": "",
42600
- "excerptTokens": [
42601
- {
42602
- "kind": "Content",
42603
- "text": "function encode(message: "
42604
- },
42605
- {
42606
- "kind": "Reference",
42607
- "text": "PBAudioSource",
42608
- "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
42609
- },
42610
- {
42611
- "kind": "Content",
42612
- "text": ", writer?: "
42613
- },
42614
- {
42615
- "kind": "Reference",
42616
- "text": "_m0.Writer",
42617
- "canonicalReference": "protobufjs!Writer:class"
42618
- },
42619
- {
42620
- "kind": "Content",
42621
- "text": "): "
42622
- },
42623
- {
42624
- "kind": "Reference",
42625
- "text": "_m0.Writer",
42626
- "canonicalReference": "protobufjs!Writer:class"
42627
- },
42628
- {
42629
- "kind": "Content",
42630
- "text": ";"
42631
- }
42632
- ],
42633
- "returnTypeTokenRange": {
42634
- "startIndex": 5,
42635
- "endIndex": 6
42636
- },
42637
- "releaseTag": "Public",
42638
- "overloadIndex": 1,
42639
- "parameters": [
42640
- {
42641
- "parameterName": "message",
42642
- "parameterTypeTokenRange": {
42643
- "startIndex": 1,
42644
- "endIndex": 2
42645
- },
42646
- "isOptional": false
42647
- },
42648
- {
42649
- "parameterName": "writer",
42650
- "parameterTypeTokenRange": {
42651
- "startIndex": 3,
42652
- "endIndex": 4
42653
- },
42654
- "isOptional": true
42655
- }
42656
- ],
42657
- "name": "encode"
42658
- }
42659
- ]
42660
- },
42661
- {
42662
- "kind": "Interface",
42663
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface",
42664
- "docComment": "/**\n * @public\n */\n",
42665
- "excerptTokens": [
42666
- {
42667
- "kind": "Content",
42668
- "text": "export interface PBAudioStream "
42669
- }
42670
- ],
42671
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
42672
- "releaseTag": "Public",
42673
- "name": "PBAudioStream",
42674
- "preserveMemberOrder": false,
42675
- "members": [
42676
- {
42677
- "kind": "PropertySignature",
42678
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#playing:member",
42679
- "docComment": "/**\n * whether the clip is currently playing\n */\n",
42680
- "excerptTokens": [
42681
- {
42682
- "kind": "Content",
42683
- "text": "playing?: "
42684
- },
42685
- {
42686
- "kind": "Content",
42687
- "text": "boolean | undefined"
42688
- },
42689
- {
42690
- "kind": "Content",
42691
- "text": ";"
42692
- }
42693
- ],
42694
- "isReadonly": false,
42695
- "isOptional": true,
42696
- "releaseTag": "Public",
42697
- "name": "playing",
42698
- "propertyTypeTokenRange": {
42699
- "startIndex": 1,
42700
- "endIndex": 2
42701
- }
42702
- },
42703
- {
42704
- "kind": "PropertySignature",
42705
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatial:member",
42706
- "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",
42707
- "excerptTokens": [
42708
- {
42709
- "kind": "Content",
42710
- "text": "spatial?: "
42711
- },
42712
- {
42713
- "kind": "Content",
42714
- "text": "boolean | undefined"
42715
- },
42716
- {
42717
- "kind": "Content",
42718
- "text": ";"
42719
- }
42720
- ],
42721
- "isReadonly": false,
42722
- "isOptional": true,
42723
- "releaseTag": "Public",
42724
- "name": "spatial",
42725
- "propertyTypeTokenRange": {
42726
- "startIndex": 1,
42727
- "endIndex": 2
42728
- }
42729
- },
42730
- {
42731
- "kind": "PropertySignature",
42732
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
42733
- "docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
42734
- "excerptTokens": [
42735
- {
42736
- "kind": "Content",
42737
- "text": "spatialMaxDistance?: "
42738
- },
42739
- {
42740
- "kind": "Content",
42741
- "text": "number | undefined"
42742
- },
42743
- {
42744
- "kind": "Content",
42745
- "text": ";"
42746
- }
42747
- ],
42748
- "isReadonly": false,
42749
- "isOptional": true,
42750
- "releaseTag": "Public",
42751
- "name": "spatialMaxDistance",
42752
- "propertyTypeTokenRange": {
42753
- "startIndex": 1,
42754
- "endIndex": 2
42755
- }
42756
- },
42757
- {
42758
- "kind": "PropertySignature",
42759
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMinDistance:member",
42760
- "docComment": "/**\n * Within the min distance the audio will cease to grow louder in volume (default: 0)\n */\n",
42761
- "excerptTokens": [
42762
- {
42763
- "kind": "Content",
42764
- "text": "spatialMinDistance?: "
42765
- },
42766
- {
42767
- "kind": "Content",
42768
- "text": "number | undefined"
42769
- },
42770
- {
42771
- "kind": "Content",
42772
- "text": ";"
42773
- }
42774
- ],
42775
- "isReadonly": false,
42776
- "isOptional": true,
42777
- "releaseTag": "Public",
42778
- "name": "spatialMinDistance",
42779
- "propertyTypeTokenRange": {
42780
- "startIndex": 1,
42781
- "endIndex": 2
42782
- }
42783
- },
42784
- {
42785
- "kind": "PropertySignature",
42786
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
42787
- "docComment": "/**\n * the audio stream HTTP URL\n */\n",
42788
- "excerptTokens": [
42789
- {
42790
- "kind": "Content",
42791
- "text": "url: "
42792
- },
42793
- {
42794
- "kind": "Content",
42795
- "text": "string"
42796
- },
42797
- {
42798
- "kind": "Content",
42799
- "text": ";"
42800
- }
42801
- ],
42802
- "isReadonly": false,
42803
- "isOptional": false,
42804
- "releaseTag": "Public",
42805
- "name": "url",
42806
- "propertyTypeTokenRange": {
42807
- "startIndex": 1,
42808
- "endIndex": 2
42809
- }
42810
- },
42811
- {
42812
- "kind": "PropertySignature",
42813
- "canonicalReference": "@dcl/playground-assets!PBAudioStream#volume:member",
42814
- "docComment": "/**\n * the audio volume (default: 1.0)\n */\n",
42815
- "excerptTokens": [
42816
- {
42817
- "kind": "Content",
42818
- "text": "volume?: "
42819
- },
42820
- {
42821
- "kind": "Content",
42822
- "text": "number | undefined"
42823
- },
42824
- {
42825
- "kind": "Content",
42826
- "text": ";"
42827
- }
42828
- ],
42829
- "isReadonly": false,
42830
- "isOptional": true,
42831
- "releaseTag": "Public",
42832
- "name": "volume",
42833
- "propertyTypeTokenRange": {
42834
- "startIndex": 1,
42835
- "endIndex": 2
42836
- }
42837
- }
42838
- ],
42839
- "extendsTokenRanges": []
42840
- },
42841
- {
42842
- "kind": "Namespace",
42843
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:namespace",
42844
- "docComment": "/**\n * @public\n */\n",
42845
- "excerptTokens": [
42846
- {
42847
- "kind": "Content",
42848
- "text": "export declare namespace PBAudioStream "
42849
- }
42850
- ],
42851
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
42852
- "releaseTag": "Public",
42853
- "name": "PBAudioStream",
42854
- "preserveMemberOrder": false,
42855
- "members": [
42856
- {
42857
- "kind": "Function",
42858
- "canonicalReference": "@dcl/playground-assets!PBAudioStream.decode:function(1)",
42859
- "docComment": "",
42860
- "excerptTokens": [
42861
- {
42862
- "kind": "Content",
42863
- "text": "function decode(input: "
42864
- },
42865
- {
42866
- "kind": "Reference",
42867
- "text": "_m0.Reader",
42868
- "canonicalReference": "protobufjs!Reader:class"
42869
- },
42870
- {
42871
- "kind": "Content",
42872
- "text": " | "
42873
- },
42874
- {
42875
- "kind": "Reference",
42876
- "text": "Uint8Array",
42877
- "canonicalReference": "!Uint8Array:interface"
42878
- },
42879
- {
42880
- "kind": "Content",
42881
- "text": ", length?: "
42882
- },
42883
- {
42884
- "kind": "Content",
42885
- "text": "number"
42886
- },
42887
- {
42888
- "kind": "Content",
42889
- "text": "): "
42890
- },
42891
- {
42892
- "kind": "Reference",
42893
- "text": "PBAudioStream",
42894
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
42895
- },
42896
- {
42897
- "kind": "Content",
42898
- "text": ";"
42899
- }
42900
- ],
42901
- "returnTypeTokenRange": {
42902
- "startIndex": 7,
42903
- "endIndex": 8
42904
- },
42905
- "releaseTag": "Public",
42906
- "overloadIndex": 1,
42907
- "parameters": [
42908
- {
42909
- "parameterName": "input",
42910
- "parameterTypeTokenRange": {
42911
- "startIndex": 1,
42912
- "endIndex": 4
42913
- },
42914
- "isOptional": false
42915
- },
42916
- {
42917
- "parameterName": "length",
42918
- "parameterTypeTokenRange": {
42919
- "startIndex": 5,
42920
- "endIndex": 6
42921
- },
42922
- "isOptional": true
42923
- }
42924
- ],
42925
- "name": "decode"
42926
- },
42927
- {
42928
- "kind": "Function",
42929
- "canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
42930
- "docComment": "",
42931
- "excerptTokens": [
42932
- {
42933
- "kind": "Content",
42934
- "text": "function encode(message: "
42935
- },
42936
- {
42937
- "kind": "Reference",
42938
- "text": "PBAudioStream",
42939
- "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
42940
- },
42941
- {
42942
- "kind": "Content",
42943
- "text": ", writer?: "
42944
- },
42945
- {
42946
- "kind": "Reference",
42947
- "text": "_m0.Writer",
42948
- "canonicalReference": "protobufjs!Writer:class"
42949
- },
42950
- {
42951
- "kind": "Content",
42952
- "text": "): "
42953
- },
42954
- {
42955
- "kind": "Reference",
42956
- "text": "_m0.Writer",
42957
- "canonicalReference": "protobufjs!Writer:class"
42958
- },
42959
- {
42960
- "kind": "Content",
42961
- "text": ";"
42962
- }
42963
- ],
42964
- "returnTypeTokenRange": {
42965
- "startIndex": 5,
42966
- "endIndex": 6
42967
- },
42968
- "releaseTag": "Public",
42969
- "overloadIndex": 1,
42970
- "parameters": [
42971
- {
42972
- "parameterName": "message",
42973
- "parameterTypeTokenRange": {
42974
- "startIndex": 1,
42975
- "endIndex": 2
42976
- },
42977
- "isOptional": false
42978
- },
42979
- {
42980
- "parameterName": "writer",
42981
- "parameterTypeTokenRange": {
42982
- "startIndex": 3,
42983
- "endIndex": 4
42984
- },
42985
- "isOptional": true
42986
- }
42987
- ],
42988
- "name": "encode"
42989
- }
42990
- ]
42991
- },
42992
- {
42993
- "kind": "Interface",
42994
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface",
42995
- "docComment": "/**\n * @public\n */\n",
42996
- "excerptTokens": [
42997
- {
42998
- "kind": "Content",
42999
- "text": "export interface PBAvatarAttach "
43000
- }
43001
- ],
43002
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
43003
- "releaseTag": "Public",
43004
- "name": "PBAvatarAttach",
43005
- "preserveMemberOrder": false,
43006
- "members": [
43007
- {
43008
- "kind": "PropertySignature",
43009
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#anchorPointId:member",
43010
- "docComment": "/**\n * the anchor point.\n */\n",
43011
- "excerptTokens": [
43012
- {
43013
- "kind": "Content",
43014
- "text": "anchorPointId: "
43015
- },
43016
- {
43017
- "kind": "Reference",
43018
- "text": "AvatarAnchorPointType",
43019
- "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
43020
- },
43021
- {
43022
- "kind": "Content",
43023
- "text": ";"
43024
- }
43025
- ],
43026
- "isReadonly": false,
43027
- "isOptional": false,
43028
- "releaseTag": "Public",
43029
- "name": "anchorPointId",
43030
- "propertyTypeTokenRange": {
43031
- "startIndex": 1,
43032
- "endIndex": 2
43033
- }
43034
- },
43035
- {
43036
- "kind": "PropertySignature",
43037
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
43038
- "docComment": "/**\n * the user ID of the avatar (default: local user)\n */\n",
43039
- "excerptTokens": [
43040
- {
43041
- "kind": "Content",
43042
- "text": "avatarId?: "
43043
- },
43044
- {
43045
- "kind": "Content",
43046
- "text": "string | undefined"
43047
- },
43048
- {
43049
- "kind": "Content",
43050
- "text": ";"
43051
- }
43052
- ],
43053
- "isReadonly": false,
43054
- "isOptional": true,
43055
- "releaseTag": "Public",
43056
- "name": "avatarId",
43057
- "propertyTypeTokenRange": {
43058
- "startIndex": 1,
43059
- "endIndex": 2
43060
- }
43061
- }
43062
- ],
43063
- "extendsTokenRanges": []
43064
- },
43065
- {
43066
- "kind": "Namespace",
43067
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:namespace",
43068
- "docComment": "/**\n * @public\n */\n",
43069
- "excerptTokens": [
43070
- {
43071
- "kind": "Content",
43072
- "text": "export declare namespace PBAvatarAttach "
43073
- }
43074
- ],
43075
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
43076
- "releaseTag": "Public",
43077
- "name": "PBAvatarAttach",
43078
- "preserveMemberOrder": false,
43079
- "members": [
43080
- {
43081
- "kind": "Function",
43082
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.decode:function(1)",
43083
- "docComment": "",
43084
- "excerptTokens": [
43085
- {
43086
- "kind": "Content",
43087
- "text": "function decode(input: "
43088
- },
43089
- {
43090
- "kind": "Reference",
43091
- "text": "_m0.Reader",
43092
- "canonicalReference": "protobufjs!Reader:class"
43093
- },
43094
- {
43095
- "kind": "Content",
43096
- "text": " | "
43097
- },
43098
- {
43099
- "kind": "Reference",
43100
- "text": "Uint8Array",
43101
- "canonicalReference": "!Uint8Array:interface"
43102
- },
43103
- {
43104
- "kind": "Content",
43105
- "text": ", length?: "
43106
- },
43107
- {
43108
- "kind": "Content",
43109
- "text": "number"
43110
- },
43111
- {
43112
- "kind": "Content",
43113
- "text": "): "
43114
- },
43115
- {
43116
- "kind": "Reference",
43117
- "text": "PBAvatarAttach",
43118
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
41486
+ "text": "PBAudioSource",
41487
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
43119
41488
  },
43120
41489
  {
43121
41490
  "kind": "Content",
@@ -43150,7 +41519,7 @@
43150
41519
  },
43151
41520
  {
43152
41521
  "kind": "Function",
43153
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.encode:function(1)",
41522
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource.encode:function(1)",
43154
41523
  "docComment": "",
43155
41524
  "excerptTokens": [
43156
41525
  {
@@ -43159,8 +41528,8 @@
43159
41528
  },
43160
41529
  {
43161
41530
  "kind": "Reference",
43162
- "text": "PBAvatarAttach",
43163
- "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
41531
+ "text": "PBAudioSource",
41532
+ "canonicalReference": "@dcl/playground-assets!PBAudioSource:interface"
43164
41533
  },
43165
41534
  {
43166
41535
  "kind": "Content",
@@ -43215,31 +41584,31 @@
43215
41584
  },
43216
41585
  {
43217
41586
  "kind": "Interface",
43218
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface",
41587
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface",
43219
41588
  "docComment": "/**\n * @public\n */\n",
43220
41589
  "excerptTokens": [
43221
41590
  {
43222
41591
  "kind": "Content",
43223
- "text": "export interface PBAvatarBase "
41592
+ "text": "export interface PBAudioStream "
43224
41593
  }
43225
41594
  ],
43226
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
41595
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
43227
41596
  "releaseTag": "Public",
43228
- "name": "PBAvatarBase",
41597
+ "name": "PBAudioStream",
43229
41598
  "preserveMemberOrder": false,
43230
41599
  "members": [
43231
41600
  {
43232
41601
  "kind": "PropertySignature",
43233
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase#bodyShapeUrn:member",
43234
- "docComment": "",
41602
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#playing:member",
41603
+ "docComment": "/**\n * whether the clip is currently playing\n */\n",
43235
41604
  "excerptTokens": [
43236
41605
  {
43237
41606
  "kind": "Content",
43238
- "text": "bodyShapeUrn: "
41607
+ "text": "playing?: "
43239
41608
  },
43240
41609
  {
43241
41610
  "kind": "Content",
43242
- "text": "string"
41611
+ "text": "boolean | undefined"
43243
41612
  },
43244
41613
  {
43245
41614
  "kind": "Content",
@@ -43247,9 +41616,9 @@
43247
41616
  }
43248
41617
  ],
43249
41618
  "isReadonly": false,
43250
- "isOptional": false,
41619
+ "isOptional": true,
43251
41620
  "releaseTag": "Public",
43252
- "name": "bodyShapeUrn",
41621
+ "name": "playing",
43253
41622
  "propertyTypeTokenRange": {
43254
41623
  "startIndex": 1,
43255
41624
  "endIndex": 2
@@ -43257,21 +41626,16 @@
43257
41626
  },
43258
41627
  {
43259
41628
  "kind": "PropertySignature",
43260
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase#eyesColor:member",
43261
- "docComment": "",
41629
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatial:member",
41630
+ "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",
43262
41631
  "excerptTokens": [
43263
41632
  {
43264
41633
  "kind": "Content",
43265
- "text": "eyesColor: "
43266
- },
43267
- {
43268
- "kind": "Reference",
43269
- "text": "Color3",
43270
- "canonicalReference": "@dcl/playground-assets!Color3"
41634
+ "text": "spatial?: "
43271
41635
  },
43272
41636
  {
43273
41637
  "kind": "Content",
43274
- "text": " | undefined"
41638
+ "text": "boolean | undefined"
43275
41639
  },
43276
41640
  {
43277
41641
  "kind": "Content",
@@ -43279,31 +41643,53 @@
43279
41643
  }
43280
41644
  ],
43281
41645
  "isReadonly": false,
43282
- "isOptional": false,
41646
+ "isOptional": true,
43283
41647
  "releaseTag": "Public",
43284
- "name": "eyesColor",
41648
+ "name": "spatial",
43285
41649
  "propertyTypeTokenRange": {
43286
41650
  "startIndex": 1,
43287
- "endIndex": 3
41651
+ "endIndex": 2
43288
41652
  }
43289
41653
  },
43290
41654
  {
43291
41655
  "kind": "PropertySignature",
43292
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
43293
- "docComment": "",
41656
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMaxDistance:member",
41657
+ "docComment": "/**\n * The distance where sound either becomes inaudible or stops attenuation (default: 60)\n */\n",
43294
41658
  "excerptTokens": [
43295
41659
  {
43296
41660
  "kind": "Content",
43297
- "text": "hairColor: "
41661
+ "text": "spatialMaxDistance?: "
43298
41662
  },
43299
41663
  {
43300
- "kind": "Reference",
43301
- "text": "Color3",
43302
- "canonicalReference": "@dcl/playground-assets!Color3"
41664
+ "kind": "Content",
41665
+ "text": "number | undefined"
43303
41666
  },
43304
41667
  {
43305
41668
  "kind": "Content",
43306
- "text": " | undefined"
41669
+ "text": ";"
41670
+ }
41671
+ ],
41672
+ "isReadonly": false,
41673
+ "isOptional": true,
41674
+ "releaseTag": "Public",
41675
+ "name": "spatialMaxDistance",
41676
+ "propertyTypeTokenRange": {
41677
+ "startIndex": 1,
41678
+ "endIndex": 2
41679
+ }
41680
+ },
41681
+ {
41682
+ "kind": "PropertySignature",
41683
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#spatialMinDistance:member",
41684
+ "docComment": "/**\n * Within the min distance the audio will cease to grow louder in volume (default: 0)\n */\n",
41685
+ "excerptTokens": [
41686
+ {
41687
+ "kind": "Content",
41688
+ "text": "spatialMinDistance?: "
41689
+ },
41690
+ {
41691
+ "kind": "Content",
41692
+ "text": "number | undefined"
43307
41693
  },
43308
41694
  {
43309
41695
  "kind": "Content",
@@ -43311,22 +41697,22 @@
43311
41697
  }
43312
41698
  ],
43313
41699
  "isReadonly": false,
43314
- "isOptional": false,
41700
+ "isOptional": true,
43315
41701
  "releaseTag": "Public",
43316
- "name": "hairColor",
41702
+ "name": "spatialMinDistance",
43317
41703
  "propertyTypeTokenRange": {
43318
41704
  "startIndex": 1,
43319
- "endIndex": 3
41705
+ "endIndex": 2
43320
41706
  }
43321
41707
  },
43322
41708
  {
43323
41709
  "kind": "PropertySignature",
43324
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
43325
- "docComment": "",
41710
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#url:member",
41711
+ "docComment": "/**\n * the audio stream HTTP URL\n */\n",
43326
41712
  "excerptTokens": [
43327
41713
  {
43328
41714
  "kind": "Content",
43329
- "text": "name: "
41715
+ "text": "url: "
43330
41716
  },
43331
41717
  {
43332
41718
  "kind": "Content",
@@ -43340,7 +41726,7 @@
43340
41726
  "isReadonly": false,
43341
41727
  "isOptional": false,
43342
41728
  "releaseTag": "Public",
43343
- "name": "name",
41729
+ "name": "url",
43344
41730
  "propertyTypeTokenRange": {
43345
41731
  "startIndex": 1,
43346
41732
  "endIndex": 2
@@ -43348,21 +41734,16 @@
43348
41734
  },
43349
41735
  {
43350
41736
  "kind": "PropertySignature",
43351
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
43352
- "docComment": "",
41737
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream#volume:member",
41738
+ "docComment": "/**\n * the audio volume (default: 1.0)\n */\n",
43353
41739
  "excerptTokens": [
43354
41740
  {
43355
41741
  "kind": "Content",
43356
- "text": "skinColor: "
43357
- },
43358
- {
43359
- "kind": "Reference",
43360
- "text": "Color3",
43361
- "canonicalReference": "@dcl/playground-assets!Color3"
41742
+ "text": "volume?: "
43362
41743
  },
43363
41744
  {
43364
41745
  "kind": "Content",
43365
- "text": " | undefined"
41746
+ "text": "number | undefined"
43366
41747
  },
43367
41748
  {
43368
41749
  "kind": "Content",
@@ -43370,12 +41751,12 @@
43370
41751
  }
43371
41752
  ],
43372
41753
  "isReadonly": false,
43373
- "isOptional": false,
41754
+ "isOptional": true,
43374
41755
  "releaseTag": "Public",
43375
- "name": "skinColor",
41756
+ "name": "volume",
43376
41757
  "propertyTypeTokenRange": {
43377
41758
  "startIndex": 1,
43378
- "endIndex": 3
41759
+ "endIndex": 2
43379
41760
  }
43380
41761
  }
43381
41762
  ],
@@ -43383,22 +41764,22 @@
43383
41764
  },
43384
41765
  {
43385
41766
  "kind": "Namespace",
43386
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase:namespace",
41767
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:namespace",
43387
41768
  "docComment": "/**\n * @public\n */\n",
43388
41769
  "excerptTokens": [
43389
41770
  {
43390
41771
  "kind": "Content",
43391
- "text": "export declare namespace PBAvatarBase "
41772
+ "text": "export declare namespace PBAudioStream "
43392
41773
  }
43393
41774
  ],
43394
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
41775
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/audio_stream.gen.d.ts",
43395
41776
  "releaseTag": "Public",
43396
- "name": "PBAvatarBase",
41777
+ "name": "PBAudioStream",
43397
41778
  "preserveMemberOrder": false,
43398
41779
  "members": [
43399
41780
  {
43400
41781
  "kind": "Function",
43401
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase.decode:function(1)",
41782
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream.decode:function(1)",
43402
41783
  "docComment": "",
43403
41784
  "excerptTokens": [
43404
41785
  {
@@ -43433,8 +41814,8 @@
43433
41814
  },
43434
41815
  {
43435
41816
  "kind": "Reference",
43436
- "text": "PBAvatarBase",
43437
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
41817
+ "text": "PBAudioStream",
41818
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
43438
41819
  },
43439
41820
  {
43440
41821
  "kind": "Content",
@@ -43469,7 +41850,7 @@
43469
41850
  },
43470
41851
  {
43471
41852
  "kind": "Function",
43472
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase.encode:function(1)",
41853
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream.encode:function(1)",
43473
41854
  "docComment": "",
43474
41855
  "excerptTokens": [
43475
41856
  {
@@ -43478,8 +41859,8 @@
43478
41859
  },
43479
41860
  {
43480
41861
  "kind": "Reference",
43481
- "text": "PBAvatarBase",
43482
- "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
41862
+ "text": "PBAudioStream",
41863
+ "canonicalReference": "@dcl/playground-assets!PBAudioStream:interface"
43483
41864
  },
43484
41865
  {
43485
41866
  "kind": "Content",
@@ -43534,58 +41915,32 @@
43534
41915
  },
43535
41916
  {
43536
41917
  "kind": "Interface",
43537
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface",
41918
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface",
43538
41919
  "docComment": "/**\n * @public\n */\n",
43539
41920
  "excerptTokens": [
43540
41921
  {
43541
41922
  "kind": "Content",
43542
- "text": "export interface PBAvatarEmoteCommand "
41923
+ "text": "export interface PBAvatarAttach "
43543
41924
  }
43544
41925
  ],
43545
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
41926
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
43546
41927
  "releaseTag": "Public",
43547
- "name": "PBAvatarEmoteCommand",
41928
+ "name": "PBAvatarAttach",
43548
41929
  "preserveMemberOrder": false,
43549
41930
  "members": [
43550
41931
  {
43551
41932
  "kind": "PropertySignature",
43552
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#emoteUrn:member",
43553
- "docComment": "",
43554
- "excerptTokens": [
43555
- {
43556
- "kind": "Content",
43557
- "text": "emoteUrn: "
43558
- },
43559
- {
43560
- "kind": "Content",
43561
- "text": "string"
43562
- },
43563
- {
43564
- "kind": "Content",
43565
- "text": ";"
43566
- }
43567
- ],
43568
- "isReadonly": false,
43569
- "isOptional": false,
43570
- "releaseTag": "Public",
43571
- "name": "emoteUrn",
43572
- "propertyTypeTokenRange": {
43573
- "startIndex": 1,
43574
- "endIndex": 2
43575
- }
43576
- },
43577
- {
43578
- "kind": "PropertySignature",
43579
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#loop:member",
43580
- "docComment": "",
41933
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#anchorPointId:member",
41934
+ "docComment": "/**\n * the anchor point.\n */\n",
43581
41935
  "excerptTokens": [
43582
41936
  {
43583
41937
  "kind": "Content",
43584
- "text": "loop: "
41938
+ "text": "anchorPointId: "
43585
41939
  },
43586
41940
  {
43587
- "kind": "Content",
43588
- "text": "boolean"
41941
+ "kind": "Reference",
41942
+ "text": "AvatarAnchorPointType",
41943
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum"
43589
41944
  },
43590
41945
  {
43591
41946
  "kind": "Content",
@@ -43595,7 +41950,7 @@
43595
41950
  "isReadonly": false,
43596
41951
  "isOptional": false,
43597
41952
  "releaseTag": "Public",
43598
- "name": "loop",
41953
+ "name": "anchorPointId",
43599
41954
  "propertyTypeTokenRange": {
43600
41955
  "startIndex": 1,
43601
41956
  "endIndex": 2
@@ -43603,16 +41958,16 @@
43603
41958
  },
43604
41959
  {
43605
41960
  "kind": "PropertySignature",
43606
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#timestamp:member",
43607
- "docComment": "/**\n * monotonic counter\n */\n",
41961
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach#avatarId:member",
41962
+ "docComment": "/**\n * the user ID of the avatar (default: local user)\n */\n",
43608
41963
  "excerptTokens": [
43609
41964
  {
43610
41965
  "kind": "Content",
43611
- "text": "timestamp: "
41966
+ "text": "avatarId?: "
43612
41967
  },
43613
41968
  {
43614
41969
  "kind": "Content",
43615
- "text": "number"
41970
+ "text": "string | undefined"
43616
41971
  },
43617
41972
  {
43618
41973
  "kind": "Content",
@@ -43620,9 +41975,9 @@
43620
41975
  }
43621
41976
  ],
43622
41977
  "isReadonly": false,
43623
- "isOptional": false,
41978
+ "isOptional": true,
43624
41979
  "releaseTag": "Public",
43625
- "name": "timestamp",
41980
+ "name": "avatarId",
43626
41981
  "propertyTypeTokenRange": {
43627
41982
  "startIndex": 1,
43628
41983
  "endIndex": 2
@@ -43633,22 +41988,22 @@
43633
41988
  },
43634
41989
  {
43635
41990
  "kind": "Namespace",
43636
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
41991
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:namespace",
43637
41992
  "docComment": "/**\n * @public\n */\n",
43638
41993
  "excerptTokens": [
43639
41994
  {
43640
41995
  "kind": "Content",
43641
- "text": "export declare namespace PBAvatarEmoteCommand "
41996
+ "text": "export declare namespace PBAvatarAttach "
43642
41997
  }
43643
41998
  ],
43644
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
41999
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_attach.gen.d.ts",
43645
42000
  "releaseTag": "Public",
43646
- "name": "PBAvatarEmoteCommand",
42001
+ "name": "PBAvatarAttach",
43647
42002
  "preserveMemberOrder": false,
43648
42003
  "members": [
43649
42004
  {
43650
42005
  "kind": "Function",
43651
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.decode:function(1)",
42006
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.decode:function(1)",
43652
42007
  "docComment": "",
43653
42008
  "excerptTokens": [
43654
42009
  {
@@ -43683,8 +42038,8 @@
43683
42038
  },
43684
42039
  {
43685
42040
  "kind": "Reference",
43686
- "text": "PBAvatarEmoteCommand",
43687
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
42041
+ "text": "PBAvatarAttach",
42042
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
43688
42043
  },
43689
42044
  {
43690
42045
  "kind": "Content",
@@ -43719,7 +42074,7 @@
43719
42074
  },
43720
42075
  {
43721
42076
  "kind": "Function",
43722
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
42077
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach.encode:function(1)",
43723
42078
  "docComment": "",
43724
42079
  "excerptTokens": [
43725
42080
  {
@@ -43728,8 +42083,8 @@
43728
42083
  },
43729
42084
  {
43730
42085
  "kind": "Reference",
43731
- "text": "PBAvatarEmoteCommand",
43732
- "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
42086
+ "text": "PBAvatarAttach",
42087
+ "canonicalReference": "@dcl/playground-assets!PBAvatarAttach:interface"
43733
42088
  },
43734
42089
  {
43735
42090
  "kind": "Content",
@@ -43784,31 +42139,31 @@
43784
42139
  },
43785
42140
  {
43786
42141
  "kind": "Interface",
43787
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
42142
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface",
43788
42143
  "docComment": "/**\n * @public\n */\n",
43789
42144
  "excerptTokens": [
43790
42145
  {
43791
42146
  "kind": "Content",
43792
- "text": "export interface PBAvatarEquippedData "
42147
+ "text": "export interface PBAvatarBase "
43793
42148
  }
43794
42149
  ],
43795
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
42150
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
43796
42151
  "releaseTag": "Public",
43797
- "name": "PBAvatarEquippedData",
42152
+ "name": "PBAvatarBase",
43798
42153
  "preserveMemberOrder": false,
43799
42154
  "members": [
43800
42155
  {
43801
42156
  "kind": "PropertySignature",
43802
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
42157
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#bodyShapeUrn:member",
43803
42158
  "docComment": "",
43804
42159
  "excerptTokens": [
43805
42160
  {
43806
42161
  "kind": "Content",
43807
- "text": "emoteUrns: "
42162
+ "text": "bodyShapeUrn: "
43808
42163
  },
43809
42164
  {
43810
42165
  "kind": "Content",
43811
- "text": "string[]"
42166
+ "text": "string"
43812
42167
  },
43813
42168
  {
43814
42169
  "kind": "Content",
@@ -43818,7 +42173,7 @@
43818
42173
  "isReadonly": false,
43819
42174
  "isOptional": false,
43820
42175
  "releaseTag": "Public",
43821
- "name": "emoteUrns",
42176
+ "name": "bodyShapeUrn",
43822
42177
  "propertyTypeTokenRange": {
43823
42178
  "startIndex": 1,
43824
42179
  "endIndex": 2
@@ -43826,16 +42181,21 @@
43826
42181
  },
43827
42182
  {
43828
42183
  "kind": "PropertySignature",
43829
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
42184
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#eyesColor:member",
43830
42185
  "docComment": "",
43831
42186
  "excerptTokens": [
43832
42187
  {
43833
42188
  "kind": "Content",
43834
- "text": "wearableUrns: "
42189
+ "text": "eyesColor: "
42190
+ },
42191
+ {
42192
+ "kind": "Reference",
42193
+ "text": "Color3",
42194
+ "canonicalReference": "@dcl/playground-assets!Color3"
43835
42195
  },
43836
42196
  {
43837
42197
  "kind": "Content",
43838
- "text": "string[]"
42198
+ "text": " | undefined"
43839
42199
  },
43840
42200
  {
43841
42201
  "kind": "Content",
@@ -43845,33 +42205,124 @@
43845
42205
  "isReadonly": false,
43846
42206
  "isOptional": false,
43847
42207
  "releaseTag": "Public",
43848
- "name": "wearableUrns",
42208
+ "name": "eyesColor",
42209
+ "propertyTypeTokenRange": {
42210
+ "startIndex": 1,
42211
+ "endIndex": 3
42212
+ }
42213
+ },
42214
+ {
42215
+ "kind": "PropertySignature",
42216
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#hairColor:member",
42217
+ "docComment": "",
42218
+ "excerptTokens": [
42219
+ {
42220
+ "kind": "Content",
42221
+ "text": "hairColor: "
42222
+ },
42223
+ {
42224
+ "kind": "Reference",
42225
+ "text": "Color3",
42226
+ "canonicalReference": "@dcl/playground-assets!Color3"
42227
+ },
42228
+ {
42229
+ "kind": "Content",
42230
+ "text": " | undefined"
42231
+ },
42232
+ {
42233
+ "kind": "Content",
42234
+ "text": ";"
42235
+ }
42236
+ ],
42237
+ "isReadonly": false,
42238
+ "isOptional": false,
42239
+ "releaseTag": "Public",
42240
+ "name": "hairColor",
42241
+ "propertyTypeTokenRange": {
42242
+ "startIndex": 1,
42243
+ "endIndex": 3
42244
+ }
42245
+ },
42246
+ {
42247
+ "kind": "PropertySignature",
42248
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#name:member",
42249
+ "docComment": "",
42250
+ "excerptTokens": [
42251
+ {
42252
+ "kind": "Content",
42253
+ "text": "name: "
42254
+ },
42255
+ {
42256
+ "kind": "Content",
42257
+ "text": "string"
42258
+ },
42259
+ {
42260
+ "kind": "Content",
42261
+ "text": ";"
42262
+ }
42263
+ ],
42264
+ "isReadonly": false,
42265
+ "isOptional": false,
42266
+ "releaseTag": "Public",
42267
+ "name": "name",
43849
42268
  "propertyTypeTokenRange": {
43850
42269
  "startIndex": 1,
43851
42270
  "endIndex": 2
43852
42271
  }
42272
+ },
42273
+ {
42274
+ "kind": "PropertySignature",
42275
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase#skinColor:member",
42276
+ "docComment": "",
42277
+ "excerptTokens": [
42278
+ {
42279
+ "kind": "Content",
42280
+ "text": "skinColor: "
42281
+ },
42282
+ {
42283
+ "kind": "Reference",
42284
+ "text": "Color3",
42285
+ "canonicalReference": "@dcl/playground-assets!Color3"
42286
+ },
42287
+ {
42288
+ "kind": "Content",
42289
+ "text": " | undefined"
42290
+ },
42291
+ {
42292
+ "kind": "Content",
42293
+ "text": ";"
42294
+ }
42295
+ ],
42296
+ "isReadonly": false,
42297
+ "isOptional": false,
42298
+ "releaseTag": "Public",
42299
+ "name": "skinColor",
42300
+ "propertyTypeTokenRange": {
42301
+ "startIndex": 1,
42302
+ "endIndex": 3
42303
+ }
43853
42304
  }
43854
42305
  ],
43855
42306
  "extendsTokenRanges": []
43856
42307
  },
43857
42308
  {
43858
42309
  "kind": "Namespace",
43859
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
42310
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:namespace",
43860
42311
  "docComment": "/**\n * @public\n */\n",
43861
42312
  "excerptTokens": [
43862
42313
  {
43863
42314
  "kind": "Content",
43864
- "text": "export declare namespace PBAvatarEquippedData "
42315
+ "text": "export declare namespace PBAvatarBase "
43865
42316
  }
43866
42317
  ],
43867
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
42318
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_base.gen.d.ts",
43868
42319
  "releaseTag": "Public",
43869
- "name": "PBAvatarEquippedData",
42320
+ "name": "PBAvatarBase",
43870
42321
  "preserveMemberOrder": false,
43871
42322
  "members": [
43872
42323
  {
43873
42324
  "kind": "Function",
43874
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
42325
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase.decode:function(1)",
43875
42326
  "docComment": "",
43876
42327
  "excerptTokens": [
43877
42328
  {
@@ -43906,8 +42357,8 @@
43906
42357
  },
43907
42358
  {
43908
42359
  "kind": "Reference",
43909
- "text": "PBAvatarEquippedData",
43910
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
42360
+ "text": "PBAvatarBase",
42361
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
43911
42362
  },
43912
42363
  {
43913
42364
  "kind": "Content",
@@ -43942,7 +42393,7 @@
43942
42393
  },
43943
42394
  {
43944
42395
  "kind": "Function",
43945
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
42396
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase.encode:function(1)",
43946
42397
  "docComment": "",
43947
42398
  "excerptTokens": [
43948
42399
  {
@@ -43951,8 +42402,8 @@
43951
42402
  },
43952
42403
  {
43953
42404
  "kind": "Reference",
43954
- "text": "PBAvatarEquippedData",
43955
- "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
42405
+ "text": "PBAvatarBase",
42406
+ "canonicalReference": "@dcl/playground-assets!PBAvatarBase:interface"
43956
42407
  },
43957
42408
  {
43958
42409
  "kind": "Content",
@@ -44007,31 +42458,31 @@
44007
42458
  },
44008
42459
  {
44009
42460
  "kind": "Interface",
44010
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
42461
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface",
44011
42462
  "docComment": "/**\n * @public\n */\n",
44012
42463
  "excerptTokens": [
44013
42464
  {
44014
42465
  "kind": "Content",
44015
- "text": "export interface PBAvatarLocomotionSettings "
42466
+ "text": "export interface PBAvatarEmoteCommand "
44016
42467
  }
44017
42468
  ],
44018
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
42469
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
44019
42470
  "releaseTag": "Public",
44020
- "name": "PBAvatarLocomotionSettings",
42471
+ "name": "PBAvatarEmoteCommand",
44021
42472
  "preserveMemberOrder": false,
44022
42473
  "members": [
44023
42474
  {
44024
42475
  "kind": "PropertySignature",
44025
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#doubleJumpHeight:member",
44026
- "docComment": "/**\n * Height of the double jump (in meters)\n */\n",
42476
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#emoteUrn:member",
42477
+ "docComment": "",
44027
42478
  "excerptTokens": [
44028
42479
  {
44029
42480
  "kind": "Content",
44030
- "text": "doubleJumpHeight?: "
42481
+ "text": "emoteUrn: "
44031
42482
  },
44032
42483
  {
44033
42484
  "kind": "Content",
44034
- "text": "number | undefined"
42485
+ "text": "string"
44035
42486
  },
44036
42487
  {
44037
42488
  "kind": "Content",
@@ -44039,9 +42490,9 @@
44039
42490
  }
44040
42491
  ],
44041
42492
  "isReadonly": false,
44042
- "isOptional": true,
42493
+ "isOptional": false,
44043
42494
  "releaseTag": "Public",
44044
- "name": "doubleJumpHeight",
42495
+ "name": "emoteUrn",
44045
42496
  "propertyTypeTokenRange": {
44046
42497
  "startIndex": 1,
44047
42498
  "endIndex": 2
@@ -44049,16 +42500,16 @@
44049
42500
  },
44050
42501
  {
44051
42502
  "kind": "PropertySignature",
44052
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingFallingSpeed:member",
44053
- "docComment": "/**\n * Maximum falling speed when gliding (in meters per second)\n */\n",
42503
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#loop:member",
42504
+ "docComment": "",
44054
42505
  "excerptTokens": [
44055
42506
  {
44056
42507
  "kind": "Content",
44057
- "text": "glidingFallingSpeed?: "
42508
+ "text": "loop: "
44058
42509
  },
44059
42510
  {
44060
42511
  "kind": "Content",
44061
- "text": "number | undefined"
42512
+ "text": "boolean"
44062
42513
  },
44063
42514
  {
44064
42515
  "kind": "Content",
@@ -44066,9 +42517,9 @@
44066
42517
  }
44067
42518
  ],
44068
42519
  "isReadonly": false,
44069
- "isOptional": true,
42520
+ "isOptional": false,
44070
42521
  "releaseTag": "Public",
44071
- "name": "glidingFallingSpeed",
42522
+ "name": "loop",
44072
42523
  "propertyTypeTokenRange": {
44073
42524
  "startIndex": 1,
44074
42525
  "endIndex": 2
@@ -44076,16 +42527,16 @@
44076
42527
  },
44077
42528
  {
44078
42529
  "kind": "PropertySignature",
44079
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingSpeed:member",
44080
- "docComment": "/**\n * Maximum speed when gliding (in meters per second)\n */\n",
42530
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand#timestamp:member",
42531
+ "docComment": "/**\n * monotonic counter\n */\n",
44081
42532
  "excerptTokens": [
44082
42533
  {
44083
42534
  "kind": "Content",
44084
- "text": "glidingSpeed?: "
42535
+ "text": "timestamp: "
44085
42536
  },
44086
42537
  {
44087
42538
  "kind": "Content",
44088
- "text": "number | undefined"
42539
+ "text": "number"
44089
42540
  },
44090
42541
  {
44091
42542
  "kind": "Content",
@@ -44093,134 +42544,195 @@
44093
42544
  }
44094
42545
  ],
44095
42546
  "isReadonly": false,
44096
- "isOptional": true,
42547
+ "isOptional": false,
44097
42548
  "releaseTag": "Public",
44098
- "name": "glidingSpeed",
42549
+ "name": "timestamp",
44099
42550
  "propertyTypeTokenRange": {
44100
42551
  "startIndex": 1,
44101
42552
  "endIndex": 2
44102
42553
  }
44103
- },
42554
+ }
42555
+ ],
42556
+ "extendsTokenRanges": []
42557
+ },
42558
+ {
42559
+ "kind": "Namespace",
42560
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:namespace",
42561
+ "docComment": "/**\n * @public\n */\n",
42562
+ "excerptTokens": [
44104
42563
  {
44105
- "kind": "PropertySignature",
44106
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#hardLandingCooldown:member",
44107
- "docComment": "/**\n * Cooldown time after a hard landing before the avatar can move again (in seconds)\n */\n",
42564
+ "kind": "Content",
42565
+ "text": "export declare namespace PBAvatarEmoteCommand "
42566
+ }
42567
+ ],
42568
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_emote_command.gen.d.ts",
42569
+ "releaseTag": "Public",
42570
+ "name": "PBAvatarEmoteCommand",
42571
+ "preserveMemberOrder": false,
42572
+ "members": [
42573
+ {
42574
+ "kind": "Function",
42575
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.decode:function(1)",
42576
+ "docComment": "",
44108
42577
  "excerptTokens": [
44109
42578
  {
44110
42579
  "kind": "Content",
44111
- "text": "hardLandingCooldown?: "
42580
+ "text": "function decode(input: "
42581
+ },
42582
+ {
42583
+ "kind": "Reference",
42584
+ "text": "_m0.Reader",
42585
+ "canonicalReference": "protobufjs!Reader:class"
44112
42586
  },
44113
42587
  {
44114
42588
  "kind": "Content",
44115
- "text": "number | undefined"
42589
+ "text": " | "
42590
+ },
42591
+ {
42592
+ "kind": "Reference",
42593
+ "text": "Uint8Array",
42594
+ "canonicalReference": "!Uint8Array:interface"
44116
42595
  },
44117
42596
  {
44118
42597
  "kind": "Content",
44119
- "text": ";"
44120
- }
44121
- ],
44122
- "isReadonly": false,
44123
- "isOptional": true,
44124
- "releaseTag": "Public",
44125
- "name": "hardLandingCooldown",
44126
- "propertyTypeTokenRange": {
44127
- "startIndex": 1,
44128
- "endIndex": 2
44129
- }
44130
- },
44131
- {
44132
- "kind": "PropertySignature",
44133
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jogSpeed:member",
44134
- "docComment": "/**\n * Maximum speed when jogging (in meters per second)\n */\n",
44135
- "excerptTokens": [
42598
+ "text": ", length?: "
42599
+ },
44136
42600
  {
44137
42601
  "kind": "Content",
44138
- "text": "jogSpeed?: "
42602
+ "text": "number"
44139
42603
  },
44140
42604
  {
44141
42605
  "kind": "Content",
44142
- "text": "number | undefined"
42606
+ "text": "): "
42607
+ },
42608
+ {
42609
+ "kind": "Reference",
42610
+ "text": "PBAvatarEmoteCommand",
42611
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
44143
42612
  },
44144
42613
  {
44145
42614
  "kind": "Content",
44146
42615
  "text": ";"
44147
42616
  }
44148
42617
  ],
44149
- "isReadonly": false,
44150
- "isOptional": true,
42618
+ "returnTypeTokenRange": {
42619
+ "startIndex": 7,
42620
+ "endIndex": 8
42621
+ },
44151
42622
  "releaseTag": "Public",
44152
- "name": "jogSpeed",
44153
- "propertyTypeTokenRange": {
44154
- "startIndex": 1,
44155
- "endIndex": 2
44156
- }
42623
+ "overloadIndex": 1,
42624
+ "parameters": [
42625
+ {
42626
+ "parameterName": "input",
42627
+ "parameterTypeTokenRange": {
42628
+ "startIndex": 1,
42629
+ "endIndex": 4
42630
+ },
42631
+ "isOptional": false
42632
+ },
42633
+ {
42634
+ "parameterName": "length",
42635
+ "parameterTypeTokenRange": {
42636
+ "startIndex": 5,
42637
+ "endIndex": 6
42638
+ },
42639
+ "isOptional": true
42640
+ }
42641
+ ],
42642
+ "name": "decode"
44157
42643
  },
44158
42644
  {
44159
- "kind": "PropertySignature",
44160
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#jumpHeight:member",
44161
- "docComment": "/**\n * Height of a regular jump (in meters)\n */\n",
42645
+ "kind": "Function",
42646
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
42647
+ "docComment": "",
44162
42648
  "excerptTokens": [
44163
42649
  {
44164
42650
  "kind": "Content",
44165
- "text": "jumpHeight?: "
42651
+ "text": "function encode(message: "
44166
42652
  },
44167
42653
  {
44168
- "kind": "Content",
44169
- "text": "number | undefined"
42654
+ "kind": "Reference",
42655
+ "text": "PBAvatarEmoteCommand",
42656
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
44170
42657
  },
44171
42658
  {
44172
42659
  "kind": "Content",
44173
- "text": ";"
44174
- }
44175
- ],
44176
- "isReadonly": false,
44177
- "isOptional": true,
44178
- "releaseTag": "Public",
44179
- "name": "jumpHeight",
44180
- "propertyTypeTokenRange": {
44181
- "startIndex": 1,
44182
- "endIndex": 2
44183
- }
44184
- },
44185
- {
44186
- "kind": "PropertySignature",
44187
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runJumpHeight:member",
44188
- "docComment": "/**\n * Height of a jump while running (in meters)\n */\n",
44189
- "excerptTokens": [
42660
+ "text": ", writer?: "
42661
+ },
44190
42662
  {
44191
- "kind": "Content",
44192
- "text": "runJumpHeight?: "
42663
+ "kind": "Reference",
42664
+ "text": "_m0.Writer",
42665
+ "canonicalReference": "protobufjs!Writer:class"
44193
42666
  },
44194
42667
  {
44195
42668
  "kind": "Content",
44196
- "text": "number | undefined"
42669
+ "text": "): "
42670
+ },
42671
+ {
42672
+ "kind": "Reference",
42673
+ "text": "_m0.Writer",
42674
+ "canonicalReference": "protobufjs!Writer:class"
44197
42675
  },
44198
42676
  {
44199
42677
  "kind": "Content",
44200
42678
  "text": ";"
44201
42679
  }
44202
42680
  ],
44203
- "isReadonly": false,
44204
- "isOptional": true,
42681
+ "returnTypeTokenRange": {
42682
+ "startIndex": 5,
42683
+ "endIndex": 6
42684
+ },
44205
42685
  "releaseTag": "Public",
44206
- "name": "runJumpHeight",
44207
- "propertyTypeTokenRange": {
44208
- "startIndex": 1,
44209
- "endIndex": 2
44210
- }
44211
- },
42686
+ "overloadIndex": 1,
42687
+ "parameters": [
42688
+ {
42689
+ "parameterName": "message",
42690
+ "parameterTypeTokenRange": {
42691
+ "startIndex": 1,
42692
+ "endIndex": 2
42693
+ },
42694
+ "isOptional": false
42695
+ },
42696
+ {
42697
+ "parameterName": "writer",
42698
+ "parameterTypeTokenRange": {
42699
+ "startIndex": 3,
42700
+ "endIndex": 4
42701
+ },
42702
+ "isOptional": true
42703
+ }
42704
+ ],
42705
+ "name": "encode"
42706
+ }
42707
+ ]
42708
+ },
42709
+ {
42710
+ "kind": "Interface",
42711
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
42712
+ "docComment": "/**\n * @public\n */\n",
42713
+ "excerptTokens": [
42714
+ {
42715
+ "kind": "Content",
42716
+ "text": "export interface PBAvatarEquippedData "
42717
+ }
42718
+ ],
42719
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
42720
+ "releaseTag": "Public",
42721
+ "name": "PBAvatarEquippedData",
42722
+ "preserveMemberOrder": false,
42723
+ "members": [
44212
42724
  {
44213
42725
  "kind": "PropertySignature",
44214
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#runSpeed:member",
44215
- "docComment": "/**\n * Maximum speed when running (in meters per second)\n */\n",
42726
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
42727
+ "docComment": "",
44216
42728
  "excerptTokens": [
44217
42729
  {
44218
42730
  "kind": "Content",
44219
- "text": "runSpeed?: "
42731
+ "text": "emoteUrns: "
44220
42732
  },
44221
42733
  {
44222
42734
  "kind": "Content",
44223
- "text": "number | undefined"
42735
+ "text": "string[]"
44224
42736
  },
44225
42737
  {
44226
42738
  "kind": "Content",
@@ -44228,9 +42740,9 @@
44228
42740
  }
44229
42741
  ],
44230
42742
  "isReadonly": false,
44231
- "isOptional": true,
42743
+ "isOptional": false,
44232
42744
  "releaseTag": "Public",
44233
- "name": "runSpeed",
42745
+ "name": "emoteUrns",
44234
42746
  "propertyTypeTokenRange": {
44235
42747
  "startIndex": 1,
44236
42748
  "endIndex": 2
@@ -44238,16 +42750,16 @@
44238
42750
  },
44239
42751
  {
44240
42752
  "kind": "PropertySignature",
44241
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#walkSpeed:member",
44242
- "docComment": "/**\n * Maximum speed when walking (in meters per second)\n */\n",
42753
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
42754
+ "docComment": "",
44243
42755
  "excerptTokens": [
44244
42756
  {
44245
42757
  "kind": "Content",
44246
- "text": "walkSpeed?: "
42758
+ "text": "wearableUrns: "
44247
42759
  },
44248
42760
  {
44249
42761
  "kind": "Content",
44250
- "text": "number | undefined"
42762
+ "text": "string[]"
44251
42763
  },
44252
42764
  {
44253
42765
  "kind": "Content",
@@ -44255,9 +42767,9 @@
44255
42767
  }
44256
42768
  ],
44257
42769
  "isReadonly": false,
44258
- "isOptional": true,
42770
+ "isOptional": false,
44259
42771
  "releaseTag": "Public",
44260
- "name": "walkSpeed",
42772
+ "name": "wearableUrns",
44261
42773
  "propertyTypeTokenRange": {
44262
42774
  "startIndex": 1,
44263
42775
  "endIndex": 2
@@ -44268,22 +42780,22 @@
44268
42780
  },
44269
42781
  {
44270
42782
  "kind": "Namespace",
44271
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:namespace",
42783
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
44272
42784
  "docComment": "/**\n * @public\n */\n",
44273
42785
  "excerptTokens": [
44274
42786
  {
44275
42787
  "kind": "Content",
44276
- "text": "export declare namespace PBAvatarLocomotionSettings "
42788
+ "text": "export declare namespace PBAvatarEquippedData "
44277
42789
  }
44278
42790
  ],
44279
- "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
42791
+ "fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
44280
42792
  "releaseTag": "Public",
44281
- "name": "PBAvatarLocomotionSettings",
42793
+ "name": "PBAvatarEquippedData",
44282
42794
  "preserveMemberOrder": false,
44283
42795
  "members": [
44284
42796
  {
44285
42797
  "kind": "Function",
44286
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.decode:function(1)",
42798
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
44287
42799
  "docComment": "",
44288
42800
  "excerptTokens": [
44289
42801
  {
@@ -44318,8 +42830,8 @@
44318
42830
  },
44319
42831
  {
44320
42832
  "kind": "Reference",
44321
- "text": "PBAvatarLocomotionSettings",
44322
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
42833
+ "text": "PBAvatarEquippedData",
42834
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
44323
42835
  },
44324
42836
  {
44325
42837
  "kind": "Content",
@@ -44354,7 +42866,7 @@
44354
42866
  },
44355
42867
  {
44356
42868
  "kind": "Function",
44357
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings.encode:function(1)",
42869
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
44358
42870
  "docComment": "",
44359
42871
  "excerptTokens": [
44360
42872
  {
@@ -44363,8 +42875,8 @@
44363
42875
  },
44364
42876
  {
44365
42877
  "kind": "Reference",
44366
- "text": "PBAvatarLocomotionSettings",
44367
- "canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface"
42878
+ "text": "PBAvatarEquippedData",
42879
+ "canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
44368
42880
  },
44369
42881
  {
44370
42882
  "kind": "Content",
@@ -67535,33 +66047,6 @@
67535
66047
  "endIndex": 3
67536
66048
  }
67537
66049
  },
67538
- {
67539
- "kind": "PropertySignature",
67540
- "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
67541
- "docComment": "/**\n * default: 60\n */\n",
67542
- "excerptTokens": [
67543
- {
67544
- "kind": "Content",
67545
- "text": "fov?: "
67546
- },
67547
- {
67548
- "kind": "Content",
67549
- "text": "number | undefined"
67550
- },
67551
- {
67552
- "kind": "Content",
67553
- "text": ";"
67554
- }
67555
- ],
67556
- "isReadonly": false,
67557
- "isOptional": true,
67558
- "releaseTag": "Public",
67559
- "name": "fov",
67560
- "propertyTypeTokenRange": {
67561
- "startIndex": 1,
67562
- "endIndex": 2
67563
- }
67564
- },
67565
66050
  {
67566
66051
  "kind": "PropertySignature",
67567
66052
  "canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",