fattureincloud_ruby_sdk 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (258) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/README.md +10 -5
  4. data/docs/ArchiveApi.md +3 -1
  5. data/docs/ClientsApi.md +3 -1
  6. data/docs/DetailedCountry.md +12 -0
  7. data/docs/{EinvoiceRejectionReason.md → EInvoiceRejectionReason.md} +2 -2
  8. data/docs/GetEInvoiceRejectionReasonResponse.md +1 -1
  9. data/docs/InfoApi.md +67 -0
  10. data/docs/IssuedDocument.md +6 -6
  11. data/docs/IssuedDocumentsApi.md +3 -1
  12. data/docs/IssuedEInvoicesApi.md +10 -10
  13. data/docs/ListDetailedCountriesResponse.md +8 -0
  14. data/docs/PaymentMethod.md +1 -1
  15. data/docs/ProductsApi.md +3 -1
  16. data/docs/ReceiptsApi.md +3 -1
  17. data/docs/ReceivedDocumentsApi.md +3 -1
  18. data/docs/SuppliersApi.md +3 -1
  19. data/docs/TaxesApi.md +3 -1
  20. data/fattureincloud_ruby_sdk.gemspec +1 -1
  21. data/lib/fattureincloud_ruby_sdk/api/archive_api.rb +4 -1
  22. data/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb +1 -1
  23. data/lib/fattureincloud_ruby_sdk/api/clients_api.rb +4 -1
  24. data/lib/fattureincloud_ruby_sdk/api/companies_api.rb +1 -1
  25. data/lib/fattureincloud_ruby_sdk/api/info_api.rb +58 -1
  26. data/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb +4 -1
  27. data/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb +9 -9
  28. data/lib/fattureincloud_ruby_sdk/api/products_api.rb +4 -1
  29. data/lib/fattureincloud_ruby_sdk/api/receipts_api.rb +4 -1
  30. data/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb +4 -1
  31. data/lib/fattureincloud_ruby_sdk/api/settings_api.rb +1 -1
  32. data/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb +4 -1
  33. data/lib/fattureincloud_ruby_sdk/api/taxes_api.rb +4 -1
  34. data/lib/fattureincloud_ruby_sdk/api/user_api.rb +1 -1
  35. data/lib/fattureincloud_ruby_sdk/api_client.rb +2 -2
  36. data/lib/fattureincloud_ruby_sdk/api_error.rb +1 -1
  37. data/lib/fattureincloud_ruby_sdk/configuration.rb +1 -1
  38. data/lib/fattureincloud_ruby_sdk/models/archive_document.rb +1 -1
  39. data/lib/fattureincloud_ruby_sdk/models/attachment_data.rb +1 -1
  40. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb +1 -1
  41. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb +1 -1
  42. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb +1 -1
  43. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb +1 -1
  44. data/lib/fattureincloud_ruby_sdk/models/city.rb +1 -1
  45. data/lib/fattureincloud_ruby_sdk/models/client.rb +1 -1
  46. data/lib/fattureincloud_ruby_sdk/models/client_type.rb +1 -1
  47. data/lib/fattureincloud_ruby_sdk/models/company.rb +1 -1
  48. data/lib/fattureincloud_ruby_sdk/models/company_info.rb +1 -1
  49. data/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb +1 -1
  50. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb +1 -1
  51. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb +1 -1
  52. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb +1 -1
  53. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb +1 -1
  54. data/lib/fattureincloud_ruby_sdk/models/company_type.rb +1 -1
  55. data/lib/fattureincloud_ruby_sdk/models/controlled_company.rb +1 -1
  56. data/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb +1 -1
  57. data/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb +1 -1
  58. data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb +1 -1
  59. data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb +1 -1
  60. data/lib/fattureincloud_ruby_sdk/models/create_client_request.rb +1 -1
  61. data/lib/fattureincloud_ruby_sdk/models/create_client_response.rb +1 -1
  62. data/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb +1 -1
  63. data/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb +1 -1
  64. data/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb +1 -1
  65. data/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb +1 -1
  66. data/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb +1 -1
  67. data/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb +1 -1
  68. data/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb +1 -1
  69. data/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb +1 -1
  70. data/lib/fattureincloud_ruby_sdk/models/create_product_request.rb +1 -1
  71. data/lib/fattureincloud_ruby_sdk/models/create_product_response.rb +1 -1
  72. data/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb +1 -1
  73. data/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb +1 -1
  74. data/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb +1 -1
  75. data/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb +1 -1
  76. data/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb +1 -1
  77. data/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb +1 -1
  78. data/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb +1 -1
  79. data/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb +1 -1
  80. data/lib/fattureincloud_ruby_sdk/models/currency.rb +1 -1
  81. data/lib/fattureincloud_ruby_sdk/models/default_payment_terms_type.rb +1 -1
  82. data/lib/fattureincloud_ruby_sdk/models/detailed_country.rb +264 -0
  83. data/lib/fattureincloud_ruby_sdk/models/document_template.rb +1 -1
  84. data/lib/fattureincloud_ruby_sdk/models/{einvoice_rejection_reason.rb → e_invoice_rejection_reason.rb} +5 -5
  85. data/lib/fattureincloud_ruby_sdk/models/email_data.rb +1 -1
  86. data/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb +1 -1
  87. data/lib/fattureincloud_ruby_sdk/models/email_schedule.rb +1 -1
  88. data/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb +1 -1
  89. data/lib/fattureincloud_ruby_sdk/models/entity.rb +1 -1
  90. data/lib/fattureincloud_ruby_sdk/models/entity_type.rb +1 -1
  91. data/lib/fattureincloud_ruby_sdk/models/f24.rb +1 -1
  92. data/lib/fattureincloud_ruby_sdk/models/f24_status.rb +1 -1
  93. data/lib/fattureincloud_ruby_sdk/models/function_status.rb +1 -1
  94. data/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb +1 -1
  95. data/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb +1 -1
  96. data/lib/fattureincloud_ruby_sdk/models/get_client_response.rb +1 -1
  97. data/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb +1 -1
  98. data/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb +2 -2
  99. data/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb +1 -1
  100. data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb +1 -1
  101. data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb +1 -1
  102. data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb +1 -1
  103. data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb +1 -1
  104. data/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb +1 -1
  105. data/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb +1 -1
  106. data/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb +1 -1
  107. data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb +1 -1
  108. data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb +1 -1
  109. data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb +1 -1
  110. data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb +1 -1
  111. data/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb +1 -1
  112. data/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb +1 -1
  113. data/lib/fattureincloud_ruby_sdk/models/get_product_response.rb +1 -1
  114. data/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb +1 -1
  115. data/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb +1 -1
  116. data/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb +1 -1
  117. data/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb +1 -1
  118. data/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb +1 -1
  119. data/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb +1 -1
  120. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb +1 -1
  121. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb +1 -1
  122. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb +1 -1
  123. data/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb +1 -1
  124. data/lib/fattureincloud_ruby_sdk/models/issued_document.rb +9 -9
  125. data/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb +1 -1
  126. data/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb +1 -1
  127. data/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb +1 -1
  128. data/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb +1 -1
  129. data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb +1 -1
  130. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb +1 -1
  131. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb +1 -1
  132. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb +1 -1
  133. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb +1 -1
  134. data/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb +1 -1
  135. data/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb +1 -1
  136. data/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb +1 -1
  137. data/lib/fattureincloud_ruby_sdk/models/language.rb +1 -1
  138. data/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb +1 -1
  139. data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb +1 -1
  140. data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb +1 -1
  141. data/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb +1 -1
  142. data/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb +1 -1
  143. data/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb +1 -1
  144. data/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb +1 -1
  145. data/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb +1 -1
  146. data/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb +1 -1
  147. data/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb +1 -1
  148. data/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb +1 -1
  149. data/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb +222 -0
  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 +2 -2
  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/permission_level.rb +1 -1
  208. data/lib/fattureincloud_ruby_sdk/models/permissions.rb +1 -1
  209. data/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb +1 -1
  210. data/lib/fattureincloud_ruby_sdk/models/product.rb +1 -1
  211. data/lib/fattureincloud_ruby_sdk/models/receipt.rb +1 -1
  212. data/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb +1 -1
  213. data/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb +1 -1
  214. data/lib/fattureincloud_ruby_sdk/models/receipt_type.rb +1 -1
  215. data/lib/fattureincloud_ruby_sdk/models/received_document.rb +1 -1
  216. data/lib/fattureincloud_ruby_sdk/models/received_document_entity.rb +1 -1
  217. data/lib/fattureincloud_ruby_sdk/models/received_document_info.rb +1 -1
  218. data/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb +1 -1
  219. data/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb +1 -1
  220. data/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb +1 -1
  221. data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb +1 -1
  222. data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb +1 -1
  223. data/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb +1 -1
  224. data/lib/fattureincloud_ruby_sdk/models/received_document_type.rb +1 -1
  225. data/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb +1 -1
  226. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb +1 -1
  227. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb +1 -1
  228. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb +1 -1
  229. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb +1 -1
  230. data/lib/fattureincloud_ruby_sdk/models/sender_email.rb +1 -1
  231. data/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb +1 -1
  232. data/lib/fattureincloud_ruby_sdk/models/supplier.rb +1 -1
  233. data/lib/fattureincloud_ruby_sdk/models/supplier_type.rb +1 -1
  234. data/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb +1 -1
  235. data/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb +1 -1
  236. data/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb +1 -1
  237. data/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb +1 -1
  238. data/lib/fattureincloud_ruby_sdk/models/user.rb +1 -1
  239. data/lib/fattureincloud_ruby_sdk/models/user_company_role.rb +1 -1
  240. data/lib/fattureincloud_ruby_sdk/models/vat_item.rb +1 -1
  241. data/lib/fattureincloud_ruby_sdk/models/vat_kind.rb +1 -1
  242. data/lib/fattureincloud_ruby_sdk/models/vat_type.rb +1 -1
  243. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb +1 -1
  244. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb +1 -1
  245. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb +1 -1
  246. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb +1 -1
  247. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb +1 -1
  248. data/lib/fattureincloud_ruby_sdk/version.rb +2 -2
  249. data/lib/fattureincloud_ruby_sdk.rb +4 -2
  250. data/sdk-version.yaml +1 -1
  251. data/spec/api/info_api_spec.rb +19 -0
  252. data/spec/api_client_spec.rb +1 -1
  253. data/spec/configuration_spec.rb +1 -1
  254. data/spec/models/detailed_country_spec.rb +67 -0
  255. data/spec/models/{einvoice_rejection_reason_spec.rb → e_invoice_rejection_reason_spec.rb} +6 -6
  256. data/spec/models/list_detailed_countries_response_spec.rb +50 -0
  257. data/spec/spec_helper.rb +1 -1
  258. metadata +14 -6
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -602,6 +602,7 @@ module FattureInCloud_Ruby_Sdk
602
602
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
603
603
  # @option opts [Integer] :page The page to retrieve. (default to 1)
604
604
  # @option opts [Integer] :per_page The size of the page. (default to 5)
605
+ # @option opts [String] :q Query for filtering the results.
605
606
  # @return [ListIssuedDocumentsResponse]
606
607
  def list_issued_documents(company_id, type, opts = {})
607
608
  data, _status_code, _headers = list_issued_documents_with_http_info(company_id, type, opts)
@@ -618,6 +619,7 @@ module FattureInCloud_Ruby_Sdk
618
619
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
619
620
  # @option opts [Integer] :page The page to retrieve.
620
621
  # @option opts [Integer] :per_page The size of the page.
622
+ # @option opts [String] :q Query for filtering the results.
621
623
  # @return [Array<(ListIssuedDocumentsResponse, Integer, Hash)>] ListIssuedDocumentsResponse data, response status code and response headers
622
624
  def list_issued_documents_with_http_info(company_id, type, opts = {})
623
625
  if @api_client.config.debugging
@@ -651,6 +653,7 @@ module FattureInCloud_Ruby_Sdk
651
653
  query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
652
654
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
653
655
  query_params[:'per_page'] = opts[:'per_page'] if !opts[:'per_page'].nil?
656
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
654
657
 
655
658
  # header parameters
656
659
  header_params = opts[:header_params] || {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -19,8 +19,8 @@ module FattureInCloud_Ruby_Sdk
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # Get EInvoice rejection reason
23
- # Get EInvoice rejection reason
22
+ # Get e-invoice rejection reason
23
+ # Get e-invoice rejection reason
24
24
  # @param company_id [Integer] The ID of the company.
25
25
  # @param document_id [Integer] The ID of the document.
26
26
  # @param [Hash] opts the optional parameters
@@ -30,8 +30,8 @@ module FattureInCloud_Ruby_Sdk
30
30
  data
31
31
  end
32
32
 
33
- # Get EInvoice rejection reason
34
- # Get EInvoice rejection reason
33
+ # Get e-invoice rejection reason
34
+ # Get e-invoice rejection reason
35
35
  # @param company_id [Integer] The ID of the company.
36
36
  # @param document_id [Integer] The ID of the document.
37
37
  # @param [Hash] opts the optional parameters
@@ -236,8 +236,8 @@ module FattureInCloud_Ruby_Sdk
236
236
  return data, status_code, headers
237
237
  end
238
238
 
239
- # Verify e-invoice xml
240
- # Verifies the e-invoice xml format. Checks if all of the mandatory fields are filled and compliant to the right format.
239
+ # Verify e-invoice XML
240
+ # Verifies the e-invoice XML format. Checks if all of the mandatory fields are filled and compliant to the right format.
241
241
  # @param company_id [Integer] The ID of the company.
242
242
  # @param document_id [Integer] The ID of the document.
243
243
  # @param [Hash] opts the optional parameters
@@ -247,8 +247,8 @@ module FattureInCloud_Ruby_Sdk
247
247
  data
248
248
  end
249
249
 
250
- # Verify e-invoice xml
251
- # Verifies the e-invoice xml format. Checks if all of the mandatory fields are filled and compliant to the right format.
250
+ # Verify e-invoice XML
251
+ # Verifies the e-invoice XML format. Checks if all of the mandatory fields are filled and compliant to the right format.
252
252
  # @param company_id [Integer] The ID of the company.
253
253
  # @param document_id [Integer] The ID of the document.
254
254
  # @param [Hash] opts the optional parameters
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -244,6 +244,7 @@ module FattureInCloud_Ruby_Sdk
244
244
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
245
245
  # @option opts [Integer] :page The page to retrieve. (default to 1)
246
246
  # @option opts [Integer] :per_page The size of the page. (default to 5)
247
+ # @option opts [String] :q Query for filtering the results.
247
248
  # @return [ListProductsResponse]
248
249
  def list_products(company_id, opts = {})
249
250
  data, _status_code, _headers = list_products_with_http_info(company_id, opts)
@@ -259,6 +260,7 @@ module FattureInCloud_Ruby_Sdk
259
260
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
260
261
  # @option opts [Integer] :page The page to retrieve.
261
262
  # @option opts [Integer] :per_page The size of the page.
263
+ # @option opts [String] :q Query for filtering the results.
262
264
  # @return [Array<(ListProductsResponse, Integer, Hash)>] ListProductsResponse data, response status code and response headers
263
265
  def list_products_with_http_info(company_id, opts = {})
264
266
  if @api_client.config.debugging
@@ -282,6 +284,7 @@ module FattureInCloud_Ruby_Sdk
282
284
  query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
283
285
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
284
286
  query_params[:'per_page'] = opts[:'per_page'] if !opts[:'per_page'].nil?
287
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
285
288
 
286
289
  # header parameters
287
290
  header_params = opts[:header_params] || {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -389,6 +389,7 @@ module FattureInCloud_Ruby_Sdk
389
389
  # @option opts [Integer] :page The page to retrieve. (default to 1)
390
390
  # @option opts [Integer] :per_page The size of the page. (default to 5)
391
391
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
392
+ # @option opts [String] :q Query for filtering the results.
392
393
  # @return [ListReceiptsResponse]
393
394
  def list_receipts(company_id, opts = {})
394
395
  data, _status_code, _headers = list_receipts_with_http_info(company_id, opts)
@@ -404,6 +405,7 @@ module FattureInCloud_Ruby_Sdk
404
405
  # @option opts [Integer] :page The page to retrieve.
405
406
  # @option opts [Integer] :per_page The size of the page.
406
407
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
408
+ # @option opts [String] :q Query for filtering the results.
407
409
  # @return [Array<(ListReceiptsResponse, Integer, Hash)>] ListReceiptsResponse data, response status code and response headers
408
410
  def list_receipts_with_http_info(company_id, opts = {})
409
411
  if @api_client.config.debugging
@@ -427,6 +429,7 @@ module FattureInCloud_Ruby_Sdk
427
429
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
428
430
  query_params[:'per_page'] = opts[:'per_page'] if !opts[:'per_page'].nil?
429
431
  query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
432
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
430
433
 
431
434
  # header parameters
432
435
  header_params = opts[:header_params] || {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -533,6 +533,7 @@ module FattureInCloud_Ruby_Sdk
533
533
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
534
534
  # @option opts [Integer] :page The page to retrieve. (default to 1)
535
535
  # @option opts [Integer] :per_page The size of the page. (default to 5)
536
+ # @option opts [String] :q Query for filtering the results.
536
537
  # @return [ListReceivedDocumentsResponse]
537
538
  def list_received_documents(company_id, type, opts = {})
538
539
  data, _status_code, _headers = list_received_documents_with_http_info(company_id, type, opts)
@@ -549,6 +550,7 @@ module FattureInCloud_Ruby_Sdk
549
550
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
550
551
  # @option opts [Integer] :page The page to retrieve.
551
552
  # @option opts [Integer] :per_page The size of the page.
553
+ # @option opts [String] :q Query for filtering the results.
552
554
  # @return [Array<(ListReceivedDocumentsResponse, Integer, Hash)>] ListReceivedDocumentsResponse data, response status code and response headers
553
555
  def list_received_documents_with_http_info(company_id, type, opts = {})
554
556
  if @api_client.config.debugging
@@ -582,6 +584,7 @@ module FattureInCloud_Ruby_Sdk
582
584
  query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
583
585
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
584
586
  query_params[:'per_page'] = opts[:'per_page'] if !opts[:'per_page'].nil?
587
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
585
588
 
586
589
  # header parameters
587
590
  header_params = opts[:header_params] || {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -244,6 +244,7 @@ module FattureInCloud_Ruby_Sdk
244
244
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
245
245
  # @option opts [Integer] :page The page to retrieve. (default to 1)
246
246
  # @option opts [Integer] :per_page The size of the page. (default to 5)
247
+ # @option opts [String] :q Query for filtering the results.
247
248
  # @return [ListSuppliersResponse]
248
249
  def list_suppliers(company_id, opts = {})
249
250
  data, _status_code, _headers = list_suppliers_with_http_info(company_id, opts)
@@ -259,6 +260,7 @@ module FattureInCloud_Ruby_Sdk
259
260
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
260
261
  # @option opts [Integer] :page The page to retrieve.
261
262
  # @option opts [Integer] :per_page The size of the page.
263
+ # @option opts [String] :q Query for filtering the results.
262
264
  # @return [Array<(ListSuppliersResponse, Integer, Hash)>] ListSuppliersResponse data, response status code and response headers
263
265
  def list_suppliers_with_http_info(company_id, opts = {})
264
266
  if @api_client.config.debugging
@@ -282,6 +284,7 @@ module FattureInCloud_Ruby_Sdk
282
284
  query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
283
285
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
284
286
  query_params[:'per_page'] = opts[:'per_page'] if !opts[:'per_page'].nil?
287
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
285
288
 
286
289
  # header parameters
287
290
  header_params = opts[:header_params] || {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -311,6 +311,7 @@ module FattureInCloud_Ruby_Sdk
311
311
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
312
312
  # @option opts [Integer] :page The page to retrieve. (default to 1)
313
313
  # @option opts [Integer] :per_page The size of the page. (default to 5)
314
+ # @option opts [String] :q Query for filtering the results.
314
315
  # @return [ListF24Response]
315
316
  def list_f24(company_id, opts = {})
316
317
  data, _status_code, _headers = list_f24_with_http_info(company_id, opts)
@@ -326,6 +327,7 @@ module FattureInCloud_Ruby_Sdk
326
327
  # @option opts [String] :sort List of comma-separated fields for result sorting (minus for desc sorting).
327
328
  # @option opts [Integer] :page The page to retrieve.
328
329
  # @option opts [Integer] :per_page The size of the page.
330
+ # @option opts [String] :q Query for filtering the results.
329
331
  # @return [Array<(ListF24Response, Integer, Hash)>] ListF24Response data, response status code and response headers
330
332
  def list_f24_with_http_info(company_id, opts = {})
331
333
  if @api_client.config.debugging
@@ -349,6 +351,7 @@ module FattureInCloud_Ruby_Sdk
349
351
  query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
350
352
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
351
353
  query_params[:'per_page'] = opts[:'per_page'] if !opts[:'per_page'].nil?
354
+ query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
352
355
 
353
356
  # header parameters
354
357
  header_params = opts[:header_params] || {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.5/Ruby-SDK"
34
+ @user_agent = "FattureInCloud/2.0.6/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 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.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.13
6
+ The version of the OpenAPI document: 2.0.14
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0