@graphprotocol/grc-20 0.25.0 → 0.25.2

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 (271) hide show
  1. package/dist/constants.d.ts +7 -0
  2. package/dist/constants.d.ts.map +1 -0
  3. package/dist/constants.js +8 -0
  4. package/dist/constants.js.map +1 -0
  5. package/dist/convert-ids.d.ts +2 -0
  6. package/dist/convert-ids.d.ts.map +1 -0
  7. package/dist/convert-ids.js +42 -0
  8. package/dist/convert-ids.js.map +1 -0
  9. package/dist/protov2.d.ts +11 -0
  10. package/dist/protov2.d.ts.map +1 -0
  11. package/dist/protov2.js +11 -0
  12. package/dist/protov2.js.map +1 -0
  13. package/dist/src/abis/governance-setup.js +234 -234
  14. package/dist/src/abis/main-voting.d.ts +62 -1
  15. package/dist/src/abis/main-voting.d.ts.map +1 -1
  16. package/dist/src/abis/main-voting.js +964 -887
  17. package/dist/src/abis/main-voting.js.map +1 -1
  18. package/dist/src/abis/member-access.js +345 -345
  19. package/dist/src/abis/personal-space-admin-setup.js +171 -171
  20. package/dist/src/abis/personal-space-admin.d.ts +24 -1
  21. package/dist/src/abis/personal-space-admin.d.ts.map +1 -1
  22. package/dist/src/abis/personal-space-admin.js +272 -243
  23. package/dist/src/abis/personal-space-admin.js.map +1 -1
  24. package/dist/src/abis/space-setup.d.ts +18 -2
  25. package/dist/src/abis/space-setup.d.ts.map +1 -1
  26. package/dist/src/abis/space-setup.js +216 -196
  27. package/dist/src/abis/space-setup.js.map +1 -1
  28. package/dist/src/abis/space.d.ts +99 -3
  29. package/dist/src/abis/space.d.ts.map +1 -1
  30. package/dist/src/abis/space.js +275 -153
  31. package/dist/src/abis/space.js.map +1 -1
  32. package/dist/src/core/blocks/image.d.ts +15 -0
  33. package/dist/src/core/blocks/image.d.ts.map +1 -0
  34. package/dist/src/core/blocks/image.js +15 -0
  35. package/dist/src/core/blocks/image.js.map +1 -0
  36. package/dist/src/core/idsv2/content.d.ts +59 -0
  37. package/dist/src/core/idsv2/content.d.ts.map +1 -0
  38. package/dist/src/core/idsv2/content.js +59 -0
  39. package/dist/src/core/idsv2/content.js.map +1 -0
  40. package/dist/src/core/idsv2/network.d.ts +5 -0
  41. package/dist/src/core/idsv2/network.d.ts.map +1 -0
  42. package/dist/src/core/idsv2/network.js +5 -0
  43. package/dist/src/core/idsv2/network.js.map +1 -0
  44. package/dist/src/core/idsv2/system.d.ts +222 -0
  45. package/dist/src/core/idsv2/system.d.ts.map +1 -0
  46. package/dist/src/core/idsv2/system.js +230 -0
  47. package/dist/src/core/idsv2/system.js.map +1 -0
  48. package/dist/src/core/image.d.ts +40 -0
  49. package/dist/src/core/image.d.ts.map +1 -0
  50. package/dist/src/core/image.js +76 -0
  51. package/dist/src/core/image.js.map +1 -0
  52. package/dist/src/core/image.test.d.ts +2 -0
  53. package/dist/src/core/image.test.d.ts.map +1 -0
  54. package/dist/src/core/image.test.js +52 -0
  55. package/dist/src/core/image.test.js.map +1 -0
  56. package/dist/src/core/relation.d.ts +88 -0
  57. package/dist/src/core/relation.d.ts.map +1 -0
  58. package/dist/src/core/relation.js +89 -0
  59. package/dist/src/core/relation.js.map +1 -0
  60. package/dist/src/core/relation.test.d.ts +2 -0
  61. package/dist/src/core/relation.test.d.ts.map +1 -0
  62. package/dist/src/core/relation.test.js +45 -0
  63. package/dist/src/core/relation.test.js.map +1 -0
  64. package/dist/src/core/triple.d.ts +50 -0
  65. package/dist/src/core/triple.d.ts.map +1 -0
  66. package/dist/src/core/triple.js +56 -0
  67. package/dist/src/core/triple.js.map +1 -0
  68. package/dist/src/core/triple.test.d.ts +2 -0
  69. package/dist/src/core/triple.test.d.ts.map +1 -0
  70. package/dist/src/core/triple.test.js +37 -0
  71. package/dist/src/core/triple.test.js.map +1 -0
  72. package/dist/src/encodings/get-calldata-for-space-governance-type.d.ts +1 -1
  73. package/dist/src/encodings/get-calldata-for-space-governance-type.d.ts.map +1 -1
  74. package/dist/src/encodings/get-calldata-for-space-governance-type.js +13 -8
  75. package/dist/src/encodings/get-calldata-for-space-governance-type.js.map +1 -1
  76. package/dist/src/encodings/get-process-geo-proposal-arguments.d.ts +1 -1
  77. package/dist/src/encodings/get-process-geo-proposal-arguments.d.ts.map +1 -1
  78. package/dist/src/encodings/get-process-geo-proposal-arguments.js +5 -5
  79. package/dist/src/encodings/get-process-geo-proposal-arguments.js.map +1 -1
  80. package/dist/src/graph/delete-entity.d.ts +14 -0
  81. package/dist/src/graph/delete-entity.d.ts.map +1 -0
  82. package/dist/src/graph/delete-entity.js +21 -0
  83. package/dist/src/graph/delete-entity.js.map +1 -0
  84. package/dist/src/graph/delete-entity.test.d.ts +2 -0
  85. package/dist/src/graph/delete-entity.test.d.ts.map +1 -0
  86. package/dist/src/graph/delete-entity.test.js +23 -0
  87. package/dist/src/graph/delete-entity.test.js.map +1 -0
  88. package/dist/src/graph/graph.test.d.ts +2 -0
  89. package/dist/src/graph/graph.test.d.ts.map +1 -0
  90. package/dist/src/graph/graph.test.js +46 -0
  91. package/dist/src/graph/graph.test.js.map +1 -0
  92. package/dist/src/graph/helpers/create-default-properties.d.ts +5 -0
  93. package/dist/src/graph/helpers/create-default-properties.d.ts.map +1 -0
  94. package/dist/src/graph/helpers/create-default-properties.js +44 -0
  95. package/dist/src/graph/helpers/create-default-properties.js.map +1 -0
  96. package/dist/src/graph/helpers/create-properties.d.ts +8 -0
  97. package/dist/src/graph/helpers/create-properties.d.ts.map +1 -0
  98. package/dist/src/graph/helpers/create-properties.js +53 -0
  99. package/dist/src/graph/helpers/create-properties.js.map +1 -0
  100. package/dist/src/graphv2/constants.d.ts +2 -0
  101. package/dist/src/graphv2/constants.d.ts.map +1 -0
  102. package/dist/src/graphv2/constants.js +2 -0
  103. package/dist/src/graphv2/constants.js.map +1 -0
  104. package/dist/src/graphv2/create-entity.d.ts +52 -0
  105. package/dist/src/graphv2/create-entity.d.ts.map +1 -0
  106. package/dist/src/graphv2/create-entity.js +140 -0
  107. package/dist/src/graphv2/create-entity.js.map +1 -0
  108. package/dist/src/graphv2/create-entity.test.d.ts +2 -0
  109. package/dist/src/graphv2/create-entity.test.d.ts.map +1 -0
  110. package/dist/src/graphv2/create-entity.test.js +158 -0
  111. package/dist/src/graphv2/create-entity.test.js.map +1 -0
  112. package/dist/src/graphv2/create-image.d.ts +28 -0
  113. package/dist/src/graphv2/create-image.d.ts.map +1 -0
  114. package/dist/src/graphv2/create-image.js +71 -0
  115. package/dist/src/graphv2/create-image.js.map +1 -0
  116. package/dist/src/graphv2/create-image.test.d.ts +2 -0
  117. package/dist/src/graphv2/create-image.test.d.ts.map +1 -0
  118. package/dist/src/graphv2/create-image.test.js +142 -0
  119. package/dist/src/graphv2/create-image.test.js.map +1 -0
  120. package/dist/src/graphv2/create-property.d.ts +22 -0
  121. package/dist/src/graphv2/create-property.d.ts.map +1 -0
  122. package/dist/src/graphv2/create-property.js +129 -0
  123. package/dist/src/graphv2/create-property.js.map +1 -0
  124. package/dist/src/graphv2/create-property.test.d.ts +2 -0
  125. package/dist/src/graphv2/create-property.test.d.ts.map +1 -0
  126. package/dist/src/graphv2/create-property.test.js +82 -0
  127. package/dist/src/graphv2/create-property.test.js.map +1 -0
  128. package/dist/src/graphv2/create-relation.d.ts +33 -0
  129. package/dist/src/graphv2/create-relation.d.ts.map +1 -0
  130. package/dist/src/graphv2/create-relation.js +66 -0
  131. package/dist/src/graphv2/create-relation.js.map +1 -0
  132. package/dist/src/graphv2/create-relation.test.d.ts +2 -0
  133. package/dist/src/graphv2/create-relation.test.d.ts.map +1 -0
  134. package/dist/src/graphv2/create-relation.test.js +208 -0
  135. package/dist/src/graphv2/create-relation.test.js.map +1 -0
  136. package/dist/src/graphv2/create-space.d.ts +13 -0
  137. package/dist/src/graphv2/create-space.d.ts.map +1 -0
  138. package/dist/src/graphv2/create-space.js +21 -0
  139. package/dist/src/graphv2/create-space.js.map +1 -0
  140. package/dist/src/graphv2/create-type.d.ts +22 -0
  141. package/dist/src/graphv2/create-type.d.ts.map +1 -0
  142. package/dist/src/graphv2/create-type.js +64 -0
  143. package/dist/src/graphv2/create-type.js.map +1 -0
  144. package/dist/src/graphv2/create-type.test.d.ts +2 -0
  145. package/dist/src/graphv2/create-type.test.d.ts.map +1 -0
  146. package/dist/src/graphv2/create-type.test.js +109 -0
  147. package/dist/src/graphv2/create-type.test.js.map +1 -0
  148. package/dist/src/graphv2/delete-entity.d.ts +14 -0
  149. package/dist/src/graphv2/delete-entity.d.ts.map +1 -0
  150. package/dist/src/graphv2/delete-entity.js +21 -0
  151. package/dist/src/graphv2/delete-entity.js.map +1 -0
  152. package/dist/src/graphv2/delete-entity.test.d.ts +2 -0
  153. package/dist/src/graphv2/delete-entity.test.d.ts.map +1 -0
  154. package/dist/src/graphv2/delete-entity.test.js +24 -0
  155. package/dist/src/graphv2/delete-entity.test.js.map +1 -0
  156. package/dist/src/graphv2/delete-relation.d.ts +14 -0
  157. package/dist/src/graphv2/delete-relation.d.ts.map +1 -0
  158. package/dist/src/graphv2/delete-relation.js +21 -0
  159. package/dist/src/graphv2/delete-relation.js.map +1 -0
  160. package/dist/src/graphv2/delete-relation.test.d.ts +2 -0
  161. package/dist/src/graphv2/delete-relation.test.d.ts.map +1 -0
  162. package/dist/src/graphv2/delete-relation.test.js +24 -0
  163. package/dist/src/graphv2/delete-relation.test.js.map +1 -0
  164. package/dist/src/graphv2/index.d.ts +12 -0
  165. package/dist/src/graphv2/index.d.ts.map +1 -0
  166. package/dist/src/graphv2/index.js +12 -0
  167. package/dist/src/graphv2/index.js.map +1 -0
  168. package/dist/src/graphv2/remove-entity-properties.d.ts +25 -0
  169. package/dist/src/graphv2/remove-entity-properties.d.ts.map +1 -0
  170. package/dist/src/graphv2/remove-entity-properties.js +24 -0
  171. package/dist/src/graphv2/remove-entity-properties.js.map +1 -0
  172. package/dist/src/graphv2/unset-entity-values.d.ts +21 -0
  173. package/dist/src/graphv2/unset-entity-values.d.ts.map +1 -0
  174. package/dist/src/graphv2/unset-entity-values.js +26 -0
  175. package/dist/src/graphv2/unset-entity-values.js.map +1 -0
  176. package/dist/src/graphv2/unset-entity-values.test.d.ts +2 -0
  177. package/dist/src/graphv2/unset-entity-values.test.d.ts.map +1 -0
  178. package/dist/src/graphv2/unset-entity-values.test.js +40 -0
  179. package/dist/src/graphv2/unset-entity-values.test.js.map +1 -0
  180. package/dist/src/graphv2/unset-relation-fields.d.ts +25 -0
  181. package/dist/src/graphv2/unset-relation-fields.d.ts.map +1 -0
  182. package/dist/src/graphv2/unset-relation-fields.js +34 -0
  183. package/dist/src/graphv2/unset-relation-fields.js.map +1 -0
  184. package/dist/src/graphv2/unset-relation-fields.test.d.ts +2 -0
  185. package/dist/src/graphv2/unset-relation-fields.test.d.ts.map +1 -0
  186. package/dist/src/graphv2/unset-relation-fields.test.js +64 -0
  187. package/dist/src/graphv2/unset-relation-fields.test.js.map +1 -0
  188. package/dist/src/graphv2/update-entity.d.ts +28 -0
  189. package/dist/src/graphv2/update-entity.d.ts.map +1 -0
  190. package/dist/src/graphv2/update-entity.js +73 -0
  191. package/dist/src/graphv2/update-entity.js.map +1 -0
  192. package/dist/src/graphv2/update-entity.test.d.ts +2 -0
  193. package/dist/src/graphv2/update-entity.test.d.ts.map +1 -0
  194. package/dist/src/graphv2/update-entity.test.js +116 -0
  195. package/dist/src/graphv2/update-entity.test.js.map +1 -0
  196. package/dist/src/graphv2/update-relation.d.ts +21 -0
  197. package/dist/src/graphv2/update-relation.d.ts.map +1 -0
  198. package/dist/src/graphv2/update-relation.js +37 -0
  199. package/dist/src/graphv2/update-relation.js.map +1 -0
  200. package/dist/src/id-utils.d.ts.map +1 -1
  201. package/dist/src/id-utils.js.map +1 -1
  202. package/dist/src/idv2.d.ts +27 -0
  203. package/dist/src/idv2.d.ts.map +1 -0
  204. package/dist/src/idv2.js +88 -0
  205. package/dist/src/idv2.js.map +1 -0
  206. package/dist/src/idv2.test.d.ts +2 -0
  207. package/dist/src/idv2.test.d.ts.map +1 -0
  208. package/dist/src/idv2.test.js +26 -0
  209. package/dist/src/idv2.test.js.map +1 -0
  210. package/dist/src/image.d.ts +8 -0
  211. package/dist/src/image.d.ts.map +1 -0
  212. package/dist/src/image.js +8 -0
  213. package/dist/src/image.js.map +1 -0
  214. package/dist/src/ipfs.d.ts.map +1 -1
  215. package/dist/src/ipfs.js +3 -1
  216. package/dist/src/ipfs.js.map +1 -1
  217. package/dist/src/ipfs.test.js +1 -1
  218. package/dist/src/ipfs.test.js.map +1 -1
  219. package/dist/src/ipfsv2.d.ts +96 -0
  220. package/dist/src/ipfsv2.d.ts.map +1 -0
  221. package/dist/src/ipfsv2.js +163 -0
  222. package/dist/src/ipfsv2.js.map +1 -0
  223. package/dist/src/ipfsv2.test.d.ts +2 -0
  224. package/dist/src/ipfsv2.test.d.ts.map +1 -0
  225. package/dist/src/ipfsv2.test.js +22 -0
  226. package/dist/src/ipfsv2.test.js.map +1 -0
  227. package/dist/src/proto/edit.d.ts +2 -2
  228. package/dist/src/proto/edit.d.ts.map +1 -1
  229. package/dist/src/proto/edit.js +27 -25
  230. package/dist/src/proto/edit.js.map +1 -1
  231. package/dist/src/proto/editv2.d.ts +11 -0
  232. package/dist/src/proto/editv2.d.ts.map +1 -0
  233. package/dist/src/proto/editv2.js +81 -0
  234. package/dist/src/proto/editv2.js.map +1 -0
  235. package/dist/src/proto/editv2.test.d.ts +2 -0
  236. package/dist/src/proto/editv2.test.d.ts.map +1 -0
  237. package/dist/src/proto/editv2.test.js +211 -0
  238. package/dist/src/proto/editv2.test.js.map +1 -0
  239. package/dist/src/proto/gen/src/proto/ipfsv2_pb.d.ts +410 -0
  240. package/dist/src/proto/gen/src/proto/ipfsv2_pb.d.ts.map +1 -0
  241. package/dist/src/proto/gen/src/proto/ipfsv2_pb.js +536 -0
  242. package/dist/src/proto/gen/src/proto/ipfsv2_pb.js.map +1 -0
  243. package/dist/src/relation.d.ts +7 -0
  244. package/dist/src/relation.d.ts.map +1 -0
  245. package/dist/src/relation.js +7 -0
  246. package/dist/src/relation.js.map +1 -0
  247. package/dist/src/smart-wallet-2.test-invalid.d.ts +2 -0
  248. package/dist/src/smart-wallet-2.test-invalid.d.ts.map +1 -0
  249. package/dist/src/smart-wallet-2.test-invalid.js +49 -0
  250. package/dist/src/smart-wallet-2.test-invalid.js.map +1 -0
  251. package/dist/src/smart-wallet-2.test.d.ts +2 -0
  252. package/dist/src/smart-wallet-2.test.d.ts.map +1 -0
  253. package/dist/src/smart-wallet-2.test.js +49 -0
  254. package/dist/src/smart-wallet-2.test.js.map +1 -0
  255. package/dist/src/system-ids-v2.d.ts +7 -0
  256. package/dist/src/system-ids-v2.d.ts.map +1 -0
  257. package/dist/src/system-ids-v2.js +7 -0
  258. package/dist/src/system-ids-v2.js.map +1 -0
  259. package/dist/src/triple.d.ts +7 -0
  260. package/dist/src/triple.d.ts.map +1 -0
  261. package/dist/src/triple.js +7 -0
  262. package/dist/src/triple.js.map +1 -0
  263. package/dist/src/types-backup.d.ts +134 -0
  264. package/dist/src/types-backup.d.ts.map +1 -0
  265. package/dist/src/types-backup.js +13 -0
  266. package/dist/src/types-backup.js.map +1 -0
  267. package/dist/src/typesv2.d.ts +173 -0
  268. package/dist/src/typesv2.d.ts.map +1 -0
  269. package/dist/src/typesv2.js +8 -0
  270. package/dist/src/typesv2.js.map +1 -0
  271. package/package.json +10 -10
@@ -1,340 +1,340 @@
1
1
  export const abi = [
2
2
  {
3
3
  inputs: [],
4
- stateMutability: 'nonpayable',
5
- type: 'constructor',
4
+ stateMutability: "nonpayable",
5
+ type: "constructor",
6
6
  },
7
7
  {
8
8
  inputs: [
9
9
  {
10
- internalType: 'address',
11
- name: 'editor',
12
- type: 'address',
10
+ internalType: "address",
11
+ name: "editor",
12
+ type: "address",
13
13
  },
14
14
  ],
15
- name: 'EditorAddressInvalid',
16
- type: 'error',
15
+ name: "EditorAddressInvalid",
16
+ type: "error",
17
17
  },
18
18
  {
19
19
  anonymous: false,
20
20
  inputs: [
21
21
  {
22
22
  indexed: false,
23
- internalType: 'address',
24
- name: 'dao',
25
- type: 'address',
23
+ internalType: "address",
24
+ name: "dao",
25
+ type: "address",
26
26
  },
27
27
  {
28
28
  indexed: false,
29
- internalType: 'address',
30
- name: 'personalAdminPlugin',
31
- type: 'address',
29
+ internalType: "address",
30
+ name: "personalAdminPlugin",
31
+ type: "address",
32
32
  },
33
33
  {
34
34
  indexed: false,
35
- internalType: 'address',
36
- name: 'initialEditor',
37
- type: 'address',
35
+ internalType: "address",
36
+ name: "initialEditor",
37
+ type: "address",
38
38
  },
39
39
  ],
40
- name: 'GeoPersonalAdminPluginCreated',
41
- type: 'event',
40
+ name: "GeoPersonalAdminPluginCreated",
41
+ type: "event",
42
42
  },
43
43
  {
44
44
  inputs: [
45
45
  {
46
- internalType: 'bytes',
47
- name: '_data',
48
- type: 'bytes',
46
+ internalType: "bytes",
47
+ name: "_data",
48
+ type: "bytes",
49
49
  },
50
50
  ],
51
- name: 'decodeInstallationParams',
51
+ name: "decodeInstallationParams",
52
52
  outputs: [
53
53
  {
54
- internalType: 'address',
55
- name: 'initialEditor',
56
- type: 'address',
54
+ internalType: "address",
55
+ name: "initialEditor",
56
+ type: "address",
57
57
  },
58
58
  ],
59
- stateMutability: 'pure',
60
- type: 'function',
59
+ stateMutability: "pure",
60
+ type: "function",
61
61
  },
62
62
  {
63
63
  inputs: [
64
64
  {
65
- internalType: 'address',
66
- name: '_initialEditor',
67
- type: 'address',
65
+ internalType: "address",
66
+ name: "_initialEditor",
67
+ type: "address",
68
68
  },
69
69
  ],
70
- name: 'encodeInstallationParams',
70
+ name: "encodeInstallationParams",
71
71
  outputs: [
72
72
  {
73
- internalType: 'bytes',
74
- name: '',
75
- type: 'bytes',
73
+ internalType: "bytes",
74
+ name: "",
75
+ type: "bytes",
76
76
  },
77
77
  ],
78
- stateMutability: 'pure',
79
- type: 'function',
78
+ stateMutability: "pure",
79
+ type: "function",
80
80
  },
81
81
  {
82
82
  inputs: [],
83
- name: 'implementation',
83
+ name: "implementation",
84
84
  outputs: [
85
85
  {
86
- internalType: 'address',
87
- name: '',
88
- type: 'address',
86
+ internalType: "address",
87
+ name: "",
88
+ type: "address",
89
89
  },
90
90
  ],
91
- stateMutability: 'view',
92
- type: 'function',
91
+ stateMutability: "view",
92
+ type: "function",
93
93
  },
94
94
  {
95
95
  inputs: [
96
96
  {
97
- internalType: 'address',
98
- name: '_dao',
99
- type: 'address',
97
+ internalType: "address",
98
+ name: "_dao",
99
+ type: "address",
100
100
  },
101
101
  {
102
- internalType: 'bytes',
103
- name: '_data',
104
- type: 'bytes',
102
+ internalType: "bytes",
103
+ name: "_data",
104
+ type: "bytes",
105
105
  },
106
106
  ],
107
- name: 'prepareInstallation',
107
+ name: "prepareInstallation",
108
108
  outputs: [
109
109
  {
110
- internalType: 'address',
111
- name: 'plugin',
112
- type: 'address',
110
+ internalType: "address",
111
+ name: "plugin",
112
+ type: "address",
113
113
  },
114
114
  {
115
115
  components: [
116
116
  {
117
- internalType: 'address[]',
118
- name: 'helpers',
119
- type: 'address[]',
117
+ internalType: "address[]",
118
+ name: "helpers",
119
+ type: "address[]",
120
120
  },
121
121
  {
122
122
  components: [
123
123
  {
124
- internalType: 'enum PermissionLib.Operation',
125
- name: 'operation',
126
- type: 'uint8',
124
+ internalType: "enum PermissionLib.Operation",
125
+ name: "operation",
126
+ type: "uint8",
127
127
  },
128
128
  {
129
- internalType: 'address',
130
- name: 'where',
131
- type: 'address',
129
+ internalType: "address",
130
+ name: "where",
131
+ type: "address",
132
132
  },
133
133
  {
134
- internalType: 'address',
135
- name: 'who',
136
- type: 'address',
134
+ internalType: "address",
135
+ name: "who",
136
+ type: "address",
137
137
  },
138
138
  {
139
- internalType: 'address',
140
- name: 'condition',
141
- type: 'address',
139
+ internalType: "address",
140
+ name: "condition",
141
+ type: "address",
142
142
  },
143
143
  {
144
- internalType: 'bytes32',
145
- name: 'permissionId',
146
- type: 'bytes32',
144
+ internalType: "bytes32",
145
+ name: "permissionId",
146
+ type: "bytes32",
147
147
  },
148
148
  ],
149
- internalType: 'struct PermissionLib.MultiTargetPermission[]',
150
- name: 'permissions',
151
- type: 'tuple[]',
149
+ internalType: "struct PermissionLib.MultiTargetPermission[]",
150
+ name: "permissions",
151
+ type: "tuple[]",
152
152
  },
153
153
  ],
154
- internalType: 'struct IPluginSetup.PreparedSetupData',
155
- name: 'preparedSetupData',
156
- type: 'tuple',
154
+ internalType: "struct IPluginSetup.PreparedSetupData",
155
+ name: "preparedSetupData",
156
+ type: "tuple",
157
157
  },
158
158
  ],
159
- stateMutability: 'nonpayable',
160
- type: 'function',
159
+ stateMutability: "nonpayable",
160
+ type: "function",
161
161
  },
162
162
  {
163
163
  inputs: [
164
164
  {
165
- internalType: 'address',
166
- name: '_dao',
167
- type: 'address',
165
+ internalType: "address",
166
+ name: "_dao",
167
+ type: "address",
168
168
  },
169
169
  {
170
170
  components: [
171
171
  {
172
- internalType: 'address',
173
- name: 'plugin',
174
- type: 'address',
172
+ internalType: "address",
173
+ name: "plugin",
174
+ type: "address",
175
175
  },
176
176
  {
177
- internalType: 'address[]',
178
- name: 'currentHelpers',
179
- type: 'address[]',
177
+ internalType: "address[]",
178
+ name: "currentHelpers",
179
+ type: "address[]",
180
180
  },
181
181
  {
182
- internalType: 'bytes',
183
- name: 'data',
184
- type: 'bytes',
182
+ internalType: "bytes",
183
+ name: "data",
184
+ type: "bytes",
185
185
  },
186
186
  ],
187
- internalType: 'struct IPluginSetup.SetupPayload',
188
- name: '_payload',
189
- type: 'tuple',
187
+ internalType: "struct IPluginSetup.SetupPayload",
188
+ name: "_payload",
189
+ type: "tuple",
190
190
  },
191
191
  ],
192
- name: 'prepareUninstallation',
192
+ name: "prepareUninstallation",
193
193
  outputs: [
194
194
  {
195
195
  components: [
196
196
  {
197
- internalType: 'enum PermissionLib.Operation',
198
- name: 'operation',
199
- type: 'uint8',
197
+ internalType: "enum PermissionLib.Operation",
198
+ name: "operation",
199
+ type: "uint8",
200
200
  },
201
201
  {
202
- internalType: 'address',
203
- name: 'where',
204
- type: 'address',
202
+ internalType: "address",
203
+ name: "where",
204
+ type: "address",
205
205
  },
206
206
  {
207
- internalType: 'address',
208
- name: 'who',
209
- type: 'address',
207
+ internalType: "address",
208
+ name: "who",
209
+ type: "address",
210
210
  },
211
211
  {
212
- internalType: 'address',
213
- name: 'condition',
214
- type: 'address',
212
+ internalType: "address",
213
+ name: "condition",
214
+ type: "address",
215
215
  },
216
216
  {
217
- internalType: 'bytes32',
218
- name: 'permissionId',
219
- type: 'bytes32',
217
+ internalType: "bytes32",
218
+ name: "permissionId",
219
+ type: "bytes32",
220
220
  },
221
221
  ],
222
- internalType: 'struct PermissionLib.MultiTargetPermission[]',
223
- name: 'permissions',
224
- type: 'tuple[]',
222
+ internalType: "struct PermissionLib.MultiTargetPermission[]",
223
+ name: "permissions",
224
+ type: "tuple[]",
225
225
  },
226
226
  ],
227
- stateMutability: 'view',
228
- type: 'function',
227
+ stateMutability: "view",
228
+ type: "function",
229
229
  },
230
230
  {
231
231
  inputs: [
232
232
  {
233
- internalType: 'address',
234
- name: '_dao',
235
- type: 'address',
233
+ internalType: "address",
234
+ name: "_dao",
235
+ type: "address",
236
236
  },
237
237
  {
238
- internalType: 'uint16',
239
- name: '_currentBuild',
240
- type: 'uint16',
238
+ internalType: "uint16",
239
+ name: "_currentBuild",
240
+ type: "uint16",
241
241
  },
242
242
  {
243
243
  components: [
244
244
  {
245
- internalType: 'address',
246
- name: 'plugin',
247
- type: 'address',
245
+ internalType: "address",
246
+ name: "plugin",
247
+ type: "address",
248
248
  },
249
249
  {
250
- internalType: 'address[]',
251
- name: 'currentHelpers',
252
- type: 'address[]',
250
+ internalType: "address[]",
251
+ name: "currentHelpers",
252
+ type: "address[]",
253
253
  },
254
254
  {
255
- internalType: 'bytes',
256
- name: 'data',
257
- type: 'bytes',
255
+ internalType: "bytes",
256
+ name: "data",
257
+ type: "bytes",
258
258
  },
259
259
  ],
260
- internalType: 'struct IPluginSetup.SetupPayload',
261
- name: '_payload',
262
- type: 'tuple',
260
+ internalType: "struct IPluginSetup.SetupPayload",
261
+ name: "_payload",
262
+ type: "tuple",
263
263
  },
264
264
  ],
265
- name: 'prepareUpdate',
265
+ name: "prepareUpdate",
266
266
  outputs: [
267
267
  {
268
- internalType: 'bytes',
269
- name: 'initData',
270
- type: 'bytes',
268
+ internalType: "bytes",
269
+ name: "initData",
270
+ type: "bytes",
271
271
  },
272
272
  {
273
273
  components: [
274
274
  {
275
- internalType: 'address[]',
276
- name: 'helpers',
277
- type: 'address[]',
275
+ internalType: "address[]",
276
+ name: "helpers",
277
+ type: "address[]",
278
278
  },
279
279
  {
280
280
  components: [
281
281
  {
282
- internalType: 'enum PermissionLib.Operation',
283
- name: 'operation',
284
- type: 'uint8',
282
+ internalType: "enum PermissionLib.Operation",
283
+ name: "operation",
284
+ type: "uint8",
285
285
  },
286
286
  {
287
- internalType: 'address',
288
- name: 'where',
289
- type: 'address',
287
+ internalType: "address",
288
+ name: "where",
289
+ type: "address",
290
290
  },
291
291
  {
292
- internalType: 'address',
293
- name: 'who',
294
- type: 'address',
292
+ internalType: "address",
293
+ name: "who",
294
+ type: "address",
295
295
  },
296
296
  {
297
- internalType: 'address',
298
- name: 'condition',
299
- type: 'address',
297
+ internalType: "address",
298
+ name: "condition",
299
+ type: "address",
300
300
  },
301
301
  {
302
- internalType: 'bytes32',
303
- name: 'permissionId',
304
- type: 'bytes32',
302
+ internalType: "bytes32",
303
+ name: "permissionId",
304
+ type: "bytes32",
305
305
  },
306
306
  ],
307
- internalType: 'struct PermissionLib.MultiTargetPermission[]',
308
- name: 'permissions',
309
- type: 'tuple[]',
307
+ internalType: "struct PermissionLib.MultiTargetPermission[]",
308
+ name: "permissions",
309
+ type: "tuple[]",
310
310
  },
311
311
  ],
312
- internalType: 'struct IPluginSetup.PreparedSetupData',
313
- name: 'preparedSetupData',
314
- type: 'tuple',
312
+ internalType: "struct IPluginSetup.PreparedSetupData",
313
+ name: "preparedSetupData",
314
+ type: "tuple",
315
315
  },
316
316
  ],
317
- stateMutability: 'nonpayable',
318
- type: 'function',
317
+ stateMutability: "nonpayable",
318
+ type: "function",
319
319
  },
320
320
  {
321
321
  inputs: [
322
322
  {
323
- internalType: 'bytes4',
324
- name: '_interfaceId',
325
- type: 'bytes4',
323
+ internalType: "bytes4",
324
+ name: "_interfaceId",
325
+ type: "bytes4",
326
326
  },
327
327
  ],
328
- name: 'supportsInterface',
328
+ name: "supportsInterface",
329
329
  outputs: [
330
330
  {
331
- internalType: 'bool',
332
- name: '',
333
- type: 'bool',
331
+ internalType: "bool",
332
+ name: "",
333
+ type: "bool",
334
334
  },
335
335
  ],
336
- stateMutability: 'view',
337
- type: 'function',
336
+ stateMutability: "view",
337
+ type: "function",
338
338
  },
339
339
  ];
340
340
  //# sourceMappingURL=personal-space-admin-setup.js.map
@@ -74,6 +74,11 @@ export declare const abi: readonly [{
74
74
  }, {
75
75
  readonly anonymous: false;
76
76
  readonly inputs: readonly [{
77
+ readonly indexed: false;
78
+ readonly internalType: "address";
79
+ readonly name: "dao";
80
+ readonly type: "address";
81
+ }, {
77
82
  readonly indexed: false;
78
83
  readonly internalType: "address[]";
79
84
  readonly name: "editors";
@@ -325,8 +330,12 @@ export declare const abi: readonly [{
325
330
  }, {
326
331
  readonly inputs: readonly [{
327
332
  readonly internalType: "string";
328
- readonly name: "_contentUri";
333
+ readonly name: "_editsContentUri";
329
334
  readonly type: "string";
335
+ }, {
336
+ readonly internalType: "bytes";
337
+ readonly name: "_editsMetadata";
338
+ readonly type: "bytes";
330
339
  }, {
331
340
  readonly internalType: "address";
332
341
  readonly name: "_spacePlugin";
@@ -336,6 +345,20 @@ export declare const abi: readonly [{
336
345
  readonly outputs: readonly [];
337
346
  readonly stateMutability: "nonpayable";
338
347
  readonly type: "function";
348
+ }, {
349
+ readonly inputs: readonly [{
350
+ readonly internalType: "string";
351
+ readonly name: "_flagContentUri";
352
+ readonly type: "string";
353
+ }, {
354
+ readonly internalType: "address";
355
+ readonly name: "_spacePlugin";
356
+ readonly type: "address";
357
+ }];
358
+ readonly name: "submitFlagContent";
359
+ readonly outputs: readonly [];
360
+ readonly stateMutability: "nonpayable";
361
+ readonly type: "function";
339
362
  }, {
340
363
  readonly inputs: readonly [{
341
364
  readonly internalType: "address";
@@ -1 +1 @@
1
- {"version":3,"file":"personal-space-admin.d.ts","sourceRoot":"","sources":["../../../src/abis/personal-space-admin.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4gBN,CAAC"}
1
+ {"version":3,"file":"personal-space-admin.d.ts","sourceRoot":"","sources":["../../../src/abis/personal-space-admin.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyiBN,CAAC"}