law-common 10.45.3-beta.11 → 10.45.3-beta.13

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.
@@ -3,7 +3,7 @@ export declare enum BillingTransactionType {
3
3
  WRITE_OFF = "WRITE_OFF",
4
4
  CREDIT_NOTE = "CREDIT_NOTE",
5
5
  PAYMENT = "PAYMENT",
6
- ADVANCE_ADJUSTED = "ADVANCE_ADJUSTED"
6
+ REFUND = "REFUND"
7
7
  }
8
8
  export declare namespace BillingTransactionType {
9
9
  function getNames(): string[];
@@ -9,7 +9,7 @@ var BillingTransactionType;
9
9
  BillingTransactionType["WRITE_OFF"] = "WRITE_OFF";
10
10
  BillingTransactionType["CREDIT_NOTE"] = "CREDIT_NOTE";
11
11
  BillingTransactionType["PAYMENT"] = "PAYMENT";
12
- BillingTransactionType["ADVANCE_ADJUSTED"] = "ADVANCE_ADJUSTED";
12
+ BillingTransactionType["REFUND"] = "REFUND";
13
13
  })(BillingTransactionType || (exports.BillingTransactionType = BillingTransactionType = {}));
14
14
  (function (BillingTransactionType) {
15
15
  function getNames() {
@@ -45,10 +45,10 @@ exports.epochToDateTime = epochToDateTime;
45
45
  exports.toEpochSeconds = toEpochSeconds;
46
46
  exports.dateTimeToEpoch = dateTimeToEpoch;
47
47
  const date_fns_1 = require("date-fns");
48
+ const lodash_1 = require("lodash");
48
49
  const util_constants_1 = require("../constants/util.constants");
49
50
  const error_key_enum_1 = require("../enums/error.key.enum");
50
51
  const exceptions_1 = require("../exceptions");
51
- const lodash_1 = require("lodash");
52
52
  function groupByFunction(list, keyGetter) {
53
53
  const map = new Map();
54
54
  list.forEach((item) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "law-common",
3
- "version": "10.45.3-beta.11",
3
+ "version": "10.45.3-beta.13",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [