@feedmepos/mf-payment 1.2.8 → 1.2.10

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-BFd4ZkgD.js → PayoutAccount-18wkypci.js} +6 -6
  2. package/dist/{PayoutAccount-3oqUAPya.js → PayoutAccount-vby8rjMc.js} +5 -5
  3. package/dist/{PayoutAccountSetting-CRRr0KtX.js → PayoutAccountSetting-CRkam66i.js} +111 -114
  4. package/dist/{Restaurant-RkwI3GUs.js → Restaurant-VF5wPY0d.js} +4 -4
  5. package/dist/{RestaurantSetting-hhg1zuef.js → RestaurantSetting-7E7MJ-KZ.js} +3 -3
  6. package/dist/{Settlement-qZtRxnVP.js → Settlement-DElZTYyN.js} +3 -3
  7. package/dist/{Settlement-pYqYrtHG.js → Settlement-DjOW7-7G.js} +3 -3
  8. package/dist/{SettlementTransactions-4NCIvfQ5.js → SettlementTransactions-B2k3cOjB.js} +3 -3
  9. package/dist/{SettlementTransactions-BCwKrESr.js → SettlementTransactions-Bibk-MNf.js} +3 -3
  10. package/dist/{Terminal-yvHejCtx.js → Terminal-DnAMMIYh.js} +5 -5
  11. package/dist/{TerminalSetting-CL7ip769.js → TerminalSetting-jDF2Evb1.js} +3 -3
  12. package/dist/{Transaction-DW8YObK7.js → Transaction-BTOPUhAQ.js} +5 -5
  13. package/dist/{Transaction-iyjpVywA.js → Transaction-DDl-8RTe.js} +7 -7
  14. package/dist/{TransactionOld-CcraFd4T.js → TransactionOld-C_Xaj-8M.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-C9RzkJqY.js → TransactionTable.vue_vue_type_script_setup_true_lang-BFArqWok.js} +120 -112
  16. package/dist/{app-DbMeEwqM.js → app-BTNlNJft.js} +217 -217
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-B9vrS-eB.js → assets-DGInSeWS.js} +2 -2
  19. package/dist/{grafana-Wua_krwL.js → grafana-9bBV0RKB.js} +1 -1
  20. package/dist/{index-OI7B02F1.js → index-BjV0tG5W.js} +1 -1
  21. package/dist/{index-C7-Hhotq.js → index-CY545XH3.js} +5251 -5143
  22. package/dist/{index-CRS1GaGe.js → index-DAVQvskm.js} +1 -1
  23. package/dist/{index-DZgB_6gq.js → index-MF2p-2Xo.js} +1 -1
  24. package/dist/{index-CK_oj7_Z.js → index-RsQaPtd8.js} +2 -2
  25. package/dist/{index-Yi03mqle.js → index-dUIntalX.js} +1 -1
  26. package/dist/{index-DERDDTKs.js → index-eO8NObIH.js} +1 -1
  27. package/dist/{index.vue_vue_type_script_setup_true_lang-yfTw0igA.js → index.vue_vue_type_script_setup_true_lang-Dnz6-yxO.js} +27 -27
  28. package/dist/package.json +2 -2
  29. package/dist/{payout-account-CShensYL.js → payout-account-B28LkgUk.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 +28 -34
  34. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +28 -34
  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 +28 -34
  38. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +6 -12
  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,6 +2,15 @@ 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;
5
14
  gateways?: ({
6
15
  config: {
7
16
  clientId: string;
@@ -12,46 +21,35 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
21
  paymentGateway: "REVENUE_MONSTER";
13
22
  } | {
14
23
  config: {
15
- secretKey: string;
16
24
  merchantId: string;
25
+ secretKey: string;
17
26
  verifyKey: string;
18
27
  };
19
28
  paymentGateway: "RAZER_MERCHANT_SERVICE";
20
29
  } | {
21
30
  config: {
22
31
  merchantId: string;
23
- storeID: string;
24
32
  merchantName: string;
25
33
  merchantCategoryCode: string;
34
+ storeID: string;
26
35
  storeName: string;
27
36
  };
28
37
  paymentGateway: "MACAU_PASS";
29
38
  })[] | 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;
42
39
  gatewayOverride?: {
43
40
  type?: string | null | undefined;
44
41
  conditions?: {
45
42
  conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
46
43
  conditionValue?: any;
47
44
  }[] | null | undefined;
48
- value: string;
49
45
  gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
46
+ value: string;
50
47
  icon: string;
51
48
  label: string;
52
49
  }[] | null | undefined;
53
50
  status: "NEW" | "PENDING" | "APPROVED";
54
51
  _id: string;
52
+ notifyUrl: string;
55
53
  store: {
56
54
  bank?: {
57
55
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -70,8 +68,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
68
  id: string;
71
69
  event: "ORDERING" | "MARKETING";
72
70
  };
73
- notifyUrl: string;
74
- businessId: string;
75
71
  methods: {
76
72
  rate?: {
77
73
  amount: number;
@@ -81,12 +77,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
81
77
  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";
82
78
  variant: string;
83
79
  }[];
80
+ businessId: string;
84
81
  }>;
85
82
  required: true;
86
83
  };
87
84
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
88
85
  payoutAccount: {
89
86
  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;
90
96
  gateways?: ({
91
97
  config: {
92
98
  clientId: string;
@@ -97,46 +103,35 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
97
103
  paymentGateway: "REVENUE_MONSTER";
98
104
  } | {
99
105
  config: {
100
- secretKey: string;
101
106
  merchantId: string;
107
+ secretKey: string;
102
108
  verifyKey: string;
103
109
  };
104
110
  paymentGateway: "RAZER_MERCHANT_SERVICE";
105
111
  } | {
106
112
  config: {
107
113
  merchantId: string;
108
- storeID: string;
109
114
  merchantName: string;
110
115
  merchantCategoryCode: string;
116
+ storeID: string;
111
117
  storeName: string;
112
118
  };
113
119
  paymentGateway: "MACAU_PASS";
114
120
  })[] | 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;
127
121
  gatewayOverride?: {
128
122
  type?: string | null | undefined;
129
123
  conditions?: {
130
124
  conditionBy?: "amt_gte" | "amt_lte" | "inapp" | null | undefined;
131
125
  conditionValue?: any;
132
126
  }[] | null | undefined;
133
- value: string;
134
127
  gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
128
+ value: string;
135
129
  icon: string;
136
130
  label: string;
137
131
  }[] | null | undefined;
138
132
  status: "NEW" | "PENDING" | "APPROVED";
139
133
  _id: string;
134
+ notifyUrl: string;
140
135
  store: {
141
136
  bank?: {
142
137
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -155,8 +150,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
155
150
  id: string;
156
151
  event: "ORDERING" | "MARKETING";
157
152
  };
158
- notifyUrl: string;
159
- businessId: string;
160
153
  methods: {
161
154
  rate?: {
162
155
  amount: number;
@@ -166,6 +159,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
159
  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";
167
160
  variant: string;
168
161
  }[];
162
+ businessId: string;
169
163
  }>;
170
164
  required: true;
171
165
  };
@@ -2,14 +2,11 @@ import type { PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  gateway: {
4
4
  type: PropType<{
5
- type: "googlePay";
6
5
  gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
6
+ type: "googlePay";
7
7
  config: {
8
- gateway: {
9
- gateway: string;
10
- gatewayMerchantId: string;
11
- };
12
- paymentType: "googlePay";
8
+ gateway: string;
9
+ gatewayMerchantId: string;
13
10
  };
14
11
  } | undefined>;
15
12
  required: true;
@@ -25,14 +22,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
22
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
23
  gateway: {
27
24
  type: PropType<{
28
- type: "googlePay";
29
25
  gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "NETS" | "SOFTSPACE" | "DIGIO";
26
+ type: "googlePay";
30
27
  config: {
31
- gateway: {
32
- gateway: string;
33
- gatewayMerchantId: string;
34
- };
35
- paymentType: "googlePay";
28
+ gateway: string;
29
+ gatewayMerchantId: string;
36
30
  };
37
31
  } | undefined>;
38
32
  required: true;
@@ -2,18 +2,19 @@ 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;
5
6
  name?: string | null | undefined;
6
- deviceId?: string | null | undefined;
7
- bindCode?: string | null | undefined;
8
7
  secretKey?: string | null | undefined;
9
- token?: string | null | undefined;
10
8
  gateways?: {
11
9
  config?: {
12
10
  packageId: string;
13
11
  uniqueId: string;
14
12
  } | null | undefined;
15
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
13
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
16
14
  }[] | null | undefined;
15
+ deviceId?: string | null | undefined;
16
+ bindCode?: string | null | undefined;
17
+ token?: string | null | undefined;
17
18
  ecrs?: ({
18
19
  config?: {
19
20
  terminalId: string;
@@ -21,37 +22,37 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
22
  gateway: "FeedMe";
22
23
  } | {
23
24
  config?: {
24
- terminalId: string;
25
25
  merchantId: string;
26
+ terminalId: string;
26
27
  privateKey: string;
27
28
  } | null | undefined;
28
29
  gateway: "Ghl";
29
30
  })[] | null | undefined;
30
- deletedAt?: string | null | undefined;
31
31
  status: "Active" | "Inactive";
32
32
  _id: string;
33
+ updatedAt: string;
33
34
  referenceId: string;
34
35
  securityCode: string;
35
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
37
  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;
43
44
  name?: string | null | undefined;
44
- deviceId?: string | null | undefined;
45
- bindCode?: string | null | undefined;
46
45
  secretKey?: string | null | undefined;
47
- token?: string | null | undefined;
48
46
  gateways?: {
49
47
  config?: {
50
48
  packageId: string;
51
49
  uniqueId: string;
52
50
  } | null | undefined;
53
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
51
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
54
52
  }[] | null | undefined;
53
+ deviceId?: string | null | undefined;
54
+ bindCode?: string | null | undefined;
55
+ token?: string | null | undefined;
55
56
  ecrs?: ({
56
57
  config?: {
57
58
  terminalId: string;
@@ -59,20 +60,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
59
60
  gateway: "FeedMe";
60
61
  } | {
61
62
  config?: {
62
- terminalId: string;
63
63
  merchantId: string;
64
+ terminalId: string;
64
65
  privateKey: string;
65
66
  } | null | undefined;
66
67
  gateway: "Ghl";
67
68
  })[] | null | undefined;
68
- deletedAt?: string | null | undefined;
69
69
  status: "Active" | "Inactive";
70
70
  _id: string;
71
+ updatedAt: string;
71
72
  referenceId: string;
72
73
  securityCode: string;
73
74
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
74
75
  createdAt: string;
75
- updatedAt: string;
76
76
  }>;
77
77
  };
78
78
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -3,18 +3,19 @@ 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;
6
7
  name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
8
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
11
9
  gateways?: {
12
10
  config?: {
13
11
  packageId: string;
14
12
  uniqueId: string;
15
13
  } | null | undefined;
16
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
14
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
17
15
  }[] | null | undefined;
16
+ deviceId?: string | null | undefined;
17
+ bindCode?: string | null | undefined;
18
+ token?: string | null | undefined;
18
19
  ecrs?: ({
19
20
  config?: {
20
21
  terminalId: string;
@@ -22,20 +23,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
23
  gateway: "FeedMe";
23
24
  } | {
24
25
  config?: {
25
- terminalId: string;
26
26
  merchantId: string;
27
+ terminalId: string;
27
28
  privateKey: string;
28
29
  } | null | undefined;
29
30
  gateway: "Ghl";
30
31
  })[] | null | undefined;
31
- deletedAt?: string | null | undefined;
32
32
  status: "Active" | "Inactive";
33
33
  _id: string;
34
+ updatedAt: string;
34
35
  referenceId: string;
35
36
  securityCode: string;
36
37
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
38
  createdAt: string;
38
- updatedAt: string;
39
39
  }>;
40
40
  required: true;
41
41
  };
@@ -46,18 +46,19 @@ 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;
49
50
  name?: string | null | undefined;
50
- deviceId?: string | null | undefined;
51
- bindCode?: string | null | undefined;
52
51
  secretKey?: string | null | undefined;
53
- token?: string | null | undefined;
54
52
  gateways?: {
55
53
  config?: {
56
54
  packageId: string;
57
55
  uniqueId: string;
58
56
  } | null | undefined;
59
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
57
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
60
58
  }[] | null | undefined;
59
+ deviceId?: string | null | undefined;
60
+ bindCode?: string | null | undefined;
61
+ token?: string | null | undefined;
61
62
  ecrs?: ({
62
63
  config?: {
63
64
  terminalId: string;
@@ -65,20 +66,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
65
66
  gateway: "FeedMe";
66
67
  } | {
67
68
  config?: {
68
- terminalId: string;
69
69
  merchantId: string;
70
+ terminalId: string;
70
71
  privateKey: string;
71
72
  } | null | undefined;
72
73
  gateway: "Ghl";
73
74
  })[] | null | undefined;
74
- deletedAt?: string | null | undefined;
75
75
  status: "Active" | "Inactive";
76
76
  _id: string;
77
+ updatedAt: string;
77
78
  referenceId: string;
78
79
  securityCode: string;
79
80
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
80
81
  createdAt: string;
81
- updatedAt: string;
82
82
  }>;
83
83
  required: true;
84
84
  };
@@ -2,18 +2,19 @@ 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;
5
6
  name?: string | null | undefined;
6
- deviceId?: string | null | undefined;
7
- bindCode?: string | null | undefined;
8
7
  secretKey?: string | null | undefined;
9
- token?: string | null | undefined;
10
8
  gateways?: {
11
9
  config?: {
12
10
  packageId: string;
13
11
  uniqueId: string;
14
12
  } | null | undefined;
15
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
13
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
16
14
  }[] | null | undefined;
15
+ deviceId?: string | null | undefined;
16
+ bindCode?: string | null | undefined;
17
+ token?: string | null | undefined;
17
18
  ecrs?: ({
18
19
  config?: {
19
20
  terminalId: string;
@@ -21,38 +22,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
22
  gateway: "FeedMe";
22
23
  } | {
23
24
  config?: {
24
- terminalId: string;
25
25
  merchantId: string;
26
+ terminalId: string;
26
27
  privateKey: string;
27
28
  } | null | undefined;
28
29
  gateway: "Ghl";
29
30
  })[] | null | undefined;
30
- deletedAt?: string | null | undefined;
31
31
  status: "Active" | "Inactive";
32
32
  _id: string;
33
+ updatedAt: string;
33
34
  referenceId: string;
34
35
  securityCode: string;
35
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
37
  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;
44
45
  name?: string | null | undefined;
45
- deviceId?: string | null | undefined;
46
- bindCode?: string | null | undefined;
47
46
  secretKey?: string | null | undefined;
48
- token?: string | null | undefined;
49
47
  gateways?: {
50
48
  config?: {
51
49
  packageId: string;
52
50
  uniqueId: string;
53
51
  } | null | undefined;
54
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
52
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
55
53
  }[] | null | undefined;
54
+ deviceId?: string | null | undefined;
55
+ bindCode?: string | null | undefined;
56
+ token?: string | null | undefined;
56
57
  ecrs?: ({
57
58
  config?: {
58
59
  terminalId: string;
@@ -60,20 +61,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
61
  gateway: "FeedMe";
61
62
  } | {
62
63
  config?: {
63
- terminalId: string;
64
64
  merchantId: string;
65
+ terminalId: string;
65
66
  privateKey: string;
66
67
  } | null | undefined;
67
68
  gateway: "Ghl";
68
69
  })[] | null | undefined;
69
- deletedAt?: string | null | undefined;
70
70
  status: "Active" | "Inactive";
71
71
  _id: string;
72
+ updatedAt: string;
72
73
  referenceId: string;
73
74
  securityCode: string;
74
75
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
75
76
  createdAt: string;
76
- updatedAt: string;
77
77
  }>;
78
78
  required: true;
79
79
  };
@@ -2,18 +2,19 @@ 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;
5
6
  name?: string | null | undefined;
6
- deviceId?: string | null | undefined;
7
- bindCode?: string | null | undefined;
8
7
  secretKey?: string | null | undefined;
9
- token?: string | null | undefined;
10
8
  gateways?: {
11
9
  config?: {
12
10
  packageId: string;
13
11
  uniqueId: string;
14
12
  } | null | undefined;
15
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
13
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
16
14
  }[] | null | undefined;
15
+ deviceId?: string | null | undefined;
16
+ bindCode?: string | null | undefined;
17
+ token?: string | null | undefined;
17
18
  ecrs?: ({
18
19
  config?: {
19
20
  terminalId: string;
@@ -21,38 +22,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
22
  gateway: "FeedMe";
22
23
  } | {
23
24
  config?: {
24
- terminalId: string;
25
25
  merchantId: string;
26
+ terminalId: string;
26
27
  privateKey: string;
27
28
  } | null | undefined;
28
29
  gateway: "Ghl";
29
30
  })[] | null | undefined;
30
- deletedAt?: string | null | undefined;
31
31
  status: "Active" | "Inactive";
32
32
  _id: string;
33
+ updatedAt: string;
33
34
  referenceId: string;
34
35
  securityCode: string;
35
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
37
  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;
44
45
  name?: string | null | undefined;
45
- deviceId?: string | null | undefined;
46
- bindCode?: string | null | undefined;
47
46
  secretKey?: string | null | undefined;
48
- token?: string | null | undefined;
49
47
  gateways?: {
50
48
  config?: {
51
49
  packageId: string;
52
50
  uniqueId: string;
53
51
  } | null | undefined;
54
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
52
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
55
53
  }[] | null | undefined;
54
+ deviceId?: string | null | undefined;
55
+ bindCode?: string | null | undefined;
56
+ token?: string | null | undefined;
56
57
  ecrs?: ({
57
58
  config?: {
58
59
  terminalId: string;
@@ -60,20 +61,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
61
  gateway: "FeedMe";
61
62
  } | {
62
63
  config?: {
63
- terminalId: string;
64
64
  merchantId: string;
65
+ terminalId: string;
65
66
  privateKey: string;
66
67
  } | null | undefined;
67
68
  gateway: "Ghl";
68
69
  })[] | null | undefined;
69
- deletedAt?: string | null | undefined;
70
70
  status: "Active" | "Inactive";
71
71
  _id: string;
72
+ updatedAt: string;
72
73
  referenceId: string;
73
74
  securityCode: string;
74
75
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
75
76
  createdAt: string;
76
- updatedAt: string;
77
77
  }>;
78
78
  required: true;
79
79
  };
@@ -3,18 +3,19 @@ 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;
6
7
  name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
8
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
11
9
  gateways?: {
12
10
  config?: {
13
11
  packageId: string;
14
12
  uniqueId: string;
15
13
  } | null | undefined;
16
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
14
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
17
15
  }[] | null | undefined;
16
+ deviceId?: string | null | undefined;
17
+ bindCode?: string | null | undefined;
18
+ token?: string | null | undefined;
18
19
  ecrs?: ({
19
20
  config?: {
20
21
  terminalId: string;
@@ -22,20 +23,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
23
  gateway: "FeedMe";
23
24
  } | {
24
25
  config?: {
25
- terminalId: string;
26
26
  merchantId: string;
27
+ terminalId: string;
27
28
  privateKey: string;
28
29
  } | null | undefined;
29
30
  gateway: "Ghl";
30
31
  })[] | null | undefined;
31
- deletedAt?: string | null | undefined;
32
32
  status: "Active" | "Inactive";
33
33
  _id: string;
34
+ updatedAt: string;
34
35
  referenceId: string;
35
36
  securityCode: string;
36
37
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
38
  createdAt: string;
38
- updatedAt: string;
39
39
  }>;
40
40
  required: true;
41
41
  };
@@ -46,18 +46,19 @@ 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;
49
50
  name?: string | null | undefined;
50
- deviceId?: string | null | undefined;
51
- bindCode?: string | null | undefined;
52
51
  secretKey?: string | null | undefined;
53
- token?: string | null | undefined;
54
52
  gateways?: {
55
53
  config?: {
56
54
  packageId: string;
57
55
  uniqueId: string;
58
56
  } | null | undefined;
59
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
57
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
60
58
  }[] | null | undefined;
59
+ deviceId?: string | null | undefined;
60
+ bindCode?: string | null | undefined;
61
+ token?: string | null | undefined;
61
62
  ecrs?: ({
62
63
  config?: {
63
64
  terminalId: string;
@@ -65,20 +66,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
65
66
  gateway: "FeedMe";
66
67
  } | {
67
68
  config?: {
68
- terminalId: string;
69
69
  merchantId: string;
70
+ terminalId: string;
70
71
  privateKey: string;
71
72
  } | null | undefined;
72
73
  gateway: "Ghl";
73
74
  })[] | null | undefined;
74
- deletedAt?: string | null | undefined;
75
75
  status: "Active" | "Inactive";
76
76
  _id: string;
77
+ updatedAt: string;
77
78
  referenceId: string;
78
79
  securityCode: string;
79
80
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
80
81
  createdAt: string;
81
- updatedAt: string;
82
82
  }>;
83
83
  required: true;
84
84
  };