@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.
- package/build/cjs/index.typings.d.ts +26 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/src/bookings-resources-v2-resource-resources.types.d.ts +2 -2
- package/build/cjs/src/bookings-resources-v2-resource-resources.universal.d.ts +2 -2
- package/build/es/index.typings.d.ts +26 -0
- package/build/es/index.typings.js.map +1 -1
- package/build/es/src/bookings-resources-v2-resource-resources.types.d.ts +2 -2
- package/build/es/src/bookings-resources-v2-resource-resources.universal.d.ts +2 -2
- package/build/internal/cjs/index.typings.d.ts +26 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.types.d.ts +2 -2
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.universal.d.ts +2 -2
- package/build/internal/es/index.typings.d.ts +26 -0
- package/build/internal/es/index.typings.js.map +1 -1
- package/build/internal/es/src/bookings-resources-v2-resource-resources.types.d.ts +2 -2
- package/build/internal/es/src/bookings-resources-v2-resource-resources.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -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":";;;;;;;;;;;;;;;;
|
|
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
|
|
166
|
-
* @maxSize
|
|
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
|
|
167
|
-
* @maxSize
|
|
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":"
|
|
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
|
|
166
|
-
* @maxSize
|
|
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
|
|
167
|
-
* @maxSize
|
|
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":";;;;;;;;;;;;;;;;
|
|
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
|
|
166
|
-
* @maxSize
|
|
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
|
|
167
|
-
* @maxSize
|
|
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":"
|
|
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
|
|
166
|
-
* @maxSize
|
|
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
|
|
167
|
-
* @maxSize
|
|
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.
|
|
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": "
|
|
51
|
+
"falconPackageHash": "f3c42963355cffe048cc8eb8aaa9529dc4587a1c2620394aa0190c33"
|
|
52
52
|
}
|