@feedmepos/mf-order-setting 0.0.25 → 0.0.27
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-gzH9-zL_.js → KioskDevicesView-AKvyDF3w.js} +1 -1
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-Cx8VMyNB.js +301 -0
- package/dist/{KioskSettingView-D1WdpaQN.js → KioskSettingView-equ5EIvU.js} +3 -3
- package/dist/{KioskView-D6-1bn1n.js → KioskView-CsE7BGtA.js} +5 -5
- package/dist/OrderSettingsView-BpLXyk_0.js +49013 -0
- package/dist/{app-i4N2c7ms.js → app-D-zQN9_E.js} +293 -31
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-CA-XbgTY.js → dayjs.min-CWQSmujV.js} +600 -619
- package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/api/kiosk/index.d.ts +2 -0
- package/dist/frontend/mf-order/src/app.d.ts +264 -0
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +3 -5
- package/dist/frontend/mf-order/src/main.d.ts +7 -0
- package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +5 -1
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +16 -1
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +82 -0
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +21 -1158
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskEnablePaxDialogSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskInstructionSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +6 -141
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
- 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/FeedmeDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
- 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 +5 -5
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/PaymentType.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +2 -137
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DSCb3ndM.js → index-BXsnV_eO.js} +5 -5
- package/dist/{index-C4HI1NS4.js → index-BwrMcIf2.js} +2 -2
- package/dist/package/entity/cursor/cursor.dto.d.ts +2 -2
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +7 -7
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +22 -9
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +18 -18
- package/dist/package/entity/kiosk/kiosk.do.d.ts +32 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +79 -0
- package/dist/package/entity/order/dine-in/dine-in.do.d.ts +8 -8
- package/dist/package/entity/order/dine-in/dine-in.dto.d.ts +4 -4
- package/dist/package/entity/order/menu/menu.dto.d.ts +12 -12
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +14 -8
- package/dist/package/entity/order/order.do.d.ts +19 -19
- package/dist/package/entity/order/order.dto.d.ts +134 -128
- package/dist/package/entity/order/order.enum.d.ts +2 -2
- package/dist/package/entity/order-platform/menu.dto.d.ts +31 -0
- package/dist/queue.do-F110q0_J.js +100389 -0
- package/package.json +3 -3
- package/src/api/kiosk/index.ts +9 -4
- package/src/app.ts +4 -1
- package/src/locales/th-TH.json +8 -1
- package/src/modules/kiosk/interface.ts +5 -1
- package/src/stores/kiosk/index.ts +9 -4
- package/src/stores/kiosk/mapper.ts +5 -1
- package/src/stores/restaurant/index.ts +4 -17
- package/src/views/kiosk/devices/KioskDeviceCard.vue +202 -80
- package/src/views/order-settings/delivery/DeliverySetting.vue +4 -4
- package/src/views/order-settings/delivery/delivery.data.ts +2 -2
- package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +14 -2
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -34
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +15 -12
- package/src/views/order-settings/pickup/PickUpSettingDialogContent.vue +0 -2
- package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +5 -2
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-CLpClo-r.js +0 -207
- package/dist/OrderSettingsView-CqZREmjo.js +0 -72121
- package/dist/queue.do-DcOVgeUq.js +0 -122897
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as V, ref as m, resolveComponent as y,
|
|
1
|
+
import { defineComponent as V, ref as m, resolveComponent as y, createElementBlock as g, openBlock as P, createElementVNode as f, createVNode as _, toDisplayString as v, unref as c, createBlock as h } from "vue";
|
|
2
2
|
import { useDialog as x, useSnackbar as C } from "@feedmepos/ui-library";
|
|
3
3
|
import { useI18n as T } from "@feedmepos/mf-common";
|
|
4
4
|
const k = /* @__PURE__ */ V({
|
|
@@ -19,16 +19,16 @@ const k = /* @__PURE__ */ V({
|
|
|
19
19
|
return (i, o) => {
|
|
20
20
|
const p = y("FmTextField"), d = y("FmTextarea");
|
|
21
21
|
return P(), g("div", null, [
|
|
22
|
-
f("span", null,
|
|
23
|
-
|
|
22
|
+
f("span", null, v(n.name), 1),
|
|
23
|
+
_(p, {
|
|
24
24
|
"model-value": r.value,
|
|
25
25
|
"onUpdate:modelValue": t,
|
|
26
26
|
placeholder: c(e)("order.enterPaymentName"),
|
|
27
27
|
rules: [(b) => !!b || c(e)("order.fieldCannotBeEmpty")]
|
|
28
28
|
}, null, 8, ["model-value", "placeholder", "rules"]),
|
|
29
29
|
o[0] || (o[0] = f("div", { class: "mb-12" }, null, -1)),
|
|
30
|
-
f("span", null,
|
|
31
|
-
|
|
30
|
+
f("span", null, v(n.instruction), 1),
|
|
31
|
+
_(d, {
|
|
32
32
|
"model-value": r.value,
|
|
33
33
|
"onUpdate:modelValue": u,
|
|
34
34
|
placeholder: c(e)("order.enterPaymentInstruction")
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as i, s as _, S as p, r as o } from "./dayjs.min-
|
|
2
|
-
import "./queue.do-
|
|
1
|
+
import { g as i, s as _, S as p, r as o } from "./dayjs.min-CWQSmujV.js";
|
|
2
|
+
import "./queue.do-F110q0_J.js";
|
|
3
3
|
async function C() {
|
|
4
4
|
const r = await o().get("/order-settings");
|
|
5
5
|
return i(r);
|
|
@@ -4,13 +4,13 @@ declare const FdtoCursor: z.ZodObject<{
|
|
|
4
4
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
5
5
|
search: z.ZodOptional<z.ZodString>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
search?: string | undefined;
|
|
7
8
|
limit?: number | undefined;
|
|
8
9
|
skip?: number | undefined;
|
|
9
|
-
search?: string | undefined;
|
|
10
10
|
}, {
|
|
11
|
+
search?: string | undefined;
|
|
11
12
|
limit?: number | undefined;
|
|
12
13
|
skip?: number | undefined;
|
|
13
|
-
search?: string | undefined;
|
|
14
14
|
}>;
|
|
15
15
|
export type FdtoCursor = z.infer<typeof FdtoCursor>;
|
|
16
16
|
export {};
|
|
@@ -6220,16 +6220,16 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
6220
6220
|
name: string;
|
|
6221
6221
|
}>;
|
|
6222
6222
|
paymentGateway: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
6223
|
-
key: z.ZodEnum<["REVENUE_MONSTER", "FEEDME", "FEEDME_MEMBER_CREDIT", "RAZER_MERCHANT_SERVICE", "E_GHL", "FEEDME_TERMINAL", "MACAU_PASS", "NETS"]>;
|
|
6223
|
+
key: z.ZodEnum<["REVENUE_MONSTER", "FEEDME", "FEEDME_MEMBER_CREDIT", "RAZER_MERCHANT_SERVICE", "E_GHL", "FEEDME_TERMINAL", "MACAU_PASS", "NETS", "FEEDME_CARD"]>;
|
|
6224
6224
|
response: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
6225
6225
|
transactionId: z.ZodString;
|
|
6226
6226
|
}, "strip", z.ZodTypeAny, {
|
|
6227
6227
|
response?: Record<string, any> | null | undefined;
|
|
6228
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6228
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
6229
6229
|
transactionId: string;
|
|
6230
6230
|
}, {
|
|
6231
6231
|
response?: Record<string, any> | null | undefined;
|
|
6232
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6232
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
6233
6233
|
transactionId: string;
|
|
6234
6234
|
}>>>;
|
|
6235
6235
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -6329,7 +6329,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
6329
6329
|
} | null | undefined;
|
|
6330
6330
|
paymentGateway?: {
|
|
6331
6331
|
response?: Record<string, any> | null | undefined;
|
|
6332
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6332
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
6333
6333
|
transactionId: string;
|
|
6334
6334
|
} | null | undefined;
|
|
6335
6335
|
reference?: string | null | undefined;
|
|
@@ -6374,7 +6374,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
6374
6374
|
} | null | undefined;
|
|
6375
6375
|
paymentGateway?: {
|
|
6376
6376
|
response?: Record<string, any> | null | undefined;
|
|
6377
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6377
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
6378
6378
|
transactionId: string;
|
|
6379
6379
|
} | null | undefined;
|
|
6380
6380
|
reference?: string | null | undefined;
|
|
@@ -6915,7 +6915,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
6915
6915
|
} | null | undefined;
|
|
6916
6916
|
paymentGateway?: {
|
|
6917
6917
|
response?: Record<string, any> | null | undefined;
|
|
6918
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6918
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
6919
6919
|
transactionId: string;
|
|
6920
6920
|
} | null | undefined;
|
|
6921
6921
|
reference?: string | null | undefined;
|
|
@@ -7445,7 +7445,7 @@ export declare const FdtoOrderToBill: z.ZodObject<{
|
|
|
7445
7445
|
} | null | undefined;
|
|
7446
7446
|
paymentGateway?: {
|
|
7447
7447
|
response?: Record<string, any> | null | undefined;
|
|
7448
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
7448
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
7449
7449
|
transactionId: string;
|
|
7450
7450
|
} | null | undefined;
|
|
7451
7451
|
reference?: string | null | undefined;
|
|
@@ -420,6 +420,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
420
420
|
completedAt?: string | null | undefined;
|
|
421
421
|
}>>>>;
|
|
422
422
|
servedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
423
|
+
collectedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
423
424
|
printReceiptAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
424
425
|
printBy: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
425
426
|
user: z.ZodObject<{
|
|
@@ -962,6 +963,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
962
963
|
}> | null | undefined;
|
|
963
964
|
productId?: string | null | undefined;
|
|
964
965
|
servedAt?: string | null | undefined;
|
|
966
|
+
collectedAt?: string | null | undefined;
|
|
965
967
|
variantSelected?: {
|
|
966
968
|
name: string[];
|
|
967
969
|
combinationKey: string;
|
|
@@ -2427,8 +2429,10 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
2427
2429
|
id: string;
|
|
2428
2430
|
}>, "many">;
|
|
2429
2431
|
mostPurchasedItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2432
|
+
source: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2430
2433
|
}, "strip", z.ZodTypeAny, {
|
|
2431
2434
|
name?: string | null | undefined;
|
|
2435
|
+
source?: string | null | undefined;
|
|
2432
2436
|
title?: string[] | null | undefined;
|
|
2433
2437
|
level?: number | null | undefined;
|
|
2434
2438
|
phoneNumber?: string | null | undefined;
|
|
@@ -2442,6 +2446,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
2442
2446
|
}[];
|
|
2443
2447
|
}, {
|
|
2444
2448
|
name?: string | null | undefined;
|
|
2449
|
+
source?: string | null | undefined;
|
|
2445
2450
|
title?: string[] | null | undefined;
|
|
2446
2451
|
level?: number | null | undefined;
|
|
2447
2452
|
phoneNumber?: string | null | undefined;
|
|
@@ -3641,16 +3646,16 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
3641
3646
|
name: string;
|
|
3642
3647
|
}>;
|
|
3643
3648
|
paymentGateway: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3644
|
-
key: z.ZodEnum<["REVENUE_MONSTER", "FEEDME", "FEEDME_MEMBER_CREDIT", "RAZER_MERCHANT_SERVICE", "E_GHL", "FEEDME_TERMINAL", "MACAU_PASS", "NETS"]>;
|
|
3649
|
+
key: z.ZodEnum<["REVENUE_MONSTER", "FEEDME", "FEEDME_MEMBER_CREDIT", "RAZER_MERCHANT_SERVICE", "E_GHL", "FEEDME_TERMINAL", "MACAU_PASS", "NETS", "FEEDME_CARD"]>;
|
|
3645
3650
|
response: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
3646
3651
|
transactionId: z.ZodString;
|
|
3647
3652
|
}, "strip", z.ZodTypeAny, {
|
|
3648
3653
|
response?: Record<string, any> | null | undefined;
|
|
3649
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3654
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
3650
3655
|
transactionId: string;
|
|
3651
3656
|
}, {
|
|
3652
3657
|
response?: Record<string, any> | null | undefined;
|
|
3653
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3658
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
3654
3659
|
transactionId: string;
|
|
3655
3660
|
}>>>;
|
|
3656
3661
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3750,7 +3755,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
3750
3755
|
} | null | undefined;
|
|
3751
3756
|
paymentGateway?: {
|
|
3752
3757
|
response?: Record<string, any> | null | undefined;
|
|
3753
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3758
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
3754
3759
|
transactionId: string;
|
|
3755
3760
|
} | null | undefined;
|
|
3756
3761
|
reference?: string | null | undefined;
|
|
@@ -3795,7 +3800,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
3795
3800
|
} | null | undefined;
|
|
3796
3801
|
paymentGateway?: {
|
|
3797
3802
|
response?: Record<string, any> | null | undefined;
|
|
3798
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3803
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
3799
3804
|
transactionId: string;
|
|
3800
3805
|
} | null | undefined;
|
|
3801
3806
|
reference?: string | null | undefined;
|
|
@@ -4169,6 +4174,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
4169
4174
|
} | null | undefined;
|
|
4170
4175
|
membership?: {
|
|
4171
4176
|
name?: string | null | undefined;
|
|
4177
|
+
source?: string | null | undefined;
|
|
4172
4178
|
title?: string[] | null | undefined;
|
|
4173
4179
|
level?: number | null | undefined;
|
|
4174
4180
|
phoneNumber?: string | null | undefined;
|
|
@@ -4375,6 +4381,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
4375
4381
|
}> | null | undefined;
|
|
4376
4382
|
productId?: string | null | undefined;
|
|
4377
4383
|
servedAt?: string | null | undefined;
|
|
4384
|
+
collectedAt?: string | null | undefined;
|
|
4378
4385
|
variantSelected?: {
|
|
4379
4386
|
name: string[];
|
|
4380
4387
|
combinationKey: string;
|
|
@@ -4683,7 +4690,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
4683
4690
|
} | null | undefined;
|
|
4684
4691
|
paymentGateway?: {
|
|
4685
4692
|
response?: Record<string, any> | null | undefined;
|
|
4686
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
4693
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
4687
4694
|
transactionId: string;
|
|
4688
4695
|
} | null | undefined;
|
|
4689
4696
|
reference?: string | null | undefined;
|
|
@@ -4930,6 +4937,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
4930
4937
|
} | null | undefined;
|
|
4931
4938
|
membership?: {
|
|
4932
4939
|
name?: string | null | undefined;
|
|
4940
|
+
source?: string | null | undefined;
|
|
4933
4941
|
title?: string[] | null | undefined;
|
|
4934
4942
|
level?: number | null | undefined;
|
|
4935
4943
|
phoneNumber?: string | null | undefined;
|
|
@@ -5136,6 +5144,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
5136
5144
|
}> | null | undefined;
|
|
5137
5145
|
productId?: string | null | undefined;
|
|
5138
5146
|
servedAt?: string | null | undefined;
|
|
5147
|
+
collectedAt?: string | null | undefined;
|
|
5139
5148
|
variantSelected?: {
|
|
5140
5149
|
name: string[];
|
|
5141
5150
|
combinationKey: string;
|
|
@@ -5442,7 +5451,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
5442
5451
|
} | null | undefined;
|
|
5443
5452
|
paymentGateway?: {
|
|
5444
5453
|
response?: Record<string, any> | null | undefined;
|
|
5445
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
5454
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
5446
5455
|
transactionId: string;
|
|
5447
5456
|
} | null | undefined;
|
|
5448
5457
|
reference?: string | null | undefined;
|
|
@@ -5742,6 +5751,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
5742
5751
|
} | null | undefined;
|
|
5743
5752
|
membership?: {
|
|
5744
5753
|
name?: string | null | undefined;
|
|
5754
|
+
source?: string | null | undefined;
|
|
5745
5755
|
title?: string[] | null | undefined;
|
|
5746
5756
|
level?: number | null | undefined;
|
|
5747
5757
|
phoneNumber?: string | null | undefined;
|
|
@@ -5948,6 +5958,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
5948
5958
|
}> | null | undefined;
|
|
5949
5959
|
productId?: string | null | undefined;
|
|
5950
5960
|
servedAt?: string | null | undefined;
|
|
5961
|
+
collectedAt?: string | null | undefined;
|
|
5951
5962
|
variantSelected?: {
|
|
5952
5963
|
name: string[];
|
|
5953
5964
|
combinationKey: string;
|
|
@@ -6256,7 +6267,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
6256
6267
|
} | null | undefined;
|
|
6257
6268
|
paymentGateway?: {
|
|
6258
6269
|
response?: Record<string, any> | null | undefined;
|
|
6259
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
6270
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
6260
6271
|
transactionId: string;
|
|
6261
6272
|
} | null | undefined;
|
|
6262
6273
|
reference?: string | null | undefined;
|
|
@@ -6530,6 +6541,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
6530
6541
|
} | null | undefined;
|
|
6531
6542
|
membership?: {
|
|
6532
6543
|
name?: string | null | undefined;
|
|
6544
|
+
source?: string | null | undefined;
|
|
6533
6545
|
title?: string[] | null | undefined;
|
|
6534
6546
|
level?: number | null | undefined;
|
|
6535
6547
|
phoneNumber?: string | null | undefined;
|
|
@@ -6736,6 +6748,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
6736
6748
|
}> | null | undefined;
|
|
6737
6749
|
productId?: string | null | undefined;
|
|
6738
6750
|
servedAt?: string | null | undefined;
|
|
6751
|
+
collectedAt?: string | null | undefined;
|
|
6739
6752
|
variantSelected?: {
|
|
6740
6753
|
name: string[];
|
|
6741
6754
|
combinationKey: string;
|
|
@@ -7042,7 +7055,7 @@ export declare const FdoIncomingOrder: z.ZodObject<{
|
|
|
7042
7055
|
} | null | undefined;
|
|
7043
7056
|
paymentGateway?: {
|
|
7044
7057
|
response?: Record<string, any> | null | undefined;
|
|
7045
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
7058
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
7046
7059
|
transactionId: string;
|
|
7047
7060
|
} | null | undefined;
|
|
7048
7061
|
reference?: string | null | undefined;
|
|
@@ -3425,16 +3425,16 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3425
3425
|
name: string;
|
|
3426
3426
|
}>;
|
|
3427
3427
|
paymentGateway: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3428
|
-
key: z.ZodEnum<["REVENUE_MONSTER", "FEEDME", "FEEDME_MEMBER_CREDIT", "RAZER_MERCHANT_SERVICE", "E_GHL", "FEEDME_TERMINAL", "MACAU_PASS", "NETS"]>;
|
|
3428
|
+
key: z.ZodEnum<["REVENUE_MONSTER", "FEEDME", "FEEDME_MEMBER_CREDIT", "RAZER_MERCHANT_SERVICE", "E_GHL", "FEEDME_TERMINAL", "MACAU_PASS", "NETS", "FEEDME_CARD"]>;
|
|
3429
3429
|
response: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
3430
3430
|
transactionId: z.ZodString;
|
|
3431
3431
|
}, "strip", z.ZodTypeAny, {
|
|
3432
3432
|
response?: Record<string, any> | null | undefined;
|
|
3433
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3433
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
3434
3434
|
transactionId: string;
|
|
3435
3435
|
}, {
|
|
3436
3436
|
response?: Record<string, any> | null | undefined;
|
|
3437
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3437
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
3438
3438
|
transactionId: string;
|
|
3439
3439
|
}>>>;
|
|
3440
3440
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3534,7 +3534,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3534
3534
|
} | null | undefined;
|
|
3535
3535
|
paymentGateway?: {
|
|
3536
3536
|
response?: Record<string, any> | null | undefined;
|
|
3537
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3537
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
3538
3538
|
transactionId: string;
|
|
3539
3539
|
} | null | undefined;
|
|
3540
3540
|
reference?: string | null | undefined;
|
|
@@ -3579,7 +3579,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
3579
3579
|
} | null | undefined;
|
|
3580
3580
|
paymentGateway?: {
|
|
3581
3581
|
response?: Record<string, any> | null | undefined;
|
|
3582
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
3582
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
3583
3583
|
transactionId: string;
|
|
3584
3584
|
} | null | undefined;
|
|
3585
3585
|
reference?: string | null | undefined;
|
|
@@ -4120,7 +4120,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
4120
4120
|
} | null | undefined;
|
|
4121
4121
|
paymentGateway?: {
|
|
4122
4122
|
response?: Record<string, any> | null | undefined;
|
|
4123
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
4123
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
4124
4124
|
transactionId: string;
|
|
4125
4125
|
} | null | undefined;
|
|
4126
4126
|
reference?: string | null | undefined;
|
|
@@ -4650,7 +4650,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
4650
4650
|
} | null | undefined;
|
|
4651
4651
|
paymentGateway?: {
|
|
4652
4652
|
response?: Record<string, any> | null | undefined;
|
|
4653
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
4653
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
4654
4654
|
transactionId: string;
|
|
4655
4655
|
} | null | undefined;
|
|
4656
4656
|
reference?: string | null | undefined;
|
|
@@ -5216,7 +5216,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
5216
5216
|
} | null | undefined;
|
|
5217
5217
|
paymentGateway?: {
|
|
5218
5218
|
response?: Record<string, any> | null | undefined;
|
|
5219
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
5219
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
5220
5220
|
transactionId: string;
|
|
5221
5221
|
} | null | undefined;
|
|
5222
5222
|
reference?: string | null | undefined;
|
|
@@ -5759,7 +5759,7 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
|
|
|
5759
5759
|
} | null | undefined;
|
|
5760
5760
|
paymentGateway?: {
|
|
5761
5761
|
response?: Record<string, any> | null | undefined;
|
|
5762
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
5762
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
5763
5763
|
transactionId: string;
|
|
5764
5764
|
} | null | undefined;
|
|
5765
5765
|
reference?: string | null | undefined;
|
|
@@ -9236,16 +9236,16 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9236
9236
|
name: string;
|
|
9237
9237
|
}>;
|
|
9238
9238
|
paymentGateway: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9239
|
-
key: z.ZodEnum<["REVENUE_MONSTER", "FEEDME", "FEEDME_MEMBER_CREDIT", "RAZER_MERCHANT_SERVICE", "E_GHL", "FEEDME_TERMINAL", "MACAU_PASS", "NETS"]>;
|
|
9239
|
+
key: z.ZodEnum<["REVENUE_MONSTER", "FEEDME", "FEEDME_MEMBER_CREDIT", "RAZER_MERCHANT_SERVICE", "E_GHL", "FEEDME_TERMINAL", "MACAU_PASS", "NETS", "FEEDME_CARD"]>;
|
|
9240
9240
|
response: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
9241
9241
|
transactionId: z.ZodString;
|
|
9242
9242
|
}, "strip", z.ZodTypeAny, {
|
|
9243
9243
|
response?: Record<string, any> | null | undefined;
|
|
9244
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
9244
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
9245
9245
|
transactionId: string;
|
|
9246
9246
|
}, {
|
|
9247
9247
|
response?: Record<string, any> | null | undefined;
|
|
9248
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
9248
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
9249
9249
|
transactionId: string;
|
|
9250
9250
|
}>>>;
|
|
9251
9251
|
reference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -9345,7 +9345,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9345
9345
|
} | null | undefined;
|
|
9346
9346
|
paymentGateway?: {
|
|
9347
9347
|
response?: Record<string, any> | null | undefined;
|
|
9348
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
9348
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
9349
9349
|
transactionId: string;
|
|
9350
9350
|
} | null | undefined;
|
|
9351
9351
|
reference?: string | null | undefined;
|
|
@@ -9390,7 +9390,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9390
9390
|
} | null | undefined;
|
|
9391
9391
|
paymentGateway?: {
|
|
9392
9392
|
response?: Record<string, any> | null | undefined;
|
|
9393
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
9393
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
9394
9394
|
transactionId: string;
|
|
9395
9395
|
} | null | undefined;
|
|
9396
9396
|
reference?: string | null | undefined;
|
|
@@ -9931,7 +9931,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
9931
9931
|
} | null | undefined;
|
|
9932
9932
|
paymentGateway?: {
|
|
9933
9933
|
response?: Record<string, any> | null | undefined;
|
|
9934
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
9934
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
9935
9935
|
transactionId: string;
|
|
9936
9936
|
} | null | undefined;
|
|
9937
9937
|
reference?: string | null | undefined;
|
|
@@ -10461,7 +10461,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
10461
10461
|
} | null | undefined;
|
|
10462
10462
|
paymentGateway?: {
|
|
10463
10463
|
response?: Record<string, any> | null | undefined;
|
|
10464
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
10464
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
10465
10465
|
transactionId: string;
|
|
10466
10466
|
} | null | undefined;
|
|
10467
10467
|
reference?: string | null | undefined;
|
|
@@ -10995,7 +10995,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
10995
10995
|
} | null | undefined;
|
|
10996
10996
|
paymentGateway?: {
|
|
10997
10997
|
response?: Record<string, any> | null | undefined;
|
|
10998
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
10998
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
10999
10999
|
transactionId: string;
|
|
11000
11000
|
} | null | undefined;
|
|
11001
11001
|
reference?: string | null | undefined;
|
|
@@ -11529,7 +11529,7 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
|
|
|
11529
11529
|
} | null | undefined;
|
|
11530
11530
|
paymentGateway?: {
|
|
11531
11531
|
response?: Record<string, any> | null | undefined;
|
|
11532
|
-
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS";
|
|
11532
|
+
key: "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "REVENUE_MONSTER" | "E_GHL" | "RAZER_MERCHANT_SERVICE" | "FEEDME_MEMBER_CREDIT" | "NETS" | "FEEDME_CARD";
|
|
11533
11533
|
transactionId: string;
|
|
11534
11534
|
} | null | undefined;
|
|
11535
11535
|
reference?: string | null | undefined;
|
|
@@ -441,6 +441,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
441
441
|
merchantId: string;
|
|
442
442
|
terminalId: string;
|
|
443
443
|
}>>>;
|
|
444
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
445
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
444
446
|
}, "strip", z.ZodTypeAny, {
|
|
445
447
|
name?: string | null | undefined;
|
|
446
448
|
scannerInfo?: {
|
|
@@ -516,6 +518,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
516
518
|
merchantId: string;
|
|
517
519
|
terminalId: string;
|
|
518
520
|
} | null | undefined;
|
|
521
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
522
|
+
slotInfo?: string | null | undefined;
|
|
519
523
|
machineId: string;
|
|
520
524
|
token: string;
|
|
521
525
|
}, {
|
|
@@ -593,6 +597,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
593
597
|
merchantId: string;
|
|
594
598
|
terminalId: string;
|
|
595
599
|
} | null | undefined;
|
|
600
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
601
|
+
slotInfo?: string | null | undefined;
|
|
596
602
|
machineId: string;
|
|
597
603
|
token: string;
|
|
598
604
|
}>;
|
|
@@ -1017,6 +1023,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1017
1023
|
merchantId: string;
|
|
1018
1024
|
terminalId: string;
|
|
1019
1025
|
}>>>;
|
|
1026
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
1027
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1020
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1021
1029
|
name?: string | null | undefined;
|
|
1022
1030
|
scannerInfo?: {
|
|
@@ -1092,6 +1100,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1092
1100
|
merchantId: string;
|
|
1093
1101
|
terminalId: string;
|
|
1094
1102
|
} | null | undefined;
|
|
1103
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1104
|
+
slotInfo?: string | null | undefined;
|
|
1095
1105
|
machineId: string;
|
|
1096
1106
|
token: string;
|
|
1097
1107
|
}, {
|
|
@@ -1169,6 +1179,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1169
1179
|
merchantId: string;
|
|
1170
1180
|
terminalId: string;
|
|
1171
1181
|
} | null | undefined;
|
|
1182
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1183
|
+
slotInfo?: string | null | undefined;
|
|
1172
1184
|
machineId: string;
|
|
1173
1185
|
token: string;
|
|
1174
1186
|
}>, "many">>>;
|
|
@@ -1258,6 +1270,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1258
1270
|
merchantId: string;
|
|
1259
1271
|
terminalId: string;
|
|
1260
1272
|
} | null | undefined;
|
|
1273
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1274
|
+
slotInfo?: string | null | undefined;
|
|
1261
1275
|
machineId: string;
|
|
1262
1276
|
token: string;
|
|
1263
1277
|
}[] | null | undefined;
|
|
@@ -1342,6 +1356,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1342
1356
|
merchantId: string;
|
|
1343
1357
|
terminalId: string;
|
|
1344
1358
|
} | null | undefined;
|
|
1359
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1360
|
+
slotInfo?: string | null | undefined;
|
|
1345
1361
|
machineId: string;
|
|
1346
1362
|
token: string;
|
|
1347
1363
|
}[] | null | undefined;
|
|
@@ -1772,6 +1788,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1772
1788
|
merchantId: string;
|
|
1773
1789
|
terminalId: string;
|
|
1774
1790
|
}>>>;
|
|
1791
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
1792
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1775
1793
|
}, "strip", z.ZodTypeAny, {
|
|
1776
1794
|
name?: string | null | undefined;
|
|
1777
1795
|
scannerInfo?: {
|
|
@@ -1847,6 +1865,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1847
1865
|
merchantId: string;
|
|
1848
1866
|
terminalId: string;
|
|
1849
1867
|
} | null | undefined;
|
|
1868
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1869
|
+
slotInfo?: string | null | undefined;
|
|
1850
1870
|
machineId: string;
|
|
1851
1871
|
token: string;
|
|
1852
1872
|
}, {
|
|
@@ -1924,6 +1944,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1924
1944
|
merchantId: string;
|
|
1925
1945
|
terminalId: string;
|
|
1926
1946
|
} | null | undefined;
|
|
1947
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1948
|
+
slotInfo?: string | null | undefined;
|
|
1927
1949
|
machineId: string;
|
|
1928
1950
|
token: string;
|
|
1929
1951
|
}>, "many">>>;
|
|
@@ -2357,6 +2379,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2357
2379
|
merchantId: string;
|
|
2358
2380
|
terminalId: string;
|
|
2359
2381
|
}>>>;
|
|
2382
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
2383
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2360
2384
|
}, "strip", z.ZodTypeAny, {
|
|
2361
2385
|
name?: string | null | undefined;
|
|
2362
2386
|
scannerInfo?: {
|
|
@@ -2432,6 +2456,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2432
2456
|
merchantId: string;
|
|
2433
2457
|
terminalId: string;
|
|
2434
2458
|
} | null | undefined;
|
|
2459
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
2460
|
+
slotInfo?: string | null | undefined;
|
|
2435
2461
|
machineId: string;
|
|
2436
2462
|
token: string;
|
|
2437
2463
|
}, {
|
|
@@ -2509,6 +2535,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2509
2535
|
merchantId: string;
|
|
2510
2536
|
terminalId: string;
|
|
2511
2537
|
} | null | undefined;
|
|
2538
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
2539
|
+
slotInfo?: string | null | undefined;
|
|
2512
2540
|
machineId: string;
|
|
2513
2541
|
token: string;
|
|
2514
2542
|
}>;
|
|
@@ -2589,6 +2617,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2589
2617
|
merchantId: string;
|
|
2590
2618
|
terminalId: string;
|
|
2591
2619
|
} | null | undefined;
|
|
2620
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
2621
|
+
slotInfo?: string | null | undefined;
|
|
2592
2622
|
machineId: string;
|
|
2593
2623
|
token: string;
|
|
2594
2624
|
};
|
|
@@ -2669,6 +2699,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2669
2699
|
merchantId: string;
|
|
2670
2700
|
terminalId: string;
|
|
2671
2701
|
} | null | undefined;
|
|
2702
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
2703
|
+
slotInfo?: string | null | undefined;
|
|
2672
2704
|
machineId: string;
|
|
2673
2705
|
token: string;
|
|
2674
2706
|
};
|