@feedmepos/mf-e-invoice 0.0.69 → 0.0.71
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.
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
var Su = Object.defineProperty;
|
|
2
2
|
var Ou = (s, c, d) => c in s ? Su(s, c, { enumerable: !0, configurable: !0, writable: !0, value: d }) : s[c] = d;
|
|
3
3
|
var ls = (s, c, d) => Ou(s, typeof c != "symbol" ? c + "" : c, d);
|
|
4
|
-
import { defineComponent as Pt, mergeModels as Ru, useModel as Mu, computed as Xe, ref as ke, resolveComponent as Te, createElementBlock as We, openBlock as ye, createVNode as se, withCtx as Re, createElementVNode as K, Fragment as pt, renderList as yt, createBlock as _e, toDisplayString as lt, createCommentVNode as nt, unref as tt, h as
|
|
5
|
-
import { useCoreStore as
|
|
6
|
-
import { useSnackbar as
|
|
4
|
+
import { defineComponent as Pt, mergeModels as Ru, useModel as Mu, computed as Xe, ref as ke, resolveComponent as Te, createElementBlock as We, openBlock as ye, createVNode as se, withCtx as Re, createElementVNode as K, Fragment as pt, renderList as yt, createBlock as _e, toDisplayString as lt, createCommentVNode as nt, unref as tt, h as vn, withModifiers as vo, normalizeClass as _t, createTextVNode as ku, renderSlot as Vs, resolveDynamicComponent as Ls, onMounted as Hs, Teleport as Du, Transition as Nu, withKeys as qu, watch as Pa } from "vue";
|
|
5
|
+
import { useCoreStore as At } from "@feedmepos/mf-common";
|
|
6
|
+
import { useSnackbar as fn, useDialog as yo, components as Ur, useDialogChild as Bu } from "@feedmepos/ui-library";
|
|
7
7
|
import { defineStore as Vu, storeToRefs as us } from "pinia";
|
|
8
8
|
var Ke = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
9
9
|
function Lu(s) {
|
|
10
10
|
return s && s.__esModule && Object.prototype.hasOwnProperty.call(s, "default") ? s.default : s;
|
|
11
11
|
}
|
|
12
|
-
var
|
|
12
|
+
var dn = {}, Xr = {}, Q = {}, uo = {}, Zi = {}, Wi = {}, Xa = {};
|
|
13
13
|
(function(s) {
|
|
14
14
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.getParsedType = s.ZodParsedType = s.util = void 0;
|
|
15
15
|
var c;
|
|
@@ -2612,7 +2612,7 @@ var Rt = {};
|
|
|
2612
2612
|
code: d.z.string().nullish()
|
|
2613
2613
|
}).describe(c.ZodMeta.couch().repo("masterUser").build());
|
|
2614
2614
|
})(Rt);
|
|
2615
|
-
var
|
|
2615
|
+
var hn = {}, br = {}, Wr = {};
|
|
2616
2616
|
Object.defineProperty(Wr, "__esModule", { value: !0 });
|
|
2617
2617
|
Wr.F_COUNTER_TYPE = void 0;
|
|
2618
2618
|
const Qu = Q;
|
|
@@ -2704,7 +2704,7 @@ Yt.F_PAYMENT_GATEWAY_KEY = Ku.z.enum([
|
|
|
2704
2704
|
fmDefaultVersion: d.z.number().nullish(),
|
|
2705
2705
|
terminal: s.FdoTerminalPayment.nullish()
|
|
2706
2706
|
}).describe(c.ZodMeta.couch().repo("paymentType").build());
|
|
2707
|
-
})(
|
|
2707
|
+
})(hn);
|
|
2708
2708
|
var Qr = {}, vr = {};
|
|
2709
2709
|
Object.defineProperty(vr, "__esModule", { value: !0 });
|
|
2710
2710
|
vr.FdoTimeRange = void 0;
|
|
@@ -2807,20 +2807,20 @@ nr.F_ADJUSTMENT_CAUSE = Ju.z.enum([
|
|
|
2807
2807
|
]);
|
|
2808
2808
|
Object.defineProperty(Kr, "__esModule", { value: !0 });
|
|
2809
2809
|
Kr.FdoBillAdjustment = void 0;
|
|
2810
|
-
const
|
|
2811
|
-
Kr.FdoBillAdjustment =
|
|
2810
|
+
const gn = Q, ed = _r, td = Lt, nd = rt, hs = Rt, rd = nr;
|
|
2811
|
+
Kr.FdoBillAdjustment = gn.z.object({
|
|
2812
2812
|
cause: rd.F_ADJUSTMENT_CAUSE,
|
|
2813
|
-
referenceId:
|
|
2814
|
-
reason:
|
|
2813
|
+
referenceId: gn.z.string().nullish(),
|
|
2814
|
+
reason: gn.z.string().nullish(),
|
|
2815
2815
|
adjustment: td.FdoAdjustmentOption,
|
|
2816
2816
|
adjustmentRule: ed.FdoEffectAdjustmentRule.nullish(),
|
|
2817
2817
|
total: nd.FdoDinero,
|
|
2818
2818
|
createdBy: hs.FdoEmployeeRef,
|
|
2819
2819
|
createApprovedBy: hs.FdoEmployeeRef,
|
|
2820
|
-
afterTaxLevel:
|
|
2821
|
-
remark:
|
|
2822
|
-
excludeIds:
|
|
2823
|
-
ignoreMinPrice:
|
|
2820
|
+
afterTaxLevel: gn.z.number(),
|
|
2821
|
+
remark: gn.z.string().nullish(),
|
|
2822
|
+
excludeIds: gn.z.array(gn.z.string()).nullish(),
|
|
2823
|
+
ignoreMinPrice: gn.z.boolean().nullish()
|
|
2824
2824
|
});
|
|
2825
2825
|
var Ya = {}, rr = {};
|
|
2826
2826
|
(function(s) {
|
|
@@ -3362,7 +3362,7 @@ var So = {};
|
|
|
3362
3362
|
})(So);
|
|
3363
3363
|
(function(s) {
|
|
3364
3364
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoBill = s.FdoBillQueueInfo = s.FdoBillIs = s.FdoBillInHouseDelivery = s.FdoExternalPickup = s.FdoBillQrOrder = s.FdoBillRefund = void 0;
|
|
3365
|
-
const c = Se, d = Q, v = rt, z = Rt, F =
|
|
3365
|
+
const c = Se, d = Q, v = rt, z = Rt, F = hn, j = Qr, I = $t, N = Kr, M = Ya, H = To, Y = yr, oe = Za, le = Wa, G = Qa, ee = jo, B = Er, J = ea, fe = rr, ae = So;
|
|
3366
3366
|
s.FdoBillRefund = d.z.object({
|
|
3367
3367
|
by: z.FdoEmployeeRef.nullish(),
|
|
3368
3368
|
approvedBy: z.FdoEmployeeRef.nullish(),
|
|
@@ -3454,19 +3454,19 @@ var el = {}, Oo = {}, ta = {};
|
|
|
3454
3454
|
free: d.z.array(s.FdoFreeCreditTransaction)
|
|
3455
3455
|
});
|
|
3456
3456
|
})(ta);
|
|
3457
|
-
var na = {},
|
|
3458
|
-
Object.defineProperty(
|
|
3459
|
-
|
|
3460
|
-
const
|
|
3461
|
-
|
|
3462
|
-
hide:
|
|
3463
|
-
disable:
|
|
3464
|
-
reason:
|
|
3457
|
+
var na = {}, cn = {};
|
|
3458
|
+
Object.defineProperty(cn, "__esModule", { value: !0 });
|
|
3459
|
+
cn.FdoFreeCreditOption = cn.FdoFrontendInfo = void 0;
|
|
3460
|
+
const bn = Q;
|
|
3461
|
+
cn.FdoFrontendInfo = bn.z.object({
|
|
3462
|
+
hide: bn.z.boolean(),
|
|
3463
|
+
disable: bn.z.boolean(),
|
|
3464
|
+
reason: bn.z.string()
|
|
3465
3465
|
});
|
|
3466
|
-
|
|
3467
|
-
day:
|
|
3468
|
-
amount:
|
|
3469
|
-
remark:
|
|
3466
|
+
cn.FdoFreeCreditOption = bn.z.object({
|
|
3467
|
+
day: bn.z.number(),
|
|
3468
|
+
amount: bn.z.number(),
|
|
3469
|
+
remark: bn.z.string().nullish()
|
|
3470
3470
|
});
|
|
3471
3471
|
var Ut = {};
|
|
3472
3472
|
Object.defineProperty(Ut, "__esModule", { value: !0 });
|
|
@@ -3490,7 +3490,7 @@ Ut.F_BENEFIT_TRIGGERER_BIRTHDAY_TYPE = Ka.z.enum([
|
|
|
3490
3490
|
]);
|
|
3491
3491
|
(function(s) {
|
|
3492
3492
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoBenefit = s.FdoBenefitScheduleOption = s.FdoBenefitBasicOption = s.FdoBenefitScheduler = s.FdoBenefitDuration = s.FdoBenefitBaseOption = s.FdoBenefitBirthdayTriggerer = s.FdoBenefitBirthdayBeforeOption = s.FdoBenefitBirthdayStartOfOption = s.FdoBenefitBaseBirthdayOption = s.FdoBenefitCronTriggerer = s.FdoBenefitBaseTriggerer = void 0;
|
|
3493
|
-
const c = Se, d = Q, v =
|
|
3493
|
+
const c = Se, d = Q, v = cn, z = Ut, F = Fn;
|
|
3494
3494
|
s.FdoBenefitBaseTriggerer = d.z.object({
|
|
3495
3495
|
type: z.F_BENEFIT_TRIGGERER_TYPE
|
|
3496
3496
|
}).describe(c.ZodMeta.dart().baseUnion({
|
|
@@ -3562,7 +3562,7 @@ Ut.F_BENEFIT_TRIGGERER_BIRTHDAY_TYPE = Ka.z.enum([
|
|
|
3562
3562
|
frontend: v.FdoFrontendInfo.nullish()
|
|
3563
3563
|
});
|
|
3564
3564
|
})(na);
|
|
3565
|
-
var Cr = {},
|
|
3565
|
+
var Cr = {}, mn = {}, Ro = {}, _a = {}, _n = {};
|
|
3566
3566
|
Object.defineProperty(_n, "__esModule", { value: !0 });
|
|
3567
3567
|
_n.F_USER_IMPORT_SOURCE = _n.F_USER_GENDER = void 0;
|
|
3568
3568
|
const tl = Q;
|
|
@@ -3754,11 +3754,11 @@ ct.F_BILLING_PAYMENT_STATUS = tn.z.enum([
|
|
|
3754
3754
|
"PENDING",
|
|
3755
3755
|
"FAILED"
|
|
3756
3756
|
]);
|
|
3757
|
-
var
|
|
3758
|
-
Object.defineProperty(
|
|
3759
|
-
|
|
3757
|
+
var pn = {};
|
|
3758
|
+
Object.defineProperty(pn, "__esModule", { value: !0 });
|
|
3759
|
+
pn.FdoAddress = void 0;
|
|
3760
3760
|
const rn = Q;
|
|
3761
|
-
|
|
3761
|
+
pn.FdoAddress = rn.z.object({
|
|
3762
3762
|
line1: rn.z.string(),
|
|
3763
3763
|
line2: rn.z.string().nullish(),
|
|
3764
3764
|
state: rn.z.string(),
|
|
@@ -3769,7 +3769,7 @@ mn.FdoAddress = rn.z.object({
|
|
|
3769
3769
|
});
|
|
3770
3770
|
(function(s) {
|
|
3771
3771
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoBillingPaymentTransaction = s.FdoBillingPaymentMethod = s.FdoBillingPaymentSource = s.FdoBillingInfo = s.FdoBank = void 0;
|
|
3772
|
-
const c = Se, d = Q, v = ct, z =
|
|
3772
|
+
const c = Se, d = Q, v = ct, z = pn, F = rt, j = Lt;
|
|
3773
3773
|
s.FdoBank = d.z.object({
|
|
3774
3774
|
name: v.F_BANK_NAME,
|
|
3775
3775
|
type: v.F_BANK_TYPE.nullish(),
|
|
@@ -3849,10 +3849,10 @@ mn.FdoAddress = rn.z.object({
|
|
|
3849
3849
|
billingInfos: d.z.array(z.FdoBillingInfo).nullish(),
|
|
3850
3850
|
customerDisplayImages: d.z.array(s.FdoBusinessCustomerDisplayImage).nullish()
|
|
3851
3851
|
}).describe(c.ZodMeta.mongo().repo("Businesses").build());
|
|
3852
|
-
})(
|
|
3852
|
+
})(mn);
|
|
3853
3853
|
(function(s) {
|
|
3854
3854
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoMemberOutput = s.FdoMember = s.FdoMemberTitleInfo = s.FdoMemberStat = s.FdoMemberProductCount = void 0;
|
|
3855
|
-
const c = Se, d = Q, v =
|
|
3855
|
+
const c = Se, d = Q, v = mn, z = ta;
|
|
3856
3856
|
s.FdoMemberProductCount = d.z.object({
|
|
3857
3857
|
id: d.z.string(),
|
|
3858
3858
|
count: d.z.number()
|
|
@@ -3908,25 +3908,25 @@ var ir = {}, or = {}, Fr = {}, aa = {};
|
|
|
3908
3908
|
})(aa);
|
|
3909
3909
|
Object.defineProperty(Fr, "__esModule", { value: !0 });
|
|
3910
3910
|
Fr.FdoProfile = void 0;
|
|
3911
|
-
const zd = Se,
|
|
3912
|
-
Fr.FdoProfile =
|
|
3913
|
-
_id:
|
|
3914
|
-
code:
|
|
3915
|
-
name:
|
|
3911
|
+
const zd = Se, bt = Q, Ed = pn, Cd = aa;
|
|
3912
|
+
Fr.FdoProfile = bt.z.object({
|
|
3913
|
+
_id: bt.z.string().nullish(),
|
|
3914
|
+
code: bt.z.string().nullish(),
|
|
3915
|
+
name: bt.z.string(),
|
|
3916
3916
|
address: Ed.FdoAddress,
|
|
3917
|
-
phoneNo:
|
|
3918
|
-
email:
|
|
3919
|
-
regNo:
|
|
3920
|
-
legalName:
|
|
3921
|
-
sstRegNo:
|
|
3922
|
-
discovery:
|
|
3923
|
-
coverPhoto:
|
|
3924
|
-
thumbnailPhoto:
|
|
3925
|
-
description:
|
|
3926
|
-
photos:
|
|
3917
|
+
phoneNo: bt.z.string(),
|
|
3918
|
+
email: bt.z.string().default(""),
|
|
3919
|
+
regNo: bt.z.string(),
|
|
3920
|
+
legalName: bt.z.string().nullish(),
|
|
3921
|
+
sstRegNo: bt.z.string().nullish(),
|
|
3922
|
+
discovery: bt.z.boolean().nullish(),
|
|
3923
|
+
coverPhoto: bt.z.string().nullish(),
|
|
3924
|
+
thumbnailPhoto: bt.z.string().nullish(),
|
|
3925
|
+
description: bt.z.string().nullish(),
|
|
3926
|
+
photos: bt.z.array(bt.z.string()).nullish(),
|
|
3927
3927
|
operatingHours: Cd.FdoOperatingHours.nullish(),
|
|
3928
|
-
tags:
|
|
3929
|
-
url:
|
|
3928
|
+
tags: bt.z.array(bt.z.string()).nullish(),
|
|
3929
|
+
url: bt.z.string().nullish()
|
|
3930
3930
|
}).describe(zd.ZodMeta.couch().repo("mProfile").build());
|
|
3931
3931
|
var Tr = {};
|
|
3932
3932
|
Object.defineProperty(Tr, "__esModule", { value: !0 });
|
|
@@ -3941,7 +3941,7 @@ Tr.FdoTableMappingSetting = Dr.z.object({
|
|
|
3941
3941
|
var $a = {};
|
|
3942
3942
|
(function(s) {
|
|
3943
3943
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoRestaurantFeedmeDelivery = s.FdoRestaurantInHouseDelivery = s.FdoDeliveryTaxSetting = s.FdoDeliveryTime = s.FdoDeliveryArea = void 0;
|
|
3944
|
-
const c = Q, d = aa, v = vr, z = rt, F = Vt, j =
|
|
3944
|
+
const c = Q, d = aa, v = vr, z = rt, F = Vt, j = hn;
|
|
3945
3945
|
s.FdoDeliveryArea = c.z.object({
|
|
3946
3946
|
polygon: c.z.array(c.z.array(c.z.number())),
|
|
3947
3947
|
deliveryFee: z.FdoDinero,
|
|
@@ -3979,20 +3979,20 @@ var $a = {};
|
|
|
3979
3979
|
var Pr = {};
|
|
3980
3980
|
Object.defineProperty(Pr, "__esModule", { value: !0 });
|
|
3981
3981
|
Pr.FdoRestaurantDineIn = void 0;
|
|
3982
|
-
const
|
|
3983
|
-
Pr.FdoRestaurantDineIn =
|
|
3984
|
-
anonymousOrder:
|
|
3985
|
-
staticQr:
|
|
3986
|
-
paymentTypes:
|
|
3987
|
-
offlinePaymentTypes:
|
|
3988
|
-
ignoreStock:
|
|
3989
|
-
disableItemRemark:
|
|
3990
|
-
acceptQueue:
|
|
3982
|
+
const An = Q, Fd = Vt, Td = hn;
|
|
3983
|
+
Pr.FdoRestaurantDineIn = An.z.object({
|
|
3984
|
+
anonymousOrder: An.z.boolean(),
|
|
3985
|
+
staticQr: An.z.boolean().nullish(),
|
|
3986
|
+
paymentTypes: An.z.array(Fd.F_ORDER_PAYMENT_TYPE).nullish(),
|
|
3987
|
+
offlinePaymentTypes: An.z.array(Td.FdoOfflinePaymentMethod).nullish(),
|
|
3988
|
+
ignoreStock: An.z.boolean().nullish(),
|
|
3989
|
+
disableItemRemark: An.z.boolean().nullish(),
|
|
3990
|
+
acceptQueue: An.z.boolean().nullish()
|
|
3991
3991
|
});
|
|
3992
3992
|
var Ir = {};
|
|
3993
3993
|
Object.defineProperty(Ir, "__esModule", { value: !0 });
|
|
3994
3994
|
Ir.FdoRestaurantPickup = void 0;
|
|
3995
|
-
const xn = Q, Pd = Vt, Id =
|
|
3995
|
+
const xn = Q, Pd = Vt, Id = hn, ms = Qr;
|
|
3996
3996
|
Ir.FdoRestaurantPickup = xn.z.object({
|
|
3997
3997
|
pickupTime: ms.FdoPickupTime.nullish(),
|
|
3998
3998
|
pickupPointConfig: ms.FdoPickupPoints.nullish(),
|
|
@@ -4031,7 +4031,7 @@ en.F_RESTAURANT_FEATURE = nl.z.nativeEnum({
|
|
|
4031
4031
|
});
|
|
4032
4032
|
(function(s) {
|
|
4033
4033
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoRestaurant = s.FdoRestaurantQueueSettings = s.FdoRemoteSupport = void 0;
|
|
4034
|
-
const c = Se, d = Q, v =
|
|
4034
|
+
const c = Se, d = Q, v = mn, z = Fr, F = Tr, j = $a, I = Pr, N = Ir, M = jr, H = en;
|
|
4035
4035
|
s.FdoRemoteSupport = d.z.object({
|
|
4036
4036
|
deviceName: d.z.string(),
|
|
4037
4037
|
anydeskId: d.z.string().nullish(),
|
|
@@ -4097,7 +4097,7 @@ $n.F_TARGET = rl.z.enum([
|
|
|
4097
4097
|
]);
|
|
4098
4098
|
(function(s) {
|
|
4099
4099
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoVoucherClaim = s.FdoTransferHistory = s.FdoVoucherClaimHistory = s.FdoVoucherRef = s.FdoMemberRewardOption = s.FdoFeedbackRewardOption = s.FdoSimpleClaimOption = s.FdoMultipleUseVoucherOption = s.FdoAfterSalesClaimOption = s.FdoBaseVoucherOption = void 0;
|
|
4100
|
-
const c = Se, d = Q, v =
|
|
4100
|
+
const c = Se, d = Q, v = mn, z = or, F = _a, j = $n, I = cn, N = mt, M = Fn;
|
|
4101
4101
|
s.FdoBaseVoucherOption = d.z.object({
|
|
4102
4102
|
type: j.F_VOUCHER_TYPE
|
|
4103
4103
|
}).describe(c.ZodMeta.dart().baseUnion({
|
|
@@ -4371,7 +4371,7 @@ sn.F_PAYMENT_ISSUER = Do.z.enum([
|
|
|
4371
4371
|
]);
|
|
4372
4372
|
(function(s) {
|
|
4373
4373
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdtoPaymentDateRange = s.FdtoPaymentRefund = s.FdtoPerformRefundReq = s.FdtoPerformRefundByTransactionReq = s.FdtoPerformRefetchReq = s.FdtoCreditRefundReq = s.FdtoValidateOrderReq = s.FdtoFreeCreditPaymentCheckoutReq = s.FdtoCreditPaymentCheckoutReq = s.FdtoPerformScanPayReq = s.FdtoOnlinePaymentCheckoutRes = s.FdtoPaymentOnlineChannel = s.FdtoOnlinePaymentCheckoutReq = s.FdtoCreatePayment = void 0;
|
|
4374
|
-
const c = Se, d = Q, v = br, z = rt, F = Rt, j = Yt, I =
|
|
4374
|
+
const c = Se, d = Q, v = br, z = rt, F = Rt, j = Yt, I = hn, N = sn;
|
|
4375
4375
|
s.FdtoCreatePayment = d.z.object({
|
|
4376
4376
|
counter: v.FdoCounterRef,
|
|
4377
4377
|
payment: I.FdoPaymentRef,
|
|
@@ -4524,7 +4524,7 @@ ua.F_SERVICE_CHARGE_ORDER_TYPE = Md.z.enum([
|
|
|
4524
4524
|
})(No);
|
|
4525
4525
|
(function(s) {
|
|
4526
4526
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdtoRejectOrderReq = s.FdtoAcceptOrderReq = s.FdtoDemoRestaurantRes = s.FdtoUpdateVersionReq = s.FdtoPosCurrentTimeRes = s.FdtoRegisterMachineReq = s.FdtoGenerateCreditOtpRes = s.FdtoGenerateCreditOtpReq = s.FdtoCompileReportWidgetRes = s.FdtoReportWidget = s.F_WIDGET_WIDTH = s.F_WIDGET_VISUALIZATION_TYPE = s.FdtoCompileReportReq = s.FdtoDateRangeReq = s.FdtoCompileCloseCounterReceiptReq = s.FdtoCanRes = s.FdtoCanPermissionRes = s.FdtoCanReq = s.FdtoSkuConvertRes = s.FdtoSkuConversionBalancesRes = s.FdtoSkuConversionBalance = s.FdtoUpdateStockBalanceReq = s.FdtoDeductableItem = s.FdtoDeductableSubItem = s.FdtoSpecialAdjustmentRes = s.FdtoSpecialAdjustmentReq = s.F_QUERY_ENGINE_LOG_TYPE = s.FdtoFeedmeEndpointReq = s.FdtoAdjustReq = s.FdtoCreateEffectsReq = s.FdtoRemoveEffectsReq = s.FdtoApplyMemberReq = s.FdtoCreateBillItemAdjustmentReq = s.FdtoChangePaymentMethodReq = s.FdtoItemKitchenReq = s.FdtoServeItemsReq = s.FdtoPrintChecklistReq = s.FdtoSendItemsReq = s.FdtoMoveRes = s.FdtoMoveReq = s.FdtoRefundRes = s.FdtoVoidItemsReq = s.FdtoStockItem = s.FdtoCreateOrUpdateItemsReq = s.FdtoItemBalanceMapping = s.FdtoItemBalanceInfo = s.FdtoItemVariantBalanceInfo = s.FdtoCreateOrUpdateItemsRes = s.FdtoCreatePaymentReq = s.FdtoRefundReq = void 0, s.FdtoBill = s.FdtoRectifyBillItemRes = s.FdtoCreateBill = s.FdtoUpdateItemsInventoryReq = s.FdtoCreateItem = s.FdtoFlatBill = s.FdtoRestaurantFeatures = s.FdtoRefetchEPaymentReq = s.FdtoRefundMemberStorePurchaseReq = s.FdtoCreateMemberStorePurchaseReq = s.FdtoApplyVoucherClaimReq = void 0;
|
|
4527
|
-
const c = Q, d = Lt, v = br, z = Oo, F = rt, j = Rt, I = oa, N = Mo, M = wr, H =
|
|
4527
|
+
const c = Q, d = Lt, v = br, z = Oo, F = rt, j = Rt, I = oa, N = Mo, M = wr, H = hn, Y = ko, oe = Fr, le = No, G = Eo, ee = ar, B = Ya, J = Za, fe = Qa, ae = Er, L = rr;
|
|
4528
4528
|
s.FdtoRefundReq = c.z.object({
|
|
4529
4529
|
bill: G.FdoBill,
|
|
4530
4530
|
refundRecord: c.z.array(G.FdoBill),
|
|
@@ -5198,7 +5198,7 @@ Bt.F_E_INVOICE_ID_TYPE = qo.z.enum(["ic", "army", "passport"]);
|
|
|
5198
5198
|
Bt.F_E_INVOICE_MERCHANT_TYPE = qo.z.enum(["restaurant", "marketing"]);
|
|
5199
5199
|
Object.defineProperty(En, "__esModule", { value: !0 });
|
|
5200
5200
|
En.FdoEInvoiceMerchantBaseProfile = En.FdoEInvoiceCustomerBaseProfile = void 0;
|
|
5201
|
-
const ll = Se, Mt = Q, ul =
|
|
5201
|
+
const ll = Se, Mt = Q, ul = pn, dl = Bt;
|
|
5202
5202
|
En.FdoEInvoiceCustomerBaseProfile = Mt.z.object({
|
|
5203
5203
|
_id: Mt.z.string().superRefine(ll.isObjectId),
|
|
5204
5204
|
type: dl.F_E_INVOICE_PROFILE_TYPE,
|
|
@@ -5372,16 +5372,16 @@ var Bo = {};
|
|
|
5372
5372
|
customer: s.FdoMyEInvoiceSubmissionDocCustomerRef.nullish()
|
|
5373
5373
|
}).describe(c.ZodMeta.mongo().repo("EInvoiceSubmissions").build());
|
|
5374
5374
|
})(Bo);
|
|
5375
|
-
var
|
|
5376
|
-
Object.defineProperty(
|
|
5377
|
-
|
|
5375
|
+
var yn = {};
|
|
5376
|
+
Object.defineProperty(yn, "__esModule", { value: !0 });
|
|
5377
|
+
yn.FdtoMySubmitEInvoice = yn.FdtoMyEInvoice = yn.FdtoMyMsicCategory = void 0;
|
|
5378
5378
|
const Bd = Se, Gt = Q, Vd = Bt, Ld = ii, qa = Bo;
|
|
5379
|
-
|
|
5379
|
+
yn.FdtoMyMsicCategory = Gt.z.object({
|
|
5380
5380
|
code: Gt.z.string(),
|
|
5381
5381
|
description: Gt.z.string(),
|
|
5382
5382
|
ref: Gt.z.string()
|
|
5383
5383
|
});
|
|
5384
|
-
|
|
5384
|
+
yn.FdtoMyEInvoice = qa.FdoMyEInvoiceSubmissionDoc.omit({
|
|
5385
5385
|
bills: !0
|
|
5386
5386
|
}).extend({
|
|
5387
5387
|
ref: qa.FdoMyEInvoiceSubmissionDocBillRef,
|
|
@@ -5391,7 +5391,7 @@ vn.FdtoMyEInvoice = qa.FdoMyEInvoiceSubmissionDoc.omit({
|
|
|
5391
5391
|
merchant: Ld.FdoMyEInvoiceMerchantProfile,
|
|
5392
5392
|
customer: qa.FdoMyEInvoiceSubmissionDocCustomerRef.nullish()
|
|
5393
5393
|
});
|
|
5394
|
-
|
|
5394
|
+
yn.FdtoMySubmitEInvoice = Gt.z.object({
|
|
5395
5395
|
billId: Gt.z.string(),
|
|
5396
5396
|
restaurantId: Gt.z.string().nullish(),
|
|
5397
5397
|
businessId: Gt.z.string().nullish(),
|
|
@@ -5473,7 +5473,7 @@ var cl = {};
|
|
|
5473
5473
|
var fl = {};
|
|
5474
5474
|
(function(s) {
|
|
5475
5475
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdtoThPosGetSubmitEInvoice = s.FdtoThCustomerSubmitEInvoice = s.FdtoThPosSubmitEInvoice = s.FdtoThEInvoiceCustomerRef = s.FdtoThEInvoiceBillRef = s.FdtoThPosSubmitEInvoiceTax = void 0;
|
|
5476
|
-
const c = Q, d =
|
|
5476
|
+
const c = Q, d = pn, v = rt, z = Bt;
|
|
5477
5477
|
s.FdtoThPosSubmitEInvoiceTax = c.z.object({
|
|
5478
5478
|
code: c.z.string(),
|
|
5479
5479
|
total: v.FdoDinero
|
|
@@ -5643,7 +5643,7 @@ ha.F_INVENTORY_SUPPLIER_TYPE = Xd.z.enum([
|
|
|
5643
5643
|
var gl = {};
|
|
5644
5644
|
(function(s) {
|
|
5645
5645
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoWarehouse = s.FdoWarehouseProfile = void 0;
|
|
5646
|
-
const c = Q, d = Se, v =
|
|
5646
|
+
const c = Q, d = Se, v = mn, z = pn;
|
|
5647
5647
|
s.FdoWarehouseProfile = c.z.object({
|
|
5648
5648
|
name: c.z.string(),
|
|
5649
5649
|
address: z.FdoAddress,
|
|
@@ -5791,11 +5791,11 @@ Aa.FdoTitle = Nr.z.object({
|
|
|
5791
5791
|
name: Nr.z.string(),
|
|
5792
5792
|
internal: Nr.z.boolean()
|
|
5793
5793
|
});
|
|
5794
|
-
var
|
|
5795
|
-
Object.defineProperty(
|
|
5796
|
-
|
|
5794
|
+
var wn = {};
|
|
5795
|
+
Object.defineProperty(wn, "__esModule", { value: !0 });
|
|
5796
|
+
wn.F_REWARD_JOB_OPTION = wn.F_REWARD_JOB_STATUS = wn.F_REWARD_JOB_SOURCE_TYPE = void 0;
|
|
5797
5797
|
const Lo = Q;
|
|
5798
|
-
|
|
5798
|
+
wn.F_REWARD_JOB_SOURCE_TYPE = Lo.z.enum([
|
|
5799
5799
|
"MEMBERSHIP_SCHEDULED_BENEFIT",
|
|
5800
5800
|
"MEMBERSHIP_JOIN_BENEFIT",
|
|
5801
5801
|
"MEMBERSHIP_JOIN_REWARD",
|
|
@@ -5805,14 +5805,14 @@ yn.F_REWARD_JOB_SOURCE_TYPE = Lo.z.enum([
|
|
|
5805
5805
|
"PORTAL_SEND_MEMBER",
|
|
5806
5806
|
"BILL_CASHBACK"
|
|
5807
5807
|
]);
|
|
5808
|
-
|
|
5808
|
+
wn.F_REWARD_JOB_STATUS = Lo.z.enum([
|
|
5809
5809
|
"NEW",
|
|
5810
5810
|
"SUCCESS",
|
|
5811
5811
|
"FAILED",
|
|
5812
5812
|
"IN_PROGRESS",
|
|
5813
5813
|
"ROLLING_BACK"
|
|
5814
5814
|
]);
|
|
5815
|
-
|
|
5815
|
+
wn.F_REWARD_JOB_OPTION = Lo.z.enum([
|
|
5816
5816
|
"CREDIT",
|
|
5817
5817
|
"VOUCHER",
|
|
5818
5818
|
"EXPERIENCE"
|
|
@@ -6763,16 +6763,16 @@ za.F_WEIGHING_CONNECTION = pc.z.enum([
|
|
|
6763
6763
|
machineId: c.z.string().nullish()
|
|
6764
6764
|
}).describe(d.ZodMeta.couch().repo("weighingMachine").build());
|
|
6765
6765
|
})(Sl);
|
|
6766
|
-
var
|
|
6767
|
-
Object.defineProperty(
|
|
6768
|
-
|
|
6766
|
+
var zn = {};
|
|
6767
|
+
Object.defineProperty(zn, "__esModule", { value: !0 });
|
|
6768
|
+
zn.FdtoBillingPaymentResponse = zn.FdtoBillingPaymentCheckoutBody = zn.FdtoPerformBillingPaymentReq = void 0;
|
|
6769
6769
|
const $e = Q, ro = ra;
|
|
6770
|
-
|
|
6770
|
+
zn.FdtoPerformBillingPaymentReq = $e.z.object({
|
|
6771
6771
|
method: ro.FdoBillingPaymentMethod,
|
|
6772
6772
|
source: ro.FdoBillingPaymentSource,
|
|
6773
6773
|
billingInfo: ro.FdoBillingInfo
|
|
6774
6774
|
});
|
|
6775
|
-
|
|
6775
|
+
zn.FdtoBillingPaymentCheckoutBody = $e.z.object({
|
|
6776
6776
|
service: $e.z.string(),
|
|
6777
6777
|
_id: $e.z.string(),
|
|
6778
6778
|
paymentId: $e.z.string(),
|
|
@@ -6787,7 +6787,7 @@ wn.FdtoBillingPaymentCheckoutBody = $e.z.object({
|
|
|
6787
6787
|
country: $e.z.string(),
|
|
6788
6788
|
gateway: $e.z.string()
|
|
6789
6789
|
});
|
|
6790
|
-
|
|
6790
|
+
zn.FdtoBillingPaymentResponse = $e.z.object({
|
|
6791
6791
|
Status: $e.z.string(),
|
|
6792
6792
|
PaymentId: $e.z.string(),
|
|
6793
6793
|
RefNo: $e.z.string(),
|
|
@@ -6923,7 +6923,7 @@ gr.FdtoReceiveStockResult = Ol.z.object({
|
|
|
6923
6923
|
var Ml = {};
|
|
6924
6924
|
(function(s) {
|
|
6925
6925
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoLicenseCatalog = s.FdoLicenseLog = s.FdoLicenseOrder = s.FdoLicensePromoCode = s.FdoLicensePromoCodeAdjustTotal = s.FdoLicensePromoCodeBuyXAdjustY = s.FdoLicenseBasePromoCode = s.FdoLicensePromotionApply = s.FdoContainProductCondition = s.FdoLicenseBasePromotionCondition = s.FdoLicenseOrderAgentRef = s.FdoLicenseCart = s.FdoLicenseProduct = s.FdoLicenseProductPlan = void 0;
|
|
6926
|
-
const c = Se, d = Q, v =
|
|
6926
|
+
const c = Se, d = Q, v = mn, z = rt, F = wt, j = Lt, I = en, N = ra;
|
|
6927
6927
|
s.FdoLicenseProductPlan = d.z.object({
|
|
6928
6928
|
id: d.z.string(),
|
|
6929
6929
|
name: d.z.string(),
|
|
@@ -7049,7 +7049,7 @@ var kl = {};
|
|
|
7049
7049
|
var Rr = {};
|
|
7050
7050
|
Object.defineProperty(Rr, "__esModule", { value: !0 });
|
|
7051
7051
|
Rr.FdoCreditTransaction = void 0;
|
|
7052
|
-
const Tt = Q, Tc = or, Pc =
|
|
7052
|
+
const Tt = Q, Tc = or, Pc = mn, Ic = Cr, jc = ma, an = Se, ao = ta;
|
|
7053
7053
|
Rr.FdoCreditTransaction = Tt.z.object({
|
|
7054
7054
|
_id: Tt.z.string().superRefine(an.isObjectId),
|
|
7055
7055
|
business: Tt.z.string().superRefine(an.isObjectId),
|
|
@@ -7438,7 +7438,7 @@ var Ul = {};
|
|
|
7438
7438
|
var Ti = {};
|
|
7439
7439
|
(function(s) {
|
|
7440
7440
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoStoreTransaction = s.FdoStoreTransactionRefundInfo = s.FdoTitleAcquired = s.FdoStoreOption = s.FdoBundleCategory = s.FdoStoreBundle = s.FdoStoreBundleClient = s.FdoBundleTaxTotal = s.FdoStoreBundleTaxSetting = s.FdoTopupCountCondition = s.FdoBaseStoreCondition = s.FdoCreditItem = s.FdoTitleItem = void 0;
|
|
7441
|
-
const c = Se, d = Q, v =
|
|
7441
|
+
const c = Se, d = Q, v = cn, z = mn, F = or, j = Cr, I = ir, N = Cn, M = mt, H = rt, Y = la, oe = Rr, le = ti;
|
|
7442
7442
|
s.FdoTitleItem = d.z.object({
|
|
7443
7443
|
id: d.z.string(),
|
|
7444
7444
|
dayToExpire: d.z.number()
|
|
@@ -7594,7 +7594,7 @@ var xl = {};
|
|
|
7594
7594
|
var Gl = {};
|
|
7595
7595
|
(function(s) {
|
|
7596
7596
|
Object.defineProperty(s, "__esModule", { value: !0 }), s.FdoMemberStorePurchase = s.FdtoGetMemberStorePurchaseRes = s.FdtoGetMemberStorePurchaseResCredit = s.FdtoGetMemberStorePurchaseResClaim = s.FdoStoreTransactionRefundInfoRes = s.FdoMemberStorePurchaseMember = s.FdoMemberStorePurchasePayment = void 0;
|
|
7597
|
-
const c = Se, d = Q, v = Wa, z = ti, F = Rt, j = Rr, I = Ti, N = Cn, M = ir, H =
|
|
7597
|
+
const c = Se, d = Q, v = Wa, z = ti, F = Rt, j = Rr, I = Ti, N = Cn, M = ir, H = hn, Y = ba;
|
|
7598
7598
|
s.FdoMemberStorePurchasePayment = H.FdoPayment.extend({
|
|
7599
7599
|
createdAt: d.z.string()
|
|
7600
7600
|
}), s.FdoMemberStorePurchaseMember = d.z.object({
|
|
@@ -7657,8 +7657,8 @@ var Gl = {};
|
|
|
7657
7657
|
}), d = Ke && Ke.__exportStar || function(v, z) {
|
|
7658
7658
|
for (var F in v) F !== "default" && !Object.prototype.hasOwnProperty.call(z, F) && c(z, v, F);
|
|
7659
7659
|
};
|
|
7660
|
-
Object.defineProperty(s, "__esModule", { value: !0 }), d(Xr, s), d(Yr, s), d(Zr, s), d(Eo, s), d(el, s), d($t, s), d(Kr, s), d(nr, s), d(ar, s), d(Ya, s), d(To, s), d(yr, s), d(Za, s), d(ei, s), d(Wa, s), d(Qa, s), d(Kn, s), d(jo, s), d(Er, s), d(ea, s), d(rr, s), d(mr, s), d(ct, s), d(
|
|
7661
|
-
})(
|
|
7660
|
+
Object.defineProperty(s, "__esModule", { value: !0 }), d(Xr, s), d(Yr, s), d(Zr, s), d(Eo, s), d(el, s), d($t, s), d(Kr, s), d(nr, s), d(ar, s), d(Ya, s), d(To, s), d(yr, s), d(Za, s), d(ei, s), d(Wa, s), d(Qa, s), d(Kn, s), d(jo, s), d(Er, s), d(ea, s), d(rr, s), d(mr, s), d(ct, s), d(mn, s), d(il, s), d(da, s), d(ol, s), d(pn, s), d(aa, s), d(vr, s), d(ti, s), d(br, s), d(Wr, s), d(sl, s), d(Sr, s), d(Oo, s), d(ia, s), d(mt, s), d(ni, s), d(ri, s), d(rt, s), d(En, s), d(Bt, s), d(xt, s), d(ii, s), d(Bo, s), d(yn, s), d(Vo, s), d(cl, s), d(fl, s), d(Fn, s), d(qt, s), d($r, s), d(Wn, s), d(Qn, s), d(Jr, s), d(_r, s), d(Rt, s), d(hl, s), d(oi, s), d(ml, s), d(si, s), d(pl, s), d(ca, s), d(Tn, s), d(zr, s), d(fa, s), d(wr, s), d(ha, s), d(gl, s), d(wt, s), d(Al, s), d(li, s), d(ta, s), d(ma, s), d(pa, s), d(ui, s), d($n, s), d(cn, s), d(Ut, s), d(Cr, s), d(ga, s), d(Aa, s), d(wn, s), d(Cn, s), d(ba, s), d(Jn, s), d(va, s), d(Nt, s), d(ci, s), d(fi, s), d(Vt, s), d(sr, s), d(Ho, s), d(Uo, s), d(xo, s), d(vl, s), d(hi, s), d(mi, s), d(Yt, s), d(hn, s), d(ko, s), d(sn, s), d(pi, s), d(pr, s), d(gi, s), d(ln, s), d(st, s), d(wl, s), d(Qr, s), d(Fr, s), d(zl, s), d(Xo, s), d(El, s), d(un, s), d(Cl, s), d(Fl, s), d(Ai, s), d(ya, s), d(Wo, s), d(Tl, s), d(Xt, s), d($a, s), d(Pr, s), d(Ir, s), d(jr, s), d(or, s), d(en, s), d(vi, s), d(ua, s), d(Tr, s), d(Pl, s), d(Il, s), d(wa, s), d(yi, s), d(_n, s), d(Jt, s), d(er, s), d(Sl, s), d(Lt, s), d(So, s), d(ra, s), d(zn, s), d(wi, s), d(Io, s), d(zi, s), d(sa, s), d(oa, s), d(Ei, s), d(Mo, s), d(gr, s), d(Ko, s), d(Ml, s), d(kl, s), d(Rr, s), d(na, s), d(Dl, s), d(Nl, s), d(ql, s), d(Go, s), d(Zo, s), d(Fi, s), d(Ja, s), d(la, s), d(No, s), d(_a, s), d(Bl, s), d(Vl, s), d(Ll, s), d(Ro, s), d(Ci, s), d(ir, s), d(za, s), d(Hl, s), d(Ul, s), d(Ti, s), d(xl, s), d(Gl, s);
|
|
7661
|
+
})(dn);
|
|
7662
7662
|
function Xl(s, c) {
|
|
7663
7663
|
return function() {
|
|
7664
7664
|
return s.apply(c, arguments);
|
|
@@ -9543,7 +9543,7 @@ async function E0(s, c, d) {
|
|
|
9543
9543
|
}
|
|
9544
9544
|
function Et(s, c) {
|
|
9545
9545
|
var z;
|
|
9546
|
-
const d = (s == null ? void 0 : s.userToken) ?? ((z =
|
|
9546
|
+
const d = (s == null ? void 0 : s.userToken) ?? ((z = At().sessionUser.value) == null ? void 0 : z.token);
|
|
9547
9547
|
if (!d) throw new Error("Invalid token");
|
|
9548
9548
|
const v = ht.create({
|
|
9549
9549
|
baseURL: C0(),
|
|
@@ -9564,7 +9564,9 @@ function Et(s, c) {
|
|
|
9564
9564
|
), v;
|
|
9565
9565
|
}
|
|
9566
9566
|
function C0() {
|
|
9567
|
-
|
|
9567
|
+
var F;
|
|
9568
|
+
const { namespace: s, currentCountry: c } = At(), d = s.value === "dev";
|
|
9569
|
+
return `https://e-invoice${`${c.value !== dn.F_COUNTRY.enum.MY ? `.${(F = c.value) == null ? void 0 : F.toLowerCase()}` : ""}.feedmeapi${d ? "dev" : ""}.com`}/e-invoice`;
|
|
9568
9570
|
}
|
|
9569
9571
|
function Ct(s) {
|
|
9570
9572
|
return s.data;
|
|
@@ -9953,7 +9955,7 @@ function lo(s) {
|
|
|
9953
9955
|
}
|
|
9954
9956
|
var ns = {};
|
|
9955
9957
|
(function(s) {
|
|
9956
|
-
var c = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_a403cf8b-013d-4c6d-a1b6-266623fd01dd", npm_package_devDependencies__types_node: "^18.17.17", DOTNET_NOLOGO: "1", npm_package_devDependencies_vitest: "^2.0.0", npm_package_dependencies_pinia: "^2.1.7", USER: "runner", npm_config_version_commit_hooks: "true", npm_config_user_agent: "yarn/1.22.22 npm/? node/v18.20.8 linux x64", npm_config_always_auth: "true", CI: "true", npm_package_dependencies_vue: "^3.4.21", npm_package_scripts_build_dev_standalone: "cross-env NODE_ENV=development yarn vite build --mode development", npm_config_bin_links: "true", npm_config_wrap_output: "", USE_BAZEL_FALLBACK_VERSION: "silent:", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_a403cf8b-013d-4c6d-a1b6-266623fd01dd", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/18.20.8/x64/bin/node", npm_package_devDependencies_vite: "^5.1.4", npm_package_scripts_build_prod_standalone: "cross-env NODE_ENV=production yarn vite build --mode production", npm_config_init_version: "1.0.0", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", SHLVL: "1", npm_package_files_0: "dist", HOME: "/home/runner", npm_package_devDependencies_sass: "1.69.5", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_config_init_license: "MIT", NODE_OPTIONS: "--max-old-space-size=4096", GRADLE_HOME: "/usr/share/gradle-9.4.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/29.0.14206865", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_package_devDependencies_npm_run_all2: "^6.0.6", npm_package_dependencies__feedmepos_mf_common: "^1.26.11", npm_package_scripts_type_check: "vue-tsc --noEmit -p tsconfig.app.json --composite false", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", SYSTEMD_EXEC_PID: "1888", ACTIONS_ORCHESTRATION_ID: "5f08c573-1495-41e8-aecf-b9cbd0057d6c.deploy.__default", npm_package_devDependencies__tsconfig_node18: "^18.2.2", npm_package_dependencies_dayjs: "^1.11.10", npm_package_dependencies__feedmepos_ui_library: "^1.6.8", npm_config_feedmepos_registry: "https://npm.pkg.github.com", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_description: "# mf-e-invoice", npm_package_devDependencies_typescript: "~5.2.0", npm_package_devDependencies_tailwindcss: "^3.3.3", npm_package_dependencies__vitejs_plugin_vue_jsx: "^4.0.0", JAVA_HOME_25_X64: "/usr/lib/jvm/temurin-25-jdk-amd64", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_devDependencies_vue_tsc: "^1.8.11", npm_package_scripts_build_dev: "dotenv -e .env.development yarn build-only", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20260323.65.1", npm_package_devDependencies_prettier: "^3.0.3", npm_package_scripts_build_prod: "dotenv -e .env.production yarn build-only", npm_package_scripts_dev: "cross-env NODE_ENV=development vite --mode development --port 5178", LOGNAME: "runner", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_devDependencies__vue_tsconfig: "^0.4.0", npm_package_type: "module", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.12/x64", JOURNAL_STREAM: "9:15424", GITHUB_WORKFLOW: "Publish mf-e-invoice", _: "/usr/local/bin/yarn", npm_package_devDependencies_autoprefixer: "^10.4.16", npm_package_module: "./dist/app.js", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure", GOROOT_1_24_X64: "/opt/hostedtoolcache/go/1.24.13/x64", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_config_registry: "https://registry.yarnpkg.com", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", GOROOT_1_25_X64: "/opt/hostedtoolcache/go/1.25.8/x64", GITHUB_RUN_ID: "23643381533", GITHUB_REF_TYPE: "tag", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "2c6e1bd00f3baf32ec9abfa4a9ca13ab6899e3cd", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_devDependencies__vitejs_plugin_vue: "^4.3.4", npm_package_scripts_start: "cross-env NODE_ENV=production vite --mode production --port 5178", npm_package_exports___import: "./dist/app.js", npm_config_ignore_scripts: "", GITHUB_WORKFLOW_REF: "feedmepos/core/.github/workflows/e-invoice-portal-dev.yml@refs/tags/mf-e-invoice/0.0.69", GITHUB_ACTION_REPOSITORY: "", ENABLE_RUNNER_TRACING: "true", npm_package_dependencies_axios: "^1.6.2", PATH: "/tmp/yarn--1774609700119-0.20501525521258612:/home/runner/work/core/core/apps/e-invoice-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/18.20.8/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1774609699834-0.6895863733631531:/home/runner/work/core/core/apps/e-invoice-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/18.20.8/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1774609699465-0.23163881546070764:/home/runner/work/core/core/apps/e-invoice-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/18.20.8/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", NODE: "/opt/hostedtoolcache/node/18.20.8/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_1b369e92-5924-41a2-9374-e4a32c57923b", INVOCATION_ID: "47b0e74cf2aa414e9da18938d88c7655", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", npm_package_name: "@feedmepos/mf-e-invoice", GITHUB_ACTION: "__run_3", GITHUB_RUN_NUMBER: "106", GITHUB_TRIGGERING_ACTOR: "gaialance", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_scripts_publish_github_beta: "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/", npm_package_scripts_publish_github: "npm publish --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/", npm_package_scripts_publish_npm_beta: "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/", npm_package_scripts_publish_npm: "npm publish --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/", npm_package_scripts_build_mf: "vite build --mode fmmf", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies_eslint: "^8.54.0", npm_package_devDependencies__vue_eslint_config_typescript: "^12.0.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 1000055678", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "mf-e-invoice/0.0.69", GITHUB_REPOSITORY: "feedmepos/core", npm_lifecycle_script: "vite build --mode fmmf", npm_package_dependencies__feedmepos_core: "^2.14.28", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", npm_package_devDependencies__casl_ability: "^3.4.0", npm_package_scripts_test: "vitest run", npm_config_version_git_message: "v%s", SHELL: "/bin/bash", GITHUB_REPOSITORY_ID: "690880264", GITHUB_ACTIONS: "true", npm_lifecycle_event: "build:mf", npm_package_devDependencies_jsdom: "^24.0.0", npm_package_devDependencies__rushstack_eslint_patch: "^1.15.0", npm_package_scripts_build_only: "yarn build:mf && yarn build:dts", npm_package_version: "0.0.69", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","build:dev"],"original":["build:dev"]}', npm_package_dependencies_dotenv_cli: "^7.4.2", npm_package_scripts_build: 'run-p type-check "build-only {@}" --', npm_config__feedmepos_registry: "https://npm.pkg.github.com", GITHUB_WORKSPACE: "/home/runner/work/core/core", ACCEPT_EULA: "Y", GITHUB_JOB: "deploy", GITHUB_SHA: "2c6e1bd00f3baf32ec9abfa4a9ca13ab6899e3cd", GITHUB_RUN_ATTEMPT: "1", npm_package_devDependencies_eslint_plugin_tailwindcss: "^3.14.0", npm_package_dependencies_vue_router: "^4.3.0", npm_package_exports___style: "./dist/style.css", npm_config_version_git_tag: "true", npm_config_version_git_sign: "", GITHUB_REF: "refs/tags/mf-e-invoice/0.0.69", GITHUB_ACTOR: "gaialance", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_package_license: "UNLICENSED", npm_config_strict_ssl: "true", VITE_PINIA_STORE: "mf-e-invoice", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_a403cf8b-013d-4c6d-a1b6-266623fd01dd", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/core/core/apps/e-invoice-portal", GITHUB_ACTOR_ID: "35401028", RUNNER_WORKSPACE: "/home/runner/work/core", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_a403cf8b-013d-4c6d-a1b6-266623fd01dd", npm_package_exports___types: "./dist/app.d.ts", EDGEWEBDRIVER: "/usr/local/share/edge_driver", npm_package_devDependencies_postcss: "^8.4.31", npm_package_devDependencies_eslint_plugin_vue: "^9.19.2", npm_package_devDependencies_cross_env: "^7.0.3", npm_config_save_prefix: "^", npm_config_ignore_optional: "", VITE_BACKEND_URL: "https://e-invoice-dev.feedmeapi.com/e-invoice", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.3.13750724", SGX_AESM_ADDR: "1", PSModulePath: "/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0", CHROME_BIN: "/usr/bin/google-chrome", npm_package_scripts_deploy_beta: "yarn run build-only && yarn run publish-npm:beta && yarn run publish-github:beta && yarn run purge:beta", npm_package_scripts_deploy: "yarn run build-only && yarn run publish-npm && yarn run publish-github && yarn run purge:prod", npm_package_scripts_preview: "vite preview", VITE_FEED_ME_CLIENT_ID: "1a362d621873497b277ea55258cc82594ba148d235257f7bd44ea2acc132d8a4", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", INIT_CWD: "/home/runner/work/core/core/apps/e-invoice-portal", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_a403cf8b-013d-4c6d-a1b6-266623fd01dd", npm_package_dependencies_libphonenumber_js: "^1.12.10", NODE_ENV: "production" } }, d = typeof c < "u" && (c.versions || {}).hasOwnProperty("node"), v = d ? Object.create(globalThis) : globalThis;
|
|
9958
|
+
var c = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_66578f2f-428a-46ce-8ddf-07679963d753", npm_package_devDependencies__types_node: "^18.17.17", DOTNET_NOLOGO: "1", npm_package_devDependencies_vitest: "^2.0.0", npm_package_dependencies_pinia: "^2.1.7", USER: "runner", npm_config_version_commit_hooks: "true", npm_config_user_agent: "yarn/1.22.22 npm/? node/v18.20.8 linux x64", npm_config_always_auth: "true", CI: "true", npm_package_dependencies_vue: "^3.4.21", npm_package_scripts_build_dev_standalone: "cross-env NODE_ENV=development yarn vite build --mode development", npm_config_bin_links: "true", npm_config_wrap_output: "", USE_BAZEL_FALLBACK_VERSION: "silent:", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_66578f2f-428a-46ce-8ddf-07679963d753", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/18.20.8/x64/bin/node", npm_package_devDependencies_vite: "^5.1.4", npm_package_scripts_build_prod_standalone: "cross-env NODE_ENV=production yarn vite build --mode production", npm_config_init_version: "1.0.0", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", SHLVL: "1", npm_package_files_0: "dist", HOME: "/home/runner", npm_package_devDependencies_sass: "1.69.5", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_config_init_license: "MIT", NODE_OPTIONS: "--max-old-space-size=4096", GRADLE_HOME: "/usr/share/gradle-9.4.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/29.0.14206865", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_package_devDependencies_npm_run_all2: "^6.0.6", npm_package_dependencies__feedmepos_mf_common: "^1.26.11", npm_package_scripts_type_check: "vue-tsc --noEmit -p tsconfig.app.json --composite false", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", SYSTEMD_EXEC_PID: "1887", ACTIONS_ORCHESTRATION_ID: "ef423bb0-6c46-4a69-a1fb-0609b28e3b91.deploy.__default", npm_package_devDependencies__tsconfig_node18: "^18.2.2", npm_package_dependencies_dayjs: "^1.11.10", npm_package_dependencies__feedmepos_ui_library: "^1.6.8", npm_config_feedmepos_registry: "https://npm.pkg.github.com", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_description: "# mf-e-invoice", npm_package_devDependencies_typescript: "~5.2.0", npm_package_devDependencies_tailwindcss: "^3.3.3", npm_package_dependencies__vitejs_plugin_vue_jsx: "^4.0.0", JAVA_HOME_25_X64: "/usr/lib/jvm/temurin-25-jdk-amd64", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_devDependencies_vue_tsc: "^1.8.11", npm_package_scripts_build_dev: "dotenv -e .env.development yarn build-only", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20260323.65.1", npm_package_devDependencies_prettier: "^3.0.3", npm_package_scripts_build_prod: "dotenv -e .env.production yarn build-only", npm_package_scripts_dev: "cross-env NODE_ENV=development vite --mode development --port 5178", LOGNAME: "runner", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_devDependencies__vue_tsconfig: "^0.4.0", npm_package_type: "module", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.12/x64", JOURNAL_STREAM: "9:15166", GITHUB_WORKFLOW: "Publish mf-e-invoice", _: "/usr/local/bin/yarn", npm_package_devDependencies_autoprefixer: "^10.4.16", npm_package_module: "./dist/app.js", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure", GOROOT_1_24_X64: "/opt/hostedtoolcache/go/1.24.13/x64", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_config_registry: "https://registry.yarnpkg.com", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", GOROOT_1_25_X64: "/opt/hostedtoolcache/go/1.25.8/x64", GITHUB_RUN_ID: "23732139166", GITHUB_REF_TYPE: "tag", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "58ecbc044a86ee061a561d415579232c73ff3d06", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_devDependencies__vitejs_plugin_vue: "^4.3.4", npm_package_scripts_start: "cross-env NODE_ENV=production vite --mode production --port 5178", npm_package_exports___import: "./dist/app.js", npm_config_ignore_scripts: "", GITHUB_WORKFLOW_REF: "feedmepos/core/.github/workflows/e-invoice-portal-dev.yml@refs/tags/mf-e-invoice/0.0.71", GITHUB_ACTION_REPOSITORY: "", ENABLE_RUNNER_TRACING: "true", npm_package_dependencies_axios: "^1.6.2", PATH: "/tmp/yarn--1774854170860-0.8482308447113756:/home/runner/work/core/core/apps/e-invoice-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/18.20.8/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1774854170580-0.7143963841908727:/home/runner/work/core/core/apps/e-invoice-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/18.20.8/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1774854170226-0.6239981930965035:/home/runner/work/core/core/apps/e-invoice-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/18.20.8/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/18.20.8/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", NODE: "/opt/hostedtoolcache/node/18.20.8/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_525937ca-ecd8-4f54-8661-0fdf7b225343", INVOCATION_ID: "25e795328b084da1b0aa7feee471330a", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", npm_package_name: "@feedmepos/mf-e-invoice", GITHUB_ACTION: "__run_3", GITHUB_RUN_NUMBER: "109", GITHUB_TRIGGERING_ACTOR: "gaialance", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_scripts_publish_github_beta: "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/", npm_package_scripts_publish_github: "npm publish --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/", npm_package_scripts_publish_npm_beta: "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/", npm_package_scripts_publish_npm: "npm publish --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/", npm_package_scripts_build_mf: "vite build --mode fmmf", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies_eslint: "^8.54.0", npm_package_devDependencies__vue_eslint_config_typescript: "^12.0.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 1000055942", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "mf-e-invoice/0.0.71", GITHUB_REPOSITORY: "feedmepos/core", npm_lifecycle_script: "vite build --mode fmmf", npm_package_dependencies__feedmepos_core: "^2.14.28", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", npm_package_devDependencies__casl_ability: "^3.4.0", npm_package_scripts_test: "vitest run", npm_config_version_git_message: "v%s", SHELL: "/bin/bash", GITHUB_REPOSITORY_ID: "690880264", GITHUB_ACTIONS: "true", npm_lifecycle_event: "build:mf", npm_package_devDependencies_jsdom: "^24.0.0", npm_package_devDependencies__rushstack_eslint_patch: "^1.15.0", npm_package_scripts_build_only: "yarn build:mf && yarn build:dts", npm_package_version: "0.0.71", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","build:dev"],"original":["build:dev"]}', npm_package_dependencies_dotenv_cli: "^7.4.2", npm_package_scripts_build: 'run-p type-check "build-only {@}" --', npm_config__feedmepos_registry: "https://npm.pkg.github.com", GITHUB_WORKSPACE: "/home/runner/work/core/core", ACCEPT_EULA: "Y", GITHUB_JOB: "deploy", GITHUB_SHA: "58ecbc044a86ee061a561d415579232c73ff3d06", GITHUB_RUN_ATTEMPT: "1", npm_package_devDependencies_eslint_plugin_tailwindcss: "^3.14.0", npm_package_dependencies_vue_router: "^4.3.0", npm_package_exports___style: "./dist/style.css", npm_config_version_git_tag: "true", npm_config_version_git_sign: "", GITHUB_REF: "refs/tags/mf-e-invoice/0.0.71", GITHUB_ACTOR: "gaialance", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_package_license: "UNLICENSED", npm_config_strict_ssl: "true", VITE_PINIA_STORE: "mf-e-invoice", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_66578f2f-428a-46ce-8ddf-07679963d753", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/core/core/apps/e-invoice-portal", GITHUB_ACTOR_ID: "35401028", RUNNER_WORKSPACE: "/home/runner/work/core", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_66578f2f-428a-46ce-8ddf-07679963d753", npm_package_exports___types: "./dist/app.d.ts", EDGEWEBDRIVER: "/usr/local/share/edge_driver", npm_package_devDependencies_postcss: "^8.4.31", npm_package_devDependencies_eslint_plugin_vue: "^9.19.2", npm_package_devDependencies_cross_env: "^7.0.3", npm_config_save_prefix: "^", npm_config_ignore_optional: "", VITE_BACKEND_URL: "https://e-invoice-dev.feedmeapi.com/e-invoice", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.3.13750724", SGX_AESM_ADDR: "1", PSModulePath: "/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0", CHROME_BIN: "/usr/bin/google-chrome", npm_package_scripts_deploy_beta: "yarn run build-only && yarn run publish-npm:beta && yarn run publish-github:beta && yarn run purge:beta", npm_package_scripts_deploy: "yarn run build-only && yarn run publish-npm && yarn run publish-github && yarn run purge:prod", npm_package_scripts_preview: "vite preview", VITE_FEED_ME_CLIENT_ID: "1a362d621873497b277ea55258cc82594ba148d235257f7bd44ea2acc132d8a4", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", INIT_CWD: "/home/runner/work/core/core/apps/e-invoice-portal", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.3.13750724", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_66578f2f-428a-46ce-8ddf-07679963d753", npm_package_dependencies_libphonenumber_js: "^1.12.10", NODE_ENV: "production" } }, d = typeof c < "u" && (c.versions || {}).hasOwnProperty("node"), v = d ? Object.create(globalThis) : globalThis;
|
|
9957
9959
|
if (v.scheduleImmediate = typeof setImmediate < "u" ? function(F) {
|
|
9958
9960
|
setImmediate(F);
|
|
9959
9961
|
} : function(F) {
|
|
@@ -28469,7 +28471,7 @@ var B0 = Ke && Ke.__createBinding || (Object.create ? function(s, c, d, v) {
|
|
|
28469
28471
|
Object.defineProperty(Ri, "__esModule", { value: !0 });
|
|
28470
28472
|
Ri.utils = void 0;
|
|
28471
28473
|
Ri.utils = L0(Pn);
|
|
28472
|
-
var jt = ns, H0 =
|
|
28474
|
+
var jt = ns, H0 = dn, { utils: U0 } = Ri, it = {
|
|
28473
28475
|
Bill: jt.Bill,
|
|
28474
28476
|
Config: jt.Config,
|
|
28475
28477
|
Country: jt.Country,
|
|
@@ -28614,7 +28616,7 @@ const x0 = { class: "h-full flex flex-col" }, G0 = { class: "flex flex-col gap-y
|
|
|
28614
28616
|
show: H,
|
|
28615
28617
|
hide: Y
|
|
28616
28618
|
});
|
|
28617
|
-
const v = d, z = lr(), F = ke(!1), j = ke(), I = ke(), N =
|
|
28619
|
+
const v = d, z = lr(), F = ke(!1), j = ke(), I = ke(), N = fn(), M = ke(!1);
|
|
28618
28620
|
function H(ae) {
|
|
28619
28621
|
I.value = ae, oe(), F.value = !0;
|
|
28620
28622
|
}
|
|
@@ -28966,7 +28968,7 @@ const vh = {
|
|
|
28966
28968
|
show: Y,
|
|
28967
28969
|
hide: X
|
|
28968
28970
|
});
|
|
28969
|
-
const v = d, z =
|
|
28971
|
+
const v = d, z = fn(), F = Object.entries(it.EInvoice.stateList()).sort((g, e) => g[0].localeCompare(e[0])).map(([g, e]) => ({
|
|
28970
28972
|
label: e,
|
|
28971
28973
|
value: e
|
|
28972
28974
|
})), j = Object.values(it.EInvoice.msicList()).map((g) => ({
|
|
@@ -28986,13 +28988,13 @@ const vh = {
|
|
|
28986
28988
|
title: "Create Zero Sales Submission",
|
|
28987
28989
|
primaryActions: { text: "Submit", close: !0 },
|
|
28988
28990
|
secondaryActions: { text: "Cancel", close: !0 },
|
|
28989
|
-
contentComponent:
|
|
28990
|
-
|
|
28991
|
+
contentComponent: vn("div", [
|
|
28992
|
+
vn(
|
|
28991
28993
|
"p",
|
|
28992
28994
|
{ class: "mb-12" },
|
|
28993
28995
|
"This will submit a zero-value consolidated sale for TIN No. " + g.tinNo + " and Register No. " + g.regNo + " in MyInvois."
|
|
28994
28996
|
),
|
|
28995
|
-
|
|
28997
|
+
vn(
|
|
28996
28998
|
"p",
|
|
28997
28999
|
{ class: "mb-12" },
|
|
28998
29000
|
"This is to ensure the TIN and Register no. are correct, and that the merchant has granted FeedMe intermediary access."
|
|
@@ -29093,7 +29095,7 @@ ${e}`,
|
|
|
29093
29095
|
endDate: Je(A.endDate).format(ue)
|
|
29094
29096
|
}
|
|
29095
29097
|
};
|
|
29096
|
-
}), ne =
|
|
29098
|
+
}), ne = At(), je = Xe(() => ne.enabledCountries.value), Ae = Xe(() => {
|
|
29097
29099
|
var g;
|
|
29098
29100
|
return (g = ne.sessionUser.value) == null ? void 0 : g.isInternal;
|
|
29099
29101
|
});
|
|
@@ -29327,7 +29329,7 @@ ${e}`,
|
|
|
29327
29329
|
d.value = !1;
|
|
29328
29330
|
}
|
|
29329
29331
|
});
|
|
29330
|
-
const d = ke(!1), v = ke(), z = ke(), F = lr(), j = Xe(() => F.restaurants), I = Xe(() => F.marketing), N =
|
|
29332
|
+
const d = ke(!1), v = ke(), z = ke(), F = lr(), j = Xe(() => F.restaurants), I = Xe(() => F.marketing), N = fn();
|
|
29331
29333
|
async function M() {
|
|
29332
29334
|
let L = "";
|
|
29333
29335
|
try {
|
|
@@ -29395,7 +29397,7 @@ ${e}`,
|
|
|
29395
29397
|
N.close(X);
|
|
29396
29398
|
}
|
|
29397
29399
|
}
|
|
29398
|
-
const fe =
|
|
29400
|
+
const fe = At(), ae = Xe(() => {
|
|
29399
29401
|
var L;
|
|
29400
29402
|
return (L = fe.sessionUser.value) == null ? void 0 : L.isInternal;
|
|
29401
29403
|
});
|
|
@@ -29630,7 +29632,7 @@ function Bs(s) {
|
|
|
29630
29632
|
meta: {
|
|
29631
29633
|
width: "100px"
|
|
29632
29634
|
},
|
|
29633
|
-
render: () =>
|
|
29635
|
+
render: () => vn(
|
|
29634
29636
|
Ur.FmChip,
|
|
29635
29637
|
{
|
|
29636
29638
|
class: `fm-typo-en-body-sm-600 ${Ao(s.status)}`,
|
|
@@ -29672,7 +29674,7 @@ function Bs(s) {
|
|
|
29672
29674
|
class: "col-span-2",
|
|
29673
29675
|
value: os(N)
|
|
29674
29676
|
}
|
|
29675
|
-
], H = s.customer ? s.customer.type ==
|
|
29677
|
+
], H = s.customer ? s.customer.type == dn.F_E_INVOICE_PROFILE_TYPE.Enum.individual ? Gh(
|
|
29676
29678
|
s.customer
|
|
29677
29679
|
) : Xh(
|
|
29678
29680
|
s.customer
|
|
@@ -29843,7 +29845,7 @@ function Yh(s) {
|
|
|
29843
29845
|
title: "Status",
|
|
29844
29846
|
value: d,
|
|
29845
29847
|
class: "w-[50px] font-semibold",
|
|
29846
|
-
render: () =>
|
|
29848
|
+
render: () => vn(
|
|
29847
29849
|
Ur.FmChip,
|
|
29848
29850
|
{
|
|
29849
29851
|
class: `fm-typo-en-body-sm-600 ${Ao(d)}`,
|
|
@@ -29902,7 +29904,7 @@ function Yh(s) {
|
|
|
29902
29904
|
title: "Status",
|
|
29903
29905
|
value: d,
|
|
29904
29906
|
class: "w-[50px]",
|
|
29905
|
-
render: () =>
|
|
29907
|
+
render: () => vn(
|
|
29906
29908
|
Ur.FmChip,
|
|
29907
29909
|
{
|
|
29908
29910
|
class: `fm-typo-en-body-sm-600 ${Ao(d)}`,
|
|
@@ -30139,7 +30141,7 @@ const Cu = new Qh(), Kh = { class: "h-full flex flex-col" }, _h = { class: "flex
|
|
|
30139
30141
|
show: M,
|
|
30140
30142
|
hide: oe
|
|
30141
30143
|
});
|
|
30142
|
-
const v = d, z =
|
|
30144
|
+
const v = d, z = fn(), F = ke(!1), j = ke(), I = ke(), N = ke();
|
|
30143
30145
|
function M(L) {
|
|
30144
30146
|
N.value = L, H(), F.value = !0;
|
|
30145
30147
|
}
|
|
@@ -30203,7 +30205,7 @@ const Cu = new Qh(), Kh = { class: "h-full flex flex-col" }, _h = { class: "flex
|
|
|
30203
30205
|
}
|
|
30204
30206
|
};
|
|
30205
30207
|
});
|
|
30206
|
-
const J =
|
|
30208
|
+
const J = At(), fe = Xe(() => J.enabledCountries.value);
|
|
30207
30209
|
Xe(() => {
|
|
30208
30210
|
var L;
|
|
30209
30211
|
return (L = J.sessionUser.value) == null ? void 0 : L.isInternal;
|
|
@@ -30260,7 +30262,7 @@ const Cu = new Qh(), Kh = { class: "h-full flex flex-col" }, _h = { class: "flex
|
|
|
30260
30262
|
"default-country": "VN",
|
|
30261
30263
|
"extra-country-codes": [
|
|
30262
30264
|
...fe.value,
|
|
30263
|
-
tt(
|
|
30265
|
+
tt(dn.F_COUNTRY).enum.VN
|
|
30264
30266
|
],
|
|
30265
30267
|
label: "Phone no",
|
|
30266
30268
|
"label-mark": "required",
|
|
@@ -30394,7 +30396,7 @@ const Cu = new Qh(), Kh = { class: "h-full flex flex-col" }, _h = { class: "flex
|
|
|
30394
30396
|
d.value = !1;
|
|
30395
30397
|
}
|
|
30396
30398
|
});
|
|
30397
|
-
const d = ke(!1), v = ke(), z = ke(), F = lr(), j = Xe(() => F.restaurants), I = Xe(() => F.marketing), N =
|
|
30399
|
+
const d = ke(!1), v = ke(), z = ke(), F = lr(), j = Xe(() => F.restaurants), I = Xe(() => F.marketing), N = fn();
|
|
30398
30400
|
async function M() {
|
|
30399
30401
|
let L = "";
|
|
30400
30402
|
try {
|
|
@@ -30462,7 +30464,7 @@ const Cu = new Qh(), Kh = { class: "h-full flex flex-col" }, _h = { class: "flex
|
|
|
30462
30464
|
N.close(X);
|
|
30463
30465
|
}
|
|
30464
30466
|
}
|
|
30465
|
-
const fe =
|
|
30467
|
+
const fe = At(), ae = Xe(() => {
|
|
30466
30468
|
var L;
|
|
30467
30469
|
return (L = fe.sessionUser.value) == null ? void 0 : L.isInternal;
|
|
30468
30470
|
});
|
|
@@ -30705,7 +30707,7 @@ function Fm(s) {
|
|
|
30705
30707
|
meta: {
|
|
30706
30708
|
width: "100px"
|
|
30707
30709
|
},
|
|
30708
|
-
render: () =>
|
|
30710
|
+
render: () => vn(
|
|
30709
30711
|
Ur.FmChip,
|
|
30710
30712
|
{
|
|
30711
30713
|
class: `fm-typo-en-body-sm-600 ${Fu(s.status)}`,
|
|
@@ -30891,7 +30893,7 @@ function Im(s) {
|
|
|
30891
30893
|
title: "Status",
|
|
30892
30894
|
value: d,
|
|
30893
30895
|
class: "w-[50px] font-semibold",
|
|
30894
|
-
render: () =>
|
|
30896
|
+
render: () => vn(
|
|
30895
30897
|
Ur.FmChip,
|
|
30896
30898
|
{
|
|
30897
30899
|
class: `fm-typo-en-body-sm-600 ${Fu(d)}`,
|
|
@@ -31049,7 +31051,7 @@ const Pu = new Om(), Rm = {
|
|
|
31049
31051
|
show: Y,
|
|
31050
31052
|
hide: G
|
|
31051
31053
|
});
|
|
31052
|
-
const v = d, z =
|
|
31054
|
+
const v = d, z = fn(), { enabledCountries: F, currentCountry: j } = At(), I = ke(!1), N = ke(), M = ke(), H = ke();
|
|
31053
31055
|
function Y(ae) {
|
|
31054
31056
|
H.value = ae, oe(), I.value = !0;
|
|
31055
31057
|
}
|
|
@@ -31085,7 +31087,7 @@ const Pu = new Om(), Rm = {
|
|
|
31085
31087
|
}
|
|
31086
31088
|
}
|
|
31087
31089
|
}
|
|
31088
|
-
return
|
|
31090
|
+
return At(), (ae, L) => {
|
|
31089
31091
|
const X = Te("FmCircularProgress"), de = Te("FmTextField"), we = Te("FmPhoneNumber"), Ee = Te("FmForm"), Ye = Te("FmButton"), Ue = Te("FmSideSheet");
|
|
31090
31092
|
return ye(), _e(Ue, {
|
|
31091
31093
|
modelValue: I.value,
|
|
@@ -31246,7 +31248,7 @@ const Pu = new Om(), Rm = {
|
|
|
31246
31248
|
d.value = !1;
|
|
31247
31249
|
}
|
|
31248
31250
|
});
|
|
31249
|
-
const d = ke(!1), v = ke(), z = ke(), F = lr(), j = Xe(() => F.restaurants), I = Xe(() => F.marketing), N =
|
|
31251
|
+
const d = ke(!1), v = ke(), z = ke(), F = lr(), j = Xe(() => F.restaurants), I = Xe(() => F.marketing), N = fn();
|
|
31250
31252
|
async function M() {
|
|
31251
31253
|
let ee = "";
|
|
31252
31254
|
try {
|
|
@@ -31278,7 +31280,7 @@ const Pu = new Om(), Rm = {
|
|
|
31278
31280
|
var B;
|
|
31279
31281
|
(B = z.value) == null || B.show(ee);
|
|
31280
31282
|
}
|
|
31281
|
-
const le =
|
|
31283
|
+
const le = At(), G = Xe(() => {
|
|
31282
31284
|
var ee;
|
|
31283
31285
|
return (ee = le.sessionUser.value) == null ? void 0 : ee.isInternal;
|
|
31284
31286
|
});
|
|
@@ -31417,7 +31419,7 @@ function Wm(s, c) {
|
|
|
31417
31419
|
};
|
|
31418
31420
|
}
|
|
31419
31421
|
function Qm(s) {
|
|
31420
|
-
|
|
31422
|
+
let c = [
|
|
31421
31423
|
{
|
|
31422
31424
|
title: "Submission date",
|
|
31423
31425
|
value: Je(s.submissionDate).format("DD MMM YYYY, hh:mmA")
|
|
@@ -31430,7 +31432,12 @@ function Qm(s) {
|
|
|
31430
31432
|
title: "POS ID",
|
|
31431
31433
|
value: s.posId
|
|
31432
31434
|
}
|
|
31433
|
-
]
|
|
31435
|
+
];
|
|
31436
|
+
s.merchant.accessToken && (s.ref && c.unshift({ title: "Ref", value: s.ref }), c = [
|
|
31437
|
+
{ title: "Submission Uid", value: s.submissionUid },
|
|
31438
|
+
...c
|
|
31439
|
+
]);
|
|
31440
|
+
const d = [
|
|
31434
31441
|
{
|
|
31435
31442
|
title: "Submission date",
|
|
31436
31443
|
value: Je(s.submissionDate).format("DD MMM YYYY, hh:mmA")
|
|
@@ -31634,7 +31641,7 @@ function $m(s) {
|
|
|
31634
31641
|
}), c;
|
|
31635
31642
|
}
|
|
31636
31643
|
function Jm(s) {
|
|
31637
|
-
|
|
31644
|
+
const c = [
|
|
31638
31645
|
{
|
|
31639
31646
|
title: "Document No.",
|
|
31640
31647
|
value: s.bill.no
|
|
@@ -31655,7 +31662,8 @@ function Jm(s) {
|
|
|
31655
31662
|
title: "Total",
|
|
31656
31663
|
value: it.Dinero.fromFdoDinero(s.bill.nettTotal).toFormat()
|
|
31657
31664
|
}
|
|
31658
|
-
]
|
|
31665
|
+
];
|
|
31666
|
+
return s.submissionUid && c.push({ title: "Status", value: s.status }), { fields: c };
|
|
31659
31667
|
}
|
|
31660
31668
|
class e2 extends ts {
|
|
31661
31669
|
get settingDialogComponent() {
|
|
@@ -31685,10 +31693,10 @@ class e2 extends ts {
|
|
|
31685
31693
|
}
|
|
31686
31694
|
const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
31687
31695
|
const s = ke({}), c = ke(null), d = ke(null), v = ke([]), z = ke([]), F = Xe(() => {
|
|
31688
|
-
switch (
|
|
31689
|
-
case
|
|
31696
|
+
switch (At().currentCountry.value) {
|
|
31697
|
+
case dn.F_COUNTRY.enum.VN:
|
|
31690
31698
|
return Pu;
|
|
31691
|
-
case
|
|
31699
|
+
case dn.F_COUNTRY.enum.TH:
|
|
31692
31700
|
return Iu;
|
|
31693
31701
|
default:
|
|
31694
31702
|
return Cu;
|
|
@@ -31698,18 +31706,18 @@ const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
|
31698
31706
|
...c.value ? [c.value] : []
|
|
31699
31707
|
]), I = Xe(
|
|
31700
31708
|
() => {
|
|
31701
|
-
const B =
|
|
31709
|
+
const B = At().currentCountry.value;
|
|
31702
31710
|
return (B ? it.Country.getCountryFlattenTaxes(B) : []).reduce(
|
|
31703
31711
|
(fe, ae) => (fe[`${ae.systemCode}/${ae.taxCode}`] = ae, fe),
|
|
31704
31712
|
{}
|
|
31705
31713
|
);
|
|
31706
31714
|
}
|
|
31707
31715
|
), N = Xe(() => {
|
|
31708
|
-
const B =
|
|
31716
|
+
const B = At().currentCountry.value;
|
|
31709
31717
|
return B ? it.Country.getCountryDefaultExemptedTax(B) : null;
|
|
31710
31718
|
});
|
|
31711
31719
|
async function M() {
|
|
31712
|
-
const { restaurants: B, currentBusiness: J } =
|
|
31720
|
+
const { restaurants: B, currentBusiness: J } = At();
|
|
31713
31721
|
if (B.value.length === 0)
|
|
31714
31722
|
return s.value;
|
|
31715
31723
|
const fe = await ft.getProfiles(J.value._id);
|
|
@@ -31742,7 +31750,7 @@ const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
|
31742
31750
|
}
|
|
31743
31751
|
async function Y() {
|
|
31744
31752
|
var fe;
|
|
31745
|
-
const B = (fe =
|
|
31753
|
+
const B = (fe = At().currentBusiness.value) == null ? void 0 : fe._id;
|
|
31746
31754
|
if (!B) {
|
|
31747
31755
|
c.value = null;
|
|
31748
31756
|
return;
|
|
@@ -31761,7 +31769,7 @@ const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
|
31761
31769
|
}
|
|
31762
31770
|
async function oe() {
|
|
31763
31771
|
var J;
|
|
31764
|
-
const B = (J =
|
|
31772
|
+
const B = (J = At().currentBusiness.value) == null ? void 0 : J._id;
|
|
31765
31773
|
if (!B) {
|
|
31766
31774
|
d.value = null;
|
|
31767
31775
|
return;
|
|
@@ -31770,7 +31778,7 @@ const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
|
31770
31778
|
}
|
|
31771
31779
|
async function le(B) {
|
|
31772
31780
|
var fe;
|
|
31773
|
-
const J = (fe =
|
|
31781
|
+
const J = (fe = At().currentBusiness.value) == null ? void 0 : fe._id;
|
|
31774
31782
|
if (!J) {
|
|
31775
31783
|
d.value = null;
|
|
31776
31784
|
return;
|
|
@@ -31782,7 +31790,7 @@ const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
|
31782
31790
|
}
|
|
31783
31791
|
async function G() {
|
|
31784
31792
|
var J;
|
|
31785
|
-
const B = (J =
|
|
31793
|
+
const B = (J = At().currentBusiness.value) == null ? void 0 : J._id;
|
|
31786
31794
|
if (!B) {
|
|
31787
31795
|
c.value = null;
|
|
31788
31796
|
return;
|
|
@@ -31791,7 +31799,7 @@ const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
|
31791
31799
|
}
|
|
31792
31800
|
async function ee() {
|
|
31793
31801
|
var J;
|
|
31794
|
-
const B = (J =
|
|
31802
|
+
const B = (J = At().currentBusiness.value) == null ? void 0 : J._id;
|
|
31795
31803
|
B && (z.value = await ft.getBusinessMarketingMenu(B));
|
|
31796
31804
|
}
|
|
31797
31805
|
return {
|
|
@@ -31942,7 +31950,7 @@ const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
|
31942
31950
|
return ae.push(L), ae;
|
|
31943
31951
|
const de = (we = L.bills) == null ? void 0 : we.filter((Ee) => Ee.map((Ye) => Ye.value).join(" ").toLowerCase().includes(v.value.toLowerCase()));
|
|
31944
31952
|
return de != null && de.length && ae.push({ ...L, bills: de }), ae;
|
|
31945
|
-
}, [])), oe =
|
|
31953
|
+
}, [])), oe = fn();
|
|
31946
31954
|
async function le(ae) {
|
|
31947
31955
|
var L, X;
|
|
31948
31956
|
if (d.value) {
|
|
@@ -32029,8 +32037,8 @@ const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
|
32029
32037
|
], -1)),
|
|
32030
32038
|
K("div", f2, [
|
|
32031
32039
|
(ye(!0), We(pt, null, yt(N.value, (ne, je) => (ye(), We("div", { key: je }, [
|
|
32032
|
-
K("div", h2, lt(ne.title), 1),
|
|
32033
|
-
K("div", null, lt(ne.value || "Not provided"), 1)
|
|
32040
|
+
K("div", h2, lt(ne == null ? void 0 : ne.title), 1),
|
|
32041
|
+
K("div", null, lt((ne == null ? void 0 : ne.value) || "Not provided"), 1)
|
|
32034
32042
|
]))), 128))
|
|
32035
32043
|
])
|
|
32036
32044
|
]),
|
|
@@ -32155,7 +32163,7 @@ const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
|
32155
32163
|
__name: "EInvoice",
|
|
32156
32164
|
setup(s) {
|
|
32157
32165
|
var a;
|
|
32158
|
-
const c = ke(), d = ke(), v =
|
|
32166
|
+
const c = ke(), d = ke(), v = fn(), { restaurants: z, currentBusiness: F, sessionUser: j, currentCountry: I } = us(At()), N = lr(), { locations: M, marketing: H } = us(N);
|
|
32159
32167
|
let Y = ke("");
|
|
32160
32168
|
async function oe() {
|
|
32161
32169
|
var me;
|
|
@@ -32221,9 +32229,9 @@ const Iu = new e2(), lr = Vu("mf-e-invoice-app", () => {
|
|
|
32221
32229
|
});
|
|
32222
32230
|
const B = ke((a = M.value[0]) == null ? void 0 : a.id), J = ke([]), fe = ke([]), ae = ke(""), L = Xe(() => fe.value.reduce((me, A) => (A.submissionSummary.map((be) => be.value).join(" ").toLowerCase().includes(ae.value.toLowerCase()) && me.push(A), me), [])), X = ke(""), de = Xe(() => {
|
|
32223
32231
|
switch (I.value) {
|
|
32224
|
-
case
|
|
32232
|
+
case dn.F_COUNTRY.enum.TH:
|
|
32225
32233
|
return Iu;
|
|
32226
|
-
case
|
|
32234
|
+
case dn.F_COUNTRY.enum.VN:
|
|
32227
32235
|
return Pu;
|
|
32228
32236
|
default:
|
|
32229
32237
|
return Cu;
|