@konplit-services/common 1.29.2 → 1.29.3

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.
@@ -27,9 +27,9 @@ export declare enum DISPUTE_WEBHOOK_TYPES {
27
27
  auto_accepted = "dispute.auto_accepted"
28
28
  }
29
29
  export declare enum DisputeReasonCode {
30
- FRAUD = "10.4",
31
- NON_DELIVERED = "13.1",
32
- DUPLICATE = "12.6",
33
- NOT_AUTHORIZED = "10.5",
34
- OTHER = "other"
30
+ FRAUD = "FRAUD",//"10.4",
31
+ NON_DELIVERED = "NON_DELIVERED",// "13.1",
32
+ DUPLICATE = "DUPLICATE",// "12.6",
33
+ NOT_AUTHORIZED = "NOT_AUTHORIZED",//"10.5",
34
+ OTHER = "OTHER"
35
35
  }
@@ -34,9 +34,9 @@ var DISPUTE_WEBHOOK_TYPES;
34
34
  })(DISPUTE_WEBHOOK_TYPES || (exports.DISPUTE_WEBHOOK_TYPES = DISPUTE_WEBHOOK_TYPES = {}));
35
35
  var DisputeReasonCode;
36
36
  (function (DisputeReasonCode) {
37
- DisputeReasonCode["FRAUD"] = "10.4";
38
- DisputeReasonCode["NON_DELIVERED"] = "13.1";
39
- DisputeReasonCode["DUPLICATE"] = "12.6";
40
- DisputeReasonCode["NOT_AUTHORIZED"] = "10.5";
41
- DisputeReasonCode["OTHER"] = "other";
37
+ DisputeReasonCode["FRAUD"] = "FRAUD";
38
+ DisputeReasonCode["NON_DELIVERED"] = "NON_DELIVERED";
39
+ DisputeReasonCode["DUPLICATE"] = "DUPLICATE";
40
+ DisputeReasonCode["NOT_AUTHORIZED"] = "NOT_AUTHORIZED";
41
+ DisputeReasonCode["OTHER"] = "OTHER";
42
42
  })(DisputeReasonCode || (exports.DisputeReasonCode = DisputeReasonCode = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.29.2",
3
+ "version": "1.29.3",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",