stackone_client 0.36.1 → 0.37.1
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/stack_one/accounting.rb +1 -1
- data/lib/stack_one/actions.rb +627 -0
- data/lib/stack_one/ats.rb +865 -251
- data/lib/stack_one/hris.rb +926 -311
- data/lib/stack_one/mcp.rb +852 -0
- data/lib/stack_one/models/operations/ats_get_application_stage_request.rb +49 -0
- data/lib/stack_one/models/operations/ats_get_application_stage_request.rbi +21 -0
- data/lib/stack_one/models/operations/ats_get_application_stage_response.rb +49 -0
- data/lib/stack_one/models/operations/ats_get_application_stage_response.rbi +21 -0
- data/lib/stack_one/models/operations/ats_list_application_stages_queryparam_filter.rb +33 -0
- data/lib/stack_one/models/operations/ats_list_application_stages_queryparam_filter.rbi +13 -0
- data/lib/stack_one/models/operations/ats_list_application_stages_request.rb +75 -0
- data/lib/stack_one/models/operations/ats_list_application_stages_request.rbi +31 -0
- data/lib/stack_one/models/operations/ats_list_application_stages_response.rb +61 -0
- data/lib/stack_one/models/operations/ats_list_application_stages_response.rbi +21 -0
- data/lib/stack_one/models/operations/ats_list_applications_queryparam_filter.rb +1 -1
- data/lib/stack_one/models/operations/filter.rb +11 -71
- data/lib/stack_one/models/operations/filter.rbi +4 -34
- data/lib/stack_one/models/operations/hris_get_employee_shift_request.rb +53 -0
- data/lib/stack_one/models/operations/hris_get_employee_shift_request.rbi +23 -0
- data/lib/stack_one/models/operations/hris_get_employee_shift_response.rb +49 -0
- data/lib/stack_one/models/operations/hris_get_employee_shift_response.rbi +21 -0
- data/lib/stack_one/models/operations/hris_list_employee_shifts_queryparam_filter.rb +45 -0
- data/lib/stack_one/models/operations/hris_list_employee_shifts_queryparam_filter.rbi +19 -0
- data/lib/stack_one/models/operations/hris_list_employee_shifts_request.rb +73 -0
- data/lib/stack_one/models/operations/hris_list_employee_shifts_request.rbi +31 -0
- data/lib/stack_one/models/operations/hris_list_employee_shifts_response.rb +61 -0
- data/lib/stack_one/models/operations/hris_list_employee_shifts_response.rbi +21 -0
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_filter.rb +14 -6
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_filter.rbi +6 -2
- data/lib/stack_one/models/operations/hris_list_positions_queryparam_status.rb +24 -0
- data/lib/stack_one/models/operations/hris_list_positions_queryparam_status.rbi +11 -0
- data/lib/stack_one/models/operations/hris_list_positions_request.rb +2 -2
- data/lib/stack_one/models/operations/hris_list_shifts_queryparam_filter.rb +2 -6
- data/lib/stack_one/models/operations/hris_list_shifts_queryparam_filter.rbi +0 -2
- data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_filter.rb +14 -6
- data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_filter.rbi +6 -2
- data/lib/stack_one/models/operations/include.rb +2 -3
- data/lib/stack_one/models/operations/lms_list_assignments_queryparam_status.rb +1 -0
- data/lib/stack_one/models/operations/lms_list_user_assignments_queryparam_status.rb +1 -0
- data/lib/stack_one/models/operations/queryparam_filter.rb +20 -8
- data/lib/stack_one/models/operations/queryparam_filter.rbi +8 -2
- data/lib/stack_one/models/operations/queryparam_include.rb +1 -0
- data/lib/stack_one/models/operations/queryparam_status.rb +5 -4
- data/lib/stack_one/models/operations/stackone_get_log_request.rb +2 -2
- data/lib/stack_one/models/operations/stackone_list_actions_meta_request.rb +55 -0
- data/lib/stack_one/models/operations/stackone_list_actions_meta_request.rbi +23 -0
- data/lib/stack_one/models/operations/stackone_list_actions_meta_response.rb +61 -0
- data/lib/stack_one/models/operations/stackone_list_actions_meta_response.rbi +21 -0
- data/lib/stack_one/models/operations/stackone_list_logs_queryparam_include.rb +21 -0
- data/lib/stack_one/models/operations/stackone_list_logs_queryparam_include.rbi +11 -0
- data/lib/stack_one/models/operations/stackone_list_logs_request.rb +3 -3
- data/lib/stack_one/models/operations/stackone_list_platform_logs_queryparam_filter.rb +89 -0
- data/lib/stack_one/models/operations/stackone_list_platform_logs_queryparam_filter.rbi +41 -0
- data/lib/stack_one/models/operations/stackone_list_platform_logs_request.rb +2 -2
- data/lib/stack_one/models/operations/stackone_mcp_delete_request.rb +37 -0
- data/lib/stack_one/models/operations/stackone_mcp_delete_request.rbi +15 -0
- data/lib/stack_one/models/operations/stackone_mcp_delete_response.rb +45 -0
- data/lib/stack_one/models/operations/stackone_mcp_delete_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_mcp_delete_security.rb +37 -0
- data/lib/stack_one/models/operations/stackone_mcp_delete_security.rbi +15 -0
- data/lib/stack_one/models/operations/stackone_mcp_get_request.rb +37 -0
- data/lib/stack_one/models/operations/stackone_mcp_get_request.rbi +15 -0
- data/lib/stack_one/models/operations/stackone_mcp_get_response.rb +45 -0
- data/lib/stack_one/models/operations/stackone_mcp_get_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_mcp_get_security.rb +37 -0
- data/lib/stack_one/models/operations/stackone_mcp_get_security.rbi +15 -0
- data/lib/stack_one/models/operations/stackone_mcp_post_request.rb +41 -0
- data/lib/stack_one/models/operations/stackone_mcp_post_request.rbi +17 -0
- data/lib/stack_one/models/operations/stackone_mcp_post_response.rb +45 -0
- data/lib/stack_one/models/operations/stackone_mcp_post_response.rbi +19 -0
- data/lib/stack_one/models/operations/stackone_mcp_post_security.rb +37 -0
- data/lib/stack_one/models/operations/stackone_mcp_post_security.rbi +15 -0
- data/lib/stack_one/models/operations/stackone_rpc_action_response.rb +49 -0
- data/lib/stack_one/models/operations/stackone_rpc_action_response.rbi +21 -0
- data/lib/stack_one/models/operations.rb +25 -0
- data/lib/stack_one/models/shared/actionmetaitem.rb +57 -0
- data/lib/stack_one/models/shared/actionmetaitem.rbi +25 -0
- data/lib/stack_one/models/shared/actionsmeta.rb +57 -0
- data/lib/stack_one/models/shared/actionsmeta.rbi +25 -0
- data/lib/stack_one/models/shared/actionsmetapaginated.rb +37 -0
- data/lib/stack_one/models/shared/actionsmetapaginated.rbi +15 -0
- data/lib/stack_one/models/shared/actionsrpcrequestdto.rb +49 -0
- data/lib/stack_one/models/shared/actionsrpcrequestdto.rbi +21 -0
- data/lib/stack_one/models/shared/actionsrpcresponse.rb +37 -0
- data/lib/stack_one/models/shared/actionsrpcresponse.rbi +15 -0
- data/lib/stack_one/models/shared/actionsrpcresponse_2.rb +28 -0
- data/lib/stack_one/models/shared/actionsrpcresponse_2.rbi +11 -0
- data/lib/stack_one/models/shared/actionsrpcresponse_data.rb +28 -0
- data/lib/stack_one/models/shared/actionsrpcresponse_data.rbi +11 -0
- data/lib/stack_one/models/shared/atsdocumentapimodel.rb +2 -6
- data/lib/stack_one/models/shared/atsdocumentapimodel.rbi +0 -2
- data/lib/stack_one/models/shared/authenticationmetaitem.rb +41 -0
- data/lib/stack_one/models/shared/authenticationmetaitem.rbi +17 -0
- data/lib/stack_one/models/shared/contract_type.rb +2 -2
- data/lib/stack_one/models/shared/createemploymentapimodel.rb +10 -2
- data/lib/stack_one/models/shared/createemploymentapimodel.rbi +4 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_contract_type.rb +37 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_contract_type.rbi +15 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_contract_type_4.rb +28 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_contract_type_4.rbi +11 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_contract_type_source_value.rb +28 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_contract_type_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_contract_type_value.rb +24 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_contract_type_value.rbi +11 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type.rb +37 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type.rbi +15 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type_4.rb +28 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type_4.rbi +11 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type_source_value.rb +28 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type_value.rb +37 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_schemas_type_value.rbi +11 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_type.rb +45 -0
- data/lib/stack_one/models/shared/createemploymentapimodel_type.rbi +19 -0
- data/lib/stack_one/models/shared/document.rb +2 -6
- data/lib/stack_one/models/shared/document.rbi +0 -2
- data/lib/stack_one/models/shared/employee.rb +0 -2
- data/lib/stack_one/models/shared/employment.rb +2 -2
- data/lib/stack_one/models/shared/employment_schemas_contract_type.rb +20 -12
- data/lib/stack_one/models/shared/employment_schemas_contract_type.rbi +8 -4
- data/lib/stack_one/models/shared/employment_schemas_contract_type_contract_type.rb +37 -0
- data/lib/stack_one/models/shared/employment_schemas_contract_type_contract_type.rbi +15 -0
- data/lib/stack_one/models/shared/file.rb +2 -6
- data/lib/stack_one/models/shared/file.rbi +0 -2
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_contract_type.rb +45 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_contract_type.rbi +19 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment.rb +10 -2
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_employment.rbi +4 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_national_identity_number.rb +2 -2
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_contract_type.rb +37 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_contract_type.rbi +15 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_contract_type_4.rb +28 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_contract_type_4.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_contract_type_source_value.rb +28 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_contract_type_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_contract_type_value.rb +24 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_contract_type_value.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type.rb +37 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type.rbi +15 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type_4.rb +28 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type_4.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type_source_value.rb +28 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type_value.rb +37 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_type_value.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_type.rb +37 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_type.rbi +15 -0
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_type.rb +20 -12
- data/lib/stack_one/models/shared/hriscreateemployeerequestdto_type.rbi +8 -4
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto.rb +10 -2
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto.rbi +4 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_contract_type.rb +45 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_contract_type.rbi +19 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type.rb +37 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type.rbi +15 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type_4.rb +28 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type_4.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type_source_value.rb +28 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type_value.rb +24 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_contract_type_value.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type.rb +37 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type.rbi +15 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type_4.rb +28 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type_4.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type_source_value.rb +28 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type_value.rb +37 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_schemas_type_value.rbi +11 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_type.rb +45 -0
- data/lib/stack_one/models/shared/hriscreateemploymentrequestdto_type.rbi +19 -0
- data/lib/stack_one/models/shared/hrisdocumentapimodel.rb +2 -6
- data/lib/stack_one/models/shared/hrisdocumentapimodel.rbi +0 -2
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_contract_type.rb +45 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_contract_type.rbi +19 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment.rb +10 -2
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_employment.rbi +4 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_national_identity_number.rb +2 -2
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_contract_type.rb +37 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_contract_type.rbi +15 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_contract_type_4.rb +28 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_contract_type_4.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_contract_type_source_value.rb +28 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_contract_type_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_contract_type_value.rb +24 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_contract_type_value.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type.rb +37 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type.rbi +15 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type_4.rb +28 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type_4.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type_source_value.rb +28 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type_value.rb +37 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_employment_type_type_value.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_type.rb +37 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_schemas_type.rbi +15 -0
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_type.rb +20 -12
- data/lib/stack_one/models/shared/hrisupdateemployeerequestdto_type.rbi +8 -4
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto.rb +10 -2
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto.rbi +4 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_contract_type.rb +45 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_contract_type.rbi +19 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type.rb +37 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type.rbi +15 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type_4.rb +28 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type_4.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type_source_value.rb +28 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type_value.rb +24 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_contract_type_value.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type.rb +37 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type.rbi +15 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type_4.rb +28 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type_4.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type_source_value.rb +28 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type_source_value.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type_value.rb +37 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_schemas_type_value.rbi +11 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_type.rb +45 -0
- data/lib/stack_one/models/shared/hrisupdateemploymentrequestdto_type.rbi +19 -0
- data/lib/stack_one/models/shared/iamuser_avatar.rb +2 -6
- data/lib/stack_one/models/shared/iamuser_avatar.rbi +0 -2
- data/lib/stack_one/models/shared/id.rb +28 -0
- data/lib/stack_one/models/shared/id.rbi +11 -0
- data/lib/stack_one/models/shared/jobpostingcompensation.rb +12 -12
- data/lib/stack_one/models/shared/jobpostingcompensation.rbi +6 -6
- data/lib/stack_one/models/shared/jsonrpcmessagedto.rb +45 -0
- data/lib/stack_one/models/shared/jsonrpcmessagedto.rbi +19 -0
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_value.rb +5 -0
- data/lib/stack_one/models/shared/messagingmessage.rb +2 -2
- data/lib/stack_one/models/shared/messagingmessageresult_data.rb +2 -2
- data/lib/stack_one/models/shared/one.rb +28 -0
- data/lib/stack_one/models/shared/one.rbi +11 -0
- data/lib/stack_one/models/shared/params.rb +28 -0
- data/lib/stack_one/models/shared/params.rbi +11 -0
- data/lib/stack_one/models/shared/proxyrequestbody.rb +1 -1
- data/lib/stack_one/models/shared/schemebasic.rb +37 -0
- data/lib/stack_one/models/shared/schemebasic.rbi +15 -0
- data/lib/stack_one/models/shared/security.rb +4 -4
- data/lib/stack_one/models/shared/timeoff.rb +10 -10
- data/lib/stack_one/models/shared/timeoff.rbi +4 -4
- data/lib/stack_one/models/shared/workeligibility_document.rb +2 -6
- data/lib/stack_one/models/shared/workeligibility_document.rbi +0 -2
- data/lib/stack_one/models/shared.rb +63 -0
- data/lib/stack_one/request_logs.rb +1 -1
- data/lib/stack_one/sdkconfiguration.rb +3 -3
- data/lib/stack_one/stackone.rb +3 -1
- data/lib/stackone_client.rb +2 -0
- metadata +180 -2
@@ -0,0 +1,19 @@
|
|
1
|
+
# typed: true
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
|
5
|
+
class StackOne::Models::Operations::StackoneMcpDeleteResponse
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
7
|
+
end
|
8
|
+
|
9
|
+
|
10
|
+
class StackOne::Models::Operations::StackoneMcpDeleteResponse
|
11
|
+
def content_type(); end
|
12
|
+
def content_type=(str_); end
|
13
|
+
def headers(); end
|
14
|
+
def headers=(str_); end
|
15
|
+
def status_code(); end
|
16
|
+
def status_code=(str_); end
|
17
|
+
def raw_response(); end
|
18
|
+
def raw_response=(str_); end
|
19
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Models
|
9
|
+
module Operations
|
10
|
+
|
11
|
+
|
12
|
+
class StackoneMcpDeleteSecurity
|
13
|
+
extend T::Sig
|
14
|
+
include Crystalline::MetadataFields
|
15
|
+
|
16
|
+
|
17
|
+
field :api_key, Crystalline::Nilable.new(::String), { 'security': { 'scheme': true, 'type': 'apiKey', 'sub_type': 'header', 'field_name': 'Authorization' } }
|
18
|
+
|
19
|
+
field :basic, Crystalline::Nilable.new(Models::Shared::SchemeBasic), { 'security': { 'scheme': true, 'type': 'http', 'sub_type': 'basic' } }
|
20
|
+
|
21
|
+
sig { params(api_key: T.nilable(::String), basic: T.nilable(Models::Shared::SchemeBasic)).void }
|
22
|
+
def initialize(api_key: nil, basic: nil)
|
23
|
+
@api_key = api_key
|
24
|
+
@basic = basic
|
25
|
+
end
|
26
|
+
|
27
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
28
|
+
def ==(other)
|
29
|
+
return false unless other.is_a? self.class
|
30
|
+
return false unless @api_key == other.api_key
|
31
|
+
return false unless @basic == other.basic
|
32
|
+
true
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# typed: true
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
|
5
|
+
class StackOne::Models::Operations::StackoneMcpDeleteSecurity
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
7
|
+
end
|
8
|
+
|
9
|
+
|
10
|
+
class StackOne::Models::Operations::StackoneMcpDeleteSecurity
|
11
|
+
def api_key(); end
|
12
|
+
def api_key=(str_); end
|
13
|
+
def basic(); end
|
14
|
+
def basic=(str_); end
|
15
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Models
|
9
|
+
module Operations
|
10
|
+
|
11
|
+
|
12
|
+
class StackoneMcpGetRequest
|
13
|
+
extend T::Sig
|
14
|
+
include Crystalline::MetadataFields
|
15
|
+
|
16
|
+
# Session id
|
17
|
+
field :mcp_session_id, ::String, { 'header': { 'field_name': 'mcp-session-id', 'style': 'simple', 'explode': false } }
|
18
|
+
# Account secure id for the target provider account
|
19
|
+
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
20
|
+
|
21
|
+
sig { params(mcp_session_id: ::String, x_account_id: ::String).void }
|
22
|
+
def initialize(mcp_session_id:, x_account_id:)
|
23
|
+
@mcp_session_id = mcp_session_id
|
24
|
+
@x_account_id = x_account_id
|
25
|
+
end
|
26
|
+
|
27
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
28
|
+
def ==(other)
|
29
|
+
return false unless other.is_a? self.class
|
30
|
+
return false unless @mcp_session_id == other.mcp_session_id
|
31
|
+
return false unless @x_account_id == other.x_account_id
|
32
|
+
true
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# typed: true
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
|
5
|
+
class StackOne::Models::Operations::StackoneMcpGetRequest
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
7
|
+
end
|
8
|
+
|
9
|
+
|
10
|
+
class StackOne::Models::Operations::StackoneMcpGetRequest
|
11
|
+
def mcp_session_id(); end
|
12
|
+
def mcp_session_id=(str_); end
|
13
|
+
def x_account_id(); end
|
14
|
+
def x_account_id=(str_); end
|
15
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Models
|
9
|
+
module Operations
|
10
|
+
|
11
|
+
|
12
|
+
class StackoneMcpGetResponse
|
13
|
+
extend T::Sig
|
14
|
+
include Crystalline::MetadataFields
|
15
|
+
|
16
|
+
# HTTP response content type for this operation
|
17
|
+
field :content_type, ::String
|
18
|
+
|
19
|
+
field :headers, Crystalline::Hash.new(Symbol, Crystalline::Array.new(::String))
|
20
|
+
# HTTP response status code for this operation
|
21
|
+
field :status_code, ::Integer
|
22
|
+
# Raw HTTP response; suitable for custom response parsing
|
23
|
+
field :raw_response, ::Faraday::Response
|
24
|
+
|
25
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], status_code: ::Integer, raw_response: ::Faraday::Response).void }
|
26
|
+
def initialize(content_type:, headers:, status_code:, raw_response:)
|
27
|
+
@content_type = content_type
|
28
|
+
@headers = headers
|
29
|
+
@status_code = status_code
|
30
|
+
@raw_response = raw_response
|
31
|
+
end
|
32
|
+
|
33
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
34
|
+
def ==(other)
|
35
|
+
return false unless other.is_a? self.class
|
36
|
+
return false unless @content_type == other.content_type
|
37
|
+
return false unless @headers == other.headers
|
38
|
+
return false unless @status_code == other.status_code
|
39
|
+
return false unless @raw_response == other.raw_response
|
40
|
+
true
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# typed: true
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
|
5
|
+
class StackOne::Models::Operations::StackoneMcpGetResponse
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
7
|
+
end
|
8
|
+
|
9
|
+
|
10
|
+
class StackOne::Models::Operations::StackoneMcpGetResponse
|
11
|
+
def content_type(); end
|
12
|
+
def content_type=(str_); end
|
13
|
+
def headers(); end
|
14
|
+
def headers=(str_); end
|
15
|
+
def status_code(); end
|
16
|
+
def status_code=(str_); end
|
17
|
+
def raw_response(); end
|
18
|
+
def raw_response=(str_); end
|
19
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Models
|
9
|
+
module Operations
|
10
|
+
|
11
|
+
|
12
|
+
class StackoneMcpGetSecurity
|
13
|
+
extend T::Sig
|
14
|
+
include Crystalline::MetadataFields
|
15
|
+
|
16
|
+
|
17
|
+
field :api_key, Crystalline::Nilable.new(::String), { 'security': { 'scheme': true, 'type': 'apiKey', 'sub_type': 'header', 'field_name': 'Authorization' } }
|
18
|
+
|
19
|
+
field :basic, Crystalline::Nilable.new(Models::Shared::SchemeBasic), { 'security': { 'scheme': true, 'type': 'http', 'sub_type': 'basic' } }
|
20
|
+
|
21
|
+
sig { params(api_key: T.nilable(::String), basic: T.nilable(Models::Shared::SchemeBasic)).void }
|
22
|
+
def initialize(api_key: nil, basic: nil)
|
23
|
+
@api_key = api_key
|
24
|
+
@basic = basic
|
25
|
+
end
|
26
|
+
|
27
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
28
|
+
def ==(other)
|
29
|
+
return false unless other.is_a? self.class
|
30
|
+
return false unless @api_key == other.api_key
|
31
|
+
return false unless @basic == other.basic
|
32
|
+
true
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# typed: true
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
|
5
|
+
class StackOne::Models::Operations::StackoneMcpGetSecurity
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
7
|
+
end
|
8
|
+
|
9
|
+
|
10
|
+
class StackOne::Models::Operations::StackoneMcpGetSecurity
|
11
|
+
def api_key(); end
|
12
|
+
def api_key=(str_); end
|
13
|
+
def basic(); end
|
14
|
+
def basic=(str_); end
|
15
|
+
end
|
@@ -0,0 +1,41 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Models
|
9
|
+
module Operations
|
10
|
+
|
11
|
+
|
12
|
+
class StackoneMcpPostRequest
|
13
|
+
extend T::Sig
|
14
|
+
include Crystalline::MetadataFields
|
15
|
+
|
16
|
+
# JSON-RPC 2.0 message
|
17
|
+
field :json_rpc_message_dto, Models::Shared::JsonRpcMessageDto, { 'request': { 'media_type': 'application/json' } }
|
18
|
+
# Account secure id for the target provider account
|
19
|
+
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
20
|
+
# Session id; omit for initialize, include for subsequent calls
|
21
|
+
field :mcp_session_id, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'mcp-session-id', 'style': 'simple', 'explode': false } }
|
22
|
+
|
23
|
+
sig { params(json_rpc_message_dto: Models::Shared::JsonRpcMessageDto, x_account_id: ::String, mcp_session_id: T.nilable(::String)).void }
|
24
|
+
def initialize(json_rpc_message_dto:, x_account_id:, mcp_session_id: nil)
|
25
|
+
@json_rpc_message_dto = json_rpc_message_dto
|
26
|
+
@x_account_id = x_account_id
|
27
|
+
@mcp_session_id = mcp_session_id
|
28
|
+
end
|
29
|
+
|
30
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
31
|
+
def ==(other)
|
32
|
+
return false unless other.is_a? self.class
|
33
|
+
return false unless @json_rpc_message_dto == other.json_rpc_message_dto
|
34
|
+
return false unless @x_account_id == other.x_account_id
|
35
|
+
return false unless @mcp_session_id == other.mcp_session_id
|
36
|
+
true
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# typed: true
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
|
5
|
+
class StackOne::Models::Operations::StackoneMcpPostRequest
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
7
|
+
end
|
8
|
+
|
9
|
+
|
10
|
+
class StackOne::Models::Operations::StackoneMcpPostRequest
|
11
|
+
def json_rpc_message_dto(); end
|
12
|
+
def json_rpc_message_dto=(str_); end
|
13
|
+
def x_account_id(); end
|
14
|
+
def x_account_id=(str_); end
|
15
|
+
def mcp_session_id(); end
|
16
|
+
def mcp_session_id=(str_); end
|
17
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Models
|
9
|
+
module Operations
|
10
|
+
|
11
|
+
|
12
|
+
class StackoneMcpPostResponse
|
13
|
+
extend T::Sig
|
14
|
+
include Crystalline::MetadataFields
|
15
|
+
|
16
|
+
# HTTP response content type for this operation
|
17
|
+
field :content_type, ::String
|
18
|
+
|
19
|
+
field :headers, Crystalline::Hash.new(Symbol, Crystalline::Array.new(::String))
|
20
|
+
# HTTP response status code for this operation
|
21
|
+
field :status_code, ::Integer
|
22
|
+
# Raw HTTP response; suitable for custom response parsing
|
23
|
+
field :raw_response, ::Faraday::Response
|
24
|
+
|
25
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], status_code: ::Integer, raw_response: ::Faraday::Response).void }
|
26
|
+
def initialize(content_type:, headers:, status_code:, raw_response:)
|
27
|
+
@content_type = content_type
|
28
|
+
@headers = headers
|
29
|
+
@status_code = status_code
|
30
|
+
@raw_response = raw_response
|
31
|
+
end
|
32
|
+
|
33
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
34
|
+
def ==(other)
|
35
|
+
return false unless other.is_a? self.class
|
36
|
+
return false unless @content_type == other.content_type
|
37
|
+
return false unless @headers == other.headers
|
38
|
+
return false unless @status_code == other.status_code
|
39
|
+
return false unless @raw_response == other.raw_response
|
40
|
+
true
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# typed: true
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
|
5
|
+
class StackOne::Models::Operations::StackoneMcpPostResponse
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
7
|
+
end
|
8
|
+
|
9
|
+
|
10
|
+
class StackOne::Models::Operations::StackoneMcpPostResponse
|
11
|
+
def content_type(); end
|
12
|
+
def content_type=(str_); end
|
13
|
+
def headers(); end
|
14
|
+
def headers=(str_); end
|
15
|
+
def status_code(); end
|
16
|
+
def status_code=(str_); end
|
17
|
+
def raw_response(); end
|
18
|
+
def raw_response=(str_); end
|
19
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Models
|
9
|
+
module Operations
|
10
|
+
|
11
|
+
|
12
|
+
class StackoneMcpPostSecurity
|
13
|
+
extend T::Sig
|
14
|
+
include Crystalline::MetadataFields
|
15
|
+
|
16
|
+
|
17
|
+
field :api_key, Crystalline::Nilable.new(::String), { 'security': { 'scheme': true, 'type': 'apiKey', 'sub_type': 'header', 'field_name': 'Authorization' } }
|
18
|
+
|
19
|
+
field :basic, Crystalline::Nilable.new(Models::Shared::SchemeBasic), { 'security': { 'scheme': true, 'type': 'http', 'sub_type': 'basic' } }
|
20
|
+
|
21
|
+
sig { params(api_key: T.nilable(::String), basic: T.nilable(Models::Shared::SchemeBasic)).void }
|
22
|
+
def initialize(api_key: nil, basic: nil)
|
23
|
+
@api_key = api_key
|
24
|
+
@basic = basic
|
25
|
+
end
|
26
|
+
|
27
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
28
|
+
def ==(other)
|
29
|
+
return false unless other.is_a? self.class
|
30
|
+
return false unless @api_key == other.api_key
|
31
|
+
return false unless @basic == other.basic
|
32
|
+
true
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# typed: true
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
|
5
|
+
class StackOne::Models::Operations::StackoneMcpPostSecurity
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
7
|
+
end
|
8
|
+
|
9
|
+
|
10
|
+
class StackOne::Models::Operations::StackoneMcpPostSecurity
|
11
|
+
def api_key(); end
|
12
|
+
def api_key=(str_); end
|
13
|
+
def basic(); end
|
14
|
+
def basic=(str_); end
|
15
|
+
end
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Models
|
9
|
+
module Operations
|
10
|
+
|
11
|
+
|
12
|
+
class StackoneRpcActionResponse
|
13
|
+
extend T::Sig
|
14
|
+
include Crystalline::MetadataFields
|
15
|
+
|
16
|
+
# HTTP response content type for this operation
|
17
|
+
field :content_type, ::String
|
18
|
+
|
19
|
+
field :headers, Crystalline::Hash.new(Symbol, Crystalline::Array.new(::String))
|
20
|
+
# HTTP response status code for this operation
|
21
|
+
field :status_code, ::Integer
|
22
|
+
# Raw HTTP response; suitable for custom response parsing
|
23
|
+
field :raw_response, ::Faraday::Response
|
24
|
+
# Action response
|
25
|
+
field :actions_rpc_response, Crystalline::Nilable.new(Models::Shared::ActionsRpcResponse)
|
26
|
+
|
27
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], status_code: ::Integer, raw_response: ::Faraday::Response, actions_rpc_response: T.nilable(Models::Shared::ActionsRpcResponse)).void }
|
28
|
+
def initialize(content_type:, headers:, status_code:, raw_response:, actions_rpc_response: nil)
|
29
|
+
@content_type = content_type
|
30
|
+
@headers = headers
|
31
|
+
@status_code = status_code
|
32
|
+
@raw_response = raw_response
|
33
|
+
@actions_rpc_response = actions_rpc_response
|
34
|
+
end
|
35
|
+
|
36
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
37
|
+
def ==(other)
|
38
|
+
return false unless other.is_a? self.class
|
39
|
+
return false unless @content_type == other.content_type
|
40
|
+
return false unless @headers == other.headers
|
41
|
+
return false unless @status_code == other.status_code
|
42
|
+
return false unless @raw_response == other.raw_response
|
43
|
+
return false unless @actions_rpc_response == other.actions_rpc_response
|
44
|
+
true
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# typed: true
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
|
5
|
+
class StackOne::Models::Operations::StackoneRpcActionResponse
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
7
|
+
end
|
8
|
+
|
9
|
+
|
10
|
+
class StackOne::Models::Operations::StackoneRpcActionResponse
|
11
|
+
def content_type(); end
|
12
|
+
def content_type=(str_); end
|
13
|
+
def headers(); end
|
14
|
+
def headers=(str_); end
|
15
|
+
def status_code(); end
|
16
|
+
def status_code=(str_); end
|
17
|
+
def raw_response(); end
|
18
|
+
def raw_response=(str_); end
|
19
|
+
def actions_rpc_response(); end
|
20
|
+
def actions_rpc_response=(str_); end
|
21
|
+
end
|
@@ -66,6 +66,8 @@ module StackOne
|
|
66
66
|
autoload :AtsGetApplicationScheduledInterviewResponse, 'stack_one/models/operations/ats_get_application_scheduled_interview_response.rb'
|
67
67
|
autoload :AtsGetApplicationScorecardRequest, 'stack_one/models/operations/ats_get_application_scorecard_request.rb'
|
68
68
|
autoload :AtsGetApplicationScorecardResponse, 'stack_one/models/operations/ats_get_application_scorecard_response.rb'
|
69
|
+
autoload :AtsGetApplicationStageRequest, 'stack_one/models/operations/ats_get_application_stage_request.rb'
|
70
|
+
autoload :AtsGetApplicationStageResponse, 'stack_one/models/operations/ats_get_application_stage_response.rb'
|
69
71
|
autoload :AtsGetAssessmentsPackageRequest, 'stack_one/models/operations/ats_get_assessments_package_request.rb'
|
70
72
|
autoload :AtsGetAssessmentsPackageResponse, 'stack_one/models/operations/ats_get_assessments_package_response.rb'
|
71
73
|
autoload :AtsGetBackgroundCheckPackageRequest, 'stack_one/models/operations/ats_get_background_check_package_request.rb'
|
@@ -120,6 +122,9 @@ module StackOne
|
|
120
122
|
autoload :AtsListApplicationScorecardsQueryParamFilter, 'stack_one/models/operations/ats_list_application_scorecards_queryparam_filter.rb'
|
121
123
|
autoload :AtsListApplicationScorecardsRequest, 'stack_one/models/operations/ats_list_application_scorecards_request.rb'
|
122
124
|
autoload :AtsListApplicationScorecardsResponse, 'stack_one/models/operations/ats_list_application_scorecards_response.rb'
|
125
|
+
autoload :AtsListApplicationStagesQueryParamFilter, 'stack_one/models/operations/ats_list_application_stages_queryparam_filter.rb'
|
126
|
+
autoload :AtsListApplicationStagesRequest, 'stack_one/models/operations/ats_list_application_stages_request.rb'
|
127
|
+
autoload :AtsListApplicationStagesResponse, 'stack_one/models/operations/ats_list_application_stages_response.rb'
|
123
128
|
autoload :AtsListApplicationsOffersQueryParamFilter, 'stack_one/models/operations/ats_list_applications_offers_queryparam_filter.rb'
|
124
129
|
autoload :AtsListApplicationsOffersRequest, 'stack_one/models/operations/ats_list_applications_offers_request.rb'
|
125
130
|
autoload :AtsListApplicationsOffersResponse, 'stack_one/models/operations/ats_list_applications_offers_response.rb'
|
@@ -289,6 +294,8 @@ module StackOne
|
|
289
294
|
autoload :HrisGetEmployeeEmploymentResponse, 'stack_one/models/operations/hris_get_employee_employment_response.rb'
|
290
295
|
autoload :HrisGetEmployeeRequest, 'stack_one/models/operations/hris_get_employee_request.rb'
|
291
296
|
autoload :HrisGetEmployeeResponse, 'stack_one/models/operations/hris_get_employee_response.rb'
|
297
|
+
autoload :HrisGetEmployeeShiftRequest, 'stack_one/models/operations/hris_get_employee_shift_request.rb'
|
298
|
+
autoload :HrisGetEmployeeShiftResponse, 'stack_one/models/operations/hris_get_employee_shift_response.rb'
|
292
299
|
autoload :HrisGetEmployeeSkillRequest, 'stack_one/models/operations/hris_get_employee_skill_request.rb'
|
293
300
|
autoload :HrisGetEmployeeSkillResponse, 'stack_one/models/operations/hris_get_employee_skill_response.rb'
|
294
301
|
autoload :HrisGetEmployeeTaskRequest, 'stack_one/models/operations/hris_get_employee_task_request.rb'
|
@@ -355,6 +362,9 @@ module StackOne
|
|
355
362
|
autoload :HrisListEmployeeEmploymentsQueryParamFilter, 'stack_one/models/operations/hris_list_employee_employments_queryparam_filter.rb'
|
356
363
|
autoload :HrisListEmployeeEmploymentsRequest, 'stack_one/models/operations/hris_list_employee_employments_request.rb'
|
357
364
|
autoload :HrisListEmployeeEmploymentsResponse, 'stack_one/models/operations/hris_list_employee_employments_response.rb'
|
365
|
+
autoload :HrisListEmployeeShiftsQueryParamFilter, 'stack_one/models/operations/hris_list_employee_shifts_queryparam_filter.rb'
|
366
|
+
autoload :HrisListEmployeeShiftsRequest, 'stack_one/models/operations/hris_list_employee_shifts_request.rb'
|
367
|
+
autoload :HrisListEmployeeShiftsResponse, 'stack_one/models/operations/hris_list_employee_shifts_response.rb'
|
358
368
|
autoload :HrisListEmployeeSkillsQueryParamFilter, 'stack_one/models/operations/hris_list_employee_skills_queryparam_filter.rb'
|
359
369
|
autoload :HrisListEmployeeSkillsRequest, 'stack_one/models/operations/hris_list_employee_skills_request.rb'
|
360
370
|
autoload :HrisListEmployeeSkillsResponse, 'stack_one/models/operations/hris_list_employee_skills_response.rb'
|
@@ -389,6 +399,7 @@ module StackOne
|
|
389
399
|
autoload :HrisListLocationsRequest, 'stack_one/models/operations/hris_list_locations_request.rb'
|
390
400
|
autoload :HrisListLocationsResponse, 'stack_one/models/operations/hris_list_locations_response.rb'
|
391
401
|
autoload :HrisListPositionsQueryParamFilter, 'stack_one/models/operations/hris_list_positions_queryparam_filter.rb'
|
402
|
+
autoload :HrisListPositionsQueryParamStatus, 'stack_one/models/operations/hris_list_positions_queryparam_status.rb'
|
392
403
|
autoload :HrisListPositionsRequest, 'stack_one/models/operations/hris_list_positions_request.rb'
|
393
404
|
autoload :HrisListPositionsResponse, 'stack_one/models/operations/hris_list_positions_response.rb'
|
394
405
|
autoload :HrisListShiftsQueryParamFilter, 'stack_one/models/operations/hris_list_shifts_queryparam_filter.rb'
|
@@ -626,14 +637,18 @@ module StackOne
|
|
626
637
|
autoload :StackoneGetConnectorMetaResponse, 'stack_one/models/operations/stackone_get_connector_meta_response.rb'
|
627
638
|
autoload :StackoneGetLogRequest, 'stack_one/models/operations/stackone_get_log_request.rb'
|
628
639
|
autoload :StackoneGetLogResponse, 'stack_one/models/operations/stackone_get_log_response.rb'
|
640
|
+
autoload :StackoneListActionsMetaRequest, 'stack_one/models/operations/stackone_list_actions_meta_request.rb'
|
641
|
+
autoload :StackoneListActionsMetaResponse, 'stack_one/models/operations/stackone_list_actions_meta_response.rb'
|
629
642
|
autoload :StackoneListConnectorsMetaRequest, 'stack_one/models/operations/stackone_list_connectors_meta_request.rb'
|
630
643
|
autoload :StackoneListConnectorsMetaResponse, 'stack_one/models/operations/stackone_list_connectors_meta_response.rb'
|
631
644
|
autoload :StackoneListLinkedAccountsRequest, 'stack_one/models/operations/stackone_list_linked_accounts_request.rb'
|
632
645
|
autoload :StackoneListLinkedAccountsResponse, 'stack_one/models/operations/stackone_list_linked_accounts_response.rb'
|
646
|
+
autoload :StackoneListLogsQueryParamInclude, 'stack_one/models/operations/stackone_list_logs_queryparam_include.rb'
|
633
647
|
autoload :StackoneListLogsRequest, 'stack_one/models/operations/stackone_list_logs_request.rb'
|
634
648
|
autoload :StackoneListLogsResponse, 'stack_one/models/operations/stackone_list_logs_response.rb'
|
635
649
|
autoload :StackoneListPlatformLogsQueryParamRequestLogsOrderBy, 'stack_one/models/operations/stackone_list_platform_logs_queryparam_request_logs_order_by.rb'
|
636
650
|
autoload :StackoneListPlatformLogsQueryParamRequestLogsOrderDirection, 'stack_one/models/operations/stackone_list_platform_logs_queryparam_request_logs_order_direction.rb'
|
651
|
+
autoload :StackoneListPlatformLogsQueryParamFilter, 'stack_one/models/operations/stackone_list_platform_logs_queryparam_filter.rb'
|
637
652
|
autoload :StackoneListPlatformLogsQueryParamOrderBy, 'stack_one/models/operations/stackone_list_platform_logs_queryparam_order_by.rb'
|
638
653
|
autoload :StackoneListPlatformLogsQueryParamOrderDirection, 'stack_one/models/operations/stackone_list_platform_logs_queryparam_order_direction.rb'
|
639
654
|
autoload :StackoneListPlatformLogsRequest, 'stack_one/models/operations/stackone_list_platform_logs_request.rb'
|
@@ -643,8 +658,18 @@ module StackOne
|
|
643
658
|
autoload :StackoneListStepLogsQueryParamOrderDirection, 'stack_one/models/operations/stackone_list_step_logs_queryparam_order_direction.rb'
|
644
659
|
autoload :StackoneListStepLogsRequest, 'stack_one/models/operations/stackone_list_step_logs_request.rb'
|
645
660
|
autoload :StackoneListStepLogsResponse, 'stack_one/models/operations/stackone_list_step_logs_response.rb'
|
661
|
+
autoload :StackoneMcpDeleteSecurity, 'stack_one/models/operations/stackone_mcp_delete_security.rb'
|
662
|
+
autoload :StackoneMcpDeleteRequest, 'stack_one/models/operations/stackone_mcp_delete_request.rb'
|
663
|
+
autoload :StackoneMcpDeleteResponse, 'stack_one/models/operations/stackone_mcp_delete_response.rb'
|
664
|
+
autoload :StackoneMcpGetSecurity, 'stack_one/models/operations/stackone_mcp_get_security.rb'
|
665
|
+
autoload :StackoneMcpGetRequest, 'stack_one/models/operations/stackone_mcp_get_request.rb'
|
666
|
+
autoload :StackoneMcpGetResponse, 'stack_one/models/operations/stackone_mcp_get_response.rb'
|
667
|
+
autoload :StackoneMcpPostSecurity, 'stack_one/models/operations/stackone_mcp_post_security.rb'
|
668
|
+
autoload :StackoneMcpPostRequest, 'stack_one/models/operations/stackone_mcp_post_request.rb'
|
669
|
+
autoload :StackoneMcpPostResponse, 'stack_one/models/operations/stackone_mcp_post_response.rb'
|
646
670
|
autoload :StackoneProxyRequestRequest, 'stack_one/models/operations/stackone_proxy_request_request.rb'
|
647
671
|
autoload :StackoneProxyRequestResponse, 'stack_one/models/operations/stackone_proxy_request_response.rb'
|
672
|
+
autoload :StackoneRpcActionResponse, 'stack_one/models/operations/stackone_rpc_action_response.rb'
|
648
673
|
autoload :StackoneUpdateAccountRequest, 'stack_one/models/operations/stackone_update_account_request.rb'
|
649
674
|
autoload :StackoneUpdateAccountResponse, 'stack_one/models/operations/stackone_update_account_response.rb'
|
650
675
|
autoload :Status, 'stack_one/models/operations/status.rb'
|
@@ -0,0 +1,57 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module StackOne
|
8
|
+
module Models
|
9
|
+
module Shared
|
10
|
+
|
11
|
+
|
12
|
+
class ActionMetaItem
|
13
|
+
extend T::Sig
|
14
|
+
include Crystalline::MetadataFields
|
15
|
+
|
16
|
+
# The authentication methods supported by this action
|
17
|
+
field :authentication, Crystalline::Nilable.new(Crystalline::Array.new(Models::Shared::AuthenticationMetaItem)), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('authentication') } }
|
18
|
+
# The action description
|
19
|
+
field :description, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('description') } }
|
20
|
+
# The action ID
|
21
|
+
field :id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('id') } }
|
22
|
+
# The action label
|
23
|
+
field :label, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('label') } }
|
24
|
+
# The operation details for the action
|
25
|
+
field :operation_details, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::Object)), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('operation_details') } }
|
26
|
+
# The schema type for the action
|
27
|
+
field :schema_type, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('schema_type') } }
|
28
|
+
# The tags associated with this action
|
29
|
+
field :tags, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('tags') } }
|
30
|
+
|
31
|
+
sig { params(authentication: T.nilable(T::Array[Models::Shared::AuthenticationMetaItem]), description: T.nilable(::String), id: T.nilable(::String), label: T.nilable(::String), operation_details: T.nilable(T::Hash[Symbol, ::Object]), schema_type: T.nilable(::String), tags: T.nilable(T::Array[::String])).void }
|
32
|
+
def initialize(authentication: nil, description: nil, id: nil, label: nil, operation_details: nil, schema_type: nil, tags: nil)
|
33
|
+
@authentication = authentication
|
34
|
+
@description = description
|
35
|
+
@id = id
|
36
|
+
@label = label
|
37
|
+
@operation_details = operation_details
|
38
|
+
@schema_type = schema_type
|
39
|
+
@tags = tags
|
40
|
+
end
|
41
|
+
|
42
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
43
|
+
def ==(other)
|
44
|
+
return false unless other.is_a? self.class
|
45
|
+
return false unless @authentication == other.authentication
|
46
|
+
return false unless @description == other.description
|
47
|
+
return false unless @id == other.id
|
48
|
+
return false unless @label == other.label
|
49
|
+
return false unless @operation_details == other.operation_details
|
50
|
+
return false unless @schema_type == other.schema_type
|
51
|
+
return false unless @tags == other.tags
|
52
|
+
true
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|