intifact 1.0.0__py3-none-any.whl
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.
- intifact-1.0.0.dist-info/METADATA +180 -0
- intifact-1.0.0.dist-info/RECORD +104 -0
- intifact-1.0.0.dist-info/WHEEL +5 -0
- intifact-1.0.0.dist-info/top_level.txt +1 -0
- intifact_sdk/__init__.py +228 -0
- intifact_sdk/api/__init__.py +17 -0
- intifact_sdk/api/auth_api.py +2242 -0
- intifact_sdk/api/branches_api.py +1130 -0
- intifact_sdk/api/company_api.py +1581 -0
- intifact_sdk/api/despatch_api.py +1643 -0
- intifact_sdk/api/documents_api.py +1816 -0
- intifact_sdk/api/invoice_api.py +1360 -0
- intifact_sdk/api/note_api.py +1342 -0
- intifact_sdk/api/plans_api.py +1064 -0
- intifact_sdk/api/public_api.py +976 -0
- intifact_sdk/api/queues_api.py +280 -0
- intifact_sdk/api/summary_api.py +1411 -0
- intifact_sdk/api/system_api.py +1272 -0
- intifact_sdk/api/webhooks_api.py +2388 -0
- intifact_sdk/api_client.py +833 -0
- intifact_sdk/api_response.py +21 -0
- intifact_sdk/configuration.py +645 -0
- intifact_sdk/exceptions.py +218 -0
- intifact_sdk/models/__init__.py +94 -0
- intifact_sdk/models/api_v1_auth_login_post_request.py +98 -0
- intifact_sdk/models/api_v1_auth_signup_post_request.py +102 -0
- intifact_sdk/models/api_v1_boleta_cancel_post_request.py +121 -0
- intifact_sdk/models/api_v1_catalogs_get200_response.py +110 -0
- intifact_sdk/models/api_v1_catalogs_get200_response_data_inner.py +122 -0
- intifact_sdk/models/api_v1_catalogs_get200_response_data_inner_items_inner.py +113 -0
- intifact_sdk/models/api_v1_cdr_consultar_post200_response.py +138 -0
- intifact_sdk/models/api_v1_cdr_consultar_post_request.py +102 -0
- intifact_sdk/models/api_v1_companies_claim_post_request.py +110 -0
- intifact_sdk/models/api_v1_companies_id_branches_branch_id_put_request.py +103 -0
- intifact_sdk/models/api_v1_companies_id_branches_post_request.py +112 -0
- intifact_sdk/models/api_v1_companies_id_put_request.py +181 -0
- intifact_sdk/models/api_v1_companies_post_request.py +181 -0
- intifact_sdk/models/api_v1_companies_post_request_cuentas_bancarias_inner.py +103 -0
- intifact_sdk/models/api_v1_despatch_send_multi_post202_response.py +114 -0
- intifact_sdk/models/api_v1_despatch_send_multi_post202_response_data.py +114 -0
- intifact_sdk/models/api_v1_despatch_send_multi_post202_response_data_guias_inner.py +123 -0
- intifact_sdk/models/api_v1_despatch_send_multi_post_request.py +302 -0
- intifact_sdk/models/api_v1_despatch_send_multi_post_request_destinos_inner.py +147 -0
- intifact_sdk/models/api_v1_despatch_send_post_request.py +367 -0
- intifact_sdk/models/api_v1_despatch_send_post_request_chofer_inner.py +106 -0
- intifact_sdk/models/api_v1_despatch_send_post_request_contenedores_inner.py +91 -0
- intifact_sdk/models/api_v1_despatch_send_post_request_detalle_inner.py +95 -0
- intifact_sdk/models/api_v1_despatch_send_post_request_documentos_relacionados_inner.py +95 -0
- intifact_sdk/models/api_v1_despatch_send_post_request_guia_llegada_geo.py +90 -0
- intifact_sdk/models/api_v1_despatch_send_post_request_guia_partida_geo.py +100 -0
- intifact_sdk/models/api_v1_despatch_send_post_request_indicadores.py +100 -0
- intifact_sdk/models/api_v1_despatch_send_post_request_vehiculos_secundarios_inner.py +95 -0
- intifact_sdk/models/api_v1_despatch_transportista_send_post_request.py +263 -0
- intifact_sdk/models/api_v1_despatch_transportista_send_post_request_vehiculos_secundarios_inner.py +91 -0
- intifact_sdk/models/api_v1_documents_get200_response.py +116 -0
- intifact_sdk/models/api_v1_documents_get200_response_data_inner.py +219 -0
- intifact_sdk/models/api_v1_documents_get200_response_data_inner_company.py +113 -0
- intifact_sdk/models/api_v1_documents_get200_response_pagination.py +107 -0
- intifact_sdk/models/api_v1_documents_id_recover_post200_response.py +122 -0
- intifact_sdk/models/api_v1_documents_id_retry_post202_response.py +115 -0
- intifact_sdk/models/api_v1_documents_next_correlativo_get200_response.py +107 -0
- intifact_sdk/models/api_v1_documents_next_correlativo_get200_response_data.py +106 -0
- intifact_sdk/models/api_v1_invoice_cancel_post_request.py +130 -0
- intifact_sdk/models/api_v1_invoice_compute_post200_response.py +114 -0
- intifact_sdk/models/api_v1_invoice_compute_post200_response_data.py +150 -0
- intifact_sdk/models/api_v1_invoice_compute_post200_response_data_items_inner.py +167 -0
- intifact_sdk/models/api_v1_invoice_compute_post_request.py +106 -0
- intifact_sdk/models/api_v1_invoice_compute_post_request_items_inner.py +118 -0
- intifact_sdk/models/api_v1_invoice_compute_post_request_items_inner_descuento.py +91 -0
- intifact_sdk/models/api_v1_invoice_send_post202_response.py +114 -0
- intifact_sdk/models/api_v1_invoice_send_post202_response_data.py +137 -0
- intifact_sdk/models/api_v1_invoice_send_post400_response.py +124 -0
- intifact_sdk/models/api_v1_invoice_send_post400_response_errors_inner.py +113 -0
- intifact_sdk/models/api_v1_invoice_send_post_request.py +225 -0
- intifact_sdk/models/api_v1_invoice_send_post_request_detalle_inner.py +126 -0
- intifact_sdk/models/api_v1_invoice_send_post_request_detraccion.py +104 -0
- intifact_sdk/models/api_v1_invoice_send_post_request_forma_pago_inner.py +107 -0
- intifact_sdk/models/api_v1_invoice_send_post_request_guia_remision_inner.py +108 -0
- intifact_sdk/models/api_v1_invoice_send_post_request_leyendas_inner.py +91 -0
- intifact_sdk/models/api_v1_invoice_send_post_request_pagos_inner.py +91 -0
- intifact_sdk/models/api_v1_note_compute_post_request.py +106 -0
- intifact_sdk/models/api_v1_note_compute_post_request_items_inner.py +113 -0
- intifact_sdk/models/api_v1_note_send_post202_response.py +114 -0
- intifact_sdk/models/api_v1_note_send_post202_response_data.py +114 -0
- intifact_sdk/models/api_v1_note_send_post_request.py +215 -0
- intifact_sdk/models/api_v1_note_send_post_request_detalle_inner.py +121 -0
- intifact_sdk/models/api_v1_plans_id_put_request.py +105 -0
- intifact_sdk/models/api_v1_plans_post_request.py +114 -0
- intifact_sdk/models/api_v1_queues_stats_get200_response.py +107 -0
- intifact_sdk/models/api_v1_queues_stats_get200_response_data.py +109 -0
- intifact_sdk/models/api_v1_summary_send_post202_response.py +114 -0
- intifact_sdk/models/api_v1_summary_send_post202_response_data.py +127 -0
- intifact_sdk/models/api_v1_summary_send_post_request.py +121 -0
- intifact_sdk/models/api_v1_summary_send_post_request_items_inner.py +153 -0
- intifact_sdk/models/api_v1_ticket_ticket_status_get200_response.py +121 -0
- intifact_sdk/models/api_v1_ticket_ticket_status_get200_response_cdr_response.py +122 -0
- intifact_sdk/models/api_v1_ticket_ticket_status_get202_response.py +121 -0
- intifact_sdk/models/api_v1_ticket_ticket_status_get202_response_cdr_response.py +122 -0
- intifact_sdk/models/api_v1_voided_send_post_request.py +121 -0
- intifact_sdk/models/api_v1_voided_send_post_request_items_inner.py +114 -0
- intifact_sdk/models/api_v1_webhooks_id_put_request.py +106 -0
- intifact_sdk/models/api_v1_webhooks_post_request.py +118 -0
- intifact_sdk/py.typed +0 -0
- intifact_sdk/rest.py +334 -0
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: intifact
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: SDK Python para la API de Facturacion Electronica SUNAT de Intifact (Peru)
|
|
5
|
+
Home-page:
|
|
6
|
+
Author: OpenAPI Generator community
|
|
7
|
+
Author-email: Roger <huallanca.roger@gmail.com>
|
|
8
|
+
License-Expression: MIT
|
|
9
|
+
Project-URL: Homepage, https://intifact.com
|
|
10
|
+
Project-URL: Repository, https://github.com/RogerAC123/api-facturacion-sdk-python
|
|
11
|
+
Keywords: sunat,facturacion,peru,intifact,factura-electronica,boleta
|
|
12
|
+
Requires-Python: >=3.10
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
Requires-Dist: urllib3<3.0.0,>=2.7.0
|
|
15
|
+
Requires-Dist: python-dateutil>=2.8.2
|
|
16
|
+
Requires-Dist: pydantic>=2.11
|
|
17
|
+
Requires-Dist: typing-extensions>=4.7.1
|
|
18
|
+
Dynamic: author
|
|
19
|
+
|
|
20
|
+
# intifact-sdk (Python)
|
|
21
|
+
|
|
22
|
+
SDK Python para la **API de Facturación Electrónica SUNAT de Intifact** (Perú),
|
|
23
|
+
generado con [OpenAPI Generator](https://openapi-generator.tech) desde el spec
|
|
24
|
+
que la API expone en `/docs/json`. Facturas, boletas, notas de crédito/débito,
|
|
25
|
+
guías de remisión (remitente y transportista), resúmenes diarios y
|
|
26
|
+
comunicaciones de baja.
|
|
27
|
+
|
|
28
|
+
## Requisitos
|
|
29
|
+
|
|
30
|
+
Python 3.10+
|
|
31
|
+
|
|
32
|
+
## Instalación
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
pip install intifact
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Autenticación
|
|
39
|
+
|
|
40
|
+
La API no está modelada con un `securityScheme` de OpenAPI (el chequeo de API
|
|
41
|
+
key vive en un plugin de Fastify), así que el header se agrega a mano — el
|
|
42
|
+
cliente lo manda en cada request a partir de ahí:
|
|
43
|
+
|
|
44
|
+
```python
|
|
45
|
+
import intifact_sdk
|
|
46
|
+
from intifact_sdk import ApiClient, Configuration
|
|
47
|
+
|
|
48
|
+
config = Configuration(host="https://api-facturacion.intifact.com")
|
|
49
|
+
client = ApiClient(config)
|
|
50
|
+
client.set_default_header("Authorization", f"Bearer {os.environ['FACTURACION_API_KEY']}")
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Uso básico — enviar una factura
|
|
54
|
+
|
|
55
|
+
```python
|
|
56
|
+
import os
|
|
57
|
+
from intifact_sdk import ApiClient, Configuration, ApiException
|
|
58
|
+
from intifact_sdk.api.invoice_api import InvoiceApi
|
|
59
|
+
from intifact_sdk.models.api_v1_invoice_send_post_request import ApiV1InvoiceSendPostRequest
|
|
60
|
+
from intifact_sdk.models.api_v1_invoice_send_post_request_detalle_inner import (
|
|
61
|
+
ApiV1InvoiceSendPostRequestDetalleInner,
|
|
62
|
+
)
|
|
63
|
+
|
|
64
|
+
config = Configuration(host="https://api-facturacion.intifact.com")
|
|
65
|
+
with ApiClient(config) as client:
|
|
66
|
+
client.set_default_header("Authorization", f"Bearer {os.environ['FACTURACION_API_KEY']}")
|
|
67
|
+
invoice_api = InvoiceApi(client)
|
|
68
|
+
|
|
69
|
+
item = ApiV1InvoiceSendPostRequestDetalleInner(
|
|
70
|
+
unidad="NIU",
|
|
71
|
+
cantidad=2,
|
|
72
|
+
cod_producto="PROD001",
|
|
73
|
+
descripcion="Laptop HP 15",
|
|
74
|
+
monto_valor_unitario=2500.00,
|
|
75
|
+
monto_base_igv=5000.00,
|
|
76
|
+
porcentaje_igv=18,
|
|
77
|
+
igv=900.00,
|
|
78
|
+
tip_afe_igv="10",
|
|
79
|
+
total_impuestos=900.00,
|
|
80
|
+
monto_precio_unitario=2950.00,
|
|
81
|
+
monto_valor_venta=5000.00,
|
|
82
|
+
# Código de Producto SUNAT (UNSPSC) — SUNAT lo exige desde 2027-01-01
|
|
83
|
+
# para determinados bienes (error 3496 si falta o es inválido).
|
|
84
|
+
cod_prod_sunat="43211508",
|
|
85
|
+
)
|
|
86
|
+
|
|
87
|
+
body = ApiV1InvoiceSendPostRequest(
|
|
88
|
+
empresa_ruc="20553510661",
|
|
89
|
+
tipo_doc="01",
|
|
90
|
+
serie="F001",
|
|
91
|
+
correlativo="100",
|
|
92
|
+
tipo_moneda="PEN",
|
|
93
|
+
fecha_emision="2026-01-15",
|
|
94
|
+
tipo_operacion="0101",
|
|
95
|
+
cliente_tipo_doc="6",
|
|
96
|
+
cliente_num_doc="20000000001",
|
|
97
|
+
cliente_razon_social="EMPRESA CLIENTE SAC",
|
|
98
|
+
detalle=[item],
|
|
99
|
+
monto_oper_gravadas=5000.00,
|
|
100
|
+
monto_oper_exoneradas=0,
|
|
101
|
+
monto_igv=900.00,
|
|
102
|
+
total_impuestos=900.00,
|
|
103
|
+
valor_venta=5000.00,
|
|
104
|
+
sub_total=5900.00,
|
|
105
|
+
monto_imp_venta=5900.00,
|
|
106
|
+
forma_pago=[{"tipo": "Contado", "monto": 5900.00, "fechaPago": "2026-01-15"}],
|
|
107
|
+
leyendas=[{"legendCode": "1000", "legendValue": "CINCO MIL NOVECIENTOS CON 00/100 SOLES"}],
|
|
108
|
+
)
|
|
109
|
+
|
|
110
|
+
try:
|
|
111
|
+
resp = invoice_api.api_v1_invoice_send_post(body)
|
|
112
|
+
# 202 — el documento queda ENCOLADO, SUNAT lo procesa en background
|
|
113
|
+
print("Encolado:", resp.data.id)
|
|
114
|
+
except ApiException as e:
|
|
115
|
+
# El body real del error (400/401/409/...) viene en e.body
|
|
116
|
+
print(f"Error {e.status}: {e.body}")
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
Notas:
|
|
120
|
+
- Los campos usan `snake_case` en Python (`cod_producto`) aunque el JSON que
|
|
121
|
+
viaja por HTTP sigue siendo `camelCase` (`codProducto`) — Pydantic hace la
|
|
122
|
+
conversión con `alias` automáticamente.
|
|
123
|
+
- Pydantic valida los modelos **al construirlos**, antes de cualquier llamada
|
|
124
|
+
de red: si falta un campo requerido (ej. `forma_pago`, `leyendas`), obtienes
|
|
125
|
+
un `ValidationError` local en vez de esperar un 400 del servidor. Es una
|
|
126
|
+
ventaja real del SDK Python frente a mandar un dict suelto.
|
|
127
|
+
|
|
128
|
+
## Manejo de errores
|
|
129
|
+
|
|
130
|
+
Toda respuesta fuera de 2xx llega como `ApiException` (no como excepción
|
|
131
|
+
genérica de red): `e.status` trae el código HTTP y `e.body` el JSON crudo
|
|
132
|
+
`{ success: false, message, errors? }` que devuelve la API.
|
|
133
|
+
|
|
134
|
+
```python
|
|
135
|
+
try:
|
|
136
|
+
invoice_api.api_v1_invoice_send_post(body)
|
|
137
|
+
except ApiException as e:
|
|
138
|
+
if e.status == 409:
|
|
139
|
+
# Comprobante ya en proceso — NO reintentar con otro correlativo,
|
|
140
|
+
# esperar el resultado. Ver /documents/{id} para el estado final.
|
|
141
|
+
pass
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
## APIs disponibles
|
|
145
|
+
|
|
146
|
+
| Clase | Para qué |
|
|
147
|
+
|---|---|
|
|
148
|
+
| `InvoiceApi` | Facturas/boletas: enviar, PDF, XML, CDR |
|
|
149
|
+
| `NoteApi` | Notas de crédito/débito |
|
|
150
|
+
| `DespatchApi` | Guías de remisión (remitente y transportista) |
|
|
151
|
+
| `SummaryApi` | Resumen diario y comunicación de baja |
|
|
152
|
+
| `DocumentsApi` | Listar/consultar documentos, reintentar fallidos |
|
|
153
|
+
| `QueuesApi` | Estado de las colas BullMQ |
|
|
154
|
+
| `CompanyApi` / `BranchesApi` | Empresas y establecimientos (solo lectura) |
|
|
155
|
+
| `WebhooksApi` | Suscripciones y entregas de webhooks |
|
|
156
|
+
| `PlansApi` | Planes y consumo (quota) |
|
|
157
|
+
| `PublicApi` | Consulta pública de comprobantes (sin auth) |
|
|
158
|
+
| `AuthApi` | Autenticación |
|
|
159
|
+
| `SystemApi` | `/health`, catálogos SUNAT |
|
|
160
|
+
|
|
161
|
+
## Regenerar desde la API
|
|
162
|
+
|
|
163
|
+
El proyecto se generó con [OpenAPI Generator](https://openapi-generator.tech)
|
|
164
|
+
(`python`) contra `https://api-facturacion.intifact.com/docs/json`. Para
|
|
165
|
+
regenerar tras un cambio de la API:
|
|
166
|
+
|
|
167
|
+
```bash
|
|
168
|
+
npx @openapitools/openapi-generator-cli generate \
|
|
169
|
+
-i https://api-facturacion.intifact.com/docs/json \
|
|
170
|
+
-g python --package-name intifact_sdk \
|
|
171
|
+
-o .
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
## Nota sobre los nombres de métodos
|
|
175
|
+
|
|
176
|
+
Las rutas de la API no declaran `operationId` explícito en su schema de
|
|
177
|
+
Fastify, así que el generador deriva nombres desde el método+path
|
|
178
|
+
(`api_v1_invoice_send_post` en vez de algo como `send_invoice`). Si la API le
|
|
179
|
+
agrega `operationId` a sus rutas, una regeneración futura produciría nombres
|
|
180
|
+
más limpios sin romper compatibilidad de comportamiento.
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
intifact_sdk/__init__.py,sha256=EEIH9iWY4HYTv1WOrI47bZHyCLtDtsW4HKFOcWeaaHs,17804
|
|
2
|
+
intifact_sdk/api_client.py,sha256=ykJzU70vGwB70rysQ5hK586UFVmrQrppyRS6DABJhE0,29578
|
|
3
|
+
intifact_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
+
intifact_sdk/configuration.py,sha256=cFfWkJbTxuUQ7famtQjldMdUa40QpCWtbdZQzYohLgg,21745
|
|
5
|
+
intifact_sdk/exceptions.py,sha256=c7y4OEupbQKvQNw2OyjupyPATFsyxNf38CtGHUC2eek,6577
|
|
6
|
+
intifact_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
intifact_sdk/rest.py,sha256=8mHQ5l2fdi1nqgDF1G66L-gn9xDZreqx6M6u7p7dqFU,12399
|
|
8
|
+
intifact_sdk/api/__init__.py,sha256=D85fuSfQBYjlr0BIDwSfpYzi4gXDXfJu2v0xZunelQg,712
|
|
9
|
+
intifact_sdk/api/auth_api.py,sha256=VfE4LUCy76PQypeGdmTnXSX743PgNSx8ePchLIjC3Fg,85875
|
|
10
|
+
intifact_sdk/api/branches_api.py,sha256=zsULGC-wc1Log81LNIYlbdwc29ZqD0kJrHcvQe_0Puc,44378
|
|
11
|
+
intifact_sdk/api/company_api.py,sha256=mATQ0rZ8nODgC91ATxtc_n77G7W5R0om5emdbRTYErw,60957
|
|
12
|
+
intifact_sdk/api/despatch_api.py,sha256=nH9dGwRcU7yf4CJFUlGhX3_E8tlgB7-myD-gqo9yofk,66869
|
|
13
|
+
intifact_sdk/api/documents_api.py,sha256=r9YcxooAZSWd_6a_WzDXBkpGAWzrf8enwejiMrw_6TY,71774
|
|
14
|
+
intifact_sdk/api/invoice_api.py,sha256=URAZ__Nif8IFuR2WCuuxz4YSsWNvIWb3kRsLiR5kbww,54623
|
|
15
|
+
intifact_sdk/api/note_api.py,sha256=7faDCmaeom-9R65qVCKl7zoz6WxP7XBsEQeXV7EFYAo,53513
|
|
16
|
+
intifact_sdk/api/plans_api.py,sha256=9yR77H5PqZFBl-uJkxfrv0P0f-4t5ITlxpltRISH1Zg,40201
|
|
17
|
+
intifact_sdk/api/public_api.py,sha256=3OW5VRF_ToLwVeywWSllFhQBCDmrtTf9B7Lsu82USo4,37973
|
|
18
|
+
intifact_sdk/api/queues_api.py,sha256=IMD6PmY1yT_D4mb2p4fB78zdFHlo_HQ3_PWXoHtLAJI,10602
|
|
19
|
+
intifact_sdk/api/summary_api.py,sha256=wEAnebWHwNOQ-7BB0Tya5O4g7S2Q8AchQ2SV0hfMAf0,56631
|
|
20
|
+
intifact_sdk/api/system_api.py,sha256=zcPV6fNaNZI46XSeXeM5lj_TdueEih5eFdGQwBBCSL0,48683
|
|
21
|
+
intifact_sdk/api/webhooks_api.py,sha256=l7-8bz24au-9R1L75vINAhCyOJiUn8CpdN1TLoQTyXw,91289
|
|
22
|
+
intifact_sdk/models/__init__.py,sha256=p5HD0nH8ylBGFZpAOcwd6wue_C11JSO9vHz4ePJNEMw,9227
|
|
23
|
+
intifact_sdk/models/api_v1_auth_login_post_request.py,sha256=sTQTO_GQ2lVC8gf9zwS3zRcDV0I6u-2nXhQoFK-Llm0,3308
|
|
24
|
+
intifact_sdk/models/api_v1_auth_signup_post_request.py,sha256=eAg8LQ7mK8Ss_r5S8GqX4zPSsEM_Z9wB2XLnKx7iNhg,3632
|
|
25
|
+
intifact_sdk/models/api_v1_boleta_cancel_post_request.py,sha256=N6DRSxyuiFiy61gBnox5K_93gRPQB9pHUio_y8-wYxA,4379
|
|
26
|
+
intifact_sdk/models/api_v1_catalogs_get200_response.py,sha256=f9qDazAAguu4drih1L6gO1vUYb3xB9y1lf33MEy_vG8,3817
|
|
27
|
+
intifact_sdk/models/api_v1_catalogs_get200_response_data_inner.py,sha256=JJ1vViVp9FupyUB4nNmGbyPTHOzG_9p-_6K5qXMJn7U,4378
|
|
28
|
+
intifact_sdk/models/api_v1_catalogs_get200_response_data_inner_items_inner.py,sha256=jG9TxvioG2ZuUUdHkniCMEVJuY9mxV6_lsJg23lBILc,3755
|
|
29
|
+
intifact_sdk/models/api_v1_cdr_consultar_post200_response.py,sha256=7HJeeN7BpDB-DD7h9wEZCv5L1vLiBFm7AerNrcHnipg,5016
|
|
30
|
+
intifact_sdk/models/api_v1_cdr_consultar_post_request.py,sha256=DA24uEuY6MHC1siDW8q5ImV5AeXUv-Q-7D37Uwm9hY0,3324
|
|
31
|
+
intifact_sdk/models/api_v1_companies_claim_post_request.py,sha256=SFb1xqdmoSPwSl5RDP6pOionls-ejkxGqLNcwTscltg,4210
|
|
32
|
+
intifact_sdk/models/api_v1_companies_id_branches_branch_id_put_request.py,sha256=HfFPbZ8blPTDYOcQFPVMKmnoH3traYpR2EJkZn0fxCs,3823
|
|
33
|
+
intifact_sdk/models/api_v1_companies_id_branches_post_request.py,sha256=QI4kyhD1Pobh6KZrdMR-oupZH0sAcon3hyWEtLTTUbo,4232
|
|
34
|
+
intifact_sdk/models/api_v1_companies_id_put_request.py,sha256=itAazWaOr66V1d_41lG-_bUtIaVkx6c-d7HFgCm-a1M,9325
|
|
35
|
+
intifact_sdk/models/api_v1_companies_post_request.py,sha256=VXDisZccPD1c6YDm7RpcO3KnLk64znsGqX06DCTfyuQ,9280
|
|
36
|
+
intifact_sdk/models/api_v1_companies_post_request_cuentas_bancarias_inner.py,sha256=S9iA1iAOYcWvhfaebNJCh2uCK5GcPLbpRCPXfQpGDW8,3841
|
|
37
|
+
intifact_sdk/models/api_v1_despatch_send_multi_post202_response.py,sha256=V3mcMDU-J0TInKzpIMICaY4QGu6SduRB3E2EeS9nzC4,4031
|
|
38
|
+
intifact_sdk/models/api_v1_despatch_send_multi_post202_response_data.py,sha256=-7dM5vbNJvxhvQJJPdxzI2EnGPKctsnT8R7vqtmXp7c,4180
|
|
39
|
+
intifact_sdk/models/api_v1_despatch_send_multi_post202_response_data_guias_inner.py,sha256=27RLMNGID9d8YXrrrZKFbfyWUmd0uz-G1J9mGTZyVTQ,4459
|
|
40
|
+
intifact_sdk/models/api_v1_despatch_send_multi_post_request.py,sha256=KZG_e2CFed1ESSIP6P4m6ObptbTc8OvfRWbVqaXFKWA,20272
|
|
41
|
+
intifact_sdk/models/api_v1_despatch_send_multi_post_request_destinos_inner.py,sha256=nM_Nm5fdOoDsCLt23IdvSuU6VOpEkKZKMwocz8UOUUM,7788
|
|
42
|
+
intifact_sdk/models/api_v1_despatch_send_post_request.py,sha256=p_r2TYXXZsOQoTfQFimKmY7gUJ4cqJqbDrigUK3E24k,25621
|
|
43
|
+
intifact_sdk/models/api_v1_despatch_send_post_request_chofer_inner.py,sha256=B691XbvuP1eDurlkn8fzI9bZ44ezmvtCyOZTb36f4Qo,3679
|
|
44
|
+
intifact_sdk/models/api_v1_despatch_send_post_request_contenedores_inner.py,sha256=-N1Uvg8LjNOh5tb8oNX92QRTQ137JaElvjVpRSS6nYQ,2902
|
|
45
|
+
intifact_sdk/models/api_v1_despatch_send_post_request_detalle_inner.py,sha256=aEJ8o7B9XFF7Ycenecar8Huh1AmpjTjQuWOQjg36teY,3228
|
|
46
|
+
intifact_sdk/models/api_v1_despatch_send_post_request_documentos_relacionados_inner.py,sha256=uNprTgMwZ9FH4zTv4DeCtdvCHw8sEcp2YK0OdeaZt3I,3324
|
|
47
|
+
intifact_sdk/models/api_v1_despatch_send_post_request_guia_llegada_geo.py,sha256=V4kytGO-oxMplmBWmj9r2TvPbW32XnN72oBMbYLRTmU,2700
|
|
48
|
+
intifact_sdk/models/api_v1_despatch_send_post_request_guia_partida_geo.py,sha256=gqr380fTL49LQzEL_nLSbKzUo-a4CfM8NKaRcF8wdNY,3120
|
|
49
|
+
intifact_sdk/models/api_v1_despatch_send_post_request_indicadores.py,sha256=tbRQ3j2Hf1s-PO0eYuZUQe97Y9F7kAWLzC4SvkClllg,3962
|
|
50
|
+
intifact_sdk/models/api_v1_despatch_send_post_request_vehiculos_secundarios_inner.py,sha256=h3irZIGqKDXnUKKJP_8rvoykm0aodX_DZ9u-NIlXigY,3288
|
|
51
|
+
intifact_sdk/models/api_v1_despatch_transportista_send_post_request.py,sha256=Ka2FE4UKWmqXRWfyZN7yj5aCdN7LEGb37l7jeNa-5zY,16444
|
|
52
|
+
intifact_sdk/models/api_v1_despatch_transportista_send_post_request_vehiculos_secundarios_inner.py,sha256=x9XwQx1DpPKjwsr2TEhQhECXeCqLaKbLqRoTyspYflU,2960
|
|
53
|
+
intifact_sdk/models/api_v1_documents_get200_response.py,sha256=ppuhKWyFcfUfljdkcUxtty5iguXoFFUMky2OprL8lCg,4328
|
|
54
|
+
intifact_sdk/models/api_v1_documents_get200_response_data_inner.py,sha256=ssuyaRcf7wN1NLJ4SDCIVjiK8qySBYpr5zgzO_mp6dc,9360
|
|
55
|
+
intifact_sdk/models/api_v1_documents_get200_response_data_inner_company.py,sha256=6H2062Zhw2X1Xnzj8WABCCucBmUaDDTQmCFcRLCh2Eo,3827
|
|
56
|
+
intifact_sdk/models/api_v1_documents_get200_response_pagination.py,sha256=LhTJSfwQpf5Czod1PgLV0OeWgplOnXkPuGr5QqZVw-U,3585
|
|
57
|
+
intifact_sdk/models/api_v1_documents_id_recover_post200_response.py,sha256=KlUPAdqR0nV3UUzhThY15-IdjyLoo7qN_6tKknmeViU,4149
|
|
58
|
+
intifact_sdk/models/api_v1_documents_id_retry_post202_response.py,sha256=GpPbwzOkC9z7xpC-ES_7brOmrqZiNINpYntNAsMItEc,3877
|
|
59
|
+
intifact_sdk/models/api_v1_documents_next_correlativo_get200_response.py,sha256=AgYB06H7xoIK19lO39FJMybgbNzf0CH9BZ3gCz0TMzI,3743
|
|
60
|
+
intifact_sdk/models/api_v1_documents_next_correlativo_get200_response_data.py,sha256=d8dt3MLz7tzV4CinluVzxzavhf-xqqztsFBUm-65MAM,3477
|
|
61
|
+
intifact_sdk/models/api_v1_invoice_cancel_post_request.py,sha256=IXEs75QpHIgsItwmMpRyl6k3833q9uylS1azlK-dDcU,4756
|
|
62
|
+
intifact_sdk/models/api_v1_invoice_compute_post200_response.py,sha256=Ov7WorVil5BUB0CjmjPVqHa8HSzX-v2C3fr32k2cnMk,3989
|
|
63
|
+
intifact_sdk/models/api_v1_invoice_compute_post200_response_data.py,sha256=d5Ye_sEOnGyl8OPzwu4yeIEBbwiAaZEQprbsg7TNLlA,6895
|
|
64
|
+
intifact_sdk/models/api_v1_invoice_compute_post200_response_data_items_inner.py,sha256=dSbh0cerucrHTE9S4ukWZeezuTwU2PYRxXFr5jkyWMw,7158
|
|
65
|
+
intifact_sdk/models/api_v1_invoice_compute_post_request.py,sha256=vHyov4W-O3JqCG8a635NVsuyEAXZUIidVC46YTMFlU0,4432
|
|
66
|
+
intifact_sdk/models/api_v1_invoice_compute_post_request_items_inner.py,sha256=wqA3A2sUkc7Wt4LMpujxHywguYHoBzvRHM4oprLtFOY,5350
|
|
67
|
+
intifact_sdk/models/api_v1_invoice_compute_post_request_items_inner_descuento.py,sha256=HvY_37wIzQbWGd64mhZiCd9yKTsQ61qtI4Cin2EkYn0,3031
|
|
68
|
+
intifact_sdk/models/api_v1_invoice_send_post202_response.py,sha256=mfkTjXVqtoK4vgeZXPrkZjwoFc0jRNMSew_-DuuuWRI,3982
|
|
69
|
+
intifact_sdk/models/api_v1_invoice_send_post202_response_data.py,sha256=ebiCXY-qpv40Fq6N04s9mNekgmP3mquyBOhwTGyBqOc,5162
|
|
70
|
+
intifact_sdk/models/api_v1_invoice_send_post400_response.py,sha256=pBnSSIhMC2qwKeiIGP0QMLlrxvbTyWbOCZxnirpLZgE,4499
|
|
71
|
+
intifact_sdk/models/api_v1_invoice_send_post400_response_errors_inner.py,sha256=2PnbJxQrG1pjE5CbcAWFotEh-ymgNM2iQRqXhEY4d5Q,3755
|
|
72
|
+
intifact_sdk/models/api_v1_invoice_send_post_request.py,sha256=VDkT_t5bPqh0mDLHG3g30wqFUJJgYf8_X01czLbxlVM,14173
|
|
73
|
+
intifact_sdk/models/api_v1_invoice_send_post_request_detalle_inner.py,sha256=WZx6CfDhBRGm9SLW0EHWx-QhroYSlhdY_z6CIopINdM,6271
|
|
74
|
+
intifact_sdk/models/api_v1_invoice_send_post_request_detraccion.py,sha256=in_vAiCDMDH8BvYD0mHgzMPgHuMIrKFum_bP-q-8T84,3836
|
|
75
|
+
intifact_sdk/models/api_v1_invoice_send_post_request_forma_pago_inner.py,sha256=yUZTVUjLeaATKY-qrmKZaw4gyHgBm4-PmUMtBYD58Ns,3649
|
|
76
|
+
intifact_sdk/models/api_v1_invoice_send_post_request_guia_remision_inner.py,sha256=UDl-Qb4QUEyjK9HmulMASqVu47KitS1w11VG5EUrhQs,3615
|
|
77
|
+
intifact_sdk/models/api_v1_invoice_send_post_request_leyendas_inner.py,sha256=5w76ylTmsu62CjPfFVKWzCkL8XcrFRg1kxPTIZ4aPpg,2955
|
|
78
|
+
intifact_sdk/models/api_v1_invoice_send_post_request_pagos_inner.py,sha256=zaHBrzPpzkDTAsKIhYxXWuQ_2ILZE_jEC1_BO93IiQM,2872
|
|
79
|
+
intifact_sdk/models/api_v1_note_compute_post_request.py,sha256=yyEWWWCSpSWv2Ep_hSa9QxHg4_3vTjdfdIyuR-dY1MA,4408
|
|
80
|
+
intifact_sdk/models/api_v1_note_compute_post_request_items_inner.py,sha256=SijS6x_uhxtQ8aW7qCS4-wM-R9zGTATcn0W0f8henqk,5101
|
|
81
|
+
intifact_sdk/models/api_v1_note_send_post202_response.py,sha256=b_YI3BjM29PHV86ZvZG3yNrHN8SKZLsTQOpFWLNP9w8,3958
|
|
82
|
+
intifact_sdk/models/api_v1_note_send_post202_response_data.py,sha256=jTi1t7HmRp_HyMOaU9yPfOZMFQmbyZjOS-aNMqC_IE4,4132
|
|
83
|
+
intifact_sdk/models/api_v1_note_send_post_request.py,sha256=G8JwtUSD7v6qusynffBUSXJ6BBvNxjwhAunXOCWRwc4,12379
|
|
84
|
+
intifact_sdk/models/api_v1_note_send_post_request_detalle_inner.py,sha256=izm-5jureNSfrnv6mORcfXDC5Dqw0XQU2OXpbmZqPzo,6022
|
|
85
|
+
intifact_sdk/models/api_v1_plans_id_put_request.py,sha256=b-BV2esEwTK1JwfiwSlLsmM1rPFpjSeb0k-xQz-5lVk,4123
|
|
86
|
+
intifact_sdk/models/api_v1_plans_post_request.py,sha256=zGRaMLKLLDFzTOx9Zcm9HFGMYmQtW_FsGxSQvlPOzLE,4914
|
|
87
|
+
intifact_sdk/models/api_v1_queues_stats_get200_response.py,sha256=qTsb_3X0iIyCdYJ2HxLrF-y1iFz1-r_D0oc3jpIj6J8,3638
|
|
88
|
+
intifact_sdk/models/api_v1_queues_stats_get200_response_data.py,sha256=bpQ4frsUQhOC5FjxDCTU97MrZaOtrM39le8RqOUW4ss,4033
|
|
89
|
+
intifact_sdk/models/api_v1_summary_send_post202_response.py,sha256=j3kurYWiM83c8BhJvKTRmFTLDd2k05pjfBJV4dk9N18,3982
|
|
90
|
+
intifact_sdk/models/api_v1_summary_send_post202_response_data.py,sha256=OUI9zFT32sc6pWwpqfhKYVND8d-W0bK3WAhh3sX_A00,4295
|
|
91
|
+
intifact_sdk/models/api_v1_summary_send_post_request.py,sha256=j5ZBUHXpyNax6kHbLWm3HM32tE6sN2zX-67C1OkA9HY,4681
|
|
92
|
+
intifact_sdk/models/api_v1_summary_send_post_request_items_inner.py,sha256=vpBsycyKVZMohnmK95OxqfyKqpRc6V3KexBWZKw1gds,6985
|
|
93
|
+
intifact_sdk/models/api_v1_ticket_ticket_status_get200_response.py,sha256=ZADiNybmKmaBjFscQkzItB7eNfqInak3rGuaPysCCGk,4524
|
|
94
|
+
intifact_sdk/models/api_v1_ticket_ticket_status_get200_response_cdr_response.py,sha256=k__vZlMxLHUZ8_fBhcTUh_1ELsLTR2RW-USl14R46os,4154
|
|
95
|
+
intifact_sdk/models/api_v1_ticket_ticket_status_get202_response.py,sha256=D5NmXmJ43GjQyTm-xt1uHdA1Urqp9U1SE6g6uM8MR3k,4524
|
|
96
|
+
intifact_sdk/models/api_v1_ticket_ticket_status_get202_response_cdr_response.py,sha256=fZgRT9_ER7cajubehak2XHDm2AY7N9OjBdSTsLkAgBk,4144
|
|
97
|
+
intifact_sdk/models/api_v1_voided_send_post_request.py,sha256=lEgPN_vGVUWvImlLFWpxM7IyGyMLz5raSvGarRYBFdE,4673
|
|
98
|
+
intifact_sdk/models/api_v1_voided_send_post_request_items_inner.py,sha256=ozOXHfOyWYFarmt0pAhSBT1zS9RQKDK5i0oAQH1C97I,3992
|
|
99
|
+
intifact_sdk/models/api_v1_webhooks_id_put_request.py,sha256=nejnoliYf_zF7orZzMEkwxAd-H6FID1-GGxlPZC6i-M,3655
|
|
100
|
+
intifact_sdk/models/api_v1_webhooks_post_request.py,sha256=OArc8iak1LtnrN1Ji0ieHEwg4hARoZj-S76sXpr1o5g,4610
|
|
101
|
+
intifact-1.0.0.dist-info/METADATA,sha256=-MYg8m9IYZFaXTqQMyPdtLzukLOEAvJ5qoUOUIGLWww,6493
|
|
102
|
+
intifact-1.0.0.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
|
|
103
|
+
intifact-1.0.0.dist-info/top_level.txt,sha256=2Tzm1GSEsM4_pyZ3mQ2JE5PXm0XK1mLMhzAQJlqApZ8,13
|
|
104
|
+
intifact-1.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
intifact_sdk
|
intifact_sdk/__init__.py
ADDED
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
# flake8: noqa
|
|
4
|
+
|
|
5
|
+
"""
|
|
6
|
+
API de Facturación Electrónica SUNAT
|
|
7
|
+
|
|
8
|
+
API REST para emisión de comprobantes electrónicos ante SUNAT Perú (Facturas, Boletas, Notas, Guías de Remisión, Resúmenes).
|
|
9
|
+
|
|
10
|
+
The version of the OpenAPI document: 1.0.0
|
|
11
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
|
+
|
|
13
|
+
Do not edit the class manually.
|
|
14
|
+
""" # noqa: E501
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
__version__ = "1.0.0"
|
|
18
|
+
|
|
19
|
+
# Define package exports
|
|
20
|
+
__all__ = [
|
|
21
|
+
"AuthApi",
|
|
22
|
+
"BranchesApi",
|
|
23
|
+
"CompanyApi",
|
|
24
|
+
"DespatchApi",
|
|
25
|
+
"DocumentsApi",
|
|
26
|
+
"InvoiceApi",
|
|
27
|
+
"NoteApi",
|
|
28
|
+
"PlansApi",
|
|
29
|
+
"PublicApi",
|
|
30
|
+
"QueuesApi",
|
|
31
|
+
"SummaryApi",
|
|
32
|
+
"SystemApi",
|
|
33
|
+
"WebhooksApi",
|
|
34
|
+
"ApiResponse",
|
|
35
|
+
"ApiClient",
|
|
36
|
+
"Configuration",
|
|
37
|
+
"OpenApiException",
|
|
38
|
+
"ApiTypeError",
|
|
39
|
+
"ApiValueError",
|
|
40
|
+
"ApiKeyError",
|
|
41
|
+
"ApiAttributeError",
|
|
42
|
+
"ApiException",
|
|
43
|
+
"ApiV1AuthLoginPostRequest",
|
|
44
|
+
"ApiV1AuthSignupPostRequest",
|
|
45
|
+
"ApiV1BoletaCancelPostRequest",
|
|
46
|
+
"ApiV1CatalogsGet200Response",
|
|
47
|
+
"ApiV1CatalogsGet200ResponseDataInner",
|
|
48
|
+
"ApiV1CatalogsGet200ResponseDataInnerItemsInner",
|
|
49
|
+
"ApiV1CdrConsultarPost200Response",
|
|
50
|
+
"ApiV1CdrConsultarPostRequest",
|
|
51
|
+
"ApiV1CompaniesClaimPostRequest",
|
|
52
|
+
"ApiV1CompaniesIdBranchesBranchIdPutRequest",
|
|
53
|
+
"ApiV1CompaniesIdBranchesPostRequest",
|
|
54
|
+
"ApiV1CompaniesIdPutRequest",
|
|
55
|
+
"ApiV1CompaniesPostRequest",
|
|
56
|
+
"ApiV1CompaniesPostRequestCuentasBancariasInner",
|
|
57
|
+
"ApiV1DespatchSendMultiPost202Response",
|
|
58
|
+
"ApiV1DespatchSendMultiPost202ResponseData",
|
|
59
|
+
"ApiV1DespatchSendMultiPost202ResponseDataGuiasInner",
|
|
60
|
+
"ApiV1DespatchSendMultiPostRequest",
|
|
61
|
+
"ApiV1DespatchSendMultiPostRequestDestinosInner",
|
|
62
|
+
"ApiV1DespatchSendPostRequest",
|
|
63
|
+
"ApiV1DespatchSendPostRequestChoferInner",
|
|
64
|
+
"ApiV1DespatchSendPostRequestContenedoresInner",
|
|
65
|
+
"ApiV1DespatchSendPostRequestDetalleInner",
|
|
66
|
+
"ApiV1DespatchSendPostRequestDocumentosRelacionadosInner",
|
|
67
|
+
"ApiV1DespatchSendPostRequestGuiaLlegadaGeo",
|
|
68
|
+
"ApiV1DespatchSendPostRequestGuiaPartidaGeo",
|
|
69
|
+
"ApiV1DespatchSendPostRequestIndicadores",
|
|
70
|
+
"ApiV1DespatchSendPostRequestVehiculosSecundariosInner",
|
|
71
|
+
"ApiV1DespatchTransportistaSendPostRequest",
|
|
72
|
+
"ApiV1DespatchTransportistaSendPostRequestVehiculosSecundariosInner",
|
|
73
|
+
"ApiV1DocumentsGet200Response",
|
|
74
|
+
"ApiV1DocumentsGet200ResponseDataInner",
|
|
75
|
+
"ApiV1DocumentsGet200ResponseDataInnerCompany",
|
|
76
|
+
"ApiV1DocumentsGet200ResponsePagination",
|
|
77
|
+
"ApiV1DocumentsIdRecoverPost200Response",
|
|
78
|
+
"ApiV1DocumentsIdRetryPost202Response",
|
|
79
|
+
"ApiV1DocumentsNextCorrelativoGet200Response",
|
|
80
|
+
"ApiV1DocumentsNextCorrelativoGet200ResponseData",
|
|
81
|
+
"ApiV1InvoiceCancelPostRequest",
|
|
82
|
+
"ApiV1InvoiceComputePost200Response",
|
|
83
|
+
"ApiV1InvoiceComputePost200ResponseData",
|
|
84
|
+
"ApiV1InvoiceComputePost200ResponseDataItemsInner",
|
|
85
|
+
"ApiV1InvoiceComputePostRequest",
|
|
86
|
+
"ApiV1InvoiceComputePostRequestItemsInner",
|
|
87
|
+
"ApiV1InvoiceComputePostRequestItemsInnerDescuento",
|
|
88
|
+
"ApiV1InvoiceSendPost202Response",
|
|
89
|
+
"ApiV1InvoiceSendPost202ResponseData",
|
|
90
|
+
"ApiV1InvoiceSendPost400Response",
|
|
91
|
+
"ApiV1InvoiceSendPost400ResponseErrorsInner",
|
|
92
|
+
"ApiV1InvoiceSendPostRequest",
|
|
93
|
+
"ApiV1InvoiceSendPostRequestDetalleInner",
|
|
94
|
+
"ApiV1InvoiceSendPostRequestDetraccion",
|
|
95
|
+
"ApiV1InvoiceSendPostRequestFormaPagoInner",
|
|
96
|
+
"ApiV1InvoiceSendPostRequestGuiaRemisionInner",
|
|
97
|
+
"ApiV1InvoiceSendPostRequestLeyendasInner",
|
|
98
|
+
"ApiV1InvoiceSendPostRequestPagosInner",
|
|
99
|
+
"ApiV1NoteComputePostRequest",
|
|
100
|
+
"ApiV1NoteComputePostRequestItemsInner",
|
|
101
|
+
"ApiV1NoteSendPost202Response",
|
|
102
|
+
"ApiV1NoteSendPost202ResponseData",
|
|
103
|
+
"ApiV1NoteSendPostRequest",
|
|
104
|
+
"ApiV1NoteSendPostRequestDetalleInner",
|
|
105
|
+
"ApiV1PlansIdPutRequest",
|
|
106
|
+
"ApiV1PlansPostRequest",
|
|
107
|
+
"ApiV1QueuesStatsGet200Response",
|
|
108
|
+
"ApiV1QueuesStatsGet200ResponseData",
|
|
109
|
+
"ApiV1SummarySendPost202Response",
|
|
110
|
+
"ApiV1SummarySendPost202ResponseData",
|
|
111
|
+
"ApiV1SummarySendPostRequest",
|
|
112
|
+
"ApiV1SummarySendPostRequestItemsInner",
|
|
113
|
+
"ApiV1TicketTicketStatusGet200Response",
|
|
114
|
+
"ApiV1TicketTicketStatusGet200ResponseCdrResponse",
|
|
115
|
+
"ApiV1TicketTicketStatusGet202Response",
|
|
116
|
+
"ApiV1TicketTicketStatusGet202ResponseCdrResponse",
|
|
117
|
+
"ApiV1VoidedSendPostRequest",
|
|
118
|
+
"ApiV1VoidedSendPostRequestItemsInner",
|
|
119
|
+
"ApiV1WebhooksIdPutRequest",
|
|
120
|
+
"ApiV1WebhooksPostRequest",
|
|
121
|
+
]
|
|
122
|
+
|
|
123
|
+
# import apis into sdk package
|
|
124
|
+
from intifact_sdk.api.auth_api import AuthApi as AuthApi
|
|
125
|
+
from intifact_sdk.api.branches_api import BranchesApi as BranchesApi
|
|
126
|
+
from intifact_sdk.api.company_api import CompanyApi as CompanyApi
|
|
127
|
+
from intifact_sdk.api.despatch_api import DespatchApi as DespatchApi
|
|
128
|
+
from intifact_sdk.api.documents_api import DocumentsApi as DocumentsApi
|
|
129
|
+
from intifact_sdk.api.invoice_api import InvoiceApi as InvoiceApi
|
|
130
|
+
from intifact_sdk.api.note_api import NoteApi as NoteApi
|
|
131
|
+
from intifact_sdk.api.plans_api import PlansApi as PlansApi
|
|
132
|
+
from intifact_sdk.api.public_api import PublicApi as PublicApi
|
|
133
|
+
from intifact_sdk.api.queues_api import QueuesApi as QueuesApi
|
|
134
|
+
from intifact_sdk.api.summary_api import SummaryApi as SummaryApi
|
|
135
|
+
from intifact_sdk.api.system_api import SystemApi as SystemApi
|
|
136
|
+
from intifact_sdk.api.webhooks_api import WebhooksApi as WebhooksApi
|
|
137
|
+
|
|
138
|
+
# import ApiClient
|
|
139
|
+
from intifact_sdk.api_response import ApiResponse as ApiResponse
|
|
140
|
+
from intifact_sdk.api_client import ApiClient as ApiClient
|
|
141
|
+
from intifact_sdk.configuration import Configuration as Configuration
|
|
142
|
+
from intifact_sdk.exceptions import OpenApiException as OpenApiException
|
|
143
|
+
from intifact_sdk.exceptions import ApiTypeError as ApiTypeError
|
|
144
|
+
from intifact_sdk.exceptions import ApiValueError as ApiValueError
|
|
145
|
+
from intifact_sdk.exceptions import ApiKeyError as ApiKeyError
|
|
146
|
+
from intifact_sdk.exceptions import ApiAttributeError as ApiAttributeError
|
|
147
|
+
from intifact_sdk.exceptions import ApiException as ApiException
|
|
148
|
+
|
|
149
|
+
# import models into sdk package
|
|
150
|
+
from intifact_sdk.models.api_v1_auth_login_post_request import ApiV1AuthLoginPostRequest as ApiV1AuthLoginPostRequest
|
|
151
|
+
from intifact_sdk.models.api_v1_auth_signup_post_request import ApiV1AuthSignupPostRequest as ApiV1AuthSignupPostRequest
|
|
152
|
+
from intifact_sdk.models.api_v1_boleta_cancel_post_request import ApiV1BoletaCancelPostRequest as ApiV1BoletaCancelPostRequest
|
|
153
|
+
from intifact_sdk.models.api_v1_catalogs_get200_response import ApiV1CatalogsGet200Response as ApiV1CatalogsGet200Response
|
|
154
|
+
from intifact_sdk.models.api_v1_catalogs_get200_response_data_inner import ApiV1CatalogsGet200ResponseDataInner as ApiV1CatalogsGet200ResponseDataInner
|
|
155
|
+
from intifact_sdk.models.api_v1_catalogs_get200_response_data_inner_items_inner import ApiV1CatalogsGet200ResponseDataInnerItemsInner as ApiV1CatalogsGet200ResponseDataInnerItemsInner
|
|
156
|
+
from intifact_sdk.models.api_v1_cdr_consultar_post200_response import ApiV1CdrConsultarPost200Response as ApiV1CdrConsultarPost200Response
|
|
157
|
+
from intifact_sdk.models.api_v1_cdr_consultar_post_request import ApiV1CdrConsultarPostRequest as ApiV1CdrConsultarPostRequest
|
|
158
|
+
from intifact_sdk.models.api_v1_companies_claim_post_request import ApiV1CompaniesClaimPostRequest as ApiV1CompaniesClaimPostRequest
|
|
159
|
+
from intifact_sdk.models.api_v1_companies_id_branches_branch_id_put_request import ApiV1CompaniesIdBranchesBranchIdPutRequest as ApiV1CompaniesIdBranchesBranchIdPutRequest
|
|
160
|
+
from intifact_sdk.models.api_v1_companies_id_branches_post_request import ApiV1CompaniesIdBranchesPostRequest as ApiV1CompaniesIdBranchesPostRequest
|
|
161
|
+
from intifact_sdk.models.api_v1_companies_id_put_request import ApiV1CompaniesIdPutRequest as ApiV1CompaniesIdPutRequest
|
|
162
|
+
from intifact_sdk.models.api_v1_companies_post_request import ApiV1CompaniesPostRequest as ApiV1CompaniesPostRequest
|
|
163
|
+
from intifact_sdk.models.api_v1_companies_post_request_cuentas_bancarias_inner import ApiV1CompaniesPostRequestCuentasBancariasInner as ApiV1CompaniesPostRequestCuentasBancariasInner
|
|
164
|
+
from intifact_sdk.models.api_v1_despatch_send_multi_post202_response import ApiV1DespatchSendMultiPost202Response as ApiV1DespatchSendMultiPost202Response
|
|
165
|
+
from intifact_sdk.models.api_v1_despatch_send_multi_post202_response_data import ApiV1DespatchSendMultiPost202ResponseData as ApiV1DespatchSendMultiPost202ResponseData
|
|
166
|
+
from intifact_sdk.models.api_v1_despatch_send_multi_post202_response_data_guias_inner import ApiV1DespatchSendMultiPost202ResponseDataGuiasInner as ApiV1DespatchSendMultiPost202ResponseDataGuiasInner
|
|
167
|
+
from intifact_sdk.models.api_v1_despatch_send_multi_post_request import ApiV1DespatchSendMultiPostRequest as ApiV1DespatchSendMultiPostRequest
|
|
168
|
+
from intifact_sdk.models.api_v1_despatch_send_multi_post_request_destinos_inner import ApiV1DespatchSendMultiPostRequestDestinosInner as ApiV1DespatchSendMultiPostRequestDestinosInner
|
|
169
|
+
from intifact_sdk.models.api_v1_despatch_send_post_request import ApiV1DespatchSendPostRequest as ApiV1DespatchSendPostRequest
|
|
170
|
+
from intifact_sdk.models.api_v1_despatch_send_post_request_chofer_inner import ApiV1DespatchSendPostRequestChoferInner as ApiV1DespatchSendPostRequestChoferInner
|
|
171
|
+
from intifact_sdk.models.api_v1_despatch_send_post_request_contenedores_inner import ApiV1DespatchSendPostRequestContenedoresInner as ApiV1DespatchSendPostRequestContenedoresInner
|
|
172
|
+
from intifact_sdk.models.api_v1_despatch_send_post_request_detalle_inner import ApiV1DespatchSendPostRequestDetalleInner as ApiV1DespatchSendPostRequestDetalleInner
|
|
173
|
+
from intifact_sdk.models.api_v1_despatch_send_post_request_documentos_relacionados_inner import ApiV1DespatchSendPostRequestDocumentosRelacionadosInner as ApiV1DespatchSendPostRequestDocumentosRelacionadosInner
|
|
174
|
+
from intifact_sdk.models.api_v1_despatch_send_post_request_guia_llegada_geo import ApiV1DespatchSendPostRequestGuiaLlegadaGeo as ApiV1DespatchSendPostRequestGuiaLlegadaGeo
|
|
175
|
+
from intifact_sdk.models.api_v1_despatch_send_post_request_guia_partida_geo import ApiV1DespatchSendPostRequestGuiaPartidaGeo as ApiV1DespatchSendPostRequestGuiaPartidaGeo
|
|
176
|
+
from intifact_sdk.models.api_v1_despatch_send_post_request_indicadores import ApiV1DespatchSendPostRequestIndicadores as ApiV1DespatchSendPostRequestIndicadores
|
|
177
|
+
from intifact_sdk.models.api_v1_despatch_send_post_request_vehiculos_secundarios_inner import ApiV1DespatchSendPostRequestVehiculosSecundariosInner as ApiV1DespatchSendPostRequestVehiculosSecundariosInner
|
|
178
|
+
from intifact_sdk.models.api_v1_despatch_transportista_send_post_request import ApiV1DespatchTransportistaSendPostRequest as ApiV1DespatchTransportistaSendPostRequest
|
|
179
|
+
from intifact_sdk.models.api_v1_despatch_transportista_send_post_request_vehiculos_secundarios_inner import ApiV1DespatchTransportistaSendPostRequestVehiculosSecundariosInner as ApiV1DespatchTransportistaSendPostRequestVehiculosSecundariosInner
|
|
180
|
+
from intifact_sdk.models.api_v1_documents_get200_response import ApiV1DocumentsGet200Response as ApiV1DocumentsGet200Response
|
|
181
|
+
from intifact_sdk.models.api_v1_documents_get200_response_data_inner import ApiV1DocumentsGet200ResponseDataInner as ApiV1DocumentsGet200ResponseDataInner
|
|
182
|
+
from intifact_sdk.models.api_v1_documents_get200_response_data_inner_company import ApiV1DocumentsGet200ResponseDataInnerCompany as ApiV1DocumentsGet200ResponseDataInnerCompany
|
|
183
|
+
from intifact_sdk.models.api_v1_documents_get200_response_pagination import ApiV1DocumentsGet200ResponsePagination as ApiV1DocumentsGet200ResponsePagination
|
|
184
|
+
from intifact_sdk.models.api_v1_documents_id_recover_post200_response import ApiV1DocumentsIdRecoverPost200Response as ApiV1DocumentsIdRecoverPost200Response
|
|
185
|
+
from intifact_sdk.models.api_v1_documents_id_retry_post202_response import ApiV1DocumentsIdRetryPost202Response as ApiV1DocumentsIdRetryPost202Response
|
|
186
|
+
from intifact_sdk.models.api_v1_documents_next_correlativo_get200_response import ApiV1DocumentsNextCorrelativoGet200Response as ApiV1DocumentsNextCorrelativoGet200Response
|
|
187
|
+
from intifact_sdk.models.api_v1_documents_next_correlativo_get200_response_data import ApiV1DocumentsNextCorrelativoGet200ResponseData as ApiV1DocumentsNextCorrelativoGet200ResponseData
|
|
188
|
+
from intifact_sdk.models.api_v1_invoice_cancel_post_request import ApiV1InvoiceCancelPostRequest as ApiV1InvoiceCancelPostRequest
|
|
189
|
+
from intifact_sdk.models.api_v1_invoice_compute_post200_response import ApiV1InvoiceComputePost200Response as ApiV1InvoiceComputePost200Response
|
|
190
|
+
from intifact_sdk.models.api_v1_invoice_compute_post200_response_data import ApiV1InvoiceComputePost200ResponseData as ApiV1InvoiceComputePost200ResponseData
|
|
191
|
+
from intifact_sdk.models.api_v1_invoice_compute_post200_response_data_items_inner import ApiV1InvoiceComputePost200ResponseDataItemsInner as ApiV1InvoiceComputePost200ResponseDataItemsInner
|
|
192
|
+
from intifact_sdk.models.api_v1_invoice_compute_post_request import ApiV1InvoiceComputePostRequest as ApiV1InvoiceComputePostRequest
|
|
193
|
+
from intifact_sdk.models.api_v1_invoice_compute_post_request_items_inner import ApiV1InvoiceComputePostRequestItemsInner as ApiV1InvoiceComputePostRequestItemsInner
|
|
194
|
+
from intifact_sdk.models.api_v1_invoice_compute_post_request_items_inner_descuento import ApiV1InvoiceComputePostRequestItemsInnerDescuento as ApiV1InvoiceComputePostRequestItemsInnerDescuento
|
|
195
|
+
from intifact_sdk.models.api_v1_invoice_send_post202_response import ApiV1InvoiceSendPost202Response as ApiV1InvoiceSendPost202Response
|
|
196
|
+
from intifact_sdk.models.api_v1_invoice_send_post202_response_data import ApiV1InvoiceSendPost202ResponseData as ApiV1InvoiceSendPost202ResponseData
|
|
197
|
+
from intifact_sdk.models.api_v1_invoice_send_post400_response import ApiV1InvoiceSendPost400Response as ApiV1InvoiceSendPost400Response
|
|
198
|
+
from intifact_sdk.models.api_v1_invoice_send_post400_response_errors_inner import ApiV1InvoiceSendPost400ResponseErrorsInner as ApiV1InvoiceSendPost400ResponseErrorsInner
|
|
199
|
+
from intifact_sdk.models.api_v1_invoice_send_post_request import ApiV1InvoiceSendPostRequest as ApiV1InvoiceSendPostRequest
|
|
200
|
+
from intifact_sdk.models.api_v1_invoice_send_post_request_detalle_inner import ApiV1InvoiceSendPostRequestDetalleInner as ApiV1InvoiceSendPostRequestDetalleInner
|
|
201
|
+
from intifact_sdk.models.api_v1_invoice_send_post_request_detraccion import ApiV1InvoiceSendPostRequestDetraccion as ApiV1InvoiceSendPostRequestDetraccion
|
|
202
|
+
from intifact_sdk.models.api_v1_invoice_send_post_request_forma_pago_inner import ApiV1InvoiceSendPostRequestFormaPagoInner as ApiV1InvoiceSendPostRequestFormaPagoInner
|
|
203
|
+
from intifact_sdk.models.api_v1_invoice_send_post_request_guia_remision_inner import ApiV1InvoiceSendPostRequestGuiaRemisionInner as ApiV1InvoiceSendPostRequestGuiaRemisionInner
|
|
204
|
+
from intifact_sdk.models.api_v1_invoice_send_post_request_leyendas_inner import ApiV1InvoiceSendPostRequestLeyendasInner as ApiV1InvoiceSendPostRequestLeyendasInner
|
|
205
|
+
from intifact_sdk.models.api_v1_invoice_send_post_request_pagos_inner import ApiV1InvoiceSendPostRequestPagosInner as ApiV1InvoiceSendPostRequestPagosInner
|
|
206
|
+
from intifact_sdk.models.api_v1_note_compute_post_request import ApiV1NoteComputePostRequest as ApiV1NoteComputePostRequest
|
|
207
|
+
from intifact_sdk.models.api_v1_note_compute_post_request_items_inner import ApiV1NoteComputePostRequestItemsInner as ApiV1NoteComputePostRequestItemsInner
|
|
208
|
+
from intifact_sdk.models.api_v1_note_send_post202_response import ApiV1NoteSendPost202Response as ApiV1NoteSendPost202Response
|
|
209
|
+
from intifact_sdk.models.api_v1_note_send_post202_response_data import ApiV1NoteSendPost202ResponseData as ApiV1NoteSendPost202ResponseData
|
|
210
|
+
from intifact_sdk.models.api_v1_note_send_post_request import ApiV1NoteSendPostRequest as ApiV1NoteSendPostRequest
|
|
211
|
+
from intifact_sdk.models.api_v1_note_send_post_request_detalle_inner import ApiV1NoteSendPostRequestDetalleInner as ApiV1NoteSendPostRequestDetalleInner
|
|
212
|
+
from intifact_sdk.models.api_v1_plans_id_put_request import ApiV1PlansIdPutRequest as ApiV1PlansIdPutRequest
|
|
213
|
+
from intifact_sdk.models.api_v1_plans_post_request import ApiV1PlansPostRequest as ApiV1PlansPostRequest
|
|
214
|
+
from intifact_sdk.models.api_v1_queues_stats_get200_response import ApiV1QueuesStatsGet200Response as ApiV1QueuesStatsGet200Response
|
|
215
|
+
from intifact_sdk.models.api_v1_queues_stats_get200_response_data import ApiV1QueuesStatsGet200ResponseData as ApiV1QueuesStatsGet200ResponseData
|
|
216
|
+
from intifact_sdk.models.api_v1_summary_send_post202_response import ApiV1SummarySendPost202Response as ApiV1SummarySendPost202Response
|
|
217
|
+
from intifact_sdk.models.api_v1_summary_send_post202_response_data import ApiV1SummarySendPost202ResponseData as ApiV1SummarySendPost202ResponseData
|
|
218
|
+
from intifact_sdk.models.api_v1_summary_send_post_request import ApiV1SummarySendPostRequest as ApiV1SummarySendPostRequest
|
|
219
|
+
from intifact_sdk.models.api_v1_summary_send_post_request_items_inner import ApiV1SummarySendPostRequestItemsInner as ApiV1SummarySendPostRequestItemsInner
|
|
220
|
+
from intifact_sdk.models.api_v1_ticket_ticket_status_get200_response import ApiV1TicketTicketStatusGet200Response as ApiV1TicketTicketStatusGet200Response
|
|
221
|
+
from intifact_sdk.models.api_v1_ticket_ticket_status_get200_response_cdr_response import ApiV1TicketTicketStatusGet200ResponseCdrResponse as ApiV1TicketTicketStatusGet200ResponseCdrResponse
|
|
222
|
+
from intifact_sdk.models.api_v1_ticket_ticket_status_get202_response import ApiV1TicketTicketStatusGet202Response as ApiV1TicketTicketStatusGet202Response
|
|
223
|
+
from intifact_sdk.models.api_v1_ticket_ticket_status_get202_response_cdr_response import ApiV1TicketTicketStatusGet202ResponseCdrResponse as ApiV1TicketTicketStatusGet202ResponseCdrResponse
|
|
224
|
+
from intifact_sdk.models.api_v1_voided_send_post_request import ApiV1VoidedSendPostRequest as ApiV1VoidedSendPostRequest
|
|
225
|
+
from intifact_sdk.models.api_v1_voided_send_post_request_items_inner import ApiV1VoidedSendPostRequestItemsInner as ApiV1VoidedSendPostRequestItemsInner
|
|
226
|
+
from intifact_sdk.models.api_v1_webhooks_id_put_request import ApiV1WebhooksIdPutRequest as ApiV1WebhooksIdPutRequest
|
|
227
|
+
from intifact_sdk.models.api_v1_webhooks_post_request import ApiV1WebhooksPostRequest as ApiV1WebhooksPostRequest
|
|
228
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# flake8: noqa
|
|
2
|
+
|
|
3
|
+
# import apis into api package
|
|
4
|
+
from intifact_sdk.api.auth_api import AuthApi
|
|
5
|
+
from intifact_sdk.api.branches_api import BranchesApi
|
|
6
|
+
from intifact_sdk.api.company_api import CompanyApi
|
|
7
|
+
from intifact_sdk.api.despatch_api import DespatchApi
|
|
8
|
+
from intifact_sdk.api.documents_api import DocumentsApi
|
|
9
|
+
from intifact_sdk.api.invoice_api import InvoiceApi
|
|
10
|
+
from intifact_sdk.api.note_api import NoteApi
|
|
11
|
+
from intifact_sdk.api.plans_api import PlansApi
|
|
12
|
+
from intifact_sdk.api.public_api import PublicApi
|
|
13
|
+
from intifact_sdk.api.queues_api import QueuesApi
|
|
14
|
+
from intifact_sdk.api.summary_api import SummaryApi
|
|
15
|
+
from intifact_sdk.api.system_api import SystemApi
|
|
16
|
+
from intifact_sdk.api.webhooks_api import WebhooksApi
|
|
17
|
+
|