@wix/events 1.0.153 → 1.0.154

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.
@@ -417,8 +417,8 @@ type GoogleProtoDuration = any;
417
417
  /**
418
418
  * Retrieves a list of up to 100 schedule items, with basic filter support.
419
419
  *
420
- * > **Note:**
421
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
420
+ * >**Note:**
421
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
422
422
  * @public
423
423
  * @documentationMaturity preview
424
424
  * @applicableIdentity MEMBER
@@ -484,8 +484,8 @@ export interface ListScheduleItemsOptions {
484
484
  * - When filter is not specified, returns all schedule items that caller is authorized to read.
485
485
  * - When sorting is not specified, defaults to `time_slot.start` and `time_slot.end` in `ASC` order.
486
486
  *
487
- * > **Note:**
488
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
487
+ * >**Note:**
488
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
489
489
  * @public
490
490
  * @documentationMaturity preview
491
491
  * @applicableIdentity MEMBER
@@ -558,8 +558,8 @@ export interface ItemsQueryBuilder {
558
558
  /**
559
559
  * Retrieves schedule item by ID.
560
560
  *
561
- * > **Note:**
562
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
561
+ * >**Note:**
562
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
563
563
  * @param itemId - Schedule item ID.
564
564
  * @public
565
565
  * @documentationMaturity preview
@@ -577,8 +577,8 @@ export interface GetScheduleItemOptions {
577
577
  /**
578
578
  * Adds schedule item to the draft schedule. Draft items are not publicly available unless published.
579
579
  *
580
- * > **Note:**
581
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
580
+ * >**Note:**
581
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
582
582
  * @param eventId - Event ID.
583
583
  * @public
584
584
  * @documentationMaturity preview
@@ -597,8 +597,8 @@ export interface AddScheduleItemOptions {
597
597
  * Updates existing schedule item.
598
598
  * All modifications are performed on a draft schedule, even if schedule item has already been published.
599
599
  *
600
- * > **Note:**
601
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
600
+ * >**Note:**
601
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
602
602
  * @param itemId - Schedule item ID.
603
603
  * @param eventId - Event ID.
604
604
  * @public
@@ -614,8 +614,8 @@ export interface UpdateScheduleItemOptions {
614
614
  /**
615
615
  * Deletes schedule item from draft schedule.
616
616
  *
617
- * > **Note:**
618
- * > This endpoint is relevant only for the [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
617
+ * >**Note:**
618
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
619
619
  * @param eventId - Event ID.
620
620
  * @public
621
621
  * @documentationMaturity preview
@@ -629,8 +629,8 @@ export interface DeleteScheduleItemOptions {
629
629
  /**
630
630
  * Clears all changes to the draft schedule. (Does not affect the published schedule.)
631
631
  *
632
- * > **Note:**
633
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
632
+ * >**Note:**
633
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
634
634
  * @param eventId - Event ID.
635
635
  * @public
636
636
  * @documentationMaturity preview
@@ -640,8 +640,8 @@ export declare function discardDraft(eventId: string): Promise<void>;
640
640
  /**
641
641
  * Publishes the draft schedule.
642
642
  *
643
- * > **Note:**
644
- * > This endpoint is relevant only for the [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
643
+ * >**Note:**
644
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
645
645
  * @param eventId - Event ID.
646
646
  * @public
647
647
  * @documentationMaturity preview
@@ -651,8 +651,8 @@ export declare function publishDraft(eventId: string): Promise<void>;
651
651
  /**
652
652
  * Adjusts time of all draft schedule items (per event).
653
653
  *
654
- * > **Note:**
655
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
654
+ * >**Note:**
655
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
656
656
  * @param eventId - Event ID.
657
657
  * @public
658
658
  * @documentationMaturity preview
@@ -71,8 +71,8 @@ const _updateScheduleItemResponse = {};
71
71
  /**
72
72
  * Retrieves a list of up to 100 schedule items, with basic filter support.
73
73
  *
74
- * > **Note:**
75
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
74
+ * >**Note:**
75
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
76
76
  * @public
77
77
  * @documentationMaturity preview
78
78
  * @applicableIdentity MEMBER
@@ -165,8 +165,8 @@ export function listScheduleItems(options) {
165
165
  * - When filter is not specified, returns all schedule items that caller is authorized to read.
166
166
  * - When sorting is not specified, defaults to `time_slot.start` and `time_slot.end` in `ASC` order.
167
167
  *
168
- * > **Note:**
169
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
168
+ * >**Note:**
169
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
170
170
  * @public
171
171
  * @documentationMaturity preview
172
172
  * @applicableIdentity MEMBER
@@ -226,8 +226,8 @@ export function queryScheduleItems() {
226
226
  /**
227
227
  * Retrieves schedule item by ID.
228
228
  *
229
- * > **Note:**
230
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
229
+ * >**Note:**
230
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
231
231
  * @param itemId - Schedule item ID.
232
232
  * @public
233
233
  * @documentationMaturity preview
@@ -292,8 +292,8 @@ export function getScheduleItem(itemId, options) {
292
292
  /**
293
293
  * Adds schedule item to the draft schedule. Draft items are not publicly available unless published.
294
294
  *
295
- * > **Note:**
296
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
295
+ * >**Note:**
296
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
297
297
  * @param eventId - Event ID.
298
298
  * @public
299
299
  * @documentationMaturity preview
@@ -352,8 +352,8 @@ export function addScheduleItem(eventId, options) {
352
352
  * Updates existing schedule item.
353
353
  * All modifications are performed on a draft schedule, even if schedule item has already been published.
354
354
  *
355
- * > **Note:**
356
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
355
+ * >**Note:**
356
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
357
357
  * @param itemId - Schedule item ID.
358
358
  * @param eventId - Event ID.
359
359
  * @public
@@ -417,8 +417,8 @@ export function updateScheduleItem(itemId, eventId, options) {
417
417
  /**
418
418
  * Deletes schedule item from draft schedule.
419
419
  *
420
- * > **Note:**
421
- * > This endpoint is relevant only for the [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
420
+ * >**Note:**
421
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
422
422
  * @param eventId - Event ID.
423
423
  * @public
424
424
  * @documentationMaturity preview
@@ -471,8 +471,8 @@ export function deleteScheduleItem(eventId, options) {
471
471
  /**
472
472
  * Clears all changes to the draft schedule. (Does not affect the published schedule.)
473
473
  *
474
- * > **Note:**
475
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
474
+ * >**Note:**
475
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
476
476
  * @param eventId - Event ID.
477
477
  * @public
478
478
  * @documentationMaturity preview
@@ -525,8 +525,8 @@ export function discardDraft(eventId) {
525
525
  /**
526
526
  * Publishes the draft schedule.
527
527
  *
528
- * > **Note:**
529
- * > This endpoint is relevant only for the [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
528
+ * >**Note:**
529
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
530
530
  * @param eventId - Event ID.
531
531
  * @public
532
532
  * @documentationMaturity preview
@@ -579,8 +579,8 @@ export function publishDraft(eventId) {
579
579
  /**
580
580
  * Adjusts time of all draft schedule items (per event).
581
581
  *
582
- * > **Note:**
583
- * > This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
582
+ * >**Note:**
583
+ * >This endpoint requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
584
584
  * @param eventId - Event ID.
585
585
  * @public
586
586
  * @documentationMaturity preview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/events",
3
- "version": "1.0.153",
3
+ "version": "1.0.154",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "38308dc2a143b0c6ecb7383ee67bf9702df037195e6669dc8803153f"
36
+ "falconPackageHash": "2ea2da4bcab96fef498bf7c2825b359b41fdd575a451a5ccc5c3b537"
37
37
  }