-
Notifications
You must be signed in to change notification settings - Fork 8
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
6d50c2e
commit 3464133
Showing
470 changed files
with
2,386 additions
and
3,408 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 @@ | ||
6.2.1 | ||
6.3.0 |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -372,6 +372,7 @@ Class | Method | HTTP request | Description | |
- [ScheduleEmailRequest](docs/Model/ScheduleEmailRequest.md) | ||
- [SendEInvoiceRequest](docs/Model/SendEInvoiceRequest.md) | ||
- [SendEInvoiceRequestData](docs/Model/SendEInvoiceRequestData.md) | ||
- [SendEInvoiceRequestOptions](docs/Model/SendEInvoiceRequestOptions.md) | ||
- [SendEInvoiceResponse](docs/Model/SendEInvoiceResponse.md) | ||
- [SendEInvoiceResponseData](docs/Model/SendEInvoiceResponseData.md) | ||
- [SenderEmail](docs/Model/SenderEmail.md) | ||
|
@@ -462,5 +463,5 @@ [email protected] | |
|
||
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: | ||
|
||
- API version: `2.0.24` | ||
- API version: `2.0.26` | ||
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen` |
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,9 @@ | ||
# # SendEInvoiceRequestOptions | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**dry_run** | **bool** | If set to true the e-invoice will not be sent to the SDI. | [optional] | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
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 |
---|---|---|
|
@@ -14,10 +14,10 @@ | |
* | ||
* 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.24 | ||
* The version of the OpenAPI document: 2.0.26 | ||
* Contact: [email protected] | ||
* Generated by: https://openapi-generator.tech | ||
* OpenAPI Generator version: 6.2.1 | ||
* OpenAPI Generator version: 6.3.0 | ||
*/ | ||
|
||
/** | ||
|
@@ -384,7 +384,7 @@ public function createArchiveDocumentRequest($company_id, $create_archive_docume | |
if (isset($create_archive_document_request)) { | ||
if (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the body | ||
$httpBody = \GuzzleHttp\json_encode(ObjectSerializer::sanitizeForSerialization($create_archive_document_request)); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode(ObjectSerializer::sanitizeForSerialization($create_archive_document_request)); | ||
} else { | ||
$httpBody = $create_archive_document_request; | ||
} | ||
|
@@ -405,7 +405,7 @@ public function createArchiveDocumentRequest($company_id, $create_archive_docume | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -658,7 +658,7 @@ public function deleteArchiveDocumentRequest($company_id, $document_id, string $ | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -995,7 +995,7 @@ public function getArchiveDocumentRequest($company_id, $document_id, $fields = n | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -1372,7 +1372,7 @@ public function listArchiveDocumentsRequest($company_id, $fields = null, $fields | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -1671,7 +1671,7 @@ public function modifyArchiveDocumentRequest($company_id, $document_id, $modify_ | |
if (isset($modify_archive_document_request)) { | ||
if (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the body | ||
$httpBody = \GuzzleHttp\json_encode(ObjectSerializer::sanitizeForSerialization($modify_archive_document_request)); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode(ObjectSerializer::sanitizeForSerialization($modify_archive_document_request)); | ||
} else { | ||
$httpBody = $modify_archive_document_request; | ||
} | ||
|
@@ -1692,7 +1692,7 @@ public function modifyArchiveDocumentRequest($company_id, $document_id, $modify_ | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -2007,7 +2007,7 @@ public function uploadArchiveDocumentAttachmentRequest($company_id, $filename = | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
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 |
---|---|---|
|
@@ -14,10 +14,10 @@ | |
* | ||
* 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.24 | ||
* The version of the OpenAPI document: 2.0.26 | ||
* Contact: [email protected] | ||
* Generated by: https://openapi-generator.tech | ||
* OpenAPI Generator version: 6.2.1 | ||
* OpenAPI Generator version: 6.3.0 | ||
*/ | ||
|
||
/** | ||
|
@@ -381,7 +381,7 @@ public function createCashbookEntryRequest($company_id, $create_cashbook_entry_r | |
if (isset($create_cashbook_entry_request)) { | ||
if (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the body | ||
$httpBody = \GuzzleHttp\json_encode(ObjectSerializer::sanitizeForSerialization($create_cashbook_entry_request)); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode(ObjectSerializer::sanitizeForSerialization($create_cashbook_entry_request)); | ||
} else { | ||
$httpBody = $create_cashbook_entry_request; | ||
} | ||
|
@@ -402,7 +402,7 @@ public function createCashbookEntryRequest($company_id, $create_cashbook_entry_r | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -655,7 +655,7 @@ public function deleteCashbookEntryRequest($company_id, $document_id, string $co | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -992,7 +992,7 @@ public function getCashbookEntryRequest($company_id, $document_id, $fields = nul | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -1366,7 +1366,7 @@ public function listCashbookEntriesRequest($company_id, $date_from, $date_to, $y | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -1665,7 +1665,7 @@ public function modifyCashbookEntryRequest($company_id, $document_id, $modify_ca | |
if (isset($modify_cashbook_entry_request)) { | ||
if (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the body | ||
$httpBody = \GuzzleHttp\json_encode(ObjectSerializer::sanitizeForSerialization($modify_cashbook_entry_request)); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode(ObjectSerializer::sanitizeForSerialization($modify_cashbook_entry_request)); | ||
} else { | ||
$httpBody = $modify_cashbook_entry_request; | ||
} | ||
|
@@ -1686,7 +1686,7 @@ public function modifyCashbookEntryRequest($company_id, $document_id, $modify_ca | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
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 |
---|---|---|
|
@@ -14,10 +14,10 @@ | |
* | ||
* 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.24 | ||
* The version of the OpenAPI document: 2.0.26 | ||
* Contact: [email protected] | ||
* Generated by: https://openapi-generator.tech | ||
* OpenAPI Generator version: 6.2.1 | ||
* OpenAPI Generator version: 6.3.0 | ||
*/ | ||
|
||
/** | ||
|
@@ -381,7 +381,7 @@ public function createClientRequest($company_id, $create_client_request = null, | |
if (isset($create_client_request)) { | ||
if (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the body | ||
$httpBody = \GuzzleHttp\json_encode(ObjectSerializer::sanitizeForSerialization($create_client_request)); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode(ObjectSerializer::sanitizeForSerialization($create_client_request)); | ||
} else { | ||
$httpBody = $create_client_request; | ||
} | ||
|
@@ -402,7 +402,7 @@ public function createClientRequest($company_id, $create_client_request = null, | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -655,7 +655,7 @@ public function deleteClientRequest($company_id, $client_id, string $contentType | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -992,7 +992,7 @@ public function getClientRequest($company_id, $client_id, $fields = null, $field | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -1369,7 +1369,7 @@ public function listClientsRequest($company_id, $fields = null, $fieldset = null | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
@@ -1668,7 +1668,7 @@ public function modifyClientRequest($company_id, $client_id, $modify_client_requ | |
if (isset($modify_client_request)) { | ||
if (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the body | ||
$httpBody = \GuzzleHttp\json_encode(ObjectSerializer::sanitizeForSerialization($modify_client_request)); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode(ObjectSerializer::sanitizeForSerialization($modify_client_request)); | ||
} else { | ||
$httpBody = $modify_client_request; | ||
} | ||
|
@@ -1689,7 +1689,7 @@ public function modifyClientRequest($company_id, $client_id, $modify_client_requ | |
|
||
} elseif (stripos($headers['Content-Type'], 'application/json') !== false) { | ||
# if Content-Type contains "application/json", json_encode the form parameters | ||
$httpBody = \GuzzleHttp\json_encode($formParams); | ||
$httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); | ||
} else { | ||
// for HTTP post (form) | ||
$httpBody = ObjectSerializer::buildQuery($formParams); | ||
|
Oops, something went wrong.