@wix/vibe-forms-app-plugin 0.30.0 → 0.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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -159017,7 +159017,7 @@ async function generateForm(prompt, env) {
|
|
|
159017
159017
|
`[${VERTICAL_NAME}-plugin-generateForm] Generating form by prompt: ${prompt}`
|
|
159018
159018
|
);
|
|
159019
159019
|
const response = await callWixAPI({
|
|
159020
|
-
url: "https://
|
|
159020
|
+
url: "https://www.wixapis.com/forms/v1/generate-form",
|
|
159021
159021
|
method: "POST",
|
|
159022
159022
|
body: { prompt },
|
|
159023
159023
|
additionalHeaders: {
|