stackone_client 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (272) 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/{stackone → stack_one}/models/shared/content.rb +4 -6
  92. data/lib/{stackone → stack_one}/models/shared/costcenters.rb +4 -5
  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 +34 -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 +35 -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/stack_one/models/shared/employee_schemas_home_location_value.rb +266 -0
  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/stack_one/models/shared/employee_schemas_work_location_value.rb +266 -0
  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 +35 -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 +35 -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/{stackone/models/shared/countrycodeenum.rb → stack_one/models/shared/value.rb} +1 -19
  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} +1 -1
  211. data/lib/{stackone → stack_one}/utils/utils.rb +2 -2
  212. data/lib/stackone_client.rb +11 -79
  213. metadata +213 -80
  214. data/lib/stackone/models/operations/hris_create_employee.rb +0 -53
  215. data/lib/stackone/models/operations/hris_create_employee_time_off_request.rb +0 -56
  216. data/lib/stackone/models/operations/hris_create_time_off_request.rb +0 -53
  217. data/lib/stackone/models/operations/hris_get_company.rb +0 -88
  218. data/lib/stackone/models/operations/hris_get_employee.rb +0 -94
  219. data/lib/stackone/models/operations/hris_get_employee_document.rb +0 -91
  220. data/lib/stackone/models/operations/hris_get_employees_time_off_request.rb +0 -91
  221. data/lib/stackone/models/operations/hris_get_employment.rb +0 -88
  222. data/lib/stackone/models/operations/hris_get_location.rb +0 -88
  223. data/lib/stackone/models/operations/hris_get_time_off_request.rb +0 -88
  224. data/lib/stackone/models/operations/hris_list_companies.rb +0 -85
  225. data/lib/stackone/models/operations/hris_list_employee_documents.rb +0 -88
  226. data/lib/stackone/models/operations/hris_list_employee_time_off_requests.rb +0 -88
  227. data/lib/stackone/models/operations/hris_list_employees.rb +0 -91
  228. data/lib/stackone/models/operations/hris_list_employments.rb +0 -85
  229. data/lib/stackone/models/operations/hris_list_locations.rb +0 -85
  230. data/lib/stackone/models/operations/hris_list_time_off_requests.rb +0 -85
  231. data/lib/stackone/models/operations/hris_update_employee.rb +0 -56
  232. data/lib/stackone/models/operations/hris_update_time_off_request.rb +0 -56
  233. data/lib/stackone/models/operations/stackone_get_connector_meta.rb +0 -52
  234. data/lib/stackone/models/operations/stackone_list_connectors_meta.rb +0 -48
  235. data/lib/stackone/models/operations/stackone_list_linked_accounts.rb +0 -51
  236. data/lib/stackone/models/operations/stackone_proxy_request.rb +0 -49
  237. data/lib/stackone/models/operations/stackone_update_account.rb +0 -53
  238. data/lib/stackone/models/shared/companiespaginated.rb +0 -34
  239. data/lib/stackone/models/shared/company.rb +0 -37
  240. data/lib/stackone/models/shared/companyresult.rb +0 -29
  241. data/lib/stackone/models/shared/connectorsmeta.rb +0 -84
  242. data/lib/stackone/models/shared/connectsession.rb +0 -68
  243. data/lib/stackone/models/shared/connectsessioncreate.rb +0 -75
  244. data/lib/stackone/models/shared/connectsessiontoken.rb +0 -71
  245. data/lib/stackone/models/shared/createemployeeresult.rb +0 -31
  246. data/lib/stackone/models/shared/createtimeoffresult.rb +0 -31
  247. data/lib/stackone/models/shared/documentapimodel.rb +0 -44
  248. data/lib/stackone/models/shared/documentresult.rb +0 -29
  249. data/lib/stackone/models/shared/documentspaginated.rb +0 -34
  250. data/lib/stackone/models/shared/documenttypeenum.rb +0 -40
  251. data/lib/stackone/models/shared/employee.rb +0 -1065
  252. data/lib/stackone/models/shared/employeecustomfields.rb +0 -83
  253. data/lib/stackone/models/shared/employeeresult.rb +0 -29
  254. data/lib/stackone/models/shared/employeespaginated.rb +0 -34
  255. data/lib/stackone/models/shared/employment.rb +0 -199
  256. data/lib/stackone/models/shared/employmentresult.rb +0 -29
  257. data/lib/stackone/models/shared/employmentspaginated.rb +0 -34
  258. data/lib/stackone/models/shared/fileformatenum.rb +0 -52
  259. data/lib/stackone/models/shared/hriscreateemployeerequestdto.rb +0 -8645
  260. data/lib/stackone/models/shared/hriscreatetimeoffrequestdto.rb +0 -93
  261. data/lib/stackone/models/shared/hrislocationresult.rb +0 -29
  262. data/lib/stackone/models/shared/hrislocationspaginated.rb +0 -34
  263. data/lib/stackone/models/shared/linkedaccount.rb +0 -75
  264. data/lib/stackone/models/shared/linkedaccountmeta.rb +0 -44
  265. data/lib/stackone/models/shared/proxyrequestbody.rb +0 -69
  266. data/lib/stackone/models/shared/rawresponse.rb +0 -44
  267. data/lib/stackone/models/shared/security.rb +0 -28
  268. data/lib/stackone/models/shared/timeoff.rb +0 -102
  269. data/lib/stackone/models/shared/timeoffpaginated.rb +0 -34
  270. data/lib/stackone/models/shared/timeoffresult.rb +0 -29
  271. data/lib/stackone/models/shared/workeligibility.rb +0 -101
  272. /data/lib/{stackone → stack_one}/utils/metadata_fields.rb +0 -0
@@ -1,88 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/companyresult'
9
-
10
- module StackOne
11
- module Operations
12
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
- class Proxy < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
-
18
-
19
- def initialize; end
20
- end
21
-
22
-
23
- class HrisGetCompanyRequest < ::StackOne::Utils::FieldAugmented
24
- extend T::Sig
25
-
26
-
27
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
28
- # The account identifier
29
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
30
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
31
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
32
- # The unified cursor
33
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
34
- # The page number of the results to fetch
35
- #
36
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
37
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
38
- # The number of results per page
39
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
40
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
41
- field :proxy, T.nilable(Operations::Proxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
42
- # Indicates that the raw request result is returned
43
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
44
- # The sync token to select the only updated results
45
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
46
- # Use a string with a date to only select results updated after that given date
47
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
48
-
49
-
50
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::Proxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
51
- def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
52
- @id = id
53
- @x_account_id = x_account_id
54
- @fields = fields
55
- @next_ = next_
56
- @page = page
57
- @page_size = page_size
58
- @proxy = proxy
59
- @raw = raw
60
- @sync_token = sync_token
61
- @updated_after = updated_after
62
- end
63
- end
64
-
65
-
66
- class HrisGetCompanyResponse < ::StackOne::Utils::FieldAugmented
67
- extend T::Sig
68
-
69
- # HTTP response content type for this operation
70
- field :content_type, String
71
- # Raw HTTP response; suitable for custom response parsing
72
- field :raw_response, Faraday::Response
73
- # HTTP response status code for this operation
74
- field :status_code, Integer
75
- # The Company with the given identifier was retrieved.
76
- field :company_result, T.nilable(Shared::CompanyResult)
77
-
78
-
79
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, company_result: T.nilable(Shared::CompanyResult)).void }
80
- def initialize(content_type: nil, raw_response: nil, status_code: nil, company_result: nil)
81
- @content_type = content_type
82
- @raw_response = raw_response
83
- @status_code = status_code
84
- @company_result = company_result
85
- end
86
- end
87
- end
88
- end
@@ -1,94 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/employeeresult'
9
-
10
- module StackOne
11
- module Operations
12
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
- class QueryParamProxy < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
-
18
-
19
- def initialize; end
20
- end
21
-
22
-
23
- class HrisGetEmployeeRequest < ::StackOne::Utils::FieldAugmented
24
- extend T::Sig
25
-
26
-
27
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
28
- # The account identifier
29
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
30
- # The comma separated list of fields that will be expanded in the response
31
- field :expand, T.nilable(String), { 'query_param': { 'field_name': 'expand', 'style': 'form', 'explode': true } }
32
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
33
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
34
- # The comma separated list of fields that will be included in the response
35
- field :include, T.nilable(String), { 'query_param': { 'field_name': 'include', 'style': 'form', 'explode': true } }
36
- # The unified cursor
37
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
38
- # The page number of the results to fetch
39
- #
40
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
41
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
42
- # The number of results per page
43
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
44
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
45
- field :proxy, T.nilable(Operations::QueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
46
- # Indicates that the raw request result is returned
47
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
48
- # The sync token to select the only updated results
49
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
50
- # Use a string with a date to only select results updated after that given date
51
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
52
-
53
-
54
- sig { params(id: String, x_account_id: String, expand: T.nilable(String), fields: T.nilable(String), include: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::QueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
55
- def initialize(id: nil, x_account_id: nil, expand: nil, fields: nil, include: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
56
- @id = id
57
- @x_account_id = x_account_id
58
- @expand = expand
59
- @fields = fields
60
- @include = include
61
- @next_ = next_
62
- @page = page
63
- @page_size = page_size
64
- @proxy = proxy
65
- @raw = raw
66
- @sync_token = sync_token
67
- @updated_after = updated_after
68
- end
69
- end
70
-
71
-
72
- class HrisGetEmployeeResponse < ::StackOne::Utils::FieldAugmented
73
- extend T::Sig
74
-
75
- # HTTP response content type for this operation
76
- field :content_type, String
77
- # Raw HTTP response; suitable for custom response parsing
78
- field :raw_response, Faraday::Response
79
- # HTTP response status code for this operation
80
- field :status_code, Integer
81
- # The employee with the given identifier was retrieved.
82
- field :employee_result, T.nilable(Shared::EmployeeResult)
83
-
84
-
85
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, employee_result: T.nilable(Shared::EmployeeResult)).void }
86
- def initialize(content_type: nil, raw_response: nil, status_code: nil, employee_result: nil)
87
- @content_type = content_type
88
- @raw_response = raw_response
89
- @status_code = status_code
90
- @employee_result = employee_result
91
- end
92
- end
93
- end
94
- end
@@ -1,91 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/documentresult'
9
-
10
- module StackOne
11
- module Operations
12
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
- class HrisGetEmployeeDocumentQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
-
18
-
19
- def initialize; end
20
- end
21
-
22
-
23
- class HrisGetEmployeeDocumentRequest < ::StackOne::Utils::FieldAugmented
24
- extend T::Sig
25
-
26
-
27
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
28
-
29
- field :sub_resource_id, String, { 'path_param': { 'field_name': 'subResourceId', 'style': 'simple', 'explode': false } }
30
- # The account identifier
31
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
32
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
33
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
34
- # The unified cursor
35
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
36
- # The page number of the results to fetch
37
- #
38
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
39
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
40
- # The number of results per page
41
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
42
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
43
- field :proxy, T.nilable(Operations::HrisGetEmployeeDocumentQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
44
- # Indicates that the raw request result is returned
45
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
46
- # The sync token to select the only updated results
47
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
48
- # Use a string with a date to only select results updated after that given date
49
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
50
-
51
-
52
- sig { params(id: String, sub_resource_id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetEmployeeDocumentQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
53
- def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
54
- @id = id
55
- @sub_resource_id = sub_resource_id
56
- @x_account_id = x_account_id
57
- @fields = fields
58
- @next_ = next_
59
- @page = page
60
- @page_size = page_size
61
- @proxy = proxy
62
- @raw = raw
63
- @sync_token = sync_token
64
- @updated_after = updated_after
65
- end
66
- end
67
-
68
-
69
- class HrisGetEmployeeDocumentResponse < ::StackOne::Utils::FieldAugmented
70
- extend T::Sig
71
-
72
- # HTTP response content type for this operation
73
- field :content_type, String
74
- # Raw HTTP response; suitable for custom response parsing
75
- field :raw_response, Faraday::Response
76
- # HTTP response status code for this operation
77
- field :status_code, Integer
78
- # The document related to the employee with the given identifiers was retrieved.
79
- field :document_result, T.nilable(Shared::DocumentResult)
80
-
81
-
82
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, document_result: T.nilable(Shared::DocumentResult)).void }
83
- def initialize(content_type: nil, raw_response: nil, status_code: nil, document_result: nil)
84
- @content_type = content_type
85
- @raw_response = raw_response
86
- @status_code = status_code
87
- @document_result = document_result
88
- end
89
- end
90
- end
91
- end
@@ -1,91 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/timeoffresult'
9
-
10
- module StackOne
11
- module Operations
12
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
- class HrisGetEmployeesTimeOffRequestQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
-
18
-
19
- def initialize; end
20
- end
21
-
22
-
23
- class HrisGetEmployeesTimeOffRequestRequest < ::StackOne::Utils::FieldAugmented
24
- extend T::Sig
25
-
26
-
27
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
28
-
29
- field :sub_resource_id, String, { 'path_param': { 'field_name': 'subResourceId', 'style': 'simple', 'explode': false } }
30
- # The account identifier
31
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
32
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
33
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
34
- # The unified cursor
35
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
36
- # The page number of the results to fetch
37
- #
38
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
39
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
40
- # The number of results per page
41
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
42
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
43
- field :proxy, T.nilable(Operations::HrisGetEmployeesTimeOffRequestQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
44
- # Indicates that the raw request result is returned
45
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
46
- # The sync token to select the only updated results
47
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
48
- # Use a string with a date to only select results updated after that given date
49
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
50
-
51
-
52
- sig { params(id: String, sub_resource_id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetEmployeesTimeOffRequestQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
53
- def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
54
- @id = id
55
- @sub_resource_id = sub_resource_id
56
- @x_account_id = x_account_id
57
- @fields = fields
58
- @next_ = next_
59
- @page = page
60
- @page_size = page_size
61
- @proxy = proxy
62
- @raw = raw
63
- @sync_token = sync_token
64
- @updated_after = updated_after
65
- end
66
- end
67
-
68
-
69
- class HrisGetEmployeesTimeOffRequestResponse < ::StackOne::Utils::FieldAugmented
70
- extend T::Sig
71
-
72
- # HTTP response content type for this operation
73
- field :content_type, String
74
- # Raw HTTP response; suitable for custom response parsing
75
- field :raw_response, Faraday::Response
76
- # HTTP response status code for this operation
77
- field :status_code, Integer
78
- # The time off request related to the employee with the given identifiers was retrieved.
79
- field :time_off_result, T.nilable(Shared::TimeOffResult)
80
-
81
-
82
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, time_off_result: T.nilable(Shared::TimeOffResult)).void }
83
- def initialize(content_type: nil, raw_response: nil, status_code: nil, time_off_result: nil)
84
- @content_type = content_type
85
- @raw_response = raw_response
86
- @status_code = status_code
87
- @time_off_result = time_off_result
88
- end
89
- end
90
- end
91
- end
@@ -1,88 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/employmentresult'
9
-
10
- module StackOne
11
- module Operations
12
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
- class HrisGetEmploymentQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
-
18
-
19
- def initialize; end
20
- end
21
-
22
-
23
- class HrisGetEmploymentRequest < ::StackOne::Utils::FieldAugmented
24
- extend T::Sig
25
-
26
-
27
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
28
- # The account identifier
29
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
30
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
31
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
32
- # The unified cursor
33
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
34
- # The page number of the results to fetch
35
- #
36
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
37
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
38
- # The number of results per page
39
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
40
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
41
- field :proxy, T.nilable(Operations::HrisGetEmploymentQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
42
- # Indicates that the raw request result is returned
43
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
44
- # The sync token to select the only updated results
45
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
46
- # Use a string with a date to only select results updated after that given date
47
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
48
-
49
-
50
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetEmploymentQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
51
- def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
52
- @id = id
53
- @x_account_id = x_account_id
54
- @fields = fields
55
- @next_ = next_
56
- @page = page
57
- @page_size = page_size
58
- @proxy = proxy
59
- @raw = raw
60
- @sync_token = sync_token
61
- @updated_after = updated_after
62
- end
63
- end
64
-
65
-
66
- class HrisGetEmploymentResponse < ::StackOne::Utils::FieldAugmented
67
- extend T::Sig
68
-
69
- # HTTP response content type for this operation
70
- field :content_type, String
71
- # Raw HTTP response; suitable for custom response parsing
72
- field :raw_response, Faraday::Response
73
- # HTTP response status code for this operation
74
- field :status_code, Integer
75
- # The Employment with the given identifier was retrieved.
76
- field :employment_result, T.nilable(Shared::EmploymentResult)
77
-
78
-
79
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, employment_result: T.nilable(Shared::EmploymentResult)).void }
80
- def initialize(content_type: nil, raw_response: nil, status_code: nil, employment_result: nil)
81
- @content_type = content_type
82
- @raw_response = raw_response
83
- @status_code = status_code
84
- @employment_result = employment_result
85
- end
86
- end
87
- end
88
- end
@@ -1,88 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/hrislocationresult'
9
-
10
- module StackOne
11
- module Operations
12
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
- class HrisGetLocationQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
-
18
-
19
- def initialize; end
20
- end
21
-
22
-
23
- class HrisGetLocationRequest < ::StackOne::Utils::FieldAugmented
24
- extend T::Sig
25
-
26
-
27
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
28
- # The account identifier
29
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
30
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
31
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
32
- # The unified cursor
33
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
34
- # The page number of the results to fetch
35
- #
36
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
37
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
38
- # The number of results per page
39
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
40
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
41
- field :proxy, T.nilable(Operations::HrisGetLocationQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
42
- # Indicates that the raw request result is returned
43
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
44
- # The sync token to select the only updated results
45
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
46
- # Use a string with a date to only select results updated after that given date
47
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
48
-
49
-
50
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetLocationQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
51
- def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
52
- @id = id
53
- @x_account_id = x_account_id
54
- @fields = fields
55
- @next_ = next_
56
- @page = page
57
- @page_size = page_size
58
- @proxy = proxy
59
- @raw = raw
60
- @sync_token = sync_token
61
- @updated_after = updated_after
62
- end
63
- end
64
-
65
-
66
- class HrisGetLocationResponse < ::StackOne::Utils::FieldAugmented
67
- extend T::Sig
68
-
69
- # HTTP response content type for this operation
70
- field :content_type, String
71
- # Raw HTTP response; suitable for custom response parsing
72
- field :raw_response, Faraday::Response
73
- # HTTP response status code for this operation
74
- field :status_code, Integer
75
- # The Location with the given identifier was retrieved.
76
- field :hris_location_result, T.nilable(Shared::HRISLocationResult)
77
-
78
-
79
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, hris_location_result: T.nilable(Shared::HRISLocationResult)).void }
80
- def initialize(content_type: nil, raw_response: nil, status_code: nil, hris_location_result: nil)
81
- @content_type = content_type
82
- @raw_response = raw_response
83
- @status_code = status_code
84
- @hris_location_result = hris_location_result
85
- end
86
- end
87
- end
88
- end
@@ -1,88 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/timeoffresult'
9
-
10
- module StackOne
11
- module Operations
12
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
- class HrisGetTimeOffRequestQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
-
18
-
19
- def initialize; end
20
- end
21
-
22
-
23
- class HrisGetTimeOffRequestRequest < ::StackOne::Utils::FieldAugmented
24
- extend T::Sig
25
-
26
-
27
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
28
- # The account identifier
29
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
30
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
31
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
32
- # The unified cursor
33
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
34
- # The page number of the results to fetch
35
- #
36
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
37
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
38
- # The number of results per page
39
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
40
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
41
- field :proxy, T.nilable(Operations::HrisGetTimeOffRequestQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
42
- # Indicates that the raw request result is returned
43
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
44
- # The sync token to select the only updated results
45
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
46
- # Use a string with a date to only select results updated after that given date
47
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
48
-
49
-
50
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetTimeOffRequestQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
51
- def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
52
- @id = id
53
- @x_account_id = x_account_id
54
- @fields = fields
55
- @next_ = next_
56
- @page = page
57
- @page_size = page_size
58
- @proxy = proxy
59
- @raw = raw
60
- @sync_token = sync_token
61
- @updated_after = updated_after
62
- end
63
- end
64
-
65
-
66
- class HrisGetTimeOffRequestResponse < ::StackOne::Utils::FieldAugmented
67
- extend T::Sig
68
-
69
- # HTTP response content type for this operation
70
- field :content_type, String
71
- # Raw HTTP response; suitable for custom response parsing
72
- field :raw_response, Faraday::Response
73
- # HTTP response status code for this operation
74
- field :status_code, Integer
75
- # The time off request with the given identifier was retrieved.
76
- field :time_off_result, T.nilable(Shared::TimeOffResult)
77
-
78
-
79
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, time_off_result: T.nilable(Shared::TimeOffResult)).void }
80
- def initialize(content_type: nil, raw_response: nil, status_code: nil, time_off_result: nil)
81
- @content_type = content_type
82
- @raw_response = raw_response
83
- @status_code = status_code
84
- @time_off_result = time_off_result
85
- end
86
- end
87
- end
88
- end