From 1ed7a19afeff2e5ccefbe07a12d9590c365e7c7f Mon Sep 17 00:00:00 2001 From: StarFleetCPTN Date: Sun, 25 Jan 2026 13:15:17 -0800 Subject: [PATCH] chore: update generated API types Co-Authored-By: Claude Opus 4.5 --- app/client/api-client/types.gen.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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;