Skip to content

Commit 0022769

Browse files
author
Invoicetronic bot
committed
Publish SDKs for tag sdk-1.0.1
1 parent 5c2e2cf commit 0022769

Some content is hidden

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

72 files changed

+73
-72
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

README.md

Lines changed: 1 addition & 1 deletion

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.0.0",
3+
"version": "1.0.1",
44
"description": "JavaScript SDK for the Invoicetronic API",
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.0.0
19+
* @version 1.0.1
2020
*/
2121

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

6060
/**

src/api/CompanyApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import ProblemHttpResult from '../model/ProblemHttpResult';
2020
/**
2121
* Company service.
2222
* @module api/CompanyApi
23-
* @version 1.0.0
23+
* @version 1.0.1
2424
*/
2525
export default class CompanyApi {
2626

src/api/LogApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import ProblemHttpResult from '../model/ProblemHttpResult';
1919
/**
2020
* Log service.
2121
* @module api/LogApi
22-
* @version 1.0.0
22+
* @version 1.0.1
2323
*/
2424
export default class LogApi {
2525

src/api/ReceiveApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Receive from '../model/Receive';
1919
/**
2020
* Receive service.
2121
* @module api/ReceiveApi
22-
* @version 1.0.0
22+
* @version 1.0.1
2323
*/
2424
export default class ReceiveApi {
2525

src/api/SendApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Send from '../model/Send';
2121
/**
2222
* Send service.
2323
* @module api/SendApi
24-
* @version 1.0.0
24+
* @version 1.0.1
2525
*/
2626
export default class SendApi {
2727

src/api/StatusApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Status from '../model/Status';
1818
/**
1919
* Status service.
2020
* @module api/StatusApi
21-
* @version 1.0.0
21+
* @version 1.0.1
2222
*/
2323
export default class StatusApi {
2424

src/api/UpdateApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Update from '../model/Update';
1919
/**
2020
* Update service.
2121
* @module api/UpdateApi
22-
* @version 1.0.0
22+
* @version 1.0.1
2323
*/
2424
export default class UpdateApi {
2525

0 commit comments

Comments
 (0)