@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-5741d53d

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 (121) hide show
  1. package/dist/mud.config.js +1 -1
  2. package/dist/mud.config.js.map +1 -1
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/Callbacks.sol/Callbacks.json +45 -45
  5. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
  6. package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
  7. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  8. package/out/Hooks.sol/Hooks.json +45 -45
  9. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +111 -111
  10. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +96 -96
  11. package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
  12. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
  13. package/out/IBaseWorld.sol/IBaseWorld.json +81 -161
  14. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  16. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  17. package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
  18. package/out/IDelegationControl.sol/IDelegationControl.json +100 -100
  19. package/out/IModule.sol/IModule.json +139 -139
  20. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
  21. package/out/ISystemHook.sol/ISystemHook.json +141 -141
  22. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
  23. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
  24. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
  25. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
  26. package/out/IWorldErrors.sol/IWorldErrors.json +257 -257
  27. package/out/IWorldKernel.sol/IWorldCall.json +251 -251
  28. package/out/IWorldKernel.sol/IWorldKernel.json +251 -251
  29. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +251 -251
  30. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +321 -321
  31. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  32. package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
  33. package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
  34. package/out/KeysInTableModule.sol/KeysInTableModule.json +885 -885
  35. package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
  36. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1604 -1604
  37. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +700 -700
  38. package/out/Mixed.sol/Mixed.json +66 -66
  39. package/out/Module.sol/Module.json +73 -73
  40. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  41. package/out/Schema.sol/SchemaInstance.json +30 -30
  42. package/out/Schema.sol/SchemaLib.json +30 -30
  43. package/out/SchemaType.sol/SchemaType.json +276 -276
  44. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +495 -495
  45. package/out/StoreHook.sol/StoreHook.json +358 -358
  46. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  47. package/out/System.sol/System.json +19 -19
  48. package/out/Tables.sol/Tables.json +73 -73
  49. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
  50. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
  51. package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
  52. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +529 -529
  53. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
  54. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4588 -4588
  55. package/out/Vector2.sol/Vector2.json +52 -52
  56. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  57. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  58. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  59. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  60. package/out/constants.sol/constants.json +142 -142
  61. package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
  62. package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
  63. package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
  64. package/out/getUniqueEntity.sol/getUniqueEntity.json +149 -149
  65. package/out/hasKey.sol/hasKey.json +215 -215
  66. package/out/index.sol/index.json +73 -73
  67. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  68. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  69. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +326 -253
  70. package/out/interfaces/IERC165.sol/IERC165.json +50 -50
  71. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +149 -149
  72. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +149 -149
  73. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  74. package/out/query.sol/query.json +1892 -1892
  75. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  76. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  77. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  78. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  79. package/out/src/IStore.sol/IStore.json +885 -885
  80. package/out/src/IStore.sol/IStoreData.json +885 -885
  81. package/out/src/IStore.sol/IStoreRead.json +885 -885
  82. package/out/src/IStore.sol/IStoreRegistration.json +885 -885
  83. package/out/src/IStore.sol/IStoreWrite.json +885 -885
  84. package/out/src/Memory.sol/Memory.json +89 -89
  85. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  86. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  87. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  88. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  89. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  90. package/out/src/Schema.sol/SchemaLib.json +787 -787
  91. package/out/src/Slice.sol/SliceInstance.json +429 -429
  92. package/out/src/Slice.sol/SliceLib.json +429 -429
  93. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  94. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  95. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  96. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  97. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  98. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  99. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  100. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  101. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  102. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  103. package/out/tables/Tables.sol/Tables.json +7288 -7288
  104. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  105. package/out/types.sol/types.json +131 -23
  106. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  107. package/package.json +8 -8
  108. package/src/interfaces/IBaseWorld.sol +1 -3
  109. package/src/interfaces/IUniqueEntitySystem.sol +2 -3
  110. package/src/modules/keysintable/KeysInTableModule.sol +1 -1
  111. package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
  112. package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
  113. package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
  114. package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
  115. package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
  116. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  117. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  118. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
  119. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
  120. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
  121. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -374,7 +374,7 @@
374
374
  3053
375
375
  ],
376
376
  "SchemaType": [
377
- 33955
377
+ 33974
378
378
  ],
379
379
  "SliceLib": [
380
380
  3518
@@ -416,7 +416,7 @@
416
416
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
417
417
  "nameLocation": "-1:-1:-1",
418
418
  "scope": 10027,
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:18",
429
429
  "typeDescriptions": {}
430
430
  },
@@ -1408,7 +1408,7 @@
1408
1408
  "stateVariable": false,
1409
1409
  "storageLocation": "memory",
1410
1410
  "typeDescriptions": {
1411
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1411
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1412
1412
  "typeString": "enum SchemaType[]"
1413
1413
  },
1414
1414
  "typeName": {
@@ -1422,13 +1422,13 @@
1422
1422
  "1488:10:18"
1423
1423
  ],
1424
1424
  "nodeType": "IdentifierPath",
1425
- "referencedDeclaration": 33955,
1425
+ "referencedDeclaration": 33974,
1426
1426
  "src": "1488:10:18"
1427
1427
  },
1428
- "referencedDeclaration": 33955,
1428
+ "referencedDeclaration": 33974,
1429
1429
  "src": "1488:10:18",
1430
1430
  "typeDescriptions": {
1431
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1431
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1432
1432
  "typeString": "enum SchemaType"
1433
1433
  }
1434
1434
  },
@@ -1436,7 +1436,7 @@
1436
1436
  "nodeType": "ArrayTypeName",
1437
1437
  "src": "1488:12:18",
1438
1438
  "typeDescriptions": {
1439
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1439
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1440
1440
  "typeString": "enum SchemaType[]"
1441
1441
  }
1442
1442
  },
@@ -1478,7 +1478,7 @@
1478
1478
  "nodeType": "NewExpression",
1479
1479
  "src": "1521:16:18",
1480
1480
  "typeDescriptions": {
1481
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$",
1481
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$",
1482
1482
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1483
1483
  },
1484
1484
  "typeName": {
@@ -1492,13 +1492,13 @@
1492
1492
  "1525:10:18"
1493
1493
  ],
1494
1494
  "nodeType": "IdentifierPath",
1495
- "referencedDeclaration": 33955,
1495
+ "referencedDeclaration": 33974,
1496
1496
  "src": "1525:10:18"
1497
1497
  },
1498
- "referencedDeclaration": 33955,
1498
+ "referencedDeclaration": 33974,
1499
1499
  "src": "1525:10:18",
1500
1500
  "typeDescriptions": {
1501
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1501
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1502
1502
  "typeString": "enum SchemaType"
1503
1503
  }
1504
1504
  },
@@ -1506,7 +1506,7 @@
1506
1506
  "nodeType": "ArrayTypeName",
1507
1507
  "src": "1525:12:18",
1508
1508
  "typeDescriptions": {
1509
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1509
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1510
1510
  "typeString": "enum SchemaType[]"
1511
1511
  }
1512
1512
  }
@@ -1523,7 +1523,7 @@
1523
1523
  "src": "1521:19:18",
1524
1524
  "tryCall": false,
1525
1525
  "typeDescriptions": {
1526
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1526
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1527
1527
  "typeString": "enum SchemaType[] memory"
1528
1528
  }
1529
1529
  },
@@ -1546,7 +1546,7 @@
1546
1546
  "referencedDeclaration": 7766,
1547
1547
  "src": "1546:10:18",
1548
1548
  "typeDescriptions": {
1549
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1549
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1550
1550
  "typeString": "enum SchemaType[] memory"
1551
1551
  }
1552
1552
  },
@@ -1574,7 +1574,7 @@
1574
1574
  "nodeType": "IndexAccess",
1575
1575
  "src": "1546:13:18",
1576
1576
  "typeDescriptions": {
1577
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1577
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1578
1578
  "typeString": "enum SchemaType"
1579
1579
  }
1580
1580
  },
@@ -1586,10 +1586,10 @@
1586
1586
  "name": "SchemaType",
1587
1587
  "nodeType": "Identifier",
1588
1588
  "overloadedDeclarations": [],
1589
- "referencedDeclaration": 33955,
1589
+ "referencedDeclaration": 33974,
1590
1590
  "src": "1562:10:18",
1591
1591
  "typeDescriptions": {
1592
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
1592
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
1593
1593
  "typeString": "type(enum SchemaType)"
1594
1594
  }
1595
1595
  },
@@ -1601,16 +1601,16 @@
1601
1601
  "memberLocation": "1573:7:18",
1602
1602
  "memberName": "BYTES32",
1603
1603
  "nodeType": "MemberAccess",
1604
- "referencedDeclaration": 33852,
1604
+ "referencedDeclaration": 33871,
1605
1605
  "src": "1562:18:18",
1606
1606
  "typeDescriptions": {
1607
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1607
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1608
1608
  "typeString": "enum SchemaType"
1609
1609
  }
1610
1610
  },
1611
1611
  "src": "1546:34:18",
1612
1612
  "typeDescriptions": {
1613
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1613
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1614
1614
  "typeString": "enum SchemaType"
1615
1615
  }
1616
1616
  },
@@ -1629,7 +1629,7 @@
1629
1629
  "referencedDeclaration": 7766,
1630
1630
  "src": "1611:10:18",
1631
1631
  "typeDescriptions": {
1632
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1632
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1633
1633
  "typeString": "enum SchemaType[] memory"
1634
1634
  }
1635
1635
  }
@@ -1637,7 +1637,7 @@
1637
1637
  "expression": {
1638
1638
  "argumentTypes": [
1639
1639
  {
1640
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1640
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1641
1641
  "typeString": "enum SchemaType[] memory"
1642
1642
  }
1643
1643
  ],
@@ -1664,7 +1664,7 @@
1664
1664
  "referencedDeclaration": 3052,
1665
1665
  "src": "1594:16:18",
1666
1666
  "typeDescriptions": {
1667
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
1667
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
1668
1668
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
1669
1669
  }
1670
1670
  },
@@ -1785,7 +1785,7 @@
1785
1785
  "stateVariable": false,
1786
1786
  "storageLocation": "memory",
1787
1787
  "typeDescriptions": {
1788
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1788
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1789
1789
  "typeString": "enum SchemaType[]"
1790
1790
  },
1791
1791
  "typeName": {
@@ -1799,13 +1799,13 @@
1799
1799
  "1732:10:18"
1800
1800
  ],
1801
1801
  "nodeType": "IdentifierPath",
1802
- "referencedDeclaration": 33955,
1802
+ "referencedDeclaration": 33974,
1803
1803
  "src": "1732:10:18"
1804
1804
  },
1805
- "referencedDeclaration": 33955,
1805
+ "referencedDeclaration": 33974,
1806
1806
  "src": "1732:10:18",
1807
1807
  "typeDescriptions": {
1808
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1808
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1809
1809
  "typeString": "enum SchemaType"
1810
1810
  }
1811
1811
  },
@@ -1813,7 +1813,7 @@
1813
1813
  "nodeType": "ArrayTypeName",
1814
1814
  "src": "1732:12:18",
1815
1815
  "typeDescriptions": {
1816
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1816
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1817
1817
  "typeString": "enum SchemaType[]"
1818
1818
  }
1819
1819
  },
@@ -1855,7 +1855,7 @@
1855
1855
  "nodeType": "NewExpression",
1856
1856
  "src": "1767:16:18",
1857
1857
  "typeDescriptions": {
1858
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$",
1858
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$",
1859
1859
  "typeString": "function (uint256) pure returns (enum SchemaType[] memory)"
1860
1860
  },
1861
1861
  "typeName": {
@@ -1869,13 +1869,13 @@
1869
1869
  "1771:10:18"
1870
1870
  ],
1871
1871
  "nodeType": "IdentifierPath",
1872
- "referencedDeclaration": 33955,
1872
+ "referencedDeclaration": 33974,
1873
1873
  "src": "1771:10:18"
1874
1874
  },
1875
- "referencedDeclaration": 33955,
1875
+ "referencedDeclaration": 33974,
1876
1876
  "src": "1771:10:18",
1877
1877
  "typeDescriptions": {
1878
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1878
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1879
1879
  "typeString": "enum SchemaType"
1880
1880
  }
1881
1881
  },
@@ -1883,7 +1883,7 @@
1883
1883
  "nodeType": "ArrayTypeName",
1884
1884
  "src": "1771:12:18",
1885
1885
  "typeDescriptions": {
1886
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_storage_ptr",
1886
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_storage_ptr",
1887
1887
  "typeString": "enum SchemaType[]"
1888
1888
  }
1889
1889
  }
@@ -1900,7 +1900,7 @@
1900
1900
  "src": "1767:19:18",
1901
1901
  "tryCall": false,
1902
1902
  "typeDescriptions": {
1903
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1903
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1904
1904
  "typeString": "enum SchemaType[] memory"
1905
1905
  }
1906
1906
  },
@@ -1923,7 +1923,7 @@
1923
1923
  "referencedDeclaration": 7798,
1924
1924
  "src": "1792:12:18",
1925
1925
  "typeDescriptions": {
1926
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
1926
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
1927
1927
  "typeString": "enum SchemaType[] memory"
1928
1928
  }
1929
1929
  },
@@ -1951,7 +1951,7 @@
1951
1951
  "nodeType": "IndexAccess",
1952
1952
  "src": "1792:15:18",
1953
1953
  "typeDescriptions": {
1954
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1954
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1955
1955
  "typeString": "enum SchemaType"
1956
1956
  }
1957
1957
  },
@@ -1963,10 +1963,10 @@
1963
1963
  "name": "SchemaType",
1964
1964
  "nodeType": "Identifier",
1965
1965
  "overloadedDeclarations": [],
1966
- "referencedDeclaration": 33955,
1966
+ "referencedDeclaration": 33974,
1967
1967
  "src": "1810:10:18",
1968
1968
  "typeDescriptions": {
1969
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$33955_$",
1969
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$33974_$",
1970
1970
  "typeString": "type(enum SchemaType)"
1971
1971
  }
1972
1972
  },
@@ -1978,16 +1978,16 @@
1978
1978
  "memberLocation": "1821:13:18",
1979
1979
  "memberName": "BYTES24_ARRAY",
1980
1980
  "nodeType": "MemberAccess",
1981
- "referencedDeclaration": 33942,
1981
+ "referencedDeclaration": 33961,
1982
1982
  "src": "1810:24:18",
1983
1983
  "typeDescriptions": {
1984
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1984
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1985
1985
  "typeString": "enum SchemaType"
1986
1986
  }
1987
1987
  },
1988
1988
  "src": "1792:42:18",
1989
1989
  "typeDescriptions": {
1990
- "typeIdentifier": "t_enum$_SchemaType_$33955",
1990
+ "typeIdentifier": "t_enum$_SchemaType_$33974",
1991
1991
  "typeString": "enum SchemaType"
1992
1992
  }
1993
1993
  },
@@ -2006,7 +2006,7 @@
2006
2006
  "referencedDeclaration": 7798,
2007
2007
  "src": "1865:12:18",
2008
2008
  "typeDescriptions": {
2009
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2009
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2010
2010
  "typeString": "enum SchemaType[] memory"
2011
2011
  }
2012
2012
  }
@@ -2014,7 +2014,7 @@
2014
2014
  "expression": {
2015
2015
  "argumentTypes": [
2016
2016
  {
2017
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr",
2017
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr",
2018
2018
  "typeString": "enum SchemaType[] memory"
2019
2019
  }
2020
2020
  ],
@@ -2041,7 +2041,7 @@
2041
2041
  "referencedDeclaration": 3052,
2042
2042
  "src": "1848:16:18",
2043
2043
  "typeDescriptions": {
2044
- "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33955_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
2044
+ "typeIdentifier": "t_function_internal_pure$_t_array$_t_enum$_SchemaType_$33974_$dyn_memory_ptr_$returns$_t_userDefinedValueType$_Schema_$2900_$",
2045
2045
  "typeString": "function (enum SchemaType[] memory) pure returns (Schema)"
2046
2046
  }
2047
2047
  },