@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.
@@ -12192,7 +12192,8 @@ interface SiteWidgetSlot {
12192
12192
  /** A container (slot) common properties. */
12193
12193
  slotData?: SlotData;
12194
12194
  /**
12195
- * Role of the slot component, uniquely identifying it within its parent component (used by Velo).
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;