stackone_client 0.2.4 → 0.2.6

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 (150) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stack_one/accounts.rb +2 -9
  3. data/lib/stack_one/ats.rb +43 -0
  4. data/lib/stack_one/hris.rb +43 -0
  5. data/lib/stack_one/models/operations/ats_download_application_document_request.rb +33 -0
  6. data/lib/stack_one/models/operations/ats_download_application_document_response.rb +33 -0
  7. data/lib/stack_one/models/operations/ats_get_application_document_request.rb +2 -2
  8. data/lib/stack_one/models/operations/ats_get_application_offer_request.rb +2 -2
  9. data/lib/stack_one/models/operations/ats_get_application_request.rb +2 -2
  10. data/lib/stack_one/models/operations/ats_get_application_scorecard_request.rb +2 -2
  11. data/lib/stack_one/models/operations/ats_get_candidate_note_request.rb +2 -2
  12. data/lib/stack_one/models/operations/ats_get_candidate_request.rb +2 -2
  13. data/lib/stack_one/models/operations/ats_get_department_request.rb +2 -2
  14. data/lib/stack_one/models/operations/ats_get_interview_request.rb +2 -2
  15. data/lib/stack_one/models/operations/ats_get_interview_stage_request.rb +2 -2
  16. data/lib/stack_one/models/operations/ats_get_job_posting_request.rb +2 -2
  17. data/lib/stack_one/models/operations/ats_get_job_request.rb +2 -2
  18. data/lib/stack_one/models/operations/ats_get_location_request.rb +2 -2
  19. data/lib/stack_one/models/operations/ats_get_offer_request.rb +2 -2
  20. data/lib/stack_one/models/operations/ats_get_rejected_reason_request.rb +2 -2
  21. data/lib/stack_one/models/operations/ats_get_user_request.rb +2 -2
  22. data/lib/stack_one/models/operations/ats_list_application_documents_request.rb +2 -2
  23. data/lib/stack_one/models/operations/ats_list_application_scorecards_request.rb +2 -2
  24. data/lib/stack_one/models/operations/ats_list_applications_offers_request.rb +2 -2
  25. data/lib/stack_one/models/operations/ats_list_applications_request.rb +2 -2
  26. data/lib/stack_one/models/operations/ats_list_candidate_notes_request.rb +2 -2
  27. data/lib/stack_one/models/operations/ats_list_candidates_request.rb +2 -2
  28. data/lib/stack_one/models/operations/ats_list_departments_request.rb +2 -2
  29. data/lib/stack_one/models/operations/ats_list_interview_stages_request.rb +2 -2
  30. data/lib/stack_one/models/operations/ats_list_interviews_request.rb +2 -2
  31. data/lib/stack_one/models/operations/ats_list_job_postings_request.rb +2 -2
  32. data/lib/stack_one/models/operations/ats_list_jobs_request.rb +2 -2
  33. data/lib/stack_one/models/operations/ats_list_locations_request.rb +2 -2
  34. data/lib/stack_one/models/operations/ats_list_offers_request.rb +2 -2
  35. data/lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb +2 -2
  36. data/lib/stack_one/models/operations/ats_list_users_request.rb +2 -2
  37. data/lib/stack_one/models/operations/crm_get_account_request.rb +2 -2
  38. data/lib/stack_one/models/operations/crm_get_contact_request.rb +2 -2
  39. data/lib/stack_one/models/operations/crm_get_list_request.rb +2 -2
  40. data/lib/stack_one/models/operations/crm_list_accounts_request.rb +2 -2
  41. data/lib/stack_one/models/operations/crm_list_contacts_request.rb +2 -2
  42. data/lib/stack_one/models/operations/crm_list_lists_request.rb +2 -2
  43. data/lib/stack_one/models/operations/hris_download_employee_document_request.rb +33 -0
  44. data/lib/stack_one/models/operations/hris_download_employee_document_response.rb +33 -0
  45. data/lib/stack_one/models/operations/hris_get_benefit_request.rb +2 -2
  46. data/lib/stack_one/models/operations/hris_get_company_request.rb +2 -2
  47. data/lib/stack_one/models/operations/hris_get_employee_document_request.rb +2 -2
  48. data/lib/stack_one/models/operations/hris_get_employee_request.rb +2 -2
  49. data/lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb +2 -2
  50. data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb +2 -2
  51. data/lib/stack_one/models/operations/hris_get_employment_request.rb +2 -2
  52. data/lib/stack_one/models/operations/hris_get_location_request.rb +2 -2
  53. data/lib/stack_one/models/operations/hris_get_time_off_request_request.rb +2 -2
  54. data/lib/stack_one/models/operations/hris_list_benefits_request.rb +2 -2
  55. data/lib/stack_one/models/operations/hris_list_companies_request.rb +2 -2
  56. data/lib/stack_one/models/operations/hris_list_employee_documents_request.rb +2 -2
  57. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb +2 -2
  58. data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb +2 -2
  59. data/lib/stack_one/models/operations/hris_list_employees_request.rb +2 -2
  60. data/lib/stack_one/models/operations/hris_list_employments_request.rb +2 -2
  61. data/lib/stack_one/models/operations/hris_list_locations_request.rb +2 -2
  62. data/lib/stack_one/models/operations/hris_list_time_off_requests_request.rb +2 -2
  63. data/lib/stack_one/models/operations/marketing_get_campaign_request.rb +2 -2
  64. data/lib/stack_one/models/operations/marketing_get_email_template_request.rb +2 -2
  65. data/lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rb +2 -2
  66. data/lib/stack_one/models/operations/marketing_get_push_template_request.rb +2 -2
  67. data/lib/stack_one/models/operations/marketing_list_campaigns_request.rb +2 -2
  68. data/lib/stack_one/models/operations/marketing_list_email_templates_request.rb +2 -2
  69. data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb +2 -2
  70. data/lib/stack_one/models/operations/marketing_list_push_templates_request.rb +2 -2
  71. data/lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb +8 -2
  72. data/lib/stack_one/models/operations.rb +4 -62
  73. data/lib/stack_one/models/shared/account.rb +8 -8
  74. data/lib/stack_one/models/shared/content.rb +2 -2
  75. data/lib/stack_one/models/shared/{fileformatenum_value.rb → content_value.rb} +1 -1
  76. data/lib/stack_one/models/shared/{fileformatenum.rb → file_format.rb} +4 -4
  77. data/lib/stack_one/models/shared/job.rb +3 -3
  78. data/lib/stack_one/models/shared/list.rb +8 -8
  79. data/lib/stack_one/models/shared/note.rb +5 -5
  80. data/lib/stack_one/models/shared/notecontentapimodel.rb +2 -2
  81. data/lib/stack_one/models/shared/resultlink.rb +5 -5
  82. data/lib/stack_one/models/shared/user.rb +6 -6
  83. data/lib/stack_one/models/shared/userresult.rb +2 -2
  84. data/lib/stack_one/models/shared/userspaginated.rb +5 -5
  85. data/lib/stack_one/models/shared.rb +2 -3
  86. data/lib/stack_one/sdkconfiguration.rb +3 -3
  87. metadata +8 -67
  88. data/lib/stack_one/models/operations/ats_get_application_offer_queryparam_proxy.rb +0 -20
  89. data/lib/stack_one/models/operations/ats_get_application_scorecard_queryparam_proxy.rb +0 -20
  90. data/lib/stack_one/models/operations/ats_get_candidate_note_queryparam_proxy.rb +0 -20
  91. data/lib/stack_one/models/operations/ats_get_candidate_queryparam_proxy.rb +0 -20
  92. data/lib/stack_one/models/operations/ats_get_department_queryparam_proxy.rb +0 -20
  93. data/lib/stack_one/models/operations/ats_get_interview_queryparam_proxy.rb +0 -20
  94. data/lib/stack_one/models/operations/ats_get_interview_stage_queryparam_proxy.rb +0 -20
  95. data/lib/stack_one/models/operations/ats_get_job_posting_queryparam_proxy.rb +0 -20
  96. data/lib/stack_one/models/operations/ats_get_job_queryparam_proxy.rb +0 -20
  97. data/lib/stack_one/models/operations/ats_get_location_queryparam_proxy.rb +0 -20
  98. data/lib/stack_one/models/operations/ats_get_offer_queryparam_proxy.rb +0 -20
  99. data/lib/stack_one/models/operations/ats_get_rejected_reason_queryparam_proxy.rb +0 -20
  100. data/lib/stack_one/models/operations/ats_get_user_queryparam_proxy.rb +0 -20
  101. data/lib/stack_one/models/operations/ats_list_application_documents_queryparam_proxy.rb +0 -20
  102. data/lib/stack_one/models/operations/ats_list_application_scorecards_queryparam_proxy.rb +0 -20
  103. data/lib/stack_one/models/operations/ats_list_applications_offers_queryparam_proxy.rb +0 -20
  104. data/lib/stack_one/models/operations/ats_list_applications_queryparam_proxy.rb +0 -20
  105. data/lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_proxy.rb +0 -20
  106. data/lib/stack_one/models/operations/ats_list_candidates_queryparam_proxy.rb +0 -20
  107. data/lib/stack_one/models/operations/ats_list_departments_queryparam_proxy.rb +0 -20
  108. data/lib/stack_one/models/operations/ats_list_interview_stages_queryparam_proxy.rb +0 -20
  109. data/lib/stack_one/models/operations/ats_list_interviews_queryparam_proxy.rb +0 -20
  110. data/lib/stack_one/models/operations/ats_list_job_postings_queryparam_proxy.rb +0 -20
  111. data/lib/stack_one/models/operations/ats_list_jobs_queryparam_proxy.rb +0 -20
  112. data/lib/stack_one/models/operations/ats_list_locations_queryparam_proxy.rb +0 -20
  113. data/lib/stack_one/models/operations/ats_list_offers_queryparam_proxy.rb +0 -20
  114. data/lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_proxy.rb +0 -20
  115. data/lib/stack_one/models/operations/ats_list_users_queryparam_proxy.rb +0 -20
  116. data/lib/stack_one/models/operations/crm_get_account_queryparam_proxy.rb +0 -20
  117. data/lib/stack_one/models/operations/crm_get_contact_queryparam_proxy.rb +0 -20
  118. data/lib/stack_one/models/operations/crm_get_list_queryparam_proxy.rb +0 -20
  119. data/lib/stack_one/models/operations/crm_list_accounts_queryparam_proxy.rb +0 -20
  120. data/lib/stack_one/models/operations/crm_list_contacts_queryparam_proxy.rb +0 -20
  121. data/lib/stack_one/models/operations/crm_list_lists_queryparam_proxy.rb +0 -20
  122. data/lib/stack_one/models/operations/hris_get_benefit_queryparam_proxy.rb +0 -20
  123. data/lib/stack_one/models/operations/hris_get_company_queryparam_proxy.rb +0 -20
  124. data/lib/stack_one/models/operations/hris_get_employee_document_queryparam_proxy.rb +0 -20
  125. data/lib/stack_one/models/operations/hris_get_employee_queryparam_proxy.rb +0 -20
  126. data/lib/stack_one/models/operations/hris_get_employees_time_off_request_queryparam_proxy.rb +0 -20
  127. data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_queryparam_proxy.rb +0 -20
  128. data/lib/stack_one/models/operations/hris_get_employment_queryparam_proxy.rb +0 -20
  129. data/lib/stack_one/models/operations/hris_get_location_queryparam_proxy.rb +0 -20
  130. data/lib/stack_one/models/operations/hris_get_time_off_request_queryparam_proxy.rb +0 -20
  131. data/lib/stack_one/models/operations/hris_list_benefits_queryparam_proxy.rb +0 -20
  132. data/lib/stack_one/models/operations/hris_list_companies_queryparam_proxy.rb +0 -20
  133. data/lib/stack_one/models/operations/hris_list_employee_documents_queryparam_proxy.rb +0 -20
  134. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_proxy.rb +0 -20
  135. data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_proxy.rb +0 -20
  136. data/lib/stack_one/models/operations/hris_list_employees_queryparam_proxy.rb +0 -20
  137. data/lib/stack_one/models/operations/hris_list_employments_queryparam_proxy.rb +0 -20
  138. data/lib/stack_one/models/operations/hris_list_locations_queryparam_proxy.rb +0 -20
  139. data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_proxy.rb +0 -20
  140. data/lib/stack_one/models/operations/marketing_get_campaign_queryparam_proxy.rb +0 -20
  141. data/lib/stack_one/models/operations/marketing_get_email_template_queryparam_proxy.rb +0 -20
  142. data/lib/stack_one/models/operations/marketing_get_omni_channel_template_queryparam_proxy.rb +0 -20
  143. data/lib/stack_one/models/operations/marketing_get_push_template_queryparam_proxy.rb +0 -20
  144. data/lib/stack_one/models/operations/marketing_list_campaigns_queryparam_proxy.rb +0 -20
  145. data/lib/stack_one/models/operations/marketing_list_email_templates_queryparam_proxy.rb +0 -20
  146. data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_proxy.rb +0 -20
  147. data/lib/stack_one/models/operations/marketing_list_push_templates_queryparam_proxy.rb +0 -20
  148. data/lib/stack_one/models/operations/proxy.rb +0 -20
  149. data/lib/stack_one/models/operations/queryparam_proxy.rb +0 -20
  150. data/lib/stack_one/models/shared/job_schemas_status.rb +0 -20
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackone_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - StackOne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-11 00:00:00.000000000 Z
11
+ date: 2024-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -158,92 +158,66 @@ files:
158
158
  - lib/stack_one/models/operations/ats_create_candidate_response.rb
159
159
  - lib/stack_one/models/operations/ats_create_offer_request.rb
160
160
  - lib/stack_one/models/operations/ats_create_offer_response.rb
161
+ - lib/stack_one/models/operations/ats_download_application_document_request.rb
162
+ - lib/stack_one/models/operations/ats_download_application_document_response.rb
161
163
  - lib/stack_one/models/operations/ats_get_application_document_request.rb
162
164
  - lib/stack_one/models/operations/ats_get_application_document_response.rb
163
- - lib/stack_one/models/operations/ats_get_application_offer_queryparam_proxy.rb
164
165
  - lib/stack_one/models/operations/ats_get_application_offer_request.rb
165
166
  - lib/stack_one/models/operations/ats_get_application_offer_response.rb
166
167
  - lib/stack_one/models/operations/ats_get_application_request.rb
167
168
  - lib/stack_one/models/operations/ats_get_application_response.rb
168
- - lib/stack_one/models/operations/ats_get_application_scorecard_queryparam_proxy.rb
169
169
  - lib/stack_one/models/operations/ats_get_application_scorecard_request.rb
170
170
  - lib/stack_one/models/operations/ats_get_application_scorecard_response.rb
171
- - lib/stack_one/models/operations/ats_get_candidate_note_queryparam_proxy.rb
172
171
  - lib/stack_one/models/operations/ats_get_candidate_note_request.rb
173
172
  - lib/stack_one/models/operations/ats_get_candidate_note_response.rb
174
- - lib/stack_one/models/operations/ats_get_candidate_queryparam_proxy.rb
175
173
  - lib/stack_one/models/operations/ats_get_candidate_request.rb
176
174
  - lib/stack_one/models/operations/ats_get_candidate_response.rb
177
- - lib/stack_one/models/operations/ats_get_department_queryparam_proxy.rb
178
175
  - lib/stack_one/models/operations/ats_get_department_request.rb
179
176
  - lib/stack_one/models/operations/ats_get_department_response.rb
180
- - lib/stack_one/models/operations/ats_get_interview_queryparam_proxy.rb
181
177
  - lib/stack_one/models/operations/ats_get_interview_request.rb
182
178
  - lib/stack_one/models/operations/ats_get_interview_response.rb
183
- - lib/stack_one/models/operations/ats_get_interview_stage_queryparam_proxy.rb
184
179
  - lib/stack_one/models/operations/ats_get_interview_stage_request.rb
185
180
  - lib/stack_one/models/operations/ats_get_interview_stage_response.rb
186
- - lib/stack_one/models/operations/ats_get_job_posting_queryparam_proxy.rb
187
181
  - lib/stack_one/models/operations/ats_get_job_posting_request.rb
188
182
  - lib/stack_one/models/operations/ats_get_job_posting_response.rb
189
- - lib/stack_one/models/operations/ats_get_job_queryparam_proxy.rb
190
183
  - lib/stack_one/models/operations/ats_get_job_request.rb
191
184
  - lib/stack_one/models/operations/ats_get_job_response.rb
192
- - lib/stack_one/models/operations/ats_get_location_queryparam_proxy.rb
193
185
  - lib/stack_one/models/operations/ats_get_location_request.rb
194
186
  - lib/stack_one/models/operations/ats_get_location_response.rb
195
- - lib/stack_one/models/operations/ats_get_offer_queryparam_proxy.rb
196
187
  - lib/stack_one/models/operations/ats_get_offer_request.rb
197
188
  - lib/stack_one/models/operations/ats_get_offer_response.rb
198
- - lib/stack_one/models/operations/ats_get_rejected_reason_queryparam_proxy.rb
199
189
  - lib/stack_one/models/operations/ats_get_rejected_reason_request.rb
200
190
  - lib/stack_one/models/operations/ats_get_rejected_reason_response.rb
201
- - lib/stack_one/models/operations/ats_get_user_queryparam_proxy.rb
202
191
  - lib/stack_one/models/operations/ats_get_user_request.rb
203
192
  - lib/stack_one/models/operations/ats_get_user_response.rb
204
- - lib/stack_one/models/operations/ats_list_application_documents_queryparam_proxy.rb
205
193
  - lib/stack_one/models/operations/ats_list_application_documents_request.rb
206
194
  - lib/stack_one/models/operations/ats_list_application_documents_response.rb
207
- - lib/stack_one/models/operations/ats_list_application_scorecards_queryparam_proxy.rb
208
195
  - lib/stack_one/models/operations/ats_list_application_scorecards_request.rb
209
196
  - lib/stack_one/models/operations/ats_list_application_scorecards_response.rb
210
- - lib/stack_one/models/operations/ats_list_applications_offers_queryparam_proxy.rb
211
197
  - lib/stack_one/models/operations/ats_list_applications_offers_request.rb
212
198
  - lib/stack_one/models/operations/ats_list_applications_offers_response.rb
213
- - lib/stack_one/models/operations/ats_list_applications_queryparam_proxy.rb
214
199
  - lib/stack_one/models/operations/ats_list_applications_request.rb
215
200
  - lib/stack_one/models/operations/ats_list_applications_response.rb
216
- - lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_proxy.rb
217
201
  - lib/stack_one/models/operations/ats_list_candidate_notes_request.rb
218
202
  - lib/stack_one/models/operations/ats_list_candidate_notes_response.rb
219
- - lib/stack_one/models/operations/ats_list_candidates_queryparam_proxy.rb
220
203
  - lib/stack_one/models/operations/ats_list_candidates_request.rb
221
204
  - lib/stack_one/models/operations/ats_list_candidates_response.rb
222
- - lib/stack_one/models/operations/ats_list_departments_queryparam_proxy.rb
223
205
  - lib/stack_one/models/operations/ats_list_departments_request.rb
224
206
  - lib/stack_one/models/operations/ats_list_departments_response.rb
225
- - lib/stack_one/models/operations/ats_list_interview_stages_queryparam_proxy.rb
226
207
  - lib/stack_one/models/operations/ats_list_interview_stages_request.rb
227
208
  - lib/stack_one/models/operations/ats_list_interview_stages_response.rb
228
- - lib/stack_one/models/operations/ats_list_interviews_queryparam_proxy.rb
229
209
  - lib/stack_one/models/operations/ats_list_interviews_request.rb
230
210
  - lib/stack_one/models/operations/ats_list_interviews_response.rb
231
- - lib/stack_one/models/operations/ats_list_job_postings_queryparam_proxy.rb
232
211
  - lib/stack_one/models/operations/ats_list_job_postings_request.rb
233
212
  - lib/stack_one/models/operations/ats_list_job_postings_response.rb
234
- - lib/stack_one/models/operations/ats_list_jobs_queryparam_proxy.rb
235
213
  - lib/stack_one/models/operations/ats_list_jobs_request.rb
236
214
  - lib/stack_one/models/operations/ats_list_jobs_response.rb
237
- - lib/stack_one/models/operations/ats_list_locations_queryparam_proxy.rb
238
215
  - lib/stack_one/models/operations/ats_list_locations_request.rb
239
216
  - lib/stack_one/models/operations/ats_list_locations_response.rb
240
- - lib/stack_one/models/operations/ats_list_offers_queryparam_proxy.rb
241
217
  - lib/stack_one/models/operations/ats_list_offers_request.rb
242
218
  - lib/stack_one/models/operations/ats_list_offers_response.rb
243
- - lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_proxy.rb
244
219
  - lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb
245
220
  - lib/stack_one/models/operations/ats_list_rejected_reasons_response.rb
246
- - lib/stack_one/models/operations/ats_list_users_queryparam_proxy.rb
247
221
  - lib/stack_one/models/operations/ats_list_users_request.rb
248
222
  - lib/stack_one/models/operations/ats_list_users_response.rb
249
223
  - lib/stack_one/models/operations/ats_update_application_request.rb
@@ -252,22 +226,16 @@ files:
252
226
  - lib/stack_one/models/operations/ats_update_candidate_response.rb
253
227
  - lib/stack_one/models/operations/crm_create_contact_request.rb
254
228
  - lib/stack_one/models/operations/crm_create_contact_response.rb
255
- - lib/stack_one/models/operations/crm_get_account_queryparam_proxy.rb
256
229
  - lib/stack_one/models/operations/crm_get_account_request.rb
257
230
  - lib/stack_one/models/operations/crm_get_account_response.rb
258
- - lib/stack_one/models/operations/crm_get_contact_queryparam_proxy.rb
259
231
  - lib/stack_one/models/operations/crm_get_contact_request.rb
260
232
  - lib/stack_one/models/operations/crm_get_contact_response.rb
261
- - lib/stack_one/models/operations/crm_get_list_queryparam_proxy.rb
262
233
  - lib/stack_one/models/operations/crm_get_list_request.rb
263
234
  - lib/stack_one/models/operations/crm_get_list_response.rb
264
- - lib/stack_one/models/operations/crm_list_accounts_queryparam_proxy.rb
265
235
  - lib/stack_one/models/operations/crm_list_accounts_request.rb
266
236
  - lib/stack_one/models/operations/crm_list_accounts_response.rb
267
- - lib/stack_one/models/operations/crm_list_contacts_queryparam_proxy.rb
268
237
  - lib/stack_one/models/operations/crm_list_contacts_request.rb
269
238
  - lib/stack_one/models/operations/crm_list_contacts_response.rb
270
- - lib/stack_one/models/operations/crm_list_lists_queryparam_proxy.rb
271
239
  - lib/stack_one/models/operations/crm_list_lists_request.rb
272
240
  - lib/stack_one/models/operations/crm_list_lists_response.rb
273
241
  - lib/stack_one/models/operations/crm_update_contact_request.rb
@@ -282,58 +250,42 @@ files:
282
250
  - lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rb
283
251
  - lib/stack_one/models/operations/hris_create_time_off_request_request.rb
284
252
  - lib/stack_one/models/operations/hris_create_time_off_request_response.rb
285
- - lib/stack_one/models/operations/hris_get_benefit_queryparam_proxy.rb
253
+ - lib/stack_one/models/operations/hris_download_employee_document_request.rb
254
+ - lib/stack_one/models/operations/hris_download_employee_document_response.rb
286
255
  - lib/stack_one/models/operations/hris_get_benefit_request.rb
287
256
  - lib/stack_one/models/operations/hris_get_benefit_response.rb
288
- - lib/stack_one/models/operations/hris_get_company_queryparam_proxy.rb
289
257
  - lib/stack_one/models/operations/hris_get_company_request.rb
290
258
  - lib/stack_one/models/operations/hris_get_company_response.rb
291
- - lib/stack_one/models/operations/hris_get_employee_document_queryparam_proxy.rb
292
259
  - lib/stack_one/models/operations/hris_get_employee_document_request.rb
293
260
  - lib/stack_one/models/operations/hris_get_employee_document_response.rb
294
- - lib/stack_one/models/operations/hris_get_employee_queryparam_proxy.rb
295
261
  - lib/stack_one/models/operations/hris_get_employee_request.rb
296
262
  - lib/stack_one/models/operations/hris_get_employee_response.rb
297
- - lib/stack_one/models/operations/hris_get_employees_time_off_request_queryparam_proxy.rb
298
263
  - lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb
299
264
  - lib/stack_one/models/operations/hris_get_employees_time_off_request_response.rb
300
- - lib/stack_one/models/operations/hris_get_employees_work_eligibility_queryparam_proxy.rb
301
265
  - lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
302
266
  - lib/stack_one/models/operations/hris_get_employees_work_eligibility_response.rb
303
- - lib/stack_one/models/operations/hris_get_employment_queryparam_proxy.rb
304
267
  - lib/stack_one/models/operations/hris_get_employment_request.rb
305
268
  - lib/stack_one/models/operations/hris_get_employment_response.rb
306
- - lib/stack_one/models/operations/hris_get_location_queryparam_proxy.rb
307
269
  - lib/stack_one/models/operations/hris_get_location_request.rb
308
270
  - lib/stack_one/models/operations/hris_get_location_response.rb
309
- - lib/stack_one/models/operations/hris_get_time_off_request_queryparam_proxy.rb
310
271
  - lib/stack_one/models/operations/hris_get_time_off_request_request.rb
311
272
  - lib/stack_one/models/operations/hris_get_time_off_request_response.rb
312
- - lib/stack_one/models/operations/hris_list_benefits_queryparam_proxy.rb
313
273
  - lib/stack_one/models/operations/hris_list_benefits_request.rb
314
274
  - lib/stack_one/models/operations/hris_list_benefits_response.rb
315
- - lib/stack_one/models/operations/hris_list_companies_queryparam_proxy.rb
316
275
  - lib/stack_one/models/operations/hris_list_companies_request.rb
317
276
  - lib/stack_one/models/operations/hris_list_companies_response.rb
318
- - lib/stack_one/models/operations/hris_list_employee_documents_queryparam_proxy.rb
319
277
  - lib/stack_one/models/operations/hris_list_employee_documents_request.rb
320
278
  - lib/stack_one/models/operations/hris_list_employee_documents_response.rb
321
- - lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_proxy.rb
322
279
  - lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb
323
280
  - lib/stack_one/models/operations/hris_list_employee_time_off_requests_response.rb
324
- - lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_proxy.rb
325
281
  - lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb
326
282
  - lib/stack_one/models/operations/hris_list_employee_work_eligibility_response.rb
327
- - lib/stack_one/models/operations/hris_list_employees_queryparam_proxy.rb
328
283
  - lib/stack_one/models/operations/hris_list_employees_request.rb
329
284
  - lib/stack_one/models/operations/hris_list_employees_response.rb
330
- - lib/stack_one/models/operations/hris_list_employments_queryparam_proxy.rb
331
285
  - lib/stack_one/models/operations/hris_list_employments_request.rb
332
286
  - lib/stack_one/models/operations/hris_list_employments_response.rb
333
- - lib/stack_one/models/operations/hris_list_locations_queryparam_proxy.rb
334
287
  - lib/stack_one/models/operations/hris_list_locations_request.rb
335
288
  - lib/stack_one/models/operations/hris_list_locations_response.rb
336
- - lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_proxy.rb
337
289
  - lib/stack_one/models/operations/hris_list_time_off_requests_request.rb
338
290
  - lib/stack_one/models/operations/hris_list_time_off_requests_response.rb
339
291
  - lib/stack_one/models/operations/hris_update_employee_request.rb
@@ -348,28 +300,20 @@ files:
348
300
  - lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rb
349
301
  - lib/stack_one/models/operations/marketing_create_push_template_request.rb
350
302
  - lib/stack_one/models/operations/marketing_create_push_template_response.rb
351
- - lib/stack_one/models/operations/marketing_get_campaign_queryparam_proxy.rb
352
303
  - lib/stack_one/models/operations/marketing_get_campaign_request.rb
353
304
  - lib/stack_one/models/operations/marketing_get_campaign_response.rb
354
- - lib/stack_one/models/operations/marketing_get_email_template_queryparam_proxy.rb
355
305
  - lib/stack_one/models/operations/marketing_get_email_template_request.rb
356
306
  - lib/stack_one/models/operations/marketing_get_email_template_response.rb
357
- - lib/stack_one/models/operations/marketing_get_omni_channel_template_queryparam_proxy.rb
358
307
  - lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rb
359
308
  - lib/stack_one/models/operations/marketing_get_omni_channel_template_response.rb
360
- - lib/stack_one/models/operations/marketing_get_push_template_queryparam_proxy.rb
361
309
  - lib/stack_one/models/operations/marketing_get_push_template_request.rb
362
310
  - lib/stack_one/models/operations/marketing_get_push_template_response.rb
363
- - lib/stack_one/models/operations/marketing_list_campaigns_queryparam_proxy.rb
364
311
  - lib/stack_one/models/operations/marketing_list_campaigns_request.rb
365
312
  - lib/stack_one/models/operations/marketing_list_campaigns_response.rb
366
- - lib/stack_one/models/operations/marketing_list_email_templates_queryparam_proxy.rb
367
313
  - lib/stack_one/models/operations/marketing_list_email_templates_request.rb
368
314
  - lib/stack_one/models/operations/marketing_list_email_templates_response.rb
369
- - lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_proxy.rb
370
315
  - lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb
371
316
  - lib/stack_one/models/operations/marketing_list_omni_channel_templates_response.rb
372
- - lib/stack_one/models/operations/marketing_list_push_templates_queryparam_proxy.rb
373
317
  - lib/stack_one/models/operations/marketing_list_push_templates_request.rb
374
318
  - lib/stack_one/models/operations/marketing_list_push_templates_response.rb
375
319
  - lib/stack_one/models/operations/marketing_update_email_template_request.rb
@@ -378,8 +322,6 @@ files:
378
322
  - lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rb
379
323
  - lib/stack_one/models/operations/marketing_update_push_template_request.rb
380
324
  - lib/stack_one/models/operations/marketing_update_push_template_response.rb
381
- - lib/stack_one/models/operations/proxy.rb
382
- - lib/stack_one/models/operations/queryparam_proxy.rb
383
325
  - lib/stack_one/models/operations/stackone_authenticate_connect_session_response.rb
384
326
  - lib/stack_one/models/operations/stackone_create_connect_session_response.rb
385
327
  - lib/stack_one/models/operations/stackone_delete_account_request.rb
@@ -463,6 +405,7 @@ files:
463
405
  - lib/stack_one/models/shared/contactspaginated.rb
464
406
  - lib/stack_one/models/shared/content.rb
465
407
  - lib/stack_one/models/shared/content_type.rb
408
+ - lib/stack_one/models/shared/content_value.rb
466
409
  - lib/stack_one/models/shared/costcenters.rb
467
410
  - lib/stack_one/models/shared/country.rb
468
411
  - lib/stack_one/models/shared/countrycodeenum.rb
@@ -525,8 +468,7 @@ files:
525
468
  - lib/stack_one/models/shared/ethnicity.rb
526
469
  - lib/stack_one/models/shared/field.rb
527
470
  - lib/stack_one/models/shared/field_type.rb
528
- - lib/stack_one/models/shared/fileformatenum.rb
529
- - lib/stack_one/models/shared/fileformatenum_value.rb
471
+ - lib/stack_one/models/shared/file_format.rb
530
472
  - lib/stack_one/models/shared/gender.rb
531
473
  - lib/stack_one/models/shared/home_location.rb
532
474
  - lib/stack_one/models/shared/hrisbenefit.rb
@@ -591,7 +533,6 @@ files:
591
533
  - lib/stack_one/models/shared/issued_by.rb
592
534
  - lib/stack_one/models/shared/job.rb
593
535
  - lib/stack_one/models/shared/job_description.rb
594
- - lib/stack_one/models/shared/job_schemas_status.rb
595
536
  - lib/stack_one/models/shared/job_status.rb
596
537
  - lib/stack_one/models/shared/job_value.rb
597
538
  - lib/stack_one/models/shared/jobhiringteam.rb
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetApplicationOfferQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetApplicationScorecardQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetCandidateNoteQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetCandidateQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetDepartmentQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetInterviewQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetInterviewStageQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetJobPostingQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetJobQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetLocationQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetOfferQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetRejectedReasonQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetUserQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsListApplicationDocumentsQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsListApplicationScorecardsQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsListApplicationsOffersQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsListApplicationsQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsListCandidateNotesQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end