@wix/auto_sdk_data-extension-schema_schemas 1.0.60 → 1.0.62
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 +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -3
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -3
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -3
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -3
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3402,10 +3402,12 @@ declare enum BackOfficeHostingPlatforms {
|
|
|
3402
3402
|
/** Picasso AI application POC */
|
|
3403
3403
|
PICASSO_EDITOR = "PICASSO_EDITOR",
|
|
3404
3404
|
/** Base44 Host Dashboard POC */
|
|
3405
|
-
BASE44_DASHBOARD_POC = "BASE44_DASHBOARD_POC"
|
|
3405
|
+
BASE44_DASHBOARD_POC = "BASE44_DASHBOARD_POC",
|
|
3406
|
+
/** Wixel Editor */
|
|
3407
|
+
WIXEL_EDITOR = "WIXEL_EDITOR"
|
|
3406
3408
|
}
|
|
3407
3409
|
/** @enumType */
|
|
3408
|
-
type BackOfficeHostingPlatformsWithLiterals = BackOfficeHostingPlatforms | 'NO_HOSTING_PLATFORM' | 'BUSINESS_MANAGER' | 'ACCOUNT_MANAGER' | 'DEV_CENTER' | 'ENTERPRISE' | 'PARTNERS_DASHBOARD' | 'FINANCIALS_INTERNAL_BO' | 'FED_GUILD_POC' | 'STUDIO_DASHBOARD' | 'CHANNELS' | 'DATA_TOOLS' | 'PSP_BACKOFFICE' | 'RISE_PLATFORM_ACCOUNT_DASHBOARD' | 'DEMO_DASHBOARD_ENTERPRISE' | 'AI_SCHEDULING_ASSISTANT_DASHBOARD' | 'GETTING_PAID' | 'DATA' | 'LITE_DASHBOARD' | 'PICASSO_EDITOR' | 'BASE44_DASHBOARD_POC';
|
|
3410
|
+
type BackOfficeHostingPlatformsWithLiterals = BackOfficeHostingPlatforms | 'NO_HOSTING_PLATFORM' | 'BUSINESS_MANAGER' | 'ACCOUNT_MANAGER' | 'DEV_CENTER' | 'ENTERPRISE' | 'PARTNERS_DASHBOARD' | 'FINANCIALS_INTERNAL_BO' | 'FED_GUILD_POC' | 'STUDIO_DASHBOARD' | 'CHANNELS' | 'DATA_TOOLS' | 'PSP_BACKOFFICE' | 'RISE_PLATFORM_ACCOUNT_DASHBOARD' | 'DEMO_DASHBOARD_ENTERPRISE' | 'AI_SCHEDULING_ASSISTANT_DASHBOARD' | 'GETTING_PAID' | 'DATA' | 'LITE_DASHBOARD' | 'PICASSO_EDITOR' | 'BASE44_DASHBOARD_POC' | 'WIXEL_EDITOR';
|
|
3409
3411
|
/** Definitions of common slots properties */
|
|
3410
3412
|
interface SlotData extends SlotDataSlotTypeOneOf {
|
|
3411
3413
|
/** Widget-specific slot. */
|
|
@@ -12207,7 +12209,8 @@ interface SiteWidgetSlot {
|
|
|
12207
12209
|
/** A container (slot) common properties. */
|
|
12208
12210
|
slotData?: SlotData;
|
|
12209
12211
|
/**
|
|
12210
|
-
*
|
|
12212
|
+
* Name of the slot. Displayed to users when selecting a Plugin Placement, Must be unique within its parent component.
|
|
12213
|
+
* @minLength 2
|
|
12211
12214
|
* @maxLength 50
|
|
12212
12215
|
*/
|
|
12213
12216
|
slotKeyName?: string | null;
|
|
@@ -927,6 +927,7 @@ var BackOfficeHostingPlatforms = /* @__PURE__ */ ((BackOfficeHostingPlatforms2)
|
|
|
927
927
|
BackOfficeHostingPlatforms2["LITE_DASHBOARD"] = "LITE_DASHBOARD";
|
|
928
928
|
BackOfficeHostingPlatforms2["PICASSO_EDITOR"] = "PICASSO_EDITOR";
|
|
929
929
|
BackOfficeHostingPlatforms2["BASE44_DASHBOARD_POC"] = "BASE44_DASHBOARD_POC";
|
|
930
|
+
BackOfficeHostingPlatforms2["WIXEL_EDITOR"] = "WIXEL_EDITOR";
|
|
930
931
|
return BackOfficeHostingPlatforms2;
|
|
931
932
|
})(BackOfficeHostingPlatforms || {});
|
|
932
933
|
var DtsDefinitionType = /* @__PURE__ */ ((DtsDefinitionType2) => {
|