@wix/calendar 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/calendar",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@wix/calendar_event-views": "1.0.11",
25
- "@wix/calendar_events": "1.0.23",
25
+ "@wix/calendar_events": "1.0.24",
26
26
  "@wix/calendar_participations": "1.0.12",
27
27
  "@wix/calendar_schedule-time-frames": "1.0.19",
28
28
  "@wix/calendar_schedules": "1.0.22"
@@ -50,5 +50,5 @@
50
50
  "fqdn": ""
51
51
  }
52
52
  },
53
- "falconPackageHash": "5ed083510d1c52a9783cbf5809cc31f29773da5e2a90ccdab3edda13"
53
+ "falconPackageHash": "7b8d82239ccd040c7a332189d7ea149a40002cb169e6251ea1eca719"
54
54
  }
@@ -635,20 +635,17 @@ interface Event$1 {
635
635
  remainingCapacity?: number | null;
636
636
  /**
637
637
  * Information about the event's participants.
638
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
639
638
  * @readonly
640
639
  */
641
640
  participants?: Participants$1;
642
641
  /**
643
- * Information about the event's online conferencing.
644
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
642
+ * Information about the event's online conferencing
645
643
  *
646
644
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
647
645
  */
648
646
  conferencingDetails?: ConferencingDetails$2;
649
647
  /**
650
648
  * Additional notes about the event.
651
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
652
649
  *
653
650
  * Min: 1 character
654
651
  * Max: 5000 characters
@@ -2592,20 +2589,17 @@ interface UpdateEvent {
2592
2589
  remainingCapacity?: number | null;
2593
2590
  /**
2594
2591
  * Information about the event's participants.
2595
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
2596
2592
  * @readonly
2597
2593
  */
2598
2594
  participants?: Participants$1;
2599
2595
  /**
2600
- * Information about the event's online conferencing.
2601
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
2596
+ * Information about the event's online conferencing
2602
2597
  *
2603
2598
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
2604
2599
  */
2605
2600
  conferencingDetails?: ConferencingDetails$2;
2606
2601
  /**
2607
2602
  * Additional notes about the event.
2608
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
2609
2603
  *
2610
2604
  * Min: 1 character
2611
2605
  * Max: 5000 characters
@@ -635,20 +635,17 @@ interface Event$1 {
635
635
  remainingCapacity?: number | null;
636
636
  /**
637
637
  * Information about the event's participants.
638
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
639
638
  * @readonly
640
639
  */
641
640
  participants?: Participants$1;
642
641
  /**
643
- * Information about the event's online conferencing.
644
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
642
+ * Information about the event's online conferencing
645
643
  *
646
644
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
647
645
  */
648
646
  conferencingDetails?: ConferencingDetails$2;
649
647
  /**
650
648
  * Additional notes about the event.
651
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
652
649
  *
653
650
  * Min: 1 character
654
651
  * Max: 5000 characters
@@ -2592,20 +2589,17 @@ interface UpdateEvent {
2592
2589
  remainingCapacity?: number | null;
2593
2590
  /**
2594
2591
  * Information about the event's participants.
2595
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
2596
2592
  * @readonly
2597
2593
  */
2598
2594
  participants?: Participants$1;
2599
2595
  /**
2600
- * Information about the event's online conferencing.
2601
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
2596
+ * Information about the event's online conferencing
2602
2597
  *
2603
2598
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
2604
2599
  */
2605
2600
  conferencingDetails?: ConferencingDetails$2;
2606
2601
  /**
2607
2602
  * Additional notes about the event.
2608
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
2609
2603
  *
2610
2604
  * Min: 1 character
2611
2605
  * Max: 5000 characters
@@ -157,20 +157,17 @@ interface Event$1 {
157
157
  remainingCapacity?: number | null;
158
158
  /**
159
159
  * Information about the event's participants.
160
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
161
160
  * @readonly
162
161
  */
163
162
  participants?: Participants$1;
164
163
  /**
165
- * Information about the event's online conferencing.
166
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
164
+ * Information about the event's online conferencing
167
165
  *
168
166
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
169
167
  */
170
168
  conferencingDetails?: ConferencingDetails$3;
171
169
  /**
172
170
  * Additional notes about the event.
173
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
174
171
  *
175
172
  * Min: 1 character
176
173
  * Max: 5000 characters
@@ -1427,20 +1424,17 @@ interface Event {
1427
1424
  remainingCapacity?: number | null;
1428
1425
  /**
1429
1426
  * Information about the event's participants.
1430
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
1431
1427
  * @readonly
1432
1428
  */
1433
1429
  participants?: Participants;
1434
1430
  /**
1435
- * Information about the event's online conferencing.
1436
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
1431
+ * Information about the event's online conferencing
1437
1432
  *
1438
1433
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
1439
1434
  */
1440
1435
  conferencingDetails?: ConferencingDetails$2;
1441
1436
  /**
1442
1437
  * Additional notes about the event.
1443
- * Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
1444
1438
  *
1445
1439
  * Min: 1 character
1446
1440
  * Max: 5000 characters