openai 0.91.0 → 0.93.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/CHANGELOG.md +36 -0
- data/README.md +1 -1
- data/lib/openai/client.rb +1 -0
- data/lib/openai/models/admin/organization/audit_log_list_params.rb +2 -0
- data/lib/openai/models/admin/organization/audit_log_list_response.rb +116 -1
- data/lib/openai/models/admin/organization/aws_external_storage_provider.rb +49 -0
- data/lib/openai/models/admin/organization/azure_external_storage_provider.rb +55 -0
- data/lib/openai/models/admin/organization/external_storage_configuration.rb +82 -0
- data/lib/openai/models/admin/organization/external_storage_create_params.rb +105 -0
- data/lib/openai/models/admin/organization/external_storage_delete_params.rb +24 -0
- data/lib/openai/models/admin/organization/external_storage_deleted.rb +32 -0
- data/lib/openai/models/admin/organization/external_storage_list_params.rb +58 -0
- data/lib/openai/models/admin/organization/external_storage_retrieve_params.rb +24 -0
- data/lib/openai/models/admin/organization/external_storage_validate_params.rb +24 -0
- data/lib/openai/models/beta/agent_create_params.rb +13 -9
- data/lib/openai/models/beta/agent_reasoning.rb +9 -6
- data/lib/openai/models/beta/agent_reasoning_item.rb +2 -2
- data/lib/openai/models/beta/agent_reasoning_param.rb +9 -6
- data/lib/openai/models/beta/agent_session.rb +4 -2
- data/lib/openai/models/beta/agent_session_assistant_message.rb +3 -3
- data/lib/openai/models/beta/agent_session_environment_reset_event.rb +67 -0
- data/lib/openai/models/beta/agent_session_environment_state.rb +3 -3
- data/lib/openai/models/beta/agent_session_event.rb +4 -1
- data/lib/openai/models/beta/agent_session_input_param.rb +2 -2
- data/lib/openai/models/beta/agent_session_item.rb +2 -2
- data/lib/openai/models/beta/agent_session_message.rb +3 -3
- data/lib/openai/models/beta/agent_session_turn_cancelled_event.rb +2 -2
- data/lib/openai/models/beta/agent_session_turn_completed_event.rb +2 -2
- data/lib/openai/models/beta/agent_session_turn_failed_event.rb +2 -2
- data/lib/openai/models/beta/agent_text_param.rb +8 -5
- data/lib/openai/models/beta/agent_tool.rb +3 -3
- data/lib/openai/models/beta/agent_tool_param.rb +18 -12
- data/lib/openai/models/beta/agent_update_params.rb +6 -4
- data/lib/openai/models/beta/agent_web_search_call_item.rb +2 -2
- data/lib/openai/models/beta/agents/environments/template_create_params.rb +10 -7
- data/lib/openai/models/beta/agents/environments/template_update_params.rb +13 -7
- data/lib/openai/models/beta/agents/session_create_params.rb +18 -7
- data/lib/openai/models/beta/agents/session_update_params.rb +6 -6
- data/lib/openai/models/beta/agents/sessions/turn.rb +6 -4
- data/lib/openai/models/beta/agents/vault.rb +1 -2
- data/lib/openai/models/beta/agents/vaults/credential.rb +5 -5
- data/lib/openai/models/beta/agents/vaults/credential_auth.rb +45 -9
- data/lib/openai/models/beta/agents/vaults/credential_auth_create_param.rb +69 -5
- data/lib/openai/models/beta/agents/vaults/credential_auth_rotate_param.rb +42 -10
- data/lib/openai/models/beta/agents/vaults/credential_create_params.rb +4 -4
- data/lib/openai/models/beta/agents/vaults/credential_networking.rb +72 -0
- data/lib/openai/models/beta/agents/vaults/credential_networking_param.rb +72 -0
- data/lib/openai/models/beta/agents/vaults/credential_update_params.rb +2 -2
- data/lib/openai/models/beta/beta_response.rb +3 -3
- data/lib/openai/models/beta/beta_response_output_text_annotation_added_event.rb +3 -3
- data/lib/openai/models/beta/beta_responses_client_event.rb +3 -3
- data/lib/openai/models/beta/beta_responses_server_event.rb +1 -1
- data/lib/openai/models/beta/beta_tool.rb +25 -12
- data/lib/openai/models/beta/environment_param.rb +10 -7
- data/lib/openai/models/beta/persisted_agent_tool.rb +3 -3
- data/lib/openai/models/beta/persisted_agent_tool_param.rb +12 -12
- data/lib/openai/models/beta/response_compact_params.rb +3 -3
- data/lib/openai/models/beta/response_create_params.rb +3 -3
- data/lib/openai/models/chat/completion_create_params.rb +10 -4
- data/lib/openai/models/chat_model.rb +1 -1
- data/lib/openai/models/conversations/conversation_update_params.rb +6 -8
- data/lib/openai/models/image_edit_params.rb +9 -12
- data/lib/openai/models/realtime/conversation_item_create_event.rb +3 -2
- data/lib/openai/models/realtime/realtime_client_event.rb +3 -2
- data/lib/openai/models/realtime/realtime_response_create_mcp_tool.rb +16 -0
- data/lib/openai/models/realtime/realtime_session_create_response.rb +16 -0
- data/lib/openai/models/realtime/realtime_tools_config_union.rb +16 -0
- data/lib/openai/models/responses/response_compact_params.rb +3 -3
- data/lib/openai/models/responses/response_output_text_annotation_added_event.rb +3 -3
- data/lib/openai/models/responses/responses_server_event.rb +1 -1
- data/lib/openai/models/responses/tool.rb +25 -12
- data/lib/openai/models/safety/case_retrieve_params.rb +25 -0
- data/lib/openai/models/safety/safety_case.rb +72 -0
- data/lib/openai/models/webhooks/deleted_webhook_endpoint.rb +38 -0
- data/lib/openai/models/webhooks/event_type_list_params.rb +16 -0
- data/lib/openai/models/webhooks/live_call_incoming_webhook_event.rb +51 -1
- data/lib/openai/models/webhooks/live_transport_incoming_webhook_event.rb +55 -1
- data/lib/openai/models/webhooks/realtime_call_incoming_webhook_event.rb +55 -1
- data/lib/openai/models/webhooks/safety_deactivation_issued_webhook_event.rb +68 -0
- data/lib/openai/models/webhooks/safety_warning_issued_webhook_event.rb +68 -0
- data/lib/openai/models/webhooks/unwrap_webhook_event.rb +7 -1
- data/lib/openai/models/webhooks/webhook_create_params.rb +73 -0
- data/lib/openai/models/webhooks/webhook_delete_params.rb +22 -0
- data/lib/openai/models/webhooks/webhook_endpoint.rb +85 -0
- data/lib/openai/models/webhooks/webhook_endpoint_list.rb +55 -0
- data/lib/openai/models/webhooks/webhook_endpoint_test_result.rb +58 -0
- data/lib/openai/models/webhooks/webhook_endpoint_with_secret.rb +105 -0
- data/lib/openai/models/webhooks/webhook_event_type_list.rb +28 -0
- data/lib/openai/models/webhooks/webhook_list_params.rb +34 -0
- data/lib/openai/models/webhooks/webhook_retrieve_params.rb +22 -0
- data/lib/openai/models/webhooks/webhook_rotate_secret_params.rb +34 -0
- data/lib/openai/models/webhooks/webhook_test_params.rb +59 -0
- data/lib/openai/models/webhooks/webhook_update_params.rb +80 -0
- data/lib/openai/resources/admin/organization/external_storage.rb +136 -0
- data/lib/openai/resources/admin/organization.rb +4 -0
- data/lib/openai/resources/beta/agents/environments/templates.rb +7 -4
- data/lib/openai/resources/beta/agents/sessions/events.rb +5 -2
- data/lib/openai/resources/beta/agents/sessions.rb +12 -4
- data/lib/openai/resources/beta/agents/vaults/credentials.rb +3 -3
- data/lib/openai/resources/beta/agents.rb +9 -6
- data/lib/openai/resources/beta/responses/input_items.rb +1 -0
- data/lib/openai/resources/beta/responses/input_tokens.rb +1 -0
- data/lib/openai/resources/beta/responses.rb +3 -0
- data/lib/openai/resources/beta.rb +1 -0
- data/lib/openai/resources/chat/completions.rb +10 -4
- data/lib/openai/resources/conversations.rb +3 -4
- data/lib/openai/resources/images.rb +6 -8
- data/lib/openai/resources/responses/input_items.rb +1 -0
- data/lib/openai/resources/responses/input_tokens.rb +1 -0
- data/lib/openai/resources/responses.rb +3 -0
- data/lib/openai/resources/safety/cases.rb +38 -0
- data/lib/openai/resources/safety.rb +4 -0
- data/lib/openai/resources/webhooks/event_types.rb +35 -0
- data/lib/openai/resources/webhooks.rb +196 -1
- data/lib/openai/version.rb +1 -1
- data/lib/openai.rb +34 -1
- data/rbi/openai/client.rbi +1 -0
- data/rbi/openai/models/admin/organization/audit_log_list_params.rbi +8 -0
- data/rbi/openai/models/admin/organization/audit_log_list_response.rbi +246 -0
- data/rbi/openai/models/admin/organization/aws_external_storage_provider.rbi +85 -0
- data/rbi/openai/models/admin/organization/azure_external_storage_provider.rbi +100 -0
- data/rbi/openai/models/admin/organization/external_storage_configuration.rbi +148 -0
- data/rbi/openai/models/admin/organization/external_storage_create_params.rbi +223 -0
- data/rbi/openai/models/admin/organization/external_storage_delete_params.rbi +57 -0
- data/rbi/openai/models/admin/organization/external_storage_deleted.rbi +64 -0
- data/rbi/openai/models/admin/organization/external_storage_list_params.rbi +110 -0
- data/rbi/openai/models/admin/organization/external_storage_retrieve_params.rbi +57 -0
- data/rbi/openai/models/admin/organization/external_storage_validate_params.rbi +57 -0
- data/rbi/openai/models/beta/agent_create_params.rbi +13 -9
- data/rbi/openai/models/beta/agent_reasoning.rbi +9 -6
- data/rbi/openai/models/beta/agent_reasoning_item.rbi +2 -2
- data/rbi/openai/models/beta/agent_reasoning_param.rbi +9 -6
- data/rbi/openai/models/beta/agent_session.rbi +4 -2
- data/rbi/openai/models/beta/agent_session_assistant_message.rbi +3 -3
- data/rbi/openai/models/beta/agent_session_environment_reset_event.rbi +103 -0
- data/rbi/openai/models/beta/agent_session_environment_state.rbi +3 -3
- data/rbi/openai/models/beta/agent_session_event.rbi +1 -0
- data/rbi/openai/models/beta/agent_session_input_param.rbi +2 -2
- data/rbi/openai/models/beta/agent_session_item.rbi +2 -2
- data/rbi/openai/models/beta/agent_session_message.rbi +3 -3
- data/rbi/openai/models/beta/agent_session_turn_cancelled_event.rbi +2 -2
- data/rbi/openai/models/beta/agent_session_turn_completed_event.rbi +2 -2
- data/rbi/openai/models/beta/agent_session_turn_failed_event.rbi +2 -2
- data/rbi/openai/models/beta/agent_text_param.rbi +8 -5
- data/rbi/openai/models/beta/agent_tool.rbi +3 -3
- data/rbi/openai/models/beta/agent_tool_param.rbi +18 -12
- data/rbi/openai/models/beta/agent_update_params.rbi +6 -4
- data/rbi/openai/models/beta/agent_web_search_call_item.rbi +2 -2
- data/rbi/openai/models/beta/agents/environments/template_create_params.rbi +10 -7
- data/rbi/openai/models/beta/agents/environments/template_update_params.rbi +13 -7
- data/rbi/openai/models/beta/agents/session_create_params.rbi +18 -7
- data/rbi/openai/models/beta/agents/session_update_params.rbi +6 -6
- data/rbi/openai/models/beta/agents/sessions/turn.rbi +6 -4
- data/rbi/openai/models/beta/agents/vault.rbi +1 -2
- data/rbi/openai/models/beta/agents/vaults/credential.rbi +5 -4
- data/rbi/openai/models/beta/agents/vaults/credential_auth.rbi +74 -9
- data/rbi/openai/models/beta/agents/vaults/credential_auth_create_param.rbi +106 -5
- data/rbi/openai/models/beta/agents/vaults/credential_auth_rotate_param.rbi +61 -10
- data/rbi/openai/models/beta/agents/vaults/credential_create_params.rbi +8 -5
- data/rbi/openai/models/beta/agents/vaults/credential_networking.rbi +129 -0
- data/rbi/openai/models/beta/agents/vaults/credential_networking_param.rbi +129 -0
- data/rbi/openai/models/beta/agents/vaults/credential_update_params.rbi +6 -3
- data/rbi/openai/models/beta/beta_response.rbi +1 -1
- data/rbi/openai/models/beta/beta_response_output_text_annotation_added_event.rbi +3 -3
- data/rbi/openai/models/beta/beta_responses_client_event.rbi +4 -4
- data/rbi/openai/models/beta/beta_responses_server_event.rbi +1 -1
- data/rbi/openai/models/beta/beta_tool.rbi +21 -12
- data/rbi/openai/models/beta/environment_param.rbi +10 -7
- data/rbi/openai/models/beta/persisted_agent_tool.rbi +3 -3
- data/rbi/openai/models/beta/persisted_agent_tool_param.rbi +12 -12
- data/rbi/openai/models/beta/response_compact_params.rbi +1 -1
- data/rbi/openai/models/beta/response_create_params.rbi +1 -1
- data/rbi/openai/models/chat/completion_create_params.rbi +10 -4
- data/rbi/openai/models/chat_model.rbi +1 -1
- data/rbi/openai/models/conversations/conversation_update_params.rbi +6 -8
- data/rbi/openai/models/image_edit_params.rbi +9 -12
- data/rbi/openai/models/realtime/conversation_item_create_event.rbi +3 -2
- data/rbi/openai/models/realtime/realtime_response_create_mcp_tool.rbi +12 -0
- data/rbi/openai/models/realtime/realtime_session_create_response.rbi +12 -0
- data/rbi/openai/models/realtime/realtime_tools_config_union.rbi +12 -0
- data/rbi/openai/models/responses/response_compact_params.rbi +1 -1
- data/rbi/openai/models/responses/response_output_text_annotation_added_event.rbi +3 -3
- data/rbi/openai/models/responses/responses_server_event.rbi +1 -1
- data/rbi/openai/models/responses/tool.rbi +21 -12
- data/rbi/openai/models/safety/case_retrieve_params.rbi +55 -0
- data/rbi/openai/models/safety/safety_case.rbi +140 -0
- data/rbi/openai/models/webhooks/deleted_webhook_endpoint.rbi +67 -0
- data/rbi/openai/models/webhooks/event_type_list_params.rbi +37 -0
- data/rbi/openai/models/webhooks/live_call_incoming_webhook_event.rbi +70 -3
- data/rbi/openai/models/webhooks/live_transport_incoming_webhook_event.rbi +73 -1
- data/rbi/openai/models/webhooks/realtime_call_incoming_webhook_event.rbi +75 -3
- data/rbi/openai/models/webhooks/safety_deactivation_issued_webhook_event.rbi +130 -0
- data/rbi/openai/models/webhooks/safety_warning_issued_webhook_event.rbi +130 -0
- data/rbi/openai/models/webhooks/unwrap_webhook_event.rbi +3 -1
- data/rbi/openai/models/webhooks/webhook_create_params.rbi +139 -0
- data/rbi/openai/models/webhooks/webhook_delete_params.rbi +53 -0
- data/rbi/openai/models/webhooks/webhook_endpoint.rbi +126 -0
- data/rbi/openai/models/webhooks/webhook_endpoint_list.rbi +91 -0
- data/rbi/openai/models/webhooks/webhook_endpoint_test_result.rbi +87 -0
- data/rbi/openai/models/webhooks/webhook_endpoint_with_secret.rbi +138 -0
- data/rbi/openai/models/webhooks/webhook_event_type_list.rbi +58 -0
- data/rbi/openai/models/webhooks/webhook_list_params.rbi +67 -0
- data/rbi/openai/models/webhooks/webhook_retrieve_params.rbi +53 -0
- data/rbi/openai/models/webhooks/webhook_rotate_secret_params.rbi +71 -0
- data/rbi/openai/models/webhooks/webhook_test_params.rbi +124 -0
- data/rbi/openai/models/webhooks/webhook_update_params.rbi +156 -0
- data/rbi/openai/resources/admin/organization/external_storage.rbi +89 -0
- data/rbi/openai/resources/admin/organization.rbi +3 -0
- data/rbi/openai/resources/beta/agents/environments/templates.rbi +7 -4
- data/rbi/openai/resources/beta/agents/sessions/events.rbi +4 -1
- data/rbi/openai/resources/beta/agents/sessions.rbi +11 -3
- data/rbi/openai/resources/beta/agents/vaults/credentials.rbi +5 -3
- data/rbi/openai/resources/beta/agents.rbi +9 -6
- data/rbi/openai/resources/beta/responses/input_items.rbi +1 -0
- data/rbi/openai/resources/beta/responses/input_tokens.rbi +1 -0
- data/rbi/openai/resources/beta/responses.rbi +3 -0
- data/rbi/openai/resources/beta.rbi +1 -0
- data/rbi/openai/resources/chat/completions.rbi +10 -4
- data/rbi/openai/resources/conversations.rbi +3 -4
- data/rbi/openai/resources/images.rbi +6 -8
- data/rbi/openai/resources/responses/input_items.rbi +1 -0
- data/rbi/openai/resources/responses/input_tokens.rbi +1 -0
- data/rbi/openai/resources/responses.rbi +3 -0
- data/rbi/openai/resources/safety/cases.rbi +28 -0
- data/rbi/openai/resources/safety.rbi +3 -0
- data/rbi/openai/resources/webhooks/event_types.rbi +24 -0
- data/rbi/openai/resources/webhooks.rbi +129 -1
- data/sig/openai/models/admin/organization/admin_api_key.rbs +45 -0
- data/sig/openai/models/admin/organization/admin_api_key_create_params.rbs +7 -0
- data/sig/openai/models/admin/organization/admin_api_key_create_response.rbs +18 -0
- data/sig/openai/models/admin/organization/admin_api_key_delete_params.rbs +3 -0
- data/sig/openai/models/admin/organization/admin_api_key_list_params.rbs +11 -0
- data/sig/openai/models/admin/organization/admin_api_key_retrieve_params.rbs +3 -0
- data/sig/openai/models/admin/organization/audit_log_list_params.rbs +114 -0
- data/sig/openai/models/admin/organization/audit_log_list_response.rbs +1108 -0
- data/sig/openai/models/admin/organization/aws_external_storage_provider.rbs +49 -0
- data/sig/openai/models/admin/organization/azure_external_storage_provider.rbs +54 -0
- data/sig/openai/models/admin/organization/certificate.rbs +45 -0
- data/sig/openai/models/admin/organization/certificate_activate_response.rbs +23 -0
- data/sig/openai/models/admin/organization/certificate_create_params.rbs +7 -0
- data/sig/openai/models/admin/organization/certificate_deactivate_response.rbs +23 -0
- data/sig/openai/models/admin/organization/certificate_delete_response.rbs +6 -0
- data/sig/openai/models/admin/organization/certificate_list_params.rbs +27 -0
- data/sig/openai/models/admin/organization/certificate_list_response.rbs +23 -0
- data/sig/openai/models/admin/organization/certificate_retrieve_params.rbs +7 -0
- data/sig/openai/models/admin/organization/certificate_update_params.rbs +4 -0
- data/sig/openai/models/admin/organization/data_retention_update_params.rbs +3 -0
- data/sig/openai/models/admin/organization/external_storage_configuration.rbs +76 -0
- data/sig/openai/models/admin/organization/external_storage_create_params.rbs +105 -0
- data/sig/openai/models/admin/organization/external_storage_delete_params.rbs +30 -0
- data/sig/openai/models/admin/organization/external_storage_deleted.rbs +34 -0
- data/sig/openai/models/admin/organization/external_storage_list_params.rbs +65 -0
- data/sig/openai/models/admin/organization/external_storage_retrieve_params.rbs +30 -0
- data/sig/openai/models/admin/organization/external_storage_validate_params.rbs +30 -0
- data/sig/openai/models/admin/organization/group.rbs +17 -0
- data/sig/openai/models/admin/organization/group_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/group_delete_response.rbs +9 -0
- data/sig/openai/models/admin/organization/group_list_params.rbs +24 -0
- data/sig/openai/models/admin/organization/group_update_params.rbs +3 -0
- data/sig/openai/models/admin/organization/group_update_response.rbs +14 -0
- data/sig/openai/models/admin/organization/groups/organization_group_user.rbs +9 -0
- data/sig/openai/models/admin/organization/groups/role_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/groups/role_create_response.rbs +24 -0
- data/sig/openai/models/admin/organization/groups/role_delete_response.rbs +8 -0
- data/sig/openai/models/admin/organization/groups/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/groups/role_list_response.rbs +36 -0
- data/sig/openai/models/admin/organization/groups/role_retrieve_response.rbs +36 -0
- data/sig/openai/models/admin/organization/groups/user_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/groups/user_create_response.rbs +9 -0
- data/sig/openai/models/admin/organization/groups/user_delete_response.rbs +6 -0
- data/sig/openai/models/admin/organization/groups/user_list_params.rbs +18 -0
- data/sig/openai/models/admin/organization/groups/user_retrieve_response.rbs +18 -0
- data/sig/openai/models/admin/organization/invite.rbs +33 -0
- data/sig/openai/models/admin/organization/invite_create_params.rbs +25 -0
- data/sig/openai/models/admin/organization/invite_delete_response.rbs +3 -0
- data/sig/openai/models/admin/organization/invite_list_params.rbs +20 -0
- data/sig/openai/models/admin/organization/organization_data_retention.rbs +6 -0
- data/sig/openai/models/admin/organization/organization_spend_alert.rbs +27 -0
- data/sig/openai/models/admin/organization/organization_spend_alert_deleted.rbs +9 -0
- data/sig/openai/models/admin/organization/organization_spend_limit.rbs +20 -0
- data/sig/openai/models/admin/organization/organization_spend_limit_deleted.rbs +6 -0
- data/sig/openai/models/admin/organization/organization_user.rbs +53 -0
- data/sig/openai/models/admin/organization/project.rbs +25 -0
- data/sig/openai/models/admin/organization/project_create_params.rbs +28 -0
- data/sig/openai/models/admin/organization/project_list_params.rbs +27 -0
- data/sig/openai/models/admin/organization/project_update_params.rbs +11 -0
- data/sig/openai/models/admin/organization/projects/api_key_list_params.rbs +36 -0
- data/sig/openai/models/admin/organization/projects/certificate_activate_response.rbs +23 -0
- data/sig/openai/models/admin/organization/projects/certificate_deactivate_response.rbs +23 -0
- data/sig/openai/models/admin/organization/projects/certificate_list_params.rbs +27 -0
- data/sig/openai/models/admin/organization/projects/certificate_list_response.rbs +23 -0
- data/sig/openai/models/admin/organization/projects/data_retention_update_params.rbs +3 -0
- data/sig/openai/models/admin/organization/projects/group_create_params.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/group_delete_response.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/group_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/projects/group_retrieve_params.rbs +4 -0
- data/sig/openai/models/admin/organization/projects/groups/role_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/projects/groups/role_create_response.rbs +24 -0
- data/sig/openai/models/admin/organization/projects/groups/role_delete_response.rbs +8 -0
- data/sig/openai/models/admin/organization/projects/groups/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/projects/groups/role_list_response.rbs +36 -0
- data/sig/openai/models/admin/organization/projects/groups/role_retrieve_response.rbs +36 -0
- data/sig/openai/models/admin/organization/projects/hosted_tool_permission_update_params.rbs +30 -0
- data/sig/openai/models/admin/organization/projects/model_permission_update_params.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/project_api_key.rbs +65 -0
- data/sig/openai/models/admin/organization/projects/project_data_retention.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/project_group.rbs +18 -0
- data/sig/openai/models/admin/organization/projects/project_hosted_tool_permissions.rbs +30 -0
- data/sig/openai/models/admin/organization/projects/project_model_permissions.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/project_model_permissions_deleted.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/project_rate_limit.rbs +31 -0
- data/sig/openai/models/admin/organization/projects/project_service_account.rbs +15 -0
- data/sig/openai/models/admin/organization/projects/project_spend_alert.rbs +27 -0
- data/sig/openai/models/admin/organization/projects/project_spend_alert_deleted.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/project_spend_limit.rbs +20 -0
- data/sig/openai/models/admin/organization/projects/project_spend_limit_deleted.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/project_user.rbs +18 -0
- data/sig/openai/models/admin/organization/projects/rate_limit_list_rate_limits_params.rbs +30 -0
- data/sig/openai/models/admin/organization/projects/rate_limit_update_rate_limit_params.rbs +24 -0
- data/sig/openai/models/admin/organization/projects/role_create_params.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/role_delete_response.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/projects/role_update_params.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/service_account_create_params.rbs +17 -0
- data/sig/openai/models/admin/organization/projects/service_account_create_response.rbs +13 -0
- data/sig/openai/models/admin/organization/projects/service_account_list_params.rbs +20 -0
- data/sig/openai/models/admin/organization/projects/service_account_update_params.rbs +8 -0
- data/sig/openai/models/admin/organization/projects/service_accounts/api_key_create_params.rbs +17 -0
- data/sig/openai/models/admin/organization/projects/service_accounts/api_key_create_response.rbs +20 -0
- data/sig/openai/models/admin/organization/projects/spend_alert_create_params.rbs +21 -0
- data/sig/openai/models/admin/organization/projects/spend_alert_list_params.rbs +22 -0
- data/sig/openai/models/admin/organization/projects/spend_alert_update_params.rbs +21 -0
- data/sig/openai/models/admin/organization/projects/spend_limit_update_params.rbs +11 -0
- data/sig/openai/models/admin/organization/projects/user_create_params.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/user_list_params.rbs +20 -0
- data/sig/openai/models/admin/organization/projects/user_update_params.rbs +3 -0
- data/sig/openai/models/admin/organization/projects/users/role_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/projects/users/role_create_response.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/users/role_delete_response.rbs +8 -0
- data/sig/openai/models/admin/organization/projects/users/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/projects/users/role_list_response.rbs +36 -0
- data/sig/openai/models/admin/organization/projects/users/role_retrieve_response.rbs +36 -0
- data/sig/openai/models/admin/organization/role.rbs +23 -0
- data/sig/openai/models/admin/organization/role_create_params.rbs +9 -0
- data/sig/openai/models/admin/organization/role_delete_response.rbs +9 -0
- data/sig/openai/models/admin/organization/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/role_update_params.rbs +9 -0
- data/sig/openai/models/admin/organization/spend_alert_create_params.rbs +21 -0
- data/sig/openai/models/admin/organization/spend_alert_list_params.rbs +22 -0
- data/sig/openai/models/admin/organization/spend_alert_update_params.rbs +21 -0
- data/sig/openai/models/admin/organization/spend_limit_update_params.rbs +11 -0
- data/sig/openai/models/admin/organization/usage_audio_speeches_params.rbs +60 -0
- data/sig/openai/models/admin/organization/usage_audio_speeches_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_audio_transcriptions_params.rbs +60 -0
- data/sig/openai/models/admin/organization/usage_audio_transcriptions_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_code_interpreter_sessions_params.rbs +48 -0
- data/sig/openai/models/admin/organization/usage_code_interpreter_sessions_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_completions_params.rbs +70 -0
- data/sig/openai/models/admin/organization/usage_completions_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_costs_params.rbs +50 -0
- data/sig/openai/models/admin/organization/usage_costs_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_embeddings_params.rbs +60 -0
- data/sig/openai/models/admin/organization/usage_embeddings_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_file_search_calls_params.rbs +63 -0
- data/sig/openai/models/admin/organization/usage_file_search_calls_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_images_params.rbs +77 -0
- data/sig/openai/models/admin/organization/usage_images_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_moderations_params.rbs +60 -0
- data/sig/openai/models/admin/organization/usage_moderations_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_vector_stores_params.rbs +48 -0
- data/sig/openai/models/admin/organization/usage_vector_stores_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_web_search_calls_params.rbs +67 -0
- data/sig/openai/models/admin/organization/usage_web_search_calls_response.rbs +351 -0
- data/sig/openai/models/admin/organization/user_list_params.rbs +24 -0
- data/sig/openai/models/admin/organization/user_update_params.rbs +12 -0
- data/sig/openai/models/admin/organization/users/role_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/users/role_create_response.rbs +9 -0
- data/sig/openai/models/admin/organization/users/role_delete_response.rbs +8 -0
- data/sig/openai/models/admin/organization/users/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/users/role_list_response.rbs +36 -0
- data/sig/openai/models/admin/organization/users/role_retrieve_response.rbs +36 -0
- data/sig/openai/models/audio/speech_create_params.rbs +54 -0
- data/sig/openai/models/audio/transcription.rbs +66 -0
- data/sig/openai/models/audio/transcription_create_params.rbs +205 -0
- data/sig/openai/models/audio/transcription_diarized.rbs +46 -0
- data/sig/openai/models/audio/transcription_diarized_segment.rbs +22 -0
- data/sig/openai/models/audio/transcription_language.rbs +3 -0
- data/sig/openai/models/audio/transcription_segment.rbs +36 -0
- data/sig/openai/models/audio/transcription_text_delta_event.rbs +35 -0
- data/sig/openai/models/audio/transcription_text_done_event.rbs +66 -0
- data/sig/openai/models/audio/transcription_text_segment_event.rbs +18 -0
- data/sig/openai/models/audio/transcription_verbose.rbs +27 -0
- data/sig/openai/models/audio/transcription_word.rbs +9 -0
- data/sig/openai/models/audio/translation_create_params.rbs +58 -0
- data/sig/openai/models/audio/translation_verbose.rbs +13 -0
- data/sig/openai/models/auto_file_chunking_strategy_param.rbs +3 -0
- data/sig/openai/models/batch.rbs +105 -0
- data/sig/openai/models/batch_create_params.rbs +71 -0
- data/sig/openai/models/batch_error.rbs +14 -0
- data/sig/openai/models/batch_list_params.rbs +20 -0
- data/sig/openai/models/batch_request_counts.rbs +9 -0
- data/sig/openai/models/batch_usage.rbs +23 -0
- data/sig/openai/models/beta/agent.rbs +41 -0
- data/sig/openai/models/beta/agent_close_subagent_call_item.rbs +18 -0
- data/sig/openai/models/beta/agent_command_execution_item.rbs +27 -0
- data/sig/openai/models/beta/agent_content.rbs +6 -0
- data/sig/openai/models/beta/agent_create_params.rbs +35 -0
- data/sig/openai/models/beta/agent_create_subagent_call_item.rbs +24 -0
- data/sig/openai/models/beta/agent_deleted.rbs +9 -0
- data/sig/openai/models/beta/agent_function_call_item.rbs +21 -0
- data/sig/openai/models/beta/agent_interrupt_subagent_call_item.rbs +18 -0
- data/sig/openai/models/beta/agent_list_params.rbs +11 -0
- data/sig/openai/models/beta/agent_mcp_call_item.rbs +27 -0
- data/sig/openai/models/beta/agent_output_command_execution_output_delta_event.rbs +21 -0
- data/sig/openai/models/beta/agent_reasoning.rbs +8 -0
- data/sig/openai/models/beta/agent_reasoning_item.rbs +15 -0
- data/sig/openai/models/beta/agent_reasoning_param.rbs +8 -0
- data/sig/openai/models/beta/agent_resume_subagent_call_item.rbs +18 -0
- data/sig/openai/models/beta/agent_send_subagent_input_call_item.rbs +21 -0
- data/sig/openai/models/beta/agent_session.rbs +88 -0
- data/sig/openai/models/beta/agent_session_assistant_message.rbs +21 -0
- data/sig/openai/models/beta/agent_session_created_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_deleted.rbs +11 -0
- data/sig/openai/models/beta/agent_session_environment_connected_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_environment_disconnected_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_environment_failed_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_environment_pending_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_environment_ready_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_environment_reset_event.rbs +65 -0
- data/sig/openai/models/beta/agent_session_environment_state.rbs +21 -0
- data/sig/openai/models/beta/agent_session_error_event.rbs +12 -0
- data/sig/openai/models/beta/agent_session_event.rbs +1 -0
- data/sig/openai/models/beta/agent_session_failed_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_idle_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_in_progress_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_input_message_param.rbs +10 -0
- data/sig/openai/models/beta/agent_session_input_param.rbs +27 -0
- data/sig/openai/models/beta/agent_session_item.rbs +39 -0
- data/sig/openai/models/beta/agent_session_message.rbs +23 -0
- data/sig/openai/models/beta/agent_session_message_content.rbs +20 -0
- data/sig/openai/models/beta/agent_session_requires_action_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_subagent_active_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_subagent_closed_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_subagent_created_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_turn_cancelled_event.rbs +18 -0
- data/sig/openai/models/beta/agent_session_turn_completed_event.rbs +18 -0
- data/sig/openai/models/beta/agent_session_turn_content_part_added_event.rbs +24 -0
- data/sig/openai/models/beta/agent_session_turn_content_part_done_event.rbs +24 -0
- data/sig/openai/models/beta/agent_session_turn_created_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_turn_failed_event.rbs +18 -0
- data/sig/openai/models/beta/agent_session_turn_in_progress_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_turn_item_added_event.rbs +18 -0
- data/sig/openai/models/beta/agent_session_turn_item_done_event.rbs +18 -0
- data/sig/openai/models/beta/agent_session_turn_output_text_delta_event.rbs +24 -0
- data/sig/openai/models/beta/agent_session_turn_output_text_done_event.rbs +24 -0
- data/sig/openai/models/beta/agent_session_turn_reasoning_summary_part_added_event.rbs +26 -0
- data/sig/openai/models/beta/agent_session_turn_reasoning_summary_part_done_event.rbs +28 -0
- data/sig/openai/models/beta/agent_session_turn_reasoning_summary_text_delta_event.rbs +26 -0
- data/sig/openai/models/beta/agent_session_turn_reasoning_summary_text_done_event.rbs +24 -0
- data/sig/openai/models/beta/agent_text.rbs +6 -0
- data/sig/openai/models/beta/agent_text_param.rbs +8 -0
- data/sig/openai/models/beta/agent_tool.rbs +74 -0
- data/sig/openai/models/beta/agent_tool_param.rbs +90 -0
- data/sig/openai/models/beta/agent_update_params.rbs +36 -0
- data/sig/openai/models/beta/agent_wait_for_subagents_call_item.rbs +18 -0
- data/sig/openai/models/beta/agent_web_search_call_item.rbs +15 -0
- data/sig/openai/models/beta/agents/environment_info.rbs +21 -0
- data/sig/openai/models/beta/agents/environments/environment_file.rbs +12 -0
- data/sig/openai/models/beta/agents/environments/environment_template.rbs +84 -0
- data/sig/openai/models/beta/agents/environments/environment_template_deleted.rbs +9 -0
- data/sig/openai/models/beta/agents/environments/file_list_params.rbs +14 -0
- data/sig/openai/models/beta/agents/environments/template_create_params.rbs +49 -1
- data/sig/openai/models/beta/agents/environments/template_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/environments/template_update_params.rbs +47 -1
- data/sig/openai/models/beta/agents/session_create_params.rbs +60 -0
- data/sig/openai/models/beta/agents/session_list_params.rbs +21 -0
- data/sig/openai/models/beta/agents/session_update_params.rbs +25 -0
- data/sig/openai/models/beta/agents/sessions/artifact_list_params.rbs +13 -0
- data/sig/openai/models/beta/agents/sessions/event_create_params.rbs +3 -0
- data/sig/openai/models/beta/agents/sessions/item_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/sessions/session_artifact.rbs +24 -0
- data/sig/openai/models/beta/agents/sessions/session_artifact_deleted.rbs +9 -0
- data/sig/openai/models/beta/agents/sessions/subagent_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/sessions/subagents/item_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/sessions/subagents/turn_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/sessions/subagents/turns/item_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/sessions/turn.rbs +39 -0
- data/sig/openai/models/beta/agents/sessions/turn_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/vault.rbs +17 -0
- data/sig/openai/models/beta/agents/vault_create_params.rbs +12 -0
- data/sig/openai/models/beta/agents/vault_deleted.rbs +9 -0
- data/sig/openai/models/beta/agents/vault_list_params.rbs +23 -0
- data/sig/openai/models/beta/agents/vaults/credential.rbs +21 -0
- data/sig/openai/models/beta/agents/vaults/credential_auth.rbs +74 -0
- data/sig/openai/models/beta/agents/vaults/credential_auth_create_param.rbs +107 -0
- data/sig/openai/models/beta/agents/vaults/credential_auth_rotate_param.rbs +67 -0
- data/sig/openai/models/beta/agents/vaults/credential_create_params.rbs +8 -0
- data/sig/openai/models/beta/agents/vaults/credential_deleted.rbs +9 -0
- data/sig/openai/models/beta/agents/vaults/credential_list_params.rbs +23 -0
- data/sig/openai/models/beta/agents/vaults/credential_networking.rbs +60 -0
- data/sig/openai/models/beta/agents/vaults/credential_networking_param.rbs +60 -0
- data/sig/openai/models/beta/agents/vaults/credential_update_params.rbs +3 -0
- data/sig/openai/models/beta/agents/vaults/mcp_oauth_token_endpoint_auth.rbs +9 -0
- data/sig/openai/models/beta/agents/vaults/mcp_oauth_token_endpoint_auth_create_param.rbs +15 -0
- data/sig/openai/models/beta/agents/vaults/mcp_oauth_token_endpoint_auth_rotate_param.rbs +16 -0
- data/sig/openai/models/beta/assistant.rbs +142 -0
- data/sig/openai/models/beta/assistant_create_params.rbs +213 -0
- data/sig/openai/models/beta/assistant_list_params.rbs +40 -0
- data/sig/openai/models/beta/assistant_stream_event.rbs +107 -0
- data/sig/openai/models/beta/assistant_tool_choice.rbs +3 -0
- data/sig/openai/models/beta/assistant_tool_choice_function.rbs +3 -0
- data/sig/openai/models/beta/assistant_update_params.rbs +157 -0
- data/sig/openai/models/beta/beta_apply_patch_tool.rbs +6 -0
- data/sig/openai/models/beta/beta_compacted_response.rbs +19 -0
- data/sig/openai/models/beta/beta_computer_action.rbs +126 -0
- data/sig/openai/models/beta/beta_computer_tool.rbs +3 -0
- data/sig/openai/models/beta/beta_computer_use_preview_tool.rbs +12 -0
- data/sig/openai/models/beta/beta_container_auto.rbs +18 -0
- data/sig/openai/models/beta/beta_container_network_policy_allowlist.rbs +10 -0
- data/sig/openai/models/beta/beta_container_network_policy_disabled.rbs +3 -0
- data/sig/openai/models/beta/beta_container_network_policy_domain_secret.rbs +9 -0
- data/sig/openai/models/beta/beta_container_reference.rbs +6 -0
- data/sig/openai/models/beta/beta_custom_tool.rbs +40 -0
- data/sig/openai/models/beta/beta_easy_input_message.rbs +23 -0
- data/sig/openai/models/beta/beta_file_search_tool.rbs +117 -0
- data/sig/openai/models/beta/beta_function_shell_tool.rbs +6 -0
- data/sig/openai/models/beta/beta_function_tool.rbs +29 -0
- data/sig/openai/models/beta/beta_inline_skill.rbs +12 -0
- data/sig/openai/models/beta/beta_inline_skill_source.rbs +9 -0
- data/sig/openai/models/beta/beta_local_environment.rbs +7 -0
- data/sig/openai/models/beta/beta_local_skill.rbs +9 -0
- data/sig/openai/models/beta/beta_namespace_tool.rbs +38 -0
- data/sig/openai/models/beta/beta_response.rbs +545 -2
- data/sig/openai/models/beta/beta_response_apply_patch_tool_call.rbs +60 -0
- data/sig/openai/models/beta/beta_response_apply_patch_tool_call_output.rbs +34 -0
- data/sig/openai/models/beta/beta_response_audio_delta_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_audio_done_event.rbs +12 -0
- data/sig/openai/models/beta/beta_response_audio_transcript_delta_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_audio_transcript_done_event.rbs +12 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_call_code_delta_event.rbs +23 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_call_code_done_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_call_completed_event.rbs +20 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_call_in_progress_event.rbs +20 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_call_interpreting_event.rbs +20 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_tool_call.rbs +40 -0
- data/sig/openai/models/beta/beta_response_compaction_compacting_event.rbs +19 -0
- data/sig/openai/models/beta/beta_response_compaction_item.rbs +20 -0
- data/sig/openai/models/beta/beta_response_compaction_item_param.rbs +15 -0
- data/sig/openai/models/beta/beta_response_completed_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_computer_tool_call.rbs +43 -0
- data/sig/openai/models/beta/beta_response_computer_tool_call_output_item.rbs +43 -0
- data/sig/openai/models/beta/beta_response_computer_tool_call_output_screenshot.rbs +13 -0
- data/sig/openai/models/beta/beta_response_configuration_update_item.rbs +22 -0
- data/sig/openai/models/beta/beta_response_configuration_update_item_param.rbs +21 -0
- data/sig/openai/models/beta/beta_response_container_reference.rbs +3 -0
- data/sig/openai/models/beta/beta_response_content.rbs +6 -0
- data/sig/openai/models/beta/beta_response_content_part_added_event.rbs +30 -0
- data/sig/openai/models/beta/beta_response_content_part_done_event.rbs +30 -0
- data/sig/openai/models/beta/beta_response_conversation_param.rbs +3 -0
- data/sig/openai/models/beta/beta_response_created_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call.rbs +36 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call_input_delta_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call_input_done_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call_item.rbs +31 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call_output.rbs +33 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call_output_item.rbs +26 -0
- data/sig/openai/models/beta/beta_response_error.rbs +21 -0
- data/sig/openai/models/beta/beta_response_error_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_failed_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_file_search_call_completed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_file_search_call_in_progress_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_file_search_call_searching_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_file_search_tool_call.rbs +50 -0
- data/sig/openai/models/beta/beta_response_format_text_config.rbs +6 -0
- data/sig/openai/models/beta/beta_response_format_text_json_schema_config.rbs +31 -0
- data/sig/openai/models/beta/beta_response_function_call_arguments_delta_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_function_call_arguments_done_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_function_shell_call_output_content.rbs +18 -0
- data/sig/openai/models/beta/beta_response_function_shell_tool_call.rbs +45 -0
- data/sig/openai/models/beta/beta_response_function_shell_tool_call_output.rbs +65 -0
- data/sig/openai/models/beta/beta_response_function_tool_call.rbs +43 -0
- data/sig/openai/models/beta/beta_response_function_tool_call_item.rbs +31 -0
- data/sig/openai/models/beta/beta_response_function_tool_call_output_item.rbs +50 -0
- data/sig/openai/models/beta/beta_response_function_web_search.rbs +56 -0
- data/sig/openai/models/beta/beta_response_image_gen_call_completed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_image_gen_call_generating_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_image_gen_call_in_progress_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_image_gen_call_partial_image_event.rbs +42 -0
- data/sig/openai/models/beta/beta_response_in_progress_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_incomplete_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_inject_created_event.rbs +16 -0
- data/sig/openai/models/beta/beta_response_inject_event.rbs +9 -0
- data/sig/openai/models/beta/beta_response_inject_failed_event.rbs +28 -0
- data/sig/openai/models/beta/beta_response_input_audio.rbs +9 -0
- data/sig/openai/models/beta/beta_response_input_file.rbs +47 -0
- data/sig/openai/models/beta/beta_response_input_file_content.rbs +41 -0
- data/sig/openai/models/beta/beta_response_input_image.rbs +29 -0
- data/sig/openai/models/beta/beta_response_input_image_content.rbs +26 -0
- data/sig/openai/models/beta/beta_response_input_item.rbs +737 -0
- data/sig/openai/models/beta/beta_response_input_message_item.rbs +27 -0
- data/sig/openai/models/beta/beta_response_input_text.rbs +19 -0
- data/sig/openai/models/beta/beta_response_input_text_content.rbs +16 -0
- data/sig/openai/models/beta/beta_response_item.rbs +387 -0
- data/sig/openai/models/beta/beta_response_local_environment.rbs +3 -0
- data/sig/openai/models/beta/beta_response_mcp_call_arguments_delta_event.rbs +23 -0
- data/sig/openai/models/beta/beta_response_mcp_call_arguments_done_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_mcp_call_completed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_mcp_call_failed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_mcp_call_in_progress_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_mcp_list_tools_completed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_mcp_list_tools_failed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_mcp_list_tools_in_progress_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_output_audio.rbs +9 -0
- data/sig/openai/models/beta/beta_response_output_item.rbs +387 -0
- data/sig/openai/models/beta/beta_response_output_item_added_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_output_item_done_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_output_message.rbs +32 -0
- data/sig/openai/models/beta/beta_response_output_refusal.rbs +6 -0
- data/sig/openai/models/beta/beta_response_output_text.rbs +63 -0
- data/sig/openai/models/beta/beta_response_output_text_annotation_added_event.rbs +81 -0
- data/sig/openai/models/beta/beta_response_prompt.rbs +13 -0
- data/sig/openai/models/beta/beta_response_queued_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_reasoning_item.rbs +55 -0
- data/sig/openai/models/beta/beta_response_reasoning_summary_part_added_event.rbs +30 -0
- data/sig/openai/models/beta/beta_response_reasoning_summary_part_done_event.rbs +37 -0
- data/sig/openai/models/beta/beta_response_reasoning_summary_text_delta_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_reasoning_summary_text_done_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_reasoning_text_delta_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_reasoning_text_done_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_refusal_delta_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_refusal_done_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_shell_call_command_added_event.rbs +22 -0
- data/sig/openai/models/beta/beta_response_shell_call_command_delta_event.rbs +26 -0
- data/sig/openai/models/beta/beta_response_shell_call_command_done_event.rbs +22 -0
- data/sig/openai/models/beta/beta_response_shell_call_output_content_delta_event.rbs +33 -0
- data/sig/openai/models/beta/beta_response_shell_call_output_content_done_event.rbs +49 -0
- data/sig/openai/models/beta/beta_response_steer_accepted_event.rbs +22 -0
- data/sig/openai/models/beta/beta_response_steer_event.rbs +25 -0
- data/sig/openai/models/beta/beta_response_steer_failed_event.rbs +78 -0
- data/sig/openai/models/beta/beta_response_steer_input.rbs +64 -0
- data/sig/openai/models/beta/beta_response_steer_pending_event.rbs +42 -0
- data/sig/openai/models/beta/beta_response_text_config.rbs +49 -0
- data/sig/openai/models/beta/beta_response_text_delta_event.rbs +45 -0
- data/sig/openai/models/beta/beta_response_text_done_event.rbs +45 -0
- data/sig/openai/models/beta/beta_response_tool_search_call.rbs +29 -0
- data/sig/openai/models/beta/beta_response_tool_search_output_item.rbs +29 -0
- data/sig/openai/models/beta/beta_response_tool_search_output_item_param.rbs +25 -0
- data/sig/openai/models/beta/beta_response_usage.rbs +26 -0
- data/sig/openai/models/beta/beta_response_web_search_call_completed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_web_search_call_in_progress_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_web_search_call_searching_event.rbs +18 -0
- data/sig/openai/models/beta/beta_responses_client_event.rbs +658 -2
- data/sig/openai/models/beta/beta_responses_server_event.rbs +1132 -0
- data/sig/openai/models/beta/beta_skill_reference.rbs +10 -0
- data/sig/openai/models/beta/beta_tool.rbs +347 -0
- data/sig/openai/models/beta/beta_tool_choice_allowed.rbs +39 -0
- data/sig/openai/models/beta/beta_tool_choice_apply_patch.rbs +3 -0
- data/sig/openai/models/beta/beta_tool_choice_custom.rbs +6 -0
- data/sig/openai/models/beta/beta_tool_choice_function.rbs +6 -0
- data/sig/openai/models/beta/beta_tool_choice_mcp.rbs +9 -0
- data/sig/openai/models/beta/beta_tool_choice_shell.rbs +3 -0
- data/sig/openai/models/beta/beta_tool_choice_types.rbs +25 -0
- data/sig/openai/models/beta/beta_tool_search_tool.rbs +13 -0
- data/sig/openai/models/beta/beta_web_search_preview_tool.rbs +34 -0
- data/sig/openai/models/beta/beta_web_search_tool.rbs +55 -0
- data/sig/openai/models/beta/chatkit/chat_session.rbs +30 -0
- data/sig/openai/models/beta/chatkit/chat_session_automatic_thread_titling.rbs +3 -0
- data/sig/openai/models/beta/chatkit/chat_session_chatkit_configuration.rbs +9 -0
- data/sig/openai/models/beta/chatkit/chat_session_chatkit_configuration_param.rbs +51 -0
- data/sig/openai/models/beta/chatkit/chat_session_expires_after_param.rbs +6 -0
- data/sig/openai/models/beta/chatkit/chat_session_file_upload.rbs +9 -0
- data/sig/openai/models/beta/chatkit/chat_session_history.rbs +8 -0
- data/sig/openai/models/beta/chatkit/chat_session_rate_limits.rbs +3 -0
- data/sig/openai/models/beta/chatkit/chat_session_rate_limits_param.rbs +4 -0
- data/sig/openai/models/beta/chatkit/chat_session_workflow_param.rbs +25 -0
- data/sig/openai/models/beta/chatkit/chatkit_attachment.rbs +15 -0
- data/sig/openai/models/beta/chatkit/chatkit_response_output_text.rbs +33 -0
- data/sig/openai/models/beta/chatkit/chatkit_thread.rbs +35 -0
- data/sig/openai/models/beta/chatkit/chatkit_thread_assistant_message_item.rbs +18 -0
- data/sig/openai/models/beta/chatkit/chatkit_thread_item_list.rbs +98 -0
- data/sig/openai/models/beta/chatkit/chatkit_thread_user_message_item.rbs +44 -0
- data/sig/openai/models/beta/chatkit/chatkit_widget_item.rbs +18 -0
- data/sig/openai/models/beta/chatkit/session_create_params.rbs +23 -0
- data/sig/openai/models/beta/chatkit/thread_delete_response.rbs +9 -0
- data/sig/openai/models/beta/chatkit/thread_list_items_params.rbs +22 -0
- data/sig/openai/models/beta/chatkit/thread_list_params.rbs +29 -0
- data/sig/openai/models/beta/chatkit_workflow.rbs +19 -0
- data/sig/openai/models/beta/code_interpreter_tool.rbs +3 -0
- data/sig/openai/models/beta/environment.rbs +59 -0
- data/sig/openai/models/beta/environment_param.rbs +70 -1
- data/sig/openai/models/beta/file_search_tool.rbs +63 -0
- data/sig/openai/models/beta/function_tool.rbs +3 -0
- data/sig/openai/models/beta/hosted_environment_file.rbs +12 -0
- data/sig/openai/models/beta/hosted_environment_file_id.rbs +15 -0
- data/sig/openai/models/beta/hosted_environment_file_param.rbs +18 -0
- data/sig/openai/models/beta/hosted_plugin.rbs +9 -0
- data/sig/openai/models/beta/hosted_plugin_param.rbs +12 -0
- data/sig/openai/models/beta/hosted_skill.rbs +9 -0
- data/sig/openai/models/beta/hosted_skill_param.rbs +21 -0
- data/sig/openai/models/beta/hosted_skill_reference.rbs +15 -0
- data/sig/openai/models/beta/inline_capability_source_param.rbs +9 -0
- data/sig/openai/models/beta/input_content.rbs +14 -0
- data/sig/openai/models/beta/input_content_param.rbs +12 -0
- data/sig/openai/models/beta/mcp_transport.rbs +21 -0
- data/sig/openai/models/beta/mcp_transport_param.rbs +30 -0
- data/sig/openai/models/beta/message_stream_event.rbs +25 -0
- data/sig/openai/models/beta/multi_agent_config.rbs +8 -0
- data/sig/openai/models/beta/multi_agent_config_param.rbs +7 -0
- data/sig/openai/models/beta/output_text.rbs +6 -0
- data/sig/openai/models/beta/persisted_agent_tool.rbs +75 -0
- data/sig/openai/models/beta/persisted_agent_tool_param.rbs +86 -0
- data/sig/openai/models/beta/persisted_mcp_transport.rbs +24 -0
- data/sig/openai/models/beta/persisted_mcp_transport_param.rbs +24 -0
- data/sig/openai/models/beta/response_compact_params.rbs +121 -2
- data/sig/openai/models/beta/response_create_params.rbs +626 -2
- data/sig/openai/models/beta/response_retrieve_params.rbs +30 -0
- data/sig/openai/models/beta/responses/beta_response_item_list.rbs +15 -0
- data/sig/openai/models/beta/responses/input_item_list_params.rbs +31 -0
- data/sig/openai/models/beta/responses/input_token_count_params.rbs +206 -0
- data/sig/openai/models/beta/run_step_stream_event.rbs +23 -0
- data/sig/openai/models/beta/run_stream_event.rbs +50 -0
- data/sig/openai/models/beta/session_error.rbs +12 -0
- data/sig/openai/models/beta/session_turn_error.rbs +6 -0
- data/sig/openai/models/beta/setup_command_param.rbs +6 -0
- data/sig/openai/models/beta/subagent.rbs +33 -0
- data/sig/openai/models/beta/summary_text.rbs +6 -0
- data/sig/openai/models/beta/text_format.rbs +9 -0
- data/sig/openai/models/beta/text_format_param.rbs +9 -0
- data/sig/openai/models/beta/thread.rbs +54 -0
- data/sig/openai/models/beta/thread_create_and_run_params.rbs +367 -0
- data/sig/openai/models/beta/thread_create_params.rbs +162 -0
- data/sig/openai/models/beta/thread_stream_event.rbs +9 -0
- data/sig/openai/models/beta/thread_update_params.rbs +45 -0
- data/sig/openai/models/beta/threads/file_citation_annotation.rbs +9 -0
- data/sig/openai/models/beta/threads/file_citation_delta_annotation.rbs +18 -0
- data/sig/openai/models/beta/threads/file_path_annotation.rbs +9 -0
- data/sig/openai/models/beta/threads/file_path_delta_annotation.rbs +14 -0
- data/sig/openai/models/beta/threads/image_file.rbs +14 -0
- data/sig/openai/models/beta/threads/image_file_content_block.rbs +3 -0
- data/sig/openai/models/beta/threads/image_file_delta.rbs +17 -0
- data/sig/openai/models/beta/threads/image_file_delta_block.rbs +6 -0
- data/sig/openai/models/beta/threads/image_url.rbs +12 -0
- data/sig/openai/models/beta/threads/image_url_content_block.rbs +3 -0
- data/sig/openai/models/beta/threads/image_url_delta.rbs +14 -0
- data/sig/openai/models/beta/threads/image_url_delta_block.rbs +6 -0
- data/sig/openai/models/beta/threads/message.rbs +78 -0
- data/sig/openai/models/beta/threads/message_create_params.rbs +43 -0
- data/sig/openai/models/beta/threads/message_delta.rbs +8 -0
- data/sig/openai/models/beta/threads/message_delta_event.rbs +9 -0
- data/sig/openai/models/beta/threads/message_list_params.rbs +44 -0
- data/sig/openai/models/beta/threads/message_update_params.rbs +13 -0
- data/sig/openai/models/beta/threads/refusal_content_block.rbs +3 -0
- data/sig/openai/models/beta/threads/refusal_delta_block.rbs +6 -0
- data/sig/openai/models/beta/threads/required_action_function_tool_call.rbs +23 -0
- data/sig/openai/models/beta/threads/run.rbs +226 -0
- data/sig/openai/models/beta/threads/run_create_params.rbs +256 -0
- data/sig/openai/models/beta/threads/run_list_params.rbs +40 -0
- data/sig/openai/models/beta/threads/run_submit_tool_outputs_params.rbs +14 -0
- data/sig/openai/models/beta/threads/run_update_params.rbs +13 -0
- data/sig/openai/models/beta/threads/runs/code_interpreter_logs.rbs +10 -0
- data/sig/openai/models/beta/threads/runs/code_interpreter_output_image.rbs +13 -0
- data/sig/openai/models/beta/threads/runs/code_interpreter_tool_call.rbs +35 -0
- data/sig/openai/models/beta/threads/runs/code_interpreter_tool_call_delta.rbs +30 -0
- data/sig/openai/models/beta/threads/runs/file_search_tool_call.rbs +55 -0
- data/sig/openai/models/beta/threads/runs/file_search_tool_call_delta.rbs +15 -0
- data/sig/openai/models/beta/threads/runs/function_tool_call.rbs +22 -0
- data/sig/openai/models/beta/threads/runs/function_tool_call_delta.rbs +29 -0
- data/sig/openai/models/beta/threads/runs/message_creation_step_details.rbs +6 -0
- data/sig/openai/models/beta/threads/runs/run_step.rbs +91 -0
- data/sig/openai/models/beta/threads/runs/run_step_delta.rbs +4 -0
- data/sig/openai/models/beta/threads/runs/run_step_delta_event.rbs +9 -0
- data/sig/openai/models/beta/threads/runs/run_step_delta_message_delta.rbs +7 -0
- data/sig/openai/models/beta/threads/runs/step_list_params.rbs +62 -0
- data/sig/openai/models/beta/threads/runs/step_retrieve_params.rbs +22 -0
- data/sig/openai/models/beta/threads/runs/tool_call_delta_object.rbs +13 -0
- data/sig/openai/models/beta/threads/runs/tool_calls_step_details.rbs +10 -0
- data/sig/openai/models/beta/threads/text.rbs +3 -0
- data/sig/openai/models/beta/threads/text_content_block.rbs +3 -0
- data/sig/openai/models/beta/threads/text_content_block_param.rbs +6 -0
- data/sig/openai/models/beta/threads/text_delta.rbs +4 -0
- data/sig/openai/models/beta/threads/text_delta_block.rbs +6 -0
- data/sig/openai/models/beta/token_usage.rbs +21 -0
- data/sig/openai/models/beta/web_search_action.rbs +27 -0
- data/sig/openai/models/chat/chat_completion.rbs +213 -0
- data/sig/openai/models/chat/chat_completion_allowed_tool_choice.rbs +6 -0
- data/sig/openai/models/chat/chat_completion_allowed_tools.rbs +34 -0
- data/sig/openai/models/chat/chat_completion_assistant_message_param.rbs +47 -0
- data/sig/openai/models/chat/chat_completion_audio.rbs +16 -0
- data/sig/openai/models/chat/chat_completion_audio_param.rbs +17 -0
- data/sig/openai/models/chat/chat_completion_chunk.rbs +279 -0
- data/sig/openai/models/chat/chat_completion_content_part.rbs +31 -0
- data/sig/openai/models/chat/chat_completion_content_part_image.rbs +26 -0
- data/sig/openai/models/chat/chat_completion_content_part_input_audio.rbs +22 -0
- data/sig/openai/models/chat/chat_completion_content_part_refusal.rbs +6 -0
- data/sig/openai/models/chat/chat_completion_content_part_text.rbs +19 -0
- data/sig/openai/models/chat/chat_completion_custom_tool.rbs +32 -0
- data/sig/openai/models/chat/chat_completion_deleted.rbs +9 -0
- data/sig/openai/models/chat/chat_completion_developer_message_param.rbs +13 -0
- data/sig/openai/models/chat/chat_completion_function_call_option.rbs +3 -0
- data/sig/openai/models/chat/chat_completion_function_message_param.rbs +9 -0
- data/sig/openai/models/chat/chat_completion_function_tool.rbs +3 -0
- data/sig/openai/models/chat/chat_completion_message.rbs +64 -0
- data/sig/openai/models/chat/chat_completion_message_custom_tool_call.rbs +15 -0
- data/sig/openai/models/chat/chat_completion_message_function_tool_call.rbs +21 -0
- data/sig/openai/models/chat/chat_completion_named_tool_choice.rbs +6 -0
- data/sig/openai/models/chat/chat_completion_named_tool_choice_custom.rbs +6 -0
- data/sig/openai/models/chat/chat_completion_prediction_content.rbs +12 -0
- data/sig/openai/models/chat/chat_completion_store_message.rbs +29 -0
- data/sig/openai/models/chat/chat_completion_stream_options.rbs +41 -0
- data/sig/openai/models/chat/chat_completion_system_message_param.rbs +13 -0
- data/sig/openai/models/chat/chat_completion_token_logprob.rbs +43 -0
- data/sig/openai/models/chat/chat_completion_tool_message_param.rbs +9 -0
- data/sig/openai/models/chat/chat_completion_user_message_param.rbs +13 -0
- data/sig/openai/models/chat/completion_create_params.rbs +637 -0
- data/sig/openai/models/chat/completion_list_params.rbs +26 -0
- data/sig/openai/models/chat/completion_update_params.rbs +13 -0
- data/sig/openai/models/chat/completions/message_list_params.rbs +15 -0
- data/sig/openai/models/chat_model.rbs +2 -2
- data/sig/openai/models/comparison_filter.rbs +31 -0
- data/sig/openai/models/completion.rbs +32 -0
- data/sig/openai/models/completion_choice.rbs +9 -0
- data/sig/openai/models/completion_create_params.rbs +198 -0
- data/sig/openai/models/completion_usage.rbs +69 -0
- data/sig/openai/models/compound_filter.rbs +8 -0
- data/sig/openai/models/container_create_params.rbs +28 -0
- data/sig/openai/models/container_create_response.rbs +52 -0
- data/sig/openai/models/container_list_params.rbs +31 -0
- data/sig/openai/models/container_list_response.rbs +52 -0
- data/sig/openai/models/container_retrieve_response.rbs +52 -0
- data/sig/openai/models/containers/file_create_params.rbs +20 -0
- data/sig/openai/models/containers/file_create_response.rbs +21 -0
- data/sig/openai/models/containers/file_list_params.rbs +27 -0
- data/sig/openai/models/containers/file_list_response.rbs +21 -0
- data/sig/openai/models/containers/file_retrieve_response.rbs +21 -0
- data/sig/openai/models/content_provenance_check.rbs +69 -0
- data/sig/openai/models/content_provenance_check_create_params.rbs +11 -0
- data/sig/openai/models/conversations/computer_screenshot_content.rbs +29 -0
- data/sig/openai/models/conversations/conversation.rbs +22 -0
- data/sig/openai/models/conversations/conversation_create_params.rbs +18 -0
- data/sig/openai/models/conversations/conversation_item.rbs +211 -0
- data/sig/openai/models/conversations/conversation_item_list.rbs +15 -0
- data/sig/openai/models/conversations/conversation_update_params.rbs +11 -0
- data/sig/openai/models/conversations/item_create_params.rbs +13 -0
- data/sig/openai/models/conversations/item_list_params.rbs +79 -0
- data/sig/openai/models/conversations/item_retrieve_params.rbs +10 -0
- data/sig/openai/models/conversations/message.rbs +34 -0
- data/sig/openai/models/conversations/summary_text_content.rbs +6 -0
- data/sig/openai/models/create_embedding_response.rbs +18 -0
- data/sig/openai/models/custom_tool_input_format.rbs +12 -0
- data/sig/openai/models/embedding.rbs +13 -0
- data/sig/openai/models/embedding_create_params.rbs +54 -0
- data/sig/openai/models/error_object.rbs +15 -0
- data/sig/openai/models/eval_create_params.rbs +161 -0
- data/sig/openai/models/eval_create_response.rbs +96 -0
- data/sig/openai/models/eval_custom_data_source_config.rbs +8 -0
- data/sig/openai/models/eval_list_params.rbs +22 -0
- data/sig/openai/models/eval_list_response.rbs +96 -0
- data/sig/openai/models/eval_retrieve_response.rbs +96 -0
- data/sig/openai/models/eval_stored_completions_data_source_config.rbs +21 -0
- data/sig/openai/models/eval_update_params.rbs +17 -0
- data/sig/openai/models/eval_update_response.rbs +96 -0
- data/sig/openai/models/evals/create_eval_completions_run_data_source.rbs +180 -0
- data/sig/openai/models/evals/create_eval_jsonl_run_data_source.rbs +18 -0
- data/sig/openai/models/evals/eval_api_error.rbs +6 -0
- data/sig/openai/models/evals/run_cancel_response.rbs +363 -0
- data/sig/openai/models/evals/run_create_params.rbs +292 -0
- data/sig/openai/models/evals/run_create_response.rbs +363 -0
- data/sig/openai/models/evals/run_list_params.rbs +22 -0
- data/sig/openai/models/evals/run_list_response.rbs +363 -0
- data/sig/openai/models/evals/run_retrieve_response.rbs +363 -0
- data/sig/openai/models/evals/runs/output_item_list_params.rbs +22 -0
- data/sig/openai/models/evals/runs/output_item_list_response.rbs +102 -0
- data/sig/openai/models/evals/runs/output_item_retrieve_response.rbs +102 -0
- data/sig/openai/models/file_create_params.rbs +45 -0
- data/sig/openai/models/file_list_params.rbs +31 -0
- data/sig/openai/models/file_object.rbs +38 -0
- data/sig/openai/models/fine_tuning/alpha/grader_run_params.rbs +27 -0
- data/sig/openai/models/fine_tuning/alpha/grader_validate_params.rbs +3 -0
- data/sig/openai/models/fine_tuning/alpha/grader_validate_response.rbs +4 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_create_params.rbs +3 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_create_response.rbs +12 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_delete_response.rbs +9 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_list_params.rbs +16 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_list_response.rbs +12 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_retrieve_params.rbs +16 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_retrieve_response.rbs +12 -0
- data/sig/openai/models/fine_tuning/dpo_hyperparameters.rbs +28 -0
- data/sig/openai/models/fine_tuning/dpo_method.rbs +4 -0
- data/sig/openai/models/fine_tuning/fine_tuning_job.rbs +137 -0
- data/sig/openai/models/fine_tuning/fine_tuning_job_event.rbs +23 -0
- data/sig/openai/models/fine_tuning/fine_tuning_job_wandb_integration.rbs +25 -0
- data/sig/openai/models/fine_tuning/fine_tuning_job_wandb_integration_object.rbs +12 -0
- data/sig/openai/models/fine_tuning/job_create_params.rbs +191 -0
- data/sig/openai/models/fine_tuning/job_list_events_params.rbs +8 -0
- data/sig/openai/models/fine_tuning/job_list_params.rbs +13 -0
- data/sig/openai/models/fine_tuning/jobs/checkpoint_list_params.rbs +8 -0
- data/sig/openai/models/fine_tuning/jobs/fine_tuning_job_checkpoint.rbs +21 -0
- data/sig/openai/models/fine_tuning/reinforcement_hyperparameters.rbs +37 -0
- data/sig/openai/models/fine_tuning/reinforcement_method.rbs +7 -0
- data/sig/openai/models/fine_tuning/supervised_hyperparameters.rbs +21 -0
- data/sig/openai/models/fine_tuning/supervised_method.rbs +4 -0
- data/sig/openai/models/function_definition.rbs +45 -0
- data/sig/openai/models/graders/grader_input_item.rbs +19 -0
- data/sig/openai/models/graders/label_model_grader.rbs +48 -0
- data/sig/openai/models/graders/multi_grader.rbs +14 -0
- data/sig/openai/models/graders/python_grader.rbs +13 -0
- data/sig/openai/models/graders/score_model_grader.rbs +80 -0
- data/sig/openai/models/graders/string_check_grader.rbs +15 -0
- data/sig/openai/models/graders/text_similarity_grader.rbs +17 -0
- data/sig/openai/models/image.rbs +24 -0
- data/sig/openai/models/image_create_variation_params.rbs +43 -0
- data/sig/openai/models/image_edit_completed_event.rbs +44 -0
- data/sig/openai/models/image_edit_params.rbs +183 -0
- data/sig/openai/models/image_edit_partial_image_event.rbs +24 -0
- data/sig/openai/models/image_gen_completed_event.rbs +44 -0
- data/sig/openai/models/image_gen_partial_image_event.rbs +24 -0
- data/sig/openai/models/image_generate_params.rbs +148 -0
- data/sig/openai/models/image_input_reference_param.rbs +4 -0
- data/sig/openai/models/images_response.rbs +61 -0
- data/sig/openai/models/live/audio_format.rbs +18 -0
- data/sig/openai/models/live/client_config.rbs +3 -0
- data/sig/openai/models/live/client_delegation.rbs +3 -0
- data/sig/openai/models/live/commentary_append_event.rbs +22 -0
- data/sig/openai/models/live/commentary_appended_event.rbs +23 -0
- data/sig/openai/models/live/data_channel_config.rbs +23 -0
- data/sig/openai/models/live/delegation_created_event.rbs +43 -0
- data/sig/openai/models/live/error.rbs +19 -0
- data/sig/openai/models/live/error_event.rbs +16 -0
- data/sig/openai/models/live/fork_server_event.rbs +26 -0
- data/sig/openai/models/live/fork_session_config.rbs +48 -0
- data/sig/openai/models/live/fork_session_start_event.rbs +17 -0
- data/sig/openai/models/live/function_tool.rbs +17 -0
- data/sig/openai/models/live/info_event.rbs +19 -0
- data/sig/openai/models/live/initial_item.rbs +93 -0
- data/sig/openai/models/live/input_audio_append_event.rbs +19 -0
- data/sig/openai/models/live/input_audio_mute_event.rbs +8 -0
- data/sig/openai/models/live/input_audio_muted_event.rbs +13 -0
- data/sig/openai/models/live/input_audio_unmute_event.rbs +8 -0
- data/sig/openai/models/live/input_audio_unmuted_event.rbs +13 -0
- data/sig/openai/models/live/input_transcript_delta_event.rbs +28 -0
- data/sig/openai/models/live/instructions_append_event.rbs +20 -0
- data/sig/openai/models/live/instructions_appended_event.rbs +23 -0
- data/sig/openai/models/live/live_create_params.rbs +12 -0
- data/sig/openai/models/live/live_create_response.rbs +19 -0
- data/sig/openai/models/live/media_session_config.rbs +78 -0
- data/sig/openai/models/live/media_session_fork_config.rbs +31 -0
- data/sig/openai/models/live/output_audio_delta_event.rbs +25 -0
- data/sig/openai/models/live/output_transcript_delta_event.rbs +28 -0
- data/sig/openai/models/live/response_create_event.rbs +8 -0
- data/sig/openai/models/live/response_event.rbs +25 -0
- data/sig/openai/models/live/response_item_create_event.rbs +13 -0
- data/sig/openai/models/live/responses_delegation_config.rbs +59 -0
- data/sig/openai/models/live/responses_delegation_update_config.rbs +63 -0
- data/sig/openai/models/live/server_event.rbs +26 -0
- data/sig/openai/models/live/server_event_selector.rbs +10 -0
- data/sig/openai/models/live/session_accept_params.rbs +80 -0
- data/sig/openai/models/live/session_close_event.rbs +8 -0
- data/sig/openai/models/live/session_closed_event.rbs +28 -0
- data/sig/openai/models/live/session_config.rbs +85 -0
- data/sig/openai/models/live/session_download_recording_params.rbs +5 -0
- data/sig/openai/models/live/session_fork_params.rbs +16 -0
- data/sig/openai/models/live/session_fork_response.rbs +19 -0
- data/sig/openai/models/live/session_refer_params.rbs +5 -0
- data/sig/openai/models/live/session_reject_params.rbs +3 -0
- data/sig/openai/models/live/session_resource.rbs +100 -0
- data/sig/openai/models/live/session_start_event.rbs +15 -0
- data/sig/openai/models/live/session_started_event.rbs +16 -0
- data/sig/openai/models/live/session_update_config.rbs +15 -0
- data/sig/openai/models/live/session_update_event.rbs +15 -0
- data/sig/openai/models/live/session_updated_event.rbs +16 -0
- data/sig/openai/models/live/session_usage.rbs +5 -0
- data/sig/openai/models/live/session_usage_updated_event.rbs +28 -0
- data/sig/openai/models/live/thinking_append_event.rbs +22 -0
- data/sig/openai/models/live/thinking_appended_event.rbs +23 -0
- data/sig/openai/models/model.rbs +15 -0
- data/sig/openai/models/moderation.rbs +163 -0
- data/sig/openai/models/moderation_create_params.rbs +18 -0
- data/sig/openai/models/moderation_create_response.rbs +9 -0
- data/sig/openai/models/moderation_image_url_input.rbs +9 -0
- data/sig/openai/models/moderation_text_input.rbs +6 -0
- data/sig/openai/models/other_file_chunking_strategy_object.rbs +3 -0
- data/sig/openai/models/realtime/audio_transcription.rbs +72 -0
- data/sig/openai/models/realtime/call_accept_params.rbs +72 -0
- data/sig/openai/models/realtime/call_create_params.rbs +7 -0
- data/sig/openai/models/realtime/call_refer_params.rbs +5 -0
- data/sig/openai/models/realtime/call_reject_params.rbs +7 -0
- data/sig/openai/models/realtime/client_secret_create_params.rbs +40 -0
- data/sig/openai/models/realtime/client_secret_create_response.rbs +9 -0
- data/sig/openai/models/realtime/conversation_created_event.rbs +17 -0
- data/sig/openai/models/realtime/conversation_item_added.rbs +14 -0
- data/sig/openai/models/realtime/conversation_item_create_event.rbs +38 -0
- data/sig/openai/models/realtime/conversation_item_created_event.rbs +16 -0
- data/sig/openai/models/realtime/conversation_item_delete_event.rbs +10 -0
- data/sig/openai/models/realtime/conversation_item_deleted_event.rbs +9 -0
- data/sig/openai/models/realtime/conversation_item_done.rbs +14 -0
- data/sig/openai/models/realtime/conversation_item_input_audio_transcription_completed_event.rbs +60 -0
- data/sig/openai/models/realtime/conversation_item_input_audio_transcription_delta_event.rbs +30 -0
- data/sig/openai/models/realtime/conversation_item_input_audio_transcription_failed_event.rbs +31 -0
- data/sig/openai/models/realtime/conversation_item_input_audio_transcription_segment.rbs +27 -0
- data/sig/openai/models/realtime/conversation_item_retrieve_event.rbs +10 -0
- data/sig/openai/models/realtime/conversation_item_truncate_event.rbs +22 -0
- data/sig/openai/models/realtime/conversation_item_truncated_event.rbs +15 -0
- data/sig/openai/models/realtime/conversation_item_with_reference.rbs +111 -0
- data/sig/openai/models/realtime/input_audio_buffer_append_event.rbs +12 -0
- data/sig/openai/models/realtime/input_audio_buffer_clear_event.rbs +7 -0
- data/sig/openai/models/realtime/input_audio_buffer_cleared_event.rbs +6 -0
- data/sig/openai/models/realtime/input_audio_buffer_commit_event.rbs +7 -0
- data/sig/openai/models/realtime/input_audio_buffer_committed_event.rbs +14 -0
- data/sig/openai/models/realtime/input_audio_buffer_dtmf_event_received_event.rbs +9 -0
- data/sig/openai/models/realtime/input_audio_buffer_speech_started_event.rbs +18 -0
- data/sig/openai/models/realtime/input_audio_buffer_speech_stopped_event.rbs +16 -0
- data/sig/openai/models/realtime/input_audio_buffer_timeout_triggered.rbs +19 -0
- data/sig/openai/models/realtime/log_prob_properties.rbs +9 -0
- data/sig/openai/models/realtime/mcp_list_tools_completed.rbs +9 -0
- data/sig/openai/models/realtime/mcp_list_tools_failed.rbs +9 -0
- data/sig/openai/models/realtime/mcp_list_tools_in_progress.rbs +9 -0
- data/sig/openai/models/realtime/output_audio_buffer_clear_event.rbs +7 -0
- data/sig/openai/models/realtime/rate_limits_updated_event.rbs +25 -0
- data/sig/openai/models/realtime/realtime_audio_config_input.rbs +88 -0
- data/sig/openai/models/realtime/realtime_audio_config_output.rbs +48 -0
- data/sig/openai/models/realtime/realtime_audio_formats.rbs +16 -0
- data/sig/openai/models/realtime/realtime_audio_input_turn_detection.rbs +129 -0
- data/sig/openai/models/realtime/realtime_conversation_item_assistant_message.rbs +55 -0
- data/sig/openai/models/realtime/realtime_conversation_item_function_call.rbs +35 -0
- data/sig/openai/models/realtime/realtime_conversation_item_function_call_output.rbs +29 -0
- data/sig/openai/models/realtime/realtime_conversation_item_system_message.rbs +35 -0
- data/sig/openai/models/realtime/realtime_conversation_item_user_message.rbs +69 -0
- data/sig/openai/models/realtime/realtime_error.rbs +15 -0
- data/sig/openai/models/realtime/realtime_error_event.rbs +9 -0
- data/sig/openai/models/realtime/realtime_function_tool.rbs +19 -0
- data/sig/openai/models/realtime/realtime_mcp_approval_request.rbs +15 -0
- data/sig/openai/models/realtime/realtime_mcp_approval_response.rbs +15 -0
- data/sig/openai/models/realtime/realtime_mcp_list_tools.rbs +25 -0
- data/sig/openai/models/realtime/realtime_mcp_tool_call.rbs +24 -0
- data/sig/openai/models/realtime/realtime_reasoning.rbs +7 -0
- data/sig/openai/models/realtime/realtime_response.rbs +109 -0
- data/sig/openai/models/realtime/realtime_response_create_audio_output.rbs +26 -0
- data/sig/openai/models/realtime/realtime_response_create_mcp_tool.rbs +169 -0
- data/sig/openai/models/realtime/realtime_response_create_params.rbs +127 -0
- data/sig/openai/models/realtime/realtime_response_status.rbs +38 -0
- data/sig/openai/models/realtime/realtime_response_usage.rbs +38 -0
- data/sig/openai/models/realtime/realtime_response_usage_input_token_details.rbs +32 -0
- data/sig/openai/models/realtime/realtime_response_usage_output_token_details.rbs +8 -0
- data/sig/openai/models/realtime/realtime_server_event.rbs +36 -0
- data/sig/openai/models/realtime/realtime_session.rbs +373 -0
- data/sig/openai/models/realtime/realtime_session_create_request.rbs +178 -0
- data/sig/openai/models/realtime/realtime_session_create_response.rbs +602 -0
- data/sig/openai/models/realtime/realtime_tools_config_union.rbs +169 -0
- data/sig/openai/models/realtime/realtime_tracing_config.rbs +21 -0
- data/sig/openai/models/realtime/realtime_transcription_session_audio_input.rbs +88 -0
- data/sig/openai/models/realtime/realtime_transcription_session_audio_input_turn_detection.rbs +129 -0
- data/sig/openai/models/realtime/realtime_transcription_session_create_request.rbs +22 -0
- data/sig/openai/models/realtime/realtime_transcription_session_create_response.rbs +57 -0
- data/sig/openai/models/realtime/realtime_transcription_session_turn_detection.rbs +31 -0
- data/sig/openai/models/realtime/realtime_translation_client_secret_create_request.rbs +38 -0
- data/sig/openai/models/realtime/realtime_translation_client_secret_create_response.rbs +11 -0
- data/sig/openai/models/realtime/realtime_translation_input_audio_buffer_append_event.rbs +10 -0
- data/sig/openai/models/realtime/realtime_translation_input_transcript_delta_event.rbs +18 -0
- data/sig/openai/models/realtime/realtime_translation_output_audio_delta_event.rbs +28 -0
- data/sig/openai/models/realtime/realtime_translation_output_transcript_delta_event.rbs +18 -0
- data/sig/openai/models/realtime/realtime_translation_session.rbs +41 -0
- data/sig/openai/models/realtime/realtime_translation_session_close_event.rbs +7 -0
- data/sig/openai/models/realtime/realtime_translation_session_closed_event.rbs +6 -0
- data/sig/openai/models/realtime/realtime_translation_session_create_request.rbs +31 -0
- data/sig/openai/models/realtime/realtime_translation_session_created_event.rbs +9 -0
- data/sig/openai/models/realtime/realtime_translation_session_update_event.rbs +12 -0
- data/sig/openai/models/realtime/realtime_translation_session_update_request.rbs +28 -0
- data/sig/openai/models/realtime/realtime_translation_session_updated_event.rbs +9 -0
- data/sig/openai/models/realtime/realtime_truncation_retention_ratio.rbs +35 -0
- data/sig/openai/models/realtime/response_audio_delta_event.rbs +21 -0
- data/sig/openai/models/realtime/response_audio_done_event.rbs +18 -0
- data/sig/openai/models/realtime/response_audio_transcript_delta_event.rbs +21 -0
- data/sig/openai/models/realtime/response_audio_transcript_done_event.rbs +21 -0
- data/sig/openai/models/realtime/response_cancel_event.rbs +14 -0
- data/sig/openai/models/realtime/response_content_part_added_event.rbs +37 -0
- data/sig/openai/models/realtime/response_content_part_done_event.rbs +37 -0
- data/sig/openai/models/realtime/response_create_event.rbs +11 -0
- data/sig/openai/models/realtime/response_created_event.rbs +9 -0
- data/sig/openai/models/realtime/response_done_event.rbs +9 -0
- data/sig/openai/models/realtime/response_function_call_arguments_delta_event.rbs +21 -0
- data/sig/openai/models/realtime/response_function_call_arguments_done_event.rbs +24 -0
- data/sig/openai/models/realtime/response_mcp_call_arguments_delta.rbs +21 -0
- data/sig/openai/models/realtime/response_mcp_call_arguments_done.rbs +18 -0
- data/sig/openai/models/realtime/response_mcp_call_completed.rbs +12 -0
- data/sig/openai/models/realtime/response_mcp_call_failed.rbs +12 -0
- data/sig/openai/models/realtime/response_mcp_call_in_progress.rbs +12 -0
- data/sig/openai/models/realtime/response_output_item_added_event.rbs +15 -0
- data/sig/openai/models/realtime/response_output_item_done_event.rbs +15 -0
- data/sig/openai/models/realtime/response_text_delta_event.rbs +21 -0
- data/sig/openai/models/realtime/response_text_done_event.rbs +21 -0
- data/sig/openai/models/realtime/session_created_event.rbs +9 -0
- data/sig/openai/models/realtime/session_update_event.rbs +21 -0
- data/sig/openai/models/realtime/session_updated_event.rbs +9 -0
- data/sig/openai/models/realtime/transcription_session_update.rbs +107 -0
- data/sig/openai/models/realtime/transcription_session_updated_event.rbs +86 -0
- data/sig/openai/models/reasoning.rbs +60 -0
- data/sig/openai/models/response_format_json_object.rbs +3 -0
- data/sig/openai/models/response_format_json_schema.rbs +36 -0
- data/sig/openai/models/response_format_text.rbs +3 -0
- data/sig/openai/models/response_format_text_grammar.rbs +6 -0
- data/sig/openai/models/response_format_text_python.rbs +3 -0
- data/sig/openai/models/responses/apply_patch_tool.rbs +6 -0
- data/sig/openai/models/responses/compacted_response.rbs +19 -0
- data/sig/openai/models/responses/computer_action.rbs +126 -0
- data/sig/openai/models/responses/computer_tool.rbs +3 -0
- data/sig/openai/models/responses/computer_use_preview_tool.rbs +12 -0
- data/sig/openai/models/responses/container_auto.rbs +18 -0
- data/sig/openai/models/responses/container_network_policy_allowlist.rbs +10 -0
- data/sig/openai/models/responses/container_network_policy_disabled.rbs +3 -0
- data/sig/openai/models/responses/container_network_policy_domain_secret.rbs +9 -0
- data/sig/openai/models/responses/container_reference.rbs +6 -0
- data/sig/openai/models/responses/custom_tool.rbs +28 -0
- data/sig/openai/models/responses/easy_input_message.rbs +23 -0
- data/sig/openai/models/responses/file_search_tool.rbs +47 -0
- data/sig/openai/models/responses/function_shell_tool.rbs +6 -0
- data/sig/openai/models/responses/function_tool.rbs +29 -0
- data/sig/openai/models/responses/inline_skill.rbs +12 -0
- data/sig/openai/models/responses/inline_skill_source.rbs +9 -0
- data/sig/openai/models/responses/input_item_list_params.rbs +31 -0
- data/sig/openai/models/responses/input_token_count_params.rbs +146 -0
- data/sig/openai/models/responses/local_environment.rbs +7 -0
- data/sig/openai/models/responses/local_skill.rbs +9 -0
- data/sig/openai/models/responses/namespace_tool.rbs +38 -0
- data/sig/openai/models/responses/response.rbs +483 -0
- data/sig/openai/models/responses/response_apply_patch_tool_call.rbs +53 -0
- data/sig/openai/models/responses/response_apply_patch_tool_call_output.rbs +27 -0
- data/sig/openai/models/responses/response_audio_delta_event.rbs +9 -0
- data/sig/openai/models/responses/response_audio_done_event.rbs +6 -0
- data/sig/openai/models/responses/response_audio_transcript_delta_event.rbs +9 -0
- data/sig/openai/models/responses/response_audio_transcript_done_event.rbs +6 -0
- data/sig/openai/models/responses/response_code_interpreter_call_code_delta_event.rbs +17 -0
- data/sig/openai/models/responses/response_code_interpreter_call_code_done_event.rbs +15 -0
- data/sig/openai/models/responses/response_code_interpreter_call_completed_event.rbs +14 -0
- data/sig/openai/models/responses/response_code_interpreter_call_in_progress_event.rbs +14 -0
- data/sig/openai/models/responses/response_code_interpreter_call_interpreting_event.rbs +14 -0
- data/sig/openai/models/responses/response_code_interpreter_tool_call.rbs +34 -0
- data/sig/openai/models/responses/response_compact_params.rbs +121 -2
- data/sig/openai/models/responses/response_compaction_compacting_event.rbs +12 -0
- data/sig/openai/models/responses/response_compaction_item.rbs +13 -0
- data/sig/openai/models/responses/response_compaction_item_param.rbs +9 -0
- data/sig/openai/models/responses/response_completed_event.rbs +9 -0
- data/sig/openai/models/responses/response_computer_tool_call.rbs +163 -0
- data/sig/openai/models/responses/response_computer_tool_call_output_item.rbs +37 -0
- data/sig/openai/models/responses/response_computer_tool_call_output_screenshot.rbs +13 -0
- data/sig/openai/models/responses/response_configuration_update_item.rbs +15 -0
- data/sig/openai/models/responses/response_configuration_update_item_param.rbs +15 -0
- data/sig/openai/models/responses/response_container_reference.rbs +3 -0
- data/sig/openai/models/responses/response_content.rbs +6 -0
- data/sig/openai/models/responses/response_content_part_added_event.rbs +24 -0
- data/sig/openai/models/responses/response_content_part_done_event.rbs +24 -0
- data/sig/openai/models/responses/response_conversation_param.rbs +3 -0
- data/sig/openai/models/responses/response_create_params.rbs +539 -0
- data/sig/openai/models/responses/response_created_event.rbs +9 -0
- data/sig/openai/models/responses/response_custom_tool_call.rbs +30 -0
- data/sig/openai/models/responses/response_custom_tool_call_input_delta_event.rbs +15 -0
- data/sig/openai/models/responses/response_custom_tool_call_input_done_event.rbs +15 -0
- data/sig/openai/models/responses/response_custom_tool_call_item.rbs +29 -0
- data/sig/openai/models/responses/response_custom_tool_call_output.rbs +27 -0
- data/sig/openai/models/responses/response_custom_tool_call_output_item.rbs +24 -0
- data/sig/openai/models/responses/response_error.rbs +21 -0
- data/sig/openai/models/responses/response_error_event.rbs +15 -0
- data/sig/openai/models/responses/response_failed_event.rbs +9 -0
- data/sig/openai/models/responses/response_file_search_call_completed_event.rbs +12 -0
- data/sig/openai/models/responses/response_file_search_call_in_progress_event.rbs +12 -0
- data/sig/openai/models/responses/response_file_search_call_searching_event.rbs +12 -0
- data/sig/openai/models/responses/response_file_search_tool_call.rbs +44 -0
- data/sig/openai/models/responses/response_format_text_json_schema_config.rbs +31 -0
- data/sig/openai/models/responses/response_function_call_arguments_delta_event.rbs +15 -0
- data/sig/openai/models/responses/response_function_call_arguments_done_event.rbs +12 -0
- data/sig/openai/models/responses/response_function_shell_call_output_content.rbs +18 -0
- data/sig/openai/models/responses/response_function_shell_tool_call.rbs +38 -0
- data/sig/openai/models/responses/response_function_shell_tool_call_output.rbs +58 -0
- data/sig/openai/models/responses/response_function_tool_call.rbs +37 -0
- data/sig/openai/models/responses/response_function_tool_call_item.rbs +29 -0
- data/sig/openai/models/responses/response_function_tool_call_output_item.rbs +44 -0
- data/sig/openai/models/responses/response_function_web_search.rbs +50 -0
- data/sig/openai/models/responses/response_image_gen_call_completed_event.rbs +12 -0
- data/sig/openai/models/responses/response_image_gen_call_generating_event.rbs +12 -0
- data/sig/openai/models/responses/response_image_gen_call_in_progress_event.rbs +12 -0
- data/sig/openai/models/responses/response_image_gen_call_partial_image_event.rbs +36 -0
- data/sig/openai/models/responses/response_in_progress_event.rbs +9 -0
- data/sig/openai/models/responses/response_incomplete_event.rbs +9 -0
- data/sig/openai/models/responses/response_input_audio.rbs +9 -0
- data/sig/openai/models/responses/response_input_file.rbs +47 -0
- data/sig/openai/models/responses/response_input_file_content.rbs +41 -0
- data/sig/openai/models/responses/response_input_image.rbs +29 -0
- data/sig/openai/models/responses/response_input_image_content.rbs +26 -0
- data/sig/openai/models/responses/response_input_item.rbs +493 -0
- data/sig/openai/models/responses/response_input_message_item.rbs +21 -0
- data/sig/openai/models/responses/response_input_text.rbs +19 -0
- data/sig/openai/models/responses/response_input_text_content.rbs +16 -0
- data/sig/openai/models/responses/response_item.rbs +211 -0
- data/sig/openai/models/responses/response_item_list.rbs +15 -0
- data/sig/openai/models/responses/response_local_environment.rbs +3 -0
- data/sig/openai/models/responses/response_mcp_call_arguments_delta_event.rbs +17 -0
- data/sig/openai/models/responses/response_mcp_call_arguments_done_event.rbs +15 -0
- data/sig/openai/models/responses/response_mcp_call_completed_event.rbs +12 -0
- data/sig/openai/models/responses/response_mcp_call_failed_event.rbs +12 -0
- data/sig/openai/models/responses/response_mcp_call_in_progress_event.rbs +12 -0
- data/sig/openai/models/responses/response_mcp_list_tools_completed_event.rbs +12 -0
- data/sig/openai/models/responses/response_mcp_list_tools_failed_event.rbs +12 -0
- data/sig/openai/models/responses/response_mcp_list_tools_in_progress_event.rbs +12 -0
- data/sig/openai/models/responses/response_output_audio.rbs +9 -0
- data/sig/openai/models/responses/response_output_item.rbs +211 -0
- data/sig/openai/models/responses/response_output_item_added_event.rbs +18 -0
- data/sig/openai/models/responses/response_output_item_done_event.rbs +12 -0
- data/sig/openai/models/responses/response_output_message.rbs +26 -0
- data/sig/openai/models/responses/response_output_refusal.rbs +6 -0
- data/sig/openai/models/responses/response_output_text.rbs +63 -0
- data/sig/openai/models/responses/response_output_text_annotation_added_event.rbs +75 -0
- data/sig/openai/models/responses/response_prompt.rbs +13 -0
- data/sig/openai/models/responses/response_queued_event.rbs +9 -0
- data/sig/openai/models/responses/response_reasoning_item.rbs +49 -0
- data/sig/openai/models/responses/response_reasoning_summary_part_added_event.rbs +24 -0
- data/sig/openai/models/responses/response_reasoning_summary_part_done_event.rbs +31 -0
- data/sig/openai/models/responses/response_reasoning_summary_text_delta_event.rbs +18 -0
- data/sig/openai/models/responses/response_reasoning_summary_text_done_event.rbs +18 -0
- data/sig/openai/models/responses/response_reasoning_text_delta_event.rbs +18 -0
- data/sig/openai/models/responses/response_reasoning_text_done_event.rbs +18 -0
- data/sig/openai/models/responses/response_refusal_delta_event.rbs +18 -0
- data/sig/openai/models/responses/response_refusal_done_event.rbs +18 -0
- data/sig/openai/models/responses/response_retrieve_params.rbs +30 -0
- data/sig/openai/models/responses/response_shell_call_command_added_event.rbs +15 -0
- data/sig/openai/models/responses/response_shell_call_command_delta_event.rbs +19 -0
- data/sig/openai/models/responses/response_shell_call_command_done_event.rbs +15 -0
- data/sig/openai/models/responses/response_shell_call_output_content_delta_event.rbs +26 -0
- data/sig/openai/models/responses/response_shell_call_output_content_done_event.rbs +42 -0
- data/sig/openai/models/responses/response_steer_accepted_event.rbs +22 -0
- data/sig/openai/models/responses/response_steer_event.rbs +25 -0
- data/sig/openai/models/responses/response_steer_failed_event.rbs +78 -0
- data/sig/openai/models/responses/response_steer_input.rbs +52 -0
- data/sig/openai/models/responses/response_steer_pending_event.rbs +42 -0
- data/sig/openai/models/responses/response_text_config.rbs +49 -0
- data/sig/openai/models/responses/response_text_delta_event.rbs +39 -0
- data/sig/openai/models/responses/response_text_done_event.rbs +39 -0
- data/sig/openai/models/responses/response_tool_search_call.rbs +22 -0
- data/sig/openai/models/responses/response_tool_search_output_item.rbs +22 -0
- data/sig/openai/models/responses/response_tool_search_output_item_param.rbs +19 -0
- data/sig/openai/models/responses/response_usage.rbs +26 -0
- data/sig/openai/models/responses/response_web_search_call_completed_event.rbs +12 -0
- data/sig/openai/models/responses/response_web_search_call_in_progress_event.rbs +12 -0
- data/sig/openai/models/responses/response_web_search_call_searching_event.rbs +12 -0
- data/sig/openai/models/responses/responses_client_event.rbs +571 -0
- data/sig/openai/models/responses/responses_server_event.rbs +1010 -0
- data/sig/openai/models/responses/skill_reference.rbs +10 -0
- data/sig/openai/models/responses/tool.rbs +347 -0
- data/sig/openai/models/responses/tool_choice_allowed.rbs +39 -0
- data/sig/openai/models/responses/tool_choice_apply_patch.rbs +3 -0
- data/sig/openai/models/responses/tool_choice_custom.rbs +6 -0
- data/sig/openai/models/responses/tool_choice_function.rbs +6 -0
- data/sig/openai/models/responses/tool_choice_mcp.rbs +9 -0
- data/sig/openai/models/responses/tool_choice_shell.rbs +3 -0
- data/sig/openai/models/responses/tool_choice_types.rbs +25 -0
- data/sig/openai/models/responses/tool_search_tool.rbs +13 -0
- data/sig/openai/models/responses/web_search_preview_tool.rbs +34 -0
- data/sig/openai/models/responses/web_search_tool.rbs +55 -0
- data/sig/openai/models/safety/alert_retrieve_params.rbs +3 -0
- data/sig/openai/models/safety/case_retrieve_params.rbs +25 -0
- data/sig/openai/models/safety/safety_alert.rbs +10 -0
- data/sig/openai/models/safety/safety_case.rbs +75 -0
- data/sig/openai/models/skill.rbs +21 -0
- data/sig/openai/models/skill_create_params.rbs +16 -0
- data/sig/openai/models/skill_list.rbs +15 -0
- data/sig/openai/models/skill_list_params.rbs +15 -0
- data/sig/openai/models/skill_update_params.rbs +3 -0
- data/sig/openai/models/skills/deleted_skill_version.rbs +3 -0
- data/sig/openai/models/skills/skill_version.rbs +21 -0
- data/sig/openai/models/skills/skill_version_list.rbs +15 -0
- data/sig/openai/models/skills/version_create_params.rbs +20 -0
- data/sig/openai/models/skills/version_delete_params.rbs +3 -0
- data/sig/openai/models/skills/version_list_params.rbs +12 -0
- data/sig/openai/models/skills/version_retrieve_params.rbs +3 -0
- data/sig/openai/models/skills/versions/content_retrieve_params.rbs +3 -0
- data/sig/openai/models/static_file_chunking_strategy.rbs +12 -0
- data/sig/openai/models/static_file_chunking_strategy_object.rbs +3 -0
- data/sig/openai/models/static_file_chunking_strategy_object_param.rbs +3 -0
- data/sig/openai/models/upload.rbs +31 -0
- data/sig/openai/models/upload_complete_params.rbs +10 -0
- data/sig/openai/models/upload_create_params.rbs +41 -0
- data/sig/openai/models/uploads/part_create_params.rbs +11 -0
- data/sig/openai/models/uploads/upload_part.rbs +12 -0
- data/sig/openai/models/vector_store.rbs +68 -0
- data/sig/openai/models/vector_store_create_params.rbs +53 -0
- data/sig/openai/models/vector_store_list_params.rbs +40 -0
- data/sig/openai/models/vector_store_search_params.rbs +26 -0
- data/sig/openai/models/vector_store_search_response.rbs +29 -0
- data/sig/openai/models/vector_store_update_params.rbs +27 -0
- data/sig/openai/models/vector_stores/file_batch_create_params.rbs +85 -0
- data/sig/openai/models/vector_stores/file_batch_list_files_params.rbs +44 -0
- data/sig/openai/models/vector_stores/file_content_response.rbs +8 -0
- data/sig/openai/models/vector_stores/file_create_params.rbs +29 -0
- data/sig/openai/models/vector_stores/file_list_params.rbs +44 -0
- data/sig/openai/models/vector_stores/file_update_params.rbs +11 -0
- data/sig/openai/models/vector_stores/vector_store_file.rbs +56 -0
- data/sig/openai/models/vector_stores/vector_store_file_batch.rbs +40 -0
- data/sig/openai/models/video.rbs +41 -0
- data/sig/openai/models/video_create_character_params.rbs +14 -0
- data/sig/openai/models/video_create_character_response.rbs +9 -0
- data/sig/openai/models/video_create_error.rbs +21 -0
- data/sig/openai/models/video_create_params.rbs +37 -0
- data/sig/openai/models/video_delete_response.rbs +9 -0
- data/sig/openai/models/video_download_content_params.rbs +4 -0
- data/sig/openai/models/video_edit_params.rbs +17 -0
- data/sig/openai/models/video_extend_params.rbs +22 -0
- data/sig/openai/models/video_get_character_response.rbs +9 -0
- data/sig/openai/models/video_list_params.rbs +15 -0
- data/sig/openai/models/video_remix_params.rbs +3 -0
- data/sig/openai/models/webhooks/batch_cancelled_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/batch_completed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/batch_expired_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/batch_failed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/deleted_webhook_endpoint.rbs +37 -0
- data/sig/openai/models/webhooks/eval_run_canceled_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/eval_run_failed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/eval_run_succeeded_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/event_type_list_params.rbs +16 -0
- data/sig/openai/models/webhooks/fine_tuning_job_cancelled_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/fine_tuning_job_failed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/fine_tuning_job_succeeded_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/live_call_incoming_webhook_event.rbs +72 -3
- data/sig/openai/models/webhooks/live_transport_incoming_webhook_event.rbs +72 -2
- data/sig/openai/models/webhooks/realtime_call_incoming_webhook_event.rbs +72 -3
- data/sig/openai/models/webhooks/response_cancelled_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/response_completed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/response_failed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/response_incomplete_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/safety_alert_created_webhook_event.rbs +15 -0
- data/sig/openai/models/webhooks/safety_deactivation_issued_webhook_event.rbs +67 -0
- data/sig/openai/models/webhooks/safety_org_alert_created_webhook_event.rbs +15 -0
- data/sig/openai/models/webhooks/safety_warning_issued_webhook_event.rbs +67 -0
- data/sig/openai/models/webhooks/unwrap_webhook_event.rbs +2 -0
- data/sig/openai/models/webhooks/webhook_create_params.rbs +92 -0
- data/sig/openai/models/webhooks/webhook_delete_params.rbs +25 -0
- data/sig/openai/models/webhooks/webhook_endpoint.rbs +87 -0
- data/sig/openai/models/webhooks/webhook_endpoint_list.rbs +57 -0
- data/sig/openai/models/webhooks/webhook_endpoint_test_result.rbs +59 -0
- data/sig/openai/models/webhooks/webhook_endpoint_with_secret.rbs +97 -0
- data/sig/openai/models/webhooks/webhook_event_type_list.rbs +23 -0
- data/sig/openai/models/webhooks/webhook_list_params.rbs +42 -0
- data/sig/openai/models/webhooks/webhook_retrieve_params.rbs +25 -0
- data/sig/openai/models/webhooks/webhook_rotate_secret_params.rbs +42 -0
- data/sig/openai/models/webhooks/webhook_test_params.rbs +81 -0
- data/sig/openai/models/webhooks/webhook_update_params.rbs +108 -0
- data/sig/openai/resources/admin/organization/external_storage.rbs +40 -0
- data/sig/openai/resources/admin/organization.rbs +2 -0
- data/sig/openai/resources/safety/cases.rbs +14 -0
- data/sig/openai/resources/safety.rbs +2 -0
- data/sig/openai/resources/webhooks/event_types.rbs +13 -0
- data/sig/openai/resources/webhooks.rbs +48 -1
- metadata +100 -1
|
@@ -20,6 +20,8 @@ module OpenAI
|
|
|
20
20
|
?checkpoint_permission_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionDeleted,
|
|
21
21
|
?external_key_registered: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRegistered,
|
|
22
22
|
?external_key_removed: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRemoved,
|
|
23
|
+
?external_storage_registered: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered,
|
|
24
|
+
?external_storage_removed: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRemoved,
|
|
23
25
|
?group_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupCreated,
|
|
24
26
|
?group_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupDeleted,
|
|
25
27
|
?group_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupUpdated,
|
|
@@ -67,346 +69,611 @@ module OpenAI
|
|
|
67
69
|
}
|
|
68
70
|
|
|
69
71
|
class AuditLogListResponse < OpenAI::Internal::Type::BaseModel
|
|
72
|
+
# The ID of this log.
|
|
70
73
|
attr_accessor id: String
|
|
71
74
|
|
|
75
|
+
# The Unix timestamp (in seconds) of the event.
|
|
72
76
|
attr_accessor effective_at: Integer
|
|
73
77
|
|
|
78
|
+
# The event type.
|
|
74
79
|
attr_accessor type: OpenAI::Models::Admin::Organization::AuditLogListResponse::type_
|
|
75
80
|
|
|
81
|
+
# The actor who performed the audit logged action.
|
|
76
82
|
attr_accessor actor: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor?
|
|
77
83
|
|
|
84
|
+
# The details for events with this `type`.
|
|
78
85
|
attr_reader api_key_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyCreated?
|
|
79
86
|
|
|
87
|
+
# The details for events with this `type`.
|
|
80
88
|
def api_key_created=: (
|
|
81
89
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyCreated
|
|
82
90
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyCreated
|
|
83
91
|
|
|
92
|
+
# The details for events with this `type`.
|
|
84
93
|
attr_reader api_key_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyDeleted?
|
|
85
94
|
|
|
95
|
+
# The details for events with this `type`.
|
|
86
96
|
def api_key_deleted=: (
|
|
87
97
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyDeleted
|
|
88
98
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyDeleted
|
|
89
99
|
|
|
100
|
+
# The details for events with this `type`.
|
|
90
101
|
attr_reader api_key_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyUpdated?
|
|
91
102
|
|
|
103
|
+
# The details for events with this `type`.
|
|
92
104
|
def api_key_updated=: (
|
|
93
105
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyUpdated
|
|
94
106
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyUpdated
|
|
95
107
|
|
|
108
|
+
# The details for events with this `type`.
|
|
96
109
|
attr_reader certificate_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificateCreated?
|
|
97
110
|
|
|
111
|
+
# The details for events with this `type`.
|
|
98
112
|
def certificate_created=: (
|
|
99
113
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificateCreated
|
|
100
114
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificateCreated
|
|
101
115
|
|
|
116
|
+
# The details for events with this `type`.
|
|
102
117
|
attr_reader certificate_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificateDeleted?
|
|
103
118
|
|
|
119
|
+
# The details for events with this `type`.
|
|
104
120
|
def certificate_deleted=: (
|
|
105
121
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificateDeleted
|
|
106
122
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificateDeleted
|
|
107
123
|
|
|
124
|
+
# The details for events with this `type`.
|
|
108
125
|
attr_reader certificate_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificateUpdated?
|
|
109
126
|
|
|
127
|
+
# The details for events with this `type`.
|
|
110
128
|
def certificate_updated=: (
|
|
111
129
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificateUpdated
|
|
112
130
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificateUpdated
|
|
113
131
|
|
|
132
|
+
# The details for events with this `type`.
|
|
114
133
|
attr_reader certificates_activated: OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificatesActivated?
|
|
115
134
|
|
|
135
|
+
# The details for events with this `type`.
|
|
116
136
|
def certificates_activated=: (
|
|
117
137
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificatesActivated
|
|
118
138
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificatesActivated
|
|
119
139
|
|
|
140
|
+
# The details for events with this `type`.
|
|
120
141
|
attr_reader certificates_deactivated: OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificatesDeactivated?
|
|
121
142
|
|
|
143
|
+
# The details for events with this `type`.
|
|
122
144
|
def certificates_deactivated=: (
|
|
123
145
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificatesDeactivated
|
|
124
146
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificatesDeactivated
|
|
125
147
|
|
|
148
|
+
# The project and fine-tuned model checkpoint that the checkpoint permission was
|
|
149
|
+
# created for.
|
|
126
150
|
attr_reader checkpoint_permission_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionCreated?
|
|
127
151
|
|
|
152
|
+
# The project and fine-tuned model checkpoint that the checkpoint permission was
|
|
153
|
+
# created for.
|
|
128
154
|
def checkpoint_permission_created=: (
|
|
129
155
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionCreated
|
|
130
156
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionCreated
|
|
131
157
|
|
|
158
|
+
# The details for events with this `type`.
|
|
132
159
|
attr_reader checkpoint_permission_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionDeleted?
|
|
133
160
|
|
|
161
|
+
# The details for events with this `type`.
|
|
134
162
|
def checkpoint_permission_deleted=: (
|
|
135
163
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionDeleted
|
|
136
164
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionDeleted
|
|
137
165
|
|
|
166
|
+
# The details for events with this `type`.
|
|
138
167
|
attr_reader external_key_registered: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRegistered?
|
|
139
168
|
|
|
169
|
+
# The details for events with this `type`.
|
|
140
170
|
def external_key_registered=: (
|
|
141
171
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRegistered
|
|
142
172
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRegistered
|
|
143
173
|
|
|
174
|
+
# The details for events with this `type`.
|
|
144
175
|
attr_reader external_key_removed: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRemoved?
|
|
145
176
|
|
|
177
|
+
# The details for events with this `type`.
|
|
146
178
|
def external_key_removed=: (
|
|
147
179
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRemoved
|
|
148
180
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRemoved
|
|
149
181
|
|
|
182
|
+
# The details for events with this `type`.
|
|
183
|
+
attr_reader external_storage_registered: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered?
|
|
184
|
+
|
|
185
|
+
# The details for events with this `type`.
|
|
186
|
+
def external_storage_registered=: (
|
|
187
|
+
OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered
|
|
188
|
+
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered
|
|
189
|
+
|
|
190
|
+
# The details for events with this `type`.
|
|
191
|
+
attr_reader external_storage_removed: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRemoved?
|
|
192
|
+
|
|
193
|
+
# The details for events with this `type`.
|
|
194
|
+
def external_storage_removed=: (
|
|
195
|
+
OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRemoved
|
|
196
|
+
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRemoved
|
|
197
|
+
|
|
198
|
+
# The details for events with this `type`.
|
|
150
199
|
attr_reader group_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupCreated?
|
|
151
200
|
|
|
201
|
+
# The details for events with this `type`.
|
|
152
202
|
def group_created=: (
|
|
153
203
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupCreated
|
|
154
204
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupCreated
|
|
155
205
|
|
|
206
|
+
# The details for events with this `type`.
|
|
156
207
|
attr_reader group_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupDeleted?
|
|
157
208
|
|
|
209
|
+
# The details for events with this `type`.
|
|
158
210
|
def group_deleted=: (
|
|
159
211
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupDeleted
|
|
160
212
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupDeleted
|
|
161
213
|
|
|
214
|
+
# The details for events with this `type`.
|
|
162
215
|
attr_reader group_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupUpdated?
|
|
163
216
|
|
|
217
|
+
# The details for events with this `type`.
|
|
164
218
|
def group_updated=: (
|
|
165
219
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupUpdated
|
|
166
220
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupUpdated
|
|
167
221
|
|
|
222
|
+
# The details for events with this `type`.
|
|
168
223
|
attr_reader invite_accepted: OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteAccepted?
|
|
169
224
|
|
|
225
|
+
# The details for events with this `type`.
|
|
170
226
|
def invite_accepted=: (
|
|
171
227
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteAccepted
|
|
172
228
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteAccepted
|
|
173
229
|
|
|
230
|
+
# The details for events with this `type`.
|
|
174
231
|
attr_reader invite_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteDeleted?
|
|
175
232
|
|
|
233
|
+
# The details for events with this `type`.
|
|
176
234
|
def invite_deleted=: (
|
|
177
235
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteDeleted
|
|
178
236
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteDeleted
|
|
179
237
|
|
|
238
|
+
# The details for events with this `type`.
|
|
180
239
|
attr_reader invite_sent: OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteSent?
|
|
181
240
|
|
|
241
|
+
# The details for events with this `type`.
|
|
182
242
|
def invite_sent=: (
|
|
183
243
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteSent
|
|
184
244
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteSent
|
|
185
245
|
|
|
246
|
+
# The details for events with this `type`.
|
|
186
247
|
attr_reader ip_allowlist_config_activated: OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated?
|
|
187
248
|
|
|
249
|
+
# The details for events with this `type`.
|
|
188
250
|
def ip_allowlist_config_activated=: (
|
|
189
251
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated
|
|
190
252
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated
|
|
191
253
|
|
|
254
|
+
# The details for events with this `type`.
|
|
192
255
|
attr_reader ip_allowlist_config_deactivated: OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigDeactivated?
|
|
193
256
|
|
|
257
|
+
# The details for events with this `type`.
|
|
194
258
|
def ip_allowlist_config_deactivated=: (
|
|
195
259
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigDeactivated
|
|
196
260
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigDeactivated
|
|
197
261
|
|
|
262
|
+
# The details for events with this `type`.
|
|
198
263
|
attr_reader ip_allowlist_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistCreated?
|
|
199
264
|
|
|
265
|
+
# The details for events with this `type`.
|
|
200
266
|
def ip_allowlist_created=: (
|
|
201
267
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistCreated
|
|
202
268
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistCreated
|
|
203
269
|
|
|
270
|
+
# The details for events with this `type`.
|
|
204
271
|
attr_reader ip_allowlist_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistDeleted?
|
|
205
272
|
|
|
273
|
+
# The details for events with this `type`.
|
|
206
274
|
def ip_allowlist_deleted=: (
|
|
207
275
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistDeleted
|
|
208
276
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistDeleted
|
|
209
277
|
|
|
278
|
+
# The details for events with this `type`.
|
|
210
279
|
attr_reader ip_allowlist_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistUpdated?
|
|
211
280
|
|
|
281
|
+
# The details for events with this `type`.
|
|
212
282
|
def ip_allowlist_updated=: (
|
|
213
283
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistUpdated
|
|
214
284
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistUpdated
|
|
215
285
|
|
|
286
|
+
# The details for events with this `type`.
|
|
216
287
|
attr_reader login_failed: OpenAI::Models::Admin::Organization::AuditLogListResponse::LoginFailed?
|
|
217
288
|
|
|
289
|
+
# The details for events with this `type`.
|
|
218
290
|
def login_failed=: (
|
|
219
291
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::LoginFailed
|
|
220
292
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::LoginFailed
|
|
221
293
|
|
|
294
|
+
# This event has no additional fields beyond the standard audit log attributes.
|
|
222
295
|
attr_reader login_succeeded: top?
|
|
223
296
|
|
|
297
|
+
# This event has no additional fields beyond the standard audit log attributes.
|
|
224
298
|
def login_succeeded=: (top) -> top
|
|
225
299
|
|
|
300
|
+
# The details for events with this `type`.
|
|
226
301
|
attr_reader logout_failed: OpenAI::Models::Admin::Organization::AuditLogListResponse::LogoutFailed?
|
|
227
302
|
|
|
303
|
+
# The details for events with this `type`.
|
|
228
304
|
def logout_failed=: (
|
|
229
305
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::LogoutFailed
|
|
230
306
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::LogoutFailed
|
|
231
307
|
|
|
308
|
+
# This event has no additional fields beyond the standard audit log attributes.
|
|
232
309
|
attr_reader logout_succeeded: top?
|
|
233
310
|
|
|
311
|
+
# This event has no additional fields beyond the standard audit log attributes.
|
|
234
312
|
def logout_succeeded=: (top) -> top
|
|
235
313
|
|
|
314
|
+
# The details for events with this `type`.
|
|
236
315
|
attr_reader organization_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::OrganizationUpdated?
|
|
237
316
|
|
|
317
|
+
# The details for events with this `type`.
|
|
238
318
|
def organization_updated=: (
|
|
239
319
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::OrganizationUpdated
|
|
240
320
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::OrganizationUpdated
|
|
241
321
|
|
|
322
|
+
# The project that the action was scoped to. Absent for actions not scoped to
|
|
323
|
+
# projects. Note that any admin actions taken via Admin API keys are associated
|
|
324
|
+
# with the default project.
|
|
242
325
|
attr_reader project: OpenAI::Models::Admin::Organization::AuditLogListResponse::Project?
|
|
243
326
|
|
|
327
|
+
# The project that the action was scoped to. Absent for actions not scoped to
|
|
328
|
+
# projects. Note that any admin actions taken via Admin API keys are associated
|
|
329
|
+
# with the default project.
|
|
244
330
|
def project=: (
|
|
245
331
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::Project
|
|
246
332
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::Project
|
|
247
333
|
|
|
334
|
+
# The details for events with this `type`.
|
|
248
335
|
attr_reader project_archived: OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectArchived?
|
|
249
336
|
|
|
337
|
+
# The details for events with this `type`.
|
|
250
338
|
def project_archived=: (
|
|
251
339
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectArchived
|
|
252
340
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectArchived
|
|
253
341
|
|
|
342
|
+
# The details for events with this `type`.
|
|
254
343
|
attr_reader project_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectCreated?
|
|
255
344
|
|
|
345
|
+
# The details for events with this `type`.
|
|
256
346
|
def project_created=: (
|
|
257
347
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectCreated
|
|
258
348
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectCreated
|
|
259
349
|
|
|
350
|
+
# The details for events with this `type`.
|
|
260
351
|
attr_reader project_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectDeleted?
|
|
261
352
|
|
|
353
|
+
# The details for events with this `type`.
|
|
262
354
|
def project_deleted=: (
|
|
263
355
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectDeleted
|
|
264
356
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectDeleted
|
|
265
357
|
|
|
358
|
+
# The details for events with this `type`.
|
|
266
359
|
attr_reader project_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectUpdated?
|
|
267
360
|
|
|
361
|
+
# The details for events with this `type`.
|
|
268
362
|
def project_updated=: (
|
|
269
363
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectUpdated
|
|
270
364
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectUpdated
|
|
271
365
|
|
|
366
|
+
# The details for events with this `type`.
|
|
272
367
|
attr_reader rate_limit_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitDeleted?
|
|
273
368
|
|
|
369
|
+
# The details for events with this `type`.
|
|
274
370
|
def rate_limit_deleted=: (
|
|
275
371
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitDeleted
|
|
276
372
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitDeleted
|
|
277
373
|
|
|
374
|
+
# The details for events with this `type`.
|
|
278
375
|
attr_reader rate_limit_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated?
|
|
279
376
|
|
|
377
|
+
# The details for events with this `type`.
|
|
280
378
|
def rate_limit_updated=: (
|
|
281
379
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated
|
|
282
380
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated
|
|
283
381
|
|
|
382
|
+
# The details for events with this `type`.
|
|
284
383
|
attr_reader role_assignment_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleAssignmentCreated?
|
|
285
384
|
|
|
385
|
+
# The details for events with this `type`.
|
|
286
386
|
def role_assignment_created=: (
|
|
287
387
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleAssignmentCreated
|
|
288
388
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleAssignmentCreated
|
|
289
389
|
|
|
390
|
+
# The details for events with this `type`.
|
|
290
391
|
attr_reader role_assignment_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleAssignmentDeleted?
|
|
291
392
|
|
|
393
|
+
# The details for events with this `type`.
|
|
292
394
|
def role_assignment_deleted=: (
|
|
293
395
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleAssignmentDeleted
|
|
294
396
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleAssignmentDeleted
|
|
295
397
|
|
|
398
|
+
# The details for events with this `type`.
|
|
296
399
|
attr_reader role_bound_to_resource: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleBoundToResource?
|
|
297
400
|
|
|
401
|
+
# The details for events with this `type`.
|
|
298
402
|
def role_bound_to_resource=: (
|
|
299
403
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleBoundToResource
|
|
300
404
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleBoundToResource
|
|
301
405
|
|
|
406
|
+
# The details for events with this `type`.
|
|
302
407
|
attr_reader role_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleCreated?
|
|
303
408
|
|
|
409
|
+
# The details for events with this `type`.
|
|
304
410
|
def role_created=: (
|
|
305
411
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleCreated
|
|
306
412
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleCreated
|
|
307
413
|
|
|
414
|
+
# The details for events with this `type`.
|
|
308
415
|
attr_reader role_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleDeleted?
|
|
309
416
|
|
|
417
|
+
# The details for events with this `type`.
|
|
310
418
|
def role_deleted=: (
|
|
311
419
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleDeleted
|
|
312
420
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleDeleted
|
|
313
421
|
|
|
422
|
+
# The details for events with this `type`.
|
|
314
423
|
attr_reader role_unbound_from_resource: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUnboundFromResource?
|
|
315
424
|
|
|
425
|
+
# The details for events with this `type`.
|
|
316
426
|
def role_unbound_from_resource=: (
|
|
317
427
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUnboundFromResource
|
|
318
428
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUnboundFromResource
|
|
319
429
|
|
|
430
|
+
# The details for events with this `type`.
|
|
320
431
|
attr_reader role_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated?
|
|
321
432
|
|
|
433
|
+
# The details for events with this `type`.
|
|
322
434
|
def role_updated=: (
|
|
323
435
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated
|
|
324
436
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated
|
|
325
437
|
|
|
438
|
+
# The details for events with this `type`.
|
|
326
439
|
attr_reader scim_disabled: OpenAI::Models::Admin::Organization::AuditLogListResponse::ScimDisabled?
|
|
327
440
|
|
|
441
|
+
# The details for events with this `type`.
|
|
328
442
|
def scim_disabled=: (
|
|
329
443
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ScimDisabled
|
|
330
444
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ScimDisabled
|
|
331
445
|
|
|
446
|
+
# The details for events with this `type`.
|
|
332
447
|
attr_reader scim_enabled: OpenAI::Models::Admin::Organization::AuditLogListResponse::ScimEnabled?
|
|
333
448
|
|
|
449
|
+
# The details for events with this `type`.
|
|
334
450
|
def scim_enabled=: (
|
|
335
451
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ScimEnabled
|
|
336
452
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ScimEnabled
|
|
337
453
|
|
|
454
|
+
# The details for events with this `type`.
|
|
338
455
|
attr_reader service_account_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountCreated?
|
|
339
456
|
|
|
457
|
+
# The details for events with this `type`.
|
|
340
458
|
def service_account_created=: (
|
|
341
459
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountCreated
|
|
342
460
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountCreated
|
|
343
461
|
|
|
462
|
+
# The details for events with this `type`.
|
|
344
463
|
attr_reader service_account_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountDeleted?
|
|
345
464
|
|
|
465
|
+
# The details for events with this `type`.
|
|
346
466
|
def service_account_deleted=: (
|
|
347
467
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountDeleted
|
|
348
468
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountDeleted
|
|
349
469
|
|
|
470
|
+
# The details for events with this `type`.
|
|
350
471
|
attr_reader service_account_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated?
|
|
351
472
|
|
|
473
|
+
# The details for events with this `type`.
|
|
352
474
|
def service_account_updated=: (
|
|
353
475
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated
|
|
354
476
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated
|
|
355
477
|
|
|
478
|
+
# The details for events with this `type`.
|
|
356
479
|
attr_reader user_added: OpenAI::Models::Admin::Organization::AuditLogListResponse::UserAdded?
|
|
357
480
|
|
|
481
|
+
# The details for events with this `type`.
|
|
358
482
|
def user_added=: (
|
|
359
483
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::UserAdded
|
|
360
484
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::UserAdded
|
|
361
485
|
|
|
486
|
+
# The details for events with this `type`.
|
|
362
487
|
attr_reader user_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::UserDeleted?
|
|
363
488
|
|
|
489
|
+
# The details for events with this `type`.
|
|
364
490
|
def user_deleted=: (
|
|
365
491
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::UserDeleted
|
|
366
492
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::UserDeleted
|
|
367
493
|
|
|
494
|
+
# The details for events with this `type`.
|
|
368
495
|
attr_reader user_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::UserUpdated?
|
|
369
496
|
|
|
497
|
+
# The details for events with this `type`.
|
|
370
498
|
def user_updated=: (
|
|
371
499
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::UserUpdated
|
|
372
500
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::UserUpdated
|
|
373
501
|
|
|
502
|
+
# The details for events with this `type`.
|
|
374
503
|
attr_reader workload_identity_provider_mapping_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingCreated?
|
|
375
504
|
|
|
505
|
+
# The details for events with this `type`.
|
|
376
506
|
def workload_identity_provider_mapping_created=: (
|
|
377
507
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingCreated
|
|
378
508
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingCreated
|
|
379
509
|
|
|
510
|
+
# The details for events with this `type`.
|
|
380
511
|
attr_reader workload_identity_provider_mapping_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingDeleted?
|
|
381
512
|
|
|
513
|
+
# The details for events with this `type`.
|
|
382
514
|
def workload_identity_provider_mapping_deleted=: (
|
|
383
515
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingDeleted
|
|
384
516
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingDeleted
|
|
385
517
|
|
|
518
|
+
# The details for events with this `type`.
|
|
386
519
|
attr_reader workload_identity_provider_mapping_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingUpdated?
|
|
387
520
|
|
|
521
|
+
# The details for events with this `type`.
|
|
388
522
|
def workload_identity_provider_mapping_updated=: (
|
|
389
523
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingUpdated
|
|
390
524
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingUpdated
|
|
391
525
|
|
|
526
|
+
# The details for events with this `type`.
|
|
392
527
|
attr_reader workload_identity_provider_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderCreated?
|
|
393
528
|
|
|
529
|
+
# The details for events with this `type`.
|
|
394
530
|
def workload_identity_provider_created=: (
|
|
395
531
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderCreated
|
|
396
532
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderCreated
|
|
397
533
|
|
|
534
|
+
# The details for events with this `type`.
|
|
398
535
|
attr_reader workload_identity_provider_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderDeleted?
|
|
399
536
|
|
|
537
|
+
# The details for events with this `type`.
|
|
400
538
|
def workload_identity_provider_deleted=: (
|
|
401
539
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderDeleted
|
|
402
540
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderDeleted
|
|
403
541
|
|
|
542
|
+
# The details for events with this `type`.
|
|
404
543
|
attr_reader workload_identity_provider_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderUpdated?
|
|
405
544
|
|
|
545
|
+
# The details for events with this `type`.
|
|
406
546
|
def workload_identity_provider_updated=: (
|
|
407
547
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderUpdated
|
|
408
548
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderUpdated
|
|
409
549
|
|
|
550
|
+
# @param id
|
|
551
|
+
# The ID of this log.
|
|
552
|
+
# @param effective_at
|
|
553
|
+
# The Unix timestamp (in seconds) of the event.
|
|
554
|
+
# @param type
|
|
555
|
+
# The event type.
|
|
556
|
+
# @param actor
|
|
557
|
+
# The actor who performed the audit logged action.
|
|
558
|
+
# @param api_key_created
|
|
559
|
+
# The details for events with this `type`.
|
|
560
|
+
# @param api_key_deleted
|
|
561
|
+
# The details for events with this `type`.
|
|
562
|
+
# @param api_key_updated
|
|
563
|
+
# The details for events with this `type`.
|
|
564
|
+
# @param certificate_created
|
|
565
|
+
# The details for events with this `type`.
|
|
566
|
+
# @param certificate_deleted
|
|
567
|
+
# The details for events with this `type`.
|
|
568
|
+
# @param certificate_updated
|
|
569
|
+
# The details for events with this `type`.
|
|
570
|
+
# @param certificates_activated
|
|
571
|
+
# The details for events with this `type`.
|
|
572
|
+
# @param certificates_deactivated
|
|
573
|
+
# The details for events with this `type`.
|
|
574
|
+
# @param checkpoint_permission_created
|
|
575
|
+
# The project and fine-tuned model checkpoint that the checkpoint permission was
|
|
576
|
+
# created for.
|
|
577
|
+
# @param checkpoint_permission_deleted
|
|
578
|
+
# The details for events with this `type`.
|
|
579
|
+
# @param external_key_registered
|
|
580
|
+
# The details for events with this `type`.
|
|
581
|
+
# @param external_key_removed
|
|
582
|
+
# The details for events with this `type`.
|
|
583
|
+
# @param external_storage_registered
|
|
584
|
+
# The details for events with this `type`.
|
|
585
|
+
# @param external_storage_removed
|
|
586
|
+
# The details for events with this `type`.
|
|
587
|
+
# @param group_created
|
|
588
|
+
# The details for events with this `type`.
|
|
589
|
+
# @param group_deleted
|
|
590
|
+
# The details for events with this `type`.
|
|
591
|
+
# @param group_updated
|
|
592
|
+
# The details for events with this `type`.
|
|
593
|
+
# @param invite_accepted
|
|
594
|
+
# The details for events with this `type`.
|
|
595
|
+
# @param invite_deleted
|
|
596
|
+
# The details for events with this `type`.
|
|
597
|
+
# @param invite_sent
|
|
598
|
+
# The details for events with this `type`.
|
|
599
|
+
# @param ip_allowlist_config_activated
|
|
600
|
+
# The details for events with this `type`.
|
|
601
|
+
# @param ip_allowlist_config_deactivated
|
|
602
|
+
# The details for events with this `type`.
|
|
603
|
+
# @param ip_allowlist_created
|
|
604
|
+
# The details for events with this `type`.
|
|
605
|
+
# @param ip_allowlist_deleted
|
|
606
|
+
# The details for events with this `type`.
|
|
607
|
+
# @param ip_allowlist_updated
|
|
608
|
+
# The details for events with this `type`.
|
|
609
|
+
# @param login_failed
|
|
610
|
+
# The details for events with this `type`.
|
|
611
|
+
# @param login_succeeded
|
|
612
|
+
# This event has no additional fields beyond the standard audit log attributes.
|
|
613
|
+
# @param logout_failed
|
|
614
|
+
# The details for events with this `type`.
|
|
615
|
+
# @param logout_succeeded
|
|
616
|
+
# This event has no additional fields beyond the standard audit log attributes.
|
|
617
|
+
# @param organization_updated
|
|
618
|
+
# The details for events with this `type`.
|
|
619
|
+
# @param project
|
|
620
|
+
# The project that the action was scoped to. Absent for actions not scoped to
|
|
621
|
+
# projects. Note that any admin actions taken via Admin API keys are associated
|
|
622
|
+
# with the default project.
|
|
623
|
+
# @param project_archived
|
|
624
|
+
# The details for events with this `type`.
|
|
625
|
+
# @param project_created
|
|
626
|
+
# The details for events with this `type`.
|
|
627
|
+
# @param project_deleted
|
|
628
|
+
# The details for events with this `type`.
|
|
629
|
+
# @param project_updated
|
|
630
|
+
# The details for events with this `type`.
|
|
631
|
+
# @param rate_limit_deleted
|
|
632
|
+
# The details for events with this `type`.
|
|
633
|
+
# @param rate_limit_updated
|
|
634
|
+
# The details for events with this `type`.
|
|
635
|
+
# @param role_assignment_created
|
|
636
|
+
# The details for events with this `type`.
|
|
637
|
+
# @param role_assignment_deleted
|
|
638
|
+
# The details for events with this `type`.
|
|
639
|
+
# @param role_bound_to_resource
|
|
640
|
+
# The details for events with this `type`.
|
|
641
|
+
# @param role_created
|
|
642
|
+
# The details for events with this `type`.
|
|
643
|
+
# @param role_deleted
|
|
644
|
+
# The details for events with this `type`.
|
|
645
|
+
# @param role_unbound_from_resource
|
|
646
|
+
# The details for events with this `type`.
|
|
647
|
+
# @param role_updated
|
|
648
|
+
# The details for events with this `type`.
|
|
649
|
+
# @param scim_disabled
|
|
650
|
+
# The details for events with this `type`.
|
|
651
|
+
# @param scim_enabled
|
|
652
|
+
# The details for events with this `type`.
|
|
653
|
+
# @param service_account_created
|
|
654
|
+
# The details for events with this `type`.
|
|
655
|
+
# @param service_account_deleted
|
|
656
|
+
# The details for events with this `type`.
|
|
657
|
+
# @param service_account_updated
|
|
658
|
+
# The details for events with this `type`.
|
|
659
|
+
# @param user_added
|
|
660
|
+
# The details for events with this `type`.
|
|
661
|
+
# @param user_deleted
|
|
662
|
+
# The details for events with this `type`.
|
|
663
|
+
# @param user_updated
|
|
664
|
+
# The details for events with this `type`.
|
|
665
|
+
# @param workload_identity_provider_mapping_created
|
|
666
|
+
# The details for events with this `type`.
|
|
667
|
+
# @param workload_identity_provider_mapping_deleted
|
|
668
|
+
# The details for events with this `type`.
|
|
669
|
+
# @param workload_identity_provider_mapping_updated
|
|
670
|
+
# The details for events with this `type`.
|
|
671
|
+
# @param workload_identity_provider_created
|
|
672
|
+
# The details for events with this `type`.
|
|
673
|
+
# @param workload_identity_provider_deleted
|
|
674
|
+
# The details for events with this `type`.
|
|
675
|
+
# @param workload_identity_provider_updated
|
|
676
|
+
# The details for events with this `type`.
|
|
410
677
|
def initialize: (
|
|
411
678
|
id: String,
|
|
412
679
|
effective_at: Integer,
|
|
@@ -424,6 +691,8 @@ module OpenAI
|
|
|
424
691
|
?checkpoint_permission_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionDeleted,
|
|
425
692
|
?external_key_registered: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRegistered,
|
|
426
693
|
?external_key_removed: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRemoved,
|
|
694
|
+
?external_storage_registered: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered,
|
|
695
|
+
?external_storage_removed: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRemoved,
|
|
427
696
|
?group_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupCreated,
|
|
428
697
|
?group_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupDeleted,
|
|
429
698
|
?group_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupUpdated,
|
|
@@ -487,6 +756,8 @@ module OpenAI
|
|
|
487
756
|
?checkpoint_permission_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionDeleted,
|
|
488
757
|
?external_key_registered: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRegistered,
|
|
489
758
|
?external_key_removed: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalKeyRemoved,
|
|
759
|
+
?external_storage_registered: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered,
|
|
760
|
+
?external_storage_removed: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRemoved,
|
|
490
761
|
?group_created: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupCreated,
|
|
491
762
|
?group_deleted: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupDeleted,
|
|
492
763
|
?group_updated: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupUpdated,
|
|
@@ -546,6 +817,8 @@ module OpenAI
|
|
|
546
817
|
| :"checkpoint.permission.deleted"
|
|
547
818
|
| :"external_key.registered"
|
|
548
819
|
| :"external_key.removed"
|
|
820
|
+
| :"external_storage.registered"
|
|
821
|
+
| :"external_storage.removed"
|
|
549
822
|
| :"group.created"
|
|
550
823
|
| :"group.updated"
|
|
551
824
|
| :"group.deleted"
|
|
@@ -697,6 +970,8 @@ module OpenAI
|
|
|
697
970
|
CHECKPOINT_PERMISSION_DELETED: :"checkpoint.permission.deleted"
|
|
698
971
|
EXTERNAL_KEY_REGISTERED: :"external_key.registered"
|
|
699
972
|
EXTERNAL_KEY_REMOVED: :"external_key.removed"
|
|
973
|
+
EXTERNAL_STORAGE_REGISTERED: :"external_storage.registered"
|
|
974
|
+
EXTERNAL_STORAGE_REMOVED: :"external_storage.removed"
|
|
700
975
|
GROUP_CREATED: :"group.created"
|
|
701
976
|
GROUP_UPDATED: :"group.updated"
|
|
702
977
|
GROUP_DELETED: :"group.deleted"
|
|
@@ -844,24 +1119,36 @@ module OpenAI
|
|
|
844
1119
|
}
|
|
845
1120
|
|
|
846
1121
|
class Actor < OpenAI::Internal::Type::BaseModel
|
|
1122
|
+
# The API Key used to perform the audit logged action.
|
|
847
1123
|
attr_reader api_key: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey?
|
|
848
1124
|
|
|
1125
|
+
# The API Key used to perform the audit logged action.
|
|
849
1126
|
def api_key=: (
|
|
850
1127
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey
|
|
851
1128
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey
|
|
852
1129
|
|
|
1130
|
+
# The session in which the audit logged action was performed.
|
|
853
1131
|
attr_reader session: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::Session?
|
|
854
1132
|
|
|
1133
|
+
# The session in which the audit logged action was performed.
|
|
855
1134
|
def session=: (
|
|
856
1135
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::Session
|
|
857
1136
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::Session
|
|
858
1137
|
|
|
1138
|
+
# The type of actor. Is either `session` or `api_key`.
|
|
859
1139
|
attr_reader type: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::type_?
|
|
860
1140
|
|
|
1141
|
+
# The type of actor. Is either `session` or `api_key`.
|
|
861
1142
|
def type=: (
|
|
862
1143
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::type_
|
|
863
1144
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::type_
|
|
864
1145
|
|
|
1146
|
+
# @param api_key
|
|
1147
|
+
# The API Key used to perform the audit logged action.
|
|
1148
|
+
# @param session
|
|
1149
|
+
# The session in which the audit logged action was performed.
|
|
1150
|
+
# @param type
|
|
1151
|
+
# The type of actor. Is either `session` or `api_key`.
|
|
865
1152
|
def initialize: (
|
|
866
1153
|
?api_key: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey,
|
|
867
1154
|
?session: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::Session,
|
|
@@ -883,28 +1170,44 @@ module OpenAI
|
|
|
883
1170
|
}
|
|
884
1171
|
|
|
885
1172
|
class APIKey < OpenAI::Internal::Type::BaseModel
|
|
1173
|
+
# The tracking id of the API key.
|
|
886
1174
|
attr_reader id: String?
|
|
887
1175
|
|
|
1176
|
+
# The tracking id of the API key.
|
|
888
1177
|
def id=: (String) -> String
|
|
889
1178
|
|
|
1179
|
+
# The service account that performed the audit logged action.
|
|
890
1180
|
attr_reader service_account: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey::ServiceAccount?
|
|
891
1181
|
|
|
1182
|
+
# The service account that performed the audit logged action.
|
|
892
1183
|
def service_account=: (
|
|
893
1184
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey::ServiceAccount
|
|
894
1185
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey::ServiceAccount
|
|
895
1186
|
|
|
1187
|
+
# The type of API key. Can be either `user` or `service_account`.
|
|
896
1188
|
attr_reader type: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey::type_?
|
|
897
1189
|
|
|
1190
|
+
# The type of API key. Can be either `user` or `service_account`.
|
|
898
1191
|
def type=: (
|
|
899
1192
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey::type_
|
|
900
1193
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey::type_
|
|
901
1194
|
|
|
1195
|
+
# The user who performed the audit logged action.
|
|
902
1196
|
attr_reader user: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey::User?
|
|
903
1197
|
|
|
1198
|
+
# The user who performed the audit logged action.
|
|
904
1199
|
def user=: (
|
|
905
1200
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey::User
|
|
906
1201
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey::User
|
|
907
1202
|
|
|
1203
|
+
# @param id
|
|
1204
|
+
# The tracking id of the API key.
|
|
1205
|
+
# @param service_account
|
|
1206
|
+
# The service account that performed the audit logged action.
|
|
1207
|
+
# @param type
|
|
1208
|
+
# The type of API key. Can be either `user` or `service_account`.
|
|
1209
|
+
# @param user
|
|
1210
|
+
# The user who performed the audit logged action.
|
|
908
1211
|
def initialize: (
|
|
909
1212
|
?id: String,
|
|
910
1213
|
?service_account: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::APIKey::ServiceAccount,
|
|
@@ -922,10 +1225,14 @@ module OpenAI
|
|
|
922
1225
|
type service_account = { ?id: String }
|
|
923
1226
|
|
|
924
1227
|
class ServiceAccount < OpenAI::Internal::Type::BaseModel
|
|
1228
|
+
# The service account id.
|
|
925
1229
|
attr_reader id: String?
|
|
926
1230
|
|
|
1231
|
+
# The service account id.
|
|
927
1232
|
def id=: (String) -> String
|
|
928
1233
|
|
|
1234
|
+
# @param id
|
|
1235
|
+
# The service account id.
|
|
929
1236
|
def initialize: (?id: String) -> void
|
|
930
1237
|
|
|
931
1238
|
def to_hash: -> { ?id: String }
|
|
@@ -945,14 +1252,22 @@ module OpenAI
|
|
|
945
1252
|
type user = { ?id: String, ?email: String }
|
|
946
1253
|
|
|
947
1254
|
class User < OpenAI::Internal::Type::BaseModel
|
|
1255
|
+
# The user id.
|
|
948
1256
|
attr_reader id: String?
|
|
949
1257
|
|
|
1258
|
+
# The user id.
|
|
950
1259
|
def id=: (String) -> String
|
|
951
1260
|
|
|
1261
|
+
# The user email.
|
|
952
1262
|
attr_reader email: String?
|
|
953
1263
|
|
|
1264
|
+
# The user email.
|
|
954
1265
|
def email=: (String) -> String
|
|
955
1266
|
|
|
1267
|
+
# @param id
|
|
1268
|
+
# The user id.
|
|
1269
|
+
# @param email
|
|
1270
|
+
# The user email.
|
|
956
1271
|
def initialize: (?id: String, ?email: String) -> void
|
|
957
1272
|
|
|
958
1273
|
def to_hash: -> { ?id: String, ?email: String }
|
|
@@ -966,16 +1281,24 @@ module OpenAI
|
|
|
966
1281
|
}
|
|
967
1282
|
|
|
968
1283
|
class Session < OpenAI::Internal::Type::BaseModel
|
|
1284
|
+
# The IP address from which the action was performed.
|
|
969
1285
|
attr_reader ip_address: String?
|
|
970
1286
|
|
|
1287
|
+
# The IP address from which the action was performed.
|
|
971
1288
|
def ip_address=: (String) -> String
|
|
972
1289
|
|
|
1290
|
+
# The user who performed the audit logged action.
|
|
973
1291
|
attr_reader user: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::Session::User?
|
|
974
1292
|
|
|
1293
|
+
# The user who performed the audit logged action.
|
|
975
1294
|
def user=: (
|
|
976
1295
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::Session::User
|
|
977
1296
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::Session::User
|
|
978
1297
|
|
|
1298
|
+
# @param ip_address
|
|
1299
|
+
# The IP address from which the action was performed.
|
|
1300
|
+
# @param user
|
|
1301
|
+
# The user who performed the audit logged action.
|
|
979
1302
|
def initialize: (
|
|
980
1303
|
?ip_address: String,
|
|
981
1304
|
?user: OpenAI::Models::Admin::Organization::AuditLogListResponse::Actor::Session::User
|
|
@@ -989,14 +1312,22 @@ module OpenAI
|
|
|
989
1312
|
type user = { ?id: String, ?email: String }
|
|
990
1313
|
|
|
991
1314
|
class User < OpenAI::Internal::Type::BaseModel
|
|
1315
|
+
# The user id.
|
|
992
1316
|
attr_reader id: String?
|
|
993
1317
|
|
|
1318
|
+
# The user id.
|
|
994
1319
|
def id=: (String) -> String
|
|
995
1320
|
|
|
1321
|
+
# The user email.
|
|
996
1322
|
attr_reader email: String?
|
|
997
1323
|
|
|
1324
|
+
# The user email.
|
|
998
1325
|
def email=: (String) -> String
|
|
999
1326
|
|
|
1327
|
+
# @param id
|
|
1328
|
+
# The user id.
|
|
1329
|
+
# @param email
|
|
1330
|
+
# The user email.
|
|
1000
1331
|
def initialize: (?id: String, ?email: String) -> void
|
|
1001
1332
|
|
|
1002
1333
|
def to_hash: -> { ?id: String, ?email: String }
|
|
@@ -1022,16 +1353,24 @@ module OpenAI
|
|
|
1022
1353
|
}
|
|
1023
1354
|
|
|
1024
1355
|
class APIKeyCreated < OpenAI::Internal::Type::BaseModel
|
|
1356
|
+
# The tracking ID of the API key.
|
|
1025
1357
|
attr_reader id: String?
|
|
1026
1358
|
|
|
1359
|
+
# The tracking ID of the API key.
|
|
1027
1360
|
def id=: (String) -> String
|
|
1028
1361
|
|
|
1362
|
+
# The payload used to create the API key.
|
|
1029
1363
|
attr_reader data: OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyCreated::Data?
|
|
1030
1364
|
|
|
1365
|
+
# The payload used to create the API key.
|
|
1031
1366
|
def data=: (
|
|
1032
1367
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyCreated::Data
|
|
1033
1368
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyCreated::Data
|
|
1034
1369
|
|
|
1370
|
+
# @param id
|
|
1371
|
+
# The tracking ID of the API key.
|
|
1372
|
+
# @param data
|
|
1373
|
+
# The payload used to create the API key.
|
|
1035
1374
|
def initialize: (
|
|
1036
1375
|
?id: String,
|
|
1037
1376
|
?data: OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyCreated::Data
|
|
@@ -1045,10 +1384,14 @@ module OpenAI
|
|
|
1045
1384
|
type data = { ?scopes: ::Array[String] }
|
|
1046
1385
|
|
|
1047
1386
|
class Data < OpenAI::Internal::Type::BaseModel
|
|
1387
|
+
# A list of scopes allowed for the API key, e.g. `["api.model.request"]`
|
|
1048
1388
|
attr_reader scopes: ::Array[String]?
|
|
1049
1389
|
|
|
1390
|
+
# A list of scopes allowed for the API key, e.g. `["api.model.request"]`
|
|
1050
1391
|
def scopes=: (::Array[String]) -> ::Array[String]
|
|
1051
1392
|
|
|
1393
|
+
# @param scopes
|
|
1394
|
+
# A list of scopes allowed for the API key, e.g. `["api.model.request"]`
|
|
1052
1395
|
def initialize: (?scopes: ::Array[String]) -> void
|
|
1053
1396
|
|
|
1054
1397
|
def to_hash: -> { ?scopes: ::Array[String] }
|
|
@@ -1058,10 +1401,14 @@ module OpenAI
|
|
|
1058
1401
|
type api_key_deleted = { ?id: String }
|
|
1059
1402
|
|
|
1060
1403
|
class APIKeyDeleted < OpenAI::Internal::Type::BaseModel
|
|
1404
|
+
# The tracking ID of the API key.
|
|
1061
1405
|
attr_reader id: String?
|
|
1062
1406
|
|
|
1407
|
+
# The tracking ID of the API key.
|
|
1063
1408
|
def id=: (String) -> String
|
|
1064
1409
|
|
|
1410
|
+
# @param id
|
|
1411
|
+
# The tracking ID of the API key.
|
|
1065
1412
|
def initialize: (?id: String) -> void
|
|
1066
1413
|
|
|
1067
1414
|
def to_hash: -> { ?id: String }
|
|
@@ -1074,16 +1421,24 @@ module OpenAI
|
|
|
1074
1421
|
}
|
|
1075
1422
|
|
|
1076
1423
|
class APIKeyUpdated < OpenAI::Internal::Type::BaseModel
|
|
1424
|
+
# The tracking ID of the API key.
|
|
1077
1425
|
attr_reader id: String?
|
|
1078
1426
|
|
|
1427
|
+
# The tracking ID of the API key.
|
|
1079
1428
|
def id=: (String) -> String
|
|
1080
1429
|
|
|
1430
|
+
# The payload used to update the API key.
|
|
1081
1431
|
attr_reader changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyUpdated::ChangesRequested?
|
|
1082
1432
|
|
|
1433
|
+
# The payload used to update the API key.
|
|
1083
1434
|
def changes_requested=: (
|
|
1084
1435
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyUpdated::ChangesRequested
|
|
1085
1436
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyUpdated::ChangesRequested
|
|
1086
1437
|
|
|
1438
|
+
# @param id
|
|
1439
|
+
# The tracking ID of the API key.
|
|
1440
|
+
# @param changes_requested
|
|
1441
|
+
# The payload used to update the API key.
|
|
1087
1442
|
def initialize: (
|
|
1088
1443
|
?id: String,
|
|
1089
1444
|
?changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::APIKeyUpdated::ChangesRequested
|
|
@@ -1097,10 +1452,14 @@ module OpenAI
|
|
|
1097
1452
|
type changes_requested = { ?scopes: ::Array[String] }
|
|
1098
1453
|
|
|
1099
1454
|
class ChangesRequested < OpenAI::Internal::Type::BaseModel
|
|
1455
|
+
# A list of scopes allowed for the API key, e.g. `["api.model.request"]`
|
|
1100
1456
|
attr_reader scopes: ::Array[String]?
|
|
1101
1457
|
|
|
1458
|
+
# A list of scopes allowed for the API key, e.g. `["api.model.request"]`
|
|
1102
1459
|
def scopes=: (::Array[String]) -> ::Array[String]
|
|
1103
1460
|
|
|
1461
|
+
# @param scopes
|
|
1462
|
+
# A list of scopes allowed for the API key, e.g. `["api.model.request"]`
|
|
1104
1463
|
def initialize: (?scopes: ::Array[String]) -> void
|
|
1105
1464
|
|
|
1106
1465
|
def to_hash: -> { ?scopes: ::Array[String] }
|
|
@@ -1110,14 +1469,22 @@ module OpenAI
|
|
|
1110
1469
|
type certificate_created = { ?id: String, ?name: String }
|
|
1111
1470
|
|
|
1112
1471
|
class CertificateCreated < OpenAI::Internal::Type::BaseModel
|
|
1472
|
+
# The certificate ID.
|
|
1113
1473
|
attr_reader id: String?
|
|
1114
1474
|
|
|
1475
|
+
# The certificate ID.
|
|
1115
1476
|
def id=: (String) -> String
|
|
1116
1477
|
|
|
1478
|
+
# The name of the certificate.
|
|
1117
1479
|
attr_reader name: String?
|
|
1118
1480
|
|
|
1481
|
+
# The name of the certificate.
|
|
1119
1482
|
def name=: (String) -> String
|
|
1120
1483
|
|
|
1484
|
+
# @param id
|
|
1485
|
+
# The certificate ID.
|
|
1486
|
+
# @param name
|
|
1487
|
+
# The name of the certificate.
|
|
1121
1488
|
def initialize: (?id: String, ?name: String) -> void
|
|
1122
1489
|
|
|
1123
1490
|
def to_hash: -> { ?id: String, ?name: String }
|
|
@@ -1127,18 +1494,30 @@ module OpenAI
|
|
|
1127
1494
|
{ ?id: String, ?certificate: String, ?name: String }
|
|
1128
1495
|
|
|
1129
1496
|
class CertificateDeleted < OpenAI::Internal::Type::BaseModel
|
|
1497
|
+
# The certificate ID.
|
|
1130
1498
|
attr_reader id: String?
|
|
1131
1499
|
|
|
1500
|
+
# The certificate ID.
|
|
1132
1501
|
def id=: (String) -> String
|
|
1133
1502
|
|
|
1503
|
+
# The certificate content in PEM format.
|
|
1134
1504
|
attr_reader certificate: String?
|
|
1135
1505
|
|
|
1506
|
+
# The certificate content in PEM format.
|
|
1136
1507
|
def certificate=: (String) -> String
|
|
1137
1508
|
|
|
1509
|
+
# The name of the certificate.
|
|
1138
1510
|
attr_reader name: String?
|
|
1139
1511
|
|
|
1512
|
+
# The name of the certificate.
|
|
1140
1513
|
def name=: (String) -> String
|
|
1141
1514
|
|
|
1515
|
+
# @param id
|
|
1516
|
+
# The certificate ID.
|
|
1517
|
+
# @param certificate
|
|
1518
|
+
# The certificate content in PEM format.
|
|
1519
|
+
# @param name
|
|
1520
|
+
# The name of the certificate.
|
|
1142
1521
|
def initialize: (
|
|
1143
1522
|
?id: String,
|
|
1144
1523
|
?certificate: String,
|
|
@@ -1151,14 +1530,22 @@ module OpenAI
|
|
|
1151
1530
|
type certificate_updated = { ?id: String, ?name: String }
|
|
1152
1531
|
|
|
1153
1532
|
class CertificateUpdated < OpenAI::Internal::Type::BaseModel
|
|
1533
|
+
# The certificate ID.
|
|
1154
1534
|
attr_reader id: String?
|
|
1155
1535
|
|
|
1536
|
+
# The certificate ID.
|
|
1156
1537
|
def id=: (String) -> String
|
|
1157
1538
|
|
|
1539
|
+
# The name of the certificate.
|
|
1158
1540
|
attr_reader name: String?
|
|
1159
1541
|
|
|
1542
|
+
# The name of the certificate.
|
|
1160
1543
|
def name=: (String) -> String
|
|
1161
1544
|
|
|
1545
|
+
# @param id
|
|
1546
|
+
# The certificate ID.
|
|
1547
|
+
# @param name
|
|
1548
|
+
# The name of the certificate.
|
|
1162
1549
|
def initialize: (?id: String, ?name: String) -> void
|
|
1163
1550
|
|
|
1164
1551
|
def to_hash: -> { ?id: String, ?name: String }
|
|
@@ -1187,14 +1574,22 @@ module OpenAI
|
|
|
1187
1574
|
type certificate = { ?id: String, ?name: String }
|
|
1188
1575
|
|
|
1189
1576
|
class Certificate < OpenAI::Internal::Type::BaseModel
|
|
1577
|
+
# The certificate ID.
|
|
1190
1578
|
attr_reader id: String?
|
|
1191
1579
|
|
|
1580
|
+
# The certificate ID.
|
|
1192
1581
|
def id=: (String) -> String
|
|
1193
1582
|
|
|
1583
|
+
# The name of the certificate.
|
|
1194
1584
|
attr_reader name: String?
|
|
1195
1585
|
|
|
1586
|
+
# The name of the certificate.
|
|
1196
1587
|
def name=: (String) -> String
|
|
1197
1588
|
|
|
1589
|
+
# @param id
|
|
1590
|
+
# The certificate ID.
|
|
1591
|
+
# @param name
|
|
1592
|
+
# The name of the certificate.
|
|
1198
1593
|
def initialize: (?id: String, ?name: String) -> void
|
|
1199
1594
|
|
|
1200
1595
|
def to_hash: -> { ?id: String, ?name: String }
|
|
@@ -1224,14 +1619,22 @@ module OpenAI
|
|
|
1224
1619
|
type certificate = { ?id: String, ?name: String }
|
|
1225
1620
|
|
|
1226
1621
|
class Certificate < OpenAI::Internal::Type::BaseModel
|
|
1622
|
+
# The certificate ID.
|
|
1227
1623
|
attr_reader id: String?
|
|
1228
1624
|
|
|
1625
|
+
# The certificate ID.
|
|
1229
1626
|
def id=: (String) -> String
|
|
1230
1627
|
|
|
1628
|
+
# The name of the certificate.
|
|
1231
1629
|
attr_reader name: String?
|
|
1232
1630
|
|
|
1631
|
+
# The name of the certificate.
|
|
1233
1632
|
def name=: (String) -> String
|
|
1234
1633
|
|
|
1634
|
+
# @param id
|
|
1635
|
+
# The certificate ID.
|
|
1636
|
+
# @param name
|
|
1637
|
+
# The name of the certificate.
|
|
1235
1638
|
def initialize: (?id: String, ?name: String) -> void
|
|
1236
1639
|
|
|
1237
1640
|
def to_hash: -> { ?id: String, ?name: String }
|
|
@@ -1245,16 +1648,24 @@ module OpenAI
|
|
|
1245
1648
|
}
|
|
1246
1649
|
|
|
1247
1650
|
class CheckpointPermissionCreated < OpenAI::Internal::Type::BaseModel
|
|
1651
|
+
# The ID of the checkpoint permission.
|
|
1248
1652
|
attr_reader id: String?
|
|
1249
1653
|
|
|
1654
|
+
# The ID of the checkpoint permission.
|
|
1250
1655
|
def id=: (String) -> String
|
|
1251
1656
|
|
|
1657
|
+
# The payload used to create the checkpoint permission.
|
|
1252
1658
|
attr_reader data: OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionCreated::Data?
|
|
1253
1659
|
|
|
1660
|
+
# The payload used to create the checkpoint permission.
|
|
1254
1661
|
def data=: (
|
|
1255
1662
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionCreated::Data
|
|
1256
1663
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionCreated::Data
|
|
1257
1664
|
|
|
1665
|
+
# @param id
|
|
1666
|
+
# The ID of the checkpoint permission.
|
|
1667
|
+
# @param data
|
|
1668
|
+
# The payload used to create the checkpoint permission.
|
|
1258
1669
|
def initialize: (
|
|
1259
1670
|
?id: String,
|
|
1260
1671
|
?data: OpenAI::Models::Admin::Organization::AuditLogListResponse::CheckpointPermissionCreated::Data
|
|
@@ -1269,14 +1680,22 @@ module OpenAI
|
|
|
1269
1680
|
{ ?fine_tuned_model_checkpoint: String, ?project_id: String }
|
|
1270
1681
|
|
|
1271
1682
|
class Data < OpenAI::Internal::Type::BaseModel
|
|
1683
|
+
# The ID of the fine-tuned model checkpoint.
|
|
1272
1684
|
attr_reader fine_tuned_model_checkpoint: String?
|
|
1273
1685
|
|
|
1686
|
+
# The ID of the fine-tuned model checkpoint.
|
|
1274
1687
|
def fine_tuned_model_checkpoint=: (String) -> String
|
|
1275
1688
|
|
|
1689
|
+
# The ID of the project that the checkpoint permission was created for.
|
|
1276
1690
|
attr_reader project_id: String?
|
|
1277
1691
|
|
|
1692
|
+
# The ID of the project that the checkpoint permission was created for.
|
|
1278
1693
|
def project_id=: (String) -> String
|
|
1279
1694
|
|
|
1695
|
+
# @param fine_tuned_model_checkpoint
|
|
1696
|
+
# The ID of the fine-tuned model checkpoint.
|
|
1697
|
+
# @param project_id
|
|
1698
|
+
# The ID of the project that the checkpoint permission was created for.
|
|
1280
1699
|
def initialize: (
|
|
1281
1700
|
?fine_tuned_model_checkpoint: String,
|
|
1282
1701
|
?project_id: String
|
|
@@ -1292,10 +1711,14 @@ module OpenAI
|
|
|
1292
1711
|
type checkpoint_permission_deleted = { ?id: String }
|
|
1293
1712
|
|
|
1294
1713
|
class CheckpointPermissionDeleted < OpenAI::Internal::Type::BaseModel
|
|
1714
|
+
# The ID of the checkpoint permission.
|
|
1295
1715
|
attr_reader id: String?
|
|
1296
1716
|
|
|
1717
|
+
# The ID of the checkpoint permission.
|
|
1297
1718
|
def id=: (String) -> String
|
|
1298
1719
|
|
|
1720
|
+
# @param id
|
|
1721
|
+
# The ID of the checkpoint permission.
|
|
1299
1722
|
def initialize: (?id: String) -> void
|
|
1300
1723
|
|
|
1301
1724
|
def to_hash: -> { ?id: String }
|
|
@@ -1304,14 +1727,22 @@ module OpenAI
|
|
|
1304
1727
|
type external_key_registered = { ?id: String, ?data: top }
|
|
1305
1728
|
|
|
1306
1729
|
class ExternalKeyRegistered < OpenAI::Internal::Type::BaseModel
|
|
1730
|
+
# The ID of the external key configuration.
|
|
1307
1731
|
attr_reader id: String?
|
|
1308
1732
|
|
|
1733
|
+
# The ID of the external key configuration.
|
|
1309
1734
|
def id=: (String) -> String
|
|
1310
1735
|
|
|
1736
|
+
# The configuration for the external key.
|
|
1311
1737
|
attr_reader data: top?
|
|
1312
1738
|
|
|
1739
|
+
# The configuration for the external key.
|
|
1313
1740
|
def data=: (top) -> top
|
|
1314
1741
|
|
|
1742
|
+
# @param id
|
|
1743
|
+
# The ID of the external key configuration.
|
|
1744
|
+
# @param data
|
|
1745
|
+
# The configuration for the external key.
|
|
1315
1746
|
def initialize: (?id: String, ?data: top) -> void
|
|
1316
1747
|
|
|
1317
1748
|
def to_hash: -> { ?id: String, ?data: top }
|
|
@@ -1320,10 +1751,112 @@ module OpenAI
|
|
|
1320
1751
|
type external_key_removed = { ?id: String }
|
|
1321
1752
|
|
|
1322
1753
|
class ExternalKeyRemoved < OpenAI::Internal::Type::BaseModel
|
|
1754
|
+
# The ID of the external key configuration.
|
|
1755
|
+
attr_reader id: String?
|
|
1756
|
+
|
|
1757
|
+
# The ID of the external key configuration.
|
|
1758
|
+
def id=: (String) -> String
|
|
1759
|
+
|
|
1760
|
+
# @param id
|
|
1761
|
+
# The ID of the external key configuration.
|
|
1762
|
+
def initialize: (?id: String) -> void
|
|
1763
|
+
|
|
1764
|
+
def to_hash: -> { ?id: String }
|
|
1765
|
+
end
|
|
1766
|
+
|
|
1767
|
+
type external_storage_registered =
|
|
1768
|
+
{
|
|
1769
|
+
?id: String,
|
|
1770
|
+
?data: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
class ExternalStorageRegistered < OpenAI::Internal::Type::BaseModel
|
|
1774
|
+
# The ID of the external storage configuration.
|
|
1775
|
+
attr_reader id: String?
|
|
1776
|
+
|
|
1777
|
+
# The ID of the external storage configuration.
|
|
1778
|
+
def id=: (String) -> String
|
|
1779
|
+
|
|
1780
|
+
# The configuration for the external storage.
|
|
1781
|
+
attr_reader data: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data?
|
|
1782
|
+
|
|
1783
|
+
# The configuration for the external storage.
|
|
1784
|
+
def data=: (
|
|
1785
|
+
OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data
|
|
1786
|
+
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data
|
|
1787
|
+
|
|
1788
|
+
# @param id
|
|
1789
|
+
# The ID of the external storage configuration.
|
|
1790
|
+
# @param data
|
|
1791
|
+
# The configuration for the external storage.
|
|
1792
|
+
def initialize: (
|
|
1793
|
+
?id: String,
|
|
1794
|
+
?data: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data
|
|
1795
|
+
) -> void
|
|
1796
|
+
|
|
1797
|
+
def to_hash: -> {
|
|
1798
|
+
?id: String,
|
|
1799
|
+
?data: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
type data =
|
|
1803
|
+
{
|
|
1804
|
+
?geography: String,
|
|
1805
|
+
?provider: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data::provider
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
class Data < OpenAI::Internal::Type::BaseModel
|
|
1809
|
+
# The OpenAI geography derived from the storage region.
|
|
1810
|
+
attr_reader geography: String?
|
|
1811
|
+
|
|
1812
|
+
# The OpenAI geography derived from the storage region.
|
|
1813
|
+
def geography=: (String) -> String
|
|
1814
|
+
|
|
1815
|
+
# The external storage provider configuration.
|
|
1816
|
+
attr_reader provider: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data::provider?
|
|
1817
|
+
|
|
1818
|
+
# The external storage provider configuration.
|
|
1819
|
+
def provider=: (
|
|
1820
|
+
OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data::provider
|
|
1821
|
+
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data::provider
|
|
1822
|
+
|
|
1823
|
+
# @param geography
|
|
1824
|
+
# The OpenAI geography derived from the storage region.
|
|
1825
|
+
# @param provider
|
|
1826
|
+
# The external storage provider configuration.
|
|
1827
|
+
def initialize: (
|
|
1828
|
+
?geography: String,
|
|
1829
|
+
?provider: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data::provider
|
|
1830
|
+
) -> void
|
|
1831
|
+
|
|
1832
|
+
def to_hash: -> {
|
|
1833
|
+
?geography: String,
|
|
1834
|
+
?provider: OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data::provider
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
type provider =
|
|
1838
|
+
OpenAI::Admin::Organization::AwsExternalStorageProvider
|
|
1839
|
+
| OpenAI::Admin::Organization::AzureExternalStorageProvider
|
|
1840
|
+
|
|
1841
|
+
module Provider
|
|
1842
|
+
extend OpenAI::Internal::Type::Union
|
|
1843
|
+
|
|
1844
|
+
def self?.variants: -> ::Array[OpenAI::Models::Admin::Organization::AuditLogListResponse::ExternalStorageRegistered::Data::provider]
|
|
1845
|
+
end
|
|
1846
|
+
end
|
|
1847
|
+
end
|
|
1848
|
+
|
|
1849
|
+
type external_storage_removed = { ?id: String }
|
|
1850
|
+
|
|
1851
|
+
class ExternalStorageRemoved < OpenAI::Internal::Type::BaseModel
|
|
1852
|
+
# The ID of the external storage configuration.
|
|
1323
1853
|
attr_reader id: String?
|
|
1324
1854
|
|
|
1855
|
+
# The ID of the external storage configuration.
|
|
1325
1856
|
def id=: (String) -> String
|
|
1326
1857
|
|
|
1858
|
+
# @param id
|
|
1859
|
+
# The ID of the external storage configuration.
|
|
1327
1860
|
def initialize: (?id: String) -> void
|
|
1328
1861
|
|
|
1329
1862
|
def to_hash: -> { ?id: String }
|
|
@@ -1336,16 +1869,24 @@ module OpenAI
|
|
|
1336
1869
|
}
|
|
1337
1870
|
|
|
1338
1871
|
class GroupCreated < OpenAI::Internal::Type::BaseModel
|
|
1872
|
+
# The ID of the group.
|
|
1339
1873
|
attr_reader id: String?
|
|
1340
1874
|
|
|
1875
|
+
# The ID of the group.
|
|
1341
1876
|
def id=: (String) -> String
|
|
1342
1877
|
|
|
1878
|
+
# Information about the created group.
|
|
1343
1879
|
attr_reader data: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupCreated::Data?
|
|
1344
1880
|
|
|
1881
|
+
# Information about the created group.
|
|
1345
1882
|
def data=: (
|
|
1346
1883
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupCreated::Data
|
|
1347
1884
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupCreated::Data
|
|
1348
1885
|
|
|
1886
|
+
# @param id
|
|
1887
|
+
# The ID of the group.
|
|
1888
|
+
# @param data
|
|
1889
|
+
# Information about the created group.
|
|
1349
1890
|
def initialize: (
|
|
1350
1891
|
?id: String,
|
|
1351
1892
|
?data: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupCreated::Data
|
|
@@ -1359,10 +1900,14 @@ module OpenAI
|
|
|
1359
1900
|
type data = { ?group_name: String }
|
|
1360
1901
|
|
|
1361
1902
|
class Data < OpenAI::Internal::Type::BaseModel
|
|
1903
|
+
# The group name.
|
|
1362
1904
|
attr_reader group_name: String?
|
|
1363
1905
|
|
|
1906
|
+
# The group name.
|
|
1364
1907
|
def group_name=: (String) -> String
|
|
1365
1908
|
|
|
1909
|
+
# @param group_name
|
|
1910
|
+
# The group name.
|
|
1366
1911
|
def initialize: (?group_name: String) -> void
|
|
1367
1912
|
|
|
1368
1913
|
def to_hash: -> { ?group_name: String }
|
|
@@ -1372,10 +1917,14 @@ module OpenAI
|
|
|
1372
1917
|
type group_deleted = { ?id: String }
|
|
1373
1918
|
|
|
1374
1919
|
class GroupDeleted < OpenAI::Internal::Type::BaseModel
|
|
1920
|
+
# The ID of the group.
|
|
1375
1921
|
attr_reader id: String?
|
|
1376
1922
|
|
|
1923
|
+
# The ID of the group.
|
|
1377
1924
|
def id=: (String) -> String
|
|
1378
1925
|
|
|
1926
|
+
# @param id
|
|
1927
|
+
# The ID of the group.
|
|
1379
1928
|
def initialize: (?id: String) -> void
|
|
1380
1929
|
|
|
1381
1930
|
def to_hash: -> { ?id: String }
|
|
@@ -1388,16 +1937,24 @@ module OpenAI
|
|
|
1388
1937
|
}
|
|
1389
1938
|
|
|
1390
1939
|
class GroupUpdated < OpenAI::Internal::Type::BaseModel
|
|
1940
|
+
# The ID of the group.
|
|
1391
1941
|
attr_reader id: String?
|
|
1392
1942
|
|
|
1943
|
+
# The ID of the group.
|
|
1393
1944
|
def id=: (String) -> String
|
|
1394
1945
|
|
|
1946
|
+
# The payload used to update the group.
|
|
1395
1947
|
attr_reader changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupUpdated::ChangesRequested?
|
|
1396
1948
|
|
|
1949
|
+
# The payload used to update the group.
|
|
1397
1950
|
def changes_requested=: (
|
|
1398
1951
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupUpdated::ChangesRequested
|
|
1399
1952
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupUpdated::ChangesRequested
|
|
1400
1953
|
|
|
1954
|
+
# @param id
|
|
1955
|
+
# The ID of the group.
|
|
1956
|
+
# @param changes_requested
|
|
1957
|
+
# The payload used to update the group.
|
|
1401
1958
|
def initialize: (
|
|
1402
1959
|
?id: String,
|
|
1403
1960
|
?changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::GroupUpdated::ChangesRequested
|
|
@@ -1411,10 +1968,14 @@ module OpenAI
|
|
|
1411
1968
|
type changes_requested = { ?group_name: String }
|
|
1412
1969
|
|
|
1413
1970
|
class ChangesRequested < OpenAI::Internal::Type::BaseModel
|
|
1971
|
+
# The updated group name.
|
|
1414
1972
|
attr_reader group_name: String?
|
|
1415
1973
|
|
|
1974
|
+
# The updated group name.
|
|
1416
1975
|
def group_name=: (String) -> String
|
|
1417
1976
|
|
|
1977
|
+
# @param group_name
|
|
1978
|
+
# The updated group name.
|
|
1418
1979
|
def initialize: (?group_name: String) -> void
|
|
1419
1980
|
|
|
1420
1981
|
def to_hash: -> { ?group_name: String }
|
|
@@ -1424,10 +1985,14 @@ module OpenAI
|
|
|
1424
1985
|
type invite_accepted = { ?id: String }
|
|
1425
1986
|
|
|
1426
1987
|
class InviteAccepted < OpenAI::Internal::Type::BaseModel
|
|
1988
|
+
# The ID of the invite.
|
|
1427
1989
|
attr_reader id: String?
|
|
1428
1990
|
|
|
1991
|
+
# The ID of the invite.
|
|
1429
1992
|
def id=: (String) -> String
|
|
1430
1993
|
|
|
1994
|
+
# @param id
|
|
1995
|
+
# The ID of the invite.
|
|
1431
1996
|
def initialize: (?id: String) -> void
|
|
1432
1997
|
|
|
1433
1998
|
def to_hash: -> { ?id: String }
|
|
@@ -1436,10 +2001,14 @@ module OpenAI
|
|
|
1436
2001
|
type invite_deleted = { ?id: String }
|
|
1437
2002
|
|
|
1438
2003
|
class InviteDeleted < OpenAI::Internal::Type::BaseModel
|
|
2004
|
+
# The ID of the invite.
|
|
1439
2005
|
attr_reader id: String?
|
|
1440
2006
|
|
|
2007
|
+
# The ID of the invite.
|
|
1441
2008
|
def id=: (String) -> String
|
|
1442
2009
|
|
|
2010
|
+
# @param id
|
|
2011
|
+
# The ID of the invite.
|
|
1443
2012
|
def initialize: (?id: String) -> void
|
|
1444
2013
|
|
|
1445
2014
|
def to_hash: -> { ?id: String }
|
|
@@ -1452,16 +2021,24 @@ module OpenAI
|
|
|
1452
2021
|
}
|
|
1453
2022
|
|
|
1454
2023
|
class InviteSent < OpenAI::Internal::Type::BaseModel
|
|
2024
|
+
# The ID of the invite.
|
|
1455
2025
|
attr_reader id: String?
|
|
1456
2026
|
|
|
2027
|
+
# The ID of the invite.
|
|
1457
2028
|
def id=: (String) -> String
|
|
1458
2029
|
|
|
2030
|
+
# The payload used to create the invite.
|
|
1459
2031
|
attr_reader data: OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteSent::Data?
|
|
1460
2032
|
|
|
2033
|
+
# The payload used to create the invite.
|
|
1461
2034
|
def data=: (
|
|
1462
2035
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteSent::Data
|
|
1463
2036
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteSent::Data
|
|
1464
2037
|
|
|
2038
|
+
# @param id
|
|
2039
|
+
# The ID of the invite.
|
|
2040
|
+
# @param data
|
|
2041
|
+
# The payload used to create the invite.
|
|
1465
2042
|
def initialize: (
|
|
1466
2043
|
?id: String,
|
|
1467
2044
|
?data: OpenAI::Models::Admin::Organization::AuditLogListResponse::InviteSent::Data
|
|
@@ -1475,14 +2052,22 @@ module OpenAI
|
|
|
1475
2052
|
type data = { ?email: String, ?role: String }
|
|
1476
2053
|
|
|
1477
2054
|
class Data < OpenAI::Internal::Type::BaseModel
|
|
2055
|
+
# The email invited to the organization.
|
|
1478
2056
|
attr_reader email: String?
|
|
1479
2057
|
|
|
2058
|
+
# The email invited to the organization.
|
|
1480
2059
|
def email=: (String) -> String
|
|
1481
2060
|
|
|
2061
|
+
# The role the email was invited to be. Is either `owner` or `member`.
|
|
1482
2062
|
attr_reader role: String?
|
|
1483
2063
|
|
|
2064
|
+
# The role the email was invited to be. Is either `owner` or `member`.
|
|
1484
2065
|
def role=: (String) -> String
|
|
1485
2066
|
|
|
2067
|
+
# @param email
|
|
2068
|
+
# The email invited to the organization.
|
|
2069
|
+
# @param role
|
|
2070
|
+
# The role the email was invited to be. Is either `owner` or `member`.
|
|
1486
2071
|
def initialize: (?email: String, ?role: String) -> void
|
|
1487
2072
|
|
|
1488
2073
|
def to_hash: -> { ?email: String, ?role: String }
|
|
@@ -1495,12 +2080,16 @@ module OpenAI
|
|
|
1495
2080
|
}
|
|
1496
2081
|
|
|
1497
2082
|
class IPAllowlistConfigActivated < OpenAI::Internal::Type::BaseModel
|
|
2083
|
+
# The configurations that were activated.
|
|
1498
2084
|
attr_reader configs: ::Array[OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated::Config]?
|
|
1499
2085
|
|
|
2086
|
+
# The configurations that were activated.
|
|
1500
2087
|
def configs=: (
|
|
1501
2088
|
::Array[OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated::Config]
|
|
1502
2089
|
) -> ::Array[OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated::Config]
|
|
1503
2090
|
|
|
2091
|
+
# @param configs
|
|
2092
|
+
# The configurations that were activated.
|
|
1504
2093
|
def initialize: (
|
|
1505
2094
|
?configs: ::Array[OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigActivated::Config]
|
|
1506
2095
|
) -> void
|
|
@@ -1512,14 +2101,22 @@ module OpenAI
|
|
|
1512
2101
|
type config = { ?id: String, ?name: String }
|
|
1513
2102
|
|
|
1514
2103
|
class Config < OpenAI::Internal::Type::BaseModel
|
|
2104
|
+
# The ID of the IP allowlist configuration.
|
|
1515
2105
|
attr_reader id: String?
|
|
1516
2106
|
|
|
2107
|
+
# The ID of the IP allowlist configuration.
|
|
1517
2108
|
def id=: (String) -> String
|
|
1518
2109
|
|
|
2110
|
+
# The name of the IP allowlist configuration.
|
|
1519
2111
|
attr_reader name: String?
|
|
1520
2112
|
|
|
2113
|
+
# The name of the IP allowlist configuration.
|
|
1521
2114
|
def name=: (String) -> String
|
|
1522
2115
|
|
|
2116
|
+
# @param id
|
|
2117
|
+
# The ID of the IP allowlist configuration.
|
|
2118
|
+
# @param name
|
|
2119
|
+
# The name of the IP allowlist configuration.
|
|
1523
2120
|
def initialize: (?id: String, ?name: String) -> void
|
|
1524
2121
|
|
|
1525
2122
|
def to_hash: -> { ?id: String, ?name: String }
|
|
@@ -1532,12 +2129,16 @@ module OpenAI
|
|
|
1532
2129
|
}
|
|
1533
2130
|
|
|
1534
2131
|
class IPAllowlistConfigDeactivated < OpenAI::Internal::Type::BaseModel
|
|
2132
|
+
# The configurations that were deactivated.
|
|
1535
2133
|
attr_reader configs: ::Array[OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigDeactivated::Config]?
|
|
1536
2134
|
|
|
2135
|
+
# The configurations that were deactivated.
|
|
1537
2136
|
def configs=: (
|
|
1538
2137
|
::Array[OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigDeactivated::Config]
|
|
1539
2138
|
) -> ::Array[OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigDeactivated::Config]
|
|
1540
2139
|
|
|
2140
|
+
# @param configs
|
|
2141
|
+
# The configurations that were deactivated.
|
|
1541
2142
|
def initialize: (
|
|
1542
2143
|
?configs: ::Array[OpenAI::Models::Admin::Organization::AuditLogListResponse::IPAllowlistConfigDeactivated::Config]
|
|
1543
2144
|
) -> void
|
|
@@ -1549,14 +2150,22 @@ module OpenAI
|
|
|
1549
2150
|
type config = { ?id: String, ?name: String }
|
|
1550
2151
|
|
|
1551
2152
|
class Config < OpenAI::Internal::Type::BaseModel
|
|
2153
|
+
# The ID of the IP allowlist configuration.
|
|
1552
2154
|
attr_reader id: String?
|
|
1553
2155
|
|
|
2156
|
+
# The ID of the IP allowlist configuration.
|
|
1554
2157
|
def id=: (String) -> String
|
|
1555
2158
|
|
|
2159
|
+
# The name of the IP allowlist configuration.
|
|
1556
2160
|
attr_reader name: String?
|
|
1557
2161
|
|
|
2162
|
+
# The name of the IP allowlist configuration.
|
|
1558
2163
|
def name=: (String) -> String
|
|
1559
2164
|
|
|
2165
|
+
# @param id
|
|
2166
|
+
# The ID of the IP allowlist configuration.
|
|
2167
|
+
# @param name
|
|
2168
|
+
# The name of the IP allowlist configuration.
|
|
1560
2169
|
def initialize: (?id: String, ?name: String) -> void
|
|
1561
2170
|
|
|
1562
2171
|
def to_hash: -> { ?id: String, ?name: String }
|
|
@@ -1567,18 +2176,30 @@ module OpenAI
|
|
|
1567
2176
|
{ ?id: String, ?allowed_ips: ::Array[String], ?name: String }
|
|
1568
2177
|
|
|
1569
2178
|
class IPAllowlistCreated < OpenAI::Internal::Type::BaseModel
|
|
2179
|
+
# The ID of the IP allowlist configuration.
|
|
1570
2180
|
attr_reader id: String?
|
|
1571
2181
|
|
|
2182
|
+
# The ID of the IP allowlist configuration.
|
|
1572
2183
|
def id=: (String) -> String
|
|
1573
2184
|
|
|
2185
|
+
# The IP addresses or CIDR ranges included in the configuration.
|
|
1574
2186
|
attr_reader allowed_ips: ::Array[String]?
|
|
1575
2187
|
|
|
2188
|
+
# The IP addresses or CIDR ranges included in the configuration.
|
|
1576
2189
|
def allowed_ips=: (::Array[String]) -> ::Array[String]
|
|
1577
2190
|
|
|
2191
|
+
# The name of the IP allowlist configuration.
|
|
1578
2192
|
attr_reader name: String?
|
|
1579
2193
|
|
|
2194
|
+
# The name of the IP allowlist configuration.
|
|
1580
2195
|
def name=: (String) -> String
|
|
1581
2196
|
|
|
2197
|
+
# @param id
|
|
2198
|
+
# The ID of the IP allowlist configuration.
|
|
2199
|
+
# @param allowed_ips
|
|
2200
|
+
# The IP addresses or CIDR ranges included in the configuration.
|
|
2201
|
+
# @param name
|
|
2202
|
+
# The name of the IP allowlist configuration.
|
|
1582
2203
|
def initialize: (
|
|
1583
2204
|
?id: String,
|
|
1584
2205
|
?allowed_ips: ::Array[String],
|
|
@@ -1596,18 +2217,30 @@ module OpenAI
|
|
|
1596
2217
|
{ ?id: String, ?allowed_ips: ::Array[String], ?name: String }
|
|
1597
2218
|
|
|
1598
2219
|
class IPAllowlistDeleted < OpenAI::Internal::Type::BaseModel
|
|
2220
|
+
# The ID of the IP allowlist configuration.
|
|
1599
2221
|
attr_reader id: String?
|
|
1600
2222
|
|
|
2223
|
+
# The ID of the IP allowlist configuration.
|
|
1601
2224
|
def id=: (String) -> String
|
|
1602
2225
|
|
|
2226
|
+
# The IP addresses or CIDR ranges that were in the configuration.
|
|
1603
2227
|
attr_reader allowed_ips: ::Array[String]?
|
|
1604
2228
|
|
|
2229
|
+
# The IP addresses or CIDR ranges that were in the configuration.
|
|
1605
2230
|
def allowed_ips=: (::Array[String]) -> ::Array[String]
|
|
1606
2231
|
|
|
2232
|
+
# The name of the IP allowlist configuration.
|
|
1607
2233
|
attr_reader name: String?
|
|
1608
2234
|
|
|
2235
|
+
# The name of the IP allowlist configuration.
|
|
1609
2236
|
def name=: (String) -> String
|
|
1610
2237
|
|
|
2238
|
+
# @param id
|
|
2239
|
+
# The ID of the IP allowlist configuration.
|
|
2240
|
+
# @param allowed_ips
|
|
2241
|
+
# The IP addresses or CIDR ranges that were in the configuration.
|
|
2242
|
+
# @param name
|
|
2243
|
+
# The name of the IP allowlist configuration.
|
|
1611
2244
|
def initialize: (
|
|
1612
2245
|
?id: String,
|
|
1613
2246
|
?allowed_ips: ::Array[String],
|
|
@@ -1625,14 +2258,22 @@ module OpenAI
|
|
|
1625
2258
|
{ ?id: String, ?allowed_ips: ::Array[String] }
|
|
1626
2259
|
|
|
1627
2260
|
class IPAllowlistUpdated < OpenAI::Internal::Type::BaseModel
|
|
2261
|
+
# The ID of the IP allowlist configuration.
|
|
1628
2262
|
attr_reader id: String?
|
|
1629
2263
|
|
|
2264
|
+
# The ID of the IP allowlist configuration.
|
|
1630
2265
|
def id=: (String) -> String
|
|
1631
2266
|
|
|
2267
|
+
# The updated set of IP addresses or CIDR ranges in the configuration.
|
|
1632
2268
|
attr_reader allowed_ips: ::Array[String]?
|
|
1633
2269
|
|
|
2270
|
+
# The updated set of IP addresses or CIDR ranges in the configuration.
|
|
1634
2271
|
def allowed_ips=: (::Array[String]) -> ::Array[String]
|
|
1635
2272
|
|
|
2273
|
+
# @param id
|
|
2274
|
+
# The ID of the IP allowlist configuration.
|
|
2275
|
+
# @param allowed_ips
|
|
2276
|
+
# The updated set of IP addresses or CIDR ranges in the configuration.
|
|
1636
2277
|
def initialize: (?id: String, ?allowed_ips: ::Array[String]) -> void
|
|
1637
2278
|
|
|
1638
2279
|
def to_hash: -> { ?id: String, ?allowed_ips: ::Array[String] }
|
|
@@ -1641,14 +2282,22 @@ module OpenAI
|
|
|
1641
2282
|
type login_failed = { ?error_code: String, ?error_message: String }
|
|
1642
2283
|
|
|
1643
2284
|
class LoginFailed < OpenAI::Internal::Type::BaseModel
|
|
2285
|
+
# The error code of the failure.
|
|
1644
2286
|
attr_reader error_code: String?
|
|
1645
2287
|
|
|
2288
|
+
# The error code of the failure.
|
|
1646
2289
|
def error_code=: (String) -> String
|
|
1647
2290
|
|
|
2291
|
+
# The error message of the failure.
|
|
1648
2292
|
attr_reader error_message: String?
|
|
1649
2293
|
|
|
2294
|
+
# The error message of the failure.
|
|
1650
2295
|
def error_message=: (String) -> String
|
|
1651
2296
|
|
|
2297
|
+
# @param error_code
|
|
2298
|
+
# The error code of the failure.
|
|
2299
|
+
# @param error_message
|
|
2300
|
+
# The error message of the failure.
|
|
1652
2301
|
def initialize: (
|
|
1653
2302
|
?error_code: String,
|
|
1654
2303
|
?error_message: String
|
|
@@ -1660,14 +2309,22 @@ module OpenAI
|
|
|
1660
2309
|
type logout_failed = { ?error_code: String, ?error_message: String }
|
|
1661
2310
|
|
|
1662
2311
|
class LogoutFailed < OpenAI::Internal::Type::BaseModel
|
|
2312
|
+
# The error code of the failure.
|
|
1663
2313
|
attr_reader error_code: String?
|
|
1664
2314
|
|
|
2315
|
+
# The error code of the failure.
|
|
1665
2316
|
def error_code=: (String) -> String
|
|
1666
2317
|
|
|
2318
|
+
# The error message of the failure.
|
|
1667
2319
|
attr_reader error_message: String?
|
|
1668
2320
|
|
|
2321
|
+
# The error message of the failure.
|
|
1669
2322
|
def error_message=: (String) -> String
|
|
1670
2323
|
|
|
2324
|
+
# @param error_code
|
|
2325
|
+
# The error code of the failure.
|
|
2326
|
+
# @param error_message
|
|
2327
|
+
# The error message of the failure.
|
|
1671
2328
|
def initialize: (
|
|
1672
2329
|
?error_code: String,
|
|
1673
2330
|
?error_message: String
|
|
@@ -1683,16 +2340,24 @@ module OpenAI
|
|
|
1683
2340
|
}
|
|
1684
2341
|
|
|
1685
2342
|
class OrganizationUpdated < OpenAI::Internal::Type::BaseModel
|
|
2343
|
+
# The organization ID.
|
|
1686
2344
|
attr_reader id: String?
|
|
1687
2345
|
|
|
2346
|
+
# The organization ID.
|
|
1688
2347
|
def id=: (String) -> String
|
|
1689
2348
|
|
|
2349
|
+
# The payload used to update the organization settings.
|
|
1690
2350
|
attr_reader changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::OrganizationUpdated::ChangesRequested?
|
|
1691
2351
|
|
|
2352
|
+
# The payload used to update the organization settings.
|
|
1692
2353
|
def changes_requested=: (
|
|
1693
2354
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::OrganizationUpdated::ChangesRequested
|
|
1694
2355
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::OrganizationUpdated::ChangesRequested
|
|
1695
2356
|
|
|
2357
|
+
# @param id
|
|
2358
|
+
# The organization ID.
|
|
2359
|
+
# @param changes_requested
|
|
2360
|
+
# The payload used to update the organization settings.
|
|
1696
2361
|
def initialize: (
|
|
1697
2362
|
?id: String,
|
|
1698
2363
|
?changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::OrganizationUpdated::ChangesRequested
|
|
@@ -1715,34 +2380,77 @@ module OpenAI
|
|
|
1715
2380
|
}
|
|
1716
2381
|
|
|
1717
2382
|
class ChangesRequested < OpenAI::Internal::Type::BaseModel
|
|
2383
|
+
# How your organization logs data from supported API calls. One of `disabled`,
|
|
2384
|
+
# `enabled_per_call`, `enabled_for_all_projects`, or
|
|
2385
|
+
# `enabled_for_selected_projects`
|
|
1718
2386
|
attr_reader api_call_logging: String?
|
|
1719
2387
|
|
|
2388
|
+
# How your organization logs data from supported API calls. One of `disabled`,
|
|
2389
|
+
# `enabled_per_call`, `enabled_for_all_projects`, or
|
|
2390
|
+
# `enabled_for_selected_projects`
|
|
1720
2391
|
def api_call_logging=: (String) -> String
|
|
1721
2392
|
|
|
2393
|
+
# The list of project ids if api_call_logging is set to
|
|
2394
|
+
# `enabled_for_selected_projects`
|
|
1722
2395
|
attr_reader api_call_logging_project_ids: String?
|
|
1723
2396
|
|
|
2397
|
+
# The list of project ids if api_call_logging is set to
|
|
2398
|
+
# `enabled_for_selected_projects`
|
|
1724
2399
|
def api_call_logging_project_ids=: (String) -> String
|
|
1725
2400
|
|
|
2401
|
+
# The organization description.
|
|
1726
2402
|
attr_reader description: String?
|
|
1727
2403
|
|
|
2404
|
+
# The organization description.
|
|
1728
2405
|
def description=: (String) -> String
|
|
1729
2406
|
|
|
2407
|
+
# The organization name.
|
|
1730
2408
|
attr_reader name: String?
|
|
1731
2409
|
|
|
2410
|
+
# The organization name.
|
|
1732
2411
|
def name=: (String) -> String
|
|
1733
2412
|
|
|
2413
|
+
# Visibility of the threads page which shows messages created with the Assistants
|
|
2414
|
+
# API and Playground. One of `ANY_ROLE`, `OWNERS`, or `NONE`.
|
|
1734
2415
|
attr_reader threads_ui_visibility: String?
|
|
1735
2416
|
|
|
2417
|
+
# Visibility of the threads page which shows messages created with the Assistants
|
|
2418
|
+
# API and Playground. One of `ANY_ROLE`, `OWNERS`, or `NONE`.
|
|
1736
2419
|
def threads_ui_visibility=: (String) -> String
|
|
1737
2420
|
|
|
2421
|
+
# The organization title.
|
|
1738
2422
|
attr_reader title: String?
|
|
1739
2423
|
|
|
2424
|
+
# The organization title.
|
|
1740
2425
|
def title=: (String) -> String
|
|
1741
2426
|
|
|
2427
|
+
# Visibility of the usage dashboard which shows activity and costs for your
|
|
2428
|
+
# organization. One of `ANY_ROLE` or `OWNERS`.
|
|
1742
2429
|
attr_reader usage_dashboard_visibility: String?
|
|
1743
2430
|
|
|
2431
|
+
# Visibility of the usage dashboard which shows activity and costs for your
|
|
2432
|
+
# organization. One of `ANY_ROLE` or `OWNERS`.
|
|
1744
2433
|
def usage_dashboard_visibility=: (String) -> String
|
|
1745
2434
|
|
|
2435
|
+
# @param api_call_logging
|
|
2436
|
+
# How your organization logs data from supported API calls. One of `disabled`,
|
|
2437
|
+
# `enabled_per_call`, `enabled_for_all_projects`, or
|
|
2438
|
+
# `enabled_for_selected_projects`
|
|
2439
|
+
# @param api_call_logging_project_ids
|
|
2440
|
+
# The list of project ids if api_call_logging is set to
|
|
2441
|
+
# `enabled_for_selected_projects`
|
|
2442
|
+
# @param description
|
|
2443
|
+
# The organization description.
|
|
2444
|
+
# @param name
|
|
2445
|
+
# The organization name.
|
|
2446
|
+
# @param threads_ui_visibility
|
|
2447
|
+
# Visibility of the threads page which shows messages created with the Assistants
|
|
2448
|
+
# API and Playground. One of `ANY_ROLE`, `OWNERS`, or `NONE`.
|
|
2449
|
+
# @param title
|
|
2450
|
+
# The organization title.
|
|
2451
|
+
# @param usage_dashboard_visibility
|
|
2452
|
+
# Visibility of the usage dashboard which shows activity and costs for your
|
|
2453
|
+
# organization. One of `ANY_ROLE` or `OWNERS`.
|
|
1746
2454
|
def initialize: (
|
|
1747
2455
|
?api_call_logging: String,
|
|
1748
2456
|
?api_call_logging_project_ids: String,
|
|
@@ -1768,14 +2476,22 @@ module OpenAI
|
|
|
1768
2476
|
type project = { ?id: String, ?name: String }
|
|
1769
2477
|
|
|
1770
2478
|
class Project < OpenAI::Internal::Type::BaseModel
|
|
2479
|
+
# The project ID.
|
|
1771
2480
|
attr_reader id: String?
|
|
1772
2481
|
|
|
2482
|
+
# The project ID.
|
|
1773
2483
|
def id=: (String) -> String
|
|
1774
2484
|
|
|
2485
|
+
# The project title.
|
|
1775
2486
|
attr_reader name: String?
|
|
1776
2487
|
|
|
2488
|
+
# The project title.
|
|
1777
2489
|
def name=: (String) -> String
|
|
1778
2490
|
|
|
2491
|
+
# @param id
|
|
2492
|
+
# The project ID.
|
|
2493
|
+
# @param name
|
|
2494
|
+
# The project title.
|
|
1779
2495
|
def initialize: (?id: String, ?name: String) -> void
|
|
1780
2496
|
|
|
1781
2497
|
def to_hash: -> { ?id: String, ?name: String }
|
|
@@ -1784,10 +2500,14 @@ module OpenAI
|
|
|
1784
2500
|
type project_archived = { ?id: String }
|
|
1785
2501
|
|
|
1786
2502
|
class ProjectArchived < OpenAI::Internal::Type::BaseModel
|
|
2503
|
+
# The project ID.
|
|
1787
2504
|
attr_reader id: String?
|
|
1788
2505
|
|
|
2506
|
+
# The project ID.
|
|
1789
2507
|
def id=: (String) -> String
|
|
1790
2508
|
|
|
2509
|
+
# @param id
|
|
2510
|
+
# The project ID.
|
|
1791
2511
|
def initialize: (?id: String) -> void
|
|
1792
2512
|
|
|
1793
2513
|
def to_hash: -> { ?id: String }
|
|
@@ -1800,16 +2520,24 @@ module OpenAI
|
|
|
1800
2520
|
}
|
|
1801
2521
|
|
|
1802
2522
|
class ProjectCreated < OpenAI::Internal::Type::BaseModel
|
|
2523
|
+
# The project ID.
|
|
1803
2524
|
attr_reader id: String?
|
|
1804
2525
|
|
|
2526
|
+
# The project ID.
|
|
1805
2527
|
def id=: (String) -> String
|
|
1806
2528
|
|
|
2529
|
+
# The payload used to create the project.
|
|
1807
2530
|
attr_reader data: OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectCreated::Data?
|
|
1808
2531
|
|
|
2532
|
+
# The payload used to create the project.
|
|
1809
2533
|
def data=: (
|
|
1810
2534
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectCreated::Data
|
|
1811
2535
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectCreated::Data
|
|
1812
2536
|
|
|
2537
|
+
# @param id
|
|
2538
|
+
# The project ID.
|
|
2539
|
+
# @param data
|
|
2540
|
+
# The payload used to create the project.
|
|
1813
2541
|
def initialize: (
|
|
1814
2542
|
?id: String,
|
|
1815
2543
|
?data: OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectCreated::Data
|
|
@@ -1823,14 +2551,22 @@ module OpenAI
|
|
|
1823
2551
|
type data = { ?name: String, ?title: String }
|
|
1824
2552
|
|
|
1825
2553
|
class Data < OpenAI::Internal::Type::BaseModel
|
|
2554
|
+
# The project name.
|
|
1826
2555
|
attr_reader name: String?
|
|
1827
2556
|
|
|
2557
|
+
# The project name.
|
|
1828
2558
|
def name=: (String) -> String
|
|
1829
2559
|
|
|
2560
|
+
# The title of the project as seen on the dashboard.
|
|
1830
2561
|
attr_reader title: String?
|
|
1831
2562
|
|
|
2563
|
+
# The title of the project as seen on the dashboard.
|
|
1832
2564
|
def title=: (String) -> String
|
|
1833
2565
|
|
|
2566
|
+
# @param name
|
|
2567
|
+
# The project name.
|
|
2568
|
+
# @param title
|
|
2569
|
+
# The title of the project as seen on the dashboard.
|
|
1834
2570
|
def initialize: (?name: String, ?title: String) -> void
|
|
1835
2571
|
|
|
1836
2572
|
def to_hash: -> { ?name: String, ?title: String }
|
|
@@ -1840,10 +2576,14 @@ module OpenAI
|
|
|
1840
2576
|
type project_deleted = { ?id: String }
|
|
1841
2577
|
|
|
1842
2578
|
class ProjectDeleted < OpenAI::Internal::Type::BaseModel
|
|
2579
|
+
# The project ID.
|
|
1843
2580
|
attr_reader id: String?
|
|
1844
2581
|
|
|
2582
|
+
# The project ID.
|
|
1845
2583
|
def id=: (String) -> String
|
|
1846
2584
|
|
|
2585
|
+
# @param id
|
|
2586
|
+
# The project ID.
|
|
1847
2587
|
def initialize: (?id: String) -> void
|
|
1848
2588
|
|
|
1849
2589
|
def to_hash: -> { ?id: String }
|
|
@@ -1856,16 +2596,24 @@ module OpenAI
|
|
|
1856
2596
|
}
|
|
1857
2597
|
|
|
1858
2598
|
class ProjectUpdated < OpenAI::Internal::Type::BaseModel
|
|
2599
|
+
# The project ID.
|
|
1859
2600
|
attr_reader id: String?
|
|
1860
2601
|
|
|
2602
|
+
# The project ID.
|
|
1861
2603
|
def id=: (String) -> String
|
|
1862
2604
|
|
|
2605
|
+
# The payload used to update the project.
|
|
1863
2606
|
attr_reader changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectUpdated::ChangesRequested?
|
|
1864
2607
|
|
|
2608
|
+
# The payload used to update the project.
|
|
1865
2609
|
def changes_requested=: (
|
|
1866
2610
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectUpdated::ChangesRequested
|
|
1867
2611
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectUpdated::ChangesRequested
|
|
1868
2612
|
|
|
2613
|
+
# @param id
|
|
2614
|
+
# The project ID.
|
|
2615
|
+
# @param changes_requested
|
|
2616
|
+
# The payload used to update the project.
|
|
1869
2617
|
def initialize: (
|
|
1870
2618
|
?id: String,
|
|
1871
2619
|
?changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::ProjectUpdated::ChangesRequested
|
|
@@ -1879,10 +2627,14 @@ module OpenAI
|
|
|
1879
2627
|
type changes_requested = { ?title: String }
|
|
1880
2628
|
|
|
1881
2629
|
class ChangesRequested < OpenAI::Internal::Type::BaseModel
|
|
2630
|
+
# The title of the project as seen on the dashboard.
|
|
1882
2631
|
attr_reader title: String?
|
|
1883
2632
|
|
|
2633
|
+
# The title of the project as seen on the dashboard.
|
|
1884
2634
|
def title=: (String) -> String
|
|
1885
2635
|
|
|
2636
|
+
# @param title
|
|
2637
|
+
# The title of the project as seen on the dashboard.
|
|
1886
2638
|
def initialize: (?title: String) -> void
|
|
1887
2639
|
|
|
1888
2640
|
def to_hash: -> { ?title: String }
|
|
@@ -1892,10 +2644,14 @@ module OpenAI
|
|
|
1892
2644
|
type rate_limit_deleted = { ?id: String }
|
|
1893
2645
|
|
|
1894
2646
|
class RateLimitDeleted < OpenAI::Internal::Type::BaseModel
|
|
2647
|
+
# The rate limit ID
|
|
1895
2648
|
attr_reader id: String?
|
|
1896
2649
|
|
|
2650
|
+
# The rate limit ID
|
|
1897
2651
|
def id=: (String) -> String
|
|
1898
2652
|
|
|
2653
|
+
# @param id
|
|
2654
|
+
# The rate limit ID
|
|
1899
2655
|
def initialize: (?id: String) -> void
|
|
1900
2656
|
|
|
1901
2657
|
def to_hash: -> { ?id: String }
|
|
@@ -1908,16 +2664,24 @@ module OpenAI
|
|
|
1908
2664
|
}
|
|
1909
2665
|
|
|
1910
2666
|
class RateLimitUpdated < OpenAI::Internal::Type::BaseModel
|
|
2667
|
+
# The rate limit ID
|
|
1911
2668
|
attr_reader id: String?
|
|
1912
2669
|
|
|
2670
|
+
# The rate limit ID
|
|
1913
2671
|
def id=: (String) -> String
|
|
1914
2672
|
|
|
2673
|
+
# The payload used to update the rate limits.
|
|
1915
2674
|
attr_reader changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated::ChangesRequested?
|
|
1916
2675
|
|
|
2676
|
+
# The payload used to update the rate limits.
|
|
1917
2677
|
def changes_requested=: (
|
|
1918
2678
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated::ChangesRequested
|
|
1919
2679
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated::ChangesRequested
|
|
1920
2680
|
|
|
2681
|
+
# @param id
|
|
2682
|
+
# The rate limit ID
|
|
2683
|
+
# @param changes_requested
|
|
2684
|
+
# The payload used to update the rate limits.
|
|
1921
2685
|
def initialize: (
|
|
1922
2686
|
?id: String,
|
|
1923
2687
|
?changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated::ChangesRequested
|
|
@@ -1939,30 +2703,54 @@ module OpenAI
|
|
|
1939
2703
|
}
|
|
1940
2704
|
|
|
1941
2705
|
class ChangesRequested < OpenAI::Internal::Type::BaseModel
|
|
2706
|
+
# The maximum batch input tokens per day. Only relevant for certain models.
|
|
1942
2707
|
attr_reader batch_1_day_max_input_tokens: Integer?
|
|
1943
2708
|
|
|
2709
|
+
# The maximum batch input tokens per day. Only relevant for certain models.
|
|
1944
2710
|
def batch_1_day_max_input_tokens=: (Integer) -> Integer
|
|
1945
2711
|
|
|
2712
|
+
# The maximum audio megabytes per minute. Only relevant for certain models.
|
|
1946
2713
|
attr_reader max_audio_megabytes_per_1_minute: Integer?
|
|
1947
2714
|
|
|
2715
|
+
# The maximum audio megabytes per minute. Only relevant for certain models.
|
|
1948
2716
|
def max_audio_megabytes_per_1_minute=: (Integer) -> Integer
|
|
1949
2717
|
|
|
2718
|
+
# The maximum images per minute. Only relevant for certain models.
|
|
1950
2719
|
attr_reader max_images_per_1_minute: Integer?
|
|
1951
2720
|
|
|
2721
|
+
# The maximum images per minute. Only relevant for certain models.
|
|
1952
2722
|
def max_images_per_1_minute=: (Integer) -> Integer
|
|
1953
2723
|
|
|
2724
|
+
# The maximum requests per day. Only relevant for certain models.
|
|
1954
2725
|
attr_reader max_requests_per_1_day: Integer?
|
|
1955
2726
|
|
|
2727
|
+
# The maximum requests per day. Only relevant for certain models.
|
|
1956
2728
|
def max_requests_per_1_day=: (Integer) -> Integer
|
|
1957
2729
|
|
|
2730
|
+
# The maximum requests per minute.
|
|
1958
2731
|
attr_reader max_requests_per_1_minute: Integer?
|
|
1959
2732
|
|
|
2733
|
+
# The maximum requests per minute.
|
|
1960
2734
|
def max_requests_per_1_minute=: (Integer) -> Integer
|
|
1961
2735
|
|
|
2736
|
+
# The maximum tokens per minute.
|
|
1962
2737
|
attr_reader max_tokens_per_1_minute: Integer?
|
|
1963
2738
|
|
|
2739
|
+
# The maximum tokens per minute.
|
|
1964
2740
|
def max_tokens_per_1_minute=: (Integer) -> Integer
|
|
1965
2741
|
|
|
2742
|
+
# @param batch_1_day_max_input_tokens
|
|
2743
|
+
# The maximum batch input tokens per day. Only relevant for certain models.
|
|
2744
|
+
# @param max_audio_megabytes_per_1_minute
|
|
2745
|
+
# The maximum audio megabytes per minute. Only relevant for certain models.
|
|
2746
|
+
# @param max_images_per_1_minute
|
|
2747
|
+
# The maximum images per minute. Only relevant for certain models.
|
|
2748
|
+
# @param max_requests_per_1_day
|
|
2749
|
+
# The maximum requests per day. Only relevant for certain models.
|
|
2750
|
+
# @param max_requests_per_1_minute
|
|
2751
|
+
# The maximum requests per minute.
|
|
2752
|
+
# @param max_tokens_per_1_minute
|
|
2753
|
+
# The maximum tokens per minute.
|
|
1966
2754
|
def initialize: (
|
|
1967
2755
|
?batch_1_day_max_input_tokens: Integer,
|
|
1968
2756
|
?max_audio_megabytes_per_1_minute: Integer,
|
|
@@ -1993,26 +2781,46 @@ module OpenAI
|
|
|
1993
2781
|
}
|
|
1994
2782
|
|
|
1995
2783
|
class RoleAssignmentCreated < OpenAI::Internal::Type::BaseModel
|
|
2784
|
+
# The identifier of the role assignment.
|
|
1996
2785
|
attr_reader id: String?
|
|
1997
2786
|
|
|
2787
|
+
# The identifier of the role assignment.
|
|
1998
2788
|
def id=: (String) -> String
|
|
1999
2789
|
|
|
2790
|
+
# The principal (user or group) that received the role.
|
|
2000
2791
|
attr_reader principal_id: String?
|
|
2001
2792
|
|
|
2793
|
+
# The principal (user or group) that received the role.
|
|
2002
2794
|
def principal_id=: (String) -> String
|
|
2003
2795
|
|
|
2796
|
+
# The type of principal (user or group) that received the role.
|
|
2004
2797
|
attr_reader principal_type: String?
|
|
2005
2798
|
|
|
2799
|
+
# The type of principal (user or group) that received the role.
|
|
2006
2800
|
def principal_type=: (String) -> String
|
|
2007
2801
|
|
|
2802
|
+
# The resource the role assignment is scoped to.
|
|
2008
2803
|
attr_reader resource_id: String?
|
|
2009
2804
|
|
|
2805
|
+
# The resource the role assignment is scoped to.
|
|
2010
2806
|
def resource_id=: (String) -> String
|
|
2011
2807
|
|
|
2808
|
+
# The type of resource the role assignment is scoped to.
|
|
2012
2809
|
attr_reader resource_type: String?
|
|
2013
2810
|
|
|
2811
|
+
# The type of resource the role assignment is scoped to.
|
|
2014
2812
|
def resource_type=: (String) -> String
|
|
2015
2813
|
|
|
2814
|
+
# @param id
|
|
2815
|
+
# The identifier of the role assignment.
|
|
2816
|
+
# @param principal_id
|
|
2817
|
+
# The principal (user or group) that received the role.
|
|
2818
|
+
# @param principal_type
|
|
2819
|
+
# The type of principal (user or group) that received the role.
|
|
2820
|
+
# @param resource_id
|
|
2821
|
+
# The resource the role assignment is scoped to.
|
|
2822
|
+
# @param resource_type
|
|
2823
|
+
# The type of resource the role assignment is scoped to.
|
|
2016
2824
|
def initialize: (
|
|
2017
2825
|
?id: String,
|
|
2018
2826
|
?principal_id: String,
|
|
@@ -2040,26 +2848,46 @@ module OpenAI
|
|
|
2040
2848
|
}
|
|
2041
2849
|
|
|
2042
2850
|
class RoleAssignmentDeleted < OpenAI::Internal::Type::BaseModel
|
|
2851
|
+
# The identifier of the role assignment.
|
|
2043
2852
|
attr_reader id: String?
|
|
2044
2853
|
|
|
2854
|
+
# The identifier of the role assignment.
|
|
2045
2855
|
def id=: (String) -> String
|
|
2046
2856
|
|
|
2857
|
+
# The principal (user or group) that had the role removed.
|
|
2047
2858
|
attr_reader principal_id: String?
|
|
2048
2859
|
|
|
2860
|
+
# The principal (user or group) that had the role removed.
|
|
2049
2861
|
def principal_id=: (String) -> String
|
|
2050
2862
|
|
|
2863
|
+
# The type of principal (user or group) that had the role removed.
|
|
2051
2864
|
attr_reader principal_type: String?
|
|
2052
2865
|
|
|
2866
|
+
# The type of principal (user or group) that had the role removed.
|
|
2053
2867
|
def principal_type=: (String) -> String
|
|
2054
2868
|
|
|
2869
|
+
# The resource the role assignment was scoped to.
|
|
2055
2870
|
attr_reader resource_id: String?
|
|
2056
2871
|
|
|
2872
|
+
# The resource the role assignment was scoped to.
|
|
2057
2873
|
def resource_id=: (String) -> String
|
|
2058
2874
|
|
|
2875
|
+
# The type of resource the role assignment was scoped to.
|
|
2059
2876
|
attr_reader resource_type: String?
|
|
2060
2877
|
|
|
2878
|
+
# The type of resource the role assignment was scoped to.
|
|
2061
2879
|
def resource_type=: (String) -> String
|
|
2062
2880
|
|
|
2881
|
+
# @param id
|
|
2882
|
+
# The identifier of the role assignment.
|
|
2883
|
+
# @param principal_id
|
|
2884
|
+
# The principal (user or group) that had the role removed.
|
|
2885
|
+
# @param principal_type
|
|
2886
|
+
# The type of principal (user or group) that had the role removed.
|
|
2887
|
+
# @param resource_id
|
|
2888
|
+
# The resource the role assignment was scoped to.
|
|
2889
|
+
# @param resource_type
|
|
2890
|
+
# The type of resource the role assignment was scoped to.
|
|
2063
2891
|
def initialize: (
|
|
2064
2892
|
?id: String,
|
|
2065
2893
|
?principal_id: String,
|
|
@@ -2092,48 +2920,94 @@ module OpenAI
|
|
|
2092
2920
|
}
|
|
2093
2921
|
|
|
2094
2922
|
class RoleBoundToResource < OpenAI::Internal::Type::BaseModel
|
|
2923
|
+
# The ID of the resource the role was bound to. ChatGPT workspace connector
|
|
2924
|
+
# resources use `<workspace_id>__<connector_id>`.
|
|
2095
2925
|
attr_reader id: String?
|
|
2096
2926
|
|
|
2927
|
+
# The ID of the resource the role was bound to. ChatGPT workspace connector
|
|
2928
|
+
# resources use `<workspace_id>__<connector_id>`.
|
|
2097
2929
|
def id=: (String) -> String
|
|
2098
2930
|
|
|
2931
|
+
# The connector ID for a ChatGPT workspace connector resource.
|
|
2099
2932
|
attr_reader connector_id: String?
|
|
2100
2933
|
|
|
2934
|
+
# The connector ID for a ChatGPT workspace connector resource.
|
|
2101
2935
|
def connector_id=: (String) -> String
|
|
2102
2936
|
|
|
2937
|
+
# The connector display name for a ChatGPT workspace connector resource, or the
|
|
2938
|
+
# connector ID when the display name could not be resolved.
|
|
2103
2939
|
attr_reader connector_name: String?
|
|
2104
2940
|
|
|
2941
|
+
# The connector display name for a ChatGPT workspace connector resource, or the
|
|
2942
|
+
# connector ID when the display name could not be resolved.
|
|
2105
2943
|
def connector_name=: (String) -> String
|
|
2106
2944
|
|
|
2945
|
+
# Whether the connector is enabled for the role.
|
|
2107
2946
|
attr_reader enabled: bool?
|
|
2108
2947
|
|
|
2948
|
+
# Whether the connector is enabled for the role.
|
|
2109
2949
|
def enabled=: (bool) -> bool
|
|
2110
2950
|
|
|
2951
|
+
# The permissions granted to the role for the resource.
|
|
2111
2952
|
attr_reader permissions: ::Array[String]?
|
|
2112
2953
|
|
|
2954
|
+
# The permissions granted to the role for the resource.
|
|
2113
2955
|
def permissions=: (::Array[String]) -> ::Array[String]
|
|
2114
2956
|
|
|
2957
|
+
# The ID of the resource the role was bound to.
|
|
2115
2958
|
attr_reader resource_id: String?
|
|
2116
2959
|
|
|
2960
|
+
# The ID of the resource the role was bound to.
|
|
2117
2961
|
def resource_id=: (String) -> String
|
|
2118
2962
|
|
|
2963
|
+
# The type of resource the role was bound to.
|
|
2119
2964
|
attr_reader resource_type: String?
|
|
2120
2965
|
|
|
2966
|
+
# The type of resource the role was bound to.
|
|
2121
2967
|
def resource_type=: (String) -> String
|
|
2122
2968
|
|
|
2969
|
+
# The ID of the role that was bound to the resource.
|
|
2123
2970
|
attr_reader role_id: String?
|
|
2124
2971
|
|
|
2972
|
+
# The ID of the role that was bound to the resource.
|
|
2125
2973
|
def role_id=: (String) -> String
|
|
2126
2974
|
|
|
2975
|
+
# The connector role mutation path that produced the event.
|
|
2127
2976
|
attr_reader source: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleBoundToResource::source?
|
|
2128
2977
|
|
|
2978
|
+
# The connector role mutation path that produced the event.
|
|
2129
2979
|
def source=: (
|
|
2130
2980
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleBoundToResource::source
|
|
2131
2981
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleBoundToResource::source
|
|
2132
2982
|
|
|
2983
|
+
# The workspace ID for a ChatGPT workspace connector resource.
|
|
2133
2984
|
attr_reader workspace_id: String?
|
|
2134
2985
|
|
|
2986
|
+
# The workspace ID for a ChatGPT workspace connector resource.
|
|
2135
2987
|
def workspace_id=: (String) -> String
|
|
2136
2988
|
|
|
2989
|
+
# @param id
|
|
2990
|
+
# The ID of the resource the role was bound to. ChatGPT workspace connector
|
|
2991
|
+
# resources use `<workspace_id>__<connector_id>`.
|
|
2992
|
+
# @param connector_id
|
|
2993
|
+
# The connector ID for a ChatGPT workspace connector resource.
|
|
2994
|
+
# @param connector_name
|
|
2995
|
+
# The connector display name for a ChatGPT workspace connector resource, or the
|
|
2996
|
+
# connector ID when the display name could not be resolved.
|
|
2997
|
+
# @param enabled
|
|
2998
|
+
# Whether the connector is enabled for the role.
|
|
2999
|
+
# @param permissions
|
|
3000
|
+
# The permissions granted to the role for the resource.
|
|
3001
|
+
# @param resource_id
|
|
3002
|
+
# The ID of the resource the role was bound to.
|
|
3003
|
+
# @param resource_type
|
|
3004
|
+
# The type of resource the role was bound to.
|
|
3005
|
+
# @param role_id
|
|
3006
|
+
# The ID of the role that was bound to the resource.
|
|
3007
|
+
# @param source
|
|
3008
|
+
# The connector role mutation path that produced the event.
|
|
3009
|
+
# @param workspace_id
|
|
3010
|
+
# The workspace ID for a ChatGPT workspace connector resource.
|
|
2137
3011
|
def initialize: (
|
|
2138
3012
|
?id: String,
|
|
2139
3013
|
?connector_id: String,
|
|
@@ -2190,26 +3064,46 @@ module OpenAI
|
|
|
2190
3064
|
}
|
|
2191
3065
|
|
|
2192
3066
|
class RoleCreated < OpenAI::Internal::Type::BaseModel
|
|
3067
|
+
# The role ID.
|
|
2193
3068
|
attr_reader id: String?
|
|
2194
3069
|
|
|
3070
|
+
# The role ID.
|
|
2195
3071
|
def id=: (String) -> String
|
|
2196
3072
|
|
|
3073
|
+
# The permissions granted by the role.
|
|
2197
3074
|
attr_reader permissions: ::Array[String]?
|
|
2198
3075
|
|
|
3076
|
+
# The permissions granted by the role.
|
|
2199
3077
|
def permissions=: (::Array[String]) -> ::Array[String]
|
|
2200
3078
|
|
|
3079
|
+
# The resource the role is scoped to.
|
|
2201
3080
|
attr_reader resource_id: String?
|
|
2202
3081
|
|
|
3082
|
+
# The resource the role is scoped to.
|
|
2203
3083
|
def resource_id=: (String) -> String
|
|
2204
3084
|
|
|
3085
|
+
# The type of resource the role belongs to.
|
|
2205
3086
|
attr_reader resource_type: String?
|
|
2206
3087
|
|
|
3088
|
+
# The type of resource the role belongs to.
|
|
2207
3089
|
def resource_type=: (String) -> String
|
|
2208
3090
|
|
|
3091
|
+
# The name of the role.
|
|
2209
3092
|
attr_reader role_name: String?
|
|
2210
3093
|
|
|
3094
|
+
# The name of the role.
|
|
2211
3095
|
def role_name=: (String) -> String
|
|
2212
3096
|
|
|
3097
|
+
# @param id
|
|
3098
|
+
# The role ID.
|
|
3099
|
+
# @param permissions
|
|
3100
|
+
# The permissions granted by the role.
|
|
3101
|
+
# @param resource_id
|
|
3102
|
+
# The resource the role is scoped to.
|
|
3103
|
+
# @param resource_type
|
|
3104
|
+
# The type of resource the role belongs to.
|
|
3105
|
+
# @param role_name
|
|
3106
|
+
# The name of the role.
|
|
2213
3107
|
def initialize: (
|
|
2214
3108
|
?id: String,
|
|
2215
3109
|
?permissions: ::Array[String],
|
|
@@ -2230,10 +3124,14 @@ module OpenAI
|
|
|
2230
3124
|
type role_deleted = { ?id: String }
|
|
2231
3125
|
|
|
2232
3126
|
class RoleDeleted < OpenAI::Internal::Type::BaseModel
|
|
3127
|
+
# The role ID.
|
|
2233
3128
|
attr_reader id: String?
|
|
2234
3129
|
|
|
3130
|
+
# The role ID.
|
|
2235
3131
|
def id=: (String) -> String
|
|
2236
3132
|
|
|
3133
|
+
# @param id
|
|
3134
|
+
# The role ID.
|
|
2237
3135
|
def initialize: (?id: String) -> void
|
|
2238
3136
|
|
|
2239
3137
|
def to_hash: -> { ?id: String }
|
|
@@ -2254,48 +3152,94 @@ module OpenAI
|
|
|
2254
3152
|
}
|
|
2255
3153
|
|
|
2256
3154
|
class RoleUnboundFromResource < OpenAI::Internal::Type::BaseModel
|
|
3155
|
+
# The ID of the resource the role was unbound from. ChatGPT workspace connector
|
|
3156
|
+
# resources use `<workspace_id>__<connector_id>`.
|
|
2257
3157
|
attr_reader id: String?
|
|
2258
3158
|
|
|
3159
|
+
# The ID of the resource the role was unbound from. ChatGPT workspace connector
|
|
3160
|
+
# resources use `<workspace_id>__<connector_id>`.
|
|
2259
3161
|
def id=: (String) -> String
|
|
2260
3162
|
|
|
3163
|
+
# The connector ID for a ChatGPT workspace connector resource.
|
|
2261
3164
|
attr_reader connector_id: String?
|
|
2262
3165
|
|
|
3166
|
+
# The connector ID for a ChatGPT workspace connector resource.
|
|
2263
3167
|
def connector_id=: (String) -> String
|
|
2264
3168
|
|
|
3169
|
+
# The connector display name for a ChatGPT workspace connector resource, or the
|
|
3170
|
+
# connector ID when the display name could not be resolved.
|
|
2265
3171
|
attr_reader connector_name: String?
|
|
2266
3172
|
|
|
3173
|
+
# The connector display name for a ChatGPT workspace connector resource, or the
|
|
3174
|
+
# connector ID when the display name could not be resolved.
|
|
2267
3175
|
def connector_name=: (String) -> String
|
|
2268
3176
|
|
|
3177
|
+
# Whether the connector is enabled for the role.
|
|
2269
3178
|
attr_reader enabled: bool?
|
|
2270
3179
|
|
|
3180
|
+
# Whether the connector is enabled for the role.
|
|
2271
3181
|
def enabled=: (bool) -> bool
|
|
2272
3182
|
|
|
3183
|
+
# The permissions remaining for the role after the change.
|
|
2273
3184
|
attr_reader permissions: ::Array[String]?
|
|
2274
3185
|
|
|
3186
|
+
# The permissions remaining for the role after the change.
|
|
2275
3187
|
def permissions=: (::Array[String]) -> ::Array[String]
|
|
2276
3188
|
|
|
3189
|
+
# The ID of the resource the role was unbound from.
|
|
2277
3190
|
attr_reader resource_id: String?
|
|
2278
3191
|
|
|
3192
|
+
# The ID of the resource the role was unbound from.
|
|
2279
3193
|
def resource_id=: (String) -> String
|
|
2280
3194
|
|
|
3195
|
+
# The type of resource the role was unbound from.
|
|
2281
3196
|
attr_reader resource_type: String?
|
|
2282
3197
|
|
|
3198
|
+
# The type of resource the role was unbound from.
|
|
2283
3199
|
def resource_type=: (String) -> String
|
|
2284
3200
|
|
|
3201
|
+
# The ID of the role that was unbound from the resource.
|
|
2285
3202
|
attr_reader role_id: String?
|
|
2286
3203
|
|
|
3204
|
+
# The ID of the role that was unbound from the resource.
|
|
2287
3205
|
def role_id=: (String) -> String
|
|
2288
3206
|
|
|
3207
|
+
# The connector role mutation path that produced the event.
|
|
2289
3208
|
attr_reader source: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUnboundFromResource::source?
|
|
2290
3209
|
|
|
3210
|
+
# The connector role mutation path that produced the event.
|
|
2291
3211
|
def source=: (
|
|
2292
3212
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUnboundFromResource::source
|
|
2293
3213
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUnboundFromResource::source
|
|
2294
3214
|
|
|
3215
|
+
# The workspace ID for a ChatGPT workspace connector resource.
|
|
2295
3216
|
attr_reader workspace_id: String?
|
|
2296
3217
|
|
|
3218
|
+
# The workspace ID for a ChatGPT workspace connector resource.
|
|
2297
3219
|
def workspace_id=: (String) -> String
|
|
2298
3220
|
|
|
3221
|
+
# @param id
|
|
3222
|
+
# The ID of the resource the role was unbound from. ChatGPT workspace connector
|
|
3223
|
+
# resources use `<workspace_id>__<connector_id>`.
|
|
3224
|
+
# @param connector_id
|
|
3225
|
+
# The connector ID for a ChatGPT workspace connector resource.
|
|
3226
|
+
# @param connector_name
|
|
3227
|
+
# The connector display name for a ChatGPT workspace connector resource, or the
|
|
3228
|
+
# connector ID when the display name could not be resolved.
|
|
3229
|
+
# @param enabled
|
|
3230
|
+
# Whether the connector is enabled for the role.
|
|
3231
|
+
# @param permissions
|
|
3232
|
+
# The permissions remaining for the role after the change.
|
|
3233
|
+
# @param resource_id
|
|
3234
|
+
# The ID of the resource the role was unbound from.
|
|
3235
|
+
# @param resource_type
|
|
3236
|
+
# The type of resource the role was unbound from.
|
|
3237
|
+
# @param role_id
|
|
3238
|
+
# The ID of the role that was unbound from the resource.
|
|
3239
|
+
# @param source
|
|
3240
|
+
# The connector role mutation path that produced the event.
|
|
3241
|
+
# @param workspace_id
|
|
3242
|
+
# The workspace ID for a ChatGPT workspace connector resource.
|
|
2299
3243
|
def initialize: (
|
|
2300
3244
|
?id: String,
|
|
2301
3245
|
?connector_id: String,
|
|
@@ -2349,16 +3293,24 @@ module OpenAI
|
|
|
2349
3293
|
}
|
|
2350
3294
|
|
|
2351
3295
|
class RoleUpdated < OpenAI::Internal::Type::BaseModel
|
|
3296
|
+
# The role ID.
|
|
2352
3297
|
attr_reader id: String?
|
|
2353
3298
|
|
|
3299
|
+
# The role ID.
|
|
2354
3300
|
def id=: (String) -> String
|
|
2355
3301
|
|
|
3302
|
+
# The payload used to update the role.
|
|
2356
3303
|
attr_reader changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated::ChangesRequested?
|
|
2357
3304
|
|
|
3305
|
+
# The payload used to update the role.
|
|
2358
3306
|
def changes_requested=: (
|
|
2359
3307
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated::ChangesRequested
|
|
2360
3308
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated::ChangesRequested
|
|
2361
3309
|
|
|
3310
|
+
# @param id
|
|
3311
|
+
# The role ID.
|
|
3312
|
+
# @param changes_requested
|
|
3313
|
+
# The payload used to update the role.
|
|
2362
3314
|
def initialize: (
|
|
2363
3315
|
?id: String,
|
|
2364
3316
|
?changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated::ChangesRequested
|
|
@@ -2381,34 +3333,62 @@ module OpenAI
|
|
|
2381
3333
|
}
|
|
2382
3334
|
|
|
2383
3335
|
class ChangesRequested < OpenAI::Internal::Type::BaseModel
|
|
3336
|
+
# The updated role description, when provided.
|
|
2384
3337
|
attr_reader description: String?
|
|
2385
3338
|
|
|
3339
|
+
# The updated role description, when provided.
|
|
2386
3340
|
def description=: (String) -> String
|
|
2387
3341
|
|
|
3342
|
+
# Additional metadata stored on the role.
|
|
2388
3343
|
attr_reader metadata: top?
|
|
2389
3344
|
|
|
3345
|
+
# Additional metadata stored on the role.
|
|
2390
3346
|
def metadata=: (top) -> top
|
|
2391
3347
|
|
|
3348
|
+
# The permissions added to the role.
|
|
2392
3349
|
attr_reader permissions_added: ::Array[String]?
|
|
2393
3350
|
|
|
3351
|
+
# The permissions added to the role.
|
|
2394
3352
|
def permissions_added=: (::Array[String]) -> ::Array[String]
|
|
2395
3353
|
|
|
3354
|
+
# The permissions removed from the role.
|
|
2396
3355
|
attr_reader permissions_removed: ::Array[String]?
|
|
2397
3356
|
|
|
3357
|
+
# The permissions removed from the role.
|
|
2398
3358
|
def permissions_removed=: (::Array[String]) -> ::Array[String]
|
|
2399
3359
|
|
|
3360
|
+
# The resource the role is scoped to.
|
|
2400
3361
|
attr_reader resource_id: String?
|
|
2401
3362
|
|
|
3363
|
+
# The resource the role is scoped to.
|
|
2402
3364
|
def resource_id=: (String) -> String
|
|
2403
3365
|
|
|
3366
|
+
# The type of resource the role belongs to.
|
|
2404
3367
|
attr_reader resource_type: String?
|
|
2405
3368
|
|
|
3369
|
+
# The type of resource the role belongs to.
|
|
2406
3370
|
def resource_type=: (String) -> String
|
|
2407
3371
|
|
|
3372
|
+
# The updated role name, when provided.
|
|
2408
3373
|
attr_reader role_name: String?
|
|
2409
3374
|
|
|
3375
|
+
# The updated role name, when provided.
|
|
2410
3376
|
def role_name=: (String) -> String
|
|
2411
3377
|
|
|
3378
|
+
# @param description
|
|
3379
|
+
# The updated role description, when provided.
|
|
3380
|
+
# @param metadata
|
|
3381
|
+
# Additional metadata stored on the role.
|
|
3382
|
+
# @param permissions_added
|
|
3383
|
+
# The permissions added to the role.
|
|
3384
|
+
# @param permissions_removed
|
|
3385
|
+
# The permissions removed from the role.
|
|
3386
|
+
# @param resource_id
|
|
3387
|
+
# The resource the role is scoped to.
|
|
3388
|
+
# @param resource_type
|
|
3389
|
+
# The type of resource the role belongs to.
|
|
3390
|
+
# @param role_name
|
|
3391
|
+
# The updated role name, when provided.
|
|
2412
3392
|
def initialize: (
|
|
2413
3393
|
?description: String,
|
|
2414
3394
|
?metadata: top,
|
|
@@ -2434,10 +3414,14 @@ module OpenAI
|
|
|
2434
3414
|
type scim_disabled = { ?id: String }
|
|
2435
3415
|
|
|
2436
3416
|
class ScimDisabled < OpenAI::Internal::Type::BaseModel
|
|
3417
|
+
# The ID of the SCIM was disabled for.
|
|
2437
3418
|
attr_reader id: String?
|
|
2438
3419
|
|
|
3420
|
+
# The ID of the SCIM was disabled for.
|
|
2439
3421
|
def id=: (String) -> String
|
|
2440
3422
|
|
|
3423
|
+
# @param id
|
|
3424
|
+
# The ID of the SCIM was disabled for.
|
|
2441
3425
|
def initialize: (?id: String) -> void
|
|
2442
3426
|
|
|
2443
3427
|
def to_hash: -> { ?id: String }
|
|
@@ -2446,10 +3430,14 @@ module OpenAI
|
|
|
2446
3430
|
type scim_enabled = { ?id: String }
|
|
2447
3431
|
|
|
2448
3432
|
class ScimEnabled < OpenAI::Internal::Type::BaseModel
|
|
3433
|
+
# The ID of the SCIM was enabled for.
|
|
2449
3434
|
attr_reader id: String?
|
|
2450
3435
|
|
|
3436
|
+
# The ID of the SCIM was enabled for.
|
|
2451
3437
|
def id=: (String) -> String
|
|
2452
3438
|
|
|
3439
|
+
# @param id
|
|
3440
|
+
# The ID of the SCIM was enabled for.
|
|
2453
3441
|
def initialize: (?id: String) -> void
|
|
2454
3442
|
|
|
2455
3443
|
def to_hash: -> { ?id: String }
|
|
@@ -2462,16 +3450,24 @@ module OpenAI
|
|
|
2462
3450
|
}
|
|
2463
3451
|
|
|
2464
3452
|
class ServiceAccountCreated < OpenAI::Internal::Type::BaseModel
|
|
3453
|
+
# The service account ID.
|
|
2465
3454
|
attr_reader id: String?
|
|
2466
3455
|
|
|
3456
|
+
# The service account ID.
|
|
2467
3457
|
def id=: (String) -> String
|
|
2468
3458
|
|
|
3459
|
+
# The payload used to create the service account.
|
|
2469
3460
|
attr_reader data: OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountCreated::Data?
|
|
2470
3461
|
|
|
3462
|
+
# The payload used to create the service account.
|
|
2471
3463
|
def data=: (
|
|
2472
3464
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountCreated::Data
|
|
2473
3465
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountCreated::Data
|
|
2474
3466
|
|
|
3467
|
+
# @param id
|
|
3468
|
+
# The service account ID.
|
|
3469
|
+
# @param data
|
|
3470
|
+
# The payload used to create the service account.
|
|
2475
3471
|
def initialize: (
|
|
2476
3472
|
?id: String,
|
|
2477
3473
|
?data: OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountCreated::Data
|
|
@@ -2485,10 +3481,14 @@ module OpenAI
|
|
|
2485
3481
|
type data = { ?role: String }
|
|
2486
3482
|
|
|
2487
3483
|
class Data < OpenAI::Internal::Type::BaseModel
|
|
3484
|
+
# The role of the service account. Is either `owner` or `member`.
|
|
2488
3485
|
attr_reader role: String?
|
|
2489
3486
|
|
|
3487
|
+
# The role of the service account. Is either `owner` or `member`.
|
|
2490
3488
|
def role=: (String) -> String
|
|
2491
3489
|
|
|
3490
|
+
# @param role
|
|
3491
|
+
# The role of the service account. Is either `owner` or `member`.
|
|
2492
3492
|
def initialize: (?role: String) -> void
|
|
2493
3493
|
|
|
2494
3494
|
def to_hash: -> { ?role: String }
|
|
@@ -2498,10 +3498,14 @@ module OpenAI
|
|
|
2498
3498
|
type service_account_deleted = { ?id: String }
|
|
2499
3499
|
|
|
2500
3500
|
class ServiceAccountDeleted < OpenAI::Internal::Type::BaseModel
|
|
3501
|
+
# The service account ID.
|
|
2501
3502
|
attr_reader id: String?
|
|
2502
3503
|
|
|
3504
|
+
# The service account ID.
|
|
2503
3505
|
def id=: (String) -> String
|
|
2504
3506
|
|
|
3507
|
+
# @param id
|
|
3508
|
+
# The service account ID.
|
|
2505
3509
|
def initialize: (?id: String) -> void
|
|
2506
3510
|
|
|
2507
3511
|
def to_hash: -> { ?id: String }
|
|
@@ -2514,16 +3518,24 @@ module OpenAI
|
|
|
2514
3518
|
}
|
|
2515
3519
|
|
|
2516
3520
|
class ServiceAccountUpdated < OpenAI::Internal::Type::BaseModel
|
|
3521
|
+
# The service account ID.
|
|
2517
3522
|
attr_reader id: String?
|
|
2518
3523
|
|
|
3524
|
+
# The service account ID.
|
|
2519
3525
|
def id=: (String) -> String
|
|
2520
3526
|
|
|
3527
|
+
# The payload used to updated the service account.
|
|
2521
3528
|
attr_reader changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated::ChangesRequested?
|
|
2522
3529
|
|
|
3530
|
+
# The payload used to updated the service account.
|
|
2523
3531
|
def changes_requested=: (
|
|
2524
3532
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated::ChangesRequested
|
|
2525
3533
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated::ChangesRequested
|
|
2526
3534
|
|
|
3535
|
+
# @param id
|
|
3536
|
+
# The service account ID.
|
|
3537
|
+
# @param changes_requested
|
|
3538
|
+
# The payload used to updated the service account.
|
|
2527
3539
|
def initialize: (
|
|
2528
3540
|
?id: String,
|
|
2529
3541
|
?changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::ServiceAccountUpdated::ChangesRequested
|
|
@@ -2537,10 +3549,14 @@ module OpenAI
|
|
|
2537
3549
|
type changes_requested = { ?role: String }
|
|
2538
3550
|
|
|
2539
3551
|
class ChangesRequested < OpenAI::Internal::Type::BaseModel
|
|
3552
|
+
# The role of the service account. Is either `owner` or `member`.
|
|
2540
3553
|
attr_reader role: String?
|
|
2541
3554
|
|
|
3555
|
+
# The role of the service account. Is either `owner` or `member`.
|
|
2542
3556
|
def role=: (String) -> String
|
|
2543
3557
|
|
|
3558
|
+
# @param role
|
|
3559
|
+
# The role of the service account. Is either `owner` or `member`.
|
|
2544
3560
|
def initialize: (?role: String) -> void
|
|
2545
3561
|
|
|
2546
3562
|
def to_hash: -> { ?role: String }
|
|
@@ -2554,16 +3570,24 @@ module OpenAI
|
|
|
2554
3570
|
}
|
|
2555
3571
|
|
|
2556
3572
|
class UserAdded < OpenAI::Internal::Type::BaseModel
|
|
3573
|
+
# The user ID.
|
|
2557
3574
|
attr_reader id: String?
|
|
2558
3575
|
|
|
3576
|
+
# The user ID.
|
|
2559
3577
|
def id=: (String) -> String
|
|
2560
3578
|
|
|
3579
|
+
# The payload used to add the user to the project.
|
|
2561
3580
|
attr_reader data: OpenAI::Models::Admin::Organization::AuditLogListResponse::UserAdded::Data?
|
|
2562
3581
|
|
|
3582
|
+
# The payload used to add the user to the project.
|
|
2563
3583
|
def data=: (
|
|
2564
3584
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::UserAdded::Data
|
|
2565
3585
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::UserAdded::Data
|
|
2566
3586
|
|
|
3587
|
+
# @param id
|
|
3588
|
+
# The user ID.
|
|
3589
|
+
# @param data
|
|
3590
|
+
# The payload used to add the user to the project.
|
|
2567
3591
|
def initialize: (
|
|
2568
3592
|
?id: String,
|
|
2569
3593
|
?data: OpenAI::Models::Admin::Organization::AuditLogListResponse::UserAdded::Data
|
|
@@ -2577,10 +3601,14 @@ module OpenAI
|
|
|
2577
3601
|
type data = { ?role: String }
|
|
2578
3602
|
|
|
2579
3603
|
class Data < OpenAI::Internal::Type::BaseModel
|
|
3604
|
+
# The role of the user. Is either `owner` or `member`.
|
|
2580
3605
|
attr_reader role: String?
|
|
2581
3606
|
|
|
3607
|
+
# The role of the user. Is either `owner` or `member`.
|
|
2582
3608
|
def role=: (String) -> String
|
|
2583
3609
|
|
|
3610
|
+
# @param role
|
|
3611
|
+
# The role of the user. Is either `owner` or `member`.
|
|
2584
3612
|
def initialize: (?role: String) -> void
|
|
2585
3613
|
|
|
2586
3614
|
def to_hash: -> { ?role: String }
|
|
@@ -2590,10 +3618,14 @@ module OpenAI
|
|
|
2590
3618
|
type user_deleted = { ?id: String }
|
|
2591
3619
|
|
|
2592
3620
|
class UserDeleted < OpenAI::Internal::Type::BaseModel
|
|
3621
|
+
# The user ID.
|
|
2593
3622
|
attr_reader id: String?
|
|
2594
3623
|
|
|
3624
|
+
# The user ID.
|
|
2595
3625
|
def id=: (String) -> String
|
|
2596
3626
|
|
|
3627
|
+
# @param id
|
|
3628
|
+
# The user ID.
|
|
2597
3629
|
def initialize: (?id: String) -> void
|
|
2598
3630
|
|
|
2599
3631
|
def to_hash: -> { ?id: String }
|
|
@@ -2606,16 +3638,24 @@ module OpenAI
|
|
|
2606
3638
|
}
|
|
2607
3639
|
|
|
2608
3640
|
class UserUpdated < OpenAI::Internal::Type::BaseModel
|
|
3641
|
+
# The project ID.
|
|
2609
3642
|
attr_reader id: String?
|
|
2610
3643
|
|
|
3644
|
+
# The project ID.
|
|
2611
3645
|
def id=: (String) -> String
|
|
2612
3646
|
|
|
3647
|
+
# The payload used to update the user.
|
|
2613
3648
|
attr_reader changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::UserUpdated::ChangesRequested?
|
|
2614
3649
|
|
|
3650
|
+
# The payload used to update the user.
|
|
2615
3651
|
def changes_requested=: (
|
|
2616
3652
|
OpenAI::Models::Admin::Organization::AuditLogListResponse::UserUpdated::ChangesRequested
|
|
2617
3653
|
) -> OpenAI::Models::Admin::Organization::AuditLogListResponse::UserUpdated::ChangesRequested
|
|
2618
3654
|
|
|
3655
|
+
# @param id
|
|
3656
|
+
# The project ID.
|
|
3657
|
+
# @param changes_requested
|
|
3658
|
+
# The payload used to update the user.
|
|
2619
3659
|
def initialize: (
|
|
2620
3660
|
?id: String,
|
|
2621
3661
|
?changes_requested: OpenAI::Models::Admin::Organization::AuditLogListResponse::UserUpdated::ChangesRequested
|
|
@@ -2629,10 +3669,14 @@ module OpenAI
|
|
|
2629
3669
|
type changes_requested = { ?role: String }
|
|
2630
3670
|
|
|
2631
3671
|
class ChangesRequested < OpenAI::Internal::Type::BaseModel
|
|
3672
|
+
# The role of the user. Is either `owner` or `member`.
|
|
2632
3673
|
attr_reader role: String?
|
|
2633
3674
|
|
|
3675
|
+
# The role of the user. Is either `owner` or `member`.
|
|
2634
3676
|
def role=: (String) -> String
|
|
2635
3677
|
|
|
3678
|
+
# @param role
|
|
3679
|
+
# The role of the user. Is either `owner` or `member`.
|
|
2636
3680
|
def initialize: (?role: String) -> void
|
|
2637
3681
|
|
|
2638
3682
|
def to_hash: -> { ?role: String }
|
|
@@ -2643,18 +3687,30 @@ module OpenAI
|
|
|
2643
3687
|
{ ?id: String, ?data: top, ?identity_provider_id: String }
|
|
2644
3688
|
|
|
2645
3689
|
class WorkloadIdentityProviderMappingCreated < OpenAI::Internal::Type::BaseModel
|
|
3690
|
+
# The workload identity provider mapping ID.
|
|
2646
3691
|
attr_reader id: String?
|
|
2647
3692
|
|
|
3693
|
+
# The workload identity provider mapping ID.
|
|
2648
3694
|
def id=: (String) -> String
|
|
2649
3695
|
|
|
3696
|
+
# The payload used to create the workload identity provider mapping.
|
|
2650
3697
|
attr_reader data: top?
|
|
2651
3698
|
|
|
3699
|
+
# The payload used to create the workload identity provider mapping.
|
|
2652
3700
|
def data=: (top) -> top
|
|
2653
3701
|
|
|
3702
|
+
# The workload identity provider ID.
|
|
2654
3703
|
attr_reader identity_provider_id: String?
|
|
2655
3704
|
|
|
3705
|
+
# The workload identity provider ID.
|
|
2656
3706
|
def identity_provider_id=: (String) -> String
|
|
2657
3707
|
|
|
3708
|
+
# @param id
|
|
3709
|
+
# The workload identity provider mapping ID.
|
|
3710
|
+
# @param data
|
|
3711
|
+
# The payload used to create the workload identity provider mapping.
|
|
3712
|
+
# @param identity_provider_id
|
|
3713
|
+
# The workload identity provider ID.
|
|
2658
3714
|
def initialize: (
|
|
2659
3715
|
?id: String,
|
|
2660
3716
|
?data: top,
|
|
@@ -2677,22 +3733,38 @@ module OpenAI
|
|
|
2677
3733
|
}
|
|
2678
3734
|
|
|
2679
3735
|
class WorkloadIdentityProviderMappingDeleted < OpenAI::Internal::Type::BaseModel
|
|
3736
|
+
# The workload identity provider mapping ID.
|
|
2680
3737
|
attr_reader id: String?
|
|
2681
3738
|
|
|
3739
|
+
# The workload identity provider mapping ID.
|
|
2682
3740
|
def id=: (String) -> String
|
|
2683
3741
|
|
|
3742
|
+
# The workload identity provider ID.
|
|
2684
3743
|
attr_reader identity_provider_id: String?
|
|
2685
3744
|
|
|
3745
|
+
# The workload identity provider ID.
|
|
2686
3746
|
def identity_provider_id=: (String) -> String
|
|
2687
3747
|
|
|
3748
|
+
# The project ID.
|
|
2688
3749
|
attr_reader project_id: String?
|
|
2689
3750
|
|
|
3751
|
+
# The project ID.
|
|
2690
3752
|
def project_id=: (String) -> String
|
|
2691
3753
|
|
|
3754
|
+
# The mapped service account ID.
|
|
2692
3755
|
attr_reader service_account_id: String?
|
|
2693
3756
|
|
|
3757
|
+
# The mapped service account ID.
|
|
2694
3758
|
def service_account_id=: (String) -> String
|
|
2695
3759
|
|
|
3760
|
+
# @param id
|
|
3761
|
+
# The workload identity provider mapping ID.
|
|
3762
|
+
# @param identity_provider_id
|
|
3763
|
+
# The workload identity provider ID.
|
|
3764
|
+
# @param project_id
|
|
3765
|
+
# The project ID.
|
|
3766
|
+
# @param service_account_id
|
|
3767
|
+
# The mapped service account ID.
|
|
2696
3768
|
def initialize: (
|
|
2697
3769
|
?id: String,
|
|
2698
3770
|
?identity_provider_id: String,
|
|
@@ -2716,18 +3788,30 @@ module OpenAI
|
|
|
2716
3788
|
}
|
|
2717
3789
|
|
|
2718
3790
|
class WorkloadIdentityProviderMappingUpdated < OpenAI::Internal::Type::BaseModel
|
|
3791
|
+
# The workload identity provider mapping ID.
|
|
2719
3792
|
attr_reader id: String?
|
|
2720
3793
|
|
|
3794
|
+
# The workload identity provider mapping ID.
|
|
2721
3795
|
def id=: (String) -> String
|
|
2722
3796
|
|
|
3797
|
+
# The payload used to update the workload identity provider mapping.
|
|
2723
3798
|
attr_reader changes_requested: top?
|
|
2724
3799
|
|
|
3800
|
+
# The payload used to update the workload identity provider mapping.
|
|
2725
3801
|
def changes_requested=: (top) -> top
|
|
2726
3802
|
|
|
3803
|
+
# The workload identity provider ID.
|
|
2727
3804
|
attr_reader identity_provider_id: String?
|
|
2728
3805
|
|
|
3806
|
+
# The workload identity provider ID.
|
|
2729
3807
|
def identity_provider_id=: (String) -> String
|
|
2730
3808
|
|
|
3809
|
+
# @param id
|
|
3810
|
+
# The workload identity provider mapping ID.
|
|
3811
|
+
# @param changes_requested
|
|
3812
|
+
# The payload used to update the workload identity provider mapping.
|
|
3813
|
+
# @param identity_provider_id
|
|
3814
|
+
# The workload identity provider ID.
|
|
2731
3815
|
def initialize: (
|
|
2732
3816
|
?id: String,
|
|
2733
3817
|
?changes_requested: top,
|
|
@@ -2744,14 +3828,22 @@ module OpenAI
|
|
|
2744
3828
|
type workload_identity_provider_created = { ?id: String, ?data: top }
|
|
2745
3829
|
|
|
2746
3830
|
class WorkloadIdentityProviderCreated < OpenAI::Internal::Type::BaseModel
|
|
3831
|
+
# The workload identity provider ID.
|
|
2747
3832
|
attr_reader id: String?
|
|
2748
3833
|
|
|
3834
|
+
# The workload identity provider ID.
|
|
2749
3835
|
def id=: (String) -> String
|
|
2750
3836
|
|
|
3837
|
+
# The payload used to create the workload identity provider.
|
|
2751
3838
|
attr_reader data: top?
|
|
2752
3839
|
|
|
3840
|
+
# The payload used to create the workload identity provider.
|
|
2753
3841
|
def data=: (top) -> top
|
|
2754
3842
|
|
|
3843
|
+
# @param id
|
|
3844
|
+
# The workload identity provider ID.
|
|
3845
|
+
# @param data
|
|
3846
|
+
# The payload used to create the workload identity provider.
|
|
2755
3847
|
def initialize: (?id: String, ?data: top) -> void
|
|
2756
3848
|
|
|
2757
3849
|
def to_hash: -> { ?id: String, ?data: top }
|
|
@@ -2761,14 +3853,22 @@ module OpenAI
|
|
|
2761
3853
|
{ ?id: String, ?name: String }
|
|
2762
3854
|
|
|
2763
3855
|
class WorkloadIdentityProviderDeleted < OpenAI::Internal::Type::BaseModel
|
|
3856
|
+
# The workload identity provider ID.
|
|
2764
3857
|
attr_reader id: String?
|
|
2765
3858
|
|
|
3859
|
+
# The workload identity provider ID.
|
|
2766
3860
|
def id=: (String) -> String
|
|
2767
3861
|
|
|
3862
|
+
# The workload identity provider name.
|
|
2768
3863
|
attr_reader name: String?
|
|
2769
3864
|
|
|
3865
|
+
# The workload identity provider name.
|
|
2770
3866
|
def name=: (String) -> String
|
|
2771
3867
|
|
|
3868
|
+
# @param id
|
|
3869
|
+
# The workload identity provider ID.
|
|
3870
|
+
# @param name
|
|
3871
|
+
# The workload identity provider name.
|
|
2772
3872
|
def initialize: (?id: String, ?name: String) -> void
|
|
2773
3873
|
|
|
2774
3874
|
def to_hash: -> { ?id: String, ?name: String }
|
|
@@ -2778,14 +3878,22 @@ module OpenAI
|
|
|
2778
3878
|
{ ?id: String, ?changes_requested: top }
|
|
2779
3879
|
|
|
2780
3880
|
class WorkloadIdentityProviderUpdated < OpenAI::Internal::Type::BaseModel
|
|
3881
|
+
# The workload identity provider ID.
|
|
2781
3882
|
attr_reader id: String?
|
|
2782
3883
|
|
|
3884
|
+
# The workload identity provider ID.
|
|
2783
3885
|
def id=: (String) -> String
|
|
2784
3886
|
|
|
3887
|
+
# The payload used to update the workload identity provider.
|
|
2785
3888
|
attr_reader changes_requested: top?
|
|
2786
3889
|
|
|
3890
|
+
# The payload used to update the workload identity provider.
|
|
2787
3891
|
def changes_requested=: (top) -> top
|
|
2788
3892
|
|
|
3893
|
+
# @param id
|
|
3894
|
+
# The workload identity provider ID.
|
|
3895
|
+
# @param changes_requested
|
|
3896
|
+
# The payload used to update the workload identity provider.
|
|
2789
3897
|
def initialize: (?id: String, ?changes_requested: top) -> void
|
|
2790
3898
|
|
|
2791
3899
|
def to_hash: -> { ?id: String, ?changes_requested: top }
|