fattureincloud_ruby_sdk 2.0.9 → 2.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (252) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +4 -3
  4. data/docs/CashbookApi.md +6 -6
  5. data/docs/Client.md +3 -3
  6. data/docs/Entity.md +3 -3
  7. data/docs/IssuedDocument.md +1 -1
  8. data/docs/IssuedDocumentPaymentsListItem.md +1 -0
  9. data/docs/IssuedDocumentPaymentsListItemPaymentTerms.md +9 -0
  10. data/docs/IssuedDocumentPreCreateInfo.md +1 -0
  11. data/docs/{DefaultPaymentTermsType.md → PaymentTermsType.md} +1 -1
  12. data/docs/ReceivedDocument.md +2 -0
  13. data/docs/Supplier.md +1 -0
  14. data/fattureincloud_ruby_sdk.gemspec +2 -2
  15. data/lib/fattureincloud_ruby_sdk/api/archive_api.rb +2 -2
  16. data/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb +8 -8
  17. data/lib/fattureincloud_ruby_sdk/api/clients_api.rb +2 -2
  18. data/lib/fattureincloud_ruby_sdk/api/companies_api.rb +2 -2
  19. data/lib/fattureincloud_ruby_sdk/api/info_api.rb +2 -2
  20. data/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb +4 -4
  21. data/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb +2 -2
  22. data/lib/fattureincloud_ruby_sdk/api/products_api.rb +2 -2
  23. data/lib/fattureincloud_ruby_sdk/api/receipts_api.rb +2 -2
  24. data/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb +2 -2
  25. data/lib/fattureincloud_ruby_sdk/api/settings_api.rb +2 -2
  26. data/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb +2 -2
  27. data/lib/fattureincloud_ruby_sdk/api/taxes_api.rb +2 -2
  28. data/lib/fattureincloud_ruby_sdk/api/user_api.rb +2 -2
  29. data/lib/fattureincloud_ruby_sdk/api_client.rb +3 -3
  30. data/lib/fattureincloud_ruby_sdk/api_error.rb +2 -2
  31. data/lib/fattureincloud_ruby_sdk/configuration.rb +2 -2
  32. data/lib/fattureincloud_ruby_sdk/models/archive_document.rb +2 -2
  33. data/lib/fattureincloud_ruby_sdk/models/attachment_data.rb +2 -2
  34. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb +2 -2
  35. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb +2 -2
  36. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb +2 -2
  37. data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb +2 -2
  38. data/lib/fattureincloud_ruby_sdk/models/city.rb +2 -2
  39. data/lib/fattureincloud_ruby_sdk/models/client.rb +5 -5
  40. data/lib/fattureincloud_ruby_sdk/models/client_type.rb +2 -2
  41. data/lib/fattureincloud_ruby_sdk/models/company.rb +2 -2
  42. data/lib/fattureincloud_ruby_sdk/models/company_info.rb +2 -2
  43. data/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb +2 -2
  44. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb +2 -2
  45. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb +2 -2
  46. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb +2 -2
  47. data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb +2 -2
  48. data/lib/fattureincloud_ruby_sdk/models/company_type.rb +2 -2
  49. data/lib/fattureincloud_ruby_sdk/models/controlled_company.rb +2 -2
  50. data/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb +2 -2
  51. data/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb +2 -2
  52. data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb +2 -2
  53. data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb +2 -2
  54. data/lib/fattureincloud_ruby_sdk/models/create_client_request.rb +2 -2
  55. data/lib/fattureincloud_ruby_sdk/models/create_client_response.rb +2 -2
  56. data/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb +2 -2
  57. data/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb +2 -2
  58. data/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb +2 -2
  59. data/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb +2 -2
  60. data/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb +2 -2
  61. data/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb +2 -2
  62. data/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb +2 -2
  63. data/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb +2 -2
  64. data/lib/fattureincloud_ruby_sdk/models/create_product_request.rb +2 -2
  65. data/lib/fattureincloud_ruby_sdk/models/create_product_response.rb +2 -2
  66. data/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb +2 -2
  67. data/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb +2 -2
  68. data/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb +2 -2
  69. data/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb +2 -2
  70. data/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb +2 -2
  71. data/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb +2 -2
  72. data/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb +2 -2
  73. data/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb +2 -2
  74. data/lib/fattureincloud_ruby_sdk/models/currency.rb +2 -2
  75. data/lib/fattureincloud_ruby_sdk/models/detailed_country.rb +2 -2
  76. data/lib/fattureincloud_ruby_sdk/models/document_template.rb +2 -2
  77. data/lib/fattureincloud_ruby_sdk/models/e_invoice_rejection_reason.rb +2 -2
  78. data/lib/fattureincloud_ruby_sdk/models/email_data.rb +2 -2
  79. data/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb +2 -2
  80. data/lib/fattureincloud_ruby_sdk/models/email_schedule.rb +2 -2
  81. data/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb +2 -2
  82. data/lib/fattureincloud_ruby_sdk/models/entity.rb +5 -5
  83. data/lib/fattureincloud_ruby_sdk/models/entity_type.rb +2 -2
  84. data/lib/fattureincloud_ruby_sdk/models/f24.rb +2 -2
  85. data/lib/fattureincloud_ruby_sdk/models/f24_status.rb +2 -2
  86. data/lib/fattureincloud_ruby_sdk/models/function_status.rb +2 -2
  87. data/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb +2 -2
  88. data/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb +2 -2
  89. data/lib/fattureincloud_ruby_sdk/models/get_client_response.rb +2 -2
  90. data/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb +2 -2
  91. data/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb +2 -2
  92. data/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb +2 -2
  93. data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb +2 -2
  94. data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb +2 -2
  95. data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb +2 -2
  96. data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb +2 -2
  97. data/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb +2 -2
  98. data/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb +2 -2
  99. data/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb +2 -2
  100. data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb +2 -2
  101. data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb +2 -2
  102. data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb +2 -2
  103. data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb +2 -2
  104. data/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb +2 -2
  105. data/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb +2 -2
  106. data/lib/fattureincloud_ruby_sdk/models/get_product_response.rb +2 -2
  107. data/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb +2 -2
  108. data/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb +2 -2
  109. data/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb +2 -2
  110. data/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb +2 -2
  111. data/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb +2 -2
  112. data/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb +2 -2
  113. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb +2 -2
  114. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb +2 -2
  115. data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb +2 -2
  116. data/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb +2 -2
  117. data/lib/fattureincloud_ruby_sdk/models/issued_document.rb +5 -5
  118. data/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb +2 -2
  119. data/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb +2 -2
  120. data/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb +2 -2
  121. data/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb +2 -2
  122. data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb +16 -7
  123. data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item_payment_terms.rb +232 -0
  124. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb +20 -7
  125. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb +2 -2
  126. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb +2 -2
  127. data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb +2 -2
  128. data/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb +2 -2
  129. data/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb +2 -2
  130. data/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb +2 -2
  131. data/lib/fattureincloud_ruby_sdk/models/language.rb +2 -2
  132. data/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb +2 -2
  133. data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb +2 -2
  134. data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb +2 -2
  135. data/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb +2 -2
  136. data/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb +2 -2
  137. data/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb +2 -2
  138. data/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb +2 -2
  139. data/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb +2 -2
  140. data/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb +2 -2
  141. data/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb +2 -2
  142. data/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb +2 -2
  143. data/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb +2 -2
  144. data/lib/fattureincloud_ruby_sdk/models/list_f24_response.rb +2 -2
  145. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregated_data.rb +2 -2
  146. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregation.rb +2 -2
  147. data/lib/fattureincloud_ruby_sdk/models/list_f24_response_page.rb +2 -2
  148. data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response.rb +2 -2
  149. data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response_page.rb +2 -2
  150. data/lib/fattureincloud_ruby_sdk/models/list_languages_response.rb +2 -2
  151. data/lib/fattureincloud_ruby_sdk/models/list_payment_accounts_response.rb +2 -2
  152. data/lib/fattureincloud_ruby_sdk/models/list_payment_methods_response.rb +2 -2
  153. data/lib/fattureincloud_ruby_sdk/models/list_product_categories_response.rb +2 -2
  154. data/lib/fattureincloud_ruby_sdk/models/list_products_response.rb +2 -2
  155. data/lib/fattureincloud_ruby_sdk/models/list_products_response_page.rb +2 -2
  156. data/lib/fattureincloud_ruby_sdk/models/list_receipts_response.rb +2 -2
  157. data/lib/fattureincloud_ruby_sdk/models/list_receipts_response_page.rb +2 -2
  158. data/lib/fattureincloud_ruby_sdk/models/list_received_document_categories_response.rb +2 -2
  159. data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response.rb +2 -2
  160. data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response_page.rb +2 -2
  161. data/lib/fattureincloud_ruby_sdk/models/list_revenue_centers_response.rb +2 -2
  162. data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response.rb +2 -2
  163. data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response_page.rb +2 -2
  164. data/lib/fattureincloud_ruby_sdk/models/list_templates_response.rb +2 -2
  165. data/lib/fattureincloud_ruby_sdk/models/list_units_of_measure_response.rb +2 -2
  166. data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response.rb +2 -2
  167. data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response_data.rb +2 -2
  168. data/lib/fattureincloud_ruby_sdk/models/list_vat_types_response.rb +2 -2
  169. data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_request.rb +2 -2
  170. data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_response.rb +2 -2
  171. data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_request.rb +2 -2
  172. data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_response.rb +2 -2
  173. data/lib/fattureincloud_ruby_sdk/models/modify_client_request.rb +2 -2
  174. data/lib/fattureincloud_ruby_sdk/models/modify_client_response.rb +2 -2
  175. data/lib/fattureincloud_ruby_sdk/models/modify_f24_request.rb +2 -2
  176. data/lib/fattureincloud_ruby_sdk/models/modify_f24_response.rb +2 -2
  177. data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_request.rb +2 -2
  178. data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_response.rb +2 -2
  179. data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_request.rb +2 -2
  180. data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_response.rb +2 -2
  181. data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_request.rb +2 -2
  182. data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_response.rb +2 -2
  183. data/lib/fattureincloud_ruby_sdk/models/modify_product_request.rb +2 -2
  184. data/lib/fattureincloud_ruby_sdk/models/modify_product_response.rb +2 -2
  185. data/lib/fattureincloud_ruby_sdk/models/modify_receipt_request.rb +2 -2
  186. data/lib/fattureincloud_ruby_sdk/models/modify_receipt_response.rb +2 -2
  187. data/lib/fattureincloud_ruby_sdk/models/modify_received_document_request.rb +2 -2
  188. data/lib/fattureincloud_ruby_sdk/models/modify_received_document_response.rb +2 -2
  189. data/lib/fattureincloud_ruby_sdk/models/modify_supplier_request.rb +2 -2
  190. data/lib/fattureincloud_ruby_sdk/models/modify_supplier_response.rb +2 -2
  191. data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_request.rb +2 -2
  192. data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_response.rb +2 -2
  193. data/lib/fattureincloud_ruby_sdk/models/monthly_total.rb +2 -2
  194. data/lib/fattureincloud_ruby_sdk/models/original_document_type.rb +2 -2
  195. data/lib/fattureincloud_ruby_sdk/models/pagination.rb +2 -2
  196. data/lib/fattureincloud_ruby_sdk/models/payment_account.rb +2 -2
  197. data/lib/fattureincloud_ruby_sdk/models/payment_account_type.rb +2 -2
  198. data/lib/fattureincloud_ruby_sdk/models/payment_method.rb +2 -2
  199. data/lib/fattureincloud_ruby_sdk/models/payment_method_details.rb +2 -2
  200. data/lib/fattureincloud_ruby_sdk/models/payment_method_type.rb +2 -2
  201. data/lib/fattureincloud_ruby_sdk/models/{default_payment_terms_type.rb → payment_terms_type.rb} +5 -5
  202. data/lib/fattureincloud_ruby_sdk/models/permission_level.rb +2 -2
  203. data/lib/fattureincloud_ruby_sdk/models/permissions.rb +2 -2
  204. data/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb +2 -2
  205. data/lib/fattureincloud_ruby_sdk/models/product.rb +2 -2
  206. data/lib/fattureincloud_ruby_sdk/models/receipt.rb +2 -2
  207. data/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb +2 -2
  208. data/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb +2 -2
  209. data/lib/fattureincloud_ruby_sdk/models/receipt_type.rb +2 -2
  210. data/lib/fattureincloud_ruby_sdk/models/received_document.rb +27 -7
  211. data/lib/fattureincloud_ruby_sdk/models/received_document_entity.rb +2 -2
  212. data/lib/fattureincloud_ruby_sdk/models/received_document_info.rb +2 -2
  213. data/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb +2 -2
  214. data/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb +2 -2
  215. data/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb +2 -2
  216. data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb +2 -2
  217. data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb +2 -2
  218. data/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb +2 -2
  219. data/lib/fattureincloud_ruby_sdk/models/received_document_type.rb +2 -2
  220. data/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb +2 -2
  221. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb +2 -2
  222. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb +2 -2
  223. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb +2 -2
  224. data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb +2 -2
  225. data/lib/fattureincloud_ruby_sdk/models/sender_email.rb +2 -2
  226. data/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb +2 -2
  227. data/lib/fattureincloud_ruby_sdk/models/supplier.rb +14 -3
  228. data/lib/fattureincloud_ruby_sdk/models/supplier_type.rb +2 -2
  229. data/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb +2 -2
  230. data/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb +2 -2
  231. data/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb +2 -2
  232. data/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb +2 -2
  233. data/lib/fattureincloud_ruby_sdk/models/user.rb +2 -2
  234. data/lib/fattureincloud_ruby_sdk/models/user_company_role.rb +2 -2
  235. data/lib/fattureincloud_ruby_sdk/models/vat_item.rb +2 -2
  236. data/lib/fattureincloud_ruby_sdk/models/vat_kind.rb +2 -2
  237. data/lib/fattureincloud_ruby_sdk/models/vat_type.rb +2 -2
  238. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb +2 -2
  239. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb +2 -2
  240. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb +2 -2
  241. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb +2 -2
  242. data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb +2 -2
  243. data/lib/fattureincloud_ruby_sdk/oauth2/scope.rb +18 -0
  244. data/lib/fattureincloud_ruby_sdk/version.rb +3 -3
  245. data/lib/fattureincloud_ruby_sdk.rb +4 -3
  246. data/sdk-version.yaml +1 -1
  247. data/spec/api_client_spec.rb +2 -2
  248. data/spec/configuration_spec.rb +2 -2
  249. data/spec/models/default_payment_terms_type_spec.rb +6 -6
  250. data/spec/models/issued_document_payments_list_item_payment_terms_spec.rb +42 -0
  251. data/spec/spec_helper.rb +2 -2
  252. metadata +203 -199
@@ -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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
10
10
 
11
11
  =end
12
12
 
@@ -185,7 +185,7 @@ module FattureInCloud_Ruby_Sdk
185
185
  :'notes' => :'String',
186
186
  :'default_vat' => :'VatType',
187
187
  :'default_payment_terms' => :'Integer',
188
- :'default_payment_terms_type' => :'DefaultPaymentTermsType',
188
+ :'default_payment_terms_type' => :'PaymentTermsType',
189
189
  :'default_payment_method' => :'PaymentMethod',
190
190
  :'bank_name' => :'String',
191
191
  :'bank_iban' => :'String',
@@ -194,8 +194,8 @@ module FattureInCloud_Ruby_Sdk
194
194
  :'e_invoice' => :'Boolean',
195
195
  :'ei_code' => :'String',
196
196
  :'has_intent_declaration' => :'Boolean',
197
- :'intent_declaration_protocol_number' => :'Date',
198
- :'intent_declaration_protocol_date' => :'String',
197
+ :'intent_declaration_protocol_number' => :'String',
198
+ :'intent_declaration_protocol_date' => :'Date',
199
199
  :'created_at' => :'String',
200
200
  :'updated_at' => :'String'
201
201
  }
@@ -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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
10
10
 
11
11
  =end
12
12
 
@@ -242,7 +242,7 @@ module FattureInCloud_Ruby_Sdk
242
242
  # Advanced raw attributes for e-invoices.
243
243
  attr_accessor :ei_raw
244
244
 
245
- # [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
245
+ # [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
246
246
  attr_accessor :ei_status
247
247
 
248
248
  class EnumAttributeValidator
@@ -882,7 +882,7 @@ module FattureInCloud_Ruby_Sdk
882
882
  # Check to see if the all the properties in the model are valid
883
883
  # @return true if the model is valid
884
884
  def valid?
885
- ei_status_validator = EnumAttributeValidator.new('String', ["attempt", "missing", "not_sent", "sent", "pending", "processing", "error", "discarded", "not_delivered", "accepted", "rejected", "no_response"])
885
+ ei_status_validator = EnumAttributeValidator.new('String', ["attempt", "missing", "not_sent", "sent", "pending", "processing", "error", "discarded", "not_delivered", "accepted", "rejected", "no_response", "manual_accepted", "manual_rejected"])
886
886
  return false unless ei_status_validator.valid?(@ei_status)
887
887
  true
888
888
  end
@@ -890,7 +890,7 @@ module FattureInCloud_Ruby_Sdk
890
890
  # Custom attribute writer method checking allowed values (enum).
891
891
  # @param [Object] ei_status Object to be assigned
892
892
  def ei_status=(ei_status)
893
- validator = EnumAttributeValidator.new('String', ["attempt", "missing", "not_sent", "sent", "pending", "processing", "error", "discarded", "not_delivered", "accepted", "rejected", "no_response"])
893
+ validator = EnumAttributeValidator.new('String', ["attempt", "missing", "not_sent", "sent", "pending", "processing", "error", "discarded", "not_delivered", "accepted", "rejected", "no_response", "manual_accepted", "manual_rejected"])
894
894
  unless validator.valid?(ei_status)
895
895
  fail ArgumentError, "invalid value for \"ei_status\", must be one of #{validator.allowable_values}."
896
896
  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.20
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.1.0
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.20
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.1.0
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.20
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.1.0
10
10
 
11
11
  =end
12
12