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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82f87ebb4e406ca9b617792c8e076c6d5f350f40f5c661456bb587ade23fd9e0
4
- data.tar.gz: a22550592d6e6e7aad56bfb671dec5ee774b51beb64f5972643b6993b724ad20
3
+ metadata.gz: a1ec043e81509da439e460c10aca0b9e6894b4e7b63816e59386e7fceff98b24
4
+ data.tar.gz: 14fb09eec18ff1efb4c7485fd7e5f8df4742a3078947a4deab0aa178f4329b49
5
5
  SHA512:
6
- metadata.gz: 1727f9741d67dc86a2e45a9638e2f802b210c9a67b88eaa2f2dbaaa0b9e6d3d6d1a0b374220f2f0a42d0907466295762bbc8f0400b3b8e614c1bfa5b1536b56b
7
- data.tar.gz: 8f2ebeba2ad4d1054805c48ed352ce1bc2166e66a3d4a86007f8e2eb79d3f0656a535c4fa716b35d016348f4b7b82cddc6cfa9604beaac99aed2c2566118a53f
6
+ metadata.gz: 616b0bb0531e13056ea3371acddfc10fdaa291b5ffec7d4d35007b1fbbf63e41689efe0abae6650e33473f2c067c9757c6d79c3998721ab1b6103fa66a4b9857
7
+ data.tar.gz: d22ff9b43b4ce1aff5d2f0863c6422e8edcac127a6798d60ee6d3e9675719622e32cbb892a40379d15456251e07520587f45783af499c4ec342223a896f370f8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- budgea_client (2.0.0)
4
+ budgea_client (2.0.1)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
data/README.md CHANGED
@@ -92,6 +92,7 @@ Class | Method | HTTP request | Description
92
92
  *BudgeaClient::AdministrationApi* | [**clients_id_client_put**](docs/AdministrationApi.md#clients_id_client_put) | **PUT** /clients/{id_client} | Update a client
93
93
  *BudgeaClient::AdministrationApi* | [**clients_post**](docs/AdministrationApi.md#clients_post) | **POST** /clients | Create a client
94
94
  *BudgeaClient::AdministrationApi* | [**config_get**](docs/AdministrationApi.md#config_get) | **GET** /config | Get configuration of the API.
95
+ *BudgeaClient::AdministrationApi* | [**config_logs_get**](docs/AdministrationApi.md#config_logs_get) | **GET** /config/logs | Get configuration change history of the API.
95
96
  *BudgeaClient::AdministrationApi* | [**config_post**](docs/AdministrationApi.md#config_post) | **POST** /config | Set a configuration value on the API.
96
97
  *BudgeaClient::AdministrationApi* | [**merchants_get**](docs/AdministrationApi.md#merchants_get) | **GET** /merchants | List clients
97
98
  *BudgeaClient::AdministrationApi* | [**merchants_id_client_logo_delete**](docs/AdministrationApi.md#merchants_id_client_logo_delete) | **DELETE** /merchants/{id_client}/logo | Delete the client logo
@@ -100,8 +101,15 @@ Class | Method | HTTP request | Description
100
101
  *BudgeaClient::AdministrationApi* | [**monitoring_get**](docs/AdministrationApi.md#monitoring_get) | **GET** /monitoring | get performances stats on this instance
101
102
  *BudgeaClient::AdministrationApi* | [**test_sync_post**](docs/AdministrationApi.md#test_sync_post) | **POST** /test/sync | Test synchronization on a random connection.
102
103
  *BudgeaClient::AdministrationApi* | [**test_webhooks_post**](docs/AdministrationApi.md#test_webhooks_post) | **POST** /test/webhooks | Test synchronization on a random connection.
104
+ *BudgeaClient::AdministrationApi* | [**webhooks_auth_delete**](docs/AdministrationApi.md#webhooks_auth_delete) | **DELETE** /webhooks/auth | Deletes all webhook authentication types
105
+ *BudgeaClient::AdministrationApi* | [**webhooks_auth_get**](docs/AdministrationApi.md#webhooks_auth_get) | **GET** /webhooks/auth | Get webhooks authentication types
106
+ *BudgeaClient::AdministrationApi* | [**webhooks_auth_id_auth_delete**](docs/AdministrationApi.md#webhooks_auth_id_auth_delete) | **DELETE** /webhooks/auth/{id_auth} | Deletes the webhook authentication type
107
+ *BudgeaClient::AdministrationApi* | [**webhooks_auth_id_auth_post**](docs/AdministrationApi.md#webhooks_auth_id_auth_post) | **POST** /webhooks/auth/{id_auth} | Updates the webhook authentication type
108
+ *BudgeaClient::AdministrationApi* | [**webhooks_auth_id_auth_put**](docs/AdministrationApi.md#webhooks_auth_id_auth_put) | **PUT** /webhooks/auth/{id_auth} | Updates the webhook authentication type
109
+ *BudgeaClient::AdministrationApi* | [**webhooks_auth_post**](docs/AdministrationApi.md#webhooks_auth_post) | **POST** /webhooks/auth | Adds a new webhook authentication type
103
110
  *BudgeaClient::AdministrationApi* | [**webhooks_delete**](docs/AdministrationApi.md#webhooks_delete) | **DELETE** /webhooks | Deletes all webhooks
104
111
  *BudgeaClient::AdministrationApi* | [**webhooks_get**](docs/AdministrationApi.md#webhooks_get) | **GET** /webhooks | Get webhooks
112
+ *BudgeaClient::AdministrationApi* | [**webhooks_id_webhook_add_to_data_get**](docs/AdministrationApi.md#webhooks_id_webhook_add_to_data_get) | **GET** /webhooks/{id_webhook}/add_to_data | retrieve the list of the value to add in webhooks when sending the requested webhook
105
113
  *BudgeaClient::AdministrationApi* | [**webhooks_id_webhook_delete**](docs/AdministrationApi.md#webhooks_id_webhook_delete) | **DELETE** /webhooks/{id_webhook} | Deletes a webhook
106
114
  *BudgeaClient::AdministrationApi* | [**webhooks_id_webhook_logs_get**](docs/AdministrationApi.md#webhooks_id_webhook_logs_get) | **GET** /webhooks/{id_webhook}/logs | Get webhooks logs.
107
115
  *BudgeaClient::AdministrationApi* | [**webhooks_id_webhook_post**](docs/AdministrationApi.md#webhooks_id_webhook_post) | **POST** /webhooks/{id_webhook} | Updates a webhook
@@ -130,6 +138,8 @@ Class | Method | HTTP request | Description
130
138
  *BudgeaClient::BanksApi* | [**banks_id_connector_logos_main_get**](docs/BanksApi.md#banks_id_connector_logos_main_get) | **GET** /banks/{id_connector}/logos/main | Get all links to the files associated with this connector.
131
139
  *BudgeaClient::BanksApi* | [**banks_id_connector_logos_thumbnail_get**](docs/BanksApi.md#banks_id_connector_logos_thumbnail_get) | **GET** /banks/{id_connector}/logos/thumbnail | Get all links to the files associated with this connector.
132
140
  *BudgeaClient::BanksApi* | [**categories_get**](docs/BanksApi.md#categories_get) | **GET** /categories | Get all categories
141
+ *BudgeaClient::BanksApi* | [**categories_keywords_id_keyword_delete**](docs/BanksApi.md#categories_keywords_id_keyword_delete) | **DELETE** /categories/keywords/{id_keyword} | Delete a particular key-value pair on a transaction.
142
+ *BudgeaClient::BanksApi* | [**categories_keywords_post**](docs/BanksApi.md#categories_keywords_post) | **POST** /categories/keywords | Add a new keyword associated with a category in the database.
133
143
  *BudgeaClient::BanksApi* | [**categorize_post**](docs/BanksApi.md#categorize_post) | **POST** /categorize | categorize transactions without storing them
134
144
  *BudgeaClient::BanksApi* | [**connections_get**](docs/BanksApi.md#connections_get) | **GET** /connections | Get connections without a user
135
145
  *BudgeaClient::BanksApi* | [**connectors_get**](docs/BanksApi.md#connectors_get) | **GET** /connectors | Get list of connectors
@@ -330,6 +340,7 @@ Class | Method | HTTP request | Description
330
340
  *BudgeaClient::DocumentsApi* | [**users_id_user_transactionsclusters_id_transactions_cluster_documents_id_document_put**](docs/DocumentsApi.md#users_id_user_transactionsclusters_id_transactions_cluster_documents_id_document_put) | **PUT** /users/{id_user}/transactionsclusters/{id_transactions_cluster}/documents/{id_document} | Edit a document
331
341
  *BudgeaClient::DocumentsApi* | [**users_id_user_transactionsclusters_id_transactions_cluster_documents_post**](docs/DocumentsApi.md#users_id_user_transactionsclusters_id_transactions_cluster_documents_post) | **POST** /users/{id_user}/transactionsclusters/{id_transactions_cluster}/documents | Add a new document
332
342
  *BudgeaClient::DocumentsApi* | [**users_id_user_transactionsclusters_id_transactions_cluster_documents_put**](docs/DocumentsApi.md#users_id_user_transactionsclusters_id_transactions_cluster_documents_put) | **PUT** /users/{id_user}/transactionsclusters/{id_transactions_cluster}/documents | Attach an existing document to a transaction or a transactions_cluster
343
+ *BudgeaClient::HUBApi* | [**webhooks_id_webhook_add_to_data_post**](docs/HUBApi.md#webhooks_id_webhook_add_to_data_post) | **POST** /webhooks/{id_webhook}/add_to_data | Setup a field to store in user config when calling the endpoint
333
344
  *BudgeaClient::OCRApi* | [**ocr_post**](docs/OCRApi.md#ocr_post) | **POST** /ocr | Post an image with OCR
334
345
  *BudgeaClient::OCRApi* | [**users_id_user_ocr_post**](docs/OCRApi.md#users_id_user_ocr_post) | **POST** /users/{id_user}/ocr | Post an image with OCR
335
346
  *BudgeaClient::OIDCApi* | [**oidc_whitelist_id_whitelist_delete**](docs/OIDCApi.md#oidc_whitelist_id_whitelist_delete) | **DELETE** /oidc/whitelist/{id_whitelist} | Delete the supplied authorized redirect uri
@@ -565,9 +576,11 @@ Class | Method | HTTP request | Description
565
576
  - [BudgeaClient::AccountLog](docs/AccountLog.md)
566
577
  - [BudgeaClient::AccountType](docs/AccountType.md)
567
578
  - [BudgeaClient::Alert](docs/Alert.md)
579
+ - [BudgeaClient::AuthProvider](docs/AuthProvider.md)
568
580
  - [BudgeaClient::Category](docs/Category.md)
569
581
  - [BudgeaClient::Certificate](docs/Certificate.md)
570
582
  - [BudgeaClient::Client](docs/Client.md)
583
+ - [BudgeaClient::ConfigLog](docs/ConfigLog.md)
571
584
  - [BudgeaClient::Connection](docs/Connection.md)
572
585
  - [BudgeaClient::ConnectionLog](docs/ConnectionLog.md)
573
586
  - [BudgeaClient::Connector](docs/Connector.md)
@@ -613,6 +626,8 @@ Class | Method | HTTP request | Description
613
626
  - [BudgeaClient::InlineResponse20034](docs/InlineResponse20034.md)
614
627
  - [BudgeaClient::InlineResponse20035](docs/InlineResponse20035.md)
615
628
  - [BudgeaClient::InlineResponse20036](docs/InlineResponse20036.md)
629
+ - [BudgeaClient::InlineResponse20037](docs/InlineResponse20037.md)
630
+ - [BudgeaClient::InlineResponse20038](docs/InlineResponse20038.md)
616
631
  - [BudgeaClient::InlineResponse2004](docs/InlineResponse2004.md)
617
632
  - [BudgeaClient::InlineResponse2005](docs/InlineResponse2005.md)
618
633
  - [BudgeaClient::InlineResponse2006](docs/InlineResponse2006.md)
@@ -622,6 +637,7 @@ Class | Method | HTTP request | Description
622
637
  - [BudgeaClient::Investment](docs/Investment.md)
623
638
  - [BudgeaClient::InvestmentValue](docs/InvestmentValue.md)
624
639
  - [BudgeaClient::Invite](docs/Invite.md)
640
+ - [BudgeaClient::Keyword](docs/Keyword.md)
625
641
  - [BudgeaClient::LockedUser](docs/LockedUser.md)
626
642
  - [BudgeaClient::OidcWhitelist](docs/OidcWhitelist.md)
627
643
  - [BudgeaClient::Pocket](docs/Pocket.md)
@@ -641,6 +657,7 @@ Class | Method | HTTP request | Description
641
657
  - [BudgeaClient::User](docs/User.md)
642
658
  - [BudgeaClient::UserAlert](docs/UserAlert.md)
643
659
  - [BudgeaClient::Webhook](docs/Webhook.md)
660
+ - [BudgeaClient::WebhookData](docs/WebhookData.md)
644
661
  - [BudgeaClient::WebhookLog](docs/WebhookLog.md)
645
662
 
646
663
 
data/Rakefile CHANGED
@@ -1,13 +1,9 @@
1
1
  begin
2
2
  require 'rspec/core/rake_task'
3
+ require 'bundler/gem_tasks'
3
4
 
4
5
  RSpec::Core::RakeTask.new(:spec)
5
6
  task default: :spec
6
7
  rescue LoadError
7
8
  # no rspec available
8
9
  end
9
- begin
10
- require 'bundler/gem_tasks'
11
- rescue LoadError
12
- # no rspec available
13
- end