chore: generate server api
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2149,6 +2149,7 @@ export type ServerConfigurationItemResponseModel = {
|
||||
|
||||
export type ServerConfigurationResponseModel = {
|
||||
allowPasswordReset: boolean;
|
||||
versionCheckPeriod: number;
|
||||
};
|
||||
|
||||
export type ServerInformationResponseModel = {
|
||||
@@ -2608,6 +2609,12 @@ export type UpdateWebhookRequestModel = {
|
||||
events: Array<(string)>;
|
||||
};
|
||||
|
||||
export type UpgradeCheckResponseModel = {
|
||||
type: string;
|
||||
comment: string;
|
||||
url: string;
|
||||
};
|
||||
|
||||
export type UpgradeSettingsResponseModel = {
|
||||
currentState: string;
|
||||
newState: string;
|
||||
@@ -4667,6 +4674,8 @@ export type GetServerStatusResponse = ((ServerStatusResponseModel));
|
||||
|
||||
export type GetServerTroubleshootingResponse = ((ServerTroubleshootingResponseModel));
|
||||
|
||||
export type GetServerUpgradeCheckResponse = ((UpgradeCheckResponseModel));
|
||||
|
||||
export type GetItemStaticFileData = {
|
||||
path?: Array<(string)>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user