@wix/auto_sdk_bookings_services 1.0.37 → 1.0.39

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-services-v2-service-services.http.d.ts +2 -2
  2. package/build/cjs/src/bookings-services-v2-service-services.http.js +2 -2
  3. package/build/cjs/src/bookings-services-v2-service-services.public.d.ts +3 -3
  4. package/build/cjs/src/bookings-services-v2-service-services.types.d.ts +1 -1
  5. package/build/cjs/src/bookings-services-v2-service-services.universal.d.ts +4 -4
  6. package/build/cjs/src/bookings-services-v2-service-services.universal.js +3 -3
  7. package/build/es/src/bookings-services-v2-service-services.http.d.ts +2 -2
  8. package/build/es/src/bookings-services-v2-service-services.http.js +2 -2
  9. package/build/es/src/bookings-services-v2-service-services.public.d.ts +3 -3
  10. package/build/es/src/bookings-services-v2-service-services.types.d.ts +1 -1
  11. package/build/es/src/bookings-services-v2-service-services.universal.d.ts +4 -4
  12. package/build/es/src/bookings-services-v2-service-services.universal.js +3 -3
  13. package/build/internal/cjs/src/bookings-services-v2-service-services.http.d.ts +2 -2
  14. package/build/internal/cjs/src/bookings-services-v2-service-services.http.js +2 -2
  15. package/build/internal/cjs/src/bookings-services-v2-service-services.public.d.ts +3 -3
  16. package/build/internal/cjs/src/bookings-services-v2-service-services.types.d.ts +1 -1
  17. package/build/internal/cjs/src/bookings-services-v2-service-services.universal.d.ts +4 -4
  18. package/build/internal/cjs/src/bookings-services-v2-service-services.universal.js +3 -3
  19. package/build/internal/es/src/bookings-services-v2-service-services.http.d.ts +2 -2
  20. package/build/internal/es/src/bookings-services-v2-service-services.http.js +2 -2
  21. package/build/internal/es/src/bookings-services-v2-service-services.public.d.ts +3 -3
  22. package/build/internal/es/src/bookings-services-v2-service-services.types.d.ts +1 -1
  23. package/build/internal/es/src/bookings-services-v2-service-services.universal.d.ts +4 -4
  24. package/build/internal/es/src/bookings-services-v2-service-services.universal.js +3 -3
  25. package/package.json +4 -4
@@ -220,7 +220,7 @@ export declare function searchServices(payload: object): RequestOptionsFactory<a
220
220
  export declare function queryPolicies(payload: object): RequestOptionsFactory<any>;
221
221
  /**
222
222
  * Retrieves a list of up to 100 *booking forms*
223
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
223
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
224
224
  * and information about the services that are connected to them,
225
225
  * given the provided filtering, paging, and sorting.
226
226
  *
@@ -235,7 +235,7 @@ export declare function queryPolicies(payload: object): RequestOptionsFactory<an
235
235
  * ## Filters
236
236
  *
237
237
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
238
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
238
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
239
239
  *
240
240
  * When using date filters, you must use
241
241
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -1115,7 +1115,7 @@ function queryPolicies(payload) {
1115
1115
  exports.queryPolicies = queryPolicies;
1116
1116
  /**
1117
1117
  * Retrieves a list of up to 100 *booking forms*
1118
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
1118
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
1119
1119
  * and information about the services that are connected to them,
1120
1120
  * given the provided filtering, paging, and sorting.
1121
1121
  *
@@ -1130,7 +1130,7 @@ exports.queryPolicies = queryPolicies;
1130
1130
  * ## Filters
1131
1131
  *
1132
1132
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
1133
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
1133
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
1134
1134
  *
1135
1135
  * When using date filters, you must use
1136
1136
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -277,7 +277,7 @@ export declare function queryBookingForms(httpClient: HttpClient): QueryBookingF
277
277
  interface QueryBookingFormsSignature {
278
278
  /**
279
279
  * Retrieves a list of up to 100 *booking forms*
280
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
280
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
281
281
  * and information about the services that are connected to them,
282
282
  * given the provided filtering, paging, and sorting.
283
283
  *
@@ -292,7 +292,7 @@ interface QueryBookingFormsSignature {
292
292
  * ## Filters
293
293
  *
294
294
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
295
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
295
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
296
296
  *
297
297
  * When using date filters, you must use
298
298
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -318,7 +318,7 @@ interface QueryBookingFormsSignature {
318
318
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
319
319
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
320
320
  * @param - Information about filters, paging, and sorting. See the article about
321
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
321
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
322
322
  * for all supported filters and sorting options.
323
323
  */
324
324
  (query: CursorQuery, options?: QueryBookingFormsOptions | undefined): Promise<QueryBookingFormsResponse>;
@@ -2488,7 +2488,7 @@ export interface BookingPolicyWithServices {
2488
2488
  export interface QueryBookingFormsRequest {
2489
2489
  /**
2490
2490
  * Information about filters, paging, and sorting. See the article about
2491
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
2491
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
2492
2492
  * for all supported filters and sorting options.
2493
2493
  */
2494
2494
  query: CursorQuery;
@@ -2448,7 +2448,7 @@ export interface BookingPolicyWithServices {
2448
2448
  export interface QueryBookingFormsRequest {
2449
2449
  /**
2450
2450
  * Information about filters, paging, and sorting. See the article about
2451
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
2451
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
2452
2452
  * for all supported filters and sorting options.
2453
2453
  */
2454
2454
  query: CursorQuery;
@@ -4753,7 +4753,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4753
4753
  }[ServiceNonNullablePaths] | `bookingPolicies.${number}.totalServiceCount`>>;
4754
4754
  /**
4755
4755
  * Retrieves a list of up to 100 *booking forms*
4756
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
4756
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
4757
4757
  * and information about the services that are connected to them,
4758
4758
  * given the provided filtering, paging, and sorting.
4759
4759
  *
@@ -4768,7 +4768,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4768
4768
  * ## Filters
4769
4769
  *
4770
4770
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
4771
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
4771
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
4772
4772
  *
4773
4773
  * When using date filters, you must use
4774
4774
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -4794,7 +4794,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4794
4794
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
4795
4795
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
4796
4796
  * @param query - Information about filters, paging, and sorting. See the article about
4797
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
4797
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
4798
4798
  * for all supported filters and sorting options.
4799
4799
  * @public
4800
4800
  * @requiredField query
@@ -1425,7 +1425,7 @@ async function queryPolicies(query) {
1425
1425
  exports.queryPolicies = queryPolicies;
1426
1426
  /**
1427
1427
  * Retrieves a list of up to 100 *booking forms*
1428
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
1428
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
1429
1429
  * and information about the services that are connected to them,
1430
1430
  * given the provided filtering, paging, and sorting.
1431
1431
  *
@@ -1440,7 +1440,7 @@ exports.queryPolicies = queryPolicies;
1440
1440
  * ## Filters
1441
1441
  *
1442
1442
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
1443
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
1443
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
1444
1444
  *
1445
1445
  * When using date filters, you must use
1446
1446
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -1466,7 +1466,7 @@ exports.queryPolicies = queryPolicies;
1466
1466
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
1467
1467
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
1468
1468
  * @param query - Information about filters, paging, and sorting. See the article about
1469
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
1469
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
1470
1470
  * for all supported filters and sorting options.
1471
1471
  * @public
1472
1472
  * @requiredField query
@@ -220,7 +220,7 @@ export declare function searchServices(payload: object): RequestOptionsFactory<a
220
220
  export declare function queryPolicies(payload: object): RequestOptionsFactory<any>;
221
221
  /**
222
222
  * Retrieves a list of up to 100 *booking forms*
223
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
223
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
224
224
  * and information about the services that are connected to them,
225
225
  * given the provided filtering, paging, and sorting.
226
226
  *
@@ -235,7 +235,7 @@ export declare function queryPolicies(payload: object): RequestOptionsFactory<an
235
235
  * ## Filters
236
236
  *
237
237
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
238
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
238
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
239
239
  *
240
240
  * When using date filters, you must use
241
241
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -1101,7 +1101,7 @@ export function queryPolicies(payload) {
1101
1101
  }
1102
1102
  /**
1103
1103
  * Retrieves a list of up to 100 *booking forms*
1104
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
1104
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
1105
1105
  * and information about the services that are connected to them,
1106
1106
  * given the provided filtering, paging, and sorting.
1107
1107
  *
@@ -1116,7 +1116,7 @@ export function queryPolicies(payload) {
1116
1116
  * ## Filters
1117
1117
  *
1118
1118
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
1119
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
1119
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
1120
1120
  *
1121
1121
  * When using date filters, you must use
1122
1122
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -277,7 +277,7 @@ export declare function queryBookingForms(httpClient: HttpClient): QueryBookingF
277
277
  interface QueryBookingFormsSignature {
278
278
  /**
279
279
  * Retrieves a list of up to 100 *booking forms*
280
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
280
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
281
281
  * and information about the services that are connected to them,
282
282
  * given the provided filtering, paging, and sorting.
283
283
  *
@@ -292,7 +292,7 @@ interface QueryBookingFormsSignature {
292
292
  * ## Filters
293
293
  *
294
294
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
295
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
295
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
296
296
  *
297
297
  * When using date filters, you must use
298
298
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -318,7 +318,7 @@ interface QueryBookingFormsSignature {
318
318
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
319
319
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
320
320
  * @param - Information about filters, paging, and sorting. See the article about
321
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
321
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
322
322
  * for all supported filters and sorting options.
323
323
  */
324
324
  (query: CursorQuery, options?: QueryBookingFormsOptions | undefined): Promise<QueryBookingFormsResponse>;
@@ -2488,7 +2488,7 @@ export interface BookingPolicyWithServices {
2488
2488
  export interface QueryBookingFormsRequest {
2489
2489
  /**
2490
2490
  * Information about filters, paging, and sorting. See the article about
2491
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
2491
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
2492
2492
  * for all supported filters and sorting options.
2493
2493
  */
2494
2494
  query: CursorQuery;
@@ -2448,7 +2448,7 @@ export interface BookingPolicyWithServices {
2448
2448
  export interface QueryBookingFormsRequest {
2449
2449
  /**
2450
2450
  * Information about filters, paging, and sorting. See the article about
2451
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
2451
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
2452
2452
  * for all supported filters and sorting options.
2453
2453
  */
2454
2454
  query: CursorQuery;
@@ -4753,7 +4753,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4753
4753
  }[ServiceNonNullablePaths] | `bookingPolicies.${number}.totalServiceCount`>>;
4754
4754
  /**
4755
4755
  * Retrieves a list of up to 100 *booking forms*
4756
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
4756
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
4757
4757
  * and information about the services that are connected to them,
4758
4758
  * given the provided filtering, paging, and sorting.
4759
4759
  *
@@ -4768,7 +4768,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4768
4768
  * ## Filters
4769
4769
  *
4770
4770
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
4771
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
4771
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
4772
4772
  *
4773
4773
  * When using date filters, you must use
4774
4774
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -4794,7 +4794,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4794
4794
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
4795
4795
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
4796
4796
  * @param query - Information about filters, paging, and sorting. See the article about
4797
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
4797
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
4798
4798
  * for all supported filters and sorting options.
4799
4799
  * @public
4800
4800
  * @requiredField query
@@ -1387,7 +1387,7 @@ export async function queryPolicies(query) {
1387
1387
  }
1388
1388
  /**
1389
1389
  * Retrieves a list of up to 100 *booking forms*
1390
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
1390
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
1391
1391
  * and information about the services that are connected to them,
1392
1392
  * given the provided filtering, paging, and sorting.
1393
1393
  *
@@ -1402,7 +1402,7 @@ export async function queryPolicies(query) {
1402
1402
  * ## Filters
1403
1403
  *
1404
1404
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
1405
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
1405
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
1406
1406
  *
1407
1407
  * When using date filters, you must use
1408
1408
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -1428,7 +1428,7 @@ export async function queryPolicies(query) {
1428
1428
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
1429
1429
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
1430
1430
  * @param query - Information about filters, paging, and sorting. See the article about
1431
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
1431
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
1432
1432
  * for all supported filters and sorting options.
1433
1433
  * @public
1434
1434
  * @requiredField query
@@ -220,7 +220,7 @@ export declare function searchServices(payload: object): RequestOptionsFactory<a
220
220
  export declare function queryPolicies(payload: object): RequestOptionsFactory<any>;
221
221
  /**
222
222
  * Retrieves a list of up to 100 *booking forms*
223
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
223
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
224
224
  * and information about the services that are connected to them,
225
225
  * given the provided filtering, paging, and sorting.
226
226
  *
@@ -235,7 +235,7 @@ export declare function queryPolicies(payload: object): RequestOptionsFactory<an
235
235
  * ## Filters
236
236
  *
237
237
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
238
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
238
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
239
239
  *
240
240
  * When using date filters, you must use
241
241
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -1115,7 +1115,7 @@ function queryPolicies(payload) {
1115
1115
  exports.queryPolicies = queryPolicies;
1116
1116
  /**
1117
1117
  * Retrieves a list of up to 100 *booking forms*
1118
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
1118
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
1119
1119
  * and information about the services that are connected to them,
1120
1120
  * given the provided filtering, paging, and sorting.
1121
1121
  *
@@ -1130,7 +1130,7 @@ exports.queryPolicies = queryPolicies;
1130
1130
  * ## Filters
1131
1131
  *
1132
1132
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
1133
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
1133
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
1134
1134
  *
1135
1135
  * When using date filters, you must use
1136
1136
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -277,7 +277,7 @@ export declare function queryBookingForms(httpClient: HttpClient): QueryBookingF
277
277
  interface QueryBookingFormsSignature {
278
278
  /**
279
279
  * Retrieves a list of up to 100 *booking forms*
280
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
280
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
281
281
  * and information about the services that are connected to them,
282
282
  * given the provided filtering, paging, and sorting.
283
283
  *
@@ -292,7 +292,7 @@ interface QueryBookingFormsSignature {
292
292
  * ## Filters
293
293
  *
294
294
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
295
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
295
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
296
296
  *
297
297
  * When using date filters, you must use
298
298
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -318,7 +318,7 @@ interface QueryBookingFormsSignature {
318
318
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
319
319
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
320
320
  * @param - Information about filters, paging, and sorting. See the article about
321
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
321
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
322
322
  * for all supported filters and sorting options.
323
323
  */
324
324
  (query: CursorQuery, options?: QueryBookingFormsOptions | undefined): Promise<QueryBookingFormsResponse>;
@@ -2488,7 +2488,7 @@ export interface BookingPolicyWithServices {
2488
2488
  export interface QueryBookingFormsRequest {
2489
2489
  /**
2490
2490
  * Information about filters, paging, and sorting. See the article about
2491
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
2491
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
2492
2492
  * for all supported filters and sorting options.
2493
2493
  */
2494
2494
  query: CursorQuery;
@@ -2448,7 +2448,7 @@ export interface BookingPolicyWithServices {
2448
2448
  export interface QueryBookingFormsRequest {
2449
2449
  /**
2450
2450
  * Information about filters, paging, and sorting. See the article about
2451
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
2451
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
2452
2452
  * for all supported filters and sorting options.
2453
2453
  */
2454
2454
  query: CursorQuery;
@@ -4753,7 +4753,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4753
4753
  }[ServiceNonNullablePaths] | `bookingPolicies.${number}.totalServiceCount`>>;
4754
4754
  /**
4755
4755
  * Retrieves a list of up to 100 *booking forms*
4756
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
4756
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
4757
4757
  * and information about the services that are connected to them,
4758
4758
  * given the provided filtering, paging, and sorting.
4759
4759
  *
@@ -4768,7 +4768,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4768
4768
  * ## Filters
4769
4769
  *
4770
4770
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
4771
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
4771
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
4772
4772
  *
4773
4773
  * When using date filters, you must use
4774
4774
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -4794,7 +4794,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4794
4794
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
4795
4795
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
4796
4796
  * @param query - Information about filters, paging, and sorting. See the article about
4797
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
4797
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
4798
4798
  * for all supported filters and sorting options.
4799
4799
  * @public
4800
4800
  * @requiredField query
@@ -1425,7 +1425,7 @@ async function queryPolicies(query) {
1425
1425
  exports.queryPolicies = queryPolicies;
1426
1426
  /**
1427
1427
  * Retrieves a list of up to 100 *booking forms*
1428
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
1428
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
1429
1429
  * and information about the services that are connected to them,
1430
1430
  * given the provided filtering, paging, and sorting.
1431
1431
  *
@@ -1440,7 +1440,7 @@ exports.queryPolicies = queryPolicies;
1440
1440
  * ## Filters
1441
1441
  *
1442
1442
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
1443
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
1443
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
1444
1444
  *
1445
1445
  * When using date filters, you must use
1446
1446
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -1466,7 +1466,7 @@ exports.queryPolicies = queryPolicies;
1466
1466
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
1467
1467
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
1468
1468
  * @param query - Information about filters, paging, and sorting. See the article about
1469
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
1469
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
1470
1470
  * for all supported filters and sorting options.
1471
1471
  * @public
1472
1472
  * @requiredField query
@@ -220,7 +220,7 @@ export declare function searchServices(payload: object): RequestOptionsFactory<a
220
220
  export declare function queryPolicies(payload: object): RequestOptionsFactory<any>;
221
221
  /**
222
222
  * Retrieves a list of up to 100 *booking forms*
223
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
223
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
224
224
  * and information about the services that are connected to them,
225
225
  * given the provided filtering, paging, and sorting.
226
226
  *
@@ -235,7 +235,7 @@ export declare function queryPolicies(payload: object): RequestOptionsFactory<an
235
235
  * ## Filters
236
236
  *
237
237
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
238
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
238
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
239
239
  *
240
240
  * When using date filters, you must use
241
241
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -1101,7 +1101,7 @@ export function queryPolicies(payload) {
1101
1101
  }
1102
1102
  /**
1103
1103
  * Retrieves a list of up to 100 *booking forms*
1104
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
1104
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
1105
1105
  * and information about the services that are connected to them,
1106
1106
  * given the provided filtering, paging, and sorting.
1107
1107
  *
@@ -1116,7 +1116,7 @@ export function queryPolicies(payload) {
1116
1116
  * ## Filters
1117
1117
  *
1118
1118
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
1119
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
1119
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
1120
1120
  *
1121
1121
  * When using date filters, you must use
1122
1122
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -277,7 +277,7 @@ export declare function queryBookingForms(httpClient: HttpClient): QueryBookingF
277
277
  interface QueryBookingFormsSignature {
278
278
  /**
279
279
  * Retrieves a list of up to 100 *booking forms*
280
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
280
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
281
281
  * and information about the services that are connected to them,
282
282
  * given the provided filtering, paging, and sorting.
283
283
  *
@@ -292,7 +292,7 @@ interface QueryBookingFormsSignature {
292
292
  * ## Filters
293
293
  *
294
294
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
295
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
295
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
296
296
  *
297
297
  * When using date filters, you must use
298
298
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -318,7 +318,7 @@ interface QueryBookingFormsSignature {
318
318
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
319
319
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
320
320
  * @param - Information about filters, paging, and sorting. See the article about
321
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
321
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
322
322
  * for all supported filters and sorting options.
323
323
  */
324
324
  (query: CursorQuery, options?: QueryBookingFormsOptions | undefined): Promise<QueryBookingFormsResponse>;
@@ -2488,7 +2488,7 @@ export interface BookingPolicyWithServices {
2488
2488
  export interface QueryBookingFormsRequest {
2489
2489
  /**
2490
2490
  * Information about filters, paging, and sorting. See the article about
2491
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
2491
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
2492
2492
  * for all supported filters and sorting options.
2493
2493
  */
2494
2494
  query: CursorQuery;
@@ -2448,7 +2448,7 @@ export interface BookingPolicyWithServices {
2448
2448
  export interface QueryBookingFormsRequest {
2449
2449
  /**
2450
2450
  * Information about filters, paging, and sorting. See the article about
2451
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
2451
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
2452
2452
  * for all supported filters and sorting options.
2453
2453
  */
2454
2454
  query: CursorQuery;
@@ -4753,7 +4753,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4753
4753
  }[ServiceNonNullablePaths] | `bookingPolicies.${number}.totalServiceCount`>>;
4754
4754
  /**
4755
4755
  * Retrieves a list of up to 100 *booking forms*
4756
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
4756
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
4757
4757
  * and information about the services that are connected to them,
4758
4758
  * given the provided filtering, paging, and sorting.
4759
4759
  *
@@ -4768,7 +4768,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4768
4768
  * ## Filters
4769
4769
  *
4770
4770
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
4771
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
4771
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
4772
4772
  *
4773
4773
  * When using date filters, you must use
4774
4774
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -4794,7 +4794,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
4794
4794
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
4795
4795
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
4796
4796
  * @param query - Information about filters, paging, and sorting. See the article about
4797
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
4797
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
4798
4798
  * for all supported filters and sorting options.
4799
4799
  * @public
4800
4800
  * @requiredField query
@@ -1387,7 +1387,7 @@ export async function queryPolicies(query) {
1387
1387
  }
1388
1388
  /**
1389
1389
  * Retrieves a list of up to 100 *booking forms*
1390
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
1390
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)),
1391
1391
  * and information about the services that are connected to them,
1392
1392
  * given the provided filtering, paging, and sorting.
1393
1393
  *
@@ -1402,7 +1402,7 @@ export async function queryPolicies(query) {
1402
1402
  * ## Filters
1403
1403
  *
1404
1404
  * For a complete list of supported filters, refer to **Forms API: Supported Filters**
1405
- * ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters)).
1405
+ * ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters)).
1406
1406
  *
1407
1407
  * When using date filters, you must use
1408
1408
  * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
@@ -1428,7 +1428,7 @@ export async function queryPolicies(query) {
1428
1428
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
1429
1429
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
1430
1430
  * @param query - Information about filters, paging, and sorting. See the article about
1431
- * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction/supported-filters))
1431
+ * form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object/supported-filters))
1432
1432
  * for all supported filters and sorting options.
1433
1433
  * @public
1434
1434
  * @requiredField query
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_services",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -28,8 +28,8 @@
28
28
  "service-plugins"
29
29
  ],
30
30
  "dependencies": {
31
- "@wix/sdk-runtime": "^0.3.42",
32
- "@wix/sdk-types": "^1.13.16"
31
+ "@wix/sdk-runtime": "^0.3.47",
32
+ "@wix/sdk-types": "^1.13.19"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.3.2"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.bookings.services.v2.service"
49
49
  }
50
50
  },
51
- "falconPackageHash": "48de58ec854521267fb6435ed80bd028fde98f7b4bf04231f6be16cc"
51
+ "falconPackageHash": "3c3511b23f1c0e59ef17d8d66126314c38cf4a2a74d1690fb2612ee5"
52
52
  }