@wix/auto_sdk_data-extension-schema_schemas 1.0.63 → 1.0.64
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1236,6 +1236,8 @@ interface WidgetOutOfIframeComponentData {
|
|
|
1236
1236
|
* @maxLength 512
|
|
1237
1237
|
*/
|
|
1238
1238
|
builderConfigUrlTemplate?: string | null;
|
|
1239
|
+
/** Whether to render the component in the Editor as React (true) or as an iframe (false) */
|
|
1240
|
+
ooiInEditor?: boolean | null;
|
|
1239
1241
|
}
|
|
1240
1242
|
/** Out Of Iframes additional info */
|
|
1241
1243
|
interface OutOfIframeData {
|
|
@@ -1411,6 +1413,8 @@ interface PageOutOfIframeComponentData {
|
|
|
1411
1413
|
* @maxLength 512
|
|
1412
1414
|
*/
|
|
1413
1415
|
builderConfigUrlTemplate?: string | null;
|
|
1416
|
+
/** Whether to render the component in the Editor as React (true) or as an iframe (false) */
|
|
1417
|
+
ooiInEditor?: boolean | null;
|
|
1414
1418
|
}
|
|
1415
1419
|
/** Create a collection of native Editor components that loads directly in the Editor DOM */
|
|
1416
1420
|
interface PlatfromComponentData {
|