@wix/auto_sdk_events_forms 1.0.98 → 1.0.99

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;