@invoicetronic/ts-sdk 1.6.0 → 1.7.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.
- package/CHANGELOG.md +1 -1
- package/README.md +2 -2
- package/api.ts +1 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +2 -2
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +2 -2
- package/dist/esm/api.d.ts +1 -1
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +2 -2
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/src/api/company-api.d.ts +1 -1
- package/dist/esm/src/api/company-api.js +20 -2
- package/dist/esm/src/api/export-api.d.ts +1 -1
- package/dist/esm/src/api/export-api.js +5 -2
- package/dist/esm/src/api/health-api.d.ts +1 -1
- package/dist/esm/src/api/health-api.js +5 -2
- package/dist/esm/src/api/log-api.d.ts +1 -1
- package/dist/esm/src/api/log-api.js +8 -2
- package/dist/esm/src/api/receive-api.d.ts +1 -1
- package/dist/esm/src/api/receive-api.js +14 -2
- package/dist/esm/src/api/send-api.d.ts +1 -1
- package/dist/esm/src/api/send-api.js +38 -2
- package/dist/esm/src/api/status-api.d.ts +1 -1
- package/dist/esm/src/api/status-api.js +5 -2
- package/dist/esm/src/api/update-api.d.ts +1 -1
- package/dist/esm/src/api/update-api.js +8 -2
- package/dist/esm/src/api/webhook-api.d.ts +1 -1
- package/dist/esm/src/api/webhook-api.js +23 -2
- package/dist/esm/src/models/company.d.ts +1 -1
- package/dist/esm/src/models/company.js +1 -1
- package/dist/esm/src/models/document-data.d.ts +1 -1
- package/dist/esm/src/models/document-data.js +1 -1
- package/dist/esm/src/models/event.d.ts +1 -1
- package/dist/esm/src/models/event.js +1 -1
- package/dist/esm/src/models/model-error.d.ts +1 -1
- package/dist/esm/src/models/model-error.js +1 -1
- package/dist/esm/src/models/problem-details.d.ts +1 -1
- package/dist/esm/src/models/problem-details.js +1 -1
- package/dist/esm/src/models/receive.d.ts +1 -1
- package/dist/esm/src/models/receive.js +1 -1
- package/dist/esm/src/models/send-reduced.d.ts +1 -1
- package/dist/esm/src/models/send-reduced.js +1 -1
- package/dist/esm/src/models/send.d.ts +1 -1
- package/dist/esm/src/models/send.js +1 -1
- package/dist/esm/src/models/status.d.ts +1 -1
- package/dist/esm/src/models/status.js +1 -1
- package/dist/esm/src/models/update.d.ts +1 -1
- package/dist/esm/src/models/update.js +1 -1
- package/dist/esm/src/models/web-hook-history.d.ts +1 -1
- package/dist/esm/src/models/web-hook-history.js +1 -1
- package/dist/esm/src/models/web-hook.d.ts +1 -1
- package/dist/esm/src/models/web-hook.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/src/api/company-api.d.ts +1 -1
- package/dist/src/api/company-api.js +19 -1
- package/dist/src/api/export-api.d.ts +1 -1
- package/dist/src/api/export-api.js +4 -1
- package/dist/src/api/health-api.d.ts +1 -1
- package/dist/src/api/health-api.js +4 -1
- package/dist/src/api/log-api.d.ts +1 -1
- package/dist/src/api/log-api.js +7 -1
- package/dist/src/api/receive-api.d.ts +1 -1
- package/dist/src/api/receive-api.js +13 -1
- package/dist/src/api/send-api.d.ts +1 -1
- package/dist/src/api/send-api.js +37 -1
- package/dist/src/api/status-api.d.ts +1 -1
- package/dist/src/api/status-api.js +4 -1
- package/dist/src/api/update-api.d.ts +1 -1
- package/dist/src/api/update-api.js +7 -1
- package/dist/src/api/webhook-api.d.ts +1 -1
- package/dist/src/api/webhook-api.js +22 -1
- package/dist/src/models/company.d.ts +1 -1
- package/dist/src/models/company.js +1 -1
- package/dist/src/models/document-data.d.ts +1 -1
- package/dist/src/models/document-data.js +1 -1
- package/dist/src/models/event.d.ts +1 -1
- package/dist/src/models/event.js +1 -1
- package/dist/src/models/model-error.d.ts +1 -1
- package/dist/src/models/model-error.js +1 -1
- package/dist/src/models/problem-details.d.ts +1 -1
- package/dist/src/models/problem-details.js +1 -1
- package/dist/src/models/receive.d.ts +1 -1
- package/dist/src/models/receive.js +1 -1
- package/dist/src/models/send-reduced.d.ts +1 -1
- package/dist/src/models/send-reduced.js +1 -1
- package/dist/src/models/send.d.ts +1 -1
- package/dist/src/models/send.js +1 -1
- package/dist/src/models/status.d.ts +1 -1
- package/dist/src/models/status.js +1 -1
- package/dist/src/models/update.d.ts +1 -1
- package/dist/src/models/update.js +1 -1
- package/dist/src/models/web-hook-history.d.ts +1 -1
- package/dist/src/models/web-hook-history.js +1 -1
- package/dist/src/models/web-hook.d.ts +1 -1
- package/dist/src/models/web-hook.js +1 -1
- package/docs/CompanyApi.md +6 -6
- package/docs/ExportApi.md +1 -1
- package/docs/HealthApi.md +1 -1
- package/docs/LogApi.md +2 -2
- package/docs/ReceiveApi.md +4 -4
- package/docs/SendApi.md +12 -12
- package/docs/StatusApi.md +1 -1
- package/docs/UpdateApi.md +2 -2
- package/docs/WebhookApi.md +7 -7
- package/index.ts +1 -1
- package/package.json +1 -1
- package/src/api/company-api.ts +25 -1
- package/src/api/export-api.ts +5 -1
- package/src/api/health-api.ts +5 -1
- package/src/api/log-api.ts +9 -1
- package/src/api/receive-api.ts +17 -1
- package/src/api/send-api.ts +49 -1
- package/src/api/status-api.ts +5 -1
- package/src/api/update-api.ts +9 -1
- package/src/api/webhook-api.ts +29 -1
- package/src/models/company.ts +1 -1
- package/src/models/document-data.ts +1 -1
- package/src/models/event.ts +1 -1
- package/src/models/model-error.ts +1 -1
- package/src/models/problem-details.ts +1 -1
- package/src/models/receive.ts +1 -1
- package/src/models/send-reduced.ts +1 -1
- package/src/models/send.ts +1 -1
- package/src/models/status.ts +1 -1
- package/src/models/update.ts +1 -1
- package/src/models/web-hook-history.ts +1 -1
- package/src/models/web-hook.ts +1 -1
package/src/api/log-api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -65,6 +65,10 @@ export const LogApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
65
65
|
const localVarHeaderParameter = {} as any;
|
|
66
66
|
const localVarQueryParameter = {} as any;
|
|
67
67
|
|
|
68
|
+
// authentication Basic required
|
|
69
|
+
// http basic authentication required
|
|
70
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
71
|
+
|
|
68
72
|
if (companyId !== undefined) {
|
|
69
73
|
localVarQueryParameter['company_id'] = companyId;
|
|
70
74
|
}
|
|
@@ -167,6 +171,10 @@ export const LogApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
167
171
|
const localVarHeaderParameter = {} as any;
|
|
168
172
|
const localVarQueryParameter = {} as any;
|
|
169
173
|
|
|
174
|
+
// authentication Basic required
|
|
175
|
+
// http basic authentication required
|
|
176
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
177
|
+
|
|
170
178
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
171
179
|
|
|
172
180
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
package/src/api/receive-api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -70,6 +70,10 @@ export const ReceiveApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
70
70
|
const localVarHeaderParameter = {} as any;
|
|
71
71
|
const localVarQueryParameter = {} as any;
|
|
72
72
|
|
|
73
|
+
// authentication Basic required
|
|
74
|
+
// http basic authentication required
|
|
75
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
76
|
+
|
|
73
77
|
if (companyId !== undefined) {
|
|
74
78
|
localVarQueryParameter['company_id'] = companyId;
|
|
75
79
|
}
|
|
@@ -188,6 +192,10 @@ export const ReceiveApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
188
192
|
const localVarHeaderParameter = {} as any;
|
|
189
193
|
const localVarQueryParameter = {} as any;
|
|
190
194
|
|
|
195
|
+
// authentication Basic required
|
|
196
|
+
// http basic authentication required
|
|
197
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
198
|
+
|
|
191
199
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
192
200
|
|
|
193
201
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -223,6 +231,10 @@ export const ReceiveApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
223
231
|
const localVarHeaderParameter = {} as any;
|
|
224
232
|
const localVarQueryParameter = {} as any;
|
|
225
233
|
|
|
234
|
+
// authentication Basic required
|
|
235
|
+
// http basic authentication required
|
|
236
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
237
|
+
|
|
226
238
|
if (includePayload !== undefined) {
|
|
227
239
|
localVarQueryParameter['include_payload'] = includePayload;
|
|
228
240
|
}
|
|
@@ -261,6 +273,10 @@ export const ReceiveApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
261
273
|
const localVarHeaderParameter = {} as any;
|
|
262
274
|
const localVarQueryParameter = {} as any;
|
|
263
275
|
|
|
276
|
+
// authentication Basic required
|
|
277
|
+
// http basic authentication required
|
|
278
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
279
|
+
|
|
264
280
|
localVarHeaderParameter['Accept'] = 'application/problem+json';
|
|
265
281
|
|
|
266
282
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
package/src/api/send-api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -58,6 +58,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
58
58
|
const localVarQueryParameter = {} as any;
|
|
59
59
|
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
60
60
|
|
|
61
|
+
// authentication Basic required
|
|
62
|
+
// http basic authentication required
|
|
63
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
64
|
+
|
|
61
65
|
if (validate !== undefined) {
|
|
62
66
|
localVarQueryParameter['validate'] = validate;
|
|
63
67
|
}
|
|
@@ -119,6 +123,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
119
123
|
const localVarHeaderParameter = {} as any;
|
|
120
124
|
const localVarQueryParameter = {} as any;
|
|
121
125
|
|
|
126
|
+
// authentication Basic required
|
|
127
|
+
// http basic authentication required
|
|
128
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
129
|
+
|
|
122
130
|
if (companyId !== undefined) {
|
|
123
131
|
localVarQueryParameter['company_id'] = companyId;
|
|
124
132
|
}
|
|
@@ -234,6 +242,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
234
242
|
const localVarHeaderParameter = {} as any;
|
|
235
243
|
const localVarQueryParameter = {} as any;
|
|
236
244
|
|
|
245
|
+
// authentication Basic required
|
|
246
|
+
// http basic authentication required
|
|
247
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
248
|
+
|
|
237
249
|
if (includePayload !== undefined) {
|
|
238
250
|
localVarQueryParameter['include_payload'] = includePayload;
|
|
239
251
|
}
|
|
@@ -272,6 +284,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
272
284
|
const localVarHeaderParameter = {} as any;
|
|
273
285
|
const localVarQueryParameter = {} as any;
|
|
274
286
|
|
|
287
|
+
// authentication Basic required
|
|
288
|
+
// http basic authentication required
|
|
289
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
290
|
+
|
|
275
291
|
localVarHeaderParameter['Accept'] = 'application/problem+json';
|
|
276
292
|
|
|
277
293
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -307,6 +323,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
307
323
|
const localVarHeaderParameter = {} as any;
|
|
308
324
|
const localVarQueryParameter = {} as any;
|
|
309
325
|
|
|
326
|
+
// authentication Basic required
|
|
327
|
+
// http basic authentication required
|
|
328
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
329
|
+
|
|
310
330
|
if (includePayload !== undefined) {
|
|
311
331
|
localVarQueryParameter['include_payload'] = includePayload;
|
|
312
332
|
}
|
|
@@ -346,6 +366,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
346
366
|
const localVarHeaderParameter = {} as any;
|
|
347
367
|
const localVarQueryParameter = {} as any;
|
|
348
368
|
|
|
369
|
+
// authentication Basic required
|
|
370
|
+
// http basic authentication required
|
|
371
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
372
|
+
|
|
349
373
|
if (validate !== undefined) {
|
|
350
374
|
localVarQueryParameter['validate'] = validate;
|
|
351
375
|
}
|
|
@@ -391,6 +415,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
391
415
|
const localVarHeaderParameter = {} as any;
|
|
392
416
|
const localVarQueryParameter = {} as any;
|
|
393
417
|
|
|
418
|
+
// authentication Basic required
|
|
419
|
+
// http basic authentication required
|
|
420
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
421
|
+
|
|
394
422
|
if (validate !== undefined) {
|
|
395
423
|
localVarQueryParameter['validate'] = validate;
|
|
396
424
|
}
|
|
@@ -435,6 +463,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
435
463
|
const localVarQueryParameter = {} as any;
|
|
436
464
|
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
437
465
|
|
|
466
|
+
// authentication Basic required
|
|
467
|
+
// http basic authentication required
|
|
468
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
469
|
+
|
|
438
470
|
|
|
439
471
|
if (file !== undefined) {
|
|
440
472
|
localVarFormParams.append('file', file as any);
|
|
@@ -474,6 +506,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
474
506
|
const localVarHeaderParameter = {} as any;
|
|
475
507
|
const localVarQueryParameter = {} as any;
|
|
476
508
|
|
|
509
|
+
// authentication Basic required
|
|
510
|
+
// http basic authentication required
|
|
511
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
512
|
+
|
|
477
513
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
478
514
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
479
515
|
|
|
@@ -509,6 +545,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
509
545
|
const localVarHeaderParameter = {} as any;
|
|
510
546
|
const localVarQueryParameter = {} as any;
|
|
511
547
|
|
|
548
|
+
// authentication Basic required
|
|
549
|
+
// http basic authentication required
|
|
550
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
551
|
+
|
|
512
552
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
513
553
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
514
554
|
|
|
@@ -544,6 +584,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
544
584
|
const localVarHeaderParameter = {} as any;
|
|
545
585
|
const localVarQueryParameter = {} as any;
|
|
546
586
|
|
|
587
|
+
// authentication Basic required
|
|
588
|
+
// http basic authentication required
|
|
589
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
590
|
+
|
|
547
591
|
localVarHeaderParameter['Content-Type'] = 'application/xml';
|
|
548
592
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
549
593
|
|
|
@@ -581,6 +625,10 @@ export const SendApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
581
625
|
const localVarHeaderParameter = {} as any;
|
|
582
626
|
const localVarQueryParameter = {} as any;
|
|
583
627
|
|
|
628
|
+
// authentication Basic required
|
|
629
|
+
// http basic authentication required
|
|
630
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
631
|
+
|
|
584
632
|
if (validate !== undefined) {
|
|
585
633
|
localVarQueryParameter['validate'] = validate;
|
|
586
634
|
}
|
package/src/api/status-api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -50,6 +50,10 @@ export const StatusApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
50
50
|
const localVarHeaderParameter = {} as any;
|
|
51
51
|
const localVarQueryParameter = {} as any;
|
|
52
52
|
|
|
53
|
+
// authentication Basic required
|
|
54
|
+
// http basic authentication required
|
|
55
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
56
|
+
|
|
53
57
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
54
58
|
|
|
55
59
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
package/src/api/update-api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -63,6 +63,10 @@ export const UpdateApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
63
63
|
const localVarHeaderParameter = {} as any;
|
|
64
64
|
const localVarQueryParameter = {} as any;
|
|
65
65
|
|
|
66
|
+
// authentication Basic required
|
|
67
|
+
// http basic authentication required
|
|
68
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
69
|
+
|
|
66
70
|
if (companyId !== undefined) {
|
|
67
71
|
localVarQueryParameter['company_id'] = companyId;
|
|
68
72
|
}
|
|
@@ -157,6 +161,10 @@ export const UpdateApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
157
161
|
const localVarHeaderParameter = {} as any;
|
|
158
162
|
const localVarQueryParameter = {} as any;
|
|
159
163
|
|
|
164
|
+
// authentication Basic required
|
|
165
|
+
// http basic authentication required
|
|
166
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
167
|
+
|
|
160
168
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
161
169
|
|
|
162
170
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
package/src/api/webhook-api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -62,6 +62,10 @@ export const WebhookApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
62
62
|
const localVarHeaderParameter = {} as any;
|
|
63
63
|
const localVarQueryParameter = {} as any;
|
|
64
64
|
|
|
65
|
+
// authentication Basic required
|
|
66
|
+
// http basic authentication required
|
|
67
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
68
|
+
|
|
65
69
|
if (companyId !== undefined) {
|
|
66
70
|
localVarQueryParameter['company_id'] = companyId;
|
|
67
71
|
}
|
|
@@ -128,6 +132,10 @@ export const WebhookApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
128
132
|
const localVarHeaderParameter = {} as any;
|
|
129
133
|
const localVarQueryParameter = {} as any;
|
|
130
134
|
|
|
135
|
+
// authentication Basic required
|
|
136
|
+
// http basic authentication required
|
|
137
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
138
|
+
|
|
131
139
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
132
140
|
|
|
133
141
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -162,6 +170,10 @@ export const WebhookApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
162
170
|
const localVarHeaderParameter = {} as any;
|
|
163
171
|
const localVarQueryParameter = {} as any;
|
|
164
172
|
|
|
173
|
+
// authentication Basic required
|
|
174
|
+
// http basic authentication required
|
|
175
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
176
|
+
|
|
165
177
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
166
178
|
|
|
167
179
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -195,6 +207,10 @@ export const WebhookApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
195
207
|
const localVarHeaderParameter = {} as any;
|
|
196
208
|
const localVarQueryParameter = {} as any;
|
|
197
209
|
|
|
210
|
+
// authentication Basic required
|
|
211
|
+
// http basic authentication required
|
|
212
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
213
|
+
|
|
198
214
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
199
215
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
200
216
|
|
|
@@ -230,6 +246,10 @@ export const WebhookApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
230
246
|
const localVarHeaderParameter = {} as any;
|
|
231
247
|
const localVarQueryParameter = {} as any;
|
|
232
248
|
|
|
249
|
+
// authentication Basic required
|
|
250
|
+
// http basic authentication required
|
|
251
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
252
|
+
|
|
233
253
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
234
254
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
235
255
|
|
|
@@ -266,6 +286,10 @@ export const WebhookApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
266
286
|
const localVarHeaderParameter = {} as any;
|
|
267
287
|
const localVarQueryParameter = {} as any;
|
|
268
288
|
|
|
289
|
+
// authentication Basic required
|
|
290
|
+
// http basic authentication required
|
|
291
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
292
|
+
|
|
269
293
|
if (page !== undefined) {
|
|
270
294
|
localVarQueryParameter['page'] = page;
|
|
271
295
|
}
|
|
@@ -316,6 +340,10 @@ export const WebhookApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
316
340
|
const localVarHeaderParameter = {} as any;
|
|
317
341
|
const localVarQueryParameter = {} as any;
|
|
318
342
|
|
|
343
|
+
// authentication Basic required
|
|
344
|
+
// http basic authentication required
|
|
345
|
+
setBasicAuthToObject(localVarRequestOptions, configuration)
|
|
346
|
+
|
|
319
347
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
320
348
|
|
|
321
349
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
package/src/models/company.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/event.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/receive.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/send.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/status.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/update.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/web-hook.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Invoicetronic API
|
|
5
5
|
* The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.6.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.4
|
|
8
8
|
* Contact: info@invoicetronic.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|