@konplit-services/common 1.0.289 → 1.0.290

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.
@@ -6,7 +6,8 @@ export declare enum INVOICE_STATUS {
6
6
  }
7
7
  export declare enum DISCOUNT_TYPE {
8
8
  PERCENT = "PERCENT",
9
- FLAT = "FLAT"
9
+ FLAT = "FLAT",
10
+ NONE = "NONE"
10
11
  }
11
12
  export declare enum TAX_TYPE {
12
13
  PERCENT = "PERCENT",
@@ -12,6 +12,7 @@ var DISCOUNT_TYPE;
12
12
  (function (DISCOUNT_TYPE) {
13
13
  DISCOUNT_TYPE["PERCENT"] = "PERCENT";
14
14
  DISCOUNT_TYPE["FLAT"] = "FLAT";
15
+ DISCOUNT_TYPE["NONE"] = "NONE";
15
16
  })(DISCOUNT_TYPE = exports.DISCOUNT_TYPE || (exports.DISCOUNT_TYPE = {}));
16
17
  var TAX_TYPE;
17
18
  (function (TAX_TYPE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.289",
3
+ "version": "1.0.290",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",