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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/openapi_client/models/time_off_balance_response.rb +2 -10
- data/lib/openapi_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98a1b160693fa1995531dd18579f9e2c2aa0ca5c5f5cffab9c553cf887c1a313
|
|
4
|
+
data.tar.gz: ae3b24e92397ff86a59d6a638114af0ea08702abb3b597548ec6bdf62f952f7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f192d2b0320141da05bdbef71e46e3a1cf7d30f4a9994921b2cc86dbea02594d0f897805b4608a4aee2137d4798cd6e4bb05153e77136a5e76d0b65c84ea56e
|
|
7
|
+
data.tar.gz: 98140325f193c39def7e988aa3e692b771c46bc1db3f0c37c4877f5aeee78d9f955b25a2da9bb23ac5ad315bbdce9cb14ca5ae0087c62929d8ceab77f5ed98c5
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
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.
|
|
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-
|
|
11
|
+
date: 2024-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|