@invoicetronic/ts-sdk 1.3.0 → 1.4.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 (370) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/common.ts +2 -1
  4. package/configuration.ts +1 -1
  5. package/dist/common.d.ts +1 -1
  6. package/dist/common.js +1 -0
  7. package/dist/configuration.js +1 -1
  8. package/dist/esm/common.d.ts +1 -1
  9. package/dist/esm/common.js +1 -0
  10. package/dist/esm/configuration.js +1 -1
  11. package/dist/esm/src/api/company-api.d.ts +40 -0
  12. package/dist/esm/src/api/company-api.js +69 -0
  13. package/dist/esm/src/api/receive-api.d.ts +40 -0
  14. package/dist/esm/src/api/receive-api.js +69 -0
  15. package/dist/esm/src/api/send-api.d.ts +40 -0
  16. package/dist/esm/src/api/send-api.js +69 -0
  17. package/dist/esm/src/models/event.d.ts +3 -0
  18. package/dist/esm/src/models/index.d.ts +0 -52
  19. package/dist/esm/src/models/index.js +0 -52
  20. package/dist/esm/src/models/receive.d.ts +3 -0
  21. package/dist/esm/src/models/send.d.ts +3 -0
  22. package/dist/esm/src/models/status.d.ts +3 -0
  23. package/dist/esm/src/models/update.d.ts +3 -0
  24. package/dist/esm/src/models/web-hook.d.ts +3 -0
  25. package/dist/src/api/company-api.d.ts +40 -0
  26. package/dist/src/api/company-api.js +69 -0
  27. package/dist/src/api/receive-api.d.ts +40 -0
  28. package/dist/src/api/receive-api.js +69 -0
  29. package/dist/src/api/send-api.d.ts +40 -0
  30. package/dist/src/api/send-api.js +69 -0
  31. package/dist/src/models/event.d.ts +3 -0
  32. package/dist/src/models/index.d.ts +0 -52
  33. package/dist/src/models/index.js +0 -52
  34. package/dist/src/models/receive.d.ts +3 -0
  35. package/dist/src/models/send.d.ts +3 -0
  36. package/dist/src/models/status.d.ts +3 -0
  37. package/dist/src/models/update.d.ts +3 -0
  38. package/dist/src/models/web-hook.d.ts +3 -0
  39. package/docs/CompanyApi.md +54 -0
  40. package/docs/Event.md +1 -0
  41. package/docs/Receive.md +1 -0
  42. package/docs/ReceiveApi.md +53 -0
  43. package/docs/Send.md +1 -0
  44. package/docs/SendApi.md +53 -0
  45. package/docs/Status.md +1 -0
  46. package/docs/Update.md +1 -0
  47. package/docs/WebHook.md +1 -0
  48. package/package.json +1 -1
  49. package/src/api/company-api.ts +81 -0
  50. package/src/api/receive-api.ts +83 -0
  51. package/src/api/send-api.ts +81 -0
  52. package/src/models/event.ts +3 -0
  53. package/src/models/index.ts +0 -52
  54. package/src/models/receive.ts +3 -0
  55. package/src/models/send.ts +3 -0
  56. package/src/models/status.ts +3 -0
  57. package/src/models/update.ts +3 -0
  58. package/src/models/web-hook.ts +3 -0
  59. package/dist/esm/src/models/allegati.d.ts +0 -18
  60. package/dist/esm/src/models/allegati.js +0 -14
  61. package/dist/esm/src/models/altri-dati-gestionali.d.ts +0 -17
  62. package/dist/esm/src/models/altri-dati-gestionali.js +0 -14
  63. package/dist/esm/src/models/anagrafica.d.ts +0 -18
  64. package/dist/esm/src/models/anagrafica.js +0 -14
  65. package/dist/esm/src/models/cedente-prestatore.d.ts +0 -24
  66. package/dist/esm/src/models/cedente-prestatore.js +0 -14
  67. package/dist/esm/src/models/cessionario-committente.d.ts +0 -21
  68. package/dist/esm/src/models/cessionario-committente.js +0 -14
  69. package/dist/esm/src/models/codice-articolo.d.ts +0 -15
  70. package/dist/esm/src/models/codice-articolo.js +0 -14
  71. package/dist/esm/src/models/contatti-trasmittente.d.ts +0 -15
  72. package/dist/esm/src/models/contatti-trasmittente.js +0 -14
  73. package/dist/esm/src/models/contatti.d.ts +0 -16
  74. package/dist/esm/src/models/contatti.js +0 -14
  75. package/dist/esm/src/models/dati-anagrafici-cedente-prestatore.d.ts +0 -23
  76. package/dist/esm/src/models/dati-anagrafici-cedente-prestatore.js +0 -14
  77. package/dist/esm/src/models/dati-anagrafici-cessionario-committente.d.ts +0 -18
  78. package/dist/esm/src/models/dati-anagrafici-cessionario-committente.js +0 -14
  79. package/dist/esm/src/models/dati-anagrafici-vettore.d.ts +0 -19
  80. package/dist/esm/src/models/dati-anagrafici-vettore.js +0 -14
  81. package/dist/esm/src/models/dati-anagrafici.d.ts +0 -18
  82. package/dist/esm/src/models/dati-anagrafici.js +0 -14
  83. package/dist/esm/src/models/dati-beni-servizi.d.ts +0 -17
  84. package/dist/esm/src/models/dati-beni-servizi.js +0 -14
  85. package/dist/esm/src/models/dati-bollo.d.ts +0 -15
  86. package/dist/esm/src/models/dati-bollo.js +0 -14
  87. package/dist/esm/src/models/dati-cassa-previdenziale.d.ts +0 -21
  88. package/dist/esm/src/models/dati-cassa-previdenziale.js +0 -14
  89. package/dist/esm/src/models/dati-contratto.d.ts +0 -20
  90. package/dist/esm/src/models/dati-contratto.js +0 -14
  91. package/dist/esm/src/models/dati-convenzione.d.ts +0 -20
  92. package/dist/esm/src/models/dati-convenzione.js +0 -14
  93. package/dist/esm/src/models/dati-ddt.d.ts +0 -16
  94. package/dist/esm/src/models/dati-ddt.js +0 -14
  95. package/dist/esm/src/models/dati-fatture-collegate.d.ts +0 -20
  96. package/dist/esm/src/models/dati-fatture-collegate.js +0 -14
  97. package/dist/esm/src/models/dati-generali-documento.d.ts +0 -29
  98. package/dist/esm/src/models/dati-generali-documento.js +0 -14
  99. package/dist/esm/src/models/dati-generali.d.ts +0 -33
  100. package/dist/esm/src/models/dati-generali.js +0 -14
  101. package/dist/esm/src/models/dati-ordine-acquisto.d.ts +0 -20
  102. package/dist/esm/src/models/dati-ordine-acquisto.js +0 -14
  103. package/dist/esm/src/models/dati-pagamento.d.ts +0 -16
  104. package/dist/esm/src/models/dati-pagamento.js +0 -14
  105. package/dist/esm/src/models/dati-ricezione.d.ts +0 -20
  106. package/dist/esm/src/models/dati-ricezione.js +0 -14
  107. package/dist/esm/src/models/dati-riepilogo.d.ts +0 -21
  108. package/dist/esm/src/models/dati-riepilogo.js +0 -14
  109. package/dist/esm/src/models/dati-ritenuta.d.ts +0 -17
  110. package/dist/esm/src/models/dati-ritenuta.js +0 -14
  111. package/dist/esm/src/models/dati-sal.d.ts +0 -14
  112. package/dist/esm/src/models/dati-sal.js +0 -14
  113. package/dist/esm/src/models/dati-trasmissione.d.ts +0 -21
  114. package/dist/esm/src/models/dati-trasmissione.js +0 -14
  115. package/dist/esm/src/models/dati-trasporto.d.ts +0 -28
  116. package/dist/esm/src/models/dati-trasporto.js +0 -14
  117. package/dist/esm/src/models/dati-veicoli.d.ts +0 -15
  118. package/dist/esm/src/models/dati-veicoli.js +0 -14
  119. package/dist/esm/src/models/dettaglio-linee.d.ts +0 -32
  120. package/dist/esm/src/models/dettaglio-linee.js +0 -14
  121. package/dist/esm/src/models/dettaglio-pagamento.d.ts +0 -34
  122. package/dist/esm/src/models/dettaglio-pagamento.js +0 -14
  123. package/dist/esm/src/models/document-data.d.ts +0 -15
  124. package/dist/esm/src/models/document-data.js +0 -14
  125. package/dist/esm/src/models/fattura-elettronica-body.d.ts +0 -23
  126. package/dist/esm/src/models/fattura-elettronica-body.js +0 -14
  127. package/dist/esm/src/models/fattura-elettronica-header.d.ts +0 -24
  128. package/dist/esm/src/models/fattura-elettronica-header.js +0 -14
  129. package/dist/esm/src/models/fattura-ordinaria.d.ts +0 -18
  130. package/dist/esm/src/models/fattura-ordinaria.js +0 -14
  131. package/dist/esm/src/models/fattura-principale.d.ts +0 -15
  132. package/dist/esm/src/models/fattura-principale.js +0 -14
  133. package/dist/esm/src/models/id-fiscale-iva.d.ts +0 -15
  134. package/dist/esm/src/models/id-fiscale-iva.js +0 -14
  135. package/dist/esm/src/models/id-trasmittente.d.ts +0 -15
  136. package/dist/esm/src/models/id-trasmittente.js +0 -14
  137. package/dist/esm/src/models/indirizzo-resa.d.ts +0 -19
  138. package/dist/esm/src/models/indirizzo-resa.js +0 -14
  139. package/dist/esm/src/models/iscrizione-rea.d.ts +0 -18
  140. package/dist/esm/src/models/iscrizione-rea.js +0 -14
  141. package/dist/esm/src/models/model-error.d.ts +0 -28
  142. package/dist/esm/src/models/model-error.js +0 -14
  143. package/dist/esm/src/models/problem-details.d.ts +0 -19
  144. package/dist/esm/src/models/problem-details.js +0 -14
  145. package/dist/esm/src/models/problem-http-result.d.ts +0 -17
  146. package/dist/esm/src/models/problem-http-result.js +0 -14
  147. package/dist/esm/src/models/rappresentante-fiscale-cessionario-committente.d.ts +0 -18
  148. package/dist/esm/src/models/rappresentante-fiscale-cessionario-committente.js +0 -14
  149. package/dist/esm/src/models/rappresentante-fiscale.d.ts +0 -15
  150. package/dist/esm/src/models/rappresentante-fiscale.js +0 -14
  151. package/dist/esm/src/models/sconto-maggiorazione.d.ts +0 -16
  152. package/dist/esm/src/models/sconto-maggiorazione.js +0 -14
  153. package/dist/esm/src/models/sede-cedente-prestatore.d.ts +0 -19
  154. package/dist/esm/src/models/sede-cedente-prestatore.js +0 -14
  155. package/dist/esm/src/models/sede-cessionario-committente.d.ts +0 -19
  156. package/dist/esm/src/models/sede-cessionario-committente.js +0 -14
  157. package/dist/esm/src/models/send-reduced.d.ts +0 -39
  158. package/dist/esm/src/models/send-reduced.js +0 -14
  159. package/dist/esm/src/models/stabile-organizzazione.d.ts +0 -19
  160. package/dist/esm/src/models/stabile-organizzazione.js +0 -14
  161. package/dist/esm/src/models/terzo-intermediario-osoggetto-emittente.d.ts +0 -15
  162. package/dist/esm/src/models/terzo-intermediario-osoggetto-emittente.js +0 -14
  163. package/dist/src/models/allegati.d.ts +0 -18
  164. package/dist/src/models/allegati.js +0 -15
  165. package/dist/src/models/altri-dati-gestionali.d.ts +0 -17
  166. package/dist/src/models/altri-dati-gestionali.js +0 -15
  167. package/dist/src/models/anagrafica.d.ts +0 -18
  168. package/dist/src/models/anagrafica.js +0 -15
  169. package/dist/src/models/cedente-prestatore.d.ts +0 -24
  170. package/dist/src/models/cedente-prestatore.js +0 -15
  171. package/dist/src/models/cessionario-committente.d.ts +0 -21
  172. package/dist/src/models/cessionario-committente.js +0 -15
  173. package/dist/src/models/codice-articolo.d.ts +0 -15
  174. package/dist/src/models/codice-articolo.js +0 -15
  175. package/dist/src/models/contatti-trasmittente.d.ts +0 -15
  176. package/dist/src/models/contatti-trasmittente.js +0 -15
  177. package/dist/src/models/contatti.d.ts +0 -16
  178. package/dist/src/models/contatti.js +0 -15
  179. package/dist/src/models/dati-anagrafici-cedente-prestatore.d.ts +0 -23
  180. package/dist/src/models/dati-anagrafici-cedente-prestatore.js +0 -15
  181. package/dist/src/models/dati-anagrafici-cessionario-committente.d.ts +0 -18
  182. package/dist/src/models/dati-anagrafici-cessionario-committente.js +0 -15
  183. package/dist/src/models/dati-anagrafici-vettore.d.ts +0 -19
  184. package/dist/src/models/dati-anagrafici-vettore.js +0 -15
  185. package/dist/src/models/dati-anagrafici.d.ts +0 -18
  186. package/dist/src/models/dati-anagrafici.js +0 -15
  187. package/dist/src/models/dati-beni-servizi.d.ts +0 -17
  188. package/dist/src/models/dati-beni-servizi.js +0 -15
  189. package/dist/src/models/dati-bollo.d.ts +0 -15
  190. package/dist/src/models/dati-bollo.js +0 -15
  191. package/dist/src/models/dati-cassa-previdenziale.d.ts +0 -21
  192. package/dist/src/models/dati-cassa-previdenziale.js +0 -15
  193. package/dist/src/models/dati-contratto.d.ts +0 -20
  194. package/dist/src/models/dati-contratto.js +0 -15
  195. package/dist/src/models/dati-convenzione.d.ts +0 -20
  196. package/dist/src/models/dati-convenzione.js +0 -15
  197. package/dist/src/models/dati-ddt.d.ts +0 -16
  198. package/dist/src/models/dati-ddt.js +0 -15
  199. package/dist/src/models/dati-fatture-collegate.d.ts +0 -20
  200. package/dist/src/models/dati-fatture-collegate.js +0 -15
  201. package/dist/src/models/dati-generali-documento.d.ts +0 -29
  202. package/dist/src/models/dati-generali-documento.js +0 -15
  203. package/dist/src/models/dati-generali.d.ts +0 -33
  204. package/dist/src/models/dati-generali.js +0 -15
  205. package/dist/src/models/dati-ordine-acquisto.d.ts +0 -20
  206. package/dist/src/models/dati-ordine-acquisto.js +0 -15
  207. package/dist/src/models/dati-pagamento.d.ts +0 -16
  208. package/dist/src/models/dati-pagamento.js +0 -15
  209. package/dist/src/models/dati-ricezione.d.ts +0 -20
  210. package/dist/src/models/dati-ricezione.js +0 -15
  211. package/dist/src/models/dati-riepilogo.d.ts +0 -21
  212. package/dist/src/models/dati-riepilogo.js +0 -15
  213. package/dist/src/models/dati-ritenuta.d.ts +0 -17
  214. package/dist/src/models/dati-ritenuta.js +0 -15
  215. package/dist/src/models/dati-sal.d.ts +0 -14
  216. package/dist/src/models/dati-sal.js +0 -15
  217. package/dist/src/models/dati-trasmissione.d.ts +0 -21
  218. package/dist/src/models/dati-trasmissione.js +0 -15
  219. package/dist/src/models/dati-trasporto.d.ts +0 -28
  220. package/dist/src/models/dati-trasporto.js +0 -15
  221. package/dist/src/models/dati-veicoli.d.ts +0 -15
  222. package/dist/src/models/dati-veicoli.js +0 -15
  223. package/dist/src/models/dettaglio-linee.d.ts +0 -32
  224. package/dist/src/models/dettaglio-linee.js +0 -15
  225. package/dist/src/models/dettaglio-pagamento.d.ts +0 -34
  226. package/dist/src/models/dettaglio-pagamento.js +0 -15
  227. package/dist/src/models/document-data.d.ts +0 -15
  228. package/dist/src/models/document-data.js +0 -15
  229. package/dist/src/models/fattura-elettronica-body.d.ts +0 -23
  230. package/dist/src/models/fattura-elettronica-body.js +0 -15
  231. package/dist/src/models/fattura-elettronica-header.d.ts +0 -24
  232. package/dist/src/models/fattura-elettronica-header.js +0 -15
  233. package/dist/src/models/fattura-ordinaria.d.ts +0 -18
  234. package/dist/src/models/fattura-ordinaria.js +0 -15
  235. package/dist/src/models/fattura-principale.d.ts +0 -15
  236. package/dist/src/models/fattura-principale.js +0 -15
  237. package/dist/src/models/id-fiscale-iva.d.ts +0 -15
  238. package/dist/src/models/id-fiscale-iva.js +0 -15
  239. package/dist/src/models/id-trasmittente.d.ts +0 -15
  240. package/dist/src/models/id-trasmittente.js +0 -15
  241. package/dist/src/models/indirizzo-resa.d.ts +0 -19
  242. package/dist/src/models/indirizzo-resa.js +0 -15
  243. package/dist/src/models/iscrizione-rea.d.ts +0 -18
  244. package/dist/src/models/iscrizione-rea.js +0 -15
  245. package/dist/src/models/model-error.d.ts +0 -28
  246. package/dist/src/models/model-error.js +0 -15
  247. package/dist/src/models/problem-details.d.ts +0 -19
  248. package/dist/src/models/problem-details.js +0 -15
  249. package/dist/src/models/problem-http-result.d.ts +0 -17
  250. package/dist/src/models/problem-http-result.js +0 -15
  251. package/dist/src/models/rappresentante-fiscale-cessionario-committente.d.ts +0 -18
  252. package/dist/src/models/rappresentante-fiscale-cessionario-committente.js +0 -15
  253. package/dist/src/models/rappresentante-fiscale.d.ts +0 -15
  254. package/dist/src/models/rappresentante-fiscale.js +0 -15
  255. package/dist/src/models/sconto-maggiorazione.d.ts +0 -16
  256. package/dist/src/models/sconto-maggiorazione.js +0 -15
  257. package/dist/src/models/sede-cedente-prestatore.d.ts +0 -19
  258. package/dist/src/models/sede-cedente-prestatore.js +0 -15
  259. package/dist/src/models/sede-cessionario-committente.d.ts +0 -19
  260. package/dist/src/models/sede-cessionario-committente.js +0 -15
  261. package/dist/src/models/send-reduced.d.ts +0 -39
  262. package/dist/src/models/send-reduced.js +0 -15
  263. package/dist/src/models/stabile-organizzazione.d.ts +0 -19
  264. package/dist/src/models/stabile-organizzazione.js +0 -15
  265. package/dist/src/models/terzo-intermediario-osoggetto-emittente.d.ts +0 -15
  266. package/dist/src/models/terzo-intermediario-osoggetto-emittente.js +0 -15
  267. package/docs/Allegati.md +0 -28
  268. package/docs/AltriDatiGestionali.md +0 -26
  269. package/docs/Anagrafica.md +0 -28
  270. package/docs/CedentePrestatore.md +0 -30
  271. package/docs/CessionarioCommittente.md +0 -26
  272. package/docs/CodiceArticolo.md +0 -22
  273. package/docs/Contatti.md +0 -24
  274. package/docs/ContattiTrasmittente.md +0 -22
  275. package/docs/DatiAnagrafici.md +0 -24
  276. package/docs/DatiAnagraficiCedentePrestatore.md +0 -34
  277. package/docs/DatiAnagraficiCessionarioCommittente.md +0 -24
  278. package/docs/DatiAnagraficiVettore.md +0 -26
  279. package/docs/DatiBeniServizi.md +0 -22
  280. package/docs/DatiBollo.md +0 -22
  281. package/docs/DatiCassaPrevidenziale.md +0 -34
  282. package/docs/DatiContratto.md +0 -32
  283. package/docs/DatiConvenzione.md +0 -32
  284. package/docs/DatiDDT.md +0 -24
  285. package/docs/DatiFattureCollegate.md +0 -32
  286. package/docs/DatiGenerali.md +0 -38
  287. package/docs/DatiGeneraliDocumento.md +0 -42
  288. package/docs/DatiOrdineAcquisto.md +0 -32
  289. package/docs/DatiPagamento.md +0 -22
  290. package/docs/DatiRicezione.md +0 -32
  291. package/docs/DatiRiepilogo.md +0 -34
  292. package/docs/DatiRitenuta.md +0 -26
  293. package/docs/DatiSAL.md +0 -20
  294. package/docs/DatiTrasmissione.md +0 -30
  295. package/docs/DatiTrasporto.md +0 -44
  296. package/docs/DatiVeicoli.md +0 -22
  297. package/docs/DettaglioLinee.md +0 -50
  298. package/docs/DettaglioPagamento.md +0 -60
  299. package/docs/DocumentData.md +0 -22
  300. package/docs/Error.md +0 -25
  301. package/docs/FatturaElettronicaBody.md +0 -28
  302. package/docs/FatturaElettronicaHeader.md +0 -30
  303. package/docs/FatturaOrdinaria.md +0 -24
  304. package/docs/FatturaPrincipale.md +0 -22
  305. package/docs/IdFiscaleIVA.md +0 -22
  306. package/docs/IdTrasmittente.md +0 -22
  307. package/docs/IndirizzoResa.md +0 -30
  308. package/docs/IscrizioneREA.md +0 -28
  309. package/docs/ProblemDetails.md +0 -28
  310. package/docs/ProblemHttpResult.md +0 -24
  311. package/docs/RappresentanteFiscale.md +0 -20
  312. package/docs/RappresentanteFiscaleCessionarioCommittente.md +0 -26
  313. package/docs/ScontoMaggiorazione.md +0 -24
  314. package/docs/SedeCedentePrestatore.md +0 -30
  315. package/docs/SedeCessionarioCommittente.md +0 -30
  316. package/docs/SendReduced.md +0 -29
  317. package/docs/StabileOrganizzazione.md +0 -30
  318. package/docs/TerzoIntermediarioOSoggettoEmittente.md +0 -20
  319. package/src/models/allegati.ts +0 -24
  320. package/src/models/altri-dati-gestionali.ts +0 -23
  321. package/src/models/anagrafica.ts +0 -24
  322. package/src/models/cedente-prestatore.ts +0 -40
  323. package/src/models/cessionario-committente.ts +0 -35
  324. package/src/models/codice-articolo.ts +0 -21
  325. package/src/models/contatti-trasmittente.ts +0 -21
  326. package/src/models/contatti.ts +0 -22
  327. package/src/models/dati-anagrafici-cedente-prestatore.ts +0 -33
  328. package/src/models/dati-anagrafici-cessionario-committente.ts +0 -28
  329. package/src/models/dati-anagrafici-vettore.ts +0 -29
  330. package/src/models/dati-anagrafici.ts +0 -28
  331. package/src/models/dati-beni-servizi.ts +0 -27
  332. package/src/models/dati-bollo.ts +0 -21
  333. package/src/models/dati-cassa-previdenziale.ts +0 -27
  334. package/src/models/dati-contratto.ts +0 -26
  335. package/src/models/dati-convenzione.ts +0 -26
  336. package/src/models/dati-ddt.ts +0 -22
  337. package/src/models/dati-fatture-collegate.ts +0 -26
  338. package/src/models/dati-generali-documento.ts +0 -43
  339. package/src/models/dati-generali.ts +0 -59
  340. package/src/models/dati-ordine-acquisto.ts +0 -26
  341. package/src/models/dati-pagamento.ts +0 -24
  342. package/src/models/dati-ricezione.ts +0 -26
  343. package/src/models/dati-riepilogo.ts +0 -27
  344. package/src/models/dati-ritenuta.ts +0 -23
  345. package/src/models/dati-sal.ts +0 -20
  346. package/src/models/dati-trasmissione.ts +0 -31
  347. package/src/models/dati-trasporto.ts +0 -38
  348. package/src/models/dati-veicoli.ts +0 -21
  349. package/src/models/dettaglio-linee.ts +0 -44
  350. package/src/models/dettaglio-pagamento.ts +0 -40
  351. package/src/models/document-data.ts +0 -21
  352. package/src/models/fattura-elettronica-body.ts +0 -39
  353. package/src/models/fattura-elettronica-header.ts +0 -40
  354. package/src/models/fattura-ordinaria.ts +0 -28
  355. package/src/models/fattura-principale.ts +0 -21
  356. package/src/models/id-fiscale-iva.ts +0 -21
  357. package/src/models/id-trasmittente.ts +0 -21
  358. package/src/models/indirizzo-resa.ts +0 -25
  359. package/src/models/iscrizione-rea.ts +0 -24
  360. package/src/models/model-error.ts +0 -34
  361. package/src/models/problem-details.ts +0 -26
  362. package/src/models/problem-http-result.ts +0 -25
  363. package/src/models/rappresentante-fiscale-cessionario-committente.ts +0 -26
  364. package/src/models/rappresentante-fiscale.ts +0 -23
  365. package/src/models/sconto-maggiorazione.ts +0 -22
  366. package/src/models/sede-cedente-prestatore.ts +0 -25
  367. package/src/models/sede-cessionario-committente.ts +0 -25
  368. package/src/models/send-reduced.ts +0 -45
  369. package/src/models/stabile-organizzazione.ts +0 -25
  370. package/src/models/terzo-intermediario-osoggetto-emittente.ts +0 -23
@@ -1,28 +0,0 @@
1
- # IscrizioneREA
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **ufficio** | **string** | | [optional] [default to undefined]
9
- **numero_rea** | **string** | | [optional] [default to undefined]
10
- **capitale_sociale** | **number** | | [optional] [default to undefined]
11
- **socio_unico** | **string** | | [optional] [default to undefined]
12
- **stato_liquidazione** | **string** | | [optional] [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { IscrizioneREA } from '@invoicetronic/ts-sdk';
18
-
19
- const instance: IscrizioneREA = {
20
- ufficio,
21
- numero_rea,
22
- capitale_sociale,
23
- socio_unico,
24
- stato_liquidazione,
25
- };
26
- ```
27
-
28
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,28 +0,0 @@
1
- # ProblemDetails
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **type** | **string** | | [optional] [default to undefined]
9
- **title** | **string** | | [optional] [default to undefined]
10
- **status** | **number** | | [optional] [default to undefined]
11
- **detail** | **string** | | [optional] [default to undefined]
12
- **instance** | **string** | | [optional] [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { ProblemDetails } from '@invoicetronic/ts-sdk';
18
-
19
- const instance: ProblemDetails = {
20
- type,
21
- title,
22
- status,
23
- detail,
24
- instance,
25
- };
26
- ```
27
-
28
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # ProblemHttpResult
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **problem_details** | [**ProblemDetails**](ProblemDetails.md) | | [optional] [default to undefined]
9
- **content_type** | **string** | | [optional] [readonly] [default to undefined]
10
- **status_code** | **number** | | [optional] [readonly] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { ProblemHttpResult } from '@invoicetronic/ts-sdk';
16
-
17
- const instance: ProblemHttpResult = {
18
- problem_details,
19
- content_type,
20
- status_code,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,20 +0,0 @@
1
- # RappresentanteFiscale
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **dati_anagrafici** | [**DatiAnagrafici**](DatiAnagrafici.md) | | [optional] [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { RappresentanteFiscale } from '@invoicetronic/ts-sdk';
14
-
15
- const instance: RappresentanteFiscale = {
16
- dati_anagrafici,
17
- };
18
- ```
19
-
20
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,26 +0,0 @@
1
- # RappresentanteFiscaleCessionarioCommittente
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **denominazione** | **string** | | [optional] [default to undefined]
9
- **nome** | **string** | | [optional] [default to undefined]
10
- **cognome** | **string** | | [optional] [default to undefined]
11
- **id_fiscale_iva** | [**IdFiscaleIVA**](IdFiscaleIVA.md) | | [optional] [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { RappresentanteFiscaleCessionarioCommittente } from '@invoicetronic/ts-sdk';
17
-
18
- const instance: RappresentanteFiscaleCessionarioCommittente = {
19
- denominazione,
20
- nome,
21
- cognome,
22
- id_fiscale_iva,
23
- };
24
- ```
25
-
26
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # ScontoMaggiorazione
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **tipo** | **string** | | [optional] [default to undefined]
9
- **percentuale** | **number** | | [optional] [default to undefined]
10
- **importo** | **number** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { ScontoMaggiorazione } from '@invoicetronic/ts-sdk';
16
-
17
- const instance: ScontoMaggiorazione = {
18
- tipo,
19
- percentuale,
20
- importo,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,30 +0,0 @@
1
- # SedeCedentePrestatore
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **indirizzo** | **string** | | [optional] [default to undefined]
9
- **numero_civico** | **string** | | [optional] [default to undefined]
10
- **cap** | **string** | | [optional] [default to undefined]
11
- **comune** | **string** | | [optional] [default to undefined]
12
- **provincia** | **string** | | [optional] [default to undefined]
13
- **nazione** | **string** | | [optional] [default to 'IT']
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { SedeCedentePrestatore } from '@invoicetronic/ts-sdk';
19
-
20
- const instance: SedeCedentePrestatore = {
21
- indirizzo,
22
- numero_civico,
23
- cap,
24
- comune,
25
- provincia,
26
- nazione,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,30 +0,0 @@
1
- # SedeCessionarioCommittente
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **indirizzo** | **string** | | [optional] [default to undefined]
9
- **numero_civico** | **string** | | [optional] [default to undefined]
10
- **cap** | **string** | | [optional] [default to undefined]
11
- **comune** | **string** | | [optional] [default to undefined]
12
- **provincia** | **string** | | [optional] [default to undefined]
13
- **nazione** | **string** | | [optional] [default to 'IT']
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { SedeCessionarioCommittente } from '@invoicetronic/ts-sdk';
19
-
20
- const instance: SedeCessionarioCommittente = {
21
- indirizzo,
22
- numero_civico,
23
- cap,
24
- comune,
25
- provincia,
26
- nazione,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,29 +0,0 @@
1
- # SendReduced
2
-
3
- Reduced Send data for Update responses, containing only the essential fields.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **identifier** | **string** | SDI identifier. | [optional] [default to undefined]
10
- **prestatore** | **string** | VAT number of the Cedente/Prestatore (vendor). | [optional] [default to undefined]
11
- **meta_data** | **{ [key: string]: string; }** | Optional metadata, as json. | [optional] [default to undefined]
12
- **documents** | [**Array<DocumentData>**](DocumentData.md) | The invoices included in the payload. | [optional] [default to undefined]
13
- **date_sent** | **string** | When the invoice was sent to SDI. | [optional] [default to undefined]
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { SendReduced } from '@invoicetronic/ts-sdk';
19
-
20
- const instance: SendReduced = {
21
- identifier,
22
- prestatore,
23
- meta_data,
24
- documents,
25
- date_sent,
26
- };
27
- ```
28
-
29
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,30 +0,0 @@
1
- # StabileOrganizzazione
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **indirizzo** | **string** | | [optional] [default to undefined]
9
- **numero_civico** | **string** | | [optional] [default to undefined]
10
- **cap** | **string** | | [optional] [default to undefined]
11
- **comune** | **string** | | [optional] [default to undefined]
12
- **provincia** | **string** | | [optional] [default to undefined]
13
- **nazione** | **string** | | [optional] [default to 'IT']
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { StabileOrganizzazione } from '@invoicetronic/ts-sdk';
19
-
20
- const instance: StabileOrganizzazione = {
21
- indirizzo,
22
- numero_civico,
23
- cap,
24
- comune,
25
- provincia,
26
- nazione,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,20 +0,0 @@
1
- # TerzoIntermediarioOSoggettoEmittente
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **dati_anagrafici** | [**DatiAnagrafici**](DatiAnagrafici.md) | | [optional] [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { TerzoIntermediarioOSoggettoEmittente } from '@invoicetronic/ts-sdk';
14
-
15
- const instance: TerzoIntermediarioOSoggettoEmittente = {
16
- dati_anagrafici,
17
- };
18
- ```
19
-
20
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- export interface Allegati {
18
- 'nome_attachment'?: string | null;
19
- 'algoritmo_compressione'?: string | null;
20
- 'formato_attachment'?: string | null;
21
- 'descrizione_attachment'?: string | null;
22
- 'attachment'?: string | null;
23
- }
24
-
@@ -1,23 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- export interface AltriDatiGestionali {
18
- 'tipo_dato'?: string | null;
19
- 'riferimento_testo'?: string | null;
20
- 'riferimento_numero'?: number | null;
21
- 'riferimento_data'?: string | null;
22
- }
23
-
@@ -1,24 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- export interface Anagrafica {
18
- 'denominazione'?: string | null;
19
- 'nome'?: string | null;
20
- 'cognome'?: string | null;
21
- 'titolo'?: string | null;
22
- 'cod_eori'?: string | null;
23
- }
24
-
@@ -1,40 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { Contatti } from './contatti';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { DatiAnagraficiCedentePrestatore } from './dati-anagrafici-cedente-prestatore';
22
- // May contain unused imports in some cases
23
- // @ts-ignore
24
- import type { IscrizioneREA } from './iscrizione-rea';
25
- // May contain unused imports in some cases
26
- // @ts-ignore
27
- import type { SedeCedentePrestatore } from './sede-cedente-prestatore';
28
- // May contain unused imports in some cases
29
- // @ts-ignore
30
- import type { StabileOrganizzazione } from './stabile-organizzazione';
31
-
32
- export interface CedentePrestatore {
33
- 'dati_anagrafici'?: DatiAnagraficiCedentePrestatore;
34
- 'sede'?: SedeCedentePrestatore;
35
- 'stabile_organizzazione'?: StabileOrganizzazione;
36
- 'iscrizione_rea'?: IscrizioneREA;
37
- 'contatti'?: Contatti;
38
- 'riferimento_amministrazione'?: string | null;
39
- }
40
-
@@ -1,35 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { DatiAnagraficiCessionarioCommittente } from './dati-anagrafici-cessionario-committente';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { RappresentanteFiscaleCessionarioCommittente } from './rappresentante-fiscale-cessionario-committente';
22
- // May contain unused imports in some cases
23
- // @ts-ignore
24
- import type { SedeCessionarioCommittente } from './sede-cessionario-committente';
25
- // May contain unused imports in some cases
26
- // @ts-ignore
27
- import type { StabileOrganizzazione } from './stabile-organizzazione';
28
-
29
- export interface CessionarioCommittente {
30
- 'dati_anagrafici'?: DatiAnagraficiCessionarioCommittente;
31
- 'sede'?: SedeCessionarioCommittente;
32
- 'stabile_organizzazione'?: StabileOrganizzazione;
33
- 'rappresentante_fiscale'?: RappresentanteFiscaleCessionarioCommittente;
34
- }
35
-
@@ -1,21 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- export interface CodiceArticolo {
18
- 'codice_tipo'?: string | null;
19
- 'codice_valore'?: string | null;
20
- }
21
-
@@ -1,21 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- export interface ContattiTrasmittente {
18
- 'telefono'?: string | null;
19
- 'email'?: string | null;
20
- }
21
-
@@ -1,22 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- export interface Contatti {
18
- 'telefono'?: string | null;
19
- 'fax'?: string | null;
20
- 'email'?: string | null;
21
- }
22
-
@@ -1,33 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { Anagrafica } from './anagrafica';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { IdFiscaleIVA } from './id-fiscale-iva';
22
-
23
- export interface DatiAnagraficiCedentePrestatore {
24
- 'id_fiscale_iva'?: IdFiscaleIVA;
25
- 'codice_fiscale'?: string | null;
26
- 'anagrafica'?: Anagrafica;
27
- 'albo_professionale'?: string | null;
28
- 'provincia_albo'?: string | null;
29
- 'numero_iscrizione_albo'?: string | null;
30
- 'data_iscrizione_albo'?: string | null;
31
- 'regime_fiscale'?: string | null;
32
- }
33
-
@@ -1,28 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { Anagrafica } from './anagrafica';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { IdFiscaleIVA } from './id-fiscale-iva';
22
-
23
- export interface DatiAnagraficiCessionarioCommittente {
24
- 'id_fiscale_iva'?: IdFiscaleIVA;
25
- 'codice_fiscale'?: string | null;
26
- 'anagrafica'?: Anagrafica;
27
- }
28
-
@@ -1,29 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { Anagrafica } from './anagrafica';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { IdFiscaleIVA } from './id-fiscale-iva';
22
-
23
- export interface DatiAnagraficiVettore {
24
- 'id_fiscale_iva'?: IdFiscaleIVA;
25
- 'codice_fiscale'?: string | null;
26
- 'anagrafica'?: Anagrafica;
27
- 'numero_licenza_guida'?: string | null;
28
- }
29
-
@@ -1,28 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Invoicetronic API
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
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: info@invoicetronic.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { Anagrafica } from './anagrafica';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { IdFiscaleIVA } from './id-fiscale-iva';
22
-
23
- export interface DatiAnagrafici {
24
- 'id_fiscale_iva'?: IdFiscaleIVA;
25
- 'codice_fiscale'?: string | null;
26
- 'anagrafica'?: Anagrafica;
27
- }
28
-