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
@@ -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,
@@ -112,7 +112,7 @@ module BudgeaClient
112
112
 
113
113
  # http body (model)
114
114
  post_body = nil
115
- auth_names = []
115
+ auth_names = ['api_key']
116
116
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
117
117
  :header_params => header_params,
118
118
  :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,
@@ -216,7 +216,7 @@ module BudgeaClient
216
216
 
217
217
  # http body (model)
218
218
  post_body = nil
219
- auth_names = []
219
+ auth_names = ['api_key']
220
220
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
221
221
  :header_params => header_params,
222
222
  :query_params => query_params,
@@ -307,7 +307,7 @@ module BudgeaClient
307
307
 
308
308
  # http body (model)
309
309
  post_body = nil
310
- auth_names = []
310
+ auth_names = ['api_key']
311
311
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
312
312
  :header_params => header_params,
313
313
  :query_params => query_params,
@@ -389,7 +389,7 @@ module BudgeaClient
389
389
 
390
390
  # http body (model)
391
391
  post_body = nil
392
- auth_names = []
392
+ auth_names = ['api_key']
393
393
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
394
394
  :header_params => header_params,
395
395
  :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(:GET, local_var_path,
446
446
  :header_params => header_params,
447
447
  :query_params => query_params,
@@ -499,7 +499,7 @@ module BudgeaClient
499
499
 
500
500
  # http body (model)
501
501
  post_body = nil
502
- auth_names = []
502
+ auth_names = ['api_key']
503
503
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
504
504
  :header_params => header_params,
505
505
  :query_params => query_params,
@@ -557,7 +557,7 @@ module BudgeaClient
557
557
 
558
558
  # http body (model)
559
559
  post_body = nil
560
- auth_names = []
560
+ auth_names = ['api_key']
561
561
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
562
562
  :header_params => header_params,
563
563
  :query_params => query_params,
@@ -621,7 +621,7 @@ module BudgeaClient
621
621
 
622
622
  # http body (model)
623
623
  post_body = nil
624
- auth_names = []
624
+ auth_names = ['api_key']
625
625
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
626
626
  :header_params => header_params,
627
627
  :query_params => query_params,
@@ -685,7 +685,7 @@ module BudgeaClient
685
685
 
686
686
  # http body (model)
687
687
  post_body = nil
688
- auth_names = []
688
+ auth_names = ['api_key']
689
689
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
690
690
  :header_params => header_params,
691
691
  :query_params => query_params,
@@ -779,7 +779,7 @@ module BudgeaClient
779
779
 
780
780
  # http body (model)
781
781
  post_body = nil
782
- auth_names = []
782
+ auth_names = ['api_key']
783
783
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
784
784
  :header_params => header_params,
785
785
  :query_params => query_params,
@@ -855,7 +855,7 @@ module BudgeaClient
855
855
 
856
856
  # http body (model)
857
857
  post_body = nil
858
- auth_names = []
858
+ auth_names = ['api_key']
859
859
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
860
860
  :header_params => header_params,
861
861
  :query_params => query_params,
@@ -919,7 +919,7 @@ module BudgeaClient
919
919
 
920
920
  # http body (model)
921
921
  post_body = nil
922
- auth_names = []
922
+ auth_names = ['api_key']
923
923
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
924
924
  :header_params => header_params,
925
925
  :query_params => query_params,
@@ -983,7 +983,7 @@ module BudgeaClient
983
983
 
984
984
  # http body (model)
985
985
  post_body = nil
986
- auth_names = []
986
+ auth_names = ['api_key']
987
987
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
988
988
  :header_params => header_params,
989
989
  :query_params => query_params,
@@ -1071,7 +1071,7 @@ module BudgeaClient
1071
1071
 
1072
1072
  # http body (model)
1073
1073
  post_body = nil
1074
- auth_names = []
1074
+ auth_names = ['api_key']
1075
1075
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1076
1076
  :header_params => header_params,
1077
1077
  :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,
@@ -120,7 +120,7 @@ module BudgeaClient
120
120
 
121
121
  # http body (model)
122
122
  post_body = nil
123
- auth_names = []
123
+ auth_names = ['api_key']
124
124
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
125
125
  :header_params => header_params,
126
126
  :query_params => query_params,
@@ -182,7 +182,7 @@ module BudgeaClient
182
182
 
183
183
  # http body (model)
184
184
  post_body = nil
185
- auth_names = []
185
+ auth_names = ['api_key']
186
186
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
187
187
  :header_params => header_params,
188
188
  :query_params => query_params,
@@ -251,7 +251,7 @@ module BudgeaClient
251
251
 
252
252
  # http body (model)
253
253
  post_body = nil
254
- auth_names = []
254
+ auth_names = ['api_key']
255
255
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
256
256
  :header_params => header_params,
257
257
  :query_params => query_params,
@@ -348,7 +348,7 @@ module BudgeaClient
348
348
 
349
349
  # http body (model)
350
350
  post_body = nil
351
- auth_names = []
351
+ auth_names = ['api_key']
352
352
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
353
353
  :header_params => header_params,
354
354
  :query_params => query_params,
@@ -424,7 +424,7 @@ module BudgeaClient
424
424
 
425
425
  # http body (model)
426
426
  post_body = nil
427
- auth_names = []
427
+ auth_names = ['api_key']
428
428
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
429
429
  :header_params => header_params,
430
430
  :query_params => query_params,
@@ -533,7 +533,7 @@ module BudgeaClient
533
533
 
534
534
  # http body (model)
535
535
  post_body = nil
536
- auth_names = []
536
+ auth_names = ['api_key']
537
537
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
538
538
  :header_params => header_params,
539
539
  :query_params => query_params,
@@ -647,7 +647,7 @@ module BudgeaClient
647
647
 
648
648
  # http body (model)
649
649
  post_body = nil
650
- auth_names = []
650
+ auth_names = ['api_key']
651
651
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
652
652
  :header_params => header_params,
653
653
  :query_params => query_params,
@@ -724,7 +724,7 @@ module BudgeaClient
724
724
 
725
725
  # http body (model)
726
726
  post_body = nil
727
- auth_names = []
727
+ auth_names = ['api_key']
728
728
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
729
729
  :header_params => header_params,
730
730
  :query_params => query_params,
@@ -794,7 +794,7 @@ module BudgeaClient
794
794
 
795
795
  # http body (model)
796
796
  post_body = nil
797
- auth_names = []
797
+ auth_names = ['api_key']
798
798
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
799
799
  :header_params => header_params,
800
800
  :query_params => query_params,
@@ -891,7 +891,7 @@ module BudgeaClient
891
891
 
892
892
  # http body (model)
893
893
  post_body = nil
894
- auth_names = []
894
+ auth_names = ['api_key']
895
895
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
896
896
  :header_params => header_params,
897
897
  :query_params => query_params,
@@ -967,7 +967,7 @@ module BudgeaClient
967
967
 
968
968
  # http body (model)
969
969
  post_body = nil
970
- auth_names = []
970
+ auth_names = ['api_key']
971
971
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
972
972
  :header_params => header_params,
973
973
  :query_params => query_params,
@@ -1076,7 +1076,7 @@ module BudgeaClient
1076
1076
 
1077
1077
  # http body (model)
1078
1078
  post_body = nil
1079
- auth_names = []
1079
+ auth_names = ['api_key']
1080
1080
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1081
1081
  :header_params => header_params,
1082
1082
  :query_params => query_params,
@@ -1190,7 +1190,7 @@ module BudgeaClient
1190
1190
 
1191
1191
  # http body (model)
1192
1192
  post_body = nil
1193
- auth_names = []
1193
+ auth_names = ['api_key']
1194
1194
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1195
1195
  :header_params => header_params,
1196
1196
  :query_params => query_params,
@@ -1267,7 +1267,7 @@ module BudgeaClient
1267
1267
 
1268
1268
  # http body (model)
1269
1269
  post_body = nil
1270
- auth_names = []
1270
+ auth_names = ['api_key']
1271
1271
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1272
1272
  :header_params => header_params,
1273
1273
  :query_params => query_params,
@@ -1343,7 +1343,7 @@ module BudgeaClient
1343
1343
 
1344
1344
  # http body (model)
1345
1345
  post_body = nil
1346
- auth_names = []
1346
+ auth_names = ['api_key']
1347
1347
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1348
1348
  :header_params => header_params,
1349
1349
  :query_params => query_params,
@@ -1446,7 +1446,7 @@ module BudgeaClient
1446
1446
 
1447
1447
  # http body (model)
1448
1448
  post_body = nil
1449
- auth_names = []
1449
+ auth_names = ['api_key']
1450
1450
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1451
1451
  :header_params => header_params,
1452
1452
  :query_params => query_params,
@@ -1528,7 +1528,7 @@ module BudgeaClient
1528
1528
 
1529
1529
  # http body (model)
1530
1530
  post_body = nil
1531
- auth_names = []
1531
+ auth_names = ['api_key']
1532
1532
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1533
1533
  :header_params => header_params,
1534
1534
  :query_params => query_params,
@@ -1643,7 +1643,7 @@ module BudgeaClient
1643
1643
 
1644
1644
  # http body (model)
1645
1645
  post_body = nil
1646
- auth_names = []
1646
+ auth_names = ['api_key']
1647
1647
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1648
1648
  :header_params => header_params,
1649
1649
  :query_params => query_params,
@@ -1763,7 +1763,7 @@ module BudgeaClient
1763
1763
 
1764
1764
  # http body (model)
1765
1765
  post_body = nil
1766
- auth_names = []
1766
+ auth_names = ['api_key']
1767
1767
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1768
1768
  :header_params => header_params,
1769
1769
  :query_params => query_params,
@@ -1846,7 +1846,7 @@ module BudgeaClient
1846
1846
 
1847
1847
  # http body (model)
1848
1848
  post_body = nil
1849
- auth_names = []
1849
+ auth_names = ['api_key']
1850
1850
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1851
1851
  :header_params => header_params,
1852
1852
  :query_params => query_params,
@@ -1922,7 +1922,7 @@ module BudgeaClient
1922
1922
 
1923
1923
  # http body (model)
1924
1924
  post_body = nil
1925
- auth_names = []
1925
+ auth_names = ['api_key']
1926
1926
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1927
1927
  :header_params => header_params,
1928
1928
  :query_params => query_params,
@@ -2025,7 +2025,7 @@ module BudgeaClient
2025
2025
 
2026
2026
  # http body (model)
2027
2027
  post_body = nil
2028
- auth_names = []
2028
+ auth_names = ['api_key']
2029
2029
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2030
2030
  :header_params => header_params,
2031
2031
  :query_params => query_params,
@@ -2107,7 +2107,7 @@ module BudgeaClient
2107
2107
 
2108
2108
  # http body (model)
2109
2109
  post_body = nil
2110
- auth_names = []
2110
+ auth_names = ['api_key']
2111
2111
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2112
2112
  :header_params => header_params,
2113
2113
  :query_params => query_params,
@@ -2222,7 +2222,7 @@ module BudgeaClient
2222
2222
 
2223
2223
  # http body (model)
2224
2224
  post_body = nil
2225
- auth_names = []
2225
+ auth_names = ['api_key']
2226
2226
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2227
2227
  :header_params => header_params,
2228
2228
  :query_params => query_params,
@@ -2342,7 +2342,7 @@ module BudgeaClient
2342
2342
 
2343
2343
  # http body (model)
2344
2344
  post_body = nil
2345
- auth_names = []
2345
+ auth_names = ['api_key']
2346
2346
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2347
2347
  :header_params => header_params,
2348
2348
  :query_params => query_params,
@@ -2425,7 +2425,7 @@ module BudgeaClient
2425
2425
 
2426
2426
  # http body (model)
2427
2427
  post_body = nil
2428
- auth_names = []
2428
+ auth_names = ['api_key']
2429
2429
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2430
2430
  :header_params => header_params,
2431
2431
  :query_params => query_params,
@@ -2489,7 +2489,7 @@ module BudgeaClient
2489
2489
 
2490
2490
  # http body (model)
2491
2491
  post_body = nil
2492
- auth_names = []
2492
+ auth_names = ['api_key']
2493
2493
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2494
2494
  :header_params => header_params,
2495
2495
  :query_params => query_params,
@@ -2580,7 +2580,7 @@ module BudgeaClient
2580
2580
 
2581
2581
  # http body (model)
2582
2582
  post_body = nil
2583
- auth_names = []
2583
+ auth_names = ['api_key']
2584
2584
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2585
2585
  :header_params => header_params,
2586
2586
  :query_params => query_params,
@@ -2650,7 +2650,7 @@ module BudgeaClient
2650
2650
 
2651
2651
  # http body (model)
2652
2652
  post_body = nil
2653
- auth_names = []
2653
+ auth_names = ['api_key']
2654
2654
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2655
2655
  :header_params => header_params,
2656
2656
  :query_params => query_params,
@@ -2753,7 +2753,7 @@ module BudgeaClient
2753
2753
 
2754
2754
  # http body (model)
2755
2755
  post_body = nil
2756
- auth_names = []
2756
+ auth_names = ['api_key']
2757
2757
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2758
2758
  :header_params => header_params,
2759
2759
  :query_params => query_params,
@@ -2861,7 +2861,7 @@ module BudgeaClient
2861
2861
 
2862
2862
  # http body (model)
2863
2863
  post_body = nil
2864
- auth_names = []
2864
+ auth_names = ['api_key']
2865
2865
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2866
2866
  :header_params => header_params,
2867
2867
  :query_params => query_params,
@@ -2932,7 +2932,7 @@ module BudgeaClient
2932
2932
 
2933
2933
  # http body (model)
2934
2934
  post_body = nil
2935
- auth_names = []
2935
+ auth_names = ['api_key']
2936
2936
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2937
2937
  :header_params => header_params,
2938
2938
  :query_params => query_params,
@@ -3002,7 +3002,7 @@ module BudgeaClient
3002
3002
 
3003
3003
  # http body (model)
3004
3004
  post_body = nil
3005
- auth_names = []
3005
+ auth_names = ['api_key']
3006
3006
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3007
3007
  :header_params => header_params,
3008
3008
  :query_params => query_params,
@@ -3099,7 +3099,7 @@ module BudgeaClient
3099
3099
 
3100
3100
  # http body (model)
3101
3101
  post_body = nil
3102
- auth_names = []
3102
+ auth_names = ['api_key']
3103
3103
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3104
3104
  :header_params => header_params,
3105
3105
  :query_params => query_params,
@@ -3175,7 +3175,7 @@ module BudgeaClient
3175
3175
 
3176
3176
  # http body (model)
3177
3177
  post_body = nil
3178
- auth_names = []
3178
+ auth_names = ['api_key']
3179
3179
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3180
3180
  :header_params => header_params,
3181
3181
  :query_params => query_params,
@@ -3284,7 +3284,7 @@ module BudgeaClient
3284
3284
 
3285
3285
  # http body (model)
3286
3286
  post_body = nil
3287
- auth_names = []
3287
+ auth_names = ['api_key']
3288
3288
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3289
3289
  :header_params => header_params,
3290
3290
  :query_params => query_params,
@@ -3398,7 +3398,7 @@ module BudgeaClient
3398
3398
 
3399
3399
  # http body (model)
3400
3400
  post_body = nil
3401
- auth_names = []
3401
+ auth_names = ['api_key']
3402
3402
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3403
3403
  :header_params => header_params,
3404
3404
  :query_params => query_params,
@@ -3475,7 +3475,7 @@ module BudgeaClient
3475
3475
 
3476
3476
  # http body (model)
3477
3477
  post_body = nil
3478
- auth_names = []
3478
+ auth_names = ['api_key']
3479
3479
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3480
3480
  :header_params => header_params,
3481
3481
  :query_params => query_params,
@@ -3545,7 +3545,7 @@ module BudgeaClient
3545
3545
 
3546
3546
  # http body (model)
3547
3547
  post_body = nil
3548
- auth_names = []
3548
+ auth_names = ['api_key']
3549
3549
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3550
3550
  :header_params => header_params,
3551
3551
  :query_params => query_params,
@@ -3642,7 +3642,7 @@ module BudgeaClient
3642
3642
 
3643
3643
  # http body (model)
3644
3644
  post_body = nil
3645
- auth_names = []
3645
+ auth_names = ['api_key']
3646
3646
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3647
3647
  :header_params => header_params,
3648
3648
  :query_params => query_params,
@@ -3718,7 +3718,7 @@ module BudgeaClient
3718
3718
 
3719
3719
  # http body (model)
3720
3720
  post_body = nil
3721
- auth_names = []
3721
+ auth_names = ['api_key']
3722
3722
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3723
3723
  :header_params => header_params,
3724
3724
  :query_params => query_params,
@@ -3827,7 +3827,7 @@ module BudgeaClient
3827
3827
 
3828
3828
  # http body (model)
3829
3829
  post_body = nil
3830
- auth_names = []
3830
+ auth_names = ['api_key']
3831
3831
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3832
3832
  :header_params => header_params,
3833
3833
  :query_params => query_params,
@@ -3941,7 +3941,7 @@ module BudgeaClient
3941
3941
 
3942
3942
  # http body (model)
3943
3943
  post_body = nil
3944
- auth_names = []
3944
+ auth_names = ['api_key']
3945
3945
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3946
3946
  :header_params => header_params,
3947
3947
  :query_params => query_params,
@@ -4018,7 +4018,7 @@ module BudgeaClient
4018
4018
 
4019
4019
  # http body (model)
4020
4020
  post_body = nil
4021
- auth_names = []
4021
+ auth_names = ['api_key']
4022
4022
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4023
4023
  :header_params => header_params,
4024
4024
  :query_params => query_params,
@@ -4088,7 +4088,7 @@ module BudgeaClient
4088
4088
 
4089
4089
  # http body (model)
4090
4090
  post_body = nil
4091
- auth_names = []
4091
+ auth_names = ['api_key']
4092
4092
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4093
4093
  :header_params => header_params,
4094
4094
  :query_params => query_params,
@@ -4185,7 +4185,7 @@ module BudgeaClient
4185
4185
 
4186
4186
  # http body (model)
4187
4187
  post_body = nil
4188
- auth_names = []
4188
+ auth_names = ['api_key']
4189
4189
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4190
4190
  :header_params => header_params,
4191
4191
  :query_params => query_params,
@@ -4261,7 +4261,7 @@ module BudgeaClient
4261
4261
 
4262
4262
  # http body (model)
4263
4263
  post_body = nil
4264
- auth_names = []
4264
+ auth_names = ['api_key']
4265
4265
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4266
4266
  :header_params => header_params,
4267
4267
  :query_params => query_params,
@@ -4370,7 +4370,7 @@ module BudgeaClient
4370
4370
 
4371
4371
  # http body (model)
4372
4372
  post_body = nil
4373
- auth_names = []
4373
+ auth_names = ['api_key']
4374
4374
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4375
4375
  :header_params => header_params,
4376
4376
  :query_params => query_params,
@@ -4484,7 +4484,7 @@ module BudgeaClient
4484
4484
 
4485
4485
  # http body (model)
4486
4486
  post_body = nil
4487
- auth_names = []
4487
+ auth_names = ['api_key']
4488
4488
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4489
4489
  :header_params => header_params,
4490
4490
  :query_params => query_params,
@@ -4561,7 +4561,7 @@ module BudgeaClient
4561
4561
 
4562
4562
  # http body (model)
4563
4563
  post_body = nil
4564
- auth_names = []
4564
+ auth_names = ['api_key']
4565
4565
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4566
4566
  :header_params => header_params,
4567
4567
  :query_params => query_params,
@@ -4619,7 +4619,7 @@ module BudgeaClient
4619
4619
 
4620
4620
  # http body (model)
4621
4621
  post_body = nil
4622
- auth_names = []
4622
+ auth_names = ['api_key']
4623
4623
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4624
4624
  :header_params => header_params,
4625
4625
  :query_params => query_params,
@@ -4704,7 +4704,7 @@ module BudgeaClient
4704
4704
 
4705
4705
  # http body (model)
4706
4706
  post_body = nil
4707
- auth_names = []
4707
+ auth_names = ['api_key']
4708
4708
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4709
4709
  :header_params => header_params,
4710
4710
  :query_params => query_params,
@@ -4768,7 +4768,7 @@ module BudgeaClient
4768
4768
 
4769
4769
  # http body (model)
4770
4770
  post_body = nil
4771
- auth_names = []
4771
+ auth_names = ['api_key']
4772
4772
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4773
4773
  :header_params => header_params,
4774
4774
  :query_params => query_params,
@@ -4865,7 +4865,7 @@ module BudgeaClient
4865
4865
 
4866
4866
  # http body (model)
4867
4867
  post_body = nil
4868
- auth_names = []
4868
+ auth_names = ['api_key']
4869
4869
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4870
4870
  :header_params => header_params,
4871
4871
  :query_params => query_params,
@@ -4967,7 +4967,7 @@ module BudgeaClient
4967
4967
 
4968
4968
  # http body (model)
4969
4969
  post_body = nil
4970
- auth_names = []
4970
+ auth_names = ['api_key']
4971
4971
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4972
4972
  :header_params => header_params,
4973
4973
  :query_params => query_params,
@@ -5032,7 +5032,7 @@ module BudgeaClient
5032
5032
 
5033
5033
  # http body (model)
5034
5034
  post_body = nil
5035
- auth_names = []
5035
+ auth_names = ['api_key']
5036
5036
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5037
5037
  :header_params => header_params,
5038
5038
  :query_params => query_params,
@@ -5100,7 +5100,7 @@ module BudgeaClient
5100
5100
 
5101
5101
  # http body (model)
5102
5102
  post_body = nil
5103
- auth_names = []
5103
+ auth_names = ['api_key']
5104
5104
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
5105
5105
  :header_params => header_params,
5106
5106
  :query_params => query_params,
@@ -5163,7 +5163,7 @@ module BudgeaClient
5163
5163
 
5164
5164
  # http body (model)
5165
5165
  post_body = nil
5166
- auth_names = []
5166
+ auth_names = ['api_key']
5167
5167
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
5168
5168
  :header_params => header_params,
5169
5169
  :query_params => query_params,
@@ -5254,7 +5254,7 @@ module BudgeaClient
5254
5254
 
5255
5255
  # http body (model)
5256
5256
  post_body = nil
5257
- auth_names = []
5257
+ auth_names = ['api_key']
5258
5258
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5259
5259
  :header_params => header_params,
5260
5260
  :query_params => query_params,
@@ -5324,7 +5324,7 @@ module BudgeaClient
5324
5324
 
5325
5325
  # http body (model)
5326
5326
  post_body = nil
5327
- auth_names = []
5327
+ auth_names = ['api_key']
5328
5328
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
5329
5329
  :header_params => header_params,
5330
5330
  :query_params => query_params,
@@ -5427,7 +5427,7 @@ module BudgeaClient
5427
5427
 
5428
5428
  # http body (model)
5429
5429
  post_body = nil
5430
- auth_names = []
5430
+ auth_names = ['api_key']
5431
5431
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5432
5432
  :header_params => header_params,
5433
5433
  :query_params => query_params,
@@ -5535,7 +5535,7 @@ module BudgeaClient
5535
5535
 
5536
5536
  # http body (model)
5537
5537
  post_body = nil
5538
- auth_names = []
5538
+ auth_names = ['api_key']
5539
5539
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
5540
5540
  :header_params => header_params,
5541
5541
  :query_params => query_params,
@@ -5606,7 +5606,7 @@ module BudgeaClient
5606
5606
 
5607
5607
  # http body (model)
5608
5608
  post_body = nil
5609
- auth_names = []
5609
+ auth_names = ['api_key']
5610
5610
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5611
5611
  :header_params => header_params,
5612
5612
  :query_params => query_params,
@@ -5670,7 +5670,7 @@ module BudgeaClient
5670
5670
 
5671
5671
  # http body (model)
5672
5672
  post_body = nil
5673
- auth_names = []
5673
+ auth_names = ['api_key']
5674
5674
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
5675
5675
  :header_params => header_params,
5676
5676
  :query_params => query_params,
@@ -5761,7 +5761,7 @@ module BudgeaClient
5761
5761
 
5762
5762
  # http body (model)
5763
5763
  post_body = nil
5764
- auth_names = []
5764
+ auth_names = ['api_key']
5765
5765
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5766
5766
  :header_params => header_params,
5767
5767
  :query_params => query_params,
@@ -5831,7 +5831,7 @@ module BudgeaClient
5831
5831
 
5832
5832
  # http body (model)
5833
5833
  post_body = nil
5834
- auth_names = []
5834
+ auth_names = ['api_key']
5835
5835
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
5836
5836
  :header_params => header_params,
5837
5837
  :query_params => query_params,
@@ -5934,7 +5934,7 @@ module BudgeaClient
5934
5934
 
5935
5935
  # http body (model)
5936
5936
  post_body = nil
5937
- auth_names = []
5937
+ auth_names = ['api_key']
5938
5938
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5939
5939
  :header_params => header_params,
5940
5940
  :query_params => query_params,
@@ -6042,7 +6042,7 @@ module BudgeaClient
6042
6042
 
6043
6043
  # http body (model)
6044
6044
  post_body = nil
6045
- auth_names = []
6045
+ auth_names = ['api_key']
6046
6046
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
6047
6047
  :header_params => header_params,
6048
6048
  :query_params => query_params,
@@ -6113,7 +6113,7 @@ module BudgeaClient
6113
6113
 
6114
6114
  # http body (model)
6115
6115
  post_body = nil
6116
- auth_names = []
6116
+ auth_names = ['api_key']
6117
6117
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
6118
6118
  :header_params => header_params,
6119
6119
  :query_params => query_params,
@@ -6177,7 +6177,7 @@ module BudgeaClient
6177
6177
 
6178
6178
  # http body (model)
6179
6179
  post_body = nil
6180
- auth_names = []
6180
+ auth_names = ['api_key']
6181
6181
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
6182
6182
  :header_params => header_params,
6183
6183
  :query_params => query_params,
@@ -6268,7 +6268,7 @@ module BudgeaClient
6268
6268
 
6269
6269
  # http body (model)
6270
6270
  post_body = nil
6271
- auth_names = []
6271
+ auth_names = ['api_key']
6272
6272
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
6273
6273
  :header_params => header_params,
6274
6274
  :query_params => query_params,
@@ -6338,7 +6338,7 @@ module BudgeaClient
6338
6338
 
6339
6339
  # http body (model)
6340
6340
  post_body = nil
6341
- auth_names = []
6341
+ auth_names = ['api_key']
6342
6342
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
6343
6343
  :header_params => header_params,
6344
6344
  :query_params => query_params,
@@ -6441,7 +6441,7 @@ module BudgeaClient
6441
6441
 
6442
6442
  # http body (model)
6443
6443
  post_body = nil
6444
- auth_names = []
6444
+ auth_names = ['api_key']
6445
6445
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
6446
6446
  :header_params => header_params,
6447
6447
  :query_params => query_params,
@@ -6549,7 +6549,7 @@ module BudgeaClient
6549
6549
 
6550
6550
  # http body (model)
6551
6551
  post_body = nil
6552
- auth_names = []
6552
+ auth_names = ['api_key']
6553
6553
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
6554
6554
  :header_params => header_params,
6555
6555
  :query_params => query_params,
@@ -6620,7 +6620,7 @@ module BudgeaClient
6620
6620
 
6621
6621
  # http body (model)
6622
6622
  post_body = nil
6623
- auth_names = []
6623
+ auth_names = ['api_key']
6624
6624
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
6625
6625
  :header_params => header_params,
6626
6626
  :query_params => query_params,