You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -188,7 +190,7 @@ class Body < FinchAPI::Internal::Type::BaseModel
188
190
# The source system's unique employment identifier for this individual
189
191
#
190
192
# @return [String, nil]
191
-
optional:source_id,String
193
+
optional:source_id,String,nil?: true
192
194
193
195
# @!attribute ssn
194
196
# Social Security Number of the individual. This field is only available with the
@@ -216,7 +218,7 @@ class Body < FinchAPI::Internal::Type::BaseModel
216
218
#
217
219
# @param class_code [String, nil] Worker's compensation classification code for this employee
218
220
#
219
-
# @param custom_fields [Array<FinchAPI::Sandbox::DirectoryCreateParams::Body::CustomField>] Custom fields for the individual. These are fields which are defined by the empl
221
+
# @param custom_fields [Array<FinchAPI::Sandbox::DirectoryCreateParams::Body::CustomField>, nil] Custom fields for the individual. These are fields which are defined by the empl
220
222
#
221
223
# @param department [FinchAPI::Sandbox::DirectoryCreateParams::Body::Department, nil] The department object.
222
224
#
@@ -226,7 +228,7 @@ class Body < FinchAPI::Internal::Type::BaseModel
226
228
#
227
229
# @param employment [FinchAPI::Sandbox::DirectoryCreateParams::Body::Employment, nil] The employment object.
228
230
#
229
-
# @param employment_status [Symbol, FinchAPI::Sandbox::DirectoryCreateParams::Body::EmploymentStatus, nil] The detailed employment status of the individual.
231
+
# @param employment_status [Symbol, FinchAPI::Sandbox::DirectoryCreateParams::Body::EmploymentStatus, nil] The detailed employment status of the individual. Available options: `active`, `
230
232
#
231
233
# @param encrypted_ssn [String, nil] Social Security Number of the individual in **encrypted** format. This field is
232
234
#
@@ -260,7 +262,7 @@ class Body < FinchAPI::Internal::Type::BaseModel
260
262
#
261
263
# @param residence [FinchAPI::Location, nil]
262
264
#
263
-
# @param source_id [String] The source system's unique employment identifier for this individual
265
+
# @param source_id [String, nil] The source system's unique employment identifier for this individual
264
266
#
265
267
# @param ssn [String, nil] Social Security Number of the individual. This field is only available with the
266
268
#
@@ -356,7 +358,7 @@ class Employment < FinchAPI::Internal::Type::BaseModel
356
358
#
357
359
# The employment object.
358
360
#
359
-
# @param subtype [Symbol, FinchAPI::Sandbox::DirectoryCreateParams::Body::Employment::Subtype, nil] The secondary employment type of the individual. Options: `full_time`, `part_ti
361
+
# @param subtype [Symbol, FinchAPI::Sandbox::DirectoryCreateParams::Body::Employment::Subtype, nil] The secondary employment type of the individual. Options: `full_time`, `part_tim
360
362
#
361
363
# @param type [Symbol, FinchAPI::Sandbox::DirectoryCreateParams::Body::Employment::Type, nil] The main employment type of the individual.
362
364
@@ -392,7 +394,8 @@ module Type
392
394
end
393
395
end
394
396
395
-
# The detailed employment status of the individual.
397
+
# The detailed employment status of the individual. Available options: `active`,
@@ -110,7 +112,7 @@ class EmploymentUpdateParams < FinchAPI::Internal::Type::BaseModel
110
112
# The source system's unique employment identifier for this individual
111
113
#
112
114
# @return [String, nil]
113
-
optional:source_id,String
115
+
optional:source_id,String,nil?: true
114
116
115
117
# @!attribute start_date
116
118
#
@@ -129,13 +131,13 @@ class EmploymentUpdateParams < FinchAPI::Internal::Type::BaseModel
129
131
#
130
132
# @param class_code [String, nil] Worker's compensation classification code for this employee
131
133
#
132
-
# @param custom_fields [Array<FinchAPI::Sandbox::EmploymentUpdateParams::CustomField>] Custom fields for the individual. These are fields which are defined by the empl
134
+
# @param custom_fields [Array<FinchAPI::Sandbox::EmploymentUpdateParams::CustomField>, nil] Custom fields for the individual. These are fields which are defined by the empl
133
135
#
134
136
# @param department [FinchAPI::Sandbox::EmploymentUpdateParams::Department, nil] The department object.
135
137
#
136
138
# @param employment [FinchAPI::Sandbox::EmploymentUpdateParams::Employment, nil] The employment object.
137
139
#
138
-
# @param employment_status [Symbol, FinchAPI::Sandbox::EmploymentUpdateParams::EmploymentStatus, nil] The detailed employment status of the individual.
140
+
# @param employment_status [Symbol, FinchAPI::Sandbox::EmploymentUpdateParams::EmploymentStatus, nil] The detailed employment status of the individual. Available options: `active`, `
139
141
#
140
142
# @param end_date [String, nil]
141
143
#
@@ -157,7 +159,7 @@ class EmploymentUpdateParams < FinchAPI::Internal::Type::BaseModel
157
159
#
158
160
# @param middle_name [String, nil] The legal middle name of the individual.
159
161
#
160
-
# @param source_id [String] The source system's unique employment identifier for this individual
162
+
# @param source_id [String, nil] The source system's unique employment identifier for this individual
161
163
#
162
164
# @param start_date [String, nil]
163
165
#
@@ -218,7 +220,7 @@ class Employment < FinchAPI::Internal::Type::BaseModel
218
220
#
219
221
# The employment object.
220
222
#
221
-
# @param subtype [Symbol, FinchAPI::Sandbox::EmploymentUpdateParams::Employment::Subtype, nil] The secondary employment type of the individual. Options: `full_time`, `part_ti
223
+
# @param subtype [Symbol, FinchAPI::Sandbox::EmploymentUpdateParams::Employment::Subtype, nil] The secondary employment type of the individual. Options: `full_time`, `part_tim
222
224
#
223
225
# @param type [Symbol, FinchAPI::Sandbox::EmploymentUpdateParams::Employment::Type, nil] The main employment type of the individual.
224
226
@@ -254,7 +256,8 @@ module Type
254
256
end
255
257
end
256
258
257
-
# The detailed employment status of the individual.
259
+
# The detailed employment status of the individual. Available options: `active`,
@@ -111,7 +113,7 @@ class EmploymentUpdateResponse < FinchAPI::Internal::Type::BaseModel
111
113
# The source system's unique employment identifier for this individual
112
114
#
113
115
# @return [String, nil]
114
-
optional:source_id,String
116
+
optional:source_id,String,nil?: true
115
117
116
118
# @!attribute start_date
117
119
#
@@ -132,13 +134,13 @@ class EmploymentUpdateResponse < FinchAPI::Internal::Type::BaseModel
132
134
#
133
135
# @param class_code [String, nil] Worker's compensation classification code for this employee
134
136
#
135
-
# @param custom_fields [Array<FinchAPI::Models::Sandbox::EmploymentUpdateResponse::CustomField>] Custom fields for the individual. These are fields which are defined by the empl
137
+
# @param custom_fields [Array<FinchAPI::Models::Sandbox::EmploymentUpdateResponse::CustomField>, nil] Custom fields for the individual. These are fields which are defined by the empl
136
138
#
137
139
# @param department [FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Department, nil] The department object.
138
140
#
139
141
# @param employment [FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Employment, nil] The employment object.
140
142
#
141
-
# @param employment_status [Symbol, FinchAPI::Models::Sandbox::EmploymentUpdateResponse::EmploymentStatus, nil] The detailed employment status of the individual.
143
+
# @param employment_status [Symbol, FinchAPI::Models::Sandbox::EmploymentUpdateResponse::EmploymentStatus, nil] The detailed employment status of the individual. Available options: `active`, `
142
144
#
143
145
# @param end_date [String, nil]
144
146
#
@@ -160,7 +162,7 @@ class EmploymentUpdateResponse < FinchAPI::Internal::Type::BaseModel
160
162
#
161
163
# @param middle_name [String, nil] The legal middle name of the individual.
162
164
#
163
-
# @param source_id [String] The source system's unique employment identifier for this individual
165
+
# @param source_id [String, nil] The source system's unique employment identifier for this individual
164
166
#
165
167
# @param start_date [String, nil]
166
168
#
@@ -222,7 +224,7 @@ class Employment < FinchAPI::Internal::Type::BaseModel
222
224
#
223
225
# The employment object.
224
226
#
225
-
# @param subtype [Symbol, FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Employment::Subtype, nil] The secondary employment type of the individual. Options: `full_time`, `part_ti
227
+
# @param subtype [Symbol, FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Employment::Subtype, nil] The secondary employment type of the individual. Options: `full_time`, `part_tim
226
228
#
227
229
# @param type [Symbol, FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Employment::Type, nil] The main employment type of the individual.
228
230
@@ -258,7 +260,8 @@ module Type
258
260
end
259
261
end
260
262
261
-
# The detailed employment status of the individual.
263
+
# The detailed employment status of the individual. Available options: `active`,
Copy file name to clipboardExpand all lines: lib/finch_api/resources/sandbox/employment.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ class Employment
15
15
#
16
16
# @param class_code [String, nil] Worker's compensation classification code for this employee
17
17
#
18
-
# @param custom_fields [Array<FinchAPI::Sandbox::EmploymentUpdateParams::CustomField>] Custom fields for the individual. These are fields which are defined by the empl
18
+
# @param custom_fields [Array<FinchAPI::Sandbox::EmploymentUpdateParams::CustomField>, nil] Custom fields for the individual. These are fields which are defined by the empl
19
19
#
20
20
# @param department [FinchAPI::Sandbox::EmploymentUpdateParams::Department, nil] The department object.
21
21
#
22
22
# @param employment [FinchAPI::Sandbox::EmploymentUpdateParams::Employment, nil] The employment object.
23
23
#
24
-
# @param employment_status [Symbol, FinchAPI::Sandbox::EmploymentUpdateParams::EmploymentStatus, nil] The detailed employment status of the individual.
24
+
# @param employment_status [Symbol, FinchAPI::Sandbox::EmploymentUpdateParams::EmploymentStatus, nil] The detailed employment status of the individual. Available options: `active`, `
25
25
#
26
26
# @param end_date [String, nil]
27
27
#
@@ -43,7 +43,7 @@ class Employment
43
43
#
44
44
# @param middle_name [String, nil] The legal middle name of the individual.
45
45
#
46
-
# @param source_id [String] The source system's unique employment identifier for this individual
46
+
# @param source_id [String, nil] The source system's unique employment identifier for this individual
0 commit comments