@leavittsoftware/lg-core-typescript 5.387.0 → 5.388.0

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.
@@ -2567,8 +2567,8 @@ export interface UpsertQuantitiesDto {
2567
2567
  }
2568
2568
 
2569
2569
  export interface UpsertQuantitiesQuantityDto {
2570
+ Id: number;
2570
2571
  IsDisabled: boolean;
2571
- OptionIds: Array<number>;
2572
2572
  Quantity: number;
2573
2573
  }
2574
2574
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.387.0",
3
+ "version": "5.388.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [