@wix/auto_sdk_bookings_services 1.0.43 → 1.0.44

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.
@@ -1 +1,54 @@
1
+ import { SearchServicesResponse, CursorSearch } from './src/bookings-services-v2-service-services.universal';
1
2
  export * from './src/bookings-services-v2-service-services.universal.js';
3
+ /**
4
+ * Retrieves a list of up to 100 services, given the provided filtering, paging,
5
+ * and sorting.
6
+ *
7
+ *
8
+ * ## Defaults
9
+ *
10
+ * Search Services has the following default settings, which you can override:
11
+ * + Sorted by `createdDate` in ascending order.
12
+ * + `paging.limit` set to `100`.
13
+ * + `paging.offset` set to `0`.
14
+ *
15
+ * ## Filters
16
+ *
17
+ * When using filters for dates, you must use
18
+ * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
19
+ *
20
+ * Refer to the supported filters article
21
+ * ([REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/filtering-and-sorting))
22
+ * for a complete list of supported filters and sorting options.
23
+ *
24
+ * ## See also
25
+ *
26
+ * To learn about working with *Search* methods, see
27
+ * _API Query Language_
28
+ * ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language))
29
+ * and *Sorting and Paging*
30
+ * ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language#the-sort-array) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging)).
31
+ * @param search - WQL, search or aggregation expression.
32
+ * @public
33
+ * @documentationMaturity preview
34
+ * @requiredField search
35
+ * @permissionId BOOKINGS.SERVICES_READ
36
+ * @permissionScope Manage Stores
37
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
38
+ * @permissionScope Read Bookings - Public Data
39
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
40
+ * @permissionScope Manage Bookings Services and Settings
41
+ * @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
42
+ * @permissionScope Manage Bookings
43
+ * @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
44
+ * @permissionScope Read Bookings - Including Participants
45
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
46
+ * @permissionScope Read Bookings - all read permissions
47
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
48
+ * @permissionScope Manage Bookings - all permissions
49
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.MANAGE-BOOKINGS
50
+ * @applicableIdentity APP
51
+ * @applicableIdentity VISITOR
52
+ * @fqn wix.bookings.services.v2.ServicesService.SearchServices
53
+ */
54
+ export declare function searchServices(search: CursorSearch): Promise<SearchServicesResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2FAAyE"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,2FAAyE"}
@@ -1 +1,54 @@
1
+ import { SearchServicesResponse, CursorSearch } from './src/bookings-services-v2-service-services.universal';
1
2
  export * from './src/bookings-services-v2-service-services.universal.js';
3
+ /**
4
+ * Retrieves a list of up to 100 services, given the provided filtering, paging,
5
+ * and sorting.
6
+ *
7
+ *
8
+ * ## Defaults
9
+ *
10
+ * Search Services has the following default settings, which you can override:
11
+ * + Sorted by `createdDate` in ascending order.
12
+ * + `paging.limit` set to `100`.
13
+ * + `paging.offset` set to `0`.
14
+ *
15
+ * ## Filters
16
+ *
17
+ * When using filters for dates, you must use
18
+ * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
19
+ *
20
+ * Refer to the supported filters article
21
+ * ([REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/filtering-and-sorting))
22
+ * for a complete list of supported filters and sorting options.
23
+ *
24
+ * ## See also
25
+ *
26
+ * To learn about working with *Search* methods, see
27
+ * _API Query Language_
28
+ * ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language))
29
+ * and *Sorting and Paging*
30
+ * ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language#the-sort-array) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging)).
31
+ * @param search - WQL, search or aggregation expression.
32
+ * @public
33
+ * @documentationMaturity preview
34
+ * @requiredField search
35
+ * @permissionId BOOKINGS.SERVICES_READ
36
+ * @permissionScope Manage Stores
37
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
38
+ * @permissionScope Read Bookings - Public Data
39
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
40
+ * @permissionScope Manage Bookings Services and Settings
41
+ * @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
42
+ * @permissionScope Manage Bookings
43
+ * @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
44
+ * @permissionScope Read Bookings - Including Participants
45
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
46
+ * @permissionScope Read Bookings - all read permissions
47
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
48
+ * @permissionScope Manage Bookings - all permissions
49
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.MANAGE-BOOKINGS
50
+ * @applicableIdentity APP
51
+ * @applicableIdentity VISITOR
52
+ * @fqn wix.bookings.services.v2.ServicesService.SearchServices
53
+ */
54
+ export declare function searchServices(search: CursorSearch): Promise<SearchServicesResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"AAAA,cAAc,0DAA0D,CAAC"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"AAKA,cAAc,0DAA0D,CAAC"}
@@ -1 +1,54 @@
1
+ import { SearchServicesResponse, CursorSearch } from './src/bookings-services-v2-service-services.universal';
1
2
  export * from './src/bookings-services-v2-service-services.universal.js';
3
+ /**
4
+ * Retrieves a list of up to 100 services, given the provided filtering, paging,
5
+ * and sorting.
6
+ *
7
+ *
8
+ * ## Defaults
9
+ *
10
+ * Search Services has the following default settings, which you can override:
11
+ * + Sorted by `createdDate` in ascending order.
12
+ * + `paging.limit` set to `100`.
13
+ * + `paging.offset` set to `0`.
14
+ *
15
+ * ## Filters
16
+ *
17
+ * When using filters for dates, you must use
18
+ * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
19
+ *
20
+ * Refer to the supported filters article
21
+ * ([REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/filtering-and-sorting))
22
+ * for a complete list of supported filters and sorting options.
23
+ *
24
+ * ## See also
25
+ *
26
+ * To learn about working with *Search* methods, see
27
+ * _API Query Language_
28
+ * ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language))
29
+ * and *Sorting and Paging*
30
+ * ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language#the-sort-array) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging)).
31
+ * @param search - WQL, search or aggregation expression.
32
+ * @public
33
+ * @documentationMaturity preview
34
+ * @requiredField search
35
+ * @permissionId BOOKINGS.SERVICES_READ
36
+ * @permissionScope Manage Stores
37
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
38
+ * @permissionScope Read Bookings - Public Data
39
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
40
+ * @permissionScope Manage Bookings Services and Settings
41
+ * @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
42
+ * @permissionScope Manage Bookings
43
+ * @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
44
+ * @permissionScope Read Bookings - Including Participants
45
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
46
+ * @permissionScope Read Bookings - all read permissions
47
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
48
+ * @permissionScope Manage Bookings - all permissions
49
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.MANAGE-BOOKINGS
50
+ * @applicableIdentity APP
51
+ * @applicableIdentity VISITOR
52
+ * @fqn wix.bookings.services.v2.ServicesService.SearchServices
53
+ */
54
+ export declare function searchServices(search: CursorSearch): Promise<SearchServicesResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2FAAyE"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,2FAAyE"}
@@ -1 +1,54 @@
1
+ import { SearchServicesResponse, CursorSearch } from './src/bookings-services-v2-service-services.universal';
1
2
  export * from './src/bookings-services-v2-service-services.universal.js';
3
+ /**
4
+ * Retrieves a list of up to 100 services, given the provided filtering, paging,
5
+ * and sorting.
6
+ *
7
+ *
8
+ * ## Defaults
9
+ *
10
+ * Search Services has the following default settings, which you can override:
11
+ * + Sorted by `createdDate` in ascending order.
12
+ * + `paging.limit` set to `100`.
13
+ * + `paging.offset` set to `0`.
14
+ *
15
+ * ## Filters
16
+ *
17
+ * When using filters for dates, you must use
18
+ * [UTC time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
19
+ *
20
+ * Refer to the supported filters article
21
+ * ([REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/filtering-and-sorting))
22
+ * for a complete list of supported filters and sorting options.
23
+ *
24
+ * ## See also
25
+ *
26
+ * To learn about working with *Search* methods, see
27
+ * _API Query Language_
28
+ * ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language))
29
+ * and *Sorting and Paging*
30
+ * ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language#the-sort-array) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging)).
31
+ * @param search - WQL, search or aggregation expression.
32
+ * @public
33
+ * @documentationMaturity preview
34
+ * @requiredField search
35
+ * @permissionId BOOKINGS.SERVICES_READ
36
+ * @permissionScope Manage Stores
37
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
38
+ * @permissionScope Read Bookings - Public Data
39
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
40
+ * @permissionScope Manage Bookings Services and Settings
41
+ * @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
42
+ * @permissionScope Manage Bookings
43
+ * @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
44
+ * @permissionScope Read Bookings - Including Participants
45
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
46
+ * @permissionScope Read Bookings - all read permissions
47
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
48
+ * @permissionScope Manage Bookings - all permissions
49
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.MANAGE-BOOKINGS
50
+ * @applicableIdentity APP
51
+ * @applicableIdentity VISITOR
52
+ * @fqn wix.bookings.services.v2.ServicesService.SearchServices
53
+ */
54
+ export declare function searchServices(search: CursorSearch): Promise<SearchServicesResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":"AAAA,cAAc,0DAA0D,CAAC"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":"AAKA,cAAc,0DAA0D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_services",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
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": "08e02470ffeb2b24107b1bf56e96226d63b848c79fcb95eea17b178e"
51
+ "falconPackageHash": "96fa4080e3987aa25e7edd67b28dbf05426b5faee080e84fe845d699"
52
52
  }