@latticexyz/world-modules 2.0.0-main-fa74f25e → 2.0.0-main-be5266dc

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 +2614 -2614
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3158 -3158
  5. package/out/DelegationControl.sol/DelegationControl.json +104 -104
  6. package/out/EncodeArray.sol/EncodeArray.json +3253 -3253
  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 +19 -19
  10. package/out/Hook.sol/HookLib.json +19 -19
  11. package/out/Hooks.sol/Hooks.json +99 -99
  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 +10687 -10687
  35. package/out/KeysInTableHook.sol/KeysInTableHook.json +882 -882
  36. package/out/KeysInTableModule.sol/KeysInTableModule.json +542 -542
  37. package/out/KeysWithValue.sol/KeysWithValue.json +3847 -3847
  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 +73 -73
  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 +11 -11
  47. package/out/Slice.sol/SliceLib.json +11 -11
  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 +62 -62
  51. package/out/StoreCore.sol/StoreCoreInternal.json +62 -62
  52. package/out/StoreHook.sol/StoreHook.json +362 -362
  53. package/out/StoreHooks.sol/StoreHooks.json +100 -100
  54. package/out/StoreSwitch.sol/StoreSwitch.json +19 -19
  55. package/out/System.sol/System.json +38 -38
  56. package/out/Tables.sol/Tables.json +101 -101
  57. package/out/TightCoder.sol/TightCoder.json +553 -553
  58. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +127 -127
  59. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +2005 -2005
  60. package/out/UniqueEntity.sol/UniqueEntity.json +1421 -1421
  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 +2741 -2741
  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 +15 -15
  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 +436 -436
  95. package/out/src/Slice.sol/SliceLib.json +436 -436
  96. package/out/src/StoreCore.sol/StoreCore.json +4474 -4474
  97. package/out/src/StoreCore.sol/StoreCoreInternal.json +4474 -4474
  98. package/out/src/StoreSwitch.sol/StoreSwitch.json +2473 -2473
  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 +1765 -1765
  106. package/out/tables/Tables.sol/Tables.json +7307 -7307
  107. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3253 -3253
  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,38 +10,38 @@
10
10
  },
11
11
  "ast": {
12
12
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol",
13
- "id": 24070,
13
+ "id": 24094,
14
14
  "exportedSymbols": {
15
15
  "MASK_RESOURCE_MODULE": [
16
- 24063
16
+ 24087
17
17
  ],
18
18
  "MASK_RESOURCE_NAMESPACE": [
19
- 24057
19
+ 24081
20
20
  ],
21
21
  "MASK_RESOURCE_SYSTEM": [
22
- 24069
22
+ 24093
23
23
  ],
24
24
  "RESOURCE_MODULE": [
25
- 24048
25
+ 24072
26
26
  ],
27
27
  "RESOURCE_NAMESPACE": [
28
- 24045
28
+ 24069
29
29
  ],
30
30
  "RESOURCE_OFFCHAIN_TABLE": [
31
- 36234
31
+ 36271
32
32
  ],
33
33
  "RESOURCE_SYSTEM": [
34
- 24051
34
+ 24075
35
35
  ],
36
36
  "RESOURCE_TABLE": [
37
- 36231
37
+ 36267
38
38
  ]
39
39
  },
40
40
  "nodeType": "SourceUnit",
41
41
  "src": "32:1200:51",
42
42
  "nodes": [
43
43
  {
44
- "id": 24038,
44
+ "id": 24062,
45
45
  "nodeType": "PragmaDirective",
46
46
  "src": "32:25:51",
47
47
  "nodes": [],
@@ -53,23 +53,23 @@
53
53
  ]
54
54
  },
55
55
  {
56
- "id": 24041,
56
+ "id": 24065,
57
57
  "nodeType": "ImportDirective",
58
58
  "src": "59:103:51",
59
59
  "nodes": [],
60
60
  "absolutePath": "node_modules/@latticexyz/store/src/storeResourceTypes.sol",
61
61
  "file": "@latticexyz/store/src/storeResourceTypes.sol",
62
62
  "nameLocation": "-1:-1:-1",
63
- "scope": 24070,
64
- "sourceUnit": 36235,
63
+ "scope": 24094,
64
+ "sourceUnit": 36272,
65
65
  "symbolAliases": [
66
66
  {
67
67
  "foreign": {
68
- "id": 24039,
68
+ "id": 24063,
69
69
  "name": "RESOURCE_TABLE",
70
70
  "nodeType": "Identifier",
71
71
  "overloadedDeclarations": [],
72
- "referencedDeclaration": 36231,
72
+ "referencedDeclaration": 36267,
73
73
  "src": "68:14:51",
74
74
  "typeDescriptions": {}
75
75
  },
@@ -77,11 +77,11 @@
77
77
  },
78
78
  {
79
79
  "foreign": {
80
- "id": 24040,
80
+ "id": 24064,
81
81
  "name": "RESOURCE_OFFCHAIN_TABLE",
82
82
  "nodeType": "Identifier",
83
83
  "overloadedDeclarations": [],
84
- "referencedDeclaration": 36234,
84
+ "referencedDeclaration": 36271,
85
85
  "src": "84:23:51",
86
86
  "typeDescriptions": {}
87
87
  },
@@ -91,7 +91,7 @@
91
91
  "unitAlias": ""
92
92
  },
93
93
  {
94
- "id": 24045,
94
+ "id": 24069,
95
95
  "nodeType": "VariableDeclaration",
96
96
  "src": "541:41:51",
97
97
  "nodes": [],
@@ -99,7 +99,7 @@
99
99
  "mutability": "constant",
100
100
  "name": "RESOURCE_NAMESPACE",
101
101
  "nameLocation": "557:18:51",
102
- "scope": 24070,
102
+ "scope": 24094,
103
103
  "stateVariable": false,
104
104
  "storageLocation": "default",
105
105
  "typeDescriptions": {
@@ -107,7 +107,7 @@
107
107
  "typeString": "bytes2"
108
108
  },
109
109
  "typeName": {
110
- "id": 24043,
110
+ "id": 24067,
111
111
  "name": "bytes2",
112
112
  "nodeType": "ElementaryTypeName",
113
113
  "src": "541:6:51",
@@ -118,7 +118,7 @@
118
118
  },
119
119
  "value": {
120
120
  "hexValue": "6e73",
121
- "id": 24044,
121
+ "id": 24068,
122
122
  "isConstant": false,
123
123
  "isLValue": false,
124
124
  "isPure": true,
@@ -135,7 +135,7 @@
135
135
  "visibility": "internal"
136
136
  },
137
137
  {
138
- "id": 24048,
138
+ "id": 24072,
139
139
  "nodeType": "VariableDeclaration",
140
140
  "src": "806:38:51",
141
141
  "nodes": [],
@@ -143,7 +143,7 @@
143
143
  "mutability": "constant",
144
144
  "name": "RESOURCE_MODULE",
145
145
  "nameLocation": "822:15:51",
146
- "scope": 24070,
146
+ "scope": 24094,
147
147
  "stateVariable": false,
148
148
  "storageLocation": "default",
149
149
  "typeDescriptions": {
@@ -151,7 +151,7 @@
151
151
  "typeString": "bytes2"
152
152
  },
153
153
  "typeName": {
154
- "id": 24046,
154
+ "id": 24070,
155
155
  "name": "bytes2",
156
156
  "nodeType": "ElementaryTypeName",
157
157
  "src": "806:6:51",
@@ -162,7 +162,7 @@
162
162
  },
163
163
  "value": {
164
164
  "hexValue": "6d64",
165
- "id": 24047,
165
+ "id": 24071,
166
166
  "isConstant": false,
167
167
  "isLValue": false,
168
168
  "isPure": true,
@@ -179,7 +179,7 @@
179
179
  "visibility": "internal"
180
180
  },
181
181
  {
182
- "id": 24051,
182
+ "id": 24075,
183
183
  "nodeType": "VariableDeclaration",
184
184
  "src": "929:38:51",
185
185
  "nodes": [],
@@ -187,7 +187,7 @@
187
187
  "mutability": "constant",
188
188
  "name": "RESOURCE_SYSTEM",
189
189
  "nameLocation": "945:15:51",
190
- "scope": 24070,
190
+ "scope": 24094,
191
191
  "stateVariable": false,
192
192
  "storageLocation": "default",
193
193
  "typeDescriptions": {
@@ -195,7 +195,7 @@
195
195
  "typeString": "bytes2"
196
196
  },
197
197
  "typeName": {
198
- "id": 24049,
198
+ "id": 24073,
199
199
  "name": "bytes2",
200
200
  "nodeType": "ElementaryTypeName",
201
201
  "src": "929:6:51",
@@ -206,7 +206,7 @@
206
206
  },
207
207
  "value": {
208
208
  "hexValue": "7379",
209
- "id": 24050,
209
+ "id": 24074,
210
210
  "isConstant": false,
211
211
  "isLValue": false,
212
212
  "isPure": true,
@@ -223,7 +223,7 @@
223
223
  "visibility": "internal"
224
224
  },
225
225
  {
226
- "id": 24057,
226
+ "id": 24081,
227
227
  "nodeType": "VariableDeclaration",
228
228
  "src": "1028:70:51",
229
229
  "nodes": [],
@@ -231,7 +231,7 @@
231
231
  "mutability": "constant",
232
232
  "name": "MASK_RESOURCE_NAMESPACE",
233
233
  "nameLocation": "1045:23:51",
234
- "scope": 24070,
234
+ "scope": 24094,
235
235
  "stateVariable": false,
236
236
  "storageLocation": "default",
237
237
  "typeDescriptions": {
@@ -239,7 +239,7 @@
239
239
  "typeString": "bytes32"
240
240
  },
241
241
  "typeName": {
242
- "id": 24052,
242
+ "id": 24076,
243
243
  "name": "bytes32",
244
244
  "nodeType": "ElementaryTypeName",
245
245
  "src": "1028:7:51",
@@ -251,11 +251,11 @@
251
251
  "value": {
252
252
  "arguments": [
253
253
  {
254
- "id": 24055,
254
+ "id": 24079,
255
255
  "name": "RESOURCE_NAMESPACE",
256
256
  "nodeType": "Identifier",
257
257
  "overloadedDeclarations": [],
258
- "referencedDeclaration": 24045,
258
+ "referencedDeclaration": 24069,
259
259
  "src": "1079:18:51",
260
260
  "typeDescriptions": {
261
261
  "typeIdentifier": "t_bytes2",
@@ -270,7 +270,7 @@
270
270
  "typeString": "bytes2"
271
271
  }
272
272
  ],
273
- "id": 24054,
273
+ "id": 24078,
274
274
  "isConstant": false,
275
275
  "isLValue": false,
276
276
  "isPure": true,
@@ -282,14 +282,14 @@
282
282
  "typeString": "type(bytes32)"
283
283
  },
284
284
  "typeName": {
285
- "id": 24053,
285
+ "id": 24077,
286
286
  "name": "bytes32",
287
287
  "nodeType": "ElementaryTypeName",
288
288
  "src": "1071:7:51",
289
289
  "typeDescriptions": {}
290
290
  }
291
291
  },
292
- "id": 24056,
292
+ "id": 24080,
293
293
  "isConstant": false,
294
294
  "isLValue": false,
295
295
  "isPure": true,
@@ -308,7 +308,7 @@
308
308
  "visibility": "internal"
309
309
  },
310
310
  {
311
- "id": 24063,
311
+ "id": 24087,
312
312
  "nodeType": "VariableDeclaration",
313
313
  "src": "1100:64:51",
314
314
  "nodes": [],
@@ -316,7 +316,7 @@
316
316
  "mutability": "constant",
317
317
  "name": "MASK_RESOURCE_MODULE",
318
318
  "nameLocation": "1117:20:51",
319
- "scope": 24070,
319
+ "scope": 24094,
320
320
  "stateVariable": false,
321
321
  "storageLocation": "default",
322
322
  "typeDescriptions": {
@@ -324,7 +324,7 @@
324
324
  "typeString": "bytes32"
325
325
  },
326
326
  "typeName": {
327
- "id": 24058,
327
+ "id": 24082,
328
328
  "name": "bytes32",
329
329
  "nodeType": "ElementaryTypeName",
330
330
  "src": "1100:7:51",
@@ -336,11 +336,11 @@
336
336
  "value": {
337
337
  "arguments": [
338
338
  {
339
- "id": 24061,
339
+ "id": 24085,
340
340
  "name": "RESOURCE_MODULE",
341
341
  "nodeType": "Identifier",
342
342
  "overloadedDeclarations": [],
343
- "referencedDeclaration": 24048,
343
+ "referencedDeclaration": 24072,
344
344
  "src": "1148:15:51",
345
345
  "typeDescriptions": {
346
346
  "typeIdentifier": "t_bytes2",
@@ -355,7 +355,7 @@
355
355
  "typeString": "bytes2"
356
356
  }
357
357
  ],
358
- "id": 24060,
358
+ "id": 24084,
359
359
  "isConstant": false,
360
360
  "isLValue": false,
361
361
  "isPure": true,
@@ -367,14 +367,14 @@
367
367
  "typeString": "type(bytes32)"
368
368
  },
369
369
  "typeName": {
370
- "id": 24059,
370
+ "id": 24083,
371
371
  "name": "bytes32",
372
372
  "nodeType": "ElementaryTypeName",
373
373
  "src": "1140:7:51",
374
374
  "typeDescriptions": {}
375
375
  }
376
376
  },
377
- "id": 24062,
377
+ "id": 24086,
378
378
  "isConstant": false,
379
379
  "isLValue": false,
380
380
  "isPure": true,
@@ -393,7 +393,7 @@
393
393
  "visibility": "internal"
394
394
  },
395
395
  {
396
- "id": 24069,
396
+ "id": 24093,
397
397
  "nodeType": "VariableDeclaration",
398
398
  "src": "1166:64:51",
399
399
  "nodes": [],
@@ -401,7 +401,7 @@
401
401
  "mutability": "constant",
402
402
  "name": "MASK_RESOURCE_SYSTEM",
403
403
  "nameLocation": "1183:20:51",
404
- "scope": 24070,
404
+ "scope": 24094,
405
405
  "stateVariable": false,
406
406
  "storageLocation": "default",
407
407
  "typeDescriptions": {
@@ -409,7 +409,7 @@
409
409
  "typeString": "bytes32"
410
410
  },
411
411
  "typeName": {
412
- "id": 24064,
412
+ "id": 24088,
413
413
  "name": "bytes32",
414
414
  "nodeType": "ElementaryTypeName",
415
415
  "src": "1166:7:51",
@@ -421,11 +421,11 @@
421
421
  "value": {
422
422
  "arguments": [
423
423
  {
424
- "id": 24067,
424
+ "id": 24091,
425
425
  "name": "RESOURCE_SYSTEM",
426
426
  "nodeType": "Identifier",
427
427
  "overloadedDeclarations": [],
428
- "referencedDeclaration": 24051,
428
+ "referencedDeclaration": 24075,
429
429
  "src": "1214:15:51",
430
430
  "typeDescriptions": {
431
431
  "typeIdentifier": "t_bytes2",
@@ -440,7 +440,7 @@
440
440
  "typeString": "bytes2"
441
441
  }
442
442
  ],
443
- "id": 24066,
443
+ "id": 24090,
444
444
  "isConstant": false,
445
445
  "isLValue": false,
446
446
  "isPure": true,
@@ -452,14 +452,14 @@
452
452
  "typeString": "type(bytes32)"
453
453
  },
454
454
  "typeName": {
455
- "id": 24065,
455
+ "id": 24089,
456
456
  "name": "bytes32",
457
457
  "nodeType": "ElementaryTypeName",
458
458
  "src": "1206:7:51",
459
459
  "typeDescriptions": {}
460
460
  }
461
461
  },
462
- "id": 24068,
462
+ "id": 24092,
463
463
  "isConstant": false,
464
464
  "isLValue": false,
465
465
  "isPure": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/world-modules",
3
- "version": "2.0.0-main-fa74f25e",
3
+ "version": "2.0.0-main-be5266dc",
4
4
  "description": "World modules",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "zod": "^3.21.4",
18
- "@latticexyz/common": "2.0.0-main-fa74f25e",
19
- "@latticexyz/config": "2.0.0-main-fa74f25e",
20
- "@latticexyz/schema-type": "2.0.0-main-fa74f25e",
21
- "@latticexyz/store": "2.0.0-main-fa74f25e",
22
- "@latticexyz/world": "2.0.0-main-fa74f25e"
18
+ "@latticexyz/common": "2.0.0-main-be5266dc",
19
+ "@latticexyz/schema-type": "2.0.0-main-be5266dc",
20
+ "@latticexyz/store": "2.0.0-main-be5266dc",
21
+ "@latticexyz/config": "2.0.0-main-be5266dc",
22
+ "@latticexyz/world": "2.0.0-main-be5266dc"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/ejs": "^3.1.1",
@@ -34,8 +34,8 @@
34
34
  "tsup": "^6.7.0",
35
35
  "tsx": "^3.12.6",
36
36
  "vitest": "0.31.4",
37
- "@latticexyz/abi-ts": "2.0.0-main-fa74f25e",
38
- "@latticexyz/gas-report": "2.0.0-main-fa74f25e"
37
+ "@latticexyz/abi-ts": "2.0.0-main-be5266dc",
38
+ "@latticexyz/gas-report": "2.0.0-main-be5266dc"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"