From 4eae007b70adff79aa810ed0c00a0788bc7e3040 Mon Sep 17 00:00:00 2001 From: activitysmith-bot Date: Wed, 3 Jun 2026 11:06:59 +0000 Subject: [PATCH] chore: regenerate SDK --- generated/models/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generated/models/index.ts b/generated/models/index.ts index 6982bb7..d878ebe 100644 --- a/generated/models/index.ts +++ b/generated/models/index.ts @@ -646,7 +646,7 @@ export interface LiveActivityAction { */ type: LiveActivityActionType; /** - * Action URL. For open_url, use an HTTPS or shortcuts:// URL. For webhook, use an HTTPS URL called by the ActivitySmith backend. + * Action URL. For open_url, use an HTTPS URL or a shortcuts://run-shortcut?name=... URL that runs a specific iPhone Shortcut. For webhook, use an HTTPS URL called by the ActivitySmith backend. * @type {string} * @memberof LiveActivityAction */ @@ -1313,7 +1313,7 @@ export interface PushNotificationAction { */ type: PushNotificationActionType; /** - * Action URL. For open_url, use an HTTPS or shortcuts:// URL. For webhook, use an HTTPS URL called by the ActivitySmith backend. + * Action URL. For open_url, use an HTTPS URL or a shortcuts://run-shortcut?name=... URL that runs a specific iPhone Shortcut. For webhook, use an HTTPS URL called by the ActivitySmith backend. * @type {string} * @memberof PushNotificationAction */ @@ -1374,7 +1374,7 @@ export interface PushNotificationRequest { */ media?: string; /** - * Optional HTTPS or shortcuts:// URL opened when user taps the notification body. Overrides the default tap target from `media` when both are provided. + * Optional HTTPS URL or shortcuts://run-shortcut?name=... URL opened when the user taps the notification body. Use shortcuts://run-shortcut?name=... to run a specific iPhone Shortcut that already exists on the user's device. Overrides the default tap target from `media` when both are provided. * @type {string} * @memberof PushNotificationRequest */