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
@@ -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
@@ -0,0 +1,264 @@
1
+ =begin
2
+ #Fatture in Cloud API v2 - API Reference
3
+
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
+
6
+ The version of the OpenAPI document: 2.0.14
7
+ Contact: info@fattureincloud.it
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.4.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module FattureInCloud_Ruby_Sdk
17
+ class DetailedCountry
18
+ # Country name.
19
+ attr_accessor :name
20
+
21
+ attr_accessor :settings_name
22
+
23
+ # Country iso.
24
+ attr_accessor :iso
25
+
26
+ attr_accessor :fiscal_iso
27
+
28
+ # Country uic.
29
+ attr_accessor :uic
30
+
31
+ # Attribute mapping from ruby-style variable name to JSON key.
32
+ def self.attribute_map
33
+ {
34
+ :'name' => :'name',
35
+ :'settings_name' => :'settings_name',
36
+ :'iso' => :'iso',
37
+ :'fiscal_iso' => :'fiscal_iso',
38
+ :'uic' => :'uic'
39
+ }
40
+ end
41
+
42
+ # Returns all the JSON keys this model knows about
43
+ def self.acceptable_attributes
44
+ attribute_map.values
45
+ end
46
+
47
+ # Attribute type mapping.
48
+ def self.openapi_types
49
+ {
50
+ :'name' => :'String',
51
+ :'settings_name' => :'String',
52
+ :'iso' => :'String',
53
+ :'fiscal_iso' => :'String',
54
+ :'uic' => :'String'
55
+ }
56
+ end
57
+
58
+ # List of attributes with nullable: true
59
+ def self.openapi_nullable
60
+ Set.new([
61
+ :'name',
62
+ :'settings_name',
63
+ :'iso',
64
+ :'fiscal_iso',
65
+ :'uic'
66
+ ])
67
+ end
68
+
69
+ # Initializes the object
70
+ # @param [Hash] attributes Model attributes in the form of hash
71
+ def initialize(attributes = {})
72
+ if (!attributes.is_a?(Hash))
73
+ fail ArgumentError, "The input argument (attributes) must be a hash in `FattureInCloud_Ruby_Sdk::DetailedCountry` initialize method"
74
+ end
75
+
76
+ # check to see if the attribute exists and convert string to symbol for hash key
77
+ attributes = attributes.each_with_object({}) { |(k, v), h|
78
+ if (!self.class.attribute_map.key?(k.to_sym))
79
+ fail ArgumentError, "`#{k}` is not a valid attribute in `FattureInCloud_Ruby_Sdk::DetailedCountry`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
80
+ end
81
+ h[k.to_sym] = v
82
+ }
83
+
84
+ if attributes.key?(:'name')
85
+ self.name = attributes[:'name']
86
+ end
87
+
88
+ if attributes.key?(:'settings_name')
89
+ self.settings_name = attributes[:'settings_name']
90
+ end
91
+
92
+ if attributes.key?(:'iso')
93
+ self.iso = attributes[:'iso']
94
+ end
95
+
96
+ if attributes.key?(:'fiscal_iso')
97
+ self.fiscal_iso = attributes[:'fiscal_iso']
98
+ end
99
+
100
+ if attributes.key?(:'uic')
101
+ self.uic = attributes[:'uic']
102
+ end
103
+ end
104
+
105
+ # Show invalid properties with the reasons. Usually used together with valid?
106
+ # @return Array for valid properties with the reasons
107
+ def list_invalid_properties
108
+ invalid_properties = Array.new
109
+ invalid_properties
110
+ end
111
+
112
+ # Check to see if the all the properties in the model are valid
113
+ # @return true if the model is valid
114
+ def valid?
115
+ true
116
+ end
117
+
118
+ # Checks equality by comparing each attribute.
119
+ # @param [Object] Object to be compared
120
+ def ==(o)
121
+ return true if self.equal?(o)
122
+ self.class == o.class &&
123
+ name == o.name &&
124
+ settings_name == o.settings_name &&
125
+ iso == o.iso &&
126
+ fiscal_iso == o.fiscal_iso &&
127
+ uic == o.uic
128
+ end
129
+
130
+ # @see the `==` method
131
+ # @param [Object] Object to be compared
132
+ def eql?(o)
133
+ self == o
134
+ end
135
+
136
+ # Calculates hash code according to all attributes.
137
+ # @return [Integer] Hash code
138
+ def hash
139
+ [name, settings_name, iso, fiscal_iso, uic].hash
140
+ end
141
+
142
+ # Builds the object from hash
143
+ # @param [Hash] attributes Model attributes in the form of hash
144
+ # @return [Object] Returns the model itself
145
+ def self.build_from_hash(attributes)
146
+ new.build_from_hash(attributes)
147
+ end
148
+
149
+ # Builds the object from hash
150
+ # @param [Hash] attributes Model attributes in the form of hash
151
+ # @return [Object] Returns the model itself
152
+ def build_from_hash(attributes)
153
+ return nil unless attributes.is_a?(Hash)
154
+ self.class.openapi_types.each_pair do |key, type|
155
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
156
+ self.send("#{key}=", nil)
157
+ elsif type =~ /\AArray<(.*)>/i
158
+ # check to ensure the input is an array given that the attribute
159
+ # is documented as an array but the input is not
160
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
161
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
162
+ end
163
+ elsif !attributes[self.class.attribute_map[key]].nil?
164
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
165
+ end
166
+ end
167
+
168
+ self
169
+ end
170
+
171
+ # Deserializes the data based on type
172
+ # @param string type Data type
173
+ # @param string value Value to be deserialized
174
+ # @return [Object] Deserialized data
175
+ def _deserialize(type, value)
176
+ case type.to_sym
177
+ when :Time
178
+ Time.parse(value)
179
+ when :Date
180
+ Date.parse(value)
181
+ when :String
182
+ value.to_s
183
+ when :Integer
184
+ value.to_i
185
+ when :Float
186
+ value.to_f
187
+ when :Boolean
188
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
189
+ true
190
+ else
191
+ false
192
+ end
193
+ when :Object
194
+ # generic object (usually a Hash), return directly
195
+ value
196
+ when /\AArray<(?<inner_type>.+)>\z/
197
+ inner_type = Regexp.last_match[:inner_type]
198
+ value.map { |v| _deserialize(inner_type, v) }
199
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
200
+ k_type = Regexp.last_match[:k_type]
201
+ v_type = Regexp.last_match[:v_type]
202
+ {}.tap do |hash|
203
+ value.each do |k, v|
204
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
205
+ end
206
+ end
207
+ when :Hash
208
+ value
209
+ else # model
210
+ # models (e.g. Pet) or oneOf
211
+ klass = FattureInCloud_Ruby_Sdk.const_get(type)
212
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
213
+ end
214
+ end
215
+
216
+ # Returns the string representation of the object
217
+ # @return [String] String presentation of the object
218
+ def to_s
219
+ to_hash.to_s
220
+ end
221
+
222
+ # to_body is an alias to to_hash (backward compatibility)
223
+ # @return [Hash] Returns the object in the form of hash
224
+ def to_body
225
+ to_hash
226
+ end
227
+
228
+ # Returns the object in the form of hash
229
+ # @return [Hash] Returns the object in the form of hash
230
+ def to_hash
231
+ hash = {}
232
+ self.class.attribute_map.each_pair do |attr, param|
233
+ value = self.send(attr)
234
+ if value.nil?
235
+ is_nullable = self.class.openapi_nullable.include?(attr)
236
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
237
+ end
238
+
239
+ hash[param] = _to_hash(value)
240
+ end
241
+ hash
242
+ end
243
+
244
+ # Outputs non-array value in the form of hash
245
+ # For object, use to_hash. Otherwise, just return the value
246
+ # @param [Object] value Any valid value
247
+ # @return [Hash] Returns the value in the form of hash
248
+ def _to_hash(value)
249
+ if value.is_a?(Array)
250
+ value.compact.map { |v| _to_hash(v) }
251
+ elsif value.is_a?(Hash)
252
+ {}.tap do |hash|
253
+ value.each { |k, v| hash[k] = _to_hash(v) }
254
+ end
255
+ elsif value.respond_to? :to_hash
256
+ value.to_hash
257
+ else
258
+ value
259
+ end
260
+ end
261
+
262
+ end
263
+
264
+ end
@@ -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
@@ -14,11 +14,11 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module FattureInCloud_Ruby_Sdk
17
- class EinvoiceRejectionReason
17
+ class EInvoiceRejectionReason
18
18
  # Rejection reason.
19
19
  attr_accessor :reason
20
20
 
21
- # EInvoice status.
21
+ # E-invoice status.
22
22
  attr_accessor :ei_status
23
23
 
24
24
  # Error solution.
@@ -72,13 +72,13 @@ module FattureInCloud_Ruby_Sdk
72
72
  # @param [Hash] attributes Model attributes in the form of hash
73
73
  def initialize(attributes = {})
74
74
  if (!attributes.is_a?(Hash))
75
- fail ArgumentError, "The input argument (attributes) must be a hash in `FattureInCloud_Ruby_Sdk::EinvoiceRejectionReason` initialize method"
75
+ fail ArgumentError, "The input argument (attributes) must be a hash in `FattureInCloud_Ruby_Sdk::EInvoiceRejectionReason` initialize method"
76
76
  end
77
77
 
78
78
  # check to see if the attribute exists and convert string to symbol for hash key
79
79
  attributes = attributes.each_with_object({}) { |(k, v), h|
80
80
  if (!self.class.attribute_map.key?(k.to_sym))
81
- fail ArgumentError, "`#{k}` is not a valid attribute in `FattureInCloud_Ruby_Sdk::EinvoiceRejectionReason`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
81
+ fail ArgumentError, "`#{k}` is not a valid attribute in `FattureInCloud_Ruby_Sdk::EInvoiceRejectionReason`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
82
82
  end
83
83
  h[k.to_sym] = v
84
84
  }
@@ -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
@@ -32,7 +32,7 @@ module FattureInCloud_Ruby_Sdk
32
32
  # Attribute type mapping.
33
33
  def self.openapi_types
34
34
  {
35
- :'data' => :'EinvoiceRejectionReason'
35
+ :'data' => :'EInvoiceRejectionReason'
36
36
  }
37
37
  end
38
38
 
@@ -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