@wix/calendar 1.0.39 → 1.0.40

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,10 +1,13 @@
1
1
  {
2
2
  "name": "@wix/calendar",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
7
7
  },
8
+ "keywords": [
9
+ "wix-sdk-module=backend,page,public"
10
+ ],
8
11
  "sideEffects": false,
9
12
  "module": "build/es/index.js",
10
13
  "main": "build/cjs/index.js",
@@ -18,11 +21,11 @@
18
21
  "type-bundles"
19
22
  ],
20
23
  "dependencies": {
21
- "@wix/calendar_event-views": "1.0.10",
22
- "@wix/calendar_events": "1.0.22",
23
- "@wix/calendar_participations": "1.0.11",
24
- "@wix/calendar_schedule-time-frames": "1.0.18",
25
- "@wix/calendar_schedules": "1.0.21"
24
+ "@wix/calendar_event-views": "1.0.11",
25
+ "@wix/calendar_events": "1.0.23",
26
+ "@wix/calendar_participations": "1.0.12",
27
+ "@wix/calendar_schedule-time-frames": "1.0.19",
28
+ "@wix/calendar_schedules": "1.0.22"
26
29
  },
27
30
  "devDependencies": {
28
31
  "glob": "^10.4.1",
@@ -47,5 +50,5 @@
47
50
  "fqdn": ""
48
51
  }
49
52
  },
50
- "falconPackageHash": "411f1af70ece0fba31b59faf7cb834fc5b929d726d798e70970c69bd"
53
+ "falconPackageHash": "5ed083510d1c52a9783cbf5809cc31f29773da5e2a90ccdab3edda13"
51
54
  }
@@ -635,17 +635,20 @@ 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).
638
639
  * @readonly
639
640
  */
640
641
  participants?: Participants$1;
641
642
  /**
642
- * Information about the event's online conferencing
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).
643
645
  *
644
646
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
645
647
  */
646
648
  conferencingDetails?: ConferencingDetails$2;
647
649
  /**
648
650
  * 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).
649
652
  *
650
653
  * Min: 1 character
651
654
  * Max: 5000 characters
@@ -2589,17 +2592,20 @@ interface UpdateEvent {
2589
2592
  remainingCapacity?: number | null;
2590
2593
  /**
2591
2594
  * 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).
2592
2596
  * @readonly
2593
2597
  */
2594
2598
  participants?: Participants$1;
2595
2599
  /**
2596
- * Information about the event's online conferencing
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).
2597
2602
  *
2598
2603
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
2599
2604
  */
2600
2605
  conferencingDetails?: ConferencingDetails$2;
2601
2606
  /**
2602
2607
  * 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).
2603
2609
  *
2604
2610
  * Min: 1 character
2605
2611
  * Max: 5000 characters
@@ -635,17 +635,20 @@ 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).
638
639
  * @readonly
639
640
  */
640
641
  participants?: Participants$1;
641
642
  /**
642
- * Information about the event's online conferencing
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).
643
645
  *
644
646
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
645
647
  */
646
648
  conferencingDetails?: ConferencingDetails$2;
647
649
  /**
648
650
  * 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).
649
652
  *
650
653
  * Min: 1 character
651
654
  * Max: 5000 characters
@@ -2589,17 +2592,20 @@ interface UpdateEvent {
2589
2592
  remainingCapacity?: number | null;
2590
2593
  /**
2591
2594
  * 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).
2592
2596
  * @readonly
2593
2597
  */
2594
2598
  participants?: Participants$1;
2595
2599
  /**
2596
- * Information about the event's online conferencing
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).
2597
2602
  *
2598
2603
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
2599
2604
  */
2600
2605
  conferencingDetails?: ConferencingDetails$2;
2601
2606
  /**
2602
2607
  * 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).
2603
2609
  *
2604
2610
  * Min: 1 character
2605
2611
  * Max: 5000 characters
@@ -157,17 +157,20 @@ 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).
160
161
  * @readonly
161
162
  */
162
163
  participants?: Participants$1;
163
164
  /**
164
- * Information about the event's online conferencing
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).
165
167
  *
166
168
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
167
169
  */
168
170
  conferencingDetails?: ConferencingDetails$3;
169
171
  /**
170
172
  * 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).
171
174
  *
172
175
  * Min: 1 character
173
176
  * Max: 5000 characters
@@ -1424,17 +1427,20 @@ interface Event {
1424
1427
  remainingCapacity?: number | null;
1425
1428
  /**
1426
1429
  * 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).
1427
1431
  * @readonly
1428
1432
  */
1429
1433
  participants?: Participants;
1430
1434
  /**
1431
- * Information about the event's online conferencing
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).
1432
1437
  *
1433
1438
  * Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
1434
1439
  */
1435
1440
  conferencingDetails?: ConferencingDetails$2;
1436
1441
  /**
1437
1442
  * 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).
1438
1444
  *
1439
1445
  * Min: 1 character
1440
1446
  * Max: 5000 characters