@konplit-services/common 1.0.390 → 1.0.391

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.
@@ -10,7 +10,8 @@ export declare enum REFUND_STATUS {
10
10
  }
11
11
  export declare enum REFUND_WALLET_RESPONSE {
12
12
  RESERVED = "RESERVED",
13
- NOT_RESERVED = "NOT_RESERVED"
13
+ NOT_RESERVED = "NOT_RESERVED",
14
+ SETTLET_NOT_FOUND = "SETTLET_NOT_FOUND"
14
15
  }
15
16
  export declare enum REFUND_SOURCE {
16
17
  balance = "balance",
@@ -16,6 +16,7 @@ var REFUND_WALLET_RESPONSE;
16
16
  (function (REFUND_WALLET_RESPONSE) {
17
17
  REFUND_WALLET_RESPONSE["RESERVED"] = "RESERVED";
18
18
  REFUND_WALLET_RESPONSE["NOT_RESERVED"] = "NOT_RESERVED";
19
+ REFUND_WALLET_RESPONSE["SETTLET_NOT_FOUND"] = "SETTLET_NOT_FOUND";
19
20
  })(REFUND_WALLET_RESPONSE = exports.REFUND_WALLET_RESPONSE || (exports.REFUND_WALLET_RESPONSE = {}));
20
21
  var REFUND_SOURCE;
21
22
  (function (REFUND_SOURCE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.390",
3
+ "version": "1.0.391",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",