@feedmepos/mf-payment 1.2.10 → 1.2.12

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 (47) hide show
  1. package/dist/{PayoutAccount-18wkypci.js → PayoutAccount-D-NM-_2s.js} +6 -6
  2. package/dist/{PayoutAccount-vby8rjMc.js → PayoutAccount-j4yHJfSr.js} +5 -5
  3. package/dist/{PayoutAccountSetting-CRkam66i.js → PayoutAccountSetting-vzdkhXb8.js} +114 -111
  4. package/dist/{Restaurant-VF5wPY0d.js → Restaurant-CPIy0SZJ.js} +4 -4
  5. package/dist/{RestaurantSetting-7E7MJ-KZ.js → RestaurantSetting-DK4GOY2d.js} +3 -3
  6. package/dist/{Settlement-DjOW7-7G.js → Settlement-B5kQfJuQ.js} +3 -3
  7. package/dist/{Settlement-DElZTYyN.js → Settlement-BeI2ksZ3.js} +3 -3
  8. package/dist/{SettlementTransactions-Bibk-MNf.js → SettlementTransactions-CHjwajgr.js} +3 -3
  9. package/dist/{SettlementTransactions-B2k3cOjB.js → SettlementTransactions-D7z5DaxO.js} +3 -3
  10. package/dist/{Terminal-DnAMMIYh.js → Terminal-Bf7VZ5Yo.js} +5 -5
  11. package/dist/{TerminalSetting-jDF2Evb1.js → TerminalSetting-pnwFHRR8.js} +3 -3
  12. package/dist/{Transaction-BTOPUhAQ.js → Transaction-Cbiu540w.js} +5 -5
  13. package/dist/{Transaction-DDl-8RTe.js → Transaction-Cpbte6yS.js} +7 -7
  14. package/dist/{TransactionOld-C_Xaj-8M.js → TransactionOld-Dnnz541Y.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-BFArqWok.js → TransactionTable.vue_vue_type_script_setup_true_lang-tMjd6_k7.js} +3 -3
  16. package/dist/{app-BTNlNJft.js → app-C_At3NFn.js} +246 -246
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-DGInSeWS.js → assets-DjGZEHos.js} +2 -2
  19. package/dist/{grafana-9bBV0RKB.js → grafana-D99I428B.js} +1 -1
  20. package/dist/{index-MF2p-2Xo.js → index-B3IOW-oD.js} +1 -1
  21. package/dist/{index-CY545XH3.js → index-BI63pT6J.js} +5143 -5251
  22. package/dist/{index-RsQaPtd8.js → index-CW2tMCo9.js} +2 -2
  23. package/dist/{index-BjV0tG5W.js → index-CvPpUZR3.js} +1 -1
  24. package/dist/{index-DAVQvskm.js → index-DXLkzCkb.js} +1 -1
  25. package/dist/{index-dUIntalX.js → index-DdE42RgX.js} +1 -1
  26. package/dist/{index-eO8NObIH.js → index-DigkUnks.js} +1 -1
  27. package/dist/{index.vue_vue_type_script_setup_true_lang-Dnz6-yxO.js → index.vue_vue_type_script_setup_true_lang-Dx-Mg_Zx.js} +1 -1
  28. package/dist/package.json +2 -2
  29. package/dist/{payout-account-B28LkgUk.js → payout-account-D7Wzxyao.js} +3 -3
  30. package/dist/stores/payoutAccount.d.ts +10 -10
  31. package/dist/tsconfig.app.tsbuildinfo +1 -1
  32. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +10 -10
  33. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +34 -28
  34. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +34 -28
  35. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +10 -10
  36. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +10 -10
  37. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +34 -28
  38. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +12 -6
  39. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +14 -14
  40. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +14 -14
  41. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +14 -14
  42. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +14 -14
  43. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +14 -14
  44. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +14 -14
  45. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +14 -14
  46. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +20 -20
  47. package/package.json +2 -2
@@ -2,15 +2,6 @@ import { type PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  payoutAccount: {
4
4
  type: PropType<{
5
- enable?: boolean | null | undefined;
6
- tokens?: {
7
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
8
- type: "googlePay";
9
- config: {
10
- gateway: string;
11
- gatewayMerchantId: string;
12
- };
13
- }[] | null | undefined;
14
5
  gateways?: ({
15
6
  config: {
16
7
  clientId: string;
@@ -21,35 +12,46 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
12
  paymentGateway: "REVENUE_MONSTER";
22
13
  } | {
23
14
  config: {
24
- merchantId: string;
25
15
  secretKey: string;
16
+ merchantId: string;
26
17
  verifyKey: string;
27
18
  };
28
19
  paymentGateway: "RAZER_MERCHANT_SERVICE";
29
20
  } | {
30
21
  config: {
31
22
  merchantId: string;
23
+ storeID: string;
32
24
  merchantName: string;
33
25
  merchantCategoryCode: string;
34
- storeID: string;
35
26
  storeName: string;
36
27
  };
37
28
  paymentGateway: "MACAU_PASS";
38
29
  })[] | null | undefined;
30
+ enable?: boolean | null | undefined;
31
+ tokens?: {
32
+ type: "googlePay";
33
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
34
+ config: {
35
+ gateway: {
36
+ gateway: string;
37
+ gatewayMerchantId: string;
38
+ };
39
+ paymentType: "googlePay";
40
+ };
41
+ }[] | null | undefined;
39
42
  gatewayOverride?: {
40
43
  type?: string | null | undefined;
41
44
  conditions?: {
42
45
  conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
43
46
  conditionValue?: any;
44
47
  }[] | null | undefined;
45
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
46
48
  value: string;
49
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
47
50
  icon: string;
48
51
  label: string;
49
52
  }[] | null | undefined;
50
53
  status: "NEW" | "PENDING" | "APPROVED";
51
54
  _id: string;
52
- notifyUrl: string;
53
55
  store: {
54
56
  bank?: {
55
57
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -68,6 +70,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
68
70
  id: string;
69
71
  event: "ORDERING" | "MARKETING";
70
72
  };
73
+ notifyUrl: string;
74
+ businessId: string;
71
75
  methods: {
72
76
  rate?: {
73
77
  amount: number;
@@ -77,22 +81,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
77
81
  issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
78
82
  variant: string;
79
83
  }[];
80
- businessId: string;
81
84
  }>;
82
85
  required: true;
83
86
  };
84
87
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
85
88
  payoutAccount: {
86
89
  type: PropType<{
87
- enable?: boolean | null | undefined;
88
- tokens?: {
89
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
90
- type: "googlePay";
91
- config: {
92
- gateway: string;
93
- gatewayMerchantId: string;
94
- };
95
- }[] | null | undefined;
96
90
  gateways?: ({
97
91
  config: {
98
92
  clientId: string;
@@ -103,35 +97,46 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
103
97
  paymentGateway: "REVENUE_MONSTER";
104
98
  } | {
105
99
  config: {
106
- merchantId: string;
107
100
  secretKey: string;
101
+ merchantId: string;
108
102
  verifyKey: string;
109
103
  };
110
104
  paymentGateway: "RAZER_MERCHANT_SERVICE";
111
105
  } | {
112
106
  config: {
113
107
  merchantId: string;
108
+ storeID: string;
114
109
  merchantName: string;
115
110
  merchantCategoryCode: string;
116
- storeID: string;
117
111
  storeName: string;
118
112
  };
119
113
  paymentGateway: "MACAU_PASS";
120
114
  })[] | null | undefined;
115
+ enable?: boolean | null | undefined;
116
+ tokens?: {
117
+ type: "googlePay";
118
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
119
+ config: {
120
+ gateway: {
121
+ gateway: string;
122
+ gatewayMerchantId: string;
123
+ };
124
+ paymentType: "googlePay";
125
+ };
126
+ }[] | null | undefined;
121
127
  gatewayOverride?: {
122
128
  type?: string | null | undefined;
123
129
  conditions?: {
124
130
  conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
125
131
  conditionValue?: any;
126
132
  }[] | null | undefined;
127
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
128
133
  value: string;
134
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
129
135
  icon: string;
130
136
  label: string;
131
137
  }[] | null | undefined;
132
138
  status: "NEW" | "PENDING" | "APPROVED";
133
139
  _id: string;
134
- notifyUrl: string;
135
140
  store: {
136
141
  bank?: {
137
142
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -150,6 +155,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
150
155
  id: string;
151
156
  event: "ORDERING" | "MARKETING";
152
157
  };
158
+ notifyUrl: string;
159
+ businessId: string;
153
160
  methods: {
154
161
  rate?: {
155
162
  amount: number;
@@ -159,7 +166,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
159
166
  issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
160
167
  variant: string;
161
168
  }[];
162
- businessId: string;
163
169
  }>;
164
170
  required: true;
165
171
  };
@@ -2,11 +2,14 @@ import type { PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  gateway: {
4
4
  type: PropType<{
5
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
6
5
  type: "googlePay";
6
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
7
7
  config: {
8
- gateway: string;
9
- gatewayMerchantId: string;
8
+ gateway: {
9
+ gateway: string;
10
+ gatewayMerchantId: string;
11
+ };
12
+ paymentType: "googlePay";
10
13
  };
11
14
  } | undefined>;
12
15
  required: true;
@@ -22,11 +25,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
25
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
26
  gateway: {
24
27
  type: PropType<{
25
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
26
28
  type: "googlePay";
29
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
27
30
  config: {
28
- gateway: string;
29
- gatewayMerchantId: string;
31
+ gateway: {
32
+ gateway: string;
33
+ gatewayMerchantId: string;
34
+ };
35
+ paymentType: "googlePay";
30
36
  };
31
37
  } | undefined>;
32
38
  required: true;
@@ -2,19 +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
- deletedAt?: string | null | undefined;
6
5
  name?: string | null | undefined;
6
+ deviceId?: string | null | undefined;
7
+ bindCode?: string | null | undefined;
7
8
  secretKey?: string | null | undefined;
9
+ token?: string | null | undefined;
8
10
  gateways?: {
9
11
  config?: {
10
12
  packageId: string;
11
13
  uniqueId: string;
12
14
  } | null | undefined;
13
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
15
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
14
16
  }[] | null | undefined;
15
- deviceId?: string | null | undefined;
16
- bindCode?: string | null | undefined;
17
- token?: string | null | undefined;
18
17
  ecrs?: ({
19
18
  config?: {
20
19
  terminalId: string;
@@ -22,37 +21,37 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
21
  gateway: "FeedMe";
23
22
  } | {
24
23
  config?: {
25
- merchantId: string;
26
24
  terminalId: string;
25
+ merchantId: string;
27
26
  privateKey: string;
28
27
  } | null | undefined;
29
28
  gateway: "Ghl";
30
29
  })[] | null | undefined;
30
+ deletedAt?: string | null | undefined;
31
31
  status: "Active" | "Inactive";
32
32
  _id: string;
33
- updatedAt: string;
34
33
  referenceId: string;
35
34
  securityCode: string;
36
35
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
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
- deletedAt?: string | null | undefined;
44
43
  name?: string | null | undefined;
44
+ deviceId?: string | null | undefined;
45
+ bindCode?: string | null | undefined;
45
46
  secretKey?: string | null | undefined;
47
+ token?: string | null | undefined;
46
48
  gateways?: {
47
49
  config?: {
48
50
  packageId: string;
49
51
  uniqueId: string;
50
52
  } | null | undefined;
51
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
53
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
52
54
  }[] | null | undefined;
53
- deviceId?: string | null | undefined;
54
- bindCode?: string | null | undefined;
55
- token?: string | null | undefined;
56
55
  ecrs?: ({
57
56
  config?: {
58
57
  terminalId: string;
@@ -60,19 +59,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
59
  gateway: "FeedMe";
61
60
  } | {
62
61
  config?: {
63
- merchantId: string;
64
62
  terminalId: string;
63
+ merchantId: string;
65
64
  privateKey: string;
66
65
  } | null | undefined;
67
66
  gateway: "Ghl";
68
67
  })[] | null | undefined;
68
+ deletedAt?: string | null | undefined;
69
69
  status: "Active" | "Inactive";
70
70
  _id: string;
71
- updatedAt: string;
72
71
  referenceId: string;
73
72
  securityCode: string;
74
73
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
75
74
  createdAt: string;
75
+ updatedAt: string;
76
76
  }>;
77
77
  };
78
78
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -3,19 +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
- deletedAt?: string | null | undefined;
7
6
  name?: string | null | undefined;
7
+ deviceId?: string | null | undefined;
8
+ bindCode?: string | null | undefined;
8
9
  secretKey?: string | null | undefined;
10
+ token?: string | null | undefined;
9
11
  gateways?: {
10
12
  config?: {
11
13
  packageId: string;
12
14
  uniqueId: string;
13
15
  } | null | undefined;
14
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
16
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
15
17
  }[] | null | undefined;
16
- deviceId?: string | null | undefined;
17
- bindCode?: string | null | undefined;
18
- token?: string | null | undefined;
19
18
  ecrs?: ({
20
19
  config?: {
21
20
  terminalId: string;
@@ -23,19 +22,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
23
22
  gateway: "FeedMe";
24
23
  } | {
25
24
  config?: {
26
- merchantId: string;
27
25
  terminalId: string;
26
+ merchantId: string;
28
27
  privateKey: string;
29
28
  } | null | undefined;
30
29
  gateway: "Ghl";
31
30
  })[] | null | undefined;
31
+ deletedAt?: string | null | undefined;
32
32
  status: "Active" | "Inactive";
33
33
  _id: string;
34
- updatedAt: string;
35
34
  referenceId: string;
36
35
  securityCode: string;
37
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
38
37
  createdAt: string;
38
+ updatedAt: string;
39
39
  }>;
40
40
  required: true;
41
41
  };
@@ -46,19 +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
- deletedAt?: string | null | undefined;
50
49
  name?: string | null | undefined;
50
+ deviceId?: string | null | undefined;
51
+ bindCode?: string | null | undefined;
51
52
  secretKey?: string | null | undefined;
53
+ token?: string | null | undefined;
52
54
  gateways?: {
53
55
  config?: {
54
56
  packageId: string;
55
57
  uniqueId: string;
56
58
  } | null | undefined;
57
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
59
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
58
60
  }[] | null | undefined;
59
- deviceId?: string | null | undefined;
60
- bindCode?: string | null | undefined;
61
- token?: string | null | undefined;
62
61
  ecrs?: ({
63
62
  config?: {
64
63
  terminalId: string;
@@ -66,19 +65,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
66
65
  gateway: "FeedMe";
67
66
  } | {
68
67
  config?: {
69
- merchantId: string;
70
68
  terminalId: string;
69
+ merchantId: string;
71
70
  privateKey: string;
72
71
  } | null | undefined;
73
72
  gateway: "Ghl";
74
73
  })[] | null | undefined;
74
+ deletedAt?: string | null | undefined;
75
75
  status: "Active" | "Inactive";
76
76
  _id: string;
77
- updatedAt: string;
78
77
  referenceId: string;
79
78
  securityCode: string;
80
79
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
81
80
  createdAt: string;
81
+ updatedAt: string;
82
82
  }>;
83
83
  required: true;
84
84
  };
@@ -2,19 +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
- deletedAt?: string | null | undefined;
6
5
  name?: string | null | undefined;
6
+ deviceId?: string | null | undefined;
7
+ bindCode?: string | null | undefined;
7
8
  secretKey?: string | null | undefined;
9
+ token?: string | null | undefined;
8
10
  gateways?: {
9
11
  config?: {
10
12
  packageId: string;
11
13
  uniqueId: string;
12
14
  } | null | undefined;
13
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
15
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
14
16
  }[] | null | undefined;
15
- deviceId?: string | null | undefined;
16
- bindCode?: string | null | undefined;
17
- token?: string | null | undefined;
18
17
  ecrs?: ({
19
18
  config?: {
20
19
  terminalId: string;
@@ -22,38 +21,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
21
  gateway: "FeedMe";
23
22
  } | {
24
23
  config?: {
25
- merchantId: string;
26
24
  terminalId: string;
25
+ merchantId: string;
27
26
  privateKey: string;
28
27
  } | null | undefined;
29
28
  gateway: "Ghl";
30
29
  })[] | null | undefined;
30
+ deletedAt?: string | null | undefined;
31
31
  status: "Active" | "Inactive";
32
32
  _id: string;
33
- updatedAt: string;
34
33
  referenceId: string;
35
34
  securityCode: string;
36
35
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
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
- deletedAt?: string | null | undefined;
45
44
  name?: string | null | undefined;
45
+ deviceId?: string | null | undefined;
46
+ bindCode?: string | null | undefined;
46
47
  secretKey?: string | null | undefined;
48
+ token?: string | null | undefined;
47
49
  gateways?: {
48
50
  config?: {
49
51
  packageId: string;
50
52
  uniqueId: string;
51
53
  } | null | undefined;
52
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
54
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
53
55
  }[] | null | undefined;
54
- deviceId?: string | null | undefined;
55
- bindCode?: string | null | undefined;
56
- token?: string | null | undefined;
57
56
  ecrs?: ({
58
57
  config?: {
59
58
  terminalId: string;
@@ -61,19 +60,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
60
  gateway: "FeedMe";
62
61
  } | {
63
62
  config?: {
64
- merchantId: string;
65
63
  terminalId: string;
64
+ merchantId: string;
66
65
  privateKey: string;
67
66
  } | null | undefined;
68
67
  gateway: "Ghl";
69
68
  })[] | null | undefined;
69
+ deletedAt?: string | null | undefined;
70
70
  status: "Active" | "Inactive";
71
71
  _id: string;
72
- updatedAt: string;
73
72
  referenceId: string;
74
73
  securityCode: string;
75
74
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
76
75
  createdAt: string;
76
+ updatedAt: string;
77
77
  }>;
78
78
  required: true;
79
79
  };
@@ -2,19 +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
- deletedAt?: string | null | undefined;
6
5
  name?: string | null | undefined;
6
+ deviceId?: string | null | undefined;
7
+ bindCode?: string | null | undefined;
7
8
  secretKey?: string | null | undefined;
9
+ token?: string | null | undefined;
8
10
  gateways?: {
9
11
  config?: {
10
12
  packageId: string;
11
13
  uniqueId: string;
12
14
  } | null | undefined;
13
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
15
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
14
16
  }[] | null | undefined;
15
- deviceId?: string | null | undefined;
16
- bindCode?: string | null | undefined;
17
- token?: string | null | undefined;
18
17
  ecrs?: ({
19
18
  config?: {
20
19
  terminalId: string;
@@ -22,38 +21,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
21
  gateway: "FeedMe";
23
22
  } | {
24
23
  config?: {
25
- merchantId: string;
26
24
  terminalId: string;
25
+ merchantId: string;
27
26
  privateKey: string;
28
27
  } | null | undefined;
29
28
  gateway: "Ghl";
30
29
  })[] | null | undefined;
30
+ deletedAt?: string | null | undefined;
31
31
  status: "Active" | "Inactive";
32
32
  _id: string;
33
- updatedAt: string;
34
33
  referenceId: string;
35
34
  securityCode: string;
36
35
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
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
- deletedAt?: string | null | undefined;
45
44
  name?: string | null | undefined;
45
+ deviceId?: string | null | undefined;
46
+ bindCode?: string | null | undefined;
46
47
  secretKey?: string | null | undefined;
48
+ token?: string | null | undefined;
47
49
  gateways?: {
48
50
  config?: {
49
51
  packageId: string;
50
52
  uniqueId: string;
51
53
  } | null | undefined;
52
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
54
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
53
55
  }[] | null | undefined;
54
- deviceId?: string | null | undefined;
55
- bindCode?: string | null | undefined;
56
- token?: string | null | undefined;
57
56
  ecrs?: ({
58
57
  config?: {
59
58
  terminalId: string;
@@ -61,19 +60,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
60
  gateway: "FeedMe";
62
61
  } | {
63
62
  config?: {
64
- merchantId: string;
65
63
  terminalId: string;
64
+ merchantId: string;
66
65
  privateKey: string;
67
66
  } | null | undefined;
68
67
  gateway: "Ghl";
69
68
  })[] | null | undefined;
69
+ deletedAt?: string | null | undefined;
70
70
  status: "Active" | "Inactive";
71
71
  _id: string;
72
- updatedAt: string;
73
72
  referenceId: string;
74
73
  securityCode: string;
75
74
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
76
75
  createdAt: string;
76
+ updatedAt: string;
77
77
  }>;
78
78
  required: true;
79
79
  };