From a1ca43d8698ee34d1a72387c7aaa1edccdd6bba4 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 6 Jul 2026 17:55:15 +0200 Subject: [PATCH] chore(gen): refresh generated schemas after Client.Secret comment drop Commit d8b9f535 dropped the trailing comment on model.Client.Secret but did not regenerate the openapigen output, leaving a stale "MTProto FakeTLS secret" description in schemas.ts and openapi.json. Rerun make gen to bring the generated files back in sync with the source. --- frontend/public/openapi.json | 1 - frontend/src/generated/schemas.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/public/openapi.json b/frontend/public/openapi.json index 571d9d0d4..78e29e0a2 100644 --- a/frontend/public/openapi.json +++ b/frontend/public/openapi.json @@ -1168,7 +1168,6 @@ "nullable": true }, "secret": { - "description": "MTProto FakeTLS secret", "example": "ee1234567890abcdef1234567890abcd7777772e636c6f7564666c6172652e636f6d", "type": "string" }, diff --git a/frontend/src/generated/schemas.ts b/frontend/src/generated/schemas.ts index 0585a1362..3d7fcddca 100644 --- a/frontend/src/generated/schemas.ts +++ b/frontend/src/generated/schemas.ts @@ -1142,7 +1142,6 @@ export const SCHEMAS: Record = { "nullable": true }, "secret": { - "description": "MTProto FakeTLS secret", "example": "ee1234567890abcdef1234567890abcd7777772e636c6f7564666c6172652e636f6d", "type": "string" },