Skip to content

Commit 5027ecd

Browse files
author
Invoicetronic bot
committed
Publish SDKs for tag sdk-1.1.6
1 parent 2c22437 commit 5027ecd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+374
-73
lines changed

.babelrc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env"
4+
],
5+
"plugins": [
6+
"@babel/plugin-syntax-dynamic-import",
7+
"@babel/plugin-syntax-import-meta",
8+
"@babel/plugin-proposal-class-properties",
9+
"@babel/plugin-proposal-json-strings",
10+
[
11+
"@babel/plugin-proposal-decorators",
12+
{
13+
"legacy": true
14+
}
15+
],
16+
"@babel/plugin-proposal-function-sent",
17+
"@babel/plugin-proposal-export-namespace-from",
18+
"@babel/plugin-proposal-numeric-separator",
19+
"@babel/plugin-proposal-throw-expressions",
20+
"@babel/plugin-proposal-export-default-from",
21+
"@babel/plugin-proposal-logical-assignment-operators",
22+
"@babel/plugin-proposal-optional-chaining",
23+
[
24+
"@babel/plugin-proposal-pipeline-operator",
25+
{
26+
"proposal": "minimal"
27+
}
28+
],
29+
"@babel/plugin-proposal-nullish-coalescing-operator",
30+
"@babel/plugin-proposal-do-expressions",
31+
"@babel/plugin-proposal-function-bind"
32+
]
33+
}

.babelrc.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"modules": "commonjs"
7+
}
8+
]
9+
],
10+
"plugins": [
11+
["@babel/plugin-proposal-decorators", { "legacy": true }],
12+
"@babel/plugin-proposal-class-properties",
13+
"@babel/plugin-proposal-do-expressions",
14+
"@babel/plugin-proposal-export-default-from",
15+
"@babel/plugin-proposal-export-namespace-from",
16+
"@babel/plugin-proposal-function-bind",
17+
"@babel/plugin-proposal-function-sent",
18+
"@babel/plugin-proposal-json-strings",
19+
"@babel/plugin-proposal-logical-assignment-operators",
20+
"@babel/plugin-proposal-nullish-coalescing-operator",
21+
"@babel/plugin-proposal-numeric-separator",
22+
"@babel/plugin-proposal-optional-chaining",
23+
["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }],
24+
"@babel/plugin-proposal-throw-expressions",
25+
"@babel/plugin-syntax-dynamic-import",
26+
"@babel/plugin-syntax-import-meta"
27+
]
28+
}

.openapi-generator-ignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# OpenAPI Generator Ignore
2+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

.openapi-generator/FILES

Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
.babelrc
2+
.gitignore
3+
.openapi-generator-ignore
4+
.travis.yml
5+
README.md
6+
docs/Allegati.md
7+
docs/AltriDatiGestionali.md
8+
docs/Anagrafica.md
9+
docs/CedentePrestatore.md
10+
docs/CessionarioCommittente.md
11+
docs/CodiceArticolo.md
12+
docs/Company.md
13+
docs/CompanyApi.md
14+
docs/Contatti.md
15+
docs/ContattiTrasmittente.md
16+
docs/DatiAnagrafici.md
17+
docs/DatiAnagraficiCedentePrestatore.md
18+
docs/DatiAnagraficiCessionarioCommittente.md
19+
docs/DatiAnagraficiVettore.md
20+
docs/DatiBeniServizi.md
21+
docs/DatiBollo.md
22+
docs/DatiCassaPrevidenziale.md
23+
docs/DatiContratto.md
24+
docs/DatiConvenzione.md
25+
docs/DatiDDT.md
26+
docs/DatiFattureCollegate.md
27+
docs/DatiGenerali.md
28+
docs/DatiGeneraliDocumento.md
29+
docs/DatiOrdineAcquisto.md
30+
docs/DatiPagamento.md
31+
docs/DatiRicezione.md
32+
docs/DatiRiepilogo.md
33+
docs/DatiRitenuta.md
34+
docs/DatiSAL.md
35+
docs/DatiTrasmissione.md
36+
docs/DatiTrasporto.md
37+
docs/DatiVeicoli.md
38+
docs/DettaglioLinee.md
39+
docs/DettaglioPagamento.md
40+
docs/DocumentData.md
41+
docs/Error.md
42+
docs/Event.md
43+
docs/FatturaElettronicaBody.md
44+
docs/FatturaElettronicaHeader.md
45+
docs/FatturaOrdinaria.md
46+
docs/FatturaPrincipale.md
47+
docs/IdFiscaleIVA.md
48+
docs/IdTrasmittente.md
49+
docs/IndirizzoResa.md
50+
docs/IscrizioneREA.md
51+
docs/LogApi.md
52+
docs/ProblemDetails.md
53+
docs/ProblemHttpResult.md
54+
docs/RappresentanteFiscale.md
55+
docs/RappresentanteFiscaleCessionarioCommittente.md
56+
docs/Receive.md
57+
docs/ReceiveApi.md
58+
docs/ScontoMaggiorazione.md
59+
docs/SedeCedentePrestatore.md
60+
docs/SedeCessionarioCommittente.md
61+
docs/Send.md
62+
docs/SendApi.md
63+
docs/SendReduced.md
64+
docs/StabileOrganizzazione.md
65+
docs/Status.md
66+
docs/StatusApi.md
67+
docs/TerzoIntermediarioOSoggettoEmittente.md
68+
docs/Update.md
69+
docs/UpdateApi.md
70+
docs/WebHook.md
71+
docs/WebHookHistory.md
72+
docs/WebhookApi.md
73+
git_push.sh
74+
mocha.opts
75+
package.json
76+
src/ApiClient.js
77+
src/api/CompanyApi.js
78+
src/api/LogApi.js
79+
src/api/ReceiveApi.js
80+
src/api/SendApi.js
81+
src/api/StatusApi.js
82+
src/api/UpdateApi.js
83+
src/api/WebhookApi.js
84+
src/index.js
85+
src/model/Allegati.js
86+
src/model/AltriDatiGestionali.js
87+
src/model/Anagrafica.js
88+
src/model/CedentePrestatore.js
89+
src/model/CessionarioCommittente.js
90+
src/model/CodiceArticolo.js
91+
src/model/Company.js
92+
src/model/Contatti.js
93+
src/model/ContattiTrasmittente.js
94+
src/model/DatiAnagrafici.js
95+
src/model/DatiAnagraficiCedentePrestatore.js
96+
src/model/DatiAnagraficiCessionarioCommittente.js
97+
src/model/DatiAnagraficiVettore.js
98+
src/model/DatiBeniServizi.js
99+
src/model/DatiBollo.js
100+
src/model/DatiCassaPrevidenziale.js
101+
src/model/DatiContratto.js
102+
src/model/DatiConvenzione.js
103+
src/model/DatiDDT.js
104+
src/model/DatiFattureCollegate.js
105+
src/model/DatiGenerali.js
106+
src/model/DatiGeneraliDocumento.js
107+
src/model/DatiOrdineAcquisto.js
108+
src/model/DatiPagamento.js
109+
src/model/DatiRicezione.js
110+
src/model/DatiRiepilogo.js
111+
src/model/DatiRitenuta.js
112+
src/model/DatiSAL.js
113+
src/model/DatiTrasmissione.js
114+
src/model/DatiTrasporto.js
115+
src/model/DatiVeicoli.js
116+
src/model/DettaglioLinee.js
117+
src/model/DettaglioPagamento.js
118+
src/model/DocumentData.js
119+
src/model/Error.js
120+
src/model/Event.js
121+
src/model/FatturaElettronicaBody.js
122+
src/model/FatturaElettronicaHeader.js
123+
src/model/FatturaOrdinaria.js
124+
src/model/FatturaPrincipale.js
125+
src/model/IdFiscaleIVA.js
126+
src/model/IdTrasmittente.js
127+
src/model/IndirizzoResa.js
128+
src/model/IscrizioneREA.js
129+
src/model/ProblemDetails.js
130+
src/model/ProblemHttpResult.js
131+
src/model/RappresentanteFiscale.js
132+
src/model/RappresentanteFiscaleCessionarioCommittente.js
133+
src/model/Receive.js
134+
src/model/ScontoMaggiorazione.js
135+
src/model/SedeCedentePrestatore.js
136+
src/model/SedeCessionarioCommittente.js
137+
src/model/Send.js
138+
src/model/SendReduced.js
139+
src/model/StabileOrganizzazione.js
140+
src/model/Status.js
141+
src/model/TerzoIntermediarioOSoggettoEmittente.js
142+
src/model/Update.js
143+
src/model/WebHook.js
144+
src/model/WebHookHistory.js
145+
test/api/CompanyApi.spec.js
146+
test/api/LogApi.spec.js
147+
test/api/ReceiveApi.spec.js
148+
test/api/SendApi.spec.js
149+
test/api/StatusApi.spec.js
150+
test/api/UpdateApi.spec.js
151+
test/api/WebhookApi.spec.js
152+
test/model/Allegati.spec.js
153+
test/model/AltriDatiGestionali.spec.js
154+
test/model/Anagrafica.spec.js
155+
test/model/CedentePrestatore.spec.js
156+
test/model/CessionarioCommittente.spec.js
157+
test/model/CodiceArticolo.spec.js
158+
test/model/Company.spec.js
159+
test/model/Contatti.spec.js
160+
test/model/ContattiTrasmittente.spec.js
161+
test/model/DatiAnagrafici.spec.js
162+
test/model/DatiAnagraficiCedentePrestatore.spec.js
163+
test/model/DatiAnagraficiCessionarioCommittente.spec.js
164+
test/model/DatiAnagraficiVettore.spec.js
165+
test/model/DatiBeniServizi.spec.js
166+
test/model/DatiBollo.spec.js
167+
test/model/DatiCassaPrevidenziale.spec.js
168+
test/model/DatiContratto.spec.js
169+
test/model/DatiConvenzione.spec.js
170+
test/model/DatiDDT.spec.js
171+
test/model/DatiFattureCollegate.spec.js
172+
test/model/DatiGenerali.spec.js
173+
test/model/DatiGeneraliDocumento.spec.js
174+
test/model/DatiOrdineAcquisto.spec.js
175+
test/model/DatiPagamento.spec.js
176+
test/model/DatiRicezione.spec.js
177+
test/model/DatiRiepilogo.spec.js
178+
test/model/DatiRitenuta.spec.js
179+
test/model/DatiSAL.spec.js
180+
test/model/DatiTrasmissione.spec.js
181+
test/model/DatiTrasporto.spec.js
182+
test/model/DatiVeicoli.spec.js
183+
test/model/DettaglioLinee.spec.js
184+
test/model/DettaglioPagamento.spec.js
185+
test/model/DocumentData.spec.js
186+
test/model/Error.spec.js
187+
test/model/Event.spec.js
188+
test/model/FatturaElettronicaBody.spec.js
189+
test/model/FatturaElettronicaHeader.spec.js
190+
test/model/FatturaOrdinaria.spec.js
191+
test/model/FatturaPrincipale.spec.js
192+
test/model/IdFiscaleIVA.spec.js
193+
test/model/IdTrasmittente.spec.js
194+
test/model/IndirizzoResa.spec.js
195+
test/model/IscrizioneREA.spec.js
196+
test/model/ProblemDetails.spec.js
197+
test/model/ProblemHttpResult.spec.js
198+
test/model/RappresentanteFiscale.spec.js
199+
test/model/RappresentanteFiscaleCessionarioCommittente.spec.js
200+
test/model/Receive.spec.js
201+
test/model/ScontoMaggiorazione.spec.js
202+
test/model/SedeCedentePrestatore.spec.js
203+
test/model/SedeCessionarioCommittente.spec.js
204+
test/model/Send.spec.js
205+
test/model/SendReduced.spec.js
206+
test/model/StabileOrganizzazione.spec.js
207+
test/model/Status.spec.js
208+
test/model/TerzoIntermediarioOSoggettoEmittente.spec.js
209+
test/model/Update.spec.js
210+
test/model/WebHook.spec.js
211+
test/model/WebHookHistory.spec.js

.openapi-generator/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.18.0

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
cache: npm
3+
node_js:
4+
- "6"
5+
- "6.1"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Changelog\n\n## [1.1.5.0] - 2026-01-07\nSee main repository changelog for details.
1+
# Changelog\n\n## [1.1.6.0] - 2026-01-07\nSee main repository changelog for details.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information, see [Invoicetronic website][2]
1010
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1111

1212
- API version: 1
13-
- Package version: 1.1.5
13+
- Package version: 1.1.6
1414
- Generator version: 7.18.0
1515
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1616
For more information, please visit [https://invoicetronic.com](https://invoicetronic.com)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@invoicetronic/js-sdk",
3-
"version": "1.1.5.0",
3+
"version": "1.1.6.0",
44
"description": "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/",
55
"license": "MIT",
66
"main": "dist/index.js",

src/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import superagent from "superagent";
1616

1717
/**
1818
* @module ApiClient
19-
* @version 1.1.5
19+
* @version 1.1.6
2020
*/
2121

2222
/**
@@ -54,7 +54,7 @@ class ApiClient {
5454
* @default {}
5555
*/
5656
this.defaultHeaders = {
57-
'User-Agent': 'Invoicetronic/1.1.5/JavaScript-SDK'
57+
'User-Agent': 'Invoicetronic/1.1.6/JavaScript-SDK'
5858
};
5959

6060
/**

0 commit comments

Comments
 (0)