budgea_client 5.1.1 → 5.3.2
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 +1 -1
- data/Gemfile.lock +4 -4
- data/README.md +4 -4
- data/budgea_client.gemspec +1 -1
- data/budgea_openapi.json +39 -161
- data/config.json +1 -1
- data/docs/BanksApi.md +7 -49
- data/docs/Connection.md +2 -0
- data/docs/ConnectionsApi.md +7 -49
- data/docs/ProvidersApi.md +7 -49
- 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 +9 -74
- data/lib/budgea_client/api/connections_api.rb +9 -74
- 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 +9 -74
- 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 +3 -1
- data/lib/budgea_client/api_error.rb +1 -1
- data/lib/budgea_client/configuration.rb +1 -1
- data/lib/budgea_client/models/access.rb +3 -2
- data/lib/budgea_client/models/account.rb +3 -2
- data/lib/budgea_client/models/account_log.rb +3 -2
- data/lib/budgea_client/models/account_type.rb +3 -2
- data/lib/budgea_client/models/alert.rb +3 -2
- data/lib/budgea_client/models/auth_provider.rb +3 -2
- data/lib/budgea_client/models/category.rb +3 -2
- data/lib/budgea_client/models/certificate.rb +3 -2
- data/lib/budgea_client/models/client.rb +3 -2
- data/lib/budgea_client/models/config_log.rb +3 -2
- data/lib/budgea_client/models/connection.rb +59 -3
- data/lib/budgea_client/models/connection_log.rb +3 -2
- data/lib/budgea_client/models/connection_source.rb +3 -2
- data/lib/budgea_client/models/connector.rb +3 -2
- data/lib/budgea_client/models/connector_category.rb +3 -2
- data/lib/budgea_client/models/connector_logo.rb +3 -2
- data/lib/budgea_client/models/connector_source.rb +3 -2
- data/lib/budgea_client/models/currency.rb +3 -2
- data/lib/budgea_client/models/device.rb +3 -2
- data/lib/budgea_client/models/document.rb +3 -2
- data/lib/budgea_client/models/document_type.rb +3 -2
- data/lib/budgea_client/models/field.rb +3 -2
- data/lib/budgea_client/models/field_value.rb +3 -2
- data/lib/budgea_client/models/file.rb +3 -2
- data/lib/budgea_client/models/group.rb +3 -2
- data/lib/budgea_client/models/hash_table.rb +3 -2
- data/lib/budgea_client/models/inline_response_200.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_1.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_10.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_11.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_12.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_13.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_14.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_15.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_16.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_17.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_18.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_19.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_2.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_20.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_21.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_22.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_23.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_24.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_25.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_26.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_27.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_28.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_29.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_3.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_30.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_31.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_32.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_33.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_34.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_35.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_36.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_37.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_38.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_39.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_4.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_40.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_41.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_42.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_5.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_6.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_7.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_8.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_9.rb +3 -2
- data/lib/budgea_client/models/investment.rb +3 -2
- data/lib/budgea_client/models/investment_value.rb +3 -2
- data/lib/budgea_client/models/keyword.rb +3 -2
- data/lib/budgea_client/models/locked_user.rb +3 -2
- data/lib/budgea_client/models/oidc_whitelist.rb +3 -2
- data/lib/budgea_client/models/order.rb +3 -2
- data/lib/budgea_client/models/pocket.rb +3 -2
- data/lib/budgea_client/models/profile.rb +3 -2
- data/lib/budgea_client/models/project.rb +3 -2
- data/lib/budgea_client/models/project_type.rb +3 -2
- data/lib/budgea_client/models/recipient.rb +3 -2
- data/lib/budgea_client/models/recipient_log.rb +3 -2
- data/lib/budgea_client/models/security.rb +3 -2
- data/lib/budgea_client/models/subscription.rb +3 -2
- data/lib/budgea_client/models/subscription_log.rb +3 -2
- data/lib/budgea_client/models/terms_of_service.rb +3 -2
- data/lib/budgea_client/models/transaction.rb +3 -2
- data/lib/budgea_client/models/transaction_information.rb +3 -2
- data/lib/budgea_client/models/transactions_cluster.rb +3 -2
- data/lib/budgea_client/models/transfer.rb +3 -2
- data/lib/budgea_client/models/transfer_log.rb +3 -2
- data/lib/budgea_client/models/user.rb +3 -2
- data/lib/budgea_client/models/user_alert.rb +3 -2
- data/lib/budgea_client/models/webhook.rb +3 -2
- data/lib/budgea_client/models/webhook_data.rb +3 -2
- data/lib/budgea_client/models/webhook_log.rb +3 -2
- data/lib/budgea_client/version.rb +2 -2
- data/pkg/budgea_client-5.3.1.gem +0 -0
- data/spec/api/administration_api_spec.rb +85 -15
- data/spec/api/authentication_api_spec.rb +4 -3
- data/spec/api/banks_api_spec.rb +298 -54
- data/spec/api/connections_api_spec.rb +219 -26
- data/spec/api/documents_api_spec.rb +14 -14
- 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 +17 -6
- data/spec/api/providers_api_spec.rb +297 -40
- data/spec/api/recipients_api_spec.rb +1 -1
- data/spec/api/terms_api_spec.rb +20 -4
- data/spec/api/transfer_api_spec.rb +1 -1
- data/spec/api/transfers_api_spec.rb +13 -13
- data/spec/api/users_management_api_spec.rb +3 -3
- data/spec/api/wealth_api_spec.rb +27 -19
- data/spec/api_client_spec.rb +18 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_spec.rb +1 -1
- data/spec/models/account_log_spec.rb +7 -1
- data/spec/models/account_spec.rb +25 -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 +2 -2
- data/spec/models/config_log_spec.rb +1 -1
- data/spec/models/connection_log_spec.rb +7 -1
- data/spec/models/connection_source_spec.rb +1 -1
- data/spec/models/connection_spec.rb +41 -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 +7 -7
- 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 +7 -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 +3 -3
- data/spec/models/inline_response_200_12_spec.rb +2 -2
- data/spec/models/inline_response_200_13_spec.rb +2 -2
- data/spec/models/inline_response_200_14_spec.rb +3 -3
- data/spec/models/inline_response_200_15_spec.rb +2 -2
- data/spec/models/inline_response_200_16_spec.rb +2 -2
- data/spec/models/inline_response_200_17_spec.rb +3 -3
- data/spec/models/inline_response_200_18_spec.rb +2 -2
- data/spec/models/inline_response_200_19_spec.rb +8 -2
- data/spec/models/inline_response_200_1_spec.rb +1 -1
- data/spec/models/inline_response_200_20_spec.rb +3 -3
- data/spec/models/inline_response_200_21_spec.rb +3 -3
- data/spec/models/inline_response_200_22_spec.rb +2 -2
- data/spec/models/inline_response_200_23_spec.rb +2 -2
- data/spec/models/inline_response_200_24_spec.rb +3 -3
- data/spec/models/inline_response_200_25_spec.rb +3 -3
- data/spec/models/inline_response_200_26_spec.rb +2 -2
- data/spec/models/inline_response_200_27_spec.rb +2 -2
- data/spec/models/inline_response_200_28_spec.rb +2 -2
- data/spec/models/inline_response_200_29_spec.rb +3 -3
- data/spec/models/inline_response_200_2_spec.rb +1 -1
- data/spec/models/inline_response_200_30_spec.rb +3 -3
- data/spec/models/inline_response_200_31_spec.rb +2 -2
- data/spec/models/inline_response_200_32_spec.rb +3 -3
- data/spec/models/inline_response_200_33_spec.rb +3 -3
- data/spec/models/inline_response_200_34_spec.rb +2 -2
- data/spec/models/inline_response_200_35_spec.rb +3 -3
- data/spec/models/inline_response_200_36_spec.rb +3 -3
- data/spec/models/inline_response_200_37_spec.rb +2 -2
- data/spec/models/inline_response_200_38_spec.rb +3 -3
- data/spec/models/inline_response_200_39_spec.rb +2 -2
- data/spec/models/inline_response_200_3_spec.rb +1 -1
- data/spec/models/inline_response_200_40_spec.rb +3 -3
- 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 +7 -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 +7 -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 +25 -1
- data/spec/models/user_alert_spec.rb +1 -1
- data/spec/models/user_spec.rb +2 -2
- 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
- metadata +4 -11
- data/docs/HUBApi.md +0 -62
- data/docs/Invite.md +0 -13
- data/lib/budgea_client/api/hub_api.rb +0 -76
- data/lib/budgea_client/models/invite.rb +0 -238
- data/spec/api/hub_api_spec.rb +0 -47
- data/spec/models/invite_spec.rb +0 -71
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d53b42e6d34fe0ef3aa6988a3edeff947bcaf8a0ddc7823a3c22a386a1550537
|
|
4
|
+
data.tar.gz: 1cbdceed14e7661bddd2ae304617a44b24d3da748a4993dfc5a1f530847c9e13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 860f7fa0f56915a201df600d7d7e5f90253e3d0f987b357c5f9d7270dfc6467efb3e641921f7197325dac69da49ef7d564483175fbc2608a40f70d6a7b4f553d
|
|
7
|
+
data.tar.gz: 2df7f267ece0ece52734e608c5467495486cdd381cf8ec77468148a0c3d0a45d7d5e4d711a71920a6e6c8a1e4106086a64fea1919450d31f830b353d9f033700
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
budgea_client (5.
|
|
4
|
+
budgea_client (5.3.2)
|
|
5
5
|
json (~> 2.1, >= 2.1.0)
|
|
6
6
|
typhoeus (~> 1.0, >= 1.0.1)
|
|
7
7
|
|
|
@@ -26,7 +26,7 @@ GEM
|
|
|
26
26
|
hashdiff (0.3.7)
|
|
27
27
|
json (2.3.0)
|
|
28
28
|
public_suffix (3.0.3)
|
|
29
|
-
rake (12.
|
|
29
|
+
rake (12.3.3)
|
|
30
30
|
rspec (3.8.0)
|
|
31
31
|
rspec-core (~> 3.8.0)
|
|
32
32
|
rspec-expectations (~> 3.8.0)
|
|
@@ -43,7 +43,7 @@ GEM
|
|
|
43
43
|
safe_yaml (1.0.4)
|
|
44
44
|
sys-uname (1.0.3)
|
|
45
45
|
ffi (>= 1.0.0)
|
|
46
|
-
typhoeus (1.
|
|
46
|
+
typhoeus (1.4.0)
|
|
47
47
|
ethon (>= 0.9.0)
|
|
48
48
|
vcr (3.0.3)
|
|
49
49
|
webmock (1.24.6)
|
|
@@ -60,7 +60,7 @@ DEPENDENCIES
|
|
|
60
60
|
autotest-growl (~> 0.2, >= 0.2.16)
|
|
61
61
|
autotest-rails-pure (~> 4.1, >= 4.1.2)
|
|
62
62
|
budgea_client!
|
|
63
|
-
rake (~> 12.
|
|
63
|
+
rake (~> 12.3.3)
|
|
64
64
|
rspec (~> 3.6, >= 3.6.0)
|
|
65
65
|
vcr (~> 3.0, >= 3.0.1)
|
|
66
66
|
webmock (~> 1.24, >= 1.24.3)
|
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.1.
|
|
10
|
+
- Package version: 5.1.3
|
|
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.1.
|
|
26
|
+
gem install ./budgea_client-5.1.3.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./budgea_client-5.1.
|
|
28
|
+
(for development, run `gem install --dev ./budgea_client-5.1.3.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.1.
|
|
34
|
+
gem 'budgea_client', '~> 5.1.3'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
data/budgea_client.gemspec
CHANGED
data/budgea_openapi.json
CHANGED
|
@@ -8499,135 +8499,25 @@
|
|
|
8499
8499
|
"name": "source",
|
|
8500
8500
|
"description": "optional comma-separated list of sources to use for the connection synchronization"
|
|
8501
8501
|
},
|
|
8502
|
-
{
|
|
8503
|
-
"required": false,
|
|
8504
|
-
"in": "formData",
|
|
8505
|
-
"type": "integer",
|
|
8506
|
-
"name": "id_connector",
|
|
8507
|
-
"description": "ID of the connector"
|
|
8508
|
-
},
|
|
8509
|
-
{
|
|
8510
|
-
"required": false,
|
|
8511
|
-
"in": "formData",
|
|
8512
|
-
"type": "string",
|
|
8513
|
-
"name": "connector_uuid",
|
|
8514
|
-
"description": "optional uuid of the connector (replaces id_connector)"
|
|
8515
|
-
},
|
|
8516
|
-
{
|
|
8517
|
-
"required": false,
|
|
8518
|
-
"in": "formData",
|
|
8519
|
-
"type": "string",
|
|
8520
|
-
"name": "birthday",
|
|
8521
|
-
"description": "bank additional login parameter"
|
|
8522
|
-
},
|
|
8523
|
-
{
|
|
8524
|
-
"required": false,
|
|
8525
|
-
"in": "formData",
|
|
8526
|
-
"type": "string",
|
|
8527
|
-
"name": "password",
|
|
8528
|
-
"description": "bank additional login parameter"
|
|
8529
|
-
},
|
|
8530
|
-
{
|
|
8531
|
-
"required": false,
|
|
8532
|
-
"in": "formData",
|
|
8533
|
-
"type": "string",
|
|
8534
|
-
"name": "oauth_token",
|
|
8535
|
-
"description": "bank additional login parameter"
|
|
8536
|
-
},
|
|
8537
|
-
{
|
|
8538
|
-
"required": false,
|
|
8539
|
-
"in": "formData",
|
|
8540
|
-
"type": "string",
|
|
8541
|
-
"name": "oauth_token_secret",
|
|
8542
|
-
"description": "bank additional login parameter"
|
|
8543
|
-
},
|
|
8544
|
-
{
|
|
8545
|
-
"required": false,
|
|
8546
|
-
"in": "formData",
|
|
8547
|
-
"type": "string",
|
|
8548
|
-
"name": "auth_type",
|
|
8549
|
-
"description": "bank additional login parameter"
|
|
8550
|
-
},
|
|
8551
|
-
{
|
|
8552
|
-
"required": false,
|
|
8553
|
-
"in": "formData",
|
|
8554
|
-
"type": "string",
|
|
8555
|
-
"name": "secret",
|
|
8556
|
-
"description": "bank additional login parameter"
|
|
8557
|
-
},
|
|
8558
|
-
{
|
|
8559
|
-
"required": false,
|
|
8560
|
-
"in": "formData",
|
|
8561
|
-
"type": "string",
|
|
8562
|
-
"name": "type",
|
|
8563
|
-
"description": "bank additional login parameter"
|
|
8564
|
-
},
|
|
8565
|
-
{
|
|
8566
|
-
"required": false,
|
|
8567
|
-
"in": "formData",
|
|
8568
|
-
"type": "string",
|
|
8569
|
-
"name": "birthdate",
|
|
8570
|
-
"description": "bank additional login parameter"
|
|
8571
|
-
},
|
|
8572
|
-
{
|
|
8573
|
-
"required": false,
|
|
8574
|
-
"in": "formData",
|
|
8575
|
-
"type": "string",
|
|
8576
|
-
"name": "nuser",
|
|
8577
|
-
"description": "bank additional login parameter"
|
|
8578
|
-
},
|
|
8579
|
-
{
|
|
8580
|
-
"required": false,
|
|
8581
|
-
"in": "formData",
|
|
8582
|
-
"type": "string",
|
|
8583
|
-
"name": "website",
|
|
8584
|
-
"description": "bank additional login parameter"
|
|
8585
|
-
},
|
|
8586
|
-
{
|
|
8587
|
-
"required": false,
|
|
8588
|
-
"in": "formData",
|
|
8589
|
-
"type": "string",
|
|
8590
|
-
"name": "openapiwebsite",
|
|
8591
|
-
"description": "bank additional login parameter"
|
|
8592
|
-
},
|
|
8593
|
-
{
|
|
8594
|
-
"required": false,
|
|
8595
|
-
"in": "formData",
|
|
8596
|
-
"type": "string",
|
|
8597
|
-
"name": "website",
|
|
8598
|
-
"description": "bank additional login parameter"
|
|
8599
|
-
},
|
|
8600
|
-
{
|
|
8601
|
-
"required": false,
|
|
8602
|
-
"in": "formData",
|
|
8603
|
-
"type": "string",
|
|
8604
|
-
"name": "login",
|
|
8605
|
-
"description": "bank additional login parameter"
|
|
8606
|
-
},
|
|
8607
|
-
{
|
|
8608
|
-
"required": false,
|
|
8609
|
-
"in": "formData",
|
|
8610
|
-
"type": "integer",
|
|
8611
|
-
"name": "id_provider",
|
|
8612
|
-
"description": "ID of the provider"
|
|
8613
|
-
},
|
|
8614
|
-
{
|
|
8615
|
-
"required": false,
|
|
8616
|
-
"in": "formData",
|
|
8617
|
-
"type": "boolean",
|
|
8618
|
-
"name": "resume",
|
|
8619
|
-
"description": "Resume a decoupled connection creation"
|
|
8620
|
-
},
|
|
8621
8502
|
{
|
|
8622
8503
|
"required": false,
|
|
8623
8504
|
"type": "string",
|
|
8624
8505
|
"name": "expand",
|
|
8625
8506
|
"in": "query"
|
|
8507
|
+
},
|
|
8508
|
+
{
|
|
8509
|
+
"in": "body",
|
|
8510
|
+
"name": "connection",
|
|
8511
|
+
"schema": {
|
|
8512
|
+
"additionalProperties": {
|
|
8513
|
+
"type": "string"
|
|
8514
|
+
}
|
|
8515
|
+
}
|
|
8626
8516
|
}
|
|
8627
8517
|
],
|
|
8628
8518
|
"summary": "Add a new connection.",
|
|
8629
8519
|
"consumes": [
|
|
8630
|
-
"application/
|
|
8520
|
+
"application/json"
|
|
8631
8521
|
]
|
|
8632
8522
|
},
|
|
8633
8523
|
"delete": {
|
|
@@ -8734,51 +8624,18 @@
|
|
|
8734
8624
|
"description": ""
|
|
8735
8625
|
},
|
|
8736
8626
|
{
|
|
8737
|
-
"
|
|
8738
|
-
"
|
|
8739
|
-
"
|
|
8740
|
-
|
|
8741
|
-
|
|
8742
|
-
|
|
8743
|
-
|
|
8744
|
-
"name": "expire",
|
|
8745
|
-
"format": "date-time",
|
|
8746
|
-
"required": false,
|
|
8747
|
-
"in": "formData",
|
|
8748
|
-
"type": "string",
|
|
8749
|
-
"description": "Set expiration of the connection to this date"
|
|
8750
|
-
},
|
|
8751
|
-
{
|
|
8752
|
-
"required": false,
|
|
8753
|
-
"in": "formData",
|
|
8754
|
-
"type": "string",
|
|
8755
|
-
"name": "login",
|
|
8756
|
-
"description": "Set login to this new login"
|
|
8757
|
-
},
|
|
8758
|
-
{
|
|
8759
|
-
"required": false,
|
|
8760
|
-
"in": "formData",
|
|
8761
|
-
"type": "string",
|
|
8762
|
-
"name": "password",
|
|
8763
|
-
"description": "Set password to this new password"
|
|
8764
|
-
},
|
|
8765
|
-
{
|
|
8766
|
-
"required": false,
|
|
8767
|
-
"in": "formData",
|
|
8768
|
-
"type": "boolean",
|
|
8769
|
-
"name": "decoupled",
|
|
8770
|
-
"description": "Try to update a connection with the decoupled error"
|
|
8771
|
-
},
|
|
8772
|
-
{
|
|
8773
|
-
"required": false,
|
|
8774
|
-
"type": "string",
|
|
8775
|
-
"name": "expand",
|
|
8776
|
-
"in": "query"
|
|
8627
|
+
"in": "body",
|
|
8628
|
+
"name": "connection",
|
|
8629
|
+
"schema": {
|
|
8630
|
+
"additionalProperties": {
|
|
8631
|
+
"type": "string"
|
|
8632
|
+
}
|
|
8633
|
+
}
|
|
8777
8634
|
}
|
|
8778
8635
|
],
|
|
8779
8636
|
"summary": "Update a connection.",
|
|
8780
8637
|
"consumes": [
|
|
8781
|
-
"application/
|
|
8638
|
+
"application/json"
|
|
8782
8639
|
]
|
|
8783
8640
|
},
|
|
8784
8641
|
"put": {
|
|
@@ -23940,6 +23797,27 @@
|
|
|
23940
23797
|
"description": "Last successful push",
|
|
23941
23798
|
"format": "date-time"
|
|
23942
23799
|
},
|
|
23800
|
+
"state": {
|
|
23801
|
+
"type": "string",
|
|
23802
|
+
"enum": [
|
|
23803
|
+
"wrongpass",
|
|
23804
|
+
"additionalInformationNeeded",
|
|
23805
|
+
"websiteUnavailable",
|
|
23806
|
+
"actionNeeded",
|
|
23807
|
+
"SCARequired",
|
|
23808
|
+
"decoupled",
|
|
23809
|
+
"passwordExpired",
|
|
23810
|
+
"webauthRequired",
|
|
23811
|
+
"bug"
|
|
23812
|
+
],
|
|
23813
|
+
"description": "State of Connection"
|
|
23814
|
+
},
|
|
23815
|
+
"fields": {
|
|
23816
|
+
"type": "array",
|
|
23817
|
+
"items": {
|
|
23818
|
+
"$ref": "#/definitions/Field"
|
|
23819
|
+
}
|
|
23820
|
+
},
|
|
23943
23821
|
"next_try": {
|
|
23944
23822
|
"type": "string",
|
|
23945
23823
|
"description": "Date of next synchronization",
|
data/config.json
CHANGED
data/docs/BanksApi.md
CHANGED
|
@@ -6664,12 +6664,7 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
|
|
6664
6664
|
id_connection = 56 # Integer |
|
|
6665
6665
|
|
|
6666
6666
|
opts = {
|
|
6667
|
-
|
|
6668
|
-
expire: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Set expiration of the connection to this date
|
|
6669
|
-
login: 'login_example', # String | Set login to this new login
|
|
6670
|
-
password: 'password_example', # String | Set password to this new password
|
|
6671
|
-
decoupled: true, # BOOLEAN | Try to update a connection with the decoupled error
|
|
6672
|
-
expand: 'expand_example' # String |
|
|
6667
|
+
connection: nil # Object |
|
|
6673
6668
|
}
|
|
6674
6669
|
|
|
6675
6670
|
begin
|
|
@@ -6687,12 +6682,7 @@ Name | Type | Description | Notes
|
|
|
6687
6682
|
------------- | ------------- | ------------- | -------------
|
|
6688
6683
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
|
6689
6684
|
**id_connection** | **Integer**| |
|
|
6690
|
-
**
|
|
6691
|
-
**expire** | **DateTime**| Set expiration of the connection to this date | [optional]
|
|
6692
|
-
**login** | **String**| Set login to this new login | [optional]
|
|
6693
|
-
**password** | **String**| Set password to this new password | [optional]
|
|
6694
|
-
**decoupled** | **BOOLEAN**| Try to update a connection with the decoupled error | [optional]
|
|
6695
|
-
**expand** | **String**| | [optional]
|
|
6685
|
+
**connection** | **Object**| | [optional]
|
|
6696
6686
|
|
|
6697
6687
|
### Return type
|
|
6698
6688
|
|
|
@@ -6704,7 +6694,7 @@ Name | Type | Description | Notes
|
|
|
6704
6694
|
|
|
6705
6695
|
### HTTP request headers
|
|
6706
6696
|
|
|
6707
|
-
- **Content-Type**: application/
|
|
6697
|
+
- **Content-Type**: application/json
|
|
6708
6698
|
- **Accept**: application/json
|
|
6709
6699
|
|
|
6710
6700
|
|
|
@@ -7930,24 +7920,8 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
|
|
7930
7920
|
|
|
7931
7921
|
opts = {
|
|
7932
7922
|
source: 'source_example', # String | optional comma-separated list of sources to use for the connection synchronization
|
|
7933
|
-
|
|
7934
|
-
|
|
7935
|
-
birthday: 'birthday_example', # String | bank additional login parameter
|
|
7936
|
-
password: 'password_example', # String | bank additional login parameter
|
|
7937
|
-
oauth_token: 'oauth_token_example', # String | bank additional login parameter
|
|
7938
|
-
oauth_token_secret: 'oauth_token_secret_example', # String | bank additional login parameter
|
|
7939
|
-
auth_type: 'auth_type_example', # String | bank additional login parameter
|
|
7940
|
-
secret: 'secret_example', # String | bank additional login parameter
|
|
7941
|
-
type: 'type_example', # String | bank additional login parameter
|
|
7942
|
-
birthdate: 'birthdate_example', # String | bank additional login parameter
|
|
7943
|
-
nuser: 'nuser_example', # String | bank additional login parameter
|
|
7944
|
-
website: 'website_example', # String | bank additional login parameter
|
|
7945
|
-
openapiwebsite: 'openapiwebsite_example', # String | bank additional login parameter
|
|
7946
|
-
website2: 'website_example', # String | bank additional login parameter
|
|
7947
|
-
login: 'login_example', # String | bank additional login parameter
|
|
7948
|
-
id_provider: 56, # Integer | ID of the provider
|
|
7949
|
-
resume: true, # BOOLEAN | Resume a decoupled connection creation
|
|
7950
|
-
expand: 'expand_example' # String |
|
|
7923
|
+
expand: 'expand_example', # String |
|
|
7924
|
+
connection: nil # Object |
|
|
7951
7925
|
}
|
|
7952
7926
|
|
|
7953
7927
|
begin
|
|
@@ -7965,24 +7939,8 @@ Name | Type | Description | Notes
|
|
|
7965
7939
|
------------- | ------------- | ------------- | -------------
|
|
7966
7940
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
|
7967
7941
|
**source** | **String**| optional comma-separated list of sources to use for the connection synchronization | [optional]
|
|
7968
|
-
**id_connector** | **Integer**| ID of the connector | [optional]
|
|
7969
|
-
**connector_uuid** | **String**| optional uuid of the connector (replaces id_connector) | [optional]
|
|
7970
|
-
**birthday** | **String**| bank additional login parameter | [optional]
|
|
7971
|
-
**password** | **String**| bank additional login parameter | [optional]
|
|
7972
|
-
**oauth_token** | **String**| bank additional login parameter | [optional]
|
|
7973
|
-
**oauth_token_secret** | **String**| bank additional login parameter | [optional]
|
|
7974
|
-
**auth_type** | **String**| bank additional login parameter | [optional]
|
|
7975
|
-
**secret** | **String**| bank additional login parameter | [optional]
|
|
7976
|
-
**type** | **String**| bank additional login parameter | [optional]
|
|
7977
|
-
**birthdate** | **String**| bank additional login parameter | [optional]
|
|
7978
|
-
**nuser** | **String**| bank additional login parameter | [optional]
|
|
7979
|
-
**website** | **String**| bank additional login parameter | [optional]
|
|
7980
|
-
**openapiwebsite** | **String**| bank additional login parameter | [optional]
|
|
7981
|
-
**website2** | **String**| bank additional login parameter | [optional]
|
|
7982
|
-
**login** | **String**| bank additional login parameter | [optional]
|
|
7983
|
-
**id_provider** | **Integer**| ID of the provider | [optional]
|
|
7984
|
-
**resume** | **BOOLEAN**| Resume a decoupled connection creation | [optional]
|
|
7985
7942
|
**expand** | **String**| | [optional]
|
|
7943
|
+
**connection** | **Object**| | [optional]
|
|
7986
7944
|
|
|
7987
7945
|
### Return type
|
|
7988
7946
|
|
|
@@ -7994,7 +7952,7 @@ Name | Type | Description | Notes
|
|
|
7994
7952
|
|
|
7995
7953
|
### HTTP request headers
|
|
7996
7954
|
|
|
7997
|
-
- **Content-Type**: application/
|
|
7955
|
+
- **Content-Type**: application/json
|
|
7998
7956
|
- **Accept**: application/json
|
|
7999
7957
|
|
|
8000
7958
|
|
data/docs/Connection.md
CHANGED
|
@@ -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]
|
data/docs/ConnectionsApi.md
CHANGED
|
@@ -1500,12 +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
|
-
|
|
1504
|
-
expire: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Set expiration of the connection to this date
|
|
1505
|
-
login: 'login_example', # String | Set login to this new login
|
|
1506
|
-
password: 'password_example', # String | Set password to this new password
|
|
1507
|
-
decoupled: true, # BOOLEAN | Try to update a connection with the decoupled error
|
|
1508
|
-
expand: 'expand_example' # String |
|
|
1503
|
+
connection: nil # Object |
|
|
1509
1504
|
}
|
|
1510
1505
|
|
|
1511
1506
|
begin
|
|
@@ -1523,12 +1518,7 @@ Name | Type | Description | Notes
|
|
|
1523
1518
|
------------- | ------------- | ------------- | -------------
|
|
1524
1519
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
|
1525
1520
|
**id_connection** | **Integer**| |
|
|
1526
|
-
**
|
|
1527
|
-
**expire** | **DateTime**| Set expiration of the connection to this date | [optional]
|
|
1528
|
-
**login** | **String**| Set login to this new login | [optional]
|
|
1529
|
-
**password** | **String**| Set password to this new password | [optional]
|
|
1530
|
-
**decoupled** | **BOOLEAN**| Try to update a connection with the decoupled error | [optional]
|
|
1531
|
-
**expand** | **String**| | [optional]
|
|
1521
|
+
**connection** | **Object**| | [optional]
|
|
1532
1522
|
|
|
1533
1523
|
### Return type
|
|
1534
1524
|
|
|
@@ -1540,7 +1530,7 @@ Name | Type | Description | Notes
|
|
|
1540
1530
|
|
|
1541
1531
|
### HTTP request headers
|
|
1542
1532
|
|
|
1543
|
-
- **Content-Type**: application/
|
|
1533
|
+
- **Content-Type**: application/json
|
|
1544
1534
|
- **Accept**: application/json
|
|
1545
1535
|
|
|
1546
1536
|
|
|
@@ -1884,24 +1874,8 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
|
|
1884
1874
|
|
|
1885
1875
|
opts = {
|
|
1886
1876
|
source: 'source_example', # String | optional comma-separated list of sources to use for the connection synchronization
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
birthday: 'birthday_example', # String | bank additional login parameter
|
|
1890
|
-
password: 'password_example', # String | bank additional login parameter
|
|
1891
|
-
oauth_token: 'oauth_token_example', # String | bank additional login parameter
|
|
1892
|
-
oauth_token_secret: 'oauth_token_secret_example', # String | bank additional login parameter
|
|
1893
|
-
auth_type: 'auth_type_example', # String | bank additional login parameter
|
|
1894
|
-
secret: 'secret_example', # String | bank additional login parameter
|
|
1895
|
-
type: 'type_example', # String | bank additional login parameter
|
|
1896
|
-
birthdate: 'birthdate_example', # String | bank additional login parameter
|
|
1897
|
-
nuser: 'nuser_example', # String | bank additional login parameter
|
|
1898
|
-
website: 'website_example', # String | bank additional login parameter
|
|
1899
|
-
openapiwebsite: 'openapiwebsite_example', # String | bank additional login parameter
|
|
1900
|
-
website2: 'website_example', # String | bank additional login parameter
|
|
1901
|
-
login: 'login_example', # String | bank additional login parameter
|
|
1902
|
-
id_provider: 56, # Integer | ID of the provider
|
|
1903
|
-
resume: true, # BOOLEAN | Resume a decoupled connection creation
|
|
1904
|
-
expand: 'expand_example' # String |
|
|
1877
|
+
expand: 'expand_example', # String |
|
|
1878
|
+
connection: nil # Object |
|
|
1905
1879
|
}
|
|
1906
1880
|
|
|
1907
1881
|
begin
|
|
@@ -1919,24 +1893,8 @@ Name | Type | Description | Notes
|
|
|
1919
1893
|
------------- | ------------- | ------------- | -------------
|
|
1920
1894
|
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
|
1921
1895
|
**source** | **String**| optional comma-separated list of sources to use for the connection synchronization | [optional]
|
|
1922
|
-
**id_connector** | **Integer**| ID of the connector | [optional]
|
|
1923
|
-
**connector_uuid** | **String**| optional uuid of the connector (replaces id_connector) | [optional]
|
|
1924
|
-
**birthday** | **String**| bank additional login parameter | [optional]
|
|
1925
|
-
**password** | **String**| bank additional login parameter | [optional]
|
|
1926
|
-
**oauth_token** | **String**| bank additional login parameter | [optional]
|
|
1927
|
-
**oauth_token_secret** | **String**| bank additional login parameter | [optional]
|
|
1928
|
-
**auth_type** | **String**| bank additional login parameter | [optional]
|
|
1929
|
-
**secret** | **String**| bank additional login parameter | [optional]
|
|
1930
|
-
**type** | **String**| bank additional login parameter | [optional]
|
|
1931
|
-
**birthdate** | **String**| bank additional login parameter | [optional]
|
|
1932
|
-
**nuser** | **String**| bank additional login parameter | [optional]
|
|
1933
|
-
**website** | **String**| bank additional login parameter | [optional]
|
|
1934
|
-
**openapiwebsite** | **String**| bank additional login parameter | [optional]
|
|
1935
|
-
**website2** | **String**| bank additional login parameter | [optional]
|
|
1936
|
-
**login** | **String**| bank additional login parameter | [optional]
|
|
1937
|
-
**id_provider** | **Integer**| ID of the provider | [optional]
|
|
1938
|
-
**resume** | **BOOLEAN**| Resume a decoupled connection creation | [optional]
|
|
1939
1896
|
**expand** | **String**| | [optional]
|
|
1897
|
+
**connection** | **Object**| | [optional]
|
|
1940
1898
|
|
|
1941
1899
|
### Return type
|
|
1942
1900
|
|
|
@@ -1948,7 +1906,7 @@ Name | Type | Description | Notes
|
|
|
1948
1906
|
|
|
1949
1907
|
### HTTP request headers
|
|
1950
1908
|
|
|
1951
|
-
- **Content-Type**: application/
|
|
1909
|
+
- **Content-Type**: application/json
|
|
1952
1910
|
- **Accept**: application/json
|
|
1953
1911
|
|
|
1954
1912
|
|