@feedmepos/mf-e-invoice 0.0.81 → 0.0.83
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-DyWkv4Iy.js → EInvoice-BlAc095N.js} +5044 -4994
- package/dist/app.js +1 -1
- package/dist/components/filter/Filter.vue.d.ts +8 -0
- package/dist/store/index.d.ts +38 -32
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/type/thailand/e-invoice-profile.do.d.ts +0 -27
- package/dist/type/thailand/e-invoice.do.d.ts +0 -10
- package/package.json +1 -1
- /package/dist/components/{LocationSelect.vue.d.ts → filter/LocationSelect.vue.d.ts} +0 -0
|
@@ -750,7 +750,6 @@ export declare const FdoThEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
|
|
|
750
750
|
taxRegNo: z.ZodString;
|
|
751
751
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
752
752
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
753
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
754
753
|
}>, "strip", z.ZodTypeAny, {
|
|
755
754
|
phoneNo?: string | null | undefined;
|
|
756
755
|
email?: string | null | undefined;
|
|
@@ -758,7 +757,6 @@ export declare const FdoThEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
|
|
|
758
757
|
branchCode?: string | null | undefined;
|
|
759
758
|
eTaxActivatedAt?: string | null | undefined;
|
|
760
759
|
accessToken?: string | null | undefined;
|
|
761
|
-
eTaxImage?: string | null | undefined;
|
|
762
760
|
type: "restaurant" | "marketing";
|
|
763
761
|
name: string;
|
|
764
762
|
_id: string;
|
|
@@ -782,7 +780,6 @@ export declare const FdoThEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
|
|
|
782
780
|
branchCode?: string | null | undefined;
|
|
783
781
|
eTaxActivatedAt?: string | null | undefined;
|
|
784
782
|
accessToken?: string | null | undefined;
|
|
785
|
-
eTaxImage?: string | null | undefined;
|
|
786
783
|
type: "restaurant" | "marketing";
|
|
787
784
|
name: string;
|
|
788
785
|
_id: string;
|
|
@@ -840,7 +837,6 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
|
|
|
840
837
|
taxRegNo: z.ZodString;
|
|
841
838
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
842
839
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
843
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
844
840
|
}>, {
|
|
845
841
|
type: z.ZodLiteral<"restaurant">;
|
|
846
842
|
restaurantId: z.ZodString;
|
|
@@ -851,7 +847,6 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
|
|
|
851
847
|
branchCode?: string | null | undefined;
|
|
852
848
|
eTaxActivatedAt?: string | null | undefined;
|
|
853
849
|
accessToken?: string | null | undefined;
|
|
854
|
-
eTaxImage?: string | null | undefined;
|
|
855
850
|
type: "restaurant";
|
|
856
851
|
name: string;
|
|
857
852
|
_id: string;
|
|
@@ -876,7 +871,6 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
|
|
|
876
871
|
branchCode?: string | null | undefined;
|
|
877
872
|
eTaxActivatedAt?: string | null | undefined;
|
|
878
873
|
accessToken?: string | null | undefined;
|
|
879
|
-
eTaxImage?: string | null | undefined;
|
|
880
874
|
type: "restaurant";
|
|
881
875
|
name: string;
|
|
882
876
|
_id: string;
|
|
@@ -935,7 +929,6 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
|
|
|
935
929
|
taxRegNo: z.ZodString;
|
|
936
930
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
937
931
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
938
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
939
932
|
}>, {
|
|
940
933
|
type: z.ZodLiteral<"marketing">;
|
|
941
934
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -945,7 +938,6 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
|
|
|
945
938
|
branchCode?: string | null | undefined;
|
|
946
939
|
eTaxActivatedAt?: string | null | undefined;
|
|
947
940
|
accessToken?: string | null | undefined;
|
|
948
|
-
eTaxImage?: string | null | undefined;
|
|
949
941
|
type: "marketing";
|
|
950
942
|
name: string;
|
|
951
943
|
_id: string;
|
|
@@ -969,7 +961,6 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
|
|
|
969
961
|
branchCode?: string | null | undefined;
|
|
970
962
|
eTaxActivatedAt?: string | null | undefined;
|
|
971
963
|
accessToken?: string | null | undefined;
|
|
972
|
-
eTaxImage?: string | null | undefined;
|
|
973
964
|
type: "marketing";
|
|
974
965
|
name: string;
|
|
975
966
|
_id: string;
|
|
@@ -1027,7 +1018,6 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1027
1018
|
taxRegNo: z.ZodString;
|
|
1028
1019
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1029
1020
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1030
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1031
1021
|
}>, {
|
|
1032
1022
|
type: z.ZodLiteral<"restaurant">;
|
|
1033
1023
|
restaurantId: z.ZodString;
|
|
@@ -1038,7 +1028,6 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1038
1028
|
branchCode?: string | null | undefined;
|
|
1039
1029
|
eTaxActivatedAt?: string | null | undefined;
|
|
1040
1030
|
accessToken?: string | null | undefined;
|
|
1041
|
-
eTaxImage?: string | null | undefined;
|
|
1042
1031
|
type: "restaurant";
|
|
1043
1032
|
name: string;
|
|
1044
1033
|
_id: string;
|
|
@@ -1063,7 +1052,6 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1063
1052
|
branchCode?: string | null | undefined;
|
|
1064
1053
|
eTaxActivatedAt?: string | null | undefined;
|
|
1065
1054
|
accessToken?: string | null | undefined;
|
|
1066
|
-
eTaxImage?: string | null | undefined;
|
|
1067
1055
|
type: "restaurant";
|
|
1068
1056
|
name: string;
|
|
1069
1057
|
_id: string;
|
|
@@ -1121,7 +1109,6 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1121
1109
|
taxRegNo: z.ZodString;
|
|
1122
1110
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1123
1111
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1124
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1125
1112
|
}>, {
|
|
1126
1113
|
type: z.ZodLiteral<"marketing">;
|
|
1127
1114
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1131,7 +1118,6 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1131
1118
|
branchCode?: string | null | undefined;
|
|
1132
1119
|
eTaxActivatedAt?: string | null | undefined;
|
|
1133
1120
|
accessToken?: string | null | undefined;
|
|
1134
|
-
eTaxImage?: string | null | undefined;
|
|
1135
1121
|
type: "marketing";
|
|
1136
1122
|
name: string;
|
|
1137
1123
|
_id: string;
|
|
@@ -1155,7 +1141,6 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1155
1141
|
branchCode?: string | null | undefined;
|
|
1156
1142
|
eTaxActivatedAt?: string | null | undefined;
|
|
1157
1143
|
accessToken?: string | null | undefined;
|
|
1158
|
-
eTaxImage?: string | null | undefined;
|
|
1159
1144
|
type: "marketing";
|
|
1160
1145
|
name: string;
|
|
1161
1146
|
_id: string;
|
|
@@ -1213,7 +1198,6 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1213
1198
|
taxRegNo: z.ZodString;
|
|
1214
1199
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1215
1200
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1216
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1217
1201
|
}>, {
|
|
1218
1202
|
type: z.ZodLiteral<"restaurant">;
|
|
1219
1203
|
restaurantId: z.ZodString;
|
|
@@ -1224,7 +1208,6 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1224
1208
|
branchCode?: string | null | undefined;
|
|
1225
1209
|
eTaxActivatedAt?: string | null | undefined;
|
|
1226
1210
|
accessToken?: string | null | undefined;
|
|
1227
|
-
eTaxImage?: string | null | undefined;
|
|
1228
1211
|
type: "restaurant";
|
|
1229
1212
|
name: string;
|
|
1230
1213
|
_id: string;
|
|
@@ -1249,7 +1232,6 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1249
1232
|
branchCode?: string | null | undefined;
|
|
1250
1233
|
eTaxActivatedAt?: string | null | undefined;
|
|
1251
1234
|
accessToken?: string | null | undefined;
|
|
1252
|
-
eTaxImage?: string | null | undefined;
|
|
1253
1235
|
type: "restaurant";
|
|
1254
1236
|
name: string;
|
|
1255
1237
|
_id: string;
|
|
@@ -1307,7 +1289,6 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1307
1289
|
taxRegNo: z.ZodString;
|
|
1308
1290
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1309
1291
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1310
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1311
1292
|
}>, {
|
|
1312
1293
|
type: z.ZodLiteral<"marketing">;
|
|
1313
1294
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1317,7 +1298,6 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1317
1298
|
branchCode?: string | null | undefined;
|
|
1318
1299
|
eTaxActivatedAt?: string | null | undefined;
|
|
1319
1300
|
accessToken?: string | null | undefined;
|
|
1320
|
-
eTaxImage?: string | null | undefined;
|
|
1321
1301
|
type: "marketing";
|
|
1322
1302
|
name: string;
|
|
1323
1303
|
_id: string;
|
|
@@ -1341,7 +1321,6 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1341
1321
|
branchCode?: string | null | undefined;
|
|
1342
1322
|
eTaxActivatedAt?: string | null | undefined;
|
|
1343
1323
|
accessToken?: string | null | undefined;
|
|
1344
|
-
eTaxImage?: string | null | undefined;
|
|
1345
1324
|
type: "marketing";
|
|
1346
1325
|
name: string;
|
|
1347
1326
|
_id: string;
|
|
@@ -1399,7 +1378,6 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1399
1378
|
taxRegNo: z.ZodString;
|
|
1400
1379
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1401
1380
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1402
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1403
1381
|
}>, {
|
|
1404
1382
|
type: z.ZodLiteral<"restaurant">;
|
|
1405
1383
|
restaurantId: z.ZodString;
|
|
@@ -1410,7 +1388,6 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1410
1388
|
branchCode?: string | null | undefined;
|
|
1411
1389
|
eTaxActivatedAt?: string | null | undefined;
|
|
1412
1390
|
accessToken?: string | null | undefined;
|
|
1413
|
-
eTaxImage?: string | null | undefined;
|
|
1414
1391
|
type: "restaurant";
|
|
1415
1392
|
name: string;
|
|
1416
1393
|
address: {
|
|
@@ -1434,7 +1411,6 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1434
1411
|
branchCode?: string | null | undefined;
|
|
1435
1412
|
eTaxActivatedAt?: string | null | undefined;
|
|
1436
1413
|
accessToken?: string | null | undefined;
|
|
1437
|
-
eTaxImage?: string | null | undefined;
|
|
1438
1414
|
type: "restaurant";
|
|
1439
1415
|
name: string;
|
|
1440
1416
|
address: {
|
|
@@ -1491,7 +1467,6 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1491
1467
|
taxRegNo: z.ZodString;
|
|
1492
1468
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1493
1469
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1494
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1495
1470
|
}>, {
|
|
1496
1471
|
type: z.ZodLiteral<"marketing">;
|
|
1497
1472
|
}>, "_id">, "strip", z.ZodTypeAny, {
|
|
@@ -1501,7 +1476,6 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1501
1476
|
branchCode?: string | null | undefined;
|
|
1502
1477
|
eTaxActivatedAt?: string | null | undefined;
|
|
1503
1478
|
accessToken?: string | null | undefined;
|
|
1504
|
-
eTaxImage?: string | null | undefined;
|
|
1505
1479
|
type: "marketing";
|
|
1506
1480
|
name: string;
|
|
1507
1481
|
address: {
|
|
@@ -1524,7 +1498,6 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1524
1498
|
branchCode?: string | null | undefined;
|
|
1525
1499
|
eTaxActivatedAt?: string | null | undefined;
|
|
1526
1500
|
accessToken?: string | null | undefined;
|
|
1527
|
-
eTaxImage?: string | null | undefined;
|
|
1528
1501
|
type: "marketing";
|
|
1529
1502
|
name: string;
|
|
1530
1503
|
address: {
|
|
@@ -276,7 +276,6 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
276
276
|
taxRegNo: z.ZodString;
|
|
277
277
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
278
278
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
279
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
280
279
|
}>, {
|
|
281
280
|
type: z.ZodLiteral<"restaurant">;
|
|
282
281
|
restaurantId: z.ZodString;
|
|
@@ -287,7 +286,6 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
287
286
|
branchCode?: string | null | undefined;
|
|
288
287
|
eTaxActivatedAt?: string | null | undefined;
|
|
289
288
|
accessToken?: string | null | undefined;
|
|
290
|
-
eTaxImage?: string | null | undefined;
|
|
291
289
|
type: "restaurant";
|
|
292
290
|
name: string;
|
|
293
291
|
_id: string;
|
|
@@ -312,7 +310,6 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
312
310
|
branchCode?: string | null | undefined;
|
|
313
311
|
eTaxActivatedAt?: string | null | undefined;
|
|
314
312
|
accessToken?: string | null | undefined;
|
|
315
|
-
eTaxImage?: string | null | undefined;
|
|
316
313
|
type: "restaurant";
|
|
317
314
|
name: string;
|
|
318
315
|
_id: string;
|
|
@@ -370,7 +367,6 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
370
367
|
taxRegNo: z.ZodString;
|
|
371
368
|
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
372
369
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
373
|
-
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
374
370
|
}>, {
|
|
375
371
|
type: z.ZodLiteral<"marketing">;
|
|
376
372
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -380,7 +376,6 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
380
376
|
branchCode?: string | null | undefined;
|
|
381
377
|
eTaxActivatedAt?: string | null | undefined;
|
|
382
378
|
accessToken?: string | null | undefined;
|
|
383
|
-
eTaxImage?: string | null | undefined;
|
|
384
379
|
type: "marketing";
|
|
385
380
|
name: string;
|
|
386
381
|
_id: string;
|
|
@@ -404,7 +399,6 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
404
399
|
branchCode?: string | null | undefined;
|
|
405
400
|
eTaxActivatedAt?: string | null | undefined;
|
|
406
401
|
accessToken?: string | null | undefined;
|
|
407
|
-
eTaxImage?: string | null | undefined;
|
|
408
402
|
type: "marketing";
|
|
409
403
|
name: string;
|
|
410
404
|
_id: string;
|
|
@@ -677,7 +671,6 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
677
671
|
branchCode?: string | null | undefined;
|
|
678
672
|
eTaxActivatedAt?: string | null | undefined;
|
|
679
673
|
accessToken?: string | null | undefined;
|
|
680
|
-
eTaxImage?: string | null | undefined;
|
|
681
674
|
type: "restaurant";
|
|
682
675
|
name: string;
|
|
683
676
|
_id: string;
|
|
@@ -702,7 +695,6 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
702
695
|
branchCode?: string | null | undefined;
|
|
703
696
|
eTaxActivatedAt?: string | null | undefined;
|
|
704
697
|
accessToken?: string | null | undefined;
|
|
705
|
-
eTaxImage?: string | null | undefined;
|
|
706
698
|
type: "marketing";
|
|
707
699
|
name: string;
|
|
708
700
|
_id: string;
|
|
@@ -794,7 +786,6 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
794
786
|
branchCode?: string | null | undefined;
|
|
795
787
|
eTaxActivatedAt?: string | null | undefined;
|
|
796
788
|
accessToken?: string | null | undefined;
|
|
797
|
-
eTaxImage?: string | null | undefined;
|
|
798
789
|
type: "restaurant";
|
|
799
790
|
name: string;
|
|
800
791
|
_id: string;
|
|
@@ -819,7 +810,6 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
819
810
|
branchCode?: string | null | undefined;
|
|
820
811
|
eTaxActivatedAt?: string | null | undefined;
|
|
821
812
|
accessToken?: string | null | undefined;
|
|
822
|
-
eTaxImage?: string | null | undefined;
|
|
823
813
|
type: "marketing";
|
|
824
814
|
name: string;
|
|
825
815
|
_id: string;
|
package/package.json
CHANGED
|
File without changes
|