@ixo/editor 6.11.0 → 6.12.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/{chunk-X6UITQBG.js → chunk-ESPPJONO.js} +6 -2
- package/dist/chunk-ESPPJONO.js.map +1 -0
- package/dist/{chunk-56BFOMU6.js → chunk-ID2Q6WO4.js} +2 -2
- package/dist/{chunk-Q64NK5GA.js → chunk-KJ4CZ6K6.js} +9 -7
- package/dist/chunk-KJ4CZ6K6.js.map +1 -0
- package/dist/core/index.d.ts +4 -4
- package/dist/core/index.js +2 -2
- package/dist/{graphql-client-qoCnxfVJ.d.ts → graphql-client-j-P2Llxg.d.ts} +1 -1
- package/dist/{index-DBIxJFRG.d.ts → index-BC4ycOwH.d.ts} +12 -1
- 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-Us2PE0q8.d.ts → store-D5rKaUtZ.d.ts} +2 -1
- package/package.json +1 -1
- package/dist/chunk-Q64NK5GA.js.map +0 -1
- package/dist/chunk-X6UITQBG.js.map +0 -1
- /package/dist/{chunk-56BFOMU6.js.map → chunk-ID2Q6WO4.js.map} +0 -0
|
@@ -3108,7 +3108,11 @@ registerAction({
|
|
|
3108
3108
|
collectionId,
|
|
3109
3109
|
role: chainRole,
|
|
3110
3110
|
surveyAnswers,
|
|
3111
|
-
entityDid: deedDid || void 0
|
|
3111
|
+
entityDid: deedDid || void 0,
|
|
3112
|
+
// The bid bot records the bid under the POD's identity so the
|
|
3113
|
+
// approval grants the claim authorization to the POD, not the
|
|
3114
|
+
// member who submitted on its behalf.
|
|
3115
|
+
onBehalfOfAddress: coreAddress
|
|
3112
3116
|
}
|
|
3113
3117
|
});
|
|
3114
3118
|
}
|
|
@@ -14983,4 +14987,4 @@ export {
|
|
|
14983
14987
|
executeQueuedFlowAgentCoreCommands,
|
|
14984
14988
|
FlowAgentService
|
|
14985
14989
|
};
|
|
14986
|
-
//# sourceMappingURL=chunk-
|
|
14990
|
+
//# sourceMappingURL=chunk-ESPPJONO.js.map
|