stackone_client 0.36.0 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stack_one/actions.rb +627 -0
- data/lib/stack_one/ats.rb +1541 -333
- data/lib/stack_one/documents.rb +1 -1
- data/lib/stack_one/hris.rb +61 -59
- data/lib/stack_one/mcp.rb +852 -0
- data/lib/stack_one/messaging.rb +1 -1
- data/lib/stack_one/models/operations/ats_download_application_document_response.rb +13 -5
- data/lib/stack_one/models/operations/ats_download_application_document_response.rbi +6 -2
- 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/documents_download_file_response.rb +6 -6
- data/lib/stack_one/models/operations/documents_download_file_response.rbi +2 -2
- 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_download_employee_document_response.rb +12 -152
- data/lib/stack_one/models/operations/hris_download_employee_document_response.rbi +6 -76
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_filter.rb +6 -6
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_filter.rbi +2 -2
- data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_filter.rb +6 -6
- data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_filter.rbi +2 -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/messaging_download_messaging_attachment_response.rb +6 -6
- data/lib/stack_one/models/operations/messaging_download_messaging_attachment_response.rbi +2 -2
- 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/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/ticketing_download_ticketing_attachment_response.rb +6 -6
- data/lib/stack_one/models/operations/ticketing_download_ticketing_attachment_response.rbi +2 -2
- data/lib/stack_one/models/operations.rb +19 -0
- data/lib/stack_one/models/shared/actionmetaitem.rb +53 -0
- data/lib/stack_one/models/shared/actionmetaitem.rbi +23 -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 +37 -0
- data/lib/stack_one/models/shared/actionsrpcrequestdto.rbi +15 -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/customfieldoption.rb +2 -2
- data/lib/stack_one/models/shared/customfieldoption_4.rb +28 -0
- data/lib/stack_one/models/shared/customfieldoption_4.rbi +11 -0
- data/lib/stack_one/models/shared/customfieldoption_value.rb +28 -0
- data/lib/stack_one/models/shared/customfieldoption_value.rbi +11 -0
- data/lib/stack_one/models/shared/customfields.rb +2 -2
- 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/downloadapimodel.rb +37 -0
- data/lib/stack_one/models/shared/downloadapimodel.rbi +15 -0
- data/lib/stack_one/models/shared/downloadheadersapimodel.rb +53 -0
- data/lib/stack_one/models/shared/downloadheadersapimodel.rbi +23 -0
- 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/input.rb +41 -0
- data/lib/stack_one/models/shared/input.rbi +17 -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/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 +68 -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/stack_one/ticketing.rb +1 -1
- data/lib/stackone_client.rb +2 -0
- metadata +178 -2
@@ -21,127 +21,22 @@ module StackOne
|
|
21
21
|
field :status_code, ::Integer
|
22
22
|
# Raw HTTP response; suitable for custom response parsing
|
23
23
|
field :raw_response, ::Faraday::Response
|
24
|
+
|
25
|
+
field :body, Crystalline::Nilable.new(::String)
|
24
26
|
# The document related to the employee with the given identifiers was retrieved.
|
25
|
-
field :
|
26
|
-
# The document related to the employee with the given identifiers was retrieved.
|
27
|
-
field :two_hundred_application_json_bytes, Crystalline::Nilable.new(::String)
|
28
|
-
# The document related to the employee with the given identifiers was retrieved.
|
29
|
-
field :two_hundred_application_msword_bytes, Crystalline::Nilable.new(::String)
|
30
|
-
# The document related to the employee with the given identifiers was retrieved.
|
31
|
-
field :two_hundred_application_octet_stream_bytes, Crystalline::Nilable.new(::String)
|
32
|
-
# The document related to the employee with the given identifiers was retrieved.
|
33
|
-
field :two_hundred_application_pdf_bytes, Crystalline::Nilable.new(::String)
|
34
|
-
# The document related to the employee with the given identifiers was retrieved.
|
35
|
-
field :two_hundred_application_rtf_bytes, Crystalline::Nilable.new(::String)
|
36
|
-
# The document related to the employee with the given identifiers was retrieved.
|
37
|
-
field :two_hundred_application_vnd_ms_excel_bytes, Crystalline::Nilable.new(::String)
|
38
|
-
# The document related to the employee with the given identifiers was retrieved.
|
39
|
-
field :two_hundred_application_vnd_ms_outlook_bytes, Crystalline::Nilable.new(::String)
|
40
|
-
# The document related to the employee with the given identifiers was retrieved.
|
41
|
-
field :two_hundred_application_vnd_ms_powerpoint_bytes, Crystalline::Nilable.new(::String)
|
42
|
-
# The document related to the employee with the given identifiers was retrieved.
|
43
|
-
field :two_hundred_application_vnd_oasis_opendocument_presentation_bytes, Crystalline::Nilable.new(::String)
|
44
|
-
# The document related to the employee with the given identifiers was retrieved.
|
45
|
-
field :two_hundred_application_vnd_oasis_opendocument_spreadsheet_bytes, Crystalline::Nilable.new(::String)
|
46
|
-
# The document related to the employee with the given identifiers was retrieved.
|
47
|
-
field :two_hundred_application_vnd_oasis_opendocument_text_bytes, Crystalline::Nilable.new(::String)
|
48
|
-
# The document related to the employee with the given identifiers was retrieved.
|
49
|
-
field :two_hundred_application_vnd_openxmlformats_officedocument_presentationml_presentation_bytes, Crystalline::Nilable.new(::String)
|
50
|
-
# The document related to the employee with the given identifiers was retrieved.
|
51
|
-
field :two_hundred_application_vnd_openxmlformats_officedocument_spreadsheetml_sheet_bytes, Crystalline::Nilable.new(::String)
|
52
|
-
# The document related to the employee with the given identifiers was retrieved.
|
53
|
-
field :two_hundred_application_vnd_openxmlformats_officedocument_wordprocessingml_document_bytes, Crystalline::Nilable.new(::String)
|
54
|
-
# The document related to the employee with the given identifiers was retrieved.
|
55
|
-
field :two_hundred_application_x_7z_compressed_bytes, Crystalline::Nilable.new(::String)
|
56
|
-
# The document related to the employee with the given identifiers was retrieved.
|
57
|
-
field :two_hundred_application_x_rar_compressed_bytes, Crystalline::Nilable.new(::String)
|
58
|
-
# The document related to the employee with the given identifiers was retrieved.
|
59
|
-
field :two_hundred_application_xml_bytes, Crystalline::Nilable.new(::String)
|
60
|
-
# The document related to the employee with the given identifiers was retrieved.
|
61
|
-
field :two_hundred_application_zip_bytes, Crystalline::Nilable.new(::String)
|
62
|
-
# The document related to the employee with the given identifiers was retrieved.
|
63
|
-
field :two_hundred_audio_mp4_bytes, Crystalline::Nilable.new(::String)
|
64
|
-
# The document related to the employee with the given identifiers was retrieved.
|
65
|
-
field :two_hundred_audio_mpeg_bytes, Crystalline::Nilable.new(::String)
|
66
|
-
# The document related to the employee with the given identifiers was retrieved.
|
67
|
-
field :two_hundred_audio_wav_bytes, Crystalline::Nilable.new(::String)
|
68
|
-
# The document related to the employee with the given identifiers was retrieved.
|
69
|
-
field :two_hundred_image_bmp_bytes, Crystalline::Nilable.new(::String)
|
70
|
-
# The document related to the employee with the given identifiers was retrieved.
|
71
|
-
field :two_hundred_image_gif_bytes, Crystalline::Nilable.new(::String)
|
72
|
-
# The document related to the employee with the given identifiers was retrieved.
|
73
|
-
field :two_hundred_image_heic_bytes, Crystalline::Nilable.new(::String)
|
74
|
-
# The document related to the employee with the given identifiers was retrieved.
|
75
|
-
field :two_hundred_image_jpeg_bytes, Crystalline::Nilable.new(::String)
|
76
|
-
# The document related to the employee with the given identifiers was retrieved.
|
77
|
-
field :two_hundred_image_png_bytes, Crystalline::Nilable.new(::String)
|
78
|
-
# The document related to the employee with the given identifiers was retrieved.
|
79
|
-
field :two_hundred_image_tiff_bytes, Crystalline::Nilable.new(::String)
|
80
|
-
# The document related to the employee with the given identifiers was retrieved.
|
81
|
-
field :two_hundred_image_webp_bytes, Crystalline::Nilable.new(::String)
|
82
|
-
# The document related to the employee with the given identifiers was retrieved.
|
83
|
-
field :two_hundred_message_rfc822_bytes, Crystalline::Nilable.new(::String)
|
84
|
-
# The document related to the employee with the given identifiers was retrieved.
|
85
|
-
field :two_hundred_text_csv_bytes, Crystalline::Nilable.new(::String)
|
86
|
-
# The document related to the employee with the given identifiers was retrieved.
|
87
|
-
field :two_hundred_text_html_bytes, Crystalline::Nilable.new(::String)
|
88
|
-
# The document related to the employee with the given identifiers was retrieved.
|
89
|
-
field :two_hundred_text_plain_bytes, Crystalline::Nilable.new(::String)
|
90
|
-
# The document related to the employee with the given identifiers was retrieved.
|
91
|
-
field :two_hundred_text_rtf_bytes, Crystalline::Nilable.new(::String)
|
92
|
-
# The document related to the employee with the given identifiers was retrieved.
|
93
|
-
field :two_hundred_video_avi_bytes, Crystalline::Nilable.new(::String)
|
94
|
-
# The document related to the employee with the given identifiers was retrieved.
|
95
|
-
field :two_hundred_video_mp4_bytes, Crystalline::Nilable.new(::String)
|
96
|
-
# The document related to the employee with the given identifiers was retrieved.
|
97
|
-
field :two_hundred_video_quicktime_bytes, Crystalline::Nilable.new(::String)
|
27
|
+
field :download_api_model, Crystalline::Nilable.new(Models::Shared::DownloadApiModel)
|
98
28
|
# The document related to the employee with the given identifiers was retrieved.
|
99
|
-
field :
|
29
|
+
field :download_api_model1, Crystalline::Nilable.new(::String)
|
100
30
|
|
101
|
-
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], status_code: ::Integer, raw_response: ::Faraday::Response,
|
102
|
-
def initialize(content_type:, headers:, status_code:, raw_response:,
|
31
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], status_code: ::Integer, raw_response: ::Faraday::Response, body: T.nilable(::String), download_api_model: T.nilable(Models::Shared::DownloadApiModel), download_api_model1: T.nilable(::String)).void }
|
32
|
+
def initialize(content_type:, headers:, status_code:, raw_response:, body: nil, download_api_model: nil, download_api_model1: nil)
|
103
33
|
@content_type = content_type
|
104
34
|
@headers = headers
|
105
35
|
@status_code = status_code
|
106
36
|
@raw_response = raw_response
|
107
|
-
@
|
108
|
-
@
|
109
|
-
@
|
110
|
-
@two_hundred_application_octet_stream_bytes = two_hundred_application_octet_stream_bytes
|
111
|
-
@two_hundred_application_pdf_bytes = two_hundred_application_pdf_bytes
|
112
|
-
@two_hundred_application_rtf_bytes = two_hundred_application_rtf_bytes
|
113
|
-
@two_hundred_application_vnd_ms_excel_bytes = two_hundred_application_vnd_ms_excel_bytes
|
114
|
-
@two_hundred_application_vnd_ms_outlook_bytes = two_hundred_application_vnd_ms_outlook_bytes
|
115
|
-
@two_hundred_application_vnd_ms_powerpoint_bytes = two_hundred_application_vnd_ms_powerpoint_bytes
|
116
|
-
@two_hundred_application_vnd_oasis_opendocument_presentation_bytes = two_hundred_application_vnd_oasis_opendocument_presentation_bytes
|
117
|
-
@two_hundred_application_vnd_oasis_opendocument_spreadsheet_bytes = two_hundred_application_vnd_oasis_opendocument_spreadsheet_bytes
|
118
|
-
@two_hundred_application_vnd_oasis_opendocument_text_bytes = two_hundred_application_vnd_oasis_opendocument_text_bytes
|
119
|
-
@two_hundred_application_vnd_openxmlformats_officedocument_presentationml_presentation_bytes = two_hundred_application_vnd_openxmlformats_officedocument_presentationml_presentation_bytes
|
120
|
-
@two_hundred_application_vnd_openxmlformats_officedocument_spreadsheetml_sheet_bytes = two_hundred_application_vnd_openxmlformats_officedocument_spreadsheetml_sheet_bytes
|
121
|
-
@two_hundred_application_vnd_openxmlformats_officedocument_wordprocessingml_document_bytes = two_hundred_application_vnd_openxmlformats_officedocument_wordprocessingml_document_bytes
|
122
|
-
@two_hundred_application_x_7z_compressed_bytes = two_hundred_application_x_7z_compressed_bytes
|
123
|
-
@two_hundred_application_x_rar_compressed_bytes = two_hundred_application_x_rar_compressed_bytes
|
124
|
-
@two_hundred_application_xml_bytes = two_hundred_application_xml_bytes
|
125
|
-
@two_hundred_application_zip_bytes = two_hundred_application_zip_bytes
|
126
|
-
@two_hundred_audio_mp4_bytes = two_hundred_audio_mp4_bytes
|
127
|
-
@two_hundred_audio_mpeg_bytes = two_hundred_audio_mpeg_bytes
|
128
|
-
@two_hundred_audio_wav_bytes = two_hundred_audio_wav_bytes
|
129
|
-
@two_hundred_image_bmp_bytes = two_hundred_image_bmp_bytes
|
130
|
-
@two_hundred_image_gif_bytes = two_hundred_image_gif_bytes
|
131
|
-
@two_hundred_image_heic_bytes = two_hundred_image_heic_bytes
|
132
|
-
@two_hundred_image_jpeg_bytes = two_hundred_image_jpeg_bytes
|
133
|
-
@two_hundred_image_png_bytes = two_hundred_image_png_bytes
|
134
|
-
@two_hundred_image_tiff_bytes = two_hundred_image_tiff_bytes
|
135
|
-
@two_hundred_image_webp_bytes = two_hundred_image_webp_bytes
|
136
|
-
@two_hundred_message_rfc822_bytes = two_hundred_message_rfc822_bytes
|
137
|
-
@two_hundred_text_csv_bytes = two_hundred_text_csv_bytes
|
138
|
-
@two_hundred_text_html_bytes = two_hundred_text_html_bytes
|
139
|
-
@two_hundred_text_plain_bytes = two_hundred_text_plain_bytes
|
140
|
-
@two_hundred_text_rtf_bytes = two_hundred_text_rtf_bytes
|
141
|
-
@two_hundred_video_avi_bytes = two_hundred_video_avi_bytes
|
142
|
-
@two_hundred_video_mp4_bytes = two_hundred_video_mp4_bytes
|
143
|
-
@two_hundred_video_quicktime_bytes = two_hundred_video_quicktime_bytes
|
144
|
-
@two_hundred_video_webm_bytes = two_hundred_video_webm_bytes
|
37
|
+
@body = body
|
38
|
+
@download_api_model = download_api_model
|
39
|
+
@download_api_model1 = download_api_model1
|
145
40
|
end
|
146
41
|
|
147
42
|
sig { params(other: T.untyped).returns(T::Boolean) }
|
@@ -151,44 +46,9 @@ module StackOne
|
|
151
46
|
return false unless @headers == other.headers
|
152
47
|
return false unless @status_code == other.status_code
|
153
48
|
return false unless @raw_response == other.raw_response
|
154
|
-
return false unless @
|
155
|
-
return false unless @
|
156
|
-
return false unless @
|
157
|
-
return false unless @two_hundred_application_octet_stream_bytes == other.two_hundred_application_octet_stream_bytes
|
158
|
-
return false unless @two_hundred_application_pdf_bytes == other.two_hundred_application_pdf_bytes
|
159
|
-
return false unless @two_hundred_application_rtf_bytes == other.two_hundred_application_rtf_bytes
|
160
|
-
return false unless @two_hundred_application_vnd_ms_excel_bytes == other.two_hundred_application_vnd_ms_excel_bytes
|
161
|
-
return false unless @two_hundred_application_vnd_ms_outlook_bytes == other.two_hundred_application_vnd_ms_outlook_bytes
|
162
|
-
return false unless @two_hundred_application_vnd_ms_powerpoint_bytes == other.two_hundred_application_vnd_ms_powerpoint_bytes
|
163
|
-
return false unless @two_hundred_application_vnd_oasis_opendocument_presentation_bytes == other.two_hundred_application_vnd_oasis_opendocument_presentation_bytes
|
164
|
-
return false unless @two_hundred_application_vnd_oasis_opendocument_spreadsheet_bytes == other.two_hundred_application_vnd_oasis_opendocument_spreadsheet_bytes
|
165
|
-
return false unless @two_hundred_application_vnd_oasis_opendocument_text_bytes == other.two_hundred_application_vnd_oasis_opendocument_text_bytes
|
166
|
-
return false unless @two_hundred_application_vnd_openxmlformats_officedocument_presentationml_presentation_bytes == other.two_hundred_application_vnd_openxmlformats_officedocument_presentationml_presentation_bytes
|
167
|
-
return false unless @two_hundred_application_vnd_openxmlformats_officedocument_spreadsheetml_sheet_bytes == other.two_hundred_application_vnd_openxmlformats_officedocument_spreadsheetml_sheet_bytes
|
168
|
-
return false unless @two_hundred_application_vnd_openxmlformats_officedocument_wordprocessingml_document_bytes == other.two_hundred_application_vnd_openxmlformats_officedocument_wordprocessingml_document_bytes
|
169
|
-
return false unless @two_hundred_application_x_7z_compressed_bytes == other.two_hundred_application_x_7z_compressed_bytes
|
170
|
-
return false unless @two_hundred_application_x_rar_compressed_bytes == other.two_hundred_application_x_rar_compressed_bytes
|
171
|
-
return false unless @two_hundred_application_xml_bytes == other.two_hundred_application_xml_bytes
|
172
|
-
return false unless @two_hundred_application_zip_bytes == other.two_hundred_application_zip_bytes
|
173
|
-
return false unless @two_hundred_audio_mp4_bytes == other.two_hundred_audio_mp4_bytes
|
174
|
-
return false unless @two_hundred_audio_mpeg_bytes == other.two_hundred_audio_mpeg_bytes
|
175
|
-
return false unless @two_hundred_audio_wav_bytes == other.two_hundred_audio_wav_bytes
|
176
|
-
return false unless @two_hundred_image_bmp_bytes == other.two_hundred_image_bmp_bytes
|
177
|
-
return false unless @two_hundred_image_gif_bytes == other.two_hundred_image_gif_bytes
|
178
|
-
return false unless @two_hundred_image_heic_bytes == other.two_hundred_image_heic_bytes
|
179
|
-
return false unless @two_hundred_image_jpeg_bytes == other.two_hundred_image_jpeg_bytes
|
180
|
-
return false unless @two_hundred_image_png_bytes == other.two_hundred_image_png_bytes
|
181
|
-
return false unless @two_hundred_image_tiff_bytes == other.two_hundred_image_tiff_bytes
|
182
|
-
return false unless @two_hundred_image_webp_bytes == other.two_hundred_image_webp_bytes
|
183
|
-
return false unless @two_hundred_message_rfc822_bytes == other.two_hundred_message_rfc822_bytes
|
184
|
-
return false unless @two_hundred_text_csv_bytes == other.two_hundred_text_csv_bytes
|
185
|
-
return false unless @two_hundred_text_html_bytes == other.two_hundred_text_html_bytes
|
186
|
-
return false unless @two_hundred_text_plain_bytes == other.two_hundred_text_plain_bytes
|
187
|
-
return false unless @two_hundred_text_rtf_bytes == other.two_hundred_text_rtf_bytes
|
188
|
-
return false unless @two_hundred_video_avi_bytes == other.two_hundred_video_avi_bytes
|
189
|
-
return false unless @two_hundred_video_mp4_bytes == other.two_hundred_video_mp4_bytes
|
190
|
-
return false unless @two_hundred_video_quicktime_bytes == other.two_hundred_video_quicktime_bytes
|
191
|
-
return false unless @two_hundred_video_webm_bytes == other.two_hundred_video_webm_bytes
|
49
|
+
return false unless @body == other.body
|
50
|
+
return false unless @download_api_model == other.download_api_model
|
51
|
+
return false unless @download_api_model1 == other.download_api_model1
|
192
52
|
true
|
193
53
|
end
|
194
54
|
end
|
@@ -16,80 +16,10 @@ class StackOne::Models::Operations::HrisDownloadEmployeeDocumentResponse
|
|
16
16
|
def status_code=(str_); end
|
17
17
|
def raw_response(); end
|
18
18
|
def raw_response=(str_); end
|
19
|
-
def
|
20
|
-
def
|
21
|
-
def
|
22
|
-
def
|
23
|
-
def
|
24
|
-
def
|
25
|
-
def two_hundred_application_octet_stream_bytes(); end
|
26
|
-
def two_hundred_application_octet_stream_bytes=(str_); end
|
27
|
-
def two_hundred_application_pdf_bytes(); end
|
28
|
-
def two_hundred_application_pdf_bytes=(str_); end
|
29
|
-
def two_hundred_application_rtf_bytes(); end
|
30
|
-
def two_hundred_application_rtf_bytes=(str_); end
|
31
|
-
def two_hundred_application_vnd_ms_excel_bytes(); end
|
32
|
-
def two_hundred_application_vnd_ms_excel_bytes=(str_); end
|
33
|
-
def two_hundred_application_vnd_ms_outlook_bytes(); end
|
34
|
-
def two_hundred_application_vnd_ms_outlook_bytes=(str_); end
|
35
|
-
def two_hundred_application_vnd_ms_powerpoint_bytes(); end
|
36
|
-
def two_hundred_application_vnd_ms_powerpoint_bytes=(str_); end
|
37
|
-
def two_hundred_application_vnd_oasis_opendocument_presentation_bytes(); end
|
38
|
-
def two_hundred_application_vnd_oasis_opendocument_presentation_bytes=(str_); end
|
39
|
-
def two_hundred_application_vnd_oasis_opendocument_spreadsheet_bytes(); end
|
40
|
-
def two_hundred_application_vnd_oasis_opendocument_spreadsheet_bytes=(str_); end
|
41
|
-
def two_hundred_application_vnd_oasis_opendocument_text_bytes(); end
|
42
|
-
def two_hundred_application_vnd_oasis_opendocument_text_bytes=(str_); end
|
43
|
-
def two_hundred_application_vnd_openxmlformats_officedocument_presentationml_presentation_bytes(); end
|
44
|
-
def two_hundred_application_vnd_openxmlformats_officedocument_presentationml_presentation_bytes=(str_); end
|
45
|
-
def two_hundred_application_vnd_openxmlformats_officedocument_spreadsheetml_sheet_bytes(); end
|
46
|
-
def two_hundred_application_vnd_openxmlformats_officedocument_spreadsheetml_sheet_bytes=(str_); end
|
47
|
-
def two_hundred_application_vnd_openxmlformats_officedocument_wordprocessingml_document_bytes(); end
|
48
|
-
def two_hundred_application_vnd_openxmlformats_officedocument_wordprocessingml_document_bytes=(str_); end
|
49
|
-
def two_hundred_application_x_7z_compressed_bytes(); end
|
50
|
-
def two_hundred_application_x_7z_compressed_bytes=(str_); end
|
51
|
-
def two_hundred_application_x_rar_compressed_bytes(); end
|
52
|
-
def two_hundred_application_x_rar_compressed_bytes=(str_); end
|
53
|
-
def two_hundred_application_xml_bytes(); end
|
54
|
-
def two_hundred_application_xml_bytes=(str_); end
|
55
|
-
def two_hundred_application_zip_bytes(); end
|
56
|
-
def two_hundred_application_zip_bytes=(str_); end
|
57
|
-
def two_hundred_audio_mp4_bytes(); end
|
58
|
-
def two_hundred_audio_mp4_bytes=(str_); end
|
59
|
-
def two_hundred_audio_mpeg_bytes(); end
|
60
|
-
def two_hundred_audio_mpeg_bytes=(str_); end
|
61
|
-
def two_hundred_audio_wav_bytes(); end
|
62
|
-
def two_hundred_audio_wav_bytes=(str_); end
|
63
|
-
def two_hundred_image_bmp_bytes(); end
|
64
|
-
def two_hundred_image_bmp_bytes=(str_); end
|
65
|
-
def two_hundred_image_gif_bytes(); end
|
66
|
-
def two_hundred_image_gif_bytes=(str_); end
|
67
|
-
def two_hundred_image_heic_bytes(); end
|
68
|
-
def two_hundred_image_heic_bytes=(str_); end
|
69
|
-
def two_hundred_image_jpeg_bytes(); end
|
70
|
-
def two_hundred_image_jpeg_bytes=(str_); end
|
71
|
-
def two_hundred_image_png_bytes(); end
|
72
|
-
def two_hundred_image_png_bytes=(str_); end
|
73
|
-
def two_hundred_image_tiff_bytes(); end
|
74
|
-
def two_hundred_image_tiff_bytes=(str_); end
|
75
|
-
def two_hundred_image_webp_bytes(); end
|
76
|
-
def two_hundred_image_webp_bytes=(str_); end
|
77
|
-
def two_hundred_message_rfc822_bytes(); end
|
78
|
-
def two_hundred_message_rfc822_bytes=(str_); end
|
79
|
-
def two_hundred_text_csv_bytes(); end
|
80
|
-
def two_hundred_text_csv_bytes=(str_); end
|
81
|
-
def two_hundred_text_html_bytes(); end
|
82
|
-
def two_hundred_text_html_bytes=(str_); end
|
83
|
-
def two_hundred_text_plain_bytes(); end
|
84
|
-
def two_hundred_text_plain_bytes=(str_); end
|
85
|
-
def two_hundred_text_rtf_bytes(); end
|
86
|
-
def two_hundred_text_rtf_bytes=(str_); end
|
87
|
-
def two_hundred_video_avi_bytes(); end
|
88
|
-
def two_hundred_video_avi_bytes=(str_); end
|
89
|
-
def two_hundred_video_mp4_bytes(); end
|
90
|
-
def two_hundred_video_mp4_bytes=(str_); end
|
91
|
-
def two_hundred_video_quicktime_bytes(); end
|
92
|
-
def two_hundred_video_quicktime_bytes=(str_); end
|
93
|
-
def two_hundred_video_webm_bytes(); end
|
94
|
-
def two_hundred_video_webm_bytes=(str_); end
|
19
|
+
def body(); end
|
20
|
+
def body=(str_); end
|
21
|
+
def download_api_model(); end
|
22
|
+
def download_api_model=(str_); end
|
23
|
+
def download_api_model1(); end
|
24
|
+
def download_api_model1=(str_); end
|
95
25
|
end
|
data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_filter.rb
CHANGED
@@ -13,21 +13,21 @@ module StackOne
|
|
13
13
|
extend T::Sig
|
14
14
|
include Crystalline::MetadataFields
|
15
15
|
|
16
|
-
# List of time off
|
17
|
-
field :
|
16
|
+
# List of time off policy ids to filter by.
|
17
|
+
field :policy_ids, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'query_param': { 'field_name': 'policy_ids' } }
|
18
18
|
# Use a string with a date to only select results updated after that given date
|
19
19
|
field :updated_after, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'updated_after' } }
|
20
20
|
|
21
|
-
sig { params(
|
22
|
-
def initialize(
|
23
|
-
@
|
21
|
+
sig { params(policy_ids: T.nilable(T::Array[::String]), updated_after: T.nilable(::DateTime)).void }
|
22
|
+
def initialize(policy_ids: nil, updated_after: nil)
|
23
|
+
@policy_ids = policy_ids
|
24
24
|
@updated_after = updated_after
|
25
25
|
end
|
26
26
|
|
27
27
|
sig { params(other: T.untyped).returns(T::Boolean) }
|
28
28
|
def ==(other)
|
29
29
|
return false unless other.is_a? self.class
|
30
|
-
return false unless @
|
30
|
+
return false unless @policy_ids == other.policy_ids
|
31
31
|
return false unless @updated_after == other.updated_after
|
32
32
|
true
|
33
33
|
end
|
data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_filter.rbi
CHANGED
@@ -8,8 +8,8 @@ end
|
|
8
8
|
|
9
9
|
|
10
10
|
class StackOne::Models::Operations::HrisListEmployeeTimeOffRequestsQueryParamFilter
|
11
|
-
def
|
12
|
-
def
|
11
|
+
def policy_ids(); end
|
12
|
+
def policy_ids=(str_); end
|
13
13
|
def updated_after(); end
|
14
14
|
def updated_after=(str_); end
|
15
15
|
end
|
@@ -13,21 +13,21 @@ module StackOne
|
|
13
13
|
extend T::Sig
|
14
14
|
include Crystalline::MetadataFields
|
15
15
|
|
16
|
-
# List of time off
|
17
|
-
field :
|
16
|
+
# List of time off policy ids to filter by.
|
17
|
+
field :policy_ids, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'query_param': { 'field_name': 'policy_ids' } }
|
18
18
|
# Use a string with a date to only select results updated after that given date
|
19
19
|
field :updated_after, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'updated_after' } }
|
20
20
|
|
21
|
-
sig { params(
|
22
|
-
def initialize(
|
23
|
-
@
|
21
|
+
sig { params(policy_ids: T.nilable(T::Array[::String]), updated_after: T.nilable(::DateTime)).void }
|
22
|
+
def initialize(policy_ids: nil, updated_after: nil)
|
23
|
+
@policy_ids = policy_ids
|
24
24
|
@updated_after = updated_after
|
25
25
|
end
|
26
26
|
|
27
27
|
sig { params(other: T.untyped).returns(T::Boolean) }
|
28
28
|
def ==(other)
|
29
29
|
return false unless other.is_a? self.class
|
30
|
-
return false unless @
|
30
|
+
return false unless @policy_ids == other.policy_ids
|
31
31
|
return false unless @updated_after == other.updated_after
|
32
32
|
true
|
33
33
|
end
|
@@ -8,8 +8,8 @@ end
|
|
8
8
|
|
9
9
|
|
10
10
|
class StackOne::Models::Operations::HrisListTimeOffRequestsQueryParamFilter
|
11
|
-
def
|
12
|
-
def
|
11
|
+
def policy_ids(); end
|
12
|
+
def policy_ids=(str_); end
|
13
13
|
def updated_after(); end
|
14
14
|
def updated_after=(str_); end
|
15
15
|
end
|
@@ -8,13 +8,12 @@ module StackOne
|
|
8
8
|
module Models
|
9
9
|
module Operations
|
10
10
|
|
11
|
-
|
11
|
+
|
12
12
|
class Include < T::Enum
|
13
13
|
|
14
14
|
|
15
15
|
enums do
|
16
|
-
|
17
|
-
ADVANCED_LOGS = new('advanced_logs')
|
16
|
+
OPERATION_DETAILS = new('operation_details')
|
18
17
|
end
|
19
18
|
end
|
20
19
|
end
|
@@ -21,16 +21,16 @@ module StackOne
|
|
21
21
|
field :status_code, ::Integer
|
22
22
|
# Raw HTTP response; suitable for custom response parsing
|
23
23
|
field :raw_response, ::Faraday::Response
|
24
|
-
# The attachment file was downloaded successfully.
|
25
|
-
field :bytes, Crystalline::Nilable.new(::String)
|
26
24
|
|
27
|
-
|
28
|
-
|
25
|
+
field :body, Crystalline::Nilable.new(::String)
|
26
|
+
|
27
|
+
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], status_code: ::Integer, raw_response: ::Faraday::Response, body: T.nilable(::String)).void }
|
28
|
+
def initialize(content_type:, headers:, status_code:, raw_response:, body: nil)
|
29
29
|
@content_type = content_type
|
30
30
|
@headers = headers
|
31
31
|
@status_code = status_code
|
32
32
|
@raw_response = raw_response
|
33
|
-
@
|
33
|
+
@body = body
|
34
34
|
end
|
35
35
|
|
36
36
|
sig { params(other: T.untyped).returns(T::Boolean) }
|
@@ -40,7 +40,7 @@ module StackOne
|
|
40
40
|
return false unless @headers == other.headers
|
41
41
|
return false unless @status_code == other.status_code
|
42
42
|
return false unless @raw_response == other.raw_response
|
43
|
-
return false unless @
|
43
|
+
return false unless @body == other.body
|
44
44
|
true
|
45
45
|
end
|
46
46
|
end
|
@@ -16,6 +16,6 @@ class StackOne::Models::Operations::MessagingDownloadMessagingAttachmentResponse
|
|
16
16
|
def status_code=(str_); end
|
17
17
|
def raw_response(); end
|
18
18
|
def raw_response=(str_); end
|
19
|
-
def
|
20
|
-
def
|
19
|
+
def body(); end
|
20
|
+
def body=(str_); end
|
21
21
|
end
|
@@ -17,20 +17,24 @@ module StackOne
|
|
17
17
|
field :account_ids, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'account_ids' } }
|
18
18
|
# A comma-separated list of actions to filter the results by.
|
19
19
|
field :actions, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'actions' } }
|
20
|
-
# A comma-separated list of
|
21
|
-
field :
|
20
|
+
# A comma-separated list of child resources to filter the results by.
|
21
|
+
field :child_resources, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'child_resources' } }
|
22
22
|
# A ISO8601 date string to filter the results by end_date.
|
23
23
|
field :end_date, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'end_date' } }
|
24
24
|
# A comma-separated list of HTTP methods to filter the results by.
|
25
25
|
field :http_methods, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'http_methods' } }
|
26
26
|
# The field to order the results by.
|
27
|
-
field :order_by, Crystalline::Nilable.new(Models::Operations::
|
27
|
+
field :order_by, Crystalline::Nilable.new(Models::Operations::QueryParamOrderBy), { 'query_param': { 'field_name': 'order_by' } }
|
28
28
|
# The direction to order the results by.
|
29
|
-
field :order_direction, Crystalline::Nilable.new(Models::Operations::
|
29
|
+
field :order_direction, Crystalline::Nilable.new(Models::Operations::QueryParamOrderDirection), { 'query_param': { 'field_name': 'order_direction' } }
|
30
|
+
# A comma-separated list of provider keys to filter the results by.
|
31
|
+
field :providers, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'providers' } }
|
30
32
|
# A comma-separated list of request IDs to filter the results by.
|
31
33
|
field :request_ids, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'request_ids' } }
|
32
34
|
# A comma-separated list of resources to filter the results by.
|
33
35
|
field :resources, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'resources' } }
|
36
|
+
# A comma-separated list of services to filter the results by.
|
37
|
+
field :services, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'services' } }
|
34
38
|
# A comma-separated list of source IDs to filter the results by.
|
35
39
|
field :source_ids, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'source_ids' } }
|
36
40
|
# A comma-separated list of source types to filter the results by.
|
@@ -41,25 +45,30 @@ module StackOne
|
|
41
45
|
field :start_date, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'start_date' } }
|
42
46
|
# A comma-separated list of status codes to filter the results by.
|
43
47
|
field :status_codes, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'status_codes' } }
|
48
|
+
# A comma-separated list of sub resources to filter the results by.
|
49
|
+
field :sub_resources, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'sub_resources' } }
|
44
50
|
# A boolean value to filter the results by success or failure.
|
45
51
|
field :success, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'query_param': { 'field_name': 'success' } }
|
46
52
|
|
47
|
-
sig { params(account_ids: T.nilable(::String), actions: T.nilable(::String),
|
48
|
-
def initialize(account_ids: nil, actions: nil,
|
53
|
+
sig { params(account_ids: T.nilable(::String), actions: T.nilable(::String), child_resources: T.nilable(::String), end_date: T.nilable(::DateTime), http_methods: T.nilable(::String), order_by: T.nilable(Models::Operations::QueryParamOrderBy), order_direction: T.nilable(Models::Operations::QueryParamOrderDirection), providers: T.nilable(::String), request_ids: T.nilable(::String), resources: T.nilable(::String), services: T.nilable(::String), source_ids: T.nilable(::String), source_types: T.nilable(::String), source_values: T.nilable(::String), start_date: T.nilable(::DateTime), status_codes: T.nilable(::String), sub_resources: T.nilable(::String), success: T.nilable(T::Boolean)).void }
|
54
|
+
def initialize(account_ids: nil, actions: nil, child_resources: nil, end_date: nil, http_methods: nil, order_by: nil, order_direction: nil, providers: nil, request_ids: nil, resources: nil, services: nil, source_ids: nil, source_types: nil, source_values: nil, start_date: nil, status_codes: nil, sub_resources: nil, success: nil)
|
49
55
|
@account_ids = account_ids
|
50
56
|
@actions = actions
|
51
|
-
@
|
57
|
+
@child_resources = child_resources
|
52
58
|
@end_date = end_date
|
53
59
|
@http_methods = http_methods
|
54
60
|
@order_by = order_by
|
55
61
|
@order_direction = order_direction
|
62
|
+
@providers = providers
|
56
63
|
@request_ids = request_ids
|
57
64
|
@resources = resources
|
65
|
+
@services = services
|
58
66
|
@source_ids = source_ids
|
59
67
|
@source_types = source_types
|
60
68
|
@source_values = source_values
|
61
69
|
@start_date = start_date
|
62
70
|
@status_codes = status_codes
|
71
|
+
@sub_resources = sub_resources
|
63
72
|
@success = success
|
64
73
|
end
|
65
74
|
|
@@ -68,18 +77,21 @@ module StackOne
|
|
68
77
|
return false unless other.is_a? self.class
|
69
78
|
return false unless @account_ids == other.account_ids
|
70
79
|
return false unless @actions == other.actions
|
71
|
-
return false unless @
|
80
|
+
return false unless @child_resources == other.child_resources
|
72
81
|
return false unless @end_date == other.end_date
|
73
82
|
return false unless @http_methods == other.http_methods
|
74
83
|
return false unless @order_by == other.order_by
|
75
84
|
return false unless @order_direction == other.order_direction
|
85
|
+
return false unless @providers == other.providers
|
76
86
|
return false unless @request_ids == other.request_ids
|
77
87
|
return false unless @resources == other.resources
|
88
|
+
return false unless @services == other.services
|
78
89
|
return false unless @source_ids == other.source_ids
|
79
90
|
return false unless @source_types == other.source_types
|
80
91
|
return false unless @source_values == other.source_values
|
81
92
|
return false unless @start_date == other.start_date
|
82
93
|
return false unless @status_codes == other.status_codes
|
94
|
+
return false unless @sub_resources == other.sub_resources
|
83
95
|
return false unless @success == other.success
|
84
96
|
true
|
85
97
|
end
|
@@ -12,8 +12,8 @@ class StackOne::Models::Operations::QueryParamFilter
|
|
12
12
|
def account_ids=(str_); end
|
13
13
|
def actions(); end
|
14
14
|
def actions=(str_); end
|
15
|
-
def
|
16
|
-
def
|
15
|
+
def child_resources(); end
|
16
|
+
def child_resources=(str_); end
|
17
17
|
def end_date(); end
|
18
18
|
def end_date=(str_); end
|
19
19
|
def http_methods(); end
|
@@ -22,10 +22,14 @@ class StackOne::Models::Operations::QueryParamFilter
|
|
22
22
|
def order_by=(str_); end
|
23
23
|
def order_direction(); end
|
24
24
|
def order_direction=(str_); end
|
25
|
+
def providers(); end
|
26
|
+
def providers=(str_); end
|
25
27
|
def request_ids(); end
|
26
28
|
def request_ids=(str_); end
|
27
29
|
def resources(); end
|
28
30
|
def resources=(str_); end
|
31
|
+
def services(); end
|
32
|
+
def services=(str_); end
|
29
33
|
def source_ids(); end
|
30
34
|
def source_ids=(str_); end
|
31
35
|
def source_types(); end
|
@@ -36,6 +40,8 @@ class StackOne::Models::Operations::QueryParamFilter
|
|
36
40
|
def start_date=(str_); end
|
37
41
|
def status_codes(); end
|
38
42
|
def status_codes=(str_); end
|
43
|
+
def sub_resources(); end
|
44
|
+
def sub_resources=(str_); end
|
39
45
|
def success(); end
|
40
46
|
def success=(str_); end
|
41
47
|
end
|
@@ -16,9 +16,9 @@ module StackOne
|
|
16
16
|
|
17
17
|
field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
18
18
|
# The include parameter allows you to include additional data in the response.
|
19
|
-
field :include, Crystalline::Nilable.new(Models::Operations::
|
19
|
+
field :include, Crystalline::Nilable.new(Models::Operations::QueryParamInclude), { 'query_param': { 'field_name': 'include', 'style': 'form', 'explode': true } }
|
20
20
|
|
21
|
-
sig { params(id: ::String, include: T.nilable(Models::Operations::
|
21
|
+
sig { params(id: ::String, include: T.nilable(Models::Operations::QueryParamInclude)).void }
|
22
22
|
def initialize(id:, include: nil)
|
23
23
|
@id = id
|
24
24
|
@include = include
|