budgea_client 5.3.3 → 5.3.8
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/budgea_client.gemspec +2 -1
- data/budgea_openapi.json +25 -0
- data/config.json +1 -1
- data/docs/BanksApi.md +8 -2
- data/docs/Connection.md +1 -0
- data/docs/ConnectionsApi.md +2 -0
- data/docs/ProvidersApi.md +2 -0
- data/generate.sh +14 -0
- data/lib/budgea_client.rb +1 -1
- data/lib/budgea_client/api/administration_api.rb +1 -1
- data/lib/budgea_client/api/authentication_api.rb +1 -1
- data/lib/budgea_client/api/banks_api.rb +10 -1
- data/lib/budgea_client/api/connections_api.rb +4 -1
- data/lib/budgea_client/api/documents_api.rb +1 -1
- data/lib/budgea_client/api/ocr_api.rb +1 -1
- data/lib/budgea_client/api/oidc_api.rb +1 -1
- data/lib/budgea_client/api/pfm_api.rb +1 -1
- data/lib/budgea_client/api/providers_api.rb +4 -1
- data/lib/budgea_client/api/recipients_api.rb +1 -1
- data/lib/budgea_client/api/terms_api.rb +1 -1
- data/lib/budgea_client/api/transfer_api.rb +1 -1
- data/lib/budgea_client/api/transfers_api.rb +1 -1
- data/lib/budgea_client/api/users_management_api.rb +1 -1
- data/lib/budgea_client/api/wealth_api.rb +1 -1
- data/lib/budgea_client/api_client.rb +4 -4
- data/lib/budgea_client/api_error.rb +1 -1
- data/lib/budgea_client/configuration.rb +3 -3
- data/lib/budgea_client/models/access.rb +1 -1
- data/lib/budgea_client/models/account.rb +1 -1
- data/lib/budgea_client/models/account_log.rb +1 -1
- data/lib/budgea_client/models/account_type.rb +1 -1
- data/lib/budgea_client/models/alert.rb +1 -1
- data/lib/budgea_client/models/auth_provider.rb +1 -1
- data/lib/budgea_client/models/category.rb +1 -1
- data/lib/budgea_client/models/certificate.rb +1 -1
- data/lib/budgea_client/models/client.rb +1 -1
- data/lib/budgea_client/models/config_log.rb +1 -1
- data/lib/budgea_client/models/connection.rb +21 -4
- data/lib/budgea_client/models/connection_log.rb +1 -1
- data/lib/budgea_client/models/connection_source.rb +1 -1
- data/lib/budgea_client/models/connector.rb +1 -1
- data/lib/budgea_client/models/connector_category.rb +1 -1
- data/lib/budgea_client/models/connector_logo.rb +1 -1
- data/lib/budgea_client/models/connector_source.rb +1 -1
- data/lib/budgea_client/models/currency.rb +1 -1
- data/lib/budgea_client/models/device.rb +1 -1
- data/lib/budgea_client/models/document.rb +1 -1
- data/lib/budgea_client/models/document_type.rb +1 -1
- data/lib/budgea_client/models/field.rb +1 -1
- data/lib/budgea_client/models/field_value.rb +1 -1
- data/lib/budgea_client/models/file.rb +1 -1
- data/lib/budgea_client/models/group.rb +1 -1
- data/lib/budgea_client/models/hash_table.rb +1 -1
- data/lib/budgea_client/models/inline_response_200.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_1.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_10.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_11.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_12.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_13.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_14.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_15.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_16.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_17.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_18.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_19.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_2.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_20.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_21.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_22.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_23.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_24.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_25.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_26.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_27.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_28.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_29.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_3.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_30.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_31.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_32.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_33.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_34.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_35.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_36.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_37.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_38.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_39.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_4.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_40.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_41.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_42.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_5.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_6.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_7.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_8.rb +1 -1
- data/lib/budgea_client/models/inline_response_200_9.rb +1 -1
- data/lib/budgea_client/models/investment.rb +1 -1
- data/lib/budgea_client/models/investment_value.rb +1 -1
- data/lib/budgea_client/models/keyword.rb +1 -1
- data/lib/budgea_client/models/locked_user.rb +1 -1
- data/lib/budgea_client/models/oidc_whitelist.rb +1 -1
- data/lib/budgea_client/models/order.rb +1 -1
- data/lib/budgea_client/models/pocket.rb +1 -1
- data/lib/budgea_client/models/profile.rb +1 -1
- data/lib/budgea_client/models/project.rb +1 -1
- data/lib/budgea_client/models/project_type.rb +1 -1
- data/lib/budgea_client/models/recipient.rb +1 -1
- data/lib/budgea_client/models/recipient_log.rb +1 -1
- data/lib/budgea_client/models/security.rb +1 -1
- data/lib/budgea_client/models/subscription.rb +1 -1
- data/lib/budgea_client/models/subscription_log.rb +1 -1
- data/lib/budgea_client/models/terms_of_service.rb +1 -1
- data/lib/budgea_client/models/transaction.rb +1 -1
- data/lib/budgea_client/models/transaction_information.rb +1 -1
- data/lib/budgea_client/models/transactions_cluster.rb +1 -1
- data/lib/budgea_client/models/transfer.rb +1 -1
- data/lib/budgea_client/models/transfer_data.rb +1 -1
- data/lib/budgea_client/models/transfer_log.rb +1 -1
- data/lib/budgea_client/models/transfer_validation_data.rb +1 -1
- data/lib/budgea_client/models/user.rb +1 -1
- data/lib/budgea_client/models/user_alert.rb +1 -1
- data/lib/budgea_client/models/webhook.rb +1 -1
- data/lib/budgea_client/models/webhook_data.rb +1 -1
- data/lib/budgea_client/models/webhook_log.rb +1 -1
- data/lib/budgea_client/version.rb +2 -2
- data/patches/01_allow_enum_nil.patch +24 -0
- data/patches/02_accounts_property.patch +15 -0
- data/pkg/budgea_client-5.3.7.gem +0 -0
- data/spec/api/administration_api_spec.rb +1 -1
- data/spec/api/authentication_api_spec.rb +1 -1
- data/spec/api/banks_api_spec.rb +1 -1
- data/spec/api/connections_api_spec.rb +1 -1
- data/spec/api/documents_api_spec.rb +1 -1
- data/spec/api/ocr_api_spec.rb +1 -1
- data/spec/api/oidc_api_spec.rb +1 -1
- data/spec/api/pfm_api_spec.rb +1 -1
- data/spec/api/providers_api_spec.rb +1 -1
- data/spec/api/recipients_api_spec.rb +1 -1
- data/spec/api/terms_api_spec.rb +1 -1
- data/spec/api/transfer_api_spec.rb +1 -1
- data/spec/api/transfers_api_spec.rb +1 -1
- data/spec/api/users_management_api_spec.rb +1 -1
- data/spec/api/wealth_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_spec.rb +1 -1
- data/spec/models/account_log_spec.rb +1 -1
- data/spec/models/account_spec.rb +1 -1
- data/spec/models/account_type_spec.rb +1 -1
- data/spec/models/alert_spec.rb +1 -1
- data/spec/models/auth_provider_spec.rb +1 -1
- data/spec/models/category_spec.rb +1 -1
- data/spec/models/certificate_spec.rb +1 -1
- data/spec/models/client_spec.rb +1 -1
- data/spec/models/config_log_spec.rb +1 -1
- data/spec/models/connection_log_spec.rb +1 -1
- data/spec/models/connection_source_spec.rb +1 -1
- data/spec/models/connection_spec.rb +1 -1
- data/spec/models/connector_category_spec.rb +1 -1
- data/spec/models/connector_logo_spec.rb +1 -1
- data/spec/models/connector_source_spec.rb +1 -1
- data/spec/models/connector_spec.rb +1 -1
- data/spec/models/currency_spec.rb +1 -1
- data/spec/models/device_spec.rb +1 -1
- data/spec/models/document_spec.rb +1 -1
- data/spec/models/document_type_spec.rb +1 -1
- data/spec/models/field_spec.rb +1 -1
- data/spec/models/field_value_spec.rb +1 -1
- data/spec/models/file_spec.rb +1 -1
- data/spec/models/group_spec.rb +1 -1
- data/spec/models/hash_table_spec.rb +1 -1
- data/spec/models/inline_response_200_10_spec.rb +1 -1
- data/spec/models/inline_response_200_11_spec.rb +1 -1
- data/spec/models/inline_response_200_12_spec.rb +1 -1
- data/spec/models/inline_response_200_13_spec.rb +1 -1
- data/spec/models/inline_response_200_14_spec.rb +1 -1
- data/spec/models/inline_response_200_15_spec.rb +1 -1
- data/spec/models/inline_response_200_16_spec.rb +1 -1
- data/spec/models/inline_response_200_17_spec.rb +1 -1
- data/spec/models/inline_response_200_18_spec.rb +1 -1
- data/spec/models/inline_response_200_19_spec.rb +1 -1
- data/spec/models/inline_response_200_1_spec.rb +1 -1
- data/spec/models/inline_response_200_20_spec.rb +1 -1
- data/spec/models/inline_response_200_21_spec.rb +1 -1
- data/spec/models/inline_response_200_22_spec.rb +1 -1
- data/spec/models/inline_response_200_23_spec.rb +1 -1
- data/spec/models/inline_response_200_24_spec.rb +1 -1
- data/spec/models/inline_response_200_25_spec.rb +1 -1
- data/spec/models/inline_response_200_26_spec.rb +1 -1
- data/spec/models/inline_response_200_27_spec.rb +1 -1
- data/spec/models/inline_response_200_28_spec.rb +1 -1
- data/spec/models/inline_response_200_29_spec.rb +1 -1
- data/spec/models/inline_response_200_2_spec.rb +1 -1
- data/spec/models/inline_response_200_30_spec.rb +1 -1
- data/spec/models/inline_response_200_31_spec.rb +1 -1
- data/spec/models/inline_response_200_32_spec.rb +1 -1
- data/spec/models/inline_response_200_33_spec.rb +1 -1
- data/spec/models/inline_response_200_34_spec.rb +1 -1
- data/spec/models/inline_response_200_35_spec.rb +1 -1
- data/spec/models/inline_response_200_36_spec.rb +1 -1
- data/spec/models/inline_response_200_37_spec.rb +1 -1
- data/spec/models/inline_response_200_38_spec.rb +1 -1
- data/spec/models/inline_response_200_39_spec.rb +1 -1
- data/spec/models/inline_response_200_3_spec.rb +1 -1
- data/spec/models/inline_response_200_40_spec.rb +1 -1
- data/spec/models/inline_response_200_41_spec.rb +1 -1
- data/spec/models/inline_response_200_42_spec.rb +1 -1
- data/spec/models/inline_response_200_4_spec.rb +1 -1
- data/spec/models/inline_response_200_5_spec.rb +1 -1
- data/spec/models/inline_response_200_6_spec.rb +1 -1
- data/spec/models/inline_response_200_7_spec.rb +1 -1
- data/spec/models/inline_response_200_8_spec.rb +1 -1
- data/spec/models/inline_response_200_9_spec.rb +1 -1
- data/spec/models/inline_response_200_spec.rb +1 -1
- data/spec/models/investment_spec.rb +1 -1
- data/spec/models/investment_value_spec.rb +1 -1
- data/spec/models/keyword_spec.rb +1 -1
- data/spec/models/locked_user_spec.rb +1 -1
- data/spec/models/oidc_whitelist_spec.rb +1 -1
- data/spec/models/order_spec.rb +1 -1
- data/spec/models/pocket_spec.rb +1 -1
- data/spec/models/profile_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/project_type_spec.rb +1 -1
- data/spec/models/recipient_log_spec.rb +1 -1
- data/spec/models/recipient_spec.rb +1 -1
- data/spec/models/security_spec.rb +1 -1
- data/spec/models/subscription_log_spec.rb +1 -1
- data/spec/models/subscription_spec.rb +1 -1
- data/spec/models/terms_of_service_spec.rb +1 -1
- data/spec/models/transaction_information_spec.rb +1 -1
- data/spec/models/transaction_spec.rb +1 -1
- data/spec/models/transactions_cluster_spec.rb +1 -1
- data/spec/models/transfer_log_spec.rb +1 -1
- data/spec/models/transfer_spec.rb +1 -1
- data/spec/models/user_alert_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/webhook_data_spec.rb +1 -1
- data/spec/models/webhook_log_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/tags +2748 -0
- metadata +31 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14e4d4d0529c3621c27fb540cd7a33a8ceb967ce9aa6b278daa97b823c245bf6
|
|
4
|
+
data.tar.gz: c8d1f711e4a9d1efb482c585feedbe2842898c4ecbdc88d765b14f6989b3f822
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4db13ef9ec5e38b4d65f14a04cfc880c3cf66ba3fdd69a931ccd8eb8fe1005202b46a378b9abcacf49e8b33a48b34cff19703149a90964a04cbd042c22c38ca3
|
|
7
|
+
data.tar.gz: 6b1cb5370f222fb2c3e8c0103be00368c96022e99573bf62f89466e9de6166b9c9c8336d525fc8eb82d6fa4c8ddc07caedf03ec1dc37e53e864427af2684866a
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
|
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0
|
|
10
|
-
- Package version: 5.3.
|
|
10
|
+
- Package version: 5.3.8
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,15 +23,15 @@ gem build budgea_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./budgea_client-5.3.
|
|
26
|
+
gem install ./budgea_client-5.3.8.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./budgea_client-5.3.
|
|
28
|
+
(for development, run `gem install --dev ./budgea_client-5.3.8.gem` to install the development dependencies)
|
|
29
29
|
|
|
30
30
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
31
31
|
|
|
32
32
|
Finally add this to the Gemfile:
|
|
33
33
|
|
|
34
|
-
gem 'budgea_client', '~> 5.3.
|
|
34
|
+
gem 'budgea_client', '~> 5.3.8'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
data/budgea_client.gemspec
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
OpenAPI spec version: 2.0
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
-
Swagger Codegen version: 2.4.
|
|
11
|
+
Swagger Codegen version: 2.4.19
|
|
12
12
|
|
|
13
13
|
=end
|
|
14
14
|
|
|
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
|
|
|
29
29
|
|
|
30
30
|
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
|
31
31
|
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
|
|
32
|
+
s.add_runtime_dependency 'addressable', '~> 2.3', '>= 2.3.0'
|
|
32
33
|
|
|
33
34
|
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
|
34
35
|
s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
|
data/budgea_openapi.json
CHANGED
|
@@ -4376,6 +4376,12 @@
|
|
|
4376
4376
|
"type": "string",
|
|
4377
4377
|
"name": "expand",
|
|
4378
4378
|
"in": "query"
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"required": false,
|
|
4382
|
+
"type": "string",
|
|
4383
|
+
"name": "all",
|
|
4384
|
+
"in": "query"
|
|
4379
4385
|
}
|
|
4380
4386
|
],
|
|
4381
4387
|
"summary": "Update an account"
|
|
@@ -8623,6 +8629,12 @@
|
|
|
8623
8629
|
"name": "id_connection",
|
|
8624
8630
|
"description": ""
|
|
8625
8631
|
},
|
|
8632
|
+
{
|
|
8633
|
+
"required": false,
|
|
8634
|
+
"type": "string",
|
|
8635
|
+
"name": "expand",
|
|
8636
|
+
"in": "query"
|
|
8637
|
+
},
|
|
8626
8638
|
{
|
|
8627
8639
|
"in": "body",
|
|
8628
8640
|
"name": "connection",
|
|
@@ -9019,6 +9031,12 @@
|
|
|
9019
9031
|
"type": "string",
|
|
9020
9032
|
"name": "expand",
|
|
9021
9033
|
"in": "query"
|
|
9034
|
+
},
|
|
9035
|
+
{
|
|
9036
|
+
"required": false,
|
|
9037
|
+
"type": "string",
|
|
9038
|
+
"name": "all",
|
|
9039
|
+
"in": "query"
|
|
9022
9040
|
}
|
|
9023
9041
|
],
|
|
9024
9042
|
"summary": "Update an account"
|
|
@@ -23821,6 +23839,7 @@
|
|
|
23821
23839
|
"decoupled",
|
|
23822
23840
|
"passwordExpired",
|
|
23823
23841
|
"webauthRequired",
|
|
23842
|
+
"rateLimiting",
|
|
23824
23843
|
"bug"
|
|
23825
23844
|
],
|
|
23826
23845
|
"description": "State of Connection"
|
|
@@ -23842,6 +23861,12 @@
|
|
|
23842
23861
|
"$ref": "#/definitions/Account"
|
|
23843
23862
|
}
|
|
23844
23863
|
},
|
|
23864
|
+
"all_accounts": {
|
|
23865
|
+
"type": "array",
|
|
23866
|
+
"items": {
|
|
23867
|
+
"$ref": "#/definitions/Account"
|
|
23868
|
+
}
|
|
23869
|
+
},
|
|
23845
23870
|
"subscriptions": {
|
|
23846
23871
|
"type": "array",
|
|
23847
23872
|
"items": {
|
data/config.json
CHANGED
data/docs/BanksApi.md
CHANGED
|
@@ -3193,7 +3193,8 @@ opts = {
|
|
|
3193
3193
|
iban: 'iban_example', # String | IBAN of the account
|
|
3194
3194
|
bookmarked: true, # BOOLEAN | If the account is bookmarked
|
|
3195
3195
|
usage: 'usage_example', # String | Usage of the account : PRIV, ORGA or ASSO
|
|
3196
|
-
expand: 'expand_example' # String |
|
|
3196
|
+
expand: 'expand_example', # String |
|
|
3197
|
+
all: 'all_example' # String |
|
|
3197
3198
|
}
|
|
3198
3199
|
|
|
3199
3200
|
begin
|
|
@@ -3219,6 +3220,7 @@ Name | Type | Description | Notes
|
|
|
3219
3220
|
**bookmarked** | **BOOLEAN**| If the account is bookmarked | [optional]
|
|
3220
3221
|
**usage** | **String**| Usage of the account : PRIV, ORGA or ASSO | [optional]
|
|
3221
3222
|
**expand** | **String**| | [optional]
|
|
3223
|
+
**all** | **String**| | [optional]
|
|
3222
3224
|
|
|
3223
3225
|
### Return type
|
|
3224
3226
|
|
|
@@ -5209,7 +5211,8 @@ opts = {
|
|
|
5209
5211
|
iban: 'iban_example', # String | IBAN of the account
|
|
5210
5212
|
bookmarked: true, # BOOLEAN | If the account is bookmarked
|
|
5211
5213
|
usage: 'usage_example', # String | Usage of the account : PRIV, ORGA or ASSO
|
|
5212
|
-
expand: 'expand_example' # String |
|
|
5214
|
+
expand: 'expand_example', # String |
|
|
5215
|
+
all: 'all_example' # String |
|
|
5213
5216
|
}
|
|
5214
5217
|
|
|
5215
5218
|
begin
|
|
@@ -5236,6 +5239,7 @@ Name | Type | Description | Notes
|
|
|
5236
5239
|
**bookmarked** | **BOOLEAN**| If the account is bookmarked | [optional]
|
|
5237
5240
|
**usage** | **String**| Usage of the account : PRIV, ORGA or ASSO | [optional]
|
|
5238
5241
|
**expand** | **String**| | [optional]
|
|
5242
|
+
**all** | **String**| | [optional]
|
|
5239
5243
|
|
|
5240
5244
|
### Return type
|
|
5241
5245
|
|
|
@@ -6664,6 +6668,7 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
|
|
6664
6668
|
id_connection = 56 # Integer |
|
|
6665
6669
|
|
|
6666
6670
|
opts = {
|
|
6671
|
+
expand: 'expand_example', # String |
|
|
6667
6672
|
connection: nil # Object |
|
|
6668
6673
|
}
|
|
6669
6674
|
|
|
@@ -6682,6 +6687,7 @@ Name | Type | Description | Notes
|
|
|
6682
6687
|
------------- | ------------- | ------------- | -------------
|
|
6683
6688
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
|
6684
6689
|
**id_connection** | **Integer**| |
|
|
6690
|
+
**expand** | **String**| | [optional]
|
|
6685
6691
|
**connection** | **Object**| | [optional]
|
|
6686
6692
|
|
|
6687
6693
|
### Return type
|
data/docs/Connection.md
CHANGED
|
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
|
|
|
17
17
|
**fields** | [**Array<Field>**](Field.md) | | [optional]
|
|
18
18
|
**next_try** | **DateTime** | Date of next synchronization | [optional]
|
|
19
19
|
**accounts** | [**Array<Account>**](Account.md) | | [optional]
|
|
20
|
+
**all_accounts** | [**Array<Account>**](Account.md) | | [optional]
|
|
20
21
|
**subscriptions** | [**Array<Subscription>**](Subscription.md) | | [optional]
|
|
21
22
|
**connection** | [**Connection**](Connection.md) | | [optional]
|
|
22
23
|
**message** | **String** | | [optional]
|
data/docs/ConnectionsApi.md
CHANGED
|
@@ -1500,6 +1500,7 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
|
|
1500
1500
|
id_connection = 56 # Integer |
|
|
1501
1501
|
|
|
1502
1502
|
opts = {
|
|
1503
|
+
expand: 'expand_example', # String |
|
|
1503
1504
|
connection: nil # Object |
|
|
1504
1505
|
}
|
|
1505
1506
|
|
|
@@ -1518,6 +1519,7 @@ Name | Type | Description | Notes
|
|
|
1518
1519
|
------------- | ------------- | ------------- | -------------
|
|
1519
1520
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
|
1520
1521
|
**id_connection** | **Integer**| |
|
|
1522
|
+
**expand** | **String**| | [optional]
|
|
1521
1523
|
**connection** | **Object**| | [optional]
|
|
1522
1524
|
|
|
1523
1525
|
### Return type
|
data/docs/ProvidersApi.md
CHANGED
|
@@ -4722,6 +4722,7 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
|
|
4722
4722
|
id_connection = 56 # Integer |
|
|
4723
4723
|
|
|
4724
4724
|
opts = {
|
|
4725
|
+
expand: 'expand_example', # String |
|
|
4725
4726
|
connection: nil # Object |
|
|
4726
4727
|
}
|
|
4727
4728
|
|
|
@@ -4740,6 +4741,7 @@ Name | Type | Description | Notes
|
|
|
4740
4741
|
------------- | ------------- | ------------- | -------------
|
|
4741
4742
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
|
4742
4743
|
**id_connection** | **Integer**| |
|
|
4744
|
+
**expand** | **String**| | [optional]
|
|
4743
4745
|
**connection** | **Object**| | [optional]
|
|
4744
4746
|
|
|
4745
4747
|
### Return type
|
data/generate.sh
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
docker run --rm -it -v $(pwd):/swagger-api/out \
|
|
4
|
+
-v $(pwd):/swagger-api/yaml \
|
|
5
|
+
public.ecr.aws/l8y7v9n3/swagger-codegen-cli:2.4.19 generate \
|
|
6
|
+
-i /swagger-api/yaml/budgea_openapi.json \
|
|
7
|
+
-c /swagger-api/yaml/config.json \
|
|
8
|
+
-l ruby \
|
|
9
|
+
-o /swagger-api/out
|
|
10
|
+
|
|
11
|
+
for filename in patches/*.patch; do
|
|
12
|
+
git apply $filename
|
|
13
|
+
done
|
|
14
|
+
|
data/lib/budgea_client.rb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.19
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -3082,6 +3082,7 @@ module BudgeaClient
|
|
|
3082
3082
|
# @option opts [BOOLEAN] :bookmarked If the account is bookmarked
|
|
3083
3083
|
# @option opts [String] :usage Usage of the account : PRIV, ORGA or ASSO
|
|
3084
3084
|
# @option opts [String] :expand
|
|
3085
|
+
# @option opts [String] :all
|
|
3085
3086
|
# @return [Account]
|
|
3086
3087
|
def users_id_user_accounts_id_account_put(id_user, id_account, opts = {})
|
|
3087
3088
|
data, _status_code, _headers = users_id_user_accounts_id_account_put_with_http_info(id_user, id_account, opts)
|
|
@@ -3101,6 +3102,7 @@ module BudgeaClient
|
|
|
3101
3102
|
# @option opts [BOOLEAN] :bookmarked If the account is bookmarked
|
|
3102
3103
|
# @option opts [String] :usage Usage of the account : PRIV, ORGA or ASSO
|
|
3103
3104
|
# @option opts [String] :expand
|
|
3105
|
+
# @option opts [String] :all
|
|
3104
3106
|
# @return [Array<(Account, Fixnum, Hash)>] Account data, response status code and response headers
|
|
3105
3107
|
def users_id_user_accounts_id_account_put_with_http_info(id_user, id_account, opts = {})
|
|
3106
3108
|
if @api_client.config.debugging
|
|
@@ -3120,6 +3122,7 @@ module BudgeaClient
|
|
|
3120
3122
|
# query parameters
|
|
3121
3123
|
query_params = {}
|
|
3122
3124
|
query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
3125
|
+
query_params[:'all'] = opts[:'all'] if !opts[:'all'].nil?
|
|
3123
3126
|
|
|
3124
3127
|
# header parameters
|
|
3125
3128
|
header_params = {}
|
|
@@ -5247,6 +5250,7 @@ module BudgeaClient
|
|
|
5247
5250
|
# @option opts [BOOLEAN] :bookmarked If the account is bookmarked
|
|
5248
5251
|
# @option opts [String] :usage Usage of the account : PRIV, ORGA or ASSO
|
|
5249
5252
|
# @option opts [String] :expand
|
|
5253
|
+
# @option opts [String] :all
|
|
5250
5254
|
# @return [Account]
|
|
5251
5255
|
def users_id_user_connections_id_connection_accounts_id_account_put(id_user, id_connection, id_account, opts = {})
|
|
5252
5256
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_put_with_http_info(id_user, id_connection, id_account, opts)
|
|
@@ -5267,6 +5271,7 @@ module BudgeaClient
|
|
|
5267
5271
|
# @option opts [BOOLEAN] :bookmarked If the account is bookmarked
|
|
5268
5272
|
# @option opts [String] :usage Usage of the account : PRIV, ORGA or ASSO
|
|
5269
5273
|
# @option opts [String] :expand
|
|
5274
|
+
# @option opts [String] :all
|
|
5270
5275
|
# @return [Array<(Account, Fixnum, Hash)>] Account data, response status code and response headers
|
|
5271
5276
|
def users_id_user_connections_id_connection_accounts_id_account_put_with_http_info(id_user, id_connection, id_account, opts = {})
|
|
5272
5277
|
if @api_client.config.debugging
|
|
@@ -5290,6 +5295,7 @@ module BudgeaClient
|
|
|
5290
5295
|
# query parameters
|
|
5291
5296
|
query_params = {}
|
|
5292
5297
|
query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
5298
|
+
query_params[:'all'] = opts[:'all'] if !opts[:'all'].nil?
|
|
5293
5299
|
|
|
5294
5300
|
# header parameters
|
|
5295
5301
|
header_params = {}
|
|
@@ -6883,6 +6889,7 @@ module BudgeaClient
|
|
|
6883
6889
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
6884
6890
|
# @param id_connection
|
|
6885
6891
|
# @param [Hash] opts the optional parameters
|
|
6892
|
+
# @option opts [String] :expand
|
|
6886
6893
|
# @option opts [Object] :connection
|
|
6887
6894
|
# @return [Connection]
|
|
6888
6895
|
def users_id_user_connections_id_connection_post(id_user, id_connection, opts = {})
|
|
@@ -6895,6 +6902,7 @@ module BudgeaClient
|
|
|
6895
6902
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
6896
6903
|
# @param id_connection
|
|
6897
6904
|
# @param [Hash] opts the optional parameters
|
|
6905
|
+
# @option opts [String] :expand
|
|
6898
6906
|
# @option opts [Object] :connection
|
|
6899
6907
|
# @return [Array<(Connection, Fixnum, Hash)>] Connection data, response status code and response headers
|
|
6900
6908
|
def users_id_user_connections_id_connection_post_with_http_info(id_user, id_connection, opts = {})
|
|
@@ -6914,6 +6922,7 @@ module BudgeaClient
|
|
|
6914
6922
|
|
|
6915
6923
|
# query parameters
|
|
6916
6924
|
query_params = {}
|
|
6925
|
+
query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
6917
6926
|
|
|
6918
6927
|
# header parameters
|
|
6919
6928
|
header_params = {}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.19
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -1500,6 +1500,7 @@ module BudgeaClient
|
|
|
1500
1500
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
1501
1501
|
# @param id_connection
|
|
1502
1502
|
# @param [Hash] opts the optional parameters
|
|
1503
|
+
# @option opts [String] :expand
|
|
1503
1504
|
# @option opts [Object] :connection
|
|
1504
1505
|
# @return [Connection]
|
|
1505
1506
|
def users_id_user_connections_id_connection_post(id_user, id_connection, opts = {})
|
|
@@ -1512,6 +1513,7 @@ module BudgeaClient
|
|
|
1512
1513
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
1513
1514
|
# @param id_connection
|
|
1514
1515
|
# @param [Hash] opts the optional parameters
|
|
1516
|
+
# @option opts [String] :expand
|
|
1515
1517
|
# @option opts [Object] :connection
|
|
1516
1518
|
# @return [Array<(Connection, Fixnum, Hash)>] Connection data, response status code and response headers
|
|
1517
1519
|
def users_id_user_connections_id_connection_post_with_http_info(id_user, id_connection, opts = {})
|
|
@@ -1531,6 +1533,7 @@ module BudgeaClient
|
|
|
1531
1533
|
|
|
1532
1534
|
# query parameters
|
|
1533
1535
|
query_params = {}
|
|
1536
|
+
query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
1534
1537
|
|
|
1535
1538
|
# header parameters
|
|
1536
1539
|
header_params = {}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.19
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -5030,6 +5030,7 @@ module BudgeaClient
|
|
|
5030
5030
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
5031
5031
|
# @param id_connection
|
|
5032
5032
|
# @param [Hash] opts the optional parameters
|
|
5033
|
+
# @option opts [String] :expand
|
|
5033
5034
|
# @option opts [Object] :connection
|
|
5034
5035
|
# @return [Connection]
|
|
5035
5036
|
def users_id_user_connections_id_connection_post(id_user, id_connection, opts = {})
|
|
@@ -5042,6 +5043,7 @@ module BudgeaClient
|
|
|
5042
5043
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
5043
5044
|
# @param id_connection
|
|
5044
5045
|
# @param [Hash] opts the optional parameters
|
|
5046
|
+
# @option opts [String] :expand
|
|
5045
5047
|
# @option opts [Object] :connection
|
|
5046
5048
|
# @return [Array<(Connection, Fixnum, Hash)>] Connection data, response status code and response headers
|
|
5047
5049
|
def users_id_user_connections_id_connection_post_with_http_info(id_user, id_connection, opts = {})
|
|
@@ -5061,6 +5063,7 @@ module BudgeaClient
|
|
|
5061
5063
|
|
|
5062
5064
|
# query parameters
|
|
5063
5065
|
query_params = {}
|
|
5066
|
+
query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
5064
5067
|
|
|
5065
5068
|
# header parameters
|
|
5066
5069
|
header_params = {}
|