budgea_client 2.0.0 → 2.0.1

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 (88) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +17 -0
  4. data/Rakefile +1 -5
  5. data/budgea_openapi.json +748 -63
  6. data/docs/Account.md +2 -0
  7. data/docs/AdministrationApi.md +497 -4
  8. data/docs/AuthenticationApi.md +2 -0
  9. data/docs/BanksApi.md +165 -48
  10. data/docs/ConnectionsApi.md +14 -12
  11. data/docs/Connector.md +2 -0
  12. data/docs/DocumentsApi.md +26 -26
  13. data/docs/InlineResponse20013.md +1 -1
  14. data/docs/InlineResponse20014.md +1 -1
  15. data/docs/InlineResponse20015.md +1 -1
  16. data/docs/InlineResponse20016.md +1 -1
  17. data/docs/InlineResponse20017.md +1 -1
  18. data/docs/InlineResponse20018.md +1 -1
  19. data/docs/InlineResponse20019.md +1 -1
  20. data/docs/InlineResponse20020.md +1 -1
  21. data/docs/InlineResponse20021.md +1 -1
  22. data/docs/InlineResponse20022.md +1 -1
  23. data/docs/InlineResponse20023.md +1 -1
  24. data/docs/InlineResponse20024.md +1 -1
  25. data/docs/InlineResponse20025.md +1 -1
  26. data/docs/InlineResponse20026.md +1 -1
  27. data/docs/InlineResponse20027.md +1 -1
  28. data/docs/InlineResponse20028.md +1 -1
  29. data/docs/InlineResponse20029.md +1 -1
  30. data/docs/InlineResponse20030.md +1 -1
  31. data/docs/InlineResponse20031.md +1 -1
  32. data/docs/InlineResponse20032.md +1 -1
  33. data/docs/InlineResponse20033.md +1 -1
  34. data/docs/InlineResponse20034.md +1 -1
  35. data/docs/InlineResponse20035.md +1 -1
  36. data/docs/InlineResponse20036.md +1 -1
  37. data/docs/PFMApi.md +10 -10
  38. data/docs/ProvidersApi.md +38 -38
  39. data/docs/TermsApi.md +4 -4
  40. data/docs/Transaction.md +1 -1
  41. data/docs/TransfersApi.md +43 -25
  42. data/docs/UsersManagementApi.md +4 -4
  43. data/docs/WealthApi.md +18 -18
  44. data/docs/Webhook.md +2 -0
  45. data/lib/budgea_client/api/administration_api.rb +506 -6
  46. data/lib/budgea_client/api/authentication_api.rb +3 -0
  47. data/lib/budgea_client/api/banks_api.rb +183 -72
  48. data/lib/budgea_client/api/connections_api.rb +21 -18
  49. data/lib/budgea_client/api/documents_api.rb +39 -39
  50. data/lib/budgea_client/api/pfm_api.rb +15 -15
  51. data/lib/budgea_client/api/providers_api.rb +57 -57
  52. data/lib/budgea_client/api/terms_api.rb +6 -6
  53. data/lib/budgea_client/api/transfers_api.rb +63 -36
  54. data/lib/budgea_client/api/users_management_api.rb +6 -6
  55. data/lib/budgea_client/api/wealth_api.rb +27 -27
  56. data/lib/budgea_client/models/account.rb +24 -4
  57. data/lib/budgea_client/models/connector.rb +26 -1
  58. data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
  59. data/lib/budgea_client/models/inline_response_200_14.rb +11 -11
  60. data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
  61. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  62. data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
  63. data/lib/budgea_client/models/inline_response_200_18.rb +11 -11
  64. data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
  65. data/lib/budgea_client/models/inline_response_200_20.rb +11 -11
  66. data/lib/budgea_client/models/inline_response_200_21.rb +11 -11
  67. data/lib/budgea_client/models/inline_response_200_22.rb +11 -11
  68. data/lib/budgea_client/models/inline_response_200_23.rb +11 -11
  69. data/lib/budgea_client/models/inline_response_200_24.rb +11 -11
  70. data/lib/budgea_client/models/inline_response_200_25.rb +11 -11
  71. data/lib/budgea_client/models/inline_response_200_26.rb +11 -11
  72. data/lib/budgea_client/models/inline_response_200_27.rb +11 -11
  73. data/lib/budgea_client/models/inline_response_200_28.rb +11 -11
  74. data/lib/budgea_client/models/inline_response_200_29.rb +11 -11
  75. data/lib/budgea_client/models/inline_response_200_30.rb +11 -11
  76. data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
  77. data/lib/budgea_client/models/inline_response_200_32.rb +11 -11
  78. data/lib/budgea_client/models/inline_response_200_33.rb +11 -11
  79. data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
  80. data/lib/budgea_client/models/inline_response_200_35.rb +11 -11
  81. data/lib/budgea_client/models/inline_response_200_36.rb +11 -11
  82. data/lib/budgea_client/models/transaction.rb +11 -18
  83. data/lib/budgea_client/models/webhook.rb +24 -4
  84. data/lib/budgea_client/version.rb +1 -1
  85. data/lib/budgea_client.rb +7 -0
  86. data/original_budgea_openapi.json +771 -142
  87. data/pkg/budgea_client-2.0.1.gem +0 -0
  88. metadata +4 -3
data/docs/TransfersApi.md CHANGED
@@ -47,7 +47,7 @@ Method | HTTP request | Description
47
47
 
48
48
 
49
49
  # **users_id_user_accounts_id_account_recipients_get**
50
- > InlineResponse20025 users_id_user_accounts_id_account_recipients_get(id_user, id_account, opts)
50
+ > InlineResponse20026 users_id_user_accounts_id_account_recipients_get(id_user, id_account, opts)
51
51
 
52
52
  Returns the list of recipients.
53
53
 
@@ -72,7 +72,16 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
72
72
  id_account = 56 # Integer |
73
73
 
74
74
  opts = {
75
- expand: 'expand_example' # String |
75
+ expand: 'expand_example', # String |
76
+ category: 'category_example', # String |
77
+ bank_name: 'bank_name_example', # String |
78
+ deleted: 'deleted_example', # String |
79
+ bic: 'bic_example', # String |
80
+ label: 'label_example', # String |
81
+ state: 'state_example', # String |
82
+ iban: 'iban_example', # String |
83
+ error: 'error_example', # String |
84
+ id: 'id_example' # String |
76
85
  }
77
86
 
78
87
  begin
@@ -91,10 +100,19 @@ Name | Type | Description | Notes
91
100
  **id_user** | **String**| Hint: you can use 'me' or 'all' |
92
101
  **id_account** | **Integer**| |
93
102
  **expand** | **String**| | [optional]
103
+ **category** | **String**| | [optional]
104
+ **bank_name** | **String**| | [optional]
105
+ **deleted** | **String**| | [optional]
106
+ **bic** | **String**| | [optional]
107
+ **label** | **String**| | [optional]
108
+ **state** | **String**| | [optional]
109
+ **iban** | **String**| | [optional]
110
+ **error** | **String**| | [optional]
111
+ **id** | **String**| | [optional]
94
112
 
95
113
  ### Return type
96
114
 
97
- [**InlineResponse20025**](InlineResponse20025.md)
115
+ [**InlineResponse20026**](InlineResponse20026.md)
98
116
 
99
117
  ### Authorization
100
118
 
@@ -174,7 +192,7 @@ Name | Type | Description | Notes
174
192
 
175
193
 
176
194
  # **users_id_user_accounts_id_account_recipients_id_recipient_transfers_get**
177
- > InlineResponse20026 users_id_user_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_account, id_recipient, opts)
195
+ > InlineResponse20027 users_id_user_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_account, id_recipient, opts)
178
196
 
179
197
  Get transfers
180
198
 
@@ -226,7 +244,7 @@ Name | Type | Description | Notes
226
244
 
227
245
  ### Return type
228
246
 
229
- [**InlineResponse20026**](InlineResponse20026.md)
247
+ [**InlineResponse20027**](InlineResponse20027.md)
230
248
 
231
249
  ### Authorization
232
250
 
@@ -449,7 +467,7 @@ Name | Type | Description | Notes
449
467
 
450
468
 
451
469
  # **users_id_user_accounts_id_account_transfers_get**
452
- > InlineResponse20026 users_id_user_accounts_id_account_transfers_get(id_user, id_account, opts)
470
+ > InlineResponse20027 users_id_user_accounts_id_account_transfers_get(id_user, id_account, opts)
453
471
 
454
472
  Get transfers
455
473
 
@@ -498,7 +516,7 @@ Name | Type | Description | Notes
498
516
 
499
517
  ### Return type
500
518
 
501
- [**InlineResponse20026**](InlineResponse20026.md)
519
+ [**InlineResponse20027**](InlineResponse20027.md)
502
520
 
503
521
  ### Authorization
504
522
 
@@ -712,7 +730,7 @@ Name | Type | Description | Notes
712
730
 
713
731
 
714
732
  # **users_id_user_connections_id_connection_accounts_id_account_recipients_get**
715
- > InlineResponse20025 users_id_user_connections_id_connection_accounts_id_account_recipients_get(id_user, id_connection, id_account, opts)
733
+ > InlineResponse20026 users_id_user_connections_id_connection_accounts_id_account_recipients_get(id_user, id_connection, id_account, opts)
716
734
 
717
735
  Returns the list of recipients.
718
736
 
@@ -762,7 +780,7 @@ Name | Type | Description | Notes
762
780
 
763
781
  ### Return type
764
782
 
765
- [**InlineResponse20025**](InlineResponse20025.md)
783
+ [**InlineResponse20026**](InlineResponse20026.md)
766
784
 
767
785
  ### Authorization
768
786
 
@@ -845,7 +863,7 @@ Name | Type | Description | Notes
845
863
 
846
864
 
847
865
  # **users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get**
848
- > InlineResponse20026 users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_connection, id_account, id_recipient, opts)
866
+ > InlineResponse20027 users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_connection, id_account, id_recipient, opts)
849
867
 
850
868
  Get transfers
851
869
 
@@ -900,7 +918,7 @@ Name | Type | Description | Notes
900
918
 
901
919
  ### Return type
902
920
 
903
- [**InlineResponse20026**](InlineResponse20026.md)
921
+ [**InlineResponse20027**](InlineResponse20027.md)
904
922
 
905
923
  ### Authorization
906
924
 
@@ -1132,7 +1150,7 @@ Name | Type | Description | Notes
1132
1150
 
1133
1151
 
1134
1152
  # **users_id_user_connections_id_connection_accounts_id_account_transfers_get**
1135
- > InlineResponse20026 users_id_user_connections_id_connection_accounts_id_account_transfers_get(id_user, id_connection, id_account, opts)
1153
+ > InlineResponse20027 users_id_user_connections_id_connection_accounts_id_account_transfers_get(id_user, id_connection, id_account, opts)
1136
1154
 
1137
1155
  Get transfers
1138
1156
 
@@ -1184,7 +1202,7 @@ Name | Type | Description | Notes
1184
1202
 
1185
1203
  ### Return type
1186
1204
 
1187
- [**InlineResponse20026**](InlineResponse20026.md)
1205
+ [**InlineResponse20027**](InlineResponse20027.md)
1188
1206
 
1189
1207
  ### Authorization
1190
1208
 
@@ -1407,7 +1425,7 @@ Name | Type | Description | Notes
1407
1425
 
1408
1426
 
1409
1427
  # **users_id_user_connections_id_connection_recipients_get**
1410
- > InlineResponse20025 users_id_user_connections_id_connection_recipients_get(id_user, id_connection, opts)
1428
+ > InlineResponse20026 users_id_user_connections_id_connection_recipients_get(id_user, id_connection, opts)
1411
1429
 
1412
1430
  Returns the list of recipients.
1413
1431
 
@@ -1454,7 +1472,7 @@ Name | Type | Description | Notes
1454
1472
 
1455
1473
  ### Return type
1456
1474
 
1457
- [**InlineResponse20025**](InlineResponse20025.md)
1475
+ [**InlineResponse20026**](InlineResponse20026.md)
1458
1476
 
1459
1477
  ### Authorization
1460
1478
 
@@ -1534,7 +1552,7 @@ Name | Type | Description | Notes
1534
1552
 
1535
1553
 
1536
1554
  # **users_id_user_connections_id_connection_recipients_id_recipient_transfers_get**
1537
- > InlineResponse20026 users_id_user_connections_id_connection_recipients_id_recipient_transfers_get(id_user, id_connection, id_recipient, opts)
1555
+ > InlineResponse20027 users_id_user_connections_id_connection_recipients_id_recipient_transfers_get(id_user, id_connection, id_recipient, opts)
1538
1556
 
1539
1557
  Get transfers
1540
1558
 
@@ -1586,7 +1604,7 @@ Name | Type | Description | Notes
1586
1604
 
1587
1605
  ### Return type
1588
1606
 
1589
- [**InlineResponse20026**](InlineResponse20026.md)
1607
+ [**InlineResponse20027**](InlineResponse20027.md)
1590
1608
 
1591
1609
  ### Authorization
1592
1610
 
@@ -1809,7 +1827,7 @@ Name | Type | Description | Notes
1809
1827
 
1810
1828
 
1811
1829
  # **users_id_user_connections_id_connection_transfers_get**
1812
- > InlineResponse20026 users_id_user_connections_id_connection_transfers_get(id_user, id_connection, opts)
1830
+ > InlineResponse20027 users_id_user_connections_id_connection_transfers_get(id_user, id_connection, opts)
1813
1831
 
1814
1832
  Get transfers
1815
1833
 
@@ -1858,7 +1876,7 @@ Name | Type | Description | Notes
1858
1876
 
1859
1877
  ### Return type
1860
1878
 
1861
- [**InlineResponse20026**](InlineResponse20026.md)
1879
+ [**InlineResponse20027**](InlineResponse20027.md)
1862
1880
 
1863
1881
  ### Authorization
1864
1882
 
@@ -2072,7 +2090,7 @@ Name | Type | Description | Notes
2072
2090
 
2073
2091
 
2074
2092
  # **users_id_user_recipients_get**
2075
- > InlineResponse20025 users_id_user_recipients_get(id_user, opts)
2093
+ > InlineResponse20026 users_id_user_recipients_get(id_user, opts)
2076
2094
 
2077
2095
  Returns the list of recipients.
2078
2096
 
@@ -2116,7 +2134,7 @@ Name | Type | Description | Notes
2116
2134
 
2117
2135
  ### Return type
2118
2136
 
2119
- [**InlineResponse20025**](InlineResponse20025.md)
2137
+ [**InlineResponse20026**](InlineResponse20026.md)
2120
2138
 
2121
2139
  ### Authorization
2122
2140
 
@@ -2193,7 +2211,7 @@ Name | Type | Description | Notes
2193
2211
 
2194
2212
 
2195
2213
  # **users_id_user_recipients_id_recipient_transfers_get**
2196
- > InlineResponse20026 users_id_user_recipients_id_recipient_transfers_get(id_user, id_recipient, opts)
2214
+ > InlineResponse20027 users_id_user_recipients_id_recipient_transfers_get(id_user, id_recipient, opts)
2197
2215
 
2198
2216
  Get transfers
2199
2217
 
@@ -2242,7 +2260,7 @@ Name | Type | Description | Notes
2242
2260
 
2243
2261
  ### Return type
2244
2262
 
2245
- [**InlineResponse20026**](InlineResponse20026.md)
2263
+ [**InlineResponse20027**](InlineResponse20027.md)
2246
2264
 
2247
2265
  ### Authorization
2248
2266
 
@@ -2456,7 +2474,7 @@ Name | Type | Description | Notes
2456
2474
 
2457
2475
 
2458
2476
  # **users_id_user_transfers_get**
2459
- > InlineResponse20026 users_id_user_transfers_get(id_user, opts)
2477
+ > InlineResponse20027 users_id_user_transfers_get(id_user, opts)
2460
2478
 
2461
2479
  Get transfers
2462
2480
 
@@ -2502,7 +2520,7 @@ Name | Type | Description | Notes
2502
2520
 
2503
2521
  ### Return type
2504
2522
 
2505
- [**InlineResponse20026**](InlineResponse20026.md)
2523
+ [**InlineResponse20027**](InlineResponse20027.md)
2506
2524
 
2507
2525
  ### Authorization
2508
2526
 
@@ -66,7 +66,7 @@ nil (empty response body)
66
66
 
67
67
 
68
68
  # **users_get**
69
- > InlineResponse20019 users_get(opts)
69
+ > InlineResponse20020 users_get(opts)
70
70
 
71
71
  Get users
72
72
 
@@ -109,7 +109,7 @@ Name | Type | Description | Notes
109
109
 
110
110
  ### Return type
111
111
 
112
- [**InlineResponse20019**](InlineResponse20019.md)
112
+ [**InlineResponse20020**](InlineResponse20020.md)
113
113
 
114
114
  ### Authorization
115
115
 
@@ -399,7 +399,7 @@ Name | Type | Description | Notes
399
399
 
400
400
 
401
401
  # **users_id_user_profiles_get**
402
- > InlineResponse20034 users_id_user_profiles_get(id_user, opts)
402
+ > InlineResponse20035 users_id_user_profiles_get(id_user, opts)
403
403
 
404
404
  Get profiles
405
405
 
@@ -443,7 +443,7 @@ Name | Type | Description | Notes
443
443
 
444
444
  ### Return type
445
445
 
446
- [**InlineResponse20034**](InlineResponse20034.md)
446
+ [**InlineResponse20035**](InlineResponse20035.md)
447
447
 
448
448
  ### Authorization
449
449
 
data/docs/WealthApi.md CHANGED
@@ -21,7 +21,7 @@ Method | HTTP request | Description
21
21
 
22
22
 
23
23
  # **finance_securities_get**
24
- > InlineResponse20015 finance_securities_get(opts)
24
+ > InlineResponse20016 finance_securities_get(opts)
25
25
 
26
26
  Get securities
27
27
 
@@ -62,7 +62,7 @@ Name | Type | Description | Notes
62
62
 
63
63
  ### Return type
64
64
 
65
- [**InlineResponse20015**](InlineResponse20015.md)
65
+ [**InlineResponse20016**](InlineResponse20016.md)
66
66
 
67
67
  ### Authorization
68
68
 
@@ -141,7 +141,7 @@ nil (empty response body)
141
141
 
142
142
 
143
143
  # **users_id_user_accounts_id_account_investments_get**
144
- > InlineResponse20021 users_id_user_accounts_id_account_investments_get(id_user, id_account, opts)
144
+ > InlineResponse20022 users_id_user_accounts_id_account_investments_get(id_user, id_account, opts)
145
145
 
146
146
  Get investments
147
147
 
@@ -188,7 +188,7 @@ Name | Type | Description | Notes
188
188
 
189
189
  ### Return type
190
190
 
191
- [**InlineResponse20021**](InlineResponse20021.md)
191
+ [**InlineResponse20022**](InlineResponse20022.md)
192
192
 
193
193
  ### Authorization
194
194
 
@@ -202,7 +202,7 @@ Name | Type | Description | Notes
202
202
 
203
203
 
204
204
  # **users_id_user_accounts_id_account_investments_id_investment_history_get**
205
- > InlineResponse20022 users_id_user_accounts_id_account_investments_id_investment_history_get(id_user, id_account, id_investment, opts)
205
+ > InlineResponse20023 users_id_user_accounts_id_account_investments_id_investment_history_get(id_user, id_account, id_investment, opts)
206
206
 
207
207
  Get investment values
208
208
 
@@ -252,7 +252,7 @@ Name | Type | Description | Notes
252
252
 
253
253
  ### Return type
254
254
 
255
- [**InlineResponse20022**](InlineResponse20022.md)
255
+ [**InlineResponse20023**](InlineResponse20023.md)
256
256
 
257
257
  ### Authorization
258
258
 
@@ -337,7 +337,7 @@ nil (empty response body)
337
337
 
338
338
 
339
339
  # **users_id_user_connections_id_connection_accounts_id_account_investments_get**
340
- > InlineResponse20021 users_id_user_connections_id_connection_accounts_id_account_investments_get(id_user, id_connection, id_account, opts)
340
+ > InlineResponse20022 users_id_user_connections_id_connection_accounts_id_account_investments_get(id_user, id_connection, id_account, opts)
341
341
 
342
342
  Get investments
343
343
 
@@ -387,7 +387,7 @@ Name | Type | Description | Notes
387
387
 
388
388
  ### Return type
389
389
 
390
- [**InlineResponse20021**](InlineResponse20021.md)
390
+ [**InlineResponse20022**](InlineResponse20022.md)
391
391
 
392
392
  ### Authorization
393
393
 
@@ -401,7 +401,7 @@ Name | Type | Description | Notes
401
401
 
402
402
 
403
403
  # **users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get**
404
- > InlineResponse20022 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get(id_user, id_connection, id_account, id_investment, opts)
404
+ > InlineResponse20023 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get(id_user, id_connection, id_account, id_investment, opts)
405
405
 
406
406
  Get investment values
407
407
 
@@ -454,7 +454,7 @@ Name | Type | Description | Notes
454
454
 
455
455
  ### Return type
456
456
 
457
- [**InlineResponse20022**](InlineResponse20022.md)
457
+ [**InlineResponse20023**](InlineResponse20023.md)
458
458
 
459
459
  ### Authorization
460
460
 
@@ -542,7 +542,7 @@ nil (empty response body)
542
542
 
543
543
 
544
544
  # **users_id_user_connections_id_connection_investments_get**
545
- > InlineResponse20021 users_id_user_connections_id_connection_investments_get(id_user, id_connection, opts)
545
+ > InlineResponse20022 users_id_user_connections_id_connection_investments_get(id_user, id_connection, opts)
546
546
 
547
547
  Get investments
548
548
 
@@ -589,7 +589,7 @@ Name | Type | Description | Notes
589
589
 
590
590
  ### Return type
591
591
 
592
- [**InlineResponse20021**](InlineResponse20021.md)
592
+ [**InlineResponse20022**](InlineResponse20022.md)
593
593
 
594
594
  ### Authorization
595
595
 
@@ -603,7 +603,7 @@ Name | Type | Description | Notes
603
603
 
604
604
 
605
605
  # **users_id_user_connections_id_connection_investments_id_investment_history_get**
606
- > InlineResponse20022 users_id_user_connections_id_connection_investments_id_investment_history_get(id_user, id_connection, id_investment, opts)
606
+ > InlineResponse20023 users_id_user_connections_id_connection_investments_id_investment_history_get(id_user, id_connection, id_investment, opts)
607
607
 
608
608
  Get investment values
609
609
 
@@ -653,7 +653,7 @@ Name | Type | Description | Notes
653
653
 
654
654
  ### Return type
655
655
 
656
- [**InlineResponse20022**](InlineResponse20022.md)
656
+ [**InlineResponse20023**](InlineResponse20023.md)
657
657
 
658
658
  ### Authorization
659
659
 
@@ -738,7 +738,7 @@ nil (empty response body)
738
738
 
739
739
 
740
740
  # **users_id_user_investments_get**
741
- > InlineResponse20021 users_id_user_investments_get(id_user, opts)
741
+ > InlineResponse20022 users_id_user_investments_get(id_user, opts)
742
742
 
743
743
  Get investments
744
744
 
@@ -782,7 +782,7 @@ Name | Type | Description | Notes
782
782
 
783
783
  ### Return type
784
784
 
785
- [**InlineResponse20021**](InlineResponse20021.md)
785
+ [**InlineResponse20022**](InlineResponse20022.md)
786
786
 
787
787
  ### Authorization
788
788
 
@@ -796,7 +796,7 @@ Name | Type | Description | Notes
796
796
 
797
797
 
798
798
  # **users_id_user_investments_id_investment_history_get**
799
- > InlineResponse20022 users_id_user_investments_id_investment_history_get(id_user, id_investment, opts)
799
+ > InlineResponse20023 users_id_user_investments_id_investment_history_get(id_user, id_investment, opts)
800
800
 
801
801
  Get investment values
802
802
 
@@ -843,7 +843,7 @@ Name | Type | Description | Notes
843
843
 
844
844
  ### Return type
845
845
 
846
- [**InlineResponse20022**](InlineResponse20022.md)
846
+ [**InlineResponse20023**](InlineResponse20023.md)
847
847
 
848
848
  ### Authorization
849
849
 
data/docs/Webhook.md CHANGED
@@ -10,6 +10,8 @@ Name | Type | Description | Notes
10
10
  **id_service** | **Integer** | ID of the service | [optional]
11
11
  **id_user** | **Integer** | ID of the emitter user | [optional]
12
12
  **id_event** | **Integer** | ID of the webhook event | [optional]
13
+ **id_auth** | **Integer** | ID of the authentication process | [optional]
13
14
  **url** | **String** | URL of the webhook | [optional]
15
+ **add_to_data** | **String** | json object to describe data to add | [optional]
14
16
 
15
17