@wix/calendar 1.0.37 → 1.0.38

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.37",
3
+ "version": "1.0.38",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,8 +18,8 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/calendar_event-views": "1.0.9",
22
- "@wix/calendar_events": "1.0.21",
21
+ "@wix/calendar_event-views": "1.0.10",
22
+ "@wix/calendar_events": "1.0.22",
23
23
  "@wix/calendar_participations": "1.0.11",
24
24
  "@wix/calendar_schedule-time-frames": "1.0.17",
25
25
  "@wix/calendar_schedules": "1.0.21"
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "792c7cd9693f40d4d9364423cad991132a97da5105cf5277dd3df01c"
50
+ "falconPackageHash": "8529974f02c31fad9616b77c16349904b04d2b4dfe5b830193c0e999"
51
51
  }
@@ -604,7 +604,7 @@ interface Event$1 {
604
604
  * + `OPAQUE`: The schedule is blocked during the event, preventing other events that involve the same entities (for example, Booking staff members) from being scheduled at the same time.
605
605
  * + `TRANSPARENT`: The schedule remains open during the event, allowing other events to be scheduled concurrently.
606
606
  *
607
- * Default: `TRANSPARENT`
607
+ * Default: `OPAQUE`
608
608
  */
609
609
  transparency?: Transparency$1;
610
610
  /**
@@ -615,7 +615,7 @@ interface Event$1 {
615
615
  location?: Location$2;
616
616
  /**
617
617
  * List of [Wix Bookings resources](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/resource-v2/resource-object)
618
- * affected by the event. This could include ,for example, the
618
+ * affected by the event. This could include, for example, the
619
619
  * [Wix Bookings staff member](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/staff-member-v1/staff-member-object)
620
620
  * providing the service or the room where the appointment takes place.
621
621
  *
@@ -654,7 +654,7 @@ interface Event$1 {
654
654
  /**
655
655
  * List of fields whose values are inherited.
656
656
  * + For single-occurrence events, values are inherited from the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
657
- * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related the `MASTER` event.
657
+ * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related `MASTER` event.
658
658
  * @readonly
659
659
  */
660
660
  inheritedFields?: Field$1[];
@@ -1202,7 +1202,7 @@ interface CursorQueryPagingMethodOneOf$2 {
1202
1202
  interface Sorting {
1203
1203
  /**
1204
1204
  * The field to sort by.
1205
- * Either `start` or `end.
1205
+ * Either `start` or `end`.
1206
1206
  * Default is `start`.
1207
1207
  */
1208
1208
  fieldName?: string;
@@ -2558,7 +2558,7 @@ interface UpdateEvent {
2558
2558
  * + `OPAQUE`: The schedule is blocked during the event, preventing other events that involve the same entities (for example, Booking staff members) from being scheduled at the same time.
2559
2559
  * + `TRANSPARENT`: The schedule remains open during the event, allowing other events to be scheduled concurrently.
2560
2560
  *
2561
- * Default: `TRANSPARENT`
2561
+ * Default: `OPAQUE`
2562
2562
  */
2563
2563
  transparency?: Transparency$1;
2564
2564
  /**
@@ -2569,7 +2569,7 @@ interface UpdateEvent {
2569
2569
  location?: Location$2;
2570
2570
  /**
2571
2571
  * List of [Wix Bookings resources](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/resource-v2/resource-object)
2572
- * affected by the event. This could include ,for example, the
2572
+ * affected by the event. This could include, for example, the
2573
2573
  * [Wix Bookings staff member](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/staff-member-v1/staff-member-object)
2574
2574
  * providing the service or the room where the appointment takes place.
2575
2575
  *
@@ -2608,7 +2608,7 @@ interface UpdateEvent {
2608
2608
  /**
2609
2609
  * List of fields whose values are inherited.
2610
2610
  * + For single-occurrence events, values are inherited from the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
2611
- * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related the `MASTER` event.
2611
+ * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related `MASTER` event.
2612
2612
  * @readonly
2613
2613
  */
2614
2614
  inheritedFields?: Field$1[];
@@ -2857,7 +2857,7 @@ interface QueryEventsSignature {
2857
2857
  * - `cursorPaging.limit` is `50`
2858
2858
  *
2859
2859
  * You can't filter by event ID. To query by event ID, use
2860
- * [Get Event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/list-events)
2860
+ * [Get Event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/get-event)
2861
2861
  * or [List Events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/list-events).
2862
2862
  *
2863
2863
  * You can't filter by contact or member ID. To query by a participant's contact
@@ -3416,7 +3416,7 @@ interface Event {
3416
3416
  * + `OPAQUE`: The schedule is blocked during the event, preventing other events that involve the same entities (for example, Booking staff members) from being scheduled at the same time.
3417
3417
  * + `TRANSPARENT`: The schedule remains open during the event, allowing other events to be scheduled concurrently.
3418
3418
  *
3419
- * Default: `TRANSPARENT`
3419
+ * Default: `OPAQUE`
3420
3420
  */
3421
3421
  transparency?: Transparency;
3422
3422
  /**
@@ -3427,7 +3427,7 @@ interface Event {
3427
3427
  location?: Location$1;
3428
3428
  /**
3429
3429
  * List of [Wix Bookings resources](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/resource-v2/resource-object)
3430
- * affected by the event. This could include ,for example, the
3430
+ * affected by the event. This could include, for example, the
3431
3431
  * [Wix Bookings staff member](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/staff-member-v1/staff-member-object)
3432
3432
  * providing the service or the room where the appointment takes place.
3433
3433
  *
@@ -3466,7 +3466,7 @@ interface Event {
3466
3466
  /**
3467
3467
  * List of fields whose values are inherited.
3468
3468
  * + For single-occurrence events, values are inherited from the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
3469
- * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related the `MASTER` event.
3469
+ * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related `MASTER` event.
3470
3470
  * @readonly
3471
3471
  */
3472
3472
  inheritedFields?: Field[];
@@ -604,7 +604,7 @@ interface Event$1 {
604
604
  * + `OPAQUE`: The schedule is blocked during the event, preventing other events that involve the same entities (for example, Booking staff members) from being scheduled at the same time.
605
605
  * + `TRANSPARENT`: The schedule remains open during the event, allowing other events to be scheduled concurrently.
606
606
  *
607
- * Default: `TRANSPARENT`
607
+ * Default: `OPAQUE`
608
608
  */
609
609
  transparency?: Transparency$1;
610
610
  /**
@@ -615,7 +615,7 @@ interface Event$1 {
615
615
  location?: Location$2;
616
616
  /**
617
617
  * List of [Wix Bookings resources](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/resource-v2/resource-object)
618
- * affected by the event. This could include ,for example, the
618
+ * affected by the event. This could include, for example, the
619
619
  * [Wix Bookings staff member](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/staff-member-v1/staff-member-object)
620
620
  * providing the service or the room where the appointment takes place.
621
621
  *
@@ -654,7 +654,7 @@ interface Event$1 {
654
654
  /**
655
655
  * List of fields whose values are inherited.
656
656
  * + For single-occurrence events, values are inherited from the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
657
- * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related the `MASTER` event.
657
+ * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related `MASTER` event.
658
658
  * @readonly
659
659
  */
660
660
  inheritedFields?: Field$1[];
@@ -1202,7 +1202,7 @@ interface CursorQueryPagingMethodOneOf$2 {
1202
1202
  interface Sorting {
1203
1203
  /**
1204
1204
  * The field to sort by.
1205
- * Either `start` or `end.
1205
+ * Either `start` or `end`.
1206
1206
  * Default is `start`.
1207
1207
  */
1208
1208
  fieldName?: string;
@@ -2558,7 +2558,7 @@ interface UpdateEvent {
2558
2558
  * + `OPAQUE`: The schedule is blocked during the event, preventing other events that involve the same entities (for example, Booking staff members) from being scheduled at the same time.
2559
2559
  * + `TRANSPARENT`: The schedule remains open during the event, allowing other events to be scheduled concurrently.
2560
2560
  *
2561
- * Default: `TRANSPARENT`
2561
+ * Default: `OPAQUE`
2562
2562
  */
2563
2563
  transparency?: Transparency$1;
2564
2564
  /**
@@ -2569,7 +2569,7 @@ interface UpdateEvent {
2569
2569
  location?: Location$2;
2570
2570
  /**
2571
2571
  * List of [Wix Bookings resources](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/resource-v2/resource-object)
2572
- * affected by the event. This could include ,for example, the
2572
+ * affected by the event. This could include, for example, the
2573
2573
  * [Wix Bookings staff member](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/staff-member-v1/staff-member-object)
2574
2574
  * providing the service or the room where the appointment takes place.
2575
2575
  *
@@ -2608,7 +2608,7 @@ interface UpdateEvent {
2608
2608
  /**
2609
2609
  * List of fields whose values are inherited.
2610
2610
  * + For single-occurrence events, values are inherited from the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
2611
- * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related the `MASTER` event.
2611
+ * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related `MASTER` event.
2612
2612
  * @readonly
2613
2613
  */
2614
2614
  inheritedFields?: Field$1[];
@@ -2857,7 +2857,7 @@ interface QueryEventsSignature {
2857
2857
  * - `cursorPaging.limit` is `50`
2858
2858
  *
2859
2859
  * You can't filter by event ID. To query by event ID, use
2860
- * [Get Event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/list-events)
2860
+ * [Get Event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/get-event)
2861
2861
  * or [List Events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/list-events).
2862
2862
  *
2863
2863
  * You can't filter by contact or member ID. To query by a participant's contact
@@ -3416,7 +3416,7 @@ interface Event {
3416
3416
  * + `OPAQUE`: The schedule is blocked during the event, preventing other events that involve the same entities (for example, Booking staff members) from being scheduled at the same time.
3417
3417
  * + `TRANSPARENT`: The schedule remains open during the event, allowing other events to be scheduled concurrently.
3418
3418
  *
3419
- * Default: `TRANSPARENT`
3419
+ * Default: `OPAQUE`
3420
3420
  */
3421
3421
  transparency?: Transparency;
3422
3422
  /**
@@ -3427,7 +3427,7 @@ interface Event {
3427
3427
  location?: Location$1;
3428
3428
  /**
3429
3429
  * List of [Wix Bookings resources](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/resource-v2/resource-object)
3430
- * affected by the event. This could include ,for example, the
3430
+ * affected by the event. This could include, for example, the
3431
3431
  * [Wix Bookings staff member](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/staff-member-v1/staff-member-object)
3432
3432
  * providing the service or the room where the appointment takes place.
3433
3433
  *
@@ -3466,7 +3466,7 @@ interface Event {
3466
3466
  /**
3467
3467
  * List of fields whose values are inherited.
3468
3468
  * + For single-occurrence events, values are inherited from the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
3469
- * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related the `MASTER` event.
3469
+ * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related `MASTER` event.
3470
3470
  * @readonly
3471
3471
  */
3472
3472
  inheritedFields?: Field[];
@@ -126,7 +126,7 @@ interface Event$1 {
126
126
  * + `OPAQUE`: The schedule is blocked during the event, preventing other events that involve the same entities (for example, Booking staff members) from being scheduled at the same time.
127
127
  * + `TRANSPARENT`: The schedule remains open during the event, allowing other events to be scheduled concurrently.
128
128
  *
129
- * Default: `TRANSPARENT`
129
+ * Default: `OPAQUE`
130
130
  */
131
131
  transparency?: Transparency$1;
132
132
  /**
@@ -137,7 +137,7 @@ interface Event$1 {
137
137
  location?: Location$3;
138
138
  /**
139
139
  * List of [Wix Bookings resources](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/resource-v2/resource-object)
140
- * affected by the event. This could include ,for example, the
140
+ * affected by the event. This could include, for example, the
141
141
  * [Wix Bookings staff member](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/staff-member-v1/staff-member-object)
142
142
  * providing the service or the room where the appointment takes place.
143
143
  *
@@ -176,7 +176,7 @@ interface Event$1 {
176
176
  /**
177
177
  * List of fields whose values are inherited.
178
178
  * + For single-occurrence events, values are inherited from the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
179
- * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related the `MASTER` event.
179
+ * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related `MASTER` event.
180
180
  * @readonly
181
181
  */
182
182
  inheritedFields?: Field$1[];
@@ -713,7 +713,7 @@ interface CursorQueryPagingMethodOneOf$5 {
713
713
  interface Sorting$1 {
714
714
  /**
715
715
  * The field to sort by.
716
- * Either `start` or `end.
716
+ * Either `start` or `end`.
717
717
  * Default is `start`.
718
718
  */
719
719
  fieldName?: string;
@@ -1393,7 +1393,7 @@ interface Event {
1393
1393
  * + `OPAQUE`: The schedule is blocked during the event, preventing other events that involve the same entities (for example, Booking staff members) from being scheduled at the same time.
1394
1394
  * + `TRANSPARENT`: The schedule remains open during the event, allowing other events to be scheduled concurrently.
1395
1395
  *
1396
- * Default: `TRANSPARENT`
1396
+ * Default: `OPAQUE`
1397
1397
  */
1398
1398
  transparency?: Transparency;
1399
1399
  /**
@@ -1404,7 +1404,7 @@ interface Event {
1404
1404
  location?: Location$2;
1405
1405
  /**
1406
1406
  * List of [Wix Bookings resources](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/resource-v2/resource-object)
1407
- * affected by the event. This could include ,for example, the
1407
+ * affected by the event. This could include, for example, the
1408
1408
  * [Wix Bookings staff member](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/staff-member-v1/staff-member-object)
1409
1409
  * providing the service or the room where the appointment takes place.
1410
1410
  *
@@ -1443,7 +1443,7 @@ interface Event {
1443
1443
  /**
1444
1444
  * List of fields whose values are inherited.
1445
1445
  * + For single-occurrence events, values are inherited from the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
1446
- * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related the `MASTER` event.
1446
+ * + For `INSTANCE` and `EXCEPTION` events, values are inherited from the related `MASTER` event.
1447
1447
  * @readonly
1448
1448
  */
1449
1449
  inheritedFields?: Field[];
@@ -1980,7 +1980,7 @@ interface CursorQueryPagingMethodOneOf$4 {
1980
1980
  interface Sorting {
1981
1981
  /**
1982
1982
  * The field to sort by.
1983
- * Either `start` or `end.
1983
+ * Either `start` or `end`.
1984
1984
  * Default is `start`.
1985
1985
  */
1986
1986
  fieldName?: string;