@feedmepos/mf-order-setting 0.0.44 → 0.0.46
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-KBpXQJmy.js → KioskDevicesView-Dd3xcM5X.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-D-epeOIx.js} +101 -96
- package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-D50Gh7NR.js} +1 -1
- package/dist/KioskView-BGiHHSjd.js +448 -0
- package/dist/{OrderSettingsView-CEh1QUZm.js → OrderSettingsView-DNuKMNFe.js} +33723 -34786
- package/dist/{app-CKeIud_f.js → app-DGT9bC4M.js} +115 -43
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-D-vfvSns.js} +1 -1
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
- package/dist/frontend/mf-order/src/app.d.ts +72 -0
- package/dist/frontend/mf-order/src/main.d.ts +72 -0
- package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +1 -0
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +3 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +111 -1
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +291 -288
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +20 -173
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -114
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +4 -4
- package/dist/frontend/mf-order/src/views/order-settings/queue/PresetRemarksSheet.vue.d.ts +19 -0
- package/dist/frontend/mf-order/src/views/order-settings/queue/QueueSetting.vue.d.ts +2 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-D_Tmm1qL.js → index-DAruvcri.js} +2 -2
- package/dist/{menu.dto-BY9dVf93.js → menu.dto-B82ITnH5.js} +54755 -57698
- package/dist/package/entity/booking/booking.do.d.ts +168 -2368
- package/dist/package/entity/delivery/delivery.dto.d.ts +33 -473
- package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +23 -0
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +450 -60
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +680 -628
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
- package/dist/package/entity/index.d.ts +2 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +16 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +19 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +201 -2031
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +129 -16
- package/dist/package/entity/order/order.do.d.ts +8 -0
- package/dist/package/entity/order/order.dto.d.ts +390 -974
- package/dist/package/entity/order/order.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +367 -18
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +48 -8
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +33 -473
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +672 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.dto.d.ts +9 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +90 -508
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +1130 -0
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +34 -47
- package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +8 -2
- package/dist/package/entity/order-platform/menu.dto.d.ts +46 -12
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +8 -5
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -473
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
- package/dist/package/entity/order-setting/customization/color.do.d.ts +3 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +18 -18
- package/dist/package/entity/order-setting/order-setting.do.d.ts +77 -88
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +724 -1036
- package/dist/package/entity/order-setting/queue/queue.do.d.ts +22 -0
- package/dist/package/entity/order-setting/queue/queue.dto.d.ts +12 -0
- package/dist/package/entity/order-setting/reservation/reservation.do.d.ts +4 -51
- package/dist/package/entity/order-setting/reservation/reservation.dto.d.ts +248 -585
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +10 -1
- package/dist/package/entity/queue/queue.dto.d.ts +76 -14
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +41 -26
- package/dist/package/entity/websocket/websocket.dto.d.ts +22 -22
- package/package.json +3 -3
- package/src/api/remoteOrder/index.ts +13 -2
- package/src/api/restaurant-setting/index.ts +6 -0
- package/src/locales/en-US.json +24 -0
- package/src/locales/th-TH.json +24 -0
- package/src/locales/zh-CN.json +24 -0
- package/src/modules/kiosk/interface.ts +1 -0
- package/src/stores/kiosk/mapper.ts +1 -0
- package/src/stores/order-setting/mapper.ts +20 -33
- package/src/stores/restaurant/index.ts +7 -3
- package/src/views/all-orders/FilterStatus.vue +1 -1
- package/src/views/kiosk/devices/KioskDeviceCard.vue +6 -0
- package/src/views/order-settings/OrderSettingsView.vue +13 -5
- package/src/views/order-settings/delivery/delivery.data.ts +7 -4
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
- package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
- package/src/views/order-settings/general/GeneralSetting.vue +2 -2
- package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
- package/src/views/order-settings/queue/QueueSetting.vue +358 -0
- package/dist/KioskView-KNiT-upH.js +0 -453
|
@@ -8975,7 +8975,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
8975
8975
|
taxCode: string;
|
|
8976
8976
|
systemCode: string;
|
|
8977
8977
|
}> | null | undefined;
|
|
8978
|
-
autoAccept?: boolean | null | undefined;
|
|
8979
8978
|
deliveryTime?: {
|
|
8980
8979
|
time?: string[] | null | undefined;
|
|
8981
8980
|
custom?: {
|
|
@@ -9039,6 +9038,7 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9039
9038
|
name: string;
|
|
9040
9039
|
instruction: string;
|
|
9041
9040
|
}[] | null | undefined;
|
|
9041
|
+
autoAccept?: boolean | null | undefined;
|
|
9042
9042
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
9043
9043
|
ignoreStock?: boolean | null | undefined;
|
|
9044
9044
|
catalogId: string | null;
|
|
@@ -9068,7 +9068,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9068
9068
|
taxCode: string;
|
|
9069
9069
|
systemCode: string;
|
|
9070
9070
|
}> | null | undefined;
|
|
9071
|
-
autoAccept?: boolean | null | undefined;
|
|
9072
9071
|
deliveryTime?: {
|
|
9073
9072
|
time?: string[] | null | undefined;
|
|
9074
9073
|
custom?: {
|
|
@@ -9132,6 +9131,7 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9132
9131
|
name: string;
|
|
9133
9132
|
instruction: string;
|
|
9134
9133
|
}[] | null | undefined;
|
|
9134
|
+
autoAccept?: boolean | null | undefined;
|
|
9135
9135
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
9136
9136
|
ignoreStock?: boolean | null | undefined;
|
|
9137
9137
|
catalogId: string | null;
|
|
@@ -9166,256 +9166,17 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9166
9166
|
}, "strip", z.ZodTypeAny, {
|
|
9167
9167
|
instruction?: string | null | undefined;
|
|
9168
9168
|
catalogId?: string | null | undefined;
|
|
9169
|
-
autoAccept?: boolean | null | undefined;
|
|
9170
9169
|
term?: string | null | undefined;
|
|
9170
|
+
autoAccept?: boolean | null | undefined;
|
|
9171
9171
|
ignoreStock?: boolean | null | undefined;
|
|
9172
9172
|
enable: boolean;
|
|
9173
9173
|
}, {
|
|
9174
9174
|
instruction?: string | null | undefined;
|
|
9175
9175
|
catalogId?: string | null | undefined;
|
|
9176
|
-
autoAccept?: boolean | null | undefined;
|
|
9177
9176
|
term?: string | null | undefined;
|
|
9178
|
-
ignoreStock?: boolean | null | undefined;
|
|
9179
|
-
enable: boolean;
|
|
9180
|
-
}>>>;
|
|
9181
|
-
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
9182
|
-
enable: z.ZodBoolean;
|
|
9183
|
-
}, {
|
|
9184
|
-
_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9185
|
-
remoteId: z.ZodString;
|
|
9186
|
-
catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9187
|
-
lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9188
|
-
commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9189
|
-
autoCloseBill: z.ZodBoolean;
|
|
9190
|
-
showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
9191
|
-
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
9192
|
-
reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9193
|
-
commissionRate: z.ZodNumber;
|
|
9194
|
-
discountCampaigns: z.ZodArray<z.ZodObject<{
|
|
9195
|
-
name: z.ZodString;
|
|
9196
|
-
vendorBearPercentage: z.ZodNumber;
|
|
9197
|
-
date: z.ZodObject<{
|
|
9198
|
-
start: z.ZodString;
|
|
9199
|
-
end: z.ZodString;
|
|
9200
|
-
}, "strip", z.ZodTypeAny, {
|
|
9201
|
-
end: string;
|
|
9202
|
-
start: string;
|
|
9203
|
-
}, {
|
|
9204
|
-
end: string;
|
|
9205
|
-
start: string;
|
|
9206
|
-
}>;
|
|
9207
|
-
}, "strip", z.ZodTypeAny, {
|
|
9208
|
-
name: string;
|
|
9209
|
-
date: {
|
|
9210
|
-
end: string;
|
|
9211
|
-
start: string;
|
|
9212
|
-
};
|
|
9213
|
-
vendorBearPercentage: number;
|
|
9214
|
-
}, {
|
|
9215
|
-
name: string;
|
|
9216
|
-
date: {
|
|
9217
|
-
end: string;
|
|
9218
|
-
start: string;
|
|
9219
|
-
};
|
|
9220
|
-
vendorBearPercentage: number;
|
|
9221
|
-
}>, "many">;
|
|
9222
|
-
}, "strip", z.ZodTypeAny, {
|
|
9223
|
-
commissionRate: number;
|
|
9224
|
-
discountCampaigns: {
|
|
9225
|
-
name: string;
|
|
9226
|
-
date: {
|
|
9227
|
-
end: string;
|
|
9228
|
-
start: string;
|
|
9229
|
-
};
|
|
9230
|
-
vendorBearPercentage: number;
|
|
9231
|
-
}[];
|
|
9232
|
-
}, {
|
|
9233
|
-
commissionRate: number;
|
|
9234
|
-
discountCampaigns: {
|
|
9235
|
-
name: string;
|
|
9236
|
-
date: {
|
|
9237
|
-
end: string;
|
|
9238
|
-
start: string;
|
|
9239
|
-
};
|
|
9240
|
-
vendorBearPercentage: number;
|
|
9241
|
-
}[];
|
|
9242
|
-
}>>>;
|
|
9243
|
-
hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
9244
|
-
ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
9245
|
-
}>, "strip", z.ZodTypeAny, {
|
|
9246
|
-
_id?: string | undefined;
|
|
9247
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
9248
|
-
catalogId?: string | null | undefined;
|
|
9249
|
-
commissionRate?: number | null | undefined;
|
|
9250
|
-
lastSynchronize?: string | null | undefined;
|
|
9251
|
-
showProductAddon?: boolean | null | undefined;
|
|
9252
9177
|
autoAccept?: boolean | null | undefined;
|
|
9253
|
-
|
|
9254
|
-
commissionRate: number;
|
|
9255
|
-
discountCampaigns: {
|
|
9256
|
-
name: string;
|
|
9257
|
-
date: {
|
|
9258
|
-
end: string;
|
|
9259
|
-
start: string;
|
|
9260
|
-
};
|
|
9261
|
-
vendorBearPercentage: number;
|
|
9262
|
-
}[];
|
|
9263
|
-
} | null | undefined;
|
|
9264
|
-
hasSst?: boolean | null | undefined;
|
|
9265
|
-
enable: boolean;
|
|
9266
|
-
remoteId: string;
|
|
9267
|
-
autoCloseBill: boolean;
|
|
9268
|
-
}, {
|
|
9269
|
-
_id?: string | undefined;
|
|
9270
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
9271
|
-
catalogId?: string | null | undefined;
|
|
9272
|
-
commissionRate?: number | null | undefined;
|
|
9273
|
-
lastSynchronize?: string | null | undefined;
|
|
9274
|
-
showProductAddon?: boolean | null | undefined;
|
|
9275
|
-
autoAccept?: boolean | null | undefined;
|
|
9276
|
-
reportConfig?: {
|
|
9277
|
-
commissionRate: number;
|
|
9278
|
-
discountCampaigns: {
|
|
9279
|
-
name: string;
|
|
9280
|
-
date: {
|
|
9281
|
-
end: string;
|
|
9282
|
-
start: string;
|
|
9283
|
-
};
|
|
9284
|
-
vendorBearPercentage: number;
|
|
9285
|
-
}[];
|
|
9286
|
-
} | null | undefined;
|
|
9287
|
-
hasSst?: boolean | null | undefined;
|
|
9288
|
-
enable: boolean;
|
|
9289
|
-
remoteId: string;
|
|
9290
|
-
autoCloseBill: boolean;
|
|
9291
|
-
}>>>;
|
|
9292
|
-
grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
9293
|
-
enable: z.ZodBoolean;
|
|
9294
|
-
}, {
|
|
9295
|
-
_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9296
|
-
merchantID: z.ZodString;
|
|
9297
|
-
catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9298
|
-
lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9299
|
-
commissionRate: z.ZodNumber;
|
|
9300
|
-
autoCloseBill: z.ZodBoolean;
|
|
9301
|
-
showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
9302
|
-
}>, "strip", z.ZodTypeAny, {
|
|
9303
|
-
_id?: string | undefined;
|
|
9304
|
-
catalogId?: string | null | undefined;
|
|
9305
|
-
lastSynchronize?: string | null | undefined;
|
|
9306
|
-
showProductAddon?: boolean | null | undefined;
|
|
9307
|
-
enable: boolean;
|
|
9308
|
-
commissionRate: number;
|
|
9309
|
-
autoCloseBill: boolean;
|
|
9310
|
-
merchantID: string;
|
|
9311
|
-
}, {
|
|
9312
|
-
_id?: string | undefined;
|
|
9313
|
-
catalogId?: string | null | undefined;
|
|
9314
|
-
lastSynchronize?: string | null | undefined;
|
|
9315
|
-
showProductAddon?: boolean | null | undefined;
|
|
9316
|
-
enable: boolean;
|
|
9317
|
-
commissionRate: number;
|
|
9318
|
-
autoCloseBill: boolean;
|
|
9319
|
-
merchantID: string;
|
|
9320
|
-
}>>>;
|
|
9321
|
-
shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
9322
|
-
enable: z.ZodBoolean;
|
|
9323
|
-
}, {
|
|
9324
|
-
_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
9325
|
-
storeID: z.ZodString;
|
|
9326
|
-
catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9327
|
-
lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9328
|
-
autoCloseBill: z.ZodBoolean;
|
|
9329
|
-
reportConfig: z.ZodObject<{
|
|
9330
|
-
commissionRate: z.ZodNumber;
|
|
9331
|
-
discountCampaigns: z.ZodArray<z.ZodObject<{
|
|
9332
|
-
name: z.ZodString;
|
|
9333
|
-
vendorBearPercentage: z.ZodNumber;
|
|
9334
|
-
date: z.ZodObject<{
|
|
9335
|
-
start: z.ZodString;
|
|
9336
|
-
end: z.ZodString;
|
|
9337
|
-
}, "strip", z.ZodTypeAny, {
|
|
9338
|
-
end: string;
|
|
9339
|
-
start: string;
|
|
9340
|
-
}, {
|
|
9341
|
-
end: string;
|
|
9342
|
-
start: string;
|
|
9343
|
-
}>;
|
|
9344
|
-
}, "strip", z.ZodTypeAny, {
|
|
9345
|
-
name: string;
|
|
9346
|
-
date: {
|
|
9347
|
-
end: string;
|
|
9348
|
-
start: string;
|
|
9349
|
-
};
|
|
9350
|
-
vendorBearPercentage: number;
|
|
9351
|
-
}, {
|
|
9352
|
-
name: string;
|
|
9353
|
-
date: {
|
|
9354
|
-
end: string;
|
|
9355
|
-
start: string;
|
|
9356
|
-
};
|
|
9357
|
-
vendorBearPercentage: number;
|
|
9358
|
-
}>, "many">;
|
|
9359
|
-
}, "strip", z.ZodTypeAny, {
|
|
9360
|
-
commissionRate: number;
|
|
9361
|
-
discountCampaigns: {
|
|
9362
|
-
name: string;
|
|
9363
|
-
date: {
|
|
9364
|
-
end: string;
|
|
9365
|
-
start: string;
|
|
9366
|
-
};
|
|
9367
|
-
vendorBearPercentage: number;
|
|
9368
|
-
}[];
|
|
9369
|
-
}, {
|
|
9370
|
-
commissionRate: number;
|
|
9371
|
-
discountCampaigns: {
|
|
9372
|
-
name: string;
|
|
9373
|
-
date: {
|
|
9374
|
-
end: string;
|
|
9375
|
-
start: string;
|
|
9376
|
-
};
|
|
9377
|
-
vendorBearPercentage: number;
|
|
9378
|
-
}[];
|
|
9379
|
-
}>;
|
|
9380
|
-
showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
9381
|
-
}>, "strip", z.ZodTypeAny, {
|
|
9382
|
-
_id?: string | undefined;
|
|
9383
|
-
catalogId?: string | null | undefined;
|
|
9384
|
-
lastSynchronize?: string | null | undefined;
|
|
9385
|
-
showProductAddon?: boolean | null | undefined;
|
|
9386
|
-
enable: boolean;
|
|
9387
|
-
autoCloseBill: boolean;
|
|
9388
|
-
reportConfig: {
|
|
9389
|
-
commissionRate: number;
|
|
9390
|
-
discountCampaigns: {
|
|
9391
|
-
name: string;
|
|
9392
|
-
date: {
|
|
9393
|
-
end: string;
|
|
9394
|
-
start: string;
|
|
9395
|
-
};
|
|
9396
|
-
vendorBearPercentage: number;
|
|
9397
|
-
}[];
|
|
9398
|
-
};
|
|
9399
|
-
storeID: string;
|
|
9400
|
-
}, {
|
|
9401
|
-
_id?: string | undefined;
|
|
9402
|
-
catalogId?: string | null | undefined;
|
|
9403
|
-
lastSynchronize?: string | null | undefined;
|
|
9404
|
-
showProductAddon?: boolean | null | undefined;
|
|
9178
|
+
ignoreStock?: boolean | null | undefined;
|
|
9405
9179
|
enable: boolean;
|
|
9406
|
-
autoCloseBill: boolean;
|
|
9407
|
-
reportConfig: {
|
|
9408
|
-
commissionRate: number;
|
|
9409
|
-
discountCampaigns: {
|
|
9410
|
-
name: string;
|
|
9411
|
-
date: {
|
|
9412
|
-
end: string;
|
|
9413
|
-
start: string;
|
|
9414
|
-
};
|
|
9415
|
-
vendorBearPercentage: number;
|
|
9416
|
-
}[];
|
|
9417
|
-
};
|
|
9418
|
-
storeID: string;
|
|
9419
9180
|
}>>>;
|
|
9420
9181
|
pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9421
9182
|
pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -9487,12 +9248,12 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9487
9248
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
9488
9249
|
}, "strip", z.ZodTypeAny, {
|
|
9489
9250
|
catalogId?: string | null | undefined;
|
|
9490
|
-
autoAccept?: boolean | null | undefined;
|
|
9491
9251
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
9492
9252
|
offlinePaymentTypes?: {
|
|
9493
9253
|
name: string;
|
|
9494
9254
|
instruction: string;
|
|
9495
9255
|
}[] | null | undefined;
|
|
9256
|
+
autoAccept?: boolean | null | undefined;
|
|
9496
9257
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
9497
9258
|
ignoreStock?: boolean | null | undefined;
|
|
9498
9259
|
pickupTime?: {
|
|
@@ -9511,12 +9272,12 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9511
9272
|
} | null | undefined;
|
|
9512
9273
|
}, {
|
|
9513
9274
|
catalogId?: string | null | undefined;
|
|
9514
|
-
autoAccept?: boolean | null | undefined;
|
|
9515
9275
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
9516
9276
|
offlinePaymentTypes?: {
|
|
9517
9277
|
name: string;
|
|
9518
9278
|
instruction: string;
|
|
9519
9279
|
}[] | null | undefined;
|
|
9280
|
+
autoAccept?: boolean | null | undefined;
|
|
9520
9281
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
9521
9282
|
ignoreStock?: boolean | null | undefined;
|
|
9522
9283
|
pickupTime?: {
|
|
@@ -9637,6 +9398,9 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9637
9398
|
mapLineColor?: number | null | undefined;
|
|
9638
9399
|
}>>>;
|
|
9639
9400
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
9401
|
+
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
9402
|
+
grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
9403
|
+
shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
9640
9404
|
}, "strip", z.ZodTypeAny, {
|
|
9641
9405
|
channel?: string | null | undefined;
|
|
9642
9406
|
machineId?: string | null | undefined;
|
|
@@ -9651,7 +9415,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9651
9415
|
taxCode: string;
|
|
9652
9416
|
systemCode: string;
|
|
9653
9417
|
}> | null | undefined;
|
|
9654
|
-
autoAccept?: boolean | null | undefined;
|
|
9655
9418
|
deliveryTime?: {
|
|
9656
9419
|
time?: string[] | null | undefined;
|
|
9657
9420
|
custom?: {
|
|
@@ -9715,6 +9478,7 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9715
9478
|
name: string;
|
|
9716
9479
|
instruction: string;
|
|
9717
9480
|
}[] | null | undefined;
|
|
9481
|
+
autoAccept?: boolean | null | undefined;
|
|
9718
9482
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
9719
9483
|
ignoreStock?: boolean | null | undefined;
|
|
9720
9484
|
catalogId: string | null;
|
|
@@ -9741,12 +9505,12 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9741
9505
|
} | null | undefined;
|
|
9742
9506
|
pickup?: {
|
|
9743
9507
|
catalogId?: string | null | undefined;
|
|
9744
|
-
autoAccept?: boolean | null | undefined;
|
|
9745
9508
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
9746
9509
|
offlinePaymentTypes?: {
|
|
9747
9510
|
name: string;
|
|
9748
9511
|
instruction: string;
|
|
9749
9512
|
}[] | null | undefined;
|
|
9513
|
+
autoAccept?: boolean | null | undefined;
|
|
9750
9514
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
9751
9515
|
ignoreStock?: boolean | null | undefined;
|
|
9752
9516
|
pickupTime?: {
|
|
@@ -9854,64 +9618,10 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9854
9618
|
feedmeDelivery?: {
|
|
9855
9619
|
instruction?: string | null | undefined;
|
|
9856
9620
|
catalogId?: string | null | undefined;
|
|
9857
|
-
autoAccept?: boolean | null | undefined;
|
|
9858
9621
|
term?: string | null | undefined;
|
|
9859
|
-
ignoreStock?: boolean | null | undefined;
|
|
9860
|
-
enable: boolean;
|
|
9861
|
-
} | null | undefined;
|
|
9862
|
-
foodpandaDelivery?: {
|
|
9863
|
-
_id?: string | undefined;
|
|
9864
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
9865
|
-
catalogId?: string | null | undefined;
|
|
9866
|
-
commissionRate?: number | null | undefined;
|
|
9867
|
-
lastSynchronize?: string | null | undefined;
|
|
9868
|
-
showProductAddon?: boolean | null | undefined;
|
|
9869
9622
|
autoAccept?: boolean | null | undefined;
|
|
9870
|
-
|
|
9871
|
-
commissionRate: number;
|
|
9872
|
-
discountCampaigns: {
|
|
9873
|
-
name: string;
|
|
9874
|
-
date: {
|
|
9875
|
-
end: string;
|
|
9876
|
-
start: string;
|
|
9877
|
-
};
|
|
9878
|
-
vendorBearPercentage: number;
|
|
9879
|
-
}[];
|
|
9880
|
-
} | null | undefined;
|
|
9881
|
-
hasSst?: boolean | null | undefined;
|
|
9882
|
-
enable: boolean;
|
|
9883
|
-
remoteId: string;
|
|
9884
|
-
autoCloseBill: boolean;
|
|
9885
|
-
} | null | undefined;
|
|
9886
|
-
grabfoodDelivery?: {
|
|
9887
|
-
_id?: string | undefined;
|
|
9888
|
-
catalogId?: string | null | undefined;
|
|
9889
|
-
lastSynchronize?: string | null | undefined;
|
|
9890
|
-
showProductAddon?: boolean | null | undefined;
|
|
9891
|
-
enable: boolean;
|
|
9892
|
-
commissionRate: number;
|
|
9893
|
-
autoCloseBill: boolean;
|
|
9894
|
-
merchantID: string;
|
|
9895
|
-
} | null | undefined;
|
|
9896
|
-
shopeefoodDelivery?: {
|
|
9897
|
-
_id?: string | undefined;
|
|
9898
|
-
catalogId?: string | null | undefined;
|
|
9899
|
-
lastSynchronize?: string | null | undefined;
|
|
9900
|
-
showProductAddon?: boolean | null | undefined;
|
|
9623
|
+
ignoreStock?: boolean | null | undefined;
|
|
9901
9624
|
enable: boolean;
|
|
9902
|
-
autoCloseBill: boolean;
|
|
9903
|
-
reportConfig: {
|
|
9904
|
-
commissionRate: number;
|
|
9905
|
-
discountCampaigns: {
|
|
9906
|
-
name: string;
|
|
9907
|
-
date: {
|
|
9908
|
-
end: string;
|
|
9909
|
-
start: string;
|
|
9910
|
-
};
|
|
9911
|
-
vendorBearPercentage: number;
|
|
9912
|
-
}[];
|
|
9913
|
-
};
|
|
9914
|
-
storeID: string;
|
|
9915
9625
|
} | null | undefined;
|
|
9916
9626
|
couchDbPassword?: string | null | undefined;
|
|
9917
9627
|
apiToken?: string | null | undefined;
|
|
@@ -9936,6 +9646,9 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
9936
9646
|
mapBorderColor?: number | null | undefined;
|
|
9937
9647
|
mapLineColor?: number | null | undefined;
|
|
9938
9648
|
} | null | undefined;
|
|
9649
|
+
foodpandaDelivery?: any;
|
|
9650
|
+
grabfoodDelivery?: any;
|
|
9651
|
+
shopeefoodDelivery?: any;
|
|
9939
9652
|
_id: string;
|
|
9940
9653
|
expiredAt: string;
|
|
9941
9654
|
businessId: string;
|
|
@@ -10030,7 +9743,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10030
9743
|
taxCode: string;
|
|
10031
9744
|
systemCode: string;
|
|
10032
9745
|
}> | null | undefined;
|
|
10033
|
-
autoAccept?: boolean | null | undefined;
|
|
10034
9746
|
deliveryTime?: {
|
|
10035
9747
|
time?: string[] | null | undefined;
|
|
10036
9748
|
custom?: {
|
|
@@ -10094,6 +9806,7 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10094
9806
|
name: string;
|
|
10095
9807
|
instruction: string;
|
|
10096
9808
|
}[] | null | undefined;
|
|
9809
|
+
autoAccept?: boolean | null | undefined;
|
|
10097
9810
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
10098
9811
|
ignoreStock?: boolean | null | undefined;
|
|
10099
9812
|
catalogId: string | null;
|
|
@@ -10120,12 +9833,12 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10120
9833
|
} | null | undefined;
|
|
10121
9834
|
pickup?: {
|
|
10122
9835
|
catalogId?: string | null | undefined;
|
|
10123
|
-
autoAccept?: boolean | null | undefined;
|
|
10124
9836
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
10125
9837
|
offlinePaymentTypes?: {
|
|
10126
9838
|
name: string;
|
|
10127
9839
|
instruction: string;
|
|
10128
9840
|
}[] | null | undefined;
|
|
9841
|
+
autoAccept?: boolean | null | undefined;
|
|
10129
9842
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
10130
9843
|
ignoreStock?: boolean | null | undefined;
|
|
10131
9844
|
pickupTime?: {
|
|
@@ -10233,64 +9946,10 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10233
9946
|
feedmeDelivery?: {
|
|
10234
9947
|
instruction?: string | null | undefined;
|
|
10235
9948
|
catalogId?: string | null | undefined;
|
|
10236
|
-
autoAccept?: boolean | null | undefined;
|
|
10237
9949
|
term?: string | null | undefined;
|
|
10238
|
-
ignoreStock?: boolean | null | undefined;
|
|
10239
|
-
enable: boolean;
|
|
10240
|
-
} | null | undefined;
|
|
10241
|
-
foodpandaDelivery?: {
|
|
10242
|
-
_id?: string | undefined;
|
|
10243
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
10244
|
-
catalogId?: string | null | undefined;
|
|
10245
|
-
commissionRate?: number | null | undefined;
|
|
10246
|
-
lastSynchronize?: string | null | undefined;
|
|
10247
|
-
showProductAddon?: boolean | null | undefined;
|
|
10248
9950
|
autoAccept?: boolean | null | undefined;
|
|
10249
|
-
|
|
10250
|
-
commissionRate: number;
|
|
10251
|
-
discountCampaigns: {
|
|
10252
|
-
name: string;
|
|
10253
|
-
date: {
|
|
10254
|
-
end: string;
|
|
10255
|
-
start: string;
|
|
10256
|
-
};
|
|
10257
|
-
vendorBearPercentage: number;
|
|
10258
|
-
}[];
|
|
10259
|
-
} | null | undefined;
|
|
10260
|
-
hasSst?: boolean | null | undefined;
|
|
10261
|
-
enable: boolean;
|
|
10262
|
-
remoteId: string;
|
|
10263
|
-
autoCloseBill: boolean;
|
|
10264
|
-
} | null | undefined;
|
|
10265
|
-
grabfoodDelivery?: {
|
|
10266
|
-
_id?: string | undefined;
|
|
10267
|
-
catalogId?: string | null | undefined;
|
|
10268
|
-
lastSynchronize?: string | null | undefined;
|
|
10269
|
-
showProductAddon?: boolean | null | undefined;
|
|
10270
|
-
enable: boolean;
|
|
10271
|
-
commissionRate: number;
|
|
10272
|
-
autoCloseBill: boolean;
|
|
10273
|
-
merchantID: string;
|
|
10274
|
-
} | null | undefined;
|
|
10275
|
-
shopeefoodDelivery?: {
|
|
10276
|
-
_id?: string | undefined;
|
|
10277
|
-
catalogId?: string | null | undefined;
|
|
10278
|
-
lastSynchronize?: string | null | undefined;
|
|
10279
|
-
showProductAddon?: boolean | null | undefined;
|
|
9951
|
+
ignoreStock?: boolean | null | undefined;
|
|
10280
9952
|
enable: boolean;
|
|
10281
|
-
autoCloseBill: boolean;
|
|
10282
|
-
reportConfig: {
|
|
10283
|
-
commissionRate: number;
|
|
10284
|
-
discountCampaigns: {
|
|
10285
|
-
name: string;
|
|
10286
|
-
date: {
|
|
10287
|
-
end: string;
|
|
10288
|
-
start: string;
|
|
10289
|
-
};
|
|
10290
|
-
vendorBearPercentage: number;
|
|
10291
|
-
}[];
|
|
10292
|
-
};
|
|
10293
|
-
storeID: string;
|
|
10294
9953
|
} | null | undefined;
|
|
10295
9954
|
couchDbPassword?: string | null | undefined;
|
|
10296
9955
|
apiToken?: string | null | undefined;
|
|
@@ -10315,6 +9974,9 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10315
9974
|
mapBorderColor?: number | null | undefined;
|
|
10316
9975
|
mapLineColor?: number | null | undefined;
|
|
10317
9976
|
} | null | undefined;
|
|
9977
|
+
foodpandaDelivery?: any;
|
|
9978
|
+
grabfoodDelivery?: any;
|
|
9979
|
+
shopeefoodDelivery?: any;
|
|
10318
9980
|
_id: string;
|
|
10319
9981
|
expiredAt: string;
|
|
10320
9982
|
businessId: string;
|
|
@@ -10429,7 +10091,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10429
10091
|
taxCode: string;
|
|
10430
10092
|
systemCode: string;
|
|
10431
10093
|
}> | null | undefined;
|
|
10432
|
-
autoAccept?: boolean | null | undefined;
|
|
10433
10094
|
deliveryTime?: {
|
|
10434
10095
|
time?: string[] | null | undefined;
|
|
10435
10096
|
custom?: {
|
|
@@ -10493,6 +10154,7 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10493
10154
|
name: string;
|
|
10494
10155
|
instruction: string;
|
|
10495
10156
|
}[] | null | undefined;
|
|
10157
|
+
autoAccept?: boolean | null | undefined;
|
|
10496
10158
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
10497
10159
|
ignoreStock?: boolean | null | undefined;
|
|
10498
10160
|
catalogId: string | null;
|
|
@@ -10519,12 +10181,12 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10519
10181
|
} | null | undefined;
|
|
10520
10182
|
pickup?: {
|
|
10521
10183
|
catalogId?: string | null | undefined;
|
|
10522
|
-
autoAccept?: boolean | null | undefined;
|
|
10523
10184
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
10524
10185
|
offlinePaymentTypes?: {
|
|
10525
10186
|
name: string;
|
|
10526
10187
|
instruction: string;
|
|
10527
10188
|
}[] | null | undefined;
|
|
10189
|
+
autoAccept?: boolean | null | undefined;
|
|
10528
10190
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
10529
10191
|
ignoreStock?: boolean | null | undefined;
|
|
10530
10192
|
pickupTime?: {
|
|
@@ -10632,64 +10294,10 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10632
10294
|
feedmeDelivery?: {
|
|
10633
10295
|
instruction?: string | null | undefined;
|
|
10634
10296
|
catalogId?: string | null | undefined;
|
|
10635
|
-
autoAccept?: boolean | null | undefined;
|
|
10636
10297
|
term?: string | null | undefined;
|
|
10637
|
-
ignoreStock?: boolean | null | undefined;
|
|
10638
|
-
enable: boolean;
|
|
10639
|
-
} | null | undefined;
|
|
10640
|
-
foodpandaDelivery?: {
|
|
10641
|
-
_id?: string | undefined;
|
|
10642
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
10643
|
-
catalogId?: string | null | undefined;
|
|
10644
|
-
commissionRate?: number | null | undefined;
|
|
10645
|
-
lastSynchronize?: string | null | undefined;
|
|
10646
|
-
showProductAddon?: boolean | null | undefined;
|
|
10647
10298
|
autoAccept?: boolean | null | undefined;
|
|
10648
|
-
|
|
10649
|
-
commissionRate: number;
|
|
10650
|
-
discountCampaigns: {
|
|
10651
|
-
name: string;
|
|
10652
|
-
date: {
|
|
10653
|
-
end: string;
|
|
10654
|
-
start: string;
|
|
10655
|
-
};
|
|
10656
|
-
vendorBearPercentage: number;
|
|
10657
|
-
}[];
|
|
10658
|
-
} | null | undefined;
|
|
10659
|
-
hasSst?: boolean | null | undefined;
|
|
10660
|
-
enable: boolean;
|
|
10661
|
-
remoteId: string;
|
|
10662
|
-
autoCloseBill: boolean;
|
|
10663
|
-
} | null | undefined;
|
|
10664
|
-
grabfoodDelivery?: {
|
|
10665
|
-
_id?: string | undefined;
|
|
10666
|
-
catalogId?: string | null | undefined;
|
|
10667
|
-
lastSynchronize?: string | null | undefined;
|
|
10668
|
-
showProductAddon?: boolean | null | undefined;
|
|
10669
|
-
enable: boolean;
|
|
10670
|
-
commissionRate: number;
|
|
10671
|
-
autoCloseBill: boolean;
|
|
10672
|
-
merchantID: string;
|
|
10673
|
-
} | null | undefined;
|
|
10674
|
-
shopeefoodDelivery?: {
|
|
10675
|
-
_id?: string | undefined;
|
|
10676
|
-
catalogId?: string | null | undefined;
|
|
10677
|
-
lastSynchronize?: string | null | undefined;
|
|
10678
|
-
showProductAddon?: boolean | null | undefined;
|
|
10299
|
+
ignoreStock?: boolean | null | undefined;
|
|
10679
10300
|
enable: boolean;
|
|
10680
|
-
autoCloseBill: boolean;
|
|
10681
|
-
reportConfig: {
|
|
10682
|
-
commissionRate: number;
|
|
10683
|
-
discountCampaigns: {
|
|
10684
|
-
name: string;
|
|
10685
|
-
date: {
|
|
10686
|
-
end: string;
|
|
10687
|
-
start: string;
|
|
10688
|
-
};
|
|
10689
|
-
vendorBearPercentage: number;
|
|
10690
|
-
}[];
|
|
10691
|
-
};
|
|
10692
|
-
storeID: string;
|
|
10693
10301
|
} | null | undefined;
|
|
10694
10302
|
couchDbPassword?: string | null | undefined;
|
|
10695
10303
|
apiToken?: string | null | undefined;
|
|
@@ -10714,6 +10322,9 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10714
10322
|
mapBorderColor?: number | null | undefined;
|
|
10715
10323
|
mapLineColor?: number | null | undefined;
|
|
10716
10324
|
} | null | undefined;
|
|
10325
|
+
foodpandaDelivery?: any;
|
|
10326
|
+
grabfoodDelivery?: any;
|
|
10327
|
+
shopeefoodDelivery?: any;
|
|
10717
10328
|
_id: string;
|
|
10718
10329
|
expiredAt: string;
|
|
10719
10330
|
businessId: string;
|
|
@@ -10850,7 +10461,6 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10850
10461
|
taxCode: string;
|
|
10851
10462
|
systemCode: string;
|
|
10852
10463
|
}> | null | undefined;
|
|
10853
|
-
autoAccept?: boolean | null | undefined;
|
|
10854
10464
|
deliveryTime?: {
|
|
10855
10465
|
time?: string[] | null | undefined;
|
|
10856
10466
|
custom?: {
|
|
@@ -10914,6 +10524,7 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10914
10524
|
name: string;
|
|
10915
10525
|
instruction: string;
|
|
10916
10526
|
}[] | null | undefined;
|
|
10527
|
+
autoAccept?: boolean | null | undefined;
|
|
10917
10528
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
10918
10529
|
ignoreStock?: boolean | null | undefined;
|
|
10919
10530
|
catalogId: string | null;
|
|
@@ -10940,12 +10551,12 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
10940
10551
|
} | null | undefined;
|
|
10941
10552
|
pickup?: {
|
|
10942
10553
|
catalogId?: string | null | undefined;
|
|
10943
|
-
autoAccept?: boolean | null | undefined;
|
|
10944
10554
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
10945
10555
|
offlinePaymentTypes?: {
|
|
10946
10556
|
name: string;
|
|
10947
10557
|
instruction: string;
|
|
10948
10558
|
}[] | null | undefined;
|
|
10559
|
+
autoAccept?: boolean | null | undefined;
|
|
10949
10560
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
10950
10561
|
ignoreStock?: boolean | null | undefined;
|
|
10951
10562
|
pickupTime?: {
|
|
@@ -11053,64 +10664,10 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
11053
10664
|
feedmeDelivery?: {
|
|
11054
10665
|
instruction?: string | null | undefined;
|
|
11055
10666
|
catalogId?: string | null | undefined;
|
|
11056
|
-
autoAccept?: boolean | null | undefined;
|
|
11057
10667
|
term?: string | null | undefined;
|
|
11058
|
-
ignoreStock?: boolean | null | undefined;
|
|
11059
|
-
enable: boolean;
|
|
11060
|
-
} | null | undefined;
|
|
11061
|
-
foodpandaDelivery?: {
|
|
11062
|
-
_id?: string | undefined;
|
|
11063
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
11064
|
-
catalogId?: string | null | undefined;
|
|
11065
|
-
commissionRate?: number | null | undefined;
|
|
11066
|
-
lastSynchronize?: string | null | undefined;
|
|
11067
|
-
showProductAddon?: boolean | null | undefined;
|
|
11068
10668
|
autoAccept?: boolean | null | undefined;
|
|
11069
|
-
|
|
11070
|
-
commissionRate: number;
|
|
11071
|
-
discountCampaigns: {
|
|
11072
|
-
name: string;
|
|
11073
|
-
date: {
|
|
11074
|
-
end: string;
|
|
11075
|
-
start: string;
|
|
11076
|
-
};
|
|
11077
|
-
vendorBearPercentage: number;
|
|
11078
|
-
}[];
|
|
11079
|
-
} | null | undefined;
|
|
11080
|
-
hasSst?: boolean | null | undefined;
|
|
11081
|
-
enable: boolean;
|
|
11082
|
-
remoteId: string;
|
|
11083
|
-
autoCloseBill: boolean;
|
|
11084
|
-
} | null | undefined;
|
|
11085
|
-
grabfoodDelivery?: {
|
|
11086
|
-
_id?: string | undefined;
|
|
11087
|
-
catalogId?: string | null | undefined;
|
|
11088
|
-
lastSynchronize?: string | null | undefined;
|
|
11089
|
-
showProductAddon?: boolean | null | undefined;
|
|
11090
|
-
enable: boolean;
|
|
11091
|
-
commissionRate: number;
|
|
11092
|
-
autoCloseBill: boolean;
|
|
11093
|
-
merchantID: string;
|
|
11094
|
-
} | null | undefined;
|
|
11095
|
-
shopeefoodDelivery?: {
|
|
11096
|
-
_id?: string | undefined;
|
|
11097
|
-
catalogId?: string | null | undefined;
|
|
11098
|
-
lastSynchronize?: string | null | undefined;
|
|
11099
|
-
showProductAddon?: boolean | null | undefined;
|
|
10669
|
+
ignoreStock?: boolean | null | undefined;
|
|
11100
10670
|
enable: boolean;
|
|
11101
|
-
autoCloseBill: boolean;
|
|
11102
|
-
reportConfig: {
|
|
11103
|
-
commissionRate: number;
|
|
11104
|
-
discountCampaigns: {
|
|
11105
|
-
name: string;
|
|
11106
|
-
date: {
|
|
11107
|
-
end: string;
|
|
11108
|
-
start: string;
|
|
11109
|
-
};
|
|
11110
|
-
vendorBearPercentage: number;
|
|
11111
|
-
}[];
|
|
11112
|
-
};
|
|
11113
|
-
storeID: string;
|
|
11114
10671
|
} | null | undefined;
|
|
11115
10672
|
couchDbPassword?: string | null | undefined;
|
|
11116
10673
|
apiToken?: string | null | undefined;
|
|
@@ -11135,6 +10692,9 @@ declare const FdtoCreateDelivery: z.ZodObject<{
|
|
|
11135
10692
|
mapBorderColor?: number | null | undefined;
|
|
11136
10693
|
mapLineColor?: number | null | undefined;
|
|
11137
10694
|
} | null | undefined;
|
|
10695
|
+
foodpandaDelivery?: any;
|
|
10696
|
+
grabfoodDelivery?: any;
|
|
10697
|
+
shopeefoodDelivery?: any;
|
|
11138
10698
|
_id: string;
|
|
11139
10699
|
expiredAt: string;
|
|
11140
10700
|
businessId: string;
|