@feedmepos/mf-payment 1.2.5 → 1.2.6

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 (60) hide show
  1. package/dist/{PayoutAccount-D9LY7i1J.js → PayoutAccount-CFFgQ_65.js} +6 -6
  2. package/dist/{PayoutAccount-DEoI6K0j.js → PayoutAccount-CSm0Ldg9.js} +5 -5
  3. package/dist/{PayoutAccountSetting-5lrvWFIz.js → PayoutAccountSetting-rO11Afiw.js} +3 -3
  4. package/dist/{Restaurant-AxoM-AsE.js → Restaurant-CoNFB1rk.js} +4 -4
  5. package/dist/RestaurantSetting-BQvg8S_p.js +628 -0
  6. package/dist/{Settlement-D4CsP3fg.js → Settlement-DEKvU0zP.js} +3 -3
  7. package/dist/{Settlement-DDwe_w3m.js → Settlement-DpmBq0V9.js} +3 -3
  8. package/dist/{SettlementTransactions-Cmv7dqVI.js → SettlementTransactions-3alZwucT.js} +3 -3
  9. package/dist/{SettlementTransactions-Dp3nN442.js → SettlementTransactions-DugNdpd2.js} +3 -3
  10. package/dist/{Terminal-B8UQH6ga.js → Terminal-Dv7zS_te.js} +5 -5
  11. package/dist/{TerminalSetting-yRok1Iuc.js → TerminalSetting-ChM9jB-O.js} +3 -3
  12. package/dist/{Transaction-KkfCz4Cu.js → Transaction-CT8Be7FS.js} +7 -7
  13. package/dist/{Transaction-BZ7H6oB_.js → Transaction-DCKhuoVw.js} +5 -5
  14. package/dist/{TransactionOld-BLpQHFH1.js → TransactionOld-jkTy7Aeb.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-C4Bb203Q.js → TransactionTable.vue_vue_type_script_setup_true_lang-B_By7BvK.js} +3 -3
  16. package/dist/api/payment-gateway/index.d.ts +3 -0
  17. package/dist/{app-I2TNuZCs.js → app-CiHNgoQY.js} +181 -181
  18. package/dist/app.js +1 -1
  19. package/dist/{assets-D5Qc4r7j.js → assets-BqjaEXmB.js} +2 -2
  20. package/dist/{grafana-BAbIv4CF.js → grafana-Bwx9Kj61.js} +1 -1
  21. package/dist/{index-D209n4gS.js → index-1q4ZbRix.js} +4203 -4162
  22. package/dist/{index-CnGVTtwu.js → index-BIDuwnm_.js} +1 -1
  23. package/dist/{index-Cc0abuxv.js → index-C3fxBVdz.js} +1 -1
  24. package/dist/{index-DGcRvKvr.js → index-CCIVpogO.js} +1 -1
  25. package/dist/{index-CguRXKmG.js → index-CN50SqVG.js} +1 -1
  26. package/dist/{index-bOlAWIVP.js → index-CZrwq9oF.js} +1 -1
  27. package/dist/{index-1NP0WkxZ.js → index-CyMElhGL.js} +2 -2
  28. package/dist/{index.vue_vue_type_script_setup_true_lang-HYqCCZsZ.js → index.vue_vue_type_script_setup_true_lang-DT8A92zR.js} +1 -1
  29. package/dist/package.json +2 -2
  30. package/dist/{payout-account-DNGKjfY1.js → payout-account-cg0CKkbk.js} +3 -3
  31. package/dist/stores/payoutAccount.d.ts +18 -18
  32. package/dist/tsconfig.app.tsbuildinfo +1 -1
  33. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +18 -18
  34. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +44 -44
  35. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +44 -44
  36. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +18 -18
  37. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +18 -18
  38. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +44 -44
  39. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +4 -4
  40. package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +4 -4
  41. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
  42. package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +10 -10
  43. package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +10 -10
  44. package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +46 -0
  45. package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +10 -10
  46. package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +8 -8
  47. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +4 -4
  48. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +18 -18
  49. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +18 -18
  50. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +18 -18
  51. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +18 -18
  52. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +18 -18
  53. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +18 -18
  54. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +18 -18
  55. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +36 -36
  56. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +36 -36
  57. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +18 -18
  58. package/dist/views/settlement/SettlementTable.vue.d.ts +4 -4
  59. package/package.json +2 -2
  60. package/dist/RestaurantSetting-B6LQF664.js +0 -501
@@ -3,11 +3,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  data: {
4
4
  type: PropType<{
5
5
  createdAt: Date;
6
- remark?: string | null | undefined;
7
6
  store?: {
8
7
  id: string;
9
8
  event: "ORDERING" | "MARKETING";
10
9
  } | null | undefined;
10
+ remark?: string | null | undefined;
11
11
  _id: string;
12
12
  beneficiaryBank: {
13
13
  name: string;
@@ -40,11 +40,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
40
40
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
41
  "row-click": (payment: {
42
42
  createdAt: Date;
43
- remark?: string | null | undefined;
44
43
  store?: {
45
44
  id: string;
46
45
  event: "ORDERING" | "MARKETING";
47
46
  } | null | undefined;
47
+ remark?: string | null | undefined;
48
48
  _id: string;
49
49
  beneficiaryBank: {
50
50
  name: string;
@@ -72,11 +72,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  data: {
73
73
  type: PropType<{
74
74
  createdAt: Date;
75
- remark?: string | null | undefined;
76
75
  store?: {
77
76
  id: string;
78
77
  event: "ORDERING" | "MARKETING";
79
78
  } | null | undefined;
79
+ remark?: string | null | undefined;
80
80
  _id: string;
81
81
  beneficiaryBank: {
82
82
  name: string;
@@ -109,11 +109,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
109
109
  }>> & Readonly<{
110
110
  "onRow-click"?: ((payment: {
111
111
  createdAt: Date;
112
- remark?: string | null | undefined;
113
112
  store?: {
114
113
  id: string;
115
114
  event: "ORDERING" | "MARKETING";
116
115
  } | null | undefined;
116
+ remark?: string | null | undefined;
117
117
  _id: string;
118
118
  beneficiaryBank: {
119
119
  name: string;
@@ -2,18 +2,18 @@ import { type PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  terminal: {
4
4
  type: PropType<{
5
- secretKey?: string | null | undefined;
6
5
  name?: string | null | undefined;
6
+ deviceId?: string | null | undefined;
7
+ bindCode?: string | null | undefined;
8
+ secretKey?: string | null | undefined;
9
+ token?: string | null | undefined;
7
10
  gateways?: {
8
11
  config?: {
9
- uniqueId: string;
10
12
  packageId: string;
13
+ uniqueId: string;
11
14
  } | null | undefined;
12
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
15
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
13
16
  }[] | null | undefined;
14
- deviceId?: string | null | undefined;
15
- bindCode?: string | null | undefined;
16
- token?: string | null | undefined;
17
17
  ecrs?: ({
18
18
  config?: {
19
19
  terminalId: string;
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  gateway: "FeedMe";
22
22
  } | {
23
23
  config?: {
24
- merchantId: string;
25
24
  terminalId: string;
25
+ merchantId: string;
26
26
  privateKey: string;
27
27
  } | null | undefined;
28
28
  gateway: "Ghl";
@@ -31,27 +31,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  _id: string;
32
32
  status: "Active" | "Inactive";
33
33
  referenceId: string;
34
- createdAt: string;
35
- updatedAt: string;
36
34
  securityCode: string;
37
35
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
+ createdAt: string;
37
+ updatedAt: string;
38
38
  }>;
39
39
  };
40
40
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
41
41
  terminal: {
42
42
  type: PropType<{
43
- secretKey?: string | null | undefined;
44
43
  name?: string | null | undefined;
44
+ deviceId?: string | null | undefined;
45
+ bindCode?: string | null | undefined;
46
+ secretKey?: string | null | undefined;
47
+ token?: string | null | undefined;
45
48
  gateways?: {
46
49
  config?: {
47
- uniqueId: string;
48
50
  packageId: string;
51
+ uniqueId: string;
49
52
  } | null | undefined;
50
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
53
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
51
54
  }[] | null | undefined;
52
- deviceId?: string | null | undefined;
53
- bindCode?: string | null | undefined;
54
- token?: string | null | undefined;
55
55
  ecrs?: ({
56
56
  config?: {
57
57
  terminalId: string;
@@ -59,8 +59,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
59
59
  gateway: "FeedMe";
60
60
  } | {
61
61
  config?: {
62
- merchantId: string;
63
62
  terminalId: string;
63
+ merchantId: string;
64
64
  privateKey: string;
65
65
  } | null | undefined;
66
66
  gateway: "Ghl";
@@ -69,10 +69,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
69
69
  _id: string;
70
70
  status: "Active" | "Inactive";
71
71
  referenceId: string;
72
- createdAt: string;
73
- updatedAt: string;
74
72
  securityCode: string;
75
73
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
74
+ createdAt: string;
75
+ updatedAt: string;
76
76
  }>;
77
77
  };
78
78
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -3,18 +3,18 @@ import { type PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  terminal: {
5
5
  type: PropType<{
6
- secretKey?: string | null | undefined;
7
6
  name?: string | null | undefined;
7
+ deviceId?: string | null | undefined;
8
+ bindCode?: string | null | undefined;
9
+ secretKey?: string | null | undefined;
10
+ token?: string | null | undefined;
8
11
  gateways?: {
9
12
  config?: {
10
- uniqueId: string;
11
13
  packageId: string;
14
+ uniqueId: string;
12
15
  } | null | undefined;
13
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
16
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
14
17
  }[] | null | undefined;
15
- deviceId?: string | null | undefined;
16
- bindCode?: string | null | undefined;
17
- token?: string | null | undefined;
18
18
  ecrs?: ({
19
19
  config?: {
20
20
  terminalId: string;
@@ -22,8 +22,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  gateway: "FeedMe";
23
23
  } | {
24
24
  config?: {
25
- merchantId: string;
26
25
  terminalId: string;
26
+ merchantId: string;
27
27
  privateKey: string;
28
28
  } | null | undefined;
29
29
  gateway: "Ghl";
@@ -32,10 +32,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
32
32
  _id: string;
33
33
  status: "Active" | "Inactive";
34
34
  referenceId: string;
35
- createdAt: string;
36
- updatedAt: string;
37
35
  securityCode: string;
38
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
+ createdAt: string;
38
+ updatedAt: string;
39
39
  }>;
40
40
  required: true;
41
41
  };
@@ -46,18 +46,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
46
46
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
47
  terminal: {
48
48
  type: PropType<{
49
- secretKey?: string | null | undefined;
50
49
  name?: string | null | undefined;
50
+ deviceId?: string | null | undefined;
51
+ bindCode?: string | null | undefined;
52
+ secretKey?: string | null | undefined;
53
+ token?: string | null | undefined;
51
54
  gateways?: {
52
55
  config?: {
53
- uniqueId: string;
54
56
  packageId: string;
57
+ uniqueId: string;
55
58
  } | null | undefined;
56
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
59
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
57
60
  }[] | null | undefined;
58
- deviceId?: string | null | undefined;
59
- bindCode?: string | null | undefined;
60
- token?: string | null | undefined;
61
61
  ecrs?: ({
62
62
  config?: {
63
63
  terminalId: string;
@@ -65,8 +65,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
65
65
  gateway: "FeedMe";
66
66
  } | {
67
67
  config?: {
68
- merchantId: string;
69
68
  terminalId: string;
69
+ merchantId: string;
70
70
  privateKey: string;
71
71
  } | null | undefined;
72
72
  gateway: "Ghl";
@@ -75,10 +75,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  _id: string;
76
76
  status: "Active" | "Inactive";
77
77
  referenceId: string;
78
- createdAt: string;
79
- updatedAt: string;
80
78
  securityCode: string;
81
79
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
80
+ createdAt: string;
81
+ updatedAt: string;
82
82
  }>;
83
83
  required: true;
84
84
  };
@@ -2,18 +2,18 @@ import type { PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  terminal: {
4
4
  type: PropType<{
5
- secretKey?: string | null | undefined;
6
5
  name?: string | null | undefined;
6
+ deviceId?: string | null | undefined;
7
+ bindCode?: string | null | undefined;
8
+ secretKey?: string | null | undefined;
9
+ token?: string | null | undefined;
7
10
  gateways?: {
8
11
  config?: {
9
- uniqueId: string;
10
12
  packageId: string;
13
+ uniqueId: string;
11
14
  } | null | undefined;
12
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
15
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
13
16
  }[] | null | undefined;
14
- deviceId?: string | null | undefined;
15
- bindCode?: string | null | undefined;
16
- token?: string | null | undefined;
17
17
  ecrs?: ({
18
18
  config?: {
19
19
  terminalId: string;
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  gateway: "FeedMe";
22
22
  } | {
23
23
  config?: {
24
- merchantId: string;
25
24
  terminalId: string;
25
+ merchantId: string;
26
26
  privateKey: string;
27
27
  } | null | undefined;
28
28
  gateway: "Ghl";
@@ -31,28 +31,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  _id: string;
32
32
  status: "Active" | "Inactive";
33
33
  referenceId: string;
34
- createdAt: string;
35
- updatedAt: string;
36
34
  securityCode: string;
37
35
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
+ createdAt: string;
37
+ updatedAt: string;
38
38
  }>;
39
39
  required: true;
40
40
  };
41
41
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
42
  terminal: {
43
43
  type: PropType<{
44
- secretKey?: string | null | undefined;
45
44
  name?: string | null | undefined;
45
+ deviceId?: string | null | undefined;
46
+ bindCode?: string | null | undefined;
47
+ secretKey?: string | null | undefined;
48
+ token?: string | null | undefined;
46
49
  gateways?: {
47
50
  config?: {
48
- uniqueId: string;
49
51
  packageId: string;
52
+ uniqueId: string;
50
53
  } | null | undefined;
51
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
54
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
52
55
  }[] | null | undefined;
53
- deviceId?: string | null | undefined;
54
- bindCode?: string | null | undefined;
55
- token?: string | null | undefined;
56
56
  ecrs?: ({
57
57
  config?: {
58
58
  terminalId: string;
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
60
  gateway: "FeedMe";
61
61
  } | {
62
62
  config?: {
63
- merchantId: string;
64
63
  terminalId: string;
64
+ merchantId: string;
65
65
  privateKey: string;
66
66
  } | null | undefined;
67
67
  gateway: "Ghl";
@@ -70,10 +70,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  _id: string;
71
71
  status: "Active" | "Inactive";
72
72
  referenceId: string;
73
- createdAt: string;
74
- updatedAt: string;
75
73
  securityCode: string;
76
74
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
75
+ createdAt: string;
76
+ updatedAt: string;
77
77
  }>;
78
78
  required: true;
79
79
  };
@@ -2,18 +2,18 @@ import { type PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  terminal: {
4
4
  type: PropType<{
5
- secretKey?: string | null | undefined;
6
5
  name?: string | null | undefined;
6
+ deviceId?: string | null | undefined;
7
+ bindCode?: string | null | undefined;
8
+ secretKey?: string | null | undefined;
9
+ token?: string | null | undefined;
7
10
  gateways?: {
8
11
  config?: {
9
- uniqueId: string;
10
12
  packageId: string;
13
+ uniqueId: string;
11
14
  } | null | undefined;
12
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
15
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
13
16
  }[] | null | undefined;
14
- deviceId?: string | null | undefined;
15
- bindCode?: string | null | undefined;
16
- token?: string | null | undefined;
17
17
  ecrs?: ({
18
18
  config?: {
19
19
  terminalId: string;
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  gateway: "FeedMe";
22
22
  } | {
23
23
  config?: {
24
- merchantId: string;
25
24
  terminalId: string;
25
+ merchantId: string;
26
26
  privateKey: string;
27
27
  } | null | undefined;
28
28
  gateway: "Ghl";
@@ -31,28 +31,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  _id: string;
32
32
  status: "Active" | "Inactive";
33
33
  referenceId: string;
34
- createdAt: string;
35
- updatedAt: string;
36
34
  securityCode: string;
37
35
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
+ createdAt: string;
37
+ updatedAt: string;
38
38
  }>;
39
39
  required: true;
40
40
  };
41
41
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
42
  terminal: {
43
43
  type: PropType<{
44
- secretKey?: string | null | undefined;
45
44
  name?: string | null | undefined;
45
+ deviceId?: string | null | undefined;
46
+ bindCode?: string | null | undefined;
47
+ secretKey?: string | null | undefined;
48
+ token?: string | null | undefined;
46
49
  gateways?: {
47
50
  config?: {
48
- uniqueId: string;
49
51
  packageId: string;
52
+ uniqueId: string;
50
53
  } | null | undefined;
51
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
54
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
52
55
  }[] | null | undefined;
53
- deviceId?: string | null | undefined;
54
- bindCode?: string | null | undefined;
55
- token?: string | null | undefined;
56
56
  ecrs?: ({
57
57
  config?: {
58
58
  terminalId: string;
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
60
  gateway: "FeedMe";
61
61
  } | {
62
62
  config?: {
63
- merchantId: string;
64
63
  terminalId: string;
64
+ merchantId: string;
65
65
  privateKey: string;
66
66
  } | null | undefined;
67
67
  gateway: "Ghl";
@@ -70,10 +70,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  _id: string;
71
71
  status: "Active" | "Inactive";
72
72
  referenceId: string;
73
- createdAt: string;
74
- updatedAt: string;
75
73
  securityCode: string;
76
74
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
75
+ createdAt: string;
76
+ updatedAt: string;
77
77
  }>;
78
78
  required: true;
79
79
  };
@@ -3,18 +3,18 @@ import { type PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  terminal: {
5
5
  type: PropType<{
6
- secretKey?: string | null | undefined;
7
6
  name?: string | null | undefined;
7
+ deviceId?: string | null | undefined;
8
+ bindCode?: string | null | undefined;
9
+ secretKey?: string | null | undefined;
10
+ token?: string | null | undefined;
8
11
  gateways?: {
9
12
  config?: {
10
- uniqueId: string;
11
13
  packageId: string;
14
+ uniqueId: string;
12
15
  } | null | undefined;
13
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
16
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
14
17
  }[] | null | undefined;
15
- deviceId?: string | null | undefined;
16
- bindCode?: string | null | undefined;
17
- token?: string | null | undefined;
18
18
  ecrs?: ({
19
19
  config?: {
20
20
  terminalId: string;
@@ -22,8 +22,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  gateway: "FeedMe";
23
23
  } | {
24
24
  config?: {
25
- merchantId: string;
26
25
  terminalId: string;
26
+ merchantId: string;
27
27
  privateKey: string;
28
28
  } | null | undefined;
29
29
  gateway: "Ghl";
@@ -32,10 +32,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
32
32
  _id: string;
33
33
  status: "Active" | "Inactive";
34
34
  referenceId: string;
35
- createdAt: string;
36
- updatedAt: string;
37
35
  securityCode: string;
38
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
+ createdAt: string;
38
+ updatedAt: string;
39
39
  }>;
40
40
  required: true;
41
41
  };
@@ -46,18 +46,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
46
46
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
47
  terminal: {
48
48
  type: PropType<{
49
- secretKey?: string | null | undefined;
50
49
  name?: string | null | undefined;
50
+ deviceId?: string | null | undefined;
51
+ bindCode?: string | null | undefined;
52
+ secretKey?: string | null | undefined;
53
+ token?: string | null | undefined;
51
54
  gateways?: {
52
55
  config?: {
53
- uniqueId: string;
54
56
  packageId: string;
57
+ uniqueId: string;
55
58
  } | null | undefined;
56
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
59
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
57
60
  }[] | null | undefined;
58
- deviceId?: string | null | undefined;
59
- bindCode?: string | null | undefined;
60
- token?: string | null | undefined;
61
61
  ecrs?: ({
62
62
  config?: {
63
63
  terminalId: string;
@@ -65,8 +65,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
65
65
  gateway: "FeedMe";
66
66
  } | {
67
67
  config?: {
68
- merchantId: string;
69
68
  terminalId: string;
69
+ merchantId: string;
70
70
  privateKey: string;
71
71
  } | null | undefined;
72
72
  gateway: "Ghl";
@@ -75,10 +75,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  _id: string;
76
76
  status: "Active" | "Inactive";
77
77
  referenceId: string;
78
- createdAt: string;
79
- updatedAt: string;
80
78
  securityCode: string;
81
79
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
80
+ createdAt: string;
81
+ updatedAt: string;
82
82
  }>;
83
83
  required: true;
84
84
  };
@@ -3,18 +3,18 @@ import { type PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  terminal: {
5
5
  type: PropType<{
6
- secretKey?: string | null | undefined;
7
6
  name?: string | null | undefined;
7
+ deviceId?: string | null | undefined;
8
+ bindCode?: string | null | undefined;
9
+ secretKey?: string | null | undefined;
10
+ token?: string | null | undefined;
8
11
  gateways?: {
9
12
  config?: {
10
- uniqueId: string;
11
13
  packageId: string;
14
+ uniqueId: string;
12
15
  } | null | undefined;
13
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
16
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
14
17
  }[] | null | undefined;
15
- deviceId?: string | null | undefined;
16
- bindCode?: string | null | undefined;
17
- token?: string | null | undefined;
18
18
  ecrs?: ({
19
19
  config?: {
20
20
  terminalId: string;
@@ -22,8 +22,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  gateway: "FeedMe";
23
23
  } | {
24
24
  config?: {
25
- merchantId: string;
26
25
  terminalId: string;
26
+ merchantId: string;
27
27
  privateKey: string;
28
28
  } | null | undefined;
29
29
  gateway: "Ghl";
@@ -32,10 +32,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
32
32
  _id: string;
33
33
  status: "Active" | "Inactive";
34
34
  referenceId: string;
35
- createdAt: string;
36
- updatedAt: string;
37
35
  securityCode: string;
38
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
+ createdAt: string;
38
+ updatedAt: string;
39
39
  }>;
40
40
  required: true;
41
41
  };
@@ -46,18 +46,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
46
46
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
47
  terminal: {
48
48
  type: PropType<{
49
- secretKey?: string | null | undefined;
50
49
  name?: string | null | undefined;
50
+ deviceId?: string | null | undefined;
51
+ bindCode?: string | null | undefined;
52
+ secretKey?: string | null | undefined;
53
+ token?: string | null | undefined;
51
54
  gateways?: {
52
55
  config?: {
53
- uniqueId: string;
54
56
  packageId: string;
57
+ uniqueId: string;
55
58
  } | null | undefined;
56
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
59
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
57
60
  }[] | null | undefined;
58
- deviceId?: string | null | undefined;
59
- bindCode?: string | null | undefined;
60
- token?: string | null | undefined;
61
61
  ecrs?: ({
62
62
  config?: {
63
63
  terminalId: string;
@@ -65,8 +65,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
65
65
  gateway: "FeedMe";
66
66
  } | {
67
67
  config?: {
68
- merchantId: string;
69
68
  terminalId: string;
69
+ merchantId: string;
70
70
  privateKey: string;
71
71
  } | null | undefined;
72
72
  gateway: "Ghl";
@@ -75,10 +75,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  _id: string;
76
76
  status: "Active" | "Inactive";
77
77
  referenceId: string;
78
- createdAt: string;
79
- updatedAt: string;
80
78
  securityCode: string;
81
79
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
80
+ createdAt: string;
81
+ updatedAt: string;
82
82
  }>;
83
83
  required: true;
84
84
  };