@feedmepos/mf-e-invoice 0.0.68-prod → 0.0.69
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/{EInvoice-BU5arK8D.js → EInvoice-Cpl_Bojv.js} +2876 -2842
- package/dist/api/index.d.ts +2 -2
- package/dist/app.js +1 -1
- package/dist/store/index.d.ts +30 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/type/thailand/e-invoice-profile.do.d.ts +27 -0
- package/dist/type/thailand/e-invoice.do.d.ts +22 -0
- package/package.json +1 -1
|
@@ -748,11 +748,13 @@ export declare const FdoThEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
|
|
|
748
748
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
749
749
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
750
750
|
taxRegNo: z.ZodString;
|
|
751
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
751
752
|
}>, "strip", z.ZodTypeAny, {
|
|
752
753
|
phoneNo?: string | null | undefined;
|
|
753
754
|
email?: string | null | undefined;
|
|
754
755
|
queryToken?: string | null | undefined;
|
|
755
756
|
branchCode?: string | null | undefined;
|
|
757
|
+
accessToken?: string | null | undefined;
|
|
756
758
|
type: "restaurant" | "marketing";
|
|
757
759
|
name: string;
|
|
758
760
|
_id: string;
|
|
@@ -774,6 +776,7 @@ export declare const FdoThEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
|
|
|
774
776
|
email?: string | null | undefined;
|
|
775
777
|
queryToken?: string | null | undefined;
|
|
776
778
|
branchCode?: string | null | undefined;
|
|
779
|
+
accessToken?: string | null | undefined;
|
|
777
780
|
type: "restaurant" | "marketing";
|
|
778
781
|
name: string;
|
|
779
782
|
_id: string;
|
|
@@ -829,6 +832,7 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
|
|
|
829
832
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
830
833
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
831
834
|
taxRegNo: z.ZodString;
|
|
835
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
832
836
|
}>, {
|
|
833
837
|
type: z.ZodLiteral<"restaurant">;
|
|
834
838
|
restaurantId: z.ZodString;
|
|
@@ -837,6 +841,7 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
|
|
|
837
841
|
email?: string | null | undefined;
|
|
838
842
|
queryToken?: string | null | undefined;
|
|
839
843
|
branchCode?: string | null | undefined;
|
|
844
|
+
accessToken?: string | null | undefined;
|
|
840
845
|
type: "restaurant";
|
|
841
846
|
name: string;
|
|
842
847
|
_id: string;
|
|
@@ -859,6 +864,7 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
|
|
|
859
864
|
email?: string | null | undefined;
|
|
860
865
|
queryToken?: string | null | undefined;
|
|
861
866
|
branchCode?: string | null | undefined;
|
|
867
|
+
accessToken?: string | null | undefined;
|
|
862
868
|
type: "restaurant";
|
|
863
869
|
name: string;
|
|
864
870
|
_id: string;
|
|
@@ -915,6 +921,7 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
|
|
|
915
921
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
916
922
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
917
923
|
taxRegNo: z.ZodString;
|
|
924
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
918
925
|
}>, {
|
|
919
926
|
type: z.ZodLiteral<"marketing">;
|
|
920
927
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -922,6 +929,7 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
|
|
|
922
929
|
email?: string | null | undefined;
|
|
923
930
|
queryToken?: string | null | undefined;
|
|
924
931
|
branchCode?: string | null | undefined;
|
|
932
|
+
accessToken?: string | null | undefined;
|
|
925
933
|
type: "marketing";
|
|
926
934
|
name: string;
|
|
927
935
|
_id: string;
|
|
@@ -943,6 +951,7 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
|
|
|
943
951
|
email?: string | null | undefined;
|
|
944
952
|
queryToken?: string | null | undefined;
|
|
945
953
|
branchCode?: string | null | undefined;
|
|
954
|
+
accessToken?: string | null | undefined;
|
|
946
955
|
type: "marketing";
|
|
947
956
|
name: string;
|
|
948
957
|
_id: string;
|
|
@@ -998,6 +1007,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
998
1007
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
999
1008
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1000
1009
|
taxRegNo: z.ZodString;
|
|
1010
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1001
1011
|
}>, {
|
|
1002
1012
|
type: z.ZodLiteral<"restaurant">;
|
|
1003
1013
|
restaurantId: z.ZodString;
|
|
@@ -1006,6 +1016,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1006
1016
|
email?: string | null | undefined;
|
|
1007
1017
|
queryToken?: string | null | undefined;
|
|
1008
1018
|
branchCode?: string | null | undefined;
|
|
1019
|
+
accessToken?: string | null | undefined;
|
|
1009
1020
|
type: "restaurant";
|
|
1010
1021
|
name: string;
|
|
1011
1022
|
_id: string;
|
|
@@ -1028,6 +1039,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1028
1039
|
email?: string | null | undefined;
|
|
1029
1040
|
queryToken?: string | null | undefined;
|
|
1030
1041
|
branchCode?: string | null | undefined;
|
|
1042
|
+
accessToken?: string | null | undefined;
|
|
1031
1043
|
type: "restaurant";
|
|
1032
1044
|
name: string;
|
|
1033
1045
|
_id: string;
|
|
@@ -1083,6 +1095,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1083
1095
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1084
1096
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1085
1097
|
taxRegNo: z.ZodString;
|
|
1098
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1086
1099
|
}>, {
|
|
1087
1100
|
type: z.ZodLiteral<"marketing">;
|
|
1088
1101
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1090,6 +1103,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1090
1103
|
email?: string | null | undefined;
|
|
1091
1104
|
queryToken?: string | null | undefined;
|
|
1092
1105
|
branchCode?: string | null | undefined;
|
|
1106
|
+
accessToken?: string | null | undefined;
|
|
1093
1107
|
type: "marketing";
|
|
1094
1108
|
name: string;
|
|
1095
1109
|
_id: string;
|
|
@@ -1111,6 +1125,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1111
1125
|
email?: string | null | undefined;
|
|
1112
1126
|
queryToken?: string | null | undefined;
|
|
1113
1127
|
branchCode?: string | null | undefined;
|
|
1128
|
+
accessToken?: string | null | undefined;
|
|
1114
1129
|
type: "marketing";
|
|
1115
1130
|
name: string;
|
|
1116
1131
|
_id: string;
|
|
@@ -1166,6 +1181,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1166
1181
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1167
1182
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1168
1183
|
taxRegNo: z.ZodString;
|
|
1184
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1169
1185
|
}>, {
|
|
1170
1186
|
type: z.ZodLiteral<"restaurant">;
|
|
1171
1187
|
restaurantId: z.ZodString;
|
|
@@ -1174,6 +1190,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1174
1190
|
email?: string | null | undefined;
|
|
1175
1191
|
queryToken?: string | null | undefined;
|
|
1176
1192
|
branchCode?: string | null | undefined;
|
|
1193
|
+
accessToken?: string | null | undefined;
|
|
1177
1194
|
type: "restaurant";
|
|
1178
1195
|
name: string;
|
|
1179
1196
|
_id: string;
|
|
@@ -1196,6 +1213,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1196
1213
|
email?: string | null | undefined;
|
|
1197
1214
|
queryToken?: string | null | undefined;
|
|
1198
1215
|
branchCode?: string | null | undefined;
|
|
1216
|
+
accessToken?: string | null | undefined;
|
|
1199
1217
|
type: "restaurant";
|
|
1200
1218
|
name: string;
|
|
1201
1219
|
_id: string;
|
|
@@ -1251,6 +1269,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1251
1269
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1252
1270
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1253
1271
|
taxRegNo: z.ZodString;
|
|
1272
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1254
1273
|
}>, {
|
|
1255
1274
|
type: z.ZodLiteral<"marketing">;
|
|
1256
1275
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1258,6 +1277,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1258
1277
|
email?: string | null | undefined;
|
|
1259
1278
|
queryToken?: string | null | undefined;
|
|
1260
1279
|
branchCode?: string | null | undefined;
|
|
1280
|
+
accessToken?: string | null | undefined;
|
|
1261
1281
|
type: "marketing";
|
|
1262
1282
|
name: string;
|
|
1263
1283
|
_id: string;
|
|
@@ -1279,6 +1299,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1279
1299
|
email?: string | null | undefined;
|
|
1280
1300
|
queryToken?: string | null | undefined;
|
|
1281
1301
|
branchCode?: string | null | undefined;
|
|
1302
|
+
accessToken?: string | null | undefined;
|
|
1282
1303
|
type: "marketing";
|
|
1283
1304
|
name: string;
|
|
1284
1305
|
_id: string;
|
|
@@ -1334,6 +1355,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1334
1355
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1335
1356
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1336
1357
|
taxRegNo: z.ZodString;
|
|
1358
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1337
1359
|
}>, {
|
|
1338
1360
|
type: z.ZodLiteral<"restaurant">;
|
|
1339
1361
|
restaurantId: z.ZodString;
|
|
@@ -1342,6 +1364,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1342
1364
|
email?: string | null | undefined;
|
|
1343
1365
|
queryToken?: string | null | undefined;
|
|
1344
1366
|
branchCode?: string | null | undefined;
|
|
1367
|
+
accessToken?: string | null | undefined;
|
|
1345
1368
|
type: "restaurant";
|
|
1346
1369
|
name: string;
|
|
1347
1370
|
address: {
|
|
@@ -1363,6 +1386,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1363
1386
|
email?: string | null | undefined;
|
|
1364
1387
|
queryToken?: string | null | undefined;
|
|
1365
1388
|
branchCode?: string | null | undefined;
|
|
1389
|
+
accessToken?: string | null | undefined;
|
|
1366
1390
|
type: "restaurant";
|
|
1367
1391
|
name: string;
|
|
1368
1392
|
address: {
|
|
@@ -1417,6 +1441,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1417
1441
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1418
1442
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1419
1443
|
taxRegNo: z.ZodString;
|
|
1444
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1420
1445
|
}>, {
|
|
1421
1446
|
type: z.ZodLiteral<"marketing">;
|
|
1422
1447
|
}>, "_id">, "strip", z.ZodTypeAny, {
|
|
@@ -1424,6 +1449,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1424
1449
|
email?: string | null | undefined;
|
|
1425
1450
|
queryToken?: string | null | undefined;
|
|
1426
1451
|
branchCode?: string | null | undefined;
|
|
1452
|
+
accessToken?: string | null | undefined;
|
|
1427
1453
|
type: "marketing";
|
|
1428
1454
|
name: string;
|
|
1429
1455
|
address: {
|
|
@@ -1444,6 +1470,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1444
1470
|
email?: string | null | undefined;
|
|
1445
1471
|
queryToken?: string | null | undefined;
|
|
1446
1472
|
branchCode?: string | null | undefined;
|
|
1473
|
+
accessToken?: string | null | undefined;
|
|
1447
1474
|
type: "marketing";
|
|
1448
1475
|
name: string;
|
|
1449
1476
|
address: {
|
|
@@ -234,6 +234,7 @@ export declare const FdoThEInvoiceBillRef: z.ZodObject<{
|
|
|
234
234
|
export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
235
235
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
236
236
|
submissionDate: z.ZodEffects<z.ZodString, string, string>;
|
|
237
|
+
submissionUid: z.ZodString;
|
|
237
238
|
merchant: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<z.extendShape<{
|
|
238
239
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
239
240
|
type: z.ZodEnum<["restaurant", "marketing"]>;
|
|
@@ -272,6 +273,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
272
273
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
273
274
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
274
275
|
taxRegNo: z.ZodString;
|
|
276
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
275
277
|
}>, {
|
|
276
278
|
type: z.ZodLiteral<"restaurant">;
|
|
277
279
|
restaurantId: z.ZodString;
|
|
@@ -280,6 +282,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
280
282
|
email?: string | null | undefined;
|
|
281
283
|
queryToken?: string | null | undefined;
|
|
282
284
|
branchCode?: string | null | undefined;
|
|
285
|
+
accessToken?: string | null | undefined;
|
|
283
286
|
type: "restaurant";
|
|
284
287
|
name: string;
|
|
285
288
|
_id: string;
|
|
@@ -302,6 +305,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
302
305
|
email?: string | null | undefined;
|
|
303
306
|
queryToken?: string | null | undefined;
|
|
304
307
|
branchCode?: string | null | undefined;
|
|
308
|
+
accessToken?: string | null | undefined;
|
|
305
309
|
type: "restaurant";
|
|
306
310
|
name: string;
|
|
307
311
|
_id: string;
|
|
@@ -357,6 +361,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
357
361
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
358
362
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
359
363
|
taxRegNo: z.ZodString;
|
|
364
|
+
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
360
365
|
}>, {
|
|
361
366
|
type: z.ZodLiteral<"marketing">;
|
|
362
367
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -364,6 +369,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
364
369
|
email?: string | null | undefined;
|
|
365
370
|
queryToken?: string | null | undefined;
|
|
366
371
|
branchCode?: string | null | undefined;
|
|
372
|
+
accessToken?: string | null | undefined;
|
|
367
373
|
type: "marketing";
|
|
368
374
|
name: string;
|
|
369
375
|
_id: string;
|
|
@@ -385,6 +391,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
385
391
|
email?: string | null | undefined;
|
|
386
392
|
queryToken?: string | null | undefined;
|
|
387
393
|
branchCode?: string | null | undefined;
|
|
394
|
+
accessToken?: string | null | undefined;
|
|
388
395
|
type: "marketing";
|
|
389
396
|
name: string;
|
|
390
397
|
_id: string;
|
|
@@ -556,6 +563,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
556
563
|
tinNo: string;
|
|
557
564
|
branchCode: string;
|
|
558
565
|
}>>;
|
|
566
|
+
invoice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
559
567
|
bill: z.ZodObject<{
|
|
560
568
|
id: z.ZodString;
|
|
561
569
|
no: z.ZodString;
|
|
@@ -636,15 +644,22 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
636
644
|
};
|
|
637
645
|
}>;
|
|
638
646
|
updatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
647
|
+
req: z.ZodAny;
|
|
648
|
+
res: z.ZodAny;
|
|
639
649
|
}, "strip", z.ZodTypeAny, {
|
|
650
|
+
invoice?: any;
|
|
640
651
|
updatedAt?: string | null | undefined;
|
|
652
|
+
req?: any;
|
|
653
|
+
res?: any;
|
|
641
654
|
_id: string;
|
|
655
|
+
submissionUid: string;
|
|
642
656
|
submissionDate: string;
|
|
643
657
|
merchant: {
|
|
644
658
|
phoneNo?: string | null | undefined;
|
|
645
659
|
email?: string | null | undefined;
|
|
646
660
|
queryToken?: string | null | undefined;
|
|
647
661
|
branchCode?: string | null | undefined;
|
|
662
|
+
accessToken?: string | null | undefined;
|
|
648
663
|
type: "restaurant";
|
|
649
664
|
name: string;
|
|
650
665
|
_id: string;
|
|
@@ -667,6 +682,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
667
682
|
email?: string | null | undefined;
|
|
668
683
|
queryToken?: string | null | undefined;
|
|
669
684
|
branchCode?: string | null | undefined;
|
|
685
|
+
accessToken?: string | null | undefined;
|
|
670
686
|
type: "marketing";
|
|
671
687
|
name: string;
|
|
672
688
|
_id: string;
|
|
@@ -742,14 +758,19 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
742
758
|
};
|
|
743
759
|
};
|
|
744
760
|
}, {
|
|
761
|
+
invoice?: any;
|
|
745
762
|
updatedAt?: string | null | undefined;
|
|
763
|
+
req?: any;
|
|
764
|
+
res?: any;
|
|
746
765
|
_id: string;
|
|
766
|
+
submissionUid: string;
|
|
747
767
|
submissionDate: string;
|
|
748
768
|
merchant: {
|
|
749
769
|
phoneNo?: string | null | undefined;
|
|
750
770
|
email?: string | null | undefined;
|
|
751
771
|
queryToken?: string | null | undefined;
|
|
752
772
|
branchCode?: string | null | undefined;
|
|
773
|
+
accessToken?: string | null | undefined;
|
|
753
774
|
type: "restaurant";
|
|
754
775
|
name: string;
|
|
755
776
|
_id: string;
|
|
@@ -772,6 +793,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
772
793
|
email?: string | null | undefined;
|
|
773
794
|
queryToken?: string | null | undefined;
|
|
774
795
|
branchCode?: string | null | undefined;
|
|
796
|
+
accessToken?: string | null | undefined;
|
|
775
797
|
type: "marketing";
|
|
776
798
|
name: string;
|
|
777
799
|
_id: string;
|