@feedmepos/mf-payment 1.3.20 → 1.3.21

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 (75) hide show
  1. package/dist/{OnboardForm-BXyoazh5.js → OnboardForm-UC7FlAKc.js} +4 -4
  2. package/dist/{OnboardForm-Kg41JzfR.js → OnboardForm-ZIeFW3ZH.js} +4 -4
  3. package/dist/{OnboardSubmission-DYxlgxNk.js → OnboardSubmission-CGI_T8K6.js} +2 -2
  4. package/dist/{OnboardSubmission-Dc7x4iX2.js → OnboardSubmission-CUqrOqBi.js} +5 -5
  5. package/dist/{PayoutAccount-BGp3dZty.js → PayoutAccount-D2eUU8Qa.js} +5 -5
  6. package/dist/{PayoutAccount-BsG-nuC9.js → PayoutAccount-pxoe0HM6.js} +5 -5
  7. package/dist/{PayoutAccountSetting-BbMJO09b.js → PayoutAccountSetting-yH2ZRT-A.js} +378 -296
  8. package/dist/{Restaurant-CwdFy65Q.js → Restaurant-CeH2FJRT.js} +4 -4
  9. package/dist/{RestaurantSetting-BZ_wJvh-.js → RestaurantSetting-BV1XLh-9.js} +292 -212
  10. package/dist/{Settlement-PxISyjHU.js → Settlement-DzYUTaVE.js} +3 -3
  11. package/dist/{Settlement-ByfwQDjy.js → Settlement-L8ukHWPs.js} +3 -3
  12. package/dist/{SettlementTransactions-DidiqbXG.js → SettlementTransactions-C8o5Atmc.js} +3 -3
  13. package/dist/{SettlementTransactions-D5yeeyDP.js → SettlementTransactions-DG9nJuLQ.js} +3 -3
  14. package/dist/{Status.vue_vue_type_script_setup_true_lang-kehDoQ6j.js → Status.vue_vue_type_script_setup_true_lang-B7a304Y6.js} +1 -1
  15. package/dist/{Terminal-C--amJVv.js → Terminal-DA_mJQMD.js} +5 -5
  16. package/dist/{TerminalSetting-7tjf9xaV.js → TerminalSetting-GFMILaSV.js} +4 -4
  17. package/dist/{Transaction-Bd_4iMOT.js → Transaction-CfC0yN9P.js} +5 -5
  18. package/dist/{Transaction-BMc3gQy1.js → Transaction-fhDUanwr.js} +6 -6
  19. package/dist/{TransactionOld-8-sEspIt.js → TransactionOld-CObh3uJa.js} +4 -4
  20. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-BayIh55f.js → TransactionTable.vue_vue_type_script_setup_true_lang-DPRIp0wx.js} +3 -3
  21. package/dist/{app-CQEW3s-w.js → app-U8rab4vJ.js} +22 -22
  22. package/dist/app.js +1 -1
  23. package/dist/{assets-CTH4trdc.js → assets-D4ayW3GC.js} +1 -1
  24. package/dist/{grafana-bPLmWYzm.js → grafana-BrdrOUM4.js} +1 -1
  25. package/dist/{index-DZYRliw9.js → index-BWjmOoX3.js} +1 -1
  26. package/dist/{index-CJPiBIRm.js → index-C4FfKmPS.js} +5303 -5231
  27. package/dist/{index-B5zEwG__.js → index-C8G7ruiF.js} +1 -1
  28. package/dist/{index-BA8uBmty.js → index-DJJFmavW.js} +2 -2
  29. package/dist/{index-cU53UWIn.js → index-DJrcobek.js} +1 -1
  30. package/dist/{index-98tll3Hu.js → index-ILoz50zh.js} +1 -1
  31. package/dist/{index-DPY6iypt.js → index-j0nww2Hf.js} +1 -1
  32. package/dist/{index.vue_vue_type_script_setup_true_lang-CaVufHjO.js → index.vue_vue_type_script_setup_true_lang-v7o6C5Pg.js} +1 -1
  33. package/dist/package.json +2 -2
  34. package/dist/{payout-account-D0urRPdK.js → payout-account-OFsbgQTk.js} +3 -3
  35. package/dist/{plugins-CHAPQLQ_.js → plugins-C0WdSJxl.js} +1 -1
  36. package/dist/stores/payoutAccount.d.ts +34 -18
  37. package/dist/tsconfig.app.tsbuildinfo +1 -1
  38. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +34 -18
  39. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +38 -22
  40. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +38 -22
  41. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +34 -18
  42. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +34 -18
  43. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +38 -22
  44. package/dist/views/admin/payout-account/tabs/gateway/AdyenGateway.vue.d.ts +45 -0
  45. package/dist/views/admin/payout-account/tabs/gateway/DigioGateway.vue.d.ts +2 -2
  46. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +4 -4
  47. package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +4 -4
  48. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
  49. package/dist/views/admin/restaurant/tabs/gateway/AdyenGateway.vue.d.ts +50 -0
  50. package/dist/views/admin/restaurant/tabs/gateway/DigioGateway.vue.d.ts +6 -6
  51. package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
  52. package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +8 -8
  53. package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +6 -6
  54. package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +8 -8
  55. package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +6 -6
  56. package/dist/views/admin/restaurant/tabs/gateway/SoftSpaceGateway.vue.d.ts +6 -6
  57. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +20 -20
  58. package/dist/views/admin/terminal/tabs/EcrGateway.vue.d.ts +20 -20
  59. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +20 -20
  60. package/dist/views/admin/terminal/tabs/QrGateway.vue.d.ts +20 -20
  61. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +20 -20
  62. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +20 -20
  63. package/dist/views/admin/terminal/tabs/ecr/GhlGateway.vue.d.ts +20 -20
  64. package/dist/views/admin/terminal/tabs/ecr/KBankGateway.vue.d.ts +20 -20
  65. package/dist/views/admin/terminal/tabs/ecr/Maybank2Gateway.vue.d.ts +20 -20
  66. package/dist/views/admin/terminal/tabs/ecr/Maybank3Gateway.vue.d.ts +20 -20
  67. package/dist/views/admin/terminal/tabs/ecr/MaybankGateway.vue.d.ts +20 -20
  68. package/dist/views/admin/terminal/tabs/ecr/NetsGateway.vue.d.ts +20 -20
  69. package/dist/views/admin/terminal/tabs/ecr/TerminalGateway.vue.d.ts +20 -20
  70. package/dist/views/admin/terminal/tabs/qr/PromptPayGateway.vue.d.ts +20 -20
  71. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +20 -20
  72. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +68 -36
  73. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +32 -32
  74. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +16 -16
  75. package/package.json +2 -2
@@ -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
- name?: string | null | undefined;
6
- deviceId?: string | null | undefined;
7
- bindCode?: string | null | undefined;
8
5
  secretKey?: string | null | undefined;
9
- token?: string | null | undefined;
6
+ name?: string | null | undefined;
10
7
  gateways?: {
11
8
  config?: {
12
- packageId: string;
13
9
  uniqueId: string;
10
+ packageId: string;
14
11
  } | null | undefined;
15
12
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
16
13
  }[] | 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,9 +21,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  gateway: "FeedMe";
22
22
  } | {
23
23
  config?: {
24
- terminalId: string;
24
+ privateKey?: string | null | undefined;
25
25
  merchantId: string;
26
- privateKey: string;
26
+ terminalId: string;
27
27
  } | null | undefined;
28
28
  gateway: "Ghl";
29
29
  })[] | null | undefined;
@@ -75,31 +75,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  gateway: "MOCK";
76
76
  })[] | null | undefined;
77
77
  deletedAt?: string | null | undefined;
78
- status: "Active" | "Inactive";
79
78
  _id: string;
79
+ status: "Active" | "Inactive";
80
+ updatedAt: string;
80
81
  referenceId: string;
82
+ createdAt: string;
81
83
  securityCode: string;
82
84
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
83
- createdAt: string;
84
- updatedAt: string;
85
85
  }>;
86
86
  required: true;
87
87
  };
88
88
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
89
89
  terminal: {
90
90
  type: PropType<{
91
- name?: string | null | undefined;
92
- deviceId?: string | null | undefined;
93
- bindCode?: string | null | undefined;
94
91
  secretKey?: string | null | undefined;
95
- token?: string | null | undefined;
92
+ name?: string | null | undefined;
96
93
  gateways?: {
97
94
  config?: {
98
- packageId: string;
99
95
  uniqueId: string;
96
+ packageId: string;
100
97
  } | null | undefined;
101
98
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
102
99
  }[] | null | undefined;
100
+ deviceId?: string | null | undefined;
101
+ bindCode?: string | null | undefined;
102
+ token?: string | null | undefined;
103
103
  ecrs?: ({
104
104
  config?: {
105
105
  terminalId: string;
@@ -107,9 +107,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
107
107
  gateway: "FeedMe";
108
108
  } | {
109
109
  config?: {
110
- terminalId: string;
110
+ privateKey?: string | null | undefined;
111
111
  merchantId: string;
112
- privateKey: string;
112
+ terminalId: string;
113
113
  } | null | undefined;
114
114
  gateway: "Ghl";
115
115
  })[] | null | undefined;
@@ -161,13 +161,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
161
161
  gateway: "MOCK";
162
162
  })[] | null | undefined;
163
163
  deletedAt?: string | null | undefined;
164
- status: "Active" | "Inactive";
165
164
  _id: string;
165
+ status: "Active" | "Inactive";
166
+ updatedAt: string;
166
167
  referenceId: string;
168
+ createdAt: string;
167
169
  securityCode: string;
168
170
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
169
- createdAt: string;
170
- updatedAt: string;
171
171
  }>;
172
172
  required: true;
173
173
  };
@@ -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
- name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
6
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
7
+ name?: string | null | undefined;
11
8
  gateways?: {
12
9
  config?: {
13
- packageId: string;
14
10
  uniqueId: string;
11
+ packageId: string;
15
12
  } | null | undefined;
16
13
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
17
14
  }[] | 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,9 +22,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  gateway: "FeedMe";
23
23
  } | {
24
24
  config?: {
25
- terminalId: string;
25
+ privateKey?: string | null | undefined;
26
26
  merchantId: string;
27
- privateKey: string;
27
+ terminalId: string;
28
28
  } | null | undefined;
29
29
  gateway: "Ghl";
30
30
  })[] | null | undefined;
@@ -76,13 +76,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
76
76
  gateway: "MOCK";
77
77
  })[] | null | undefined;
78
78
  deletedAt?: string | null | undefined;
79
- status: "Active" | "Inactive";
80
79
  _id: string;
80
+ status: "Active" | "Inactive";
81
+ updatedAt: string;
81
82
  referenceId: string;
83
+ createdAt: string;
82
84
  securityCode: string;
83
85
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
84
- createdAt: string;
85
- updatedAt: string;
86
86
  }>;
87
87
  required: true;
88
88
  };
@@ -93,18 +93,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
93
93
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
94
94
  terminal: {
95
95
  type: PropType<{
96
- name?: string | null | undefined;
97
- deviceId?: string | null | undefined;
98
- bindCode?: string | null | undefined;
99
96
  secretKey?: string | null | undefined;
100
- token?: string | null | undefined;
97
+ name?: string | null | undefined;
101
98
  gateways?: {
102
99
  config?: {
103
- packageId: string;
104
100
  uniqueId: string;
101
+ packageId: string;
105
102
  } | null | undefined;
106
103
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
107
104
  }[] | null | undefined;
105
+ deviceId?: string | null | undefined;
106
+ bindCode?: string | null | undefined;
107
+ token?: string | null | undefined;
108
108
  ecrs?: ({
109
109
  config?: {
110
110
  terminalId: string;
@@ -112,9 +112,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
112
112
  gateway: "FeedMe";
113
113
  } | {
114
114
  config?: {
115
- terminalId: string;
115
+ privateKey?: string | null | undefined;
116
116
  merchantId: string;
117
- privateKey: string;
117
+ terminalId: string;
118
118
  } | null | undefined;
119
119
  gateway: "Ghl";
120
120
  })[] | null | undefined;
@@ -166,13 +166,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
166
  gateway: "MOCK";
167
167
  })[] | null | undefined;
168
168
  deletedAt?: string | null | undefined;
169
- status: "Active" | "Inactive";
170
169
  _id: string;
170
+ status: "Active" | "Inactive";
171
+ updatedAt: string;
171
172
  referenceId: string;
173
+ createdAt: string;
172
174
  securityCode: string;
173
175
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
174
- createdAt: string;
175
- updatedAt: string;
176
176
  }>;
177
177
  required: true;
178
178
  };
@@ -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
- name?: string | null | undefined;
6
- deviceId?: string | null | undefined;
7
- bindCode?: string | null | undefined;
8
5
  secretKey?: string | null | undefined;
9
- token?: string | null | undefined;
6
+ name?: string | null | undefined;
10
7
  gateways?: {
11
8
  config?: {
12
- packageId: string;
13
9
  uniqueId: string;
10
+ packageId: string;
14
11
  } | null | undefined;
15
12
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
16
13
  }[] | 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,9 +21,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  gateway: "FeedMe";
22
22
  } | {
23
23
  config?: {
24
- terminalId: string;
24
+ privateKey?: string | null | undefined;
25
25
  merchantId: string;
26
- privateKey: string;
26
+ terminalId: string;
27
27
  } | null | undefined;
28
28
  gateway: "Ghl";
29
29
  })[] | null | undefined;
@@ -75,31 +75,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  gateway: "MOCK";
76
76
  })[] | null | undefined;
77
77
  deletedAt?: string | null | undefined;
78
- status: "Active" | "Inactive";
79
78
  _id: string;
79
+ status: "Active" | "Inactive";
80
+ updatedAt: string;
80
81
  referenceId: string;
82
+ createdAt: string;
81
83
  securityCode: string;
82
84
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
83
- createdAt: string;
84
- updatedAt: string;
85
85
  }>;
86
86
  required: true;
87
87
  };
88
88
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
89
89
  terminal: {
90
90
  type: PropType<{
91
- name?: string | null | undefined;
92
- deviceId?: string | null | undefined;
93
- bindCode?: string | null | undefined;
94
91
  secretKey?: string | null | undefined;
95
- token?: string | null | undefined;
92
+ name?: string | null | undefined;
96
93
  gateways?: {
97
94
  config?: {
98
- packageId: string;
99
95
  uniqueId: string;
96
+ packageId: string;
100
97
  } | null | undefined;
101
98
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
102
99
  }[] | null | undefined;
100
+ deviceId?: string | null | undefined;
101
+ bindCode?: string | null | undefined;
102
+ token?: string | null | undefined;
103
103
  ecrs?: ({
104
104
  config?: {
105
105
  terminalId: string;
@@ -107,9 +107,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
107
107
  gateway: "FeedMe";
108
108
  } | {
109
109
  config?: {
110
- terminalId: string;
110
+ privateKey?: string | null | undefined;
111
111
  merchantId: string;
112
- privateKey: string;
112
+ terminalId: string;
113
113
  } | null | undefined;
114
114
  gateway: "Ghl";
115
115
  })[] | null | undefined;
@@ -161,13 +161,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
161
161
  gateway: "MOCK";
162
162
  })[] | null | undefined;
163
163
  deletedAt?: string | null | undefined;
164
- status: "Active" | "Inactive";
165
164
  _id: string;
165
+ status: "Active" | "Inactive";
166
+ updatedAt: string;
166
167
  referenceId: string;
168
+ createdAt: string;
167
169
  securityCode: string;
168
170
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
169
- createdAt: string;
170
- updatedAt: string;
171
171
  }>;
172
172
  required: true;
173
173
  };
@@ -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
- name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
6
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
7
+ name?: string | null | undefined;
11
8
  gateways?: {
12
9
  config?: {
13
- packageId: string;
14
10
  uniqueId: string;
11
+ packageId: string;
15
12
  } | null | undefined;
16
13
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
17
14
  }[] | 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,9 +22,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  gateway: "FeedMe";
23
23
  } | {
24
24
  config?: {
25
- terminalId: string;
25
+ privateKey?: string | null | undefined;
26
26
  merchantId: string;
27
- privateKey: string;
27
+ terminalId: string;
28
28
  } | null | undefined;
29
29
  gateway: "Ghl";
30
30
  })[] | null | undefined;
@@ -76,13 +76,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
76
76
  gateway: "MOCK";
77
77
  })[] | null | undefined;
78
78
  deletedAt?: string | null | undefined;
79
- status: "Active" | "Inactive";
80
79
  _id: string;
80
+ status: "Active" | "Inactive";
81
+ updatedAt: string;
81
82
  referenceId: string;
83
+ createdAt: string;
82
84
  securityCode: string;
83
85
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
84
- createdAt: string;
85
- updatedAt: string;
86
86
  }>;
87
87
  required: true;
88
88
  };
@@ -93,18 +93,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
93
93
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
94
94
  terminal: {
95
95
  type: PropType<{
96
- name?: string | null | undefined;
97
- deviceId?: string | null | undefined;
98
- bindCode?: string | null | undefined;
99
96
  secretKey?: string | null | undefined;
100
- token?: string | null | undefined;
97
+ name?: string | null | undefined;
101
98
  gateways?: {
102
99
  config?: {
103
- packageId: string;
104
100
  uniqueId: string;
101
+ packageId: string;
105
102
  } | null | undefined;
106
103
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
107
104
  }[] | null | undefined;
105
+ deviceId?: string | null | undefined;
106
+ bindCode?: string | null | undefined;
107
+ token?: string | null | undefined;
108
108
  ecrs?: ({
109
109
  config?: {
110
110
  terminalId: string;
@@ -112,9 +112,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
112
112
  gateway: "FeedMe";
113
113
  } | {
114
114
  config?: {
115
- terminalId: string;
115
+ privateKey?: string | null | undefined;
116
116
  merchantId: string;
117
- privateKey: string;
117
+ terminalId: string;
118
118
  } | null | undefined;
119
119
  gateway: "Ghl";
120
120
  })[] | null | undefined;
@@ -166,13 +166,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
166
  gateway: "MOCK";
167
167
  })[] | null | undefined;
168
168
  deletedAt?: string | null | undefined;
169
- status: "Active" | "Inactive";
170
169
  _id: string;
170
+ status: "Active" | "Inactive";
171
+ updatedAt: string;
171
172
  referenceId: string;
173
+ createdAt: string;
172
174
  securityCode: string;
173
175
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
174
- createdAt: string;
175
- updatedAt: string;
176
176
  }>;
177
177
  required: true;
178
178
  };
@@ -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
- name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
6
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
7
+ name?: string | null | undefined;
11
8
  gateways?: {
12
9
  config?: {
13
- packageId: string;
14
10
  uniqueId: string;
11
+ packageId: string;
15
12
  } | null | undefined;
16
13
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
17
14
  }[] | 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,9 +22,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  gateway: "FeedMe";
23
23
  } | {
24
24
  config?: {
25
- terminalId: string;
25
+ privateKey?: string | null | undefined;
26
26
  merchantId: string;
27
- privateKey: string;
27
+ terminalId: string;
28
28
  } | null | undefined;
29
29
  gateway: "Ghl";
30
30
  })[] | null | undefined;
@@ -76,13 +76,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
76
76
  gateway: "MOCK";
77
77
  })[] | null | undefined;
78
78
  deletedAt?: string | null | undefined;
79
- status: "Active" | "Inactive";
80
79
  _id: string;
80
+ status: "Active" | "Inactive";
81
+ updatedAt: string;
81
82
  referenceId: string;
83
+ createdAt: string;
82
84
  securityCode: string;
83
85
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
84
- createdAt: string;
85
- updatedAt: string;
86
86
  }>;
87
87
  required: true;
88
88
  };
@@ -93,18 +93,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
93
93
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
94
94
  terminal: {
95
95
  type: PropType<{
96
- name?: string | null | undefined;
97
- deviceId?: string | null | undefined;
98
- bindCode?: string | null | undefined;
99
96
  secretKey?: string | null | undefined;
100
- token?: string | null | undefined;
97
+ name?: string | null | undefined;
101
98
  gateways?: {
102
99
  config?: {
103
- packageId: string;
104
100
  uniqueId: string;
101
+ packageId: string;
105
102
  } | null | undefined;
106
103
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
107
104
  }[] | null | undefined;
105
+ deviceId?: string | null | undefined;
106
+ bindCode?: string | null | undefined;
107
+ token?: string | null | undefined;
108
108
  ecrs?: ({
109
109
  config?: {
110
110
  terminalId: string;
@@ -112,9 +112,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
112
112
  gateway: "FeedMe";
113
113
  } | {
114
114
  config?: {
115
- terminalId: string;
115
+ privateKey?: string | null | undefined;
116
116
  merchantId: string;
117
- privateKey: string;
117
+ terminalId: string;
118
118
  } | null | undefined;
119
119
  gateway: "Ghl";
120
120
  })[] | null | undefined;
@@ -166,13 +166,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
166
  gateway: "MOCK";
167
167
  })[] | null | undefined;
168
168
  deletedAt?: string | null | undefined;
169
- status: "Active" | "Inactive";
170
169
  _id: string;
170
+ status: "Active" | "Inactive";
171
+ updatedAt: string;
171
172
  referenceId: string;
173
+ createdAt: string;
172
174
  securityCode: string;
173
175
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
174
- createdAt: string;
175
- updatedAt: string;
176
176
  }>;
177
177
  required: true;
178
178
  };
@@ -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
- name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
6
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
7
+ name?: string | null | undefined;
11
8
  gateways?: {
12
9
  config?: {
13
- packageId: string;
14
10
  uniqueId: string;
11
+ packageId: string;
15
12
  } | null | undefined;
16
13
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
17
14
  }[] | 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,9 +22,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  gateway: "FeedMe";
23
23
  } | {
24
24
  config?: {
25
- terminalId: string;
25
+ privateKey?: string | null | undefined;
26
26
  merchantId: string;
27
- privateKey: string;
27
+ terminalId: string;
28
28
  } | null | undefined;
29
29
  gateway: "Ghl";
30
30
  })[] | null | undefined;
@@ -76,13 +76,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
76
76
  gateway: "MOCK";
77
77
  })[] | null | undefined;
78
78
  deletedAt?: string | null | undefined;
79
- status: "Active" | "Inactive";
80
79
  _id: string;
80
+ status: "Active" | "Inactive";
81
+ updatedAt: string;
81
82
  referenceId: string;
83
+ createdAt: string;
82
84
  securityCode: string;
83
85
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
84
- createdAt: string;
85
- updatedAt: string;
86
86
  }>;
87
87
  required: true;
88
88
  };
@@ -93,18 +93,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
93
93
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
94
94
  terminal: {
95
95
  type: PropType<{
96
- name?: string | null | undefined;
97
- deviceId?: string | null | undefined;
98
- bindCode?: string | null | undefined;
99
96
  secretKey?: string | null | undefined;
100
- token?: string | null | undefined;
97
+ name?: string | null | undefined;
101
98
  gateways?: {
102
99
  config?: {
103
- packageId: string;
104
100
  uniqueId: string;
101
+ packageId: string;
105
102
  } | null | undefined;
106
103
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
107
104
  }[] | null | undefined;
105
+ deviceId?: string | null | undefined;
106
+ bindCode?: string | null | undefined;
107
+ token?: string | null | undefined;
108
108
  ecrs?: ({
109
109
  config?: {
110
110
  terminalId: string;
@@ -112,9 +112,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
112
112
  gateway: "FeedMe";
113
113
  } | {
114
114
  config?: {
115
- terminalId: string;
115
+ privateKey?: string | null | undefined;
116
116
  merchantId: string;
117
- privateKey: string;
117
+ terminalId: string;
118
118
  } | null | undefined;
119
119
  gateway: "Ghl";
120
120
  })[] | null | undefined;
@@ -166,13 +166,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
166
  gateway: "MOCK";
167
167
  })[] | null | undefined;
168
168
  deletedAt?: string | null | undefined;
169
- status: "Active" | "Inactive";
170
169
  _id: string;
170
+ status: "Active" | "Inactive";
171
+ updatedAt: string;
171
172
  referenceId: string;
173
+ createdAt: string;
172
174
  securityCode: string;
173
175
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
174
- createdAt: string;
175
- updatedAt: string;
176
176
  }>;
177
177
  required: true;
178
178
  };