@wix/auto_sdk_events_forms 1.0.98 → 1.0.100

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.
@@ -914,7 +914,7 @@ interface Event {
914
914
  onlineConferencing?: OnlineConferencing;
915
915
  /** SEO settings. */
916
916
  seoSettings?: SeoSettings;
917
- /** Assigned contacts label key. */
917
+ /** Legacy contacts label key. Populated only on events created before the migration to Contacts V5; new events aren't assigned a contacts label. */
918
918
  assignedContactsLabel?: string | null;
919
919
  /** Agenda details. */
920
920
  agenda?: Agenda;
@@ -2423,6 +2423,8 @@ interface ImageData {
2423
2423
  styles?: ImageDataStyles;
2424
2424
  /** Non-destructive crop rectangle, expressed as fractions (0-1) of the original image. When omitted, the full image is shown. */
2425
2425
  crop?: ImageDataCrop;
2426
+ /** Optional shape mask applied to the visible crop. Supported values: CIRCLE, OVAL, STAR, PENTAGON, HEXAGON, TRIANGLE, HEART, RHOMBUS, FLUID, WINDOW. */
2427
+ cropShape?: string | null;
2426
2428
  }
2427
2429
  interface StylesBorder {
2428
2430
  /** Border width in pixels. */