diff --git a/app/client/api-client/types.gen.ts b/app/client/api-client/types.gen.ts index 0c356714..eb1ec1f4 100644 --- a/app/client/api-client/types.gen.ts +++ b/app/client/api-client/types.gen.ts @@ -2970,7 +2970,7 @@ export type GetScheduleNotificationsResponses = { config: | { apiToken: string; - priority: -1 | 0 | 1; + priority: -1 | -2 | 0 | 1 | 2; type: "pushover"; userKey: string; devices?: string; @@ -3080,7 +3080,7 @@ export type UpdateScheduleNotificationsResponses = { config: | { apiToken: string; - priority: -1 | 0 | 1; + priority: -1 | -2 | 0 | 1 | 2; type: "pushover"; userKey: string; devices?: string; @@ -3655,7 +3655,7 @@ export type ListNotificationDestinationsResponses = { config: | { apiToken: string; - priority: -1 | 0 | 1; + priority: -1 | -2 | 0 | 1 | 2; type: "pushover"; userKey: string; devices?: string; @@ -3736,7 +3736,7 @@ export type CreateNotificationDestinationData = { config: | { apiToken: string; - priority: -1 | 0 | 1; + priority: -1 | -2 | 0 | 1 | 2; type: "pushover"; userKey: string; devices?: string; @@ -3815,7 +3815,7 @@ export type CreateNotificationDestinationResponses = { config: | { apiToken: string; - priority: -1 | 0 | 1; + priority: -1 | -2 | 0 | 1 | 2; type: "pushover"; userKey: string; devices?: string; @@ -3943,7 +3943,7 @@ export type GetNotificationDestinationResponses = { config: | { apiToken: string; - priority: -1 | 0 | 1; + priority: -1 | -2 | 0 | 1 | 2; type: "pushover"; userKey: string; devices?: string; @@ -4024,7 +4024,7 @@ export type UpdateNotificationDestinationData = { config?: | { apiToken: string; - priority: -1 | 0 | 1; + priority: -1 | -2 | 0 | 1 | 2; type: "pushover"; userKey: string; devices?: string; @@ -4113,7 +4113,7 @@ export type UpdateNotificationDestinationResponses = { config: | { apiToken: string; - priority: -1 | 0 | 1; + priority: -1 | -2 | 0 | 1 | 2; type: "pushover"; userKey: string; devices?: string;