autogen: locale index & api types

This commit is contained in:
オスカー、 2024-10-28 15:47:56 +09:00
parent ccff928964
commit 07e2ab5d44
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
2 changed files with 27 additions and 1 deletions

26
locales/index.d.ts vendored
View file

@ -48,6 +48,20 @@ export interface Locale extends ILocale {
* *
*/ */
"password": string; "password": string;
/**
*
*/
"initialPasswordForSetup": string;
/**
*
*/
"initialPasswordIsIncorrect": string;
/**
* Misskeyを自分でインストールした場合は使
* Misskeyのホスティングサービスなどを使用している場合は使
*
*/
"initialPasswordForSetupDescription": string;
/** /**
* *
*/ */
@ -8757,14 +8771,26 @@ export interface Locale extends ILocale {
* *
*/ */
"callback": string; "callback": string;
/**
*
*/
"accepted": string;
/** /**
* *
*/ */
"denied": string; "denied": string;
/**
*
*/
"scopeUser": string;
/** /**
* *
*/ */
"pleaseLogin": string; "pleaseLogin": string;
/**
* URLに遷移します
*/
"byClickingYouWillBeRedirectedToThisUrl": string;
}; };
"_antennaSources": { "_antennaSources": {
/** /**

View file

@ -16884,7 +16884,7 @@ export type operations = {
* federation/instances * federation/instances
* @description No description provided. * @description No description provided.
* *
* **Credential required**: *No* * **Credential required**: *Yes* / **Permission**: *read:admin:server-info*
*/ */
federation___instances: { federation___instances: {
requestBody: { requestBody: {