budgea_client 1.3.6 → 1.3.9

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 (40) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -5
  3. data/Gemfile.lock +3 -23
  4. data/README.md +14 -1
  5. data/budgea_openapi.json +12 -0
  6. data/config.json +2 -1
  7. data/docs/AdministrationApi.md +144 -18
  8. data/docs/AuthenticationApi.md +64 -8
  9. data/docs/BanksApi.md +896 -112
  10. data/docs/ConnectionsApi.md +128 -16
  11. data/docs/DocumentsApi.md +608 -76
  12. data/docs/OCRApi.md +16 -2
  13. data/docs/OIDCApi.md +24 -3
  14. data/docs/PFMApi.md +312 -39
  15. data/docs/ProvidersApi.md +864 -108
  16. data/docs/RecipientsApi.md +32 -4
  17. data/docs/TermsApi.md +32 -4
  18. data/docs/TransfersApi.md +320 -40
  19. data/docs/UsersManagementApi.md +96 -12
  20. data/docs/WealthApi.md +112 -14
  21. data/lib/budgea_client/api/administration_api.rb +18 -18
  22. data/lib/budgea_client/api/authentication_api.rb +8 -8
  23. data/lib/budgea_client/api/banks_api.rb +112 -112
  24. data/lib/budgea_client/api/connections_api.rb +16 -16
  25. data/lib/budgea_client/api/documents_api.rb +76 -76
  26. data/lib/budgea_client/api/ocr_api.rb +2 -2
  27. data/lib/budgea_client/api/oidc_api.rb +3 -3
  28. data/lib/budgea_client/api/pfm_api.rb +39 -39
  29. data/lib/budgea_client/api/providers_api.rb +108 -108
  30. data/lib/budgea_client/api/recipients_api.rb +4 -4
  31. data/lib/budgea_client/api/terms_api.rb +4 -4
  32. data/lib/budgea_client/api/transfers_api.rb +40 -40
  33. data/lib/budgea_client/api/users_management_api.rb +12 -12
  34. data/lib/budgea_client/api/wealth_api.rb +14 -14
  35. data/lib/budgea_client/api_client.rb +1 -0
  36. data/lib/budgea_client/configuration.rb +7 -0
  37. data/lib/budgea_client/version.rb +1 -1
  38. metadata +2 -4
  39. data/pkg/budgea_client-1.3.5.gem +0 -0
  40. data/pkg/budgea_client-1.3.6.gem +0 -0
@@ -66,7 +66,7 @@ module BudgeaClient
66
66
 
67
67
  # http body (model)
68
68
  post_body = nil
69
- auth_names = []
69
+ auth_names = ['api_key']
70
70
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
71
71
  :header_params => header_params,
72
72
  :query_params => query_params,
@@ -142,7 +142,7 @@ module BudgeaClient
142
142
 
143
143
  # http body (model)
144
144
  post_body = nil
145
- auth_names = []
145
+ auth_names = ['api_key']
146
146
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
147
147
  :header_params => header_params,
148
148
  :query_params => query_params,
@@ -212,7 +212,7 @@ module BudgeaClient
212
212
 
213
213
  # http body (model)
214
214
  post_body = nil
215
- auth_names = []
215
+ auth_names = ['api_key']
216
216
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
217
217
  :header_params => header_params,
218
218
  :query_params => query_params,
@@ -276,7 +276,7 @@ module BudgeaClient
276
276
 
277
277
  # http body (model)
278
278
  post_body = nil
279
- auth_names = []
279
+ auth_names = ['api_key']
280
280
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
281
281
  :header_params => header_params,
282
282
  :query_params => query_params,
@@ -48,7 +48,7 @@ module BudgeaClient
48
48
 
49
49
  # http body (model)
50
50
  post_body = nil
51
- auth_names = []
51
+ auth_names = ['api_key']
52
52
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
53
53
  :header_params => header_params,
54
54
  :query_params => query_params,
@@ -106,7 +106,7 @@ module BudgeaClient
106
106
 
107
107
  # http body (model)
108
108
  post_body = nil
109
- auth_names = []
109
+ auth_names = ['api_key']
110
110
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
111
111
  :header_params => header_params,
112
112
  :query_params => query_params,
@@ -164,7 +164,7 @@ module BudgeaClient
164
164
 
165
165
  # http body (model)
166
166
  post_body = nil
167
- auth_names = []
167
+ auth_names = ['api_key']
168
168
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
169
169
  :header_params => header_params,
170
170
  :query_params => query_params,
@@ -228,7 +228,7 @@ module BudgeaClient
228
228
 
229
229
  # http body (model)
230
230
  post_body = nil
231
- auth_names = []
231
+ auth_names = ['api_key']
232
232
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
233
233
  :header_params => header_params,
234
234
  :query_params => query_params,
@@ -60,7 +60,7 @@ module BudgeaClient
60
60
 
61
61
  # http body (model)
62
62
  post_body = nil
63
- auth_names = []
63
+ auth_names = ['api_key']
64
64
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
65
65
  :header_params => header_params,
66
66
  :query_params => query_params,
@@ -130,7 +130,7 @@ module BudgeaClient
130
130
 
131
131
  # http body (model)
132
132
  post_body = nil
133
- auth_names = []
133
+ auth_names = ['api_key']
134
134
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
135
135
  :header_params => header_params,
136
136
  :query_params => query_params,
@@ -203,7 +203,7 @@ module BudgeaClient
203
203
 
204
204
  # http body (model)
205
205
  post_body = nil
206
- auth_names = []
206
+ auth_names = ['api_key']
207
207
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
208
208
  :header_params => header_params,
209
209
  :query_params => query_params,
@@ -279,7 +279,7 @@ module BudgeaClient
279
279
 
280
280
  # http body (model)
281
281
  post_body = nil
282
- auth_names = []
282
+ auth_names = ['api_key']
283
283
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
284
284
  :header_params => header_params,
285
285
  :query_params => query_params,
@@ -358,7 +358,7 @@ module BudgeaClient
358
358
 
359
359
  # http body (model)
360
360
  post_body = nil
361
- auth_names = []
361
+ auth_names = ['api_key']
362
362
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
363
363
  :header_params => header_params,
364
364
  :query_params => query_params,
@@ -441,7 +441,7 @@ module BudgeaClient
441
441
 
442
442
  # http body (model)
443
443
  post_body = nil
444
- auth_names = []
444
+ auth_names = ['api_key']
445
445
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
446
446
  :header_params => header_params,
447
447
  :query_params => query_params,
@@ -508,7 +508,7 @@ module BudgeaClient
508
508
 
509
509
  # http body (model)
510
510
  post_body = nil
511
- auth_names = []
511
+ auth_names = ['api_key']
512
512
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
513
513
  :header_params => header_params,
514
514
  :query_params => query_params,
@@ -578,7 +578,7 @@ module BudgeaClient
578
578
 
579
579
  # http body (model)
580
580
  post_body = nil
581
- auth_names = []
581
+ auth_names = ['api_key']
582
582
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
583
583
  :header_params => header_params,
584
584
  :query_params => query_params,
@@ -651,7 +651,7 @@ module BudgeaClient
651
651
 
652
652
  # http body (model)
653
653
  post_body = nil
654
- auth_names = []
654
+ auth_names = ['api_key']
655
655
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
656
656
  :header_params => header_params,
657
657
  :query_params => query_params,
@@ -728,7 +728,7 @@ module BudgeaClient
728
728
 
729
729
  # http body (model)
730
730
  post_body = nil
731
- auth_names = []
731
+ auth_names = ['api_key']
732
732
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
733
733
  :header_params => header_params,
734
734
  :query_params => query_params,
@@ -798,7 +798,7 @@ module BudgeaClient
798
798
 
799
799
  # http body (model)
800
800
  post_body = nil
801
- auth_names = []
801
+ auth_names = ['api_key']
802
802
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
803
803
  :header_params => header_params,
804
804
  :query_params => query_params,
@@ -874,7 +874,7 @@ module BudgeaClient
874
874
 
875
875
  # http body (model)
876
876
  post_body = nil
877
- auth_names = []
877
+ auth_names = ['api_key']
878
878
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
879
879
  :header_params => header_params,
880
880
  :query_params => query_params,
@@ -953,7 +953,7 @@ module BudgeaClient
953
953
 
954
954
  # http body (model)
955
955
  post_body = nil
956
- auth_names = []
956
+ auth_names = ['api_key']
957
957
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
958
958
  :header_params => header_params,
959
959
  :query_params => query_params,
@@ -1035,7 +1035,7 @@ module BudgeaClient
1035
1035
 
1036
1036
  # http body (model)
1037
1037
  post_body = nil
1038
- auth_names = []
1038
+ auth_names = ['api_key']
1039
1039
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1040
1040
  :header_params => header_params,
1041
1041
  :query_params => query_params,
@@ -1120,7 +1120,7 @@ module BudgeaClient
1120
1120
 
1121
1121
  # http body (model)
1122
1122
  post_body = nil
1123
- auth_names = []
1123
+ auth_names = ['api_key']
1124
1124
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1125
1125
  :header_params => header_params,
1126
1126
  :query_params => query_params,
@@ -1209,7 +1209,7 @@ module BudgeaClient
1209
1209
 
1210
1210
  # http body (model)
1211
1211
  post_body = nil
1212
- auth_names = []
1212
+ auth_names = ['api_key']
1213
1213
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1214
1214
  :header_params => header_params,
1215
1215
  :query_params => query_params,
@@ -1282,7 +1282,7 @@ module BudgeaClient
1282
1282
 
1283
1283
  # http body (model)
1284
1284
  post_body = nil
1285
- auth_names = []
1285
+ auth_names = ['api_key']
1286
1286
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1287
1287
  :header_params => header_params,
1288
1288
  :query_params => query_params,
@@ -1358,7 +1358,7 @@ module BudgeaClient
1358
1358
 
1359
1359
  # http body (model)
1360
1360
  post_body = nil
1361
- auth_names = []
1361
+ auth_names = ['api_key']
1362
1362
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1363
1363
  :header_params => header_params,
1364
1364
  :query_params => query_params,
@@ -1437,7 +1437,7 @@ module BudgeaClient
1437
1437
 
1438
1438
  # http body (model)
1439
1439
  post_body = nil
1440
- auth_names = []
1440
+ auth_names = ['api_key']
1441
1441
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1442
1442
  :header_params => header_params,
1443
1443
  :query_params => query_params,
@@ -1520,7 +1520,7 @@ module BudgeaClient
1520
1520
 
1521
1521
  # http body (model)
1522
1522
  post_body = nil
1523
- auth_names = []
1523
+ auth_names = ['api_key']
1524
1524
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1525
1525
  :header_params => header_params,
1526
1526
  :query_params => query_params,
@@ -1584,7 +1584,7 @@ module BudgeaClient
1584
1584
 
1585
1585
  # http body (model)
1586
1586
  post_body = nil
1587
- auth_names = []
1587
+ auth_names = ['api_key']
1588
1588
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1589
1589
  :header_params => header_params,
1590
1590
  :query_params => query_params,
@@ -1654,7 +1654,7 @@ module BudgeaClient
1654
1654
 
1655
1655
  # http body (model)
1656
1656
  post_body = nil
1657
- auth_names = []
1657
+ auth_names = ['api_key']
1658
1658
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1659
1659
  :header_params => header_params,
1660
1660
  :query_params => query_params,
@@ -1727,7 +1727,7 @@ module BudgeaClient
1727
1727
 
1728
1728
  # http body (model)
1729
1729
  post_body = nil
1730
- auth_names = []
1730
+ auth_names = ['api_key']
1731
1731
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1732
1732
  :header_params => header_params,
1733
1733
  :query_params => query_params,
@@ -1803,7 +1803,7 @@ module BudgeaClient
1803
1803
 
1804
1804
  # http body (model)
1805
1805
  post_body = nil
1806
- auth_names = []
1806
+ auth_names = ['api_key']
1807
1807
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1808
1808
  :header_params => header_params,
1809
1809
  :query_params => query_params,
@@ -1882,7 +1882,7 @@ module BudgeaClient
1882
1882
 
1883
1883
  # http body (model)
1884
1884
  post_body = nil
1885
- auth_names = []
1885
+ auth_names = ['api_key']
1886
1886
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1887
1887
  :header_params => header_params,
1888
1888
  :query_params => query_params,
@@ -1965,7 +1965,7 @@ module BudgeaClient
1965
1965
 
1966
1966
  # http body (model)
1967
1967
  post_body = nil
1968
- auth_names = []
1968
+ auth_names = ['api_key']
1969
1969
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1970
1970
  :header_params => header_params,
1971
1971
  :query_params => query_params,
@@ -2032,7 +2032,7 @@ module BudgeaClient
2032
2032
 
2033
2033
  # http body (model)
2034
2034
  post_body = nil
2035
- auth_names = []
2035
+ auth_names = ['api_key']
2036
2036
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2037
2037
  :header_params => header_params,
2038
2038
  :query_params => query_params,
@@ -2102,7 +2102,7 @@ module BudgeaClient
2102
2102
 
2103
2103
  # http body (model)
2104
2104
  post_body = nil
2105
- auth_names = []
2105
+ auth_names = ['api_key']
2106
2106
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2107
2107
  :header_params => header_params,
2108
2108
  :query_params => query_params,
@@ -2175,7 +2175,7 @@ module BudgeaClient
2175
2175
 
2176
2176
  # http body (model)
2177
2177
  post_body = nil
2178
- auth_names = []
2178
+ auth_names = ['api_key']
2179
2179
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2180
2180
  :header_params => header_params,
2181
2181
  :query_params => query_params,
@@ -2252,7 +2252,7 @@ module BudgeaClient
2252
2252
 
2253
2253
  # http body (model)
2254
2254
  post_body = nil
2255
- auth_names = []
2255
+ auth_names = ['api_key']
2256
2256
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2257
2257
  :header_params => header_params,
2258
2258
  :query_params => query_params,
@@ -2310,7 +2310,7 @@ module BudgeaClient
2310
2310
 
2311
2311
  # http body (model)
2312
2312
  post_body = nil
2313
- auth_names = []
2313
+ auth_names = ['api_key']
2314
2314
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2315
2315
  :header_params => header_params,
2316
2316
  :query_params => query_params,
@@ -2374,7 +2374,7 @@ module BudgeaClient
2374
2374
 
2375
2375
  # http body (model)
2376
2376
  post_body = nil
2377
- auth_names = []
2377
+ auth_names = ['api_key']
2378
2378
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2379
2379
  :header_params => header_params,
2380
2380
  :query_params => query_params,
@@ -2441,7 +2441,7 @@ module BudgeaClient
2441
2441
 
2442
2442
  # http body (model)
2443
2443
  post_body = nil
2444
- auth_names = []
2444
+ auth_names = ['api_key']
2445
2445
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2446
2446
  :header_params => header_params,
2447
2447
  :query_params => query_params,
@@ -2511,7 +2511,7 @@ module BudgeaClient
2511
2511
 
2512
2512
  # http body (model)
2513
2513
  post_body = nil
2514
- auth_names = []
2514
+ auth_names = ['api_key']
2515
2515
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2516
2516
  :header_params => header_params,
2517
2517
  :query_params => query_params,
@@ -2584,7 +2584,7 @@ module BudgeaClient
2584
2584
 
2585
2585
  # http body (model)
2586
2586
  post_body = nil
2587
- auth_names = []
2587
+ auth_names = ['api_key']
2588
2588
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2589
2589
  :header_params => header_params,
2590
2590
  :query_params => query_params,
@@ -2661,7 +2661,7 @@ module BudgeaClient
2661
2661
 
2662
2662
  # http body (model)
2663
2663
  post_body = nil
2664
- auth_names = []
2664
+ auth_names = ['api_key']
2665
2665
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2666
2666
  :header_params => header_params,
2667
2667
  :query_params => query_params,
@@ -2722,7 +2722,7 @@ module BudgeaClient
2722
2722
 
2723
2723
  # http body (model)
2724
2724
  post_body = nil
2725
- auth_names = []
2725
+ auth_names = ['api_key']
2726
2726
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2727
2727
  :header_params => header_params,
2728
2728
  :query_params => query_params,
@@ -2786,7 +2786,7 @@ module BudgeaClient
2786
2786
 
2787
2787
  # http body (model)
2788
2788
  post_body = nil
2789
- auth_names = []
2789
+ auth_names = ['api_key']
2790
2790
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2791
2791
  :header_params => header_params,
2792
2792
  :query_params => query_params,
@@ -2853,7 +2853,7 @@ module BudgeaClient
2853
2853
 
2854
2854
  # http body (model)
2855
2855
  post_body = nil
2856
- auth_names = []
2856
+ auth_names = ['api_key']
2857
2857
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2858
2858
  :header_params => header_params,
2859
2859
  :query_params => query_params,
@@ -2924,7 +2924,7 @@ module BudgeaClient
2924
2924
 
2925
2925
  # http body (model)
2926
2926
  post_body = nil
2927
- auth_names = []
2927
+ auth_names = ['api_key']
2928
2928
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2929
2929
  :header_params => header_params,
2930
2930
  :query_params => query_params,
@@ -45,7 +45,7 @@ module BudgeaClient
45
45
 
46
46
  # http body (model)
47
47
  post_body = nil
48
- auth_names = []
48
+ auth_names = ['api_key']
49
49
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
50
50
  :header_params => header_params,
51
51
  :query_params => query_params,
@@ -99,7 +99,7 @@ module BudgeaClient
99
99
 
100
100
  # http body (model)
101
101
  post_body = nil
102
- auth_names = []
102
+ auth_names = ['api_key']
103
103
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
104
104
  :header_params => header_params,
105
105
  :query_params => query_params,
@@ -154,7 +154,7 @@ module BudgeaClient
154
154
 
155
155
  # http body (model)
156
156
  post_body = nil
157
- auth_names = []
157
+ auth_names = ['api_key']
158
158
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
159
159
  :header_params => header_params,
160
160
  :query_params => query_params,
@@ -208,7 +208,7 @@ module BudgeaClient
208
208
 
209
209
  # http body (model)
210
210
  post_body = nil
211
- auth_names = []
211
+ auth_names = ['api_key']
212
212
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
213
213
  :header_params => header_params,
214
214
  :query_params => query_params,
@@ -263,7 +263,7 @@ module BudgeaClient
263
263
 
264
264
  # http body (model)
265
265
  post_body = nil
266
- auth_names = []
266
+ auth_names = ['api_key']
267
267
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
268
268
  :header_params => header_params,
269
269
  :query_params => query_params,
@@ -320,7 +320,7 @@ module BudgeaClient
320
320
 
321
321
  # http body (model)
322
322
  post_body = nil
323
- auth_names = []
323
+ auth_names = ['api_key']
324
324
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
325
325
  :header_params => header_params,
326
326
  :query_params => query_params,
@@ -378,7 +378,7 @@ module BudgeaClient
378
378
 
379
379
  # http body (model)
380
380
  post_body = nil
381
- auth_names = []
381
+ auth_names = ['api_key']
382
382
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
383
383
  :header_params => header_params,
384
384
  :query_params => query_params,
@@ -436,7 +436,7 @@ module BudgeaClient
436
436
 
437
437
  # http body (model)
438
438
  post_body = nil
439
- auth_names = []
439
+ auth_names = ['api_key']
440
440
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
441
441
  :header_params => header_params,
442
442
  :query_params => query_params,
@@ -500,7 +500,7 @@ module BudgeaClient
500
500
 
501
501
  # http body (model)
502
502
  post_body = nil
503
- auth_names = []
503
+ auth_names = ['api_key']
504
504
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
505
505
  :header_params => header_params,
506
506
  :query_params => query_params,
@@ -558,7 +558,7 @@ module BudgeaClient
558
558
 
559
559
  # http body (model)
560
560
  post_body = nil
561
- auth_names = []
561
+ auth_names = ['api_key']
562
562
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
563
563
  :header_params => header_params,
564
564
  :query_params => query_params,
@@ -616,7 +616,7 @@ module BudgeaClient
616
616
 
617
617
  # http body (model)
618
618
  post_body = nil
619
- auth_names = []
619
+ auth_names = ['api_key']
620
620
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
621
621
  :header_params => header_params,
622
622
  :query_params => query_params,
@@ -678,7 +678,7 @@ module BudgeaClient
678
678
 
679
679
  # http body (model)
680
680
  post_body = nil
681
- auth_names = []
681
+ auth_names = ['api_key']
682
682
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
683
683
  :header_params => header_params,
684
684
  :query_params => query_params,