merge_ats_client 1.0.4 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da626f6292fa91e3d6dc752a6b0bf2b36805993e0f09486a2f32495fafe7dc2c
4
- data.tar.gz: 74eddd3a21dcea5ba502edfff09bb1a55db06ec980008dc81356f9abc965de41
3
+ metadata.gz: 1b232d252d83fdf6f953007833e80bec6b17bd7388b9106584997aa2e3b7fdd7
4
+ data.tar.gz: a83e0bacb911e21b2bd9afaa15c5e99212157b462547d974f2e49555f7a1d456
5
5
  SHA512:
6
- metadata.gz: fe0930be889ea56cbfbac953f234f24d61e918cfd4be5e9f2f27776c9233476e1602731f965546be2ce980eacd25c127ea99444d78650718c841d9d5e65cfcad
7
- data.tar.gz: aea0990d5a1b622630bd65105dce4738b45275ca94166050d6d7f1ef5c4139f80951ff03d6c08891efc415a6104f016ec707ad7e93a5f7b1a22575c419318a6d
6
+ metadata.gz: a983d7062d17834c41a5ad6bb01f3f72c5806a640456f054c2c1baaa12550c7b2d0379a643a1b55007754097607c6df7f5e5dee2f74cdedea3a3f2b67021224c
7
+ data.tar.gz: 020b4a57e3b76c67b45cbefc2308c9999a402707f7938148bec62670bf374ce855194df7bab4ed477ccd9f487b33d1b3180e6912e8aa71d34b8687ea620cd65f
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.0
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.0.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.0.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.0'
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
  ```
@@ -89,21 +89,25 @@ Class | Method | HTTP request | Description
89
89
  *MergeATSClient::ActivitiesApi* | [**activities_retrieve**](docs/ActivitiesApi.md#activities_retrieve) | **GET** /activities/{id} |
90
90
  *MergeATSClient::ApplicationsApi* | [**applications_create**](docs/ApplicationsApi.md#applications_create) | **POST** /applications |
91
91
  *MergeATSClient::ApplicationsApi* | [**applications_list**](docs/ApplicationsApi.md#applications_list) | **GET** /applications |
92
+ *MergeATSClient::ApplicationsApi* | [**applications_meta_post_retrieve**](docs/ApplicationsApi.md#applications_meta_post_retrieve) | **GET** /applications/meta/post |
92
93
  *MergeATSClient::ApplicationsApi* | [**applications_retrieve**](docs/ApplicationsApi.md#applications_retrieve) | **GET** /applications/{id} |
93
94
  *MergeATSClient::AttachmentsApi* | [**attachments_create**](docs/AttachmentsApi.md#attachments_create) | **POST** /attachments |
94
95
  *MergeATSClient::AttachmentsApi* | [**attachments_list**](docs/AttachmentsApi.md#attachments_list) | **GET** /attachments |
96
+ *MergeATSClient::AttachmentsApi* | [**attachments_meta_post_retrieve**](docs/AttachmentsApi.md#attachments_meta_post_retrieve) | **GET** /attachments/meta/post |
95
97
  *MergeATSClient::AttachmentsApi* | [**attachments_retrieve**](docs/AttachmentsApi.md#attachments_retrieve) | **GET** /attachments/{id} |
96
98
  *MergeATSClient::AvailableActionsApi* | [**available_actions_retrieve**](docs/AvailableActionsApi.md#available_actions_retrieve) | **GET** /available-actions |
97
99
  *MergeATSClient::CandidatesApi* | [**candidates_create**](docs/CandidatesApi.md#candidates_create) | **POST** /candidates |
100
+ *MergeATSClient::CandidatesApi* | [**candidates_ignore_create**](docs/CandidatesApi.md#candidates_ignore_create) | **POST** /candidates/ignore/{model_id} |
98
101
  *MergeATSClient::CandidatesApi* | [**candidates_list**](docs/CandidatesApi.md#candidates_list) | **GET** /candidates |
102
+ *MergeATSClient::CandidatesApi* | [**candidates_meta_post_retrieve**](docs/CandidatesApi.md#candidates_meta_post_retrieve) | **GET** /candidates/meta/post |
99
103
  *MergeATSClient::CandidatesApi* | [**candidates_retrieve**](docs/CandidatesApi.md#candidates_retrieve) | **GET** /candidates/{id} |
100
104
  *MergeATSClient::DeleteAccountApi* | [**delete_account_create**](docs/DeleteAccountApi.md#delete_account_create) | **POST** /delete-account |
101
105
  *MergeATSClient::DepartmentsApi* | [**departments_list**](docs/DepartmentsApi.md#departments_list) | **GET** /departments |
102
106
  *MergeATSClient::DepartmentsApi* | [**departments_retrieve**](docs/DepartmentsApi.md#departments_retrieve) | **GET** /departments/{id} |
103
107
  *MergeATSClient::EeocsApi* | [**eeocs_list**](docs/EeocsApi.md#eeocs_list) | **GET** /eeocs |
104
108
  *MergeATSClient::EeocsApi* | [**eeocs_retrieve**](docs/EeocsApi.md#eeocs_retrieve) | **GET** /eeocs/{id} |
109
+ *MergeATSClient::ForceResyncApi* | [**sync_status_resync_create**](docs/ForceResyncApi.md#sync_status_resync_create) | **POST** /sync-status/resync |
105
110
  *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
111
  *MergeATSClient::InterviewsApi* | [**interviews_list**](docs/InterviewsApi.md#interviews_list) | **GET** /interviews |
108
112
  *MergeATSClient::InterviewsApi* | [**interviews_retrieve**](docs/InterviewsApi.md#interviews_retrieve) | **GET** /interviews/{id} |
109
113
  *MergeATSClient::IssuesApi* | [**issues_list**](docs/IssuesApi.md#issues_list) | **GET** /issues |
@@ -122,15 +126,14 @@ Class | Method | HTTP request | Description
122
126
  *MergeATSClient::RegenerateKeyApi* | [**regenerate_key_create**](docs/RegenerateKeyApi.md#regenerate_key_create) | **POST** /regenerate-key |
123
127
  *MergeATSClient::RejectReasonsApi* | [**reject_reasons_list**](docs/RejectReasonsApi.md#reject_reasons_list) | **GET** /reject-reasons |
124
128
  *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
129
  *MergeATSClient::ScorecardsApi* | [**scorecards_list**](docs/ScorecardsApi.md#scorecards_list) | **GET** /scorecards |
127
130
  *MergeATSClient::ScorecardsApi* | [**scorecards_retrieve**](docs/ScorecardsApi.md#scorecards_retrieve) | **GET** /scorecards/{id} |
128
131
  *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
132
  *MergeATSClient::TagsApi* | [**tags_list**](docs/TagsApi.md#tags_list) | **GET** /tags |
131
- *MergeATSClient::UsersApi* | [**users_create**](docs/UsersApi.md#users_create) | **POST** /users |
132
133
  *MergeATSClient::UsersApi* | [**users_list**](docs/UsersApi.md#users_list) | **GET** /users |
133
134
  *MergeATSClient::UsersApi* | [**users_retrieve**](docs/UsersApi.md#users_retrieve) | **GET** /users/{id} |
135
+ *MergeATSClient::WebhookReceiversApi* | [**webhook_receivers_create**](docs/WebhookReceiversApi.md#webhook_receivers_create) | **POST** /webhook-receivers |
136
+ *MergeATSClient::WebhookReceiversApi* | [**webhook_receivers_list**](docs/WebhookReceiversApi.md#webhook_receivers_list) | **GET** /webhook-receivers |
134
137
 
135
138
 
136
139
  ## Documentation for Models
@@ -145,33 +148,48 @@ Class | Method | HTTP request | Description
145
148
  - [MergeATSClient::Activity](docs/Activity.md)
146
149
  - [MergeATSClient::ActivityTypeEnum](docs/ActivityTypeEnum.md)
147
150
  - [MergeATSClient::Application](docs/Application.md)
151
+ - [MergeATSClient::ApplicationEndpointRequest](docs/ApplicationEndpointRequest.md)
148
152
  - [MergeATSClient::ApplicationRequest](docs/ApplicationRequest.md)
153
+ - [MergeATSClient::ApplicationResponse](docs/ApplicationResponse.md)
149
154
  - [MergeATSClient::Attachment](docs/Attachment.md)
155
+ - [MergeATSClient::AttachmentEndpointRequest](docs/AttachmentEndpointRequest.md)
150
156
  - [MergeATSClient::AttachmentRequest](docs/AttachmentRequest.md)
157
+ - [MergeATSClient::AttachmentResponse](docs/AttachmentResponse.md)
151
158
  - [MergeATSClient::AttachmentTypeEnum](docs/AttachmentTypeEnum.md)
152
159
  - [MergeATSClient::AvailableActions](docs/AvailableActions.md)
153
160
  - [MergeATSClient::Candidate](docs/Candidate.md)
161
+ - [MergeATSClient::CandidateEndpointRequest](docs/CandidateEndpointRequest.md)
154
162
  - [MergeATSClient::CandidateRequest](docs/CandidateRequest.md)
163
+ - [MergeATSClient::CandidateResponse](docs/CandidateResponse.md)
155
164
  - [MergeATSClient::CategoriesEnum](docs/CategoriesEnum.md)
156
165
  - [MergeATSClient::CategoryEnum](docs/CategoryEnum.md)
157
166
  - [MergeATSClient::DataPassthroughRequest](docs/DataPassthroughRequest.md)
167
+ - [MergeATSClient::DebugModeLog](docs/DebugModeLog.md)
168
+ - [MergeATSClient::DebugModelLogSummary](docs/DebugModelLogSummary.md)
158
169
  - [MergeATSClient::Department](docs/Department.md)
159
170
  - [MergeATSClient::DisabilityStatusEnum](docs/DisabilityStatusEnum.md)
160
171
  - [MergeATSClient::EEOC](docs/EEOC.md)
161
172
  - [MergeATSClient::EmailAddress](docs/EmailAddress.md)
162
173
  - [MergeATSClient::EmailAddressRequest](docs/EmailAddressRequest.md)
163
174
  - [MergeATSClient::EmailAddressTypeEnum](docs/EmailAddressTypeEnum.md)
175
+ - [MergeATSClient::EncodingEnum](docs/EncodingEnum.md)
164
176
  - [MergeATSClient::EndUserDetailsRequest](docs/EndUserDetailsRequest.md)
177
+ - [MergeATSClient::ErrorValidationProblem](docs/ErrorValidationProblem.md)
165
178
  - [MergeATSClient::GenderEnum](docs/GenderEnum.md)
166
179
  - [MergeATSClient::GenerateRemoteKeyRequest](docs/GenerateRemoteKeyRequest.md)
180
+ - [MergeATSClient::IgnoreCommonModel](docs/IgnoreCommonModel.md)
181
+ - [MergeATSClient::IgnoreCommonModelRequest](docs/IgnoreCommonModelRequest.md)
167
182
  - [MergeATSClient::Issue](docs/Issue.md)
168
183
  - [MergeATSClient::IssueStatusEnum](docs/IssueStatusEnum.md)
169
184
  - [MergeATSClient::Job](docs/Job.md)
170
185
  - [MergeATSClient::JobInterviewStage](docs/JobInterviewStage.md)
171
186
  - [MergeATSClient::JobStatusEnum](docs/JobStatusEnum.md)
172
187
  - [MergeATSClient::LinkToken](docs/LinkToken.md)
188
+ - [MergeATSClient::LinkedAccountStatus](docs/LinkedAccountStatus.md)
189
+ - [MergeATSClient::MetaResponse](docs/MetaResponse.md)
173
190
  - [MergeATSClient::MethodEnum](docs/MethodEnum.md)
174
191
  - [MergeATSClient::ModelOperation](docs/ModelOperation.md)
192
+ - [MergeATSClient::MultipartFormFieldRequest](docs/MultipartFormFieldRequest.md)
175
193
  - [MergeATSClient::Offer](docs/Offer.md)
176
194
  - [MergeATSClient::OfferStatusEnum](docs/OfferStatusEnum.md)
177
195
  - [MergeATSClient::Office](docs/Office.md)
@@ -198,6 +216,7 @@ Class | Method | HTTP request | Description
198
216
  - [MergeATSClient::PhoneNumberRequest](docs/PhoneNumberRequest.md)
199
217
  - [MergeATSClient::PhoneNumberTypeEnum](docs/PhoneNumberTypeEnum.md)
200
218
  - [MergeATSClient::RaceEnum](docs/RaceEnum.md)
219
+ - [MergeATSClient::ReasonEnum](docs/ReasonEnum.md)
201
220
  - [MergeATSClient::RejectReason](docs/RejectReason.md)
202
221
  - [MergeATSClient::RemoteData](docs/RemoteData.md)
203
222
  - [MergeATSClient::RemoteDataRequest](docs/RemoteDataRequest.md)
@@ -205,21 +224,22 @@ Class | Method | HTTP request | Description
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)
210
228
  - [MergeATSClient::ScheduledInterview](docs/ScheduledInterview.md)
211
- - [MergeATSClient::ScheduledInterviewRequest](docs/ScheduledInterviewRequest.md)
212
229
  - [MergeATSClient::ScheduledInterviewStatusEnum](docs/ScheduledInterviewStatusEnum.md)
213
230
  - [MergeATSClient::Scorecard](docs/Scorecard.md)
214
- - [MergeATSClient::ScorecardRequest](docs/ScorecardRequest.md)
215
231
  - [MergeATSClient::SyncStatus](docs/SyncStatus.md)
216
232
  - [MergeATSClient::SyncStatusStatusEnum](docs/SyncStatusStatusEnum.md)
217
233
  - [MergeATSClient::Tag](docs/Tag.md)
218
234
  - [MergeATSClient::Url](docs/Url.md)
219
235
  - [MergeATSClient::UrlRequest](docs/UrlRequest.md)
220
236
  - [MergeATSClient::UrlTypeEnum](docs/UrlTypeEnum.md)
237
+ - [MergeATSClient::ValidationProblemSource](docs/ValidationProblemSource.md)
221
238
  - [MergeATSClient::VeteranStatusEnum](docs/VeteranStatusEnum.md)
222
239
  - [MergeATSClient::VisibilityEnum](docs/VisibilityEnum.md)
240
+ - [MergeATSClient::WarningValidationProblem](docs/WarningValidationProblem.md)
241
+ - [MergeATSClient::WebhookReceiver](docs/WebhookReceiver.md)
242
+ - [MergeATSClient::WebhookReceiverRequest](docs/WebhookReceiverRequest.md)
223
243
 
224
244
 
225
245
  ## Documentation for Authorization
@@ -6,11 +6,13 @@
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] |
14
16
 
15
17
  ## Example
16
18
 
@@ -18,13 +20,15 @@
18
20
  require 'merge_ats_client'
19
21
 
20
22
  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
23
+ id: 0496d4c2-42e6-4072-80b3-7b69bfdc76fd,
24
+ integration: BambooHR,
25
+ integration_slug: bamboohr,
26
+ category: hris,
27
+ end_user_origin_id: 3fa85f64-5717-4562-b3fc-2c963f66afa6,
28
+ end_user_organization_name: Waystar Royco,
29
+ end_user_email_address: kendall.roy@waystar-royco.com,
30
+ status: COMPLETE,
31
+ webhook_listener_url: https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4
28
32
  )
29
33
  ```
30
34
 
@@ -7,9 +7,11 @@
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** | | |
13
15
  | **integration** | [**AccountDetailsAndActionsIntegration**](AccountDetailsAndActionsIntegration.md) | | [optional] |
14
16
 
15
17
  ## Example
@@ -21,9 +23,11 @@ instance = MergeATSClient::AccountDetailsAndActions.new(
21
23
  id: e59b1821-f85c-4e28-a6b3-1804156f3563,
22
24
  category: hris,
23
25
  status: COMPLETE,
26
+ status_detail: null,
24
27
  end_user_origin_id: 3ac95cde-6c7f-4eef-afec-be710b42308d,
25
28
  end_user_organization_name: Foo Bar, LLC,
26
29
  end_user_email_address: hradmin@foobar.dev,
30
+ webhook_listener_url: https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4,
27
31
  integration: null
28
32
  )
29
33
  ```
@@ -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,6 +36,7 @@ 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 deleted in the third-party service.
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.
@@ -80,6 +81,7 @@ end
80
81
  | **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
81
82
  | **cursor** | **String** | The pagination cursor value. | [optional] |
82
83
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
84
+ | **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
83
85
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
84
86
  | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
85
87
  | **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
@@ -117,9 +119,9 @@ require 'merge_ats_client'
117
119
  # setup authorization
118
120
  MergeATSClient.configure do |config|
119
121
  # Configure API key authorization: tokenAuth
120
- config.api_key['Authorization'] = 'YOUR API KEY'
122
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
121
123
  # 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'
124
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
123
125
  end
124
126
 
125
127
  api_instance = MergeATSClient::ActivitiesApi.new
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 on the third-party. | [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
+