merge_ats_client 1.0.4 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (337) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +40 -18
  3. data/docs/AccountDetails.md +13 -7
  4. data/docs/AccountDetailsAndActions.md +6 -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 +11 -5
  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 +180 -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 +98 -16
  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 +6 -2
  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 +11 -5
  34. data/docs/EncodingEnum.md +15 -0
  35. data/docs/EndUserDetailsRequest.md +10 -6
  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 +11 -85
  42. data/docs/IssuesApi.md +18 -10
  43. data/docs/Job.md +7 -1
  44. data/docs/JobInterviewStage.md +4 -2
  45. data/docs/JobInterviewStagesApi.md +8 -6
  46. data/docs/JobsApi.md +13 -6
  47. data/docs/LinkToken.md +3 -1
  48. data/docs/LinkTokenApi.md +3 -3
  49. data/docs/LinkedAccountStatus.md +20 -0
  50. data/docs/LinkedAccountsApi.md +24 -22
  51. data/docs/MetaResponse.md +24 -0
  52. data/docs/MultipartFormFieldRequest.md +26 -0
  53. data/docs/Offer.md +5 -3
  54. data/docs/OffersApi.md +11 -5
  55. data/docs/Office.md +3 -1
  56. data/docs/OfficesApi.md +6 -4
  57. data/docs/PassthroughApi.md +2 -2
  58. data/docs/ReasonEnum.md +15 -0
  59. data/docs/RegenerateKeyApi.md +2 -2
  60. data/docs/RejectReason.md +3 -1
  61. data/docs/RejectReasonsApi.md +6 -4
  62. data/docs/RemoteResponse.md +5 -1
  63. data/docs/RemoteUser.md +3 -1
  64. data/docs/ResponseTypeEnum.md +15 -0
  65. data/docs/ScheduledInterview.md +6 -4
  66. data/docs/Scorecard.md +6 -4
  67. data/docs/ScorecardsApi.md +11 -85
  68. data/docs/SyncStatus.md +2 -2
  69. data/docs/SyncStatusApi.md +3 -75
  70. data/docs/Tag.md +3 -1
  71. data/docs/TagsApi.md +4 -2
  72. data/docs/UpdateApplicationStageRequest.md +20 -0
  73. data/docs/UsersApi.md +11 -85
  74. data/docs/ValidationProblemSource.md +18 -0
  75. data/docs/WarningValidationProblem.md +24 -0
  76. data/docs/WebhookReceiver.md +22 -0
  77. data/docs/WebhookReceiverRequest.md +22 -0
  78. data/docs/WebhookReceiversApi.md +153 -0
  79. data/lib/merge_ats_client/api/account_details_api.rb +10 -3
  80. data/lib/merge_ats_client/api/activities_api.rb +17 -0
  81. data/lib/merge_ats_client/api/applications_api.rb +164 -15
  82. data/lib/merge_ats_client/api/attachments_api.rb +108 -15
  83. data/lib/merge_ats_client/api/candidates_api.rb +156 -21
  84. data/lib/merge_ats_client/api/departments_api.rb +3 -0
  85. data/lib/merge_ats_client/api/eeocs_api.rb +17 -0
  86. data/lib/merge_ats_client/api/force_resync_api.rb +84 -0
  87. data/lib/merge_ats_client/api/interviews_api.rb +17 -76
  88. data/lib/merge_ats_client/api/issues_api.rb +22 -10
  89. data/lib/merge_ats_client/api/job_interview_stages_api.rb +5 -2
  90. data/lib/merge_ats_client/api/jobs_api.rb +20 -3
  91. data/lib/merge_ats_client/api/linked_accounts_api.rb +24 -21
  92. data/lib/merge_ats_client/api/offers_api.rb +17 -0
  93. data/lib/merge_ats_client/api/offices_api.rb +3 -0
  94. data/lib/merge_ats_client/api/reject_reasons_api.rb +3 -0
  95. data/lib/merge_ats_client/api/scorecards_api.rb +17 -76
  96. data/lib/merge_ats_client/api/sync_status_api.rb +4 -66
  97. data/lib/merge_ats_client/api/tags_api.rb +3 -0
  98. data/lib/merge_ats_client/api/users_api.rb +17 -76
  99. data/lib/merge_ats_client/api/webhook_receivers_api.rb +154 -0
  100. data/lib/merge_ats_client/configuration.rb +6 -4
  101. data/lib/merge_ats_client/models/access_role_enum.rb +17 -7
  102. data/lib/merge_ats_client/models/account_details.rb +33 -4
  103. data/lib/merge_ats_client/models/account_details_and_actions.rb +35 -1
  104. data/lib/merge_ats_client/models/account_details_and_actions_integration.rb +4 -2
  105. data/lib/merge_ats_client/models/account_details_and_actions_status_enum.rb +17 -7
  106. data/lib/merge_ats_client/models/account_integration.rb +2 -24
  107. data/lib/merge_ats_client/models/account_token.rb +1 -1
  108. data/lib/merge_ats_client/models/activity.rb +16 -7
  109. data/lib/merge_ats_client/models/activity_type_enum.rb +17 -7
  110. data/lib/merge_ats_client/models/application.rb +15 -11
  111. data/lib/merge_ats_client/models/application_endpoint_request.rb +237 -0
  112. data/lib/merge_ats_client/models/application_request.rb +56 -12
  113. data/lib/merge_ats_client/models/application_response.rb +266 -0
  114. data/lib/merge_ats_client/models/attachment.rb +15 -6
  115. data/lib/merge_ats_client/models/attachment_endpoint_request.rb +237 -0
  116. data/lib/merge_ats_client/models/attachment_request.rb +31 -7
  117. data/lib/merge_ats_client/models/attachment_response.rb +266 -0
  118. data/lib/merge_ats_client/models/attachment_type_enum.rb +17 -9
  119. data/lib/merge_ats_client/models/available_actions.rb +1 -1
  120. data/lib/merge_ats_client/models/candidate.rb +15 -6
  121. data/lib/merge_ats_client/models/{remote_key_for_regeneration.rb → candidate_endpoint_request.rb} +29 -16
  122. data/lib/merge_ats_client/models/candidate_request.rb +56 -7
  123. data/lib/merge_ats_client/models/candidate_response.rb +266 -0
  124. data/lib/merge_ats_client/models/categories_enum.rb +19 -7
  125. data/lib/merge_ats_client/models/category_enum.rb +19 -7
  126. data/lib/merge_ats_client/models/data_passthrough_request.rb +79 -7
  127. data/lib/merge_ats_client/models/debug_mode_log.rb +251 -0
  128. data/lib/merge_ats_client/models/{data_passthrough.rb → debug_model_log_summary.rb} +30 -41
  129. data/lib/merge_ats_client/models/department.rb +17 -7
  130. data/lib/merge_ats_client/models/disability_status_enum.rb +17 -7
  131. data/lib/merge_ats_client/models/eeoc.rb +16 -7
  132. data/lib/merge_ats_client/models/email_address.rb +2 -2
  133. data/lib/merge_ats_client/models/email_address_request.rb +2 -2
  134. data/lib/merge_ats_client/models/email_address_type_enum.rb +17 -7
  135. data/lib/merge_ats_client/models/encoding_enum.rb +46 -0
  136. data/lib/merge_ats_client/models/end_user_details_request.rb +163 -27
  137. data/lib/merge_ats_client/models/error_validation_problem.rb +260 -0
  138. data/lib/merge_ats_client/models/gender_enum.rb +17 -7
  139. data/lib/merge_ats_client/models/generate_remote_key_request.rb +20 -1
  140. data/lib/merge_ats_client/models/ignore_common_model.rb +247 -0
  141. data/lib/merge_ats_client/models/ignore_common_model_request.rb +256 -0
  142. data/lib/merge_ats_client/models/issue.rb +2 -2
  143. data/lib/merge_ats_client/models/issue_status_enum.rb +17 -7
  144. data/lib/merge_ats_client/models/job.rb +39 -6
  145. data/lib/merge_ats_client/models/job_interview_stage.rb +17 -7
  146. data/lib/merge_ats_client/models/job_status_enum.rb +17 -7
  147. data/lib/merge_ats_client/models/link_token.rb +14 -5
  148. data/lib/merge_ats_client/models/linked_account_status.rb +237 -0
  149. data/lib/merge_ats_client/models/{scorecard_request.rb → meta_response.rb} +45 -70
  150. data/lib/merge_ats_client/models/method_enum.rb +17 -7
  151. data/lib/merge_ats_client/models/model_operation.rb +1 -1
  152. data/lib/merge_ats_client/models/{scheduled_interview_request.rb → multipart_form_field_request.rb} +115 -106
  153. data/lib/merge_ats_client/models/offer.rb +16 -8
  154. data/lib/merge_ats_client/models/offer_status_enum.rb +17 -7
  155. data/lib/merge_ats_client/models/office.rb +17 -7
  156. data/lib/merge_ats_client/models/overall_recommendation_enum.rb +17 -7
  157. data/lib/merge_ats_client/models/paginated_activity_list.rb +1 -1
  158. data/lib/merge_ats_client/models/paginated_application_list.rb +1 -1
  159. data/lib/merge_ats_client/models/paginated_attachment_list.rb +1 -1
  160. data/lib/merge_ats_client/models/paginated_candidate_list.rb +1 -1
  161. data/lib/merge_ats_client/models/paginated_department_list.rb +1 -1
  162. data/lib/merge_ats_client/models/paginated_eeoc_list.rb +1 -1
  163. data/lib/merge_ats_client/models/paginated_issue_list.rb +1 -1
  164. data/lib/merge_ats_client/models/paginated_job_interview_stage_list.rb +1 -1
  165. data/lib/merge_ats_client/models/paginated_job_list.rb +1 -1
  166. data/lib/merge_ats_client/models/paginated_offer_list.rb +1 -1
  167. data/lib/merge_ats_client/models/paginated_office_list.rb +1 -1
  168. data/lib/merge_ats_client/models/paginated_reject_reason_list.rb +1 -1
  169. data/lib/merge_ats_client/models/paginated_remote_user_list.rb +1 -1
  170. data/lib/merge_ats_client/models/paginated_scheduled_interview_list.rb +1 -1
  171. data/lib/merge_ats_client/models/paginated_scorecard_list.rb +1 -1
  172. data/lib/merge_ats_client/models/paginated_sync_status_list.rb +1 -1
  173. data/lib/merge_ats_client/models/paginated_tag_list.rb +1 -1
  174. data/lib/merge_ats_client/models/phone_number.rb +2 -2
  175. data/lib/merge_ats_client/models/phone_number_request.rb +2 -2
  176. data/lib/merge_ats_client/models/phone_number_type_enum.rb +17 -7
  177. data/lib/merge_ats_client/models/race_enum.rb +17 -7
  178. data/lib/merge_ats_client/models/reason_enum.rb +46 -0
  179. data/lib/merge_ats_client/models/reject_reason.rb +17 -7
  180. data/lib/merge_ats_client/models/remote_data.rb +1 -1
  181. data/lib/merge_ats_client/models/remote_key.rb +1 -1
  182. data/lib/merge_ats_client/models/remote_key_for_regeneration_request.rb +20 -1
  183. data/lib/merge_ats_client/models/remote_response.rb +24 -10
  184. data/lib/merge_ats_client/models/remote_user.rb +17 -7
  185. data/lib/merge_ats_client/models/request_format_enum.rb +18 -7
  186. data/lib/merge_ats_client/models/response_type_enum.rb +45 -0
  187. data/lib/merge_ats_client/models/scheduled_interview.rb +16 -9
  188. data/lib/merge_ats_client/models/scheduled_interview_status_enum.rb +17 -7
  189. data/lib/merge_ats_client/models/scorecard.rb +16 -9
  190. data/lib/merge_ats_client/models/sync_status.rb +1 -11
  191. data/lib/merge_ats_client/models/sync_status_status_enum.rb +19 -9
  192. data/lib/merge_ats_client/models/tag.rb +17 -7
  193. data/lib/merge_ats_client/models/update_application_stage_request.rb +244 -0
  194. data/lib/merge_ats_client/models/url.rb +2 -2
  195. data/lib/merge_ats_client/models/url_request.rb +2 -2
  196. data/lib/merge_ats_client/models/url_type_enum.rb +18 -7
  197. data/lib/merge_ats_client/models/{remote_data_request.rb → validation_problem_source.rb} +14 -25
  198. data/lib/merge_ats_client/models/veteran_status_enum.rb +17 -7
  199. data/lib/merge_ats_client/models/visibility_enum.rb +17 -7
  200. data/lib/merge_ats_client/models/warning_validation_problem.rb +260 -0
  201. data/lib/merge_ats_client/models/webhook_receiver.rb +246 -0
  202. data/lib/merge_ats_client/models/{end_user_details.rb → webhook_receiver_request.rb} +60 -69
  203. data/lib/merge_ats_client/version.rb +1 -1
  204. data/lib/merge_ats_client.rb +24 -4
  205. data/spec/api/account_details_api_spec.rb +1 -0
  206. data/spec/api/account_token_api_spec.rb +1 -1
  207. data/spec/api/activities_api_spec.rb +6 -1
  208. data/spec/api/applications_api_spec.rb +46 -1
  209. data/spec/api/attachments_api_spec.rb +33 -1
  210. data/spec/api/available_actions_api_spec.rb +1 -1
  211. data/spec/api/candidates_api_spec.rb +44 -1
  212. data/spec/api/departments_api_spec.rb +4 -1
  213. data/spec/api/eeocs_api_spec.rb +6 -1
  214. data/spec/api/force_resync_api_spec.rb +46 -0
  215. data/spec/api/interviews_api_spec.rb +6 -1
  216. data/spec/api/issues_api_spec.rb +9 -5
  217. data/spec/api/job_interview_stages_api_spec.rb +4 -1
  218. data/spec/api/jobs_api_spec.rb +8 -1
  219. data/spec/api/link_token_api_spec.rb +2 -2
  220. data/spec/api/linked_accounts_api_spec.rb +11 -10
  221. data/spec/api/offers_api_spec.rb +6 -1
  222. data/spec/api/offices_api_spec.rb +4 -1
  223. data/spec/api/passthrough_api_spec.rb +2 -2
  224. data/spec/api/regenerate_key_api_spec.rb +3 -5
  225. data/spec/api/reject_reasons_api_spec.rb +4 -1
  226. data/spec/api/scorecards_api_spec.rb +6 -1
  227. data/spec/api/sync_status_api_spec.rb +8 -5
  228. data/spec/api/tags_api_spec.rb +3 -1
  229. data/spec/api/users_api_spec.rb +7 -1
  230. data/spec/api/webhook_receivers_api_spec.rb +58 -0
  231. data/spec/models/access_role_enum_spec.rb +1 -1
  232. data/spec/models/account_details_and_actions_spec.rb +18 -0
  233. data/spec/models/account_details_spec.rb +18 -0
  234. data/spec/models/account_integration_spec.rb +7 -1
  235. data/spec/models/account_token_spec.rb +7 -1
  236. data/spec/models/activity_spec.rb +13 -1
  237. data/spec/models/activity_type_enum_spec.rb +1 -1
  238. data/spec/models/application_endpoint_request_spec.rb +40 -0
  239. data/spec/models/application_request_spec.rb +25 -1
  240. data/spec/models/{end_user_details_spec.rb → application_response_spec.rb} +11 -15
  241. data/spec/models/application_spec.rb +19 -7
  242. data/spec/models/attachment_endpoint_request_spec.rb +40 -0
  243. data/spec/models/attachment_request_spec.rb +12 -0
  244. data/spec/models/attachment_response_spec.rb +52 -0
  245. data/spec/models/attachment_spec.rb +25 -1
  246. data/spec/models/available_actions_spec.rb +1 -1
  247. data/spec/models/candidate_endpoint_request_spec.rb +40 -0
  248. data/spec/models/candidate_request_spec.rb +37 -1
  249. data/spec/models/{data_passthrough_spec.rb → candidate_response_spec.rb} +11 -11
  250. data/spec/models/candidate_spec.rb +19 -1
  251. data/spec/models/data_passthrough_request_spec.rb +19 -1
  252. data/spec/models/debug_mode_log_spec.rb +46 -0
  253. data/spec/models/debug_model_log_summary_spec.rb +46 -0
  254. data/spec/models/department_spec.rb +13 -1
  255. data/spec/models/disability_status_enum_spec.rb +1 -1
  256. data/spec/models/eeoc_spec.rb +13 -1
  257. data/spec/models/email_address_request_spec.rb +1 -1
  258. data/spec/models/email_address_spec.rb +1 -1
  259. data/spec/models/email_address_type_enum_spec.rb +1 -1
  260. data/spec/models/encoding_enum_spec.rb +28 -0
  261. data/spec/models/end_user_details_request_spec.rb +19 -5
  262. data/spec/models/error_validation_problem_spec.rb +52 -0
  263. data/spec/models/gender_enum_spec.rb +1 -1
  264. data/spec/models/ignore_common_model_request_spec.rb +40 -0
  265. data/spec/models/ignore_common_model_spec.rb +40 -0
  266. data/spec/models/job_interview_stage_spec.rb +13 -1
  267. data/spec/models/job_spec.rb +37 -1
  268. data/spec/models/job_status_enum_spec.rb +1 -1
  269. data/spec/models/link_token_spec.rb +7 -1
  270. data/spec/models/linked_account_status_spec.rb +40 -0
  271. data/spec/models/meta_response_spec.rb +52 -0
  272. data/spec/models/method_enum_spec.rb +1 -1
  273. data/spec/models/model_operation_spec.rb +13 -1
  274. data/spec/models/{remote_user_request_spec.rb → multipart_form_field_request_spec.rb} +11 -23
  275. data/spec/models/offer_spec.rb +13 -1
  276. data/spec/models/offer_status_enum_spec.rb +1 -1
  277. data/spec/models/office_spec.rb +13 -1
  278. data/spec/models/overall_recommendation_enum_spec.rb +1 -1
  279. data/spec/models/paginated_activity_list_spec.rb +1 -1
  280. data/spec/models/paginated_application_list_spec.rb +1 -1
  281. data/spec/models/paginated_attachment_list_spec.rb +1 -1
  282. data/spec/models/paginated_candidate_list_spec.rb +1 -1
  283. data/spec/models/paginated_department_list_spec.rb +1 -1
  284. data/spec/models/paginated_eeoc_list_spec.rb +1 -1
  285. data/spec/models/paginated_job_interview_stage_list_spec.rb +1 -1
  286. data/spec/models/paginated_job_list_spec.rb +1 -1
  287. data/spec/models/paginated_offer_list_spec.rb +1 -1
  288. data/spec/models/paginated_office_list_spec.rb +1 -1
  289. data/spec/models/paginated_reject_reason_list_spec.rb +1 -1
  290. data/spec/models/paginated_remote_user_list_spec.rb +1 -1
  291. data/spec/models/paginated_scheduled_interview_list_spec.rb +1 -1
  292. data/spec/models/paginated_scorecard_list_spec.rb +1 -1
  293. data/spec/models/paginated_tag_list_spec.rb +1 -1
  294. data/spec/models/phone_number_request_spec.rb +1 -1
  295. data/spec/models/phone_number_spec.rb +1 -1
  296. data/spec/models/phone_number_type_enum_spec.rb +1 -1
  297. data/spec/models/race_enum_spec.rb +1 -1
  298. data/spec/models/reason_enum_spec.rb +28 -0
  299. data/spec/models/reject_reason_spec.rb +13 -1
  300. data/spec/models/remote_data_spec.rb +1 -1
  301. data/spec/models/remote_key_for_regeneration_request_spec.rb +1 -1
  302. data/spec/models/remote_key_spec.rb +1 -1
  303. data/spec/models/remote_response_spec.rb +13 -1
  304. data/spec/models/remote_user_spec.rb +13 -1
  305. data/spec/models/response_type_enum_spec.rb +28 -0
  306. data/spec/models/scheduled_interview_spec.rb +13 -1
  307. data/spec/models/scheduled_interview_status_enum_spec.rb +1 -1
  308. data/spec/models/scorecard_spec.rb +13 -1
  309. data/spec/models/sync_status_spec.rb +1 -1
  310. data/spec/models/tag_spec.rb +13 -1
  311. data/spec/models/update_application_stage_request_spec.rb +40 -0
  312. data/spec/models/url_request_spec.rb +1 -1
  313. data/spec/models/url_spec.rb +1 -1
  314. data/spec/models/url_type_enum_spec.rb +1 -1
  315. data/spec/models/{remote_key_for_regeneration_spec.rb → validation_problem_source_spec.rb} +8 -8
  316. data/spec/models/veteran_status_enum_spec.rb +1 -1
  317. data/spec/models/visibility_enum_spec.rb +1 -1
  318. data/spec/models/warning_validation_problem_spec.rb +52 -0
  319. data/spec/models/webhook_receiver_request_spec.rb +46 -0
  320. data/spec/models/webhook_receiver_spec.rb +46 -0
  321. metadata +186 -123
  322. data/config.json +0 -2
  323. data/docs/DataPassthrough.md +0 -24
  324. data/docs/EndUserDetails.md +0 -24
  325. data/docs/PatchedApplicationRequest.md +0 -34
  326. data/docs/RemoteKeyForRegeneration.md +0 -18
  327. data/docs/RemoteUserRequest.md +0 -30
  328. data/docs/ScheduledInterviewRequest.md +0 -38
  329. data/docs/ScorecardRequest.md +0 -30
  330. data/lib/merge_ats_client/models/patched_application_request.rb +0 -309
  331. data/lib/merge_ats_client/models/remote_user_request.rb +0 -302
  332. data/merge_ats_client-1.0.3.gem +0 -0
  333. data/spec/models/patched_application_request_spec.rb +0 -82
  334. data/spec/models/scheduled_interview_request_spec.rb +0 -94
  335. data/spec/models/scorecard_request_spec.rb +0 -70
  336. data/test_ats.rb +0 -22
  337. data/test_signature.rb +0 -32
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da626f6292fa91e3d6dc752a6b0bf2b36805993e0f09486a2f32495fafe7dc2c
4
- data.tar.gz: 74eddd3a21dcea5ba502edfff09bb1a55db06ec980008dc81356f9abc965de41
3
+ metadata.gz: 2344d095cbeeea6374687e12b7ce6391d66c540ce55f02194fbe62cddd20d340
4
+ data.tar.gz: ecceee92235ac642738c1df988e8c66cc772be09010741023ff46779606f2035
5
5
  SHA512:
6
- metadata.gz: fe0930be889ea56cbfbac953f234f24d61e918cfd4be5e9f2f27776c9233476e1602731f965546be2ce980eacd25c127ea99444d78650718c841d9d5e65cfcad
7
- data.tar.gz: aea0990d5a1b622630bd65105dce4738b45275ca94166050d6d7f1ef5c4139f80951ff03d6c08891efc415a6104f016ec707ad7e93a5f7b1a22575c419318a6d
6
+ metadata.gz: 87b23615ba3e37592531ee58887c6173ec0a72c8d8bf420fa971c81249988ce1238cfe2f8fcaec2b2b05aa4f0a2a64cb1275c351fde0e899cb944cccb4f6fe85
7
+ data.tar.gz: 479cd9daae95fd255ed4bbd8c1138d39d53f60fd6716ed0cdf7ea66712a7035e480dded2e44bec1493db163230ce520f43b58390d47b5e2087f7b09a49863ce9
data/README.md CHANGED
@@ -7,7 +7,7 @@ The unified API for building rich integrations with multiple Applicant Tracking
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0
10
- - Package version: 1.0.0
10
+ - Package version: 2.0.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.merge.dev/](https://www.merge.dev/)
13
13
 
@@ -24,16 +24,16 @@ gem build merge_ats_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./merge_ats_client-1.0.0.gem
27
+ gem install ./merge_ats_client-2.0.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./merge_ats_client-1.0.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./merge_ats_client-2.0.1.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'merge_ats_client', '~> 1.0.0'
36
+ gem 'merge_ats_client', '~> 2.0.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -60,19 +60,19 @@ require 'merge_ats_client'
60
60
  # Setup authorization
61
61
  MergeATSClient.configure do |config|
62
62
  # Configure API key authorization: tokenAuth
63
- config.api_key['Authorization'] = 'YOUR API KEY'
63
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
64
64
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
65
- #config.api_key_prefix['Authorization'] = 'Bearer'
65
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
66
66
  end
67
67
 
68
- api_instance = MergeATSClient::AccountTokenApi.new
69
- public_token = 'public_token_example' # String |
68
+ api_instance = MergeATSClient::AccountDetailsApi.new
69
+ x_account_token = 'x_account_token_example' # String | Token identifying the end user.
70
70
 
71
71
  begin
72
- result = api_instance.account_token_retrieve(public_token)
72
+ result = api_instance.account_details_retrieve(x_account_token)
73
73
  p result
74
74
  rescue MergeATSClient::ApiError => e
75
- puts "Exception when calling AccountTokenApi->account_token_retrieve: #{e}"
75
+ puts "Exception when calling AccountDetailsApi->account_details_retrieve: #{e}"
76
76
  end
77
77
 
78
78
  ```
@@ -87,23 +87,28 @@ Class | Method | HTTP request | Description
87
87
  *MergeATSClient::AccountTokenApi* | [**account_token_retrieve**](docs/AccountTokenApi.md#account_token_retrieve) | **GET** /account-token/{public_token} |
88
88
  *MergeATSClient::ActivitiesApi* | [**activities_list**](docs/ActivitiesApi.md#activities_list) | **GET** /activities |
89
89
  *MergeATSClient::ActivitiesApi* | [**activities_retrieve**](docs/ActivitiesApi.md#activities_retrieve) | **GET** /activities/{id} |
90
+ *MergeATSClient::ApplicationsApi* | [**applications_change_stage_create**](docs/ApplicationsApi.md#applications_change_stage_create) | **POST** /applications/{id}/change-stage |
90
91
  *MergeATSClient::ApplicationsApi* | [**applications_create**](docs/ApplicationsApi.md#applications_create) | **POST** /applications |
91
92
  *MergeATSClient::ApplicationsApi* | [**applications_list**](docs/ApplicationsApi.md#applications_list) | **GET** /applications |
93
+ *MergeATSClient::ApplicationsApi* | [**applications_meta_post_retrieve**](docs/ApplicationsApi.md#applications_meta_post_retrieve) | **GET** /applications/meta/post |
92
94
  *MergeATSClient::ApplicationsApi* | [**applications_retrieve**](docs/ApplicationsApi.md#applications_retrieve) | **GET** /applications/{id} |
93
95
  *MergeATSClient::AttachmentsApi* | [**attachments_create**](docs/AttachmentsApi.md#attachments_create) | **POST** /attachments |
94
96
  *MergeATSClient::AttachmentsApi* | [**attachments_list**](docs/AttachmentsApi.md#attachments_list) | **GET** /attachments |
97
+ *MergeATSClient::AttachmentsApi* | [**attachments_meta_post_retrieve**](docs/AttachmentsApi.md#attachments_meta_post_retrieve) | **GET** /attachments/meta/post |
95
98
  *MergeATSClient::AttachmentsApi* | [**attachments_retrieve**](docs/AttachmentsApi.md#attachments_retrieve) | **GET** /attachments/{id} |
96
99
  *MergeATSClient::AvailableActionsApi* | [**available_actions_retrieve**](docs/AvailableActionsApi.md#available_actions_retrieve) | **GET** /available-actions |
97
100
  *MergeATSClient::CandidatesApi* | [**candidates_create**](docs/CandidatesApi.md#candidates_create) | **POST** /candidates |
101
+ *MergeATSClient::CandidatesApi* | [**candidates_ignore_create**](docs/CandidatesApi.md#candidates_ignore_create) | **POST** /candidates/ignore/{model_id} |
98
102
  *MergeATSClient::CandidatesApi* | [**candidates_list**](docs/CandidatesApi.md#candidates_list) | **GET** /candidates |
103
+ *MergeATSClient::CandidatesApi* | [**candidates_meta_post_retrieve**](docs/CandidatesApi.md#candidates_meta_post_retrieve) | **GET** /candidates/meta/post |
99
104
  *MergeATSClient::CandidatesApi* | [**candidates_retrieve**](docs/CandidatesApi.md#candidates_retrieve) | **GET** /candidates/{id} |
100
105
  *MergeATSClient::DeleteAccountApi* | [**delete_account_create**](docs/DeleteAccountApi.md#delete_account_create) | **POST** /delete-account |
101
106
  *MergeATSClient::DepartmentsApi* | [**departments_list**](docs/DepartmentsApi.md#departments_list) | **GET** /departments |
102
107
  *MergeATSClient::DepartmentsApi* | [**departments_retrieve**](docs/DepartmentsApi.md#departments_retrieve) | **GET** /departments/{id} |
103
108
  *MergeATSClient::EeocsApi* | [**eeocs_list**](docs/EeocsApi.md#eeocs_list) | **GET** /eeocs |
104
109
  *MergeATSClient::EeocsApi* | [**eeocs_retrieve**](docs/EeocsApi.md#eeocs_retrieve) | **GET** /eeocs/{id} |
110
+ *MergeATSClient::ForceResyncApi* | [**sync_status_resync_create**](docs/ForceResyncApi.md#sync_status_resync_create) | **POST** /sync-status/resync |
105
111
  *MergeATSClient::GenerateKeyApi* | [**generate_key_create**](docs/GenerateKeyApi.md#generate_key_create) | **POST** /generate-key |
106
- *MergeATSClient::InterviewsApi* | [**interviews_create**](docs/InterviewsApi.md#interviews_create) | **POST** /interviews |
107
112
  *MergeATSClient::InterviewsApi* | [**interviews_list**](docs/InterviewsApi.md#interviews_list) | **GET** /interviews |
108
113
  *MergeATSClient::InterviewsApi* | [**interviews_retrieve**](docs/InterviewsApi.md#interviews_retrieve) | **GET** /interviews/{id} |
109
114
  *MergeATSClient::IssuesApi* | [**issues_list**](docs/IssuesApi.md#issues_list) | **GET** /issues |
@@ -122,15 +127,14 @@ Class | Method | HTTP request | Description
122
127
  *MergeATSClient::RegenerateKeyApi* | [**regenerate_key_create**](docs/RegenerateKeyApi.md#regenerate_key_create) | **POST** /regenerate-key |
123
128
  *MergeATSClient::RejectReasonsApi* | [**reject_reasons_list**](docs/RejectReasonsApi.md#reject_reasons_list) | **GET** /reject-reasons |
124
129
  *MergeATSClient::RejectReasonsApi* | [**reject_reasons_retrieve**](docs/RejectReasonsApi.md#reject_reasons_retrieve) | **GET** /reject-reasons/{id} |
125
- *MergeATSClient::ScorecardsApi* | [**scorecards_create**](docs/ScorecardsApi.md#scorecards_create) | **POST** /scorecards |
126
130
  *MergeATSClient::ScorecardsApi* | [**scorecards_list**](docs/ScorecardsApi.md#scorecards_list) | **GET** /scorecards |
127
131
  *MergeATSClient::ScorecardsApi* | [**scorecards_retrieve**](docs/ScorecardsApi.md#scorecards_retrieve) | **GET** /scorecards/{id} |
128
132
  *MergeATSClient::SyncStatusApi* | [**sync_status_list**](docs/SyncStatusApi.md#sync_status_list) | **GET** /sync-status |
129
- *MergeATSClient::SyncStatusApi* | [**sync_status_resync_create**](docs/SyncStatusApi.md#sync_status_resync_create) | **POST** /sync-status/resync |
130
133
  *MergeATSClient::TagsApi* | [**tags_list**](docs/TagsApi.md#tags_list) | **GET** /tags |
131
- *MergeATSClient::UsersApi* | [**users_create**](docs/UsersApi.md#users_create) | **POST** /users |
132
134
  *MergeATSClient::UsersApi* | [**users_list**](docs/UsersApi.md#users_list) | **GET** /users |
133
135
  *MergeATSClient::UsersApi* | [**users_retrieve**](docs/UsersApi.md#users_retrieve) | **GET** /users/{id} |
136
+ *MergeATSClient::WebhookReceiversApi* | [**webhook_receivers_create**](docs/WebhookReceiversApi.md#webhook_receivers_create) | **POST** /webhook-receivers |
137
+ *MergeATSClient::WebhookReceiversApi* | [**webhook_receivers_list**](docs/WebhookReceiversApi.md#webhook_receivers_list) | **GET** /webhook-receivers |
134
138
 
135
139
 
136
140
  ## Documentation for Models
@@ -145,33 +149,48 @@ Class | Method | HTTP request | Description
145
149
  - [MergeATSClient::Activity](docs/Activity.md)
146
150
  - [MergeATSClient::ActivityTypeEnum](docs/ActivityTypeEnum.md)
147
151
  - [MergeATSClient::Application](docs/Application.md)
152
+ - [MergeATSClient::ApplicationEndpointRequest](docs/ApplicationEndpointRequest.md)
148
153
  - [MergeATSClient::ApplicationRequest](docs/ApplicationRequest.md)
154
+ - [MergeATSClient::ApplicationResponse](docs/ApplicationResponse.md)
149
155
  - [MergeATSClient::Attachment](docs/Attachment.md)
156
+ - [MergeATSClient::AttachmentEndpointRequest](docs/AttachmentEndpointRequest.md)
150
157
  - [MergeATSClient::AttachmentRequest](docs/AttachmentRequest.md)
158
+ - [MergeATSClient::AttachmentResponse](docs/AttachmentResponse.md)
151
159
  - [MergeATSClient::AttachmentTypeEnum](docs/AttachmentTypeEnum.md)
152
160
  - [MergeATSClient::AvailableActions](docs/AvailableActions.md)
153
161
  - [MergeATSClient::Candidate](docs/Candidate.md)
162
+ - [MergeATSClient::CandidateEndpointRequest](docs/CandidateEndpointRequest.md)
154
163
  - [MergeATSClient::CandidateRequest](docs/CandidateRequest.md)
164
+ - [MergeATSClient::CandidateResponse](docs/CandidateResponse.md)
155
165
  - [MergeATSClient::CategoriesEnum](docs/CategoriesEnum.md)
156
166
  - [MergeATSClient::CategoryEnum](docs/CategoryEnum.md)
157
167
  - [MergeATSClient::DataPassthroughRequest](docs/DataPassthroughRequest.md)
168
+ - [MergeATSClient::DebugModeLog](docs/DebugModeLog.md)
169
+ - [MergeATSClient::DebugModelLogSummary](docs/DebugModelLogSummary.md)
158
170
  - [MergeATSClient::Department](docs/Department.md)
159
171
  - [MergeATSClient::DisabilityStatusEnum](docs/DisabilityStatusEnum.md)
160
172
  - [MergeATSClient::EEOC](docs/EEOC.md)
161
173
  - [MergeATSClient::EmailAddress](docs/EmailAddress.md)
162
174
  - [MergeATSClient::EmailAddressRequest](docs/EmailAddressRequest.md)
163
175
  - [MergeATSClient::EmailAddressTypeEnum](docs/EmailAddressTypeEnum.md)
176
+ - [MergeATSClient::EncodingEnum](docs/EncodingEnum.md)
164
177
  - [MergeATSClient::EndUserDetailsRequest](docs/EndUserDetailsRequest.md)
178
+ - [MergeATSClient::ErrorValidationProblem](docs/ErrorValidationProblem.md)
165
179
  - [MergeATSClient::GenderEnum](docs/GenderEnum.md)
166
180
  - [MergeATSClient::GenerateRemoteKeyRequest](docs/GenerateRemoteKeyRequest.md)
181
+ - [MergeATSClient::IgnoreCommonModel](docs/IgnoreCommonModel.md)
182
+ - [MergeATSClient::IgnoreCommonModelRequest](docs/IgnoreCommonModelRequest.md)
167
183
  - [MergeATSClient::Issue](docs/Issue.md)
168
184
  - [MergeATSClient::IssueStatusEnum](docs/IssueStatusEnum.md)
169
185
  - [MergeATSClient::Job](docs/Job.md)
170
186
  - [MergeATSClient::JobInterviewStage](docs/JobInterviewStage.md)
171
187
  - [MergeATSClient::JobStatusEnum](docs/JobStatusEnum.md)
172
188
  - [MergeATSClient::LinkToken](docs/LinkToken.md)
189
+ - [MergeATSClient::LinkedAccountStatus](docs/LinkedAccountStatus.md)
190
+ - [MergeATSClient::MetaResponse](docs/MetaResponse.md)
173
191
  - [MergeATSClient::MethodEnum](docs/MethodEnum.md)
174
192
  - [MergeATSClient::ModelOperation](docs/ModelOperation.md)
193
+ - [MergeATSClient::MultipartFormFieldRequest](docs/MultipartFormFieldRequest.md)
175
194
  - [MergeATSClient::Offer](docs/Offer.md)
176
195
  - [MergeATSClient::OfferStatusEnum](docs/OfferStatusEnum.md)
177
196
  - [MergeATSClient::Office](docs/Office.md)
@@ -198,28 +217,31 @@ Class | Method | HTTP request | Description
198
217
  - [MergeATSClient::PhoneNumberRequest](docs/PhoneNumberRequest.md)
199
218
  - [MergeATSClient::PhoneNumberTypeEnum](docs/PhoneNumberTypeEnum.md)
200
219
  - [MergeATSClient::RaceEnum](docs/RaceEnum.md)
220
+ - [MergeATSClient::ReasonEnum](docs/ReasonEnum.md)
201
221
  - [MergeATSClient::RejectReason](docs/RejectReason.md)
202
222
  - [MergeATSClient::RemoteData](docs/RemoteData.md)
203
- - [MergeATSClient::RemoteDataRequest](docs/RemoteDataRequest.md)
204
223
  - [MergeATSClient::RemoteKey](docs/RemoteKey.md)
205
224
  - [MergeATSClient::RemoteKeyForRegenerationRequest](docs/RemoteKeyForRegenerationRequest.md)
206
225
  - [MergeATSClient::RemoteResponse](docs/RemoteResponse.md)
207
226
  - [MergeATSClient::RemoteUser](docs/RemoteUser.md)
208
- - [MergeATSClient::RemoteUserRequest](docs/RemoteUserRequest.md)
209
227
  - [MergeATSClient::RequestFormatEnum](docs/RequestFormatEnum.md)
228
+ - [MergeATSClient::ResponseTypeEnum](docs/ResponseTypeEnum.md)
210
229
  - [MergeATSClient::ScheduledInterview](docs/ScheduledInterview.md)
211
- - [MergeATSClient::ScheduledInterviewRequest](docs/ScheduledInterviewRequest.md)
212
230
  - [MergeATSClient::ScheduledInterviewStatusEnum](docs/ScheduledInterviewStatusEnum.md)
213
231
  - [MergeATSClient::Scorecard](docs/Scorecard.md)
214
- - [MergeATSClient::ScorecardRequest](docs/ScorecardRequest.md)
215
232
  - [MergeATSClient::SyncStatus](docs/SyncStatus.md)
216
233
  - [MergeATSClient::SyncStatusStatusEnum](docs/SyncStatusStatusEnum.md)
217
234
  - [MergeATSClient::Tag](docs/Tag.md)
235
+ - [MergeATSClient::UpdateApplicationStageRequest](docs/UpdateApplicationStageRequest.md)
218
236
  - [MergeATSClient::Url](docs/Url.md)
219
237
  - [MergeATSClient::UrlRequest](docs/UrlRequest.md)
220
238
  - [MergeATSClient::UrlTypeEnum](docs/UrlTypeEnum.md)
239
+ - [MergeATSClient::ValidationProblemSource](docs/ValidationProblemSource.md)
221
240
  - [MergeATSClient::VeteranStatusEnum](docs/VeteranStatusEnum.md)
222
241
  - [MergeATSClient::VisibilityEnum](docs/VisibilityEnum.md)
242
+ - [MergeATSClient::WarningValidationProblem](docs/WarningValidationProblem.md)
243
+ - [MergeATSClient::WebhookReceiver](docs/WebhookReceiver.md)
244
+ - [MergeATSClient::WebhookReceiverRequest](docs/WebhookReceiverRequest.md)
223
245
 
224
246
 
225
247
  ## Documentation for Authorization
@@ -6,11 +6,14 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **id** | **String** | | [optional][readonly] |
8
8
  | **integration** | **String** | | [optional][readonly] |
9
+ | **integration_slug** | **String** | | [optional][readonly] |
9
10
  | **category** | [**CategoryEnum**](CategoryEnum.md) | | [optional] |
10
11
  | **end_user_origin_id** | **String** | | [optional][readonly] |
11
12
  | **end_user_organization_name** | **String** | | [optional][readonly] |
12
13
  | **end_user_email_address** | **String** | | [optional][readonly] |
13
14
  | **status** | **String** | | [optional][readonly] |
15
+ | **webhook_listener_url** | **String** | | [optional][readonly] |
16
+ | **is_duplicate** | **Boolean** | Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored duplicate Production Linked Account sets. | [optional][readonly] |
14
17
 
15
18
  ## Example
16
19
 
@@ -18,13 +21,16 @@
18
21
  require 'merge_ats_client'
19
22
 
20
23
  instance = MergeATSClient::AccountDetails.new(
21
- id: null,
22
- integration: null,
23
- category: null,
24
- end_user_origin_id: null,
25
- end_user_organization_name: null,
26
- end_user_email_address: null,
27
- status: null
24
+ id: 0496d4c2-42e6-4072-80b3-7b69bfdc76fd,
25
+ integration: BambooHR,
26
+ integration_slug: bamboohr,
27
+ category: hris,
28
+ end_user_origin_id: 3fa85f64-5717-4562-b3fc-2c963f66afa6,
29
+ end_user_organization_name: Waystar Royco,
30
+ end_user_email_address: kendall.roy@waystar-royco.com,
31
+ status: COMPLETE,
32
+ webhook_listener_url: https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4,
33
+ is_duplicate: true
28
34
  )
29
35
  ```
30
36
 
@@ -7,9 +7,12 @@
7
7
  | **id** | **String** | | |
8
8
  | **category** | [**CategoryEnum**](CategoryEnum.md) | | [optional] |
9
9
  | **status** | [**AccountDetailsAndActionsStatusEnum**](AccountDetailsAndActionsStatusEnum.md) | | |
10
+ | **status_detail** | **String** | | [optional] |
10
11
  | **end_user_origin_id** | **String** | | [optional] |
11
12
  | **end_user_organization_name** | **String** | | |
12
13
  | **end_user_email_address** | **String** | | |
14
+ | **webhook_listener_url** | **String** | | |
15
+ | **is_duplicate** | **Boolean** | Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored duplicate Production Linked Account sets. | [optional] |
13
16
  | **integration** | [**AccountDetailsAndActionsIntegration**](AccountDetailsAndActionsIntegration.md) | | [optional] |
14
17
 
15
18
  ## Example
@@ -21,9 +24,12 @@ instance = MergeATSClient::AccountDetailsAndActions.new(
21
24
  id: e59b1821-f85c-4e28-a6b3-1804156f3563,
22
25
  category: hris,
23
26
  status: COMPLETE,
27
+ status_detail: null,
24
28
  end_user_origin_id: 3ac95cde-6c7f-4eef-afec-be710b42308d,
25
29
  end_user_organization_name: Foo Bar, LLC,
26
30
  end_user_email_address: hradmin@foobar.dev,
31
+ webhook_listener_url: https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4,
32
+ is_duplicate: true,
27
33
  integration: null
28
34
  )
29
35
  ```
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | | |
8
- | **categories** | [**CategoriesEnum**](CategoriesEnum.md) | | |
8
+ | **categories** | [**Array<CategoriesEnum>**](CategoriesEnum.md) | | |
9
9
  | **image** | **String** | | [optional] |
10
10
  | **square_image** | **String** | | [optional] |
11
11
  | **color** | **String** | | |
@@ -9,7 +9,7 @@ All URIs are relative to *https://api.merge.dev/api/ats/v1*
9
9
 
10
10
  ## account_details_retrieve
11
11
 
12
- > <AccountDetails> account_details_retrieve
12
+ > <AccountDetails> account_details_retrieve(x_account_token)
13
13
 
14
14
 
15
15
 
@@ -23,16 +23,17 @@ require 'merge_ats_client'
23
23
  # setup authorization
24
24
  MergeATSClient.configure do |config|
25
25
  # Configure API key authorization: tokenAuth
26
- config.api_key['Authorization'] = 'YOUR API KEY'
26
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
27
27
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
28
- config.api_key_prefix['Authorization'] = 'Bearer'
28
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
29
29
  end
30
30
 
31
31
  api_instance = MergeATSClient::AccountDetailsApi.new
32
+ x_account_token = 'x_account_token_example' # String | Token identifying the end user.
32
33
 
33
34
  begin
34
35
 
35
- result = api_instance.account_details_retrieve
36
+ result = api_instance.account_details_retrieve(x_account_token)
36
37
  p result
37
38
  rescue MergeATSClient::ApiError => e
38
39
  puts "Error when calling AccountDetailsApi->account_details_retrieve: #{e}"
@@ -43,12 +44,12 @@ end
43
44
 
44
45
  This returns an Array which contains the response data, status code and headers.
45
46
 
46
- > <Array(<AccountDetails>, Integer, Hash)> account_details_retrieve_with_http_info
47
+ > <Array(<AccountDetails>, Integer, Hash)> account_details_retrieve_with_http_info(x_account_token)
47
48
 
48
49
  ```ruby
49
50
  begin
50
51
 
51
- data, status_code, headers = api_instance.account_details_retrieve_with_http_info
52
+ data, status_code, headers = api_instance.account_details_retrieve_with_http_info(x_account_token)
52
53
  p status_code # => 2xx
53
54
  p headers # => { ... }
54
55
  p data # => <AccountDetails>
@@ -59,7 +60,9 @@ end
59
60
 
60
61
  ### Parameters
61
62
 
62
- This endpoint does not need any parameter.
63
+ | Name | Type | Description | Notes |
64
+ | ---- | ---- | ----------- | ----- |
65
+ | **x_account_token** | **String** | Token identifying the end user. | |
63
66
 
64
67
  ### Return type
65
68
 
@@ -5,10 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | Company name. | |
8
- | **categories** | **Array&lt;String&gt;** | Category or categories this integration belongs to. | [optional] |
9
- | **image** | **String** | Company logo in rectangular shape. | [optional] |
10
- | **square_image** | **String** | Company logo in square shape. | [optional] |
11
- | **color** | **String** | The color of this integration used for buttons and text throughout the app and landing pages. | [optional] |
8
+ | **categories** | [**Array&lt;CategoriesEnum&gt;**](CategoriesEnum.md) | Category or categories this integration belongs to. Multiple categories should be comma separated.&lt;br/&gt;&lt;br&gt;Example: For [ats, hris], enter &lt;i&gt;ats,hris&lt;/i&gt; | [optional] |
9
+ | **image** | **String** | Company logo in rectangular shape. &lt;b&gt;Upload an image with a clear background.&lt;/b&gt; | [optional] |
10
+ | **square_image** | **String** | Company logo in square shape. &lt;b&gt;Upload an image with a white background.&lt;/b&gt; | [optional] |
11
+ | **color** | **String** | The color of this integration used for buttons and text throughout the app and landing pages. &lt;b&gt;Choose a darker, saturated color.&lt;/b&gt; | [optional] |
12
12
  | **slug** | **String** | | [optional][readonly] |
13
13
 
14
14
  ## Example
@@ -23,9 +23,9 @@ require 'merge_ats_client'
23
23
  # setup authorization
24
24
  MergeATSClient.configure do |config|
25
25
  # Configure API key authorization: tokenAuth
26
- config.api_key['Authorization'] = 'YOUR API KEY'
26
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
27
27
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
28
- # config.api_key_prefix['Authorization'] = 'Bearer'
28
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
29
29
  end
30
30
 
31
31
  api_instance = MergeATSClient::AccountTokenApi.new
@@ -24,9 +24,9 @@ require 'merge_ats_client'
24
24
  # setup authorization
25
25
  MergeATSClient.configure do |config|
26
26
  # Configure API key authorization: tokenAuth
27
- config.api_key['Authorization'] = 'YOUR API KEY'
27
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
28
28
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
29
- # config.api_key_prefix['Authorization'] = 'Bearer'
29
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
30
30
  end
31
31
 
32
32
  api_instance = MergeATSClient::ActivitiesApi.new
@@ -36,10 +36,12 @@ opts = {
36
36
  created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
37
37
  cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
38
38
  expand: 'user', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
39
+ include_deleted_data: true, # Boolean | Whether to include data that was marked as deleted by third party webhooks.
39
40
  include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
40
41
  modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
41
42
  modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
42
43
  page_size: 56, # Integer | Number of results to return per page.
44
+ remote_fields: 'activity_type', # String | Which fields should be returned in non-normalized form.
43
45
  remote_id: 'remote_id_example', # String | The API provider's ID for the given object.
44
46
  user_id: 'user_id_example' # String | If provided, will only return activities done by this user.
45
47
  }
@@ -80,10 +82,12 @@ end
80
82
  | **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
81
83
  | **cursor** | **String** | The pagination cursor value. | [optional] |
82
84
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
85
+ | **include_deleted_data** | **Boolean** | Whether to include data that was marked as deleted by third party webhooks. | [optional] |
83
86
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
84
87
  | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
85
88
  | **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
86
89
  | **page_size** | **Integer** | Number of results to return per page. | [optional] |
90
+ | **remote_fields** | **String** | Which fields should be returned in non-normalized form. | [optional] |
87
91
  | **remote_id** | **String** | The API provider&#39;s ID for the given object. | [optional] |
88
92
  | **user_id** | **String** | If provided, will only return activities done by this user. | [optional] |
89
93
 
@@ -117,9 +121,9 @@ require 'merge_ats_client'
117
121
  # setup authorization
118
122
  MergeATSClient.configure do |config|
119
123
  # Configure API key authorization: tokenAuth
120
- config.api_key['Authorization'] = 'YOUR API KEY'
124
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
121
125
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
122
- # config.api_key_prefix['Authorization'] = 'Bearer'
126
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
123
127
  end
124
128
 
125
129
  api_instance = MergeATSClient::ActivitiesApi.new
@@ -127,7 +131,8 @@ x_account_token = 'x_account_token_example' # String | Token identifying the end
127
131
  id = TODO # String |
128
132
  opts = {
129
133
  expand: 'user', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
130
- include_remote_data: true # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
134
+ include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
135
+ remote_fields: 'activity_type' # String | Which fields should be returned in non-normalized form.
131
136
  }
132
137
 
133
138
  begin
@@ -165,6 +170,7 @@ end
165
170
  | **id** | [**String**](.md) | | |
166
171
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
167
172
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
173
+ | **remote_fields** | **String** | Which fields should be returned in non-normalized form. | [optional] |
168
174
 
169
175
  ### Return type
170
176
 
data/docs/Activity.md CHANGED
@@ -6,13 +6,14 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **id** | **String** | | [optional][readonly] |
8
8
  | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
- | **user** | **String** | The user the performed the action. | [optional] |
9
+ | **user** | **String** | | [optional] |
10
10
  | **remote_created_at** | **Time** | When the third party&#39;s activity was created. | [optional] |
11
11
  | **activity_type** | [**ActivityTypeEnum**](ActivityTypeEnum.md) | The activity&#39;s type. | [optional] |
12
12
  | **subject** | **String** | The activity&#39;s subject. | [optional] |
13
13
  | **body** | **String** | The activity&#39;s body. | [optional] |
14
14
  | **visibility** | [**VisibilityEnum**](VisibilityEnum.md) | The activity&#39;s visibility. | [optional] |
15
15
  | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
16
+ | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional][readonly] |
16
17
 
17
18
  ## Example
18
19
 
@@ -28,7 +29,8 @@ instance = MergeATSClient::Activity.new(
28
29
  subject: Gil Feig&#39;s interview,
29
30
  body: Candidate loves integrations!!.,
30
31
  visibility: PRIVATE,
31
- remote_data: [{&quot;path&quot;:&quot;/actions&quot;,&quot;data&quot;:[&quot;Varies by platform&quot;]}]
32
+ remote_data: [{&quot;path&quot;:&quot;/actions&quot;,&quot;data&quot;:[&quot;Varies by platform&quot;]}],
33
+ remote_was_deleted: null
32
34
  )
33
35
  ```
34
36
 
data/docs/Application.md CHANGED
@@ -6,16 +6,17 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **id** | **String** | | [optional][readonly] |
8
8
  | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
- | **candidate** | **String** | The candidate applying. | [optional] |
10
- | **job** | **String** | The job being applied for. | [optional] |
9
+ | **candidate** | **String** | | [optional] |
10
+ | **job** | **String** | | [optional] |
11
11
  | **applied_at** | **Time** | When the application was submitted. | [optional] |
12
12
  | **rejected_at** | **Time** | When the application was rejected. | [optional] |
13
13
  | **source** | **String** | The application&#39;s source. | [optional] |
14
- | **credited_to** | **String** | The user credited for this application. | [optional] |
15
- | **current_stage** | **String** | The application&#39;s current stage. | [optional] |
16
- | **reject_reason** | **String** | The application&#39;s reason for rejection. | [optional] |
14
+ | **credited_to** | **String** | | [optional] |
15
+ | **current_stage** | **String** | | [optional] |
16
+ | **reject_reason** | **String** | | [optional] |
17
17
  | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
18
18
  | **custom_fields** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | Custom fields configured for a given model. | [optional] |
19
+ | **remote_was_deleted** | **Boolean** | | [optional][readonly] |
19
20
 
20
21
  ## Example
21
22
 
@@ -34,7 +35,8 @@ instance = MergeATSClient::Application.new(
34
35
  current_stage: d578dfdc-7b0a-4ab6-a2b0-4b40f20eb9ea,
35
36
  reject_reason: 59b25f2b-da02-40f5-9656-9fa0db555784,
36
37
  remote_data: [{&quot;path&quot;:&quot;/candidacies&quot;,&quot;data&quot;:[&quot;Varies by platform&quot;]}],
37
- custom_fields: null
38
+ custom_fields: null,
39
+ remote_was_deleted: null
38
40
  )
39
41
  ```
40
42
 
@@ -0,0 +1,20 @@
1
+ # MergeATSClient::ApplicationEndpointRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **model** | [**ApplicationRequest**](ApplicationRequest.md) | | |
8
+ | **remote_user_id** | **String** | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'merge_ats_client'
14
+
15
+ instance = MergeATSClient::ApplicationEndpointRequest.new(
16
+ model: null,
17
+ remote_user_id: null
18
+ )
19
+ ```
20
+
@@ -5,15 +5,18 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
8
- | **candidate** | **String** | The candidate applying. | [optional] |
9
- | **job** | **String** | The job being applied for. | [optional] |
8
+ | **candidate** | **String** | | [optional] |
9
+ | **job** | **String** | | [optional] |
10
10
  | **applied_at** | **Time** | When the application was submitted. | [optional] |
11
11
  | **rejected_at** | **Time** | When the application was rejected. | [optional] |
12
12
  | **source** | **String** | The application&#39;s source. | [optional] |
13
- | **credited_to** | **String** | The user credited for this application. | [optional] |
14
- | **current_stage** | **String** | The application&#39;s current stage. | [optional] |
15
- | **reject_reason** | **String** | The application&#39;s reason for rejection. | [optional] |
13
+ | **credited_to** | **String** | | [optional] |
14
+ | **current_stage** | **String** | | [optional] |
15
+ | **reject_reason** | **String** | | [optional] |
16
16
  | **custom_fields** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | Custom fields configured for a given model. | [optional] |
17
+ | **remote_template_id** | **String** | | [optional] |
18
+ | **integration_params** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional] |
19
+ | **linked_account_params** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional] |
17
20
 
18
21
  ## Example
19
22
 
@@ -30,7 +33,10 @@ instance = MergeATSClient::ApplicationRequest.new(
30
33
  credited_to: 58166795-8d68-4b30-9bfb-bfd402479484,
31
34
  current_stage: d578dfdc-7b0a-4ab6-a2b0-4b40f20eb9ea,
32
35
  reject_reason: 59b25f2b-da02-40f5-9656-9fa0db555784,
33
- custom_fields: null
36
+ custom_fields: null,
37
+ remote_template_id: 92830948203,
38
+ integration_params: {&quot;unique_integration_field&quot;:&quot;unique_integration_field_value&quot;},
39
+ linked_account_params: {&quot;unique_linked_account_field&quot;:&quot;unique_linked_account_field_value&quot;}
34
40
  )
35
41
  ```
36
42
 
@@ -0,0 +1,24 @@
1
+ # MergeATSClient::ApplicationResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **model** | [**Application**](Application.md) | | |
8
+ | **warnings** | [**Array&lt;WarningValidationProblem&gt;**](WarningValidationProblem.md) | | |
9
+ | **errors** | [**Array&lt;ErrorValidationProblem&gt;**](ErrorValidationProblem.md) | | |
10
+ | **logs** | [**Array&lt;DebugModeLog&gt;**](DebugModeLog.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'merge_ats_client'
16
+
17
+ instance = MergeATSClient::ApplicationResponse.new(
18
+ model: null,
19
+ warnings: null,
20
+ errors: null,
21
+ logs: null
22
+ )
23
+ ```
24
+