affixapi 1.1.59 → 1.1.60

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: 38acff549d23c32bf0ea9e6504535fab01b839f1659b3c867bb269c81a3d9acc
4
- data.tar.gz: ab2d9fb64498736f6487328c46f9e4919d18b8dc943e18de8e917e9172feb079
3
+ metadata.gz: 98a1b160693fa1995531dd18579f9e2c2aa0ca5c5f5cffab9c553cf887c1a313
4
+ data.tar.gz: ae3b24e92397ff86a59d6a638114af0ea08702abb3b597548ec6bdf62f952f7a
5
5
  SHA512:
6
- metadata.gz: 848c3766898d50acac3e28a9c486bab13a3c291472b8bac5638be62f6e718f0327d2e0ac3615c184e88494eac9ab7e377c3de86c24dc3787c0036ae80b391f3b
7
- data.tar.gz: 5106125edd8b05e4e63a21c0e21c6d472cb2009bb09bbaa29861159c62cfe33f5a52a7680ac348e5f826e6dcc9d5ebdbf04b52196a17a6786eef39646284b080
6
+ metadata.gz: 6f192d2b0320141da05bdbef71e46e3a1cf7d30f4a9994921b2cc86dbea02594d0f897805b4608a4aee2137d4798cd6e4bb05153e77136a5e76d0b65c84ea56e
7
+ data.tar.gz: 98140325f193c39def7e988aa3e692b771c46bc1db3f0c37c4877f5aeee78d9f955b25a2da9bb23ac5ad315bbdce9cb14ca5ae0087c62929d8ceab77f5ed98c5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- affixapi (1.1.59)
4
+ affixapi (1.1.60)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -92,6 +92,8 @@ module OpenapiClient
92
92
  # List of attributes with nullable: true
93
93
  def self.openapi_nullable
94
94
  Set.new([
95
+ :'balance',
96
+ :'used',
95
97
  :'policy_name',
96
98
  :'policy_type',
97
99
  :'remote_created_at',
@@ -159,14 +161,6 @@ module OpenapiClient
159
161
  invalid_properties.push('invalid value for "remote_id", remote_id cannot be nil.')
160
162
  end
161
163
 
162
- if @balance.nil?
163
- invalid_properties.push('invalid value for "balance", balance cannot be nil.')
164
- end
165
-
166
- if @used.nil?
167
- invalid_properties.push('invalid value for "used", used cannot be nil.')
168
- end
169
-
170
164
  invalid_properties
171
165
  end
172
166
 
@@ -175,8 +169,6 @@ module OpenapiClient
175
169
  def valid?
176
170
  return false if @employee_id.nil?
177
171
  return false if @remote_id.nil?
178
- return false if @balance.nil?
179
- return false if @used.nil?
180
172
  policy_type_validator = EnumAttributeValidator.new('String', ["null", "vacation", "sick", "personal", "jury_duty", "volunteer", "bereavement"])
181
173
  return false unless policy_type_validator.valid?(@policy_type)
182
174
  true
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.1.1
11
11
  =end
12
12
 
13
13
  module OpenapiClient
14
- VERSION = '1.1.59'
14
+ VERSION = '1.1.60'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: affixapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.59
4
+ version: 1.1.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-18 00:00:00.000000000 Z
11
+ date: 2024-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus