stackone_client 0.2.1 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (452) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stack_one/accounts.rb +5 -5
  3. data/lib/stack_one/ats.rb +1400 -0
  4. data/lib/stack_one/connect_sessions.rb +2 -2
  5. data/lib/stack_one/connectors.rb +2 -2
  6. data/lib/stack_one/crm.rb +332 -0
  7. data/lib/stack_one/hris.rb +317 -19
  8. data/lib/stack_one/marketing.rb +599 -0
  9. data/lib/stack_one/models/operations/ats_create_application_request.rb +27 -0
  10. data/lib/stack_one/models/operations/ats_create_application_response.rb +33 -0
  11. data/lib/stack_one/models/operations/ats_create_candidate_note_request.rb +30 -0
  12. data/lib/stack_one/models/operations/ats_create_candidate_note_response.rb +33 -0
  13. data/lib/stack_one/models/operations/ats_create_candidate_request.rb +27 -0
  14. data/lib/stack_one/models/operations/ats_create_candidate_response.rb +33 -0
  15. data/lib/stack_one/models/operations/ats_create_offer_request.rb +27 -0
  16. data/lib/stack_one/models/operations/ats_create_offer_response.rb +33 -0
  17. data/lib/stack_one/models/operations/ats_get_application_document_request.rb +58 -0
  18. data/lib/stack_one/models/operations/ats_get_application_document_response.rb +33 -0
  19. data/lib/stack_one/models/operations/ats_get_application_offer_queryparam_proxy.rb +20 -0
  20. data/lib/stack_one/models/operations/ats_get_application_offer_request.rb +58 -0
  21. data/lib/stack_one/models/operations/ats_get_application_offer_response.rb +33 -0
  22. data/lib/stack_one/models/operations/ats_get_application_request.rb +58 -0
  23. data/lib/stack_one/models/operations/ats_get_application_response.rb +33 -0
  24. data/lib/stack_one/models/operations/ats_get_application_scorecard_queryparam_proxy.rb +20 -0
  25. data/lib/stack_one/models/operations/ats_get_application_scorecard_request.rb +58 -0
  26. data/lib/stack_one/models/operations/ats_get_application_scorecard_response.rb +33 -0
  27. data/lib/stack_one/models/operations/ats_get_candidate_note_queryparam_proxy.rb +20 -0
  28. data/lib/stack_one/models/operations/ats_get_candidate_note_request.rb +58 -0
  29. data/lib/stack_one/models/operations/ats_get_candidate_note_response.rb +33 -0
  30. data/lib/stack_one/models/operations/ats_get_candidate_queryparam_proxy.rb +20 -0
  31. data/lib/stack_one/models/operations/ats_get_candidate_request.rb +55 -0
  32. data/lib/stack_one/models/operations/ats_get_candidate_response.rb +33 -0
  33. data/lib/stack_one/models/operations/ats_get_department_queryparam_proxy.rb +20 -0
  34. data/lib/stack_one/models/operations/ats_get_department_request.rb +55 -0
  35. data/lib/stack_one/models/operations/ats_get_department_response.rb +33 -0
  36. data/lib/stack_one/models/operations/ats_get_interview_queryparam_proxy.rb +20 -0
  37. data/lib/stack_one/models/operations/ats_get_interview_request.rb +55 -0
  38. data/lib/stack_one/models/operations/ats_get_interview_response.rb +33 -0
  39. data/lib/stack_one/models/operations/ats_get_interview_stage_queryparam_proxy.rb +20 -0
  40. data/lib/stack_one/models/operations/ats_get_interview_stage_request.rb +55 -0
  41. data/lib/stack_one/models/operations/ats_get_interview_stage_response.rb +33 -0
  42. data/lib/stack_one/models/operations/ats_get_job_posting_queryparam_proxy.rb +20 -0
  43. data/lib/stack_one/models/operations/ats_get_job_posting_request.rb +58 -0
  44. data/lib/stack_one/models/operations/ats_get_job_posting_response.rb +33 -0
  45. data/lib/stack_one/models/operations/ats_get_job_queryparam_proxy.rb +20 -0
  46. data/lib/stack_one/models/operations/ats_get_job_request.rb +58 -0
  47. data/lib/stack_one/models/operations/ats_get_job_response.rb +33 -0
  48. data/lib/stack_one/models/operations/ats_get_location_queryparam_proxy.rb +20 -0
  49. data/lib/stack_one/models/operations/ats_get_location_request.rb +55 -0
  50. data/lib/stack_one/models/operations/ats_get_location_response.rb +33 -0
  51. data/lib/stack_one/models/operations/ats_get_offer_queryparam_proxy.rb +20 -0
  52. data/lib/stack_one/models/operations/ats_get_offer_request.rb +55 -0
  53. data/lib/stack_one/models/operations/ats_get_offer_response.rb +33 -0
  54. data/lib/stack_one/models/operations/ats_get_rejected_reason_queryparam_proxy.rb +20 -0
  55. data/lib/stack_one/models/operations/ats_get_rejected_reason_request.rb +55 -0
  56. data/lib/stack_one/models/operations/ats_get_rejected_reason_response.rb +33 -0
  57. data/lib/stack_one/models/operations/ats_get_user_queryparam_proxy.rb +20 -0
  58. data/lib/stack_one/models/operations/ats_get_user_request.rb +55 -0
  59. data/lib/stack_one/models/operations/ats_get_user_response.rb +33 -0
  60. data/lib/stack_one/models/operations/ats_list_application_documents_queryparam_proxy.rb +20 -0
  61. data/lib/stack_one/models/operations/ats_list_application_documents_request.rb +55 -0
  62. data/lib/stack_one/models/operations/ats_list_application_documents_response.rb +33 -0
  63. data/lib/stack_one/models/operations/ats_list_application_scorecards_queryparam_proxy.rb +20 -0
  64. data/lib/stack_one/models/operations/ats_list_application_scorecards_request.rb +55 -0
  65. data/lib/stack_one/models/operations/ats_list_application_scorecards_response.rb +33 -0
  66. data/lib/stack_one/models/operations/ats_list_applications_offers_queryparam_proxy.rb +20 -0
  67. data/lib/stack_one/models/operations/ats_list_applications_offers_request.rb +55 -0
  68. data/lib/stack_one/models/operations/ats_list_applications_offers_response.rb +33 -0
  69. data/lib/stack_one/models/operations/ats_list_applications_queryparam_proxy.rb +20 -0
  70. data/lib/stack_one/models/operations/ats_list_applications_request.rb +55 -0
  71. data/lib/stack_one/models/operations/ats_list_applications_response.rb +33 -0
  72. data/lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_proxy.rb +20 -0
  73. data/lib/stack_one/models/operations/ats_list_candidate_notes_request.rb +55 -0
  74. data/lib/stack_one/models/operations/ats_list_candidate_notes_response.rb +33 -0
  75. data/lib/stack_one/models/operations/ats_list_candidates_queryparam_proxy.rb +20 -0
  76. data/lib/stack_one/models/operations/ats_list_candidates_request.rb +52 -0
  77. data/lib/stack_one/models/operations/ats_list_candidates_response.rb +33 -0
  78. data/lib/stack_one/models/operations/ats_list_departments_queryparam_proxy.rb +20 -0
  79. data/lib/stack_one/models/operations/ats_list_departments_request.rb +52 -0
  80. data/lib/stack_one/models/operations/ats_list_departments_response.rb +33 -0
  81. data/lib/stack_one/models/operations/ats_list_interview_stages_queryparam_proxy.rb +20 -0
  82. data/lib/stack_one/models/operations/ats_list_interview_stages_request.rb +52 -0
  83. data/lib/stack_one/models/operations/ats_list_interview_stages_response.rb +33 -0
  84. data/lib/stack_one/models/operations/ats_list_interviews_queryparam_proxy.rb +20 -0
  85. data/lib/stack_one/models/operations/ats_list_interviews_request.rb +52 -0
  86. data/lib/stack_one/models/operations/ats_list_interviews_response.rb +33 -0
  87. data/lib/stack_one/models/operations/ats_list_job_postings_queryparam_proxy.rb +20 -0
  88. data/lib/stack_one/models/operations/ats_list_job_postings_request.rb +55 -0
  89. data/lib/stack_one/models/operations/ats_list_job_postings_response.rb +33 -0
  90. data/lib/stack_one/models/operations/ats_list_jobs_queryparam_proxy.rb +20 -0
  91. data/lib/stack_one/models/operations/ats_list_jobs_request.rb +55 -0
  92. data/lib/stack_one/models/operations/ats_list_jobs_response.rb +33 -0
  93. data/lib/stack_one/models/operations/ats_list_locations_queryparam_proxy.rb +20 -0
  94. data/lib/stack_one/models/operations/ats_list_locations_request.rb +52 -0
  95. data/lib/stack_one/models/operations/ats_list_locations_response.rb +33 -0
  96. data/lib/stack_one/models/operations/ats_list_offers_queryparam_proxy.rb +20 -0
  97. data/lib/stack_one/models/operations/ats_list_offers_request.rb +52 -0
  98. data/lib/stack_one/models/operations/ats_list_offers_response.rb +33 -0
  99. data/lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_proxy.rb +20 -0
  100. data/lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb +52 -0
  101. data/lib/stack_one/models/operations/ats_list_rejected_reasons_response.rb +33 -0
  102. data/lib/stack_one/models/operations/ats_list_users_queryparam_proxy.rb +20 -0
  103. data/lib/stack_one/models/operations/ats_list_users_request.rb +52 -0
  104. data/lib/stack_one/models/operations/ats_list_users_response.rb +33 -0
  105. data/lib/stack_one/models/operations/ats_update_application_request.rb +30 -0
  106. data/lib/stack_one/models/operations/ats_update_application_response.rb +33 -0
  107. data/lib/stack_one/models/operations/ats_update_candidate_request.rb +30 -0
  108. data/lib/stack_one/models/operations/ats_update_candidate_response.rb +33 -0
  109. data/lib/stack_one/models/operations/crm_create_contact_request.rb +27 -0
  110. data/lib/stack_one/models/operations/crm_create_contact_response.rb +33 -0
  111. data/lib/stack_one/models/operations/crm_get_account_queryparam_proxy.rb +20 -0
  112. data/lib/stack_one/models/operations/crm_get_account_request.rb +50 -0
  113. data/lib/stack_one/models/operations/crm_get_account_response.rb +33 -0
  114. data/lib/stack_one/models/operations/crm_get_contact_queryparam_proxy.rb +20 -0
  115. data/lib/stack_one/models/operations/crm_get_contact_request.rb +50 -0
  116. data/lib/stack_one/models/operations/crm_get_contact_response.rb +33 -0
  117. data/lib/stack_one/models/operations/crm_get_list_queryparam_proxy.rb +20 -0
  118. data/lib/stack_one/models/operations/crm_get_list_request.rb +50 -0
  119. data/lib/stack_one/models/operations/crm_get_list_response.rb +33 -0
  120. data/lib/stack_one/models/operations/crm_list_accounts_queryparam_proxy.rb +20 -0
  121. data/lib/stack_one/models/operations/crm_list_accounts_request.rb +47 -0
  122. data/lib/stack_one/models/operations/crm_list_accounts_response.rb +33 -0
  123. data/lib/stack_one/models/operations/crm_list_contacts_queryparam_proxy.rb +20 -0
  124. data/lib/stack_one/models/operations/crm_list_contacts_request.rb +47 -0
  125. data/lib/stack_one/models/operations/crm_list_contacts_response.rb +33 -0
  126. data/lib/stack_one/models/operations/crm_list_lists_queryparam_proxy.rb +20 -0
  127. data/lib/stack_one/models/operations/crm_list_lists_request.rb +47 -0
  128. data/lib/stack_one/models/operations/crm_list_lists_response.rb +33 -0
  129. data/lib/stack_one/models/operations/crm_update_contact_request.rb +30 -0
  130. data/lib/stack_one/models/operations/crm_update_contact_response.rb +33 -0
  131. data/lib/stack_one/models/operations/hris_create_employee_document_request.rb +30 -0
  132. data/lib/stack_one/models/operations/hris_create_employee_document_response.rb +33 -0
  133. data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_request.rb +30 -0
  134. data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rb +33 -0
  135. data/lib/stack_one/models/operations/hris_get_benefit_queryparam_proxy.rb +20 -0
  136. data/lib/stack_one/models/operations/hris_get_benefit_request.rb +50 -0
  137. data/lib/stack_one/models/operations/hris_get_benefit_response.rb +33 -0
  138. data/lib/stack_one/models/operations/hris_get_company_queryparam_proxy.rb +20 -0
  139. data/lib/stack_one/models/operations/hris_get_company_request.rb +3 -3
  140. data/lib/stack_one/models/operations/hris_get_employee_document_queryparam_proxy.rb +1 -1
  141. data/lib/stack_one/models/operations/hris_get_employee_document_request.rb +1 -1
  142. data/lib/stack_one/models/operations/hris_get_employee_queryparam_proxy.rb +20 -0
  143. data/lib/stack_one/models/operations/hris_get_employee_request.rb +3 -3
  144. data/lib/stack_one/models/operations/hris_get_employees_time_off_request_queryparam_proxy.rb +1 -1
  145. data/lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb +1 -1
  146. data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_queryparam_proxy.rb +20 -0
  147. data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb +53 -0
  148. data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_response.rb +33 -0
  149. data/lib/stack_one/models/operations/hris_get_employment_queryparam_proxy.rb +1 -1
  150. data/lib/stack_one/models/operations/hris_get_employment_request.rb +1 -1
  151. data/lib/stack_one/models/operations/hris_get_location_queryparam_proxy.rb +1 -1
  152. data/lib/stack_one/models/operations/hris_get_location_request.rb +1 -1
  153. data/lib/stack_one/models/operations/hris_get_time_off_request_queryparam_proxy.rb +1 -1
  154. data/lib/stack_one/models/operations/hris_get_time_off_request_request.rb +1 -1
  155. data/lib/stack_one/models/operations/hris_list_benefits_queryparam_proxy.rb +20 -0
  156. data/lib/stack_one/models/operations/hris_list_benefits_request.rb +47 -0
  157. data/lib/stack_one/models/operations/hris_list_benefits_response.rb +33 -0
  158. data/lib/stack_one/models/operations/hris_list_companies_queryparam_proxy.rb +1 -1
  159. data/lib/stack_one/models/operations/hris_list_companies_request.rb +1 -1
  160. data/lib/stack_one/models/operations/hris_list_employee_documents_queryparam_proxy.rb +1 -1
  161. data/lib/stack_one/models/operations/hris_list_employee_documents_request.rb +1 -1
  162. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_proxy.rb +1 -1
  163. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb +1 -1
  164. data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_proxy.rb +20 -0
  165. data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb +50 -0
  166. data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_response.rb +33 -0
  167. data/lib/stack_one/models/operations/hris_list_employees_queryparam_proxy.rb +1 -1
  168. data/lib/stack_one/models/operations/hris_list_employees_request.rb +1 -1
  169. data/lib/stack_one/models/operations/hris_list_employments_queryparam_proxy.rb +1 -1
  170. data/lib/stack_one/models/operations/hris_list_employments_request.rb +1 -1
  171. data/lib/stack_one/models/operations/hris_list_locations_queryparam_proxy.rb +1 -1
  172. data/lib/stack_one/models/operations/hris_list_locations_request.rb +1 -1
  173. data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_proxy.rb +1 -1
  174. data/lib/stack_one/models/operations/hris_list_time_off_requests_request.rb +1 -1
  175. data/lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_request.rb +33 -0
  176. data/lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_response.rb +30 -0
  177. data/lib/stack_one/models/operations/marketing_create_email_template_request.rb +27 -0
  178. data/lib/stack_one/models/operations/marketing_create_email_template_response.rb +33 -0
  179. data/lib/stack_one/models/operations/marketing_create_omni_channel_template_request.rb +27 -0
  180. data/lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rb +33 -0
  181. data/lib/stack_one/models/operations/marketing_create_push_template_request.rb +27 -0
  182. data/lib/stack_one/models/operations/marketing_create_push_template_response.rb +33 -0
  183. data/lib/stack_one/models/operations/marketing_get_campaign_queryparam_proxy.rb +20 -0
  184. data/lib/stack_one/models/operations/marketing_get_campaign_request.rb +50 -0
  185. data/lib/stack_one/models/operations/marketing_get_campaign_response.rb +33 -0
  186. data/lib/stack_one/models/operations/marketing_get_email_template_queryparam_proxy.rb +20 -0
  187. data/lib/stack_one/models/operations/marketing_get_email_template_request.rb +50 -0
  188. data/lib/stack_one/models/operations/marketing_get_email_template_response.rb +33 -0
  189. data/lib/stack_one/models/operations/marketing_get_omni_channel_template_queryparam_proxy.rb +20 -0
  190. data/lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rb +50 -0
  191. data/lib/stack_one/models/operations/marketing_get_omni_channel_template_response.rb +33 -0
  192. data/lib/stack_one/models/operations/marketing_get_push_template_queryparam_proxy.rb +20 -0
  193. data/lib/stack_one/models/operations/marketing_get_push_template_request.rb +50 -0
  194. data/lib/stack_one/models/operations/marketing_get_push_template_response.rb +33 -0
  195. data/lib/stack_one/models/operations/marketing_list_campaigns_queryparam_proxy.rb +20 -0
  196. data/lib/stack_one/models/operations/marketing_list_campaigns_request.rb +47 -0
  197. data/lib/stack_one/models/operations/marketing_list_campaigns_response.rb +33 -0
  198. data/lib/stack_one/models/operations/marketing_list_email_templates_queryparam_proxy.rb +20 -0
  199. data/lib/stack_one/models/operations/marketing_list_email_templates_request.rb +47 -0
  200. data/lib/stack_one/models/operations/marketing_list_email_templates_response.rb +33 -0
  201. data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_proxy.rb +20 -0
  202. data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb +47 -0
  203. data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_response.rb +33 -0
  204. data/lib/stack_one/models/operations/marketing_list_push_templates_queryparam_proxy.rb +20 -0
  205. data/lib/stack_one/models/operations/marketing_list_push_templates_request.rb +47 -0
  206. data/lib/stack_one/models/operations/marketing_list_push_templates_response.rb +33 -0
  207. data/lib/stack_one/models/operations/marketing_update_email_template_request.rb +30 -0
  208. data/lib/stack_one/models/operations/marketing_update_email_template_response.rb +33 -0
  209. data/lib/stack_one/models/operations/marketing_update_omni_channel_template_request.rb +30 -0
  210. data/lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rb +33 -0
  211. data/lib/stack_one/models/operations/marketing_update_push_template_request.rb +30 -0
  212. data/lib/stack_one/models/operations/marketing_update_push_template_response.rb +33 -0
  213. data/lib/stack_one/models/operations/proxy.rb +1 -1
  214. data/lib/stack_one/models/operations/queryparam_proxy.rb +1 -1
  215. data/lib/stack_one/models/operations.rb +180 -2
  216. data/lib/stack_one/models/shared/account.rb +54 -0
  217. data/lib/stack_one/models/shared/accountaddress.rb +42 -0
  218. data/lib/stack_one/models/shared/accountaddress_schemas_value.rb +265 -0
  219. data/lib/stack_one/models/shared/accountaddress_value.rb +20 -0
  220. data/lib/stack_one/models/shared/accountresult.rb +27 -0
  221. data/lib/stack_one/models/shared/accountspaginated.rb +33 -0
  222. data/lib/stack_one/models/shared/answer.rb +30 -0
  223. data/lib/stack_one/models/shared/answer_value.rb +26 -0
  224. data/lib/stack_one/models/shared/application.rb +77 -0
  225. data/lib/stack_one/models/shared/application_candidate.rb +30 -0
  226. data/lib/stack_one/models/shared/application_interview_stage.rb +36 -0
  227. data/lib/stack_one/models/shared/application_status.rb +27 -0
  228. data/lib/stack_one/models/shared/application_value.rb +32 -0
  229. data/lib/stack_one/models/shared/applicationattachment.rb +33 -0
  230. data/lib/stack_one/models/shared/applicationattachment_value.rb +19 -0
  231. data/lib/stack_one/models/shared/applicationresult.rb +27 -0
  232. data/lib/stack_one/models/shared/applicationspaginated.rb +33 -0
  233. data/lib/stack_one/models/shared/atscreateapplicationrequestdto.rb +44 -0
  234. data/lib/stack_one/models/shared/atscreateapplicationrequestdto_application_status.rb +27 -0
  235. data/lib/stack_one/models/shared/atscreateapplicationrequestdto_candidate.rb +30 -0
  236. data/lib/stack_one/models/shared/atscreateapplicationrequestdto_value.rb +32 -0
  237. data/lib/stack_one/models/shared/atscreatecandidaterequestdto.rb +47 -0
  238. data/lib/stack_one/models/shared/atscreatenotesrequestdto.rb +30 -0
  239. data/lib/stack_one/models/shared/atscreatenotesrequestdto_value.rb +19 -0
  240. data/lib/stack_one/models/shared/atscreateofferrequestdto.rb +39 -0
  241. data/lib/stack_one/models/shared/atscreateofferrequestdto_value.rb +25 -0
  242. data/lib/stack_one/models/shared/atslocation.rb +27 -0
  243. data/lib/stack_one/models/shared/atslocationresult.rb +27 -0
  244. data/lib/stack_one/models/shared/atslocationspaginated.rb +33 -0
  245. data/lib/stack_one/models/shared/atsupdateapplicationrequestdto.rb +47 -0
  246. data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_application_status.rb +27 -0
  247. data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_candidate.rb +30 -0
  248. data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_value.rb +32 -0
  249. data/lib/stack_one/models/shared/atsupdatecandidatesrequestdto.rb +50 -0
  250. data/lib/stack_one/models/shared/benefit_type.rb +27 -0
  251. data/lib/stack_one/models/shared/campaign.rb +63 -0
  252. data/lib/stack_one/models/shared/campaign_schemas_value.rb +20 -0
  253. data/lib/stack_one/models/shared/campaign_value.rb +22 -0
  254. data/lib/stack_one/models/shared/campaignresult.rb +27 -0
  255. data/lib/stack_one/models/shared/campaignspaginated.rb +33 -0
  256. data/lib/stack_one/models/shared/candidate.rb +68 -0
  257. data/lib/stack_one/models/shared/candidateemail.rb +27 -0
  258. data/lib/stack_one/models/shared/candidateresult.rb +27 -0
  259. data/lib/stack_one/models/shared/candidatespaginated.rb +33 -0
  260. data/lib/stack_one/models/shared/categories.rb +1 -0
  261. data/lib/stack_one/models/shared/category.rb +1 -0
  262. data/lib/stack_one/models/shared/channelsenum.rb +27 -0
  263. data/lib/stack_one/models/shared/company.rb +3 -3
  264. data/lib/stack_one/models/shared/confidential.rb +19 -0
  265. data/lib/stack_one/models/shared/connectsessioncreate_categories.rb +1 -0
  266. data/lib/stack_one/models/shared/connectsessiontoken_categories.rb +1 -0
  267. data/lib/stack_one/models/shared/contact.rb +51 -0
  268. data/lib/stack_one/models/shared/contactresult.rb +27 -0
  269. data/lib/stack_one/models/shared/contactspaginated.rb +33 -0
  270. data/lib/stack_one/models/shared/content_type.rb +27 -0
  271. data/lib/stack_one/models/shared/country.rb +4 -4
  272. data/lib/stack_one/models/shared/countrycodeenum.rb +2 -2
  273. data/lib/stack_one/models/shared/countrycodeenum_value.rb +266 -0
  274. data/lib/stack_one/models/shared/createcandidatenoteresult.rb +30 -0
  275. data/lib/stack_one/models/shared/createdocumentresult.rb +30 -0
  276. data/lib/stack_one/models/shared/createofferresult.rb +30 -0
  277. data/lib/stack_one/models/shared/createresult.rb +30 -0
  278. data/lib/stack_one/models/shared/createtemplateresult.rb +30 -0
  279. data/lib/stack_one/models/shared/createworkeligibilityresult.rb +30 -0
  280. data/lib/stack_one/models/shared/crmcreatecontactrequestdto.rb +42 -0
  281. data/lib/stack_one/models/shared/department.rb +27 -0
  282. data/lib/stack_one/models/shared/departmentresult.rb +27 -0
  283. data/lib/stack_one/models/shared/departmentspaginated.rb +33 -0
  284. data/lib/stack_one/models/shared/documentapimodel.rb +2 -2
  285. data/lib/stack_one/models/shared/documentapimodel_type.rb +27 -0
  286. data/lib/stack_one/models/shared/documentapimodel_value.rb +7 -14
  287. data/lib/stack_one/models/shared/emailmessages.rb +33 -0
  288. data/lib/stack_one/models/shared/emailmessages_value.rb +20 -0
  289. data/lib/stack_one/models/shared/employee.rb +8 -5
  290. data/lib/stack_one/models/shared/employee_company.rb +36 -0
  291. data/lib/stack_one/models/shared/employee_country.rb +2 -2
  292. data/lib/stack_one/models/shared/employee_location_type.rb +4 -4
  293. data/lib/stack_one/models/shared/employee_schemas_country.rb +2 -2
  294. data/lib/stack_one/models/shared/employee_schemas_employment_type_value.rb +1 -3
  295. data/lib/stack_one/models/shared/employee_schemas_home_location_location_type_value.rb +1 -1
  296. data/lib/stack_one/models/shared/employee_schemas_location_type.rb +4 -4
  297. data/lib/stack_one/models/shared/employee_schemas_work_location_location_type_value.rb +1 -1
  298. data/lib/stack_one/models/shared/employment_employment_type.rb +2 -2
  299. data/lib/stack_one/models/shared/employment_schemas_pay_frequency_value.rb +1 -3
  300. data/lib/stack_one/models/shared/employment_schemas_pay_period_value.rb +2 -1
  301. data/lib/stack_one/models/shared/employment_schemas_value.rb +1 -3
  302. data/lib/stack_one/models/shared/employment_type.rb +2 -2
  303. data/lib/stack_one/models/shared/field.rb +36 -0
  304. data/lib/stack_one/models/shared/field_type.rb +29 -0
  305. data/lib/stack_one/models/shared/fileformatenum_value.rb +1203 -11
  306. data/lib/stack_one/models/shared/home_location.rb +3 -3
  307. data/lib/stack_one/models/shared/hrisbenefit.rb +42 -0
  308. data/lib/stack_one/models/shared/hrisbenefit_value.rb +22 -0
  309. data/lib/stack_one/models/shared/hrisbenefitresult.rb +27 -0
  310. data/lib/stack_one/models/shared/hrisbenefitspaginated.rb +33 -0
  311. data/lib/stack_one/models/shared/hriscreatedocumentrequestdto.rb +33 -0
  312. data/lib/stack_one/models/shared/hriscreatedocumentrequestdto_type.rb +27 -0
  313. data/lib/stack_one/models/shared/hriscreatedocumentrequestdto_value.rb +28 -0
  314. data/lib/stack_one/models/shared/hriscreateemployeerequestdto.rb +5 -2
  315. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_type.rb +2 -2
  316. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb +1 -3
  317. data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb +2 -2
  318. data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_value.rb +8 -0
  319. data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_status.rb +27 -0
  320. data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_value.rb +3 -0
  321. data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto.rb +42 -0
  322. data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_value.rb +22 -0
  323. data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_type.rb +27 -0
  324. data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_value.rb +266 -0
  325. data/lib/stack_one/models/shared/hrislocation.rb +3 -3
  326. data/lib/stack_one/models/shared/hrislocation_country.rb +27 -0
  327. data/lib/stack_one/models/shared/hrislocation_location_type.rb +27 -0
  328. data/lib/stack_one/models/shared/hrislocation_schemas_value.rb +1 -1
  329. data/lib/stack_one/models/shared/internal.rb +19 -0
  330. data/lib/stack_one/models/shared/interview.rb +60 -0
  331. data/lib/stack_one/models/shared/interview_interview_stage.rb +36 -0
  332. data/lib/stack_one/models/shared/interview_status.rb +27 -0
  333. data/lib/stack_one/models/shared/interview_value.rb +23 -0
  334. data/lib/stack_one/models/shared/interviewer.rb +36 -0
  335. data/lib/stack_one/models/shared/interviewpart.rb +39 -0
  336. data/lib/stack_one/models/shared/interviewspaginated.rb +33 -0
  337. data/lib/stack_one/models/shared/interviewsresult.rb +27 -0
  338. data/lib/stack_one/models/shared/interviewstage.rb +36 -0
  339. data/lib/stack_one/models/shared/interviewstageresult.rb +27 -0
  340. data/lib/stack_one/models/shared/interviewstagespaginated.rb +33 -0
  341. data/lib/stack_one/models/shared/issued_by.rb +27 -0
  342. data/lib/stack_one/models/shared/job.rb +57 -0
  343. data/lib/stack_one/models/shared/{response.rb → job_schemas_status.rb} +1 -1
  344. data/lib/stack_one/models/shared/job_status.rb +27 -0
  345. data/lib/stack_one/models/shared/job_value.rb +25 -0
  346. data/lib/stack_one/models/shared/jobhiringteam.rb +36 -0
  347. data/lib/stack_one/models/shared/jobposting.rb +66 -0
  348. data/lib/stack_one/models/shared/jobposting_content.rb +27 -0
  349. data/lib/stack_one/models/shared/jobposting_employment_contract_type.rb +27 -0
  350. data/lib/stack_one/models/shared/jobposting_employment_type.rb +27 -0
  351. data/lib/stack_one/models/shared/jobposting_schemas_status_value.rb +22 -0
  352. data/lib/stack_one/models/shared/jobposting_schemas_value.rb +33 -0
  353. data/lib/stack_one/models/shared/jobposting_status.rb +27 -0
  354. data/lib/stack_one/models/shared/jobposting_value.rb +21 -0
  355. data/lib/stack_one/models/shared/jobpostingcompensation.rb +45 -0
  356. data/lib/stack_one/models/shared/jobpostingcompensation_pay_frequency.rb +27 -0
  357. data/lib/stack_one/models/shared/jobpostingcompensation_pay_period.rb +27 -0
  358. data/lib/stack_one/models/shared/jobpostingcompensation_schemas_type_value.rb +24 -0
  359. data/lib/stack_one/models/shared/jobpostingcompensation_schemas_value.rb +27 -0
  360. data/lib/stack_one/models/shared/jobpostingcompensation_type.rb +27 -0
  361. data/lib/stack_one/models/shared/jobpostingcompensation_value.rb +31 -0
  362. data/lib/stack_one/models/shared/jobpostinglocation.rb +27 -0
  363. data/lib/stack_one/models/shared/jobpostingquestionnaire.rb +33 -0
  364. data/lib/stack_one/models/shared/jobpostingresult.rb +27 -0
  365. data/lib/stack_one/models/shared/jobpostingspaginated.rb +33 -0
  366. data/lib/stack_one/models/shared/jobresult.rb +27 -0
  367. data/lib/stack_one/models/shared/jobspaginated.rb +33 -0
  368. data/lib/stack_one/models/shared/linkedaccountmeta_category.rb +1 -0
  369. data/lib/stack_one/models/shared/list.rb +39 -0
  370. data/lib/stack_one/models/shared/list_type.rb +27 -0
  371. data/lib/stack_one/models/shared/list_value.rb +20 -0
  372. data/lib/stack_one/models/shared/listresult.rb +27 -0
  373. data/lib/stack_one/models/shared/listspaginated.rb +33 -0
  374. data/lib/stack_one/models/shared/location_type.rb +4 -4
  375. data/lib/stack_one/models/shared/marketingcreateemailtemplaterequestdto.rb +33 -0
  376. data/lib/stack_one/models/shared/marketingcreatepushtemplaterequestdto.rb +33 -0
  377. data/lib/stack_one/models/shared/marketingcreatetemplaterequestdto.rb +33 -0
  378. data/lib/stack_one/models/shared/message.rb +33 -0
  379. data/lib/stack_one/models/shared/message_content.rb +36 -0
  380. data/lib/stack_one/models/shared/message_message_type.rb +27 -0
  381. data/lib/stack_one/models/shared/message_type.rb +27 -0
  382. data/lib/stack_one/models/shared/message_value.rb +20 -0
  383. data/lib/stack_one/models/shared/note.rb +42 -0
  384. data/lib/stack_one/models/shared/note_value.rb +19 -0
  385. data/lib/stack_one/models/shared/note_visibility.rb +27 -0
  386. data/lib/stack_one/models/shared/notecontentapimodel.rb +24 -0
  387. data/lib/stack_one/models/shared/noteresult.rb +27 -0
  388. data/lib/stack_one/models/shared/notespaginated.rb +33 -0
  389. data/lib/stack_one/models/shared/offer.rb +48 -0
  390. data/lib/stack_one/models/shared/offer_offer_status.rb +27 -0
  391. data/lib/stack_one/models/shared/offer_status.rb +27 -0
  392. data/lib/stack_one/models/shared/offer_value.rb +25 -0
  393. data/lib/stack_one/models/shared/offerhistory.rb +36 -0
  394. data/lib/stack_one/models/shared/offerspaginated.rb +33 -0
  395. data/lib/stack_one/models/shared/offersresult.rb +27 -0
  396. data/lib/stack_one/models/shared/overall_recommendation.rb +23 -0
  397. data/lib/stack_one/models/shared/pay_frequency.rb +2 -2
  398. data/lib/stack_one/models/shared/pay_period.rb +2 -2
  399. data/lib/stack_one/models/shared/phonenumber.rb +27 -0
  400. data/lib/stack_one/models/shared/phonenumber_type.rb +23 -0
  401. data/lib/stack_one/models/shared/pushmessages.rb +33 -0
  402. data/lib/stack_one/models/shared/pushmessages_message_content.rb +24 -0
  403. data/lib/stack_one/models/shared/pushmessages_message_type.rb +27 -0
  404. data/lib/stack_one/models/shared/pushmessages_value.rb +20 -0
  405. data/lib/stack_one/models/shared/question.rb +39 -0
  406. data/lib/stack_one/models/shared/question_type.rb +27 -0
  407. data/lib/stack_one/models/shared/question_value.rb +26 -0
  408. data/lib/stack_one/models/shared/questionmultiplechoiceanswers.rb +27 -0
  409. data/lib/stack_one/models/shared/questionnaire.rb +27 -0
  410. data/lib/stack_one/models/shared/rawresponse.rb +2 -2
  411. data/lib/stack_one/models/shared/rejected_reason_type.rb +27 -0
  412. data/lib/stack_one/models/shared/rejectedreason.rb +33 -0
  413. data/lib/stack_one/models/shared/rejectedreason_value.rb +22 -0
  414. data/lib/stack_one/models/shared/rejectedreasonresult.rb +27 -0
  415. data/lib/stack_one/models/shared/rejectedreasonspaginated.rb +33 -0
  416. data/lib/stack_one/models/shared/resultlink.rb +27 -0
  417. data/lib/stack_one/models/shared/schedule_type.rb +27 -0
  418. data/lib/stack_one/models/shared/scorecard.rb +51 -0
  419. data/lib/stack_one/models/shared/scorecardsection.rb +30 -0
  420. data/lib/stack_one/models/shared/scorecardspaginated.rb +33 -0
  421. data/lib/stack_one/models/shared/sociallink.rb +27 -0
  422. data/lib/stack_one/models/shared/status.rb +5 -5
  423. data/lib/stack_one/models/shared/template.rb +36 -0
  424. data/lib/stack_one/models/shared/templateresult.rb +27 -0
  425. data/lib/stack_one/models/shared/templatespaginated.rb +33 -0
  426. data/lib/stack_one/models/shared/timeoff_schemas_value.rb +8 -0
  427. data/lib/stack_one/models/shared/timeoff_value.rb +3 -0
  428. data/lib/stack_one/models/shared/type.rb +5 -5
  429. data/lib/stack_one/models/shared/updateresult.rb +30 -0
  430. data/lib/stack_one/models/shared/user.rb +39 -0
  431. data/lib/stack_one/models/shared/userresult.rb +27 -0
  432. data/lib/stack_one/models/shared/userspaginated.rb +33 -0
  433. data/lib/stack_one/models/shared/value.rb +7 -249
  434. data/lib/stack_one/models/shared/visibility.rb +27 -0
  435. data/lib/stack_one/models/shared/work_location.rb +3 -3
  436. data/lib/stack_one/models/shared/workeligibility.rb +8 -5
  437. data/lib/stack_one/models/shared/workeligibility_document.rb +39 -0
  438. data/lib/stack_one/models/shared/workeligibility_issued_by.rb +27 -0
  439. data/lib/stack_one/models/shared/workeligibility_schemas_value.rb +22 -0
  440. data/lib/stack_one/models/shared/workeligibility_type.rb +2 -2
  441. data/lib/stack_one/models/shared/workeligibility_value.rb +250 -6
  442. data/lib/stack_one/models/shared/workeligibilitypaginated.rb +33 -0
  443. data/lib/stack_one/models/shared/workeligibilityresult.rb +27 -0
  444. data/lib/stack_one/models/shared.rb +203 -22
  445. data/lib/stack_one/proxy.rb +1 -1
  446. data/lib/stack_one/sdkconfiguration.rb +10 -11
  447. data/lib/stack_one/stackone.rb +25 -21
  448. data/lib/stack_one/utils/metadata_fields.rb +8 -12
  449. data/lib/stack_one/utils/t.rb +59 -0
  450. data/lib/stack_one/utils/utils.rb +8 -13
  451. data/lib/stackone_client.rb +8 -3
  452. metadata +370 -7
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackone_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - StackOne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-09 00:00:00.000000000 Z
11
+ date: 2024-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -143,26 +143,163 @@ extensions: []
143
143
  extra_rdoc_files: []
144
144
  files:
145
145
  - lib/stack_one/accounts.rb
146
+ - lib/stack_one/ats.rb
146
147
  - lib/stack_one/connect_sessions.rb
147
148
  - lib/stack_one/connectors.rb
149
+ - lib/stack_one/crm.rb
148
150
  - lib/stack_one/hris.rb
151
+ - lib/stack_one/marketing.rb
149
152
  - lib/stack_one/models/operations.rb
153
+ - lib/stack_one/models/operations/ats_create_application_request.rb
154
+ - lib/stack_one/models/operations/ats_create_application_response.rb
155
+ - lib/stack_one/models/operations/ats_create_candidate_note_request.rb
156
+ - lib/stack_one/models/operations/ats_create_candidate_note_response.rb
157
+ - lib/stack_one/models/operations/ats_create_candidate_request.rb
158
+ - lib/stack_one/models/operations/ats_create_candidate_response.rb
159
+ - lib/stack_one/models/operations/ats_create_offer_request.rb
160
+ - lib/stack_one/models/operations/ats_create_offer_response.rb
161
+ - lib/stack_one/models/operations/ats_get_application_document_request.rb
162
+ - lib/stack_one/models/operations/ats_get_application_document_response.rb
163
+ - lib/stack_one/models/operations/ats_get_application_offer_queryparam_proxy.rb
164
+ - lib/stack_one/models/operations/ats_get_application_offer_request.rb
165
+ - lib/stack_one/models/operations/ats_get_application_offer_response.rb
166
+ - lib/stack_one/models/operations/ats_get_application_request.rb
167
+ - lib/stack_one/models/operations/ats_get_application_response.rb
168
+ - lib/stack_one/models/operations/ats_get_application_scorecard_queryparam_proxy.rb
169
+ - lib/stack_one/models/operations/ats_get_application_scorecard_request.rb
170
+ - lib/stack_one/models/operations/ats_get_application_scorecard_response.rb
171
+ - lib/stack_one/models/operations/ats_get_candidate_note_queryparam_proxy.rb
172
+ - lib/stack_one/models/operations/ats_get_candidate_note_request.rb
173
+ - lib/stack_one/models/operations/ats_get_candidate_note_response.rb
174
+ - lib/stack_one/models/operations/ats_get_candidate_queryparam_proxy.rb
175
+ - lib/stack_one/models/operations/ats_get_candidate_request.rb
176
+ - lib/stack_one/models/operations/ats_get_candidate_response.rb
177
+ - lib/stack_one/models/operations/ats_get_department_queryparam_proxy.rb
178
+ - lib/stack_one/models/operations/ats_get_department_request.rb
179
+ - lib/stack_one/models/operations/ats_get_department_response.rb
180
+ - lib/stack_one/models/operations/ats_get_interview_queryparam_proxy.rb
181
+ - lib/stack_one/models/operations/ats_get_interview_request.rb
182
+ - lib/stack_one/models/operations/ats_get_interview_response.rb
183
+ - lib/stack_one/models/operations/ats_get_interview_stage_queryparam_proxy.rb
184
+ - lib/stack_one/models/operations/ats_get_interview_stage_request.rb
185
+ - lib/stack_one/models/operations/ats_get_interview_stage_response.rb
186
+ - lib/stack_one/models/operations/ats_get_job_posting_queryparam_proxy.rb
187
+ - lib/stack_one/models/operations/ats_get_job_posting_request.rb
188
+ - lib/stack_one/models/operations/ats_get_job_posting_response.rb
189
+ - lib/stack_one/models/operations/ats_get_job_queryparam_proxy.rb
190
+ - lib/stack_one/models/operations/ats_get_job_request.rb
191
+ - lib/stack_one/models/operations/ats_get_job_response.rb
192
+ - lib/stack_one/models/operations/ats_get_location_queryparam_proxy.rb
193
+ - lib/stack_one/models/operations/ats_get_location_request.rb
194
+ - lib/stack_one/models/operations/ats_get_location_response.rb
195
+ - lib/stack_one/models/operations/ats_get_offer_queryparam_proxy.rb
196
+ - lib/stack_one/models/operations/ats_get_offer_request.rb
197
+ - lib/stack_one/models/operations/ats_get_offer_response.rb
198
+ - lib/stack_one/models/operations/ats_get_rejected_reason_queryparam_proxy.rb
199
+ - lib/stack_one/models/operations/ats_get_rejected_reason_request.rb
200
+ - lib/stack_one/models/operations/ats_get_rejected_reason_response.rb
201
+ - lib/stack_one/models/operations/ats_get_user_queryparam_proxy.rb
202
+ - lib/stack_one/models/operations/ats_get_user_request.rb
203
+ - lib/stack_one/models/operations/ats_get_user_response.rb
204
+ - lib/stack_one/models/operations/ats_list_application_documents_queryparam_proxy.rb
205
+ - lib/stack_one/models/operations/ats_list_application_documents_request.rb
206
+ - lib/stack_one/models/operations/ats_list_application_documents_response.rb
207
+ - lib/stack_one/models/operations/ats_list_application_scorecards_queryparam_proxy.rb
208
+ - lib/stack_one/models/operations/ats_list_application_scorecards_request.rb
209
+ - lib/stack_one/models/operations/ats_list_application_scorecards_response.rb
210
+ - lib/stack_one/models/operations/ats_list_applications_offers_queryparam_proxy.rb
211
+ - lib/stack_one/models/operations/ats_list_applications_offers_request.rb
212
+ - lib/stack_one/models/operations/ats_list_applications_offers_response.rb
213
+ - lib/stack_one/models/operations/ats_list_applications_queryparam_proxy.rb
214
+ - lib/stack_one/models/operations/ats_list_applications_request.rb
215
+ - lib/stack_one/models/operations/ats_list_applications_response.rb
216
+ - lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_proxy.rb
217
+ - lib/stack_one/models/operations/ats_list_candidate_notes_request.rb
218
+ - lib/stack_one/models/operations/ats_list_candidate_notes_response.rb
219
+ - lib/stack_one/models/operations/ats_list_candidates_queryparam_proxy.rb
220
+ - lib/stack_one/models/operations/ats_list_candidates_request.rb
221
+ - lib/stack_one/models/operations/ats_list_candidates_response.rb
222
+ - lib/stack_one/models/operations/ats_list_departments_queryparam_proxy.rb
223
+ - lib/stack_one/models/operations/ats_list_departments_request.rb
224
+ - lib/stack_one/models/operations/ats_list_departments_response.rb
225
+ - lib/stack_one/models/operations/ats_list_interview_stages_queryparam_proxy.rb
226
+ - lib/stack_one/models/operations/ats_list_interview_stages_request.rb
227
+ - lib/stack_one/models/operations/ats_list_interview_stages_response.rb
228
+ - lib/stack_one/models/operations/ats_list_interviews_queryparam_proxy.rb
229
+ - lib/stack_one/models/operations/ats_list_interviews_request.rb
230
+ - lib/stack_one/models/operations/ats_list_interviews_response.rb
231
+ - lib/stack_one/models/operations/ats_list_job_postings_queryparam_proxy.rb
232
+ - lib/stack_one/models/operations/ats_list_job_postings_request.rb
233
+ - lib/stack_one/models/operations/ats_list_job_postings_response.rb
234
+ - lib/stack_one/models/operations/ats_list_jobs_queryparam_proxy.rb
235
+ - lib/stack_one/models/operations/ats_list_jobs_request.rb
236
+ - lib/stack_one/models/operations/ats_list_jobs_response.rb
237
+ - lib/stack_one/models/operations/ats_list_locations_queryparam_proxy.rb
238
+ - lib/stack_one/models/operations/ats_list_locations_request.rb
239
+ - lib/stack_one/models/operations/ats_list_locations_response.rb
240
+ - lib/stack_one/models/operations/ats_list_offers_queryparam_proxy.rb
241
+ - lib/stack_one/models/operations/ats_list_offers_request.rb
242
+ - lib/stack_one/models/operations/ats_list_offers_response.rb
243
+ - lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_proxy.rb
244
+ - lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb
245
+ - lib/stack_one/models/operations/ats_list_rejected_reasons_response.rb
246
+ - lib/stack_one/models/operations/ats_list_users_queryparam_proxy.rb
247
+ - lib/stack_one/models/operations/ats_list_users_request.rb
248
+ - lib/stack_one/models/operations/ats_list_users_response.rb
249
+ - lib/stack_one/models/operations/ats_update_application_request.rb
250
+ - lib/stack_one/models/operations/ats_update_application_response.rb
251
+ - lib/stack_one/models/operations/ats_update_candidate_request.rb
252
+ - lib/stack_one/models/operations/ats_update_candidate_response.rb
253
+ - lib/stack_one/models/operations/crm_create_contact_request.rb
254
+ - lib/stack_one/models/operations/crm_create_contact_response.rb
255
+ - lib/stack_one/models/operations/crm_get_account_queryparam_proxy.rb
256
+ - lib/stack_one/models/operations/crm_get_account_request.rb
257
+ - lib/stack_one/models/operations/crm_get_account_response.rb
258
+ - lib/stack_one/models/operations/crm_get_contact_queryparam_proxy.rb
259
+ - lib/stack_one/models/operations/crm_get_contact_request.rb
260
+ - lib/stack_one/models/operations/crm_get_contact_response.rb
261
+ - lib/stack_one/models/operations/crm_get_list_queryparam_proxy.rb
262
+ - lib/stack_one/models/operations/crm_get_list_request.rb
263
+ - lib/stack_one/models/operations/crm_get_list_response.rb
264
+ - lib/stack_one/models/operations/crm_list_accounts_queryparam_proxy.rb
265
+ - lib/stack_one/models/operations/crm_list_accounts_request.rb
266
+ - lib/stack_one/models/operations/crm_list_accounts_response.rb
267
+ - lib/stack_one/models/operations/crm_list_contacts_queryparam_proxy.rb
268
+ - lib/stack_one/models/operations/crm_list_contacts_request.rb
269
+ - lib/stack_one/models/operations/crm_list_contacts_response.rb
270
+ - lib/stack_one/models/operations/crm_list_lists_queryparam_proxy.rb
271
+ - lib/stack_one/models/operations/crm_list_lists_request.rb
272
+ - lib/stack_one/models/operations/crm_list_lists_response.rb
273
+ - lib/stack_one/models/operations/crm_update_contact_request.rb
274
+ - lib/stack_one/models/operations/crm_update_contact_response.rb
275
+ - lib/stack_one/models/operations/hris_create_employee_document_request.rb
276
+ - lib/stack_one/models/operations/hris_create_employee_document_response.rb
150
277
  - lib/stack_one/models/operations/hris_create_employee_request.rb
151
278
  - lib/stack_one/models/operations/hris_create_employee_response.rb
152
279
  - lib/stack_one/models/operations/hris_create_employee_time_off_request_request.rb
153
280
  - lib/stack_one/models/operations/hris_create_employee_time_off_request_response.rb
281
+ - lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_request.rb
282
+ - lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rb
154
283
  - lib/stack_one/models/operations/hris_create_time_off_request_request.rb
155
284
  - lib/stack_one/models/operations/hris_create_time_off_request_response.rb
285
+ - lib/stack_one/models/operations/hris_get_benefit_queryparam_proxy.rb
286
+ - lib/stack_one/models/operations/hris_get_benefit_request.rb
287
+ - lib/stack_one/models/operations/hris_get_benefit_response.rb
288
+ - lib/stack_one/models/operations/hris_get_company_queryparam_proxy.rb
156
289
  - lib/stack_one/models/operations/hris_get_company_request.rb
157
290
  - lib/stack_one/models/operations/hris_get_company_response.rb
158
291
  - lib/stack_one/models/operations/hris_get_employee_document_queryparam_proxy.rb
159
292
  - lib/stack_one/models/operations/hris_get_employee_document_request.rb
160
293
  - lib/stack_one/models/operations/hris_get_employee_document_response.rb
294
+ - lib/stack_one/models/operations/hris_get_employee_queryparam_proxy.rb
161
295
  - lib/stack_one/models/operations/hris_get_employee_request.rb
162
296
  - lib/stack_one/models/operations/hris_get_employee_response.rb
163
297
  - lib/stack_one/models/operations/hris_get_employees_time_off_request_queryparam_proxy.rb
164
298
  - lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb
165
299
  - lib/stack_one/models/operations/hris_get_employees_time_off_request_response.rb
300
+ - lib/stack_one/models/operations/hris_get_employees_work_eligibility_queryparam_proxy.rb
301
+ - lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
302
+ - lib/stack_one/models/operations/hris_get_employees_work_eligibility_response.rb
166
303
  - lib/stack_one/models/operations/hris_get_employment_queryparam_proxy.rb
167
304
  - lib/stack_one/models/operations/hris_get_employment_request.rb
168
305
  - lib/stack_one/models/operations/hris_get_employment_response.rb
@@ -172,6 +309,9 @@ files:
172
309
  - lib/stack_one/models/operations/hris_get_time_off_request_queryparam_proxy.rb
173
310
  - lib/stack_one/models/operations/hris_get_time_off_request_request.rb
174
311
  - lib/stack_one/models/operations/hris_get_time_off_request_response.rb
312
+ - lib/stack_one/models/operations/hris_list_benefits_queryparam_proxy.rb
313
+ - lib/stack_one/models/operations/hris_list_benefits_request.rb
314
+ - lib/stack_one/models/operations/hris_list_benefits_response.rb
175
315
  - lib/stack_one/models/operations/hris_list_companies_queryparam_proxy.rb
176
316
  - lib/stack_one/models/operations/hris_list_companies_request.rb
177
317
  - lib/stack_one/models/operations/hris_list_companies_response.rb
@@ -181,6 +321,9 @@ files:
181
321
  - lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_proxy.rb
182
322
  - lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb
183
323
  - lib/stack_one/models/operations/hris_list_employee_time_off_requests_response.rb
324
+ - lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_proxy.rb
325
+ - lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb
326
+ - lib/stack_one/models/operations/hris_list_employee_work_eligibility_response.rb
184
327
  - lib/stack_one/models/operations/hris_list_employees_queryparam_proxy.rb
185
328
  - lib/stack_one/models/operations/hris_list_employees_request.rb
186
329
  - lib/stack_one/models/operations/hris_list_employees_response.rb
@@ -195,8 +338,46 @@ files:
195
338
  - lib/stack_one/models/operations/hris_list_time_off_requests_response.rb
196
339
  - lib/stack_one/models/operations/hris_update_employee_request.rb
197
340
  - lib/stack_one/models/operations/hris_update_employee_response.rb
341
+ - lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_request.rb
342
+ - lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_response.rb
198
343
  - lib/stack_one/models/operations/hris_update_time_off_request_request.rb
199
344
  - lib/stack_one/models/operations/hris_update_time_off_request_response.rb
345
+ - lib/stack_one/models/operations/marketing_create_email_template_request.rb
346
+ - lib/stack_one/models/operations/marketing_create_email_template_response.rb
347
+ - lib/stack_one/models/operations/marketing_create_omni_channel_template_request.rb
348
+ - lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rb
349
+ - lib/stack_one/models/operations/marketing_create_push_template_request.rb
350
+ - lib/stack_one/models/operations/marketing_create_push_template_response.rb
351
+ - lib/stack_one/models/operations/marketing_get_campaign_queryparam_proxy.rb
352
+ - lib/stack_one/models/operations/marketing_get_campaign_request.rb
353
+ - lib/stack_one/models/operations/marketing_get_campaign_response.rb
354
+ - lib/stack_one/models/operations/marketing_get_email_template_queryparam_proxy.rb
355
+ - lib/stack_one/models/operations/marketing_get_email_template_request.rb
356
+ - lib/stack_one/models/operations/marketing_get_email_template_response.rb
357
+ - lib/stack_one/models/operations/marketing_get_omni_channel_template_queryparam_proxy.rb
358
+ - lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rb
359
+ - lib/stack_one/models/operations/marketing_get_omni_channel_template_response.rb
360
+ - lib/stack_one/models/operations/marketing_get_push_template_queryparam_proxy.rb
361
+ - lib/stack_one/models/operations/marketing_get_push_template_request.rb
362
+ - lib/stack_one/models/operations/marketing_get_push_template_response.rb
363
+ - lib/stack_one/models/operations/marketing_list_campaigns_queryparam_proxy.rb
364
+ - lib/stack_one/models/operations/marketing_list_campaigns_request.rb
365
+ - lib/stack_one/models/operations/marketing_list_campaigns_response.rb
366
+ - lib/stack_one/models/operations/marketing_list_email_templates_queryparam_proxy.rb
367
+ - lib/stack_one/models/operations/marketing_list_email_templates_request.rb
368
+ - lib/stack_one/models/operations/marketing_list_email_templates_response.rb
369
+ - lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_proxy.rb
370
+ - lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb
371
+ - lib/stack_one/models/operations/marketing_list_omni_channel_templates_response.rb
372
+ - lib/stack_one/models/operations/marketing_list_push_templates_queryparam_proxy.rb
373
+ - lib/stack_one/models/operations/marketing_list_push_templates_request.rb
374
+ - lib/stack_one/models/operations/marketing_list_push_templates_response.rb
375
+ - lib/stack_one/models/operations/marketing_update_email_template_request.rb
376
+ - lib/stack_one/models/operations/marketing_update_email_template_response.rb
377
+ - lib/stack_one/models/operations/marketing_update_omni_channel_template_request.rb
378
+ - lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rb
379
+ - lib/stack_one/models/operations/marketing_update_push_template_request.rb
380
+ - lib/stack_one/models/operations/marketing_update_push_template_response.rb
200
381
  - lib/stack_one/models/operations/proxy.rb
201
382
  - lib/stack_one/models/operations/queryparam_proxy.rb
202
383
  - lib/stack_one/models/operations/stackone_authenticate_connect_session_response.rb
@@ -218,13 +399,59 @@ files:
218
399
  - lib/stack_one/models/operations/stackone_update_account_request.rb
219
400
  - lib/stack_one/models/operations/stackone_update_account_response.rb
220
401
  - lib/stack_one/models/shared.rb
402
+ - lib/stack_one/models/shared/account.rb
403
+ - lib/stack_one/models/shared/accountaddress.rb
404
+ - lib/stack_one/models/shared/accountaddress_schemas_value.rb
405
+ - lib/stack_one/models/shared/accountaddress_value.rb
406
+ - lib/stack_one/models/shared/accountresult.rb
407
+ - lib/stack_one/models/shared/accountspaginated.rb
408
+ - lib/stack_one/models/shared/answer.rb
409
+ - lib/stack_one/models/shared/answer_value.rb
410
+ - lib/stack_one/models/shared/application.rb
411
+ - lib/stack_one/models/shared/application_candidate.rb
412
+ - lib/stack_one/models/shared/application_interview_stage.rb
413
+ - lib/stack_one/models/shared/application_status.rb
414
+ - lib/stack_one/models/shared/application_value.rb
415
+ - lib/stack_one/models/shared/applicationattachment.rb
416
+ - lib/stack_one/models/shared/applicationattachment_value.rb
417
+ - lib/stack_one/models/shared/applicationresult.rb
418
+ - lib/stack_one/models/shared/applicationspaginated.rb
419
+ - lib/stack_one/models/shared/atscreateapplicationrequestdto.rb
420
+ - lib/stack_one/models/shared/atscreateapplicationrequestdto_application_status.rb
421
+ - lib/stack_one/models/shared/atscreateapplicationrequestdto_candidate.rb
422
+ - lib/stack_one/models/shared/atscreateapplicationrequestdto_value.rb
423
+ - lib/stack_one/models/shared/atscreatecandidaterequestdto.rb
424
+ - lib/stack_one/models/shared/atscreatenotesrequestdto.rb
425
+ - lib/stack_one/models/shared/atscreatenotesrequestdto_value.rb
426
+ - lib/stack_one/models/shared/atscreateofferrequestdto.rb
427
+ - lib/stack_one/models/shared/atscreateofferrequestdto_value.rb
428
+ - lib/stack_one/models/shared/atslocation.rb
429
+ - lib/stack_one/models/shared/atslocationresult.rb
430
+ - lib/stack_one/models/shared/atslocationspaginated.rb
431
+ - lib/stack_one/models/shared/atsupdateapplicationrequestdto.rb
432
+ - lib/stack_one/models/shared/atsupdateapplicationrequestdto_application_status.rb
433
+ - lib/stack_one/models/shared/atsupdateapplicationrequestdto_candidate.rb
434
+ - lib/stack_one/models/shared/atsupdateapplicationrequestdto_value.rb
435
+ - lib/stack_one/models/shared/atsupdatecandidatesrequestdto.rb
221
436
  - lib/stack_one/models/shared/avatar.rb
437
+ - lib/stack_one/models/shared/benefit_type.rb
222
438
  - lib/stack_one/models/shared/body.rb
439
+ - lib/stack_one/models/shared/campaign.rb
440
+ - lib/stack_one/models/shared/campaign_schemas_value.rb
441
+ - lib/stack_one/models/shared/campaign_value.rb
442
+ - lib/stack_one/models/shared/campaignresult.rb
443
+ - lib/stack_one/models/shared/campaignspaginated.rb
444
+ - lib/stack_one/models/shared/candidate.rb
445
+ - lib/stack_one/models/shared/candidateemail.rb
446
+ - lib/stack_one/models/shared/candidateresult.rb
447
+ - lib/stack_one/models/shared/candidatespaginated.rb
223
448
  - lib/stack_one/models/shared/categories.rb
224
449
  - lib/stack_one/models/shared/category.rb
450
+ - lib/stack_one/models/shared/channelsenum.rb
225
451
  - lib/stack_one/models/shared/companiespaginated.rb
226
452
  - lib/stack_one/models/shared/company.rb
227
453
  - lib/stack_one/models/shared/companyresult.rb
454
+ - lib/stack_one/models/shared/confidential.rb
228
455
  - lib/stack_one/models/shared/connectorsmeta.rb
229
456
  - lib/stack_one/models/shared/connectsession.rb
230
457
  - lib/stack_one/models/shared/connectsessionauthenticate.rb
@@ -232,19 +459,38 @@ files:
232
459
  - lib/stack_one/models/shared/connectsessioncreate_categories.rb
233
460
  - lib/stack_one/models/shared/connectsessiontoken.rb
234
461
  - lib/stack_one/models/shared/connectsessiontoken_categories.rb
462
+ - lib/stack_one/models/shared/contact.rb
463
+ - lib/stack_one/models/shared/contactresult.rb
464
+ - lib/stack_one/models/shared/contactspaginated.rb
235
465
  - lib/stack_one/models/shared/content.rb
466
+ - lib/stack_one/models/shared/content_type.rb
236
467
  - lib/stack_one/models/shared/costcenters.rb
237
468
  - lib/stack_one/models/shared/country.rb
238
469
  - lib/stack_one/models/shared/countrycodeenum.rb
470
+ - lib/stack_one/models/shared/countrycodeenum_value.rb
471
+ - lib/stack_one/models/shared/createcandidatenoteresult.rb
472
+ - lib/stack_one/models/shared/createdocumentresult.rb
239
473
  - lib/stack_one/models/shared/createemployeeresult.rb
474
+ - lib/stack_one/models/shared/createofferresult.rb
475
+ - lib/stack_one/models/shared/createresult.rb
476
+ - lib/stack_one/models/shared/createtemplateresult.rb
240
477
  - lib/stack_one/models/shared/createtimeoffresult.rb
478
+ - lib/stack_one/models/shared/createworkeligibilityresult.rb
241
479
  - lib/stack_one/models/shared/credentials.rb
480
+ - lib/stack_one/models/shared/crmcreatecontactrequestdto.rb
481
+ - lib/stack_one/models/shared/department.rb
482
+ - lib/stack_one/models/shared/departmentresult.rb
483
+ - lib/stack_one/models/shared/departmentspaginated.rb
242
484
  - lib/stack_one/models/shared/document.rb
243
485
  - lib/stack_one/models/shared/documentapimodel.rb
486
+ - lib/stack_one/models/shared/documentapimodel_type.rb
244
487
  - lib/stack_one/models/shared/documentapimodel_value.rb
245
488
  - lib/stack_one/models/shared/documentresult.rb
246
489
  - lib/stack_one/models/shared/documentspaginated.rb
490
+ - lib/stack_one/models/shared/emailmessages.rb
491
+ - lib/stack_one/models/shared/emailmessages_value.rb
247
492
  - lib/stack_one/models/shared/employee.rb
493
+ - lib/stack_one/models/shared/employee_company.rb
248
494
  - lib/stack_one/models/shared/employee_country.rb
249
495
  - lib/stack_one/models/shared/employee_location_type.rb
250
496
  - lib/stack_one/models/shared/employee_schemas_country.rb
@@ -278,11 +524,20 @@ files:
278
524
  - lib/stack_one/models/shared/employmentresult.rb
279
525
  - lib/stack_one/models/shared/employmentspaginated.rb
280
526
  - lib/stack_one/models/shared/ethnicity.rb
527
+ - lib/stack_one/models/shared/field.rb
528
+ - lib/stack_one/models/shared/field_type.rb
281
529
  - lib/stack_one/models/shared/fileformatenum.rb
282
530
  - lib/stack_one/models/shared/fileformatenum_value.rb
283
531
  - lib/stack_one/models/shared/gender.rb
284
532
  - lib/stack_one/models/shared/headers.rb
285
533
  - lib/stack_one/models/shared/home_location.rb
534
+ - lib/stack_one/models/shared/hrisbenefit.rb
535
+ - lib/stack_one/models/shared/hrisbenefit_value.rb
536
+ - lib/stack_one/models/shared/hrisbenefitresult.rb
537
+ - lib/stack_one/models/shared/hrisbenefitspaginated.rb
538
+ - lib/stack_one/models/shared/hriscreatedocumentrequestdto.rb
539
+ - lib/stack_one/models/shared/hriscreatedocumentrequestdto_type.rb
540
+ - lib/stack_one/models/shared/hriscreatedocumentrequestdto_value.rb
286
541
  - lib/stack_one/models/shared/hriscreateemployeerequestdto.rb
287
542
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_avatar.rb
288
543
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_country.rb
@@ -308,33 +563,130 @@ files:
308
563
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_work_location.rb
309
564
  - lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb
310
565
  - lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_value.rb
566
+ - lib/stack_one/models/shared/hriscreatetimeoffrequestdto_status.rb
311
567
  - lib/stack_one/models/shared/hriscreatetimeoffrequestdto_type.rb
312
568
  - lib/stack_one/models/shared/hriscreatetimeoffrequestdto_value.rb
569
+ - lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto.rb
570
+ - lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_schemas_value.rb
571
+ - lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_type.rb
572
+ - lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto_value.rb
313
573
  - lib/stack_one/models/shared/hrislocation.rb
574
+ - lib/stack_one/models/shared/hrislocation_country.rb
575
+ - lib/stack_one/models/shared/hrislocation_location_type.rb
314
576
  - lib/stack_one/models/shared/hrislocation_schemas_value.rb
315
577
  - lib/stack_one/models/shared/hrislocation_value.rb
316
578
  - lib/stack_one/models/shared/hrislocationresult.rb
317
579
  - lib/stack_one/models/shared/hrislocationspaginated.rb
318
580
  - lib/stack_one/models/shared/images.rb
581
+ - lib/stack_one/models/shared/internal.rb
582
+ - lib/stack_one/models/shared/interview.rb
583
+ - lib/stack_one/models/shared/interview_interview_stage.rb
584
+ - lib/stack_one/models/shared/interview_status.rb
585
+ - lib/stack_one/models/shared/interview_value.rb
586
+ - lib/stack_one/models/shared/interviewer.rb
587
+ - lib/stack_one/models/shared/interviewpart.rb
588
+ - lib/stack_one/models/shared/interviewspaginated.rb
589
+ - lib/stack_one/models/shared/interviewsresult.rb
590
+ - lib/stack_one/models/shared/interviewstage.rb
591
+ - lib/stack_one/models/shared/interviewstageresult.rb
592
+ - lib/stack_one/models/shared/interviewstagespaginated.rb
593
+ - lib/stack_one/models/shared/issued_by.rb
594
+ - lib/stack_one/models/shared/job.rb
319
595
  - lib/stack_one/models/shared/job_description.rb
596
+ - lib/stack_one/models/shared/job_schemas_status.rb
597
+ - lib/stack_one/models/shared/job_status.rb
598
+ - lib/stack_one/models/shared/job_value.rb
599
+ - lib/stack_one/models/shared/jobhiringteam.rb
600
+ - lib/stack_one/models/shared/jobposting.rb
601
+ - lib/stack_one/models/shared/jobposting_content.rb
602
+ - lib/stack_one/models/shared/jobposting_employment_contract_type.rb
603
+ - lib/stack_one/models/shared/jobposting_employment_type.rb
604
+ - lib/stack_one/models/shared/jobposting_schemas_status_value.rb
605
+ - lib/stack_one/models/shared/jobposting_schemas_value.rb
606
+ - lib/stack_one/models/shared/jobposting_status.rb
607
+ - lib/stack_one/models/shared/jobposting_value.rb
608
+ - lib/stack_one/models/shared/jobpostingcompensation.rb
609
+ - lib/stack_one/models/shared/jobpostingcompensation_pay_frequency.rb
610
+ - lib/stack_one/models/shared/jobpostingcompensation_pay_period.rb
611
+ - lib/stack_one/models/shared/jobpostingcompensation_schemas_type_value.rb
612
+ - lib/stack_one/models/shared/jobpostingcompensation_schemas_value.rb
613
+ - lib/stack_one/models/shared/jobpostingcompensation_type.rb
614
+ - lib/stack_one/models/shared/jobpostingcompensation_value.rb
615
+ - lib/stack_one/models/shared/jobpostinglocation.rb
616
+ - lib/stack_one/models/shared/jobpostingquestionnaire.rb
617
+ - lib/stack_one/models/shared/jobpostingresult.rb
618
+ - lib/stack_one/models/shared/jobpostingspaginated.rb
619
+ - lib/stack_one/models/shared/jobresult.rb
620
+ - lib/stack_one/models/shared/jobspaginated.rb
320
621
  - lib/stack_one/models/shared/linkedaccount.rb
321
622
  - lib/stack_one/models/shared/linkedaccountmeta.rb
322
623
  - lib/stack_one/models/shared/linkedaccountmeta_category.rb
624
+ - lib/stack_one/models/shared/list.rb
625
+ - lib/stack_one/models/shared/list_type.rb
626
+ - lib/stack_one/models/shared/list_value.rb
627
+ - lib/stack_one/models/shared/listresult.rb
628
+ - lib/stack_one/models/shared/listspaginated.rb
323
629
  - lib/stack_one/models/shared/location_type.rb
324
630
  - lib/stack_one/models/shared/marital_status.rb
631
+ - lib/stack_one/models/shared/marketingcreateemailtemplaterequestdto.rb
632
+ - lib/stack_one/models/shared/marketingcreatepushtemplaterequestdto.rb
633
+ - lib/stack_one/models/shared/marketingcreatetemplaterequestdto.rb
634
+ - lib/stack_one/models/shared/message.rb
635
+ - lib/stack_one/models/shared/message_content.rb
636
+ - lib/stack_one/models/shared/message_message_type.rb
637
+ - lib/stack_one/models/shared/message_type.rb
638
+ - lib/stack_one/models/shared/message_value.rb
325
639
  - lib/stack_one/models/shared/metadata.rb
326
640
  - lib/stack_one/models/shared/method.rb
641
+ - lib/stack_one/models/shared/note.rb
642
+ - lib/stack_one/models/shared/note_value.rb
643
+ - lib/stack_one/models/shared/note_visibility.rb
644
+ - lib/stack_one/models/shared/notecontentapimodel.rb
645
+ - lib/stack_one/models/shared/noteresult.rb
646
+ - lib/stack_one/models/shared/notespaginated.rb
647
+ - lib/stack_one/models/shared/offer.rb
648
+ - lib/stack_one/models/shared/offer_offer_status.rb
649
+ - lib/stack_one/models/shared/offer_status.rb
650
+ - lib/stack_one/models/shared/offer_value.rb
651
+ - lib/stack_one/models/shared/offerhistory.rb
652
+ - lib/stack_one/models/shared/offerspaginated.rb
653
+ - lib/stack_one/models/shared/offersresult.rb
654
+ - lib/stack_one/models/shared/overall_recommendation.rb
327
655
  - lib/stack_one/models/shared/patchaccountdto.rb
328
656
  - lib/stack_one/models/shared/pay_frequency.rb
329
657
  - lib/stack_one/models/shared/pay_period.rb
658
+ - lib/stack_one/models/shared/phonenumber.rb
659
+ - lib/stack_one/models/shared/phonenumber_type.rb
330
660
  - lib/stack_one/models/shared/proxyrequestbody.rb
661
+ - lib/stack_one/models/shared/pushmessages.rb
662
+ - lib/stack_one/models/shared/pushmessages_message_content.rb
663
+ - lib/stack_one/models/shared/pushmessages_message_type.rb
664
+ - lib/stack_one/models/shared/pushmessages_value.rb
665
+ - lib/stack_one/models/shared/question.rb
666
+ - lib/stack_one/models/shared/question_type.rb
667
+ - lib/stack_one/models/shared/question_value.rb
668
+ - lib/stack_one/models/shared/questionmultiplechoiceanswers.rb
669
+ - lib/stack_one/models/shared/questionnaire.rb
331
670
  - lib/stack_one/models/shared/rawresponse.rb
671
+ - lib/stack_one/models/shared/rejected_reason_type.rb
672
+ - lib/stack_one/models/shared/rejectedreason.rb
673
+ - lib/stack_one/models/shared/rejectedreason_value.rb
674
+ - lib/stack_one/models/shared/rejectedreasonresult.rb
675
+ - lib/stack_one/models/shared/rejectedreasonspaginated.rb
332
676
  - lib/stack_one/models/shared/resources.rb
333
- - lib/stack_one/models/shared/response.rb
677
+ - lib/stack_one/models/shared/resultlink.rb
678
+ - lib/stack_one/models/shared/schedule_type.rb
679
+ - lib/stack_one/models/shared/scorecard.rb
680
+ - lib/stack_one/models/shared/scorecardsection.rb
681
+ - lib/stack_one/models/shared/scorecardspaginated.rb
334
682
  - lib/stack_one/models/shared/security.rb
335
683
  - lib/stack_one/models/shared/setup_information.rb
684
+ - lib/stack_one/models/shared/sociallink.rb
336
685
  - lib/stack_one/models/shared/state.rb
337
686
  - lib/stack_one/models/shared/status.rb
687
+ - lib/stack_one/models/shared/template.rb
688
+ - lib/stack_one/models/shared/templateresult.rb
689
+ - lib/stack_one/models/shared/templatespaginated.rb
338
690
  - lib/stack_one/models/shared/timeoff.rb
339
691
  - lib/stack_one/models/shared/timeoff_schemas_value.rb
340
692
  - lib/stack_one/models/shared/timeoff_status.rb
@@ -343,24 +695,35 @@ files:
343
695
  - lib/stack_one/models/shared/timeoffpaginated.rb
344
696
  - lib/stack_one/models/shared/timeoffresult.rb
345
697
  - lib/stack_one/models/shared/type.rb
698
+ - lib/stack_one/models/shared/updateresult.rb
699
+ - lib/stack_one/models/shared/user.rb
700
+ - lib/stack_one/models/shared/userresult.rb
701
+ - lib/stack_one/models/shared/userspaginated.rb
346
702
  - lib/stack_one/models/shared/value.rb
703
+ - lib/stack_one/models/shared/visibility.rb
347
704
  - lib/stack_one/models/shared/work_location.rb
348
705
  - lib/stack_one/models/shared/workeligibility.rb
706
+ - lib/stack_one/models/shared/workeligibility_document.rb
707
+ - lib/stack_one/models/shared/workeligibility_issued_by.rb
708
+ - lib/stack_one/models/shared/workeligibility_schemas_value.rb
349
709
  - lib/stack_one/models/shared/workeligibility_type.rb
350
710
  - lib/stack_one/models/shared/workeligibility_value.rb
711
+ - lib/stack_one/models/shared/workeligibilitypaginated.rb
712
+ - lib/stack_one/models/shared/workeligibilityresult.rb
351
713
  - lib/stack_one/proxy.rb
352
714
  - lib/stack_one/sdkconfiguration.rb
353
715
  - lib/stack_one/stackone.rb
354
716
  - lib/stack_one/utils/metadata_fields.rb
717
+ - lib/stack_one/utils/t.rb
355
718
  - lib/stack_one/utils/utils.rb
356
719
  - lib/stackone_client.rb
357
- homepage: https://github.com/speakeasy-api/openapi-generation
720
+ homepage: https://github.com/StackOneHQ/stackone-client-ruby.git
358
721
  licenses:
359
722
  - Apache-2.0
360
723
  metadata:
361
- homepage_uri: https://github.com/speakeasy-api/openapi-generation
362
- documentation_uri: https://github.com/speakeasy-api/openapi-generation
363
- source_code_uri: https://github.com/speakeasy-api/openapi-generation
724
+ homepage_uri: https://github.com/StackOneHQ/stackone-client-ruby.git
725
+ documentation_uri: https://github.com/StackOneHQ/stackone-client-ruby.git
726
+ source_code_uri: https://github.com/StackOneHQ/stackone-client-ruby.git
364
727
  post_install_message:
365
728
  rdoc_options: []
366
729
  require_paths: