budgea_client 5.0.0 → 5.1.2

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 (159) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +1 -1
  4. data/README.md +19 -6
  5. data/budgea_openapi.json +1690 -1377
  6. data/config.json +1 -1
  7. data/docs/Account.md +1 -0
  8. data/docs/AdministrationApi.md +48 -48
  9. data/docs/AuthenticationApi.md +9 -9
  10. data/docs/BanksApi.md +392 -145
  11. data/docs/Connection.md +3 -0
  12. data/docs/ConnectionsApi.md +277 -30
  13. data/docs/DocumentsApi.md +48 -48
  14. data/docs/InlineResponse20016.md +1 -1
  15. data/docs/InlineResponse20017.md +1 -1
  16. data/docs/InlineResponse20018.md +1 -1
  17. data/docs/InlineResponse20019.md +1 -1
  18. data/docs/InlineResponse20020.md +1 -1
  19. data/docs/InlineResponse20021.md +1 -1
  20. data/docs/InlineResponse20022.md +1 -1
  21. data/docs/InlineResponse20023.md +1 -1
  22. data/docs/InlineResponse20024.md +1 -1
  23. data/docs/InlineResponse20025.md +1 -1
  24. data/docs/InlineResponse20026.md +1 -1
  25. data/docs/InlineResponse20027.md +1 -1
  26. data/docs/InlineResponse20028.md +1 -1
  27. data/docs/InlineResponse20029.md +1 -1
  28. data/docs/InlineResponse20030.md +1 -1
  29. data/docs/OIDCApi.md +3 -3
  30. data/docs/PFMApi.md +42 -42
  31. data/docs/ProvidersApi.md +343 -96
  32. data/docs/RecipientsApi.md +4 -4
  33. data/docs/TermsApi.md +74 -9
  34. data/docs/TransferApi.md +1 -1
  35. data/docs/TransfersApi.md +63 -63
  36. data/docs/UsersManagementApi.md +13 -13
  37. data/docs/WealthApi.md +75 -59
  38. data/lib/budgea_client/api/administration_api.rb +49 -49
  39. data/lib/budgea_client/api/authentication_api.rb +9 -9
  40. data/lib/budgea_client/api/banks_api.rb +403 -154
  41. data/lib/budgea_client/api/connections_api.rb +282 -33
  42. data/lib/budgea_client/api/documents_api.rb +49 -49
  43. data/lib/budgea_client/api/oidc_api.rb +3 -3
  44. data/lib/budgea_client/api/pfm_api.rb +44 -44
  45. data/lib/budgea_client/api/providers_api.rb +349 -100
  46. data/lib/budgea_client/api/recipients_api.rb +4 -4
  47. data/lib/budgea_client/api/terms_api.rb +77 -11
  48. data/lib/budgea_client/api/transfer_api.rb +1 -1
  49. data/lib/budgea_client/api/transfers_api.rb +75 -75
  50. data/lib/budgea_client/api/users_management_api.rb +14 -14
  51. data/lib/budgea_client/api/wealth_api.rb +99 -75
  52. data/lib/budgea_client/api_client.rb +2 -0
  53. data/lib/budgea_client/models/access.rb +2 -1
  54. data/lib/budgea_client/models/account.rb +14 -2
  55. data/lib/budgea_client/models/account_log.rb +2 -1
  56. data/lib/budgea_client/models/account_type.rb +2 -1
  57. data/lib/budgea_client/models/alert.rb +2 -1
  58. data/lib/budgea_client/models/auth_provider.rb +2 -1
  59. data/lib/budgea_client/models/category.rb +2 -1
  60. data/lib/budgea_client/models/certificate.rb +2 -1
  61. data/lib/budgea_client/models/client.rb +2 -1
  62. data/lib/budgea_client/models/config_log.rb +2 -1
  63. data/lib/budgea_client/models/connection.rb +70 -5
  64. data/lib/budgea_client/models/connection_log.rb +2 -1
  65. data/lib/budgea_client/models/connection_source.rb +2 -1
  66. data/lib/budgea_client/models/connector.rb +2 -1
  67. data/lib/budgea_client/models/connector_category.rb +2 -1
  68. data/lib/budgea_client/models/connector_logo.rb +2 -1
  69. data/lib/budgea_client/models/connector_source.rb +2 -1
  70. data/lib/budgea_client/models/currency.rb +2 -1
  71. data/lib/budgea_client/models/device.rb +2 -1
  72. data/lib/budgea_client/models/document.rb +2 -1
  73. data/lib/budgea_client/models/document_type.rb +2 -1
  74. data/lib/budgea_client/models/field.rb +2 -1
  75. data/lib/budgea_client/models/field_value.rb +2 -1
  76. data/lib/budgea_client/models/file.rb +2 -1
  77. data/lib/budgea_client/models/group.rb +2 -1
  78. data/lib/budgea_client/models/hash_table.rb +2 -1
  79. data/lib/budgea_client/models/inline_response_200.rb +2 -1
  80. data/lib/budgea_client/models/inline_response_200_1.rb +2 -1
  81. data/lib/budgea_client/models/inline_response_200_10.rb +2 -1
  82. data/lib/budgea_client/models/inline_response_200_11.rb +2 -1
  83. data/lib/budgea_client/models/inline_response_200_12.rb +2 -1
  84. data/lib/budgea_client/models/inline_response_200_13.rb +2 -1
  85. data/lib/budgea_client/models/inline_response_200_14.rb +2 -1
  86. data/lib/budgea_client/models/inline_response_200_15.rb +2 -1
  87. data/lib/budgea_client/models/inline_response_200_16.rb +13 -12
  88. data/lib/budgea_client/models/inline_response_200_17.rb +20 -19
  89. data/lib/budgea_client/models/inline_response_200_18.rb +20 -19
  90. data/lib/budgea_client/models/inline_response_200_19.rb +20 -19
  91. data/lib/budgea_client/models/inline_response_200_2.rb +2 -1
  92. data/lib/budgea_client/models/inline_response_200_20.rb +20 -19
  93. data/lib/budgea_client/models/inline_response_200_21.rb +20 -19
  94. data/lib/budgea_client/models/inline_response_200_22.rb +13 -12
  95. data/lib/budgea_client/models/inline_response_200_23.rb +13 -12
  96. data/lib/budgea_client/models/inline_response_200_24.rb +20 -19
  97. data/lib/budgea_client/models/inline_response_200_25.rb +20 -19
  98. data/lib/budgea_client/models/inline_response_200_26.rb +13 -12
  99. data/lib/budgea_client/models/inline_response_200_27.rb +13 -12
  100. data/lib/budgea_client/models/inline_response_200_28.rb +13 -12
  101. data/lib/budgea_client/models/inline_response_200_29.rb +20 -19
  102. data/lib/budgea_client/models/inline_response_200_3.rb +2 -1
  103. data/lib/budgea_client/models/inline_response_200_30.rb +13 -12
  104. data/lib/budgea_client/models/inline_response_200_31.rb +2 -1
  105. data/lib/budgea_client/models/inline_response_200_32.rb +2 -1
  106. data/lib/budgea_client/models/inline_response_200_33.rb +2 -1
  107. data/lib/budgea_client/models/inline_response_200_34.rb +2 -1
  108. data/lib/budgea_client/models/inline_response_200_35.rb +2 -1
  109. data/lib/budgea_client/models/inline_response_200_36.rb +2 -1
  110. data/lib/budgea_client/models/inline_response_200_37.rb +2 -1
  111. data/lib/budgea_client/models/inline_response_200_38.rb +2 -1
  112. data/lib/budgea_client/models/inline_response_200_39.rb +2 -1
  113. data/lib/budgea_client/models/inline_response_200_4.rb +2 -1
  114. data/lib/budgea_client/models/inline_response_200_40.rb +2 -1
  115. data/lib/budgea_client/models/inline_response_200_41.rb +2 -1
  116. data/lib/budgea_client/models/inline_response_200_42.rb +2 -1
  117. data/lib/budgea_client/models/inline_response_200_5.rb +2 -1
  118. data/lib/budgea_client/models/inline_response_200_6.rb +2 -1
  119. data/lib/budgea_client/models/inline_response_200_7.rb +2 -1
  120. data/lib/budgea_client/models/inline_response_200_8.rb +2 -1
  121. data/lib/budgea_client/models/inline_response_200_9.rb +2 -1
  122. data/lib/budgea_client/models/investment.rb +2 -1
  123. data/lib/budgea_client/models/investment_value.rb +2 -1
  124. data/lib/budgea_client/models/keyword.rb +2 -1
  125. data/lib/budgea_client/models/locked_user.rb +2 -1
  126. data/lib/budgea_client/models/oidc_whitelist.rb +2 -1
  127. data/lib/budgea_client/models/order.rb +2 -1
  128. data/lib/budgea_client/models/pocket.rb +2 -1
  129. data/lib/budgea_client/models/profile.rb +2 -1
  130. data/lib/budgea_client/models/project.rb +2 -1
  131. data/lib/budgea_client/models/project_type.rb +2 -1
  132. data/lib/budgea_client/models/recipient.rb +2 -1
  133. data/lib/budgea_client/models/recipient_log.rb +2 -1
  134. data/lib/budgea_client/models/security.rb +2 -1
  135. data/lib/budgea_client/models/subscription.rb +2 -1
  136. data/lib/budgea_client/models/subscription_log.rb +2 -1
  137. data/lib/budgea_client/models/terms_of_service.rb +2 -1
  138. data/lib/budgea_client/models/transaction.rb +2 -1
  139. data/lib/budgea_client/models/transaction_information.rb +2 -1
  140. data/lib/budgea_client/models/transactions_cluster.rb +2 -1
  141. data/lib/budgea_client/models/transfer.rb +2 -1
  142. data/lib/budgea_client/models/transfer_log.rb +2 -1
  143. data/lib/budgea_client/models/user.rb +2 -1
  144. data/lib/budgea_client/models/user_alert.rb +2 -1
  145. data/lib/budgea_client/models/webhook.rb +2 -1
  146. data/lib/budgea_client/models/webhook_data.rb +2 -1
  147. data/lib/budgea_client/models/webhook_log.rb +2 -1
  148. data/lib/budgea_client/version.rb +1 -1
  149. data/original_budgea_openapi.json +1559 -1474
  150. data/pkg/budgea_client-5.1.2.gem +0 -0
  151. data/spec/.!78900!.DS_Store +0 -0
  152. data/spec/.!79301!.DS_Store +0 -0
  153. data/spec/.!79684!.DS_Store +0 -0
  154. data/spec/.!83764!.DS_Store +0 -0
  155. data/spec/.DS_Store +0 -0
  156. metadata +9 -7
  157. data/pkg/budgea_client-2.0.0.gem +0 -0
  158. data/pkg/budgea_client-3.0.1.gem +0 -0
  159. data/pkg/budgea_client-4.0.0.gem +0 -0
@@ -11,6 +11,10 @@ Method | HTTP request | Description
11
11
  [**banks_id_connector_sources_get**](ProvidersApi.md#banks_id_connector_sources_get) | **GET** /banks/{id_connector}/sources | Get list of connector sources
12
12
  [**connections_get**](ProvidersApi.md#connections_get) | **GET** /connections | Get connections without a user
13
13
  [**connections_id_connection_logs_get**](ProvidersApi.md#connections_id_connection_logs_get) | **GET** /connections/{id_connection}/logs | Get connection logs
14
+ [**connections_id_connection_sources_get**](ProvidersApi.md#connections_id_connection_sources_get) | **GET** /connections/{id_connection}/sources | Get connection sources
15
+ [**connections_id_connection_sources_id_source_delete**](ProvidersApi.md#connections_id_connection_sources_id_source_delete) | **DELETE** /connections/{id_connection}/sources/{id_source} | Disable a connection source
16
+ [**connections_id_connection_sources_id_source_post**](ProvidersApi.md#connections_id_connection_sources_id_source_post) | **POST** /connections/{id_connection}/sources/{id_source} | Enable connection source
17
+ [**connections_id_connection_sources_id_source_put**](ProvidersApi.md#connections_id_connection_sources_id_source_put) | **PUT** /connections/{id_connection}/sources/{id_source} | Enable connection source
14
18
  [**connectors_get**](ProvidersApi.md#connectors_get) | **GET** /connectors | Get list of connectors
15
19
  [**connectors_id_connector_logos_get**](ProvidersApi.md#connectors_id_connector_logos_get) | **GET** /connectors/{id_connector}/logos | Get all links to the files associated with this connector.
16
20
  [**connectors_id_connector_logos_id_logo_delete**](ProvidersApi.md#connectors_id_connector_logos_id_logo_delete) | **DELETE** /connectors/{id_connector}/logos/{id_logo} | Delete a single Logo object.
@@ -178,7 +182,7 @@ Name | Type | Description | Notes
178
182
 
179
183
  ### HTTP request headers
180
184
 
181
- - **Content-Type**: application/json, multipart/form-data
185
+ - **Content-Type**: application/x-www-form-urlencoded
182
186
  - **Accept**: application/json
183
187
 
184
188
 
@@ -236,7 +240,7 @@ Name | Type | Description | Notes
236
240
 
237
241
  ### HTTP request headers
238
242
 
239
- - **Content-Type**: application/json, multipart/form-data
243
+ - **Content-Type**: application/x-www-form-urlencoded
240
244
  - **Accept**: application/json
241
245
 
242
246
 
@@ -294,7 +298,7 @@ Name | Type | Description | Notes
294
298
 
295
299
  ### HTTP request headers
296
300
 
297
- - **Content-Type**: application/json, multipart/form-data
301
+ - **Content-Type**: application/x-www-form-urlencoded
298
302
  - **Accept**: application/json
299
303
 
300
304
 
@@ -352,7 +356,7 @@ Name | Type | Description | Notes
352
356
 
353
357
  ### HTTP request headers
354
358
 
355
- - **Content-Type**: application/json, multipart/form-data
359
+ - **Content-Type**: application/x-www-form-urlencoded
356
360
  - **Accept**: application/json
357
361
 
358
362
 
@@ -410,7 +414,7 @@ Name | Type | Description | Notes
410
414
 
411
415
  ### HTTP request headers
412
416
 
413
- - **Content-Type**: application/json, multipart/form-data
417
+ - **Content-Type**: application/x-www-form-urlencoded
414
418
  - **Accept**: application/json
415
419
 
416
420
 
@@ -465,7 +469,7 @@ Name | Type | Description | Notes
465
469
 
466
470
  ### HTTP request headers
467
471
 
468
- - **Content-Type**: application/json, multipart/form-data
472
+ - **Content-Type**: application/x-www-form-urlencoded
469
473
  - **Accept**: application/json
470
474
 
471
475
 
@@ -545,13 +549,254 @@ Name | Type | Description | Notes
545
549
 
546
550
  ### HTTP request headers
547
551
 
548
- - **Content-Type**: application/json, multipart/form-data
552
+ - **Content-Type**: application/x-www-form-urlencoded
553
+ - **Accept**: application/json
554
+
555
+
556
+
557
+ # **connections_id_connection_sources_get**
558
+ > InlineResponse20016 connections_id_connection_sources_get(id_connection, opts)
559
+
560
+ Get connection sources
561
+
562
+
563
+
564
+ ### Example
565
+ ```ruby
566
+ # load the gem
567
+ require 'budgea_client'
568
+ # setup authorization
569
+ BudgeaClient.configure do |config|
570
+ # Configure API key authorization: api_key
571
+ config.api_key['Authorization'] = 'YOUR API KEY'
572
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
573
+ #config.api_key_prefix['Authorization'] = 'Bearer'
574
+ end
575
+
576
+ api_instance = BudgeaClient::ProvidersApi.new
577
+
578
+ id_connection = 56 # Integer |
579
+
580
+ opts = {
581
+ expand: 'expand_example' # String |
582
+ }
583
+
584
+ begin
585
+ #Get connection sources
586
+ result = api_instance.connections_id_connection_sources_get(id_connection, opts)
587
+ p result
588
+ rescue BudgeaClient::ApiError => e
589
+ puts "Exception when calling ProvidersApi->connections_id_connection_sources_get: #{e}"
590
+ end
591
+ ```
592
+
593
+ ### Parameters
594
+
595
+ Name | Type | Description | Notes
596
+ ------------- | ------------- | ------------- | -------------
597
+ **id_connection** | **Integer**| |
598
+ **expand** | **String**| | [optional]
599
+
600
+ ### Return type
601
+
602
+ [**InlineResponse20016**](InlineResponse20016.md)
603
+
604
+ ### Authorization
605
+
606
+ [api_key](../README.md#api_key)
607
+
608
+ ### HTTP request headers
609
+
610
+ - **Content-Type**: application/x-www-form-urlencoded
611
+ - **Accept**: application/json
612
+
613
+
614
+
615
+ # **connections_id_connection_sources_id_source_delete**
616
+ > ConnectionSource connections_id_connection_sources_id_source_delete(id_connection, id_source, opts)
617
+
618
+ Disable a connection source
619
+
620
+ This will make it so the specified source will not be synchronized anymore.<br><br>
621
+
622
+ ### Example
623
+ ```ruby
624
+ # load the gem
625
+ require 'budgea_client'
626
+ # setup authorization
627
+ BudgeaClient.configure do |config|
628
+ # Configure API key authorization: api_key
629
+ config.api_key['Authorization'] = 'YOUR API KEY'
630
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
631
+ #config.api_key_prefix['Authorization'] = 'Bearer'
632
+ end
633
+
634
+ api_instance = BudgeaClient::ProvidersApi.new
635
+
636
+ id_connection = 56 # Integer |
637
+
638
+ id_source = 56 # Integer |
639
+
640
+ opts = {
641
+ expand: 'expand_example' # String |
642
+ }
643
+
644
+ begin
645
+ #Disable a connection source
646
+ result = api_instance.connections_id_connection_sources_id_source_delete(id_connection, id_source, opts)
647
+ p result
648
+ rescue BudgeaClient::ApiError => e
649
+ puts "Exception when calling ProvidersApi->connections_id_connection_sources_id_source_delete: #{e}"
650
+ end
651
+ ```
652
+
653
+ ### Parameters
654
+
655
+ Name | Type | Description | Notes
656
+ ------------- | ------------- | ------------- | -------------
657
+ **id_connection** | **Integer**| |
658
+ **id_source** | **Integer**| |
659
+ **expand** | **String**| | [optional]
660
+
661
+ ### Return type
662
+
663
+ [**ConnectionSource**](ConnectionSource.md)
664
+
665
+ ### Authorization
666
+
667
+ [api_key](../README.md#api_key)
668
+
669
+ ### HTTP request headers
670
+
671
+ - **Content-Type**: application/x-www-form-urlencoded
672
+ - **Accept**: application/json
673
+
674
+
675
+
676
+ # **connections_id_connection_sources_id_source_post**
677
+ > ConnectionSource connections_id_connection_sources_id_source_post(id_connection, id_source, opts)
678
+
679
+ Enable connection source
680
+
681
+ This will make it so the specified source will be able to be synchronized.<br><br>
682
+
683
+ ### Example
684
+ ```ruby
685
+ # load the gem
686
+ require 'budgea_client'
687
+ # setup authorization
688
+ BudgeaClient.configure do |config|
689
+ # Configure API key authorization: api_key
690
+ config.api_key['Authorization'] = 'YOUR API KEY'
691
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
692
+ #config.api_key_prefix['Authorization'] = 'Bearer'
693
+ end
694
+
695
+ api_instance = BudgeaClient::ProvidersApi.new
696
+
697
+ id_connection = 56 # Integer |
698
+
699
+ id_source = 56 # Integer |
700
+
701
+ opts = {
702
+ expand: 'expand_example' # String |
703
+ }
704
+
705
+ begin
706
+ #Enable connection source
707
+ result = api_instance.connections_id_connection_sources_id_source_post(id_connection, id_source, opts)
708
+ p result
709
+ rescue BudgeaClient::ApiError => e
710
+ puts "Exception when calling ProvidersApi->connections_id_connection_sources_id_source_post: #{e}"
711
+ end
712
+ ```
713
+
714
+ ### Parameters
715
+
716
+ Name | Type | Description | Notes
717
+ ------------- | ------------- | ------------- | -------------
718
+ **id_connection** | **Integer**| |
719
+ **id_source** | **Integer**| |
720
+ **expand** | **String**| | [optional]
721
+
722
+ ### Return type
723
+
724
+ [**ConnectionSource**](ConnectionSource.md)
725
+
726
+ ### Authorization
727
+
728
+ [api_key](../README.md#api_key)
729
+
730
+ ### HTTP request headers
731
+
732
+ - **Content-Type**: application/x-www-form-urlencoded
733
+ - **Accept**: application/json
734
+
735
+
736
+
737
+ # **connections_id_connection_sources_id_source_put**
738
+ > ConnectionSource connections_id_connection_sources_id_source_put(id_connection, id_source, opts)
739
+
740
+ Enable connection source
741
+
742
+ This will make it so the specified source will be able to be synchronized.<br><br>
743
+
744
+ ### Example
745
+ ```ruby
746
+ # load the gem
747
+ require 'budgea_client'
748
+ # setup authorization
749
+ BudgeaClient.configure do |config|
750
+ # Configure API key authorization: api_key
751
+ config.api_key['Authorization'] = 'YOUR API KEY'
752
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
753
+ #config.api_key_prefix['Authorization'] = 'Bearer'
754
+ end
755
+
756
+ api_instance = BudgeaClient::ProvidersApi.new
757
+
758
+ id_connection = 56 # Integer |
759
+
760
+ id_source = 56 # Integer |
761
+
762
+ opts = {
763
+ expand: 'expand_example' # String |
764
+ }
765
+
766
+ begin
767
+ #Enable connection source
768
+ result = api_instance.connections_id_connection_sources_id_source_put(id_connection, id_source, opts)
769
+ p result
770
+ rescue BudgeaClient::ApiError => e
771
+ puts "Exception when calling ProvidersApi->connections_id_connection_sources_id_source_put: #{e}"
772
+ end
773
+ ```
774
+
775
+ ### Parameters
776
+
777
+ Name | Type | Description | Notes
778
+ ------------- | ------------- | ------------- | -------------
779
+ **id_connection** | **Integer**| |
780
+ **id_source** | **Integer**| |
781
+ **expand** | **String**| | [optional]
782
+
783
+ ### Return type
784
+
785
+ [**ConnectionSource**](ConnectionSource.md)
786
+
787
+ ### Authorization
788
+
789
+ [api_key](../README.md#api_key)
790
+
791
+ ### HTTP request headers
792
+
793
+ - **Content-Type**: application/x-www-form-urlencoded
549
794
  - **Accept**: application/json
550
795
 
551
796
 
552
797
 
553
798
  # **connectors_get**
554
- > InlineResponse20016 connectors_get(opts)
799
+ > InlineResponse20017 connectors_get(opts)
555
800
 
556
801
  Get list of connectors
557
802
 
@@ -592,7 +837,7 @@ Name | Type | Description | Notes
592
837
 
593
838
  ### Return type
594
839
 
595
- [**InlineResponse20016**](InlineResponse20016.md)
840
+ [**InlineResponse20017**](InlineResponse20017.md)
596
841
 
597
842
  ### Authorization
598
843
 
@@ -600,7 +845,7 @@ Name | Type | Description | Notes
600
845
 
601
846
  ### HTTP request headers
602
847
 
603
- - **Content-Type**: application/json, multipart/form-data
848
+ - **Content-Type**: application/x-www-form-urlencoded
604
849
  - **Accept**: application/json
605
850
 
606
851
 
@@ -658,7 +903,7 @@ Name | Type | Description | Notes
658
903
 
659
904
  ### HTTP request headers
660
905
 
661
- - **Content-Type**: application/json, multipart/form-data
906
+ - **Content-Type**: application/x-www-form-urlencoded
662
907
  - **Accept**: application/json
663
908
 
664
909
 
@@ -719,7 +964,7 @@ Name | Type | Description | Notes
719
964
 
720
965
  ### HTTP request headers
721
966
 
722
- - **Content-Type**: application/json, multipart/form-data
967
+ - **Content-Type**: application/x-www-form-urlencoded
723
968
  - **Accept**: application/json
724
969
 
725
970
 
@@ -780,7 +1025,7 @@ Name | Type | Description | Notes
780
1025
 
781
1026
  ### HTTP request headers
782
1027
 
783
- - **Content-Type**: application/json, multipart/form-data
1028
+ - **Content-Type**: application/x-www-form-urlencoded
784
1029
  - **Accept**: application/json
785
1030
 
786
1031
 
@@ -838,7 +1083,7 @@ Name | Type | Description | Notes
838
1083
 
839
1084
  ### HTTP request headers
840
1085
 
841
- - **Content-Type**: application/json, multipart/form-data
1086
+ - **Content-Type**: application/x-www-form-urlencoded
842
1087
  - **Accept**: application/json
843
1088
 
844
1089
 
@@ -896,7 +1141,7 @@ Name | Type | Description | Notes
896
1141
 
897
1142
  ### HTTP request headers
898
1143
 
899
- - **Content-Type**: application/json, multipart/form-data
1144
+ - **Content-Type**: application/x-www-form-urlencoded
900
1145
  - **Accept**: application/json
901
1146
 
902
1147
 
@@ -954,7 +1199,7 @@ Name | Type | Description | Notes
954
1199
 
955
1200
  ### HTTP request headers
956
1201
 
957
- - **Content-Type**: application/json, multipart/form-data
1202
+ - **Content-Type**: application/x-www-form-urlencoded
958
1203
  - **Accept**: application/json
959
1204
 
960
1205
 
@@ -1012,7 +1257,7 @@ Name | Type | Description | Notes
1012
1257
 
1013
1258
  ### HTTP request headers
1014
1259
 
1015
- - **Content-Type**: application/json, multipart/form-data
1260
+ - **Content-Type**: application/x-www-form-urlencoded
1016
1261
  - **Accept**: application/json
1017
1262
 
1018
1263
 
@@ -1070,7 +1315,7 @@ Name | Type | Description | Notes
1070
1315
 
1071
1316
  ### HTTP request headers
1072
1317
 
1073
- - **Content-Type**: application/json, multipart/form-data
1318
+ - **Content-Type**: application/x-www-form-urlencoded
1074
1319
  - **Accept**: application/json
1075
1320
 
1076
1321
 
@@ -1135,7 +1380,7 @@ Name | Type | Description | Notes
1135
1380
 
1136
1381
  ### HTTP request headers
1137
1382
 
1138
- - **Content-Type**: application/json, multipart/form-data
1383
+ - **Content-Type**: application/x-www-form-urlencoded
1139
1384
  - **Accept**: application/json
1140
1385
 
1141
1386
 
@@ -1215,7 +1460,7 @@ Name | Type | Description | Notes
1215
1460
 
1216
1461
 
1217
1462
  # **documenttypes_get**
1218
- > InlineResponse20017 documenttypes_get(opts)
1463
+ > InlineResponse20018 documenttypes_get(opts)
1219
1464
 
1220
1465
  Get document types
1221
1466
 
@@ -1256,7 +1501,7 @@ Name | Type | Description | Notes
1256
1501
 
1257
1502
  ### Return type
1258
1503
 
1259
- [**InlineResponse20017**](InlineResponse20017.md)
1504
+ [**InlineResponse20018**](InlineResponse20018.md)
1260
1505
 
1261
1506
  ### Authorization
1262
1507
 
@@ -1264,7 +1509,7 @@ Name | Type | Description | Notes
1264
1509
 
1265
1510
  ### HTTP request headers
1266
1511
 
1267
- - **Content-Type**: application/json, multipart/form-data
1512
+ - **Content-Type**: application/x-www-form-urlencoded
1268
1513
  - **Accept**: application/json
1269
1514
 
1270
1515
 
@@ -1328,7 +1573,7 @@ Name | Type | Description | Notes
1328
1573
 
1329
1574
  ### HTTP request headers
1330
1575
 
1331
- - **Content-Type**: application/json, multipart/form-data
1576
+ - **Content-Type**: application/x-www-form-urlencoded
1332
1577
  - **Accept**: application/json
1333
1578
 
1334
1579
 
@@ -1405,7 +1650,7 @@ Name | Type | Description | Notes
1405
1650
 
1406
1651
  ### HTTP request headers
1407
1652
 
1408
- - **Content-Type**: application/json, multipart/form-data
1653
+ - **Content-Type**: application/x-www-form-urlencoded
1409
1654
  - **Accept**: application/json
1410
1655
 
1411
1656
 
@@ -1470,7 +1715,7 @@ nil (empty response body)
1470
1715
 
1471
1716
 
1472
1717
  # **providers_get**
1473
- > InlineResponse20019 providers_get(opts)
1718
+ > InlineResponse20020 providers_get(opts)
1474
1719
 
1475
1720
  Get list of connectors
1476
1721
 
@@ -1511,7 +1756,7 @@ Name | Type | Description | Notes
1511
1756
 
1512
1757
  ### Return type
1513
1758
 
1514
- [**InlineResponse20019**](InlineResponse20019.md)
1759
+ [**InlineResponse20020**](InlineResponse20020.md)
1515
1760
 
1516
1761
  ### Authorization
1517
1762
 
@@ -1519,7 +1764,7 @@ Name | Type | Description | Notes
1519
1764
 
1520
1765
  ### HTTP request headers
1521
1766
 
1522
- - **Content-Type**: application/json, multipart/form-data
1767
+ - **Content-Type**: application/x-www-form-urlencoded
1523
1768
  - **Accept**: application/json
1524
1769
 
1525
1770
 
@@ -1577,7 +1822,7 @@ Name | Type | Description | Notes
1577
1822
 
1578
1823
  ### HTTP request headers
1579
1824
 
1580
- - **Content-Type**: application/json, multipart/form-data
1825
+ - **Content-Type**: application/x-www-form-urlencoded
1581
1826
  - **Accept**: application/json
1582
1827
 
1583
1828
 
@@ -1635,7 +1880,7 @@ Name | Type | Description | Notes
1635
1880
 
1636
1881
  ### HTTP request headers
1637
1882
 
1638
- - **Content-Type**: application/json, multipart/form-data
1883
+ - **Content-Type**: application/x-www-form-urlencoded
1639
1884
  - **Accept**: application/json
1640
1885
 
1641
1886
 
@@ -1693,7 +1938,7 @@ Name | Type | Description | Notes
1693
1938
 
1694
1939
  ### HTTP request headers
1695
1940
 
1696
- - **Content-Type**: application/json, multipart/form-data
1941
+ - **Content-Type**: application/x-www-form-urlencoded
1697
1942
  - **Accept**: application/json
1698
1943
 
1699
1944
 
@@ -1751,7 +1996,7 @@ Name | Type | Description | Notes
1751
1996
 
1752
1997
  ### HTTP request headers
1753
1998
 
1754
- - **Content-Type**: application/json, multipart/form-data
1999
+ - **Content-Type**: application/x-www-form-urlencoded
1755
2000
  - **Accept**: application/json
1756
2001
 
1757
2002
 
@@ -1815,7 +2060,7 @@ Name | Type | Description | Notes
1815
2060
 
1816
2061
  ### HTTP request headers
1817
2062
 
1818
- - **Content-Type**: application/json, multipart/form-data
2063
+ - **Content-Type**: application/x-www-form-urlencoded
1819
2064
  - **Accept**: application/json
1820
2065
 
1821
2066
 
@@ -1897,7 +2142,7 @@ Name | Type | Description | Notes
1897
2142
 
1898
2143
  ### HTTP request headers
1899
2144
 
1900
- - **Content-Type**: application/json, multipart/form-data
2145
+ - **Content-Type**: application/x-www-form-urlencoded
1901
2146
  - **Accept**: application/json
1902
2147
 
1903
2148
 
@@ -1964,7 +2209,7 @@ Name | Type | Description | Notes
1964
2209
 
1965
2210
  ### HTTP request headers
1966
2211
 
1967
- - **Content-Type**: application/json, multipart/form-data
2212
+ - **Content-Type**: application/x-www-form-urlencoded
1968
2213
  - **Accept**: application/json
1969
2214
 
1970
2215
 
@@ -2210,7 +2455,7 @@ Name | Type | Description | Notes
2210
2455
 
2211
2456
  ### HTTP request headers
2212
2457
 
2213
- - **Content-Type**: application/json, multipart/form-data
2458
+ - **Content-Type**: application/x-www-form-urlencoded
2214
2459
  - **Accept**: application/json
2215
2460
 
2216
2461
 
@@ -2274,7 +2519,7 @@ Name | Type | Description | Notes
2274
2519
 
2275
2520
  ### HTTP request headers
2276
2521
 
2277
- - **Content-Type**: application/json, multipart/form-data
2522
+ - **Content-Type**: application/x-www-form-urlencoded
2278
2523
  - **Accept**: application/json
2279
2524
 
2280
2525
 
@@ -2356,7 +2601,7 @@ Name | Type | Description | Notes
2356
2601
 
2357
2602
  ### HTTP request headers
2358
2603
 
2359
- - **Content-Type**: application/json, multipart/form-data
2604
+ - **Content-Type**: application/x-www-form-urlencoded
2360
2605
  - **Accept**: application/json
2361
2606
 
2362
2607
 
@@ -2423,7 +2668,7 @@ Name | Type | Description | Notes
2423
2668
 
2424
2669
  ### HTTP request headers
2425
2670
 
2426
- - **Content-Type**: application/json, multipart/form-data
2671
+ - **Content-Type**: application/x-www-form-urlencoded
2427
2672
  - **Accept**: application/json
2428
2673
 
2429
2674
 
@@ -2669,7 +2914,7 @@ Name | Type | Description | Notes
2669
2914
 
2670
2915
  ### HTTP request headers
2671
2916
 
2672
- - **Content-Type**: application/json, multipart/form-data
2917
+ - **Content-Type**: application/x-www-form-urlencoded
2673
2918
  - **Accept**: application/json
2674
2919
 
2675
2920
 
@@ -2727,7 +2972,7 @@ Name | Type | Description | Notes
2727
2972
 
2728
2973
  ### HTTP request headers
2729
2974
 
2730
- - **Content-Type**: application/json, multipart/form-data
2975
+ - **Content-Type**: application/x-www-form-urlencoded
2731
2976
  - **Accept**: application/json
2732
2977
 
2733
2978
 
@@ -2785,7 +3030,7 @@ Name | Type | Description | Notes
2785
3030
 
2786
3031
  ### HTTP request headers
2787
3032
 
2788
- - **Content-Type**: application/json, multipart/form-data
3033
+ - **Content-Type**: application/x-www-form-urlencoded
2789
3034
  - **Accept**: application/json
2790
3035
 
2791
3036
 
@@ -2852,7 +3097,7 @@ Name | Type | Description | Notes
2852
3097
 
2853
3098
  ### HTTP request headers
2854
3099
 
2855
- - **Content-Type**: application/json, multipart/form-data
3100
+ - **Content-Type**: application/x-www-form-urlencoded
2856
3101
  - **Accept**: application/json
2857
3102
 
2858
3103
 
@@ -2937,7 +3182,7 @@ Name | Type | Description | Notes
2937
3182
 
2938
3183
  ### HTTP request headers
2939
3184
 
2940
- - **Content-Type**: application/json, multipart/form-data
3185
+ - **Content-Type**: application/x-www-form-urlencoded
2941
3186
  - **Accept**: application/json
2942
3187
 
2943
3188
 
@@ -3007,7 +3252,7 @@ Name | Type | Description | Notes
3007
3252
 
3008
3253
  ### HTTP request headers
3009
3254
 
3010
- - **Content-Type**: application/json, multipart/form-data
3255
+ - **Content-Type**: application/x-www-form-urlencoded
3011
3256
  - **Accept**: application/json
3012
3257
 
3013
3258
 
@@ -3262,7 +3507,7 @@ Name | Type | Description | Notes
3262
3507
 
3263
3508
  ### HTTP request headers
3264
3509
 
3265
- - **Content-Type**: application/json, multipart/form-data
3510
+ - **Content-Type**: application/x-www-form-urlencoded
3266
3511
  - **Accept**: application/json
3267
3512
 
3268
3513
 
@@ -3329,7 +3574,7 @@ Name | Type | Description | Notes
3329
3574
 
3330
3575
  ### HTTP request headers
3331
3576
 
3332
- - **Content-Type**: application/json, multipart/form-data
3577
+ - **Content-Type**: application/x-www-form-urlencoded
3333
3578
  - **Accept**: application/json
3334
3579
 
3335
3580
 
@@ -3414,7 +3659,7 @@ Name | Type | Description | Notes
3414
3659
 
3415
3660
  ### HTTP request headers
3416
3661
 
3417
- - **Content-Type**: application/json, multipart/form-data
3662
+ - **Content-Type**: application/x-www-form-urlencoded
3418
3663
  - **Accept**: application/json
3419
3664
 
3420
3665
 
@@ -3484,7 +3729,7 @@ Name | Type | Description | Notes
3484
3729
 
3485
3730
  ### HTTP request headers
3486
3731
 
3487
- - **Content-Type**: application/json, multipart/form-data
3732
+ - **Content-Type**: application/x-www-form-urlencoded
3488
3733
  - **Accept**: application/json
3489
3734
 
3490
3735
 
@@ -3800,7 +4045,7 @@ Name | Type | Description | Notes
3800
4045
 
3801
4046
  ### HTTP request headers
3802
4047
 
3803
- - **Content-Type**: application/json, multipart/form-data
4048
+ - **Content-Type**: application/x-www-form-urlencoded
3804
4049
  - **Accept**: application/json
3805
4050
 
3806
4051
 
@@ -3861,7 +4106,7 @@ Name | Type | Description | Notes
3861
4106
 
3862
4107
  ### HTTP request headers
3863
4108
 
3864
- - **Content-Type**: application/json, multipart/form-data
4109
+ - **Content-Type**: application/x-www-form-urlencoded
3865
4110
  - **Accept**: application/json
3866
4111
 
3867
4112
 
@@ -3940,7 +4185,7 @@ Name | Type | Description | Notes
3940
4185
 
3941
4186
  ### HTTP request headers
3942
4187
 
3943
- - **Content-Type**: application/json, multipart/form-data
4188
+ - **Content-Type**: application/x-www-form-urlencoded
3944
4189
  - **Accept**: application/json
3945
4190
 
3946
4191
 
@@ -4004,7 +4249,7 @@ Name | Type | Description | Notes
4004
4249
 
4005
4250
  ### HTTP request headers
4006
4251
 
4007
- - **Content-Type**: application/json, multipart/form-data
4252
+ - **Content-Type**: application/x-www-form-urlencoded
4008
4253
  - **Accept**: application/json
4009
4254
 
4010
4255
 
@@ -4241,7 +4486,7 @@ Name | Type | Description | Notes
4241
4486
 
4242
4487
  ### HTTP request headers
4243
4488
 
4244
- - **Content-Type**: application/json, multipart/form-data
4489
+ - **Content-Type**: application/x-www-form-urlencoded
4245
4490
  - **Accept**: application/json
4246
4491
 
4247
4492
 
@@ -4302,7 +4547,7 @@ Name | Type | Description | Notes
4302
4547
 
4303
4548
  ### HTTP request headers
4304
4549
 
4305
- - **Content-Type**: application/json, multipart/form-data
4550
+ - **Content-Type**: application/x-www-form-urlencoded
4306
4551
  - **Accept**: application/json
4307
4552
 
4308
4553
 
@@ -4363,7 +4608,7 @@ Name | Type | Description | Notes
4363
4608
 
4364
4609
  ### HTTP request headers
4365
4610
 
4366
- - **Content-Type**: application/json, multipart/form-data
4611
+ - **Content-Type**: application/x-www-form-urlencoded
4367
4612
  - **Accept**: application/json
4368
4613
 
4369
4614
 
@@ -4446,7 +4691,7 @@ Name | Type | Description | Notes
4446
4691
 
4447
4692
  ### HTTP request headers
4448
4693
 
4449
- - **Content-Type**: application/json, multipart/form-data
4694
+ - **Content-Type**: application/x-www-form-urlencoded
4450
4695
  - **Accept**: application/json
4451
4696
 
4452
4697
 
@@ -4578,13 +4823,13 @@ Name | Type | Description | Notes
4578
4823
 
4579
4824
  ### HTTP request headers
4580
4825
 
4581
- - **Content-Type**: application/json, multipart/form-data
4826
+ - **Content-Type**: application/x-www-form-urlencoded
4582
4827
  - **Accept**: application/json
4583
4828
 
4584
4829
 
4585
4830
 
4586
4831
  # **users_id_user_connections_id_connection_sources_get**
4587
- > InlineResponse20030 users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
4832
+ > InlineResponse20016 users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
4588
4833
 
4589
4834
  Get connection sources
4590
4835
 
@@ -4631,7 +4876,7 @@ Name | Type | Description | Notes
4631
4876
 
4632
4877
  ### Return type
4633
4878
 
4634
- [**InlineResponse20030**](InlineResponse20030.md)
4879
+ [**InlineResponse20016**](InlineResponse20016.md)
4635
4880
 
4636
4881
  ### Authorization
4637
4882
 
@@ -4639,7 +4884,7 @@ Name | Type | Description | Notes
4639
4884
 
4640
4885
  ### HTTP request headers
4641
4886
 
4642
- - **Content-Type**: application/json, multipart/form-data
4887
+ - **Content-Type**: application/x-www-form-urlencoded
4643
4888
  - **Accept**: application/json
4644
4889
 
4645
4890
 
@@ -4703,7 +4948,7 @@ Name | Type | Description | Notes
4703
4948
 
4704
4949
  ### HTTP request headers
4705
4950
 
4706
- - **Content-Type**: application/json, multipart/form-data
4951
+ - **Content-Type**: application/x-www-form-urlencoded
4707
4952
  - **Accept**: application/json
4708
4953
 
4709
4954
 
@@ -4767,7 +5012,7 @@ Name | Type | Description | Notes
4767
5012
 
4768
5013
  ### HTTP request headers
4769
5014
 
4770
- - **Content-Type**: application/json, multipart/form-data
5015
+ - **Content-Type**: application/x-www-form-urlencoded
4771
5016
  - **Accept**: application/json
4772
5017
 
4773
5018
 
@@ -4831,7 +5076,7 @@ Name | Type | Description | Notes
4831
5076
 
4832
5077
  ### HTTP request headers
4833
5078
 
4834
- - **Content-Type**: application/json, multipart/form-data
5079
+ - **Content-Type**: application/x-www-form-urlencoded
4835
5080
  - **Accept**: application/json
4836
5081
 
4837
5082
 
@@ -4895,7 +5140,7 @@ Name | Type | Description | Notes
4895
5140
 
4896
5141
  ### HTTP request headers
4897
5142
 
4898
- - **Content-Type**: application/json, multipart/form-data
5143
+ - **Content-Type**: application/x-www-form-urlencoded
4899
5144
  - **Accept**: application/json
4900
5145
 
4901
5146
 
@@ -4959,7 +5204,7 @@ Name | Type | Description | Notes
4959
5204
 
4960
5205
  ### HTTP request headers
4961
5206
 
4962
- - **Content-Type**: application/json, multipart/form-data
5207
+ - **Content-Type**: application/x-www-form-urlencoded
4963
5208
  - **Accept**: application/json
4964
5209
 
4965
5210
 
@@ -5041,7 +5286,7 @@ Name | Type | Description | Notes
5041
5286
 
5042
5287
  ### HTTP request headers
5043
5288
 
5044
- - **Content-Type**: application/json, multipart/form-data
5289
+ - **Content-Type**: application/x-www-form-urlencoded
5045
5290
  - **Accept**: application/json
5046
5291
 
5047
5292
 
@@ -5108,7 +5353,7 @@ Name | Type | Description | Notes
5108
5353
 
5109
5354
  ### HTTP request headers
5110
5355
 
5111
- - **Content-Type**: application/json, multipart/form-data
5356
+ - **Content-Type**: application/x-www-form-urlencoded
5112
5357
  - **Accept**: application/json
5113
5358
 
5114
5359
 
@@ -5354,7 +5599,7 @@ Name | Type | Description | Notes
5354
5599
 
5355
5600
  ### HTTP request headers
5356
5601
 
5357
- - **Content-Type**: application/json, multipart/form-data
5602
+ - **Content-Type**: application/x-www-form-urlencoded
5358
5603
  - **Accept**: application/json
5359
5604
 
5360
5605
 
@@ -5426,7 +5671,7 @@ Name | Type | Description | Notes
5426
5671
 
5427
5672
  ### HTTP request headers
5428
5673
 
5429
- - **Content-Type**: application/json, multipart/form-data
5674
+ - **Content-Type**: application/x-www-form-urlencoded
5430
5675
  - **Accept**: application/json
5431
5676
 
5432
5677
 
@@ -5494,7 +5739,7 @@ Name | Type | Description | Notes
5494
5739
 
5495
5740
  ### HTTP request headers
5496
5741
 
5497
- - **Content-Type**: application/json, multipart/form-data
5742
+ - **Content-Type**: application/x-www-form-urlencoded
5498
5743
  - **Accept**: application/json
5499
5744
 
5500
5745
 
@@ -5555,7 +5800,7 @@ Name | Type | Description | Notes
5555
5800
 
5556
5801
  ### HTTP request headers
5557
5802
 
5558
- - **Content-Type**: application/json, multipart/form-data
5803
+ - **Content-Type**: application/x-www-form-urlencoded
5559
5804
  - **Accept**: application/json
5560
5805
 
5561
5806
 
@@ -5619,7 +5864,7 @@ Name | Type | Description | Notes
5619
5864
 
5620
5865
  ### HTTP request headers
5621
5866
 
5622
- - **Content-Type**: application/json, multipart/form-data
5867
+ - **Content-Type**: application/x-www-form-urlencoded
5623
5868
  - **Accept**: application/json
5624
5869
 
5625
5870
 
@@ -5701,7 +5946,7 @@ Name | Type | Description | Notes
5701
5946
 
5702
5947
  ### HTTP request headers
5703
5948
 
5704
- - **Content-Type**: application/json, multipart/form-data
5949
+ - **Content-Type**: application/x-www-form-urlencoded
5705
5950
  - **Accept**: application/json
5706
5951
 
5707
5952
 
@@ -5768,7 +6013,7 @@ Name | Type | Description | Notes
5768
6013
 
5769
6014
  ### HTTP request headers
5770
6015
 
5771
- - **Content-Type**: application/json, multipart/form-data
6016
+ - **Content-Type**: application/x-www-form-urlencoded
5772
6017
  - **Accept**: application/json
5773
6018
 
5774
6019
 
@@ -6014,7 +6259,7 @@ Name | Type | Description | Notes
6014
6259
 
6015
6260
  ### HTTP request headers
6016
6261
 
6017
- - **Content-Type**: application/json, multipart/form-data
6262
+ - **Content-Type**: application/x-www-form-urlencoded
6018
6263
  - **Accept**: application/json
6019
6264
 
6020
6265
 
@@ -6078,7 +6323,7 @@ Name | Type | Description | Notes
6078
6323
 
6079
6324
  ### HTTP request headers
6080
6325
 
6081
- - **Content-Type**: application/json, multipart/form-data
6326
+ - **Content-Type**: application/x-www-form-urlencoded
6082
6327
  - **Accept**: application/json
6083
6328
 
6084
6329
 
@@ -6160,7 +6405,7 @@ Name | Type | Description | Notes
6160
6405
 
6161
6406
  ### HTTP request headers
6162
6407
 
6163
- - **Content-Type**: application/json, multipart/form-data
6408
+ - **Content-Type**: application/x-www-form-urlencoded
6164
6409
  - **Accept**: application/json
6165
6410
 
6166
6411
 
@@ -6227,7 +6472,7 @@ Name | Type | Description | Notes
6227
6472
 
6228
6473
  ### HTTP request headers
6229
6474
 
6230
- - **Content-Type**: application/json, multipart/form-data
6475
+ - **Content-Type**: application/x-www-form-urlencoded
6231
6476
  - **Accept**: application/json
6232
6477
 
6233
6478
 
@@ -6473,7 +6718,7 @@ Name | Type | Description | Notes
6473
6718
 
6474
6719
  ### HTTP request headers
6475
6720
 
6476
- - **Content-Type**: application/json, multipart/form-data
6721
+ - **Content-Type**: application/x-www-form-urlencoded
6477
6722
  - **Accept**: application/json
6478
6723
 
6479
6724
 
@@ -6519,6 +6764,7 @@ opts = {
6519
6764
  website2: 'website_example', # String | bank additional login parameter
6520
6765
  login: 'login_example', # String | bank additional login parameter
6521
6766
  id_provider: 56, # Integer | ID of the provider
6767
+ resume: true, # BOOLEAN | Resume a decoupled connection creation
6522
6768
  expand: 'expand_example' # String |
6523
6769
  }
6524
6770
 
@@ -6553,6 +6799,7 @@ Name | Type | Description | Notes
6553
6799
  **website2** | **String**| bank additional login parameter | [optional]
6554
6800
  **login** | **String**| bank additional login parameter | [optional]
6555
6801
  **id_provider** | **Integer**| ID of the provider | [optional]
6802
+ **resume** | **BOOLEAN**| Resume a decoupled connection creation | [optional]
6556
6803
  **expand** | **String**| | [optional]
6557
6804
 
6558
6805
  ### Return type
@@ -6623,7 +6870,7 @@ Name | Type | Description | Notes
6623
6870
 
6624
6871
  ### HTTP request headers
6625
6872
 
6626
- - **Content-Type**: application/json, multipart/form-data
6873
+ - **Content-Type**: application/x-www-form-urlencoded
6627
6874
  - **Accept**: application/json
6628
6875
 
6629
6876
 
@@ -6699,7 +6946,7 @@ Name | Type | Description | Notes
6699
6946
 
6700
6947
  ### HTTP request headers
6701
6948
 
6702
- - **Content-Type**: application/json, multipart/form-data
6949
+ - **Content-Type**: application/x-www-form-urlencoded
6703
6950
  - **Accept**: application/json
6704
6951
 
6705
6952
 
@@ -6760,7 +7007,7 @@ Name | Type | Description | Notes
6760
7007
 
6761
7008
  ### HTTP request headers
6762
7009
 
6763
- - **Content-Type**: application/json, multipart/form-data
7010
+ - **Content-Type**: application/x-www-form-urlencoded
6764
7011
  - **Accept**: application/json
6765
7012
 
6766
7013
 
@@ -6988,7 +7235,7 @@ Name | Type | Description | Notes
6988
7235
 
6989
7236
  ### HTTP request headers
6990
7237
 
6991
- - **Content-Type**: application/json, multipart/form-data
7238
+ - **Content-Type**: application/x-www-form-urlencoded
6992
7239
  - **Accept**: application/json
6993
7240
 
6994
7241
 
@@ -7068,7 +7315,7 @@ Name | Type | Description | Notes
7068
7315
 
7069
7316
  ### HTTP request headers
7070
7317
 
7071
- - **Content-Type**: application/json, multipart/form-data
7318
+ - **Content-Type**: application/x-www-form-urlencoded
7072
7319
  - **Accept**: application/json
7073
7320
 
7074
7321
 
@@ -7191,7 +7438,7 @@ Name | Type | Description | Notes
7191
7438
 
7192
7439
  ### HTTP request headers
7193
7440
 
7194
- - **Content-Type**: application/json, multipart/form-data
7441
+ - **Content-Type**: application/x-www-form-urlencoded
7195
7442
  - **Accept**: application/json
7196
7443
 
7197
7444
 
@@ -7252,7 +7499,7 @@ Name | Type | Description | Notes
7252
7499
 
7253
7500
  ### HTTP request headers
7254
7501
 
7255
- - **Content-Type**: application/json, multipart/form-data
7502
+ - **Content-Type**: application/x-www-form-urlencoded
7256
7503
  - **Accept**: application/json
7257
7504
 
7258
7505
 
@@ -7331,7 +7578,7 @@ Name | Type | Description | Notes
7331
7578
 
7332
7579
  ### HTTP request headers
7333
7580
 
7334
- - **Content-Type**: application/json, multipart/form-data
7581
+ - **Content-Type**: application/x-www-form-urlencoded
7335
7582
  - **Accept**: application/json
7336
7583
 
7337
7584
 
@@ -7395,7 +7642,7 @@ Name | Type | Description | Notes
7395
7642
 
7396
7643
  ### HTTP request headers
7397
7644
 
7398
- - **Content-Type**: application/json, multipart/form-data
7645
+ - **Content-Type**: application/x-www-form-urlencoded
7399
7646
  - **Accept**: application/json
7400
7647
 
7401
7648
 
@@ -7701,7 +7948,7 @@ Name | Type | Description | Notes
7701
7948
 
7702
7949
  ### HTTP request headers
7703
7950
 
7704
- - **Content-Type**: application/json, multipart/form-data
7951
+ - **Content-Type**: application/x-www-form-urlencoded
7705
7952
  - **Accept**: application/json
7706
7953
 
7707
7954
 
@@ -7824,7 +8071,7 @@ Name | Type | Description | Notes
7824
8071
 
7825
8072
  ### HTTP request headers
7826
8073
 
7827
- - **Content-Type**: application/json, multipart/form-data
8074
+ - **Content-Type**: application/x-www-form-urlencoded
7828
8075
  - **Accept**: application/json
7829
8076
 
7830
8077
 
@@ -7885,7 +8132,7 @@ Name | Type | Description | Notes
7885
8132
 
7886
8133
  ### HTTP request headers
7887
8134
 
7888
- - **Content-Type**: application/json, multipart/form-data
8135
+ - **Content-Type**: application/x-www-form-urlencoded
7889
8136
  - **Accept**: application/json
7890
8137
 
7891
8138
 
@@ -7964,7 +8211,7 @@ Name | Type | Description | Notes
7964
8211
 
7965
8212
  ### HTTP request headers
7966
8213
 
7967
- - **Content-Type**: application/json, multipart/form-data
8214
+ - **Content-Type**: application/x-www-form-urlencoded
7968
8215
  - **Accept**: application/json
7969
8216
 
7970
8217
 
@@ -8028,7 +8275,7 @@ Name | Type | Description | Notes
8028
8275
 
8029
8276
  ### HTTP request headers
8030
8277
 
8031
- - **Content-Type**: application/json, multipart/form-data
8278
+ - **Content-Type**: application/x-www-form-urlencoded
8032
8279
  - **Accept**: application/json
8033
8280
 
8034
8281
 
@@ -8326,7 +8573,7 @@ Name | Type | Description | Notes
8326
8573
 
8327
8574
  ### HTTP request headers
8328
8575
 
8329
- - **Content-Type**: application/json, multipart/form-data
8576
+ - **Content-Type**: application/x-www-form-urlencoded
8330
8577
  - **Accept**: application/json
8331
8578
 
8332
8579
 
@@ -8405,7 +8652,7 @@ Name | Type | Description | Notes
8405
8652
 
8406
8653
  ### HTTP request headers
8407
8654
 
8408
- - **Content-Type**: application/json, multipart/form-data
8655
+ - **Content-Type**: application/x-www-form-urlencoded
8409
8656
  - **Accept**: application/json
8410
8657
 
8411
8658
 
@@ -8469,7 +8716,7 @@ Name | Type | Description | Notes
8469
8716
 
8470
8717
  ### HTTP request headers
8471
8718
 
8472
- - **Content-Type**: application/json, multipart/form-data
8719
+ - **Content-Type**: application/x-www-form-urlencoded
8473
8720
  - **Accept**: application/json
8474
8721
 
8475
8722