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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6aab4d6b7c1462288c691b6a1efe0cd56f151d2fb252517f9abc3e8b1e9ebb25
4
- data.tar.gz: a225e349d8b99475da1807a19b7b60f4330fc973f750e3e02f6e5feae6c10ca5
3
+ metadata.gz: 8d7f1e08fb9cf327861940c50f91b5ec36e2d7e6a16832e22c06370c9594a933
4
+ data.tar.gz: 98c71e74409def1c07b1b477f7db14149a949ec17234300dfc8402252f58151f
5
5
  SHA512:
6
- metadata.gz: 7a6148c8d97c1be73d9628d274c077e7d5ce8e997486d45edf606aee2970a18d6bcb446274a5029a455e634d246dca312c5e44c0307225d5ecc3b6437f3d4b9a
7
- data.tar.gz: cfddf4ffb5b1d64b272383e5f0ee9e0d3305626d637490049f7be92d57ea838cedc1a62bae12bcff36726d243a6ce10b8c2d26f5cdae03b173464520740312f6
6
+ metadata.gz: 0e70938c3755b7fa64af7a175b15a963b525966e409ca39d2307ceeb61ef74d557c26477932813cabc6566c8b901236fb9ed3a8f40a452d283bbab46d27894bb
7
+ data.tar.gz: 8b705883464728630c20703372b98bd26e32ecd1ec96f5175f7801577fa2a8808ae77dd7049632fc71fb650aebbb1ed3451e190074e72cd82dcb11d99fef37bb
data/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### 2.0.13 (2022-12-14)
6
+
5
7
  ### 2.0.12 (2022-11-21)
6
8
 
7
9
  ### 2.0.11 (2022-09-22)
data/Gemfile CHANGED
@@ -5,5 +5,5 @@ gemspec
5
5
  group :development, :test do
6
6
  gem 'rake', '~> 13.0.1'
7
7
  gem 'pry-byebug'
8
- gem 'rubocop', '~> 0.66.0'
8
+ gem 'rubocop', '~> 1.12.0'
9
9
  end
data/README.md CHANGED
@@ -10,8 +10,8 @@ The Fatture in Cloud API is based on REST, and makes possible to interact with t
10
10
 
11
11
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
12
12
 
13
- - API version: 2.0.22
14
- - Package version: 2.0.12
13
+ - API version: 2.0.24
14
+ - Package version: 2.0.13
15
15
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
16
16
 
17
17
 
@@ -7,7 +7,7 @@
7
7
  | **id** | **Integer** | Archive document unique identifier. | [optional] |
8
8
  | **date** | **Date** | Archive document date. | [optional] |
9
9
  | **description** | **String** | Archive Document description. | [optional] |
10
- | **attachment_url** | **String** | [Read Only] Absolute url of the attached file. Authomatically set if a valid attachment token is passed via POST /archive or PUT /archive/{documentId}. | [optional][readonly] |
10
+ | **attachment_url** | **String** | [Temporary] [Read Only] Absolute url of the attached file. Authomatically set if a valid attachment token is passed via POST /archive or PUT /archive/{documentId}. | [optional][readonly] |
11
11
  | **category** | **String** | Archive document category. | [optional] |
12
12
  | **attachment_token** | **String** | [Write Only] [Required] Attachment token returned by POST /archive/attachment. Used to attach the file already uploaded. | [optional] |
13
13
 
data/docs/EmailsApi.md CHANGED
@@ -27,7 +27,7 @@ FattureInCloud_Ruby_Sdk.configure do |config|
27
27
  end
28
28
 
29
29
  api_instance = FattureInCloud_Ruby_Sdk::EmailsApi.new
30
- company_id = 12345
30
+ company_id = 12345 # Integer | The ID of the company.
31
31
 
32
32
  begin
33
33
  # List emails
@@ -60,7 +60,7 @@ end
60
60
 
61
61
  | Name | Type | Description | Notes |
62
62
  | ---- | ---- | ----------- | ----- |
63
- | **company_id** | **Integer** | | |
63
+ | **company_id** | **Integer** | The ID of the company. | |
64
64
 
65
65
  ### Return type
66
66
 
data/docs/F24.md CHANGED
@@ -9,7 +9,7 @@
9
9
  | **status** | [**F24Status**](F24Status.md) | | [optional] |
10
10
  | **payment_account** | [**PaymentAccount**](PaymentAccount.md) | | [optional] |
11
11
  | **amount** | **Float** | Taxes amount. | [optional] |
12
- | **attachment_url** | **String** | [Read Only] Absolute url of the attached file. Authomatically set if a valid attachment token is passed via POST /taxes or PUT /taxes/{documentId}. | [optional][readonly] |
12
+ | **attachment_url** | **String** | [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}. | [optional][readonly] |
13
13
  | **attachment_token** | **String** | [Write Only] Attachment token returned by POST /taxes/attachment. Used to attach the file already uploaded. | [optional] |
14
14
  | **description** | **String** | Name or brief description. | [optional] |
15
15
 
@@ -80,8 +80,10 @@
80
80
  | **extra_data** | [**IssuedDocumentExtraData**](IssuedDocumentExtraData.md) | | [optional] |
81
81
  | **seen_date** | **Date** | Date when the client/supplier has seen the document. | [optional] |
82
82
  | **next_due_date** | **Date** | Date of the next not paid payment. | [optional] |
83
- | **url** | **String** | Public url of the document PDF file. | [optional] |
84
- | **attachment_url** | **String** | [Read Only] Public url of the attached file. Authomatically set if a valid attachment token is passed via POST /issued_documents or PUT /issued_documents/{documentId}. | [optional][readonly] |
83
+ | **url** | **String** | [Temporary] [Read Only] Public url of the document PDF file. | [optional] |
84
+ | **dn_url** | **String** | [Temporary] [Read Only] Public url of the attached delivery note PDF file. | [optional] |
85
+ | **ai_url** | **String** | [Temporary] [Read Only] Public url of the accompanying invoice PDF file. | [optional] |
86
+ | **attachment_url** | **String** | [Temporary] [Read Only] Public url of the attached file. Authomatically set if a valid attachment token is passed via POST /issued_documents or PUT /issued_documents/{documentId}. | [optional][readonly] |
85
87
  | **attachment_token** | **String** | [Write Only] Attachment token returned by POST /issued_documents/attachment. Used to attach the file already uploaded. | [optional] |
86
88
  | **ei_raw** | **Object** | Advanced raw attributes for e-invoices. | [optional] |
87
89
  | **ei_status** | **String** | [Read only] Status of the e-invoice. * `attempt` - We are trying to send the invoice, please wait up to 2 hours * `missing` - The invoice is missing * `not_sent` - The invoice has yet to be sent * `sent` - The invoice was sent * `pending` - The checks for the digital signature and sending are in progress * `processing` - The SDI is delivering the invoice to the customer * `error` - An error occurred while handling the invoice, please try to resend it or contact support * `discarded` - The invoice has been rejected by the SDI, so it must be corrected and re-sent * `not_delivered` - The SDI was unable to deliver the invoice * `accepted` - The customer accepted the invoice * `rejected` - The customer rejected the invoice, so it must be corrected * `no_response` - A response has not yet been received whithin the deadline, contact the customer to ascertain the status of the invoice * `manual_accepted` - The customer accepted the invoice * `manual_rejected` - The customer rejected the invoice | [optional] |
@@ -19,7 +19,7 @@
19
19
  | **apply_withholding_taxes** | **Boolean** | Apply withholding taxes, rivalsa and cassa. | [optional] |
20
20
  | **discount** | **Float** | Discount percentual value. | [optional] |
21
21
  | **discount_highlight** | **Boolean** | | [optional] |
22
- | **in_ddt** | **Boolean** | | [optional] |
22
+ | **in_dn** | **Boolean** | | [optional] |
23
23
  | **stock** | **Boolean** | | [optional] |
24
24
  | **ei_raw** | **Object** | Advanced raw attributes for e-invoices. | [optional] |
25
25
 
@@ -932,7 +932,7 @@ end
932
932
 
933
933
  api_instance = FattureInCloud_Ruby_Sdk::IssuedDocumentsApi.new
934
934
  company_id = 12345 # Integer | The ID of the company.
935
- original_document_id = 54321 # Integer | Original document id.
935
+ original_document_id = 56 # Integer | Original document id.
936
936
  new_type = 'new_type_example' # String | New document type.
937
937
  opts = {
938
938
  e_invoice: 0, # Integer | New document e_invoice.
@@ -27,8 +27,8 @@
27
27
  | **vat_deductibility** | **Float** | Vat deducibility percentage. | [optional] |
28
28
  | **items_list** | [**Array<ReceivedDocumentItemsListItem>**](ReceivedDocumentItemsListItem.md) | | [optional] |
29
29
  | **payments_list** | [**Array<ReceivedDocumentPaymentsListItem>**](ReceivedDocumentPaymentsListItem.md) | | [optional] |
30
- | **attachment_url** | **String** | [Read Only] Attachment url. | [optional][readonly] |
31
- | **attachment_preview_url** | **String** | [Read Only] Attachment preview url. | [optional][readonly] |
30
+ | **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] |
31
+ | **attachment_preview_url** | **String** | [Temporary] [Read Only] Attachment preview url. | [optional][readonly] |
32
32
  | **attachment_token** | **String** | Uploaded attachement token. | [optional] |
33
33
  | **created_at** | **String** | | [optional] |
34
34
  | **updated_at** | **String** | | [optional] |
@@ -5,7 +5,7 @@
5
5
 
6
6
  #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.
7
7
 
8
- The version of the OpenAPI document: 2.0.22
8
+ The version of the OpenAPI document: 2.0.24
9
9
  Contact: info@fattureincloud.it
10
10
  Generated by: https://openapi-generator.tech
11
11
  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
@@ -21,7 +21,7 @@ module FattureInCloud_Ruby_Sdk
21
21
  end
22
22
  # List emails
23
23
  # List Emails.
24
- # @param company_id [Integer]
24
+ # @param company_id [Integer] The ID of the company.
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [ListEmailsResponse]
27
27
  def list_emails(company_id, opts = {})
@@ -31,7 +31,7 @@ module FattureInCloud_Ruby_Sdk
31
31
 
32
32
  # List emails
33
33
  # List Emails.
34
- # @param company_id [Integer]
34
+ # @param company_id [Integer] The ID of the company.
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(ListEmailsResponse, Integer, Hash)>] ListEmailsResponse data, response status code and response headers
37
37
  def list_emails_with_http_info(company_id, opts = {})
@@ -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
@@ -31,7 +31,7 @@ module FattureInCloud_Ruby_Sdk
31
31
  # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
32
32
  def initialize(config = Configuration.default)
33
33
  @config = config
34
- @user_agent = "FattureInCloud/2.0.12/Ruby-SDK"
34
+ @user_agent = "FattureInCloud/2.0.13/Ruby-SDK"
35
35
  @default_headers = {
36
36
  'Content-Type' => 'application/json',
37
37
  'User-Agent' => @user_agent
@@ -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
@@ -24,7 +24,7 @@ module FattureInCloud_Ruby_Sdk
24
24
  # Archive Document description.
25
25
  attr_accessor :description
26
26
 
27
- # [Read Only] Absolute url of the attached file. Authomatically set if a valid attachment token is passed via POST /archive or PUT /archive/{documentId}.
27
+ # [Temporary] [Read Only] Absolute url of the attached file. Authomatically set if a valid attachment token is passed via POST /archive or PUT /archive/{documentId}.
28
28
  attr_accessor :attachment_url
29
29
 
30
30
  # Archive document category.
@@ -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