stackone_client 0.0.3 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (423) hide show
  1. checksums.yaml +4 -4
  2. data/lib/{stackone → stack_one}/accounts.rb +32 -26
  3. data/lib/{stackone → stack_one}/connect_sessions.rb +10 -7
  4. data/lib/{stackone → stack_one}/connectors.rb +15 -12
  5. data/lib/{stackone → stack_one}/hris.rb +109 -89
  6. data/lib/stack_one/models/operations/hris_create_employee_request.rb +27 -0
  7. data/lib/stack_one/models/operations/hris_create_employee_response.rb +33 -0
  8. data/lib/stack_one/models/operations/hris_create_employee_time_off_request_request.rb +30 -0
  9. data/lib/stack_one/models/operations/hris_create_employee_time_off_request_response.rb +33 -0
  10. data/lib/stack_one/models/operations/hris_create_time_off_request_request.rb +27 -0
  11. data/lib/stack_one/models/operations/hris_create_time_off_request_response.rb +33 -0
  12. data/lib/stack_one/models/operations/hris_get_company_request.rb +50 -0
  13. data/lib/stack_one/models/operations/hris_get_company_response.rb +33 -0
  14. data/lib/stack_one/models/operations/hris_get_employee_document_queryparam_proxy.rb +20 -0
  15. data/lib/stack_one/models/operations/hris_get_employee_document_request.rb +53 -0
  16. data/lib/stack_one/models/operations/hris_get_employee_document_response.rb +33 -0
  17. data/lib/stack_one/models/operations/hris_get_employee_request.rb +56 -0
  18. data/lib/stack_one/models/operations/hris_get_employee_response.rb +33 -0
  19. data/lib/stack_one/models/operations/hris_get_employees_time_off_request_queryparam_proxy.rb +20 -0
  20. data/lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb +53 -0
  21. data/lib/stack_one/models/operations/hris_get_employees_time_off_request_response.rb +33 -0
  22. data/lib/stack_one/models/operations/hris_get_employment_queryparam_proxy.rb +20 -0
  23. data/lib/stack_one/models/operations/hris_get_employment_request.rb +50 -0
  24. data/lib/stack_one/models/operations/hris_get_employment_response.rb +33 -0
  25. data/lib/stack_one/models/operations/hris_get_location_queryparam_proxy.rb +20 -0
  26. data/lib/stack_one/models/operations/hris_get_location_request.rb +50 -0
  27. data/lib/stack_one/models/operations/hris_get_location_response.rb +33 -0
  28. data/lib/stack_one/models/operations/hris_get_time_off_request_queryparam_proxy.rb +20 -0
  29. data/lib/stack_one/models/operations/hris_get_time_off_request_request.rb +50 -0
  30. data/lib/stack_one/models/operations/hris_get_time_off_request_response.rb +33 -0
  31. data/lib/stack_one/models/operations/hris_list_companies_queryparam_proxy.rb +20 -0
  32. data/lib/stack_one/models/operations/hris_list_companies_request.rb +47 -0
  33. data/lib/stack_one/models/operations/hris_list_companies_response.rb +33 -0
  34. data/lib/stack_one/models/operations/hris_list_employee_documents_queryparam_proxy.rb +20 -0
  35. data/lib/stack_one/models/operations/hris_list_employee_documents_request.rb +50 -0
  36. data/lib/stack_one/models/operations/hris_list_employee_documents_response.rb +33 -0
  37. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_proxy.rb +20 -0
  38. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb +50 -0
  39. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_response.rb +33 -0
  40. data/lib/stack_one/models/operations/hris_list_employees_queryparam_proxy.rb +20 -0
  41. data/lib/stack_one/models/operations/hris_list_employees_request.rb +53 -0
  42. data/lib/stack_one/models/operations/hris_list_employees_response.rb +33 -0
  43. data/lib/stack_one/models/operations/hris_list_employments_queryparam_proxy.rb +20 -0
  44. data/lib/stack_one/models/operations/hris_list_employments_request.rb +47 -0
  45. data/lib/stack_one/models/operations/hris_list_employments_response.rb +33 -0
  46. data/lib/stack_one/models/operations/hris_list_locations_queryparam_proxy.rb +20 -0
  47. data/lib/stack_one/models/operations/hris_list_locations_request.rb +47 -0
  48. data/lib/stack_one/models/operations/hris_list_locations_response.rb +33 -0
  49. data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_proxy.rb +20 -0
  50. data/lib/stack_one/models/operations/hris_list_time_off_requests_request.rb +47 -0
  51. data/lib/stack_one/models/operations/hris_list_time_off_requests_response.rb +33 -0
  52. data/lib/stack_one/models/operations/hris_update_employee_request.rb +30 -0
  53. data/lib/stack_one/models/operations/hris_update_employee_response.rb +33 -0
  54. data/lib/stack_one/models/operations/hris_update_time_off_request_request.rb +30 -0
  55. data/lib/stack_one/models/operations/hris_update_time_off_request_response.rb +33 -0
  56. data/lib/stack_one/models/operations/proxy.rb +20 -0
  57. data/lib/stack_one/models/operations/queryparam_proxy.rb +20 -0
  58. data/lib/{stackone/models/operations/stackone_authenticate_connect_session.rb → stack_one/models/operations/stackone_authenticate_connect_session_response.rb} +6 -8
  59. data/lib/{stackone/models/operations/stackone_create_connect_session.rb → stack_one/models/operations/stackone_create_connect_session_response.rb} +6 -8
  60. data/lib/stack_one/models/operations/stackone_delete_account_request.rb +24 -0
  61. data/lib/{stackone/models/operations/stackone_delete_account.rb → stack_one/models/operations/stackone_delete_account_response.rb} +6 -22
  62. data/lib/stack_one/models/operations/stackone_get_account_meta_info_request.rb +24 -0
  63. data/lib/{stackone/models/operations/stackone_get_account_meta_info.rb → stack_one/models/operations/stackone_get_account_meta_info_response.rb} +6 -22
  64. data/lib/stack_one/models/operations/stackone_get_account_request.rb +24 -0
  65. data/lib/{stackone/models/operations/stackone_get_account.rb → stack_one/models/operations/stackone_get_account_response.rb} +6 -22
  66. data/lib/stack_one/models/operations/stackone_get_connector_meta_request.rb +27 -0
  67. data/lib/stack_one/models/operations/stackone_get_connector_meta_response.rb +33 -0
  68. data/lib/stack_one/models/operations/stackone_list_connectors_meta_request.rb +24 -0
  69. data/lib/stack_one/models/operations/stackone_list_connectors_meta_response.rb +33 -0
  70. data/lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb +27 -0
  71. data/lib/stack_one/models/operations/stackone_list_linked_accounts_response.rb +33 -0
  72. data/lib/stack_one/models/operations/stackone_proxy_request_request.rb +27 -0
  73. data/lib/stack_one/models/operations/stackone_proxy_request_response.rb +30 -0
  74. data/lib/stack_one/models/operations/stackone_update_account_request.rb +27 -0
  75. data/lib/stack_one/models/operations/stackone_update_account_response.rb +33 -0
  76. data/lib/stack_one/models/operations.rb +79 -0
  77. data/lib/stack_one/models/shared/avatar.rb +27 -0
  78. data/lib/stack_one/models/shared/body.rb +20 -0
  79. data/lib/stack_one/models/shared/categories.rb +23 -0
  80. data/lib/stack_one/models/shared/category.rb +23 -0
  81. data/lib/stack_one/models/shared/companiespaginated.rb +33 -0
  82. data/lib/stack_one/models/shared/company.rb +36 -0
  83. data/lib/stack_one/models/shared/companyresult.rb +27 -0
  84. data/lib/stack_one/models/shared/connectorsmeta.rb +39 -0
  85. data/lib/stack_one/models/shared/connectsession.rb +54 -0
  86. data/lib/{stackone → stack_one}/models/shared/connectsessionauthenticate.rb +3 -4
  87. data/lib/stack_one/models/shared/connectsessioncreate.rb +51 -0
  88. data/lib/stack_one/models/shared/connectsessioncreate_categories.rb +23 -0
  89. data/lib/stack_one/models/shared/connectsessiontoken.rb +57 -0
  90. data/lib/stack_one/models/shared/connectsessiontoken_categories.rb +23 -0
  91. data/lib/stack_one/models/shared/content.rb +27 -0
  92. data/lib/stack_one/models/shared/costcenters.rb +27 -0
  93. data/lib/stack_one/models/shared/country.rb +27 -0
  94. data/lib/stack_one/models/shared/countrycodeenum.rb +27 -0
  95. data/lib/stack_one/models/shared/createemployeeresult.rb +30 -0
  96. data/lib/stack_one/models/shared/createtimeoffresult.rb +30 -0
  97. data/lib/stack_one/models/shared/credentials.rb +20 -0
  98. data/lib/stack_one/models/shared/document.rb +39 -0
  99. data/lib/stack_one/models/shared/documentapimodel.rb +42 -0
  100. data/lib/stack_one/models/shared/documentapimodel_value.rb +28 -0
  101. data/lib/stack_one/models/shared/documentresult.rb +27 -0
  102. data/lib/stack_one/models/shared/documentspaginated.rb +33 -0
  103. data/lib/stack_one/models/shared/employee.rb +135 -0
  104. data/lib/stack_one/models/shared/employee_country.rb +27 -0
  105. data/lib/stack_one/models/shared/employee_location_type.rb +27 -0
  106. data/lib/stack_one/models/shared/employee_schemas_country.rb +27 -0
  107. data/lib/stack_one/models/shared/employee_schemas_employment_type_value.rb +33 -0
  108. data/lib/stack_one/models/shared/employee_schemas_ethnicity_value.rb +27 -0
  109. data/lib/stack_one/models/shared/employee_schemas_gender_value.rb +24 -0
  110. data/lib/stack_one/models/shared/employee_schemas_home_location_location_type_value.rb +20 -0
  111. data/lib/{stackone/models/shared/countrycodeenum.rb → stack_one/models/shared/employee_schemas_home_location_value.rb} +3 -21
  112. data/lib/stack_one/models/shared/employee_schemas_location_type.rb +27 -0
  113. data/lib/stack_one/models/shared/employee_schemas_marital_status_value.rb +27 -0
  114. data/lib/stack_one/models/shared/employee_schemas_value.rb +24 -0
  115. data/lib/stack_one/models/shared/employee_schemas_work_location_location_type_value.rb +20 -0
  116. data/lib/{stackone/models/shared/accountaddress.rb → stack_one/models/shared/employee_schemas_work_location_value.rb} +3 -79
  117. data/lib/stack_one/models/shared/employee_value.rb +21 -0
  118. data/lib/stack_one/models/shared/employeecustomfields.rb +42 -0
  119. data/lib/stack_one/models/shared/employeecustomfields_schemas_value.rb +23 -0
  120. data/lib/stack_one/models/shared/employeecustomfields_type.rb +27 -0
  121. data/lib/stack_one/models/shared/employeecustomfields_value.rb +20 -0
  122. data/lib/stack_one/models/shared/employeeresult.rb +27 -0
  123. data/lib/stack_one/models/shared/employeespaginated.rb +33 -0
  124. data/lib/stack_one/models/shared/employment.rb +57 -0
  125. data/lib/stack_one/models/shared/employment_contract_type.rb +27 -0
  126. data/lib/stack_one/models/shared/employment_employment_contract_type.rb +27 -0
  127. data/lib/stack_one/models/shared/employment_employment_type.rb +27 -0
  128. data/lib/stack_one/models/shared/employment_schemas_pay_frequency_value.rb +33 -0
  129. data/lib/stack_one/models/shared/employment_schemas_pay_period_value.rb +26 -0
  130. data/lib/stack_one/models/shared/employment_schemas_value.rb +33 -0
  131. data/lib/stack_one/models/shared/employment_status.rb +27 -0
  132. data/lib/stack_one/models/shared/employment_type.rb +27 -0
  133. data/lib/stack_one/models/shared/employment_value.rb +21 -0
  134. data/lib/stack_one/models/shared/employmentresult.rb +27 -0
  135. data/lib/stack_one/models/shared/employmentspaginated.rb +33 -0
  136. data/lib/stack_one/models/shared/ethnicity.rb +27 -0
  137. data/lib/stack_one/models/shared/fileformatenum.rb +27 -0
  138. data/lib/stack_one/models/shared/fileformatenum_value.rb +34 -0
  139. data/lib/stack_one/models/shared/gender.rb +27 -0
  140. data/lib/stack_one/models/shared/headers.rb +20 -0
  141. data/lib/stack_one/models/shared/home_location.rb +60 -0
  142. data/lib/stack_one/models/shared/hriscreateemployeerequestdto.rb +117 -0
  143. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_avatar.rb +27 -0
  144. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_country.rb +27 -0
  145. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_contract_type.rb +27 -0
  146. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_status.rb +27 -0
  147. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_type.rb +27 -0
  148. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_ethnicity.rb +27 -0
  149. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_gender.rb +27 -0
  150. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_home_location.rb +45 -0
  151. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_marital_status.rb +27 -0
  152. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_country.rb +27 -0
  153. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb +33 -0
  154. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_ethnicity_value.rb +27 -0
  155. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_gender_value.rb +24 -0
  156. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_state_value.rb +3841 -0
  157. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_value.rb +266 -0
  158. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_marital_status_value.rb +27 -0
  159. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_value.rb +24 -0
  160. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_state_value.rb +3841 -0
  161. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_value.rb +266 -0
  162. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_state.rb +27 -0
  163. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_value.rb +21 -0
  164. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_work_location.rb +45 -0
  165. data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb +39 -0
  166. data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_value.rb +20 -0
  167. data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_type.rb +27 -0
  168. data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto_value.rb +19 -0
  169. data/lib/stack_one/models/shared/hrislocation.rb +60 -0
  170. data/lib/stack_one/models/shared/hrislocation_schemas_value.rb +20 -0
  171. data/lib/{stackone/models/shared/hrislocation.rb → stack_one/models/shared/hrislocation_value.rb} +1 -96
  172. data/lib/stack_one/models/shared/hrislocationresult.rb +27 -0
  173. data/lib/stack_one/models/shared/hrislocationspaginated.rb +33 -0
  174. data/lib/stack_one/models/shared/images.rb +27 -0
  175. data/lib/stack_one/models/shared/job_description.rb +24 -0
  176. data/lib/stack_one/models/shared/linkedaccount.rb +54 -0
  177. data/lib/stack_one/models/shared/linkedaccountmeta.rb +30 -0
  178. data/lib/stack_one/models/shared/linkedaccountmeta_category.rb +23 -0
  179. data/lib/stack_one/models/shared/location_type.rb +27 -0
  180. data/lib/stack_one/models/shared/marital_status.rb +27 -0
  181. data/lib/stack_one/models/shared/metadata.rb +20 -0
  182. data/lib/stack_one/models/shared/method.rb +22 -0
  183. data/lib/{stackone → stack_one}/models/shared/patchaccountdto.rb +1 -2
  184. data/lib/stack_one/models/shared/pay_frequency.rb +27 -0
  185. data/lib/stack_one/models/shared/pay_period.rb +27 -0
  186. data/lib/stack_one/models/shared/proxyrequestbody.rb +36 -0
  187. data/lib/stack_one/models/shared/rawresponse.rb +33 -0
  188. data/lib/stack_one/models/shared/resources.rb +24 -0
  189. data/lib/stack_one/models/shared/response.rb +20 -0
  190. data/lib/stack_one/models/shared/security.rb +27 -0
  191. data/lib/stack_one/models/shared/setup_information.rb +20 -0
  192. data/lib/stack_one/models/shared/state.rb +27 -0
  193. data/lib/stack_one/models/shared/status.rb +27 -0
  194. data/lib/stack_one/models/shared/timeoff.rb +48 -0
  195. data/lib/stack_one/models/shared/timeoff_schemas_value.rb +20 -0
  196. data/lib/stack_one/models/shared/timeoff_status.rb +27 -0
  197. data/lib/stack_one/models/shared/timeoff_type.rb +27 -0
  198. data/lib/stack_one/models/shared/timeoff_value.rb +19 -0
  199. data/lib/stack_one/models/shared/timeoffpaginated.rb +33 -0
  200. data/lib/stack_one/models/shared/timeoffresult.rb +27 -0
  201. data/lib/stack_one/models/shared/type.rb +27 -0
  202. data/lib/stack_one/models/shared/value.rb +266 -0
  203. data/lib/stack_one/models/shared/work_location.rb +60 -0
  204. data/lib/stack_one/models/shared/workeligibility.rb +42 -0
  205. data/lib/stack_one/models/shared/workeligibility_type.rb +27 -0
  206. data/lib/stack_one/models/shared/workeligibility_value.rb +22 -0
  207. data/lib/stack_one/models/shared.rb +139 -0
  208. data/lib/{stackone → stack_one}/proxy.rb +6 -4
  209. data/lib/{stackone → stack_one}/sdkconfiguration.rb +4 -4
  210. data/lib/{stackone/sdk.rb → stack_one/stackone.rb} +2 -5
  211. data/lib/stackone_client.rb +11 -229
  212. metadata +213 -230
  213. data/lib/stackone/ats.rb +0 -1289
  214. data/lib/stackone/crm.rb +0 -323
  215. data/lib/stackone/marketing.rb +0 -584
  216. data/lib/stackone/models/operations/ats_create_application.rb +0 -53
  217. data/lib/stackone/models/operations/ats_create_candidate.rb +0 -53
  218. data/lib/stackone/models/operations/ats_create_candidate_note.rb +0 -56
  219. data/lib/stackone/models/operations/ats_create_offer.rb +0 -53
  220. data/lib/stackone/models/operations/ats_get_application.rb +0 -88
  221. data/lib/stackone/models/operations/ats_get_application_offer.rb +0 -91
  222. data/lib/stackone/models/operations/ats_get_application_scorecard.rb +0 -91
  223. data/lib/stackone/models/operations/ats_get_candidate.rb +0 -88
  224. data/lib/stackone/models/operations/ats_get_candidate_note.rb +0 -91
  225. data/lib/stackone/models/operations/ats_get_department.rb +0 -88
  226. data/lib/stackone/models/operations/ats_get_interview.rb +0 -88
  227. data/lib/stackone/models/operations/ats_get_interview_stage.rb +0 -88
  228. data/lib/stackone/models/operations/ats_get_job.rb +0 -88
  229. data/lib/stackone/models/operations/ats_get_job_posting.rb +0 -91
  230. data/lib/stackone/models/operations/ats_get_location.rb +0 -88
  231. data/lib/stackone/models/operations/ats_get_offer.rb +0 -88
  232. data/lib/stackone/models/operations/ats_get_rejected_reason.rb +0 -88
  233. data/lib/stackone/models/operations/ats_get_user.rb +0 -88
  234. data/lib/stackone/models/operations/ats_list_application_scorecards.rb +0 -88
  235. data/lib/stackone/models/operations/ats_list_applications.rb +0 -85
  236. data/lib/stackone/models/operations/ats_list_applications_offers.rb +0 -88
  237. data/lib/stackone/models/operations/ats_list_candidate_notes.rb +0 -88
  238. data/lib/stackone/models/operations/ats_list_candidates.rb +0 -85
  239. data/lib/stackone/models/operations/ats_list_departments.rb +0 -85
  240. data/lib/stackone/models/operations/ats_list_interview_stages.rb +0 -85
  241. data/lib/stackone/models/operations/ats_list_interviews.rb +0 -85
  242. data/lib/stackone/models/operations/ats_list_job_postings.rb +0 -88
  243. data/lib/stackone/models/operations/ats_list_jobs.rb +0 -85
  244. data/lib/stackone/models/operations/ats_list_locations.rb +0 -85
  245. data/lib/stackone/models/operations/ats_list_offers.rb +0 -85
  246. data/lib/stackone/models/operations/ats_list_rejected_reasons.rb +0 -85
  247. data/lib/stackone/models/operations/ats_list_users.rb +0 -85
  248. data/lib/stackone/models/operations/ats_update_application.rb +0 -56
  249. data/lib/stackone/models/operations/ats_update_candidate.rb +0 -56
  250. data/lib/stackone/models/operations/crm_create_contact.rb +0 -53
  251. data/lib/stackone/models/operations/crm_get_account.rb +0 -88
  252. data/lib/stackone/models/operations/crm_get_contact.rb +0 -88
  253. data/lib/stackone/models/operations/crm_get_list.rb +0 -88
  254. data/lib/stackone/models/operations/crm_list_accounts.rb +0 -85
  255. data/lib/stackone/models/operations/crm_list_contacts.rb +0 -85
  256. data/lib/stackone/models/operations/crm_list_lists.rb +0 -85
  257. data/lib/stackone/models/operations/crm_update_contact.rb +0 -56
  258. data/lib/stackone/models/operations/hris_create_employee.rb +0 -53
  259. data/lib/stackone/models/operations/hris_create_employee_time_off_request.rb +0 -56
  260. data/lib/stackone/models/operations/hris_create_time_off_request.rb +0 -53
  261. data/lib/stackone/models/operations/hris_get_company.rb +0 -88
  262. data/lib/stackone/models/operations/hris_get_employee.rb +0 -94
  263. data/lib/stackone/models/operations/hris_get_employee_document.rb +0 -91
  264. data/lib/stackone/models/operations/hris_get_employees_time_off_request.rb +0 -91
  265. data/lib/stackone/models/operations/hris_get_employment.rb +0 -88
  266. data/lib/stackone/models/operations/hris_get_location.rb +0 -88
  267. data/lib/stackone/models/operations/hris_get_time_off_request.rb +0 -88
  268. data/lib/stackone/models/operations/hris_list_companies.rb +0 -85
  269. data/lib/stackone/models/operations/hris_list_employee_documents.rb +0 -88
  270. data/lib/stackone/models/operations/hris_list_employee_time_off_requests.rb +0 -88
  271. data/lib/stackone/models/operations/hris_list_employees.rb +0 -91
  272. data/lib/stackone/models/operations/hris_list_employments.rb +0 -85
  273. data/lib/stackone/models/operations/hris_list_locations.rb +0 -85
  274. data/lib/stackone/models/operations/hris_list_time_off_requests.rb +0 -85
  275. data/lib/stackone/models/operations/hris_update_employee.rb +0 -56
  276. data/lib/stackone/models/operations/hris_update_time_off_request.rb +0 -56
  277. data/lib/stackone/models/operations/marketing_create_email_template.rb +0 -53
  278. data/lib/stackone/models/operations/marketing_create_omni_channel_template.rb +0 -53
  279. data/lib/stackone/models/operations/marketing_create_push_template.rb +0 -53
  280. data/lib/stackone/models/operations/marketing_get_campaign.rb +0 -88
  281. data/lib/stackone/models/operations/marketing_get_email_template.rb +0 -88
  282. data/lib/stackone/models/operations/marketing_get_omni_channel_template.rb +0 -88
  283. data/lib/stackone/models/operations/marketing_get_push_template.rb +0 -88
  284. data/lib/stackone/models/operations/marketing_list_campaigns.rb +0 -85
  285. data/lib/stackone/models/operations/marketing_list_email_templates.rb +0 -85
  286. data/lib/stackone/models/operations/marketing_list_omni_channel_templates.rb +0 -85
  287. data/lib/stackone/models/operations/marketing_list_push_templates.rb +0 -85
  288. data/lib/stackone/models/operations/marketing_update_email_template.rb +0 -56
  289. data/lib/stackone/models/operations/marketing_update_omni_channel_template.rb +0 -56
  290. data/lib/stackone/models/operations/marketing_update_push_template.rb +0 -56
  291. data/lib/stackone/models/operations/stackone_get_connector_meta.rb +0 -52
  292. data/lib/stackone/models/operations/stackone_list_connectors_meta.rb +0 -48
  293. data/lib/stackone/models/operations/stackone_list_linked_accounts.rb +0 -51
  294. data/lib/stackone/models/operations/stackone_proxy_request.rb +0 -49
  295. data/lib/stackone/models/operations/stackone_update_account.rb +0 -53
  296. data/lib/stackone/models/shared/account.rb +0 -55
  297. data/lib/stackone/models/shared/accountresult.rb +0 -29
  298. data/lib/stackone/models/shared/accountspaginated.rb +0 -34
  299. data/lib/stackone/models/shared/answer.rb +0 -64
  300. data/lib/stackone/models/shared/application.rb +0 -158
  301. data/lib/stackone/models/shared/applicationattachment.rb +0 -63
  302. data/lib/stackone/models/shared/applicationresult.rb +0 -29
  303. data/lib/stackone/models/shared/applicationspaginated.rb +0 -34
  304. data/lib/stackone/models/shared/atscreateapplicationrequestdto.rb +0 -102
  305. data/lib/stackone/models/shared/atscreatecandidaterequestdto.rb +0 -46
  306. data/lib/stackone/models/shared/atscreatenotesrequestdto.rb +0 -57
  307. data/lib/stackone/models/shared/atscreateofferrequestdto.rb +0 -72
  308. data/lib/stackone/models/shared/atslocation.rb +0 -28
  309. data/lib/stackone/models/shared/atslocationresult.rb +0 -29
  310. data/lib/stackone/models/shared/atslocationspaginated.rb +0 -34
  311. data/lib/stackone/models/shared/atsupdateapplicationrequestdto.rb +0 -105
  312. data/lib/stackone/models/shared/atsupdatecandidatesrequestdto.rb +0 -49
  313. data/lib/stackone/models/shared/attachmenttype.rb +0 -40
  314. data/lib/stackone/models/shared/campaign.rb +0 -120
  315. data/lib/stackone/models/shared/campaignresult.rb +0 -29
  316. data/lib/stackone/models/shared/campaignspaginated.rb +0 -34
  317. data/lib/stackone/models/shared/candidate.rb +0 -64
  318. data/lib/stackone/models/shared/candidateemail.rb +0 -28
  319. data/lib/stackone/models/shared/candidateresult.rb +0 -29
  320. data/lib/stackone/models/shared/candidatespaginated.rb +0 -34
  321. data/lib/stackone/models/shared/channelsenum.rb +0 -42
  322. data/lib/stackone/models/shared/companiespaginated.rb +0 -34
  323. data/lib/stackone/models/shared/company.rb +0 -37
  324. data/lib/stackone/models/shared/companyresult.rb +0 -29
  325. data/lib/stackone/models/shared/connectorsmeta.rb +0 -84
  326. data/lib/stackone/models/shared/connectsession.rb +0 -68
  327. data/lib/stackone/models/shared/connectsessioncreate.rb +0 -75
  328. data/lib/stackone/models/shared/connectsessiontoken.rb +0 -71
  329. data/lib/stackone/models/shared/contact.rb +0 -52
  330. data/lib/stackone/models/shared/contactresult.rb +0 -29
  331. data/lib/stackone/models/shared/contactspaginated.rb +0 -34
  332. data/lib/stackone/models/shared/content.rb +0 -29
  333. data/lib/stackone/models/shared/costcenters.rb +0 -25
  334. data/lib/stackone/models/shared/createcandidatenoteresult.rb +0 -31
  335. data/lib/stackone/models/shared/createemployeeresult.rb +0 -31
  336. data/lib/stackone/models/shared/createofferresult.rb +0 -31
  337. data/lib/stackone/models/shared/createresult.rb +0 -31
  338. data/lib/stackone/models/shared/createtemplateresult.rb +0 -31
  339. data/lib/stackone/models/shared/createtimeoffresult.rb +0 -31
  340. data/lib/stackone/models/shared/crmcreatecontactrequestdto.rb +0 -43
  341. data/lib/stackone/models/shared/department.rb +0 -28
  342. data/lib/stackone/models/shared/departmentresult.rb +0 -29
  343. data/lib/stackone/models/shared/departmentspaginated.rb +0 -34
  344. data/lib/stackone/models/shared/documentapimodel.rb +0 -44
  345. data/lib/stackone/models/shared/documentfileformatenum.rb +0 -40
  346. data/lib/stackone/models/shared/documentresult.rb +0 -29
  347. data/lib/stackone/models/shared/documentspaginated.rb +0 -34
  348. data/lib/stackone/models/shared/documenttypeenum.rb +0 -40
  349. data/lib/stackone/models/shared/emailmessages.rb +0 -93
  350. data/lib/stackone/models/shared/employee.rb +0 -1048
  351. data/lib/stackone/models/shared/employeecustomfields.rb +0 -83
  352. data/lib/stackone/models/shared/employeeresult.rb +0 -29
  353. data/lib/stackone/models/shared/employeespaginated.rb +0 -34
  354. data/lib/stackone/models/shared/employment.rb +0 -198
  355. data/lib/stackone/models/shared/employmentresult.rb +0 -29
  356. data/lib/stackone/models/shared/employmentspaginated.rb +0 -34
  357. data/lib/stackone/models/shared/field.rb +0 -56
  358. data/lib/stackone/models/shared/hriscreateemployeerequestdto.rb +0 -8645
  359. data/lib/stackone/models/shared/hriscreatetimeoffrequestdto.rb +0 -93
  360. data/lib/stackone/models/shared/hrislocationresult.rb +0 -29
  361. data/lib/stackone/models/shared/hrislocationspaginated.rb +0 -34
  362. data/lib/stackone/models/shared/interview.rb +0 -117
  363. data/lib/stackone/models/shared/interviewer.rb +0 -37
  364. data/lib/stackone/models/shared/interviewpart.rb +0 -40
  365. data/lib/stackone/models/shared/interviewspaginated.rb +0 -34
  366. data/lib/stackone/models/shared/interviewsresult.rb +0 -29
  367. data/lib/stackone/models/shared/interviewstage.rb +0 -37
  368. data/lib/stackone/models/shared/interviewstageresult.rb +0 -29
  369. data/lib/stackone/models/shared/interviewstagespaginated.rb +0 -34
  370. data/lib/stackone/models/shared/job.rb +0 -96
  371. data/lib/stackone/models/shared/jobhiringteam.rb +0 -37
  372. data/lib/stackone/models/shared/jobposting.rb +0 -189
  373. data/lib/stackone/models/shared/jobpostingcompensation.rb +0 -149
  374. data/lib/stackone/models/shared/jobpostinglocation.rb +0 -28
  375. data/lib/stackone/models/shared/jobpostingquestionnaire.rb +0 -34
  376. data/lib/stackone/models/shared/jobpostingresult.rb +0 -29
  377. data/lib/stackone/models/shared/jobpostingspaginated.rb +0 -34
  378. data/lib/stackone/models/shared/jobresult.rb +0 -29
  379. data/lib/stackone/models/shared/jobspaginated.rb +0 -34
  380. data/lib/stackone/models/shared/linkedaccount.rb +0 -75
  381. data/lib/stackone/models/shared/linkedaccountmeta.rb +0 -44
  382. data/lib/stackone/models/shared/list.rb +0 -67
  383. data/lib/stackone/models/shared/listresult.rb +0 -29
  384. data/lib/stackone/models/shared/listspaginated.rb +0 -34
  385. data/lib/stackone/models/shared/marketingcreateemailtemplaterequestdto.rb +0 -34
  386. data/lib/stackone/models/shared/marketingcreatepushtemplaterequestdto.rb +0 -34
  387. data/lib/stackone/models/shared/marketingcreatetemplaterequestdto.rb +0 -34
  388. data/lib/stackone/models/shared/message.rb +0 -50
  389. data/lib/stackone/models/shared/note.rb +0 -69
  390. data/lib/stackone/models/shared/notecontentapimodel.rb +0 -25
  391. data/lib/stackone/models/shared/noteresult.rb +0 -29
  392. data/lib/stackone/models/shared/notespaginated.rb +0 -34
  393. data/lib/stackone/models/shared/offer.rb +0 -81
  394. data/lib/stackone/models/shared/offerhistory.rb +0 -37
  395. data/lib/stackone/models/shared/offerspaginated.rb +0 -34
  396. data/lib/stackone/models/shared/offersresult.rb +0 -29
  397. data/lib/stackone/models/shared/proxyrequestbody.rb +0 -69
  398. data/lib/stackone/models/shared/pushmessages.rb +0 -81
  399. data/lib/stackone/models/shared/question.rb +0 -73
  400. data/lib/stackone/models/shared/questionmultiplechoiceanswers.rb +0 -28
  401. data/lib/stackone/models/shared/questionnaire.rb +0 -28
  402. data/lib/stackone/models/shared/rawresponse.rb +0 -44
  403. data/lib/stackone/models/shared/rejectedreason.rb +0 -60
  404. data/lib/stackone/models/shared/rejectedreasonresult.rb +0 -29
  405. data/lib/stackone/models/shared/rejectedreasonspaginated.rb +0 -34
  406. data/lib/stackone/models/shared/resultlink.rb +0 -28
  407. data/lib/stackone/models/shared/scorecard.rb +0 -65
  408. data/lib/stackone/models/shared/scorecardsection.rb +0 -31
  409. data/lib/stackone/models/shared/scorecardspaginated.rb +0 -34
  410. data/lib/stackone/models/shared/security.rb +0 -28
  411. data/lib/stackone/models/shared/sociallink.rb +0 -28
  412. data/lib/stackone/models/shared/template.rb +0 -37
  413. data/lib/stackone/models/shared/templateresult.rb +0 -29
  414. data/lib/stackone/models/shared/templatespaginated.rb +0 -34
  415. data/lib/stackone/models/shared/timeoff.rb +0 -102
  416. data/lib/stackone/models/shared/timeoffpaginated.rb +0 -34
  417. data/lib/stackone/models/shared/timeoffresult.rb +0 -29
  418. data/lib/stackone/models/shared/updateresult.rb +0 -31
  419. data/lib/stackone/models/shared/user.rb +0 -40
  420. data/lib/stackone/models/shared/userresult.rb +0 -29
  421. data/lib/stackone/models/shared/userspaginated.rb +0 -34
  422. /data/lib/{stackone → stack_one}/utils/metadata_fields.rb +0 -0
  423. /data/lib/{stackone → stack_one}/utils/utils.rb +0 -0
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.0.3
4
+ version: 0.1.1
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-02 00:00:00.000000000 Z
11
+ date: 2024-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -142,234 +142,217 @@ executables: []
142
142
  extensions: []
143
143
  extra_rdoc_files: []
144
144
  files:
145
- - lib/stackone/accounts.rb
146
- - lib/stackone/ats.rb
147
- - lib/stackone/connect_sessions.rb
148
- - lib/stackone/connectors.rb
149
- - lib/stackone/crm.rb
150
- - lib/stackone/hris.rb
151
- - lib/stackone/marketing.rb
152
- - lib/stackone/models/operations/ats_create_application.rb
153
- - lib/stackone/models/operations/ats_create_candidate.rb
154
- - lib/stackone/models/operations/ats_create_candidate_note.rb
155
- - lib/stackone/models/operations/ats_create_offer.rb
156
- - lib/stackone/models/operations/ats_get_application.rb
157
- - lib/stackone/models/operations/ats_get_application_offer.rb
158
- - lib/stackone/models/operations/ats_get_application_scorecard.rb
159
- - lib/stackone/models/operations/ats_get_candidate.rb
160
- - lib/stackone/models/operations/ats_get_candidate_note.rb
161
- - lib/stackone/models/operations/ats_get_department.rb
162
- - lib/stackone/models/operations/ats_get_interview.rb
163
- - lib/stackone/models/operations/ats_get_interview_stage.rb
164
- - lib/stackone/models/operations/ats_get_job.rb
165
- - lib/stackone/models/operations/ats_get_job_posting.rb
166
- - lib/stackone/models/operations/ats_get_location.rb
167
- - lib/stackone/models/operations/ats_get_offer.rb
168
- - lib/stackone/models/operations/ats_get_rejected_reason.rb
169
- - lib/stackone/models/operations/ats_get_user.rb
170
- - lib/stackone/models/operations/ats_list_application_scorecards.rb
171
- - lib/stackone/models/operations/ats_list_applications.rb
172
- - lib/stackone/models/operations/ats_list_applications_offers.rb
173
- - lib/stackone/models/operations/ats_list_candidate_notes.rb
174
- - lib/stackone/models/operations/ats_list_candidates.rb
175
- - lib/stackone/models/operations/ats_list_departments.rb
176
- - lib/stackone/models/operations/ats_list_interview_stages.rb
177
- - lib/stackone/models/operations/ats_list_interviews.rb
178
- - lib/stackone/models/operations/ats_list_job_postings.rb
179
- - lib/stackone/models/operations/ats_list_jobs.rb
180
- - lib/stackone/models/operations/ats_list_locations.rb
181
- - lib/stackone/models/operations/ats_list_offers.rb
182
- - lib/stackone/models/operations/ats_list_rejected_reasons.rb
183
- - lib/stackone/models/operations/ats_list_users.rb
184
- - lib/stackone/models/operations/ats_update_application.rb
185
- - lib/stackone/models/operations/ats_update_candidate.rb
186
- - lib/stackone/models/operations/crm_create_contact.rb
187
- - lib/stackone/models/operations/crm_get_account.rb
188
- - lib/stackone/models/operations/crm_get_contact.rb
189
- - lib/stackone/models/operations/crm_get_list.rb
190
- - lib/stackone/models/operations/crm_list_accounts.rb
191
- - lib/stackone/models/operations/crm_list_contacts.rb
192
- - lib/stackone/models/operations/crm_list_lists.rb
193
- - lib/stackone/models/operations/crm_update_contact.rb
194
- - lib/stackone/models/operations/hris_create_employee.rb
195
- - lib/stackone/models/operations/hris_create_employee_time_off_request.rb
196
- - lib/stackone/models/operations/hris_create_time_off_request.rb
197
- - lib/stackone/models/operations/hris_get_company.rb
198
- - lib/stackone/models/operations/hris_get_employee.rb
199
- - lib/stackone/models/operations/hris_get_employee_document.rb
200
- - lib/stackone/models/operations/hris_get_employees_time_off_request.rb
201
- - lib/stackone/models/operations/hris_get_employment.rb
202
- - lib/stackone/models/operations/hris_get_location.rb
203
- - lib/stackone/models/operations/hris_get_time_off_request.rb
204
- - lib/stackone/models/operations/hris_list_companies.rb
205
- - lib/stackone/models/operations/hris_list_employee_documents.rb
206
- - lib/stackone/models/operations/hris_list_employee_time_off_requests.rb
207
- - lib/stackone/models/operations/hris_list_employees.rb
208
- - lib/stackone/models/operations/hris_list_employments.rb
209
- - lib/stackone/models/operations/hris_list_locations.rb
210
- - lib/stackone/models/operations/hris_list_time_off_requests.rb
211
- - lib/stackone/models/operations/hris_update_employee.rb
212
- - lib/stackone/models/operations/hris_update_time_off_request.rb
213
- - lib/stackone/models/operations/marketing_create_email_template.rb
214
- - lib/stackone/models/operations/marketing_create_omni_channel_template.rb
215
- - lib/stackone/models/operations/marketing_create_push_template.rb
216
- - lib/stackone/models/operations/marketing_get_campaign.rb
217
- - lib/stackone/models/operations/marketing_get_email_template.rb
218
- - lib/stackone/models/operations/marketing_get_omni_channel_template.rb
219
- - lib/stackone/models/operations/marketing_get_push_template.rb
220
- - lib/stackone/models/operations/marketing_list_campaigns.rb
221
- - lib/stackone/models/operations/marketing_list_email_templates.rb
222
- - lib/stackone/models/operations/marketing_list_omni_channel_templates.rb
223
- - lib/stackone/models/operations/marketing_list_push_templates.rb
224
- - lib/stackone/models/operations/marketing_update_email_template.rb
225
- - lib/stackone/models/operations/marketing_update_omni_channel_template.rb
226
- - lib/stackone/models/operations/marketing_update_push_template.rb
227
- - lib/stackone/models/operations/stackone_authenticate_connect_session.rb
228
- - lib/stackone/models/operations/stackone_create_connect_session.rb
229
- - lib/stackone/models/operations/stackone_delete_account.rb
230
- - lib/stackone/models/operations/stackone_get_account.rb
231
- - lib/stackone/models/operations/stackone_get_account_meta_info.rb
232
- - lib/stackone/models/operations/stackone_get_connector_meta.rb
233
- - lib/stackone/models/operations/stackone_list_connectors_meta.rb
234
- - lib/stackone/models/operations/stackone_list_linked_accounts.rb
235
- - lib/stackone/models/operations/stackone_proxy_request.rb
236
- - lib/stackone/models/operations/stackone_update_account.rb
237
- - lib/stackone/models/shared/account.rb
238
- - lib/stackone/models/shared/accountaddress.rb
239
- - lib/stackone/models/shared/accountresult.rb
240
- - lib/stackone/models/shared/accountspaginated.rb
241
- - lib/stackone/models/shared/answer.rb
242
- - lib/stackone/models/shared/application.rb
243
- - lib/stackone/models/shared/applicationattachment.rb
244
- - lib/stackone/models/shared/applicationresult.rb
245
- - lib/stackone/models/shared/applicationspaginated.rb
246
- - lib/stackone/models/shared/atscreateapplicationrequestdto.rb
247
- - lib/stackone/models/shared/atscreatecandidaterequestdto.rb
248
- - lib/stackone/models/shared/atscreatenotesrequestdto.rb
249
- - lib/stackone/models/shared/atscreateofferrequestdto.rb
250
- - lib/stackone/models/shared/atslocation.rb
251
- - lib/stackone/models/shared/atslocationresult.rb
252
- - lib/stackone/models/shared/atslocationspaginated.rb
253
- - lib/stackone/models/shared/atsupdateapplicationrequestdto.rb
254
- - lib/stackone/models/shared/atsupdatecandidatesrequestdto.rb
255
- - lib/stackone/models/shared/attachmenttype.rb
256
- - lib/stackone/models/shared/campaign.rb
257
- - lib/stackone/models/shared/campaignresult.rb
258
- - lib/stackone/models/shared/campaignspaginated.rb
259
- - lib/stackone/models/shared/candidate.rb
260
- - lib/stackone/models/shared/candidateemail.rb
261
- - lib/stackone/models/shared/candidateresult.rb
262
- - lib/stackone/models/shared/candidatespaginated.rb
263
- - lib/stackone/models/shared/channelsenum.rb
264
- - lib/stackone/models/shared/companiespaginated.rb
265
- - lib/stackone/models/shared/company.rb
266
- - lib/stackone/models/shared/companyresult.rb
267
- - lib/stackone/models/shared/connectorsmeta.rb
268
- - lib/stackone/models/shared/connectsession.rb
269
- - lib/stackone/models/shared/connectsessionauthenticate.rb
270
- - lib/stackone/models/shared/connectsessioncreate.rb
271
- - lib/stackone/models/shared/connectsessiontoken.rb
272
- - lib/stackone/models/shared/contact.rb
273
- - lib/stackone/models/shared/contactresult.rb
274
- - lib/stackone/models/shared/contactspaginated.rb
275
- - lib/stackone/models/shared/content.rb
276
- - lib/stackone/models/shared/costcenters.rb
277
- - lib/stackone/models/shared/countrycodeenum.rb
278
- - lib/stackone/models/shared/createcandidatenoteresult.rb
279
- - lib/stackone/models/shared/createemployeeresult.rb
280
- - lib/stackone/models/shared/createofferresult.rb
281
- - lib/stackone/models/shared/createresult.rb
282
- - lib/stackone/models/shared/createtemplateresult.rb
283
- - lib/stackone/models/shared/createtimeoffresult.rb
284
- - lib/stackone/models/shared/crmcreatecontactrequestdto.rb
285
- - lib/stackone/models/shared/department.rb
286
- - lib/stackone/models/shared/departmentresult.rb
287
- - lib/stackone/models/shared/departmentspaginated.rb
288
- - lib/stackone/models/shared/documentapimodel.rb
289
- - lib/stackone/models/shared/documentfileformatenum.rb
290
- - lib/stackone/models/shared/documentresult.rb
291
- - lib/stackone/models/shared/documentspaginated.rb
292
- - lib/stackone/models/shared/documenttypeenum.rb
293
- - lib/stackone/models/shared/emailmessages.rb
294
- - lib/stackone/models/shared/employee.rb
295
- - lib/stackone/models/shared/employeecustomfields.rb
296
- - lib/stackone/models/shared/employeeresult.rb
297
- - lib/stackone/models/shared/employeespaginated.rb
298
- - lib/stackone/models/shared/employment.rb
299
- - lib/stackone/models/shared/employmentresult.rb
300
- - lib/stackone/models/shared/employmentspaginated.rb
301
- - lib/stackone/models/shared/field.rb
302
- - lib/stackone/models/shared/hriscreateemployeerequestdto.rb
303
- - lib/stackone/models/shared/hriscreatetimeoffrequestdto.rb
304
- - lib/stackone/models/shared/hrislocation.rb
305
- - lib/stackone/models/shared/hrislocationresult.rb
306
- - lib/stackone/models/shared/hrislocationspaginated.rb
307
- - lib/stackone/models/shared/interview.rb
308
- - lib/stackone/models/shared/interviewer.rb
309
- - lib/stackone/models/shared/interviewpart.rb
310
- - lib/stackone/models/shared/interviewspaginated.rb
311
- - lib/stackone/models/shared/interviewsresult.rb
312
- - lib/stackone/models/shared/interviewstage.rb
313
- - lib/stackone/models/shared/interviewstageresult.rb
314
- - lib/stackone/models/shared/interviewstagespaginated.rb
315
- - lib/stackone/models/shared/job.rb
316
- - lib/stackone/models/shared/jobhiringteam.rb
317
- - lib/stackone/models/shared/jobposting.rb
318
- - lib/stackone/models/shared/jobpostingcompensation.rb
319
- - lib/stackone/models/shared/jobpostinglocation.rb
320
- - lib/stackone/models/shared/jobpostingquestionnaire.rb
321
- - lib/stackone/models/shared/jobpostingresult.rb
322
- - lib/stackone/models/shared/jobpostingspaginated.rb
323
- - lib/stackone/models/shared/jobresult.rb
324
- - lib/stackone/models/shared/jobspaginated.rb
325
- - lib/stackone/models/shared/linkedaccount.rb
326
- - lib/stackone/models/shared/linkedaccountmeta.rb
327
- - lib/stackone/models/shared/list.rb
328
- - lib/stackone/models/shared/listresult.rb
329
- - lib/stackone/models/shared/listspaginated.rb
330
- - lib/stackone/models/shared/marketingcreateemailtemplaterequestdto.rb
331
- - lib/stackone/models/shared/marketingcreatepushtemplaterequestdto.rb
332
- - lib/stackone/models/shared/marketingcreatetemplaterequestdto.rb
333
- - lib/stackone/models/shared/message.rb
334
- - lib/stackone/models/shared/note.rb
335
- - lib/stackone/models/shared/notecontentapimodel.rb
336
- - lib/stackone/models/shared/noteresult.rb
337
- - lib/stackone/models/shared/notespaginated.rb
338
- - lib/stackone/models/shared/offer.rb
339
- - lib/stackone/models/shared/offerhistory.rb
340
- - lib/stackone/models/shared/offerspaginated.rb
341
- - lib/stackone/models/shared/offersresult.rb
342
- - lib/stackone/models/shared/patchaccountdto.rb
343
- - lib/stackone/models/shared/proxyrequestbody.rb
344
- - lib/stackone/models/shared/pushmessages.rb
345
- - lib/stackone/models/shared/question.rb
346
- - lib/stackone/models/shared/questionmultiplechoiceanswers.rb
347
- - lib/stackone/models/shared/questionnaire.rb
348
- - lib/stackone/models/shared/rawresponse.rb
349
- - lib/stackone/models/shared/rejectedreason.rb
350
- - lib/stackone/models/shared/rejectedreasonresult.rb
351
- - lib/stackone/models/shared/rejectedreasonspaginated.rb
352
- - lib/stackone/models/shared/resultlink.rb
353
- - lib/stackone/models/shared/scorecard.rb
354
- - lib/stackone/models/shared/scorecardsection.rb
355
- - lib/stackone/models/shared/scorecardspaginated.rb
356
- - lib/stackone/models/shared/security.rb
357
- - lib/stackone/models/shared/sociallink.rb
358
- - lib/stackone/models/shared/template.rb
359
- - lib/stackone/models/shared/templateresult.rb
360
- - lib/stackone/models/shared/templatespaginated.rb
361
- - lib/stackone/models/shared/timeoff.rb
362
- - lib/stackone/models/shared/timeoffpaginated.rb
363
- - lib/stackone/models/shared/timeoffresult.rb
364
- - lib/stackone/models/shared/updateresult.rb
365
- - lib/stackone/models/shared/user.rb
366
- - lib/stackone/models/shared/userresult.rb
367
- - lib/stackone/models/shared/userspaginated.rb
368
- - lib/stackone/proxy.rb
369
- - lib/stackone/sdk.rb
370
- - lib/stackone/sdkconfiguration.rb
371
- - lib/stackone/utils/metadata_fields.rb
372
- - lib/stackone/utils/utils.rb
145
+ - lib/stack_one/accounts.rb
146
+ - lib/stack_one/connect_sessions.rb
147
+ - lib/stack_one/connectors.rb
148
+ - lib/stack_one/hris.rb
149
+ - lib/stack_one/models/operations.rb
150
+ - lib/stack_one/models/operations/hris_create_employee_request.rb
151
+ - lib/stack_one/models/operations/hris_create_employee_response.rb
152
+ - lib/stack_one/models/operations/hris_create_employee_time_off_request_request.rb
153
+ - lib/stack_one/models/operations/hris_create_employee_time_off_request_response.rb
154
+ - lib/stack_one/models/operations/hris_create_time_off_request_request.rb
155
+ - lib/stack_one/models/operations/hris_create_time_off_request_response.rb
156
+ - lib/stack_one/models/operations/hris_get_company_request.rb
157
+ - lib/stack_one/models/operations/hris_get_company_response.rb
158
+ - lib/stack_one/models/operations/hris_get_employee_document_queryparam_proxy.rb
159
+ - lib/stack_one/models/operations/hris_get_employee_document_request.rb
160
+ - lib/stack_one/models/operations/hris_get_employee_document_response.rb
161
+ - lib/stack_one/models/operations/hris_get_employee_request.rb
162
+ - lib/stack_one/models/operations/hris_get_employee_response.rb
163
+ - lib/stack_one/models/operations/hris_get_employees_time_off_request_queryparam_proxy.rb
164
+ - lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb
165
+ - lib/stack_one/models/operations/hris_get_employees_time_off_request_response.rb
166
+ - lib/stack_one/models/operations/hris_get_employment_queryparam_proxy.rb
167
+ - lib/stack_one/models/operations/hris_get_employment_request.rb
168
+ - lib/stack_one/models/operations/hris_get_employment_response.rb
169
+ - lib/stack_one/models/operations/hris_get_location_queryparam_proxy.rb
170
+ - lib/stack_one/models/operations/hris_get_location_request.rb
171
+ - lib/stack_one/models/operations/hris_get_location_response.rb
172
+ - lib/stack_one/models/operations/hris_get_time_off_request_queryparam_proxy.rb
173
+ - lib/stack_one/models/operations/hris_get_time_off_request_request.rb
174
+ - lib/stack_one/models/operations/hris_get_time_off_request_response.rb
175
+ - lib/stack_one/models/operations/hris_list_companies_queryparam_proxy.rb
176
+ - lib/stack_one/models/operations/hris_list_companies_request.rb
177
+ - lib/stack_one/models/operations/hris_list_companies_response.rb
178
+ - lib/stack_one/models/operations/hris_list_employee_documents_queryparam_proxy.rb
179
+ - lib/stack_one/models/operations/hris_list_employee_documents_request.rb
180
+ - lib/stack_one/models/operations/hris_list_employee_documents_response.rb
181
+ - lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_proxy.rb
182
+ - lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb
183
+ - lib/stack_one/models/operations/hris_list_employee_time_off_requests_response.rb
184
+ - lib/stack_one/models/operations/hris_list_employees_queryparam_proxy.rb
185
+ - lib/stack_one/models/operations/hris_list_employees_request.rb
186
+ - lib/stack_one/models/operations/hris_list_employees_response.rb
187
+ - lib/stack_one/models/operations/hris_list_employments_queryparam_proxy.rb
188
+ - lib/stack_one/models/operations/hris_list_employments_request.rb
189
+ - lib/stack_one/models/operations/hris_list_employments_response.rb
190
+ - lib/stack_one/models/operations/hris_list_locations_queryparam_proxy.rb
191
+ - lib/stack_one/models/operations/hris_list_locations_request.rb
192
+ - lib/stack_one/models/operations/hris_list_locations_response.rb
193
+ - lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_proxy.rb
194
+ - lib/stack_one/models/operations/hris_list_time_off_requests_request.rb
195
+ - lib/stack_one/models/operations/hris_list_time_off_requests_response.rb
196
+ - lib/stack_one/models/operations/hris_update_employee_request.rb
197
+ - lib/stack_one/models/operations/hris_update_employee_response.rb
198
+ - lib/stack_one/models/operations/hris_update_time_off_request_request.rb
199
+ - lib/stack_one/models/operations/hris_update_time_off_request_response.rb
200
+ - lib/stack_one/models/operations/proxy.rb
201
+ - lib/stack_one/models/operations/queryparam_proxy.rb
202
+ - lib/stack_one/models/operations/stackone_authenticate_connect_session_response.rb
203
+ - lib/stack_one/models/operations/stackone_create_connect_session_response.rb
204
+ - lib/stack_one/models/operations/stackone_delete_account_request.rb
205
+ - lib/stack_one/models/operations/stackone_delete_account_response.rb
206
+ - lib/stack_one/models/operations/stackone_get_account_meta_info_request.rb
207
+ - lib/stack_one/models/operations/stackone_get_account_meta_info_response.rb
208
+ - lib/stack_one/models/operations/stackone_get_account_request.rb
209
+ - lib/stack_one/models/operations/stackone_get_account_response.rb
210
+ - lib/stack_one/models/operations/stackone_get_connector_meta_request.rb
211
+ - lib/stack_one/models/operations/stackone_get_connector_meta_response.rb
212
+ - lib/stack_one/models/operations/stackone_list_connectors_meta_request.rb
213
+ - lib/stack_one/models/operations/stackone_list_connectors_meta_response.rb
214
+ - lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb
215
+ - lib/stack_one/models/operations/stackone_list_linked_accounts_response.rb
216
+ - lib/stack_one/models/operations/stackone_proxy_request_request.rb
217
+ - lib/stack_one/models/operations/stackone_proxy_request_response.rb
218
+ - lib/stack_one/models/operations/stackone_update_account_request.rb
219
+ - lib/stack_one/models/operations/stackone_update_account_response.rb
220
+ - lib/stack_one/models/shared.rb
221
+ - lib/stack_one/models/shared/avatar.rb
222
+ - lib/stack_one/models/shared/body.rb
223
+ - lib/stack_one/models/shared/categories.rb
224
+ - lib/stack_one/models/shared/category.rb
225
+ - lib/stack_one/models/shared/companiespaginated.rb
226
+ - lib/stack_one/models/shared/company.rb
227
+ - lib/stack_one/models/shared/companyresult.rb
228
+ - lib/stack_one/models/shared/connectorsmeta.rb
229
+ - lib/stack_one/models/shared/connectsession.rb
230
+ - lib/stack_one/models/shared/connectsessionauthenticate.rb
231
+ - lib/stack_one/models/shared/connectsessioncreate.rb
232
+ - lib/stack_one/models/shared/connectsessioncreate_categories.rb
233
+ - lib/stack_one/models/shared/connectsessiontoken.rb
234
+ - lib/stack_one/models/shared/connectsessiontoken_categories.rb
235
+ - lib/stack_one/models/shared/content.rb
236
+ - lib/stack_one/models/shared/costcenters.rb
237
+ - lib/stack_one/models/shared/country.rb
238
+ - lib/stack_one/models/shared/countrycodeenum.rb
239
+ - lib/stack_one/models/shared/createemployeeresult.rb
240
+ - lib/stack_one/models/shared/createtimeoffresult.rb
241
+ - lib/stack_one/models/shared/credentials.rb
242
+ - lib/stack_one/models/shared/document.rb
243
+ - lib/stack_one/models/shared/documentapimodel.rb
244
+ - lib/stack_one/models/shared/documentapimodel_value.rb
245
+ - lib/stack_one/models/shared/documentresult.rb
246
+ - lib/stack_one/models/shared/documentspaginated.rb
247
+ - lib/stack_one/models/shared/employee.rb
248
+ - lib/stack_one/models/shared/employee_country.rb
249
+ - lib/stack_one/models/shared/employee_location_type.rb
250
+ - lib/stack_one/models/shared/employee_schemas_country.rb
251
+ - lib/stack_one/models/shared/employee_schemas_employment_type_value.rb
252
+ - lib/stack_one/models/shared/employee_schemas_ethnicity_value.rb
253
+ - lib/stack_one/models/shared/employee_schemas_gender_value.rb
254
+ - lib/stack_one/models/shared/employee_schemas_home_location_location_type_value.rb
255
+ - lib/stack_one/models/shared/employee_schemas_home_location_value.rb
256
+ - lib/stack_one/models/shared/employee_schemas_location_type.rb
257
+ - lib/stack_one/models/shared/employee_schemas_marital_status_value.rb
258
+ - lib/stack_one/models/shared/employee_schemas_value.rb
259
+ - lib/stack_one/models/shared/employee_schemas_work_location_location_type_value.rb
260
+ - lib/stack_one/models/shared/employee_schemas_work_location_value.rb
261
+ - lib/stack_one/models/shared/employee_value.rb
262
+ - lib/stack_one/models/shared/employeecustomfields.rb
263
+ - lib/stack_one/models/shared/employeecustomfields_schemas_value.rb
264
+ - lib/stack_one/models/shared/employeecustomfields_type.rb
265
+ - lib/stack_one/models/shared/employeecustomfields_value.rb
266
+ - lib/stack_one/models/shared/employeeresult.rb
267
+ - lib/stack_one/models/shared/employeespaginated.rb
268
+ - lib/stack_one/models/shared/employment.rb
269
+ - lib/stack_one/models/shared/employment_contract_type.rb
270
+ - lib/stack_one/models/shared/employment_employment_contract_type.rb
271
+ - lib/stack_one/models/shared/employment_employment_type.rb
272
+ - lib/stack_one/models/shared/employment_schemas_pay_frequency_value.rb
273
+ - lib/stack_one/models/shared/employment_schemas_pay_period_value.rb
274
+ - lib/stack_one/models/shared/employment_schemas_value.rb
275
+ - lib/stack_one/models/shared/employment_status.rb
276
+ - lib/stack_one/models/shared/employment_type.rb
277
+ - lib/stack_one/models/shared/employment_value.rb
278
+ - lib/stack_one/models/shared/employmentresult.rb
279
+ - lib/stack_one/models/shared/employmentspaginated.rb
280
+ - lib/stack_one/models/shared/ethnicity.rb
281
+ - lib/stack_one/models/shared/fileformatenum.rb
282
+ - lib/stack_one/models/shared/fileformatenum_value.rb
283
+ - lib/stack_one/models/shared/gender.rb
284
+ - lib/stack_one/models/shared/headers.rb
285
+ - lib/stack_one/models/shared/home_location.rb
286
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto.rb
287
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_avatar.rb
288
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_country.rb
289
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_contract_type.rb
290
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_status.rb
291
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_employment_type.rb
292
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_ethnicity.rb
293
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_gender.rb
294
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_home_location.rb
295
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_marital_status.rb
296
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_country.rb
297
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb
298
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_ethnicity_value.rb
299
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_gender_value.rb
300
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_state_value.rb
301
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_value.rb
302
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_marital_status_value.rb
303
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_value.rb
304
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_state_value.rb
305
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_value.rb
306
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_state.rb
307
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_value.rb
308
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_work_location.rb
309
+ - lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb
310
+ - lib/stack_one/models/shared/hriscreatetimeoffrequestdto_schemas_value.rb
311
+ - lib/stack_one/models/shared/hriscreatetimeoffrequestdto_type.rb
312
+ - lib/stack_one/models/shared/hriscreatetimeoffrequestdto_value.rb
313
+ - lib/stack_one/models/shared/hrislocation.rb
314
+ - lib/stack_one/models/shared/hrislocation_schemas_value.rb
315
+ - lib/stack_one/models/shared/hrislocation_value.rb
316
+ - lib/stack_one/models/shared/hrislocationresult.rb
317
+ - lib/stack_one/models/shared/hrislocationspaginated.rb
318
+ - lib/stack_one/models/shared/images.rb
319
+ - lib/stack_one/models/shared/job_description.rb
320
+ - lib/stack_one/models/shared/linkedaccount.rb
321
+ - lib/stack_one/models/shared/linkedaccountmeta.rb
322
+ - lib/stack_one/models/shared/linkedaccountmeta_category.rb
323
+ - lib/stack_one/models/shared/location_type.rb
324
+ - lib/stack_one/models/shared/marital_status.rb
325
+ - lib/stack_one/models/shared/metadata.rb
326
+ - lib/stack_one/models/shared/method.rb
327
+ - lib/stack_one/models/shared/patchaccountdto.rb
328
+ - lib/stack_one/models/shared/pay_frequency.rb
329
+ - lib/stack_one/models/shared/pay_period.rb
330
+ - lib/stack_one/models/shared/proxyrequestbody.rb
331
+ - lib/stack_one/models/shared/rawresponse.rb
332
+ - lib/stack_one/models/shared/resources.rb
333
+ - lib/stack_one/models/shared/response.rb
334
+ - lib/stack_one/models/shared/security.rb
335
+ - lib/stack_one/models/shared/setup_information.rb
336
+ - lib/stack_one/models/shared/state.rb
337
+ - lib/stack_one/models/shared/status.rb
338
+ - lib/stack_one/models/shared/timeoff.rb
339
+ - lib/stack_one/models/shared/timeoff_schemas_value.rb
340
+ - lib/stack_one/models/shared/timeoff_status.rb
341
+ - lib/stack_one/models/shared/timeoff_type.rb
342
+ - lib/stack_one/models/shared/timeoff_value.rb
343
+ - lib/stack_one/models/shared/timeoffpaginated.rb
344
+ - lib/stack_one/models/shared/timeoffresult.rb
345
+ - lib/stack_one/models/shared/type.rb
346
+ - lib/stack_one/models/shared/value.rb
347
+ - lib/stack_one/models/shared/work_location.rb
348
+ - lib/stack_one/models/shared/workeligibility.rb
349
+ - lib/stack_one/models/shared/workeligibility_type.rb
350
+ - lib/stack_one/models/shared/workeligibility_value.rb
351
+ - lib/stack_one/proxy.rb
352
+ - lib/stack_one/sdkconfiguration.rb
353
+ - lib/stack_one/stackone.rb
354
+ - lib/stack_one/utils/metadata_fields.rb
355
+ - lib/stack_one/utils/utils.rb
373
356
  - lib/stackone_client.rb
374
357
  homepage: https://github.com/speakeasy-api/openapi-generation
375
358
  licenses: