45 lines
1.5 KiB
TypeScript
45 lines
1.5 KiB
TypeScript
export const adminOverviewFixture = {
|
|
generated_at: "2026-08-03T09:30:00.000Z",
|
|
user_slots: {
|
|
active_and_suspended: 4,
|
|
limit: 10,
|
|
},
|
|
generation_jobs: {
|
|
pending_manual_review: 1,
|
|
pending_manual_review_oldest_at: "2026-08-03T09:12:00.000Z",
|
|
queued: 2,
|
|
running: 1,
|
|
},
|
|
models: {
|
|
configured_default_model_id: "gemini-3.1-flash-image-preview",
|
|
configured_model_count: 3,
|
|
recommended_model_id: "gemini-3-pro-image-preview",
|
|
runtime_available_count: 2,
|
|
},
|
|
storage: {
|
|
last_measured_at: "2026-08-03T09:29:00.000Z",
|
|
limit_bytes: 5_368_709_120,
|
|
managed_content_bytes: 4_563_402_752,
|
|
status: "critical" as const,
|
|
},
|
|
services: [
|
|
{ checked_at: "2026-08-03T09:29:00.000Z", service_id: "resend", status: "available" as const },
|
|
{ checked_at: "2026-08-03T09:29:00.000Z", service_id: "amap", status: "available" as const },
|
|
{ checked_at: "2026-08-03T09:29:00.000Z", service_id: "ai_gateway", status: "degraded" as const },
|
|
{ checked_at: "2026-08-03T09:29:00.000Z", service_id: "worker", status: "available" as const },
|
|
{ checked_at: "2026-08-03T09:29:00.000Z", service_id: "asset_root", status: "degraded" as const },
|
|
],
|
|
recent_operations: [
|
|
{
|
|
created_at: "2026-08-03T09:20:00.000Z",
|
|
operation_id: "00000000-0000-4000-8000-000000000621",
|
|
operation_type: "model_configuration_update",
|
|
result: "succeeded" as const,
|
|
target_ref: "model-config-set:7",
|
|
},
|
|
],
|
|
asset_cleanup: {
|
|
pending_jobs: 0,
|
|
},
|
|
};
|