@wix/vibe-forms-app-plugin 0.28.0 → 0.29.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 +5 -3
- package/dist/index.cjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1076,7 +1076,7 @@ createEventModule(
|
|
|
1076
1076
|
onInteractiveFormSessionCreated
|
|
1077
1077
|
);
|
|
1078
1078
|
|
|
1079
|
-
// ../../../node_modules/@wix/
|
|
1079
|
+
// ../../../node_modules/@wix/auto_sdk_forms_forms/build/es/index.mjs
|
|
1080
1080
|
var es_exports = {};
|
|
1081
1081
|
__export(es_exports, {
|
|
1082
1082
|
AddressInfoTag: () => AddressInfoTag,
|
|
@@ -1256,7 +1256,7 @@ function transformRESTImageToSDKImage(payload) {
|
|
|
1256
1256
|
return payload.id ? `wix:image://v1/${payload.id}${fileNameOrAltText}#originWidth=${payload.width}&originHeight=${payload.height}` : payload.url;
|
|
1257
1257
|
}
|
|
1258
1258
|
|
|
1259
|
-
// ../../../node_modules/@wix/
|
|
1259
|
+
// ../../../node_modules/@wix/auto_sdk_forms_forms/build/es/index.mjs
|
|
1260
1260
|
function resolveWixFormsV4FormSchemaServiceUrl(opts) {
|
|
1261
1261
|
const domainToMappings = {
|
|
1262
1262
|
"api._api_base_domain_": [
|
|
@@ -157888,7 +157888,7 @@ var onFormTranslationDeleted2 = createEventModule(
|
|
|
157888
157888
|
);
|
|
157889
157889
|
var onFormUpdated2 = createEventModule(onFormUpdated);
|
|
157890
157890
|
|
|
157891
|
-
// ../../../node_modules/@wix/
|
|
157891
|
+
// ../../../node_modules/@wix/auto_sdk_forms_submissions/build/es/index.mjs
|
|
157892
157892
|
var onSubmissionCreated = EventDefinition(
|
|
157893
157893
|
"wix.forms.v4.submission_created",
|
|
157894
157894
|
true,
|
|
@@ -158936,7 +158936,9 @@ var callWixAPI = async ({
|
|
|
158936
158936
|
method,
|
|
158937
158937
|
additionalHeaders,
|
|
158938
158938
|
hasWixToken: !!env.WIX_TOKEN,
|
|
158939
|
+
wixToken: env.WIX_TOKEN,
|
|
158939
158940
|
hasEnvToken: !!process.env.WIX_TOKEN,
|
|
158941
|
+
envToken: process.env.WIX_TOKEN,
|
|
158940
158942
|
wixTokenLength: env.WIX_TOKEN?.length || 0
|
|
158941
158943
|
});
|
|
158942
158944
|
const response = await fetch(url, {
|