@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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -58,6 +58,9 @@ const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
58
58
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
59
59
|
const localVarHeaderParameter = {};
|
|
60
60
|
const localVarQueryParameter = {};
|
|
61
|
+
// authentication Basic required
|
|
62
|
+
// http basic authentication required
|
|
63
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
61
64
|
if (page !== undefined) {
|
|
62
65
|
localVarQueryParameter['page'] = page;
|
|
63
66
|
}
|
|
@@ -101,6 +104,9 @@ const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
101
104
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
102
105
|
const localVarHeaderParameter = {};
|
|
103
106
|
const localVarQueryParameter = {};
|
|
107
|
+
// authentication Basic required
|
|
108
|
+
// http basic authentication required
|
|
109
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
104
110
|
if (force !== undefined) {
|
|
105
111
|
localVarQueryParameter['force'] = force;
|
|
106
112
|
}
|
|
@@ -134,6 +140,9 @@ const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
134
140
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
135
141
|
const localVarHeaderParameter = {};
|
|
136
142
|
const localVarQueryParameter = {};
|
|
143
|
+
// authentication Basic required
|
|
144
|
+
// http basic authentication required
|
|
145
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
137
146
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
138
147
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
139
148
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -163,6 +172,9 @@ const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
163
172
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
164
173
|
const localVarHeaderParameter = {};
|
|
165
174
|
const localVarQueryParameter = {};
|
|
175
|
+
// authentication Basic required
|
|
176
|
+
// http basic authentication required
|
|
177
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
166
178
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
167
179
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
168
180
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -194,6 +206,9 @@ const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
194
206
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
195
207
|
const localVarHeaderParameter = {};
|
|
196
208
|
const localVarQueryParameter = {};
|
|
209
|
+
// authentication Basic required
|
|
210
|
+
// http basic authentication required
|
|
211
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
197
212
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
198
213
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
199
214
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -226,6 +241,9 @@ const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
226
241
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
227
242
|
const localVarHeaderParameter = {};
|
|
228
243
|
const localVarQueryParameter = {};
|
|
244
|
+
// authentication Basic required
|
|
245
|
+
// http basic authentication required
|
|
246
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
229
247
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
230
248
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
231
249
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -61,6 +61,9 @@ const ExportApiAxiosParamCreator = function (configuration) {
|
|
|
61
61
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
62
62
|
const localVarHeaderParameter = {};
|
|
63
63
|
const localVarQueryParameter = {};
|
|
64
|
+
// authentication Basic required
|
|
65
|
+
// http basic authentication required
|
|
66
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
64
67
|
if (type !== undefined) {
|
|
65
68
|
localVarQueryParameter['type'] = type;
|
|
66
69
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -54,6 +54,9 @@ const HealthApiAxiosParamCreator = function (configuration) {
|
|
|
54
54
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
55
55
|
const localVarHeaderParameter = {};
|
|
56
56
|
const localVarQueryParameter = {};
|
|
57
|
+
// authentication Basic required
|
|
58
|
+
// http basic authentication required
|
|
59
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
57
60
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
58
61
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
59
62
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/src/api/log-api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -69,6 +69,9 @@ const LogApiAxiosParamCreator = function (configuration) {
|
|
|
69
69
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
70
70
|
const localVarHeaderParameter = {};
|
|
71
71
|
const localVarQueryParameter = {};
|
|
72
|
+
// authentication Basic required
|
|
73
|
+
// http basic authentication required
|
|
74
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
72
75
|
if (companyId !== undefined) {
|
|
73
76
|
localVarQueryParameter['company_id'] = companyId;
|
|
74
77
|
}
|
|
@@ -152,6 +155,9 @@ const LogApiAxiosParamCreator = function (configuration) {
|
|
|
152
155
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
153
156
|
const localVarHeaderParameter = {};
|
|
154
157
|
const localVarQueryParameter = {};
|
|
158
|
+
// authentication Basic required
|
|
159
|
+
// http basic authentication required
|
|
160
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
155
161
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
156
162
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
157
163
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -72,6 +72,9 @@ const ReceiveApiAxiosParamCreator = function (configuration) {
|
|
|
72
72
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
73
73
|
const localVarHeaderParameter = {};
|
|
74
74
|
const localVarQueryParameter = {};
|
|
75
|
+
// authentication Basic required
|
|
76
|
+
// http basic authentication required
|
|
77
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
75
78
|
if (companyId !== undefined) {
|
|
76
79
|
localVarQueryParameter['company_id'] = companyId;
|
|
77
80
|
}
|
|
@@ -168,6 +171,9 @@ const ReceiveApiAxiosParamCreator = function (configuration) {
|
|
|
168
171
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
169
172
|
const localVarHeaderParameter = {};
|
|
170
173
|
const localVarQueryParameter = {};
|
|
174
|
+
// authentication Basic required
|
|
175
|
+
// http basic authentication required
|
|
176
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
171
177
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
172
178
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
173
179
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -199,6 +205,9 @@ const ReceiveApiAxiosParamCreator = function (configuration) {
|
|
|
199
205
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
200
206
|
const localVarHeaderParameter = {};
|
|
201
207
|
const localVarQueryParameter = {};
|
|
208
|
+
// authentication Basic required
|
|
209
|
+
// http basic authentication required
|
|
210
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
202
211
|
if (includePayload !== undefined) {
|
|
203
212
|
localVarQueryParameter['include_payload'] = includePayload;
|
|
204
213
|
}
|
|
@@ -232,6 +241,9 @@ const ReceiveApiAxiosParamCreator = function (configuration) {
|
|
|
232
241
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
233
242
|
const localVarHeaderParameter = {};
|
|
234
243
|
const localVarQueryParameter = {};
|
|
244
|
+
// authentication Basic required
|
|
245
|
+
// http basic authentication required
|
|
246
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
235
247
|
localVarHeaderParameter['Accept'] = 'application/problem+json';
|
|
236
248
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
237
249
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/src/api/send-api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -60,6 +60,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
60
60
|
const localVarHeaderParameter = {};
|
|
61
61
|
const localVarQueryParameter = {};
|
|
62
62
|
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
63
|
+
// authentication Basic required
|
|
64
|
+
// http basic authentication required
|
|
65
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
63
66
|
if (validate !== undefined) {
|
|
64
67
|
localVarQueryParameter['validate'] = validate;
|
|
65
68
|
}
|
|
@@ -114,6 +117,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
114
117
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
115
118
|
const localVarHeaderParameter = {};
|
|
116
119
|
const localVarQueryParameter = {};
|
|
120
|
+
// authentication Basic required
|
|
121
|
+
// http basic authentication required
|
|
122
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
117
123
|
if (companyId !== undefined) {
|
|
118
124
|
localVarQueryParameter['company_id'] = companyId;
|
|
119
125
|
}
|
|
@@ -208,6 +214,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
208
214
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
209
215
|
const localVarHeaderParameter = {};
|
|
210
216
|
const localVarQueryParameter = {};
|
|
217
|
+
// authentication Basic required
|
|
218
|
+
// http basic authentication required
|
|
219
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
211
220
|
if (includePayload !== undefined) {
|
|
212
221
|
localVarQueryParameter['include_payload'] = includePayload;
|
|
213
222
|
}
|
|
@@ -241,6 +250,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
241
250
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
242
251
|
const localVarHeaderParameter = {};
|
|
243
252
|
const localVarQueryParameter = {};
|
|
253
|
+
// authentication Basic required
|
|
254
|
+
// http basic authentication required
|
|
255
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
244
256
|
localVarHeaderParameter['Accept'] = 'application/problem+json';
|
|
245
257
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
246
258
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -272,6 +284,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
272
284
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
273
285
|
const localVarHeaderParameter = {};
|
|
274
286
|
const localVarQueryParameter = {};
|
|
287
|
+
// authentication Basic required
|
|
288
|
+
// http basic authentication required
|
|
289
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
275
290
|
if (includePayload !== undefined) {
|
|
276
291
|
localVarQueryParameter['include_payload'] = includePayload;
|
|
277
292
|
}
|
|
@@ -306,6 +321,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
306
321
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
307
322
|
const localVarHeaderParameter = {};
|
|
308
323
|
const localVarQueryParameter = {};
|
|
324
|
+
// authentication Basic required
|
|
325
|
+
// http basic authentication required
|
|
326
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
309
327
|
if (validate !== undefined) {
|
|
310
328
|
localVarQueryParameter['validate'] = validate;
|
|
311
329
|
}
|
|
@@ -345,6 +363,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
345
363
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
346
364
|
const localVarHeaderParameter = {};
|
|
347
365
|
const localVarQueryParameter = {};
|
|
366
|
+
// authentication Basic required
|
|
367
|
+
// http basic authentication required
|
|
368
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
348
369
|
if (validate !== undefined) {
|
|
349
370
|
localVarQueryParameter['validate'] = validate;
|
|
350
371
|
}
|
|
@@ -383,6 +404,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
383
404
|
const localVarHeaderParameter = {};
|
|
384
405
|
const localVarQueryParameter = {};
|
|
385
406
|
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
407
|
+
// authentication Basic required
|
|
408
|
+
// http basic authentication required
|
|
409
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
386
410
|
if (file !== undefined) {
|
|
387
411
|
localVarFormParams.append('file', file);
|
|
388
412
|
}
|
|
@@ -417,6 +441,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
417
441
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
418
442
|
const localVarHeaderParameter = {};
|
|
419
443
|
const localVarQueryParameter = {};
|
|
444
|
+
// authentication Basic required
|
|
445
|
+
// http basic authentication required
|
|
446
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
420
447
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
421
448
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
422
449
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -448,6 +475,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
448
475
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
449
476
|
const localVarHeaderParameter = {};
|
|
450
477
|
const localVarQueryParameter = {};
|
|
478
|
+
// authentication Basic required
|
|
479
|
+
// http basic authentication required
|
|
480
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
451
481
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
452
482
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
453
483
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -479,6 +509,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
479
509
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
480
510
|
const localVarHeaderParameter = {};
|
|
481
511
|
const localVarQueryParameter = {};
|
|
512
|
+
// authentication Basic required
|
|
513
|
+
// http basic authentication required
|
|
514
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
482
515
|
localVarHeaderParameter['Content-Type'] = 'application/xml';
|
|
483
516
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
484
517
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -512,6 +545,9 @@ const SendApiAxiosParamCreator = function (configuration) {
|
|
|
512
545
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
513
546
|
const localVarHeaderParameter = {};
|
|
514
547
|
const localVarQueryParameter = {};
|
|
548
|
+
// authentication Basic required
|
|
549
|
+
// http basic authentication required
|
|
550
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
515
551
|
if (validate !== undefined) {
|
|
516
552
|
localVarQueryParameter['validate'] = validate;
|
|
517
553
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -54,6 +54,9 @@ const StatusApiAxiosParamCreator = function (configuration) {
|
|
|
54
54
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
55
55
|
const localVarHeaderParameter = {};
|
|
56
56
|
const localVarQueryParameter = {};
|
|
57
|
+
// authentication Basic required
|
|
58
|
+
// http basic authentication required
|
|
59
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
57
60
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
58
61
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
59
62
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -67,6 +67,9 @@ const UpdateApiAxiosParamCreator = function (configuration) {
|
|
|
67
67
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
68
68
|
const localVarHeaderParameter = {};
|
|
69
69
|
const localVarQueryParameter = {};
|
|
70
|
+
// authentication Basic required
|
|
71
|
+
// http basic authentication required
|
|
72
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
70
73
|
if (companyId !== undefined) {
|
|
71
74
|
localVarQueryParameter['company_id'] = companyId;
|
|
72
75
|
}
|
|
@@ -144,6 +147,9 @@ const UpdateApiAxiosParamCreator = function (configuration) {
|
|
|
144
147
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
145
148
|
const localVarHeaderParameter = {};
|
|
146
149
|
const localVarQueryParameter = {};
|
|
150
|
+
// authentication Basic required
|
|
151
|
+
// http basic authentication required
|
|
152
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
147
153
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
148
154
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
149
155
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -62,6 +62,9 @@ const WebhookApiAxiosParamCreator = function (configuration) {
|
|
|
62
62
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
63
63
|
const localVarHeaderParameter = {};
|
|
64
64
|
const localVarQueryParameter = {};
|
|
65
|
+
// authentication Basic required
|
|
66
|
+
// http basic authentication required
|
|
67
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
65
68
|
if (companyId !== undefined) {
|
|
66
69
|
localVarQueryParameter['company_id'] = companyId;
|
|
67
70
|
}
|
|
@@ -116,6 +119,9 @@ const WebhookApiAxiosParamCreator = function (configuration) {
|
|
|
116
119
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
117
120
|
const localVarHeaderParameter = {};
|
|
118
121
|
const localVarQueryParameter = {};
|
|
122
|
+
// authentication Basic required
|
|
123
|
+
// http basic authentication required
|
|
124
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
119
125
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
120
126
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
121
127
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -146,6 +152,9 @@ const WebhookApiAxiosParamCreator = function (configuration) {
|
|
|
146
152
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
147
153
|
const localVarHeaderParameter = {};
|
|
148
154
|
const localVarQueryParameter = {};
|
|
155
|
+
// authentication Basic required
|
|
156
|
+
// http basic authentication required
|
|
157
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
149
158
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
150
159
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
151
160
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -175,6 +184,9 @@ const WebhookApiAxiosParamCreator = function (configuration) {
|
|
|
175
184
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
176
185
|
const localVarHeaderParameter = {};
|
|
177
186
|
const localVarQueryParameter = {};
|
|
187
|
+
// authentication Basic required
|
|
188
|
+
// http basic authentication required
|
|
189
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
178
190
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
179
191
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
180
192
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -206,6 +218,9 @@ const WebhookApiAxiosParamCreator = function (configuration) {
|
|
|
206
218
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
207
219
|
const localVarHeaderParameter = {};
|
|
208
220
|
const localVarQueryParameter = {};
|
|
221
|
+
// authentication Basic required
|
|
222
|
+
// http basic authentication required
|
|
223
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
209
224
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
210
225
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
211
226
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -238,6 +253,9 @@ const WebhookApiAxiosParamCreator = function (configuration) {
|
|
|
238
253
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
239
254
|
const localVarHeaderParameter = {};
|
|
240
255
|
const localVarQueryParameter = {};
|
|
256
|
+
// authentication Basic required
|
|
257
|
+
// http basic authentication required
|
|
258
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
241
259
|
if (page !== undefined) {
|
|
242
260
|
localVarQueryParameter['page'] = page;
|
|
243
261
|
}
|
|
@@ -280,6 +298,9 @@ const WebhookApiAxiosParamCreator = function (configuration) {
|
|
|
280
298
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
281
299
|
const localVarHeaderParameter = {};
|
|
282
300
|
const localVarQueryParameter = {};
|
|
301
|
+
// authentication Basic required
|
|
302
|
+
// http basic authentication required
|
|
303
|
+
(0, common_1.setBasicAuthToObject)(localVarRequestOptions, configuration);
|
|
283
304
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
284
305
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
285
306
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/src/models/event.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Invoicetronic API
|
|
6
6
|
* 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/
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.6.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.4
|
|
9
9
|
* Contact: info@invoicetronic.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Invoicetronic API
|
|
3
3
|
* 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/
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.6.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.4
|
|
6
6
|
* Contact: info@invoicetronic.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|