budgea_client 5.3.2 → 5.3.7
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 +2 -2
- data/README.md +6 -4
- data/budgea_client.gemspec +2 -1
- data/budgea_openapi.json +66 -34
- data/config.json +1 -1
- data/docs/BanksApi.md +2 -0
- data/docs/Connection.md +1 -0
- data/docs/ConnectionsApi.md +2 -0
- data/docs/ProvidersApi.md +2 -0
- data/docs/Transfer.md +1 -0
- data/docs/TransferData.md +12 -0
- data/docs/TransferValidationData.md +8 -0
- data/docs/TransfersApi.md +11 -16
- data/lib/budgea_client.rb +3 -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 +4 -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 +22 -29
- 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 +17 -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 +16 -5
- data/lib/budgea_client/models/transfer_data.rb +240 -0
- data/lib/budgea_client/models/transfer_log.rb +1 -1
- data/lib/budgea_client/models/transfer_validation_data.rb +185 -0
- 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/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_data_spec.rb +65 -0
- data/spec/models/transfer_log_spec.rb +1 -1
- data/spec/models/transfer_spec.rb +1 -1
- data/spec/models/transfer_validation_data_spec.rb +41 -0
- 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
- metadata +34 -8
- data/pkg/budgea_client-5.3.1.gem +0 -0
data/spec/models/keyword_spec.rb
CHANGED
data/spec/models/order_spec.rb
CHANGED
data/spec/models/pocket_spec.rb
CHANGED
data/spec/models/profile_spec.rb
CHANGED
data/spec/models/project_spec.rb
CHANGED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Budgea API Documentation
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 2.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.15
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for BudgeaClient::TransferData
|
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'TransferData' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = BudgeaClient::TransferData.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of TransferData' do
|
|
31
|
+
it 'should create an instance of TransferData' do
|
|
32
|
+
expect(@instance).to be_instance_of(BudgeaClient::TransferData)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "id_account"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test attribute "id_recipient"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
describe 'test attribute "amount"' do
|
|
48
|
+
it 'should work' do
|
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
describe 'test attribute "label"' do
|
|
54
|
+
it 'should work' do
|
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
describe 'test attribute "exec_date"' do
|
|
60
|
+
it 'should work' do
|
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
end
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Budgea API Documentation
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 2.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.15
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for BudgeaClient::TransferValidationData
|
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'TransferValidationData' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = BudgeaClient::TransferValidationData.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of TransferValidationData' do
|
|
31
|
+
it 'should create an instance of TransferValidationData' do
|
|
32
|
+
expect(@instance).to be_instance_of(BudgeaClient::TransferValidationData)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "validated"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
end
|
data/spec/models/user_spec.rb
CHANGED
data/spec/models/webhook_spec.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: budgea_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.3.
|
|
4
|
+
version: 5.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chaker Nakhli
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -50,6 +50,26 @@ dependencies:
|
|
|
50
50
|
- - "~>"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: '2.1'
|
|
53
|
+
- !ruby/object:Gem::Dependency
|
|
54
|
+
name: addressable
|
|
55
|
+
requirement: !ruby/object:Gem::Requirement
|
|
56
|
+
requirements:
|
|
57
|
+
- - ">="
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: 2.3.0
|
|
60
|
+
- - "~>"
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: '2.3'
|
|
63
|
+
type: :runtime
|
|
64
|
+
prerelease: false
|
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
66
|
+
requirements:
|
|
67
|
+
- - ">="
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
version: 2.3.0
|
|
70
|
+
- - "~>"
|
|
71
|
+
- !ruby/object:Gem::Version
|
|
72
|
+
version: '2.3'
|
|
53
73
|
- !ruby/object:Gem::Dependency
|
|
54
74
|
name: rspec
|
|
55
75
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -305,7 +325,9 @@ files:
|
|
|
305
325
|
- docs/TransactionsCluster.md
|
|
306
326
|
- docs/Transfer.md
|
|
307
327
|
- docs/TransferApi.md
|
|
328
|
+
- docs/TransferData.md
|
|
308
329
|
- docs/TransferLog.md
|
|
330
|
+
- docs/TransferValidationData.md
|
|
309
331
|
- docs/TransfersApi.md
|
|
310
332
|
- docs/User.md
|
|
311
333
|
- docs/UserAlert.md
|
|
@@ -423,7 +445,9 @@ files:
|
|
|
423
445
|
- lib/budgea_client/models/transaction_information.rb
|
|
424
446
|
- lib/budgea_client/models/transactions_cluster.rb
|
|
425
447
|
- lib/budgea_client/models/transfer.rb
|
|
448
|
+
- lib/budgea_client/models/transfer_data.rb
|
|
426
449
|
- lib/budgea_client/models/transfer_log.rb
|
|
450
|
+
- lib/budgea_client/models/transfer_validation_data.rb
|
|
427
451
|
- lib/budgea_client/models/user.rb
|
|
428
452
|
- lib/budgea_client/models/user_alert.rb
|
|
429
453
|
- lib/budgea_client/models/webhook.rb
|
|
@@ -431,7 +455,6 @@ files:
|
|
|
431
455
|
- lib/budgea_client/models/webhook_log.rb
|
|
432
456
|
- lib/budgea_client/version.rb
|
|
433
457
|
- original_budgea_openapi.json
|
|
434
|
-
- pkg/budgea_client-5.3.1.gem
|
|
435
458
|
- spec/api/administration_api_spec.rb
|
|
436
459
|
- spec/api/authentication_api_spec.rb
|
|
437
460
|
- spec/api/banks_api_spec.rb
|
|
@@ -537,8 +560,10 @@ files:
|
|
|
537
560
|
- spec/models/transaction_information_spec.rb
|
|
538
561
|
- spec/models/transaction_spec.rb
|
|
539
562
|
- spec/models/transactions_cluster_spec.rb
|
|
563
|
+
- spec/models/transfer_data_spec.rb
|
|
540
564
|
- spec/models/transfer_log_spec.rb
|
|
541
565
|
- spec/models/transfer_spec.rb
|
|
566
|
+
- spec/models/transfer_validation_data_spec.rb
|
|
542
567
|
- spec/models/user_alert_spec.rb
|
|
543
568
|
- spec/models/user_spec.rb
|
|
544
569
|
- spec/models/webhook_data_spec.rb
|
|
@@ -549,7 +574,7 @@ homepage: https://github.com/cashbee-team/budgea_client
|
|
|
549
574
|
licenses:
|
|
550
575
|
- Apache 2.0
|
|
551
576
|
metadata: {}
|
|
552
|
-
post_install_message:
|
|
577
|
+
post_install_message:
|
|
553
578
|
rdoc_options: []
|
|
554
579
|
require_paths:
|
|
555
580
|
- lib
|
|
@@ -564,9 +589,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
564
589
|
- !ruby/object:Gem::Version
|
|
565
590
|
version: '0'
|
|
566
591
|
requirements: []
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
signing_key:
|
|
592
|
+
rubygems_version: 3.0.9
|
|
593
|
+
signing_key:
|
|
570
594
|
specification_version: 4
|
|
571
595
|
summary: Budgea API Documentation Ruby Gem
|
|
572
596
|
test_files:
|
|
@@ -610,6 +634,7 @@ test_files:
|
|
|
610
634
|
- spec/models/inline_response_200_36_spec.rb
|
|
611
635
|
- spec/models/investment_spec.rb
|
|
612
636
|
- spec/models/account_log_spec.rb
|
|
637
|
+
- spec/models/transfer_data_spec.rb
|
|
613
638
|
- spec/models/inline_response_200_3_spec.rb
|
|
614
639
|
- spec/models/inline_response_200_19_spec.rb
|
|
615
640
|
- spec/models/user_alert_spec.rb
|
|
@@ -635,6 +660,7 @@ test_files:
|
|
|
635
660
|
- spec/models/recipient_log_spec.rb
|
|
636
661
|
- spec/models/inline_response_200_16_spec.rb
|
|
637
662
|
- spec/models/pocket_spec.rb
|
|
663
|
+
- spec/models/transfer_validation_data_spec.rb
|
|
638
664
|
- spec/models/transaction_spec.rb
|
|
639
665
|
- spec/models/inline_response_200_29_spec.rb
|
|
640
666
|
- spec/models/inline_response_200_39_spec.rb
|