stackone_client 0.0.1 → 0.0.2
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.
- checksums.yaml +4 -4
- data/lib/stackone/hris.rb +74 -0
- data/lib/stackone/models/operations/ats_create_application.rb +2 -2
- data/lib/stackone/models/operations/ats_create_candidate.rb +2 -2
- data/lib/stackone/models/operations/ats_create_candidate_note.rb +2 -2
- data/lib/stackone/models/operations/ats_create_offer.rb +2 -2
- data/lib/stackone/models/operations/ats_get_application.rb +4 -14
- data/lib/stackone/models/operations/ats_get_application_offer.rb +4 -14
- data/lib/stackone/models/operations/ats_get_application_scorecard.rb +4 -14
- data/lib/stackone/models/operations/ats_get_candidate.rb +4 -14
- data/lib/stackone/models/operations/ats_get_candidate_note.rb +4 -14
- data/lib/stackone/models/operations/ats_get_department.rb +4 -14
- data/lib/stackone/models/operations/ats_get_interview.rb +4 -14
- data/lib/stackone/models/operations/ats_get_interview_stage.rb +4 -14
- data/lib/stackone/models/operations/ats_get_job.rb +4 -14
- data/lib/stackone/models/operations/ats_get_job_posting.rb +4 -14
- data/lib/stackone/models/operations/ats_get_location.rb +4 -14
- data/lib/stackone/models/operations/ats_get_offer.rb +4 -14
- data/lib/stackone/models/operations/ats_get_rejected_reason.rb +4 -14
- data/lib/stackone/models/operations/ats_get_user.rb +4 -14
- data/lib/stackone/models/operations/ats_list_application_scorecards.rb +4 -14
- data/lib/stackone/models/operations/ats_list_applications.rb +4 -14
- data/lib/stackone/models/operations/ats_list_applications_offers.rb +4 -14
- data/lib/stackone/models/operations/ats_list_candidate_notes.rb +4 -14
- data/lib/stackone/models/operations/ats_list_candidates.rb +4 -14
- data/lib/stackone/models/operations/ats_list_departments.rb +4 -14
- data/lib/stackone/models/operations/ats_list_interview_stages.rb +4 -14
- data/lib/stackone/models/operations/ats_list_interviews.rb +4 -14
- data/lib/stackone/models/operations/ats_list_job_postings.rb +4 -14
- data/lib/stackone/models/operations/ats_list_jobs.rb +4 -14
- data/lib/stackone/models/operations/ats_list_locations.rb +4 -14
- data/lib/stackone/models/operations/ats_list_offers.rb +4 -14
- data/lib/stackone/models/operations/ats_list_rejected_reasons.rb +4 -14
- data/lib/stackone/models/operations/ats_list_users.rb +4 -14
- data/lib/stackone/models/operations/ats_update_application.rb +2 -2
- data/lib/stackone/models/operations/ats_update_candidate.rb +2 -2
- data/lib/stackone/models/operations/crm_create_contact.rb +2 -2
- data/lib/stackone/models/operations/crm_get_account.rb +4 -14
- data/lib/stackone/models/operations/crm_get_contact.rb +4 -14
- data/lib/stackone/models/operations/crm_get_list.rb +4 -14
- data/lib/stackone/models/operations/crm_list_accounts.rb +4 -14
- data/lib/stackone/models/operations/crm_list_contacts.rb +4 -14
- data/lib/stackone/models/operations/crm_list_lists.rb +4 -14
- data/lib/stackone/models/operations/crm_update_contact.rb +2 -2
- data/lib/stackone/models/operations/hris_create_employee.rb +2 -2
- data/lib/stackone/models/operations/hris_create_employee_time_off_request.rb +2 -2
- data/lib/stackone/models/operations/hris_create_time_off_request.rb +2 -2
- data/lib/stackone/models/operations/hris_get_company.rb +4 -14
- data/lib/stackone/models/operations/hris_get_employee.rb +4 -14
- data/lib/stackone/models/operations/hris_get_employee_document.rb +81 -0
- data/lib/stackone/models/operations/hris_get_employees_time_off_request.rb +4 -14
- data/lib/stackone/models/operations/hris_get_employment.rb +4 -14
- data/lib/stackone/models/operations/hris_get_location.rb +4 -14
- data/lib/stackone/models/operations/hris_get_time_off_request.rb +4 -14
- data/lib/stackone/models/operations/hris_list_companies.rb +4 -14
- data/lib/stackone/models/operations/hris_list_employee_documents.rb +78 -0
- data/lib/stackone/models/operations/hris_list_employee_time_off_requests.rb +4 -14
- data/lib/stackone/models/operations/hris_list_employees.rb +4 -14
- data/lib/stackone/models/operations/hris_list_employments.rb +4 -14
- data/lib/stackone/models/operations/hris_list_locations.rb +4 -14
- data/lib/stackone/models/operations/hris_list_time_off_requests.rb +4 -14
- data/lib/stackone/models/operations/hris_update_employee.rb +2 -2
- data/lib/stackone/models/operations/hris_update_time_off_request.rb +2 -2
- data/lib/stackone/models/operations/marketing_create_email_template.rb +2 -2
- data/lib/stackone/models/operations/marketing_create_omni_channel_template.rb +2 -2
- data/lib/stackone/models/operations/marketing_create_push_template.rb +2 -2
- data/lib/stackone/models/operations/marketing_get_campaign.rb +4 -14
- data/lib/stackone/models/operations/marketing_get_email_template.rb +4 -14
- data/lib/stackone/models/operations/marketing_get_omni_channel_template.rb +4 -14
- data/lib/stackone/models/operations/marketing_get_push_template.rb +4 -14
- data/lib/stackone/models/operations/marketing_list_campaigns.rb +4 -14
- data/lib/stackone/models/operations/marketing_list_email_templates.rb +4 -14
- data/lib/stackone/models/operations/marketing_list_omni_channel_templates.rb +4 -14
- data/lib/stackone/models/operations/marketing_list_push_templates.rb +4 -14
- data/lib/stackone/models/operations/marketing_update_email_template.rb +2 -2
- data/lib/stackone/models/operations/marketing_update_omni_channel_template.rb +2 -2
- data/lib/stackone/models/operations/marketing_update_push_template.rb +2 -2
- data/lib/stackone/models/operations/stackone_authenticate_connect_session.rb +1 -1
- data/lib/stackone/models/operations/stackone_create_connect_session.rb +1 -1
- data/lib/stackone/models/operations/stackone_delete_account.rb +2 -2
- data/lib/stackone/models/operations/stackone_get_account.rb +2 -2
- data/lib/stackone/models/operations/stackone_get_account_meta_info.rb +2 -2
- data/lib/stackone/models/operations/stackone_get_connector_meta.rb +2 -2
- data/lib/stackone/models/operations/stackone_list_connectors_meta.rb +2 -2
- data/lib/stackone/models/operations/stackone_list_linked_accounts.rb +2 -2
- data/lib/stackone/models/operations/stackone_proxy_request.rb +2 -2
- data/lib/stackone/models/operations/stackone_update_account.rb +2 -2
- data/lib/stackone/models/shared/account.rb +12 -12
- data/lib/stackone/models/shared/accountaddress.rb +14 -14
- data/lib/stackone/models/shared/accountresult.rb +3 -3
- data/lib/stackone/models/shared/accountspaginated.rb +5 -5
- data/lib/stackone/models/shared/answer.rb +7 -7
- data/lib/stackone/models/shared/application.rb +18 -18
- data/lib/stackone/models/shared/applicationattachment.rb +9 -9
- data/lib/stackone/models/shared/applicationcandidate.rb +4 -4
- data/lib/stackone/models/shared/applicationresult.rb +3 -3
- data/lib/stackone/models/shared/applicationspaginated.rb +5 -5
- data/lib/stackone/models/shared/applicationstatusenumapimodel.rb +3 -3
- data/lib/stackone/models/shared/atscreateapplicationrequestdto.rb +8 -8
- data/lib/stackone/models/shared/atscreatecandidaterequestdto.rb +9 -9
- data/lib/stackone/models/shared/atscreatenotesrequestdto.rb +7 -7
- data/lib/stackone/models/shared/atscreateofferrequestdto.rb +7 -7
- data/lib/stackone/models/shared/atslocation.rb +3 -3
- data/lib/stackone/models/shared/atslocationresult.rb +3 -3
- data/lib/stackone/models/shared/atslocationspaginated.rb +5 -5
- data/lib/stackone/models/shared/atsupdateapplicationrequestdto.rb +9 -9
- data/lib/stackone/models/shared/atsupdatecandidatesrequestdto.rb +10 -10
- data/lib/stackone/models/shared/attachmenttype.rb +3 -3
- data/lib/stackone/models/shared/campaign.rb +21 -21
- data/lib/stackone/models/shared/campaignresult.rb +3 -3
- data/lib/stackone/models/shared/campaignspaginated.rb +5 -5
- data/lib/stackone/models/shared/candidate.rb +15 -15
- data/lib/stackone/models/shared/candidateemail.rb +3 -3
- data/lib/stackone/models/shared/candidateresult.rb +3 -3
- data/lib/stackone/models/shared/candidatespaginated.rb +5 -5
- data/lib/stackone/models/shared/channelsenum.rb +3 -3
- data/lib/stackone/models/shared/companiespaginated.rb +5 -5
- data/lib/stackone/models/shared/company.rb +6 -6
- data/lib/stackone/models/shared/companyresult.rb +3 -3
- data/lib/stackone/models/shared/compensation.rb +18 -18
- data/lib/stackone/models/shared/connectorsmeta.rb +29 -18
- data/lib/stackone/models/shared/connectsession.rb +13 -13
- data/lib/stackone/models/shared/connectsessionauthenticate.rb +2 -2
- data/lib/stackone/models/shared/connectsessioncreate.rb +16 -13
- data/lib/stackone/models/shared/connectsessiontoken.rb +14 -14
- data/lib/stackone/models/shared/contact.rb +11 -11
- data/lib/stackone/models/shared/contactresult.rb +3 -3
- data/lib/stackone/models/shared/contactspaginated.rb +5 -5
- data/lib/stackone/models/shared/content.rb +28 -0
- data/lib/stackone/models/shared/countrycodeenum.rb +3 -3
- data/lib/stackone/models/shared/createcandidatenoteresult.rb +4 -4
- data/lib/stackone/models/shared/createemployeeresult.rb +4 -4
- data/lib/stackone/models/shared/createofferresult.rb +4 -4
- data/lib/stackone/models/shared/createresult.rb +4 -4
- data/lib/stackone/models/shared/createtemplateresult.rb +4 -4
- data/lib/stackone/models/shared/createtimeoffresult.rb +4 -4
- data/lib/stackone/models/shared/crmcreatecontactrequestdto.rb +8 -8
- data/lib/stackone/models/shared/department.rb +3 -3
- data/lib/stackone/models/shared/departmentresult.rb +3 -3
- data/lib/stackone/models/shared/departmentspaginated.rb +5 -5
- data/lib/stackone/models/shared/documentapimodel.rb +44 -0
- data/lib/stackone/models/shared/documentresult.rb +29 -0
- data/lib/stackone/models/shared/documentspaginated.rb +34 -0
- data/lib/stackone/models/shared/documenttypeenum.rb +40 -0
- data/lib/stackone/models/shared/emailmessages.rb +14 -14
- data/lib/stackone/models/shared/employee.rb +97 -97
- data/lib/stackone/models/shared/employeecustomfields.rb +12 -12
- data/lib/stackone/models/shared/employeeresult.rb +3 -3
- data/lib/stackone/models/shared/employeespaginated.rb +5 -5
- data/lib/stackone/models/shared/employment.rb +25 -25
- data/lib/stackone/models/shared/employmentresult.rb +3 -3
- data/lib/stackone/models/shared/employmentspaginated.rb +5 -5
- data/lib/stackone/models/shared/field.rb +6 -6
- data/lib/stackone/models/shared/hiringteam.rb +6 -6
- data/lib/stackone/models/shared/hriscreateemployeerequestdto.rb +84 -84
- data/lib/stackone/models/shared/hriscreatetimeoffrequestdto.rb +13 -13
- data/lib/stackone/models/shared/hrislocation.rb +20 -20
- data/lib/stackone/models/shared/hrislocationresult.rb +3 -3
- data/lib/stackone/models/shared/hrislocationspaginated.rb +5 -5
- data/lib/stackone/models/shared/interview.rb +17 -17
- data/lib/stackone/models/shared/interviewer.rb +6 -6
- data/lib/stackone/models/shared/interviewpart.rb +7 -7
- data/lib/stackone/models/shared/interviewspaginated.rb +5 -5
- data/lib/stackone/models/shared/interviewsresult.rb +3 -3
- data/lib/stackone/models/shared/interviewstage.rb +6 -6
- data/lib/stackone/models/shared/interviewstageresult.rb +3 -3
- data/lib/stackone/models/shared/interviewstagespaginated.rb +5 -5
- data/lib/stackone/models/shared/job.rb +12 -12
- data/lib/stackone/models/shared/jobposting.rb +29 -29
- data/lib/stackone/models/shared/jobpostingresult.rb +3 -3
- data/lib/stackone/models/shared/jobpostingspaginated.rb +5 -5
- data/lib/stackone/models/shared/jobresult.rb +3 -3
- data/lib/stackone/models/shared/jobspaginated.rb +5 -5
- data/lib/stackone/models/shared/jobstatusenum.rb +3 -3
- data/lib/stackone/models/shared/linkedaccount.rb +14 -14
- data/lib/stackone/models/shared/linkedaccountmeta.rb +5 -15
- data/lib/stackone/models/shared/list.rb +10 -10
- data/lib/stackone/models/shared/listresult.rb +3 -3
- data/lib/stackone/models/shared/listspaginated.rb +5 -5
- data/lib/stackone/models/shared/location.rb +3 -3
- data/lib/stackone/models/shared/marketingcreateemailtemplaterequestdto.rb +5 -5
- data/lib/stackone/models/shared/marketingcreatepushtemplaterequestdto.rb +5 -5
- data/lib/stackone/models/shared/marketingcreatetemplaterequestdto.rb +5 -5
- data/lib/stackone/models/shared/message.rb +5 -5
- data/lib/stackone/models/shared/note.rb +11 -11
- data/lib/stackone/models/shared/notecontentapimodel.rb +2 -2
- data/lib/stackone/models/shared/noteresult.rb +3 -3
- data/lib/stackone/models/shared/notespaginated.rb +5 -5
- data/lib/stackone/models/shared/offer.rb +10 -10
- data/lib/stackone/models/shared/offerhistory.rb +6 -6
- data/lib/stackone/models/shared/offerspaginated.rb +5 -5
- data/lib/stackone/models/shared/offersresult.rb +3 -3
- data/lib/stackone/models/shared/offerstatusenum.rb +3 -3
- data/lib/stackone/models/shared/patchaccountdto.rb +1 -1
- data/lib/stackone/models/shared/proxyrequestbody.rb +8 -8
- data/lib/stackone/models/shared/pushmessages.rb +10 -10
- data/lib/stackone/models/shared/questionnaire.rb +3 -3
- data/lib/stackone/models/shared/rawresponse.rb +6 -6
- data/lib/stackone/models/shared/rejectedreason.rb +4 -4
- data/lib/stackone/models/shared/rejectedreasonresult.rb +3 -3
- data/lib/stackone/models/shared/rejectedreasonspaginated.rb +5 -5
- data/lib/stackone/models/shared/rejectedreasontypeenum.rb +3 -3
- data/lib/stackone/models/shared/resultlink.rb +3 -3
- data/lib/stackone/models/shared/scorecard.rb +11 -11
- data/lib/stackone/models/shared/scorecardsection.rb +4 -4
- data/lib/stackone/models/shared/scorecardspaginated.rb +5 -5
- data/lib/stackone/models/shared/security.rb +1 -1
- data/lib/stackone/models/shared/sociallink.rb +3 -3
- data/lib/stackone/models/shared/template.rb +6 -6
- data/lib/stackone/models/shared/templateresult.rb +3 -3
- data/lib/stackone/models/shared/templatespaginated.rb +5 -5
- data/lib/stackone/models/shared/timeoff.rb +16 -16
- data/lib/stackone/models/shared/timeoffpaginated.rb +5 -5
- data/lib/stackone/models/shared/timeoffresult.rb +3 -3
- data/lib/stackone/models/shared/updateresult.rb +4 -4
- data/lib/stackone/models/shared/user.rb +7 -7
- data/lib/stackone/models/shared/userresult.rb +3 -3
- data/lib/stackone/models/shared/userspaginated.rb +5 -5
- data/lib/stackone/sdkconfiguration.rb +5 -5
- data/lib/stackone/utils/utils.rb +2 -2
- data/lib/stackone_client.rb +228 -221
- metadata +14 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c46abfb76bb1392ea1bf16597150dee5ffaf45668a0fe559cbec95ef1f1428d
|
|
4
|
+
data.tar.gz: 82d887736dfc704d9968bec9727fb34c908d49316cbaf5a1ca6f2429fabfb7b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 490d3d2d21e4ae81449e5c4e5a19ed3d2716cec6ce9651eb575cd26d90150e132f1e0c1d203bbc5c770dea65b24fc67d6b8e9f71c01d471c3d4d8aa057e8f738
|
|
7
|
+
data.tar.gz: 76571ef73a870d960103d28df1f3fe8fbc43e2335f1ff92af5565ef5446adb2d68a47a432edf15b2d90bb5603c98ea3ab66828168a1d582ea4afbbfda50fba9c
|
data/lib/stackone/hris.rb
CHANGED
|
@@ -232,6 +232,43 @@ module StackOne
|
|
|
232
232
|
res
|
|
233
233
|
end
|
|
234
234
|
|
|
235
|
+
sig { params(request: T.nilable(Operations::HrisGetEmployeeDocumentRequest)).returns(Utils::FieldAugmented) }
|
|
236
|
+
def get_employee_document(request)
|
|
237
|
+
# get_employee_document - Get Employee Document
|
|
238
|
+
url, params = @sdk_configuration.get_server_details
|
|
239
|
+
base_url = Utils.template_url(url, params)
|
|
240
|
+
url = Utils.generate_url(
|
|
241
|
+
Operations::HrisGetEmployeeDocumentRequest,
|
|
242
|
+
base_url,
|
|
243
|
+
'/unified/hris/employees/{id}/documents/{subResourceId}',
|
|
244
|
+
request
|
|
245
|
+
)
|
|
246
|
+
headers = Utils.get_headers(request)
|
|
247
|
+
query_params = Utils.get_query_params(Operations::HrisGetEmployeeDocumentRequest, request)
|
|
248
|
+
headers['Accept'] = 'application/json'
|
|
249
|
+
headers['user-agent'] = @sdk_configuration.user_agent
|
|
250
|
+
|
|
251
|
+
r = @sdk_configuration.client.get(url) do |req|
|
|
252
|
+
req.headers = headers
|
|
253
|
+
req.params = query_params
|
|
254
|
+
Utils.configure_request_security(req, @sdk_configuration.security) if !@sdk_configuration.nil? && !@sdk_configuration.security.nil?
|
|
255
|
+
end
|
|
256
|
+
|
|
257
|
+
content_type = r.headers.fetch('Content-Type', 'application/octet-stream')
|
|
258
|
+
|
|
259
|
+
res = Operations::HrisGetEmployeeDocumentResponse.new(
|
|
260
|
+
status_code: r.status, content_type: content_type, raw_response: r
|
|
261
|
+
)
|
|
262
|
+
if r.status == 200
|
|
263
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
264
|
+
out = Utils.unmarshal_complex(r.env.response_body, Shared::DocumentResult)
|
|
265
|
+
res.document_result = out
|
|
266
|
+
end
|
|
267
|
+
elsif [400, 403, 412, 429, 500, 501].include?(r.status)
|
|
268
|
+
end
|
|
269
|
+
res
|
|
270
|
+
end
|
|
271
|
+
|
|
235
272
|
sig { params(request: T.nilable(Operations::HrisGetEmployeesTimeOffRequestRequest)).returns(Utils::FieldAugmented) }
|
|
236
273
|
def get_employees_time_off_request(request)
|
|
237
274
|
# get_employees_time_off_request - Get Employees Time Off Request
|
|
@@ -412,6 +449,43 @@ module StackOne
|
|
|
412
449
|
res
|
|
413
450
|
end
|
|
414
451
|
|
|
452
|
+
sig { params(request: T.nilable(Operations::HrisListEmployeeDocumentsRequest)).returns(Utils::FieldAugmented) }
|
|
453
|
+
def list_employee_documents(request)
|
|
454
|
+
# list_employee_documents - List Employee Documents
|
|
455
|
+
url, params = @sdk_configuration.get_server_details
|
|
456
|
+
base_url = Utils.template_url(url, params)
|
|
457
|
+
url = Utils.generate_url(
|
|
458
|
+
Operations::HrisListEmployeeDocumentsRequest,
|
|
459
|
+
base_url,
|
|
460
|
+
'/unified/hris/employees/{id}/documents',
|
|
461
|
+
request
|
|
462
|
+
)
|
|
463
|
+
headers = Utils.get_headers(request)
|
|
464
|
+
query_params = Utils.get_query_params(Operations::HrisListEmployeeDocumentsRequest, request)
|
|
465
|
+
headers['Accept'] = 'application/json'
|
|
466
|
+
headers['user-agent'] = @sdk_configuration.user_agent
|
|
467
|
+
|
|
468
|
+
r = @sdk_configuration.client.get(url) do |req|
|
|
469
|
+
req.headers = headers
|
|
470
|
+
req.params = query_params
|
|
471
|
+
Utils.configure_request_security(req, @sdk_configuration.security) if !@sdk_configuration.nil? && !@sdk_configuration.security.nil?
|
|
472
|
+
end
|
|
473
|
+
|
|
474
|
+
content_type = r.headers.fetch('Content-Type', 'application/octet-stream')
|
|
475
|
+
|
|
476
|
+
res = Operations::HrisListEmployeeDocumentsResponse.new(
|
|
477
|
+
status_code: r.status, content_type: content_type, raw_response: r
|
|
478
|
+
)
|
|
479
|
+
if r.status == 200
|
|
480
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
481
|
+
out = Utils.unmarshal_complex(r.env.response_body, Shared::DocumentsPaginated)
|
|
482
|
+
res.documents_paginated = out
|
|
483
|
+
end
|
|
484
|
+
elsif [400, 403, 412, 429, 500, 501].include?(r.status)
|
|
485
|
+
end
|
|
486
|
+
res
|
|
487
|
+
end
|
|
488
|
+
|
|
415
489
|
sig { params(request: T.nilable(Operations::HrisListEmployeeTimeOffRequestsRequest)).returns(Utils::FieldAugmented) }
|
|
416
490
|
def list_employee_time_off_requests(request)
|
|
417
491
|
# list_employee_time_off_requests - List Employee Time Off Requests
|
|
@@ -11,7 +11,7 @@ require_relative '../shared/createresult'
|
|
|
11
11
|
module StackOne
|
|
12
12
|
module Operations
|
|
13
13
|
|
|
14
|
-
class AtsCreateApplicationRequest < StackOne::Utils::FieldAugmented
|
|
14
|
+
class AtsCreateApplicationRequest < ::StackOne::Utils::FieldAugmented
|
|
15
15
|
extend T::Sig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -28,7 +28,7 @@ module StackOne
|
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
class AtsCreateApplicationResponse < StackOne::Utils::FieldAugmented
|
|
31
|
+
class AtsCreateApplicationResponse < ::StackOne::Utils::FieldAugmented
|
|
32
32
|
extend T::Sig
|
|
33
33
|
|
|
34
34
|
# HTTP response content type for this operation
|
|
@@ -11,7 +11,7 @@ require_relative '../shared/candidateresult'
|
|
|
11
11
|
module StackOne
|
|
12
12
|
module Operations
|
|
13
13
|
|
|
14
|
-
class AtsCreateCandidateRequest < StackOne::Utils::FieldAugmented
|
|
14
|
+
class AtsCreateCandidateRequest < ::StackOne::Utils::FieldAugmented
|
|
15
15
|
extend T::Sig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -28,7 +28,7 @@ module StackOne
|
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
class AtsCreateCandidateResponse < StackOne::Utils::FieldAugmented
|
|
31
|
+
class AtsCreateCandidateResponse < ::StackOne::Utils::FieldAugmented
|
|
32
32
|
extend T::Sig
|
|
33
33
|
|
|
34
34
|
# HTTP response content type for this operation
|
|
@@ -11,7 +11,7 @@ require_relative '../shared/createcandidatenoteresult'
|
|
|
11
11
|
module StackOne
|
|
12
12
|
module Operations
|
|
13
13
|
|
|
14
|
-
class AtsCreateCandidateNoteRequest < StackOne::Utils::FieldAugmented
|
|
14
|
+
class AtsCreateCandidateNoteRequest < ::StackOne::Utils::FieldAugmented
|
|
15
15
|
extend T::Sig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -31,7 +31,7 @@ module StackOne
|
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
class AtsCreateCandidateNoteResponse < StackOne::Utils::FieldAugmented
|
|
34
|
+
class AtsCreateCandidateNoteResponse < ::StackOne::Utils::FieldAugmented
|
|
35
35
|
extend T::Sig
|
|
36
36
|
|
|
37
37
|
# HTTP response content type for this operation
|
|
@@ -11,7 +11,7 @@ require_relative '../shared/createofferresult'
|
|
|
11
11
|
module StackOne
|
|
12
12
|
module Operations
|
|
13
13
|
|
|
14
|
-
class AtsCreateOfferRequest < StackOne::Utils::FieldAugmented
|
|
14
|
+
class AtsCreateOfferRequest < ::StackOne::Utils::FieldAugmented
|
|
15
15
|
extend T::Sig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -28,7 +28,7 @@ module StackOne
|
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
class AtsCreateOfferResponse < StackOne::Utils::FieldAugmented
|
|
31
|
+
class AtsCreateOfferResponse < ::StackOne::Utils::FieldAugmented
|
|
32
32
|
extend T::Sig
|
|
33
33
|
|
|
34
34
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/applicationresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
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
12
|
|
|
23
|
-
class AtsGetApplicationRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class AtsGetApplicationRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -38,7 +28,7 @@ module StackOne
|
|
|
38
28
|
# The number of results per page
|
|
39
29
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
40
30
|
# 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(
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
42
32
|
# Indicates that the raw request result is returned
|
|
43
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
44
34
|
# The sync token to select the only updated results
|
|
@@ -47,7 +37,7 @@ module StackOne
|
|
|
47
37
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
48
38
|
|
|
49
39
|
|
|
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(
|
|
40
|
+
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(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
51
41
|
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
42
|
@id = id
|
|
53
43
|
@x_account_id = x_account_id
|
|
@@ -63,7 +53,7 @@ module StackOne
|
|
|
63
53
|
end
|
|
64
54
|
|
|
65
55
|
|
|
66
|
-
class AtsGetApplicationResponse < StackOne::Utils::FieldAugmented
|
|
56
|
+
class AtsGetApplicationResponse < ::StackOne::Utils::FieldAugmented
|
|
67
57
|
extend T::Sig
|
|
68
58
|
|
|
69
59
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/offersresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
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
12
|
|
|
23
|
-
class AtsGetApplicationOfferRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class AtsGetApplicationOfferRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -40,7 +30,7 @@ module StackOne
|
|
|
40
30
|
# The number of results per page
|
|
41
31
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
42
32
|
# 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(
|
|
33
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
44
34
|
# Indicates that the raw request result is returned
|
|
45
35
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
46
36
|
# The sync token to select the only updated results
|
|
@@ -49,7 +39,7 @@ module StackOne
|
|
|
49
39
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
50
40
|
|
|
51
41
|
|
|
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(
|
|
42
|
+
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(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
53
43
|
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
44
|
@id = id
|
|
55
45
|
@sub_resource_id = sub_resource_id
|
|
@@ -66,7 +56,7 @@ module StackOne
|
|
|
66
56
|
end
|
|
67
57
|
|
|
68
58
|
|
|
69
|
-
class AtsGetApplicationOfferResponse < StackOne::Utils::FieldAugmented
|
|
59
|
+
class AtsGetApplicationOfferResponse < ::StackOne::Utils::FieldAugmented
|
|
70
60
|
extend T::Sig
|
|
71
61
|
|
|
72
62
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/offersresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
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 AtsGetApplicationScorecardQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class AtsGetApplicationScorecardRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class AtsGetApplicationScorecardRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -40,7 +30,7 @@ module StackOne
|
|
|
40
30
|
# The number of results per page
|
|
41
31
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
42
32
|
# 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(
|
|
33
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
44
34
|
# Indicates that the raw request result is returned
|
|
45
35
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
46
36
|
# The sync token to select the only updated results
|
|
@@ -49,7 +39,7 @@ module StackOne
|
|
|
49
39
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
50
40
|
|
|
51
41
|
|
|
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(
|
|
42
|
+
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(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
53
43
|
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
44
|
@id = id
|
|
55
45
|
@sub_resource_id = sub_resource_id
|
|
@@ -66,7 +56,7 @@ module StackOne
|
|
|
66
56
|
end
|
|
67
57
|
|
|
68
58
|
|
|
69
|
-
class AtsGetApplicationScorecardResponse < StackOne::Utils::FieldAugmented
|
|
59
|
+
class AtsGetApplicationScorecardResponse < ::StackOne::Utils::FieldAugmented
|
|
70
60
|
extend T::Sig
|
|
71
61
|
|
|
72
62
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/candidateresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
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 AtsGetCandidateQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class AtsGetCandidateRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class AtsGetCandidateRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -38,7 +28,7 @@ module StackOne
|
|
|
38
28
|
# The number of results per page
|
|
39
29
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
40
30
|
# 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(
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
42
32
|
# Indicates that the raw request result is returned
|
|
43
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
44
34
|
# The sync token to select the only updated results
|
|
@@ -47,7 +37,7 @@ module StackOne
|
|
|
47
37
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
48
38
|
|
|
49
39
|
|
|
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(
|
|
40
|
+
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(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
51
41
|
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
42
|
@id = id
|
|
53
43
|
@x_account_id = x_account_id
|
|
@@ -63,7 +53,7 @@ module StackOne
|
|
|
63
53
|
end
|
|
64
54
|
|
|
65
55
|
|
|
66
|
-
class AtsGetCandidateResponse < StackOne::Utils::FieldAugmented
|
|
56
|
+
class AtsGetCandidateResponse < ::StackOne::Utils::FieldAugmented
|
|
67
57
|
extend T::Sig
|
|
68
58
|
|
|
69
59
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/noteresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
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 AtsGetCandidateNoteQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class AtsGetCandidateNoteRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class AtsGetCandidateNoteRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -40,7 +30,7 @@ module StackOne
|
|
|
40
30
|
# The number of results per page
|
|
41
31
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
42
32
|
# 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(
|
|
33
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
44
34
|
# Indicates that the raw request result is returned
|
|
45
35
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
46
36
|
# The sync token to select the only updated results
|
|
@@ -49,7 +39,7 @@ module StackOne
|
|
|
49
39
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
50
40
|
|
|
51
41
|
|
|
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(
|
|
42
|
+
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(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
53
43
|
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
44
|
@id = id
|
|
55
45
|
@sub_resource_id = sub_resource_id
|
|
@@ -66,7 +56,7 @@ module StackOne
|
|
|
66
56
|
end
|
|
67
57
|
|
|
68
58
|
|
|
69
|
-
class AtsGetCandidateNoteResponse < StackOne::Utils::FieldAugmented
|
|
59
|
+
class AtsGetCandidateNoteResponse < ::StackOne::Utils::FieldAugmented
|
|
70
60
|
extend T::Sig
|
|
71
61
|
|
|
72
62
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/departmentresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
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 AtsGetDepartmentQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class AtsGetDepartmentRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class AtsGetDepartmentRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -38,7 +28,7 @@ module StackOne
|
|
|
38
28
|
# The number of results per page
|
|
39
29
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
40
30
|
# 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(
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
42
32
|
# Indicates that the raw request result is returned
|
|
43
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
44
34
|
# The sync token to select the only updated results
|
|
@@ -47,7 +37,7 @@ module StackOne
|
|
|
47
37
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
48
38
|
|
|
49
39
|
|
|
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(
|
|
40
|
+
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(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
51
41
|
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
42
|
@id = id
|
|
53
43
|
@x_account_id = x_account_id
|
|
@@ -63,7 +53,7 @@ module StackOne
|
|
|
63
53
|
end
|
|
64
54
|
|
|
65
55
|
|
|
66
|
-
class AtsGetDepartmentResponse < StackOne::Utils::FieldAugmented
|
|
56
|
+
class AtsGetDepartmentResponse < ::StackOne::Utils::FieldAugmented
|
|
67
57
|
extend T::Sig
|
|
68
58
|
|
|
69
59
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/interviewsresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
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 AtsGetInterviewQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class AtsGetInterviewRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class AtsGetInterviewRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -38,7 +28,7 @@ module StackOne
|
|
|
38
28
|
# The number of results per page
|
|
39
29
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
40
30
|
# 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(
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
42
32
|
# Indicates that the raw request result is returned
|
|
43
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
44
34
|
# The sync token to select the only updated results
|
|
@@ -47,7 +37,7 @@ module StackOne
|
|
|
47
37
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
48
38
|
|
|
49
39
|
|
|
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(
|
|
40
|
+
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(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
51
41
|
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
42
|
@id = id
|
|
53
43
|
@x_account_id = x_account_id
|
|
@@ -63,7 +53,7 @@ module StackOne
|
|
|
63
53
|
end
|
|
64
54
|
|
|
65
55
|
|
|
66
|
-
class AtsGetInterviewResponse < StackOne::Utils::FieldAugmented
|
|
56
|
+
class AtsGetInterviewResponse < ::StackOne::Utils::FieldAugmented
|
|
67
57
|
extend T::Sig
|
|
68
58
|
|
|
69
59
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/interviewstageresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
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 AtsGetInterviewStageQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class AtsGetInterviewStageRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class AtsGetInterviewStageRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -38,7 +28,7 @@ module StackOne
|
|
|
38
28
|
# The number of results per page
|
|
39
29
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
40
30
|
# 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(
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
42
32
|
# Indicates that the raw request result is returned
|
|
43
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
44
34
|
# The sync token to select the only updated results
|
|
@@ -47,7 +37,7 @@ module StackOne
|
|
|
47
37
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
48
38
|
|
|
49
39
|
|
|
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(
|
|
40
|
+
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(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
51
41
|
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
42
|
@id = id
|
|
53
43
|
@x_account_id = x_account_id
|
|
@@ -63,7 +53,7 @@ module StackOne
|
|
|
63
53
|
end
|
|
64
54
|
|
|
65
55
|
|
|
66
|
-
class AtsGetInterviewStageResponse < StackOne::Utils::FieldAugmented
|
|
56
|
+
class AtsGetInterviewStageResponse < ::StackOne::Utils::FieldAugmented
|
|
67
57
|
extend T::Sig
|
|
68
58
|
|
|
69
59
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/jobresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
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 AtsGetJobQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class AtsGetJobRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class AtsGetJobRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -38,7 +28,7 @@ module StackOne
|
|
|
38
28
|
# The number of results per page
|
|
39
29
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
40
30
|
# 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(
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
42
32
|
# Indicates that the raw request result is returned
|
|
43
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
44
34
|
# The sync token to select the only updated results
|
|
@@ -47,7 +37,7 @@ module StackOne
|
|
|
47
37
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
48
38
|
|
|
49
39
|
|
|
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(
|
|
40
|
+
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(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
51
41
|
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
42
|
@id = id
|
|
53
43
|
@x_account_id = x_account_id
|
|
@@ -63,7 +53,7 @@ module StackOne
|
|
|
63
53
|
end
|
|
64
54
|
|
|
65
55
|
|
|
66
|
-
class AtsGetJobResponse < StackOne::Utils::FieldAugmented
|
|
56
|
+
class AtsGetJobResponse < ::StackOne::Utils::FieldAugmented
|
|
67
57
|
extend T::Sig
|
|
68
58
|
|
|
69
59
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/jobpostingresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
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 AtsGetJobPostingQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class AtsGetJobPostingRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class AtsGetJobPostingRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -40,7 +30,7 @@ module StackOne
|
|
|
40
30
|
# The number of results per page
|
|
41
31
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
42
32
|
# 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(
|
|
33
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
44
34
|
# Indicates that the raw request result is returned
|
|
45
35
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
46
36
|
# The sync token to select the only updated results
|
|
@@ -49,7 +39,7 @@ module StackOne
|
|
|
49
39
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
50
40
|
|
|
51
41
|
|
|
52
|
-
sig { params(id: String, x_account_id: 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(
|
|
42
|
+
sig { params(id: String, x_account_id: 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(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
53
43
|
def initialize(id: nil, x_account_id: nil, fields: nil, include: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
54
44
|
@id = id
|
|
55
45
|
@x_account_id = x_account_id
|
|
@@ -66,7 +56,7 @@ module StackOne
|
|
|
66
56
|
end
|
|
67
57
|
|
|
68
58
|
|
|
69
|
-
class AtsGetJobPostingResponse < StackOne::Utils::FieldAugmented
|
|
59
|
+
class AtsGetJobPostingResponse < ::StackOne::Utils::FieldAugmented
|
|
70
60
|
extend T::Sig
|
|
71
61
|
|
|
72
62
|
# HTTP response content type for this operation
|