@feedmepos/mf-payment 1.3.20 → 1.3.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist/{OnboardForm-BXyoazh5.js → OnboardForm-UC7FlAKc.js} +4 -4
  2. package/dist/{OnboardForm-Kg41JzfR.js → OnboardForm-ZIeFW3ZH.js} +4 -4
  3. package/dist/{OnboardSubmission-DYxlgxNk.js → OnboardSubmission-CGI_T8K6.js} +2 -2
  4. package/dist/{OnboardSubmission-Dc7x4iX2.js → OnboardSubmission-CUqrOqBi.js} +5 -5
  5. package/dist/{PayoutAccount-BGp3dZty.js → PayoutAccount-D2eUU8Qa.js} +5 -5
  6. package/dist/{PayoutAccount-BsG-nuC9.js → PayoutAccount-pxoe0HM6.js} +5 -5
  7. package/dist/{PayoutAccountSetting-BbMJO09b.js → PayoutAccountSetting-yH2ZRT-A.js} +378 -296
  8. package/dist/{Restaurant-CwdFy65Q.js → Restaurant-CeH2FJRT.js} +4 -4
  9. package/dist/{RestaurantSetting-BZ_wJvh-.js → RestaurantSetting-BV1XLh-9.js} +292 -212
  10. package/dist/{Settlement-PxISyjHU.js → Settlement-DzYUTaVE.js} +3 -3
  11. package/dist/{Settlement-ByfwQDjy.js → Settlement-L8ukHWPs.js} +3 -3
  12. package/dist/{SettlementTransactions-DidiqbXG.js → SettlementTransactions-C8o5Atmc.js} +3 -3
  13. package/dist/{SettlementTransactions-D5yeeyDP.js → SettlementTransactions-DG9nJuLQ.js} +3 -3
  14. package/dist/{Status.vue_vue_type_script_setup_true_lang-kehDoQ6j.js → Status.vue_vue_type_script_setup_true_lang-B7a304Y6.js} +1 -1
  15. package/dist/{Terminal-C--amJVv.js → Terminal-DA_mJQMD.js} +5 -5
  16. package/dist/{TerminalSetting-7tjf9xaV.js → TerminalSetting-GFMILaSV.js} +4 -4
  17. package/dist/{Transaction-Bd_4iMOT.js → Transaction-CfC0yN9P.js} +5 -5
  18. package/dist/{Transaction-BMc3gQy1.js → Transaction-fhDUanwr.js} +6 -6
  19. package/dist/{TransactionOld-8-sEspIt.js → TransactionOld-CObh3uJa.js} +4 -4
  20. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-BayIh55f.js → TransactionTable.vue_vue_type_script_setup_true_lang-DPRIp0wx.js} +3 -3
  21. package/dist/{app-CQEW3s-w.js → app-U8rab4vJ.js} +22 -22
  22. package/dist/app.js +1 -1
  23. package/dist/{assets-CTH4trdc.js → assets-D4ayW3GC.js} +1 -1
  24. package/dist/{grafana-bPLmWYzm.js → grafana-BrdrOUM4.js} +1 -1
  25. package/dist/{index-DZYRliw9.js → index-BWjmOoX3.js} +1 -1
  26. package/dist/{index-CJPiBIRm.js → index-C4FfKmPS.js} +5303 -5231
  27. package/dist/{index-B5zEwG__.js → index-C8G7ruiF.js} +1 -1
  28. package/dist/{index-BA8uBmty.js → index-DJJFmavW.js} +2 -2
  29. package/dist/{index-cU53UWIn.js → index-DJrcobek.js} +1 -1
  30. package/dist/{index-98tll3Hu.js → index-ILoz50zh.js} +1 -1
  31. package/dist/{index-DPY6iypt.js → index-j0nww2Hf.js} +1 -1
  32. package/dist/{index.vue_vue_type_script_setup_true_lang-CaVufHjO.js → index.vue_vue_type_script_setup_true_lang-v7o6C5Pg.js} +1 -1
  33. package/dist/package.json +2 -2
  34. package/dist/{payout-account-D0urRPdK.js → payout-account-OFsbgQTk.js} +3 -3
  35. package/dist/{plugins-CHAPQLQ_.js → plugins-C0WdSJxl.js} +1 -1
  36. package/dist/stores/payoutAccount.d.ts +34 -18
  37. package/dist/tsconfig.app.tsbuildinfo +1 -1
  38. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +34 -18
  39. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +38 -22
  40. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +38 -22
  41. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +34 -18
  42. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +34 -18
  43. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +38 -22
  44. package/dist/views/admin/payout-account/tabs/gateway/AdyenGateway.vue.d.ts +45 -0
  45. package/dist/views/admin/payout-account/tabs/gateway/DigioGateway.vue.d.ts +2 -2
  46. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +4 -4
  47. package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +4 -4
  48. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
  49. package/dist/views/admin/restaurant/tabs/gateway/AdyenGateway.vue.d.ts +50 -0
  50. package/dist/views/admin/restaurant/tabs/gateway/DigioGateway.vue.d.ts +6 -6
  51. package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
  52. package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +8 -8
  53. package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +6 -6
  54. package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +8 -8
  55. package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +6 -6
  56. package/dist/views/admin/restaurant/tabs/gateway/SoftSpaceGateway.vue.d.ts +6 -6
  57. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +20 -20
  58. package/dist/views/admin/terminal/tabs/EcrGateway.vue.d.ts +20 -20
  59. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +20 -20
  60. package/dist/views/admin/terminal/tabs/QrGateway.vue.d.ts +20 -20
  61. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +20 -20
  62. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +20 -20
  63. package/dist/views/admin/terminal/tabs/ecr/GhlGateway.vue.d.ts +20 -20
  64. package/dist/views/admin/terminal/tabs/ecr/KBankGateway.vue.d.ts +20 -20
  65. package/dist/views/admin/terminal/tabs/ecr/Maybank2Gateway.vue.d.ts +20 -20
  66. package/dist/views/admin/terminal/tabs/ecr/Maybank3Gateway.vue.d.ts +20 -20
  67. package/dist/views/admin/terminal/tabs/ecr/MaybankGateway.vue.d.ts +20 -20
  68. package/dist/views/admin/terminal/tabs/ecr/NetsGateway.vue.d.ts +20 -20
  69. package/dist/views/admin/terminal/tabs/ecr/TerminalGateway.vue.d.ts +20 -20
  70. package/dist/views/admin/terminal/tabs/qr/PromptPayGateway.vue.d.ts +20 -20
  71. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +20 -20
  72. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +68 -36
  73. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +32 -32
  74. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +16 -16
  75. package/package.json +2 -2
@@ -2,14 +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
+ paymentGateway: "MACAU_PASS";
5
6
  config: {
6
7
  merchantId: string;
7
- storeID: string;
8
8
  merchantName: string;
9
9
  merchantCategoryCode: string;
10
+ storeID: string;
10
11
  storeName: string;
11
12
  };
12
- paymentGateway: "MACAU_PASS";
13
13
  } | undefined>;
14
14
  required: true;
15
15
  };
@@ -24,14 +24,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
25
  gateway: {
26
26
  type: PropType<{
27
+ paymentGateway: "MACAU_PASS";
27
28
  config: {
28
29
  merchantId: string;
29
- storeID: string;
30
30
  merchantName: string;
31
31
  merchantCategoryCode: string;
32
+ storeID: string;
32
33
  storeName: string;
33
34
  };
34
- paymentGateway: "MACAU_PASS";
35
35
  } | undefined>;
36
36
  required: true;
37
37
  };
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  gateway: {
4
4
  type: PropType<{
5
5
  type: "googlePay";
6
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
6
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
7
7
  config: {
8
8
  gateway: string;
9
9
  gatewayMerchantId: string;
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
23
23
  gateway: {
24
24
  type: PropType<{
25
25
  type: "googlePay";
26
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
26
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
27
27
  config: {
28
28
  gateway: string;
29
29
  gatewayMerchantId: string;
@@ -0,0 +1,50 @@
1
+ import type { FdoPaymentGateway } from '@feedmepos/payment-entity';
2
+ import type { PropType } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ onUpdate: {
5
+ type: PropType<(active: boolean, g: any) => void>;
6
+ required: true;
7
+ };
8
+ onDelete: {
9
+ type: PropType<(g: FdoPaymentGateway) => void>;
10
+ required: true;
11
+ };
12
+ gateway: {
13
+ type: PropType<{
14
+ _id: string;
15
+ _rev: string;
16
+ paymentGateway: "ADYEN";
17
+ active: boolean;
18
+ config: {
19
+ merchantAccount: string;
20
+ username: string;
21
+ apiKey: string;
22
+ };
23
+ } | undefined>;
24
+ required: true;
25
+ };
26
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ onUpdate: {
28
+ type: PropType<(active: boolean, g: any) => void>;
29
+ required: true;
30
+ };
31
+ onDelete: {
32
+ type: PropType<(g: FdoPaymentGateway) => void>;
33
+ required: true;
34
+ };
35
+ gateway: {
36
+ type: PropType<{
37
+ _id: string;
38
+ _rev: string;
39
+ paymentGateway: "ADYEN";
40
+ active: boolean;
41
+ config: {
42
+ merchantAccount: string;
43
+ username: string;
44
+ apiKey: string;
45
+ };
46
+ } | undefined>;
47
+ required: true;
48
+ };
49
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
+ export default _default;
@@ -4,12 +4,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4
4
  gateway: {
5
5
  type: PropType<{
6
6
  _id: string;
7
+ _rev: string;
8
+ paymentGateway: "DIGIO";
9
+ active: boolean;
7
10
  config: {
8
11
  merchantId: string;
9
12
  };
10
- active: boolean;
11
- paymentGateway: "DIGIO";
12
- _rev: string;
13
13
  } | undefined>;
14
14
  required: true;
15
15
  };
@@ -25,12 +25,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
25
  gateway: {
26
26
  type: PropType<{
27
27
  _id: string;
28
+ _rev: string;
29
+ paymentGateway: "DIGIO";
30
+ active: boolean;
28
31
  config: {
29
32
  merchantId: string;
30
33
  };
31
- active: boolean;
32
- paymentGateway: "DIGIO";
33
- _rev: string;
34
34
  } | undefined>;
35
35
  required: true;
36
36
  };
@@ -12,17 +12,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  gateway: {
13
13
  type: PropType<{
14
14
  _id: string;
15
+ _rev: string;
16
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
17
+ active: boolean;
15
18
  config: {
16
19
  applicationCode?: string | null | undefined;
17
20
  offlineSecret?: string | null | undefined;
18
- secretKey: string;
19
21
  uniqueId: string;
20
22
  merchantId: string;
23
+ secretKey: string;
21
24
  verifyKey: string;
22
25
  };
23
- active: boolean;
24
- paymentGateway: "RAZER_MERCHANT_SERVICE";
25
- _rev: string;
26
26
  } | undefined>;
27
27
  required: true;
28
28
  };
@@ -38,17 +38,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
38
38
  gateway: {
39
39
  type: PropType<{
40
40
  _id: string;
41
+ _rev: string;
42
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
43
+ active: boolean;
41
44
  config: {
42
45
  applicationCode?: string | null | undefined;
43
46
  offlineSecret?: string | null | undefined;
44
- secretKey: string;
45
47
  uniqueId: string;
46
48
  merchantId: string;
49
+ secretKey: string;
47
50
  verifyKey: string;
48
51
  };
49
- active: boolean;
50
- paymentGateway: "RAZER_MERCHANT_SERVICE";
51
- _rev: string;
52
52
  } | undefined>;
53
53
  required: true;
54
54
  };
@@ -12,14 +12,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  gateway: {
13
13
  type: PropType<{
14
14
  _id: string;
15
+ _rev: string;
16
+ paymentGateway: "E_GHL";
17
+ active: boolean;
15
18
  config: {
16
- terminalId: string;
17
19
  merchantId: string;
20
+ terminalId: string;
18
21
  privateKey: string;
19
22
  };
20
- active: boolean;
21
- paymentGateway: "E_GHL";
22
- _rev: string;
23
23
  } | undefined>;
24
24
  required: true;
25
25
  };
@@ -35,14 +35,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
35
35
  gateway: {
36
36
  type: PropType<{
37
37
  _id: string;
38
+ _rev: string;
39
+ paymentGateway: "E_GHL";
40
+ active: boolean;
38
41
  config: {
39
- terminalId: string;
40
42
  merchantId: string;
43
+ terminalId: string;
41
44
  privateKey: string;
42
45
  };
43
- active: boolean;
44
- paymentGateway: "E_GHL";
45
- _rev: string;
46
46
  } | undefined>;
47
47
  required: true;
48
48
  };
@@ -12,12 +12,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  gateway: {
13
13
  type: PropType<{
14
14
  _id: string;
15
+ _rev: string;
16
+ paymentGateway: "GRAB";
17
+ active: boolean;
15
18
  config: {
16
19
  merchantId: string;
17
20
  };
18
- active: boolean;
19
- paymentGateway: "GRAB";
20
- _rev: string;
21
21
  } | undefined>;
22
22
  required: true;
23
23
  };
@@ -33,12 +33,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
33
33
  gateway: {
34
34
  type: PropType<{
35
35
  _id: string;
36
+ _rev: string;
37
+ paymentGateway: "GRAB";
38
+ active: boolean;
36
39
  config: {
37
40
  merchantId: string;
38
41
  };
39
- active: boolean;
40
- paymentGateway: "GRAB";
41
- _rev: string;
42
42
  } | undefined>;
43
43
  required: true;
44
44
  };
@@ -12,16 +12,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  gateway: {
13
13
  type: PropType<{
14
14
  _id: string;
15
+ _rev: string;
16
+ paymentGateway: "MACAU_PASS";
17
+ active: boolean;
15
18
  config: {
16
19
  merchantId: string;
17
- storeID: string;
18
20
  merchantName: string;
19
21
  merchantCategoryCode: string;
22
+ storeID: string;
20
23
  storeName: string;
21
24
  };
22
- active: boolean;
23
- paymentGateway: "MACAU_PASS";
24
- _rev: string;
25
25
  } | undefined>;
26
26
  required: true;
27
27
  };
@@ -37,16 +37,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
37
  gateway: {
38
38
  type: PropType<{
39
39
  _id: string;
40
+ _rev: string;
41
+ paymentGateway: "MACAU_PASS";
42
+ active: boolean;
40
43
  config: {
41
44
  merchantId: string;
42
- storeID: string;
43
45
  merchantName: string;
44
46
  merchantCategoryCode: string;
47
+ storeID: string;
45
48
  storeName: string;
46
49
  };
47
- active: boolean;
48
- paymentGateway: "MACAU_PASS";
49
- _rev: string;
50
50
  } | undefined>;
51
51
  required: true;
52
52
  };
@@ -12,15 +12,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  gateway: {
13
13
  type: PropType<{
14
14
  _id: string;
15
+ _rev: string;
16
+ paymentGateway: "REVENUE_MONSTER";
17
+ active: boolean;
15
18
  config: {
16
19
  clientId: string;
17
20
  clientPrivateKey: string;
18
21
  clientSecret: string;
19
22
  storeId: string;
20
23
  };
21
- active: boolean;
22
- paymentGateway: "REVENUE_MONSTER";
23
- _rev: string;
24
24
  } | undefined>;
25
25
  required: true;
26
26
  };
@@ -36,15 +36,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
36
36
  gateway: {
37
37
  type: PropType<{
38
38
  _id: string;
39
+ _rev: string;
40
+ paymentGateway: "REVENUE_MONSTER";
41
+ active: boolean;
39
42
  config: {
40
43
  clientId: string;
41
44
  clientPrivateKey: string;
42
45
  clientSecret: string;
43
46
  storeId: string;
44
47
  };
45
- active: boolean;
46
- paymentGateway: "REVENUE_MONSTER";
47
- _rev: string;
48
48
  } | undefined>;
49
49
  required: true;
50
50
  };
@@ -12,13 +12,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  gateway: {
13
13
  type: PropType<{
14
14
  _id: string;
15
+ _rev: string;
16
+ paymentGateway: "SOFTSPACE";
17
+ active: boolean;
15
18
  config: {
16
19
  mid: string;
17
20
  tid: string;
18
21
  };
19
- active: boolean;
20
- paymentGateway: "SOFTSPACE";
21
- _rev: string;
22
22
  } | undefined>;
23
23
  required: true;
24
24
  };
@@ -34,13 +34,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
34
34
  gateway: {
35
35
  type: PropType<{
36
36
  _id: string;
37
+ _rev: string;
38
+ paymentGateway: "SOFTSPACE";
39
+ active: boolean;
37
40
  config: {
38
41
  mid: string;
39
42
  tid: string;
40
43
  };
41
- active: boolean;
42
- paymentGateway: "SOFTSPACE";
43
- _rev: string;
44
44
  } | undefined>;
45
45
  required: true;
46
46
  };
@@ -2,18 +2,18 @@ import { type PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  terminal: {
4
4
  type: PropType<{
5
- name?: string | null | undefined;
6
- deviceId?: string | null | undefined;
7
- bindCode?: string | null | undefined;
8
5
  secretKey?: string | null | undefined;
9
- token?: string | null | undefined;
6
+ name?: string | null | undefined;
10
7
  gateways?: {
11
8
  config?: {
12
- packageId: string;
13
9
  uniqueId: string;
10
+ packageId: string;
14
11
  } | null | undefined;
15
12
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
16
13
  }[] | null | undefined;
14
+ deviceId?: string | null | undefined;
15
+ bindCode?: string | null | undefined;
16
+ token?: string | null | undefined;
17
17
  ecrs?: ({
18
18
  config?: {
19
19
  terminalId: string;
@@ -21,9 +21,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  gateway: "FeedMe";
22
22
  } | {
23
23
  config?: {
24
- terminalId: string;
24
+ privateKey?: string | null | undefined;
25
25
  merchantId: string;
26
- privateKey: string;
26
+ terminalId: string;
27
27
  } | null | undefined;
28
28
  gateway: "Ghl";
29
29
  })[] | null | undefined;
@@ -75,30 +75,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  gateway: "MOCK";
76
76
  })[] | null | undefined;
77
77
  deletedAt?: string | null | undefined;
78
- status: "Active" | "Inactive";
79
78
  _id: string;
79
+ status: "Active" | "Inactive";
80
+ updatedAt: string;
80
81
  referenceId: string;
82
+ createdAt: string;
81
83
  securityCode: string;
82
84
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
83
- createdAt: string;
84
- updatedAt: string;
85
85
  }>;
86
86
  };
87
87
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
88
88
  terminal: {
89
89
  type: PropType<{
90
- name?: string | null | undefined;
91
- deviceId?: string | null | undefined;
92
- bindCode?: string | null | undefined;
93
90
  secretKey?: string | null | undefined;
94
- token?: string | null | undefined;
91
+ name?: string | null | undefined;
95
92
  gateways?: {
96
93
  config?: {
97
- packageId: string;
98
94
  uniqueId: string;
95
+ packageId: string;
99
96
  } | null | undefined;
100
97
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
101
98
  }[] | null | undefined;
99
+ deviceId?: string | null | undefined;
100
+ bindCode?: string | null | undefined;
101
+ token?: string | null | undefined;
102
102
  ecrs?: ({
103
103
  config?: {
104
104
  terminalId: string;
@@ -106,9 +106,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
106
106
  gateway: "FeedMe";
107
107
  } | {
108
108
  config?: {
109
- terminalId: string;
109
+ privateKey?: string | null | undefined;
110
110
  merchantId: string;
111
- privateKey: string;
111
+ terminalId: string;
112
112
  } | null | undefined;
113
113
  gateway: "Ghl";
114
114
  })[] | null | undefined;
@@ -160,13 +160,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
160
160
  gateway: "MOCK";
161
161
  })[] | null | undefined;
162
162
  deletedAt?: string | null | undefined;
163
- status: "Active" | "Inactive";
164
163
  _id: string;
164
+ status: "Active" | "Inactive";
165
+ updatedAt: string;
165
166
  referenceId: string;
167
+ createdAt: string;
166
168
  securityCode: string;
167
169
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
168
- createdAt: string;
169
- updatedAt: string;
170
170
  }>;
171
171
  };
172
172
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -3,18 +3,18 @@ import { type PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  terminal: {
5
5
  type: PropType<{
6
- name?: string | null | undefined;
7
- deviceId?: string | null | undefined;
8
- bindCode?: string | null | undefined;
9
6
  secretKey?: string | null | undefined;
10
- token?: string | null | undefined;
7
+ name?: string | null | undefined;
11
8
  gateways?: {
12
9
  config?: {
13
- packageId: string;
14
10
  uniqueId: string;
11
+ packageId: string;
15
12
  } | null | undefined;
16
13
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
17
14
  }[] | null | undefined;
15
+ deviceId?: string | null | undefined;
16
+ bindCode?: string | null | undefined;
17
+ token?: string | null | undefined;
18
18
  ecrs?: ({
19
19
  config?: {
20
20
  terminalId: string;
@@ -22,9 +22,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  gateway: "FeedMe";
23
23
  } | {
24
24
  config?: {
25
- terminalId: string;
25
+ privateKey?: string | null | undefined;
26
26
  merchantId: string;
27
- privateKey: string;
27
+ terminalId: string;
28
28
  } | null | undefined;
29
29
  gateway: "Ghl";
30
30
  })[] | null | undefined;
@@ -76,13 +76,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
76
76
  gateway: "MOCK";
77
77
  })[] | null | undefined;
78
78
  deletedAt?: string | null | undefined;
79
- status: "Active" | "Inactive";
80
79
  _id: string;
80
+ status: "Active" | "Inactive";
81
+ updatedAt: string;
81
82
  referenceId: string;
83
+ createdAt: string;
82
84
  securityCode: string;
83
85
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
84
- createdAt: string;
85
- updatedAt: string;
86
86
  }>;
87
87
  required: true;
88
88
  };
@@ -93,18 +93,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
93
93
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
94
94
  terminal: {
95
95
  type: PropType<{
96
- name?: string | null | undefined;
97
- deviceId?: string | null | undefined;
98
- bindCode?: string | null | undefined;
99
96
  secretKey?: string | null | undefined;
100
- token?: string | null | undefined;
97
+ name?: string | null | undefined;
101
98
  gateways?: {
102
99
  config?: {
103
- packageId: string;
104
100
  uniqueId: string;
101
+ packageId: string;
105
102
  } | null | undefined;
106
103
  gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
107
104
  }[] | null | undefined;
105
+ deviceId?: string | null | undefined;
106
+ bindCode?: string | null | undefined;
107
+ token?: string | null | undefined;
108
108
  ecrs?: ({
109
109
  config?: {
110
110
  terminalId: string;
@@ -112,9 +112,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
112
112
  gateway: "FeedMe";
113
113
  } | {
114
114
  config?: {
115
- terminalId: string;
115
+ privateKey?: string | null | undefined;
116
116
  merchantId: string;
117
- privateKey: string;
117
+ terminalId: string;
118
118
  } | null | undefined;
119
119
  gateway: "Ghl";
120
120
  })[] | null | undefined;
@@ -166,13 +166,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
166
  gateway: "MOCK";
167
167
  })[] | null | undefined;
168
168
  deletedAt?: string | null | undefined;
169
- status: "Active" | "Inactive";
170
169
  _id: string;
170
+ status: "Active" | "Inactive";
171
+ updatedAt: string;
171
172
  referenceId: string;
173
+ createdAt: string;
172
174
  securityCode: string;
173
175
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
174
- createdAt: string;
175
- updatedAt: string;
176
176
  }>;
177
177
  required: true;
178
178
  };