shortcutkit 0.3.0 → 0.4.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.
@@ -481,6 +481,7 @@ export declare const actions: {
481
481
  * **Ask for Input**
482
482
  * Displays a dialog prompting the user to enter a piece of information.
483
483
  * Summary: `Ask for ${WFInputType} with ${WFAskActionPrompt}`
484
+ * Output: Ask for Input
484
485
  * Parameters: `WFAskActionPrompt`, `WFInputType`, `WFAskActionDefaultAnswer`, `WFAskActionDefaultAnswerNumber`, `urlAnswer`, `WFAskActionDefaultAnswerURL`, `WFAskActionDefaultAnswerDate`, `WFAskActionDefaultAnswerTime`, `WFAskActionDefaultAnswerDateAndTime`, `WFAskActionAllowsDecimalNumbers`, `WFAskActionAllowsNegativeNumbers`, `WFAllowsMultilineText`, `ShowWhenRun`
485
486
  */
486
487
  readonly ask: "is.workflow.actions.ask";
@@ -602,6 +603,7 @@ export declare const actions: {
602
603
  /**
603
604
  * **Correct Spelling**
604
605
  * Autocorrects the spelling of text passed into the action.
606
+ * Output: Corrected Spelling
605
607
  * Parameters: `text`, `ShowWhenRun`
606
608
  */
607
609
  readonly correctspelling: "is.workflow.actions.correctspelling";
@@ -1014,6 +1016,7 @@ export declare const actions: {
1014
1016
  readonly filter_apps: "is.workflow.actions.filter.apps";
1015
1017
  /**
1016
1018
  * **Filter Articles**
1019
+ * Output: Articles
1017
1020
  * Parameters: `WFContentItemFilter`, `WFContentItemSortProperty`, `WFContentItemSortOrder`, `WFContentItemLimitEnabled`, `WFContentItemLimitNumber`, `WFCompoundType`, `WFContentItemInputParameter`
1018
1021
  */
1019
1022
  readonly filter_articles: "is.workflow.actions.filter.articles";
@@ -1053,6 +1056,7 @@ export declare const actions: {
1053
1056
  readonly filter_images: "is.workflow.actions.filter.images";
1054
1057
  /**
1055
1058
  * **Filter Locations**
1059
+ * Output: Locations
1056
1060
  * Parameters: `WFContentItemFilter`, `WFContentItemSortProperty`, `WFContentItemSortOrder`, `WFContentItemLimitEnabled`, `WFContentItemLimitNumber`, `WFCompoundType`, `WFContentItemInputParameter`
1057
1061
  */
1058
1062
  readonly filter_locations: "is.workflow.actions.filter.locations";
@@ -1169,6 +1173,7 @@ export declare const actions: {
1169
1173
  /**
1170
1174
  * **Get Current App**
1171
1175
  * Gets the current visible app.
1176
+ * Output: Current App
1172
1177
  * Parameters: `WFVisibleAppScope`
1173
1178
  */
1174
1179
  readonly getcurrentapp: "is.workflow.actions.getcurrentapp";
@@ -2077,16 +2082,19 @@ export declare const actions: {
2077
2082
  readonly properties_appearance: "is.workflow.actions.properties.appearance";
2078
2083
  /**
2079
2084
  * **Get Details of App Store App**
2085
+ * Output: Details of App Store Apps
2080
2086
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2081
2087
  */
2082
2088
  readonly properties_appstore: "is.workflow.actions.properties.appstore";
2083
2089
  /**
2084
2090
  * **Get Details of Article**
2091
+ * Output: Details of Articles
2085
2092
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2086
2093
  */
2087
2094
  readonly properties_articles: "is.workflow.actions.properties.articles";
2088
2095
  /**
2089
2096
  * **Get Details of Calendar Events**
2097
+ * Output: Details of Calendar Events
2090
2098
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2091
2099
  */
2092
2100
  readonly properties_calendarevents: "is.workflow.actions.properties.calendarevents";
@@ -2116,11 +2124,13 @@ export declare const actions: {
2116
2124
  readonly properties_images: "is.workflow.actions.properties.images";
2117
2125
  /**
2118
2126
  * **Get Details of iTunes Artist**
2127
+ * Output: Details of Itunes Artists
2119
2128
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2120
2129
  */
2121
2130
  readonly properties_itunesartist: "is.workflow.actions.properties.itunesartist";
2122
2131
  /**
2123
2132
  * **Get Details of iTunes Product**
2133
+ * Output: Details of Itunes Products
2124
2134
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2125
2135
  */
2126
2136
  readonly properties_itunesstore: "is.workflow.actions.properties.itunesstore";
@@ -2131,6 +2141,7 @@ export declare const actions: {
2131
2141
  readonly properties_locations: "is.workflow.actions.properties.locations";
2132
2142
  /**
2133
2143
  * **Get Details of Music**
2144
+ * Output: Artist
2134
2145
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2135
2146
  */
2136
2147
  readonly properties_music: "is.workflow.actions.properties.music";
@@ -2141,11 +2152,13 @@ export declare const actions: {
2141
2152
  readonly properties_parkedcar: "is.workflow.actions.properties.parkedcar";
2142
2153
  /**
2143
2154
  * **Get Details of Podcast Episode**
2155
+ * Output: Details of Podcast Episodes
2144
2156
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2145
2157
  */
2146
2158
  readonly properties_podcast: "is.workflow.actions.properties.podcast";
2147
2159
  /**
2148
2160
  * **Get Details of Podcast**
2161
+ * Output: Details of Podcasts
2149
2162
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2150
2163
  */
2151
2164
  readonly properties_podcastshow: "is.workflow.actions.properties.podcastshow";
@@ -2161,6 +2174,7 @@ export declare const actions: {
2161
2174
  readonly properties_ridestatus: "is.workflow.actions.properties.ridestatus";
2162
2175
  /**
2163
2176
  * **Get Details of Safari Web Page**
2177
+ * Output: Details of Safari Web Pages
2164
2178
  * Parameters: `WFContentItemPropertyName`, `WFInput`
2165
2179
  */
2166
2180
  readonly properties_safariwebpage: "is.workflow.actions.properties.safariwebpage";
@@ -2721,24 +2735,28 @@ export declare const actions: {
2721
2735
  /**
2722
2736
  * **Change Case**
2723
2737
  * Changes the case of the text passed into the action to UPPERCASE, lowercase, or Title Case.
2738
+ * Output: Updated Text
2724
2739
  * Parameters: `text`, `WFCaseType`, `ShowWhenRun`
2725
2740
  */
2726
2741
  readonly text_changecase: "is.workflow.actions.text.changecase";
2727
2742
  /**
2728
2743
  * **Combine Text**
2729
2744
  * Joins the text together, inserting the separator between each join.
2745
+ * Output: Combined Text
2730
2746
  * Parameters: `text`, `WFTextSeparator`, `WFTextCustomSeparator`, `ShowWhenRun`
2731
2747
  */
2732
2748
  readonly text_combine: "is.workflow.actions.text.combine";
2733
2749
  /**
2734
2750
  * **Match Text**
2735
2751
  * Searches text passed into the action for matches to a regular expression.
2752
+ * Output: Matches
2736
2753
  * Parameters: `text`, `WFMatchTextPattern`, `WFMatchTextCaseSensitive`, `ShowWhenRun`
2737
2754
  */
2738
2755
  readonly text_match: "is.workflow.actions.text.match";
2739
2756
  /**
2740
2757
  * **Get Group from Matched Text**
2741
2758
  * Gets the text that matched a particular capture group or all of the capture groups from the output of a Match Text action.
2759
+ * Output: Text
2742
2760
  * Parameters: `matches`, `WFGetGroupType`, `WFGroupIndex`, `ShowWhenRun`
2743
2761
  */
2744
2762
  readonly text_match_getgroup: "is.workflow.actions.text.match.getgroup";
@@ -2753,6 +2771,7 @@ export declare const actions: {
2753
2771
  /**
2754
2772
  * **Split Text**
2755
2773
  * Separates text passed into the action into a list.
2774
+ * Output: Split Text
2756
2775
  * Parameters: `text`, `WFTextSeparator`, `WFTextCustomSeparator`, `ShowWhenRun`
2757
2776
  */
2758
2777
  readonly text_split: "is.workflow.actions.text.split";
@@ -14404,7 +14423,7 @@ export declare const ACTIONS: {
14404
14423
  readonly "is.workflow.actions.ask": {
14405
14424
  readonly name: "Ask for Input";
14406
14425
  readonly params: readonly ["WFAskActionPrompt", "WFInputType", "WFAskActionDefaultAnswer", "WFAskActionDefaultAnswerNumber", "urlAnswer", "WFAskActionDefaultAnswerURL", "WFAskActionDefaultAnswerDate", "WFAskActionDefaultAnswerTime", "WFAskActionDefaultAnswerDateAndTime", "WFAskActionAllowsDecimalNumbers", "WFAskActionAllowsNegativeNumbers", "WFAllowsMultilineText", "ShowWhenRun"];
14407
- readonly output: null;
14426
+ readonly output: "Ask for Input";
14408
14427
  };
14409
14428
  readonly "is.workflow.actions.askllm": {
14410
14429
  readonly name: "Use Model";
@@ -14489,7 +14508,7 @@ export declare const ACTIONS: {
14489
14508
  readonly "is.workflow.actions.correctspelling": {
14490
14509
  readonly name: "Correct Spelling";
14491
14510
  readonly params: readonly ["text", "ShowWhenRun"];
14492
- readonly output: null;
14511
+ readonly output: "Corrected Spelling";
14493
14512
  };
14494
14513
  readonly "is.workflow.actions.count": {
14495
14514
  readonly name: "Count";
@@ -14769,7 +14788,7 @@ export declare const ACTIONS: {
14769
14788
  readonly "is.workflow.actions.filter.articles": {
14770
14789
  readonly name: "Filter Articles";
14771
14790
  readonly params: readonly ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"];
14772
- readonly output: null;
14791
+ readonly output: "Articles";
14773
14792
  };
14774
14793
  readonly "is.workflow.actions.filter.calendarevents": {
14775
14794
  readonly name: "Find Calendar Events";
@@ -14809,7 +14828,7 @@ export declare const ACTIONS: {
14809
14828
  readonly "is.workflow.actions.filter.locations": {
14810
14829
  readonly name: "Filter Locations";
14811
14830
  readonly params: readonly ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"];
14812
- readonly output: null;
14831
+ readonly output: "Locations";
14813
14832
  };
14814
14833
  readonly "is.workflow.actions.filter.music": {
14815
14834
  readonly name: "Find Music";
@@ -14894,7 +14913,7 @@ export declare const ACTIONS: {
14894
14913
  readonly "is.workflow.actions.getcurrentapp": {
14895
14914
  readonly name: "Get Current App";
14896
14915
  readonly params: readonly ["WFVisibleAppScope"];
14897
- readonly output: null;
14916
+ readonly output: "Current App";
14898
14917
  };
14899
14918
  readonly "is.workflow.actions.getcurrentlocation": {
14900
14919
  readonly name: "Get Current Location";
@@ -15514,17 +15533,17 @@ export declare const ACTIONS: {
15514
15533
  readonly "is.workflow.actions.properties.appstore": {
15515
15534
  readonly name: "Get Details of App Store App";
15516
15535
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15517
- readonly output: null;
15536
+ readonly output: "Details of App Store Apps";
15518
15537
  };
15519
15538
  readonly "is.workflow.actions.properties.articles": {
15520
15539
  readonly name: "Get Details of Article";
15521
15540
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15522
- readonly output: null;
15541
+ readonly output: "Details of Articles";
15523
15542
  };
15524
15543
  readonly "is.workflow.actions.properties.calendarevents": {
15525
15544
  readonly name: "Get Details of Calendar Events";
15526
15545
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15527
- readonly output: null;
15546
+ readonly output: "Details of Calendar Events";
15528
15547
  };
15529
15548
  readonly "is.workflow.actions.properties.contacts": {
15530
15549
  readonly name: "Get Details of Contacts";
@@ -15554,12 +15573,12 @@ export declare const ACTIONS: {
15554
15573
  readonly "is.workflow.actions.properties.itunesartist": {
15555
15574
  readonly name: "Get Details of iTunes Artist";
15556
15575
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15557
- readonly output: null;
15576
+ readonly output: "Details of Itunes Artists";
15558
15577
  };
15559
15578
  readonly "is.workflow.actions.properties.itunesstore": {
15560
15579
  readonly name: "Get Details of iTunes Product";
15561
15580
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15562
- readonly output: null;
15581
+ readonly output: "Details of Itunes Products";
15563
15582
  };
15564
15583
  readonly "is.workflow.actions.properties.locations": {
15565
15584
  readonly name: "Get Details of Locations";
@@ -15569,7 +15588,7 @@ export declare const ACTIONS: {
15569
15588
  readonly "is.workflow.actions.properties.music": {
15570
15589
  readonly name: "Get Details of Music";
15571
15590
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15572
- readonly output: null;
15591
+ readonly output: "Artist";
15573
15592
  };
15574
15593
  readonly "is.workflow.actions.properties.parkedcar": {
15575
15594
  readonly name: "Get Details of Parked Car";
@@ -15579,12 +15598,12 @@ export declare const ACTIONS: {
15579
15598
  readonly "is.workflow.actions.properties.podcast": {
15580
15599
  readonly name: "Get Details of Podcast Episode";
15581
15600
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15582
- readonly output: null;
15601
+ readonly output: "Details of Podcast Episodes";
15583
15602
  };
15584
15603
  readonly "is.workflow.actions.properties.podcastshow": {
15585
15604
  readonly name: "Get Details of Podcast";
15586
15605
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15587
- readonly output: null;
15606
+ readonly output: "Details of Podcasts";
15588
15607
  };
15589
15608
  readonly "is.workflow.actions.properties.reminders": {
15590
15609
  readonly name: "Get Details of Reminders";
@@ -15599,7 +15618,7 @@ export declare const ACTIONS: {
15599
15618
  readonly "is.workflow.actions.properties.safariwebpage": {
15600
15619
  readonly name: "Get Details of Safari Web Page";
15601
15620
  readonly params: readonly ["WFContentItemPropertyName", "WFInput"];
15602
- readonly output: null;
15621
+ readonly output: "Details of Safari Web Pages";
15603
15622
  };
15604
15623
  readonly "is.workflow.actions.properties.shazam": {
15605
15624
  readonly name: "Get Details of Shazam";
@@ -16004,22 +16023,22 @@ export declare const ACTIONS: {
16004
16023
  readonly "is.workflow.actions.text.changecase": {
16005
16024
  readonly name: "Change Case";
16006
16025
  readonly params: readonly ["text", "WFCaseType", "ShowWhenRun"];
16007
- readonly output: null;
16026
+ readonly output: "Updated Text";
16008
16027
  };
16009
16028
  readonly "is.workflow.actions.text.combine": {
16010
16029
  readonly name: "Combine Text";
16011
16030
  readonly params: readonly ["text", "WFTextSeparator", "WFTextCustomSeparator", "ShowWhenRun"];
16012
- readonly output: null;
16031
+ readonly output: "Combined Text";
16013
16032
  };
16014
16033
  readonly "is.workflow.actions.text.match": {
16015
16034
  readonly name: "Match Text";
16016
16035
  readonly params: readonly ["text", "WFMatchTextPattern", "WFMatchTextCaseSensitive", "ShowWhenRun"];
16017
- readonly output: null;
16036
+ readonly output: "Matches";
16018
16037
  };
16019
16038
  readonly "is.workflow.actions.text.match.getgroup": {
16020
16039
  readonly name: "Get Group from Matched Text";
16021
16040
  readonly params: readonly ["matches", "WFGetGroupType", "WFGroupIndex", "ShowWhenRun"];
16022
- readonly output: null;
16041
+ readonly output: "Text";
16023
16042
  };
16024
16043
  readonly "is.workflow.actions.text.replace": {
16025
16044
  readonly name: "Replace Text";
@@ -16029,7 +16048,7 @@ export declare const ACTIONS: {
16029
16048
  readonly "is.workflow.actions.text.split": {
16030
16049
  readonly name: "Split Text";
16031
16050
  readonly params: readonly ["text", "WFTextSeparator", "WFTextCustomSeparator", "ShowWhenRun"];
16032
- readonly output: null;
16051
+ readonly output: "Split Text";
16033
16052
  };
16034
16053
  readonly "is.workflow.actions.text.translate": {
16035
16054
  readonly name: "Translate Text";
@@ -33591,47 +33610,47 @@ export declare const ACTIONS: {
33591
33610
  /** Accepted value type for every parameter key of every action (see values.ts). */
33592
33611
  export type ParamTypes = {
33593
33612
  "com.apple.NanoSettings.NPRFPingMyPhoneIntent": {
33594
- "state": StringValue;
33613
+ "state": EnumValue<"off" | "on">;
33595
33614
  "ShowWhenRun": BoolValue;
33596
33615
  };
33597
33616
  "com.apple.NanoSettings.NPRFSetAlwaysOnIntent": {
33598
- "operation": StringValue;
33599
- "state": StringValue;
33617
+ "operation": EnumValue<"set" | "toggle">;
33618
+ "state": EnumValue<"off" | "on">;
33600
33619
  "ShowWhenRun": BoolValue;
33601
33620
  };
33602
33621
  "com.apple.NanoSettings.NPRFSetAutoLaunchAudioAppsIntent": {
33603
- "operation": StringValue;
33604
- "state": StringValue;
33622
+ "operation": EnumValue<"set" | "toggle">;
33623
+ "state": EnumValue<"off" | "on">;
33605
33624
  "ShowWhenRun": BoolValue;
33606
33625
  };
33607
33626
  "com.apple.NanoSettings.NPRFSetFlashLightIntent": {
33608
- "operation": StringValue;
33609
- "state": StringValue;
33627
+ "operation": EnumValue<"set" | "toggle">;
33628
+ "state": EnumValue<"off" | "on">;
33610
33629
  "ShowWhenRun": BoolValue;
33611
33630
  };
33612
33631
  "com.apple.NanoSettings.NPRFSetSchoolTimeIntent": {
33613
- "operation": StringValue;
33614
- "state": StringValue;
33632
+ "operation": EnumValue<"set" | "toggle">;
33633
+ "state": EnumValue<"off" | "on">;
33615
33634
  "ShowWhenRun": BoolValue;
33616
33635
  };
33617
33636
  "com.apple.NanoSettings.NPRFSetSilentModeIntent": {
33618
- "operation": StringValue;
33619
- "state": StringValue;
33637
+ "operation": EnumValue<"set" | "toggle">;
33638
+ "state": EnumValue<"off" | "on">;
33620
33639
  "ShowWhenRun": BoolValue;
33621
33640
  };
33622
33641
  "com.apple.NanoSettings.NPRFSetTheaterModeIntent": {
33623
- "operation": StringValue;
33624
- "state": StringValue;
33642
+ "operation": EnumValue<"set" | "toggle">;
33643
+ "state": EnumValue<"off" | "on">;
33625
33644
  "ShowWhenRun": BoolValue;
33626
33645
  };
33627
33646
  "com.apple.NanoSettings.NPRFSetWakeOnWristRaiseIntent": {
33628
- "operation": StringValue;
33629
- "state": StringValue;
33647
+ "operation": EnumValue<"set" | "toggle">;
33648
+ "state": EnumValue<"off" | "on">;
33630
33649
  "ShowWhenRun": BoolValue;
33631
33650
  };
33632
33651
  "com.apple.NanoSettings.NPRFSetWaterLockIntent": {
33633
- "operation": StringValue;
33634
- "state": StringValue;
33652
+ "operation": EnumValue<"set" | "toggle">;
33653
+ "state": EnumValue<"off" | "on">;
33635
33654
  "ShowWhenRun": BoolValue;
33636
33655
  };
33637
33656
  "com.apple.Notes.ICNotesFolderIntent": {
@@ -33672,11 +33691,11 @@ export type ParamTypes = {
33672
33691
  "ShowWhenRun": BoolValue;
33673
33692
  };
33674
33693
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundIntent": {
33675
- "backgroundSound": StringValue;
33694
+ "backgroundSound": EnumValue<"Airplane" | "Babble" | "BalancedNoise" | "Boat" | "BrightNoise" | "Bus" | "DarkNoise" | "Fire" | "Night" | "Ocean" | "QuietNight" | "Rain" | "RainOnRoof" | "Steam" | "Stream" | "Train">;
33676
33695
  "ShowWhenRun": BoolValue;
33677
33696
  };
33678
33697
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsTimerIntent": {
33679
- "interval": StringValue;
33698
+ "interval": EnumValue<"duration" | "endInterval">;
33680
33699
  "duration": QuantityValue;
33681
33700
  "endInterval": TextValue;
33682
33701
  "always": BoolValue;
@@ -33687,132 +33706,132 @@ export type ParamTypes = {
33687
33706
  "ShowWhenRun": BoolValue;
33688
33707
  };
33689
33708
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAccessibilityKeyboardIntent": {
33690
- "operation": StringValue;
33709
+ "operation": EnumValue<"toggle" | "turn">;
33691
33710
  "state": BoolValue;
33692
33711
  "ShowWhenRun": BoolValue;
33693
33712
  };
33694
33713
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAlternatePointerActionsIntent": {
33695
- "operation": StringValue;
33714
+ "operation": EnumValue<"toggle" | "turn">;
33696
33715
  "state": BoolValue;
33697
33716
  "ShowWhenRun": BoolValue;
33698
33717
  };
33699
33718
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAudioDescriptionsIntent": {
33700
- "operation": StringValue;
33719
+ "operation": EnumValue<"toggle" | "turn">;
33701
33720
  "state": BoolValue;
33702
33721
  "ShowWhenRun": BoolValue;
33703
33722
  };
33704
33723
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleBackgroundSoundsIntent": {
33705
- "operation": StringValue;
33724
+ "operation": EnumValue<"toggle" | "turn">;
33706
33725
  "state": BoolValue;
33707
33726
  "ShowWhenRun": BoolValue;
33708
33727
  };
33709
33728
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleCaptionsIntent": {
33710
- "operation": StringValue;
33729
+ "operation": EnumValue<"toggle" | "turn">;
33711
33730
  "state": BoolValue;
33712
33731
  "ShowWhenRun": BoolValue;
33713
33732
  };
33714
33733
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleClassicInvertIntent": {
33715
- "operation": StringValue;
33734
+ "operation": EnumValue<"toggle" | "turn">;
33716
33735
  "state": BoolValue;
33717
33736
  "ShowWhenRun": BoolValue;
33718
33737
  };
33719
33738
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleColorFiltersIntent": {
33720
- "operation": StringValue;
33739
+ "operation": EnumValue<"toggle" | "turn">;
33721
33740
  "state": BoolValue;
33722
33741
  "ShowWhenRun": BoolValue;
33723
33742
  };
33724
33743
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleContrastIntent": {
33725
- "operation": StringValue;
33744
+ "operation": EnumValue<"toggle" | "turn">;
33726
33745
  "state": BoolValue;
33727
33746
  "ShowWhenRun": BoolValue;
33728
33747
  };
33729
33748
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleFullKeyboardAccessIntent": {
33730
- "operation": StringValue;
33749
+ "operation": EnumValue<"toggle" | "turn">;
33731
33750
  "state": BoolValue;
33732
33751
  "ShowWhenRun": BoolValue;
33733
33752
  };
33734
33753
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHeadPointerIntent": {
33735
- "operation": StringValue;
33754
+ "operation": EnumValue<"toggle" | "turn">;
33736
33755
  "state": BoolValue;
33737
33756
  "ShowWhenRun": BoolValue;
33738
33757
  };
33739
33758
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTextIntent": {
33740
- "operation": StringValue;
33759
+ "operation": EnumValue<"toggle" | "turn">;
33741
33760
  "state": BoolValue;
33742
33761
  "ShowWhenRun": BoolValue;
33743
33762
  };
33744
33763
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTypingIntent": {
33745
- "operation": StringValue;
33764
+ "operation": EnumValue<"toggle" | "turn">;
33746
33765
  "state": BoolValue;
33747
33766
  "ShowWhenRun": BoolValue;
33748
33767
  };
33749
33768
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveCaptionsIntent": {
33750
- "operation": StringValue;
33769
+ "operation": EnumValue<"toggle" | "turn">;
33751
33770
  "state": BoolValue;
33752
33771
  "ShowWhenRun": BoolValue;
33753
33772
  };
33754
33773
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveSpeechIntent": {
33755
- "operation": StringValue;
33774
+ "operation": EnumValue<"toggle" | "turn">;
33756
33775
  "state": BoolValue;
33757
33776
  "ShowWhenRun": BoolValue;
33758
33777
  };
33759
33778
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMonoAudioIntent": {
33760
- "operation": StringValue;
33779
+ "operation": EnumValue<"toggle" | "turn">;
33761
33780
  "state": BoolValue;
33762
33781
  "ShowWhenRun": BoolValue;
33763
33782
  };
33764
33783
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMotionCuesIntent": {
33765
- "operation": StringValue;
33784
+ "operation": EnumValue<"toggle" | "turn">;
33766
33785
  "state": BoolValue;
33767
33786
  "ShowWhenRun": BoolValue;
33768
33787
  };
33769
33788
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMouseKeysIntent": {
33770
- "operation": StringValue;
33789
+ "operation": EnumValue<"toggle" | "turn">;
33771
33790
  "state": BoolValue;
33772
33791
  "ShowWhenRun": BoolValue;
33773
33792
  };
33774
33793
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleReduceMotionIntent": {
33775
- "operation": StringValue;
33794
+ "operation": EnumValue<"toggle" | "turn">;
33776
33795
  "state": BoolValue;
33777
33796
  "ShowWhenRun": BoolValue;
33778
33797
  };
33779
33798
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSlowKeysIntent": {
33780
- "operation": StringValue;
33799
+ "operation": EnumValue<"toggle" | "turn">;
33781
33800
  "state": BoolValue;
33782
33801
  "ShowWhenRun": BoolValue;
33783
33802
  };
33784
33803
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSmartInvertIntent": {
33785
- "operation": StringValue;
33804
+ "operation": EnumValue<"toggle" | "turn">;
33786
33805
  "state": BoolValue;
33787
33806
  "ShowWhenRun": BoolValue;
33788
33807
  };
33789
33808
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleStickyKeysIntent": {
33790
- "operation": StringValue;
33809
+ "operation": EnumValue<"toggle" | "turn">;
33791
33810
  "state": BoolValue;
33792
33811
  "ShowWhenRun": BoolValue;
33793
33812
  };
33794
33813
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSwitchControlIntent": {
33795
- "operation": StringValue;
33814
+ "operation": EnumValue<"toggle" | "turn">;
33796
33815
  "state": BoolValue;
33797
33816
  "ShowWhenRun": BoolValue;
33798
33817
  };
33799
33818
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleTransparencyIntent": {
33800
- "operation": StringValue;
33819
+ "operation": EnumValue<"toggle" | "turn">;
33801
33820
  "state": BoolValue;
33802
33821
  "ShowWhenRun": BoolValue;
33803
33822
  };
33804
33823
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceControlIntent": {
33805
- "operation": StringValue;
33824
+ "operation": EnumValue<"toggle" | "turn">;
33806
33825
  "state": BoolValue;
33807
33826
  "ShowWhenRun": BoolValue;
33808
33827
  };
33809
33828
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceOverIntent": {
33810
- "operation": StringValue;
33829
+ "operation": EnumValue<"toggle" | "turn">;
33811
33830
  "state": BoolValue;
33812
33831
  "ShowWhenRun": BoolValue;
33813
33832
  };
33814
33833
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleZoomIntent": {
33815
- "operation": StringValue;
33834
+ "operation": EnumValue<"toggle" | "turn">;
33816
33835
  "state": BoolValue;
33817
33836
  "ShowWhenRun": BoolValue;
33818
33837
  };
@@ -33931,7 +33950,7 @@ export type ParamTypes = {
33931
33950
  "WFInput": PickerValue;
33932
33951
  };
33933
33952
  "is.workflow.actions.airplanemode.set": {
33934
- "operation": StringValue;
33953
+ "operation": EnumValue<"set" | "toggle">;
33935
33954
  "OnValue": BoolValue;
33936
33955
  "ShowWhenRun": BoolValue;
33937
33956
  };
@@ -33941,13 +33960,13 @@ export type ParamTypes = {
33941
33960
  "WFAlertActionCancelButtonShown": BoolValue;
33942
33961
  };
33943
33962
  "is.workflow.actions.announcenotifications.set": {
33944
- "operation": StringValue;
33963
+ "operation": EnumValue<"set" | "toggle">;
33945
33964
  "OnValue": BoolValue;
33946
33965
  "ShowWhenRun": BoolValue;
33947
33966
  };
33948
33967
  "is.workflow.actions.appearance": {
33949
- "operation": StringValue;
33950
- "style": StringValue;
33968
+ "operation": EnumValue<"set" | "toggle">;
33969
+ "style": EnumValue<"dark" | "light">;
33951
33970
  "ShowWhenRun": BoolValue;
33952
33971
  };
33953
33972
  "is.workflow.actions.appendvariable": {
@@ -33956,7 +33975,7 @@ export type ParamTypes = {
33956
33975
  };
33957
33976
  "is.workflow.actions.ask": {
33958
33977
  "WFAskActionPrompt": TextValue;
33959
- "WFInputType": StringValue;
33978
+ "WFInputType": EnumValue<"Date" | "Date and Time" | "Number" | "Text" | "Time" | "URL">;
33960
33979
  "WFAskActionDefaultAnswer": TextValue;
33961
33980
  "WFAskActionDefaultAnswerNumber": NumberValue;
33962
33981
  "urlAnswer": TextValue;
@@ -33985,7 +34004,7 @@ export type ParamTypes = {
33985
34004
  "WFInput": PickerValue;
33986
34005
  };
33987
34006
  "is.workflow.actions.bluetooth.set": {
33988
- "operation": StringValue;
34007
+ "operation": EnumValue<"set" | "toggle">;
33989
34008
  "OnValue": BoolValue;
33990
34009
  "ShowWhenRun": BoolValue;
33991
34010
  };
@@ -33993,7 +34012,7 @@ export type ParamTypes = {
33993
34012
  "Input": TextValue;
33994
34013
  };
33995
34014
  "is.workflow.actions.cellulardata.set": {
33996
- "operation": StringValue;
34015
+ "operation": EnumValue<"set" | "toggle">;
33997
34016
  "OnValue": BoolValue;
33998
34017
  "ShowWhenRun": BoolValue;
33999
34018
  };
@@ -34119,7 +34138,7 @@ export type ParamTypes = {
34119
34138
  };
34120
34139
  "is.workflow.actions.dismisssiri": {};
34121
34140
  "is.workflow.actions.display.always-on.set": {
34122
- "operation": StringValue;
34141
+ "operation": EnumValue<"set" | "toggle">;
34123
34142
  "OnValue": BoolValue;
34124
34143
  "ShowWhenRun": BoolValue;
34125
34144
  };
@@ -34279,134 +34298,134 @@ export type ParamTypes = {
34279
34298
  };
34280
34299
  "is.workflow.actions.filter.apps": {
34281
34300
  "WFContentItemFilter": FilterTemplateValue;
34282
- "WFContentItemSortProperty": StringValue;
34301
+ "WFContentItemSortProperty": EnumValue<"Bundle Identifier" | "Launch Date" | "Name" | "Process Identifier" | "Random">;
34283
34302
  "WFContentItemSortOrder": StringValue;
34284
34303
  "WFContentItemLimitEnabled": BoolValue;
34285
34304
  "WFContentItemLimitNumber": NumberValue;
34286
- "WFCompoundType": StringValue;
34287
- "WFContentItemInputParameter": StringValue;
34305
+ "WFCompoundType": EnumValue<"0" | "1">;
34306
+ "WFContentItemInputParameter": EnumValue<"Library">;
34288
34307
  };
34289
34308
  "is.workflow.actions.filter.articles": {
34290
34309
  "WFContentItemFilter": FilterTemplateValue;
34291
- "WFContentItemSortProperty": StringValue;
34310
+ "WFContentItemSortProperty": EnumValue<"Author" | "Name" | "Number of Words" | "Published Date" | "Random" | "Title">;
34292
34311
  "WFContentItemSortOrder": StringValue;
34293
34312
  "WFContentItemLimitEnabled": BoolValue;
34294
34313
  "WFContentItemLimitNumber": NumberValue;
34295
- "WFCompoundType": StringValue;
34314
+ "WFCompoundType": EnumValue<"0" | "1">;
34296
34315
  "WFContentItemInputParameter": PickerValue;
34297
34316
  };
34298
34317
  "is.workflow.actions.filter.calendarevents": {
34299
34318
  "WFContentItemFilter": FilterTemplateValue;
34300
- "WFContentItemSortProperty": StringValue;
34319
+ "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
34320
  "WFContentItemSortOrder": StringValue;
34302
34321
  "WFContentItemLimitEnabled": BoolValue;
34303
34322
  "WFContentItemLimitNumber": NumberValue;
34304
- "WFCompoundType": StringValue;
34305
- "WFContentItemInputParameter": StringValue;
34323
+ "WFCompoundType": EnumValue<"0" | "1">;
34324
+ "WFContentItemInputParameter": EnumValue<"Library">;
34306
34325
  };
34307
34326
  "is.workflow.actions.filter.contacts": {
34308
34327
  "WFContentItemFilter": FilterTemplateValue;
34309
- "WFContentItemSortProperty": StringValue;
34328
+ "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
34329
  "WFContentItemSortOrder": StringValue;
34311
34330
  "WFContentItemLimitEnabled": BoolValue;
34312
34331
  "WFContentItemLimitNumber": NumberValue;
34313
- "WFCompoundType": StringValue;
34314
- "WFContentItemInputParameter": StringValue;
34332
+ "WFCompoundType": EnumValue<"0" | "1">;
34333
+ "WFContentItemInputParameter": EnumValue<"Library">;
34315
34334
  };
34316
34335
  "is.workflow.actions.filter.displays": {
34317
34336
  "WFContentItemFilter": FilterTemplateValue;
34318
- "WFContentItemSortProperty": StringValue;
34337
+ "WFContentItemSortProperty": EnumValue<"Name" | "Random" | "Scale">;
34319
34338
  "WFContentItemSortOrder": StringValue;
34320
34339
  "WFContentItemLimitEnabled": BoolValue;
34321
34340
  "WFContentItemLimitNumber": NumberValue;
34322
- "WFCompoundType": StringValue;
34323
- "WFContentItemInputParameter": StringValue;
34341
+ "WFCompoundType": EnumValue<"0" | "1">;
34342
+ "WFContentItemInputParameter": EnumValue<"Library">;
34324
34343
  };
34325
34344
  "is.workflow.actions.filter.eventattendees": {
34326
34345
  "WFContentItemFilter": FilterTemplateValue;
34327
- "WFContentItemSortProperty": StringValue;
34346
+ "WFContentItemSortProperty": EnumValue<"Email Address" | "Name" | "Random" | "Role" | "Status" | "Type">;
34328
34347
  "WFContentItemSortOrder": StringValue;
34329
34348
  "WFContentItemLimitEnabled": BoolValue;
34330
34349
  "WFContentItemLimitNumber": NumberValue;
34331
- "WFCompoundType": StringValue;
34350
+ "WFCompoundType": EnumValue<"0" | "1">;
34332
34351
  "WFContentItemInputParameter": PickerValue;
34333
34352
  };
34334
34353
  "is.workflow.actions.filter.files": {
34335
34354
  "WFContentItemFilter": FilterTemplateValue;
34336
- "WFContentItemSortProperty": StringValue;
34355
+ "WFContentItemSortProperty": EnumValue<"Creation Date" | "File Extension" | "File Path" | "File Size" | "Last Modified Date" | "Name" | "Random">;
34337
34356
  "WFContentItemSortOrder": StringValue;
34338
34357
  "WFContentItemLimitEnabled": BoolValue;
34339
34358
  "WFContentItemLimitNumber": NumberValue;
34340
- "WFCompoundType": StringValue;
34359
+ "WFCompoundType": EnumValue<"0" | "1">;
34341
34360
  "WFContentItemInputParameter": PickerValue;
34342
34361
  };
34343
34362
  "is.workflow.actions.filter.health.quantity": {};
34344
34363
  "is.workflow.actions.filter.images": {
34345
34364
  "WFContentItemFilter": FilterTemplateValue;
34346
- "WFContentItemSortProperty": StringValue;
34365
+ "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
34366
  "WFContentItemSortOrder": StringValue;
34348
34367
  "WFContentItemLimitEnabled": BoolValue;
34349
34368
  "WFContentItemLimitNumber": NumberValue;
34350
- "WFCompoundType": StringValue;
34369
+ "WFCompoundType": EnumValue<"0" | "1">;
34351
34370
  "WFContentItemInputParameter": PickerValue;
34352
34371
  };
34353
34372
  "is.workflow.actions.filter.locations": {
34354
34373
  "WFContentItemFilter": FilterTemplateValue;
34355
- "WFContentItemSortProperty": StringValue;
34374
+ "WFContentItemSortProperty": EnumValue<"Altitude" | "City" | "Country" | "Label" | "Latitude" | "Longitude" | "Name" | "Phone Number" | "Random" | "State" | "Street" | "ZIP Code">;
34356
34375
  "WFContentItemSortOrder": StringValue;
34357
34376
  "WFContentItemLimitEnabled": BoolValue;
34358
34377
  "WFContentItemLimitNumber": NumberValue;
34359
- "WFCompoundType": StringValue;
34378
+ "WFCompoundType": EnumValue<"0" | "1">;
34360
34379
  "WFContentItemInputParameter": PickerValue;
34361
34380
  };
34362
34381
  "is.workflow.actions.filter.music": {
34363
34382
  "WFContentItemFilter": FilterTemplateValue;
34364
- "WFContentItemSortProperty": StringValue;
34383
+ "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
34384
  "WFContentItemSortOrder": StringValue;
34366
34385
  "WFContentItemLimitEnabled": BoolValue;
34367
34386
  "WFContentItemLimitNumber": NumberValue;
34368
- "WFCompoundType": StringValue;
34369
- "WFContentItemInputParameter": StringValue;
34387
+ "WFCompoundType": EnumValue<"0" | "1">;
34388
+ "WFContentItemInputParameter": EnumValue<"Library">;
34370
34389
  };
34371
34390
  "is.workflow.actions.filter.photos": {
34372
34391
  "WFContentItemFilter": FilterTemplateValue;
34373
- "WFContentItemSortProperty": StringValue;
34392
+ "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
34393
  "WFContentItemSortOrder": StringValue;
34375
34394
  "WFContentItemLimitEnabled": BoolValue;
34376
34395
  "WFContentItemLimitNumber": NumberValue;
34377
- "WFCompoundType": StringValue;
34378
- "WFContentItemInputParameter": StringValue;
34396
+ "WFCompoundType": EnumValue<"0" | "1">;
34397
+ "WFContentItemInputParameter": EnumValue<"Library">;
34379
34398
  };
34380
34399
  "is.workflow.actions.filter.reminders": {
34381
34400
  "WFContentItemFilter": FilterTemplateValue;
34382
- "WFContentItemSortProperty": StringValue;
34401
+ "WFContentItemSortProperty": EnumValue<"Completion Date" | "Creation Date" | "Due Date" | "File Extension" | "File Path" | "Last Modified Date" | "List" | "Name" | "Priority" | "Random" | "Title">;
34383
34402
  "WFContentItemSortOrder": StringValue;
34384
34403
  "WFContentItemLimitEnabled": BoolValue;
34385
34404
  "WFContentItemLimitNumber": NumberValue;
34386
- "WFCompoundType": StringValue;
34387
- "WFContentItemInputParameter": StringValue;
34405
+ "WFCompoundType": EnumValue<"0" | "1">;
34406
+ "WFContentItemInputParameter": EnumValue<"Library">;
34388
34407
  };
34389
34408
  "is.workflow.actions.filter.vpns": {
34390
34409
  "WFContentItemFilter": FilterTemplateValue;
34391
- "WFContentItemSortProperty": StringValue;
34410
+ "WFContentItemSortProperty": EnumValue<"Name" | "Random" | "Server Address">;
34392
34411
  "WFContentItemSortOrder": StringValue;
34393
34412
  "WFContentItemLimitEnabled": BoolValue;
34394
34413
  "WFContentItemLimitNumber": NumberValue;
34395
- "WFCompoundType": StringValue;
34396
- "WFContentItemInputParameter": StringValue;
34414
+ "WFCompoundType": EnumValue<"0" | "1">;
34415
+ "WFContentItemInputParameter": EnumValue<"Library">;
34397
34416
  };
34398
34417
  "is.workflow.actions.filter.windows": {
34399
34418
  "WFContentItemFilter": FilterTemplateValue;
34400
- "WFContentItemSortProperty": StringValue;
34419
+ "WFContentItemSortProperty": EnumValue<"App Name" | "Height" | "Name" | "Random" | "Width" | "Window Index" | "X Position" | "Y Position">;
34401
34420
  "WFContentItemSortOrder": StringValue;
34402
34421
  "WFContentItemLimitEnabled": BoolValue;
34403
34422
  "WFContentItemLimitNumber": NumberValue;
34404
- "WFCompoundType": StringValue;
34405
- "WFContentItemInputParameter": StringValue;
34423
+ "WFCompoundType": EnumValue<"0" | "1">;
34424
+ "WFContentItemInputParameter": EnumValue<"Library">;
34406
34425
  };
34407
34426
  "is.workflow.actions.finder.getselectedfiles": {};
34408
34427
  "is.workflow.actions.flashlight": {
34409
- "operation": StringValue;
34428
+ "operation": EnumValue<"set" | "toggle">;
34410
34429
  "state": BoolValue;
34411
34430
  "WFFlashlightLevel": NumberValue;
34412
34431
  "ShowWhenRun": BoolValue;
@@ -34736,13 +34755,13 @@ export type ParamTypes = {
34736
34755
  "WFNoInputBehavior": EnumValue<"Stop and Respond" | "Ask For" | "Get Clipboard" | "Continue">;
34737
34756
  "WFStopAndRespondResponse": TextValue;
34738
34757
  "WFAskForType": EnumValue<"Files" | "Text" | "Date" | "Photos" | "Contacts" | "Email Address" | "Music" | "Phone Number">;
34739
- "WFPickingMode": StringValue;
34758
+ "WFPickingMode": EnumValue<"Files" | "Folders">;
34740
34759
  "SelectMultiple": BoolValue;
34741
34760
  "WFDateActionMode": StringValue;
34742
34761
  "WFDateActionDate": TextValue;
34743
- "WFEventOccurrenceMode": StringValue;
34762
+ "WFEventOccurrenceMode": EnumValue<"Next Occurrence" | "Specified Year">;
34744
34763
  "WFEventOccurrenceSpecifiedYear": StringValue;
34745
- "WFPhotoPickerTypes": StringValue;
34764
+ "WFPhotoPickerTypes": EnumValue<"Images" | "Live Photos" | "Videos">;
34746
34765
  "WFSelectMultiplePhotos": BoolValue;
34747
34766
  "WFSelectMultiple": BoolValue;
34748
34767
  "WFExportSongActionSelectMultiple": BoolValue;
@@ -34782,7 +34801,7 @@ export type ParamTypes = {
34782
34801
  "is.workflow.actions.lockscreen": {};
34783
34802
  "is.workflow.actions.logout": {};
34784
34803
  "is.workflow.actions.lowpowermode.set": {
34785
- "operation": StringValue;
34804
+ "operation": EnumValue<"set" | "toggle">;
34786
34805
  "OnValue": BoolValue;
34787
34806
  "ShowWhenRun": BoolValue;
34788
34807
  };
@@ -34866,7 +34885,7 @@ export type ParamTypes = {
34866
34885
  "Display": AnyValue;
34867
34886
  };
34868
34887
  "is.workflow.actions.nightshift.set": {
34869
- "operation": StringValue;
34888
+ "operation": EnumValue<"set" | "toggle">;
34870
34889
  "OnValue": BoolValue;
34871
34890
  "ShowWhenRun": BoolValue;
34872
34891
  };
@@ -34911,7 +34930,7 @@ export type ParamTypes = {
34911
34930
  "WFXCallbackURL": TextValue;
34912
34931
  };
34913
34932
  "is.workflow.actions.orientationlock.set": {
34914
- "operation": StringValue;
34933
+ "operation": EnumValue<"set" | "toggle">;
34915
34934
  "OnValue": BoolValue;
34916
34935
  "ShowWhenRun": BoolValue;
34917
34936
  };
@@ -34965,7 +34984,7 @@ export type ParamTypes = {
34965
34984
  "WFInput": TextValue;
34966
34985
  };
34967
34986
  "is.workflow.actions.personalhotspot.set": {
34968
- "operation": StringValue;
34987
+ "operation": EnumValue<"set" | "toggle">;
34969
34988
  "OnValue": BoolValue;
34970
34989
  "ShowWhenRun": BoolValue;
34971
34990
  };
@@ -35030,96 +35049,96 @@ export type ParamTypes = {
35030
35049
  "WFInput": PickerValue;
35031
35050
  };
35032
35051
  "is.workflow.actions.properties.appearance": {
35033
- "WFContentItemPropertyName": StringValue;
35052
+ "WFContentItemPropertyName": EnumValue<"Dark Mode Is On" | "Inverse Appearance" | "Name">;
35034
35053
  "WFInput": PickerValue;
35035
35054
  };
35036
35055
  "is.workflow.actions.properties.appstore": {
35037
- "WFContentItemPropertyName": StringValue;
35056
+ "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
35057
  "WFInput": PickerValue;
35039
35058
  };
35040
35059
  "is.workflow.actions.properties.articles": {
35041
- "WFContentItemPropertyName": StringValue;
35060
+ "WFContentItemPropertyName": EnumValue<"Author" | "Body" | "Excerpt" | "Main Image URL" | "Name" | "Number of Words" | "Published Date" | "Title" | "URL">;
35042
35061
  "WFInput": PickerValue;
35043
35062
  };
35044
35063
  "is.workflow.actions.properties.calendarevents": {
35045
- "WFContentItemPropertyName": StringValue;
35064
+ "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
35065
  "WFInput": PickerValue;
35047
35066
  };
35048
35067
  "is.workflow.actions.properties.contacts": {
35049
- "WFContentItemPropertyName": StringValue;
35068
+ "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
35069
  "WFInput": PickerValue;
35051
35070
  };
35052
35071
  "is.workflow.actions.properties.eventattendees": {
35053
- "WFContentItemPropertyName": StringValue;
35072
+ "WFContentItemPropertyName": EnumValue<"Email Address" | "Is Me" | "Name" | "Role" | "Status" | "Type">;
35054
35073
  "WFInput": PickerValue;
35055
35074
  };
35056
35075
  "is.workflow.actions.properties.files": {
35057
- "WFContentItemPropertyName": StringValue;
35076
+ "WFContentItemPropertyName": EnumValue<"Creation Date" | "File Extension" | "File Path" | "File Size" | "Last Modified Date" | "Name">;
35058
35077
  "WFInput": PickerValue;
35059
35078
  };
35060
35079
  "is.workflow.actions.properties.health.quantity": {};
35061
35080
  "is.workflow.actions.properties.images": {
35062
- "WFContentItemPropertyName": StringValue;
35081
+ "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
35082
  "WFInput": PickerValue;
35064
35083
  };
35065
35084
  "is.workflow.actions.properties.itunesartist": {
35066
- "WFContentItemPropertyName": StringValue;
35085
+ "WFContentItemPropertyName": EnumValue<"Artwork" | "Artwork URL" | "Genre" | "Name" | "Store ID" | "Store URL" | "Type">;
35067
35086
  "WFInput": PickerValue;
35068
35087
  };
35069
35088
  "is.workflow.actions.properties.itunesstore": {
35070
- "WFContentItemPropertyName": StringValue;
35089
+ "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
35090
  "WFInput": PickerValue;
35072
35091
  };
35073
35092
  "is.workflow.actions.properties.locations": {
35074
- "WFContentItemPropertyName": StringValue;
35093
+ "WFContentItemPropertyName": EnumValue<"Altitude" | "City" | "Country" | "Label" | "Latitude" | "Longitude" | "Name" | "Phone Number" | "State" | "Street" | "URL" | "ZIP Code">;
35075
35094
  "WFInput": PickerValue;
35076
35095
  };
35077
35096
  "is.workflow.actions.properties.music": {
35078
- "WFContentItemPropertyName": StringValue;
35097
+ "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
35098
  "WFInput": PickerValue;
35080
35099
  };
35081
35100
  "is.workflow.actions.properties.parkedcar": {
35082
- "WFContentItemPropertyName": StringValue;
35101
+ "WFContentItemPropertyName": EnumValue<"Date" | "Location" | "Name" | "Notes" | "Photo" | "Was Location Set by User">;
35083
35102
  "WFInput": PickerValue;
35084
35103
  };
35085
35104
  "is.workflow.actions.properties.podcast": {
35086
- "WFContentItemPropertyName": StringValue;
35105
+ "WFContentItemPropertyName": EnumValue<"Artwork" | "Artwork URL" | "Author" | "Description" | "Duration" | "Genres" | "Name" | "Release Date" | "Store ID" | "Store URL" | "Title">;
35087
35106
  "WFInput": PickerValue;
35088
35107
  };
35089
35108
  "is.workflow.actions.properties.podcastshow": {
35090
- "WFContentItemPropertyName": StringValue;
35109
+ "WFContentItemPropertyName": EnumValue<"Artist" | "Artwork" | "Artwork URL" | "Episode Count" | "Feed URL" | "Genre" | "Name" | "Store ID" | "Store URL">;
35091
35110
  "WFInput": PickerValue;
35092
35111
  };
35093
35112
  "is.workflow.actions.properties.reminders": {
35094
- "WFContentItemPropertyName": StringValue;
35113
+ "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
35114
  "WFInput": PickerValue;
35096
35115
  };
35097
35116
  "is.workflow.actions.properties.ridestatus": {
35098
- "WFContentItemPropertyName": StringValue;
35117
+ "WFContentItemPropertyName": EnumValue<"Driver" | "Drop Off Location" | "Drop Off Time" | "Maximum Price" | "Minimum Price" | "Name" | "Pickup Location" | "Pickup Time" | "Ride Option Name" | "Vehicle Information">;
35099
35118
  "WFInput": PickerValue;
35100
35119
  };
35101
35120
  "is.workflow.actions.properties.safariwebpage": {
35102
- "WFContentItemPropertyName": StringValue;
35121
+ "WFContentItemPropertyName": EnumValue<"Name" | "Page Contents" | "Page Selection" | "Page URL">;
35103
35122
  "WFInput": PickerValue;
35104
35123
  };
35105
35124
  "is.workflow.actions.properties.shazam": {
35106
- "WFContentItemPropertyName": StringValue;
35125
+ "WFContentItemPropertyName": EnumValue<"Apple Music ID" | "Apple Music URL" | "Artist" | "Artwork" | "Is Explicit" | "Lyric Snippet Synced" | "Lyrics Snippet" | "Name" | "Shazam URL" | "Title" | "Video URL">;
35107
35126
  "WFInput": PickerValue;
35108
35127
  };
35109
35128
  "is.workflow.actions.properties.trello": {
35110
- "WFContentItemPropertyName": StringValue;
35129
+ "WFContentItemPropertyName": EnumValue<"Card Attachments" | "Card Due Date" | "Description" | "Name" | "URL">;
35111
35130
  "WFInput": PickerValue;
35112
35131
  };
35113
35132
  "is.workflow.actions.properties.ulysses.sheet": {
35114
- "WFContentItemPropertyName": StringValue;
35133
+ "WFContentItemPropertyName": EnumValue<"Contents" | "Identifier" | "Keywords" | "Name" | "Notes" | "Title">;
35115
35134
  "WFInput": PickerValue;
35116
35135
  };
35117
35136
  "is.workflow.actions.properties.weather.conditions": {
35118
- "WFContentItemPropertyName": StringValue;
35137
+ "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
35138
  "WFInput": PickerValue;
35120
35139
  };
35121
35140
  "is.workflow.actions.properties.workflow": {
35122
- "WFContentItemPropertyName": StringValue;
35141
+ "WFContentItemPropertyName": EnumValue<"Action Count" | "Creation Date" | "File Extension" | "File Path" | "File Size" | "Folder" | "Icon" | "Last Modified Date" | "Name">;
35123
35142
  "WFInput": PickerValue;
35124
35143
  };
35125
35144
  "is.workflow.actions.quit.app": {
@@ -35343,7 +35362,7 @@ export type ParamTypes = {
35343
35362
  "WFCalendarEventContentItemEndDate": TextValue;
35344
35363
  "WFCalendarEventContentItemDuration": QuantityValue;
35345
35364
  "WFCalendarEventContentItemStartDate": TextValue;
35346
- "WFCalendarEventContentItemMyStatus": StringValue;
35365
+ "WFCalendarEventContentItemMyStatus": EnumValue<"Accepted" | "Completed" | "Declined" | "Delegated" | "In Process" | "Pending" | "Tentative" | "Unknown">;
35347
35366
  "WFCalendarEventContentItemAttendees": AnyValue;
35348
35367
  "WFCalendarEventContentItemURL": TextValue;
35349
35368
  "ValueLabel": BoolValue;
@@ -35380,13 +35399,13 @@ export type ParamTypes = {
35380
35399
  "Mode": StringValue;
35381
35400
  "WFInput": PickerValue;
35382
35401
  "RemoveSpecifiedValue": PickerValue;
35383
- "WFReminderContentItemPriority": StringValue;
35402
+ "WFReminderContentItemPriority": EnumValue<"High" | "Low" | "Medium" | "None">;
35384
35403
  "WFReminderContentItemWhenMessagingPerson": AnyValue;
35385
35404
  "WFReminderContentItemIsCompleted": BoolValue;
35386
35405
  "WFReminderContentItemImages": PickerValue;
35387
35406
  "WFReminderContentItemParentReminder": PickerValue;
35388
35407
  "WFReminderContentItemDueDate": TextValue;
35389
- "WFReminderContentItemList": StringValue;
35408
+ "WFReminderContentItemList": EnumValue<"Reminders">;
35390
35409
  "WFReminderContentItemTags": TextValue;
35391
35410
  "WFReminderContentItemTitle": TextValue;
35392
35411
  "WFReminderContentItemSubtasks": PickerValue;
@@ -35435,7 +35454,7 @@ export type ParamTypes = {
35435
35454
  "WFURL": TextValue;
35436
35455
  };
35437
35456
  "is.workflow.actions.silenceunknowncallers.set": {
35438
- "operation": StringValue;
35457
+ "operation": EnumValue<"set" | "toggle">;
35439
35458
  "OnValue": BoolValue;
35440
35459
  "ShowWhenRun": BoolValue;
35441
35460
  };
@@ -35477,7 +35496,7 @@ export type ParamTypes = {
35477
35496
  "WFSpotlightSearchLimit": NumberValue;
35478
35497
  };
35479
35498
  "is.workflow.actions.stagemanager.set": {
35480
- "operation": StringValue;
35499
+ "operation": EnumValue<"set" | "toggle">;
35481
35500
  "state": BoolValue;
35482
35501
  "showDock": BoolValue;
35483
35502
  "showRecentApps": BoolValue;
@@ -35506,12 +35525,12 @@ export type ParamTypes = {
35506
35525
  };
35507
35526
  "is.workflow.actions.text.changecase": {
35508
35527
  "text": TextValue;
35509
- "WFCaseType": StringValue;
35528
+ "WFCaseType": EnumValue<"Capitalize Every Word" | "Capitalize with Title Case" | "Capitalize with sentence case" | "UPPERCASE" | "cApItAlIzE wItH aLtErNaTiNg cAsE" | "lowercase">;
35510
35529
  "ShowWhenRun": BoolValue;
35511
35530
  };
35512
35531
  "is.workflow.actions.text.combine": {
35513
35532
  "text": TextValue;
35514
- "WFTextSeparator": StringValue;
35533
+ "WFTextSeparator": EnumValue<"Custom" | "New Lines" | "Spaces">;
35515
35534
  "WFTextCustomSeparator": TextValue;
35516
35535
  "ShowWhenRun": BoolValue;
35517
35536
  };
@@ -35523,7 +35542,7 @@ export type ParamTypes = {
35523
35542
  };
35524
35543
  "is.workflow.actions.text.match.getgroup": {
35525
35544
  "matches": PickerValue;
35526
- "WFGetGroupType": StringValue;
35545
+ "WFGetGroupType": EnumValue<"All Groups" | "Group At Index">;
35527
35546
  "WFGroupIndex": NumberValue;
35528
35547
  "ShowWhenRun": BoolValue;
35529
35548
  };
@@ -35536,7 +35555,7 @@ export type ParamTypes = {
35536
35555
  };
35537
35556
  "is.workflow.actions.text.split": {
35538
35557
  "text": TextValue;
35539
- "WFTextSeparator": StringValue;
35558
+ "WFTextSeparator": EnumValue<"Custom" | "Every Character" | "New Lines" | "Spaces">;
35540
35559
  "WFTextCustomSeparator": TextValue;
35541
35560
  "ShowWhenRun": BoolValue;
35542
35561
  };
@@ -35589,7 +35608,7 @@ export type ParamTypes = {
35589
35608
  "WFInputMedia": PickerValue;
35590
35609
  };
35591
35610
  "is.workflow.actions.truetone.set": {
35592
- "operation": StringValue;
35611
+ "operation": EnumValue<"set" | "toggle">;
35593
35612
  "OnValue": BoolValue;
35594
35613
  "ShowWhenRun": BoolValue;
35595
35614
  };
@@ -35674,7 +35693,7 @@ export type ParamTypes = {
35674
35693
  "WFWeatherForecastType": EnumValue<"Hourly" | "Daily">;
35675
35694
  };
35676
35695
  "is.workflow.actions.wifi.set": {
35677
- "operation": StringValue;
35696
+ "operation": EnumValue<"set" | "toggle">;
35678
35697
  "OnValue": BoolValue;
35679
35698
  "ShowWhenRun": BoolValue;
35680
35699
  };