@feedmepos/mf-e-invoice 0.0.71 → 0.0.73
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-BfcBEnbU.js → EInvoice-gRburjLw.js} +3711 -3667
- package/dist/app.js +1 -1
- package/dist/store/index.d.ts +60 -0
- package/dist/style.css +1 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/type/thailand/e-invoice-profile.do.d.ts +54 -0
- package/dist/type/thailand/e-invoice.do.d.ts +20 -0
- package/package.json +1 -1
package/dist/app.js
CHANGED
package/dist/store/index.d.ts
CHANGED
|
@@ -54,7 +54,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
54
54
|
email?: string | null | undefined;
|
|
55
55
|
queryToken?: string | null | undefined;
|
|
56
56
|
branchCode?: string | null | undefined;
|
|
57
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
57
58
|
accessToken?: string | null | undefined;
|
|
59
|
+
eTaxImage?: string | null | undefined;
|
|
58
60
|
type: "marketing";
|
|
59
61
|
name: string;
|
|
60
62
|
_id: string;
|
|
@@ -127,7 +129,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
127
129
|
msicCode: string;
|
|
128
130
|
sstRegNo: string;
|
|
129
131
|
branchCode?: string | null | undefined;
|
|
132
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
130
133
|
accessToken?: string | null | undefined;
|
|
134
|
+
eTaxImage?: string | null | undefined;
|
|
131
135
|
taxRegNo: string;
|
|
132
136
|
} | {
|
|
133
137
|
phoneNo?: string | null | undefined;
|
|
@@ -165,7 +169,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
165
169
|
email: string;
|
|
166
170
|
queryToken?: string | null | undefined;
|
|
167
171
|
branchCode?: string | null | undefined;
|
|
172
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
168
173
|
accessToken?: string | null | undefined;
|
|
174
|
+
eTaxImage?: string | null | undefined;
|
|
169
175
|
type: "marketing";
|
|
170
176
|
name: string;
|
|
171
177
|
_id: string;
|
|
@@ -194,7 +200,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
194
200
|
email: string;
|
|
195
201
|
queryToken?: string | null | undefined;
|
|
196
202
|
branchCode?: string | null | undefined;
|
|
203
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
197
204
|
accessToken?: string | null | undefined;
|
|
205
|
+
eTaxImage?: string | null | undefined;
|
|
198
206
|
type: "marketing";
|
|
199
207
|
name: string;
|
|
200
208
|
_id: string;
|
|
@@ -282,7 +290,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
282
290
|
tinNo: string;
|
|
283
291
|
email: string;
|
|
284
292
|
branchCode?: string | null | undefined;
|
|
293
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
285
294
|
accessToken?: string | null | undefined;
|
|
295
|
+
eTaxImage?: string | null | undefined;
|
|
286
296
|
taxRegNo: string;
|
|
287
297
|
};
|
|
288
298
|
businessId: string;
|
|
@@ -326,7 +336,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
326
336
|
email?: string | null | undefined;
|
|
327
337
|
queryToken?: string | null | undefined;
|
|
328
338
|
branchCode?: string | null | undefined;
|
|
339
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
329
340
|
accessToken?: string | null | undefined;
|
|
341
|
+
eTaxImage?: string | null | undefined;
|
|
330
342
|
type: "marketing";
|
|
331
343
|
name: string;
|
|
332
344
|
_id: string;
|
|
@@ -399,7 +411,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
399
411
|
msicCode: string;
|
|
400
412
|
sstRegNo: string;
|
|
401
413
|
branchCode?: string | null | undefined;
|
|
414
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
402
415
|
accessToken?: string | null | undefined;
|
|
416
|
+
eTaxImage?: string | null | undefined;
|
|
403
417
|
taxRegNo: string;
|
|
404
418
|
} | {
|
|
405
419
|
phoneNo?: string | null | undefined;
|
|
@@ -437,7 +451,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
437
451
|
email: string;
|
|
438
452
|
queryToken?: string | null | undefined;
|
|
439
453
|
branchCode?: string | null | undefined;
|
|
454
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
440
455
|
accessToken?: string | null | undefined;
|
|
456
|
+
eTaxImage?: string | null | undefined;
|
|
441
457
|
type: "marketing";
|
|
442
458
|
name: string;
|
|
443
459
|
_id: string;
|
|
@@ -466,7 +482,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
466
482
|
email: string;
|
|
467
483
|
queryToken?: string | null | undefined;
|
|
468
484
|
branchCode?: string | null | undefined;
|
|
485
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
469
486
|
accessToken?: string | null | undefined;
|
|
487
|
+
eTaxImage?: string | null | undefined;
|
|
470
488
|
type: "marketing";
|
|
471
489
|
name: string;
|
|
472
490
|
_id: string;
|
|
@@ -554,7 +572,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
554
572
|
tinNo: string;
|
|
555
573
|
email: string;
|
|
556
574
|
branchCode?: string | null | undefined;
|
|
575
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
557
576
|
accessToken?: string | null | undefined;
|
|
577
|
+
eTaxImage?: string | null | undefined;
|
|
558
578
|
taxRegNo: string;
|
|
559
579
|
};
|
|
560
580
|
businessId: string;
|
|
@@ -675,7 +695,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
675
695
|
email?: string | null | undefined;
|
|
676
696
|
queryToken?: string | null | undefined;
|
|
677
697
|
branchCode?: string | null | undefined;
|
|
698
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
678
699
|
accessToken?: string | null | undefined;
|
|
700
|
+
eTaxImage?: string | null | undefined;
|
|
679
701
|
type: "marketing";
|
|
680
702
|
name: string;
|
|
681
703
|
_id: string;
|
|
@@ -748,7 +770,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
748
770
|
msicCode: string;
|
|
749
771
|
sstRegNo: string;
|
|
750
772
|
branchCode?: string | null | undefined;
|
|
773
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
751
774
|
accessToken?: string | null | undefined;
|
|
775
|
+
eTaxImage?: string | null | undefined;
|
|
752
776
|
taxRegNo: string;
|
|
753
777
|
} | {
|
|
754
778
|
phoneNo?: string | null | undefined;
|
|
@@ -786,7 +810,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
786
810
|
email: string;
|
|
787
811
|
queryToken?: string | null | undefined;
|
|
788
812
|
branchCode?: string | null | undefined;
|
|
813
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
789
814
|
accessToken?: string | null | undefined;
|
|
815
|
+
eTaxImage?: string | null | undefined;
|
|
790
816
|
type: "marketing";
|
|
791
817
|
name: string;
|
|
792
818
|
_id: string;
|
|
@@ -815,7 +841,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
815
841
|
email: string;
|
|
816
842
|
queryToken?: string | null | undefined;
|
|
817
843
|
branchCode?: string | null | undefined;
|
|
844
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
818
845
|
accessToken?: string | null | undefined;
|
|
846
|
+
eTaxImage?: string | null | undefined;
|
|
819
847
|
type: "marketing";
|
|
820
848
|
name: string;
|
|
821
849
|
_id: string;
|
|
@@ -903,7 +931,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
903
931
|
tinNo: string;
|
|
904
932
|
email: string;
|
|
905
933
|
branchCode?: string | null | undefined;
|
|
934
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
906
935
|
accessToken?: string | null | undefined;
|
|
936
|
+
eTaxImage?: string | null | undefined;
|
|
907
937
|
taxRegNo: string;
|
|
908
938
|
};
|
|
909
939
|
businessId: string;
|
|
@@ -947,7 +977,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
947
977
|
email?: string | null | undefined;
|
|
948
978
|
queryToken?: string | null | undefined;
|
|
949
979
|
branchCode?: string | null | undefined;
|
|
980
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
950
981
|
accessToken?: string | null | undefined;
|
|
982
|
+
eTaxImage?: string | null | undefined;
|
|
951
983
|
type: "marketing";
|
|
952
984
|
name: string;
|
|
953
985
|
_id: string;
|
|
@@ -1020,7 +1052,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1020
1052
|
msicCode: string;
|
|
1021
1053
|
sstRegNo: string;
|
|
1022
1054
|
branchCode?: string | null | undefined;
|
|
1055
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1023
1056
|
accessToken?: string | null | undefined;
|
|
1057
|
+
eTaxImage?: string | null | undefined;
|
|
1024
1058
|
taxRegNo: string;
|
|
1025
1059
|
} | {
|
|
1026
1060
|
phoneNo?: string | null | undefined;
|
|
@@ -1058,7 +1092,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1058
1092
|
email: string;
|
|
1059
1093
|
queryToken?: string | null | undefined;
|
|
1060
1094
|
branchCode?: string | null | undefined;
|
|
1095
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1061
1096
|
accessToken?: string | null | undefined;
|
|
1097
|
+
eTaxImage?: string | null | undefined;
|
|
1062
1098
|
type: "marketing";
|
|
1063
1099
|
name: string;
|
|
1064
1100
|
_id: string;
|
|
@@ -1087,7 +1123,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1087
1123
|
email: string;
|
|
1088
1124
|
queryToken?: string | null | undefined;
|
|
1089
1125
|
branchCode?: string | null | undefined;
|
|
1126
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1090
1127
|
accessToken?: string | null | undefined;
|
|
1128
|
+
eTaxImage?: string | null | undefined;
|
|
1091
1129
|
type: "marketing";
|
|
1092
1130
|
name: string;
|
|
1093
1131
|
_id: string;
|
|
@@ -1175,7 +1213,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1175
1213
|
tinNo: string;
|
|
1176
1214
|
email: string;
|
|
1177
1215
|
branchCode?: string | null | undefined;
|
|
1216
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1178
1217
|
accessToken?: string | null | undefined;
|
|
1218
|
+
eTaxImage?: string | null | undefined;
|
|
1179
1219
|
taxRegNo: string;
|
|
1180
1220
|
};
|
|
1181
1221
|
businessId: string;
|
|
@@ -1296,7 +1336,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1296
1336
|
email?: string | null | undefined;
|
|
1297
1337
|
queryToken?: string | null | undefined;
|
|
1298
1338
|
branchCode?: string | null | undefined;
|
|
1339
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1299
1340
|
accessToken?: string | null | undefined;
|
|
1341
|
+
eTaxImage?: string | null | undefined;
|
|
1300
1342
|
type: "marketing";
|
|
1301
1343
|
name: string;
|
|
1302
1344
|
_id: string;
|
|
@@ -1369,7 +1411,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1369
1411
|
msicCode: string;
|
|
1370
1412
|
sstRegNo: string;
|
|
1371
1413
|
branchCode?: string | null | undefined;
|
|
1414
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1372
1415
|
accessToken?: string | null | undefined;
|
|
1416
|
+
eTaxImage?: string | null | undefined;
|
|
1373
1417
|
taxRegNo: string;
|
|
1374
1418
|
} | {
|
|
1375
1419
|
phoneNo?: string | null | undefined;
|
|
@@ -1407,7 +1451,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1407
1451
|
email: string;
|
|
1408
1452
|
queryToken?: string | null | undefined;
|
|
1409
1453
|
branchCode?: string | null | undefined;
|
|
1454
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1410
1455
|
accessToken?: string | null | undefined;
|
|
1456
|
+
eTaxImage?: string | null | undefined;
|
|
1411
1457
|
type: "marketing";
|
|
1412
1458
|
name: string;
|
|
1413
1459
|
_id: string;
|
|
@@ -1436,7 +1482,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1436
1482
|
email: string;
|
|
1437
1483
|
queryToken?: string | null | undefined;
|
|
1438
1484
|
branchCode?: string | null | undefined;
|
|
1485
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1439
1486
|
accessToken?: string | null | undefined;
|
|
1487
|
+
eTaxImage?: string | null | undefined;
|
|
1440
1488
|
type: "marketing";
|
|
1441
1489
|
name: string;
|
|
1442
1490
|
_id: string;
|
|
@@ -1524,7 +1572,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1524
1572
|
tinNo: string;
|
|
1525
1573
|
email: string;
|
|
1526
1574
|
branchCode?: string | null | undefined;
|
|
1575
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1527
1576
|
accessToken?: string | null | undefined;
|
|
1577
|
+
eTaxImage?: string | null | undefined;
|
|
1528
1578
|
taxRegNo: string;
|
|
1529
1579
|
};
|
|
1530
1580
|
businessId: string;
|
|
@@ -1568,7 +1618,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1568
1618
|
email?: string | null | undefined;
|
|
1569
1619
|
queryToken?: string | null | undefined;
|
|
1570
1620
|
branchCode?: string | null | undefined;
|
|
1621
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1571
1622
|
accessToken?: string | null | undefined;
|
|
1623
|
+
eTaxImage?: string | null | undefined;
|
|
1572
1624
|
type: "marketing";
|
|
1573
1625
|
name: string;
|
|
1574
1626
|
_id: string;
|
|
@@ -1641,7 +1693,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1641
1693
|
msicCode: string;
|
|
1642
1694
|
sstRegNo: string;
|
|
1643
1695
|
branchCode?: string | null | undefined;
|
|
1696
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1644
1697
|
accessToken?: string | null | undefined;
|
|
1698
|
+
eTaxImage?: string | null | undefined;
|
|
1645
1699
|
taxRegNo: string;
|
|
1646
1700
|
} | {
|
|
1647
1701
|
phoneNo?: string | null | undefined;
|
|
@@ -1679,7 +1733,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1679
1733
|
email: string;
|
|
1680
1734
|
queryToken?: string | null | undefined;
|
|
1681
1735
|
branchCode?: string | null | undefined;
|
|
1736
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1682
1737
|
accessToken?: string | null | undefined;
|
|
1738
|
+
eTaxImage?: string | null | undefined;
|
|
1683
1739
|
type: "marketing";
|
|
1684
1740
|
name: string;
|
|
1685
1741
|
_id: string;
|
|
@@ -1708,7 +1764,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1708
1764
|
email: string;
|
|
1709
1765
|
queryToken?: string | null | undefined;
|
|
1710
1766
|
branchCode?: string | null | undefined;
|
|
1767
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1711
1768
|
accessToken?: string | null | undefined;
|
|
1769
|
+
eTaxImage?: string | null | undefined;
|
|
1712
1770
|
type: "marketing";
|
|
1713
1771
|
name: string;
|
|
1714
1772
|
_id: string;
|
|
@@ -1796,7 +1854,9 @@ export declare const useStore: import("pinia").StoreDefinition<"mf-e-invoice-app
|
|
|
1796
1854
|
tinNo: string;
|
|
1797
1855
|
email: string;
|
|
1798
1856
|
branchCode?: string | null | undefined;
|
|
1857
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1799
1858
|
accessToken?: string | null | undefined;
|
|
1859
|
+
eTaxImage?: string | null | undefined;
|
|
1800
1860
|
taxRegNo: string;
|
|
1801
1861
|
};
|
|
1802
1862
|
businessId: string;
|
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.fade-slide-enter-active[data-v-78f28b64]{transition:all .3s ease-in}.fade-slide-leave-active[data-v-78f28b64]{transition:all .2s ease-out}.fade-slide-enter-from[data-v-78f28b64],.fade-slide-leave-to[data-v-78f28b64]{opacity:0;transform:translateY(-.5rem)}.fade-slide-enter-to[data-v-78f28b64],.fade-slide-leave-from[data-v-78f28b64]{opacity:1;transform:translateY(0)}
|