@feedmepos/mf-order-setting 0.0.21-beta.2 → 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.
- package/dist/{KioskDevicesView-TgyDh8aI.js → KioskDevicesView-C6YmdLKc.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-CiYEoMoW.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DiLHpWbm.js} +2 -2
- package/dist/{KioskSettingView-fbOxH9m8.js → KioskSettingView-D-muNxlb.js} +1 -1
- package/dist/KioskView-kcjjk4fF.js +371 -0
- package/dist/{OrderSettingsView-mYvRn7u9.js → OrderSettingsView-D_bGK-3J.js} +34007 -32820
- package/dist/{app-A306cfER.js → app-C5qwExhL.js} +41 -23
- package/dist/app.js +1 -1
- package/dist/common/convertor/index.d.ts +2 -0
- package/dist/common/sms/index.d.ts +1 -1
- package/dist/common/util/index.d.ts +6 -0
- package/dist/{dayjs.min-CLR5r0qf.js → dayjs.min-kEC9G7bx.js} +36 -36
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +5 -2
- package/dist/frontend/mf-order/src/app.d.ts +18 -0
- package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
- package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +45 -35
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +581 -716
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +140 -174
- package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +2 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +3 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +97 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +3 -3
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-BJuGDir8.js → index-C_53CwBa.js} +2 -2
- package/dist/package/entity/booking/booking.do.d.ts +1516 -1276
- package/dist/package/entity/delivery/delivery.dto.d.ts +298 -251
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +539 -0
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +114 -9
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +865 -4
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
- package/dist/package/entity/index.d.ts +34 -22
- package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +12 -12
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1942 -1642
- package/dist/package/entity/member/member.dto.d.ts +33 -0
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +15 -0
- package/dist/package/entity/order/order.do.d.ts +37 -0
- package/dist/package/entity/order/order.dto.d.ts +808 -17435
- package/dist/package/entity/order/order.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/external/auth/external-auth.do.d.ts +12 -0
- package/dist/package/entity/order-platform/external/auth/external-auth.dto.d.ts +27 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +2868 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +21 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.enum.d.ts +3 -0
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1373 -0
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +2834 -0
- package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +9 -0
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +127 -0
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +95 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +175 -82
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +372 -291
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -3
- package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +66 -65
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +435 -263
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +47 -7
- package/dist/package/entity/order-platform/menu.dto.d.ts +126 -0
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +4 -4
- package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +298 -250
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +0 -41
- package/dist/package/entity/printer/printer.do.d.ts +2 -2
- package/dist/package/entity/pubsub/ably/ably.do.d.ts +60 -9
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
- package/dist/package/entity/queue/queue.do.d.ts +40 -0
- package/dist/{auth.dto-C5PLip9a.js → queue.do-Vog69wnQ.js} +34049 -33284
- package/package.json +4 -3
- package/src/api/remoteOrder/index.ts +13 -2
- package/src/helpers/menu.ts +2 -2
- package/src/locales/en-US.json +11 -1
- package/src/locales/zh-CN.json +10 -1
- package/src/stores/restaurant/index.ts +4 -1
- package/src/views/kiosk/KioskSummary.vue +4 -3
- package/src/views/kiosk/KioskView.vue +36 -3
- package/src/views/order-settings/delivery/DeliverySetting.vue +83 -6
- package/src/views/order-settings/delivery/delivery.data.ts +16 -1
- package/src/views/order-settings/delivery/delivery.ts +1 -0
- package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +114 -0
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +23 -6
- package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +21 -16
- package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +58 -59
- package/src/views/order-settings/pickup/PickUpSetting.vue +1 -1
- package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +214 -158
- package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +1 -0
- package/dist/KioskView-C0Vn5S89.js +0 -334
|
@@ -1918,7 +1918,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
1918
1918
|
pf_restaurant: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1919
1919
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1920
1920
|
businessId: z.ZodString;
|
|
1921
|
-
pf_business: z.ZodObject<{
|
|
1921
|
+
pf_business: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1922
1922
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1923
1923
|
ownerId: z.ZodString;
|
|
1924
1924
|
name: z.ZodString;
|
|
@@ -1929,6 +1929,19 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
1929
1929
|
expiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
1930
1930
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1931
1931
|
agentId: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
1932
|
+
attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1933
|
+
key: z.ZodString;
|
|
1934
|
+
type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
|
|
1935
|
+
entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
|
|
1936
|
+
}, "strip", z.ZodTypeAny, {
|
|
1937
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1938
|
+
key: string;
|
|
1939
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
1940
|
+
}, {
|
|
1941
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1942
|
+
key: string;
|
|
1943
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
1944
|
+
}>, "many">>>;
|
|
1932
1945
|
pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
1933
1946
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1934
1947
|
name: z.ZodString;
|
|
@@ -2182,6 +2195,11 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
2182
2195
|
url?: string | null | undefined;
|
|
2183
2196
|
expiredAt?: string | null | undefined;
|
|
2184
2197
|
agentId?: string | null | undefined;
|
|
2198
|
+
attributeSettings?: {
|
|
2199
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2200
|
+
key: string;
|
|
2201
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
2202
|
+
}[] | null | undefined;
|
|
2185
2203
|
pf_agent?: {
|
|
2186
2204
|
clickupId?: string | null | undefined;
|
|
2187
2205
|
members?: {
|
|
@@ -2243,6 +2261,11 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
2243
2261
|
url?: string | null | undefined;
|
|
2244
2262
|
expiredAt?: string | null | undefined;
|
|
2245
2263
|
agentId?: string | null | undefined;
|
|
2264
|
+
attributeSettings?: {
|
|
2265
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2266
|
+
key: string;
|
|
2267
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
2268
|
+
}[] | null | undefined;
|
|
2246
2269
|
pf_agent?: {
|
|
2247
2270
|
clickupId?: string | null | undefined;
|
|
2248
2271
|
members?: {
|
|
@@ -2299,7 +2322,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
2299
2322
|
restaurantQuota: number;
|
|
2300
2323
|
warehouseQuota: number;
|
|
2301
2324
|
menuVersion: string;
|
|
2302
|
-
}
|
|
2325
|
+
}>>>;
|
|
2303
2326
|
features: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<{
|
|
2304
2327
|
stock: string;
|
|
2305
2328
|
discovery: string;
|
|
@@ -3969,10 +3992,12 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3969
3992
|
mapBorderColor?: number | null | undefined;
|
|
3970
3993
|
mapLineColor?: number | null | undefined;
|
|
3971
3994
|
}>>>;
|
|
3995
|
+
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
3972
3996
|
}, "strip", z.ZodTypeAny, {
|
|
3973
3997
|
channel?: string | null | undefined;
|
|
3974
3998
|
machineId?: string | null | undefined;
|
|
3975
3999
|
catalogId?: string | null | undefined;
|
|
4000
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3976
4001
|
takeaway?: {
|
|
3977
4002
|
catalogId?: string | null | undefined;
|
|
3978
4003
|
} | null | undefined;
|
|
@@ -4107,6 +4132,73 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4107
4132
|
acceptQueue?: boolean | null | undefined;
|
|
4108
4133
|
anonymousOrder: boolean;
|
|
4109
4134
|
} | null | undefined;
|
|
4135
|
+
pf_business?: {
|
|
4136
|
+
internal?: boolean | null | undefined;
|
|
4137
|
+
url?: string | null | undefined;
|
|
4138
|
+
expiredAt?: string | null | undefined;
|
|
4139
|
+
agentId?: string | null | undefined;
|
|
4140
|
+
attributeSettings?: {
|
|
4141
|
+
type: "string" | "number" | "boolean" | "date";
|
|
4142
|
+
key: string;
|
|
4143
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
4144
|
+
}[] | null | undefined;
|
|
4145
|
+
pf_agent?: {
|
|
4146
|
+
clickupId?: string | null | undefined;
|
|
4147
|
+
members?: {
|
|
4148
|
+
pf_user?: {
|
|
4149
|
+
email?: string | null | undefined;
|
|
4150
|
+
phoneNumber?: string | null | undefined;
|
|
4151
|
+
birthday?: string | null | undefined;
|
|
4152
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
4153
|
+
addresses?: {
|
|
4154
|
+
name: string;
|
|
4155
|
+
address: string;
|
|
4156
|
+
coordinates: number[];
|
|
4157
|
+
}[] | null | undefined;
|
|
4158
|
+
photoURL?: string | null | undefined;
|
|
4159
|
+
displayName?: string | null | undefined;
|
|
4160
|
+
imported?: {
|
|
4161
|
+
raw: Record<string, any>;
|
|
4162
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
4163
|
+
} | null | undefined;
|
|
4164
|
+
_id: string;
|
|
4165
|
+
} | null | undefined;
|
|
4166
|
+
role: "ADMIN";
|
|
4167
|
+
userId: string;
|
|
4168
|
+
}[] | null | undefined;
|
|
4169
|
+
code: string;
|
|
4170
|
+
name: string;
|
|
4171
|
+
_id: string;
|
|
4172
|
+
isReseller: boolean;
|
|
4173
|
+
} | null | undefined;
|
|
4174
|
+
thumbnail?: string | null | undefined;
|
|
4175
|
+
billingInfos?: {
|
|
4176
|
+
_id?: string | null | undefined;
|
|
4177
|
+
name: string;
|
|
4178
|
+
address: {
|
|
4179
|
+
coordinates?: number[] | null | undefined;
|
|
4180
|
+
line2?: string | null | undefined;
|
|
4181
|
+
state: string;
|
|
4182
|
+
country: string;
|
|
4183
|
+
line1: string;
|
|
4184
|
+
city: string;
|
|
4185
|
+
postcode: string;
|
|
4186
|
+
};
|
|
4187
|
+
email: string;
|
|
4188
|
+
companyName: string;
|
|
4189
|
+
contact: string;
|
|
4190
|
+
}[] | null | undefined;
|
|
4191
|
+
customerDisplayImages?: {
|
|
4192
|
+
url: string;
|
|
4193
|
+
restaurantIds: string[];
|
|
4194
|
+
}[] | null | undefined;
|
|
4195
|
+
name: string;
|
|
4196
|
+
_id: string;
|
|
4197
|
+
ownerId: string;
|
|
4198
|
+
restaurantQuota: number;
|
|
4199
|
+
warehouseQuota: number;
|
|
4200
|
+
menuVersion: string;
|
|
4201
|
+
} | null | undefined;
|
|
4110
4202
|
features?: string[] | null | undefined;
|
|
4111
4203
|
machineOtp?: string | null | undefined;
|
|
4112
4204
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -4201,68 +4293,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4201
4293
|
} | null | undefined;
|
|
4202
4294
|
_id: string;
|
|
4203
4295
|
expiredAt: string;
|
|
4204
|
-
pf_business: {
|
|
4205
|
-
internal?: boolean | null | undefined;
|
|
4206
|
-
url?: string | null | undefined;
|
|
4207
|
-
expiredAt?: string | null | undefined;
|
|
4208
|
-
agentId?: string | null | undefined;
|
|
4209
|
-
pf_agent?: {
|
|
4210
|
-
clickupId?: string | null | undefined;
|
|
4211
|
-
members?: {
|
|
4212
|
-
pf_user?: {
|
|
4213
|
-
email?: string | null | undefined;
|
|
4214
|
-
phoneNumber?: string | null | undefined;
|
|
4215
|
-
birthday?: string | null | undefined;
|
|
4216
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
4217
|
-
addresses?: {
|
|
4218
|
-
name: string;
|
|
4219
|
-
address: string;
|
|
4220
|
-
coordinates: number[];
|
|
4221
|
-
}[] | null | undefined;
|
|
4222
|
-
photoURL?: string | null | undefined;
|
|
4223
|
-
displayName?: string | null | undefined;
|
|
4224
|
-
imported?: {
|
|
4225
|
-
raw: Record<string, any>;
|
|
4226
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
4227
|
-
} | null | undefined;
|
|
4228
|
-
_id: string;
|
|
4229
|
-
} | null | undefined;
|
|
4230
|
-
role: "ADMIN";
|
|
4231
|
-
userId: string;
|
|
4232
|
-
}[] | null | undefined;
|
|
4233
|
-
code: string;
|
|
4234
|
-
name: string;
|
|
4235
|
-
_id: string;
|
|
4236
|
-
isReseller: boolean;
|
|
4237
|
-
} | null | undefined;
|
|
4238
|
-
thumbnail?: string | null | undefined;
|
|
4239
|
-
billingInfos?: {
|
|
4240
|
-
_id?: string | null | undefined;
|
|
4241
|
-
name: string;
|
|
4242
|
-
address: {
|
|
4243
|
-
coordinates?: number[] | null | undefined;
|
|
4244
|
-
line2?: string | null | undefined;
|
|
4245
|
-
state: string;
|
|
4246
|
-
country: string;
|
|
4247
|
-
line1: string;
|
|
4248
|
-
city: string;
|
|
4249
|
-
postcode: string;
|
|
4250
|
-
};
|
|
4251
|
-
email: string;
|
|
4252
|
-
companyName: string;
|
|
4253
|
-
contact: string;
|
|
4254
|
-
}[] | null | undefined;
|
|
4255
|
-
customerDisplayImages?: {
|
|
4256
|
-
url: string;
|
|
4257
|
-
restaurantIds: string[];
|
|
4258
|
-
}[] | null | undefined;
|
|
4259
|
-
name: string;
|
|
4260
|
-
_id: string;
|
|
4261
|
-
ownerId: string;
|
|
4262
|
-
restaurantQuota: number;
|
|
4263
|
-
warehouseQuota: number;
|
|
4264
|
-
menuVersion: string;
|
|
4265
|
-
};
|
|
4266
4296
|
businessId: string;
|
|
4267
4297
|
profile: {
|
|
4268
4298
|
code?: string | null | undefined;
|
|
@@ -4345,6 +4375,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4345
4375
|
channel?: string | null | undefined;
|
|
4346
4376
|
machineId?: string | null | undefined;
|
|
4347
4377
|
catalogId?: string | null | undefined;
|
|
4378
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
4348
4379
|
takeaway?: {
|
|
4349
4380
|
catalogId?: string | null | undefined;
|
|
4350
4381
|
} | null | undefined;
|
|
@@ -4479,6 +4510,73 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4479
4510
|
acceptQueue?: boolean | null | undefined;
|
|
4480
4511
|
anonymousOrder: boolean;
|
|
4481
4512
|
} | null | undefined;
|
|
4513
|
+
pf_business?: {
|
|
4514
|
+
internal?: boolean | null | undefined;
|
|
4515
|
+
url?: string | null | undefined;
|
|
4516
|
+
expiredAt?: string | null | undefined;
|
|
4517
|
+
agentId?: string | null | undefined;
|
|
4518
|
+
attributeSettings?: {
|
|
4519
|
+
type: "string" | "number" | "boolean" | "date";
|
|
4520
|
+
key: string;
|
|
4521
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
4522
|
+
}[] | null | undefined;
|
|
4523
|
+
pf_agent?: {
|
|
4524
|
+
clickupId?: string | null | undefined;
|
|
4525
|
+
members?: {
|
|
4526
|
+
pf_user?: {
|
|
4527
|
+
email?: string | null | undefined;
|
|
4528
|
+
phoneNumber?: string | null | undefined;
|
|
4529
|
+
birthday?: string | null | undefined;
|
|
4530
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
4531
|
+
addresses?: {
|
|
4532
|
+
name: string;
|
|
4533
|
+
address: string;
|
|
4534
|
+
coordinates: number[];
|
|
4535
|
+
}[] | null | undefined;
|
|
4536
|
+
photoURL?: string | null | undefined;
|
|
4537
|
+
displayName?: string | null | undefined;
|
|
4538
|
+
imported?: {
|
|
4539
|
+
raw: Record<string, any>;
|
|
4540
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
4541
|
+
} | null | undefined;
|
|
4542
|
+
_id: string;
|
|
4543
|
+
} | null | undefined;
|
|
4544
|
+
role: "ADMIN";
|
|
4545
|
+
userId: string;
|
|
4546
|
+
}[] | null | undefined;
|
|
4547
|
+
code: string;
|
|
4548
|
+
name: string;
|
|
4549
|
+
_id: string;
|
|
4550
|
+
isReseller: boolean;
|
|
4551
|
+
} | null | undefined;
|
|
4552
|
+
thumbnail?: string | null | undefined;
|
|
4553
|
+
billingInfos?: {
|
|
4554
|
+
_id?: string | null | undefined;
|
|
4555
|
+
name: string;
|
|
4556
|
+
address: {
|
|
4557
|
+
coordinates?: number[] | null | undefined;
|
|
4558
|
+
line2?: string | null | undefined;
|
|
4559
|
+
state: string;
|
|
4560
|
+
country: string;
|
|
4561
|
+
line1: string;
|
|
4562
|
+
city: string;
|
|
4563
|
+
postcode: string;
|
|
4564
|
+
};
|
|
4565
|
+
email: string;
|
|
4566
|
+
companyName: string;
|
|
4567
|
+
contact: string;
|
|
4568
|
+
}[] | null | undefined;
|
|
4569
|
+
customerDisplayImages?: {
|
|
4570
|
+
url: string;
|
|
4571
|
+
restaurantIds: string[];
|
|
4572
|
+
}[] | null | undefined;
|
|
4573
|
+
name: string;
|
|
4574
|
+
_id: string;
|
|
4575
|
+
ownerId: string;
|
|
4576
|
+
restaurantQuota: number;
|
|
4577
|
+
warehouseQuota: number;
|
|
4578
|
+
menuVersion: string;
|
|
4579
|
+
} | null | undefined;
|
|
4482
4580
|
features?: string[] | null | undefined;
|
|
4483
4581
|
machineOtp?: string | null | undefined;
|
|
4484
4582
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -4573,68 +4671,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4573
4671
|
} | null | undefined;
|
|
4574
4672
|
_id: string;
|
|
4575
4673
|
expiredAt: string;
|
|
4576
|
-
pf_business: {
|
|
4577
|
-
internal?: boolean | null | undefined;
|
|
4578
|
-
url?: string | null | undefined;
|
|
4579
|
-
expiredAt?: string | null | undefined;
|
|
4580
|
-
agentId?: string | null | undefined;
|
|
4581
|
-
pf_agent?: {
|
|
4582
|
-
clickupId?: string | null | undefined;
|
|
4583
|
-
members?: {
|
|
4584
|
-
pf_user?: {
|
|
4585
|
-
email?: string | null | undefined;
|
|
4586
|
-
phoneNumber?: string | null | undefined;
|
|
4587
|
-
birthday?: string | null | undefined;
|
|
4588
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
4589
|
-
addresses?: {
|
|
4590
|
-
name: string;
|
|
4591
|
-
address: string;
|
|
4592
|
-
coordinates: number[];
|
|
4593
|
-
}[] | null | undefined;
|
|
4594
|
-
photoURL?: string | null | undefined;
|
|
4595
|
-
displayName?: string | null | undefined;
|
|
4596
|
-
imported?: {
|
|
4597
|
-
raw: Record<string, any>;
|
|
4598
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
4599
|
-
} | null | undefined;
|
|
4600
|
-
_id: string;
|
|
4601
|
-
} | null | undefined;
|
|
4602
|
-
role: "ADMIN";
|
|
4603
|
-
userId: string;
|
|
4604
|
-
}[] | null | undefined;
|
|
4605
|
-
code: string;
|
|
4606
|
-
name: string;
|
|
4607
|
-
_id: string;
|
|
4608
|
-
isReseller: boolean;
|
|
4609
|
-
} | null | undefined;
|
|
4610
|
-
thumbnail?: string | null | undefined;
|
|
4611
|
-
billingInfos?: {
|
|
4612
|
-
_id?: string | null | undefined;
|
|
4613
|
-
name: string;
|
|
4614
|
-
address: {
|
|
4615
|
-
coordinates?: number[] | null | undefined;
|
|
4616
|
-
line2?: string | null | undefined;
|
|
4617
|
-
state: string;
|
|
4618
|
-
country: string;
|
|
4619
|
-
line1: string;
|
|
4620
|
-
city: string;
|
|
4621
|
-
postcode: string;
|
|
4622
|
-
};
|
|
4623
|
-
email: string;
|
|
4624
|
-
companyName: string;
|
|
4625
|
-
contact: string;
|
|
4626
|
-
}[] | null | undefined;
|
|
4627
|
-
customerDisplayImages?: {
|
|
4628
|
-
url: string;
|
|
4629
|
-
restaurantIds: string[];
|
|
4630
|
-
}[] | null | undefined;
|
|
4631
|
-
name: string;
|
|
4632
|
-
_id: string;
|
|
4633
|
-
ownerId: string;
|
|
4634
|
-
restaurantQuota: number;
|
|
4635
|
-
warehouseQuota: number;
|
|
4636
|
-
menuVersion: string;
|
|
4637
|
-
};
|
|
4638
4674
|
businessId: string;
|
|
4639
4675
|
profile: {
|
|
4640
4676
|
code?: string | null | undefined;
|
|
@@ -4719,6 +4755,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4719
4755
|
channel?: string | null | undefined;
|
|
4720
4756
|
machineId?: string | null | undefined;
|
|
4721
4757
|
catalogId?: string | null | undefined;
|
|
4758
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
4722
4759
|
takeaway?: {
|
|
4723
4760
|
catalogId?: string | null | undefined;
|
|
4724
4761
|
} | null | undefined;
|
|
@@ -4853,6 +4890,73 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4853
4890
|
acceptQueue?: boolean | null | undefined;
|
|
4854
4891
|
anonymousOrder: boolean;
|
|
4855
4892
|
} | null | undefined;
|
|
4893
|
+
pf_business?: {
|
|
4894
|
+
internal?: boolean | null | undefined;
|
|
4895
|
+
url?: string | null | undefined;
|
|
4896
|
+
expiredAt?: string | null | undefined;
|
|
4897
|
+
agentId?: string | null | undefined;
|
|
4898
|
+
attributeSettings?: {
|
|
4899
|
+
type: "string" | "number" | "boolean" | "date";
|
|
4900
|
+
key: string;
|
|
4901
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
4902
|
+
}[] | null | undefined;
|
|
4903
|
+
pf_agent?: {
|
|
4904
|
+
clickupId?: string | null | undefined;
|
|
4905
|
+
members?: {
|
|
4906
|
+
pf_user?: {
|
|
4907
|
+
email?: string | null | undefined;
|
|
4908
|
+
phoneNumber?: string | null | undefined;
|
|
4909
|
+
birthday?: string | null | undefined;
|
|
4910
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
4911
|
+
addresses?: {
|
|
4912
|
+
name: string;
|
|
4913
|
+
address: string;
|
|
4914
|
+
coordinates: number[];
|
|
4915
|
+
}[] | null | undefined;
|
|
4916
|
+
photoURL?: string | null | undefined;
|
|
4917
|
+
displayName?: string | null | undefined;
|
|
4918
|
+
imported?: {
|
|
4919
|
+
raw: Record<string, any>;
|
|
4920
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
4921
|
+
} | null | undefined;
|
|
4922
|
+
_id: string;
|
|
4923
|
+
} | null | undefined;
|
|
4924
|
+
role: "ADMIN";
|
|
4925
|
+
userId: string;
|
|
4926
|
+
}[] | null | undefined;
|
|
4927
|
+
code: string;
|
|
4928
|
+
name: string;
|
|
4929
|
+
_id: string;
|
|
4930
|
+
isReseller: boolean;
|
|
4931
|
+
} | null | undefined;
|
|
4932
|
+
thumbnail?: string | null | undefined;
|
|
4933
|
+
billingInfos?: {
|
|
4934
|
+
_id?: string | null | undefined;
|
|
4935
|
+
name: string;
|
|
4936
|
+
address: {
|
|
4937
|
+
coordinates?: number[] | null | undefined;
|
|
4938
|
+
line2?: string | null | undefined;
|
|
4939
|
+
state: string;
|
|
4940
|
+
country: string;
|
|
4941
|
+
line1: string;
|
|
4942
|
+
city: string;
|
|
4943
|
+
postcode: string;
|
|
4944
|
+
};
|
|
4945
|
+
email: string;
|
|
4946
|
+
companyName: string;
|
|
4947
|
+
contact: string;
|
|
4948
|
+
}[] | null | undefined;
|
|
4949
|
+
customerDisplayImages?: {
|
|
4950
|
+
url: string;
|
|
4951
|
+
restaurantIds: string[];
|
|
4952
|
+
}[] | null | undefined;
|
|
4953
|
+
name: string;
|
|
4954
|
+
_id: string;
|
|
4955
|
+
ownerId: string;
|
|
4956
|
+
restaurantQuota: number;
|
|
4957
|
+
warehouseQuota: number;
|
|
4958
|
+
menuVersion: string;
|
|
4959
|
+
} | null | undefined;
|
|
4856
4960
|
features?: string[] | null | undefined;
|
|
4857
4961
|
machineOtp?: string | null | undefined;
|
|
4858
4962
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -4947,68 +5051,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4947
5051
|
} | null | undefined;
|
|
4948
5052
|
_id: string;
|
|
4949
5053
|
expiredAt: string;
|
|
4950
|
-
pf_business: {
|
|
4951
|
-
internal?: boolean | null | undefined;
|
|
4952
|
-
url?: string | null | undefined;
|
|
4953
|
-
expiredAt?: string | null | undefined;
|
|
4954
|
-
agentId?: string | null | undefined;
|
|
4955
|
-
pf_agent?: {
|
|
4956
|
-
clickupId?: string | null | undefined;
|
|
4957
|
-
members?: {
|
|
4958
|
-
pf_user?: {
|
|
4959
|
-
email?: string | null | undefined;
|
|
4960
|
-
phoneNumber?: string | null | undefined;
|
|
4961
|
-
birthday?: string | null | undefined;
|
|
4962
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
4963
|
-
addresses?: {
|
|
4964
|
-
name: string;
|
|
4965
|
-
address: string;
|
|
4966
|
-
coordinates: number[];
|
|
4967
|
-
}[] | null | undefined;
|
|
4968
|
-
photoURL?: string | null | undefined;
|
|
4969
|
-
displayName?: string | null | undefined;
|
|
4970
|
-
imported?: {
|
|
4971
|
-
raw: Record<string, any>;
|
|
4972
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
4973
|
-
} | null | undefined;
|
|
4974
|
-
_id: string;
|
|
4975
|
-
} | null | undefined;
|
|
4976
|
-
role: "ADMIN";
|
|
4977
|
-
userId: string;
|
|
4978
|
-
}[] | null | undefined;
|
|
4979
|
-
code: string;
|
|
4980
|
-
name: string;
|
|
4981
|
-
_id: string;
|
|
4982
|
-
isReseller: boolean;
|
|
4983
|
-
} | null | undefined;
|
|
4984
|
-
thumbnail?: string | null | undefined;
|
|
4985
|
-
billingInfos?: {
|
|
4986
|
-
_id?: string | null | undefined;
|
|
4987
|
-
name: string;
|
|
4988
|
-
address: {
|
|
4989
|
-
coordinates?: number[] | null | undefined;
|
|
4990
|
-
line2?: string | null | undefined;
|
|
4991
|
-
state: string;
|
|
4992
|
-
country: string;
|
|
4993
|
-
line1: string;
|
|
4994
|
-
city: string;
|
|
4995
|
-
postcode: string;
|
|
4996
|
-
};
|
|
4997
|
-
email: string;
|
|
4998
|
-
companyName: string;
|
|
4999
|
-
contact: string;
|
|
5000
|
-
}[] | null | undefined;
|
|
5001
|
-
customerDisplayImages?: {
|
|
5002
|
-
url: string;
|
|
5003
|
-
restaurantIds: string[];
|
|
5004
|
-
}[] | null | undefined;
|
|
5005
|
-
name: string;
|
|
5006
|
-
_id: string;
|
|
5007
|
-
ownerId: string;
|
|
5008
|
-
restaurantQuota: number;
|
|
5009
|
-
warehouseQuota: number;
|
|
5010
|
-
menuVersion: string;
|
|
5011
|
-
};
|
|
5012
5054
|
businessId: string;
|
|
5013
5055
|
profile: {
|
|
5014
5056
|
code?: string | null | undefined;
|
|
@@ -5171,6 +5213,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5171
5213
|
channel?: string | null | undefined;
|
|
5172
5214
|
machineId?: string | null | undefined;
|
|
5173
5215
|
catalogId?: string | null | undefined;
|
|
5216
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
5174
5217
|
takeaway?: {
|
|
5175
5218
|
catalogId?: string | null | undefined;
|
|
5176
5219
|
} | null | undefined;
|
|
@@ -5305,6 +5348,73 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5305
5348
|
acceptQueue?: boolean | null | undefined;
|
|
5306
5349
|
anonymousOrder: boolean;
|
|
5307
5350
|
} | null | undefined;
|
|
5351
|
+
pf_business?: {
|
|
5352
|
+
internal?: boolean | null | undefined;
|
|
5353
|
+
url?: string | null | undefined;
|
|
5354
|
+
expiredAt?: string | null | undefined;
|
|
5355
|
+
agentId?: string | null | undefined;
|
|
5356
|
+
attributeSettings?: {
|
|
5357
|
+
type: "string" | "number" | "boolean" | "date";
|
|
5358
|
+
key: string;
|
|
5359
|
+
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
5360
|
+
}[] | null | undefined;
|
|
5361
|
+
pf_agent?: {
|
|
5362
|
+
clickupId?: string | null | undefined;
|
|
5363
|
+
members?: {
|
|
5364
|
+
pf_user?: {
|
|
5365
|
+
email?: string | null | undefined;
|
|
5366
|
+
phoneNumber?: string | null | undefined;
|
|
5367
|
+
birthday?: string | null | undefined;
|
|
5368
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
5369
|
+
addresses?: {
|
|
5370
|
+
name: string;
|
|
5371
|
+
address: string;
|
|
5372
|
+
coordinates: number[];
|
|
5373
|
+
}[] | null | undefined;
|
|
5374
|
+
photoURL?: string | null | undefined;
|
|
5375
|
+
displayName?: string | null | undefined;
|
|
5376
|
+
imported?: {
|
|
5377
|
+
raw: Record<string, any>;
|
|
5378
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
5379
|
+
} | null | undefined;
|
|
5380
|
+
_id: string;
|
|
5381
|
+
} | null | undefined;
|
|
5382
|
+
role: "ADMIN";
|
|
5383
|
+
userId: string;
|
|
5384
|
+
}[] | null | undefined;
|
|
5385
|
+
code: string;
|
|
5386
|
+
name: string;
|
|
5387
|
+
_id: string;
|
|
5388
|
+
isReseller: boolean;
|
|
5389
|
+
} | null | undefined;
|
|
5390
|
+
thumbnail?: string | null | undefined;
|
|
5391
|
+
billingInfos?: {
|
|
5392
|
+
_id?: string | null | undefined;
|
|
5393
|
+
name: string;
|
|
5394
|
+
address: {
|
|
5395
|
+
coordinates?: number[] | null | undefined;
|
|
5396
|
+
line2?: string | null | undefined;
|
|
5397
|
+
state: string;
|
|
5398
|
+
country: string;
|
|
5399
|
+
line1: string;
|
|
5400
|
+
city: string;
|
|
5401
|
+
postcode: string;
|
|
5402
|
+
};
|
|
5403
|
+
email: string;
|
|
5404
|
+
companyName: string;
|
|
5405
|
+
contact: string;
|
|
5406
|
+
}[] | null | undefined;
|
|
5407
|
+
customerDisplayImages?: {
|
|
5408
|
+
url: string;
|
|
5409
|
+
restaurantIds: string[];
|
|
5410
|
+
}[] | null | undefined;
|
|
5411
|
+
name: string;
|
|
5412
|
+
_id: string;
|
|
5413
|
+
ownerId: string;
|
|
5414
|
+
restaurantQuota: number;
|
|
5415
|
+
warehouseQuota: number;
|
|
5416
|
+
menuVersion: string;
|
|
5417
|
+
} | null | undefined;
|
|
5308
5418
|
features?: string[] | null | undefined;
|
|
5309
5419
|
machineOtp?: string | null | undefined;
|
|
5310
5420
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -5399,68 +5509,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5399
5509
|
} | null | undefined;
|
|
5400
5510
|
_id: string;
|
|
5401
5511
|
expiredAt: string;
|
|
5402
|
-
pf_business: {
|
|
5403
|
-
internal?: boolean | null | undefined;
|
|
5404
|
-
url?: string | null | undefined;
|
|
5405
|
-
expiredAt?: string | null | undefined;
|
|
5406
|
-
agentId?: string | null | undefined;
|
|
5407
|
-
pf_agent?: {
|
|
5408
|
-
clickupId?: string | null | undefined;
|
|
5409
|
-
members?: {
|
|
5410
|
-
pf_user?: {
|
|
5411
|
-
email?: string | null | undefined;
|
|
5412
|
-
phoneNumber?: string | null | undefined;
|
|
5413
|
-
birthday?: string | null | undefined;
|
|
5414
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
5415
|
-
addresses?: {
|
|
5416
|
-
name: string;
|
|
5417
|
-
address: string;
|
|
5418
|
-
coordinates: number[];
|
|
5419
|
-
}[] | null | undefined;
|
|
5420
|
-
photoURL?: string | null | undefined;
|
|
5421
|
-
displayName?: string | null | undefined;
|
|
5422
|
-
imported?: {
|
|
5423
|
-
raw: Record<string, any>;
|
|
5424
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
5425
|
-
} | null | undefined;
|
|
5426
|
-
_id: string;
|
|
5427
|
-
} | null | undefined;
|
|
5428
|
-
role: "ADMIN";
|
|
5429
|
-
userId: string;
|
|
5430
|
-
}[] | null | undefined;
|
|
5431
|
-
code: string;
|
|
5432
|
-
name: string;
|
|
5433
|
-
_id: string;
|
|
5434
|
-
isReseller: boolean;
|
|
5435
|
-
} | null | undefined;
|
|
5436
|
-
thumbnail?: string | null | undefined;
|
|
5437
|
-
billingInfos?: {
|
|
5438
|
-
_id?: string | null | undefined;
|
|
5439
|
-
name: string;
|
|
5440
|
-
address: {
|
|
5441
|
-
coordinates?: number[] | null | undefined;
|
|
5442
|
-
line2?: string | null | undefined;
|
|
5443
|
-
state: string;
|
|
5444
|
-
country: string;
|
|
5445
|
-
line1: string;
|
|
5446
|
-
city: string;
|
|
5447
|
-
postcode: string;
|
|
5448
|
-
};
|
|
5449
|
-
email: string;
|
|
5450
|
-
companyName: string;
|
|
5451
|
-
contact: string;
|
|
5452
|
-
}[] | null | undefined;
|
|
5453
|
-
customerDisplayImages?: {
|
|
5454
|
-
url: string;
|
|
5455
|
-
restaurantIds: string[];
|
|
5456
|
-
}[] | null | undefined;
|
|
5457
|
-
name: string;
|
|
5458
|
-
_id: string;
|
|
5459
|
-
ownerId: string;
|
|
5460
|
-
restaurantQuota: number;
|
|
5461
|
-
warehouseQuota: number;
|
|
5462
|
-
menuVersion: string;
|
|
5463
|
-
};
|
|
5464
5512
|
businessId: string;
|
|
5465
5513
|
profile: {
|
|
5466
5514
|
code?: string | null | undefined;
|