@latticexyz/world-modules 2.0.0-main-85218618 → 2.0.0-main-3086581a

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 (112) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +223 -223
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2611 -2611
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3155 -3155
  5. package/out/DelegationControl.sol/DelegationControl.json +104 -104
  6. package/out/EncodeArray.sol/EncodeArray.json +3250 -3250
  7. package/out/FieldLayout.sol/FieldLayoutInstance.json +51 -51
  8. package/out/FieldLayout.sol/FieldLayoutLib.json +51 -51
  9. package/out/Hook.sol/HookInstance.json +16 -16
  10. package/out/Hook.sol/HookLib.json +16 -16
  11. package/out/Hooks.sol/Hooks.json +96 -96
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +61 -61
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  14. package/out/IBaseWorld.sol/IBaseWorld.json +70 -70
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  16. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  17. package/out/IDelegationControl.sol/IDelegationControl.json +66 -66
  18. package/out/IModule.sol/IModule.json +78 -78
  19. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  20. package/out/IStore.sol/IStore.json +4 -4
  21. package/out/IStoreData.sol/IStoreData.json +4 -4
  22. package/out/IStoreHook.sol/IStoreHook.json +4 -4
  23. package/out/IStoreRead.sol/IStoreRead.json +4 -4
  24. package/out/IStoreRegistration.sol/IStoreRegistration.json +4 -4
  25. package/out/IStoreWrite.sol/IStoreWrite.json +4 -4
  26. package/out/ISystemHook.sol/ISystemHook.json +90 -90
  27. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  28. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
  29. package/out/IWorldErrors.sol/IWorldErrors.json +150 -150
  30. package/out/IWorldKernel.sol/IWorldCall.json +156 -156
  31. package/out/IWorldKernel.sol/IWorldKernel.json +156 -156
  32. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +156 -156
  33. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
  34. package/out/KeysInTable.sol/KeysInTable.json +10684 -10684
  35. package/out/KeysInTableHook.sol/KeysInTableHook.json +879 -879
  36. package/out/KeysInTableModule.sol/KeysInTableModule.json +542 -542
  37. package/out/KeysWithValue.sol/KeysWithValue.json +3844 -3844
  38. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1005 -1005
  39. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +431 -431
  40. package/out/Memory.sol/Memory.json +8 -8
  41. package/out/Module.sol/Module.json +93 -93
  42. package/out/ResourceIds.sol/ResourceIds.json +70 -70
  43. package/out/Schema.sol/SchemaInstance.json +76 -76
  44. package/out/Schema.sol/SchemaLib.json +76 -76
  45. package/out/SchemaType.sol/SchemaType.json +276 -276
  46. package/out/Slice.sol/SliceInstance.json +8 -8
  47. package/out/Slice.sol/SliceLib.json +8 -8
  48. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +308 -308
  49. package/out/Storage.sol/Storage.json +11 -11
  50. package/out/StoreCore.sol/StoreCore.json +59 -59
  51. package/out/StoreCore.sol/StoreCoreInternal.json +59 -59
  52. package/out/StoreHook.sol/StoreHook.json +362 -362
  53. package/out/StoreHooks.sol/StoreHooks.json +97 -97
  54. package/out/StoreSwitch.sol/StoreSwitch.json +16 -16
  55. package/out/System.sol/System.json +38 -38
  56. package/out/Tables.sol/Tables.json +98 -98
  57. package/out/TightCoder.sol/TightCoder.json +128 -128
  58. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +127 -127
  59. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +2002 -2002
  60. package/out/UniqueEntity.sol/UniqueEntity.json +1418 -1418
  61. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +332 -332
  62. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +101 -101
  63. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2738 -2738
  64. package/out/WorldContext.sol/WorldContextConsumer.json +382 -382
  65. package/out/WorldContext.sol/WorldContextProvider.json +382 -382
  66. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  67. package/out/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  68. package/out/constants.sol/LayoutOffsets.json +164 -140
  69. package/out/constants.sol/constants.json +115 -115
  70. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  71. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  72. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  73. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  74. package/out/hasKey.sol/hasKey.json +130 -130
  75. package/out/index.sol/index.json +53 -53
  76. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +142 -142
  77. package/out/leftMask.sol/leftMask.json +61 -61
  78. package/out/query.sol/query.json +1154 -1154
  79. package/out/revertWithBytes.sol/revertWithBytes.json +51 -51
  80. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  81. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +701 -701
  82. package/out/src/FieldLayout.sol/FieldLayoutLib.json +701 -701
  83. package/out/src/IStore.sol/IStore.json +57 -57
  84. package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
  85. package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
  86. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
  87. package/out/src/Memory.sol/Memory.json +93 -93
  88. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  89. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  90. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  91. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  92. package/out/src/Schema.sol/SchemaInstance.json +791 -791
  93. package/out/src/Schema.sol/SchemaLib.json +791 -791
  94. package/out/src/Slice.sol/SliceInstance.json +433 -433
  95. package/out/src/Slice.sol/SliceLib.json +433 -433
  96. package/out/src/StoreCore.sol/StoreCore.json +4471 -4471
  97. package/out/src/StoreCore.sol/StoreCoreInternal.json +4471 -4471
  98. package/out/src/StoreSwitch.sol/StoreSwitch.json +2470 -2470
  99. package/out/src/WorldContext.sol/WorldContextConsumer.json +382 -382
  100. package/out/src/WorldContext.sol/WorldContextProvider.json +382 -382
  101. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  102. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  103. package/out/storeHookTypes.sol/storeHookTypes.json +202 -202
  104. package/out/storeResourceTypes.sol/storeResourceTypes.json +21 -21
  105. package/out/tables/ResourceIds.sol/ResourceIds.json +1762 -1762
  106. package/out/tables/Tables.sol/Tables.json +7304 -7304
  107. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3250 -3250
  108. package/out/types.sol/types.json +39 -39
  109. package/out/version.sol/version.json +12 -12
  110. package/out/world/src/IERC165.sol/IERC165.json +28 -28
  111. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  112. package/package.json +8 -8
@@ -10,20 +10,20 @@
10
10
  },
11
11
  "ast": {
12
12
  "absolutePath": "node_modules/@latticexyz/store/src/storeResourceTypes.sol",
13
- "id": 36235,
13
+ "id": 36272,
14
14
  "exportedSymbols": {
15
15
  "RESOURCE_OFFCHAIN_TABLE": [
16
- 36234
16
+ 36271
17
17
  ],
18
18
  "RESOURCE_TABLE": [
19
- 36231
19
+ 36267
20
20
  ]
21
21
  },
22
22
  "nodeType": "SourceUnit",
23
- "src": "32:114:82",
23
+ "src": "32:417:82",
24
24
  "nodes": [
25
25
  {
26
- "id": 36228,
26
+ "id": 36263,
27
27
  "nodeType": "PragmaDirective",
28
28
  "src": "32:25:82",
29
29
  "nodes": [],
@@ -35,15 +35,15 @@
35
35
  ]
36
36
  },
37
37
  {
38
- "id": 36231,
38
+ "id": 36267,
39
39
  "nodeType": "VariableDeclaration",
40
- "src": "59:37:82",
40
+ "src": "309:37:82",
41
41
  "nodes": [],
42
42
  "constant": true,
43
43
  "mutability": "constant",
44
44
  "name": "RESOURCE_TABLE",
45
- "nameLocation": "75:14:82",
46
- "scope": 36235,
45
+ "nameLocation": "325:14:82",
46
+ "scope": 36272,
47
47
  "stateVariable": false,
48
48
  "storageLocation": "default",
49
49
  "typeDescriptions": {
@@ -51,10 +51,10 @@
51
51
  "typeString": "bytes2"
52
52
  },
53
53
  "typeName": {
54
- "id": 36229,
54
+ "id": 36265,
55
55
  "name": "bytes2",
56
56
  "nodeType": "ElementaryTypeName",
57
- "src": "59:6:82",
57
+ "src": "309:6:82",
58
58
  "typeDescriptions": {
59
59
  "typeIdentifier": "t_bytes2",
60
60
  "typeString": "bytes2"
@@ -62,14 +62,14 @@
62
62
  },
63
63
  "value": {
64
64
  "hexValue": "7462",
65
- "id": 36230,
65
+ "id": 36266,
66
66
  "isConstant": false,
67
67
  "isLValue": false,
68
68
  "isPure": true,
69
69
  "kind": "string",
70
70
  "lValueRequested": false,
71
71
  "nodeType": "Literal",
72
- "src": "92:4:82",
72
+ "src": "342:4:82",
73
73
  "typeDescriptions": {
74
74
  "typeIdentifier": "t_stringliteral_2247cf150cccbcd7e60e84d03accbfaaa19844b686b28ba6fef474fca5fe0879",
75
75
  "typeString": "literal_string \"tb\""
@@ -79,15 +79,15 @@
79
79
  "visibility": "internal"
80
80
  },
81
81
  {
82
- "id": 36234,
82
+ "id": 36271,
83
83
  "nodeType": "VariableDeclaration",
84
- "src": "98:46:82",
84
+ "src": "401:46:82",
85
85
  "nodes": [],
86
86
  "constant": true,
87
87
  "mutability": "constant",
88
88
  "name": "RESOURCE_OFFCHAIN_TABLE",
89
- "nameLocation": "114:23:82",
90
- "scope": 36235,
89
+ "nameLocation": "417:23:82",
90
+ "scope": 36272,
91
91
  "stateVariable": false,
92
92
  "storageLocation": "default",
93
93
  "typeDescriptions": {
@@ -95,10 +95,10 @@
95
95
  "typeString": "bytes2"
96
96
  },
97
97
  "typeName": {
98
- "id": 36232,
98
+ "id": 36269,
99
99
  "name": "bytes2",
100
100
  "nodeType": "ElementaryTypeName",
101
- "src": "98:6:82",
101
+ "src": "401:6:82",
102
102
  "typeDescriptions": {
103
103
  "typeIdentifier": "t_bytes2",
104
104
  "typeString": "bytes2"
@@ -106,14 +106,14 @@
106
106
  },
107
107
  "value": {
108
108
  "hexValue": "6f74",
109
- "id": 36233,
109
+ "id": 36270,
110
110
  "isConstant": false,
111
111
  "isLValue": false,
112
112
  "isPure": true,
113
113
  "kind": "string",
114
114
  "lValueRequested": false,
115
115
  "nodeType": "Literal",
116
- "src": "140:4:82",
116
+ "src": "443:4:82",
117
117
  "typeDescriptions": {
118
118
  "typeIdentifier": "t_stringliteral_0ee56aa7ffcb81cfd943c08888441a893adff32a8fba66dcd1320d38c11d602a",
119
119
  "typeString": "literal_string \"ot\""