@wix/auto_sdk_bookings_services 1.0.48 → 1.0.49
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/build/cjs/src/bookings-services-v2-service-services.http.d.ts +1 -1
- package/build/cjs/src/bookings-services-v2-service-services.http.js +1 -1
- package/build/cjs/src/bookings-services-v2-service-services.public.d.ts +2 -2
- package/build/cjs/src/bookings-services-v2-service-services.types.d.ts +1 -1
- package/build/cjs/src/bookings-services-v2-service-services.universal.d.ts +3 -3
- package/build/cjs/src/bookings-services-v2-service-services.universal.js +2 -2
- package/build/es/src/bookings-services-v2-service-services.http.d.ts +1 -1
- package/build/es/src/bookings-services-v2-service-services.http.js +1 -1
- package/build/es/src/bookings-services-v2-service-services.public.d.ts +2 -2
- package/build/es/src/bookings-services-v2-service-services.types.d.ts +1 -1
- package/build/es/src/bookings-services-v2-service-services.universal.d.ts +3 -3
- package/build/es/src/bookings-services-v2-service-services.universal.js +2 -2
- package/build/internal/cjs/src/bookings-services-v2-service-services.http.d.ts +1 -1
- package/build/internal/cjs/src/bookings-services-v2-service-services.http.js +1 -1
- package/build/internal/cjs/src/bookings-services-v2-service-services.public.d.ts +2 -2
- package/build/internal/cjs/src/bookings-services-v2-service-services.types.d.ts +1 -1
- package/build/internal/cjs/src/bookings-services-v2-service-services.universal.d.ts +3 -3
- package/build/internal/cjs/src/bookings-services-v2-service-services.universal.js +2 -2
- package/build/internal/es/src/bookings-services-v2-service-services.http.d.ts +1 -1
- package/build/internal/es/src/bookings-services-v2-service-services.http.js +1 -1
- package/build/internal/es/src/bookings-services-v2-service-services.public.d.ts +2 -2
- package/build/internal/es/src/bookings-services-v2-service-services.types.d.ts +1 -1
- package/build/internal/es/src/bookings-services-v2-service-services.universal.d.ts +3 -3
- package/build/internal/es/src/bookings-services-v2-service-services.universal.js +2 -2
- package/package.json +2 -2
|
@@ -244,7 +244,7 @@ export declare function queryPolicies(payload: object): RequestOptionsFactory<an
|
|
|
244
244
|
* ## Filters
|
|
245
245
|
*
|
|
246
246
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
247
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
247
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
248
248
|
*
|
|
249
249
|
* When using date filters, you must use
|
|
250
250
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -1237,7 +1237,7 @@ exports.queryPolicies = queryPolicies;
|
|
|
1237
1237
|
* ## Filters
|
|
1238
1238
|
*
|
|
1239
1239
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
1240
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1240
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
1241
1241
|
*
|
|
1242
1242
|
* When using date filters, you must use
|
|
1243
1243
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -305,7 +305,7 @@ interface QueryBookingFormsSignature {
|
|
|
305
305
|
* ## Filters
|
|
306
306
|
*
|
|
307
307
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
308
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
308
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
309
309
|
*
|
|
310
310
|
* When using date filters, you must use
|
|
311
311
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -331,7 +331,7 @@ interface QueryBookingFormsSignature {
|
|
|
331
331
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
332
332
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
333
333
|
* @param - Information about filters, paging, and sorting. See the article about
|
|
334
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
334
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
335
335
|
* for all supported filters and sorting options.
|
|
336
336
|
*/
|
|
337
337
|
(query: CursorQuery, options?: QueryBookingFormsOptions | undefined): Promise<QueryBookingFormsResponse>;
|
|
@@ -2317,7 +2317,7 @@ export interface BookingPolicyWithServices {
|
|
|
2317
2317
|
export interface QueryBookingFormsRequest {
|
|
2318
2318
|
/**
|
|
2319
2319
|
* Information about filters, paging, and sorting. See the article about
|
|
2320
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
2320
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
2321
2321
|
* for all supported filters and sorting options.
|
|
2322
2322
|
*/
|
|
2323
2323
|
query: CursorQuery;
|
|
@@ -2277,7 +2277,7 @@ export interface BookingPolicyWithServices {
|
|
|
2277
2277
|
export interface QueryBookingFormsRequest {
|
|
2278
2278
|
/**
|
|
2279
2279
|
* Information about filters, paging, and sorting. See the article about
|
|
2280
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
2280
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
2281
2281
|
* for all supported filters and sorting options.
|
|
2282
2282
|
*/
|
|
2283
2283
|
query: CursorQuery;
|
|
@@ -4113,7 +4113,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
|
|
|
4113
4113
|
* ## Filters
|
|
4114
4114
|
*
|
|
4115
4115
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
4116
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
4116
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
4117
4117
|
*
|
|
4118
4118
|
* When using date filters, you must use
|
|
4119
4119
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -4139,7 +4139,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
|
|
|
4139
4139
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
4140
4140
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
4141
4141
|
* @param query - Information about filters, paging, and sorting. See the article about
|
|
4142
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
4142
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
4143
4143
|
* for all supported filters and sorting options.
|
|
4144
4144
|
* @public
|
|
4145
4145
|
* @requiredField query
|
|
@@ -1437,7 +1437,7 @@ exports.queryPolicies = queryPolicies;
|
|
|
1437
1437
|
* ## Filters
|
|
1438
1438
|
*
|
|
1439
1439
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
1440
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1440
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
1441
1441
|
*
|
|
1442
1442
|
* When using date filters, you must use
|
|
1443
1443
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -1463,7 +1463,7 @@ exports.queryPolicies = queryPolicies;
|
|
|
1463
1463
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
1464
1464
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
1465
1465
|
* @param query - Information about filters, paging, and sorting. See the article about
|
|
1466
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1466
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
1467
1467
|
* for all supported filters and sorting options.
|
|
1468
1468
|
* @public
|
|
1469
1469
|
* @requiredField query
|
|
@@ -244,7 +244,7 @@ export declare function queryPolicies(payload: object): RequestOptionsFactory<an
|
|
|
244
244
|
* ## Filters
|
|
245
245
|
*
|
|
246
246
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
247
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
247
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
248
248
|
*
|
|
249
249
|
* When using date filters, you must use
|
|
250
250
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -1222,7 +1222,7 @@ export function queryPolicies(payload) {
|
|
|
1222
1222
|
* ## Filters
|
|
1223
1223
|
*
|
|
1224
1224
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
1225
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1225
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
1226
1226
|
*
|
|
1227
1227
|
* When using date filters, you must use
|
|
1228
1228
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -305,7 +305,7 @@ interface QueryBookingFormsSignature {
|
|
|
305
305
|
* ## Filters
|
|
306
306
|
*
|
|
307
307
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
308
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
308
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
309
309
|
*
|
|
310
310
|
* When using date filters, you must use
|
|
311
311
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -331,7 +331,7 @@ interface QueryBookingFormsSignature {
|
|
|
331
331
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
332
332
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
333
333
|
* @param - Information about filters, paging, and sorting. See the article about
|
|
334
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
334
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
335
335
|
* for all supported filters and sorting options.
|
|
336
336
|
*/
|
|
337
337
|
(query: CursorQuery, options?: QueryBookingFormsOptions | undefined): Promise<QueryBookingFormsResponse>;
|
|
@@ -2317,7 +2317,7 @@ export interface BookingPolicyWithServices {
|
|
|
2317
2317
|
export interface QueryBookingFormsRequest {
|
|
2318
2318
|
/**
|
|
2319
2319
|
* Information about filters, paging, and sorting. See the article about
|
|
2320
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
2320
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
2321
2321
|
* for all supported filters and sorting options.
|
|
2322
2322
|
*/
|
|
2323
2323
|
query: CursorQuery;
|
|
@@ -2277,7 +2277,7 @@ export interface BookingPolicyWithServices {
|
|
|
2277
2277
|
export interface QueryBookingFormsRequest {
|
|
2278
2278
|
/**
|
|
2279
2279
|
* Information about filters, paging, and sorting. See the article about
|
|
2280
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
2280
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
2281
2281
|
* for all supported filters and sorting options.
|
|
2282
2282
|
*/
|
|
2283
2283
|
query: CursorQuery;
|
|
@@ -4113,7 +4113,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
|
|
|
4113
4113
|
* ## Filters
|
|
4114
4114
|
*
|
|
4115
4115
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
4116
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
4116
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
4117
4117
|
*
|
|
4118
4118
|
* When using date filters, you must use
|
|
4119
4119
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -4139,7 +4139,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
|
|
|
4139
4139
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
4140
4140
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
4141
4141
|
* @param query - Information about filters, paging, and sorting. See the article about
|
|
4142
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
4142
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
4143
4143
|
* for all supported filters and sorting options.
|
|
4144
4144
|
* @public
|
|
4145
4145
|
* @requiredField query
|
|
@@ -1399,7 +1399,7 @@ export async function queryPolicies(query) {
|
|
|
1399
1399
|
* ## Filters
|
|
1400
1400
|
*
|
|
1401
1401
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
1402
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1402
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
1403
1403
|
*
|
|
1404
1404
|
* When using date filters, you must use
|
|
1405
1405
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -1425,7 +1425,7 @@ export async function queryPolicies(query) {
|
|
|
1425
1425
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
1426
1426
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
1427
1427
|
* @param query - Information about filters, paging, and sorting. See the article about
|
|
1428
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1428
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
1429
1429
|
* for all supported filters and sorting options.
|
|
1430
1430
|
* @public
|
|
1431
1431
|
* @requiredField query
|
|
@@ -244,7 +244,7 @@ export declare function queryPolicies(payload: object): RequestOptionsFactory<an
|
|
|
244
244
|
* ## Filters
|
|
245
245
|
*
|
|
246
246
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
247
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
247
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
248
248
|
*
|
|
249
249
|
* When using date filters, you must use
|
|
250
250
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -1237,7 +1237,7 @@ exports.queryPolicies = queryPolicies;
|
|
|
1237
1237
|
* ## Filters
|
|
1238
1238
|
*
|
|
1239
1239
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
1240
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1240
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
1241
1241
|
*
|
|
1242
1242
|
* When using date filters, you must use
|
|
1243
1243
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -305,7 +305,7 @@ interface QueryBookingFormsSignature {
|
|
|
305
305
|
* ## Filters
|
|
306
306
|
*
|
|
307
307
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
308
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
308
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
309
309
|
*
|
|
310
310
|
* When using date filters, you must use
|
|
311
311
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -331,7 +331,7 @@ interface QueryBookingFormsSignature {
|
|
|
331
331
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
332
332
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
333
333
|
* @param - Information about filters, paging, and sorting. See the article about
|
|
334
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
334
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
335
335
|
* for all supported filters and sorting options.
|
|
336
336
|
*/
|
|
337
337
|
(query: CursorQuery, options?: QueryBookingFormsOptions | undefined): Promise<QueryBookingFormsResponse>;
|
|
@@ -2317,7 +2317,7 @@ export interface BookingPolicyWithServices {
|
|
|
2317
2317
|
export interface QueryBookingFormsRequest {
|
|
2318
2318
|
/**
|
|
2319
2319
|
* Information about filters, paging, and sorting. See the article about
|
|
2320
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
2320
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
2321
2321
|
* for all supported filters and sorting options.
|
|
2322
2322
|
*/
|
|
2323
2323
|
query: CursorQuery;
|
|
@@ -2277,7 +2277,7 @@ export interface BookingPolicyWithServices {
|
|
|
2277
2277
|
export interface QueryBookingFormsRequest {
|
|
2278
2278
|
/**
|
|
2279
2279
|
* Information about filters, paging, and sorting. See the article about
|
|
2280
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
2280
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
2281
2281
|
* for all supported filters and sorting options.
|
|
2282
2282
|
*/
|
|
2283
2283
|
query: CursorQuery;
|
|
@@ -4113,7 +4113,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
|
|
|
4113
4113
|
* ## Filters
|
|
4114
4114
|
*
|
|
4115
4115
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
4116
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
4116
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
4117
4117
|
*
|
|
4118
4118
|
* When using date filters, you must use
|
|
4119
4119
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -4139,7 +4139,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
|
|
|
4139
4139
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
4140
4140
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
4141
4141
|
* @param query - Information about filters, paging, and sorting. See the article about
|
|
4142
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
4142
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
4143
4143
|
* for all supported filters and sorting options.
|
|
4144
4144
|
* @public
|
|
4145
4145
|
* @requiredField query
|
|
@@ -1437,7 +1437,7 @@ exports.queryPolicies = queryPolicies;
|
|
|
1437
1437
|
* ## Filters
|
|
1438
1438
|
*
|
|
1439
1439
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
1440
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1440
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
1441
1441
|
*
|
|
1442
1442
|
* When using date filters, you must use
|
|
1443
1443
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -1463,7 +1463,7 @@ exports.queryPolicies = queryPolicies;
|
|
|
1463
1463
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
1464
1464
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
1465
1465
|
* @param query - Information about filters, paging, and sorting. See the article about
|
|
1466
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1466
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
1467
1467
|
* for all supported filters and sorting options.
|
|
1468
1468
|
* @public
|
|
1469
1469
|
* @requiredField query
|
|
@@ -244,7 +244,7 @@ export declare function queryPolicies(payload: object): RequestOptionsFactory<an
|
|
|
244
244
|
* ## Filters
|
|
245
245
|
*
|
|
246
246
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
247
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
247
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
248
248
|
*
|
|
249
249
|
* When using date filters, you must use
|
|
250
250
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -1222,7 +1222,7 @@ export function queryPolicies(payload) {
|
|
|
1222
1222
|
* ## Filters
|
|
1223
1223
|
*
|
|
1224
1224
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
1225
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1225
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
1226
1226
|
*
|
|
1227
1227
|
* When using date filters, you must use
|
|
1228
1228
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -305,7 +305,7 @@ interface QueryBookingFormsSignature {
|
|
|
305
305
|
* ## Filters
|
|
306
306
|
*
|
|
307
307
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
308
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
308
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
309
309
|
*
|
|
310
310
|
* When using date filters, you must use
|
|
311
311
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -331,7 +331,7 @@ interface QueryBookingFormsSignature {
|
|
|
331
331
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
332
332
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
333
333
|
* @param - Information about filters, paging, and sorting. See the article about
|
|
334
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
334
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
335
335
|
* for all supported filters and sorting options.
|
|
336
336
|
*/
|
|
337
337
|
(query: CursorQuery, options?: QueryBookingFormsOptions | undefined): Promise<QueryBookingFormsResponse>;
|
|
@@ -2317,7 +2317,7 @@ export interface BookingPolicyWithServices {
|
|
|
2317
2317
|
export interface QueryBookingFormsRequest {
|
|
2318
2318
|
/**
|
|
2319
2319
|
* Information about filters, paging, and sorting. See the article about
|
|
2320
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
2320
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
2321
2321
|
* for all supported filters and sorting options.
|
|
2322
2322
|
*/
|
|
2323
2323
|
query: CursorQuery;
|
|
@@ -2277,7 +2277,7 @@ export interface BookingPolicyWithServices {
|
|
|
2277
2277
|
export interface QueryBookingFormsRequest {
|
|
2278
2278
|
/**
|
|
2279
2279
|
* Information about filters, paging, and sorting. See the article about
|
|
2280
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
2280
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
2281
2281
|
* for all supported filters and sorting options.
|
|
2282
2282
|
*/
|
|
2283
2283
|
query: CursorQuery;
|
|
@@ -4113,7 +4113,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
|
|
|
4113
4113
|
* ## Filters
|
|
4114
4114
|
*
|
|
4115
4115
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
4116
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
4116
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
4117
4117
|
*
|
|
4118
4118
|
* When using date filters, you must use
|
|
4119
4119
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -4139,7 +4139,7 @@ export declare function queryPolicies(query: CursorQuery): Promise<NonNullablePa
|
|
|
4139
4139
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
4140
4140
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
4141
4141
|
* @param query - Information about filters, paging, and sorting. See the article about
|
|
4142
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
4142
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
4143
4143
|
* for all supported filters and sorting options.
|
|
4144
4144
|
* @public
|
|
4145
4145
|
* @requiredField query
|
|
@@ -1399,7 +1399,7 @@ export async function queryPolicies(query) {
|
|
|
1399
1399
|
* ## Filters
|
|
1400
1400
|
*
|
|
1401
1401
|
* For a complete list of supported filters, refer to **Forms API: Supported Filters**
|
|
1402
|
-
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1402
|
+
* ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)).
|
|
1403
1403
|
*
|
|
1404
1404
|
* When using date filters, you must use
|
|
1405
1405
|
* [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
|
|
@@ -1425,7 +1425,7 @@ export async function queryPolicies(query) {
|
|
|
1425
1425
|
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language)
|
|
1426
1426
|
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
1427
1427
|
* @param query - Information about filters, paging, and sorting. See the article about
|
|
1428
|
-
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object
|
|
1428
|
+
* form filters ([REST](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object))
|
|
1429
1429
|
* for all supported filters and sorting options.
|
|
1430
1430
|
* @public
|
|
1431
1431
|
* @requiredField query
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_bookings_services",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.49",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.bookings.services.v2.service"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "bcfe3ded8a8873933cf13b83cc02a2b69b27efce404154a9631a5ea9"
|
|
52
52
|
}
|