@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
@@ -1,3 +1,5 @@
1
+ export * from "./malaysia";
2
+ export * from "./report-invoice.dto";
1
3
  export * from "./thailand";
2
4
  export * from "./vietnam";
3
5
  export * from "./export";
@@ -0,0 +1,625 @@
1
+ import { z } from 'zod';
2
+ export declare const FdtoEInvoiceIndustryClassificationCode: z.ZodObject<{
3
+ value: z.ZodString;
4
+ name: z.ZodString;
5
+ }, "strip", z.ZodTypeAny, {
6
+ value: string;
7
+ name: string;
8
+ }, {
9
+ value: string;
10
+ name: string;
11
+ }>;
12
+ export declare const FdtoEInvoicePartyIdentificationId: z.ZodObject<{
13
+ value: z.ZodString;
14
+ schemeID: z.ZodEnum<["NRIC", "PASSPORT", "BRN", "ARMY", "TIN", "SST"]>;
15
+ }, "strip", z.ZodTypeAny, {
16
+ value: string;
17
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
18
+ }, {
19
+ value: string;
20
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
21
+ }>;
22
+ export declare const FdtoEInvoicePartyIdentification: z.ZodObject<{
23
+ ID: z.ZodObject<{
24
+ value: z.ZodString;
25
+ schemeID: z.ZodEnum<["NRIC", "PASSPORT", "BRN", "ARMY", "TIN", "SST"]>;
26
+ }, "strip", z.ZodTypeAny, {
27
+ value: string;
28
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
29
+ }, {
30
+ value: string;
31
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
32
+ }>;
33
+ }, "strip", z.ZodTypeAny, {
34
+ ID: {
35
+ value: string;
36
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
37
+ };
38
+ }, {
39
+ ID: {
40
+ value: string;
41
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
42
+ };
43
+ }>;
44
+ export declare const FdtoEInvoiceAddress: z.ZodObject<{
45
+ Line: z.ZodString;
46
+ }, "strip", z.ZodTypeAny, {
47
+ Line: string;
48
+ }, {
49
+ Line: string;
50
+ }>;
51
+ export declare const FdtoEInvoiceCountryIdentificationCode: z.ZodObject<{
52
+ value: z.ZodString;
53
+ listID: z.ZodString;
54
+ listAgencyID: z.ZodString;
55
+ }, "strip", z.ZodTypeAny, {
56
+ value: string;
57
+ listID: string;
58
+ listAgencyID: string;
59
+ }, {
60
+ value: string;
61
+ listID: string;
62
+ listAgencyID: string;
63
+ }>;
64
+ export declare const FdtoEInvoiceCountry: z.ZodObject<{
65
+ IdentificationCode: z.ZodObject<{
66
+ value: z.ZodString;
67
+ listID: z.ZodString;
68
+ listAgencyID: z.ZodString;
69
+ }, "strip", z.ZodTypeAny, {
70
+ value: string;
71
+ listID: string;
72
+ listAgencyID: string;
73
+ }, {
74
+ value: string;
75
+ listID: string;
76
+ listAgencyID: string;
77
+ }>;
78
+ }, "strip", z.ZodTypeAny, {
79
+ IdentificationCode: {
80
+ value: string;
81
+ listID: string;
82
+ listAgencyID: string;
83
+ };
84
+ }, {
85
+ IdentificationCode: {
86
+ value: string;
87
+ listID: string;
88
+ listAgencyID: string;
89
+ };
90
+ }>;
91
+ export declare const FdtoEInvoicePostalAddress: z.ZodObject<{
92
+ CityName: z.ZodString;
93
+ PostalZone: z.ZodString;
94
+ CountrySubentityCode: z.ZodString;
95
+ AddressLine: z.ZodArray<z.ZodObject<{
96
+ Line: z.ZodString;
97
+ }, "strip", z.ZodTypeAny, {
98
+ Line: string;
99
+ }, {
100
+ Line: string;
101
+ }>, "many">;
102
+ Country: z.ZodObject<{
103
+ IdentificationCode: z.ZodObject<{
104
+ value: z.ZodString;
105
+ listID: z.ZodString;
106
+ listAgencyID: z.ZodString;
107
+ }, "strip", z.ZodTypeAny, {
108
+ value: string;
109
+ listID: string;
110
+ listAgencyID: string;
111
+ }, {
112
+ value: string;
113
+ listID: string;
114
+ listAgencyID: string;
115
+ }>;
116
+ }, "strip", z.ZodTypeAny, {
117
+ IdentificationCode: {
118
+ value: string;
119
+ listID: string;
120
+ listAgencyID: string;
121
+ };
122
+ }, {
123
+ IdentificationCode: {
124
+ value: string;
125
+ listID: string;
126
+ listAgencyID: string;
127
+ };
128
+ }>;
129
+ }, "strip", z.ZodTypeAny, {
130
+ CityName: string;
131
+ PostalZone: string;
132
+ CountrySubentityCode: string;
133
+ AddressLine: {
134
+ Line: string;
135
+ }[];
136
+ Country: {
137
+ IdentificationCode: {
138
+ value: string;
139
+ listID: string;
140
+ listAgencyID: string;
141
+ };
142
+ };
143
+ }, {
144
+ CityName: string;
145
+ PostalZone: string;
146
+ CountrySubentityCode: string;
147
+ AddressLine: {
148
+ Line: string;
149
+ }[];
150
+ Country: {
151
+ IdentificationCode: {
152
+ value: string;
153
+ listID: string;
154
+ listAgencyID: string;
155
+ };
156
+ };
157
+ }>;
158
+ export declare const FdtoEInvoicePartyLegalEntity: z.ZodObject<{
159
+ RegistrationName: z.ZodString;
160
+ }, "strip", z.ZodTypeAny, {
161
+ RegistrationName: string;
162
+ }, {
163
+ RegistrationName: string;
164
+ }>;
165
+ export declare const FdtoEInvoiceContact: z.ZodObject<{
166
+ Telephone: z.ZodString;
167
+ ElectronicMail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
168
+ }, "strip", z.ZodTypeAny, {
169
+ ElectronicMail?: string | null | undefined;
170
+ Telephone: string;
171
+ }, {
172
+ ElectronicMail?: string | null | undefined;
173
+ Telephone: string;
174
+ }>;
175
+ export declare const FdtoEInvoiceParty: z.ZodObject<{
176
+ IndustryClassificationCode: z.ZodNullable<z.ZodOptional<z.ZodObject<{
177
+ value: z.ZodString;
178
+ name: z.ZodString;
179
+ }, "strip", z.ZodTypeAny, {
180
+ value: string;
181
+ name: string;
182
+ }, {
183
+ value: string;
184
+ name: string;
185
+ }>>>;
186
+ PartyIdentification: z.ZodArray<z.ZodObject<{
187
+ ID: z.ZodObject<{
188
+ value: z.ZodString;
189
+ schemeID: z.ZodEnum<["NRIC", "PASSPORT", "BRN", "ARMY", "TIN", "SST"]>;
190
+ }, "strip", z.ZodTypeAny, {
191
+ value: string;
192
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
193
+ }, {
194
+ value: string;
195
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
196
+ }>;
197
+ }, "strip", z.ZodTypeAny, {
198
+ ID: {
199
+ value: string;
200
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
201
+ };
202
+ }, {
203
+ ID: {
204
+ value: string;
205
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
206
+ };
207
+ }>, "many">;
208
+ PostalAddress: z.ZodObject<{
209
+ CityName: z.ZodString;
210
+ PostalZone: z.ZodString;
211
+ CountrySubentityCode: z.ZodString;
212
+ AddressLine: z.ZodArray<z.ZodObject<{
213
+ Line: z.ZodString;
214
+ }, "strip", z.ZodTypeAny, {
215
+ Line: string;
216
+ }, {
217
+ Line: string;
218
+ }>, "many">;
219
+ Country: z.ZodObject<{
220
+ IdentificationCode: z.ZodObject<{
221
+ value: z.ZodString;
222
+ listID: z.ZodString;
223
+ listAgencyID: z.ZodString;
224
+ }, "strip", z.ZodTypeAny, {
225
+ value: string;
226
+ listID: string;
227
+ listAgencyID: string;
228
+ }, {
229
+ value: string;
230
+ listID: string;
231
+ listAgencyID: string;
232
+ }>;
233
+ }, "strip", z.ZodTypeAny, {
234
+ IdentificationCode: {
235
+ value: string;
236
+ listID: string;
237
+ listAgencyID: string;
238
+ };
239
+ }, {
240
+ IdentificationCode: {
241
+ value: string;
242
+ listID: string;
243
+ listAgencyID: string;
244
+ };
245
+ }>;
246
+ }, "strip", z.ZodTypeAny, {
247
+ CityName: string;
248
+ PostalZone: string;
249
+ CountrySubentityCode: string;
250
+ AddressLine: {
251
+ Line: string;
252
+ }[];
253
+ Country: {
254
+ IdentificationCode: {
255
+ value: string;
256
+ listID: string;
257
+ listAgencyID: string;
258
+ };
259
+ };
260
+ }, {
261
+ CityName: string;
262
+ PostalZone: string;
263
+ CountrySubentityCode: string;
264
+ AddressLine: {
265
+ Line: string;
266
+ }[];
267
+ Country: {
268
+ IdentificationCode: {
269
+ value: string;
270
+ listID: string;
271
+ listAgencyID: string;
272
+ };
273
+ };
274
+ }>;
275
+ PartyLegalEntity: z.ZodObject<{
276
+ RegistrationName: z.ZodString;
277
+ }, "strip", z.ZodTypeAny, {
278
+ RegistrationName: string;
279
+ }, {
280
+ RegistrationName: string;
281
+ }>;
282
+ Contact: z.ZodObject<{
283
+ Telephone: z.ZodString;
284
+ ElectronicMail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
285
+ }, "strip", z.ZodTypeAny, {
286
+ ElectronicMail?: string | null | undefined;
287
+ Telephone: string;
288
+ }, {
289
+ ElectronicMail?: string | null | undefined;
290
+ Telephone: string;
291
+ }>;
292
+ }, "strip", z.ZodTypeAny, {
293
+ IndustryClassificationCode?: {
294
+ value: string;
295
+ name: string;
296
+ } | null | undefined;
297
+ PartyIdentification: {
298
+ ID: {
299
+ value: string;
300
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
301
+ };
302
+ }[];
303
+ PostalAddress: {
304
+ CityName: string;
305
+ PostalZone: string;
306
+ CountrySubentityCode: string;
307
+ AddressLine: {
308
+ Line: string;
309
+ }[];
310
+ Country: {
311
+ IdentificationCode: {
312
+ value: string;
313
+ listID: string;
314
+ listAgencyID: string;
315
+ };
316
+ };
317
+ };
318
+ PartyLegalEntity: {
319
+ RegistrationName: string;
320
+ };
321
+ Contact: {
322
+ ElectronicMail?: string | null | undefined;
323
+ Telephone: string;
324
+ };
325
+ }, {
326
+ IndustryClassificationCode?: {
327
+ value: string;
328
+ name: string;
329
+ } | null | undefined;
330
+ PartyIdentification: {
331
+ ID: {
332
+ value: string;
333
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
334
+ };
335
+ }[];
336
+ PostalAddress: {
337
+ CityName: string;
338
+ PostalZone: string;
339
+ CountrySubentityCode: string;
340
+ AddressLine: {
341
+ Line: string;
342
+ }[];
343
+ Country: {
344
+ IdentificationCode: {
345
+ value: string;
346
+ listID: string;
347
+ listAgencyID: string;
348
+ };
349
+ };
350
+ };
351
+ PartyLegalEntity: {
352
+ RegistrationName: string;
353
+ };
354
+ Contact: {
355
+ ElectronicMail?: string | null | undefined;
356
+ Telephone: string;
357
+ };
358
+ }>;
359
+ export declare const FdtoEInvoiceAccountingParty: z.ZodObject<{
360
+ Party: z.ZodObject<{
361
+ IndustryClassificationCode: z.ZodNullable<z.ZodOptional<z.ZodObject<{
362
+ value: z.ZodString;
363
+ name: z.ZodString;
364
+ }, "strip", z.ZodTypeAny, {
365
+ value: string;
366
+ name: string;
367
+ }, {
368
+ value: string;
369
+ name: string;
370
+ }>>>;
371
+ PartyIdentification: z.ZodArray<z.ZodObject<{
372
+ ID: z.ZodObject<{
373
+ value: z.ZodString;
374
+ schemeID: z.ZodEnum<["NRIC", "PASSPORT", "BRN", "ARMY", "TIN", "SST"]>;
375
+ }, "strip", z.ZodTypeAny, {
376
+ value: string;
377
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
378
+ }, {
379
+ value: string;
380
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
381
+ }>;
382
+ }, "strip", z.ZodTypeAny, {
383
+ ID: {
384
+ value: string;
385
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
386
+ };
387
+ }, {
388
+ ID: {
389
+ value: string;
390
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
391
+ };
392
+ }>, "many">;
393
+ PostalAddress: z.ZodObject<{
394
+ CityName: z.ZodString;
395
+ PostalZone: z.ZodString;
396
+ CountrySubentityCode: z.ZodString;
397
+ AddressLine: z.ZodArray<z.ZodObject<{
398
+ Line: z.ZodString;
399
+ }, "strip", z.ZodTypeAny, {
400
+ Line: string;
401
+ }, {
402
+ Line: string;
403
+ }>, "many">;
404
+ Country: z.ZodObject<{
405
+ IdentificationCode: z.ZodObject<{
406
+ value: z.ZodString;
407
+ listID: z.ZodString;
408
+ listAgencyID: z.ZodString;
409
+ }, "strip", z.ZodTypeAny, {
410
+ value: string;
411
+ listID: string;
412
+ listAgencyID: string;
413
+ }, {
414
+ value: string;
415
+ listID: string;
416
+ listAgencyID: string;
417
+ }>;
418
+ }, "strip", z.ZodTypeAny, {
419
+ IdentificationCode: {
420
+ value: string;
421
+ listID: string;
422
+ listAgencyID: string;
423
+ };
424
+ }, {
425
+ IdentificationCode: {
426
+ value: string;
427
+ listID: string;
428
+ listAgencyID: string;
429
+ };
430
+ }>;
431
+ }, "strip", z.ZodTypeAny, {
432
+ CityName: string;
433
+ PostalZone: string;
434
+ CountrySubentityCode: string;
435
+ AddressLine: {
436
+ Line: string;
437
+ }[];
438
+ Country: {
439
+ IdentificationCode: {
440
+ value: string;
441
+ listID: string;
442
+ listAgencyID: string;
443
+ };
444
+ };
445
+ }, {
446
+ CityName: string;
447
+ PostalZone: string;
448
+ CountrySubentityCode: string;
449
+ AddressLine: {
450
+ Line: string;
451
+ }[];
452
+ Country: {
453
+ IdentificationCode: {
454
+ value: string;
455
+ listID: string;
456
+ listAgencyID: string;
457
+ };
458
+ };
459
+ }>;
460
+ PartyLegalEntity: z.ZodObject<{
461
+ RegistrationName: z.ZodString;
462
+ }, "strip", z.ZodTypeAny, {
463
+ RegistrationName: string;
464
+ }, {
465
+ RegistrationName: string;
466
+ }>;
467
+ Contact: z.ZodObject<{
468
+ Telephone: z.ZodString;
469
+ ElectronicMail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
470
+ }, "strip", z.ZodTypeAny, {
471
+ ElectronicMail?: string | null | undefined;
472
+ Telephone: string;
473
+ }, {
474
+ ElectronicMail?: string | null | undefined;
475
+ Telephone: string;
476
+ }>;
477
+ }, "strip", z.ZodTypeAny, {
478
+ IndustryClassificationCode?: {
479
+ value: string;
480
+ name: string;
481
+ } | null | undefined;
482
+ PartyIdentification: {
483
+ ID: {
484
+ value: string;
485
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
486
+ };
487
+ }[];
488
+ PostalAddress: {
489
+ CityName: string;
490
+ PostalZone: string;
491
+ CountrySubentityCode: string;
492
+ AddressLine: {
493
+ Line: string;
494
+ }[];
495
+ Country: {
496
+ IdentificationCode: {
497
+ value: string;
498
+ listID: string;
499
+ listAgencyID: string;
500
+ };
501
+ };
502
+ };
503
+ PartyLegalEntity: {
504
+ RegistrationName: string;
505
+ };
506
+ Contact: {
507
+ ElectronicMail?: string | null | undefined;
508
+ Telephone: string;
509
+ };
510
+ }, {
511
+ IndustryClassificationCode?: {
512
+ value: string;
513
+ name: string;
514
+ } | null | undefined;
515
+ PartyIdentification: {
516
+ ID: {
517
+ value: string;
518
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
519
+ };
520
+ }[];
521
+ PostalAddress: {
522
+ CityName: string;
523
+ PostalZone: string;
524
+ CountrySubentityCode: string;
525
+ AddressLine: {
526
+ Line: string;
527
+ }[];
528
+ Country: {
529
+ IdentificationCode: {
530
+ value: string;
531
+ listID: string;
532
+ listAgencyID: string;
533
+ };
534
+ };
535
+ };
536
+ PartyLegalEntity: {
537
+ RegistrationName: string;
538
+ };
539
+ Contact: {
540
+ ElectronicMail?: string | null | undefined;
541
+ Telephone: string;
542
+ };
543
+ }>;
544
+ }, "strip", z.ZodTypeAny, {
545
+ Party: {
546
+ IndustryClassificationCode?: {
547
+ value: string;
548
+ name: string;
549
+ } | null | undefined;
550
+ PartyIdentification: {
551
+ ID: {
552
+ value: string;
553
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
554
+ };
555
+ }[];
556
+ PostalAddress: {
557
+ CityName: string;
558
+ PostalZone: string;
559
+ CountrySubentityCode: string;
560
+ AddressLine: {
561
+ Line: string;
562
+ }[];
563
+ Country: {
564
+ IdentificationCode: {
565
+ value: string;
566
+ listID: string;
567
+ listAgencyID: string;
568
+ };
569
+ };
570
+ };
571
+ PartyLegalEntity: {
572
+ RegistrationName: string;
573
+ };
574
+ Contact: {
575
+ ElectronicMail?: string | null | undefined;
576
+ Telephone: string;
577
+ };
578
+ };
579
+ }, {
580
+ Party: {
581
+ IndustryClassificationCode?: {
582
+ value: string;
583
+ name: string;
584
+ } | null | undefined;
585
+ PartyIdentification: {
586
+ ID: {
587
+ value: string;
588
+ schemeID: "NRIC" | "PASSPORT" | "BRN" | "ARMY" | "TIN" | "SST";
589
+ };
590
+ }[];
591
+ PostalAddress: {
592
+ CityName: string;
593
+ PostalZone: string;
594
+ CountrySubentityCode: string;
595
+ AddressLine: {
596
+ Line: string;
597
+ }[];
598
+ Country: {
599
+ IdentificationCode: {
600
+ value: string;
601
+ listID: string;
602
+ listAgencyID: string;
603
+ };
604
+ };
605
+ };
606
+ PartyLegalEntity: {
607
+ RegistrationName: string;
608
+ };
609
+ Contact: {
610
+ ElectronicMail?: string | null | undefined;
611
+ Telephone: string;
612
+ };
613
+ };
614
+ }>;
615
+ export type FdtoEInvoiceIndustryClassificationCode = z.infer<typeof FdtoEInvoiceIndustryClassificationCode>;
616
+ export type FdtoEInvoicePartyIdentificationId = z.infer<typeof FdtoEInvoicePartyIdentificationId>;
617
+ export type FdtoEInvoicePartyIdentification = z.infer<typeof FdtoEInvoicePartyIdentification>;
618
+ export type FdtoEInvoiceAddress = z.infer<typeof FdtoEInvoiceAddress>;
619
+ export type FdtoEInvoiceCountryIdentificationCode = z.infer<typeof FdtoEInvoiceCountryIdentificationCode>;
620
+ export type FdtoEInvoiceCountry = z.infer<typeof FdtoEInvoiceCountry>;
621
+ export type FdtoEInvoicePostalAddress = z.infer<typeof FdtoEInvoicePostalAddress>;
622
+ export type FdtoEInvoicePartyLegalEntity = z.infer<typeof FdtoEInvoicePartyLegalEntity>;
623
+ export type FdtoEInvoiceContact = z.infer<typeof FdtoEInvoiceContact>;
624
+ export type FdtoEInvoiceParty = z.infer<typeof FdtoEInvoiceParty>;
625
+ export type FdtoEInvoiceAccountingParty = z.infer<typeof FdtoEInvoiceAccountingParty>;
@@ -0,0 +1,33 @@
1
+ import { z } from 'zod';
2
+ export declare const FdtoEInvoiceAllowanceCharge: z.ZodObject<{
3
+ ChargeIndicator: z.ZodBoolean;
4
+ AllowanceChargeReason: z.ZodString;
5
+ MultiplierFactorNumeric: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
6
+ Amount: z.ZodObject<{
7
+ value: z.ZodNumber;
8
+ currencyID: z.ZodString;
9
+ }, "strip", z.ZodTypeAny, {
10
+ value: number;
11
+ currencyID: string;
12
+ }, {
13
+ value: number;
14
+ currencyID: string;
15
+ }>;
16
+ }, "strip", z.ZodTypeAny, {
17
+ MultiplierFactorNumeric?: number | null | undefined;
18
+ ChargeIndicator: boolean;
19
+ AllowanceChargeReason: string;
20
+ Amount: {
21
+ value: number;
22
+ currencyID: string;
23
+ };
24
+ }, {
25
+ MultiplierFactorNumeric?: number | null | undefined;
26
+ ChargeIndicator: boolean;
27
+ AllowanceChargeReason: string;
28
+ Amount: {
29
+ value: number;
30
+ currencyID: string;
31
+ };
32
+ }>;
33
+ export type FdtoEInvoiceAllowanceCharge = z.infer<typeof FdtoEInvoiceAllowanceCharge>;