@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.
@@ -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":";;;;;;;;;;;;;;;;AAAA,qFAAmE"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,qFAAmE"}
@@ -76,7 +76,7 @@ export interface ItemPricingOneOf {
76
76
  export interface PriceVariants {
77
77
  /**
78
78
  * List of price variants.
79
- * @maxSize 30
79
+ * @maxSize 50
80
80
  */
81
81
  variants?: PriceVariant[];
82
82
  }
@@ -77,7 +77,7 @@ export interface ItemPricingOneOf {
77
77
  export interface PriceVariants {
78
78
  /**
79
79
  * List of price variants.
80
- * @maxSize 30
80
+ * @maxSize 50
81
81
  */
82
82
  variants?: PriceVariant[];
83
83
  }
@@ -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":"AAAA,cAAc,oDAAoD,CAAC"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"AAKA,cAAc,oDAAoD,CAAC"}
@@ -76,7 +76,7 @@ export interface ItemPricingOneOf {
76
76
  export interface PriceVariants {
77
77
  /**
78
78
  * List of price variants.
79
- * @maxSize 30
79
+ * @maxSize 50
80
80
  */
81
81
  variants?: PriceVariant[];
82
82
  }
@@ -77,7 +77,7 @@ export interface ItemPricingOneOf {
77
77
  export interface PriceVariants {
78
78
  /**
79
79
  * List of price variants.
80
- * @maxSize 30
80
+ * @maxSize 50
81
81
  */
82
82
  variants?: PriceVariant[];
83
83
  }
@@ -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":";;;;;;;;;;;;;;;;AAAA,qFAAmE"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,qFAAmE"}
@@ -76,7 +76,7 @@ export interface ItemPricingOneOf {
76
76
  export interface PriceVariants {
77
77
  /**
78
78
  * List of price variants.
79
- * @maxSize 30
79
+ * @maxSize 50
80
80
  */
81
81
  variants?: PriceVariant[];
82
82
  }
@@ -77,7 +77,7 @@ export interface ItemPricingOneOf {
77
77
  export interface PriceVariants {
78
78
  /**
79
79
  * List of price variants.
80
- * @maxSize 30
80
+ * @maxSize 50
81
81
  */
82
82
  variants?: PriceVariant[];
83
83
  }
@@ -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":"AAAA,cAAc,oDAAoD,CAAC"}
1
+ {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../../index.typings.ts"],"names":[],"mappings":"AAKA,cAAc,oDAAoD,CAAC"}
@@ -76,7 +76,7 @@ export interface ItemPricingOneOf {
76
76
  export interface PriceVariants {
77
77
  /**
78
78
  * List of price variants.
79
- * @maxSize 30
79
+ * @maxSize 50
80
80
  */
81
81
  variants?: PriceVariant[];
82
82
  }
@@ -77,7 +77,7 @@ export interface ItemPricingOneOf {
77
77
  export interface PriceVariants {
78
78
  /**
79
79
  * List of price variants.
80
- * @maxSize 30
80
+ * @maxSize 50
81
81
  */
82
82
  variants?: PriceVariant[];
83
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_restaurants_items",
3
- "version": "1.0.21",
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.21"
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": "215dde2c7875909818d25ae97538ef6d97df7aebbedf1ecef804ab17"
51
+ "falconPackageHash": "802c3586b922488f5f8aff56e891940471f561ffb9f513b68e6ca765"
52
52
  }