chore: update generated API types

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
StarFleetCPTN 2026-01-25 13:15:17 -08:00
parent b0c73ece9f
commit 1ed7a19afe

View file

@ -2970,7 +2970,7 @@ export type GetScheduleNotificationsResponses = {
config: config:
| { | {
apiToken: string; apiToken: string;
priority: -1 | 0 | 1; priority: -1 | -2 | 0 | 1 | 2;
type: "pushover"; type: "pushover";
userKey: string; userKey: string;
devices?: string; devices?: string;
@ -3080,7 +3080,7 @@ export type UpdateScheduleNotificationsResponses = {
config: config:
| { | {
apiToken: string; apiToken: string;
priority: -1 | 0 | 1; priority: -1 | -2 | 0 | 1 | 2;
type: "pushover"; type: "pushover";
userKey: string; userKey: string;
devices?: string; devices?: string;
@ -3655,7 +3655,7 @@ export type ListNotificationDestinationsResponses = {
config: config:
| { | {
apiToken: string; apiToken: string;
priority: -1 | 0 | 1; priority: -1 | -2 | 0 | 1 | 2;
type: "pushover"; type: "pushover";
userKey: string; userKey: string;
devices?: string; devices?: string;
@ -3736,7 +3736,7 @@ export type CreateNotificationDestinationData = {
config: config:
| { | {
apiToken: string; apiToken: string;
priority: -1 | 0 | 1; priority: -1 | -2 | 0 | 1 | 2;
type: "pushover"; type: "pushover";
userKey: string; userKey: string;
devices?: string; devices?: string;
@ -3815,7 +3815,7 @@ export type CreateNotificationDestinationResponses = {
config: config:
| { | {
apiToken: string; apiToken: string;
priority: -1 | 0 | 1; priority: -1 | -2 | 0 | 1 | 2;
type: "pushover"; type: "pushover";
userKey: string; userKey: string;
devices?: string; devices?: string;
@ -3943,7 +3943,7 @@ export type GetNotificationDestinationResponses = {
config: config:
| { | {
apiToken: string; apiToken: string;
priority: -1 | 0 | 1; priority: -1 | -2 | 0 | 1 | 2;
type: "pushover"; type: "pushover";
userKey: string; userKey: string;
devices?: string; devices?: string;
@ -4024,7 +4024,7 @@ export type UpdateNotificationDestinationData = {
config?: config?:
| { | {
apiToken: string; apiToken: string;
priority: -1 | 0 | 1; priority: -1 | -2 | 0 | 1 | 2;
type: "pushover"; type: "pushover";
userKey: string; userKey: string;
devices?: string; devices?: string;
@ -4113,7 +4113,7 @@ export type UpdateNotificationDestinationResponses = {
config: config:
| { | {
apiToken: string; apiToken: string;
priority: -1 | 0 | 1; priority: -1 | -2 | 0 | 1 | 2;
type: "pushover"; type: "pushover";
userKey: string; userKey: string;
devices?: string; devices?: string;