chore: update generated API types
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b0c73ece9f
commit
1ed7a19afe
1 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue