budgea_client 5.3.2 → 5.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (248) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +6 -4
  4. data/budgea_client.gemspec +2 -1
  5. data/budgea_openapi.json +66 -34
  6. data/config.json +1 -1
  7. data/docs/BanksApi.md +2 -0
  8. data/docs/Connection.md +1 -0
  9. data/docs/ConnectionsApi.md +2 -0
  10. data/docs/ProvidersApi.md +2 -0
  11. data/docs/Transfer.md +1 -0
  12. data/docs/TransferData.md +12 -0
  13. data/docs/TransferValidationData.md +8 -0
  14. data/docs/TransfersApi.md +11 -16
  15. data/lib/budgea_client.rb +3 -1
  16. data/lib/budgea_client/api/administration_api.rb +1 -1
  17. data/lib/budgea_client/api/authentication_api.rb +1 -1
  18. data/lib/budgea_client/api/banks_api.rb +4 -1
  19. data/lib/budgea_client/api/connections_api.rb +4 -1
  20. data/lib/budgea_client/api/documents_api.rb +1 -1
  21. data/lib/budgea_client/api/ocr_api.rb +1 -1
  22. data/lib/budgea_client/api/oidc_api.rb +1 -1
  23. data/lib/budgea_client/api/pfm_api.rb +1 -1
  24. data/lib/budgea_client/api/providers_api.rb +4 -1
  25. data/lib/budgea_client/api/recipients_api.rb +1 -1
  26. data/lib/budgea_client/api/terms_api.rb +1 -1
  27. data/lib/budgea_client/api/transfer_api.rb +1 -1
  28. data/lib/budgea_client/api/transfers_api.rb +22 -29
  29. data/lib/budgea_client/api/users_management_api.rb +1 -1
  30. data/lib/budgea_client/api/wealth_api.rb +1 -1
  31. data/lib/budgea_client/api_client.rb +4 -4
  32. data/lib/budgea_client/api_error.rb +1 -1
  33. data/lib/budgea_client/configuration.rb +3 -3
  34. data/lib/budgea_client/models/access.rb +1 -1
  35. data/lib/budgea_client/models/account.rb +1 -1
  36. data/lib/budgea_client/models/account_log.rb +1 -1
  37. data/lib/budgea_client/models/account_type.rb +1 -1
  38. data/lib/budgea_client/models/alert.rb +1 -1
  39. data/lib/budgea_client/models/auth_provider.rb +1 -1
  40. data/lib/budgea_client/models/category.rb +1 -1
  41. data/lib/budgea_client/models/certificate.rb +1 -1
  42. data/lib/budgea_client/models/client.rb +1 -1
  43. data/lib/budgea_client/models/config_log.rb +1 -1
  44. data/lib/budgea_client/models/connection.rb +17 -4
  45. data/lib/budgea_client/models/connection_log.rb +1 -1
  46. data/lib/budgea_client/models/connection_source.rb +1 -1
  47. data/lib/budgea_client/models/connector.rb +1 -1
  48. data/lib/budgea_client/models/connector_category.rb +1 -1
  49. data/lib/budgea_client/models/connector_logo.rb +1 -1
  50. data/lib/budgea_client/models/connector_source.rb +1 -1
  51. data/lib/budgea_client/models/currency.rb +1 -1
  52. data/lib/budgea_client/models/device.rb +1 -1
  53. data/lib/budgea_client/models/document.rb +1 -1
  54. data/lib/budgea_client/models/document_type.rb +1 -1
  55. data/lib/budgea_client/models/field.rb +1 -1
  56. data/lib/budgea_client/models/field_value.rb +1 -1
  57. data/lib/budgea_client/models/file.rb +1 -1
  58. data/lib/budgea_client/models/group.rb +1 -1
  59. data/lib/budgea_client/models/hash_table.rb +1 -1
  60. data/lib/budgea_client/models/inline_response_200.rb +1 -1
  61. data/lib/budgea_client/models/inline_response_200_1.rb +1 -1
  62. data/lib/budgea_client/models/inline_response_200_10.rb +1 -1
  63. data/lib/budgea_client/models/inline_response_200_11.rb +1 -1
  64. data/lib/budgea_client/models/inline_response_200_12.rb +1 -1
  65. data/lib/budgea_client/models/inline_response_200_13.rb +1 -1
  66. data/lib/budgea_client/models/inline_response_200_14.rb +1 -1
  67. data/lib/budgea_client/models/inline_response_200_15.rb +1 -1
  68. data/lib/budgea_client/models/inline_response_200_16.rb +1 -1
  69. data/lib/budgea_client/models/inline_response_200_17.rb +1 -1
  70. data/lib/budgea_client/models/inline_response_200_18.rb +1 -1
  71. data/lib/budgea_client/models/inline_response_200_19.rb +1 -1
  72. data/lib/budgea_client/models/inline_response_200_2.rb +1 -1
  73. data/lib/budgea_client/models/inline_response_200_20.rb +1 -1
  74. data/lib/budgea_client/models/inline_response_200_21.rb +1 -1
  75. data/lib/budgea_client/models/inline_response_200_22.rb +1 -1
  76. data/lib/budgea_client/models/inline_response_200_23.rb +1 -1
  77. data/lib/budgea_client/models/inline_response_200_24.rb +1 -1
  78. data/lib/budgea_client/models/inline_response_200_25.rb +1 -1
  79. data/lib/budgea_client/models/inline_response_200_26.rb +1 -1
  80. data/lib/budgea_client/models/inline_response_200_27.rb +1 -1
  81. data/lib/budgea_client/models/inline_response_200_28.rb +1 -1
  82. data/lib/budgea_client/models/inline_response_200_29.rb +1 -1
  83. data/lib/budgea_client/models/inline_response_200_3.rb +1 -1
  84. data/lib/budgea_client/models/inline_response_200_30.rb +1 -1
  85. data/lib/budgea_client/models/inline_response_200_31.rb +1 -1
  86. data/lib/budgea_client/models/inline_response_200_32.rb +1 -1
  87. data/lib/budgea_client/models/inline_response_200_33.rb +1 -1
  88. data/lib/budgea_client/models/inline_response_200_34.rb +1 -1
  89. data/lib/budgea_client/models/inline_response_200_35.rb +1 -1
  90. data/lib/budgea_client/models/inline_response_200_36.rb +1 -1
  91. data/lib/budgea_client/models/inline_response_200_37.rb +1 -1
  92. data/lib/budgea_client/models/inline_response_200_38.rb +1 -1
  93. data/lib/budgea_client/models/inline_response_200_39.rb +1 -1
  94. data/lib/budgea_client/models/inline_response_200_4.rb +1 -1
  95. data/lib/budgea_client/models/inline_response_200_40.rb +1 -1
  96. data/lib/budgea_client/models/inline_response_200_41.rb +1 -1
  97. data/lib/budgea_client/models/inline_response_200_42.rb +1 -1
  98. data/lib/budgea_client/models/inline_response_200_5.rb +1 -1
  99. data/lib/budgea_client/models/inline_response_200_6.rb +1 -1
  100. data/lib/budgea_client/models/inline_response_200_7.rb +1 -1
  101. data/lib/budgea_client/models/inline_response_200_8.rb +1 -1
  102. data/lib/budgea_client/models/inline_response_200_9.rb +1 -1
  103. data/lib/budgea_client/models/investment.rb +1 -1
  104. data/lib/budgea_client/models/investment_value.rb +1 -1
  105. data/lib/budgea_client/models/keyword.rb +1 -1
  106. data/lib/budgea_client/models/locked_user.rb +1 -1
  107. data/lib/budgea_client/models/oidc_whitelist.rb +1 -1
  108. data/lib/budgea_client/models/order.rb +1 -1
  109. data/lib/budgea_client/models/pocket.rb +1 -1
  110. data/lib/budgea_client/models/profile.rb +1 -1
  111. data/lib/budgea_client/models/project.rb +1 -1
  112. data/lib/budgea_client/models/project_type.rb +1 -1
  113. data/lib/budgea_client/models/recipient.rb +1 -1
  114. data/lib/budgea_client/models/recipient_log.rb +1 -1
  115. data/lib/budgea_client/models/security.rb +1 -1
  116. data/lib/budgea_client/models/subscription.rb +1 -1
  117. data/lib/budgea_client/models/subscription_log.rb +1 -1
  118. data/lib/budgea_client/models/terms_of_service.rb +1 -1
  119. data/lib/budgea_client/models/transaction.rb +1 -1
  120. data/lib/budgea_client/models/transaction_information.rb +1 -1
  121. data/lib/budgea_client/models/transactions_cluster.rb +1 -1
  122. data/lib/budgea_client/models/transfer.rb +16 -5
  123. data/lib/budgea_client/models/transfer_data.rb +240 -0
  124. data/lib/budgea_client/models/transfer_log.rb +1 -1
  125. data/lib/budgea_client/models/transfer_validation_data.rb +185 -0
  126. data/lib/budgea_client/models/user.rb +1 -1
  127. data/lib/budgea_client/models/user_alert.rb +1 -1
  128. data/lib/budgea_client/models/webhook.rb +1 -1
  129. data/lib/budgea_client/models/webhook_data.rb +1 -1
  130. data/lib/budgea_client/models/webhook_log.rb +1 -1
  131. data/lib/budgea_client/version.rb +2 -2
  132. data/spec/api/administration_api_spec.rb +1 -1
  133. data/spec/api/authentication_api_spec.rb +1 -1
  134. data/spec/api/banks_api_spec.rb +1 -1
  135. data/spec/api/connections_api_spec.rb +1 -1
  136. data/spec/api/documents_api_spec.rb +1 -1
  137. data/spec/api/ocr_api_spec.rb +1 -1
  138. data/spec/api/oidc_api_spec.rb +1 -1
  139. data/spec/api/pfm_api_spec.rb +1 -1
  140. data/spec/api/providers_api_spec.rb +1 -1
  141. data/spec/api/recipients_api_spec.rb +1 -1
  142. data/spec/api/terms_api_spec.rb +1 -1
  143. data/spec/api/transfer_api_spec.rb +1 -1
  144. data/spec/api/transfers_api_spec.rb +1 -1
  145. data/spec/api/users_management_api_spec.rb +1 -1
  146. data/spec/api/wealth_api_spec.rb +1 -1
  147. data/spec/api_client_spec.rb +1 -1
  148. data/spec/configuration_spec.rb +1 -1
  149. data/spec/models/access_spec.rb +1 -1
  150. data/spec/models/account_log_spec.rb +1 -1
  151. data/spec/models/account_spec.rb +1 -1
  152. data/spec/models/account_type_spec.rb +1 -1
  153. data/spec/models/alert_spec.rb +1 -1
  154. data/spec/models/auth_provider_spec.rb +1 -1
  155. data/spec/models/category_spec.rb +1 -1
  156. data/spec/models/certificate_spec.rb +1 -1
  157. data/spec/models/client_spec.rb +1 -1
  158. data/spec/models/config_log_spec.rb +1 -1
  159. data/spec/models/connection_log_spec.rb +1 -1
  160. data/spec/models/connection_source_spec.rb +1 -1
  161. data/spec/models/connection_spec.rb +1 -1
  162. data/spec/models/connector_category_spec.rb +1 -1
  163. data/spec/models/connector_logo_spec.rb +1 -1
  164. data/spec/models/connector_source_spec.rb +1 -1
  165. data/spec/models/connector_spec.rb +1 -1
  166. data/spec/models/currency_spec.rb +1 -1
  167. data/spec/models/device_spec.rb +1 -1
  168. data/spec/models/document_spec.rb +1 -1
  169. data/spec/models/document_type_spec.rb +1 -1
  170. data/spec/models/field_spec.rb +1 -1
  171. data/spec/models/field_value_spec.rb +1 -1
  172. data/spec/models/file_spec.rb +1 -1
  173. data/spec/models/group_spec.rb +1 -1
  174. data/spec/models/hash_table_spec.rb +1 -1
  175. data/spec/models/inline_response_200_10_spec.rb +1 -1
  176. data/spec/models/inline_response_200_11_spec.rb +1 -1
  177. data/spec/models/inline_response_200_12_spec.rb +1 -1
  178. data/spec/models/inline_response_200_13_spec.rb +1 -1
  179. data/spec/models/inline_response_200_14_spec.rb +1 -1
  180. data/spec/models/inline_response_200_15_spec.rb +1 -1
  181. data/spec/models/inline_response_200_16_spec.rb +1 -1
  182. data/spec/models/inline_response_200_17_spec.rb +1 -1
  183. data/spec/models/inline_response_200_18_spec.rb +1 -1
  184. data/spec/models/inline_response_200_19_spec.rb +1 -1
  185. data/spec/models/inline_response_200_1_spec.rb +1 -1
  186. data/spec/models/inline_response_200_20_spec.rb +1 -1
  187. data/spec/models/inline_response_200_21_spec.rb +1 -1
  188. data/spec/models/inline_response_200_22_spec.rb +1 -1
  189. data/spec/models/inline_response_200_23_spec.rb +1 -1
  190. data/spec/models/inline_response_200_24_spec.rb +1 -1
  191. data/spec/models/inline_response_200_25_spec.rb +1 -1
  192. data/spec/models/inline_response_200_26_spec.rb +1 -1
  193. data/spec/models/inline_response_200_27_spec.rb +1 -1
  194. data/spec/models/inline_response_200_28_spec.rb +1 -1
  195. data/spec/models/inline_response_200_29_spec.rb +1 -1
  196. data/spec/models/inline_response_200_2_spec.rb +1 -1
  197. data/spec/models/inline_response_200_30_spec.rb +1 -1
  198. data/spec/models/inline_response_200_31_spec.rb +1 -1
  199. data/spec/models/inline_response_200_32_spec.rb +1 -1
  200. data/spec/models/inline_response_200_33_spec.rb +1 -1
  201. data/spec/models/inline_response_200_34_spec.rb +1 -1
  202. data/spec/models/inline_response_200_35_spec.rb +1 -1
  203. data/spec/models/inline_response_200_36_spec.rb +1 -1
  204. data/spec/models/inline_response_200_37_spec.rb +1 -1
  205. data/spec/models/inline_response_200_38_spec.rb +1 -1
  206. data/spec/models/inline_response_200_39_spec.rb +1 -1
  207. data/spec/models/inline_response_200_3_spec.rb +1 -1
  208. data/spec/models/inline_response_200_40_spec.rb +1 -1
  209. data/spec/models/inline_response_200_41_spec.rb +1 -1
  210. data/spec/models/inline_response_200_42_spec.rb +1 -1
  211. data/spec/models/inline_response_200_4_spec.rb +1 -1
  212. data/spec/models/inline_response_200_5_spec.rb +1 -1
  213. data/spec/models/inline_response_200_6_spec.rb +1 -1
  214. data/spec/models/inline_response_200_7_spec.rb +1 -1
  215. data/spec/models/inline_response_200_8_spec.rb +1 -1
  216. data/spec/models/inline_response_200_9_spec.rb +1 -1
  217. data/spec/models/inline_response_200_spec.rb +1 -1
  218. data/spec/models/investment_spec.rb +1 -1
  219. data/spec/models/investment_value_spec.rb +1 -1
  220. data/spec/models/keyword_spec.rb +1 -1
  221. data/spec/models/locked_user_spec.rb +1 -1
  222. data/spec/models/oidc_whitelist_spec.rb +1 -1
  223. data/spec/models/order_spec.rb +1 -1
  224. data/spec/models/pocket_spec.rb +1 -1
  225. data/spec/models/profile_spec.rb +1 -1
  226. data/spec/models/project_spec.rb +1 -1
  227. data/spec/models/project_type_spec.rb +1 -1
  228. data/spec/models/recipient_log_spec.rb +1 -1
  229. data/spec/models/recipient_spec.rb +1 -1
  230. data/spec/models/security_spec.rb +1 -1
  231. data/spec/models/subscription_log_spec.rb +1 -1
  232. data/spec/models/subscription_spec.rb +1 -1
  233. data/spec/models/terms_of_service_spec.rb +1 -1
  234. data/spec/models/transaction_information_spec.rb +1 -1
  235. data/spec/models/transaction_spec.rb +1 -1
  236. data/spec/models/transactions_cluster_spec.rb +1 -1
  237. data/spec/models/transfer_data_spec.rb +65 -0
  238. data/spec/models/transfer_log_spec.rb +1 -1
  239. data/spec/models/transfer_spec.rb +1 -1
  240. data/spec/models/transfer_validation_data_spec.rb +41 -0
  241. data/spec/models/user_alert_spec.rb +1 -1
  242. data/spec/models/user_spec.rb +1 -1
  243. data/spec/models/webhook_data_spec.rb +1 -1
  244. data/spec/models/webhook_log_spec.rb +1 -1
  245. data/spec/models/webhook_spec.rb +1 -1
  246. data/spec/spec_helper.rb +1 -1
  247. metadata +34 -8
  248. data/pkg/budgea_client-5.3.1.gem +0 -0
Binary file