mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-04 04:28:13 +00:00
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.
This commit is contained in:
parent
977fe4b4ea
commit
a1ca43d869
2 changed files with 0 additions and 2 deletions
|
|
@ -1168,7 +1168,6 @@
|
|||
"nullable": true
|
||||
},
|
||||
"secret": {
|
||||
"description": "MTProto FakeTLS secret",
|
||||
"example": "ee1234567890abcdef1234567890abcd7777772e636c6f7564666c6172652e636f6d",
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1142,7 +1142,6 @@ export const SCHEMAS: Record<string, unknown> = {
|
|||
"nullable": true
|
||||
},
|
||||
"secret": {
|
||||
"description": "MTProto FakeTLS secret",
|
||||
"example": "ee1234567890abcdef1234567890abcd7777772e636c6f7564666c6172652e636f6d",
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue