budgea_client 5.0.1 → 5.0.3
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/docs/AdministrationApi.md +36 -36
- data/docs/AuthenticationApi.md +9 -9
- data/docs/BanksApi.md +127 -127
- data/docs/Connection.md +1 -0
- data/docs/ConnectionsApi.md +24 -24
- data/docs/DocumentsApi.md +46 -46
- data/docs/OIDCApi.md +3 -3
- data/docs/PFMApi.md +33 -33
- data/docs/ProvidersApi.md +88 -88
- data/docs/RecipientsApi.md +4 -4
- data/docs/TermsApi.md +3 -3
- data/docs/TransferApi.md +1 -1
- data/docs/TransfersApi.md +39 -39
- data/docs/UsersManagementApi.md +11 -11
- data/docs/WealthApi.md +22 -22
- data/lib/budgea_client/api/administration_api.rb +36 -36
- data/lib/budgea_client/api/authentication_api.rb +9 -9
- data/lib/budgea_client/api/banks_api.rb +127 -127
- data/lib/budgea_client/api/connections_api.rb +24 -24
- data/lib/budgea_client/api/documents_api.rb +46 -46
- data/lib/budgea_client/api/oidc_api.rb +3 -3
- data/lib/budgea_client/api/pfm_api.rb +33 -33
- data/lib/budgea_client/api/providers_api.rb +88 -88
- data/lib/budgea_client/api/recipients_api.rb +4 -4
- data/lib/budgea_client/api/terms_api.rb +3 -3
- data/lib/budgea_client/api/transfer_api.rb +1 -1
- data/lib/budgea_client/api/transfers_api.rb +39 -39
- data/lib/budgea_client/api/users_management_api.rb +11 -11
- data/lib/budgea_client/api/wealth_api.rb +22 -22
- data/lib/budgea_client/models/connection.rb +13 -4
- data/lib/budgea_client/version.rb +1 -1
- metadata +1 -5
- data/pkg/budgea_client-2.0.0.gem +0 -0
- data/pkg/budgea_client-3.0.1.gem +0 -0
- data/pkg/budgea_client-4.0.0.gem +0 -0
- data/pkg/budgea_client-5.0.0.gem +0 -0
|
@@ -50,7 +50,7 @@ module BudgeaClient
|
|
|
50
50
|
# HTTP header 'Accept' (if needed)
|
|
51
51
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
52
52
|
# HTTP header 'Content-Type'
|
|
53
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
53
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
54
54
|
|
|
55
55
|
# form parameters
|
|
56
56
|
form_params = {}
|
|
@@ -116,7 +116,7 @@ module BudgeaClient
|
|
|
116
116
|
# HTTP header 'Accept' (if needed)
|
|
117
117
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
118
118
|
# HTTP header 'Content-Type'
|
|
119
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
119
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
120
120
|
|
|
121
121
|
# form parameters
|
|
122
122
|
form_params = {}
|
|
@@ -173,7 +173,7 @@ module BudgeaClient
|
|
|
173
173
|
# HTTP header 'Accept' (if needed)
|
|
174
174
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
175
175
|
# HTTP header 'Content-Type'
|
|
176
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
176
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
177
177
|
|
|
178
178
|
# form parameters
|
|
179
179
|
form_params = {}
|
|
@@ -224,7 +224,7 @@ module BudgeaClient
|
|
|
224
224
|
# HTTP header 'Accept' (if needed)
|
|
225
225
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
226
226
|
# HTTP header 'Content-Type'
|
|
227
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
227
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
228
228
|
|
|
229
229
|
# form parameters
|
|
230
230
|
form_params = {}
|
|
@@ -314,7 +314,7 @@ module BudgeaClient
|
|
|
314
314
|
# HTTP header 'Accept' (if needed)
|
|
315
315
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
316
316
|
# HTTP header 'Content-Type'
|
|
317
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
317
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
318
318
|
|
|
319
319
|
# form parameters
|
|
320
320
|
form_params = {}
|
|
@@ -365,7 +365,7 @@ module BudgeaClient
|
|
|
365
365
|
# HTTP header 'Accept' (if needed)
|
|
366
366
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
367
367
|
# HTTP header 'Content-Type'
|
|
368
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
368
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
369
369
|
|
|
370
370
|
# form parameters
|
|
371
371
|
form_params = {}
|
|
@@ -422,7 +422,7 @@ module BudgeaClient
|
|
|
422
422
|
# HTTP header 'Accept' (if needed)
|
|
423
423
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
424
424
|
# HTTP header 'Content-Type'
|
|
425
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
425
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
426
426
|
|
|
427
427
|
# form parameters
|
|
428
428
|
form_params = {}
|
|
@@ -489,7 +489,7 @@ module BudgeaClient
|
|
|
489
489
|
# HTTP header 'Accept' (if needed)
|
|
490
490
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
491
491
|
# HTTP header 'Content-Type'
|
|
492
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
492
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
493
493
|
|
|
494
494
|
# form parameters
|
|
495
495
|
form_params = {}
|
|
@@ -662,7 +662,7 @@ module BudgeaClient
|
|
|
662
662
|
# HTTP header 'Accept' (if needed)
|
|
663
663
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
664
664
|
# HTTP header 'Content-Type'
|
|
665
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
665
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
666
666
|
|
|
667
667
|
# form parameters
|
|
668
668
|
form_params = {}
|
|
@@ -713,7 +713,7 @@ module BudgeaClient
|
|
|
713
713
|
# HTTP header 'Accept' (if needed)
|
|
714
714
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
715
715
|
# HTTP header 'Content-Type'
|
|
716
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
716
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
717
717
|
|
|
718
718
|
# form parameters
|
|
719
719
|
form_params = {}
|
|
@@ -773,7 +773,7 @@ module BudgeaClient
|
|
|
773
773
|
# HTTP header 'Accept' (if needed)
|
|
774
774
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
775
775
|
# HTTP header 'Content-Type'
|
|
776
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
776
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
777
777
|
|
|
778
778
|
# form parameters
|
|
779
779
|
form_params = {}
|
|
@@ -830,7 +830,7 @@ module BudgeaClient
|
|
|
830
830
|
# HTTP header 'Accept' (if needed)
|
|
831
831
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
832
832
|
# HTTP header 'Content-Type'
|
|
833
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
833
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
834
834
|
|
|
835
835
|
# form parameters
|
|
836
836
|
form_params = {}
|
|
@@ -887,7 +887,7 @@ module BudgeaClient
|
|
|
887
887
|
# HTTP header 'Accept' (if needed)
|
|
888
888
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
889
889
|
# HTTP header 'Content-Type'
|
|
890
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
890
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
891
891
|
|
|
892
892
|
# form parameters
|
|
893
893
|
form_params = {}
|
|
@@ -944,7 +944,7 @@ module BudgeaClient
|
|
|
944
944
|
# HTTP header 'Accept' (if needed)
|
|
945
945
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
946
946
|
# HTTP header 'Content-Type'
|
|
947
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
947
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
948
948
|
|
|
949
949
|
# form parameters
|
|
950
950
|
form_params = {}
|
|
@@ -1007,7 +1007,7 @@ module BudgeaClient
|
|
|
1007
1007
|
# HTTP header 'Accept' (if needed)
|
|
1008
1008
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1009
1009
|
# HTTP header 'Content-Type'
|
|
1010
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1010
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1011
1011
|
|
|
1012
1012
|
# form parameters
|
|
1013
1013
|
form_params = {}
|
|
@@ -1070,7 +1070,7 @@ module BudgeaClient
|
|
|
1070
1070
|
# HTTP header 'Accept' (if needed)
|
|
1071
1071
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1072
1072
|
# HTTP header 'Content-Type'
|
|
1073
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1073
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1074
1074
|
|
|
1075
1075
|
# form parameters
|
|
1076
1076
|
form_params = {}
|
|
@@ -1133,7 +1133,7 @@ module BudgeaClient
|
|
|
1133
1133
|
# HTTP header 'Accept' (if needed)
|
|
1134
1134
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1135
1135
|
# HTTP header 'Content-Type'
|
|
1136
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1136
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1137
1137
|
|
|
1138
1138
|
# form parameters
|
|
1139
1139
|
form_params = {}
|
|
@@ -1229,7 +1229,7 @@ module BudgeaClient
|
|
|
1229
1229
|
# HTTP header 'Accept' (if needed)
|
|
1230
1230
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1231
1231
|
# HTTP header 'Content-Type'
|
|
1232
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1232
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1233
1233
|
|
|
1234
1234
|
# form parameters
|
|
1235
1235
|
form_params = {}
|
|
@@ -1370,7 +1370,7 @@ module BudgeaClient
|
|
|
1370
1370
|
# HTTP header 'Accept' (if needed)
|
|
1371
1371
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1372
1372
|
# HTTP header 'Content-Type'
|
|
1373
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1373
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1374
1374
|
|
|
1375
1375
|
# form parameters
|
|
1376
1376
|
form_params = {}
|
|
@@ -1433,7 +1433,7 @@ module BudgeaClient
|
|
|
1433
1433
|
# HTTP header 'Accept' (if needed)
|
|
1434
1434
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1435
1435
|
# HTTP header 'Content-Type'
|
|
1436
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1436
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1437
1437
|
|
|
1438
1438
|
# form parameters
|
|
1439
1439
|
form_params = {}
|
|
@@ -1502,7 +1502,7 @@ module BudgeaClient
|
|
|
1502
1502
|
# HTTP header 'Accept' (if needed)
|
|
1503
1503
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1504
1504
|
# HTTP header 'Content-Type'
|
|
1505
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1505
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1506
1506
|
|
|
1507
1507
|
# form parameters
|
|
1508
1508
|
form_params = {}
|
|
@@ -1571,7 +1571,7 @@ module BudgeaClient
|
|
|
1571
1571
|
# HTTP header 'Accept' (if needed)
|
|
1572
1572
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1573
1573
|
# HTTP header 'Content-Type'
|
|
1574
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1574
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1575
1575
|
|
|
1576
1576
|
# form parameters
|
|
1577
1577
|
form_params = {}
|
|
@@ -1640,7 +1640,7 @@ module BudgeaClient
|
|
|
1640
1640
|
# HTTP header 'Accept' (if needed)
|
|
1641
1641
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1642
1642
|
# HTTP header 'Content-Type'
|
|
1643
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1643
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1644
1644
|
|
|
1645
1645
|
# form parameters
|
|
1646
1646
|
form_params = {}
|
|
@@ -1838,7 +1838,7 @@ module BudgeaClient
|
|
|
1838
1838
|
# HTTP header 'Accept' (if needed)
|
|
1839
1839
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1840
1840
|
# HTTP header 'Content-Type'
|
|
1841
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1841
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1842
1842
|
|
|
1843
1843
|
# form parameters
|
|
1844
1844
|
form_params = {}
|
|
@@ -50,7 +50,7 @@ module BudgeaClient
|
|
|
50
50
|
# HTTP header 'Accept' (if needed)
|
|
51
51
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
52
52
|
# HTTP header 'Content-Type'
|
|
53
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
53
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
54
54
|
|
|
55
55
|
# form parameters
|
|
56
56
|
form_params = {}
|
|
@@ -119,7 +119,7 @@ module BudgeaClient
|
|
|
119
119
|
# HTTP header 'Accept' (if needed)
|
|
120
120
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
121
121
|
# HTTP header 'Content-Type'
|
|
122
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
122
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
123
123
|
|
|
124
124
|
# form parameters
|
|
125
125
|
form_params = {}
|
|
@@ -250,7 +250,7 @@ module BudgeaClient
|
|
|
250
250
|
# HTTP header 'Accept' (if needed)
|
|
251
251
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
252
252
|
# HTTP header 'Content-Type'
|
|
253
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
253
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
254
254
|
|
|
255
255
|
# form parameters
|
|
256
256
|
form_params = {}
|
|
@@ -346,7 +346,7 @@ module BudgeaClient
|
|
|
346
346
|
# HTTP header 'Accept' (if needed)
|
|
347
347
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
348
348
|
# HTTP header 'Content-Type'
|
|
349
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
349
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
350
350
|
|
|
351
351
|
# form parameters
|
|
352
352
|
form_params = {}
|
|
@@ -421,7 +421,7 @@ module BudgeaClient
|
|
|
421
421
|
# HTTP header 'Accept' (if needed)
|
|
422
422
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
423
423
|
# HTTP header 'Content-Type'
|
|
424
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
424
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
425
425
|
|
|
426
426
|
# form parameters
|
|
427
427
|
form_params = {}
|
|
@@ -717,7 +717,7 @@ module BudgeaClient
|
|
|
717
717
|
# HTTP header 'Accept' (if needed)
|
|
718
718
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
719
719
|
# HTTP header 'Content-Type'
|
|
720
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
720
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
721
721
|
|
|
722
722
|
# form parameters
|
|
723
723
|
form_params = {}
|
|
@@ -787,7 +787,7 @@ module BudgeaClient
|
|
|
787
787
|
# HTTP header 'Accept' (if needed)
|
|
788
788
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
789
789
|
# HTTP header 'Content-Type'
|
|
790
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
790
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
791
791
|
|
|
792
792
|
# form parameters
|
|
793
793
|
form_params = {}
|
|
@@ -883,7 +883,7 @@ module BudgeaClient
|
|
|
883
883
|
# HTTP header 'Accept' (if needed)
|
|
884
884
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
885
885
|
# HTTP header 'Content-Type'
|
|
886
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
886
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
887
887
|
|
|
888
888
|
# form parameters
|
|
889
889
|
form_params = {}
|
|
@@ -958,7 +958,7 @@ module BudgeaClient
|
|
|
958
958
|
# HTTP header 'Accept' (if needed)
|
|
959
959
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
960
960
|
# HTTP header 'Content-Type'
|
|
961
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
961
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
962
962
|
|
|
963
963
|
# form parameters
|
|
964
964
|
form_params = {}
|
|
@@ -1254,7 +1254,7 @@ module BudgeaClient
|
|
|
1254
1254
|
# HTTP header 'Accept' (if needed)
|
|
1255
1255
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1256
1256
|
# HTTP header 'Content-Type'
|
|
1257
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1257
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1258
1258
|
|
|
1259
1259
|
# form parameters
|
|
1260
1260
|
form_params = {}
|
|
@@ -1330,7 +1330,7 @@ module BudgeaClient
|
|
|
1330
1330
|
# HTTP header 'Accept' (if needed)
|
|
1331
1331
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1332
1332
|
# HTTP header 'Content-Type'
|
|
1333
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1333
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1334
1334
|
|
|
1335
1335
|
# form parameters
|
|
1336
1336
|
form_params = {}
|
|
@@ -1432,7 +1432,7 @@ module BudgeaClient
|
|
|
1432
1432
|
# HTTP header 'Accept' (if needed)
|
|
1433
1433
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1434
1434
|
# HTTP header 'Content-Type'
|
|
1435
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1435
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1436
1436
|
|
|
1437
1437
|
# form parameters
|
|
1438
1438
|
form_params = {}
|
|
@@ -1513,7 +1513,7 @@ module BudgeaClient
|
|
|
1513
1513
|
# HTTP header 'Accept' (if needed)
|
|
1514
1514
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1515
1515
|
# HTTP header 'Content-Type'
|
|
1516
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1516
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1517
1517
|
|
|
1518
1518
|
# form parameters
|
|
1519
1519
|
form_params = {}
|
|
@@ -1827,7 +1827,7 @@ module BudgeaClient
|
|
|
1827
1827
|
# HTTP header 'Accept' (if needed)
|
|
1828
1828
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1829
1829
|
# HTTP header 'Content-Type'
|
|
1830
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1830
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1831
1831
|
|
|
1832
1832
|
# form parameters
|
|
1833
1833
|
form_params = {}
|
|
@@ -1903,7 +1903,7 @@ module BudgeaClient
|
|
|
1903
1903
|
# HTTP header 'Accept' (if needed)
|
|
1904
1904
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1905
1905
|
# HTTP header 'Content-Type'
|
|
1906
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
1906
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
1907
1907
|
|
|
1908
1908
|
# form parameters
|
|
1909
1909
|
form_params = {}
|
|
@@ -2005,7 +2005,7 @@ module BudgeaClient
|
|
|
2005
2005
|
# HTTP header 'Accept' (if needed)
|
|
2006
2006
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2007
2007
|
# HTTP header 'Content-Type'
|
|
2008
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2008
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2009
2009
|
|
|
2010
2010
|
# form parameters
|
|
2011
2011
|
form_params = {}
|
|
@@ -2086,7 +2086,7 @@ module BudgeaClient
|
|
|
2086
2086
|
# HTTP header 'Accept' (if needed)
|
|
2087
2087
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2088
2088
|
# HTTP header 'Content-Type'
|
|
2089
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2089
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2090
2090
|
|
|
2091
2091
|
# form parameters
|
|
2092
2092
|
form_params = {}
|
|
@@ -2464,7 +2464,7 @@ module BudgeaClient
|
|
|
2464
2464
|
# HTTP header 'Accept' (if needed)
|
|
2465
2465
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2466
2466
|
# HTTP header 'Content-Type'
|
|
2467
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2467
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2468
2468
|
|
|
2469
2469
|
# form parameters
|
|
2470
2470
|
form_params = {}
|
|
@@ -2554,7 +2554,7 @@ module BudgeaClient
|
|
|
2554
2554
|
# HTTP header 'Accept' (if needed)
|
|
2555
2555
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2556
2556
|
# HTTP header 'Content-Type'
|
|
2557
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2557
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2558
2558
|
|
|
2559
2559
|
# form parameters
|
|
2560
2560
|
form_params = {}
|
|
@@ -2623,7 +2623,7 @@ module BudgeaClient
|
|
|
2623
2623
|
# HTTP header 'Accept' (if needed)
|
|
2624
2624
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2625
2625
|
# HTTP header 'Content-Type'
|
|
2626
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2626
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2627
2627
|
|
|
2628
2628
|
# form parameters
|
|
2629
2629
|
form_params = {}
|
|
@@ -2901,7 +2901,7 @@ module BudgeaClient
|
|
|
2901
2901
|
# HTTP header 'Accept' (if needed)
|
|
2902
2902
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2903
2903
|
# HTTP header 'Content-Type'
|
|
2904
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2904
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2905
2905
|
|
|
2906
2906
|
# form parameters
|
|
2907
2907
|
form_params = {}
|
|
@@ -2971,7 +2971,7 @@ module BudgeaClient
|
|
|
2971
2971
|
# HTTP header 'Accept' (if needed)
|
|
2972
2972
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2973
2973
|
# HTTP header 'Content-Type'
|
|
2974
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
2974
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
2975
2975
|
|
|
2976
2976
|
# form parameters
|
|
2977
2977
|
form_params = {}
|
|
@@ -3067,7 +3067,7 @@ module BudgeaClient
|
|
|
3067
3067
|
# HTTP header 'Accept' (if needed)
|
|
3068
3068
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3069
3069
|
# HTTP header 'Content-Type'
|
|
3070
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3070
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3071
3071
|
|
|
3072
3072
|
# form parameters
|
|
3073
3073
|
form_params = {}
|
|
@@ -3142,7 +3142,7 @@ module BudgeaClient
|
|
|
3142
3142
|
# HTTP header 'Accept' (if needed)
|
|
3143
3143
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3144
3144
|
# HTTP header 'Content-Type'
|
|
3145
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3145
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3146
3146
|
|
|
3147
3147
|
# form parameters
|
|
3148
3148
|
form_params = {}
|
|
@@ -3438,7 +3438,7 @@ module BudgeaClient
|
|
|
3438
3438
|
# HTTP header 'Accept' (if needed)
|
|
3439
3439
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3440
3440
|
# HTTP header 'Content-Type'
|
|
3441
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3441
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3442
3442
|
|
|
3443
3443
|
# form parameters
|
|
3444
3444
|
form_params = {}
|
|
@@ -3508,7 +3508,7 @@ module BudgeaClient
|
|
|
3508
3508
|
# HTTP header 'Accept' (if needed)
|
|
3509
3509
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3510
3510
|
# HTTP header 'Content-Type'
|
|
3511
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3511
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3512
3512
|
|
|
3513
3513
|
# form parameters
|
|
3514
3514
|
form_params = {}
|
|
@@ -3604,7 +3604,7 @@ module BudgeaClient
|
|
|
3604
3604
|
# HTTP header 'Accept' (if needed)
|
|
3605
3605
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3606
3606
|
# HTTP header 'Content-Type'
|
|
3607
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3607
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3608
3608
|
|
|
3609
3609
|
# form parameters
|
|
3610
3610
|
form_params = {}
|
|
@@ -3679,7 +3679,7 @@ module BudgeaClient
|
|
|
3679
3679
|
# HTTP header 'Accept' (if needed)
|
|
3680
3680
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3681
3681
|
# HTTP header 'Content-Type'
|
|
3682
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3682
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3683
3683
|
|
|
3684
3684
|
# form parameters
|
|
3685
3685
|
form_params = {}
|
|
@@ -3975,7 +3975,7 @@ module BudgeaClient
|
|
|
3975
3975
|
# HTTP header 'Accept' (if needed)
|
|
3976
3976
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
3977
3977
|
# HTTP header 'Content-Type'
|
|
3978
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
3978
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
3979
3979
|
|
|
3980
3980
|
# form parameters
|
|
3981
3981
|
form_params = {}
|
|
@@ -4045,7 +4045,7 @@ module BudgeaClient
|
|
|
4045
4045
|
# HTTP header 'Accept' (if needed)
|
|
4046
4046
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4047
4047
|
# HTTP header 'Content-Type'
|
|
4048
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4048
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4049
4049
|
|
|
4050
4050
|
# form parameters
|
|
4051
4051
|
form_params = {}
|
|
@@ -4141,7 +4141,7 @@ module BudgeaClient
|
|
|
4141
4141
|
# HTTP header 'Accept' (if needed)
|
|
4142
4142
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4143
4143
|
# HTTP header 'Content-Type'
|
|
4144
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4144
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4145
4145
|
|
|
4146
4146
|
# form parameters
|
|
4147
4147
|
form_params = {}
|
|
@@ -4216,7 +4216,7 @@ module BudgeaClient
|
|
|
4216
4216
|
# HTTP header 'Accept' (if needed)
|
|
4217
4217
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4218
4218
|
# HTTP header 'Content-Type'
|
|
4219
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4219
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4220
4220
|
|
|
4221
4221
|
# form parameters
|
|
4222
4222
|
form_params = {}
|
|
@@ -4512,7 +4512,7 @@ module BudgeaClient
|
|
|
4512
4512
|
# HTTP header 'Accept' (if needed)
|
|
4513
4513
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4514
4514
|
# HTTP header 'Content-Type'
|
|
4515
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4515
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4516
4516
|
|
|
4517
4517
|
# form parameters
|
|
4518
4518
|
form_params = {}
|
|
@@ -4570,7 +4570,7 @@ module BudgeaClient
|
|
|
4570
4570
|
# HTTP header 'Accept' (if needed)
|
|
4571
4571
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4572
4572
|
# HTTP header 'Content-Type'
|
|
4573
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4573
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4574
4574
|
|
|
4575
4575
|
# form parameters
|
|
4576
4576
|
form_params = {}
|
|
@@ -4654,7 +4654,7 @@ module BudgeaClient
|
|
|
4654
4654
|
# HTTP header 'Accept' (if needed)
|
|
4655
4655
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4656
4656
|
# HTTP header 'Content-Type'
|
|
4657
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4657
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4658
4658
|
|
|
4659
4659
|
# form parameters
|
|
4660
4660
|
form_params = {}
|
|
@@ -4717,7 +4717,7 @@ module BudgeaClient
|
|
|
4717
4717
|
# HTTP header 'Accept' (if needed)
|
|
4718
4718
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4719
4719
|
# HTTP header 'Content-Type'
|
|
4720
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4720
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4721
4721
|
|
|
4722
4722
|
# form parameters
|
|
4723
4723
|
form_params = {}
|
|
@@ -4977,7 +4977,7 @@ module BudgeaClient
|
|
|
4977
4977
|
# HTTP header 'Accept' (if needed)
|
|
4978
4978
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4979
4979
|
# HTTP header 'Content-Type'
|
|
4980
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
4980
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
4981
4981
|
|
|
4982
4982
|
# form parameters
|
|
4983
4983
|
form_params = {}
|
|
@@ -5107,7 +5107,7 @@ module BudgeaClient
|
|
|
5107
5107
|
# HTTP header 'Accept' (if needed)
|
|
5108
5108
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5109
5109
|
# HTTP header 'Content-Type'
|
|
5110
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5110
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5111
5111
|
|
|
5112
5112
|
# form parameters
|
|
5113
5113
|
form_params = {}
|
|
@@ -5197,7 +5197,7 @@ module BudgeaClient
|
|
|
5197
5197
|
# HTTP header 'Accept' (if needed)
|
|
5198
5198
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5199
5199
|
# HTTP header 'Content-Type'
|
|
5200
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5200
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5201
5201
|
|
|
5202
5202
|
# form parameters
|
|
5203
5203
|
form_params = {}
|
|
@@ -5266,7 +5266,7 @@ module BudgeaClient
|
|
|
5266
5266
|
# HTTP header 'Accept' (if needed)
|
|
5267
5267
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5268
5268
|
# HTTP header 'Content-Type'
|
|
5269
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5269
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5270
5270
|
|
|
5271
5271
|
# form parameters
|
|
5272
5272
|
form_params = {}
|
|
@@ -5608,7 +5608,7 @@ module BudgeaClient
|
|
|
5608
5608
|
# HTTP header 'Accept' (if needed)
|
|
5609
5609
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5610
5610
|
# HTTP header 'Content-Type'
|
|
5611
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5611
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5612
5612
|
|
|
5613
5613
|
# form parameters
|
|
5614
5614
|
form_params = {}
|
|
@@ -5698,7 +5698,7 @@ module BudgeaClient
|
|
|
5698
5698
|
# HTTP header 'Accept' (if needed)
|
|
5699
5699
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5700
5700
|
# HTTP header 'Content-Type'
|
|
5701
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5701
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5702
5702
|
|
|
5703
5703
|
# form parameters
|
|
5704
5704
|
form_params = {}
|
|
@@ -5767,7 +5767,7 @@ module BudgeaClient
|
|
|
5767
5767
|
# HTTP header 'Accept' (if needed)
|
|
5768
5768
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
5769
5769
|
# HTTP header 'Content-Type'
|
|
5770
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
5770
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
5771
5771
|
|
|
5772
5772
|
# form parameters
|
|
5773
5773
|
form_params = {}
|
|
@@ -6109,7 +6109,7 @@ module BudgeaClient
|
|
|
6109
6109
|
# HTTP header 'Accept' (if needed)
|
|
6110
6110
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6111
6111
|
# HTTP header 'Content-Type'
|
|
6112
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
6112
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
6113
6113
|
|
|
6114
6114
|
# form parameters
|
|
6115
6115
|
form_params = {}
|
|
@@ -6199,7 +6199,7 @@ module BudgeaClient
|
|
|
6199
6199
|
# HTTP header 'Accept' (if needed)
|
|
6200
6200
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6201
6201
|
# HTTP header 'Content-Type'
|
|
6202
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
6202
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
6203
6203
|
|
|
6204
6204
|
# form parameters
|
|
6205
6205
|
form_params = {}
|
|
@@ -6268,7 +6268,7 @@ module BudgeaClient
|
|
|
6268
6268
|
# HTTP header 'Accept' (if needed)
|
|
6269
6269
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6270
6270
|
# HTTP header 'Content-Type'
|
|
6271
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/
|
|
6271
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
|
|
6272
6272
|
|
|
6273
6273
|
# form parameters
|
|
6274
6274
|
form_params = {}
|