@latticexyz/world-modules 2.0.0-next.10 → 2.0.0-next.11

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 (115) hide show
  1. package/out/AccessControl.sol/AccessControl.abi.json +1 -0
  2. package/out/AccessControl.sol/AccessControl.json +1651 -0
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/Balances.sol/Balances.abi.json +1 -0
  5. package/out/Balances.sol/Balances.json +13002 -0
  6. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +354 -354
  7. package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
  8. package/out/DelegationControl.sol/DelegationControl.json +139 -139
  9. package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
  10. package/out/FunctionSelectors.sol/FunctionSelectors.json +17874 -0
  11. package/out/Hooks.sol/Hooks.json +45 -45
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +18 -18
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  14. package/out/IBaseWorld.sol/IBaseWorld.json +85 -85
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
  16. package/out/IDelegationControl.sol/IDelegationControl.json +11 -11
  17. package/out/ISystemHook.sol/ISystemHook.json +16 -16
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +25 -25
  19. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  20. package/out/IWorldKernel.sol/IWorldCall.json +14 -14
  21. package/out/IWorldKernel.sol/IWorldKernel.json +14 -14
  22. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +14 -14
  23. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +43 -43
  24. package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
  25. package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
  26. package/out/KeysInTableModule.sol/KeysInTableModule.json +842 -842
  27. package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
  28. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1561 -1561
  29. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +654 -654
  30. package/out/Module.sol/Module.json +119 -119
  31. package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
  32. package/out/NamespaceOwner.sol/NamespaceOwner.json +13016 -0
  33. package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
  34. package/out/ResourceAccess.sol/ResourceAccess.json +17296 -0
  35. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  36. package/out/Schema.sol/SchemaInstance.json +30 -30
  37. package/out/Schema.sol/SchemaLib.json +30 -30
  38. package/out/SchemaType.sol/SchemaType.json +729 -729
  39. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +452 -452
  40. package/out/StoreHook.sol/StoreHook.json +639 -639
  41. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  42. package/out/System.sol/System.json +32 -32
  43. package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
  44. package/out/SystemHooks.sol/SystemHooks.json +32460 -0
  45. package/out/SystemSwitch.sol/SystemSwitch.abi.json +1 -0
  46. package/out/SystemSwitch.sol/SystemSwitch.json +2879 -0
  47. package/out/Systems.sol/Systems.abi.json +1 -0
  48. package/out/Systems.sol/Systems.json +18508 -0
  49. package/out/Tables.sol/Tables.json +73 -73
  50. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +187 -187
  51. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
  52. package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
  53. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +486 -486
  54. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +132 -132
  55. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4590 -4590
  56. package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
  57. package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
  58. package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
  59. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +107 -107
  60. package/out/WorldResourceId.sol/WorldResourceIdLib.json +107 -107
  61. package/out/constants.sol/constants.json +477 -194
  62. package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
  63. package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
  64. package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
  65. package/out/getUniqueEntity.sol/getUniqueEntity.json +389 -240
  66. package/out/hasKey.sol/hasKey.json +215 -215
  67. package/out/index.sol/index.json +73 -73
  68. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +175 -175
  69. package/out/query.sol/query.json +1892 -1892
  70. package/out/revertWithBytes.sol/revertWithBytes.json +52 -52
  71. package/out/src/Bytes.sol/Bytes.json +3766 -3766
  72. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +1204 -1204
  73. package/out/src/FieldLayout.sol/FieldLayoutLib.json +1204 -1204
  74. package/out/src/Hook.sol/HookInstance.abi.json +1 -0
  75. package/out/src/Hook.sol/HookInstance.json +2823 -0
  76. package/out/src/Hook.sol/HookLib.abi.json +1 -0
  77. package/out/src/Hook.sol/HookLib.json +2823 -0
  78. package/out/src/IStore.sol/IStore.json +73 -73
  79. package/out/src/ISystemHook.sol/ISystemHook.abi.json +67 -0
  80. package/out/src/ISystemHook.sol/ISystemHook.abi.json.d.ts +68 -0
  81. package/out/src/ISystemHook.sol/ISystemHook.json +852 -0
  82. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json +189 -0
  83. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +190 -0
  84. package/out/src/IWorldErrors.sol/IWorldErrors.json +1463 -0
  85. package/out/src/IWorldKernel.sol/IWorldCall.json +262 -262
  86. package/out/src/IWorldKernel.sol/IWorldKernel.json +262 -262
  87. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +262 -262
  88. package/out/src/Memory.sol/Memory.json +242 -242
  89. package/out/src/PackedCounter.sol/PackedCounterInstance.json +1633 -1633
  90. package/out/src/PackedCounter.sol/PackedCounterLib.json +1633 -1633
  91. package/out/src/ResourceId.sol/ResourceIdInstance.json +206 -206
  92. package/out/src/ResourceId.sol/ResourceIdLib.json +206 -206
  93. package/out/src/Schema.sol/SchemaInstance.json +1351 -1351
  94. package/out/src/Schema.sol/SchemaLib.json +1351 -1351
  95. package/out/src/Slice.sol/SliceInstance.json +802 -802
  96. package/out/src/Slice.sol/SliceLib.json +802 -802
  97. package/out/src/StoreCore.sol/StoreCore.json +7412 -7412
  98. package/out/src/StoreCore.sol/StoreCoreInternal.json +7412 -7412
  99. package/out/src/StoreSwitch.sol/StoreSwitch.json +4064 -4064
  100. package/out/src/WorldContext.sol/WorldContextConsumer.json +805 -805
  101. package/out/src/WorldContext.sol/WorldContextConsumerLib.json +807 -807
  102. package/out/src/WorldContext.sol/WorldContextProviderLib.json +807 -807
  103. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +813 -813
  104. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +813 -813
  105. package/out/storeHookTypes.sol/storeHookTypes.json +204 -204
  106. package/out/storeResourceTypes.sol/storeResourceTypes.json +23 -23
  107. package/out/systemHookTypes.sol/systemHookTypes.json +270 -0
  108. package/out/tables/ResourceIds.sol/ResourceIds.json +2922 -2922
  109. package/out/tables/Tables.sol/Tables.json +12189 -12189
  110. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +6883 -6883
  111. package/out/types.sol/types.json +71 -71
  112. package/out/worldResourceTypes.sol/worldResourceTypes.json +92 -92
  113. package/package.json +8 -8
  114. package/src/modules/uniqueentity/getUniqueEntity.sol +5 -3
  115. package/src/utils/SystemSwitch.sol +82 -0
@@ -374,7 +374,7 @@
374
374
  3133
375
375
  ],
376
376
  "SchemaType": [
377
- 24626
377
+ 26963
378
378
  ],
379
379
  "SliceLib": [
380
380
  3599
@@ -419,7 +419,7 @@
419
419
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
420
420
  "nameLocation": "-1:-1:-1",
421
421
  "scope": 11431,
422
- "sourceUnit": 24668,
422
+ "sourceUnit": 27005,
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": 24626,
430
+ "referencedDeclaration": 26963,
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_$24626_$dyn_memory_ptr",
1440
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
1441
1441
  "typeString": "enum SchemaType[]"
1442
1442
  },
1443
1443
  "typeName": {
@@ -1451,13 +1451,13 @@
1451
1451
  "1712:10:22"
1452
1452
  ],
1453
1453
  "nodeType": "IdentifierPath",
1454
- "referencedDeclaration": 24626,
1454
+ "referencedDeclaration": 26963,
1455
1455
  "src": "1712:10:22"
1456
1456
  },
1457
- "referencedDeclaration": 24626,
1457
+ "referencedDeclaration": 26963,
1458
1458
  "src": "1712:10:22",
1459
1459
  "typeDescriptions": {
1460
- "typeIdentifier": "t_enum$_SchemaType_$24626",
1460
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
1461
1461
  "typeString": "enum SchemaType"
1462
1462
  }
1463
1463
  },
@@ -1465,7 +1465,7 @@
1465
1465
  "nodeType": "ArrayTypeName",
1466
1466
  "src": "1712:12:22",
1467
1467
  "typeDescriptions": {
1468
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_storage_ptr",
1468
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_storage_ptr",
1469
1469
  "typeString": "enum SchemaType[]"
1470
1470
  }
1471
1471
  },
@@ -1507,7 +1507,7 @@
1507
1507
  "nodeType": "NewExpression",
1508
1508
  "src": "1745:16:22",
1509
1509
  "typeDescriptions": {
1510
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr_$",
1510
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr_$",
1511
1511
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1512
1512
  },
1513
1513
  "typeName": {
@@ -1521,13 +1521,13 @@
1521
1521
  "1749:10:22"
1522
1522
  ],
1523
1523
  "nodeType": "IdentifierPath",
1524
- "referencedDeclaration": 24626,
1524
+ "referencedDeclaration": 26963,
1525
1525
  "src": "1749:10:22"
1526
1526
  },
1527
- "referencedDeclaration": 24626,
1527
+ "referencedDeclaration": 26963,
1528
1528
  "src": "1749:10:22",
1529
1529
  "typeDescriptions": {
1530
- "typeIdentifier": "t_enum$_SchemaType_$24626",
1530
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
1531
1531
  "typeString": "enum SchemaType"
1532
1532
  }
1533
1533
  },
@@ -1535,7 +1535,7 @@
1535
1535
  "nodeType": "ArrayTypeName",
1536
1536
  "src": "1749:12:22",
1537
1537
  "typeDescriptions": {
1538
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_storage_ptr",
1538
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_storage_ptr",
1539
1539
  "typeString": "enum SchemaType[]"
1540
1540
  }
1541
1541
  }
@@ -1552,7 +1552,7 @@
1552
1552
  "src": "1745:19:22",
1553
1553
  "tryCall": false,
1554
1554
  "typeDescriptions": {
1555
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
1555
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
1556
1556
  "typeString": "enum SchemaType[] memory"
1557
1557
  }
1558
1558
  },
@@ -1575,7 +1575,7 @@
1575
1575
  "referencedDeclaration": 10489,
1576
1576
  "src": "1770:10:22",
1577
1577
  "typeDescriptions": {
1578
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
1578
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
1579
1579
  "typeString": "enum SchemaType[] memory"
1580
1580
  }
1581
1581
  },
@@ -1603,7 +1603,7 @@
1603
1603
  "nodeType": "IndexAccess",
1604
1604
  "src": "1770:13:22",
1605
1605
  "typeDescriptions": {
1606
- "typeIdentifier": "t_enum$_SchemaType_$24626",
1606
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
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": 24626,
1618
+ "referencedDeclaration": 26963,
1619
1619
  "src": "1786:10:22",
1620
1620
  "typeDescriptions": {
1621
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$24626_$",
1621
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$26963_$",
1622
1622
  "typeString": "type(enum SchemaType)"
1623
1623
  }
1624
1624
  },
@@ -1630,16 +1630,16 @@
1630
1630
  "memberLocation": "1797:7:22",
1631
1631
  "memberName": "BYTES32",
1632
1632
  "nodeType": "MemberAccess",
1633
- "referencedDeclaration": 24523,
1633
+ "referencedDeclaration": 26860,
1634
1634
  "src": "1786:18:22",
1635
1635
  "typeDescriptions": {
1636
- "typeIdentifier": "t_enum$_SchemaType_$24626",
1636
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
1637
1637
  "typeString": "enum SchemaType"
1638
1638
  }
1639
1639
  },
1640
1640
  "src": "1770:34:22",
1641
1641
  "typeDescriptions": {
1642
- "typeIdentifier": "t_enum$_SchemaType_$24626",
1642
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
1643
1643
  "typeString": "enum SchemaType"
1644
1644
  }
1645
1645
  },
@@ -1658,7 +1658,7 @@
1658
1658
  "referencedDeclaration": 10489,
1659
1659
  "src": "1835:10:22",
1660
1660
  "typeDescriptions": {
1661
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
1661
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$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_$24626_$dyn_memory_ptr",
1669
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
1670
1670
  "typeString": "enum SchemaType[] memory"
1671
1671
  }
1672
1672
  ],
@@ -1693,7 +1693,7 @@
1693
1693
  "referencedDeclaration": 3132,
1694
1694
  "src": "1818:16:22",
1695
1695
  "typeDescriptions": {
1696
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2978_$",
1696
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2978_$",
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_$24626_$dyn_memory_ptr",
1817
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
1818
1818
  "typeString": "enum SchemaType[]"
1819
1819
  },
1820
1820
  "typeName": {
@@ -1828,13 +1828,13 @@
1828
1828
  "2031:10:22"
1829
1829
  ],
1830
1830
  "nodeType": "IdentifierPath",
1831
- "referencedDeclaration": 24626,
1831
+ "referencedDeclaration": 26963,
1832
1832
  "src": "2031:10:22"
1833
1833
  },
1834
- "referencedDeclaration": 24626,
1834
+ "referencedDeclaration": 26963,
1835
1835
  "src": "2031:10:22",
1836
1836
  "typeDescriptions": {
1837
- "typeIdentifier": "t_enum$_SchemaType_$24626",
1837
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
1838
1838
  "typeString": "enum SchemaType"
1839
1839
  }
1840
1840
  },
@@ -1842,7 +1842,7 @@
1842
1842
  "nodeType": "ArrayTypeName",
1843
1843
  "src": "2031:12:22",
1844
1844
  "typeDescriptions": {
1845
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_storage_ptr",
1845
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_storage_ptr",
1846
1846
  "typeString": "enum SchemaType[]"
1847
1847
  }
1848
1848
  },
@@ -1884,7 +1884,7 @@
1884
1884
  "nodeType": "NewExpression",
1885
1885
  "src": "2066:16:22",
1886
1886
  "typeDescriptions": {
1887
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr_$",
1887
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr_$",
1888
1888
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1889
1889
  },
1890
1890
  "typeName": {
@@ -1898,13 +1898,13 @@
1898
1898
  "2070:10:22"
1899
1899
  ],
1900
1900
  "nodeType": "IdentifierPath",
1901
- "referencedDeclaration": 24626,
1901
+ "referencedDeclaration": 26963,
1902
1902
  "src": "2070:10:22"
1903
1903
  },
1904
- "referencedDeclaration": 24626,
1904
+ "referencedDeclaration": 26963,
1905
1905
  "src": "2070:10:22",
1906
1906
  "typeDescriptions": {
1907
- "typeIdentifier": "t_enum$_SchemaType_$24626",
1907
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
1908
1908
  "typeString": "enum SchemaType"
1909
1909
  }
1910
1910
  },
@@ -1912,7 +1912,7 @@
1912
1912
  "nodeType": "ArrayTypeName",
1913
1913
  "src": "2070:12:22",
1914
1914
  "typeDescriptions": {
1915
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_storage_ptr",
1915
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_storage_ptr",
1916
1916
  "typeString": "enum SchemaType[]"
1917
1917
  }
1918
1918
  }
@@ -1929,7 +1929,7 @@
1929
1929
  "src": "2066:19:22",
1930
1930
  "tryCall": false,
1931
1931
  "typeDescriptions": {
1932
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
1932
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
1933
1933
  "typeString": "enum SchemaType[] memory"
1934
1934
  }
1935
1935
  },
@@ -1952,7 +1952,7 @@
1952
1952
  "referencedDeclaration": 10521,
1953
1953
  "src": "2091:12:22",
1954
1954
  "typeDescriptions": {
1955
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
1955
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
1956
1956
  "typeString": "enum SchemaType[] memory"
1957
1957
  }
1958
1958
  },
@@ -1980,7 +1980,7 @@
1980
1980
  "nodeType": "IndexAccess",
1981
1981
  "src": "2091:15:22",
1982
1982
  "typeDescriptions": {
1983
- "typeIdentifier": "t_enum$_SchemaType_$24626",
1983
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
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": 24626,
1995
+ "referencedDeclaration": 26963,
1996
1996
  "src": "2109:10:22",
1997
1997
  "typeDescriptions": {
1998
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$24626_$",
1998
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$26963_$",
1999
1999
  "typeString": "type(enum SchemaType)"
2000
2000
  }
2001
2001
  },
@@ -2007,16 +2007,16 @@
2007
2007
  "memberLocation": "2120:4:22",
2008
2008
  "memberName": "BOOL",
2009
2009
  "nodeType": "MemberAccess",
2010
- "referencedDeclaration": 24524,
2010
+ "referencedDeclaration": 26861,
2011
2011
  "src": "2109:15:22",
2012
2012
  "typeDescriptions": {
2013
- "typeIdentifier": "t_enum$_SchemaType_$24626",
2013
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
2014
2014
  "typeString": "enum SchemaType"
2015
2015
  }
2016
2016
  },
2017
2017
  "src": "2091:33:22",
2018
2018
  "typeDescriptions": {
2019
- "typeIdentifier": "t_enum$_SchemaType_$24626",
2019
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
2020
2020
  "typeString": "enum SchemaType"
2021
2021
  }
2022
2022
  },
@@ -2035,7 +2035,7 @@
2035
2035
  "referencedDeclaration": 10521,
2036
2036
  "src": "2155:12:22",
2037
2037
  "typeDescriptions": {
2038
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
2038
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$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_$24626_$dyn_memory_ptr",
2046
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
2047
2047
  "typeString": "enum SchemaType[] memory"
2048
2048
  }
2049
2049
  ],
@@ -2070,7 +2070,7 @@
2070
2070
  "referencedDeclaration": 3132,
2071
2071
  "src": "2138:16:22",
2072
2072
  "typeDescriptions": {
2073
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2978_$",
2073
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2978_$",
2074
2074
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
2075
2075
  }
2076
2076
  },
@@ -102,7 +102,7 @@
102
102
  3133
103
103
  ],
104
104
  "SchemaType": [
105
- 24626
105
+ 26963
106
106
  ],
107
107
  "WORD_LAST_INDEX": [
108
108
  18223
@@ -132,7 +132,7 @@
132
132
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
133
133
  "nameLocation": "-1:-1:-1",
134
134
  "scope": 3447,
135
- "sourceUnit": 24668,
135
+ "sourceUnit": 27005,
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": 24626,
143
+ "referencedDeclaration": 26963,
144
144
  "src": "68:10:15",
145
145
  "typeDescriptions": {}
146
146
  },
@@ -385,7 +385,7 @@
385
385
  "referencedDeclaration": 2996,
386
386
  "src": "1333:7:15",
387
387
  "typeDescriptions": {
388
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
388
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
389
389
  "typeString": "enum SchemaType[] memory"
390
390
  }
391
391
  },
@@ -438,7 +438,7 @@
438
438
  "referencedDeclaration": 2996,
439
439
  "src": "1399:7:15",
440
440
  "typeDescriptions": {
441
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
441
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
442
442
  "typeString": "enum SchemaType[] memory"
443
443
  }
444
444
  },
@@ -660,7 +660,7 @@
660
660
  "referencedDeclaration": 2996,
661
661
  "src": "1698:7:15",
662
662
  "typeDescriptions": {
663
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
663
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
664
664
  "typeString": "enum SchemaType[] memory"
665
665
  }
666
666
  },
@@ -684,7 +684,7 @@
684
684
  "nodeType": "IndexAccess",
685
685
  "src": "1698:10:15",
686
686
  "typeDescriptions": {
687
- "typeIdentifier": "t_enum$_SchemaType_$24626",
687
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
688
688
  "typeString": "enum SchemaType"
689
689
  }
690
690
  },
@@ -696,10 +696,10 @@
696
696
  "memberLocation": "1709:19:15",
697
697
  "memberName": "getStaticByteLength",
698
698
  "nodeType": "MemberAccess",
699
- "referencedDeclaration": 24667,
699
+ "referencedDeclaration": 27004,
700
700
  "src": "1698:30:15",
701
701
  "typeDescriptions": {
702
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24626_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24626_$",
702
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$26963_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$26963_$",
703
703
  "typeString": "function (enum SchemaType) pure returns (uint256)"
704
704
  }
705
705
  },
@@ -1003,7 +1003,7 @@
1003
1003
  "referencedDeclaration": 2996,
1004
1004
  "src": "2492:7:15",
1005
1005
  "typeDescriptions": {
1006
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
1006
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
1007
1007
  "typeString": "enum SchemaType[] memory"
1008
1008
  }
1009
1009
  },
@@ -1027,7 +1027,7 @@
1027
1027
  "nodeType": "IndexAccess",
1028
1028
  "src": "2492:10:15",
1029
1029
  "typeDescriptions": {
1030
- "typeIdentifier": "t_enum$_SchemaType_$24626",
1030
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
1031
1031
  "typeString": "enum SchemaType"
1032
1032
  }
1033
1033
  }
@@ -1035,7 +1035,7 @@
1035
1035
  "expression": {
1036
1036
  "argumentTypes": [
1037
1037
  {
1038
- "typeIdentifier": "t_enum$_SchemaType_$24626",
1038
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
1039
1039
  "typeString": "enum SchemaType"
1040
1040
  }
1041
1041
  ],
@@ -1299,7 +1299,7 @@
1299
1299
  "referencedDeclaration": 2996,
1300
1300
  "src": "1645:7:15",
1301
1301
  "typeDescriptions": {
1302
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
1302
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
1303
1303
  "typeString": "enum SchemaType[] memory"
1304
1304
  }
1305
1305
  },
@@ -1563,7 +1563,7 @@
1563
1563
  "referencedDeclaration": 2996,
1564
1564
  "src": "2802:7:15",
1565
1565
  "typeDescriptions": {
1566
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
1566
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
1567
1567
  "typeString": "enum SchemaType[] memory"
1568
1568
  }
1569
1569
  },
@@ -2024,7 +2024,7 @@
2024
2024
  "stateVariable": false,
2025
2025
  "storageLocation": "memory",
2026
2026
  "typeDescriptions": {
2027
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
2027
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_memory_ptr",
2028
2028
  "typeString": "enum SchemaType[]"
2029
2029
  },
2030
2030
  "typeName": {
@@ -2038,13 +2038,13 @@
2038
2038
  "1263:10:15"
2039
2039
  ],
2040
2040
  "nodeType": "IdentifierPath",
2041
- "referencedDeclaration": 24626,
2041
+ "referencedDeclaration": 26963,
2042
2042
  "src": "1263:10:15"
2043
2043
  },
2044
- "referencedDeclaration": 24626,
2044
+ "referencedDeclaration": 26963,
2045
2045
  "src": "1263:10:15",
2046
2046
  "typeDescriptions": {
2047
- "typeIdentifier": "t_enum$_SchemaType_$24626",
2047
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
2048
2048
  "typeString": "enum SchemaType"
2049
2049
  }
2050
2050
  },
@@ -2052,7 +2052,7 @@
2052
2052
  "nodeType": "ArrayTypeName",
2053
2053
  "src": "1263:12:15",
2054
2054
  "typeDescriptions": {
2055
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_storage_ptr",
2055
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$26963_$dyn_storage_ptr",
2056
2056
  "typeString": "enum SchemaType[]"
2057
2057
  }
2058
2058
  },
@@ -2736,10 +2736,10 @@
2736
2736
  "name": "SchemaType",
2737
2737
  "nodeType": "Identifier",
2738
2738
  "overloadedDeclarations": [],
2739
- "referencedDeclaration": 24626,
2739
+ "referencedDeclaration": 26963,
2740
2740
  "src": "4061:10:15",
2741
2741
  "typeDescriptions": {
2742
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$24626_$",
2742
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$26963_$",
2743
2743
  "typeString": "type(enum SchemaType)"
2744
2744
  }
2745
2745
  },
@@ -2755,7 +2755,7 @@
2755
2755
  "src": "4061:82:15",
2756
2756
  "tryCall": false,
2757
2757
  "typeDescriptions": {
2758
- "typeIdentifier": "t_enum$_SchemaType_$24626",
2758
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
2759
2759
  "typeString": "enum SchemaType"
2760
2760
  }
2761
2761
  },
@@ -2866,7 +2866,7 @@
2866
2866
  "stateVariable": false,
2867
2867
  "storageLocation": "default",
2868
2868
  "typeDescriptions": {
2869
- "typeIdentifier": "t_enum$_SchemaType_$24626",
2869
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
2870
2870
  "typeString": "enum SchemaType"
2871
2871
  },
2872
2872
  "typeName": {
@@ -2879,13 +2879,13 @@
2879
2879
  "4018:10:15"
2880
2880
  ],
2881
2881
  "nodeType": "IdentifierPath",
2882
- "referencedDeclaration": 24626,
2882
+ "referencedDeclaration": 26963,
2883
2883
  "src": "4018:10:15"
2884
2884
  },
2885
- "referencedDeclaration": 24626,
2885
+ "referencedDeclaration": 26963,
2886
2886
  "src": "4018:10:15",
2887
2887
  "typeDescriptions": {
2888
- "typeIdentifier": "t_enum$_SchemaType_$24626",
2888
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
2889
2889
  "typeString": "enum SchemaType"
2890
2890
  }
2891
2891
  },
@@ -5054,7 +5054,7 @@
5054
5054
  "referencedDeclaration": 3191,
5055
5055
  "src": "6562:14:15",
5056
5056
  "typeDescriptions": {
5057
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2978_$_t_uint256_$returns$_t_enum$_SchemaType_$24626_$attached_to$_t_userDefinedValueType$_Schema_$2978_$",
5057
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2978_$_t_uint256_$returns$_t_enum$_SchemaType_$26963_$attached_to$_t_userDefinedValueType$_Schema_$2978_$",
5058
5058
  "typeString": "function (Schema,uint256) pure returns (enum SchemaType)"
5059
5059
  }
5060
5060
  },
@@ -5070,7 +5070,7 @@
5070
5070
  "src": "6562:17:15",
5071
5071
  "tryCall": false,
5072
5072
  "typeDescriptions": {
5073
- "typeIdentifier": "t_enum$_SchemaType_$24626",
5073
+ "typeIdentifier": "t_enum$_SchemaType_$26963",
5074
5074
  "typeString": "enum SchemaType"
5075
5075
  }
5076
5076
  },
@@ -5082,10 +5082,10 @@
5082
5082
  "memberLocation": "6580:19:15",
5083
5083
  "memberName": "getStaticByteLength",
5084
5084
  "nodeType": "MemberAccess",
5085
- "referencedDeclaration": 24667,
5085
+ "referencedDeclaration": 27004,
5086
5086
  "src": "6562:37:15",
5087
5087
  "typeDescriptions": {
5088
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24626_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24626_$",
5088
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$26963_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$26963_$",
5089
5089
  "typeString": "function (enum SchemaType) pure returns (uint256)"
5090
5090
  }
5091
5091
  },