@invoicetronic/ts-sdk 1.0.1 → 1.1.1

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 (238) hide show
  1. package/.github/workflows/release.yml +8 -4
  2. package/CHANGELOG.md +1 -1
  3. package/README.md +2 -2
  4. package/base.ts +0 -24
  5. package/common.ts +1 -38
  6. package/configuration.ts +25 -19
  7. package/dist/base.d.ts +0 -24
  8. package/dist/base.js +0 -19
  9. package/dist/common.d.ts +0 -37
  10. package/dist/common.js +0 -37
  11. package/dist/configuration.d.ts +24 -17
  12. package/dist/configuration.js +2 -2
  13. package/dist/esm/base.d.ts +0 -24
  14. package/dist/esm/base.js +0 -19
  15. package/dist/esm/common.d.ts +0 -37
  16. package/dist/esm/common.js +0 -37
  17. package/dist/esm/configuration.d.ts +24 -17
  18. package/dist/esm/configuration.js +2 -2
  19. package/dist/esm/src/api/company-api.d.ts +0 -18
  20. package/dist/esm/src/api/company-api.js +5 -11
  21. package/dist/esm/src/api/log-api.d.ts +0 -12
  22. package/dist/esm/src/api/log-api.js +2 -8
  23. package/dist/esm/src/api/receive-api.d.ts +0 -14
  24. package/dist/esm/src/api/receive-api.js +3 -9
  25. package/dist/esm/src/api/send-api.d.ts +0 -42
  26. package/dist/esm/src/api/send-api.js +11 -29
  27. package/dist/esm/src/api/status-api.d.ts +0 -10
  28. package/dist/esm/src/api/status-api.js +1 -7
  29. package/dist/esm/src/api/update-api.d.ts +0 -15
  30. package/dist/esm/src/api/update-api.js +2 -11
  31. package/dist/esm/src/api/webhook-api.d.ts +0 -22
  32. package/dist/esm/src/api/webhook-api.js +7 -13
  33. package/dist/esm/src/models/allegati.d.ts +0 -30
  34. package/dist/esm/src/models/altri-dati-gestionali.d.ts +0 -25
  35. package/dist/esm/src/models/anagrafica.d.ts +0 -30
  36. package/dist/esm/src/models/cedente-prestatore.d.ts +0 -35
  37. package/dist/esm/src/models/cessionario-committente.d.ts +0 -25
  38. package/dist/esm/src/models/codice-articolo.d.ts +0 -15
  39. package/dist/esm/src/models/company.d.ts +0 -16
  40. package/dist/esm/src/models/contatti-trasmittente.d.ts +0 -15
  41. package/dist/esm/src/models/contatti.d.ts +0 -20
  42. package/dist/esm/src/models/dati-anagrafici-cedente-prestatore.d.ts +0 -45
  43. package/dist/esm/src/models/dati-anagrafici-cessionario-committente.d.ts +0 -20
  44. package/dist/esm/src/models/dati-anagrafici-vettore.d.ts +0 -25
  45. package/dist/esm/src/models/dati-anagrafici.d.ts +0 -20
  46. package/dist/esm/src/models/dati-beni-servizi.d.ts +0 -15
  47. package/dist/esm/src/models/dati-bollo.d.ts +0 -15
  48. package/dist/esm/src/models/dati-cassa-previdenziale.d.ts +0 -45
  49. package/dist/esm/src/models/dati-contratto.d.ts +0 -40
  50. package/dist/esm/src/models/dati-convenzione.d.ts +0 -40
  51. package/dist/esm/src/models/dati-ddt.d.ts +0 -20
  52. package/dist/esm/src/models/dati-fatture-collegate.d.ts +0 -40
  53. package/dist/esm/src/models/dati-generali-documento.d.ts +0 -65
  54. package/dist/esm/src/models/dati-generali.d.ts +0 -55
  55. package/dist/esm/src/models/dati-ordine-acquisto.d.ts +0 -40
  56. package/dist/esm/src/models/dati-pagamento.d.ts +0 -15
  57. package/dist/esm/src/models/dati-ricezione.d.ts +0 -40
  58. package/dist/esm/src/models/dati-riepilogo.d.ts +0 -45
  59. package/dist/esm/src/models/dati-ritenuta.d.ts +0 -25
  60. package/dist/esm/src/models/dati-sal.d.ts +0 -10
  61. package/dist/esm/src/models/dati-trasmissione.d.ts +0 -35
  62. package/dist/esm/src/models/dati-trasporto.d.ts +0 -70
  63. package/dist/esm/src/models/dati-veicoli.d.ts +0 -15
  64. package/dist/esm/src/models/dettaglio-linee.d.ts +0 -85
  65. package/dist/esm/src/models/dettaglio-pagamento.d.ts +0 -110
  66. package/dist/esm/src/models/document-data.d.ts +0 -15
  67. package/dist/esm/src/models/event.d.ts +10 -41
  68. package/dist/esm/src/models/fattura-elettronica-body.d.ts +0 -30
  69. package/dist/esm/src/models/fattura-elettronica-header.d.ts +0 -35
  70. package/dist/esm/src/models/fattura-ordinaria.d.ts +0 -20
  71. package/dist/esm/src/models/fattura-principale.d.ts +0 -15
  72. package/dist/esm/src/models/id-fiscale-iva.d.ts +0 -15
  73. package/dist/esm/src/models/id-trasmittente.d.ts +0 -15
  74. package/dist/esm/src/models/indirizzo-resa.d.ts +0 -35
  75. package/dist/esm/src/models/iscrizione-rea.d.ts +0 -30
  76. package/dist/esm/src/models/model-error.d.ts +0 -8
  77. package/dist/esm/src/models/problem-details.d.ts +0 -30
  78. package/dist/esm/src/models/problem-http-result.d.ts +0 -20
  79. package/dist/esm/src/models/rappresentante-fiscale-cessionario-committente.d.ts +0 -25
  80. package/dist/esm/src/models/rappresentante-fiscale.d.ts +0 -10
  81. package/dist/esm/src/models/receive.d.ts +1 -40
  82. package/dist/esm/src/models/sconto-maggiorazione.d.ts +0 -20
  83. package/dist/esm/src/models/sede-cedente-prestatore.d.ts +0 -35
  84. package/dist/esm/src/models/sede-cessionario-committente.d.ts +0 -35
  85. package/dist/esm/src/models/send-reduced.d.ts +0 -12
  86. package/dist/esm/src/models/send.d.ts +1 -43
  87. package/dist/esm/src/models/stabile-organizzazione.d.ts +0 -35
  88. package/dist/esm/src/models/status.d.ts +0 -9
  89. package/dist/esm/src/models/terzo-intermediario-osoggetto-emittente.d.ts +0 -10
  90. package/dist/esm/src/models/update.d.ts +0 -34
  91. package/dist/esm/src/models/web-hook-history.d.ts +0 -20
  92. package/dist/esm/src/models/web-hook.d.ts +1 -26
  93. package/dist/src/api/company-api.d.ts +0 -18
  94. package/dist/src/api/company-api.js +5 -11
  95. package/dist/src/api/log-api.d.ts +0 -12
  96. package/dist/src/api/log-api.js +2 -8
  97. package/dist/src/api/receive-api.d.ts +0 -14
  98. package/dist/src/api/receive-api.js +3 -9
  99. package/dist/src/api/send-api.d.ts +0 -42
  100. package/dist/src/api/send-api.js +11 -29
  101. package/dist/src/api/status-api.d.ts +0 -10
  102. package/dist/src/api/status-api.js +1 -7
  103. package/dist/src/api/update-api.d.ts +0 -15
  104. package/dist/src/api/update-api.js +2 -11
  105. package/dist/src/api/webhook-api.d.ts +0 -22
  106. package/dist/src/api/webhook-api.js +7 -13
  107. package/dist/src/models/allegati.d.ts +0 -30
  108. package/dist/src/models/altri-dati-gestionali.d.ts +0 -25
  109. package/dist/src/models/anagrafica.d.ts +0 -30
  110. package/dist/src/models/cedente-prestatore.d.ts +0 -35
  111. package/dist/src/models/cessionario-committente.d.ts +0 -25
  112. package/dist/src/models/codice-articolo.d.ts +0 -15
  113. package/dist/src/models/company.d.ts +0 -16
  114. package/dist/src/models/contatti-trasmittente.d.ts +0 -15
  115. package/dist/src/models/contatti.d.ts +0 -20
  116. package/dist/src/models/dati-anagrafici-cedente-prestatore.d.ts +0 -45
  117. package/dist/src/models/dati-anagrafici-cessionario-committente.d.ts +0 -20
  118. package/dist/src/models/dati-anagrafici-vettore.d.ts +0 -25
  119. package/dist/src/models/dati-anagrafici.d.ts +0 -20
  120. package/dist/src/models/dati-beni-servizi.d.ts +0 -15
  121. package/dist/src/models/dati-bollo.d.ts +0 -15
  122. package/dist/src/models/dati-cassa-previdenziale.d.ts +0 -45
  123. package/dist/src/models/dati-contratto.d.ts +0 -40
  124. package/dist/src/models/dati-convenzione.d.ts +0 -40
  125. package/dist/src/models/dati-ddt.d.ts +0 -20
  126. package/dist/src/models/dati-fatture-collegate.d.ts +0 -40
  127. package/dist/src/models/dati-generali-documento.d.ts +0 -65
  128. package/dist/src/models/dati-generali.d.ts +0 -55
  129. package/dist/src/models/dati-ordine-acquisto.d.ts +0 -40
  130. package/dist/src/models/dati-pagamento.d.ts +0 -15
  131. package/dist/src/models/dati-ricezione.d.ts +0 -40
  132. package/dist/src/models/dati-riepilogo.d.ts +0 -45
  133. package/dist/src/models/dati-ritenuta.d.ts +0 -25
  134. package/dist/src/models/dati-sal.d.ts +0 -10
  135. package/dist/src/models/dati-trasmissione.d.ts +0 -35
  136. package/dist/src/models/dati-trasporto.d.ts +0 -70
  137. package/dist/src/models/dati-veicoli.d.ts +0 -15
  138. package/dist/src/models/dettaglio-linee.d.ts +0 -85
  139. package/dist/src/models/dettaglio-pagamento.d.ts +0 -110
  140. package/dist/src/models/document-data.d.ts +0 -15
  141. package/dist/src/models/event.d.ts +10 -41
  142. package/dist/src/models/fattura-elettronica-body.d.ts +0 -30
  143. package/dist/src/models/fattura-elettronica-header.d.ts +0 -35
  144. package/dist/src/models/fattura-ordinaria.d.ts +0 -20
  145. package/dist/src/models/fattura-principale.d.ts +0 -15
  146. package/dist/src/models/id-fiscale-iva.d.ts +0 -15
  147. package/dist/src/models/id-trasmittente.d.ts +0 -15
  148. package/dist/src/models/indirizzo-resa.d.ts +0 -35
  149. package/dist/src/models/iscrizione-rea.d.ts +0 -30
  150. package/dist/src/models/model-error.d.ts +0 -8
  151. package/dist/src/models/problem-details.d.ts +0 -30
  152. package/dist/src/models/problem-http-result.d.ts +0 -20
  153. package/dist/src/models/rappresentante-fiscale-cessionario-committente.d.ts +0 -25
  154. package/dist/src/models/rappresentante-fiscale.d.ts +0 -10
  155. package/dist/src/models/receive.d.ts +1 -40
  156. package/dist/src/models/sconto-maggiorazione.d.ts +0 -20
  157. package/dist/src/models/sede-cedente-prestatore.d.ts +0 -35
  158. package/dist/src/models/sede-cessionario-committente.d.ts +0 -35
  159. package/dist/src/models/send-reduced.d.ts +0 -12
  160. package/dist/src/models/send.d.ts +1 -43
  161. package/dist/src/models/stabile-organizzazione.d.ts +0 -35
  162. package/dist/src/models/status.d.ts +0 -9
  163. package/dist/src/models/terzo-intermediario-osoggetto-emittente.d.ts +0 -10
  164. package/dist/src/models/update.d.ts +0 -34
  165. package/dist/src/models/web-hook-history.d.ts +0 -20
  166. package/dist/src/models/web-hook.d.ts +1 -26
  167. package/docs/Event.md +6 -4
  168. package/docs/Receive.md +1 -1
  169. package/docs/Send.md +1 -1
  170. package/docs/WebHook.md +1 -1
  171. package/package.json +1 -1
  172. package/src/api/company-api.ts +5 -25
  173. package/src/api/log-api.ts +2 -14
  174. package/src/api/receive-api.ts +3 -17
  175. package/src/api/send-api.ts +13 -63
  176. package/src/api/status-api.ts +1 -11
  177. package/src/api/update-api.ts +2 -17
  178. package/src/api/webhook-api.ts +7 -31
  179. package/src/models/allegati.ts +0 -30
  180. package/src/models/altri-dati-gestionali.ts +0 -25
  181. package/src/models/anagrafica.ts +0 -30
  182. package/src/models/cedente-prestatore.ts +0 -35
  183. package/src/models/cessionario-committente.ts +0 -25
  184. package/src/models/codice-articolo.ts +0 -15
  185. package/src/models/company.ts +0 -16
  186. package/src/models/contatti-trasmittente.ts +0 -15
  187. package/src/models/contatti.ts +0 -20
  188. package/src/models/dati-anagrafici-cedente-prestatore.ts +0 -45
  189. package/src/models/dati-anagrafici-cessionario-committente.ts +0 -20
  190. package/src/models/dati-anagrafici-vettore.ts +0 -25
  191. package/src/models/dati-anagrafici.ts +0 -20
  192. package/src/models/dati-beni-servizi.ts +0 -15
  193. package/src/models/dati-bollo.ts +0 -15
  194. package/src/models/dati-cassa-previdenziale.ts +0 -45
  195. package/src/models/dati-contratto.ts +0 -40
  196. package/src/models/dati-convenzione.ts +0 -40
  197. package/src/models/dati-ddt.ts +0 -20
  198. package/src/models/dati-fatture-collegate.ts +0 -40
  199. package/src/models/dati-generali-documento.ts +0 -65
  200. package/src/models/dati-generali.ts +0 -55
  201. package/src/models/dati-ordine-acquisto.ts +0 -40
  202. package/src/models/dati-pagamento.ts +0 -15
  203. package/src/models/dati-ricezione.ts +0 -40
  204. package/src/models/dati-riepilogo.ts +0 -45
  205. package/src/models/dati-ritenuta.ts +0 -25
  206. package/src/models/dati-sal.ts +0 -10
  207. package/src/models/dati-trasmissione.ts +0 -35
  208. package/src/models/dati-trasporto.ts +0 -70
  209. package/src/models/dati-veicoli.ts +0 -15
  210. package/src/models/dettaglio-linee.ts +0 -85
  211. package/src/models/dettaglio-pagamento.ts +0 -110
  212. package/src/models/document-data.ts +0 -15
  213. package/src/models/event.ts +10 -41
  214. package/src/models/fattura-elettronica-body.ts +0 -30
  215. package/src/models/fattura-elettronica-header.ts +0 -35
  216. package/src/models/fattura-ordinaria.ts +0 -20
  217. package/src/models/fattura-principale.ts +0 -15
  218. package/src/models/id-fiscale-iva.ts +0 -15
  219. package/src/models/id-trasmittente.ts +0 -15
  220. package/src/models/indirizzo-resa.ts +0 -35
  221. package/src/models/iscrizione-rea.ts +0 -30
  222. package/src/models/model-error.ts +0 -8
  223. package/src/models/problem-details.ts +0 -30
  224. package/src/models/problem-http-result.ts +0 -20
  225. package/src/models/rappresentante-fiscale-cessionario-committente.ts +0 -25
  226. package/src/models/rappresentante-fiscale.ts +0 -10
  227. package/src/models/receive.ts +1 -40
  228. package/src/models/sconto-maggiorazione.ts +0 -20
  229. package/src/models/sede-cedente-prestatore.ts +0 -35
  230. package/src/models/sede-cessionario-committente.ts +0 -35
  231. package/src/models/send-reduced.ts +0 -12
  232. package/src/models/send.ts +1 -43
  233. package/src/models/stabile-organizzazione.ts +0 -35
  234. package/src/models/status.ts +0 -9
  235. package/src/models/terzo-intermediario-osoggetto-emittente.ts +0 -10
  236. package/src/models/update.ts +0 -34
  237. package/src/models/web-hook-history.ts +0 -20
  238. package/src/models/web-hook.ts +1 -26
@@ -31,7 +31,6 @@ import { DUMMY_BASE_URL, assertParamExists, setBasicAuthToObject, setSearchParam
31
31
  import { BASE_PATH, BaseAPI, operationServerMap } from '../../base';
32
32
  /**
33
33
  * WebhookApi - axios parameter creator
34
- * @export
35
34
  */
36
35
  export const WebhookApiAxiosParamCreator = function (configuration) {
37
36
  return {
@@ -87,6 +86,7 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
87
86
  if (url !== undefined) {
88
87
  localVarQueryParameter['url'] = url;
89
88
  }
89
+ localVarHeaderParameter['Accept'] = 'application/json';
90
90
  setSearchParams(localVarUrlObj, localVarQueryParameter);
91
91
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
92
92
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -119,6 +119,7 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
119
119
  // authentication Basic required
120
120
  // http basic authentication required
121
121
  setBasicAuthToObject(localVarRequestOptions, configuration);
122
+ localVarHeaderParameter['Accept'] = 'application/json';
122
123
  setSearchParams(localVarUrlObj, localVarQueryParameter);
123
124
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
124
125
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -151,6 +152,7 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
151
152
  // authentication Basic required
152
153
  // http basic authentication required
153
154
  setBasicAuthToObject(localVarRequestOptions, configuration);
155
+ localVarHeaderParameter['Accept'] = 'application/json';
154
156
  setSearchParams(localVarUrlObj, localVarQueryParameter);
155
157
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
156
158
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -183,6 +185,7 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
183
185
  // http basic authentication required
184
186
  setBasicAuthToObject(localVarRequestOptions, configuration);
185
187
  localVarHeaderParameter['Content-Type'] = 'application/json';
188
+ localVarHeaderParameter['Accept'] = 'application/json';
186
189
  setSearchParams(localVarUrlObj, localVarQueryParameter);
187
190
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
188
191
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -216,6 +219,7 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
216
219
  // http basic authentication required
217
220
  setBasicAuthToObject(localVarRequestOptions, configuration);
218
221
  localVarHeaderParameter['Content-Type'] = 'application/json';
222
+ localVarHeaderParameter['Accept'] = 'application/json';
219
223
  setSearchParams(localVarUrlObj, localVarQueryParameter);
220
224
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
221
225
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -261,6 +265,7 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
261
265
  if (webhookId !== undefined) {
262
266
  localVarQueryParameter['webhook_id'] = webhookId;
263
267
  }
268
+ localVarHeaderParameter['Accept'] = 'application/json';
264
269
  setSearchParams(localVarUrlObj, localVarQueryParameter);
265
270
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
266
271
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -293,6 +298,7 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
293
298
  // authentication Basic required
294
299
  // http basic authentication required
295
300
  setBasicAuthToObject(localVarRequestOptions, configuration);
301
+ localVarHeaderParameter['Accept'] = 'application/json';
296
302
  setSearchParams(localVarUrlObj, localVarQueryParameter);
297
303
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
298
304
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -305,7 +311,6 @@ export const WebhookApiAxiosParamCreator = function (configuration) {
305
311
  };
306
312
  /**
307
313
  * WebhookApi - functional programming interface
308
- * @export
309
314
  */
310
315
  export const WebhookApiFp = function (configuration) {
311
316
  const localVarAxiosParamCreator = WebhookApiAxiosParamCreator(configuration);
@@ -436,7 +441,6 @@ export const WebhookApiFp = function (configuration) {
436
441
  };
437
442
  /**
438
443
  * WebhookApi - factory interface
439
- * @export
440
444
  */
441
445
  export const WebhookApiFactory = function (configuration, basePath, axios) {
442
446
  const localVarFp = WebhookApiFp(configuration);
@@ -525,9 +529,6 @@ export const WebhookApiFactory = function (configuration, basePath, axios) {
525
529
  };
526
530
  /**
527
531
  * WebhookApi - object-oriented interface
528
- * @export
529
- * @class WebhookApi
530
- * @extends {BaseAPI}
531
532
  */
532
533
  export class WebhookApi extends BaseAPI {
533
534
  /**
@@ -543,7 +544,6 @@ export class WebhookApi extends BaseAPI {
543
544
  * @param {string} [url]
544
545
  * @param {*} [options] Override http request option.
545
546
  * @throws {RequiredError}
546
- * @memberof WebhookApi
547
547
  */
548
548
  webhookGet(companyId, page, pageSize, sort, description, enabled, events, url, options) {
549
549
  return WebhookApiFp(this.configuration).webhookGet(companyId, page, pageSize, sort, description, enabled, events, url, options).then((request) => request(this.axios, this.basePath));
@@ -554,7 +554,6 @@ export class WebhookApi extends BaseAPI {
554
554
  * @param {number} id Item id
555
555
  * @param {*} [options] Override http request option.
556
556
  * @throws {RequiredError}
557
- * @memberof WebhookApi
558
557
  */
559
558
  webhookIdDelete(id, options) {
560
559
  return WebhookApiFp(this.configuration).webhookIdDelete(id, options).then((request) => request(this.axios, this.basePath));
@@ -565,7 +564,6 @@ export class WebhookApi extends BaseAPI {
565
564
  * @param {number} id Item id
566
565
  * @param {*} [options] Override http request option.
567
566
  * @throws {RequiredError}
568
- * @memberof WebhookApi
569
567
  */
570
568
  webhookIdGet(id, options) {
571
569
  return WebhookApiFp(this.configuration).webhookIdGet(id, options).then((request) => request(this.axios, this.basePath));
@@ -576,7 +574,6 @@ export class WebhookApi extends BaseAPI {
576
574
  * @param {WebHook} webHook
577
575
  * @param {*} [options] Override http request option.
578
576
  * @throws {RequiredError}
579
- * @memberof WebhookApi
580
577
  */
581
578
  webhookPost(webHook, options) {
582
579
  return WebhookApiFp(this.configuration).webhookPost(webHook, options).then((request) => request(this.axios, this.basePath));
@@ -587,7 +584,6 @@ export class WebhookApi extends BaseAPI {
587
584
  * @param {WebHook} webHook
588
585
  * @param {*} [options] Override http request option.
589
586
  * @throws {RequiredError}
590
- * @memberof WebhookApi
591
587
  */
592
588
  webhookPut(webHook, options) {
593
589
  return WebhookApiFp(this.configuration).webhookPut(webHook, options).then((request) => request(this.axios, this.basePath));
@@ -601,7 +597,6 @@ export class WebhookApi extends BaseAPI {
601
597
  * @param {number} [webhookId] WebHook id
602
598
  * @param {*} [options] Override http request option.
603
599
  * @throws {RequiredError}
604
- * @memberof WebhookApi
605
600
  */
606
601
  webhookhistoryGet(page, pageSize, sort, webhookId, options) {
607
602
  return WebhookApiFp(this.configuration).webhookhistoryGet(page, pageSize, sort, webhookId, options).then((request) => request(this.axios, this.basePath));
@@ -612,7 +607,6 @@ export class WebhookApi extends BaseAPI {
612
607
  * @param {number} id Item id
613
608
  * @param {*} [options] Override http request option.
614
609
  * @throws {RequiredError}
615
- * @memberof WebhookApi
616
610
  */
617
611
  webhookhistoryIdGet(id, options) {
618
612
  return WebhookApiFp(this.configuration).webhookhistoryIdGet(id, options).then((request) => request(this.axios, this.basePath));
@@ -9,40 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface Allegati
16
- */
17
12
  export interface Allegati {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof Allegati
22
- */
23
13
  'nome_attachment'?: string | null;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof Allegati
28
- */
29
14
  'algoritmo_compressione'?: string | null;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof Allegati
34
- */
35
15
  'formato_attachment'?: string | null;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof Allegati
40
- */
41
16
  'descrizione_attachment'?: string | null;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof Allegati
46
- */
47
17
  'attachment'?: string | null;
48
18
  }
@@ -9,34 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface AltriDatiGestionali
16
- */
17
12
  export interface AltriDatiGestionali {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof AltriDatiGestionali
22
- */
23
13
  'tipo_dato'?: string | null;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof AltriDatiGestionali
28
- */
29
14
  'riferimento_testo'?: string | null;
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof AltriDatiGestionali
34
- */
35
15
  'riferimento_numero'?: number | null;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof AltriDatiGestionali
40
- */
41
16
  'riferimento_data'?: string | null;
42
17
  }
@@ -9,40 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface Anagrafica
16
- */
17
12
  export interface Anagrafica {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof Anagrafica
22
- */
23
13
  'denominazione'?: string | null;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof Anagrafica
28
- */
29
14
  'nome'?: string | null;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof Anagrafica
34
- */
35
15
  'cognome'?: string | null;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof Anagrafica
40
- */
41
16
  'titolo'?: string | null;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof Anagrafica
46
- */
47
17
  'cod_eori'?: string | null;
48
18
  }
@@ -14,46 +14,11 @@ import type { DatiAnagraficiCedentePrestatore } from './dati-anagrafici-cedente-
14
14
  import type { IscrizioneREA } from './iscrizione-rea';
15
15
  import type { SedeCedentePrestatore } from './sede-cedente-prestatore';
16
16
  import type { StabileOrganizzazione } from './stabile-organizzazione';
17
- /**
18
- *
19
- * @export
20
- * @interface CedentePrestatore
21
- */
22
17
  export interface CedentePrestatore {
23
- /**
24
- *
25
- * @type {DatiAnagraficiCedentePrestatore}
26
- * @memberof CedentePrestatore
27
- */
28
18
  'dati_anagrafici'?: DatiAnagraficiCedentePrestatore;
29
- /**
30
- *
31
- * @type {SedeCedentePrestatore}
32
- * @memberof CedentePrestatore
33
- */
34
19
  'sede'?: SedeCedentePrestatore;
35
- /**
36
- *
37
- * @type {StabileOrganizzazione}
38
- * @memberof CedentePrestatore
39
- */
40
20
  'stabile_organizzazione'?: StabileOrganizzazione;
41
- /**
42
- *
43
- * @type {IscrizioneREA}
44
- * @memberof CedentePrestatore
45
- */
46
21
  'iscrizione_rea'?: IscrizioneREA;
47
- /**
48
- *
49
- * @type {Contatti}
50
- * @memberof CedentePrestatore
51
- */
52
22
  'contatti'?: Contatti;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof CedentePrestatore
57
- */
58
23
  'riferimento_amministrazione'?: string | null;
59
24
  }
@@ -13,34 +13,9 @@ import type { DatiAnagraficiCessionarioCommittente } from './dati-anagrafici-ces
13
13
  import type { RappresentanteFiscaleCessionarioCommittente } from './rappresentante-fiscale-cessionario-committente';
14
14
  import type { SedeCessionarioCommittente } from './sede-cessionario-committente';
15
15
  import type { StabileOrganizzazione } from './stabile-organizzazione';
16
- /**
17
- *
18
- * @export
19
- * @interface CessionarioCommittente
20
- */
21
16
  export interface CessionarioCommittente {
22
- /**
23
- *
24
- * @type {DatiAnagraficiCessionarioCommittente}
25
- * @memberof CessionarioCommittente
26
- */
27
17
  'dati_anagrafici'?: DatiAnagraficiCessionarioCommittente;
28
- /**
29
- *
30
- * @type {SedeCessionarioCommittente}
31
- * @memberof CessionarioCommittente
32
- */
33
18
  'sede'?: SedeCessionarioCommittente;
34
- /**
35
- *
36
- * @type {StabileOrganizzazione}
37
- * @memberof CessionarioCommittente
38
- */
39
19
  'stabile_organizzazione'?: StabileOrganizzazione;
40
- /**
41
- *
42
- * @type {RappresentanteFiscaleCessionarioCommittente}
43
- * @memberof CessionarioCommittente
44
- */
45
20
  'rappresentante_fiscale'?: RappresentanteFiscaleCessionarioCommittente;
46
21
  }
@@ -9,22 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface CodiceArticolo
16
- */
17
12
  export interface CodiceArticolo {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof CodiceArticolo
22
- */
23
13
  'codice_tipo'?: string | null;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof CodiceArticolo
28
- */
29
14
  'codice_valore'?: string | null;
30
15
  }
@@ -11,50 +11,34 @@
11
11
  */
12
12
  /**
13
13
  * A company model.
14
- * @export
15
- * @interface Company
16
14
  */
17
15
  export interface Company {
18
16
  /**
19
17
  * Unique identifier. Leave it at 0 for new records as it will be set automatically.
20
- * @type {number}
21
- * @memberof Company
22
18
  */
23
19
  'id'?: number;
24
20
  /**
25
21
  * Creation date. It is set automatically.
26
- * @type {string}
27
- * @memberof Company
28
22
  */
29
23
  'created'?: string;
30
24
  /**
31
25
  * Row version, for optimistic concurrency. It is set automatically.
32
- * @type {number}
33
- * @memberof Company
34
26
  */
35
27
  'version'?: number;
36
28
  /**
37
29
  * User id.
38
- * @type {number}
39
- * @memberof Company
40
30
  */
41
31
  'user_id'?: number;
42
32
  /**
43
33
  * Vat number. Must include the country code.
44
- * @type {string}
45
- * @memberof Company
46
34
  */
47
35
  'vat': string;
48
36
  /**
49
37
  * Fiscal code. In most cases it\'s the same as the vat number.
50
- * @type {string}
51
- * @memberof Company
52
38
  */
53
39
  'fiscal_code': string;
54
40
  /**
55
41
  * Name
56
- * @type {string}
57
- * @memberof Company
58
42
  */
59
43
  'name': string;
60
44
  }
@@ -9,22 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface ContattiTrasmittente
16
- */
17
12
  export interface ContattiTrasmittente {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof ContattiTrasmittente
22
- */
23
13
  'telefono'?: string | null;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof ContattiTrasmittente
28
- */
29
14
  'email'?: string | null;
30
15
  }
@@ -9,28 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface Contatti
16
- */
17
12
  export interface Contatti {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof Contatti
22
- */
23
13
  'telefono'?: string | null;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof Contatti
28
- */
29
14
  'fax'?: string | null;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof Contatti
34
- */
35
15
  'email'?: string | null;
36
16
  }
@@ -11,58 +11,13 @@
11
11
  */
12
12
  import type { Anagrafica } from './anagrafica';
13
13
  import type { IdFiscaleIVA } from './id-fiscale-iva';
14
- /**
15
- *
16
- * @export
17
- * @interface DatiAnagraficiCedentePrestatore
18
- */
19
14
  export interface DatiAnagraficiCedentePrestatore {
20
- /**
21
- *
22
- * @type {IdFiscaleIVA}
23
- * @memberof DatiAnagraficiCedentePrestatore
24
- */
25
15
  'id_fiscale_iva'?: IdFiscaleIVA;
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof DatiAnagraficiCedentePrestatore
30
- */
31
16
  'codice_fiscale'?: string | null;
32
- /**
33
- *
34
- * @type {Anagrafica}
35
- * @memberof DatiAnagraficiCedentePrestatore
36
- */
37
17
  'anagrafica'?: Anagrafica;
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof DatiAnagraficiCedentePrestatore
42
- */
43
18
  'albo_professionale'?: string | null;
44
- /**
45
- *
46
- * @type {string}
47
- * @memberof DatiAnagraficiCedentePrestatore
48
- */
49
19
  'provincia_albo'?: string | null;
50
- /**
51
- *
52
- * @type {string}
53
- * @memberof DatiAnagraficiCedentePrestatore
54
- */
55
20
  'numero_iscrizione_albo'?: string | null;
56
- /**
57
- *
58
- * @type {string}
59
- * @memberof DatiAnagraficiCedentePrestatore
60
- */
61
21
  'data_iscrizione_albo'?: string | null;
62
- /**
63
- *
64
- * @type {string}
65
- * @memberof DatiAnagraficiCedentePrestatore
66
- */
67
22
  'regime_fiscale'?: string | null;
68
23
  }
@@ -11,28 +11,8 @@
11
11
  */
12
12
  import type { Anagrafica } from './anagrafica';
13
13
  import type { IdFiscaleIVA } from './id-fiscale-iva';
14
- /**
15
- *
16
- * @export
17
- * @interface DatiAnagraficiCessionarioCommittente
18
- */
19
14
  export interface DatiAnagraficiCessionarioCommittente {
20
- /**
21
- *
22
- * @type {IdFiscaleIVA}
23
- * @memberof DatiAnagraficiCessionarioCommittente
24
- */
25
15
  'id_fiscale_iva'?: IdFiscaleIVA;
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof DatiAnagraficiCessionarioCommittente
30
- */
31
16
  'codice_fiscale'?: string | null;
32
- /**
33
- *
34
- * @type {Anagrafica}
35
- * @memberof DatiAnagraficiCessionarioCommittente
36
- */
37
17
  'anagrafica'?: Anagrafica;
38
18
  }
@@ -11,34 +11,9 @@
11
11
  */
12
12
  import type { Anagrafica } from './anagrafica';
13
13
  import type { IdFiscaleIVA } from './id-fiscale-iva';
14
- /**
15
- *
16
- * @export
17
- * @interface DatiAnagraficiVettore
18
- */
19
14
  export interface DatiAnagraficiVettore {
20
- /**
21
- *
22
- * @type {IdFiscaleIVA}
23
- * @memberof DatiAnagraficiVettore
24
- */
25
15
  'id_fiscale_iva'?: IdFiscaleIVA;
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof DatiAnagraficiVettore
30
- */
31
16
  'codice_fiscale'?: string | null;
32
- /**
33
- *
34
- * @type {Anagrafica}
35
- * @memberof DatiAnagraficiVettore
36
- */
37
17
  'anagrafica'?: Anagrafica;
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof DatiAnagraficiVettore
42
- */
43
18
  'numero_licenza_guida'?: string | null;
44
19
  }
@@ -11,28 +11,8 @@
11
11
  */
12
12
  import type { Anagrafica } from './anagrafica';
13
13
  import type { IdFiscaleIVA } from './id-fiscale-iva';
14
- /**
15
- *
16
- * @export
17
- * @interface DatiAnagrafici
18
- */
19
14
  export interface DatiAnagrafici {
20
- /**
21
- *
22
- * @type {IdFiscaleIVA}
23
- * @memberof DatiAnagrafici
24
- */
25
15
  'id_fiscale_iva'?: IdFiscaleIVA;
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof DatiAnagrafici
30
- */
31
16
  'codice_fiscale'?: string | null;
32
- /**
33
- *
34
- * @type {Anagrafica}
35
- * @memberof DatiAnagrafici
36
- */
37
17
  'anagrafica'?: Anagrafica;
38
18
  }
@@ -11,22 +11,7 @@
11
11
  */
12
12
  import type { DatiRiepilogo } from './dati-riepilogo';
13
13
  import type { DettaglioLinee } from './dettaglio-linee';
14
- /**
15
- *
16
- * @export
17
- * @interface DatiBeniServizi
18
- */
19
14
  export interface DatiBeniServizi {
20
- /**
21
- *
22
- * @type {Array<DettaglioLinee>}
23
- * @memberof DatiBeniServizi
24
- */
25
15
  'dettaglio_linee'?: Array<DettaglioLinee> | null;
26
- /**
27
- *
28
- * @type {Array<DatiRiepilogo>}
29
- * @memberof DatiBeniServizi
30
- */
31
16
  'dati_riepilogo'?: Array<DatiRiepilogo> | null;
32
17
  }
@@ -9,22 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- /**
13
- *
14
- * @export
15
- * @interface DatiBollo
16
- */
17
12
  export interface DatiBollo {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof DatiBollo
22
- */
23
13
  'bollo_virtuale'?: string | null;
24
- /**
25
- *
26
- * @type {number}
27
- * @memberof DatiBollo
28
- */
29
14
  'importo_bollo'?: number | null;
30
15
  }