@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -4
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +5 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -4
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +5 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -4
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +5 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -4
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +5 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
};
|