budgea_client 5.3.3 → 5.3.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01b5b8cbcdca4324cebce1b38171f95ecebd1ec9241f464338278cec291bc824
4
- data.tar.gz: ebaa5ae738b73d58581f48b6eeb9756bad0bdb1eb2994c0bbab3c52184e9599f
3
+ metadata.gz: b9d510fe06f27b1b63710996b01c5bb15000f54e3e3ac33172509b88ae4951dc
4
+ data.tar.gz: d1b901424f029e8ddf4bd2489213157aef07671faa420c88fff8983bdb5fcde8
5
5
  SHA512:
6
- metadata.gz: d70593196fbe0cc42d733046ef66ac99baf9805f3257903154876ef73809e3a4450fe27ba8eb5dac71136d821c1dd330cfaa7afb477bdbcef77c73122aad7208
7
- data.tar.gz: 3144a1fc9a53d03ff9aad37d4aa508eb24833559fcee8defe5b5288205856135d8c59a455eb5b08b1cc3f8297e84b330bf7bf31b72d70bb20d5adb0536a179d4
6
+ metadata.gz: d8754c7b1d16f858fd622457a15d0d05ff4c3df097128f4bee450aaad5a4709e4a889789de59d1b087b88f9192c2f3fc78dc6d0e17b89e161bc3de352b5ea951
7
+ data.tar.gz: '052397ae55982ef2218a867bad79218e7c9e328866bd8dd7ceeee42dbf341521933cd172f49eacaea1cb09a059d31008fc2d1d83516899f189265969f335899f'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- budgea_client (5.3.3)
4
+ budgea_client (5.3.4)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
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.3
10
+ - Package version: 5.3.4
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.3.gem
26
+ gem install ./budgea_client-5.3.4.gem
27
27
  ```
28
- (for development, run `gem install --dev ./budgea_client-5.3.3.gem` to install the development dependencies)
28
+ (for development, run `gem install --dev ./budgea_client-5.3.4.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.3'
34
+ gem 'budgea_client', '~> 5.3.4'
35
35
 
36
36
  ### Install from Git
37
37
 
@@ -8623,6 +8623,12 @@
8623
8623
  "name": "id_connection",
8624
8624
  "description": ""
8625
8625
  },
8626
+ {
8627
+ "required": false,
8628
+ "type": "string",
8629
+ "name": "expand",
8630
+ "in": "query"
8631
+ },
8626
8632
  {
8627
8633
  "in": "body",
8628
8634
  "name": "connection",
@@ -7,5 +7,5 @@
7
7
  "gemHomepage": "https://github.com/cashbee-team/budgea_client",
8
8
  "moduleName": "BudgeaClient",
9
9
  "gemLicense": "Apache 2.0",
10
- "gemVersion": "5.3.3"
10
+ "gemVersion": "5.3.4"
11
11
  }
@@ -6664,6 +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
+ expand: 'expand_example', # String |
6667
6668
  connection: nil # Object |
6668
6669
  }
6669
6670
 
@@ -6682,6 +6683,7 @@ Name | Type | Description | Notes
6682
6683
  ------------- | ------------- | ------------- | -------------
6683
6684
  **id_user** | **String**| Hint: you can use 'me' or 'all' |
6684
6685
  **id_connection** | **Integer**| |
6686
+ **expand** | **String**| | [optional]
6685
6687
  **connection** | **Object**| | [optional]
6686
6688
 
6687
6689
  ### Return type
@@ -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
@@ -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
@@ -6883,6 +6883,7 @@ module BudgeaClient
6883
6883
  # @param id_user Hint: you can use 'me' or 'all'
6884
6884
  # @param id_connection
6885
6885
  # @param [Hash] opts the optional parameters
6886
+ # @option opts [String] :expand
6886
6887
  # @option opts [Object] :connection
6887
6888
  # @return [Connection]
6888
6889
  def users_id_user_connections_id_connection_post(id_user, id_connection, opts = {})
@@ -6895,6 +6896,7 @@ module BudgeaClient
6895
6896
  # @param id_user Hint: you can use 'me' or 'all'
6896
6897
  # @param id_connection
6897
6898
  # @param [Hash] opts the optional parameters
6899
+ # @option opts [String] :expand
6898
6900
  # @option opts [Object] :connection
6899
6901
  # @return [Array<(Connection, Fixnum, Hash)>] Connection data, response status code and response headers
6900
6902
  def users_id_user_connections_id_connection_post_with_http_info(id_user, id_connection, opts = {})
@@ -6914,6 +6916,7 @@ module BudgeaClient
6914
6916
 
6915
6917
  # query parameters
6916
6918
  query_params = {}
6919
+ query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
6917
6920
 
6918
6921
  # header parameters
6919
6922
  header_params = {}
@@ -1500,6 +1500,7 @@ module BudgeaClient
1500
1500
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
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 &#39;me&#39; or &#39;all&#39;
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 = {}
@@ -5030,6 +5030,7 @@ module BudgeaClient
5030
5030
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
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 &#39;me&#39; or &#39;all&#39;
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 = {}
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15
11
11
  =end
12
12
 
13
13
  module BudgeaClient
14
- VERSION = '5.3.3'
14
+ VERSION = '5.3.4'
15
15
  end
@@ -0,0 +1 @@
1
+ {"id": 17, "id_account": 3215, "id_user": 445, "id_recipient": 5632, "account_iban": "FR7630066108630002004280331", "recipient_iban": "DE34100110012627761309", "exec_date": "2020-08-10", "register_date": "2020-08-10 12:18:50", "amount": 2.0, "fees": null, "webid": null, "state": "additionalInformationNeeded", "error": null, "label": "Test N26 Armand", "account_balance": null, "id_transaction": null, "beneficiary_type": "recipient", "beneficiary_number": null, "beneficiary_label": "Compte N26 perso", "validate_mechanism": "credentials", "currency": {"id": "EUR", "symbol": "€", "prefix": false, "crypto": false, "precision": 2, "marketcap": null, "datetime": null, "name": "Euro"}, "formatted_amount": "2,00 €", "error_message": null, "fields": [{"name": "Clé", "label": "Veuillez saisir la clé contenue dans la case C3 de votre carte n° 1 ", "description": "Veuillez saisir la clé contenue dans la case C3 de votre carte n° 1 ", "regex": null, "value": null, "type": "text"}]}
@@ -0,0 +1 @@
1
+ {"code": "bug", "description": "bug"}
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.3
4
+ version: 5.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chaker Nakhli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-05 00:00:00.000000000 Z
11
+ date: 2020-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -550,6 +550,8 @@ files:
550
550
  - spec/models/webhook_log_spec.rb
551
551
  - spec/models/webhook_spec.rb
552
552
  - spec/spec_helper.rb
553
+ - transfer_additional_info_needed.json
554
+ - transfer_additional_info_needed_validation_error.json
553
555
  homepage: https://github.com/cashbee-team/budgea_client
554
556
  licenses:
555
557
  - Apache 2.0