shortcutkit 0.3.0 → 0.4.1

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.
@@ -79,56 +79,67 @@ export declare const actions: {
79
79
  readonly com_apple_Notes_ICNotesFolderIntent: "com.apple.Notes.ICNotesFolderIntent";
80
80
  /**
81
81
  * **Unknown Action**
82
+ * Output: Unknown Action
82
83
  * Parameters: `ShowWhenRun`
83
84
  */
84
85
  readonly com_apple_TVRemoteUIService_LaunchApplicationIntent: "com.apple.TVRemoteUIService.LaunchApplicationIntent";
85
86
  /**
86
87
  * **Unknown Action**
88
+ * Output: Unknown Action
87
89
  * Parameters: `ShowWhenRun`
88
90
  */
89
91
  readonly com_apple_TVRemoteUIService_LaunchRemoteIntent: "com.apple.TVRemoteUIService.LaunchRemoteIntent";
90
92
  /**
91
93
  * **Unknown Action**
94
+ * Output: Unknown Action
92
95
  * Parameters: `ShowWhenRun`
93
96
  */
94
97
  readonly com_apple_TVRemoteUIService_LaunchScreenSaverIntent: "com.apple.TVRemoteUIService.LaunchScreenSaverIntent";
95
98
  /**
96
99
  * **Unknown Action**
100
+ * Output: Unknown Action
97
101
  * Parameters: `ShowWhenRun`
98
102
  */
99
103
  readonly com_apple_TVRemoteUIService_PauseContentIntent: "com.apple.TVRemoteUIService.PauseContentIntent";
100
104
  /**
101
105
  * **Unknown Action**
106
+ * Output: Unknown Action
102
107
  * Parameters: `ShowWhenRun`
103
108
  */
104
109
  readonly com_apple_TVRemoteUIService_ReduceLoudSoundsIntent: "com.apple.TVRemoteUIService.ReduceLoudSoundsIntent";
105
110
  /**
106
111
  * **Unknown Action**
112
+ * Output: Unknown Action
107
113
  * Parameters: `ShowWhenRun`
108
114
  */
109
115
  readonly com_apple_TVRemoteUIService_SkipContentIntent: "com.apple.TVRemoteUIService.SkipContentIntent";
110
116
  /**
111
117
  * **Unknown Action**
118
+ * Output: Unknown Action
112
119
  * Parameters: `ShowWhenRun`
113
120
  */
114
121
  readonly com_apple_TVRemoteUIService_SleepAppleTVIntent: "com.apple.TVRemoteUIService.SleepAppleTVIntent";
115
122
  /**
116
123
  * **Unknown Action**
124
+ * Output: Unknown Action
117
125
  * Parameters: `ShowWhenRun`
118
126
  */
119
127
  readonly com_apple_TVRemoteUIService_SwitchUserAccountIntent: "com.apple.TVRemoteUIService.SwitchUserAccountIntent";
120
128
  /**
121
129
  * **Unknown Action**
130
+ * Output: Unknown Action
122
131
  * Parameters: `ShowWhenRun`
123
132
  */
124
133
  readonly com_apple_TVRemoteUIService_ToggleCaptionsIntent: "com.apple.TVRemoteUIService.ToggleCaptionsIntent";
125
134
  /**
126
135
  * **Set Appearance on Apple TV**
136
+ * Output: Set Appearance on Apple TV
127
137
  * Parameters: `ShowWhenRun`
128
138
  */
129
139
  readonly com_apple_TVRemoteUIService_ToggleSystemAppearanceIntent: "com.apple.TVRemoteUIService.ToggleSystemAppearanceIntent";
130
140
  /**
131
141
  * **Unknown Action**
142
+ * Output: Unknown Action
132
143
  * Parameters: `ShowWhenRun`
133
144
  */
134
145
  readonly com_apple_TVRemoteUIService_WakeAppleTVIntent: "com.apple.TVRemoteUIService.WakeAppleTVIntent";
@@ -413,6 +424,7 @@ export declare const actions: {
413
424
  /**
414
425
  * **Show Quick Reminder**
415
426
  * Opens the Quick Reminder view.
427
+ * Output: Show Quick Reminder
416
428
  */
417
429
  readonly addquickreminder: "is.workflow.actions.addquickreminder";
418
430
  /**
@@ -481,6 +493,7 @@ export declare const actions: {
481
493
  * **Ask for Input**
482
494
  * Displays a dialog prompting the user to enter a piece of information.
483
495
  * Summary: `Ask for ${WFInputType} with ${WFAskActionPrompt}`
496
+ * Output: Provided Input
484
497
  * Parameters: `WFAskActionPrompt`, `WFInputType`, `WFAskActionDefaultAnswer`, `WFAskActionDefaultAnswerNumber`, `urlAnswer`, `WFAskActionDefaultAnswerURL`, `WFAskActionDefaultAnswerDate`, `WFAskActionDefaultAnswerTime`, `WFAskActionDefaultAnswerDateAndTime`, `WFAskActionAllowsDecimalNumbers`, `WFAskActionAllowsNegativeNumbers`, `WFAllowsMultilineText`, `ShowWhenRun`
485
498
  */
486
499
  readonly ask: "is.workflow.actions.ask";
@@ -602,6 +615,7 @@ export declare const actions: {
602
615
  /**
603
616
  * **Correct Spelling**
604
617
  * Autocorrects the spelling of text passed into the action.
618
+ * Output: Corrected Spelling
605
619
  * Parameters: `text`, `ShowWhenRun`
606
620
  */
607
621
  readonly correctspelling: "is.workflow.actions.correctspelling";
@@ -1014,6 +1028,7 @@ export declare const actions: {
1014
1028
  readonly filter_apps: "is.workflow.actions.filter.apps";
1015
1029
  /**
1016
1030
  * **Filter Articles**
1031
+ * Output: Articles
1017
1032
  * Parameters: `WFContentItemFilter`, `WFContentItemSortProperty`, `WFContentItemSortOrder`, `WFContentItemLimitEnabled`, `WFContentItemLimitNumber`, `WFCompoundType`, `WFContentItemInputParameter`
1018
1033
  */
1019
1034
  readonly filter_articles: "is.workflow.actions.filter.articles";
@@ -1053,6 +1068,7 @@ export declare const actions: {
1053
1068
  readonly filter_images: "is.workflow.actions.filter.images";
1054
1069
  /**
1055
1070
  * **Filter Locations**
1071
+ * Output: Locations
1056
1072
  * Parameters: `WFContentItemFilter`, `WFContentItemSortProperty`, `WFContentItemSortOrder`, `WFContentItemLimitEnabled`, `WFContentItemLimitNumber`, `WFCompoundType`, `WFContentItemInputParameter`
1057
1073
  */
1058
1074
  readonly filter_locations: "is.workflow.actions.filter.locations";
@@ -1169,6 +1185,7 @@ export declare const actions: {
1169
1185
  /**
1170
1186
  * **Get Current App**
1171
1187
  * Gets the current visible app.
1188
+ * Output: Current App
1172
1189
  * Parameters: `WFVisibleAppScope`
1173
1190
  */
1174
1191
  readonly getcurrentapp: "is.workflow.actions.getcurrentapp";
@@ -1199,6 +1216,7 @@ export declare const actions: {
1199
1216
  /**
1200
1217
  * **Open Directions**
1201
1218
  * Opens directions to the location passed into this action in your choice of Maps, Google Maps, Citymapper, Transit, or Waze. For example, you can use this action to get directions to an upcoming event on your calendar.
1219
+ * Output: Open Directions
1202
1220
  * Parameters: `WFLocation`, `WFDestination`, `WFGetDirectionsActionApp`, `WFGetDirectionsActionMode`
1203
1221
  */
1204
1222
  readonly getdirections: "is.workflow.actions.getdirections";
@@ -1378,6 +1396,7 @@ export declare const actions: {
1378
1396
  * **Get Parent Directory**
1379
1397
  * Gets the common parent directory of the files passed in.
1380
1398
  * Summary: `Get parent directory of ${WFInput}`
1399
+ * Output: Get Parent Directory
1381
1400
  * Parameters: `WFInput`
1382
1401
  */
1383
1402
  readonly getparentdirectory: "is.workflow.actions.getparentdirectory";
@@ -1528,6 +1547,7 @@ export declare const actions: {
1528
1547
  * **Open in GoodReader**
1529
1548
  * Opens a file in GoodReader.
1530
1549
  * Summary: `Open ${WFInput}`
1550
+ * Output: Open in GoodReader
1531
1551
  * Parameters: `WFInput`
1532
1552
  */
1533
1553
  readonly goodreader_open: "is.workflow.actions.goodreader.open";
@@ -1541,6 +1561,7 @@ export declare const actions: {
1541
1561
  * **Hand Off Playback**
1542
1562
  * Hands off Music or Podcasts playback between two devices.
1543
1563
  * Summary: `Hand off playback from ${WFSourceMediaRoute} to ${WFDestinationMediaRoute}`
1564
+ * Output: Hand Off Playback
1544
1565
  * Parameters: `WFSourceMediaRoute`, `WFDestinationMediaRoute`
1545
1566
  */
1546
1567
  readonly handoffplayback: "is.workflow.actions.handoffplayback";
@@ -1846,6 +1867,7 @@ export declare const actions: {
1846
1867
  * **Nothing**
1847
1868
  * This action does nothing and produces no output. It is useful to separate blocks of actions, or to explicitly pass an empty input to an action.
1848
1869
  * Summary: `Nothing`
1870
+ * Output: Nothing
1849
1871
  */
1850
1872
  readonly nothing: "is.workflow.actions.nothing";
1851
1873
  /**
@@ -2077,16 +2099,19 @@ export declare const actions: {
2077
2099
  readonly properties_appearance: "is.workflow.actions.properties.appearance";
2078
2100
  /**
2079
2101
  * **Get Details of App Store App**
2102
+ * Output: Details of App Store Apps
2080
2103
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2081
2104
  */
2082
2105
  readonly properties_appstore: "is.workflow.actions.properties.appstore";
2083
2106
  /**
2084
2107
  * **Get Details of Article**
2108
+ * Output: Details of Articles
2085
2109
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2086
2110
  */
2087
2111
  readonly properties_articles: "is.workflow.actions.properties.articles";
2088
2112
  /**
2089
2113
  * **Get Details of Calendar Events**
2114
+ * Output: Details of Calendar Events
2090
2115
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2091
2116
  */
2092
2117
  readonly properties_calendarevents: "is.workflow.actions.properties.calendarevents";
@@ -2116,11 +2141,13 @@ export declare const actions: {
2116
2141
  readonly properties_images: "is.workflow.actions.properties.images";
2117
2142
  /**
2118
2143
  * **Get Details of iTunes Artist**
2144
+ * Output: Details of Itunes Artists
2119
2145
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2120
2146
  */
2121
2147
  readonly properties_itunesartist: "is.workflow.actions.properties.itunesartist";
2122
2148
  /**
2123
2149
  * **Get Details of iTunes Product**
2150
+ * Output: Details of Itunes Products
2124
2151
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2125
2152
  */
2126
2153
  readonly properties_itunesstore: "is.workflow.actions.properties.itunesstore";
@@ -2131,6 +2158,7 @@ export declare const actions: {
2131
2158
  readonly properties_locations: "is.workflow.actions.properties.locations";
2132
2159
  /**
2133
2160
  * **Get Details of Music**
2161
+ * Output: Artist
2134
2162
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2135
2163
  */
2136
2164
  readonly properties_music: "is.workflow.actions.properties.music";
@@ -2141,11 +2169,13 @@ export declare const actions: {
2141
2169
  readonly properties_parkedcar: "is.workflow.actions.properties.parkedcar";
2142
2170
  /**
2143
2171
  * **Get Details of Podcast Episode**
2172
+ * Output: Details of Podcast Episodes
2144
2173
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2145
2174
  */
2146
2175
  readonly properties_podcast: "is.workflow.actions.properties.podcast";
2147
2176
  /**
2148
2177
  * **Get Details of Podcast**
2178
+ * Output: Details of Podcasts
2149
2179
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2150
2180
  */
2151
2181
  readonly properties_podcastshow: "is.workflow.actions.properties.podcastshow";
@@ -2161,6 +2191,7 @@ export declare const actions: {
2161
2191
  readonly properties_ridestatus: "is.workflow.actions.properties.ridestatus";
2162
2192
  /**
2163
2193
  * **Get Details of Safari Web Page**
2194
+ * Output: Details of Safari Web Pages
2164
2195
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2165
2196
  */
2166
2197
  readonly properties_safariwebpage: "is.workflow.actions.properties.safariwebpage";
@@ -2277,6 +2308,7 @@ export declare const actions: {
2277
2308
  * **Request Ride**
2278
2309
  * Requests a ride from the specified pickup location to a specified drop off location.
2279
2310
  * Summary: `Request ride from ${PickupLocation} to ${DropOffLocation} with ${IntentAppDefinition}`
2311
+ * Output: Requested Ride
2280
2312
  * Parameters: `IntentAppDefinition`, `PickupLocation`, `DropOffLocation`, `RideOption`, `PaymentMethod`, `PartySize`
2281
2313
  */
2282
2314
  readonly ride_requestride: "is.workflow.actions.ride.requestride";
@@ -2505,6 +2537,7 @@ export declare const actions: {
2505
2537
  /**
2506
2538
  * **Change Playback Destination**
2507
2539
  * Changes the current playback destination. Use this action to route audio to AirPods, Bluetooth speakers, HomePod, or other AirPlay devices. Optionally, this action can add or remove devices from a group, so you can route audio to multiple devices at once.
2540
+ * Output: Change Playback Destination
2508
2541
  * Parameters: `WFMediaRouteOperation`, `WFMediaRoute`
2509
2542
  */
2510
2543
  readonly setplaybackdestination: "is.workflow.actions.setplaybackdestination";
@@ -2721,24 +2754,28 @@ export declare const actions: {
2721
2754
  /**
2722
2755
  * **Change Case**
2723
2756
  * Changes the case of the text passed into the action to UPPERCASE, lowercase, or Title Case.
2757
+ * Output: Updated Text
2724
2758
  * Parameters: `text`, `WFCaseType`, `ShowWhenRun`
2725
2759
  */
2726
2760
  readonly text_changecase: "is.workflow.actions.text.changecase";
2727
2761
  /**
2728
2762
  * **Combine Text**
2729
2763
  * Joins the text together, inserting the separator between each join.
2764
+ * Output: Combined Text
2730
2765
  * Parameters: `text`, `WFTextSeparator`, `WFTextCustomSeparator`, `ShowWhenRun`
2731
2766
  */
2732
2767
  readonly text_combine: "is.workflow.actions.text.combine";
2733
2768
  /**
2734
2769
  * **Match Text**
2735
2770
  * Searches text passed into the action for matches to a regular expression.
2771
+ * Output: Matches
2736
2772
  * Parameters: `text`, `WFMatchTextPattern`, `WFMatchTextCaseSensitive`, `ShowWhenRun`
2737
2773
  */
2738
2774
  readonly text_match: "is.workflow.actions.text.match";
2739
2775
  /**
2740
2776
  * **Get Group from Matched Text**
2741
2777
  * Gets the text that matched a particular capture group or all of the capture groups from the output of a Match Text action.
2778
+ * Output: Text
2742
2779
  * Parameters: `matches`, `WFGetGroupType`, `WFGroupIndex`, `ShowWhenRun`
2743
2780
  */
2744
2781
  readonly text_match_getgroup: "is.workflow.actions.text.match.getgroup";
@@ -2753,6 +2790,7 @@ export declare const actions: {
2753
2790
  /**
2754
2791
  * **Split Text**
2755
2792
  * Separates text passed into the action into a list.
2793
+ * Output: Split Text
2756
2794
  * Parameters: `text`, `WFTextSeparator`, `WFTextCustomSeparator`, `ShowWhenRun`
2757
2795
  */
2758
2796
  readonly text_split: "is.workflow.actions.text.split";
@@ -2776,6 +2814,7 @@ export declare const actions: {
2776
2814
  * **Start Timer**
2777
2815
  * Starts a timer in the Clock app for the specified amount of time.
2778
2816
  * Summary: `Start timer for ${WFDuration}`
2817
+ * Output: Start Timer
2779
2818
  * Parameters: `IntentAppDefinition`, `WFDuration`
2780
2819
  */
2781
2820
  readonly timer_start: "is.workflow.actions.timer.start";
@@ -2844,6 +2883,7 @@ export declare const actions: {
2844
2883
  * **Tweet**
2845
2884
  * Tweets the input.
2846
2885
  * Summary: `Tweet ${TweetInput}`
2886
+ * Output: Tweet
2847
2887
  * Parameters: `TweetInput`
2848
2888
  */
2849
2889
  readonly tweet: "is.workflow.actions.tweet";
@@ -14079,57 +14119,57 @@ export declare const ACTIONS: {
14079
14119
  readonly "com.apple.TVRemoteUIService.LaunchApplicationIntent": {
14080
14120
  readonly name: "Unknown Action";
14081
14121
  readonly params: readonly ["ShowWhenRun"];
14082
- readonly output: null;
14122
+ readonly output: "Unknown Action";
14083
14123
  };
14084
14124
  readonly "com.apple.TVRemoteUIService.LaunchRemoteIntent": {
14085
14125
  readonly name: "Unknown Action";
14086
14126
  readonly params: readonly ["ShowWhenRun"];
14087
- readonly output: null;
14127
+ readonly output: "Unknown Action";
14088
14128
  };
14089
14129
  readonly "com.apple.TVRemoteUIService.LaunchScreenSaverIntent": {
14090
14130
  readonly name: "Unknown Action";
14091
14131
  readonly params: readonly ["ShowWhenRun"];
14092
- readonly output: null;
14132
+ readonly output: "Unknown Action";
14093
14133
  };
14094
14134
  readonly "com.apple.TVRemoteUIService.PauseContentIntent": {
14095
14135
  readonly name: "Unknown Action";
14096
14136
  readonly params: readonly ["ShowWhenRun"];
14097
- readonly output: null;
14137
+ readonly output: "Unknown Action";
14098
14138
  };
14099
14139
  readonly "com.apple.TVRemoteUIService.ReduceLoudSoundsIntent": {
14100
14140
  readonly name: "Unknown Action";
14101
14141
  readonly params: readonly ["ShowWhenRun"];
14102
- readonly output: null;
14142
+ readonly output: "Unknown Action";
14103
14143
  };
14104
14144
  readonly "com.apple.TVRemoteUIService.SkipContentIntent": {
14105
14145
  readonly name: "Unknown Action";
14106
14146
  readonly params: readonly ["ShowWhenRun"];
14107
- readonly output: null;
14147
+ readonly output: "Unknown Action";
14108
14148
  };
14109
14149
  readonly "com.apple.TVRemoteUIService.SleepAppleTVIntent": {
14110
14150
  readonly name: "Unknown Action";
14111
14151
  readonly params: readonly ["ShowWhenRun"];
14112
- readonly output: null;
14152
+ readonly output: "Unknown Action";
14113
14153
  };
14114
14154
  readonly "com.apple.TVRemoteUIService.SwitchUserAccountIntent": {
14115
14155
  readonly name: "Unknown Action";
14116
14156
  readonly params: readonly ["ShowWhenRun"];
14117
- readonly output: null;
14157
+ readonly output: "Unknown Action";
14118
14158
  };
14119
14159
  readonly "com.apple.TVRemoteUIService.ToggleCaptionsIntent": {
14120
14160
  readonly name: "Unknown Action";
14121
14161
  readonly params: readonly ["ShowWhenRun"];
14122
- readonly output: null;
14162
+ readonly output: "Unknown Action";
14123
14163
  };
14124
14164
  readonly "com.apple.TVRemoteUIService.ToggleSystemAppearanceIntent": {
14125
14165
  readonly name: "Set Appearance on Apple TV";
14126
14166
  readonly params: readonly ["ShowWhenRun"];
14127
- readonly output: null;
14167
+ readonly output: "Set Appearance on Apple TV";
14128
14168
  };
14129
14169
  readonly "com.apple.TVRemoteUIService.WakeAppleTVIntent": {
14130
14170
  readonly name: "Unknown Action";
14131
14171
  readonly params: readonly ["ShowWhenRun"];
14132
- readonly output: null;
14172
+ readonly output: "Unknown Action";
14133
14173
  };
14134
14174
  readonly "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundIntent": {
14135
14175
  readonly name: "Change Background Sound";
@@ -14354,7 +14394,7 @@ export declare const ACTIONS: {
14354
14394
  readonly "is.workflow.actions.addquickreminder": {
14355
14395
  readonly name: "Show Quick Reminder";
14356
14396
  readonly params: readonly [];
14357
- readonly output: null;
14397
+ readonly output: "Show Quick Reminder";
14358
14398
  };
14359
14399
  readonly "is.workflow.actions.address": {
14360
14400
  readonly name: "Street Address";
@@ -14404,7 +14444,7 @@ export declare const ACTIONS: {
14404
14444
  readonly "is.workflow.actions.ask": {
14405
14445
  readonly name: "Ask for Input";
14406
14446
  readonly params: readonly ["WFAskActionPrompt", "WFInputType", "WFAskActionDefaultAnswer", "WFAskActionDefaultAnswerNumber", "urlAnswer", "WFAskActionDefaultAnswerURL", "WFAskActionDefaultAnswerDate", "WFAskActionDefaultAnswerTime", "WFAskActionDefaultAnswerDateAndTime", "WFAskActionAllowsDecimalNumbers", "WFAskActionAllowsNegativeNumbers", "WFAllowsMultilineText", "ShowWhenRun"];
14407
- readonly output: null;
14447
+ readonly output: "Provided Input";
14408
14448
  };
14409
14449
  readonly "is.workflow.actions.askllm": {
14410
14450
  readonly name: "Use Model";
@@ -14489,7 +14529,7 @@ export declare const ACTIONS: {
14489
14529
  readonly "is.workflow.actions.correctspelling": {
14490
14530
  readonly name: "Correct Spelling";
14491
14531
  readonly params: readonly ["text", "ShowWhenRun"];
14492
- readonly output: null;
14532
+ readonly output: "Corrected Spelling";
14493
14533
  };
14494
14534
  readonly "is.workflow.actions.count": {
14495
14535
  readonly name: "Count";
@@ -14769,7 +14809,7 @@ export declare const ACTIONS: {
14769
14809
  readonly "is.workflow.actions.filter.articles": {
14770
14810
  readonly name: "Filter Articles";
14771
14811
  readonly params: readonly ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"];
14772
- readonly output: null;
14812
+ readonly output: "Articles";
14773
14813
  };
14774
14814
  readonly "is.workflow.actions.filter.calendarevents": {
14775
14815
  readonly name: "Find Calendar Events";
@@ -14809,7 +14849,7 @@ export declare const ACTIONS: {
14809
14849
  readonly "is.workflow.actions.filter.locations": {
14810
14850
  readonly name: "Filter Locations";
14811
14851
  readonly params: readonly ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"];
14812
- readonly output: null;
14852
+ readonly output: "Locations";
14813
14853
  };
14814
14854
  readonly "is.workflow.actions.filter.music": {
14815
14855
  readonly name: "Find Music";
@@ -14894,7 +14934,7 @@ export declare const ACTIONS: {
14894
14934
  readonly "is.workflow.actions.getcurrentapp": {
14895
14935
  readonly name: "Get Current App";
14896
14936
  readonly params: readonly ["WFVisibleAppScope"];
14897
- readonly output: null;
14937
+ readonly output: "Current App";
14898
14938
  };
14899
14939
  readonly "is.workflow.actions.getcurrentlocation": {
14900
14940
  readonly name: "Get Current Location";
@@ -14914,7 +14954,7 @@ export declare const ACTIONS: {
14914
14954
  readonly "is.workflow.actions.getdirections": {
14915
14955
  readonly name: "Open Directions";
14916
14956
  readonly params: readonly ["WFLocation", "WFDestination", "WFGetDirectionsActionApp", "WFGetDirectionsActionMode"];
14917
- readonly output: null;
14957
+ readonly output: "Open Directions";
14918
14958
  };
14919
14959
  readonly "is.workflow.actions.getdistance": {
14920
14960
  readonly name: "Get Distance";
@@ -15029,7 +15069,7 @@ export declare const ACTIONS: {
15029
15069
  readonly "is.workflow.actions.getparentdirectory": {
15030
15070
  readonly name: "Get Parent Directory";
15031
15071
  readonly params: readonly ["WFInput"];
15032
- readonly output: null;
15072
+ readonly output: "Get Parent Directory";
15033
15073
  };
15034
15074
  readonly "is.workflow.actions.getparkedcarlocation": {
15035
15075
  readonly name: "Get Parked Car Location";
@@ -15129,7 +15169,7 @@ export declare const ACTIONS: {
15129
15169
  readonly "is.workflow.actions.goodreader.open": {
15130
15170
  readonly name: "Open in GoodReader";
15131
15171
  readonly params: readonly ["WFInput"];
15132
- readonly output: null;
15172
+ readonly output: "Open in GoodReader";
15133
15173
  };
15134
15174
  readonly "is.workflow.actions.handoff": {
15135
15175
  readonly name: "Continue in Shortcuts App";
@@ -15139,7 +15179,7 @@ export declare const ACTIONS: {
15139
15179
  readonly "is.workflow.actions.handoffplayback": {
15140
15180
  readonly name: "Hand Off Playback";
15141
15181
  readonly params: readonly ["WFSourceMediaRoute", "WFDestinationMediaRoute"];
15142
- readonly output: null;
15182
+ readonly output: "Hand Off Playback";
15143
15183
  };
15144
15184
  readonly "is.workflow.actions.hash": {
15145
15185
  readonly name: "Generate Hash";
@@ -15349,7 +15389,7 @@ export declare const ACTIONS: {
15349
15389
  readonly "is.workflow.actions.nothing": {
15350
15390
  readonly name: "Nothing";
15351
15391
  readonly params: readonly [];
15352
- readonly output: null;
15392
+ readonly output: "Nothing";
15353
15393
  };
15354
15394
  readonly "is.workflow.actions.notification": {
15355
15395
  readonly name: "Show Notification";
@@ -15514,17 +15554,17 @@ export declare const ACTIONS: {
15514
15554
  readonly "is.workflow.actions.properties.appstore": {
15515
15555
  readonly name: "Get Details of App Store App";
15516
15556
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15517
- readonly output: null;
15557
+ readonly output: "Details of App Store Apps";
15518
15558
  };
15519
15559
  readonly "is.workflow.actions.properties.articles": {
15520
15560
  readonly name: "Get Details of Article";
15521
15561
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15522
- readonly output: null;
15562
+ readonly output: "Details of Articles";
15523
15563
  };
15524
15564
  readonly "is.workflow.actions.properties.calendarevents": {
15525
15565
  readonly name: "Get Details of Calendar Events";
15526
15566
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15527
- readonly output: null;
15567
+ readonly output: "Details of Calendar Events";
15528
15568
  };
15529
15569
  readonly "is.workflow.actions.properties.contacts": {
15530
15570
  readonly name: "Get Details of Contacts";
@@ -15554,12 +15594,12 @@ export declare const ACTIONS: {
15554
15594
  readonly "is.workflow.actions.properties.itunesartist": {
15555
15595
  readonly name: "Get Details of iTunes Artist";
15556
15596
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15557
- readonly output: null;
15597
+ readonly output: "Details of Itunes Artists";
15558
15598
  };
15559
15599
  readonly "is.workflow.actions.properties.itunesstore": {
15560
15600
  readonly name: "Get Details of iTunes Product";
15561
15601
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15562
- readonly output: null;
15602
+ readonly output: "Details of Itunes Products";
15563
15603
  };
15564
15604
  readonly "is.workflow.actions.properties.locations": {
15565
15605
  readonly name: "Get Details of Locations";
@@ -15569,7 +15609,7 @@ export declare const ACTIONS: {
15569
15609
  readonly "is.workflow.actions.properties.music": {
15570
15610
  readonly name: "Get Details of Music";
15571
15611
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15572
- readonly output: null;
15612
+ readonly output: "Artist";
15573
15613
  };
15574
15614
  readonly "is.workflow.actions.properties.parkedcar": {
15575
15615
  readonly name: "Get Details of Parked Car";
@@ -15579,12 +15619,12 @@ export declare const ACTIONS: {
15579
15619
  readonly "is.workflow.actions.properties.podcast": {
15580
15620
  readonly name: "Get Details of Podcast Episode";
15581
15621
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15582
- readonly output: null;
15622
+ readonly output: "Details of Podcast Episodes";
15583
15623
  };
15584
15624
  readonly "is.workflow.actions.properties.podcastshow": {
15585
15625
  readonly name: "Get Details of Podcast";
15586
15626
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15587
- readonly output: null;
15627
+ readonly output: "Details of Podcasts";
15588
15628
  };
15589
15629
  readonly "is.workflow.actions.properties.reminders": {
15590
15630
  readonly name: "Get Details of Reminders";
@@ -15599,7 +15639,7 @@ export declare const ACTIONS: {
15599
15639
  readonly "is.workflow.actions.properties.safariwebpage": {
15600
15640
  readonly name: "Get Details of Safari Web Page";
15601
15641
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15602
- readonly output: null;
15642
+ readonly output: "Details of Safari Web Pages";
15603
15643
  };
15604
15644
  readonly "is.workflow.actions.properties.shazam": {
15605
15645
  readonly name: "Get Details of Shazam";
@@ -15689,7 +15729,7 @@ export declare const ACTIONS: {
15689
15729
  readonly "is.workflow.actions.ride.requestride": {
15690
15730
  readonly name: "Request Ride";
15691
15731
  readonly params: readonly ["IntentAppDefinition", "PickupLocation", "DropOffLocation", "RideOption", "PaymentMethod", "PartySize"];
15692
- readonly output: null;
15732
+ readonly output: "Requested Ride";
15693
15733
  };
15694
15734
  readonly "is.workflow.actions.round": {
15695
15735
  readonly name: "Round Number";
@@ -15844,7 +15884,7 @@ export declare const ACTIONS: {
15844
15884
  readonly "is.workflow.actions.setplaybackdestination": {
15845
15885
  readonly name: "Change Playback Destination";
15846
15886
  readonly params: readonly ["WFMediaRouteOperation", "WFMediaRoute"];
15847
- readonly output: null;
15887
+ readonly output: "Change Playback Destination";
15848
15888
  };
15849
15889
  readonly "is.workflow.actions.setstoredcontent": {
15850
15890
  readonly name: "Store Content";
@@ -16004,22 +16044,22 @@ export declare const ACTIONS: {
16004
16044
  readonly "is.workflow.actions.text.changecase": {
16005
16045
  readonly name: "Change Case";
16006
16046
  readonly params: readonly ["text", "WFCaseType", "ShowWhenRun"];
16007
- readonly output: null;
16047
+ readonly output: "Updated Text";
16008
16048
  };
16009
16049
  readonly "is.workflow.actions.text.combine": {
16010
16050
  readonly name: "Combine Text";
16011
16051
  readonly params: readonly ["text", "WFTextSeparator", "WFTextCustomSeparator", "ShowWhenRun"];
16012
- readonly output: null;
16052
+ readonly output: "Combined Text";
16013
16053
  };
16014
16054
  readonly "is.workflow.actions.text.match": {
16015
16055
  readonly name: "Match Text";
16016
16056
  readonly params: readonly ["text", "WFMatchTextPattern", "WFMatchTextCaseSensitive", "ShowWhenRun"];
16017
- readonly output: null;
16057
+ readonly output: "Matches";
16018
16058
  };
16019
16059
  readonly "is.workflow.actions.text.match.getgroup": {
16020
16060
  readonly name: "Get Group from Matched Text";
16021
16061
  readonly params: readonly ["matches", "WFGetGroupType", "WFGroupIndex", "ShowWhenRun"];
16022
- readonly output: null;
16062
+ readonly output: "Text";
16023
16063
  };
16024
16064
  readonly "is.workflow.actions.text.replace": {
16025
16065
  readonly name: "Replace Text";
@@ -16029,7 +16069,7 @@ export declare const ACTIONS: {
16029
16069
  readonly "is.workflow.actions.text.split": {
16030
16070
  readonly name: "Split Text";
16031
16071
  readonly params: readonly ["text", "WFTextSeparator", "WFTextCustomSeparator", "ShowWhenRun"];
16032
- readonly output: null;
16072
+ readonly output: "Split Text";
16033
16073
  };
16034
16074
  readonly "is.workflow.actions.text.translate": {
16035
16075
  readonly name: "Translate Text";
@@ -16044,7 +16084,7 @@ export declare const ACTIONS: {
16044
16084
  readonly "is.workflow.actions.timer.start": {
16045
16085
  readonly name: "Start Timer";
16046
16086
  readonly params: readonly ["IntentAppDefinition", "WFDuration"];
16047
- readonly output: null;
16087
+ readonly output: "Start Timer";
16048
16088
  };
16049
16089
  readonly "is.workflow.actions.todoist.add": {
16050
16090
  readonly name: "Add Todoist Item";
@@ -16089,7 +16129,7 @@ export declare const ACTIONS: {
16089
16129
  readonly "is.workflow.actions.tweet": {
16090
16130
  readonly name: "Tweet";
16091
16131
  readonly params: readonly ["TweetInput"];
16092
- readonly output: null;
16132
+ readonly output: "Tweet";
16093
16133
  };
16094
16134
  readonly "is.workflow.actions.unzip": {
16095
16135
  readonly name: "Extract Archive";
@@ -33591,47 +33631,47 @@ export declare const ACTIONS: {
33591
33631
  /** Accepted value type for every parameter key of every action (see values.ts). */
33592
33632
  export type ParamTypes = {
33593
33633
  "com.apple.NanoSettings.NPRFPingMyPhoneIntent": {
33594
- "state": StringValue;
33634
+ "state": EnumValue<"off" | "on">;
33595
33635
  "ShowWhenRun": BoolValue;
33596
33636
  };
33597
33637
  "com.apple.NanoSettings.NPRFSetAlwaysOnIntent": {
33598
- "operation": StringValue;
33599
- "state": StringValue;
33638
+ "operation": EnumValue<"set" | "toggle">;
33639
+ "state": EnumValue<"off" | "on">;
33600
33640
  "ShowWhenRun": BoolValue;
33601
33641
  };
33602
33642
  "com.apple.NanoSettings.NPRFSetAutoLaunchAudioAppsIntent": {
33603
- "operation": StringValue;
33604
- "state": StringValue;
33643
+ "operation": EnumValue<"set" | "toggle">;
33644
+ "state": EnumValue<"off" | "on">;
33605
33645
  "ShowWhenRun": BoolValue;
33606
33646
  };
33607
33647
  "com.apple.NanoSettings.NPRFSetFlashLightIntent": {
33608
- "operation": StringValue;
33609
- "state": StringValue;
33648
+ "operation": EnumValue<"set" | "toggle">;
33649
+ "state": EnumValue<"off" | "on">;
33610
33650
  "ShowWhenRun": BoolValue;
33611
33651
  };
33612
33652
  "com.apple.NanoSettings.NPRFSetSchoolTimeIntent": {
33613
- "operation": StringValue;
33614
- "state": StringValue;
33653
+ "operation": EnumValue<"set" | "toggle">;
33654
+ "state": EnumValue<"off" | "on">;
33615
33655
  "ShowWhenRun": BoolValue;
33616
33656
  };
33617
33657
  "com.apple.NanoSettings.NPRFSetSilentModeIntent": {
33618
- "operation": StringValue;
33619
- "state": StringValue;
33658
+ "operation": EnumValue<"set" | "toggle">;
33659
+ "state": EnumValue<"off" | "on">;
33620
33660
  "ShowWhenRun": BoolValue;
33621
33661
  };
33622
33662
  "com.apple.NanoSettings.NPRFSetTheaterModeIntent": {
33623
- "operation": StringValue;
33624
- "state": StringValue;
33663
+ "operation": EnumValue<"set" | "toggle">;
33664
+ "state": EnumValue<"off" | "on">;
33625
33665
  "ShowWhenRun": BoolValue;
33626
33666
  };
33627
33667
  "com.apple.NanoSettings.NPRFSetWakeOnWristRaiseIntent": {
33628
- "operation": StringValue;
33629
- "state": StringValue;
33668
+ "operation": EnumValue<"set" | "toggle">;
33669
+ "state": EnumValue<"off" | "on">;
33630
33670
  "ShowWhenRun": BoolValue;
33631
33671
  };
33632
33672
  "com.apple.NanoSettings.NPRFSetWaterLockIntent": {
33633
- "operation": StringValue;
33634
- "state": StringValue;
33673
+ "operation": EnumValue<"set" | "toggle">;
33674
+ "state": EnumValue<"off" | "on">;
33635
33675
  "ShowWhenRun": BoolValue;
33636
33676
  };
33637
33677
  "com.apple.Notes.ICNotesFolderIntent": {
@@ -33672,11 +33712,11 @@ export type ParamTypes = {
33672
33712
  "ShowWhenRun": BoolValue;
33673
33713
  };
33674
33714
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundIntent": {
33675
- "backgroundSound": StringValue;
33715
+ "backgroundSound": EnumValue<"Airplane" | "Babble" | "BalancedNoise" | "Boat" | "BrightNoise" | "Bus" | "DarkNoise" | "Fire" | "Night" | "Ocean" | "QuietNight" | "Rain" | "RainOnRoof" | "Steam" | "Stream" | "Train">;
33676
33716
  "ShowWhenRun": BoolValue;
33677
33717
  };
33678
33718
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsTimerIntent": {
33679
- "interval": StringValue;
33719
+ "interval": EnumValue<"duration" | "endInterval">;
33680
33720
  "duration": QuantityValue;
33681
33721
  "endInterval": TextValue;
33682
33722
  "always": BoolValue;
@@ -33687,132 +33727,132 @@ export type ParamTypes = {
33687
33727
  "ShowWhenRun": BoolValue;
33688
33728
  };
33689
33729
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAccessibilityKeyboardIntent": {
33690
- "operation": StringValue;
33730
+ "operation": EnumValue<"toggle" | "turn">;
33691
33731
  "state": BoolValue;
33692
33732
  "ShowWhenRun": BoolValue;
33693
33733
  };
33694
33734
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAlternatePointerActionsIntent": {
33695
- "operation": StringValue;
33735
+ "operation": EnumValue<"toggle" | "turn">;
33696
33736
  "state": BoolValue;
33697
33737
  "ShowWhenRun": BoolValue;
33698
33738
  };
33699
33739
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAudioDescriptionsIntent": {
33700
- "operation": StringValue;
33740
+ "operation": EnumValue<"toggle" | "turn">;
33701
33741
  "state": BoolValue;
33702
33742
  "ShowWhenRun": BoolValue;
33703
33743
  };
33704
33744
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleBackgroundSoundsIntent": {
33705
- "operation": StringValue;
33745
+ "operation": EnumValue<"toggle" | "turn">;
33706
33746
  "state": BoolValue;
33707
33747
  "ShowWhenRun": BoolValue;
33708
33748
  };
33709
33749
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleCaptionsIntent": {
33710
- "operation": StringValue;
33750
+ "operation": EnumValue<"toggle" | "turn">;
33711
33751
  "state": BoolValue;
33712
33752
  "ShowWhenRun": BoolValue;
33713
33753
  };
33714
33754
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleClassicInvertIntent": {
33715
- "operation": StringValue;
33755
+ "operation": EnumValue<"toggle" | "turn">;
33716
33756
  "state": BoolValue;
33717
33757
  "ShowWhenRun": BoolValue;
33718
33758
  };
33719
33759
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleColorFiltersIntent": {
33720
- "operation": StringValue;
33760
+ "operation": EnumValue<"toggle" | "turn">;
33721
33761
  "state": BoolValue;
33722
33762
  "ShowWhenRun": BoolValue;
33723
33763
  };
33724
33764
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleContrastIntent": {
33725
- "operation": StringValue;
33765
+ "operation": EnumValue<"toggle" | "turn">;
33726
33766
  "state": BoolValue;
33727
33767
  "ShowWhenRun": BoolValue;
33728
33768
  };
33729
33769
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleFullKeyboardAccessIntent": {
33730
- "operation": StringValue;
33770
+ "operation": EnumValue<"toggle" | "turn">;
33731
33771
  "state": BoolValue;
33732
33772
  "ShowWhenRun": BoolValue;
33733
33773
  };
33734
33774
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHeadPointerIntent": {
33735
- "operation": StringValue;
33775
+ "operation": EnumValue<"toggle" | "turn">;
33736
33776
  "state": BoolValue;
33737
33777
  "ShowWhenRun": BoolValue;
33738
33778
  };
33739
33779
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTextIntent": {
33740
- "operation": StringValue;
33780
+ "operation": EnumValue<"toggle" | "turn">;
33741
33781
  "state": BoolValue;
33742
33782
  "ShowWhenRun": BoolValue;
33743
33783
  };
33744
33784
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTypingIntent": {
33745
- "operation": StringValue;
33785
+ "operation": EnumValue<"toggle" | "turn">;
33746
33786
  "state": BoolValue;
33747
33787
  "ShowWhenRun": BoolValue;
33748
33788
  };
33749
33789
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveCaptionsIntent": {
33750
- "operation": StringValue;
33790
+ "operation": EnumValue<"toggle" | "turn">;
33751
33791
  "state": BoolValue;
33752
33792
  "ShowWhenRun": BoolValue;
33753
33793
  };
33754
33794
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveSpeechIntent": {
33755
- "operation": StringValue;
33795
+ "operation": EnumValue<"toggle" | "turn">;
33756
33796
  "state": BoolValue;
33757
33797
  "ShowWhenRun": BoolValue;
33758
33798
  };
33759
33799
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMonoAudioIntent": {
33760
- "operation": StringValue;
33800
+ "operation": EnumValue<"toggle" | "turn">;
33761
33801
  "state": BoolValue;
33762
33802
  "ShowWhenRun": BoolValue;
33763
33803
  };
33764
33804
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMotionCuesIntent": {
33765
- "operation": StringValue;
33805
+ "operation": EnumValue<"toggle" | "turn">;
33766
33806
  "state": BoolValue;
33767
33807
  "ShowWhenRun": BoolValue;
33768
33808
  };
33769
33809
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMouseKeysIntent": {
33770
- "operation": StringValue;
33810
+ "operation": EnumValue<"toggle" | "turn">;
33771
33811
  "state": BoolValue;
33772
33812
  "ShowWhenRun": BoolValue;
33773
33813
  };
33774
33814
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleReduceMotionIntent": {
33775
- "operation": StringValue;
33815
+ "operation": EnumValue<"toggle" | "turn">;
33776
33816
  "state": BoolValue;
33777
33817
  "ShowWhenRun": BoolValue;
33778
33818
  };
33779
33819
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSlowKeysIntent": {
33780
- "operation": StringValue;
33820
+ "operation": EnumValue<"toggle" | "turn">;
33781
33821
  "state": BoolValue;
33782
33822
  "ShowWhenRun": BoolValue;
33783
33823
  };
33784
33824
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSmartInvertIntent": {
33785
- "operation": StringValue;
33825
+ "operation": EnumValue<"toggle" | "turn">;
33786
33826
  "state": BoolValue;
33787
33827
  "ShowWhenRun": BoolValue;
33788
33828
  };
33789
33829
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleStickyKeysIntent": {
33790
- "operation": StringValue;
33830
+ "operation": EnumValue<"toggle" | "turn">;
33791
33831
  "state": BoolValue;
33792
33832
  "ShowWhenRun": BoolValue;
33793
33833
  };
33794
33834
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSwitchControlIntent": {
33795
- "operation": StringValue;
33835
+ "operation": EnumValue<"toggle" | "turn">;
33796
33836
  "state": BoolValue;
33797
33837
  "ShowWhenRun": BoolValue;
33798
33838
  };
33799
33839
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleTransparencyIntent": {
33800
- "operation": StringValue;
33840
+ "operation": EnumValue<"toggle" | "turn">;
33801
33841
  "state": BoolValue;
33802
33842
  "ShowWhenRun": BoolValue;
33803
33843
  };
33804
33844
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceControlIntent": {
33805
- "operation": StringValue;
33845
+ "operation": EnumValue<"toggle" | "turn">;
33806
33846
  "state": BoolValue;
33807
33847
  "ShowWhenRun": BoolValue;
33808
33848
  };
33809
33849
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceOverIntent": {
33810
- "operation": StringValue;
33850
+ "operation": EnumValue<"toggle" | "turn">;
33811
33851
  "state": BoolValue;
33812
33852
  "ShowWhenRun": BoolValue;
33813
33853
  };
33814
33854
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleZoomIntent": {
33815
- "operation": StringValue;
33855
+ "operation": EnumValue<"toggle" | "turn">;
33816
33856
  "state": BoolValue;
33817
33857
  "ShowWhenRun": BoolValue;
33818
33858
  };
@@ -33931,7 +33971,7 @@ export type ParamTypes = {
33931
33971
  "WFInput": PickerValue;
33932
33972
  };
33933
33973
  "is.workflow.actions.airplanemode.set": {
33934
- "operation": StringValue;
33974
+ "operation": EnumValue<"set" | "toggle">;
33935
33975
  "OnValue": BoolValue;
33936
33976
  "ShowWhenRun": BoolValue;
33937
33977
  };
@@ -33941,13 +33981,13 @@ export type ParamTypes = {
33941
33981
  "WFAlertActionCancelButtonShown": BoolValue;
33942
33982
  };
33943
33983
  "is.workflow.actions.announcenotifications.set": {
33944
- "operation": StringValue;
33984
+ "operation": EnumValue<"set" | "toggle">;
33945
33985
  "OnValue": BoolValue;
33946
33986
  "ShowWhenRun": BoolValue;
33947
33987
  };
33948
33988
  "is.workflow.actions.appearance": {
33949
- "operation": StringValue;
33950
- "style": StringValue;
33989
+ "operation": EnumValue<"set" | "toggle">;
33990
+ "style": EnumValue<"dark" | "light">;
33951
33991
  "ShowWhenRun": BoolValue;
33952
33992
  };
33953
33993
  "is.workflow.actions.appendvariable": {
@@ -33956,7 +33996,7 @@ export type ParamTypes = {
33956
33996
  };
33957
33997
  "is.workflow.actions.ask": {
33958
33998
  "WFAskActionPrompt": TextValue;
33959
- "WFInputType": StringValue;
33999
+ "WFInputType": EnumValue<"Date" | "Date and Time" | "Number" | "Text" | "Time" | "URL">;
33960
34000
  "WFAskActionDefaultAnswer": TextValue;
33961
34001
  "WFAskActionDefaultAnswerNumber": NumberValue;
33962
34002
  "urlAnswer": TextValue;
@@ -33985,7 +34025,7 @@ export type ParamTypes = {
33985
34025
  "WFInput": PickerValue;
33986
34026
  };
33987
34027
  "is.workflow.actions.bluetooth.set": {
33988
- "operation": StringValue;
34028
+ "operation": EnumValue<"set" | "toggle">;
33989
34029
  "OnValue": BoolValue;
33990
34030
  "ShowWhenRun": BoolValue;
33991
34031
  };
@@ -33993,7 +34033,7 @@ export type ParamTypes = {
33993
34033
  "Input": TextValue;
33994
34034
  };
33995
34035
  "is.workflow.actions.cellulardata.set": {
33996
- "operation": StringValue;
34036
+ "operation": EnumValue<"set" | "toggle">;
33997
34037
  "OnValue": BoolValue;
33998
34038
  "ShowWhenRun": BoolValue;
33999
34039
  };
@@ -34119,7 +34159,7 @@ export type ParamTypes = {
34119
34159
  };
34120
34160
  "is.workflow.actions.dismisssiri": {};
34121
34161
  "is.workflow.actions.display.always-on.set": {
34122
- "operation": StringValue;
34162
+ "operation": EnumValue<"set" | "toggle">;
34123
34163
  "OnValue": BoolValue;
34124
34164
  "ShowWhenRun": BoolValue;
34125
34165
  };
@@ -34279,134 +34319,134 @@ export type ParamTypes = {
34279
34319
  };
34280
34320
  "is.workflow.actions.filter.apps": {
34281
34321
  "WFContentItemFilter": FilterTemplateValue;
34282
- "WFContentItemSortProperty": StringValue;
34322
+ "WFContentItemSortProperty": EnumValue<"Bundle Identifier" | "Launch Date" | "Name" | "Process Identifier" | "Random">;
34283
34323
  "WFContentItemSortOrder": StringValue;
34284
34324
  "WFContentItemLimitEnabled": BoolValue;
34285
34325
  "WFContentItemLimitNumber": NumberValue;
34286
- "WFCompoundType": StringValue;
34287
- "WFContentItemInputParameter": StringValue;
34326
+ "WFCompoundType": EnumValue<"0" | "1">;
34327
+ "WFContentItemInputParameter": EnumValue<"Library">;
34288
34328
  };
34289
34329
  "is.workflow.actions.filter.articles": {
34290
34330
  "WFContentItemFilter": FilterTemplateValue;
34291
- "WFContentItemSortProperty": StringValue;
34331
+ "WFContentItemSortProperty": EnumValue<"Author" | "Name" | "Number of Words" | "Published Date" | "Random" | "Title">;
34292
34332
  "WFContentItemSortOrder": StringValue;
34293
34333
  "WFContentItemLimitEnabled": BoolValue;
34294
34334
  "WFContentItemLimitNumber": NumberValue;
34295
- "WFCompoundType": StringValue;
34335
+ "WFCompoundType": EnumValue<"0" | "1">;
34296
34336
  "WFContentItemInputParameter": PickerValue;
34297
34337
  };
34298
34338
  "is.workflow.actions.filter.calendarevents": {
34299
34339
  "WFContentItemFilter": FilterTemplateValue;
34300
- "WFContentItemSortProperty": StringValue;
34340
+ "WFContentItemSortProperty": EnumValue<"Calendar" | "Creation Date" | "Duration" | "End Date" | "File Extension" | "File Path" | "Last Modified Date" | "My Status" | "Name" | "Number of Attendees" | "Random" | "Start Date" | "Title">;
34301
34341
  "WFContentItemSortOrder": StringValue;
34302
34342
  "WFContentItemLimitEnabled": BoolValue;
34303
34343
  "WFContentItemLimitNumber": NumberValue;
34304
- "WFCompoundType": StringValue;
34305
- "WFContentItemInputParameter": StringValue;
34344
+ "WFCompoundType": EnumValue<"0" | "1">;
34345
+ "WFContentItemInputParameter": EnumValue<"Library">;
34306
34346
  };
34307
34347
  "is.workflow.actions.filter.contacts": {
34308
34348
  "WFContentItemFilter": FilterTemplateValue;
34309
- "WFContentItemSortProperty": StringValue;
34349
+ "WFContentItemSortProperty": EnumValue<"Birthday" | "Company" | "Creation Date" | "Department" | "File Extension" | "File Path" | "First Name" | "Job Title" | "Last Modified Date" | "Last Name" | "Middle Name" | "Name" | "Nickname" | "Phonetic First Name" | "Phonetic Last Name" | "Phonetic Middle Name" | "Prefix" | "Random" | "Suffix">;
34310
34350
  "WFContentItemSortOrder": StringValue;
34311
34351
  "WFContentItemLimitEnabled": BoolValue;
34312
34352
  "WFContentItemLimitNumber": NumberValue;
34313
- "WFCompoundType": StringValue;
34314
- "WFContentItemInputParameter": StringValue;
34353
+ "WFCompoundType": EnumValue<"0" | "1">;
34354
+ "WFContentItemInputParameter": EnumValue<"Library">;
34315
34355
  };
34316
34356
  "is.workflow.actions.filter.displays": {
34317
34357
  "WFContentItemFilter": FilterTemplateValue;
34318
- "WFContentItemSortProperty": StringValue;
34358
+ "WFContentItemSortProperty": EnumValue<"Name" | "Random" | "Scale">;
34319
34359
  "WFContentItemSortOrder": StringValue;
34320
34360
  "WFContentItemLimitEnabled": BoolValue;
34321
34361
  "WFContentItemLimitNumber": NumberValue;
34322
- "WFCompoundType": StringValue;
34323
- "WFContentItemInputParameter": StringValue;
34362
+ "WFCompoundType": EnumValue<"0" | "1">;
34363
+ "WFContentItemInputParameter": EnumValue<"Library">;
34324
34364
  };
34325
34365
  "is.workflow.actions.filter.eventattendees": {
34326
34366
  "WFContentItemFilter": FilterTemplateValue;
34327
- "WFContentItemSortProperty": StringValue;
34367
+ "WFContentItemSortProperty": EnumValue<"Email Address" | "Name" | "Random" | "Role" | "Status" | "Type">;
34328
34368
  "WFContentItemSortOrder": StringValue;
34329
34369
  "WFContentItemLimitEnabled": BoolValue;
34330
34370
  "WFContentItemLimitNumber": NumberValue;
34331
- "WFCompoundType": StringValue;
34371
+ "WFCompoundType": EnumValue<"0" | "1">;
34332
34372
  "WFContentItemInputParameter": PickerValue;
34333
34373
  };
34334
34374
  "is.workflow.actions.filter.files": {
34335
34375
  "WFContentItemFilter": FilterTemplateValue;
34336
- "WFContentItemSortProperty": StringValue;
34376
+ "WFContentItemSortProperty": EnumValue<"Creation Date" | "File Extension" | "File Path" | "File Size" | "Last Modified Date" | "Name" | "Random">;
34337
34377
  "WFContentItemSortOrder": StringValue;
34338
34378
  "WFContentItemLimitEnabled": BoolValue;
34339
34379
  "WFContentItemLimitNumber": NumberValue;
34340
- "WFCompoundType": StringValue;
34380
+ "WFCompoundType": EnumValue<"0" | "1">;
34341
34381
  "WFContentItemInputParameter": PickerValue;
34342
34382
  };
34343
34383
  "is.workflow.actions.filter.health.quantity": {};
34344
34384
  "is.workflow.actions.filter.images": {
34345
34385
  "WFContentItemFilter": FilterTemplateValue;
34346
- "WFContentItemSortProperty": StringValue;
34386
+ "WFContentItemSortProperty": EnumValue<"Creation Date" | "Date Taken" | "Duration" | "File Extension" | "File Path" | "File Size" | "Frame Rate" | "Height" | "Last Modified Date" | "Name" | "Orientation" | "Random" | "Time Taken" | "Width">;
34347
34387
  "WFContentItemSortOrder": StringValue;
34348
34388
  "WFContentItemLimitEnabled": BoolValue;
34349
34389
  "WFContentItemLimitNumber": NumberValue;
34350
- "WFCompoundType": StringValue;
34390
+ "WFCompoundType": EnumValue<"0" | "1">;
34351
34391
  "WFContentItemInputParameter": PickerValue;
34352
34392
  };
34353
34393
  "is.workflow.actions.filter.locations": {
34354
34394
  "WFContentItemFilter": FilterTemplateValue;
34355
- "WFContentItemSortProperty": StringValue;
34395
+ "WFContentItemSortProperty": EnumValue<"Altitude" | "City" | "Country" | "Label" | "Latitude" | "Longitude" | "Name" | "Phone Number" | "Random" | "State" | "Street" | "ZIP Code">;
34356
34396
  "WFContentItemSortOrder": StringValue;
34357
34397
  "WFContentItemLimitEnabled": BoolValue;
34358
34398
  "WFContentItemLimitNumber": NumberValue;
34359
- "WFCompoundType": StringValue;
34399
+ "WFCompoundType": EnumValue<"0" | "1">;
34360
34400
  "WFContentItemInputParameter": PickerValue;
34361
34401
  };
34362
34402
  "is.workflow.actions.filter.music": {
34363
34403
  "WFContentItemFilter": FilterTemplateValue;
34364
- "WFContentItemSortProperty": StringValue;
34404
+ "WFContentItemSortProperty": EnumValue<"Album" | "Album Artist" | "Album Track #" | "Artist" | "Composer" | "Date Added" | "Disc #" | "Duration" | "File Path" | "Genre" | "Last Played Date" | "Media Kind" | "Name" | "Play Count" | "Random" | "Rating" | "Release Date" | "Skip Count" | "Title">;
34365
34405
  "WFContentItemSortOrder": StringValue;
34366
34406
  "WFContentItemLimitEnabled": BoolValue;
34367
34407
  "WFContentItemLimitNumber": NumberValue;
34368
- "WFCompoundType": StringValue;
34369
- "WFContentItemInputParameter": StringValue;
34408
+ "WFCompoundType": EnumValue<"0" | "1">;
34409
+ "WFContentItemInputParameter": EnumValue<"Library">;
34370
34410
  };
34371
34411
  "is.workflow.actions.filter.photos": {
34372
34412
  "WFContentItemFilter": FilterTemplateValue;
34373
- "WFContentItemSortProperty": StringValue;
34413
+ "WFContentItemSortProperty": EnumValue<"Creation Date" | "Date Taken" | "Duration" | "File Extension" | "File Path" | "Frame Rate" | "Height" | "Last Modified Date" | "Media Type" | "Name" | "Random" | "Time Taken" | "Width">;
34374
34414
  "WFContentItemSortOrder": StringValue;
34375
34415
  "WFContentItemLimitEnabled": BoolValue;
34376
34416
  "WFContentItemLimitNumber": NumberValue;
34377
- "WFCompoundType": StringValue;
34378
- "WFContentItemInputParameter": StringValue;
34417
+ "WFCompoundType": EnumValue<"0" | "1">;
34418
+ "WFContentItemInputParameter": EnumValue<"Library">;
34379
34419
  };
34380
34420
  "is.workflow.actions.filter.reminders": {
34381
34421
  "WFContentItemFilter": FilterTemplateValue;
34382
- "WFContentItemSortProperty": StringValue;
34422
+ "WFContentItemSortProperty": EnumValue<"Completion Date" | "Creation Date" | "Due Date" | "File Extension" | "File Path" | "Last Modified Date" | "List" | "Name" | "Priority" | "Random" | "Title">;
34383
34423
  "WFContentItemSortOrder": StringValue;
34384
34424
  "WFContentItemLimitEnabled": BoolValue;
34385
34425
  "WFContentItemLimitNumber": NumberValue;
34386
- "WFCompoundType": StringValue;
34387
- "WFContentItemInputParameter": StringValue;
34426
+ "WFCompoundType": EnumValue<"0" | "1">;
34427
+ "WFContentItemInputParameter": EnumValue<"Library">;
34388
34428
  };
34389
34429
  "is.workflow.actions.filter.vpns": {
34390
34430
  "WFContentItemFilter": FilterTemplateValue;
34391
- "WFContentItemSortProperty": StringValue;
34431
+ "WFContentItemSortProperty": EnumValue<"Name" | "Random" | "Server Address">;
34392
34432
  "WFContentItemSortOrder": StringValue;
34393
34433
  "WFContentItemLimitEnabled": BoolValue;
34394
34434
  "WFContentItemLimitNumber": NumberValue;
34395
- "WFCompoundType": StringValue;
34396
- "WFContentItemInputParameter": StringValue;
34435
+ "WFCompoundType": EnumValue<"0" | "1">;
34436
+ "WFContentItemInputParameter": EnumValue<"Library">;
34397
34437
  };
34398
34438
  "is.workflow.actions.filter.windows": {
34399
34439
  "WFContentItemFilter": FilterTemplateValue;
34400
- "WFContentItemSortProperty": StringValue;
34440
+ "WFContentItemSortProperty": EnumValue<"App Name" | "Height" | "Name" | "Random" | "Width" | "Window Index" | "X Position" | "Y Position">;
34401
34441
  "WFContentItemSortOrder": StringValue;
34402
34442
  "WFContentItemLimitEnabled": BoolValue;
34403
34443
  "WFContentItemLimitNumber": NumberValue;
34404
- "WFCompoundType": StringValue;
34405
- "WFContentItemInputParameter": StringValue;
34444
+ "WFCompoundType": EnumValue<"0" | "1">;
34445
+ "WFContentItemInputParameter": EnumValue<"Library">;
34406
34446
  };
34407
34447
  "is.workflow.actions.finder.getselectedfiles": {};
34408
34448
  "is.workflow.actions.flashlight": {
34409
- "operation": StringValue;
34449
+ "operation": EnumValue<"set" | "toggle">;
34410
34450
  "state": BoolValue;
34411
34451
  "WFFlashlightLevel": NumberValue;
34412
34452
  "ShowWhenRun": BoolValue;
@@ -34736,13 +34776,13 @@ export type ParamTypes = {
34736
34776
  "WFNoInputBehavior": EnumValue<"Stop and Respond" | "Ask For" | "Get Clipboard" | "Continue">;
34737
34777
  "WFStopAndRespondResponse": TextValue;
34738
34778
  "WFAskForType": EnumValue<"Files" | "Text" | "Date" | "Photos" | "Contacts" | "Email Address" | "Music" | "Phone Number">;
34739
- "WFPickingMode": StringValue;
34779
+ "WFPickingMode": EnumValue<"Files" | "Folders">;
34740
34780
  "SelectMultiple": BoolValue;
34741
34781
  "WFDateActionMode": StringValue;
34742
34782
  "WFDateActionDate": TextValue;
34743
- "WFEventOccurrenceMode": StringValue;
34783
+ "WFEventOccurrenceMode": EnumValue<"Next Occurrence" | "Specified Year">;
34744
34784
  "WFEventOccurrenceSpecifiedYear": StringValue;
34745
- "WFPhotoPickerTypes": StringValue;
34785
+ "WFPhotoPickerTypes": EnumValue<"Images" | "Live Photos" | "Videos">;
34746
34786
  "WFSelectMultiplePhotos": BoolValue;
34747
34787
  "WFSelectMultiple": BoolValue;
34748
34788
  "WFExportSongActionSelectMultiple": BoolValue;
@@ -34782,7 +34822,7 @@ export type ParamTypes = {
34782
34822
  "is.workflow.actions.lockscreen": {};
34783
34823
  "is.workflow.actions.logout": {};
34784
34824
  "is.workflow.actions.lowpowermode.set": {
34785
- "operation": StringValue;
34825
+ "operation": EnumValue<"set" | "toggle">;
34786
34826
  "OnValue": BoolValue;
34787
34827
  "ShowWhenRun": BoolValue;
34788
34828
  };
@@ -34866,7 +34906,7 @@ export type ParamTypes = {
34866
34906
  "Display": AnyValue;
34867
34907
  };
34868
34908
  "is.workflow.actions.nightshift.set": {
34869
- "operation": StringValue;
34909
+ "operation": EnumValue<"set" | "toggle">;
34870
34910
  "OnValue": BoolValue;
34871
34911
  "ShowWhenRun": BoolValue;
34872
34912
  };
@@ -34911,7 +34951,7 @@ export type ParamTypes = {
34911
34951
  "WFXCallbackURL": TextValue;
34912
34952
  };
34913
34953
  "is.workflow.actions.orientationlock.set": {
34914
- "operation": StringValue;
34954
+ "operation": EnumValue<"set" | "toggle">;
34915
34955
  "OnValue": BoolValue;
34916
34956
  "ShowWhenRun": BoolValue;
34917
34957
  };
@@ -34965,7 +35005,7 @@ export type ParamTypes = {
34965
35005
  "WFInput": TextValue;
34966
35006
  };
34967
35007
  "is.workflow.actions.personalhotspot.set": {
34968
- "operation": StringValue;
35008
+ "operation": EnumValue<"set" | "toggle">;
34969
35009
  "OnValue": BoolValue;
34970
35010
  "ShowWhenRun": BoolValue;
34971
35011
  };
@@ -35030,96 +35070,96 @@ export type ParamTypes = {
35030
35070
  "WFInput": PickerValue;
35031
35071
  };
35032
35072
  "is.workflow.actions.properties.appearance": {
35033
- "WFContentItemPropertyName": StringValue;
35073
+ "WFContentItemPropertyName": EnumValue<"Dark Mode Is On" | "Inverse Appearance" | "Name">;
35034
35074
  "WFInput": PickerValue;
35035
35075
  };
35036
35076
  "is.workflow.actions.properties.appstore": {
35037
- "WFContentItemPropertyName": StringValue;
35077
+ "WFContentItemPropertyName": EnumValue<"# of Ratings" | "# of Ratings (This Version)" | "Artist" | "Artwork" | "Artwork URL" | "Bundle Identifier" | "Category" | "Content Rating" | "Currency Code" | "Description" | "Download Size" | "Formatted Price" | "Is Universal" | "Last Updated" | "Minimum OS Version" | "Name" | "Price" | "Rating" | "Rating (This Version)" | "Release Date" | "Release Notes" | "Screenshot URLs" | "Store ID" | "Store URL" | "Supported Devices" | "Supported Languages" | "Supports Game Center" | "Version" | "iPad Screenshot URLs">;
35038
35078
  "WFInput": PickerValue;
35039
35079
  };
35040
35080
  "is.workflow.actions.properties.articles": {
35041
- "WFContentItemPropertyName": StringValue;
35081
+ "WFContentItemPropertyName": EnumValue<"Author" | "Body" | "Excerpt" | "Main Image URL" | "Name" | "Number of Words" | "Published Date" | "Title" | "URL">;
35042
35082
  "WFInput": PickerValue;
35043
35083
  };
35044
35084
  "is.workflow.actions.properties.calendarevents": {
35045
- "WFContentItemPropertyName": StringValue;
35085
+ "WFContentItemPropertyName": EnumValue<"Attachments" | "Attendees" | "Calendar" | "Canceled" | "Creation Date" | "Duration" | "End Date" | "File Extension" | "File Path" | "File Size" | "Has Alarms" | "Is All Day" | "Last Modified Date" | "Location" | "My Status" | "Name" | "Notes" | "Number of Attendees" | "Organizer" | "Organizer Is Me" | "Start Date" | "Title" | "URL">;
35046
35086
  "WFInput": PickerValue;
35047
35087
  };
35048
35088
  "is.workflow.actions.properties.contacts": {
35049
- "WFContentItemPropertyName": StringValue;
35089
+ "WFContentItemPropertyName": EnumValue<"Birthday" | "Company" | "Contact Photo" | "Creation Date" | "Department" | "Email Addresses" | "File Extension" | "File Path" | "File Size" | "First Name" | "Job Title" | "Last Modified Date" | "Last Name" | "Middle Name" | "Name" | "Nickname" | "Notes" | "Phone Numbers" | "Phonetic First Name" | "Phonetic Last Name" | "Phonetic Middle Name" | "Prefix" | "Relationship to Me" | "Street Addresses" | "Suffix" | "URLs">;
35050
35090
  "WFInput": PickerValue;
35051
35091
  };
35052
35092
  "is.workflow.actions.properties.eventattendees": {
35053
- "WFContentItemPropertyName": StringValue;
35093
+ "WFContentItemPropertyName": EnumValue<"Email Address" | "Is Me" | "Name" | "Role" | "Status" | "Type">;
35054
35094
  "WFInput": PickerValue;
35055
35095
  };
35056
35096
  "is.workflow.actions.properties.files": {
35057
- "WFContentItemPropertyName": StringValue;
35097
+ "WFContentItemPropertyName": EnumValue<"Creation Date" | "File Extension" | "File Path" | "File Size" | "Last Modified Date" | "Name">;
35058
35098
  "WFInput": PickerValue;
35059
35099
  };
35060
35100
  "is.workflow.actions.properties.health.quantity": {};
35061
35101
  "is.workflow.actions.properties.images": {
35062
- "WFContentItemPropertyName": StringValue;
35102
+ "WFContentItemPropertyName": EnumValue<"Album" | "Camera Make" | "Camera Model" | "Creation Date" | "Date Taken" | "Duration" | "File Extension" | "File Path" | "File Size" | "Frame Rate" | "Height" | "Is Favorite" | "Is a Screen Recording" | "Is a Screenshot" | "Last Modified Date" | "Location" | "Media Type" | "Metadata Dictionary" | "Name" | "Orientation" | "Photo Type" | "Width">;
35063
35103
  "WFInput": PickerValue;
35064
35104
  };
35065
35105
  "is.workflow.actions.properties.itunesartist": {
35066
- "WFContentItemPropertyName": StringValue;
35106
+ "WFContentItemPropertyName": EnumValue<"Artwork" | "Artwork URL" | "Genre" | "Name" | "Store ID" | "Store URL" | "Type">;
35067
35107
  "WFInput": PickerValue;
35068
35108
  };
35069
35109
  "is.workflow.actions.properties.itunesstore": {
35070
- "WFContentItemPropertyName": StringValue;
35110
+ "WFContentItemPropertyName": EnumValue<"Artist" | "Artwork" | "Artwork URL" | "Currency Code" | "Description" | "Duration" | "Formatted Price" | "Genre" | "Is Explicit" | "Name" | "Price" | "Release Date" | "Store ID" | "Store URL" | "Streamable">;
35071
35111
  "WFInput": PickerValue;
35072
35112
  };
35073
35113
  "is.workflow.actions.properties.locations": {
35074
- "WFContentItemPropertyName": StringValue;
35114
+ "WFContentItemPropertyName": EnumValue<"Altitude" | "City" | "Country" | "Label" | "Latitude" | "Longitude" | "Name" | "Phone Number" | "State" | "Street" | "URL" | "ZIP Code">;
35075
35115
  "WFInput": PickerValue;
35076
35116
  };
35077
35117
  "is.workflow.actions.properties.music": {
35078
- "WFContentItemPropertyName": StringValue;
35118
+ "WFContentItemPropertyName": EnumValue<"Album" | "Album Artist" | "Album Artwork" | "Album Track #" | "Artist" | "Comments" | "Composer" | "Date Added" | "Disc #" | "Duration" | "File Path" | "Genre" | "Is Cloud Item" | "Is Explicit" | "Last Played Date" | "Lyrics" | "Media Kind" | "Name" | "Play Count" | "Rating" | "Release Date" | "Skip Count" | "Title">;
35079
35119
  "WFInput": PickerValue;
35080
35120
  };
35081
35121
  "is.workflow.actions.properties.parkedcar": {
35082
- "WFContentItemPropertyName": StringValue;
35122
+ "WFContentItemPropertyName": EnumValue<"Date" | "Location" | "Name" | "Notes" | "Photo" | "Was Location Set by User">;
35083
35123
  "WFInput": PickerValue;
35084
35124
  };
35085
35125
  "is.workflow.actions.properties.podcast": {
35086
- "WFContentItemPropertyName": StringValue;
35126
+ "WFContentItemPropertyName": EnumValue<"Artwork" | "Artwork URL" | "Author" | "Description" | "Duration" | "Genres" | "Name" | "Release Date" | "Store ID" | "Store URL" | "Title">;
35087
35127
  "WFInput": PickerValue;
35088
35128
  };
35089
35129
  "is.workflow.actions.properties.podcastshow": {
35090
- "WFContentItemPropertyName": StringValue;
35130
+ "WFContentItemPropertyName": EnumValue<"Artist" | "Artwork" | "Artwork URL" | "Episode Count" | "Feed URL" | "Genre" | "Name" | "Store ID" | "Store URL">;
35091
35131
  "WFInput": PickerValue;
35092
35132
  };
35093
35133
  "is.workflow.actions.properties.reminders": {
35094
- "WFContentItemPropertyName": StringValue;
35134
+ "WFContentItemPropertyName": EnumValue<"Completion Date" | "Creation Date" | "Due Date" | "File Extension" | "File Path" | "File Size" | "Has Alarms" | "Has Subtasks" | "Images" | "Is Completed" | "Is Flagged" | "Last Modified Date" | "List" | "Name" | "Notes" | "Parent Reminder" | "Priority" | "Reminder Location" | "Subtasks" | "Tags" | "Title" | "URL">;
35095
35135
  "WFInput": PickerValue;
35096
35136
  };
35097
35137
  "is.workflow.actions.properties.ridestatus": {
35098
- "WFContentItemPropertyName": StringValue;
35138
+ "WFContentItemPropertyName": EnumValue<"Driver" | "Drop Off Location" | "Drop Off Time" | "Maximum Price" | "Minimum Price" | "Name" | "Pickup Location" | "Pickup Time" | "Ride Option Name" | "Vehicle Information">;
35099
35139
  "WFInput": PickerValue;
35100
35140
  };
35101
35141
  "is.workflow.actions.properties.safariwebpage": {
35102
- "WFContentItemPropertyName": StringValue;
35142
+ "WFContentItemPropertyName": EnumValue<"Name" | "Page Contents" | "Page Selection" | "Page URL">;
35103
35143
  "WFInput": PickerValue;
35104
35144
  };
35105
35145
  "is.workflow.actions.properties.shazam": {
35106
- "WFContentItemPropertyName": StringValue;
35146
+ "WFContentItemPropertyName": EnumValue<"Apple Music ID" | "Apple Music URL" | "Artist" | "Artwork" | "Is Explicit" | "Lyric Snippet Synced" | "Lyrics Snippet" | "Name" | "Shazam URL" | "Title" | "Video URL">;
35107
35147
  "WFInput": PickerValue;
35108
35148
  };
35109
35149
  "is.workflow.actions.properties.trello": {
35110
- "WFContentItemPropertyName": StringValue;
35150
+ "WFContentItemPropertyName": EnumValue<"Card Attachments" | "Card Due Date" | "Description" | "Name" | "URL">;
35111
35151
  "WFInput": PickerValue;
35112
35152
  };
35113
35153
  "is.workflow.actions.properties.ulysses.sheet": {
35114
- "WFContentItemPropertyName": StringValue;
35154
+ "WFContentItemPropertyName": EnumValue<"Contents" | "Identifier" | "Keywords" | "Name" | "Notes" | "Title">;
35115
35155
  "WFInput": PickerValue;
35116
35156
  };
35117
35157
  "is.workflow.actions.properties.weather.conditions": {
35118
- "WFContentItemPropertyName": StringValue;
35158
+ "WFContentItemPropertyName": EnumValue<"Air Pollutants" | "Air Quality Category" | "Air Quality Index" | "Condition" | "Date" | "Dewpoint" | "Feels Like" | "High" | "Humidity" | "Location" | "Low" | "Name" | "Precipitation Amount" | "Precipitation Chance" | "Pressure" | "Sunrise Time" | "Sunset Time" | "Temperature" | "UV Index" | "Visibility" | "Wind Direction" | "Wind Speed">;
35119
35159
  "WFInput": PickerValue;
35120
35160
  };
35121
35161
  "is.workflow.actions.properties.workflow": {
35122
- "WFContentItemPropertyName": StringValue;
35162
+ "WFContentItemPropertyName": EnumValue<"Action Count" | "Creation Date" | "File Extension" | "File Path" | "File Size" | "Folder" | "Icon" | "Last Modified Date" | "Name">;
35123
35163
  "WFInput": PickerValue;
35124
35164
  };
35125
35165
  "is.workflow.actions.quit.app": {
@@ -35343,7 +35383,7 @@ export type ParamTypes = {
35343
35383
  "WFCalendarEventContentItemEndDate": TextValue;
35344
35384
  "WFCalendarEventContentItemDuration": QuantityValue;
35345
35385
  "WFCalendarEventContentItemStartDate": TextValue;
35346
- "WFCalendarEventContentItemMyStatus": StringValue;
35386
+ "WFCalendarEventContentItemMyStatus": EnumValue<"Accepted" | "Completed" | "Declined" | "Delegated" | "In Process" | "Pending" | "Tentative" | "Unknown">;
35347
35387
  "WFCalendarEventContentItemAttendees": AnyValue;
35348
35388
  "WFCalendarEventContentItemURL": TextValue;
35349
35389
  "ValueLabel": BoolValue;
@@ -35380,13 +35420,13 @@ export type ParamTypes = {
35380
35420
  "Mode": StringValue;
35381
35421
  "WFInput": PickerValue;
35382
35422
  "RemoveSpecifiedValue": PickerValue;
35383
- "WFReminderContentItemPriority": StringValue;
35423
+ "WFReminderContentItemPriority": EnumValue<"High" | "Low" | "Medium" | "None">;
35384
35424
  "WFReminderContentItemWhenMessagingPerson": AnyValue;
35385
35425
  "WFReminderContentItemIsCompleted": BoolValue;
35386
35426
  "WFReminderContentItemImages": PickerValue;
35387
35427
  "WFReminderContentItemParentReminder": PickerValue;
35388
35428
  "WFReminderContentItemDueDate": TextValue;
35389
- "WFReminderContentItemList": StringValue;
35429
+ "WFReminderContentItemList": EnumValue<"Reminders">;
35390
35430
  "WFReminderContentItemTags": TextValue;
35391
35431
  "WFReminderContentItemTitle": TextValue;
35392
35432
  "WFReminderContentItemSubtasks": PickerValue;
@@ -35435,7 +35475,7 @@ export type ParamTypes = {
35435
35475
  "WFURL": TextValue;
35436
35476
  };
35437
35477
  "is.workflow.actions.silenceunknowncallers.set": {
35438
- "operation": StringValue;
35478
+ "operation": EnumValue<"set" | "toggle">;
35439
35479
  "OnValue": BoolValue;
35440
35480
  "ShowWhenRun": BoolValue;
35441
35481
  };
@@ -35477,7 +35517,7 @@ export type ParamTypes = {
35477
35517
  "WFSpotlightSearchLimit": NumberValue;
35478
35518
  };
35479
35519
  "is.workflow.actions.stagemanager.set": {
35480
- "operation": StringValue;
35520
+ "operation": EnumValue<"set" | "toggle">;
35481
35521
  "state": BoolValue;
35482
35522
  "showDock": BoolValue;
35483
35523
  "showRecentApps": BoolValue;
@@ -35506,12 +35546,12 @@ export type ParamTypes = {
35506
35546
  };
35507
35547
  "is.workflow.actions.text.changecase": {
35508
35548
  "text": TextValue;
35509
- "WFCaseType": StringValue;
35549
+ "WFCaseType": EnumValue<"Capitalize Every Word" | "Capitalize with Title Case" | "Capitalize with sentence case" | "UPPERCASE" | "cApItAlIzE wItH aLtErNaTiNg cAsE" | "lowercase">;
35510
35550
  "ShowWhenRun": BoolValue;
35511
35551
  };
35512
35552
  "is.workflow.actions.text.combine": {
35513
35553
  "text": TextValue;
35514
- "WFTextSeparator": StringValue;
35554
+ "WFTextSeparator": EnumValue<"Custom" | "New Lines" | "Spaces">;
35515
35555
  "WFTextCustomSeparator": TextValue;
35516
35556
  "ShowWhenRun": BoolValue;
35517
35557
  };
@@ -35523,7 +35563,7 @@ export type ParamTypes = {
35523
35563
  };
35524
35564
  "is.workflow.actions.text.match.getgroup": {
35525
35565
  "matches": PickerValue;
35526
- "WFGetGroupType": StringValue;
35566
+ "WFGetGroupType": EnumValue<"All Groups" | "Group At Index">;
35527
35567
  "WFGroupIndex": NumberValue;
35528
35568
  "ShowWhenRun": BoolValue;
35529
35569
  };
@@ -35536,7 +35576,7 @@ export type ParamTypes = {
35536
35576
  };
35537
35577
  "is.workflow.actions.text.split": {
35538
35578
  "text": TextValue;
35539
- "WFTextSeparator": StringValue;
35579
+ "WFTextSeparator": EnumValue<"Custom" | "Every Character" | "New Lines" | "Spaces">;
35540
35580
  "WFTextCustomSeparator": TextValue;
35541
35581
  "ShowWhenRun": BoolValue;
35542
35582
  };
@@ -35589,7 +35629,7 @@ export type ParamTypes = {
35589
35629
  "WFInputMedia": PickerValue;
35590
35630
  };
35591
35631
  "is.workflow.actions.truetone.set": {
35592
- "operation": StringValue;
35632
+ "operation": EnumValue<"set" | "toggle">;
35593
35633
  "OnValue": BoolValue;
35594
35634
  "ShowWhenRun": BoolValue;
35595
35635
  };
@@ -35674,7 +35714,7 @@ export type ParamTypes = {
35674
35714
  "WFWeatherForecastType": EnumValue<"Hourly" | "Daily">;
35675
35715
  };
35676
35716
  "is.workflow.actions.wifi.set": {
35677
- "operation": StringValue;
35717
+ "operation": EnumValue<"set" | "toggle">;
35678
35718
  "OnValue": BoolValue;
35679
35719
  "ShowWhenRun": BoolValue;
35680
35720
  };