@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
|
@@ -748,13 +748,17 @@ 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
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
751
752
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
753
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
752
754
|
}>, "strip", z.ZodTypeAny, {
|
|
753
755
|
phoneNo?: string | null | undefined;
|
|
754
756
|
email?: string | null | undefined;
|
|
755
757
|
queryToken?: string | null | undefined;
|
|
756
758
|
branchCode?: string | null | undefined;
|
|
759
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
757
760
|
accessToken?: string | null | undefined;
|
|
761
|
+
eTaxImage?: string | null | undefined;
|
|
758
762
|
type: "restaurant" | "marketing";
|
|
759
763
|
name: string;
|
|
760
764
|
_id: string;
|
|
@@ -776,7 +780,9 @@ export declare const FdoThEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
|
|
|
776
780
|
email?: string | null | undefined;
|
|
777
781
|
queryToken?: string | null | undefined;
|
|
778
782
|
branchCode?: string | null | undefined;
|
|
783
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
779
784
|
accessToken?: string | null | undefined;
|
|
785
|
+
eTaxImage?: string | null | undefined;
|
|
780
786
|
type: "restaurant" | "marketing";
|
|
781
787
|
name: string;
|
|
782
788
|
_id: string;
|
|
@@ -832,7 +838,9 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
|
|
|
832
838
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
833
839
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
834
840
|
taxRegNo: z.ZodString;
|
|
841
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
835
842
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
843
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
836
844
|
}>, {
|
|
837
845
|
type: z.ZodLiteral<"restaurant">;
|
|
838
846
|
restaurantId: z.ZodString;
|
|
@@ -841,7 +849,9 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
|
|
|
841
849
|
email?: string | null | undefined;
|
|
842
850
|
queryToken?: string | null | undefined;
|
|
843
851
|
branchCode?: string | null | undefined;
|
|
852
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
844
853
|
accessToken?: string | null | undefined;
|
|
854
|
+
eTaxImage?: string | null | undefined;
|
|
845
855
|
type: "restaurant";
|
|
846
856
|
name: string;
|
|
847
857
|
_id: string;
|
|
@@ -864,7 +874,9 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
|
|
|
864
874
|
email?: string | null | undefined;
|
|
865
875
|
queryToken?: string | null | undefined;
|
|
866
876
|
branchCode?: string | null | undefined;
|
|
877
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
867
878
|
accessToken?: string | null | undefined;
|
|
879
|
+
eTaxImage?: string | null | undefined;
|
|
868
880
|
type: "restaurant";
|
|
869
881
|
name: string;
|
|
870
882
|
_id: string;
|
|
@@ -921,7 +933,9 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
|
|
|
921
933
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
922
934
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
923
935
|
taxRegNo: z.ZodString;
|
|
936
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
924
937
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
938
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
925
939
|
}>, {
|
|
926
940
|
type: z.ZodLiteral<"marketing">;
|
|
927
941
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -929,7 +943,9 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
|
|
|
929
943
|
email?: string | null | undefined;
|
|
930
944
|
queryToken?: string | null | undefined;
|
|
931
945
|
branchCode?: string | null | undefined;
|
|
946
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
932
947
|
accessToken?: string | null | undefined;
|
|
948
|
+
eTaxImage?: string | null | undefined;
|
|
933
949
|
type: "marketing";
|
|
934
950
|
name: string;
|
|
935
951
|
_id: string;
|
|
@@ -951,7 +967,9 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
|
|
|
951
967
|
email?: string | null | undefined;
|
|
952
968
|
queryToken?: string | null | undefined;
|
|
953
969
|
branchCode?: string | null | undefined;
|
|
970
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
954
971
|
accessToken?: string | null | undefined;
|
|
972
|
+
eTaxImage?: string | null | undefined;
|
|
955
973
|
type: "marketing";
|
|
956
974
|
name: string;
|
|
957
975
|
_id: string;
|
|
@@ -1007,7 +1025,9 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1007
1025
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1008
1026
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1009
1027
|
taxRegNo: z.ZodString;
|
|
1028
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1010
1029
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1030
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1011
1031
|
}>, {
|
|
1012
1032
|
type: z.ZodLiteral<"restaurant">;
|
|
1013
1033
|
restaurantId: z.ZodString;
|
|
@@ -1016,7 +1036,9 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1016
1036
|
email?: string | null | undefined;
|
|
1017
1037
|
queryToken?: string | null | undefined;
|
|
1018
1038
|
branchCode?: string | null | undefined;
|
|
1039
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1019
1040
|
accessToken?: string | null | undefined;
|
|
1041
|
+
eTaxImage?: string | null | undefined;
|
|
1020
1042
|
type: "restaurant";
|
|
1021
1043
|
name: string;
|
|
1022
1044
|
_id: string;
|
|
@@ -1039,7 +1061,9 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1039
1061
|
email?: string | null | undefined;
|
|
1040
1062
|
queryToken?: string | null | undefined;
|
|
1041
1063
|
branchCode?: string | null | undefined;
|
|
1064
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1042
1065
|
accessToken?: string | null | undefined;
|
|
1066
|
+
eTaxImage?: string | null | undefined;
|
|
1043
1067
|
type: "restaurant";
|
|
1044
1068
|
name: string;
|
|
1045
1069
|
_id: string;
|
|
@@ -1095,7 +1119,9 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1095
1119
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1096
1120
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1097
1121
|
taxRegNo: z.ZodString;
|
|
1122
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1098
1123
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1124
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1099
1125
|
}>, {
|
|
1100
1126
|
type: z.ZodLiteral<"marketing">;
|
|
1101
1127
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1103,7 +1129,9 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1103
1129
|
email?: string | null | undefined;
|
|
1104
1130
|
queryToken?: string | null | undefined;
|
|
1105
1131
|
branchCode?: string | null | undefined;
|
|
1132
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1106
1133
|
accessToken?: string | null | undefined;
|
|
1134
|
+
eTaxImage?: string | null | undefined;
|
|
1107
1135
|
type: "marketing";
|
|
1108
1136
|
name: string;
|
|
1109
1137
|
_id: string;
|
|
@@ -1125,7 +1153,9 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
|
|
|
1125
1153
|
email?: string | null | undefined;
|
|
1126
1154
|
queryToken?: string | null | undefined;
|
|
1127
1155
|
branchCode?: string | null | undefined;
|
|
1156
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1128
1157
|
accessToken?: string | null | undefined;
|
|
1158
|
+
eTaxImage?: string | null | undefined;
|
|
1129
1159
|
type: "marketing";
|
|
1130
1160
|
name: string;
|
|
1131
1161
|
_id: string;
|
|
@@ -1181,7 +1211,9 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1181
1211
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1182
1212
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1183
1213
|
taxRegNo: z.ZodString;
|
|
1214
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1184
1215
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1216
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1185
1217
|
}>, {
|
|
1186
1218
|
type: z.ZodLiteral<"restaurant">;
|
|
1187
1219
|
restaurantId: z.ZodString;
|
|
@@ -1190,7 +1222,9 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1190
1222
|
email?: string | null | undefined;
|
|
1191
1223
|
queryToken?: string | null | undefined;
|
|
1192
1224
|
branchCode?: string | null | undefined;
|
|
1225
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1193
1226
|
accessToken?: string | null | undefined;
|
|
1227
|
+
eTaxImage?: string | null | undefined;
|
|
1194
1228
|
type: "restaurant";
|
|
1195
1229
|
name: string;
|
|
1196
1230
|
_id: string;
|
|
@@ -1213,7 +1247,9 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1213
1247
|
email?: string | null | undefined;
|
|
1214
1248
|
queryToken?: string | null | undefined;
|
|
1215
1249
|
branchCode?: string | null | undefined;
|
|
1250
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1216
1251
|
accessToken?: string | null | undefined;
|
|
1252
|
+
eTaxImage?: string | null | undefined;
|
|
1217
1253
|
type: "restaurant";
|
|
1218
1254
|
name: string;
|
|
1219
1255
|
_id: string;
|
|
@@ -1269,7 +1305,9 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1269
1305
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1270
1306
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1271
1307
|
taxRegNo: z.ZodString;
|
|
1308
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1272
1309
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1310
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1273
1311
|
}>, {
|
|
1274
1312
|
type: z.ZodLiteral<"marketing">;
|
|
1275
1313
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1277,7 +1315,9 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1277
1315
|
email?: string | null | undefined;
|
|
1278
1316
|
queryToken?: string | null | undefined;
|
|
1279
1317
|
branchCode?: string | null | undefined;
|
|
1318
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1280
1319
|
accessToken?: string | null | undefined;
|
|
1320
|
+
eTaxImage?: string | null | undefined;
|
|
1281
1321
|
type: "marketing";
|
|
1282
1322
|
name: string;
|
|
1283
1323
|
_id: string;
|
|
@@ -1299,7 +1339,9 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
|
|
|
1299
1339
|
email?: string | null | undefined;
|
|
1300
1340
|
queryToken?: string | null | undefined;
|
|
1301
1341
|
branchCode?: string | null | undefined;
|
|
1342
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1302
1343
|
accessToken?: string | null | undefined;
|
|
1344
|
+
eTaxImage?: string | null | undefined;
|
|
1303
1345
|
type: "marketing";
|
|
1304
1346
|
name: string;
|
|
1305
1347
|
_id: string;
|
|
@@ -1355,7 +1397,9 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1355
1397
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1356
1398
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1357
1399
|
taxRegNo: z.ZodString;
|
|
1400
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1358
1401
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1402
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1359
1403
|
}>, {
|
|
1360
1404
|
type: z.ZodLiteral<"restaurant">;
|
|
1361
1405
|
restaurantId: z.ZodString;
|
|
@@ -1364,7 +1408,9 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1364
1408
|
email?: string | null | undefined;
|
|
1365
1409
|
queryToken?: string | null | undefined;
|
|
1366
1410
|
branchCode?: string | null | undefined;
|
|
1411
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1367
1412
|
accessToken?: string | null | undefined;
|
|
1413
|
+
eTaxImage?: string | null | undefined;
|
|
1368
1414
|
type: "restaurant";
|
|
1369
1415
|
name: string;
|
|
1370
1416
|
address: {
|
|
@@ -1386,7 +1432,9 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1386
1432
|
email?: string | null | undefined;
|
|
1387
1433
|
queryToken?: string | null | undefined;
|
|
1388
1434
|
branchCode?: string | null | undefined;
|
|
1435
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1389
1436
|
accessToken?: string | null | undefined;
|
|
1437
|
+
eTaxImage?: string | null | undefined;
|
|
1390
1438
|
type: "restaurant";
|
|
1391
1439
|
name: string;
|
|
1392
1440
|
address: {
|
|
@@ -1441,7 +1489,9 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1441
1489
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1442
1490
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1443
1491
|
taxRegNo: z.ZodString;
|
|
1492
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1444
1493
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1494
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1445
1495
|
}>, {
|
|
1446
1496
|
type: z.ZodLiteral<"marketing">;
|
|
1447
1497
|
}>, "_id">, "strip", z.ZodTypeAny, {
|
|
@@ -1449,7 +1499,9 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1449
1499
|
email?: string | null | undefined;
|
|
1450
1500
|
queryToken?: string | null | undefined;
|
|
1451
1501
|
branchCode?: string | null | undefined;
|
|
1502
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1452
1503
|
accessToken?: string | null | undefined;
|
|
1504
|
+
eTaxImage?: string | null | undefined;
|
|
1453
1505
|
type: "marketing";
|
|
1454
1506
|
name: string;
|
|
1455
1507
|
address: {
|
|
@@ -1470,7 +1522,9 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
|
|
|
1470
1522
|
email?: string | null | undefined;
|
|
1471
1523
|
queryToken?: string | null | undefined;
|
|
1472
1524
|
branchCode?: string | null | undefined;
|
|
1525
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
1473
1526
|
accessToken?: string | null | undefined;
|
|
1527
|
+
eTaxImage?: string | null | undefined;
|
|
1474
1528
|
type: "marketing";
|
|
1475
1529
|
name: string;
|
|
1476
1530
|
address: {
|
|
@@ -274,7 +274,9 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
274
274
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
275
275
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
276
276
|
taxRegNo: z.ZodString;
|
|
277
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
277
278
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
279
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
278
280
|
}>, {
|
|
279
281
|
type: z.ZodLiteral<"restaurant">;
|
|
280
282
|
restaurantId: z.ZodString;
|
|
@@ -283,7 +285,9 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
283
285
|
email?: string | null | undefined;
|
|
284
286
|
queryToken?: string | null | undefined;
|
|
285
287
|
branchCode?: string | null | undefined;
|
|
288
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
286
289
|
accessToken?: string | null | undefined;
|
|
290
|
+
eTaxImage?: string | null | undefined;
|
|
287
291
|
type: "restaurant";
|
|
288
292
|
name: string;
|
|
289
293
|
_id: string;
|
|
@@ -306,7 +310,9 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
306
310
|
email?: string | null | undefined;
|
|
307
311
|
queryToken?: string | null | undefined;
|
|
308
312
|
branchCode?: string | null | undefined;
|
|
313
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
309
314
|
accessToken?: string | null | undefined;
|
|
315
|
+
eTaxImage?: string | null | undefined;
|
|
310
316
|
type: "restaurant";
|
|
311
317
|
name: string;
|
|
312
318
|
_id: string;
|
|
@@ -362,7 +368,9 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
362
368
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
363
369
|
queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
364
370
|
taxRegNo: z.ZodString;
|
|
371
|
+
eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
365
372
|
accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
373
|
+
eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
366
374
|
}>, {
|
|
367
375
|
type: z.ZodLiteral<"marketing">;
|
|
368
376
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -370,7 +378,9 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
370
378
|
email?: string | null | undefined;
|
|
371
379
|
queryToken?: string | null | undefined;
|
|
372
380
|
branchCode?: string | null | undefined;
|
|
381
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
373
382
|
accessToken?: string | null | undefined;
|
|
383
|
+
eTaxImage?: string | null | undefined;
|
|
374
384
|
type: "marketing";
|
|
375
385
|
name: string;
|
|
376
386
|
_id: string;
|
|
@@ -392,7 +402,9 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
392
402
|
email?: string | null | undefined;
|
|
393
403
|
queryToken?: string | null | undefined;
|
|
394
404
|
branchCode?: string | null | undefined;
|
|
405
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
395
406
|
accessToken?: string | null | undefined;
|
|
407
|
+
eTaxImage?: string | null | undefined;
|
|
396
408
|
type: "marketing";
|
|
397
409
|
name: string;
|
|
398
410
|
_id: string;
|
|
@@ -663,7 +675,9 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
663
675
|
email?: string | null | undefined;
|
|
664
676
|
queryToken?: string | null | undefined;
|
|
665
677
|
branchCode?: string | null | undefined;
|
|
678
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
666
679
|
accessToken?: string | null | undefined;
|
|
680
|
+
eTaxImage?: string | null | undefined;
|
|
667
681
|
type: "restaurant";
|
|
668
682
|
name: string;
|
|
669
683
|
_id: string;
|
|
@@ -686,7 +700,9 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
686
700
|
email?: string | null | undefined;
|
|
687
701
|
queryToken?: string | null | undefined;
|
|
688
702
|
branchCode?: string | null | undefined;
|
|
703
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
689
704
|
accessToken?: string | null | undefined;
|
|
705
|
+
eTaxImage?: string | null | undefined;
|
|
690
706
|
type: "marketing";
|
|
691
707
|
name: string;
|
|
692
708
|
_id: string;
|
|
@@ -776,7 +792,9 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
776
792
|
email?: string | null | undefined;
|
|
777
793
|
queryToken?: string | null | undefined;
|
|
778
794
|
branchCode?: string | null | undefined;
|
|
795
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
779
796
|
accessToken?: string | null | undefined;
|
|
797
|
+
eTaxImage?: string | null | undefined;
|
|
780
798
|
type: "restaurant";
|
|
781
799
|
name: string;
|
|
782
800
|
_id: string;
|
|
@@ -799,7 +817,9 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
|
|
|
799
817
|
email?: string | null | undefined;
|
|
800
818
|
queryToken?: string | null | undefined;
|
|
801
819
|
branchCode?: string | null | undefined;
|
|
820
|
+
eTaxActivatedAt?: string | null | undefined;
|
|
802
821
|
accessToken?: string | null | undefined;
|
|
822
|
+
eTaxImage?: string | null | undefined;
|
|
803
823
|
type: "marketing";
|
|
804
824
|
name: string;
|
|
805
825
|
_id: string;
|