@trusted-solutions/sdit.models 0.58.0-alpha.0 → 0.58.0-alpha.1

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.
Files changed (2) hide show
  1. package/models/menu.d.ts +1 -1
  2. package/package.json +1 -1
package/models/menu.d.ts CHANGED
@@ -115,7 +115,7 @@ export interface ProductAttributeCategory {
115
115
  quantity?: Quantity;
116
116
  storeTemplateId?: string;
117
117
  /** default: single */
118
- type: AttributeType;
118
+ type?: AttributeType;
119
119
  }
120
120
  export interface Quantity {
121
121
  maxPermitted?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.58.0-alpha.0",
3
+ "version": "0.58.0-alpha.1",
4
4
  "description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
5
5
  "main": "index.js",
6
6
  "scripts": {