Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions generated/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down