budgea_client 5.4.0 → 5.5.0

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: 874a87d4a79089c432c3689939fbb7ff18881c07254d4e10401253e81c128c44
4
- data.tar.gz: 378533147fef2b30299b37fd8ce533ce766f0ce3972ec9903edd1be040f419f5
3
+ metadata.gz: b78ebb49596b49a497b81004b640bc804095cbe56184ec446284b9dbb9a183fa
4
+ data.tar.gz: eb49d1f1d307c26378cd31dc48910d51b36848329c15b986a6b3eac58fd37073
5
5
  SHA512:
6
- metadata.gz: ff20e03e3d7471054caafd2b7d107a7821ecccef14a30e357186646f4175fcd9469b795745323e8790c0d6306437a906ad53caa9d70134585f77ad7be78be242
7
- data.tar.gz: fdaef52c788e666a1b1e3f3a4415f49d52ce9d62e54cce4a3660324f30d74f08dc221fe48343d3c81d1edc403686a9a4b81a4e6dcf4ef483f468d98d28403b25
6
+ metadata.gz: c04f604c0d1bf3522210f2dc34054636a5bc8e463655732a726e056dfc92f0a404321b4b2e655ffb61756714ef6d889e4dc05894b42eecffaef8eb34f7ebbb9e
7
+ data.tar.gz: f33fc84e069569a1a7ff17259e151d7c798234e77cdce562710f1dbacd8eaf80f97a86cb0e09d0a8ade42477a160bc7880c7bf5ee143445f8e9d5b50fb5273d4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- budgea_client (5.4.0)
4
+ budgea_client (5.5.0)
5
5
  addressable (~> 2.3, >= 2.3.0)
6
6
  json (~> 2.1, >= 2.1.0)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
@@ -10,8 +10,8 @@ GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  ZenTest (4.12.0)
13
- addressable (2.5.2)
14
- public_suffix (>= 2.0.2, < 4.0)
13
+ addressable (2.8.0)
14
+ public_suffix (>= 2.0.2, < 5.0)
15
15
  autotest (4.4.6)
16
16
  ZenTest (>= 4.4.1)
17
17
  autotest-fsevent (0.2.18)
@@ -21,12 +21,12 @@ GEM
21
21
  crack (0.4.3)
22
22
  safe_yaml (~> 1.0.0)
23
23
  diff-lcs (1.3)
24
- ethon (0.14.0)
24
+ ethon (0.15.0)
25
25
  ffi (>= 1.15.0)
26
26
  ffi (1.15.3)
27
27
  hashdiff (0.3.7)
28
- json (2.5.1)
29
- public_suffix (3.0.3)
28
+ json (2.6.1)
29
+ public_suffix (4.0.6)
30
30
  rake (12.3.3)
31
31
  rspec (3.8.0)
32
32
  rspec-core (~> 3.8.0)
data/budgea_openapi.json CHANGED
@@ -23906,7 +23906,9 @@
23906
23906
  "passwordExpired",
23907
23907
  "webauthRequired",
23908
23908
  "rateLimiting",
23909
- "bug"
23909
+ "bug",
23910
+ "validating",
23911
+ "notSupported"
23910
23912
  ],
23911
23913
  "description": "State of Connection"
23912
23914
  },
@@ -248,7 +248,7 @@ module BudgeaClient
248
248
  return false if @id.nil?
249
249
  return false if @id_connector.nil?
250
250
  return false if @active.nil?
251
- state_validator = EnumAttributeValidator.new('String', ['wrongpass', 'additionalInformationNeeded', 'websiteUnavailable', 'actionNeeded', 'SCARequired', 'decoupled', 'passwordExpired', 'webauthRequired', 'rateLimiting', 'bug'])
251
+ state_validator = EnumAttributeValidator.new('String', ['wrongpass', 'additionalInformationNeeded', 'websiteUnavailable', 'actionNeeded', 'SCARequired', 'decoupled', 'passwordExpired', 'webauthRequired', 'rateLimiting', 'bug', 'validating', 'notSupported'])
252
252
  return false unless state_validator.valid?(@state)
253
253
  true
254
254
  end
@@ -256,7 +256,7 @@ module BudgeaClient
256
256
  # Custom attribute writer method checking allowed values (enum).
257
257
  # @param [Object] state Object to be assigned
258
258
  def state=(state)
259
- validator = EnumAttributeValidator.new('String', ['wrongpass', 'additionalInformationNeeded', 'websiteUnavailable', 'actionNeeded', 'SCARequired', 'decoupled', 'passwordExpired', 'webauthRequired', 'rateLimiting', 'bug'])
259
+ validator = EnumAttributeValidator.new('String', ['wrongpass', 'additionalInformationNeeded', 'websiteUnavailable', 'actionNeeded', 'SCARequired', 'decoupled', 'passwordExpired', 'webauthRequired', 'rateLimiting', 'bug', 'validating', 'notSupported'])
260
260
  unless validator.valid?(state)
261
261
  fail ArgumentError, 'invalid value for "state", must be one of #{validator.allowable_values}.'
262
262
  end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.19
11
11
  =end
12
12
 
13
13
  module BudgeaClient
14
- VERSION = '5.4.0'
14
+ VERSION = '5.5.0'
15
15
  end
Binary file
Binary file
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.4.0
4
+ version: 5.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chaker Nakhli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-17 00:00:00.000000000 Z
11
+ date: 2021-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -478,6 +478,9 @@ files:
478
478
  - original_budgea_openapi.json
479
479
  - patches/01_allow_enum_nil.patch
480
480
  - patches/02_accounts_property.patch
481
+ - pkg/budgea_client-5.3.1.gem
482
+ - pkg/budgea_client-5.3.2.gem
483
+ - pkg/budgea_client-5.3.5.gem
481
484
  - spec/api/administration_api_spec.rb
482
485
  - spec/api/authentication_api_spec.rb
483
486
  - spec/api/banks_api_spec.rb
@@ -603,7 +606,6 @@ files:
603
606
  - spec/models/webhook_log_spec.rb
604
607
  - spec/models/webhook_spec.rb
605
608
  - spec/spec_helper.rb
606
- - tags
607
609
  homepage: https://github.com/cashbee-team/budgea_client
608
610
  licenses:
609
611
  - Apache 2.0
@@ -623,7 +625,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
623
625
  - !ruby/object:Gem::Version
624
626
  version: '0'
625
627
  requirements: []
626
- rubygems_version: 3.0.9
628
+ rubyforge_project:
629
+ rubygems_version: 2.7.8
627
630
  signing_key:
628
631
  specification_version: 4
629
632
  summary: Budgea API Documentation Ruby Gem