@feedmepos/mf-hrm-portal 1.1.3-dev → 1.1.4-dev.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.
- package/dist/{AuditLogList-DNQh1rE9.js → AuditLogList-0rqa9ncI.js} +4 -4
- package/dist/{EmployeeList-zU7fmC4c.js → EmployeeList-mdnsnAmg.js} +5 -5
- package/dist/{Main-DGymQNz9.js → Main-BrxuUrCb.js} +10 -9
- package/dist/{Main-BqhrqOzx.js → Main-Dkk58R0T.js} +13 -11
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BvjXcknf.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CRJCyyrg.js} +539 -538
- package/dist/{RoleList-jbZqer7A.js → RoleList-BCWc9C8R.js} +63 -62
- package/dist/{RolePermissionList-Dd8ks5i7.js → RolePermissionList-0kTvinIs.js} +3 -3
- package/dist/{TeamMemberList-uamoOFIV.js → TeamMemberList-C2yZWHI4.js} +145 -143
- package/dist/{TimesheetList-hgT9DrHd.js → TimesheetList-U1SXbSth.js} +6 -6
- package/dist/app-DKuRvdeB.js +1637 -0
- package/dist/app.js +4 -4
- package/dist/{dayjs.min-CgN1oBQf.js → dayjs.min-CxMnYvrg.js} +13 -13
- package/dist/{employee-khk560IC.js → employee-D9A-2noc.js} +3 -3
- package/dist/{index-D5sdamN5.js → index-DEH1isVF.js} +734 -1087
- package/dist/{lodash-7Am6_Zd3.js → lodash-Bbnb5Nlh.js} +1 -1
- package/dist/{team-CFyc6tnm.js → team-D9GxbwvB.js} +1 -1
- package/dist/{timesheet-DKhEeLe7.js → timesheet-pnAANVbk.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-DOSLuH24.js → useAppStore-BJZiy3Q1.js} +1 -1
- package/dist/{useLoading-BA-GSZ3R.js → useLoading-FywoIKYV.js} +1 -1
- package/package.json +2 -2
- package/dist/app-CcbYGJ22.js +0 -2598
|
@@ -1,343 +1,13 @@
|
|
|
1
1
|
import { useCoreStore as Zo, baseClientInstance as Ma } from "@feedmepos/mf-common";
|
|
2
|
-
import {
|
|
2
|
+
import { FullPosPermissions as Zi, Permission as Hi, FullPortalPermissions as Aa, PortalPermissionCategories as pa } from "@feedmepos/hrm-permission";
|
|
3
3
|
import { defineStore as Yo, storeToRefs as wo } from "pinia";
|
|
4
4
|
import { ref as Go } from "vue";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
operation: "discount",
|
|
12
|
-
adjustment: {
|
|
13
|
-
$lte: 1
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
inverted: !1,
|
|
17
|
-
reason: null
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
label: "",
|
|
21
|
-
subject: "order",
|
|
22
|
-
actions: ["update"],
|
|
23
|
-
conditions: { operation: "changePrice" },
|
|
24
|
-
inverted: !1,
|
|
25
|
-
reason: null
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
label: "",
|
|
29
|
-
subject: "order",
|
|
30
|
-
actions: ["update"],
|
|
31
|
-
conditions: { operation: "void" },
|
|
32
|
-
inverted: !1,
|
|
33
|
-
reason: null
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
label: "",
|
|
37
|
-
subject: "order",
|
|
38
|
-
actions: ["update"],
|
|
39
|
-
conditions: { operation: "payment" },
|
|
40
|
-
inverted: !1,
|
|
41
|
-
reason: null
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
label: "",
|
|
45
|
-
subject: "order",
|
|
46
|
-
actions: ["update"],
|
|
47
|
-
conditions: { operation: "claimDeposit" },
|
|
48
|
-
inverted: !1,
|
|
49
|
-
reason: null
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
label: "",
|
|
53
|
-
subject: "order",
|
|
54
|
-
actions: ["update"],
|
|
55
|
-
conditions: { operation: "resend" },
|
|
56
|
-
inverted: !1,
|
|
57
|
-
reason: null
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
label: "",
|
|
61
|
-
subject: "order",
|
|
62
|
-
actions: ["update"],
|
|
63
|
-
conditions: { operation: "changePaymentType" },
|
|
64
|
-
inverted: !1,
|
|
65
|
-
reason: null
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
label: "",
|
|
69
|
-
subject: "refund",
|
|
70
|
-
actions: ["create"],
|
|
71
|
-
conditions: null,
|
|
72
|
-
inverted: !1,
|
|
73
|
-
reason: null
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
label: "",
|
|
77
|
-
subject: "counter",
|
|
78
|
-
actions: ["manage"],
|
|
79
|
-
conditions: null,
|
|
80
|
-
inverted: !1,
|
|
81
|
-
reason: null
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
label: "",
|
|
85
|
-
subject: "mallIntegration",
|
|
86
|
-
actions: ["manage"],
|
|
87
|
-
conditions: null,
|
|
88
|
-
inverted: !1,
|
|
89
|
-
reason: null
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
label: "",
|
|
93
|
-
subject: "drawer",
|
|
94
|
-
actions: ["manage"],
|
|
95
|
-
conditions: null,
|
|
96
|
-
inverted: !1,
|
|
97
|
-
reason: null
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
label: "",
|
|
101
|
-
subject: "menu",
|
|
102
|
-
actions: ["manage"],
|
|
103
|
-
conditions: null,
|
|
104
|
-
inverted: !1,
|
|
105
|
-
reason: null
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
label: "",
|
|
109
|
-
subject: "inventory",
|
|
110
|
-
actions: ["manage"],
|
|
111
|
-
conditions: null,
|
|
112
|
-
inverted: !1,
|
|
113
|
-
reason: null
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
label: "",
|
|
117
|
-
subject: "deposit",
|
|
118
|
-
actions: ["manage"],
|
|
119
|
-
conditions: null,
|
|
120
|
-
inverted: !1,
|
|
121
|
-
reason: null
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
label: "",
|
|
125
|
-
subject: "delivery",
|
|
126
|
-
actions: ["manage"],
|
|
127
|
-
conditions: null,
|
|
128
|
-
inverted: !1,
|
|
129
|
-
reason: null
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
label: "",
|
|
133
|
-
subject: "counterRecord",
|
|
134
|
-
actions: ["manage"],
|
|
135
|
-
conditions: null,
|
|
136
|
-
inverted: !1,
|
|
137
|
-
reason: null
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
label: "",
|
|
141
|
-
subject: "restaurantSetting",
|
|
142
|
-
actions: ["manage"],
|
|
143
|
-
conditions: null,
|
|
144
|
-
inverted: !1,
|
|
145
|
-
reason: null
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
label: "",
|
|
149
|
-
subject: "display",
|
|
150
|
-
actions: ["manage"],
|
|
151
|
-
conditions: null,
|
|
152
|
-
inverted: !1,
|
|
153
|
-
reason: null
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
label: "",
|
|
157
|
-
subject: "printer",
|
|
158
|
-
actions: ["manage"],
|
|
159
|
-
conditions: null,
|
|
160
|
-
inverted: !1,
|
|
161
|
-
reason: null
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
label: "",
|
|
165
|
-
subject: "table",
|
|
166
|
-
actions: ["manage"],
|
|
167
|
-
conditions: null,
|
|
168
|
-
inverted: !1,
|
|
169
|
-
reason: null
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
label: "",
|
|
173
|
-
subject: "employee",
|
|
174
|
-
actions: ["manage"],
|
|
175
|
-
conditions: null,
|
|
176
|
-
inverted: !1,
|
|
177
|
-
reason: null
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
label: "",
|
|
181
|
-
subject: "system",
|
|
182
|
-
actions: ["manage"],
|
|
183
|
-
conditions: null,
|
|
184
|
-
inverted: !1,
|
|
185
|
-
reason: null
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
label: "",
|
|
189
|
-
subject: "tax",
|
|
190
|
-
actions: ["manage"],
|
|
191
|
-
conditions: null,
|
|
192
|
-
inverted: !1,
|
|
193
|
-
reason: null
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
label: "",
|
|
197
|
-
subject: "paymentType",
|
|
198
|
-
actions: ["manage"],
|
|
199
|
-
conditions: null,
|
|
200
|
-
inverted: !1,
|
|
201
|
-
reason: null
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
label: "",
|
|
205
|
-
subject: "faceId",
|
|
206
|
-
actions: ["manage"],
|
|
207
|
-
conditions: null,
|
|
208
|
-
inverted: !1,
|
|
209
|
-
reason: null
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
label: "",
|
|
213
|
-
subject: "report",
|
|
214
|
-
actions: ["read"],
|
|
215
|
-
conditions: { name: "closeup" },
|
|
216
|
-
inverted: !1,
|
|
217
|
-
reason: ""
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
label: "",
|
|
221
|
-
subject: "report",
|
|
222
|
-
actions: ["read"],
|
|
223
|
-
conditions: { name: "counter" },
|
|
224
|
-
inverted: !1,
|
|
225
|
-
reason: ""
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
label: "",
|
|
229
|
-
subject: "report",
|
|
230
|
-
actions: ["read"],
|
|
231
|
-
conditions: { name: "hourlySales" },
|
|
232
|
-
inverted: !1,
|
|
233
|
-
reason: ""
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
label: "",
|
|
237
|
-
subject: "report",
|
|
238
|
-
actions: ["read"],
|
|
239
|
-
conditions: { name: "dailySales" },
|
|
240
|
-
inverted: !1,
|
|
241
|
-
reason: ""
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
label: "",
|
|
245
|
-
subject: "report",
|
|
246
|
-
actions: ["read"],
|
|
247
|
-
conditions: { name: "productSales" },
|
|
248
|
-
inverted: !1,
|
|
249
|
-
reason: ""
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
label: "",
|
|
253
|
-
subject: "report",
|
|
254
|
-
actions: ["read"],
|
|
255
|
-
conditions: { name: "sourceProductSales" },
|
|
256
|
-
inverted: !1,
|
|
257
|
-
reason: ""
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
label: "",
|
|
261
|
-
subject: "report",
|
|
262
|
-
actions: ["read"],
|
|
263
|
-
conditions: { name: "userProductSales" },
|
|
264
|
-
inverted: !1,
|
|
265
|
-
reason: ""
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
label: "",
|
|
269
|
-
subject: "report",
|
|
270
|
-
actions: ["read"],
|
|
271
|
-
conditions: { name: "categorySales" },
|
|
272
|
-
inverted: !1,
|
|
273
|
-
reason: ""
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
label: "",
|
|
277
|
-
subject: "report",
|
|
278
|
-
actions: ["read"],
|
|
279
|
-
conditions: { name: "addonSales" },
|
|
280
|
-
inverted: !1,
|
|
281
|
-
reason: ""
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
label: "",
|
|
285
|
-
subject: "report",
|
|
286
|
-
actions: ["read"],
|
|
287
|
-
conditions: { name: "slotSales" },
|
|
288
|
-
inverted: !1,
|
|
289
|
-
reason: ""
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
label: "",
|
|
293
|
-
subject: "report",
|
|
294
|
-
actions: ["read"],
|
|
295
|
-
conditions: { name: "drawer" },
|
|
296
|
-
inverted: !1,
|
|
297
|
-
reason: ""
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
label: "",
|
|
301
|
-
subject: "report",
|
|
302
|
-
actions: ["read"],
|
|
303
|
-
conditions: { name: "discount" },
|
|
304
|
-
inverted: !1,
|
|
305
|
-
reason: ""
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
label: "",
|
|
309
|
-
subject: "report",
|
|
310
|
-
actions: ["read"],
|
|
311
|
-
conditions: { name: "refund" },
|
|
312
|
-
inverted: !1,
|
|
313
|
-
reason: ""
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
label: "",
|
|
317
|
-
subject: "report",
|
|
318
|
-
actions: ["read"],
|
|
319
|
-
conditions: { name: "void" },
|
|
320
|
-
inverted: !1,
|
|
321
|
-
reason: ""
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
label: "",
|
|
325
|
-
subject: "report",
|
|
326
|
-
actions: ["read"],
|
|
327
|
-
conditions: { name: "timesheet" },
|
|
328
|
-
inverted: !1,
|
|
329
|
-
reason: ""
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
label: "",
|
|
333
|
-
subject: "report",
|
|
334
|
-
actions: ["read"],
|
|
335
|
-
conditions: { name: "counterPayment" },
|
|
336
|
-
inverted: !1,
|
|
337
|
-
reason: ""
|
|
338
|
-
}
|
|
339
|
-
];
|
|
340
|
-
var zt = {}, Kt = {}, u = {}, Yi = {}, Oi = {}, Ci = {}, wn = {};
|
|
5
|
+
import { mergePermissionSet as Ba, mapLegacyPermission as ja } from "@feedmepos/hrm-permission/utils";
|
|
6
|
+
var p = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
7
|
+
function Vs(e) {
|
|
8
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
9
|
+
}
|
|
10
|
+
var zt = {}, Kt = {}, u = {}, Yi = {}, Si = {}, Ci = {}, wn = {};
|
|
341
11
|
(function(e) {
|
|
342
12
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.getParsedType = e.ZodParsedType = e.util = void 0;
|
|
343
13
|
var n;
|
|
@@ -354,9 +24,9 @@ var zt = {}, Kt = {}, u = {}, Yi = {}, Oi = {}, Ci = {}, wn = {};
|
|
|
354
24
|
F[f] = f;
|
|
355
25
|
return F;
|
|
356
26
|
}, o.getValidEnumValues = (l) => {
|
|
357
|
-
const F = o.objectKeys(l).filter((
|
|
358
|
-
for (const
|
|
359
|
-
f[
|
|
27
|
+
const F = o.objectKeys(l).filter((E) => typeof l[l[E]] != "number"), f = {};
|
|
28
|
+
for (const E of F)
|
|
29
|
+
f[E] = l[E];
|
|
360
30
|
return o.objectValues(f);
|
|
361
31
|
}, o.objectValues = (l) => o.objectKeys(l).map(function(F) {
|
|
362
32
|
return l[F];
|
|
@@ -443,22 +113,22 @@ function Ki() {
|
|
|
443
113
|
const o = (f) => JSON.stringify(f, null, 2).replace(/"([^"]+)":/g, "$1:");
|
|
444
114
|
e.quotelessJson = o;
|
|
445
115
|
class r extends Error {
|
|
446
|
-
constructor(
|
|
447
|
-
super(), this.issues = [], this.addIssue = (
|
|
448
|
-
this.issues = [...this.issues,
|
|
449
|
-
}, this.addIssues = (
|
|
450
|
-
this.issues = [...this.issues, ...
|
|
116
|
+
constructor(E) {
|
|
117
|
+
super(), this.issues = [], this.addIssue = (I) => {
|
|
118
|
+
this.issues = [...this.issues, I];
|
|
119
|
+
}, this.addIssues = (I = []) => {
|
|
120
|
+
this.issues = [...this.issues, ...I];
|
|
451
121
|
};
|
|
452
|
-
const
|
|
453
|
-
Object.setPrototypeOf ? Object.setPrototypeOf(this,
|
|
122
|
+
const y = new.target.prototype;
|
|
123
|
+
Object.setPrototypeOf ? Object.setPrototypeOf(this, y) : this.__proto__ = y, this.name = "ZodError", this.issues = E;
|
|
454
124
|
}
|
|
455
125
|
get errors() {
|
|
456
126
|
return this.issues;
|
|
457
127
|
}
|
|
458
|
-
format(
|
|
459
|
-
const
|
|
128
|
+
format(E) {
|
|
129
|
+
const y = E || function(P) {
|
|
460
130
|
return P.message;
|
|
461
|
-
},
|
|
131
|
+
}, I = { _errors: [] }, R = (P) => {
|
|
462
132
|
for (const M of P.issues)
|
|
463
133
|
if (M.code === "invalid_union")
|
|
464
134
|
M.unionErrors.map(R);
|
|
@@ -467,16 +137,16 @@ function Ki() {
|
|
|
467
137
|
else if (M.code === "invalid_arguments")
|
|
468
138
|
R(M.argumentsError);
|
|
469
139
|
else if (M.path.length === 0)
|
|
470
|
-
|
|
140
|
+
I._errors.push(y(M));
|
|
471
141
|
else {
|
|
472
|
-
let
|
|
142
|
+
let B = I, L = 0;
|
|
473
143
|
for (; L < M.path.length; ) {
|
|
474
144
|
const A = M.path[L];
|
|
475
|
-
L === M.path.length - 1 ? (
|
|
145
|
+
L === M.path.length - 1 ? (B[A] = B[A] || { _errors: [] }, B[A]._errors.push(y(M))) : B[A] = B[A] || { _errors: [] }, B = B[A], L++;
|
|
476
146
|
}
|
|
477
147
|
}
|
|
478
148
|
};
|
|
479
|
-
return R(this),
|
|
149
|
+
return R(this), I;
|
|
480
150
|
}
|
|
481
151
|
toString() {
|
|
482
152
|
return this.message;
|
|
@@ -487,69 +157,69 @@ function Ki() {
|
|
|
487
157
|
get isEmpty() {
|
|
488
158
|
return this.issues.length === 0;
|
|
489
159
|
}
|
|
490
|
-
flatten(
|
|
491
|
-
const
|
|
160
|
+
flatten(E = (y) => y.message) {
|
|
161
|
+
const y = {}, I = [];
|
|
492
162
|
for (const R of this.issues)
|
|
493
|
-
R.path.length > 0 ? (
|
|
494
|
-
return { formErrors:
|
|
163
|
+
R.path.length > 0 ? (y[R.path[0]] = y[R.path[0]] || [], y[R.path[0]].push(E(R))) : I.push(E(R));
|
|
164
|
+
return { formErrors: I, fieldErrors: y };
|
|
495
165
|
}
|
|
496
166
|
get formErrors() {
|
|
497
167
|
return this.flatten();
|
|
498
168
|
}
|
|
499
169
|
}
|
|
500
170
|
e.ZodError = r, r.create = (f) => new r(f);
|
|
501
|
-
const s = (f,
|
|
502
|
-
let
|
|
171
|
+
const s = (f, E) => {
|
|
172
|
+
let y;
|
|
503
173
|
switch (f.code) {
|
|
504
174
|
case e.ZodIssueCode.invalid_type:
|
|
505
|
-
f.received === t.ZodParsedType.undefined ?
|
|
175
|
+
f.received === t.ZodParsedType.undefined ? y = "Required" : y = `Expected ${f.expected}, received ${f.received}`;
|
|
506
176
|
break;
|
|
507
177
|
case e.ZodIssueCode.invalid_literal:
|
|
508
|
-
|
|
178
|
+
y = `Invalid literal value, expected ${JSON.stringify(f.expected, n.jsonStringifyReplacer)}`;
|
|
509
179
|
break;
|
|
510
180
|
case e.ZodIssueCode.unrecognized_keys:
|
|
511
|
-
|
|
181
|
+
y = `Unrecognized key(s) in object: ${t.util.joinValues(f.keys, ", ")}`;
|
|
512
182
|
break;
|
|
513
183
|
case e.ZodIssueCode.invalid_union:
|
|
514
|
-
|
|
184
|
+
y = "Invalid input";
|
|
515
185
|
break;
|
|
516
186
|
case e.ZodIssueCode.invalid_union_discriminator:
|
|
517
|
-
|
|
187
|
+
y = `Invalid discriminator value. Expected ${t.util.joinValues(f.options)}`;
|
|
518
188
|
break;
|
|
519
189
|
case e.ZodIssueCode.invalid_enum_value:
|
|
520
|
-
|
|
190
|
+
y = `Invalid enum value. Expected ${t.util.joinValues(f.options)}, received '${f.received}'`;
|
|
521
191
|
break;
|
|
522
192
|
case e.ZodIssueCode.invalid_arguments:
|
|
523
|
-
|
|
193
|
+
y = "Invalid function arguments";
|
|
524
194
|
break;
|
|
525
195
|
case e.ZodIssueCode.invalid_return_type:
|
|
526
|
-
|
|
196
|
+
y = "Invalid function return type";
|
|
527
197
|
break;
|
|
528
198
|
case e.ZodIssueCode.invalid_date:
|
|
529
|
-
|
|
199
|
+
y = "Invalid date";
|
|
530
200
|
break;
|
|
531
201
|
case e.ZodIssueCode.invalid_string:
|
|
532
|
-
typeof f.validation == "object" ? "startsWith" in f.validation ?
|
|
202
|
+
typeof f.validation == "object" ? "startsWith" in f.validation ? y = `Invalid input: must start with "${f.validation.startsWith}"` : "endsWith" in f.validation ? y = `Invalid input: must start with "${f.validation.endsWith}"` : t.util.assertNever(f.validation) : f.validation !== "regex" ? y = `Invalid ${f.validation}` : y = "Invalid";
|
|
533
203
|
break;
|
|
534
204
|
case e.ZodIssueCode.too_small:
|
|
535
|
-
f.type === "array" ?
|
|
205
|
+
f.type === "array" ? y = `Array must contain ${f.inclusive ? "at least" : "more than"} ${f.minimum} element(s)` : f.type === "string" ? y = `String must contain ${f.inclusive ? "at least" : "over"} ${f.minimum} character(s)` : f.type === "number" ? y = `Number must be greater than ${f.inclusive ? "or equal to " : ""}${f.minimum}` : f.type === "date" ? y = `Date must be greater than ${f.inclusive ? "or equal to " : ""}${new Date(f.minimum)}` : y = "Invalid input";
|
|
536
206
|
break;
|
|
537
207
|
case e.ZodIssueCode.too_big:
|
|
538
|
-
f.type === "array" ?
|
|
208
|
+
f.type === "array" ? y = `Array must contain ${f.inclusive ? "at most" : "less than"} ${f.maximum} element(s)` : f.type === "string" ? y = `String must contain ${f.inclusive ? "at most" : "under"} ${f.maximum} character(s)` : f.type === "number" ? y = `Number must be less than ${f.inclusive ? "or equal to " : ""}${f.maximum}` : f.type === "date" ? y = `Date must be smaller than ${f.inclusive ? "or equal to " : ""}${new Date(f.maximum)}` : y = "Invalid input";
|
|
539
209
|
break;
|
|
540
210
|
case e.ZodIssueCode.custom:
|
|
541
|
-
|
|
211
|
+
y = "Invalid input";
|
|
542
212
|
break;
|
|
543
213
|
case e.ZodIssueCode.invalid_intersection_types:
|
|
544
|
-
|
|
214
|
+
y = "Intersection results could not be merged";
|
|
545
215
|
break;
|
|
546
216
|
case e.ZodIssueCode.not_multiple_of:
|
|
547
|
-
|
|
217
|
+
y = `Number must be a multiple of ${f.multipleOf}`;
|
|
548
218
|
break;
|
|
549
219
|
default:
|
|
550
|
-
|
|
220
|
+
y = E.defaultError, t.util.assertNever(f);
|
|
551
221
|
}
|
|
552
|
-
return { message:
|
|
222
|
+
return { message: y };
|
|
553
223
|
};
|
|
554
224
|
e.defaultErrorMap = s;
|
|
555
225
|
let _ = e.defaultErrorMap;
|
|
@@ -567,9 +237,9 @@ var Ao;
|
|
|
567
237
|
function qi() {
|
|
568
238
|
return Ao || (Ao = 1, function(e) {
|
|
569
239
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.jsonStringifyReplacer = e.isAsync = e.isValid = e.isDirty = e.isAborted = e.OK = e.DIRTY = e.INVALID = e.ParseStatus = e.addIssueToContext = e.EMPTY_PATH = e.makeIssue = void 0;
|
|
570
|
-
const n = Ki(), t = (
|
|
571
|
-
const { data: R, path: P, errorMaps: M, issueData:
|
|
572
|
-
...
|
|
240
|
+
const n = Ki(), t = (I) => {
|
|
241
|
+
const { data: R, path: P, errorMaps: M, issueData: B } = I, L = [...P, ...B.path || []], A = {
|
|
242
|
+
...B,
|
|
573
243
|
path: L
|
|
574
244
|
};
|
|
575
245
|
let q = "";
|
|
@@ -577,25 +247,25 @@ function qi() {
|
|
|
577
247
|
for (const ee of se)
|
|
578
248
|
q = ee(A, { data: R, defaultError: q }).message;
|
|
579
249
|
return {
|
|
580
|
-
...
|
|
250
|
+
...B,
|
|
581
251
|
path: L,
|
|
582
|
-
message:
|
|
252
|
+
message: B.message || q
|
|
583
253
|
};
|
|
584
254
|
};
|
|
585
255
|
e.makeIssue = t, e.EMPTY_PATH = [];
|
|
586
|
-
function o(
|
|
256
|
+
function o(I, R) {
|
|
587
257
|
const P = e.makeIssue({
|
|
588
258
|
issueData: R,
|
|
589
|
-
data:
|
|
590
|
-
path:
|
|
259
|
+
data: I.data,
|
|
260
|
+
path: I.path,
|
|
591
261
|
errorMaps: [
|
|
592
|
-
|
|
593
|
-
|
|
262
|
+
I.common.contextualErrorMap,
|
|
263
|
+
I.schemaErrorMap,
|
|
594
264
|
n.getErrorMap(),
|
|
595
265
|
n.defaultErrorMap
|
|
596
266
|
].filter((M) => !!M)
|
|
597
267
|
});
|
|
598
|
-
|
|
268
|
+
I.common.issues.push(P);
|
|
599
269
|
}
|
|
600
270
|
e.addIssueToContext = o;
|
|
601
271
|
class r {
|
|
@@ -610,29 +280,29 @@ function qi() {
|
|
|
610
280
|
}
|
|
611
281
|
static mergeArray(R, P) {
|
|
612
282
|
const M = [];
|
|
613
|
-
for (const
|
|
614
|
-
if (
|
|
283
|
+
for (const B of P) {
|
|
284
|
+
if (B.status === "aborted")
|
|
615
285
|
return e.INVALID;
|
|
616
|
-
|
|
286
|
+
B.status === "dirty" && R.dirty(), M.push(B.value);
|
|
617
287
|
}
|
|
618
288
|
return { status: R.value, value: M };
|
|
619
289
|
}
|
|
620
290
|
static async mergeObjectAsync(R, P) {
|
|
621
291
|
const M = [];
|
|
622
|
-
for (const
|
|
292
|
+
for (const B of P)
|
|
623
293
|
M.push({
|
|
624
|
-
key: await
|
|
625
|
-
value: await
|
|
294
|
+
key: await B.key,
|
|
295
|
+
value: await B.value
|
|
626
296
|
});
|
|
627
297
|
return r.mergeObjectSync(R, M);
|
|
628
298
|
}
|
|
629
299
|
static mergeObjectSync(R, P) {
|
|
630
300
|
const M = {};
|
|
631
|
-
for (const
|
|
632
|
-
const { key: L, value: A } =
|
|
301
|
+
for (const B of P) {
|
|
302
|
+
const { key: L, value: A } = B;
|
|
633
303
|
if (L.status === "aborted" || A.status === "aborted")
|
|
634
304
|
return e.INVALID;
|
|
635
|
-
L.status === "dirty" && R.dirty(), A.status === "dirty" && R.dirty(), (typeof A.value < "u" ||
|
|
305
|
+
L.status === "dirty" && R.dirty(), A.status === "dirty" && R.dirty(), (typeof A.value < "u" || B.alwaysSet) && (M[L.value] = A.value);
|
|
636
306
|
}
|
|
637
307
|
return { status: R.value, value: M };
|
|
638
308
|
}
|
|
@@ -640,21 +310,21 @@ function qi() {
|
|
|
640
310
|
e.ParseStatus = r, e.INVALID = Object.freeze({
|
|
641
311
|
status: "aborted"
|
|
642
312
|
});
|
|
643
|
-
const s = (
|
|
313
|
+
const s = (I) => ({ status: "dirty", value: I });
|
|
644
314
|
e.DIRTY = s;
|
|
645
|
-
const _ = (
|
|
315
|
+
const _ = (I) => ({ status: "valid", value: I });
|
|
646
316
|
e.OK = _;
|
|
647
|
-
const l = (
|
|
317
|
+
const l = (I) => I.status === "aborted";
|
|
648
318
|
e.isAborted = l;
|
|
649
|
-
const F = (
|
|
319
|
+
const F = (I) => I.status === "dirty";
|
|
650
320
|
e.isDirty = F;
|
|
651
|
-
const f = (
|
|
321
|
+
const f = (I) => I.status === "valid";
|
|
652
322
|
e.isValid = f;
|
|
653
|
-
const
|
|
654
|
-
e.isAsync =
|
|
655
|
-
const
|
|
656
|
-
e.jsonStringifyReplacer =
|
|
657
|
-
}(
|
|
323
|
+
const E = (I) => typeof Promise !== void 0 && I instanceof Promise;
|
|
324
|
+
e.isAsync = E;
|
|
325
|
+
const y = (I, R) => typeof R == "bigint" ? R.toString() : R;
|
|
326
|
+
e.jsonStringifyReplacer = y;
|
|
327
|
+
}(Si)), Si;
|
|
658
328
|
}
|
|
659
329
|
var Ho = {};
|
|
660
330
|
Object.defineProperty(Ho, "__esModule", { value: !0 });
|
|
@@ -688,7 +358,7 @@ var Ko = {}, qo = {};
|
|
|
688
358
|
const { errorMap: i, invalid_type_error: a, required_error: d, description: m } = c;
|
|
689
359
|
if (i && (a || d))
|
|
690
360
|
throw new Error(`Can't use "invalid" or "required" in conjunction with custom error map.`);
|
|
691
|
-
return i ? { errorMap: i, description: m } : { errorMap: (b,
|
|
361
|
+
return i ? { errorMap: i, description: m } : { errorMap: (b, g) => b.code !== "invalid_type" ? { message: g.defaultError } : typeof g.data > "u" ? { message: d ?? g.defaultError } : { message: a ?? g.defaultError }, description: m };
|
|
692
362
|
}
|
|
693
363
|
class F {
|
|
694
364
|
constructor(i) {
|
|
@@ -779,11 +449,11 @@ var Ko = {}, qo = {};
|
|
|
779
449
|
refine(i, a) {
|
|
780
450
|
const d = (m) => typeof a == "string" || typeof a > "u" ? { message: a } : typeof a == "function" ? a(m) : a;
|
|
781
451
|
return this._refinement((m, z) => {
|
|
782
|
-
const b = i(m),
|
|
452
|
+
const b = i(m), g = () => z.addIssue({
|
|
783
453
|
code: r.ZodIssueCode.custom,
|
|
784
454
|
...d(m)
|
|
785
455
|
});
|
|
786
|
-
return typeof Promise < "u" && b instanceof Promise ? b.then((
|
|
456
|
+
return typeof Promise < "u" && b instanceof Promise ? b.then((T) => T ? !0 : (g(), !1)) : b ? !0 : (g(), !1);
|
|
787
457
|
});
|
|
788
458
|
}
|
|
789
459
|
refinement(i, a) {
|
|
@@ -792,7 +462,7 @@ var Ko = {}, qo = {};
|
|
|
792
462
|
_refinement(i) {
|
|
793
463
|
return new ce({
|
|
794
464
|
schema: this,
|
|
795
|
-
typeName:
|
|
465
|
+
typeName: O.ZodEffects,
|
|
796
466
|
effect: { type: "refinement", refinement: i }
|
|
797
467
|
});
|
|
798
468
|
}
|
|
@@ -812,7 +482,7 @@ var Ko = {}, qo = {};
|
|
|
812
482
|
return st.create(this);
|
|
813
483
|
}
|
|
814
484
|
or(i) {
|
|
815
|
-
return
|
|
485
|
+
return jt.create([this, i]);
|
|
816
486
|
}
|
|
817
487
|
and(i) {
|
|
818
488
|
return Nt.create(this, i);
|
|
@@ -820,7 +490,7 @@ var Ko = {}, qo = {};
|
|
|
820
490
|
transform(i) {
|
|
821
491
|
return new ce({
|
|
822
492
|
schema: this,
|
|
823
|
-
typeName:
|
|
493
|
+
typeName: O.ZodEffects,
|
|
824
494
|
effect: { type: "transform", transform: i }
|
|
825
495
|
});
|
|
826
496
|
}
|
|
@@ -829,7 +499,7 @@ var Ko = {}, qo = {};
|
|
|
829
499
|
return new Pi({
|
|
830
500
|
innerType: this,
|
|
831
501
|
defaultValue: a,
|
|
832
|
-
typeName:
|
|
502
|
+
typeName: O.ZodDefault
|
|
833
503
|
});
|
|
834
504
|
}
|
|
835
505
|
describe(i) {
|
|
@@ -847,14 +517,14 @@ var Ko = {}, qo = {};
|
|
|
847
517
|
}
|
|
848
518
|
}
|
|
849
519
|
e.ZodType = F, e.Schema = F, e.ZodSchema = F;
|
|
850
|
-
const f = /^c[^\s-]{8,}$/i,
|
|
851
|
-
class
|
|
520
|
+
const f = /^c[^\s-]{8,}$/i, E = /^([a-f0-9]{8}-[a-f0-9]{4}-[1-5][a-f0-9]{3}-[a-f0-9]{4}-[a-f0-9]{12}|00000000-0000-0000-0000-000000000000)$/i, y = /^(([^<>()[\]\.,;:\s@\"]+(\.[^<>()[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i;
|
|
521
|
+
class I extends F {
|
|
852
522
|
constructor() {
|
|
853
523
|
super(...arguments), this._regex = (i, a, d) => this.refinement((m) => i.test(m), {
|
|
854
524
|
validation: a,
|
|
855
525
|
code: r.ZodIssueCode.invalid_string,
|
|
856
526
|
...n.errorUtil.errToObj(d)
|
|
857
|
-
}), this.nonempty = (i) => this.min(1, n.errorUtil.errToObj(i)), this.trim = () => new
|
|
527
|
+
}), this.nonempty = (i) => this.min(1, n.errorUtil.errToObj(i)), this.trim = () => new I({
|
|
858
528
|
...this._def,
|
|
859
529
|
checks: [...this._def.checks, { kind: "trim" }]
|
|
860
530
|
});
|
|
@@ -892,13 +562,13 @@ var Ko = {}, qo = {};
|
|
|
892
562
|
message: z.message
|
|
893
563
|
}), d.dirty());
|
|
894
564
|
else if (z.kind === "email")
|
|
895
|
-
|
|
565
|
+
y.test(i.data) || (m = this._getOrReturnCtx(i, m), t.addIssueToContext(m, {
|
|
896
566
|
validation: "email",
|
|
897
567
|
code: r.ZodIssueCode.invalid_string,
|
|
898
568
|
message: z.message
|
|
899
569
|
}), d.dirty());
|
|
900
570
|
else if (z.kind === "uuid")
|
|
901
|
-
|
|
571
|
+
E.test(i.data) || (m = this._getOrReturnCtx(i, m), t.addIssueToContext(m, {
|
|
902
572
|
validation: "uuid",
|
|
903
573
|
code: r.ZodIssueCode.invalid_string,
|
|
904
574
|
message: z.message
|
|
@@ -935,7 +605,7 @@ var Ko = {}, qo = {};
|
|
|
935
605
|
return { status: d.value, value: i.data };
|
|
936
606
|
}
|
|
937
607
|
_addCheck(i) {
|
|
938
|
-
return new
|
|
608
|
+
return new I({
|
|
939
609
|
...this._def,
|
|
940
610
|
checks: [...this._def.checks, i]
|
|
941
611
|
});
|
|
@@ -1015,9 +685,9 @@ var Ko = {}, qo = {};
|
|
|
1015
685
|
return i;
|
|
1016
686
|
}
|
|
1017
687
|
}
|
|
1018
|
-
e.ZodString =
|
|
688
|
+
e.ZodString = I, I.create = (c) => new I({
|
|
1019
689
|
checks: [],
|
|
1020
|
-
typeName:
|
|
690
|
+
typeName: O.ZodString,
|
|
1021
691
|
...l(c)
|
|
1022
692
|
});
|
|
1023
693
|
function R(c, i) {
|
|
@@ -1159,7 +829,7 @@ var Ko = {}, qo = {};
|
|
|
1159
829
|
}
|
|
1160
830
|
e.ZodNumber = P, P.create = (c) => new P({
|
|
1161
831
|
checks: [],
|
|
1162
|
-
typeName:
|
|
832
|
+
typeName: O.ZodNumber,
|
|
1163
833
|
...l(c)
|
|
1164
834
|
});
|
|
1165
835
|
class M extends F {
|
|
@@ -1176,10 +846,10 @@ var Ko = {}, qo = {};
|
|
|
1176
846
|
}
|
|
1177
847
|
}
|
|
1178
848
|
e.ZodBigInt = M, M.create = (c) => new M({
|
|
1179
|
-
typeName:
|
|
849
|
+
typeName: O.ZodBigInt,
|
|
1180
850
|
...l(c)
|
|
1181
851
|
});
|
|
1182
|
-
class
|
|
852
|
+
class B extends F {
|
|
1183
853
|
_parse(i) {
|
|
1184
854
|
if (this._getType(i) !== o.ZodParsedType.boolean) {
|
|
1185
855
|
const d = this._getOrReturnCtx(i);
|
|
@@ -1192,8 +862,8 @@ var Ko = {}, qo = {};
|
|
|
1192
862
|
return t.OK(i.data);
|
|
1193
863
|
}
|
|
1194
864
|
}
|
|
1195
|
-
e.ZodBoolean =
|
|
1196
|
-
typeName:
|
|
865
|
+
e.ZodBoolean = B, B.create = (c) => new B({
|
|
866
|
+
typeName: O.ZodBoolean,
|
|
1197
867
|
...l(c)
|
|
1198
868
|
});
|
|
1199
869
|
class L extends F {
|
|
@@ -1268,7 +938,7 @@ var Ko = {}, qo = {};
|
|
|
1268
938
|
}
|
|
1269
939
|
e.ZodDate = L, L.create = (c) => new L({
|
|
1270
940
|
checks: [],
|
|
1271
|
-
typeName:
|
|
941
|
+
typeName: O.ZodDate,
|
|
1272
942
|
...l(c)
|
|
1273
943
|
});
|
|
1274
944
|
class A extends F {
|
|
@@ -1285,7 +955,7 @@ var Ko = {}, qo = {};
|
|
|
1285
955
|
}
|
|
1286
956
|
}
|
|
1287
957
|
e.ZodUndefined = A, A.create = (c) => new A({
|
|
1288
|
-
typeName:
|
|
958
|
+
typeName: O.ZodUndefined,
|
|
1289
959
|
...l(c)
|
|
1290
960
|
});
|
|
1291
961
|
class q extends F {
|
|
@@ -1302,7 +972,7 @@ var Ko = {}, qo = {};
|
|
|
1302
972
|
}
|
|
1303
973
|
}
|
|
1304
974
|
e.ZodNull = q, q.create = (c) => new q({
|
|
1305
|
-
typeName:
|
|
975
|
+
typeName: O.ZodNull,
|
|
1306
976
|
...l(c)
|
|
1307
977
|
});
|
|
1308
978
|
class se extends F {
|
|
@@ -1314,7 +984,7 @@ var Ko = {}, qo = {};
|
|
|
1314
984
|
}
|
|
1315
985
|
}
|
|
1316
986
|
e.ZodAny = se, se.create = (c) => new se({
|
|
1317
|
-
typeName:
|
|
987
|
+
typeName: O.ZodAny,
|
|
1318
988
|
...l(c)
|
|
1319
989
|
});
|
|
1320
990
|
class ee extends F {
|
|
@@ -1326,7 +996,7 @@ var Ko = {}, qo = {};
|
|
|
1326
996
|
}
|
|
1327
997
|
}
|
|
1328
998
|
e.ZodUnknown = ee, ee.create = (c) => new ee({
|
|
1329
|
-
typeName:
|
|
999
|
+
typeName: O.ZodUnknown,
|
|
1330
1000
|
...l(c)
|
|
1331
1001
|
});
|
|
1332
1002
|
class Me extends F {
|
|
@@ -1340,7 +1010,7 @@ var Ko = {}, qo = {};
|
|
|
1340
1010
|
}
|
|
1341
1011
|
}
|
|
1342
1012
|
e.ZodNever = Me, Me.create = (c) => new Me({
|
|
1343
|
-
typeName:
|
|
1013
|
+
typeName: O.ZodNever,
|
|
1344
1014
|
...l(c)
|
|
1345
1015
|
});
|
|
1346
1016
|
class Rn extends F {
|
|
@@ -1357,7 +1027,7 @@ var Ko = {}, qo = {};
|
|
|
1357
1027
|
}
|
|
1358
1028
|
}
|
|
1359
1029
|
e.ZodVoid = Rn, Rn.create = (c) => new Rn({
|
|
1360
|
-
typeName:
|
|
1030
|
+
typeName: O.ZodVoid,
|
|
1361
1031
|
...l(c)
|
|
1362
1032
|
});
|
|
1363
1033
|
class le extends F {
|
|
@@ -1382,8 +1052,8 @@ var Ko = {}, qo = {};
|
|
|
1382
1052
|
inclusive: !0,
|
|
1383
1053
|
message: m.maxLength.message
|
|
1384
1054
|
}), d.dirty()), a.common.async)
|
|
1385
|
-
return Promise.all(a.data.map((b,
|
|
1386
|
-
const z = a.data.map((b,
|
|
1055
|
+
return Promise.all(a.data.map((b, g) => m.type._parseAsync(new s(a, b, a.path, g)))).then((b) => t.ParseStatus.mergeArray(d, b));
|
|
1056
|
+
const z = a.data.map((b, g) => m.type._parseSync(new s(a, b, a.path, g)));
|
|
1387
1057
|
return t.ParseStatus.mergeArray(d, z);
|
|
1388
1058
|
}
|
|
1389
1059
|
get element() {
|
|
@@ -1412,17 +1082,17 @@ var Ko = {}, qo = {};
|
|
|
1412
1082
|
type: c,
|
|
1413
1083
|
minLength: null,
|
|
1414
1084
|
maxLength: null,
|
|
1415
|
-
typeName:
|
|
1085
|
+
typeName: O.ZodArray,
|
|
1416
1086
|
...l(i)
|
|
1417
1087
|
});
|
|
1418
|
-
var
|
|
1088
|
+
var To;
|
|
1419
1089
|
(function(c) {
|
|
1420
1090
|
c.mergeShapes = (i, a) => ({
|
|
1421
1091
|
...i,
|
|
1422
1092
|
...a
|
|
1423
1093
|
});
|
|
1424
|
-
})(
|
|
1425
|
-
const
|
|
1094
|
+
})(To = e.objectUtil || (e.objectUtil = {}));
|
|
1095
|
+
const vo = (c) => (i) => new D({
|
|
1426
1096
|
...c,
|
|
1427
1097
|
shape: () => ({
|
|
1428
1098
|
...c.shape(),
|
|
@@ -1444,7 +1114,7 @@ var Ko = {}, qo = {};
|
|
|
1444
1114
|
}
|
|
1445
1115
|
class D extends F {
|
|
1446
1116
|
constructor() {
|
|
1447
|
-
super(...arguments), this._cached = null, this.nonstrict = this.passthrough, this.augment =
|
|
1117
|
+
super(...arguments), this._cached = null, this.nonstrict = this.passthrough, this.augment = vo(this._def), this.extend = vo(this._def);
|
|
1448
1118
|
}
|
|
1449
1119
|
_getCached() {
|
|
1450
1120
|
if (this._cached !== null)
|
|
@@ -1454,46 +1124,46 @@ var Ko = {}, qo = {};
|
|
|
1454
1124
|
}
|
|
1455
1125
|
_parse(i) {
|
|
1456
1126
|
if (this._getType(i) !== o.ZodParsedType.object) {
|
|
1457
|
-
const
|
|
1458
|
-
return t.addIssueToContext(
|
|
1127
|
+
const v = this._getOrReturnCtx(i);
|
|
1128
|
+
return t.addIssueToContext(v, {
|
|
1459
1129
|
code: r.ZodIssueCode.invalid_type,
|
|
1460
1130
|
expected: o.ZodParsedType.object,
|
|
1461
|
-
received:
|
|
1131
|
+
received: v.parsedType
|
|
1462
1132
|
}), t.INVALID;
|
|
1463
1133
|
}
|
|
1464
|
-
const { status: d, ctx: m } = this._processInputParams(i), { shape: z, keys: b } = this._getCached(),
|
|
1465
|
-
for (const
|
|
1466
|
-
b.includes(
|
|
1467
|
-
const
|
|
1468
|
-
for (const
|
|
1469
|
-
const C = z[
|
|
1470
|
-
|
|
1471
|
-
key: { status: "valid", value:
|
|
1472
|
-
value: C._parse(new s(m, lt, m.path,
|
|
1473
|
-
alwaysSet:
|
|
1134
|
+
const { status: d, ctx: m } = this._processInputParams(i), { shape: z, keys: b } = this._getCached(), g = [];
|
|
1135
|
+
for (const v in m.data)
|
|
1136
|
+
b.includes(v) || g.push(v);
|
|
1137
|
+
const T = [];
|
|
1138
|
+
for (const v of b) {
|
|
1139
|
+
const C = z[v], lt = m.data[v];
|
|
1140
|
+
T.push({
|
|
1141
|
+
key: { status: "valid", value: v },
|
|
1142
|
+
value: C._parse(new s(m, lt, m.path, v)),
|
|
1143
|
+
alwaysSet: v in m.data
|
|
1474
1144
|
});
|
|
1475
1145
|
}
|
|
1476
1146
|
if (this._def.catchall instanceof Me) {
|
|
1477
|
-
const
|
|
1478
|
-
if (
|
|
1479
|
-
for (const C of
|
|
1480
|
-
|
|
1147
|
+
const v = this._def.unknownKeys;
|
|
1148
|
+
if (v === "passthrough")
|
|
1149
|
+
for (const C of g)
|
|
1150
|
+
T.push({
|
|
1481
1151
|
key: { status: "valid", value: C },
|
|
1482
1152
|
value: { status: "valid", value: m.data[C] }
|
|
1483
1153
|
});
|
|
1484
|
-
else if (
|
|
1485
|
-
|
|
1154
|
+
else if (v === "strict")
|
|
1155
|
+
g.length > 0 && (t.addIssueToContext(m, {
|
|
1486
1156
|
code: r.ZodIssueCode.unrecognized_keys,
|
|
1487
|
-
keys:
|
|
1157
|
+
keys: g
|
|
1488
1158
|
}), d.dirty());
|
|
1489
|
-
else if (
|
|
1159
|
+
else if (v !== "strip") throw new Error("Internal ZodObject error: invalid unknownKeys value.");
|
|
1490
1160
|
} else {
|
|
1491
|
-
const
|
|
1492
|
-
for (const C of
|
|
1161
|
+
const v = this._def.catchall;
|
|
1162
|
+
for (const C of g) {
|
|
1493
1163
|
const lt = m.data[C];
|
|
1494
|
-
|
|
1164
|
+
T.push({
|
|
1495
1165
|
key: { status: "valid", value: C },
|
|
1496
|
-
value:
|
|
1166
|
+
value: v._parse(
|
|
1497
1167
|
new s(m, lt, m.path, C)
|
|
1498
1168
|
//, ctx.child(key), value, getParsedType(value)
|
|
1499
1169
|
),
|
|
@@ -1502,17 +1172,17 @@ var Ko = {}, qo = {};
|
|
|
1502
1172
|
}
|
|
1503
1173
|
}
|
|
1504
1174
|
return m.common.async ? Promise.resolve().then(async () => {
|
|
1505
|
-
const
|
|
1506
|
-
for (const C of
|
|
1175
|
+
const v = [];
|
|
1176
|
+
for (const C of T) {
|
|
1507
1177
|
const lt = await C.key;
|
|
1508
|
-
|
|
1178
|
+
v.push({
|
|
1509
1179
|
key: lt,
|
|
1510
1180
|
value: await C.value,
|
|
1511
1181
|
alwaysSet: C.alwaysSet
|
|
1512
1182
|
});
|
|
1513
1183
|
}
|
|
1514
|
-
return
|
|
1515
|
-
}).then((
|
|
1184
|
+
return v;
|
|
1185
|
+
}).then((v) => t.ParseStatus.mergeObjectSync(d, v)) : t.ParseStatus.mergeObjectSync(d, T);
|
|
1516
1186
|
}
|
|
1517
1187
|
get shape() {
|
|
1518
1188
|
return this._def.shape();
|
|
@@ -1523,12 +1193,12 @@ var Ko = {}, qo = {};
|
|
|
1523
1193
|
unknownKeys: "strict",
|
|
1524
1194
|
...i !== void 0 ? {
|
|
1525
1195
|
errorMap: (a, d) => {
|
|
1526
|
-
var m, z, b,
|
|
1527
|
-
const
|
|
1196
|
+
var m, z, b, g;
|
|
1197
|
+
const T = (b = (z = (m = this._def).errorMap) === null || z === void 0 ? void 0 : z.call(m, a, d).message) !== null && b !== void 0 ? b : d.defaultError;
|
|
1528
1198
|
return a.code === "unrecognized_keys" ? {
|
|
1529
|
-
message: (
|
|
1199
|
+
message: (g = n.errorUtil.errToObj(i).message) !== null && g !== void 0 ? g : T
|
|
1530
1200
|
} : {
|
|
1531
|
-
message:
|
|
1201
|
+
message: T
|
|
1532
1202
|
};
|
|
1533
1203
|
}
|
|
1534
1204
|
} : {}
|
|
@@ -1558,8 +1228,8 @@ var Ko = {}, qo = {};
|
|
|
1558
1228
|
return new D({
|
|
1559
1229
|
unknownKeys: i._def.unknownKeys,
|
|
1560
1230
|
catchall: i._def.catchall,
|
|
1561
|
-
shape: () =>
|
|
1562
|
-
typeName:
|
|
1231
|
+
shape: () => To.mergeShapes(this._def.shape(), i._def.shape()),
|
|
1232
|
+
typeName: O.ZodObject
|
|
1563
1233
|
});
|
|
1564
1234
|
}
|
|
1565
1235
|
catchall(i) {
|
|
@@ -1628,32 +1298,32 @@ var Ko = {}, qo = {};
|
|
|
1628
1298
|
shape: () => c,
|
|
1629
1299
|
unknownKeys: "strip",
|
|
1630
1300
|
catchall: Me.create(),
|
|
1631
|
-
typeName:
|
|
1301
|
+
typeName: O.ZodObject,
|
|
1632
1302
|
...l(i)
|
|
1633
1303
|
}), D.strictCreate = (c, i) => new D({
|
|
1634
1304
|
shape: () => c,
|
|
1635
1305
|
unknownKeys: "strict",
|
|
1636
1306
|
catchall: Me.create(),
|
|
1637
|
-
typeName:
|
|
1307
|
+
typeName: O.ZodObject,
|
|
1638
1308
|
...l(i)
|
|
1639
1309
|
}), D.lazycreate = (c, i) => new D({
|
|
1640
1310
|
shape: c,
|
|
1641
1311
|
unknownKeys: "strip",
|
|
1642
1312
|
catchall: Me.create(),
|
|
1643
|
-
typeName:
|
|
1313
|
+
typeName: O.ZodObject,
|
|
1644
1314
|
...l(i)
|
|
1645
1315
|
});
|
|
1646
|
-
class
|
|
1316
|
+
class jt extends F {
|
|
1647
1317
|
_parse(i) {
|
|
1648
1318
|
const { ctx: a } = this._processInputParams(i), d = this._def.options;
|
|
1649
1319
|
function m(z) {
|
|
1650
|
-
for (const
|
|
1651
|
-
if (
|
|
1652
|
-
return
|
|
1653
|
-
for (const
|
|
1654
|
-
if (
|
|
1655
|
-
return a.common.issues.push(...
|
|
1656
|
-
const b = z.map((
|
|
1320
|
+
for (const g of z)
|
|
1321
|
+
if (g.result.status === "valid")
|
|
1322
|
+
return g.result;
|
|
1323
|
+
for (const g of z)
|
|
1324
|
+
if (g.result.status === "dirty")
|
|
1325
|
+
return a.common.issues.push(...g.ctx.common.issues), g.result;
|
|
1326
|
+
const b = z.map((g) => new r.ZodError(g.ctx.common.issues));
|
|
1657
1327
|
return t.addIssueToContext(a, {
|
|
1658
1328
|
code: r.ZodIssueCode.invalid_union,
|
|
1659
1329
|
unionErrors: b
|
|
@@ -1681,29 +1351,29 @@ var Ko = {}, qo = {};
|
|
|
1681
1351
|
{
|
|
1682
1352
|
let z;
|
|
1683
1353
|
const b = [];
|
|
1684
|
-
for (const
|
|
1685
|
-
const
|
|
1354
|
+
for (const T of d) {
|
|
1355
|
+
const v = {
|
|
1686
1356
|
...a,
|
|
1687
1357
|
common: {
|
|
1688
1358
|
...a.common,
|
|
1689
1359
|
issues: []
|
|
1690
1360
|
},
|
|
1691
1361
|
parent: null
|
|
1692
|
-
}, C =
|
|
1362
|
+
}, C = T._parseSync({
|
|
1693
1363
|
data: a.data,
|
|
1694
1364
|
path: a.path,
|
|
1695
|
-
parent:
|
|
1365
|
+
parent: v
|
|
1696
1366
|
});
|
|
1697
1367
|
if (C.status === "valid")
|
|
1698
1368
|
return C;
|
|
1699
|
-
C.status === "dirty" && !z && (z = { result: C, ctx:
|
|
1369
|
+
C.status === "dirty" && !z && (z = { result: C, ctx: v }), v.common.issues.length && b.push(v.common.issues);
|
|
1700
1370
|
}
|
|
1701
1371
|
if (z)
|
|
1702
1372
|
return a.common.issues.push(...z.ctx.common.issues), z.result;
|
|
1703
|
-
const
|
|
1373
|
+
const g = b.map((T) => new r.ZodError(T));
|
|
1704
1374
|
return t.addIssueToContext(a, {
|
|
1705
1375
|
code: r.ZodIssueCode.invalid_union,
|
|
1706
|
-
unionErrors:
|
|
1376
|
+
unionErrors: g
|
|
1707
1377
|
}), t.INVALID;
|
|
1708
1378
|
}
|
|
1709
1379
|
}
|
|
@@ -1711,9 +1381,9 @@ var Ko = {}, qo = {};
|
|
|
1711
1381
|
return this._def.options;
|
|
1712
1382
|
}
|
|
1713
1383
|
}
|
|
1714
|
-
e.ZodUnion =
|
|
1384
|
+
e.ZodUnion = jt, jt.create = (c, i) => new jt({
|
|
1715
1385
|
options: c,
|
|
1716
|
-
typeName:
|
|
1386
|
+
typeName: O.ZodUnion,
|
|
1717
1387
|
...l(i)
|
|
1718
1388
|
});
|
|
1719
1389
|
class Pn extends F {
|
|
@@ -1770,7 +1440,7 @@ var Ko = {}, qo = {};
|
|
|
1770
1440
|
if (m.size !== a.length)
|
|
1771
1441
|
throw new Error("Some of the discriminator values are not unique");
|
|
1772
1442
|
return new Pn({
|
|
1773
|
-
typeName:
|
|
1443
|
+
typeName: O.ZodDiscriminatedUnion,
|
|
1774
1444
|
discriminator: i,
|
|
1775
1445
|
options: m,
|
|
1776
1446
|
...l(d)
|
|
@@ -1783,12 +1453,12 @@ var Ko = {}, qo = {};
|
|
|
1783
1453
|
if (c === i)
|
|
1784
1454
|
return { valid: !0, data: c };
|
|
1785
1455
|
if (a === o.ZodParsedType.object && d === o.ZodParsedType.object) {
|
|
1786
|
-
const m = o.util.objectKeys(i), z = o.util.objectKeys(c).filter((
|
|
1787
|
-
for (const
|
|
1788
|
-
const
|
|
1789
|
-
if (!
|
|
1456
|
+
const m = o.util.objectKeys(i), z = o.util.objectKeys(c).filter((g) => m.indexOf(g) !== -1), b = { ...c, ...i };
|
|
1457
|
+
for (const g of z) {
|
|
1458
|
+
const T = Ri(c[g], i[g]);
|
|
1459
|
+
if (!T.valid)
|
|
1790
1460
|
return { valid: !1 };
|
|
1791
|
-
b[
|
|
1461
|
+
b[g] = T.data;
|
|
1792
1462
|
}
|
|
1793
1463
|
return { valid: !0, data: b };
|
|
1794
1464
|
} else if (a === o.ZodParsedType.array && d === o.ZodParsedType.array) {
|
|
@@ -1796,10 +1466,10 @@ var Ko = {}, qo = {};
|
|
|
1796
1466
|
return { valid: !1 };
|
|
1797
1467
|
const m = [];
|
|
1798
1468
|
for (let z = 0; z < c.length; z++) {
|
|
1799
|
-
const b = c[z],
|
|
1800
|
-
if (!
|
|
1469
|
+
const b = c[z], g = i[z], T = Ri(b, g);
|
|
1470
|
+
if (!T.valid)
|
|
1801
1471
|
return { valid: !1 };
|
|
1802
|
-
m.push(
|
|
1472
|
+
m.push(T.data);
|
|
1803
1473
|
}
|
|
1804
1474
|
return { valid: !0, data: m };
|
|
1805
1475
|
} else return a === o.ZodParsedType.date && d === o.ZodParsedType.date && +c == +i ? { valid: !0, data: c } : { valid: !1 };
|
|
@@ -1809,8 +1479,8 @@ var Ko = {}, qo = {};
|
|
|
1809
1479
|
const { status: a, ctx: d } = this._processInputParams(i), m = (z, b) => {
|
|
1810
1480
|
if (t.isAborted(z) || t.isAborted(b))
|
|
1811
1481
|
return t.INVALID;
|
|
1812
|
-
const
|
|
1813
|
-
return
|
|
1482
|
+
const g = Ri(z.value, b.value);
|
|
1483
|
+
return g.valid ? ((t.isDirty(z) || t.isDirty(b)) && a.dirty(), { status: a.value, value: g.data }) : (t.addIssueToContext(d, {
|
|
1814
1484
|
code: r.ZodIssueCode.invalid_intersection_types
|
|
1815
1485
|
}), t.INVALID);
|
|
1816
1486
|
};
|
|
@@ -1839,7 +1509,7 @@ var Ko = {}, qo = {};
|
|
|
1839
1509
|
e.ZodIntersection = Nt, Nt.create = (c, i, a) => new Nt({
|
|
1840
1510
|
left: c,
|
|
1841
1511
|
right: i,
|
|
1842
|
-
typeName:
|
|
1512
|
+
typeName: O.ZodIntersection,
|
|
1843
1513
|
...l(a)
|
|
1844
1514
|
});
|
|
1845
1515
|
class ue extends F {
|
|
@@ -1864,9 +1534,9 @@ var Ko = {}, qo = {};
|
|
|
1864
1534
|
inclusive: !0,
|
|
1865
1535
|
type: "array"
|
|
1866
1536
|
}), a.dirty());
|
|
1867
|
-
const z = d.data.map((b,
|
|
1868
|
-
const
|
|
1869
|
-
return
|
|
1537
|
+
const z = d.data.map((b, g) => {
|
|
1538
|
+
const T = this._def.items[g] || this._def.rest;
|
|
1539
|
+
return T ? T._parse(new s(d, b, d.path, g)) : null;
|
|
1870
1540
|
}).filter((b) => !!b);
|
|
1871
1541
|
return d.common.async ? Promise.all(z).then((b) => t.ParseStatus.mergeArray(a, b)) : t.ParseStatus.mergeArray(a, z);
|
|
1872
1542
|
}
|
|
@@ -1882,7 +1552,7 @@ var Ko = {}, qo = {};
|
|
|
1882
1552
|
}
|
|
1883
1553
|
e.ZodTuple = ue, ue.create = (c, i) => new ue({
|
|
1884
1554
|
items: c,
|
|
1885
|
-
typeName:
|
|
1555
|
+
typeName: O.ZodTuple,
|
|
1886
1556
|
rest: null,
|
|
1887
1557
|
...l(i)
|
|
1888
1558
|
});
|
|
@@ -1902,10 +1572,10 @@ var Ko = {}, qo = {};
|
|
|
1902
1572
|
received: d.parsedType
|
|
1903
1573
|
}), t.INVALID;
|
|
1904
1574
|
const m = [], z = this._def.keyType, b = this._def.valueType;
|
|
1905
|
-
for (const
|
|
1575
|
+
for (const g in d.data)
|
|
1906
1576
|
m.push({
|
|
1907
|
-
key: z._parse(new s(d,
|
|
1908
|
-
value: b._parse(new s(d, d.data[
|
|
1577
|
+
key: z._parse(new s(d, g, d.path, g)),
|
|
1578
|
+
value: b._parse(new s(d, d.data[g], d.path, g))
|
|
1909
1579
|
});
|
|
1910
1580
|
return d.common.async ? t.ParseStatus.mergeObjectAsync(a, m) : t.ParseStatus.mergeObjectSync(a, m);
|
|
1911
1581
|
}
|
|
@@ -1916,18 +1586,18 @@ var Ko = {}, qo = {};
|
|
|
1916
1586
|
return a instanceof F ? new Dt({
|
|
1917
1587
|
keyType: i,
|
|
1918
1588
|
valueType: a,
|
|
1919
|
-
typeName:
|
|
1589
|
+
typeName: O.ZodRecord,
|
|
1920
1590
|
...l(d)
|
|
1921
1591
|
}) : new Dt({
|
|
1922
|
-
keyType:
|
|
1592
|
+
keyType: I.create(),
|
|
1923
1593
|
valueType: i,
|
|
1924
|
-
typeName:
|
|
1594
|
+
typeName: O.ZodRecord,
|
|
1925
1595
|
...l(a)
|
|
1926
1596
|
});
|
|
1927
1597
|
}
|
|
1928
1598
|
}
|
|
1929
1599
|
e.ZodRecord = Dt;
|
|
1930
|
-
class
|
|
1600
|
+
class On extends F {
|
|
1931
1601
|
_parse(i) {
|
|
1932
1602
|
const { status: a, ctx: d } = this._processInputParams(i);
|
|
1933
1603
|
if (d.parsedType !== o.ZodParsedType.map)
|
|
@@ -1936,37 +1606,37 @@ var Ko = {}, qo = {};
|
|
|
1936
1606
|
expected: o.ZodParsedType.map,
|
|
1937
1607
|
received: d.parsedType
|
|
1938
1608
|
}), t.INVALID;
|
|
1939
|
-
const m = this._def.keyType, z = this._def.valueType, b = [...d.data.entries()].map(([
|
|
1940
|
-
key: m._parse(new s(d,
|
|
1941
|
-
value: z._parse(new s(d,
|
|
1609
|
+
const m = this._def.keyType, z = this._def.valueType, b = [...d.data.entries()].map(([g, T], v) => ({
|
|
1610
|
+
key: m._parse(new s(d, g, d.path, [v, "key"])),
|
|
1611
|
+
value: z._parse(new s(d, T, d.path, [v, "value"]))
|
|
1942
1612
|
}));
|
|
1943
1613
|
if (d.common.async) {
|
|
1944
|
-
const
|
|
1614
|
+
const g = /* @__PURE__ */ new Map();
|
|
1945
1615
|
return Promise.resolve().then(async () => {
|
|
1946
|
-
for (const
|
|
1947
|
-
const
|
|
1948
|
-
if (
|
|
1616
|
+
for (const T of b) {
|
|
1617
|
+
const v = await T.key, C = await T.value;
|
|
1618
|
+
if (v.status === "aborted" || C.status === "aborted")
|
|
1949
1619
|
return t.INVALID;
|
|
1950
|
-
(
|
|
1620
|
+
(v.status === "dirty" || C.status === "dirty") && a.dirty(), g.set(v.value, C.value);
|
|
1951
1621
|
}
|
|
1952
|
-
return { status: a.value, value:
|
|
1622
|
+
return { status: a.value, value: g };
|
|
1953
1623
|
});
|
|
1954
1624
|
} else {
|
|
1955
|
-
const
|
|
1956
|
-
for (const
|
|
1957
|
-
const
|
|
1958
|
-
if (
|
|
1625
|
+
const g = /* @__PURE__ */ new Map();
|
|
1626
|
+
for (const T of b) {
|
|
1627
|
+
const v = T.key, C = T.value;
|
|
1628
|
+
if (v.status === "aborted" || C.status === "aborted")
|
|
1959
1629
|
return t.INVALID;
|
|
1960
|
-
(
|
|
1630
|
+
(v.status === "dirty" || C.status === "dirty") && a.dirty(), g.set(v.value, C.value);
|
|
1961
1631
|
}
|
|
1962
|
-
return { status: a.value, value:
|
|
1632
|
+
return { status: a.value, value: g };
|
|
1963
1633
|
}
|
|
1964
1634
|
}
|
|
1965
1635
|
}
|
|
1966
|
-
e.ZodMap =
|
|
1636
|
+
e.ZodMap = On, On.create = (c, i, a) => new On({
|
|
1967
1637
|
valueType: i,
|
|
1968
1638
|
keyType: c,
|
|
1969
|
-
typeName:
|
|
1639
|
+
typeName: O.ZodMap,
|
|
1970
1640
|
...l(a)
|
|
1971
1641
|
});
|
|
1972
1642
|
class Ze extends F {
|
|
@@ -1993,17 +1663,17 @@ var Ko = {}, qo = {};
|
|
|
1993
1663
|
message: m.maxSize.message
|
|
1994
1664
|
}), a.dirty());
|
|
1995
1665
|
const z = this._def.valueType;
|
|
1996
|
-
function b(
|
|
1997
|
-
const
|
|
1998
|
-
for (const C of
|
|
1666
|
+
function b(T) {
|
|
1667
|
+
const v = /* @__PURE__ */ new Set();
|
|
1668
|
+
for (const C of T) {
|
|
1999
1669
|
if (C.status === "aborted")
|
|
2000
1670
|
return t.INVALID;
|
|
2001
|
-
C.status === "dirty" && a.dirty(),
|
|
1671
|
+
C.status === "dirty" && a.dirty(), v.add(C.value);
|
|
2002
1672
|
}
|
|
2003
|
-
return { status: a.value, value:
|
|
1673
|
+
return { status: a.value, value: v };
|
|
2004
1674
|
}
|
|
2005
|
-
const
|
|
2006
|
-
return d.common.async ? Promise.all(
|
|
1675
|
+
const g = [...d.data.values()].map((T, v) => z._parse(new s(d, T, d.path, v)));
|
|
1676
|
+
return d.common.async ? Promise.all(g).then((T) => b(T)) : b(g);
|
|
2007
1677
|
}
|
|
2008
1678
|
min(i, a) {
|
|
2009
1679
|
return new Ze({
|
|
@@ -2028,7 +1698,7 @@ var Ko = {}, qo = {};
|
|
|
2028
1698
|
valueType: c,
|
|
2029
1699
|
minSize: null,
|
|
2030
1700
|
maxSize: null,
|
|
2031
|
-
typeName:
|
|
1701
|
+
typeName: O.ZodSet,
|
|
2032
1702
|
...l(i)
|
|
2033
1703
|
});
|
|
2034
1704
|
class Ye extends F {
|
|
@@ -2043,53 +1713,53 @@ var Ko = {}, qo = {};
|
|
|
2043
1713
|
expected: o.ZodParsedType.function,
|
|
2044
1714
|
received: a.parsedType
|
|
2045
1715
|
}), t.INVALID;
|
|
2046
|
-
function d(
|
|
1716
|
+
function d(g, T) {
|
|
2047
1717
|
return t.makeIssue({
|
|
2048
|
-
data:
|
|
1718
|
+
data: g,
|
|
2049
1719
|
path: a.path,
|
|
2050
1720
|
errorMaps: [
|
|
2051
1721
|
a.common.contextualErrorMap,
|
|
2052
1722
|
a.schemaErrorMap,
|
|
2053
1723
|
r.getErrorMap(),
|
|
2054
1724
|
r.defaultErrorMap
|
|
2055
|
-
].filter((
|
|
1725
|
+
].filter((v) => !!v),
|
|
2056
1726
|
issueData: {
|
|
2057
1727
|
code: r.ZodIssueCode.invalid_arguments,
|
|
2058
|
-
argumentsError:
|
|
1728
|
+
argumentsError: T
|
|
2059
1729
|
}
|
|
2060
1730
|
});
|
|
2061
1731
|
}
|
|
2062
|
-
function m(
|
|
1732
|
+
function m(g, T) {
|
|
2063
1733
|
return t.makeIssue({
|
|
2064
|
-
data:
|
|
1734
|
+
data: g,
|
|
2065
1735
|
path: a.path,
|
|
2066
1736
|
errorMaps: [
|
|
2067
1737
|
a.common.contextualErrorMap,
|
|
2068
1738
|
a.schemaErrorMap,
|
|
2069
1739
|
r.getErrorMap(),
|
|
2070
1740
|
r.defaultErrorMap
|
|
2071
|
-
].filter((
|
|
1741
|
+
].filter((v) => !!v),
|
|
2072
1742
|
issueData: {
|
|
2073
1743
|
code: r.ZodIssueCode.invalid_return_type,
|
|
2074
|
-
returnTypeError:
|
|
1744
|
+
returnTypeError: T
|
|
2075
1745
|
}
|
|
2076
1746
|
});
|
|
2077
1747
|
}
|
|
2078
1748
|
const z = { errorMap: a.common.contextualErrorMap }, b = a.data;
|
|
2079
|
-
return this._def.returns instanceof st ? t.OK(async (...
|
|
2080
|
-
const
|
|
2081
|
-
throw
|
|
2082
|
-
}), C = await b(...
|
|
2083
|
-
return await this._def.returns._def.type.parseAsync(C, z).catch((
|
|
2084
|
-
throw
|
|
1749
|
+
return this._def.returns instanceof st ? t.OK(async (...g) => {
|
|
1750
|
+
const T = new r.ZodError([]), v = await this._def.args.parseAsync(g, z).catch((Oi) => {
|
|
1751
|
+
throw T.addIssue(d(g, Oi)), T;
|
|
1752
|
+
}), C = await b(...v);
|
|
1753
|
+
return await this._def.returns._def.type.parseAsync(C, z).catch((Oi) => {
|
|
1754
|
+
throw T.addIssue(m(C, Oi)), T;
|
|
2085
1755
|
});
|
|
2086
|
-
}) : t.OK((...
|
|
2087
|
-
const
|
|
2088
|
-
if (!
|
|
2089
|
-
throw new r.ZodError([d(
|
|
2090
|
-
const
|
|
1756
|
+
}) : t.OK((...g) => {
|
|
1757
|
+
const T = this._def.args.safeParse(g, z);
|
|
1758
|
+
if (!T.success)
|
|
1759
|
+
throw new r.ZodError([d(g, T.error)]);
|
|
1760
|
+
const v = b(...T.data), C = this._def.returns.safeParse(v, z);
|
|
2091
1761
|
if (!C.success)
|
|
2092
|
-
throw new r.ZodError([m(
|
|
1762
|
+
throw new r.ZodError([m(v, C.error)]);
|
|
2093
1763
|
return C.data;
|
|
2094
1764
|
});
|
|
2095
1765
|
}
|
|
@@ -2121,10 +1791,10 @@ var Ko = {}, qo = {};
|
|
|
2121
1791
|
e.ZodFunction = Ye, Ye.create = (c, i, a) => new Ye({
|
|
2122
1792
|
args: c ? c.rest(ee.create()) : ue.create([]).rest(ee.create()),
|
|
2123
1793
|
returns: i || ee.create(),
|
|
2124
|
-
typeName:
|
|
1794
|
+
typeName: O.ZodFunction,
|
|
2125
1795
|
...l(a)
|
|
2126
1796
|
});
|
|
2127
|
-
class
|
|
1797
|
+
class Sn extends F {
|
|
2128
1798
|
get schema() {
|
|
2129
1799
|
return this._def.getter();
|
|
2130
1800
|
}
|
|
@@ -2133,9 +1803,9 @@ var Ko = {}, qo = {};
|
|
|
2133
1803
|
return this._def.getter()._parse({ data: a.data, path: a.path, parent: a });
|
|
2134
1804
|
}
|
|
2135
1805
|
}
|
|
2136
|
-
e.ZodLazy =
|
|
1806
|
+
e.ZodLazy = Sn, Sn.create = (c, i) => new Sn({
|
|
2137
1807
|
getter: c,
|
|
2138
|
-
typeName:
|
|
1808
|
+
typeName: O.ZodLazy,
|
|
2139
1809
|
...l(i)
|
|
2140
1810
|
});
|
|
2141
1811
|
class Cn extends F {
|
|
@@ -2155,13 +1825,13 @@ var Ko = {}, qo = {};
|
|
|
2155
1825
|
}
|
|
2156
1826
|
e.ZodLiteral = Cn, Cn.create = (c, i) => new Cn({
|
|
2157
1827
|
value: c,
|
|
2158
|
-
typeName:
|
|
1828
|
+
typeName: O.ZodLiteral,
|
|
2159
1829
|
...l(i)
|
|
2160
1830
|
});
|
|
2161
1831
|
function Ro(c, i) {
|
|
2162
1832
|
return new Mn({
|
|
2163
1833
|
values: c,
|
|
2164
|
-
typeName:
|
|
1834
|
+
typeName: O.ZodEnum,
|
|
2165
1835
|
...l(i)
|
|
2166
1836
|
});
|
|
2167
1837
|
}
|
|
@@ -2235,7 +1905,7 @@ var Ko = {}, qo = {};
|
|
|
2235
1905
|
}
|
|
2236
1906
|
e.ZodNativeEnum = An, An.create = (c, i) => new An({
|
|
2237
1907
|
values: c,
|
|
2238
|
-
typeName:
|
|
1908
|
+
typeName: O.ZodNativeEnum,
|
|
2239
1909
|
...l(i)
|
|
2240
1910
|
});
|
|
2241
1911
|
class st extends F {
|
|
@@ -2256,7 +1926,7 @@ var Ko = {}, qo = {};
|
|
|
2256
1926
|
}
|
|
2257
1927
|
e.ZodPromise = st, st.create = (c, i) => new st({
|
|
2258
1928
|
type: c,
|
|
2259
|
-
typeName:
|
|
1929
|
+
typeName: O.ZodPromise,
|
|
2260
1930
|
...l(i)
|
|
2261
1931
|
});
|
|
2262
1932
|
class ce extends F {
|
|
@@ -2267,8 +1937,8 @@ var Ko = {}, qo = {};
|
|
|
2267
1937
|
const { status: a, ctx: d } = this._processInputParams(i), m = this._def.effect || null;
|
|
2268
1938
|
if (m.type === "preprocess") {
|
|
2269
1939
|
const b = m.transform(d.data);
|
|
2270
|
-
return d.common.async ? Promise.resolve(b).then((
|
|
2271
|
-
data:
|
|
1940
|
+
return d.common.async ? Promise.resolve(b).then((g) => this._def.schema._parseAsync({
|
|
1941
|
+
data: g,
|
|
2272
1942
|
path: d.path,
|
|
2273
1943
|
parent: d
|
|
2274
1944
|
})) : this._def.schema._parseSync({
|
|
@@ -2286,23 +1956,23 @@ var Ko = {}, qo = {};
|
|
|
2286
1956
|
}
|
|
2287
1957
|
};
|
|
2288
1958
|
if (z.addIssue = z.addIssue.bind(z), m.type === "refinement") {
|
|
2289
|
-
const b = (
|
|
2290
|
-
const
|
|
1959
|
+
const b = (g) => {
|
|
1960
|
+
const T = m.refinement(g, z);
|
|
2291
1961
|
if (d.common.async)
|
|
2292
|
-
return Promise.resolve(
|
|
2293
|
-
if (
|
|
1962
|
+
return Promise.resolve(T);
|
|
1963
|
+
if (T instanceof Promise)
|
|
2294
1964
|
throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2295
|
-
return
|
|
1965
|
+
return g;
|
|
2296
1966
|
};
|
|
2297
1967
|
if (d.common.async === !1) {
|
|
2298
|
-
const
|
|
1968
|
+
const g = this._def.schema._parseSync({
|
|
2299
1969
|
data: d.data,
|
|
2300
1970
|
path: d.path,
|
|
2301
1971
|
parent: d
|
|
2302
1972
|
});
|
|
2303
|
-
return
|
|
1973
|
+
return g.status === "aborted" ? t.INVALID : (g.status === "dirty" && a.dirty(), b(g.value), { status: a.value, value: g.value });
|
|
2304
1974
|
} else
|
|
2305
|
-
return this._def.schema._parseAsync({ data: d.data, path: d.path, parent: d }).then((
|
|
1975
|
+
return this._def.schema._parseAsync({ data: d.data, path: d.path, parent: d }).then((g) => g.status === "aborted" ? t.INVALID : (g.status === "dirty" && a.dirty(), b(g.value).then(() => ({ status: a.value, value: g.value }))));
|
|
2306
1976
|
}
|
|
2307
1977
|
if (m.type === "transform")
|
|
2308
1978
|
if (d.common.async === !1) {
|
|
@@ -2313,24 +1983,24 @@ var Ko = {}, qo = {};
|
|
|
2313
1983
|
});
|
|
2314
1984
|
if (!t.isValid(b))
|
|
2315
1985
|
return b;
|
|
2316
|
-
const
|
|
2317
|
-
if (
|
|
1986
|
+
const g = m.transform(b.value, z);
|
|
1987
|
+
if (g instanceof Promise)
|
|
2318
1988
|
throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2319
|
-
return { status: a.value, value:
|
|
1989
|
+
return { status: a.value, value: g };
|
|
2320
1990
|
} else
|
|
2321
|
-
return this._def.schema._parseAsync({ data: d.data, path: d.path, parent: d }).then((b) => t.isValid(b) ? Promise.resolve(m.transform(b.value, z)).then((
|
|
1991
|
+
return this._def.schema._parseAsync({ data: d.data, path: d.path, parent: d }).then((b) => t.isValid(b) ? Promise.resolve(m.transform(b.value, z)).then((g) => ({ status: a.value, value: g })) : b);
|
|
2322
1992
|
o.util.assertNever(m);
|
|
2323
1993
|
}
|
|
2324
1994
|
}
|
|
2325
1995
|
e.ZodEffects = ce, e.ZodTransformer = ce, ce.create = (c, i, a) => new ce({
|
|
2326
1996
|
schema: c,
|
|
2327
|
-
typeName:
|
|
1997
|
+
typeName: O.ZodEffects,
|
|
2328
1998
|
effect: i,
|
|
2329
1999
|
...l(a)
|
|
2330
2000
|
}), ce.createWithPreprocess = (c, i, a) => new ce({
|
|
2331
2001
|
schema: i,
|
|
2332
2002
|
effect: { type: "preprocess", transform: c },
|
|
2333
|
-
typeName:
|
|
2003
|
+
typeName: O.ZodEffects,
|
|
2334
2004
|
...l(a)
|
|
2335
2005
|
});
|
|
2336
2006
|
class _e extends F {
|
|
@@ -2343,7 +2013,7 @@ var Ko = {}, qo = {};
|
|
|
2343
2013
|
}
|
|
2344
2014
|
e.ZodOptional = _e, _e.create = (c, i) => new _e({
|
|
2345
2015
|
innerType: c,
|
|
2346
|
-
typeName:
|
|
2016
|
+
typeName: O.ZodOptional,
|
|
2347
2017
|
...l(i)
|
|
2348
2018
|
});
|
|
2349
2019
|
class we extends F {
|
|
@@ -2356,7 +2026,7 @@ var Ko = {}, qo = {};
|
|
|
2356
2026
|
}
|
|
2357
2027
|
e.ZodNullable = we, we.create = (c, i) => new we({
|
|
2358
2028
|
innerType: c,
|
|
2359
|
-
typeName:
|
|
2029
|
+
typeName: O.ZodNullable,
|
|
2360
2030
|
...l(i)
|
|
2361
2031
|
});
|
|
2362
2032
|
class Pi extends F {
|
|
@@ -2375,7 +2045,7 @@ var Ko = {}, qo = {};
|
|
|
2375
2045
|
}
|
|
2376
2046
|
e.ZodDefault = Pi, Pi.create = (c, i) => new _e({
|
|
2377
2047
|
innerType: c,
|
|
2378
|
-
typeName:
|
|
2048
|
+
typeName: O.ZodOptional,
|
|
2379
2049
|
...l(i)
|
|
2380
2050
|
});
|
|
2381
2051
|
class pn extends F {
|
|
@@ -2392,7 +2062,7 @@ var Ko = {}, qo = {};
|
|
|
2392
2062
|
}
|
|
2393
2063
|
}
|
|
2394
2064
|
e.ZodNaN = pn, pn.create = (c) => new pn({
|
|
2395
|
-
typeName:
|
|
2065
|
+
typeName: O.ZodNaN,
|
|
2396
2066
|
...l(c)
|
|
2397
2067
|
});
|
|
2398
2068
|
const Xr = (c, i = {}, a) => c ? se.create().superRefine((d, m) => {
|
|
@@ -2404,24 +2074,24 @@ var Ko = {}, qo = {};
|
|
|
2404
2074
|
e.custom = Xr, e.late = {
|
|
2405
2075
|
object: D.lazycreate
|
|
2406
2076
|
};
|
|
2407
|
-
var
|
|
2077
|
+
var O;
|
|
2408
2078
|
(function(c) {
|
|
2409
2079
|
c.ZodString = "ZodString", c.ZodNumber = "ZodNumber", c.ZodNaN = "ZodNaN", c.ZodBigInt = "ZodBigInt", c.ZodBoolean = "ZodBoolean", c.ZodDate = "ZodDate", c.ZodUndefined = "ZodUndefined", c.ZodNull = "ZodNull", c.ZodAny = "ZodAny", c.ZodUnknown = "ZodUnknown", c.ZodNever = "ZodNever", c.ZodVoid = "ZodVoid", c.ZodArray = "ZodArray", c.ZodObject = "ZodObject", c.ZodUnion = "ZodUnion", c.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", c.ZodIntersection = "ZodIntersection", c.ZodTuple = "ZodTuple", c.ZodRecord = "ZodRecord", c.ZodMap = "ZodMap", c.ZodSet = "ZodSet", c.ZodFunction = "ZodFunction", c.ZodLazy = "ZodLazy", c.ZodLiteral = "ZodLiteral", c.ZodEnum = "ZodEnum", c.ZodEffects = "ZodEffects", c.ZodNativeEnum = "ZodNativeEnum", c.ZodOptional = "ZodOptional", c.ZodNullable = "ZodNullable", c.ZodDefault = "ZodDefault", c.ZodPromise = "ZodPromise";
|
|
2410
|
-
})(
|
|
2080
|
+
})(O = e.ZodFirstPartyTypeKind || (e.ZodFirstPartyTypeKind = {}));
|
|
2411
2081
|
const xr = (c, i = {
|
|
2412
2082
|
message: `Input not instance of ${c.name}`
|
|
2413
2083
|
}) => e.custom((a) => a instanceof c, i, !0);
|
|
2414
2084
|
e.instanceof = xr;
|
|
2415
|
-
const Po =
|
|
2085
|
+
const Po = I.create;
|
|
2416
2086
|
e.string = Po;
|
|
2417
|
-
const
|
|
2418
|
-
e.number =
|
|
2087
|
+
const Oo = P.create;
|
|
2088
|
+
e.number = Oo;
|
|
2419
2089
|
const $r = pn.create;
|
|
2420
2090
|
e.nan = $r;
|
|
2421
2091
|
const ea = M.create;
|
|
2422
2092
|
e.bigint = ea;
|
|
2423
|
-
const
|
|
2424
|
-
e.boolean =
|
|
2093
|
+
const So = B.create;
|
|
2094
|
+
e.boolean = So;
|
|
2425
2095
|
const ta = L.create;
|
|
2426
2096
|
e.date = ta;
|
|
2427
2097
|
const na = A.create;
|
|
@@ -2442,7 +2112,7 @@ var Ko = {}, qo = {};
|
|
|
2442
2112
|
e.object = la;
|
|
2443
2113
|
const ua = D.strictCreate;
|
|
2444
2114
|
e.strictObject = ua;
|
|
2445
|
-
const ca =
|
|
2115
|
+
const ca = jt.create;
|
|
2446
2116
|
e.union = ca;
|
|
2447
2117
|
const _a = Pn.create;
|
|
2448
2118
|
e.discriminatedUnion = _a;
|
|
@@ -2452,13 +2122,13 @@ var Ko = {}, qo = {};
|
|
|
2452
2122
|
e.tuple = za;
|
|
2453
2123
|
const Fa = Dt.create;
|
|
2454
2124
|
e.record = Fa;
|
|
2455
|
-
const fa =
|
|
2125
|
+
const fa = On.create;
|
|
2456
2126
|
e.map = fa;
|
|
2457
2127
|
const ga = Ze.create;
|
|
2458
2128
|
e.set = ga;
|
|
2459
2129
|
const ya = Ye.create;
|
|
2460
2130
|
e.function = ya;
|
|
2461
|
-
const ba =
|
|
2131
|
+
const ba = Sn.create;
|
|
2462
2132
|
e.lazy = ba;
|
|
2463
2133
|
const ha = Cn.create;
|
|
2464
2134
|
e.literal = ha;
|
|
@@ -2466,21 +2136,21 @@ var Ko = {}, qo = {};
|
|
|
2466
2136
|
e.enum = Ea;
|
|
2467
2137
|
const Ia = An.create;
|
|
2468
2138
|
e.nativeEnum = Ia;
|
|
2469
|
-
const
|
|
2470
|
-
e.promise =
|
|
2139
|
+
const Ta = st.create;
|
|
2140
|
+
e.promise = Ta;
|
|
2471
2141
|
const Co = ce.create;
|
|
2472
2142
|
e.effect = Co, e.transformer = Co;
|
|
2473
|
-
const
|
|
2474
|
-
e.optional =
|
|
2143
|
+
const va = _e.create;
|
|
2144
|
+
e.optional = va;
|
|
2475
2145
|
const Ra = we.create;
|
|
2476
2146
|
e.nullable = Ra;
|
|
2477
2147
|
const Pa = ce.createWithPreprocess;
|
|
2478
2148
|
e.preprocess = Pa;
|
|
2479
|
-
const
|
|
2480
|
-
e.ostring =
|
|
2481
|
-
const
|
|
2482
|
-
e.onumber =
|
|
2483
|
-
const Ca = () =>
|
|
2149
|
+
const Oa = () => Po().optional();
|
|
2150
|
+
e.ostring = Oa;
|
|
2151
|
+
const Sa = () => Oo().optional();
|
|
2152
|
+
e.onumber = Sa;
|
|
2153
|
+
const Ca = () => So().optional();
|
|
2484
2154
|
e.oboolean = Ca;
|
|
2485
2155
|
})(Ko);
|
|
2486
2156
|
(function(e) {
|
|
@@ -2538,8 +2208,8 @@ Kt.FdoAutoCountExporterConfig = Ge.z.object({
|
|
|
2538
2208
|
var qt = {};
|
|
2539
2209
|
Object.defineProperty(qt, "__esModule", { value: !0 });
|
|
2540
2210
|
qt.F_ADJUSTMENT_TYPE = void 0;
|
|
2541
|
-
const
|
|
2542
|
-
qt.F_ADJUSTMENT_TYPE =
|
|
2211
|
+
const Na = u;
|
|
2212
|
+
qt.F_ADJUSTMENT_TYPE = Na.z.enum([
|
|
2543
2213
|
"BY_PERCENTAGE",
|
|
2544
2214
|
"BY_AMOUNT",
|
|
2545
2215
|
"TO_AMOUNT"
|
|
@@ -2547,11 +2217,11 @@ qt.F_ADJUSTMENT_TYPE = Ba.z.enum([
|
|
|
2547
2217
|
var Wt = {};
|
|
2548
2218
|
Object.defineProperty(Wt, "__esModule", { value: !0 });
|
|
2549
2219
|
Wt.F_AGENT_ROLE = void 0;
|
|
2550
|
-
const
|
|
2551
|
-
Wt.F_AGENT_ROLE =
|
|
2220
|
+
const Da = u;
|
|
2221
|
+
Wt.F_AGENT_ROLE = Da.z.enum([
|
|
2552
2222
|
"ADMIN"
|
|
2553
2223
|
]);
|
|
2554
|
-
var Wi = {},
|
|
2224
|
+
var Wi = {}, h = {}, Wo = {}, Jo = {};
|
|
2555
2225
|
Object.defineProperty(Jo, "__esModule", { value: !0 });
|
|
2556
2226
|
var Qo = {};
|
|
2557
2227
|
Object.defineProperty(Qo, "__esModule", { value: !0 });
|
|
@@ -2574,7 +2244,7 @@ Object.defineProperty(Xo, "__esModule", { value: !0 });
|
|
|
2574
2244
|
var xo = {}, Gt = {};
|
|
2575
2245
|
Object.defineProperty(Gt, "__esModule", { value: !0 });
|
|
2576
2246
|
Gt.ZodCouchMeta = void 0;
|
|
2577
|
-
class
|
|
2247
|
+
class Ua {
|
|
2578
2248
|
constructor() {
|
|
2579
2249
|
this.type = "";
|
|
2580
2250
|
}
|
|
@@ -2595,11 +2265,11 @@ class Da {
|
|
|
2595
2265
|
return JSON.stringify(n, null, 2);
|
|
2596
2266
|
}
|
|
2597
2267
|
}
|
|
2598
|
-
Gt.ZodCouchMeta =
|
|
2268
|
+
Gt.ZodCouchMeta = Ua;
|
|
2599
2269
|
var qe = {};
|
|
2600
2270
|
Object.defineProperty(qe, "__esModule", { value: !0 });
|
|
2601
2271
|
qe.extractMeta = qe.ZodDartMeta = void 0;
|
|
2602
|
-
class
|
|
2272
|
+
class La {
|
|
2603
2273
|
baseUnion(n) {
|
|
2604
2274
|
return this.isBaseUnion = n.isBaseUnion, this.baseType = n.baseType, this.unionKey = n.unionKey, this.fallbackUnion = n.fallbackUnion, this;
|
|
2605
2275
|
}
|
|
@@ -2614,18 +2284,18 @@ class Ua {
|
|
|
2614
2284
|
return JSON.stringify(n, null, 2);
|
|
2615
2285
|
}
|
|
2616
2286
|
}
|
|
2617
|
-
qe.ZodDartMeta =
|
|
2618
|
-
function
|
|
2287
|
+
qe.ZodDartMeta = La;
|
|
2288
|
+
function ka(e) {
|
|
2619
2289
|
if (!e)
|
|
2620
2290
|
return {};
|
|
2621
2291
|
const n = JSON.parse(e.description || "{}");
|
|
2622
2292
|
return Object.assign({}, n);
|
|
2623
2293
|
}
|
|
2624
|
-
qe.extractMeta =
|
|
2294
|
+
qe.extractMeta = ka;
|
|
2625
2295
|
var Ht = {};
|
|
2626
2296
|
Object.defineProperty(Ht, "__esModule", { value: !0 });
|
|
2627
2297
|
Ht.ZodMongoMeta = void 0;
|
|
2628
|
-
class
|
|
2298
|
+
class Va {
|
|
2629
2299
|
repo(n) {
|
|
2630
2300
|
return this.collectionName = n, this;
|
|
2631
2301
|
}
|
|
@@ -2655,16 +2325,16 @@ class ka {
|
|
|
2655
2325
|
return JSON.stringify(Object.assign({}, this));
|
|
2656
2326
|
}
|
|
2657
2327
|
}
|
|
2658
|
-
Ht.ZodMongoMeta =
|
|
2328
|
+
Ht.ZodMongoMeta = Va;
|
|
2659
2329
|
(function(e) {
|
|
2660
|
-
var n = p && p.__createBinding || (Object.create ? function(l, F, f,
|
|
2661
|
-
|
|
2662
|
-
var
|
|
2663
|
-
(!
|
|
2330
|
+
var n = p && p.__createBinding || (Object.create ? function(l, F, f, E) {
|
|
2331
|
+
E === void 0 && (E = f);
|
|
2332
|
+
var y = Object.getOwnPropertyDescriptor(F, f);
|
|
2333
|
+
(!y || ("get" in y ? !F.__esModule : y.writable || y.configurable)) && (y = { enumerable: !0, get: function() {
|
|
2664
2334
|
return F[f];
|
|
2665
|
-
} }), Object.defineProperty(l,
|
|
2666
|
-
} : function(l, F, f,
|
|
2667
|
-
|
|
2335
|
+
} }), Object.defineProperty(l, E, y);
|
|
2336
|
+
} : function(l, F, f, E) {
|
|
2337
|
+
E === void 0 && (E = f), l[E] = F[f];
|
|
2668
2338
|
}), t = p && p.__exportStar || function(l, F) {
|
|
2669
2339
|
for (var f in l) f !== "default" && !Object.prototype.hasOwnProperty.call(F, f) && n(F, l, f);
|
|
2670
2340
|
};
|
|
@@ -2687,7 +2357,7 @@ Ht.ZodMongoMeta = ka;
|
|
|
2687
2357
|
var $o = {}, Ft = {};
|
|
2688
2358
|
Object.defineProperty(Ft, "__esModule", { value: !0 });
|
|
2689
2359
|
Ft.isObjectId = Ft.isISODateString = void 0;
|
|
2690
|
-
function
|
|
2360
|
+
function Za(e, n) {
|
|
2691
2361
|
const o = (Array.isArray(e) ? e : [e]).every((r) => typeof e == "string" && r === new Date(r.toString()).toISOString());
|
|
2692
2362
|
return o || n.addIssue({
|
|
2693
2363
|
code: "invalid_string",
|
|
@@ -2695,8 +2365,8 @@ function Va(e, n) {
|
|
|
2695
2365
|
message: "invalid Date string"
|
|
2696
2366
|
}), o;
|
|
2697
2367
|
}
|
|
2698
|
-
Ft.isISODateString =
|
|
2699
|
-
function
|
|
2368
|
+
Ft.isISODateString = Za;
|
|
2369
|
+
function Ya(e, n) {
|
|
2700
2370
|
const t = new RegExp(/^[a-f\d]{24}$/i), r = (Array.isArray(e) ? e : [e]).every((s) => typeof e == "string" && t.test(s));
|
|
2701
2371
|
return r || n.addIssue({
|
|
2702
2372
|
code: "invalid_string",
|
|
@@ -2704,7 +2374,7 @@ function Za(e, n) {
|
|
|
2704
2374
|
message: "invalid ObjectId"
|
|
2705
2375
|
}), r;
|
|
2706
2376
|
}
|
|
2707
|
-
Ft.isObjectId =
|
|
2377
|
+
Ft.isObjectId = Ya;
|
|
2708
2378
|
(function(e) {
|
|
2709
2379
|
var n = p && p.__createBinding || (Object.create ? function(o, r, s, _) {
|
|
2710
2380
|
_ === void 0 && (_ = s);
|
|
@@ -2732,8 +2402,8 @@ Ft.isObjectId = Za;
|
|
|
2732
2402
|
for (var s in o) s !== "default" && !Object.prototype.hasOwnProperty.call(r, s) && n(r, o, s);
|
|
2733
2403
|
};
|
|
2734
2404
|
Object.defineProperty(e, "__esModule", { value: !0 }), t(Wo, e), t(xo, e), t($o, e);
|
|
2735
|
-
})(
|
|
2736
|
-
var
|
|
2405
|
+
})(h);
|
|
2406
|
+
var j = {};
|
|
2737
2407
|
(function(e) {
|
|
2738
2408
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoDinero = e.FCurrency = void 0;
|
|
2739
2409
|
const n = u;
|
|
@@ -2922,11 +2592,11 @@ var B = {};
|
|
|
2922
2592
|
amount: n.z.number(),
|
|
2923
2593
|
precision: n.z.number()
|
|
2924
2594
|
});
|
|
2925
|
-
})(
|
|
2595
|
+
})(j);
|
|
2926
2596
|
var W = {};
|
|
2927
2597
|
(function(e) {
|
|
2928
2598
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoAdvanceEmployee = e.FdoEmployee = e.FdoBaseEmployee = e.FdoEmployeeRef = void 0;
|
|
2929
|
-
const n =
|
|
2599
|
+
const n = h, t = u;
|
|
2930
2600
|
e.FdoEmployeeRef = t.z.object({
|
|
2931
2601
|
id: t.z.string(),
|
|
2932
2602
|
name: t.z.string()
|
|
@@ -2940,18 +2610,18 @@ var W = {};
|
|
|
2940
2610
|
code: t.z.string().nullish()
|
|
2941
2611
|
}).describe(n.ZodMeta.couch().repo("masterUser").build());
|
|
2942
2612
|
})(W);
|
|
2943
|
-
var
|
|
2613
|
+
var Oe = {}, bt = {}, Jt = {};
|
|
2944
2614
|
Object.defineProperty(Jt, "__esModule", { value: !0 });
|
|
2945
2615
|
Jt.F_COUNTER_TYPE = void 0;
|
|
2946
|
-
const
|
|
2947
|
-
Jt.F_COUNTER_TYPE =
|
|
2616
|
+
const wa = u;
|
|
2617
|
+
Jt.F_COUNTER_TYPE = wa.z.enum([
|
|
2948
2618
|
"MAIN",
|
|
2949
2619
|
"COUNTER",
|
|
2950
2620
|
"ORDER_STATION"
|
|
2951
2621
|
]);
|
|
2952
2622
|
(function(e) {
|
|
2953
2623
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoCounterRecord = e.FdoCounterRef = e.FdoCounter = void 0;
|
|
2954
|
-
const n =
|
|
2624
|
+
const n = h, t = u, o = j, r = W, s = Jt;
|
|
2955
2625
|
e.FdoCounter = t.z.object({
|
|
2956
2626
|
_id: t.z.string(),
|
|
2957
2627
|
type: s.F_COUNTER_TYPE,
|
|
@@ -2979,8 +2649,8 @@ Jt.F_COUNTER_TYPE = Ya.z.enum([
|
|
|
2979
2649
|
var de = {};
|
|
2980
2650
|
Object.defineProperty(de, "__esModule", { value: !0 });
|
|
2981
2651
|
de.F_PAYMENT_GATEWAY_KEY = void 0;
|
|
2982
|
-
const
|
|
2983
|
-
de.F_PAYMENT_GATEWAY_KEY =
|
|
2652
|
+
const Ga = u;
|
|
2653
|
+
de.F_PAYMENT_GATEWAY_KEY = Ga.z.enum([
|
|
2984
2654
|
"REVENUE_MONSTER",
|
|
2985
2655
|
"FEEDME",
|
|
2986
2656
|
"FEEDME_MEMBER_CREDIT",
|
|
@@ -2993,7 +2663,7 @@ de.F_PAYMENT_GATEWAY_KEY = wa.z.enum([
|
|
|
2993
2663
|
]);
|
|
2994
2664
|
(function(e) {
|
|
2995
2665
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoPaymentType = e.FdoTerminalPayment = e.FdoTerminalPaymentReconcileConfig = e.FdoOfflinePaymentMethod = e.FdoPayment = e.FdoChangePaymentActivity = e.FdoPaymentGatewayInfo = e.FdoPaymentRef = void 0;
|
|
2996
|
-
const n =
|
|
2666
|
+
const n = h, t = u, o = bt, r = j, s = W, _ = de;
|
|
2997
2667
|
e.FdoPaymentRef = t.z.object({
|
|
2998
2668
|
name: t.z.string()
|
|
2999
2669
|
}), e.FdoPaymentGatewayInfo = t.z.object({
|
|
@@ -3032,7 +2702,7 @@ de.F_PAYMENT_GATEWAY_KEY = wa.z.enum([
|
|
|
3032
2702
|
fmDefaultVersion: t.z.number().nullish(),
|
|
3033
2703
|
terminal: e.FdoTerminalPayment.nullish()
|
|
3034
2704
|
}).describe(n.ZodMeta.couch().repo("paymentType").build());
|
|
3035
|
-
})(
|
|
2705
|
+
})(Oe);
|
|
3036
2706
|
var Qt = {}, ht = {};
|
|
3037
2707
|
Object.defineProperty(ht, "__esModule", { value: !0 });
|
|
3038
2708
|
ht.FdoTimeRange = void 0;
|
|
@@ -3101,7 +2771,7 @@ V.FdoDecimal = Ai.z.object({
|
|
|
3101
2771
|
});
|
|
3102
2772
|
(function(e) {
|
|
3103
2773
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoEffectAdjustmentRuleCappedAt = e.FdoEffectAdjustmentRule = void 0;
|
|
3104
|
-
const n =
|
|
2774
|
+
const n = h, t = u, o = x, r = V;
|
|
3105
2775
|
e.FdoEffectAdjustmentRule = t.z.object({
|
|
3106
2776
|
type: o.F_EFFECT_ADJUSTMENT_RULE
|
|
3107
2777
|
}).describe(n.ZodMeta.dart().baseUnion({
|
|
@@ -3116,17 +2786,17 @@ V.FdoDecimal = Ai.z.object({
|
|
|
3116
2786
|
var ne = {};
|
|
3117
2787
|
Object.defineProperty(ne, "__esModule", { value: !0 });
|
|
3118
2788
|
ne.FdoAdjustmentOption = void 0;
|
|
3119
|
-
const po = u,
|
|
2789
|
+
const po = u, Ha = qt, Ka = V;
|
|
3120
2790
|
ne.FdoAdjustmentOption = po.z.object({
|
|
3121
|
-
type:
|
|
3122
|
-
amount:
|
|
2791
|
+
type: Ha.F_ADJUSTMENT_TYPE,
|
|
2792
|
+
amount: Ka.FdoDecimal,
|
|
3123
2793
|
inclusive: po.z.boolean().nullish()
|
|
3124
2794
|
});
|
|
3125
2795
|
var tt = {};
|
|
3126
2796
|
Object.defineProperty(tt, "__esModule", { value: !0 });
|
|
3127
2797
|
tt.F_ADJUSTMENT_CAUSE = void 0;
|
|
3128
|
-
const
|
|
3129
|
-
tt.F_ADJUSTMENT_CAUSE =
|
|
2798
|
+
const qa = u;
|
|
2799
|
+
tt.F_ADJUSTMENT_CAUSE = qa.z.enum([
|
|
3130
2800
|
"COUNTER",
|
|
3131
2801
|
"PROMOTION",
|
|
3132
2802
|
"VOUCHER",
|
|
@@ -3135,16 +2805,16 @@ tt.F_ADJUSTMENT_CAUSE = Ka.z.enum([
|
|
|
3135
2805
|
]);
|
|
3136
2806
|
Object.defineProperty(Xt, "__esModule", { value: !0 });
|
|
3137
2807
|
Xt.FdoBillAdjustment = void 0;
|
|
3138
|
-
const Ae = u,
|
|
2808
|
+
const Ae = u, Wa = xt, Ja = ne, Qa = j, Bo = W, Xa = tt;
|
|
3139
2809
|
Xt.FdoBillAdjustment = Ae.z.object({
|
|
3140
|
-
cause:
|
|
2810
|
+
cause: Xa.F_ADJUSTMENT_CAUSE,
|
|
3141
2811
|
referenceId: Ae.z.string().nullish(),
|
|
3142
2812
|
reason: Ae.z.string().nullish(),
|
|
3143
|
-
adjustment:
|
|
3144
|
-
adjustmentRule:
|
|
3145
|
-
total:
|
|
3146
|
-
createdBy:
|
|
3147
|
-
createApprovedBy:
|
|
2813
|
+
adjustment: Ja.FdoAdjustmentOption,
|
|
2814
|
+
adjustmentRule: Wa.FdoEffectAdjustmentRule.nullish(),
|
|
2815
|
+
total: Qa.FdoDinero,
|
|
2816
|
+
createdBy: Bo.FdoEmployeeRef,
|
|
2817
|
+
createApprovedBy: Bo.FdoEmployeeRef,
|
|
3148
2818
|
afterTaxLevel: Ae.z.number(),
|
|
3149
2819
|
remark: Ae.z.string().nullish(),
|
|
3150
2820
|
excludeIds: Ae.z.array(Ae.z.string()).nullish(),
|
|
@@ -3153,7 +2823,7 @@ Xt.FdoBillAdjustment = Ae.z.object({
|
|
|
3153
2823
|
var Gn = {}, nt = {};
|
|
3154
2824
|
(function(e) {
|
|
3155
2825
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoBillTaxSummary = e.FdoBillTaxMeta = e.FdoBillItemTax = void 0;
|
|
3156
|
-
const n = u, t = ne, o = V, r =
|
|
2826
|
+
const n = u, t = ne, o = V, r = j;
|
|
3157
2827
|
e.FdoBillItemTax = n.z.object({
|
|
3158
2828
|
code: n.z.string(),
|
|
3159
2829
|
taxCode: n.z.string().nullish(),
|
|
@@ -3184,7 +2854,7 @@ var Gn = {}, nt = {};
|
|
|
3184
2854
|
})(nt);
|
|
3185
2855
|
(function(e) {
|
|
3186
2856
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoBillDelivery = e.FdoDeliveryCustomer = e.FdoDeliveryDriver = e.FdoDeliveryProviderVehicle = void 0;
|
|
3187
|
-
const n = u, t =
|
|
2857
|
+
const n = u, t = j, o = nt;
|
|
3188
2858
|
e.FdoDeliveryProviderVehicle = n.z.object({
|
|
3189
2859
|
physicalVehicleType: n.z.string().nullish(),
|
|
3190
2860
|
licensePlate: n.z.string().nullish(),
|
|
@@ -3242,10 +2912,10 @@ var Xi = {};
|
|
|
3242
2912
|
var Et = {};
|
|
3243
2913
|
Object.defineProperty(Et, "__esModule", { value: !0 });
|
|
3244
2914
|
Et.FdoEffectGroup = void 0;
|
|
3245
|
-
const
|
|
3246
|
-
Et.FdoEffectGroup =
|
|
3247
|
-
maxApplicableEffects:
|
|
3248
|
-
effectIds:
|
|
2915
|
+
const Bn = u;
|
|
2916
|
+
Et.FdoEffectGroup = Bn.z.object({
|
|
2917
|
+
maxApplicableEffects: Bn.z.number().int().min(1),
|
|
2918
|
+
effectIds: Bn.z.array(Bn.z.string())
|
|
3249
2919
|
});
|
|
3250
2920
|
var Hn = {}, ke = {}, te = {};
|
|
3251
2921
|
Object.defineProperty(te, "__esModule", { value: !0 });
|
|
@@ -3272,7 +2942,7 @@ te.F_ORDER_PLATFORM = xi.z.enum([
|
|
|
3272
2942
|
var We = {}, $t = {};
|
|
3273
2943
|
(function(e) {
|
|
3274
2944
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoBaseEffect = e.FdoEffectMinPurchaseItem = void 0;
|
|
3275
|
-
const n =
|
|
2945
|
+
const n = h, t = u, o = V, r = x;
|
|
3276
2946
|
e.FdoEffectMinPurchaseItem = t.z.object({
|
|
3277
2947
|
productId: t.z.string()
|
|
3278
2948
|
}), e.FdoBaseEffect = t.z.object({
|
|
@@ -3287,12 +2957,12 @@ var We = {}, $t = {};
|
|
|
3287
2957
|
})($t);
|
|
3288
2958
|
Object.defineProperty(We, "__esModule", { value: !0 });
|
|
3289
2959
|
We.FdoBillEffect = We.FdoRawBillEffect = void 0;
|
|
3290
|
-
const
|
|
2960
|
+
const xa = h, Zt = u, $a = V, er = x, ed = $t;
|
|
3291
2961
|
We.FdoRawBillEffect = Zt.z.object({
|
|
3292
|
-
target: Zt.z.literal(er.F_EFFECT_TARGET.enum.BILL).describe(
|
|
3293
|
-
minPurchase:
|
|
2962
|
+
target: Zt.z.literal(er.F_EFFECT_TARGET.enum.BILL).describe(xa.ZodMeta.dart().type("F_EFFECT_TARGET").build()),
|
|
2963
|
+
minPurchase: $a.FdoDecimal.nullish()
|
|
3294
2964
|
});
|
|
3295
|
-
We.FdoBillEffect =
|
|
2965
|
+
We.FdoBillEffect = ed.FdoBaseEffect.extend({
|
|
3296
2966
|
target: Zt.z.literal(er.F_EFFECT_TARGET.enum.BILL),
|
|
3297
2967
|
excludeIds: Zt.z.array(Zt.z.string()).nullish()
|
|
3298
2968
|
});
|
|
@@ -3313,7 +2983,7 @@ Je.F_ITEM_EFFECT_BUY_X_GET_Y_V2_PRIORITY = tr.z.enum([
|
|
|
3313
2983
|
]);
|
|
3314
2984
|
(function(e) {
|
|
3315
2985
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoItemEffect = e.FdoItemComboStrategy = e.FdoItemComboGroup = e.FdoBuyXGetYV2Strategy = e.FdoBuyXItemAGetYItemBStrategy = e.FdoBuyXGetYItemStrategy = e.FdoSimpleItemStrategy = e.FdoItemBaseStrategy = void 0;
|
|
3316
|
-
const n =
|
|
2986
|
+
const n = h, t = u, o = Je, r = x, s = $t;
|
|
3317
2987
|
e.FdoItemBaseStrategy = t.z.object({
|
|
3318
2988
|
type: o.F_ITEM_EFFECT_STRATEGY_TYPE
|
|
3319
2989
|
}).describe(n.ZodMeta.dart().baseUnion({
|
|
@@ -3362,23 +3032,23 @@ Je.F_ITEM_EFFECT_BUY_X_GET_Y_V2_PRIORITY = tr.z.enum([
|
|
|
3362
3032
|
var en = {};
|
|
3363
3033
|
Object.defineProperty(en, "__esModule", { value: !0 });
|
|
3364
3034
|
en.FdoPaymentEffect = void 0;
|
|
3365
|
-
const
|
|
3366
|
-
en.FdoPaymentEffect =
|
|
3367
|
-
target:
|
|
3035
|
+
const td = u, nd = x, id = $t;
|
|
3036
|
+
en.FdoPaymentEffect = id.FdoBaseEffect.extend({
|
|
3037
|
+
target: td.z.literal(nd.F_EFFECT_TARGET.enum.PAYMENT)
|
|
3368
3038
|
});
|
|
3369
3039
|
Object.defineProperty(ke, "__esModule", { value: !0 });
|
|
3370
3040
|
ke.FdoRawEffect = void 0;
|
|
3371
|
-
const
|
|
3372
|
-
ke.FdoRawEffect =
|
|
3373
|
-
adjustment:
|
|
3374
|
-
availableOnlineOrder:
|
|
3375
|
-
adjustmentRule:
|
|
3376
|
-
options:
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
]).describe(
|
|
3381
|
-
priority:
|
|
3041
|
+
const od = h, jn = u, rd = ne, ad = te, dd = We, sd = $i, ld = en, ud = xt;
|
|
3042
|
+
ke.FdoRawEffect = jn.z.object({
|
|
3043
|
+
adjustment: rd.FdoAdjustmentOption,
|
|
3044
|
+
availableOnlineOrder: jn.z.array(ad.F_ORDER_TYPE).nullish(),
|
|
3045
|
+
adjustmentRule: ud.FdoEffectAdjustmentRule.nullish(),
|
|
3046
|
+
options: jn.z.discriminatedUnion("target", [
|
|
3047
|
+
dd.FdoBillEffect,
|
|
3048
|
+
sd.FdoItemEffect,
|
|
3049
|
+
ld.FdoPaymentEffect
|
|
3050
|
+
]).describe(od.ZodMeta.dart().discriminatedUnion({ baseType: "FdoBaseEffect" }).build()),
|
|
3051
|
+
priority: jn.z.number().nullish()
|
|
3382
3052
|
});
|
|
3383
3053
|
var it = {};
|
|
3384
3054
|
Object.defineProperty(it, "__esModule", { value: !0 });
|
|
@@ -3423,11 +3093,11 @@ var Kn = {};
|
|
|
3423
3093
|
printCount: n.z.number().nullish()
|
|
3424
3094
|
});
|
|
3425
3095
|
})(Kn);
|
|
3426
|
-
var qn = {}, It = {},
|
|
3427
|
-
Object.defineProperty(
|
|
3428
|
-
|
|
3429
|
-
const
|
|
3430
|
-
|
|
3096
|
+
var qn = {}, It = {}, Tt = {};
|
|
3097
|
+
Object.defineProperty(Tt, "__esModule", { value: !0 });
|
|
3098
|
+
Tt.F_SKU_ADJUSTMENT_TYPE = void 0;
|
|
3099
|
+
const cd = u;
|
|
3100
|
+
Tt.F_SKU_ADJUSTMENT_TYPE = cd.z.enum([
|
|
3431
3101
|
"RECEIVE",
|
|
3432
3102
|
"REQUEST",
|
|
3433
3103
|
"SALES",
|
|
@@ -3443,16 +3113,16 @@ vt.F_SKU_ADJUSTMENT_TYPE = ud.z.enum([
|
|
|
3443
3113
|
var Ve = {};
|
|
3444
3114
|
Object.defineProperty(Ve, "__esModule", { value: !0 });
|
|
3445
3115
|
Ve.FdoUnitMeasurement = void 0;
|
|
3446
|
-
const Nn = u,
|
|
3116
|
+
const Nn = u, _d = V;
|
|
3447
3117
|
Ve.FdoUnitMeasurement = Nn.z.object({
|
|
3448
3118
|
id: Nn.z.string(),
|
|
3449
3119
|
name: Nn.z.string(),
|
|
3450
3120
|
abbrev: Nn.z.string(),
|
|
3451
|
-
conversion:
|
|
3121
|
+
conversion: _d.FdoDecimal
|
|
3452
3122
|
});
|
|
3453
3123
|
(function(e) {
|
|
3454
3124
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoStockBalance = e.FdoSkuBalance = e.FdoProductBalance = e.FdoStockChange = e.FdoSkuChange = e.FdoCountdownChange = void 0;
|
|
3455
|
-
const n = u, t =
|
|
3125
|
+
const n = u, t = h, o = V, r = Tt, s = Ve;
|
|
3456
3126
|
e.FdoCountdownChange = n.z.object({
|
|
3457
3127
|
key: n.z.string(),
|
|
3458
3128
|
name: n.z.string(),
|
|
@@ -3497,7 +3167,7 @@ Qe.BillItemCreatedByType = nr.z.enum([
|
|
|
3497
3167
|
]);
|
|
3498
3168
|
(function(e) {
|
|
3499
3169
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoArrayedBillItem = e.FdoBillItem = e.FdoBillItemPrintChecklistRecord = e.FdoBillItemMove = e.FdoBillSubItemRef = e.FdoBillItemVariantSelected = e.FdoItemAdjustment = e.FdoPrintBy = e.FdoKitchenStation = e.FdoBillItemIs = e.FdoBillItemRef = e.FdoBillItemTaxRef = void 0;
|
|
3500
|
-
const n = u, t = ne, o =
|
|
3170
|
+
const n = u, t = ne, o = j, r = xt, s = W, _ = It, l = tt, F = it, f = Qe, E = nt;
|
|
3501
3171
|
e.FdoBillItemTaxRef = n.z.object({
|
|
3502
3172
|
systemCode: n.z.string(),
|
|
3503
3173
|
taxCode: n.z.string(),
|
|
@@ -3571,7 +3241,7 @@ Qe.BillItemCreatedByType = nr.z.enum([
|
|
|
3571
3241
|
printAt: n.z.string(),
|
|
3572
3242
|
printBy: s.FdoEmployeeRef
|
|
3573
3243
|
});
|
|
3574
|
-
const
|
|
3244
|
+
const y = n.z.object({
|
|
3575
3245
|
productId: n.z.string().nullish(),
|
|
3576
3246
|
product: e.FdoBillItemRef,
|
|
3577
3247
|
subItems: n.z.array(e.FdoBillSubItemRef),
|
|
@@ -3599,7 +3269,7 @@ Qe.BillItemCreatedByType = nr.z.enum([
|
|
|
3599
3269
|
customer: F.FdoBillCustomerRef.nullish(),
|
|
3600
3270
|
adjustments: n.z.record(e.FdoItemAdjustment),
|
|
3601
3271
|
deletedAt: n.z.string().nullish(),
|
|
3602
|
-
taxes: n.z.record(
|
|
3272
|
+
taxes: n.z.record(E.FdoBillItemTax),
|
|
3603
3273
|
nettTotal: o.FdoDinero,
|
|
3604
3274
|
stockChange: _.FdoStockChange.nullish(),
|
|
3605
3275
|
baseTotal: o.FdoDinero.nullish(),
|
|
@@ -3610,7 +3280,7 @@ Qe.BillItemCreatedByType = nr.z.enum([
|
|
|
3610
3280
|
billDiscount: n.z.record(o.FdoDinero).nullish(),
|
|
3611
3281
|
moveFrom: n.z.record(e.FdoBillItemMove).nullish()
|
|
3612
3282
|
});
|
|
3613
|
-
e.FdoBillItem =
|
|
3283
|
+
e.FdoBillItem = y.extend({
|
|
3614
3284
|
parent: n.z.lazy(() => e.FdoBillItem).nullish()
|
|
3615
3285
|
}), e.FdoArrayedBillItem = e.FdoBillItem.extend({
|
|
3616
3286
|
_id: n.z.string()
|
|
@@ -3640,20 +3310,20 @@ var eo = {};
|
|
|
3640
3310
|
source: n.z.string().nullish()
|
|
3641
3311
|
});
|
|
3642
3312
|
})(eo);
|
|
3643
|
-
var
|
|
3644
|
-
Object.defineProperty(
|
|
3645
|
-
|
|
3646
|
-
const me = u,
|
|
3647
|
-
|
|
3313
|
+
var vt = {};
|
|
3314
|
+
Object.defineProperty(vt, "__esModule", { value: !0 });
|
|
3315
|
+
vt.FdoBillPickup = void 0;
|
|
3316
|
+
const me = u, md = j, zd = Qt, Fd = nt;
|
|
3317
|
+
vt.FdoBillPickup = me.z.object({
|
|
3648
3318
|
platform: me.z.string().nullish(),
|
|
3649
3319
|
orderId: me.z.string().nullish(),
|
|
3650
3320
|
name: me.z.string(),
|
|
3651
3321
|
contactNumber: me.z.string(),
|
|
3652
3322
|
pickupAt: me.z.string(),
|
|
3653
3323
|
remark: me.z.string().nullish(),
|
|
3654
|
-
pickupPoint: me.z.lazy(() =>
|
|
3655
|
-
otherCharge:
|
|
3656
|
-
otherChargeTaxes: me.z.record(
|
|
3324
|
+
pickupPoint: me.z.lazy(() => zd.FdoPickupPoint).nullish(),
|
|
3325
|
+
otherCharge: md.FdoDinero.nullish(),
|
|
3326
|
+
otherChargeTaxes: me.z.record(Fd.FdoBillItemTax).nullish(),
|
|
3657
3327
|
canRefund: me.z.boolean().nullish()
|
|
3658
3328
|
});
|
|
3659
3329
|
var tn = {};
|
|
@@ -3690,7 +3360,7 @@ var to = {};
|
|
|
3690
3360
|
})(to);
|
|
3691
3361
|
(function(e) {
|
|
3692
3362
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoBill = e.FdoBillQueueInfo = e.FdoBillIs = e.FdoBillInHouseDelivery = e.FdoExternalPickup = e.FdoBillQrOrder = e.FdoBillRefund = void 0;
|
|
3693
|
-
const n =
|
|
3363
|
+
const n = h, t = u, o = j, r = W, s = Oe, _ = Qt, l = Fe, F = Xt, f = Gn, E = Xi, y = Et, I = Hn, R = Kn, P = qn, M = eo, B = vt, L = tn, A = nt, q = to;
|
|
3694
3364
|
e.FdoBillRefund = t.z.object({
|
|
3695
3365
|
by: r.FdoEmployeeRef.nullish(),
|
|
3696
3366
|
approvedBy: r.FdoEmployeeRef.nullish(),
|
|
@@ -3736,19 +3406,19 @@ var to = {};
|
|
|
3736
3406
|
refundedFrom: t.z.string().nullish(),
|
|
3737
3407
|
refund: e.FdoBillRefund.nullish(),
|
|
3738
3408
|
refundRecord: t.z.array(t.z.string()).nullish(),
|
|
3739
|
-
effects: t.z.record(
|
|
3740
|
-
effectGroups: t.z.array(
|
|
3409
|
+
effects: t.z.record(I.FdoFinalBillEffect).nullish(),
|
|
3410
|
+
effectGroups: t.z.array(y.FdoEffectGroup).nullish(),
|
|
3741
3411
|
reward: L.FdoBillReward.nullish(),
|
|
3742
3412
|
membership: M.FdoBillMember.nullish(),
|
|
3743
3413
|
inHouseDelivery: e.FdoBillInHouseDelivery.nullish(),
|
|
3744
3414
|
delivery: f.FdoBillDelivery.nullish(),
|
|
3745
|
-
pickup:
|
|
3415
|
+
pickup: B.FdoBillPickup.nullish(),
|
|
3746
3416
|
foodpandaPickup: e.FdoExternalPickup.nullish(),
|
|
3747
3417
|
grabfoodPickup: e.FdoExternalPickup.nullish(),
|
|
3748
3418
|
shopeefoodPickup: e.FdoExternalPickup.nullish(),
|
|
3749
3419
|
preorderOn: t.z.string().nullish(),
|
|
3750
3420
|
queueInfo: e.FdoBillQueueInfo.nullish(),
|
|
3751
|
-
dineIn:
|
|
3421
|
+
dineIn: E.FdoBillDineIn.nullish(),
|
|
3752
3422
|
roundToNearest: t.z.number().nullish(),
|
|
3753
3423
|
grossTotal: o.FdoDinero,
|
|
3754
3424
|
nettTaxes: t.z.record(A.FdoBillTaxSummary),
|
|
@@ -3762,7 +3432,7 @@ var to = {};
|
|
|
3762
3432
|
voucherIssued: q.FdoBillVoucherIssued.nullish(),
|
|
3763
3433
|
qrOrder: e.FdoBillQrOrder.nullish(),
|
|
3764
3434
|
remark: t.z.string().nullish(),
|
|
3765
|
-
dynamicQrSession:
|
|
3435
|
+
dynamicQrSession: E.FdoBillDynamicQrSession.nullish(),
|
|
3766
3436
|
calculatorVersion: t.z.number().nullish(),
|
|
3767
3437
|
machineId: t.z.string().nullish(),
|
|
3768
3438
|
minPriceMode: l.F_MIN_PRICE_MODE.nullish(),
|
|
@@ -3772,7 +3442,7 @@ var to = {};
|
|
|
3772
3442
|
var ir = {}, no = {}, nn = {};
|
|
3773
3443
|
(function(e) {
|
|
3774
3444
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoCreditBalance = e.FdoFreeCreditTransaction = void 0;
|
|
3775
|
-
const n =
|
|
3445
|
+
const n = h, t = u;
|
|
3776
3446
|
e.FdoFreeCreditTransaction = t.z.object({
|
|
3777
3447
|
_id: t.z.string().superRefine(n.isObjectId),
|
|
3778
3448
|
amount: t.z.number(),
|
|
@@ -3785,16 +3455,16 @@ var ir = {}, no = {}, nn = {};
|
|
|
3785
3455
|
var on = {}, Pe = {};
|
|
3786
3456
|
Object.defineProperty(Pe, "__esModule", { value: !0 });
|
|
3787
3457
|
Pe.FdoFreeCreditOption = Pe.FdoFrontendInfo = void 0;
|
|
3788
|
-
const
|
|
3789
|
-
Pe.FdoFrontendInfo =
|
|
3790
|
-
hide:
|
|
3791
|
-
disable:
|
|
3792
|
-
reason:
|
|
3458
|
+
const Be = u;
|
|
3459
|
+
Pe.FdoFrontendInfo = Be.z.object({
|
|
3460
|
+
hide: Be.z.boolean(),
|
|
3461
|
+
disable: Be.z.boolean(),
|
|
3462
|
+
reason: Be.z.string()
|
|
3793
3463
|
});
|
|
3794
|
-
Pe.FdoFreeCreditOption =
|
|
3795
|
-
day:
|
|
3796
|
-
amount:
|
|
3797
|
-
remark:
|
|
3464
|
+
Pe.FdoFreeCreditOption = Be.z.object({
|
|
3465
|
+
day: Be.z.number(),
|
|
3466
|
+
amount: Be.z.number(),
|
|
3467
|
+
remark: Be.z.string().nullish()
|
|
3798
3468
|
});
|
|
3799
3469
|
var ie = {};
|
|
3800
3470
|
Object.defineProperty(ie, "__esModule", { value: !0 });
|
|
@@ -3818,7 +3488,7 @@ ie.F_BENEFIT_TRIGGERER_BIRTHDAY_TYPE = Wn.z.enum([
|
|
|
3818
3488
|
]);
|
|
3819
3489
|
(function(e) {
|
|
3820
3490
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoBenefit = e.FdoBenefitScheduleOption = e.FdoBenefitBasicOption = e.FdoBenefitScheduler = e.FdoBenefitDuration = e.FdoBenefitBaseOption = e.FdoBenefitBirthdayTriggerer = e.FdoBenefitBirthdayBeforeOption = e.FdoBenefitBirthdayStartOfOption = e.FdoBenefitBaseBirthdayOption = e.FdoBenefitCronTriggerer = e.FdoBenefitBaseTriggerer = void 0;
|
|
3821
|
-
const n =
|
|
3491
|
+
const n = h, t = u, o = Pe, r = ie, s = ke;
|
|
3822
3492
|
e.FdoBenefitBaseTriggerer = t.z.object({
|
|
3823
3493
|
type: r.F_BENEFIT_TRIGGERER_TYPE
|
|
3824
3494
|
}).describe(n.ZodMeta.dart().baseUnion({
|
|
@@ -3890,7 +3560,7 @@ ie.F_BENEFIT_TRIGGERER_BIRTHDAY_TYPE = Wn.z.enum([
|
|
|
3890
3560
|
frontend: o.FdoFrontendInfo.nullish()
|
|
3891
3561
|
});
|
|
3892
3562
|
})(on);
|
|
3893
|
-
var Rt = {},
|
|
3563
|
+
var Rt = {}, Se = {}, io = {}, Jn = {}, Xe = {};
|
|
3894
3564
|
Object.defineProperty(Xe, "__esModule", { value: !0 });
|
|
3895
3565
|
Xe.F_USER_IMPORT_SOURCE = Xe.F_USER_GENDER = void 0;
|
|
3896
3566
|
const or = u;
|
|
@@ -3915,7 +3585,7 @@ Xe.F_USER_IMPORT_SOURCE = or.z.enum([
|
|
|
3915
3585
|
]);
|
|
3916
3586
|
(function(e) {
|
|
3917
3587
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoUser = e.FdoUserImport = e.FdoUserAddress = void 0;
|
|
3918
|
-
const n =
|
|
3588
|
+
const n = h, t = u, o = Xe;
|
|
3919
3589
|
e.FdoUserAddress = t.z.object({
|
|
3920
3590
|
name: t.z.string(),
|
|
3921
3591
|
address: t.z.string(),
|
|
@@ -3937,7 +3607,7 @@ Xe.F_USER_IMPORT_SOURCE = or.z.enum([
|
|
|
3937
3607
|
})(Jn);
|
|
3938
3608
|
(function(e) {
|
|
3939
3609
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoAgent = e.FdoAgentMember = void 0;
|
|
3940
|
-
const n =
|
|
3610
|
+
const n = h, t = u, o = Jn, r = Wt;
|
|
3941
3611
|
e.FdoAgentMember = t.z.object({
|
|
3942
3612
|
userId: t.z.string(),
|
|
3943
3613
|
pf_user: o.FdoUser.nullish().describe(n.ZodMeta.mongo().populate({ fromCollection: "Users", localField: "userId" }).build()),
|
|
@@ -4097,7 +3767,7 @@ Ce.FdoAddress = he.z.object({
|
|
|
4097
3767
|
});
|
|
4098
3768
|
(function(e) {
|
|
4099
3769
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoBillingPaymentTransaction = e.FdoBillingPaymentMethod = e.FdoBillingPaymentSource = e.FdoBillingInfo = e.FdoBank = void 0;
|
|
4100
|
-
const n =
|
|
3770
|
+
const n = h, t = u, o = k, r = Ce, s = j, _ = ne;
|
|
4101
3771
|
e.FdoBank = t.z.object({
|
|
4102
3772
|
name: o.F_BANK_NAME,
|
|
4103
3773
|
type: o.F_BANK_TYPE.nullish(),
|
|
@@ -4139,7 +3809,7 @@ Ce.FdoAddress = he.z.object({
|
|
|
4139
3809
|
})(rn);
|
|
4140
3810
|
(function(e) {
|
|
4141
3811
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoBusiness = e.FdoCustomAttribute = e.FdoCustomAttributeEntity = e.FdoCustomAttributeType = e.FdoBusinessCustomerDisplayImage = void 0;
|
|
4142
|
-
const n =
|
|
3812
|
+
const n = h, t = u, o = io, r = rn;
|
|
4143
3813
|
e.FdoBusinessCustomerDisplayImage = t.z.object({
|
|
4144
3814
|
url: t.z.string(),
|
|
4145
3815
|
restaurantIds: t.z.array(t.z.string())
|
|
@@ -4177,10 +3847,10 @@ Ce.FdoAddress = he.z.object({
|
|
|
4177
3847
|
billingInfos: t.z.array(r.FdoBillingInfo).nullish(),
|
|
4178
3848
|
customerDisplayImages: t.z.array(e.FdoBusinessCustomerDisplayImage).nullish()
|
|
4179
3849
|
}).describe(n.ZodMeta.mongo().repo("Businesses").build());
|
|
4180
|
-
})(
|
|
3850
|
+
})(Se);
|
|
4181
3851
|
(function(e) {
|
|
4182
3852
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoMemberOutput = e.FdoMember = e.FdoMemberTitleInfo = e.FdoMemberStat = e.FdoMemberProductCount = void 0;
|
|
4183
|
-
const n =
|
|
3853
|
+
const n = h, t = u, o = Se, r = nn;
|
|
4184
3854
|
e.FdoMemberProductCount = t.z.object({
|
|
4185
3855
|
id: t.z.string(),
|
|
4186
3856
|
count: t.z.number()
|
|
@@ -4236,12 +3906,12 @@ var ot = {}, rt = {}, Pt = {}, an = {};
|
|
|
4236
3906
|
})(an);
|
|
4237
3907
|
Object.defineProperty(Pt, "__esModule", { value: !0 });
|
|
4238
3908
|
Pt.FdoProfile = void 0;
|
|
4239
|
-
const
|
|
3909
|
+
const fd = h, Z = u, gd = Ce, yd = an;
|
|
4240
3910
|
Pt.FdoProfile = Z.z.object({
|
|
4241
3911
|
_id: Z.z.string().nullish(),
|
|
4242
3912
|
code: Z.z.string().nullish(),
|
|
4243
3913
|
name: Z.z.string(),
|
|
4244
|
-
address:
|
|
3914
|
+
address: gd.FdoAddress,
|
|
4245
3915
|
phoneNo: Z.z.string(),
|
|
4246
3916
|
email: Z.z.string().default(""),
|
|
4247
3917
|
regNo: Z.z.string(),
|
|
@@ -4252,15 +3922,15 @@ Pt.FdoProfile = Z.z.object({
|
|
|
4252
3922
|
thumbnailPhoto: Z.z.string().nullish(),
|
|
4253
3923
|
description: Z.z.string().nullish(),
|
|
4254
3924
|
photos: Z.z.array(Z.z.string()).nullish(),
|
|
4255
|
-
operatingHours:
|
|
3925
|
+
operatingHours: yd.FdoOperatingHours.nullish(),
|
|
4256
3926
|
tags: Z.z.array(Z.z.string()).nullish(),
|
|
4257
3927
|
url: Z.z.string().nullish()
|
|
4258
|
-
}).describe(
|
|
4259
|
-
var
|
|
4260
|
-
Object.defineProperty(
|
|
4261
|
-
|
|
3928
|
+
}).describe(fd.ZodMeta.couch().repo("mProfile").build());
|
|
3929
|
+
var Ot = {};
|
|
3930
|
+
Object.defineProperty(Ot, "__esModule", { value: !0 });
|
|
3931
|
+
Ot.FdoTableMappingSetting = void 0;
|
|
4262
3932
|
const Ut = u;
|
|
4263
|
-
|
|
3933
|
+
Ot.FdoTableMappingSetting = Ut.z.object({
|
|
4264
3934
|
enable: Ut.z.boolean().nullish(),
|
|
4265
3935
|
showSeat: Ut.z.boolean().nullish(),
|
|
4266
3936
|
mapBorderColor: Ut.z.number().nullish(),
|
|
@@ -4269,7 +3939,7 @@ St.FdoTableMappingSetting = Ut.z.object({
|
|
|
4269
3939
|
var Qn = {};
|
|
4270
3940
|
(function(e) {
|
|
4271
3941
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoRestaurantFeedmeDelivery = e.FdoRestaurantInHouseDelivery = e.FdoDeliveryTaxSetting = e.FdoDeliveryTime = e.FdoDeliveryArea = void 0;
|
|
4272
|
-
const n = u, t = an, o = ht, r =
|
|
3942
|
+
const n = u, t = an, o = ht, r = j, s = te, _ = Oe;
|
|
4273
3943
|
e.FdoDeliveryArea = n.z.object({
|
|
4274
3944
|
polygon: n.z.array(n.z.array(n.z.number())),
|
|
4275
3945
|
deliveryFee: r.FdoDinero,
|
|
@@ -4304,15 +3974,15 @@ var Qn = {};
|
|
|
4304
3974
|
ignoreStock: n.z.boolean().nullish()
|
|
4305
3975
|
});
|
|
4306
3976
|
})(Qn);
|
|
4307
|
-
var
|
|
4308
|
-
Object.defineProperty(
|
|
4309
|
-
|
|
4310
|
-
const pe = u,
|
|
4311
|
-
|
|
3977
|
+
var St = {};
|
|
3978
|
+
Object.defineProperty(St, "__esModule", { value: !0 });
|
|
3979
|
+
St.FdoRestaurantDineIn = void 0;
|
|
3980
|
+
const pe = u, bd = te, hd = Oe;
|
|
3981
|
+
St.FdoRestaurantDineIn = pe.z.object({
|
|
4312
3982
|
anonymousOrder: pe.z.boolean(),
|
|
4313
3983
|
staticQr: pe.z.boolean().nullish(),
|
|
4314
|
-
paymentTypes: pe.z.array(
|
|
4315
|
-
offlinePaymentTypes: pe.z.array(
|
|
3984
|
+
paymentTypes: pe.z.array(bd.F_ORDER_PAYMENT_TYPE).nullish(),
|
|
3985
|
+
offlinePaymentTypes: pe.z.array(hd.FdoOfflinePaymentMethod).nullish(),
|
|
4316
3986
|
ignoreStock: pe.z.boolean().nullish(),
|
|
4317
3987
|
disableItemRemark: pe.z.boolean().nullish(),
|
|
4318
3988
|
acceptQueue: pe.z.boolean().nullish()
|
|
@@ -4320,12 +3990,12 @@ Ot.FdoRestaurantDineIn = pe.z.object({
|
|
|
4320
3990
|
var Ct = {};
|
|
4321
3991
|
Object.defineProperty(Ct, "__esModule", { value: !0 });
|
|
4322
3992
|
Ct.FdoRestaurantPickup = void 0;
|
|
4323
|
-
const He = u,
|
|
3993
|
+
const He = u, Ed = te, Id = Oe, jo = Qt;
|
|
4324
3994
|
Ct.FdoRestaurantPickup = He.z.object({
|
|
4325
|
-
pickupTime:
|
|
4326
|
-
pickupPointConfig:
|
|
4327
|
-
paymentTypes: He.z.array(
|
|
4328
|
-
offlinePaymentTypes: He.z.array(
|
|
3995
|
+
pickupTime: jo.FdoPickupTime.nullish(),
|
|
3996
|
+
pickupPointConfig: jo.FdoPickupPoints.nullish(),
|
|
3997
|
+
paymentTypes: He.z.array(Ed.F_ORDER_PAYMENT_TYPE).nullish(),
|
|
3998
|
+
offlinePaymentTypes: He.z.array(Id.FdoOfflinePaymentMethod).nullish(),
|
|
4329
3999
|
catalogId: He.z.string().nullish(),
|
|
4330
4000
|
autoAccept: He.z.boolean().nullish(),
|
|
4331
4001
|
autoAcceptPaidOnly: He.z.boolean().nullish(),
|
|
@@ -4359,7 +4029,7 @@ ge.F_RESTAURANT_FEATURE = rr.z.nativeEnum({
|
|
|
4359
4029
|
});
|
|
4360
4030
|
(function(e) {
|
|
4361
4031
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoRestaurant = e.FdoRestaurantQueueSettings = e.FdoRemoteSupport = void 0;
|
|
4362
|
-
const n =
|
|
4032
|
+
const n = h, t = u, o = Se, r = Pt, s = Ot, _ = Qn, l = St, F = Ct, f = Mt, E = ge;
|
|
4363
4033
|
e.FdoRemoteSupport = t.z.object({
|
|
4364
4034
|
deviceName: t.z.string(),
|
|
4365
4035
|
anydeskId: t.z.string().nullish(),
|
|
@@ -4379,7 +4049,7 @@ ge.F_RESTAURANT_FEATURE = rr.z.nativeEnum({
|
|
|
4379
4049
|
localField: "businessId",
|
|
4380
4050
|
convertlocalFieldToObjectId: !0
|
|
4381
4051
|
}).build()).nullish(),
|
|
4382
|
-
features: t.z.array(
|
|
4052
|
+
features: t.z.array(E.F_RESTAURANT_FEATURE).nullish(),
|
|
4383
4053
|
expiredAt: t.z.string().superRefine(n.isISODateString),
|
|
4384
4054
|
machineOtp: t.z.string().nullish(),
|
|
4385
4055
|
machineOtpExpiredAt: t.z.string().superRefine(n.isISODateString).nullish(),
|
|
@@ -4425,7 +4095,7 @@ xe.F_TARGET = ar.z.enum([
|
|
|
4425
4095
|
]);
|
|
4426
4096
|
(function(e) {
|
|
4427
4097
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoVoucherClaim = e.FdoTransferHistory = e.FdoVoucherClaimHistory = e.FdoVoucherRef = e.FdoMemberRewardOption = e.FdoFeedbackRewardOption = e.FdoSimpleClaimOption = e.FdoMultipleUseVoucherOption = e.FdoAfterSalesClaimOption = e.FdoBaseVoucherOption = void 0;
|
|
4428
|
-
const n =
|
|
4098
|
+
const n = h, t = u, o = Se, r = rt, s = Jn, _ = xe, l = Pe, F = V, f = ke;
|
|
4429
4099
|
e.FdoBaseVoucherOption = t.z.object({
|
|
4430
4100
|
type: _.F_VOUCHER_TYPE
|
|
4431
4101
|
}).describe(n.ZodMeta.dart().baseUnion({
|
|
@@ -4523,15 +4193,15 @@ xe.F_TARGET = ar.z.enum([
|
|
|
4523
4193
|
var dn = {};
|
|
4524
4194
|
Object.defineProperty(dn, "__esModule", { value: !0 });
|
|
4525
4195
|
dn.F_GET_CUSTOMER_METHOD = void 0;
|
|
4526
|
-
const
|
|
4527
|
-
dn.F_GET_CUSTOMER_METHOD =
|
|
4196
|
+
const Td = u;
|
|
4197
|
+
dn.F_GET_CUSTOMER_METHOD = Td.z.enum([
|
|
4528
4198
|
"phone",
|
|
4529
4199
|
"id",
|
|
4530
4200
|
"card"
|
|
4531
4201
|
]);
|
|
4532
4202
|
(function(e) {
|
|
4533
4203
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdtoBindMemberCardReq = e.FdtoJoinMemberReq = e.FdtoGetCustomerRes = e.FdtoGetCustomerReq = e.FdtoCustomer = e.FdtoCustomerMember = e.FdtoMemberTierInfo = e.FdtoCustomerMemberTitle = void 0;
|
|
4534
|
-
const n =
|
|
4204
|
+
const n = h, t = u, o = nn, r = on, s = Rt, _ = ot, l = dn;
|
|
4535
4205
|
e.FdtoCustomerMemberTitle = t.z.object({
|
|
4536
4206
|
_id: t.z.string(),
|
|
4537
4207
|
name: t.z.string(),
|
|
@@ -4587,16 +4257,16 @@ dn.F_GET_CUSTOMER_METHOD = Id.z.enum([
|
|
|
4587
4257
|
var sn = {}, ln = {};
|
|
4588
4258
|
Object.defineProperty(ln, "__esModule", { value: !0 });
|
|
4589
4259
|
ln.FdoSkuAdjustmentAmount = void 0;
|
|
4590
|
-
const Do = u, vd = V,
|
|
4260
|
+
const Do = u, vd = V, Rd = Tt, Pd = Ve;
|
|
4591
4261
|
ln.FdoSkuAdjustmentAmount = Do.z.object({
|
|
4592
|
-
type:
|
|
4262
|
+
type: Rd.F_SKU_ADJUSTMENT_TYPE,
|
|
4593
4263
|
remark: Do.z.string().nullish(),
|
|
4594
4264
|
amount: vd.FdoDecimal,
|
|
4595
|
-
measurement:
|
|
4265
|
+
measurement: Pd.FdoUnitMeasurement.nullish()
|
|
4596
4266
|
});
|
|
4597
4267
|
(function(e) {
|
|
4598
4268
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoInventoryAdjustment = e.FdoSkuAdjustment = void 0;
|
|
4599
|
-
const n = u, t =
|
|
4269
|
+
const n = u, t = h, o = V, r = ln;
|
|
4600
4270
|
e.FdoSkuAdjustment = n.z.object({
|
|
4601
4271
|
sku: n.z.any(),
|
|
4602
4272
|
fromBalance: o.FdoDecimal,
|
|
@@ -4624,17 +4294,17 @@ var oo = {};
|
|
|
4624
4294
|
outOfStock: n.z.array(e.FdtoOutOfStockError)
|
|
4625
4295
|
});
|
|
4626
4296
|
})(oo);
|
|
4627
|
-
var ro = {},
|
|
4628
|
-
Object.defineProperty(
|
|
4629
|
-
|
|
4297
|
+
var ro = {}, Te = {};
|
|
4298
|
+
Object.defineProperty(Te, "__esModule", { value: !0 });
|
|
4299
|
+
Te.F_PAYMENT_ISSUER = Te.F_PAYMENT_NAME = Te.F_ONLINE_PAYMENT_CHANNEL_TYPE = void 0;
|
|
4630
4300
|
const ao = u;
|
|
4631
|
-
|
|
4301
|
+
Te.F_ONLINE_PAYMENT_CHANNEL_TYPE = ao.z.enum([
|
|
4632
4302
|
"Internet Banking",
|
|
4633
4303
|
"Credit Card",
|
|
4634
4304
|
"E-Wallet",
|
|
4635
4305
|
"Over The Counter"
|
|
4636
4306
|
]);
|
|
4637
|
-
|
|
4307
|
+
Te.F_PAYMENT_NAME = ao.z.enum([
|
|
4638
4308
|
"ALI PAY",
|
|
4639
4309
|
"AMEX",
|
|
4640
4310
|
"ANNY COIN",
|
|
@@ -4677,7 +4347,7 @@ ve.F_PAYMENT_NAME = ao.z.enum([
|
|
|
4677
4347
|
"FEEDME_TERMINAL",
|
|
4678
4348
|
"FEEDME_EWALLET"
|
|
4679
4349
|
]);
|
|
4680
|
-
|
|
4350
|
+
Te.F_PAYMENT_ISSUER = ao.z.enum([
|
|
4681
4351
|
"ALIPAY",
|
|
4682
4352
|
"BOOST",
|
|
4683
4353
|
"GRABPAY",
|
|
@@ -4699,7 +4369,7 @@ ve.F_PAYMENT_ISSUER = ao.z.enum([
|
|
|
4699
4369
|
]);
|
|
4700
4370
|
(function(e) {
|
|
4701
4371
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdtoPaymentDateRange = e.FdtoPaymentRefund = e.FdtoPerformRefundReq = e.FdtoPerformRefundByTransactionReq = e.FdtoPerformRefetchReq = e.FdtoCreditRefundReq = e.FdtoValidateOrderReq = e.FdtoFreeCreditPaymentCheckoutReq = e.FdtoCreditPaymentCheckoutReq = e.FdtoPerformScanPayReq = e.FdtoOnlinePaymentCheckoutRes = e.FdtoPaymentOnlineChannel = e.FdtoOnlinePaymentCheckoutReq = e.FdtoCreatePayment = void 0;
|
|
4702
|
-
const n =
|
|
4372
|
+
const n = h, t = u, o = bt, r = j, s = W, _ = de, l = Oe, F = Te;
|
|
4703
4373
|
e.FdtoCreatePayment = t.z.object({
|
|
4704
4374
|
counter: o.FdoCounterRef,
|
|
4705
4375
|
payment: l.FdoPaymentRef,
|
|
@@ -4772,7 +4442,7 @@ ve.F_PAYMENT_ISSUER = ao.z.enum([
|
|
|
4772
4442
|
var so = {}, un = {};
|
|
4773
4443
|
(function(e) {
|
|
4774
4444
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoTaxSystem = e.FdoTaxSystemVariantion = e.FdoTaxSystemVariantRateByDate = e.FdoFlattenTaxSetting = e.FdoTax = e.FdoTaxApplyTo = e.FdoTaxInclusion = void 0;
|
|
4775
|
-
const n =
|
|
4445
|
+
const n = h, t = u, o = ne, r = V;
|
|
4776
4446
|
e.FdoTaxInclusion = t.z.object({
|
|
4777
4447
|
systemCode: t.z.string(),
|
|
4778
4448
|
inclusive: t.z.boolean()
|
|
@@ -4812,8 +4482,8 @@ var so = {}, un = {};
|
|
|
4812
4482
|
var Xn = {}, cn = {};
|
|
4813
4483
|
Object.defineProperty(cn, "__esModule", { value: !0 });
|
|
4814
4484
|
cn.F_SERVICE_CHARGE_ORDER_TYPE = void 0;
|
|
4815
|
-
const
|
|
4816
|
-
cn.F_SERVICE_CHARGE_ORDER_TYPE =
|
|
4485
|
+
const Od = u;
|
|
4486
|
+
cn.F_SERVICE_CHARGE_ORDER_TYPE = Od.z.enum([
|
|
4817
4487
|
"DINE_IN",
|
|
4818
4488
|
"TAKEAWAY",
|
|
4819
4489
|
"IN_HOUSE_DELIVERY",
|
|
@@ -4852,12 +4522,12 @@ cn.F_SERVICE_CHARGE_ORDER_TYPE = Pd.z.enum([
|
|
|
4852
4522
|
})(so);
|
|
4853
4523
|
(function(e) {
|
|
4854
4524
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdtoRejectOrderReq = e.FdtoAcceptOrderReq = e.FdtoDemoRestaurantRes = e.FdtoUpdateVersionReq = e.FdtoPosCurrentTimeRes = e.FdtoRegisterMachineReq = e.FdtoGenerateCreditOtpRes = e.FdtoGenerateCreditOtpReq = e.FdtoCompileReportWidgetRes = e.FdtoReportWidget = e.F_WIDGET_WIDTH = e.F_WIDGET_VISUALIZATION_TYPE = e.FdtoCompileReportReq = e.FdtoDateRangeReq = e.FdtoCompileCloseCounterReceiptReq = e.FdtoCanRes = e.FdtoCanPermissionRes = e.FdtoCanReq = e.FdtoSkuConvertRes = e.FdtoSkuConversionBalancesRes = e.FdtoSkuConversionBalance = e.FdtoUpdateStockBalanceReq = e.FdtoDeductableItem = e.FdtoDeductableSubItem = e.FdtoSpecialAdjustmentRes = e.FdtoSpecialAdjustmentReq = e.F_QUERY_ENGINE_LOG_TYPE = e.FdtoFeedmeEndpointReq = e.FdtoAdjustReq = e.FdtoCreateEffectsReq = e.FdtoRemoveEffectsReq = e.FdtoApplyMemberReq = e.FdtoCreateBillItemAdjustmentReq = e.FdtoChangePaymentMethodReq = e.FdtoItemKitchenReq = e.FdtoServeItemsReq = e.FdtoPrintChecklistReq = e.FdtoSendItemsReq = e.FdtoMoveRes = e.FdtoMoveReq = e.FdtoRefundRes = e.FdtoVoidItemsReq = e.FdtoStockItem = e.FdtoCreateOrUpdateItemsReq = e.FdtoItemBalanceMapping = e.FdtoItemBalanceInfo = e.FdtoItemVariantBalanceInfo = e.FdtoCreateOrUpdateItemsRes = e.FdtoCreatePaymentReq = e.FdtoRefundReq = void 0, e.FdtoBill = e.FdtoRectifyBillItemRes = e.FdtoCreateBill = e.FdtoUpdateItemsInventoryReq = e.FdtoCreateItem = e.FdtoFlatBill = e.FdtoRestaurantFeatures = e.FdtoRefetchEPaymentReq = e.FdtoRefundMemberStorePurchaseReq = e.FdtoCreateMemberStorePurchaseReq = e.FdtoApplyVoucherClaimReq = void 0;
|
|
4855
|
-
const n = u, t = ne, o = bt, r = no, s =
|
|
4525
|
+
const n = u, t = ne, o = bt, r = no, s = j, _ = W, l = sn, F = oo, f = It, E = Oe, y = ro, I = Pt, R = so, P = Wi, M = it, B = Gn, L = Hn, A = qn, q = vt, se = nt;
|
|
4856
4526
|
e.FdtoRefundReq = n.z.object({
|
|
4857
4527
|
bill: P.FdoBill,
|
|
4858
4528
|
refundRecord: n.z.array(P.FdoBill),
|
|
4859
4529
|
items: n.z.record(n.z.number()),
|
|
4860
|
-
payment:
|
|
4530
|
+
payment: y.FdtoCreatePayment,
|
|
4861
4531
|
stockItems: n.z.record(n.z.number()),
|
|
4862
4532
|
refundedBy: _.FdoEmployeeRef,
|
|
4863
4533
|
approvedBy: _.FdoEmployeeRef,
|
|
@@ -4866,9 +4536,9 @@ cn.F_SERVICE_CHARGE_ORDER_TYPE = Pd.z.enum([
|
|
|
4866
4536
|
}), e.FdtoCreatePaymentReq = n.z.object({
|
|
4867
4537
|
bill: P.FdoBill,
|
|
4868
4538
|
counter: o.FdoCounterRef,
|
|
4869
|
-
payment:
|
|
4539
|
+
payment: E.FdoPaymentRef,
|
|
4870
4540
|
reference: n.z.string(),
|
|
4871
|
-
paymentGateway:
|
|
4541
|
+
paymentGateway: E.FdoPaymentGatewayInfo.nullish(),
|
|
4872
4542
|
paid: s.FdoDinero,
|
|
4873
4543
|
amount: s.FdoDinero,
|
|
4874
4544
|
by: _.FdoEmployeeRef
|
|
@@ -5033,7 +4703,7 @@ cn.F_SERVICE_CHARGE_ORDER_TYPE = Pd.z.enum([
|
|
|
5033
4703
|
}), e.FdtoUpdateVersionReq = n.z.object({
|
|
5034
4704
|
version: n.z.string()
|
|
5035
4705
|
}), e.FdtoDemoRestaurantRes = n.z.object({
|
|
5036
|
-
profile:
|
|
4706
|
+
profile: I.FdoProfile,
|
|
5037
4707
|
menu: n.z.any()
|
|
5038
4708
|
}), e.FdtoAcceptOrderReq = n.z.object({
|
|
5039
4709
|
billId: n.z.string()
|
|
@@ -5105,7 +4775,7 @@ cn.F_SERVICE_CHARGE_ORDER_TYPE = Pd.z.enum([
|
|
|
5105
4775
|
slot: n.z.string(),
|
|
5106
4776
|
person: n.z.number(),
|
|
5107
4777
|
is: P.FdoBillIs,
|
|
5108
|
-
delivery:
|
|
4778
|
+
delivery: B.FdoBillDelivery.optional(),
|
|
5109
4779
|
inHouseDelivery: P.FdoBillInHouseDelivery.optional(),
|
|
5110
4780
|
pickup: q.FdoBillPickup.optional(),
|
|
5111
4781
|
qrOrder: P.FdoBillQrOrder.optional(),
|
|
@@ -5121,10 +4791,10 @@ cn.F_SERVICE_CHARGE_ORDER_TYPE = Pd.z.enum([
|
|
|
5121
4791
|
var xn = {};
|
|
5122
4792
|
Object.defineProperty(xn, "__esModule", { value: !0 });
|
|
5123
4793
|
xn.FdoAffectedBillItem = void 0;
|
|
5124
|
-
const
|
|
5125
|
-
xn.FdoAffectedBillItem =
|
|
5126
|
-
id:
|
|
5127
|
-
quantity:
|
|
4794
|
+
const Bi = u;
|
|
4795
|
+
xn.FdoAffectedBillItem = Bi.z.object({
|
|
4796
|
+
id: Bi.z.string(),
|
|
4797
|
+
quantity: Bi.z.number()
|
|
5128
4798
|
});
|
|
5129
4799
|
var ft = {};
|
|
5130
4800
|
Object.defineProperty(ft, "__esModule", { value: !0 });
|
|
@@ -5152,7 +4822,7 @@ _n.F_CALCULATOR_ADJUSTMENT_TYPE = Sd.z.enum([
|
|
|
5152
4822
|
]);
|
|
5153
4823
|
(function(e) {
|
|
5154
4824
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdtoCalculatorRes = e.FdtoCalculatorItemRes = e.FdtoCalculatorItemTaxRes = e.FdtoCalculatorItem = e.FdtoCalculatorItemTax = e.FdtoCalculatorAdjustment = e.FdtoAdjustmentType = void 0;
|
|
5155
|
-
const n = u, t =
|
|
4825
|
+
const n = u, t = j, o = _n;
|
|
5156
4826
|
e.FdtoAdjustmentType = n.z.object({
|
|
5157
4827
|
type: o.F_CALCULATOR_ADJUSTMENT_TYPE,
|
|
5158
4828
|
amount: t.FdoDinero
|
|
@@ -5218,8 +4888,8 @@ var $n = {};
|
|
|
5218
4888
|
var ur = {}, At = {};
|
|
5219
4889
|
Object.defineProperty(At, "__esModule", { value: !0 });
|
|
5220
4890
|
At.F_COUNTRY = void 0;
|
|
5221
|
-
const
|
|
5222
|
-
At.F_COUNTRY =
|
|
4891
|
+
const Cd = u;
|
|
4892
|
+
At.F_COUNTRY = Cd.z.nativeEnum({
|
|
5223
4893
|
AF: "AF",
|
|
5224
4894
|
AX: "AX",
|
|
5225
4895
|
AL: "AL",
|
|
@@ -5494,7 +5164,7 @@ At.F_COUNTRY = Od.z.nativeEnum({
|
|
|
5494
5164
|
var ei = {};
|
|
5495
5165
|
Object.defineProperty(ei, "__esModule", { value: !0 });
|
|
5496
5166
|
ei.FdoLinkedDelivery = void 0;
|
|
5497
|
-
const
|
|
5167
|
+
const Md = h, ze = u;
|
|
5498
5168
|
ei.FdoLinkedDelivery = ze.z.object({
|
|
5499
5169
|
_id: ze.z.string().optional(),
|
|
5500
5170
|
key: ze.z.string(),
|
|
@@ -5505,12 +5175,12 @@ ei.FdoLinkedDelivery = ze.z.object({
|
|
|
5505
5175
|
rounding: ze.z.boolean().nullish(),
|
|
5506
5176
|
useCustomOrderNumber: ze.z.boolean().nullish(),
|
|
5507
5177
|
requiredRemark: ze.z.boolean().nullish()
|
|
5508
|
-
}).describe(
|
|
5178
|
+
}).describe(Md.ZodMeta.couch().repo("fDeliveryCompany").build());
|
|
5509
5179
|
var ti = {};
|
|
5510
5180
|
Object.defineProperty(ti, "__esModule", { value: !0 });
|
|
5511
5181
|
ti.F_DELIVERY_TYPE = void 0;
|
|
5512
|
-
const
|
|
5513
|
-
ti.F_DELIVERY_TYPE =
|
|
5182
|
+
const Ad = u;
|
|
5183
|
+
ti.F_DELIVERY_TYPE = Ad.z.enum([
|
|
5514
5184
|
"IN_HOUSE",
|
|
5515
5185
|
"FEEDME"
|
|
5516
5186
|
]);
|
|
@@ -5526,7 +5196,7 @@ $.F_E_INVOICE_ID_TYPE = lo.z.enum(["ic", "army", "passport"]);
|
|
|
5526
5196
|
$.F_E_INVOICE_MERCHANT_TYPE = lo.z.enum(["restaurant", "marketing"]);
|
|
5527
5197
|
Object.defineProperty(Ue, "__esModule", { value: !0 });
|
|
5528
5198
|
Ue.FdoEInvoiceMerchantBaseProfile = Ue.FdoEInvoiceCustomerBaseProfile = void 0;
|
|
5529
|
-
const cr =
|
|
5199
|
+
const cr = h, J = u, _r = Ce, mr = $;
|
|
5530
5200
|
Ue.FdoEInvoiceCustomerBaseProfile = J.z.object({
|
|
5531
5201
|
_id: J.z.string().superRefine(cr.isObjectId),
|
|
5532
5202
|
type: mr.F_E_INVOICE_PROFILE_TYPE,
|
|
@@ -5572,7 +5242,7 @@ oe.F_EINVOICE_TYPE = ni.z.enum(["Individual", "Consolidated"]);
|
|
|
5572
5242
|
var ii = {};
|
|
5573
5243
|
(function(e) {
|
|
5574
5244
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoMyEInvoiceMerchantProfileSchema = e.FdoMyEInvoiceMerchantProfileDoc = e.FdoMyEInvoiceMerchantProfile = e.FdoMyEInvoiceMarketingProfile = e.FdoMyEInvoiceRestaurantProfile = e.FdoMyEInvoiceMerchantBaseProfile = e.FdoMyEInvoiceSubmissionSchedule = e.FdoMyEInvoiceSetting = e.FdoMyEInvoiceItemInfo = e.FdoMyEInvoiceCustomerProfileSchema = e.FdoMyEInvoiceCustomerProfileDoc = e.FdoMyEInvoiceCustomerProfile = e.FdoMyEInvoiceCompanyProfile = e.FdoMyEInvoiceIndividualProfile = e.FdoEInvoiceIndividualIdentity = e.FdoMyEInvoiceCustomerBaseProfile = void 0;
|
|
5575
|
-
const n =
|
|
5245
|
+
const n = h, t = u, o = Ue, r = $;
|
|
5576
5246
|
e.FdoMyEInvoiceCustomerBaseProfile = o.FdoEInvoiceCustomerBaseProfile.extend({
|
|
5577
5247
|
email: t.z.string()
|
|
5578
5248
|
}).describe(n.ZodMeta.dart().baseUnion({
|
|
@@ -5635,7 +5305,7 @@ var ii = {};
|
|
|
5635
5305
|
var uo = {};
|
|
5636
5306
|
(function(e) {
|
|
5637
5307
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoMyEInvoiceSubmission = e.FdoMyEInvoiceSubmissionDocCustomerRef = e.FdoMyEInvoiceSubmissionDoc = e.FdoMyEInvoiceSubmissionDocBillRef = e.FdoMyEInvoiceSubmissionDocBillItemRef = e.FdoMyEInvoiceSubmissionDocChargeRef = void 0;
|
|
5638
|
-
const n =
|
|
5308
|
+
const n = h, t = u, o = j, r = oe, s = ii;
|
|
5639
5309
|
e.FdoMyEInvoiceSubmissionDocChargeRef = t.z.object({
|
|
5640
5310
|
chargable: o.FdoDinero,
|
|
5641
5311
|
rate: o.FdoDinero,
|
|
@@ -5700,36 +5370,36 @@ var uo = {};
|
|
|
5700
5370
|
customer: e.FdoMyEInvoiceSubmissionDocCustomerRef.nullish()
|
|
5701
5371
|
}).describe(n.ZodMeta.mongo().repo("EInvoiceSubmissions").build());
|
|
5702
5372
|
})(uo);
|
|
5703
|
-
var
|
|
5704
|
-
Object.defineProperty(
|
|
5705
|
-
|
|
5706
|
-
const
|
|
5707
|
-
|
|
5373
|
+
var je = {};
|
|
5374
|
+
Object.defineProperty(je, "__esModule", { value: !0 });
|
|
5375
|
+
je.FdtoMySubmitEInvoice = je.FdtoMyEInvoice = je.FdtoMyMsicCategory = void 0;
|
|
5376
|
+
const pd = h, re = u, Bd = $, jd = ii, Zn = uo;
|
|
5377
|
+
je.FdtoMyMsicCategory = re.z.object({
|
|
5708
5378
|
code: re.z.string(),
|
|
5709
5379
|
description: re.z.string(),
|
|
5710
5380
|
ref: re.z.string()
|
|
5711
5381
|
});
|
|
5712
|
-
|
|
5382
|
+
je.FdtoMyEInvoice = Zn.FdoMyEInvoiceSubmissionDoc.omit({
|
|
5713
5383
|
bills: !0
|
|
5714
5384
|
}).extend({
|
|
5715
5385
|
ref: Zn.FdoMyEInvoiceSubmissionDocBillRef,
|
|
5716
|
-
resubmitBefore: re.z.string().superRefine(
|
|
5386
|
+
resubmitBefore: re.z.string().superRefine(pd.isISODateString).nullish(),
|
|
5717
5387
|
submissionUid: re.z.string(),
|
|
5718
5388
|
submissionDate: re.z.string(),
|
|
5719
5389
|
merchant: jd.FdoMyEInvoiceMerchantProfile,
|
|
5720
5390
|
customer: Zn.FdoMyEInvoiceSubmissionDocCustomerRef.nullish()
|
|
5721
5391
|
});
|
|
5722
|
-
|
|
5392
|
+
je.FdtoMySubmitEInvoice = re.z.object({
|
|
5723
5393
|
billId: re.z.string(),
|
|
5724
5394
|
restaurantId: re.z.string().nullish(),
|
|
5725
5395
|
businessId: re.z.string().nullish(),
|
|
5726
|
-
type:
|
|
5396
|
+
type: Bd.F_E_INVOICE_MERCHANT_TYPE.nullish(),
|
|
5727
5397
|
customer: Zn.FdoMyEInvoiceSubmissionDocCustomerRef
|
|
5728
5398
|
});
|
|
5729
5399
|
var co = {};
|
|
5730
5400
|
(function(e) {
|
|
5731
5401
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoThEInvoiceMerchantProfileSchema = e.FdoThEInvoiceMerchantProfileDoc = e.FdoThEInvoiceMerchantProfile = e.FdoThEInvoiceMarketingProfile = e.FdoThEInvoiceRestaurantProfile = e.FdoThEInvoiceMerchantBaseProfile = e.FdoThEInvoiceCustomerProfileSchema = e.FdoThEInvoiceCustomerProfileDoc = e.FdoThEInvoiceCustomerProfile = e.FdoThEInvoiceCompanyProfile = e.FdoThEInvoiceIndividualProfile = e.FdoThEInvoiceCustomerBaseProfile = void 0;
|
|
5732
|
-
const n =
|
|
5402
|
+
const n = h, t = u, o = Ue, r = $;
|
|
5733
5403
|
e.FdoThEInvoiceCustomerBaseProfile = o.FdoEInvoiceCustomerBaseProfile.extend({
|
|
5734
5404
|
email: t.z.string().nullish(),
|
|
5735
5405
|
tinNo: t.z.string()
|
|
@@ -5774,7 +5444,7 @@ var co = {};
|
|
|
5774
5444
|
var zr = {};
|
|
5775
5445
|
(function(e) {
|
|
5776
5446
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoThEInvoiceSubmission = e.FdoThEInvoiceBillRef = e.FdoThEInvoiceCustomerRef = void 0;
|
|
5777
|
-
const n =
|
|
5447
|
+
const n = h, t = u, o = j, r = co;
|
|
5778
5448
|
e.FdoThEInvoiceCustomerRef = t.z.discriminatedUnion("type", [
|
|
5779
5449
|
r.FdoThEInvoiceIndividualProfile.omit({ _id: !0, userId: !0 }).extend({
|
|
5780
5450
|
userId: t.z.string().nullish()
|
|
@@ -5801,7 +5471,7 @@ var zr = {};
|
|
|
5801
5471
|
var Fr = {};
|
|
5802
5472
|
(function(e) {
|
|
5803
5473
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdtoThPosGetSubmitEInvoice = e.FdtoThCustomerSubmitEInvoice = e.FdtoThPosSubmitEInvoice = e.FdtoThEInvoiceCustomerRef = e.FdtoThEInvoiceBillRef = e.FdtoThPosSubmitEInvoiceTax = void 0;
|
|
5804
|
-
const n = u, t = Ce, o =
|
|
5474
|
+
const n = u, t = Ce, o = j, r = $;
|
|
5805
5475
|
e.FdtoThPosSubmitEInvoiceTax = n.z.object({
|
|
5806
5476
|
code: n.z.string(),
|
|
5807
5477
|
total: o.FdoDinero
|
|
@@ -5860,12 +5530,12 @@ var fr = {};
|
|
|
5860
5530
|
var oi = {};
|
|
5861
5531
|
Object.defineProperty(oi, "__esModule", { value: !0 });
|
|
5862
5532
|
oi.FdoPosRole = void 0;
|
|
5863
|
-
const
|
|
5533
|
+
const Nd = h, ct = u;
|
|
5864
5534
|
oi.FdoPosRole = ct.z.object({
|
|
5865
5535
|
_id: ct.z.string(),
|
|
5866
5536
|
permissions: ct.z.array(ct.z.record(ct.z.any())),
|
|
5867
5537
|
name: ct.z.string()
|
|
5868
|
-
}).describe(
|
|
5538
|
+
}).describe(Nd.ZodMeta.couch().repo("role").setUniqueKey(["name"]).build());
|
|
5869
5539
|
var gr = {};
|
|
5870
5540
|
(function(e) {
|
|
5871
5541
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoFeatureFlag = e.FdoFeatureFlagConditions = void 0;
|
|
@@ -5884,8 +5554,8 @@ var gr = {};
|
|
|
5884
5554
|
var ri = {};
|
|
5885
5555
|
Object.defineProperty(ri, "__esModule", { value: !0 });
|
|
5886
5556
|
ri.F_FEATURE = void 0;
|
|
5887
|
-
const
|
|
5888
|
-
ri.F_FEATURE =
|
|
5557
|
+
const Dd = u;
|
|
5558
|
+
ri.F_FEATURE = Dd.z.enum([
|
|
5889
5559
|
"applyEffectOnOrder",
|
|
5890
5560
|
"nestedAddon",
|
|
5891
5561
|
"feedmeDelivery",
|
|
@@ -5910,7 +5580,7 @@ ri.F_FEATURE = Nd.z.enum([
|
|
|
5910
5580
|
var yr = {};
|
|
5911
5581
|
(function(e) {
|
|
5912
5582
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoFMHSetting = e.FdoFMHUploadHistory = e.FdoFMHServerConfig = e.FdoFMHProductBinding = e.FMHSales = void 0;
|
|
5913
|
-
const n =
|
|
5583
|
+
const n = h, t = u;
|
|
5914
5584
|
e.FMHSales = t.z.object({
|
|
5915
5585
|
branch_code: t.z.string(),
|
|
5916
5586
|
menu_code: t.z.string(),
|
|
@@ -5943,16 +5613,16 @@ var yr = {};
|
|
|
5943
5613
|
var mn = {};
|
|
5944
5614
|
Object.defineProperty(mn, "__esModule", { value: !0 });
|
|
5945
5615
|
mn.F_INVENTORY_BINDING_TYPE = void 0;
|
|
5946
|
-
const
|
|
5947
|
-
mn.F_INVENTORY_BINDING_TYPE =
|
|
5616
|
+
const Ud = u;
|
|
5617
|
+
mn.F_INVENTORY_BINDING_TYPE = Ud.z.enum([
|
|
5948
5618
|
"SKU",
|
|
5949
5619
|
"RECIPE"
|
|
5950
5620
|
]);
|
|
5951
5621
|
var zn = {};
|
|
5952
5622
|
Object.defineProperty(zn, "__esModule", { value: !0 });
|
|
5953
5623
|
zn.F_PURCHASE_ORDER_STATUS = void 0;
|
|
5954
|
-
const
|
|
5955
|
-
zn.F_PURCHASE_ORDER_STATUS =
|
|
5624
|
+
const Ld = u;
|
|
5625
|
+
zn.F_PURCHASE_ORDER_STATUS = Ld.z.enum([
|
|
5956
5626
|
"DRAFT",
|
|
5957
5627
|
"REQUESTING",
|
|
5958
5628
|
"PROCESSING",
|
|
@@ -5963,15 +5633,15 @@ zn.F_PURCHASE_ORDER_STATUS = Ud.z.enum([
|
|
|
5963
5633
|
var Fn = {};
|
|
5964
5634
|
Object.defineProperty(Fn, "__esModule", { value: !0 });
|
|
5965
5635
|
Fn.F_INVENTORY_SUPPLIER_TYPE = void 0;
|
|
5966
|
-
const
|
|
5967
|
-
Fn.F_INVENTORY_SUPPLIER_TYPE =
|
|
5636
|
+
const kd = u;
|
|
5637
|
+
Fn.F_INVENTORY_SUPPLIER_TYPE = kd.z.enum([
|
|
5968
5638
|
"restaurant",
|
|
5969
5639
|
"warehouse"
|
|
5970
5640
|
]);
|
|
5971
5641
|
var br = {};
|
|
5972
5642
|
(function(e) {
|
|
5973
5643
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoWarehouse = e.FdoWarehouseProfile = void 0;
|
|
5974
|
-
const n = u, t =
|
|
5644
|
+
const n = u, t = h, o = Se, r = Ce;
|
|
5975
5645
|
e.FdoWarehouseProfile = n.z.object({
|
|
5976
5646
|
name: n.z.string(),
|
|
5977
5647
|
address: r.FdoAddress,
|
|
@@ -6063,8 +5733,8 @@ var hr = {};
|
|
|
6063
5733
|
var ai = {};
|
|
6064
5734
|
Object.defineProperty(ai, "__esModule", { value: !0 });
|
|
6065
5735
|
ai.F_MAIL_EMIT = void 0;
|
|
6066
|
-
const
|
|
6067
|
-
ai.F_MAIL_EMIT =
|
|
5736
|
+
const Vd = u;
|
|
5737
|
+
ai.F_MAIL_EMIT = Vd.z.enum([
|
|
6068
5738
|
"sendMail",
|
|
6069
5739
|
"fromBackend",
|
|
6070
5740
|
"infoDelivery"
|
|
@@ -6072,8 +5742,8 @@ ai.F_MAIL_EMIT = kd.z.enum([
|
|
|
6072
5742
|
var fn = {};
|
|
6073
5743
|
Object.defineProperty(fn, "__esModule", { value: !0 });
|
|
6074
5744
|
fn.F_CREDIT_REF_SOURCE = void 0;
|
|
6075
|
-
const
|
|
6076
|
-
fn.F_CREDIT_REF_SOURCE =
|
|
5745
|
+
const Zd = u;
|
|
5746
|
+
fn.F_CREDIT_REF_SOURCE = Zd.z.enum([
|
|
6077
5747
|
"PORTAL",
|
|
6078
5748
|
"BENEFIT",
|
|
6079
5749
|
"STORE",
|
|
@@ -6086,35 +5756,35 @@ fn.F_CREDIT_REF_SOURCE = Vd.z.enum([
|
|
|
6086
5756
|
var gn = {};
|
|
6087
5757
|
Object.defineProperty(gn, "__esModule", { value: !0 });
|
|
6088
5758
|
gn.FdoEberConfig = void 0;
|
|
6089
|
-
const
|
|
6090
|
-
gn.FdoEberConfig =
|
|
6091
|
-
enable:
|
|
6092
|
-
xmAPIKey:
|
|
5759
|
+
const ji = u;
|
|
5760
|
+
gn.FdoEberConfig = ji.z.object({
|
|
5761
|
+
enable: ji.z.boolean(),
|
|
5762
|
+
xmAPIKey: ji.z.string()
|
|
6093
5763
|
});
|
|
6094
5764
|
var di = {};
|
|
6095
5765
|
Object.defineProperty(di, "__esModule", { value: !0 });
|
|
6096
5766
|
di.FdoMarketingSettings = void 0;
|
|
6097
|
-
const Ni =
|
|
5767
|
+
const Ni = h, Dn = u, Yd = gn;
|
|
6098
5768
|
di.FdoMarketingSettings = Dn.z.object({
|
|
6099
5769
|
_id: Dn.z.string().superRefine(Ni.isObjectId),
|
|
6100
5770
|
restaurant: Dn.z.string().superRefine(Ni.isObjectId),
|
|
6101
|
-
eberConfig:
|
|
5771
|
+
eberConfig: Yd.FdoEberConfig,
|
|
6102
5772
|
apiVersion: Dn.z.string()
|
|
6103
5773
|
}).describe(Ni.ZodMeta.mongo().repo("MarketingSettings").build());
|
|
6104
5774
|
var yn = {};
|
|
6105
5775
|
Object.defineProperty(yn, "__esModule", { value: !0 });
|
|
6106
5776
|
yn.F_MEMBERCARD_DESIGN_TYPE = void 0;
|
|
6107
|
-
const
|
|
6108
|
-
yn.F_MEMBERCARD_DESIGN_TYPE =
|
|
5777
|
+
const wd = u;
|
|
5778
|
+
yn.F_MEMBERCARD_DESIGN_TYPE = wd.z.enum([
|
|
6109
5779
|
"DEFAULT",
|
|
6110
5780
|
"IMAGE"
|
|
6111
5781
|
]);
|
|
6112
5782
|
var bn = {};
|
|
6113
5783
|
Object.defineProperty(bn, "__esModule", { value: !0 });
|
|
6114
5784
|
bn.FdoTitle = void 0;
|
|
6115
|
-
const
|
|
5785
|
+
const Gd = h, Lt = u;
|
|
6116
5786
|
bn.FdoTitle = Lt.z.object({
|
|
6117
|
-
_id: Lt.z.string().superRefine(
|
|
5787
|
+
_id: Lt.z.string().superRefine(Gd.isObjectId),
|
|
6118
5788
|
image: Lt.z.string().nullish(),
|
|
6119
5789
|
name: Lt.z.string(),
|
|
6120
5790
|
internal: Lt.z.boolean()
|
|
@@ -6158,8 +5828,8 @@ Le.F_BUNDLE_CONDITION_TYPE = Er.z.enum([
|
|
|
6158
5828
|
var hn = {};
|
|
6159
5829
|
Object.defineProperty(hn, "__esModule", { value: !0 });
|
|
6160
5830
|
hn.F_MEMBER_STORE_PURCHASE_STATUS = void 0;
|
|
6161
|
-
const
|
|
6162
|
-
hn.F_MEMBER_STORE_PURCHASE_STATUS =
|
|
5831
|
+
const Hd = u;
|
|
5832
|
+
hn.F_MEMBER_STORE_PURCHASE_STATUS = Hd.z.enum([
|
|
6163
5833
|
"PENDING",
|
|
6164
5834
|
"SUCCESS",
|
|
6165
5835
|
"FAIL",
|
|
@@ -6168,7 +5838,7 @@ hn.F_MEMBER_STORE_PURCHASE_STATUS = Gd.z.enum([
|
|
|
6168
5838
|
var $e = {};
|
|
6169
5839
|
Object.defineProperty($e, "__esModule", { value: !0 });
|
|
6170
5840
|
$e.FdoSmsCredit = $e.FdoSmsCreditTransaction = void 0;
|
|
6171
|
-
const Yt =
|
|
5841
|
+
const Yt = h, Ke = u, Yn = j;
|
|
6172
5842
|
$e.FdoSmsCreditTransaction = Ke.z.object({
|
|
6173
5843
|
_id: Ke.z.string().superRefine(Yt.isObjectId),
|
|
6174
5844
|
businessId: Ke.z.string().superRefine(Yt.isObjectId),
|
|
@@ -6185,8 +5855,8 @@ $e.FdoSmsCredit = Ke.z.object({
|
|
|
6185
5855
|
var En = {};
|
|
6186
5856
|
Object.defineProperty(En, "__esModule", { value: !0 });
|
|
6187
5857
|
En.F_SMS_TOP_UP_SOURCE = void 0;
|
|
6188
|
-
const
|
|
6189
|
-
En.F_SMS_TOP_UP_SOURCE =
|
|
5858
|
+
const Kd = u;
|
|
5859
|
+
En.F_SMS_TOP_UP_SOURCE = Kd.z.enum([
|
|
6190
5860
|
"LICENSE",
|
|
6191
5861
|
"MANUAL_ADJUSTMENT"
|
|
6192
5862
|
]);
|
|
@@ -6216,19 +5886,19 @@ X.F_NOTIFICATION_TYPE = si.z.enum([
|
|
|
6216
5886
|
var li = {};
|
|
6217
5887
|
Object.defineProperty(li, "__esModule", { value: !0 });
|
|
6218
5888
|
li.FdoOrderNumber = void 0;
|
|
6219
|
-
const
|
|
5889
|
+
const qd = h, _t = u;
|
|
6220
5890
|
li.FdoOrderNumber = _t.z.object({
|
|
6221
5891
|
_id: _t.z.string().optional(),
|
|
6222
5892
|
prefix: _t.z.string(),
|
|
6223
5893
|
name: _t.z.string(),
|
|
6224
5894
|
current: _t.z.number(),
|
|
6225
5895
|
digit: _t.z.number()
|
|
6226
|
-
}).describe(
|
|
5896
|
+
}).describe(qd.ZodMeta.couch().repo("orderNumber").build());
|
|
6227
5897
|
var ui = {};
|
|
6228
5898
|
Object.defineProperty(ui, "__esModule", { value: !0 });
|
|
6229
5899
|
ui.F_ORDER_NUMBER_PREFIX = void 0;
|
|
6230
|
-
const
|
|
6231
|
-
ui.F_ORDER_NUMBER_PREFIX =
|
|
5900
|
+
const Wd = u;
|
|
5901
|
+
ui.F_ORDER_NUMBER_PREFIX = Wd.z.enum([
|
|
6232
5902
|
"C",
|
|
6233
5903
|
"TA",
|
|
6234
5904
|
"D",
|
|
@@ -6237,13 +5907,13 @@ ui.F_ORDER_NUMBER_PREFIX = qd.z.enum([
|
|
|
6237
5907
|
var at = {};
|
|
6238
5908
|
Object.defineProperty(at, "__esModule", { value: !0 });
|
|
6239
5909
|
at.FdoBasePaymentGateway = void 0;
|
|
6240
|
-
const Un = u,
|
|
5910
|
+
const Un = u, Jd = h, Qd = de;
|
|
6241
5911
|
at.FdoBasePaymentGateway = Un.z.object({
|
|
6242
5912
|
_id: Un.z.string(),
|
|
6243
5913
|
_rev: Un.z.string(),
|
|
6244
|
-
paymentGateway:
|
|
5914
|
+
paymentGateway: Qd.F_PAYMENT_GATEWAY_KEY,
|
|
6245
5915
|
active: Un.z.boolean()
|
|
6246
|
-
}).describe(
|
|
5916
|
+
}).describe(Jd.ZodMeta.dart().baseUnion({
|
|
6247
5917
|
isBaseUnion: !0,
|
|
6248
5918
|
unionKey: "paymentGateway",
|
|
6249
5919
|
baseType: "FdoBasePaymentGateway"
|
|
@@ -6303,7 +5973,7 @@ var Fo = {};
|
|
|
6303
5973
|
var Ir = {};
|
|
6304
5974
|
(function(e) {
|
|
6305
5975
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.RMdtoPerformRefund = e.RMdtoPerformScanPay = e.RMdtoPaymentTransaction = e.RMdtoValidateOrderReq = e.RMdtoOnlinePaymentCheckoutReq = e.RMConfig = e.RMConfigTypeFalse = e.RMConfigTypeTrue = e.RM_WEBHOOK_EVENT_TYPE = e.RMPaymentTransactionItemError = e.RMPaymentMethodRes = e.RMStore = void 0;
|
|
6306
|
-
const n = u, t =
|
|
5976
|
+
const n = u, t = j;
|
|
6307
5977
|
e.RMStore = n.z.object({
|
|
6308
5978
|
id: n.z.string(),
|
|
6309
5979
|
name: n.z.string(),
|
|
@@ -6404,24 +6074,24 @@ ci.RMSdtoPaymentTransaction = N.z.object({
|
|
|
6404
6074
|
var _i = {};
|
|
6405
6075
|
Object.defineProperty(_i, "__esModule", { value: !0 });
|
|
6406
6076
|
_i.FdoPaymentGateway = void 0;
|
|
6407
|
-
const
|
|
6408
|
-
_i.FdoPaymentGateway =
|
|
6409
|
-
|
|
6410
|
-
|
|
6411
|
-
|
|
6412
|
-
]).describe(
|
|
6077
|
+
const Xd = u, xd = h, $d = zo, es = Fo, ts = mo;
|
|
6078
|
+
_i.FdoPaymentGateway = Xd.z.discriminatedUnion("paymentGateway", [
|
|
6079
|
+
$d.FdoRMSPaymentGateway,
|
|
6080
|
+
es.FdoRevenueMonsterPaymentGateway,
|
|
6081
|
+
ts.FdoEghlPaymentGateway
|
|
6082
|
+
]).describe(xd.ZodMeta.couch().repo("paymentGateway").build());
|
|
6413
6083
|
var mi = {};
|
|
6414
6084
|
Object.defineProperty(mi, "__esModule", { value: !0 });
|
|
6415
6085
|
mi.FdtoUpdateSettlementRemarkReq = void 0;
|
|
6416
|
-
const
|
|
6086
|
+
const ns = h, Di = u;
|
|
6417
6087
|
mi.FdtoUpdateSettlementRemarkReq = Di.z.object({
|
|
6418
|
-
id: Di.z.string().superRefine(
|
|
6088
|
+
id: Di.z.string().superRefine(ns.isObjectId),
|
|
6419
6089
|
remark: Di.z.string()
|
|
6420
6090
|
});
|
|
6421
6091
|
var gt = {};
|
|
6422
6092
|
Object.defineProperty(gt, "__esModule", { value: !0 });
|
|
6423
6093
|
gt.FdtoCreatePaymentTransactionReq = gt.FdtoRefetchTransactionReq = void 0;
|
|
6424
|
-
const wt = u, Uo =
|
|
6094
|
+
const wt = u, Uo = j, is = de;
|
|
6425
6095
|
gt.FdtoRefetchTransactionReq = wt.z.object({
|
|
6426
6096
|
transactionId: wt.z.string()
|
|
6427
6097
|
});
|
|
@@ -6430,19 +6100,19 @@ gt.FdtoCreatePaymentTransactionReq = wt.z.object({
|
|
|
6430
6100
|
restaurantId: wt.z.string(),
|
|
6431
6101
|
amount: Uo.FdoDinero,
|
|
6432
6102
|
gatewayAmount: Uo.FdoDinero,
|
|
6433
|
-
gateway:
|
|
6103
|
+
gateway: is.F_PAYMENT_GATEWAY_KEY
|
|
6434
6104
|
});
|
|
6435
6105
|
var zi = {};
|
|
6436
6106
|
Object.defineProperty(zi, "__esModule", { value: !0 });
|
|
6437
6107
|
zi.F_PAYMENT_TRANSACTION_STATUS = void 0;
|
|
6438
|
-
const
|
|
6439
|
-
zi.F_PAYMENT_TRANSACTION_STATUS =
|
|
6108
|
+
const os = u;
|
|
6109
|
+
zi.F_PAYMENT_TRANSACTION_STATUS = os.z.enum([
|
|
6440
6110
|
"SUCCESS",
|
|
6441
6111
|
"PENDING",
|
|
6442
6112
|
"FAILED",
|
|
6443
6113
|
"REFUNDED"
|
|
6444
6114
|
]);
|
|
6445
|
-
var
|
|
6115
|
+
var ve = {}, U = {};
|
|
6446
6116
|
Object.defineProperty(U, "__esModule", { value: !0 });
|
|
6447
6117
|
U.F_RULE_REPORT_TYPE = U.F_RULE_ORDER_OPERATION = U.F_RULE_SUBJECT = U.F_RULE_ACTION = U.F_PERMISSION_RESTAURANT = U.F_PERMISSION_BUSINESS = U.F_PERMISSION_BUSINESS_FIELD = U.F_PERMISSION_SUBJECT = U.F_PERMISSION_ACTION = U.F_PERMISSION_LEVEL = void 0;
|
|
6448
6118
|
const be = u;
|
|
@@ -6544,28 +6214,28 @@ U.F_RULE_REPORT_TYPE = be.z.enum([
|
|
|
6544
6214
|
"timesheet",
|
|
6545
6215
|
"counterPayment"
|
|
6546
6216
|
]);
|
|
6547
|
-
Object.defineProperty(
|
|
6548
|
-
|
|
6549
|
-
const Q = u,
|
|
6550
|
-
|
|
6217
|
+
Object.defineProperty(ve, "__esModule", { value: !0 });
|
|
6218
|
+
ve.FdtoPermissionHasReq = ve.FdtoPermissionAccessRes = ve.FdtoPermissionAccessReq = void 0;
|
|
6219
|
+
const Q = u, Tr = U;
|
|
6220
|
+
ve.FdtoPermissionAccessReq = Q.z.object({
|
|
6551
6221
|
subject: Q.z.string(),
|
|
6552
|
-
action:
|
|
6222
|
+
action: Tr.F_RULE_ACTION,
|
|
6553
6223
|
conditions: Q.z.record(Q.z.any()),
|
|
6554
6224
|
field: Q.z.string().nullish()
|
|
6555
6225
|
});
|
|
6556
|
-
|
|
6226
|
+
ve.FdtoPermissionAccessRes = Q.z.object({
|
|
6557
6227
|
result: Q.z.boolean(),
|
|
6558
6228
|
reason: Q.z.string()
|
|
6559
6229
|
});
|
|
6560
|
-
|
|
6230
|
+
ve.FdtoPermissionHasReq = Q.z.object({
|
|
6561
6231
|
subject: Q.z.string(),
|
|
6562
|
-
actions: Q.z.array(
|
|
6232
|
+
actions: Q.z.array(Tr.F_RULE_ACTION).nullish(),
|
|
6563
6233
|
conditions: Q.z.record(Q.z.any()).nullish()
|
|
6564
6234
|
});
|
|
6565
|
-
var
|
|
6235
|
+
var vr = {}, fo = {};
|
|
6566
6236
|
(function(e) {
|
|
6567
6237
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoPermissionUser = e.FdoPermissionRule = void 0;
|
|
6568
|
-
const n =
|
|
6238
|
+
const n = h, t = u, o = U;
|
|
6569
6239
|
e.FdoPermissionRule = t.z.object({
|
|
6570
6240
|
label: t.z.string(),
|
|
6571
6241
|
subject: t.z.string(),
|
|
@@ -6585,7 +6255,7 @@ var Tr = {}, fo = {};
|
|
|
6585
6255
|
})(fo);
|
|
6586
6256
|
(function(e) {
|
|
6587
6257
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.PermissionAbility = void 0;
|
|
6588
|
-
const n = u, t = fo, o =
|
|
6258
|
+
const n = u, t = fo, o = ve;
|
|
6589
6259
|
e.PermissionAbility = n.z.object({
|
|
6590
6260
|
rules: n.z.array(t.FdoPermissionRule),
|
|
6591
6261
|
addRule: n.z.function().args(t.FdoPermissionRule).returns(n.z.lazy(() => e.PermissionAbility)),
|
|
@@ -6594,11 +6264,11 @@ var Tr = {}, fo = {};
|
|
|
6594
6264
|
getRule: n.z.function().args(o.FdtoPermissionHasReq).returns(t.FdoPermissionRule.nullish()),
|
|
6595
6265
|
has: n.z.function().args(o.FdtoPermissionHasReq).returns(n.z.boolean())
|
|
6596
6266
|
});
|
|
6597
|
-
})(
|
|
6267
|
+
})(vr);
|
|
6598
6268
|
var Rr = {};
|
|
6599
6269
|
(function(e) {
|
|
6600
6270
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoPromotion = e.FdoPromotionGameConfig = void 0;
|
|
6601
|
-
const n =
|
|
6271
|
+
const n = h, t = u, o = ke;
|
|
6602
6272
|
e.FdoPromotionGameConfig = t.z.object({
|
|
6603
6273
|
gameType: t.z.string()
|
|
6604
6274
|
}), e.FdoPromotion = t.z.object({
|
|
@@ -6660,7 +6330,7 @@ Re.F_ASSET_KEY = yo.z.enum([
|
|
|
6660
6330
|
var Pr = {};
|
|
6661
6331
|
(function(e) {
|
|
6662
6332
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoPublicSetting = e.FdoSmsSetting = e.FdoDeliverySetting = e.FdoFeedMeDeliverySetting = e.FdoFeedMeDeliveryArea = void 0;
|
|
6663
|
-
const n =
|
|
6333
|
+
const n = h, t = u, o = an, r = go;
|
|
6664
6334
|
e.FdoFeedMeDeliveryArea = t.z.object({
|
|
6665
6335
|
polygon: t.z.array(t.z.array(t.z.number()))
|
|
6666
6336
|
}), e.FdoFeedMeDeliverySetting = t.z.object({
|
|
@@ -6678,10 +6348,10 @@ var Pr = {};
|
|
|
6678
6348
|
assets: r.FdoAssets
|
|
6679
6349
|
}).describe(n.ZodMeta.mongo().repo("PublicSetting").build());
|
|
6680
6350
|
})(Pr);
|
|
6681
|
-
var
|
|
6351
|
+
var Or = {};
|
|
6682
6352
|
(function(e) {
|
|
6683
6353
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoQrOrdering = e.FdoStaticQrSession = e.FdoDynamicQrSession = void 0;
|
|
6684
|
-
const n =
|
|
6354
|
+
const n = h, t = u;
|
|
6685
6355
|
e.FdoDynamicQrSession = t.z.object({
|
|
6686
6356
|
id: t.z.string(),
|
|
6687
6357
|
tableName: t.z.string(),
|
|
@@ -6698,11 +6368,11 @@ var Sr = {};
|
|
|
6698
6368
|
dynamicSessions: t.z.array(e.FdoDynamicQrSession),
|
|
6699
6369
|
staticSessions: t.z.array(e.FdoStaticQrSession)
|
|
6700
6370
|
}).describe(n.ZodMeta.couch().repo("qrOrdering").build());
|
|
6701
|
-
})(
|
|
6702
|
-
var
|
|
6371
|
+
})(Or);
|
|
6372
|
+
var Sr = {};
|
|
6703
6373
|
(function(e) {
|
|
6704
6374
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoRemark = e.FdoRemarkData = void 0;
|
|
6705
|
-
const n =
|
|
6375
|
+
const n = h, t = u;
|
|
6706
6376
|
e.FdoRemarkData = t.z.object({
|
|
6707
6377
|
index: t.z.number(),
|
|
6708
6378
|
label: t.z.string()
|
|
@@ -6710,12 +6380,12 @@ var Or = {};
|
|
|
6710
6380
|
_id: t.z.string(),
|
|
6711
6381
|
remarks: t.z.array(e.FdoRemarkData)
|
|
6712
6382
|
}).describe(n.ZodMeta.couch().repo("remark").build());
|
|
6713
|
-
})(
|
|
6383
|
+
})(Sr);
|
|
6714
6384
|
var Fi = {}, bo = {}, In = {};
|
|
6715
6385
|
Object.defineProperty(In, "__esModule", { value: !0 });
|
|
6716
6386
|
In.F_REMOTE_EVENT_TYPE = void 0;
|
|
6717
|
-
const
|
|
6718
|
-
In.F_REMOTE_EVENT_TYPE =
|
|
6387
|
+
const rs = u;
|
|
6388
|
+
In.F_REMOTE_EVENT_TYPE = rs.z.enum([
|
|
6719
6389
|
"orderCreated",
|
|
6720
6390
|
"callWaiter",
|
|
6721
6391
|
"updateDeliveryOrder",
|
|
@@ -6735,7 +6405,7 @@ In.F_REMOTE_EVENT_TYPE = os.z.enum([
|
|
|
6735
6405
|
]);
|
|
6736
6406
|
(function(e) {
|
|
6737
6407
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoRestaurantQueueUpdateEvent = e.FdoProcessPurchaseOrderRequestEvent = e.FdoUpdateDriverEvent = e.FdoCallWaiterEvent = e.FdoCreateOrUpdateGfSettingEvent = e.FdoCreateOrUpdateSfSettingEvent = e.FdoCreateOrUpdateFpSettingEvent = e.FdoGfOrderEditedEvent = e.FdoGfOrderRejectedEvent = e.FdoGfOrderCreatedEvent = e.FdoSfOrderRejectedEvent = e.FdoSfOrderCreatedEvent = e.FdoFpOrderRejectedEvent = e.FdoFpOrderCreatedEvent = e.FdoOrderDeclinedEvent = e.FdoOrderCreatedEvent = e.FdoRemoteEvent_ = e.FdoRemoteEvent = void 0;
|
|
6738
|
-
const n =
|
|
6408
|
+
const n = h, t = u, o = In;
|
|
6739
6409
|
e.FdoRemoteEvent = t.z.object({
|
|
6740
6410
|
_id: t.z.string().optional(),
|
|
6741
6411
|
type: o.F_REMOTE_EVENT_TYPE
|
|
@@ -6805,7 +6475,7 @@ In.F_REMOTE_EVENT_TYPE = os.z.enum([
|
|
|
6805
6475
|
})(bo);
|
|
6806
6476
|
Object.defineProperty(Fi, "__esModule", { value: !0 });
|
|
6807
6477
|
Fi.FdtoRemoteEvent = void 0;
|
|
6808
|
-
const
|
|
6478
|
+
const as = h, Lo = u, Y = bo;
|
|
6809
6479
|
Fi.FdtoRemoteEvent = Lo.z.object({
|
|
6810
6480
|
remoteEvent: Lo.z.discriminatedUnion("type", [
|
|
6811
6481
|
Y.FdoOrderCreatedEvent,
|
|
@@ -6824,7 +6494,7 @@ Fi.FdtoRemoteEvent = Lo.z.object({
|
|
|
6824
6494
|
Y.FdoCreateOrUpdateGfSettingEvent,
|
|
6825
6495
|
Y.FdoCreateOrUpdateSfSettingEvent,
|
|
6826
6496
|
Y.FdoRestaurantQueueUpdateEvent
|
|
6827
|
-
]).describe(
|
|
6497
|
+
]).describe(as.ZodMeta.dart().discriminatedUnion({ baseType: "FdoRemoteEvent" }).build())
|
|
6828
6498
|
});
|
|
6829
6499
|
var ho = {}, ae = {};
|
|
6830
6500
|
Object.defineProperty(ae, "__esModule", { value: !0 });
|
|
@@ -6848,7 +6518,7 @@ ae.F_DELETE_EMPTY_BILL_BEHAVIOR = fi.z.enum([
|
|
|
6848
6518
|
]);
|
|
6849
6519
|
(function(e) {
|
|
6850
6520
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoRestaurantSetting = e.FdoCurrencyExchangeRate = e.FdoEInvoiceConfig = e.FdoDiscountRule = e.FdoReasonTemplate = e.FdoCustomItemTaxSetting = e.FdoFeedmeTerminalSetting = e.FdoEghlTerminalSetting = e.FdoTerminalSetting = e.FdoPrinterServerSetting = e.FdoQueueQrSetting = e.FdoDynamicQrSetting = e.FdoPrinterSetting = e.FdoAccountingSetting = void 0;
|
|
6851
|
-
const n =
|
|
6521
|
+
const n = h, t = u, o = Kt, r = Et, s = V, _ = j, l = Qn, F = St, f = Ct, E = Mt, y = Xn, I = Ot, R = ae;
|
|
6852
6522
|
e.FdoAccountingSetting = t.z.object({
|
|
6853
6523
|
autoCount: o.FdoAutoCountExporterConfig
|
|
6854
6524
|
}), e.FdoPrinterSetting = t.z.object({
|
|
@@ -6908,7 +6578,7 @@ ae.F_DELETE_EMPTY_BILL_BEHAVIOR = fi.z.enum([
|
|
|
6908
6578
|
acceptQueue: t.z.boolean().nullish(),
|
|
6909
6579
|
inHouseDelivery: l.FdoRestaurantInHouseDelivery.nullish(),
|
|
6910
6580
|
feedmeDelivery: l.FdoRestaurantFeedmeDelivery.nullish(),
|
|
6911
|
-
takeaway:
|
|
6581
|
+
takeaway: E.FdoRestaurantTakeaway.nullish(),
|
|
6912
6582
|
pickup: f.FdoRestaurantPickup.nullish(),
|
|
6913
6583
|
dineIn: F.FdoRestaurantDineIn.nullish(),
|
|
6914
6584
|
preparationMinute: t.z.number().nullish(),
|
|
@@ -6917,7 +6587,7 @@ ae.F_DELETE_EMPTY_BILL_BEHAVIOR = fi.z.enum([
|
|
|
6917
6587
|
newOrderAfterSale: t.z.boolean().nullish(),
|
|
6918
6588
|
servableSlot: t.z.array(t.z.string()).nullish(),
|
|
6919
6589
|
roundToNearest: t.z.number().nullish(),
|
|
6920
|
-
serviceChargeSetting:
|
|
6590
|
+
serviceChargeSetting: y.FdoServiceChargeSetting.nullish(),
|
|
6921
6591
|
adjustmentExcludedAddon: t.z.boolean().nullish(),
|
|
6922
6592
|
accountingSetting: e.FdoAccountingSetting.nullish(),
|
|
6923
6593
|
dynamicQrSetting: e.FdoDynamicQrSetting.nullish(),
|
|
@@ -6925,7 +6595,7 @@ ae.F_DELETE_EMPTY_BILL_BEHAVIOR = fi.z.enum([
|
|
|
6925
6595
|
autoAcceptPaidOnly: t.z.boolean().nullish(),
|
|
6926
6596
|
realtimeStockCheck: t.z.boolean().nullish(),
|
|
6927
6597
|
printerServerSetting: e.FdoPrinterServerSetting.nullish(),
|
|
6928
|
-
tableMappingSetting:
|
|
6598
|
+
tableMappingSetting: I.FdoTableMappingSetting.nullish(),
|
|
6929
6599
|
customerDisplayImages: t.z.array(t.z.string()).nullish(),
|
|
6930
6600
|
inventoryCountdownWithoutOptionalBOM: t.z.boolean().nullish(),
|
|
6931
6601
|
autoReceivePurchaseOrder: t.z.boolean().nullish(),
|
|
@@ -6964,14 +6634,14 @@ var Cr = {};
|
|
|
6964
6634
|
var gi = {};
|
|
6965
6635
|
Object.defineProperty(gi, "__esModule", { value: !0 });
|
|
6966
6636
|
gi.FdoSeqNo = void 0;
|
|
6967
|
-
const
|
|
6637
|
+
const ds = h, ko = u;
|
|
6968
6638
|
gi.FdoSeqNo = ko.z.object({
|
|
6969
6639
|
no: ko.z.number()
|
|
6970
|
-
}).describe(
|
|
6640
|
+
}).describe(ds.ZodMeta.couch().repo("seqNo").build());
|
|
6971
6641
|
var Mr = {};
|
|
6972
6642
|
(function(e) {
|
|
6973
6643
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoLayoutSetting = e.FdoLayout = e.FdoLayoutTable = e.FdoLayoutTablePosition = void 0;
|
|
6974
|
-
const n =
|
|
6644
|
+
const n = h, t = u;
|
|
6975
6645
|
e.FdoLayoutTablePosition = t.z.object({
|
|
6976
6646
|
x: t.z.number(),
|
|
6977
6647
|
y: t.z.number()
|
|
@@ -6988,18 +6658,18 @@ var Mr = {};
|
|
|
6988
6658
|
layouts: t.z.array(e.FdoLayout)
|
|
6989
6659
|
}).describe(n.ZodMeta.couch().repo("layout").isSingleDoc().build());
|
|
6990
6660
|
})(Mr);
|
|
6991
|
-
var Ar = {},
|
|
6992
|
-
Object.defineProperty(
|
|
6993
|
-
|
|
6994
|
-
const
|
|
6995
|
-
|
|
6661
|
+
var Ar = {}, Tn = {};
|
|
6662
|
+
Object.defineProperty(Tn, "__esModule", { value: !0 });
|
|
6663
|
+
Tn.F_TABLE_STATUS = void 0;
|
|
6664
|
+
const ss = u;
|
|
6665
|
+
Tn.F_TABLE_STATUS = ss.z.enum([
|
|
6996
6666
|
"SHOW",
|
|
6997
6667
|
"DISABLE",
|
|
6998
6668
|
"HIDE"
|
|
6999
6669
|
]);
|
|
7000
6670
|
(function(e) {
|
|
7001
6671
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoTable = e.FdoTableInteractiveInfo = e.FdoTableSeat = void 0;
|
|
7002
|
-
const n =
|
|
6672
|
+
const n = h, t = u, o = Tn;
|
|
7003
6673
|
e.FdoTableSeat = t.z.object({
|
|
7004
6674
|
leftSideSeats: t.z.number(),
|
|
7005
6675
|
rightSideSeats: t.z.number(),
|
|
@@ -7064,16 +6734,16 @@ et.F_PORTAL_EVENT = pr.z.enum([
|
|
|
7064
6734
|
"PORTAL:NEW_QUEUE",
|
|
7065
6735
|
"PORTAL:UPDATE_QUEUE"
|
|
7066
6736
|
]);
|
|
7067
|
-
var
|
|
7068
|
-
Object.defineProperty(
|
|
7069
|
-
|
|
7070
|
-
const
|
|
7071
|
-
|
|
6737
|
+
var Br = {}, vn = {};
|
|
6738
|
+
Object.defineProperty(vn, "__esModule", { value: !0 });
|
|
6739
|
+
vn.F_WEIGHING_CONNECTION = void 0;
|
|
6740
|
+
const ls = u;
|
|
6741
|
+
vn.F_WEIGHING_CONNECTION = ls.z.enum([
|
|
7072
6742
|
"USB"
|
|
7073
6743
|
]);
|
|
7074
6744
|
(function(e) {
|
|
7075
6745
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoWeighingMachine = e.FdoWeighingUsbConnection = e.FdoWeighingConnection = void 0;
|
|
7076
|
-
const n = u, t =
|
|
6746
|
+
const n = u, t = h, o = vn;
|
|
7077
6747
|
e.FdoWeighingConnection = n.z.object({
|
|
7078
6748
|
type: o.F_WEIGHING_CONNECTION
|
|
7079
6749
|
}).describe(t.ZodMeta.dart().baseUnion({
|
|
@@ -7090,94 +6760,94 @@ Tn.F_WEIGHING_CONNECTION = ss.z.enum([
|
|
|
7090
6760
|
connection: e.FdoWeighingConnection,
|
|
7091
6761
|
machineId: n.z.string().nullish()
|
|
7092
6762
|
}).describe(t.ZodMeta.couch().repo("weighingMachine").build());
|
|
7093
|
-
})(
|
|
6763
|
+
})(Br);
|
|
7094
6764
|
var De = {};
|
|
7095
6765
|
Object.defineProperty(De, "__esModule", { value: !0 });
|
|
7096
6766
|
De.FdtoBillingPaymentResponse = De.FdtoBillingPaymentCheckoutBody = De.FdtoPerformBillingPaymentReq = void 0;
|
|
7097
|
-
const
|
|
7098
|
-
De.FdtoPerformBillingPaymentReq =
|
|
6767
|
+
const S = u, Li = rn;
|
|
6768
|
+
De.FdtoPerformBillingPaymentReq = S.z.object({
|
|
7099
6769
|
method: Li.FdoBillingPaymentMethod,
|
|
7100
6770
|
source: Li.FdoBillingPaymentSource,
|
|
7101
6771
|
billingInfo: Li.FdoBillingInfo
|
|
7102
6772
|
});
|
|
7103
|
-
De.FdtoBillingPaymentCheckoutBody =
|
|
7104
|
-
service:
|
|
7105
|
-
_id:
|
|
7106
|
-
paymentId:
|
|
7107
|
-
companyName:
|
|
7108
|
-
name:
|
|
7109
|
-
email:
|
|
7110
|
-
contact:
|
|
7111
|
-
line1:
|
|
7112
|
-
postalCode:
|
|
7113
|
-
state:
|
|
7114
|
-
city:
|
|
7115
|
-
country:
|
|
7116
|
-
gateway:
|
|
6773
|
+
De.FdtoBillingPaymentCheckoutBody = S.z.object({
|
|
6774
|
+
service: S.z.string(),
|
|
6775
|
+
_id: S.z.string(),
|
|
6776
|
+
paymentId: S.z.string(),
|
|
6777
|
+
companyName: S.z.string(),
|
|
6778
|
+
name: S.z.string(),
|
|
6779
|
+
email: S.z.string(),
|
|
6780
|
+
contact: S.z.string(),
|
|
6781
|
+
line1: S.z.string(),
|
|
6782
|
+
postalCode: S.z.string(),
|
|
6783
|
+
state: S.z.string(),
|
|
6784
|
+
city: S.z.string(),
|
|
6785
|
+
country: S.z.string(),
|
|
6786
|
+
gateway: S.z.string()
|
|
7117
6787
|
});
|
|
7118
|
-
De.FdtoBillingPaymentResponse =
|
|
7119
|
-
Status:
|
|
7120
|
-
PaymentId:
|
|
7121
|
-
RefNo:
|
|
7122
|
-
Amount:
|
|
7123
|
-
Currency:
|
|
7124
|
-
Remark:
|
|
7125
|
-
TransId:
|
|
7126
|
-
AuthCode:
|
|
7127
|
-
ErrDesc:
|
|
7128
|
-
Signature:
|
|
7129
|
-
HiddenToURL:
|
|
7130
|
-
ActionType:
|
|
7131
|
-
TokenId:
|
|
7132
|
-
CCCOriTokenId:
|
|
7133
|
-
PromoCode:
|
|
7134
|
-
DiscountedAmount:
|
|
7135
|
-
MTVersion:
|
|
7136
|
-
MTLogId:
|
|
7137
|
-
S_bankname:
|
|
7138
|
-
S_country:
|
|
7139
|
-
CCNo:
|
|
7140
|
-
CCName:
|
|
7141
|
-
BankMID:
|
|
7142
|
-
TranDate:
|
|
6788
|
+
De.FdtoBillingPaymentResponse = S.z.object({
|
|
6789
|
+
Status: S.z.string(),
|
|
6790
|
+
PaymentId: S.z.string(),
|
|
6791
|
+
RefNo: S.z.string(),
|
|
6792
|
+
Amount: S.z.string(),
|
|
6793
|
+
Currency: S.z.string(),
|
|
6794
|
+
Remark: S.z.string().optional(),
|
|
6795
|
+
TransId: S.z.string().optional(),
|
|
6796
|
+
AuthCode: S.z.string().optional(),
|
|
6797
|
+
ErrDesc: S.z.string().optional(),
|
|
6798
|
+
Signature: S.z.string().optional(),
|
|
6799
|
+
HiddenToURL: S.z.string().optional(),
|
|
6800
|
+
ActionType: S.z.string().optional(),
|
|
6801
|
+
TokenId: S.z.string().optional(),
|
|
6802
|
+
CCCOriTokenId: S.z.string().optional(),
|
|
6803
|
+
PromoCode: S.z.string().optional(),
|
|
6804
|
+
DiscountedAmount: S.z.string().optional(),
|
|
6805
|
+
MTVersion: S.z.string().optional(),
|
|
6806
|
+
MTLogId: S.z.string().optional(),
|
|
6807
|
+
S_bankname: S.z.string().optional(),
|
|
6808
|
+
S_country: S.z.string().optional(),
|
|
6809
|
+
CCNo: S.z.string().optional(),
|
|
6810
|
+
CCName: S.z.string().optional(),
|
|
6811
|
+
BankMID: S.z.string().optional(),
|
|
6812
|
+
TranDate: S.z.string().optional()
|
|
7143
6813
|
});
|
|
7144
6814
|
var bi = {};
|
|
7145
6815
|
Object.defineProperty(bi, "__esModule", { value: !0 });
|
|
7146
6816
|
bi.FdoDrawer = void 0;
|
|
7147
|
-
const
|
|
6817
|
+
const us = h, kt = u, cs = j, _s = bt, ms = W;
|
|
7148
6818
|
bi.FdoDrawer = kt.z.object({
|
|
7149
6819
|
_id: kt.z.string(),
|
|
7150
6820
|
createdAt: kt.z.string(),
|
|
7151
|
-
user:
|
|
7152
|
-
amount:
|
|
6821
|
+
user: ms.FdoEmployeeRef,
|
|
6822
|
+
amount: cs.FdoDinero,
|
|
7153
6823
|
reason: kt.z.string(),
|
|
7154
6824
|
machineId: kt.z.string().nullish(),
|
|
7155
|
-
counter:
|
|
7156
|
-
}).describe(
|
|
6825
|
+
counter: _s.FdoCounterRef.nullish()
|
|
6826
|
+
}).describe(us.ZodMeta.couch().repo("drawer").build());
|
|
7157
6827
|
var hi = {};
|
|
7158
6828
|
Object.defineProperty(hi, "__esModule", { value: !0 });
|
|
7159
6829
|
hi.FdoTimesheet = void 0;
|
|
7160
|
-
const
|
|
6830
|
+
const zs = h, Ln = u, Fs = W;
|
|
7161
6831
|
hi.FdoTimesheet = Ln.z.object({
|
|
7162
6832
|
_id: Ln.z.string(),
|
|
7163
|
-
user:
|
|
6833
|
+
user: Fs.FdoEmployeeRef,
|
|
7164
6834
|
startedAt: Ln.z.string(),
|
|
7165
6835
|
endedAt: Ln.z.string().nullish()
|
|
7166
|
-
}).describe(
|
|
6836
|
+
}).describe(zs.ZodMeta.couch().repo("timesheet").build());
|
|
7167
6837
|
var Ei = {};
|
|
7168
6838
|
Object.defineProperty(Ei, "__esModule", { value: !0 });
|
|
7169
6839
|
Ei.FdoInventoryBinding = void 0;
|
|
7170
|
-
const Vo = u,
|
|
6840
|
+
const Vo = u, fs = mn, gs = V, ys = Ve;
|
|
7171
6841
|
Ei.FdoInventoryBinding = Vo.z.object({
|
|
7172
|
-
type:
|
|
6842
|
+
type: fs.F_INVENTORY_BINDING_TYPE,
|
|
7173
6843
|
id: Vo.z.string(),
|
|
7174
|
-
amount:
|
|
7175
|
-
measurement:
|
|
6844
|
+
amount: gs.FdoDecimal,
|
|
6845
|
+
measurement: ys.FdoUnitMeasurement.nullish()
|
|
7176
6846
|
});
|
|
7177
6847
|
var yt = {}, Ii = {}, Io = {};
|
|
7178
6848
|
(function(e) {
|
|
7179
6849
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoInventorySupplier = e.FdoInventorySupplierAddress = void 0;
|
|
7180
|
-
const n = u, t =
|
|
6850
|
+
const n = u, t = h, o = Fn;
|
|
7181
6851
|
e.FdoInventorySupplierAddress = n.z.object({
|
|
7182
6852
|
line1: n.z.string(),
|
|
7183
6853
|
line2: n.z.string().nullish(),
|
|
@@ -7199,7 +6869,7 @@ var yt = {}, Ii = {}, Io = {};
|
|
|
7199
6869
|
})(Io);
|
|
7200
6870
|
(function(e) {
|
|
7201
6871
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoPurchaseOrder = e.FdoDeliveryConfirmation = e.FdoPurchaseOrderReceived = e.FdoPurchaseOrderRequestRef = e.FdoPurchaseOrderItem = e.FdoPurchaseOrderSeqNo = void 0;
|
|
7202
|
-
const n = u, t =
|
|
6872
|
+
const n = u, t = h, o = V, r = j, s = W, _ = Ve, l = zn, F = Io;
|
|
7203
6873
|
e.FdoPurchaseOrderSeqNo = n.z.object({
|
|
7204
6874
|
no: n.z.number()
|
|
7205
6875
|
}), e.FdoPurchaseOrderItem = n.z.object({
|
|
@@ -7237,21 +6907,21 @@ var yt = {}, Ii = {}, Io = {};
|
|
|
7237
6907
|
})(Ii);
|
|
7238
6908
|
Object.defineProperty(yt, "__esModule", { value: !0 });
|
|
7239
6909
|
yt.FdtoReceiveStockResult = yt.FdtoReceiveStockOption = void 0;
|
|
7240
|
-
const
|
|
7241
|
-
yt.FdtoReceiveStockOption =
|
|
6910
|
+
const jr = u, wi = Ii, Nr = It, bs = sn;
|
|
6911
|
+
yt.FdtoReceiveStockOption = jr.z.object({
|
|
7242
6912
|
stock: Nr.FdoStockBalance,
|
|
7243
6913
|
purchaseOrder: wi.FdoPurchaseOrder,
|
|
7244
6914
|
delivery: wi.FdoDeliveryConfirmation
|
|
7245
6915
|
});
|
|
7246
|
-
yt.FdtoReceiveStockResult =
|
|
6916
|
+
yt.FdtoReceiveStockResult = jr.z.object({
|
|
7247
6917
|
purchaseOrder: wi.FdoPurchaseOrder,
|
|
7248
6918
|
stock: Nr.FdoStockBalance,
|
|
7249
|
-
adjustment:
|
|
6919
|
+
adjustment: bs.FdoInventoryAdjustment
|
|
7250
6920
|
});
|
|
7251
6921
|
var Dr = {};
|
|
7252
6922
|
(function(e) {
|
|
7253
6923
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoLicenseCatalog = e.FdoLicenseLog = e.FdoLicenseOrder = e.FdoLicensePromoCode = e.FdoLicensePromoCodeAdjustTotal = e.FdoLicensePromoCodeBuyXAdjustY = e.FdoLicenseBasePromoCode = e.FdoLicensePromotionApply = e.FdoContainProductCondition = e.FdoLicenseBasePromotionCondition = e.FdoLicenseOrderAgentRef = e.FdoLicenseCart = e.FdoLicenseProduct = e.FdoLicenseProductPlan = void 0;
|
|
7254
|
-
const n =
|
|
6924
|
+
const n = h, t = u, o = Se, r = j, s = w, _ = ne, l = ge, F = rn;
|
|
7255
6925
|
e.FdoLicenseProductPlan = t.z.object({
|
|
7256
6926
|
id: t.z.string(),
|
|
7257
6927
|
name: t.z.string(),
|
|
@@ -7374,17 +7044,17 @@ var Ur = {};
|
|
|
7374
7044
|
password: n.z.string()
|
|
7375
7045
|
});
|
|
7376
7046
|
})(Ur);
|
|
7377
|
-
var
|
|
7378
|
-
Object.defineProperty(
|
|
7379
|
-
|
|
7380
|
-
const G = u,
|
|
7381
|
-
|
|
7047
|
+
var Bt = {};
|
|
7048
|
+
Object.defineProperty(Bt, "__esModule", { value: !0 });
|
|
7049
|
+
Bt.FdoCreditTransaction = void 0;
|
|
7050
|
+
const G = u, hs = rt, Es = Se, Is = Rt, Ts = fn, Ee = h, ki = nn;
|
|
7051
|
+
Bt.FdoCreditTransaction = G.z.object({
|
|
7382
7052
|
_id: G.z.string().superRefine(Ee.isObjectId),
|
|
7383
7053
|
business: G.z.string().superRefine(Ee.isObjectId),
|
|
7384
|
-
pf_business: G.z.lazy(() =>
|
|
7054
|
+
pf_business: G.z.lazy(() => Es.FdoBusiness).nullish().describe(Ee.ZodMeta.mongo().populate({ fromCollection: "Businesses", localField: "business" }).build()),
|
|
7385
7055
|
member: G.z.string().superRefine(Ee.isObjectId),
|
|
7386
|
-
pf_member: G.z.lazy(() =>
|
|
7387
|
-
source:
|
|
7056
|
+
pf_member: G.z.lazy(() => Is.FdoMember).nullish().describe(Ee.ZodMeta.mongo().populate({ fromCollection: "Members", localField: "member" }).build()),
|
|
7057
|
+
source: Ts.F_CREDIT_REF_SOURCE,
|
|
7388
7058
|
ref: G.z.string(),
|
|
7389
7059
|
remark: G.z.string().nullish(),
|
|
7390
7060
|
from: ki.FdoCreditBalance,
|
|
@@ -7393,14 +7063,14 @@ jt.FdoCreditTransaction = G.z.object({
|
|
|
7393
7063
|
free: G.z.array(ki.FdoFreeCreditTransaction),
|
|
7394
7064
|
createdAt: G.z.string().superRefine(Ee.isISODateString),
|
|
7395
7065
|
restaurant: G.z.string().superRefine(Ee.isObjectId).nullish(),
|
|
7396
|
-
pf_restaurant: G.z.lazy(() =>
|
|
7066
|
+
pf_restaurant: G.z.lazy(() => hs.FdoRestaurant).nullish().describe(Ee.ZodMeta.mongo().populate({ fromCollection: "Restaurants", localField: "restaurant" }).build()),
|
|
7397
7067
|
refunded: G.z.boolean(),
|
|
7398
7068
|
refundedFrom: G.z.string().nullish()
|
|
7399
7069
|
}).describe(Ee.ZodMeta.mongo().repo("CreditTransactions").build());
|
|
7400
7070
|
var Lr = {};
|
|
7401
7071
|
(function(e) {
|
|
7402
7072
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdtoSmsCreditBalanceRes = e.FdtoSmsCreditBalance = e.FdtoSendSmsRes = e.FdtoSendSms = e.FdtoSmsGetQuoteRes = e.FdtoSmsGetQuote = e.FdtoTopUpSmsCreditRes = e.FdtoTopUpSmsCredit = e.FdtoTopUpSmsCreditManual = e.FdtoTopUpSmsCreditLicense = e.FdtoTopUpSmsCreditBase = void 0;
|
|
7403
|
-
const n =
|
|
7073
|
+
const n = h, t = u, o = En, r = j, s = w, _ = $e;
|
|
7404
7074
|
e.FdtoTopUpSmsCreditBase = t.z.object({
|
|
7405
7075
|
businessId: t.z.string().superRefine(n.isObjectId),
|
|
7406
7076
|
amount: r.FdoDinero,
|
|
@@ -7463,7 +7133,7 @@ var kr = {};
|
|
|
7463
7133
|
var Vr = {};
|
|
7464
7134
|
(function(e) {
|
|
7465
7135
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoSettlement = e.FdoSettlementBeneficiaryBank = void 0;
|
|
7466
|
-
const n = u, t =
|
|
7136
|
+
const n = u, t = h, o = j, r = rt;
|
|
7467
7137
|
e.FdoSettlementBeneficiaryBank = n.z.object({
|
|
7468
7138
|
holderName: n.z.string(),
|
|
7469
7139
|
name: n.z.string(),
|
|
@@ -7481,11 +7151,11 @@ var Vr = {};
|
|
|
7481
7151
|
pf_restaurant: n.z.lazy(() => r.FdoRestaurant).nullish().describe(t.ZodMeta.mongo().populate({ fromCollection: "Restaurants", localField: "restaurant" }).build())
|
|
7482
7152
|
}).describe(t.ZodMeta.mongo().repo("Settlement").build());
|
|
7483
7153
|
})(Vr);
|
|
7484
|
-
var
|
|
7485
|
-
Object.defineProperty(
|
|
7486
|
-
|
|
7154
|
+
var Ti = {};
|
|
7155
|
+
Object.defineProperty(Ti, "__esModule", { value: !0 });
|
|
7156
|
+
Ti.FdtoPosRestaurantRes = void 0;
|
|
7487
7157
|
const Ie = u, vs = ge;
|
|
7488
|
-
|
|
7158
|
+
Ti.FdtoPosRestaurantRes = Ie.z.object({
|
|
7489
7159
|
features: Ie.z.array(vs.F_RESTAURANT_FEATURE),
|
|
7490
7160
|
id: Ie.z.string(),
|
|
7491
7161
|
machineId: Ie.z.string(),
|
|
@@ -7498,7 +7168,7 @@ vi.FdtoPosRestaurantRes = Ie.z.object({
|
|
|
7498
7168
|
var Zr = {};
|
|
7499
7169
|
(function(e) {
|
|
7500
7170
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoVerifier = e.FdoPhoneVerifierPriorityMethod = e.FdoFirebasePhoneVerifierPriorityMethod = e.FdoPhoneVerifierOption = e.FdoFirebasePhoneVerifierMethod = e.FdoCustomPhoneVerifierPriorityMethod = e.FdoCustomPhoneVerifierMethod = e.FdoVerifyOtpResponse = e.FdoBasePhoneVerifierPriorityMethod = e.FdoBasePhoneVerifierMethod = e.FdoEmailVerifierOption = e.FdoBaseVerifierSend = e.FdoBaseVerifierOption = void 0;
|
|
7501
|
-
const n =
|
|
7171
|
+
const n = h, t = u, o = X, r = fe;
|
|
7502
7172
|
e.FdoBaseVerifierOption = t.z.object({
|
|
7503
7173
|
type: r.F_VERIFIER_TYPE
|
|
7504
7174
|
}).describe(n.ZodMeta.dart().baseUnion({
|
|
@@ -7663,7 +7333,7 @@ var wr = {};
|
|
|
7663
7333
|
var Gr = {};
|
|
7664
7334
|
(function(e) {
|
|
7665
7335
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.EberUser = e.EberCustomerOverview = e.EberCustomer = e.EberGetCustomerInfoDto = e.EberIssuePointDto = e.EberGetUserInfo = e.EberBaseDto = void 0;
|
|
7666
|
-
const n =
|
|
7336
|
+
const n = h, t = u, o = Rt, r = ot, s = on;
|
|
7667
7337
|
e.EberBaseDto = t.z.object({
|
|
7668
7338
|
restaurantId: t.z.string().superRefine(n.isObjectId)
|
|
7669
7339
|
}), e.EberGetUserInfo = e.EberBaseDto.extend({
|
|
@@ -7748,7 +7418,7 @@ var Gr = {};
|
|
|
7748
7418
|
var Hr = {};
|
|
7749
7419
|
(function(e) {
|
|
7750
7420
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoPurchaseOrderRequest = e.FdoPurchaseOrderRequestTarget = void 0;
|
|
7751
|
-
const n = u, t =
|
|
7421
|
+
const n = u, t = h, o = Ii;
|
|
7752
7422
|
e.FdoPurchaseOrderRequestTarget = n.z.object({
|
|
7753
7423
|
dbName: n.z.string().refine((r) => r.startsWith("warehouse") || r.startsWith("restaurant")),
|
|
7754
7424
|
name: n.z.string()
|
|
@@ -7763,10 +7433,10 @@ var Hr = {};
|
|
|
7763
7433
|
purchaseOrder: o.FdoPurchaseOrder.nullish()
|
|
7764
7434
|
}).describe(t.ZodMeta.mongo().repo("PurchaseOrderRequests").build());
|
|
7765
7435
|
})(Hr);
|
|
7766
|
-
var
|
|
7436
|
+
var vi = {};
|
|
7767
7437
|
(function(e) {
|
|
7768
7438
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoStoreTransaction = e.FdoStoreTransactionRefundInfo = e.FdoTitleAcquired = e.FdoStoreOption = e.FdoBundleCategory = e.FdoStoreBundle = e.FdoStoreBundleClient = e.FdoBundleTaxTotal = e.FdoStoreBundleTaxSetting = e.FdoTopupCountCondition = e.FdoBaseStoreCondition = e.FdoCreditItem = e.FdoTitleItem = void 0;
|
|
7769
|
-
const n =
|
|
7439
|
+
const n = h, t = u, o = Pe, r = Se, s = rt, _ = Rt, l = ot, F = Le, f = V, E = j, y = un, I = Bt, R = $n;
|
|
7770
7440
|
e.FdoTitleItem = t.z.object({
|
|
7771
7441
|
id: t.z.string(),
|
|
7772
7442
|
dayToExpire: t.z.number()
|
|
@@ -7787,7 +7457,7 @@ var Ti = {};
|
|
|
7787
7457
|
systemCode: t.z.string(),
|
|
7788
7458
|
taxCode: t.z.string(),
|
|
7789
7459
|
rate: f.FdoDecimal,
|
|
7790
|
-
total:
|
|
7460
|
+
total: E.FdoDinero
|
|
7791
7461
|
}), e.FdoStoreBundleClient = t.z.object({
|
|
7792
7462
|
canPurchase: t.z.boolean(),
|
|
7793
7463
|
reason: t.z.string()
|
|
@@ -7795,20 +7465,20 @@ var Ti = {};
|
|
|
7795
7465
|
id: t.z.string(),
|
|
7796
7466
|
conditions: t.z.array(e.FdoTopupCountCondition),
|
|
7797
7467
|
name: t.z.string(),
|
|
7798
|
-
price:
|
|
7468
|
+
price: E.FdoDinero,
|
|
7799
7469
|
titles: t.z.array(e.FdoTitleItem),
|
|
7800
7470
|
credit: e.FdoCreditItem,
|
|
7801
7471
|
vouchers: t.z.array(t.z.string()),
|
|
7802
7472
|
taxes: t.z.array(e.FdoStoreBundleTaxSetting),
|
|
7803
7473
|
taxTotals: t.z.array(e.FdoBundleTaxTotal),
|
|
7804
|
-
priceWithTaxes:
|
|
7474
|
+
priceWithTaxes: E.FdoDinero.nullish(),
|
|
7805
7475
|
client: e.FdoStoreBundleClient.nullish()
|
|
7806
7476
|
}), e.FdoBundleCategory = t.z.object({
|
|
7807
7477
|
name: t.z.string(),
|
|
7808
7478
|
bundles: t.z.array(e.FdoStoreBundle)
|
|
7809
7479
|
}), e.FdoStoreOption = t.z.object({
|
|
7810
7480
|
categories: t.z.array(e.FdoBundleCategory),
|
|
7811
|
-
inclusiveTaxes: t.z.array(
|
|
7481
|
+
inclusiveTaxes: t.z.array(y.FdoTaxInclusion).nullish(),
|
|
7812
7482
|
company: R.FdoCompanySSM
|
|
7813
7483
|
}), e.FdoTitleAcquired = t.z.object({
|
|
7814
7484
|
_id: t.z.string(),
|
|
@@ -7832,7 +7502,7 @@ var Ti = {};
|
|
|
7832
7502
|
createdAt: t.z.string().superRefine(n.isISODateString),
|
|
7833
7503
|
bundle: e.FdoStoreBundle,
|
|
7834
7504
|
credits: t.z.array(t.z.string()).superRefine(n.isObjectId),
|
|
7835
|
-
pf_credits: t.z.array(
|
|
7505
|
+
pf_credits: t.z.array(I.FdoCreditTransaction).nullish().describe(n.ZodMeta.mongo().populate({
|
|
7836
7506
|
fromCollection: "CreditTransactions",
|
|
7837
7507
|
localField: "credits"
|
|
7838
7508
|
}).build()),
|
|
@@ -7841,11 +7511,11 @@ var Ti = {};
|
|
|
7841
7511
|
titles: t.z.array(e.FdoTitleAcquired),
|
|
7842
7512
|
refund: e.FdoStoreTransactionRefundInfo.nullish()
|
|
7843
7513
|
}).describe(n.ZodMeta.mongo().repo("StoreTransactions").build());
|
|
7844
|
-
})(
|
|
7514
|
+
})(vi);
|
|
7845
7515
|
var Kr = {};
|
|
7846
7516
|
(function(e) {
|
|
7847
7517
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoMembership = e.FdoCashbackSettings = e.FdoImageMemberCard = e.FdoDefaultMemberCard = e.FdoBaseMemberCard = e.FdoTierOption = e.FdoTier = e.FdoOnJoinReward = e.FdoOnLevelReward = e.FdoFixVoucherReward = e.FdoRandomVoucherReward = e.FdoLevelCycle = e.FdoLevelCycleRule = e.FdoExperienceRange = void 0;
|
|
7848
|
-
const n =
|
|
7518
|
+
const n = h, t = u, o = rt, r = ot, s = yn, _ = bn, l = on, F = vi;
|
|
7849
7519
|
e.FdoExperienceRange = t.z.object({
|
|
7850
7520
|
minLevel: t.z.number(),
|
|
7851
7521
|
expToLevelUp: t.z.number()
|
|
@@ -7922,8 +7592,8 @@ var Kr = {};
|
|
|
7922
7592
|
var qr = {};
|
|
7923
7593
|
(function(e) {
|
|
7924
7594
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoMemberStorePurchase = e.FdtoGetMemberStorePurchaseRes = e.FdtoGetMemberStorePurchaseResCredit = e.FdtoGetMemberStorePurchaseResClaim = e.FdoStoreTransactionRefundInfoRes = e.FdoMemberStorePurchaseMember = e.FdoMemberStorePurchasePayment = void 0;
|
|
7925
|
-
const n =
|
|
7926
|
-
e.FdoMemberStorePurchasePayment =
|
|
7595
|
+
const n = h, t = u, o = Kn, r = $n, s = W, _ = Bt, l = vi, F = Le, f = ot, E = Oe, y = hn;
|
|
7596
|
+
e.FdoMemberStorePurchasePayment = E.FdoPayment.extend({
|
|
7927
7597
|
createdAt: t.z.string()
|
|
7928
7598
|
}), e.FdoMemberStorePurchaseMember = t.z.object({
|
|
7929
7599
|
id: t.z.string(),
|
|
@@ -7959,7 +7629,7 @@ var qr = {};
|
|
|
7959
7629
|
refund: e.FdoStoreTransactionRefundInfoRes.nullish()
|
|
7960
7630
|
}), e.FdoMemberStorePurchase = t.z.object({
|
|
7961
7631
|
_id: t.z.string(),
|
|
7962
|
-
status:
|
|
7632
|
+
status: y.F_MEMBER_STORE_PURCHASE_STATUS,
|
|
7963
7633
|
createdAt: t.z.string(),
|
|
7964
7634
|
createdBy: s.FdoEmployeeRef,
|
|
7965
7635
|
refundedFrom: t.z.string().nullish(),
|
|
@@ -7985,7 +7655,7 @@ var qr = {};
|
|
|
7985
7655
|
}), t = p && p.__exportStar || function(o, r) {
|
|
7986
7656
|
for (var s in o) s !== "default" && !Object.prototype.hasOwnProperty.call(r, s) && n(r, o, s);
|
|
7987
7657
|
};
|
|
7988
|
-
Object.defineProperty(e, "__esModule", { value: !0 }), t(Kt, e), t(qt, e), t(Wt, e), t(Wi, e), t(ir, e), t(Fe, e), t(Xt, e), t(tt, e), t(it, e), t(Gn, e), t(Xi, e), t(Et, e), t(Hn, e), t(xn, e), t(Kn, e), t(qn, e), t(Qe, e), t(eo, e), t(
|
|
7658
|
+
Object.defineProperty(e, "__esModule", { value: !0 }), t(Kt, e), t(qt, e), t(Wt, e), t(Wi, e), t(ir, e), t(Fe, e), t(Xt, e), t(tt, e), t(it, e), t(Gn, e), t(Xi, e), t(Et, e), t(Hn, e), t(xn, e), t(Kn, e), t(qn, e), t(Qe, e), t(eo, e), t(vt, e), t(tn, e), t(nt, e), t(ft, e), t(k, e), t(Se, e), t(sr, e), t(_n, e), t(lr, e), t(Ce, e), t(an, e), t(ht, e), t($n, e), t(bt, e), t(Jt, e), t(ur, e), t(At, e), t(no, e), t(dn, e), t(V, e), t(ei, e), t(ti, e), t(j, e), t(Ue, e), t($, e), t(oe, e), t(ii, e), t(uo, e), t(je, e), t(co, e), t(zr, e), t(Fr, e), t(ke, e), t(x, e), t($t, e), t(We, e), t(Je, e), t(en, e), t(xt, e), t(W, e), t(fr, e), t(oi, e), t(gr, e), t(ri, e), t(yr, e), t(mn, e), t(Ve, e), t(Tt, e), t(zn, e), t(It, e), t(Fn, e), t(br, e), t(w, e), t(hr, e), t(ai, e), t(nn, e), t(fn, e), t(gn, e), t(di, e), t(xe, e), t(Pe, e), t(ie, e), t(Rt, e), t(yn, e), t(bn, e), t(Ne, e), t(Le, e), t(hn, e), t($e, e), t(En, e), t(X, e), t(li, e), t(ui, e), t(te, e), t(at, e), t(mo, e), t(zo, e), t(Fo, e), t(Ir, e), t(ci, e), t(_i, e), t(de, e), t(Oe, e), t(ro, e), t(Te, e), t(mi, e), t(gt, e), t(zi, e), t(ve, e), t(U, e), t(vr, e), t(Qt, e), t(Pt, e), t(Rr, e), t(go, e), t(Pr, e), t(Re, e), t(Or, e), t(Sr, e), t(Fi, e), t(In, e), t(ho, e), t(Cr, e), t(ae, e), t(Qn, e), t(St, e), t(Ct, e), t(Mt, e), t(rt, e), t(ge, e), t(gi, e), t(cn, e), t(Ot, e), t(Mr, e), t(Ar, e), t(Tn, e), t(yi, e), t(Xe, e), t(fe, e), t(et, e), t(Br, e), t(ne, e), t(to, e), t(rn, e), t(De, e), t(bi, e), t($i, e), t(hi, e), t(ln, e), t(sn, e), t(Ei, e), t(oo, e), t(yt, e), t(Io, e), t(Dr, e), t(Ur, e), t(Bt, e), t(on, e), t(Lr, e), t(kr, e), t(Vr, e), t(fo, e), t(bo, e), t(Ti, e), t(Xn, e), t(un, e), t(so, e), t(Jn, e), t(Zr, e), t(Yr, e), t(wr, e), t(io, e), t(Ii, e), t(ot, e), t(vn, e), t(Gr, e), t(Hr, e), t(vi, e), t(Kr, e), t(qr, e);
|
|
7989
7659
|
})(zt);
|
|
7990
7660
|
const H = () => {
|
|
7991
7661
|
var n;
|
|
@@ -8018,7 +7688,7 @@ function Jr(e, n) {
|
|
|
8018
7688
|
return s.localeCompare(_, "en", { numeric: !0, sensitivity: "base" });
|
|
8019
7689
|
});
|
|
8020
7690
|
}
|
|
8021
|
-
function
|
|
7691
|
+
function Zs(e, n) {
|
|
8022
7692
|
return e.reduce((t, o) => {
|
|
8023
7693
|
const r = Gi(o, n);
|
|
8024
7694
|
return t[r] = [...t[r] || [], o], t;
|
|
@@ -8037,7 +7707,7 @@ const kn = "/permission-sets", Vn = {
|
|
|
8037
7707
|
async delete(e) {
|
|
8038
7708
|
return K(await H().delete(`${kn}/${e}`));
|
|
8039
7709
|
}
|
|
8040
|
-
},
|
|
7710
|
+
}, Rs = Yo("permissionSet", () => {
|
|
8041
7711
|
const e = Go([]);
|
|
8042
7712
|
async function n() {
|
|
8043
7713
|
const _ = await Vn.read();
|
|
@@ -8064,26 +7734,26 @@ const kn = "/permission-sets", Vn = {
|
|
|
8064
7734
|
updatePermissionSet: o,
|
|
8065
7735
|
deletePermissionSet: r
|
|
8066
7736
|
};
|
|
8067
|
-
}),
|
|
8068
|
-
const e =
|
|
7737
|
+
}), Ps = () => {
|
|
7738
|
+
const e = Rs();
|
|
8069
7739
|
return {
|
|
8070
7740
|
...e,
|
|
8071
7741
|
...wo(e)
|
|
8072
7742
|
};
|
|
8073
7743
|
};
|
|
8074
|
-
function
|
|
7744
|
+
function Ys(e) {
|
|
8075
7745
|
let n = e.substring(e.indexOf("_") + 1);
|
|
8076
7746
|
return n.includes("_") && (n = n.substring(0, n.lastIndexOf("_"))), Number.isNaN(Date.parse(n)) ? null : new Date(n).toISOString();
|
|
8077
7747
|
}
|
|
8078
|
-
function
|
|
7748
|
+
function ws(e) {
|
|
8079
7749
|
const n = Math.floor(e / 60), t = e % 60;
|
|
8080
7750
|
return `${n}h ${t.toString().padStart(2, "0")}m`;
|
|
8081
7751
|
}
|
|
8082
|
-
function
|
|
7752
|
+
function Os(e) {
|
|
8083
7753
|
const n = e.replace(/([A-Z])/g, " $1");
|
|
8084
7754
|
return n.charAt(0).toUpperCase() + n.slice(1);
|
|
8085
7755
|
}
|
|
8086
|
-
function
|
|
7756
|
+
function Gs(e, n) {
|
|
8087
7757
|
if (e.some((r) => r.subject === "all")) return "All";
|
|
8088
7758
|
const t = Zi.filter((r) => r.subject === n), o = e.filter(
|
|
8089
7759
|
(r) => r.subject === n && t.some((s) => s.subject === r.subject)
|
|
@@ -8112,14 +7782,14 @@ function Qr(e) {
|
|
|
8112
7782
|
return this.isOrderOperation ? o(this.conditions.operation) : this.isReportPermission ? o(this.conditions.name) : t.toString();
|
|
8113
7783
|
},
|
|
8114
7784
|
get label() {
|
|
8115
|
-
return
|
|
7785
|
+
return Os(this.formatted);
|
|
8116
7786
|
},
|
|
8117
7787
|
get value() {
|
|
8118
7788
|
return this.isOrderOperation ? `${t}:${this.conditions.operation}` : this.isReportPermission ? `${t}:${this.conditions.name}` : t.toString();
|
|
8119
7789
|
}
|
|
8120
7790
|
};
|
|
8121
7791
|
}
|
|
8122
|
-
function
|
|
7792
|
+
function Hs(e) {
|
|
8123
7793
|
const n = e.map((t) => Qr(t)).find((t) => t.isDiscountOperation);
|
|
8124
7794
|
return n ? parseInt((n.conditions.adjustment.$lte * 100).toFixed(0)) : 100;
|
|
8125
7795
|
}
|
|
@@ -8129,18 +7799,18 @@ function Ss(e) {
|
|
|
8129
7799
|
);
|
|
8130
7800
|
return n ? n.conditions ? JSON.parse(n.conditions).restaurantId.$in : null : [];
|
|
8131
7801
|
}
|
|
8132
|
-
function
|
|
7802
|
+
function Ks(e) {
|
|
8133
7803
|
return (e == null ? void 0 : e.some((n) => n.subject === "all")) ?? !1;
|
|
8134
7804
|
}
|
|
8135
|
-
function
|
|
7805
|
+
function qs(e) {
|
|
8136
7806
|
const n = e.find(
|
|
8137
7807
|
(t) => t.subject === Hi.Subject.Business.hrm_employee_role
|
|
8138
7808
|
);
|
|
8139
7809
|
return n ? n.conditions ? JSON.parse(n.conditions).roleId.$in : null : [];
|
|
8140
7810
|
}
|
|
8141
|
-
function
|
|
7811
|
+
function Ws(e, n) {
|
|
8142
7812
|
return e.map((t) => {
|
|
8143
|
-
const o =
|
|
7813
|
+
const o = Cs(t);
|
|
8144
7814
|
return {
|
|
8145
7815
|
subject: o.subject,
|
|
8146
7816
|
actions: o.actions,
|
|
@@ -8151,7 +7821,7 @@ function Ks(e, n) {
|
|
|
8151
7821
|
};
|
|
8152
7822
|
});
|
|
8153
7823
|
}
|
|
8154
|
-
function
|
|
7824
|
+
function Cs(e) {
|
|
8155
7825
|
const [n, t] = e.split(":");
|
|
8156
7826
|
let o;
|
|
8157
7827
|
return t ? o = Zi.find(
|
|
@@ -8161,10 +7831,10 @@ function Os(e) {
|
|
|
8161
7831
|
].includes(t)
|
|
8162
7832
|
) : o = Zi.find((r) => r.subject === n), Qr(o || { subject: zt.F_RULE_SUBJECT.enum.order, actions: [], label: "" });
|
|
8163
7833
|
}
|
|
8164
|
-
function
|
|
7834
|
+
function Ms(e) {
|
|
8165
7835
|
return Jr(
|
|
8166
7836
|
e.reduce((n, t) => {
|
|
8167
|
-
const o =
|
|
7837
|
+
const o = js.find((r) => r.subject === t.subject);
|
|
8168
7838
|
if (o) {
|
|
8169
7839
|
const r = o.subject === Hi.Subject.Business.inventory_stock ? "Warehouse Management" : o.label;
|
|
8170
7840
|
n.push(r);
|
|
@@ -8173,39 +7843,16 @@ function Cs(e) {
|
|
|
8173
7843
|
}, [])
|
|
8174
7844
|
);
|
|
8175
7845
|
}
|
|
8176
|
-
function
|
|
8177
|
-
var n, t;
|
|
8178
|
-
const o = /* @__PURE__ */ new Map();
|
|
8179
|
-
for (const r of e)
|
|
8180
|
-
for (const s of r.permissions) {
|
|
8181
|
-
const _ = `${s.subject}::${JSON.stringify([...s.actions].sort())}`, l = o.get(_);
|
|
8182
|
-
if (!l) {
|
|
8183
|
-
o.set(_, {
|
|
8184
|
-
...s,
|
|
8185
|
-
setNames: [r.name],
|
|
8186
|
-
setId: r._id
|
|
8187
|
-
});
|
|
8188
|
-
continue;
|
|
8189
|
-
}
|
|
8190
|
-
if (l.setNames.push(r.name), l.conditions && s.conditions) {
|
|
8191
|
-
const F = typeof l.conditions == "string" ? JSON.parse(l.conditions) : l.conditions, f = typeof s.conditions == "string" ? JSON.parse(s.conditions) : s.conditions, h = F, g = f;
|
|
8192
|
-
for (const E in g)
|
|
8193
|
-
(n = h[E]) != null && n.$in && (t = g[E]) != null && t.$in ? h[E].$in = Array.from(/* @__PURE__ */ new Set([...h[E].$in, ...g[E].$in])) : h[E] || (h[E] = g[E]);
|
|
8194
|
-
l.conditions = JSON.stringify(h);
|
|
8195
|
-
}
|
|
8196
|
-
}
|
|
8197
|
-
return Array.from(o.values());
|
|
8198
|
-
}
|
|
8199
|
-
function qs(e, n, t) {
|
|
7846
|
+
function Js(e, n, t) {
|
|
8200
7847
|
const o = /* @__PURE__ */ new Map();
|
|
8201
7848
|
return e.forEach(
|
|
8202
7849
|
({ name: r, permissions: s }) => s.forEach(({ conditions: _, actions: l }) => {
|
|
8203
|
-
var f,
|
|
7850
|
+
var f, E;
|
|
8204
7851
|
const F = JSON.parse(_ || "{}");
|
|
8205
|
-
(f = F[n]) != null && f.$in ? (
|
|
8206
|
-
(
|
|
8207
|
-
) : l[0] === "manage" && t.forEach((
|
|
8208
|
-
(o.get(
|
|
7852
|
+
(f = F[n]) != null && f.$in ? (E = F[n]) == null || E.$in.forEach(
|
|
7853
|
+
(y) => (o.get(y) ?? o.set(y, /* @__PURE__ */ new Set()).get(y)).add(r)
|
|
7854
|
+
) : l[0] === "manage" && t.forEach((y) => {
|
|
7855
|
+
(o.get(y) ?? o.set(y, /* @__PURE__ */ new Set()).get(y)).add(r);
|
|
8209
7856
|
});
|
|
8210
7857
|
})
|
|
8211
7858
|
), [...o].map(([r, s]) => ({
|
|
@@ -8213,27 +7860,27 @@ function qs(e, n, t) {
|
|
|
8213
7860
|
setNames: [...s]
|
|
8214
7861
|
}));
|
|
8215
7862
|
}
|
|
8216
|
-
function
|
|
7863
|
+
function Qs(e, n) {
|
|
8217
7864
|
const t = (l, F) => {
|
|
8218
|
-
const f = { ...l },
|
|
7865
|
+
const f = { ...l }, E = JSON.parse(f.conditions || "{}");
|
|
8219
7866
|
if (F)
|
|
8220
7867
|
if (F.length > 0) {
|
|
8221
|
-
const
|
|
8222
|
-
|
|
7868
|
+
const y = Object.keys(E)[0];
|
|
7869
|
+
E[y].$in = F;
|
|
8223
7870
|
} else
|
|
8224
7871
|
delete f.conditions;
|
|
8225
7872
|
return {
|
|
8226
7873
|
...f,
|
|
8227
7874
|
inverted: !0,
|
|
8228
|
-
...f.conditions && { conditions: JSON.stringify(
|
|
7875
|
+
...f.conditions && { conditions: JSON.stringify(E) }
|
|
8229
7876
|
};
|
|
8230
7877
|
}, o = new Map(e.map((l) => [l.subject, l])), r = new Map(n.map((l) => [l.subject, l])), s = [], _ = /* @__PURE__ */ new Set([...o.keys(), ...r.keys()]);
|
|
8231
7878
|
for (const l of _) {
|
|
8232
7879
|
const F = o.get(l), f = r.get(l);
|
|
8233
7880
|
if (F && f) {
|
|
8234
7881
|
if (F.conditions && f.conditions) {
|
|
8235
|
-
const
|
|
8236
|
-
(P) => !
|
|
7882
|
+
const E = JSON.parse(F.conditions), y = JSON.parse(f.conditions), I = Object.keys(E)[0], R = E[I].$in.filter(
|
|
7883
|
+
(P) => !y[I].$in.includes(P)
|
|
8237
7884
|
);
|
|
8238
7885
|
R.length > 0 && s.push(t(F, R));
|
|
8239
7886
|
}
|
|
@@ -8299,7 +7946,7 @@ const mt = "/permission-assignments", Vt = {
|
|
|
8299
7946
|
}
|
|
8300
7947
|
async function r(l, F) {
|
|
8301
7948
|
const f = await Vt.update(l, F);
|
|
8302
|
-
e.value = e.value.map((
|
|
7949
|
+
e.value = e.value.map((E) => E.id === l ? f : E);
|
|
8303
7950
|
}
|
|
8304
7951
|
async function s(l) {
|
|
8305
7952
|
await Vt.delete(l), e.value = e.value.filter((F) => F.id !== l);
|
|
@@ -8316,7 +7963,7 @@ const mt = "/permission-assignments", Vt = {
|
|
|
8316
7963
|
deletePermissionAssignment: s,
|
|
8317
7964
|
getPermissionAssignmentByUserId: _
|
|
8318
7965
|
};
|
|
8319
|
-
}),
|
|
7966
|
+
}), Bs = () => {
|
|
8320
7967
|
const e = ps();
|
|
8321
7968
|
return {
|
|
8322
7969
|
...e,
|
|
@@ -8324,17 +7971,17 @@ const mt = "/permission-assignments", Vt = {
|
|
|
8324
7971
|
};
|
|
8325
7972
|
};
|
|
8326
7973
|
function Vi(e) {
|
|
8327
|
-
const n = Zo(), t =
|
|
8328
|
-
(
|
|
8329
|
-
var
|
|
8330
|
-
return (
|
|
8331
|
-
}
|
|
8332
|
-
), l =
|
|
8333
|
-
({ setNames:
|
|
8334
|
-
), F = s ? s.customPermissions : e.permissions.map((
|
|
8335
|
-
...
|
|
8336
|
-
subject:
|
|
8337
|
-
})), f = As(l, F),
|
|
7974
|
+
const n = Zo(), t = Ps(), o = Bs(), r = n.restaurants, s = o.getPermissionAssignmentByUserId(e.id), _ = t.permissionSets.value.filter(
|
|
7975
|
+
(y) => {
|
|
7976
|
+
var I;
|
|
7977
|
+
return (I = s == null ? void 0 : s.permissionSetIds) == null ? void 0 : I.includes(y.id);
|
|
7978
|
+
}
|
|
7979
|
+
), l = Ba(_).map(
|
|
7980
|
+
({ setNames: y, ...I }) => I
|
|
7981
|
+
), F = s ? s.customPermissions : e.permissions.map((y) => ({
|
|
7982
|
+
...y,
|
|
7983
|
+
subject: ja(y.subject)
|
|
7984
|
+
})), f = As(l, F), E = Ss(f) || r.value.map((y) => y._id);
|
|
8338
7985
|
return {
|
|
8339
7986
|
doc: e,
|
|
8340
7987
|
id: e.id,
|
|
@@ -8342,24 +7989,24 @@ function Vi(e) {
|
|
|
8342
7989
|
phoneNumber: e.phoneNumber,
|
|
8343
7990
|
email: e.email,
|
|
8344
7991
|
restaurants: Jr(
|
|
8345
|
-
|
|
8346
|
-
(
|
|
8347
|
-
var
|
|
8348
|
-
return ((
|
|
7992
|
+
E.map(
|
|
7993
|
+
(y) => {
|
|
7994
|
+
var I;
|
|
7995
|
+
return ((I = r.value.find((R) => R._id === y)) == null ? void 0 : I.profile.name) ?? "";
|
|
8349
7996
|
}
|
|
8350
7997
|
)
|
|
8351
7998
|
),
|
|
8352
|
-
managableRestaurantIds:
|
|
8353
|
-
permissionLabels:
|
|
7999
|
+
managableRestaurantIds: E,
|
|
8000
|
+
permissionLabels: Ms(f),
|
|
8354
8001
|
permissions: f
|
|
8355
8002
|
};
|
|
8356
8003
|
}
|
|
8357
|
-
const
|
|
8358
|
-
Object.entries(
|
|
8004
|
+
const js = Object.freeze(
|
|
8005
|
+
Object.entries(Aa).map(([e, n]) => ({
|
|
8359
8006
|
...n,
|
|
8360
|
-
category:
|
|
8007
|
+
category: pa[e]
|
|
8361
8008
|
}))
|
|
8362
|
-
),
|
|
8009
|
+
), Xs = {
|
|
8363
8010
|
async readTeamMembers() {
|
|
8364
8011
|
return K(
|
|
8365
8012
|
await H().get("/portal-users")
|
|
@@ -8383,29 +8030,29 @@ const Bs = Object.freeze(
|
|
|
8383
8030
|
}
|
|
8384
8031
|
};
|
|
8385
8032
|
export {
|
|
8386
|
-
|
|
8033
|
+
Hs as a,
|
|
8387
8034
|
H as b,
|
|
8388
|
-
|
|
8389
|
-
|
|
8390
|
-
|
|
8391
|
-
|
|
8035
|
+
Gs as c,
|
|
8036
|
+
p as d,
|
|
8037
|
+
zt as e,
|
|
8038
|
+
Ws as f,
|
|
8392
8039
|
K as g,
|
|
8393
|
-
|
|
8394
|
-
|
|
8395
|
-
|
|
8396
|
-
|
|
8397
|
-
|
|
8398
|
-
|
|
8399
|
-
|
|
8400
|
-
|
|
8401
|
-
|
|
8040
|
+
Ks as h,
|
|
8041
|
+
Zs as i,
|
|
8042
|
+
ws as j,
|
|
8043
|
+
Ys as k,
|
|
8044
|
+
Vs as l,
|
|
8045
|
+
Wr as m,
|
|
8046
|
+
qs as n,
|
|
8047
|
+
Qs as o,
|
|
8048
|
+
Bs as p,
|
|
8402
8049
|
As as q,
|
|
8403
8050
|
Qr as r,
|
|
8404
8051
|
Jr as s,
|
|
8405
|
-
|
|
8406
|
-
|
|
8407
|
-
|
|
8408
|
-
|
|
8409
|
-
|
|
8052
|
+
Xs as t,
|
|
8053
|
+
Ps as u,
|
|
8054
|
+
Ms as v,
|
|
8055
|
+
js as w,
|
|
8056
|
+
Js as x,
|
|
8410
8057
|
Ss as y
|
|
8411
8058
|
};
|