@feedmepos/mf-e-invoice 0.0.66 → 0.0.68
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-fX0w9fK-.js → EInvoice-vYf-dUfJ.js} +1118 -1104
- package/dist/api/index.d.ts +1 -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 +10 -0
- package/dist/views/EInvoiceCopyDialog.vue.d.ts +3 -56
- package/package.json +1 -1
package/dist/api/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { FdtoEInvoiceItemSetting } from "@/store";
|
|
2
|
-
import type { FdoThEInvoiceMerchantProfile, FdoThEInvoiceSubmission, FdoVnEInvoiceMerchantProfile, FdoVnEInvoiceSubmission, IFdtoInvoiceExportBody } from "@/type";
|
|
3
|
-
import { FdoMyEInvoiceMerchantProfile, FdoMyEInvoiceSetting, FdoMyEInvoiceSubmission } from "@feedmepos/core/entity";
|
|
2
|
+
import type { FdoMyEInvoiceMerchantProfile, FdoMyEInvoiceSetting, FdoMyEInvoiceSubmission, FdoThEInvoiceMerchantProfile, FdoThEInvoiceSubmission, FdoVnEInvoiceMerchantProfile, FdoVnEInvoiceSubmission, IFdtoInvoiceExportBody } from "@/type";
|
|
4
3
|
export type AnyEInvoiceMerchantProfile = FdoMyEInvoiceMerchantProfile | FdoThEInvoiceMerchantProfile | FdoVnEInvoiceMerchantProfile;
|
|
5
4
|
export type AnyEInvoiceSubmission = FdoMyEInvoiceSubmission | FdoThEInvoiceSubmission | FdoVnEInvoiceSubmission;
|
|
6
5
|
export declare const api: {
|
package/dist/app.js
CHANGED
package/dist/store/index.d.ts
CHANGED
|
@@ -69,6 +69,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
69
69
|
businessId: string;
|
|
70
70
|
regNo: string;
|
|
71
71
|
tinNo: string;
|
|
72
|
+
taxRegNo: string;
|
|
72
73
|
} | {
|
|
73
74
|
phoneNo?: string | null | undefined;
|
|
74
75
|
active?: string | null | undefined;
|
|
@@ -125,6 +126,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
125
126
|
msicCode: string;
|
|
126
127
|
sstRegNo: string;
|
|
127
128
|
branchCode?: string | null | undefined;
|
|
129
|
+
taxRegNo: string;
|
|
128
130
|
} | {
|
|
129
131
|
phoneNo?: string | null | undefined;
|
|
130
132
|
active?: string | null | undefined;
|
|
@@ -176,6 +178,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
176
178
|
businessId: string;
|
|
177
179
|
regNo: string;
|
|
178
180
|
tinNo: string;
|
|
181
|
+
taxRegNo: string;
|
|
179
182
|
active?: string | null | undefined;
|
|
180
183
|
schedule?: {
|
|
181
184
|
day: number;
|
|
@@ -203,6 +206,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
203
206
|
businessId: string;
|
|
204
207
|
regNo: string;
|
|
205
208
|
tinNo: string;
|
|
209
|
+
taxRegNo: string;
|
|
206
210
|
active?: string | null | undefined;
|
|
207
211
|
schedule?: {
|
|
208
212
|
day: number;
|
|
@@ -274,6 +278,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
274
278
|
tinNo: string;
|
|
275
279
|
email: string;
|
|
276
280
|
branchCode?: string | null | undefined;
|
|
281
|
+
taxRegNo: string;
|
|
277
282
|
};
|
|
278
283
|
businessId: string;
|
|
279
284
|
} | null, MarketingEInvoice | {
|
|
@@ -331,6 +336,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
331
336
|
businessId: string;
|
|
332
337
|
regNo: string;
|
|
333
338
|
tinNo: string;
|
|
339
|
+
taxRegNo: string;
|
|
334
340
|
} | {
|
|
335
341
|
phoneNo?: string | null | undefined;
|
|
336
342
|
active?: string | null | undefined;
|
|
@@ -387,6 +393,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
387
393
|
msicCode: string;
|
|
388
394
|
sstRegNo: string;
|
|
389
395
|
branchCode?: string | null | undefined;
|
|
396
|
+
taxRegNo: string;
|
|
390
397
|
} | {
|
|
391
398
|
phoneNo?: string | null | undefined;
|
|
392
399
|
active?: string | null | undefined;
|
|
@@ -438,6 +445,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
438
445
|
businessId: string;
|
|
439
446
|
regNo: string;
|
|
440
447
|
tinNo: string;
|
|
448
|
+
taxRegNo: string;
|
|
441
449
|
active?: string | null | undefined;
|
|
442
450
|
schedule?: {
|
|
443
451
|
day: number;
|
|
@@ -465,6 +473,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
465
473
|
businessId: string;
|
|
466
474
|
regNo: string;
|
|
467
475
|
tinNo: string;
|
|
476
|
+
taxRegNo: string;
|
|
468
477
|
active?: string | null | undefined;
|
|
469
478
|
schedule?: {
|
|
470
479
|
day: number;
|
|
@@ -536,6 +545,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
536
545
|
tinNo: string;
|
|
537
546
|
email: string;
|
|
538
547
|
branchCode?: string | null | undefined;
|
|
548
|
+
taxRegNo: string;
|
|
539
549
|
};
|
|
540
550
|
businessId: string;
|
|
541
551
|
} | null>;
|
|
@@ -670,6 +680,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
670
680
|
businessId: string;
|
|
671
681
|
regNo: string;
|
|
672
682
|
tinNo: string;
|
|
683
|
+
taxRegNo: string;
|
|
673
684
|
} | {
|
|
674
685
|
phoneNo?: string | null | undefined;
|
|
675
686
|
active?: string | null | undefined;
|
|
@@ -726,6 +737,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
726
737
|
msicCode: string;
|
|
727
738
|
sstRegNo: string;
|
|
728
739
|
branchCode?: string | null | undefined;
|
|
740
|
+
taxRegNo: string;
|
|
729
741
|
} | {
|
|
730
742
|
phoneNo?: string | null | undefined;
|
|
731
743
|
active?: string | null | undefined;
|
|
@@ -777,6 +789,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
777
789
|
businessId: string;
|
|
778
790
|
regNo: string;
|
|
779
791
|
tinNo: string;
|
|
792
|
+
taxRegNo: string;
|
|
780
793
|
active?: string | null | undefined;
|
|
781
794
|
schedule?: {
|
|
782
795
|
day: number;
|
|
@@ -804,6 +817,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
804
817
|
businessId: string;
|
|
805
818
|
regNo: string;
|
|
806
819
|
tinNo: string;
|
|
820
|
+
taxRegNo: string;
|
|
807
821
|
active?: string | null | undefined;
|
|
808
822
|
schedule?: {
|
|
809
823
|
day: number;
|
|
@@ -875,6 +889,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
875
889
|
tinNo: string;
|
|
876
890
|
email: string;
|
|
877
891
|
branchCode?: string | null | undefined;
|
|
892
|
+
taxRegNo: string;
|
|
878
893
|
};
|
|
879
894
|
businessId: string;
|
|
880
895
|
} | null, MarketingEInvoice | {
|
|
@@ -932,6 +947,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
932
947
|
businessId: string;
|
|
933
948
|
regNo: string;
|
|
934
949
|
tinNo: string;
|
|
950
|
+
taxRegNo: string;
|
|
935
951
|
} | {
|
|
936
952
|
phoneNo?: string | null | undefined;
|
|
937
953
|
active?: string | null | undefined;
|
|
@@ -988,6 +1004,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
988
1004
|
msicCode: string;
|
|
989
1005
|
sstRegNo: string;
|
|
990
1006
|
branchCode?: string | null | undefined;
|
|
1007
|
+
taxRegNo: string;
|
|
991
1008
|
} | {
|
|
992
1009
|
phoneNo?: string | null | undefined;
|
|
993
1010
|
active?: string | null | undefined;
|
|
@@ -1039,6 +1056,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1039
1056
|
businessId: string;
|
|
1040
1057
|
regNo: string;
|
|
1041
1058
|
tinNo: string;
|
|
1059
|
+
taxRegNo: string;
|
|
1042
1060
|
active?: string | null | undefined;
|
|
1043
1061
|
schedule?: {
|
|
1044
1062
|
day: number;
|
|
@@ -1066,6 +1084,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1066
1084
|
businessId: string;
|
|
1067
1085
|
regNo: string;
|
|
1068
1086
|
tinNo: string;
|
|
1087
|
+
taxRegNo: string;
|
|
1069
1088
|
active?: string | null | undefined;
|
|
1070
1089
|
schedule?: {
|
|
1071
1090
|
day: number;
|
|
@@ -1137,6 +1156,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1137
1156
|
tinNo: string;
|
|
1138
1157
|
email: string;
|
|
1139
1158
|
branchCode?: string | null | undefined;
|
|
1159
|
+
taxRegNo: string;
|
|
1140
1160
|
};
|
|
1141
1161
|
businessId: string;
|
|
1142
1162
|
} | null>;
|
|
@@ -1271,6 +1291,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1271
1291
|
businessId: string;
|
|
1272
1292
|
regNo: string;
|
|
1273
1293
|
tinNo: string;
|
|
1294
|
+
taxRegNo: string;
|
|
1274
1295
|
} | {
|
|
1275
1296
|
phoneNo?: string | null | undefined;
|
|
1276
1297
|
active?: string | null | undefined;
|
|
@@ -1327,6 +1348,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1327
1348
|
msicCode: string;
|
|
1328
1349
|
sstRegNo: string;
|
|
1329
1350
|
branchCode?: string | null | undefined;
|
|
1351
|
+
taxRegNo: string;
|
|
1330
1352
|
} | {
|
|
1331
1353
|
phoneNo?: string | null | undefined;
|
|
1332
1354
|
active?: string | null | undefined;
|
|
@@ -1378,6 +1400,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1378
1400
|
businessId: string;
|
|
1379
1401
|
regNo: string;
|
|
1380
1402
|
tinNo: string;
|
|
1403
|
+
taxRegNo: string;
|
|
1381
1404
|
active?: string | null | undefined;
|
|
1382
1405
|
schedule?: {
|
|
1383
1406
|
day: number;
|
|
@@ -1405,6 +1428,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1405
1428
|
businessId: string;
|
|
1406
1429
|
regNo: string;
|
|
1407
1430
|
tinNo: string;
|
|
1431
|
+
taxRegNo: string;
|
|
1408
1432
|
active?: string | null | undefined;
|
|
1409
1433
|
schedule?: {
|
|
1410
1434
|
day: number;
|
|
@@ -1476,6 +1500,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1476
1500
|
tinNo: string;
|
|
1477
1501
|
email: string;
|
|
1478
1502
|
branchCode?: string | null | undefined;
|
|
1503
|
+
taxRegNo: string;
|
|
1479
1504
|
};
|
|
1480
1505
|
businessId: string;
|
|
1481
1506
|
} | null, MarketingEInvoice | {
|
|
@@ -1533,6 +1558,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1533
1558
|
businessId: string;
|
|
1534
1559
|
regNo: string;
|
|
1535
1560
|
tinNo: string;
|
|
1561
|
+
taxRegNo: string;
|
|
1536
1562
|
} | {
|
|
1537
1563
|
phoneNo?: string | null | undefined;
|
|
1538
1564
|
active?: string | null | undefined;
|
|
@@ -1589,6 +1615,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1589
1615
|
msicCode: string;
|
|
1590
1616
|
sstRegNo: string;
|
|
1591
1617
|
branchCode?: string | null | undefined;
|
|
1618
|
+
taxRegNo: string;
|
|
1592
1619
|
} | {
|
|
1593
1620
|
phoneNo?: string | null | undefined;
|
|
1594
1621
|
active?: string | null | undefined;
|
|
@@ -1640,6 +1667,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1640
1667
|
businessId: string;
|
|
1641
1668
|
regNo: string;
|
|
1642
1669
|
tinNo: string;
|
|
1670
|
+
taxRegNo: string;
|
|
1643
1671
|
active?: string | null | undefined;
|
|
1644
1672
|
schedule?: {
|
|
1645
1673
|
day: number;
|
|
@@ -1667,6 +1695,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1667
1695
|
businessId: string;
|
|
1668
1696
|
regNo: string;
|
|
1669
1697
|
tinNo: string;
|
|
1698
|
+
taxRegNo: string;
|
|
1670
1699
|
active?: string | null | undefined;
|
|
1671
1700
|
schedule?: {
|
|
1672
1701
|
day: number;
|
|
@@ -1738,6 +1767,7 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1738
1767
|
tinNo: string;
|
|
1739
1768
|
email: string;
|
|
1740
1769
|
branchCode?: string | null | undefined;
|
|
1770
|
+
taxRegNo: string;
|
|
1741
1771
|
};
|
|
1742
1772
|
businessId: string;
|
|
1743
1773
|
} | null>;
|