@feedmepos/mf-payment 1.2.1 → 1.2.2

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 (61) hide show
  1. package/dist/{PDFViewer-BQfgFexr.js → PDFViewer-xrBtzrlR.js} +1 -2
  2. package/dist/{PayoutAccount-D8R2kieb.js → PayoutAccount-C1eI-Tha.js} +6 -6
  3. package/dist/{PayoutAccount-CajKtGCP.js → PayoutAccount-QY9LkR0r.js} +7 -7
  4. package/dist/PayoutAccountSetting-Bt-BBfpF.js +970 -0
  5. package/dist/{Restaurant-Dbp_UTNd.js → Restaurant-DMEt0GSf.js} +4 -4
  6. package/dist/RestaurantSetting-Bjgjx7_c.js +487 -0
  7. package/dist/{Settlement-D47q_Wmh.js → Settlement-DHczxjKA.js} +3 -3
  8. package/dist/{Settlement-CIl7p5BM.js → Settlement-PYl2xRrw.js} +3 -3
  9. package/dist/{SettlementTransactions-BSN_bqJ2.js → SettlementTransactions-B6eUs4ay.js} +3 -3
  10. package/dist/{SettlementTransactions-VhSpt9Ya.js → SettlementTransactions-Bn2-iO30.js} +3 -3
  11. package/dist/{Terminal-DhDp8CZP.js → Terminal-q9AtQVTw.js} +36 -36
  12. package/dist/{TerminalSetting-Z4Yf71s4.js → TerminalSetting-DKvLKsrH.js} +218 -212
  13. package/dist/{Transaction-DfqdJTc4.js → Transaction-BSDhGkTu.js} +5 -5
  14. package/dist/{Transaction-DodA1Rsr.js → Transaction-DlkiWPJt.js} +7 -7
  15. package/dist/{TransactionOld-BVC2EZES.js → TransactionOld-B93Kp78J.js} +4 -4
  16. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-BSQyjy9r.js → TransactionTable.vue_vue_type_script_setup_true_lang-DEgiifDL.js} +3 -3
  17. package/dist/{app-DO-yUYMX.js → app-B1yXzXMJ.js} +361 -361
  18. package/dist/app.js +1 -1
  19. package/dist/{assets-Afjskent.js → assets-DbCf2oTj.js} +2 -2
  20. package/dist/{grafana-Bx1CNAeG.js → grafana-CxvNheOh.js} +1 -1
  21. package/dist/{index-eVDNyUp0.js → index-BoafQG_3.js} +1 -1
  22. package/dist/{index-DcA8mNkW.js → index-BwmZGhzh.js} +7830 -7804
  23. package/dist/{index-CWjhBRl-.js → index-C9YbV874.js} +1 -1
  24. package/dist/{index-DjMmMfFw.js → index-DJx90D2_.js} +1 -1
  25. package/dist/{index-9ImIPLpT.js → index-DQ6y1YEM.js} +1 -1
  26. package/dist/{index-BG-pqgpq.js → index-DoWYy-5F.js} +2 -2
  27. package/dist/{index-DJFB47Iu.js → index-DrVrxzsm.js} +1 -1
  28. package/dist/{index.vue_vue_type_script_setup_true_lang-Pj1GGD11.js → index.vue_vue_type_script_setup_true_lang-BJAdIBCX.js} +1 -1
  29. package/dist/package.json +4 -4
  30. package/dist/{payout-account-1UTg_py3.js → payout-account-Cy0D7ycP.js} +3 -3
  31. package/dist/stores/payoutAccount.d.ts +62 -12
  32. package/dist/tsconfig.app.tsbuildinfo +1 -1
  33. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +62 -12
  34. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +38 -20
  35. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +38 -20
  36. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +62 -12
  37. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +62 -12
  38. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +38 -20
  39. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +2 -2
  40. package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +46 -1
  41. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
  42. package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +6 -6
  43. package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +2 -2
  44. package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +50 -0
  45. package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +2 -2
  46. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +12 -12
  47. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +12 -12
  48. package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +14 -12
  49. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +12 -12
  50. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +12 -12
  51. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +12 -12
  52. package/dist/views/admin/terminal/tabs/SoftspaceGateway.vue.d.ts +12 -12
  53. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +12 -12
  54. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +12 -12
  55. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +124 -24
  56. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +36 -36
  57. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +18 -18
  58. package/dist/views/settlement/SettlementTable.vue.d.ts +12 -12
  59. package/package.json +4 -4
  60. package/dist/PayoutAccountSetting-DQqH71Pj.js +0 -890
  61. package/dist/RestaurantSetting-dem9GccJ.js +0 -412
@@ -3,17 +3,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  terminal: {
4
4
  type: PropType<{
5
5
  name?: string | null | undefined;
6
- deviceId?: string | null | undefined;
7
- bindCode?: string | null | undefined;
8
6
  secretKey?: string | null | undefined;
9
- token?: string | null | undefined;
10
7
  gateways?: {
11
8
  config?: {
12
9
  packageId: string;
13
10
  uniqueId: string;
14
11
  } | null | undefined;
15
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
12
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "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;
@@ -28,12 +28,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
28
28
  gateway: "Ghl";
29
29
  })[] | null | undefined;
30
30
  deletedAt?: string | null | undefined;
31
- status: "Active" | "Inactive";
32
31
  _id: string;
32
+ status: "Active" | "Inactive";
33
33
  referenceId: string;
34
+ createdAt: string;
34
35
  securityCode: string;
35
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
- createdAt: string;
37
37
  updatedAt: string;
38
38
  }>;
39
39
  };
@@ -41,17 +41,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
41
41
  terminal: {
42
42
  type: PropType<{
43
43
  name?: string | null | undefined;
44
- deviceId?: string | null | undefined;
45
- bindCode?: string | null | undefined;
46
44
  secretKey?: string | null | undefined;
47
- token?: string | null | undefined;
48
45
  gateways?: {
49
46
  config?: {
50
47
  packageId: string;
51
48
  uniqueId: string;
52
49
  } | null | undefined;
53
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
50
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
54
51
  }[] | null | undefined;
52
+ deviceId?: string | null | undefined;
53
+ bindCode?: string | null | undefined;
54
+ token?: string | null | undefined;
55
55
  ecrs?: ({
56
56
  config?: {
57
57
  terminalId: string;
@@ -66,12 +66,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
66
66
  gateway: "Ghl";
67
67
  })[] | null | undefined;
68
68
  deletedAt?: string | null | undefined;
69
- status: "Active" | "Inactive";
70
69
  _id: string;
70
+ status: "Active" | "Inactive";
71
71
  referenceId: string;
72
+ createdAt: string;
72
73
  securityCode: string;
73
74
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
74
- createdAt: string;
75
75
  updatedAt: string;
76
76
  }>;
77
77
  };
@@ -4,18 +4,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4
4
  terminal: {
5
5
  type: PropType<{
6
6
  name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
7
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
11
8
  gateways?: {
12
9
  config?: {
13
10
  packageId: string;
14
11
  uniqueId: string;
15
12
  } | null | undefined;
16
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
13
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "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
+ /**__VLS_emit,__VLS_3,validation-success*/
19
20
  config?: {
20
21
  terminalId: string;
21
22
  } | null | undefined;
@@ -29,12 +30,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
30
  gateway: "Ghl";
30
31
  })[] | null | undefined;
31
32
  deletedAt?: string | null | undefined;
32
- status: "Active" | "Inactive";
33
33
  _id: string;
34
+ status: "Active" | "Inactive";
34
35
  referenceId: string;
36
+ createdAt: string;
35
37
  securityCode: string;
36
38
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
- createdAt: string;
38
39
  updatedAt: string;
39
40
  }>;
40
41
  required: true;
@@ -47,18 +48,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
48
  terminal: {
48
49
  type: PropType<{
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";
57
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
60
58
  }[] | null | undefined;
59
+ deviceId?: string | null | undefined;
60
+ bindCode?: string | null | undefined;
61
+ token?: string | null | undefined;
61
62
  ecrs?: ({
63
+ /**__VLS_emit,__VLS_3,validation-success*/
62
64
  config?: {
63
65
  terminalId: string;
64
66
  } | null | undefined;
@@ -72,12 +74,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
74
  gateway: "Ghl";
73
75
  })[] | null | undefined;
74
76
  deletedAt?: string | null | undefined;
75
- status: "Active" | "Inactive";
76
77
  _id: string;
78
+ status: "Active" | "Inactive";
77
79
  referenceId: string;
80
+ createdAt: string;
78
81
  securityCode: string;
79
82
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
80
- createdAt: string;
81
83
  updatedAt: string;
82
84
  }>;
83
85
  required: true;
@@ -4,17 +4,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4
4
  terminal: {
5
5
  type: PropType<{
6
6
  name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
7
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
11
8
  gateways?: {
12
9
  config?: {
13
10
  packageId: string;
14
11
  uniqueId: string;
15
12
  } | null | undefined;
16
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
13
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "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;
@@ -29,12 +29,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  gateway: "Ghl";
30
30
  })[] | null | undefined;
31
31
  deletedAt?: string | null | undefined;
32
- status: "Active" | "Inactive";
33
32
  _id: string;
33
+ status: "Active" | "Inactive";
34
34
  referenceId: string;
35
+ createdAt: string;
35
36
  securityCode: string;
36
37
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
- createdAt: string;
38
38
  updatedAt: string;
39
39
  }>;
40
40
  required: true;
@@ -47,17 +47,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
47
  terminal: {
48
48
  type: PropType<{
49
49
  name?: string | null | undefined;
50
- deviceId?: string | null | undefined;
51
- bindCode?: string | null | undefined;
52
50
  secretKey?: string | null | undefined;
53
- token?: string | null | undefined;
54
51
  gateways?: {
55
52
  config?: {
56
53
  packageId: string;
57
54
  uniqueId: string;
58
55
  } | null | undefined;
59
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
56
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
60
57
  }[] | null | undefined;
58
+ deviceId?: string | null | undefined;
59
+ bindCode?: string | null | undefined;
60
+ token?: string | null | undefined;
61
61
  ecrs?: ({
62
62
  config?: {
63
63
  terminalId: string;
@@ -72,12 +72,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  gateway: "Ghl";
73
73
  })[] | null | undefined;
74
74
  deletedAt?: string | null | undefined;
75
- status: "Active" | "Inactive";
76
75
  _id: string;
76
+ status: "Active" | "Inactive";
77
77
  referenceId: string;
78
+ createdAt: string;
78
79
  securityCode: string;
79
80
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
80
- createdAt: string;
81
81
  updatedAt: string;
82
82
  }>;
83
83
  required: true;
@@ -3,17 +3,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  terminal: {
4
4
  type: PropType<{
5
5
  name?: string | null | undefined;
6
- deviceId?: string | null | undefined;
7
- bindCode?: string | null | undefined;
8
6
  secretKey?: string | null | undefined;
9
- token?: string | null | undefined;
10
7
  gateways?: {
11
8
  config?: {
12
9
  packageId: string;
13
10
  uniqueId: string;
14
11
  } | null | undefined;
15
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
12
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "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;
@@ -28,12 +28,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
28
28
  gateway: "Ghl";
29
29
  })[] | null | undefined;
30
30
  deletedAt?: string | null | undefined;
31
- status: "Active" | "Inactive";
32
31
  _id: string;
32
+ status: "Active" | "Inactive";
33
33
  referenceId: string;
34
+ createdAt: string;
34
35
  securityCode: string;
35
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
- createdAt: string;
37
37
  updatedAt: string;
38
38
  }>;
39
39
  required: true;
@@ -42,17 +42,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  terminal: {
43
43
  type: PropType<{
44
44
  name?: string | null | undefined;
45
- deviceId?: string | null | undefined;
46
- bindCode?: string | null | undefined;
47
45
  secretKey?: string | null | undefined;
48
- token?: string | null | undefined;
49
46
  gateways?: {
50
47
  config?: {
51
48
  packageId: string;
52
49
  uniqueId: string;
53
50
  } | null | undefined;
54
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
51
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
55
52
  }[] | null | undefined;
53
+ deviceId?: string | null | undefined;
54
+ bindCode?: string | null | undefined;
55
+ token?: string | null | undefined;
56
56
  ecrs?: ({
57
57
  config?: {
58
58
  terminalId: string;
@@ -67,12 +67,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
67
67
  gateway: "Ghl";
68
68
  })[] | null | undefined;
69
69
  deletedAt?: string | null | undefined;
70
- status: "Active" | "Inactive";
71
70
  _id: string;
71
+ status: "Active" | "Inactive";
72
72
  referenceId: string;
73
+ createdAt: string;
73
74
  securityCode: string;
74
75
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
75
- createdAt: string;
76
76
  updatedAt: string;
77
77
  }>;
78
78
  required: true;
@@ -3,17 +3,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  terminal: {
4
4
  type: PropType<{
5
5
  name?: string | null | undefined;
6
- deviceId?: string | null | undefined;
7
- bindCode?: string | null | undefined;
8
6
  secretKey?: string | null | undefined;
9
- token?: string | null | undefined;
10
7
  gateways?: {
11
8
  config?: {
12
9
  packageId: string;
13
10
  uniqueId: string;
14
11
  } | null | undefined;
15
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
12
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "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;
@@ -28,12 +28,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
28
28
  gateway: "Ghl";
29
29
  })[] | null | undefined;
30
30
  deletedAt?: string | null | undefined;
31
- status: "Active" | "Inactive";
32
31
  _id: string;
32
+ status: "Active" | "Inactive";
33
33
  referenceId: string;
34
+ createdAt: string;
34
35
  securityCode: string;
35
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
- createdAt: string;
37
37
  updatedAt: string;
38
38
  }>;
39
39
  required: true;
@@ -42,17 +42,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  terminal: {
43
43
  type: PropType<{
44
44
  name?: string | null | undefined;
45
- deviceId?: string | null | undefined;
46
- bindCode?: string | null | undefined;
47
45
  secretKey?: string | null | undefined;
48
- token?: string | null | undefined;
49
46
  gateways?: {
50
47
  config?: {
51
48
  packageId: string;
52
49
  uniqueId: string;
53
50
  } | null | undefined;
54
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
51
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
55
52
  }[] | null | undefined;
53
+ deviceId?: string | null | undefined;
54
+ bindCode?: string | null | undefined;
55
+ token?: string | null | undefined;
56
56
  ecrs?: ({
57
57
  config?: {
58
58
  terminalId: string;
@@ -67,12 +67,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
67
67
  gateway: "Ghl";
68
68
  })[] | null | undefined;
69
69
  deletedAt?: string | null | undefined;
70
- status: "Active" | "Inactive";
71
70
  _id: string;
71
+ status: "Active" | "Inactive";
72
72
  referenceId: string;
73
+ createdAt: string;
73
74
  securityCode: string;
74
75
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
75
- createdAt: string;
76
76
  updatedAt: string;
77
77
  }>;
78
78
  required: true;
@@ -4,17 +4,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4
4
  terminal: {
5
5
  type: PropType<{
6
6
  name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
7
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
11
8
  gateways?: {
12
9
  config?: {
13
10
  packageId: string;
14
11
  uniqueId: string;
15
12
  } | null | undefined;
16
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
13
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "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;
@@ -29,12 +29,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  gateway: "Ghl";
30
30
  })[] | null | undefined;
31
31
  deletedAt?: string | null | undefined;
32
- status: "Active" | "Inactive";
33
32
  _id: string;
33
+ status: "Active" | "Inactive";
34
34
  referenceId: string;
35
+ createdAt: string;
35
36
  securityCode: string;
36
37
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
- createdAt: string;
38
38
  updatedAt: string;
39
39
  }>;
40
40
  required: true;
@@ -47,17 +47,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
47
  terminal: {
48
48
  type: PropType<{
49
49
  name?: string | null | undefined;
50
- deviceId?: string | null | undefined;
51
- bindCode?: string | null | undefined;
52
50
  secretKey?: string | null | undefined;
53
- token?: string | null | undefined;
54
51
  gateways?: {
55
52
  config?: {
56
53
  packageId: string;
57
54
  uniqueId: string;
58
55
  } | null | undefined;
59
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
56
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
60
57
  }[] | null | undefined;
58
+ deviceId?: string | null | undefined;
59
+ bindCode?: string | null | undefined;
60
+ token?: string | null | undefined;
61
61
  ecrs?: ({
62
62
  config?: {
63
63
  terminalId: string;
@@ -72,12 +72,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  gateway: "Ghl";
73
73
  })[] | null | undefined;
74
74
  deletedAt?: string | null | undefined;
75
- status: "Active" | "Inactive";
76
75
  _id: string;
76
+ status: "Active" | "Inactive";
77
77
  referenceId: string;
78
+ createdAt: string;
78
79
  securityCode: string;
79
80
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
80
- createdAt: string;
81
81
  updatedAt: string;
82
82
  }>;
83
83
  required: true;
@@ -4,17 +4,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4
4
  terminal: {
5
5
  type: PropType<{
6
6
  name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
7
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
11
8
  gateways?: {
12
9
  config?: {
13
10
  packageId: string;
14
11
  uniqueId: string;
15
12
  } | null | undefined;
16
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
13
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "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;
@@ -29,12 +29,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  gateway: "Ghl";
30
30
  })[] | null | undefined;
31
31
  deletedAt?: string | null | undefined;
32
- status: "Active" | "Inactive";
33
32
  _id: string;
33
+ status: "Active" | "Inactive";
34
34
  referenceId: string;
35
+ createdAt: string;
35
36
  securityCode: string;
36
37
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
- createdAt: string;
38
38
  updatedAt: string;
39
39
  }>;
40
40
  required: true;
@@ -47,17 +47,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
47
  terminal: {
48
48
  type: PropType<{
49
49
  name?: string | null | undefined;
50
- deviceId?: string | null | undefined;
51
- bindCode?: string | null | undefined;
52
50
  secretKey?: string | null | undefined;
53
- token?: string | null | undefined;
54
51
  gateways?: {
55
52
  config?: {
56
53
  packageId: string;
57
54
  uniqueId: string;
58
55
  } | null | undefined;
59
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
56
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
60
57
  }[] | null | undefined;
58
+ deviceId?: string | null | undefined;
59
+ bindCode?: string | null | undefined;
60
+ token?: string | null | undefined;
61
61
  ecrs?: ({
62
62
  config?: {
63
63
  terminalId: string;
@@ -72,12 +72,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  gateway: "Ghl";
73
73
  })[] | null | undefined;
74
74
  deletedAt?: string | null | undefined;
75
- status: "Active" | "Inactive";
76
75
  _id: string;
76
+ status: "Active" | "Inactive";
77
77
  referenceId: string;
78
+ createdAt: string;
78
79
  securityCode: string;
79
80
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
80
- createdAt: string;
81
81
  updatedAt: string;
82
82
  }>;
83
83
  required: true;
@@ -3,17 +3,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  terminal: {
4
4
  type: PropType<{
5
5
  name?: string | null | undefined;
6
- deviceId?: string | null | undefined;
7
- bindCode?: string | null | undefined;
8
6
  secretKey?: string | null | undefined;
9
- token?: string | null | undefined;
10
7
  gateways?: {
11
8
  config?: {
12
9
  packageId: string;
13
10
  uniqueId: string;
14
11
  } | null | undefined;
15
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
12
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "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;
@@ -28,12 +28,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
28
28
  gateway: "Ghl";
29
29
  })[] | null | undefined;
30
30
  deletedAt?: string | null | undefined;
31
- status: "Active" | "Inactive";
32
31
  _id: string;
32
+ status: "Active" | "Inactive";
33
33
  referenceId: string;
34
+ createdAt: string;
34
35
  securityCode: string;
35
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
- createdAt: string;
37
37
  updatedAt: string;
38
38
  }>;
39
39
  required: true;
@@ -42,17 +42,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  terminal: {
43
43
  type: PropType<{
44
44
  name?: string | null | undefined;
45
- deviceId?: string | null | undefined;
46
- bindCode?: string | null | undefined;
47
45
  secretKey?: string | null | undefined;
48
- token?: string | null | undefined;
49
46
  gateways?: {
50
47
  config?: {
51
48
  packageId: string;
52
49
  uniqueId: string;
53
50
  } | null | undefined;
54
- gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
51
+ gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
55
52
  }[] | null | undefined;
53
+ deviceId?: string | null | undefined;
54
+ bindCode?: string | null | undefined;
55
+ token?: string | null | undefined;
56
56
  ecrs?: ({
57
57
  config?: {
58
58
  terminalId: string;
@@ -67,12 +67,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
67
67
  gateway: "Ghl";
68
68
  })[] | null | undefined;
69
69
  deletedAt?: string | null | undefined;
70
- status: "Active" | "Inactive";
71
70
  _id: string;
71
+ status: "Active" | "Inactive";
72
72
  referenceId: string;
73
+ createdAt: string;
73
74
  securityCode: string;
74
75
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
75
- createdAt: string;
76
76
  updatedAt: string;
77
77
  }>;
78
78
  required: true;