@wix/auto_sdk_calendar_events 1.0.40 → 1.0.41
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.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -8
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -4
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -4
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -4
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1451,16 +1451,14 @@ interface CursorQuery extends CursorQueryPagingMethodOneOf {
|
|
|
1451
1451
|
cursorPaging?: CursorPaging;
|
|
1452
1452
|
/**
|
|
1453
1453
|
* Filter object.
|
|
1454
|
-
* See API Query Language
|
|
1455
|
-
* ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/api/rest/getting-started/api-query-language))
|
|
1454
|
+
* See [API Query Language](https://dev.wix.com/docs/rest/articles/get-started/api-query-language)
|
|
1456
1455
|
* for more information.
|
|
1457
1456
|
*
|
|
1458
1457
|
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`.
|
|
1459
1458
|
*
|
|
1460
1459
|
* Do not specify filters for start and end dates inside `query.filter`, instead
|
|
1461
1460
|
* specify `fromLocalDate` and `toLocalDate`. For a detailed list of supported
|
|
1462
|
-
* filters, refer to the supported filters article
|
|
1463
|
-
* ([REST](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/supported-filters-and-sorting)).
|
|
1461
|
+
* filters, refer to the [supported filters article](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/supported-filters-and-sorting).
|
|
1464
1462
|
*/
|
|
1465
1463
|
filter?: Record<string, any> | null;
|
|
1466
1464
|
/**
|