budgea_client 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +17 -0
  4. data/Rakefile +1 -5
  5. data/budgea_openapi.json +748 -63
  6. data/docs/Account.md +2 -0
  7. data/docs/AdministrationApi.md +497 -4
  8. data/docs/AuthenticationApi.md +2 -0
  9. data/docs/BanksApi.md +165 -48
  10. data/docs/ConnectionsApi.md +14 -12
  11. data/docs/Connector.md +2 -0
  12. data/docs/DocumentsApi.md +26 -26
  13. data/docs/InlineResponse20013.md +1 -1
  14. data/docs/InlineResponse20014.md +1 -1
  15. data/docs/InlineResponse20015.md +1 -1
  16. data/docs/InlineResponse20016.md +1 -1
  17. data/docs/InlineResponse20017.md +1 -1
  18. data/docs/InlineResponse20018.md +1 -1
  19. data/docs/InlineResponse20019.md +1 -1
  20. data/docs/InlineResponse20020.md +1 -1
  21. data/docs/InlineResponse20021.md +1 -1
  22. data/docs/InlineResponse20022.md +1 -1
  23. data/docs/InlineResponse20023.md +1 -1
  24. data/docs/InlineResponse20024.md +1 -1
  25. data/docs/InlineResponse20025.md +1 -1
  26. data/docs/InlineResponse20026.md +1 -1
  27. data/docs/InlineResponse20027.md +1 -1
  28. data/docs/InlineResponse20028.md +1 -1
  29. data/docs/InlineResponse20029.md +1 -1
  30. data/docs/InlineResponse20030.md +1 -1
  31. data/docs/InlineResponse20031.md +1 -1
  32. data/docs/InlineResponse20032.md +1 -1
  33. data/docs/InlineResponse20033.md +1 -1
  34. data/docs/InlineResponse20034.md +1 -1
  35. data/docs/InlineResponse20035.md +1 -1
  36. data/docs/InlineResponse20036.md +1 -1
  37. data/docs/PFMApi.md +10 -10
  38. data/docs/ProvidersApi.md +38 -38
  39. data/docs/TermsApi.md +4 -4
  40. data/docs/Transaction.md +1 -1
  41. data/docs/TransfersApi.md +43 -25
  42. data/docs/UsersManagementApi.md +4 -4
  43. data/docs/WealthApi.md +18 -18
  44. data/docs/Webhook.md +2 -0
  45. data/lib/budgea_client/api/administration_api.rb +506 -6
  46. data/lib/budgea_client/api/authentication_api.rb +3 -0
  47. data/lib/budgea_client/api/banks_api.rb +183 -72
  48. data/lib/budgea_client/api/connections_api.rb +21 -18
  49. data/lib/budgea_client/api/documents_api.rb +39 -39
  50. data/lib/budgea_client/api/pfm_api.rb +15 -15
  51. data/lib/budgea_client/api/providers_api.rb +57 -57
  52. data/lib/budgea_client/api/terms_api.rb +6 -6
  53. data/lib/budgea_client/api/transfers_api.rb +63 -36
  54. data/lib/budgea_client/api/users_management_api.rb +6 -6
  55. data/lib/budgea_client/api/wealth_api.rb +27 -27
  56. data/lib/budgea_client/models/account.rb +24 -4
  57. data/lib/budgea_client/models/connector.rb +26 -1
  58. data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
  59. data/lib/budgea_client/models/inline_response_200_14.rb +11 -11
  60. data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
  61. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  62. data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
  63. data/lib/budgea_client/models/inline_response_200_18.rb +11 -11
  64. data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
  65. data/lib/budgea_client/models/inline_response_200_20.rb +11 -11
  66. data/lib/budgea_client/models/inline_response_200_21.rb +11 -11
  67. data/lib/budgea_client/models/inline_response_200_22.rb +11 -11
  68. data/lib/budgea_client/models/inline_response_200_23.rb +11 -11
  69. data/lib/budgea_client/models/inline_response_200_24.rb +11 -11
  70. data/lib/budgea_client/models/inline_response_200_25.rb +11 -11
  71. data/lib/budgea_client/models/inline_response_200_26.rb +11 -11
  72. data/lib/budgea_client/models/inline_response_200_27.rb +11 -11
  73. data/lib/budgea_client/models/inline_response_200_28.rb +11 -11
  74. data/lib/budgea_client/models/inline_response_200_29.rb +11 -11
  75. data/lib/budgea_client/models/inline_response_200_30.rb +11 -11
  76. data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
  77. data/lib/budgea_client/models/inline_response_200_32.rb +11 -11
  78. data/lib/budgea_client/models/inline_response_200_33.rb +11 -11
  79. data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
  80. data/lib/budgea_client/models/inline_response_200_35.rb +11 -11
  81. data/lib/budgea_client/models/inline_response_200_36.rb +11 -11
  82. data/lib/budgea_client/models/transaction.rb +11 -18
  83. data/lib/budgea_client/models/webhook.rb +24 -4
  84. data/lib/budgea_client/version.rb +1 -1
  85. data/lib/budgea_client.rb +7 -0
  86. data/original_budgea_openapi.json +771 -142
  87. data/pkg/budgea_client-2.0.1.gem +0 -0
  88. metadata +4 -3
data/docs/PFMApi.md CHANGED
@@ -507,7 +507,7 @@ nil (empty response body)
507
507
 
508
508
 
509
509
  # **users_id_user_accounts_id_account_operationsalert_get**
510
- > InlineResponse20024 users_id_user_accounts_id_account_operationsalert_get(id_user, id_account, opts)
510
+ > InlineResponse20025 users_id_user_accounts_id_account_operationsalert_get(id_user, id_account, opts)
511
511
 
512
512
  Get a list of configurated alerts
513
513
 
@@ -554,7 +554,7 @@ Name | Type | Description | Notes
554
554
 
555
555
  ### Return type
556
556
 
557
- [**InlineResponse20024**](InlineResponse20024.md)
557
+ [**InlineResponse20025**](InlineResponse20025.md)
558
558
 
559
559
  ### Authorization
560
560
 
@@ -1025,7 +1025,7 @@ nil (empty response body)
1025
1025
 
1026
1026
 
1027
1027
  # **users_id_user_connections_id_connection_accounts_id_account_operationsalert_get**
1028
- > InlineResponse20024 users_id_user_connections_id_connection_accounts_id_account_operationsalert_get(id_user, id_connection, id_account, opts)
1028
+ > InlineResponse20025 users_id_user_connections_id_connection_accounts_id_account_operationsalert_get(id_user, id_connection, id_account, opts)
1029
1029
 
1030
1030
  Get a list of configurated alerts
1031
1031
 
@@ -1075,7 +1075,7 @@ Name | Type | Description | Notes
1075
1075
 
1076
1076
  ### Return type
1077
1077
 
1078
- [**InlineResponse20024**](InlineResponse20024.md)
1078
+ [**InlineResponse20025**](InlineResponse20025.md)
1079
1079
 
1080
1080
  ### Authorization
1081
1081
 
@@ -1371,7 +1371,7 @@ nil (empty response body)
1371
1371
 
1372
1372
 
1373
1373
  # **users_id_user_devices_get**
1374
- > InlineResponse20033 users_id_user_devices_get(id_user, opts)
1374
+ > InlineResponse20034 users_id_user_devices_get(id_user, opts)
1375
1375
 
1376
1376
  Get devices
1377
1377
 
@@ -1415,7 +1415,7 @@ Name | Type | Description | Notes
1415
1415
 
1416
1416
  ### Return type
1417
1417
 
1418
- [**InlineResponse20033**](InlineResponse20033.md)
1418
+ [**InlineResponse20034**](InlineResponse20034.md)
1419
1419
 
1420
1420
  ### Authorization
1421
1421
 
@@ -1797,7 +1797,7 @@ Name | Type | Description | Notes
1797
1797
 
1798
1798
 
1799
1799
  # **users_id_user_operationsalert_get**
1800
- > InlineResponse20024 users_id_user_operationsalert_get(id_user, opts)
1800
+ > InlineResponse20025 users_id_user_operationsalert_get(id_user, opts)
1801
1801
 
1802
1802
  Get a list of configurated alerts
1803
1803
 
@@ -1841,7 +1841,7 @@ Name | Type | Description | Notes
1841
1841
 
1842
1842
  ### Return type
1843
1843
 
1844
- [**InlineResponse20024**](InlineResponse20024.md)
1844
+ [**InlineResponse20025**](InlineResponse20025.md)
1845
1845
 
1846
1846
  ### Authorization
1847
1847
 
@@ -2055,7 +2055,7 @@ Name | Type | Description | Notes
2055
2055
 
2056
2056
 
2057
2057
  # **users_id_user_profiles_get**
2058
- > InlineResponse20034 users_id_user_profiles_get(id_user, opts)
2058
+ > InlineResponse20035 users_id_user_profiles_get(id_user, opts)
2059
2059
 
2060
2060
  Get profiles
2061
2061
 
@@ -2099,7 +2099,7 @@ Name | Type | Description | Notes
2099
2099
 
2100
2100
  ### Return type
2101
2101
 
2102
- [**InlineResponse20034**](InlineResponse20034.md)
2102
+ [**InlineResponse20035**](InlineResponse20035.md)
2103
2103
 
2104
2104
  ### Authorization
2105
2105
 
data/docs/ProvidersApi.md CHANGED
@@ -399,7 +399,7 @@ Name | Type | Description | Notes
399
399
 
400
400
 
401
401
  # **connectors_get**
402
- > InlineResponse20013 connectors_get(opts)
402
+ > InlineResponse20014 connectors_get(opts)
403
403
 
404
404
  Get list of connectors
405
405
 
@@ -440,7 +440,7 @@ Name | Type | Description | Notes
440
440
 
441
441
  ### Return type
442
442
 
443
- [**InlineResponse20013**](InlineResponse20013.md)
443
+ [**InlineResponse20014**](InlineResponse20014.md)
444
444
 
445
445
  ### Authorization
446
446
 
@@ -893,7 +893,6 @@ login = 'login_example' # String | Users login
893
893
  password = 'password_example' # String | Users password
894
894
 
895
895
  opts = {
896
- api: 'api_example', # String | Name of the API
897
896
  url: 'url_example', # String | Url of the bank
898
897
  email: 'email_example', # String | Email of the user
899
898
  types: 'types_example', # String | Type of connector, eg. banks or providers
@@ -918,7 +917,6 @@ Name | Type | Description | Notes
918
917
  **name** | **String**| Name of the bank or provider |
919
918
  **login** | **String**| Users login |
920
919
  **password** | **String**| Users password |
921
- **api** | **String**| Name of the API | [optional]
922
920
  **url** | **String**| Url of the bank | [optional]
923
921
  **email** | **String**| Email of the user | [optional]
924
922
  **types** | **String**| Type of connector, eg. banks or providers | [optional]
@@ -942,7 +940,7 @@ Name | Type | Description | Notes
942
940
 
943
941
 
944
942
  # **documenttypes_get**
945
- > InlineResponse20014 documenttypes_get(opts)
943
+ > InlineResponse20015 documenttypes_get(opts)
946
944
 
947
945
  Get document types
948
946
 
@@ -983,7 +981,7 @@ Name | Type | Description | Notes
983
981
 
984
982
  ### Return type
985
983
 
986
- [**InlineResponse20014**](InlineResponse20014.md)
984
+ [**InlineResponse20015**](InlineResponse20015.md)
987
985
 
988
986
  ### Authorization
989
987
 
@@ -1061,7 +1059,7 @@ Name | Type | Description | Notes
1061
1059
 
1062
1060
 
1063
1061
  # **logs_get**
1064
- > InlineResponse20016 logs_get(opts)
1062
+ > InlineResponse20017 logs_get(opts)
1065
1063
 
1066
1064
  Get connection logs
1067
1065
 
@@ -1122,7 +1120,7 @@ Name | Type | Description | Notes
1122
1120
 
1123
1121
  ### Return type
1124
1122
 
1125
- [**InlineResponse20016**](InlineResponse20016.md)
1123
+ [**InlineResponse20017**](InlineResponse20017.md)
1126
1124
 
1127
1125
  ### Authorization
1128
1126
 
@@ -1195,7 +1193,7 @@ nil (empty response body)
1195
1193
 
1196
1194
 
1197
1195
  # **providers_get**
1198
- > InlineResponse20017 providers_get(opts)
1196
+ > InlineResponse20018 providers_get(opts)
1199
1197
 
1200
1198
  Get list of connectors
1201
1199
 
@@ -1236,7 +1234,7 @@ Name | Type | Description | Notes
1236
1234
 
1237
1235
  ### Return type
1238
1236
 
1239
- [**InlineResponse20017**](InlineResponse20017.md)
1237
+ [**InlineResponse20018**](InlineResponse20018.md)
1240
1238
 
1241
1239
  ### Authorization
1242
1240
 
@@ -1488,7 +1486,7 @@ Name | Type | Description | Notes
1488
1486
 
1489
1487
 
1490
1488
  # **users_id_user_accounts_id_account_transactions_id_transaction_documents_get**
1491
- > InlineResponse20028 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
1489
+ > InlineResponse20029 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
1492
1490
 
1493
1491
  Get documents
1494
1492
 
@@ -1556,7 +1554,7 @@ Name | Type | Description | Notes
1556
1554
 
1557
1555
  ### Return type
1558
1556
 
1559
- [**InlineResponse20028**](InlineResponse20028.md)
1557
+ [**InlineResponse20029**](InlineResponse20029.md)
1560
1558
 
1561
1559
  ### Authorization
1562
1560
 
@@ -1947,7 +1945,7 @@ Name | Type | Description | Notes
1947
1945
 
1948
1946
 
1949
1947
  # **users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
1950
- > InlineResponse20028 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
1948
+ > InlineResponse20029 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
1951
1949
 
1952
1950
  Get documents
1953
1951
 
@@ -2015,7 +2013,7 @@ Name | Type | Description | Notes
2015
2013
 
2016
2014
  ### Return type
2017
2015
 
2018
- [**InlineResponse20028**](InlineResponse20028.md)
2016
+ [**InlineResponse20029**](InlineResponse20029.md)
2019
2017
 
2020
2018
  ### Authorization
2021
2019
 
@@ -2525,7 +2523,7 @@ Name | Type | Description | Notes
2525
2523
 
2526
2524
 
2527
2525
  # **users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get**
2528
- > InlineResponse20028 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
2526
+ > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
2529
2527
 
2530
2528
  Get documents
2531
2529
 
@@ -2596,7 +2594,7 @@ Name | Type | Description | Notes
2596
2594
 
2597
2595
  ### Return type
2598
2596
 
2599
- [**InlineResponse20028**](InlineResponse20028.md)
2597
+ [**InlineResponse20029**](InlineResponse20029.md)
2600
2598
 
2601
2599
  ### Authorization
2602
2600
 
@@ -3002,7 +3000,7 @@ Name | Type | Description | Notes
3002
3000
 
3003
3001
 
3004
3002
  # **users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
3005
- > InlineResponse20028 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts)
3003
+ > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts)
3006
3004
 
3007
3005
  Get documents
3008
3006
 
@@ -3073,7 +3071,7 @@ Name | Type | Description | Notes
3073
3071
 
3074
3072
  ### Return type
3075
3073
 
3076
- [**InlineResponse20028**](InlineResponse20028.md)
3074
+ [**InlineResponse20029**](InlineResponse20029.md)
3077
3075
 
3078
3076
  ### Authorization
3079
3077
 
@@ -3534,7 +3532,7 @@ Name | Type | Description | Notes
3534
3532
 
3535
3533
 
3536
3534
  # **users_id_user_connections_id_connection_documents_get**
3537
- > InlineResponse20028 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
3535
+ > InlineResponse20029 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
3538
3536
 
3539
3537
  Get documents
3540
3538
 
@@ -3599,7 +3597,7 @@ Name | Type | Description | Notes
3599
3597
 
3600
3598
  ### Return type
3601
3599
 
3602
- [**InlineResponse20028**](InlineResponse20028.md)
3600
+ [**InlineResponse20029**](InlineResponse20029.md)
3603
3601
 
3604
3602
  ### Authorization
3605
3603
 
@@ -3975,7 +3973,7 @@ Name | Type | Description | Notes
3975
3973
 
3976
3974
 
3977
3975
  # **users_id_user_connections_id_connection_logs_get**
3978
- > InlineResponse20016 users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts)
3976
+ > InlineResponse20017 users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts)
3979
3977
 
3980
3978
  Get connection logs
3981
3979
 
@@ -4042,7 +4040,7 @@ Name | Type | Description | Notes
4042
4040
 
4043
4041
  ### Return type
4044
4042
 
4045
- [**InlineResponse20016**](InlineResponse20016.md)
4043
+ [**InlineResponse20017**](InlineResponse20017.md)
4046
4044
 
4047
4045
  ### Authorization
4048
4046
 
@@ -4314,7 +4312,7 @@ Name | Type | Description | Notes
4314
4312
 
4315
4313
 
4316
4314
  # **users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get**
4317
- > InlineResponse20028 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
4315
+ > InlineResponse20029 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
4318
4316
 
4319
4317
  Get documents
4320
4318
 
@@ -4382,7 +4380,7 @@ Name | Type | Description | Notes
4382
4380
 
4383
4381
  ### Return type
4384
4382
 
4385
- [**InlineResponse20028**](InlineResponse20028.md)
4383
+ [**InlineResponse20029**](InlineResponse20029.md)
4386
4384
 
4387
4385
  ### Authorization
4388
4386
 
@@ -4841,7 +4839,7 @@ Name | Type | Description | Notes
4841
4839
 
4842
4840
 
4843
4841
  # **users_id_user_connections_id_connection_transactions_id_transaction_documents_get**
4844
- > InlineResponse20028 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
4842
+ > InlineResponse20029 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
4845
4843
 
4846
4844
  Get documents
4847
4845
 
@@ -4909,7 +4907,7 @@ Name | Type | Description | Notes
4909
4907
 
4910
4908
  ### Return type
4911
4909
 
4912
- [**InlineResponse20028**](InlineResponse20028.md)
4910
+ [**InlineResponse20029**](InlineResponse20029.md)
4913
4911
 
4914
4912
  ### Authorization
4915
4913
 
@@ -5300,7 +5298,7 @@ Name | Type | Description | Notes
5300
5298
 
5301
5299
 
5302
5300
  # **users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get**
5303
- > InlineResponse20028 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
5301
+ > InlineResponse20029 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
5304
5302
 
5305
5303
  Get documents
5306
5304
 
@@ -5368,7 +5366,7 @@ Name | Type | Description | Notes
5368
5366
 
5369
5367
  ### Return type
5370
5368
 
5371
- [**InlineResponse20028**](InlineResponse20028.md)
5369
+ [**InlineResponse20029**](InlineResponse20029.md)
5372
5370
 
5373
5371
  ### Authorization
5374
5372
 
@@ -5719,6 +5717,7 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
5719
5717
 
5720
5718
  opts = {
5721
5719
  id_connector: 56, # Integer | ID of the connector
5720
+ connector_uuid: 'connector_uuid_example', # String | optional uuid of the connector (replaces id_connector)
5722
5721
  birthday: 'birthday_example', # String | bank additional login parameter
5723
5722
  password: 'password_example', # String | bank additional login parameter
5724
5723
  oauth_token: 'oauth_token_example', # String | bank additional login parameter
@@ -5749,6 +5748,7 @@ Name | Type | Description | Notes
5749
5748
  ------------- | ------------- | ------------- | -------------
5750
5749
  **id_user** | **String**| Hint: you can use 'me' or 'all' |
5751
5750
  **id_connector** | **Integer**| ID of the connector | [optional]
5751
+ **connector_uuid** | **String**| optional uuid of the connector (replaces id_connector) | [optional]
5752
5752
  **birthday** | **String**| bank additional login parameter | [optional]
5753
5753
  **password** | **String**| bank additional login parameter | [optional]
5754
5754
  **oauth_token** | **String**| bank additional login parameter | [optional]
@@ -5837,7 +5837,7 @@ Name | Type | Description | Notes
5837
5837
 
5838
5838
 
5839
5839
  # **users_id_user_documents_get**
5840
- > InlineResponse20028 users_id_user_documents_get(id_user, opts)
5840
+ > InlineResponse20029 users_id_user_documents_get(id_user, opts)
5841
5841
 
5842
5842
  Get documents
5843
5843
 
@@ -5899,7 +5899,7 @@ Name | Type | Description | Notes
5899
5899
 
5900
5900
  ### Return type
5901
5901
 
5902
- [**InlineResponse20028**](InlineResponse20028.md)
5902
+ [**InlineResponse20029**](InlineResponse20029.md)
5903
5903
 
5904
5904
  ### Authorization
5905
5905
 
@@ -6202,7 +6202,7 @@ Name | Type | Description | Notes
6202
6202
 
6203
6203
 
6204
6204
  # **users_id_user_logs_get**
6205
- > InlineResponse20016 users_id_user_logs_get(id_user, opts)
6205
+ > InlineResponse20017 users_id_user_logs_get(id_user, opts)
6206
6206
 
6207
6207
  Get connection logs
6208
6208
 
@@ -6266,7 +6266,7 @@ Name | Type | Description | Notes
6266
6266
 
6267
6267
  ### Return type
6268
6268
 
6269
- [**InlineResponse20016**](InlineResponse20016.md)
6269
+ [**InlineResponse20017**](InlineResponse20017.md)
6270
6270
 
6271
6271
  ### Authorization
6272
6272
 
@@ -6464,7 +6464,7 @@ Name | Type | Description | Notes
6464
6464
 
6465
6465
 
6466
6466
  # **users_id_user_subscriptions_id_subscription_documents_get**
6467
- > InlineResponse20028 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
6467
+ > InlineResponse20029 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
6468
6468
 
6469
6469
  Get documents
6470
6470
 
@@ -6529,7 +6529,7 @@ Name | Type | Description | Notes
6529
6529
 
6530
6530
  ### Return type
6531
6531
 
6532
- [**InlineResponse20028**](InlineResponse20028.md)
6532
+ [**InlineResponse20029**](InlineResponse20029.md)
6533
6533
 
6534
6534
  ### Authorization
6535
6535
 
@@ -6970,7 +6970,7 @@ Name | Type | Description | Notes
6970
6970
 
6971
6971
 
6972
6972
  # **users_id_user_transactions_id_transaction_documents_get**
6973
- > InlineResponse20028 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
6973
+ > InlineResponse20029 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
6974
6974
 
6975
6975
  Get documents
6976
6976
 
@@ -7035,7 +7035,7 @@ Name | Type | Description | Notes
7035
7035
 
7036
7036
  ### Return type
7037
7037
 
7038
- [**InlineResponse20028**](InlineResponse20028.md)
7038
+ [**InlineResponse20029**](InlineResponse20029.md)
7039
7039
 
7040
7040
  ### Authorization
7041
7041
 
@@ -7411,7 +7411,7 @@ Name | Type | Description | Notes
7411
7411
 
7412
7412
 
7413
7413
  # **users_id_user_transactionsclusters_id_transactions_cluster_documents_get**
7414
- > InlineResponse20028 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
7414
+ > InlineResponse20029 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
7415
7415
 
7416
7416
  Get documents
7417
7417
 
@@ -7476,7 +7476,7 @@ Name | Type | Description | Notes
7476
7476
 
7477
7477
  ### Return type
7478
7478
 
7479
- [**InlineResponse20028**](InlineResponse20028.md)
7479
+ [**InlineResponse20029**](InlineResponse20029.md)
7480
7480
 
7481
7481
  ### Authorization
7482
7482
 
data/docs/TermsApi.md CHANGED
@@ -11,7 +11,7 @@ Method | HTTP request | Description
11
11
 
12
12
 
13
13
  # **terms_get**
14
- > InlineResponse20018 terms_get(opts)
14
+ > InlineResponse20019 terms_get(opts)
15
15
 
16
16
  Return the current terms and the content of the associated file
17
17
 
@@ -52,7 +52,7 @@ Name | Type | Description | Notes
52
52
 
53
53
  ### Return type
54
54
 
55
- [**InlineResponse20018**](InlineResponse20018.md)
55
+ [**InlineResponse20019**](InlineResponse20019.md)
56
56
 
57
57
  ### Authorization
58
58
 
@@ -125,7 +125,7 @@ Name | Type | Description | Notes
125
125
 
126
126
 
127
127
  # **users_id_user_terms_get**
128
- > InlineResponse20018 users_id_user_terms_get(id_user, opts)
128
+ > InlineResponse20019 users_id_user_terms_get(id_user, opts)
129
129
 
130
130
  Get active terms object for a specific user, only one terms can be active
131
131
 
@@ -169,7 +169,7 @@ Name | Type | Description | Notes
169
169
 
170
170
  ### Return type
171
171
 
172
- [**InlineResponse20018**](InlineResponse20018.md)
172
+ [**InlineResponse20019**](InlineResponse20019.md)
173
173
 
174
174
  ### Authorization
175
175
 
data/docs/Transaction.md CHANGED
@@ -20,13 +20,13 @@ Name | Type | Description | Notes
20
20
  **date_scraped** | **DateTime** | Date when the transaction has been seen |
21
21
  **rdate** | **Date** | Realization of the transaction |
22
22
  **vdate** | **Date** | Value date of the transaction | [optional]
23
+ **bdate** | **Date** | Date used by the bank for the transaction | [optional]
23
24
  **coming** | **BOOLEAN** | If true, this transaction hasn't been yet debited |
24
25
  **active** | **BOOLEAN** | If false, PFM services will ignore this transaction | [default to true]
25
26
  **id_cluster** | **Integer** | If the transaction is part of a cluster | [optional]
26
27
  **comment** | **String** | User comment | [optional]
27
28
  **last_update** | **DateTime** | Last update of the transaction | [optional]
28
29
  **deleted** | **DateTime** | If set, this transaction has been removed from the bank | [optional]
29
- **nopurge** | **BOOLEAN** | If set to true, this transaction will never be considered as deleted | [default to false]
30
30
  **original_value** | **Float** | Value in the original currency | [optional]
31
31
  **original_currency** | **Object** | Original currency | [optional]
32
32
  **commission** | **Float** | Commission taken on the transaction | [optional]