Update automatically generated API type definitions
This commit is contained in:
parent
25e90f9c07
commit
9b130b3390
@ -4258,7 +4258,7 @@ declare module '../api.js' {
|
|||||||
): Promise<SwitchCaseResponseType<E, P>>;
|
): Promise<SwitchCaseResponseType<E, P>>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get Sharkey GH Sponsors
|
* Get Sharkey Sponsors
|
||||||
*
|
*
|
||||||
* **Credential required**: *No*
|
* **Credential required**: *No*
|
||||||
*/
|
*/
|
||||||
|
@ -3673,7 +3673,7 @@ export type paths = {
|
|||||||
'/sponsors': {
|
'/sponsors': {
|
||||||
/**
|
/**
|
||||||
* sponsors
|
* sponsors
|
||||||
* @description Get Sharkey GH Sponsors
|
* @description Get Sharkey Sponsors
|
||||||
*
|
*
|
||||||
* **Credential required**: *No*
|
* **Credential required**: *No*
|
||||||
*/
|
*/
|
||||||
@ -3814,6 +3814,7 @@ export type components = {
|
|||||||
url: string;
|
url: string;
|
||||||
offsetX?: number;
|
offsetX?: number;
|
||||||
offsetY?: number;
|
offsetY?: number;
|
||||||
|
showBelow?: boolean;
|
||||||
}[];
|
}[];
|
||||||
/** @default false */
|
/** @default false */
|
||||||
isAdmin?: boolean;
|
isAdmin?: boolean;
|
||||||
@ -20224,6 +20225,7 @@ export type operations = {
|
|||||||
flipH?: boolean | null;
|
flipH?: boolean | null;
|
||||||
offsetX?: number | null;
|
offsetX?: number | null;
|
||||||
offsetY?: number | null;
|
offsetY?: number | null;
|
||||||
|
showBelow?: boolean | null;
|
||||||
})[];
|
})[];
|
||||||
/** Format: misskey:id */
|
/** Format: misskey:id */
|
||||||
bannerId?: string | null;
|
bannerId?: string | null;
|
||||||
@ -27988,7 +27990,7 @@ export type operations = {
|
|||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* sponsors
|
* sponsors
|
||||||
* @description Get Sharkey GH Sponsors
|
* @description Get Sharkey Sponsors
|
||||||
*
|
*
|
||||||
* **Credential required**: *No*
|
* **Credential required**: *No*
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user