affixapi 1.1.73 → 1.1.75

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca6d94053cb3f5519e3efc7492863159caf895da701ff62f89d017c397a401c8
4
- data.tar.gz: c20c942fca92a7f8a85b7b407fe243a3c4119c0057409344a4ee956ad515ba28
3
+ metadata.gz: 2f7f119faf30a846d45a8698349d38cf3c984bd229e019c08f62c8ab7e3dadad
4
+ data.tar.gz: 35527d74dafff50ac0619c2aeb1995831336ad84fe7387e9b5df030cca886ce2
5
5
  SHA512:
6
- metadata.gz: 4584325db8bbac02c7ad75e5f9b8bf93cf6f9a08e796f3d5ef41cab677609d30748a7f0b9fa682fd45ee7462608dcf04ef52b36b5dd7e6e10fc3db7b426fc863
7
- data.tar.gz: a77e6ab39733c1ecc0eec8e3baddd0f6d7ef5fc028acbea4bcb0382c2672f7918156cf701ed8c70c1ba22378099a6a9fa0fae3aaf9ee8a030a105772104b9611
6
+ metadata.gz: f6da09838549801ecede8b14da4e5e25b375246782c9ec79413f33a623a2c1bd981203d5f4f0d53bfef3b2599f9f3ff9aa8df3ed0ffa828f9e4935dc7f3840cd
7
+ data.tar.gz: 236d3d69ff5f3309ba78d76330dc477df6756eb7fb399c2fb313277865be13270884d9fe2bb87aa6e43aa52634fd3496084eef1b57afe11cd9ed9247d91a3e06
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- affixapi (1.1.73)
4
+ affixapi (1.1.75)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -331,7 +331,7 @@ Class | Method | HTTP request | Description
331
331
  - [OpenapiClient::CreateEmployeeRequestDependents](docs/CreateEmployeeRequestDependents.md)
332
332
  - [OpenapiClient::CreateEmployeeRequestEmergencyContacts](docs/CreateEmployeeRequestEmergencyContacts.md)
333
333
  - [OpenapiClient::CreateEmployeeRequestManager](docs/CreateEmployeeRequestManager.md)
334
- - [OpenapiClient::CurrencyRequest](docs/CurrencyRequest.md)
334
+ - [OpenapiClient::CurrencyNotNullRequest](docs/CurrencyNotNullRequest.md)
335
335
  - [OpenapiClient::CurrencyResponse](docs/CurrencyResponse.md)
336
336
  - [OpenapiClient::DisconnectResponse](docs/DisconnectResponse.md)
337
337
  - [OpenapiClient::EmployeeResponse](docs/EmployeeResponse.md)
@@ -8,8 +8,9 @@
8
8
  | **pay_period** | **String** | | |
9
9
  | **pay_frequency** | **String** | | |
10
10
  | **employment_type** | **String** | | |
11
- | **currency** | [**CurrencyRequest**](CurrencyRequest.md) | | |
11
+ | **currency** | [**CurrencyNotNullRequest**](CurrencyNotNullRequest.md) | | |
12
12
  | **effective_date** | **Date** | | |
13
+ | **notes** | **String** | | |
13
14
 
14
15
  ## Example
15
16
 
@@ -22,7 +23,8 @@ instance = OpenapiClient::CompensationHistoryNoNonNullRequest.new(
22
23
  pay_frequency: semimonthly,
23
24
  employment_type: full_time,
24
25
  currency: null,
25
- effective_date: Sun Oct 11 00:00:00 UTC 2020
26
+ effective_date: Sun Oct 11 00:00:00 UTC 2020,
27
+ notes: Salary Adjustment
26
28
  )
27
29
  ```
28
30
 
@@ -10,6 +10,7 @@
10
10
  | **employment_type** | **String** | | |
11
11
  | **currency** | [**CurrencyResponse**](CurrencyResponse.md) | | |
12
12
  | **effective_date** | **Date** | | |
13
+ | **notes** | **String** | | |
13
14
 
14
15
  ## Example
15
16
 
@@ -22,7 +23,8 @@ instance = OpenapiClient::CompensationHistoryResponse.new(
22
23
  pay_frequency: semimonthly,
23
24
  employment_type: full_time,
24
25
  currency: null,
25
- effective_date: Sun Oct 11 00:00:00 UTC 2020
26
+ effective_date: Sun Oct 11 00:00:00 UTC 2020,
27
+ notes: Salary Adjustment
26
28
  )
27
29
  ```
28
30
 
@@ -1,4 +1,4 @@
1
- # OpenapiClient::CurrencyRequest
1
+ # OpenapiClient::CurrencyNotNullRequest
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,6 +10,6 @@
10
10
  ```ruby
11
11
  require 'openapi_client'
12
12
 
13
- instance = OpenapiClient::CurrencyRequest.new()
13
+ instance = OpenapiClient::CurrencyNotNullRequest.new()
14
14
  ```
15
15
 
@@ -9,6 +9,8 @@
9
9
  | **group_id** | **String** | | |
10
10
  | **group_remote_id** | **String** | | |
11
11
  | **group_name** | **String** | | |
12
+ | **manager_id** | **String** | | |
13
+ | **manager_remote_id** | **String** | | |
12
14
 
13
15
  ## Example
14
16
 
@@ -20,7 +22,9 @@ instance = OpenapiClient::EmploymentHistoryNoNonNullRequest.new(
20
22
  effective_date: Sun Oct 11 00:00:00 UTC 2020,
21
23
  group_id: 4B9bKBpX5tnwjiG93TAqF7ci,
22
24
  group_remote_id: 49,
23
- group_name: Engineering
25
+ group_name: Engineering,
26
+ manager_id: null,
27
+ manager_remote_id: null
24
28
  )
25
29
  ```
26
30
 
@@ -9,6 +9,8 @@
9
9
  | **group_id** | **String** | | |
10
10
  | **group_remote_id** | **String** | | |
11
11
  | **group_name** | **String** | | |
12
+ | **manager_id** | **String** | | |
13
+ | **manager_remote_id** | **String** | | |
12
14
 
13
15
  ## Example
14
16
 
@@ -20,7 +22,9 @@ instance = OpenapiClient::EmploymentHistoryResponse.new(
20
22
  effective_date: Sun Oct 11 00:00:00 UTC 2020,
21
23
  group_id: 4B9bKBpX5tnwjiG93TAqF7ci,
22
24
  group_remote_id: 49,
23
- group_name: Engineering
25
+ group_name: Engineering,
26
+ manager_id: null,
27
+ manager_remote_id: null
24
28
  )
25
29
  ```
26
30
 
@@ -27,6 +27,8 @@ module OpenapiClient
27
27
 
28
28
  attr_accessor :effective_date
29
29
 
30
+ attr_accessor :notes
31
+
30
32
  class EnumAttributeValidator
31
33
  attr_reader :datatype
32
34
  attr_reader :allowable_values
@@ -57,7 +59,8 @@ module OpenapiClient
57
59
  :'pay_frequency' => :'pay_frequency',
58
60
  :'employment_type' => :'employment_type',
59
61
  :'currency' => :'currency',
60
- :'effective_date' => :'effective_date'
62
+ :'effective_date' => :'effective_date',
63
+ :'notes' => :'notes'
61
64
  }
62
65
  end
63
66
 
@@ -73,8 +76,9 @@ module OpenapiClient
73
76
  :'pay_period' => :'String',
74
77
  :'pay_frequency' => :'String',
75
78
  :'employment_type' => :'String',
76
- :'currency' => :'CurrencyRequest',
77
- :'effective_date' => :'Date'
79
+ :'currency' => :'CurrencyNotNullRequest',
80
+ :'effective_date' => :'Date',
81
+ :'notes' => :'String'
78
82
  }
79
83
  end
80
84
 
@@ -123,6 +127,10 @@ module OpenapiClient
123
127
  if attributes.key?(:'effective_date')
124
128
  self.effective_date = attributes[:'effective_date']
125
129
  end
130
+
131
+ if attributes.key?(:'notes')
132
+ self.notes = attributes[:'notes']
133
+ end
126
134
  end
127
135
 
128
136
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -149,6 +157,10 @@ module OpenapiClient
149
157
  invalid_properties.push('invalid value for "effective_date", effective_date cannot be nil.')
150
158
  end
151
159
 
160
+ if @notes.nil?
161
+ invalid_properties.push('invalid value for "notes", notes cannot be nil.')
162
+ end
163
+
152
164
  invalid_properties
153
165
  end
154
166
 
@@ -164,6 +176,7 @@ module OpenapiClient
164
176
  employment_type_validator = EnumAttributeValidator.new('String', ["full_time", "part_time", "contractor", "other"])
165
177
  return false unless employment_type_validator.valid?(@employment_type)
166
178
  return false if @effective_date.nil?
179
+ return false if @notes.nil?
167
180
  true
168
181
  end
169
182
 
@@ -197,7 +210,8 @@ module OpenapiClient
197
210
  pay_frequency == o.pay_frequency &&
198
211
  employment_type == o.employment_type &&
199
212
  currency == o.currency &&
200
- effective_date == o.effective_date
213
+ effective_date == o.effective_date &&
214
+ notes == o.notes
201
215
  end
202
216
 
203
217
  # @see the `==` method
@@ -209,7 +223,7 @@ module OpenapiClient
209
223
  # Calculates hash code according to all attributes.
210
224
  # @return [Integer] Hash code
211
225
  def hash
212
- [pay_rate, pay_period, pay_frequency, employment_type, currency, effective_date].hash
226
+ [pay_rate, pay_period, pay_frequency, employment_type, currency, effective_date, notes].hash
213
227
  end
214
228
 
215
229
  # Builds the object from hash
@@ -27,6 +27,8 @@ module OpenapiClient
27
27
 
28
28
  attr_accessor :effective_date
29
29
 
30
+ attr_accessor :notes
31
+
30
32
  class EnumAttributeValidator
31
33
  attr_reader :datatype
32
34
  attr_reader :allowable_values
@@ -57,7 +59,8 @@ module OpenapiClient
57
59
  :'pay_frequency' => :'pay_frequency',
58
60
  :'employment_type' => :'employment_type',
59
61
  :'currency' => :'currency',
60
- :'effective_date' => :'effective_date'
62
+ :'effective_date' => :'effective_date',
63
+ :'notes' => :'notes'
61
64
  }
62
65
  end
63
66
 
@@ -74,7 +77,8 @@ module OpenapiClient
74
77
  :'pay_frequency' => :'String',
75
78
  :'employment_type' => :'String',
76
79
  :'currency' => :'CurrencyResponse',
77
- :'effective_date' => :'Date'
80
+ :'effective_date' => :'Date',
81
+ :'notes' => :'String'
78
82
  }
79
83
  end
80
84
 
@@ -86,7 +90,8 @@ module OpenapiClient
86
90
  :'pay_frequency',
87
91
  :'employment_type',
88
92
  :'currency',
89
- :'effective_date'
93
+ :'effective_date',
94
+ :'notes'
90
95
  ])
91
96
  end
92
97
 
@@ -128,6 +133,10 @@ module OpenapiClient
128
133
  if attributes.key?(:'effective_date')
129
134
  self.effective_date = attributes[:'effective_date']
130
135
  end
136
+
137
+ if attributes.key?(:'notes')
138
+ self.notes = attributes[:'notes']
139
+ end
131
140
  end
132
141
 
133
142
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -177,7 +186,8 @@ module OpenapiClient
177
186
  pay_frequency == o.pay_frequency &&
178
187
  employment_type == o.employment_type &&
179
188
  currency == o.currency &&
180
- effective_date == o.effective_date
189
+ effective_date == o.effective_date &&
190
+ notes == o.notes
181
191
  end
182
192
 
183
193
  # @see the `==` method
@@ -189,7 +199,7 @@ module OpenapiClient
189
199
  # Calculates hash code according to all attributes.
190
200
  # @return [Integer] Hash code
191
201
  def hash
192
- [pay_rate, pay_period, pay_frequency, employment_type, currency, effective_date].hash
202
+ [pay_rate, pay_period, pay_frequency, employment_type, currency, effective_date, notes].hash
193
203
  end
194
204
 
195
205
  # Builds the object from hash
@@ -14,8 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module OpenapiClient
17
- class CurrencyRequest
18
- NULL = "null".freeze
17
+ class CurrencyNotNullRequest
19
18
  USD = "usd".freeze
20
19
  GBP = "gbp".freeze
21
20
  EUR = "eur".freeze
@@ -31,8 +30,8 @@ module OpenapiClient
31
30
  # @param [String] The enum value in the form of the string
32
31
  # @return [String] The enum value
33
32
  def build_from_hash(value)
34
- constantValues = CurrencyRequest.constants.select { |c| CurrencyRequest::const_get(c) == value }
35
- raise "Invalid ENUM value #{value} for class #CurrencyRequest" if constantValues.empty?
33
+ constantValues = CurrencyNotNullRequest.constants.select { |c| CurrencyNotNullRequest::const_get(c) == value }
34
+ raise "Invalid ENUM value #{value} for class #CurrencyNotNullRequest" if constantValues.empty?
36
35
  value
37
36
  end
38
37
  end
@@ -25,6 +25,10 @@ module OpenapiClient
25
25
 
26
26
  attr_accessor :group_name
27
27
 
28
+ attr_accessor :manager_id
29
+
30
+ attr_accessor :manager_remote_id
31
+
28
32
  # Attribute mapping from ruby-style variable name to JSON key.
29
33
  def self.attribute_map
30
34
  {
@@ -32,7 +36,9 @@ module OpenapiClient
32
36
  :'effective_date' => :'effective_date',
33
37
  :'group_id' => :'group_id',
34
38
  :'group_remote_id' => :'group_remote_id',
35
- :'group_name' => :'group_name'
39
+ :'group_name' => :'group_name',
40
+ :'manager_id' => :'manager_id',
41
+ :'manager_remote_id' => :'manager_remote_id'
36
42
  }
37
43
  end
38
44
 
@@ -48,7 +54,9 @@ module OpenapiClient
48
54
  :'effective_date' => :'Date',
49
55
  :'group_id' => :'String',
50
56
  :'group_remote_id' => :'String',
51
- :'group_name' => :'String'
57
+ :'group_name' => :'String',
58
+ :'manager_id' => :'String',
59
+ :'manager_remote_id' => :'String'
52
60
  }
53
61
  end
54
62
 
@@ -57,7 +65,9 @@ module OpenapiClient
57
65
  Set.new([
58
66
  :'group_id',
59
67
  :'group_remote_id',
60
- :'group_name'
68
+ :'group_name',
69
+ :'manager_id',
70
+ :'manager_remote_id'
61
71
  ])
62
72
  end
63
73
 
@@ -95,6 +105,14 @@ module OpenapiClient
95
105
  if attributes.key?(:'group_name')
96
106
  self.group_name = attributes[:'group_name']
97
107
  end
108
+
109
+ if attributes.key?(:'manager_id')
110
+ self.manager_id = attributes[:'manager_id']
111
+ end
112
+
113
+ if attributes.key?(:'manager_remote_id')
114
+ self.manager_remote_id = attributes[:'manager_remote_id']
115
+ end
98
116
  end
99
117
 
100
118
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -129,7 +147,9 @@ module OpenapiClient
129
147
  effective_date == o.effective_date &&
130
148
  group_id == o.group_id &&
131
149
  group_remote_id == o.group_remote_id &&
132
- group_name == o.group_name
150
+ group_name == o.group_name &&
151
+ manager_id == o.manager_id &&
152
+ manager_remote_id == o.manager_remote_id
133
153
  end
134
154
 
135
155
  # @see the `==` method
@@ -141,7 +161,7 @@ module OpenapiClient
141
161
  # Calculates hash code according to all attributes.
142
162
  # @return [Integer] Hash code
143
163
  def hash
144
- [job_title, effective_date, group_id, group_remote_id, group_name].hash
164
+ [job_title, effective_date, group_id, group_remote_id, group_name, manager_id, manager_remote_id].hash
145
165
  end
146
166
 
147
167
  # Builds the object from hash
@@ -25,6 +25,10 @@ module OpenapiClient
25
25
 
26
26
  attr_accessor :group_name
27
27
 
28
+ attr_accessor :manager_id
29
+
30
+ attr_accessor :manager_remote_id
31
+
28
32
  # Attribute mapping from ruby-style variable name to JSON key.
29
33
  def self.attribute_map
30
34
  {
@@ -32,7 +36,9 @@ module OpenapiClient
32
36
  :'effective_date' => :'effective_date',
33
37
  :'group_id' => :'group_id',
34
38
  :'group_remote_id' => :'group_remote_id',
35
- :'group_name' => :'group_name'
39
+ :'group_name' => :'group_name',
40
+ :'manager_id' => :'manager_id',
41
+ :'manager_remote_id' => :'manager_remote_id'
36
42
  }
37
43
  end
38
44
 
@@ -48,7 +54,9 @@ module OpenapiClient
48
54
  :'effective_date' => :'Date',
49
55
  :'group_id' => :'String',
50
56
  :'group_remote_id' => :'String',
51
- :'group_name' => :'String'
57
+ :'group_name' => :'String',
58
+ :'manager_id' => :'String',
59
+ :'manager_remote_id' => :'String'
52
60
  }
53
61
  end
54
62
 
@@ -59,7 +67,9 @@ module OpenapiClient
59
67
  :'effective_date',
60
68
  :'group_id',
61
69
  :'group_remote_id',
62
- :'group_name'
70
+ :'group_name',
71
+ :'manager_id',
72
+ :'manager_remote_id'
63
73
  ])
64
74
  end
65
75
 
@@ -97,6 +107,14 @@ module OpenapiClient
97
107
  if attributes.key?(:'group_name')
98
108
  self.group_name = attributes[:'group_name']
99
109
  end
110
+
111
+ if attributes.key?(:'manager_id')
112
+ self.manager_id = attributes[:'manager_id']
113
+ end
114
+
115
+ if attributes.key?(:'manager_remote_id')
116
+ self.manager_remote_id = attributes[:'manager_remote_id']
117
+ end
100
118
  end
101
119
 
102
120
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -121,7 +139,9 @@ module OpenapiClient
121
139
  effective_date == o.effective_date &&
122
140
  group_id == o.group_id &&
123
141
  group_remote_id == o.group_remote_id &&
124
- group_name == o.group_name
142
+ group_name == o.group_name &&
143
+ manager_id == o.manager_id &&
144
+ manager_remote_id == o.manager_remote_id
125
145
  end
126
146
 
127
147
  # @see the `==` method
@@ -133,7 +153,7 @@ module OpenapiClient
133
153
  # Calculates hash code according to all attributes.
134
154
  # @return [Integer] Hash code
135
155
  def hash
136
- [job_title, effective_date, group_id, group_remote_id, group_name].hash
156
+ [job_title, effective_date, group_id, group_remote_id, group_name, manager_id, manager_remote_id].hash
137
157
  end
138
158
 
139
159
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.1.1
11
11
  =end
12
12
 
13
13
  module OpenapiClient
14
- VERSION = '1.1.73'
14
+ VERSION = '1.1.75'
15
15
  end
@@ -29,7 +29,7 @@ require 'openapi_client/models/create_employee_request_bank_account'
29
29
  require 'openapi_client/models/create_employee_request_dependents'
30
30
  require 'openapi_client/models/create_employee_request_emergency_contacts'
31
31
  require 'openapi_client/models/create_employee_request_manager'
32
- require 'openapi_client/models/currency_request'
32
+ require 'openapi_client/models/currency_not_null_request'
33
33
  require 'openapi_client/models/currency_response'
34
34
  require 'openapi_client/models/disconnect_response'
35
35
  require 'openapi_client/models/employee_response'
@@ -69,4 +69,10 @@ describe OpenapiClient::CompensationHistoryNoNonNullRequest do
69
69
  end
70
70
  end
71
71
 
72
+ describe 'test attribute "notes"' do
73
+ it 'should work' do
74
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
75
+ end
76
+ end
77
+
72
78
  end
@@ -69,4 +69,10 @@ describe OpenapiClient::CompensationHistoryResponse do
69
69
  end
70
70
  end
71
71
 
72
+ describe 'test attribute "notes"' do
73
+ it 'should work' do
74
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
75
+ end
76
+ end
77
+
72
78
  end
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::CurrencyRequest
17
+ # Unit tests for OpenapiClient::CurrencyNotNullRequest
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::CurrencyRequest do
21
- let(:instance) { OpenapiClient::CurrencyRequest.new }
20
+ describe OpenapiClient::CurrencyNotNullRequest do
21
+ let(:instance) { OpenapiClient::CurrencyNotNullRequest.new }
22
22
 
23
- describe 'test an instance of CurrencyRequest' do
24
- it 'should create an instance of CurrencyRequest' do
25
- expect(instance).to be_instance_of(OpenapiClient::CurrencyRequest)
23
+ describe 'test an instance of CurrencyNotNullRequest' do
24
+ it 'should create an instance of CurrencyNotNullRequest' do
25
+ expect(instance).to be_instance_of(OpenapiClient::CurrencyNotNullRequest)
26
26
  end
27
27
  end
28
28
  end
@@ -55,4 +55,16 @@ describe OpenapiClient::EmploymentHistoryNoNonNullRequest do
55
55
  end
56
56
  end
57
57
 
58
+ describe 'test attribute "manager_id"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "manager_remote_id"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ end
68
+ end
69
+
58
70
  end
@@ -55,4 +55,16 @@ describe OpenapiClient::EmploymentHistoryResponse do
55
55
  end
56
56
  end
57
57
 
58
+ describe 'test attribute "manager_id"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "manager_remote_id"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ end
68
+ end
69
+
58
70
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: affixapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.73
4
+ version: 1.1.75
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -136,7 +136,7 @@ files:
136
136
  - docs/CreateEmployeeRequestDependents.md
137
137
  - docs/CreateEmployeeRequestEmergencyContacts.md
138
138
  - docs/CreateEmployeeRequestManager.md
139
- - docs/CurrencyRequest.md
139
+ - docs/CurrencyNotNullRequest.md
140
140
  - docs/CurrencyResponse.md
141
141
  - docs/DisconnectResponse.md
142
142
  - docs/EmployeeResponse.md
@@ -198,7 +198,7 @@ files:
198
198
  - lib/openapi_client/models/create_employee_request_dependents.rb
199
199
  - lib/openapi_client/models/create_employee_request_emergency_contacts.rb
200
200
  - lib/openapi_client/models/create_employee_request_manager.rb
201
- - lib/openapi_client/models/currency_request.rb
201
+ - lib/openapi_client/models/currency_not_null_request.rb
202
202
  - lib/openapi_client/models/currency_response.rb
203
203
  - lib/openapi_client/models/disconnect_response.rb
204
204
  - lib/openapi_client/models/employee_response.rb
@@ -256,7 +256,7 @@ files:
256
256
  - spec/models/create_employee_request_emergency_contacts_spec.rb
257
257
  - spec/models/create_employee_request_manager_spec.rb
258
258
  - spec/models/create_employee_request_spec.rb
259
- - spec/models/currency_request_spec.rb
259
+ - spec/models/currency_not_null_request_spec.rb
260
260
  - spec/models/currency_response_spec.rb
261
261
  - spec/models/disconnect_response_spec.rb
262
262
  - spec/models/employee_response_manager_spec.rb
@@ -2786,12 +2786,12 @@ test_files:
2786
2786
  - spec/configuration_spec.rb
2787
2787
  - spec/models/payslip_response_contributions_spec.rb
2788
2788
  - spec/models/id_and_message_response_spec.rb
2789
- - spec/models/currency_request_spec.rb
2790
2789
  - spec/models/compensation_history_response_spec.rb
2791
2790
  - spec/models/location_response_spec.rb
2792
2791
  - spec/models/mode_request_spec.rb
2793
2792
  - spec/models/group_no_null_enum_request_spec.rb
2794
2793
  - spec/models/time_off_balance_response_spec.rb
2794
+ - spec/models/currency_not_null_request_spec.rb
2795
2795
  - spec/models/payrun_response_spec.rb
2796
2796
  - spec/models/employee_response_manager_spec.rb
2797
2797
  - spec/models/message_response_spec.rb