@invoicetronic/ts-sdk 1.5.0 → 1.6.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.
Files changed (157) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/api.ts +1 -1
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +2 -2
  7. package/dist/api.d.ts +1 -1
  8. package/dist/api.js +1 -1
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +2 -2
  15. package/dist/esm/api.d.ts +1 -1
  16. package/dist/esm/api.js +1 -1
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +2 -2
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/esm/src/api/company-api.d.ts +1 -1
  26. package/dist/esm/src/api/company-api.js +2 -20
  27. package/dist/esm/src/api/export-api.d.ts +1 -1
  28. package/dist/esm/src/api/export-api.js +2 -5
  29. package/dist/esm/src/api/health-api.d.ts +1 -1
  30. package/dist/esm/src/api/health-api.js +2 -5
  31. package/dist/esm/src/api/log-api.d.ts +11 -6
  32. package/dist/esm/src/api/log-api.js +16 -15
  33. package/dist/esm/src/api/receive-api.d.ts +1 -1
  34. package/dist/esm/src/api/receive-api.js +2 -14
  35. package/dist/esm/src/api/send-api.d.ts +1 -1
  36. package/dist/esm/src/api/send-api.js +2 -38
  37. package/dist/esm/src/api/status-api.d.ts +1 -1
  38. package/dist/esm/src/api/status-api.js +2 -5
  39. package/dist/esm/src/api/update-api.d.ts +1 -1
  40. package/dist/esm/src/api/update-api.js +2 -8
  41. package/dist/esm/src/api/webhook-api.d.ts +1 -1
  42. package/dist/esm/src/api/webhook-api.js +2 -23
  43. package/dist/esm/src/models/company.d.ts +1 -1
  44. package/dist/esm/src/models/company.js +1 -1
  45. package/dist/esm/src/models/document-data.d.ts +1 -1
  46. package/dist/esm/src/models/document-data.js +1 -1
  47. package/dist/esm/src/models/event.d.ts +5 -1
  48. package/dist/esm/src/models/event.js +1 -1
  49. package/dist/esm/src/models/index.d.ts +0 -1
  50. package/dist/esm/src/models/index.js +0 -1
  51. package/dist/esm/src/models/model-error.d.ts +1 -1
  52. package/dist/esm/src/models/model-error.js +1 -1
  53. package/dist/esm/src/models/problem-details.d.ts +1 -1
  54. package/dist/esm/src/models/problem-details.js +1 -1
  55. package/dist/esm/src/models/receive.d.ts +2 -2
  56. package/dist/esm/src/models/receive.js +1 -1
  57. package/dist/esm/src/models/send-reduced.d.ts +1 -1
  58. package/dist/esm/src/models/send-reduced.js +1 -1
  59. package/dist/esm/src/models/send.d.ts +2 -2
  60. package/dist/esm/src/models/send.js +1 -1
  61. package/dist/esm/src/models/status.d.ts +1 -1
  62. package/dist/esm/src/models/status.js +1 -1
  63. package/dist/esm/src/models/update.d.ts +1 -1
  64. package/dist/esm/src/models/update.js +1 -1
  65. package/dist/esm/src/models/web-hook-history.d.ts +1 -1
  66. package/dist/esm/src/models/web-hook-history.js +1 -1
  67. package/dist/esm/src/models/web-hook.d.ts +2 -2
  68. package/dist/esm/src/models/web-hook.js +1 -1
  69. package/dist/index.d.ts +1 -1
  70. package/dist/index.js +1 -1
  71. package/dist/src/api/company-api.d.ts +1 -1
  72. package/dist/src/api/company-api.js +1 -19
  73. package/dist/src/api/export-api.d.ts +1 -1
  74. package/dist/src/api/export-api.js +1 -4
  75. package/dist/src/api/health-api.d.ts +1 -1
  76. package/dist/src/api/health-api.js +1 -4
  77. package/dist/src/api/log-api.d.ts +11 -6
  78. package/dist/src/api/log-api.js +15 -14
  79. package/dist/src/api/receive-api.d.ts +1 -1
  80. package/dist/src/api/receive-api.js +1 -13
  81. package/dist/src/api/send-api.d.ts +1 -1
  82. package/dist/src/api/send-api.js +1 -37
  83. package/dist/src/api/status-api.d.ts +1 -1
  84. package/dist/src/api/status-api.js +1 -4
  85. package/dist/src/api/update-api.d.ts +1 -1
  86. package/dist/src/api/update-api.js +1 -7
  87. package/dist/src/api/webhook-api.d.ts +1 -1
  88. package/dist/src/api/webhook-api.js +1 -22
  89. package/dist/src/models/company.d.ts +1 -1
  90. package/dist/src/models/company.js +1 -1
  91. package/dist/src/models/document-data.d.ts +1 -1
  92. package/dist/src/models/document-data.js +1 -1
  93. package/dist/src/models/event.d.ts +5 -1
  94. package/dist/src/models/event.js +1 -1
  95. package/dist/src/models/index.d.ts +0 -1
  96. package/dist/src/models/index.js +0 -1
  97. package/dist/src/models/model-error.d.ts +1 -1
  98. package/dist/src/models/model-error.js +1 -1
  99. package/dist/src/models/problem-details.d.ts +1 -1
  100. package/dist/src/models/problem-details.js +1 -1
  101. package/dist/src/models/receive.d.ts +2 -2
  102. package/dist/src/models/receive.js +1 -1
  103. package/dist/src/models/send-reduced.d.ts +1 -1
  104. package/dist/src/models/send-reduced.js +1 -1
  105. package/dist/src/models/send.d.ts +2 -2
  106. package/dist/src/models/send.js +1 -1
  107. package/dist/src/models/status.d.ts +1 -1
  108. package/dist/src/models/status.js +1 -1
  109. package/dist/src/models/update.d.ts +1 -1
  110. package/dist/src/models/update.js +1 -1
  111. package/dist/src/models/web-hook-history.d.ts +1 -1
  112. package/dist/src/models/web-hook-history.js +1 -1
  113. package/dist/src/models/web-hook.d.ts +2 -2
  114. package/dist/src/models/web-hook.js +1 -1
  115. package/docs/CompanyApi.md +6 -13
  116. package/docs/Event.md +2 -0
  117. package/docs/ExportApi.md +1 -1
  118. package/docs/HealthApi.md +1 -1
  119. package/docs/LogApi.md +6 -4
  120. package/docs/Receive.md +1 -1
  121. package/docs/ReceiveApi.md +4 -8
  122. package/docs/Send.md +1 -1
  123. package/docs/SendApi.md +12 -22
  124. package/docs/StatusApi.md +1 -1
  125. package/docs/UpdateApi.md +2 -3
  126. package/docs/WebHook.md +1 -1
  127. package/docs/WebhookApi.md +7 -14
  128. package/index.ts +1 -1
  129. package/package.json +1 -1
  130. package/src/api/company-api.ts +1 -27
  131. package/src/api/export-api.ts +1 -5
  132. package/src/api/health-api.ts +1 -5
  133. package/src/api/log-api.ts +18 -19
  134. package/src/api/receive-api.ts +1 -19
  135. package/src/api/send-api.ts +1 -51
  136. package/src/api/status-api.ts +1 -5
  137. package/src/api/update-api.ts +1 -11
  138. package/src/api/webhook-api.ts +1 -31
  139. package/src/models/company.ts +1 -1
  140. package/src/models/document-data.ts +1 -1
  141. package/src/models/event.ts +5 -1
  142. package/src/models/index.ts +0 -1
  143. package/src/models/model-error.ts +1 -1
  144. package/src/models/problem-details.ts +1 -1
  145. package/src/models/receive.ts +2 -2
  146. package/src/models/send-reduced.ts +1 -1
  147. package/src/models/send.ts +2 -2
  148. package/src/models/status.ts +1 -1
  149. package/src/models/update.ts +1 -1
  150. package/src/models/web-hook-history.ts +1 -1
  151. package/src/models/web-hook.ts +2 -2
  152. package/dist/esm/src/models/problem-http-result.d.ts +0 -17
  153. package/dist/esm/src/models/problem-http-result.js +0 -14
  154. package/dist/src/models/problem-http-result.d.ts +0 -17
  155. package/dist/src/models/problem-http-result.js +0 -15
  156. package/docs/ProblemHttpResult.md +0 -24
  157. package/src/models/problem-http-result.ts +0 -25
@@ -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
7
+ * The version of the OpenAPI document: 1.6.1
8
8
  * Contact: info@invoicetronic.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ import globalAxios from 'axios';
26
26
  import { URL } from 'url';
27
27
  // Some imports not used depending on template conditions
28
28
  // @ts-ignore
29
- import { DUMMY_BASE_URL, assertParamExists, setBasicAuthToObject, setSearchParams, toPathString, createRequestFunction } from '../../common';
29
+ import { DUMMY_BASE_URL, assertParamExists, setSearchParams, toPathString, createRequestFunction } from '../../common';
30
30
  // @ts-ignore
31
31
  import { BASE_PATH, BaseAPI, operationServerMap } from '../../base';
32
32
  /**
@@ -51,10 +51,11 @@ export const LogApiAxiosParamCreator = function (configuration) {
51
51
  * @param {boolean} [success]
52
52
  * @param {string} [dateTimeFrom] Date and time of the event
53
53
  * @param {string} [dateTimeTo] Date and time of the event
54
+ * @param {string} [userAgent]
54
55
  * @param {*} [options] Override http request option.
55
56
  * @throws {RequiredError}
56
57
  */
57
- logGet: (companyId_1, endpoint_1, method_1, apiVerion_1, statusCode_1, dateCreatedFrom_1, dateCreatedTo_1, page_1, pageSize_1, sort_1, query_1, success_1, dateTimeFrom_1, dateTimeTo_1, ...args_1) => __awaiter(this, [companyId_1, endpoint_1, method_1, apiVerion_1, statusCode_1, dateCreatedFrom_1, dateCreatedTo_1, page_1, pageSize_1, sort_1, query_1, success_1, dateTimeFrom_1, dateTimeTo_1, ...args_1], void 0, function* (companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, options = {}) {
58
+ logGet: (companyId_1, endpoint_1, method_1, apiVerion_1, statusCode_1, dateCreatedFrom_1, dateCreatedTo_1, page_1, pageSize_1, sort_1, query_1, success_1, dateTimeFrom_1, dateTimeTo_1, userAgent_1, ...args_1) => __awaiter(this, [companyId_1, endpoint_1, method_1, apiVerion_1, statusCode_1, dateCreatedFrom_1, dateCreatedTo_1, page_1, pageSize_1, sort_1, query_1, success_1, dateTimeFrom_1, dateTimeTo_1, userAgent_1, ...args_1], void 0, function* (companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, userAgent, options = {}) {
58
59
  const localVarPath = `/log`;
59
60
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
60
61
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -65,9 +66,6 @@ export const LogApiAxiosParamCreator = function (configuration) {
65
66
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
66
67
  const localVarHeaderParameter = {};
67
68
  const localVarQueryParameter = {};
68
- // authentication Basic required
69
- // http basic authentication required
70
- setBasicAuthToObject(localVarRequestOptions, configuration);
71
69
  if (companyId !== undefined) {
72
70
  localVarQueryParameter['company_id'] = companyId;
73
71
  }
@@ -118,6 +116,9 @@ export const LogApiAxiosParamCreator = function (configuration) {
118
116
  dateTimeTo.toISOString() :
119
117
  dateTimeTo;
120
118
  }
119
+ if (userAgent !== undefined) {
120
+ localVarQueryParameter['user_agent'] = userAgent;
121
+ }
121
122
  localVarHeaderParameter['Accept'] = 'application/json';
122
123
  setSearchParams(localVarUrlObj, localVarQueryParameter);
123
124
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -148,9 +149,6 @@ export const LogApiAxiosParamCreator = function (configuration) {
148
149
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
149
150
  const localVarHeaderParameter = {};
150
151
  const localVarQueryParameter = {};
151
- // authentication Basic required
152
- // http basic authentication required
153
- setBasicAuthToObject(localVarRequestOptions, configuration);
154
152
  localVarHeaderParameter['Accept'] = 'application/json';
155
153
  setSearchParams(localVarUrlObj, localVarQueryParameter);
156
154
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -185,13 +183,14 @@ export const LogApiFp = function (configuration) {
185
183
  * @param {boolean} [success]
186
184
  * @param {string} [dateTimeFrom] Date and time of the event
187
185
  * @param {string} [dateTimeTo] Date and time of the event
186
+ * @param {string} [userAgent]
188
187
  * @param {*} [options] Override http request option.
189
188
  * @throws {RequiredError}
190
189
  */
191
- logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, options) {
190
+ logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, userAgent, options) {
192
191
  return __awaiter(this, void 0, void 0, function* () {
193
192
  var _a, _b, _c;
194
- const localVarAxiosArgs = yield localVarAxiosParamCreator.logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, options);
193
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, userAgent, options);
195
194
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
196
195
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LogApi.logGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
197
196
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -238,11 +237,12 @@ export const LogApiFactory = function (configuration, basePath, axios) {
238
237
  * @param {boolean} [success]
239
238
  * @param {string} [dateTimeFrom] Date and time of the event
240
239
  * @param {string} [dateTimeTo] Date and time of the event
240
+ * @param {string} [userAgent]
241
241
  * @param {*} [options] Override http request option.
242
242
  * @throws {RequiredError}
243
243
  */
244
- logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, options) {
245
- return localVarFp.logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, options).then((request) => request(axios, basePath));
244
+ logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, userAgent, options) {
245
+ return localVarFp.logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, userAgent, options).then((request) => request(axios, basePath));
246
246
  },
247
247
  /**
248
248
  * Retrieve a log event by its internal id. **Logs** record every API request. They are preserved for 15 days. You can also view logs in the Events section of the [Dashboard](https://dashboard.invoicetronic.com).
@@ -277,11 +277,12 @@ export class LogApi extends BaseAPI {
277
277
  * @param {boolean} [success]
278
278
  * @param {string} [dateTimeFrom] Date and time of the event
279
279
  * @param {string} [dateTimeTo] Date and time of the event
280
+ * @param {string} [userAgent]
280
281
  * @param {*} [options] Override http request option.
281
282
  * @throws {RequiredError}
282
283
  */
283
- logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, options) {
284
- return LogApiFp(this.configuration).logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, options).then((request) => request(this.axios, this.basePath));
284
+ logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, userAgent, options) {
285
+ return LogApiFp(this.configuration).logGet(companyId, endpoint, method, apiVerion, statusCode, dateCreatedFrom, dateCreatedTo, page, pageSize, sort, query, success, dateTimeFrom, dateTimeTo, userAgent, options).then((request) => request(this.axios, this.basePath));
285
286
  }
286
287
  /**
287
288
  * Retrieve a log event by its internal id. **Logs** record every API request. They are preserved for 15 days. You can also view logs in the Events section of the [Dashboard](https://dashboard.invoicetronic.com).
@@ -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
5
+ * The version of the OpenAPI document: 1.6.1
6
6
  * Contact: info@invoicetronic.com
7
7
  *
8
8
  * 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
7
+ * The version of the OpenAPI document: 1.6.1
8
8
  * Contact: info@invoicetronic.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ import globalAxios from 'axios';
26
26
  import { URL } from 'url';
27
27
  // Some imports not used depending on template conditions
28
28
  // @ts-ignore
29
- import { DUMMY_BASE_URL, assertParamExists, setBasicAuthToObject, setSearchParams, toPathString, createRequestFunction } from '../../common';
29
+ import { DUMMY_BASE_URL, assertParamExists, setSearchParams, toPathString, createRequestFunction } from '../../common';
30
30
  // @ts-ignore
31
31
  import { BASE_PATH, BaseAPI, operationServerMap } from '../../base';
32
32
  /**
@@ -69,9 +69,6 @@ export const ReceiveApiAxiosParamCreator = 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
- setBasicAuthToObject(localVarRequestOptions, configuration);
75
72
  if (companyId !== undefined) {
76
73
  localVarQueryParameter['company_id'] = companyId;
77
74
  }
@@ -168,9 +165,6 @@ export const ReceiveApiAxiosParamCreator = function (configuration) {
168
165
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
169
166
  const localVarHeaderParameter = {};
170
167
  const localVarQueryParameter = {};
171
- // authentication Basic required
172
- // http basic authentication required
173
- setBasicAuthToObject(localVarRequestOptions, configuration);
174
168
  localVarHeaderParameter['Accept'] = 'application/json';
175
169
  setSearchParams(localVarUrlObj, localVarQueryParameter);
176
170
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -202,9 +196,6 @@ export const ReceiveApiAxiosParamCreator = function (configuration) {
202
196
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
203
197
  const localVarHeaderParameter = {};
204
198
  const localVarQueryParameter = {};
205
- // authentication Basic required
206
- // http basic authentication required
207
- setBasicAuthToObject(localVarRequestOptions, configuration);
208
199
  if (includePayload !== undefined) {
209
200
  localVarQueryParameter['include_payload'] = includePayload;
210
201
  }
@@ -238,9 +229,6 @@ export const ReceiveApiAxiosParamCreator = function (configuration) {
238
229
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
239
230
  const localVarHeaderParameter = {};
240
231
  const localVarQueryParameter = {};
241
- // authentication Basic required
242
- // http basic authentication required
243
- setBasicAuthToObject(localVarRequestOptions, configuration);
244
232
  localVarHeaderParameter['Accept'] = 'application/problem+json';
245
233
  setSearchParams(localVarUrlObj, localVarQueryParameter);
246
234
  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
5
+ * The version of the OpenAPI document: 1.6.1
6
6
  * Contact: info@invoicetronic.com
7
7
  *
8
8
  * 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
7
+ * The version of the OpenAPI document: 1.6.1
8
8
  * Contact: info@invoicetronic.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ import globalAxios from 'axios';
26
26
  import { URL } from 'url';
27
27
  // Some imports not used depending on template conditions
28
28
  // @ts-ignore
29
- import { DUMMY_BASE_URL, assertParamExists, setBasicAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../../common';
29
+ import { DUMMY_BASE_URL, assertParamExists, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../../common';
30
30
  // @ts-ignore
31
31
  import { BASE_PATH, BaseAPI, operationServerMap } from '../../base';
32
32
  /**
@@ -57,9 +57,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
57
57
  const localVarHeaderParameter = {};
58
58
  const localVarQueryParameter = {};
59
59
  const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
60
- // authentication Basic required
61
- // http basic authentication required
62
- setBasicAuthToObject(localVarRequestOptions, configuration);
63
60
  if (validate !== undefined) {
64
61
  localVarQueryParameter['validate'] = validate;
65
62
  }
@@ -114,9 +111,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
114
111
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
115
112
  const localVarHeaderParameter = {};
116
113
  const localVarQueryParameter = {};
117
- // authentication Basic required
118
- // http basic authentication required
119
- setBasicAuthToObject(localVarRequestOptions, configuration);
120
114
  if (companyId !== undefined) {
121
115
  localVarQueryParameter['company_id'] = companyId;
122
116
  }
@@ -211,9 +205,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
211
205
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
212
206
  const localVarHeaderParameter = {};
213
207
  const localVarQueryParameter = {};
214
- // authentication Basic required
215
- // http basic authentication required
216
- setBasicAuthToObject(localVarRequestOptions, configuration);
217
208
  if (includePayload !== undefined) {
218
209
  localVarQueryParameter['include_payload'] = includePayload;
219
210
  }
@@ -247,9 +238,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
247
238
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
248
239
  const localVarHeaderParameter = {};
249
240
  const localVarQueryParameter = {};
250
- // authentication Basic required
251
- // http basic authentication required
252
- setBasicAuthToObject(localVarRequestOptions, configuration);
253
241
  localVarHeaderParameter['Accept'] = 'application/problem+json';
254
242
  setSearchParams(localVarUrlObj, localVarQueryParameter);
255
243
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -281,9 +269,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
281
269
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
282
270
  const localVarHeaderParameter = {};
283
271
  const localVarQueryParameter = {};
284
- // authentication Basic required
285
- // http basic authentication required
286
- setBasicAuthToObject(localVarRequestOptions, configuration);
287
272
  if (includePayload !== undefined) {
288
273
  localVarQueryParameter['include_payload'] = includePayload;
289
274
  }
@@ -318,9 +303,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
318
303
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
319
304
  const localVarHeaderParameter = {};
320
305
  const localVarQueryParameter = {};
321
- // authentication Basic required
322
- // http basic authentication required
323
- setBasicAuthToObject(localVarRequestOptions, configuration);
324
306
  if (validate !== undefined) {
325
307
  localVarQueryParameter['validate'] = validate;
326
308
  }
@@ -360,9 +342,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
360
342
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
361
343
  const localVarHeaderParameter = {};
362
344
  const localVarQueryParameter = {};
363
- // authentication Basic required
364
- // http basic authentication required
365
- setBasicAuthToObject(localVarRequestOptions, configuration);
366
345
  if (validate !== undefined) {
367
346
  localVarQueryParameter['validate'] = validate;
368
347
  }
@@ -401,9 +380,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
401
380
  const localVarHeaderParameter = {};
402
381
  const localVarQueryParameter = {};
403
382
  const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
404
- // authentication Basic required
405
- // http basic authentication required
406
- setBasicAuthToObject(localVarRequestOptions, configuration);
407
383
  if (file !== undefined) {
408
384
  localVarFormParams.append('file', file);
409
385
  }
@@ -438,9 +414,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
438
414
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
439
415
  const localVarHeaderParameter = {};
440
416
  const localVarQueryParameter = {};
441
- // authentication Basic required
442
- // http basic authentication required
443
- setBasicAuthToObject(localVarRequestOptions, configuration);
444
417
  localVarHeaderParameter['Content-Type'] = 'application/json';
445
418
  localVarHeaderParameter['Accept'] = 'application/json';
446
419
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -472,9 +445,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
472
445
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
473
446
  const localVarHeaderParameter = {};
474
447
  const localVarQueryParameter = {};
475
- // authentication Basic required
476
- // http basic authentication required
477
- setBasicAuthToObject(localVarRequestOptions, configuration);
478
448
  localVarHeaderParameter['Content-Type'] = 'application/json';
479
449
  localVarHeaderParameter['Accept'] = 'application/json';
480
450
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -506,9 +476,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
506
476
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
507
477
  const localVarHeaderParameter = {};
508
478
  const localVarQueryParameter = {};
509
- // authentication Basic required
510
- // http basic authentication required
511
- setBasicAuthToObject(localVarRequestOptions, configuration);
512
479
  localVarHeaderParameter['Content-Type'] = 'application/xml';
513
480
  localVarHeaderParameter['Accept'] = 'application/json';
514
481
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -542,9 +509,6 @@ export const SendApiAxiosParamCreator = function (configuration) {
542
509
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
543
510
  const localVarHeaderParameter = {};
544
511
  const localVarQueryParameter = {};
545
- // authentication Basic required
546
- // http basic authentication required
547
- setBasicAuthToObject(localVarRequestOptions, configuration);
548
512
  if (validate !== undefined) {
549
513
  localVarQueryParameter['validate'] = validate;
550
514
  }
@@ -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
5
+ * The version of the OpenAPI document: 1.6.1
6
6
  * Contact: info@invoicetronic.com
7
7
  *
8
8
  * 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
7
+ * The version of the OpenAPI document: 1.6.1
8
8
  * Contact: info@invoicetronic.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ import globalAxios from 'axios';
26
26
  import { URL } from 'url';
27
27
  // Some imports not used depending on template conditions
28
28
  // @ts-ignore
29
- import { DUMMY_BASE_URL, setBasicAuthToObject, setSearchParams, toPathString, createRequestFunction } from '../../common';
29
+ import { DUMMY_BASE_URL, setSearchParams, toPathString, createRequestFunction } from '../../common';
30
30
  // @ts-ignore
31
31
  import { BASE_PATH, BaseAPI, operationServerMap } from '../../base';
32
32
  /**
@@ -51,9 +51,6 @@ export const StatusApiAxiosParamCreator = function (configuration) {
51
51
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
52
52
  const localVarHeaderParameter = {};
53
53
  const localVarQueryParameter = {};
54
- // authentication Basic required
55
- // http basic authentication required
56
- setBasicAuthToObject(localVarRequestOptions, configuration);
57
54
  localVarHeaderParameter['Accept'] = 'application/json';
58
55
  setSearchParams(localVarUrlObj, localVarQueryParameter);
59
56
  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
5
+ * The version of the OpenAPI document: 1.6.1
6
6
  * Contact: info@invoicetronic.com
7
7
  *
8
8
  * 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
7
+ * The version of the OpenAPI document: 1.6.1
8
8
  * Contact: info@invoicetronic.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ import globalAxios from 'axios';
26
26
  import { URL } from 'url';
27
27
  // Some imports not used depending on template conditions
28
28
  // @ts-ignore
29
- import { DUMMY_BASE_URL, assertParamExists, setBasicAuthToObject, setSearchParams, toPathString, createRequestFunction } from '../../common';
29
+ import { DUMMY_BASE_URL, assertParamExists, setSearchParams, toPathString, createRequestFunction } from '../../common';
30
30
  // @ts-ignore
31
31
  import { BASE_PATH, BaseAPI, operationServerMap } from '../../base';
32
32
  /**
@@ -64,9 +64,6 @@ export const UpdateApiAxiosParamCreator = function (configuration) {
64
64
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
65
65
  const localVarHeaderParameter = {};
66
66
  const localVarQueryParameter = {};
67
- // authentication Basic required
68
- // http basic authentication required
69
- setBasicAuthToObject(localVarRequestOptions, configuration);
70
67
  if (companyId !== undefined) {
71
68
  localVarQueryParameter['company_id'] = companyId;
72
69
  }
@@ -144,9 +141,6 @@ export const UpdateApiAxiosParamCreator = function (configuration) {
144
141
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
145
142
  const localVarHeaderParameter = {};
146
143
  const localVarQueryParameter = {};
147
- // authentication Basic required
148
- // http basic authentication required
149
- setBasicAuthToObject(localVarRequestOptions, configuration);
150
144
  localVarHeaderParameter['Accept'] = 'application/json';
151
145
  setSearchParams(localVarUrlObj, localVarQueryParameter);
152
146
  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
5
+ * The version of the OpenAPI document: 1.6.1
6
6
  * Contact: info@invoicetronic.com
7
7
  *
8
8
  * 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
7
+ * The version of the OpenAPI document: 1.6.1
8
8
  * Contact: info@invoicetronic.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ import globalAxios from 'axios';
26
26
  import { URL } from 'url';
27
27
  // Some imports not used depending on template conditions
28
28
  // @ts-ignore
29
- import { DUMMY_BASE_URL, assertParamExists, setBasicAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../../common';
29
+ import { DUMMY_BASE_URL, assertParamExists, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../../common';
30
30
  // @ts-ignore
31
31
  import { BASE_PATH, BaseAPI, operationServerMap } from '../../base';
32
32
  /**
@@ -59,9 +59,6 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
59
59
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
60
60
  const localVarHeaderParameter = {};
61
61
  const localVarQueryParameter = {};
62
- // authentication Basic required
63
- // http basic authentication required
64
- setBasicAuthToObject(localVarRequestOptions, configuration);
65
62
  if (companyId !== undefined) {
66
63
  localVarQueryParameter['company_id'] = companyId;
67
64
  }
@@ -116,9 +113,6 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
116
113
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
117
114
  const localVarHeaderParameter = {};
118
115
  const localVarQueryParameter = {};
119
- // authentication Basic required
120
- // http basic authentication required
121
- setBasicAuthToObject(localVarRequestOptions, configuration);
122
116
  localVarHeaderParameter['Accept'] = 'application/json';
123
117
  setSearchParams(localVarUrlObj, localVarQueryParameter);
124
118
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -149,9 +143,6 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
149
143
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
150
144
  const localVarHeaderParameter = {};
151
145
  const localVarQueryParameter = {};
152
- // authentication Basic required
153
- // http basic authentication required
154
- setBasicAuthToObject(localVarRequestOptions, configuration);
155
146
  localVarHeaderParameter['Accept'] = 'application/json';
156
147
  setSearchParams(localVarUrlObj, localVarQueryParameter);
157
148
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -181,9 +172,6 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
181
172
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
182
173
  const localVarHeaderParameter = {};
183
174
  const localVarQueryParameter = {};
184
- // authentication Basic required
185
- // http basic authentication required
186
- setBasicAuthToObject(localVarRequestOptions, configuration);
187
175
  localVarHeaderParameter['Content-Type'] = 'application/json';
188
176
  localVarHeaderParameter['Accept'] = 'application/json';
189
177
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -215,9 +203,6 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
215
203
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
216
204
  const localVarHeaderParameter = {};
217
205
  const localVarQueryParameter = {};
218
- // authentication Basic required
219
- // http basic authentication required
220
- setBasicAuthToObject(localVarRequestOptions, configuration);
221
206
  localVarHeaderParameter['Content-Type'] = 'application/json';
222
207
  localVarHeaderParameter['Accept'] = 'application/json';
223
208
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -250,9 +235,6 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
250
235
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
251
236
  const localVarHeaderParameter = {};
252
237
  const localVarQueryParameter = {};
253
- // authentication Basic required
254
- // http basic authentication required
255
- setBasicAuthToObject(localVarRequestOptions, configuration);
256
238
  if (page !== undefined) {
257
239
  localVarQueryParameter['page'] = page;
258
240
  }
@@ -295,9 +277,6 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
295
277
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
296
278
  const localVarHeaderParameter = {};
297
279
  const localVarQueryParameter = {};
298
- // authentication Basic required
299
- // http basic authentication required
300
- setBasicAuthToObject(localVarRequestOptions, configuration);
301
280
  localVarHeaderParameter['Accept'] = 'application/json';
302
281
  setSearchParams(localVarUrlObj, localVarQueryParameter);
303
282
  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
5
+ * The version of the OpenAPI document: 1.6.1
6
6
  * Contact: info@invoicetronic.com
7
7
  *
8
8
  * 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
7
+ * The version of the OpenAPI document: 1.6.1
8
8
  * Contact: info@invoicetronic.com
9
9
  *
10
10
  * 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
5
+ * The version of the OpenAPI document: 1.6.1
6
6
  * Contact: info@invoicetronic.com
7
7
  *
8
8
  * 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
7
+ * The version of the OpenAPI document: 1.6.1
8
8
  * Contact: info@invoicetronic.com
9
9
  *
10
10
  * 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
5
+ * The version of the OpenAPI document: 1.6.1
6
6
  * Contact: info@invoicetronic.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -65,6 +65,10 @@ export interface Event {
65
65
  * ID of the resource created or modified by this request.
66
66
  */
67
67
  'resource_id'?: number | null;
68
+ /**
69
+ * User-Agent header from the HTTP request.
70
+ */
71
+ 'user_agent'?: string | null;
68
72
  /**
69
73
  * Whether the request was successful.
70
74
  */
@@ -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
7
+ * The version of the OpenAPI document: 1.6.1
8
8
  * Contact: info@invoicetronic.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,7 +3,6 @@ export * from './document-data';
3
3
  export * from './event';
4
4
  export * from './model-error';
5
5
  export * from './problem-details';
6
- export * from './problem-http-result';
7
6
  export * from './receive';
8
7
  export * from './send';
9
8
  export * from './send-reduced';
@@ -3,7 +3,6 @@ export * from './document-data';
3
3
  export * from './event';
4
4
  export * from './model-error';
5
5
  export * from './problem-details';
6
- export * from './problem-http-result';
7
6
  export * from './receive';
8
7
  export * from './send';
9
8
  export * from './send-reduced';
@@ -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
5
+ * The version of the OpenAPI document: 1.6.1
6
6
  * Contact: info@invoicetronic.com
7
7
  *
8
8
  * 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
7
+ * The version of the OpenAPI document: 1.6.1
8
8
  * Contact: info@invoicetronic.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).