@wix/auto_sdk_data-extension-schema_schemas 1.0.61 → 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.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -1
- 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 +2 -1
- 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 +2 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -12192,7 +12192,8 @@ interface SiteWidgetSlot {
|
|
|
12192
12192
|
/** A container (slot) common properties. */
|
|
12193
12193
|
slotData?: SlotData;
|
|
12194
12194
|
/**
|
|
12195
|
-
*
|
|
12195
|
+
* Name of the slot. Displayed to users when selecting a Plugin Placement, Must be unique within its parent component.
|
|
12196
|
+
* @minLength 2
|
|
12196
12197
|
* @maxLength 50
|
|
12197
12198
|
*/
|
|
12198
12199
|
slotKeyName?: string | null;
|