@wix/auto_sdk_restaurants_items 1.0.20 → 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 +2 -2
- package/build/cjs/src/restaurants-menus-v1-item-items.universal.d.ts +3 -3
- 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 +2 -2
- package/build/es/src/restaurants-menus-v1-item-items.universal.d.ts +3 -3
- 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 +2 -2
- package/build/internal/cjs/src/restaurants-menus-v1-item-items.universal.d.ts +3 -3
- 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 +2 -2
- package/build/internal/es/src/restaurants-menus-v1-item-items.universal.d.ts +3 -3
- package/package.json +4 -4
|
@@ -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"}
|
|
@@ -59,7 +59,7 @@ export interface Item extends ItemPricingOneOf {
|
|
|
59
59
|
/** Extended fields. */
|
|
60
60
|
extendedFields?: ExtendedFields;
|
|
61
61
|
/**
|
|
62
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
62
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
63
63
|
* @maxSize 20
|
|
64
64
|
* @format GUID
|
|
65
65
|
* @readonly
|
|
@@ -76,7 +76,7 @@ export interface ItemPricingOneOf {
|
|
|
76
76
|
export interface PriceVariants {
|
|
77
77
|
/**
|
|
78
78
|
* List of price variants.
|
|
79
|
-
* @maxSize
|
|
79
|
+
* @maxSize 50
|
|
80
80
|
*/
|
|
81
81
|
variants?: PriceVariant[];
|
|
82
82
|
}
|
|
@@ -60,7 +60,7 @@ export interface Item extends ItemPricingOneOf {
|
|
|
60
60
|
/** Extended fields. */
|
|
61
61
|
extendedFields?: ExtendedFields;
|
|
62
62
|
/**
|
|
63
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
63
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
64
64
|
* @maxSize 20
|
|
65
65
|
* @format GUID
|
|
66
66
|
* @readonly
|
|
@@ -77,7 +77,7 @@ export interface ItemPricingOneOf {
|
|
|
77
77
|
export interface PriceVariants {
|
|
78
78
|
/**
|
|
79
79
|
* List of price variants.
|
|
80
|
-
* @maxSize
|
|
80
|
+
* @maxSize 50
|
|
81
81
|
*/
|
|
82
82
|
variants?: PriceVariant[];
|
|
83
83
|
}
|
|
@@ -1713,7 +1713,7 @@ export interface UpdateItem {
|
|
|
1713
1713
|
/** Extended fields. */
|
|
1714
1714
|
extendedFields?: ExtendedFields;
|
|
1715
1715
|
/**
|
|
1716
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
1716
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
1717
1717
|
* @maxSize 20
|
|
1718
1718
|
* @format GUID
|
|
1719
1719
|
* @readonly
|
|
@@ -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"}
|
|
@@ -59,7 +59,7 @@ export interface Item extends ItemPricingOneOf {
|
|
|
59
59
|
/** Extended fields. */
|
|
60
60
|
extendedFields?: ExtendedFields;
|
|
61
61
|
/**
|
|
62
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
62
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
63
63
|
* @maxSize 20
|
|
64
64
|
* @format GUID
|
|
65
65
|
* @readonly
|
|
@@ -76,7 +76,7 @@ export interface ItemPricingOneOf {
|
|
|
76
76
|
export interface PriceVariants {
|
|
77
77
|
/**
|
|
78
78
|
* List of price variants.
|
|
79
|
-
* @maxSize
|
|
79
|
+
* @maxSize 50
|
|
80
80
|
*/
|
|
81
81
|
variants?: PriceVariant[];
|
|
82
82
|
}
|
|
@@ -60,7 +60,7 @@ export interface Item extends ItemPricingOneOf {
|
|
|
60
60
|
/** Extended fields. */
|
|
61
61
|
extendedFields?: ExtendedFields;
|
|
62
62
|
/**
|
|
63
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
63
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
64
64
|
* @maxSize 20
|
|
65
65
|
* @format GUID
|
|
66
66
|
* @readonly
|
|
@@ -77,7 +77,7 @@ export interface ItemPricingOneOf {
|
|
|
77
77
|
export interface PriceVariants {
|
|
78
78
|
/**
|
|
79
79
|
* List of price variants.
|
|
80
|
-
* @maxSize
|
|
80
|
+
* @maxSize 50
|
|
81
81
|
*/
|
|
82
82
|
variants?: PriceVariant[];
|
|
83
83
|
}
|
|
@@ -1713,7 +1713,7 @@ export interface UpdateItem {
|
|
|
1713
1713
|
/** Extended fields. */
|
|
1714
1714
|
extendedFields?: ExtendedFields;
|
|
1715
1715
|
/**
|
|
1716
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
1716
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
1717
1717
|
* @maxSize 20
|
|
1718
1718
|
* @format GUID
|
|
1719
1719
|
* @readonly
|
|
@@ -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"}
|
|
@@ -59,7 +59,7 @@ export interface Item extends ItemPricingOneOf {
|
|
|
59
59
|
/** Extended fields. */
|
|
60
60
|
extendedFields?: ExtendedFields;
|
|
61
61
|
/**
|
|
62
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
62
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
63
63
|
* @maxSize 20
|
|
64
64
|
* @format GUID
|
|
65
65
|
* @readonly
|
|
@@ -76,7 +76,7 @@ export interface ItemPricingOneOf {
|
|
|
76
76
|
export interface PriceVariants {
|
|
77
77
|
/**
|
|
78
78
|
* List of price variants.
|
|
79
|
-
* @maxSize
|
|
79
|
+
* @maxSize 50
|
|
80
80
|
*/
|
|
81
81
|
variants?: PriceVariant[];
|
|
82
82
|
}
|
|
@@ -60,7 +60,7 @@ export interface Item extends ItemPricingOneOf {
|
|
|
60
60
|
/** Extended fields. */
|
|
61
61
|
extendedFields?: ExtendedFields;
|
|
62
62
|
/**
|
|
63
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
63
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
64
64
|
* @maxSize 20
|
|
65
65
|
* @format GUID
|
|
66
66
|
* @readonly
|
|
@@ -77,7 +77,7 @@ export interface ItemPricingOneOf {
|
|
|
77
77
|
export interface PriceVariants {
|
|
78
78
|
/**
|
|
79
79
|
* List of price variants.
|
|
80
|
-
* @maxSize
|
|
80
|
+
* @maxSize 50
|
|
81
81
|
*/
|
|
82
82
|
variants?: PriceVariant[];
|
|
83
83
|
}
|
|
@@ -1713,7 +1713,7 @@ export interface UpdateItem {
|
|
|
1713
1713
|
/** Extended fields. */
|
|
1714
1714
|
extendedFields?: ExtendedFields;
|
|
1715
1715
|
/**
|
|
1716
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
1716
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
1717
1717
|
* @maxSize 20
|
|
1718
1718
|
* @format GUID
|
|
1719
1719
|
* @readonly
|
|
@@ -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"}
|
|
@@ -59,7 +59,7 @@ export interface Item extends ItemPricingOneOf {
|
|
|
59
59
|
/** Extended fields. */
|
|
60
60
|
extendedFields?: ExtendedFields;
|
|
61
61
|
/**
|
|
62
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
62
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
63
63
|
* @maxSize 20
|
|
64
64
|
* @format GUID
|
|
65
65
|
* @readonly
|
|
@@ -76,7 +76,7 @@ export interface ItemPricingOneOf {
|
|
|
76
76
|
export interface PriceVariants {
|
|
77
77
|
/**
|
|
78
78
|
* List of price variants.
|
|
79
|
-
* @maxSize
|
|
79
|
+
* @maxSize 50
|
|
80
80
|
*/
|
|
81
81
|
variants?: PriceVariant[];
|
|
82
82
|
}
|
|
@@ -60,7 +60,7 @@ export interface Item extends ItemPricingOneOf {
|
|
|
60
60
|
/** Extended fields. */
|
|
61
61
|
extendedFields?: ExtendedFields;
|
|
62
62
|
/**
|
|
63
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
63
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
64
64
|
* @maxSize 20
|
|
65
65
|
* @format GUID
|
|
66
66
|
* @readonly
|
|
@@ -77,7 +77,7 @@ export interface ItemPricingOneOf {
|
|
|
77
77
|
export interface PriceVariants {
|
|
78
78
|
/**
|
|
79
79
|
* List of price variants.
|
|
80
|
-
* @maxSize
|
|
80
|
+
* @maxSize 50
|
|
81
81
|
*/
|
|
82
82
|
variants?: PriceVariant[];
|
|
83
83
|
}
|
|
@@ -1713,7 +1713,7 @@ export interface UpdateItem {
|
|
|
1713
1713
|
/** Extended fields. */
|
|
1714
1714
|
extendedFields?: ExtendedFields;
|
|
1715
1715
|
/**
|
|
1716
|
-
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations)|[REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
1716
|
+
* IDs of the business locations ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations)) where these items are available.
|
|
1717
1717
|
* @maxSize 20
|
|
1718
1718
|
* @format GUID
|
|
1719
1719
|
* @readonly
|
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"
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"service-plugins"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@wix/sdk-runtime": "^0.3.
|
|
32
|
-
"@wix/sdk-types": "^1.13.
|
|
31
|
+
"@wix/sdk-runtime": "^0.3.49",
|
|
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
|
}
|