@feedmepos/mf-order-setting 0.0.72-test.1 → 0.0.73-dev
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/.env +1 -1
- package/README.md +7 -23
- package/dist/{KioskDevicesView-CP_cGMXE.js → KioskDevicesView-Dztw-Q35.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-CiNLqFw6.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-Ol419NZh.js} +3 -3
- package/dist/{KioskSettingView-BiKYEjfe.js → KioskSettingView-BUHmoxyO.js} +183 -202
- package/dist/{KioskView-BYxPrI7N.js → KioskView-B8j77zMA.js} +4 -4
- package/dist/OrderSettingsView-C5PK8CKZ.js +60009 -0
- package/dist/{app-BN02cB5o.js → app-C2_s0fkK.js} +4921 -4797
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-Bml-FvS7.js → dayjs.min-B3nOmXcs.js} +1 -1
- package/dist/frontend/mf-order/src/api/menu/index.d.ts +1 -1
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +10 -3
- package/dist/frontend/mf-order/src/app.d.ts +44 -8
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/composables/useQrOrderingEnabled.d.ts +2 -0
- package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
- package/dist/frontend/mf-order/src/main.d.ts +44 -8
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +21 -21
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +906 -1044
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +36 -3
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +5 -2
- 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/components/TaxInput.vue.d.ts +3 -8
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +3 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +5 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +21 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +28 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/LinemanSetting.vue.d.ts +46 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/TngSetting.vue.d.ts +57 -0
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +23 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +27 -0
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +8 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/index-6PQJ07gD.js +665 -0
- package/dist/{index-BlKeAWPk.js → index-B4XxBqiV.js} +1 -1
- package/dist/lineman-settings.dto-DcYJFu0U.js +60394 -0
- package/dist/package/entity/_type-assert.d.ts +7 -0
- package/dist/package/entity/booking/booking.dto.d.ts +24 -24
- package/dist/package/entity/delivery/delivery.dto.d.ts +8 -8
- package/dist/package/entity/delivery/delivery.enum.d.ts +12 -0
- package/dist/package/entity/delivery/gateway/grab.dto.d.ts +2 -2
- package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +16 -16
- package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +4 -4
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +282 -4591
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +32 -24
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +23 -11719
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
- package/dist/package/entity/index.d.ts +12 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +140 -140
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +168 -168
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +63 -7
- package/dist/package/entity/marketing/marketing.dto.d.ts +4 -4
- package/dist/package/entity/member/member.dto.d.ts +6 -0
- package/dist/package/entity/order/dine-in/dine-in.do.d.ts +8 -8
- package/dist/package/entity/order/effects/effect.dto.d.ts +68 -16
- package/dist/package/entity/order/menu/menu.dto.d.ts +45 -8
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +358 -3853
- package/dist/package/entity/order/order.do.d.ts +239 -42
- package/dist/package/entity/order/order.dto.d.ts +6497 -2236
- package/dist/package/entity/order/payment/payment.dto.d.ts +52 -12
- package/dist/package/entity/order-platform/base-integration.do.d.ts +8 -0
- package/dist/package/entity/order-platform/deliveroo/deliveroo-dto.d.ts +2 -2
- package/dist/package/entity/order-platform/deliveroo/deliveroo-order.do.d.ts +524 -524
- package/dist/package/entity/order-platform/deliveroo/deliveroo-setting.do.d.ts +2 -2
- package/dist/package/entity/order-platform/deliveroo/deliveroo.menu.dto.d.ts +58 -58
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +212 -284
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +331 -589
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +1 -1
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +12 -12
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +275 -275
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +3 -3
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +3 -3
- package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +284 -284
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +40 -40
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +16 -16
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +2 -2
- package/dist/package/entity/order-platform/gofood/gofood-order.do.d.ts +18 -18
- package/dist/package/entity/order-platform/gofood/gofood-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/gofood/gofood-settings.dto.d.ts +2 -2
- package/dist/package/entity/order-platform/gofood/gofood.dto.d.ts +32 -32
- package/dist/package/entity/order-platform/grabfood/grabfood-edit-order.do.d.ts +12 -12
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +134 -115
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +187 -165
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +8 -2
- package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +49 -42
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +67 -54
- package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/lineman/lineman-settings.do.d.ts +37 -0
- package/dist/package/entity/order-platform/lineman/lineman-settings.dto.d.ts +40 -0
- package/dist/package/entity/order-platform/menu.dto.d.ts +716 -13887
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +136 -2
- 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 +176 -176
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +62 -62
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +8 -2
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +8 -2
- package/dist/package/entity/order-platform/tng/tng-menu.do.d.ts +1061 -0
- package/dist/package/entity/order-platform/tng/tng-order.do.d.ts +1915 -0
- package/dist/package/entity/order-platform/tng/tng-settings.do.d.ts +379 -0
- package/dist/package/entity/order-platform/tng/tng-settings.dto.d.ts +301 -0
- package/dist/package/entity/order-platform/tng/tng.dto.d.ts +1162 -0
- package/dist/package/entity/order-platform/tng/tng.enum.d.ts +29 -0
- package/dist/package/entity/order-setting/delivery/inhouse-delivery.do.d.ts +12 -0
- package/dist/package/entity/order-setting/delivery/inhouse-delivery.dto.d.ts +12 -0
- package/dist/package/entity/order-setting/dine-in/dine-in.do.d.ts +11 -0
- package/dist/package/entity/order-setting/dine-in/dine-in.dto.d.ts +9 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +2 -2
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +2 -2
- package/dist/package/entity/order-setting/order-setting.do.d.ts +55 -4
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +110 -8
- package/dist/package/entity/order-setting/pickup/pickup.do.d.ts +12 -0
- package/dist/package/entity/order-setting/pickup/pickup.dto.d.ts +12 -0
- package/dist/package/entity/payment/transaction.d.ts +80 -8
- package/dist/package/entity/printer/printer.do.d.ts +14 -14
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
- package/dist/package/entity/queue/queue.do.d.ts +236 -1901
- package/dist/package/entity/queue/queue.dto.d.ts +743 -445
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +27 -4
- package/dist/package/entity/websocket/websocket.dto.d.ts +10 -10
- package/dist/style.css +1 -0
- package/golar.config.ts +20 -0
- package/package.json +9 -3
- package/src/Entry.vue +2 -10
- package/src/api/menu/index.ts +1 -1
- package/src/api/remoteOrder/index.ts +176 -110
- package/src/composables/useQrOrderingEnabled.ts +66 -0
- package/src/helpers/menu.ts +1 -1
- package/src/locales/en-US.json +421 -412
- package/src/locales/ja-JP.json +1769 -1760
- package/src/locales/th-TH.json +409 -400
- package/src/locales/zh-CN.json +417 -408
- package/src/main.ts +4 -44
- package/src/router/index.ts +2 -2
- package/src/stores/menu/menu.ts +48 -27
- package/src/stores/restaurant/index.ts +24 -9
- package/src/utils/firebase-storage.ts +3 -13
- package/src/views/kiosk/settings/KioskSettingView.vue +3 -2
- package/src/views/order-settings/OrderSettingsView.vue +31 -11
- package/src/views/order-settings/delivery/DeliverySetting.vue +223 -11
- package/src/views/order-settings/delivery/components/TaxInput.vue +1 -1
- package/src/views/order-settings/delivery/delivery.data.ts +31 -10
- package/src/views/order-settings/delivery/delivery.ts +60 -28
- package/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue +40 -1
- package/src/views/order-settings/delivery/integrated-delivery/DeliverooSetting.vue +1 -1
- package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +15 -7
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +83 -27
- package/src/views/order-settings/delivery/integrated-delivery/LinemanSetting.vue +79 -0
- package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +2 -0
- package/src/views/order-settings/delivery/integrated-delivery/TngSetting.vue +749 -0
- package/src/views/order-settings/dine-in/DineInSetting.vue +54 -23
- package/src/views/order-settings/dine-in/PaymentType.vue +9 -12
- package/src/views/order-settings/general/GeneralSetting.vue +15 -6
- package/src/views/order-settings/pickup/PickUpSettingDialog.vue +31 -3
- package/src/views/order-settings/pickup/PickUpSettingDialogContent.vue +34 -0
- package/src/views/order-settings/pickup/Preorder.vue +13 -12
- package/src/views/order-settings/queue/QueueSetting.vue +30 -1
- package/src/views/order-settings/servicecharge/RateInput.vue +9 -7
- package/vite.config.ts +16 -16
- package/dist/OrderSettingsView-C7Y-_y5U.js +0 -32222
- package/dist/frontend/mf-order/src/api/auth/index.d.ts +0 -7
- package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +0 -14
- package/dist/index-DZA8A0m4.js +0 -630
- package/dist/queue-transfer.dto-C7nRZOZH.js +0 -45618
- package/src/api/auth/index.ts +0 -20
- package/src/stores/iframe/index.ts +0 -23
|
@@ -32,16 +32,16 @@ export declare const FPCustomer: z.ZodObject<{
|
|
|
32
32
|
lastName?: string | null | undefined;
|
|
33
33
|
mobilePhone?: string | null | undefined;
|
|
34
34
|
code: string;
|
|
35
|
-
id: string;
|
|
36
35
|
email: string;
|
|
36
|
+
id: string;
|
|
37
37
|
mobilePhoneCountryCode: string;
|
|
38
38
|
}, {
|
|
39
39
|
firstName?: string | null | undefined;
|
|
40
40
|
lastName?: string | null | undefined;
|
|
41
41
|
mobilePhone?: string | null | undefined;
|
|
42
42
|
code: string;
|
|
43
|
-
id: string;
|
|
44
43
|
email: string;
|
|
44
|
+
id: string;
|
|
45
45
|
mobilePhoneCountryCode: string;
|
|
46
46
|
}>;
|
|
47
47
|
export declare const FPAddress: z.ZodObject<{
|
|
@@ -518,9 +518,9 @@ export declare const FPProduct: z.ZodObject<{
|
|
|
518
518
|
vatPercentage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
519
519
|
}, "strip", z.ZodTypeAny, {
|
|
520
520
|
name?: string | null | undefined;
|
|
521
|
-
id?: string | null | undefined;
|
|
522
521
|
description?: string | null | undefined;
|
|
523
522
|
quantity?: string | null | undefined;
|
|
523
|
+
id?: string | null | undefined;
|
|
524
524
|
categoryName?: string | null | undefined;
|
|
525
525
|
remoteCode?: string | null | undefined;
|
|
526
526
|
paidPrice?: string | null | undefined;
|
|
@@ -536,9 +536,9 @@ export declare const FPProduct: z.ZodObject<{
|
|
|
536
536
|
};
|
|
537
537
|
}, {
|
|
538
538
|
name?: string | null | undefined;
|
|
539
|
-
id?: string | null | undefined;
|
|
540
539
|
description?: string | null | undefined;
|
|
541
540
|
quantity?: string | null | undefined;
|
|
541
|
+
id?: string | null | undefined;
|
|
542
542
|
categoryName?: string | null | undefined;
|
|
543
543
|
remoteCode?: string | null | undefined;
|
|
544
544
|
paidPrice?: string | null | undefined;
|
|
@@ -593,16 +593,16 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
593
593
|
lastName?: string | null | undefined;
|
|
594
594
|
mobilePhone?: string | null | undefined;
|
|
595
595
|
code: string;
|
|
596
|
-
id: string;
|
|
597
596
|
email: string;
|
|
597
|
+
id: string;
|
|
598
598
|
mobilePhoneCountryCode: string;
|
|
599
599
|
}, {
|
|
600
600
|
firstName?: string | null | undefined;
|
|
601
601
|
lastName?: string | null | undefined;
|
|
602
602
|
mobilePhone?: string | null | undefined;
|
|
603
603
|
code: string;
|
|
604
|
-
id: string;
|
|
605
604
|
email: string;
|
|
605
|
+
id: string;
|
|
606
606
|
mobilePhoneCountryCode: string;
|
|
607
607
|
}>;
|
|
608
608
|
delivery: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -978,9 +978,9 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
978
978
|
vatPercentage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
979
979
|
}, "strip", z.ZodTypeAny, {
|
|
980
980
|
name?: string | null | undefined;
|
|
981
|
-
id?: string | null | undefined;
|
|
982
981
|
description?: string | null | undefined;
|
|
983
982
|
quantity?: string | null | undefined;
|
|
983
|
+
id?: string | null | undefined;
|
|
984
984
|
categoryName?: string | null | undefined;
|
|
985
985
|
remoteCode?: string | null | undefined;
|
|
986
986
|
paidPrice?: string | null | undefined;
|
|
@@ -996,9 +996,9 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
996
996
|
};
|
|
997
997
|
}, {
|
|
998
998
|
name?: string | null | undefined;
|
|
999
|
-
id?: string | null | undefined;
|
|
1000
999
|
description?: string | null | undefined;
|
|
1001
1000
|
quantity?: string | null | undefined;
|
|
1001
|
+
id?: string | null | undefined;
|
|
1002
1002
|
categoryName?: string | null | undefined;
|
|
1003
1003
|
remoteCode?: string | null | undefined;
|
|
1004
1004
|
paidPrice?: string | null | undefined;
|
|
@@ -1111,9 +1111,9 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1111
1111
|
};
|
|
1112
1112
|
products: {
|
|
1113
1113
|
name?: string | null | undefined;
|
|
1114
|
-
id?: string | null | undefined;
|
|
1115
1114
|
description?: string | null | undefined;
|
|
1116
1115
|
quantity?: string | null | undefined;
|
|
1116
|
+
id?: string | null | undefined;
|
|
1117
1117
|
categoryName?: string | null | undefined;
|
|
1118
1118
|
remoteCode?: string | null | undefined;
|
|
1119
1119
|
paidPrice?: string | null | undefined;
|
|
@@ -1128,16 +1128,16 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1128
1128
|
name: string;
|
|
1129
1129
|
};
|
|
1130
1130
|
}[];
|
|
1131
|
-
createdAt: string;
|
|
1132
1131
|
customer: {
|
|
1133
1132
|
firstName?: string | null | undefined;
|
|
1134
1133
|
lastName?: string | null | undefined;
|
|
1135
1134
|
mobilePhone?: string | null | undefined;
|
|
1136
1135
|
code: string;
|
|
1137
|
-
id: string;
|
|
1138
1136
|
email: string;
|
|
1137
|
+
id: string;
|
|
1139
1138
|
mobilePhoneCountryCode: string;
|
|
1140
1139
|
};
|
|
1140
|
+
createdAt: string;
|
|
1141
1141
|
payment: {
|
|
1142
1142
|
type: string;
|
|
1143
1143
|
status: "paid" | "pending";
|
|
@@ -1261,9 +1261,9 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1261
1261
|
};
|
|
1262
1262
|
products: {
|
|
1263
1263
|
name?: string | null | undefined;
|
|
1264
|
-
id?: string | null | undefined;
|
|
1265
1264
|
description?: string | null | undefined;
|
|
1266
1265
|
quantity?: string | null | undefined;
|
|
1266
|
+
id?: string | null | undefined;
|
|
1267
1267
|
categoryName?: string | null | undefined;
|
|
1268
1268
|
remoteCode?: string | null | undefined;
|
|
1269
1269
|
paidPrice?: string | null | undefined;
|
|
@@ -1278,16 +1278,16 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1278
1278
|
name: string;
|
|
1279
1279
|
};
|
|
1280
1280
|
}[];
|
|
1281
|
-
createdAt: string;
|
|
1282
1281
|
customer: {
|
|
1283
1282
|
firstName?: string | null | undefined;
|
|
1284
1283
|
lastName?: string | null | undefined;
|
|
1285
1284
|
mobilePhone?: string | null | undefined;
|
|
1286
1285
|
code: string;
|
|
1287
|
-
id: string;
|
|
1288
1286
|
email: string;
|
|
1287
|
+
id: string;
|
|
1289
1288
|
mobilePhoneCountryCode: string;
|
|
1290
1289
|
};
|
|
1290
|
+
createdAt: string;
|
|
1291
1291
|
payment: {
|
|
1292
1292
|
type: string;
|
|
1293
1293
|
status: "paid" | "pending";
|
|
@@ -1373,16 +1373,16 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1373
1373
|
lastName?: string | null | undefined;
|
|
1374
1374
|
mobilePhone?: string | null | undefined;
|
|
1375
1375
|
code: string;
|
|
1376
|
-
id: string;
|
|
1377
1376
|
email: string;
|
|
1377
|
+
id: string;
|
|
1378
1378
|
mobilePhoneCountryCode: string;
|
|
1379
1379
|
}, {
|
|
1380
1380
|
firstName?: string | null | undefined;
|
|
1381
1381
|
lastName?: string | null | undefined;
|
|
1382
1382
|
mobilePhone?: string | null | undefined;
|
|
1383
1383
|
code: string;
|
|
1384
|
-
id: string;
|
|
1385
1384
|
email: string;
|
|
1385
|
+
id: string;
|
|
1386
1386
|
mobilePhoneCountryCode: string;
|
|
1387
1387
|
}>;
|
|
1388
1388
|
delivery: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1758,9 +1758,9 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1758
1758
|
vatPercentage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1759
1759
|
}, "strip", z.ZodTypeAny, {
|
|
1760
1760
|
name?: string | null | undefined;
|
|
1761
|
-
id?: string | null | undefined;
|
|
1762
1761
|
description?: string | null | undefined;
|
|
1763
1762
|
quantity?: string | null | undefined;
|
|
1763
|
+
id?: string | null | undefined;
|
|
1764
1764
|
categoryName?: string | null | undefined;
|
|
1765
1765
|
remoteCode?: string | null | undefined;
|
|
1766
1766
|
paidPrice?: string | null | undefined;
|
|
@@ -1776,9 +1776,9 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1776
1776
|
};
|
|
1777
1777
|
}, {
|
|
1778
1778
|
name?: string | null | undefined;
|
|
1779
|
-
id?: string | null | undefined;
|
|
1780
1779
|
description?: string | null | undefined;
|
|
1781
1780
|
quantity?: string | null | undefined;
|
|
1781
|
+
id?: string | null | undefined;
|
|
1782
1782
|
categoryName?: string | null | undefined;
|
|
1783
1783
|
remoteCode?: string | null | undefined;
|
|
1784
1784
|
paidPrice?: string | null | undefined;
|
|
@@ -1891,9 +1891,9 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1891
1891
|
};
|
|
1892
1892
|
products: {
|
|
1893
1893
|
name?: string | null | undefined;
|
|
1894
|
-
id?: string | null | undefined;
|
|
1895
1894
|
description?: string | null | undefined;
|
|
1896
1895
|
quantity?: string | null | undefined;
|
|
1896
|
+
id?: string | null | undefined;
|
|
1897
1897
|
categoryName?: string | null | undefined;
|
|
1898
1898
|
remoteCode?: string | null | undefined;
|
|
1899
1899
|
paidPrice?: string | null | undefined;
|
|
@@ -1908,16 +1908,16 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1908
1908
|
name: string;
|
|
1909
1909
|
};
|
|
1910
1910
|
}[];
|
|
1911
|
-
createdAt: string;
|
|
1912
1911
|
customer: {
|
|
1913
1912
|
firstName?: string | null | undefined;
|
|
1914
1913
|
lastName?: string | null | undefined;
|
|
1915
1914
|
mobilePhone?: string | null | undefined;
|
|
1916
1915
|
code: string;
|
|
1917
|
-
id: string;
|
|
1918
1916
|
email: string;
|
|
1917
|
+
id: string;
|
|
1919
1918
|
mobilePhoneCountryCode: string;
|
|
1920
1919
|
};
|
|
1920
|
+
createdAt: string;
|
|
1921
1921
|
payment: {
|
|
1922
1922
|
type: string;
|
|
1923
1923
|
status: "paid" | "pending";
|
|
@@ -2041,9 +2041,9 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2041
2041
|
};
|
|
2042
2042
|
products: {
|
|
2043
2043
|
name?: string | null | undefined;
|
|
2044
|
-
id?: string | null | undefined;
|
|
2045
2044
|
description?: string | null | undefined;
|
|
2046
2045
|
quantity?: string | null | undefined;
|
|
2046
|
+
id?: string | null | undefined;
|
|
2047
2047
|
categoryName?: string | null | undefined;
|
|
2048
2048
|
remoteCode?: string | null | undefined;
|
|
2049
2049
|
paidPrice?: string | null | undefined;
|
|
@@ -2058,16 +2058,16 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2058
2058
|
name: string;
|
|
2059
2059
|
};
|
|
2060
2060
|
}[];
|
|
2061
|
-
createdAt: string;
|
|
2062
2061
|
customer: {
|
|
2063
2062
|
firstName?: string | null | undefined;
|
|
2064
2063
|
lastName?: string | null | undefined;
|
|
2065
2064
|
mobilePhone?: string | null | undefined;
|
|
2066
2065
|
code: string;
|
|
2067
|
-
id: string;
|
|
2068
2066
|
email: string;
|
|
2067
|
+
id: string;
|
|
2069
2068
|
mobilePhoneCountryCode: string;
|
|
2070
2069
|
};
|
|
2070
|
+
createdAt: string;
|
|
2071
2071
|
payment: {
|
|
2072
2072
|
type: string;
|
|
2073
2073
|
status: "paid" | "pending";
|
|
@@ -2198,9 +2198,9 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2198
2198
|
};
|
|
2199
2199
|
products: {
|
|
2200
2200
|
name?: string | null | undefined;
|
|
2201
|
-
id?: string | null | undefined;
|
|
2202
2201
|
description?: string | null | undefined;
|
|
2203
2202
|
quantity?: string | null | undefined;
|
|
2203
|
+
id?: string | null | undefined;
|
|
2204
2204
|
categoryName?: string | null | undefined;
|
|
2205
2205
|
remoteCode?: string | null | undefined;
|
|
2206
2206
|
paidPrice?: string | null | undefined;
|
|
@@ -2215,16 +2215,16 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2215
2215
|
name: string;
|
|
2216
2216
|
};
|
|
2217
2217
|
}[];
|
|
2218
|
-
createdAt: string;
|
|
2219
2218
|
customer: {
|
|
2220
2219
|
firstName?: string | null | undefined;
|
|
2221
2220
|
lastName?: string | null | undefined;
|
|
2222
2221
|
mobilePhone?: string | null | undefined;
|
|
2223
2222
|
code: string;
|
|
2224
|
-
id: string;
|
|
2225
2223
|
email: string;
|
|
2224
|
+
id: string;
|
|
2226
2225
|
mobilePhoneCountryCode: string;
|
|
2227
2226
|
};
|
|
2227
|
+
createdAt: string;
|
|
2228
2228
|
payment: {
|
|
2229
2229
|
type: string;
|
|
2230
2230
|
status: "paid" | "pending";
|
|
@@ -2356,9 +2356,9 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2356
2356
|
};
|
|
2357
2357
|
products: {
|
|
2358
2358
|
name?: string | null | undefined;
|
|
2359
|
-
id?: string | null | undefined;
|
|
2360
2359
|
description?: string | null | undefined;
|
|
2361
2360
|
quantity?: string | null | undefined;
|
|
2361
|
+
id?: string | null | undefined;
|
|
2362
2362
|
categoryName?: string | null | undefined;
|
|
2363
2363
|
remoteCode?: string | null | undefined;
|
|
2364
2364
|
paidPrice?: string | null | undefined;
|
|
@@ -2373,16 +2373,16 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2373
2373
|
name: string;
|
|
2374
2374
|
};
|
|
2375
2375
|
}[];
|
|
2376
|
-
createdAt: string;
|
|
2377
2376
|
customer: {
|
|
2378
2377
|
firstName?: string | null | undefined;
|
|
2379
2378
|
lastName?: string | null | undefined;
|
|
2380
2379
|
mobilePhone?: string | null | undefined;
|
|
2381
2380
|
code: string;
|
|
2382
|
-
id: string;
|
|
2383
2381
|
email: string;
|
|
2382
|
+
id: string;
|
|
2384
2383
|
mobilePhoneCountryCode: string;
|
|
2385
2384
|
};
|
|
2385
|
+
createdAt: string;
|
|
2386
2386
|
payment: {
|
|
2387
2387
|
type: string;
|
|
2388
2388
|
status: "paid" | "pending";
|
|
@@ -3074,16 +3074,16 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3074
3074
|
lastName?: string | null | undefined;
|
|
3075
3075
|
mobilePhone?: string | null | undefined;
|
|
3076
3076
|
code: string;
|
|
3077
|
-
id: string;
|
|
3078
3077
|
email: string;
|
|
3078
|
+
id: string;
|
|
3079
3079
|
mobilePhoneCountryCode: string;
|
|
3080
3080
|
}, {
|
|
3081
3081
|
firstName?: string | null | undefined;
|
|
3082
3082
|
lastName?: string | null | undefined;
|
|
3083
3083
|
mobilePhone?: string | null | undefined;
|
|
3084
3084
|
code: string;
|
|
3085
|
-
id: string;
|
|
3086
3085
|
email: string;
|
|
3086
|
+
id: string;
|
|
3087
3087
|
mobilePhoneCountryCode: string;
|
|
3088
3088
|
}>;
|
|
3089
3089
|
delivery: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -3459,9 +3459,9 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3459
3459
|
vatPercentage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3460
3460
|
}, "strip", z.ZodTypeAny, {
|
|
3461
3461
|
name?: string | null | undefined;
|
|
3462
|
-
id?: string | null | undefined;
|
|
3463
3462
|
description?: string | null | undefined;
|
|
3464
3463
|
quantity?: string | null | undefined;
|
|
3464
|
+
id?: string | null | undefined;
|
|
3465
3465
|
categoryName?: string | null | undefined;
|
|
3466
3466
|
remoteCode?: string | null | undefined;
|
|
3467
3467
|
paidPrice?: string | null | undefined;
|
|
@@ -3477,9 +3477,9 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3477
3477
|
};
|
|
3478
3478
|
}, {
|
|
3479
3479
|
name?: string | null | undefined;
|
|
3480
|
-
id?: string | null | undefined;
|
|
3481
3480
|
description?: string | null | undefined;
|
|
3482
3481
|
quantity?: string | null | undefined;
|
|
3482
|
+
id?: string | null | undefined;
|
|
3483
3483
|
categoryName?: string | null | undefined;
|
|
3484
3484
|
remoteCode?: string | null | undefined;
|
|
3485
3485
|
paidPrice?: string | null | undefined;
|
|
@@ -3597,9 +3597,9 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3597
3597
|
};
|
|
3598
3598
|
products: {
|
|
3599
3599
|
name?: string | null | undefined;
|
|
3600
|
-
id?: string | null | undefined;
|
|
3601
3600
|
description?: string | null | undefined;
|
|
3602
3601
|
quantity?: string | null | undefined;
|
|
3602
|
+
id?: string | null | undefined;
|
|
3603
3603
|
categoryName?: string | null | undefined;
|
|
3604
3604
|
remoteCode?: string | null | undefined;
|
|
3605
3605
|
paidPrice?: string | null | undefined;
|
|
@@ -3614,16 +3614,16 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3614
3614
|
name: string;
|
|
3615
3615
|
};
|
|
3616
3616
|
}[];
|
|
3617
|
-
createdAt: string;
|
|
3618
3617
|
customer: {
|
|
3619
3618
|
firstName?: string | null | undefined;
|
|
3620
3619
|
lastName?: string | null | undefined;
|
|
3621
3620
|
mobilePhone?: string | null | undefined;
|
|
3622
3621
|
code: string;
|
|
3623
|
-
id: string;
|
|
3624
3622
|
email: string;
|
|
3623
|
+
id: string;
|
|
3625
3624
|
mobilePhoneCountryCode: string;
|
|
3626
3625
|
};
|
|
3626
|
+
createdAt: string;
|
|
3627
3627
|
payment: {
|
|
3628
3628
|
type: string;
|
|
3629
3629
|
status: "paid" | "pending";
|
|
@@ -3749,9 +3749,9 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3749
3749
|
};
|
|
3750
3750
|
products: {
|
|
3751
3751
|
name?: string | null | undefined;
|
|
3752
|
-
id?: string | null | undefined;
|
|
3753
3752
|
description?: string | null | undefined;
|
|
3754
3753
|
quantity?: string | null | undefined;
|
|
3754
|
+
id?: string | null | undefined;
|
|
3755
3755
|
categoryName?: string | null | undefined;
|
|
3756
3756
|
remoteCode?: string | null | undefined;
|
|
3757
3757
|
paidPrice?: string | null | undefined;
|
|
@@ -3766,16 +3766,16 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3766
3766
|
name: string;
|
|
3767
3767
|
};
|
|
3768
3768
|
}[];
|
|
3769
|
-
createdAt: string;
|
|
3770
3769
|
customer: {
|
|
3771
3770
|
firstName?: string | null | undefined;
|
|
3772
3771
|
lastName?: string | null | undefined;
|
|
3773
3772
|
mobilePhone?: string | null | undefined;
|
|
3774
3773
|
code: string;
|
|
3775
|
-
id: string;
|
|
3776
3774
|
email: string;
|
|
3775
|
+
id: string;
|
|
3777
3776
|
mobilePhoneCountryCode: string;
|
|
3778
3777
|
};
|
|
3778
|
+
createdAt: string;
|
|
3779
3779
|
payment: {
|
|
3780
3780
|
type: string;
|
|
3781
3781
|
status: "paid" | "pending";
|
|
@@ -70,16 +70,16 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
70
70
|
lastName?: string | null | undefined;
|
|
71
71
|
mobilePhone?: string | null | undefined;
|
|
72
72
|
code: string;
|
|
73
|
-
id: string;
|
|
74
73
|
email: string;
|
|
74
|
+
id: string;
|
|
75
75
|
mobilePhoneCountryCode: string;
|
|
76
76
|
}, {
|
|
77
77
|
firstName?: string | null | undefined;
|
|
78
78
|
lastName?: string | null | undefined;
|
|
79
79
|
mobilePhone?: string | null | undefined;
|
|
80
80
|
code: string;
|
|
81
|
-
id: string;
|
|
82
81
|
email: string;
|
|
82
|
+
id: string;
|
|
83
83
|
mobilePhoneCountryCode: string;
|
|
84
84
|
}>;
|
|
85
85
|
delivery: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -455,9 +455,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
455
455
|
vatPercentage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
name?: string | null | undefined;
|
|
458
|
-
id?: string | null | undefined;
|
|
459
458
|
description?: string | null | undefined;
|
|
460
459
|
quantity?: string | null | undefined;
|
|
460
|
+
id?: string | null | undefined;
|
|
461
461
|
categoryName?: string | null | undefined;
|
|
462
462
|
remoteCode?: string | null | undefined;
|
|
463
463
|
paidPrice?: string | null | undefined;
|
|
@@ -473,9 +473,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
473
473
|
};
|
|
474
474
|
}, {
|
|
475
475
|
name?: string | null | undefined;
|
|
476
|
-
id?: string | null | undefined;
|
|
477
476
|
description?: string | null | undefined;
|
|
478
477
|
quantity?: string | null | undefined;
|
|
478
|
+
id?: string | null | undefined;
|
|
479
479
|
categoryName?: string | null | undefined;
|
|
480
480
|
remoteCode?: string | null | undefined;
|
|
481
481
|
paidPrice?: string | null | undefined;
|
|
@@ -588,9 +588,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
588
588
|
};
|
|
589
589
|
products: {
|
|
590
590
|
name?: string | null | undefined;
|
|
591
|
-
id?: string | null | undefined;
|
|
592
591
|
description?: string | null | undefined;
|
|
593
592
|
quantity?: string | null | undefined;
|
|
593
|
+
id?: string | null | undefined;
|
|
594
594
|
categoryName?: string | null | undefined;
|
|
595
595
|
remoteCode?: string | null | undefined;
|
|
596
596
|
paidPrice?: string | null | undefined;
|
|
@@ -605,16 +605,16 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
605
605
|
name: string;
|
|
606
606
|
};
|
|
607
607
|
}[];
|
|
608
|
-
createdAt: string;
|
|
609
608
|
customer: {
|
|
610
609
|
firstName?: string | null | undefined;
|
|
611
610
|
lastName?: string | null | undefined;
|
|
612
611
|
mobilePhone?: string | null | undefined;
|
|
613
612
|
code: string;
|
|
614
|
-
id: string;
|
|
615
613
|
email: string;
|
|
614
|
+
id: string;
|
|
616
615
|
mobilePhoneCountryCode: string;
|
|
617
616
|
};
|
|
617
|
+
createdAt: string;
|
|
618
618
|
payment: {
|
|
619
619
|
type: string;
|
|
620
620
|
status: "paid" | "pending";
|
|
@@ -738,9 +738,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
738
738
|
};
|
|
739
739
|
products: {
|
|
740
740
|
name?: string | null | undefined;
|
|
741
|
-
id?: string | null | undefined;
|
|
742
741
|
description?: string | null | undefined;
|
|
743
742
|
quantity?: string | null | undefined;
|
|
743
|
+
id?: string | null | undefined;
|
|
744
744
|
categoryName?: string | null | undefined;
|
|
745
745
|
remoteCode?: string | null | undefined;
|
|
746
746
|
paidPrice?: string | null | undefined;
|
|
@@ -755,16 +755,16 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
755
755
|
name: string;
|
|
756
756
|
};
|
|
757
757
|
}[];
|
|
758
|
-
createdAt: string;
|
|
759
758
|
customer: {
|
|
760
759
|
firstName?: string | null | undefined;
|
|
761
760
|
lastName?: string | null | undefined;
|
|
762
761
|
mobilePhone?: string | null | undefined;
|
|
763
762
|
code: string;
|
|
764
|
-
id: string;
|
|
765
763
|
email: string;
|
|
764
|
+
id: string;
|
|
766
765
|
mobilePhoneCountryCode: string;
|
|
767
766
|
};
|
|
767
|
+
createdAt: string;
|
|
768
768
|
payment: {
|
|
769
769
|
type: string;
|
|
770
770
|
status: "paid" | "pending";
|
|
@@ -3838,9 +3838,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3838
3838
|
};
|
|
3839
3839
|
products: {
|
|
3840
3840
|
name?: string | null | undefined;
|
|
3841
|
-
id?: string | null | undefined;
|
|
3842
3841
|
description?: string | null | undefined;
|
|
3843
3842
|
quantity?: string | null | undefined;
|
|
3843
|
+
id?: string | null | undefined;
|
|
3844
3844
|
categoryName?: string | null | undefined;
|
|
3845
3845
|
remoteCode?: string | null | undefined;
|
|
3846
3846
|
paidPrice?: string | null | undefined;
|
|
@@ -3855,16 +3855,16 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3855
3855
|
name: string;
|
|
3856
3856
|
};
|
|
3857
3857
|
}[];
|
|
3858
|
-
createdAt: string;
|
|
3859
3858
|
customer: {
|
|
3860
3859
|
firstName?: string | null | undefined;
|
|
3861
3860
|
lastName?: string | null | undefined;
|
|
3862
3861
|
mobilePhone?: string | null | undefined;
|
|
3863
3862
|
code: string;
|
|
3864
|
-
id: string;
|
|
3865
3863
|
email: string;
|
|
3864
|
+
id: string;
|
|
3866
3865
|
mobilePhoneCountryCode: string;
|
|
3867
3866
|
};
|
|
3867
|
+
createdAt: string;
|
|
3868
3868
|
payment: {
|
|
3869
3869
|
type: string;
|
|
3870
3870
|
status: "paid" | "pending";
|
|
@@ -4338,9 +4338,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4338
4338
|
};
|
|
4339
4339
|
products: {
|
|
4340
4340
|
name?: string | null | undefined;
|
|
4341
|
-
id?: string | null | undefined;
|
|
4342
4341
|
description?: string | null | undefined;
|
|
4343
4342
|
quantity?: string | null | undefined;
|
|
4343
|
+
id?: string | null | undefined;
|
|
4344
4344
|
categoryName?: string | null | undefined;
|
|
4345
4345
|
remoteCode?: string | null | undefined;
|
|
4346
4346
|
paidPrice?: string | null | undefined;
|
|
@@ -4355,16 +4355,16 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4355
4355
|
name: string;
|
|
4356
4356
|
};
|
|
4357
4357
|
}[];
|
|
4358
|
-
createdAt: string;
|
|
4359
4358
|
customer: {
|
|
4360
4359
|
firstName?: string | null | undefined;
|
|
4361
4360
|
lastName?: string | null | undefined;
|
|
4362
4361
|
mobilePhone?: string | null | undefined;
|
|
4363
4362
|
code: string;
|
|
4364
|
-
id: string;
|
|
4365
4363
|
email: string;
|
|
4364
|
+
id: string;
|
|
4366
4365
|
mobilePhoneCountryCode: string;
|
|
4367
4366
|
};
|
|
4367
|
+
createdAt: string;
|
|
4368
4368
|
payment: {
|
|
4369
4369
|
type: string;
|
|
4370
4370
|
status: "paid" | "pending";
|
|
@@ -152,9 +152,9 @@ export declare const FdoFoodpandaSettings: z.ZodObject<z.extendShape<{
|
|
|
152
152
|
status?: string | null | undefined;
|
|
153
153
|
_id?: string | undefined;
|
|
154
154
|
catalogId?: string | null | undefined;
|
|
155
|
+
updatedAt?: string | null | undefined;
|
|
155
156
|
autoAccept?: boolean | null | undefined;
|
|
156
157
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
157
|
-
updatedAt?: string | null | undefined;
|
|
158
158
|
lastSynchronize?: string | null | undefined;
|
|
159
159
|
commissionRate?: number | null | undefined;
|
|
160
160
|
showProductAddon?: boolean | null | undefined;
|
|
@@ -181,9 +181,9 @@ export declare const FdoFoodpandaSettings: z.ZodObject<z.extendShape<{
|
|
|
181
181
|
status?: string | null | undefined;
|
|
182
182
|
_id?: string | undefined;
|
|
183
183
|
catalogId?: string | null | undefined;
|
|
184
|
+
updatedAt?: string | null | undefined;
|
|
184
185
|
autoAccept?: boolean | null | undefined;
|
|
185
186
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
186
|
-
updatedAt?: string | null | undefined;
|
|
187
187
|
lastSynchronize?: string | null | undefined;
|
|
188
188
|
commissionRate?: number | null | undefined;
|
|
189
189
|
showProductAddon?: boolean | null | undefined;
|
|
@@ -72,9 +72,9 @@ export declare const FPdtoCreateOrUpdateSetting: z.ZodObject<{
|
|
|
72
72
|
_id?: string | undefined;
|
|
73
73
|
catalogId?: string | null | undefined;
|
|
74
74
|
enable?: boolean | undefined;
|
|
75
|
+
updatedAt?: string | null | undefined;
|
|
75
76
|
autoCloseBill?: boolean | undefined;
|
|
76
77
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
77
|
-
updatedAt?: string | null | undefined;
|
|
78
78
|
lastSynchronize?: string | null | undefined;
|
|
79
79
|
commissionRate?: number | null | undefined;
|
|
80
80
|
remoteId?: string | undefined;
|
|
@@ -100,9 +100,9 @@ export declare const FPdtoCreateOrUpdateSetting: z.ZodObject<{
|
|
|
100
100
|
_id?: string | undefined;
|
|
101
101
|
catalogId?: string | null | undefined;
|
|
102
102
|
enable?: boolean | undefined;
|
|
103
|
+
updatedAt?: string | null | undefined;
|
|
103
104
|
autoCloseBill?: boolean | undefined;
|
|
104
105
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
105
|
-
updatedAt?: string | null | undefined;
|
|
106
106
|
lastSynchronize?: string | null | undefined;
|
|
107
107
|
commissionRate?: number | null | undefined;
|
|
108
108
|
remoteId?: string | undefined;
|