stackone_hris_client 1.2.1 → 1.2.2

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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +4 -4
  4. data/gem-config.yml +1 -1
  5. data/lib/stackone_hris_client/api/accounts_api.rb +1 -1
  6. data/lib/stackone_hris_client/api/companies_api.rb +1 -1
  7. data/lib/stackone_hris_client/api/connect_sessions_api.rb +1 -1
  8. data/lib/stackone_hris_client/api/employees_api.rb +1 -1
  9. data/lib/stackone_hris_client/api/employments_api.rb +1 -1
  10. data/lib/stackone_hris_client/api/locations_api.rb +1 -1
  11. data/lib/stackone_hris_client/api_client.rb +1 -1
  12. data/lib/stackone_hris_client/api_error.rb +1 -1
  13. data/lib/stackone_hris_client/configuration.rb +6 -1
  14. data/lib/stackone_hris_client/models/account.rb +1 -1
  15. data/lib/stackone_hris_client/models/companies_paginated.rb +1 -1
  16. data/lib/stackone_hris_client/models/company.rb +1 -1
  17. data/lib/stackone_hris_client/models/company_result.rb +1 -1
  18. data/lib/stackone_hris_client/models/connect_session.rb +1 -1
  19. data/lib/stackone_hris_client/models/connect_session_authenticate.rb +1 -1
  20. data/lib/stackone_hris_client/models/connect_session_create.rb +1 -1
  21. data/lib/stackone_hris_client/models/connect_session_token.rb +1 -1
  22. data/lib/stackone_hris_client/models/employee.rb +83 -1
  23. data/lib/stackone_hris_client/models/employee_result.rb +1 -1
  24. data/lib/stackone_hris_client/models/employees_paginated.rb +1 -1
  25. data/lib/stackone_hris_client/models/employment.rb +59 -1
  26. data/lib/stackone_hris_client/models/employment_result.rb +1 -1
  27. data/lib/stackone_hris_client/models/employments_paginated.rb +1 -1
  28. data/lib/stackone_hris_client/models/location.rb +35 -1
  29. data/lib/stackone_hris_client/models/location_result.rb +1 -1
  30. data/lib/stackone_hris_client/models/locations_paginated.rb +1 -1
  31. data/lib/stackone_hris_client/version.rb +2 -2
  32. data/lib/stackone_hris_client.rb +1 -1
  33. data/spec/api_client_spec.rb +1 -1
  34. data/spec/configuration_spec.rb +1 -1
  35. data/spec/spec_helper.rb +1 -1
  36. data/stackone_hris_client.gemspec +1 -1
  37. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55b88dd425f0a32c6b26daaf93d226c318b77eb629d592622b2bb6d26850ae7d
4
- data.tar.gz: 723d2deabbc5a0a6aa99ef35d36c4c36bcaabd8a4e1c1e70623220e16ab32e91
3
+ metadata.gz: b241dfbdc84f9582c191a12537b373ba49a14bdb881696ba1c7a64e1f74fb44c
4
+ data.tar.gz: 4ad67d1f9c45f73bfe9bf01719756dfcf2a4a4c6e6415989598e07039b3c52db
5
5
  SHA512:
6
- metadata.gz: 43f98f045b9fe50181c28572d60027b648cc8b52bd377cd3caffe8ec167a9142cfadc6a0377494a9d342c900fcd8fd03e33ff5f328bec7287d4c06e188f9d348
7
- data.tar.gz: 9049523c053ef62d74be3afe16535bfd6f9fe00d9a632e1bc2e52b842a3674e3e82206eb8a4150b84c85d737e3771fa6005200922afb725318d41616bfba5b27
6
+ metadata.gz: d06a74f8d0f275a95872fc8aad9202f98ad2a0bf26419f6bf1ece43e3df44b9f14e1ed5de9861170d363b25003fae1701e16e7d0427f2a47f1fb35eeecdb7a67
7
+ data.tar.gz: ca8692bc6cd8bd58e0e0891d6c126f19e538b5d596bacca4d14e2a20f2a438ecf8be52b6dbbb4d737f075b93aa5873fdadfc66a903424b305f3ade27e889f5d8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stackone_hris_client (1.2.1)
4
+ stackone_hris_client (1.2.2)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -7,7 +7,7 @@ The documentation for the StackOne Unified API - HRIS
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 1.2.1
10
+ - Package version: 1.2.2
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build stackone_hris_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./stackone_hris_client-1.2.1.gem
26
+ gem install ./stackone_hris_client-1.2.2.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./stackone_hris_client-1.2.1.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./stackone_hris_client-1.2.2.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'stackone_hris_client', '~> 1.2.1'
35
+ gem 'stackone_hris_client', '~> 1.2.2'
36
36
 
37
37
  ### Install from Git
38
38
 
data/gem-config.yml CHANGED
@@ -10,5 +10,5 @@ additionalProperties:
10
10
  gemName: "stackone_hris_client"
11
11
  gemRequiredRubyVersion: ">= 2.7"
12
12
  gemSummary: "StackOne HRIS client gem"
13
- gemVersion: "1.2.1"
13
+ gemVersion: "1.2.2"
14
14
  library: "typhoeus"
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -72,6 +72,11 @@ module StackOneHRIS
72
72
  # @return [Proc]
73
73
  attr_accessor :access_token_getter
74
74
 
75
+ # Set this to return data as binary instead of downloading a temp file. When enabled (set to true)
76
+ # HTTP responses with return type `File` will be returned as a stream of binary data.
77
+ # Default to false.
78
+ attr_accessor :return_binary_data
79
+
75
80
  # Set this to enable/disable debugging. When enabled (set to true), HTTP request/response
76
81
  # details will be logged with `logger.debug` (see the `logger` attribute).
77
82
  # Default to false.
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -79,6 +79,28 @@ module StackOneHRIS
79
79
 
80
80
  attr_accessor :employments
81
81
 
82
+ class EnumAttributeValidator
83
+ attr_reader :datatype
84
+ attr_reader :allowable_values
85
+
86
+ def initialize(datatype, allowable_values)
87
+ @allowable_values = allowable_values.map do |value|
88
+ case datatype.to_s
89
+ when /Integer/i
90
+ value.to_i
91
+ when /Float/i
92
+ value.to_f
93
+ else
94
+ value
95
+ end
96
+ end
97
+ end
98
+
99
+ def valid?(value)
100
+ !value || allowable_values.include?(value)
101
+ end
102
+ end
103
+
82
104
  # Attribute mapping from ruby-style variable name to JSON key.
83
105
  def self.attribute_map
84
106
  {
@@ -368,13 +390,73 @@ module StackOneHRIS
368
390
  return false if @name.nil?
369
391
  return false if @display_name.nil?
370
392
  return false if @gender.nil?
393
+ gender_validator = EnumAttributeValidator.new('String', ["male", "female", "non_binary", "other", "not_disclosed", "unmapped_value"])
394
+ return false unless gender_validator.valid?(@gender)
395
+ ethnicity_validator = EnumAttributeValidator.new('String', ["white", "black_or_african_american", "asian", "hispanic_or_latino", "american_indian_or_alaska_native", "native_hawaiian_or_pacific_islander", "two_or_more_races", "not_disclosed", "unmapped_value"])
396
+ return false unless ethnicity_validator.valid?(@ethnicity)
397
+ marital_status_validator = EnumAttributeValidator.new('String', ["single", "married", "divorced", "widowed", "domestic_partnership", "separated", "other", "unmapped_value"])
398
+ return false unless marital_status_validator.valid?(@marital_status)
371
399
  return false if @personal_phone_number.nil?
372
400
  return false if @work_email.nil?
373
401
  return false if @work_phone_number.nil?
374
402
  return false if @department.nil?
403
+ employment_type_validator = EnumAttributeValidator.new('String', ["full_time", "part_time", "contractor", "intern", "freelance", "terminated", "unmapped_value"])
404
+ return false unless employment_type_validator.valid?(@employment_type)
405
+ employment_status_validator = EnumAttributeValidator.new('String', ["active", "pending", "terminated", "unmapped_value"])
406
+ return false unless employment_status_validator.valid?(@employment_status)
375
407
  true
376
408
  end
377
409
 
410
+ # Custom attribute writer method checking allowed values (enum).
411
+ # @param [Object] gender Object to be assigned
412
+ def gender=(gender)
413
+ validator = EnumAttributeValidator.new('String', ["male", "female", "non_binary", "other", "not_disclosed", "unmapped_value"])
414
+ unless validator.valid?(gender)
415
+ fail ArgumentError, "invalid value for \"gender\", must be one of #{validator.allowable_values}."
416
+ end
417
+ @gender = gender
418
+ end
419
+
420
+ # Custom attribute writer method checking allowed values (enum).
421
+ # @param [Object] ethnicity Object to be assigned
422
+ def ethnicity=(ethnicity)
423
+ validator = EnumAttributeValidator.new('String', ["white", "black_or_african_american", "asian", "hispanic_or_latino", "american_indian_or_alaska_native", "native_hawaiian_or_pacific_islander", "two_or_more_races", "not_disclosed", "unmapped_value"])
424
+ unless validator.valid?(ethnicity)
425
+ fail ArgumentError, "invalid value for \"ethnicity\", must be one of #{validator.allowable_values}."
426
+ end
427
+ @ethnicity = ethnicity
428
+ end
429
+
430
+ # Custom attribute writer method checking allowed values (enum).
431
+ # @param [Object] marital_status Object to be assigned
432
+ def marital_status=(marital_status)
433
+ validator = EnumAttributeValidator.new('String', ["single", "married", "divorced", "widowed", "domestic_partnership", "separated", "other", "unmapped_value"])
434
+ unless validator.valid?(marital_status)
435
+ fail ArgumentError, "invalid value for \"marital_status\", must be one of #{validator.allowable_values}."
436
+ end
437
+ @marital_status = marital_status
438
+ end
439
+
440
+ # Custom attribute writer method checking allowed values (enum).
441
+ # @param [Object] employment_type Object to be assigned
442
+ def employment_type=(employment_type)
443
+ validator = EnumAttributeValidator.new('String', ["full_time", "part_time", "contractor", "intern", "freelance", "terminated", "unmapped_value"])
444
+ unless validator.valid?(employment_type)
445
+ fail ArgumentError, "invalid value for \"employment_type\", must be one of #{validator.allowable_values}."
446
+ end
447
+ @employment_type = employment_type
448
+ end
449
+
450
+ # Custom attribute writer method checking allowed values (enum).
451
+ # @param [Object] employment_status Object to be assigned
452
+ def employment_status=(employment_status)
453
+ validator = EnumAttributeValidator.new('String', ["active", "pending", "terminated", "unmapped_value"])
454
+ unless validator.valid?(employment_status)
455
+ fail ArgumentError, "invalid value for \"employment_status\", must be one of #{validator.allowable_values}."
456
+ end
457
+ @employment_status = employment_status
458
+ end
459
+
378
460
  # Checks equality by comparing each attribute.
379
461
  # @param [Object] Object to be compared
380
462
  def ==(o)
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -33,6 +33,28 @@ module StackOneHRIS
33
33
 
34
34
  attr_accessor :employment_type
35
35
 
36
+ class EnumAttributeValidator
37
+ attr_reader :datatype
38
+ attr_reader :allowable_values
39
+
40
+ def initialize(datatype, allowable_values)
41
+ @allowable_values = allowable_values.map do |value|
42
+ case datatype.to_s
43
+ when /Integer/i
44
+ value.to_i
45
+ when /Float/i
46
+ value.to_f
47
+ else
48
+ value
49
+ end
50
+ end
51
+ end
52
+
53
+ def valid?(value)
54
+ !value || allowable_values.include?(value)
55
+ end
56
+ end
57
+
36
58
  # Attribute mapping from ruby-style variable name to JSON key.
37
59
  def self.attribute_map
38
60
  {
@@ -141,9 +163,45 @@ module StackOneHRIS
141
163
  # @return true if the model is valid
142
164
  def valid?
143
165
  return false if @employee_id.nil?
166
+ pay_period_validator = EnumAttributeValidator.new('String', ["hour", "day", "week", "every_two_weeks", "month", "quarter", "every_six_months", "year", "unmapped_value"])
167
+ return false unless pay_period_validator.valid?(@pay_period)
168
+ pay_frequency_validator = EnumAttributeValidator.new('String', ["hourly", "weekly", "bi_weekly", "monthly", "quarterly", "semi_annually", "yearly", "thirteen_monthly", "pro_rata", "unmapped_value"])
169
+ return false unless pay_frequency_validator.valid?(@pay_frequency)
170
+ employment_type_validator = EnumAttributeValidator.new('String', ["full_time", "part_time", "contractor", "intern", "freelance", "terminated", "unmapped_value"])
171
+ return false unless employment_type_validator.valid?(@employment_type)
144
172
  true
145
173
  end
146
174
 
175
+ # Custom attribute writer method checking allowed values (enum).
176
+ # @param [Object] pay_period Object to be assigned
177
+ def pay_period=(pay_period)
178
+ validator = EnumAttributeValidator.new('String', ["hour", "day", "week", "every_two_weeks", "month", "quarter", "every_six_months", "year", "unmapped_value"])
179
+ unless validator.valid?(pay_period)
180
+ fail ArgumentError, "invalid value for \"pay_period\", must be one of #{validator.allowable_values}."
181
+ end
182
+ @pay_period = pay_period
183
+ end
184
+
185
+ # Custom attribute writer method checking allowed values (enum).
186
+ # @param [Object] pay_frequency Object to be assigned
187
+ def pay_frequency=(pay_frequency)
188
+ validator = EnumAttributeValidator.new('String', ["hourly", "weekly", "bi_weekly", "monthly", "quarterly", "semi_annually", "yearly", "thirteen_monthly", "pro_rata", "unmapped_value"])
189
+ unless validator.valid?(pay_frequency)
190
+ fail ArgumentError, "invalid value for \"pay_frequency\", must be one of #{validator.allowable_values}."
191
+ end
192
+ @pay_frequency = pay_frequency
193
+ end
194
+
195
+ # Custom attribute writer method checking allowed values (enum).
196
+ # @param [Object] employment_type Object to be assigned
197
+ def employment_type=(employment_type)
198
+ validator = EnumAttributeValidator.new('String', ["full_time", "part_time", "contractor", "intern", "freelance", "terminated", "unmapped_value"])
199
+ unless validator.valid?(employment_type)
200
+ fail ArgumentError, "invalid value for \"employment_type\", must be one of #{validator.allowable_values}."
201
+ end
202
+ @employment_type = employment_type
203
+ end
204
+
147
205
  # Checks equality by comparing each attribute.
148
206
  # @param [Object] Object to be compared
149
207
  def ==(o)
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -37,6 +37,28 @@ module StackOneHRIS
37
37
 
38
38
  attr_accessor :location_type
39
39
 
40
+ class EnumAttributeValidator
41
+ attr_reader :datatype
42
+ attr_reader :allowable_values
43
+
44
+ def initialize(datatype, allowable_values)
45
+ @allowable_values = allowable_values.map do |value|
46
+ case datatype.to_s
47
+ when /Integer/i
48
+ value.to_i
49
+ when /Float/i
50
+ value.to_f
51
+ else
52
+ value
53
+ end
54
+ end
55
+ end
56
+
57
+ def valid?(value)
58
+ !value || allowable_values.include?(value)
59
+ end
60
+ end
61
+
40
62
  # Attribute mapping from ruby-style variable name to JSON key.
41
63
  def self.attribute_map
42
64
  {
@@ -157,9 +179,21 @@ module StackOneHRIS
157
179
  # @return true if the model is valid
158
180
  def valid?
159
181
  return false if @employee_id.nil?
182
+ location_type_validator = EnumAttributeValidator.new('String', ["home", "work", "unmapped_value"])
183
+ return false unless location_type_validator.valid?(@location_type)
160
184
  true
161
185
  end
162
186
 
187
+ # Custom attribute writer method checking allowed values (enum).
188
+ # @param [Object] location_type Object to be assigned
189
+ def location_type=(location_type)
190
+ validator = EnumAttributeValidator.new('String', ["home", "work", "unmapped_value"])
191
+ unless validator.valid?(location_type)
192
+ fail ArgumentError, "invalid value for \"location_type\", must be one of #{validator.allowable_values}."
193
+ end
194
+ @location_type = location_type
195
+ end
196
+
163
197
  # Checks equality by comparing each attribute.
164
198
  # @param [Object] Object to be compared
165
199
  def ==(o)
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,10 +6,10 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
13
13
  module StackOneHRIS
14
- VERSION = '1.2.1'
14
+ VERSION = '1.2.2'
15
15
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 6.5.0
10
10
 
11
11
  =end
12
12
 
@@ -8,7 +8,7 @@
8
8
  The version of the OpenAPI document: 1.0.0
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 6.4.0
11
+ OpenAPI Generator version: 6.5.0
12
12
 
13
13
  =end
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackone_hris_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - StackOne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-31 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus