@feedmepos/mf-order-setting 0.0.67-dev → 0.0.68-prod

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/{KioskDevicesView-mu33XbDe.js → KioskDevicesView-CACKpFoO.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DnnwwP5B.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-BJIOCfEr.js} +3 -3
  3. package/dist/{KioskSettingView-CAwO1SeK.js → KioskSettingView-BVjtaNjl.js} +4 -4
  4. package/dist/{KioskView-pvtKqW3e.js → KioskView-6K48HkE4.js} +4 -4
  5. package/dist/OrderSettingsView-CStNEAkv.js +32126 -0
  6. package/dist/{app-MjAVO4M6.js → app-CAyePmCd.js} +229 -215
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-ClRk0CwC.js → dayjs.min-BytKqRJv.js} +1 -1
  9. package/dist/frontend/mf-order/src/app.d.ts +11 -0
  10. package/dist/frontend/mf-order/src/main.d.ts +11 -0
  11. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +45 -0
  12. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +22 -0
  13. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +15 -0
  14. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +2 -2
  15. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  16. package/dist/{index-D7iNmBKX.js → index-BcbPl43J.js} +6 -6
  17. package/dist/{index-BWDduW_i.js → index-DkRVfP6c.js} +2 -2
  18. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +36 -18
  19. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +7 -2
  20. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +92 -60
  21. package/dist/package/entity/kiosk/kiosk.do.d.ts +464 -0
  22. package/dist/package/entity/kiosk/kiosk.dto.d.ts +565 -0
  23. package/dist/package/entity/order/order-item/order-item.dto.d.ts +125 -0
  24. package/dist/package/entity/order/order.do.d.ts +18 -0
  25. package/dist/package/entity/order/order.dto.d.ts +433 -0
  26. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +5 -0
  27. package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +3 -3
  28. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +8 -8
  29. package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +19 -19
  30. package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +1 -1
  31. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +3 -3
  32. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +3 -3
  33. package/dist/package/entity/order-platform/menu.dto.d.ts +0 -67
  34. package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
  35. package/dist/package/entity/order-setting/dine-in/dine-in.do.d.ts +29 -0
  36. package/dist/package/entity/order-setting/dine-in/dine-in.dto.d.ts +29 -0
  37. package/dist/package/entity/order-setting/order-setting.do.d.ts +29 -0
  38. package/dist/package/entity/order-setting/order-setting.dto.d.ts +58 -0
  39. package/dist/package/entity/printer/printer.do.d.ts +114 -0
  40. package/dist/package/entity/queue/queue.dto.d.ts +93 -0
  41. package/dist/package/entity/restaurant/restaurant.dto.d.ts +3 -0
  42. package/dist/queue-transfer.dto-BB0t5A1B.js +70184 -0
  43. package/package.json +5 -3
  44. package/src/locales/en-US.json +8 -0
  45. package/src/locales/ja-JP.json +1 -0
  46. package/src/locales/th-TH.json +1 -0
  47. package/src/locales/zh-CN.json +1 -0
  48. package/src/views/order-settings/dine-in/DineInSetting.vue +75 -0
  49. package/src/views/order-settings/general/GeneralSetting.vue +12 -0
  50. package/dist/OrderSettingsView-DgLwwgzb.js +0 -31258
  51. package/dist/queue-transfer.dto-CXRjYyMe.js +0 -45343
@@ -248,6 +248,13 @@ const Ic = {
248
248
  printChecklistSublabel: "Online order only",
249
249
  overridePax: "Overwrite Bill Pax",
250
250
  overridePaxSublabel: "Incoming order will overwrite the existing bill pax",
251
+ dineInRemarkEnabled: "Customer order remark",
252
+ dineInRemarkEnabledSublabel: "Allow customers to attach a remark when ordering dine-in.",
253
+ dineInRemarkEnabledRequiresPosVersion: "Requires POS version {version} or above.",
254
+ dineInRemarkMergeAction: "On bill merge, with existing remark",
255
+ dineInRemarkMergeActionKeep: "Keep previous",
256
+ dineInRemarkMergeActionOverride: "Override with new",
257
+ dineInRemarkMergeActionConcat: "Append (newline)",
251
258
  codeSettings: "Queue Code Settings",
252
259
  addCodeSetting: "Add Queue Code Setting",
253
260
  current: "Current",
@@ -294,6 +301,7 @@ const Ic = {
294
301
  staticQRcodeSublabel: "Customer can order with static QR code",
295
302
  status: "Status",
296
303
  subItemDisplayModeListView: "Sub Item List View",
304
+ hideProductCode: "Hide Product Code",
297
305
  submitOrderInstruction: "Submit order instruction",
298
306
  success: "SUCCESS",
299
307
  sunday: "Sunday",
@@ -407,7 +415,7 @@ const Ic = {
407
415
  }
408
416
  }, Tc = {
409
417
  order: Ic
410
- }, Sc = {
418
+ }, Rc = {
411
419
  accept: "接受",
412
420
  acceptedPayment: "可接受付款方式",
413
421
  acceptQueue: "接受队列",
@@ -702,6 +710,7 @@ const Ic = {
702
710
  staticQRcodeSublabel: "客户可以通过静态二维码下单",
703
711
  status: "状态",
704
712
  subItemDisplayModeListView: "附加产品列表模式",
713
+ hideProductCode: "隐藏产品编号",
705
714
  submitOrderInstruction: "提交订单文本",
706
715
  success: "成功",
707
716
  sunday: "星期日",
@@ -814,8 +823,8 @@ const Ic = {
814
823
  promotion: "促销",
815
824
  voucher: "代金券"
816
825
  }
817
- }, Rc = {
818
- order: Sc
826
+ }, Sc = {
827
+ order: Rc
819
828
  }, Pc = {
820
829
  accept: "ยอมรับ",
821
830
  acceptedPayment: "ยอมรับการชำระเงิน",
@@ -1105,6 +1114,7 @@ const Ic = {
1105
1114
  staticQRcodeSublabel: "ลูกค้าสามารถสั่งซื้อโดยใช้รหัส QR แบบคงที่",
1106
1115
  status: "สถานะ",
1107
1116
  subItemDisplayModeListView: "โหมดรายการผลิตภัณฑ์เพิ่มเติม",
1117
+ hideProductCode: "ซ่อนรหัสสินค้า",
1108
1118
  submitOrderInstruction: "ส่งข้อความสั่งซื้อ",
1109
1119
  success: "สำเร็จ",
1110
1120
  sunday: "วันอาทิตย์",
@@ -1505,6 +1515,7 @@ const Ic = {
1505
1515
  staticQRcodeSublabel: "お客様は静的QRコードで注文できます",
1506
1516
  status: "ステータス",
1507
1517
  subItemDisplayModeListView: "サブアイテムリストビュー",
1518
+ hideProductCode: "商品コードを非表示",
1508
1519
  submitOrderInstruction: "注文送信指示",
1509
1520
  success: "成功",
1510
1521
  sunday: "日曜日",
@@ -3189,10 +3200,10 @@ function Lo() {
3189
3200
  else if (P.path.length === 0)
3190
3201
  z._errors.push(y(P));
3191
3202
  else {
3192
- let R = z, N = 0;
3203
+ let S = z, N = 0;
3193
3204
  for (; N < P.path.length; ) {
3194
3205
  const O = P.path[N];
3195
- N === P.path.length - 1 ? (R[O] = R[O] || { _errors: [] }, R[O]._errors.push(y(P))) : R[O] = R[O] || { _errors: [] }, R = R[O], N++;
3206
+ N === P.path.length - 1 ? (S[O] = S[O] || { _errors: [] }, S[O]._errors.push(y(P))) : S[O] = S[O] || { _errors: [] }, S = S[O], N++;
3196
3207
  }
3197
3208
  }
3198
3209
  };
@@ -3288,8 +3299,8 @@ function Vo() {
3288
3299
  return Ua || (Ua = 1, function(e) {
3289
3300
  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;
3290
3301
  const t = Lo(), n = (z) => {
3291
- const { data: I, path: E, errorMaps: P, issueData: R } = z, N = [...E, ...R.path || []], O = {
3292
- ...R,
3302
+ const { data: I, path: E, errorMaps: P, issueData: S } = z, N = [...E, ...S.path || []], O = {
3303
+ ...S,
3293
3304
  path: N
3294
3305
  };
3295
3306
  let w = "";
@@ -3297,9 +3308,9 @@ function Vo() {
3297
3308
  for (const Y of B)
3298
3309
  w = Y(O, { data: I, defaultError: w }).message;
3299
3310
  return {
3300
- ...R,
3311
+ ...S,
3301
3312
  path: N,
3302
- message: R.message || w
3313
+ message: S.message || w
3303
3314
  };
3304
3315
  };
3305
3316
  e.makeIssue = n, e.EMPTY_PATH = [];
@@ -3330,29 +3341,29 @@ function Vo() {
3330
3341
  }
3331
3342
  static mergeArray(I, E) {
3332
3343
  const P = [];
3333
- for (const R of E) {
3334
- if (R.status === "aborted")
3344
+ for (const S of E) {
3345
+ if (S.status === "aborted")
3335
3346
  return e.INVALID;
3336
- R.status === "dirty" && I.dirty(), P.push(R.value);
3347
+ S.status === "dirty" && I.dirty(), P.push(S.value);
3337
3348
  }
3338
3349
  return { status: I.value, value: P };
3339
3350
  }
3340
3351
  static async mergeObjectAsync(I, E) {
3341
3352
  const P = [];
3342
- for (const R of E)
3353
+ for (const S of E)
3343
3354
  P.push({
3344
- key: await R.key,
3345
- value: await R.value
3355
+ key: await S.key,
3356
+ value: await S.value
3346
3357
  });
3347
3358
  return r.mergeObjectSync(I, P);
3348
3359
  }
3349
3360
  static mergeObjectSync(I, E) {
3350
3361
  const P = {};
3351
- for (const R of E) {
3352
- const { key: N, value: O } = R;
3362
+ for (const S of E) {
3363
+ const { key: N, value: O } = S;
3353
3364
  if (N.status === "aborted" || O.status === "aborted")
3354
3365
  return e.INVALID;
3355
- N.status === "dirty" && I.dirty(), O.status === "dirty" && I.dirty(), (typeof O.value < "u" || R.alwaysSet) && (P[N.value] = O.value);
3366
+ N.status === "dirty" && I.dirty(), O.status === "dirty" && I.dirty(), (typeof O.value < "u" || S.alwaysSet) && (P[N.value] = O.value);
3356
3367
  }
3357
3368
  return { status: I.value, value: P };
3358
3369
  }
@@ -3899,7 +3910,7 @@ var As = {}, Ms = {};
3899
3910
  typeName: A.ZodBigInt,
3900
3911
  ...l(_)
3901
3912
  });
3902
- class R extends c {
3913
+ class S extends c {
3903
3914
  _parse(a) {
3904
3915
  if (this._getType(a) !== i.ZodParsedType.boolean) {
3905
3916
  const u = this._getOrReturnCtx(a);
@@ -3912,7 +3923,7 @@ var As = {}, Ms = {};
3912
3923
  return n.OK(a.data);
3913
3924
  }
3914
3925
  }
3915
- e.ZodBoolean = R, R.create = (_) => new R({
3926
+ e.ZodBoolean = S, S.create = (_) => new S({
3916
3927
  typeName: A.ZodBoolean,
3917
3928
  ...l(_)
3918
3929
  });
@@ -4174,46 +4185,46 @@ var As = {}, Ms = {};
4174
4185
  }
4175
4186
  _parse(a) {
4176
4187
  if (this._getType(a) !== i.ZodParsedType.object) {
4177
- const S = this._getOrReturnCtx(a);
4178
- return n.addIssueToContext(S, {
4188
+ const R = this._getOrReturnCtx(a);
4189
+ return n.addIssueToContext(R, {
4179
4190
  code: r.ZodIssueCode.invalid_type,
4180
4191
  expected: i.ZodParsedType.object,
4181
- received: S.parsedType
4192
+ received: R.parsedType
4182
4193
  }), n.INVALID;
4183
4194
  }
4184
4195
  const { status: u, ctx: f } = this._processInputParams(a), { shape: g, keys: v } = this._getCached(), p = [];
4185
- for (const S in f.data)
4186
- v.includes(S) || p.push(S);
4196
+ for (const R in f.data)
4197
+ v.includes(R) || p.push(R);
4187
4198
  const T = [];
4188
- for (const S of v) {
4189
- const D = g[S], Wt = f.data[S];
4199
+ for (const R of v) {
4200
+ const D = g[R], Wt = f.data[R];
4190
4201
  T.push({
4191
- key: { status: "valid", value: S },
4192
- value: D._parse(new o(f, Wt, f.path, S)),
4193
- alwaysSet: S in f.data
4202
+ key: { status: "valid", value: R },
4203
+ value: D._parse(new o(f, Wt, f.path, R)),
4204
+ alwaysSet: R in f.data
4194
4205
  });
4195
4206
  }
4196
4207
  if (this._def.catchall instanceof J) {
4197
- const S = this._def.unknownKeys;
4198
- if (S === "passthrough")
4208
+ const R = this._def.unknownKeys;
4209
+ if (R === "passthrough")
4199
4210
  for (const D of p)
4200
4211
  T.push({
4201
4212
  key: { status: "valid", value: D },
4202
4213
  value: { status: "valid", value: f.data[D] }
4203
4214
  });
4204
- else if (S === "strict")
4215
+ else if (R === "strict")
4205
4216
  p.length > 0 && (n.addIssueToContext(f, {
4206
4217
  code: r.ZodIssueCode.unrecognized_keys,
4207
4218
  keys: p
4208
4219
  }), u.dirty());
4209
- else if (S !== "strip") throw new Error("Internal ZodObject error: invalid unknownKeys value.");
4220
+ else if (R !== "strip") throw new Error("Internal ZodObject error: invalid unknownKeys value.");
4210
4221
  } else {
4211
- const S = this._def.catchall;
4222
+ const R = this._def.catchall;
4212
4223
  for (const D of p) {
4213
4224
  const Wt = f.data[D];
4214
4225
  T.push({
4215
4226
  key: { status: "valid", value: D },
4216
- value: S._parse(
4227
+ value: R._parse(
4217
4228
  new o(f, Wt, f.path, D)
4218
4229
  //, ctx.child(key), value, getParsedType(value)
4219
4230
  ),
@@ -4222,17 +4233,17 @@ var As = {}, Ms = {};
4222
4233
  }
4223
4234
  }
4224
4235
  return f.common.async ? Promise.resolve().then(async () => {
4225
- const S = [];
4236
+ const R = [];
4226
4237
  for (const D of T) {
4227
4238
  const Wt = await D.key;
4228
- S.push({
4239
+ R.push({
4229
4240
  key: Wt,
4230
4241
  value: await D.value,
4231
4242
  alwaysSet: D.alwaysSet
4232
4243
  });
4233
4244
  }
4234
- return S;
4235
- }).then((S) => n.ParseStatus.mergeObjectSync(u, S)) : n.ParseStatus.mergeObjectSync(u, T);
4245
+ return R;
4246
+ }).then((R) => n.ParseStatus.mergeObjectSync(u, R)) : n.ParseStatus.mergeObjectSync(u, T);
4236
4247
  }
4237
4248
  get shape() {
4238
4249
  return this._def.shape();
@@ -4402,7 +4413,7 @@ var As = {}, Ms = {};
4402
4413
  let g;
4403
4414
  const v = [];
4404
4415
  for (const T of u) {
4405
- const S = {
4416
+ const R = {
4406
4417
  ...d,
4407
4418
  common: {
4408
4419
  ...d.common,
@@ -4412,11 +4423,11 @@ var As = {}, Ms = {};
4412
4423
  }, D = T._parseSync({
4413
4424
  data: d.data,
4414
4425
  path: d.path,
4415
- parent: S
4426
+ parent: R
4416
4427
  });
4417
4428
  if (D.status === "valid")
4418
4429
  return D;
4419
- D.status === "dirty" && !g && (g = { result: D, ctx: S }), S.common.issues.length && v.push(S.common.issues);
4430
+ D.status === "dirty" && !g && (g = { result: D, ctx: R }), R.common.issues.length && v.push(R.common.issues);
4420
4431
  }
4421
4432
  if (g)
4422
4433
  return d.common.issues.push(...g.ctx.common.issues), g.result;
@@ -4656,28 +4667,28 @@ var As = {}, Ms = {};
4656
4667
  expected: i.ZodParsedType.map,
4657
4668
  received: u.parsedType
4658
4669
  }), n.INVALID;
4659
- const f = this._def.keyType, g = this._def.valueType, v = [...u.data.entries()].map(([p, T], S) => ({
4660
- key: f._parse(new o(u, p, u.path, [S, "key"])),
4661
- value: g._parse(new o(u, T, u.path, [S, "value"]))
4670
+ const f = this._def.keyType, g = this._def.valueType, v = [...u.data.entries()].map(([p, T], R) => ({
4671
+ key: f._parse(new o(u, p, u.path, [R, "key"])),
4672
+ value: g._parse(new o(u, T, u.path, [R, "value"]))
4662
4673
  }));
4663
4674
  if (u.common.async) {
4664
4675
  const p = /* @__PURE__ */ new Map();
4665
4676
  return Promise.resolve().then(async () => {
4666
4677
  for (const T of v) {
4667
- const S = await T.key, D = await T.value;
4668
- if (S.status === "aborted" || D.status === "aborted")
4678
+ const R = await T.key, D = await T.value;
4679
+ if (R.status === "aborted" || D.status === "aborted")
4669
4680
  return n.INVALID;
4670
- (S.status === "dirty" || D.status === "dirty") && d.dirty(), p.set(S.value, D.value);
4681
+ (R.status === "dirty" || D.status === "dirty") && d.dirty(), p.set(R.value, D.value);
4671
4682
  }
4672
4683
  return { status: d.value, value: p };
4673
4684
  });
4674
4685
  } else {
4675
4686
  const p = /* @__PURE__ */ new Map();
4676
4687
  for (const T of v) {
4677
- const S = T.key, D = T.value;
4678
- if (S.status === "aborted" || D.status === "aborted")
4688
+ const R = T.key, D = T.value;
4689
+ if (R.status === "aborted" || D.status === "aborted")
4679
4690
  return n.INVALID;
4680
- (S.status === "dirty" || D.status === "dirty") && d.dirty(), p.set(S.value, D.value);
4691
+ (R.status === "dirty" || D.status === "dirty") && d.dirty(), p.set(R.value, D.value);
4681
4692
  }
4682
4693
  return { status: d.value, value: p };
4683
4694
  }
@@ -4714,15 +4725,15 @@ var As = {}, Ms = {};
4714
4725
  }), d.dirty());
4715
4726
  const g = this._def.valueType;
4716
4727
  function v(T) {
4717
- const S = /* @__PURE__ */ new Set();
4728
+ const R = /* @__PURE__ */ new Set();
4718
4729
  for (const D of T) {
4719
4730
  if (D.status === "aborted")
4720
4731
  return n.INVALID;
4721
- D.status === "dirty" && d.dirty(), S.add(D.value);
4732
+ D.status === "dirty" && d.dirty(), R.add(D.value);
4722
4733
  }
4723
- return { status: d.value, value: S };
4734
+ return { status: d.value, value: R };
4724
4735
  }
4725
- const p = [...u.data.values()].map((T, S) => g._parse(new o(u, T, u.path, S)));
4736
+ const p = [...u.data.values()].map((T, R) => g._parse(new o(u, T, u.path, R)));
4726
4737
  return u.common.async ? Promise.all(p).then((T) => v(T)) : v(p);
4727
4738
  }
4728
4739
  min(a, d) {
@@ -4772,7 +4783,7 @@ var As = {}, Ms = {};
4772
4783
  d.schemaErrorMap,
4773
4784
  r.getErrorMap(),
4774
4785
  r.defaultErrorMap
4775
- ].filter((S) => !!S),
4786
+ ].filter((R) => !!R),
4776
4787
  issueData: {
4777
4788
  code: r.ZodIssueCode.invalid_arguments,
4778
4789
  argumentsError: T
@@ -4788,7 +4799,7 @@ var As = {}, Ms = {};
4788
4799
  d.schemaErrorMap,
4789
4800
  r.getErrorMap(),
4790
4801
  r.defaultErrorMap
4791
- ].filter((S) => !!S),
4802
+ ].filter((R) => !!R),
4792
4803
  issueData: {
4793
4804
  code: r.ZodIssueCode.invalid_return_type,
4794
4805
  returnTypeError: T
@@ -4797,9 +4808,9 @@ var As = {}, Ms = {};
4797
4808
  }
4798
4809
  const g = { errorMap: d.common.contextualErrorMap }, v = d.data;
4799
4810
  return this._def.returns instanceof qt ? n.OK(async (...p) => {
4800
- const T = new r.ZodError([]), S = await this._def.args.parseAsync(p, g).catch((io) => {
4811
+ const T = new r.ZodError([]), R = await this._def.args.parseAsync(p, g).catch((io) => {
4801
4812
  throw T.addIssue(u(p, io)), T;
4802
- }), D = await v(...S);
4813
+ }), D = await v(...R);
4803
4814
  return await this._def.returns._def.type.parseAsync(D, g).catch((io) => {
4804
4815
  throw T.addIssue(f(D, io)), T;
4805
4816
  });
@@ -4807,9 +4818,9 @@ var As = {}, Ms = {};
4807
4818
  const T = this._def.args.safeParse(p, g);
4808
4819
  if (!T.success)
4809
4820
  throw new r.ZodError([u(p, T.error)]);
4810
- const S = v(...T.data), D = this._def.returns.safeParse(S, g);
4821
+ const R = v(...T.data), D = this._def.returns.safeParse(R, g);
4811
4822
  if (!D.success)
4812
- throw new r.ZodError([f(S, D.error)]);
4823
+ throw new r.ZodError([f(R, D.error)]);
4813
4824
  return D.data;
4814
4825
  });
4815
4826
  }
@@ -5140,7 +5151,7 @@ var As = {}, Ms = {};
5140
5151
  e.nan = Ul;
5141
5152
  const Ll = P.create;
5142
5153
  e.bigint = Ll;
5143
- const Ba = R.create;
5154
+ const Ba = S.create;
5144
5155
  e.boolean = Ba;
5145
5156
  const Vl = N.create;
5146
5157
  e.date = Vl;
@@ -5317,9 +5328,9 @@ class Bc {
5317
5328
  }
5318
5329
  }
5319
5330
  Hn.ZodCouchMeta = Bc;
5320
- var St = {};
5321
- Object.defineProperty(St, "__esModule", { value: !0 });
5322
- St.extractMeta = St.ZodDartMeta = void 0;
5331
+ var Rt = {};
5332
+ Object.defineProperty(Rt, "__esModule", { value: !0 });
5333
+ Rt.extractMeta = Rt.ZodDartMeta = void 0;
5323
5334
  class wc {
5324
5335
  baseUnion(t) {
5325
5336
  return this.isBaseUnion = t.isBaseUnion, this.baseType = t.baseType, this.unionKey = t.unionKey, this.fallbackUnion = t.fallbackUnion, this;
@@ -5338,14 +5349,14 @@ class wc {
5338
5349
  return JSON.stringify(t, null, 2);
5339
5350
  }
5340
5351
  }
5341
- St.ZodDartMeta = wc;
5352
+ Rt.ZodDartMeta = wc;
5342
5353
  function jc(e) {
5343
5354
  if (!e)
5344
5355
  return {};
5345
5356
  const t = JSON.parse(e.description || "{}");
5346
5357
  return Object.assign({}, t);
5347
5358
  }
5348
- St.extractMeta = jc;
5359
+ Rt.extractMeta = jc;
5349
5360
  var Yn = {};
5350
5361
  Object.defineProperty(Yn, "__esModule", { value: !0 });
5351
5362
  Yn.ZodMongoMeta = void 0;
@@ -5393,8 +5404,8 @@ Yn.ZodMongoMeta = Uc;
5393
5404
  for (var m in l) m !== "default" && !Object.prototype.hasOwnProperty.call(c, m) && t(c, l, m);
5394
5405
  };
5395
5406
  Object.defineProperty(e, "__esModule", { value: !0 }), e.ZodMeta = void 0;
5396
- const i = Hn, r = St, o = Yn;
5397
- n(Hn, e), n(St, e), n(Yn, e);
5407
+ const i = Hn, r = Rt, o = Yn;
5408
+ n(Hn, e), n(Rt, e), n(Yn, e);
5398
5409
  class s {
5399
5410
  static mongo() {
5400
5411
  return new o.ZodMongoMeta();
@@ -5804,17 +5815,17 @@ Lt.FdoBillCustomerRef = lo.z.object({
5804
5815
  id: lo.z.string(),
5805
5816
  name: lo.z.string().nullish()
5806
5817
  });
5807
- var Rt = {};
5808
- Object.defineProperty(Rt, "__esModule", { value: !0 });
5809
- Rt.BillItemCreatedByType = Rt.F_BILL_ITEM_STATUS = void 0;
5818
+ var St = {};
5819
+ Object.defineProperty(St, "__esModule", { value: !0 });
5820
+ St.BillItemCreatedByType = St.F_BILL_ITEM_STATUS = void 0;
5810
5821
  const Us = h;
5811
- Rt.F_BILL_ITEM_STATUS = Us.z.enum([
5822
+ St.F_BILL_ITEM_STATUS = Us.z.enum([
5812
5823
  "DRAFT",
5813
5824
  "SENT",
5814
5825
  "REFUNDED",
5815
5826
  "VOIDED"
5816
5827
  ]);
5817
- Rt.BillItemCreatedByType = Us.z.enum([
5828
+ St.BillItemCreatedByType = Us.z.enum([
5818
5829
  "EMPLOYEE",
5819
5830
  "CUSTOMER"
5820
5831
  ]);
@@ -5852,7 +5863,7 @@ var Vt = {};
5852
5863
  })(Vt);
5853
5864
  (function(e) {
5854
5865
  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;
5855
- const t = h, n = me, i = j, r = $n, o = ee, s = ln, l = Ut, c = un, m = Lt, b = Rt, y = Vt;
5866
+ const t = h, n = me, i = j, r = $n, o = ee, s = ln, l = Ut, c = un, m = Lt, b = St, y = Vt;
5856
5867
  e.FdoBillItemTaxRef = t.z.object({
5857
5868
  systemCode: t.z.string(),
5858
5869
  taxCode: t.z.string(),
@@ -6007,7 +6018,8 @@ Pt.F_LED_DISPLAY_MODE = Ls.z.enum([
6007
6018
  }), e.FdoCounterDisplaySettings = n.z.object({
6008
6019
  customerDisplay: e.FdoCustomerDisplaySettings.nullish(),
6009
6020
  ledDisplay: e.FdoLedDisplaySettings.nullish(),
6010
- kitchenDisplay: e.FdoKitchenDisplaySettings.nullish()
6021
+ kitchenDisplay: e.FdoKitchenDisplaySettings.nullish(),
6022
+ useInternalName: n.z.boolean().nullish()
6011
6023
  }), e.FdoNotificationConfig = n.z.object({
6012
6024
  id: n.z.string(),
6013
6025
  enable: n.z.boolean(),
@@ -6090,6 +6102,7 @@ ge.F_PAYMENT_GATEWAY_KEY = Qc.z.enum([
6090
6102
  name: n.z.string(),
6091
6103
  instruction: n.z.string()
6092
6104
  }), e.FdoTerminalPaymentReconcileConfig = n.z.object({
6105
+ type: n.z.string().nullish(),
6093
6106
  cardType: n.z.array(n.z.string()).nullish()
6094
6107
  }), e.FdoTerminalPayment = n.z.object({
6095
6108
  reconcileConfig: e.FdoTerminalPaymentReconcileConfig
@@ -6484,7 +6497,7 @@ var Qo = {};
6484
6497
  })(Qo);
6485
6498
  (function(e) {
6486
6499
  Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoBill = e.FdoBillQueueInfo = e.FdoBillIs = e.FdoBillInHouseDelivery = e.FdoExternalPickup = e.FdoBillQrOrder = e.FdoBillRefund = void 0;
6487
- const t = F, n = h, i = j, r = ee, o = We, s = ei, l = Ee, c = ti, m = gr, b = Go, y = ni, z = _n, I = yr, E = br, P = un, R = xn, N = Wo, O = fn, w = oi, B = Vt, Y = Qo;
6500
+ const t = F, n = h, i = j, r = ee, o = We, s = ei, l = Ee, c = ti, m = gr, b = Go, y = ni, z = _n, I = yr, E = br, P = un, S = xn, N = Wo, O = fn, w = oi, B = Vt, Y = Qo;
6488
6501
  e.FdoBillRefund = n.z.object({
6489
6502
  by: r.FdoEmployeeRef.nullish(),
6490
6503
  approvedBy: r.FdoEmployeeRef.nullish(),
@@ -6521,7 +6534,7 @@ var Qo = {};
6521
6534
  seqNumber: n.z.string().nullish(),
6522
6535
  status: l.F_BILL_STATUS,
6523
6536
  slot: n.z.string(),
6524
- items: n.z.record(R.FdoBillItem),
6537
+ items: n.z.record(S.FdoBillItem),
6525
6538
  adjustments: n.z.record(c.FdoBillAdjustment),
6526
6539
  person: n.z.union([n.z.string(), n.z.number()]),
6527
6540
  completedAt: n.z.string().nullish(),
@@ -7159,16 +7172,16 @@ const Ha = h;
7159
7172
  En.FdoRestaurantTakeaway = Ha.z.object({
7160
7173
  catalogId: Ha.z.string().nullish()
7161
7174
  });
7162
- var Re = {};
7163
- Object.defineProperty(Re, "__esModule", { value: !0 });
7164
- Re.F_RESTAURANT_FEATURE = Re.F_RESTAURANT_CHANNEL = void 0;
7175
+ var Se = {};
7176
+ Object.defineProperty(Se, "__esModule", { value: !0 });
7177
+ Se.F_RESTAURANT_FEATURE = Se.F_RESTAURANT_CHANNEL = void 0;
7165
7178
  const Gs = h;
7166
- Re.F_RESTAURANT_CHANNEL = Gs.z.enum([
7179
+ Se.F_RESTAURANT_CHANNEL = Gs.z.enum([
7167
7180
  "alpha",
7168
7181
  "beta",
7169
7182
  "latest"
7170
7183
  ]);
7171
- Re.F_RESTAURANT_FEATURE = Gs.z.nativeEnum({
7184
+ Se.F_RESTAURANT_FEATURE = Gs.z.nativeEnum({
7172
7185
  stock: "stock",
7173
7186
  discovery: "discovery",
7174
7187
  pickup: "pickup",
@@ -7181,7 +7194,7 @@ Re.F_RESTAURANT_FEATURE = Gs.z.nativeEnum({
7181
7194
  });
7182
7195
  (function(e) {
7183
7196
  Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoRestaurant = e.FdoRestaurantQueueSettings = e.FdoRemoteSupport = void 0;
7184
- const t = F, n = h, i = Qe, r = bn, o = pn, s = zr, l = vn, c = zn, m = Fn, b = En, y = Re;
7197
+ const t = F, n = h, i = Qe, r = bn, o = pn, s = zr, l = vn, c = zn, m = Fn, b = En, y = Se;
7185
7198
  e.FdoRemoteSupport = n.z.object({
7186
7199
  deviceName: n.z.string(),
7187
7200
  anydeskId: n.z.string().nullish(),
@@ -7410,12 +7423,12 @@ ci.F_GET_CUSTOMER_METHOD = Eu.z.enum([
7410
7423
  var ui = {}, mi = {};
7411
7424
  Object.defineProperty(mi, "__esModule", { value: !0 });
7412
7425
  mi.FdoSkuAdjustmentAmount = void 0;
7413
- const Ya = h, Iu = K, Tu = cn, Su = gt;
7426
+ const Ya = h, Iu = K, Tu = cn, Ru = gt;
7414
7427
  mi.FdoSkuAdjustmentAmount = Ya.z.object({
7415
7428
  type: Tu.F_SKU_ADJUSTMENT_TYPE,
7416
7429
  remark: Ya.z.string().nullish(),
7417
7430
  amount: Iu.FdoDecimal,
7418
- measurement: Su.FdoUnitMeasurement.nullish()
7431
+ measurement: Ru.FdoUnitMeasurement.nullish()
7419
7432
  });
7420
7433
  (function(e) {
7421
7434
  Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoInventoryAdjustment = e.FdoSkuAdjustment = void 0;
@@ -7636,8 +7649,8 @@ var ta = {}, hi = {};
7636
7649
  var Fr = {}, _i = {};
7637
7650
  Object.defineProperty(_i, "__esModule", { value: !0 });
7638
7651
  _i.F_SERVICE_CHARGE_ORDER_TYPE = void 0;
7639
- const Ru = h;
7640
- _i.F_SERVICE_CHARGE_ORDER_TYPE = Ru.z.enum([
7652
+ const Su = h;
7653
+ _i.F_SERVICE_CHARGE_ORDER_TYPE = Su.z.enum([
7641
7654
  "DINE_IN",
7642
7655
  "TAKEAWAY",
7643
7656
  "IN_HOUSE_DELIVERY",
@@ -7676,7 +7689,7 @@ _i.F_SERVICE_CHARGE_ORDER_TYPE = Ru.z.enum([
7676
7689
  })(ta);
7677
7690
  (function(e) {
7678
7691
  Object.defineProperty(e, "__esModule", { value: !0 }), 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.FdtoVoidItemsWithQuantityReq = e.FdoVoidItemQuantity = 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 = e.FdtoRejectOrderReq = e.FdtoAcceptOrderReq = void 0;
7679
- const t = h, n = me, i = mn, r = Jo, o = j, s = ee, l = ui, c = xo, m = ln, b = We, y = $o, z = bn, I = ta, E = Zo, P = Lt, R = gr, N = yr, O = xn, w = fn, B = Vt;
7692
+ const t = h, n = me, i = mn, r = Jo, o = j, s = ee, l = ui, c = xo, m = ln, b = We, y = $o, z = bn, I = ta, E = Zo, P = Lt, S = gr, N = yr, O = xn, w = fn, B = Vt;
7680
7693
  e.FdtoRefundReq = t.z.object({
7681
7694
  bill: E.FdoBill,
7682
7695
  refundRecord: t.z.array(E.FdoBill),
@@ -7756,7 +7769,8 @@ _i.F_SERVICE_CHARGE_ORDER_TYPE = Ru.z.enum([
7756
7769
  }), e.FdtoItemKitchenReq = t.z.object({
7757
7770
  stationName: t.z.string(),
7758
7771
  itemIds: t.z.array(t.z.string()),
7759
- undo: t.z.boolean().nullish()
7772
+ undo: t.z.boolean().nullish(),
7773
+ stationId: t.z.string().nullish()
7760
7774
  }), e.FdtoChangePaymentMethodReq = t.z.object({
7761
7775
  payments: t.z.record(t.z.string()),
7762
7776
  user: s.FdoEmployeeRef
@@ -7937,7 +7951,7 @@ _i.F_SERVICE_CHARGE_ORDER_TYPE = Ru.z.enum([
7937
7951
  slot: t.z.string(),
7938
7952
  person: t.z.number(),
7939
7953
  is: E.FdoBillIs,
7940
- delivery: R.FdoBillDelivery.optional(),
7954
+ delivery: S.FdoBillDelivery.optional(),
7941
7955
  inHouseDelivery: E.FdoBillInHouseDelivery.optional(),
7942
7956
  pickup: w.FdoBillPickup.optional(),
7943
7957
  qrOrder: E.FdoBillQrOrder.optional(),
@@ -8392,11 +8406,11 @@ Tr.FdoLinkedDelivery = ze.z.object({
8392
8406
  useCustomOrderNumber: ze.z.boolean().nullish(),
8393
8407
  requiredRemark: ze.z.boolean().nullish()
8394
8408
  }).describe(Au.ZodMeta.couch().repo("fDeliveryCompany").build());
8395
- var Sr = {};
8396
- Object.defineProperty(Sr, "__esModule", { value: !0 });
8397
- Sr.F_DELIVERY_TYPE = void 0;
8409
+ var Rr = {};
8410
+ Object.defineProperty(Rr, "__esModule", { value: !0 });
8411
+ Rr.F_DELIVERY_TYPE = void 0;
8398
8412
  const Mu = h;
8399
- Sr.F_DELIVERY_TYPE = Mu.z.enum([
8413
+ Rr.F_DELIVERY_TYPE = Mu.z.enum([
8400
8414
  "IN_HOUSE",
8401
8415
  "FEEDME"
8402
8416
  ]);
@@ -8435,26 +8449,26 @@ Ye.FdoEInvoiceMerchantBaseProfile = ae.z.object({
8435
8449
  var _e = {};
8436
8450
  Object.defineProperty(_e, "__esModule", { value: !0 });
8437
8451
  _e.F_EINVOICE_TYPE = _e.F_E_INVOICE_DOC_TYPE = _e.F_EINVOICE_SUBMISSION_STATUS = _e.F_EINVOICE_STATUS = void 0;
8438
- const Rr = h;
8439
- _e.F_EINVOICE_STATUS = Rr.z.enum([
8452
+ const Sr = h;
8453
+ _e.F_EINVOICE_STATUS = Sr.z.enum([
8440
8454
  "Submitted",
8441
8455
  "Valid",
8442
8456
  "Invalid",
8443
8457
  "Cancelled"
8444
8458
  ]);
8445
- _e.F_EINVOICE_SUBMISSION_STATUS = Rr.z.enum([
8459
+ _e.F_EINVOICE_SUBMISSION_STATUS = Sr.z.enum([
8446
8460
  "InProgress",
8447
8461
  "Valid",
8448
8462
  "PartiallyValid",
8449
8463
  "Invalid"
8450
8464
  ]);
8451
- _e.F_E_INVOICE_DOC_TYPE = Rr.z.enum([
8465
+ _e.F_E_INVOICE_DOC_TYPE = Sr.z.enum([
8452
8466
  "Invoice",
8453
8467
  "Credit Note",
8454
8468
  "Debit Note",
8455
8469
  "Refund Note"
8456
8470
  ]);
8457
- _e.F_EINVOICE_TYPE = Rr.z.enum(["Individual", "Consolidated"]);
8471
+ _e.F_EINVOICE_TYPE = Sr.z.enum(["Individual", "Consolidated"]);
8458
8472
  var Pr = {};
8459
8473
  (function(e) {
8460
8474
  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;
@@ -9216,11 +9230,11 @@ Dt.FdoSmsCredit = It.z.object({
9216
9230
  _id: It.z.string().superRefine(Un.isObjectId),
9217
9231
  balance: nr.FdoDinero
9218
9232
  }).describe(Un.ZodMeta.mongo().repo("SmsCredits").build());
9219
- var Si = {};
9220
- Object.defineProperty(Si, "__esModule", { value: !0 });
9221
- Si.F_SMS_TOP_UP_SOURCE = void 0;
9233
+ var Ri = {};
9234
+ Object.defineProperty(Ri, "__esModule", { value: !0 });
9235
+ Ri.F_SMS_TOP_UP_SOURCE = void 0;
9222
9236
  const Ju = h;
9223
- Si.F_SMS_TOP_UP_SOURCE = Ju.z.enum([
9237
+ Ri.F_SMS_TOP_UP_SOURCE = Ju.z.enum([
9224
9238
  "LICENSE",
9225
9239
  "MANUAL_ADJUSTMENT"
9226
9240
  ]);
@@ -9750,11 +9764,11 @@ var fd = {};
9750
9764
  remarks: n.z.array(e.FdoRemarkData)
9751
9765
  }).describe(t.ZodMeta.couch().repo("remark").build());
9752
9766
  })(fd);
9753
- var Vr = {}, ha = {}, Ri = {};
9754
- Object.defineProperty(Ri, "__esModule", { value: !0 });
9755
- Ri.F_REMOTE_EVENT_TYPE = void 0;
9767
+ var Vr = {}, ha = {}, Si = {};
9768
+ Object.defineProperty(Si, "__esModule", { value: !0 });
9769
+ Si.F_REMOTE_EVENT_TYPE = void 0;
9756
9770
  const lm = h;
9757
- Ri.F_REMOTE_EVENT_TYPE = lm.z.enum([
9771
+ Si.F_REMOTE_EVENT_TYPE = lm.z.enum([
9758
9772
  "orderCreated",
9759
9773
  "callWaiter",
9760
9774
  "updateDeliveryOrder",
@@ -9774,7 +9788,7 @@ Ri.F_REMOTE_EVENT_TYPE = lm.z.enum([
9774
9788
  ]);
9775
9789
  (function(e) {
9776
9790
  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;
9777
- const t = F, n = h, i = Ri;
9791
+ const t = F, n = h, i = Si;
9778
9792
  e.FdoRemoteEvent = n.z.object({
9779
9793
  _id: n.z.string().optional(),
9780
9794
  type: i.F_REMOTE_EVENT_TYPE
@@ -9868,27 +9882,27 @@ Vr.FdtoRemoteEvent = Ka.z.object({
9868
9882
  var _a = {}, ie = {};
9869
9883
  Object.defineProperty(ie, "__esModule", { value: !0 });
9870
9884
  ie.F_ORDER_QUICK_ACTION = ie.F_ITEM_THRESHOLD_BEHAVIOR = ie.F_DELETE_EMPTY_BILL_BEHAVIOR = ie.F_CLOSE_COUNTER_WITH_DRAFT_BEHAVIOR = ie.F_REASON_TEMPLATE_ACTION = ie.F_PAYMENT_MODE = void 0;
9871
- const Sn = h;
9872
- ie.F_PAYMENT_MODE = Sn.z.enum(["PAY_FIRST", "PAY_LATER"]);
9873
- ie.F_REASON_TEMPLATE_ACTION = Sn.z.enum([
9885
+ const Rn = h;
9886
+ ie.F_PAYMENT_MODE = Rn.z.enum(["PAY_FIRST", "PAY_LATER"]);
9887
+ ie.F_REASON_TEMPLATE_ACTION = Rn.z.enum([
9874
9888
  "VOID",
9875
9889
  "REFUND",
9876
9890
  "REJECT_ORDER",
9877
9891
  "DISCOUNT",
9878
9892
  "OVERRIDE_MENU_AVAILABILITY"
9879
9893
  ]);
9880
- ie.F_CLOSE_COUNTER_WITH_DRAFT_BEHAVIOR = Sn.z.enum([
9894
+ ie.F_CLOSE_COUNTER_WITH_DRAFT_BEHAVIOR = Rn.z.enum([
9881
9895
  "allow",
9882
9896
  "prompt",
9883
9897
  "never"
9884
9898
  ]);
9885
- ie.F_DELETE_EMPTY_BILL_BEHAVIOR = Sn.z.enum([
9899
+ ie.F_DELETE_EMPTY_BILL_BEHAVIOR = Rn.z.enum([
9886
9900
  "always",
9887
9901
  "prompt",
9888
9902
  "never"
9889
9903
  ]);
9890
- ie.F_ITEM_THRESHOLD_BEHAVIOR = Sn.z.enum(["prompt", "auto_close"]);
9891
- ie.F_ORDER_QUICK_ACTION = Sn.z.enum([
9904
+ ie.F_ITEM_THRESHOLD_BEHAVIOR = Rn.z.enum(["prompt", "auto_close"]);
9905
+ ie.F_ORDER_QUICK_ACTION = Rn.z.enum([
9892
9906
  "SEND_KITCHEN",
9893
9907
  "SEND_KITCHEN_WITH_URGENT",
9894
9908
  "PRINT_CHECKLIST",
@@ -10332,7 +10346,7 @@ sn.FdtoReceiveStockResult = zd.z.object({
10332
10346
  var Ed = {};
10333
10347
  (function(e) {
10334
10348
  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;
10335
- const t = F, n = h, i = Qe, r = j, o = $, s = me, l = Re, c = di;
10349
+ const t = F, n = h, i = Qe, r = j, o = $, s = me, l = Se, c = di;
10336
10350
  e.FdoLicenseProductPlan = n.z.object({
10337
10351
  id: n.z.string(),
10338
10352
  name: n.z.string(),
@@ -10435,7 +10449,7 @@ var Ed = {};
10435
10449
  var Id = {};
10436
10450
  (function(e) {
10437
10451
  Object.defineProperty(e, "__esModule", { value: !0 }), e.FdtoPhoneNumberAndPassword = e.FdoBusinessExpiredDate = e.FdoRestaurantExpiredDate = e.FdtoLicenseUpdate = e.FdtoLicenseVerifySSO = e.FdtoLicenseSSOLogin = void 0;
10438
- const t = h, n = Re;
10452
+ const t = h, n = Se;
10439
10453
  e.FdtoLicenseSSOLogin = t.z.object({
10440
10454
  token: t.z.string(),
10441
10455
  businessId: t.z.string()
@@ -10455,17 +10469,17 @@ var Id = {};
10455
10469
  password: t.z.string()
10456
10470
  });
10457
10471
  })(Id);
10458
- var Rn = {};
10459
- Object.defineProperty(Rn, "__esModule", { value: !0 });
10460
- Rn.FdoCreditTransaction = void 0;
10461
- const te = h, Im = Ht, Tm = Qe, Sm = gn, Rm = zi, Ne = F, bo = ai;
10462
- Rn.FdoCreditTransaction = te.z.object({
10472
+ var Sn = {};
10473
+ Object.defineProperty(Sn, "__esModule", { value: !0 });
10474
+ Sn.FdoCreditTransaction = void 0;
10475
+ const te = h, Im = Ht, Tm = Qe, Rm = gn, Sm = zi, Ne = F, bo = ai;
10476
+ Sn.FdoCreditTransaction = te.z.object({
10463
10477
  _id: te.z.string().superRefine(Ne.isObjectId),
10464
10478
  business: te.z.string().superRefine(Ne.isObjectId),
10465
10479
  pf_business: te.z.lazy(() => Tm.FdoBusiness).nullish().describe(Ne.ZodMeta.mongo().populate({ fromCollection: "Businesses", localField: "business" }).build()),
10466
10480
  member: te.z.string().superRefine(Ne.isObjectId),
10467
- pf_member: te.z.lazy(() => Sm.FdoMember).nullish().describe(Ne.ZodMeta.mongo().populate({ fromCollection: "Members", localField: "member" }).build()),
10468
- source: Rm.F_CREDIT_REF_SOURCE,
10481
+ pf_member: te.z.lazy(() => Rm.FdoMember).nullish().describe(Ne.ZodMeta.mongo().populate({ fromCollection: "Members", localField: "member" }).build()),
10482
+ source: Sm.F_CREDIT_REF_SOURCE,
10469
10483
  ref: te.z.string(),
10470
10484
  remark: te.z.string().nullish(),
10471
10485
  from: bo.FdoCreditBalance,
@@ -10481,7 +10495,7 @@ Rn.FdoCreditTransaction = te.z.object({
10481
10495
  var Td = {};
10482
10496
  (function(e) {
10483
10497
  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;
10484
- const t = F, n = h, i = Si, r = j, o = $, s = Dt;
10498
+ const t = F, n = h, i = Ri, r = j, o = $, s = Dt;
10485
10499
  e.FdtoTopUpSmsCreditBase = n.z.object({
10486
10500
  businessId: n.z.string().superRefine(t.isObjectId),
10487
10501
  amount: r.FdoDinero,
@@ -10527,7 +10541,7 @@ var Td = {};
10527
10541
  quantityAvailable: n.z.number().nullable()
10528
10542
  });
10529
10543
  })(Td);
10530
- var Sd = {};
10544
+ var Rd = {};
10531
10545
  (function(e) {
10532
10546
  Object.defineProperty(e, "__esModule", { value: !0 }), e.FdtoPhoneNotificationOption = e.FdtoBaseNotificationOption = e.FdtoNotificationResponse = void 0;
10533
10547
  const t = h, n = de;
@@ -10540,8 +10554,8 @@ var Sd = {};
10540
10554
  type: t.z.literal(n.F_NOTIFICATION_TYPE.enum.PHONE),
10541
10555
  provider: n.F_PHONE_PROVIDER
10542
10556
  });
10543
- })(Sd);
10544
- var Rd = {};
10557
+ })(Rd);
10558
+ var Sd = {};
10545
10559
  (function(e) {
10546
10560
  Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoSettlement = e.FdoSettlementBeneficiaryBank = void 0;
10547
10561
  const t = h, n = F, i = j, r = Ht;
@@ -10561,11 +10575,11 @@ var Rd = {};
10561
10575
  restaurant: t.z.string().superRefine(n.isObjectId),
10562
10576
  pf_restaurant: t.z.lazy(() => r.FdoRestaurant).nullish().describe(n.ZodMeta.mongo().populate({ fromCollection: "Restaurants", localField: "restaurant" }).build())
10563
10577
  }).describe(n.ZodMeta.mongo().repo("Settlement").build());
10564
- })(Rd);
10578
+ })(Sd);
10565
10579
  var Wr = {};
10566
10580
  Object.defineProperty(Wr, "__esModule", { value: !0 });
10567
10581
  Wr.FdtoPosRestaurantRes = void 0;
10568
- const ke = h, Pm = Re;
10582
+ const ke = h, Pm = Se;
10569
10583
  Wr.FdtoPosRestaurantRes = ke.z.object({
10570
10584
  features: ke.z.array(Pm.F_RESTAURANT_FEATURE),
10571
10585
  id: ke.z.string(),
@@ -10857,7 +10871,7 @@ var Md = {};
10857
10871
  var Jr = {};
10858
10872
  (function(e) {
10859
10873
  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;
10860
- const t = F, n = h, i = He, r = Qe, o = Ht, s = gn, l = Zt, c = ft, m = K, b = j, y = hi, z = Rn, I = Ir;
10874
+ const t = F, n = h, i = He, r = Qe, o = Ht, s = gn, l = Zt, c = ft, m = K, b = j, y = hi, z = Sn, I = Ir;
10861
10875
  e.FdoTitleItem = n.z.object({
10862
10876
  id: n.z.string(),
10863
10877
  dayToExpire: n.z.number()
@@ -10936,7 +10950,7 @@ var Jr = {};
10936
10950
  var Dd = {};
10937
10951
  (function(e) {
10938
10952
  Object.defineProperty(e, "__esModule", { value: !0 }), e.FdoMemberStorePurchase = e.FdtoGetMemberStorePurchaseRes = e.FdtoGetMemberStorePurchaseResCredit = e.FdtoGetMemberStorePurchaseResClaim = e.FdoStoreTransactionRefundInfoRes = e.FdoMemberStorePurchaseMember = e.FdoMemberStorePurchasePayment = void 0;
10939
- const t = F, n = h, i = br, r = Ir, o = ee, s = Rn, l = Jr, c = ft, m = Zt, b = We, y = Ti;
10953
+ const t = F, n = h, i = br, r = Ir, o = ee, s = Sn, l = Jr, c = ft, m = Zt, b = We, y = Ti;
10940
10954
  e.FdoMemberStorePurchasePayment = b.FdoPayment.extend({
10941
10955
  createdAt: n.z.string()
10942
10956
  }), e.FdoMemberStorePurchaseMember = n.z.object({
@@ -11076,7 +11090,7 @@ var Nd = {};
11076
11090
  }), n = k && k.__exportStar || function(i, r) {
11077
11091
  for (var o in i) o !== "default" && !Object.prototype.hasOwnProperty.call(r, o) && t(r, i, o);
11078
11092
  };
11079
- Object.defineProperty(e, "__esModule", { value: !0 }), n(Qn, e), n(Jn, e), n(Xn, e), n(fr, e), n(Zo, e), n(Hs, e), n(Ee, e), n(ti, e), n(Ut, e), n(fi, e), n(un, e), n(qs, e), n(Lt, e), n(gr, e), n(Go, e), n(ni, e), n(_n, e), n(yr, e), n(Er, e), n(br, e), n(xn, e), n(Rt, e), n(Wo, e), n(fn, e), n(oi, e), n(Vt, e), n(on, e), n(G, e), n(Qe, e), n(Qs, e), n(gi, e), n(Js, e), n(Ce, e), n(li, e), n(hn, e), n(Ir, e), n(mn, e), n(Pt, e), n(Xs, e), n(In, e), n(yn, e), n(Jo, e), n(ci, e), n(K, e), n(Tr, e), n(Sr, e), n(j, e), n(Ye, e), n(re, e), n(_e, e), n(Pr, e), n(ia, e), n(st, e), n(ra, e), n(td, e), n(nd, e), n(oa, e), n(yi, e), n(aa, e), n(dt, e), n(yt, e), n(ce, e), n(ii, e), n(Ct, e), n(Ot, e), n(ri, e), n($n, e), n(ee, e), n(id, e), n(Cr, e), n(rd, e), n(Or, e), n(od, e), n(bi, e), n(gt, e), n(cn, e), n(pi, e), n(ln, e), n(vi, e), n(ad, e), n($, e), n(sd, e), n(Ar, e), n(ai, e), n(zi, e), n(Fi, e), n(Mr, e), n(Mt, e), n(He, e), n(he, e), n(gn, e), n(Ei, e), n(Ii, e), n(lt, e), n(ft, e), n(Ti, e), n(Dt, e), n(Si, e), n(de, e), n(Nr, e), n(kr, e), n(ue, e), n(Yt, e), n(da, e), n(la, e), n(ca, e), n(ld, e), n(Br, e), n(wr, e), n(ge, e), n(We, e), n($o, e), n(Le, e), n(jr, e), n(an, e), n(Ur, e), n(Ve, e), n(H, e), n(ud, e), n(ei, e), n(bn, e), n(md, e), n(ua, e), n(hd, e), n(Ze, e), n(_d, e), n(fd, e), n(Vr, e), n(Ri, e), n(_a, e), n(gd, e), n(ie, e), n(zr, e), n(vn, e), n(zn, e), n(Fn, e), n(En, e), n(Ht, e), n(Re, e), n(Zr, e), n(_i, e), n(pn, e), n(yd, e), n(bd, e), n(Pi, e), n(Hr, e), n(At, e), n(Ie, e), n(Nt, e), n(vd, e), n(me, e), n(Qo, e), n(di, e), n(ct, e), n(Yr, e), n(qo, e), n(Gr, e), n(mi, e), n(ui, e), n(Kr, e), n(xo, e), n(sn, e), n(ga, e), n(Ed, e), n(Id, e), n(Rn, e), n(si, e), n(Td, e), n(Sd, e), n(Rd, e), n(Lr, e), n(ha, e), n(Wr, e), n(Fr, e), n(hi, e), n(ta, e), n(vr, e), n(Pd, e), n(Cd, e), n(Od, e), n(Xo, e), n(qr, e), n(Zt, e), n(Qr, e), n(Ad, e), n(Md, e), n(Jr, e), n(Dd, e), n(Nd, e), n(Ci, e);
11093
+ Object.defineProperty(e, "__esModule", { value: !0 }), n(Qn, e), n(Jn, e), n(Xn, e), n(fr, e), n(Zo, e), n(Hs, e), n(Ee, e), n(ti, e), n(Ut, e), n(fi, e), n(un, e), n(qs, e), n(Lt, e), n(gr, e), n(Go, e), n(ni, e), n(_n, e), n(yr, e), n(Er, e), n(br, e), n(xn, e), n(St, e), n(Wo, e), n(fn, e), n(oi, e), n(Vt, e), n(on, e), n(G, e), n(Qe, e), n(Qs, e), n(gi, e), n(Js, e), n(Ce, e), n(li, e), n(hn, e), n(Ir, e), n(mn, e), n(Pt, e), n(Xs, e), n(In, e), n(yn, e), n(Jo, e), n(ci, e), n(K, e), n(Tr, e), n(Rr, e), n(j, e), n(Ye, e), n(re, e), n(_e, e), n(Pr, e), n(ia, e), n(st, e), n(ra, e), n(td, e), n(nd, e), n(oa, e), n(yi, e), n(aa, e), n(dt, e), n(yt, e), n(ce, e), n(ii, e), n(Ct, e), n(Ot, e), n(ri, e), n($n, e), n(ee, e), n(id, e), n(Cr, e), n(rd, e), n(Or, e), n(od, e), n(bi, e), n(gt, e), n(cn, e), n(pi, e), n(ln, e), n(vi, e), n(ad, e), n($, e), n(sd, e), n(Ar, e), n(ai, e), n(zi, e), n(Fi, e), n(Mr, e), n(Mt, e), n(He, e), n(he, e), n(gn, e), n(Ei, e), n(Ii, e), n(lt, e), n(ft, e), n(Ti, e), n(Dt, e), n(Ri, e), n(de, e), n(Nr, e), n(kr, e), n(ue, e), n(Yt, e), n(da, e), n(la, e), n(ca, e), n(ld, e), n(Br, e), n(wr, e), n(ge, e), n(We, e), n($o, e), n(Le, e), n(jr, e), n(an, e), n(Ur, e), n(Ve, e), n(H, e), n(ud, e), n(ei, e), n(bn, e), n(md, e), n(ua, e), n(hd, e), n(Ze, e), n(_d, e), n(fd, e), n(Vr, e), n(Si, e), n(_a, e), n(gd, e), n(ie, e), n(zr, e), n(vn, e), n(zn, e), n(Fn, e), n(En, e), n(Ht, e), n(Se, e), n(Zr, e), n(_i, e), n(pn, e), n(yd, e), n(bd, e), n(Pi, e), n(Hr, e), n(At, e), n(Ie, e), n(Nt, e), n(vd, e), n(me, e), n(Qo, e), n(di, e), n(ct, e), n(Yr, e), n(qo, e), n(Gr, e), n(mi, e), n(ui, e), n(Kr, e), n(xo, e), n(sn, e), n(ga, e), n(Ed, e), n(Id, e), n(Sn, e), n(si, e), n(Td, e), n(Rd, e), n(Sd, e), n(Lr, e), n(ha, e), n(Wr, e), n(Fr, e), n(hi, e), n(ta, e), n(vr, e), n(Pd, e), n(Cd, e), n(Od, e), n(Xo, e), n(qr, e), n(Zt, e), n(Qr, e), n(Ad, e), n(Md, e), n(Jr, e), n(Dd, e), n(Nd, e), n(Ci, e);
11080
11094
  })(Cs);
11081
11095
  const Oo = gc(null), kd = () => Oo.value;
11082
11096
  function Om(e) {
@@ -12365,7 +12379,7 @@ const Do = "@firebase/app", ns = "0.10.13";
12365
12379
  * See the License for the specific language governing permissions and
12366
12380
  * limitations under the License.
12367
12381
  */
12368
- const Ge = new Zd("@firebase/app"), Ih = "@firebase/app-compat", Th = "@firebase/analytics-compat", Sh = "@firebase/analytics", Rh = "@firebase/app-check-compat", Ph = "@firebase/app-check", Ch = "@firebase/auth", Oh = "@firebase/auth-compat", Ah = "@firebase/database", Mh = "@firebase/data-connect", Dh = "@firebase/database-compat", Nh = "@firebase/functions", kh = "@firebase/functions-compat", Bh = "@firebase/installations", wh = "@firebase/installations-compat", jh = "@firebase/messaging", Uh = "@firebase/messaging-compat", Lh = "@firebase/performance", Vh = "@firebase/performance-compat", Zh = "@firebase/remote-config", Hh = "@firebase/remote-config-compat", Yh = "@firebase/storage", Gh = "@firebase/storage-compat", Kh = "@firebase/firestore", qh = "@firebase/vertexai-preview", Wh = "@firebase/firestore-compat", Qh = "firebase", Jh = "10.14.1";
12382
+ const Ge = new Zd("@firebase/app"), Ih = "@firebase/app-compat", Th = "@firebase/analytics-compat", Rh = "@firebase/analytics", Sh = "@firebase/app-check-compat", Ph = "@firebase/app-check", Ch = "@firebase/auth", Oh = "@firebase/auth-compat", Ah = "@firebase/database", Mh = "@firebase/data-connect", Dh = "@firebase/database-compat", Nh = "@firebase/functions", kh = "@firebase/functions-compat", Bh = "@firebase/installations", wh = "@firebase/installations-compat", jh = "@firebase/messaging", Uh = "@firebase/messaging-compat", Lh = "@firebase/performance", Vh = "@firebase/performance-compat", Zh = "@firebase/remote-config", Hh = "@firebase/remote-config-compat", Yh = "@firebase/storage", Gh = "@firebase/storage-compat", Kh = "@firebase/firestore", qh = "@firebase/vertexai-preview", Wh = "@firebase/firestore-compat", Qh = "firebase", Jh = "10.14.1";
12369
12383
  /**
12370
12384
  * @license
12371
12385
  * Copyright 2019 Google LLC
@@ -12385,10 +12399,10 @@ const Ge = new Zd("@firebase/app"), Ih = "@firebase/app-compat", Th = "@firebase
12385
12399
  const No = "[DEFAULT]", Xh = {
12386
12400
  [Do]: "fire-core",
12387
12401
  [Ih]: "fire-core-compat",
12388
- [Sh]: "fire-analytics",
12402
+ [Rh]: "fire-analytics",
12389
12403
  [Th]: "fire-analytics-compat",
12390
12404
  [Ph]: "fire-app-check",
12391
- [Rh]: "fire-app-check-compat",
12405
+ [Sh]: "fire-app-check-compat",
12392
12406
  [Ch]: "fire-auth",
12393
12407
  [Oh]: "fire-auth-compat",
12394
12408
  [Ah]: "fire-rtdb",
@@ -13563,7 +13577,7 @@ async function cr(e) {
13563
13577
  );
13564
13578
  const o = r.users[0];
13565
13579
  e._notifyReloadListener(o);
13566
- const s = !((t = o.providerUserInfo) === null || t === void 0) && t.length ? nl(o.providerUserInfo) : [], l = S_(e.providerData, s), c = e.isAnonymous, m = !(e.email && o.passwordHash) && !(l != null && l.length), b = c ? m : !1, y = {
13580
+ const s = !((t = o.providerUserInfo) === null || t === void 0) && t.length ? nl(o.providerUserInfo) : [], l = R_(e.providerData, s), c = e.isAnonymous, m = !(e.email && o.passwordHash) && !(l != null && l.length), b = c ? m : !1, y = {
13567
13581
  uid: o.localId,
13568
13582
  displayName: o.displayName || null,
13569
13583
  photoURL: o.photoUrl || null,
@@ -13581,7 +13595,7 @@ async function T_(e) {
13581
13595
  const t = Ae(e);
13582
13596
  await cr(t), await t.auth._persistUserIfCurrent(t), t.auth._notifyListenersIfCurrent(t);
13583
13597
  }
13584
- function S_(e, t) {
13598
+ function R_(e, t) {
13585
13599
  return [...e.filter((i) => !t.some((r) => r.providerId === i.providerId)), ...t];
13586
13600
  }
13587
13601
  function nl(e) {
@@ -13613,7 +13627,7 @@ function nl(e) {
13613
13627
  * See the License for the specific language governing permissions and
13614
13628
  * limitations under the License.
13615
13629
  */
13616
- async function R_(e, t) {
13630
+ async function S_(e, t) {
13617
13631
  const n = await xd(e, {}, async () => {
13618
13632
  const i = Ai({
13619
13633
  grant_type: "refresh_token",
@@ -13698,7 +13712,7 @@ class en {
13698
13712
  this.refreshToken = null;
13699
13713
  }
13700
13714
  async refresh(t, n) {
13701
- const { accessToken: i, refreshToken: r, expiresIn: o } = await R_(t, n);
13715
+ const { accessToken: i, refreshToken: r, expiresIn: o } = await S_(t, n);
13702
13716
  this.updateTokensAndExpiration(i, r, Number(o));
13703
13717
  }
13704
13718
  updateTokensAndExpiration(t, n, i) {
@@ -13835,7 +13849,7 @@ class je {
13835
13849
  }
13836
13850
  static _fromJSON(t, n) {
13837
13851
  var i, r, o, s, l, c, m, b;
13838
- const y = (i = n.displayName) !== null && i !== void 0 ? i : void 0, z = (r = n.email) !== null && r !== void 0 ? r : void 0, I = (o = n.phoneNumber) !== null && o !== void 0 ? o : void 0, E = (s = n.photoURL) !== null && s !== void 0 ? s : void 0, P = (l = n.tenantId) !== null && l !== void 0 ? l : void 0, R = (c = n._redirectEventId) !== null && c !== void 0 ? c : void 0, N = (m = n.createdAt) !== null && m !== void 0 ? m : void 0, O = (b = n.lastLoginAt) !== null && b !== void 0 ? b : void 0, { uid: w, emailVerified: B, isAnonymous: Y, providerData: J, stsTokenManager: Me } = n;
13852
+ const y = (i = n.displayName) !== null && i !== void 0 ? i : void 0, z = (r = n.email) !== null && r !== void 0 ? r : void 0, I = (o = n.phoneNumber) !== null && o !== void 0 ? o : void 0, E = (s = n.photoURL) !== null && s !== void 0 ? s : void 0, P = (l = n.tenantId) !== null && l !== void 0 ? l : void 0, S = (c = n._redirectEventId) !== null && c !== void 0 ? c : void 0, N = (m = n.createdAt) !== null && m !== void 0 ? m : void 0, O = (b = n.lastLoginAt) !== null && b !== void 0 ? b : void 0, { uid: w, emailVerified: B, isAnonymous: Y, providerData: J, stsTokenManager: Me } = n;
13839
13853
  C(
13840
13854
  w && Me,
13841
13855
  t,
@@ -13858,7 +13872,7 @@ class je {
13858
13872
  t,
13859
13873
  "internal-error"
13860
13874
  /* AuthErrorCode.INTERNAL_ERROR */
13861
- ), et(I, t.name), et(E, t.name), et(P, t.name), et(R, t.name), et(N, t.name), et(O, t.name);
13875
+ ), et(I, t.name), et(E, t.name), et(P, t.name), et(S, t.name), et(N, t.name), et(O, t.name);
13862
13876
  const Gt = new je({
13863
13877
  uid: w,
13864
13878
  auth: t,
@@ -13873,7 +13887,7 @@ class je {
13873
13887
  createdAt: N,
13874
13888
  lastLoginAt: O
13875
13889
  });
13876
- return J && Array.isArray(J) && (Gt.providerData = J.map((ki) => Object.assign({}, ki))), R && (Gt._redirectEventId = R), Gt;
13890
+ return J && Array.isArray(J) && (Gt.providerData = J.map((ki) => Object.assign({}, ki))), S && (Gt._redirectEventId = S), Gt;
13877
13891
  }
13878
13892
  /**
13879
13893
  * Initialize a User from an idToken server response
@@ -14721,7 +14735,7 @@ class ms {
14721
14735
  * See the License for the specific language governing permissions and
14722
14736
  * limitations under the License.
14723
14737
  */
14724
- let Sa = {
14738
+ let Ra = {
14725
14739
  async loadJS() {
14726
14740
  throw new Error("Unable to load external scripts");
14727
14741
  },
@@ -14730,13 +14744,13 @@ let Sa = {
14730
14744
  gapiScript: ""
14731
14745
  };
14732
14746
  function B_(e) {
14733
- Sa = e;
14747
+ Ra = e;
14734
14748
  }
14735
14749
  function w_(e) {
14736
- return Sa.loadJS(e);
14750
+ return Ra.loadJS(e);
14737
14751
  }
14738
14752
  function j_() {
14739
- return Sa.gapiScript;
14753
+ return Ra.gapiScript;
14740
14754
  }
14741
14755
  function U_(e) {
14742
14756
  return `__${e}${Math.floor(Math.random() * 1e6)}`;
@@ -15855,7 +15869,7 @@ $r.receivers = [];
15855
15869
  * See the License for the specific language governing permissions and
15856
15870
  * limitations under the License.
15857
15871
  */
15858
- function Ra(e = "", t = 10) {
15872
+ function Sa(e = "", t = 10) {
15859
15873
  let n = "";
15860
15874
  for (let i = 0; i < t; i++)
15861
15875
  n += Math.floor(Math.random() * 10);
@@ -15911,7 +15925,7 @@ class nf {
15911
15925
  );
15912
15926
  let o, s;
15913
15927
  return new Promise((l, c) => {
15914
- const m = Ra("", 20);
15928
+ const m = Sa("", 20);
15915
15929
  r.port1.start();
15916
15930
  const b = setTimeout(() => {
15917
15931
  c(new Error(
@@ -15974,11 +15988,11 @@ class nf {
15974
15988
  * See the License for the specific language governing permissions and
15975
15989
  * limitations under the License.
15976
15990
  */
15977
- function Se() {
15991
+ function Re() {
15978
15992
  return window;
15979
15993
  }
15980
15994
  function rf(e) {
15981
- Se().location.href = e;
15995
+ Re().location.href = e;
15982
15996
  }
15983
15997
  /**
15984
15998
  * @license
@@ -15997,7 +16011,7 @@ function rf(e) {
15997
16011
  * limitations under the License.
15998
16012
  */
15999
16013
  function zl() {
16000
- return typeof Se().WorkerGlobalScope < "u" && typeof Se().importScripts == "function";
16014
+ return typeof Re().WorkerGlobalScope < "u" && typeof Re().importScripts == "function";
16001
16015
  }
16002
16016
  async function of() {
16003
16017
  if (!(navigator != null && navigator.serviceWorker))
@@ -16445,7 +16459,7 @@ class $t extends Tl {
16445
16459
  }
16446
16460
  async onExecution() {
16447
16461
  qe(this.filter.length === 1, "Popup operations only handle one event");
16448
- const t = Ra();
16462
+ const t = Sa();
16449
16463
  this.authWindow = await this.resolver._openPopup(
16450
16464
  this.auth,
16451
16465
  this.provider,
@@ -16600,8 +16614,8 @@ async function Tf(e, t, n = !1) {
16600
16614
  * See the License for the specific language governing permissions and
16601
16615
  * limitations under the License.
16602
16616
  */
16603
- const Sf = 10 * 60 * 1e3;
16604
- class Rf {
16617
+ const Rf = 10 * 60 * 1e3;
16618
+ class Sf {
16605
16619
  constructor(t) {
16606
16620
  this.auth = t, this.cachedEventUids = /* @__PURE__ */ new Set(), this.consumers = /* @__PURE__ */ new Set(), this.queuedRedirectEvent = null, this.hasHandledPotentialRedirect = !1, this.lastProcessedEventTime = Date.now();
16607
16621
  }
@@ -16621,7 +16635,7 @@ class Rf {
16621
16635
  }
16622
16636
  sendToConsumer(t, n) {
16623
16637
  var i;
16624
- if (t.error && !Sl(t)) {
16638
+ if (t.error && !Rl(t)) {
16625
16639
  const r = ((i = t.error.code) === null || i === void 0 ? void 0 : i.split("auth/")[1]) || "internal-error";
16626
16640
  n.onError(Te(this.auth, r));
16627
16641
  } else
@@ -16632,7 +16646,7 @@ class Rf {
16632
16646
  return n.filter.includes(t.type) && i;
16633
16647
  }
16634
16648
  hasEventBeenHandled(t) {
16635
- return Date.now() - this.lastProcessedEventTime >= Sf && this.cachedEventUids.clear(), this.cachedEventUids.has(ys(t));
16649
+ return Date.now() - this.lastProcessedEventTime >= Rf && this.cachedEventUids.clear(), this.cachedEventUids.has(ys(t));
16636
16650
  }
16637
16651
  saveEventToCache(t) {
16638
16652
  this.cachedEventUids.add(ys(t)), this.lastProcessedEventTime = Date.now();
@@ -16641,7 +16655,7 @@ class Rf {
16641
16655
  function ys(e) {
16642
16656
  return [e.type, e.eventId, e.sessionId, e.tenantId].filter((t) => t).join("-");
16643
16657
  }
16644
- function Sl({ type: e, error: t }) {
16658
+ function Rl({ type: e, error: t }) {
16645
16659
  return e === "unknown" && (t == null ? void 0 : t.code) === "auth/no-auth-event";
16646
16660
  }
16647
16661
  function Pf(e) {
@@ -16651,7 +16665,7 @@ function Pf(e) {
16651
16665
  case "reauthViaRedirect":
16652
16666
  return !0;
16653
16667
  case "unknown":
16654
- return Sl(e);
16668
+ return Rl(e);
16655
16669
  default:
16656
16670
  return !1;
16657
16671
  }
@@ -16739,7 +16753,7 @@ function Df(e) {
16739
16753
  */
16740
16754
  const Nf = new Mi(3e4, 6e4);
16741
16755
  function bs() {
16742
- const e = Se().___jsl;
16756
+ const e = Re().___jsl;
16743
16757
  if (e != null && e.H) {
16744
16758
  for (const t of Object.keys(e.H))
16745
16759
  if (e.H[t].r = e.H[t].r || [], e.H[t].L = e.H[t].L || [], e.H[t].r = [...e.H[t].L], e.CP)
@@ -16765,13 +16779,13 @@ function kf(e) {
16765
16779
  timeout: Nf.get()
16766
16780
  });
16767
16781
  }
16768
- if (!((r = (i = Se().gapi) === null || i === void 0 ? void 0 : i.iframes) === null || r === void 0) && r.Iframe)
16782
+ if (!((r = (i = Re().gapi) === null || i === void 0 ? void 0 : i.iframes) === null || r === void 0) && r.Iframe)
16769
16783
  t(gapi.iframes.getContext());
16770
- else if (!((o = Se().gapi) === null || o === void 0) && o.load)
16784
+ else if (!((o = Re().gapi) === null || o === void 0) && o.load)
16771
16785
  s();
16772
16786
  else {
16773
16787
  const l = U_("iframefcb");
16774
- return Se()[l] = () => {
16788
+ return Re()[l] = () => {
16775
16789
  gapi.load ? s() : n(Te(
16776
16790
  e,
16777
16791
  "network-request-failed"
@@ -16836,7 +16850,7 @@ function Zf(e) {
16836
16850
  return o.length && (i.fw = o.join(",")), `${n}?${Ai(i).slice(1)}`;
16837
16851
  }
16838
16852
  async function Hf(e) {
16839
- const t = await Bf(e), n = Se().gapi;
16853
+ const t = await Bf(e), n = Re().gapi;
16840
16854
  return C(
16841
16855
  n,
16842
16856
  e,
@@ -16857,11 +16871,11 @@ async function Hf(e) {
16857
16871
  e,
16858
16872
  "network-request-failed"
16859
16873
  /* AuthErrorCode.NETWORK_REQUEST_FAILED */
16860
- ), l = Se().setTimeout(() => {
16874
+ ), l = Re().setTimeout(() => {
16861
16875
  o(s);
16862
16876
  }, wf.get());
16863
16877
  function c() {
16864
- Se().clearTimeout(l), r(i);
16878
+ Re().clearTimeout(l), r(i);
16865
16879
  }
16866
16880
  i.ping(c).then(c, () => {
16867
16881
  o(s);
@@ -17017,7 +17031,7 @@ class tg {
17017
17031
  var o;
17018
17032
  qe((o = this.eventManagers[t._key()]) === null || o === void 0 ? void 0 : o.manager, "_initialize() not called before _openPopup()");
17019
17033
  const s = await vs(t, n, i, Bo(), r);
17020
- return Qf(t, s, Ra());
17034
+ return Qf(t, s, Sa());
17021
17035
  }
17022
17036
  async _openRedirect(t, n, i, r) {
17023
17037
  await this._originValidation(t);
@@ -17037,7 +17051,7 @@ class tg {
17037
17051
  }), i;
17038
17052
  }
17039
17053
  async initAndGetManager(t) {
17040
- const n = await Hf(t), i = new Rf(t);
17054
+ const n = await Hf(t), i = new Sf(t);
17041
17055
  return n.register("authEvent", (r) => (C(
17042
17056
  r == null ? void 0 : r.authEvent,
17043
17057
  t,
@@ -17288,7 +17302,7 @@ og(
17288
17302
  * See the License for the specific language governing permissions and
17289
17303
  * limitations under the License.
17290
17304
  */
17291
- const Rl = "firebasestorage.googleapis.com", Pl = "storageBucket", ug = 2 * 60 * 1e3, mg = 10 * 60 * 1e3;
17305
+ const Sl = "firebasestorage.googleapis.com", Pl = "storageBucket", ug = 2 * 60 * 1e3, mg = 10 * 60 * 1e3;
17292
17306
  /**
17293
17307
  * @license
17294
17308
  * Copyright 2017 Google LLC
@@ -17313,7 +17327,7 @@ class W extends Je {
17313
17327
  * @param status_ - Corresponding HTTP Status Code
17314
17328
  */
17315
17329
  constructor(t, n, i = 0) {
17316
- super(So(t), `Firebase Storage: ${n} (${So(t)})`), this.status_ = i, this.customData = { serverResponse: null }, this._baseMessage = this.message, Object.setPrototypeOf(this, W.prototype);
17330
+ super(Ro(t), `Firebase Storage: ${n} (${Ro(t)})`), this.status_ = i, this.customData = { serverResponse: null }, this._baseMessage = this.message, Object.setPrototypeOf(this, W.prototype);
17317
17331
  }
17318
17332
  get status() {
17319
17333
  return this.status_;
@@ -17325,7 +17339,7 @@ class W extends Je {
17325
17339
  * Compares a `StorageErrorCode` against this error's code, filtering out the prefix.
17326
17340
  */
17327
17341
  _codeEquals(t) {
17328
- return So(t) === this.code;
17342
+ return Ro(t) === this.code;
17329
17343
  }
17330
17344
  /**
17331
17345
  * Optional response message that was added by the server.
@@ -17342,7 +17356,7 @@ var q;
17342
17356
  (function(e) {
17343
17357
  e.UNKNOWN = "unknown", e.OBJECT_NOT_FOUND = "object-not-found", e.BUCKET_NOT_FOUND = "bucket-not-found", e.PROJECT_NOT_FOUND = "project-not-found", e.QUOTA_EXCEEDED = "quota-exceeded", e.UNAUTHENTICATED = "unauthenticated", e.UNAUTHORIZED = "unauthorized", e.UNAUTHORIZED_APP = "unauthorized-app", e.RETRY_LIMIT_EXCEEDED = "retry-limit-exceeded", e.INVALID_CHECKSUM = "invalid-checksum", e.CANCELED = "canceled", e.INVALID_EVENT_NAME = "invalid-event-name", e.INVALID_URL = "invalid-url", e.INVALID_DEFAULT_BUCKET = "invalid-default-bucket", e.NO_DEFAULT_BUCKET = "no-default-bucket", e.CANNOT_SLICE_BLOB = "cannot-slice-blob", e.SERVER_FILE_WRONG_SIZE = "server-file-wrong-size", e.NO_DOWNLOAD_URL = "no-download-url", e.INVALID_ARGUMENT = "invalid-argument", e.INVALID_ARGUMENT_COUNT = "invalid-argument-count", e.APP_DELETED = "app-deleted", e.INVALID_ROOT_OPERATION = "invalid-root-operation", e.INVALID_FORMAT = "invalid-format", e.INTERNAL_ERROR = "internal-error", e.UNSUPPORTED_ENVIRONMENT = "unsupported-environment";
17344
17358
  })(q || (q = {}));
17345
- function So(e) {
17359
+ function Ro(e) {
17346
17360
  return "storage/" + e;
17347
17361
  }
17348
17362
  function Ca() {
@@ -17452,7 +17466,7 @@ class le {
17452
17466
  function m(B) {
17453
17467
  B.path_ = decodeURIComponent(B.path);
17454
17468
  }
17455
- const b = "v[A-Za-z0-9_]+", y = n.replace(/[.]/g, "\\."), z = "(/([^?#]*).*)?$", I = new RegExp(`^https?://${y}/${b}/b/${r}/o${z}`, "i"), E = { bucket: 1, path: 3 }, P = n === Rl ? "(?:storage.googleapis.com|storage.cloud.google.com)" : n, R = "([^?#]*)", N = new RegExp(`^https?://${P}/${r}/${R}`, "i"), w = [
17469
+ const b = "v[A-Za-z0-9_]+", y = n.replace(/[.]/g, "\\."), z = "(/([^?#]*).*)?$", I = new RegExp(`^https?://${y}/${b}/b/${r}/o${z}`, "i"), E = { bucket: 1, path: 3 }, P = n === Sl ? "(?:storage.googleapis.com|storage.cloud.google.com)" : n, S = "([^?#]*)", N = new RegExp(`^https?://${P}/${r}/${S}`, "i"), w = [
17456
17470
  { regex: l, indices: c, postModify: o },
17457
17471
  {
17458
17472
  regex: I,
@@ -17507,34 +17521,34 @@ class Tg {
17507
17521
  * See the License for the specific language governing permissions and
17508
17522
  * limitations under the License.
17509
17523
  */
17510
- function Sg(e, t, n) {
17524
+ function Rg(e, t, n) {
17511
17525
  let i = 1, r = null, o = null, s = !1, l = 0;
17512
17526
  function c() {
17513
17527
  return l === 2;
17514
17528
  }
17515
17529
  let m = !1;
17516
- function b(...R) {
17517
- m || (m = !0, t.apply(null, R));
17530
+ function b(...S) {
17531
+ m || (m = !0, t.apply(null, S));
17518
17532
  }
17519
- function y(R) {
17533
+ function y(S) {
17520
17534
  r = setTimeout(() => {
17521
17535
  r = null, e(I, c());
17522
- }, R);
17536
+ }, S);
17523
17537
  }
17524
17538
  function z() {
17525
17539
  o && clearTimeout(o);
17526
17540
  }
17527
- function I(R, ...N) {
17541
+ function I(S, ...N) {
17528
17542
  if (m) {
17529
17543
  z();
17530
17544
  return;
17531
17545
  }
17532
- if (R) {
17533
- z(), b.call(null, R, ...N);
17546
+ if (S) {
17547
+ z(), b.call(null, S, ...N);
17534
17548
  return;
17535
17549
  }
17536
17550
  if (c() || s) {
17537
- z(), b.call(null, R, ...N);
17551
+ z(), b.call(null, S, ...N);
17538
17552
  return;
17539
17553
  }
17540
17554
  i < 64 && (i *= 2);
@@ -17542,14 +17556,14 @@ function Sg(e, t, n) {
17542
17556
  l === 1 ? (l = 2, w = 0) : w = (i + Math.random()) * 1e3, y(w);
17543
17557
  }
17544
17558
  let E = !1;
17545
- function P(R) {
17546
- E || (E = !0, z(), !m && (r !== null ? (R || (l = 2), clearTimeout(r), y(0)) : R || (l = 1)));
17559
+ function P(S) {
17560
+ E || (E = !0, z(), !m && (r !== null ? (S || (l = 2), clearTimeout(r), y(0)) : S || (l = 1)));
17547
17561
  }
17548
17562
  return y(0), o = setTimeout(() => {
17549
17563
  s = !0, P(!0);
17550
17564
  }, n), P;
17551
17565
  }
17552
- function Rg(e) {
17566
+ function Sg(e) {
17553
17567
  e(!1);
17554
17568
  }
17555
17569
  /**
@@ -17716,7 +17730,7 @@ class Dg {
17716
17730
  s(c);
17717
17731
  }
17718
17732
  };
17719
- this.canceled_ ? n(!1, new Xi(!1, null, !0)) : this.backoffId_ = Sg(t, n, this.timeout_);
17733
+ this.canceled_ ? n(!1, new Xi(!1, null, !0)) : this.backoffId_ = Rg(t, n, this.timeout_);
17720
17734
  }
17721
17735
  /** @inheritDoc */
17722
17736
  getPromise() {
@@ -17724,7 +17738,7 @@ class Dg {
17724
17738
  }
17725
17739
  /** @inheritDoc */
17726
17740
  cancel(t) {
17727
- this.canceled_ = !0, this.appDelete_ = t || !1, this.backoffId_ !== null && Rg(this.backoffId_), this.pendingConnection_ !== null && this.pendingConnection_.abort();
17741
+ this.canceled_ = !0, this.appDelete_ = t || !1, this.backoffId_ !== null && Sg(this.backoffId_), this.pendingConnection_ !== null && this.pendingConnection_.abort();
17728
17742
  }
17729
17743
  }
17730
17744
  class Xi {
@@ -17854,7 +17868,7 @@ const Fe = {
17854
17868
  */
17855
17869
  DATA_URL: "data_url"
17856
17870
  };
17857
- class Ro {
17871
+ class So {
17858
17872
  constructor(t, n) {
17859
17873
  this.data = t, this.contentType = n || null;
17860
17874
  }
@@ -17862,12 +17876,12 @@ class Ro {
17862
17876
  function Hg(e, t) {
17863
17877
  switch (e) {
17864
17878
  case Fe.RAW:
17865
- return new Ro(Al(t));
17879
+ return new So(Al(t));
17866
17880
  case Fe.BASE64:
17867
17881
  case Fe.BASE64URL:
17868
- return new Ro(Ml(e, t));
17882
+ return new So(Ml(e, t));
17869
17883
  case Fe.DATA_URL:
17870
- return new Ro(Gg(t), Kg(t));
17884
+ return new So(Gg(t), Kg(t));
17871
17885
  }
17872
17886
  throw Ca();
17873
17887
  }
@@ -18202,7 +18216,7 @@ Content-Type: ` + m.contentType + `\r
18202
18216
  --` + c + "--", I = ot.getBlob(y, i, z);
18203
18217
  if (I === null)
18204
18218
  throw Fg();
18205
- const E = { name: m.fullPath }, P = Og(o, e.host, e._protocol), R = "POST", N = e.maxUploadRetryTime, O = new ry(P, R, ay(e, n), N);
18219
+ const E = { name: m.fullPath }, P = Og(o, e.host, e._protocol), S = "POST", N = e.maxUploadRetryTime, O = new ry(P, S, ay(e, n), N);
18206
18220
  return O.urlParams = E, O.headers = s, O.body = I.uploadData(), O.errorHandler = sy(t), O;
18207
18221
  }
18208
18222
  class uy {
@@ -18405,7 +18419,7 @@ function by(e, t) {
18405
18419
  } else
18406
18420
  return kl(e, t);
18407
18421
  }
18408
- function Ss(e, t) {
18422
+ function Rs(e, t) {
18409
18423
  const n = t == null ? void 0 : t[Pl];
18410
18424
  return n == null ? null : le.makeFromBucketSpec(n, e);
18411
18425
  }
@@ -18416,7 +18430,7 @@ function py(e, t, n, i = {}) {
18416
18430
  }
18417
18431
  class Aa {
18418
18432
  constructor(t, n, i, r, o) {
18419
- this.app = t, this._authProvider = n, this._appCheckProvider = i, this._url = r, this._firebaseVersion = o, this._bucket = null, this._host = Rl, this._protocol = "https", this._appId = null, this._deleted = !1, this._maxOperationRetryTime = ug, this._maxUploadRetryTime = mg, this._requests = /* @__PURE__ */ new Set(), r != null ? this._bucket = le.makeFromBucketSpec(r, this._host) : this._bucket = Ss(this._host, this.app.options);
18433
+ this.app = t, this._authProvider = n, this._appCheckProvider = i, this._url = r, this._firebaseVersion = o, this._bucket = null, this._host = Sl, this._protocol = "https", this._appId = null, this._deleted = !1, this._maxOperationRetryTime = ug, this._maxUploadRetryTime = mg, this._requests = /* @__PURE__ */ new Set(), r != null ? this._bucket = le.makeFromBucketSpec(r, this._host) : this._bucket = Rs(this._host, this.app.options);
18420
18434
  }
18421
18435
  /**
18422
18436
  * The host string for this service, in the form of `host` or
@@ -18426,7 +18440,7 @@ class Aa {
18426
18440
  return this._host;
18427
18441
  }
18428
18442
  set host(t) {
18429
- this._host = t, this._url != null ? this._bucket = le.makeFromBucketSpec(this._url, t) : this._bucket = Ss(t, this.app.options);
18443
+ this._host = t, this._url != null ? this._bucket = le.makeFromBucketSpec(this._url, t) : this._bucket = Rs(t, this.app.options);
18430
18444
  }
18431
18445
  /**
18432
18446
  * The maximum time to retry uploads in milliseconds.
@@ -18509,7 +18523,7 @@ class Aa {
18509
18523
  return this._makeRequest(t, n, i, r).getPromise();
18510
18524
  }
18511
18525
  }
18512
- const Rs = "@firebase/storage", Ps = "0.13.2";
18526
+ const Ss = "@firebase/storage", Ps = "0.13.2";
18513
18527
  /**
18514
18528
  * @license
18515
18529
  * Copyright 2020 Google LLC
@@ -18553,20 +18567,20 @@ function Ey() {
18553
18567
  Fy,
18554
18568
  "PUBLIC"
18555
18569
  /* ComponentType.PUBLIC */
18556
- ).setMultipleInstances(!0)), ht(Rs, Ps, ""), ht(Rs, Ps, "esm2017");
18570
+ ).setMultipleInstances(!0)), ht(Ss, Ps, ""), ht(Ss, Ps, "esm2017");
18557
18571
  }
18558
18572
  Ey();
18559
18573
  let $i = null;
18560
18574
  function Ma() {
18561
18575
  return $i || ($i = t_().length > 0 ? va() : Gd({
18562
- apiKey: "AIzaSyAj8JdCHtP0Vc5vZobCfgoLzWxPIn0WUG4",
18563
- authDomain: "feedme-dev-4c3ef.firebaseapp.com",
18564
- projectId: "feedme-dev-4c3ef",
18565
- storageBucket: "image.feedmedev.cc",
18566
- messagingSenderId: "458797803788",
18567
- appId: "1:458797803788:web:37f2af2926a84288f0c129",
18568
- measurementId: "G-YH5GZ1DF39",
18569
- databaseURL: "https://feedme-dev-4c3ef.firebaseio.com"
18576
+ apiKey: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4",
18577
+ authDomain: "feedme-253402.firebaseapp.com",
18578
+ projectId: "feedme-253402",
18579
+ storageBucket: "image.feedme.cc",
18580
+ messagingSenderId: "128512026847",
18581
+ appId: "1:128512026847:web:c2d7610ae1874f01dc616a",
18582
+ measurementId: "G-4D8B9X2THG",
18583
+ databaseURL: "https://feedme-253402.firebaseio.com"
18570
18584
  }), $i);
18571
18585
  }
18572
18586
  function Hy() {
@@ -18596,35 +18610,35 @@ const Ty = { class: "flex-1 overflow-auto" }, Gy = /* @__PURE__ */ yc({
18596
18610
  ]);
18597
18611
  };
18598
18612
  }
18599
- }), Sy = "/kiosk", Ry = "/kiosk/device", Py = "/kiosk/order-setting", Cy = "/order-settings", er = {
18600
- KioskRoute: Sy,
18601
- KioskDeviceRoute: Ry,
18613
+ }), Ry = "/kiosk", Sy = "/kiosk/device", Py = "/kiosk/order-setting", Cy = "/order-settings", er = {
18614
+ KioskRoute: Ry,
18615
+ KioskDeviceRoute: Sy,
18602
18616
  KioskOrderSettingRoute: Py,
18603
18617
  OrderSettingView: Cy
18604
18618
  }, Ky = [
18605
18619
  {
18606
18620
  path: er.KioskRoute,
18607
18621
  name: "Kiosk",
18608
- component: () => import("./KioskView-pvtKqW3e.js")
18622
+ component: () => import("./KioskView-6K48HkE4.js")
18609
18623
  },
18610
18624
  {
18611
18625
  path: er.KioskDeviceRoute,
18612
18626
  name: "Kiosk Device",
18613
- component: () => import("./KioskDevicesView-mu33XbDe.js")
18627
+ component: () => import("./KioskDevicesView-CACKpFoO.js")
18614
18628
  },
18615
18629
  {
18616
18630
  path: er.KioskOrderSettingRoute,
18617
18631
  name: "Kiosk Order Setting",
18618
- component: () => import("./KioskSettingView-CAwO1SeK.js")
18632
+ component: () => import("./KioskSettingView-BVjtaNjl.js")
18619
18633
  },
18620
18634
  {
18621
18635
  path: er.OrderSettingView,
18622
18636
  name: "Order Setting View",
18623
- component: () => import("./OrderSettingsView-DgLwwgzb.js")
18637
+ component: () => import("./OrderSettingsView-CStNEAkv.js")
18624
18638
  }
18625
18639
  ], qy = {
18626
18640
  "en-US": Tc,
18627
- "zh-CN": Rc,
18641
+ "zh-CN": Sc,
18628
18642
  "th-TH": Cc,
18629
18643
  "ja-JP": Mc
18630
18644
  };