@feedmepos/mf-e-invoice 0.0.65 → 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.
Files changed (39) hide show
  1. package/dist/{EInvoice-B9lJ3ijP.js → EInvoice-vYf-dUfJ.js} +2100 -2086
  2. package/dist/api/index.d.ts +1 -2
  3. package/dist/app.js +1 -1
  4. package/dist/store/index.d.ts +457 -445
  5. package/dist/tsconfig.app.tsbuildinfo +1 -1
  6. package/dist/type/index.d.ts +2 -0
  7. package/dist/type/malaysia/components/accounting-party.dto.d.ts +625 -0
  8. package/dist/type/malaysia/components/allowance.dto.d.ts +33 -0
  9. package/dist/type/malaysia/components/billing.dto.d.ts +198 -0
  10. package/dist/type/malaysia/components/invoice-line.dto.d.ts +601 -0
  11. package/dist/type/malaysia/components/payment.dto.d.ts +38 -0
  12. package/dist/type/malaysia/components/signature.dto.d.ts +8988 -0
  13. package/dist/type/malaysia/components/tax.dto.d.ts +410 -0
  14. package/dist/type/malaysia/e-invoice-profile.do.d.ts +1756 -0
  15. package/dist/type/malaysia/e-invoice.do.d.ts +4808 -0
  16. package/dist/type/malaysia/e-invoice.dto.d.ts +5146 -0
  17. package/dist/type/malaysia/e-invoice.enum.d.ts +5 -0
  18. package/dist/type/malaysia/index.d.ts +11 -0
  19. package/dist/type/profile/e-invoice-base-profile.do.d.ts +136 -0
  20. package/dist/type/profile/e-invoice-profile.enum.d.ts +7 -0
  21. package/dist/type/profile/e-invoice.enum.d.ts +9 -0
  22. package/dist/type/report-invoice.dto.d.ts +123 -0
  23. package/dist/type/thailand/e-invoice-profile.do.d.ts +155 -128
  24. package/dist/type/thailand/e-invoice.do.d.ts +120 -110
  25. package/dist/type/thailand/e-invoice.dto.d.ts +76 -76
  26. package/dist/type/vietnam/e-invoice-profile.do.d.ts +108 -108
  27. package/dist/type/vietnam/e-invoice.do.d.ts +56 -56
  28. package/dist/type/vietnam/e-invoice.dto.d.ts +13 -13
  29. package/dist/types.d.ts +2 -3
  30. package/dist/views/EInvoiceCopyDialog.vue.d.ts +3 -56
  31. package/dist/views/manager/malaysia/MalaysiaItemSettingsDialog.vue.d.ts +1 -1
  32. package/dist/views/manager/malaysia/MalaysiaProfileDialog.vue.d.ts +1 -1
  33. package/dist/views/manager/malaysia/data.d.ts +2 -1
  34. package/dist/views/manager/malaysia/malaysia.d.ts +2 -1
  35. package/dist/views/manager/manager.d.ts +2 -2
  36. package/dist/views/manager/thailand/thailand.d.ts +2 -2
  37. package/dist/views/manager/vietnam/VietnamItemSettingsDialog.vue.d.ts +2 -2
  38. package/dist/views/submission.d.ts +2 -1
  39. package/package.json +1 -1
@@ -36,10 +36,9 @@ export declare const FdoVnEInvoiceCustomerBaseProfile: z.ZodObject<z.extendShape
36
36
  legalName: z.ZodString;
37
37
  }>, "strip", z.ZodTypeAny, {
38
38
  nickname?: string | null | undefined;
39
- email: string;
40
- _id: string;
41
39
  type: "individual" | "company";
42
40
  name: string;
41
+ _id: string;
43
42
  phoneNumber: string;
44
43
  address: {
45
44
  coordinates?: number[] | null | undefined;
@@ -51,13 +50,13 @@ export declare const FdoVnEInvoiceCustomerBaseProfile: z.ZodObject<z.extendShape
51
50
  postcode: string;
52
51
  };
53
52
  userId: string;
53
+ email: string;
54
54
  legalName: string;
55
55
  }, {
56
56
  nickname?: string | null | undefined;
57
- email: string;
58
- _id: string;
59
57
  type: "individual" | "company";
60
58
  name: string;
59
+ _id: string;
61
60
  phoneNumber: string;
62
61
  address: {
63
62
  coordinates?: number[] | null | undefined;
@@ -69,6 +68,7 @@ export declare const FdoVnEInvoiceCustomerBaseProfile: z.ZodObject<z.extendShape
69
68
  postcode: string;
70
69
  };
71
70
  userId: string;
71
+ email: string;
72
72
  legalName: string;
73
73
  }>;
74
74
  export declare const FdoVnEInvoiceIndividualProfile: z.ZodObject<z.extendShape<z.extendShape<{
@@ -113,10 +113,9 @@ export declare const FdoVnEInvoiceIndividualProfile: z.ZodObject<z.extendShape<z
113
113
  }>, "strip", z.ZodTypeAny, {
114
114
  nickname?: string | null | undefined;
115
115
  taxCode?: string | null | undefined;
116
- email: string;
117
- _id: string;
118
116
  type: "individual";
119
117
  name: string;
118
+ _id: string;
120
119
  phoneNumber: string;
121
120
  address: {
122
121
  coordinates?: number[] | null | undefined;
@@ -128,15 +127,15 @@ export declare const FdoVnEInvoiceIndividualProfile: z.ZodObject<z.extendShape<z
128
127
  postcode: string;
129
128
  };
130
129
  userId: string;
131
- legalName: string;
130
+ email: string;
132
131
  identityNo: string;
132
+ legalName: string;
133
133
  }, {
134
134
  nickname?: string | null | undefined;
135
135
  taxCode?: string | null | undefined;
136
- email: string;
137
- _id: string;
138
136
  type: "individual";
139
137
  name: string;
138
+ _id: string;
140
139
  phoneNumber: string;
141
140
  address: {
142
141
  coordinates?: number[] | null | undefined;
@@ -148,8 +147,9 @@ export declare const FdoVnEInvoiceIndividualProfile: z.ZodObject<z.extendShape<z
148
147
  postcode: string;
149
148
  };
150
149
  userId: string;
151
- legalName: string;
150
+ email: string;
152
151
  identityNo: string;
152
+ legalName: string;
153
153
  }>;
154
154
  export declare const FdoVnEInvoiceCompanyProfile: z.ZodObject<z.extendShape<z.extendShape<{
155
155
  _id: z.ZodEffects<z.ZodString, string, string>;
@@ -193,10 +193,9 @@ export declare const FdoVnEInvoiceCompanyProfile: z.ZodObject<z.extendShape<z.ex
193
193
  }>, "strip", z.ZodTypeAny, {
194
194
  nickname?: string | null | undefined;
195
195
  identityNo?: string | null | undefined;
196
- email: string;
197
- _id: string;
198
196
  type: "company";
199
197
  name: string;
198
+ _id: string;
200
199
  phoneNumber: string;
201
200
  address: {
202
201
  coordinates?: number[] | null | undefined;
@@ -208,15 +207,15 @@ export declare const FdoVnEInvoiceCompanyProfile: z.ZodObject<z.extendShape<z.ex
208
207
  postcode: string;
209
208
  };
210
209
  userId: string;
210
+ email: string;
211
211
  legalName: string;
212
212
  taxCode: string;
213
213
  }, {
214
214
  nickname?: string | null | undefined;
215
215
  identityNo?: string | null | undefined;
216
- email: string;
217
- _id: string;
218
216
  type: "company";
219
217
  name: string;
218
+ _id: string;
220
219
  phoneNumber: string;
221
220
  address: {
222
221
  coordinates?: number[] | null | undefined;
@@ -228,6 +227,7 @@ export declare const FdoVnEInvoiceCompanyProfile: z.ZodObject<z.extendShape<z.ex
228
227
  postcode: string;
229
228
  };
230
229
  userId: string;
230
+ email: string;
231
231
  legalName: string;
232
232
  taxCode: string;
233
233
  }>;
@@ -273,10 +273,9 @@ export declare const FdoVnEInvoiceCustomerProfile: z.ZodDiscriminatedUnion<"type
273
273
  }>, "strip", z.ZodTypeAny, {
274
274
  nickname?: string | null | undefined;
275
275
  taxCode?: string | null | undefined;
276
- email: string;
277
- _id: string;
278
276
  type: "individual";
279
277
  name: string;
278
+ _id: string;
280
279
  phoneNumber: string;
281
280
  address: {
282
281
  coordinates?: number[] | null | undefined;
@@ -288,15 +287,15 @@ export declare const FdoVnEInvoiceCustomerProfile: z.ZodDiscriminatedUnion<"type
288
287
  postcode: string;
289
288
  };
290
289
  userId: string;
291
- legalName: string;
290
+ email: string;
292
291
  identityNo: string;
292
+ legalName: string;
293
293
  }, {
294
294
  nickname?: string | null | undefined;
295
295
  taxCode?: string | null | undefined;
296
- email: string;
297
- _id: string;
298
296
  type: "individual";
299
297
  name: string;
298
+ _id: string;
300
299
  phoneNumber: string;
301
300
  address: {
302
301
  coordinates?: number[] | null | undefined;
@@ -308,8 +307,9 @@ export declare const FdoVnEInvoiceCustomerProfile: z.ZodDiscriminatedUnion<"type
308
307
  postcode: string;
309
308
  };
310
309
  userId: string;
311
- legalName: string;
310
+ email: string;
312
311
  identityNo: string;
312
+ legalName: string;
313
313
  }> | z.ZodObject<z.extendShape<z.extendShape<{
314
314
  _id: z.ZodEffects<z.ZodString, string, string>;
315
315
  type: z.ZodEnum<["individual", "company"]>;
@@ -352,10 +352,9 @@ export declare const FdoVnEInvoiceCustomerProfile: z.ZodDiscriminatedUnion<"type
352
352
  }>, "strip", z.ZodTypeAny, {
353
353
  nickname?: string | null | undefined;
354
354
  identityNo?: string | null | undefined;
355
- email: string;
356
- _id: string;
357
355
  type: "company";
358
356
  name: string;
357
+ _id: string;
359
358
  phoneNumber: string;
360
359
  address: {
361
360
  coordinates?: number[] | null | undefined;
@@ -367,15 +366,15 @@ export declare const FdoVnEInvoiceCustomerProfile: z.ZodDiscriminatedUnion<"type
367
366
  postcode: string;
368
367
  };
369
368
  userId: string;
369
+ email: string;
370
370
  legalName: string;
371
371
  taxCode: string;
372
372
  }, {
373
373
  nickname?: string | null | undefined;
374
374
  identityNo?: string | null | undefined;
375
- email: string;
376
- _id: string;
377
375
  type: "company";
378
376
  name: string;
377
+ _id: string;
379
378
  phoneNumber: string;
380
379
  address: {
381
380
  coordinates?: number[] | null | undefined;
@@ -387,6 +386,7 @@ export declare const FdoVnEInvoiceCustomerProfile: z.ZodDiscriminatedUnion<"type
387
386
  postcode: string;
388
387
  };
389
388
  userId: string;
389
+ email: string;
390
390
  legalName: string;
391
391
  taxCode: string;
392
392
  }>>;
@@ -432,10 +432,9 @@ export declare const FdoVnEInvoiceCustomerProfileDoc: z.ZodDiscriminatedUnion<"t
432
432
  }>, "strip", z.ZodTypeAny, {
433
433
  nickname?: string | null | undefined;
434
434
  taxCode?: string | null | undefined;
435
- email: string;
436
- _id: string;
437
435
  type: "individual";
438
436
  name: string;
437
+ _id: string;
439
438
  phoneNumber: string;
440
439
  address: {
441
440
  coordinates?: number[] | null | undefined;
@@ -447,15 +446,15 @@ export declare const FdoVnEInvoiceCustomerProfileDoc: z.ZodDiscriminatedUnion<"t
447
446
  postcode: string;
448
447
  };
449
448
  userId: string;
450
- legalName: string;
449
+ email: string;
451
450
  identityNo: string;
451
+ legalName: string;
452
452
  }, {
453
453
  nickname?: string | null | undefined;
454
454
  taxCode?: string | null | undefined;
455
- email: string;
456
- _id: string;
457
455
  type: "individual";
458
456
  name: string;
457
+ _id: string;
459
458
  phoneNumber: string;
460
459
  address: {
461
460
  coordinates?: number[] | null | undefined;
@@ -467,8 +466,9 @@ export declare const FdoVnEInvoiceCustomerProfileDoc: z.ZodDiscriminatedUnion<"t
467
466
  postcode: string;
468
467
  };
469
468
  userId: string;
470
- legalName: string;
469
+ email: string;
471
470
  identityNo: string;
471
+ legalName: string;
472
472
  }> | z.ZodObject<z.extendShape<z.extendShape<{
473
473
  _id: z.ZodEffects<z.ZodString, string, string>;
474
474
  type: z.ZodEnum<["individual", "company"]>;
@@ -511,10 +511,9 @@ export declare const FdoVnEInvoiceCustomerProfileDoc: z.ZodDiscriminatedUnion<"t
511
511
  }>, "strip", z.ZodTypeAny, {
512
512
  nickname?: string | null | undefined;
513
513
  identityNo?: string | null | undefined;
514
- email: string;
515
- _id: string;
516
514
  type: "company";
517
515
  name: string;
516
+ _id: string;
518
517
  phoneNumber: string;
519
518
  address: {
520
519
  coordinates?: number[] | null | undefined;
@@ -526,15 +525,15 @@ export declare const FdoVnEInvoiceCustomerProfileDoc: z.ZodDiscriminatedUnion<"t
526
525
  postcode: string;
527
526
  };
528
527
  userId: string;
528
+ email: string;
529
529
  legalName: string;
530
530
  taxCode: string;
531
531
  }, {
532
532
  nickname?: string | null | undefined;
533
533
  identityNo?: string | null | undefined;
534
- email: string;
535
- _id: string;
536
534
  type: "company";
537
535
  name: string;
536
+ _id: string;
538
537
  phoneNumber: string;
539
538
  address: {
540
539
  coordinates?: number[] | null | undefined;
@@ -546,6 +545,7 @@ export declare const FdoVnEInvoiceCustomerProfileDoc: z.ZodDiscriminatedUnion<"t
546
545
  postcode: string;
547
546
  };
548
547
  userId: string;
548
+ email: string;
549
549
  legalName: string;
550
550
  taxCode: string;
551
551
  }>>;
@@ -591,7 +591,6 @@ export declare const FdoVnEInvoiceCustomerProfileSchema: z.ZodDiscriminatedUnion
591
591
  }>, "_id">, "strip", z.ZodTypeAny, {
592
592
  nickname?: string | null | undefined;
593
593
  taxCode?: string | null | undefined;
594
- email: string;
595
594
  type: "individual";
596
595
  name: string;
597
596
  phoneNumber: string;
@@ -605,12 +604,12 @@ export declare const FdoVnEInvoiceCustomerProfileSchema: z.ZodDiscriminatedUnion
605
604
  postcode: string;
606
605
  };
607
606
  userId: string;
608
- legalName: string;
607
+ email: string;
609
608
  identityNo: string;
609
+ legalName: string;
610
610
  }, {
611
611
  nickname?: string | null | undefined;
612
612
  taxCode?: string | null | undefined;
613
- email: string;
614
613
  type: "individual";
615
614
  name: string;
616
615
  phoneNumber: string;
@@ -624,8 +623,9 @@ export declare const FdoVnEInvoiceCustomerProfileSchema: z.ZodDiscriminatedUnion
624
623
  postcode: string;
625
624
  };
626
625
  userId: string;
627
- legalName: string;
626
+ email: string;
628
627
  identityNo: string;
628
+ legalName: string;
629
629
  }> | z.ZodObject<Omit<z.extendShape<z.extendShape<{
630
630
  _id: z.ZodEffects<z.ZodString, string, string>;
631
631
  type: z.ZodEnum<["individual", "company"]>;
@@ -668,7 +668,6 @@ export declare const FdoVnEInvoiceCustomerProfileSchema: z.ZodDiscriminatedUnion
668
668
  }>, "_id">, "strip", z.ZodTypeAny, {
669
669
  nickname?: string | null | undefined;
670
670
  identityNo?: string | null | undefined;
671
- email: string;
672
671
  type: "company";
673
672
  name: string;
674
673
  phoneNumber: string;
@@ -682,12 +681,12 @@ export declare const FdoVnEInvoiceCustomerProfileSchema: z.ZodDiscriminatedUnion
682
681
  postcode: string;
683
682
  };
684
683
  userId: string;
684
+ email: string;
685
685
  legalName: string;
686
686
  taxCode: string;
687
687
  }, {
688
688
  nickname?: string | null | undefined;
689
689
  identityNo?: string | null | undefined;
690
- email: string;
691
690
  type: "company";
692
691
  name: string;
693
692
  phoneNumber: string;
@@ -701,6 +700,7 @@ export declare const FdoVnEInvoiceCustomerProfileSchema: z.ZodDiscriminatedUnion
701
700
  postcode: string;
702
701
  };
703
702
  userId: string;
703
+ email: string;
704
704
  legalName: string;
705
705
  taxCode: string;
706
706
  }>>;
@@ -792,18 +792,16 @@ export declare const FdoVnEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
792
792
  }>>>;
793
793
  queryToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
794
794
  }>, "strip", z.ZodTypeAny, {
795
- queryToken?: string | null | undefined;
796
795
  phoneNo?: string | null | undefined;
797
796
  active?: string | null | undefined;
798
797
  schedule?: {
799
798
  day: number;
800
799
  hour: number;
801
800
  } | null | undefined;
802
- email: string;
803
- tinNo: string;
804
- _id: string;
801
+ queryToken?: string | null | undefined;
805
802
  type: "restaurant" | "marketing";
806
803
  name: string;
804
+ _id: string;
807
805
  address: {
808
806
  coordinates?: number[] | null | undefined;
809
807
  line2?: string | null | undefined;
@@ -815,19 +813,19 @@ export declare const FdoVnEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
815
813
  };
816
814
  businessId: string;
817
815
  regNo: string;
816
+ tinNo: string;
817
+ email: string;
818
818
  }, {
819
- queryToken?: string | null | undefined;
820
819
  phoneNo?: string | null | undefined;
821
820
  active?: string | null | undefined;
822
821
  schedule?: {
823
822
  day: number;
824
823
  hour: number;
825
824
  } | null | undefined;
826
- email: string;
827
- tinNo: string;
828
- _id: string;
825
+ queryToken?: string | null | undefined;
829
826
  type: "restaurant" | "marketing";
830
827
  name: string;
828
+ _id: string;
831
829
  address: {
832
830
  coordinates?: number[] | null | undefined;
833
831
  line2?: string | null | undefined;
@@ -839,6 +837,8 @@ export declare const FdoVnEInvoiceMerchantBaseProfile: z.ZodObject<z.extendShape
839
837
  };
840
838
  businessId: string;
841
839
  regNo: string;
840
+ tinNo: string;
841
+ email: string;
842
842
  }>;
843
843
  export declare const FdoVnEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z.extendShape<{
844
844
  _id: z.ZodEffects<z.ZodString, string, string>;
@@ -896,23 +896,21 @@ export declare const FdoVnEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
896
896
  templateId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
897
897
  isDev: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
898
898
  }>, "strip", z.ZodTypeAny, {
899
- queryToken?: string | null | undefined;
900
899
  phoneNo?: string | null | undefined;
901
900
  active?: string | null | undefined;
902
901
  schedule?: {
903
902
  day: number;
904
903
  hour: number;
905
904
  } | null | undefined;
905
+ queryToken?: string | null | undefined;
906
906
  appid?: string | null | undefined;
907
907
  username?: string | null | undefined;
908
908
  password?: string | null | undefined;
909
909
  templateId?: string | null | undefined;
910
910
  isDev?: boolean | null | undefined;
911
- email: string;
912
- tinNo: string;
913
- _id: string;
914
911
  type: "restaurant";
915
912
  name: string;
913
+ _id: string;
916
914
  address: {
917
915
  coordinates?: number[] | null | undefined;
918
916
  line2?: string | null | undefined;
@@ -924,25 +922,25 @@ export declare const FdoVnEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
924
922
  };
925
923
  businessId: string;
926
924
  regNo: string;
925
+ tinNo: string;
926
+ email: string;
927
927
  restaurantId: string;
928
928
  }, {
929
- queryToken?: string | null | undefined;
930
929
  phoneNo?: string | null | undefined;
931
930
  active?: string | null | undefined;
932
931
  schedule?: {
933
932
  day: number;
934
933
  hour: number;
935
934
  } | null | undefined;
935
+ queryToken?: string | null | undefined;
936
936
  appid?: string | null | undefined;
937
937
  username?: string | null | undefined;
938
938
  password?: string | null | undefined;
939
939
  templateId?: string | null | undefined;
940
940
  isDev?: boolean | null | undefined;
941
- email: string;
942
- tinNo: string;
943
- _id: string;
944
941
  type: "restaurant";
945
942
  name: string;
943
+ _id: string;
946
944
  address: {
947
945
  coordinates?: number[] | null | undefined;
948
946
  line2?: string | null | undefined;
@@ -954,6 +952,8 @@ export declare const FdoVnEInvoiceRestaurantProfile: z.ZodObject<z.extendShape<z
954
952
  };
955
953
  businessId: string;
956
954
  regNo: string;
955
+ tinNo: string;
956
+ email: string;
957
957
  restaurantId: string;
958
958
  }>;
959
959
  export declare const FdoVnEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.extendShape<{
@@ -1011,23 +1011,21 @@ export declare const FdoVnEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
1011
1011
  templateId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1012
1012
  isDev: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1013
1013
  }>, "strip", z.ZodTypeAny, {
1014
- queryToken?: string | null | undefined;
1015
1014
  phoneNo?: string | null | undefined;
1016
1015
  active?: string | null | undefined;
1017
1016
  schedule?: {
1018
1017
  day: number;
1019
1018
  hour: number;
1020
1019
  } | null | undefined;
1020
+ queryToken?: string | null | undefined;
1021
1021
  appid?: string | null | undefined;
1022
1022
  username?: string | null | undefined;
1023
1023
  password?: string | null | undefined;
1024
1024
  templateId?: string | null | undefined;
1025
1025
  isDev?: boolean | null | undefined;
1026
- email: string;
1027
- tinNo: string;
1028
- _id: string;
1029
1026
  type: "marketing";
1030
1027
  name: string;
1028
+ _id: string;
1031
1029
  address: {
1032
1030
  coordinates?: number[] | null | undefined;
1033
1031
  line2?: string | null | undefined;
@@ -1039,24 +1037,24 @@ export declare const FdoVnEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
1039
1037
  };
1040
1038
  businessId: string;
1041
1039
  regNo: string;
1040
+ tinNo: string;
1041
+ email: string;
1042
1042
  }, {
1043
- queryToken?: string | null | undefined;
1044
1043
  phoneNo?: string | null | undefined;
1045
1044
  active?: string | null | undefined;
1046
1045
  schedule?: {
1047
1046
  day: number;
1048
1047
  hour: number;
1049
1048
  } | null | undefined;
1049
+ queryToken?: string | null | undefined;
1050
1050
  appid?: string | null | undefined;
1051
1051
  username?: string | null | undefined;
1052
1052
  password?: string | null | undefined;
1053
1053
  templateId?: string | null | undefined;
1054
1054
  isDev?: boolean | null | undefined;
1055
- email: string;
1056
- tinNo: string;
1057
- _id: string;
1058
1055
  type: "marketing";
1059
1056
  name: string;
1057
+ _id: string;
1060
1058
  address: {
1061
1059
  coordinates?: number[] | null | undefined;
1062
1060
  line2?: string | null | undefined;
@@ -1068,6 +1066,8 @@ export declare const FdoVnEInvoiceMarketingProfile: z.ZodObject<z.extendShape<z.
1068
1066
  };
1069
1067
  businessId: string;
1070
1068
  regNo: string;
1069
+ tinNo: string;
1070
+ email: string;
1071
1071
  }>;
1072
1072
  export declare const FdoVnEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<z.extendShape<{
1073
1073
  _id: z.ZodEffects<z.ZodString, string, string>;
@@ -1125,23 +1125,21 @@ export declare const FdoVnEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1125
1125
  templateId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1126
1126
  isDev: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1127
1127
  }>, "strip", z.ZodTypeAny, {
1128
- queryToken?: string | null | undefined;
1129
1128
  phoneNo?: string | null | undefined;
1130
1129
  active?: string | null | undefined;
1131
1130
  schedule?: {
1132
1131
  day: number;
1133
1132
  hour: number;
1134
1133
  } | null | undefined;
1134
+ queryToken?: string | null | undefined;
1135
1135
  appid?: string | null | undefined;
1136
1136
  username?: string | null | undefined;
1137
1137
  password?: string | null | undefined;
1138
1138
  templateId?: string | null | undefined;
1139
1139
  isDev?: boolean | null | undefined;
1140
- email: string;
1141
- tinNo: string;
1142
- _id: string;
1143
1140
  type: "restaurant";
1144
1141
  name: string;
1142
+ _id: string;
1145
1143
  address: {
1146
1144
  coordinates?: number[] | null | undefined;
1147
1145
  line2?: string | null | undefined;
@@ -1153,25 +1151,25 @@ export declare const FdoVnEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1153
1151
  };
1154
1152
  businessId: string;
1155
1153
  regNo: string;
1154
+ tinNo: string;
1155
+ email: string;
1156
1156
  restaurantId: string;
1157
1157
  }, {
1158
- queryToken?: string | null | undefined;
1159
1158
  phoneNo?: string | null | undefined;
1160
1159
  active?: string | null | undefined;
1161
1160
  schedule?: {
1162
1161
  day: number;
1163
1162
  hour: number;
1164
1163
  } | null | undefined;
1164
+ queryToken?: string | null | undefined;
1165
1165
  appid?: string | null | undefined;
1166
1166
  username?: string | null | undefined;
1167
1167
  password?: string | null | undefined;
1168
1168
  templateId?: string | null | undefined;
1169
1169
  isDev?: boolean | null | undefined;
1170
- email: string;
1171
- tinNo: string;
1172
- _id: string;
1173
1170
  type: "restaurant";
1174
1171
  name: string;
1172
+ _id: string;
1175
1173
  address: {
1176
1174
  coordinates?: number[] | null | undefined;
1177
1175
  line2?: string | null | undefined;
@@ -1183,6 +1181,8 @@ export declare const FdoVnEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1183
1181
  };
1184
1182
  businessId: string;
1185
1183
  regNo: string;
1184
+ tinNo: string;
1185
+ email: string;
1186
1186
  restaurantId: string;
1187
1187
  }> | z.ZodObject<z.extendShape<z.extendShape<{
1188
1188
  _id: z.ZodEffects<z.ZodString, string, string>;
@@ -1239,23 +1239,21 @@ export declare const FdoVnEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1239
1239
  templateId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1240
1240
  isDev: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1241
1241
  }>, "strip", z.ZodTypeAny, {
1242
- queryToken?: string | null | undefined;
1243
1242
  phoneNo?: string | null | undefined;
1244
1243
  active?: string | null | undefined;
1245
1244
  schedule?: {
1246
1245
  day: number;
1247
1246
  hour: number;
1248
1247
  } | null | undefined;
1248
+ queryToken?: string | null | undefined;
1249
1249
  appid?: string | null | undefined;
1250
1250
  username?: string | null | undefined;
1251
1251
  password?: string | null | undefined;
1252
1252
  templateId?: string | null | undefined;
1253
1253
  isDev?: boolean | null | undefined;
1254
- email: string;
1255
- tinNo: string;
1256
- _id: string;
1257
1254
  type: "marketing";
1258
1255
  name: string;
1256
+ _id: string;
1259
1257
  address: {
1260
1258
  coordinates?: number[] | null | undefined;
1261
1259
  line2?: string | null | undefined;
@@ -1267,24 +1265,24 @@ export declare const FdoVnEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1267
1265
  };
1268
1266
  businessId: string;
1269
1267
  regNo: string;
1268
+ tinNo: string;
1269
+ email: string;
1270
1270
  }, {
1271
- queryToken?: string | null | undefined;
1272
1271
  phoneNo?: string | null | undefined;
1273
1272
  active?: string | null | undefined;
1274
1273
  schedule?: {
1275
1274
  day: number;
1276
1275
  hour: number;
1277
1276
  } | null | undefined;
1277
+ queryToken?: string | null | undefined;
1278
1278
  appid?: string | null | undefined;
1279
1279
  username?: string | null | undefined;
1280
1280
  password?: string | null | undefined;
1281
1281
  templateId?: string | null | undefined;
1282
1282
  isDev?: boolean | null | undefined;
1283
- email: string;
1284
- tinNo: string;
1285
- _id: string;
1286
1283
  type: "marketing";
1287
1284
  name: string;
1285
+ _id: string;
1288
1286
  address: {
1289
1287
  coordinates?: number[] | null | undefined;
1290
1288
  line2?: string | null | undefined;
@@ -1296,6 +1294,8 @@ export declare const FdoVnEInvoiceMerchantProfile: z.ZodDiscriminatedUnion<"type
1296
1294
  };
1297
1295
  businessId: string;
1298
1296
  regNo: string;
1297
+ tinNo: string;
1298
+ email: string;
1299
1299
  }>>;
1300
1300
  export declare const FdoVnEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<z.extendShape<{
1301
1301
  _id: z.ZodEffects<z.ZodString, string, string>;
@@ -1353,23 +1353,21 @@ export declare const FdoVnEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1353
1353
  templateId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1354
1354
  isDev: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1355
1355
  }>, "strip", z.ZodTypeAny, {
1356
- queryToken?: string | null | undefined;
1357
1356
  phoneNo?: string | null | undefined;
1358
1357
  active?: string | null | undefined;
1359
1358
  schedule?: {
1360
1359
  day: number;
1361
1360
  hour: number;
1362
1361
  } | null | undefined;
1362
+ queryToken?: string | null | undefined;
1363
1363
  appid?: string | null | undefined;
1364
1364
  username?: string | null | undefined;
1365
1365
  password?: string | null | undefined;
1366
1366
  templateId?: string | null | undefined;
1367
1367
  isDev?: boolean | null | undefined;
1368
- email: string;
1369
- tinNo: string;
1370
- _id: string;
1371
1368
  type: "restaurant";
1372
1369
  name: string;
1370
+ _id: string;
1373
1371
  address: {
1374
1372
  coordinates?: number[] | null | undefined;
1375
1373
  line2?: string | null | undefined;
@@ -1381,25 +1379,25 @@ export declare const FdoVnEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1381
1379
  };
1382
1380
  businessId: string;
1383
1381
  regNo: string;
1382
+ tinNo: string;
1383
+ email: string;
1384
1384
  restaurantId: string;
1385
1385
  }, {
1386
- queryToken?: string | null | undefined;
1387
1386
  phoneNo?: string | null | undefined;
1388
1387
  active?: string | null | undefined;
1389
1388
  schedule?: {
1390
1389
  day: number;
1391
1390
  hour: number;
1392
1391
  } | null | undefined;
1392
+ queryToken?: string | null | undefined;
1393
1393
  appid?: string | null | undefined;
1394
1394
  username?: string | null | undefined;
1395
1395
  password?: string | null | undefined;
1396
1396
  templateId?: string | null | undefined;
1397
1397
  isDev?: boolean | null | undefined;
1398
- email: string;
1399
- tinNo: string;
1400
- _id: string;
1401
1398
  type: "restaurant";
1402
1399
  name: string;
1400
+ _id: string;
1403
1401
  address: {
1404
1402
  coordinates?: number[] | null | undefined;
1405
1403
  line2?: string | null | undefined;
@@ -1411,6 +1409,8 @@ export declare const FdoVnEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1411
1409
  };
1412
1410
  businessId: string;
1413
1411
  regNo: string;
1412
+ tinNo: string;
1413
+ email: string;
1414
1414
  restaurantId: string;
1415
1415
  }> | z.ZodObject<z.extendShape<z.extendShape<{
1416
1416
  _id: z.ZodEffects<z.ZodString, string, string>;
@@ -1467,23 +1467,21 @@ export declare const FdoVnEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1467
1467
  templateId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1468
1468
  isDev: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1469
1469
  }>, "strip", z.ZodTypeAny, {
1470
- queryToken?: string | null | undefined;
1471
1470
  phoneNo?: string | null | undefined;
1472
1471
  active?: string | null | undefined;
1473
1472
  schedule?: {
1474
1473
  day: number;
1475
1474
  hour: number;
1476
1475
  } | null | undefined;
1476
+ queryToken?: string | null | undefined;
1477
1477
  appid?: string | null | undefined;
1478
1478
  username?: string | null | undefined;
1479
1479
  password?: string | null | undefined;
1480
1480
  templateId?: string | null | undefined;
1481
1481
  isDev?: boolean | null | undefined;
1482
- email: string;
1483
- tinNo: string;
1484
- _id: string;
1485
1482
  type: "marketing";
1486
1483
  name: string;
1484
+ _id: string;
1487
1485
  address: {
1488
1486
  coordinates?: number[] | null | undefined;
1489
1487
  line2?: string | null | undefined;
@@ -1495,24 +1493,24 @@ export declare const FdoVnEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1495
1493
  };
1496
1494
  businessId: string;
1497
1495
  regNo: string;
1496
+ tinNo: string;
1497
+ email: string;
1498
1498
  }, {
1499
- queryToken?: string | null | undefined;
1500
1499
  phoneNo?: string | null | undefined;
1501
1500
  active?: string | null | undefined;
1502
1501
  schedule?: {
1503
1502
  day: number;
1504
1503
  hour: number;
1505
1504
  } | null | undefined;
1505
+ queryToken?: string | null | undefined;
1506
1506
  appid?: string | null | undefined;
1507
1507
  username?: string | null | undefined;
1508
1508
  password?: string | null | undefined;
1509
1509
  templateId?: string | null | undefined;
1510
1510
  isDev?: boolean | null | undefined;
1511
- email: string;
1512
- tinNo: string;
1513
- _id: string;
1514
1511
  type: "marketing";
1515
1512
  name: string;
1513
+ _id: string;
1516
1514
  address: {
1517
1515
  coordinates?: number[] | null | undefined;
1518
1516
  line2?: string | null | undefined;
@@ -1524,6 +1522,8 @@ export declare const FdoVnEInvoiceMerchantProfileDoc: z.ZodDiscriminatedUnion<"t
1524
1522
  };
1525
1523
  businessId: string;
1526
1524
  regNo: string;
1525
+ tinNo: string;
1526
+ email: string;
1527
1527
  }>>;
1528
1528
  export declare const FdoVnEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<Omit<z.extendShape<z.extendShape<{
1529
1529
  _id: z.ZodEffects<z.ZodString, string, string>;
@@ -1581,20 +1581,18 @@ export declare const FdoVnEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1581
1581
  templateId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1582
1582
  isDev: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1583
1583
  }>, "_id">, "strip", z.ZodTypeAny, {
1584
- queryToken?: string | null | undefined;
1585
1584
  phoneNo?: string | null | undefined;
1586
1585
  active?: string | null | undefined;
1587
1586
  schedule?: {
1588
1587
  day: number;
1589
1588
  hour: number;
1590
1589
  } | null | undefined;
1590
+ queryToken?: string | null | undefined;
1591
1591
  appid?: string | null | undefined;
1592
1592
  username?: string | null | undefined;
1593
1593
  password?: string | null | undefined;
1594
1594
  templateId?: string | null | undefined;
1595
1595
  isDev?: boolean | null | undefined;
1596
- email: string;
1597
- tinNo: string;
1598
1596
  type: "restaurant";
1599
1597
  name: string;
1600
1598
  address: {
@@ -1608,22 +1606,22 @@ export declare const FdoVnEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1608
1606
  };
1609
1607
  businessId: string;
1610
1608
  regNo: string;
1609
+ tinNo: string;
1610
+ email: string;
1611
1611
  restaurantId: string;
1612
1612
  }, {
1613
- queryToken?: string | null | undefined;
1614
1613
  phoneNo?: string | null | undefined;
1615
1614
  active?: string | null | undefined;
1616
1615
  schedule?: {
1617
1616
  day: number;
1618
1617
  hour: number;
1619
1618
  } | null | undefined;
1619
+ queryToken?: string | null | undefined;
1620
1620
  appid?: string | null | undefined;
1621
1621
  username?: string | null | undefined;
1622
1622
  password?: string | null | undefined;
1623
1623
  templateId?: string | null | undefined;
1624
1624
  isDev?: boolean | null | undefined;
1625
- email: string;
1626
- tinNo: string;
1627
1625
  type: "restaurant";
1628
1626
  name: string;
1629
1627
  address: {
@@ -1637,6 +1635,8 @@ export declare const FdoVnEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1637
1635
  };
1638
1636
  businessId: string;
1639
1637
  regNo: string;
1638
+ tinNo: string;
1639
+ email: string;
1640
1640
  restaurantId: string;
1641
1641
  }> | z.ZodObject<Omit<z.extendShape<z.extendShape<{
1642
1642
  _id: z.ZodEffects<z.ZodString, string, string>;
@@ -1693,20 +1693,18 @@ export declare const FdoVnEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1693
1693
  templateId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1694
1694
  isDev: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1695
1695
  }>, "_id">, "strip", z.ZodTypeAny, {
1696
- queryToken?: string | null | undefined;
1697
1696
  phoneNo?: string | null | undefined;
1698
1697
  active?: string | null | undefined;
1699
1698
  schedule?: {
1700
1699
  day: number;
1701
1700
  hour: number;
1702
1701
  } | null | undefined;
1702
+ queryToken?: string | null | undefined;
1703
1703
  appid?: string | null | undefined;
1704
1704
  username?: string | null | undefined;
1705
1705
  password?: string | null | undefined;
1706
1706
  templateId?: string | null | undefined;
1707
1707
  isDev?: boolean | null | undefined;
1708
- email: string;
1709
- tinNo: string;
1710
1708
  type: "marketing";
1711
1709
  name: string;
1712
1710
  address: {
@@ -1720,21 +1718,21 @@ export declare const FdoVnEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1720
1718
  };
1721
1719
  businessId: string;
1722
1720
  regNo: string;
1721
+ tinNo: string;
1722
+ email: string;
1723
1723
  }, {
1724
- queryToken?: string | null | undefined;
1725
1724
  phoneNo?: string | null | undefined;
1726
1725
  active?: string | null | undefined;
1727
1726
  schedule?: {
1728
1727
  day: number;
1729
1728
  hour: number;
1730
1729
  } | null | undefined;
1730
+ queryToken?: string | null | undefined;
1731
1731
  appid?: string | null | undefined;
1732
1732
  username?: string | null | undefined;
1733
1733
  password?: string | null | undefined;
1734
1734
  templateId?: string | null | undefined;
1735
1735
  isDev?: boolean | null | undefined;
1736
- email: string;
1737
- tinNo: string;
1738
1736
  type: "marketing";
1739
1737
  name: string;
1740
1738
  address: {
@@ -1748,6 +1746,8 @@ export declare const FdoVnEInvoiceMerchantProfileSchema: z.ZodDiscriminatedUnion
1748
1746
  };
1749
1747
  businessId: string;
1750
1748
  regNo: string;
1749
+ tinNo: string;
1750
+ email: string;
1751
1751
  }>>;
1752
1752
  export type FdoVnEInvoiceCustomerBaseProfile = z.infer<typeof FdoVnEInvoiceCustomerBaseProfile>;
1753
1753
  export type FdoVnEInvoiceIndividualProfile = z.infer<typeof FdoVnEInvoiceIndividualProfile>;