@wix/auto_sdk_restaurants_items 1.0.21 → 1.0.22
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 +15 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/src/restaurants-menus-v1-item-items.types.d.ts +1 -1
- package/build/cjs/src/restaurants-menus-v1-item-items.universal.d.ts +1 -1
- package/build/es/index.typings.d.ts +15 -0
- package/build/es/index.typings.js.map +1 -1
- package/build/es/src/restaurants-menus-v1-item-items.types.d.ts +1 -1
- package/build/es/src/restaurants-menus-v1-item-items.universal.d.ts +1 -1
- package/build/internal/cjs/index.typings.d.ts +15 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/src/restaurants-menus-v1-item-items.types.d.ts +1 -1
- package/build/internal/cjs/src/restaurants-menus-v1-item-items.universal.d.ts +1 -1
- package/build/internal/es/index.typings.d.ts +15 -0
- package/build/internal/es/index.typings.js.map +1 -1
- package/build/internal/es/src/restaurants-menus-v1-item-items.types.d.ts +1 -1
- package/build/internal/es/src/restaurants-menus-v1-item-items.universal.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1 +1,16 @@
|
|
|
1
|
+
import { SearchItemsResponse, SearchItemsOptions } from './src/restaurants-menus-v1-item-items.universal';
|
|
1
2
|
export * from './src/restaurants-menus-v1-item-items.universal.js';
|
|
3
|
+
/**
|
|
4
|
+
* > **Note:** The Item API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
|
|
5
|
+
*
|
|
6
|
+
* Retrieves a list of items given the provided search options. Up to 500 items can be returned per request.
|
|
7
|
+
* @public
|
|
8
|
+
* @documentationMaturity preview
|
|
9
|
+
* @permissionId RESTAURANTS.ITEM_READ
|
|
10
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
11
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
12
|
+
* @applicableIdentity APP
|
|
13
|
+
* @applicableIdentity VISITOR
|
|
14
|
+
* @fqn com.wixpress.restaurants.menus_item.v1.RestaurantsMenusItem.SearchItems
|
|
15
|
+
*/
|
|
16
|
+
export declare function searchItems(options: SearchItemsOptions): Promise<SearchItemsResponse>;
|
|
@@ -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,qFAAmE"}
|
|
@@ -1 +1,16 @@
|
|
|
1
|
+
import { SearchItemsResponse, SearchItemsOptions } from './src/restaurants-menus-v1-item-items.universal';
|
|
1
2
|
export * from './src/restaurants-menus-v1-item-items.universal.js';
|
|
3
|
+
/**
|
|
4
|
+
* > **Note:** The Item API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
|
|
5
|
+
*
|
|
6
|
+
* Retrieves a list of items given the provided search options. Up to 500 items can be returned per request.
|
|
7
|
+
* @public
|
|
8
|
+
* @documentationMaturity preview
|
|
9
|
+
* @permissionId RESTAURANTS.ITEM_READ
|
|
10
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
11
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
12
|
+
* @applicableIdentity APP
|
|
13
|
+
* @applicableIdentity VISITOR
|
|
14
|
+
* @fqn com.wixpress.restaurants.menus_item.v1.RestaurantsMenusItem.SearchItems
|
|
15
|
+
*/
|
|
16
|
+
export declare function searchItems(options: SearchItemsOptions): Promise<SearchItemsResponse>;
|
|
@@ -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,oDAAoD,CAAC"}
|
|
@@ -1 +1,16 @@
|
|
|
1
|
+
import { SearchItemsResponse, SearchItemsOptions } from './src/restaurants-menus-v1-item-items.universal';
|
|
1
2
|
export * from './src/restaurants-menus-v1-item-items.universal.js';
|
|
3
|
+
/**
|
|
4
|
+
* > **Note:** The Item API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
|
|
5
|
+
*
|
|
6
|
+
* Retrieves a list of items given the provided search options. Up to 500 items can be returned per request.
|
|
7
|
+
* @public
|
|
8
|
+
* @documentationMaturity preview
|
|
9
|
+
* @permissionId RESTAURANTS.ITEM_READ
|
|
10
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
11
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
12
|
+
* @applicableIdentity APP
|
|
13
|
+
* @applicableIdentity VISITOR
|
|
14
|
+
* @fqn com.wixpress.restaurants.menus_item.v1.RestaurantsMenusItem.SearchItems
|
|
15
|
+
*/
|
|
16
|
+
export declare function searchItems(options: SearchItemsOptions): Promise<SearchItemsResponse>;
|
|
@@ -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,qFAAmE"}
|
|
@@ -1 +1,16 @@
|
|
|
1
|
+
import { SearchItemsResponse, SearchItemsOptions } from './src/restaurants-menus-v1-item-items.universal';
|
|
1
2
|
export * from './src/restaurants-menus-v1-item-items.universal.js';
|
|
3
|
+
/**
|
|
4
|
+
* > **Note:** The Item API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
|
|
5
|
+
*
|
|
6
|
+
* Retrieves a list of items given the provided search options. Up to 500 items can be returned per request.
|
|
7
|
+
* @public
|
|
8
|
+
* @documentationMaturity preview
|
|
9
|
+
* @permissionId RESTAURANTS.ITEM_READ
|
|
10
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
11
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
12
|
+
* @applicableIdentity APP
|
|
13
|
+
* @applicableIdentity VISITOR
|
|
14
|
+
* @fqn com.wixpress.restaurants.menus_item.v1.RestaurantsMenusItem.SearchItems
|
|
15
|
+
*/
|
|
16
|
+
export declare function searchItems(options: SearchItemsOptions): Promise<SearchItemsResponse>;
|
|
@@ -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,oDAAoD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_restaurants_items",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@wix/sdk-runtime": "^0.3.49",
|
|
32
|
-
"@wix/sdk-types": "^1.13.
|
|
32
|
+
"@wix/sdk-types": "^1.13.23"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^5.3.2"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.restaurants.menus.v1.item"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "802c3586b922488f5f8aff56e891940471f561ffb9f513b68e6ca765"
|
|
52
52
|
}
|