@feedmepos/mf-payment 1.4.28 → 1.4.30

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.
Files changed (48) hide show
  1. package/dist/{Actions.vue_vue_type_script_setup_true_lang-CLMalWxE.js → Actions.vue_vue_type_script_setup_true_lang-BbQrewY-.js} +2 -2
  2. package/dist/{Chargeback-_-KfXEVv.js → Chargeback-aEqBy8JJ.js} +5 -5
  3. package/dist/{OnboardForm-hY9l_enH.js → OnboardForm-BJwsRXYG.js} +4 -4
  4. package/dist/{OnboardForm-OsCSZD51.js → OnboardForm-DmT0YZuj.js} +4 -4
  5. package/dist/{OnboardSubmission-ByDceZ70.js → OnboardSubmission-CGIf8JzK.js} +5 -5
  6. package/dist/{OnboardSubmission-CttvUQ4D.js → OnboardSubmission-DiRLFPYG.js} +2 -2
  7. package/dist/{PayoutAccount-eW-MqpMH.js → PayoutAccount-DhdtjmgY.js} +5 -5
  8. package/dist/{PayoutAccount-BdasKqjH.js → PayoutAccount-UeuXM5Dz.js} +5 -5
  9. package/dist/{PayoutAccountSetting-LxWKmBOI.js → PayoutAccountSetting-DRuXPzN4.js} +370 -301
  10. package/dist/{Restaurant-CiaK6wV9.js → Restaurant-DrRWis75.js} +4 -4
  11. package/dist/{RestaurantSetting-DOcVGjiD.js → RestaurantSetting-DX3raN_M.js} +3 -3
  12. package/dist/{Settlement-CU8BlYx0.js → Settlement-CgBI2X3j.js} +3 -3
  13. package/dist/{Settlement-0g10njYN.js → Settlement-DbwsZtDs.js} +3 -3
  14. package/dist/{SettlementTransactions-G9Q6Bi0g.js → SettlementTransactions-B0o-K3yc.js} +4 -4
  15. package/dist/{SettlementTransactions-DsWWADGe.js → SettlementTransactions-DZMxTrua.js} +4 -4
  16. package/dist/{Status.vue_vue_type_script_setup_true_lang-COp6-_i4.js → Status.vue_vue_type_script_setup_true_lang-uaeTXFw3.js} +1 -1
  17. package/dist/{Terminal-CetdabFy.js → Terminal-DDFHCeRH.js} +5 -5
  18. package/dist/{TerminalSetting-MKI0jupT.js → TerminalSetting-cv-DRAwO.js} +3 -3
  19. package/dist/{Transaction-BBGFc7jF.js → Transaction-B57yQ9nb.js} +9 -9
  20. package/dist/{Transaction-CL0kwjHI.js → Transaction-DhARIJcJ.js} +6 -6
  21. package/dist/{TransactionOld-_tvyK7TV.js → TransactionOld-D4N8x8Hx.js} +6 -6
  22. package/dist/{app--H8J5dFW.js → app-BJIItHC0.js} +23 -23
  23. package/dist/app.js +1 -1
  24. package/dist/{assets-DCTj0P5R.js → assets-CCpg3NHp.js} +16 -15
  25. package/dist/{grafana-3qKGKghh.js → grafana-DGF5kjUv.js} +1 -1
  26. package/dist/{index-BsbqgL6x.js → index-BD5v32CS.js} +2 -2
  27. package/dist/{index-BQwri7nC.js → index-BKME0CUG.js} +1 -1
  28. package/dist/{index-CElp-4g_.js → index-Btev-8WJ.js} +1 -1
  29. package/dist/{index-DOLajImh.js → index-DFjVdPoc.js} +1 -1
  30. package/dist/{index-DvDscxQR.js → index-DbTENTAQ.js} +1 -1
  31. package/dist/{index-C3ZceSMT.js → index-DlKNMBnz.js} +9 -2
  32. package/dist/{index-MQyL_1-a.js → index-UPRcqQ6e.js} +1 -1
  33. package/dist/{index-DrP0JZhQ.js → index-X9HLi63I.js} +1 -1
  34. package/dist/{index.vue_vue_type_script_setup_true_lang-D__Vi_FK.js → index.vue_vue_type_script_setup_true_lang-Doj7ETw7.js} +1 -1
  35. package/dist/package.json +2 -2
  36. package/dist/{payout-account-BQpkiil1.js → payout-account-D55S1h_Z.js} +3 -3
  37. package/dist/{plugins-CMp8J-MM.js → plugins-CjWbnFk3.js} +1 -1
  38. package/dist/stores/payoutAccount.d.ts +12 -0
  39. package/dist/tsconfig.app.tsbuildinfo +1 -1
  40. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +12 -0
  41. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +12 -0
  42. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +12 -0
  43. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +12 -0
  44. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +12 -0
  45. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +12 -0
  46. package/dist/views/admin/payout-account/tabs/gateway/KsherGateway.vue.d.ts +41 -0
  47. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +24 -0
  48. package/package.json +2 -2
@@ -42,6 +42,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  endpoint: string;
43
43
  };
44
44
  paymentGateway: "ADYEN";
45
+ } | {
46
+ config: {
47
+ privateKey: string;
48
+ appId: string;
49
+ };
50
+ paymentGateway: "KSHER";
45
51
  })[] | null | undefined;
46
52
  enable?: boolean | null | undefined;
47
53
  ref?: any;
@@ -122,6 +128,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
122
128
  endpoint: string;
123
129
  };
124
130
  paymentGateway: "ADYEN";
131
+ } | {
132
+ config: {
133
+ privateKey: string;
134
+ appId: string;
135
+ };
136
+ paymentGateway: "KSHER";
125
137
  })[] | null | undefined;
126
138
  enable?: boolean | null | undefined;
127
139
  ref?: any;
@@ -42,6 +42,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  endpoint: string;
43
43
  };
44
44
  paymentGateway: "ADYEN";
45
+ } | {
46
+ config: {
47
+ privateKey: string;
48
+ appId: string;
49
+ };
50
+ paymentGateway: "KSHER";
45
51
  })[] | null | undefined;
46
52
  enable?: boolean | null | undefined;
47
53
  tokens?: {
@@ -140,6 +146,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
140
146
  endpoint: string;
141
147
  };
142
148
  paymentGateway: "ADYEN";
149
+ } | {
150
+ config: {
151
+ privateKey: string;
152
+ appId: string;
153
+ };
154
+ paymentGateway: "KSHER";
143
155
  })[] | null | undefined;
144
156
  enable?: boolean | null | undefined;
145
157
  tokens?: {
@@ -42,6 +42,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  endpoint: string;
43
43
  };
44
44
  paymentGateway: "ADYEN";
45
+ } | {
46
+ config: {
47
+ privateKey: string;
48
+ appId: string;
49
+ };
50
+ paymentGateway: "KSHER";
45
51
  })[] | null | undefined;
46
52
  enable?: boolean | null | undefined;
47
53
  tokens?: {
@@ -140,6 +146,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
140
146
  endpoint: string;
141
147
  };
142
148
  paymentGateway: "ADYEN";
149
+ } | {
150
+ config: {
151
+ privateKey: string;
152
+ appId: string;
153
+ };
154
+ paymentGateway: "KSHER";
143
155
  })[] | null | undefined;
144
156
  enable?: boolean | null | undefined;
145
157
  tokens?: {
@@ -47,6 +47,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
47
  endpoint: string;
48
48
  };
49
49
  paymentGateway: "ADYEN";
50
+ } | {
51
+ config: {
52
+ privateKey: string;
53
+ appId: string;
54
+ };
55
+ paymentGateway: "KSHER";
50
56
  })[] | null | undefined;
51
57
  enable?: boolean | null | undefined;
52
58
  ref?: any;
@@ -131,6 +137,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
131
137
  endpoint: string;
132
138
  };
133
139
  paymentGateway: "ADYEN";
140
+ } | {
141
+ config: {
142
+ privateKey: string;
143
+ appId: string;
144
+ };
145
+ paymentGateway: "KSHER";
134
146
  })[] | null | undefined;
135
147
  enable?: boolean | null | undefined;
136
148
  ref?: any;
@@ -42,6 +42,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  endpoint: string;
43
43
  };
44
44
  paymentGateway: "ADYEN";
45
+ } | {
46
+ config: {
47
+ privateKey: string;
48
+ appId: string;
49
+ };
50
+ paymentGateway: "KSHER";
45
51
  })[] | null | undefined;
46
52
  enable?: boolean | null | undefined;
47
53
  ref?: any;
@@ -122,6 +128,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
122
128
  endpoint: string;
123
129
  };
124
130
  paymentGateway: "ADYEN";
131
+ } | {
132
+ config: {
133
+ privateKey: string;
134
+ appId: string;
135
+ };
136
+ paymentGateway: "KSHER";
125
137
  })[] | null | undefined;
126
138
  enable?: boolean | null | undefined;
127
139
  ref?: any;
@@ -42,6 +42,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  endpoint: string;
43
43
  };
44
44
  paymentGateway: "ADYEN";
45
+ } | {
46
+ config: {
47
+ privateKey: string;
48
+ appId: string;
49
+ };
50
+ paymentGateway: "KSHER";
45
51
  })[] | null | undefined;
46
52
  enable?: boolean | null | undefined;
47
53
  tokens?: {
@@ -140,6 +146,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
140
146
  endpoint: string;
141
147
  };
142
148
  paymentGateway: "ADYEN";
149
+ } | {
150
+ config: {
151
+ privateKey: string;
152
+ appId: string;
153
+ };
154
+ paymentGateway: "KSHER";
143
155
  })[] | null | undefined;
144
156
  enable?: boolean | null | undefined;
145
157
  tokens?: {
@@ -0,0 +1,41 @@
1
+ import type { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ gateway: {
4
+ type: PropType<{
5
+ config: {
6
+ privateKey: string;
7
+ appId: string;
8
+ };
9
+ paymentGateway: "KSHER";
10
+ } | undefined>;
11
+ required: true;
12
+ };
13
+ onUpdate: {
14
+ type: PropType<(g: any) => void>;
15
+ required: true;
16
+ };
17
+ onDelete: {
18
+ type: PropType<() => void>;
19
+ required: true;
20
+ };
21
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
+ gateway: {
23
+ type: PropType<{
24
+ config: {
25
+ privateKey: string;
26
+ appId: string;
27
+ };
28
+ paymentGateway: "KSHER";
29
+ } | undefined>;
30
+ required: true;
31
+ };
32
+ onUpdate: {
33
+ type: PropType<(g: any) => void>;
34
+ required: true;
35
+ };
36
+ onDelete: {
37
+ type: PropType<() => void>;
38
+ required: true;
39
+ };
40
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
+ export default _default;
@@ -42,6 +42,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  endpoint: string;
43
43
  };
44
44
  paymentGateway: "ADYEN";
45
+ } | {
46
+ config: {
47
+ privateKey: string;
48
+ appId: string;
49
+ };
50
+ paymentGateway: "KSHER";
45
51
  })[] | null | undefined;
46
52
  enable?: boolean | null | undefined;
47
53
  ref?: any;
@@ -125,6 +131,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
125
131
  endpoint: string;
126
132
  };
127
133
  paymentGateway: "ADYEN";
134
+ } | {
135
+ config: {
136
+ privateKey: string;
137
+ appId: string;
138
+ };
139
+ paymentGateway: "KSHER";
128
140
  })[] | null | undefined;
129
141
  enable?: boolean | null | undefined;
130
142
  ref?: any;
@@ -203,6 +215,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
203
215
  endpoint: string;
204
216
  };
205
217
  paymentGateway: "ADYEN";
218
+ } | {
219
+ config: {
220
+ privateKey: string;
221
+ appId: string;
222
+ };
223
+ paymentGateway: "KSHER";
206
224
  })[] | null | undefined;
207
225
  enable?: boolean | null | undefined;
208
226
  ref?: any;
@@ -286,6 +304,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
286
304
  endpoint: string;
287
305
  };
288
306
  paymentGateway: "ADYEN";
307
+ } | {
308
+ config: {
309
+ privateKey: string;
310
+ appId: string;
311
+ };
312
+ paymentGateway: "KSHER";
289
313
  })[] | null | undefined;
290
314
  enable?: boolean | null | undefined;
291
315
  ref?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.4.28",
3
+ "version": "1.4.30",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -33,7 +33,7 @@
33
33
  "@casl/ability": "^3.2.0",
34
34
  "@feedmepos/core": "^2.6.0",
35
35
  "@feedmepos/mf-common": "^1.26.8",
36
- "@feedmepos/payment-entity": "^0.1.39",
36
+ "@feedmepos/payment-entity": "^0.1.40",
37
37
  "@feedmepos/ui-library": "^1.7.1",
38
38
  "axios": "^0.27.2",
39
39
  "buffer": "^6.0.3",