merge_ats_client 1.0.4 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (311) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +37 -17
  3. data/docs/AccountDetails.md +11 -7
  4. data/docs/AccountDetailsAndActions.md +4 -0
  5. data/docs/AccountDetailsAndActionsIntegration.md +1 -1
  6. data/docs/AccountDetailsApi.md +10 -7
  7. data/docs/AccountIntegration.md +4 -4
  8. data/docs/AccountTokenApi.md +2 -2
  9. data/docs/ActivitiesApi.md +6 -4
  10. data/docs/Activity.md +4 -2
  11. data/docs/Application.md +8 -6
  12. data/docs/ApplicationEndpointRequest.md +20 -0
  13. data/docs/ApplicationRequest.md +12 -6
  14. data/docs/ApplicationResponse.md +24 -0
  15. data/docs/ApplicationsApi.md +98 -18
  16. data/docs/Attachment.md +3 -1
  17. data/docs/AttachmentEndpointRequest.md +20 -0
  18. data/docs/AttachmentRequest.md +5 -1
  19. data/docs/AttachmentResponse.md +24 -0
  20. data/docs/AttachmentsApi.md +93 -15
  21. data/docs/AvailableActionsApi.md +2 -2
  22. data/docs/Candidate.md +3 -1
  23. data/docs/CandidateEndpointRequest.md +20 -0
  24. data/docs/CandidateRequest.md +7 -1
  25. data/docs/CandidateResponse.md +24 -0
  26. data/docs/CandidatesApi.md +168 -22
  27. data/docs/DataPassthroughRequest.md +3 -1
  28. data/docs/DebugModeLog.md +22 -0
  29. data/docs/DebugModelLogSummary.md +22 -0
  30. data/docs/Department.md +3 -1
  31. data/docs/DepartmentsApi.md +6 -4
  32. data/docs/EEOC.md +4 -2
  33. data/docs/EeocsApi.md +6 -4
  34. data/docs/EncodingEnum.md +15 -0
  35. data/docs/EndUserDetailsRequest.md +5 -3
  36. data/docs/ErrorValidationProblem.md +24 -0
  37. data/docs/ForceResyncApi.md +79 -0
  38. data/docs/GenerateKeyApi.md +2 -2
  39. data/docs/IgnoreCommonModel.md +20 -0
  40. data/docs/IgnoreCommonModelRequest.md +20 -0
  41. data/docs/InterviewsApi.md +6 -84
  42. data/docs/IssuesApi.md +18 -10
  43. data/docs/Job.md +5 -1
  44. data/docs/JobInterviewStage.md +4 -2
  45. data/docs/JobInterviewStagesApi.md +8 -6
  46. data/docs/JobsApi.md +8 -5
  47. data/docs/LinkTokenApi.md +3 -3
  48. data/docs/LinkedAccountStatus.md +20 -0
  49. data/docs/LinkedAccountsApi.md +22 -22
  50. data/docs/MetaResponse.md +24 -0
  51. data/docs/MultipartFormFieldRequest.md +26 -0
  52. data/docs/Offer.md +5 -3
  53. data/docs/OffersApi.md +6 -4
  54. data/docs/Office.md +3 -1
  55. data/docs/OfficesApi.md +6 -4
  56. data/docs/PassthroughApi.md +2 -2
  57. data/docs/ReasonEnum.md +15 -0
  58. data/docs/RegenerateKeyApi.md +2 -2
  59. data/docs/RejectReason.md +3 -1
  60. data/docs/RejectReasonsApi.md +6 -4
  61. data/docs/RemoteUser.md +3 -1
  62. data/docs/ScheduledInterview.md +6 -4
  63. data/docs/Scorecard.md +6 -4
  64. data/docs/ScorecardsApi.md +6 -84
  65. data/docs/SyncStatusApi.md +3 -75
  66. data/docs/Tag.md +3 -1
  67. data/docs/TagsApi.md +4 -2
  68. data/docs/UsersApi.md +6 -84
  69. data/docs/ValidationProblemSource.md +18 -0
  70. data/docs/WarningValidationProblem.md +24 -0
  71. data/docs/WebhookReceiver.md +22 -0
  72. data/docs/WebhookReceiverRequest.md +22 -0
  73. data/docs/WebhookReceiversApi.md +153 -0
  74. data/lib/merge_ats_client/api/account_details_api.rb +10 -3
  75. data/lib/merge_ats_client/api/activities_api.rb +3 -0
  76. data/lib/merge_ats_client/api/applications_api.rb +86 -15
  77. data/lib/merge_ats_client/api/attachments_api.rb +94 -15
  78. data/lib/merge_ats_client/api/candidates_api.rb +156 -21
  79. data/lib/merge_ats_client/api/departments_api.rb +3 -0
  80. data/lib/merge_ats_client/api/eeocs_api.rb +3 -0
  81. data/lib/merge_ats_client/api/force_resync_api.rb +84 -0
  82. data/lib/merge_ats_client/api/interviews_api.rb +3 -76
  83. data/lib/merge_ats_client/api/issues_api.rb +22 -10
  84. data/lib/merge_ats_client/api/job_interview_stages_api.rb +5 -2
  85. data/lib/merge_ats_client/api/jobs_api.rb +6 -3
  86. data/lib/merge_ats_client/api/linked_accounts_api.rb +21 -21
  87. data/lib/merge_ats_client/api/offers_api.rb +3 -0
  88. data/lib/merge_ats_client/api/offices_api.rb +3 -0
  89. data/lib/merge_ats_client/api/reject_reasons_api.rb +3 -0
  90. data/lib/merge_ats_client/api/scorecards_api.rb +3 -76
  91. data/lib/merge_ats_client/api/sync_status_api.rb +4 -66
  92. data/lib/merge_ats_client/api/tags_api.rb +3 -0
  93. data/lib/merge_ats_client/api/users_api.rb +3 -76
  94. data/lib/merge_ats_client/api/webhook_receivers_api.rb +154 -0
  95. data/lib/merge_ats_client/configuration.rb +6 -4
  96. data/lib/merge_ats_client/models/account_details.rb +22 -4
  97. data/lib/merge_ats_client/models/account_details_and_actions.rb +24 -1
  98. data/lib/merge_ats_client/models/account_details_and_actions_integration.rb +4 -2
  99. data/lib/merge_ats_client/models/account_integration.rb +2 -24
  100. data/lib/merge_ats_client/models/account_token.rb +1 -1
  101. data/lib/merge_ats_client/models/activity.rb +16 -7
  102. data/lib/merge_ats_client/models/application.rb +15 -11
  103. data/lib/merge_ats_client/models/application_endpoint_request.rb +237 -0
  104. data/lib/merge_ats_client/models/application_request.rb +56 -12
  105. data/lib/merge_ats_client/models/application_response.rb +266 -0
  106. data/lib/merge_ats_client/models/attachment.rb +15 -6
  107. data/lib/merge_ats_client/models/attachment_endpoint_request.rb +237 -0
  108. data/lib/merge_ats_client/models/attachment_request.rb +31 -7
  109. data/lib/merge_ats_client/models/attachment_response.rb +266 -0
  110. data/lib/merge_ats_client/models/attachment_type_enum.rb +0 -2
  111. data/lib/merge_ats_client/models/available_actions.rb +1 -1
  112. data/lib/merge_ats_client/models/candidate.rb +15 -6
  113. data/lib/merge_ats_client/models/candidate_endpoint_request.rb +237 -0
  114. data/lib/merge_ats_client/models/candidate_request.rb +56 -7
  115. data/lib/merge_ats_client/models/candidate_response.rb +266 -0
  116. data/lib/merge_ats_client/models/categories_enum.rb +2 -0
  117. data/lib/merge_ats_client/models/category_enum.rb +2 -0
  118. data/lib/merge_ats_client/models/data_passthrough_request.rb +67 -4
  119. data/lib/merge_ats_client/models/debug_mode_log.rb +251 -0
  120. data/lib/merge_ats_client/models/{data_passthrough.rb → debug_model_log_summary.rb} +30 -41
  121. data/lib/merge_ats_client/models/department.rb +17 -7
  122. data/lib/merge_ats_client/models/eeoc.rb +16 -7
  123. data/lib/merge_ats_client/models/email_address.rb +2 -2
  124. data/lib/merge_ats_client/models/email_address_request.rb +2 -2
  125. data/lib/merge_ats_client/models/encoding_enum.rb +35 -0
  126. data/lib/merge_ats_client/models/end_user_details_request.rb +147 -28
  127. data/lib/merge_ats_client/models/error_validation_problem.rb +260 -0
  128. data/lib/merge_ats_client/models/generate_remote_key_request.rb +20 -1
  129. data/lib/merge_ats_client/models/{remote_user_request.rb → ignore_common_model.rb} +30 -85
  130. data/lib/merge_ats_client/models/ignore_common_model_request.rb +256 -0
  131. data/lib/merge_ats_client/models/issue.rb +1 -1
  132. data/lib/merge_ats_client/models/job.rb +28 -6
  133. data/lib/merge_ats_client/models/job_interview_stage.rb +16 -7
  134. data/lib/merge_ats_client/models/link_token.rb +1 -1
  135. data/lib/merge_ats_client/models/linked_account_status.rb +237 -0
  136. data/lib/merge_ats_client/models/{scorecard_request.rb → meta_response.rb} +45 -70
  137. data/lib/merge_ats_client/models/model_operation.rb +1 -1
  138. data/lib/merge_ats_client/models/{scheduled_interview_request.rb → multipart_form_field_request.rb} +115 -106
  139. data/lib/merge_ats_client/models/offer.rb +16 -8
  140. data/lib/merge_ats_client/models/office.rb +17 -7
  141. data/lib/merge_ats_client/models/paginated_activity_list.rb +1 -1
  142. data/lib/merge_ats_client/models/paginated_application_list.rb +1 -1
  143. data/lib/merge_ats_client/models/paginated_attachment_list.rb +1 -1
  144. data/lib/merge_ats_client/models/paginated_candidate_list.rb +1 -1
  145. data/lib/merge_ats_client/models/paginated_department_list.rb +1 -1
  146. data/lib/merge_ats_client/models/paginated_eeoc_list.rb +1 -1
  147. data/lib/merge_ats_client/models/paginated_issue_list.rb +1 -1
  148. data/lib/merge_ats_client/models/paginated_job_interview_stage_list.rb +1 -1
  149. data/lib/merge_ats_client/models/paginated_job_list.rb +1 -1
  150. data/lib/merge_ats_client/models/paginated_offer_list.rb +1 -1
  151. data/lib/merge_ats_client/models/paginated_office_list.rb +1 -1
  152. data/lib/merge_ats_client/models/paginated_reject_reason_list.rb +1 -1
  153. data/lib/merge_ats_client/models/paginated_remote_user_list.rb +1 -1
  154. data/lib/merge_ats_client/models/paginated_scheduled_interview_list.rb +1 -1
  155. data/lib/merge_ats_client/models/paginated_scorecard_list.rb +1 -1
  156. data/lib/merge_ats_client/models/paginated_sync_status_list.rb +1 -1
  157. data/lib/merge_ats_client/models/paginated_tag_list.rb +1 -1
  158. data/lib/merge_ats_client/models/phone_number.rb +2 -2
  159. data/lib/merge_ats_client/models/phone_number_request.rb +2 -2
  160. data/lib/merge_ats_client/models/reason_enum.rb +36 -0
  161. data/lib/merge_ats_client/models/reject_reason.rb +17 -7
  162. data/lib/merge_ats_client/models/remote_data.rb +1 -1
  163. data/lib/merge_ats_client/models/remote_data_request.rb +20 -1
  164. data/lib/merge_ats_client/models/remote_key.rb +1 -1
  165. data/lib/merge_ats_client/models/remote_key_for_regeneration_request.rb +20 -1
  166. data/lib/merge_ats_client/models/remote_response.rb +1 -1
  167. data/lib/merge_ats_client/models/remote_user.rb +17 -7
  168. data/lib/merge_ats_client/models/request_format_enum.rb +1 -0
  169. data/lib/merge_ats_client/models/scheduled_interview.rb +16 -9
  170. data/lib/merge_ats_client/models/scorecard.rb +16 -9
  171. data/lib/merge_ats_client/models/sync_status.rb +1 -1
  172. data/lib/merge_ats_client/models/sync_status_status_enum.rb +1 -2
  173. data/lib/merge_ats_client/models/tag.rb +17 -7
  174. data/lib/merge_ats_client/models/url.rb +2 -2
  175. data/lib/merge_ats_client/models/url_request.rb +2 -2
  176. data/lib/merge_ats_client/models/{remote_key_for_regeneration.rb → validation_problem_source.rb} +15 -16
  177. data/lib/merge_ats_client/models/warning_validation_problem.rb +260 -0
  178. data/lib/merge_ats_client/models/webhook_receiver.rb +246 -0
  179. data/lib/merge_ats_client/models/{end_user_details.rb → webhook_receiver_request.rb} +60 -69
  180. data/lib/merge_ats_client/version.rb +1 -1
  181. data/lib/merge_ats_client.rb +22 -3
  182. data/spec/api/account_details_api_spec.rb +1 -0
  183. data/spec/api/account_token_api_spec.rb +1 -1
  184. data/spec/api/activities_api_spec.rb +4 -1
  185. data/spec/api/applications_api_spec.rb +31 -1
  186. data/spec/api/attachments_api_spec.rb +31 -1
  187. data/spec/api/available_actions_api_spec.rb +1 -1
  188. data/spec/api/candidates_api_spec.rb +44 -1
  189. data/spec/api/departments_api_spec.rb +4 -1
  190. data/spec/api/eeocs_api_spec.rb +4 -1
  191. data/spec/api/force_resync_api_spec.rb +46 -0
  192. data/spec/api/interviews_api_spec.rb +4 -1
  193. data/spec/api/issues_api_spec.rb +9 -5
  194. data/spec/api/job_interview_stages_api_spec.rb +4 -1
  195. data/spec/api/jobs_api_spec.rb +6 -1
  196. data/spec/api/link_token_api_spec.rb +2 -2
  197. data/spec/api/linked_accounts_api_spec.rb +10 -10
  198. data/spec/api/offers_api_spec.rb +4 -1
  199. data/spec/api/offices_api_spec.rb +4 -1
  200. data/spec/api/passthrough_api_spec.rb +2 -2
  201. data/spec/api/regenerate_key_api_spec.rb +3 -5
  202. data/spec/api/reject_reasons_api_spec.rb +4 -1
  203. data/spec/api/scorecards_api_spec.rb +4 -1
  204. data/spec/api/sync_status_api_spec.rb +8 -5
  205. data/spec/api/tags_api_spec.rb +3 -1
  206. data/spec/api/users_api_spec.rb +5 -1
  207. data/spec/api/webhook_receivers_api_spec.rb +58 -0
  208. data/spec/models/access_role_enum_spec.rb +1 -1
  209. data/spec/models/account_details_and_actions_spec.rb +12 -0
  210. data/spec/models/account_details_spec.rb +12 -0
  211. data/spec/models/account_integration_spec.rb +7 -1
  212. data/spec/models/account_token_spec.rb +7 -1
  213. data/spec/models/activity_spec.rb +13 -1
  214. data/spec/models/activity_type_enum_spec.rb +1 -1
  215. data/spec/models/application_endpoint_request_spec.rb +40 -0
  216. data/spec/models/application_request_spec.rb +25 -1
  217. data/spec/models/{end_user_details_spec.rb → application_response_spec.rb} +11 -15
  218. data/spec/models/application_spec.rb +19 -7
  219. data/spec/models/attachment_endpoint_request_spec.rb +40 -0
  220. data/spec/models/attachment_request_spec.rb +12 -0
  221. data/spec/models/attachment_response_spec.rb +52 -0
  222. data/spec/models/attachment_spec.rb +25 -1
  223. data/spec/models/available_actions_spec.rb +1 -1
  224. data/spec/models/candidate_endpoint_request_spec.rb +40 -0
  225. data/spec/models/candidate_request_spec.rb +37 -1
  226. data/spec/models/{data_passthrough_spec.rb → candidate_response_spec.rb} +11 -11
  227. data/spec/models/candidate_spec.rb +19 -1
  228. data/spec/models/data_passthrough_request_spec.rb +13 -1
  229. data/spec/models/debug_mode_log_spec.rb +46 -0
  230. data/spec/models/debug_model_log_summary_spec.rb +46 -0
  231. data/spec/models/department_spec.rb +13 -1
  232. data/spec/models/disability_status_enum_spec.rb +1 -1
  233. data/spec/models/eeoc_spec.rb +13 -1
  234. data/spec/models/email_address_request_spec.rb +1 -1
  235. data/spec/models/email_address_spec.rb +1 -1
  236. data/spec/models/email_address_type_enum_spec.rb +1 -1
  237. data/spec/models/encoding_enum_spec.rb +28 -0
  238. data/spec/models/end_user_details_request_spec.rb +13 -5
  239. data/spec/models/error_validation_problem_spec.rb +52 -0
  240. data/spec/models/gender_enum_spec.rb +1 -1
  241. data/spec/models/ignore_common_model_request_spec.rb +40 -0
  242. data/spec/models/ignore_common_model_spec.rb +40 -0
  243. data/spec/models/job_interview_stage_spec.rb +13 -1
  244. data/spec/models/job_spec.rb +31 -1
  245. data/spec/models/job_status_enum_spec.rb +1 -1
  246. data/spec/models/link_token_spec.rb +1 -1
  247. data/spec/models/linked_account_status_spec.rb +40 -0
  248. data/spec/models/meta_response_spec.rb +52 -0
  249. data/spec/models/method_enum_spec.rb +1 -1
  250. data/spec/models/model_operation_spec.rb +13 -1
  251. data/spec/models/{remote_user_request_spec.rb → multipart_form_field_request_spec.rb} +11 -23
  252. data/spec/models/offer_spec.rb +13 -1
  253. data/spec/models/offer_status_enum_spec.rb +1 -1
  254. data/spec/models/office_spec.rb +13 -1
  255. data/spec/models/overall_recommendation_enum_spec.rb +1 -1
  256. data/spec/models/paginated_activity_list_spec.rb +1 -1
  257. data/spec/models/paginated_application_list_spec.rb +1 -1
  258. data/spec/models/paginated_attachment_list_spec.rb +1 -1
  259. data/spec/models/paginated_candidate_list_spec.rb +1 -1
  260. data/spec/models/paginated_department_list_spec.rb +1 -1
  261. data/spec/models/paginated_eeoc_list_spec.rb +1 -1
  262. data/spec/models/paginated_job_interview_stage_list_spec.rb +1 -1
  263. data/spec/models/paginated_job_list_spec.rb +1 -1
  264. data/spec/models/paginated_offer_list_spec.rb +1 -1
  265. data/spec/models/paginated_office_list_spec.rb +1 -1
  266. data/spec/models/paginated_reject_reason_list_spec.rb +1 -1
  267. data/spec/models/paginated_remote_user_list_spec.rb +1 -1
  268. data/spec/models/paginated_scheduled_interview_list_spec.rb +1 -1
  269. data/spec/models/paginated_scorecard_list_spec.rb +1 -1
  270. data/spec/models/paginated_tag_list_spec.rb +1 -1
  271. data/spec/models/phone_number_request_spec.rb +1 -1
  272. data/spec/models/phone_number_spec.rb +1 -1
  273. data/spec/models/phone_number_type_enum_spec.rb +1 -1
  274. data/spec/models/race_enum_spec.rb +1 -1
  275. data/spec/models/reason_enum_spec.rb +28 -0
  276. data/spec/models/reject_reason_spec.rb +13 -1
  277. data/spec/models/remote_data_spec.rb +1 -1
  278. data/spec/models/remote_key_for_regeneration_request_spec.rb +1 -1
  279. data/spec/models/remote_key_spec.rb +1 -1
  280. data/spec/models/remote_response_spec.rb +1 -1
  281. data/spec/models/remote_user_spec.rb +13 -1
  282. data/spec/models/scheduled_interview_spec.rb +13 -1
  283. data/spec/models/scheduled_interview_status_enum_spec.rb +1 -1
  284. data/spec/models/scorecard_spec.rb +13 -1
  285. data/spec/models/sync_status_spec.rb +1 -1
  286. data/spec/models/tag_spec.rb +13 -1
  287. data/spec/models/url_request_spec.rb +1 -1
  288. data/spec/models/url_spec.rb +1 -1
  289. data/spec/models/url_type_enum_spec.rb +1 -1
  290. data/spec/models/{remote_key_for_regeneration_spec.rb → validation_problem_source_spec.rb} +8 -8
  291. data/spec/models/veteran_status_enum_spec.rb +1 -1
  292. data/spec/models/visibility_enum_spec.rb +1 -1
  293. data/spec/models/warning_validation_problem_spec.rb +52 -0
  294. data/spec/models/webhook_receiver_request_spec.rb +46 -0
  295. data/spec/models/webhook_receiver_spec.rb +46 -0
  296. metadata +179 -123
  297. data/config.json +0 -2
  298. data/docs/DataPassthrough.md +0 -24
  299. data/docs/EndUserDetails.md +0 -24
  300. data/docs/PatchedApplicationRequest.md +0 -34
  301. data/docs/RemoteKeyForRegeneration.md +0 -18
  302. data/docs/RemoteUserRequest.md +0 -30
  303. data/docs/ScheduledInterviewRequest.md +0 -38
  304. data/docs/ScorecardRequest.md +0 -30
  305. data/lib/merge_ats_client/models/patched_application_request.rb +0 -309
  306. data/merge_ats_client-1.0.3.gem +0 -0
  307. data/spec/models/patched_application_request_spec.rb +0 -82
  308. data/spec/models/scheduled_interview_request_spec.rb +0 -94
  309. data/spec/models/scorecard_request_spec.rb +0 -70
  310. data/test_ats.rb +0 -22
  311. data/test_signature.rb +0 -32
@@ -14,39 +14,22 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module MergeATSClient
17
- # # The Scorecard Object ### Description The `Scorecard` object is used to represent a Scorecard for an interview ### Usage Example Fetch from the `LIST Scorecards` endpoint and filter by `application` to show all scorecard for an applicant.
18
- class ScorecardRequest
19
- # The third-party API ID of the matching object.
20
- attr_accessor :remote_id
17
+ class MetaResponse
18
+ attr_accessor :request_schema
21
19
 
22
- # The application being scored.
23
- attr_accessor :application
20
+ attr_accessor :status
24
21
 
25
- # The interview being scored.
26
- attr_accessor :interview
22
+ attr_accessor :has_conditional_params
27
23
 
28
- # The interviewer doing the scoring.
29
- attr_accessor :interviewer
30
-
31
- # When the third party's scorecard was created.
32
- attr_accessor :remote_created_at
33
-
34
- # When the scorecard was submitted.
35
- attr_accessor :submitted_at
36
-
37
- # The inteviewer's recommendation.
38
- attr_accessor :overall_recommendation
24
+ attr_accessor :has_required_linked_account_params
39
25
 
40
26
  # Attribute mapping from ruby-style variable name to JSON key.
41
27
  def self.attribute_map
42
28
  {
43
- :'remote_id' => :'remote_id',
44
- :'application' => :'application',
45
- :'interview' => :'interview',
46
- :'interviewer' => :'interviewer',
47
- :'remote_created_at' => :'remote_created_at',
48
- :'submitted_at' => :'submitted_at',
49
- :'overall_recommendation' => :'overall_recommendation'
29
+ :'request_schema' => :'request_schema',
30
+ :'status' => :'status',
31
+ :'has_conditional_params' => :'has_conditional_params',
32
+ :'has_required_linked_account_params' => :'has_required_linked_account_params'
50
33
  }
51
34
  end
52
35
 
@@ -58,26 +41,16 @@ module MergeATSClient
58
41
  # Attribute type mapping.
59
42
  def self.openapi_types
60
43
  {
61
- :'remote_id' => :'String',
62
- :'application' => :'String',
63
- :'interview' => :'String',
64
- :'interviewer' => :'String',
65
- :'remote_created_at' => :'Time',
66
- :'submitted_at' => :'Time',
67
- :'overall_recommendation' => :'OverallRecommendationEnum'
44
+ :'request_schema' => :'Hash<String, AnyType>',
45
+ :'status' => :'LinkedAccountStatus',
46
+ :'has_conditional_params' => :'Boolean',
47
+ :'has_required_linked_account_params' => :'Boolean'
68
48
  }
69
49
  end
70
50
 
71
51
  # List of attributes with nullable: true
72
52
  def self.openapi_nullable
73
53
  Set.new([
74
- :'remote_id',
75
- :'application',
76
- :'interview',
77
- :'interviewer',
78
- :'remote_created_at',
79
- :'submitted_at',
80
- :'overall_recommendation'
81
54
  ])
82
55
  end
83
56
 
@@ -85,56 +58,61 @@ module MergeATSClient
85
58
  # @param [Hash] attributes Model attributes in the form of hash
86
59
  def initialize(attributes = {})
87
60
  if (!attributes.is_a?(Hash))
88
- fail ArgumentError, "The input argument (attributes) must be a hash in `MergeATSClient::ScorecardRequest` initialize method"
61
+ fail ArgumentError, "The input argument (attributes) must be a hash in `MergeATSClient::MetaResponse` initialize method"
89
62
  end
90
63
 
91
64
  # check to see if the attribute exists and convert string to symbol for hash key
92
65
  attributes = attributes.each_with_object({}) { |(k, v), h|
93
66
  if (!self.class.attribute_map.key?(k.to_sym))
94
- fail ArgumentError, "`#{k}` is not a valid attribute in `MergeATSClient::ScorecardRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `MergeATSClient::MetaResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
95
68
  end
96
69
  h[k.to_sym] = v
97
70
  }
98
71
 
99
- if attributes.key?(:'remote_id')
100
- self.remote_id = attributes[:'remote_id']
72
+ if attributes.key?(:'request_schema')
73
+ if (value = attributes[:'request_schema']).is_a?(Hash)
74
+ self.request_schema = value
75
+ end
101
76
  end
102
77
 
103
- if attributes.key?(:'application')
104
- self.application = attributes[:'application']
78
+ if attributes.key?(:'status')
79
+ self.status = attributes[:'status']
105
80
  end
106
81
 
107
- if attributes.key?(:'interview')
108
- self.interview = attributes[:'interview']
82
+ if attributes.key?(:'has_conditional_params')
83
+ self.has_conditional_params = attributes[:'has_conditional_params']
109
84
  end
110
85
 
111
- if attributes.key?(:'interviewer')
112
- self.interviewer = attributes[:'interviewer']
86
+ if attributes.key?(:'has_required_linked_account_params')
87
+ self.has_required_linked_account_params = attributes[:'has_required_linked_account_params']
113
88
  end
89
+ end
114
90
 
115
- if attributes.key?(:'remote_created_at')
116
- self.remote_created_at = attributes[:'remote_created_at']
91
+ # Show invalid properties with the reasons. Usually used together with valid?
92
+ # @return Array for valid properties with the reasons
93
+ def list_invalid_properties
94
+ invalid_properties = Array.new
95
+ if @request_schema.nil?
96
+ invalid_properties.push('invalid value for "request_schema", request_schema cannot be nil.')
117
97
  end
118
98
 
119
- if attributes.key?(:'submitted_at')
120
- self.submitted_at = attributes[:'submitted_at']
99
+ if @has_conditional_params.nil?
100
+ invalid_properties.push('invalid value for "has_conditional_params", has_conditional_params cannot be nil.')
121
101
  end
122
102
 
123
- if attributes.key?(:'overall_recommendation')
124
- self.overall_recommendation = attributes[:'overall_recommendation']
103
+ if @has_required_linked_account_params.nil?
104
+ invalid_properties.push('invalid value for "has_required_linked_account_params", has_required_linked_account_params cannot be nil.')
125
105
  end
126
- end
127
106
 
128
- # Show invalid properties with the reasons. Usually used together with valid?
129
- # @return Array for valid properties with the reasons
130
- def list_invalid_properties
131
- invalid_properties = Array.new
132
107
  invalid_properties
133
108
  end
134
109
 
135
110
  # Check to see if the all the properties in the model are valid
136
111
  # @return true if the model is valid
137
112
  def valid?
113
+ return false if @request_schema.nil?
114
+ return false if @has_conditional_params.nil?
115
+ return false if @has_required_linked_account_params.nil?
138
116
  true
139
117
  end
140
118
 
@@ -143,13 +121,10 @@ module MergeATSClient
143
121
  def ==(o)
144
122
  return true if self.equal?(o)
145
123
  self.class == o.class &&
146
- remote_id == o.remote_id &&
147
- application == o.application &&
148
- interview == o.interview &&
149
- interviewer == o.interviewer &&
150
- remote_created_at == o.remote_created_at &&
151
- submitted_at == o.submitted_at &&
152
- overall_recommendation == o.overall_recommendation
124
+ request_schema == o.request_schema &&
125
+ status == o.status &&
126
+ has_conditional_params == o.has_conditional_params &&
127
+ has_required_linked_account_params == o.has_required_linked_account_params
153
128
  end
154
129
 
155
130
  # @see the `==` method
@@ -161,7 +136,7 @@ module MergeATSClient
161
136
  # Calculates hash code according to all attributes.
162
137
  # @return [Integer] Hash code
163
138
  def hash
164
- [remote_id, application, interview, interviewer, remote_created_at, submitted_at, overall_recommendation].hash
139
+ [request_schema, status, has_conditional_params, has_required_linked_account_params].hash
165
140
  end
166
141
 
167
142
  # Builds the object from hash
@@ -204,7 +179,7 @@ module MergeATSClient
204
179
  when :Date
205
180
  Date.parse(value)
206
181
  when :String
207
- value.to_s
182
+ value
208
183
  when :Integer
209
184
  value.to_i
210
185
  when :Float
@@ -189,7 +189,7 @@ module MergeATSClient
189
189
  when :Date
190
190
  Date.parse(value)
191
191
  when :String
192
- value.to_s
192
+ value
193
193
  when :Integer
194
194
  value.to_i
195
195
  when :Float
@@ -14,55 +14,31 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module MergeATSClient
17
- # # The ScheduledInterview Object ### Description The `ScheduledInterview` object is used to represent an interview ### Usage Example Fetch from the `LIST ScheduledInterviews` endpoint and filter by `interviewers` to show all office locations.
18
- class ScheduledInterviewRequest
19
- # The third-party API ID of the matching object.
20
- attr_accessor :remote_id
17
+ # # The MultipartFormField Object ### Description The `MultipartFormField` object is used to represent fields in an HTTP request using `multipart/form-data`. ### Usage Example Create a `MultipartFormField` to define a multipart form entry.
18
+ class MultipartFormFieldRequest
19
+ # The name of the form field
20
+ attr_accessor :name
21
21
 
22
- # The application being interviewed.
23
- attr_accessor :application
22
+ # The data for the form field.
23
+ attr_accessor :data
24
24
 
25
- # The stage of the interview.
26
- attr_accessor :job_interview_stage
25
+ # The encoding of the value of `data`. Defaults to `RAW` if not defined.
26
+ attr_accessor :encoding
27
27
 
28
- # The user organizing the interview.
29
- attr_accessor :organizer
28
+ # The file name of the form field, if the field is for a file.
29
+ attr_accessor :file_name
30
30
 
31
- # Array of `RemoteUser` IDs.
32
- attr_accessor :interviewers
33
-
34
- # The interview's location.
35
- attr_accessor :location
36
-
37
- # When the interview was started.
38
- attr_accessor :start_at
39
-
40
- # When the interview was ended.
41
- attr_accessor :end_at
42
-
43
- # When the third party's interview was created.
44
- attr_accessor :remote_created_at
45
-
46
- # When the third party's interview was updated.
47
- attr_accessor :remote_updated_at
48
-
49
- # The interview's status.
50
- attr_accessor :status
31
+ # The MIME type of the file, if the field is for a file.
32
+ attr_accessor :content_type
51
33
 
52
34
  # Attribute mapping from ruby-style variable name to JSON key.
53
35
  def self.attribute_map
54
36
  {
55
- :'remote_id' => :'remote_id',
56
- :'application' => :'application',
57
- :'job_interview_stage' => :'job_interview_stage',
58
- :'organizer' => :'organizer',
59
- :'interviewers' => :'interviewers',
60
- :'location' => :'location',
61
- :'start_at' => :'start_at',
62
- :'end_at' => :'end_at',
63
- :'remote_created_at' => :'remote_created_at',
64
- :'remote_updated_at' => :'remote_updated_at',
65
- :'status' => :'status'
37
+ :'name' => :'name',
38
+ :'data' => :'data',
39
+ :'encoding' => :'encoding',
40
+ :'file_name' => :'file_name',
41
+ :'content_type' => :'content_type'
66
42
  }
67
43
  end
68
44
 
@@ -74,33 +50,20 @@ module MergeATSClient
74
50
  # Attribute type mapping.
75
51
  def self.openapi_types
76
52
  {
77
- :'remote_id' => :'String',
78
- :'application' => :'String',
79
- :'job_interview_stage' => :'String',
80
- :'organizer' => :'String',
81
- :'interviewers' => :'Array<String>',
82
- :'location' => :'String',
83
- :'start_at' => :'Time',
84
- :'end_at' => :'Time',
85
- :'remote_created_at' => :'Time',
86
- :'remote_updated_at' => :'Time',
87
- :'status' => :'ScheduledInterviewStatusEnum'
53
+ :'name' => :'String',
54
+ :'data' => :'String',
55
+ :'encoding' => :'EncodingEnum',
56
+ :'file_name' => :'String',
57
+ :'content_type' => :'String'
88
58
  }
89
59
  end
90
60
 
91
61
  # List of attributes with nullable: true
92
62
  def self.openapi_nullable
93
63
  Set.new([
94
- :'remote_id',
95
- :'application',
96
- :'job_interview_stage',
97
- :'organizer',
98
- :'location',
99
- :'start_at',
100
- :'end_at',
101
- :'remote_created_at',
102
- :'remote_updated_at',
103
- :'status'
64
+ :'encoding',
65
+ :'file_name',
66
+ :'content_type'
104
67
  ])
105
68
  end
106
69
 
@@ -108,93 +71,139 @@ module MergeATSClient
108
71
  # @param [Hash] attributes Model attributes in the form of hash
109
72
  def initialize(attributes = {})
110
73
  if (!attributes.is_a?(Hash))
111
- fail ArgumentError, "The input argument (attributes) must be a hash in `MergeATSClient::ScheduledInterviewRequest` initialize method"
74
+ fail ArgumentError, "The input argument (attributes) must be a hash in `MergeATSClient::MultipartFormFieldRequest` initialize method"
112
75
  end
113
76
 
114
77
  # check to see if the attribute exists and convert string to symbol for hash key
115
78
  attributes = attributes.each_with_object({}) { |(k, v), h|
116
79
  if (!self.class.attribute_map.key?(k.to_sym))
117
- fail ArgumentError, "`#{k}` is not a valid attribute in `MergeATSClient::ScheduledInterviewRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
80
+ fail ArgumentError, "`#{k}` is not a valid attribute in `MergeATSClient::MultipartFormFieldRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
118
81
  end
119
82
  h[k.to_sym] = v
120
83
  }
121
84
 
122
- if attributes.key?(:'remote_id')
123
- self.remote_id = attributes[:'remote_id']
85
+ if attributes.key?(:'name')
86
+ self.name = attributes[:'name']
124
87
  end
125
88
 
126
- if attributes.key?(:'application')
127
- self.application = attributes[:'application']
89
+ if attributes.key?(:'data')
90
+ self.data = attributes[:'data']
128
91
  end
129
92
 
130
- if attributes.key?(:'job_interview_stage')
131
- self.job_interview_stage = attributes[:'job_interview_stage']
93
+ if attributes.key?(:'encoding')
94
+ self.encoding = attributes[:'encoding']
132
95
  end
133
96
 
134
- if attributes.key?(:'organizer')
135
- self.organizer = attributes[:'organizer']
97
+ if attributes.key?(:'file_name')
98
+ self.file_name = attributes[:'file_name']
136
99
  end
137
100
 
138
- if attributes.key?(:'interviewers')
139
- if (value = attributes[:'interviewers']).is_a?(Array)
140
- self.interviewers = value
141
- end
101
+ if attributes.key?(:'content_type')
102
+ self.content_type = attributes[:'content_type']
142
103
  end
104
+ end
143
105
 
144
- if attributes.key?(:'location')
145
- self.location = attributes[:'location']
106
+ # Show invalid properties with the reasons. Usually used together with valid?
107
+ # @return Array for valid properties with the reasons
108
+ def list_invalid_properties
109
+ invalid_properties = Array.new
110
+ if @name.nil?
111
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
146
112
  end
147
113
 
148
- if attributes.key?(:'start_at')
149
- self.start_at = attributes[:'start_at']
114
+ if @name.to_s.length < 1
115
+ invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
150
116
  end
151
117
 
152
- if attributes.key?(:'end_at')
153
- self.end_at = attributes[:'end_at']
118
+ if @data.nil?
119
+ invalid_properties.push('invalid value for "data", data cannot be nil.')
154
120
  end
155
121
 
156
- if attributes.key?(:'remote_created_at')
157
- self.remote_created_at = attributes[:'remote_created_at']
122
+ if @data.to_s.length < 1
123
+ invalid_properties.push('invalid value for "data", the character length must be great than or equal to 1.')
158
124
  end
159
125
 
160
- if attributes.key?(:'remote_updated_at')
161
- self.remote_updated_at = attributes[:'remote_updated_at']
126
+ if !@file_name.nil? && @file_name.to_s.length < 1
127
+ invalid_properties.push('invalid value for "file_name", the character length must be great than or equal to 1.')
162
128
  end
163
129
 
164
- if attributes.key?(:'status')
165
- self.status = attributes[:'status']
130
+ if !@content_type.nil? && @content_type.to_s.length < 1
131
+ invalid_properties.push('invalid value for "content_type", the character length must be great than or equal to 1.')
166
132
  end
167
- end
168
133
 
169
- # Show invalid properties with the reasons. Usually used together with valid?
170
- # @return Array for valid properties with the reasons
171
- def list_invalid_properties
172
- invalid_properties = Array.new
173
134
  invalid_properties
174
135
  end
175
136
 
176
137
  # Check to see if the all the properties in the model are valid
177
138
  # @return true if the model is valid
178
139
  def valid?
140
+ return false if @name.nil?
141
+ return false if @name.to_s.length < 1
142
+ return false if @data.nil?
143
+ return false if @data.to_s.length < 1
144
+ return false if !@file_name.nil? && @file_name.to_s.length < 1
145
+ return false if !@content_type.nil? && @content_type.to_s.length < 1
179
146
  true
180
147
  end
181
148
 
149
+ # Custom attribute writer method with validation
150
+ # @param [Object] name Value to be assigned
151
+ def name=(name)
152
+ if name.nil?
153
+ fail ArgumentError, 'name cannot be nil'
154
+ end
155
+
156
+ if name.to_s.length < 1
157
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
158
+ end
159
+
160
+ @name = name
161
+ end
162
+
163
+ # Custom attribute writer method with validation
164
+ # @param [Object] data Value to be assigned
165
+ def data=(data)
166
+ if data.nil?
167
+ fail ArgumentError, 'data cannot be nil'
168
+ end
169
+
170
+ if data.to_s.length < 1
171
+ fail ArgumentError, 'invalid value for "data", the character length must be great than or equal to 1.'
172
+ end
173
+
174
+ @data = data
175
+ end
176
+
177
+ # Custom attribute writer method with validation
178
+ # @param [Object] file_name Value to be assigned
179
+ def file_name=(file_name)
180
+ if !file_name.nil? && file_name.to_s.length < 1
181
+ fail ArgumentError, 'invalid value for "file_name", the character length must be great than or equal to 1.'
182
+ end
183
+
184
+ @file_name = file_name
185
+ end
186
+
187
+ # Custom attribute writer method with validation
188
+ # @param [Object] content_type Value to be assigned
189
+ def content_type=(content_type)
190
+ if !content_type.nil? && content_type.to_s.length < 1
191
+ fail ArgumentError, 'invalid value for "content_type", the character length must be great than or equal to 1.'
192
+ end
193
+
194
+ @content_type = content_type
195
+ end
196
+
182
197
  # Checks equality by comparing each attribute.
183
198
  # @param [Object] Object to be compared
184
199
  def ==(o)
185
200
  return true if self.equal?(o)
186
201
  self.class == o.class &&
187
- remote_id == o.remote_id &&
188
- application == o.application &&
189
- job_interview_stage == o.job_interview_stage &&
190
- organizer == o.organizer &&
191
- interviewers == o.interviewers &&
192
- location == o.location &&
193
- start_at == o.start_at &&
194
- end_at == o.end_at &&
195
- remote_created_at == o.remote_created_at &&
196
- remote_updated_at == o.remote_updated_at &&
197
- status == o.status
202
+ name == o.name &&
203
+ data == o.data &&
204
+ encoding == o.encoding &&
205
+ file_name == o.file_name &&
206
+ content_type == o.content_type
198
207
  end
199
208
 
200
209
  # @see the `==` method
@@ -206,7 +215,7 @@ module MergeATSClient
206
215
  # Calculates hash code according to all attributes.
207
216
  # @return [Integer] Hash code
208
217
  def hash
209
- [remote_id, application, job_interview_stage, organizer, interviewers, location, start_at, end_at, remote_created_at, remote_updated_at, status].hash
218
+ [name, data, encoding, file_name, content_type].hash
210
219
  end
211
220
 
212
221
  # Builds the object from hash
@@ -249,7 +258,7 @@ module MergeATSClient
249
258
  when :Date
250
259
  Date.parse(value)
251
260
  when :String
252
- value.to_s
261
+ value
253
262
  when :Integer
254
263
  value.to_i
255
264
  when :Float
@@ -14,17 +14,15 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module MergeATSClient
17
- # # The Offer Object ### Description The `Offer` object is used to represent an offer for an application. ### Usage Example Fetch from the `LIST Offers` endpoint and filter by `ID` to show all offers.
17
+ # # The Offer Object ### Description The `Offer` object is used to represent an offer for an application. ### Usage Example Fetch from the `LIST Offers` endpoint and filter by `ID` to show all offers.
18
18
  class Offer
19
19
  attr_accessor :id
20
20
 
21
21
  # The third-party API ID of the matching object.
22
22
  attr_accessor :remote_id
23
23
 
24
- # The application who is receiving the offer.
25
24
  attr_accessor :application
26
25
 
27
- # The user who created the offer.
28
26
  attr_accessor :creator
29
27
 
30
28
  # When the third party's offer was created.
@@ -44,6 +42,9 @@ module MergeATSClient
44
42
 
45
43
  attr_accessor :remote_data
46
44
 
45
+ # Indicates whether or not this object has been deleted on the third-party.
46
+ attr_accessor :remote_was_deleted
47
+
47
48
  # Attribute mapping from ruby-style variable name to JSON key.
48
49
  def self.attribute_map
49
50
  {
@@ -56,7 +57,8 @@ module MergeATSClient
56
57
  :'sent_at' => :'sent_at',
57
58
  :'start_date' => :'start_date',
58
59
  :'status' => :'status',
59
- :'remote_data' => :'remote_data'
60
+ :'remote_data' => :'remote_data',
61
+ :'remote_was_deleted' => :'remote_was_deleted'
60
62
  }
61
63
  end
62
64
 
@@ -77,7 +79,8 @@ module MergeATSClient
77
79
  :'sent_at' => :'Time',
78
80
  :'start_date' => :'Time',
79
81
  :'status' => :'OfferStatusEnum',
80
- :'remote_data' => :'Array<RemoteData>'
82
+ :'remote_data' => :'Array<RemoteData>',
83
+ :'remote_was_deleted' => :'Boolean'
81
84
  }
82
85
  end
83
86
 
@@ -92,7 +95,7 @@ module MergeATSClient
92
95
  :'sent_at',
93
96
  :'start_date',
94
97
  :'status',
95
- :'remote_data'
98
+ :'remote_data',
96
99
  ])
97
100
  end
98
101
 
@@ -152,6 +155,10 @@ module MergeATSClient
152
155
  self.remote_data = value
153
156
  end
154
157
  end
158
+
159
+ if attributes.key?(:'remote_was_deleted')
160
+ self.remote_was_deleted = attributes[:'remote_was_deleted']
161
+ end
155
162
  end
156
163
 
157
164
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -181,7 +188,8 @@ module MergeATSClient
181
188
  sent_at == o.sent_at &&
182
189
  start_date == o.start_date &&
183
190
  status == o.status &&
184
- remote_data == o.remote_data
191
+ remote_data == o.remote_data &&
192
+ remote_was_deleted == o.remote_was_deleted
185
193
  end
186
194
 
187
195
  # @see the `==` method
@@ -193,7 +201,7 @@ module MergeATSClient
193
201
  # Calculates hash code according to all attributes.
194
202
  # @return [Integer] Hash code
195
203
  def hash
196
- [id, remote_id, application, creator, remote_created_at, closed_at, sent_at, start_date, status, remote_data].hash
204
+ [id, remote_id, application, creator, remote_created_at, closed_at, sent_at, start_date, status, remote_data, remote_was_deleted].hash
197
205
  end
198
206
 
199
207
  # Builds the object from hash