budgea_client 5.0.4 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +19 -6
  4. data/budgea_openapi.json +1605 -1319
  5. data/config.json +1 -1
  6. data/docs/Account.md +1 -0
  7. data/docs/AdministrationApi.md +12 -12
  8. data/docs/BanksApi.md +263 -18
  9. data/docs/ConnectionsApi.md +251 -6
  10. data/docs/DocumentsApi.md +2 -2
  11. data/docs/InlineResponse20016.md +1 -1
  12. data/docs/InlineResponse20017.md +1 -1
  13. data/docs/InlineResponse20018.md +1 -1
  14. data/docs/InlineResponse20019.md +1 -1
  15. data/docs/InlineResponse20020.md +1 -1
  16. data/docs/InlineResponse20021.md +1 -1
  17. data/docs/InlineResponse20022.md +1 -1
  18. data/docs/InlineResponse20023.md +1 -1
  19. data/docs/InlineResponse20024.md +1 -1
  20. data/docs/InlineResponse20025.md +1 -1
  21. data/docs/InlineResponse20026.md +1 -1
  22. data/docs/InlineResponse20027.md +1 -1
  23. data/docs/InlineResponse20028.md +1 -1
  24. data/docs/InlineResponse20029.md +1 -1
  25. data/docs/InlineResponse20030.md +1 -1
  26. data/docs/PFMApi.md +9 -9
  27. data/docs/ProvidersApi.md +253 -8
  28. data/docs/TermsApi.md +72 -7
  29. data/docs/TransfersApi.md +24 -24
  30. data/docs/UsersManagementApi.md +2 -2
  31. data/docs/WealthApi.md +53 -37
  32. data/lib/budgea_client/api/administration_api.rb +13 -13
  33. data/lib/budgea_client/api/banks_api.rb +273 -27
  34. data/lib/budgea_client/api/connections_api.rb +255 -9
  35. data/lib/budgea_client/api/documents_api.rb +3 -3
  36. data/lib/budgea_client/api/pfm_api.rb +11 -11
  37. data/lib/budgea_client/api/providers_api.rb +258 -12
  38. data/lib/budgea_client/api/terms_api.rb +75 -9
  39. data/lib/budgea_client/api/transfers_api.rb +36 -36
  40. data/lib/budgea_client/api/users_management_api.rb +3 -3
  41. data/lib/budgea_client/api/wealth_api.rb +77 -53
  42. data/lib/budgea_client/models/account.rb +12 -1
  43. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  44. data/lib/budgea_client/models/inline_response_200_17.rb +18 -18
  45. data/lib/budgea_client/models/inline_response_200_18.rb +18 -18
  46. data/lib/budgea_client/models/inline_response_200_19.rb +18 -18
  47. data/lib/budgea_client/models/inline_response_200_20.rb +18 -18
  48. data/lib/budgea_client/models/inline_response_200_21.rb +18 -18
  49. data/lib/budgea_client/models/inline_response_200_22.rb +11 -11
  50. data/lib/budgea_client/models/inline_response_200_23.rb +11 -11
  51. data/lib/budgea_client/models/inline_response_200_24.rb +18 -18
  52. data/lib/budgea_client/models/inline_response_200_25.rb +18 -18
  53. data/lib/budgea_client/models/inline_response_200_26.rb +11 -11
  54. data/lib/budgea_client/models/inline_response_200_27.rb +11 -11
  55. data/lib/budgea_client/models/inline_response_200_28.rb +11 -11
  56. data/lib/budgea_client/models/inline_response_200_29.rb +18 -18
  57. data/lib/budgea_client/models/inline_response_200_30.rb +11 -11
  58. data/lib/budgea_client/version.rb +1 -1
  59. data/original_budgea_openapi.json +1559 -1474
  60. metadata +2 -9
  61. data/config.yaml +0 -15
  62. data/pkg/budgea_client-2.0.1.gem +0 -0
  63. data/pkg/budgea_client-2.0.2.gem +0 -0
  64. data/pkg/budgea_client-3.0.0.gem +0 -0
  65. data/pkg/budgea_client-4.0.1.gem +0 -0
  66. data/pkg/budgea_client-4.0.2.gem +0 -0
  67. data/pkg/budgea_client-4.0.3.gem +0 -0
@@ -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
 
data/docs/DocumentsApi.md CHANGED
@@ -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
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **investments** | [**Array&lt;Investment&gt;**](Investment.md) | |
7
+ **accounts** | [**Array&lt;Account&gt;**](Account.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **investmentvalues** | [**Array&lt;InvestmentValue&gt;**](InvestmentValue.md) | |
7
6
  **total** | **Float** | total number of results | [optional]
7
+ **investments** | [**Array&lt;Investment&gt;**](Investment.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **investmentvalues** | [**Array&lt;InvestmentValue&gt;**](InvestmentValue.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **pockets** | [**Array&lt;Pocket&gt;**](Pocket.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
- **accountlogs** | [**Array&lt;AccountLog&gt;**](AccountLog.md) | |
7
+ **pockets** | [**Array&lt;Pocket&gt;**](Pocket.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
- **useralerts** | [**Array&lt;UserAlert&gt;**](UserAlert.md) | |
7
+ **accountlogs** | [**Array&lt;AccountLog&gt;**](AccountLog.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
- **recipients** | [**Array&lt;Recipient&gt;**](Recipient.md) | |
7
+ **useralerts** | [**Array&lt;UserAlert&gt;**](UserAlert.md) | |
8
8
 
9
9