@ixo/editor 3.0.0-beta.22 → 3.0.0-beta.23

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.
@@ -24351,7 +24351,7 @@ var BidFlowDetail = ({ inputs, editor, block, runtime, updateRuntime, isDisabled
24351
24351
  setLoadingSurvey(true);
24352
24352
  setError(null);
24353
24353
  try {
24354
- const result = role === "service_agent" ? await handlers.getBidContributorSurveyTemplate(deedDid) : await handlers.getBidEvaluatorSurveyTemplate(deedDid);
24354
+ const result = role === "service_agent" ? await handlers.getBidContributorSurveyTemplate(deedDid, collectionId) : await handlers.getBidEvaluatorSurveyTemplate(deedDid, collectionId);
24355
24355
  if (!result?.surveyTemplate) {
24356
24356
  setSurveyJson(null);
24357
24357
  setError("No survey template found for the selected role.");
@@ -25410,7 +25410,7 @@ var ClaimFlowDetail = ({ inputs, editor, block, runtime, updateRuntime, isDisabl
25410
25410
  setLoadingSurvey(true);
25411
25411
  setError(null);
25412
25412
  try {
25413
- const template = await handlers.getDeedSurveyTemplate(deedDid);
25413
+ const template = await handlers.getDeedSurveyTemplate(deedDid, collectionId);
25414
25414
  if (!template?.surveyTemplate) {
25415
25415
  setSurveyJson(null);
25416
25416
  setError("No survey template found for this DID");
@@ -25423,7 +25423,7 @@ var ClaimFlowDetail = ({ inputs, editor, block, runtime, updateRuntime, isDisabl
25423
25423
  } finally {
25424
25424
  setLoadingSurvey(false);
25425
25425
  }
25426
- }, [handlers, deedDid]);
25426
+ }, [handlers, deedDid, collectionId]);
25427
25427
  const handleSurveyComplete = useCallback77(
25428
25428
  async (sender) => {
25429
25429
  if (authChecking || !isServiceAgentAuthorized) {
@@ -33062,4 +33062,4 @@ export {
33062
33062
  getExtraSlashMenuItems,
33063
33063
  useCreateIxoEditor
33064
33064
  };
33065
- //# sourceMappingURL=chunk-XGUFDDLJ.mjs.map
33065
+ //# sourceMappingURL=chunk-GKAKYGC3.mjs.map