@wix/auto_sdk_bookings_resources 1.0.15 → 1.0.17

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,27 @@
1
+ import { SearchResourcesResponse, SearchResourcesOptions } from './src/bookings-resources-v2-resource-resources.universal';
1
2
  export * from './src/bookings-resources-v2-resource-resources.universal.js';
3
+ /**
4
+ * Retrieves a list of resources matching the provided search criteria.
5
+ *
6
+ *
7
+ * Refer to the *supported filters article*
8
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/resources/supported-filters) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/resources/resources-v2/filtering-and-sorting))
9
+ * for a complete list of supported filters and sorting options.
10
+ * @public
11
+ * @documentationMaturity preview
12
+ * @permissionId BOOKINGS.RESOURCE_READ
13
+ * @permissionScope Read Bookings - Public Data
14
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
15
+ * @permissionScope Manage Bookings
16
+ * @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
17
+ * @permissionScope Read Bookings - Including Participants
18
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
19
+ * @permissionScope Read Bookings - all read permissions
20
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
21
+ * @permissionScope Manage Bookings - all permissions
22
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.MANAGE-BOOKINGS
23
+ * @applicableIdentity APP
24
+ * @applicableIdentity VISITOR
25
+ * @fqn wix.bookings.resources.v2.ResourcesService.SearchResources
26
+ */
27
+ export declare function searchResources(options: SearchResourcesOptions): Promise<SearchResourcesResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8FAA4E"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,8FAA4E"}
@@ -162,8 +162,8 @@ export interface SpecificLocation {
162
162
  * Information about the business locations where the resource is available.
163
163
  * Not returned, if the resource is available in either all business locations
164
164
  * or in no business location.
165
- * You can specify up to 5 business locations.
166
- * @maxSize 5
165
+ * You can specify up to 100 business locations.
166
+ * @maxSize 100
167
167
  */
168
168
  businessLocations?: BusinessLocation[];
169
169
  }
@@ -163,8 +163,8 @@ export interface SpecificLocation {
163
163
  * Information about the business locations where the resource is available.
164
164
  * Not returned, if the resource is available in either all business locations
165
165
  * or in no business location.
166
- * You can specify up to 5 business locations.
167
- * @maxSize 5
166
+ * You can specify up to 100 business locations.
167
+ * @maxSize 100
168
168
  */
169
169
  businessLocations?: BusinessLocation[];
170
170
  }
@@ -1 +1,27 @@
1
+ import { SearchResourcesResponse, SearchResourcesOptions } from './src/bookings-resources-v2-resource-resources.universal';
1
2
  export * from './src/bookings-resources-v2-resource-resources.universal.js';
3
+ /**
4
+ * Retrieves a list of resources matching the provided search criteria.
5
+ *
6
+ *
7
+ * Refer to the *supported filters article*
8
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/resources/supported-filters) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/resources/resources-v2/filtering-and-sorting))
9
+ * for a complete list of supported filters and sorting options.
10
+ * @public
11
+ * @documentationMaturity preview
12
+ * @permissionId BOOKINGS.RESOURCE_READ
13
+ * @permissionScope Read Bookings - Public Data
14
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
15
+ * @permissionScope Manage Bookings
16
+ * @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
17
+ * @permissionScope Read Bookings - Including Participants
18
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
19
+ * @permissionScope Read Bookings - all read permissions
20
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
21
+ * @permissionScope Manage Bookings - all permissions
22
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.MANAGE-BOOKINGS
23
+ * @applicableIdentity APP
24
+ * @applicableIdentity VISITOR
25
+ * @fqn wix.bookings.resources.v2.ResourcesService.SearchResources
26
+ */
27
+ export declare function searchResources(options: SearchResourcesOptions): Promise<SearchResourcesResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"AAAA,cAAc,6DAA6D,CAAC"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"AAKA,cAAc,6DAA6D,CAAC"}
@@ -162,8 +162,8 @@ export interface SpecificLocation {
162
162
  * Information about the business locations where the resource is available.
163
163
  * Not returned, if the resource is available in either all business locations
164
164
  * or in no business location.
165
- * You can specify up to 5 business locations.
166
- * @maxSize 5
165
+ * You can specify up to 100 business locations.
166
+ * @maxSize 100
167
167
  */
168
168
  businessLocations?: BusinessLocation[];
169
169
  }
@@ -163,8 +163,8 @@ export interface SpecificLocation {
163
163
  * Information about the business locations where the resource is available.
164
164
  * Not returned, if the resource is available in either all business locations
165
165
  * or in no business location.
166
- * You can specify up to 5 business locations.
167
- * @maxSize 5
166
+ * You can specify up to 100 business locations.
167
+ * @maxSize 100
168
168
  */
169
169
  businessLocations?: BusinessLocation[];
170
170
  }
@@ -1 +1,27 @@
1
+ import { SearchResourcesResponse, SearchResourcesOptions } from './src/bookings-resources-v2-resource-resources.universal';
1
2
  export * from './src/bookings-resources-v2-resource-resources.universal.js';
3
+ /**
4
+ * Retrieves a list of resources matching the provided search criteria.
5
+ *
6
+ *
7
+ * Refer to the *supported filters article*
8
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/resources/supported-filters) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/resources/resources-v2/filtering-and-sorting))
9
+ * for a complete list of supported filters and sorting options.
10
+ * @public
11
+ * @documentationMaturity preview
12
+ * @permissionId BOOKINGS.RESOURCE_READ
13
+ * @permissionScope Read Bookings - Public Data
14
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
15
+ * @permissionScope Manage Bookings
16
+ * @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
17
+ * @permissionScope Read Bookings - Including Participants
18
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
19
+ * @permissionScope Read Bookings - all read permissions
20
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
21
+ * @permissionScope Manage Bookings - all permissions
22
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.MANAGE-BOOKINGS
23
+ * @applicableIdentity APP
24
+ * @applicableIdentity VISITOR
25
+ * @fqn wix.bookings.resources.v2.ResourcesService.SearchResources
26
+ */
27
+ export declare function searchResources(options: SearchResourcesOptions): Promise<SearchResourcesResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8FAA4E"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,8FAA4E"}
@@ -162,8 +162,8 @@ export interface SpecificLocation {
162
162
  * Information about the business locations where the resource is available.
163
163
  * Not returned, if the resource is available in either all business locations
164
164
  * or in no business location.
165
- * You can specify up to 5 business locations.
166
- * @maxSize 5
165
+ * You can specify up to 100 business locations.
166
+ * @maxSize 100
167
167
  */
168
168
  businessLocations?: BusinessLocation[];
169
169
  }
@@ -163,8 +163,8 @@ export interface SpecificLocation {
163
163
  * Information about the business locations where the resource is available.
164
164
  * Not returned, if the resource is available in either all business locations
165
165
  * or in no business location.
166
- * You can specify up to 5 business locations.
167
- * @maxSize 5
166
+ * You can specify up to 100 business locations.
167
+ * @maxSize 100
168
168
  */
169
169
  businessLocations?: BusinessLocation[];
170
170
  }
@@ -1 +1,27 @@
1
+ import { SearchResourcesResponse, SearchResourcesOptions } from './src/bookings-resources-v2-resource-resources.universal';
1
2
  export * from './src/bookings-resources-v2-resource-resources.universal.js';
3
+ /**
4
+ * Retrieves a list of resources matching the provided search criteria.
5
+ *
6
+ *
7
+ * Refer to the *supported filters article*
8
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/resources/supported-filters) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/resources/resources-v2/filtering-and-sorting))
9
+ * for a complete list of supported filters and sorting options.
10
+ * @public
11
+ * @documentationMaturity preview
12
+ * @permissionId BOOKINGS.RESOURCE_READ
13
+ * @permissionScope Read Bookings - Public Data
14
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
15
+ * @permissionScope Manage Bookings
16
+ * @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
17
+ * @permissionScope Read Bookings - Including Participants
18
+ * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
19
+ * @permissionScope Read Bookings - all read permissions
20
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
21
+ * @permissionScope Manage Bookings - all permissions
22
+ * @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.MANAGE-BOOKINGS
23
+ * @applicableIdentity APP
24
+ * @applicableIdentity VISITOR
25
+ * @fqn wix.bookings.resources.v2.ResourcesService.SearchResources
26
+ */
27
+ export declare function searchResources(options: SearchResourcesOptions): Promise<SearchResourcesResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":"AAAA,cAAc,6DAA6D,CAAC"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":"AAKA,cAAc,6DAA6D,CAAC"}
@@ -162,8 +162,8 @@ export interface SpecificLocation {
162
162
  * Information about the business locations where the resource is available.
163
163
  * Not returned, if the resource is available in either all business locations
164
164
  * or in no business location.
165
- * You can specify up to 5 business locations.
166
- * @maxSize 5
165
+ * You can specify up to 100 business locations.
166
+ * @maxSize 100
167
167
  */
168
168
  businessLocations?: BusinessLocation[];
169
169
  }
@@ -163,8 +163,8 @@ export interface SpecificLocation {
163
163
  * Information about the business locations where the resource is available.
164
164
  * Not returned, if the resource is available in either all business locations
165
165
  * or in no business location.
166
- * You can specify up to 5 business locations.
167
- * @maxSize 5
166
+ * You can specify up to 100 business locations.
167
+ * @maxSize 100
168
168
  */
169
169
  businessLocations?: BusinessLocation[];
170
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_resources",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.bookings.resources.v2.resource"
49
49
  }
50
50
  },
51
- "falconPackageHash": "c528545dd1a051cef6f3704787e229cf7e6a92ae66e0968bbf6fae63"
51
+ "falconPackageHash": "f3c42963355cffe048cc8eb8aaa9529dc4587a1c2620394aa0190c33"
52
52
  }