@wix/auto_sdk_bookings_bookings 1.0.2 → 1.0.3

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.
Files changed (25) hide show
  1. package/build/cjs/src/bookings-v2-booking-bookings.http.d.ts +3 -3
  2. package/build/cjs/src/bookings-v2-booking-bookings.http.js +3 -3
  3. package/build/cjs/src/bookings-v2-booking-bookings.public.d.ts +3 -3
  4. package/build/cjs/src/bookings-v2-booking-bookings.types.d.ts +2 -2
  5. package/build/cjs/src/bookings-v2-booking-bookings.universal.d.ts +6 -6
  6. package/build/cjs/src/bookings-v2-booking-bookings.universal.js +3 -3
  7. package/build/es/src/bookings-v2-booking-bookings.http.d.ts +3 -3
  8. package/build/es/src/bookings-v2-booking-bookings.http.js +3 -3
  9. package/build/es/src/bookings-v2-booking-bookings.public.d.ts +3 -3
  10. package/build/es/src/bookings-v2-booking-bookings.types.d.ts +2 -2
  11. package/build/es/src/bookings-v2-booking-bookings.universal.d.ts +6 -6
  12. package/build/es/src/bookings-v2-booking-bookings.universal.js +3 -3
  13. package/build/internal/cjs/src/bookings-v2-booking-bookings.http.d.ts +3 -3
  14. package/build/internal/cjs/src/bookings-v2-booking-bookings.http.js +3 -3
  15. package/build/internal/cjs/src/bookings-v2-booking-bookings.public.d.ts +3 -3
  16. package/build/internal/cjs/src/bookings-v2-booking-bookings.types.d.ts +2 -2
  17. package/build/internal/cjs/src/bookings-v2-booking-bookings.universal.d.ts +6 -6
  18. package/build/internal/cjs/src/bookings-v2-booking-bookings.universal.js +3 -3
  19. package/build/internal/es/src/bookings-v2-booking-bookings.http.d.ts +3 -3
  20. package/build/internal/es/src/bookings-v2-booking-bookings.http.js +3 -3
  21. package/build/internal/es/src/bookings-v2-booking-bookings.public.d.ts +3 -3
  22. package/build/internal/es/src/bookings-v2-booking-bookings.types.d.ts +2 -2
  23. package/build/internal/es/src/bookings-v2-booking-bookings.universal.d.ts +6 -6
  24. package/build/internal/es/src/bookings-v2-booking-bookings.universal.js +3 -3
  25. package/package.json +2 -2
@@ -461,10 +461,10 @@ export declare function bookingsUpdateNumberOfParticipants(payload: object): Req
461
461
  * ## eCommerce checkout restriction
462
462
  *
463
463
  * Call this method only when using a custom checkout page. Don't
464
- * call it when using a Wix eCommerce checkout
464
+ * call it when using a *Wix eCommerce checkout*
465
465
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
466
466
  * In such cases, Wix automatically updates the booking status based on
467
- * the `paymentStatus` of the corresponding Wix eCommerce order
467
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
468
468
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
469
469
  *
470
470
  * ## New booking status
@@ -500,7 +500,7 @@ export declare function confirmOrDeclineBooking(payload: object): RequestOptions
500
500
  * Confirms or declines up to 300 bookings.
501
501
  *
502
502
  *
503
- * See Confirm Or Decline Booking
503
+ * See *Confirm Or Decline Booking*
504
504
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
505
505
  * for details about when a booking is confirmed or declined.
506
506
  */
@@ -1451,10 +1451,10 @@ exports.bookingsUpdateNumberOfParticipants = bookingsUpdateNumberOfParticipants;
1451
1451
  * ## eCommerce checkout restriction
1452
1452
  *
1453
1453
  * Call this method only when using a custom checkout page. Don't
1454
- * call it when using a Wix eCommerce checkout
1454
+ * call it when using a *Wix eCommerce checkout*
1455
1455
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
1456
1456
  * In such cases, Wix automatically updates the booking status based on
1457
- * the `paymentStatus` of the corresponding Wix eCommerce order
1457
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
1458
1458
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
1459
1459
  *
1460
1460
  * ## New booking status
@@ -1527,7 +1527,7 @@ exports.confirmOrDeclineBooking = confirmOrDeclineBooking;
1527
1527
  * Confirms or declines up to 300 bookings.
1528
1528
  *
1529
1529
  *
1530
- * See Confirm Or Decline Booking
1530
+ * See *Confirm Or Decline Booking*
1531
1531
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
1532
1532
  * for details about when a booking is confirmed or declined.
1533
1533
  */
@@ -565,10 +565,10 @@ interface ConfirmOrDeclineBookingSignature {
565
565
  * ## eCommerce checkout restriction
566
566
  *
567
567
  * Call this method only when using a custom checkout page. Don't
568
- * call it when using a Wix eCommerce checkout
568
+ * call it when using a *Wix eCommerce checkout*
569
569
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
570
570
  * In such cases, Wix automatically updates the booking status based on
571
- * the `paymentStatus` of the corresponding Wix eCommerce order
571
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
572
572
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
573
573
  *
574
574
  * ## New booking status
@@ -608,7 +608,7 @@ interface BulkConfirmOrDeclineBookingSignature {
608
608
  * Confirms or declines up to 300 bookings.
609
609
  *
610
610
  *
611
- * See Confirm Or Decline Booking
611
+ * See *Confirm Or Decline Booking*
612
612
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
613
613
  * for details about when a booking is confirmed or declined.
614
614
  * @param - Bookings to confirm or decline.
@@ -2147,7 +2147,7 @@ export interface ConfirmOrDeclineBookingRequest {
2147
2147
  bookingId: string;
2148
2148
  /**
2149
2149
  * Current payment status of the booking when using a custom checkout page and
2150
- * not the eCommerce checkout
2150
+ * not the *eCommerce checkout*
2151
2151
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2152
2152
  *
2153
2153
  * The booking is declined if there is a double booking conflict and you provide
@@ -2170,7 +2170,7 @@ export interface BulkConfirmOrDeclineBookingRequestBookingDetails {
2170
2170
  bookingId?: string;
2171
2171
  /**
2172
2172
  * Current payment status of the booking when using a custom checkout page and
2173
- * not the eCommerce checkout
2173
+ * not the *eCommerce checkout*
2174
2174
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2175
2175
  *
2176
2176
  * The booking is declined if there is a double booking conflict and you provide
@@ -2145,7 +2145,7 @@ export interface ConfirmOrDeclineBookingRequest {
2145
2145
  bookingId: string;
2146
2146
  /**
2147
2147
  * Current payment status of the booking when using a custom checkout page and
2148
- * not the eCommerce checkout
2148
+ * not the *eCommerce checkout*
2149
2149
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2150
2150
  *
2151
2151
  * The booking is declined if there is a double booking conflict and you provide
@@ -2168,7 +2168,7 @@ export interface BulkConfirmOrDeclineBookingRequestBookingDetails {
2168
2168
  bookingId?: string;
2169
2169
  /**
2170
2170
  * Current payment status of the booking when using a custom checkout page and
2171
- * not the eCommerce checkout
2171
+ * not the *eCommerce checkout*
2172
2172
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2173
2173
  *
2174
2174
  * The booking is declined if there is a double booking conflict and you provide
@@ -3947,10 +3947,10 @@ export interface UpdateNumberOfParticipantsOptions extends UpdateNumberOfPartici
3947
3947
  * ## eCommerce checkout restriction
3948
3948
  *
3949
3949
  * Call this method only when using a custom checkout page. Don't
3950
- * call it when using a Wix eCommerce checkout
3950
+ * call it when using a *Wix eCommerce checkout*
3951
3951
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
3952
3952
  * In such cases, Wix automatically updates the booking status based on
3953
- * the `paymentStatus` of the corresponding Wix eCommerce order
3953
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
3954
3954
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
3955
3955
  *
3956
3956
  * ## New booking status
@@ -3995,7 +3995,7 @@ export declare function confirmOrDeclineBooking(bookingId: string, options?: Con
3995
3995
  export interface ConfirmOrDeclineBookingOptions {
3996
3996
  /**
3997
3997
  * Current payment status of the booking when using a custom checkout page and
3998
- * not the eCommerce checkout
3998
+ * not the *eCommerce checkout*
3999
3999
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
4000
4000
  *
4001
4001
  * The booking is declined if there is a double booking conflict and you provide
@@ -4007,7 +4007,7 @@ export interface ConfirmOrDeclineBookingOptions {
4007
4007
  * Confirms or declines up to 300 bookings.
4008
4008
  *
4009
4009
  *
4010
- * See Confirm Or Decline Booking
4010
+ * See *Confirm Or Decline Booking*
4011
4011
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
4012
4012
  * for details about when a booking is confirmed or declined.
4013
4013
  * @param details - Bookings to confirm or decline.
@@ -1526,10 +1526,10 @@ exports.updateNumberOfParticipants = updateNumberOfParticipants;
1526
1526
  * ## eCommerce checkout restriction
1527
1527
  *
1528
1528
  * Call this method only when using a custom checkout page. Don't
1529
- * call it when using a Wix eCommerce checkout
1529
+ * call it when using a *Wix eCommerce checkout*
1530
1530
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
1531
1531
  * In such cases, Wix automatically updates the booking status based on
1532
- * the `paymentStatus` of the corresponding Wix eCommerce order
1532
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
1533
1533
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
1534
1534
  *
1535
1535
  * ## New booking status
@@ -1602,7 +1602,7 @@ exports.confirmOrDeclineBooking = confirmOrDeclineBooking;
1602
1602
  * Confirms or declines up to 300 bookings.
1603
1603
  *
1604
1604
  *
1605
- * See Confirm Or Decline Booking
1605
+ * See *Confirm Or Decline Booking*
1606
1606
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
1607
1607
  * for details about when a booking is confirmed or declined.
1608
1608
  * @param details - Bookings to confirm or decline.
@@ -461,10 +461,10 @@ export declare function bookingsUpdateNumberOfParticipants(payload: object): Req
461
461
  * ## eCommerce checkout restriction
462
462
  *
463
463
  * Call this method only when using a custom checkout page. Don't
464
- * call it when using a Wix eCommerce checkout
464
+ * call it when using a *Wix eCommerce checkout*
465
465
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
466
466
  * In such cases, Wix automatically updates the booking status based on
467
- * the `paymentStatus` of the corresponding Wix eCommerce order
467
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
468
468
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
469
469
  *
470
470
  * ## New booking status
@@ -500,7 +500,7 @@ export declare function confirmOrDeclineBooking(payload: object): RequestOptions
500
500
  * Confirms or declines up to 300 bookings.
501
501
  *
502
502
  *
503
- * See Confirm Or Decline Booking
503
+ * See *Confirm Or Decline Booking*
504
504
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
505
505
  * for details about when a booking is confirmed or declined.
506
506
  */
@@ -1429,10 +1429,10 @@ export function bookingsUpdateNumberOfParticipants(payload) {
1429
1429
  * ## eCommerce checkout restriction
1430
1430
  *
1431
1431
  * Call this method only when using a custom checkout page. Don't
1432
- * call it when using a Wix eCommerce checkout
1432
+ * call it when using a *Wix eCommerce checkout*
1433
1433
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
1434
1434
  * In such cases, Wix automatically updates the booking status based on
1435
- * the `paymentStatus` of the corresponding Wix eCommerce order
1435
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
1436
1436
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
1437
1437
  *
1438
1438
  * ## New booking status
@@ -1504,7 +1504,7 @@ export function confirmOrDeclineBooking(payload) {
1504
1504
  * Confirms or declines up to 300 bookings.
1505
1505
  *
1506
1506
  *
1507
- * See Confirm Or Decline Booking
1507
+ * See *Confirm Or Decline Booking*
1508
1508
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
1509
1509
  * for details about when a booking is confirmed or declined.
1510
1510
  */
@@ -565,10 +565,10 @@ interface ConfirmOrDeclineBookingSignature {
565
565
  * ## eCommerce checkout restriction
566
566
  *
567
567
  * Call this method only when using a custom checkout page. Don't
568
- * call it when using a Wix eCommerce checkout
568
+ * call it when using a *Wix eCommerce checkout*
569
569
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
570
570
  * In such cases, Wix automatically updates the booking status based on
571
- * the `paymentStatus` of the corresponding Wix eCommerce order
571
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
572
572
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
573
573
  *
574
574
  * ## New booking status
@@ -608,7 +608,7 @@ interface BulkConfirmOrDeclineBookingSignature {
608
608
  * Confirms or declines up to 300 bookings.
609
609
  *
610
610
  *
611
- * See Confirm Or Decline Booking
611
+ * See *Confirm Or Decline Booking*
612
612
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
613
613
  * for details about when a booking is confirmed or declined.
614
614
  * @param - Bookings to confirm or decline.
@@ -2147,7 +2147,7 @@ export interface ConfirmOrDeclineBookingRequest {
2147
2147
  bookingId: string;
2148
2148
  /**
2149
2149
  * Current payment status of the booking when using a custom checkout page and
2150
- * not the eCommerce checkout
2150
+ * not the *eCommerce checkout*
2151
2151
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2152
2152
  *
2153
2153
  * The booking is declined if there is a double booking conflict and you provide
@@ -2170,7 +2170,7 @@ export interface BulkConfirmOrDeclineBookingRequestBookingDetails {
2170
2170
  bookingId?: string;
2171
2171
  /**
2172
2172
  * Current payment status of the booking when using a custom checkout page and
2173
- * not the eCommerce checkout
2173
+ * not the *eCommerce checkout*
2174
2174
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2175
2175
  *
2176
2176
  * The booking is declined if there is a double booking conflict and you provide
@@ -2145,7 +2145,7 @@ export interface ConfirmOrDeclineBookingRequest {
2145
2145
  bookingId: string;
2146
2146
  /**
2147
2147
  * Current payment status of the booking when using a custom checkout page and
2148
- * not the eCommerce checkout
2148
+ * not the *eCommerce checkout*
2149
2149
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2150
2150
  *
2151
2151
  * The booking is declined if there is a double booking conflict and you provide
@@ -2168,7 +2168,7 @@ export interface BulkConfirmOrDeclineBookingRequestBookingDetails {
2168
2168
  bookingId?: string;
2169
2169
  /**
2170
2170
  * Current payment status of the booking when using a custom checkout page and
2171
- * not the eCommerce checkout
2171
+ * not the *eCommerce checkout*
2172
2172
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2173
2173
  *
2174
2174
  * The booking is declined if there is a double booking conflict and you provide
@@ -3947,10 +3947,10 @@ export interface UpdateNumberOfParticipantsOptions extends UpdateNumberOfPartici
3947
3947
  * ## eCommerce checkout restriction
3948
3948
  *
3949
3949
  * Call this method only when using a custom checkout page. Don't
3950
- * call it when using a Wix eCommerce checkout
3950
+ * call it when using a *Wix eCommerce checkout*
3951
3951
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
3952
3952
  * In such cases, Wix automatically updates the booking status based on
3953
- * the `paymentStatus` of the corresponding Wix eCommerce order
3953
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
3954
3954
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
3955
3955
  *
3956
3956
  * ## New booking status
@@ -3995,7 +3995,7 @@ export declare function confirmOrDeclineBooking(bookingId: string, options?: Con
3995
3995
  export interface ConfirmOrDeclineBookingOptions {
3996
3996
  /**
3997
3997
  * Current payment status of the booking when using a custom checkout page and
3998
- * not the eCommerce checkout
3998
+ * not the *eCommerce checkout*
3999
3999
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
4000
4000
  *
4001
4001
  * The booking is declined if there is a double booking conflict and you provide
@@ -4007,7 +4007,7 @@ export interface ConfirmOrDeclineBookingOptions {
4007
4007
  * Confirms or declines up to 300 bookings.
4008
4008
  *
4009
4009
  *
4010
- * See Confirm Or Decline Booking
4010
+ * See *Confirm Or Decline Booking*
4011
4011
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
4012
4012
  * for details about when a booking is confirmed or declined.
4013
4013
  * @param details - Bookings to confirm or decline.
@@ -1481,10 +1481,10 @@ export async function updateNumberOfParticipants(bookingId, options) {
1481
1481
  * ## eCommerce checkout restriction
1482
1482
  *
1483
1483
  * Call this method only when using a custom checkout page. Don't
1484
- * call it when using a Wix eCommerce checkout
1484
+ * call it when using a *Wix eCommerce checkout*
1485
1485
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
1486
1486
  * In such cases, Wix automatically updates the booking status based on
1487
- * the `paymentStatus` of the corresponding Wix eCommerce order
1487
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
1488
1488
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
1489
1489
  *
1490
1490
  * ## New booking status
@@ -1556,7 +1556,7 @@ export async function confirmOrDeclineBooking(bookingId, options) {
1556
1556
  * Confirms or declines up to 300 bookings.
1557
1557
  *
1558
1558
  *
1559
- * See Confirm Or Decline Booking
1559
+ * See *Confirm Or Decline Booking*
1560
1560
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
1561
1561
  * for details about when a booking is confirmed or declined.
1562
1562
  * @param details - Bookings to confirm or decline.
@@ -461,10 +461,10 @@ export declare function bookingsUpdateNumberOfParticipants(payload: object): Req
461
461
  * ## eCommerce checkout restriction
462
462
  *
463
463
  * Call this method only when using a custom checkout page. Don't
464
- * call it when using a Wix eCommerce checkout
464
+ * call it when using a *Wix eCommerce checkout*
465
465
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
466
466
  * In such cases, Wix automatically updates the booking status based on
467
- * the `paymentStatus` of the corresponding Wix eCommerce order
467
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
468
468
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
469
469
  *
470
470
  * ## New booking status
@@ -500,7 +500,7 @@ export declare function confirmOrDeclineBooking(payload: object): RequestOptions
500
500
  * Confirms or declines up to 300 bookings.
501
501
  *
502
502
  *
503
- * See Confirm Or Decline Booking
503
+ * See *Confirm Or Decline Booking*
504
504
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
505
505
  * for details about when a booking is confirmed or declined.
506
506
  */
@@ -1451,10 +1451,10 @@ exports.bookingsUpdateNumberOfParticipants = bookingsUpdateNumberOfParticipants;
1451
1451
  * ## eCommerce checkout restriction
1452
1452
  *
1453
1453
  * Call this method only when using a custom checkout page. Don't
1454
- * call it when using a Wix eCommerce checkout
1454
+ * call it when using a *Wix eCommerce checkout*
1455
1455
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
1456
1456
  * In such cases, Wix automatically updates the booking status based on
1457
- * the `paymentStatus` of the corresponding Wix eCommerce order
1457
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
1458
1458
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
1459
1459
  *
1460
1460
  * ## New booking status
@@ -1527,7 +1527,7 @@ exports.confirmOrDeclineBooking = confirmOrDeclineBooking;
1527
1527
  * Confirms or declines up to 300 bookings.
1528
1528
  *
1529
1529
  *
1530
- * See Confirm Or Decline Booking
1530
+ * See *Confirm Or Decline Booking*
1531
1531
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
1532
1532
  * for details about when a booking is confirmed or declined.
1533
1533
  */
@@ -565,10 +565,10 @@ interface ConfirmOrDeclineBookingSignature {
565
565
  * ## eCommerce checkout restriction
566
566
  *
567
567
  * Call this method only when using a custom checkout page. Don't
568
- * call it when using a Wix eCommerce checkout
568
+ * call it when using a *Wix eCommerce checkout*
569
569
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
570
570
  * In such cases, Wix automatically updates the booking status based on
571
- * the `paymentStatus` of the corresponding Wix eCommerce order
571
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
572
572
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
573
573
  *
574
574
  * ## New booking status
@@ -608,7 +608,7 @@ interface BulkConfirmOrDeclineBookingSignature {
608
608
  * Confirms or declines up to 300 bookings.
609
609
  *
610
610
  *
611
- * See Confirm Or Decline Booking
611
+ * See *Confirm Or Decline Booking*
612
612
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
613
613
  * for details about when a booking is confirmed or declined.
614
614
  * @param - Bookings to confirm or decline.
@@ -2147,7 +2147,7 @@ export interface ConfirmOrDeclineBookingRequest {
2147
2147
  bookingId: string;
2148
2148
  /**
2149
2149
  * Current payment status of the booking when using a custom checkout page and
2150
- * not the eCommerce checkout
2150
+ * not the *eCommerce checkout*
2151
2151
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2152
2152
  *
2153
2153
  * The booking is declined if there is a double booking conflict and you provide
@@ -2170,7 +2170,7 @@ export interface BulkConfirmOrDeclineBookingRequestBookingDetails {
2170
2170
  bookingId?: string;
2171
2171
  /**
2172
2172
  * Current payment status of the booking when using a custom checkout page and
2173
- * not the eCommerce checkout
2173
+ * not the *eCommerce checkout*
2174
2174
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2175
2175
  *
2176
2176
  * The booking is declined if there is a double booking conflict and you provide
@@ -2145,7 +2145,7 @@ export interface ConfirmOrDeclineBookingRequest {
2145
2145
  bookingId: string;
2146
2146
  /**
2147
2147
  * Current payment status of the booking when using a custom checkout page and
2148
- * not the eCommerce checkout
2148
+ * not the *eCommerce checkout*
2149
2149
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2150
2150
  *
2151
2151
  * The booking is declined if there is a double booking conflict and you provide
@@ -2168,7 +2168,7 @@ export interface BulkConfirmOrDeclineBookingRequestBookingDetails {
2168
2168
  bookingId?: string;
2169
2169
  /**
2170
2170
  * Current payment status of the booking when using a custom checkout page and
2171
- * not the eCommerce checkout
2171
+ * not the *eCommerce checkout*
2172
2172
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2173
2173
  *
2174
2174
  * The booking is declined if there is a double booking conflict and you provide
@@ -3947,10 +3947,10 @@ export interface UpdateNumberOfParticipantsOptions extends UpdateNumberOfPartici
3947
3947
  * ## eCommerce checkout restriction
3948
3948
  *
3949
3949
  * Call this method only when using a custom checkout page. Don't
3950
- * call it when using a Wix eCommerce checkout
3950
+ * call it when using a *Wix eCommerce checkout*
3951
3951
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
3952
3952
  * In such cases, Wix automatically updates the booking status based on
3953
- * the `paymentStatus` of the corresponding Wix eCommerce order
3953
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
3954
3954
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
3955
3955
  *
3956
3956
  * ## New booking status
@@ -3995,7 +3995,7 @@ export declare function confirmOrDeclineBooking(bookingId: string, options?: Con
3995
3995
  export interface ConfirmOrDeclineBookingOptions {
3996
3996
  /**
3997
3997
  * Current payment status of the booking when using a custom checkout page and
3998
- * not the eCommerce checkout
3998
+ * not the *eCommerce checkout*
3999
3999
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
4000
4000
  *
4001
4001
  * The booking is declined if there is a double booking conflict and you provide
@@ -4007,7 +4007,7 @@ export interface ConfirmOrDeclineBookingOptions {
4007
4007
  * Confirms or declines up to 300 bookings.
4008
4008
  *
4009
4009
  *
4010
- * See Confirm Or Decline Booking
4010
+ * See *Confirm Or Decline Booking*
4011
4011
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
4012
4012
  * for details about when a booking is confirmed or declined.
4013
4013
  * @param details - Bookings to confirm or decline.
@@ -1526,10 +1526,10 @@ exports.updateNumberOfParticipants = updateNumberOfParticipants;
1526
1526
  * ## eCommerce checkout restriction
1527
1527
  *
1528
1528
  * Call this method only when using a custom checkout page. Don't
1529
- * call it when using a Wix eCommerce checkout
1529
+ * call it when using a *Wix eCommerce checkout*
1530
1530
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
1531
1531
  * In such cases, Wix automatically updates the booking status based on
1532
- * the `paymentStatus` of the corresponding Wix eCommerce order
1532
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
1533
1533
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
1534
1534
  *
1535
1535
  * ## New booking status
@@ -1602,7 +1602,7 @@ exports.confirmOrDeclineBooking = confirmOrDeclineBooking;
1602
1602
  * Confirms or declines up to 300 bookings.
1603
1603
  *
1604
1604
  *
1605
- * See Confirm Or Decline Booking
1605
+ * See *Confirm Or Decline Booking*
1606
1606
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
1607
1607
  * for details about when a booking is confirmed or declined.
1608
1608
  * @param details - Bookings to confirm or decline.
@@ -461,10 +461,10 @@ export declare function bookingsUpdateNumberOfParticipants(payload: object): Req
461
461
  * ## eCommerce checkout restriction
462
462
  *
463
463
  * Call this method only when using a custom checkout page. Don't
464
- * call it when using a Wix eCommerce checkout
464
+ * call it when using a *Wix eCommerce checkout*
465
465
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
466
466
  * In such cases, Wix automatically updates the booking status based on
467
- * the `paymentStatus` of the corresponding Wix eCommerce order
467
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
468
468
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
469
469
  *
470
470
  * ## New booking status
@@ -500,7 +500,7 @@ export declare function confirmOrDeclineBooking(payload: object): RequestOptions
500
500
  * Confirms or declines up to 300 bookings.
501
501
  *
502
502
  *
503
- * See Confirm Or Decline Booking
503
+ * See *Confirm Or Decline Booking*
504
504
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
505
505
  * for details about when a booking is confirmed or declined.
506
506
  */
@@ -1429,10 +1429,10 @@ export function bookingsUpdateNumberOfParticipants(payload) {
1429
1429
  * ## eCommerce checkout restriction
1430
1430
  *
1431
1431
  * Call this method only when using a custom checkout page. Don't
1432
- * call it when using a Wix eCommerce checkout
1432
+ * call it when using a *Wix eCommerce checkout*
1433
1433
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
1434
1434
  * In such cases, Wix automatically updates the booking status based on
1435
- * the `paymentStatus` of the corresponding Wix eCommerce order
1435
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
1436
1436
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
1437
1437
  *
1438
1438
  * ## New booking status
@@ -1504,7 +1504,7 @@ export function confirmOrDeclineBooking(payload) {
1504
1504
  * Confirms or declines up to 300 bookings.
1505
1505
  *
1506
1506
  *
1507
- * See Confirm Or Decline Booking
1507
+ * See *Confirm Or Decline Booking*
1508
1508
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
1509
1509
  * for details about when a booking is confirmed or declined.
1510
1510
  */
@@ -565,10 +565,10 @@ interface ConfirmOrDeclineBookingSignature {
565
565
  * ## eCommerce checkout restriction
566
566
  *
567
567
  * Call this method only when using a custom checkout page. Don't
568
- * call it when using a Wix eCommerce checkout
568
+ * call it when using a *Wix eCommerce checkout*
569
569
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
570
570
  * In such cases, Wix automatically updates the booking status based on
571
- * the `paymentStatus` of the corresponding Wix eCommerce order
571
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
572
572
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
573
573
  *
574
574
  * ## New booking status
@@ -608,7 +608,7 @@ interface BulkConfirmOrDeclineBookingSignature {
608
608
  * Confirms or declines up to 300 bookings.
609
609
  *
610
610
  *
611
- * See Confirm Or Decline Booking
611
+ * See *Confirm Or Decline Booking*
612
612
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
613
613
  * for details about when a booking is confirmed or declined.
614
614
  * @param - Bookings to confirm or decline.
@@ -2147,7 +2147,7 @@ export interface ConfirmOrDeclineBookingRequest {
2147
2147
  bookingId: string;
2148
2148
  /**
2149
2149
  * Current payment status of the booking when using a custom checkout page and
2150
- * not the eCommerce checkout
2150
+ * not the *eCommerce checkout*
2151
2151
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2152
2152
  *
2153
2153
  * The booking is declined if there is a double booking conflict and you provide
@@ -2170,7 +2170,7 @@ export interface BulkConfirmOrDeclineBookingRequestBookingDetails {
2170
2170
  bookingId?: string;
2171
2171
  /**
2172
2172
  * Current payment status of the booking when using a custom checkout page and
2173
- * not the eCommerce checkout
2173
+ * not the *eCommerce checkout*
2174
2174
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2175
2175
  *
2176
2176
  * The booking is declined if there is a double booking conflict and you provide
@@ -2145,7 +2145,7 @@ export interface ConfirmOrDeclineBookingRequest {
2145
2145
  bookingId: string;
2146
2146
  /**
2147
2147
  * Current payment status of the booking when using a custom checkout page and
2148
- * not the eCommerce checkout
2148
+ * not the *eCommerce checkout*
2149
2149
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2150
2150
  *
2151
2151
  * The booking is declined if there is a double booking conflict and you provide
@@ -2168,7 +2168,7 @@ export interface BulkConfirmOrDeclineBookingRequestBookingDetails {
2168
2168
  bookingId?: string;
2169
2169
  /**
2170
2170
  * Current payment status of the booking when using a custom checkout page and
2171
- * not the eCommerce checkout
2171
+ * not the *eCommerce checkout*
2172
2172
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
2173
2173
  *
2174
2174
  * The booking is declined if there is a double booking conflict and you provide
@@ -3947,10 +3947,10 @@ export interface UpdateNumberOfParticipantsOptions extends UpdateNumberOfPartici
3947
3947
  * ## eCommerce checkout restriction
3948
3948
  *
3949
3949
  * Call this method only when using a custom checkout page. Don't
3950
- * call it when using a Wix eCommerce checkout
3950
+ * call it when using a *Wix eCommerce checkout*
3951
3951
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
3952
3952
  * In such cases, Wix automatically updates the booking status based on
3953
- * the `paymentStatus` of the corresponding Wix eCommerce order
3953
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
3954
3954
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
3955
3955
  *
3956
3956
  * ## New booking status
@@ -3995,7 +3995,7 @@ export declare function confirmOrDeclineBooking(bookingId: string, options?: Con
3995
3995
  export interface ConfirmOrDeclineBookingOptions {
3996
3996
  /**
3997
3997
  * Current payment status of the booking when using a custom checkout page and
3998
- * not the eCommerce checkout
3998
+ * not the *eCommerce checkout*
3999
3999
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
4000
4000
  *
4001
4001
  * The booking is declined if there is a double booking conflict and you provide
@@ -4007,7 +4007,7 @@ export interface ConfirmOrDeclineBookingOptions {
4007
4007
  * Confirms or declines up to 300 bookings.
4008
4008
  *
4009
4009
  *
4010
- * See Confirm Or Decline Booking
4010
+ * See *Confirm Or Decline Booking*
4011
4011
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
4012
4012
  * for details about when a booking is confirmed or declined.
4013
4013
  * @param details - Bookings to confirm or decline.
@@ -1481,10 +1481,10 @@ export async function updateNumberOfParticipants(bookingId, options) {
1481
1481
  * ## eCommerce checkout restriction
1482
1482
  *
1483
1483
  * Call this method only when using a custom checkout page. Don't
1484
- * call it when using a Wix eCommerce checkout
1484
+ * call it when using a *Wix eCommerce checkout*
1485
1485
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/orders/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/checkout/introduction)).
1486
1486
  * In such cases, Wix automatically updates the booking status based on
1487
- * the `paymentStatus` of the corresponding Wix eCommerce order
1487
+ * the `paymentStatus` of the corresponding *Wix eCommerce order*
1488
1488
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/checkout/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/orders/introduction)).
1489
1489
  *
1490
1490
  * ## New booking status
@@ -1556,7 +1556,7 @@ export async function confirmOrDeclineBooking(bookingId, options) {
1556
1556
  * Confirms or declines up to 300 bookings.
1557
1557
  *
1558
1558
  *
1559
- * See Confirm Or Decline Booking
1559
+ * See *Confirm Or Decline Booking*
1560
1560
  * ([SDK](https://dev.wix.com/docs/velo/api-reference/wix-bookings-v2/bookings/confirm-or-decline-booking) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/confirm-or-decline-booking))
1561
1561
  * for details about when a booking is confirmed or declined.
1562
1562
  * @param details - Bookings to confirm or decline.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_bookings",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.bookings.v2.booking"
49
49
  }
50
50
  },
51
- "falconPackageHash": "56b4c816d70ad1016e2bf5c15ff2c8949d495a26ffd98d3c9586ff1f"
51
+ "falconPackageHash": "095f0bf61aa578f71757cefe4e7d3a9887bb0ca41f27eaf6f7a4c651"
52
52
  }