@dcl/playground-assets 7.4.22-9096597062.commit-4d8b462 → 7.4.22-9118542123.commit-6049b3a

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.
@@ -1471,6 +1471,42 @@ declare module "~system/SignedFetch" {
1471
1471
  */
1472
1472
  declare module "~system/Testing" {
1473
1473
 
1474
+ export interface Position {
1475
+ x: number;
1476
+ y: number;
1477
+ z: number;
1478
+ }
1479
+ export interface Vector3 {
1480
+ x: number;
1481
+ y: number;
1482
+ z: number;
1483
+ }
1484
+ export interface Vector2 {
1485
+ x: number;
1486
+ y: number;
1487
+ }
1488
+ export interface Quaternion {
1489
+ x: number;
1490
+ y: number;
1491
+ z: number;
1492
+ w: number;
1493
+ }
1494
+
1495
+ // Function declaration section
1496
+ export enum TakeAndCompareScreenshotRequest_SnapshotMode {
1497
+ /** SM_3D_AND_UI - only visible 3d scene and ui scene */
1498
+ SM_3D_AND_UI = 0,
1499
+ /** SM_3D_ONLY - only visible 3d scene */
1500
+ SM_3D_ONLY = 1,
1501
+ /** SM_UI_ONLY - only visible ui scene */
1502
+ SM_UI_ONLY = 2,
1503
+ UNRECOGNIZED = -1
1504
+ }
1505
+ export interface TakeAndCompareScreenshotRequest_ComparisonMethodGreyPixelDiff {
1506
+ }
1507
+ export interface TakeAndCompareScreenshotResponse_ComparisonMethodGreyPixelDiffResult {
1508
+ similarity: number;
1509
+ }
1474
1510
  export interface TestResult {
1475
1511
  name: string;
1476
1512
  ok: boolean;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.4.22-9096597062.commit-4d8b462",
4
+ "version": "7.4.22-9118542123.commit-6049b3a",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "4d8b4620b47b2560300d985c3b59fe76e8adb078"
38
+ "commit": "6049b3a811d4b976f46bce0d5ec70c2f7d5c965c"
39
39
  }
@@ -145,8 +145,30 @@ export declare interface AudioStreamComponentDefinitionExtended extends LastWrit
145
145
  export declare const enum AvatarAnchorPointType {
146
146
  AAPT_POSITION = 0,
147
147
  AAPT_NAME_TAG = 1,
148
+ AAPT_HEAD = 4,
149
+ AAPT_NECK = 5,
150
+ AAPT_SPINE = 6,
151
+ AAPT_SPINE1 = 7,
152
+ AAPT_SPINE2 = 8,
153
+ AAPT_HIP = 9,
154
+ AAPT_LEFT_SHOULDER = 10,
155
+ AAPT_LEFT_ARM = 11,
156
+ AAPT_LEFT_FOREARM = 12,
148
157
  AAPT_LEFT_HAND = 2,
149
- AAPT_RIGHT_HAND = 3
158
+ AAPT_LEFT_HAND_INDEX = 13,
159
+ AAPT_RIGHT_SHOULDER = 14,
160
+ AAPT_RIGHT_ARM = 15,
161
+ AAPT_RIGHT_FOREARM = 16,
162
+ AAPT_RIGHT_HAND = 3,
163
+ AAPT_RIGHT_HAND_INDEX = 17,
164
+ AAPT_LEFT_UP_LEG = 18,
165
+ AAPT_LEFT_LEG = 19,
166
+ AAPT_LEFT_FOOT = 20,
167
+ AAPT_LEFT_TOE_BASE = 21,
168
+ AAPT_RIGHT_UP_LEG = 22,
169
+ AAPT_RIGHT_LEG = 23,
170
+ AAPT_RIGHT_FOOT = 24,
171
+ AAPT_RIGHT_TOE_BASE = 25
150
172
  }
151
173
 
152
174
  /** @public */
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.43.5"
8
+ "packageVersion": "7.43.7"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.43.5",
4
+ "toolVersion": "7.43.7",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1261,6 +1261,111 @@
1261
1261
  "name": "AvatarAnchorPointType",
1262
1262
  "preserveMemberOrder": false,
1263
1263
  "members": [
1264
+ {
1265
+ "kind": "EnumMember",
1266
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_HEAD:member",
1267
+ "docComment": "",
1268
+ "excerptTokens": [
1269
+ {
1270
+ "kind": "Content",
1271
+ "text": "AAPT_HEAD = "
1272
+ },
1273
+ {
1274
+ "kind": "Content",
1275
+ "text": "4"
1276
+ }
1277
+ ],
1278
+ "initializerTokenRange": {
1279
+ "startIndex": 1,
1280
+ "endIndex": 2
1281
+ },
1282
+ "releaseTag": "Public",
1283
+ "name": "AAPT_HEAD"
1284
+ },
1285
+ {
1286
+ "kind": "EnumMember",
1287
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_HIP:member",
1288
+ "docComment": "",
1289
+ "excerptTokens": [
1290
+ {
1291
+ "kind": "Content",
1292
+ "text": "AAPT_HIP = "
1293
+ },
1294
+ {
1295
+ "kind": "Content",
1296
+ "text": "9"
1297
+ }
1298
+ ],
1299
+ "initializerTokenRange": {
1300
+ "startIndex": 1,
1301
+ "endIndex": 2
1302
+ },
1303
+ "releaseTag": "Public",
1304
+ "name": "AAPT_HIP"
1305
+ },
1306
+ {
1307
+ "kind": "EnumMember",
1308
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_LEFT_ARM:member",
1309
+ "docComment": "",
1310
+ "excerptTokens": [
1311
+ {
1312
+ "kind": "Content",
1313
+ "text": "AAPT_LEFT_ARM = "
1314
+ },
1315
+ {
1316
+ "kind": "Content",
1317
+ "text": "11"
1318
+ }
1319
+ ],
1320
+ "initializerTokenRange": {
1321
+ "startIndex": 1,
1322
+ "endIndex": 2
1323
+ },
1324
+ "releaseTag": "Public",
1325
+ "name": "AAPT_LEFT_ARM"
1326
+ },
1327
+ {
1328
+ "kind": "EnumMember",
1329
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_LEFT_FOOT:member",
1330
+ "docComment": "",
1331
+ "excerptTokens": [
1332
+ {
1333
+ "kind": "Content",
1334
+ "text": "AAPT_LEFT_FOOT = "
1335
+ },
1336
+ {
1337
+ "kind": "Content",
1338
+ "text": "20"
1339
+ }
1340
+ ],
1341
+ "initializerTokenRange": {
1342
+ "startIndex": 1,
1343
+ "endIndex": 2
1344
+ },
1345
+ "releaseTag": "Public",
1346
+ "name": "AAPT_LEFT_FOOT"
1347
+ },
1348
+ {
1349
+ "kind": "EnumMember",
1350
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_LEFT_FOREARM:member",
1351
+ "docComment": "",
1352
+ "excerptTokens": [
1353
+ {
1354
+ "kind": "Content",
1355
+ "text": "AAPT_LEFT_FOREARM = "
1356
+ },
1357
+ {
1358
+ "kind": "Content",
1359
+ "text": "12"
1360
+ }
1361
+ ],
1362
+ "initializerTokenRange": {
1363
+ "startIndex": 1,
1364
+ "endIndex": 2
1365
+ },
1366
+ "releaseTag": "Public",
1367
+ "name": "AAPT_LEFT_FOREARM"
1368
+ },
1264
1369
  {
1265
1370
  "kind": "EnumMember",
1266
1371
  "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_LEFT_HAND:member",
@@ -1282,6 +1387,111 @@
1282
1387
  "releaseTag": "Public",
1283
1388
  "name": "AAPT_LEFT_HAND"
1284
1389
  },
1390
+ {
1391
+ "kind": "EnumMember",
1392
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_LEFT_HAND_INDEX:member",
1393
+ "docComment": "",
1394
+ "excerptTokens": [
1395
+ {
1396
+ "kind": "Content",
1397
+ "text": "AAPT_LEFT_HAND_INDEX = "
1398
+ },
1399
+ {
1400
+ "kind": "Content",
1401
+ "text": "13"
1402
+ }
1403
+ ],
1404
+ "initializerTokenRange": {
1405
+ "startIndex": 1,
1406
+ "endIndex": 2
1407
+ },
1408
+ "releaseTag": "Public",
1409
+ "name": "AAPT_LEFT_HAND_INDEX"
1410
+ },
1411
+ {
1412
+ "kind": "EnumMember",
1413
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_LEFT_LEG:member",
1414
+ "docComment": "",
1415
+ "excerptTokens": [
1416
+ {
1417
+ "kind": "Content",
1418
+ "text": "AAPT_LEFT_LEG = "
1419
+ },
1420
+ {
1421
+ "kind": "Content",
1422
+ "text": "19"
1423
+ }
1424
+ ],
1425
+ "initializerTokenRange": {
1426
+ "startIndex": 1,
1427
+ "endIndex": 2
1428
+ },
1429
+ "releaseTag": "Public",
1430
+ "name": "AAPT_LEFT_LEG"
1431
+ },
1432
+ {
1433
+ "kind": "EnumMember",
1434
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_LEFT_SHOULDER:member",
1435
+ "docComment": "",
1436
+ "excerptTokens": [
1437
+ {
1438
+ "kind": "Content",
1439
+ "text": "AAPT_LEFT_SHOULDER = "
1440
+ },
1441
+ {
1442
+ "kind": "Content",
1443
+ "text": "10"
1444
+ }
1445
+ ],
1446
+ "initializerTokenRange": {
1447
+ "startIndex": 1,
1448
+ "endIndex": 2
1449
+ },
1450
+ "releaseTag": "Public",
1451
+ "name": "AAPT_LEFT_SHOULDER"
1452
+ },
1453
+ {
1454
+ "kind": "EnumMember",
1455
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_LEFT_TOE_BASE:member",
1456
+ "docComment": "",
1457
+ "excerptTokens": [
1458
+ {
1459
+ "kind": "Content",
1460
+ "text": "AAPT_LEFT_TOE_BASE = "
1461
+ },
1462
+ {
1463
+ "kind": "Content",
1464
+ "text": "21"
1465
+ }
1466
+ ],
1467
+ "initializerTokenRange": {
1468
+ "startIndex": 1,
1469
+ "endIndex": 2
1470
+ },
1471
+ "releaseTag": "Public",
1472
+ "name": "AAPT_LEFT_TOE_BASE"
1473
+ },
1474
+ {
1475
+ "kind": "EnumMember",
1476
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_LEFT_UP_LEG:member",
1477
+ "docComment": "",
1478
+ "excerptTokens": [
1479
+ {
1480
+ "kind": "Content",
1481
+ "text": "AAPT_LEFT_UP_LEG = "
1482
+ },
1483
+ {
1484
+ "kind": "Content",
1485
+ "text": "18"
1486
+ }
1487
+ ],
1488
+ "initializerTokenRange": {
1489
+ "startIndex": 1,
1490
+ "endIndex": 2
1491
+ },
1492
+ "releaseTag": "Public",
1493
+ "name": "AAPT_LEFT_UP_LEG"
1494
+ },
1285
1495
  {
1286
1496
  "kind": "EnumMember",
1287
1497
  "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_NAME_TAG:member",
@@ -1303,6 +1513,27 @@
1303
1513
  "releaseTag": "Public",
1304
1514
  "name": "AAPT_NAME_TAG"
1305
1515
  },
1516
+ {
1517
+ "kind": "EnumMember",
1518
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_NECK:member",
1519
+ "docComment": "",
1520
+ "excerptTokens": [
1521
+ {
1522
+ "kind": "Content",
1523
+ "text": "AAPT_NECK = "
1524
+ },
1525
+ {
1526
+ "kind": "Content",
1527
+ "text": "5"
1528
+ }
1529
+ ],
1530
+ "initializerTokenRange": {
1531
+ "startIndex": 1,
1532
+ "endIndex": 2
1533
+ },
1534
+ "releaseTag": "Public",
1535
+ "name": "AAPT_NECK"
1536
+ },
1306
1537
  {
1307
1538
  "kind": "EnumMember",
1308
1539
  "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_POSITION:member",
@@ -1324,6 +1555,69 @@
1324
1555
  "releaseTag": "Public",
1325
1556
  "name": "AAPT_POSITION"
1326
1557
  },
1558
+ {
1559
+ "kind": "EnumMember",
1560
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_RIGHT_ARM:member",
1561
+ "docComment": "",
1562
+ "excerptTokens": [
1563
+ {
1564
+ "kind": "Content",
1565
+ "text": "AAPT_RIGHT_ARM = "
1566
+ },
1567
+ {
1568
+ "kind": "Content",
1569
+ "text": "15"
1570
+ }
1571
+ ],
1572
+ "initializerTokenRange": {
1573
+ "startIndex": 1,
1574
+ "endIndex": 2
1575
+ },
1576
+ "releaseTag": "Public",
1577
+ "name": "AAPT_RIGHT_ARM"
1578
+ },
1579
+ {
1580
+ "kind": "EnumMember",
1581
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_RIGHT_FOOT:member",
1582
+ "docComment": "",
1583
+ "excerptTokens": [
1584
+ {
1585
+ "kind": "Content",
1586
+ "text": "AAPT_RIGHT_FOOT = "
1587
+ },
1588
+ {
1589
+ "kind": "Content",
1590
+ "text": "24"
1591
+ }
1592
+ ],
1593
+ "initializerTokenRange": {
1594
+ "startIndex": 1,
1595
+ "endIndex": 2
1596
+ },
1597
+ "releaseTag": "Public",
1598
+ "name": "AAPT_RIGHT_FOOT"
1599
+ },
1600
+ {
1601
+ "kind": "EnumMember",
1602
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_RIGHT_FOREARM:member",
1603
+ "docComment": "",
1604
+ "excerptTokens": [
1605
+ {
1606
+ "kind": "Content",
1607
+ "text": "AAPT_RIGHT_FOREARM = "
1608
+ },
1609
+ {
1610
+ "kind": "Content",
1611
+ "text": "16"
1612
+ }
1613
+ ],
1614
+ "initializerTokenRange": {
1615
+ "startIndex": 1,
1616
+ "endIndex": 2
1617
+ },
1618
+ "releaseTag": "Public",
1619
+ "name": "AAPT_RIGHT_FOREARM"
1620
+ },
1327
1621
  {
1328
1622
  "kind": "EnumMember",
1329
1623
  "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_RIGHT_HAND:member",
@@ -1344,6 +1638,174 @@
1344
1638
  },
1345
1639
  "releaseTag": "Public",
1346
1640
  "name": "AAPT_RIGHT_HAND"
1641
+ },
1642
+ {
1643
+ "kind": "EnumMember",
1644
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_RIGHT_HAND_INDEX:member",
1645
+ "docComment": "",
1646
+ "excerptTokens": [
1647
+ {
1648
+ "kind": "Content",
1649
+ "text": "AAPT_RIGHT_HAND_INDEX = "
1650
+ },
1651
+ {
1652
+ "kind": "Content",
1653
+ "text": "17"
1654
+ }
1655
+ ],
1656
+ "initializerTokenRange": {
1657
+ "startIndex": 1,
1658
+ "endIndex": 2
1659
+ },
1660
+ "releaseTag": "Public",
1661
+ "name": "AAPT_RIGHT_HAND_INDEX"
1662
+ },
1663
+ {
1664
+ "kind": "EnumMember",
1665
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_RIGHT_LEG:member",
1666
+ "docComment": "",
1667
+ "excerptTokens": [
1668
+ {
1669
+ "kind": "Content",
1670
+ "text": "AAPT_RIGHT_LEG = "
1671
+ },
1672
+ {
1673
+ "kind": "Content",
1674
+ "text": "23"
1675
+ }
1676
+ ],
1677
+ "initializerTokenRange": {
1678
+ "startIndex": 1,
1679
+ "endIndex": 2
1680
+ },
1681
+ "releaseTag": "Public",
1682
+ "name": "AAPT_RIGHT_LEG"
1683
+ },
1684
+ {
1685
+ "kind": "EnumMember",
1686
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_RIGHT_SHOULDER:member",
1687
+ "docComment": "",
1688
+ "excerptTokens": [
1689
+ {
1690
+ "kind": "Content",
1691
+ "text": "AAPT_RIGHT_SHOULDER = "
1692
+ },
1693
+ {
1694
+ "kind": "Content",
1695
+ "text": "14"
1696
+ }
1697
+ ],
1698
+ "initializerTokenRange": {
1699
+ "startIndex": 1,
1700
+ "endIndex": 2
1701
+ },
1702
+ "releaseTag": "Public",
1703
+ "name": "AAPT_RIGHT_SHOULDER"
1704
+ },
1705
+ {
1706
+ "kind": "EnumMember",
1707
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_RIGHT_TOE_BASE:member",
1708
+ "docComment": "",
1709
+ "excerptTokens": [
1710
+ {
1711
+ "kind": "Content",
1712
+ "text": "AAPT_RIGHT_TOE_BASE = "
1713
+ },
1714
+ {
1715
+ "kind": "Content",
1716
+ "text": "25"
1717
+ }
1718
+ ],
1719
+ "initializerTokenRange": {
1720
+ "startIndex": 1,
1721
+ "endIndex": 2
1722
+ },
1723
+ "releaseTag": "Public",
1724
+ "name": "AAPT_RIGHT_TOE_BASE"
1725
+ },
1726
+ {
1727
+ "kind": "EnumMember",
1728
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_RIGHT_UP_LEG:member",
1729
+ "docComment": "",
1730
+ "excerptTokens": [
1731
+ {
1732
+ "kind": "Content",
1733
+ "text": "AAPT_RIGHT_UP_LEG = "
1734
+ },
1735
+ {
1736
+ "kind": "Content",
1737
+ "text": "22"
1738
+ }
1739
+ ],
1740
+ "initializerTokenRange": {
1741
+ "startIndex": 1,
1742
+ "endIndex": 2
1743
+ },
1744
+ "releaseTag": "Public",
1745
+ "name": "AAPT_RIGHT_UP_LEG"
1746
+ },
1747
+ {
1748
+ "kind": "EnumMember",
1749
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_SPINE:member",
1750
+ "docComment": "",
1751
+ "excerptTokens": [
1752
+ {
1753
+ "kind": "Content",
1754
+ "text": "AAPT_SPINE = "
1755
+ },
1756
+ {
1757
+ "kind": "Content",
1758
+ "text": "6"
1759
+ }
1760
+ ],
1761
+ "initializerTokenRange": {
1762
+ "startIndex": 1,
1763
+ "endIndex": 2
1764
+ },
1765
+ "releaseTag": "Public",
1766
+ "name": "AAPT_SPINE"
1767
+ },
1768
+ {
1769
+ "kind": "EnumMember",
1770
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_SPINE1:member",
1771
+ "docComment": "",
1772
+ "excerptTokens": [
1773
+ {
1774
+ "kind": "Content",
1775
+ "text": "AAPT_SPINE1 = "
1776
+ },
1777
+ {
1778
+ "kind": "Content",
1779
+ "text": "7"
1780
+ }
1781
+ ],
1782
+ "initializerTokenRange": {
1783
+ "startIndex": 1,
1784
+ "endIndex": 2
1785
+ },
1786
+ "releaseTag": "Public",
1787
+ "name": "AAPT_SPINE1"
1788
+ },
1789
+ {
1790
+ "kind": "EnumMember",
1791
+ "canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType.AAPT_SPINE2:member",
1792
+ "docComment": "",
1793
+ "excerptTokens": [
1794
+ {
1795
+ "kind": "Content",
1796
+ "text": "AAPT_SPINE2 = "
1797
+ },
1798
+ {
1799
+ "kind": "Content",
1800
+ "text": "8"
1801
+ }
1802
+ ],
1803
+ "initializerTokenRange": {
1804
+ "startIndex": 1,
1805
+ "endIndex": 2
1806
+ },
1807
+ "releaseTag": "Public",
1808
+ "name": "AAPT_SPINE2"
1347
1809
  }
1348
1810
  ]
1349
1811
  },
@@ -76,14 +76,58 @@ export interface AudioStreamComponentDefinitionExtended extends LastWriteWinElem
76
76
 
77
77
  // @public (undocumented)
78
78
  export const enum AvatarAnchorPointType {
79
+ // (undocumented)
80
+ AAPT_HEAD = 4,
81
+ // (undocumented)
82
+ AAPT_HIP = 9,
83
+ // (undocumented)
84
+ AAPT_LEFT_ARM = 11,
85
+ // (undocumented)
86
+ AAPT_LEFT_FOOT = 20,
87
+ // (undocumented)
88
+ AAPT_LEFT_FOREARM = 12,
79
89
  // (undocumented)
80
90
  AAPT_LEFT_HAND = 2,
81
91
  // (undocumented)
92
+ AAPT_LEFT_HAND_INDEX = 13,
93
+ // (undocumented)
94
+ AAPT_LEFT_LEG = 19,
95
+ // (undocumented)
96
+ AAPT_LEFT_SHOULDER = 10,
97
+ // (undocumented)
98
+ AAPT_LEFT_TOE_BASE = 21,
99
+ // (undocumented)
100
+ AAPT_LEFT_UP_LEG = 18,
101
+ // (undocumented)
82
102
  AAPT_NAME_TAG = 1,
83
103
  // (undocumented)
104
+ AAPT_NECK = 5,
105
+ // (undocumented)
84
106
  AAPT_POSITION = 0,
85
107
  // (undocumented)
86
- AAPT_RIGHT_HAND = 3
108
+ AAPT_RIGHT_ARM = 15,
109
+ // (undocumented)
110
+ AAPT_RIGHT_FOOT = 24,
111
+ // (undocumented)
112
+ AAPT_RIGHT_FOREARM = 16,
113
+ // (undocumented)
114
+ AAPT_RIGHT_HAND = 3,
115
+ // (undocumented)
116
+ AAPT_RIGHT_HAND_INDEX = 17,
117
+ // (undocumented)
118
+ AAPT_RIGHT_LEG = 23,
119
+ // (undocumented)
120
+ AAPT_RIGHT_SHOULDER = 14,
121
+ // (undocumented)
122
+ AAPT_RIGHT_TOE_BASE = 25,
123
+ // (undocumented)
124
+ AAPT_RIGHT_UP_LEG = 22,
125
+ // (undocumented)
126
+ AAPT_SPINE = 6,
127
+ // (undocumented)
128
+ AAPT_SPINE1 = 7,
129
+ // (undocumented)
130
+ AAPT_SPINE2 = 8
87
131
  }
88
132
 
89
133
  // @public (undocumented)
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.4.22-9096597062.commit-4d8b462",
4
+ "version": "7.4.22-9118542123.commit-6049b3a",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.4.22-9096597062.commit-4d8b462",
8
- "@dcl/sdk": "7.4.22-9096597062.commit-4d8b462"
7
+ "@dcl/js-runtime": "7.4.22-9118542123.commit-6049b3a",
8
+ "@dcl/sdk": "7.4.22-9118542123.commit-6049b3a"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "4d8b4620b47b2560300d985c3b59fe76e8adb078"
35
+ "commit": "6049b3a811d4b976f46bce0d5ec70c2f7d5c965c"
36
36
  }