@limetech/limepkg-cpq-order 2.11.0-dev.13 → 2.11.0-dev.15

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,4 +1,5 @@
1
1
  import { Iarticle, Iitem, DiscountClasses, IarticleGroup } from '../interfaces';
2
+ export declare const NUMBER_OF_DISCOUNT_DECIMALS = 2;
2
3
  export declare class Item implements Iitem {
3
4
  id: number;
4
5
  articleGroup?: IarticleGroup;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/limepkg-cpq-order",
3
- "version": "2.11.0-dev.13",
3
+ "version": "2.11.0-dev.15",
4
4
  "description": "Type definitions for limepkg-cpq-order frontend",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",