@wix/bookings 1.0.424 → 1.0.425

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/bookings",
3
- "version": "1.0.424",
3
+ "version": "1.0.425",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "@wix/bookings_attendance": "1.0.43",
22
22
  "@wix/bookings_availability-calendar": "1.0.31",
23
23
  "@wix/bookings_availability-time-slots": "1.0.27",
24
- "@wix/bookings_bookings": "1.0.45",
24
+ "@wix/bookings_bookings": "1.0.46",
25
25
  "@wix/bookings_categories": "1.0.32",
26
26
  "@wix/bookings_extended-bookings": "1.0.37",
27
27
  "@wix/bookings_external-calendars": "1.0.29",
@@ -53,5 +53,5 @@
53
53
  "fqdn": ""
54
54
  }
55
55
  },
56
- "falconPackageHash": "1233eb63454faf95f51d542b0aad81e008f71a1ab81ebdd5172f8976"
56
+ "falconPackageHash": "2897fdaa3b4df458c49310cf6edfcabcf4524bfe19ac17009aac8a5e"
57
57
  }
@@ -18044,17 +18044,17 @@ interface SetBookingSessionIdResponse {
18044
18044
  booking?: Booking$1;
18045
18045
  }
18046
18046
  interface UpdateExtendedFieldsRequest {
18047
- /** ID of the entity to update. */
18047
+ /** ID of the booking for which to update extended fields. */
18048
18048
  _id: string;
18049
- /** Identifier for the app whose extended fields are being updated. */
18049
+ /** [Namespace](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-reading-and-writing-schema-plugin-fields#namespaces) of the app for which to update extended fields. */
18050
18050
  namespace: string;
18051
- /** Data to update. Structured according to the [schema](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields#json-schema-for-extended-fields) defined when the extended fields were configured. */
18051
+ /** Data of the extended field to update. Must be structured according to the [schema](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-schema-plugin-extensions#json-schema-for-extended-fields) defined during the configuration of the extended fields. */
18052
18052
  namespaceData: Record<string, any> | null;
18053
18053
  }
18054
18054
  interface UpdateExtendedFieldsResponse {
18055
- /** Identifier for the app whose extended field data was updated. */
18055
+ /** [Namespace](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-reading-and-writing-schema-plugin-fields#namespaces) of the app for which the extended fields were updated. */
18056
18056
  namespace?: string;
18057
- /** Updated data. */
18057
+ /** Updated data of the extended fields. */
18058
18058
  namespaceData?: Record<string, any> | null;
18059
18059
  }
18060
18060
  interface DeclineBookingRequest {
@@ -19344,7 +19344,7 @@ interface ConfirmBookingOptions {
19344
19344
  flowControlSettings?: ConfirmBookingFlowControlSettings;
19345
19345
  }
19346
19346
  interface UpdateExtendedFieldsOptions {
19347
- /** Data to update. Structured according to the [schema](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields#json-schema-for-extended-fields) defined when the extended fields were configured. */
19347
+ /** Data of the extended field to update. Must be structured according to the [schema](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-schema-plugin-extensions#json-schema-for-extended-fields) defined during the configuration of the extended fields. */
19348
19348
  namespaceData: Record<string, any> | null;
19349
19349
  }
19350
19350
  interface DeclineBookingOptions {
@@ -19547,17 +19547,17 @@ interface ConfirmBookingResponse {
19547
19547
  booking?: Booking$2;
19548
19548
  }
19549
19549
  interface UpdateExtendedFieldsRequest {
19550
- /** ID of the entity to update. */
19550
+ /** ID of the booking for which to update extended fields. */
19551
19551
  _id: string;
19552
- /** Identifier for the app whose extended fields are being updated. */
19552
+ /** [Namespace](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-reading-and-writing-schema-plugin-fields#namespaces) of the app for which to update extended fields. */
19553
19553
  namespace: string;
19554
- /** Data to update. Structured according to the [schema](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields#json-schema-for-extended-fields) defined when the extended fields were configured. */
19554
+ /** Data of the extended field to update. Must be structured according to the [schema](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-schema-plugin-extensions#json-schema-for-extended-fields) defined during the configuration of the extended fields. */
19555
19555
  namespaceData: Record<string, any> | null;
19556
19556
  }
19557
19557
  interface UpdateExtendedFieldsResponse {
19558
- /** Identifier for the app whose extended field data was updated. */
19558
+ /** [Namespace](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-reading-and-writing-schema-plugin-fields#namespaces) of the app for which the extended fields were updated. */
19559
19559
  namespace?: string;
19560
- /** Updated data. */
19560
+ /** Updated data of the extended fields. */
19561
19561
  namespaceData?: Record<string, any> | null;
19562
19562
  }
19563
19563
  interface DeclineBookingRequest {