@konplit-services/common 1.0.265 → 1.0.266

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.
@@ -18,6 +18,10 @@ export declare enum RecieptUserType {
18
18
  merchant = "merchant",
19
19
  customer = "customer"
20
20
  }
21
+ export declare enum TransactionCharge {
22
+ merchant = "merchant",
23
+ customer = "customer"
24
+ }
21
25
  export declare enum SettlementType {
22
26
  bankaccount = "bankaccount",
23
27
  wallet = "wallet"
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RejectActions = exports.SettlementType = exports.RecieptUserType = exports.NotificationChannel = void 0;
3
+ exports.RejectActions = exports.SettlementType = exports.TransactionCharge = exports.RecieptUserType = exports.NotificationChannel = void 0;
4
4
  var NotificationChannel;
5
5
  (function (NotificationChannel) {
6
6
  NotificationChannel["sms"] = "sms";
@@ -12,6 +12,11 @@ var RecieptUserType;
12
12
  RecieptUserType["merchant"] = "merchant";
13
13
  RecieptUserType["customer"] = "customer";
14
14
  })(RecieptUserType = exports.RecieptUserType || (exports.RecieptUserType = {}));
15
+ var TransactionCharge;
16
+ (function (TransactionCharge) {
17
+ TransactionCharge["merchant"] = "merchant";
18
+ TransactionCharge["customer"] = "customer";
19
+ })(TransactionCharge = exports.TransactionCharge || (exports.TransactionCharge = {}));
15
20
  var SettlementType;
16
21
  (function (SettlementType) {
17
22
  SettlementType["bankaccount"] = "bankaccount";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.265",
3
+ "version": "1.0.266",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",