@feedmepos/mf-payment 1.0.4 → 1.0.5-beta.3

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 (71) hide show
  1. package/dist/{PayoutAccount-BnYhJ0R2.js → PayoutAccount-6etZAyPK.js} +5 -5
  2. package/dist/{PayoutAccount-Cjkghc6L.js → PayoutAccount-DGscBAsV.js} +3 -3
  3. package/dist/PayoutAccountSelector.vue_vue_type_script_setup_true_lang-B6isPQJE.js +110 -0
  4. package/dist/{PayoutAccountSetting-C1yeSNv8.js → PayoutAccountSetting-DqumwNM9.js} +4 -4
  5. package/dist/Restaurant-DaL6bM-z.js +305 -0
  6. package/dist/{RestaurantSetting-CWZAKz1A.js → RestaurantSetting-BzaedFJS.js} +4 -4
  7. package/dist/{Settlement-BKwie9R8.js → Settlement-BpYpn4Xh.js} +3 -3
  8. package/dist/{Settlement-ByPXBNx1.js → Settlement-iDVx6O6H.js} +3 -3
  9. package/dist/{SettlementTransactions-rXQceUoG.js → SettlementTransactions-B7mIgCvy.js} +4 -4
  10. package/dist/{SettlementTransactions-DVRoAUYv.js → SettlementTransactions-DyUVhxLt.js} +4 -4
  11. package/dist/Terminal-CAMFrRck.js +404 -0
  12. package/dist/{TerminalSetting-qklmRz3H.js → TerminalSetting-BtK3bmTs.js} +3 -3
  13. package/dist/{TerminalTransaction-YXcGJ2ne.js → TerminalTransaction-1uFcVlOV.js} +184 -154
  14. package/dist/TerminalTransaction-BL8zrvkb.js +272 -0
  15. package/dist/{Transaction-CqTKm8KP.js → Transaction-DhYYEGyA.js} +81 -48
  16. package/dist/Transaction-p_u3tw0B.js +145 -0
  17. package/dist/TransactionOld-CEqAIIXl.js +99 -0
  18. package/dist/TransactionTable.vue_vue_type_script_setup_true_lang-n8-Ejjku.js +151 -0
  19. package/dist/api/terminal-transaction/index.d.ts +2 -1
  20. package/dist/api/transaction/index.d.ts +8 -1
  21. package/dist/{app-JZYaBz1E.js → app-BdVFEBRO.js} +507 -494
  22. package/dist/app.js +1 -1
  23. package/dist/{assets-DjRoCcqv.js → assets-CtblXAzH.js} +1 -1
  24. package/dist/components/PayoutAccountSelector.vue.d.ts +23 -0
  25. package/dist/grafana-CqkYm_ru.js +46 -0
  26. package/dist/helpers/grafana.d.ts +7 -0
  27. package/dist/{index-BerQZMQW.js → index-B9uFzXYZ.js} +1 -1
  28. package/dist/{index-CWGSYCJG.js → index-BO1hyRHY.js} +1 -1
  29. package/dist/{index-BEFlDEyV.js → index-CUbwTavd.js} +1 -1
  30. package/dist/{index-Dj_LwPBy.js → index-CXCXrHB0.js} +8489 -8321
  31. package/dist/{index-CKyh0nlu.js → index-CzRHCb77.js} +10 -10
  32. package/dist/{index-Bp_58SiC.js → index-D4u8kqII.js} +1 -1
  33. package/dist/{index-BWFqxSU3.js → index-S1nUjtnb.js} +1 -1
  34. package/dist/{index-DFePh4ct.js → index-y0gFHlyK.js} +1 -1
  35. package/dist/{index.vue_vue_type_script_setup_true_lang-BgTr7KWF.js → index.vue_vue_type_script_setup_true_lang-B0gi93RG.js} +1 -1
  36. package/dist/model/transaction.d.ts +2 -0
  37. package/dist/package.json +3 -3
  38. package/dist/{payout-account-DWXNiWdx.js → payout-account-BBk3t8ex.js} +2 -2
  39. package/dist/router/index.d.ts +1 -0
  40. package/dist/stores/payoutAccount.d.ts +4 -4
  41. package/dist/transaction-WIA_gVK_.js +118 -0
  42. package/dist/tsconfig.app.tsbuildinfo +1 -1
  43. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +4 -4
  44. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +4 -4
  45. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +4 -4
  46. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +4 -4
  47. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
  48. package/dist/views/admin/payout-account/tabs/gateway/GhlGateway.vue.d.ts +8 -8
  49. package/dist/views/admin/payout-account/tabs/gateway/RevenueMonsterGateway.vue.d.ts +6 -6
  50. package/dist/views/admin/restaurant/cell/LogButton.vue.d.ts +5 -0
  51. package/dist/views/admin/restaurant/tabs/PaymentGateway.vue.d.ts +2 -2
  52. package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
  53. package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +8 -8
  54. package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +6 -6
  55. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +12 -12
  56. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +8 -8
  57. package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +8 -8
  58. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +8 -8
  59. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +8 -8
  60. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +8 -8
  61. package/dist/views/admin/terminal-transaction/cell/Actions.vue.d.ts +3 -1
  62. package/dist/views/admin/transaction/cell/Actions.vue.d.ts +1 -1
  63. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +8 -8
  64. package/dist/views/settlement/SettlementTable.vue.d.ts +12 -12
  65. package/dist/views/transaction/TransactionOld.vue.d.ts +2 -0
  66. package/package.json +3 -3
  67. package/dist/Restaurant-B02jty0J.js +0 -262
  68. package/dist/Terminal-DX8v8WpM.js +0 -386
  69. package/dist/TerminalTransaction-64Bn6vh0.js +0 -261
  70. package/dist/Transaction-BOc0NW9a.js +0 -238
  71. package/dist/transaction-Bxl86wzh.js +0 -100
@@ -9,8 +9,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9
9
  store: {
10
10
  bank?: {
11
11
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
- holderName?: string | null | undefined;
13
12
  accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
14
  name: string;
15
15
  } | null | undefined;
16
16
  ssm?: string | null | undefined;
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  precision: number;
32
32
  } | null | undefined;
33
33
  tPlus?: number | null | undefined;
34
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
34
+ issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
35
35
  variant: string;
36
36
  }[];
37
37
  businessId: string;
@@ -48,8 +48,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
48
48
  store: {
49
49
  bank?: {
50
50
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
- holderName?: string | null | undefined;
52
51
  accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
53
  name: string;
54
54
  } | null | undefined;
55
55
  ssm?: string | null | undefined;
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  precision: number;
71
71
  } | null | undefined;
72
72
  tPlus?: number | null | undefined;
73
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
73
+ issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
74
74
  variant: string;
75
75
  }[];
76
76
  businessId: string;
@@ -9,8 +9,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9
9
  store: {
10
10
  bank?: {
11
11
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
- holderName?: string | null | undefined;
13
12
  accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
14
  name: string;
15
15
  } | null | undefined;
16
16
  ssm?: string | null | undefined;
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  precision: number;
32
32
  } | null | undefined;
33
33
  tPlus?: number | null | undefined;
34
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
34
+ issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
35
35
  variant: string;
36
36
  }[];
37
37
  businessId: string;
@@ -48,8 +48,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
48
48
  store: {
49
49
  bank?: {
50
50
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
- holderName?: string | null | undefined;
52
51
  accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
53
  name: string;
54
54
  } | null | undefined;
55
55
  ssm?: string | null | undefined;
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  precision: number;
71
71
  } | null | undefined;
72
72
  tPlus?: number | null | undefined;
73
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
73
+ issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
74
74
  variant: string;
75
75
  }[];
76
76
  businessId: string;
@@ -14,8 +14,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14
14
  store: {
15
15
  bank?: {
16
16
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17
- holderName?: string | null | undefined;
18
17
  accountNumber?: string | null | undefined;
18
+ holderName?: string | null | undefined;
19
19
  name: string;
20
20
  } | null | undefined;
21
21
  ssm?: string | null | undefined;
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
36
36
  precision: number;
37
37
  } | null | undefined;
38
38
  tPlus?: number | null | undefined;
39
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
39
+ issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
40
40
  variant: string;
41
41
  }[];
42
42
  businessId: string;
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
57
57
  store: {
58
58
  bank?: {
59
59
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
60
- holderName?: string | null | undefined;
61
60
  accountNumber?: string | null | undefined;
61
+ holderName?: string | null | undefined;
62
62
  name: string;
63
63
  } | null | undefined;
64
64
  ssm?: string | null | undefined;
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
79
79
  precision: number;
80
80
  } | null | undefined;
81
81
  tPlus?: number | null | undefined;
82
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
82
+ issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
83
83
  variant: string;
84
84
  }[];
85
85
  businessId: string;
@@ -9,8 +9,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9
9
  store: {
10
10
  bank?: {
11
11
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
- holderName?: string | null | undefined;
13
12
  accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
14
  name: string;
15
15
  } | null | undefined;
16
16
  ssm?: string | null | undefined;
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  precision: number;
32
32
  } | null | undefined;
33
33
  tPlus?: number | null | undefined;
34
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
34
+ issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
35
35
  variant: string;
36
36
  }[];
37
37
  businessId: string;
@@ -48,8 +48,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
48
48
  store: {
49
49
  bank?: {
50
50
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
- holderName?: string | null | undefined;
52
51
  accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
53
  name: string;
54
54
  } | null | undefined;
55
55
  ssm?: string | null | undefined;
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  precision: number;
71
71
  } | null | undefined;
72
72
  tPlus?: number | null | undefined;
73
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
73
+ issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
74
74
  variant: string;
75
75
  }[];
76
76
  businessId: string;
@@ -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
- merchantId: string;
19
21
  uniqueId: string;
22
+ merchantId: string;
20
23
  secretKey: string;
21
24
  verifyKey: string;
22
25
  };
23
- _rev: string;
24
- paymentGateway: "RAZER_MERCHANT_SERVICE";
25
- active: boolean;
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
- merchantId: string;
45
47
  uniqueId: string;
48
+ merchantId: string;
46
49
  secretKey: string;
47
50
  verifyKey: string;
48
51
  };
49
- _rev: string;
50
- paymentGateway: "RAZER_MERCHANT_SERVICE";
51
- active: boolean;
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
- merchantId: string;
17
19
  terminalId: string;
20
+ merchantId: string;
18
21
  privateKey: string;
19
22
  };
20
- _rev: string;
21
- paymentGateway: "E_GHL";
22
- active: boolean;
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
- merchantId: string;
40
42
  terminalId: string;
43
+ merchantId: string;
41
44
  privateKey: string;
42
45
  };
43
- _rev: string;
44
- paymentGateway: "E_GHL";
45
- active: boolean;
46
46
  } | undefined>;
47
47
  required: true;
48
48
  };
@@ -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
- _rev: string;
22
- paymentGateway: "REVENUE_MONSTER";
23
- active: boolean;
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
- _rev: string;
46
- paymentGateway: "REVENUE_MONSTER";
47
- active: boolean;
48
48
  } | undefined>;
49
49
  required: true;
50
50
  };
@@ -0,0 +1,5 @@
1
+ type __VLS_Props = {
2
+ id: string;
3
+ };
4
+ 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, {}, HTMLDivElement>;
5
+ export default _default;
@@ -231,7 +231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
231
231
  enable: boolean;
232
232
  methods: {
233
233
  variant: string;
234
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
234
+ issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
235
235
  rate: {
236
236
  amount: number;
237
237
  precision: number;
@@ -631,7 +631,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
631
631
  enable: boolean;
632
632
  methods: {
633
633
  variant: string;
634
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
634
+ issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
635
635
  rate: {
636
636
  amount: number;
637
637
  precision: number;
@@ -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
- merchantId: string;
19
21
  uniqueId: string;
22
+ merchantId: string;
20
23
  secretKey: string;
21
24
  verifyKey: string;
22
25
  };
23
- _rev: string;
24
- paymentGateway: "RAZER_MERCHANT_SERVICE";
25
- active: boolean;
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
- merchantId: string;
45
47
  uniqueId: string;
48
+ merchantId: string;
46
49
  secretKey: string;
47
50
  verifyKey: string;
48
51
  };
49
- _rev: string;
50
- paymentGateway: "RAZER_MERCHANT_SERVICE";
51
- active: boolean;
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
- merchantId: string;
17
19
  terminalId: string;
20
+ merchantId: string;
18
21
  privateKey: string;
19
22
  };
20
- _rev: string;
21
- paymentGateway: "E_GHL";
22
- active: boolean;
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
- merchantId: string;
40
42
  terminalId: string;
43
+ merchantId: string;
41
44
  privateKey: string;
42
45
  };
43
- _rev: string;
44
- paymentGateway: "E_GHL";
45
- active: boolean;
46
46
  } | undefined>;
47
47
  required: true;
48
48
  };
@@ -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
- _rev: string;
22
- paymentGateway: "REVENUE_MONSTER";
23
- active: boolean;
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
- _rev: string;
46
- paymentGateway: "REVENUE_MONSTER";
47
- active: boolean;
48
48
  } | undefined>;
49
49
  required: true;
50
50
  };
@@ -3,17 +3,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3
3
  data: {
4
4
  type: PropType<{
5
5
  createdAt: Date;
6
- remark?: string | null | undefined;
7
6
  store?: {
8
7
  id: string;
9
8
  event: "ORDERING" | "MARKETING";
10
9
  } | null | undefined;
10
+ remark?: string | null | undefined;
11
11
  _id: string;
12
12
  beneficiaryBank: {
13
- holderName: string;
14
13
  name: string;
15
- swiftCode: string;
16
14
  accountNumber: string;
15
+ holderName: string;
16
+ swiftCode: string;
17
17
  };
18
18
  totalAmount: {
19
19
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -40,17 +40,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
40
40
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
41
  "row-click": (payment: {
42
42
  createdAt: Date;
43
- remark?: string | null | undefined;
44
43
  store?: {
45
44
  id: string;
46
45
  event: "ORDERING" | "MARKETING";
47
46
  } | null | undefined;
47
+ remark?: string | null | undefined;
48
48
  _id: string;
49
49
  beneficiaryBank: {
50
- holderName: string;
51
50
  name: string;
52
- swiftCode: string;
53
51
  accountNumber: string;
52
+ holderName: string;
53
+ swiftCode: string;
54
54
  };
55
55
  totalAmount: {
56
56
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -72,17 +72,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  data: {
73
73
  type: PropType<{
74
74
  createdAt: Date;
75
- remark?: string | null | undefined;
76
75
  store?: {
77
76
  id: string;
78
77
  event: "ORDERING" | "MARKETING";
79
78
  } | null | undefined;
79
+ remark?: string | null | undefined;
80
80
  _id: string;
81
81
  beneficiaryBank: {
82
- holderName: string;
83
82
  name: string;
84
- swiftCode: string;
85
83
  accountNumber: string;
84
+ holderName: string;
85
+ swiftCode: string;
86
86
  };
87
87
  totalAmount: {
88
88
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -109,17 +109,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
109
109
  }>> & Readonly<{
110
110
  "onRow-click"?: ((payment: {
111
111
  createdAt: Date;
112
- remark?: string | null | undefined;
113
112
  store?: {
114
113
  id: string;
115
114
  event: "ORDERING" | "MARKETING";
116
115
  } | null | undefined;
116
+ remark?: string | null | undefined;
117
117
  _id: string;
118
118
  beneficiaryBank: {
119
- holderName: string;
120
119
  name: string;
121
- swiftCode: string;
122
120
  accountNumber: string;
121
+ holderName: string;
122
+ swiftCode: string;
123
123
  };
124
124
  totalAmount: {
125
125
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
@@ -24,19 +24,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  gateway: "FeedMe";
25
25
  } | {
26
26
  config?: {
27
- merchantId: string;
28
27
  terminalId: string;
28
+ merchantId: string;
29
29
  privateKey: string;
30
30
  } | null | undefined;
31
31
  gateway: "Ghl";
32
32
  })[] | null | undefined;
33
- status: "Active" | "Inactive";
34
33
  _id: string;
35
- createdAt: string;
36
- updatedAt: string;
34
+ status: "Active" | "Inactive";
37
35
  referenceId: string;
38
36
  securityCode: string;
39
37
  deviceType: "KIOSK" | "TERMINAL" | "POS";
38
+ createdAt: string;
39
+ updatedAt: string;
40
40
  }>;
41
41
  };
42
42
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -64,19 +64,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
64
64
  gateway: "FeedMe";
65
65
  } | {
66
66
  config?: {
67
- merchantId: string;
68
67
  terminalId: string;
68
+ merchantId: string;
69
69
  privateKey: string;
70
70
  } | null | undefined;
71
71
  gateway: "Ghl";
72
72
  })[] | null | undefined;
73
- status: "Active" | "Inactive";
74
73
  _id: string;
75
- createdAt: string;
76
- updatedAt: string;
74
+ status: "Active" | "Inactive";
77
75
  referenceId: string;
78
76
  securityCode: string;
79
77
  deviceType: "KIOSK" | "TERMINAL" | "POS";
78
+ createdAt: string;
79
+ updatedAt: string;
80
80
  }>;
81
81
  };
82
82
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -25,19 +25,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
25
  gateway: "FeedMe";
26
26
  } | {
27
27
  config?: {
28
- merchantId: string;
29
28
  terminalId: string;
29
+ merchantId: string;
30
30
  privateKey: string;
31
31
  } | null | undefined;
32
32
  gateway: "Ghl";
33
33
  })[] | null | undefined;
34
- status: "Active" | "Inactive";
35
34
  _id: string;
36
- createdAt: string;
37
- updatedAt: string;
35
+ status: "Active" | "Inactive";
38
36
  referenceId: string;
39
37
  securityCode: string;
40
38
  deviceType: "KIOSK" | "TERMINAL" | "POS";
39
+ createdAt: string;
40
+ updatedAt: string;
41
41
  }>;
42
42
  required: true;
43
43
  };
@@ -70,19 +70,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  gateway: "FeedMe";
71
71
  } | {
72
72
  config?: {
73
- merchantId: string;
74
73
  terminalId: string;
74
+ merchantId: string;
75
75
  privateKey: string;
76
76
  } | null | undefined;
77
77
  gateway: "Ghl";
78
78
  })[] | null | undefined;
79
- status: "Active" | "Inactive";
80
79
  _id: string;
81
- createdAt: string;
82
- updatedAt: string;
80
+ status: "Active" | "Inactive";
83
81
  referenceId: string;
84
82
  securityCode: string;
85
83
  deviceType: "KIOSK" | "TERMINAL" | "POS";
84
+ createdAt: string;
85
+ updatedAt: string;
86
86
  }>;
87
87
  required: true;
88
88
  };