docs/ReceivedDocument.md in fattureincloud_ruby_sdk-2.0.12 vs docs/ReceivedDocument.md in fattureincloud_ruby_sdk-2.0.13

- old
+ new

@@ -25,11 +25,11 @@ | **currency** | [**Currency**](Currency.md) | | [optional] | | **tax_deductibility** | **Float** | Tax deducibility percentage. | [optional] | | **vat_deductibility** | **Float** | Vat deducibility percentage. | [optional] | | **items_list** | [**Array<ReceivedDocumentItemsListItem>**](ReceivedDocumentItemsListItem.md) | | [optional] | | **payments_list** | [**Array<ReceivedDocumentPaymentsListItem>**](ReceivedDocumentPaymentsListItem.md) | | [optional] | -| **attachment_url** | **String** | [Read Only] Attachment url. | [optional][readonly] | -| **attachment_preview_url** | **String** | [Read Only] Attachment preview url. | [optional][readonly] | +| **attachment_url** | **String** | [Temporary] [Read Only] Public url of the attached file. Authomatically set if a valid attachment token is passed via POST /received_documents or PUT /received_documents/{documentId}. | [optional][readonly] | +| **attachment_preview_url** | **String** | [Temporary] [Read Only] Attachment preview url. | [optional][readonly] | | **attachment_token** | **String** | Uploaded attachement token. | [optional] | | **created_at** | **String** | | [optional] | | **updated_at** | **String** | | [optional] |