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

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 (84) hide show
  1. package/dist/{KioskDevicesView-Cb7Rw7t8.js → KioskDevicesView-C6YmdLKc.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-raPhhBpi.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DiLHpWbm.js} +2 -2
  3. package/dist/{KioskSettingView-BQgyeWbo.js → KioskSettingView-D-muNxlb.js} +1 -1
  4. package/dist/{KioskView-BLkuqfZ_.js → KioskView-kcjjk4fF.js} +4 -4
  5. package/dist/{OrderSettingsView-BJ1b1Qjg.js → OrderSettingsView-D_bGK-3J.js} +34007 -32821
  6. package/dist/{app-BY258ajB.js → app-C5qwExhL.js} +41 -23
  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-kEC9G7bx.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 +18 -0
  14. package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
  15. package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
  16. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +45 -35
  17. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +581 -716
  18. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +140 -174
  19. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +2 -2
  20. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +2 -1
  21. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +3 -0
  22. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +97 -0
  23. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +3 -3
  24. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  25. package/dist/{index-t_7ThPjm.js → index-C_53CwBa.js} +2 -2
  26. package/dist/package/entity/booking/booking.do.d.ts +1516 -1276
  27. package/dist/package/entity/delivery/delivery.dto.d.ts +298 -251
  28. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +539 -0
  29. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +114 -9
  30. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +862 -4
  31. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
  32. package/dist/package/entity/index.d.ts +34 -22
  33. package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
  34. package/dist/package/entity/kiosk/kiosk.dto.d.ts +12 -12
  35. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1942 -1642
  36. package/dist/package/entity/member/member.dto.d.ts +33 -0
  37. package/dist/package/entity/order/order-item/order-item.dto.d.ts +15 -0
  38. package/dist/package/entity/order/order.do.d.ts +37 -0
  39. package/dist/package/entity/order/order.dto.d.ts +808 -17435
  40. package/dist/package/entity/order/order.enum.d.ts +2 -0
  41. package/dist/package/entity/order-platform/external/auth/external-auth.do.d.ts +12 -0
  42. package/dist/package/entity/order-platform/external/auth/external-auth.dto.d.ts +27 -0
  43. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +2868 -0
  44. package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +21 -0
  45. package/dist/package/entity/order-platform/external/menu/external-menu.enum.d.ts +3 -0
  46. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1373 -0
  47. package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +2834 -0
  48. package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +9 -0
  49. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +127 -0
  50. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +95 -0
  51. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +82 -82
  52. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +339 -291
  53. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
  54. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -3
  55. package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +65 -65
  56. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +311 -263
  57. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
  58. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +7 -7
  59. package/dist/package/entity/order-platform/menu.dto.d.ts +126 -0
  60. package/dist/package/entity/order-platform/order-platform.dto.d.ts +4 -4
  61. package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
  62. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +298 -250
  63. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +0 -41
  64. package/dist/package/entity/printer/printer.do.d.ts +2 -2
  65. package/dist/package/entity/pubsub/ably/ably.do.d.ts +60 -9
  66. package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
  67. package/dist/package/entity/queue/queue.do.d.ts +40 -0
  68. package/dist/{auth.dto-BOoRSQkS.js → queue.do-Vog69wnQ.js} +30760 -30095
  69. package/package.json +4 -3
  70. package/src/api/remoteOrder/index.ts +13 -2
  71. package/src/helpers/menu.ts +2 -2
  72. package/src/locales/en-US.json +11 -1
  73. package/src/locales/zh-CN.json +10 -1
  74. package/src/stores/restaurant/index.ts +4 -1
  75. package/src/views/order-settings/delivery/DeliverySetting.vue +82 -6
  76. package/src/views/order-settings/delivery/delivery.data.ts +16 -1
  77. package/src/views/order-settings/delivery/delivery.ts +1 -0
  78. package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +114 -0
  79. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +23 -6
  80. package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +21 -16
  81. package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +58 -59
  82. package/src/views/order-settings/pickup/PickUpSetting.vue +1 -1
  83. package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +214 -158
  84. package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +1 -0
@@ -15,6 +15,19 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15
15
  expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
16
16
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17
17
  agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
18
+ attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
19
+ key: z.ZodString;
20
+ type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
21
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
22
+ }, "strip", z.ZodTypeAny, {
23
+ type: "string" | "number" | "boolean" | "date";
24
+ key: string;
25
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
26
+ }, {
27
+ type: "string" | "number" | "boolean" | "date";
28
+ key: string;
29
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
30
+ }>, "many">>>;
18
31
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
19
32
  _id: z.ZodEffects<z.ZodString, string, string>;
20
33
  name: z.ZodString;
@@ -268,6 +281,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
268
281
  url?: string | null | undefined;
269
282
  expiredAt?: string | null | undefined;
270
283
  agentId?: string | null | undefined;
284
+ attributeSettings?: {
285
+ type: "string" | "number" | "boolean" | "date";
286
+ key: string;
287
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
288
+ }[] | null | undefined;
271
289
  pf_agent?: {
272
290
  clickupId?: string | null | undefined;
273
291
  members?: {
@@ -329,6 +347,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
329
347
  url?: string | null | undefined;
330
348
  expiredAt?: string | null | undefined;
331
349
  agentId?: string | null | undefined;
350
+ attributeSettings?: {
351
+ type: "string" | "number" | "boolean" | "date";
352
+ key: string;
353
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
354
+ }[] | null | undefined;
332
355
  pf_agent?: {
333
356
  clickupId?: string | null | undefined;
334
357
  members?: {
@@ -481,6 +504,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
481
504
  url?: string | null | undefined;
482
505
  expiredAt?: string | null | undefined;
483
506
  agentId?: string | null | undefined;
507
+ attributeSettings?: {
508
+ type: "string" | "number" | "boolean" | "date";
509
+ key: string;
510
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
511
+ }[] | null | undefined;
484
512
  pf_agent?: {
485
513
  clickupId?: string | null | undefined;
486
514
  members?: {
@@ -579,6 +607,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
579
607
  url?: string | null | undefined;
580
608
  expiredAt?: string | null | undefined;
581
609
  agentId?: string | null | undefined;
610
+ attributeSettings?: {
611
+ type: "string" | "number" | "boolean" | "date";
612
+ key: string;
613
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
614
+ }[] | null | undefined;
582
615
  pf_agent?: {
583
616
  clickupId?: string | null | undefined;
584
617
  members?: {
@@ -1750,6 +1783,19 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1750
1783
  expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
1751
1784
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1752
1785
  agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
1786
+ attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
1787
+ key: z.ZodString;
1788
+ type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
1789
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
1790
+ }, "strip", z.ZodTypeAny, {
1791
+ type: "string" | "number" | "boolean" | "date";
1792
+ key: string;
1793
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
1794
+ }, {
1795
+ type: "string" | "number" | "boolean" | "date";
1796
+ key: string;
1797
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
1798
+ }>, "many">>>;
1753
1799
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
1754
1800
  _id: z.ZodEffects<z.ZodString, string, string>;
1755
1801
  name: z.ZodString;
@@ -2003,6 +2049,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2003
2049
  url?: string | null | undefined;
2004
2050
  expiredAt?: string | null | undefined;
2005
2051
  agentId?: string | null | undefined;
2052
+ attributeSettings?: {
2053
+ type: "string" | "number" | "boolean" | "date";
2054
+ key: string;
2055
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
2056
+ }[] | null | undefined;
2006
2057
  pf_agent?: {
2007
2058
  clickupId?: string | null | undefined;
2008
2059
  members?: {
@@ -2064,6 +2115,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2064
2115
  url?: string | null | undefined;
2065
2116
  expiredAt?: string | null | undefined;
2066
2117
  agentId?: string | null | undefined;
2118
+ attributeSettings?: {
2119
+ type: "string" | "number" | "boolean" | "date";
2120
+ key: string;
2121
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
2122
+ }[] | null | undefined;
2067
2123
  pf_agent?: {
2068
2124
  clickupId?: string | null | undefined;
2069
2125
  members?: {
@@ -2125,7 +2181,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2125
2181
  pf_targetRestaurant: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
2126
2182
  _id: z.ZodEffects<z.ZodString, string, string>;
2127
2183
  businessId: z.ZodString;
2128
- pf_business: z.ZodObject<{
2184
+ pf_business: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2129
2185
  _id: z.ZodEffects<z.ZodString, string, string>;
2130
2186
  ownerId: z.ZodString;
2131
2187
  name: z.ZodString;
@@ -2136,6 +2192,19 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2136
2192
  expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
2137
2193
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2138
2194
  agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
2195
+ attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
2196
+ key: z.ZodString;
2197
+ type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
2198
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
2199
+ }, "strip", z.ZodTypeAny, {
2200
+ type: "string" | "number" | "boolean" | "date";
2201
+ key: string;
2202
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
2203
+ }, {
2204
+ type: "string" | "number" | "boolean" | "date";
2205
+ key: string;
2206
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
2207
+ }>, "many">>>;
2139
2208
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
2140
2209
  _id: z.ZodEffects<z.ZodString, string, string>;
2141
2210
  name: z.ZodString;
@@ -2389,6 +2458,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2389
2458
  url?: string | null | undefined;
2390
2459
  expiredAt?: string | null | undefined;
2391
2460
  agentId?: string | null | undefined;
2461
+ attributeSettings?: {
2462
+ type: "string" | "number" | "boolean" | "date";
2463
+ key: string;
2464
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
2465
+ }[] | null | undefined;
2392
2466
  pf_agent?: {
2393
2467
  clickupId?: string | null | undefined;
2394
2468
  members?: {
@@ -2450,6 +2524,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2450
2524
  url?: string | null | undefined;
2451
2525
  expiredAt?: string | null | undefined;
2452
2526
  agentId?: string | null | undefined;
2527
+ attributeSettings?: {
2528
+ type: "string" | "number" | "boolean" | "date";
2529
+ key: string;
2530
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
2531
+ }[] | null | undefined;
2453
2532
  pf_agent?: {
2454
2533
  clickupId?: string | null | undefined;
2455
2534
  members?: {
@@ -2506,7 +2585,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2506
2585
  restaurantQuota: number;
2507
2586
  warehouseQuota: number;
2508
2587
  menuVersion: string;
2509
- }>;
2588
+ }>>>;
2510
2589
  features: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<{
2511
2590
  stock: string;
2512
2591
  discovery: string;
@@ -4176,10 +4255,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4176
4255
  mapBorderColor?: number | null | undefined;
4177
4256
  mapLineColor?: number | null | undefined;
4178
4257
  }>>>;
4258
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
4179
4259
  }, "strip", z.ZodTypeAny, {
4180
4260
  channel?: string | null | undefined;
4181
4261
  machineId?: string | null | undefined;
4182
4262
  catalogId?: string | null | undefined;
4263
+ customAttributes?: Record<string, any> | null | undefined;
4183
4264
  takeaway?: {
4184
4265
  catalogId?: string | null | undefined;
4185
4266
  } | null | undefined;
@@ -4314,6 +4395,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4314
4395
  acceptQueue?: boolean | null | undefined;
4315
4396
  anonymousOrder: boolean;
4316
4397
  } | null | undefined;
4398
+ pf_business?: {
4399
+ internal?: boolean | null | undefined;
4400
+ url?: string | null | undefined;
4401
+ expiredAt?: string | null | undefined;
4402
+ agentId?: string | null | undefined;
4403
+ attributeSettings?: {
4404
+ type: "string" | "number" | "boolean" | "date";
4405
+ key: string;
4406
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
4407
+ }[] | null | undefined;
4408
+ pf_agent?: {
4409
+ clickupId?: string | null | undefined;
4410
+ members?: {
4411
+ pf_user?: {
4412
+ email?: string | null | undefined;
4413
+ phoneNumber?: string | null | undefined;
4414
+ birthday?: string | null | undefined;
4415
+ gender?: "MALE" | "FEMALE" | null | undefined;
4416
+ addresses?: {
4417
+ name: string;
4418
+ address: string;
4419
+ coordinates: number[];
4420
+ }[] | null | undefined;
4421
+ photoURL?: string | null | undefined;
4422
+ displayName?: string | null | undefined;
4423
+ imported?: {
4424
+ raw: Record<string, any>;
4425
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
4426
+ } | null | undefined;
4427
+ _id: string;
4428
+ } | null | undefined;
4429
+ role: "ADMIN";
4430
+ userId: string;
4431
+ }[] | null | undefined;
4432
+ code: string;
4433
+ name: string;
4434
+ _id: string;
4435
+ isReseller: boolean;
4436
+ } | null | undefined;
4437
+ thumbnail?: string | null | undefined;
4438
+ billingInfos?: {
4439
+ _id?: string | null | undefined;
4440
+ name: string;
4441
+ address: {
4442
+ coordinates?: number[] | null | undefined;
4443
+ line2?: string | null | undefined;
4444
+ state: string;
4445
+ country: string;
4446
+ line1: string;
4447
+ city: string;
4448
+ postcode: string;
4449
+ };
4450
+ email: string;
4451
+ companyName: string;
4452
+ contact: string;
4453
+ }[] | null | undefined;
4454
+ customerDisplayImages?: {
4455
+ url: string;
4456
+ restaurantIds: string[];
4457
+ }[] | null | undefined;
4458
+ name: string;
4459
+ _id: string;
4460
+ ownerId: string;
4461
+ restaurantQuota: number;
4462
+ warehouseQuota: number;
4463
+ menuVersion: string;
4464
+ } | null | undefined;
4317
4465
  features?: string[] | null | undefined;
4318
4466
  machineOtp?: string | null | undefined;
4319
4467
  machineOtpExpiredAt?: string | null | undefined;
@@ -4408,68 +4556,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4408
4556
  } | null | undefined;
4409
4557
  _id: string;
4410
4558
  expiredAt: string;
4411
- pf_business: {
4412
- internal?: boolean | null | undefined;
4413
- url?: string | null | undefined;
4414
- expiredAt?: string | null | undefined;
4415
- agentId?: string | null | undefined;
4416
- pf_agent?: {
4417
- clickupId?: string | null | undefined;
4418
- members?: {
4419
- pf_user?: {
4420
- email?: string | null | undefined;
4421
- phoneNumber?: string | null | undefined;
4422
- birthday?: string | null | undefined;
4423
- gender?: "MALE" | "FEMALE" | null | undefined;
4424
- addresses?: {
4425
- name: string;
4426
- address: string;
4427
- coordinates: number[];
4428
- }[] | null | undefined;
4429
- photoURL?: string | null | undefined;
4430
- displayName?: string | null | undefined;
4431
- imported?: {
4432
- raw: Record<string, any>;
4433
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
4434
- } | null | undefined;
4435
- _id: string;
4436
- } | null | undefined;
4437
- role: "ADMIN";
4438
- userId: string;
4439
- }[] | null | undefined;
4440
- code: string;
4441
- name: string;
4442
- _id: string;
4443
- isReseller: boolean;
4444
- } | null | undefined;
4445
- thumbnail?: string | null | undefined;
4446
- billingInfos?: {
4447
- _id?: string | null | undefined;
4448
- name: string;
4449
- address: {
4450
- coordinates?: number[] | null | undefined;
4451
- line2?: string | null | undefined;
4452
- state: string;
4453
- country: string;
4454
- line1: string;
4455
- city: string;
4456
- postcode: string;
4457
- };
4458
- email: string;
4459
- companyName: string;
4460
- contact: string;
4461
- }[] | null | undefined;
4462
- customerDisplayImages?: {
4463
- url: string;
4464
- restaurantIds: string[];
4465
- }[] | null | undefined;
4466
- name: string;
4467
- _id: string;
4468
- ownerId: string;
4469
- restaurantQuota: number;
4470
- warehouseQuota: number;
4471
- menuVersion: string;
4472
- };
4473
4559
  businessId: string;
4474
4560
  profile: {
4475
4561
  code?: string | null | undefined;
@@ -4552,6 +4638,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4552
4638
  channel?: string | null | undefined;
4553
4639
  machineId?: string | null | undefined;
4554
4640
  catalogId?: string | null | undefined;
4641
+ customAttributes?: Record<string, any> | null | undefined;
4555
4642
  takeaway?: {
4556
4643
  catalogId?: string | null | undefined;
4557
4644
  } | null | undefined;
@@ -4686,6 +4773,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4686
4773
  acceptQueue?: boolean | null | undefined;
4687
4774
  anonymousOrder: boolean;
4688
4775
  } | null | undefined;
4776
+ pf_business?: {
4777
+ internal?: boolean | null | undefined;
4778
+ url?: string | null | undefined;
4779
+ expiredAt?: string | null | undefined;
4780
+ agentId?: string | null | undefined;
4781
+ attributeSettings?: {
4782
+ type: "string" | "number" | "boolean" | "date";
4783
+ key: string;
4784
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
4785
+ }[] | null | undefined;
4786
+ pf_agent?: {
4787
+ clickupId?: string | null | undefined;
4788
+ members?: {
4789
+ pf_user?: {
4790
+ email?: string | null | undefined;
4791
+ phoneNumber?: string | null | undefined;
4792
+ birthday?: string | null | undefined;
4793
+ gender?: "MALE" | "FEMALE" | null | undefined;
4794
+ addresses?: {
4795
+ name: string;
4796
+ address: string;
4797
+ coordinates: number[];
4798
+ }[] | null | undefined;
4799
+ photoURL?: string | null | undefined;
4800
+ displayName?: string | null | undefined;
4801
+ imported?: {
4802
+ raw: Record<string, any>;
4803
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
4804
+ } | null | undefined;
4805
+ _id: string;
4806
+ } | null | undefined;
4807
+ role: "ADMIN";
4808
+ userId: string;
4809
+ }[] | null | undefined;
4810
+ code: string;
4811
+ name: string;
4812
+ _id: string;
4813
+ isReseller: boolean;
4814
+ } | null | undefined;
4815
+ thumbnail?: string | null | undefined;
4816
+ billingInfos?: {
4817
+ _id?: string | null | undefined;
4818
+ name: string;
4819
+ address: {
4820
+ coordinates?: number[] | null | undefined;
4821
+ line2?: string | null | undefined;
4822
+ state: string;
4823
+ country: string;
4824
+ line1: string;
4825
+ city: string;
4826
+ postcode: string;
4827
+ };
4828
+ email: string;
4829
+ companyName: string;
4830
+ contact: string;
4831
+ }[] | null | undefined;
4832
+ customerDisplayImages?: {
4833
+ url: string;
4834
+ restaurantIds: string[];
4835
+ }[] | null | undefined;
4836
+ name: string;
4837
+ _id: string;
4838
+ ownerId: string;
4839
+ restaurantQuota: number;
4840
+ warehouseQuota: number;
4841
+ menuVersion: string;
4842
+ } | null | undefined;
4689
4843
  features?: string[] | null | undefined;
4690
4844
  machineOtp?: string | null | undefined;
4691
4845
  machineOtpExpiredAt?: string | null | undefined;
@@ -4780,71 +4934,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4780
4934
  } | null | undefined;
4781
4935
  _id: string;
4782
4936
  expiredAt: string;
4783
- pf_business: {
4784
- internal?: boolean | null | undefined;
4785
- url?: string | null | undefined;
4786
- expiredAt?: string | null | undefined;
4787
- agentId?: string | null | undefined;
4788
- pf_agent?: {
4789
- clickupId?: string | null | undefined;
4790
- members?: {
4791
- pf_user?: {
4792
- email?: string | null | undefined;
4793
- phoneNumber?: string | null | undefined;
4794
- birthday?: string | null | undefined;
4795
- gender?: "MALE" | "FEMALE" | null | undefined;
4796
- addresses?: {
4797
- name: string;
4798
- address: string;
4799
- coordinates: number[];
4800
- }[] | null | undefined;
4801
- photoURL?: string | null | undefined;
4802
- displayName?: string | null | undefined;
4803
- imported?: {
4804
- raw: Record<string, any>;
4805
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
4806
- } | null | undefined;
4807
- _id: string;
4808
- } | null | undefined;
4809
- role: "ADMIN";
4810
- userId: string;
4811
- }[] | null | undefined;
4812
- code: string;
4813
- name: string;
4814
- _id: string;
4815
- isReseller: boolean;
4816
- } | null | undefined;
4817
- thumbnail?: string | null | undefined;
4818
- billingInfos?: {
4819
- _id?: string | null | undefined;
4820
- name: string;
4821
- address: {
4822
- coordinates?: number[] | null | undefined;
4823
- line2?: string | null | undefined;
4824
- state: string;
4825
- country: string;
4826
- line1: string;
4827
- city: string;
4828
- postcode: string;
4829
- };
4830
- email: string;
4831
- companyName: string;
4832
- contact: string;
4833
- }[] | null | undefined;
4834
- customerDisplayImages?: {
4835
- url: string;
4836
- restaurantIds: string[];
4837
- }[] | null | undefined;
4838
- name: string;
4839
- _id: string;
4840
- ownerId: string;
4841
- restaurantQuota: number;
4842
- warehouseQuota: number;
4843
- menuVersion: string;
4844
- };
4845
- businessId: string;
4846
- profile: {
4847
- code?: string | null | undefined;
4937
+ businessId: string;
4938
+ profile: {
4939
+ code?: string | null | undefined;
4848
4940
  url?: string | null | undefined;
4849
4941
  description?: string | null | undefined;
4850
4942
  _id?: string | null | undefined;
@@ -5309,6 +5401,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5309
5401
  url?: string | null | undefined;
5310
5402
  expiredAt?: string | null | undefined;
5311
5403
  agentId?: string | null | undefined;
5404
+ attributeSettings?: {
5405
+ type: "string" | "number" | "boolean" | "date";
5406
+ key: string;
5407
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
5408
+ }[] | null | undefined;
5312
5409
  pf_agent?: {
5313
5410
  clickupId?: string | null | undefined;
5314
5411
  members?: {
@@ -5370,6 +5467,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5370
5467
  channel?: string | null | undefined;
5371
5468
  machineId?: string | null | undefined;
5372
5469
  catalogId?: string | null | undefined;
5470
+ customAttributes?: Record<string, any> | null | undefined;
5373
5471
  takeaway?: {
5374
5472
  catalogId?: string | null | undefined;
5375
5473
  } | null | undefined;
@@ -5504,6 +5602,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5504
5602
  acceptQueue?: boolean | null | undefined;
5505
5603
  anonymousOrder: boolean;
5506
5604
  } | null | undefined;
5605
+ pf_business?: {
5606
+ internal?: boolean | null | undefined;
5607
+ url?: string | null | undefined;
5608
+ expiredAt?: string | null | undefined;
5609
+ agentId?: string | null | undefined;
5610
+ attributeSettings?: {
5611
+ type: "string" | "number" | "boolean" | "date";
5612
+ key: string;
5613
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
5614
+ }[] | null | undefined;
5615
+ pf_agent?: {
5616
+ clickupId?: string | null | undefined;
5617
+ members?: {
5618
+ pf_user?: {
5619
+ email?: string | null | undefined;
5620
+ phoneNumber?: string | null | undefined;
5621
+ birthday?: string | null | undefined;
5622
+ gender?: "MALE" | "FEMALE" | null | undefined;
5623
+ addresses?: {
5624
+ name: string;
5625
+ address: string;
5626
+ coordinates: number[];
5627
+ }[] | null | undefined;
5628
+ photoURL?: string | null | undefined;
5629
+ displayName?: string | null | undefined;
5630
+ imported?: {
5631
+ raw: Record<string, any>;
5632
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
5633
+ } | null | undefined;
5634
+ _id: string;
5635
+ } | null | undefined;
5636
+ role: "ADMIN";
5637
+ userId: string;
5638
+ }[] | null | undefined;
5639
+ code: string;
5640
+ name: string;
5641
+ _id: string;
5642
+ isReseller: boolean;
5643
+ } | null | undefined;
5644
+ thumbnail?: string | null | undefined;
5645
+ billingInfos?: {
5646
+ _id?: string | null | undefined;
5647
+ name: string;
5648
+ address: {
5649
+ coordinates?: number[] | null | undefined;
5650
+ line2?: string | null | undefined;
5651
+ state: string;
5652
+ country: string;
5653
+ line1: string;
5654
+ city: string;
5655
+ postcode: string;
5656
+ };
5657
+ email: string;
5658
+ companyName: string;
5659
+ contact: string;
5660
+ }[] | null | undefined;
5661
+ customerDisplayImages?: {
5662
+ url: string;
5663
+ restaurantIds: string[];
5664
+ }[] | null | undefined;
5665
+ name: string;
5666
+ _id: string;
5667
+ ownerId: string;
5668
+ restaurantQuota: number;
5669
+ warehouseQuota: number;
5670
+ menuVersion: string;
5671
+ } | null | undefined;
5507
5672
  features?: string[] | null | undefined;
5508
5673
  machineOtp?: string | null | undefined;
5509
5674
  machineOtpExpiredAt?: string | null | undefined;
@@ -5598,68 +5763,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5598
5763
  } | null | undefined;
5599
5764
  _id: string;
5600
5765
  expiredAt: string;
5601
- pf_business: {
5602
- internal?: boolean | null | undefined;
5603
- url?: string | null | undefined;
5604
- expiredAt?: string | null | undefined;
5605
- agentId?: string | null | undefined;
5606
- pf_agent?: {
5607
- clickupId?: string | null | undefined;
5608
- members?: {
5609
- pf_user?: {
5610
- email?: string | null | undefined;
5611
- phoneNumber?: string | null | undefined;
5612
- birthday?: string | null | undefined;
5613
- gender?: "MALE" | "FEMALE" | null | undefined;
5614
- addresses?: {
5615
- name: string;
5616
- address: string;
5617
- coordinates: number[];
5618
- }[] | null | undefined;
5619
- photoURL?: string | null | undefined;
5620
- displayName?: string | null | undefined;
5621
- imported?: {
5622
- raw: Record<string, any>;
5623
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
5624
- } | null | undefined;
5625
- _id: string;
5626
- } | null | undefined;
5627
- role: "ADMIN";
5628
- userId: string;
5629
- }[] | null | undefined;
5630
- code: string;
5631
- name: string;
5632
- _id: string;
5633
- isReseller: boolean;
5634
- } | null | undefined;
5635
- thumbnail?: string | null | undefined;
5636
- billingInfos?: {
5637
- _id?: string | null | undefined;
5638
- name: string;
5639
- address: {
5640
- coordinates?: number[] | null | undefined;
5641
- line2?: string | null | undefined;
5642
- state: string;
5643
- country: string;
5644
- line1: string;
5645
- city: string;
5646
- postcode: string;
5647
- };
5648
- email: string;
5649
- companyName: string;
5650
- contact: string;
5651
- }[] | null | undefined;
5652
- customerDisplayImages?: {
5653
- url: string;
5654
- restaurantIds: string[];
5655
- }[] | null | undefined;
5656
- name: string;
5657
- _id: string;
5658
- ownerId: string;
5659
- restaurantQuota: number;
5660
- warehouseQuota: number;
5661
- menuVersion: string;
5662
- };
5663
5766
  businessId: string;
5664
5767
  profile: {
5665
5768
  code?: string | null | undefined;
@@ -5842,6 +5945,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5842
5945
  url?: string | null | undefined;
5843
5946
  expiredAt?: string | null | undefined;
5844
5947
  agentId?: string | null | undefined;
5948
+ attributeSettings?: {
5949
+ type: "string" | "number" | "boolean" | "date";
5950
+ key: string;
5951
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
5952
+ }[] | null | undefined;
5845
5953
  pf_agent?: {
5846
5954
  clickupId?: string | null | undefined;
5847
5955
  members?: {
@@ -5903,6 +6011,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5903
6011
  channel?: string | null | undefined;
5904
6012
  machineId?: string | null | undefined;
5905
6013
  catalogId?: string | null | undefined;
6014
+ customAttributes?: Record<string, any> | null | undefined;
5906
6015
  takeaway?: {
5907
6016
  catalogId?: string | null | undefined;
5908
6017
  } | null | undefined;
@@ -6037,6 +6146,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6037
6146
  acceptQueue?: boolean | null | undefined;
6038
6147
  anonymousOrder: boolean;
6039
6148
  } | null | undefined;
6149
+ pf_business?: {
6150
+ internal?: boolean | null | undefined;
6151
+ url?: string | null | undefined;
6152
+ expiredAt?: string | null | undefined;
6153
+ agentId?: string | null | undefined;
6154
+ attributeSettings?: {
6155
+ type: "string" | "number" | "boolean" | "date";
6156
+ key: string;
6157
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
6158
+ }[] | null | undefined;
6159
+ pf_agent?: {
6160
+ clickupId?: string | null | undefined;
6161
+ members?: {
6162
+ pf_user?: {
6163
+ email?: string | null | undefined;
6164
+ phoneNumber?: string | null | undefined;
6165
+ birthday?: string | null | undefined;
6166
+ gender?: "MALE" | "FEMALE" | null | undefined;
6167
+ addresses?: {
6168
+ name: string;
6169
+ address: string;
6170
+ coordinates: number[];
6171
+ }[] | null | undefined;
6172
+ photoURL?: string | null | undefined;
6173
+ displayName?: string | null | undefined;
6174
+ imported?: {
6175
+ raw: Record<string, any>;
6176
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
6177
+ } | null | undefined;
6178
+ _id: string;
6179
+ } | null | undefined;
6180
+ role: "ADMIN";
6181
+ userId: string;
6182
+ }[] | null | undefined;
6183
+ code: string;
6184
+ name: string;
6185
+ _id: string;
6186
+ isReseller: boolean;
6187
+ } | null | undefined;
6188
+ thumbnail?: string | null | undefined;
6189
+ billingInfos?: {
6190
+ _id?: string | null | undefined;
6191
+ name: string;
6192
+ address: {
6193
+ coordinates?: number[] | null | undefined;
6194
+ line2?: string | null | undefined;
6195
+ state: string;
6196
+ country: string;
6197
+ line1: string;
6198
+ city: string;
6199
+ postcode: string;
6200
+ };
6201
+ email: string;
6202
+ companyName: string;
6203
+ contact: string;
6204
+ }[] | null | undefined;
6205
+ customerDisplayImages?: {
6206
+ url: string;
6207
+ restaurantIds: string[];
6208
+ }[] | null | undefined;
6209
+ name: string;
6210
+ _id: string;
6211
+ ownerId: string;
6212
+ restaurantQuota: number;
6213
+ warehouseQuota: number;
6214
+ menuVersion: string;
6215
+ } | null | undefined;
6040
6216
  features?: string[] | null | undefined;
6041
6217
  machineOtp?: string | null | undefined;
6042
6218
  machineOtpExpiredAt?: string | null | undefined;
@@ -6131,71 +6307,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6131
6307
  } | null | undefined;
6132
6308
  _id: string;
6133
6309
  expiredAt: string;
6134
- pf_business: {
6135
- internal?: boolean | null | undefined;
6136
- url?: string | null | undefined;
6137
- expiredAt?: string | null | undefined;
6138
- agentId?: string | null | undefined;
6139
- pf_agent?: {
6140
- clickupId?: string | null | undefined;
6141
- members?: {
6142
- pf_user?: {
6143
- email?: string | null | undefined;
6144
- phoneNumber?: string | null | undefined;
6145
- birthday?: string | null | undefined;
6146
- gender?: "MALE" | "FEMALE" | null | undefined;
6147
- addresses?: {
6148
- name: string;
6149
- address: string;
6150
- coordinates: number[];
6151
- }[] | null | undefined;
6152
- photoURL?: string | null | undefined;
6153
- displayName?: string | null | undefined;
6154
- imported?: {
6155
- raw: Record<string, any>;
6156
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
6157
- } | null | undefined;
6158
- _id: string;
6159
- } | null | undefined;
6160
- role: "ADMIN";
6161
- userId: string;
6162
- }[] | null | undefined;
6163
- code: string;
6164
- name: string;
6165
- _id: string;
6166
- isReseller: boolean;
6167
- } | null | undefined;
6168
- thumbnail?: string | null | undefined;
6169
- billingInfos?: {
6170
- _id?: string | null | undefined;
6171
- name: string;
6172
- address: {
6173
- coordinates?: number[] | null | undefined;
6174
- line2?: string | null | undefined;
6175
- state: string;
6176
- country: string;
6177
- line1: string;
6178
- city: string;
6179
- postcode: string;
6180
- };
6181
- email: string;
6182
- companyName: string;
6183
- contact: string;
6184
- }[] | null | undefined;
6185
- customerDisplayImages?: {
6186
- url: string;
6187
- restaurantIds: string[];
6188
- }[] | null | undefined;
6189
- name: string;
6190
- _id: string;
6191
- ownerId: string;
6192
- restaurantQuota: number;
6193
- warehouseQuota: number;
6194
- menuVersion: string;
6195
- };
6196
- businessId: string;
6197
- profile: {
6198
- code?: string | null | undefined;
6310
+ businessId: string;
6311
+ profile: {
6312
+ code?: string | null | undefined;
6199
6313
  url?: string | null | undefined;
6200
6314
  description?: string | null | undefined;
6201
6315
  _id?: string | null | undefined;
@@ -6376,7 +6490,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6376
6490
  pf_restaurant: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
6377
6491
  _id: z.ZodEffects<z.ZodString, string, string>;
6378
6492
  businessId: z.ZodString;
6379
- pf_business: z.ZodObject<{
6493
+ pf_business: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6380
6494
  _id: z.ZodEffects<z.ZodString, string, string>;
6381
6495
  ownerId: z.ZodString;
6382
6496
  name: z.ZodString;
@@ -6387,6 +6501,19 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6387
6501
  expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
6388
6502
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6389
6503
  agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
6504
+ attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
6505
+ key: z.ZodString;
6506
+ type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
6507
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
6508
+ }, "strip", z.ZodTypeAny, {
6509
+ type: "string" | "number" | "boolean" | "date";
6510
+ key: string;
6511
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
6512
+ }, {
6513
+ type: "string" | "number" | "boolean" | "date";
6514
+ key: string;
6515
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
6516
+ }>, "many">>>;
6390
6517
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
6391
6518
  _id: z.ZodEffects<z.ZodString, string, string>;
6392
6519
  name: z.ZodString;
@@ -6640,6 +6767,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6640
6767
  url?: string | null | undefined;
6641
6768
  expiredAt?: string | null | undefined;
6642
6769
  agentId?: string | null | undefined;
6770
+ attributeSettings?: {
6771
+ type: "string" | "number" | "boolean" | "date";
6772
+ key: string;
6773
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
6774
+ }[] | null | undefined;
6643
6775
  pf_agent?: {
6644
6776
  clickupId?: string | null | undefined;
6645
6777
  members?: {
@@ -6701,6 +6833,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6701
6833
  url?: string | null | undefined;
6702
6834
  expiredAt?: string | null | undefined;
6703
6835
  agentId?: string | null | undefined;
6836
+ attributeSettings?: {
6837
+ type: "string" | "number" | "boolean" | "date";
6838
+ key: string;
6839
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
6840
+ }[] | null | undefined;
6704
6841
  pf_agent?: {
6705
6842
  clickupId?: string | null | undefined;
6706
6843
  members?: {
@@ -6757,7 +6894,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6757
6894
  restaurantQuota: number;
6758
6895
  warehouseQuota: number;
6759
6896
  menuVersion: string;
6760
- }>;
6897
+ }>>>;
6761
6898
  features: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<{
6762
6899
  stock: string;
6763
6900
  discovery: string;
@@ -8427,10 +8564,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
8427
8564
  mapBorderColor?: number | null | undefined;
8428
8565
  mapLineColor?: number | null | undefined;
8429
8566
  }>>>;
8567
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8430
8568
  }, "strip", z.ZodTypeAny, {
8431
8569
  channel?: string | null | undefined;
8432
8570
  machineId?: string | null | undefined;
8433
8571
  catalogId?: string | null | undefined;
8572
+ customAttributes?: Record<string, any> | null | undefined;
8434
8573
  takeaway?: {
8435
8574
  catalogId?: string | null | undefined;
8436
8575
  } | null | undefined;
@@ -8565,6 +8704,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
8565
8704
  acceptQueue?: boolean | null | undefined;
8566
8705
  anonymousOrder: boolean;
8567
8706
  } | null | undefined;
8707
+ pf_business?: {
8708
+ internal?: boolean | null | undefined;
8709
+ url?: string | null | undefined;
8710
+ expiredAt?: string | null | undefined;
8711
+ agentId?: string | null | undefined;
8712
+ attributeSettings?: {
8713
+ type: "string" | "number" | "boolean" | "date";
8714
+ key: string;
8715
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
8716
+ }[] | null | undefined;
8717
+ pf_agent?: {
8718
+ clickupId?: string | null | undefined;
8719
+ members?: {
8720
+ pf_user?: {
8721
+ email?: string | null | undefined;
8722
+ phoneNumber?: string | null | undefined;
8723
+ birthday?: string | null | undefined;
8724
+ gender?: "MALE" | "FEMALE" | null | undefined;
8725
+ addresses?: {
8726
+ name: string;
8727
+ address: string;
8728
+ coordinates: number[];
8729
+ }[] | null | undefined;
8730
+ photoURL?: string | null | undefined;
8731
+ displayName?: string | null | undefined;
8732
+ imported?: {
8733
+ raw: Record<string, any>;
8734
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
8735
+ } | null | undefined;
8736
+ _id: string;
8737
+ } | null | undefined;
8738
+ role: "ADMIN";
8739
+ userId: string;
8740
+ }[] | null | undefined;
8741
+ code: string;
8742
+ name: string;
8743
+ _id: string;
8744
+ isReseller: boolean;
8745
+ } | null | undefined;
8746
+ thumbnail?: string | null | undefined;
8747
+ billingInfos?: {
8748
+ _id?: string | null | undefined;
8749
+ name: string;
8750
+ address: {
8751
+ coordinates?: number[] | null | undefined;
8752
+ line2?: string | null | undefined;
8753
+ state: string;
8754
+ country: string;
8755
+ line1: string;
8756
+ city: string;
8757
+ postcode: string;
8758
+ };
8759
+ email: string;
8760
+ companyName: string;
8761
+ contact: string;
8762
+ }[] | null | undefined;
8763
+ customerDisplayImages?: {
8764
+ url: string;
8765
+ restaurantIds: string[];
8766
+ }[] | null | undefined;
8767
+ name: string;
8768
+ _id: string;
8769
+ ownerId: string;
8770
+ restaurantQuota: number;
8771
+ warehouseQuota: number;
8772
+ menuVersion: string;
8773
+ } | null | undefined;
8568
8774
  features?: string[] | null | undefined;
8569
8775
  machineOtp?: string | null | undefined;
8570
8776
  machineOtpExpiredAt?: string | null | undefined;
@@ -8659,68 +8865,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
8659
8865
  } | null | undefined;
8660
8866
  _id: string;
8661
8867
  expiredAt: string;
8662
- pf_business: {
8663
- internal?: boolean | null | undefined;
8664
- url?: string | null | undefined;
8665
- expiredAt?: string | null | undefined;
8666
- agentId?: string | null | undefined;
8667
- pf_agent?: {
8668
- clickupId?: string | null | undefined;
8669
- members?: {
8670
- pf_user?: {
8671
- email?: string | null | undefined;
8672
- phoneNumber?: string | null | undefined;
8673
- birthday?: string | null | undefined;
8674
- gender?: "MALE" | "FEMALE" | null | undefined;
8675
- addresses?: {
8676
- name: string;
8677
- address: string;
8678
- coordinates: number[];
8679
- }[] | null | undefined;
8680
- photoURL?: string | null | undefined;
8681
- displayName?: string | null | undefined;
8682
- imported?: {
8683
- raw: Record<string, any>;
8684
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
8685
- } | null | undefined;
8686
- _id: string;
8687
- } | null | undefined;
8688
- role: "ADMIN";
8689
- userId: string;
8690
- }[] | null | undefined;
8691
- code: string;
8692
- name: string;
8693
- _id: string;
8694
- isReseller: boolean;
8695
- } | null | undefined;
8696
- thumbnail?: string | null | undefined;
8697
- billingInfos?: {
8698
- _id?: string | null | undefined;
8699
- name: string;
8700
- address: {
8701
- coordinates?: number[] | null | undefined;
8702
- line2?: string | null | undefined;
8703
- state: string;
8704
- country: string;
8705
- line1: string;
8706
- city: string;
8707
- postcode: string;
8708
- };
8709
- email: string;
8710
- companyName: string;
8711
- contact: string;
8712
- }[] | null | undefined;
8713
- customerDisplayImages?: {
8714
- url: string;
8715
- restaurantIds: string[];
8716
- }[] | null | undefined;
8717
- name: string;
8718
- _id: string;
8719
- ownerId: string;
8720
- restaurantQuota: number;
8721
- warehouseQuota: number;
8722
- menuVersion: string;
8723
- };
8724
8868
  businessId: string;
8725
8869
  profile: {
8726
8870
  code?: string | null | undefined;
@@ -8803,6 +8947,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
8803
8947
  channel?: string | null | undefined;
8804
8948
  machineId?: string | null | undefined;
8805
8949
  catalogId?: string | null | undefined;
8950
+ customAttributes?: Record<string, any> | null | undefined;
8806
8951
  takeaway?: {
8807
8952
  catalogId?: string | null | undefined;
8808
8953
  } | null | undefined;
@@ -8937,6 +9082,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
8937
9082
  acceptQueue?: boolean | null | undefined;
8938
9083
  anonymousOrder: boolean;
8939
9084
  } | null | undefined;
9085
+ pf_business?: {
9086
+ internal?: boolean | null | undefined;
9087
+ url?: string | null | undefined;
9088
+ expiredAt?: string | null | undefined;
9089
+ agentId?: string | null | undefined;
9090
+ attributeSettings?: {
9091
+ type: "string" | "number" | "boolean" | "date";
9092
+ key: string;
9093
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
9094
+ }[] | null | undefined;
9095
+ pf_agent?: {
9096
+ clickupId?: string | null | undefined;
9097
+ members?: {
9098
+ pf_user?: {
9099
+ email?: string | null | undefined;
9100
+ phoneNumber?: string | null | undefined;
9101
+ birthday?: string | null | undefined;
9102
+ gender?: "MALE" | "FEMALE" | null | undefined;
9103
+ addresses?: {
9104
+ name: string;
9105
+ address: string;
9106
+ coordinates: number[];
9107
+ }[] | null | undefined;
9108
+ photoURL?: string | null | undefined;
9109
+ displayName?: string | null | undefined;
9110
+ imported?: {
9111
+ raw: Record<string, any>;
9112
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
9113
+ } | null | undefined;
9114
+ _id: string;
9115
+ } | null | undefined;
9116
+ role: "ADMIN";
9117
+ userId: string;
9118
+ }[] | null | undefined;
9119
+ code: string;
9120
+ name: string;
9121
+ _id: string;
9122
+ isReseller: boolean;
9123
+ } | null | undefined;
9124
+ thumbnail?: string | null | undefined;
9125
+ billingInfos?: {
9126
+ _id?: string | null | undefined;
9127
+ name: string;
9128
+ address: {
9129
+ coordinates?: number[] | null | undefined;
9130
+ line2?: string | null | undefined;
9131
+ state: string;
9132
+ country: string;
9133
+ line1: string;
9134
+ city: string;
9135
+ postcode: string;
9136
+ };
9137
+ email: string;
9138
+ companyName: string;
9139
+ contact: string;
9140
+ }[] | null | undefined;
9141
+ customerDisplayImages?: {
9142
+ url: string;
9143
+ restaurantIds: string[];
9144
+ }[] | null | undefined;
9145
+ name: string;
9146
+ _id: string;
9147
+ ownerId: string;
9148
+ restaurantQuota: number;
9149
+ warehouseQuota: number;
9150
+ menuVersion: string;
9151
+ } | null | undefined;
8940
9152
  features?: string[] | null | undefined;
8941
9153
  machineOtp?: string | null | undefined;
8942
9154
  machineOtpExpiredAt?: string | null | undefined;
@@ -9031,71 +9243,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9031
9243
  } | null | undefined;
9032
9244
  _id: string;
9033
9245
  expiredAt: string;
9034
- pf_business: {
9035
- internal?: boolean | null | undefined;
9036
- url?: string | null | undefined;
9037
- expiredAt?: string | null | undefined;
9038
- agentId?: string | null | undefined;
9039
- pf_agent?: {
9040
- clickupId?: string | null | undefined;
9041
- members?: {
9042
- pf_user?: {
9043
- email?: string | null | undefined;
9044
- phoneNumber?: string | null | undefined;
9045
- birthday?: string | null | undefined;
9046
- gender?: "MALE" | "FEMALE" | null | undefined;
9047
- addresses?: {
9048
- name: string;
9049
- address: string;
9050
- coordinates: number[];
9051
- }[] | null | undefined;
9052
- photoURL?: string | null | undefined;
9053
- displayName?: string | null | undefined;
9054
- imported?: {
9055
- raw: Record<string, any>;
9056
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
9057
- } | null | undefined;
9058
- _id: string;
9059
- } | null | undefined;
9060
- role: "ADMIN";
9061
- userId: string;
9062
- }[] | null | undefined;
9063
- code: string;
9064
- name: string;
9065
- _id: string;
9066
- isReseller: boolean;
9067
- } | null | undefined;
9068
- thumbnail?: string | null | undefined;
9069
- billingInfos?: {
9070
- _id?: string | null | undefined;
9071
- name: string;
9072
- address: {
9073
- coordinates?: number[] | null | undefined;
9074
- line2?: string | null | undefined;
9075
- state: string;
9076
- country: string;
9077
- line1: string;
9078
- city: string;
9079
- postcode: string;
9080
- };
9081
- email: string;
9082
- companyName: string;
9083
- contact: string;
9084
- }[] | null | undefined;
9085
- customerDisplayImages?: {
9086
- url: string;
9087
- restaurantIds: string[];
9088
- }[] | null | undefined;
9089
- name: string;
9090
- _id: string;
9091
- ownerId: string;
9092
- restaurantQuota: number;
9093
- warehouseQuota: number;
9094
- menuVersion: string;
9095
- };
9096
- businessId: string;
9097
- profile: {
9098
- code?: string | null | undefined;
9246
+ businessId: string;
9247
+ profile: {
9248
+ code?: string | null | undefined;
9099
9249
  url?: string | null | undefined;
9100
9250
  description?: string | null | undefined;
9101
9251
  _id?: string | null | undefined;
@@ -9192,7 +9342,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9192
9342
  pf_restaurant: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
9193
9343
  _id: z.ZodEffects<z.ZodString, string, string>;
9194
9344
  businessId: z.ZodString;
9195
- pf_business: z.ZodObject<{
9345
+ pf_business: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9196
9346
  _id: z.ZodEffects<z.ZodString, string, string>;
9197
9347
  ownerId: z.ZodString;
9198
9348
  name: z.ZodString;
@@ -9203,6 +9353,19 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9203
9353
  expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
9204
9354
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9205
9355
  agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
9356
+ attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
9357
+ key: z.ZodString;
9358
+ type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
9359
+ entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
9360
+ }, "strip", z.ZodTypeAny, {
9361
+ type: "string" | "number" | "boolean" | "date";
9362
+ key: string;
9363
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
9364
+ }, {
9365
+ type: "string" | "number" | "boolean" | "date";
9366
+ key: string;
9367
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
9368
+ }>, "many">>>;
9206
9369
  pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
9207
9370
  _id: z.ZodEffects<z.ZodString, string, string>;
9208
9371
  name: z.ZodString;
@@ -9456,6 +9619,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9456
9619
  url?: string | null | undefined;
9457
9620
  expiredAt?: string | null | undefined;
9458
9621
  agentId?: string | null | undefined;
9622
+ attributeSettings?: {
9623
+ type: "string" | "number" | "boolean" | "date";
9624
+ key: string;
9625
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
9626
+ }[] | null | undefined;
9459
9627
  pf_agent?: {
9460
9628
  clickupId?: string | null | undefined;
9461
9629
  members?: {
@@ -9517,6 +9685,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9517
9685
  url?: string | null | undefined;
9518
9686
  expiredAt?: string | null | undefined;
9519
9687
  agentId?: string | null | undefined;
9688
+ attributeSettings?: {
9689
+ type: "string" | "number" | "boolean" | "date";
9690
+ key: string;
9691
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
9692
+ }[] | null | undefined;
9520
9693
  pf_agent?: {
9521
9694
  clickupId?: string | null | undefined;
9522
9695
  members?: {
@@ -9573,7 +9746,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9573
9746
  restaurantQuota: number;
9574
9747
  warehouseQuota: number;
9575
9748
  menuVersion: string;
9576
- }>;
9749
+ }>>>;
9577
9750
  features: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<{
9578
9751
  stock: string;
9579
9752
  discovery: string;
@@ -11243,10 +11416,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11243
11416
  mapBorderColor?: number | null | undefined;
11244
11417
  mapLineColor?: number | null | undefined;
11245
11418
  }>>>;
11419
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11246
11420
  }, "strip", z.ZodTypeAny, {
11247
11421
  channel?: string | null | undefined;
11248
11422
  machineId?: string | null | undefined;
11249
11423
  catalogId?: string | null | undefined;
11424
+ customAttributes?: Record<string, any> | null | undefined;
11250
11425
  takeaway?: {
11251
11426
  catalogId?: string | null | undefined;
11252
11427
  } | null | undefined;
@@ -11381,6 +11556,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11381
11556
  acceptQueue?: boolean | null | undefined;
11382
11557
  anonymousOrder: boolean;
11383
11558
  } | null | undefined;
11559
+ pf_business?: {
11560
+ internal?: boolean | null | undefined;
11561
+ url?: string | null | undefined;
11562
+ expiredAt?: string | null | undefined;
11563
+ agentId?: string | null | undefined;
11564
+ attributeSettings?: {
11565
+ type: "string" | "number" | "boolean" | "date";
11566
+ key: string;
11567
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
11568
+ }[] | null | undefined;
11569
+ pf_agent?: {
11570
+ clickupId?: string | null | undefined;
11571
+ members?: {
11572
+ pf_user?: {
11573
+ email?: string | null | undefined;
11574
+ phoneNumber?: string | null | undefined;
11575
+ birthday?: string | null | undefined;
11576
+ gender?: "MALE" | "FEMALE" | null | undefined;
11577
+ addresses?: {
11578
+ name: string;
11579
+ address: string;
11580
+ coordinates: number[];
11581
+ }[] | null | undefined;
11582
+ photoURL?: string | null | undefined;
11583
+ displayName?: string | null | undefined;
11584
+ imported?: {
11585
+ raw: Record<string, any>;
11586
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
11587
+ } | null | undefined;
11588
+ _id: string;
11589
+ } | null | undefined;
11590
+ role: "ADMIN";
11591
+ userId: string;
11592
+ }[] | null | undefined;
11593
+ code: string;
11594
+ name: string;
11595
+ _id: string;
11596
+ isReseller: boolean;
11597
+ } | null | undefined;
11598
+ thumbnail?: string | null | undefined;
11599
+ billingInfos?: {
11600
+ _id?: string | null | undefined;
11601
+ name: string;
11602
+ address: {
11603
+ coordinates?: number[] | null | undefined;
11604
+ line2?: string | null | undefined;
11605
+ state: string;
11606
+ country: string;
11607
+ line1: string;
11608
+ city: string;
11609
+ postcode: string;
11610
+ };
11611
+ email: string;
11612
+ companyName: string;
11613
+ contact: string;
11614
+ }[] | null | undefined;
11615
+ customerDisplayImages?: {
11616
+ url: string;
11617
+ restaurantIds: string[];
11618
+ }[] | null | undefined;
11619
+ name: string;
11620
+ _id: string;
11621
+ ownerId: string;
11622
+ restaurantQuota: number;
11623
+ warehouseQuota: number;
11624
+ menuVersion: string;
11625
+ } | null | undefined;
11384
11626
  features?: string[] | null | undefined;
11385
11627
  machineOtp?: string | null | undefined;
11386
11628
  machineOtpExpiredAt?: string | null | undefined;
@@ -11475,68 +11717,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11475
11717
  } | null | undefined;
11476
11718
  _id: string;
11477
11719
  expiredAt: string;
11478
- pf_business: {
11479
- internal?: boolean | null | undefined;
11480
- url?: string | null | undefined;
11481
- expiredAt?: string | null | undefined;
11482
- agentId?: string | null | undefined;
11483
- pf_agent?: {
11484
- clickupId?: string | null | undefined;
11485
- members?: {
11486
- pf_user?: {
11487
- email?: string | null | undefined;
11488
- phoneNumber?: string | null | undefined;
11489
- birthday?: string | null | undefined;
11490
- gender?: "MALE" | "FEMALE" | null | undefined;
11491
- addresses?: {
11492
- name: string;
11493
- address: string;
11494
- coordinates: number[];
11495
- }[] | null | undefined;
11496
- photoURL?: string | null | undefined;
11497
- displayName?: string | null | undefined;
11498
- imported?: {
11499
- raw: Record<string, any>;
11500
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
11501
- } | null | undefined;
11502
- _id: string;
11503
- } | null | undefined;
11504
- role: "ADMIN";
11505
- userId: string;
11506
- }[] | null | undefined;
11507
- code: string;
11508
- name: string;
11509
- _id: string;
11510
- isReseller: boolean;
11511
- } | null | undefined;
11512
- thumbnail?: string | null | undefined;
11513
- billingInfos?: {
11514
- _id?: string | null | undefined;
11515
- name: string;
11516
- address: {
11517
- coordinates?: number[] | null | undefined;
11518
- line2?: string | null | undefined;
11519
- state: string;
11520
- country: string;
11521
- line1: string;
11522
- city: string;
11523
- postcode: string;
11524
- };
11525
- email: string;
11526
- companyName: string;
11527
- contact: string;
11528
- }[] | null | undefined;
11529
- customerDisplayImages?: {
11530
- url: string;
11531
- restaurantIds: string[];
11532
- }[] | null | undefined;
11533
- name: string;
11534
- _id: string;
11535
- ownerId: string;
11536
- restaurantQuota: number;
11537
- warehouseQuota: number;
11538
- menuVersion: string;
11539
- };
11540
11720
  businessId: string;
11541
11721
  profile: {
11542
11722
  code?: string | null | undefined;
@@ -11619,6 +11799,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11619
11799
  channel?: string | null | undefined;
11620
11800
  machineId?: string | null | undefined;
11621
11801
  catalogId?: string | null | undefined;
11802
+ customAttributes?: Record<string, any> | null | undefined;
11622
11803
  takeaway?: {
11623
11804
  catalogId?: string | null | undefined;
11624
11805
  } | null | undefined;
@@ -11753,6 +11934,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11753
11934
  acceptQueue?: boolean | null | undefined;
11754
11935
  anonymousOrder: boolean;
11755
11936
  } | null | undefined;
11937
+ pf_business?: {
11938
+ internal?: boolean | null | undefined;
11939
+ url?: string | null | undefined;
11940
+ expiredAt?: string | null | undefined;
11941
+ agentId?: string | null | undefined;
11942
+ attributeSettings?: {
11943
+ type: "string" | "number" | "boolean" | "date";
11944
+ key: string;
11945
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
11946
+ }[] | null | undefined;
11947
+ pf_agent?: {
11948
+ clickupId?: string | null | undefined;
11949
+ members?: {
11950
+ pf_user?: {
11951
+ email?: string | null | undefined;
11952
+ phoneNumber?: string | null | undefined;
11953
+ birthday?: string | null | undefined;
11954
+ gender?: "MALE" | "FEMALE" | null | undefined;
11955
+ addresses?: {
11956
+ name: string;
11957
+ address: string;
11958
+ coordinates: number[];
11959
+ }[] | null | undefined;
11960
+ photoURL?: string | null | undefined;
11961
+ displayName?: string | null | undefined;
11962
+ imported?: {
11963
+ raw: Record<string, any>;
11964
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
11965
+ } | null | undefined;
11966
+ _id: string;
11967
+ } | null | undefined;
11968
+ role: "ADMIN";
11969
+ userId: string;
11970
+ }[] | null | undefined;
11971
+ code: string;
11972
+ name: string;
11973
+ _id: string;
11974
+ isReseller: boolean;
11975
+ } | null | undefined;
11976
+ thumbnail?: string | null | undefined;
11977
+ billingInfos?: {
11978
+ _id?: string | null | undefined;
11979
+ name: string;
11980
+ address: {
11981
+ coordinates?: number[] | null | undefined;
11982
+ line2?: string | null | undefined;
11983
+ state: string;
11984
+ country: string;
11985
+ line1: string;
11986
+ city: string;
11987
+ postcode: string;
11988
+ };
11989
+ email: string;
11990
+ companyName: string;
11991
+ contact: string;
11992
+ }[] | null | undefined;
11993
+ customerDisplayImages?: {
11994
+ url: string;
11995
+ restaurantIds: string[];
11996
+ }[] | null | undefined;
11997
+ name: string;
11998
+ _id: string;
11999
+ ownerId: string;
12000
+ restaurantQuota: number;
12001
+ warehouseQuota: number;
12002
+ menuVersion: string;
12003
+ } | null | undefined;
11756
12004
  features?: string[] | null | undefined;
11757
12005
  machineOtp?: string | null | undefined;
11758
12006
  machineOtpExpiredAt?: string | null | undefined;
@@ -11847,71 +12095,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11847
12095
  } | null | undefined;
11848
12096
  _id: string;
11849
12097
  expiredAt: string;
11850
- pf_business: {
11851
- internal?: boolean | null | undefined;
11852
- url?: string | null | undefined;
11853
- expiredAt?: string | null | undefined;
11854
- agentId?: string | null | undefined;
11855
- pf_agent?: {
11856
- clickupId?: string | null | undefined;
11857
- members?: {
11858
- pf_user?: {
11859
- email?: string | null | undefined;
11860
- phoneNumber?: string | null | undefined;
11861
- birthday?: string | null | undefined;
11862
- gender?: "MALE" | "FEMALE" | null | undefined;
11863
- addresses?: {
11864
- name: string;
11865
- address: string;
11866
- coordinates: number[];
11867
- }[] | null | undefined;
11868
- photoURL?: string | null | undefined;
11869
- displayName?: string | null | undefined;
11870
- imported?: {
11871
- raw: Record<string, any>;
11872
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
11873
- } | null | undefined;
11874
- _id: string;
11875
- } | null | undefined;
11876
- role: "ADMIN";
11877
- userId: string;
11878
- }[] | null | undefined;
11879
- code: string;
11880
- name: string;
11881
- _id: string;
11882
- isReseller: boolean;
11883
- } | null | undefined;
11884
- thumbnail?: string | null | undefined;
11885
- billingInfos?: {
11886
- _id?: string | null | undefined;
11887
- name: string;
11888
- address: {
11889
- coordinates?: number[] | null | undefined;
11890
- line2?: string | null | undefined;
11891
- state: string;
11892
- country: string;
11893
- line1: string;
11894
- city: string;
11895
- postcode: string;
11896
- };
11897
- email: string;
11898
- companyName: string;
11899
- contact: string;
11900
- }[] | null | undefined;
11901
- customerDisplayImages?: {
11902
- url: string;
11903
- restaurantIds: string[];
11904
- }[] | null | undefined;
11905
- name: string;
11906
- _id: string;
11907
- ownerId: string;
11908
- restaurantQuota: number;
11909
- warehouseQuota: number;
11910
- menuVersion: string;
11911
- };
11912
- businessId: string;
11913
- profile: {
11914
- code?: string | null | undefined;
12098
+ businessId: string;
12099
+ profile: {
12100
+ code?: string | null | undefined;
11915
12101
  url?: string | null | undefined;
11916
12102
  description?: string | null | undefined;
11917
12103
  _id?: string | null | undefined;
@@ -11996,6 +12182,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11996
12182
  channel?: string | null | undefined;
11997
12183
  machineId?: string | null | undefined;
11998
12184
  catalogId?: string | null | undefined;
12185
+ customAttributes?: Record<string, any> | null | undefined;
11999
12186
  takeaway?: {
12000
12187
  catalogId?: string | null | undefined;
12001
12188
  } | null | undefined;
@@ -12130,6 +12317,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12130
12317
  acceptQueue?: boolean | null | undefined;
12131
12318
  anonymousOrder: boolean;
12132
12319
  } | null | undefined;
12320
+ pf_business?: {
12321
+ internal?: boolean | null | undefined;
12322
+ url?: string | null | undefined;
12323
+ expiredAt?: string | null | undefined;
12324
+ agentId?: string | null | undefined;
12325
+ attributeSettings?: {
12326
+ type: "string" | "number" | "boolean" | "date";
12327
+ key: string;
12328
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
12329
+ }[] | null | undefined;
12330
+ pf_agent?: {
12331
+ clickupId?: string | null | undefined;
12332
+ members?: {
12333
+ pf_user?: {
12334
+ email?: string | null | undefined;
12335
+ phoneNumber?: string | null | undefined;
12336
+ birthday?: string | null | undefined;
12337
+ gender?: "MALE" | "FEMALE" | null | undefined;
12338
+ addresses?: {
12339
+ name: string;
12340
+ address: string;
12341
+ coordinates: number[];
12342
+ }[] | null | undefined;
12343
+ photoURL?: string | null | undefined;
12344
+ displayName?: string | null | undefined;
12345
+ imported?: {
12346
+ raw: Record<string, any>;
12347
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
12348
+ } | null | undefined;
12349
+ _id: string;
12350
+ } | null | undefined;
12351
+ role: "ADMIN";
12352
+ userId: string;
12353
+ }[] | null | undefined;
12354
+ code: string;
12355
+ name: string;
12356
+ _id: string;
12357
+ isReseller: boolean;
12358
+ } | null | undefined;
12359
+ thumbnail?: string | null | undefined;
12360
+ billingInfos?: {
12361
+ _id?: string | null | undefined;
12362
+ name: string;
12363
+ address: {
12364
+ coordinates?: number[] | null | undefined;
12365
+ line2?: string | null | undefined;
12366
+ state: string;
12367
+ country: string;
12368
+ line1: string;
12369
+ city: string;
12370
+ postcode: string;
12371
+ };
12372
+ email: string;
12373
+ companyName: string;
12374
+ contact: string;
12375
+ }[] | null | undefined;
12376
+ customerDisplayImages?: {
12377
+ url: string;
12378
+ restaurantIds: string[];
12379
+ }[] | null | undefined;
12380
+ name: string;
12381
+ _id: string;
12382
+ ownerId: string;
12383
+ restaurantQuota: number;
12384
+ warehouseQuota: number;
12385
+ menuVersion: string;
12386
+ } | null | undefined;
12133
12387
  features?: string[] | null | undefined;
12134
12388
  machineOtp?: string | null | undefined;
12135
12389
  machineOtpExpiredAt?: string | null | undefined;
@@ -12224,68 +12478,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12224
12478
  } | null | undefined;
12225
12479
  _id: string;
12226
12480
  expiredAt: string;
12227
- pf_business: {
12228
- internal?: boolean | null | undefined;
12229
- url?: string | null | undefined;
12230
- expiredAt?: string | null | undefined;
12231
- agentId?: string | null | undefined;
12232
- pf_agent?: {
12233
- clickupId?: string | null | undefined;
12234
- members?: {
12235
- pf_user?: {
12236
- email?: string | null | undefined;
12237
- phoneNumber?: string | null | undefined;
12238
- birthday?: string | null | undefined;
12239
- gender?: "MALE" | "FEMALE" | null | undefined;
12240
- addresses?: {
12241
- name: string;
12242
- address: string;
12243
- coordinates: number[];
12244
- }[] | null | undefined;
12245
- photoURL?: string | null | undefined;
12246
- displayName?: string | null | undefined;
12247
- imported?: {
12248
- raw: Record<string, any>;
12249
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
12250
- } | null | undefined;
12251
- _id: string;
12252
- } | null | undefined;
12253
- role: "ADMIN";
12254
- userId: string;
12255
- }[] | null | undefined;
12256
- code: string;
12257
- name: string;
12258
- _id: string;
12259
- isReseller: boolean;
12260
- } | null | undefined;
12261
- thumbnail?: string | null | undefined;
12262
- billingInfos?: {
12263
- _id?: string | null | undefined;
12264
- name: string;
12265
- address: {
12266
- coordinates?: number[] | null | undefined;
12267
- line2?: string | null | undefined;
12268
- state: string;
12269
- country: string;
12270
- line1: string;
12271
- city: string;
12272
- postcode: string;
12273
- };
12274
- email: string;
12275
- companyName: string;
12276
- contact: string;
12277
- }[] | null | undefined;
12278
- customerDisplayImages?: {
12279
- url: string;
12280
- restaurantIds: string[];
12281
- }[] | null | undefined;
12282
- name: string;
12283
- _id: string;
12284
- ownerId: string;
12285
- restaurantQuota: number;
12286
- warehouseQuota: number;
12287
- menuVersion: string;
12288
- };
12289
12481
  businessId: string;
12290
12482
  profile: {
12291
12483
  code?: string | null | undefined;
@@ -12373,6 +12565,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12373
12565
  channel?: string | null | undefined;
12374
12566
  machineId?: string | null | undefined;
12375
12567
  catalogId?: string | null | undefined;
12568
+ customAttributes?: Record<string, any> | null | undefined;
12376
12569
  takeaway?: {
12377
12570
  catalogId?: string | null | undefined;
12378
12571
  } | null | undefined;
@@ -12507,6 +12700,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12507
12700
  acceptQueue?: boolean | null | undefined;
12508
12701
  anonymousOrder: boolean;
12509
12702
  } | null | undefined;
12703
+ pf_business?: {
12704
+ internal?: boolean | null | undefined;
12705
+ url?: string | null | undefined;
12706
+ expiredAt?: string | null | undefined;
12707
+ agentId?: string | null | undefined;
12708
+ attributeSettings?: {
12709
+ type: "string" | "number" | "boolean" | "date";
12710
+ key: string;
12711
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
12712
+ }[] | null | undefined;
12713
+ pf_agent?: {
12714
+ clickupId?: string | null | undefined;
12715
+ members?: {
12716
+ pf_user?: {
12717
+ email?: string | null | undefined;
12718
+ phoneNumber?: string | null | undefined;
12719
+ birthday?: string | null | undefined;
12720
+ gender?: "MALE" | "FEMALE" | null | undefined;
12721
+ addresses?: {
12722
+ name: string;
12723
+ address: string;
12724
+ coordinates: number[];
12725
+ }[] | null | undefined;
12726
+ photoURL?: string | null | undefined;
12727
+ displayName?: string | null | undefined;
12728
+ imported?: {
12729
+ raw: Record<string, any>;
12730
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
12731
+ } | null | undefined;
12732
+ _id: string;
12733
+ } | null | undefined;
12734
+ role: "ADMIN";
12735
+ userId: string;
12736
+ }[] | null | undefined;
12737
+ code: string;
12738
+ name: string;
12739
+ _id: string;
12740
+ isReseller: boolean;
12741
+ } | null | undefined;
12742
+ thumbnail?: string | null | undefined;
12743
+ billingInfos?: {
12744
+ _id?: string | null | undefined;
12745
+ name: string;
12746
+ address: {
12747
+ coordinates?: number[] | null | undefined;
12748
+ line2?: string | null | undefined;
12749
+ state: string;
12750
+ country: string;
12751
+ line1: string;
12752
+ city: string;
12753
+ postcode: string;
12754
+ };
12755
+ email: string;
12756
+ companyName: string;
12757
+ contact: string;
12758
+ }[] | null | undefined;
12759
+ customerDisplayImages?: {
12760
+ url: string;
12761
+ restaurantIds: string[];
12762
+ }[] | null | undefined;
12763
+ name: string;
12764
+ _id: string;
12765
+ ownerId: string;
12766
+ restaurantQuota: number;
12767
+ warehouseQuota: number;
12768
+ menuVersion: string;
12769
+ } | null | undefined;
12510
12770
  features?: string[] | null | undefined;
12511
12771
  machineOtp?: string | null | undefined;
12512
12772
  machineOtpExpiredAt?: string | null | undefined;
@@ -12601,71 +12861,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12601
12861
  } | null | undefined;
12602
12862
  _id: string;
12603
12863
  expiredAt: string;
12604
- pf_business: {
12605
- internal?: boolean | null | undefined;
12606
- url?: string | null | undefined;
12607
- expiredAt?: string | null | undefined;
12608
- agentId?: string | null | undefined;
12609
- pf_agent?: {
12610
- clickupId?: string | null | undefined;
12611
- members?: {
12612
- pf_user?: {
12613
- email?: string | null | undefined;
12614
- phoneNumber?: string | null | undefined;
12615
- birthday?: string | null | undefined;
12616
- gender?: "MALE" | "FEMALE" | null | undefined;
12617
- addresses?: {
12618
- name: string;
12619
- address: string;
12620
- coordinates: number[];
12621
- }[] | null | undefined;
12622
- photoURL?: string | null | undefined;
12623
- displayName?: string | null | undefined;
12624
- imported?: {
12625
- raw: Record<string, any>;
12626
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
12627
- } | null | undefined;
12628
- _id: string;
12629
- } | null | undefined;
12630
- role: "ADMIN";
12631
- userId: string;
12632
- }[] | null | undefined;
12633
- code: string;
12634
- name: string;
12635
- _id: string;
12636
- isReseller: boolean;
12637
- } | null | undefined;
12638
- thumbnail?: string | null | undefined;
12639
- billingInfos?: {
12640
- _id?: string | null | undefined;
12641
- name: string;
12642
- address: {
12643
- coordinates?: number[] | null | undefined;
12644
- line2?: string | null | undefined;
12645
- state: string;
12646
- country: string;
12647
- line1: string;
12648
- city: string;
12649
- postcode: string;
12650
- };
12651
- email: string;
12652
- companyName: string;
12653
- contact: string;
12654
- }[] | null | undefined;
12655
- customerDisplayImages?: {
12656
- url: string;
12657
- restaurantIds: string[];
12658
- }[] | null | undefined;
12659
- name: string;
12660
- _id: string;
12661
- ownerId: string;
12662
- restaurantQuota: number;
12663
- warehouseQuota: number;
12664
- menuVersion: string;
12665
- };
12666
- businessId: string;
12667
- profile: {
12668
- code?: string | null | undefined;
12864
+ businessId: string;
12865
+ profile: {
12866
+ code?: string | null | undefined;
12669
12867
  url?: string | null | undefined;
12670
12868
  description?: string | null | undefined;
12671
12869
  _id?: string | null | undefined;
@@ -12970,6 +13168,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12970
13168
  channel?: string | null | undefined;
12971
13169
  machineId?: string | null | undefined;
12972
13170
  catalogId?: string | null | undefined;
13171
+ customAttributes?: Record<string, any> | null | undefined;
12973
13172
  takeaway?: {
12974
13173
  catalogId?: string | null | undefined;
12975
13174
  } | null | undefined;
@@ -13104,6 +13303,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13104
13303
  acceptQueue?: boolean | null | undefined;
13105
13304
  anonymousOrder: boolean;
13106
13305
  } | null | undefined;
13306
+ pf_business?: {
13307
+ internal?: boolean | null | undefined;
13308
+ url?: string | null | undefined;
13309
+ expiredAt?: string | null | undefined;
13310
+ agentId?: string | null | undefined;
13311
+ attributeSettings?: {
13312
+ type: "string" | "number" | "boolean" | "date";
13313
+ key: string;
13314
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
13315
+ }[] | null | undefined;
13316
+ pf_agent?: {
13317
+ clickupId?: string | null | undefined;
13318
+ members?: {
13319
+ pf_user?: {
13320
+ email?: string | null | undefined;
13321
+ phoneNumber?: string | null | undefined;
13322
+ birthday?: string | null | undefined;
13323
+ gender?: "MALE" | "FEMALE" | null | undefined;
13324
+ addresses?: {
13325
+ name: string;
13326
+ address: string;
13327
+ coordinates: number[];
13328
+ }[] | null | undefined;
13329
+ photoURL?: string | null | undefined;
13330
+ displayName?: string | null | undefined;
13331
+ imported?: {
13332
+ raw: Record<string, any>;
13333
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
13334
+ } | null | undefined;
13335
+ _id: string;
13336
+ } | null | undefined;
13337
+ role: "ADMIN";
13338
+ userId: string;
13339
+ }[] | null | undefined;
13340
+ code: string;
13341
+ name: string;
13342
+ _id: string;
13343
+ isReseller: boolean;
13344
+ } | null | undefined;
13345
+ thumbnail?: string | null | undefined;
13346
+ billingInfos?: {
13347
+ _id?: string | null | undefined;
13348
+ name: string;
13349
+ address: {
13350
+ coordinates?: number[] | null | undefined;
13351
+ line2?: string | null | undefined;
13352
+ state: string;
13353
+ country: string;
13354
+ line1: string;
13355
+ city: string;
13356
+ postcode: string;
13357
+ };
13358
+ email: string;
13359
+ companyName: string;
13360
+ contact: string;
13361
+ }[] | null | undefined;
13362
+ customerDisplayImages?: {
13363
+ url: string;
13364
+ restaurantIds: string[];
13365
+ }[] | null | undefined;
13366
+ name: string;
13367
+ _id: string;
13368
+ ownerId: string;
13369
+ restaurantQuota: number;
13370
+ warehouseQuota: number;
13371
+ menuVersion: string;
13372
+ } | null | undefined;
13107
13373
  features?: string[] | null | undefined;
13108
13374
  machineOtp?: string | null | undefined;
13109
13375
  machineOtpExpiredAt?: string | null | undefined;
@@ -13198,68 +13464,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13198
13464
  } | null | undefined;
13199
13465
  _id: string;
13200
13466
  expiredAt: string;
13201
- pf_business: {
13202
- internal?: boolean | null | undefined;
13203
- url?: string | null | undefined;
13204
- expiredAt?: string | null | undefined;
13205
- agentId?: string | null | undefined;
13206
- pf_agent?: {
13207
- clickupId?: string | null | undefined;
13208
- members?: {
13209
- pf_user?: {
13210
- email?: string | null | undefined;
13211
- phoneNumber?: string | null | undefined;
13212
- birthday?: string | null | undefined;
13213
- gender?: "MALE" | "FEMALE" | null | undefined;
13214
- addresses?: {
13215
- name: string;
13216
- address: string;
13217
- coordinates: number[];
13218
- }[] | null | undefined;
13219
- photoURL?: string | null | undefined;
13220
- displayName?: string | null | undefined;
13221
- imported?: {
13222
- raw: Record<string, any>;
13223
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
13224
- } | null | undefined;
13225
- _id: string;
13226
- } | null | undefined;
13227
- role: "ADMIN";
13228
- userId: string;
13229
- }[] | null | undefined;
13230
- code: string;
13231
- name: string;
13232
- _id: string;
13233
- isReseller: boolean;
13234
- } | null | undefined;
13235
- thumbnail?: string | null | undefined;
13236
- billingInfos?: {
13237
- _id?: string | null | undefined;
13238
- name: string;
13239
- address: {
13240
- coordinates?: number[] | null | undefined;
13241
- line2?: string | null | undefined;
13242
- state: string;
13243
- country: string;
13244
- line1: string;
13245
- city: string;
13246
- postcode: string;
13247
- };
13248
- email: string;
13249
- companyName: string;
13250
- contact: string;
13251
- }[] | null | undefined;
13252
- customerDisplayImages?: {
13253
- url: string;
13254
- restaurantIds: string[];
13255
- }[] | null | undefined;
13256
- name: string;
13257
- _id: string;
13258
- ownerId: string;
13259
- restaurantQuota: number;
13260
- warehouseQuota: number;
13261
- menuVersion: string;
13262
- };
13263
13467
  businessId: string;
13264
13468
  profile: {
13265
13469
  code?: string | null | undefined;
@@ -13365,12 +13569,13 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13365
13569
  } | null | undefined;
13366
13570
  _id: string;
13367
13571
  } | null | undefined;
13368
- appliedAt?: string | null | undefined;
13369
13572
  restaurant?: string | null | undefined;
13573
+ appliedAt?: string | null | undefined;
13370
13574
  pf_restaurant?: {
13371
13575
  channel?: string | null | undefined;
13372
13576
  machineId?: string | null | undefined;
13373
13577
  catalogId?: string | null | undefined;
13578
+ customAttributes?: Record<string, any> | null | undefined;
13374
13579
  takeaway?: {
13375
13580
  catalogId?: string | null | undefined;
13376
13581
  } | null | undefined;
@@ -13505,6 +13710,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13505
13710
  acceptQueue?: boolean | null | undefined;
13506
13711
  anonymousOrder: boolean;
13507
13712
  } | null | undefined;
13713
+ pf_business?: {
13714
+ internal?: boolean | null | undefined;
13715
+ url?: string | null | undefined;
13716
+ expiredAt?: string | null | undefined;
13717
+ agentId?: string | null | undefined;
13718
+ attributeSettings?: {
13719
+ type: "string" | "number" | "boolean" | "date";
13720
+ key: string;
13721
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
13722
+ }[] | null | undefined;
13723
+ pf_agent?: {
13724
+ clickupId?: string | null | undefined;
13725
+ members?: {
13726
+ pf_user?: {
13727
+ email?: string | null | undefined;
13728
+ phoneNumber?: string | null | undefined;
13729
+ birthday?: string | null | undefined;
13730
+ gender?: "MALE" | "FEMALE" | null | undefined;
13731
+ addresses?: {
13732
+ name: string;
13733
+ address: string;
13734
+ coordinates: number[];
13735
+ }[] | null | undefined;
13736
+ photoURL?: string | null | undefined;
13737
+ displayName?: string | null | undefined;
13738
+ imported?: {
13739
+ raw: Record<string, any>;
13740
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
13741
+ } | null | undefined;
13742
+ _id: string;
13743
+ } | null | undefined;
13744
+ role: "ADMIN";
13745
+ userId: string;
13746
+ }[] | null | undefined;
13747
+ code: string;
13748
+ name: string;
13749
+ _id: string;
13750
+ isReseller: boolean;
13751
+ } | null | undefined;
13752
+ thumbnail?: string | null | undefined;
13753
+ billingInfos?: {
13754
+ _id?: string | null | undefined;
13755
+ name: string;
13756
+ address: {
13757
+ coordinates?: number[] | null | undefined;
13758
+ line2?: string | null | undefined;
13759
+ state: string;
13760
+ country: string;
13761
+ line1: string;
13762
+ city: string;
13763
+ postcode: string;
13764
+ };
13765
+ email: string;
13766
+ companyName: string;
13767
+ contact: string;
13768
+ }[] | null | undefined;
13769
+ customerDisplayImages?: {
13770
+ url: string;
13771
+ restaurantIds: string[];
13772
+ }[] | null | undefined;
13773
+ name: string;
13774
+ _id: string;
13775
+ ownerId: string;
13776
+ restaurantQuota: number;
13777
+ warehouseQuota: number;
13778
+ menuVersion: string;
13779
+ } | null | undefined;
13508
13780
  features?: string[] | null | undefined;
13509
13781
  machineOtp?: string | null | undefined;
13510
13782
  machineOtpExpiredAt?: string | null | undefined;
@@ -13599,71 +13871,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13599
13871
  } | null | undefined;
13600
13872
  _id: string;
13601
13873
  expiredAt: string;
13602
- pf_business: {
13603
- internal?: boolean | null | undefined;
13604
- url?: string | null | undefined;
13605
- expiredAt?: string | null | undefined;
13606
- agentId?: string | null | undefined;
13607
- pf_agent?: {
13608
- clickupId?: string | null | undefined;
13609
- members?: {
13610
- pf_user?: {
13611
- email?: string | null | undefined;
13612
- phoneNumber?: string | null | undefined;
13613
- birthday?: string | null | undefined;
13614
- gender?: "MALE" | "FEMALE" | null | undefined;
13615
- addresses?: {
13616
- name: string;
13617
- address: string;
13618
- coordinates: number[];
13619
- }[] | null | undefined;
13620
- photoURL?: string | null | undefined;
13621
- displayName?: string | null | undefined;
13622
- imported?: {
13623
- raw: Record<string, any>;
13624
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
13625
- } | null | undefined;
13626
- _id: string;
13627
- } | null | undefined;
13628
- role: "ADMIN";
13629
- userId: string;
13630
- }[] | null | undefined;
13631
- code: string;
13632
- name: string;
13633
- _id: string;
13634
- isReseller: boolean;
13635
- } | null | undefined;
13636
- thumbnail?: string | null | undefined;
13637
- billingInfos?: {
13638
- _id?: string | null | undefined;
13639
- name: string;
13640
- address: {
13641
- coordinates?: number[] | null | undefined;
13642
- line2?: string | null | undefined;
13643
- state: string;
13644
- country: string;
13645
- line1: string;
13646
- city: string;
13647
- postcode: string;
13648
- };
13649
- email: string;
13650
- companyName: string;
13651
- contact: string;
13652
- }[] | null | undefined;
13653
- customerDisplayImages?: {
13654
- url: string;
13655
- restaurantIds: string[];
13656
- }[] | null | undefined;
13657
- name: string;
13658
- _id: string;
13659
- ownerId: string;
13660
- restaurantQuota: number;
13661
- warehouseQuota: number;
13662
- menuVersion: string;
13663
- };
13664
- businessId: string;
13665
- profile: {
13666
- code?: string | null | undefined;
13874
+ businessId: string;
13875
+ profile: {
13876
+ code?: string | null | undefined;
13667
13877
  url?: string | null | undefined;
13668
13878
  description?: string | null | undefined;
13669
13879
  _id?: string | null | undefined;
@@ -13797,6 +14007,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13797
14007
  url?: string | null | undefined;
13798
14008
  expiredAt?: string | null | undefined;
13799
14009
  agentId?: string | null | undefined;
14010
+ attributeSettings?: {
14011
+ type: "string" | "number" | "boolean" | "date";
14012
+ key: string;
14013
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
14014
+ }[] | null | undefined;
13800
14015
  pf_agent?: {
13801
14016
  clickupId?: string | null | undefined;
13802
14017
  members?: {
@@ -13858,6 +14073,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13858
14073
  channel?: string | null | undefined;
13859
14074
  machineId?: string | null | undefined;
13860
14075
  catalogId?: string | null | undefined;
14076
+ customAttributes?: Record<string, any> | null | undefined;
13861
14077
  takeaway?: {
13862
14078
  catalogId?: string | null | undefined;
13863
14079
  } | null | undefined;
@@ -13992,6 +14208,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13992
14208
  acceptQueue?: boolean | null | undefined;
13993
14209
  anonymousOrder: boolean;
13994
14210
  } | null | undefined;
14211
+ pf_business?: {
14212
+ internal?: boolean | null | undefined;
14213
+ url?: string | null | undefined;
14214
+ expiredAt?: string | null | undefined;
14215
+ agentId?: string | null | undefined;
14216
+ attributeSettings?: {
14217
+ type: "string" | "number" | "boolean" | "date";
14218
+ key: string;
14219
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
14220
+ }[] | null | undefined;
14221
+ pf_agent?: {
14222
+ clickupId?: string | null | undefined;
14223
+ members?: {
14224
+ pf_user?: {
14225
+ email?: string | null | undefined;
14226
+ phoneNumber?: string | null | undefined;
14227
+ birthday?: string | null | undefined;
14228
+ gender?: "MALE" | "FEMALE" | null | undefined;
14229
+ addresses?: {
14230
+ name: string;
14231
+ address: string;
14232
+ coordinates: number[];
14233
+ }[] | null | undefined;
14234
+ photoURL?: string | null | undefined;
14235
+ displayName?: string | null | undefined;
14236
+ imported?: {
14237
+ raw: Record<string, any>;
14238
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
14239
+ } | null | undefined;
14240
+ _id: string;
14241
+ } | null | undefined;
14242
+ role: "ADMIN";
14243
+ userId: string;
14244
+ }[] | null | undefined;
14245
+ code: string;
14246
+ name: string;
14247
+ _id: string;
14248
+ isReseller: boolean;
14249
+ } | null | undefined;
14250
+ thumbnail?: string | null | undefined;
14251
+ billingInfos?: {
14252
+ _id?: string | null | undefined;
14253
+ name: string;
14254
+ address: {
14255
+ coordinates?: number[] | null | undefined;
14256
+ line2?: string | null | undefined;
14257
+ state: string;
14258
+ country: string;
14259
+ line1: string;
14260
+ city: string;
14261
+ postcode: string;
14262
+ };
14263
+ email: string;
14264
+ companyName: string;
14265
+ contact: string;
14266
+ }[] | null | undefined;
14267
+ customerDisplayImages?: {
14268
+ url: string;
14269
+ restaurantIds: string[];
14270
+ }[] | null | undefined;
14271
+ name: string;
14272
+ _id: string;
14273
+ ownerId: string;
14274
+ restaurantQuota: number;
14275
+ warehouseQuota: number;
14276
+ menuVersion: string;
14277
+ } | null | undefined;
13995
14278
  features?: string[] | null | undefined;
13996
14279
  machineOtp?: string | null | undefined;
13997
14280
  machineOtpExpiredAt?: string | null | undefined;
@@ -14086,68 +14369,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14086
14369
  } | null | undefined;
14087
14370
  _id: string;
14088
14371
  expiredAt: string;
14089
- pf_business: {
14090
- internal?: boolean | null | undefined;
14091
- url?: string | null | undefined;
14092
- expiredAt?: string | null | undefined;
14093
- agentId?: string | null | undefined;
14094
- pf_agent?: {
14095
- clickupId?: string | null | undefined;
14096
- members?: {
14097
- pf_user?: {
14098
- email?: string | null | undefined;
14099
- phoneNumber?: string | null | undefined;
14100
- birthday?: string | null | undefined;
14101
- gender?: "MALE" | "FEMALE" | null | undefined;
14102
- addresses?: {
14103
- name: string;
14104
- address: string;
14105
- coordinates: number[];
14106
- }[] | null | undefined;
14107
- photoURL?: string | null | undefined;
14108
- displayName?: string | null | undefined;
14109
- imported?: {
14110
- raw: Record<string, any>;
14111
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
14112
- } | null | undefined;
14113
- _id: string;
14114
- } | null | undefined;
14115
- role: "ADMIN";
14116
- userId: string;
14117
- }[] | null | undefined;
14118
- code: string;
14119
- name: string;
14120
- _id: string;
14121
- isReseller: boolean;
14122
- } | null | undefined;
14123
- thumbnail?: string | null | undefined;
14124
- billingInfos?: {
14125
- _id?: string | null | undefined;
14126
- name: string;
14127
- address: {
14128
- coordinates?: number[] | null | undefined;
14129
- line2?: string | null | undefined;
14130
- state: string;
14131
- country: string;
14132
- line1: string;
14133
- city: string;
14134
- postcode: string;
14135
- };
14136
- email: string;
14137
- companyName: string;
14138
- contact: string;
14139
- }[] | null | undefined;
14140
- customerDisplayImages?: {
14141
- url: string;
14142
- restaurantIds: string[];
14143
- }[] | null | undefined;
14144
- name: string;
14145
- _id: string;
14146
- ownerId: string;
14147
- restaurantQuota: number;
14148
- warehouseQuota: number;
14149
- menuVersion: string;
14150
- };
14151
14372
  businessId: string;
14152
14373
  profile: {
14153
14374
  code?: string | null | undefined;
@@ -14330,6 +14551,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14330
14551
  channel?: string | null | undefined;
14331
14552
  machineId?: string | null | undefined;
14332
14553
  catalogId?: string | null | undefined;
14554
+ customAttributes?: Record<string, any> | null | undefined;
14333
14555
  takeaway?: {
14334
14556
  catalogId?: string | null | undefined;
14335
14557
  } | null | undefined;
@@ -14464,6 +14686,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14464
14686
  acceptQueue?: boolean | null | undefined;
14465
14687
  anonymousOrder: boolean;
14466
14688
  } | null | undefined;
14689
+ pf_business?: {
14690
+ internal?: boolean | null | undefined;
14691
+ url?: string | null | undefined;
14692
+ expiredAt?: string | null | undefined;
14693
+ agentId?: string | null | undefined;
14694
+ attributeSettings?: {
14695
+ type: "string" | "number" | "boolean" | "date";
14696
+ key: string;
14697
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
14698
+ }[] | null | undefined;
14699
+ pf_agent?: {
14700
+ clickupId?: string | null | undefined;
14701
+ members?: {
14702
+ pf_user?: {
14703
+ email?: string | null | undefined;
14704
+ phoneNumber?: string | null | undefined;
14705
+ birthday?: string | null | undefined;
14706
+ gender?: "MALE" | "FEMALE" | null | undefined;
14707
+ addresses?: {
14708
+ name: string;
14709
+ address: string;
14710
+ coordinates: number[];
14711
+ }[] | null | undefined;
14712
+ photoURL?: string | null | undefined;
14713
+ displayName?: string | null | undefined;
14714
+ imported?: {
14715
+ raw: Record<string, any>;
14716
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
14717
+ } | null | undefined;
14718
+ _id: string;
14719
+ } | null | undefined;
14720
+ role: "ADMIN";
14721
+ userId: string;
14722
+ }[] | null | undefined;
14723
+ code: string;
14724
+ name: string;
14725
+ _id: string;
14726
+ isReseller: boolean;
14727
+ } | null | undefined;
14728
+ thumbnail?: string | null | undefined;
14729
+ billingInfos?: {
14730
+ _id?: string | null | undefined;
14731
+ name: string;
14732
+ address: {
14733
+ coordinates?: number[] | null | undefined;
14734
+ line2?: string | null | undefined;
14735
+ state: string;
14736
+ country: string;
14737
+ line1: string;
14738
+ city: string;
14739
+ postcode: string;
14740
+ };
14741
+ email: string;
14742
+ companyName: string;
14743
+ contact: string;
14744
+ }[] | null | undefined;
14745
+ customerDisplayImages?: {
14746
+ url: string;
14747
+ restaurantIds: string[];
14748
+ }[] | null | undefined;
14749
+ name: string;
14750
+ _id: string;
14751
+ ownerId: string;
14752
+ restaurantQuota: number;
14753
+ warehouseQuota: number;
14754
+ menuVersion: string;
14755
+ } | null | undefined;
14467
14756
  features?: string[] | null | undefined;
14468
14757
  machineOtp?: string | null | undefined;
14469
14758
  machineOtpExpiredAt?: string | null | undefined;
@@ -14558,71 +14847,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14558
14847
  } | null | undefined;
14559
14848
  _id: string;
14560
14849
  expiredAt: string;
14561
- pf_business: {
14562
- internal?: boolean | null | undefined;
14563
- url?: string | null | undefined;
14564
- expiredAt?: string | null | undefined;
14565
- agentId?: string | null | undefined;
14566
- pf_agent?: {
14567
- clickupId?: string | null | undefined;
14568
- members?: {
14569
- pf_user?: {
14570
- email?: string | null | undefined;
14571
- phoneNumber?: string | null | undefined;
14572
- birthday?: string | null | undefined;
14573
- gender?: "MALE" | "FEMALE" | null | undefined;
14574
- addresses?: {
14575
- name: string;
14576
- address: string;
14577
- coordinates: number[];
14578
- }[] | null | undefined;
14579
- photoURL?: string | null | undefined;
14580
- displayName?: string | null | undefined;
14581
- imported?: {
14582
- raw: Record<string, any>;
14583
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
14584
- } | null | undefined;
14585
- _id: string;
14586
- } | null | undefined;
14587
- role: "ADMIN";
14588
- userId: string;
14589
- }[] | null | undefined;
14590
- code: string;
14591
- name: string;
14592
- _id: string;
14593
- isReseller: boolean;
14594
- } | null | undefined;
14595
- thumbnail?: string | null | undefined;
14596
- billingInfos?: {
14597
- _id?: string | null | undefined;
14598
- name: string;
14599
- address: {
14600
- coordinates?: number[] | null | undefined;
14601
- line2?: string | null | undefined;
14602
- state: string;
14603
- country: string;
14604
- line1: string;
14605
- city: string;
14606
- postcode: string;
14607
- };
14608
- email: string;
14609
- companyName: string;
14610
- contact: string;
14611
- }[] | null | undefined;
14612
- customerDisplayImages?: {
14613
- url: string;
14614
- restaurantIds: string[];
14615
- }[] | null | undefined;
14616
- name: string;
14617
- _id: string;
14618
- ownerId: string;
14619
- restaurantQuota: number;
14620
- warehouseQuota: number;
14621
- menuVersion: string;
14622
- };
14623
- businessId: string;
14624
- profile: {
14625
- code?: string | null | undefined;
14850
+ businessId: string;
14851
+ profile: {
14852
+ code?: string | null | undefined;
14626
14853
  url?: string | null | undefined;
14627
14854
  description?: string | null | undefined;
14628
14855
  _id?: string | null | undefined;
@@ -14725,12 +14952,13 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14725
14952
  } | null | undefined;
14726
14953
  _id: string;
14727
14954
  } | null | undefined;
14728
- appliedAt?: string | null | undefined;
14729
14955
  restaurant?: string | null | undefined;
14956
+ appliedAt?: string | null | undefined;
14730
14957
  pf_restaurant?: {
14731
14958
  channel?: string | null | undefined;
14732
14959
  machineId?: string | null | undefined;
14733
14960
  catalogId?: string | null | undefined;
14961
+ customAttributes?: Record<string, any> | null | undefined;
14734
14962
  takeaway?: {
14735
14963
  catalogId?: string | null | undefined;
14736
14964
  } | null | undefined;
@@ -14865,6 +15093,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14865
15093
  acceptQueue?: boolean | null | undefined;
14866
15094
  anonymousOrder: boolean;
14867
15095
  } | null | undefined;
15096
+ pf_business?: {
15097
+ internal?: boolean | null | undefined;
15098
+ url?: string | null | undefined;
15099
+ expiredAt?: string | null | undefined;
15100
+ agentId?: string | null | undefined;
15101
+ attributeSettings?: {
15102
+ type: "string" | "number" | "boolean" | "date";
15103
+ key: string;
15104
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
15105
+ }[] | null | undefined;
15106
+ pf_agent?: {
15107
+ clickupId?: string | null | undefined;
15108
+ members?: {
15109
+ pf_user?: {
15110
+ email?: string | null | undefined;
15111
+ phoneNumber?: string | null | undefined;
15112
+ birthday?: string | null | undefined;
15113
+ gender?: "MALE" | "FEMALE" | null | undefined;
15114
+ addresses?: {
15115
+ name: string;
15116
+ address: string;
15117
+ coordinates: number[];
15118
+ }[] | null | undefined;
15119
+ photoURL?: string | null | undefined;
15120
+ displayName?: string | null | undefined;
15121
+ imported?: {
15122
+ raw: Record<string, any>;
15123
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
15124
+ } | null | undefined;
15125
+ _id: string;
15126
+ } | null | undefined;
15127
+ role: "ADMIN";
15128
+ userId: string;
15129
+ }[] | null | undefined;
15130
+ code: string;
15131
+ name: string;
15132
+ _id: string;
15133
+ isReseller: boolean;
15134
+ } | null | undefined;
15135
+ thumbnail?: string | null | undefined;
15136
+ billingInfos?: {
15137
+ _id?: string | null | undefined;
15138
+ name: string;
15139
+ address: {
15140
+ coordinates?: number[] | null | undefined;
15141
+ line2?: string | null | undefined;
15142
+ state: string;
15143
+ country: string;
15144
+ line1: string;
15145
+ city: string;
15146
+ postcode: string;
15147
+ };
15148
+ email: string;
15149
+ companyName: string;
15150
+ contact: string;
15151
+ }[] | null | undefined;
15152
+ customerDisplayImages?: {
15153
+ url: string;
15154
+ restaurantIds: string[];
15155
+ }[] | null | undefined;
15156
+ name: string;
15157
+ _id: string;
15158
+ ownerId: string;
15159
+ restaurantQuota: number;
15160
+ warehouseQuota: number;
15161
+ menuVersion: string;
15162
+ } | null | undefined;
14868
15163
  features?: string[] | null | undefined;
14869
15164
  machineOtp?: string | null | undefined;
14870
15165
  machineOtpExpiredAt?: string | null | undefined;
@@ -14959,68 +15254,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14959
15254
  } | null | undefined;
14960
15255
  _id: string;
14961
15256
  expiredAt: string;
14962
- pf_business: {
14963
- internal?: boolean | null | undefined;
14964
- url?: string | null | undefined;
14965
- expiredAt?: string | null | undefined;
14966
- agentId?: string | null | undefined;
14967
- pf_agent?: {
14968
- clickupId?: string | null | undefined;
14969
- members?: {
14970
- pf_user?: {
14971
- email?: string | null | undefined;
14972
- phoneNumber?: string | null | undefined;
14973
- birthday?: string | null | undefined;
14974
- gender?: "MALE" | "FEMALE" | null | undefined;
14975
- addresses?: {
14976
- name: string;
14977
- address: string;
14978
- coordinates: number[];
14979
- }[] | null | undefined;
14980
- photoURL?: string | null | undefined;
14981
- displayName?: string | null | undefined;
14982
- imported?: {
14983
- raw: Record<string, any>;
14984
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
14985
- } | null | undefined;
14986
- _id: string;
14987
- } | null | undefined;
14988
- role: "ADMIN";
14989
- userId: string;
14990
- }[] | null | undefined;
14991
- code: string;
14992
- name: string;
14993
- _id: string;
14994
- isReseller: boolean;
14995
- } | null | undefined;
14996
- thumbnail?: string | null | undefined;
14997
- billingInfos?: {
14998
- _id?: string | null | undefined;
14999
- name: string;
15000
- address: {
15001
- coordinates?: number[] | null | undefined;
15002
- line2?: string | null | undefined;
15003
- state: string;
15004
- country: string;
15005
- line1: string;
15006
- city: string;
15007
- postcode: string;
15008
- };
15009
- email: string;
15010
- companyName: string;
15011
- contact: string;
15012
- }[] | null | undefined;
15013
- customerDisplayImages?: {
15014
- url: string;
15015
- restaurantIds: string[];
15016
- }[] | null | undefined;
15017
- name: string;
15018
- _id: string;
15019
- ownerId: string;
15020
- restaurantQuota: number;
15021
- warehouseQuota: number;
15022
- menuVersion: string;
15023
- };
15024
15257
  businessId: string;
15025
15258
  profile: {
15026
15259
  code?: string | null | undefined;
@@ -15157,6 +15390,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15157
15390
  url?: string | null | undefined;
15158
15391
  expiredAt?: string | null | undefined;
15159
15392
  agentId?: string | null | undefined;
15393
+ attributeSettings?: {
15394
+ type: "string" | "number" | "boolean" | "date";
15395
+ key: string;
15396
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
15397
+ }[] | null | undefined;
15160
15398
  pf_agent?: {
15161
15399
  clickupId?: string | null | undefined;
15162
15400
  members?: {
@@ -15218,6 +15456,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15218
15456
  channel?: string | null | undefined;
15219
15457
  machineId?: string | null | undefined;
15220
15458
  catalogId?: string | null | undefined;
15459
+ customAttributes?: Record<string, any> | null | undefined;
15221
15460
  takeaway?: {
15222
15461
  catalogId?: string | null | undefined;
15223
15462
  } | null | undefined;
@@ -15352,6 +15591,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15352
15591
  acceptQueue?: boolean | null | undefined;
15353
15592
  anonymousOrder: boolean;
15354
15593
  } | null | undefined;
15594
+ pf_business?: {
15595
+ internal?: boolean | null | undefined;
15596
+ url?: string | null | undefined;
15597
+ expiredAt?: string | null | undefined;
15598
+ agentId?: string | null | undefined;
15599
+ attributeSettings?: {
15600
+ type: "string" | "number" | "boolean" | "date";
15601
+ key: string;
15602
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
15603
+ }[] | null | undefined;
15604
+ pf_agent?: {
15605
+ clickupId?: string | null | undefined;
15606
+ members?: {
15607
+ pf_user?: {
15608
+ email?: string | null | undefined;
15609
+ phoneNumber?: string | null | undefined;
15610
+ birthday?: string | null | undefined;
15611
+ gender?: "MALE" | "FEMALE" | null | undefined;
15612
+ addresses?: {
15613
+ name: string;
15614
+ address: string;
15615
+ coordinates: number[];
15616
+ }[] | null | undefined;
15617
+ photoURL?: string | null | undefined;
15618
+ displayName?: string | null | undefined;
15619
+ imported?: {
15620
+ raw: Record<string, any>;
15621
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
15622
+ } | null | undefined;
15623
+ _id: string;
15624
+ } | null | undefined;
15625
+ role: "ADMIN";
15626
+ userId: string;
15627
+ }[] | null | undefined;
15628
+ code: string;
15629
+ name: string;
15630
+ _id: string;
15631
+ isReseller: boolean;
15632
+ } | null | undefined;
15633
+ thumbnail?: string | null | undefined;
15634
+ billingInfos?: {
15635
+ _id?: string | null | undefined;
15636
+ name: string;
15637
+ address: {
15638
+ coordinates?: number[] | null | undefined;
15639
+ line2?: string | null | undefined;
15640
+ state: string;
15641
+ country: string;
15642
+ line1: string;
15643
+ city: string;
15644
+ postcode: string;
15645
+ };
15646
+ email: string;
15647
+ companyName: string;
15648
+ contact: string;
15649
+ }[] | null | undefined;
15650
+ customerDisplayImages?: {
15651
+ url: string;
15652
+ restaurantIds: string[];
15653
+ }[] | null | undefined;
15654
+ name: string;
15655
+ _id: string;
15656
+ ownerId: string;
15657
+ restaurantQuota: number;
15658
+ warehouseQuota: number;
15659
+ menuVersion: string;
15660
+ } | null | undefined;
15355
15661
  features?: string[] | null | undefined;
15356
15662
  machineOtp?: string | null | undefined;
15357
15663
  machineOtpExpiredAt?: string | null | undefined;
@@ -15446,71 +15752,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15446
15752
  } | null | undefined;
15447
15753
  _id: string;
15448
15754
  expiredAt: string;
15449
- pf_business: {
15450
- internal?: boolean | null | undefined;
15451
- url?: string | null | undefined;
15452
- expiredAt?: string | null | undefined;
15453
- agentId?: string | null | undefined;
15454
- pf_agent?: {
15455
- clickupId?: string | null | undefined;
15456
- members?: {
15457
- pf_user?: {
15458
- email?: string | null | undefined;
15459
- phoneNumber?: string | null | undefined;
15460
- birthday?: string | null | undefined;
15461
- gender?: "MALE" | "FEMALE" | null | undefined;
15462
- addresses?: {
15463
- name: string;
15464
- address: string;
15465
- coordinates: number[];
15466
- }[] | null | undefined;
15467
- photoURL?: string | null | undefined;
15468
- displayName?: string | null | undefined;
15469
- imported?: {
15470
- raw: Record<string, any>;
15471
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
15472
- } | null | undefined;
15473
- _id: string;
15474
- } | null | undefined;
15475
- role: "ADMIN";
15476
- userId: string;
15477
- }[] | null | undefined;
15478
- code: string;
15479
- name: string;
15480
- _id: string;
15481
- isReseller: boolean;
15482
- } | null | undefined;
15483
- thumbnail?: string | null | undefined;
15484
- billingInfos?: {
15485
- _id?: string | null | undefined;
15486
- name: string;
15487
- address: {
15488
- coordinates?: number[] | null | undefined;
15489
- line2?: string | null | undefined;
15490
- state: string;
15491
- country: string;
15492
- line1: string;
15493
- city: string;
15494
- postcode: string;
15495
- };
15496
- email: string;
15497
- companyName: string;
15498
- contact: string;
15499
- }[] | null | undefined;
15500
- customerDisplayImages?: {
15501
- url: string;
15502
- restaurantIds: string[];
15503
- }[] | null | undefined;
15504
- name: string;
15505
- _id: string;
15506
- ownerId: string;
15507
- restaurantQuota: number;
15508
- warehouseQuota: number;
15509
- menuVersion: string;
15510
- };
15511
- businessId: string;
15512
- profile: {
15513
- code?: string | null | undefined;
15755
+ businessId: string;
15756
+ profile: {
15757
+ code?: string | null | undefined;
15514
15758
  url?: string | null | undefined;
15515
15759
  description?: string | null | undefined;
15516
15760
  _id?: string | null | undefined;
@@ -15691,6 +15935,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15691
15935
  url?: string | null | undefined;
15692
15936
  expiredAt?: string | null | undefined;
15693
15937
  agentId?: string | null | undefined;
15938
+ attributeSettings?: {
15939
+ type: "string" | "number" | "boolean" | "date";
15940
+ key: string;
15941
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
15942
+ }[] | null | undefined;
15694
15943
  pf_agent?: {
15695
15944
  clickupId?: string | null | undefined;
15696
15945
  members?: {
@@ -15782,6 +16031,113 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15782
16031
  acquiredAt: string;
15783
16032
  }[];
15784
16033
  };
16034
+ benefits: {
16035
+ image?: string | null | undefined;
16036
+ description?: string | null | undefined;
16037
+ maxLevel?: number | null | undefined;
16038
+ minTier?: number | null | undefined;
16039
+ maxTier?: number | null | undefined;
16040
+ targetRestaurant?: string[] | null | undefined;
16041
+ requiredTitle?: string | null | undefined;
16042
+ frontend?: {
16043
+ reason: string;
16044
+ hide: boolean;
16045
+ disable: boolean;
16046
+ } | null | undefined;
16047
+ name: string;
16048
+ options: {
16049
+ scheduler?: {
16050
+ start: {
16051
+ type: "CRON";
16052
+ cron: string;
16053
+ } | {
16054
+ type: "BIRTHDAY";
16055
+ option: {
16056
+ unit: "WEEK" | "MONTH";
16057
+ type: "START_OF";
16058
+ } | {
16059
+ type: "BEFORE";
16060
+ day: number;
16061
+ };
16062
+ };
16063
+ validity: number;
16064
+ timePeriod: {
16065
+ end: string;
16066
+ start: string;
16067
+ }[];
16068
+ } | null | undefined;
16069
+ type: "BASIC";
16070
+ effect: {
16071
+ priority?: number | null | undefined;
16072
+ availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
16073
+ options: {
16074
+ excludeIds?: string[] | null | undefined;
16075
+ minPurchase?: {
16076
+ amount: number;
16077
+ precision: number;
16078
+ } | null | undefined;
16079
+ target: "BILL";
16080
+ } | {
16081
+ maxQuantity?: number | null | undefined;
16082
+ excludeAddonPrice?: boolean | null | undefined;
16083
+ target: "ITEM";
16084
+ strategy: {
16085
+ withAddons?: string[] | null | undefined;
16086
+ type: "SIMPLE";
16087
+ } | {
16088
+ type: "BUY_X_GET_Y";
16089
+ x: number;
16090
+ y: number;
16091
+ } | {
16092
+ type: "BUY_X_ITEM_A_GET_Y_ITEM_B";
16093
+ x: number;
16094
+ y: number;
16095
+ itemAIds: string[];
16096
+ } | {
16097
+ type: "BUY_X_GET_Y_V2";
16098
+ priority: "CHEAPEST_FIRST" | "MOST_EXPENSIVE_FIRST";
16099
+ x: number;
16100
+ y: number;
16101
+ itemAIds: string[];
16102
+ } | {
16103
+ atLeast?: boolean | null | undefined;
16104
+ groups: {
16105
+ count: number;
16106
+ itemIds: string[];
16107
+ }[];
16108
+ type: "COMBO";
16109
+ };
16110
+ targetIds: string[];
16111
+ } | {
16112
+ minPurchase?: {
16113
+ amount: number;
16114
+ precision: number;
16115
+ } | null | undefined;
16116
+ target: "PAYMENT";
16117
+ };
16118
+ adjustment: {
16119
+ inclusive?: boolean | null | undefined;
16120
+ type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
16121
+ amount: {
16122
+ amount: number;
16123
+ precision: number;
16124
+ };
16125
+ };
16126
+ };
16127
+ } | {
16128
+ freeCredit?: {
16129
+ remark?: string | null | undefined;
16130
+ day: number;
16131
+ amount: number;
16132
+ } | null | undefined;
16133
+ distributedAt?: string | null | undefined;
16134
+ type: "VOUCHER";
16135
+ vouchers: string[];
16136
+ triggerer: {};
16137
+ };
16138
+ _id: string;
16139
+ minLevel: number;
16140
+ }[];
15785
16141
  vouchers: {
15786
16142
  history?: {
15787
16143
  billId?: string | null | undefined;
@@ -15790,6 +16146,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15790
16146
  channel?: string | null | undefined;
15791
16147
  machineId?: string | null | undefined;
15792
16148
  catalogId?: string | null | undefined;
16149
+ customAttributes?: Record<string, any> | null | undefined;
15793
16150
  takeaway?: {
15794
16151
  catalogId?: string | null | undefined;
15795
16152
  } | null | undefined;
@@ -15924,6 +16281,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15924
16281
  acceptQueue?: boolean | null | undefined;
15925
16282
  anonymousOrder: boolean;
15926
16283
  } | null | undefined;
16284
+ pf_business?: {
16285
+ internal?: boolean | null | undefined;
16286
+ url?: string | null | undefined;
16287
+ expiredAt?: string | null | undefined;
16288
+ agentId?: string | null | undefined;
16289
+ attributeSettings?: {
16290
+ type: "string" | "number" | "boolean" | "date";
16291
+ key: string;
16292
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
16293
+ }[] | null | undefined;
16294
+ pf_agent?: {
16295
+ clickupId?: string | null | undefined;
16296
+ members?: {
16297
+ pf_user?: {
16298
+ email?: string | null | undefined;
16299
+ phoneNumber?: string | null | undefined;
16300
+ birthday?: string | null | undefined;
16301
+ gender?: "MALE" | "FEMALE" | null | undefined;
16302
+ addresses?: {
16303
+ name: string;
16304
+ address: string;
16305
+ coordinates: number[];
16306
+ }[] | null | undefined;
16307
+ photoURL?: string | null | undefined;
16308
+ displayName?: string | null | undefined;
16309
+ imported?: {
16310
+ raw: Record<string, any>;
16311
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
16312
+ } | null | undefined;
16313
+ _id: string;
16314
+ } | null | undefined;
16315
+ role: "ADMIN";
16316
+ userId: string;
16317
+ }[] | null | undefined;
16318
+ code: string;
16319
+ name: string;
16320
+ _id: string;
16321
+ isReseller: boolean;
16322
+ } | null | undefined;
16323
+ thumbnail?: string | null | undefined;
16324
+ billingInfos?: {
16325
+ _id?: string | null | undefined;
16326
+ name: string;
16327
+ address: {
16328
+ coordinates?: number[] | null | undefined;
16329
+ line2?: string | null | undefined;
16330
+ state: string;
16331
+ country: string;
16332
+ line1: string;
16333
+ city: string;
16334
+ postcode: string;
16335
+ };
16336
+ email: string;
16337
+ companyName: string;
16338
+ contact: string;
16339
+ }[] | null | undefined;
16340
+ customerDisplayImages?: {
16341
+ url: string;
16342
+ restaurantIds: string[];
16343
+ }[] | null | undefined;
16344
+ name: string;
16345
+ _id: string;
16346
+ ownerId: string;
16347
+ restaurantQuota: number;
16348
+ warehouseQuota: number;
16349
+ menuVersion: string;
16350
+ } | null | undefined;
15927
16351
  features?: string[] | null | undefined;
15928
16352
  machineOtp?: string | null | undefined;
15929
16353
  machineOtpExpiredAt?: string | null | undefined;
@@ -16018,68 +16442,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16018
16442
  } | null | undefined;
16019
16443
  _id: string;
16020
16444
  expiredAt: string;
16021
- pf_business: {
16022
- internal?: boolean | null | undefined;
16023
- url?: string | null | undefined;
16024
- expiredAt?: string | null | undefined;
16025
- agentId?: string | null | undefined;
16026
- pf_agent?: {
16027
- clickupId?: string | null | undefined;
16028
- members?: {
16029
- pf_user?: {
16030
- email?: string | null | undefined;
16031
- phoneNumber?: string | null | undefined;
16032
- birthday?: string | null | undefined;
16033
- gender?: "MALE" | "FEMALE" | null | undefined;
16034
- addresses?: {
16035
- name: string;
16036
- address: string;
16037
- coordinates: number[];
16038
- }[] | null | undefined;
16039
- photoURL?: string | null | undefined;
16040
- displayName?: string | null | undefined;
16041
- imported?: {
16042
- raw: Record<string, any>;
16043
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
16044
- } | null | undefined;
16045
- _id: string;
16046
- } | null | undefined;
16047
- role: "ADMIN";
16048
- userId: string;
16049
- }[] | null | undefined;
16050
- code: string;
16051
- name: string;
16052
- _id: string;
16053
- isReseller: boolean;
16054
- } | null | undefined;
16055
- thumbnail?: string | null | undefined;
16056
- billingInfos?: {
16057
- _id?: string | null | undefined;
16058
- name: string;
16059
- address: {
16060
- coordinates?: number[] | null | undefined;
16061
- line2?: string | null | undefined;
16062
- state: string;
16063
- country: string;
16064
- line1: string;
16065
- city: string;
16066
- postcode: string;
16067
- };
16068
- email: string;
16069
- companyName: string;
16070
- contact: string;
16071
- }[] | null | undefined;
16072
- customerDisplayImages?: {
16073
- url: string;
16074
- restaurantIds: string[];
16075
- }[] | null | undefined;
16076
- name: string;
16077
- _id: string;
16078
- ownerId: string;
16079
- restaurantQuota: number;
16080
- warehouseQuota: number;
16081
- menuVersion: string;
16082
- };
16083
16445
  businessId: string;
16084
16446
  profile: {
16085
16447
  code?: string | null | undefined;
@@ -16185,12 +16547,13 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16185
16547
  } | null | undefined;
16186
16548
  _id: string;
16187
16549
  } | null | undefined;
16188
- appliedAt?: string | null | undefined;
16189
16550
  restaurant?: string | null | undefined;
16551
+ appliedAt?: string | null | undefined;
16190
16552
  pf_restaurant?: {
16191
16553
  channel?: string | null | undefined;
16192
16554
  machineId?: string | null | undefined;
16193
16555
  catalogId?: string | null | undefined;
16556
+ customAttributes?: Record<string, any> | null | undefined;
16194
16557
  takeaway?: {
16195
16558
  catalogId?: string | null | undefined;
16196
16559
  } | null | undefined;
@@ -16325,16 +16688,83 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16325
16688
  acceptQueue?: boolean | null | undefined;
16326
16689
  anonymousOrder: boolean;
16327
16690
  } | null | undefined;
16328
- features?: string[] | null | undefined;
16329
- machineOtp?: string | null | undefined;
16330
- machineOtpExpiredAt?: string | null | undefined;
16331
- posVersion?: string | null | undefined;
16332
- posHeartbeat?: string | null | undefined;
16333
- posVersionHistory?: Record<string, string> | null | undefined;
16334
- additionalCatalogs?: string[] | null | undefined;
16335
- feedmeDelivery?: {
16336
- instruction?: string | null | undefined;
16337
- catalogId?: string | null | undefined;
16691
+ pf_business?: {
16692
+ internal?: boolean | null | undefined;
16693
+ url?: string | null | undefined;
16694
+ expiredAt?: string | null | undefined;
16695
+ agentId?: string | null | undefined;
16696
+ attributeSettings?: {
16697
+ type: "string" | "number" | "boolean" | "date";
16698
+ key: string;
16699
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
16700
+ }[] | null | undefined;
16701
+ pf_agent?: {
16702
+ clickupId?: string | null | undefined;
16703
+ members?: {
16704
+ pf_user?: {
16705
+ email?: string | null | undefined;
16706
+ phoneNumber?: string | null | undefined;
16707
+ birthday?: string | null | undefined;
16708
+ gender?: "MALE" | "FEMALE" | null | undefined;
16709
+ addresses?: {
16710
+ name: string;
16711
+ address: string;
16712
+ coordinates: number[];
16713
+ }[] | null | undefined;
16714
+ photoURL?: string | null | undefined;
16715
+ displayName?: string | null | undefined;
16716
+ imported?: {
16717
+ raw: Record<string, any>;
16718
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
16719
+ } | null | undefined;
16720
+ _id: string;
16721
+ } | null | undefined;
16722
+ role: "ADMIN";
16723
+ userId: string;
16724
+ }[] | null | undefined;
16725
+ code: string;
16726
+ name: string;
16727
+ _id: string;
16728
+ isReseller: boolean;
16729
+ } | null | undefined;
16730
+ thumbnail?: string | null | undefined;
16731
+ billingInfos?: {
16732
+ _id?: string | null | undefined;
16733
+ name: string;
16734
+ address: {
16735
+ coordinates?: number[] | null | undefined;
16736
+ line2?: string | null | undefined;
16737
+ state: string;
16738
+ country: string;
16739
+ line1: string;
16740
+ city: string;
16741
+ postcode: string;
16742
+ };
16743
+ email: string;
16744
+ companyName: string;
16745
+ contact: string;
16746
+ }[] | null | undefined;
16747
+ customerDisplayImages?: {
16748
+ url: string;
16749
+ restaurantIds: string[];
16750
+ }[] | null | undefined;
16751
+ name: string;
16752
+ _id: string;
16753
+ ownerId: string;
16754
+ restaurantQuota: number;
16755
+ warehouseQuota: number;
16756
+ menuVersion: string;
16757
+ } | null | undefined;
16758
+ features?: string[] | null | undefined;
16759
+ machineOtp?: string | null | undefined;
16760
+ machineOtpExpiredAt?: string | null | undefined;
16761
+ posVersion?: string | null | undefined;
16762
+ posHeartbeat?: string | null | undefined;
16763
+ posVersionHistory?: Record<string, string> | null | undefined;
16764
+ additionalCatalogs?: string[] | null | undefined;
16765
+ feedmeDelivery?: {
16766
+ instruction?: string | null | undefined;
16767
+ catalogId?: string | null | undefined;
16338
16768
  autoAccept?: boolean | null | undefined;
16339
16769
  term?: string | null | undefined;
16340
16770
  ignoreStock?: boolean | null | undefined;
@@ -16419,68 +16849,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16419
16849
  } | null | undefined;
16420
16850
  _id: string;
16421
16851
  expiredAt: string;
16422
- pf_business: {
16423
- internal?: boolean | null | undefined;
16424
- url?: string | null | undefined;
16425
- expiredAt?: string | null | undefined;
16426
- agentId?: string | null | undefined;
16427
- pf_agent?: {
16428
- clickupId?: string | null | undefined;
16429
- members?: {
16430
- pf_user?: {
16431
- email?: string | null | undefined;
16432
- phoneNumber?: string | null | undefined;
16433
- birthday?: string | null | undefined;
16434
- gender?: "MALE" | "FEMALE" | null | undefined;
16435
- addresses?: {
16436
- name: string;
16437
- address: string;
16438
- coordinates: number[];
16439
- }[] | null | undefined;
16440
- photoURL?: string | null | undefined;
16441
- displayName?: string | null | undefined;
16442
- imported?: {
16443
- raw: Record<string, any>;
16444
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
16445
- } | null | undefined;
16446
- _id: string;
16447
- } | null | undefined;
16448
- role: "ADMIN";
16449
- userId: string;
16450
- }[] | null | undefined;
16451
- code: string;
16452
- name: string;
16453
- _id: string;
16454
- isReseller: boolean;
16455
- } | null | undefined;
16456
- thumbnail?: string | null | undefined;
16457
- billingInfos?: {
16458
- _id?: string | null | undefined;
16459
- name: string;
16460
- address: {
16461
- coordinates?: number[] | null | undefined;
16462
- line2?: string | null | undefined;
16463
- state: string;
16464
- country: string;
16465
- line1: string;
16466
- city: string;
16467
- postcode: string;
16468
- };
16469
- email: string;
16470
- companyName: string;
16471
- contact: string;
16472
- }[] | null | undefined;
16473
- customerDisplayImages?: {
16474
- url: string;
16475
- restaurantIds: string[];
16476
- }[] | null | undefined;
16477
- name: string;
16478
- _id: string;
16479
- ownerId: string;
16480
- restaurantQuota: number;
16481
- warehouseQuota: number;
16482
- menuVersion: string;
16483
- };
16484
16852
  businessId: string;
16485
16853
  profile: {
16486
16854
  code?: string | null | undefined;
@@ -16617,6 +16985,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16617
16985
  url?: string | null | undefined;
16618
16986
  expiredAt?: string | null | undefined;
16619
16987
  agentId?: string | null | undefined;
16988
+ attributeSettings?: {
16989
+ type: "string" | "number" | "boolean" | "date";
16990
+ key: string;
16991
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
16992
+ }[] | null | undefined;
16620
16993
  pf_agent?: {
16621
16994
  clickupId?: string | null | undefined;
16622
16995
  members?: {
@@ -16678,6 +17051,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16678
17051
  channel?: string | null | undefined;
16679
17052
  machineId?: string | null | undefined;
16680
17053
  catalogId?: string | null | undefined;
17054
+ customAttributes?: Record<string, any> | null | undefined;
16681
17055
  takeaway?: {
16682
17056
  catalogId?: string | null | undefined;
16683
17057
  } | null | undefined;
@@ -16812,6 +17186,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16812
17186
  acceptQueue?: boolean | null | undefined;
16813
17187
  anonymousOrder: boolean;
16814
17188
  } | null | undefined;
17189
+ pf_business?: {
17190
+ internal?: boolean | null | undefined;
17191
+ url?: string | null | undefined;
17192
+ expiredAt?: string | null | undefined;
17193
+ agentId?: string | null | undefined;
17194
+ attributeSettings?: {
17195
+ type: "string" | "number" | "boolean" | "date";
17196
+ key: string;
17197
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
17198
+ }[] | null | undefined;
17199
+ pf_agent?: {
17200
+ clickupId?: string | null | undefined;
17201
+ members?: {
17202
+ pf_user?: {
17203
+ email?: string | null | undefined;
17204
+ phoneNumber?: string | null | undefined;
17205
+ birthday?: string | null | undefined;
17206
+ gender?: "MALE" | "FEMALE" | null | undefined;
17207
+ addresses?: {
17208
+ name: string;
17209
+ address: string;
17210
+ coordinates: number[];
17211
+ }[] | null | undefined;
17212
+ photoURL?: string | null | undefined;
17213
+ displayName?: string | null | undefined;
17214
+ imported?: {
17215
+ raw: Record<string, any>;
17216
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17217
+ } | null | undefined;
17218
+ _id: string;
17219
+ } | null | undefined;
17220
+ role: "ADMIN";
17221
+ userId: string;
17222
+ }[] | null | undefined;
17223
+ code: string;
17224
+ name: string;
17225
+ _id: string;
17226
+ isReseller: boolean;
17227
+ } | null | undefined;
17228
+ thumbnail?: string | null | undefined;
17229
+ billingInfos?: {
17230
+ _id?: string | null | undefined;
17231
+ name: string;
17232
+ address: {
17233
+ coordinates?: number[] | null | undefined;
17234
+ line2?: string | null | undefined;
17235
+ state: string;
17236
+ country: string;
17237
+ line1: string;
17238
+ city: string;
17239
+ postcode: string;
17240
+ };
17241
+ email: string;
17242
+ companyName: string;
17243
+ contact: string;
17244
+ }[] | null | undefined;
17245
+ customerDisplayImages?: {
17246
+ url: string;
17247
+ restaurantIds: string[];
17248
+ }[] | null | undefined;
17249
+ name: string;
17250
+ _id: string;
17251
+ ownerId: string;
17252
+ restaurantQuota: number;
17253
+ warehouseQuota: number;
17254
+ menuVersion: string;
17255
+ } | null | undefined;
16815
17256
  features?: string[] | null | undefined;
16816
17257
  machineOtp?: string | null | undefined;
16817
17258
  machineOtpExpiredAt?: string | null | undefined;
@@ -16906,71 +17347,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16906
17347
  } | null | undefined;
16907
17348
  _id: string;
16908
17349
  expiredAt: string;
16909
- pf_business: {
16910
- internal?: boolean | null | undefined;
16911
- url?: string | null | undefined;
16912
- expiredAt?: string | null | undefined;
16913
- agentId?: string | null | undefined;
16914
- pf_agent?: {
16915
- clickupId?: string | null | undefined;
16916
- members?: {
16917
- pf_user?: {
16918
- email?: string | null | undefined;
16919
- phoneNumber?: string | null | undefined;
16920
- birthday?: string | null | undefined;
16921
- gender?: "MALE" | "FEMALE" | null | undefined;
16922
- addresses?: {
16923
- name: string;
16924
- address: string;
16925
- coordinates: number[];
16926
- }[] | null | undefined;
16927
- photoURL?: string | null | undefined;
16928
- displayName?: string | null | undefined;
16929
- imported?: {
16930
- raw: Record<string, any>;
16931
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
16932
- } | null | undefined;
16933
- _id: string;
16934
- } | null | undefined;
16935
- role: "ADMIN";
16936
- userId: string;
16937
- }[] | null | undefined;
16938
- code: string;
16939
- name: string;
16940
- _id: string;
16941
- isReseller: boolean;
16942
- } | null | undefined;
16943
- thumbnail?: string | null | undefined;
16944
- billingInfos?: {
16945
- _id?: string | null | undefined;
16946
- name: string;
16947
- address: {
16948
- coordinates?: number[] | null | undefined;
16949
- line2?: string | null | undefined;
16950
- state: string;
16951
- country: string;
16952
- line1: string;
16953
- city: string;
16954
- postcode: string;
16955
- };
16956
- email: string;
16957
- companyName: string;
16958
- contact: string;
16959
- }[] | null | undefined;
16960
- customerDisplayImages?: {
16961
- url: string;
16962
- restaurantIds: string[];
16963
- }[] | null | undefined;
16964
- name: string;
16965
- _id: string;
16966
- ownerId: string;
16967
- restaurantQuota: number;
16968
- warehouseQuota: number;
16969
- menuVersion: string;
16970
- };
16971
- businessId: string;
16972
- profile: {
16973
- code?: string | null | undefined;
17350
+ businessId: string;
17351
+ profile: {
17352
+ code?: string | null | undefined;
16974
17353
  url?: string | null | undefined;
16975
17354
  description?: string | null | undefined;
16976
17355
  _id?: string | null | undefined;
@@ -17143,6 +17522,110 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17143
17522
  currentRedeem: number;
17144
17523
  };
17145
17524
  }[];
17525
+ }, {
17526
+ member: {
17527
+ name?: string | undefined;
17528
+ joinedAt?: string | null | undefined;
17529
+ pf_business?: {
17530
+ internal?: boolean | null | undefined;
17531
+ url?: string | null | undefined;
17532
+ expiredAt?: string | null | undefined;
17533
+ agentId?: string | null | undefined;
17534
+ attributeSettings?: {
17535
+ type: "string" | "number" | "boolean" | "date";
17536
+ key: string;
17537
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
17538
+ }[] | null | undefined;
17539
+ pf_agent?: {
17540
+ clickupId?: string | null | undefined;
17541
+ members?: {
17542
+ pf_user?: {
17543
+ email?: string | null | undefined;
17544
+ phoneNumber?: string | null | undefined;
17545
+ birthday?: string | null | undefined;
17546
+ gender?: "MALE" | "FEMALE" | null | undefined;
17547
+ addresses?: {
17548
+ name: string;
17549
+ address: string;
17550
+ coordinates: number[];
17551
+ }[] | null | undefined;
17552
+ photoURL?: string | null | undefined;
17553
+ displayName?: string | null | undefined;
17554
+ imported?: {
17555
+ raw: Record<string, any>;
17556
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17557
+ } | null | undefined;
17558
+ _id: string;
17559
+ } | null | undefined;
17560
+ role: "ADMIN";
17561
+ userId: string;
17562
+ }[] | null | undefined;
17563
+ code: string;
17564
+ name: string;
17565
+ _id: string;
17566
+ isReseller: boolean;
17567
+ } | null | undefined;
17568
+ thumbnail?: string | null | undefined;
17569
+ billingInfos?: {
17570
+ _id?: string | null | undefined;
17571
+ name: string;
17572
+ address: {
17573
+ coordinates?: number[] | null | undefined;
17574
+ line2?: string | null | undefined;
17575
+ state: string;
17576
+ country: string;
17577
+ line1: string;
17578
+ city: string;
17579
+ postcode: string;
17580
+ };
17581
+ email: string;
17582
+ companyName: string;
17583
+ contact: string;
17584
+ }[] | null | undefined;
17585
+ customerDisplayImages?: {
17586
+ url: string;
17587
+ restaurantIds: string[];
17588
+ }[] | null | undefined;
17589
+ name: string;
17590
+ _id: string;
17591
+ ownerId: string;
17592
+ restaurantQuota: number;
17593
+ warehouseQuota: number;
17594
+ menuVersion: string;
17595
+ } | null | undefined;
17596
+ cardNo?: string | null | undefined;
17597
+ _id: string;
17598
+ user: string;
17599
+ business: string;
17600
+ level: number;
17601
+ experience: number;
17602
+ tier: number;
17603
+ stat: {
17604
+ lastVisit?: string | null | undefined;
17605
+ visitCount: number;
17606
+ topupCount: number;
17607
+ avgVisitFrequency: number;
17608
+ avgBillSize: number;
17609
+ products: {
17610
+ id: string;
17611
+ count: number;
17612
+ }[];
17613
+ };
17614
+ balance: number;
17615
+ creditBalance: {
17616
+ normal: number;
17617
+ free: {
17618
+ _id: string;
17619
+ amount: number;
17620
+ expiredAt: string;
17621
+ }[];
17622
+ };
17623
+ titles: {
17624
+ _id: string;
17625
+ expiredAt: string;
17626
+ acquiredAt: string;
17627
+ }[];
17628
+ };
17146
17629
  benefits: {
17147
17630
  image?: string | null | undefined;
17148
17631
  description?: string | null | undefined;
@@ -17250,105 +17733,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17250
17733
  _id: string;
17251
17734
  minLevel: number;
17252
17735
  }[];
17253
- }, {
17254
- member: {
17255
- name?: string | undefined;
17256
- joinedAt?: string | null | undefined;
17257
- pf_business?: {
17258
- internal?: boolean | null | undefined;
17259
- url?: string | null | undefined;
17260
- expiredAt?: string | null | undefined;
17261
- agentId?: string | null | undefined;
17262
- pf_agent?: {
17263
- clickupId?: string | null | undefined;
17264
- members?: {
17265
- pf_user?: {
17266
- email?: string | null | undefined;
17267
- phoneNumber?: string | null | undefined;
17268
- birthday?: string | null | undefined;
17269
- gender?: "MALE" | "FEMALE" | null | undefined;
17270
- addresses?: {
17271
- name: string;
17272
- address: string;
17273
- coordinates: number[];
17274
- }[] | null | undefined;
17275
- photoURL?: string | null | undefined;
17276
- displayName?: string | null | undefined;
17277
- imported?: {
17278
- raw: Record<string, any>;
17279
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17280
- } | null | undefined;
17281
- _id: string;
17282
- } | null | undefined;
17283
- role: "ADMIN";
17284
- userId: string;
17285
- }[] | null | undefined;
17286
- code: string;
17287
- name: string;
17288
- _id: string;
17289
- isReseller: boolean;
17290
- } | null | undefined;
17291
- thumbnail?: string | null | undefined;
17292
- billingInfos?: {
17293
- _id?: string | null | undefined;
17294
- name: string;
17295
- address: {
17296
- coordinates?: number[] | null | undefined;
17297
- line2?: string | null | undefined;
17298
- state: string;
17299
- country: string;
17300
- line1: string;
17301
- city: string;
17302
- postcode: string;
17303
- };
17304
- email: string;
17305
- companyName: string;
17306
- contact: string;
17307
- }[] | null | undefined;
17308
- customerDisplayImages?: {
17309
- url: string;
17310
- restaurantIds: string[];
17311
- }[] | null | undefined;
17312
- name: string;
17313
- _id: string;
17314
- ownerId: string;
17315
- restaurantQuota: number;
17316
- warehouseQuota: number;
17317
- menuVersion: string;
17318
- } | null | undefined;
17319
- cardNo?: string | null | undefined;
17320
- _id: string;
17321
- user: string;
17322
- business: string;
17323
- level: number;
17324
- experience: number;
17325
- tier: number;
17326
- stat: {
17327
- lastVisit?: string | null | undefined;
17328
- visitCount: number;
17329
- topupCount: number;
17330
- avgVisitFrequency: number;
17331
- avgBillSize: number;
17332
- products: {
17333
- id: string;
17334
- count: number;
17335
- }[];
17336
- };
17337
- balance: number;
17338
- creditBalance: {
17339
- normal: number;
17340
- free: {
17341
- _id: string;
17342
- amount: number;
17343
- expiredAt: string;
17344
- }[];
17345
- };
17346
- titles: {
17347
- _id: string;
17348
- expiredAt: string;
17349
- acquiredAt: string;
17350
- }[];
17351
- };
17352
17736
  vouchers: {
17353
17737
  history?: {
17354
17738
  billId?: string | null | undefined;
@@ -17357,6 +17741,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17357
17741
  channel?: string | null | undefined;
17358
17742
  machineId?: string | null | undefined;
17359
17743
  catalogId?: string | null | undefined;
17744
+ customAttributes?: Record<string, any> | null | undefined;
17360
17745
  takeaway?: {
17361
17746
  catalogId?: string | null | undefined;
17362
17747
  } | null | undefined;
@@ -17491,6 +17876,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17491
17876
  acceptQueue?: boolean | null | undefined;
17492
17877
  anonymousOrder: boolean;
17493
17878
  } | null | undefined;
17879
+ pf_business?: {
17880
+ internal?: boolean | null | undefined;
17881
+ url?: string | null | undefined;
17882
+ expiredAt?: string | null | undefined;
17883
+ agentId?: string | null | undefined;
17884
+ attributeSettings?: {
17885
+ type: "string" | "number" | "boolean" | "date";
17886
+ key: string;
17887
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
17888
+ }[] | null | undefined;
17889
+ pf_agent?: {
17890
+ clickupId?: string | null | undefined;
17891
+ members?: {
17892
+ pf_user?: {
17893
+ email?: string | null | undefined;
17894
+ phoneNumber?: string | null | undefined;
17895
+ birthday?: string | null | undefined;
17896
+ gender?: "MALE" | "FEMALE" | null | undefined;
17897
+ addresses?: {
17898
+ name: string;
17899
+ address: string;
17900
+ coordinates: number[];
17901
+ }[] | null | undefined;
17902
+ photoURL?: string | null | undefined;
17903
+ displayName?: string | null | undefined;
17904
+ imported?: {
17905
+ raw: Record<string, any>;
17906
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17907
+ } | null | undefined;
17908
+ _id: string;
17909
+ } | null | undefined;
17910
+ role: "ADMIN";
17911
+ userId: string;
17912
+ }[] | null | undefined;
17913
+ code: string;
17914
+ name: string;
17915
+ _id: string;
17916
+ isReseller: boolean;
17917
+ } | null | undefined;
17918
+ thumbnail?: string | null | undefined;
17919
+ billingInfos?: {
17920
+ _id?: string | null | undefined;
17921
+ name: string;
17922
+ address: {
17923
+ coordinates?: number[] | null | undefined;
17924
+ line2?: string | null | undefined;
17925
+ state: string;
17926
+ country: string;
17927
+ line1: string;
17928
+ city: string;
17929
+ postcode: string;
17930
+ };
17931
+ email: string;
17932
+ companyName: string;
17933
+ contact: string;
17934
+ }[] | null | undefined;
17935
+ customerDisplayImages?: {
17936
+ url: string;
17937
+ restaurantIds: string[];
17938
+ }[] | null | undefined;
17939
+ name: string;
17940
+ _id: string;
17941
+ ownerId: string;
17942
+ restaurantQuota: number;
17943
+ warehouseQuota: number;
17944
+ menuVersion: string;
17945
+ } | null | undefined;
17494
17946
  features?: string[] | null | undefined;
17495
17947
  machineOtp?: string | null | undefined;
17496
17948
  machineOtpExpiredAt?: string | null | undefined;
@@ -17585,68 +18037,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17585
18037
  } | null | undefined;
17586
18038
  _id: string;
17587
18039
  expiredAt: string;
17588
- pf_business: {
17589
- internal?: boolean | null | undefined;
17590
- url?: string | null | undefined;
17591
- expiredAt?: string | null | undefined;
17592
- agentId?: string | null | undefined;
17593
- pf_agent?: {
17594
- clickupId?: string | null | undefined;
17595
- members?: {
17596
- pf_user?: {
17597
- email?: string | null | undefined;
17598
- phoneNumber?: string | null | undefined;
17599
- birthday?: string | null | undefined;
17600
- gender?: "MALE" | "FEMALE" | null | undefined;
17601
- addresses?: {
17602
- name: string;
17603
- address: string;
17604
- coordinates: number[];
17605
- }[] | null | undefined;
17606
- photoURL?: string | null | undefined;
17607
- displayName?: string | null | undefined;
17608
- imported?: {
17609
- raw: Record<string, any>;
17610
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
17611
- } | null | undefined;
17612
- _id: string;
17613
- } | null | undefined;
17614
- role: "ADMIN";
17615
- userId: string;
17616
- }[] | null | undefined;
17617
- code: string;
17618
- name: string;
17619
- _id: string;
17620
- isReseller: boolean;
17621
- } | null | undefined;
17622
- thumbnail?: string | null | undefined;
17623
- billingInfos?: {
17624
- _id?: string | null | undefined;
17625
- name: string;
17626
- address: {
17627
- coordinates?: number[] | null | undefined;
17628
- line2?: string | null | undefined;
17629
- state: string;
17630
- country: string;
17631
- line1: string;
17632
- city: string;
17633
- postcode: string;
17634
- };
17635
- email: string;
17636
- companyName: string;
17637
- contact: string;
17638
- }[] | null | undefined;
17639
- customerDisplayImages?: {
17640
- url: string;
17641
- restaurantIds: string[];
17642
- }[] | null | undefined;
17643
- name: string;
17644
- _id: string;
17645
- ownerId: string;
17646
- restaurantQuota: number;
17647
- warehouseQuota: number;
17648
- menuVersion: string;
17649
- };
17650
18040
  businessId: string;
17651
18041
  profile: {
17652
18042
  code?: string | null | undefined;
@@ -17752,12 +18142,13 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17752
18142
  } | null | undefined;
17753
18143
  _id: string;
17754
18144
  } | null | undefined;
17755
- appliedAt?: string | null | undefined;
17756
18145
  restaurant?: string | null | undefined;
18146
+ appliedAt?: string | null | undefined;
17757
18147
  pf_restaurant?: {
17758
18148
  channel?: string | null | undefined;
17759
18149
  machineId?: string | null | undefined;
17760
18150
  catalogId?: string | null | undefined;
18151
+ customAttributes?: Record<string, any> | null | undefined;
17761
18152
  takeaway?: {
17762
18153
  catalogId?: string | null | undefined;
17763
18154
  } | null | undefined;
@@ -17892,6 +18283,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17892
18283
  acceptQueue?: boolean | null | undefined;
17893
18284
  anonymousOrder: boolean;
17894
18285
  } | null | undefined;
18286
+ pf_business?: {
18287
+ internal?: boolean | null | undefined;
18288
+ url?: string | null | undefined;
18289
+ expiredAt?: string | null | undefined;
18290
+ agentId?: string | null | undefined;
18291
+ attributeSettings?: {
18292
+ type: "string" | "number" | "boolean" | "date";
18293
+ key: string;
18294
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
18295
+ }[] | null | undefined;
18296
+ pf_agent?: {
18297
+ clickupId?: string | null | undefined;
18298
+ members?: {
18299
+ pf_user?: {
18300
+ email?: string | null | undefined;
18301
+ phoneNumber?: string | null | undefined;
18302
+ birthday?: string | null | undefined;
18303
+ gender?: "MALE" | "FEMALE" | null | undefined;
18304
+ addresses?: {
18305
+ name: string;
18306
+ address: string;
18307
+ coordinates: number[];
18308
+ }[] | null | undefined;
18309
+ photoURL?: string | null | undefined;
18310
+ displayName?: string | null | undefined;
18311
+ imported?: {
18312
+ raw: Record<string, any>;
18313
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
18314
+ } | null | undefined;
18315
+ _id: string;
18316
+ } | null | undefined;
18317
+ role: "ADMIN";
18318
+ userId: string;
18319
+ }[] | null | undefined;
18320
+ code: string;
18321
+ name: string;
18322
+ _id: string;
18323
+ isReseller: boolean;
18324
+ } | null | undefined;
18325
+ thumbnail?: string | null | undefined;
18326
+ billingInfos?: {
18327
+ _id?: string | null | undefined;
18328
+ name: string;
18329
+ address: {
18330
+ coordinates?: number[] | null | undefined;
18331
+ line2?: string | null | undefined;
18332
+ state: string;
18333
+ country: string;
18334
+ line1: string;
18335
+ city: string;
18336
+ postcode: string;
18337
+ };
18338
+ email: string;
18339
+ companyName: string;
18340
+ contact: string;
18341
+ }[] | null | undefined;
18342
+ customerDisplayImages?: {
18343
+ url: string;
18344
+ restaurantIds: string[];
18345
+ }[] | null | undefined;
18346
+ name: string;
18347
+ _id: string;
18348
+ ownerId: string;
18349
+ restaurantQuota: number;
18350
+ warehouseQuota: number;
18351
+ menuVersion: string;
18352
+ } | null | undefined;
17895
18353
  features?: string[] | null | undefined;
17896
18354
  machineOtp?: string | null | undefined;
17897
18355
  machineOtpExpiredAt?: string | null | undefined;
@@ -17961,93 +18419,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17961
18419
  };
17962
18420
  storeID: string;
17963
18421
  } | null | undefined;
17964
- couchDbPassword?: string | null | undefined;
17965
- apiToken?: string | null | undefined;
17966
- remoteSupports?: {
17967
- anydeskId?: string | null | undefined;
17968
- anydeskPassword?: string | null | undefined;
17969
- deviceName: string;
17970
- }[] | null | undefined;
17971
- payoutAccount?: Record<string, any> | null | undefined;
17972
- clearCount?: number | null | undefined;
17973
- queueSetting?: {
17974
- duration?: number | null | undefined;
17975
- enableOrder: boolean;
17976
- initialNumber: number;
17977
- endNumber: number;
17978
- currentNumber: number;
17979
- autoCalledLimit: number;
17980
- } | null | undefined;
17981
- tableMappingSetting?: {
17982
- enable?: boolean | null | undefined;
17983
- showSeat?: boolean | null | undefined;
17984
- mapBorderColor?: number | null | undefined;
17985
- mapLineColor?: number | null | undefined;
17986
- } | null | undefined;
17987
- _id: string;
17988
- expiredAt: string;
17989
- pf_business: {
17990
- internal?: boolean | null | undefined;
17991
- url?: string | null | undefined;
17992
- expiredAt?: string | null | undefined;
17993
- agentId?: string | null | undefined;
17994
- pf_agent?: {
17995
- clickupId?: string | null | undefined;
17996
- members?: {
17997
- pf_user?: {
17998
- email?: string | null | undefined;
17999
- phoneNumber?: string | null | undefined;
18000
- birthday?: string | null | undefined;
18001
- gender?: "MALE" | "FEMALE" | null | undefined;
18002
- addresses?: {
18003
- name: string;
18004
- address: string;
18005
- coordinates: number[];
18006
- }[] | null | undefined;
18007
- photoURL?: string | null | undefined;
18008
- displayName?: string | null | undefined;
18009
- imported?: {
18010
- raw: Record<string, any>;
18011
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
18012
- } | null | undefined;
18013
- _id: string;
18014
- } | null | undefined;
18015
- role: "ADMIN";
18016
- userId: string;
18017
- }[] | null | undefined;
18018
- code: string;
18019
- name: string;
18020
- _id: string;
18021
- isReseller: boolean;
18022
- } | null | undefined;
18023
- thumbnail?: string | null | undefined;
18024
- billingInfos?: {
18025
- _id?: string | null | undefined;
18026
- name: string;
18027
- address: {
18028
- coordinates?: number[] | null | undefined;
18029
- line2?: string | null | undefined;
18030
- state: string;
18031
- country: string;
18032
- line1: string;
18033
- city: string;
18034
- postcode: string;
18035
- };
18036
- email: string;
18037
- companyName: string;
18038
- contact: string;
18039
- }[] | null | undefined;
18040
- customerDisplayImages?: {
18041
- url: string;
18042
- restaurantIds: string[];
18043
- }[] | null | undefined;
18044
- name: string;
18045
- _id: string;
18046
- ownerId: string;
18047
- restaurantQuota: number;
18048
- warehouseQuota: number;
18049
- menuVersion: string;
18050
- };
18422
+ couchDbPassword?: string | null | undefined;
18423
+ apiToken?: string | null | undefined;
18424
+ remoteSupports?: {
18425
+ anydeskId?: string | null | undefined;
18426
+ anydeskPassword?: string | null | undefined;
18427
+ deviceName: string;
18428
+ }[] | null | undefined;
18429
+ payoutAccount?: Record<string, any> | null | undefined;
18430
+ clearCount?: number | null | undefined;
18431
+ queueSetting?: {
18432
+ duration?: number | null | undefined;
18433
+ enableOrder: boolean;
18434
+ initialNumber: number;
18435
+ endNumber: number;
18436
+ currentNumber: number;
18437
+ autoCalledLimit: number;
18438
+ } | null | undefined;
18439
+ tableMappingSetting?: {
18440
+ enable?: boolean | null | undefined;
18441
+ showSeat?: boolean | null | undefined;
18442
+ mapBorderColor?: number | null | undefined;
18443
+ mapLineColor?: number | null | undefined;
18444
+ } | null | undefined;
18445
+ _id: string;
18446
+ expiredAt: string;
18051
18447
  businessId: string;
18052
18448
  profile: {
18053
18449
  code?: string | null | undefined;
@@ -18184,6 +18580,11 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18184
18580
  url?: string | null | undefined;
18185
18581
  expiredAt?: string | null | undefined;
18186
18582
  agentId?: string | null | undefined;
18583
+ attributeSettings?: {
18584
+ type: "string" | "number" | "boolean" | "date";
18585
+ key: string;
18586
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
18587
+ }[] | null | undefined;
18187
18588
  pf_agent?: {
18188
18589
  clickupId?: string | null | undefined;
18189
18590
  members?: {
@@ -18245,6 +18646,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18245
18646
  channel?: string | null | undefined;
18246
18647
  machineId?: string | null | undefined;
18247
18648
  catalogId?: string | null | undefined;
18649
+ customAttributes?: Record<string, any> | null | undefined;
18248
18650
  takeaway?: {
18249
18651
  catalogId?: string | null | undefined;
18250
18652
  } | null | undefined;
@@ -18379,6 +18781,73 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18379
18781
  acceptQueue?: boolean | null | undefined;
18380
18782
  anonymousOrder: boolean;
18381
18783
  } | null | undefined;
18784
+ pf_business?: {
18785
+ internal?: boolean | null | undefined;
18786
+ url?: string | null | undefined;
18787
+ expiredAt?: string | null | undefined;
18788
+ agentId?: string | null | undefined;
18789
+ attributeSettings?: {
18790
+ type: "string" | "number" | "boolean" | "date";
18791
+ key: string;
18792
+ entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
18793
+ }[] | null | undefined;
18794
+ pf_agent?: {
18795
+ clickupId?: string | null | undefined;
18796
+ members?: {
18797
+ pf_user?: {
18798
+ email?: string | null | undefined;
18799
+ phoneNumber?: string | null | undefined;
18800
+ birthday?: string | null | undefined;
18801
+ gender?: "MALE" | "FEMALE" | null | undefined;
18802
+ addresses?: {
18803
+ name: string;
18804
+ address: string;
18805
+ coordinates: number[];
18806
+ }[] | null | undefined;
18807
+ photoURL?: string | null | undefined;
18808
+ displayName?: string | null | undefined;
18809
+ imported?: {
18810
+ raw: Record<string, any>;
18811
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
18812
+ } | null | undefined;
18813
+ _id: string;
18814
+ } | null | undefined;
18815
+ role: "ADMIN";
18816
+ userId: string;
18817
+ }[] | null | undefined;
18818
+ code: string;
18819
+ name: string;
18820
+ _id: string;
18821
+ isReseller: boolean;
18822
+ } | null | undefined;
18823
+ thumbnail?: string | null | undefined;
18824
+ billingInfos?: {
18825
+ _id?: string | null | undefined;
18826
+ name: string;
18827
+ address: {
18828
+ coordinates?: number[] | null | undefined;
18829
+ line2?: string | null | undefined;
18830
+ state: string;
18831
+ country: string;
18832
+ line1: string;
18833
+ city: string;
18834
+ postcode: string;
18835
+ };
18836
+ email: string;
18837
+ companyName: string;
18838
+ contact: string;
18839
+ }[] | null | undefined;
18840
+ customerDisplayImages?: {
18841
+ url: string;
18842
+ restaurantIds: string[];
18843
+ }[] | null | undefined;
18844
+ name: string;
18845
+ _id: string;
18846
+ ownerId: string;
18847
+ restaurantQuota: number;
18848
+ warehouseQuota: number;
18849
+ menuVersion: string;
18850
+ } | null | undefined;
18382
18851
  features?: string[] | null | undefined;
18383
18852
  machineOtp?: string | null | undefined;
18384
18853
  machineOtpExpiredAt?: string | null | undefined;
@@ -18473,68 +18942,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18473
18942
  } | null | undefined;
18474
18943
  _id: string;
18475
18944
  expiredAt: string;
18476
- pf_business: {
18477
- internal?: boolean | null | undefined;
18478
- url?: string | null | undefined;
18479
- expiredAt?: string | null | undefined;
18480
- agentId?: string | null | undefined;
18481
- pf_agent?: {
18482
- clickupId?: string | null | undefined;
18483
- members?: {
18484
- pf_user?: {
18485
- email?: string | null | undefined;
18486
- phoneNumber?: string | null | undefined;
18487
- birthday?: string | null | undefined;
18488
- gender?: "MALE" | "FEMALE" | null | undefined;
18489
- addresses?: {
18490
- name: string;
18491
- address: string;
18492
- coordinates: number[];
18493
- }[] | null | undefined;
18494
- photoURL?: string | null | undefined;
18495
- displayName?: string | null | undefined;
18496
- imported?: {
18497
- raw: Record<string, any>;
18498
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
18499
- } | null | undefined;
18500
- _id: string;
18501
- } | null | undefined;
18502
- role: "ADMIN";
18503
- userId: string;
18504
- }[] | null | undefined;
18505
- code: string;
18506
- name: string;
18507
- _id: string;
18508
- isReseller: boolean;
18509
- } | null | undefined;
18510
- thumbnail?: string | null | undefined;
18511
- billingInfos?: {
18512
- _id?: string | null | undefined;
18513
- name: string;
18514
- address: {
18515
- coordinates?: number[] | null | undefined;
18516
- line2?: string | null | undefined;
18517
- state: string;
18518
- country: string;
18519
- line1: string;
18520
- city: string;
18521
- postcode: string;
18522
- };
18523
- email: string;
18524
- companyName: string;
18525
- contact: string;
18526
- }[] | null | undefined;
18527
- customerDisplayImages?: {
18528
- url: string;
18529
- restaurantIds: string[];
18530
- }[] | null | undefined;
18531
- name: string;
18532
- _id: string;
18533
- ownerId: string;
18534
- restaurantQuota: number;
18535
- warehouseQuota: number;
18536
- menuVersion: string;
18537
- };
18538
18945
  businessId: string;
18539
18946
  profile: {
18540
18947
  code?: string | null | undefined;
@@ -18710,113 +19117,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18710
19117
  currentRedeem: number;
18711
19118
  };
18712
19119
  }[];
18713
- benefits: {
18714
- image?: string | null | undefined;
18715
- description?: string | null | undefined;
18716
- maxLevel?: number | null | undefined;
18717
- minTier?: number | null | undefined;
18718
- maxTier?: number | null | undefined;
18719
- targetRestaurant?: string[] | null | undefined;
18720
- requiredTitle?: string | null | undefined;
18721
- frontend?: {
18722
- reason: string;
18723
- hide: boolean;
18724
- disable: boolean;
18725
- } | null | undefined;
18726
- name: string;
18727
- options: {
18728
- scheduler?: {
18729
- start: {
18730
- type: "CRON";
18731
- cron: string;
18732
- } | {
18733
- type: "BIRTHDAY";
18734
- option: {
18735
- unit: "WEEK" | "MONTH";
18736
- type: "START_OF";
18737
- } | {
18738
- type: "BEFORE";
18739
- day: number;
18740
- };
18741
- };
18742
- validity: number;
18743
- timePeriod: {
18744
- end: string;
18745
- start: string;
18746
- }[];
18747
- } | null | undefined;
18748
- type: "BASIC";
18749
- effect: {
18750
- priority?: number | null | undefined;
18751
- availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
18752
- options: {
18753
- excludeIds?: string[] | null | undefined;
18754
- minPurchase?: {
18755
- amount: number;
18756
- precision: number;
18757
- } | null | undefined;
18758
- target: "BILL";
18759
- } | {
18760
- maxQuantity?: number | null | undefined;
18761
- excludeAddonPrice?: boolean | null | undefined;
18762
- target: "ITEM";
18763
- strategy: {
18764
- withAddons?: string[] | null | undefined;
18765
- type: "SIMPLE";
18766
- } | {
18767
- type: "BUY_X_GET_Y";
18768
- x: number;
18769
- y: number;
18770
- } | {
18771
- type: "BUY_X_ITEM_A_GET_Y_ITEM_B";
18772
- x: number;
18773
- y: number;
18774
- itemAIds: string[];
18775
- } | {
18776
- type: "BUY_X_GET_Y_V2";
18777
- priority: "CHEAPEST_FIRST" | "MOST_EXPENSIVE_FIRST";
18778
- x: number;
18779
- y: number;
18780
- itemAIds: string[];
18781
- } | {
18782
- atLeast?: boolean | null | undefined;
18783
- groups: {
18784
- count: number;
18785
- itemIds: string[];
18786
- }[];
18787
- type: "COMBO";
18788
- };
18789
- targetIds: string[];
18790
- } | {
18791
- minPurchase?: {
18792
- amount: number;
18793
- precision: number;
18794
- } | null | undefined;
18795
- target: "PAYMENT";
18796
- };
18797
- adjustment: {
18798
- inclusive?: boolean | null | undefined;
18799
- type: "BY_PERCENTAGE" | "BY_AMOUNT" | "TO_AMOUNT";
18800
- amount: {
18801
- amount: number;
18802
- precision: number;
18803
- };
18804
- };
18805
- };
18806
- } | {
18807
- freeCredit?: {
18808
- remark?: string | null | undefined;
18809
- day: number;
18810
- amount: number;
18811
- } | null | undefined;
18812
- distributedAt?: string | null | undefined;
18813
- type: "VOUCHER";
18814
- vouchers: string[];
18815
- triggerer: {};
18816
- };
18817
- _id: string;
18818
- minLevel: number;
18819
- }[];
18820
19120
  }>;
18821
19121
  export declare const KioskMembershipDto: z.ZodObject<{
18822
19122
  benefits: z.ZodArray<z.ZodObject<{