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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4efd77f2494957342c705088d9a8a57a33ed726e76d9cbafb40dce8d6d66dc7e
4
- data.tar.gz: ce3568d9babbe9d9a00b71c042f339ee593ef26d52b509918521c2deb0ea8db8
3
+ metadata.gz: d53b42e6d34fe0ef3aa6988a3edeff947bcaf8a0ddc7823a3c22a386a1550537
4
+ data.tar.gz: 1cbdceed14e7661bddd2ae304617a44b24d3da748a4993dfc5a1f530847c9e13
5
5
  SHA512:
6
- metadata.gz: 1e69206a4e1721c1ad81748ba1c861bccca950e3353131af7bceaec8bb9dc31903f533338e0bbfa4f547c94d40580b76769e15e7b245872d457964fd7beb347e
7
- data.tar.gz: cd567619ca4b93846640276a9afcb8355d79bf7a73c956610c90cf68fc226de868e19973862f1e491cb6bf973ea9d627e7ff397801c03a8d9b3263ebea77d3f0
6
+ metadata.gz: 860f7fa0f56915a201df600d7d7e5f90253e3d0f987b357c5f9d7270dfc6467efb3e641921f7197325dac69da49ef7d564483175fbc2608a40f70d6a7b4f553d
7
+ data.tar.gz: 2df7f267ece0ece52734e608c5467495486cdd381cf8ec77468148a0c3d0a45d7d5e4d711a71920a6e6c8a1e4106086a64fea1919450d31f830b353d9f033700
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- budgea_client (5.3.1)
4
+ budgea_client (5.3.2)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
@@ -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
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.14
11
11
  =end
12
12
 
13
13
  module BudgeaClient
14
- VERSION = '5.3.1'
14
+ VERSION = '5.3.2'
15
15
  end
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.1
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-24 00:00:00.000000000 Z
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