budgea_client 5.3.1 → 5.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/budgea_client/models/connection.rb +2 -2
- data/lib/budgea_client/version.rb +1 -1
- data/pkg/budgea_client-5.3.1.gem +0 -0
- metadata +3 -2
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.lock
CHANGED
@@ -238,7 +238,7 @@ module BudgeaClient
|
|
238
238
|
return false if @id.nil?
|
239
239
|
return false if @id_connector.nil?
|
240
240
|
return false if @active.nil?
|
241
|
-
state_validator = EnumAttributeValidator.new('String', ['wrongpass', 'additionalInformationNeeded', 'websiteUnavailable', 'actionNeeded', 'SCARequired', 'decoupled', 'passwordExpired', 'webauthRequired', 'bug'])
|
241
|
+
state_validator = EnumAttributeValidator.new('String', ['wrongpass', 'additionalInformationNeeded', 'websiteUnavailable', 'actionNeeded', 'SCARequired', 'decoupled', 'passwordExpired', 'webauthRequired', 'bug', nil])
|
242
242
|
return false unless state_validator.valid?(@state)
|
243
243
|
true
|
244
244
|
end
|
@@ -246,7 +246,7 @@ module BudgeaClient
|
|
246
246
|
# Custom attribute writer method checking allowed values (enum).
|
247
247
|
# @param [Object] state Object to be assigned
|
248
248
|
def state=(state)
|
249
|
-
validator = EnumAttributeValidator.new('String', ['wrongpass', 'additionalInformationNeeded', 'websiteUnavailable', 'actionNeeded', 'SCARequired', 'decoupled', 'passwordExpired', 'webauthRequired', 'bug'])
|
249
|
+
validator = EnumAttributeValidator.new('String', ['wrongpass', 'additionalInformationNeeded', 'websiteUnavailable', 'actionNeeded', 'SCARequired', 'decoupled', 'passwordExpired', 'webauthRequired', 'bug', nil])
|
250
250
|
unless validator.valid?(state)
|
251
251
|
fail ArgumentError, 'invalid value for "state", must be one of #{validator.allowable_values}.'
|
252
252
|
end
|
Binary file
|
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.2
|
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-06-
|
11
|
+
date: 2020-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -431,6 +431,7 @@ files:
|
|
431
431
|
- lib/budgea_client/models/webhook_log.rb
|
432
432
|
- lib/budgea_client/version.rb
|
433
433
|
- original_budgea_openapi.json
|
434
|
+
- pkg/budgea_client-5.3.1.gem
|
434
435
|
- spec/api/administration_api_spec.rb
|
435
436
|
- spec/api/authentication_api_spec.rb
|
436
437
|
- spec/api/banks_api_spec.rb
|