@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.
@@ -12209,7 +12209,8 @@ interface SiteWidgetSlot {
12209
12209
  /** A container (slot) common properties. */
12210
12210
  slotData?: SlotData;
12211
12211
  /**
12212
- * Role of the slot component, uniquely identifying it within its parent component (used by Velo).
12212
+ * Name of the slot. Displayed to users when selecting a Plugin Placement, Must be unique within its parent component.
12213
+ * @minLength 2
12213
12214
  * @maxLength 50
12214
12215
  */
12215
12216
  slotKeyName?: string | null;