@howone/sdk 0.3.12 → 0.3.13

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/index.js CHANGED
@@ -2639,9 +2639,7 @@ function createAIClient(req, projectId) {
2639
2639
  signal
2640
2640
  });
2641
2641
  return {
2642
- imageUrl: response.imageUrl || response.url,
2643
- taskId: response.taskId || response.id,
2644
- metadata: response.metadata
2642
+ imageUrl: response.data.result.imageUrl
2645
2643
  };
2646
2644
  }
2647
2645
  };