From c7f0d042690bd4033bf68293b33f2c2c3f537d1e Mon Sep 17 00:00:00 2001 From: activitysmith-bot Date: Wed, 3 Jun 2026 06:52:33 +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..b4fd810 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:// URL that runs an Apple 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:// URL that runs an Apple 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:// URL opened when the user taps the notification body. Use shortcuts:// to run an Apple Shortcut. Overrides the default tap target from `media` when both are provided. * @type {string} * @memberof PushNotificationRequest */