@wix/bookings 1.0.120 → 1.0.121

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.
@@ -60,7 +60,7 @@ export declare function deleteServiceOptionsAndVariants(payload: DeleteServiceOp
60
60
  * - `cursorPaging.limit` is `100`
61
61
  *
62
62
  * For a detailed list of supported filtering operations see
63
- * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
63
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
64
64
  *
65
65
  * To learn about working with _Query_ endpoints, see
66
66
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
@@ -283,7 +283,7 @@ exports.deleteServiceOptionsAndVariants = deleteServiceOptionsAndVariants;
283
283
  * - `cursorPaging.limit` is `100`
284
284
  *
285
285
  * For a detailed list of supported filtering operations see
286
- * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
286
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
287
287
  *
288
288
  * To learn about working with _Query_ endpoints, see
289
289
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
@@ -85,7 +85,7 @@ export interface ServiceChoice extends ServiceChoiceChoiceOneOf {
85
85
  /** Name of the custom choice. */
86
86
  custom?: string;
87
87
  /**
88
- * ID of the staff member providing the service. Equal to the `resourceId`
88
+ * ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
89
89
  * of the staff member or the `scheduleOwnerId` of the relevant
90
90
  * [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
91
91
  * `availability.linkedSchedules`.
@@ -99,7 +99,7 @@ export interface ServiceChoiceChoiceOneOf {
99
99
  /** Name of the custom choice. */
100
100
  custom?: string;
101
101
  /**
102
- * ID of the staff member providing the service. Equal to the `resourceId`
102
+ * ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
103
103
  * of the staff member or the `scheduleOwnerId` of the relevant
104
104
  * [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
105
105
  * `availability.linkedSchedules`.
@@ -91,7 +91,7 @@ export interface ServiceChoice extends ServiceChoiceChoiceOneOf {
91
91
  /** Name of the custom choice. */
92
92
  custom?: string;
93
93
  /**
94
- * ID of the staff member providing the service. Equal to the `resourceId`
94
+ * ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
95
95
  * of the staff member or the `scheduleOwnerId` of the relevant
96
96
  * [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
97
97
  * `availability.linkedSchedules`.
@@ -105,7 +105,7 @@ export interface ServiceChoiceChoiceOneOf {
105
105
  /** Name of the custom choice. */
106
106
  custom?: string;
107
107
  /**
108
- * ID of the staff member providing the service. Equal to the `resourceId`
108
+ * ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
109
109
  * of the staff member or the `scheduleOwnerId` of the relevant
110
110
  * [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
111
111
  * `availability.linkedSchedules`.
@@ -1958,7 +1958,7 @@ export interface DeleteServiceOptionsAndVariantsOptions {
1958
1958
  * - `cursorPaging.limit` is `100`
1959
1959
  *
1960
1960
  * For a detailed list of supported filtering operations see
1961
- * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
1961
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
1962
1962
  *
1963
1963
  * To learn about working with _Query_ endpoints, see
1964
1964
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
@@ -621,7 +621,7 @@ exports.deleteServiceOptionsAndVariants = deleteServiceOptionsAndVariants;
621
621
  * - `cursorPaging.limit` is `100`
622
622
  *
623
623
  * For a detailed list of supported filtering operations see
624
- * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
624
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
625
625
  *
626
626
  * To learn about working with _Query_ endpoints, see
627
627
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
@@ -60,7 +60,7 @@ export declare function deleteServiceOptionsAndVariants(payload: DeleteServiceOp
60
60
  * - `cursorPaging.limit` is `100`
61
61
  *
62
62
  * For a detailed list of supported filtering operations see
63
- * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
63
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
64
64
  *
65
65
  * To learn about working with _Query_ endpoints, see
66
66
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
@@ -274,7 +274,7 @@ export function deleteServiceOptionsAndVariants(payload) {
274
274
  * - `cursorPaging.limit` is `100`
275
275
  *
276
276
  * For a detailed list of supported filtering operations see
277
- * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
277
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
278
278
  *
279
279
  * To learn about working with _Query_ endpoints, see
280
280
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
@@ -85,7 +85,7 @@ export interface ServiceChoice extends ServiceChoiceChoiceOneOf {
85
85
  /** Name of the custom choice. */
86
86
  custom?: string;
87
87
  /**
88
- * ID of the staff member providing the service. Equal to the `resourceId`
88
+ * ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
89
89
  * of the staff member or the `scheduleOwnerId` of the relevant
90
90
  * [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
91
91
  * `availability.linkedSchedules`.
@@ -99,7 +99,7 @@ export interface ServiceChoiceChoiceOneOf {
99
99
  /** Name of the custom choice. */
100
100
  custom?: string;
101
101
  /**
102
- * ID of the staff member providing the service. Equal to the `resourceId`
102
+ * ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
103
103
  * of the staff member or the `scheduleOwnerId` of the relevant
104
104
  * [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
105
105
  * `availability.linkedSchedules`.
@@ -91,7 +91,7 @@ export interface ServiceChoice extends ServiceChoiceChoiceOneOf {
91
91
  /** Name of the custom choice. */
92
92
  custom?: string;
93
93
  /**
94
- * ID of the staff member providing the service. Equal to the `resourceId`
94
+ * ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
95
95
  * of the staff member or the `scheduleOwnerId` of the relevant
96
96
  * [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
97
97
  * `availability.linkedSchedules`.
@@ -105,7 +105,7 @@ export interface ServiceChoiceChoiceOneOf {
105
105
  /** Name of the custom choice. */
106
106
  custom?: string;
107
107
  /**
108
- * ID of the staff member providing the service. Equal to the `resourceId`
108
+ * ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
109
109
  * of the staff member or the `scheduleOwnerId` of the relevant
110
110
  * [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
111
111
  * `availability.linkedSchedules`.
@@ -1958,7 +1958,7 @@ export interface DeleteServiceOptionsAndVariantsOptions {
1958
1958
  * - `cursorPaging.limit` is `100`
1959
1959
  *
1960
1960
  * For a detailed list of supported filtering operations see
1961
- * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
1961
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
1962
1962
  *
1963
1963
  * To learn about working with _Query_ endpoints, see
1964
1964
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
@@ -593,7 +593,7 @@ export function deleteServiceOptionsAndVariants(serviceOptionsAndVariantsId, opt
593
593
  * - `cursorPaging.limit` is `100`
594
594
  *
595
595
  * For a detailed list of supported filtering operations see
596
- * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
596
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
597
597
  *
598
598
  * To learn about working with _Query_ endpoints, see
599
599
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.120",
3
+ "version": "1.0.121",
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": "69bd68d86529123d55a6a59f2953bce4879429ef64f8036dca75c817"
36
+ "falconPackageHash": "0cfca932e4d041b8e6fe61bd5b534beab52e989c7bf7acde6dc48d8d"
37
37
  }