fattureincloud_ruby_sdk 2.0.12 → 2.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (264) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +2 -0
  3. data/Gemfile +1 -1
  4. data/README.md +2 -2
  5. data/docs/ArchiveDocument.md +1 -1
  6. data/docs/EmailsApi.md +2 -2
  7. data/docs/F24.md +1 -1
  8. data/docs/IssuedDocument.md +4 -2
  9. data/docs/IssuedDocumentItemsListItem.md +1 -1
  10. data/docs/IssuedDocumentsApi.md +1 -1
  11. data/docs/ReceivedDocument.md +2 -2
  12. data/fattureincloud_ruby_sdk.gemspec +1 -1
  13. data/lib/fattureincloud_ruby_sdk/api/archive_api.rb +1 -1
  14. data/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb +1 -1
  15. data/lib/fattureincloud_ruby_sdk/api/clients_api.rb +1 -1
  16. data/lib/fattureincloud_ruby_sdk/api/companies_api.rb +1 -1
  17. data/lib/fattureincloud_ruby_sdk/api/emails_api.rb +3 -3
  18. data/lib/fattureincloud_ruby_sdk/api/info_api.rb +1 -1
  19. data/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb +1 -1
  20. data/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb +1 -1
  21. data/lib/fattureincloud_ruby_sdk/api/products_api.rb +1 -1
  22. data/lib/fattureincloud_ruby_sdk/api/receipts_api.rb +1 -1
  23. data/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb +1 -1
  24. data/lib/fattureincloud_ruby_sdk/api/settings_api.rb +1 -1
  25. data/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb +1 -1
  26. data/lib/fattureincloud_ruby_sdk/api/taxes_api.rb +1 -1
  27. data/lib/fattureincloud_ruby_sdk/api/user_api.rb +1 -1
  28. data/lib/fattureincloud_ruby_sdk/api_client.rb +2 -2
  29. data/lib/fattureincloud_ruby_sdk/api_error.rb +1 -1
  30. data/lib/fattureincloud_ruby_sdk/configuration.rb +1 -1
  31. data/lib/fattureincloud_ruby_sdk/models/archive_document.rb +2 -2
  32. data/lib/fattureincloud_ruby_sdk/models/attachment_data.rb +1 -1
  33. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb +1 -1
  34. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb +1 -1
  35. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb +1 -1
  36. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb +1 -1
  37. data/lib/fattureincloud_ruby_sdk/models/city.rb +1 -1
  38. data/lib/fattureincloud_ruby_sdk/models/client.rb +1 -1
  39. data/lib/fattureincloud_ruby_sdk/models/client_type.rb +1 -1
  40. data/lib/fattureincloud_ruby_sdk/models/company.rb +1 -1
  41. data/lib/fattureincloud_ruby_sdk/models/company_info.rb +1 -1
  42. data/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb +1 -1
  43. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb +1 -1
  44. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb +1 -1
  45. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb +1 -1
  46. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb +1 -1
  47. data/lib/fattureincloud_ruby_sdk/models/company_type.rb +1 -1
  48. data/lib/fattureincloud_ruby_sdk/models/controlled_company.rb +1 -1
  49. data/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb +1 -1
  50. data/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb +1 -1
  51. data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb +1 -1
  52. data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb +1 -1
  53. data/lib/fattureincloud_ruby_sdk/models/create_client_request.rb +1 -1
  54. data/lib/fattureincloud_ruby_sdk/models/create_client_response.rb +1 -1
  55. data/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb +1 -1
  56. data/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb +1 -1
  57. data/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb +1 -1
  58. data/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb +1 -1
  59. data/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb +1 -1
  60. data/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb +1 -1
  61. data/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb +1 -1
  62. data/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb +1 -1
  63. data/lib/fattureincloud_ruby_sdk/models/create_product_request.rb +1 -1
  64. data/lib/fattureincloud_ruby_sdk/models/create_product_response.rb +1 -1
  65. data/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb +1 -1
  66. data/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb +1 -1
  67. data/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb +1 -1
  68. data/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb +1 -1
  69. data/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb +1 -1
  70. data/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb +1 -1
  71. data/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb +1 -1
  72. data/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb +1 -1
  73. data/lib/fattureincloud_ruby_sdk/models/currency.rb +1 -1
  74. data/lib/fattureincloud_ruby_sdk/models/detailed_country.rb +1 -1
  75. data/lib/fattureincloud_ruby_sdk/models/document_template.rb +1 -1
  76. data/lib/fattureincloud_ruby_sdk/models/e_invoice_rejection_reason.rb +1 -1
  77. data/lib/fattureincloud_ruby_sdk/models/email.rb +1 -1
  78. data/lib/fattureincloud_ruby_sdk/models/email_attachment.rb +1 -1
  79. data/lib/fattureincloud_ruby_sdk/models/email_data.rb +1 -1
  80. data/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb +1 -1
  81. data/lib/fattureincloud_ruby_sdk/models/email_recipient_status.rb +1 -1
  82. data/lib/fattureincloud_ruby_sdk/models/email_schedule.rb +1 -1
  83. data/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb +1 -1
  84. data/lib/fattureincloud_ruby_sdk/models/email_status.rb +1 -1
  85. data/lib/fattureincloud_ruby_sdk/models/entity.rb +1 -1
  86. data/lib/fattureincloud_ruby_sdk/models/entity_type.rb +1 -1
  87. data/lib/fattureincloud_ruby_sdk/models/f24.rb +2 -2
  88. data/lib/fattureincloud_ruby_sdk/models/f24_status.rb +1 -1
  89. data/lib/fattureincloud_ruby_sdk/models/function_status.rb +1 -1
  90. data/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb +1 -1
  91. data/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb +1 -1
  92. data/lib/fattureincloud_ruby_sdk/models/get_client_response.rb +1 -1
  93. data/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb +1 -1
  94. data/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb +1 -1
  95. data/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb +1 -1
  96. data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb +1 -1
  97. data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb +1 -1
  98. data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb +1 -1
  99. data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb +1 -1
  100. data/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb +1 -1
  101. data/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb +1 -1
  102. data/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb +1 -1
  103. data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb +1 -1
  104. data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb +1 -1
  105. data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb +1 -1
  106. data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb +1 -1
  107. data/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb +1 -1
  108. data/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb +1 -1
  109. data/lib/fattureincloud_ruby_sdk/models/get_product_response.rb +1 -1
  110. data/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb +1 -1
  111. data/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb +1 -1
  112. data/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb +1 -1
  113. data/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb +1 -1
  114. data/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb +1 -1
  115. data/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb +1 -1
  116. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb +1 -1
  117. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb +1 -1
  118. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb +1 -1
  119. data/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb +1 -1
  120. data/lib/fattureincloud_ruby_sdk/models/issued_document.rb +26 -4
  121. data/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb +1 -1
  122. data/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb +1 -1
  123. data/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb +9 -9
  124. data/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb +1 -1
  125. data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb +1 -1
  126. data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item_payment_terms.rb +1 -1
  127. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb +1 -1
  128. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb +1 -1
  129. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb +1 -1
  130. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb +1 -1
  131. data/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb +1 -1
  132. data/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb +1 -1
  133. data/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb +1 -1
  134. data/lib/fattureincloud_ruby_sdk/models/join_issued_documents_response.rb +1 -1
  135. data/lib/fattureincloud_ruby_sdk/models/language.rb +1 -1
  136. data/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb +1 -1
  137. data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb +1 -1
  138. data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb +1 -1
  139. data/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb +1 -1
  140. data/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb +1 -1
  141. data/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb +1 -1
  142. data/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb +1 -1
  143. data/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb +1 -1
  144. data/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb +1 -1
  145. data/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb +1 -1
  146. data/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb +1 -1
  147. data/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb +1 -1
  148. data/lib/fattureincloud_ruby_sdk/models/list_emails_response.rb +1 -1
  149. data/lib/fattureincloud_ruby_sdk/models/list_emails_response_page.rb +1 -1
  150. data/lib/fattureincloud_ruby_sdk/models/list_f24_response.rb +1 -1
  151. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregated_data.rb +1 -1
  152. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregation.rb +1 -1
  153. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_page.rb +1 -1
  154. data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response.rb +1 -1
  155. data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response_page.rb +1 -1
  156. data/lib/fattureincloud_ruby_sdk/models/list_languages_response.rb +1 -1
  157. data/lib/fattureincloud_ruby_sdk/models/list_payment_accounts_response.rb +1 -1
  158. data/lib/fattureincloud_ruby_sdk/models/list_payment_methods_response.rb +1 -1
  159. data/lib/fattureincloud_ruby_sdk/models/list_product_categories_response.rb +1 -1
  160. data/lib/fattureincloud_ruby_sdk/models/list_products_response.rb +1 -1
  161. data/lib/fattureincloud_ruby_sdk/models/list_products_response_page.rb +1 -1
  162. data/lib/fattureincloud_ruby_sdk/models/list_receipts_response.rb +1 -1
  163. data/lib/fattureincloud_ruby_sdk/models/list_receipts_response_page.rb +1 -1
  164. data/lib/fattureincloud_ruby_sdk/models/list_received_document_categories_response.rb +1 -1
  165. data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response.rb +1 -1
  166. data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response_page.rb +1 -1
  167. data/lib/fattureincloud_ruby_sdk/models/list_revenue_centers_response.rb +1 -1
  168. data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response.rb +1 -1
  169. data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response_page.rb +1 -1
  170. data/lib/fattureincloud_ruby_sdk/models/list_templates_response.rb +1 -1
  171. data/lib/fattureincloud_ruby_sdk/models/list_units_of_measure_response.rb +1 -1
  172. data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response.rb +1 -1
  173. data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response_data.rb +1 -1
  174. data/lib/fattureincloud_ruby_sdk/models/list_vat_types_response.rb +1 -1
  175. data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_request.rb +1 -1
  176. data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_response.rb +1 -1
  177. data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_request.rb +1 -1
  178. data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_response.rb +1 -1
  179. data/lib/fattureincloud_ruby_sdk/models/modify_client_request.rb +1 -1
  180. data/lib/fattureincloud_ruby_sdk/models/modify_client_response.rb +1 -1
  181. data/lib/fattureincloud_ruby_sdk/models/modify_f24_request.rb +1 -1
  182. data/lib/fattureincloud_ruby_sdk/models/modify_f24_response.rb +1 -1
  183. data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_request.rb +1 -1
  184. data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_response.rb +1 -1
  185. data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_request.rb +1 -1
  186. data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_response.rb +1 -1
  187. data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_request.rb +1 -1
  188. data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_response.rb +1 -1
  189. data/lib/fattureincloud_ruby_sdk/models/modify_product_request.rb +1 -1
  190. data/lib/fattureincloud_ruby_sdk/models/modify_product_response.rb +1 -1
  191. data/lib/fattureincloud_ruby_sdk/models/modify_receipt_request.rb +1 -1
  192. data/lib/fattureincloud_ruby_sdk/models/modify_receipt_response.rb +1 -1
  193. data/lib/fattureincloud_ruby_sdk/models/modify_received_document_request.rb +1 -1
  194. data/lib/fattureincloud_ruby_sdk/models/modify_received_document_response.rb +1 -1
  195. data/lib/fattureincloud_ruby_sdk/models/modify_supplier_request.rb +1 -1
  196. data/lib/fattureincloud_ruby_sdk/models/modify_supplier_response.rb +1 -1
  197. data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_request.rb +1 -1
  198. data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_response.rb +1 -1
  199. data/lib/fattureincloud_ruby_sdk/models/monthly_total.rb +1 -1
  200. data/lib/fattureincloud_ruby_sdk/models/original_document_type.rb +1 -1
  201. data/lib/fattureincloud_ruby_sdk/models/pagination.rb +1 -1
  202. data/lib/fattureincloud_ruby_sdk/models/payment_account.rb +1 -1
  203. data/lib/fattureincloud_ruby_sdk/models/payment_account_type.rb +1 -1
  204. data/lib/fattureincloud_ruby_sdk/models/payment_method.rb +1 -1
  205. data/lib/fattureincloud_ruby_sdk/models/payment_method_details.rb +1 -1
  206. data/lib/fattureincloud_ruby_sdk/models/payment_method_type.rb +1 -1
  207. data/lib/fattureincloud_ruby_sdk/models/payment_terms_type.rb +1 -1
  208. data/lib/fattureincloud_ruby_sdk/models/permission_level.rb +1 -1
  209. data/lib/fattureincloud_ruby_sdk/models/permissions.rb +1 -1
  210. data/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb +1 -1
  211. data/lib/fattureincloud_ruby_sdk/models/product.rb +1 -1
  212. data/lib/fattureincloud_ruby_sdk/models/receipt.rb +1 -1
  213. data/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb +1 -1
  214. data/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb +1 -1
  215. data/lib/fattureincloud_ruby_sdk/models/receipt_type.rb +1 -1
  216. data/lib/fattureincloud_ruby_sdk/models/received_document.rb +3 -3
  217. data/lib/fattureincloud_ruby_sdk/models/received_document_entity.rb +1 -1
  218. data/lib/fattureincloud_ruby_sdk/models/received_document_info.rb +1 -1
  219. data/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb +1 -1
  220. data/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb +1 -1
  221. data/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb +1 -1
  222. data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb +1 -1
  223. data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb +1 -1
  224. data/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb +1 -1
  225. data/lib/fattureincloud_ruby_sdk/models/received_document_type.rb +1 -1
  226. data/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb +1 -1
  227. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb +1 -1
  228. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb +1 -1
  229. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb +1 -1
  230. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb +1 -1
  231. data/lib/fattureincloud_ruby_sdk/models/sender_email.rb +1 -1
  232. data/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb +1 -1
  233. data/lib/fattureincloud_ruby_sdk/models/supplier.rb +1 -1
  234. data/lib/fattureincloud_ruby_sdk/models/supplier_type.rb +1 -1
  235. data/lib/fattureincloud_ruby_sdk/models/transform_issued_document_response.rb +1 -1
  236. data/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb +1 -1
  237. data/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb +1 -1
  238. data/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb +1 -1
  239. data/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb +1 -1
  240. data/lib/fattureincloud_ruby_sdk/models/user.rb +1 -1
  241. data/lib/fattureincloud_ruby_sdk/models/user_company_role.rb +1 -1
  242. data/lib/fattureincloud_ruby_sdk/models/vat_item.rb +1 -1
  243. data/lib/fattureincloud_ruby_sdk/models/vat_kind.rb +1 -1
  244. data/lib/fattureincloud_ruby_sdk/models/vat_type.rb +1 -1
  245. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb +1 -1
  246. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb +1 -1
  247. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.rb +1 -1
  248. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb +1 -1
  249. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb +1 -1
  250. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb +1 -1
  251. data/lib/fattureincloud_ruby_sdk/version.rb +2 -2
  252. data/lib/fattureincloud_ruby_sdk.rb +1 -1
  253. data/sdk-version.yaml +1 -1
  254. data/spec/api/emails_api_spec.rb +1 -1
  255. data/spec/api/issued_documents_api_spec.rb +2 -2
  256. data/spec/api_client_spec.rb +1 -1
  257. data/spec/configuration_spec.rb +1 -1
  258. data/spec/models/create_payment_method_response_spec.rb +1 -1
  259. data/spec/models/issued_document_items_list_item_spec.rb +3 -3
  260. data/spec/models/list_emails_response_page_spec.rb +32 -32
  261. data/spec/models/list_emails_response_spec.rb +33 -33
  262. data/spec/models/sender_email_spec.rb +1 -1
  263. data/spec/spec_helper.rb +1 -1
  264. metadata +212 -212
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -28,7 +28,7 @@ module FattureInCloud_Ruby_Sdk
28
28
  # Taxes amount.
29
29
  attr_accessor :amount
30
30
 
31
- # [Read Only] Absolute url of the attached file. Authomatically set if a valid attachment token is passed via POST /taxes or PUT /taxes/{documentId}.
31
+ # [Temporary] [Read Only] Absolute url of the attached file. Authomatically set if a valid attachment token is passed via POST /taxes or PUT /taxes/{documentId}.
32
32
  attr_accessor :attachment_url
33
33
 
34
34
  # [Write Only] Attachment token returned by POST /taxes/attachment. Used to attach the file already uploaded.
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- The version of the OpenAPI document: 2.0.22
6
+ The version of the OpenAPI document: 2.0.24
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.2.1