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

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 +264 -227
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  4. package/out/DelegationControl.sol/DelegationControl.json +193 -143
  5. package/out/Hooks.sol/Hooks.json +45 -45
  6. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +64 -64
  7. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  8. package/out/IBaseWorld.sol/IBaseWorld.json +136 -91
  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 +138 -108
  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 +192 -152
  15. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  16. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +172 -124
  17. package/out/IWorldErrors.sol/IWorldErrors.json +346 -256
  18. package/out/IWorldKernel.sol/IWorldCall.json +312 -272
  19. package/out/IWorldKernel.sol/IWorldKernel.json +339 -276
  20. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +297 -271
  21. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
  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 +607 -558
  25. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  26. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1014 -1014
  27. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +496 -447
  28. package/out/Module.sol/Module.json +192 -125
  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 +372 -329
  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 +84 -41
  37. package/out/Tables.sol/Tables.json +73 -73
  38. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +168 -131
  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 +393 -350
  42. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +138 -102
  43. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  44. package/out/WorldContext.sol/WorldContextConsumer.json +780 -683
  45. package/out/WorldContext.sol/WorldContextProvider.json +743 -683
  46. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  47. package/out/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  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 +205 -160
  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 +313 -273
  63. package/out/src/IWorldKernel.sol/IWorldKernel.json +340 -277
  64. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +298 -272
  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 +780 -683
  78. package/out/src/WorldContext.sol/WorldContextProvider.json +743 -683
  79. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  80. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  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 +87 -87
  89. package/package.json +8 -8
@@ -136,7 +136,7 @@
136
136
  3092
137
137
  ],
138
138
  "SchemaType": [
139
- 24227
139
+ 24274
140
140
  ],
141
141
  "WORD_LAST_INDEX": [
142
142
  18138
@@ -166,7 +166,7 @@
166
166
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
167
167
  "nameLocation": "-1:-1:-1",
168
168
  "scope": 3405,
169
- "sourceUnit": 24269,
169
+ "sourceUnit": 24316,
170
170
  "symbolAliases": [
171
171
  {
172
172
  "foreign": {
@@ -174,7 +174,7 @@
174
174
  "name": "SchemaType",
175
175
  "nodeType": "Identifier",
176
176
  "overloadedDeclarations": [],
177
- "referencedDeclaration": 24227,
177
+ "referencedDeclaration": 24274,
178
178
  "src": "68:10:15",
179
179
  "typeDescriptions": {}
180
180
  },
@@ -407,7 +407,7 @@
407
407
  "referencedDeclaration": 2955,
408
408
  "src": "864:7:15",
409
409
  "typeDescriptions": {
410
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
410
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
411
411
  "typeString": "enum SchemaType[] memory"
412
412
  }
413
413
  },
@@ -460,7 +460,7 @@
460
460
  "referencedDeclaration": 2955,
461
461
  "src": "930:7:15",
462
462
  "typeDescriptions": {
463
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
463
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
464
464
  "typeString": "enum SchemaType[] memory"
465
465
  }
466
466
  },
@@ -682,7 +682,7 @@
682
682
  "referencedDeclaration": 2955,
683
683
  "src": "1229:7:15",
684
684
  "typeDescriptions": {
685
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
685
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
686
686
  "typeString": "enum SchemaType[] memory"
687
687
  }
688
688
  },
@@ -706,7 +706,7 @@
706
706
  "nodeType": "IndexAccess",
707
707
  "src": "1229:10:15",
708
708
  "typeDescriptions": {
709
- "typeIdentifier": "t_enum$_SchemaType_$24227",
709
+ "typeIdentifier": "t_enum$_SchemaType_$24274",
710
710
  "typeString": "enum SchemaType"
711
711
  }
712
712
  },
@@ -718,10 +718,10 @@
718
718
  "memberLocation": "1240:19:15",
719
719
  "memberName": "getStaticByteLength",
720
720
  "nodeType": "MemberAccess",
721
- "referencedDeclaration": 24268,
721
+ "referencedDeclaration": 24315,
722
722
  "src": "1229:30:15",
723
723
  "typeDescriptions": {
724
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24227_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24227_$",
724
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24274_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24274_$",
725
725
  "typeString": "function (enum SchemaType) pure returns (uint256)"
726
726
  }
727
727
  },
@@ -1025,7 +1025,7 @@
1025
1025
  "referencedDeclaration": 2955,
1026
1026
  "src": "2023:7:15",
1027
1027
  "typeDescriptions": {
1028
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1028
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
1029
1029
  "typeString": "enum SchemaType[] memory"
1030
1030
  }
1031
1031
  },
@@ -1049,7 +1049,7 @@
1049
1049
  "nodeType": "IndexAccess",
1050
1050
  "src": "2023:10:15",
1051
1051
  "typeDescriptions": {
1052
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1052
+ "typeIdentifier": "t_enum$_SchemaType_$24274",
1053
1053
  "typeString": "enum SchemaType"
1054
1054
  }
1055
1055
  }
@@ -1057,7 +1057,7 @@
1057
1057
  "expression": {
1058
1058
  "argumentTypes": [
1059
1059
  {
1060
- "typeIdentifier": "t_enum$_SchemaType_$24227",
1060
+ "typeIdentifier": "t_enum$_SchemaType_$24274",
1061
1061
  "typeString": "enum SchemaType"
1062
1062
  }
1063
1063
  ],
@@ -1321,7 +1321,7 @@
1321
1321
  "referencedDeclaration": 2955,
1322
1322
  "src": "1176:7:15",
1323
1323
  "typeDescriptions": {
1324
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1324
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
1325
1325
  "typeString": "enum SchemaType[] memory"
1326
1326
  }
1327
1327
  },
@@ -1585,7 +1585,7 @@
1585
1585
  "referencedDeclaration": 2955,
1586
1586
  "src": "2333:7:15",
1587
1587
  "typeDescriptions": {
1588
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
1588
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
1589
1589
  "typeString": "enum SchemaType[] memory"
1590
1590
  }
1591
1591
  },
@@ -2046,7 +2046,7 @@
2046
2046
  "stateVariable": false,
2047
2047
  "storageLocation": "memory",
2048
2048
  "typeDescriptions": {
2049
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_memory_ptr",
2049
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
2050
2050
  "typeString": "enum SchemaType[]"
2051
2051
  },
2052
2052
  "typeName": {
@@ -2060,13 +2060,13 @@
2060
2060
  "794:10:15"
2061
2061
  ],
2062
2062
  "nodeType": "IdentifierPath",
2063
- "referencedDeclaration": 24227,
2063
+ "referencedDeclaration": 24274,
2064
2064
  "src": "794:10:15"
2065
2065
  },
2066
- "referencedDeclaration": 24227,
2066
+ "referencedDeclaration": 24274,
2067
2067
  "src": "794:10:15",
2068
2068
  "typeDescriptions": {
2069
- "typeIdentifier": "t_enum$_SchemaType_$24227",
2069
+ "typeIdentifier": "t_enum$_SchemaType_$24274",
2070
2070
  "typeString": "enum SchemaType"
2071
2071
  }
2072
2072
  },
@@ -2074,7 +2074,7 @@
2074
2074
  "nodeType": "ArrayTypeName",
2075
2075
  "src": "794:12:15",
2076
2076
  "typeDescriptions": {
2077
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24227_$dyn_storage_ptr",
2077
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_storage_ptr",
2078
2078
  "typeString": "enum SchemaType[]"
2079
2079
  }
2080
2080
  },
@@ -2758,10 +2758,10 @@
2758
2758
  "name": "SchemaType",
2759
2759
  "nodeType": "Identifier",
2760
2760
  "overloadedDeclarations": [],
2761
- "referencedDeclaration": 24227,
2761
+ "referencedDeclaration": 24274,
2762
2762
  "src": "3331:10:15",
2763
2763
  "typeDescriptions": {
2764
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$24227_$",
2764
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$24274_$",
2765
2765
  "typeString": "type(enum SchemaType)"
2766
2766
  }
2767
2767
  },
@@ -2777,7 +2777,7 @@
2777
2777
  "src": "3331:82:15",
2778
2778
  "tryCall": false,
2779
2779
  "typeDescriptions": {
2780
- "typeIdentifier": "t_enum$_SchemaType_$24227",
2780
+ "typeIdentifier": "t_enum$_SchemaType_$24274",
2781
2781
  "typeString": "enum SchemaType"
2782
2782
  }
2783
2783
  },
@@ -2888,7 +2888,7 @@
2888
2888
  "stateVariable": false,
2889
2889
  "storageLocation": "default",
2890
2890
  "typeDescriptions": {
2891
- "typeIdentifier": "t_enum$_SchemaType_$24227",
2891
+ "typeIdentifier": "t_enum$_SchemaType_$24274",
2892
2892
  "typeString": "enum SchemaType"
2893
2893
  },
2894
2894
  "typeName": {
@@ -2901,13 +2901,13 @@
2901
2901
  "3288:10:15"
2902
2902
  ],
2903
2903
  "nodeType": "IdentifierPath",
2904
- "referencedDeclaration": 24227,
2904
+ "referencedDeclaration": 24274,
2905
2905
  "src": "3288:10:15"
2906
2906
  },
2907
- "referencedDeclaration": 24227,
2907
+ "referencedDeclaration": 24274,
2908
2908
  "src": "3288:10:15",
2909
2909
  "typeDescriptions": {
2910
- "typeIdentifier": "t_enum$_SchemaType_$24227",
2910
+ "typeIdentifier": "t_enum$_SchemaType_$24274",
2911
2911
  "typeString": "enum SchemaType"
2912
2912
  }
2913
2913
  },
@@ -5076,7 +5076,7 @@
5076
5076
  "referencedDeclaration": 3150,
5077
5077
  "src": "5274:14:15",
5078
5078
  "typeDescriptions": {
5079
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2939_$_t_uint256_$returns$_t_enum$_SchemaType_$24227_$attached_to$_t_userDefinedValueType$_Schema_$2939_$",
5079
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2939_$_t_uint256_$returns$_t_enum$_SchemaType_$24274_$attached_to$_t_userDefinedValueType$_Schema_$2939_$",
5080
5080
  "typeString": "function (Schema,uint256) pure returns (enum SchemaType)"
5081
5081
  }
5082
5082
  },
@@ -5092,7 +5092,7 @@
5092
5092
  "src": "5274:17:15",
5093
5093
  "tryCall": false,
5094
5094
  "typeDescriptions": {
5095
- "typeIdentifier": "t_enum$_SchemaType_$24227",
5095
+ "typeIdentifier": "t_enum$_SchemaType_$24274",
5096
5096
  "typeString": "enum SchemaType"
5097
5097
  }
5098
5098
  },
@@ -5104,10 +5104,10 @@
5104
5104
  "memberLocation": "5292:19:15",
5105
5105
  "memberName": "getStaticByteLength",
5106
5106
  "nodeType": "MemberAccess",
5107
- "referencedDeclaration": 24268,
5107
+ "referencedDeclaration": 24315,
5108
5108
  "src": "5274:37:15",
5109
5109
  "typeDescriptions": {
5110
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24227_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24227_$",
5110
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24274_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24274_$",
5111
5111
  "typeString": "function (enum SchemaType) pure returns (uint256)"
5112
5112
  }
5113
5113
  },