@feedmepos/mf-payment 0.0.0-beta.9 → 1.0.0-beta.10

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 (132) hide show
  1. package/README.md +11 -1
  2. package/dist/AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js +39 -0
  3. package/dist/AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js +42 -0
  4. package/dist/AutoCopyCell.vue_vue_type_script_setup_true_lang-GXPXBEf5.js +40 -0
  5. package/dist/DateRangePicker.vue_vue_type_script_setup_true_lang-dP_5WjEJ.js +31 -0
  6. package/dist/Modal-DB8M9o1T.js +13 -0
  7. package/dist/PDFViewer-xrBtzrlR.js +22426 -0
  8. package/dist/{PayoutAccount-DLhMMlw_.js → PayoutAccount-B1sLInPk.js} +96 -83
  9. package/dist/PayoutAccount-Dut_OQHJ.js +613 -0
  10. package/dist/PayoutAccountSetting-CmgVLhdp.js +780 -0
  11. package/dist/RestaurantSelector.vue_vue_type_script_setup_true_lang-CY4ttpKj.js +33 -0
  12. package/dist/SelectAll.vue_vue_type_script_setup_true_lang-DA4rs3tk.js +42 -0
  13. package/dist/Settlement-B1-WmCwC.js +193 -0
  14. package/dist/Settlement-BSOQRlp1.js +145 -0
  15. package/dist/{SettlementTransactions-Dl1H4jvh.js → SettlementTransactions-Cqd2raea.js} +117 -130
  16. package/dist/{SettlementTransactions-CoEzdtYT.js → SettlementTransactions-JTwD_Vuq.js} +99 -105
  17. package/dist/Terminal-De69bTKY.js +373 -0
  18. package/dist/TerminalSetting-DlRHaEZh.js +387 -0
  19. package/dist/TerminalTransaction-4rE-cikT.js +261 -0
  20. package/dist/TerminalTransaction-BGzVHOHQ.js +485 -0
  21. package/dist/Transaction-B3ZWKg6Q.js +403 -0
  22. package/dist/Transaction-B_0nUmpf.js +238 -0
  23. package/dist/api/index.d.ts +14 -0
  24. package/dist/api/pagination.d.ts +20 -0
  25. package/dist/api/payment-gateway/index.d.ts +9 -0
  26. package/dist/api/settlement/index.d.ts +12 -13
  27. package/dist/api/terminal/index.d.ts +13 -1
  28. package/dist/api/terminal-transaction/index.d.ts +12 -1
  29. package/dist/api/transaction/index.d.ts +7 -2
  30. package/dist/app-ssoGt5u4.js +6356 -0
  31. package/dist/app.js +3 -198
  32. package/dist/assets-BCAivOTo.js +45 -0
  33. package/dist/clipboard-4jh1WteU.js +10 -0
  34. package/dist/components/AdminLayout.vue.d.ts +8 -13
  35. package/dist/components/AsyncButton.vue.d.ts +21 -0
  36. package/dist/components/AutoCopyCell.vue.d.ts +5 -0
  37. package/dist/components/CursorTable/index.vue.d.ts +24 -5
  38. package/dist/components/DateRangePicker.vue.d.ts +13 -0
  39. package/dist/components/Layout.vue.d.ts +8 -13
  40. package/dist/components/PDFViewer.vue.d.ts +1 -1
  41. package/dist/components/RestaurantSelector.vue.d.ts +2 -0
  42. package/dist/components/RouteCell.vue.d.ts +7 -0
  43. package/dist/components/SelectAll.vue.d.ts +57 -0
  44. package/dist/helpers/assets.d.ts +2 -0
  45. package/dist/helpers/idToDate.d.ts +1 -1
  46. package/dist/index-4meiCsRz.js +56117 -0
  47. package/dist/{index-CF56zGyu.js → index-BFYq3eq8.js} +1 -1
  48. package/dist/{index-Bmka-1lQ.js → index-BwFHcZlm.js} +1 -1
  49. package/dist/index-CBa6eapm.js +47 -0
  50. package/dist/index-CETCXB6X.js +127 -0
  51. package/dist/index-CbsnpMWl.js +52 -0
  52. package/dist/index.vue_vue_type_script_setup_true_lang-CKOlikHb.js +167 -0
  53. package/dist/model/transaction.d.ts +2 -1
  54. package/dist/package.json +5 -5
  55. package/dist/payout-account-02bK8c23.js +1805 -0
  56. package/dist/router/index.d.ts +1 -0
  57. package/dist/stores/iframe.d.ts +1 -1
  58. package/dist/stores/payoutAccount.d.ts +5 -5
  59. package/dist/transaction-COjHU7aN.js +97 -0
  60. package/dist/tsconfig.app.tsbuildinfo +1 -1
  61. package/dist/validator-D5jtpt9A.js +2877 -0
  62. package/dist/views/admin/payout-account/cell/Bank.vue.d.ts +3 -5
  63. package/dist/views/admin/payout-account/cell/IsActive.vue.d.ts +3 -5
  64. package/dist/views/admin/payout-account/cell/PersonInCharge.vue.d.ts +3 -5
  65. package/dist/views/admin/payout-account/cell/RateInput.vue.d.ts +3 -5
  66. package/dist/views/admin/payout-account/cell/Status.vue.d.ts +3 -5
  67. package/dist/views/admin/payout-account/cell/TPlusInput.vue.d.ts +3 -5
  68. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +4 -4
  69. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +81 -0
  70. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +4 -4
  71. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +4 -4
  72. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +56 -0
  73. package/dist/views/admin/payout-account/tabs/gateway/GhlGateway.vue.d.ts +50 -0
  74. package/dist/views/admin/payout-account/tabs/gateway/RevenueMonsterGateway.vue.d.ts +52 -0
  75. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +12 -12
  76. package/dist/views/admin/settlement/cell/Actions.vue.d.ts +4 -6
  77. package/dist/views/admin/settlement/cell/Gateway.vue.d.ts +3 -5
  78. package/dist/views/admin/settlement/cell/Method.vue.d.ts +3 -5
  79. package/dist/views/admin/settlement/cell/Status.vue.d.ts +3 -5
  80. package/dist/views/admin/terminal/TerminalBindCodeDialog.vue.d.ts +1 -1
  81. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +83 -0
  82. package/dist/views/admin/terminal/TerminalSetting.vue.d.ts +12 -0
  83. package/dist/views/admin/terminal/cell/Actions.vue.d.ts +13 -14
  84. package/dist/views/admin/terminal/cell/ID.vue.d.ts +3 -5
  85. package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +94 -0
  86. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +94 -0
  87. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +85 -0
  88. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +94 -0
  89. package/dist/views/admin/terminal-transaction/cell/Actions.vue.d.ts +6 -0
  90. package/dist/views/admin/terminal-transaction/cell/Gateway.vue.d.ts +3 -5
  91. package/dist/views/admin/terminal-transaction/cell/Status.vue.d.ts +3 -5
  92. package/dist/views/admin/terminal-transaction/cell/Timestamp.vue.d.ts +7 -0
  93. package/dist/views/admin/transaction/TransactionTable.vue.d.ts +6 -2
  94. package/dist/views/admin/transaction/cell/Actions.vue.d.ts +6 -0
  95. package/dist/views/admin/transaction/cell/Gateway.vue.d.ts +3 -5
  96. package/dist/views/admin/transaction/cell/Method.vue.d.ts +3 -5
  97. package/dist/views/admin/transaction/cell/Status.vue.d.ts +3 -5
  98. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +8 -8
  99. package/dist/views/payout-account/cell/Bank.vue.d.ts +3 -5
  100. package/dist/views/payout-account/cell/IsActive.vue.d.ts +3 -5
  101. package/dist/views/payout-account/cell/PersonInCharge.vue.d.ts +3 -5
  102. package/dist/views/payout-account/cell/Status.vue.d.ts +3 -5
  103. package/dist/views/settlement/SettlementTable.vue.d.ts +12 -12
  104. package/dist/views/settlement/cell/Actions.vue.d.ts +4 -6
  105. package/dist/views/settlement/cell/Gateway.vue.d.ts +3 -5
  106. package/dist/views/settlement/cell/Method.vue.d.ts +3 -5
  107. package/dist/views/settlement/cell/Status.vue.d.ts +3 -5
  108. package/dist/views/terminal-transaction/TerminalTransaction.vue.d.ts +2 -0
  109. package/dist/views/terminal-transaction/cell/Gateway.vue.d.ts +7 -0
  110. package/dist/views/terminal-transaction/cell/Status.vue.d.ts +7 -0
  111. package/dist/views/transaction/cell/Gateway.vue.d.ts +3 -5
  112. package/dist/views/transaction/cell/Method.vue.d.ts +3 -5
  113. package/dist/views/transaction/cell/Status.vue.d.ts +3 -5
  114. package/package.json +5 -5
  115. package/dist/AdminLayout.vue_vue_type_script_setup_true_lang-oPYFBeEo.js +0 -42
  116. package/dist/PDFViewer-CjH_C1uT.js +0 -21792
  117. package/dist/PayoutAccount-xxSxqBTL.js +0 -3485
  118. package/dist/PayoutAccountSetting-CIeos0md.js +0 -425
  119. package/dist/Settlement-BVGACeme.js +0 -136
  120. package/dist/Settlement-Ce48KHrc.js +0 -132
  121. package/dist/Terminal-ByKV2Rof.js +0 -204
  122. package/dist/TerminalTransaction-RuSxBAxf.js +0 -240
  123. package/dist/Transaction-CYo-uLQi.js +0 -241
  124. package/dist/Transaction-Cjw9WwX8.js +0 -242
  125. package/dist/api/auth/index.d.ts +0 -7
  126. package/dist/assets-BuLGUMIx.js +0 -472
  127. package/dist/index-Coz5aeIO.js +0 -61
  128. package/dist/index-DCPNrUDq.js +0 -40075
  129. package/dist/index.vue_vue_type_script_setup_true_lang-CAR-bNaR.js +0 -150
  130. package/dist/mascot-side-3VXskf9y.js +0 -4
  131. package/dist/payout-account-iAM7HPtG.js +0 -3317
  132. package/dist/transaction-vRrBf3FN.js +0 -64
@@ -0,0 +1,373 @@
1
+ import { defineComponent as x, openBlock as f, createElementBlock as B, createTextVNode as L, createElementVNode as k, toDisplayString as U, resolveComponent as p, createVNode as v, normalizeClass as O, withCtx as V, createBlock as g, createCommentVNode as A, ref as C, computed as z, unref as c, watch as D, isRef as K, h as E } from "vue";
2
+ import "./index-4meiCsRz.js";
3
+ import { h as Y } from "./moment-h96o7c8I.js";
4
+ import { u as j } from "./index-BwFHcZlm.js";
5
+ import { _ as q } from "./index.vue_vue_type_script_setup_true_lang-CKOlikHb.js";
6
+ import { _ as Q } from "./AdminLayout.vue_vue_type_script_setup_true_lang-BTmMOzwx.js";
7
+ import { useSnackbar as $, useDialogChild as G, useDialog as H } from "@feedmepos/ui-library";
8
+ import { t as I } from "./index-CBa6eapm.js";
9
+ import { c as J } from "./clipboard-4jh1WteU.js";
10
+ import { u as N } from "./error-K1CakhA9.js";
11
+ import { z as P, a as R } from "./validator-D5jtpt9A.js";
12
+ import { useCoreStore as W } from "@feedmepos/mf-common";
13
+ import { w as X } from "./Modal-DB8M9o1T.js";
14
+ import { useRouter as Z } from "vue-router";
15
+ const ee = { class: "t-caption" }, te = { class: "t-h1 my-6 text-center" }, ne = /* @__PURE__ */ x({
16
+ __name: "TerminalBindCodeDialog",
17
+ props: {
18
+ code: {
19
+ type: String,
20
+ required: !0
21
+ }
22
+ },
23
+ setup(y) {
24
+ return (n, o) => (f(), B("div", ee, [
25
+ o[0] || (o[0] = L(" Enter the binding code below on your device to link it with this terminal and apply the configuration. ")),
26
+ k("div", te, U(y.code), 1)
27
+ ]));
28
+ }
29
+ }), oe = /* @__PURE__ */ x({
30
+ __name: "ID",
31
+ props: {
32
+ row: {},
33
+ data: {}
34
+ },
35
+ setup(y) {
36
+ const n = y, o = $();
37
+ function r() {
38
+ return n.row.original.status === "Active" ? "!w-[16px] !h-[16px] bg-green-400" : "!w-[16px] !h-[16px] bg-red-400";
39
+ }
40
+ function l() {
41
+ try {
42
+ J(n.data), o.open({ title: "Text copied to clipboard." }, 1e3);
43
+ } catch {
44
+ o.open({ title: "Clipboard API incompatible." }, 1e3);
45
+ }
46
+ n.data;
47
+ }
48
+ return (i, a) => {
49
+ const d = p("FmBadge");
50
+ return f(), B("div", {
51
+ onClick: a[0] || (a[0] = (_) => {
52
+ _.stopPropagation(), l();
53
+ })
54
+ }, [
55
+ v(d, {
56
+ inline: "",
57
+ class: O(r())
58
+ }, {
59
+ default: V(() => [
60
+ k("div", null, U(i.data), 1)
61
+ ]),
62
+ _: 1
63
+ }, 8, ["class"])
64
+ ]);
65
+ };
66
+ }
67
+ }), ae = { class: "flex" }, re = /* @__PURE__ */ x({
68
+ __name: "Actions",
69
+ props: {
70
+ data: {}
71
+ },
72
+ emits: ["link", "unlink", "edit"],
73
+ setup(y, { emit: n }) {
74
+ const o = n;
75
+ return (r, l) => {
76
+ const i = p("FmButton");
77
+ return f(), B("div", ae, [
78
+ r.data.deviceType === "TERMINAL" && !r.data.deviceId ? (f(), g(i, {
79
+ key: 0,
80
+ variant: "plain",
81
+ "prepend-icon": "link",
82
+ onClick: l[0] || (l[0] = (a) => {
83
+ a.stopPropagation(), o("link");
84
+ })
85
+ })) : A("", !0),
86
+ r.data.deviceType === "TERMINAL" && r.data.deviceId ? (f(), g(i, {
87
+ key: 1,
88
+ variant: "plain",
89
+ "prepend-icon": "link_off",
90
+ onClick: l[1] || (l[1] = (a) => {
91
+ a.stopPropagation(), o("unlink");
92
+ })
93
+ })) : A("", !0),
94
+ v(i, {
95
+ variant: "plain",
96
+ "prepend-icon": "edit",
97
+ onClick: l[2] || (l[2] = (a) => {
98
+ a.stopPropagation(), o("edit");
99
+ })
100
+ })
101
+ ]);
102
+ };
103
+ }
104
+ }), le = /* @__PURE__ */ x({
105
+ __name: "TerminalDialog",
106
+ props: {
107
+ terminal: {
108
+ type: Object
109
+ }
110
+ },
111
+ setup(y) {
112
+ var w, T, F;
113
+ const n = y, o = W(), r = G(), l = C(), i = C((w = n.terminal) == null ? void 0 : w.name), a = C((T = n.terminal) == null ? void 0 : T.referenceId), d = C(((F = n.terminal) == null ? void 0 : F.status) === "Active"), _ = z(() => o.restaurants.value.map((b) => ({
114
+ label: b.profile.name,
115
+ value: b._id
116
+ })));
117
+ return (b, u) => {
118
+ const e = p("FmSelect"), t = p("FmTextField"), m = p("FmSwitch"), h = p("FmButton"), S = p("FmForm");
119
+ return f(), g(S, {
120
+ ref: l.value,
121
+ class: "flex flex-col gap-16 mb-6",
122
+ onValidationSuccess: u[3] || (u[3] = () => {
123
+ c(r).emitData({ name: i.value, referenceId: a.value, status: d.value ? "Active" : "Inactive" }), c(r).emitAction("primary");
124
+ })
125
+ }, {
126
+ default: V(() => [
127
+ n.terminal ? A("", !0) : (f(), g(e, {
128
+ key: 0,
129
+ modelValue: a.value,
130
+ "onUpdate:modelValue": u[0] || (u[0] = (s) => a.value = s),
131
+ label: "Restaurant",
132
+ "helper-text": "If you can't find the restaurant please change the business to the restaurant's business.",
133
+ items: _.value,
134
+ rules: c(P)(c(R).string())
135
+ }, null, 8, ["modelValue", "items", "rules"])),
136
+ v(t, {
137
+ modelValue: i.value,
138
+ "onUpdate:modelValue": u[1] || (u[1] = (s) => i.value = s),
139
+ label: "Terminal Name",
140
+ rules: c(P)(c(R).string())
141
+ }, null, 8, ["modelValue", "rules"]),
142
+ n.terminal ? (f(), g(m, {
143
+ key: 1,
144
+ modelValue: d.value,
145
+ "onUpdate:modelValue": u[2] || (u[2] = (s) => d.value = s),
146
+ label: "Status"
147
+ }, null, 8, ["modelValue"])) : A("", !0),
148
+ v(h, {
149
+ type: "submit",
150
+ label: "Create"
151
+ })
152
+ ]),
153
+ _: 1
154
+ }, 512);
155
+ };
156
+ }
157
+ }), se = { class: "flex justify-between mb-6 items-center" }, ie = { class: "flex space-x-4" }, ce = { class: "flex space-x-4" }, xe = /* @__PURE__ */ x({
158
+ __name: "Terminal",
159
+ setup(y) {
160
+ const n = C(), { searchKey: o, deviceType: r } = j({
161
+ searchKey: "",
162
+ deviceType: void 0
163
+ });
164
+ D(r, () => {
165
+ var e;
166
+ return (e = n.value) == null ? void 0 : e.reset();
167
+ });
168
+ let l;
169
+ D(o, async () => {
170
+ l && clearTimeout(l), l = setTimeout(
171
+ () => {
172
+ var e;
173
+ return (e = n.value) == null ? void 0 : e.reset();
174
+ },
175
+ 700
176
+ );
177
+ });
178
+ const i = Z(), a = H(), d = $();
179
+ async function _(e) {
180
+ X(
181
+ a,
182
+ "Terminal Unbind",
183
+ "Are you sure to unbind terminal from device? This action cannot be revert and device will be logged out!",
184
+ async () => {
185
+ var t;
186
+ try {
187
+ await I.unbind(e), (t = n.value) == null || t.reset(), d.open({
188
+ type: "success",
189
+ message: "Terminal unbind successfully"
190
+ });
191
+ } catch (m) {
192
+ d.open({
193
+ type: "error",
194
+ title: "Error occurs when unbind terminal",
195
+ message: N(m)
196
+ });
197
+ }
198
+ }
199
+ );
200
+ }
201
+ async function w(e) {
202
+ const t = await I.getBindCode(e);
203
+ a.open({
204
+ title: "Terminal Bind Code",
205
+ closeButton: !0,
206
+ overlay: !0,
207
+ contentComponent: ne,
208
+ contentComponentProps: { code: t }
209
+ });
210
+ }
211
+ async function T(e) {
212
+ a.open({
213
+ title: e ? "Update Terminal" : "Create New Terminal",
214
+ closeButton: !0,
215
+ overlay: !0,
216
+ contentComponent: le,
217
+ contentComponentProps: { terminal: e }
218
+ }).onPrimary(async (t) => {
219
+ var m;
220
+ a.close();
221
+ try {
222
+ await I.create(t), (m = n.value) == null || m.reset(), d.open({
223
+ type: "success",
224
+ message: e ? "Terminal udpated successfully" : "Terminal created successfully."
225
+ });
226
+ } catch (h) {
227
+ d.open({
228
+ type: "error",
229
+ title: "Error occurs when create terminal",
230
+ message: N(h)
231
+ });
232
+ }
233
+ });
234
+ }
235
+ const F = function(e) {
236
+ return {
237
+ id: e._id,
238
+ status: e.status,
239
+ referenceId: e.referenceId,
240
+ name: e.name,
241
+ deviceId: e.deviceId,
242
+ deviceType: e.deviceType,
243
+ updatedAt: Y(e.updatedAt).format("YYYY-MM-DD hh:mm:ss")
244
+ };
245
+ }, b = [
246
+ {
247
+ accessorKey: "id",
248
+ header: () => "Terminal ID",
249
+ meta: {
250
+ textAlign: "right"
251
+ },
252
+ cell: ({ cell: e, row: t }) => E(oe, { row: t, data: e.getValue() })
253
+ },
254
+ {
255
+ accessorKey: "deviceType",
256
+ header: () => "Device Type",
257
+ meta: {
258
+ textAlign: "left"
259
+ }
260
+ },
261
+ {
262
+ accessorKey: "name",
263
+ header: () => "Name",
264
+ meta: {
265
+ textAlign: "left"
266
+ }
267
+ },
268
+ {
269
+ accessorKey: "referenceId",
270
+ header: () => "Reference",
271
+ meta: {
272
+ textAlign: "left"
273
+ }
274
+ },
275
+ {
276
+ accessorKey: "deviceId",
277
+ header: () => "Bound Device Id",
278
+ meta: {
279
+ textAlign: "left"
280
+ }
281
+ },
282
+ {
283
+ accessorKey: "updatedAt",
284
+ header: () => "Last Updated",
285
+ meta: {
286
+ textAlign: "left"
287
+ }
288
+ },
289
+ {
290
+ accessorKey: "id",
291
+ header: () => "Actions",
292
+ meta: {
293
+ textAlign: "center"
294
+ },
295
+ cell: ({ row: e }) => {
296
+ var m;
297
+ const t = (m = n.value) == null ? void 0 : m.pageData().at(e.index);
298
+ return E(re, {
299
+ data: t,
300
+ onLink: () => w(t._id),
301
+ onUnlink: () => _(t._id),
302
+ onEdit: () => T(t)
303
+ });
304
+ }
305
+ }
306
+ ], u = [
307
+ {
308
+ label: "POS",
309
+ value: "POS"
310
+ },
311
+ {
312
+ label: "KIOSK",
313
+ value: "KIOSK"
314
+ },
315
+ {
316
+ label: "TERMINAL",
317
+ value: "TERMINAL"
318
+ }
319
+ ];
320
+ return (e, t) => {
321
+ const m = p("FmSearch"), h = p("FmSelect"), S = p("FmButton");
322
+ return f(), g(Q, {
323
+ title: "Terminals",
324
+ loading: !1
325
+ }, {
326
+ default: V(() => [
327
+ k("div", se, [
328
+ k("div", ie, [
329
+ v(m, {
330
+ "model-value": c(o),
331
+ "onUpdate:modelValue": t[0] || (t[0] = (s) => K(o) ? o.value = s : null),
332
+ class: "mr-8",
333
+ label: "Search",
334
+ placeholder: "Search Terminals ..."
335
+ }, null, 8, ["model-value"]),
336
+ v(h, {
337
+ modelValue: c(r),
338
+ "onUpdate:modelValue": t[1] || (t[1] = (s) => K(r) ? r.value = s : null),
339
+ class: "ml-6 w-[180px]",
340
+ label: "Device",
341
+ items: u
342
+ }, null, 8, ["modelValue"])
343
+ ]),
344
+ k("div", ce, [
345
+ v(S, {
346
+ label: "Create",
347
+ icon: "add",
348
+ onClick: t[2] || (t[2] = () => T())
349
+ })
350
+ ])
351
+ ]),
352
+ v(q, {
353
+ ref_key: "controller",
354
+ ref: n,
355
+ "column-defs": b,
356
+ "rows-defs": F,
357
+ paginate: (s, M) => c(I).read({ searchKey: c(o), deviceType: c(r), limit: s, cursor: M }),
358
+ onRowClick: t[3] || (t[3] = (s) => c(i).push({
359
+ name: "mf-payment-admin.terminal-setting",
360
+ params: {
361
+ terminalId: s._id
362
+ }
363
+ }))
364
+ }, null, 8, ["paginate"])
365
+ ]),
366
+ _: 1
367
+ });
368
+ };
369
+ }
370
+ });
371
+ export {
372
+ xe as default
373
+ };