@feedmepos/mf-e-invoice 0.0.72 → 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.
@@ -748,6 +748,7 @@ 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>>;
752
753
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
753
754
  }>, "strip", z.ZodTypeAny, {
@@ -755,6 +756,7 @@ export declare const FdoThEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
755
756
  email?: string | null | undefined;
756
757
  queryToken?: string | null | undefined;
757
758
  branchCode?: string | null | undefined;
759
+ eTaxActivatedAt?: string | null | undefined;
758
760
  accessToken?: string | null | undefined;
759
761
  eTaxImage?: string | null | undefined;
760
762
  type: "restaurant" | "marketing";
@@ -778,6 +780,7 @@ export declare const FdoThEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
778
780
  email?: string | null | undefined;
779
781
  queryToken?: string | null | undefined;
780
782
  branchCode?: string | null | undefined;
783
+ eTaxActivatedAt?: string | null | undefined;
781
784
  accessToken?: string | null | undefined;
782
785
  eTaxImage?: string | null | undefined;
783
786
  type: "restaurant" | "marketing";
@@ -835,6 +838,7 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
835
838
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
836
839
  queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
837
840
  taxRegNo: z.ZodString;
841
+ eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
838
842
  accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
839
843
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
840
844
  }>, {
@@ -845,6 +849,7 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
845
849
  email?: string | null | undefined;
846
850
  queryToken?: string | null | undefined;
847
851
  branchCode?: string | null | undefined;
852
+ eTaxActivatedAt?: string | null | undefined;
848
853
  accessToken?: string | null | undefined;
849
854
  eTaxImage?: string | null | undefined;
850
855
  type: "restaurant";
@@ -869,6 +874,7 @@ export declare const FdoThEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
869
874
  email?: string | null | undefined;
870
875
  queryToken?: string | null | undefined;
871
876
  branchCode?: string | null | undefined;
877
+ eTaxActivatedAt?: string | null | undefined;
872
878
  accessToken?: string | null | undefined;
873
879
  eTaxImage?: string | null | undefined;
874
880
  type: "restaurant";
@@ -927,6 +933,7 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
927
933
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
928
934
  queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
929
935
  taxRegNo: z.ZodString;
936
+ eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
930
937
  accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
931
938
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
932
939
  }>, {
@@ -936,6 +943,7 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
936
943
  email?: string | null | undefined;
937
944
  queryToken?: string | null | undefined;
938
945
  branchCode?: string | null | undefined;
946
+ eTaxActivatedAt?: string | null | undefined;
939
947
  accessToken?: string | null | undefined;
940
948
  eTaxImage?: string | null | undefined;
941
949
  type: "marketing";
@@ -959,6 +967,7 @@ export declare const FdoThEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
959
967
  email?: string | null | undefined;
960
968
  queryToken?: string | null | undefined;
961
969
  branchCode?: string | null | undefined;
970
+ eTaxActivatedAt?: string | null | undefined;
962
971
  accessToken?: string | null | undefined;
963
972
  eTaxImage?: string | null | undefined;
964
973
  type: "marketing";
@@ -1016,6 +1025,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1016
1025
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1017
1026
  queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1018
1027
  taxRegNo: z.ZodString;
1028
+ eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1019
1029
  accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1020
1030
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1021
1031
  }>, {
@@ -1026,6 +1036,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1026
1036
  email?: string | null | undefined;
1027
1037
  queryToken?: string | null | undefined;
1028
1038
  branchCode?: string | null | undefined;
1039
+ eTaxActivatedAt?: string | null | undefined;
1029
1040
  accessToken?: string | null | undefined;
1030
1041
  eTaxImage?: string | null | undefined;
1031
1042
  type: "restaurant";
@@ -1050,6 +1061,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1050
1061
  email?: string | null | undefined;
1051
1062
  queryToken?: string | null | undefined;
1052
1063
  branchCode?: string | null | undefined;
1064
+ eTaxActivatedAt?: string | null | undefined;
1053
1065
  accessToken?: string | null | undefined;
1054
1066
  eTaxImage?: string | null | undefined;
1055
1067
  type: "restaurant";
@@ -1107,6 +1119,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1107
1119
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1108
1120
  queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1109
1121
  taxRegNo: z.ZodString;
1122
+ eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1110
1123
  accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1111
1124
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1112
1125
  }>, {
@@ -1116,6 +1129,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1116
1129
  email?: string | null | undefined;
1117
1130
  queryToken?: string | null | undefined;
1118
1131
  branchCode?: string | null | undefined;
1132
+ eTaxActivatedAt?: string | null | undefined;
1119
1133
  accessToken?: string | null | undefined;
1120
1134
  eTaxImage?: string | null | undefined;
1121
1135
  type: "marketing";
@@ -1139,6 +1153,7 @@ export declare const FdoThEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1139
1153
  email?: string | null | undefined;
1140
1154
  queryToken?: string | null | undefined;
1141
1155
  branchCode?: string | null | undefined;
1156
+ eTaxActivatedAt?: string | null | undefined;
1142
1157
  accessToken?: string | null | undefined;
1143
1158
  eTaxImage?: string | null | undefined;
1144
1159
  type: "marketing";
@@ -1196,6 +1211,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1196
1211
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1197
1212
  queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1198
1213
  taxRegNo: z.ZodString;
1214
+ eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1199
1215
  accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1200
1216
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1201
1217
  }>, {
@@ -1206,6 +1222,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1206
1222
  email?: string | null | undefined;
1207
1223
  queryToken?: string | null | undefined;
1208
1224
  branchCode?: string | null | undefined;
1225
+ eTaxActivatedAt?: string | null | undefined;
1209
1226
  accessToken?: string | null | undefined;
1210
1227
  eTaxImage?: string | null | undefined;
1211
1228
  type: "restaurant";
@@ -1230,6 +1247,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1230
1247
  email?: string | null | undefined;
1231
1248
  queryToken?: string | null | undefined;
1232
1249
  branchCode?: string | null | undefined;
1250
+ eTaxActivatedAt?: string | null | undefined;
1233
1251
  accessToken?: string | null | undefined;
1234
1252
  eTaxImage?: string | null | undefined;
1235
1253
  type: "restaurant";
@@ -1287,6 +1305,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1287
1305
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1288
1306
  queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1289
1307
  taxRegNo: z.ZodString;
1308
+ eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1290
1309
  accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1291
1310
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1292
1311
  }>, {
@@ -1296,6 +1315,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1296
1315
  email?: string | null | undefined;
1297
1316
  queryToken?: string | null | undefined;
1298
1317
  branchCode?: string | null | undefined;
1318
+ eTaxActivatedAt?: string | null | undefined;
1299
1319
  accessToken?: string | null | undefined;
1300
1320
  eTaxImage?: string | null | undefined;
1301
1321
  type: "marketing";
@@ -1319,6 +1339,7 @@ export declare const FdoThEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1319
1339
  email?: string | null | undefined;
1320
1340
  queryToken?: string | null | undefined;
1321
1341
  branchCode?: string | null | undefined;
1342
+ eTaxActivatedAt?: string | null | undefined;
1322
1343
  accessToken?: string | null | undefined;
1323
1344
  eTaxImage?: string | null | undefined;
1324
1345
  type: "marketing";
@@ -1376,6 +1397,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1376
1397
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1377
1398
  queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1378
1399
  taxRegNo: z.ZodString;
1400
+ eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1379
1401
  accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1380
1402
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1381
1403
  }>, {
@@ -1386,6 +1408,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1386
1408
  email?: string | null | undefined;
1387
1409
  queryToken?: string | null | undefined;
1388
1410
  branchCode?: string | null | undefined;
1411
+ eTaxActivatedAt?: string | null | undefined;
1389
1412
  accessToken?: string | null | undefined;
1390
1413
  eTaxImage?: string | null | undefined;
1391
1414
  type: "restaurant";
@@ -1409,6 +1432,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1409
1432
  email?: string | null | undefined;
1410
1433
  queryToken?: string | null | undefined;
1411
1434
  branchCode?: string | null | undefined;
1435
+ eTaxActivatedAt?: string | null | undefined;
1412
1436
  accessToken?: string | null | undefined;
1413
1437
  eTaxImage?: string | null | undefined;
1414
1438
  type: "restaurant";
@@ -1465,6 +1489,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1465
1489
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1466
1490
  queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1467
1491
  taxRegNo: z.ZodString;
1492
+ eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1468
1493
  accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1469
1494
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1470
1495
  }>, {
@@ -1474,6 +1499,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1474
1499
  email?: string | null | undefined;
1475
1500
  queryToken?: string | null | undefined;
1476
1501
  branchCode?: string | null | undefined;
1502
+ eTaxActivatedAt?: string | null | undefined;
1477
1503
  accessToken?: string | null | undefined;
1478
1504
  eTaxImage?: string | null | undefined;
1479
1505
  type: "marketing";
@@ -1496,6 +1522,7 @@ export declare const FdoThEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1496
1522
  email?: string | null | undefined;
1497
1523
  queryToken?: string | null | undefined;
1498
1524
  branchCode?: string | null | undefined;
1525
+ eTaxActivatedAt?: string | null | undefined;
1499
1526
  accessToken?: string | null | undefined;
1500
1527
  eTaxImage?: string | null | undefined;
1501
1528
  type: "marketing";
@@ -274,6 +274,7 @@ 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>>;
278
279
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
279
280
  }>, {
@@ -284,6 +285,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
284
285
  email?: string | null | undefined;
285
286
  queryToken?: string | null | undefined;
286
287
  branchCode?: string | null | undefined;
288
+ eTaxActivatedAt?: string | null | undefined;
287
289
  accessToken?: string | null | undefined;
288
290
  eTaxImage?: string | null | undefined;
289
291
  type: "restaurant";
@@ -308,6 +310,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
308
310
  email?: string | null | undefined;
309
311
  queryToken?: string | null | undefined;
310
312
  branchCode?: string | null | undefined;
313
+ eTaxActivatedAt?: string | null | undefined;
311
314
  accessToken?: string | null | undefined;
312
315
  eTaxImage?: string | null | undefined;
313
316
  type: "restaurant";
@@ -365,6 +368,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
365
368
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
366
369
  queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
367
370
  taxRegNo: z.ZodString;
371
+ eTaxActivatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
368
372
  accessToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
369
373
  eTaxImage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
370
374
  }>, {
@@ -374,6 +378,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
374
378
  email?: string | null | undefined;
375
379
  queryToken?: string | null | undefined;
376
380
  branchCode?: string | null | undefined;
381
+ eTaxActivatedAt?: string | null | undefined;
377
382
  accessToken?: string | null | undefined;
378
383
  eTaxImage?: string | null | undefined;
379
384
  type: "marketing";
@@ -397,6 +402,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
397
402
  email?: string | null | undefined;
398
403
  queryToken?: string | null | undefined;
399
404
  branchCode?: string | null | undefined;
405
+ eTaxActivatedAt?: string | null | undefined;
400
406
  accessToken?: string | null | undefined;
401
407
  eTaxImage?: string | null | undefined;
402
408
  type: "marketing";
@@ -669,6 +675,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
669
675
  email?: string | null | undefined;
670
676
  queryToken?: string | null | undefined;
671
677
  branchCode?: string | null | undefined;
678
+ eTaxActivatedAt?: string | null | undefined;
672
679
  accessToken?: string | null | undefined;
673
680
  eTaxImage?: string | null | undefined;
674
681
  type: "restaurant";
@@ -693,6 +700,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
693
700
  email?: string | null | undefined;
694
701
  queryToken?: string | null | undefined;
695
702
  branchCode?: string | null | undefined;
703
+ eTaxActivatedAt?: string | null | undefined;
696
704
  accessToken?: string | null | undefined;
697
705
  eTaxImage?: string | null | undefined;
698
706
  type: "marketing";
@@ -784,6 +792,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
784
792
  email?: string | null | undefined;
785
793
  queryToken?: string | null | undefined;
786
794
  branchCode?: string | null | undefined;
795
+ eTaxActivatedAt?: string | null | undefined;
787
796
  accessToken?: string | null | undefined;
788
797
  eTaxImage?: string | null | undefined;
789
798
  type: "restaurant";
@@ -808,6 +817,7 @@ export declare const FdoThEInvoiceSubmission: z.ZodObject<{
808
817
  email?: string | null | undefined;
809
818
  queryToken?: string | null | undefined;
810
819
  branchCode?: string | null | undefined;
820
+ eTaxActivatedAt?: string | null | undefined;
811
821
  accessToken?: string | null | undefined;
812
822
  eTaxImage?: string | null | undefined;
813
823
  type: "marketing";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-e-invoice",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "files": [
5
5
  "dist"
6
6
  ],