@wix/auto_sdk_calendar_events 1.0.78 → 1.0.79

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.
@@ -961,6 +961,11 @@ interface Properties {
961
961
  externalSiteUrl?: string | null;
962
962
  /** Track clicks analytics. */
963
963
  trackClicksAnalytics?: boolean;
964
+ /**
965
+ * Company ID issued to the business by local authorities. Appears on invoices and price quotes.
966
+ * @maxLength 50
967
+ */
968
+ companyId?: string | null;
964
969
  }
965
970
  interface Categories {
966
971
  /** Primary site category. */
@@ -2517,10 +2522,7 @@ type EventQuery = {
2517
2522
  declare const utils: {
2518
2523
  query: {
2519
2524
  QueryBuilder: () => _wix_sdk_types.QueryBuilder<Event, EventQuerySpec, EventQuery>;
2520
- Filter: _wix_sdk_types.FilterFactory<Event, EventQuerySpec>; /**
2521
- * ID of a site visitor that has not logged in to the site.
2522
- * @format GUID
2523
- */
2525
+ Filter: _wix_sdk_types.FilterFactory<Event, EventQuerySpec>;
2524
2526
  Sort: _wix_sdk_types.SortFactory<EventQuerySpec>;
2525
2527
  };
2526
2528
  };