Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
61 changes: 52 additions & 9 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
.travis.yml
README.md
api/openapi.yaml
api_ai.go
api_ai_agents.go
api_ai_custom_tools.go
api_ai_file_storage.go
api_ai_filter_policies.go
api_ai_governance.go
api_ai_inference.go
api_ai_models.go
api_ai_monitoring.go
api_ai_orchestrations.go
api_ai_search.go
api_ai_sessions.go
api_ai_skills.go
api_ai_slack_bots.go
Expand All @@ -34,30 +35,41 @@ api_kv.go
api_organizations.go
api_projects.go
api_purge.go
api_restore_management.go
api_rules.go
api_scaling_policy.go
api_ssh_access.go
api_subscription.go
api_tokens.go
api_variables.go
api_volumes.go
client.go
configuration.go
docs/AIAPI.md
docs/AIAgentsAPI.md
docs/AICustomToolsAPI.md
docs/AIFileStorageAPI.md
docs/AIFilterPoliciesAPI.md
docs/AIGovernanceAPI.md
docs/AIInferenceAPI.md
docs/AIModelsAPI.md
docs/AIMonitoringAPI.md
docs/AIOrchestrationsAPI.md
docs/AISearchAPI.md
docs/AISessionsAPI.md
docs/AISkillsAPI.md
docs/AISlackBotsAPI.md
docs/AITaskManagementAPI.md
docs/AIToolsAPI.md
docs/AIUsageAPI.md
docs/AIVectorDatabaseAPI.md
docs/AiSearchChatRequest.md
docs/AiSearchDeletePagesRequest.md
docs/AiSearchEnableRequest.md
docs/AiSearchIngestPagesRequest.md
docs/AiSearchIngestPagesRequestPagesInner.md
docs/AiSearchSearchRequest.md
docs/AiSearchTriggerCrawlRequest.md
docs/AiSearchUpdateSettingsRequest.md
docs/Application.md
docs/ApplicationDatabase.md
docs/ApplicationDeploymentInformationInner.md
Expand Down Expand Up @@ -199,8 +211,6 @@ docs/GetAISession200Response.md
docs/GetAIToolExecutionStatus200Response.md
docs/GetAIToolExecutionStatus200ResponseResult.md
docs/GetAIToolExecutionStatus404Response.md
docs/GetAIUsageStats200Response.md
docs/GetAIUsageStats200ResponseByModelValue.md
docs/GetAgentOverlay200Response.md
docs/GetAgentOverlay200ResponseBase.md
docs/GetAgentOverlay200ResponseOverlay.md
Expand All @@ -219,6 +229,8 @@ docs/GetEnvironmentLogs200ResponseLogEventsInner.md
docs/GetFile200Response.md
docs/GetGovernanceConfig200Response.md
docs/GetGovernanceConfig200ResponseSpendLimits.md
docs/GetGovernanceConfig200ResponseSpendLimitsInterfaceLimitsValue.md
docs/GetGovernanceConfig200ResponseSpendLimitsUserOverridesValue.md
docs/GetGovernanceSpend200Response.md
docs/GetGovernanceSpend200ResponseBudget.md
docs/GetGovernanceSpend200ResponseDailyBudget.md
Expand All @@ -229,6 +241,10 @@ docs/GetMyUsage200Response.md
docs/GetMyUsage200ResponseDaily.md
docs/GetMyUsage200ResponseMonthly.md
docs/GetMyUsage200ResponseQuota.md
docs/GetMyUsage200ResponseQuotaDailyLimit.md
docs/GetMyUsage200ResponseQuotaMonthlyLimit.md
docs/GetRestoreStatus200Response.md
docs/GetScalingPolicyResponse.md
docs/GetSkill200Response.md
docs/GetSkill200ResponseSkill.md
docs/GetSlackBot200Response.md
Expand Down Expand Up @@ -309,18 +325,25 @@ docs/QueryVectorCollection200ResponsePagination.md
docs/QueryVectorCollection200ResponseResultsInner.md
docs/QueryVectorCollectionRequest.md
docs/QueryVectorCollectionRequestFilter.md
docs/RestoreDatabase202Response.md
docs/RestoreDatabaseRequest.md
docs/RestoreFilesystem202Response.md
docs/RestoreFilesystemRequest.md
docs/RestoreManagementAPI.md
docs/RulesAPI.md
docs/SSHAccessAPI.md
docs/ScalingPolicy.md
docs/ScalingPolicyAPI.md
docs/ScalingPolicyListResponse.md
docs/SearchSlackWorkspaceChannels200Response.md
docs/SearchSlackWorkspaceChannels200ResponseResultsInner.md
docs/SearchSlackWorkspaceUsers200Response.md
docs/SearchSlackWorkspaceUsers200ResponseResultsInner.md
docs/SetScalingPolicyRequest.md
docs/SpotConfiguration.md
docs/SubmitToolCallback200Response.md
docs/SubmitToolCallbackRequest.md
docs/SubmitToolCallbackRequestToolResultsInner.md
docs/SubscriptionAPI.md
docs/SyncOperation.md
docs/SyncSkillCollection200Response.md
docs/SyncToEnvironmentRequest.md
Expand Down Expand Up @@ -471,6 +494,14 @@ docs/WafConfigThresholdsInner.md
git_push.sh
go.mod
go.sum
model_ai_search_chat_request.go
model_ai_search_delete_pages_request.go
model_ai_search_enable_request.go
model_ai_search_ingest_pages_request.go
model_ai_search_ingest_pages_request_pages_inner.go
model_ai_search_search_request.go
model_ai_search_trigger_crawl_request.go
model_ai_search_update_settings_request.go
model_application.go
model_application_database.go
model_application_deployment_information_inner.go
Expand Down Expand Up @@ -604,8 +635,6 @@ model_get_ai_session_200_response.go
model_get_ai_tool_execution_status_200_response.go
model_get_ai_tool_execution_status_200_response_result.go
model_get_ai_tool_execution_status_404_response.go
model_get_ai_usage_stats_200_response.go
model_get_ai_usage_stats_200_response_by_model_value.go
model_get_custom_tool_200_response.go
model_get_custom_tool_200_response_tool.go
model_get_dependency_graph_200_response.go
Expand All @@ -621,6 +650,8 @@ model_get_environment_logs_200_response_log_events_inner.go
model_get_file_200_response.go
model_get_governance_config_200_response.go
model_get_governance_config_200_response_spend_limits.go
model_get_governance_config_200_response_spend_limits_interface_limits_value.go
model_get_governance_config_200_response_spend_limits_user_overrides_value.go
model_get_governance_spend_200_response.go
model_get_governance_spend_200_response_budget.go
model_get_governance_spend_200_response_daily_budget.go
Expand All @@ -631,6 +662,10 @@ model_get_my_usage_200_response.go
model_get_my_usage_200_response_daily.go
model_get_my_usage_200_response_monthly.go
model_get_my_usage_200_response_quota.go
model_get_my_usage_200_response_quota_daily_limit.go
model_get_my_usage_200_response_quota_monthly_limit.go
model_get_restore_status_200_response.go
model_get_scaling_policy_response.go
model_get_skill_200_response.go
model_get_skill_200_response_skill.go
model_get_slack_bot_200_response.go
Expand Down Expand Up @@ -706,11 +741,16 @@ model_query_vector_collection_200_response_pagination.go
model_query_vector_collection_200_response_results_inner.go
model_query_vector_collection_request.go
model_query_vector_collection_request_filter.go
model_scaling_policy.go
model_restore_database_202_response.go
model_restore_database_request.go
model_restore_filesystem_202_response.go
model_restore_filesystem_request.go
model_scaling_policy_list_response.go
model_search_slack_workspace_channels_200_response.go
model_search_slack_workspace_channels_200_response_results_inner.go
model_search_slack_workspace_users_200_response.go
model_search_slack_workspace_users_200_response_results_inner.go
model_set_scaling_policy_request.go
model_spot_configuration.go
model_submit_tool_callback_200_response.go
model_submit_tool_callback_request.go
Expand Down Expand Up @@ -867,12 +907,13 @@ test/api_ai_filter_policies_test.go
test/api_ai_governance_test.go
test/api_ai_inference_test.go
test/api_ai_models_test.go
test/api_ai_monitoring_test.go
test/api_ai_orchestrations_test.go
test/api_ai_search_test.go
test/api_ai_sessions_test.go
test/api_ai_skills_test.go
test/api_ai_slack_bots_test.go
test/api_ai_task_management_test.go
test/api_ai_test.go
test/api_ai_tools_test.go
test/api_ai_usage_test.go
test/api_ai_vector_database_test.go
Expand All @@ -892,9 +933,11 @@ test/api_kv_test.go
test/api_organizations_test.go
test/api_projects_test.go
test/api_purge_test.go
test/api_restore_management_test.go
test/api_rules_test.go
test/api_scaling_policy_test.go
test/api_ssh_access_test.go
test/api_subscription_test.go
test/api_tokens_test.go
test/api_variables_test.go
test/api_volumes_test.go
Expand Down
Loading
Loading