@wix/auto_sdk_calendar_events 1.0.33 → 1.0.34
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 +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/package.json +2 -2
|
@@ -1316,7 +1316,7 @@ interface ListEventsRequest {
|
|
|
1316
1316
|
* IDs of the events to retrieve.
|
|
1317
1317
|
*
|
|
1318
1318
|
* Min: 1 event ID
|
|
1319
|
-
*
|
|
1319
|
+
* Max: 100 event IDs
|
|
1320
1320
|
* @minSize 1
|
|
1321
1321
|
* @maxSize 100
|
|
1322
1322
|
* @minLength 36
|
|
@@ -2174,7 +2174,7 @@ interface GetEventOptions {
|
|
|
2174
2174
|
* @param eventIds - IDs of the events to retrieve.
|
|
2175
2175
|
*
|
|
2176
2176
|
* Min: 1 event ID
|
|
2177
|
-
*
|
|
2177
|
+
* Max: 100 event IDs
|
|
2178
2178
|
* @public
|
|
2179
2179
|
* @requiredField eventIds
|
|
2180
2180
|
* @permissionId CALENDAR.EVENT_READ
|