@feedmepos/mf-payment 1.5.18-dev → 1.5.20-dev

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 (73) hide show
  1. package/dist/{Actions.vue_vue_type_script_setup_true_lang-BVJmo7yZ.js → Actions.vue_vue_type_script_setup_true_lang-DbsSsOek.js} +2 -2
  2. package/dist/{Chargeback-tB9aRc32.js → Chargeback-Bds2iEV5.js} +5 -5
  3. package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-DVeP7_1A.js → DocumentViewer.vue_vue_type_script_setup_true_lang-BgL6Nuvr.js} +1 -1
  4. package/dist/{OnboardForm-CFjqDHUQ.js → OnboardForm-BbRipw6v.js} +5 -5
  5. package/dist/{OnboardForm-lzWPdRnK.js → OnboardForm-Bjdtix8t.js} +5 -5
  6. package/dist/{OnboardSubmission-BF3Wq8xe.js → OnboardSubmission-CBXLX9vB.js} +5 -5
  7. package/dist/{OnboardSubmission-JGk9_ODn.js → OnboardSubmission-CNjQNirx.js} +2 -2
  8. package/dist/{PayoutAccount-kUXbY4SV.js → PayoutAccount-CnHSjAFn.js} +181 -155
  9. package/dist/{PayoutAccount-C3dLv3vp.js → PayoutAccount-DtUTEyVW.js} +87 -79
  10. package/dist/{PayoutAccountSetting-BGqJyEP-.js → PayoutAccountSetting-CUJtxE8n.js} +502 -467
  11. package/dist/{Restaurant-BQUb95tS.js → Restaurant-DVSk4KFB.js} +4 -4
  12. package/dist/{RestaurantSetting-DC0f4Ucf.js → RestaurantSetting-CPa7CFaW.js} +3 -3
  13. package/dist/{Settlement-DnPXVtTO.js → Settlement-BOS0NVhn.js} +3 -3
  14. package/dist/{Settlement-zgU3INW2.js → Settlement-CMEBmvhn.js} +3 -3
  15. package/dist/{SettlementTransactions-BeeHTBBa.js → SettlementTransactions-BKCPfMDs.js} +4 -4
  16. package/dist/{SettlementTransactions-CgDzvPcF.js → SettlementTransactions-BwVjsFCT.js} +4 -4
  17. package/dist/{Status.vue_vue_type_script_setup_true_lang-DiLHaz81.js → Status.vue_vue_type_script_setup_true_lang-BiTeDpBk.js} +1 -1
  18. package/dist/{Terminal-Dp4YfQLn.js → Terminal-DJSDtUUp.js} +5 -5
  19. package/dist/{TerminalSetting-22VMhd8q.js → TerminalSetting-CGGpemW8.js} +3 -3
  20. package/dist/{Transaction-DgrEw-tG.js → Transaction-BASuO5u4.js} +6 -6
  21. package/dist/{Transaction-CwxShg0E.js → Transaction-DA3HSvt8.js} +9 -9
  22. package/dist/{TransactionOld-DPF3VYZ7.js → TransactionOld-CmjVUkD9.js} +6 -6
  23. package/dist/{app-Fj7JOZst.js → app-Csm7YQgx.js} +32 -26
  24. package/dist/app.js +1 -1
  25. package/dist/{assets-lFgK3KQx.js → assets-BqyjGcBE.js} +1 -1
  26. package/dist/{grafana-BRpcfaCo.js → grafana-DecAHDp-.js} +1 -1
  27. package/dist/{index-CHX0p0Dm.js → index-B5j5U-Da.js} +1 -1
  28. package/dist/{index-COi73LGz.js → index-BKXccERQ.js} +1 -1
  29. package/dist/{index-DTD9SWXp.js → index-CylkiU8i.js} +1 -1
  30. package/dist/{index-QTsd1BO1.js → index-DQany4ND.js} +1413 -1447
  31. package/dist/{index-9ABD__aA.js → index-DklLFCf5.js} +1 -1
  32. package/dist/{index-hKHpA30o.js → index-DtIipWj2.js} +1 -1
  33. package/dist/{index-CFxxPCNY.js → index-HvRabCwb.js} +1 -1
  34. package/dist/{index-VWqgxrIV.js → index-lkMlxXDI.js} +1 -1
  35. package/dist/{index-Ur-VjIjX.js → index-pBoJWBgh.js} +2 -2
  36. package/dist/{index.vue_vue_type_script_setup_true_lang-QCvHWbIq.js → index.vue_vue_type_script_setup_true_lang-0YY23afw.js} +1 -1
  37. package/dist/package.json +2 -2
  38. package/dist/{payout-account-tKvh4Q7G.js → payout-account-CrbSns2O.js} +3 -3
  39. package/dist/stores/payoutAccount.d.ts +20 -16
  40. package/dist/tsconfig.app.tsbuildinfo +1 -1
  41. package/dist/views/admin/onboard-submission/forms/NTTSubmission.vue.d.ts +20 -20
  42. package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +20 -20
  43. package/dist/views/admin/payout-account/cell/DisplayName.vue.d.ts +6 -0
  44. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +20 -16
  45. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +40 -36
  46. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +40 -36
  47. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +20 -16
  48. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +20 -16
  49. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +40 -36
  50. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +12 -136
  51. package/dist/views/admin/terminal/tabs/EcrGateway.vue.d.ts +12 -136
  52. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +12 -136
  53. package/dist/views/admin/terminal/tabs/QrGateway.vue.d.ts +12 -136
  54. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +12 -136
  55. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +12 -136
  56. package/dist/views/admin/terminal/tabs/ecr/Ghl2Gateway.vue.d.ts +12 -136
  57. package/dist/views/admin/terminal/tabs/ecr/Ghl3Gateway.vue.d.ts +12 -136
  58. package/dist/views/admin/terminal/tabs/ecr/GhlGateway.vue.d.ts +12 -136
  59. package/dist/views/admin/terminal/tabs/ecr/GlobalPaymentsGateway.vue.d.ts +12 -136
  60. package/dist/views/admin/terminal/tabs/ecr/HlbbGateway.vue.d.ts +12 -136
  61. package/dist/views/admin/terminal/tabs/ecr/KBankGateway.vue.d.ts +12 -136
  62. package/dist/views/admin/terminal/tabs/ecr/Maybank2Gateway.vue.d.ts +12 -136
  63. package/dist/views/admin/terminal/tabs/ecr/Maybank3Gateway.vue.d.ts +12 -136
  64. package/dist/views/admin/terminal/tabs/ecr/MaybankGateway.vue.d.ts +12 -136
  65. package/dist/views/admin/terminal/tabs/ecr/NetsGateway.vue.d.ts +12 -136
  66. package/dist/views/admin/terminal/tabs/ecr/TerminalGateway.vue.d.ts +12 -136
  67. package/dist/views/admin/terminal/tabs/qr/PromptPayGateway.vue.d.ts +12 -136
  68. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +12 -136
  69. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +41 -33
  70. package/dist/views/payout-account/cell/DisplayName.vue.d.ts +6 -0
  71. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +64 -64
  72. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +32 -32
  73. package/package.json +2 -2
@@ -4,19 +4,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4
4
  type: PropType<{
5
5
  statusReason?: string | null | undefined;
6
6
  rates?: Record<string, number> | null | undefined;
7
- type: "softspace" | "digipay" | "ntt";
8
7
  status: "pending" | "submitted" | "rejected" | "approved" | "ready";
8
+ type: "softspace" | "digipay" | "ntt";
9
9
  _id: string;
10
- restaurantId: string;
11
- fields: Record<string, string>;
12
- documents: Record<string, string>;
13
10
  updatedAt: string;
14
11
  profile: {
15
12
  legalName?: string | null | undefined;
16
- email: string;
17
13
  name: string;
14
+ email: string;
18
15
  phoneNo: string;
19
16
  };
17
+ restaurantId: string;
18
+ fields: Record<string, string>;
19
+ documents: Record<string, string>;
20
20
  }>;
21
21
  required: true;
22
22
  };
@@ -24,38 +24,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  "update:submission": (submission: {
25
25
  statusReason?: string | null | undefined;
26
26
  rates?: Record<string, number> | null | undefined;
27
- type: "softspace" | "digipay" | "ntt";
28
27
  status: "pending" | "submitted" | "rejected" | "approved" | "ready";
28
+ type: "softspace" | "digipay" | "ntt";
29
29
  _id: string;
30
- restaurantId: string;
31
- fields: Record<string, string>;
32
- documents: Record<string, string>;
33
30
  updatedAt: string;
34
31
  profile: {
35
32
  legalName?: string | null | undefined;
36
- email: string;
37
33
  name: string;
34
+ email: string;
38
35
  phoneNo: string;
39
36
  };
37
+ restaurantId: string;
38
+ fields: Record<string, string>;
39
+ documents: Record<string, string>;
40
40
  }) => any;
41
41
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
42
  submission: {
43
43
  type: PropType<{
44
44
  statusReason?: string | null | undefined;
45
45
  rates?: Record<string, number> | null | undefined;
46
- type: "softspace" | "digipay" | "ntt";
47
46
  status: "pending" | "submitted" | "rejected" | "approved" | "ready";
47
+ type: "softspace" | "digipay" | "ntt";
48
48
  _id: string;
49
- restaurantId: string;
50
- fields: Record<string, string>;
51
- documents: Record<string, string>;
52
49
  updatedAt: string;
53
50
  profile: {
54
51
  legalName?: string | null | undefined;
55
- email: string;
56
52
  name: string;
53
+ email: string;
57
54
  phoneNo: string;
58
55
  };
56
+ restaurantId: string;
57
+ fields: Record<string, string>;
58
+ documents: Record<string, string>;
59
59
  }>;
60
60
  required: true;
61
61
  };
@@ -63,19 +63,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
63
63
  "onUpdate:submission"?: ((submission: {
64
64
  statusReason?: string | null | undefined;
65
65
  rates?: Record<string, number> | null | undefined;
66
- type: "softspace" | "digipay" | "ntt";
67
66
  status: "pending" | "submitted" | "rejected" | "approved" | "ready";
67
+ type: "softspace" | "digipay" | "ntt";
68
68
  _id: string;
69
- restaurantId: string;
70
- fields: Record<string, string>;
71
- documents: Record<string, string>;
72
69
  updatedAt: string;
73
70
  profile: {
74
71
  legalName?: string | null | undefined;
75
- email: string;
76
72
  name: string;
73
+ email: string;
77
74
  phoneNo: string;
78
75
  };
76
+ restaurantId: string;
77
+ fields: Record<string, string>;
78
+ documents: Record<string, string>;
79
79
  }) => any) | undefined;
80
80
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
81
  export default _default;
@@ -4,19 +4,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4
4
  type: PropType<{
5
5
  statusReason?: string | null | undefined;
6
6
  rates?: Record<string, number> | null | undefined;
7
- type: "softspace" | "digipay" | "ntt";
8
7
  status: "pending" | "submitted" | "rejected" | "approved" | "ready";
8
+ type: "softspace" | "digipay" | "ntt";
9
9
  _id: string;
10
- restaurantId: string;
11
- fields: Record<string, string>;
12
- documents: Record<string, string>;
13
10
  updatedAt: string;
14
11
  profile: {
15
12
  legalName?: string | null | undefined;
16
- email: string;
17
13
  name: string;
14
+ email: string;
18
15
  phoneNo: string;
19
16
  };
17
+ restaurantId: string;
18
+ fields: Record<string, string>;
19
+ documents: Record<string, string>;
20
20
  }>;
21
21
  required: true;
22
22
  };
@@ -24,38 +24,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  "update:submission": (submission: {
25
25
  statusReason?: string | null | undefined;
26
26
  rates?: Record<string, number> | null | undefined;
27
- type: "softspace" | "digipay" | "ntt";
28
27
  status: "pending" | "submitted" | "rejected" | "approved" | "ready";
28
+ type: "softspace" | "digipay" | "ntt";
29
29
  _id: string;
30
- restaurantId: string;
31
- fields: Record<string, string>;
32
- documents: Record<string, string>;
33
30
  updatedAt: string;
34
31
  profile: {
35
32
  legalName?: string | null | undefined;
36
- email: string;
37
33
  name: string;
34
+ email: string;
38
35
  phoneNo: string;
39
36
  };
37
+ restaurantId: string;
38
+ fields: Record<string, string>;
39
+ documents: Record<string, string>;
40
40
  }) => any;
41
41
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
42
  submission: {
43
43
  type: PropType<{
44
44
  statusReason?: string | null | undefined;
45
45
  rates?: Record<string, number> | null | undefined;
46
- type: "softspace" | "digipay" | "ntt";
47
46
  status: "pending" | "submitted" | "rejected" | "approved" | "ready";
47
+ type: "softspace" | "digipay" | "ntt";
48
48
  _id: string;
49
- restaurantId: string;
50
- fields: Record<string, string>;
51
- documents: Record<string, string>;
52
49
  updatedAt: string;
53
50
  profile: {
54
51
  legalName?: string | null | undefined;
55
- email: string;
56
52
  name: string;
53
+ email: string;
57
54
  phoneNo: string;
58
55
  };
56
+ restaurantId: string;
57
+ fields: Record<string, string>;
58
+ documents: Record<string, string>;
59
59
  }>;
60
60
  required: true;
61
61
  };
@@ -63,19 +63,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
63
63
  "onUpdate:submission"?: ((submission: {
64
64
  statusReason?: string | null | undefined;
65
65
  rates?: Record<string, number> | null | undefined;
66
- type: "softspace" | "digipay" | "ntt";
67
66
  status: "pending" | "submitted" | "rejected" | "approved" | "ready";
67
+ type: "softspace" | "digipay" | "ntt";
68
68
  _id: string;
69
- restaurantId: string;
70
- fields: Record<string, string>;
71
- documents: Record<string, string>;
72
69
  updatedAt: string;
73
70
  profile: {
74
71
  legalName?: string | null | undefined;
75
- email: string;
76
72
  name: string;
73
+ email: string;
77
74
  phoneNo: string;
78
75
  };
76
+ restaurantId: string;
77
+ fields: Record<string, string>;
78
+ documents: Record<string, string>;
79
79
  }) => any) | undefined;
80
80
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
81
  export default _default;
@@ -0,0 +1,6 @@
1
+ import { type Row } from "@feedmepos/ui-library";
2
+ type __VLS_Props = {
3
+ row: Row<any>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
@@ -2,6 +2,7 @@ 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;
5
6
  gateways?: ({
6
7
  config: {
7
8
  clientId: string;
@@ -12,17 +13,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
13
  paymentGateway: "REVENUE_MONSTER";
13
14
  } | {
14
15
  config: {
15
- secretKey: string;
16
16
  merchantId: string;
17
+ secretKey: string;
17
18
  verifyKey: string;
18
19
  };
19
20
  paymentGateway: "RAZER_MERCHANT_SERVICE";
20
21
  } | {
21
22
  config: {
22
23
  merchantId: string;
23
- storeID: string;
24
24
  merchantName: string;
25
25
  merchantCategoryCode: string;
26
+ storeID: string;
26
27
  storeName: string;
27
28
  };
28
29
  paymentGateway: "MACAU_PASS";
@@ -44,15 +45,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
45
  paymentGateway: "ADYEN";
45
46
  } | {
46
47
  config: {
47
- privateKey: string;
48
48
  appId: string;
49
+ privateKey: string;
49
50
  };
50
51
  paymentGateway: "KSHER";
51
52
  })[] | null | undefined;
52
- enable?: boolean | null | undefined;
53
53
  ref?: any;
54
54
  status: "NEW" | "PENDING" | "APPROVED";
55
- notifyUrl: string;
56
55
  _id: string;
57
56
  store: {
58
57
  bank?: {
@@ -61,8 +60,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
60
  holderName?: string | null | undefined;
62
61
  name: string;
63
62
  } | null | undefined;
64
- bankStatement?: string | null | undefined;
63
+ regNo?: string | null | undefined;
64
+ companyName?: string | null | undefined;
65
65
  ssm?: string | null | undefined;
66
+ bankStatement?: string | null | undefined;
66
67
  exteriorPhoto?: string | null | undefined;
67
68
  keyPerson?: {
68
69
  name: string;
@@ -72,7 +73,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
73
  id: string;
73
74
  event: "ORDERING" | "MARKETING";
74
75
  };
75
- businessId: string;
76
+ notifyUrl: string;
76
77
  methods: {
77
78
  rate?: {
78
79
  amount: number;
@@ -83,15 +84,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
83
84
  precision: number;
84
85
  } | null | undefined;
85
86
  tPlus?: number | null | undefined;
86
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CARD" | "CASH" | "KBANK" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
87
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "KBANK";
87
88
  variant: string;
88
89
  }[];
90
+ businessId: string;
89
91
  }>;
90
92
  required: true;
91
93
  };
92
94
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
93
95
  payoutAccount: {
94
96
  type: PropType<{
97
+ enable?: boolean | null | undefined;
95
98
  gateways?: ({
96
99
  config: {
97
100
  clientId: string;
@@ -102,17 +105,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
102
105
  paymentGateway: "REVENUE_MONSTER";
103
106
  } | {
104
107
  config: {
105
- secretKey: string;
106
108
  merchantId: string;
109
+ secretKey: string;
107
110
  verifyKey: string;
108
111
  };
109
112
  paymentGateway: "RAZER_MERCHANT_SERVICE";
110
113
  } | {
111
114
  config: {
112
115
  merchantId: string;
113
- storeID: string;
114
116
  merchantName: string;
115
117
  merchantCategoryCode: string;
118
+ storeID: string;
116
119
  storeName: string;
117
120
  };
118
121
  paymentGateway: "MACAU_PASS";
@@ -134,15 +137,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
134
137
  paymentGateway: "ADYEN";
135
138
  } | {
136
139
  config: {
137
- privateKey: string;
138
140
  appId: string;
141
+ privateKey: string;
139
142
  };
140
143
  paymentGateway: "KSHER";
141
144
  })[] | null | undefined;
142
- enable?: boolean | null | undefined;
143
145
  ref?: any;
144
146
  status: "NEW" | "PENDING" | "APPROVED";
145
- notifyUrl: string;
146
147
  _id: string;
147
148
  store: {
148
149
  bank?: {
@@ -151,8 +152,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
151
152
  holderName?: string | null | undefined;
152
153
  name: string;
153
154
  } | null | undefined;
154
- bankStatement?: string | null | undefined;
155
+ regNo?: string | null | undefined;
156
+ companyName?: string | null | undefined;
155
157
  ssm?: string | null | undefined;
158
+ bankStatement?: string | null | undefined;
156
159
  exteriorPhoto?: string | null | undefined;
157
160
  keyPerson?: {
158
161
  name: string;
@@ -162,7 +165,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
162
165
  id: string;
163
166
  event: "ORDERING" | "MARKETING";
164
167
  };
165
- businessId: string;
168
+ notifyUrl: string;
166
169
  methods: {
167
170
  rate?: {
168
171
  amount: number;
@@ -173,9 +176,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
173
176
  precision: number;
174
177
  } | null | undefined;
175
178
  tPlus?: number | null | undefined;
176
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CARD" | "CASH" | "KBANK" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
179
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "KBANK";
177
180
  variant: string;
178
181
  }[];
182
+ businessId: string;
179
183
  }>;
180
184
  required: true;
181
185
  };
@@ -2,6 +2,17 @@ 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
+ type: "googlePay" | "applePay";
8
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS";
9
+ config: {
10
+ gateway: string;
11
+ gatewayMerchantId: string;
12
+ } | {
13
+ merchantId: string;
14
+ };
15
+ }[] | null | undefined;
5
16
  gateways?: ({
6
17
  config: {
7
18
  clientId: string;
@@ -12,17 +23,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
23
  paymentGateway: "REVENUE_MONSTER";
13
24
  } | {
14
25
  config: {
15
- secretKey: string;
16
26
  merchantId: string;
27
+ secretKey: string;
17
28
  verifyKey: string;
18
29
  };
19
30
  paymentGateway: "RAZER_MERCHANT_SERVICE";
20
31
  } | {
21
32
  config: {
22
33
  merchantId: string;
23
- storeID: string;
24
34
  merchantName: string;
25
35
  merchantCategoryCode: string;
36
+ storeID: string;
26
37
  storeName: string;
27
38
  };
28
39
  paymentGateway: "MACAU_PASS";
@@ -44,22 +55,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
55
  paymentGateway: "ADYEN";
45
56
  } | {
46
57
  config: {
47
- privateKey: string;
48
58
  appId: string;
59
+ privateKey: string;
49
60
  };
50
61
  paymentGateway: "KSHER";
51
62
  })[] | null | undefined;
52
- enable?: boolean | null | undefined;
53
- tokens?: {
54
- type: "googlePay" | "applePay";
55
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS";
56
- config: {
57
- gateway: string;
58
- gatewayMerchantId: string;
59
- } | {
60
- merchantId: string;
61
- };
62
- }[] | null | undefined;
63
63
  gatewayOverride?: {
64
64
  type?: string | null | undefined;
65
65
  conditions?: {
@@ -72,7 +72,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  label: string;
73
73
  }[] | null | undefined;
74
74
  status: "NEW" | "PENDING" | "APPROVED";
75
- notifyUrl: string;
76
75
  _id: string;
77
76
  store: {
78
77
  bank?: {
@@ -81,8 +80,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
81
80
  holderName?: string | null | undefined;
82
81
  name: string;
83
82
  } | null | undefined;
84
- bankStatement?: string | null | undefined;
83
+ regNo?: string | null | undefined;
84
+ companyName?: string | null | undefined;
85
85
  ssm?: string | null | undefined;
86
+ bankStatement?: string | null | undefined;
86
87
  exteriorPhoto?: string | null | undefined;
87
88
  keyPerson?: {
88
89
  name: string;
@@ -92,7 +93,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
93
  id: string;
93
94
  event: "ORDERING" | "MARKETING";
94
95
  };
95
- businessId: string;
96
+ notifyUrl: string;
96
97
  methods: {
97
98
  rate?: {
98
99
  amount: number;
@@ -103,15 +104,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
103
104
  precision: number;
104
105
  } | null | undefined;
105
106
  tPlus?: number | null | undefined;
106
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CARD" | "CASH" | "KBANK" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
107
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "KBANK";
107
108
  variant: string;
108
109
  }[];
110
+ businessId: string;
109
111
  }>;
110
112
  required: true;
111
113
  };
112
114
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
113
115
  payoutAccount: {
114
116
  type: PropType<{
117
+ enable?: boolean | null | undefined;
118
+ tokens?: {
119
+ type: "googlePay" | "applePay";
120
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS";
121
+ config: {
122
+ gateway: string;
123
+ gatewayMerchantId: string;
124
+ } | {
125
+ merchantId: string;
126
+ };
127
+ }[] | null | undefined;
115
128
  gateways?: ({
116
129
  config: {
117
130
  clientId: string;
@@ -122,17 +135,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
122
135
  paymentGateway: "REVENUE_MONSTER";
123
136
  } | {
124
137
  config: {
125
- secretKey: string;
126
138
  merchantId: string;
139
+ secretKey: string;
127
140
  verifyKey: string;
128
141
  };
129
142
  paymentGateway: "RAZER_MERCHANT_SERVICE";
130
143
  } | {
131
144
  config: {
132
145
  merchantId: string;
133
- storeID: string;
134
146
  merchantName: string;
135
147
  merchantCategoryCode: string;
148
+ storeID: string;
136
149
  storeName: string;
137
150
  };
138
151
  paymentGateway: "MACAU_PASS";
@@ -154,22 +167,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
154
167
  paymentGateway: "ADYEN";
155
168
  } | {
156
169
  config: {
157
- privateKey: string;
158
170
  appId: string;
171
+ privateKey: string;
159
172
  };
160
173
  paymentGateway: "KSHER";
161
174
  })[] | null | undefined;
162
- enable?: boolean | null | undefined;
163
- tokens?: {
164
- type: "googlePay" | "applePay";
165
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS";
166
- config: {
167
- gateway: string;
168
- gatewayMerchantId: string;
169
- } | {
170
- merchantId: string;
171
- };
172
- }[] | null | undefined;
173
175
  gatewayOverride?: {
174
176
  type?: string | null | undefined;
175
177
  conditions?: {
@@ -182,7 +184,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
182
184
  label: string;
183
185
  }[] | null | undefined;
184
186
  status: "NEW" | "PENDING" | "APPROVED";
185
- notifyUrl: string;
186
187
  _id: string;
187
188
  store: {
188
189
  bank?: {
@@ -191,8 +192,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
191
192
  holderName?: string | null | undefined;
192
193
  name: string;
193
194
  } | null | undefined;
194
- bankStatement?: string | null | undefined;
195
+ regNo?: string | null | undefined;
196
+ companyName?: string | null | undefined;
195
197
  ssm?: string | null | undefined;
198
+ bankStatement?: string | null | undefined;
196
199
  exteriorPhoto?: string | null | undefined;
197
200
  keyPerson?: {
198
201
  name: string;
@@ -202,7 +205,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
202
205
  id: string;
203
206
  event: "ORDERING" | "MARKETING";
204
207
  };
205
- businessId: string;
208
+ notifyUrl: string;
206
209
  methods: {
207
210
  rate?: {
208
211
  amount: number;
@@ -213,9 +216,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
213
216
  precision: number;
214
217
  } | null | undefined;
215
218
  tPlus?: number | null | undefined;
216
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CARD" | "CASH" | "KBANK" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
219
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "KBANK";
217
220
  variant: string;
218
221
  }[];
222
+ businessId: string;
219
223
  }>;
220
224
  required: true;
221
225
  };