Skip to content

Commit

Permalink
chore: bumping version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fattureincloud-bot authored and github-actions[bot] committed Oct 30, 2024
1 parent 40b2d0e commit d944c57
Show file tree
Hide file tree
Showing 261 changed files with 301 additions and 303 deletions.
2 changes: 0 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -510,5 +510,3 @@ lib/Model/WebhooksSubscriptionConfig.php
lib/Model/WebhooksSubscriptionMapping.php
lib/ObjectSerializer.php
phpunit.xml.dist
test/Model/GetTaxProfileResponseTest.php
test/Model/TaxProfileTest.php
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,5 +482,5 @@ [email protected]

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: `2.1.2`
- API version: `2.1.3`
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
16 changes: 8 additions & 8 deletions docs/Api/IssuedDocumentsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ try {
## `joinIssuedDocuments()`

```php
joinIssuedDocuments($company_id, $ids, $group, $parameter): \FattureInCloud\Model\JoinIssuedDocumentsResponse
joinIssuedDocuments($company_id, $ids, $group, $type): \FattureInCloud\Model\JoinIssuedDocumentsResponse
```

Join Issued Documents
Expand All @@ -528,9 +528,9 @@ $apiInstance = new FattureInCloud\Api\IssuedDocumentsApi(
new GuzzleHttp\Client(),
$config
);
$company_id = 12345; // int | The ID of the company.$ids = 1,2,3,4; // string | Ids of the documents.$group = 56; // int | Group items.$parameter = delivery_notes, orders, quotes, work_reports; // string | Type of the parameters to be joined
$company_id = 12345; // int | The ID of the company.$ids = 1,2,3,4; // string | Ids of the documents.$group = 56; // int | Group items.$type = delivery_notes, orders, quotes, work_reports; // string | Type of the documents to be joined
try {
$result = $apiInstance->joinIssuedDocuments($company_id, $ids, $group, $parameter);
$result = $apiInstance->joinIssuedDocuments($company_id, $ids, $group, $type);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling IssuedDocumentsApi->joinIssuedDocuments: ', $e->getMessage(), PHP_EOL;
Expand All @@ -544,7 +544,7 @@ try {
| **company_id** | **int**| The ID of the company. | |
| **ids** | **string**| Ids of the documents. | |
| **group** | **int**| Group items. | [optional] |
| **parameter** | **string**| Type of the parameters to be joined | [optional] |
| **type** | **string**| Type of the documents to be joined | [optional] |

### Return type

Expand Down Expand Up @@ -754,7 +754,7 @@ void (empty response body)
## `transformIssuedDocument()`

```php
transformIssuedDocument($company_id, $original_document_id, $new_type, $parameter, $e_invoice, $transform_keep_copy): \FattureInCloud\Model\TransformIssuedDocumentResponse
transformIssuedDocument($company_id, $original_document_id, $new_type, $type, $e_invoice, $transform_keep_copy): \FattureInCloud\Model\TransformIssuedDocumentResponse
```

Transform Issued Document
Expand All @@ -778,9 +778,9 @@ $apiInstance = new FattureInCloud\Api\IssuedDocumentsApi(
new GuzzleHttp\Client(),
$config
);
$company_id = 12345; // int | The ID of the company.$original_document_id = 56; // int | Original document id.$new_type = 'new_type_example'; // string | New document type.$parameter = 'parameter_example'; // string | Old document type.$e_invoice = 56; // int | New document e_invoice.$transform_keep_copy = 56; // int | Keep the old document.
$company_id = 12345; // int | The ID of the company.$original_document_id = 56; // int | Original document id.$new_type = 'new_type_example'; // string | New document type.$type = 'type_example'; // string | Current document type.$e_invoice = 56; // int | New document e_invoice.$transform_keep_copy = 56; // int | Keep the old document.
try {
$result = $apiInstance->transformIssuedDocument($company_id, $original_document_id, $new_type, $parameter, $e_invoice, $transform_keep_copy);
$result = $apiInstance->transformIssuedDocument($company_id, $original_document_id, $new_type, $type, $e_invoice, $transform_keep_copy);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling IssuedDocumentsApi->transformIssuedDocument: ', $e->getMessage(), PHP_EOL;
Expand All @@ -794,7 +794,7 @@ try {
| **company_id** | **int**| The ID of the company. | |
| **original_document_id** | **int**| Original document id. | |
| **new_type** | **string**| New document type. | |
| **parameter** | **string**| Old document type. | [optional] |
| **type** | **string**| Current document type. | [optional] |
| **e_invoice** | **int**| New document e_invoice. | [optional] |
| **transform_keep_copy** | **int**| Keep the old document. | [optional] |

Expand Down
2 changes: 1 addition & 1 deletion lib/Api/ArchiveApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* 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.1.2
* The version of the OpenAPI document: 2.1.3
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
* Generator version: 7.9.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/CashbookApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* 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.1.2
* The version of the OpenAPI document: 2.1.3
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
* Generator version: 7.9.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/ClientsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* 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.1.2
* The version of the OpenAPI document: 2.1.3
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
* Generator version: 7.9.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/CompaniesApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* 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.1.2
* The version of the OpenAPI document: 2.1.3
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
* Generator version: 7.9.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/EmailsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* 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.1.2
* The version of the OpenAPI document: 2.1.3
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
* Generator version: 7.9.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/InfoApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* 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.1.2
* The version of the OpenAPI document: 2.1.3
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
* Generator version: 7.9.0
Expand Down
Loading

0 comments on commit d944c57

Please sign in to comment.