@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-c4f49240

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 (104) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/Callbacks.sol/Callbacks.json +45 -45
  3. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  4. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  5. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  6. package/out/Hooks.sol/Hooks.json +45 -45
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  9. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  10. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  11. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  13. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  14. package/out/IDelegationControl.sol/IDelegationControl.json +60 -60
  15. package/out/IModule.sol/IModule.json +76 -76
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  17. package/out/ISystemHook.sol/ISystemHook.json +82 -82
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  19. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +67 -67
  20. package/out/IWorldErrors.sol/IWorldErrors.json +136 -136
  21. package/out/IWorldKernel.sol/IWorldCall.json +149 -149
  22. package/out/IWorldKernel.sol/IWorldKernel.json +149 -149
  23. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  24. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +175 -175
  25. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  26. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  27. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  28. package/out/KeysInTableModule.sol/KeysInTableModule.json +534 -534
  29. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  30. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +996 -996
  31. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +423 -423
  32. package/out/Mixed.sol/Mixed.json +66 -66
  33. package/out/Module.sol/Module.json +73 -73
  34. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  35. package/out/Schema.sol/SchemaInstance.json +30 -30
  36. package/out/Schema.sol/SchemaLib.json +30 -30
  37. package/out/SchemaType.sol/SchemaType.json +276 -276
  38. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +300 -300
  39. package/out/StoreHook.sol/StoreHook.json +358 -358
  40. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  41. package/out/System.sol/System.json +18 -18
  42. package/out/Tables.sol/Tables.json +73 -73
  43. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  44. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  45. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  46. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +324 -324
  47. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  48. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  49. package/out/Vector2.sol/Vector2.json +52 -52
  50. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  51. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  52. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  53. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  54. package/out/constants.sol/constants.json +85 -85
  55. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  56. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  57. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  58. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  59. package/out/hasKey.sol/hasKey.json +130 -130
  60. package/out/index.sol/index.json +53 -53
  61. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  62. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  63. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +244 -171
  64. package/out/interfaces/IERC165.sol/IERC165.json +27 -27
  65. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +151 -151
  66. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +151 -151
  67. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +151 -151
  68. package/out/query.sol/query.json +1154 -1154
  69. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  70. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  71. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  72. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  73. package/out/src/IStore.sol/IStore.json +886 -886
  74. package/out/src/IStore.sol/IStoreData.json +886 -886
  75. package/out/src/IStore.sol/IStoreRead.json +886 -886
  76. package/out/src/IStore.sol/IStoreRegistration.json +886 -886
  77. package/out/src/IStore.sol/IStoreWrite.json +886 -886
  78. package/out/src/Memory.sol/Memory.json +89 -89
  79. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  80. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  81. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  82. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  83. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  84. package/out/src/Schema.sol/SchemaLib.json +787 -787
  85. package/out/src/Slice.sol/SliceInstance.json +429 -429
  86. package/out/src/Slice.sol/SliceLib.json +429 -429
  87. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  88. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  89. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  90. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  91. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  92. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  93. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  94. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  95. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  96. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  97. package/out/tables/Tables.sol/Tables.json +7288 -7288
  98. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  99. package/out/types.sol/types.json +131 -23
  100. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  101. package/package.json +8 -8
  102. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  103. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  104. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
@@ -368,7 +368,7 @@
368
368
  3053
369
369
  ],
370
370
  "SchemaType": [
371
- 33955
371
+ 33974
372
372
  ],
373
373
  "SliceLib": [
374
374
  3518
@@ -416,7 +416,7 @@
416
416
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
417
417
  "nameLocation": "-1:-1:-1",
418
418
  "scope": 22166,
419
- "sourceUnit": 33997,
419
+ "sourceUnit": 34016,
420
420
  "symbolAliases": [
421
421
  {
422
422
  "foreign": {
@@ -424,7 +424,7 @@
424
424
  "name": "SchemaType",
425
425
  "nodeType": "Identifier",
426
426
  "overloadedDeclarations": [],
427
- "referencedDeclaration": 33955,
427
+ "referencedDeclaration": 33974,
428
428
  "src": "139:10:23",
429
429
  "typeDescriptions": {}
430
430
  },
@@ -1434,7 +1434,7 @@
1434
1434
  "stateVariable": false,
1435
1435
  "storageLocation": "memory",
1436
1436
  "typeDescriptions": {
1437
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1437
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1438
1438
  "typeString": "enum SchemaType[]"
1439
1439
  },
1440
1440
  "typeName": {
@@ -1448,13 +1448,13 @@
1448
1448
  "1566:10:23"
1449
1449
  ],
1450
1450
  "nodeType": "IdentifierPath",
1451
- "referencedDeclaration": 33955,
1451
+ "referencedDeclaration": 33974,
1452
1452
  "src": "1566:10:23"
1453
1453
  },
1454
- "referencedDeclaration": 33955,
1454
+ "referencedDeclaration": 33974,
1455
1455
  "src": "1566:10:23",
1456
1456
  "typeDescriptions": {
1457
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1457
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1458
1458
  "typeString": "enum SchemaType"
1459
1459
  }
1460
1460
  },
@@ -1462,7 +1462,7 @@
1462
1462
  "nodeType": "ArrayTypeName",
1463
1463
  "src": "1566:12:23",
1464
1464
  "typeDescriptions": {
1465
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1465
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1466
1466
  "typeString": "enum SchemaType[]"
1467
1467
  }
1468
1468
  },
@@ -1504,7 +1504,7 @@
1504
1504
  "nodeType": "NewExpression",
1505
1505
  "src": "1599:16:23",
1506
1506
  "typeDescriptions": {
1507
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$",
1507
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$",
1508
1508
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1509
1509
  },
1510
1510
  "typeName": {
@@ -1518,13 +1518,13 @@
1518
1518
  "1603:10:23"
1519
1519
  ],
1520
1520
  "nodeType": "IdentifierPath",
1521
- "referencedDeclaration": 33955,
1521
+ "referencedDeclaration": 33974,
1522
1522
  "src": "1603:10:23"
1523
1523
  },
1524
- "referencedDeclaration": 33955,
1524
+ "referencedDeclaration": 33974,
1525
1525
  "src": "1603:10:23",
1526
1526
  "typeDescriptions": {
1527
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1527
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1528
1528
  "typeString": "enum SchemaType"
1529
1529
  }
1530
1530
  },
@@ -1532,7 +1532,7 @@
1532
1532
  "nodeType": "ArrayTypeName",
1533
1533
  "src": "1603:12:23",
1534
1534
  "typeDescriptions": {
1535
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1535
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1536
1536
  "typeString": "enum SchemaType[]"
1537
1537
  }
1538
1538
  }
@@ -1549,7 +1549,7 @@
1549
1549
  "src": "1599:19:23",
1550
1550
  "tryCall": false,
1551
1551
  "typeDescriptions": {
1552
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1552
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1553
1553
  "typeString": "enum SchemaType[] memory"
1554
1554
  }
1555
1555
  },
@@ -1572,7 +1572,7 @@
1572
1572
  "referencedDeclaration": 19721,
1573
1573
  "src": "1624:10:23",
1574
1574
  "typeDescriptions": {
1575
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1575
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1576
1576
  "typeString": "enum SchemaType[] memory"
1577
1577
  }
1578
1578
  },
@@ -1600,7 +1600,7 @@
1600
1600
  "nodeType": "IndexAccess",
1601
1601
  "src": "1624:13:23",
1602
1602
  "typeDescriptions": {
1603
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1603
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1604
1604
  "typeString": "enum SchemaType"
1605
1605
  }
1606
1606
  },
@@ -1612,10 +1612,10 @@
1612
1612
  "name": "SchemaType",
1613
1613
  "nodeType": "Identifier",
1614
1614
  "overloadedDeclarations": [],
1615
- "referencedDeclaration": 33955,
1615
+ "referencedDeclaration": 33974,
1616
1616
  "src": "1640:10:23",
1617
1617
  "typeDescriptions": {
1618
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
1618
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
1619
1619
  "typeString": "type(enum SchemaType)"
1620
1620
  }
1621
1621
  },
@@ -1627,16 +1627,16 @@
1627
1627
  "memberLocation": "1651:7:23",
1628
1628
  "memberName": "BYTES32",
1629
1629
  "nodeType": "MemberAccess",
1630
- "referencedDeclaration": 33852,
1630
+ "referencedDeclaration": 33871,
1631
1631
  "src": "1640:18:23",
1632
1632
  "typeDescriptions": {
1633
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1633
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1634
1634
  "typeString": "enum SchemaType"
1635
1635
  }
1636
1636
  },
1637
1637
  "src": "1624:34:23",
1638
1638
  "typeDescriptions": {
1639
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1639
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1640
1640
  "typeString": "enum SchemaType"
1641
1641
  }
1642
1642
  },
@@ -1655,7 +1655,7 @@
1655
1655
  "referencedDeclaration": 19721,
1656
1656
  "src": "1689:10:23",
1657
1657
  "typeDescriptions": {
1658
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1658
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1659
1659
  "typeString": "enum SchemaType[] memory"
1660
1660
  }
1661
1661
  }
@@ -1663,7 +1663,7 @@
1663
1663
  "expression": {
1664
1664
  "argumentTypes": [
1665
1665
  {
1666
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1666
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1667
1667
  "typeString": "enum SchemaType[] memory"
1668
1668
  }
1669
1669
  ],
@@ -1690,7 +1690,7 @@
1690
1690
  "referencedDeclaration": 3052,
1691
1691
  "src": "1672:16:23",
1692
1692
  "typeDescriptions": {
1693
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
1693
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
1694
1694
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
1695
1695
  }
1696
1696
  },
@@ -1811,7 +1811,7 @@
1811
1811
  "stateVariable": false,
1812
1812
  "storageLocation": "memory",
1813
1813
  "typeDescriptions": {
1814
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1814
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1815
1815
  "typeString": "enum SchemaType[]"
1816
1816
  },
1817
1817
  "typeName": {
@@ -1825,13 +1825,13 @@
1825
1825
  "1810:10:23"
1826
1826
  ],
1827
1827
  "nodeType": "IdentifierPath",
1828
- "referencedDeclaration": 33955,
1828
+ "referencedDeclaration": 33974,
1829
1829
  "src": "1810:10:23"
1830
1830
  },
1831
- "referencedDeclaration": 33955,
1831
+ "referencedDeclaration": 33974,
1832
1832
  "src": "1810:10:23",
1833
1833
  "typeDescriptions": {
1834
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1834
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1835
1835
  "typeString": "enum SchemaType"
1836
1836
  }
1837
1837
  },
@@ -1839,7 +1839,7 @@
1839
1839
  "nodeType": "ArrayTypeName",
1840
1840
  "src": "1810:12:23",
1841
1841
  "typeDescriptions": {
1842
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1842
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1843
1843
  "typeString": "enum SchemaType[]"
1844
1844
  }
1845
1845
  },
@@ -1881,7 +1881,7 @@
1881
1881
  "nodeType": "NewExpression",
1882
1882
  "src": "1845:16:23",
1883
1883
  "typeDescriptions": {
1884
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$",
1884
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$",
1885
1885
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1886
1886
  },
1887
1887
  "typeName": {
@@ -1895,13 +1895,13 @@
1895
1895
  "1849:10:23"
1896
1896
  ],
1897
1897
  "nodeType": "IdentifierPath",
1898
- "referencedDeclaration": 33955,
1898
+ "referencedDeclaration": 33974,
1899
1899
  "src": "1849:10:23"
1900
1900
  },
1901
- "referencedDeclaration": 33955,
1901
+ "referencedDeclaration": 33974,
1902
1902
  "src": "1849:10:23",
1903
1903
  "typeDescriptions": {
1904
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1904
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1905
1905
  "typeString": "enum SchemaType"
1906
1906
  }
1907
1907
  },
@@ -1909,7 +1909,7 @@
1909
1909
  "nodeType": "ArrayTypeName",
1910
1910
  "src": "1849:12:23",
1911
1911
  "typeDescriptions": {
1912
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1912
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1913
1913
  "typeString": "enum SchemaType[]"
1914
1914
  }
1915
1915
  }
@@ -1926,7 +1926,7 @@
1926
1926
  "src": "1845:19:23",
1927
1927
  "tryCall": false,
1928
1928
  "typeDescriptions": {
1929
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1929
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1930
1930
  "typeString": "enum SchemaType[] memory"
1931
1931
  }
1932
1932
  },
@@ -1949,7 +1949,7 @@
1949
1949
  "referencedDeclaration": 19753,
1950
1950
  "src": "1870:12:23",
1951
1951
  "typeDescriptions": {
1952
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1952
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1953
1953
  "typeString": "enum SchemaType[] memory"
1954
1954
  }
1955
1955
  },
@@ -1977,7 +1977,7 @@
1977
1977
  "nodeType": "IndexAccess",
1978
1978
  "src": "1870:15:23",
1979
1979
  "typeDescriptions": {
1980
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1980
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1981
1981
  "typeString": "enum SchemaType"
1982
1982
  }
1983
1983
  },
@@ -1989,10 +1989,10 @@
1989
1989
  "name": "SchemaType",
1990
1990
  "nodeType": "Identifier",
1991
1991
  "overloadedDeclarations": [],
1992
- "referencedDeclaration": 33955,
1992
+ "referencedDeclaration": 33974,
1993
1993
  "src": "1888:10:23",
1994
1994
  "typeDescriptions": {
1995
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
1995
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
1996
1996
  "typeString": "type(enum SchemaType)"
1997
1997
  }
1998
1998
  },
@@ -2004,16 +2004,16 @@
2004
2004
  "memberLocation": "1899:13:23",
2005
2005
  "memberName": "BYTES21_ARRAY",
2006
2006
  "nodeType": "MemberAccess",
2007
- "referencedDeclaration": 33939,
2007
+ "referencedDeclaration": 33958,
2008
2008
  "src": "1888:24:23",
2009
2009
  "typeDescriptions": {
2010
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2010
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2011
2011
  "typeString": "enum SchemaType"
2012
2012
  }
2013
2013
  },
2014
2014
  "src": "1870:42:23",
2015
2015
  "typeDescriptions": {
2016
- "typeIdentifier": "t_enum$_SchemaType_$33955",
2016
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
2017
2017
  "typeString": "enum SchemaType"
2018
2018
  }
2019
2019
  },
@@ -2032,7 +2032,7 @@
2032
2032
  "referencedDeclaration": 19753,
2033
2033
  "src": "1943:12:23",
2034
2034
  "typeDescriptions": {
2035
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2035
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2036
2036
  "typeString": "enum SchemaType[] memory"
2037
2037
  }
2038
2038
  }
@@ -2040,7 +2040,7 @@
2040
2040
  "expression": {
2041
2041
  "argumentTypes": [
2042
2042
  {
2043
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2043
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2044
2044
  "typeString": "enum SchemaType[] memory"
2045
2045
  }
2046
2046
  ],
@@ -2067,7 +2067,7 @@
2067
2067
  "referencedDeclaration": 3052,
2068
2068
  "src": "1926:16:23",
2069
2069
  "typeDescriptions": {
2070
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
2070
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
2071
2071
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
2072
2072
  }
2073
2073
  },
@@ -489,20 +489,20 @@
489
489
  },
490
490
  "ast": {
491
491
  "absolutePath": "node_modules/@latticexyz/world/src/System.sol",
492
- "id": 48706,
492
+ "id": 48725,
493
493
  "exportedSymbols": {
494
494
  "System": [
495
- 48705
495
+ 48724
496
496
  ],
497
497
  "WorldContextConsumer": [
498
- 48776
498
+ 48795
499
499
  ]
500
500
  },
501
501
  "nodeType": "SourceUnit",
502
502
  "src": "32:257:89",
503
503
  "nodes": [
504
504
  {
505
- "id": 48700,
505
+ "id": 48719,
506
506
  "nodeType": "PragmaDirective",
507
507
  "src": "32:25:89",
508
508
  "nodes": [],
@@ -514,23 +514,23 @@
514
514
  ]
515
515
  },
516
516
  {
517
- "id": 48702,
517
+ "id": 48721,
518
518
  "nodeType": "ImportDirective",
519
519
  "src": "59:58:89",
520
520
  "nodes": [],
521
521
  "absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
522
522
  "file": "./WorldContext.sol",
523
523
  "nameLocation": "-1:-1:-1",
524
- "scope": 48706,
525
- "sourceUnit": 48926,
524
+ "scope": 48725,
525
+ "sourceUnit": 48945,
526
526
  "symbolAliases": [
527
527
  {
528
528
  "foreign": {
529
- "id": 48701,
529
+ "id": 48720,
530
530
  "name": "WorldContextConsumer",
531
531
  "nodeType": "Identifier",
532
532
  "overloadedDeclarations": [],
533
- "referencedDeclaration": 48776,
533
+ "referencedDeclaration": 48795,
534
534
  "src": "68:20:89",
535
535
  "typeDescriptions": {}
536
536
  },
@@ -540,7 +540,7 @@
540
540
  "unitAlias": ""
541
541
  },
542
542
  {
543
- "id": 48705,
543
+ "id": 48724,
544
544
  "nodeType": "ContractDefinition",
545
545
  "src": "244:44:89",
546
546
  "nodes": [],
@@ -548,16 +548,16 @@
548
548
  "baseContracts": [
549
549
  {
550
550
  "baseName": {
551
- "id": 48703,
551
+ "id": 48722,
552
552
  "name": "WorldContextConsumer",
553
553
  "nameLocations": [
554
554
  "263:20:89"
555
555
  ],
556
556
  "nodeType": "IdentifierPath",
557
- "referencedDeclaration": 48776,
557
+ "referencedDeclaration": 48795,
558
558
  "src": "263:20:89"
559
559
  },
560
- "id": 48704,
560
+ "id": 48723,
561
561
  "nodeType": "InheritanceSpecifier",
562
562
  "src": "263:20:89"
563
563
  }
@@ -567,14 +567,14 @@
567
567
  "contractKind": "contract",
568
568
  "fullyImplemented": true,
569
569
  "linearizedBaseContracts": [
570
- 48705,
571
- 48776,
572
- 70879,
573
- 70841
570
+ 48724,
571
+ 48795,
572
+ 70898,
573
+ 70860
574
574
  ],
575
575
  "name": "System",
576
576
  "nameLocation": "253:6:89",
577
- "scope": 48706,
577
+ "scope": 48725,
578
578
  "usedErrors": [],
579
579
  "usedEvents": []
580
580
  }