shortcutkit 0.1.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -13,6 +13,13 @@ export type Action = {
13
13
  WFWorkflowActionParameters: Record<string, Value>;
14
14
  outputName?: string;
15
15
  };
16
+ /** Names the app that provides an App Intents action; written as the AppIntentDescriptor parameter. */
17
+ export type AppIntentDescriptor = {
18
+ BundleIdentifier: string;
19
+ Name: string;
20
+ TeamIdentifier: string;
21
+ AppIntentIdentifier: string;
22
+ };
16
23
  /** WFWorkflowIcon.backgroundColorValue for palette colors 0-14, unsigned as the plist stores it. */
17
24
  export declare const ICON_COLORS: {
18
25
  readonly Red: 4282601983;