diff --git a/www/app/reflector-api.d.ts b/www/app/reflector-api.d.ts index 3eac8421..0b404692 100644 --- a/www/app/reflector-api.d.ts +++ b/www/app/reflector-api.d.ts @@ -953,8 +953,11 @@ export interface components { }; /** ICSStatus */ ICSStatus: { - /** Status */ - status: string; + /** + * Status + * @enum {string} + */ + status: "enabled" | "disabled"; /** Last Sync */ last_sync?: string | null; /** Next Sync */