@wix/auto_sdk_bookings_resources 1.0.15 → 1.0.16
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/es/index.typings.d.ts +26 -0
- package/build/es/index.typings.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +26 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.typings.d.ts +26 -0
- package/build/internal/es/index.typings.js.map +1 -1
- 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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
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.16",
|
|
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": "c5b5169f9322edad7765058ad38ffc84f75116ccb89e12123c2fbcdb"
|
|
52
52
|
}
|