facturacion-open-api 1.0.0

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.
@@ -0,0 +1,677 @@
1
+ declare function documentAuthorization(accesKey: string, authorizationUrl: string): Promise<any>;
2
+
3
+ type AdditionalField = {
4
+ "@nombre": string;
5
+ "#": string;
6
+ };
7
+ type AdditionalInfo = {
8
+ campoAdicional: AdditionalField[];
9
+ };
10
+
11
+ type AdditionalDetail = {
12
+ "@nombre": string;
13
+ "@valor": string;
14
+ };
15
+ type AdditionalDetails = {
16
+ detAdicional: AdditionalDetail[];
17
+ };
18
+ type Tax = {
19
+ codigo: string;
20
+ codigoPorcentaje: string;
21
+ tarifa: string;
22
+ baseImponible: string;
23
+ valor: string;
24
+ };
25
+ type Taxes = {
26
+ impuesto: Tax[];
27
+ };
28
+ type Detail = {
29
+ codigoPrincipal?: string;
30
+ codigoAuxiliar?: string;
31
+ descripcion: string;
32
+ unidadMedida?: string;
33
+ cantidad: string;
34
+ precioUnitario: string;
35
+ precioSinSubsidio?: string;
36
+ descuento: string;
37
+ precioTotalSinImpuesto: string;
38
+ detallesAdicionales?: AdditionalDetails;
39
+ impuestos: Taxes;
40
+ };
41
+ type Details = {
42
+ detalle: Detail[];
43
+ };
44
+
45
+ type InvoiceInfo = {
46
+ fechaEmision: string;
47
+ dirEstablecimiento: string;
48
+ contribuyenteEspecial?: string;
49
+ obligadoContabilidad: "SI" | "NO";
50
+ comercioExterior?: string;
51
+ incoTermFactura?: string;
52
+ lugarIncoTerm?: string;
53
+ paisOrigen?: string;
54
+ puertoEmbarque?: string;
55
+ puertoDestino?: string;
56
+ paisDestino?: string;
57
+ paisAdquisicion?: string;
58
+ tipoIdentificacionComprador: "04" | "05" | "06" | "07" | "08";
59
+ guiaRemision?: string;
60
+ razonSocialComprador: string;
61
+ identificacionComprador: string;
62
+ direccionComprador: string;
63
+ totalSinImpuestos: string;
64
+ totalSubsidio?: string;
65
+ incoTermTotalSinImpuestos?: string;
66
+ totalDescuento: string;
67
+ codDocReembolso?: string;
68
+ totalComprobantesReembolso?: string;
69
+ totalBaseImponibleReembolso?: string;
70
+ totalImpuestoReembolso?: string;
71
+ totalConImpuestos: TotalWithTaxes;
72
+ compensaciones?: Compensations;
73
+ propina?: string;
74
+ fleteInternacional?: string;
75
+ seguroInternacional?: string;
76
+ gastosAduaneros?: string;
77
+ gastosTransporteOtros?: string;
78
+ importeTotal: string;
79
+ moneda: string;
80
+ placa?: string;
81
+ pagos: Payments;
82
+ valorRetIva?: string;
83
+ valorRetRenta?: string;
84
+ };
85
+ type TotalWithTax = {
86
+ codigo: "2" | "3" | "5";
87
+ codigoPorcentaje: "0" | "2" | "3" | "6" | "7" | "8";
88
+ descuentoAdicional: string;
89
+ baseImponible: string;
90
+ tarifa?: string;
91
+ valor: string;
92
+ valorDevolucionIva?: string;
93
+ };
94
+ type TotalWithTaxes = {
95
+ totalImpuesto: TotalWithTax[];
96
+ };
97
+ type Compensation = {
98
+ codigo: string;
99
+ tarifa: string;
100
+ valor: string;
101
+ };
102
+ type Compensations = {
103
+ compensacion: Compensation[];
104
+ };
105
+ type Payment = {
106
+ formaPago: string;
107
+ total: string;
108
+ plazo: string;
109
+ unidadTiempo: string;
110
+ };
111
+ type Payments = {
112
+ pago: Payment[];
113
+ };
114
+
115
+ type ThirdPartyValue = {
116
+ concepto: string;
117
+ total: string;
118
+ };
119
+ type OtherThirdPartyValues = {
120
+ rubro: ThirdPartyValue[];
121
+ };
122
+
123
+ type TaxDetail = {
124
+ codigo: string;
125
+ codigoPorcentaje: string;
126
+ tarifa: string;
127
+ baseImponibleReembolso: string;
128
+ impuestoReembolso: string;
129
+ };
130
+ type TaxDetails = {
131
+ detalleImpuesto: TaxDetail[];
132
+ };
133
+ type ReimbursementCompensation = {
134
+ codigo: string;
135
+ tarifa: string;
136
+ valor: string;
137
+ };
138
+ type ReimbursementCompensations = {
139
+ compensacionesReembolso: ReimbursementCompensation[];
140
+ };
141
+ type ReimbursementDetail = {
142
+ tipoIdentificacionProveedorReembolso: string;
143
+ identificacionProveedorReembolso: string;
144
+ codPaisPagoProveedorReembolso: string;
145
+ tipoProveedorReembolso: string;
146
+ codDocReembolso: string;
147
+ estabDocReembolso: string;
148
+ ptoEmiDocReembolso: string;
149
+ secuencialDocReembolso: string;
150
+ fechaEmisionDocReembolso: string;
151
+ numeroautorizacionDocReemb: string;
152
+ detalleImpuestos: TaxDetails;
153
+ compensacionesReembolso: ReimbursementCompensations;
154
+ };
155
+ type Reimbursements = {
156
+ reembolsoDetalle: ReimbursementDetail[];
157
+ };
158
+
159
+ type Arrival = {
160
+ motivoTraslado: string;
161
+ docAduaneroUnico: string;
162
+ codEstabDestino: string;
163
+ ruta: string;
164
+ };
165
+ type Arrivals = {
166
+ destino: Arrival[];
167
+ };
168
+ type RemisionGuideSustitutiveInfo = {
169
+ dirPartida: string;
170
+ dirDestinatario: string;
171
+ fechaIniTransporte: string;
172
+ fechaFinTransporte: string;
173
+ razonSocialTransportista: string;
174
+ tipoIdentificacionTransportista: string;
175
+ rucTransportista: string;
176
+ placa: string;
177
+ destinos: Arrivals;
178
+ };
179
+
180
+ type Retention$1 = {
181
+ codigo: string;
182
+ codigoPorcentaje: string;
183
+ tarifa: string;
184
+ valor: string;
185
+ };
186
+ type Retentions = {
187
+ retencion: Retention$1[];
188
+ };
189
+
190
+ type TaxInfo = {
191
+ ambiente: "1" | "2";
192
+ tipoEmision: string;
193
+ razonSocial: string;
194
+ nombreComercial: string;
195
+ ruc: string;
196
+ claveAcceso: string;
197
+ codDoc: "01" | "03" | "04" | "05" | "06" | "07";
198
+ estab: string;
199
+ ptoEmi: string;
200
+ secuencial: string;
201
+ dirMatriz: string;
202
+ regimenMicroempresas?: "CONTRIBUYENTE RÉGIMEN MICROEMPRESAS";
203
+ agenteRetencion?: string;
204
+ contribuyenteRimpe?: "CONTRIBUYENTE NEGOCIO POPULAR - RÉGIMEN RIMPE" | "CONTRIBUYENTE RÉGIMEN RIMPE";
205
+ };
206
+
207
+ type Invoice = {
208
+ factura: {
209
+ "@xmlns:ds": string;
210
+ "@xmlns:xsi": string;
211
+ "@id": string;
212
+ "@version": string;
213
+ infoTributaria: TaxInfo;
214
+ infoFactura: InvoiceInfo;
215
+ detalles: Details;
216
+ reembolsos?: Reimbursements;
217
+ retenciones?: Retentions;
218
+ infoSustitutivaGuiaRemision?: RemisionGuideSustitutiveInfo;
219
+ otrosRubrosTerceros?: OtherThirdPartyValues;
220
+ tipoNegociable?: {
221
+ correo: string;
222
+ };
223
+ maquinaFiscal?: {
224
+ marca: string;
225
+ modelo: string;
226
+ serie: string;
227
+ };
228
+ infoAdicional?: AdditionalInfo;
229
+ };
230
+ };
231
+ type InvoiceInput = {
232
+ infoTributaria: Omit<TaxInfo, "claveAcceso">;
233
+ infoFactura: InvoiceInfo;
234
+ detalles: Details;
235
+ reembolsos?: Reimbursements;
236
+ retenciones?: Retentions;
237
+ infoSustitutivaGuiaRemision?: RemisionGuideSustitutiveInfo;
238
+ otrosRubrosTerceros?: OtherThirdPartyValues;
239
+ tipoNegociable?: {
240
+ correo: string;
241
+ };
242
+ maquinaFiscal?: {
243
+ marca: string;
244
+ modelo: string;
245
+ serie: string;
246
+ };
247
+ infoAdicional?: AdditionalInfo;
248
+ };
249
+
250
+ declare function generateInvoiceXml(invoice: Invoice): string;
251
+ declare function generateInvoice(invoiceData: InvoiceInput): {
252
+ invoice: Invoice;
253
+ accessKey: string;
254
+ };
255
+
256
+ declare function documentReception(stringXML: string, receptionUrl: string): Promise<any>;
257
+
258
+ declare function getP12FromLocalFile(path: string): ArrayBuffer | SharedArrayBuffer;
259
+ declare function getP12FromUrl(url: string): Promise<ArrayBuffer>;
260
+ declare function getXMLFromLocalFile(path: string): string;
261
+ declare function getXMLFromLocalUrl(url: string): Promise<string>;
262
+ declare function signXml(p12Data: ArrayBuffer, p12Password: string, xmlData: string, hashAlgorithm?: "sha1" | "sha256"): Promise<string>;
263
+
264
+ type ImpuestoDocSustento = {
265
+ codImpuestoDocSustento: string;
266
+ codigoPorcentaje: string;
267
+ baseImponible: string;
268
+ tarifa: string;
269
+ valorImpuesto: string;
270
+ };
271
+ type ImpuestosDocSustento = {
272
+ impuestoDocSustento: ImpuestoDocSustento[];
273
+ };
274
+ type Dividendos = {
275
+ fechaPagoDiv: string;
276
+ imRentaSoc: string;
277
+ ejerFisUtDiv: string;
278
+ };
279
+ type CompraCajBanano = {
280
+ numCajBan: string;
281
+ precCajBan: string;
282
+ };
283
+ type RetentionDetail = {
284
+ codigo: string;
285
+ codigoRetencion: string;
286
+ baseImponible: string;
287
+ porcentajeRetener: string;
288
+ valorRetenido: string;
289
+ dividendos?: Dividendos;
290
+ compraCajBanano?: CompraCajBanano;
291
+ };
292
+ type Retenciones = {
293
+ retencion: RetentionDetail[];
294
+ };
295
+ type Pago = {
296
+ formaPago: string;
297
+ total: string;
298
+ };
299
+ type Pagos = {
300
+ pago: Pago[];
301
+ };
302
+ type DocSustento = {
303
+ codSustento: string;
304
+ codDocSustento: string;
305
+ numDocSustento: string;
306
+ fechaEmisionDocSustento: string;
307
+ fechaRegistroContable?: string;
308
+ numAutDocSustento?: string;
309
+ pagoLocExt: string;
310
+ tipoRegi?: string;
311
+ paisEfecPago?: string;
312
+ aplicConvDobTrib?: "SI" | "NO";
313
+ pagExtSujRetNorLeg?: "SI" | "NO";
314
+ pagoRegFis?: "SI" | "NO";
315
+ totalComprobantesReembolso?: string;
316
+ totalBaseImponibleReembolso?: string;
317
+ totalImpuestoReembolso?: string;
318
+ totalSinImpuestos: string;
319
+ importeTotal: string;
320
+ impuestosDocSustento: ImpuestosDocSustento;
321
+ retenciones: Retenciones;
322
+ reembolsos?: any;
323
+ pagos: Pagos;
324
+ };
325
+ type DocsSustento = {
326
+ docSustento: DocSustento[];
327
+ };
328
+ type InfoCompRetencion = {
329
+ fechaEmision: string;
330
+ dirEstablecimiento?: string;
331
+ contribuyenteEspecial?: string;
332
+ obligadoContabilidad?: "SI" | "NO";
333
+ tipoIdentificacionSujetoRetenido: string;
334
+ tipoSujetoRetenido?: string;
335
+ parteRel: "SI" | "NO";
336
+ razonSocialSujetoRetenido: string;
337
+ identificacionSujetoRetenido: string;
338
+ periodoFiscal: string;
339
+ };
340
+ type Retention = {
341
+ comprobanteRetencion: {
342
+ "@xmlns:ds": string;
343
+ "@xmlns:xsi": string;
344
+ "@id": string;
345
+ "@version": string;
346
+ infoTributaria: TaxInfo;
347
+ infoCompRetencion: InfoCompRetencion;
348
+ docsSustento: DocsSustento;
349
+ maquinaFiscal?: {
350
+ marca: string;
351
+ modelo: string;
352
+ serie: string;
353
+ };
354
+ infoAdicional?: AdditionalInfo;
355
+ };
356
+ };
357
+ type RetentionInput = {
358
+ infoTributaria: Omit<TaxInfo, "claveAcceso">;
359
+ infoCompRetencion: InfoCompRetencion;
360
+ docsSustento: DocsSustento;
361
+ maquinaFiscal?: {
362
+ marca: string;
363
+ modelo: string;
364
+ serie: string;
365
+ };
366
+ infoAdicional?: AdditionalInfo;
367
+ };
368
+
369
+ declare function generateRetentionXml(retention: Retention): string;
370
+ declare function generateRetention(retentionData: RetentionInput): {
371
+ retention: Retention;
372
+ accessKey: string;
373
+ };
374
+
375
+ type CreditNoteTotalImpuesto = {
376
+ codigo: string;
377
+ codigoPorcentaje: string;
378
+ baseImponible: string;
379
+ valor: string;
380
+ valorDevolucionIva?: string;
381
+ };
382
+ type CreditNoteTotalConImpuestos = {
383
+ totalImpuesto: CreditNoteTotalImpuesto[];
384
+ };
385
+ type InfoNotaCredito = {
386
+ fechaEmision: string;
387
+ dirEstablecimiento?: string;
388
+ tipoIdentificacionComprador: string;
389
+ razonSocialComprador: string;
390
+ identificacionComprador: string;
391
+ contribuyenteEspecial?: string;
392
+ obligadoContabilidad?: "SI" | "NO";
393
+ rise?: string;
394
+ codDocModificado: string;
395
+ numDocModificado: string;
396
+ fechaEmisionDocSustento: string;
397
+ totalSinImpuestos: string;
398
+ compensaciones?: Compensations;
399
+ valorModificacion: string;
400
+ moneda?: string;
401
+ totalConImpuestos: CreditNoteTotalConImpuestos;
402
+ motivo: string;
403
+ };
404
+ type CreditNoteImpuesto = {
405
+ codigo: string;
406
+ codigoPorcentaje: string;
407
+ tarifa?: string;
408
+ baseImponible: string;
409
+ valor: string;
410
+ };
411
+ type CreditNoteImpuestos = {
412
+ impuesto: CreditNoteImpuesto[];
413
+ };
414
+ type CreditNoteDetail = {
415
+ codigoInterno?: string;
416
+ codigoAdicional?: string;
417
+ descripcion: string;
418
+ cantidad: string;
419
+ precioUnitario: string;
420
+ descuento?: string;
421
+ precioTotalSinImpuesto: string;
422
+ detallesAdicionales?: {
423
+ detAdicional: Array<{
424
+ "@nombre": string;
425
+ "@valor": string;
426
+ }>;
427
+ };
428
+ impuestos: CreditNoteImpuestos;
429
+ };
430
+ type CreditNoteDetails = {
431
+ detalle: CreditNoteDetail[];
432
+ };
433
+ type CreditNote = {
434
+ notaCredito: {
435
+ "@xmlns:ds": string;
436
+ "@xmlns:xsi": string;
437
+ "@id": string;
438
+ "@version": string;
439
+ infoTributaria: TaxInfo;
440
+ infoNotaCredito: InfoNotaCredito;
441
+ detalles: CreditNoteDetails;
442
+ maquinaFiscal?: {
443
+ marca: string;
444
+ modelo: string;
445
+ serie: string;
446
+ };
447
+ infoAdicional?: AdditionalInfo;
448
+ };
449
+ };
450
+ type CreditNoteInput = {
451
+ infoTributaria: Omit<TaxInfo, "claveAcceso">;
452
+ infoNotaCredito: InfoNotaCredito;
453
+ detalles: CreditNoteDetails;
454
+ maquinaFiscal?: {
455
+ marca: string;
456
+ modelo: string;
457
+ serie: string;
458
+ };
459
+ infoAdicional?: AdditionalInfo;
460
+ };
461
+
462
+ declare function generateCreditNoteXml(creditNote: CreditNote): string;
463
+ declare function generateCreditNote(creditNoteData: CreditNoteInput): {
464
+ creditNote: CreditNote;
465
+ accessKey: string;
466
+ };
467
+
468
+ type InfoLiquidacionCompra = {
469
+ fechaEmision: string;
470
+ dirEstablecimiento?: string;
471
+ contribuyenteEspecial?: string;
472
+ obligadoContabilidad?: "SI" | "NO";
473
+ tipoIdentificacionProveedor: string;
474
+ razonSocialProveedor: string;
475
+ identificacionProveedor: string;
476
+ direccionProveedor?: string;
477
+ totalSinImpuestos: string;
478
+ totalDescuento: string;
479
+ codDocReembolso?: string;
480
+ totalComprobantesReembolso?: string;
481
+ totalBaseImponibleReembolso?: string;
482
+ totalImpuestoReembolso?: string;
483
+ totalConImpuestos: TotalWithTaxes;
484
+ importeTotal: string;
485
+ moneda?: string;
486
+ pagos: Payments;
487
+ };
488
+ type LiquidacionCompra = {
489
+ liquidacionCompra: {
490
+ "@xmlns:ds": string;
491
+ "@xmlns:xsi": string;
492
+ "@id": string;
493
+ "@version": string;
494
+ infoTributaria: TaxInfo;
495
+ infoLiquidacionCompra: InfoLiquidacionCompra;
496
+ detalles: Details;
497
+ reembolsos?: Reimbursements;
498
+ tipoNegociable?: {
499
+ correo: string;
500
+ };
501
+ maquinaFiscal?: {
502
+ marca: string;
503
+ modelo: string;
504
+ serie: string;
505
+ };
506
+ infoAdicional?: AdditionalInfo;
507
+ };
508
+ };
509
+ type LiquidacionCompraInput = {
510
+ infoTributaria: Omit<TaxInfo, "claveAcceso">;
511
+ infoLiquidacionCompra: InfoLiquidacionCompra;
512
+ detalles: Details;
513
+ reembolsos?: Reimbursements;
514
+ tipoNegociable?: {
515
+ correo: string;
516
+ };
517
+ maquinaFiscal?: {
518
+ marca: string;
519
+ modelo: string;
520
+ serie: string;
521
+ };
522
+ infoAdicional?: AdditionalInfo;
523
+ };
524
+
525
+ declare function generateLiquidacionCompraXml(liquidacionCompra: LiquidacionCompra): string;
526
+ declare function generateLiquidacionCompra(liquidacionCompraData: LiquidacionCompraInput): {
527
+ liquidacionCompra: LiquidacionCompra;
528
+ accessKey: string;
529
+ };
530
+
531
+ type NotaDebitoImpuesto = {
532
+ codigo: string;
533
+ codigoPorcentaje: string;
534
+ tarifa?: string;
535
+ baseImponible: string;
536
+ valor: string;
537
+ valorDevolucionIva?: string;
538
+ };
539
+ type NotaDebitoImpuestos = {
540
+ impuesto: NotaDebitoImpuesto[];
541
+ };
542
+ type InfoNotaDebito = {
543
+ fechaEmision: string;
544
+ dirEstablecimiento?: string;
545
+ tipoIdentificacionComprador: string;
546
+ razonSocialComprador: string;
547
+ identificacionComprador: string;
548
+ contribuyenteEspecial?: string;
549
+ obligadoContabilidad?: "SI" | "NO";
550
+ rise?: string;
551
+ codDocModificado: string;
552
+ numDocModificado: string;
553
+ fechaEmisionDocSustento: string;
554
+ totalSinImpuestos: string;
555
+ impuestos: NotaDebitoImpuestos;
556
+ compensaciones?: Compensations;
557
+ valorTotal: string;
558
+ pagos: Payments;
559
+ };
560
+ type Motivo = {
561
+ razon: string;
562
+ valor: string;
563
+ };
564
+ type Motivos = {
565
+ motivo: Motivo[];
566
+ };
567
+ type NotaDebito = {
568
+ notaDebito: {
569
+ "@xmlns:ds": string;
570
+ "@xmlns:xsi": string;
571
+ "@id": string;
572
+ "@version": string;
573
+ infoTributaria: TaxInfo;
574
+ infoNotaDebito: InfoNotaDebito;
575
+ motivos: Motivos;
576
+ maquinaFiscal?: {
577
+ marca: string;
578
+ modelo: string;
579
+ serie: string;
580
+ };
581
+ infoAdicional?: AdditionalInfo;
582
+ };
583
+ };
584
+ type NotaDebitoInput = {
585
+ infoTributaria: Omit<TaxInfo, "claveAcceso">;
586
+ infoNotaDebito: InfoNotaDebito;
587
+ motivos: Motivos;
588
+ maquinaFiscal?: {
589
+ marca: string;
590
+ modelo: string;
591
+ serie: string;
592
+ };
593
+ infoAdicional?: AdditionalInfo;
594
+ };
595
+
596
+ declare function generateNotaDebitoXml(notaDebito: NotaDebito): string;
597
+ declare function generateNotaDebito(notaDebitoData: NotaDebitoInput): {
598
+ notaDebito: NotaDebito;
599
+ accessKey: string;
600
+ };
601
+
602
+ type InfoGuiaRemision = {
603
+ dirEstablecimiento?: string;
604
+ dirPartida: string;
605
+ razonSocialTransportista: string;
606
+ tipoIdentificacionTransportista: string;
607
+ rucTransportista: string;
608
+ rise?: string;
609
+ obligadoContabilidad?: "SI" | "NO";
610
+ contribuyenteEspecial?: string;
611
+ fechaIniTransporte: string;
612
+ fechaFinTransporte: string;
613
+ placa: string;
614
+ };
615
+ type GuiaRemisionDetail = {
616
+ codigoInterno?: string;
617
+ codigoAdicional?: string;
618
+ descripcion: string;
619
+ cantidad: string;
620
+ detallesAdicionales?: AdditionalDetails;
621
+ };
622
+ type GuiaRemisionDetails = {
623
+ detalle: GuiaRemisionDetail[];
624
+ };
625
+ type Destinatario = {
626
+ identificacionDestinatario: string;
627
+ razonSocialDestinatario: string;
628
+ dirDestinatario: string;
629
+ motivoTraslado: string;
630
+ docAduaneroUnico?: string;
631
+ codEstabDestino?: string;
632
+ ruta?: string;
633
+ codDocSustento?: string;
634
+ numDocSustento?: string;
635
+ numAutDocSustento?: string;
636
+ fechaEmisionDocSustento?: string;
637
+ detalles: GuiaRemisionDetails;
638
+ };
639
+ type Destinatarios = {
640
+ destinatario: Destinatario[];
641
+ };
642
+ type GuiaRemision = {
643
+ guiaRemision: {
644
+ "@xmlns:ds": string;
645
+ "@xmlns:xsi": string;
646
+ "@id": string;
647
+ "@version": string;
648
+ infoTributaria: TaxInfo;
649
+ infoGuiaRemision: InfoGuiaRemision;
650
+ destinatarios: Destinatarios;
651
+ maquinaFiscal?: {
652
+ marca: string;
653
+ modelo: string;
654
+ serie: string;
655
+ };
656
+ infoAdicional?: AdditionalInfo;
657
+ };
658
+ };
659
+ type GuiaRemisionInput = {
660
+ infoTributaria: Omit<TaxInfo, "claveAcceso">;
661
+ infoGuiaRemision: InfoGuiaRemision;
662
+ destinatarios: Destinatarios;
663
+ maquinaFiscal?: {
664
+ marca: string;
665
+ modelo: string;
666
+ serie: string;
667
+ };
668
+ infoAdicional?: AdditionalInfo;
669
+ };
670
+
671
+ declare function generateGuiaRemisionXml(guiaRemision: GuiaRemision): string;
672
+ declare function generateGuiaRemision(guiaRemisionData: GuiaRemisionInput): {
673
+ guiaRemision: GuiaRemision;
674
+ accessKey: string;
675
+ };
676
+
677
+ export { type AdditionalDetail, type AdditionalDetails, type AdditionalField, type AdditionalInfo, type Arrival, type Arrivals, type Compensation, type Compensations, type CompraCajBanano, type CreditNote, type CreditNoteDetail, type CreditNoteDetails, type CreditNoteImpuesto, type CreditNoteImpuestos, type CreditNoteInput, type CreditNoteTotalConImpuestos, type CreditNoteTotalImpuesto, type Destinatario, type Destinatarios, type Detail, type Details, type Dividendos, type DocSustento, type DocsSustento, type GuiaRemision, type GuiaRemisionDetail, type GuiaRemisionDetails, type GuiaRemisionInput, type ImpuestoDocSustento, type ImpuestosDocSustento, type InfoCompRetencion, type InfoGuiaRemision, type InfoLiquidacionCompra, type InfoNotaCredito, type InfoNotaDebito, type Invoice, type InvoiceInfo, type InvoiceInput, type LiquidacionCompra, type LiquidacionCompraInput, type Motivo, type Motivos, type NotaDebito, type NotaDebitoImpuesto, type NotaDebitoImpuestos, type NotaDebitoInput, type OtherThirdPartyValues, type Pago, type Pagos, type Payment, type Payments, type ReimbursementCompensation, type ReimbursementCompensations, type ReimbursementDetail, type Reimbursements, type RemisionGuideSustitutiveInfo, type Retention$1 as Retention, type RetentionDetail, type Retenciones as RetentionDetails, type Retention as RetentionDocument, type RetentionInput, type Retentions, type Tax, type TaxDetail, type TaxDetails, type TaxInfo, type Taxes, type ThirdPartyValue, type TotalWithTax, type TotalWithTaxes, documentAuthorization, documentReception, generateCreditNote, generateCreditNoteXml, generateGuiaRemision, generateGuiaRemisionXml, generateInvoice, generateInvoiceXml, generateLiquidacionCompra, generateLiquidacionCompraXml, generateNotaDebito, generateNotaDebitoXml, generateRetention, generateRetentionXml, getP12FromLocalFile, getP12FromUrl, getXMLFromLocalFile, getXMLFromLocalUrl, signXml };