@orderingstack/ordering-types 1.25.0-beta.1 → 1.25.0-beta.2

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.
@@ -167,7 +167,7 @@ export interface IGroupOptions extends IMenuItem {
167
167
  attrs?: IGroupAttributes;
168
168
  filter?: IProductFilter;
169
169
  }
170
- export interface IMenuCategory extends Pick<IMenuItem, "id" | "kind" | "_" | "__" | "details"> {
170
+ export interface IMenuCategory extends Pick<IMenuItem, "id" | "kind" | "_" | "__" | "details" | "items"> {
171
171
  kind: EProductKind.CATEGORY;
172
172
  }
173
173
  export interface IMenuProduct extends IMenuItem {
@@ -167,7 +167,7 @@ export interface IGroupOptions extends IMenuItem {
167
167
  attrs?: IGroupAttributes;
168
168
  filter?: IProductFilter;
169
169
  }
170
- export interface IMenuCategory extends Pick<IMenuItem, "id" | "kind" | "_" | "__" | "details"> {
170
+ export interface IMenuCategory extends Pick<IMenuItem, "id" | "kind" | "_" | "__" | "details" | "items"> {
171
171
  kind: EProductKind.CATEGORY;
172
172
  }
173
173
  export interface IMenuProduct extends IMenuItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.25.0-beta.1",
3
+ "version": "1.25.0-beta.2",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",