@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
@@ -10,49 +10,49 @@
10
10
  },
11
11
  "ast": {
12
12
  "absolutePath": "node_modules/@latticexyz/store/src/storeHookTypes.sol",
13
- "id": 36661,
13
+ "id": 39195,
14
14
  "exportedSymbols": {
15
15
  "AFTER_ALL": [
16
- 36660
16
+ 39194
17
17
  ],
18
18
  "AFTER_DELETE_RECORD": [
19
- 36622
19
+ 39156
20
20
  ],
21
21
  "AFTER_SET_RECORD": [
22
- 36586
22
+ 39120
23
23
  ],
24
24
  "AFTER_SPLICE_DYNAMIC_DATA": [
25
- 36610
25
+ 39144
26
26
  ],
27
27
  "AFTER_SPLICE_STATIC_DATA": [
28
- 36598
28
+ 39132
29
29
  ],
30
30
  "ALL": [
31
- 36640
31
+ 39174
32
32
  ],
33
33
  "BEFORE_ALL": [
34
- 36650
34
+ 39184
35
35
  ],
36
36
  "BEFORE_DELETE_RECORD": [
37
- 36616
37
+ 39150
38
38
  ],
39
39
  "BEFORE_SET_RECORD": [
40
- 36580
40
+ 39114
41
41
  ],
42
42
  "BEFORE_SPLICE_DYNAMIC_DATA": [
43
- 36604
43
+ 39138
44
44
  ],
45
45
  "BEFORE_SPLICE_STATIC_DATA": [
46
- 36592
46
+ 39126
47
47
  ]
48
48
  },
49
49
  "nodeType": "SourceUnit",
50
- "src": "32:1681:81",
50
+ "src": "32:1681:83",
51
51
  "nodes": [
52
52
  {
53
- "id": 36574,
53
+ "id": 39108,
54
54
  "nodeType": "PragmaDirective",
55
- "src": "32:25:81",
55
+ "src": "32:25:83",
56
56
  "nodes": [],
57
57
  "literals": [
58
58
  "solidity",
@@ -62,15 +62,15 @@
62
62
  ]
63
63
  },
64
64
  {
65
- "id": 36580,
65
+ "id": 39114,
66
66
  "nodeType": "VariableDeclaration",
67
- "src": "308:41:81",
67
+ "src": "308:41:83",
68
68
  "nodes": [],
69
69
  "constant": true,
70
70
  "mutability": "constant",
71
71
  "name": "BEFORE_SET_RECORD",
72
- "nameLocation": "323:17:81",
73
- "scope": 36661,
72
+ "nameLocation": "323:17:83",
73
+ "scope": 39195,
74
74
  "stateVariable": false,
75
75
  "storageLocation": "default",
76
76
  "typeDescriptions": {
@@ -78,10 +78,10 @@
78
78
  "typeString": "uint8"
79
79
  },
80
80
  "typeName": {
81
- "id": 36576,
81
+ "id": 39110,
82
82
  "name": "uint8",
83
83
  "nodeType": "ElementaryTypeName",
84
- "src": "308:5:81",
84
+ "src": "308:5:83",
85
85
  "typeDescriptions": {
86
86
  "typeIdentifier": "t_uint8",
87
87
  "typeString": "uint8"
@@ -92,21 +92,21 @@
92
92
  "typeIdentifier": "t_rational_1_by_1",
93
93
  "typeString": "int_const 1"
94
94
  },
95
- "id": 36579,
95
+ "id": 39113,
96
96
  "isConstant": false,
97
97
  "isLValue": false,
98
98
  "isPure": true,
99
99
  "lValueRequested": false,
100
100
  "leftExpression": {
101
101
  "hexValue": "31",
102
- "id": 36577,
102
+ "id": 39111,
103
103
  "isConstant": false,
104
104
  "isLValue": false,
105
105
  "isPure": true,
106
106
  "kind": "number",
107
107
  "lValueRequested": false,
108
108
  "nodeType": "Literal",
109
- "src": "343:1:81",
109
+ "src": "343:1:83",
110
110
  "typeDescriptions": {
111
111
  "typeIdentifier": "t_rational_1_by_1",
112
112
  "typeString": "int_const 1"
@@ -117,21 +117,21 @@
117
117
  "operator": "<<",
118
118
  "rightExpression": {
119
119
  "hexValue": "30",
120
- "id": 36578,
120
+ "id": 39112,
121
121
  "isConstant": false,
122
122
  "isLValue": false,
123
123
  "isPure": true,
124
124
  "kind": "number",
125
125
  "lValueRequested": false,
126
126
  "nodeType": "Literal",
127
- "src": "348:1:81",
127
+ "src": "348:1:83",
128
128
  "typeDescriptions": {
129
129
  "typeIdentifier": "t_rational_0_by_1",
130
130
  "typeString": "int_const 0"
131
131
  },
132
132
  "value": "0"
133
133
  },
134
- "src": "343:6:81",
134
+ "src": "343:6:83",
135
135
  "typeDescriptions": {
136
136
  "typeIdentifier": "t_rational_1_by_1",
137
137
  "typeString": "int_const 1"
@@ -140,15 +140,15 @@
140
140
  "visibility": "internal"
141
141
  },
142
142
  {
143
- "id": 36586,
143
+ "id": 39120,
144
144
  "nodeType": "VariableDeclaration",
145
- "src": "403:40:81",
145
+ "src": "403:40:83",
146
146
  "nodes": [],
147
147
  "constant": true,
148
148
  "mutability": "constant",
149
149
  "name": "AFTER_SET_RECORD",
150
- "nameLocation": "418:16:81",
151
- "scope": 36661,
150
+ "nameLocation": "418:16:83",
151
+ "scope": 39195,
152
152
  "stateVariable": false,
153
153
  "storageLocation": "default",
154
154
  "typeDescriptions": {
@@ -156,10 +156,10 @@
156
156
  "typeString": "uint8"
157
157
  },
158
158
  "typeName": {
159
- "id": 36582,
159
+ "id": 39116,
160
160
  "name": "uint8",
161
161
  "nodeType": "ElementaryTypeName",
162
- "src": "403:5:81",
162
+ "src": "403:5:83",
163
163
  "typeDescriptions": {
164
164
  "typeIdentifier": "t_uint8",
165
165
  "typeString": "uint8"
@@ -170,21 +170,21 @@
170
170
  "typeIdentifier": "t_rational_2_by_1",
171
171
  "typeString": "int_const 2"
172
172
  },
173
- "id": 36585,
173
+ "id": 39119,
174
174
  "isConstant": false,
175
175
  "isLValue": false,
176
176
  "isPure": true,
177
177
  "lValueRequested": false,
178
178
  "leftExpression": {
179
179
  "hexValue": "31",
180
- "id": 36583,
180
+ "id": 39117,
181
181
  "isConstant": false,
182
182
  "isLValue": false,
183
183
  "isPure": true,
184
184
  "kind": "number",
185
185
  "lValueRequested": false,
186
186
  "nodeType": "Literal",
187
- "src": "437:1:81",
187
+ "src": "437:1:83",
188
188
  "typeDescriptions": {
189
189
  "typeIdentifier": "t_rational_1_by_1",
190
190
  "typeString": "int_const 1"
@@ -195,21 +195,21 @@
195
195
  "operator": "<<",
196
196
  "rightExpression": {
197
197
  "hexValue": "31",
198
- "id": 36584,
198
+ "id": 39118,
199
199
  "isConstant": false,
200
200
  "isLValue": false,
201
201
  "isPure": true,
202
202
  "kind": "number",
203
203
  "lValueRequested": false,
204
204
  "nodeType": "Literal",
205
- "src": "442:1:81",
205
+ "src": "442:1:83",
206
206
  "typeDescriptions": {
207
207
  "typeIdentifier": "t_rational_1_by_1",
208
208
  "typeString": "int_const 1"
209
209
  },
210
210
  "value": "1"
211
211
  },
212
- "src": "437:6:81",
212
+ "src": "437:6:83",
213
213
  "typeDescriptions": {
214
214
  "typeIdentifier": "t_rational_2_by_1",
215
215
  "typeString": "int_const 2"
@@ -218,15 +218,15 @@
218
218
  "visibility": "internal"
219
219
  },
220
220
  {
221
- "id": 36592,
221
+ "id": 39126,
222
222
  "nodeType": "VariableDeclaration",
223
- "src": "505:49:81",
223
+ "src": "505:49:83",
224
224
  "nodes": [],
225
225
  "constant": true,
226
226
  "mutability": "constant",
227
227
  "name": "BEFORE_SPLICE_STATIC_DATA",
228
- "nameLocation": "520:25:81",
229
- "scope": 36661,
228
+ "nameLocation": "520:25:83",
229
+ "scope": 39195,
230
230
  "stateVariable": false,
231
231
  "storageLocation": "default",
232
232
  "typeDescriptions": {
@@ -234,10 +234,10 @@
234
234
  "typeString": "uint8"
235
235
  },
236
236
  "typeName": {
237
- "id": 36588,
237
+ "id": 39122,
238
238
  "name": "uint8",
239
239
  "nodeType": "ElementaryTypeName",
240
- "src": "505:5:81",
240
+ "src": "505:5:83",
241
241
  "typeDescriptions": {
242
242
  "typeIdentifier": "t_uint8",
243
243
  "typeString": "uint8"
@@ -248,21 +248,21 @@
248
248
  "typeIdentifier": "t_rational_4_by_1",
249
249
  "typeString": "int_const 4"
250
250
  },
251
- "id": 36591,
251
+ "id": 39125,
252
252
  "isConstant": false,
253
253
  "isLValue": false,
254
254
  "isPure": true,
255
255
  "lValueRequested": false,
256
256
  "leftExpression": {
257
257
  "hexValue": "31",
258
- "id": 36589,
258
+ "id": 39123,
259
259
  "isConstant": false,
260
260
  "isLValue": false,
261
261
  "isPure": true,
262
262
  "kind": "number",
263
263
  "lValueRequested": false,
264
264
  "nodeType": "Literal",
265
- "src": "548:1:81",
265
+ "src": "548:1:83",
266
266
  "typeDescriptions": {
267
267
  "typeIdentifier": "t_rational_1_by_1",
268
268
  "typeString": "int_const 1"
@@ -273,21 +273,21 @@
273
273
  "operator": "<<",
274
274
  "rightExpression": {
275
275
  "hexValue": "32",
276
- "id": 36590,
276
+ "id": 39124,
277
277
  "isConstant": false,
278
278
  "isLValue": false,
279
279
  "isPure": true,
280
280
  "kind": "number",
281
281
  "lValueRequested": false,
282
282
  "nodeType": "Literal",
283
- "src": "553:1:81",
283
+ "src": "553:1:83",
284
284
  "typeDescriptions": {
285
285
  "typeIdentifier": "t_rational_2_by_1",
286
286
  "typeString": "int_const 2"
287
287
  },
288
288
  "value": "2"
289
289
  },
290
- "src": "548:6:81",
290
+ "src": "548:6:83",
291
291
  "typeDescriptions": {
292
292
  "typeIdentifier": "t_rational_4_by_1",
293
293
  "typeString": "int_const 4"
@@ -296,15 +296,15 @@
296
296
  "visibility": "internal"
297
297
  },
298
298
  {
299
- "id": 36598,
299
+ "id": 39132,
300
300
  "nodeType": "VariableDeclaration",
301
- "src": "615:48:81",
301
+ "src": "615:48:83",
302
302
  "nodes": [],
303
303
  "constant": true,
304
304
  "mutability": "constant",
305
305
  "name": "AFTER_SPLICE_STATIC_DATA",
306
- "nameLocation": "630:24:81",
307
- "scope": 36661,
306
+ "nameLocation": "630:24:83",
307
+ "scope": 39195,
308
308
  "stateVariable": false,
309
309
  "storageLocation": "default",
310
310
  "typeDescriptions": {
@@ -312,10 +312,10 @@
312
312
  "typeString": "uint8"
313
313
  },
314
314
  "typeName": {
315
- "id": 36594,
315
+ "id": 39128,
316
316
  "name": "uint8",
317
317
  "nodeType": "ElementaryTypeName",
318
- "src": "615:5:81",
318
+ "src": "615:5:83",
319
319
  "typeDescriptions": {
320
320
  "typeIdentifier": "t_uint8",
321
321
  "typeString": "uint8"
@@ -326,21 +326,21 @@
326
326
  "typeIdentifier": "t_rational_8_by_1",
327
327
  "typeString": "int_const 8"
328
328
  },
329
- "id": 36597,
329
+ "id": 39131,
330
330
  "isConstant": false,
331
331
  "isLValue": false,
332
332
  "isPure": true,
333
333
  "lValueRequested": false,
334
334
  "leftExpression": {
335
335
  "hexValue": "31",
336
- "id": 36595,
336
+ "id": 39129,
337
337
  "isConstant": false,
338
338
  "isLValue": false,
339
339
  "isPure": true,
340
340
  "kind": "number",
341
341
  "lValueRequested": false,
342
342
  "nodeType": "Literal",
343
- "src": "657:1:81",
343
+ "src": "657:1:83",
344
344
  "typeDescriptions": {
345
345
  "typeIdentifier": "t_rational_1_by_1",
346
346
  "typeString": "int_const 1"
@@ -351,21 +351,21 @@
351
351
  "operator": "<<",
352
352
  "rightExpression": {
353
353
  "hexValue": "33",
354
- "id": 36596,
354
+ "id": 39130,
355
355
  "isConstant": false,
356
356
  "isLValue": false,
357
357
  "isPure": true,
358
358
  "kind": "number",
359
359
  "lValueRequested": false,
360
360
  "nodeType": "Literal",
361
- "src": "662:1:81",
361
+ "src": "662:1:83",
362
362
  "typeDescriptions": {
363
363
  "typeIdentifier": "t_rational_3_by_1",
364
364
  "typeString": "int_const 3"
365
365
  },
366
366
  "value": "3"
367
367
  },
368
- "src": "657:6:81",
368
+ "src": "657:6:83",
369
369
  "typeDescriptions": {
370
370
  "typeIdentifier": "t_rational_8_by_1",
371
371
  "typeString": "int_const 8"
@@ -374,15 +374,15 @@
374
374
  "visibility": "internal"
375
375
  },
376
376
  {
377
- "id": 36604,
377
+ "id": 39138,
378
378
  "nodeType": "VariableDeclaration",
379
- "src": "726:50:81",
379
+ "src": "726:50:83",
380
380
  "nodes": [],
381
381
  "constant": true,
382
382
  "mutability": "constant",
383
383
  "name": "BEFORE_SPLICE_DYNAMIC_DATA",
384
- "nameLocation": "741:26:81",
385
- "scope": 36661,
384
+ "nameLocation": "741:26:83",
385
+ "scope": 39195,
386
386
  "stateVariable": false,
387
387
  "storageLocation": "default",
388
388
  "typeDescriptions": {
@@ -390,10 +390,10 @@
390
390
  "typeString": "uint8"
391
391
  },
392
392
  "typeName": {
393
- "id": 36600,
393
+ "id": 39134,
394
394
  "name": "uint8",
395
395
  "nodeType": "ElementaryTypeName",
396
- "src": "726:5:81",
396
+ "src": "726:5:83",
397
397
  "typeDescriptions": {
398
398
  "typeIdentifier": "t_uint8",
399
399
  "typeString": "uint8"
@@ -404,21 +404,21 @@
404
404
  "typeIdentifier": "t_rational_16_by_1",
405
405
  "typeString": "int_const 16"
406
406
  },
407
- "id": 36603,
407
+ "id": 39137,
408
408
  "isConstant": false,
409
409
  "isLValue": false,
410
410
  "isPure": true,
411
411
  "lValueRequested": false,
412
412
  "leftExpression": {
413
413
  "hexValue": "31",
414
- "id": 36601,
414
+ "id": 39135,
415
415
  "isConstant": false,
416
416
  "isLValue": false,
417
417
  "isPure": true,
418
418
  "kind": "number",
419
419
  "lValueRequested": false,
420
420
  "nodeType": "Literal",
421
- "src": "770:1:81",
421
+ "src": "770:1:83",
422
422
  "typeDescriptions": {
423
423
  "typeIdentifier": "t_rational_1_by_1",
424
424
  "typeString": "int_const 1"
@@ -429,21 +429,21 @@
429
429
  "operator": "<<",
430
430
  "rightExpression": {
431
431
  "hexValue": "34",
432
- "id": 36602,
432
+ "id": 39136,
433
433
  "isConstant": false,
434
434
  "isLValue": false,
435
435
  "isPure": true,
436
436
  "kind": "number",
437
437
  "lValueRequested": false,
438
438
  "nodeType": "Literal",
439
- "src": "775:1:81",
439
+ "src": "775:1:83",
440
440
  "typeDescriptions": {
441
441
  "typeIdentifier": "t_rational_4_by_1",
442
442
  "typeString": "int_const 4"
443
443
  },
444
444
  "value": "4"
445
445
  },
446
- "src": "770:6:81",
446
+ "src": "770:6:83",
447
447
  "typeDescriptions": {
448
448
  "typeIdentifier": "t_rational_16_by_1",
449
449
  "typeString": "int_const 16"
@@ -452,15 +452,15 @@
452
452
  "visibility": "internal"
453
453
  },
454
454
  {
455
- "id": 36610,
455
+ "id": 39144,
456
456
  "nodeType": "VariableDeclaration",
457
- "src": "838:49:81",
457
+ "src": "838:49:83",
458
458
  "nodes": [],
459
459
  "constant": true,
460
460
  "mutability": "constant",
461
461
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
462
- "nameLocation": "853:25:81",
463
- "scope": 36661,
462
+ "nameLocation": "853:25:83",
463
+ "scope": 39195,
464
464
  "stateVariable": false,
465
465
  "storageLocation": "default",
466
466
  "typeDescriptions": {
@@ -468,10 +468,10 @@
468
468
  "typeString": "uint8"
469
469
  },
470
470
  "typeName": {
471
- "id": 36606,
471
+ "id": 39140,
472
472
  "name": "uint8",
473
473
  "nodeType": "ElementaryTypeName",
474
- "src": "838:5:81",
474
+ "src": "838:5:83",
475
475
  "typeDescriptions": {
476
476
  "typeIdentifier": "t_uint8",
477
477
  "typeString": "uint8"
@@ -482,21 +482,21 @@
482
482
  "typeIdentifier": "t_rational_32_by_1",
483
483
  "typeString": "int_const 32"
484
484
  },
485
- "id": 36609,
485
+ "id": 39143,
486
486
  "isConstant": false,
487
487
  "isLValue": false,
488
488
  "isPure": true,
489
489
  "lValueRequested": false,
490
490
  "leftExpression": {
491
491
  "hexValue": "31",
492
- "id": 36607,
492
+ "id": 39141,
493
493
  "isConstant": false,
494
494
  "isLValue": false,
495
495
  "isPure": true,
496
496
  "kind": "number",
497
497
  "lValueRequested": false,
498
498
  "nodeType": "Literal",
499
- "src": "881:1:81",
499
+ "src": "881:1:83",
500
500
  "typeDescriptions": {
501
501
  "typeIdentifier": "t_rational_1_by_1",
502
502
  "typeString": "int_const 1"
@@ -507,21 +507,21 @@
507
507
  "operator": "<<",
508
508
  "rightExpression": {
509
509
  "hexValue": "35",
510
- "id": 36608,
510
+ "id": 39142,
511
511
  "isConstant": false,
512
512
  "isLValue": false,
513
513
  "isPure": true,
514
514
  "kind": "number",
515
515
  "lValueRequested": false,
516
516
  "nodeType": "Literal",
517
- "src": "886:1:81",
517
+ "src": "886:1:83",
518
518
  "typeDescriptions": {
519
519
  "typeIdentifier": "t_rational_5_by_1",
520
520
  "typeString": "int_const 5"
521
521
  },
522
522
  "value": "5"
523
523
  },
524
- "src": "881:6:81",
524
+ "src": "881:6:83",
525
525
  "typeDescriptions": {
526
526
  "typeIdentifier": "t_rational_32_by_1",
527
527
  "typeString": "int_const 32"
@@ -530,15 +530,15 @@
530
530
  "visibility": "internal"
531
531
  },
532
532
  {
533
- "id": 36616,
533
+ "id": 39150,
534
534
  "nodeType": "VariableDeclaration",
535
- "src": "945:44:81",
535
+ "src": "945:44:83",
536
536
  "nodes": [],
537
537
  "constant": true,
538
538
  "mutability": "constant",
539
539
  "name": "BEFORE_DELETE_RECORD",
540
- "nameLocation": "960:20:81",
541
- "scope": 36661,
540
+ "nameLocation": "960:20:83",
541
+ "scope": 39195,
542
542
  "stateVariable": false,
543
543
  "storageLocation": "default",
544
544
  "typeDescriptions": {
@@ -546,10 +546,10 @@
546
546
  "typeString": "uint8"
547
547
  },
548
548
  "typeName": {
549
- "id": 36612,
549
+ "id": 39146,
550
550
  "name": "uint8",
551
551
  "nodeType": "ElementaryTypeName",
552
- "src": "945:5:81",
552
+ "src": "945:5:83",
553
553
  "typeDescriptions": {
554
554
  "typeIdentifier": "t_uint8",
555
555
  "typeString": "uint8"
@@ -560,21 +560,21 @@
560
560
  "typeIdentifier": "t_rational_64_by_1",
561
561
  "typeString": "int_const 64"
562
562
  },
563
- "id": 36615,
563
+ "id": 39149,
564
564
  "isConstant": false,
565
565
  "isLValue": false,
566
566
  "isPure": true,
567
567
  "lValueRequested": false,
568
568
  "leftExpression": {
569
569
  "hexValue": "31",
570
- "id": 36613,
570
+ "id": 39147,
571
571
  "isConstant": false,
572
572
  "isLValue": false,
573
573
  "isPure": true,
574
574
  "kind": "number",
575
575
  "lValueRequested": false,
576
576
  "nodeType": "Literal",
577
- "src": "983:1:81",
577
+ "src": "983:1:83",
578
578
  "typeDescriptions": {
579
579
  "typeIdentifier": "t_rational_1_by_1",
580
580
  "typeString": "int_const 1"
@@ -585,21 +585,21 @@
585
585
  "operator": "<<",
586
586
  "rightExpression": {
587
587
  "hexValue": "36",
588
- "id": 36614,
588
+ "id": 39148,
589
589
  "isConstant": false,
590
590
  "isLValue": false,
591
591
  "isPure": true,
592
592
  "kind": "number",
593
593
  "lValueRequested": false,
594
594
  "nodeType": "Literal",
595
- "src": "988:1:81",
595
+ "src": "988:1:83",
596
596
  "typeDescriptions": {
597
597
  "typeIdentifier": "t_rational_6_by_1",
598
598
  "typeString": "int_const 6"
599
599
  },
600
600
  "value": "6"
601
601
  },
602
- "src": "983:6:81",
602
+ "src": "983:6:83",
603
603
  "typeDescriptions": {
604
604
  "typeIdentifier": "t_rational_64_by_1",
605
605
  "typeString": "int_const 64"
@@ -608,15 +608,15 @@
608
608
  "visibility": "internal"
609
609
  },
610
610
  {
611
- "id": 36622,
611
+ "id": 39156,
612
612
  "nodeType": "VariableDeclaration",
613
- "src": "1046:43:81",
613
+ "src": "1046:43:83",
614
614
  "nodes": [],
615
615
  "constant": true,
616
616
  "mutability": "constant",
617
617
  "name": "AFTER_DELETE_RECORD",
618
- "nameLocation": "1061:19:81",
619
- "scope": 36661,
618
+ "nameLocation": "1061:19:83",
619
+ "scope": 39195,
620
620
  "stateVariable": false,
621
621
  "storageLocation": "default",
622
622
  "typeDescriptions": {
@@ -624,10 +624,10 @@
624
624
  "typeString": "uint8"
625
625
  },
626
626
  "typeName": {
627
- "id": 36618,
627
+ "id": 39152,
628
628
  "name": "uint8",
629
629
  "nodeType": "ElementaryTypeName",
630
- "src": "1046:5:81",
630
+ "src": "1046:5:83",
631
631
  "typeDescriptions": {
632
632
  "typeIdentifier": "t_uint8",
633
633
  "typeString": "uint8"
@@ -638,21 +638,21 @@
638
638
  "typeIdentifier": "t_rational_128_by_1",
639
639
  "typeString": "int_const 128"
640
640
  },
641
- "id": 36621,
641
+ "id": 39155,
642
642
  "isConstant": false,
643
643
  "isLValue": false,
644
644
  "isPure": true,
645
645
  "lValueRequested": false,
646
646
  "leftExpression": {
647
647
  "hexValue": "31",
648
- "id": 36619,
648
+ "id": 39153,
649
649
  "isConstant": false,
650
650
  "isLValue": false,
651
651
  "isPure": true,
652
652
  "kind": "number",
653
653
  "lValueRequested": false,
654
654
  "nodeType": "Literal",
655
- "src": "1083:1:81",
655
+ "src": "1083:1:83",
656
656
  "typeDescriptions": {
657
657
  "typeIdentifier": "t_rational_1_by_1",
658
658
  "typeString": "int_const 1"
@@ -663,21 +663,21 @@
663
663
  "operator": "<<",
664
664
  "rightExpression": {
665
665
  "hexValue": "37",
666
- "id": 36620,
666
+ "id": 39154,
667
667
  "isConstant": false,
668
668
  "isLValue": false,
669
669
  "isPure": true,
670
670
  "kind": "number",
671
671
  "lValueRequested": false,
672
672
  "nodeType": "Literal",
673
- "src": "1088:1:81",
673
+ "src": "1088:1:83",
674
674
  "typeDescriptions": {
675
675
  "typeIdentifier": "t_rational_7_by_1",
676
676
  "typeString": "int_const 7"
677
677
  },
678
678
  "value": "7"
679
679
  },
680
- "src": "1083:6:81",
680
+ "src": "1083:6:83",
681
681
  "typeDescriptions": {
682
682
  "typeIdentifier": "t_rational_128_by_1",
683
683
  "typeString": "int_const 128"
@@ -686,15 +686,15 @@
686
686
  "visibility": "internal"
687
687
  },
688
688
  {
689
- "id": 36640,
689
+ "id": 39174,
690
690
  "nodeType": "VariableDeclaration",
691
- "src": "1129:228:81",
691
+ "src": "1129:228:83",
692
692
  "nodes": [],
693
693
  "constant": true,
694
694
  "mutability": "constant",
695
695
  "name": "ALL",
696
- "nameLocation": "1144:3:81",
697
- "scope": 36661,
696
+ "nameLocation": "1144:3:83",
697
+ "scope": 39195,
698
698
  "stateVariable": false,
699
699
  "storageLocation": "default",
700
700
  "typeDescriptions": {
@@ -702,10 +702,10 @@
702
702
  "typeString": "uint8"
703
703
  },
704
704
  "typeName": {
705
- "id": 36624,
705
+ "id": 39158,
706
706
  "name": "uint8",
707
707
  "nodeType": "ElementaryTypeName",
708
- "src": "1129:5:81",
708
+ "src": "1129:5:83",
709
709
  "typeDescriptions": {
710
710
  "typeIdentifier": "t_uint8",
711
711
  "typeString": "uint8"
@@ -716,7 +716,7 @@
716
716
  "typeIdentifier": "t_uint8",
717
717
  "typeString": "uint8"
718
718
  },
719
- "id": 36639,
719
+ "id": 39173,
720
720
  "isConstant": false,
721
721
  "isLValue": false,
722
722
  "isPure": true,
@@ -726,7 +726,7 @@
726
726
  "typeIdentifier": "t_uint8",
727
727
  "typeString": "uint8"
728
728
  },
729
- "id": 36637,
729
+ "id": 39171,
730
730
  "isConstant": false,
731
731
  "isLValue": false,
732
732
  "isPure": true,
@@ -736,7 +736,7 @@
736
736
  "typeIdentifier": "t_uint8",
737
737
  "typeString": "uint8"
738
738
  },
739
- "id": 36635,
739
+ "id": 39169,
740
740
  "isConstant": false,
741
741
  "isLValue": false,
742
742
  "isPure": true,
@@ -746,7 +746,7 @@
746
746
  "typeIdentifier": "t_uint8",
747
747
  "typeString": "uint8"
748
748
  },
749
- "id": 36633,
749
+ "id": 39167,
750
750
  "isConstant": false,
751
751
  "isLValue": false,
752
752
  "isPure": true,
@@ -756,7 +756,7 @@
756
756
  "typeIdentifier": "t_uint8",
757
757
  "typeString": "uint8"
758
758
  },
759
- "id": 36631,
759
+ "id": 39165,
760
760
  "isConstant": false,
761
761
  "isLValue": false,
762
762
  "isPure": true,
@@ -766,7 +766,7 @@
766
766
  "typeIdentifier": "t_uint8",
767
767
  "typeString": "uint8"
768
768
  },
769
- "id": 36629,
769
+ "id": 39163,
770
770
  "isConstant": false,
771
771
  "isLValue": false,
772
772
  "isPure": true,
@@ -776,18 +776,18 @@
776
776
  "typeIdentifier": "t_uint8",
777
777
  "typeString": "uint8"
778
778
  },
779
- "id": 36627,
779
+ "id": 39161,
780
780
  "isConstant": false,
781
781
  "isLValue": false,
782
782
  "isPure": true,
783
783
  "lValueRequested": false,
784
784
  "leftExpression": {
785
- "id": 36625,
785
+ "id": 39159,
786
786
  "name": "BEFORE_SET_RECORD",
787
787
  "nodeType": "Identifier",
788
788
  "overloadedDeclarations": [],
789
- "referencedDeclaration": 36580,
790
- "src": "1150:17:81",
789
+ "referencedDeclaration": 39114,
790
+ "src": "1150:17:83",
791
791
  "typeDescriptions": {
792
792
  "typeIdentifier": "t_uint8",
793
793
  "typeString": "uint8"
@@ -796,18 +796,18 @@
796
796
  "nodeType": "BinaryOperation",
797
797
  "operator": "|",
798
798
  "rightExpression": {
799
- "id": 36626,
799
+ "id": 39160,
800
800
  "name": "AFTER_SET_RECORD",
801
801
  "nodeType": "Identifier",
802
802
  "overloadedDeclarations": [],
803
- "referencedDeclaration": 36586,
804
- "src": "1172:16:81",
803
+ "referencedDeclaration": 39120,
804
+ "src": "1172:16:83",
805
805
  "typeDescriptions": {
806
806
  "typeIdentifier": "t_uint8",
807
807
  "typeString": "uint8"
808
808
  }
809
809
  },
810
- "src": "1150:38:81",
810
+ "src": "1150:38:83",
811
811
  "typeDescriptions": {
812
812
  "typeIdentifier": "t_uint8",
813
813
  "typeString": "uint8"
@@ -816,18 +816,18 @@
816
816
  "nodeType": "BinaryOperation",
817
817
  "operator": "|",
818
818
  "rightExpression": {
819
- "id": 36628,
819
+ "id": 39162,
820
820
  "name": "BEFORE_SPLICE_STATIC_DATA",
821
821
  "nodeType": "Identifier",
822
822
  "overloadedDeclarations": [],
823
- "referencedDeclaration": 36592,
824
- "src": "1193:25:81",
823
+ "referencedDeclaration": 39126,
824
+ "src": "1193:25:83",
825
825
  "typeDescriptions": {
826
826
  "typeIdentifier": "t_uint8",
827
827
  "typeString": "uint8"
828
828
  }
829
829
  },
830
- "src": "1150:68:81",
830
+ "src": "1150:68:83",
831
831
  "typeDescriptions": {
832
832
  "typeIdentifier": "t_uint8",
833
833
  "typeString": "uint8"
@@ -836,18 +836,18 @@
836
836
  "nodeType": "BinaryOperation",
837
837
  "operator": "|",
838
838
  "rightExpression": {
839
- "id": 36630,
839
+ "id": 39164,
840
840
  "name": "AFTER_SPLICE_STATIC_DATA",
841
841
  "nodeType": "Identifier",
842
842
  "overloadedDeclarations": [],
843
- "referencedDeclaration": 36598,
844
- "src": "1223:24:81",
843
+ "referencedDeclaration": 39132,
844
+ "src": "1223:24:83",
845
845
  "typeDescriptions": {
846
846
  "typeIdentifier": "t_uint8",
847
847
  "typeString": "uint8"
848
848
  }
849
849
  },
850
- "src": "1150:97:81",
850
+ "src": "1150:97:83",
851
851
  "typeDescriptions": {
852
852
  "typeIdentifier": "t_uint8",
853
853
  "typeString": "uint8"
@@ -856,18 +856,18 @@
856
856
  "nodeType": "BinaryOperation",
857
857
  "operator": "|",
858
858
  "rightExpression": {
859
- "id": 36632,
859
+ "id": 39166,
860
860
  "name": "BEFORE_SPLICE_DYNAMIC_DATA",
861
861
  "nodeType": "Identifier",
862
862
  "overloadedDeclarations": [],
863
- "referencedDeclaration": 36604,
864
- "src": "1252:26:81",
863
+ "referencedDeclaration": 39138,
864
+ "src": "1252:26:83",
865
865
  "typeDescriptions": {
866
866
  "typeIdentifier": "t_uint8",
867
867
  "typeString": "uint8"
868
868
  }
869
869
  },
870
- "src": "1150:128:81",
870
+ "src": "1150:128:83",
871
871
  "typeDescriptions": {
872
872
  "typeIdentifier": "t_uint8",
873
873
  "typeString": "uint8"
@@ -876,18 +876,18 @@
876
876
  "nodeType": "BinaryOperation",
877
877
  "operator": "|",
878
878
  "rightExpression": {
879
- "id": 36634,
879
+ "id": 39168,
880
880
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
881
881
  "nodeType": "Identifier",
882
882
  "overloadedDeclarations": [],
883
- "referencedDeclaration": 36610,
884
- "src": "1283:25:81",
883
+ "referencedDeclaration": 39144,
884
+ "src": "1283:25:83",
885
885
  "typeDescriptions": {
886
886
  "typeIdentifier": "t_uint8",
887
887
  "typeString": "uint8"
888
888
  }
889
889
  },
890
- "src": "1150:158:81",
890
+ "src": "1150:158:83",
891
891
  "typeDescriptions": {
892
892
  "typeIdentifier": "t_uint8",
893
893
  "typeString": "uint8"
@@ -896,18 +896,18 @@
896
896
  "nodeType": "BinaryOperation",
897
897
  "operator": "|",
898
898
  "rightExpression": {
899
- "id": 36636,
899
+ "id": 39170,
900
900
  "name": "BEFORE_DELETE_RECORD",
901
901
  "nodeType": "Identifier",
902
902
  "overloadedDeclarations": [],
903
- "referencedDeclaration": 36616,
904
- "src": "1313:20:81",
903
+ "referencedDeclaration": 39150,
904
+ "src": "1313:20:83",
905
905
  "typeDescriptions": {
906
906
  "typeIdentifier": "t_uint8",
907
907
  "typeString": "uint8"
908
908
  }
909
909
  },
910
- "src": "1150:183:81",
910
+ "src": "1150:183:83",
911
911
  "typeDescriptions": {
912
912
  "typeIdentifier": "t_uint8",
913
913
  "typeString": "uint8"
@@ -916,18 +916,18 @@
916
916
  "nodeType": "BinaryOperation",
917
917
  "operator": "|",
918
918
  "rightExpression": {
919
- "id": 36638,
919
+ "id": 39172,
920
920
  "name": "AFTER_DELETE_RECORD",
921
921
  "nodeType": "Identifier",
922
922
  "overloadedDeclarations": [],
923
- "referencedDeclaration": 36622,
924
- "src": "1338:19:81",
923
+ "referencedDeclaration": 39156,
924
+ "src": "1338:19:83",
925
925
  "typeDescriptions": {
926
926
  "typeIdentifier": "t_uint8",
927
927
  "typeString": "uint8"
928
928
  }
929
929
  },
930
- "src": "1150:207:81",
930
+ "src": "1150:207:83",
931
931
  "typeDescriptions": {
932
932
  "typeIdentifier": "t_uint8",
933
933
  "typeString": "uint8"
@@ -936,15 +936,15 @@
936
936
  "visibility": "internal"
937
937
  },
938
938
  {
939
- "id": 36650,
939
+ "id": 39184,
940
940
  "nodeType": "VariableDeclaration",
941
- "src": "1406:131:81",
941
+ "src": "1406:131:83",
942
942
  "nodes": [],
943
943
  "constant": true,
944
944
  "mutability": "constant",
945
945
  "name": "BEFORE_ALL",
946
- "nameLocation": "1421:10:81",
947
- "scope": 36661,
946
+ "nameLocation": "1421:10:83",
947
+ "scope": 39195,
948
948
  "stateVariable": false,
949
949
  "storageLocation": "default",
950
950
  "typeDescriptions": {
@@ -952,10 +952,10 @@
952
952
  "typeString": "uint8"
953
953
  },
954
954
  "typeName": {
955
- "id": 36642,
955
+ "id": 39176,
956
956
  "name": "uint8",
957
957
  "nodeType": "ElementaryTypeName",
958
- "src": "1406:5:81",
958
+ "src": "1406:5:83",
959
959
  "typeDescriptions": {
960
960
  "typeIdentifier": "t_uint8",
961
961
  "typeString": "uint8"
@@ -966,7 +966,7 @@
966
966
  "typeIdentifier": "t_uint8",
967
967
  "typeString": "uint8"
968
968
  },
969
- "id": 36649,
969
+ "id": 39183,
970
970
  "isConstant": false,
971
971
  "isLValue": false,
972
972
  "isPure": true,
@@ -976,7 +976,7 @@
976
976
  "typeIdentifier": "t_uint8",
977
977
  "typeString": "uint8"
978
978
  },
979
- "id": 36647,
979
+ "id": 39181,
980
980
  "isConstant": false,
981
981
  "isLValue": false,
982
982
  "isPure": true,
@@ -986,18 +986,18 @@
986
986
  "typeIdentifier": "t_uint8",
987
987
  "typeString": "uint8"
988
988
  },
989
- "id": 36645,
989
+ "id": 39179,
990
990
  "isConstant": false,
991
991
  "isLValue": false,
992
992
  "isPure": true,
993
993
  "lValueRequested": false,
994
994
  "leftExpression": {
995
- "id": 36643,
995
+ "id": 39177,
996
996
  "name": "BEFORE_SET_RECORD",
997
997
  "nodeType": "Identifier",
998
998
  "overloadedDeclarations": [],
999
- "referencedDeclaration": 36580,
1000
- "src": "1434:17:81",
999
+ "referencedDeclaration": 39114,
1000
+ "src": "1434:17:83",
1001
1001
  "typeDescriptions": {
1002
1002
  "typeIdentifier": "t_uint8",
1003
1003
  "typeString": "uint8"
@@ -1006,18 +1006,18 @@
1006
1006
  "nodeType": "BinaryOperation",
1007
1007
  "operator": "|",
1008
1008
  "rightExpression": {
1009
- "id": 36644,
1009
+ "id": 39178,
1010
1010
  "name": "BEFORE_SPLICE_STATIC_DATA",
1011
1011
  "nodeType": "Identifier",
1012
1012
  "overloadedDeclarations": [],
1013
- "referencedDeclaration": 36592,
1014
- "src": "1456:25:81",
1013
+ "referencedDeclaration": 39126,
1014
+ "src": "1456:25:83",
1015
1015
  "typeDescriptions": {
1016
1016
  "typeIdentifier": "t_uint8",
1017
1017
  "typeString": "uint8"
1018
1018
  }
1019
1019
  },
1020
- "src": "1434:47:81",
1020
+ "src": "1434:47:83",
1021
1021
  "typeDescriptions": {
1022
1022
  "typeIdentifier": "t_uint8",
1023
1023
  "typeString": "uint8"
@@ -1026,18 +1026,18 @@
1026
1026
  "nodeType": "BinaryOperation",
1027
1027
  "operator": "|",
1028
1028
  "rightExpression": {
1029
- "id": 36646,
1029
+ "id": 39180,
1030
1030
  "name": "BEFORE_SPLICE_DYNAMIC_DATA",
1031
1031
  "nodeType": "Identifier",
1032
1032
  "overloadedDeclarations": [],
1033
- "referencedDeclaration": 36604,
1034
- "src": "1486:26:81",
1033
+ "referencedDeclaration": 39138,
1034
+ "src": "1486:26:83",
1035
1035
  "typeDescriptions": {
1036
1036
  "typeIdentifier": "t_uint8",
1037
1037
  "typeString": "uint8"
1038
1038
  }
1039
1039
  },
1040
- "src": "1434:78:81",
1040
+ "src": "1434:78:83",
1041
1041
  "typeDescriptions": {
1042
1042
  "typeIdentifier": "t_uint8",
1043
1043
  "typeString": "uint8"
@@ -1046,18 +1046,18 @@
1046
1046
  "nodeType": "BinaryOperation",
1047
1047
  "operator": "|",
1048
1048
  "rightExpression": {
1049
- "id": 36648,
1049
+ "id": 39182,
1050
1050
  "name": "BEFORE_DELETE_RECORD",
1051
1051
  "nodeType": "Identifier",
1052
1052
  "overloadedDeclarations": [],
1053
- "referencedDeclaration": 36616,
1054
- "src": "1517:20:81",
1053
+ "referencedDeclaration": 39150,
1054
+ "src": "1517:20:83",
1055
1055
  "typeDescriptions": {
1056
1056
  "typeIdentifier": "t_uint8",
1057
1057
  "typeString": "uint8"
1058
1058
  }
1059
1059
  },
1060
- "src": "1434:103:81",
1060
+ "src": "1434:103:83",
1061
1061
  "typeDescriptions": {
1062
1062
  "typeIdentifier": "t_uint8",
1063
1063
  "typeString": "uint8"
@@ -1066,15 +1066,15 @@
1066
1066
  "visibility": "internal"
1067
1067
  },
1068
1068
  {
1069
- "id": 36660,
1069
+ "id": 39194,
1070
1070
  "nodeType": "VariableDeclaration",
1071
- "src": "1585:126:81",
1071
+ "src": "1585:126:83",
1072
1072
  "nodes": [],
1073
1073
  "constant": true,
1074
1074
  "mutability": "constant",
1075
1075
  "name": "AFTER_ALL",
1076
- "nameLocation": "1600:9:81",
1077
- "scope": 36661,
1076
+ "nameLocation": "1600:9:83",
1077
+ "scope": 39195,
1078
1078
  "stateVariable": false,
1079
1079
  "storageLocation": "default",
1080
1080
  "typeDescriptions": {
@@ -1082,10 +1082,10 @@
1082
1082
  "typeString": "uint8"
1083
1083
  },
1084
1084
  "typeName": {
1085
- "id": 36652,
1085
+ "id": 39186,
1086
1086
  "name": "uint8",
1087
1087
  "nodeType": "ElementaryTypeName",
1088
- "src": "1585:5:81",
1088
+ "src": "1585:5:83",
1089
1089
  "typeDescriptions": {
1090
1090
  "typeIdentifier": "t_uint8",
1091
1091
  "typeString": "uint8"
@@ -1096,7 +1096,7 @@
1096
1096
  "typeIdentifier": "t_uint8",
1097
1097
  "typeString": "uint8"
1098
1098
  },
1099
- "id": 36659,
1099
+ "id": 39193,
1100
1100
  "isConstant": false,
1101
1101
  "isLValue": false,
1102
1102
  "isPure": true,
@@ -1106,7 +1106,7 @@
1106
1106
  "typeIdentifier": "t_uint8",
1107
1107
  "typeString": "uint8"
1108
1108
  },
1109
- "id": 36657,
1109
+ "id": 39191,
1110
1110
  "isConstant": false,
1111
1111
  "isLValue": false,
1112
1112
  "isPure": true,
@@ -1116,18 +1116,18 @@
1116
1116
  "typeIdentifier": "t_uint8",
1117
1117
  "typeString": "uint8"
1118
1118
  },
1119
- "id": 36655,
1119
+ "id": 39189,
1120
1120
  "isConstant": false,
1121
1121
  "isLValue": false,
1122
1122
  "isPure": true,
1123
1123
  "lValueRequested": false,
1124
1124
  "leftExpression": {
1125
- "id": 36653,
1125
+ "id": 39187,
1126
1126
  "name": "AFTER_SET_RECORD",
1127
1127
  "nodeType": "Identifier",
1128
1128
  "overloadedDeclarations": [],
1129
- "referencedDeclaration": 36586,
1130
- "src": "1612:16:81",
1129
+ "referencedDeclaration": 39120,
1130
+ "src": "1612:16:83",
1131
1131
  "typeDescriptions": {
1132
1132
  "typeIdentifier": "t_uint8",
1133
1133
  "typeString": "uint8"
@@ -1136,18 +1136,18 @@
1136
1136
  "nodeType": "BinaryOperation",
1137
1137
  "operator": "|",
1138
1138
  "rightExpression": {
1139
- "id": 36654,
1139
+ "id": 39188,
1140
1140
  "name": "AFTER_SPLICE_STATIC_DATA",
1141
1141
  "nodeType": "Identifier",
1142
1142
  "overloadedDeclarations": [],
1143
- "referencedDeclaration": 36598,
1144
- "src": "1633:24:81",
1143
+ "referencedDeclaration": 39132,
1144
+ "src": "1633:24:83",
1145
1145
  "typeDescriptions": {
1146
1146
  "typeIdentifier": "t_uint8",
1147
1147
  "typeString": "uint8"
1148
1148
  }
1149
1149
  },
1150
- "src": "1612:45:81",
1150
+ "src": "1612:45:83",
1151
1151
  "typeDescriptions": {
1152
1152
  "typeIdentifier": "t_uint8",
1153
1153
  "typeString": "uint8"
@@ -1156,18 +1156,18 @@
1156
1156
  "nodeType": "BinaryOperation",
1157
1157
  "operator": "|",
1158
1158
  "rightExpression": {
1159
- "id": 36656,
1159
+ "id": 39190,
1160
1160
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
1161
1161
  "nodeType": "Identifier",
1162
1162
  "overloadedDeclarations": [],
1163
- "referencedDeclaration": 36610,
1164
- "src": "1662:25:81",
1163
+ "referencedDeclaration": 39144,
1164
+ "src": "1662:25:83",
1165
1165
  "typeDescriptions": {
1166
1166
  "typeIdentifier": "t_uint8",
1167
1167
  "typeString": "uint8"
1168
1168
  }
1169
1169
  },
1170
- "src": "1612:75:81",
1170
+ "src": "1612:75:83",
1171
1171
  "typeDescriptions": {
1172
1172
  "typeIdentifier": "t_uint8",
1173
1173
  "typeString": "uint8"
@@ -1176,18 +1176,18 @@
1176
1176
  "nodeType": "BinaryOperation",
1177
1177
  "operator": "|",
1178
1178
  "rightExpression": {
1179
- "id": 36658,
1179
+ "id": 39192,
1180
1180
  "name": "AFTER_DELETE_RECORD",
1181
1181
  "nodeType": "Identifier",
1182
1182
  "overloadedDeclarations": [],
1183
- "referencedDeclaration": 36622,
1184
- "src": "1692:19:81",
1183
+ "referencedDeclaration": 39156,
1184
+ "src": "1692:19:83",
1185
1185
  "typeDescriptions": {
1186
1186
  "typeIdentifier": "t_uint8",
1187
1187
  "typeString": "uint8"
1188
1188
  }
1189
1189
  },
1190
- "src": "1612:99:81",
1190
+ "src": "1612:99:83",
1191
1191
  "typeDescriptions": {
1192
1192
  "typeIdentifier": "t_uint8",
1193
1193
  "typeString": "uint8"
@@ -1198,5 +1198,5 @@
1198
1198
  ],
1199
1199
  "license": "MIT"
1200
1200
  },
1201
- "id": 81
1201
+ "id": 83
1202
1202
  }