@latticexyz/world-modules 2.0.0-main-87235a21 → 2.0.0-main-fd10cff6

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.
Files changed (89) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +228 -215
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  4. package/out/DelegationControl.sol/DelegationControl.json +157 -131
  5. package/out/Hooks.sol/Hooks.json +45 -45
  6. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +57 -57
  7. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  8. package/out/IBaseWorld.sol/IBaseWorld.json +70 -70
  9. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  10. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  11. package/out/IDelegationControl.sol/IDelegationControl.json +105 -99
  12. package/out/IModule.sol/IModule.json +181 -151
  13. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +34 -34
  14. package/out/ISystemHook.sol/ISystemHook.json +91 -91
  15. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  16. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +75 -75
  17. package/out/IWorldErrors.sol/IWorldErrors.json +134 -134
  18. package/out/IWorldKernel.sol/IWorldCall.json +155 -155
  19. package/out/IWorldKernel.sol/IWorldKernel.json +155 -155
  20. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +155 -155
  21. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +186 -186
  22. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  23. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  24. package/out/KeysInTableModule.sol/KeysInTableModule.json +562 -537
  25. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  26. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +992 -992
  27. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +451 -426
  28. package/out/Module.sol/Module.json +162 -119
  29. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  30. package/out/Schema.sol/SchemaInstance.json +30 -30
  31. package/out/Schema.sol/SchemaLib.json +30 -30
  32. package/out/SchemaType.sol/SchemaType.json +276 -276
  33. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +327 -308
  34. package/out/StoreHook.sol/StoreHook.json +358 -358
  35. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  36. package/out/System.sol/System.json +23 -23
  37. package/out/Tables.sol/Tables.json +73 -73
  38. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +132 -119
  39. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  40. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  41. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +345 -326
  42. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +86 -86
  43. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  44. package/out/WorldContext.sol/WorldContextConsumer.json +357 -357
  45. package/out/WorldContext.sol/WorldContextProvider.json +357 -357
  46. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  47. package/out/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  48. package/out/constants.sol/constants.json +115 -115
  49. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  50. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  51. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  52. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  53. package/out/hasKey.sol/hasKey.json +130 -130
  54. package/out/index.sol/index.json +53 -53
  55. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +130 -130
  56. package/out/query.sol/query.json +1154 -1154
  57. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  58. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  59. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  60. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  61. package/out/src/IStore.sol/IStore.json +53 -53
  62. package/out/src/IWorldKernel.sol/IWorldCall.json +156 -156
  63. package/out/src/IWorldKernel.sol/IWorldKernel.json +156 -156
  64. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +156 -156
  65. package/out/src/Memory.sol/Memory.json +89 -89
  66. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  67. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  68. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  69. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  70. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  71. package/out/src/Schema.sol/SchemaLib.json +787 -787
  72. package/out/src/Slice.sol/SliceInstance.json +429 -429
  73. package/out/src/Slice.sol/SliceLib.json +429 -429
  74. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  75. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  76. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  77. package/out/src/WorldContext.sol/WorldContextConsumer.json +357 -357
  78. package/out/src/WorldContext.sol/WorldContextProvider.json +357 -357
  79. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  80. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  81. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  82. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  83. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  84. package/out/tables/Tables.sol/Tables.json +7288 -7288
  85. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  86. package/out/types.sol/types.json +39 -39
  87. package/out/world/src/IERC165.sol/IERC165.json +63 -57
  88. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  89. package/package.json +8 -8
@@ -374,7 +374,7 @@
374
374
  3092
375
375
  ],
376
376
  "SchemaType": [
377
- 24227
377
+ 24234
378
378
  ],
379
379
  "SliceLib": [
380
380
  3557
@@ -419,7 +419,7 @@
419
419
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
420
420
  "nameLocation": "-1:-1:-1",
421
421
  "scope": 11348,
422
- "sourceUnit": 24269,
422
+ "sourceUnit": 24276,
423
423
  "symbolAliases": [
424
424
  {
425
425
  "foreign": {
@@ -427,7 +427,7 @@
427
427
  "name": "SchemaType",
428
428
  "nodeType": "Identifier",
429
429
  "overloadedDeclarations": [],
430
- "referencedDeclaration": 24227,
430
+ "referencedDeclaration": 24234,
431
431
  "src": "139:10:22",
432
432
  "typeDescriptions": {}
433
433
  },
@@ -1437,7 +1437,7 @@
1437
1437
  "stateVariable": false,
1438
1438
  "storageLocation": "memory",
1439
1439
  "typeDescriptions": {
1440
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1440
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
1441
1441
  "typeString": "enum SchemaType[]"
1442
1442
  },
1443
1443
  "typeName": {
@@ -1451,13 +1451,13 @@
1451
1451
  "1566:10:22"
1452
1452
  ],
1453
1453
  "nodeType": "IdentifierPath",
1454
- "referencedDeclaration": 24227,
1454
+ "referencedDeclaration": 24234,
1455
1455
  "src": "1566:10:22"
1456
1456
  },
1457
- "referencedDeclaration": 24227,
1457
+ "referencedDeclaration": 24234,
1458
1458
  "src": "1566:10:22",
1459
1459
  "typeDescriptions": {
1460
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1460
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
1461
1461
  "typeString": "enum SchemaType"
1462
1462
  }
1463
1463
  },
@@ -1465,7 +1465,7 @@
1465
1465
  "nodeType": "ArrayTypeName",
1466
1466
  "src": "1566:12:22",
1467
1467
  "typeDescriptions": {
1468
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_storage_ptr",
1468
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_storage_ptr",
1469
1469
  "typeString": "enum SchemaType[]"
1470
1470
  }
1471
1471
  },
@@ -1507,7 +1507,7 @@
1507
1507
  "nodeType": "NewExpression",
1508
1508
  "src": "1599:16:22",
1509
1509
  "typeDescriptions": {
1510
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr_$",
1510
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr_$",
1511
1511
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1512
1512
  },
1513
1513
  "typeName": {
@@ -1521,13 +1521,13 @@
1521
1521
  "1603:10:22"
1522
1522
  ],
1523
1523
  "nodeType": "IdentifierPath",
1524
- "referencedDeclaration": 24227,
1524
+ "referencedDeclaration": 24234,
1525
1525
  "src": "1603:10:22"
1526
1526
  },
1527
- "referencedDeclaration": 24227,
1527
+ "referencedDeclaration": 24234,
1528
1528
  "src": "1603:10:22",
1529
1529
  "typeDescriptions": {
1530
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1530
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
1531
1531
  "typeString": "enum SchemaType"
1532
1532
  }
1533
1533
  },
@@ -1535,7 +1535,7 @@
1535
1535
  "nodeType": "ArrayTypeName",
1536
1536
  "src": "1603:12:22",
1537
1537
  "typeDescriptions": {
1538
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_storage_ptr",
1538
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_storage_ptr",
1539
1539
  "typeString": "enum SchemaType[]"
1540
1540
  }
1541
1541
  }
@@ -1552,7 +1552,7 @@
1552
1552
  "src": "1599:19:22",
1553
1553
  "tryCall": false,
1554
1554
  "typeDescriptions": {
1555
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1555
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
1556
1556
  "typeString": "enum SchemaType[] memory"
1557
1557
  }
1558
1558
  },
@@ -1575,7 +1575,7 @@
1575
1575
  "referencedDeclaration": 10407,
1576
1576
  "src": "1624:10:22",
1577
1577
  "typeDescriptions": {
1578
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1578
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
1579
1579
  "typeString": "enum SchemaType[] memory"
1580
1580
  }
1581
1581
  },
@@ -1603,7 +1603,7 @@
1603
1603
  "nodeType": "IndexAccess",
1604
1604
  "src": "1624:13:22",
1605
1605
  "typeDescriptions": {
1606
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1606
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
1607
1607
  "typeString": "enum SchemaType"
1608
1608
  }
1609
1609
  },
@@ -1615,10 +1615,10 @@
1615
1615
  "name": "SchemaType",
1616
1616
  "nodeType": "Identifier",
1617
1617
  "overloadedDeclarations": [],
1618
- "referencedDeclaration": 24227,
1618
+ "referencedDeclaration": 24234,
1619
1619
  "src": "1640:10:22",
1620
1620
  "typeDescriptions": {
1621
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$24227_$",
1621
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$24234_$",
1622
1622
  "typeString": "type(enum SchemaType)"
1623
1623
  }
1624
1624
  },
@@ -1630,16 +1630,16 @@
1630
1630
  "memberLocation": "1651:7:22",
1631
1631
  "memberName": "BYTES32",
1632
1632
  "nodeType": "MemberAccess",
1633
- "referencedDeclaration": 24124,
1633
+ "referencedDeclaration": 24131,
1634
1634
  "src": "1640:18:22",
1635
1635
  "typeDescriptions": {
1636
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1636
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
1637
1637
  "typeString": "enum SchemaType"
1638
1638
  }
1639
1639
  },
1640
1640
  "src": "1624:34:22",
1641
1641
  "typeDescriptions": {
1642
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1642
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
1643
1643
  "typeString": "enum SchemaType"
1644
1644
  }
1645
1645
  },
@@ -1658,7 +1658,7 @@
1658
1658
  "referencedDeclaration": 10407,
1659
1659
  "src": "1689:10:22",
1660
1660
  "typeDescriptions": {
1661
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1661
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
1662
1662
  "typeString": "enum SchemaType[] memory"
1663
1663
  }
1664
1664
  }
@@ -1666,7 +1666,7 @@
1666
1666
  "expression": {
1667
1667
  "argumentTypes": [
1668
1668
  {
1669
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1669
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
1670
1670
  "typeString": "enum SchemaType[] memory"
1671
1671
  }
1672
1672
  ],
@@ -1693,7 +1693,7 @@
1693
1693
  "referencedDeclaration": 3091,
1694
1694
  "src": "1672:16:22",
1695
1695
  "typeDescriptions": {
1696
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2939_$",
1696
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2939_$",
1697
1697
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
1698
1698
  }
1699
1699
  },
@@ -1814,7 +1814,7 @@
1814
1814
  "stateVariable": false,
1815
1815
  "storageLocation": "memory",
1816
1816
  "typeDescriptions": {
1817
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1817
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
1818
1818
  "typeString": "enum SchemaType[]"
1819
1819
  },
1820
1820
  "typeName": {
@@ -1828,13 +1828,13 @@
1828
1828
  "1810:10:22"
1829
1829
  ],
1830
1830
  "nodeType": "IdentifierPath",
1831
- "referencedDeclaration": 24227,
1831
+ "referencedDeclaration": 24234,
1832
1832
  "src": "1810:10:22"
1833
1833
  },
1834
- "referencedDeclaration": 24227,
1834
+ "referencedDeclaration": 24234,
1835
1835
  "src": "1810:10:22",
1836
1836
  "typeDescriptions": {
1837
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1837
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
1838
1838
  "typeString": "enum SchemaType"
1839
1839
  }
1840
1840
  },
@@ -1842,7 +1842,7 @@
1842
1842
  "nodeType": "ArrayTypeName",
1843
1843
  "src": "1810:12:22",
1844
1844
  "typeDescriptions": {
1845
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_storage_ptr",
1845
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_storage_ptr",
1846
1846
  "typeString": "enum SchemaType[]"
1847
1847
  }
1848
1848
  },
@@ -1884,7 +1884,7 @@
1884
1884
  "nodeType": "NewExpression",
1885
1885
  "src": "1845:16:22",
1886
1886
  "typeDescriptions": {
1887
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr_$",
1887
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr_$",
1888
1888
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1889
1889
  },
1890
1890
  "typeName": {
@@ -1898,13 +1898,13 @@
1898
1898
  "1849:10:22"
1899
1899
  ],
1900
1900
  "nodeType": "IdentifierPath",
1901
- "referencedDeclaration": 24227,
1901
+ "referencedDeclaration": 24234,
1902
1902
  "src": "1849:10:22"
1903
1903
  },
1904
- "referencedDeclaration": 24227,
1904
+ "referencedDeclaration": 24234,
1905
1905
  "src": "1849:10:22",
1906
1906
  "typeDescriptions": {
1907
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1907
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
1908
1908
  "typeString": "enum SchemaType"
1909
1909
  }
1910
1910
  },
@@ -1912,7 +1912,7 @@
1912
1912
  "nodeType": "ArrayTypeName",
1913
1913
  "src": "1849:12:22",
1914
1914
  "typeDescriptions": {
1915
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_storage_ptr",
1915
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_storage_ptr",
1916
1916
  "typeString": "enum SchemaType[]"
1917
1917
  }
1918
1918
  }
@@ -1929,7 +1929,7 @@
1929
1929
  "src": "1845:19:22",
1930
1930
  "tryCall": false,
1931
1931
  "typeDescriptions": {
1932
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1932
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
1933
1933
  "typeString": "enum SchemaType[] memory"
1934
1934
  }
1935
1935
  },
@@ -1952,7 +1952,7 @@
1952
1952
  "referencedDeclaration": 10439,
1953
1953
  "src": "1870:12:22",
1954
1954
  "typeDescriptions": {
1955
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1955
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
1956
1956
  "typeString": "enum SchemaType[] memory"
1957
1957
  }
1958
1958
  },
@@ -1980,7 +1980,7 @@
1980
1980
  "nodeType": "IndexAccess",
1981
1981
  "src": "1870:15:22",
1982
1982
  "typeDescriptions": {
1983
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1983
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
1984
1984
  "typeString": "enum SchemaType"
1985
1985
  }
1986
1986
  },
@@ -1992,10 +1992,10 @@
1992
1992
  "name": "SchemaType",
1993
1993
  "nodeType": "Identifier",
1994
1994
  "overloadedDeclarations": [],
1995
- "referencedDeclaration": 24227,
1995
+ "referencedDeclaration": 24234,
1996
1996
  "src": "1888:10:22",
1997
1997
  "typeDescriptions": {
1998
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$24227_$",
1998
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$24234_$",
1999
1999
  "typeString": "type(enum SchemaType)"
2000
2000
  }
2001
2001
  },
@@ -2007,16 +2007,16 @@
2007
2007
  "memberLocation": "1899:4:22",
2008
2008
  "memberName": "BOOL",
2009
2009
  "nodeType": "MemberAccess",
2010
- "referencedDeclaration": 24125,
2010
+ "referencedDeclaration": 24132,
2011
2011
  "src": "1888:15:22",
2012
2012
  "typeDescriptions": {
2013
- "typeIdentifier": "t_enum$_SchemaType_$24227",
2013
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
2014
2014
  "typeString": "enum SchemaType"
2015
2015
  }
2016
2016
  },
2017
2017
  "src": "1870:33:22",
2018
2018
  "typeDescriptions": {
2019
- "typeIdentifier": "t_enum$_SchemaType_$24227",
2019
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
2020
2020
  "typeString": "enum SchemaType"
2021
2021
  }
2022
2022
  },
@@ -2035,7 +2035,7 @@
2035
2035
  "referencedDeclaration": 10439,
2036
2036
  "src": "1934:12:22",
2037
2037
  "typeDescriptions": {
2038
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
2038
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
2039
2039
  "typeString": "enum SchemaType[] memory"
2040
2040
  }
2041
2041
  }
@@ -2043,7 +2043,7 @@
2043
2043
  "expression": {
2044
2044
  "argumentTypes": [
2045
2045
  {
2046
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
2046
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
2047
2047
  "typeString": "enum SchemaType[] memory"
2048
2048
  }
2049
2049
  ],
@@ -2070,7 +2070,7 @@
2070
2070
  "referencedDeclaration": 3091,
2071
2071
  "src": "1917:16:22",
2072
2072
  "typeDescriptions": {
2073
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2939_$",
2073
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2939_$",
2074
2074
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
2075
2075
  }
2076
2076
  },
@@ -102,7 +102,7 @@
102
102
  3092
103
103
  ],
104
104
  "SchemaType": [
105
- 24227
105
+ 24234
106
106
  ],
107
107
  "WORD_LAST_INDEX": [
108
108
  18138
@@ -132,7 +132,7 @@
132
132
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
133
133
  "nameLocation": "-1:-1:-1",
134
134
  "scope": 3405,
135
- "sourceUnit": 24269,
135
+ "sourceUnit": 24276,
136
136
  "symbolAliases": [
137
137
  {
138
138
  "foreign": {
@@ -140,7 +140,7 @@
140
140
  "name": "SchemaType",
141
141
  "nodeType": "Identifier",
142
142
  "overloadedDeclarations": [],
143
- "referencedDeclaration": 24227,
143
+ "referencedDeclaration": 24234,
144
144
  "src": "68:10:15",
145
145
  "typeDescriptions": {}
146
146
  },
@@ -373,7 +373,7 @@
373
373
  "referencedDeclaration": 2955,
374
374
  "src": "864:7:15",
375
375
  "typeDescriptions": {
376
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
376
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
377
377
  "typeString": "enum SchemaType[] memory"
378
378
  }
379
379
  },
@@ -426,7 +426,7 @@
426
426
  "referencedDeclaration": 2955,
427
427
  "src": "930:7:15",
428
428
  "typeDescriptions": {
429
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
429
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
430
430
  "typeString": "enum SchemaType[] memory"
431
431
  }
432
432
  },
@@ -648,7 +648,7 @@
648
648
  "referencedDeclaration": 2955,
649
649
  "src": "1229:7:15",
650
650
  "typeDescriptions": {
651
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
651
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
652
652
  "typeString": "enum SchemaType[] memory"
653
653
  }
654
654
  },
@@ -672,7 +672,7 @@
672
672
  "nodeType": "IndexAccess",
673
673
  "src": "1229:10:15",
674
674
  "typeDescriptions": {
675
- "typeIdentifier": "t_enum$_SchemaType_$24227",
675
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
676
676
  "typeString": "enum SchemaType"
677
677
  }
678
678
  },
@@ -684,10 +684,10 @@
684
684
  "memberLocation": "1240:19:15",
685
685
  "memberName": "getStaticByteLength",
686
686
  "nodeType": "MemberAccess",
687
- "referencedDeclaration": 24268,
687
+ "referencedDeclaration": 24275,
688
688
  "src": "1229:30:15",
689
689
  "typeDescriptions": {
690
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24227_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24227_$",
690
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24234_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24234_$",
691
691
  "typeString": "function (enum SchemaType) pure returns (uint256)"
692
692
  }
693
693
  },
@@ -991,7 +991,7 @@
991
991
  "referencedDeclaration": 2955,
992
992
  "src": "2023:7:15",
993
993
  "typeDescriptions": {
994
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
994
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
995
995
  "typeString": "enum SchemaType[] memory"
996
996
  }
997
997
  },
@@ -1015,7 +1015,7 @@
1015
1015
  "nodeType": "IndexAccess",
1016
1016
  "src": "2023:10:15",
1017
1017
  "typeDescriptions": {
1018
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1018
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
1019
1019
  "typeString": "enum SchemaType"
1020
1020
  }
1021
1021
  }
@@ -1023,7 +1023,7 @@
1023
1023
  "expression": {
1024
1024
  "argumentTypes": [
1025
1025
  {
1026
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1026
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
1027
1027
  "typeString": "enum SchemaType"
1028
1028
  }
1029
1029
  ],
@@ -1287,7 +1287,7 @@
1287
1287
  "referencedDeclaration": 2955,
1288
1288
  "src": "1176:7:15",
1289
1289
  "typeDescriptions": {
1290
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1290
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
1291
1291
  "typeString": "enum SchemaType[] memory"
1292
1292
  }
1293
1293
  },
@@ -1551,7 +1551,7 @@
1551
1551
  "referencedDeclaration": 2955,
1552
1552
  "src": "2333:7:15",
1553
1553
  "typeDescriptions": {
1554
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1554
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
1555
1555
  "typeString": "enum SchemaType[] memory"
1556
1556
  }
1557
1557
  },
@@ -2012,7 +2012,7 @@
2012
2012
  "stateVariable": false,
2013
2013
  "storageLocation": "memory",
2014
2014
  "typeDescriptions": {
2015
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
2015
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_memory_ptr",
2016
2016
  "typeString": "enum SchemaType[]"
2017
2017
  },
2018
2018
  "typeName": {
@@ -2026,13 +2026,13 @@
2026
2026
  "794:10:15"
2027
2027
  ],
2028
2028
  "nodeType": "IdentifierPath",
2029
- "referencedDeclaration": 24227,
2029
+ "referencedDeclaration": 24234,
2030
2030
  "src": "794:10:15"
2031
2031
  },
2032
- "referencedDeclaration": 24227,
2032
+ "referencedDeclaration": 24234,
2033
2033
  "src": "794:10:15",
2034
2034
  "typeDescriptions": {
2035
- "typeIdentifier": "t_enum$_SchemaType_$24227",
2035
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
2036
2036
  "typeString": "enum SchemaType"
2037
2037
  }
2038
2038
  },
@@ -2040,7 +2040,7 @@
2040
2040
  "nodeType": "ArrayTypeName",
2041
2041
  "src": "794:12:15",
2042
2042
  "typeDescriptions": {
2043
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_storage_ptr",
2043
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24234_$dyn_storage_ptr",
2044
2044
  "typeString": "enum SchemaType[]"
2045
2045
  }
2046
2046
  },
@@ -2724,10 +2724,10 @@
2724
2724
  "name": "SchemaType",
2725
2725
  "nodeType": "Identifier",
2726
2726
  "overloadedDeclarations": [],
2727
- "referencedDeclaration": 24227,
2727
+ "referencedDeclaration": 24234,
2728
2728
  "src": "3331:10:15",
2729
2729
  "typeDescriptions": {
2730
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$24227_$",
2730
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$24234_$",
2731
2731
  "typeString": "type(enum SchemaType)"
2732
2732
  }
2733
2733
  },
@@ -2743,7 +2743,7 @@
2743
2743
  "src": "3331:82:15",
2744
2744
  "tryCall": false,
2745
2745
  "typeDescriptions": {
2746
- "typeIdentifier": "t_enum$_SchemaType_$24227",
2746
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
2747
2747
  "typeString": "enum SchemaType"
2748
2748
  }
2749
2749
  },
@@ -2854,7 +2854,7 @@
2854
2854
  "stateVariable": false,
2855
2855
  "storageLocation": "default",
2856
2856
  "typeDescriptions": {
2857
- "typeIdentifier": "t_enum$_SchemaType_$24227",
2857
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
2858
2858
  "typeString": "enum SchemaType"
2859
2859
  },
2860
2860
  "typeName": {
@@ -2867,13 +2867,13 @@
2867
2867
  "3288:10:15"
2868
2868
  ],
2869
2869
  "nodeType": "IdentifierPath",
2870
- "referencedDeclaration": 24227,
2870
+ "referencedDeclaration": 24234,
2871
2871
  "src": "3288:10:15"
2872
2872
  },
2873
- "referencedDeclaration": 24227,
2873
+ "referencedDeclaration": 24234,
2874
2874
  "src": "3288:10:15",
2875
2875
  "typeDescriptions": {
2876
- "typeIdentifier": "t_enum$_SchemaType_$24227",
2876
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
2877
2877
  "typeString": "enum SchemaType"
2878
2878
  }
2879
2879
  },
@@ -5042,7 +5042,7 @@
5042
5042
  "referencedDeclaration": 3150,
5043
5043
  "src": "5274:14:15",
5044
5044
  "typeDescriptions": {
5045
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2939_$_t_uint256_$returns$_t_enum$_SchemaType_$24227_$attached_to$_t_userDefinedValueType$_Schema_$2939_$",
5045
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2939_$_t_uint256_$returns$_t_enum$_SchemaType_$24234_$attached_to$_t_userDefinedValueType$_Schema_$2939_$",
5046
5046
  "typeString": "function (Schema,uint256) pure returns (enum SchemaType)"
5047
5047
  }
5048
5048
  },
@@ -5058,7 +5058,7 @@
5058
5058
  "src": "5274:17:15",
5059
5059
  "tryCall": false,
5060
5060
  "typeDescriptions": {
5061
- "typeIdentifier": "t_enum$_SchemaType_$24227",
5061
+ "typeIdentifier": "t_enum$_SchemaType_$24234",
5062
5062
  "typeString": "enum SchemaType"
5063
5063
  }
5064
5064
  },
@@ -5070,10 +5070,10 @@
5070
5070
  "memberLocation": "5292:19:15",
5071
5071
  "memberName": "getStaticByteLength",
5072
5072
  "nodeType": "MemberAccess",
5073
- "referencedDeclaration": 24268,
5073
+ "referencedDeclaration": 24275,
5074
5074
  "src": "5274:37:15",
5075
5075
  "typeDescriptions": {
5076
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24227_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24227_$",
5076
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24234_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24234_$",
5077
5077
  "typeString": "function (enum SchemaType) pure returns (uint256)"
5078
5078
  }
5079
5079
  },