transferzero-sdk 1.36.7 → 1.36.8

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: 3bd172a7eaf7c642bb1ff9f1c74c2e0ecf5e5d1940eafdcef717ee4a3e3a4c3c
4
- data.tar.gz: 8c3028143b0387827ca82ae21fbf813b2823f55be188a51e85c16a062edb4164
3
+ metadata.gz: 06c30868f743e6cf1910f4d98507dda206f1f413f9915d84e551394a5afe21f0
4
+ data.tar.gz: efc44aa10c436ef4c8aa1f7747a2aa0d237592a9c1e4b0a26df1675b1655abb4
5
5
  SHA512:
6
- metadata.gz: dc11480bc1182e97e53a8497e4028d1b3a68a2f490cc47f294370003f6bb6a20d623e4f5f3779f17bea6c7693d51f979719fe11b2cea8389fb0093d035d61e63
7
- data.tar.gz: 5222c66002b17886f7975a30891cd53e59df6777db88038b04890d23dde8ae63dd88631c6d0a3dc3c5cdf276328b7135c1f1ea4b0b448cb61712b97422506e8f
6
+ metadata.gz: 2e3095b59d07565fda429e9d294b400bc50152dcee3cf3f72a50f4f41cb4844209c22174d1b9d3e9aecaed13158f3e18829739db6fd6b07851f62c8c03df436d
7
+ data.tar.gz: 43dc2a99b633250b00c61db2e405ce37e4d5984e33a2cca327096ce8993da5d39ac1b756349a1c20a7e9cf2f34e4bf2b0f83986bec89d564149efd9ff2878eea
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- transferzero-sdk (1.36.7)
4
+ transferzero-sdk (1.36.8)
5
5
  activesupport (>= 4)
6
6
  faraday (~> 1.0, >= 1.0.1)
7
7
  json (>= 1.4)
@@ -26,11 +26,11 @@ GEM
26
26
  base64 (0.2.0)
27
27
  benchmark (0.4.0)
28
28
  bigdecimal (3.1.9)
29
- byebug (11.1.3)
29
+ byebug (12.0.0)
30
30
  coderay (1.1.3)
31
31
  concurrent-ruby (1.3.5)
32
32
  connection_pool (2.5.0)
33
- diff-lcs (1.6.0)
33
+ diff-lcs (1.6.1)
34
34
  drb (2.2.1)
35
35
  faraday (1.10.4)
36
36
  faraday-em_http (~> 1.0)
@@ -58,16 +58,16 @@ GEM
58
58
  i18n (1.14.7)
59
59
  concurrent-ruby (~> 1.0)
60
60
  json (2.10.2)
61
- logger (1.6.6)
61
+ logger (1.7.0)
62
62
  method_source (1.1.0)
63
63
  minitest (5.25.5)
64
64
  multipart-post (2.4.1)
65
- pry (0.14.2)
65
+ pry (0.15.2)
66
66
  coderay (~> 1.1)
67
67
  method_source (~> 1.0)
68
- pry-byebug (3.10.1)
69
- byebug (~> 11.0)
70
- pry (>= 0.13, < 0.15)
68
+ pry-byebug (3.11.0)
69
+ byebug (~> 12.0)
70
+ pry (>= 0.13, < 0.16)
71
71
  rake (12.0.0)
72
72
  rspec (3.13.0)
73
73
  rspec-core (~> 3.13.0)
data/README.md CHANGED
@@ -7,7 +7,7 @@ Reference documentation for the TransferZero API V1
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0
10
- - Package version: 1.36.7
10
+ - Package version: 1.36.8
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  For more information, please visit:
@@ -31,15 +31,15 @@ gem build transferzero-sdk.gemspec
31
31
  Then either install the gem locally:
32
32
 
33
33
  ```shell
34
- gem install ./transferzero-sdk-1.36.7.gem
34
+ gem install ./transferzero-sdk-1.36.8.gem
35
35
  ```
36
- (for development, run `gem install --dev ./transferzero-sdk-1.36.7.gem` to install the development dependencies)
36
+ (for development, run `gem install --dev ./transferzero-sdk-1.36.8.gem` to install the development dependencies)
37
37
 
38
38
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
39
39
 
40
40
  Finally add this to the Gemfile:
41
41
 
42
- gem 'transferzero-sdk', '~> 1.36.7'
42
+ gem 'transferzero-sdk', '~> 1.36.8'
43
43
 
44
44
  ### Install from Git
45
45
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **account_name** | **String** | | [optional]
8
8
  **mapped_mobile_provider** | **String** | | [optional]
9
+ **account_status** | **String** | | [optional]
9
10
 
10
11
  ## Code Sample
11
12
 
@@ -13,7 +14,8 @@ Name | Type | Description | Notes
13
14
  require 'TransferZero'
14
15
 
15
16
  instance = TransferZero::AccountValidationResult.new(account_name: John Smith,
16
- mapped_mobile_provider: mtn)
17
+ mapped_mobile_provider: mtn,
18
+ account_status: active)
17
19
  ```
18
20
 
19
21
 
@@ -36,7 +36,7 @@ module TransferZero
36
36
  # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
37
37
  def initialize(config = Configuration.default)
38
38
  @config = config
39
- @user_agent = "TransferZero-SDK/Ruby/1.36.7"
39
+ @user_agent = "TransferZero-SDK/Ruby/1.36.8"
40
40
  @default_headers = {
41
41
  'Content-Type' => 'application/json',
42
42
  'User-Agent' => @user_agent
@@ -19,11 +19,14 @@ class AccountValidationResult
19
19
 
20
20
  attr_accessor :mapped_mobile_provider
21
21
 
22
+ attr_accessor :account_status
23
+
22
24
  # Attribute mapping from ruby-style variable name to JSON key.
23
25
  def self.attribute_map
24
26
  {
25
27
  :'account_name' => :'account_name',
26
- :'mapped_mobile_provider' => :'mapped_mobile_provider'
28
+ :'mapped_mobile_provider' => :'mapped_mobile_provider',
29
+ :'account_status' => :'account_status'
27
30
  }
28
31
  end
29
32
 
@@ -31,7 +34,8 @@ class AccountValidationResult
31
34
  def self.openapi_types
32
35
  {
33
36
  :'account_name' => :'String',
34
- :'mapped_mobile_provider' => :'String'
37
+ :'mapped_mobile_provider' => :'String',
38
+ :'account_status' => :'String'
35
39
  }
36
40
  end
37
41
 
@@ -57,6 +61,10 @@ class AccountValidationResult
57
61
  if attributes.key?(:'mapped_mobile_provider')
58
62
  self.mapped_mobile_provider = attributes[:'mapped_mobile_provider']
59
63
  end
64
+
65
+ if attributes.key?(:'account_status')
66
+ self.account_status = attributes[:'account_status']
67
+ end
60
68
  end
61
69
 
62
70
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -78,7 +86,8 @@ class AccountValidationResult
78
86
  return true if self.equal?(o)
79
87
  self.class == o.class &&
80
88
  account_name == o.account_name &&
81
- mapped_mobile_provider == o.mapped_mobile_provider
89
+ mapped_mobile_provider == o.mapped_mobile_provider &&
90
+ account_status == o.account_status
82
91
  end
83
92
 
84
93
  # @see the `==` method
@@ -90,7 +99,7 @@ class AccountValidationResult
90
99
  # Calculates hash code according to all attributes.
91
100
  # @return [Integer] Hash code
92
101
  def hash
93
- [account_name, mapped_mobile_provider].hash
102
+ [account_name, mapped_mobile_provider, account_status].hash
94
103
  end
95
104
 
96
105
  require 'active_support/core_ext/hash'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.0.0-beta3
11
11
  =end
12
12
 
13
13
  module TransferZero
14
- VERSION = '1.36.7'
14
+ VERSION = '1.36.8'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transferzero-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.7
4
+ version: 1.36.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - TransferZero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-20 00:00:00.000000000 Z
11
+ date: 2025-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday