@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
|
@@ -3385,10 +3385,12 @@ declare enum BackOfficeHostingPlatforms {
|
|
|
3385
3385
|
/** Picasso AI application POC */
|
|
3386
3386
|
PICASSO_EDITOR = "PICASSO_EDITOR",
|
|
3387
3387
|
/** Base44 Host Dashboard POC */
|
|
3388
|
-
BASE44_DASHBOARD_POC = "BASE44_DASHBOARD_POC"
|
|
3388
|
+
BASE44_DASHBOARD_POC = "BASE44_DASHBOARD_POC",
|
|
3389
|
+
/** Wixel Editor */
|
|
3390
|
+
WIXEL_EDITOR = "WIXEL_EDITOR"
|
|
3389
3391
|
}
|
|
3390
3392
|
/** @enumType */
|
|
3391
|
-
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';
|
|
3393
|
+
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';
|
|
3392
3394
|
/** Definitions of common slots properties */
|
|
3393
3395
|
interface SlotData extends SlotDataSlotTypeOneOf {
|
|
3394
3396
|
/** Widget-specific slot. */
|
|
@@ -12190,7 +12192,8 @@ interface SiteWidgetSlot {
|
|
|
12190
12192
|
/** A container (slot) common properties. */
|
|
12191
12193
|
slotData?: SlotData;
|
|
12192
12194
|
/**
|
|
12193
|
-
*
|
|
12195
|
+
* Name of the slot. Displayed to users when selecting a Plugin Placement, Must be unique within its parent component.
|
|
12196
|
+
* @minLength 2
|
|
12194
12197
|
* @maxLength 50
|
|
12195
12198
|
*/
|
|
12196
12199
|
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) => {
|