stackone_client 0.2.1 → 0.2.2

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