@ixo/editor 6.30.3 → 6.32.0
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.
- package/dist/action-manifest.json +17 -1
- package/dist/{chunk-XYAKFAZ3.js → chunk-37OKRZEK.js} +1224 -232
- package/dist/chunk-37OKRZEK.js.map +1 -0
- package/dist/{chunk-OAAEXL7Q.js → chunk-S7CAGFE3.js} +2 -2
- package/dist/{chunk-LY32OATI.js → chunk-ZXNBOVAA.js} +149 -56
- package/dist/chunk-ZXNBOVAA.js.map +1 -0
- package/dist/core/index.d.ts +4 -4
- package/dist/core/index.js +2 -2
- package/dist/{graphql-client-BV2YEKAc.d.ts → graphql-client-ZY4Iw0jB.d.ts} +1 -1
- package/dist/{index-CEIunGZv.d.ts → index-Up8gA_E9.d.ts} +25 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/mantine/index.d.ts +3 -3
- package/dist/mantine/index.js +2 -2
- package/dist/{store-whqrkEVn.d.ts → store-CqvAkvIZ.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-LY32OATI.js.map +0 -1
- package/dist/chunk-XYAKFAZ3.js.map +0 -1
- /package/dist/{chunk-OAAEXL7Q.js.map → chunk-S7CAGFE3.js.map} +0 -0
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
},
|
|
2118
2118
|
"granteeKind": {
|
|
2119
2119
|
"type": "string",
|
|
2120
|
-
"description": "How to treat the add grantee: user, group-account, or
|
|
2120
|
+
"description": "How to treat the add grantee: user, group-account, group-members, or address-list."
|
|
2121
2121
|
},
|
|
2122
2122
|
"agentQuota": {
|
|
2123
2123
|
"type": "string",
|
|
@@ -2134,10 +2134,20 @@
|
|
|
2134
2134
|
"members": {
|
|
2135
2135
|
"type": "array",
|
|
2136
2136
|
"description": "Resolved members to fan the grant out to when granteeKind is group-members."
|
|
2137
|
+
},
|
|
2138
|
+
"granteeAddresses": {
|
|
2139
|
+
"type": "array",
|
|
2140
|
+
"description": "Accounts pasted in bulk to grant in one transaction when granteeKind is address-list."
|
|
2137
2141
|
}
|
|
2138
2142
|
}
|
|
2139
2143
|
},
|
|
2140
2144
|
"outputSchema": [
|
|
2145
|
+
{
|
|
2146
|
+
"path": "operation",
|
|
2147
|
+
"displayName": "Operation",
|
|
2148
|
+
"type": "string",
|
|
2149
|
+
"description": "Which op produced this output: add, revoke or list"
|
|
2150
|
+
},
|
|
2141
2151
|
{
|
|
2142
2152
|
"path": "transactionHash",
|
|
2143
2153
|
"displayName": "Tx Hash",
|
|
@@ -2168,6 +2178,12 @@
|
|
|
2168
2178
|
"type": "string",
|
|
2169
2179
|
"description": "Address granted/revoked"
|
|
2170
2180
|
},
|
|
2181
|
+
{
|
|
2182
|
+
"path": "granteeAddresses",
|
|
2183
|
+
"displayName": "Grantee Addresses",
|
|
2184
|
+
"type": "array",
|
|
2185
|
+
"description": "Every address granted by a bulk/fan-out add"
|
|
2186
|
+
},
|
|
2171
2187
|
{
|
|
2172
2188
|
"path": "grantees",
|
|
2173
2189
|
"displayName": "Grantees",
|