@wix/auto_sdk_events_notifications 1.0.42 → 1.0.43
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 +7 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +7 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +7 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +7 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1338,6 +1338,13 @@ interface Agenda {
|
|
|
1338
1338
|
*/
|
|
1339
1339
|
pageUrl?: SiteUrl;
|
|
1340
1340
|
}
|
|
1341
|
+
/**
|
|
1342
|
+
* A Category is a classification object that groups related events on a site so you can organize and display them by themes, venues, or other facets.
|
|
1343
|
+
*
|
|
1344
|
+
* You can manage Categories, assign events to them, and use them to control the selection and order of events across different pages and widgets.
|
|
1345
|
+
*
|
|
1346
|
+
* Read more about [Categories](https://support.wix.com/en/article/creating-and-displaying-event-categories).
|
|
1347
|
+
*/
|
|
1341
1348
|
interface Category {
|
|
1342
1349
|
/**
|
|
1343
1350
|
* Category ID.
|