budgea_client 5.0.3 → 5.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +4 -4
  4. data/README.md +19 -6
  5. data/budgea_client.gemspec +1 -1
  6. data/budgea_openapi.json +1624 -1420
  7. data/config.json +1 -1
  8. data/docs/Account.md +1 -0
  9. data/docs/AdministrationApi.md +12 -12
  10. data/docs/BanksApi.md +267 -52
  11. data/docs/Connection.md +2 -0
  12. data/docs/ConnectionsApi.md +255 -40
  13. data/docs/DocumentsApi.md +2 -2
  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/PFMApi.md +9 -9
  30. data/docs/ProvidersApi.md +257 -42
  31. data/docs/TermsApi.md +72 -7
  32. data/docs/TransfersApi.md +24 -24
  33. data/docs/UsersManagementApi.md +2 -2
  34. data/docs/WealthApi.md +53 -37
  35. data/lib/budgea_client.rb +1 -1
  36. data/lib/budgea_client/api/administration_api.rb +14 -14
  37. data/lib/budgea_client/api/authentication_api.rb +1 -1
  38. data/lib/budgea_client/api/banks_api.rb +278 -78
  39. data/lib/budgea_client/api/connections_api.rb +260 -60
  40. data/lib/budgea_client/api/documents_api.rb +4 -4
  41. data/lib/budgea_client/api/ocr_api.rb +1 -1
  42. data/lib/budgea_client/api/oidc_api.rb +1 -1
  43. data/lib/budgea_client/api/pfm_api.rb +12 -12
  44. data/lib/budgea_client/api/providers_api.rb +263 -63
  45. data/lib/budgea_client/api/recipients_api.rb +1 -1
  46. data/lib/budgea_client/api/terms_api.rb +76 -10
  47. data/lib/budgea_client/api/transfer_api.rb +1 -1
  48. data/lib/budgea_client/api/transfers_api.rb +37 -37
  49. data/lib/budgea_client/api/users_management_api.rb +4 -4
  50. data/lib/budgea_client/api/wealth_api.rb +78 -54
  51. data/lib/budgea_client/api_client.rb +3 -1
  52. data/lib/budgea_client/api_error.rb +1 -1
  53. data/lib/budgea_client/configuration.rb +1 -1
  54. data/lib/budgea_client/models/access.rb +3 -2
  55. data/lib/budgea_client/models/account.rb +15 -3
  56. data/lib/budgea_client/models/account_log.rb +3 -2
  57. data/lib/budgea_client/models/account_type.rb +3 -2
  58. data/lib/budgea_client/models/alert.rb +3 -2
  59. data/lib/budgea_client/models/auth_provider.rb +3 -2
  60. data/lib/budgea_client/models/category.rb +3 -2
  61. data/lib/budgea_client/models/certificate.rb +3 -2
  62. data/lib/budgea_client/models/client.rb +3 -2
  63. data/lib/budgea_client/models/config_log.rb +3 -2
  64. data/lib/budgea_client/models/connection.rb +59 -3
  65. data/lib/budgea_client/models/connection_log.rb +3 -2
  66. data/lib/budgea_client/models/connection_source.rb +3 -2
  67. data/lib/budgea_client/models/connector.rb +3 -2
  68. data/lib/budgea_client/models/connector_category.rb +3 -2
  69. data/lib/budgea_client/models/connector_logo.rb +3 -2
  70. data/lib/budgea_client/models/connector_source.rb +3 -2
  71. data/lib/budgea_client/models/currency.rb +3 -2
  72. data/lib/budgea_client/models/device.rb +3 -2
  73. data/lib/budgea_client/models/document.rb +3 -2
  74. data/lib/budgea_client/models/document_type.rb +3 -2
  75. data/lib/budgea_client/models/field.rb +3 -2
  76. data/lib/budgea_client/models/field_value.rb +3 -2
  77. data/lib/budgea_client/models/file.rb +3 -2
  78. data/lib/budgea_client/models/group.rb +3 -2
  79. data/lib/budgea_client/models/hash_table.rb +3 -2
  80. data/lib/budgea_client/models/inline_response_200.rb +3 -2
  81. data/lib/budgea_client/models/inline_response_200_1.rb +3 -2
  82. data/lib/budgea_client/models/inline_response_200_10.rb +3 -2
  83. data/lib/budgea_client/models/inline_response_200_11.rb +3 -2
  84. data/lib/budgea_client/models/inline_response_200_12.rb +3 -2
  85. data/lib/budgea_client/models/inline_response_200_13.rb +3 -2
  86. data/lib/budgea_client/models/inline_response_200_14.rb +3 -2
  87. data/lib/budgea_client/models/inline_response_200_15.rb +3 -2
  88. data/lib/budgea_client/models/inline_response_200_16.rb +14 -13
  89. data/lib/budgea_client/models/inline_response_200_17.rb +21 -20
  90. data/lib/budgea_client/models/inline_response_200_18.rb +21 -20
  91. data/lib/budgea_client/models/inline_response_200_19.rb +21 -20
  92. data/lib/budgea_client/models/inline_response_200_2.rb +3 -2
  93. data/lib/budgea_client/models/inline_response_200_20.rb +21 -20
  94. data/lib/budgea_client/models/inline_response_200_21.rb +21 -20
  95. data/lib/budgea_client/models/inline_response_200_22.rb +14 -13
  96. data/lib/budgea_client/models/inline_response_200_23.rb +14 -13
  97. data/lib/budgea_client/models/inline_response_200_24.rb +21 -20
  98. data/lib/budgea_client/models/inline_response_200_25.rb +21 -20
  99. data/lib/budgea_client/models/inline_response_200_26.rb +14 -13
  100. data/lib/budgea_client/models/inline_response_200_27.rb +14 -13
  101. data/lib/budgea_client/models/inline_response_200_28.rb +14 -13
  102. data/lib/budgea_client/models/inline_response_200_29.rb +21 -20
  103. data/lib/budgea_client/models/inline_response_200_3.rb +3 -2
  104. data/lib/budgea_client/models/inline_response_200_30.rb +14 -13
  105. data/lib/budgea_client/models/inline_response_200_31.rb +3 -2
  106. data/lib/budgea_client/models/inline_response_200_32.rb +3 -2
  107. data/lib/budgea_client/models/inline_response_200_33.rb +3 -2
  108. data/lib/budgea_client/models/inline_response_200_34.rb +3 -2
  109. data/lib/budgea_client/models/inline_response_200_35.rb +3 -2
  110. data/lib/budgea_client/models/inline_response_200_36.rb +3 -2
  111. data/lib/budgea_client/models/inline_response_200_37.rb +3 -2
  112. data/lib/budgea_client/models/inline_response_200_38.rb +3 -2
  113. data/lib/budgea_client/models/inline_response_200_39.rb +3 -2
  114. data/lib/budgea_client/models/inline_response_200_4.rb +3 -2
  115. data/lib/budgea_client/models/inline_response_200_40.rb +3 -2
  116. data/lib/budgea_client/models/inline_response_200_41.rb +3 -2
  117. data/lib/budgea_client/models/inline_response_200_42.rb +3 -2
  118. data/lib/budgea_client/models/inline_response_200_5.rb +3 -2
  119. data/lib/budgea_client/models/inline_response_200_6.rb +3 -2
  120. data/lib/budgea_client/models/inline_response_200_7.rb +3 -2
  121. data/lib/budgea_client/models/inline_response_200_8.rb +3 -2
  122. data/lib/budgea_client/models/inline_response_200_9.rb +3 -2
  123. data/lib/budgea_client/models/investment.rb +3 -2
  124. data/lib/budgea_client/models/investment_value.rb +3 -2
  125. data/lib/budgea_client/models/keyword.rb +3 -2
  126. data/lib/budgea_client/models/locked_user.rb +3 -2
  127. data/lib/budgea_client/models/oidc_whitelist.rb +3 -2
  128. data/lib/budgea_client/models/order.rb +3 -2
  129. data/lib/budgea_client/models/pocket.rb +3 -2
  130. data/lib/budgea_client/models/profile.rb +3 -2
  131. data/lib/budgea_client/models/project.rb +3 -2
  132. data/lib/budgea_client/models/project_type.rb +3 -2
  133. data/lib/budgea_client/models/recipient.rb +3 -2
  134. data/lib/budgea_client/models/recipient_log.rb +3 -2
  135. data/lib/budgea_client/models/security.rb +3 -2
  136. data/lib/budgea_client/models/subscription.rb +3 -2
  137. data/lib/budgea_client/models/subscription_log.rb +3 -2
  138. data/lib/budgea_client/models/terms_of_service.rb +3 -2
  139. data/lib/budgea_client/models/transaction.rb +3 -2
  140. data/lib/budgea_client/models/transaction_information.rb +3 -2
  141. data/lib/budgea_client/models/transactions_cluster.rb +3 -2
  142. data/lib/budgea_client/models/transfer.rb +3 -2
  143. data/lib/budgea_client/models/transfer_log.rb +3 -2
  144. data/lib/budgea_client/models/user.rb +3 -2
  145. data/lib/budgea_client/models/user_alert.rb +3 -2
  146. data/lib/budgea_client/models/webhook.rb +3 -2
  147. data/lib/budgea_client/models/webhook_data.rb +3 -2
  148. data/lib/budgea_client/models/webhook_log.rb +3 -2
  149. data/lib/budgea_client/version.rb +2 -2
  150. data/original_budgea_openapi.json +1559 -1474
  151. data/pkg/budgea_client-5.0.3.gem +0 -0
  152. metadata +3 -4
  153. data/lib/budgea_client/api/hub_api.rb +0 -76
  154. data/lib/budgea_client/models/invite.rb +0 -238
@@ -13,6 +13,8 @@ Name | Type | Description | Notes
13
13
  **expire** | **DateTime** | Expiration of the connection. Used during add of a two-factor authentication, to purge the connection if the user abort | [optional]
14
14
  **active** | **BOOLEAN** | This connection is active and will be automatically synced | [default to true]
15
15
  **last_push** | **DateTime** | Last successful push | [optional]
16
+ **state** | **String** | State of Connection | [optional]
17
+ **fields** | [**Array<Field>**](Field.md) | | [optional]
16
18
  **next_try** | **DateTime** | Date of next synchronization | [optional]
17
19
  **accounts** | [**Array<Account>**](Account.md) | | [optional]
18
20
  **subscriptions** | [**Array<Subscription>**](Subscription.md) | | [optional]
@@ -9,6 +9,10 @@ Method | HTTP request | Description
9
9
  [**banks_id_connector_sources_get**](ConnectionsApi.md#banks_id_connector_sources_get) | **GET** /banks/{id_connector}/sources | Get list of connector sources
10
10
  [**connections_get**](ConnectionsApi.md#connections_get) | **GET** /connections | Get connections without a user
11
11
  [**connections_id_connection_logs_get**](ConnectionsApi.md#connections_id_connection_logs_get) | **GET** /connections/{id_connection}/logs | Get connection logs
12
+ [**connections_id_connection_sources_get**](ConnectionsApi.md#connections_id_connection_sources_get) | **GET** /connections/{id_connection}/sources | Get connection sources
13
+ [**connections_id_connection_sources_id_source_delete**](ConnectionsApi.md#connections_id_connection_sources_id_source_delete) | **DELETE** /connections/{id_connection}/sources/{id_source} | Disable a connection source
14
+ [**connections_id_connection_sources_id_source_post**](ConnectionsApi.md#connections_id_connection_sources_id_source_post) | **POST** /connections/{id_connection}/sources/{id_source} | Enable connection source
15
+ [**connections_id_connection_sources_id_source_put**](ConnectionsApi.md#connections_id_connection_sources_id_source_put) | **PUT** /connections/{id_connection}/sources/{id_source} | Enable connection source
12
16
  [**connectors_get**](ConnectionsApi.md#connectors_get) | **GET** /connectors | Get list of connectors
13
17
  [**connectors_id_connector_sources_get**](ConnectionsApi.md#connectors_id_connector_sources_get) | **GET** /connectors/{id_connector}/sources | Get list of connector sources
14
18
  [**connectors_id_connector_sources_id_source_put**](ConnectionsApi.md#connectors_id_connector_sources_id_source_put) | **PUT** /connectors/{id_connector}/sources/{id_source} | Edit the provided connector source
@@ -345,8 +349,249 @@ Name | Type | Description | Notes
345
349
 
346
350
 
347
351
 
352
+ # **connections_id_connection_sources_get**
353
+ > InlineResponse20016 connections_id_connection_sources_get(id_connection, opts)
354
+
355
+ Get connection sources
356
+
357
+
358
+
359
+ ### Example
360
+ ```ruby
361
+ # load the gem
362
+ require 'budgea_client'
363
+ # setup authorization
364
+ BudgeaClient.configure do |config|
365
+ # Configure API key authorization: api_key
366
+ config.api_key['Authorization'] = 'YOUR API KEY'
367
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
368
+ #config.api_key_prefix['Authorization'] = 'Bearer'
369
+ end
370
+
371
+ api_instance = BudgeaClient::ConnectionsApi.new
372
+
373
+ id_connection = 56 # Integer |
374
+
375
+ opts = {
376
+ expand: 'expand_example' # String |
377
+ }
378
+
379
+ begin
380
+ #Get connection sources
381
+ result = api_instance.connections_id_connection_sources_get(id_connection, opts)
382
+ p result
383
+ rescue BudgeaClient::ApiError => e
384
+ puts "Exception when calling ConnectionsApi->connections_id_connection_sources_get: #{e}"
385
+ end
386
+ ```
387
+
388
+ ### Parameters
389
+
390
+ Name | Type | Description | Notes
391
+ ------------- | ------------- | ------------- | -------------
392
+ **id_connection** | **Integer**| |
393
+ **expand** | **String**| | [optional]
394
+
395
+ ### Return type
396
+
397
+ [**InlineResponse20016**](InlineResponse20016.md)
398
+
399
+ ### Authorization
400
+
401
+ [api_key](../README.md#api_key)
402
+
403
+ ### HTTP request headers
404
+
405
+ - **Content-Type**: application/x-www-form-urlencoded
406
+ - **Accept**: application/json
407
+
408
+
409
+
410
+ # **connections_id_connection_sources_id_source_delete**
411
+ > ConnectionSource connections_id_connection_sources_id_source_delete(id_connection, id_source, opts)
412
+
413
+ Disable a connection source
414
+
415
+ This will make it so the specified source will not be synchronized anymore.<br><br>
416
+
417
+ ### Example
418
+ ```ruby
419
+ # load the gem
420
+ require 'budgea_client'
421
+ # setup authorization
422
+ BudgeaClient.configure do |config|
423
+ # Configure API key authorization: api_key
424
+ config.api_key['Authorization'] = 'YOUR API KEY'
425
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
426
+ #config.api_key_prefix['Authorization'] = 'Bearer'
427
+ end
428
+
429
+ api_instance = BudgeaClient::ConnectionsApi.new
430
+
431
+ id_connection = 56 # Integer |
432
+
433
+ id_source = 56 # Integer |
434
+
435
+ opts = {
436
+ expand: 'expand_example' # String |
437
+ }
438
+
439
+ begin
440
+ #Disable a connection source
441
+ result = api_instance.connections_id_connection_sources_id_source_delete(id_connection, id_source, opts)
442
+ p result
443
+ rescue BudgeaClient::ApiError => e
444
+ puts "Exception when calling ConnectionsApi->connections_id_connection_sources_id_source_delete: #{e}"
445
+ end
446
+ ```
447
+
448
+ ### Parameters
449
+
450
+ Name | Type | Description | Notes
451
+ ------------- | ------------- | ------------- | -------------
452
+ **id_connection** | **Integer**| |
453
+ **id_source** | **Integer**| |
454
+ **expand** | **String**| | [optional]
455
+
456
+ ### Return type
457
+
458
+ [**ConnectionSource**](ConnectionSource.md)
459
+
460
+ ### Authorization
461
+
462
+ [api_key](../README.md#api_key)
463
+
464
+ ### HTTP request headers
465
+
466
+ - **Content-Type**: application/x-www-form-urlencoded
467
+ - **Accept**: application/json
468
+
469
+
470
+
471
+ # **connections_id_connection_sources_id_source_post**
472
+ > ConnectionSource connections_id_connection_sources_id_source_post(id_connection, id_source, opts)
473
+
474
+ Enable connection source
475
+
476
+ This will make it so the specified source will be able to be synchronized.<br><br>
477
+
478
+ ### Example
479
+ ```ruby
480
+ # load the gem
481
+ require 'budgea_client'
482
+ # setup authorization
483
+ BudgeaClient.configure do |config|
484
+ # Configure API key authorization: api_key
485
+ config.api_key['Authorization'] = 'YOUR API KEY'
486
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
487
+ #config.api_key_prefix['Authorization'] = 'Bearer'
488
+ end
489
+
490
+ api_instance = BudgeaClient::ConnectionsApi.new
491
+
492
+ id_connection = 56 # Integer |
493
+
494
+ id_source = 56 # Integer |
495
+
496
+ opts = {
497
+ expand: 'expand_example' # String |
498
+ }
499
+
500
+ begin
501
+ #Enable connection source
502
+ result = api_instance.connections_id_connection_sources_id_source_post(id_connection, id_source, opts)
503
+ p result
504
+ rescue BudgeaClient::ApiError => e
505
+ puts "Exception when calling ConnectionsApi->connections_id_connection_sources_id_source_post: #{e}"
506
+ end
507
+ ```
508
+
509
+ ### Parameters
510
+
511
+ Name | Type | Description | Notes
512
+ ------------- | ------------- | ------------- | -------------
513
+ **id_connection** | **Integer**| |
514
+ **id_source** | **Integer**| |
515
+ **expand** | **String**| | [optional]
516
+
517
+ ### Return type
518
+
519
+ [**ConnectionSource**](ConnectionSource.md)
520
+
521
+ ### Authorization
522
+
523
+ [api_key](../README.md#api_key)
524
+
525
+ ### HTTP request headers
526
+
527
+ - **Content-Type**: application/x-www-form-urlencoded
528
+ - **Accept**: application/json
529
+
530
+
531
+
532
+ # **connections_id_connection_sources_id_source_put**
533
+ > ConnectionSource connections_id_connection_sources_id_source_put(id_connection, id_source, opts)
534
+
535
+ Enable connection source
536
+
537
+ This will make it so the specified source will be able to be synchronized.<br><br>
538
+
539
+ ### Example
540
+ ```ruby
541
+ # load the gem
542
+ require 'budgea_client'
543
+ # setup authorization
544
+ BudgeaClient.configure do |config|
545
+ # Configure API key authorization: api_key
546
+ config.api_key['Authorization'] = 'YOUR API KEY'
547
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
548
+ #config.api_key_prefix['Authorization'] = 'Bearer'
549
+ end
550
+
551
+ api_instance = BudgeaClient::ConnectionsApi.new
552
+
553
+ id_connection = 56 # Integer |
554
+
555
+ id_source = 56 # Integer |
556
+
557
+ opts = {
558
+ expand: 'expand_example' # String |
559
+ }
560
+
561
+ begin
562
+ #Enable connection source
563
+ result = api_instance.connections_id_connection_sources_id_source_put(id_connection, id_source, opts)
564
+ p result
565
+ rescue BudgeaClient::ApiError => e
566
+ puts "Exception when calling ConnectionsApi->connections_id_connection_sources_id_source_put: #{e}"
567
+ end
568
+ ```
569
+
570
+ ### Parameters
571
+
572
+ Name | Type | Description | Notes
573
+ ------------- | ------------- | ------------- | -------------
574
+ **id_connection** | **Integer**| |
575
+ **id_source** | **Integer**| |
576
+ **expand** | **String**| | [optional]
577
+
578
+ ### Return type
579
+
580
+ [**ConnectionSource**](ConnectionSource.md)
581
+
582
+ ### Authorization
583
+
584
+ [api_key](../README.md#api_key)
585
+
586
+ ### HTTP request headers
587
+
588
+ - **Content-Type**: application/x-www-form-urlencoded
589
+ - **Accept**: application/json
590
+
591
+
592
+
348
593
  # **connectors_get**
349
- > InlineResponse20016 connectors_get(opts)
594
+ > InlineResponse20017 connectors_get(opts)
350
595
 
351
596
  Get list of connectors
352
597
 
@@ -387,7 +632,7 @@ Name | Type | Description | Notes
387
632
 
388
633
  ### Return type
389
634
 
390
- [**InlineResponse20016**](InlineResponse20016.md)
635
+ [**InlineResponse20017**](InlineResponse20017.md)
391
636
 
392
637
  ### Authorization
393
638
 
@@ -675,7 +920,7 @@ Name | Type | Description | Notes
675
920
 
676
921
 
677
922
  # **providers_get**
678
- > InlineResponse20019 providers_get(opts)
923
+ > InlineResponse20020 providers_get(opts)
679
924
 
680
925
  Get list of connectors
681
926
 
@@ -716,7 +961,7 @@ Name | Type | Description | Notes
716
961
 
717
962
  ### Return type
718
963
 
719
- [**InlineResponse20019**](InlineResponse20019.md)
964
+ [**InlineResponse20020**](InlineResponse20020.md)
720
965
 
721
966
  ### Authorization
722
967
 
@@ -1362,7 +1607,7 @@ Name | Type | Description | Notes
1362
1607
 
1363
1608
 
1364
1609
  # **users_id_user_connections_id_connection_sources_get**
1365
- > InlineResponse20030 users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
1610
+ > InlineResponse20016 users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
1366
1611
 
1367
1612
  Get connection sources
1368
1613
 
@@ -1409,7 +1654,7 @@ Name | Type | Description | Notes
1409
1654
 
1410
1655
  ### Return type
1411
1656
 
1412
- [**InlineResponse20030**](InlineResponse20030.md)
1657
+ [**InlineResponse20016**](InlineResponse20016.md)
1413
1658
 
1414
1659
  ### Authorization
1415
1660
 
@@ -1639,23 +1884,8 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
1639
1884
 
1640
1885
  opts = {
1641
1886
  source: 'source_example', # String | optional comma-separated list of sources to use for the connection synchronization
1642
- id_connector: 56, # Integer | ID of the connector
1643
- connector_uuid: 'connector_uuid_example', # String | optional uuid of the connector (replaces id_connector)
1644
- birthday: 'birthday_example', # String | bank additional login parameter
1645
- password: 'password_example', # String | bank additional login parameter
1646
- oauth_token: 'oauth_token_example', # String | bank additional login parameter
1647
- oauth_token_secret: 'oauth_token_secret_example', # String | bank additional login parameter
1648
- auth_type: 'auth_type_example', # String | bank additional login parameter
1649
- secret: 'secret_example', # String | bank additional login parameter
1650
- type: 'type_example', # String | bank additional login parameter
1651
- birthdate: 'birthdate_example', # String | bank additional login parameter
1652
- nuser: 'nuser_example', # String | bank additional login parameter
1653
- website: 'website_example', # String | bank additional login parameter
1654
- openapiwebsite: 'openapiwebsite_example', # String | bank additional login parameter
1655
- website2: 'website_example', # String | bank additional login parameter
1656
- login: 'login_example', # String | bank additional login parameter
1657
- id_provider: 56, # Integer | ID of the provider
1658
- expand: 'expand_example' # String |
1887
+ expand: 'expand_example', # String |
1888
+ connection: nil # Object |
1659
1889
  }
1660
1890
 
1661
1891
  begin
@@ -1673,23 +1903,8 @@ Name | Type | Description | Notes
1673
1903
  ------------- | ------------- | ------------- | -------------
1674
1904
  **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
1675
1905
  **source** | **String**| optional comma-separated list of sources to use for the connection synchronization | [optional]
1676
- **id_connector** | **Integer**| ID of the connector | [optional]
1677
- **connector_uuid** | **String**| optional uuid of the connector (replaces id_connector) | [optional]
1678
- **birthday** | **String**| bank additional login parameter | [optional]
1679
- **password** | **String**| bank additional login parameter | [optional]
1680
- **oauth_token** | **String**| bank additional login parameter | [optional]
1681
- **oauth_token_secret** | **String**| bank additional login parameter | [optional]
1682
- **auth_type** | **String**| bank additional login parameter | [optional]
1683
- **secret** | **String**| bank additional login parameter | [optional]
1684
- **type** | **String**| bank additional login parameter | [optional]
1685
- **birthdate** | **String**| bank additional login parameter | [optional]
1686
- **nuser** | **String**| bank additional login parameter | [optional]
1687
- **website** | **String**| bank additional login parameter | [optional]
1688
- **openapiwebsite** | **String**| bank additional login parameter | [optional]
1689
- **website2** | **String**| bank additional login parameter | [optional]
1690
- **login** | **String**| bank additional login parameter | [optional]
1691
- **id_provider** | **Integer**| ID of the provider | [optional]
1692
1906
  **expand** | **String**| | [optional]
1907
+ **connection** | **Object**| | [optional]
1693
1908
 
1694
1909
  ### Return type
1695
1910
 
@@ -1701,7 +1916,7 @@ Name | Type | Description | Notes
1701
1916
 
1702
1917
  ### HTTP request headers
1703
1918
 
1704
- - **Content-Type**: application/x-www-form-urlencoded
1919
+ - **Content-Type**: application/json
1705
1920
  - **Accept**: application/json
1706
1921
 
1707
1922
 
@@ -83,7 +83,7 @@ Method | HTTP request | Description
83
83
 
84
84
 
85
85
  # **documenttypes_get**
86
- > InlineResponse20017 documenttypes_get(opts)
86
+ > InlineResponse20018 documenttypes_get(opts)
87
87
 
88
88
  Get document types
89
89
 
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
124
124
 
125
125
  ### Return type
126
126
 
127
- [**InlineResponse20017**](InlineResponse20017.md)
127
+ [**InlineResponse20018**](InlineResponse20018.md)
128
128
 
129
129
  ### Authorization
130
130
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **connectors** | [**Array&lt;Connector&gt;**](Connector.md) | |
6
+ **sources** | [**Array&lt;ConnectionSource&gt;**](ConnectionSource.md) | |
7
7
  **total** | **Float** | total number of results | [optional]
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **connectors** | [**Array&lt;Connector&gt;**](Connector.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **documenttypes** | [**Array&lt;DocumentType&gt;**](DocumentType.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **securities** | [**Array&lt;Security&gt;**](Security.md) | |
7
6
  **total** | **Float** | total number of results | [optional]
7
+ **documenttypes** | [**Array&lt;DocumentType&gt;**](DocumentType.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **securities** | [**Array&lt;Security&gt;**](Security.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **providers** | [**Array&lt;Connector&gt;**](Connector.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **termsofservices** | [**Array&lt;TermsOfService&gt;**](TermsOfService.md) | |
7
6
  **total** | **Float** | total number of results | [optional]
7
+ **providers** | [**Array&lt;Connector&gt;**](Connector.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **termsofservices** | [**Array&lt;TermsOfService&gt;**](TermsOfService.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **users** | [**Array&lt;User&gt;**](User.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **accounts** | [**Array&lt;Account&gt;**](Account.md) | |
7
+ **users** | [**Array&lt;User&gt;**](User.md) | |
8
8
 
9
9