chore(ui): regenerate dashboard api types

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
shivam 2026-07-24 21:24:27 +00:00
parent 8c5f96e940
commit b4d2ba67e9

View file

@ -25752,6 +25752,8 @@ export interface components {
auto_router_embedding_model?: string | null;
/** Aws Access Key Id */
aws_access_key_id?: string | null;
/** Aws Batch Role Arn */
aws_batch_role_arn?: string | null;
/** Aws Bedrock Project Id */
aws_bedrock_project_id?: string | null;
/** Aws Bedrock Runtime Endpoint */
@ -25762,6 +25764,10 @@ export interface components {
aws_secret_access_key?: string | null;
/** Azure Ad Token */
azure_ad_token?: string | null;
/** Bedrock Tags */
bedrock_tags?: {
[key: string]: string;
}[] | null;
/** Budget Duration */
budget_duration?: string | null;
/** Cache Creation Input Audio Token Cost */
@ -25965,6 +25971,10 @@ export interface components {
s3_bucket_name?: string | null;
/** S3 Encryption Key Id */
s3_encryption_key_id?: string | null;
/** S3 Output Bucket Name */
s3_output_bucket_name?: string | null;
/** S3 Region Name */
s3_region_name?: string | null;
/** Search Context Cost Per Query */
search_context_cost_per_query?: {
[key: string]: unknown;
@ -33824,6 +33834,8 @@ export interface components {
auto_router_embedding_model?: string | null;
/** Aws Access Key Id */
aws_access_key_id?: string | null;
/** Aws Batch Role Arn */
aws_batch_role_arn?: string | null;
/** Aws Bedrock Project Id */
aws_bedrock_project_id?: string | null;
/** Aws Bedrock Runtime Endpoint */
@ -33834,6 +33846,10 @@ export interface components {
aws_secret_access_key?: string | null;
/** Azure Ad Token */
azure_ad_token?: string | null;
/** Bedrock Tags */
bedrock_tags?: {
[key: string]: string;
}[] | null;
/** Budget Duration */
budget_duration?: string | null;
/** Cache Creation Input Audio Token Cost */
@ -34037,6 +34053,10 @@ export interface components {
s3_bucket_name?: string | null;
/** S3 Encryption Key Id */
s3_encryption_key_id?: string | null;
/** S3 Output Bucket Name */
s3_output_bucket_name?: string | null;
/** S3 Region Name */
s3_region_name?: string | null;
/** Search Context Cost Per Query */
search_context_cost_per_query?: {
[key: string]: unknown;