Skip to content

Commit

Permalink
chore: bumping version to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
fattureincloud-bot authored Sep 22, 2022
1 parent 058913f commit a226751
Show file tree
Hide file tree
Showing 258 changed files with 29,280 additions and 2,091 deletions.
6 changes: 3 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ docs/Model/CreateSupplierResponse.md
docs/Model/CreateVatTypeRequest.md
docs/Model/CreateVatTypeResponse.md
docs/Model/Currency.md
docs/Model/DefaultPaymentTermsType.md
docs/Model/DetailedCountry.md
docs/Model/DocumentTemplate.md
docs/Model/EInvoiceRejectionReason.md
Expand Down Expand Up @@ -186,6 +185,7 @@ docs/Model/PaymentAccountType.md
docs/Model/PaymentMethod.md
docs/Model/PaymentMethodDetails.md
docs/Model/PaymentMethodType.md
docs/Model/PaymentTermsType.md
docs/Model/PermissionLevel.md
docs/Model/Permissions.md
docs/Model/PermissionsFicIssuedDocumentsDetailed.md
Expand Down Expand Up @@ -287,7 +287,6 @@ lib/Model/CreateSupplierResponse.php
lib/Model/CreateVatTypeRequest.php
lib/Model/CreateVatTypeResponse.php
lib/Model/Currency.php
lib/Model/DefaultPaymentTermsType.php
lib/Model/DetailedCountry.php
lib/Model/DocumentTemplate.php
lib/Model/EInvoiceRejectionReason.php
Expand Down Expand Up @@ -415,6 +414,7 @@ lib/Model/PaymentAccountType.php
lib/Model/PaymentMethod.php
lib/Model/PaymentMethodDetails.php
lib/Model/PaymentMethodType.php
lib/Model/PaymentTermsType.php
lib/Model/PermissionLevel.php
lib/Model/Permissions.php
lib/Model/PermissionsFicIssuedDocumentsDetailed.php
Expand Down Expand Up @@ -458,4 +458,4 @@ lib/Model/VerifyEInvoiceXmlResponse.php
lib/Model/VerifyEInvoiceXmlResponseData.php
lib/ObjectSerializer.php
phpunit.xml.dist
test/Model/IssuedDocumentPaymentsListItemPaymentTermsTest.php
test/Model/PaymentTermsTypeTest.php
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.1
6.1.0
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ $ composer require fattureincloud/fattureincloud-php-sdk

### Manual Installation

Download the files and include `autoload.php`:

```php
<?php
require_once('/path/to/FattureInCloud PHP SDK/vendor/autoload.php');
```
There are two options:
- [recommended] download our sdk using [php-download](https://php-download.com/package/fattureincloud/fattureincloud-php-sdk) and simply include it in your project.
- create your own custom autoloader and download all the dependencies (transitive included) as explained [here](https://ehikioya.com/how-to-install-php-packages-without-composer/).

## Getting Started

Expand Down Expand Up @@ -213,7 +210,6 @@ Class | Method | HTTP request | Description
- [CreateVatTypeRequest](docs/Model/CreateVatTypeRequest.md)
- [CreateVatTypeResponse](docs/Model/CreateVatTypeResponse.md)
- [Currency](docs/Model/Currency.md)
- [DefaultPaymentTermsType](docs/Model/DefaultPaymentTermsType.md)
- [DetailedCountry](docs/Model/DetailedCountry.md)
- [DocumentTemplate](docs/Model/DocumentTemplate.md)
- [EInvoiceRejectionReason](docs/Model/EInvoiceRejectionReason.md)
Expand Down Expand Up @@ -340,6 +336,7 @@ Class | Method | HTTP request | Description
- [PaymentMethod](docs/Model/PaymentMethod.md)
- [PaymentMethodDetails](docs/Model/PaymentMethodDetails.md)
- [PaymentMethodType](docs/Model/PaymentMethodType.md)
- [PaymentTermsType](docs/Model/PaymentTermsType.md)
- [PermissionLevel](docs/Model/PermissionLevel.md)
- [Permissions](docs/Model/Permissions.md)
- [PermissionsFicIssuedDocumentsDetailed](docs/Model/PermissionsFicIssuedDocumentsDetailed.md)
Expand Down Expand Up @@ -403,13 +400,19 @@ Class | Method | HTTP request | Description
- **issued_documents.quotes:r**: Read permission to the issued Quotes
- **issued_documents.proformas:r**: Read permission to the issued Proformas
- **issued_documents.delivery_notes:r**: Read permission to the issued Delivery Notes
- **issued_documents.work_reports:r**: Read permission to the issued Work Reports
- **issued_documents.supplier_orders:r**: Read permission to the issued Supplier Orders
- **issued_documents.self_invoices:r**: Read permission to the issued Self Invoices
- **issued_documents.invoices:a**: Write permission to the issued Invoices
- **issued_documents.credit_notes:a**: Write permission to the issued Credit Notes
- **issued_documents.receipts:a**: Write permission to the issued issued Receipts
- **issued_documents.orders:a**: Write permission to the issued Orders
- **issued_documents.quotes:a**: Write permission to the issued Quotes
- **issued_documents.proformas:a**: Write permission to the issued Proformas
- **issued_documents.delivery_notes:a**: Write permission to the issued Delivery Notes
- **issued_documents.work_reports:a**: Write permission to the issued Work Reports
- **issued_documents.supplier_orders:a**: Write permission to the issued Supplier Orders
- **issued_documents.self_invoices:a**: Write permission to the issued Self Invoices
- **received_documents:r**: Read permission to the Received Documents
- **received_documents:a**: Write permission to the Received Documents
- **stock:r**: Read permission to the Stock movements
Expand Down Expand Up @@ -443,5 +446,5 @@ [email protected]

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

- API version: `2.0.19`
- API version: `2.0.20`
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
84 changes: 42 additions & 42 deletions docs/Api/ArchiveApi.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# FattureInCloud\ArchiveApi

All URIs are relative to https://api-v2.fattureincloud.it.
All URIs are relative to https://api-v2.fattureincloud.it, except if the operation defines another base path.

Method | HTTP request | Description
------------- | ------------- | -------------
[**createArchiveDocument()**](ArchiveApi.md#createArchiveDocument) | **POST** /c/{company_id}/archive | Create Archive Document
[**deleteArchiveDocument()**](ArchiveApi.md#deleteArchiveDocument) | **DELETE** /c/{company_id}/archive/{document_id} | Delete Archive Document
[**getArchiveDocument()**](ArchiveApi.md#getArchiveDocument) | **GET** /c/{company_id}/archive/{document_id} | Get Archive Document
[**listArchiveDocuments()**](ArchiveApi.md#listArchiveDocuments) | **GET** /c/{company_id}/archive | List Archive Documents
[**modifyArchiveDocument()**](ArchiveApi.md#modifyArchiveDocument) | **PUT** /c/{company_id}/archive/{document_id} | Modify Archive Document
[**uploadArchiveDocumentAttachment()**](ArchiveApi.md#uploadArchiveDocumentAttachment) | **POST** /c/{company_id}/archive/attachment | Upload Archive Document Attachment
| Method | HTTP request | Description |
| ------------- | ------------- | ------------- |
| [**createArchiveDocument()**](ArchiveApi.md#createArchiveDocument) | **POST** /c/{company_id}/archive | Create Archive Document |
| [**deleteArchiveDocument()**](ArchiveApi.md#deleteArchiveDocument) | **DELETE** /c/{company_id}/archive/{document_id} | Delete Archive Document |
| [**getArchiveDocument()**](ArchiveApi.md#getArchiveDocument) | **GET** /c/{company_id}/archive/{document_id} | Get Archive Document |
| [**listArchiveDocuments()**](ArchiveApi.md#listArchiveDocuments) | **GET** /c/{company_id}/archive | List Archive Documents |
| [**modifyArchiveDocument()**](ArchiveApi.md#modifyArchiveDocument) | **PUT** /c/{company_id}/archive/{document_id} | Modify Archive Document |
| [**uploadArchiveDocumentAttachment()**](ArchiveApi.md#uploadArchiveDocumentAttachment) | **POST** /c/{company_id}/archive/attachment | Upload Archive Document Attachment |


## `createArchiveDocument()`
Expand Down Expand Up @@ -52,10 +52,10 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**create_archive_document_request** | [**\FattureInCloud\Model\CreateArchiveDocumentRequest**](../Model/CreateArchiveDocumentRequest.md)| The Archive Document. | [optional]
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **create_archive_document_request** | [**\FattureInCloud\Model\CreateArchiveDocumentRequest**](../Model/CreateArchiveDocumentRequest.md)| The Archive Document. | [optional] |

### Return type

Expand Down Expand Up @@ -113,10 +113,10 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**document_id** | **int**| The ID of the document. |
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **document_id** | **int**| The ID of the document. | |

### Return type

Expand Down Expand Up @@ -177,12 +177,12 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**document_id** | **int**| The ID of the document. |
**fields** | **string**| List of comma-separated fields. | [optional]
**fieldset** | **string**| Name of the fieldset. | [optional]
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **document_id** | **int**| The ID of the document. | |
| **fields** | **string**| List of comma-separated fields. | [optional] |
| **fieldset** | **string**| Name of the fieldset. | [optional] |

### Return type

Expand Down Expand Up @@ -246,15 +246,15 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**fields** | **string**| List of comma-separated fields. | [optional]
**fieldset** | **string**| Name of the fieldset. | [optional]
**sort** | **string**| List of comma-separated fields for result sorting (minus for desc sorting). | [optional]
**page** | **int**| The page to retrieve. | [optional] [default to 1]
**per_page** | **int**| The size of the page. | [optional] [default to 5]
**q** | **string**| Query for filtering the results. | [optional]
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **fields** | **string**| List of comma-separated fields. | [optional] |
| **fieldset** | **string**| Name of the fieldset. | [optional] |
| **sort** | **string**| List of comma-separated fields for result sorting (minus for desc sorting). | [optional] |
| **page** | **int**| The page to retrieve. | [optional] [default to 1] |
| **per_page** | **int**| The size of the page. | [optional] [default to 5] |
| **q** | **string**| Query for filtering the results. | [optional] |

### Return type

Expand Down Expand Up @@ -314,11 +314,11 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**document_id** | **int**| The ID of the document. |
**modify_archive_document_request** | [**\FattureInCloud\Model\ModifyArchiveDocumentRequest**](../Model/ModifyArchiveDocumentRequest.md)| Modified Archive Document | [optional]
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **document_id** | **int**| The ID of the document. | |
| **modify_archive_document_request** | [**\FattureInCloud\Model\ModifyArchiveDocumentRequest**](../Model/ModifyArchiveDocumentRequest.md)| Modified Archive Document | [optional] |

### Return type

Expand Down Expand Up @@ -378,11 +378,11 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**filename** | **string**| Name of the file. | [optional]
**attachment** | **\SplFileObject****\SplFileObject**| Valid format: .png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx | [optional]
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **filename** | **string**| Name of the file. | [optional] |
| **attachment** | **\SplFileObject****\SplFileObject**| Valid format: .png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx | [optional] |

### Return type

Expand Down
70 changes: 35 additions & 35 deletions docs/Api/CashbookApi.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# FattureInCloud\CashbookApi

All URIs are relative to https://api-v2.fattureincloud.it.
All URIs are relative to https://api-v2.fattureincloud.it, except if the operation defines another base path.

Method | HTTP request | Description
------------- | ------------- | -------------
[**createCashbookEntry()**](CashbookApi.md#createCashbookEntry) | **POST** /c/{company_id}/cashbook | Create Cashbook Entry
[**deleteCashbookEntry()**](CashbookApi.md#deleteCashbookEntry) | **DELETE** /c/{company_id}/cashbook/{document_id} | Delete Cashbook Entry
[**getCashbookEntry()**](CashbookApi.md#getCashbookEntry) | **GET** /c/{company_id}/cashbook/{document_id} | Get Cashbook Entry
[**listCashbookEntries()**](CashbookApi.md#listCashbookEntries) | **GET** /c/{company_id}/cashbook | List Cashbook Entries
[**modifyCashbookEntry()**](CashbookApi.md#modifyCashbookEntry) | **PUT** /c/{company_id}/cashbook/{document_id} | Modify Cashbook Entry
| Method | HTTP request | Description |
| ------------- | ------------- | ------------- |
| [**createCashbookEntry()**](CashbookApi.md#createCashbookEntry) | **POST** /c/{company_id}/cashbook | Create Cashbook Entry |
| [**deleteCashbookEntry()**](CashbookApi.md#deleteCashbookEntry) | **DELETE** /c/{company_id}/cashbook/{document_id} | Delete Cashbook Entry |
| [**getCashbookEntry()**](CashbookApi.md#getCashbookEntry) | **GET** /c/{company_id}/cashbook/{document_id} | Get Cashbook Entry |
| [**listCashbookEntries()**](CashbookApi.md#listCashbookEntries) | **GET** /c/{company_id}/cashbook | List Cashbook Entries |
| [**modifyCashbookEntry()**](CashbookApi.md#modifyCashbookEntry) | **PUT** /c/{company_id}/cashbook/{document_id} | Modify Cashbook Entry |


## `createCashbookEntry()`
Expand Down Expand Up @@ -51,10 +51,10 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**create_cashbook_entry_request** | [**\FattureInCloud\Model\CreateCashbookEntryRequest**](../Model/CreateCashbookEntryRequest.md)| Cashbook entry. | [optional]
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **create_cashbook_entry_request** | [**\FattureInCloud\Model\CreateCashbookEntryRequest**](../Model/CreateCashbookEntryRequest.md)| Cashbook entry. | [optional] |

### Return type

Expand Down Expand Up @@ -112,10 +112,10 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**document_id** | **string**| The ID of the document. |
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **document_id** | **string**| The ID of the document. | |

### Return type

Expand Down Expand Up @@ -176,12 +176,12 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**document_id** | **string**| The ID of the document. |
**fields** | **string**| List of comma-separated fields. | [optional]
**fieldset** | **string**| Name of the fieldset. | [optional]
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **document_id** | **string**| The ID of the document. | |
| **fields** | **string**| List of comma-separated fields. | [optional] |
| **fieldset** | **string**| Name of the fieldset. | [optional] |

### Return type

Expand Down Expand Up @@ -244,14 +244,14 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**date_from** | **string**| Start date. |
**date_to** | **string**| End date. |
**year** | **int**| Filter cashbook by year. | [optional]
**type** | **string**| Filter cashbook by type. | [optional]
**payment_account_id** | **int**| Filter by payment account. | [optional]
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **date_from** | **string**| Start date. | |
| **date_to** | **string**| End date. | |
| **year** | **int**| Filter cashbook by year. | [optional] |
| **type** | **string**| Filter cashbook by type. | [optional] |
| **payment_account_id** | **int**| Filter by payment account. | [optional] |

### Return type

Expand Down Expand Up @@ -311,11 +311,11 @@ try {

### Parameters

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**document_id** | **string**| The ID of the document. |
**modify_cashbook_entry_request** | [**\FattureInCloud\Model\ModifyCashbookEntryRequest**](../Model/ModifyCashbookEntryRequest.md)| Cashbook Entry | [optional]
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **company_id** | **int**| The ID of the company. | |
| **document_id** | **string**| The ID of the document. | |
| **modify_cashbook_entry_request** | [**\FattureInCloud\Model\ModifyCashbookEntryRequest**](../Model/ModifyCashbookEntryRequest.md)| Cashbook Entry | [optional] |

### Return type

Expand Down
Loading

0 comments on commit a226751

Please sign in to comment.