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
@@ -58,7 +58,7 @@ module BudgeaClient
58
58
 
59
59
  # http body (model)
60
60
  post_body = nil
61
- auth_names = []
61
+ auth_names = ['api_key']
62
62
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
63
63
  :header_params => header_params,
64
64
  :query_params => query_params,
@@ -125,7 +125,7 @@ module BudgeaClient
125
125
 
126
126
  # http body (model)
127
127
  post_body = nil
128
- auth_names = []
128
+ auth_names = ['api_key']
129
129
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
130
130
  :header_params => header_params,
131
131
  :query_params => query_params,
@@ -54,7 +54,7 @@ module BudgeaClient
54
54
 
55
55
  # http body (model)
56
56
  post_body = nil
57
- auth_names = []
57
+ auth_names = ['api_key']
58
58
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
59
59
  :header_params => header_params,
60
60
  :query_params => query_params,
@@ -119,7 +119,7 @@ module BudgeaClient
119
119
 
120
120
  # http body (model)
121
121
  post_body = nil
122
- auth_names = []
122
+ auth_names = ['api_key']
123
123
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
124
124
  :header_params => header_params,
125
125
  :query_params => query_params,
@@ -178,7 +178,7 @@ module BudgeaClient
178
178
 
179
179
  # http body (model)
180
180
  post_body = nil
181
- auth_names = []
181
+ auth_names = ['api_key']
182
182
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
183
183
  :header_params => header_params,
184
184
  :query_params => query_params,
@@ -52,7 +52,7 @@ module BudgeaClient
52
52
 
53
53
  # http body (model)
54
54
  post_body = nil
55
- auth_names = []
55
+ auth_names = ['api_key']
56
56
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
57
57
  :header_params => header_params,
58
58
  :query_params => query_params,
@@ -114,7 +114,7 @@ module BudgeaClient
114
114
 
115
115
  # http body (model)
116
116
  post_body = nil
117
- auth_names = []
117
+ auth_names = ['api_key']
118
118
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
119
119
  :header_params => header_params,
120
120
  :query_params => query_params,
@@ -187,7 +187,7 @@ module BudgeaClient
187
187
 
188
188
  # http body (model)
189
189
  post_body = nil
190
- auth_names = []
190
+ auth_names = ['api_key']
191
191
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
192
192
  :header_params => header_params,
193
193
  :query_params => query_params,
@@ -262,7 +262,7 @@ module BudgeaClient
262
262
 
263
263
  # http body (model)
264
264
  post_body = nil
265
- auth_names = []
265
+ auth_names = ['api_key']
266
266
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
267
267
  :header_params => header_params,
268
268
  :query_params => query_params,
@@ -311,7 +311,7 @@ module BudgeaClient
311
311
 
312
312
  # http body (model)
313
313
  post_body = nil
314
- auth_names = []
314
+ auth_names = ['api_key']
315
315
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
316
316
  :header_params => header_params,
317
317
  :query_params => query_params,
@@ -383,7 +383,7 @@ module BudgeaClient
383
383
 
384
384
  # http body (model)
385
385
  post_body = nil
386
- auth_names = []
386
+ auth_names = ['api_key']
387
387
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
388
388
  :header_params => header_params,
389
389
  :query_params => query_params,
@@ -432,7 +432,7 @@ module BudgeaClient
432
432
 
433
433
  # http body (model)
434
434
  post_body = nil
435
- auth_names = []
435
+ auth_names = ['api_key']
436
436
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
437
437
  :header_params => header_params,
438
438
  :query_params => query_params,
@@ -501,7 +501,7 @@ module BudgeaClient
501
501
 
502
502
  # http body (model)
503
503
  post_body = nil
504
- auth_names = []
504
+ auth_names = ['api_key']
505
505
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
506
506
  :header_params => header_params,
507
507
  :query_params => query_params,
@@ -564,7 +564,7 @@ module BudgeaClient
564
564
 
565
565
  # http body (model)
566
566
  post_body = nil
567
- auth_names = []
567
+ auth_names = ['api_key']
568
568
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
569
569
  :header_params => header_params,
570
570
  :query_params => query_params,
@@ -634,7 +634,7 @@ module BudgeaClient
634
634
 
635
635
  # http body (model)
636
636
  post_body = nil
637
- auth_names = []
637
+ auth_names = ['api_key']
638
638
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
639
639
  :header_params => header_params,
640
640
  :query_params => query_params,
@@ -719,7 +719,7 @@ module BudgeaClient
719
719
 
720
720
  # http body (model)
721
721
  post_body = nil
722
- auth_names = []
722
+ auth_names = ['api_key']
723
723
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
724
724
  :header_params => header_params,
725
725
  :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(:POST, local_var_path,
803
803
  :header_params => header_params,
804
804
  :query_params => query_params,
@@ -853,7 +853,7 @@ module BudgeaClient
853
853
 
854
854
  # http body (model)
855
855
  post_body = nil
856
- auth_names = []
856
+ auth_names = ['api_key']
857
857
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
858
858
  :header_params => header_params,
859
859
  :query_params => query_params,
@@ -923,7 +923,7 @@ module BudgeaClient
923
923
 
924
924
  # http body (model)
925
925
  post_body = nil
926
- auth_names = []
926
+ auth_names = ['api_key']
927
927
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
928
928
  :header_params => header_params,
929
929
  :query_params => query_params,
@@ -987,7 +987,7 @@ module BudgeaClient
987
987
 
988
988
  # http body (model)
989
989
  post_body = nil
990
- auth_names = []
990
+ auth_names = ['api_key']
991
991
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
992
992
  :header_params => header_params,
993
993
  :query_params => query_params,
@@ -1062,7 +1062,7 @@ module BudgeaClient
1062
1062
 
1063
1063
  # http body (model)
1064
1064
  post_body = nil
1065
- auth_names = []
1065
+ auth_names = ['api_key']
1066
1066
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1067
1067
  :header_params => header_params,
1068
1068
  :query_params => query_params,
@@ -1131,7 +1131,7 @@ module BudgeaClient
1131
1131
 
1132
1132
  # http body (model)
1133
1133
  post_body = nil
1134
- auth_names = []
1134
+ auth_names = ['api_key']
1135
1135
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1136
1136
  :header_params => header_params,
1137
1137
  :query_params => query_params,
@@ -1207,7 +1207,7 @@ module BudgeaClient
1207
1207
 
1208
1208
  # http body (model)
1209
1209
  post_body = nil
1210
- auth_names = []
1210
+ auth_names = ['api_key']
1211
1211
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1212
1212
  :header_params => header_params,
1213
1213
  :query_params => query_params,
@@ -1298,7 +1298,7 @@ module BudgeaClient
1298
1298
 
1299
1299
  # http body (model)
1300
1300
  post_body = nil
1301
- auth_names = []
1301
+ auth_names = ['api_key']
1302
1302
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1303
1303
  :header_params => header_params,
1304
1304
  :query_params => query_params,
@@ -1383,7 +1383,7 @@ module BudgeaClient
1383
1383
 
1384
1384
  # http body (model)
1385
1385
  post_body = nil
1386
- auth_names = []
1386
+ auth_names = ['api_key']
1387
1387
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1388
1388
  :header_params => header_params,
1389
1389
  :query_params => query_params,
@@ -1453,7 +1453,7 @@ module BudgeaClient
1453
1453
 
1454
1454
  # http body (model)
1455
1455
  post_body = nil
1456
- auth_names = []
1456
+ auth_names = ['api_key']
1457
1457
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1458
1458
  :header_params => header_params,
1459
1459
  :query_params => query_params,
@@ -1510,7 +1510,7 @@ module BudgeaClient
1510
1510
 
1511
1511
  # http body (model)
1512
1512
  post_body = nil
1513
- auth_names = []
1513
+ auth_names = ['api_key']
1514
1514
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1515
1515
  :header_params => header_params,
1516
1516
  :query_params => query_params,
@@ -1574,7 +1574,7 @@ module BudgeaClient
1574
1574
 
1575
1575
  # http body (model)
1576
1576
  post_body = nil
1577
- auth_names = []
1577
+ auth_names = ['api_key']
1578
1578
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1579
1579
  :header_params => header_params,
1580
1580
  :query_params => query_params,
@@ -1638,7 +1638,7 @@ module BudgeaClient
1638
1638
 
1639
1639
  # http body (model)
1640
1640
  post_body = nil
1641
- auth_names = []
1641
+ auth_names = ['api_key']
1642
1642
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1643
1643
  :header_params => header_params,
1644
1644
  :query_params => query_params,
@@ -1719,7 +1719,7 @@ module BudgeaClient
1719
1719
 
1720
1720
  # http body (model)
1721
1721
  post_body = nil
1722
- auth_names = []
1722
+ auth_names = ['api_key']
1723
1723
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1724
1724
  :header_params => header_params,
1725
1725
  :query_params => query_params,
@@ -1794,7 +1794,7 @@ module BudgeaClient
1794
1794
 
1795
1795
  # http body (model)
1796
1796
  post_body = nil
1797
- auth_names = []
1797
+ auth_names = ['api_key']
1798
1798
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1799
1799
  :header_params => header_params,
1800
1800
  :query_params => query_params,
@@ -1849,7 +1849,7 @@ module BudgeaClient
1849
1849
 
1850
1850
  # http body (model)
1851
1851
  post_body = nil
1852
- auth_names = []
1852
+ auth_names = ['api_key']
1853
1853
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1854
1854
  :header_params => header_params,
1855
1855
  :query_params => query_params,
@@ -1906,7 +1906,7 @@ module BudgeaClient
1906
1906
 
1907
1907
  # http body (model)
1908
1908
  post_body = nil
1909
- auth_names = []
1909
+ auth_names = ['api_key']
1910
1910
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1911
1911
  :header_params => header_params,
1912
1912
  :query_params => query_params,
@@ -1964,7 +1964,7 @@ module BudgeaClient
1964
1964
 
1965
1965
  # http body (model)
1966
1966
  post_body = nil
1967
- auth_names = []
1967
+ auth_names = ['api_key']
1968
1968
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1969
1969
  :header_params => header_params,
1970
1970
  :query_params => query_params,
@@ -2028,7 +2028,7 @@ module BudgeaClient
2028
2028
 
2029
2029
  # http body (model)
2030
2030
  post_body = nil
2031
- auth_names = []
2031
+ auth_names = ['api_key']
2032
2032
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2033
2033
  :header_params => header_params,
2034
2034
  :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(:PUT, local_var_path,
2112
2112
  :header_params => header_params,
2113
2113
  :query_params => query_params,
@@ -2180,7 +2180,7 @@ module BudgeaClient
2180
2180
 
2181
2181
  # http body (model)
2182
2182
  post_body = nil
2183
- auth_names = []
2183
+ auth_names = ['api_key']
2184
2184
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2185
2185
  :header_params => header_params,
2186
2186
  :query_params => query_params,
@@ -2238,7 +2238,7 @@ module BudgeaClient
2238
2238
 
2239
2239
  # http body (model)
2240
2240
  post_body = nil
2241
- auth_names = []
2241
+ auth_names = ['api_key']
2242
2242
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2243
2243
  :header_params => header_params,
2244
2244
  :query_params => query_params,
@@ -2302,7 +2302,7 @@ module BudgeaClient
2302
2302
 
2303
2303
  # http body (model)
2304
2304
  post_body = nil
2305
- auth_names = []
2305
+ auth_names = ['api_key']
2306
2306
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2307
2307
  :header_params => header_params,
2308
2308
  :query_params => query_params,
@@ -2360,7 +2360,7 @@ module BudgeaClient
2360
2360
 
2361
2361
  # http body (model)
2362
2362
  post_body = nil
2363
- auth_names = []
2363
+ auth_names = ['api_key']
2364
2364
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2365
2365
  :header_params => header_params,
2366
2366
  :query_params => query_params,
@@ -2418,7 +2418,7 @@ module BudgeaClient
2418
2418
 
2419
2419
  # http body (model)
2420
2420
  post_body = nil
2421
- auth_names = []
2421
+ auth_names = ['api_key']
2422
2422
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2423
2423
  :header_params => header_params,
2424
2424
  :query_params => query_params,
@@ -2497,7 +2497,7 @@ module BudgeaClient
2497
2497
 
2498
2498
  # http body (model)
2499
2499
  post_body = nil
2500
- auth_names = []
2500
+ auth_names = ['api_key']
2501
2501
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2502
2502
  :header_params => header_params,
2503
2503
  :query_params => query_params,
@@ -2552,7 +2552,7 @@ module BudgeaClient
2552
2552
 
2553
2553
  # http body (model)
2554
2554
  post_body = nil
2555
- auth_names = []
2555
+ auth_names = ['api_key']
2556
2556
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2557
2557
  :header_params => header_params,
2558
2558
  :query_params => query_params,
@@ -2613,7 +2613,7 @@ module BudgeaClient
2613
2613
 
2614
2614
  # http body (model)
2615
2615
  post_body = nil
2616
- auth_names = []
2616
+ auth_names = ['api_key']
2617
2617
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2618
2618
  :header_params => header_params,
2619
2619
  :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(:GET, 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,
@@ -222,7 +222,7 @@ module BudgeaClient
222
222
 
223
223
  # http body (model)
224
224
  post_body = nil
225
- auth_names = []
225
+ auth_names = ['api_key']
226
226
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
227
227
  :header_params => header_params,
228
228
  :query_params => query_params,
@@ -274,7 +274,7 @@ module BudgeaClient
274
274
 
275
275
  # http body (model)
276
276
  post_body = nil
277
- auth_names = []
277
+ auth_names = ['api_key']
278
278
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
279
279
  :header_params => header_params,
280
280
  :query_params => query_params,
@@ -326,7 +326,7 @@ module BudgeaClient
326
326
 
327
327
  # http body (model)
328
328
  post_body = nil
329
- auth_names = []
329
+ auth_names = ['api_key']
330
330
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
331
331
  :header_params => header_params,
332
332
  :query_params => query_params,
@@ -384,7 +384,7 @@ module BudgeaClient
384
384
 
385
385
  # http body (model)
386
386
  post_body = nil
387
- auth_names = []
387
+ auth_names = ['api_key']
388
388
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
389
389
  :header_params => header_params,
390
390
  :query_params => query_params,
@@ -448,7 +448,7 @@ module BudgeaClient
448
448
 
449
449
  # http body (model)
450
450
  post_body = nil
451
- auth_names = []
451
+ auth_names = ['api_key']
452
452
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
453
453
  :header_params => header_params,
454
454
  :query_params => query_params,
@@ -512,7 +512,7 @@ module BudgeaClient
512
512
 
513
513
  # http body (model)
514
514
  post_body = nil
515
- auth_names = []
515
+ auth_names = ['api_key']
516
516
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
517
517
  :header_params => header_params,
518
518
  :query_params => query_params,
@@ -570,7 +570,7 @@ module BudgeaClient
570
570
 
571
571
  # http body (model)
572
572
  post_body = nil
573
- auth_names = []
573
+ auth_names = ['api_key']
574
574
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
575
575
  :header_params => header_params,
576
576
  :query_params => query_params,
@@ -628,7 +628,7 @@ module BudgeaClient
628
628
 
629
629
  # http body (model)
630
630
  post_body = nil
631
- auth_names = []
631
+ auth_names = ['api_key']
632
632
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
633
633
  :header_params => header_params,
634
634
  :query_params => query_params,
@@ -686,7 +686,7 @@ module BudgeaClient
686
686
 
687
687
  # http body (model)
688
688
  post_body = nil
689
- auth_names = []
689
+ auth_names = ['api_key']
690
690
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
691
691
  :header_params => header_params,
692
692
  :query_params => query_params,
@@ -744,7 +744,7 @@ module BudgeaClient
744
744
 
745
745
  # http body (model)
746
746
  post_body = nil
747
- auth_names = []
747
+ auth_names = ['api_key']
748
748
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
749
749
  :header_params => header_params,
750
750
  :query_params => query_params,
@@ -835,7 +835,7 @@ module BudgeaClient
835
835
 
836
836
  # http body (model)
837
837
  post_body = nil
838
- auth_names = []
838
+ auth_names = ['api_key']
839
839
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
840
840
  :header_params => header_params,
841
841
  :query_params => query_params,
@@ -887,7 +887,7 @@ module BudgeaClient
887
887
 
888
888
  # http body (model)
889
889
  post_body = nil
890
- auth_names = []
890
+ auth_names = ['api_key']
891
891
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
892
892
  :header_params => header_params,
893
893
  :query_params => query_params,
@@ -959,7 +959,7 @@ module BudgeaClient
959
959
 
960
960
  # http body (model)
961
961
  post_body = nil
962
- auth_names = []
962
+ auth_names = ['api_key']
963
963
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
964
964
  :header_params => header_params,
965
965
  :query_params => query_params,
@@ -1041,7 +1041,7 @@ module BudgeaClient
1041
1041
 
1042
1042
  # http body (model)
1043
1043
  post_body = nil
1044
- auth_names = []
1044
+ auth_names = ['api_key']
1045
1045
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1046
1046
  :header_params => header_params,
1047
1047
  :query_params => query_params,
@@ -1103,7 +1103,7 @@ module BudgeaClient
1103
1103
 
1104
1104
  # http body (model)
1105
1105
  post_body = nil
1106
- auth_names = []
1106
+ auth_names = ['api_key']
1107
1107
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1108
1108
  :header_params => header_params,
1109
1109
  :query_params => query_params,
@@ -1154,7 +1154,7 @@ module BudgeaClient
1154
1154
 
1155
1155
  # http body (model)
1156
1156
  post_body = nil
1157
- auth_names = []
1157
+ auth_names = ['api_key']
1158
1158
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1159
1159
  :header_params => header_params,
1160
1160
  :query_params => query_params,
@@ -1212,7 +1212,7 @@ module BudgeaClient
1212
1212
 
1213
1213
  # http body (model)
1214
1214
  post_body = nil
1215
- auth_names = []
1215
+ auth_names = ['api_key']
1216
1216
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1217
1217
  :header_params => header_params,
1218
1218
  :query_params => query_params,
@@ -1270,7 +1270,7 @@ module BudgeaClient
1270
1270
 
1271
1271
  # http body (model)
1272
1272
  post_body = nil
1273
- auth_names = []
1273
+ auth_names = ['api_key']
1274
1274
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1275
1275
  :header_params => header_params,
1276
1276
  :query_params => query_params,
@@ -1328,7 +1328,7 @@ module BudgeaClient
1328
1328
 
1329
1329
  # http body (model)
1330
1330
  post_body = nil
1331
- auth_names = []
1331
+ auth_names = ['api_key']
1332
1332
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1333
1333
  :header_params => header_params,
1334
1334
  :query_params => query_params,
@@ -1398,7 +1398,7 @@ module BudgeaClient
1398
1398
 
1399
1399
  # http body (model)
1400
1400
  post_body = nil
1401
- auth_names = []
1401
+ auth_names = ['api_key']
1402
1402
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1403
1403
  :header_params => header_params,
1404
1404
  :query_params => query_params,
@@ -1495,7 +1495,7 @@ module BudgeaClient
1495
1495
 
1496
1496
  # http body (model)
1497
1497
  post_body = nil
1498
- auth_names = []
1498
+ auth_names = ['api_key']
1499
1499
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1500
1500
  :header_params => header_params,
1501
1501
  :query_params => query_params,
@@ -1571,7 +1571,7 @@ module BudgeaClient
1571
1571
 
1572
1572
  # http body (model)
1573
1573
  post_body = nil
1574
- auth_names = []
1574
+ auth_names = ['api_key']
1575
1575
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1576
1576
  :header_params => header_params,
1577
1577
  :query_params => query_params,
@@ -1680,7 +1680,7 @@ module BudgeaClient
1680
1680
 
1681
1681
  # http body (model)
1682
1682
  post_body = nil
1683
- auth_names = []
1683
+ auth_names = ['api_key']
1684
1684
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1685
1685
  :header_params => header_params,
1686
1686
  :query_params => query_params,
@@ -1794,7 +1794,7 @@ module BudgeaClient
1794
1794
 
1795
1795
  # http body (model)
1796
1796
  post_body = nil
1797
- auth_names = []
1797
+ auth_names = ['api_key']
1798
1798
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1799
1799
  :header_params => header_params,
1800
1800
  :query_params => query_params,
@@ -1871,7 +1871,7 @@ module BudgeaClient
1871
1871
 
1872
1872
  # http body (model)
1873
1873
  post_body = nil
1874
- auth_names = []
1874
+ auth_names = ['api_key']
1875
1875
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1876
1876
  :header_params => header_params,
1877
1877
  :query_params => query_params,
@@ -1941,7 +1941,7 @@ module BudgeaClient
1941
1941
 
1942
1942
  # http body (model)
1943
1943
  post_body = nil
1944
- auth_names = []
1944
+ auth_names = ['api_key']
1945
1945
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1946
1946
  :header_params => header_params,
1947
1947
  :query_params => query_params,
@@ -2038,7 +2038,7 @@ module BudgeaClient
2038
2038
 
2039
2039
  # http body (model)
2040
2040
  post_body = nil
2041
- auth_names = []
2041
+ auth_names = ['api_key']
2042
2042
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2043
2043
  :header_params => header_params,
2044
2044
  :query_params => query_params,
@@ -2114,7 +2114,7 @@ module BudgeaClient
2114
2114
 
2115
2115
  # http body (model)
2116
2116
  post_body = nil
2117
- auth_names = []
2117
+ auth_names = ['api_key']
2118
2118
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2119
2119
  :header_params => header_params,
2120
2120
  :query_params => query_params,
@@ -2223,7 +2223,7 @@ module BudgeaClient
2223
2223
 
2224
2224
  # http body (model)
2225
2225
  post_body = nil
2226
- auth_names = []
2226
+ auth_names = ['api_key']
2227
2227
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2228
2228
  :header_params => header_params,
2229
2229
  :query_params => query_params,
@@ -2337,7 +2337,7 @@ module BudgeaClient
2337
2337
 
2338
2338
  # http body (model)
2339
2339
  post_body = nil
2340
- auth_names = []
2340
+ auth_names = ['api_key']
2341
2341
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2342
2342
  :header_params => header_params,
2343
2343
  :query_params => query_params,
@@ -2414,7 +2414,7 @@ module BudgeaClient
2414
2414
 
2415
2415
  # http body (model)
2416
2416
  post_body = nil
2417
- auth_names = []
2417
+ auth_names = ['api_key']
2418
2418
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2419
2419
  :header_params => header_params,
2420
2420
  :query_params => query_params,
@@ -2472,7 +2472,7 @@ module BudgeaClient
2472
2472
 
2473
2473
  # http body (model)
2474
2474
  post_body = nil
2475
- auth_names = []
2475
+ auth_names = ['api_key']
2476
2476
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2477
2477
  :header_params => header_params,
2478
2478
  :query_params => query_params,
@@ -2530,7 +2530,7 @@ module BudgeaClient
2530
2530
 
2531
2531
  # http body (model)
2532
2532
  post_body = nil
2533
- auth_names = []
2533
+ auth_names = ['api_key']
2534
2534
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2535
2535
  :header_params => header_params,
2536
2536
  :query_params => query_params,
@@ -2606,7 +2606,7 @@ module BudgeaClient
2606
2606
 
2607
2607
  # http body (model)
2608
2608
  post_body = nil
2609
- auth_names = []
2609
+ auth_names = ['api_key']
2610
2610
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2611
2611
  :header_params => header_params,
2612
2612
  :query_params => query_params,
@@ -2709,7 +2709,7 @@ module BudgeaClient
2709
2709
 
2710
2710
  # http body (model)
2711
2711
  post_body = nil
2712
- auth_names = []
2712
+ auth_names = ['api_key']
2713
2713
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2714
2714
  :header_params => header_params,
2715
2715
  :query_params => query_params,
@@ -2791,7 +2791,7 @@ module BudgeaClient
2791
2791
 
2792
2792
  # http body (model)
2793
2793
  post_body = nil
2794
- auth_names = []
2794
+ auth_names = ['api_key']
2795
2795
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2796
2796
  :header_params => header_params,
2797
2797
  :query_params => query_params,
@@ -2906,7 +2906,7 @@ module BudgeaClient
2906
2906
 
2907
2907
  # http body (model)
2908
2908
  post_body = nil
2909
- auth_names = []
2909
+ auth_names = ['api_key']
2910
2910
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2911
2911
  :header_params => header_params,
2912
2912
  :query_params => query_params,
@@ -3026,7 +3026,7 @@ module BudgeaClient
3026
3026
 
3027
3027
  # http body (model)
3028
3028
  post_body = nil
3029
- auth_names = []
3029
+ auth_names = ['api_key']
3030
3030
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3031
3031
  :header_params => header_params,
3032
3032
  :query_params => query_params,
@@ -3109,7 +3109,7 @@ module BudgeaClient
3109
3109
 
3110
3110
  # http body (model)
3111
3111
  post_body = nil
3112
- auth_names = []
3112
+ auth_names = ['api_key']
3113
3113
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3114
3114
  :header_params => header_params,
3115
3115
  :query_params => query_params,
@@ -3185,7 +3185,7 @@ module BudgeaClient
3185
3185
 
3186
3186
  # http body (model)
3187
3187
  post_body = nil
3188
- auth_names = []
3188
+ auth_names = ['api_key']
3189
3189
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3190
3190
  :header_params => header_params,
3191
3191
  :query_params => query_params,
@@ -3288,7 +3288,7 @@ module BudgeaClient
3288
3288
 
3289
3289
  # http body (model)
3290
3290
  post_body = nil
3291
- auth_names = []
3291
+ auth_names = ['api_key']
3292
3292
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3293
3293
  :header_params => header_params,
3294
3294
  :query_params => query_params,
@@ -3370,7 +3370,7 @@ module BudgeaClient
3370
3370
 
3371
3371
  # http body (model)
3372
3372
  post_body = nil
3373
- auth_names = []
3373
+ auth_names = ['api_key']
3374
3374
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3375
3375
  :header_params => header_params,
3376
3376
  :query_params => query_params,
@@ -3485,7 +3485,7 @@ module BudgeaClient
3485
3485
 
3486
3486
  # http body (model)
3487
3487
  post_body = nil
3488
- auth_names = []
3488
+ auth_names = ['api_key']
3489
3489
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3490
3490
  :header_params => header_params,
3491
3491
  :query_params => query_params,
@@ -3605,7 +3605,7 @@ module BudgeaClient
3605
3605
 
3606
3606
  # http body (model)
3607
3607
  post_body = nil
3608
- auth_names = []
3608
+ auth_names = ['api_key']
3609
3609
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3610
3610
  :header_params => header_params,
3611
3611
  :query_params => query_params,
@@ -3688,7 +3688,7 @@ module BudgeaClient
3688
3688
 
3689
3689
  # http body (model)
3690
3690
  post_body = nil
3691
- auth_names = []
3691
+ auth_names = ['api_key']
3692
3692
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3693
3693
  :header_params => header_params,
3694
3694
  :query_params => query_params,
@@ -3752,7 +3752,7 @@ module BudgeaClient
3752
3752
 
3753
3753
  # http body (model)
3754
3754
  post_body = nil
3755
- auth_names = []
3755
+ auth_names = ['api_key']
3756
3756
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3757
3757
  :header_params => header_params,
3758
3758
  :query_params => query_params,
@@ -3816,7 +3816,7 @@ module BudgeaClient
3816
3816
 
3817
3817
  # http body (model)
3818
3818
  post_body = nil
3819
- auth_names = []
3819
+ auth_names = ['api_key']
3820
3820
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3821
3821
  :header_params => header_params,
3822
3822
  :query_params => query_params,
@@ -3907,7 +3907,7 @@ module BudgeaClient
3907
3907
 
3908
3908
  # http body (model)
3909
3909
  post_body = nil
3910
- auth_names = []
3910
+ auth_names = ['api_key']
3911
3911
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3912
3912
  :header_params => header_params,
3913
3913
  :query_params => query_params,
@@ -3977,7 +3977,7 @@ module BudgeaClient
3977
3977
 
3978
3978
  # http body (model)
3979
3979
  post_body = nil
3980
- auth_names = []
3980
+ auth_names = ['api_key']
3981
3981
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3982
3982
  :header_params => header_params,
3983
3983
  :query_params => query_params,
@@ -4080,7 +4080,7 @@ module BudgeaClient
4080
4080
 
4081
4081
  # http body (model)
4082
4082
  post_body = nil
4083
- auth_names = []
4083
+ auth_names = ['api_key']
4084
4084
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4085
4085
  :header_params => header_params,
4086
4086
  :query_params => query_params,
@@ -4188,7 +4188,7 @@ module BudgeaClient
4188
4188
 
4189
4189
  # http body (model)
4190
4190
  post_body = nil
4191
- auth_names = []
4191
+ auth_names = ['api_key']
4192
4192
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4193
4193
  :header_params => header_params,
4194
4194
  :query_params => query_params,
@@ -4259,7 +4259,7 @@ module BudgeaClient
4259
4259
 
4260
4260
  # http body (model)
4261
4261
  post_body = nil
4262
- auth_names = []
4262
+ auth_names = ['api_key']
4263
4263
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4264
4264
  :header_params => header_params,
4265
4265
  :query_params => query_params,
@@ -4323,7 +4323,7 @@ module BudgeaClient
4323
4323
 
4324
4324
  # http body (model)
4325
4325
  post_body = nil
4326
- auth_names = []
4326
+ auth_names = ['api_key']
4327
4327
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4328
4328
  :header_params => header_params,
4329
4329
  :query_params => query_params,
@@ -4417,7 +4417,7 @@ module BudgeaClient
4417
4417
 
4418
4418
  # http body (model)
4419
4419
  post_body = nil
4420
- auth_names = []
4420
+ auth_names = ['api_key']
4421
4421
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4422
4422
  :header_params => header_params,
4423
4423
  :query_params => query_params,
@@ -4493,7 +4493,7 @@ module BudgeaClient
4493
4493
 
4494
4494
  # http body (model)
4495
4495
  post_body = nil
4496
- auth_names = []
4496
+ auth_names = ['api_key']
4497
4497
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4498
4498
  :header_params => header_params,
4499
4499
  :query_params => query_params,
@@ -4557,7 +4557,7 @@ module BudgeaClient
4557
4557
 
4558
4558
  # http body (model)
4559
4559
  post_body = nil
4560
- auth_names = []
4560
+ auth_names = ['api_key']
4561
4561
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4562
4562
  :header_params => header_params,
4563
4563
  :query_params => query_params,
@@ -4627,7 +4627,7 @@ module BudgeaClient
4627
4627
 
4628
4628
  # http body (model)
4629
4629
  post_body = nil
4630
- auth_names = []
4630
+ auth_names = ['api_key']
4631
4631
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4632
4632
  :header_params => header_params,
4633
4633
  :query_params => query_params,
@@ -4697,7 +4697,7 @@ module BudgeaClient
4697
4697
 
4698
4698
  # http body (model)
4699
4699
  post_body = nil
4700
- auth_names = []
4700
+ auth_names = ['api_key']
4701
4701
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4702
4702
  :header_params => header_params,
4703
4703
  :query_params => query_params,
@@ -4794,7 +4794,7 @@ module BudgeaClient
4794
4794
 
4795
4795
  # http body (model)
4796
4796
  post_body = nil
4797
- auth_names = []
4797
+ auth_names = ['api_key']
4798
4798
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4799
4799
  :header_params => header_params,
4800
4800
  :query_params => query_params,
@@ -4870,7 +4870,7 @@ module BudgeaClient
4870
4870
 
4871
4871
  # http body (model)
4872
4872
  post_body = nil
4873
- auth_names = []
4873
+ auth_names = ['api_key']
4874
4874
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4875
4875
  :header_params => header_params,
4876
4876
  :query_params => query_params,
@@ -4979,7 +4979,7 @@ module BudgeaClient
4979
4979
 
4980
4980
  # http body (model)
4981
4981
  post_body = nil
4982
- auth_names = []
4982
+ auth_names = ['api_key']
4983
4983
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4984
4984
  :header_params => header_params,
4985
4985
  :query_params => query_params,
@@ -5093,7 +5093,7 @@ module BudgeaClient
5093
5093
 
5094
5094
  # http body (model)
5095
5095
  post_body = nil
5096
- auth_names = []
5096
+ auth_names = ['api_key']
5097
5097
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
5098
5098
  :header_params => header_params,
5099
5099
  :query_params => query_params,
@@ -5170,7 +5170,7 @@ module BudgeaClient
5170
5170
 
5171
5171
  # http body (model)
5172
5172
  post_body = nil
5173
- auth_names = []
5173
+ auth_names = ['api_key']
5174
5174
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5175
5175
  :header_params => header_params,
5176
5176
  :query_params => query_params,
@@ -5246,7 +5246,7 @@ module BudgeaClient
5246
5246
 
5247
5247
  # http body (model)
5248
5248
  post_body = nil
5249
- auth_names = []
5249
+ auth_names = ['api_key']
5250
5250
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5251
5251
  :header_params => header_params,
5252
5252
  :query_params => query_params,
@@ -5316,7 +5316,7 @@ module BudgeaClient
5316
5316
 
5317
5317
  # http body (model)
5318
5318
  post_body = nil
5319
- auth_names = []
5319
+ auth_names = ['api_key']
5320
5320
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
5321
5321
  :header_params => header_params,
5322
5322
  :query_params => query_params,
@@ -5413,7 +5413,7 @@ module BudgeaClient
5413
5413
 
5414
5414
  # http body (model)
5415
5415
  post_body = nil
5416
- auth_names = []
5416
+ auth_names = ['api_key']
5417
5417
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5418
5418
  :header_params => header_params,
5419
5419
  :query_params => query_params,
@@ -5489,7 +5489,7 @@ module BudgeaClient
5489
5489
 
5490
5490
  # http body (model)
5491
5491
  post_body = nil
5492
- auth_names = []
5492
+ auth_names = ['api_key']
5493
5493
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
5494
5494
  :header_params => header_params,
5495
5495
  :query_params => query_params,
@@ -5598,7 +5598,7 @@ module BudgeaClient
5598
5598
 
5599
5599
  # http body (model)
5600
5600
  post_body = nil
5601
- auth_names = []
5601
+ auth_names = ['api_key']
5602
5602
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5603
5603
  :header_params => header_params,
5604
5604
  :query_params => query_params,
@@ -5712,7 +5712,7 @@ module BudgeaClient
5712
5712
 
5713
5713
  # http body (model)
5714
5714
  post_body = nil
5715
- auth_names = []
5715
+ auth_names = ['api_key']
5716
5716
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
5717
5717
  :header_params => header_params,
5718
5718
  :query_params => query_params,
@@ -5789,7 +5789,7 @@ module BudgeaClient
5789
5789
 
5790
5790
  # http body (model)
5791
5791
  post_body = nil
5792
- auth_names = []
5792
+ auth_names = ['api_key']
5793
5793
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5794
5794
  :header_params => header_params,
5795
5795
  :query_params => query_params,
@@ -5859,7 +5859,7 @@ module BudgeaClient
5859
5859
 
5860
5860
  # http body (model)
5861
5861
  post_body = nil
5862
- auth_names = []
5862
+ auth_names = ['api_key']
5863
5863
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
5864
5864
  :header_params => header_params,
5865
5865
  :query_params => query_params,
@@ -5956,7 +5956,7 @@ module BudgeaClient
5956
5956
 
5957
5957
  # http body (model)
5958
5958
  post_body = nil
5959
- auth_names = []
5959
+ auth_names = ['api_key']
5960
5960
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5961
5961
  :header_params => header_params,
5962
5962
  :query_params => query_params,
@@ -6032,7 +6032,7 @@ module BudgeaClient
6032
6032
 
6033
6033
  # http body (model)
6034
6034
  post_body = nil
6035
- auth_names = []
6035
+ auth_names = ['api_key']
6036
6036
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
6037
6037
  :header_params => header_params,
6038
6038
  :query_params => query_params,
@@ -6141,7 +6141,7 @@ module BudgeaClient
6141
6141
 
6142
6142
  # http body (model)
6143
6143
  post_body = nil
6144
- auth_names = []
6144
+ auth_names = ['api_key']
6145
6145
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
6146
6146
  :header_params => header_params,
6147
6147
  :query_params => query_params,
@@ -6255,7 +6255,7 @@ module BudgeaClient
6255
6255
 
6256
6256
  # http body (model)
6257
6257
  post_body = nil
6258
- auth_names = []
6258
+ auth_names = ['api_key']
6259
6259
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
6260
6260
  :header_params => header_params,
6261
6261
  :query_params => query_params,
@@ -6332,7 +6332,7 @@ module BudgeaClient
6332
6332
 
6333
6333
  # http body (model)
6334
6334
  post_body = nil
6335
- auth_names = []
6335
+ auth_names = ['api_key']
6336
6336
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
6337
6337
  :header_params => header_params,
6338
6338
  :query_params => query_params,
@@ -6396,7 +6396,7 @@ module BudgeaClient
6396
6396
 
6397
6397
  # http body (model)
6398
6398
  post_body = nil
6399
- auth_names = []
6399
+ auth_names = ['api_key']
6400
6400
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
6401
6401
  :header_params => header_params,
6402
6402
  :query_params => query_params,
@@ -6454,7 +6454,7 @@ module BudgeaClient
6454
6454
 
6455
6455
  # http body (model)
6456
6456
  post_body = nil
6457
- auth_names = []
6457
+ auth_names = ['api_key']
6458
6458
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
6459
6459
  :header_params => header_params,
6460
6460
  :query_params => query_params,
@@ -6539,7 +6539,7 @@ module BudgeaClient
6539
6539
 
6540
6540
  # http body (model)
6541
6541
  post_body = nil
6542
- auth_names = []
6542
+ auth_names = ['api_key']
6543
6543
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
6544
6544
  :header_params => header_params,
6545
6545
  :query_params => query_params,
@@ -6603,7 +6603,7 @@ module BudgeaClient
6603
6603
 
6604
6604
  # http body (model)
6605
6605
  post_body = nil
6606
- auth_names = []
6606
+ auth_names = ['api_key']
6607
6607
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
6608
6608
  :header_params => header_params,
6609
6609
  :query_params => query_params,
@@ -6700,7 +6700,7 @@ module BudgeaClient
6700
6700
 
6701
6701
  # http body (model)
6702
6702
  post_body = nil
6703
- auth_names = []
6703
+ auth_names = ['api_key']
6704
6704
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
6705
6705
  :header_params => header_params,
6706
6706
  :query_params => query_params,
@@ -6802,7 +6802,7 @@ module BudgeaClient
6802
6802
 
6803
6803
  # http body (model)
6804
6804
  post_body = nil
6805
- auth_names = []
6805
+ auth_names = ['api_key']
6806
6806
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
6807
6807
  :header_params => header_params,
6808
6808
  :query_params => query_params,
@@ -6867,7 +6867,7 @@ module BudgeaClient
6867
6867
 
6868
6868
  # http body (model)
6869
6869
  post_body = nil
6870
- auth_names = []
6870
+ auth_names = ['api_key']
6871
6871
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
6872
6872
  :header_params => header_params,
6873
6873
  :query_params => query_params,
@@ -6955,7 +6955,7 @@ module BudgeaClient
6955
6955
 
6956
6956
  # http body (model)
6957
6957
  post_body = nil
6958
- auth_names = []
6958
+ auth_names = ['api_key']
6959
6959
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
6960
6960
  :header_params => header_params,
6961
6961
  :query_params => query_params,
@@ -7023,7 +7023,7 @@ module BudgeaClient
7023
7023
 
7024
7024
  # http body (model)
7025
7025
  post_body = nil
7026
- auth_names = []
7026
+ auth_names = ['api_key']
7027
7027
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
7028
7028
  :header_params => header_params,
7029
7029
  :query_params => query_params,
@@ -7086,7 +7086,7 @@ module BudgeaClient
7086
7086
 
7087
7087
  # http body (model)
7088
7088
  post_body = nil
7089
- auth_names = []
7089
+ auth_names = ['api_key']
7090
7090
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
7091
7091
  :header_params => header_params,
7092
7092
  :query_params => query_params,
@@ -7150,7 +7150,7 @@ module BudgeaClient
7150
7150
 
7151
7151
  # http body (model)
7152
7152
  post_body = nil
7153
- auth_names = []
7153
+ auth_names = ['api_key']
7154
7154
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
7155
7155
  :header_params => header_params,
7156
7156
  :query_params => query_params,
@@ -7241,7 +7241,7 @@ module BudgeaClient
7241
7241
 
7242
7242
  # http body (model)
7243
7243
  post_body = nil
7244
- auth_names = []
7244
+ auth_names = ['api_key']
7245
7245
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
7246
7246
  :header_params => header_params,
7247
7247
  :query_params => query_params,
@@ -7311,7 +7311,7 @@ module BudgeaClient
7311
7311
 
7312
7312
  # http body (model)
7313
7313
  post_body = nil
7314
- auth_names = []
7314
+ auth_names = ['api_key']
7315
7315
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
7316
7316
  :header_params => header_params,
7317
7317
  :query_params => query_params,
@@ -7414,7 +7414,7 @@ module BudgeaClient
7414
7414
 
7415
7415
  # http body (model)
7416
7416
  post_body = nil
7417
- auth_names = []
7417
+ auth_names = ['api_key']
7418
7418
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
7419
7419
  :header_params => header_params,
7420
7420
  :query_params => query_params,
@@ -7522,7 +7522,7 @@ module BudgeaClient
7522
7522
 
7523
7523
  # http body (model)
7524
7524
  post_body = nil
7525
- auth_names = []
7525
+ auth_names = ['api_key']
7526
7526
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
7527
7527
  :header_params => header_params,
7528
7528
  :query_params => query_params,
@@ -7593,7 +7593,7 @@ module BudgeaClient
7593
7593
 
7594
7594
  # http body (model)
7595
7595
  post_body = nil
7596
- auth_names = []
7596
+ auth_names = ['api_key']
7597
7597
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
7598
7598
  :header_params => header_params,
7599
7599
  :query_params => query_params,
@@ -7663,7 +7663,7 @@ module BudgeaClient
7663
7663
 
7664
7664
  # http body (model)
7665
7665
  post_body = nil
7666
- auth_names = []
7666
+ auth_names = ['api_key']
7667
7667
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
7668
7668
  :header_params => header_params,
7669
7669
  :query_params => query_params,
@@ -7727,7 +7727,7 @@ module BudgeaClient
7727
7727
 
7728
7728
  # http body (model)
7729
7729
  post_body = nil
7730
- auth_names = []
7730
+ auth_names = ['api_key']
7731
7731
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
7732
7732
  :header_params => header_params,
7733
7733
  :query_params => query_params,
@@ -7818,7 +7818,7 @@ module BudgeaClient
7818
7818
 
7819
7819
  # http body (model)
7820
7820
  post_body = nil
7821
- auth_names = []
7821
+ auth_names = ['api_key']
7822
7822
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
7823
7823
  :header_params => header_params,
7824
7824
  :query_params => query_params,
@@ -7888,7 +7888,7 @@ module BudgeaClient
7888
7888
 
7889
7889
  # http body (model)
7890
7890
  post_body = nil
7891
- auth_names = []
7891
+ auth_names = ['api_key']
7892
7892
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
7893
7893
  :header_params => header_params,
7894
7894
  :query_params => query_params,
@@ -7991,7 +7991,7 @@ module BudgeaClient
7991
7991
 
7992
7992
  # http body (model)
7993
7993
  post_body = nil
7994
- auth_names = []
7994
+ auth_names = ['api_key']
7995
7995
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
7996
7996
  :header_params => header_params,
7997
7997
  :query_params => query_params,
@@ -8099,7 +8099,7 @@ module BudgeaClient
8099
8099
 
8100
8100
  # http body (model)
8101
8101
  post_body = nil
8102
- auth_names = []
8102
+ auth_names = ['api_key']
8103
8103
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
8104
8104
  :header_params => header_params,
8105
8105
  :query_params => query_params,
@@ -8170,7 +8170,7 @@ module BudgeaClient
8170
8170
 
8171
8171
  # http body (model)
8172
8172
  post_body = nil
8173
- auth_names = []
8173
+ auth_names = ['api_key']
8174
8174
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
8175
8175
  :header_params => header_params,
8176
8176
  :query_params => query_params,
@@ -8234,7 +8234,7 @@ module BudgeaClient
8234
8234
 
8235
8235
  # http body (model)
8236
8236
  post_body = nil
8237
- auth_names = []
8237
+ auth_names = ['api_key']
8238
8238
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
8239
8239
  :header_params => header_params,
8240
8240
  :query_params => query_params,
@@ -8325,7 +8325,7 @@ module BudgeaClient
8325
8325
 
8326
8326
  # http body (model)
8327
8327
  post_body = nil
8328
- auth_names = []
8328
+ auth_names = ['api_key']
8329
8329
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
8330
8330
  :header_params => header_params,
8331
8331
  :query_params => query_params,
@@ -8395,7 +8395,7 @@ module BudgeaClient
8395
8395
 
8396
8396
  # http body (model)
8397
8397
  post_body = nil
8398
- auth_names = []
8398
+ auth_names = ['api_key']
8399
8399
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
8400
8400
  :header_params => header_params,
8401
8401
  :query_params => query_params,
@@ -8498,7 +8498,7 @@ module BudgeaClient
8498
8498
 
8499
8499
  # http body (model)
8500
8500
  post_body = nil
8501
- auth_names = []
8501
+ auth_names = ['api_key']
8502
8502
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
8503
8503
  :header_params => header_params,
8504
8504
  :query_params => query_params,
@@ -8606,7 +8606,7 @@ module BudgeaClient
8606
8606
 
8607
8607
  # http body (model)
8608
8608
  post_body = nil
8609
- auth_names = []
8609
+ auth_names = ['api_key']
8610
8610
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
8611
8611
  :header_params => header_params,
8612
8612
  :query_params => query_params,
@@ -8677,7 +8677,7 @@ module BudgeaClient
8677
8677
 
8678
8678
  # http body (model)
8679
8679
  post_body = nil
8680
- auth_names = []
8680
+ auth_names = ['api_key']
8681
8681
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
8682
8682
  :header_params => header_params,
8683
8683
  :query_params => query_params,