-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
933b50f
commit d7637f0
Showing
266 changed files
with
1,098 additions
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.1.0 | ||
7.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# fattureInCloudSdk.CompanyPlanUsage | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**limit** | **Number** | Plan limit | [optional] | ||
**usage** | **Number** | Plan usage | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# fattureInCloudSdk.FattureInCloudPlanType | ||
|
||
## Enum | ||
|
||
|
||
* `trial` (value: `"trial"`) | ||
|
||
* `standard` (value: `"standard"`) | ||
|
||
* `premium` (value: `"premium"`) | ||
|
||
* `premium_plus` (value: `"premium_plus"`) | ||
|
||
* `complete` (value: `"complete"`) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# fattureInCloudSdk.GetCompanyPlanUsageResponse | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**data** | [**CompanyPlanUsage**](CompanyPlanUsage.md) | | [optional] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
info: | ||
version: 2.0.24 | ||
version: 2.0.25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.31 | ||
* The version of the OpenAPI document: 2.0.32 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -16,7 +16,7 @@ import querystring from 'querystring' | |
|
||
/** | ||
* @module ApiClient | ||
* @version 2.0.24 | ||
* @version 2.0.25 | ||
*/ | ||
|
||
/** | ||
|
@@ -54,7 +54,7 @@ class ApiClient { | |
* @default {} | ||
*/ | ||
this.defaultHeaders = { | ||
'User-Agent': 'FattureInCloud/2.0.24/JavaScript-SDK' | ||
'User-Agent': 'FattureInCloud/2.0.25/JavaScript-SDK' | ||
} | ||
|
||
/** | ||
|
@@ -153,7 +153,7 @@ class ApiClient { | |
url = apiBasePath + path | ||
} | ||
|
||
url = url.replace(/\{([\w-\.]+)\}/g, (fullMatch, key) => { | ||
url = url.replace(/\{([\w-\.#]+)\}/g, (fullMatch, key) => { | ||
let value | ||
if (pathParams.hasOwnProperty(key)) { | ||
value = this.paramToString(pathParams[key]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.31 | ||
* The version of the OpenAPI document: 2.0.32 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -21,7 +21,7 @@ import UploadArchiveAttachmentResponse from '../model/UploadArchiveAttachmentRes | |
/** | ||
* Archive service. | ||
* @module api/ArchiveApi | ||
* @version 2.0.24 | ||
* @version 2.0.25 | ||
*/ | ||
export default class ArchiveApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.31 | ||
* The version of the OpenAPI document: 2.0.32 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -20,7 +20,7 @@ import ModifyCashbookEntryResponse from '../model/ModifyCashbookEntryResponse' | |
/** | ||
* Cashbook service. | ||
* @module api/CashbookApi | ||
* @version 2.0.24 | ||
* @version 2.0.25 | ||
*/ | ||
export default class CashbookApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.31 | ||
* The version of the OpenAPI document: 2.0.32 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -20,7 +20,7 @@ import ModifyClientResponse from '../model/ModifyClientResponse' | |
/** | ||
* Clients service. | ||
* @module api/ClientsApi | ||
* @version 2.0.24 | ||
* @version 2.0.25 | ||
*/ | ||
export default class ClientsApi { | ||
/** | ||
|
Oops, something went wrong.