fattureincloud_ruby_sdk 2.0.9 → 2.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (245) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +2 -0
  3. data/README.md +3 -2
  4. data/docs/CashbookApi.md +6 -6
  5. data/docs/IssuedDocument.md +1 -1
  6. data/docs/IssuedDocumentPaymentsListItem.md +1 -0
  7. data/docs/IssuedDocumentPaymentsListItemPaymentTerms.md +9 -0
  8. data/docs/Supplier.md +1 -0
  9. data/fattureincloud_ruby_sdk.gemspec +2 -2
  10. data/lib/fattureincloud_ruby_sdk/api/archive_api.rb +2 -2
  11. data/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb +8 -8
  12. data/lib/fattureincloud_ruby_sdk/api/clients_api.rb +2 -2
  13. data/lib/fattureincloud_ruby_sdk/api/companies_api.rb +2 -2
  14. data/lib/fattureincloud_ruby_sdk/api/info_api.rb +2 -2
  15. data/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb +4 -4
  16. data/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb +2 -2
  17. data/lib/fattureincloud_ruby_sdk/api/products_api.rb +2 -2
  18. data/lib/fattureincloud_ruby_sdk/api/receipts_api.rb +2 -2
  19. data/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb +2 -2
  20. data/lib/fattureincloud_ruby_sdk/api/settings_api.rb +2 -2
  21. data/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb +2 -2
  22. data/lib/fattureincloud_ruby_sdk/api/taxes_api.rb +2 -2
  23. data/lib/fattureincloud_ruby_sdk/api/user_api.rb +2 -2
  24. data/lib/fattureincloud_ruby_sdk/api_client.rb +3 -3
  25. data/lib/fattureincloud_ruby_sdk/api_error.rb +2 -2
  26. data/lib/fattureincloud_ruby_sdk/configuration.rb +2 -2
  27. data/lib/fattureincloud_ruby_sdk/models/archive_document.rb +2 -2
  28. data/lib/fattureincloud_ruby_sdk/models/attachment_data.rb +2 -2
  29. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb +2 -2
  30. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb +2 -2
  31. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb +2 -2
  32. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb +2 -2
  33. data/lib/fattureincloud_ruby_sdk/models/city.rb +2 -2
  34. data/lib/fattureincloud_ruby_sdk/models/client.rb +2 -2
  35. data/lib/fattureincloud_ruby_sdk/models/client_type.rb +2 -2
  36. data/lib/fattureincloud_ruby_sdk/models/company.rb +2 -2
  37. data/lib/fattureincloud_ruby_sdk/models/company_info.rb +2 -2
  38. data/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb +2 -2
  39. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb +2 -2
  40. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb +2 -2
  41. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb +2 -2
  42. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb +2 -2
  43. data/lib/fattureincloud_ruby_sdk/models/company_type.rb +2 -2
  44. data/lib/fattureincloud_ruby_sdk/models/controlled_company.rb +2 -2
  45. data/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb +2 -2
  46. data/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb +2 -2
  47. data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb +2 -2
  48. data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb +2 -2
  49. data/lib/fattureincloud_ruby_sdk/models/create_client_request.rb +2 -2
  50. data/lib/fattureincloud_ruby_sdk/models/create_client_response.rb +2 -2
  51. data/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb +2 -2
  52. data/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb +2 -2
  53. data/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb +2 -2
  54. data/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb +2 -2
  55. data/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb +2 -2
  56. data/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb +2 -2
  57. data/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb +2 -2
  58. data/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb +2 -2
  59. data/lib/fattureincloud_ruby_sdk/models/create_product_request.rb +2 -2
  60. data/lib/fattureincloud_ruby_sdk/models/create_product_response.rb +2 -2
  61. data/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb +2 -2
  62. data/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb +2 -2
  63. data/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb +2 -2
  64. data/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb +2 -2
  65. data/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb +2 -2
  66. data/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb +2 -2
  67. data/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb +2 -2
  68. data/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb +2 -2
  69. data/lib/fattureincloud_ruby_sdk/models/currency.rb +2 -2
  70. data/lib/fattureincloud_ruby_sdk/models/default_payment_terms_type.rb +2 -2
  71. data/lib/fattureincloud_ruby_sdk/models/detailed_country.rb +2 -2
  72. data/lib/fattureincloud_ruby_sdk/models/document_template.rb +2 -2
  73. data/lib/fattureincloud_ruby_sdk/models/e_invoice_rejection_reason.rb +2 -2
  74. data/lib/fattureincloud_ruby_sdk/models/email_data.rb +2 -2
  75. data/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb +2 -2
  76. data/lib/fattureincloud_ruby_sdk/models/email_schedule.rb +2 -2
  77. data/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb +2 -2
  78. data/lib/fattureincloud_ruby_sdk/models/entity.rb +2 -2
  79. data/lib/fattureincloud_ruby_sdk/models/entity_type.rb +2 -2
  80. data/lib/fattureincloud_ruby_sdk/models/f24.rb +2 -2
  81. data/lib/fattureincloud_ruby_sdk/models/f24_status.rb +2 -2
  82. data/lib/fattureincloud_ruby_sdk/models/function_status.rb +2 -2
  83. data/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb +2 -2
  84. data/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb +2 -2
  85. data/lib/fattureincloud_ruby_sdk/models/get_client_response.rb +2 -2
  86. data/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb +2 -2
  87. data/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb +2 -2
  88. data/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb +2 -2
  89. data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb +2 -2
  90. data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb +2 -2
  91. data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb +2 -2
  92. data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb +2 -2
  93. data/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb +2 -2
  94. data/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb +2 -2
  95. data/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb +2 -2
  96. data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb +2 -2
  97. data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb +2 -2
  98. data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb +2 -2
  99. data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb +2 -2
  100. data/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb +2 -2
  101. data/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb +2 -2
  102. data/lib/fattureincloud_ruby_sdk/models/get_product_response.rb +2 -2
  103. data/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb +2 -2
  104. data/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb +2 -2
  105. data/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb +2 -2
  106. data/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb +2 -2
  107. data/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb +2 -2
  108. data/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb +2 -2
  109. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb +2 -2
  110. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb +2 -2
  111. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb +2 -2
  112. data/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb +2 -2
  113. data/lib/fattureincloud_ruby_sdk/models/issued_document.rb +5 -5
  114. data/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb +2 -2
  115. data/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb +2 -2
  116. data/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb +2 -2
  117. data/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb +2 -2
  118. data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb +16 -7
  119. data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item_payment_terms.rb +266 -0
  120. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb +2 -2
  121. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb +2 -2
  122. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb +2 -2
  123. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb +2 -2
  124. data/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb +2 -2
  125. data/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb +2 -2
  126. data/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb +2 -2
  127. data/lib/fattureincloud_ruby_sdk/models/language.rb +2 -2
  128. data/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb +2 -2
  129. data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb +2 -2
  130. data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb +2 -2
  131. data/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb +2 -2
  132. data/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb +2 -2
  133. data/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb +2 -2
  134. data/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb +2 -2
  135. data/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb +2 -2
  136. data/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb +2 -2
  137. data/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb +2 -2
  138. data/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb +2 -2
  139. data/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb +2 -2
  140. data/lib/fattureincloud_ruby_sdk/models/list_f24_response.rb +2 -2
  141. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregated_data.rb +2 -2
  142. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregation.rb +2 -2
  143. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_page.rb +2 -2
  144. data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response.rb +2 -2
  145. data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response_page.rb +2 -2
  146. data/lib/fattureincloud_ruby_sdk/models/list_languages_response.rb +2 -2
  147. data/lib/fattureincloud_ruby_sdk/models/list_payment_accounts_response.rb +2 -2
  148. data/lib/fattureincloud_ruby_sdk/models/list_payment_methods_response.rb +2 -2
  149. data/lib/fattureincloud_ruby_sdk/models/list_product_categories_response.rb +2 -2
  150. data/lib/fattureincloud_ruby_sdk/models/list_products_response.rb +2 -2
  151. data/lib/fattureincloud_ruby_sdk/models/list_products_response_page.rb +2 -2
  152. data/lib/fattureincloud_ruby_sdk/models/list_receipts_response.rb +2 -2
  153. data/lib/fattureincloud_ruby_sdk/models/list_receipts_response_page.rb +2 -2
  154. data/lib/fattureincloud_ruby_sdk/models/list_received_document_categories_response.rb +2 -2
  155. data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response.rb +2 -2
  156. data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response_page.rb +2 -2
  157. data/lib/fattureincloud_ruby_sdk/models/list_revenue_centers_response.rb +2 -2
  158. data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response.rb +2 -2
  159. data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response_page.rb +2 -2
  160. data/lib/fattureincloud_ruby_sdk/models/list_templates_response.rb +2 -2
  161. data/lib/fattureincloud_ruby_sdk/models/list_units_of_measure_response.rb +2 -2
  162. data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response.rb +2 -2
  163. data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response_data.rb +2 -2
  164. data/lib/fattureincloud_ruby_sdk/models/list_vat_types_response.rb +2 -2
  165. data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_request.rb +2 -2
  166. data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_response.rb +2 -2
  167. data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_request.rb +2 -2
  168. data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_response.rb +2 -2
  169. data/lib/fattureincloud_ruby_sdk/models/modify_client_request.rb +2 -2
  170. data/lib/fattureincloud_ruby_sdk/models/modify_client_response.rb +2 -2
  171. data/lib/fattureincloud_ruby_sdk/models/modify_f24_request.rb +2 -2
  172. data/lib/fattureincloud_ruby_sdk/models/modify_f24_response.rb +2 -2
  173. data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_request.rb +2 -2
  174. data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_response.rb +2 -2
  175. data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_request.rb +2 -2
  176. data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_response.rb +2 -2
  177. data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_request.rb +2 -2
  178. data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_response.rb +2 -2
  179. data/lib/fattureincloud_ruby_sdk/models/modify_product_request.rb +2 -2
  180. data/lib/fattureincloud_ruby_sdk/models/modify_product_response.rb +2 -2
  181. data/lib/fattureincloud_ruby_sdk/models/modify_receipt_request.rb +2 -2
  182. data/lib/fattureincloud_ruby_sdk/models/modify_receipt_response.rb +2 -2
  183. data/lib/fattureincloud_ruby_sdk/models/modify_received_document_request.rb +2 -2
  184. data/lib/fattureincloud_ruby_sdk/models/modify_received_document_response.rb +2 -2
  185. data/lib/fattureincloud_ruby_sdk/models/modify_supplier_request.rb +2 -2
  186. data/lib/fattureincloud_ruby_sdk/models/modify_supplier_response.rb +2 -2
  187. data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_request.rb +2 -2
  188. data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_response.rb +2 -2
  189. data/lib/fattureincloud_ruby_sdk/models/monthly_total.rb +2 -2
  190. data/lib/fattureincloud_ruby_sdk/models/original_document_type.rb +2 -2
  191. data/lib/fattureincloud_ruby_sdk/models/pagination.rb +2 -2
  192. data/lib/fattureincloud_ruby_sdk/models/payment_account.rb +2 -2
  193. data/lib/fattureincloud_ruby_sdk/models/payment_account_type.rb +2 -2
  194. data/lib/fattureincloud_ruby_sdk/models/payment_method.rb +2 -2
  195. data/lib/fattureincloud_ruby_sdk/models/payment_method_details.rb +2 -2
  196. data/lib/fattureincloud_ruby_sdk/models/payment_method_type.rb +2 -2
  197. data/lib/fattureincloud_ruby_sdk/models/permission_level.rb +2 -2
  198. data/lib/fattureincloud_ruby_sdk/models/permissions.rb +2 -2
  199. data/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb +2 -2
  200. data/lib/fattureincloud_ruby_sdk/models/product.rb +2 -2
  201. data/lib/fattureincloud_ruby_sdk/models/receipt.rb +2 -2
  202. data/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb +2 -2
  203. data/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb +2 -2
  204. data/lib/fattureincloud_ruby_sdk/models/receipt_type.rb +2 -2
  205. data/lib/fattureincloud_ruby_sdk/models/received_document.rb +2 -2
  206. data/lib/fattureincloud_ruby_sdk/models/received_document_entity.rb +2 -2
  207. data/lib/fattureincloud_ruby_sdk/models/received_document_info.rb +2 -2
  208. data/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb +2 -2
  209. data/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb +2 -2
  210. data/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb +2 -2
  211. data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb +2 -2
  212. data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb +2 -2
  213. data/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb +2 -2
  214. data/lib/fattureincloud_ruby_sdk/models/received_document_type.rb +2 -2
  215. data/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb +2 -2
  216. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb +2 -2
  217. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb +2 -2
  218. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb +2 -2
  219. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb +2 -2
  220. data/lib/fattureincloud_ruby_sdk/models/sender_email.rb +2 -2
  221. data/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb +2 -2
  222. data/lib/fattureincloud_ruby_sdk/models/supplier.rb +14 -3
  223. data/lib/fattureincloud_ruby_sdk/models/supplier_type.rb +2 -2
  224. data/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb +2 -2
  225. data/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb +2 -2
  226. data/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb +2 -2
  227. data/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb +2 -2
  228. data/lib/fattureincloud_ruby_sdk/models/user.rb +2 -2
  229. data/lib/fattureincloud_ruby_sdk/models/user_company_role.rb +2 -2
  230. data/lib/fattureincloud_ruby_sdk/models/vat_item.rb +2 -2
  231. data/lib/fattureincloud_ruby_sdk/models/vat_kind.rb +2 -2
  232. data/lib/fattureincloud_ruby_sdk/models/vat_type.rb +2 -2
  233. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb +2 -2
  234. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb +2 -2
  235. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb +2 -2
  236. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb +2 -2
  237. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb +2 -2
  238. data/lib/fattureincloud_ruby_sdk/version.rb +3 -3
  239. data/lib/fattureincloud_ruby_sdk.rb +3 -2
  240. data/sdk-version.yaml +1 -1
  241. data/spec/api_client_spec.rb +2 -2
  242. data/spec/configuration_spec.rb +2 -2
  243. data/spec/models/issued_document_payments_list_item_payment_terms_spec.rb +42 -0
  244. data/spec/spec_helper.rb +2 -2
  245. metadata +199 -195
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea1023d753f17021eb9db9b1f2200fa63ea1a737ba5ad6379086c1d32d6e47d2
4
- data.tar.gz: 30e879523988498c90ef02a48d4b7ff525041fe82999695fbfc5b620bf333a27
3
+ metadata.gz: ef86794f27e664d4cbc530e36bc8983651448525af29ccd505639752011f26fd
4
+ data.tar.gz: 7b0df620e64ce84280cf9915ab1b3206dda2b5afea5204c56af5552afaa31a90
5
5
  SHA512:
6
- metadata.gz: bbeb918fccdd794a4d92da7fbfa23031440c14df8f5fd211722806f61163eeb71c2769d4f3a1ec30bdffbe54f3fc97860b25c1cc943e63cac5b3335b78b51f52
7
- data.tar.gz: 53760a80fea7b9729fa658ca84390c23ea9bff13d959a21a34f5406bed4614372357f2085d058d54338747e990fbfd557ae0aac7845f685a7214825519abf2e5
6
+ metadata.gz: fe7321368c896e25f3fb17c60b4cb8e8369514a3fbe978725d9fb0e3036d38cdea388717a729bb3faa9e899e4a3011b0ee3cfbc6a85b0f8b794d259ad357f23c
7
+ data.tar.gz: 1a8cbd16743b49081ec92d94dd3f2b37e989df1e43ea6d8ab4303e19b068f7bd9c2adb8e26571a89526a8f869b9145c342ee5fab46d61bc898399c28537fceef
data/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### 2.0.10 (2022-07-19)
6
+
5
7
  ### 2.0.9 (2022-06-20)
6
8
 
7
9
  ### 2.0.8 (2022-05-16)
data/README.md CHANGED
@@ -10,8 +10,8 @@ The Fatture in Cloud API is based on REST, and makes possible to interact with t
10
10
 
11
11
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
12
12
 
13
- - API version: 2.0.18
14
- - Package version: 2.0.9
13
+ - API version: 2.0.19
14
+ - Package version: 2.0.10
15
15
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
16
16
 
17
17
 
@@ -256,6 +256,7 @@ Class | Method | HTTP request | Description
256
256
  - [FattureInCloud_Ruby_Sdk::IssuedDocumentItemsListItem](docs/IssuedDocumentItemsListItem.md)
257
257
  - [FattureInCloud_Ruby_Sdk::IssuedDocumentOptions](docs/IssuedDocumentOptions.md)
258
258
  - [FattureInCloud_Ruby_Sdk::IssuedDocumentPaymentsListItem](docs/IssuedDocumentPaymentsListItem.md)
259
+ - [FattureInCloud_Ruby_Sdk::IssuedDocumentPaymentsListItemPaymentTerms](docs/IssuedDocumentPaymentsListItemPaymentTerms.md)
259
260
  - [FattureInCloud_Ruby_Sdk::IssuedDocumentPreCreateInfo](docs/IssuedDocumentPreCreateInfo.md)
260
261
  - [FattureInCloud_Ruby_Sdk::IssuedDocumentPreCreateInfoDefaultValues](docs/IssuedDocumentPreCreateInfoDefaultValues.md)
261
262
  - [FattureInCloud_Ruby_Sdk::IssuedDocumentPreCreateInfoExtraDataDefaultValues](docs/IssuedDocumentPreCreateInfoExtraDataDefaultValues.md)
data/docs/CashbookApi.md CHANGED
@@ -105,7 +105,7 @@ end
105
105
 
106
106
  api_instance = FattureInCloud_Ruby_Sdk::CashbookApi.new
107
107
  company_id = 12345 # Integer | The ID of the company.
108
- document_id = 56 # Integer | The ID of the document.
108
+ document_id = 'document_id_example' # String | The ID of the document.
109
109
 
110
110
  begin
111
111
  # Delete Cashbook Entry
@@ -138,7 +138,7 @@ end
138
138
  | Name | Type | Description | Notes |
139
139
  | ---- | ---- | ----------- | ----- |
140
140
  | **company_id** | **Integer** | The ID of the company. | |
141
- | **document_id** | **Integer** | The ID of the document. | |
141
+ | **document_id** | **String** | The ID of the document. | |
142
142
 
143
143
  ### Return type
144
144
 
@@ -175,7 +175,7 @@ end
175
175
 
176
176
  api_instance = FattureInCloud_Ruby_Sdk::CashbookApi.new
177
177
  company_id = 12345 # Integer | The ID of the company.
178
- document_id = 56 # Integer | The ID of the document.
178
+ document_id = 'document_id_example' # String | The ID of the document.
179
179
  opts = {
180
180
  fields: 'fields_example', # String | List of comma-separated fields.
181
181
  fieldset: 'basic' # String | Name of the fieldset.
@@ -213,7 +213,7 @@ end
213
213
  | Name | Type | Description | Notes |
214
214
  | ---- | ---- | ----------- | ----- |
215
215
  | **company_id** | **Integer** | The ID of the company. | |
216
- | **document_id** | **Integer** | The ID of the document. | |
216
+ | **document_id** | **String** | The ID of the document. | |
217
217
  | **fields** | **String** | List of comma-separated fields. | [optional] |
218
218
  | **fieldset** | **String** | Name of the fieldset. | [optional] |
219
219
 
@@ -333,7 +333,7 @@ end
333
333
 
334
334
  api_instance = FattureInCloud_Ruby_Sdk::CashbookApi.new
335
335
  company_id = 12345 # Integer | The ID of the company.
336
- document_id = 56 # Integer | The ID of the document.
336
+ document_id = 'document_id_example' # String | The ID of the document.
337
337
  opts = {
338
338
  modify_cashbook_entry_request: FattureInCloud_Ruby_Sdk::ModifyCashbookEntryRequest.new # ModifyCashbookEntryRequest | Cashbook Entry
339
339
  }
@@ -370,7 +370,7 @@ end
370
370
  | Name | Type | Description | Notes |
371
371
  | ---- | ---- | ----------- | ----- |
372
372
  | **company_id** | **Integer** | The ID of the company. | |
373
- | **document_id** | **Integer** | The ID of the document. | |
373
+ | **document_id** | **String** | The ID of the document. | |
374
374
  | **modify_cashbook_entry_request** | [**ModifyCashbookEntryRequest**](ModifyCashbookEntryRequest.md) | Cashbook Entry | [optional] |
375
375
 
376
376
  ### Return type
@@ -84,5 +84,5 @@
84
84
  | **attachment_url** | **String** | [Read Only] Public url of the attached file. Authomatically set if a valid attachment token is passed via POST /issued_documents or PUT /issued_documents/{documentId}. | [optional][readonly] |
85
85
  | **attachment_token** | **String** | [Write Only] Attachment token returned by POST /issued_documents/attachment. Used to attach the file already uploaded. | [optional] |
86
86
  | **ei_raw** | **Object** | Advanced raw attributes for e-invoices. | [optional] |
87
- | **ei_status** | **String** | [Read only] Status of the e-invoice. * `attempt` - We are trying to send the invoice, please wait up to 2 hours * `missing` - The invoice is missing * `not_sent` - The invoice has yet to be sent * `sent` - The invoice was sent * `pending` - The checks for the digital signature and sending are in progress * `processing` - The SDI is delivering the invoice to the customer * `error` - An error occurred while handling the invoice, please try to resend it or contact support * `discarded` - The invoice has been rejected by the SDI, so it must be corrected and re-sent * `not_delivered` - The SDI was unable to deliver the invoice * `accepted` - The customer accepted the invoice * `rejected` - The customer rejected the invoice, so it must be corrected * `no_response` - A response has not yet been received whithin the deadline, contact the customer to ascertain the status of the invoice | [optional] |
87
+ | **ei_status** | **String** | [Read only] Status of the e-invoice. * `attempt` - We are trying to send the invoice, please wait up to 2 hours * `missing` - The invoice is missing * `not_sent` - The invoice has yet to be sent * `sent` - The invoice was sent * `pending` - The checks for the digital signature and sending are in progress * `processing` - The SDI is delivering the invoice to the customer * `error` - An error occurred while handling the invoice, please try to resend it or contact support * `discarded` - The invoice has been rejected by the SDI, so it must be corrected and re-sent * `not_delivered` - The SDI was unable to deliver the invoice * `accepted` - The customer accepted the invoice * `rejected` - The customer rejected the invoice, so it must be corrected * `no_response` - A response has not yet been received whithin the deadline, contact the customer to ascertain the status of the invoice * `manual_accepted` - The customer accepted the invoice * `manual_rejected` - The customer rejected the invoice | [optional] |
88
88
 
@@ -11,4 +11,5 @@
11
11
  | **payment_account** | [**PaymentAccount**](PaymentAccount.md) | | [optional] |
12
12
  | **paid_date** | **Date** | Payment date. [Only if status is paid] | [optional] |
13
13
  | **ei_raw** | **Object** | Advanced raw attributes for e-invoices. | [optional] |
14
+ | **payment_terms** | [**IssuedDocumentPaymentsListItemPaymentTerms**](IssuedDocumentPaymentsListItemPaymentTerms.md) | | [optional] |
14
15
 
@@ -0,0 +1,9 @@
1
+ # FattureInCloud_Ruby_Sdk::IssuedDocumentPaymentsListItemPaymentTerms
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **days** | **Integer** | The number of days by which the payment must be made. | [optional] |
8
+ | **type** | **String** | Payment terms type. | [optional] |
9
+
data/docs/Supplier.md CHANGED
@@ -24,6 +24,7 @@
24
24
  | **phone** | **String** | Supplier phone. | [optional] |
25
25
  | **fax** | **String** | Supplier fax. | [optional] |
26
26
  | **notes** | **String** | Supplier extra notes. | [optional] |
27
+ | **bank_iban** | **String** | Supplier bank IBAN. | [optional] |
27
28
  | **created_at** | **String** | | [optional] |
28
29
  | **updated_at** | **String** | | [optional] |
29
30
 
@@ -5,10 +5,10 @@
5
5
 
6
6
  #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.
7
7
 
8
- The version of the OpenAPI document: 2.0.18
8
+ The version of the OpenAPI document: 2.0.19
9
9
  Contact: info@fattureincloud.it
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 6.0.0
11
+ OpenAPI Generator version: 6.0.1
12
12
 
13
13
  =end
14
14
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -92,7 +92,7 @@ module FattureInCloud_Ruby_Sdk
92
92
  # Delete Cashbook Entry
93
93
  # Deletes the specified cashbook entry.
94
94
  # @param company_id [Integer] The ID of the company.
95
- # @param document_id [Integer] The ID of the document.
95
+ # @param document_id [String] The ID of the document.
96
96
  # @param [Hash] opts the optional parameters
97
97
  # @return [nil]
98
98
  def delete_cashbook_entry(company_id, document_id, opts = {})
@@ -103,7 +103,7 @@ module FattureInCloud_Ruby_Sdk
103
103
  # Delete Cashbook Entry
104
104
  # Deletes the specified cashbook entry.
105
105
  # @param company_id [Integer] The ID of the company.
106
- # @param document_id [Integer] The ID of the document.
106
+ # @param document_id [String] The ID of the document.
107
107
  # @param [Hash] opts the optional parameters
108
108
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
109
109
  def delete_cashbook_entry_with_http_info(company_id, document_id, opts = {})
@@ -159,7 +159,7 @@ module FattureInCloud_Ruby_Sdk
159
159
  # Get Cashbook Entry
160
160
  # Gets the specified cashbook entry.
161
161
  # @param company_id [Integer] The ID of the company.
162
- # @param document_id [Integer] The ID of the document.
162
+ # @param document_id [String] The ID of the document.
163
163
  # @param [Hash] opts the optional parameters
164
164
  # @option opts [String] :fields List of comma-separated fields.
165
165
  # @option opts [String] :fieldset Name of the fieldset.
@@ -172,7 +172,7 @@ module FattureInCloud_Ruby_Sdk
172
172
  # Get Cashbook Entry
173
173
  # Gets the specified cashbook entry.
174
174
  # @param company_id [Integer] The ID of the company.
175
- # @param document_id [Integer] The ID of the document.
175
+ # @param document_id [String] The ID of the document.
176
176
  # @param [Hash] opts the optional parameters
177
177
  # @option opts [String] :fields List of comma-separated fields.
178
178
  # @option opts [String] :fieldset Name of the fieldset.
@@ -328,7 +328,7 @@ module FattureInCloud_Ruby_Sdk
328
328
  # Modify Cashbook Entry
329
329
  # Modifies the specified cashbook entry.
330
330
  # @param company_id [Integer] The ID of the company.
331
- # @param document_id [Integer] The ID of the document.
331
+ # @param document_id [String] The ID of the document.
332
332
  # @param [Hash] opts the optional parameters
333
333
  # @option opts [ModifyCashbookEntryRequest] :modify_cashbook_entry_request Cashbook Entry
334
334
  # @return [ModifyCashbookEntryResponse]
@@ -340,7 +340,7 @@ module FattureInCloud_Ruby_Sdk
340
340
  # Modify Cashbook Entry
341
341
  # Modifies the specified cashbook entry.
342
342
  # @param company_id [Integer] The ID of the company.
343
- # @param document_id [Integer] The ID of the document.
343
+ # @param document_id [String] The ID of the document.
344
344
  # @param [Hash] opts the optional parameters
345
345
  # @option opts [ModifyCashbookEntryRequest] :modify_cashbook_entry_request Cashbook Entry
346
346
  # @return [Array<(ModifyCashbookEntryResponse, Integer, Hash)>] ModifyCashbookEntryResponse data, response status code and response headers
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -477,7 +477,7 @@ module FattureInCloud_Ruby_Sdk
477
477
  fail ArgumentError, "Missing the required parameter 'type' when calling IssuedDocumentsApi.get_issued_document_pre_create_info"
478
478
  end
479
479
  # verify enum value
480
- allowable_values = ["invoice", "credit_note", "receipt", "order", "quote", "proforma", "delivery_note"]
480
+ allowable_values = ["invoice", "quote", "proforma", "receipt", "delivery_note", "credit_note", "order", "work_report", "supplier_order", "self_own_invoice", "self_supplier_invoice"]
481
481
  if @api_client.config.client_side_validation && !allowable_values.include?(type)
482
482
  fail ArgumentError, "invalid value for \"type\", must be one of #{allowable_values}"
483
483
  end
@@ -634,7 +634,7 @@ module FattureInCloud_Ruby_Sdk
634
634
  fail ArgumentError, "Missing the required parameter 'type' when calling IssuedDocumentsApi.list_issued_documents"
635
635
  end
636
636
  # verify enum value
637
- allowable_values = ["invoice", "credit_note", "receipt", "order", "quote", "proforma", "delivery_note"]
637
+ allowable_values = ["invoice", "quote", "proforma", "receipt", "delivery_note", "credit_note", "order", "work_report", "supplier_order", "self_own_invoice", "self_supplier_invoice"]
638
638
  if @api_client.config.client_side_validation && !allowable_values.include?(type)
639
639
  fail ArgumentError, "invalid value for \"type\", must be one of #{allowable_values}"
640
640
  end
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -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.9/Ruby-SDK"
34
+ @user_agent = "FattureInCloud/2.0.10/Ruby-SDK"
35
35
  @default_headers = {
36
36
  'Content-Type' => 'application/json',
37
37
  'User-Agent' => @user_agent
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
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.18
6
+ The version of the OpenAPI document: 2.0.19
7
7
  Contact: info@fattureincloud.it
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.0.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12