@feedmepos/mf-payment 0.0.0-beta.26 → 0.0.0-beta.27
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{PayoutAccount-DLx1vtHX.js → PayoutAccount-BJgDJvdu.js} +1 -1
- package/dist/{PayoutAccount-ka6Aj3dZ.js → PayoutAccount-HqgNEg9p.js} +1 -1
- package/dist/{TerminalSetting-DOA2yti9.js → TerminalSetting-DfCZX4d1.js} +8 -8
- package/dist/app.js +3 -3
- package/dist/package.json +1 -1
- package/dist/{payout-account-BHfPuvHs.js → payout-account-DiyvYQYd.js} +138 -138
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +2 -2
- package/package.json +1 -1
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
21
|
gateway: "Terminal";
|
22
22
|
})[] | null | undefined;
|
23
23
|
status: "Active" | "Inactive";
|
24
|
-
_id: string;
|
24
|
+
_id: string; /** @type { [typeof __VLS_components.FmSelect, ] } */
|
25
25
|
referenceId: string;
|
26
26
|
securityCode: string;
|
27
27
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
55
55
|
gateway: "Terminal";
|
56
56
|
})[] | null | undefined;
|
57
57
|
status: "Active" | "Inactive";
|
58
|
-
_id: string;
|
58
|
+
_id: string; /** @type { [typeof __VLS_components.FmSelect, ] } */
|
59
59
|
referenceId: string;
|
60
60
|
securityCode: string;
|
61
61
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|