@feedmepos/mf-order-setting 0.0.21-beta.3 → 0.0.23

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 (109) hide show
  1. package/dist/{KioskDevicesView-Cb7Rw7t8.js → KioskDevicesView-BdJCcotz.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-raPhhBpi.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DUPfN7ti.js} +2 -2
  3. package/dist/KioskSettingView-BChhriPk.js +782 -0
  4. package/dist/KioskView-DPU-oQ1H.js +426 -0
  5. package/dist/{OrderSettingsView-BJ1b1Qjg.js → OrderSettingsView-BOiflwB_.js} +34011 -32822
  6. package/dist/{app-BY258ajB.js → app-CaYWSLe1.js} +39 -17
  7. package/dist/app.js +1 -1
  8. package/dist/common/convertor/index.d.ts +2 -0
  9. package/dist/common/sms/index.d.ts +1 -1
  10. package/dist/common/util/index.d.ts +6 -0
  11. package/dist/{dayjs.min-4COVK72W.js → dayjs.min-8NyoNely.js} +36 -36
  12. package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +5 -2
  13. package/dist/frontend/mf-order/src/app.d.ts +22 -0
  14. package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
  15. package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +13 -0
  16. package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
  17. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +45 -35
  18. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +168 -12
  19. package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
  20. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +581 -716
  21. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +140 -174
  22. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskInstructionSection.vue.d.ts +15 -0
  23. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +4 -3
  24. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +2 -2
  25. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +2 -1
  26. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +3 -0
  27. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +97 -0
  28. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +3 -3
  29. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  30. package/dist/{index-t_7ThPjm.js → index-B7GFhkAE.js} +2 -2
  31. package/dist/package/entity/booking/booking.do.d.ts +1516 -1276
  32. package/dist/package/entity/delivery/delivery.dto.d.ts +298 -251
  33. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +539 -0
  34. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +114 -9
  35. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +862 -4
  36. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
  37. package/dist/package/entity/index.d.ts +34 -22
  38. package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
  39. package/dist/package/entity/kiosk/kiosk.dto.d.ts +12 -12
  40. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1942 -1642
  41. package/dist/package/entity/member/member.dto.d.ts +33 -0
  42. package/dist/package/entity/order/order-item/order-item.dto.d.ts +15 -0
  43. package/dist/package/entity/order/order.do.d.ts +37 -0
  44. package/dist/package/entity/order/order.dto.d.ts +808 -17435
  45. package/dist/package/entity/order/order.enum.d.ts +2 -0
  46. package/dist/package/entity/order-platform/external/auth/external-auth.do.d.ts +12 -0
  47. package/dist/package/entity/order-platform/external/auth/external-auth.dto.d.ts +27 -0
  48. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +2868 -0
  49. package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +21 -0
  50. package/dist/package/entity/order-platform/external/menu/external-menu.enum.d.ts +3 -0
  51. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1373 -0
  52. package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +2834 -0
  53. package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +9 -0
  54. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +127 -0
  55. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +95 -0
  56. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +98 -98
  57. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +345 -297
  58. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
  59. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -3
  60. package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +65 -65
  61. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +311 -263
  62. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
  63. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +7 -7
  64. package/dist/package/entity/order-platform/menu.dto.d.ts +126 -0
  65. package/dist/package/entity/order-platform/order-platform.dto.d.ts +4 -4
  66. package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
  67. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +298 -250
  68. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +115 -0
  69. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +225 -41
  70. package/dist/package/entity/order-setting/kiosk/kiosk.enum.d.ts +3 -0
  71. package/dist/package/entity/order-setting/order-setting.do.d.ts +138 -8
  72. package/dist/package/entity/order-setting/order-setting.dto.d.ts +276 -16
  73. package/dist/package/entity/order-setting/sequence/sequence.do.d.ts +4 -4
  74. package/dist/package/entity/order-setting/sequence/sequence.dto.d.ts +4 -4
  75. package/dist/package/entity/payment/payment.enum.d.ts +2 -0
  76. package/dist/package/entity/printer/printer.do.d.ts +2 -2
  77. package/dist/package/entity/pubsub/ably/ably.do.d.ts +60 -9
  78. package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
  79. package/dist/package/entity/queue/queue.do.d.ts +40 -0
  80. package/dist/package/entity/restaurant/restaurant.dto.d.ts +136 -6
  81. package/dist/package/entity/websocket/websocket.dto.d.ts +288 -0
  82. package/dist/{auth.dto-BOoRSQkS.js → queue.do-CIyIpp22.js} +30390 -29706
  83. package/package.json +4 -3
  84. package/src/api/remoteOrder/index.ts +13 -2
  85. package/src/helpers/menu.ts +2 -2
  86. package/src/locales/en-US.json +13 -2
  87. package/src/locales/zh-CN.json +12 -1
  88. package/src/modules/order-setting/kiosk/interface.ts +16 -0
  89. package/src/stores/order-setting/mapper.ts +58 -7
  90. package/src/stores/restaurant/index.ts +4 -1
  91. package/src/views/kiosk/settings/KioskDineInSection.vue +4 -5
  92. package/src/views/kiosk/settings/KioskDisplayStandSection.vue +36 -0
  93. package/src/views/kiosk/settings/KioskInstructionSection.vue +40 -0
  94. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +30 -19
  95. package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +45 -7
  96. package/src/views/kiosk/settings/KioskSettingView.vue +15 -3
  97. package/src/views/kiosk/settings/KioskTakeawaySection.vue +38 -4
  98. package/src/views/order-settings/delivery/DeliverySetting.vue +82 -6
  99. package/src/views/order-settings/delivery/delivery.data.ts +16 -1
  100. package/src/views/order-settings/delivery/delivery.ts +1 -0
  101. package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +114 -0
  102. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +23 -6
  103. package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +21 -16
  104. package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +58 -59
  105. package/src/views/order-settings/pickup/PickUpSetting.vue +1 -1
  106. package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +216 -165
  107. package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +1 -0
  108. package/dist/KioskSettingView-BQgyeWbo.js +0 -649
  109. package/dist/KioskView-BLkuqfZ_.js +0 -371
@@ -10,7 +10,7 @@ export declare const FdoBookingBase: z.ZodObject<{
10
10
  pf_restaurant: z.ZodOptional<z.ZodObject<{
11
11
  _id: z.ZodEffects<z.ZodString, string, string>;
12
12
  businessId: z.ZodString;
13
- pf_business: z.ZodObject<{
13
+ pf_business: z.ZodNullable<z.ZodOptional<z.ZodObject<{
14
14
  _id: z.ZodEffects<z.ZodString, string, string>;
15
15
  ownerId: z.ZodString;
16
16
  name: z.ZodString;
@@ -21,6 +21,19 @@ export declare const FdoBookingBase: z.ZodObject<{
21
21
  expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
22
22
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23
23
  agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
24
+ attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
25
+ key: z.ZodString;
26
+ type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
27
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
28
+ }, "strip", z.ZodTypeAny, {
29
+ type: "string" | "number" | "boolean" | "date";
30
+ key: string;
31
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
32
+ }, {
33
+ type: "string" | "number" | "boolean" | "date";
34
+ key: string;
35
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
36
+ }>, "many">>>;
24
37
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
25
38
  _id: z.ZodEffects<z.ZodString, string, string>;
26
39
  name: z.ZodString;
@@ -274,6 +287,11 @@ export declare const FdoBookingBase: z.ZodObject<{
274
287
  url?: string | null | undefined;
275
288
  expiredAt?: string | null | undefined;
276
289
  agentId?: string | null | undefined;
290
+ attributeSettings?: {
291
+ type: "string" | "number" | "boolean" | "date";
292
+ key: string;
293
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
294
+ }[] | null | undefined;
277
295
  pf_agent?: {
278
296
  clickupId?: string | null | undefined;
279
297
  members?: {
@@ -335,6 +353,11 @@ export declare const FdoBookingBase: z.ZodObject<{
335
353
  url?: string | null | undefined;
336
354
  expiredAt?: string | null | undefined;
337
355
  agentId?: string | null | undefined;
356
+ attributeSettings?: {
357
+ type: "string" | "number" | "boolean" | "date";
358
+ key: string;
359
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
360
+ }[] | null | undefined;
338
361
  pf_agent?: {
339
362
  clickupId?: string | null | undefined;
340
363
  members?: {
@@ -391,7 +414,7 @@ export declare const FdoBookingBase: z.ZodObject<{
391
414
  restaurantQuota: number;
392
415
  warehouseQuota: number;
393
416
  menuVersion: string;
394
- }>;
417
+ }>>>;
395
418
  features: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<{
396
419
  stock: string;
397
420
  discovery: string;
@@ -2061,10 +2084,12 @@ export declare const FdoBookingBase: z.ZodObject<{
2061
2084
  mapBorderColor?: number | null | undefined;
2062
2085
  mapLineColor?: number | null | undefined;
2063
2086
  }>>>;
2087
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
2064
2088
  }, "strip", z.ZodTypeAny, {
2065
2089
  channel?: string | null | undefined;
2066
2090
  machineId?: string | null | undefined;
2067
2091
  catalogId?: string | null | undefined;
2092
+ customAttributes?: Record<string, any> | null | undefined;
2068
2093
  takeaway?: {
2069
2094
  catalogId?: string | null | undefined;
2070
2095
  } | null | undefined;
@@ -2199,6 +2224,73 @@ export declare const FdoBookingBase: z.ZodObject<{
2199
2224
  acceptQueue?: boolean | null | undefined;
2200
2225
  anonymousOrder: boolean;
2201
2226
  } | null | undefined;
2227
+ pf_business?: {
2228
+ internal?: boolean | null | undefined;
2229
+ url?: string | null | undefined;
2230
+ expiredAt?: string | null | undefined;
2231
+ agentId?: string | null | undefined;
2232
+ attributeSettings?: {
2233
+ type: "string" | "number" | "boolean" | "date";
2234
+ key: string;
2235
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
2236
+ }[] | null | undefined;
2237
+ pf_agent?: {
2238
+ clickupId?: string | null | undefined;
2239
+ members?: {
2240
+ pf_user?: {
2241
+ email?: string | null | undefined;
2242
+ phoneNumber?: string | null | undefined;
2243
+ birthday?: string | null | undefined;
2244
+ gender?: "MALE" | "FEMALE" | null | undefined;
2245
+ addresses?: {
2246
+ name: string;
2247
+ address: string;
2248
+ coordinates: number[];
2249
+ }[] | null | undefined;
2250
+ photoURL?: string | null | undefined;
2251
+ displayName?: string | null | undefined;
2252
+ imported?: {
2253
+ raw: Record<string, any>;
2254
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
2255
+ } | null | undefined;
2256
+ _id: string;
2257
+ } | null | undefined;
2258
+ role: "ADMIN";
2259
+ userId: string;
2260
+ }[] | null | undefined;
2261
+ code: string;
2262
+ name: string;
2263
+ _id: string;
2264
+ isReseller: boolean;
2265
+ } | null | undefined;
2266
+ thumbnail?: string | null | undefined;
2267
+ billingInfos?: {
2268
+ _id?: string | null | undefined;
2269
+ name: string;
2270
+ address: {
2271
+ coordinates?: number[] | null | undefined;
2272
+ line2?: string | null | undefined;
2273
+ state: string;
2274
+ country: string;
2275
+ line1: string;
2276
+ city: string;
2277
+ postcode: string;
2278
+ };
2279
+ email: string;
2280
+ companyName: string;
2281
+ contact: string;
2282
+ }[] | null | undefined;
2283
+ customerDisplayImages?: {
2284
+ url: string;
2285
+ restaurantIds: string[];
2286
+ }[] | null | undefined;
2287
+ name: string;
2288
+ _id: string;
2289
+ ownerId: string;
2290
+ restaurantQuota: number;
2291
+ warehouseQuota: number;
2292
+ menuVersion: string;
2293
+ } | null | undefined;
2202
2294
  features?: string[] | null | undefined;
2203
2295
  machineOtp?: string | null | undefined;
2204
2296
  machineOtpExpiredAt?: string | null | undefined;
@@ -2293,68 +2385,6 @@ export declare const FdoBookingBase: z.ZodObject<{
2293
2385
  } | null | undefined;
2294
2386
  _id: string;
2295
2387
  expiredAt: string;
2296
- pf_business: {
2297
- internal?: boolean | null | undefined;
2298
- url?: string | null | undefined;
2299
- expiredAt?: string | null | undefined;
2300
- agentId?: string | null | undefined;
2301
- pf_agent?: {
2302
- clickupId?: string | null | undefined;
2303
- members?: {
2304
- pf_user?: {
2305
- email?: string | null | undefined;
2306
- phoneNumber?: string | null | undefined;
2307
- birthday?: string | null | undefined;
2308
- gender?: "MALE" | "FEMALE" | null | undefined;
2309
- addresses?: {
2310
- name: string;
2311
- address: string;
2312
- coordinates: number[];
2313
- }[] | null | undefined;
2314
- photoURL?: string | null | undefined;
2315
- displayName?: string | null | undefined;
2316
- imported?: {
2317
- raw: Record<string, any>;
2318
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
2319
- } | null | undefined;
2320
- _id: string;
2321
- } | null | undefined;
2322
- role: "ADMIN";
2323
- userId: string;
2324
- }[] | null | undefined;
2325
- code: string;
2326
- name: string;
2327
- _id: string;
2328
- isReseller: boolean;
2329
- } | null | undefined;
2330
- thumbnail?: string | null | undefined;
2331
- billingInfos?: {
2332
- _id?: string | null | undefined;
2333
- name: string;
2334
- address: {
2335
- coordinates?: number[] | null | undefined;
2336
- line2?: string | null | undefined;
2337
- state: string;
2338
- country: string;
2339
- line1: string;
2340
- city: string;
2341
- postcode: string;
2342
- };
2343
- email: string;
2344
- companyName: string;
2345
- contact: string;
2346
- }[] | null | undefined;
2347
- customerDisplayImages?: {
2348
- url: string;
2349
- restaurantIds: string[];
2350
- }[] | null | undefined;
2351
- name: string;
2352
- _id: string;
2353
- ownerId: string;
2354
- restaurantQuota: number;
2355
- warehouseQuota: number;
2356
- menuVersion: string;
2357
- };
2358
2388
  businessId: string;
2359
2389
  profile: {
2360
2390
  code?: string | null | undefined;
@@ -2437,6 +2467,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2437
2467
  channel?: string | null | undefined;
2438
2468
  machineId?: string | null | undefined;
2439
2469
  catalogId?: string | null | undefined;
2470
+ customAttributes?: Record<string, any> | null | undefined;
2440
2471
  takeaway?: {
2441
2472
  catalogId?: string | null | undefined;
2442
2473
  } | null | undefined;
@@ -2571,6 +2602,73 @@ export declare const FdoBookingBase: z.ZodObject<{
2571
2602
  acceptQueue?: boolean | null | undefined;
2572
2603
  anonymousOrder: boolean;
2573
2604
  } | null | undefined;
2605
+ pf_business?: {
2606
+ internal?: boolean | null | undefined;
2607
+ url?: string | null | undefined;
2608
+ expiredAt?: string | null | undefined;
2609
+ agentId?: string | null | undefined;
2610
+ attributeSettings?: {
2611
+ type: "string" | "number" | "boolean" | "date";
2612
+ key: string;
2613
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
2614
+ }[] | null | undefined;
2615
+ pf_agent?: {
2616
+ clickupId?: string | null | undefined;
2617
+ members?: {
2618
+ pf_user?: {
2619
+ email?: string | null | undefined;
2620
+ phoneNumber?: string | null | undefined;
2621
+ birthday?: string | null | undefined;
2622
+ gender?: "MALE" | "FEMALE" | null | undefined;
2623
+ addresses?: {
2624
+ name: string;
2625
+ address: string;
2626
+ coordinates: number[];
2627
+ }[] | null | undefined;
2628
+ photoURL?: string | null | undefined;
2629
+ displayName?: string | null | undefined;
2630
+ imported?: {
2631
+ raw: Record<string, any>;
2632
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
2633
+ } | null | undefined;
2634
+ _id: string;
2635
+ } | null | undefined;
2636
+ role: "ADMIN";
2637
+ userId: string;
2638
+ }[] | null | undefined;
2639
+ code: string;
2640
+ name: string;
2641
+ _id: string;
2642
+ isReseller: boolean;
2643
+ } | null | undefined;
2644
+ thumbnail?: string | null | undefined;
2645
+ billingInfos?: {
2646
+ _id?: string | null | undefined;
2647
+ name: string;
2648
+ address: {
2649
+ coordinates?: number[] | null | undefined;
2650
+ line2?: string | null | undefined;
2651
+ state: string;
2652
+ country: string;
2653
+ line1: string;
2654
+ city: string;
2655
+ postcode: string;
2656
+ };
2657
+ email: string;
2658
+ companyName: string;
2659
+ contact: string;
2660
+ }[] | null | undefined;
2661
+ customerDisplayImages?: {
2662
+ url: string;
2663
+ restaurantIds: string[];
2664
+ }[] | null | undefined;
2665
+ name: string;
2666
+ _id: string;
2667
+ ownerId: string;
2668
+ restaurantQuota: number;
2669
+ warehouseQuota: number;
2670
+ menuVersion: string;
2671
+ } | null | undefined;
2574
2672
  features?: string[] | null | undefined;
2575
2673
  machineOtp?: string | null | undefined;
2576
2674
  machineOtpExpiredAt?: string | null | undefined;
@@ -2665,68 +2763,6 @@ export declare const FdoBookingBase: z.ZodObject<{
2665
2763
  } | null | undefined;
2666
2764
  _id: string;
2667
2765
  expiredAt: string;
2668
- pf_business: {
2669
- internal?: boolean | null | undefined;
2670
- url?: string | null | undefined;
2671
- expiredAt?: string | null | undefined;
2672
- agentId?: string | null | undefined;
2673
- pf_agent?: {
2674
- clickupId?: string | null | undefined;
2675
- members?: {
2676
- pf_user?: {
2677
- email?: string | null | undefined;
2678
- phoneNumber?: string | null | undefined;
2679
- birthday?: string | null | undefined;
2680
- gender?: "MALE" | "FEMALE" | null | undefined;
2681
- addresses?: {
2682
- name: string;
2683
- address: string;
2684
- coordinates: number[];
2685
- }[] | null | undefined;
2686
- photoURL?: string | null | undefined;
2687
- displayName?: string | null | undefined;
2688
- imported?: {
2689
- raw: Record<string, any>;
2690
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
2691
- } | null | undefined;
2692
- _id: string;
2693
- } | null | undefined;
2694
- role: "ADMIN";
2695
- userId: string;
2696
- }[] | null | undefined;
2697
- code: string;
2698
- name: string;
2699
- _id: string;
2700
- isReseller: boolean;
2701
- } | null | undefined;
2702
- thumbnail?: string | null | undefined;
2703
- billingInfos?: {
2704
- _id?: string | null | undefined;
2705
- name: string;
2706
- address: {
2707
- coordinates?: number[] | null | undefined;
2708
- line2?: string | null | undefined;
2709
- state: string;
2710
- country: string;
2711
- line1: string;
2712
- city: string;
2713
- postcode: string;
2714
- };
2715
- email: string;
2716
- companyName: string;
2717
- contact: string;
2718
- }[] | null | undefined;
2719
- customerDisplayImages?: {
2720
- url: string;
2721
- restaurantIds: string[];
2722
- }[] | null | undefined;
2723
- name: string;
2724
- _id: string;
2725
- ownerId: string;
2726
- restaurantQuota: number;
2727
- warehouseQuota: number;
2728
- menuVersion: string;
2729
- };
2730
2766
  businessId: string;
2731
2767
  profile: {
2732
2768
  code?: string | null | undefined;
@@ -2880,6 +2916,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2880
2916
  channel?: string | null | undefined;
2881
2917
  machineId?: string | null | undefined;
2882
2918
  catalogId?: string | null | undefined;
2919
+ customAttributes?: Record<string, any> | null | undefined;
2883
2920
  takeaway?: {
2884
2921
  catalogId?: string | null | undefined;
2885
2922
  } | null | undefined;
@@ -3014,9 +3051,76 @@ export declare const FdoBookingBase: z.ZodObject<{
3014
3051
  acceptQueue?: boolean | null | undefined;
3015
3052
  anonymousOrder: boolean;
3016
3053
  } | null | undefined;
3017
- features?: string[] | null | undefined;
3018
- machineOtp?: string | null | undefined;
3019
- machineOtpExpiredAt?: string | null | undefined;
3054
+ pf_business?: {
3055
+ internal?: boolean | null | undefined;
3056
+ url?: string | null | undefined;
3057
+ expiredAt?: string | null | undefined;
3058
+ agentId?: string | null | undefined;
3059
+ attributeSettings?: {
3060
+ type: "string" | "number" | "boolean" | "date";
3061
+ key: string;
3062
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
3063
+ }[] | null | undefined;
3064
+ pf_agent?: {
3065
+ clickupId?: string | null | undefined;
3066
+ members?: {
3067
+ pf_user?: {
3068
+ email?: string | null | undefined;
3069
+ phoneNumber?: string | null | undefined;
3070
+ birthday?: string | null | undefined;
3071
+ gender?: "MALE" | "FEMALE" | null | undefined;
3072
+ addresses?: {
3073
+ name: string;
3074
+ address: string;
3075
+ coordinates: number[];
3076
+ }[] | null | undefined;
3077
+ photoURL?: string | null | undefined;
3078
+ displayName?: string | null | undefined;
3079
+ imported?: {
3080
+ raw: Record<string, any>;
3081
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
3082
+ } | null | undefined;
3083
+ _id: string;
3084
+ } | null | undefined;
3085
+ role: "ADMIN";
3086
+ userId: string;
3087
+ }[] | null | undefined;
3088
+ code: string;
3089
+ name: string;
3090
+ _id: string;
3091
+ isReseller: boolean;
3092
+ } | null | undefined;
3093
+ thumbnail?: string | null | undefined;
3094
+ billingInfos?: {
3095
+ _id?: string | null | undefined;
3096
+ name: string;
3097
+ address: {
3098
+ coordinates?: number[] | null | undefined;
3099
+ line2?: string | null | undefined;
3100
+ state: string;
3101
+ country: string;
3102
+ line1: string;
3103
+ city: string;
3104
+ postcode: string;
3105
+ };
3106
+ email: string;
3107
+ companyName: string;
3108
+ contact: string;
3109
+ }[] | null | undefined;
3110
+ customerDisplayImages?: {
3111
+ url: string;
3112
+ restaurantIds: string[];
3113
+ }[] | null | undefined;
3114
+ name: string;
3115
+ _id: string;
3116
+ ownerId: string;
3117
+ restaurantQuota: number;
3118
+ warehouseQuota: number;
3119
+ menuVersion: string;
3120
+ } | null | undefined;
3121
+ features?: string[] | null | undefined;
3122
+ machineOtp?: string | null | undefined;
3123
+ machineOtpExpiredAt?: string | null | undefined;
3020
3124
  posVersion?: string | null | undefined;
3021
3125
  posHeartbeat?: string | null | undefined;
3022
3126
  posVersionHistory?: Record<string, string> | null | undefined;
@@ -3108,68 +3212,6 @@ export declare const FdoBookingBase: z.ZodObject<{
3108
3212
  } | null | undefined;
3109
3213
  _id: string;
3110
3214
  expiredAt: string;
3111
- pf_business: {
3112
- internal?: boolean | null | undefined;
3113
- url?: string | null | undefined;
3114
- expiredAt?: string | null | undefined;
3115
- agentId?: string | null | undefined;
3116
- pf_agent?: {
3117
- clickupId?: string | null | undefined;
3118
- members?: {
3119
- pf_user?: {
3120
- email?: string | null | undefined;
3121
- phoneNumber?: string | null | undefined;
3122
- birthday?: string | null | undefined;
3123
- gender?: "MALE" | "FEMALE" | null | undefined;
3124
- addresses?: {
3125
- name: string;
3126
- address: string;
3127
- coordinates: number[];
3128
- }[] | null | undefined;
3129
- photoURL?: string | null | undefined;
3130
- displayName?: string | null | undefined;
3131
- imported?: {
3132
- raw: Record<string, any>;
3133
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
3134
- } | null | undefined;
3135
- _id: string;
3136
- } | null | undefined;
3137
- role: "ADMIN";
3138
- userId: string;
3139
- }[] | null | undefined;
3140
- code: string;
3141
- name: string;
3142
- _id: string;
3143
- isReseller: boolean;
3144
- } | null | undefined;
3145
- thumbnail?: string | null | undefined;
3146
- billingInfos?: {
3147
- _id?: string | null | undefined;
3148
- name: string;
3149
- address: {
3150
- coordinates?: number[] | null | undefined;
3151
- line2?: string | null | undefined;
3152
- state: string;
3153
- country: string;
3154
- line1: string;
3155
- city: string;
3156
- postcode: string;
3157
- };
3158
- email: string;
3159
- companyName: string;
3160
- contact: string;
3161
- }[] | null | undefined;
3162
- customerDisplayImages?: {
3163
- url: string;
3164
- restaurantIds: string[];
3165
- }[] | null | undefined;
3166
- name: string;
3167
- _id: string;
3168
- ownerId: string;
3169
- restaurantQuota: number;
3170
- warehouseQuota: number;
3171
- menuVersion: string;
3172
- };
3173
3215
  businessId: string;
3174
3216
  profile: {
3175
3217
  code?: string | null | undefined;
@@ -3279,6 +3321,7 @@ export declare const FdoBookingBase: z.ZodObject<{
3279
3321
  channel?: string | null | undefined;
3280
3322
  machineId?: string | null | undefined;
3281
3323
  catalogId?: string | null | undefined;
3324
+ customAttributes?: Record<string, any> | null | undefined;
3282
3325
  takeaway?: {
3283
3326
  catalogId?: string | null | undefined;
3284
3327
  } | null | undefined;
@@ -3413,6 +3456,73 @@ export declare const FdoBookingBase: z.ZodObject<{
3413
3456
  acceptQueue?: boolean | null | undefined;
3414
3457
  anonymousOrder: boolean;
3415
3458
  } | null | undefined;
3459
+ pf_business?: {
3460
+ internal?: boolean | null | undefined;
3461
+ url?: string | null | undefined;
3462
+ expiredAt?: string | null | undefined;
3463
+ agentId?: string | null | undefined;
3464
+ attributeSettings?: {
3465
+ type: "string" | "number" | "boolean" | "date";
3466
+ key: string;
3467
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
3468
+ }[] | null | undefined;
3469
+ pf_agent?: {
3470
+ clickupId?: string | null | undefined;
3471
+ members?: {
3472
+ pf_user?: {
3473
+ email?: string | null | undefined;
3474
+ phoneNumber?: string | null | undefined;
3475
+ birthday?: string | null | undefined;
3476
+ gender?: "MALE" | "FEMALE" | null | undefined;
3477
+ addresses?: {
3478
+ name: string;
3479
+ address: string;
3480
+ coordinates: number[];
3481
+ }[] | null | undefined;
3482
+ photoURL?: string | null | undefined;
3483
+ displayName?: string | null | undefined;
3484
+ imported?: {
3485
+ raw: Record<string, any>;
3486
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
3487
+ } | null | undefined;
3488
+ _id: string;
3489
+ } | null | undefined;
3490
+ role: "ADMIN";
3491
+ userId: string;
3492
+ }[] | null | undefined;
3493
+ code: string;
3494
+ name: string;
3495
+ _id: string;
3496
+ isReseller: boolean;
3497
+ } | null | undefined;
3498
+ thumbnail?: string | null | undefined;
3499
+ billingInfos?: {
3500
+ _id?: string | null | undefined;
3501
+ name: string;
3502
+ address: {
3503
+ coordinates?: number[] | null | undefined;
3504
+ line2?: string | null | undefined;
3505
+ state: string;
3506
+ country: string;
3507
+ line1: string;
3508
+ city: string;
3509
+ postcode: string;
3510
+ };
3511
+ email: string;
3512
+ companyName: string;
3513
+ contact: string;
3514
+ }[] | null | undefined;
3515
+ customerDisplayImages?: {
3516
+ url: string;
3517
+ restaurantIds: string[];
3518
+ }[] | null | undefined;
3519
+ name: string;
3520
+ _id: string;
3521
+ ownerId: string;
3522
+ restaurantQuota: number;
3523
+ warehouseQuota: number;
3524
+ menuVersion: string;
3525
+ } | null | undefined;
3416
3526
  features?: string[] | null | undefined;
3417
3527
  machineOtp?: string | null | undefined;
3418
3528
  machineOtpExpiredAt?: string | null | undefined;
@@ -3507,68 +3617,6 @@ export declare const FdoBookingBase: z.ZodObject<{
3507
3617
  } | null | undefined;
3508
3618
  _id: string;
3509
3619
  expiredAt: string;
3510
- pf_business: {
3511
- internal?: boolean | null | undefined;
3512
- url?: string | null | undefined;
3513
- expiredAt?: string | null | undefined;
3514
- agentId?: string | null | undefined;
3515
- pf_agent?: {
3516
- clickupId?: string | null | undefined;
3517
- members?: {
3518
- pf_user?: {
3519
- email?: string | null | undefined;
3520
- phoneNumber?: string | null | undefined;
3521
- birthday?: string | null | undefined;
3522
- gender?: "MALE" | "FEMALE" | null | undefined;
3523
- addresses?: {
3524
- name: string;
3525
- address: string;
3526
- coordinates: number[];
3527
- }[] | null | undefined;
3528
- photoURL?: string | null | undefined;
3529
- displayName?: string | null | undefined;
3530
- imported?: {
3531
- raw: Record<string, any>;
3532
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
3533
- } | null | undefined;
3534
- _id: string;
3535
- } | null | undefined;
3536
- role: "ADMIN";
3537
- userId: string;
3538
- }[] | null | undefined;
3539
- code: string;
3540
- name: string;
3541
- _id: string;
3542
- isReseller: boolean;
3543
- } | null | undefined;
3544
- thumbnail?: string | null | undefined;
3545
- billingInfos?: {
3546
- _id?: string | null | undefined;
3547
- name: string;
3548
- address: {
3549
- coordinates?: number[] | null | undefined;
3550
- line2?: string | null | undefined;
3551
- state: string;
3552
- country: string;
3553
- line1: string;
3554
- city: string;
3555
- postcode: string;
3556
- };
3557
- email: string;
3558
- companyName: string;
3559
- contact: string;
3560
- }[] | null | undefined;
3561
- customerDisplayImages?: {
3562
- url: string;
3563
- restaurantIds: string[];
3564
- }[] | null | undefined;
3565
- name: string;
3566
- _id: string;
3567
- ownerId: string;
3568
- restaurantQuota: number;
3569
- warehouseQuota: number;
3570
- menuVersion: string;
3571
- };
3572
3620
  businessId: string;
3573
3621
  profile: {
3574
3622
  code?: string | null | undefined;
@@ -3682,7 +3730,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
3682
3730
  pf_restaurant: z.ZodOptional<z.ZodObject<{
3683
3731
  _id: z.ZodEffects<z.ZodString, string, string>;
3684
3732
  businessId: z.ZodString;
3685
- pf_business: z.ZodObject<{
3733
+ pf_business: z.ZodNullable<z.ZodOptional<z.ZodObject<{
3686
3734
  _id: z.ZodEffects<z.ZodString, string, string>;
3687
3735
  ownerId: z.ZodString;
3688
3736
  name: z.ZodString;
@@ -3693,6 +3741,19 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
3693
3741
  expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
3694
3742
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3695
3743
  agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
3744
+ attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
3745
+ key: z.ZodString;
3746
+ type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
3747
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
3748
+ }, "strip", z.ZodTypeAny, {
3749
+ type: "string" | "number" | "boolean" | "date";
3750
+ key: string;
3751
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
3752
+ }, {
3753
+ type: "string" | "number" | "boolean" | "date";
3754
+ key: string;
3755
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
3756
+ }>, "many">>>;
3696
3757
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
3697
3758
  _id: z.ZodEffects<z.ZodString, string, string>;
3698
3759
  name: z.ZodString;
@@ -3946,6 +4007,11 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
3946
4007
  url?: string | null | undefined;
3947
4008
  expiredAt?: string | null | undefined;
3948
4009
  agentId?: string | null | undefined;
4010
+ attributeSettings?: {
4011
+ type: "string" | "number" | "boolean" | "date";
4012
+ key: string;
4013
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
4014
+ }[] | null | undefined;
3949
4015
  pf_agent?: {
3950
4016
  clickupId?: string | null | undefined;
3951
4017
  members?: {
@@ -4007,6 +4073,11 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
4007
4073
  url?: string | null | undefined;
4008
4074
  expiredAt?: string | null | undefined;
4009
4075
  agentId?: string | null | undefined;
4076
+ attributeSettings?: {
4077
+ type: "string" | "number" | "boolean" | "date";
4078
+ key: string;
4079
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
4080
+ }[] | null | undefined;
4010
4081
  pf_agent?: {
4011
4082
  clickupId?: string | null | undefined;
4012
4083
  members?: {
@@ -4063,7 +4134,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
4063
4134
  restaurantQuota: number;
4064
4135
  warehouseQuota: number;
4065
4136
  menuVersion: string;
4066
- }>;
4137
+ }>>>;
4067
4138
  features: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<{
4068
4139
  stock: string;
4069
4140
  discovery: string;
@@ -5733,10 +5804,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5733
5804
  mapBorderColor?: number | null | undefined;
5734
5805
  mapLineColor?: number | null | undefined;
5735
5806
  }>>>;
5807
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5736
5808
  }, "strip", z.ZodTypeAny, {
5737
5809
  channel?: string | null | undefined;
5738
5810
  machineId?: string | null | undefined;
5739
5811
  catalogId?: string | null | undefined;
5812
+ customAttributes?: Record<string, any> | null | undefined;
5740
5813
  takeaway?: {
5741
5814
  catalogId?: string | null | undefined;
5742
5815
  } | null | undefined;
@@ -5871,6 +5944,73 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5871
5944
  acceptQueue?: boolean | null | undefined;
5872
5945
  anonymousOrder: boolean;
5873
5946
  } | null | undefined;
5947
+ pf_business?: {
5948
+ internal?: boolean | null | undefined;
5949
+ url?: string | null | undefined;
5950
+ expiredAt?: string | null | undefined;
5951
+ agentId?: string | null | undefined;
5952
+ attributeSettings?: {
5953
+ type: "string" | "number" | "boolean" | "date";
5954
+ key: string;
5955
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
5956
+ }[] | null | undefined;
5957
+ pf_agent?: {
5958
+ clickupId?: string | null | undefined;
5959
+ members?: {
5960
+ pf_user?: {
5961
+ email?: string | null | undefined;
5962
+ phoneNumber?: string | null | undefined;
5963
+ birthday?: string | null | undefined;
5964
+ gender?: "MALE" | "FEMALE" | null | undefined;
5965
+ addresses?: {
5966
+ name: string;
5967
+ address: string;
5968
+ coordinates: number[];
5969
+ }[] | null | undefined;
5970
+ photoURL?: string | null | undefined;
5971
+ displayName?: string | null | undefined;
5972
+ imported?: {
5973
+ raw: Record<string, any>;
5974
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
5975
+ } | null | undefined;
5976
+ _id: string;
5977
+ } | null | undefined;
5978
+ role: "ADMIN";
5979
+ userId: string;
5980
+ }[] | null | undefined;
5981
+ code: string;
5982
+ name: string;
5983
+ _id: string;
5984
+ isReseller: boolean;
5985
+ } | null | undefined;
5986
+ thumbnail?: string | null | undefined;
5987
+ billingInfos?: {
5988
+ _id?: string | null | undefined;
5989
+ name: string;
5990
+ address: {
5991
+ coordinates?: number[] | null | undefined;
5992
+ line2?: string | null | undefined;
5993
+ state: string;
5994
+ country: string;
5995
+ line1: string;
5996
+ city: string;
5997
+ postcode: string;
5998
+ };
5999
+ email: string;
6000
+ companyName: string;
6001
+ contact: string;
6002
+ }[] | null | undefined;
6003
+ customerDisplayImages?: {
6004
+ url: string;
6005
+ restaurantIds: string[];
6006
+ }[] | null | undefined;
6007
+ name: string;
6008
+ _id: string;
6009
+ ownerId: string;
6010
+ restaurantQuota: number;
6011
+ warehouseQuota: number;
6012
+ menuVersion: string;
6013
+ } | null | undefined;
5874
6014
  features?: string[] | null | undefined;
5875
6015
  machineOtp?: string | null | undefined;
5876
6016
  machineOtpExpiredAt?: string | null | undefined;
@@ -5965,68 +6105,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5965
6105
  } | null | undefined;
5966
6106
  _id: string;
5967
6107
  expiredAt: string;
5968
- pf_business: {
5969
- internal?: boolean | null | undefined;
5970
- url?: string | null | undefined;
5971
- expiredAt?: string | null | undefined;
5972
- agentId?: string | null | undefined;
5973
- pf_agent?: {
5974
- clickupId?: string | null | undefined;
5975
- members?: {
5976
- pf_user?: {
5977
- email?: string | null | undefined;
5978
- phoneNumber?: string | null | undefined;
5979
- birthday?: string | null | undefined;
5980
- gender?: "MALE" | "FEMALE" | null | undefined;
5981
- addresses?: {
5982
- name: string;
5983
- address: string;
5984
- coordinates: number[];
5985
- }[] | null | undefined;
5986
- photoURL?: string | null | undefined;
5987
- displayName?: string | null | undefined;
5988
- imported?: {
5989
- raw: Record<string, any>;
5990
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
5991
- } | null | undefined;
5992
- _id: string;
5993
- } | null | undefined;
5994
- role: "ADMIN";
5995
- userId: string;
5996
- }[] | null | undefined;
5997
- code: string;
5998
- name: string;
5999
- _id: string;
6000
- isReseller: boolean;
6001
- } | null | undefined;
6002
- thumbnail?: string | null | undefined;
6003
- billingInfos?: {
6004
- _id?: string | null | undefined;
6005
- name: string;
6006
- address: {
6007
- coordinates?: number[] | null | undefined;
6008
- line2?: string | null | undefined;
6009
- state: string;
6010
- country: string;
6011
- line1: string;
6012
- city: string;
6013
- postcode: string;
6014
- };
6015
- email: string;
6016
- companyName: string;
6017
- contact: string;
6018
- }[] | null | undefined;
6019
- customerDisplayImages?: {
6020
- url: string;
6021
- restaurantIds: string[];
6022
- }[] | null | undefined;
6023
- name: string;
6024
- _id: string;
6025
- ownerId: string;
6026
- restaurantQuota: number;
6027
- warehouseQuota: number;
6028
- menuVersion: string;
6029
- };
6030
6108
  businessId: string;
6031
6109
  profile: {
6032
6110
  code?: string | null | undefined;
@@ -6109,6 +6187,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6109
6187
  channel?: string | null | undefined;
6110
6188
  machineId?: string | null | undefined;
6111
6189
  catalogId?: string | null | undefined;
6190
+ customAttributes?: Record<string, any> | null | undefined;
6112
6191
  takeaway?: {
6113
6192
  catalogId?: string | null | undefined;
6114
6193
  } | null | undefined;
@@ -6243,6 +6322,73 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6243
6322
  acceptQueue?: boolean | null | undefined;
6244
6323
  anonymousOrder: boolean;
6245
6324
  } | null | undefined;
6325
+ pf_business?: {
6326
+ internal?: boolean | null | undefined;
6327
+ url?: string | null | undefined;
6328
+ expiredAt?: string | null | undefined;
6329
+ agentId?: string | null | undefined;
6330
+ attributeSettings?: {
6331
+ type: "string" | "number" | "boolean" | "date";
6332
+ key: string;
6333
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
6334
+ }[] | null | undefined;
6335
+ pf_agent?: {
6336
+ clickupId?: string | null | undefined;
6337
+ members?: {
6338
+ pf_user?: {
6339
+ email?: string | null | undefined;
6340
+ phoneNumber?: string | null | undefined;
6341
+ birthday?: string | null | undefined;
6342
+ gender?: "MALE" | "FEMALE" | null | undefined;
6343
+ addresses?: {
6344
+ name: string;
6345
+ address: string;
6346
+ coordinates: number[];
6347
+ }[] | null | undefined;
6348
+ photoURL?: string | null | undefined;
6349
+ displayName?: string | null | undefined;
6350
+ imported?: {
6351
+ raw: Record<string, any>;
6352
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
6353
+ } | null | undefined;
6354
+ _id: string;
6355
+ } | null | undefined;
6356
+ role: "ADMIN";
6357
+ userId: string;
6358
+ }[] | null | undefined;
6359
+ code: string;
6360
+ name: string;
6361
+ _id: string;
6362
+ isReseller: boolean;
6363
+ } | null | undefined;
6364
+ thumbnail?: string | null | undefined;
6365
+ billingInfos?: {
6366
+ _id?: string | null | undefined;
6367
+ name: string;
6368
+ address: {
6369
+ coordinates?: number[] | null | undefined;
6370
+ line2?: string | null | undefined;
6371
+ state: string;
6372
+ country: string;
6373
+ line1: string;
6374
+ city: string;
6375
+ postcode: string;
6376
+ };
6377
+ email: string;
6378
+ companyName: string;
6379
+ contact: string;
6380
+ }[] | null | undefined;
6381
+ customerDisplayImages?: {
6382
+ url: string;
6383
+ restaurantIds: string[];
6384
+ }[] | null | undefined;
6385
+ name: string;
6386
+ _id: string;
6387
+ ownerId: string;
6388
+ restaurantQuota: number;
6389
+ warehouseQuota: number;
6390
+ menuVersion: string;
6391
+ } | null | undefined;
6246
6392
  features?: string[] | null | undefined;
6247
6393
  machineOtp?: string | null | undefined;
6248
6394
  machineOtpExpiredAt?: string | null | undefined;
@@ -6337,68 +6483,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6337
6483
  } | null | undefined;
6338
6484
  _id: string;
6339
6485
  expiredAt: string;
6340
- pf_business: {
6341
- internal?: boolean | null | undefined;
6342
- url?: string | null | undefined;
6343
- expiredAt?: string | null | undefined;
6344
- agentId?: string | null | undefined;
6345
- pf_agent?: {
6346
- clickupId?: string | null | undefined;
6347
- members?: {
6348
- pf_user?: {
6349
- email?: string | null | undefined;
6350
- phoneNumber?: string | null | undefined;
6351
- birthday?: string | null | undefined;
6352
- gender?: "MALE" | "FEMALE" | null | undefined;
6353
- addresses?: {
6354
- name: string;
6355
- address: string;
6356
- coordinates: number[];
6357
- }[] | null | undefined;
6358
- photoURL?: string | null | undefined;
6359
- displayName?: string | null | undefined;
6360
- imported?: {
6361
- raw: Record<string, any>;
6362
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
6363
- } | null | undefined;
6364
- _id: string;
6365
- } | null | undefined;
6366
- role: "ADMIN";
6367
- userId: string;
6368
- }[] | null | undefined;
6369
- code: string;
6370
- name: string;
6371
- _id: string;
6372
- isReseller: boolean;
6373
- } | null | undefined;
6374
- thumbnail?: string | null | undefined;
6375
- billingInfos?: {
6376
- _id?: string | null | undefined;
6377
- name: string;
6378
- address: {
6379
- coordinates?: number[] | null | undefined;
6380
- line2?: string | null | undefined;
6381
- state: string;
6382
- country: string;
6383
- line1: string;
6384
- city: string;
6385
- postcode: string;
6386
- };
6387
- email: string;
6388
- companyName: string;
6389
- contact: string;
6390
- }[] | null | undefined;
6391
- customerDisplayImages?: {
6392
- url: string;
6393
- restaurantIds: string[];
6394
- }[] | null | undefined;
6395
- name: string;
6396
- _id: string;
6397
- ownerId: string;
6398
- restaurantQuota: number;
6399
- warehouseQuota: number;
6400
- menuVersion: string;
6401
- };
6402
6486
  businessId: string;
6403
6487
  profile: {
6404
6488
  code?: string | null | undefined;
@@ -6554,6 +6638,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6554
6638
  channel?: string | null | undefined;
6555
6639
  machineId?: string | null | undefined;
6556
6640
  catalogId?: string | null | undefined;
6641
+ customAttributes?: Record<string, any> | null | undefined;
6557
6642
  takeaway?: {
6558
6643
  catalogId?: string | null | undefined;
6559
6644
  } | null | undefined;
@@ -6688,6 +6773,73 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6688
6773
  acceptQueue?: boolean | null | undefined;
6689
6774
  anonymousOrder: boolean;
6690
6775
  } | null | undefined;
6776
+ pf_business?: {
6777
+ internal?: boolean | null | undefined;
6778
+ url?: string | null | undefined;
6779
+ expiredAt?: string | null | undefined;
6780
+ agentId?: string | null | undefined;
6781
+ attributeSettings?: {
6782
+ type: "string" | "number" | "boolean" | "date";
6783
+ key: string;
6784
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
6785
+ }[] | null | undefined;
6786
+ pf_agent?: {
6787
+ clickupId?: string | null | undefined;
6788
+ members?: {
6789
+ pf_user?: {
6790
+ email?: string | null | undefined;
6791
+ phoneNumber?: string | null | undefined;
6792
+ birthday?: string | null | undefined;
6793
+ gender?: "MALE" | "FEMALE" | null | undefined;
6794
+ addresses?: {
6795
+ name: string;
6796
+ address: string;
6797
+ coordinates: number[];
6798
+ }[] | null | undefined;
6799
+ photoURL?: string | null | undefined;
6800
+ displayName?: string | null | undefined;
6801
+ imported?: {
6802
+ raw: Record<string, any>;
6803
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
6804
+ } | null | undefined;
6805
+ _id: string;
6806
+ } | null | undefined;
6807
+ role: "ADMIN";
6808
+ userId: string;
6809
+ }[] | null | undefined;
6810
+ code: string;
6811
+ name: string;
6812
+ _id: string;
6813
+ isReseller: boolean;
6814
+ } | null | undefined;
6815
+ thumbnail?: string | null | undefined;
6816
+ billingInfos?: {
6817
+ _id?: string | null | undefined;
6818
+ name: string;
6819
+ address: {
6820
+ coordinates?: number[] | null | undefined;
6821
+ line2?: string | null | undefined;
6822
+ state: string;
6823
+ country: string;
6824
+ line1: string;
6825
+ city: string;
6826
+ postcode: string;
6827
+ };
6828
+ email: string;
6829
+ companyName: string;
6830
+ contact: string;
6831
+ }[] | null | undefined;
6832
+ customerDisplayImages?: {
6833
+ url: string;
6834
+ restaurantIds: string[];
6835
+ }[] | null | undefined;
6836
+ name: string;
6837
+ _id: string;
6838
+ ownerId: string;
6839
+ restaurantQuota: number;
6840
+ warehouseQuota: number;
6841
+ menuVersion: string;
6842
+ } | null | undefined;
6691
6843
  features?: string[] | null | undefined;
6692
6844
  machineOtp?: string | null | undefined;
6693
6845
  machineOtpExpiredAt?: string | null | undefined;
@@ -6782,68 +6934,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6782
6934
  } | null | undefined;
6783
6935
  _id: string;
6784
6936
  expiredAt: string;
6785
- pf_business: {
6786
- internal?: boolean | null | undefined;
6787
- url?: string | null | undefined;
6788
- expiredAt?: string | null | undefined;
6789
- agentId?: string | null | undefined;
6790
- pf_agent?: {
6791
- clickupId?: string | null | undefined;
6792
- members?: {
6793
- pf_user?: {
6794
- email?: string | null | undefined;
6795
- phoneNumber?: string | null | undefined;
6796
- birthday?: string | null | undefined;
6797
- gender?: "MALE" | "FEMALE" | null | undefined;
6798
- addresses?: {
6799
- name: string;
6800
- address: string;
6801
- coordinates: number[];
6802
- }[] | null | undefined;
6803
- photoURL?: string | null | undefined;
6804
- displayName?: string | null | undefined;
6805
- imported?: {
6806
- raw: Record<string, any>;
6807
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
6808
- } | null | undefined;
6809
- _id: string;
6810
- } | null | undefined;
6811
- role: "ADMIN";
6812
- userId: string;
6813
- }[] | null | undefined;
6814
- code: string;
6815
- name: string;
6816
- _id: string;
6817
- isReseller: boolean;
6818
- } | null | undefined;
6819
- thumbnail?: string | null | undefined;
6820
- billingInfos?: {
6821
- _id?: string | null | undefined;
6822
- name: string;
6823
- address: {
6824
- coordinates?: number[] | null | undefined;
6825
- line2?: string | null | undefined;
6826
- state: string;
6827
- country: string;
6828
- line1: string;
6829
- city: string;
6830
- postcode: string;
6831
- };
6832
- email: string;
6833
- companyName: string;
6834
- contact: string;
6835
- }[] | null | undefined;
6836
- customerDisplayImages?: {
6837
- url: string;
6838
- restaurantIds: string[];
6839
- }[] | null | undefined;
6840
- name: string;
6841
- _id: string;
6842
- ownerId: string;
6843
- restaurantQuota: number;
6844
- warehouseQuota: number;
6845
- menuVersion: string;
6846
- };
6847
6937
  businessId: string;
6848
6938
  profile: {
6849
6939
  code?: string | null | undefined;
@@ -6953,6 +7043,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6953
7043
  channel?: string | null | undefined;
6954
7044
  machineId?: string | null | undefined;
6955
7045
  catalogId?: string | null | undefined;
7046
+ customAttributes?: Record<string, any> | null | undefined;
6956
7047
  takeaway?: {
6957
7048
  catalogId?: string | null | undefined;
6958
7049
  } | null | undefined;
@@ -7087,6 +7178,73 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7087
7178
  acceptQueue?: boolean | null | undefined;
7088
7179
  anonymousOrder: boolean;
7089
7180
  } | null | undefined;
7181
+ pf_business?: {
7182
+ internal?: boolean | null | undefined;
7183
+ url?: string | null | undefined;
7184
+ expiredAt?: string | null | undefined;
7185
+ agentId?: string | null | undefined;
7186
+ attributeSettings?: {
7187
+ type: "string" | "number" | "boolean" | "date";
7188
+ key: string;
7189
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
7190
+ }[] | null | undefined;
7191
+ pf_agent?: {
7192
+ clickupId?: string | null | undefined;
7193
+ members?: {
7194
+ pf_user?: {
7195
+ email?: string | null | undefined;
7196
+ phoneNumber?: string | null | undefined;
7197
+ birthday?: string | null | undefined;
7198
+ gender?: "MALE" | "FEMALE" | null | undefined;
7199
+ addresses?: {
7200
+ name: string;
7201
+ address: string;
7202
+ coordinates: number[];
7203
+ }[] | null | undefined;
7204
+ photoURL?: string | null | undefined;
7205
+ displayName?: string | null | undefined;
7206
+ imported?: {
7207
+ raw: Record<string, any>;
7208
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
7209
+ } | null | undefined;
7210
+ _id: string;
7211
+ } | null | undefined;
7212
+ role: "ADMIN";
7213
+ userId: string;
7214
+ }[] | null | undefined;
7215
+ code: string;
7216
+ name: string;
7217
+ _id: string;
7218
+ isReseller: boolean;
7219
+ } | null | undefined;
7220
+ thumbnail?: string | null | undefined;
7221
+ billingInfos?: {
7222
+ _id?: string | null | undefined;
7223
+ name: string;
7224
+ address: {
7225
+ coordinates?: number[] | null | undefined;
7226
+ line2?: string | null | undefined;
7227
+ state: string;
7228
+ country: string;
7229
+ line1: string;
7230
+ city: string;
7231
+ postcode: string;
7232
+ };
7233
+ email: string;
7234
+ companyName: string;
7235
+ contact: string;
7236
+ }[] | null | undefined;
7237
+ customerDisplayImages?: {
7238
+ url: string;
7239
+ restaurantIds: string[];
7240
+ }[] | null | undefined;
7241
+ name: string;
7242
+ _id: string;
7243
+ ownerId: string;
7244
+ restaurantQuota: number;
7245
+ warehouseQuota: number;
7246
+ menuVersion: string;
7247
+ } | null | undefined;
7090
7248
  features?: string[] | null | undefined;
7091
7249
  machineOtp?: string | null | undefined;
7092
7250
  machineOtpExpiredAt?: string | null | undefined;
@@ -7181,68 +7339,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7181
7339
  } | null | undefined;
7182
7340
  _id: string;
7183
7341
  expiredAt: string;
7184
- pf_business: {
7185
- internal?: boolean | null | undefined;
7186
- url?: string | null | undefined;
7187
- expiredAt?: string | null | undefined;
7188
- agentId?: string | null | undefined;
7189
- pf_agent?: {
7190
- clickupId?: string | null | undefined;
7191
- members?: {
7192
- pf_user?: {
7193
- email?: string | null | undefined;
7194
- phoneNumber?: string | null | undefined;
7195
- birthday?: string | null | undefined;
7196
- gender?: "MALE" | "FEMALE" | null | undefined;
7197
- addresses?: {
7198
- name: string;
7199
- address: string;
7200
- coordinates: number[];
7201
- }[] | null | undefined;
7202
- photoURL?: string | null | undefined;
7203
- displayName?: string | null | undefined;
7204
- imported?: {
7205
- raw: Record<string, any>;
7206
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
7207
- } | null | undefined;
7208
- _id: string;
7209
- } | null | undefined;
7210
- role: "ADMIN";
7211
- userId: string;
7212
- }[] | null | undefined;
7213
- code: string;
7214
- name: string;
7215
- _id: string;
7216
- isReseller: boolean;
7217
- } | null | undefined;
7218
- thumbnail?: string | null | undefined;
7219
- billingInfos?: {
7220
- _id?: string | null | undefined;
7221
- name: string;
7222
- address: {
7223
- coordinates?: number[] | null | undefined;
7224
- line2?: string | null | undefined;
7225
- state: string;
7226
- country: string;
7227
- line1: string;
7228
- city: string;
7229
- postcode: string;
7230
- };
7231
- email: string;
7232
- companyName: string;
7233
- contact: string;
7234
- }[] | null | undefined;
7235
- customerDisplayImages?: {
7236
- url: string;
7237
- restaurantIds: string[];
7238
- }[] | null | undefined;
7239
- name: string;
7240
- _id: string;
7241
- ownerId: string;
7242
- restaurantQuota: number;
7243
- warehouseQuota: number;
7244
- menuVersion: string;
7245
- };
7246
7342
  businessId: string;
7247
7343
  profile: {
7248
7344
  code?: string | null | undefined;
@@ -7357,7 +7453,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
7357
7453
  pf_restaurant: z.ZodOptional<z.ZodObject<{
7358
7454
  _id: z.ZodEffects<z.ZodString, string, string>;
7359
7455
  businessId: z.ZodString;
7360
- pf_business: z.ZodObject<{
7456
+ pf_business: z.ZodNullable<z.ZodOptional<z.ZodObject<{
7361
7457
  _id: z.ZodEffects<z.ZodString, string, string>;
7362
7458
  ownerId: z.ZodString;
7363
7459
  name: z.ZodString;
@@ -7368,6 +7464,19 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
7368
7464
  expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
7369
7465
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7370
7466
  agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
7467
+ attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
7468
+ key: z.ZodString;
7469
+ type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
7470
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
7471
+ }, "strip", z.ZodTypeAny, {
7472
+ type: "string" | "number" | "boolean" | "date";
7473
+ key: string;
7474
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
7475
+ }, {
7476
+ type: "string" | "number" | "boolean" | "date";
7477
+ key: string;
7478
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
7479
+ }>, "many">>>;
7371
7480
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
7372
7481
  _id: z.ZodEffects<z.ZodString, string, string>;
7373
7482
  name: z.ZodString;
@@ -7621,6 +7730,11 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
7621
7730
  url?: string | null | undefined;
7622
7731
  expiredAt?: string | null | undefined;
7623
7732
  agentId?: string | null | undefined;
7733
+ attributeSettings?: {
7734
+ type: "string" | "number" | "boolean" | "date";
7735
+ key: string;
7736
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
7737
+ }[] | null | undefined;
7624
7738
  pf_agent?: {
7625
7739
  clickupId?: string | null | undefined;
7626
7740
  members?: {
@@ -7682,6 +7796,11 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
7682
7796
  url?: string | null | undefined;
7683
7797
  expiredAt?: string | null | undefined;
7684
7798
  agentId?: string | null | undefined;
7799
+ attributeSettings?: {
7800
+ type: "string" | "number" | "boolean" | "date";
7801
+ key: string;
7802
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
7803
+ }[] | null | undefined;
7685
7804
  pf_agent?: {
7686
7805
  clickupId?: string | null | undefined;
7687
7806
  members?: {
@@ -7738,7 +7857,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
7738
7857
  restaurantQuota: number;
7739
7858
  warehouseQuota: number;
7740
7859
  menuVersion: string;
7741
- }>;
7860
+ }>>>;
7742
7861
  features: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<{
7743
7862
  stock: string;
7744
7863
  discovery: string;
@@ -9408,10 +9527,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9408
9527
  mapBorderColor?: number | null | undefined;
9409
9528
  mapLineColor?: number | null | undefined;
9410
9529
  }>>>;
9530
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9411
9531
  }, "strip", z.ZodTypeAny, {
9412
9532
  channel?: string | null | undefined;
9413
9533
  machineId?: string | null | undefined;
9414
9534
  catalogId?: string | null | undefined;
9535
+ customAttributes?: Record<string, any> | null | undefined;
9415
9536
  takeaway?: {
9416
9537
  catalogId?: string | null | undefined;
9417
9538
  } | null | undefined;
@@ -9546,6 +9667,73 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9546
9667
  acceptQueue?: boolean | null | undefined;
9547
9668
  anonymousOrder: boolean;
9548
9669
  } | null | undefined;
9670
+ pf_business?: {
9671
+ internal?: boolean | null | undefined;
9672
+ url?: string | null | undefined;
9673
+ expiredAt?: string | null | undefined;
9674
+ agentId?: string | null | undefined;
9675
+ attributeSettings?: {
9676
+ type: "string" | "number" | "boolean" | "date";
9677
+ key: string;
9678
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
9679
+ }[] | null | undefined;
9680
+ pf_agent?: {
9681
+ clickupId?: string | null | undefined;
9682
+ members?: {
9683
+ pf_user?: {
9684
+ email?: string | null | undefined;
9685
+ phoneNumber?: string | null | undefined;
9686
+ birthday?: string | null | undefined;
9687
+ gender?: "MALE" | "FEMALE" | null | undefined;
9688
+ addresses?: {
9689
+ name: string;
9690
+ address: string;
9691
+ coordinates: number[];
9692
+ }[] | null | undefined;
9693
+ photoURL?: string | null | undefined;
9694
+ displayName?: string | null | undefined;
9695
+ imported?: {
9696
+ raw: Record<string, any>;
9697
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
9698
+ } | null | undefined;
9699
+ _id: string;
9700
+ } | null | undefined;
9701
+ role: "ADMIN";
9702
+ userId: string;
9703
+ }[] | null | undefined;
9704
+ code: string;
9705
+ name: string;
9706
+ _id: string;
9707
+ isReseller: boolean;
9708
+ } | null | undefined;
9709
+ thumbnail?: string | null | undefined;
9710
+ billingInfos?: {
9711
+ _id?: string | null | undefined;
9712
+ name: string;
9713
+ address: {
9714
+ coordinates?: number[] | null | undefined;
9715
+ line2?: string | null | undefined;
9716
+ state: string;
9717
+ country: string;
9718
+ line1: string;
9719
+ city: string;
9720
+ postcode: string;
9721
+ };
9722
+ email: string;
9723
+ companyName: string;
9724
+ contact: string;
9725
+ }[] | null | undefined;
9726
+ customerDisplayImages?: {
9727
+ url: string;
9728
+ restaurantIds: string[];
9729
+ }[] | null | undefined;
9730
+ name: string;
9731
+ _id: string;
9732
+ ownerId: string;
9733
+ restaurantQuota: number;
9734
+ warehouseQuota: number;
9735
+ menuVersion: string;
9736
+ } | null | undefined;
9549
9737
  features?: string[] | null | undefined;
9550
9738
  machineOtp?: string | null | undefined;
9551
9739
  machineOtpExpiredAt?: string | null | undefined;
@@ -9640,68 +9828,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9640
9828
  } | null | undefined;
9641
9829
  _id: string;
9642
9830
  expiredAt: string;
9643
- pf_business: {
9644
- internal?: boolean | null | undefined;
9645
- url?: string | null | undefined;
9646
- expiredAt?: string | null | undefined;
9647
- agentId?: string | null | undefined;
9648
- pf_agent?: {
9649
- clickupId?: string | null | undefined;
9650
- members?: {
9651
- pf_user?: {
9652
- email?: string | null | undefined;
9653
- phoneNumber?: string | null | undefined;
9654
- birthday?: string | null | undefined;
9655
- gender?: "MALE" | "FEMALE" | null | undefined;
9656
- addresses?: {
9657
- name: string;
9658
- address: string;
9659
- coordinates: number[];
9660
- }[] | null | undefined;
9661
- photoURL?: string | null | undefined;
9662
- displayName?: string | null | undefined;
9663
- imported?: {
9664
- raw: Record<string, any>;
9665
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
9666
- } | null | undefined;
9667
- _id: string;
9668
- } | null | undefined;
9669
- role: "ADMIN";
9670
- userId: string;
9671
- }[] | null | undefined;
9672
- code: string;
9673
- name: string;
9674
- _id: string;
9675
- isReseller: boolean;
9676
- } | null | undefined;
9677
- thumbnail?: string | null | undefined;
9678
- billingInfos?: {
9679
- _id?: string | null | undefined;
9680
- name: string;
9681
- address: {
9682
- coordinates?: number[] | null | undefined;
9683
- line2?: string | null | undefined;
9684
- state: string;
9685
- country: string;
9686
- line1: string;
9687
- city: string;
9688
- postcode: string;
9689
- };
9690
- email: string;
9691
- companyName: string;
9692
- contact: string;
9693
- }[] | null | undefined;
9694
- customerDisplayImages?: {
9695
- url: string;
9696
- restaurantIds: string[];
9697
- }[] | null | undefined;
9698
- name: string;
9699
- _id: string;
9700
- ownerId: string;
9701
- restaurantQuota: number;
9702
- warehouseQuota: number;
9703
- menuVersion: string;
9704
- };
9705
9831
  businessId: string;
9706
9832
  profile: {
9707
9833
  code?: string | null | undefined;
@@ -9784,6 +9910,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9784
9910
  channel?: string | null | undefined;
9785
9911
  machineId?: string | null | undefined;
9786
9912
  catalogId?: string | null | undefined;
9913
+ customAttributes?: Record<string, any> | null | undefined;
9787
9914
  takeaway?: {
9788
9915
  catalogId?: string | null | undefined;
9789
9916
  } | null | undefined;
@@ -9918,6 +10045,73 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9918
10045
  acceptQueue?: boolean | null | undefined;
9919
10046
  anonymousOrder: boolean;
9920
10047
  } | null | undefined;
10048
+ pf_business?: {
10049
+ internal?: boolean | null | undefined;
10050
+ url?: string | null | undefined;
10051
+ expiredAt?: string | null | undefined;
10052
+ agentId?: string | null | undefined;
10053
+ attributeSettings?: {
10054
+ type: "string" | "number" | "boolean" | "date";
10055
+ key: string;
10056
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
10057
+ }[] | null | undefined;
10058
+ pf_agent?: {
10059
+ clickupId?: string | null | undefined;
10060
+ members?: {
10061
+ pf_user?: {
10062
+ email?: string | null | undefined;
10063
+ phoneNumber?: string | null | undefined;
10064
+ birthday?: string | null | undefined;
10065
+ gender?: "MALE" | "FEMALE" | null | undefined;
10066
+ addresses?: {
10067
+ name: string;
10068
+ address: string;
10069
+ coordinates: number[];
10070
+ }[] | null | undefined;
10071
+ photoURL?: string | null | undefined;
10072
+ displayName?: string | null | undefined;
10073
+ imported?: {
10074
+ raw: Record<string, any>;
10075
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
10076
+ } | null | undefined;
10077
+ _id: string;
10078
+ } | null | undefined;
10079
+ role: "ADMIN";
10080
+ userId: string;
10081
+ }[] | null | undefined;
10082
+ code: string;
10083
+ name: string;
10084
+ _id: string;
10085
+ isReseller: boolean;
10086
+ } | null | undefined;
10087
+ thumbnail?: string | null | undefined;
10088
+ billingInfos?: {
10089
+ _id?: string | null | undefined;
10090
+ name: string;
10091
+ address: {
10092
+ coordinates?: number[] | null | undefined;
10093
+ line2?: string | null | undefined;
10094
+ state: string;
10095
+ country: string;
10096
+ line1: string;
10097
+ city: string;
10098
+ postcode: string;
10099
+ };
10100
+ email: string;
10101
+ companyName: string;
10102
+ contact: string;
10103
+ }[] | null | undefined;
10104
+ customerDisplayImages?: {
10105
+ url: string;
10106
+ restaurantIds: string[];
10107
+ }[] | null | undefined;
10108
+ name: string;
10109
+ _id: string;
10110
+ ownerId: string;
10111
+ restaurantQuota: number;
10112
+ warehouseQuota: number;
10113
+ menuVersion: string;
10114
+ } | null | undefined;
9921
10115
  features?: string[] | null | undefined;
9922
10116
  machineOtp?: string | null | undefined;
9923
10117
  machineOtpExpiredAt?: string | null | undefined;
@@ -10002,78 +10196,16 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10002
10196
  initialNumber: number;
10003
10197
  endNumber: number;
10004
10198
  currentNumber: number;
10005
- autoCalledLimit: number;
10006
- } | null | undefined;
10007
- tableMappingSetting?: {
10008
- enable?: boolean | null | undefined;
10009
- showSeat?: boolean | null | undefined;
10010
- mapBorderColor?: number | null | undefined;
10011
- mapLineColor?: number | null | undefined;
10012
- } | null | undefined;
10013
- _id: string;
10014
- expiredAt: string;
10015
- pf_business: {
10016
- internal?: boolean | null | undefined;
10017
- url?: string | null | undefined;
10018
- expiredAt?: string | null | undefined;
10019
- agentId?: string | null | undefined;
10020
- pf_agent?: {
10021
- clickupId?: string | null | undefined;
10022
- members?: {
10023
- pf_user?: {
10024
- email?: string | null | undefined;
10025
- phoneNumber?: string | null | undefined;
10026
- birthday?: string | null | undefined;
10027
- gender?: "MALE" | "FEMALE" | null | undefined;
10028
- addresses?: {
10029
- name: string;
10030
- address: string;
10031
- coordinates: number[];
10032
- }[] | null | undefined;
10033
- photoURL?: string | null | undefined;
10034
- displayName?: string | null | undefined;
10035
- imported?: {
10036
- raw: Record<string, any>;
10037
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
10038
- } | null | undefined;
10039
- _id: string;
10040
- } | null | undefined;
10041
- role: "ADMIN";
10042
- userId: string;
10043
- }[] | null | undefined;
10044
- code: string;
10045
- name: string;
10046
- _id: string;
10047
- isReseller: boolean;
10048
- } | null | undefined;
10049
- thumbnail?: string | null | undefined;
10050
- billingInfos?: {
10051
- _id?: string | null | undefined;
10052
- name: string;
10053
- address: {
10054
- coordinates?: number[] | null | undefined;
10055
- line2?: string | null | undefined;
10056
- state: string;
10057
- country: string;
10058
- line1: string;
10059
- city: string;
10060
- postcode: string;
10061
- };
10062
- email: string;
10063
- companyName: string;
10064
- contact: string;
10065
- }[] | null | undefined;
10066
- customerDisplayImages?: {
10067
- url: string;
10068
- restaurantIds: string[];
10069
- }[] | null | undefined;
10070
- name: string;
10071
- _id: string;
10072
- ownerId: string;
10073
- restaurantQuota: number;
10074
- warehouseQuota: number;
10075
- menuVersion: string;
10076
- };
10199
+ autoCalledLimit: number;
10200
+ } | null | undefined;
10201
+ tableMappingSetting?: {
10202
+ enable?: boolean | null | undefined;
10203
+ showSeat?: boolean | null | undefined;
10204
+ mapBorderColor?: number | null | undefined;
10205
+ mapLineColor?: number | null | undefined;
10206
+ } | null | undefined;
10207
+ _id: string;
10208
+ expiredAt: string;
10077
10209
  businessId: string;
10078
10210
  profile: {
10079
10211
  code?: string | null | undefined;
@@ -10230,6 +10362,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10230
10362
  channel?: string | null | undefined;
10231
10363
  machineId?: string | null | undefined;
10232
10364
  catalogId?: string | null | undefined;
10365
+ customAttributes?: Record<string, any> | null | undefined;
10233
10366
  takeaway?: {
10234
10367
  catalogId?: string | null | undefined;
10235
10368
  } | null | undefined;
@@ -10364,6 +10497,73 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10364
10497
  acceptQueue?: boolean | null | undefined;
10365
10498
  anonymousOrder: boolean;
10366
10499
  } | null | undefined;
10500
+ pf_business?: {
10501
+ internal?: boolean | null | undefined;
10502
+ url?: string | null | undefined;
10503
+ expiredAt?: string | null | undefined;
10504
+ agentId?: string | null | undefined;
10505
+ attributeSettings?: {
10506
+ type: "string" | "number" | "boolean" | "date";
10507
+ key: string;
10508
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
10509
+ }[] | null | undefined;
10510
+ pf_agent?: {
10511
+ clickupId?: string | null | undefined;
10512
+ members?: {
10513
+ pf_user?: {
10514
+ email?: string | null | undefined;
10515
+ phoneNumber?: string | null | undefined;
10516
+ birthday?: string | null | undefined;
10517
+ gender?: "MALE" | "FEMALE" | null | undefined;
10518
+ addresses?: {
10519
+ name: string;
10520
+ address: string;
10521
+ coordinates: number[];
10522
+ }[] | null | undefined;
10523
+ photoURL?: string | null | undefined;
10524
+ displayName?: string | null | undefined;
10525
+ imported?: {
10526
+ raw: Record<string, any>;
10527
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
10528
+ } | null | undefined;
10529
+ _id: string;
10530
+ } | null | undefined;
10531
+ role: "ADMIN";
10532
+ userId: string;
10533
+ }[] | null | undefined;
10534
+ code: string;
10535
+ name: string;
10536
+ _id: string;
10537
+ isReseller: boolean;
10538
+ } | null | undefined;
10539
+ thumbnail?: string | null | undefined;
10540
+ billingInfos?: {
10541
+ _id?: string | null | undefined;
10542
+ name: string;
10543
+ address: {
10544
+ coordinates?: number[] | null | undefined;
10545
+ line2?: string | null | undefined;
10546
+ state: string;
10547
+ country: string;
10548
+ line1: string;
10549
+ city: string;
10550
+ postcode: string;
10551
+ };
10552
+ email: string;
10553
+ companyName: string;
10554
+ contact: string;
10555
+ }[] | null | undefined;
10556
+ customerDisplayImages?: {
10557
+ url: string;
10558
+ restaurantIds: string[];
10559
+ }[] | null | undefined;
10560
+ name: string;
10561
+ _id: string;
10562
+ ownerId: string;
10563
+ restaurantQuota: number;
10564
+ warehouseQuota: number;
10565
+ menuVersion: string;
10566
+ } | null | undefined;
10367
10567
  features?: string[] | null | undefined;
10368
10568
  machineOtp?: string | null | undefined;
10369
10569
  machineOtpExpiredAt?: string | null | undefined;
@@ -10458,68 +10658,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10458
10658
  } | null | undefined;
10459
10659
  _id: string;
10460
10660
  expiredAt: string;
10461
- pf_business: {
10462
- internal?: boolean | null | undefined;
10463
- url?: string | null | undefined;
10464
- expiredAt?: string | null | undefined;
10465
- agentId?: string | null | undefined;
10466
- pf_agent?: {
10467
- clickupId?: string | null | undefined;
10468
- members?: {
10469
- pf_user?: {
10470
- email?: string | null | undefined;
10471
- phoneNumber?: string | null | undefined;
10472
- birthday?: string | null | undefined;
10473
- gender?: "MALE" | "FEMALE" | null | undefined;
10474
- addresses?: {
10475
- name: string;
10476
- address: string;
10477
- coordinates: number[];
10478
- }[] | null | undefined;
10479
- photoURL?: string | null | undefined;
10480
- displayName?: string | null | undefined;
10481
- imported?: {
10482
- raw: Record<string, any>;
10483
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
10484
- } | null | undefined;
10485
- _id: string;
10486
- } | null | undefined;
10487
- role: "ADMIN";
10488
- userId: string;
10489
- }[] | null | undefined;
10490
- code: string;
10491
- name: string;
10492
- _id: string;
10493
- isReseller: boolean;
10494
- } | null | undefined;
10495
- thumbnail?: string | null | undefined;
10496
- billingInfos?: {
10497
- _id?: string | null | undefined;
10498
- name: string;
10499
- address: {
10500
- coordinates?: number[] | null | undefined;
10501
- line2?: string | null | undefined;
10502
- state: string;
10503
- country: string;
10504
- line1: string;
10505
- city: string;
10506
- postcode: string;
10507
- };
10508
- email: string;
10509
- companyName: string;
10510
- contact: string;
10511
- }[] | null | undefined;
10512
- customerDisplayImages?: {
10513
- url: string;
10514
- restaurantIds: string[];
10515
- }[] | null | undefined;
10516
- name: string;
10517
- _id: string;
10518
- ownerId: string;
10519
- restaurantQuota: number;
10520
- warehouseQuota: number;
10521
- menuVersion: string;
10522
- };
10523
10661
  businessId: string;
10524
10662
  profile: {
10525
10663
  code?: string | null | undefined;
@@ -10630,6 +10768,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10630
10768
  channel?: string | null | undefined;
10631
10769
  machineId?: string | null | undefined;
10632
10770
  catalogId?: string | null | undefined;
10771
+ customAttributes?: Record<string, any> | null | undefined;
10633
10772
  takeaway?: {
10634
10773
  catalogId?: string | null | undefined;
10635
10774
  } | null | undefined;
@@ -10764,6 +10903,73 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10764
10903
  acceptQueue?: boolean | null | undefined;
10765
10904
  anonymousOrder: boolean;
10766
10905
  } | null | undefined;
10906
+ pf_business?: {
10907
+ internal?: boolean | null | undefined;
10908
+ url?: string | null | undefined;
10909
+ expiredAt?: string | null | undefined;
10910
+ agentId?: string | null | undefined;
10911
+ attributeSettings?: {
10912
+ type: "string" | "number" | "boolean" | "date";
10913
+ key: string;
10914
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
10915
+ }[] | null | undefined;
10916
+ pf_agent?: {
10917
+ clickupId?: string | null | undefined;
10918
+ members?: {
10919
+ pf_user?: {
10920
+ email?: string | null | undefined;
10921
+ phoneNumber?: string | null | undefined;
10922
+ birthday?: string | null | undefined;
10923
+ gender?: "MALE" | "FEMALE" | null | undefined;
10924
+ addresses?: {
10925
+ name: string;
10926
+ address: string;
10927
+ coordinates: number[];
10928
+ }[] | null | undefined;
10929
+ photoURL?: string | null | undefined;
10930
+ displayName?: string | null | undefined;
10931
+ imported?: {
10932
+ raw: Record<string, any>;
10933
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
10934
+ } | null | undefined;
10935
+ _id: string;
10936
+ } | null | undefined;
10937
+ role: "ADMIN";
10938
+ userId: string;
10939
+ }[] | null | undefined;
10940
+ code: string;
10941
+ name: string;
10942
+ _id: string;
10943
+ isReseller: boolean;
10944
+ } | null | undefined;
10945
+ thumbnail?: string | null | undefined;
10946
+ billingInfos?: {
10947
+ _id?: string | null | undefined;
10948
+ name: string;
10949
+ address: {
10950
+ coordinates?: number[] | null | undefined;
10951
+ line2?: string | null | undefined;
10952
+ state: string;
10953
+ country: string;
10954
+ line1: string;
10955
+ city: string;
10956
+ postcode: string;
10957
+ };
10958
+ email: string;
10959
+ companyName: string;
10960
+ contact: string;
10961
+ }[] | null | undefined;
10962
+ customerDisplayImages?: {
10963
+ url: string;
10964
+ restaurantIds: string[];
10965
+ }[] | null | undefined;
10966
+ name: string;
10967
+ _id: string;
10968
+ ownerId: string;
10969
+ restaurantQuota: number;
10970
+ warehouseQuota: number;
10971
+ menuVersion: string;
10972
+ } | null | undefined;
10767
10973
  features?: string[] | null | undefined;
10768
10974
  machineOtp?: string | null | undefined;
10769
10975
  machineOtpExpiredAt?: string | null | undefined;
@@ -10858,68 +11064,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10858
11064
  } | null | undefined;
10859
11065
  _id: string;
10860
11066
  expiredAt: string;
10861
- pf_business: {
10862
- internal?: boolean | null | undefined;
10863
- url?: string | null | undefined;
10864
- expiredAt?: string | null | undefined;
10865
- agentId?: string | null | undefined;
10866
- pf_agent?: {
10867
- clickupId?: string | null | undefined;
10868
- members?: {
10869
- pf_user?: {
10870
- email?: string | null | undefined;
10871
- phoneNumber?: string | null | undefined;
10872
- birthday?: string | null | undefined;
10873
- gender?: "MALE" | "FEMALE" | null | undefined;
10874
- addresses?: {
10875
- name: string;
10876
- address: string;
10877
- coordinates: number[];
10878
- }[] | null | undefined;
10879
- photoURL?: string | null | undefined;
10880
- displayName?: string | null | undefined;
10881
- imported?: {
10882
- raw: Record<string, any>;
10883
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
10884
- } | null | undefined;
10885
- _id: string;
10886
- } | null | undefined;
10887
- role: "ADMIN";
10888
- userId: string;
10889
- }[] | null | undefined;
10890
- code: string;
10891
- name: string;
10892
- _id: string;
10893
- isReseller: boolean;
10894
- } | null | undefined;
10895
- thumbnail?: string | null | undefined;
10896
- billingInfos?: {
10897
- _id?: string | null | undefined;
10898
- name: string;
10899
- address: {
10900
- coordinates?: number[] | null | undefined;
10901
- line2?: string | null | undefined;
10902
- state: string;
10903
- country: string;
10904
- line1: string;
10905
- city: string;
10906
- postcode: string;
10907
- };
10908
- email: string;
10909
- companyName: string;
10910
- contact: string;
10911
- }[] | null | undefined;
10912
- customerDisplayImages?: {
10913
- url: string;
10914
- restaurantIds: string[];
10915
- }[] | null | undefined;
10916
- name: string;
10917
- _id: string;
10918
- ownerId: string;
10919
- restaurantQuota: number;
10920
- warehouseQuota: number;
10921
- menuVersion: string;
10922
- };
10923
11067
  businessId: string;
10924
11068
  profile: {
10925
11069
  code?: string | null | undefined;
@@ -11035,7 +11179,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
11035
11179
  pf_restaurant: z.ZodOptional<z.ZodObject<{
11036
11180
  _id: z.ZodEffects<z.ZodString, string, string>;
11037
11181
  businessId: z.ZodString;
11038
- pf_business: z.ZodObject<{
11182
+ pf_business: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11039
11183
  _id: z.ZodEffects<z.ZodString, string, string>;
11040
11184
  ownerId: z.ZodString;
11041
11185
  name: z.ZodString;
@@ -11046,6 +11190,19 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
11046
11190
  expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
11047
11191
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11048
11192
  agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
11193
+ attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
11194
+ key: z.ZodString;
11195
+ type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
11196
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
11197
+ }, "strip", z.ZodTypeAny, {
11198
+ type: "string" | "number" | "boolean" | "date";
11199
+ key: string;
11200
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
11201
+ }, {
11202
+ type: "string" | "number" | "boolean" | "date";
11203
+ key: string;
11204
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
11205
+ }>, "many">>>;
11049
11206
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
11050
11207
  _id: z.ZodEffects<z.ZodString, string, string>;
11051
11208
  name: z.ZodString;
@@ -11299,6 +11456,11 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
11299
11456
  url?: string | null | undefined;
11300
11457
  expiredAt?: string | null | undefined;
11301
11458
  agentId?: string | null | undefined;
11459
+ attributeSettings?: {
11460
+ type: "string" | "number" | "boolean" | "date";
11461
+ key: string;
11462
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
11463
+ }[] | null | undefined;
11302
11464
  pf_agent?: {
11303
11465
  clickupId?: string | null | undefined;
11304
11466
  members?: {
@@ -11360,6 +11522,11 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
11360
11522
  url?: string | null | undefined;
11361
11523
  expiredAt?: string | null | undefined;
11362
11524
  agentId?: string | null | undefined;
11525
+ attributeSettings?: {
11526
+ type: "string" | "number" | "boolean" | "date";
11527
+ key: string;
11528
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
11529
+ }[] | null | undefined;
11363
11530
  pf_agent?: {
11364
11531
  clickupId?: string | null | undefined;
11365
11532
  members?: {
@@ -11416,7 +11583,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
11416
11583
  restaurantQuota: number;
11417
11584
  warehouseQuota: number;
11418
11585
  menuVersion: string;
11419
- }>;
11586
+ }>>>;
11420
11587
  features: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<{
11421
11588
  stock: string;
11422
11589
  discovery: string;
@@ -13086,10 +13253,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13086
13253
  mapBorderColor?: number | null | undefined;
13087
13254
  mapLineColor?: number | null | undefined;
13088
13255
  }>>>;
13256
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13089
13257
  }, "strip", z.ZodTypeAny, {
13090
13258
  channel?: string | null | undefined;
13091
13259
  machineId?: string | null | undefined;
13092
13260
  catalogId?: string | null | undefined;
13261
+ customAttributes?: Record<string, any> | null | undefined;
13093
13262
  takeaway?: {
13094
13263
  catalogId?: string | null | undefined;
13095
13264
  } | null | undefined;
@@ -13224,6 +13393,73 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13224
13393
  acceptQueue?: boolean | null | undefined;
13225
13394
  anonymousOrder: boolean;
13226
13395
  } | null | undefined;
13396
+ pf_business?: {
13397
+ internal?: boolean | null | undefined;
13398
+ url?: string | null | undefined;
13399
+ expiredAt?: string | null | undefined;
13400
+ agentId?: string | null | undefined;
13401
+ attributeSettings?: {
13402
+ type: "string" | "number" | "boolean" | "date";
13403
+ key: string;
13404
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
13405
+ }[] | null | undefined;
13406
+ pf_agent?: {
13407
+ clickupId?: string | null | undefined;
13408
+ members?: {
13409
+ pf_user?: {
13410
+ email?: string | null | undefined;
13411
+ phoneNumber?: string | null | undefined;
13412
+ birthday?: string | null | undefined;
13413
+ gender?: "MALE" | "FEMALE" | null | undefined;
13414
+ addresses?: {
13415
+ name: string;
13416
+ address: string;
13417
+ coordinates: number[];
13418
+ }[] | null | undefined;
13419
+ photoURL?: string | null | undefined;
13420
+ displayName?: string | null | undefined;
13421
+ imported?: {
13422
+ raw: Record<string, any>;
13423
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
13424
+ } | null | undefined;
13425
+ _id: string;
13426
+ } | null | undefined;
13427
+ role: "ADMIN";
13428
+ userId: string;
13429
+ }[] | null | undefined;
13430
+ code: string;
13431
+ name: string;
13432
+ _id: string;
13433
+ isReseller: boolean;
13434
+ } | null | undefined;
13435
+ thumbnail?: string | null | undefined;
13436
+ billingInfos?: {
13437
+ _id?: string | null | undefined;
13438
+ name: string;
13439
+ address: {
13440
+ coordinates?: number[] | null | undefined;
13441
+ line2?: string | null | undefined;
13442
+ state: string;
13443
+ country: string;
13444
+ line1: string;
13445
+ city: string;
13446
+ postcode: string;
13447
+ };
13448
+ email: string;
13449
+ companyName: string;
13450
+ contact: string;
13451
+ }[] | null | undefined;
13452
+ customerDisplayImages?: {
13453
+ url: string;
13454
+ restaurantIds: string[];
13455
+ }[] | null | undefined;
13456
+ name: string;
13457
+ _id: string;
13458
+ ownerId: string;
13459
+ restaurantQuota: number;
13460
+ warehouseQuota: number;
13461
+ menuVersion: string;
13462
+ } | null | undefined;
13227
13463
  features?: string[] | null | undefined;
13228
13464
  machineOtp?: string | null | undefined;
13229
13465
  machineOtpExpiredAt?: string | null | undefined;
@@ -13318,68 +13554,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13318
13554
  } | null | undefined;
13319
13555
  _id: string;
13320
13556
  expiredAt: string;
13321
- pf_business: {
13322
- internal?: boolean | null | undefined;
13323
- url?: string | null | undefined;
13324
- expiredAt?: string | null | undefined;
13325
- agentId?: string | null | undefined;
13326
- pf_agent?: {
13327
- clickupId?: string | null | undefined;
13328
- members?: {
13329
- pf_user?: {
13330
- email?: string | null | undefined;
13331
- phoneNumber?: string | null | undefined;
13332
- birthday?: string | null | undefined;
13333
- gender?: "MALE" | "FEMALE" | null | undefined;
13334
- addresses?: {
13335
- name: string;
13336
- address: string;
13337
- coordinates: number[];
13338
- }[] | null | undefined;
13339
- photoURL?: string | null | undefined;
13340
- displayName?: string | null | undefined;
13341
- imported?: {
13342
- raw: Record<string, any>;
13343
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
13344
- } | null | undefined;
13345
- _id: string;
13346
- } | null | undefined;
13347
- role: "ADMIN";
13348
- userId: string;
13349
- }[] | null | undefined;
13350
- code: string;
13351
- name: string;
13352
- _id: string;
13353
- isReseller: boolean;
13354
- } | null | undefined;
13355
- thumbnail?: string | null | undefined;
13356
- billingInfos?: {
13357
- _id?: string | null | undefined;
13358
- name: string;
13359
- address: {
13360
- coordinates?: number[] | null | undefined;
13361
- line2?: string | null | undefined;
13362
- state: string;
13363
- country: string;
13364
- line1: string;
13365
- city: string;
13366
- postcode: string;
13367
- };
13368
- email: string;
13369
- companyName: string;
13370
- contact: string;
13371
- }[] | null | undefined;
13372
- customerDisplayImages?: {
13373
- url: string;
13374
- restaurantIds: string[];
13375
- }[] | null | undefined;
13376
- name: string;
13377
- _id: string;
13378
- ownerId: string;
13379
- restaurantQuota: number;
13380
- warehouseQuota: number;
13381
- menuVersion: string;
13382
- };
13383
13557
  businessId: string;
13384
13558
  profile: {
13385
13559
  code?: string | null | undefined;
@@ -13462,6 +13636,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13462
13636
  channel?: string | null | undefined;
13463
13637
  machineId?: string | null | undefined;
13464
13638
  catalogId?: string | null | undefined;
13639
+ customAttributes?: Record<string, any> | null | undefined;
13465
13640
  takeaway?: {
13466
13641
  catalogId?: string | null | undefined;
13467
13642
  } | null | undefined;
@@ -13596,6 +13771,73 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13596
13771
  acceptQueue?: boolean | null | undefined;
13597
13772
  anonymousOrder: boolean;
13598
13773
  } | null | undefined;
13774
+ pf_business?: {
13775
+ internal?: boolean | null | undefined;
13776
+ url?: string | null | undefined;
13777
+ expiredAt?: string | null | undefined;
13778
+ agentId?: string | null | undefined;
13779
+ attributeSettings?: {
13780
+ type: "string" | "number" | "boolean" | "date";
13781
+ key: string;
13782
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
13783
+ }[] | null | undefined;
13784
+ pf_agent?: {
13785
+ clickupId?: string | null | undefined;
13786
+ members?: {
13787
+ pf_user?: {
13788
+ email?: string | null | undefined;
13789
+ phoneNumber?: string | null | undefined;
13790
+ birthday?: string | null | undefined;
13791
+ gender?: "MALE" | "FEMALE" | null | undefined;
13792
+ addresses?: {
13793
+ name: string;
13794
+ address: string;
13795
+ coordinates: number[];
13796
+ }[] | null | undefined;
13797
+ photoURL?: string | null | undefined;
13798
+ displayName?: string | null | undefined;
13799
+ imported?: {
13800
+ raw: Record<string, any>;
13801
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
13802
+ } | null | undefined;
13803
+ _id: string;
13804
+ } | null | undefined;
13805
+ role: "ADMIN";
13806
+ userId: string;
13807
+ }[] | null | undefined;
13808
+ code: string;
13809
+ name: string;
13810
+ _id: string;
13811
+ isReseller: boolean;
13812
+ } | null | undefined;
13813
+ thumbnail?: string | null | undefined;
13814
+ billingInfos?: {
13815
+ _id?: string | null | undefined;
13816
+ name: string;
13817
+ address: {
13818
+ coordinates?: number[] | null | undefined;
13819
+ line2?: string | null | undefined;
13820
+ state: string;
13821
+ country: string;
13822
+ line1: string;
13823
+ city: string;
13824
+ postcode: string;
13825
+ };
13826
+ email: string;
13827
+ companyName: string;
13828
+ contact: string;
13829
+ }[] | null | undefined;
13830
+ customerDisplayImages?: {
13831
+ url: string;
13832
+ restaurantIds: string[];
13833
+ }[] | null | undefined;
13834
+ name: string;
13835
+ _id: string;
13836
+ ownerId: string;
13837
+ restaurantQuota: number;
13838
+ warehouseQuota: number;
13839
+ menuVersion: string;
13840
+ } | null | undefined;
13599
13841
  features?: string[] | null | undefined;
13600
13842
  machineOtp?: string | null | undefined;
13601
13843
  machineOtpExpiredAt?: string | null | undefined;
@@ -13687,71 +13929,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13687
13929
  showSeat?: boolean | null | undefined;
13688
13930
  mapBorderColor?: number | null | undefined;
13689
13931
  mapLineColor?: number | null | undefined;
13690
- } | null | undefined;
13691
- _id: string;
13692
- expiredAt: string;
13693
- pf_business: {
13694
- internal?: boolean | null | undefined;
13695
- url?: string | null | undefined;
13696
- expiredAt?: string | null | undefined;
13697
- agentId?: string | null | undefined;
13698
- pf_agent?: {
13699
- clickupId?: string | null | undefined;
13700
- members?: {
13701
- pf_user?: {
13702
- email?: string | null | undefined;
13703
- phoneNumber?: string | null | undefined;
13704
- birthday?: string | null | undefined;
13705
- gender?: "MALE" | "FEMALE" | null | undefined;
13706
- addresses?: {
13707
- name: string;
13708
- address: string;
13709
- coordinates: number[];
13710
- }[] | null | undefined;
13711
- photoURL?: string | null | undefined;
13712
- displayName?: string | null | undefined;
13713
- imported?: {
13714
- raw: Record<string, any>;
13715
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
13716
- } | null | undefined;
13717
- _id: string;
13718
- } | null | undefined;
13719
- role: "ADMIN";
13720
- userId: string;
13721
- }[] | null | undefined;
13722
- code: string;
13723
- name: string;
13724
- _id: string;
13725
- isReseller: boolean;
13726
- } | null | undefined;
13727
- thumbnail?: string | null | undefined;
13728
- billingInfos?: {
13729
- _id?: string | null | undefined;
13730
- name: string;
13731
- address: {
13732
- coordinates?: number[] | null | undefined;
13733
- line2?: string | null | undefined;
13734
- state: string;
13735
- country: string;
13736
- line1: string;
13737
- city: string;
13738
- postcode: string;
13739
- };
13740
- email: string;
13741
- companyName: string;
13742
- contact: string;
13743
- }[] | null | undefined;
13744
- customerDisplayImages?: {
13745
- url: string;
13746
- restaurantIds: string[];
13747
- }[] | null | undefined;
13748
- name: string;
13749
- _id: string;
13750
- ownerId: string;
13751
- restaurantQuota: number;
13752
- warehouseQuota: number;
13753
- menuVersion: string;
13754
- };
13932
+ } | null | undefined;
13933
+ _id: string;
13934
+ expiredAt: string;
13755
13935
  businessId: string;
13756
13936
  profile: {
13757
13937
  code?: string | null | undefined;
@@ -13907,6 +14087,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13907
14087
  channel?: string | null | undefined;
13908
14088
  machineId?: string | null | undefined;
13909
14089
  catalogId?: string | null | undefined;
14090
+ customAttributes?: Record<string, any> | null | undefined;
13910
14091
  takeaway?: {
13911
14092
  catalogId?: string | null | undefined;
13912
14093
  } | null | undefined;
@@ -14041,6 +14222,73 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14041
14222
  acceptQueue?: boolean | null | undefined;
14042
14223
  anonymousOrder: boolean;
14043
14224
  } | null | undefined;
14225
+ pf_business?: {
14226
+ internal?: boolean | null | undefined;
14227
+ url?: string | null | undefined;
14228
+ expiredAt?: string | null | undefined;
14229
+ agentId?: string | null | undefined;
14230
+ attributeSettings?: {
14231
+ type: "string" | "number" | "boolean" | "date";
14232
+ key: string;
14233
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
14234
+ }[] | null | undefined;
14235
+ pf_agent?: {
14236
+ clickupId?: string | null | undefined;
14237
+ members?: {
14238
+ pf_user?: {
14239
+ email?: string | null | undefined;
14240
+ phoneNumber?: string | null | undefined;
14241
+ birthday?: string | null | undefined;
14242
+ gender?: "MALE" | "FEMALE" | null | undefined;
14243
+ addresses?: {
14244
+ name: string;
14245
+ address: string;
14246
+ coordinates: number[];
14247
+ }[] | null | undefined;
14248
+ photoURL?: string | null | undefined;
14249
+ displayName?: string | null | undefined;
14250
+ imported?: {
14251
+ raw: Record<string, any>;
14252
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
14253
+ } | null | undefined;
14254
+ _id: string;
14255
+ } | null | undefined;
14256
+ role: "ADMIN";
14257
+ userId: string;
14258
+ }[] | null | undefined;
14259
+ code: string;
14260
+ name: string;
14261
+ _id: string;
14262
+ isReseller: boolean;
14263
+ } | null | undefined;
14264
+ thumbnail?: string | null | undefined;
14265
+ billingInfos?: {
14266
+ _id?: string | null | undefined;
14267
+ name: string;
14268
+ address: {
14269
+ coordinates?: number[] | null | undefined;
14270
+ line2?: string | null | undefined;
14271
+ state: string;
14272
+ country: string;
14273
+ line1: string;
14274
+ city: string;
14275
+ postcode: string;
14276
+ };
14277
+ email: string;
14278
+ companyName: string;
14279
+ contact: string;
14280
+ }[] | null | undefined;
14281
+ customerDisplayImages?: {
14282
+ url: string;
14283
+ restaurantIds: string[];
14284
+ }[] | null | undefined;
14285
+ name: string;
14286
+ _id: string;
14287
+ ownerId: string;
14288
+ restaurantQuota: number;
14289
+ warehouseQuota: number;
14290
+ menuVersion: string;
14291
+ } | null | undefined;
14044
14292
  features?: string[] | null | undefined;
14045
14293
  machineOtp?: string | null | undefined;
14046
14294
  machineOtpExpiredAt?: string | null | undefined;
@@ -14135,68 +14383,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14135
14383
  } | null | undefined;
14136
14384
  _id: string;
14137
14385
  expiredAt: string;
14138
- pf_business: {
14139
- internal?: boolean | null | undefined;
14140
- url?: string | null | undefined;
14141
- expiredAt?: string | null | undefined;
14142
- agentId?: string | null | undefined;
14143
- pf_agent?: {
14144
- clickupId?: string | null | undefined;
14145
- members?: {
14146
- pf_user?: {
14147
- email?: string | null | undefined;
14148
- phoneNumber?: string | null | undefined;
14149
- birthday?: string | null | undefined;
14150
- gender?: "MALE" | "FEMALE" | null | undefined;
14151
- addresses?: {
14152
- name: string;
14153
- address: string;
14154
- coordinates: number[];
14155
- }[] | null | undefined;
14156
- photoURL?: string | null | undefined;
14157
- displayName?: string | null | undefined;
14158
- imported?: {
14159
- raw: Record<string, any>;
14160
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
14161
- } | null | undefined;
14162
- _id: string;
14163
- } | null | undefined;
14164
- role: "ADMIN";
14165
- userId: string;
14166
- }[] | null | undefined;
14167
- code: string;
14168
- name: string;
14169
- _id: string;
14170
- isReseller: boolean;
14171
- } | null | undefined;
14172
- thumbnail?: string | null | undefined;
14173
- billingInfos?: {
14174
- _id?: string | null | undefined;
14175
- name: string;
14176
- address: {
14177
- coordinates?: number[] | null | undefined;
14178
- line2?: string | null | undefined;
14179
- state: string;
14180
- country: string;
14181
- line1: string;
14182
- city: string;
14183
- postcode: string;
14184
- };
14185
- email: string;
14186
- companyName: string;
14187
- contact: string;
14188
- }[] | null | undefined;
14189
- customerDisplayImages?: {
14190
- url: string;
14191
- restaurantIds: string[];
14192
- }[] | null | undefined;
14193
- name: string;
14194
- _id: string;
14195
- ownerId: string;
14196
- restaurantQuota: number;
14197
- warehouseQuota: number;
14198
- menuVersion: string;
14199
- };
14200
14386
  businessId: string;
14201
14387
  profile: {
14202
14388
  code?: string | null | undefined;
@@ -14306,6 +14492,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14306
14492
  channel?: string | null | undefined;
14307
14493
  machineId?: string | null | undefined;
14308
14494
  catalogId?: string | null | undefined;
14495
+ customAttributes?: Record<string, any> | null | undefined;
14309
14496
  takeaway?: {
14310
14497
  catalogId?: string | null | undefined;
14311
14498
  } | null | undefined;
@@ -14440,6 +14627,73 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14440
14627
  acceptQueue?: boolean | null | undefined;
14441
14628
  anonymousOrder: boolean;
14442
14629
  } | null | undefined;
14630
+ pf_business?: {
14631
+ internal?: boolean | null | undefined;
14632
+ url?: string | null | undefined;
14633
+ expiredAt?: string | null | undefined;
14634
+ agentId?: string | null | undefined;
14635
+ attributeSettings?: {
14636
+ type: "string" | "number" | "boolean" | "date";
14637
+ key: string;
14638
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
14639
+ }[] | null | undefined;
14640
+ pf_agent?: {
14641
+ clickupId?: string | null | undefined;
14642
+ members?: {
14643
+ pf_user?: {
14644
+ email?: string | null | undefined;
14645
+ phoneNumber?: string | null | undefined;
14646
+ birthday?: string | null | undefined;
14647
+ gender?: "MALE" | "FEMALE" | null | undefined;
14648
+ addresses?: {
14649
+ name: string;
14650
+ address: string;
14651
+ coordinates: number[];
14652
+ }[] | null | undefined;
14653
+ photoURL?: string | null | undefined;
14654
+ displayName?: string | null | undefined;
14655
+ imported?: {
14656
+ raw: Record<string, any>;
14657
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
14658
+ } | null | undefined;
14659
+ _id: string;
14660
+ } | null | undefined;
14661
+ role: "ADMIN";
14662
+ userId: string;
14663
+ }[] | null | undefined;
14664
+ code: string;
14665
+ name: string;
14666
+ _id: string;
14667
+ isReseller: boolean;
14668
+ } | null | undefined;
14669
+ thumbnail?: string | null | undefined;
14670
+ billingInfos?: {
14671
+ _id?: string | null | undefined;
14672
+ name: string;
14673
+ address: {
14674
+ coordinates?: number[] | null | undefined;
14675
+ line2?: string | null | undefined;
14676
+ state: string;
14677
+ country: string;
14678
+ line1: string;
14679
+ city: string;
14680
+ postcode: string;
14681
+ };
14682
+ email: string;
14683
+ companyName: string;
14684
+ contact: string;
14685
+ }[] | null | undefined;
14686
+ customerDisplayImages?: {
14687
+ url: string;
14688
+ restaurantIds: string[];
14689
+ }[] | null | undefined;
14690
+ name: string;
14691
+ _id: string;
14692
+ ownerId: string;
14693
+ restaurantQuota: number;
14694
+ warehouseQuota: number;
14695
+ menuVersion: string;
14696
+ } | null | undefined;
14443
14697
  features?: string[] | null | undefined;
14444
14698
  machineOtp?: string | null | undefined;
14445
14699
  machineOtpExpiredAt?: string | null | undefined;
@@ -14534,68 +14788,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14534
14788
  } | null | undefined;
14535
14789
  _id: string;
14536
14790
  expiredAt: string;
14537
- pf_business: {
14538
- internal?: boolean | null | undefined;
14539
- url?: string | null | undefined;
14540
- expiredAt?: string | null | undefined;
14541
- agentId?: string | null | undefined;
14542
- pf_agent?: {
14543
- clickupId?: string | null | undefined;
14544
- members?: {
14545
- pf_user?: {
14546
- email?: string | null | undefined;
14547
- phoneNumber?: string | null | undefined;
14548
- birthday?: string | null | undefined;
14549
- gender?: "MALE" | "FEMALE" | null | undefined;
14550
- addresses?: {
14551
- name: string;
14552
- address: string;
14553
- coordinates: number[];
14554
- }[] | null | undefined;
14555
- photoURL?: string | null | undefined;
14556
- displayName?: string | null | undefined;
14557
- imported?: {
14558
- raw: Record<string, any>;
14559
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
14560
- } | null | undefined;
14561
- _id: string;
14562
- } | null | undefined;
14563
- role: "ADMIN";
14564
- userId: string;
14565
- }[] | null | undefined;
14566
- code: string;
14567
- name: string;
14568
- _id: string;
14569
- isReseller: boolean;
14570
- } | null | undefined;
14571
- thumbnail?: string | null | undefined;
14572
- billingInfos?: {
14573
- _id?: string | null | undefined;
14574
- name: string;
14575
- address: {
14576
- coordinates?: number[] | null | undefined;
14577
- line2?: string | null | undefined;
14578
- state: string;
14579
- country: string;
14580
- line1: string;
14581
- city: string;
14582
- postcode: string;
14583
- };
14584
- email: string;
14585
- companyName: string;
14586
- contact: string;
14587
- }[] | null | undefined;
14588
- customerDisplayImages?: {
14589
- url: string;
14590
- restaurantIds: string[];
14591
- }[] | null | undefined;
14592
- name: string;
14593
- _id: string;
14594
- ownerId: string;
14595
- restaurantQuota: number;
14596
- warehouseQuota: number;
14597
- menuVersion: string;
14598
- };
14599
14791
  businessId: string;
14600
14792
  profile: {
14601
14793
  code?: string | null | undefined;
@@ -14708,7 +14900,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14708
14900
  pf_restaurant: z.ZodOptional<z.ZodObject<{
14709
14901
  _id: z.ZodEffects<z.ZodString, string, string>;
14710
14902
  businessId: z.ZodString;
14711
- pf_business: z.ZodObject<{
14903
+ pf_business: z.ZodNullable<z.ZodOptional<z.ZodObject<{
14712
14904
  _id: z.ZodEffects<z.ZodString, string, string>;
14713
14905
  ownerId: z.ZodString;
14714
14906
  name: z.ZodString;
@@ -14719,6 +14911,19 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14719
14911
  expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
14720
14912
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14721
14913
  agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
14914
+ attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
14915
+ key: z.ZodString;
14916
+ type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
14917
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
14918
+ }, "strip", z.ZodTypeAny, {
14919
+ type: "string" | "number" | "boolean" | "date";
14920
+ key: string;
14921
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
14922
+ }, {
14923
+ type: "string" | "number" | "boolean" | "date";
14924
+ key: string;
14925
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
14926
+ }>, "many">>>;
14722
14927
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
14723
14928
  _id: z.ZodEffects<z.ZodString, string, string>;
14724
14929
  name: z.ZodString;
@@ -14972,6 +15177,11 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14972
15177
  url?: string | null | undefined;
14973
15178
  expiredAt?: string | null | undefined;
14974
15179
  agentId?: string | null | undefined;
15180
+ attributeSettings?: {
15181
+ type: "string" | "number" | "boolean" | "date";
15182
+ key: string;
15183
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
15184
+ }[] | null | undefined;
14975
15185
  pf_agent?: {
14976
15186
  clickupId?: string | null | undefined;
14977
15187
  members?: {
@@ -15033,6 +15243,11 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15033
15243
  url?: string | null | undefined;
15034
15244
  expiredAt?: string | null | undefined;
15035
15245
  agentId?: string | null | undefined;
15246
+ attributeSettings?: {
15247
+ type: "string" | "number" | "boolean" | "date";
15248
+ key: string;
15249
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
15250
+ }[] | null | undefined;
15036
15251
  pf_agent?: {
15037
15252
  clickupId?: string | null | undefined;
15038
15253
  members?: {
@@ -15089,7 +15304,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15089
15304
  restaurantQuota: number;
15090
15305
  warehouseQuota: number;
15091
15306
  menuVersion: string;
15092
- }>;
15307
+ }>>>;
15093
15308
  features: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<{
15094
15309
  stock: string;
15095
15310
  discovery: string;
@@ -16759,10 +16974,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16759
16974
  mapBorderColor?: number | null | undefined;
16760
16975
  mapLineColor?: number | null | undefined;
16761
16976
  }>>>;
16977
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
16762
16978
  }, "strip", z.ZodTypeAny, {
16763
16979
  channel?: string | null | undefined;
16764
16980
  machineId?: string | null | undefined;
16765
16981
  catalogId?: string | null | undefined;
16982
+ customAttributes?: Record<string, any> | null | undefined;
16766
16983
  takeaway?: {
16767
16984
  catalogId?: string | null | undefined;
16768
16985
  } | null | undefined;
@@ -16897,6 +17114,73 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16897
17114
  acceptQueue?: boolean | null | undefined;
16898
17115
  anonymousOrder: boolean;
16899
17116
  } | null | undefined;
17117
+ pf_business?: {
17118
+ internal?: boolean | null | undefined;
17119
+ url?: string | null | undefined;
17120
+ expiredAt?: string | null | undefined;
17121
+ agentId?: string | null | undefined;
17122
+ attributeSettings?: {
17123
+ type: "string" | "number" | "boolean" | "date";
17124
+ key: string;
17125
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
17126
+ }[] | null | undefined;
17127
+ pf_agent?: {
17128
+ clickupId?: string | null | undefined;
17129
+ members?: {
17130
+ pf_user?: {
17131
+ email?: string | null | undefined;
17132
+ phoneNumber?: string | null | undefined;
17133
+ birthday?: string | null | undefined;
17134
+ gender?: "MALE" | "FEMALE" | null | undefined;
17135
+ addresses?: {
17136
+ name: string;
17137
+ address: string;
17138
+ coordinates: number[];
17139
+ }[] | null | undefined;
17140
+ photoURL?: string | null | undefined;
17141
+ displayName?: string | null | undefined;
17142
+ imported?: {
17143
+ raw: Record<string, any>;
17144
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17145
+ } | null | undefined;
17146
+ _id: string;
17147
+ } | null | undefined;
17148
+ role: "ADMIN";
17149
+ userId: string;
17150
+ }[] | null | undefined;
17151
+ code: string;
17152
+ name: string;
17153
+ _id: string;
17154
+ isReseller: boolean;
17155
+ } | null | undefined;
17156
+ thumbnail?: string | null | undefined;
17157
+ billingInfos?: {
17158
+ _id?: string | null | undefined;
17159
+ name: string;
17160
+ address: {
17161
+ coordinates?: number[] | null | undefined;
17162
+ line2?: string | null | undefined;
17163
+ state: string;
17164
+ country: string;
17165
+ line1: string;
17166
+ city: string;
17167
+ postcode: string;
17168
+ };
17169
+ email: string;
17170
+ companyName: string;
17171
+ contact: string;
17172
+ }[] | null | undefined;
17173
+ customerDisplayImages?: {
17174
+ url: string;
17175
+ restaurantIds: string[];
17176
+ }[] | null | undefined;
17177
+ name: string;
17178
+ _id: string;
17179
+ ownerId: string;
17180
+ restaurantQuota: number;
17181
+ warehouseQuota: number;
17182
+ menuVersion: string;
17183
+ } | null | undefined;
16900
17184
  features?: string[] | null | undefined;
16901
17185
  machineOtp?: string | null | undefined;
16902
17186
  machineOtpExpiredAt?: string | null | undefined;
@@ -16991,68 +17275,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16991
17275
  } | null | undefined;
16992
17276
  _id: string;
16993
17277
  expiredAt: string;
16994
- pf_business: {
16995
- internal?: boolean | null | undefined;
16996
- url?: string | null | undefined;
16997
- expiredAt?: string | null | undefined;
16998
- agentId?: string | null | undefined;
16999
- pf_agent?: {
17000
- clickupId?: string | null | undefined;
17001
- members?: {
17002
- pf_user?: {
17003
- email?: string | null | undefined;
17004
- phoneNumber?: string | null | undefined;
17005
- birthday?: string | null | undefined;
17006
- gender?: "MALE" | "FEMALE" | null | undefined;
17007
- addresses?: {
17008
- name: string;
17009
- address: string;
17010
- coordinates: number[];
17011
- }[] | null | undefined;
17012
- photoURL?: string | null | undefined;
17013
- displayName?: string | null | undefined;
17014
- imported?: {
17015
- raw: Record<string, any>;
17016
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17017
- } | null | undefined;
17018
- _id: string;
17019
- } | null | undefined;
17020
- role: "ADMIN";
17021
- userId: string;
17022
- }[] | null | undefined;
17023
- code: string;
17024
- name: string;
17025
- _id: string;
17026
- isReseller: boolean;
17027
- } | null | undefined;
17028
- thumbnail?: string | null | undefined;
17029
- billingInfos?: {
17030
- _id?: string | null | undefined;
17031
- name: string;
17032
- address: {
17033
- coordinates?: number[] | null | undefined;
17034
- line2?: string | null | undefined;
17035
- state: string;
17036
- country: string;
17037
- line1: string;
17038
- city: string;
17039
- postcode: string;
17040
- };
17041
- email: string;
17042
- companyName: string;
17043
- contact: string;
17044
- }[] | null | undefined;
17045
- customerDisplayImages?: {
17046
- url: string;
17047
- restaurantIds: string[];
17048
- }[] | null | undefined;
17049
- name: string;
17050
- _id: string;
17051
- ownerId: string;
17052
- restaurantQuota: number;
17053
- warehouseQuota: number;
17054
- menuVersion: string;
17055
- };
17056
17278
  businessId: string;
17057
17279
  profile: {
17058
17280
  code?: string | null | undefined;
@@ -17135,6 +17357,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17135
17357
  channel?: string | null | undefined;
17136
17358
  machineId?: string | null | undefined;
17137
17359
  catalogId?: string | null | undefined;
17360
+ customAttributes?: Record<string, any> | null | undefined;
17138
17361
  takeaway?: {
17139
17362
  catalogId?: string | null | undefined;
17140
17363
  } | null | undefined;
@@ -17269,6 +17492,73 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17269
17492
  acceptQueue?: boolean | null | undefined;
17270
17493
  anonymousOrder: boolean;
17271
17494
  } | null | undefined;
17495
+ pf_business?: {
17496
+ internal?: boolean | null | undefined;
17497
+ url?: string | null | undefined;
17498
+ expiredAt?: string | null | undefined;
17499
+ agentId?: string | null | undefined;
17500
+ attributeSettings?: {
17501
+ type: "string" | "number" | "boolean" | "date";
17502
+ key: string;
17503
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
17504
+ }[] | null | undefined;
17505
+ pf_agent?: {
17506
+ clickupId?: string | null | undefined;
17507
+ members?: {
17508
+ pf_user?: {
17509
+ email?: string | null | undefined;
17510
+ phoneNumber?: string | null | undefined;
17511
+ birthday?: string | null | undefined;
17512
+ gender?: "MALE" | "FEMALE" | null | undefined;
17513
+ addresses?: {
17514
+ name: string;
17515
+ address: string;
17516
+ coordinates: number[];
17517
+ }[] | null | undefined;
17518
+ photoURL?: string | null | undefined;
17519
+ displayName?: string | null | undefined;
17520
+ imported?: {
17521
+ raw: Record<string, any>;
17522
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17523
+ } | null | undefined;
17524
+ _id: string;
17525
+ } | null | undefined;
17526
+ role: "ADMIN";
17527
+ userId: string;
17528
+ }[] | null | undefined;
17529
+ code: string;
17530
+ name: string;
17531
+ _id: string;
17532
+ isReseller: boolean;
17533
+ } | null | undefined;
17534
+ thumbnail?: string | null | undefined;
17535
+ billingInfos?: {
17536
+ _id?: string | null | undefined;
17537
+ name: string;
17538
+ address: {
17539
+ coordinates?: number[] | null | undefined;
17540
+ line2?: string | null | undefined;
17541
+ state: string;
17542
+ country: string;
17543
+ line1: string;
17544
+ city: string;
17545
+ postcode: string;
17546
+ };
17547
+ email: string;
17548
+ companyName: string;
17549
+ contact: string;
17550
+ }[] | null | undefined;
17551
+ customerDisplayImages?: {
17552
+ url: string;
17553
+ restaurantIds: string[];
17554
+ }[] | null | undefined;
17555
+ name: string;
17556
+ _id: string;
17557
+ ownerId: string;
17558
+ restaurantQuota: number;
17559
+ warehouseQuota: number;
17560
+ menuVersion: string;
17561
+ } | null | undefined;
17272
17562
  features?: string[] | null | undefined;
17273
17563
  machineOtp?: string | null | undefined;
17274
17564
  machineOtpExpiredAt?: string | null | undefined;
@@ -17353,78 +17643,16 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17353
17643
  initialNumber: number;
17354
17644
  endNumber: number;
17355
17645
  currentNumber: number;
17356
- autoCalledLimit: number;
17357
- } | null | undefined;
17358
- tableMappingSetting?: {
17359
- enable?: boolean | null | undefined;
17360
- showSeat?: boolean | null | undefined;
17361
- mapBorderColor?: number | null | undefined;
17362
- mapLineColor?: number | null | undefined;
17363
- } | null | undefined;
17364
- _id: string;
17365
- expiredAt: string;
17366
- pf_business: {
17367
- internal?: boolean | null | undefined;
17368
- url?: string | null | undefined;
17369
- expiredAt?: string | null | undefined;
17370
- agentId?: string | null | undefined;
17371
- pf_agent?: {
17372
- clickupId?: string | null | undefined;
17373
- members?: {
17374
- pf_user?: {
17375
- email?: string | null | undefined;
17376
- phoneNumber?: string | null | undefined;
17377
- birthday?: string | null | undefined;
17378
- gender?: "MALE" | "FEMALE" | null | undefined;
17379
- addresses?: {
17380
- name: string;
17381
- address: string;
17382
- coordinates: number[];
17383
- }[] | null | undefined;
17384
- photoURL?: string | null | undefined;
17385
- displayName?: string | null | undefined;
17386
- imported?: {
17387
- raw: Record<string, any>;
17388
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17389
- } | null | undefined;
17390
- _id: string;
17391
- } | null | undefined;
17392
- role: "ADMIN";
17393
- userId: string;
17394
- }[] | null | undefined;
17395
- code: string;
17396
- name: string;
17397
- _id: string;
17398
- isReseller: boolean;
17399
- } | null | undefined;
17400
- thumbnail?: string | null | undefined;
17401
- billingInfos?: {
17402
- _id?: string | null | undefined;
17403
- name: string;
17404
- address: {
17405
- coordinates?: number[] | null | undefined;
17406
- line2?: string | null | undefined;
17407
- state: string;
17408
- country: string;
17409
- line1: string;
17410
- city: string;
17411
- postcode: string;
17412
- };
17413
- email: string;
17414
- companyName: string;
17415
- contact: string;
17416
- }[] | null | undefined;
17417
- customerDisplayImages?: {
17418
- url: string;
17419
- restaurantIds: string[];
17420
- }[] | null | undefined;
17421
- name: string;
17422
- _id: string;
17423
- ownerId: string;
17424
- restaurantQuota: number;
17425
- warehouseQuota: number;
17426
- menuVersion: string;
17427
- };
17646
+ autoCalledLimit: number;
17647
+ } | null | undefined;
17648
+ tableMappingSetting?: {
17649
+ enable?: boolean | null | undefined;
17650
+ showSeat?: boolean | null | undefined;
17651
+ mapBorderColor?: number | null | undefined;
17652
+ mapLineColor?: number | null | undefined;
17653
+ } | null | undefined;
17654
+ _id: string;
17655
+ expiredAt: string;
17428
17656
  businessId: string;
17429
17657
  profile: {
17430
17658
  code?: string | null | undefined;
@@ -17581,6 +17809,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17581
17809
  channel?: string | null | undefined;
17582
17810
  machineId?: string | null | undefined;
17583
17811
  catalogId?: string | null | undefined;
17812
+ customAttributes?: Record<string, any> | null | undefined;
17584
17813
  takeaway?: {
17585
17814
  catalogId?: string | null | undefined;
17586
17815
  } | null | undefined;
@@ -17715,6 +17944,73 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17715
17944
  acceptQueue?: boolean | null | undefined;
17716
17945
  anonymousOrder: boolean;
17717
17946
  } | null | undefined;
17947
+ pf_business?: {
17948
+ internal?: boolean | null | undefined;
17949
+ url?: string | null | undefined;
17950
+ expiredAt?: string | null | undefined;
17951
+ agentId?: string | null | undefined;
17952
+ attributeSettings?: {
17953
+ type: "string" | "number" | "boolean" | "date";
17954
+ key: string;
17955
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
17956
+ }[] | null | undefined;
17957
+ pf_agent?: {
17958
+ clickupId?: string | null | undefined;
17959
+ members?: {
17960
+ pf_user?: {
17961
+ email?: string | null | undefined;
17962
+ phoneNumber?: string | null | undefined;
17963
+ birthday?: string | null | undefined;
17964
+ gender?: "MALE" | "FEMALE" | null | undefined;
17965
+ addresses?: {
17966
+ name: string;
17967
+ address: string;
17968
+ coordinates: number[];
17969
+ }[] | null | undefined;
17970
+ photoURL?: string | null | undefined;
17971
+ displayName?: string | null | undefined;
17972
+ imported?: {
17973
+ raw: Record<string, any>;
17974
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17975
+ } | null | undefined;
17976
+ _id: string;
17977
+ } | null | undefined;
17978
+ role: "ADMIN";
17979
+ userId: string;
17980
+ }[] | null | undefined;
17981
+ code: string;
17982
+ name: string;
17983
+ _id: string;
17984
+ isReseller: boolean;
17985
+ } | null | undefined;
17986
+ thumbnail?: string | null | undefined;
17987
+ billingInfos?: {
17988
+ _id?: string | null | undefined;
17989
+ name: string;
17990
+ address: {
17991
+ coordinates?: number[] | null | undefined;
17992
+ line2?: string | null | undefined;
17993
+ state: string;
17994
+ country: string;
17995
+ line1: string;
17996
+ city: string;
17997
+ postcode: string;
17998
+ };
17999
+ email: string;
18000
+ companyName: string;
18001
+ contact: string;
18002
+ }[] | null | undefined;
18003
+ customerDisplayImages?: {
18004
+ url: string;
18005
+ restaurantIds: string[];
18006
+ }[] | null | undefined;
18007
+ name: string;
18008
+ _id: string;
18009
+ ownerId: string;
18010
+ restaurantQuota: number;
18011
+ warehouseQuota: number;
18012
+ menuVersion: string;
18013
+ } | null | undefined;
17718
18014
  features?: string[] | null | undefined;
17719
18015
  machineOtp?: string | null | undefined;
17720
18016
  machineOtpExpiredAt?: string | null | undefined;
@@ -17809,68 +18105,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17809
18105
  } | null | undefined;
17810
18106
  _id: string;
17811
18107
  expiredAt: string;
17812
- pf_business: {
17813
- internal?: boolean | null | undefined;
17814
- url?: string | null | undefined;
17815
- expiredAt?: string | null | undefined;
17816
- agentId?: string | null | undefined;
17817
- pf_agent?: {
17818
- clickupId?: string | null | undefined;
17819
- members?: {
17820
- pf_user?: {
17821
- email?: string | null | undefined;
17822
- phoneNumber?: string | null | undefined;
17823
- birthday?: string | null | undefined;
17824
- gender?: "MALE" | "FEMALE" | null | undefined;
17825
- addresses?: {
17826
- name: string;
17827
- address: string;
17828
- coordinates: number[];
17829
- }[] | null | undefined;
17830
- photoURL?: string | null | undefined;
17831
- displayName?: string | null | undefined;
17832
- imported?: {
17833
- raw: Record<string, any>;
17834
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17835
- } | null | undefined;
17836
- _id: string;
17837
- } | null | undefined;
17838
- role: "ADMIN";
17839
- userId: string;
17840
- }[] | null | undefined;
17841
- code: string;
17842
- name: string;
17843
- _id: string;
17844
- isReseller: boolean;
17845
- } | null | undefined;
17846
- thumbnail?: string | null | undefined;
17847
- billingInfos?: {
17848
- _id?: string | null | undefined;
17849
- name: string;
17850
- address: {
17851
- coordinates?: number[] | null | undefined;
17852
- line2?: string | null | undefined;
17853
- state: string;
17854
- country: string;
17855
- line1: string;
17856
- city: string;
17857
- postcode: string;
17858
- };
17859
- email: string;
17860
- companyName: string;
17861
- contact: string;
17862
- }[] | null | undefined;
17863
- customerDisplayImages?: {
17864
- url: string;
17865
- restaurantIds: string[];
17866
- }[] | null | undefined;
17867
- name: string;
17868
- _id: string;
17869
- ownerId: string;
17870
- restaurantQuota: number;
17871
- warehouseQuota: number;
17872
- menuVersion: string;
17873
- };
17874
18108
  businessId: string;
17875
18109
  profile: {
17876
18110
  code?: string | null | undefined;
@@ -17981,6 +18215,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17981
18215
  channel?: string | null | undefined;
17982
18216
  machineId?: string | null | undefined;
17983
18217
  catalogId?: string | null | undefined;
18218
+ customAttributes?: Record<string, any> | null | undefined;
17984
18219
  takeaway?: {
17985
18220
  catalogId?: string | null | undefined;
17986
18221
  } | null | undefined;
@@ -18115,6 +18350,73 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18115
18350
  acceptQueue?: boolean | null | undefined;
18116
18351
  anonymousOrder: boolean;
18117
18352
  } | null | undefined;
18353
+ pf_business?: {
18354
+ internal?: boolean | null | undefined;
18355
+ url?: string | null | undefined;
18356
+ expiredAt?: string | null | undefined;
18357
+ agentId?: string | null | undefined;
18358
+ attributeSettings?: {
18359
+ type: "string" | "number" | "boolean" | "date";
18360
+ key: string;
18361
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
18362
+ }[] | null | undefined;
18363
+ pf_agent?: {
18364
+ clickupId?: string | null | undefined;
18365
+ members?: {
18366
+ pf_user?: {
18367
+ email?: string | null | undefined;
18368
+ phoneNumber?: string | null | undefined;
18369
+ birthday?: string | null | undefined;
18370
+ gender?: "MALE" | "FEMALE" | null | undefined;
18371
+ addresses?: {
18372
+ name: string;
18373
+ address: string;
18374
+ coordinates: number[];
18375
+ }[] | null | undefined;
18376
+ photoURL?: string | null | undefined;
18377
+ displayName?: string | null | undefined;
18378
+ imported?: {
18379
+ raw: Record<string, any>;
18380
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
18381
+ } | null | undefined;
18382
+ _id: string;
18383
+ } | null | undefined;
18384
+ role: "ADMIN";
18385
+ userId: string;
18386
+ }[] | null | undefined;
18387
+ code: string;
18388
+ name: string;
18389
+ _id: string;
18390
+ isReseller: boolean;
18391
+ } | null | undefined;
18392
+ thumbnail?: string | null | undefined;
18393
+ billingInfos?: {
18394
+ _id?: string | null | undefined;
18395
+ name: string;
18396
+ address: {
18397
+ coordinates?: number[] | null | undefined;
18398
+ line2?: string | null | undefined;
18399
+ state: string;
18400
+ country: string;
18401
+ line1: string;
18402
+ city: string;
18403
+ postcode: string;
18404
+ };
18405
+ email: string;
18406
+ companyName: string;
18407
+ contact: string;
18408
+ }[] | null | undefined;
18409
+ customerDisplayImages?: {
18410
+ url: string;
18411
+ restaurantIds: string[];
18412
+ }[] | null | undefined;
18413
+ name: string;
18414
+ _id: string;
18415
+ ownerId: string;
18416
+ restaurantQuota: number;
18417
+ warehouseQuota: number;
18418
+ menuVersion: string;
18419
+ } | null | undefined;
18118
18420
  features?: string[] | null | undefined;
18119
18421
  machineOtp?: string | null | undefined;
18120
18422
  machineOtpExpiredAt?: string | null | undefined;
@@ -18209,68 +18511,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18209
18511
  } | null | undefined;
18210
18512
  _id: string;
18211
18513
  expiredAt: string;
18212
- pf_business: {
18213
- internal?: boolean | null | undefined;
18214
- url?: string | null | undefined;
18215
- expiredAt?: string | null | undefined;
18216
- agentId?: string | null | undefined;
18217
- pf_agent?: {
18218
- clickupId?: string | null | undefined;
18219
- members?: {
18220
- pf_user?: {
18221
- email?: string | null | undefined;
18222
- phoneNumber?: string | null | undefined;
18223
- birthday?: string | null | undefined;
18224
- gender?: "MALE" | "FEMALE" | null | undefined;
18225
- addresses?: {
18226
- name: string;
18227
- address: string;
18228
- coordinates: number[];
18229
- }[] | null | undefined;
18230
- photoURL?: string | null | undefined;
18231
- displayName?: string | null | undefined;
18232
- imported?: {
18233
- raw: Record<string, any>;
18234
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
18235
- } | null | undefined;
18236
- _id: string;
18237
- } | null | undefined;
18238
- role: "ADMIN";
18239
- userId: string;
18240
- }[] | null | undefined;
18241
- code: string;
18242
- name: string;
18243
- _id: string;
18244
- isReseller: boolean;
18245
- } | null | undefined;
18246
- thumbnail?: string | null | undefined;
18247
- billingInfos?: {
18248
- _id?: string | null | undefined;
18249
- name: string;
18250
- address: {
18251
- coordinates?: number[] | null | undefined;
18252
- line2?: string | null | undefined;
18253
- state: string;
18254
- country: string;
18255
- line1: string;
18256
- city: string;
18257
- postcode: string;
18258
- };
18259
- email: string;
18260
- companyName: string;
18261
- contact: string;
18262
- }[] | null | undefined;
18263
- customerDisplayImages?: {
18264
- url: string;
18265
- restaurantIds: string[];
18266
- }[] | null | undefined;
18267
- name: string;
18268
- _id: string;
18269
- ownerId: string;
18270
- restaurantQuota: number;
18271
- warehouseQuota: number;
18272
- menuVersion: string;
18273
- };
18274
18514
  businessId: string;
18275
18515
  profile: {
18276
18516
  code?: string | null | undefined;