Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.12.0
7.16.0
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The Fatture in Cloud API is based on REST, and makes possible to interact with t
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 2.1.5
- Package version: 2.1.2
- API version: 2.1.7
- Package version: 2.1.3
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://www.fattureincloud.it](https://www.fattureincloud.it)

Expand Down Expand Up @@ -65,7 +65,7 @@ Class | Method | HTTP request | Description
*InfoAPI* | [**ListUnitsOfMeasure**](docs/InfoAPI.md#listunitsofmeasure) | **Get** /info/measures | List Units of Measure
*InfoAPI* | [**ListVatTypes**](docs/InfoAPI.md#listvattypes) | **Get** /c/{company_id}/info/vat_types | List Vat Types
*IssuedDocumentsAPI* | [**CreateIssuedDocument**](docs/IssuedDocumentsAPI.md#createissueddocument) | **Post** /c/{company_id}/issued_documents | Create Issued Document
*IssuedDocumentsAPI* | [**DeleteBinIssuedDocument**](docs/IssuedDocumentsAPI.md#deletebinissueddocument) | **Delete** /c/{company_id}/bin/issued_documents/{document_id} |
*IssuedDocumentsAPI* | [**DeleteBinIssuedDocument**](docs/IssuedDocumentsAPI.md#deletebinissueddocument) | **Delete** /c/{company_id}/bin/issued_documents/{document_id} | Delete Bin Issued Document
*IssuedDocumentsAPI* | [**DeleteIssuedDocument**](docs/IssuedDocumentsAPI.md#deleteissueddocument) | **Delete** /c/{company_id}/issued_documents/{document_id} | Delete Issued Document
*IssuedDocumentsAPI* | [**DeleteIssuedDocumentAttachment**](docs/IssuedDocumentsAPI.md#deleteissueddocumentattachment) | **Delete** /c/{company_id}/issued_documents/{document_id}/attachment | Delete Issued Document Attachment
*IssuedDocumentsAPI* | [**GetBinIssuedDocument**](docs/IssuedDocumentsAPI.md#getbinissueddocument) | **Get** /c/{company_id}/bin/issued_documents/{document_id} | Get Bin Issued Documents List
Expand All @@ -78,7 +78,7 @@ Class | Method | HTTP request | Description
*IssuedDocumentsAPI* | [**ListBinIssuedDocuments**](docs/IssuedDocumentsAPI.md#listbinissueddocuments) | **Get** /c/{company_id}/bin/issued_documents | Get Bin Issued Documents List
*IssuedDocumentsAPI* | [**ListIssuedDocuments**](docs/IssuedDocumentsAPI.md#listissueddocuments) | **Get** /c/{company_id}/issued_documents | List Issued Documents
*IssuedDocumentsAPI* | [**ModifyIssuedDocument**](docs/IssuedDocumentsAPI.md#modifyissueddocument) | **Put** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document
*IssuedDocumentsAPI* | [**RecoverBinIssuedDocument**](docs/IssuedDocumentsAPI.md#recoverbinissueddocument) | **Post** /c/{company_id}/bin/issued_documents/{document_id}/recover |
*IssuedDocumentsAPI* | [**RecoverBinIssuedDocument**](docs/IssuedDocumentsAPI.md#recoverbinissueddocument) | **Post** /c/{company_id}/bin/issued_documents/{document_id}/recover | Recover Issued Document From The Bin
*IssuedDocumentsAPI* | [**ScheduleEmail**](docs/IssuedDocumentsAPI.md#scheduleemail) | **Post** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email
*IssuedDocumentsAPI* | [**TransformIssuedDocument**](docs/IssuedDocumentsAPI.md#transformissueddocument) | **Get** /c/{company_id}/issued_documents/transform | Transform Issued Document
*IssuedDocumentsAPI* | [**UploadIssuedDocumentAttachment**](docs/IssuedDocumentsAPI.md#uploadissueddocumentattachment) | **Post** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment
Expand All @@ -101,7 +101,7 @@ Class | Method | HTTP request | Description
*ReceiptsAPI* | [**ListReceipts**](docs/ReceiptsAPI.md#listreceipts) | **Get** /c/{company_id}/receipts | List Receipts
*ReceiptsAPI* | [**ModifyReceipt**](docs/ReceiptsAPI.md#modifyreceipt) | **Put** /c/{company_id}/receipts/{document_id} | Modify Receipt
*ReceivedDocumentsAPI* | [**CreateReceivedDocument**](docs/ReceivedDocumentsAPI.md#createreceiveddocument) | **Post** /c/{company_id}/received_documents | Create Received Document
*ReceivedDocumentsAPI* | [**DeleteBinReceivedDocument**](docs/ReceivedDocumentsAPI.md#deletebinreceiveddocument) | **Delete** /c/{company_id}/bin/received_documents/{document_id} |
*ReceivedDocumentsAPI* | [**DeleteBinReceivedDocument**](docs/ReceivedDocumentsAPI.md#deletebinreceiveddocument) | **Delete** /c/{company_id}/bin/received_documents/{document_id} | Delete Bin Received Document
*ReceivedDocumentsAPI* | [**DeleteReceivedDocument**](docs/ReceivedDocumentsAPI.md#deletereceiveddocument) | **Delete** /c/{company_id}/received_documents/{document_id} | Delete Received Document
*ReceivedDocumentsAPI* | [**DeleteReceivedDocumentAttachment**](docs/ReceivedDocumentsAPI.md#deletereceiveddocumentattachment) | **Delete** /c/{company_id}/received_documents/{document_id}/attachment | Delete Received Document Attachment
*ReceivedDocumentsAPI* | [**GetBinReceivedDocument**](docs/ReceivedDocumentsAPI.md#getbinreceiveddocument) | **Get** /c/{company_id}/bin/received_documents/{document_id} | Get Bin Received Documents List
Expand All @@ -112,7 +112,7 @@ Class | Method | HTTP request | Description
*ReceivedDocumentsAPI* | [**ListBinReceivedDocuments**](docs/ReceivedDocumentsAPI.md#listbinreceiveddocuments) | **Get** /c/{company_id}/bin/received_documents | Get Bin Received Documents List
*ReceivedDocumentsAPI* | [**ListReceivedDocuments**](docs/ReceivedDocumentsAPI.md#listreceiveddocuments) | **Get** /c/{company_id}/received_documents | List Received Documents
*ReceivedDocumentsAPI* | [**ModifyReceivedDocument**](docs/ReceivedDocumentsAPI.md#modifyreceiveddocument) | **Put** /c/{company_id}/received_documents/{document_id} | Modify Received Document
*ReceivedDocumentsAPI* | [**RecoverBinReceivedDocument**](docs/ReceivedDocumentsAPI.md#recoverbinreceiveddocument) | **Post** /c/{company_id}/bin/received_documents/{document_id}/recover |
*ReceivedDocumentsAPI* | [**RecoverBinReceivedDocument**](docs/ReceivedDocumentsAPI.md#recoverbinreceiveddocument) | **Post** /c/{company_id}/bin/received_documents/{document_id}/recover | Recover Received Document From The Bin
*ReceivedDocumentsAPI* | [**UploadReceivedDocumentAttachment**](docs/ReceivedDocumentsAPI.md#uploadreceiveddocumentattachment) | **Post** /c/{company_id}/received_documents/attachment | Upload Received Document Attachment
*SettingsAPI* | [**CreatePaymentAccount**](docs/SettingsAPI.md#createpaymentaccount) | **Post** /c/{company_id}/settings/payment_accounts | Create Payment Account
*SettingsAPI* | [**CreatePaymentMethod**](docs/SettingsAPI.md#createpaymentmethod) | **Post** /c/{company_id}/settings/payment_methods | Create Payment Method
Expand Down
2 changes: 1 addition & 1 deletion api/api_archive.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_cashbook.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_clients.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_companies.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_emails.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/api_issued_documents.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_issued_e_invoices.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/api_price_lists.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_products.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_receipts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/api_received_documents.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_settings.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_suppliers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_taxes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_user.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_webhooks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 7 additions & 15 deletions api/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 0 additions & 36 deletions docs/CompanyInfoPlanInfoFunctions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Name | Type | Description | Notes
**Receipts** | Pointer to **NullableBool** | | [optional]
**Recurring** | Pointer to **NullableBool** | | [optional]
**Smtp** | Pointer to **NullableBool** | | [optional]
**Sofort** | Pointer to **NullableBool** | | [optional]
**Stock** | Pointer to **NullableBool** | | [optional]
**Subaccounts** | Pointer to **NullableBool** | | [optional]
**TesseraSanitaria** | Pointer to **NullableBool** | | [optional]
Expand Down Expand Up @@ -427,41 +426,6 @@ HasSmtp returns a boolean if a field has been set.
`func (o *CompanyInfoPlanInfoFunctions) UnsetSmtp()`

UnsetSmtp ensures that no value is present for Smtp, not even an explicit nil
### GetSofort

`func (o *CompanyInfoPlanInfoFunctions) GetSofort() bool`

GetSofort returns the Sofort field if non-nil, zero value otherwise.

### GetSofortOk

`func (o *CompanyInfoPlanInfoFunctions) GetSofortOk() (*bool, bool)`

GetSofortOk returns a tuple with the Sofort field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetSofort

`func (o *CompanyInfoPlanInfoFunctions) SetSofort(v bool)`

SetSofort sets Sofort field to given value.

### HasSofort

`func (o *CompanyInfoPlanInfoFunctions) HasSofort() bool`

HasSofort returns a boolean if a field has been set.

### SetSofortNil

`func (o *CompanyInfoPlanInfoFunctions) SetSofortNil(b bool)`

SetSofortNil sets the value for Sofort to be an explicit nil

### UnsetSofort
`func (o *CompanyInfoPlanInfoFunctions) UnsetSofort()`

UnsetSofort ensures that no value is present for Sofort, not even an explicit nil
### GetStock

`func (o *CompanyInfoPlanInfoFunctions) GetStock() bool`
Expand Down
Loading
Loading