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.
package/dist/index.js CHANGED
@@ -60,7 +60,18 @@ You can also choose to have the flashlight pulse.`
60
60
  IntentIdentifier: "sirikit.intents.custom.com.apple.NanoSettings.NPRFPingMyPhoneIntent",
61
61
  IntentName: "NPRFPingMyPhoneIntent",
62
62
  Name: "Ping My iPhone",
63
- NameSource: "ToolKit"
63
+ NameSource: "ToolKit",
64
+ Parameters: [
65
+ {
66
+ Items: [
67
+ "off",
68
+ "on"
69
+ ],
70
+ Key: "state",
71
+ Label: "State",
72
+ Source: "ToolKit"
73
+ }
74
+ ]
64
75
  },
65
76
  "com.apple.NanoSettings.NPRFSetAlwaysOnIntent": {
66
77
  AppDefinition: {
@@ -76,7 +87,27 @@ When Always On is activated, your Apple Watch face will be visible even when you
76
87
  IntentIdentifier: "sirikit.intents.custom.com.apple.NanoSettings.NPRFSetAlwaysOnIntent",
77
88
  IntentName: "NPRFSetAlwaysOnIntent",
78
89
  Name: "Set Always On",
79
- NameSource: "ToolKit"
90
+ NameSource: "ToolKit",
91
+ Parameters: [
92
+ {
93
+ Items: [
94
+ "set",
95
+ "toggle"
96
+ ],
97
+ Key: "operation",
98
+ Label: "Operation",
99
+ Source: "ToolKit"
100
+ },
101
+ {
102
+ Items: [
103
+ "off",
104
+ "on"
105
+ ],
106
+ Key: "state",
107
+ Label: "State",
108
+ Source: "ToolKit"
109
+ }
110
+ ]
80
111
  },
81
112
  "com.apple.NanoSettings.NPRFSetAutoLaunchAudioAppsIntent": {
82
113
  AppDefinition: {
@@ -92,7 +123,27 @@ When Auto-Launch Audio Apps is on, the app actively playing media will be shown
92
123
  IntentIdentifier: "sirikit.intents.custom.com.apple.NanoSettings.NPRFSetAutoLaunchAudioAppsIntent",
93
124
  IntentName: "NPRFSetAutoLaunchAudioAppsIntent",
94
125
  Name: "Set Auto-Launch Audio Apps",
95
- NameSource: "ToolKit"
126
+ NameSource: "ToolKit",
127
+ Parameters: [
128
+ {
129
+ Items: [
130
+ "set",
131
+ "toggle"
132
+ ],
133
+ Key: "operation",
134
+ Label: "Operation",
135
+ Source: "ToolKit"
136
+ },
137
+ {
138
+ Items: [
139
+ "off",
140
+ "on"
141
+ ],
142
+ Key: "state",
143
+ Label: "state",
144
+ Source: "ToolKit"
145
+ }
146
+ ]
96
147
  },
97
148
  "com.apple.NanoSettings.NPRFSetFlashLightIntent": {
98
149
  AppDefinition: {
@@ -106,7 +157,27 @@ When Auto-Launch Audio Apps is on, the app actively playing media will be shown
106
157
  IntentIdentifier: "sirikit.intents.custom.com.apple.NanoSettings.NPRFSetFlashLightIntent",
107
158
  IntentName: "NPRFSetFlashLightIntent",
108
159
  Name: "Set Flashlight",
109
- NameSource: "ToolKit"
160
+ NameSource: "ToolKit",
161
+ Parameters: [
162
+ {
163
+ Items: [
164
+ "set",
165
+ "toggle"
166
+ ],
167
+ Key: "operation",
168
+ Label: "Operation",
169
+ Source: "ToolKit"
170
+ },
171
+ {
172
+ Items: [
173
+ "off",
174
+ "on"
175
+ ],
176
+ Key: "state",
177
+ Label: "State",
178
+ Source: "ToolKit"
179
+ }
180
+ ]
110
181
  },
111
182
  "com.apple.NanoSettings.NPRFSetSchoolTimeIntent": {
112
183
  AppDefinition: {
@@ -122,7 +193,27 @@ Schooltime limits Apple Watch features during school hours.`
122
193
  IntentIdentifier: "sirikit.intents.custom.com.apple.NanoSettings.NPRFSetSchoolTimeIntent",
123
194
  IntentName: "NPRFSetSchoolTimeIntent",
124
195
  Name: "Set Schooltime",
125
- NameSource: "ToolKit"
196
+ NameSource: "ToolKit",
197
+ Parameters: [
198
+ {
199
+ Items: [
200
+ "set",
201
+ "toggle"
202
+ ],
203
+ Key: "operation",
204
+ Label: "Operation",
205
+ Source: "ToolKit"
206
+ },
207
+ {
208
+ Items: [
209
+ "off",
210
+ "on"
211
+ ],
212
+ Key: "state",
213
+ Label: "State",
214
+ Source: "ToolKit"
215
+ }
216
+ ]
126
217
  },
127
218
  "com.apple.NanoSettings.NPRFSetSilentModeIntent": {
128
219
  AppDefinition: {
@@ -138,7 +229,27 @@ Silent Mode mutes most Apple Watch sounds.`
138
229
  IntentIdentifier: "sirikit.intents.custom.com.apple.NanoSettings.NPRFSetSilentModeIntent",
139
230
  IntentName: "NPRFSetSilentModeIntent",
140
231
  Name: "Set Silent Mode",
141
- NameSource: "ToolKit"
232
+ NameSource: "ToolKit",
233
+ Parameters: [
234
+ {
235
+ Items: [
236
+ "set",
237
+ "toggle"
238
+ ],
239
+ Key: "operation",
240
+ Label: "Operation",
241
+ Source: "ToolKit"
242
+ },
243
+ {
244
+ Items: [
245
+ "off",
246
+ "on"
247
+ ],
248
+ Key: "state",
249
+ Label: "State",
250
+ Source: "ToolKit"
251
+ }
252
+ ]
142
253
  },
143
254
  "com.apple.NanoSettings.NPRFSetTheaterModeIntent": {
144
255
  AppDefinition: {
@@ -154,7 +265,27 @@ Theater Mode mutes most Apple Watch sounds and limits display activity.`
154
265
  IntentIdentifier: "sirikit.intents.custom.com.apple.NanoSettings.NPRFSetTheaterModeIntent",
155
266
  IntentName: "NPRFSetTheaterModeIntent",
156
267
  Name: "Set Theater Mode",
157
- NameSource: "ToolKit"
268
+ NameSource: "ToolKit",
269
+ Parameters: [
270
+ {
271
+ Items: [
272
+ "set",
273
+ "toggle"
274
+ ],
275
+ Key: "operation",
276
+ Label: "Operation",
277
+ Source: "ToolKit"
278
+ },
279
+ {
280
+ Items: [
281
+ "off",
282
+ "on"
283
+ ],
284
+ Key: "state",
285
+ Label: "State",
286
+ Source: "ToolKit"
287
+ }
288
+ ]
158
289
  },
159
290
  "com.apple.NanoSettings.NPRFSetWakeOnWristRaiseIntent": {
160
291
  AppDefinition: {
@@ -170,7 +301,27 @@ When Wake on Wrist Raise is on, the screen will wake when you raise your wrist.`
170
301
  IntentIdentifier: "sirikit.intents.custom.com.apple.NanoSettings.NPRFSetWakeOnWristRaiseIntent",
171
302
  IntentName: "NPRFSetWakeOnWristRaiseIntent",
172
303
  Name: "Set Wake on Wrist Raise",
173
- NameSource: "ToolKit"
304
+ NameSource: "ToolKit",
305
+ Parameters: [
306
+ {
307
+ Items: [
308
+ "set",
309
+ "toggle"
310
+ ],
311
+ Key: "operation",
312
+ Label: "Operation",
313
+ Source: "ToolKit"
314
+ },
315
+ {
316
+ Items: [
317
+ "off",
318
+ "on"
319
+ ],
320
+ Key: "state",
321
+ Label: "state",
322
+ Source: "ToolKit"
323
+ }
324
+ ]
174
325
  },
175
326
  "com.apple.NanoSettings.NPRFSetWaterLockIntent": {
176
327
  AppDefinition: {
@@ -186,7 +337,27 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
186
337
  IntentIdentifier: "sirikit.intents.custom.com.apple.NanoSettings.NPRFSetWaterLockIntent",
187
338
  IntentName: "NPRFSetWaterLockIntent",
188
339
  Name: "Set Water Lock",
189
- NameSource: "ToolKit"
340
+ NameSource: "ToolKit",
341
+ Parameters: [
342
+ {
343
+ Items: [
344
+ "set",
345
+ "toggle"
346
+ ],
347
+ Key: "operation",
348
+ Label: "Operation",
349
+ Source: "ToolKit"
350
+ },
351
+ {
352
+ Items: [
353
+ "off",
354
+ "on"
355
+ ],
356
+ Key: "state",
357
+ Label: "State",
358
+ Source: "ToolKit"
359
+ }
360
+ ]
190
361
  },
191
362
  "com.apple.Notes.ICNotesFolderIntent": {
192
363
  AppDefinition: {
@@ -381,7 +552,32 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
381
552
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundIntent",
382
553
  IntentName: "UASetBackgroundSoundIntent",
383
554
  Name: "Change Background Sound",
384
- NameSource: "ToolKit"
555
+ NameSource: "ToolKit",
556
+ Parameters: [
557
+ {
558
+ Items: [
559
+ "Airplane",
560
+ "Babble",
561
+ "BalancedNoise",
562
+ "Boat",
563
+ "BrightNoise",
564
+ "Bus",
565
+ "DarkNoise",
566
+ "Fire",
567
+ "Night",
568
+ "Ocean",
569
+ "QuietNight",
570
+ "Rain",
571
+ "RainOnRoof",
572
+ "Steam",
573
+ "Stream",
574
+ "Train"
575
+ ],
576
+ Key: "backgroundSound",
577
+ Label: "Background Sound",
578
+ Source: "ToolKit"
579
+ }
580
+ ]
385
581
  },
386
582
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsTimerIntent": {
387
583
  AppDefinition: {
@@ -395,7 +591,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
395
591
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsTimerIntent",
396
592
  IntentName: "UASetBackgroundSoundsTimerIntent",
397
593
  Name: "Set Background Sounds Timer Interval",
398
- NameSource: "ToolKit"
594
+ NameSource: "ToolKit",
595
+ Parameters: [
596
+ {
597
+ Items: [
598
+ "duration",
599
+ "endInterval"
600
+ ],
601
+ Key: "interval",
602
+ Label: "Interval",
603
+ Source: "ToolKit"
604
+ }
605
+ ]
399
606
  },
400
607
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsVolumeIntent": {
401
608
  AppDefinition: {
@@ -423,7 +630,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
423
630
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAccessibilityKeyboardIntent",
424
631
  IntentName: "UAToggleAccessibilityKeyboardIntent",
425
632
  Name: "Set Accessibility Keyboard",
426
- NameSource: "ToolKit"
633
+ NameSource: "ToolKit",
634
+ Parameters: [
635
+ {
636
+ Items: [
637
+ "toggle",
638
+ "turn"
639
+ ],
640
+ Key: "operation",
641
+ Label: "Operation",
642
+ Source: "ToolKit"
643
+ }
644
+ ]
427
645
  },
428
646
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAlternatePointerActionsIntent": {
429
647
  AppDefinition: {
@@ -437,7 +655,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
437
655
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAlternatePointerActionsIntent",
438
656
  IntentName: "UAToggleAlternatePointerActionsIntent",
439
657
  Name: "Set Alternate Pointer Actions",
440
- NameSource: "ToolKit"
658
+ NameSource: "ToolKit",
659
+ Parameters: [
660
+ {
661
+ Items: [
662
+ "toggle",
663
+ "turn"
664
+ ],
665
+ Key: "operation",
666
+ Label: "Operation",
667
+ Source: "ToolKit"
668
+ }
669
+ ]
441
670
  },
442
671
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAudioDescriptionsIntent": {
443
672
  AppDefinition: {
@@ -451,7 +680,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
451
680
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAudioDescriptionsIntent",
452
681
  IntentName: "UAToggleAudioDescriptionsIntent",
453
682
  Name: "Set Audio Descriptions",
454
- NameSource: "ToolKit"
683
+ NameSource: "ToolKit",
684
+ Parameters: [
685
+ {
686
+ Items: [
687
+ "toggle",
688
+ "turn"
689
+ ],
690
+ Key: "operation",
691
+ Label: "Operation",
692
+ Source: "ToolKit"
693
+ }
694
+ ]
455
695
  },
456
696
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleBackgroundSoundsIntent": {
457
697
  AppDefinition: {
@@ -465,7 +705,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
465
705
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleBackgroundSoundsIntent",
466
706
  IntentName: "UAToggleBackgroundSoundsIntent",
467
707
  Name: "Toggle Background Sounds",
468
- NameSource: "ToolKit"
708
+ NameSource: "ToolKit",
709
+ Parameters: [
710
+ {
711
+ Items: [
712
+ "toggle",
713
+ "turn"
714
+ ],
715
+ Key: "operation",
716
+ Label: "Operation",
717
+ Source: "ToolKit"
718
+ }
719
+ ]
469
720
  },
470
721
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleCaptionsIntent": {
471
722
  AppDefinition: {
@@ -479,7 +730,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
479
730
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleCaptionsIntent",
480
731
  IntentName: "UAToggleCaptionsIntent",
481
732
  Name: "Set Closed Captions+SDH",
482
- NameSource: "ToolKit"
733
+ NameSource: "ToolKit",
734
+ Parameters: [
735
+ {
736
+ Items: [
737
+ "toggle",
738
+ "turn"
739
+ ],
740
+ Key: "operation",
741
+ Label: "Operation",
742
+ Source: "ToolKit"
743
+ }
744
+ ]
483
745
  },
484
746
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleClassicInvertIntent": {
485
747
  AppDefinition: {
@@ -493,7 +755,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
493
755
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleClassicInvertIntent",
494
756
  IntentName: "UAToggleClassicInvertIntent",
495
757
  Name: "Set Classic Invert",
496
- NameSource: "ToolKit"
758
+ NameSource: "ToolKit",
759
+ Parameters: [
760
+ {
761
+ Items: [
762
+ "toggle",
763
+ "turn"
764
+ ],
765
+ Key: "operation",
766
+ Label: "Operation",
767
+ Source: "ToolKit"
768
+ }
769
+ ]
497
770
  },
498
771
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleColorFiltersIntent": {
499
772
  AppDefinition: {
@@ -507,7 +780,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
507
780
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleColorFiltersIntent",
508
781
  IntentName: "UAToggleColorFiltersIntent",
509
782
  Name: "Set Color Filters",
510
- NameSource: "ToolKit"
783
+ NameSource: "ToolKit",
784
+ Parameters: [
785
+ {
786
+ Items: [
787
+ "toggle",
788
+ "turn"
789
+ ],
790
+ Key: "operation",
791
+ Label: "Operation",
792
+ Source: "ToolKit"
793
+ }
794
+ ]
511
795
  },
512
796
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleContrastIntent": {
513
797
  AppDefinition: {
@@ -521,7 +805,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
521
805
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleContrastIntent",
522
806
  IntentName: "UAToggleContrastIntent",
523
807
  Name: "Set Increase Contrast",
524
- NameSource: "ToolKit"
808
+ NameSource: "ToolKit",
809
+ Parameters: [
810
+ {
811
+ Items: [
812
+ "toggle",
813
+ "turn"
814
+ ],
815
+ Key: "operation",
816
+ Label: "Operation",
817
+ Source: "ToolKit"
818
+ }
819
+ ]
525
820
  },
526
821
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleFullKeyboardAccessIntent": {
527
822
  AppDefinition: {
@@ -535,7 +830,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
535
830
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleFullKeyboardAccessIntent",
536
831
  IntentName: "UAToggleFullKeyboardAccessIntent",
537
832
  Name: "Set Full Keyboard Access",
538
- NameSource: "ToolKit"
833
+ NameSource: "ToolKit",
834
+ Parameters: [
835
+ {
836
+ Items: [
837
+ "toggle",
838
+ "turn"
839
+ ],
840
+ Key: "operation",
841
+ Label: "Operation",
842
+ Source: "ToolKit"
843
+ }
844
+ ]
539
845
  },
540
846
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHeadPointerIntent": {
541
847
  AppDefinition: {
@@ -549,7 +855,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
549
855
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHeadPointerIntent",
550
856
  IntentName: "UAToggleHeadPointerIntent",
551
857
  Name: "Set Head Pointer",
552
- NameSource: "ToolKit"
858
+ NameSource: "ToolKit",
859
+ Parameters: [
860
+ {
861
+ Items: [
862
+ "toggle",
863
+ "turn"
864
+ ],
865
+ Key: "operation",
866
+ Label: "Operation",
867
+ Source: "ToolKit"
868
+ }
869
+ ]
553
870
  },
554
871
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTextIntent": {
555
872
  AppDefinition: {
@@ -563,7 +880,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
563
880
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTextIntent",
564
881
  IntentName: "UAToggleHoverTextIntent",
565
882
  Name: "Set Hover Text",
566
- NameSource: "ToolKit"
883
+ NameSource: "ToolKit",
884
+ Parameters: [
885
+ {
886
+ Items: [
887
+ "toggle",
888
+ "turn"
889
+ ],
890
+ Key: "operation",
891
+ Label: "Operation",
892
+ Source: "ToolKit"
893
+ }
894
+ ]
567
895
  },
568
896
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTypingIntent": {
569
897
  AppDefinition: {
@@ -577,7 +905,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
577
905
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTypingIntent",
578
906
  IntentName: "UAToggleHoverTypingIntent",
579
907
  Name: "Set Hover Typing",
580
- NameSource: "ToolKit"
908
+ NameSource: "ToolKit",
909
+ Parameters: [
910
+ {
911
+ Items: [
912
+ "toggle",
913
+ "turn"
914
+ ],
915
+ Key: "operation",
916
+ Label: "Operation",
917
+ Source: "ToolKit"
918
+ }
919
+ ]
581
920
  },
582
921
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveCaptionsIntent": {
583
922
  AppDefinition: {
@@ -591,7 +930,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
591
930
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveCaptionsIntent",
592
931
  IntentName: "UAToggleLiveCaptionsIntent",
593
932
  Name: "Set Live Captions",
594
- NameSource: "ToolKit"
933
+ NameSource: "ToolKit",
934
+ Parameters: [
935
+ {
936
+ Items: [
937
+ "toggle",
938
+ "turn"
939
+ ],
940
+ Key: "operation",
941
+ Label: "Operation",
942
+ Source: "ToolKit"
943
+ }
944
+ ]
595
945
  },
596
946
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveSpeechIntent": {
597
947
  AppDefinition: {
@@ -605,7 +955,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
605
955
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveSpeechIntent",
606
956
  IntentName: "UAToggleLiveSpeechIntent",
607
957
  Name: "Set Live Speech",
608
- NameSource: "ToolKit"
958
+ NameSource: "ToolKit",
959
+ Parameters: [
960
+ {
961
+ Items: [
962
+ "toggle",
963
+ "turn"
964
+ ],
965
+ Key: "operation",
966
+ Label: "Operation",
967
+ Source: "ToolKit"
968
+ }
969
+ ]
609
970
  },
610
971
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMonoAudioIntent": {
611
972
  AppDefinition: {
@@ -619,7 +980,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
619
980
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMonoAudioIntent",
620
981
  IntentName: "UAToggleMonoAudioIntent",
621
982
  Name: "Set Mono Audio",
622
- NameSource: "ToolKit"
983
+ NameSource: "ToolKit",
984
+ Parameters: [
985
+ {
986
+ Items: [
987
+ "toggle",
988
+ "turn"
989
+ ],
990
+ Key: "operation",
991
+ Label: "Operation",
992
+ Source: "ToolKit"
993
+ }
994
+ ]
623
995
  },
624
996
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMotionCuesIntent": {
625
997
  AppDefinition: {
@@ -633,7 +1005,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
633
1005
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMotionCuesIntent",
634
1006
  IntentName: "UAToggleMotionCuesIntent",
635
1007
  Name: "Set Motion Cues",
636
- NameSource: "ToolKit"
1008
+ NameSource: "ToolKit",
1009
+ Parameters: [
1010
+ {
1011
+ Items: [
1012
+ "toggle",
1013
+ "turn"
1014
+ ],
1015
+ Key: "operation",
1016
+ Label: "Operation",
1017
+ Source: "ToolKit"
1018
+ }
1019
+ ]
637
1020
  },
638
1021
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMouseKeysIntent": {
639
1022
  AppDefinition: {
@@ -647,7 +1030,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
647
1030
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMouseKeysIntent",
648
1031
  IntentName: "UAToggleMouseKeysIntent",
649
1032
  Name: "Set Mouse Keys",
650
- NameSource: "ToolKit"
1033
+ NameSource: "ToolKit",
1034
+ Parameters: [
1035
+ {
1036
+ Items: [
1037
+ "toggle",
1038
+ "turn"
1039
+ ],
1040
+ Key: "operation",
1041
+ Label: "Operation",
1042
+ Source: "ToolKit"
1043
+ }
1044
+ ]
651
1045
  },
652
1046
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleReduceMotionIntent": {
653
1047
  AppDefinition: {
@@ -661,7 +1055,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
661
1055
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleReduceMotionIntent",
662
1056
  IntentName: "UAToggleReduceMotionIntent",
663
1057
  Name: "Set Reduce Motion",
664
- NameSource: "ToolKit"
1058
+ NameSource: "ToolKit",
1059
+ Parameters: [
1060
+ {
1061
+ Items: [
1062
+ "toggle",
1063
+ "turn"
1064
+ ],
1065
+ Key: "operation",
1066
+ Label: "Operation",
1067
+ Source: "ToolKit"
1068
+ }
1069
+ ]
665
1070
  },
666
1071
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSlowKeysIntent": {
667
1072
  AppDefinition: {
@@ -675,7 +1080,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
675
1080
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSlowKeysIntent",
676
1081
  IntentName: "UAToggleSlowKeysIntent",
677
1082
  Name: "Set Slow Keys",
678
- NameSource: "ToolKit"
1083
+ NameSource: "ToolKit",
1084
+ Parameters: [
1085
+ {
1086
+ Items: [
1087
+ "toggle",
1088
+ "turn"
1089
+ ],
1090
+ Key: "operation",
1091
+ Label: "Operation",
1092
+ Source: "ToolKit"
1093
+ }
1094
+ ]
679
1095
  },
680
1096
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSmartInvertIntent": {
681
1097
  AppDefinition: {
@@ -689,7 +1105,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
689
1105
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSmartInvertIntent",
690
1106
  IntentName: "UAToggleSmartInvertIntent",
691
1107
  Name: "Set Smart Invert",
692
- NameSource: "ToolKit"
1108
+ NameSource: "ToolKit",
1109
+ Parameters: [
1110
+ {
1111
+ Items: [
1112
+ "toggle",
1113
+ "turn"
1114
+ ],
1115
+ Key: "operation",
1116
+ Label: "Operation",
1117
+ Source: "ToolKit"
1118
+ }
1119
+ ]
693
1120
  },
694
1121
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleStickyKeysIntent": {
695
1122
  AppDefinition: {
@@ -703,7 +1130,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
703
1130
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleStickyKeysIntent",
704
1131
  IntentName: "UAToggleStickyKeysIntent",
705
1132
  Name: "Set Sticky Keys",
706
- NameSource: "ToolKit"
1133
+ NameSource: "ToolKit",
1134
+ Parameters: [
1135
+ {
1136
+ Items: [
1137
+ "toggle",
1138
+ "turn"
1139
+ ],
1140
+ Key: "operation",
1141
+ Label: "Operation",
1142
+ Source: "ToolKit"
1143
+ }
1144
+ ]
707
1145
  },
708
1146
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSwitchControlIntent": {
709
1147
  AppDefinition: {
@@ -717,7 +1155,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
717
1155
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSwitchControlIntent",
718
1156
  IntentName: "UAToggleSwitchControlIntent",
719
1157
  Name: "Set Switch Control",
720
- NameSource: "ToolKit"
1158
+ NameSource: "ToolKit",
1159
+ Parameters: [
1160
+ {
1161
+ Items: [
1162
+ "toggle",
1163
+ "turn"
1164
+ ],
1165
+ Key: "operation",
1166
+ Label: "Operation",
1167
+ Source: "ToolKit"
1168
+ }
1169
+ ]
721
1170
  },
722
1171
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleTransparencyIntent": {
723
1172
  AppDefinition: {
@@ -731,7 +1180,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
731
1180
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleTransparencyIntent",
732
1181
  IntentName: "UAToggleTransparencyIntent",
733
1182
  Name: "Set Reduce Transparency",
734
- NameSource: "ToolKit"
1183
+ NameSource: "ToolKit",
1184
+ Parameters: [
1185
+ {
1186
+ Items: [
1187
+ "toggle",
1188
+ "turn"
1189
+ ],
1190
+ Key: "operation",
1191
+ Label: "Operation",
1192
+ Source: "ToolKit"
1193
+ }
1194
+ ]
735
1195
  },
736
1196
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceControlIntent": {
737
1197
  AppDefinition: {
@@ -745,7 +1205,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
745
1205
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceControlIntent",
746
1206
  IntentName: "UAToggleVoiceControlIntent",
747
1207
  Name: "Set Voice Control",
748
- NameSource: "ToolKit"
1208
+ NameSource: "ToolKit",
1209
+ Parameters: [
1210
+ {
1211
+ Items: [
1212
+ "toggle",
1213
+ "turn"
1214
+ ],
1215
+ Key: "operation",
1216
+ Label: "Operation",
1217
+ Source: "ToolKit"
1218
+ }
1219
+ ]
749
1220
  },
750
1221
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceOverIntent": {
751
1222
  AppDefinition: {
@@ -759,7 +1230,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
759
1230
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceOverIntent",
760
1231
  IntentName: "UAToggleVoiceOverIntent",
761
1232
  Name: "Set VoiceOver",
762
- NameSource: "ToolKit"
1233
+ NameSource: "ToolKit",
1234
+ Parameters: [
1235
+ {
1236
+ Items: [
1237
+ "toggle",
1238
+ "turn"
1239
+ ],
1240
+ Key: "operation",
1241
+ Label: "Operation",
1242
+ Source: "ToolKit"
1243
+ }
1244
+ ]
763
1245
  },
764
1246
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleZoomIntent": {
765
1247
  AppDefinition: {
@@ -773,7 +1255,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
773
1255
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleZoomIntent",
774
1256
  IntentName: "UAToggleZoomIntent",
775
1257
  Name: "Set Zoom",
776
- NameSource: "ToolKit"
1258
+ NameSource: "ToolKit",
1259
+ Parameters: [
1260
+ {
1261
+ Items: [
1262
+ "toggle",
1263
+ "turn"
1264
+ ],
1265
+ Key: "operation",
1266
+ Label: "Operation",
1267
+ Source: "ToolKit"
1268
+ }
1269
+ ]
777
1270
  },
778
1271
  "com.apple.facetime.facetime": {
779
1272
  ActionClass: "WFStartCallAction",
@@ -2353,7 +2846,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2353
2846
  state: {
2354
2847
  Key: "OnValue"
2355
2848
  }
2356
- }
2849
+ },
2850
+ Parameters: [
2851
+ {
2852
+ Items: [
2853
+ "set",
2854
+ "toggle"
2855
+ ],
2856
+ Key: "operation",
2857
+ Label: "Operation",
2858
+ Source: "ToolKit"
2859
+ }
2860
+ ]
2357
2861
  },
2358
2862
  "is.workflow.actions.alert": {
2359
2863
  ActionClass: "WFAlertAction",
@@ -2426,6 +2930,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2426
2930
  Key: "OnValue"
2427
2931
  }
2428
2932
  },
2933
+ Parameters: [
2934
+ {
2935
+ Items: [
2936
+ "set",
2937
+ "toggle"
2938
+ ],
2939
+ Key: "operation",
2940
+ Label: "Operation",
2941
+ Source: "ToolKit"
2942
+ }
2943
+ ],
2429
2944
  RequiredResources: [
2430
2945
  {
2431
2946
  resource: "WFDeviceIdiomResource"
@@ -2455,6 +2970,26 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2455
2970
  Prompt: "Style"
2456
2971
  }
2457
2972
  },
2973
+ Parameters: [
2974
+ {
2975
+ Items: [
2976
+ "set",
2977
+ "toggle"
2978
+ ],
2979
+ Key: "operation",
2980
+ Label: "Operation",
2981
+ Source: "ToolKit"
2982
+ },
2983
+ {
2984
+ Items: [
2985
+ "dark",
2986
+ "light"
2987
+ ],
2988
+ Key: "style",
2989
+ Label: "Appearance",
2990
+ Source: "ToolKit"
2991
+ }
2992
+ ],
2458
2993
  ResidentCompatible: false
2459
2994
  },
2460
2995
  "is.workflow.actions.appendvariable": {
@@ -2519,6 +3054,8 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2519
3054
  Output: {
2520
3055
  DisclosureLevel: "Public",
2521
3056
  Multiple: false,
3057
+ OutputName: "Ask for Input",
3058
+ OutputNameSource: "ToolKit",
2522
3059
  Types: [
2523
3060
  "NSString",
2524
3061
  "NSDecimalNumber",
@@ -2608,6 +3145,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2608
3145
  ParameterSummary: {
2609
3146
  format: "Ask for ${WFInputType} with ${WFAskActionPrompt}"
2610
3147
  },
3148
+ Parameters: [
3149
+ {
3150
+ Items: [
3151
+ "Date",
3152
+ "Date and Time",
3153
+ "Number",
3154
+ "Text",
3155
+ "Time",
3156
+ "URL"
3157
+ ],
3158
+ Key: "WFInputType",
3159
+ Label: "Input Type",
3160
+ Source: "ToolKit"
3161
+ }
3162
+ ],
2611
3163
  RequiredResources: [
2612
3164
  "WFUserInteractionResource"
2613
3165
  ],
@@ -2915,7 +3467,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2915
3467
  state: {
2916
3468
  Key: "OnValue"
2917
3469
  }
2918
- }
3470
+ },
3471
+ Parameters: [
3472
+ {
3473
+ Items: [
3474
+ "set",
3475
+ "toggle"
3476
+ ],
3477
+ Key: "operation",
3478
+ Label: "Operation",
3479
+ Source: "ToolKit"
3480
+ }
3481
+ ]
2919
3482
  },
2920
3483
  "is.workflow.actions.calculateexpression": {
2921
3484
  ActionClass: "WFCalculateExpressionAction",
@@ -2981,6 +3544,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2981
3544
  Key: "OnValue"
2982
3545
  }
2983
3546
  },
3547
+ Parameters: [
3548
+ {
3549
+ Items: [
3550
+ "set",
3551
+ "toggle"
3552
+ ],
3553
+ Key: "operation",
3554
+ Label: "Operation",
3555
+ Source: "ToolKit"
3556
+ }
3557
+ ],
2984
3558
  RequiredResources: [
2985
3559
  {
2986
3560
  resource: "WFDeviceCapabilityResource"
@@ -3439,7 +4013,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
3439
4013
  Name: "Correct Spelling",
3440
4014
  NameSource: "ToolKit",
3441
4015
  Output: {
3442
- DisclosureLevel: "Public"
4016
+ DisclosureLevel: "Public",
4017
+ OutputName: "Corrected Spelling",
4018
+ OutputNameSource: "ToolKit"
3443
4019
  },
3444
4020
  ResidentCompatible: true
3445
4021
  },
@@ -4415,6 +4991,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
4415
4991
  Prompt: "State"
4416
4992
  }
4417
4993
  },
4994
+ Parameters: [
4995
+ {
4996
+ Items: [
4997
+ "set",
4998
+ "toggle"
4999
+ ],
5000
+ Key: "operation",
5001
+ Label: "Operation",
5002
+ Source: "ToolKit"
5003
+ }
5004
+ ],
4418
5005
  RequiredResources: [
4419
5006
  {
4420
5007
  resource: "WFDeviceCapabilityResource"
@@ -6676,6 +7263,37 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6676
7263
  },
6677
7264
  LocallyProcessesData: true,
6678
7265
  Name: "Find Apps",
7266
+ Parameters: [
7267
+ {
7268
+ Items: [
7269
+ "0",
7270
+ "1"
7271
+ ],
7272
+ Key: "WFCompoundType",
7273
+ Label: null,
7274
+ Source: "ToolKit"
7275
+ },
7276
+ {
7277
+ Items: [
7278
+ "Library"
7279
+ ],
7280
+ Key: "WFContentItemInputParameter",
7281
+ Label: "apps",
7282
+ Source: "ToolKit"
7283
+ },
7284
+ {
7285
+ Items: [
7286
+ "Bundle Identifier",
7287
+ "Launch Date",
7288
+ "Name",
7289
+ "Process Identifier",
7290
+ "Random"
7291
+ ],
7292
+ Key: "WFContentItemSortProperty",
7293
+ Label: "Sort by",
7294
+ Source: "ToolKit"
7295
+ }
7296
+ ],
6679
7297
  RequiredResources: [
6680
7298
  {
6681
7299
  resource: "WFDeviceIdiomResource"
@@ -6695,8 +7313,34 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6695
7313
  LocallyProcessesData: true,
6696
7314
  Name: "Filter Articles",
6697
7315
  Output: {
6698
- DisclosureLevel: "Public"
7316
+ DisclosureLevel: "Public",
7317
+ OutputName: "Articles",
7318
+ OutputNameSource: "ToolKit"
6699
7319
  },
7320
+ Parameters: [
7321
+ {
7322
+ Items: [
7323
+ "0",
7324
+ "1"
7325
+ ],
7326
+ Key: "WFCompoundType",
7327
+ Label: null,
7328
+ Source: "ToolKit"
7329
+ },
7330
+ {
7331
+ Items: [
7332
+ "Author",
7333
+ "Name",
7334
+ "Number of Words",
7335
+ "Published Date",
7336
+ "Random",
7337
+ "Title"
7338
+ ],
7339
+ Key: "WFContentItemSortProperty",
7340
+ Label: "Sort by",
7341
+ Source: "ToolKit"
7342
+ }
7343
+ ],
6700
7344
  WFContentItemClass: "WFArticleContentItem"
6701
7345
  },
6702
7346
  "is.workflow.actions.filter.calendarevents": {
@@ -6707,6 +7351,45 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6707
7351
  FillingProvider: "WFBundledActionProvider",
6708
7352
  LocallyProcessesData: true,
6709
7353
  Name: "Find Calendar Events",
7354
+ Parameters: [
7355
+ {
7356
+ Items: [
7357
+ "0",
7358
+ "1"
7359
+ ],
7360
+ Key: "WFCompoundType",
7361
+ Label: null,
7362
+ Source: "ToolKit"
7363
+ },
7364
+ {
7365
+ Items: [
7366
+ "Library"
7367
+ ],
7368
+ Key: "WFContentItemInputParameter",
7369
+ Label: "calendar events",
7370
+ Source: "ToolKit"
7371
+ },
7372
+ {
7373
+ Items: [
7374
+ "Calendar",
7375
+ "Creation Date",
7376
+ "Duration",
7377
+ "End Date",
7378
+ "File Extension",
7379
+ "File Path",
7380
+ "Last Modified Date",
7381
+ "My Status",
7382
+ "Name",
7383
+ "Number of Attendees",
7384
+ "Random",
7385
+ "Start Date",
7386
+ "Title"
7387
+ ],
7388
+ Key: "WFContentItemSortProperty",
7389
+ Label: "Sort by",
7390
+ Source: "ToolKit"
7391
+ }
7392
+ ],
6710
7393
  RequiredResources: [
6711
7394
  "WFCalendarAccessResource",
6712
7395
  "WFContactAccessResource"
@@ -6723,6 +7406,51 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6723
7406
  FillingProvider: "WFBundledActionProvider",
6724
7407
  LocallyProcessesData: true,
6725
7408
  Name: "Find Contacts",
7409
+ Parameters: [
7410
+ {
7411
+ Items: [
7412
+ "0",
7413
+ "1"
7414
+ ],
7415
+ Key: "WFCompoundType",
7416
+ Label: null,
7417
+ Source: "ToolKit"
7418
+ },
7419
+ {
7420
+ Items: [
7421
+ "Library"
7422
+ ],
7423
+ Key: "WFContentItemInputParameter",
7424
+ Label: "contacts",
7425
+ Source: "ToolKit"
7426
+ },
7427
+ {
7428
+ Items: [
7429
+ "Birthday",
7430
+ "Company",
7431
+ "Creation Date",
7432
+ "Department",
7433
+ "File Extension",
7434
+ "File Path",
7435
+ "First Name",
7436
+ "Job Title",
7437
+ "Last Modified Date",
7438
+ "Last Name",
7439
+ "Middle Name",
7440
+ "Name",
7441
+ "Nickname",
7442
+ "Phonetic First Name",
7443
+ "Phonetic Last Name",
7444
+ "Phonetic Middle Name",
7445
+ "Prefix",
7446
+ "Random",
7447
+ "Suffix"
7448
+ ],
7449
+ Key: "WFContentItemSortProperty",
7450
+ Label: "Sort by",
7451
+ Source: "ToolKit"
7452
+ }
7453
+ ],
6726
7454
  RequiredResources: [
6727
7455
  "WFContactAccessResource"
6728
7456
  ],
@@ -6741,6 +7469,35 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6741
7469
  },
6742
7470
  LocallyProcessesData: true,
6743
7471
  Name: "Find Displays",
7472
+ Parameters: [
7473
+ {
7474
+ Items: [
7475
+ "0",
7476
+ "1"
7477
+ ],
7478
+ Key: "WFCompoundType",
7479
+ Label: null,
7480
+ Source: "ToolKit"
7481
+ },
7482
+ {
7483
+ Items: [
7484
+ "Library"
7485
+ ],
7486
+ Key: "WFContentItemInputParameter",
7487
+ Label: "displays",
7488
+ Source: "ToolKit"
7489
+ },
7490
+ {
7491
+ Items: [
7492
+ "Name",
7493
+ "Random",
7494
+ "Scale"
7495
+ ],
7496
+ Key: "WFContentItemSortProperty",
7497
+ Label: "Sort by",
7498
+ Source: "ToolKit"
7499
+ }
7500
+ ],
6744
7501
  RequiredResources: [
6745
7502
  {
6746
7503
  resource: "WFDeviceIdiomResource"
@@ -6757,6 +7514,30 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6757
7514
  FillingProvider: "WFBundledActionProvider",
6758
7515
  LocallyProcessesData: true,
6759
7516
  Name: "Filter Event Attendees",
7517
+ Parameters: [
7518
+ {
7519
+ Items: [
7520
+ "0",
7521
+ "1"
7522
+ ],
7523
+ Key: "WFCompoundType",
7524
+ Label: null,
7525
+ Source: "ToolKit"
7526
+ },
7527
+ {
7528
+ Items: [
7529
+ "Email Address",
7530
+ "Name",
7531
+ "Random",
7532
+ "Role",
7533
+ "Status",
7534
+ "Type"
7535
+ ],
7536
+ Key: "WFContentItemSortProperty",
7537
+ Label: "Sort by",
7538
+ Source: "ToolKit"
7539
+ }
7540
+ ],
6760
7541
  WFContentItemClass: "WFEKParticipantContentItem"
6761
7542
  },
6762
7543
  "is.workflow.actions.filter.files": {
@@ -6772,6 +7553,31 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6772
7553
  },
6773
7554
  LocallyProcessesData: true,
6774
7555
  Name: "Filter Files",
7556
+ Parameters: [
7557
+ {
7558
+ Items: [
7559
+ "0",
7560
+ "1"
7561
+ ],
7562
+ Key: "WFCompoundType",
7563
+ Label: null,
7564
+ Source: "ToolKit"
7565
+ },
7566
+ {
7567
+ Items: [
7568
+ "Creation Date",
7569
+ "File Extension",
7570
+ "File Path",
7571
+ "File Size",
7572
+ "Last Modified Date",
7573
+ "Name",
7574
+ "Random"
7575
+ ],
7576
+ Key: "WFContentItemSortProperty",
7577
+ Label: "Sort by",
7578
+ Source: "ToolKit"
7579
+ }
7580
+ ],
6775
7581
  WFContentItemClass: "WFGenericFileContentItem"
6776
7582
  },
6777
7583
  "is.workflow.actions.filter.health.quantity": {
@@ -6811,6 +7617,38 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6811
7617
  },
6812
7618
  LocallyProcessesData: true,
6813
7619
  Name: "Filter Images",
7620
+ Parameters: [
7621
+ {
7622
+ Items: [
7623
+ "0",
7624
+ "1"
7625
+ ],
7626
+ Key: "WFCompoundType",
7627
+ Label: null,
7628
+ Source: "ToolKit"
7629
+ },
7630
+ {
7631
+ Items: [
7632
+ "Creation Date",
7633
+ "Date Taken",
7634
+ "Duration",
7635
+ "File Extension",
7636
+ "File Path",
7637
+ "File Size",
7638
+ "Frame Rate",
7639
+ "Height",
7640
+ "Last Modified Date",
7641
+ "Name",
7642
+ "Orientation",
7643
+ "Random",
7644
+ "Time Taken",
7645
+ "Width"
7646
+ ],
7647
+ Key: "WFContentItemSortProperty",
7648
+ Label: "Sort by",
7649
+ Source: "ToolKit"
7650
+ }
7651
+ ],
6814
7652
  ResidentCompatible: true,
6815
7653
  WFContentItemClass: "WFImageContentItem"
6816
7654
  },
@@ -6823,8 +7661,40 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6823
7661
  LocallyProcessesData: true,
6824
7662
  Name: "Filter Locations",
6825
7663
  Output: {
6826
- DisclosureLevel: "Public"
7664
+ DisclosureLevel: "Public",
7665
+ OutputName: "Locations",
7666
+ OutputNameSource: "ToolKit"
6827
7667
  },
7668
+ Parameters: [
7669
+ {
7670
+ Items: [
7671
+ "0",
7672
+ "1"
7673
+ ],
7674
+ Key: "WFCompoundType",
7675
+ Label: null,
7676
+ Source: "ToolKit"
7677
+ },
7678
+ {
7679
+ Items: [
7680
+ "Altitude",
7681
+ "City",
7682
+ "Country",
7683
+ "Label",
7684
+ "Latitude",
7685
+ "Longitude",
7686
+ "Name",
7687
+ "Phone Number",
7688
+ "Random",
7689
+ "State",
7690
+ "Street",
7691
+ "ZIP Code"
7692
+ ],
7693
+ Key: "WFContentItemSortProperty",
7694
+ Label: "Sort by",
7695
+ Source: "ToolKit"
7696
+ }
7697
+ ],
6828
7698
  ResidentCompatible: true,
6829
7699
  WFContentItemClass: "WFLocationContentItem"
6830
7700
  },
@@ -6843,6 +7713,51 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6843
7713
  },
6844
7714
  LocallyProcessesData: true,
6845
7715
  Name: "Find Music",
7716
+ Parameters: [
7717
+ {
7718
+ Items: [
7719
+ "0",
7720
+ "1"
7721
+ ],
7722
+ Key: "WFCompoundType",
7723
+ Label: null,
7724
+ Source: "ToolKit"
7725
+ },
7726
+ {
7727
+ Items: [
7728
+ "Library"
7729
+ ],
7730
+ Key: "WFContentItemInputParameter",
7731
+ Label: "music",
7732
+ Source: "ToolKit"
7733
+ },
7734
+ {
7735
+ Items: [
7736
+ "Album",
7737
+ "Album Artist",
7738
+ "Album Track #",
7739
+ "Artist",
7740
+ "Composer",
7741
+ "Date Added",
7742
+ "Disc #",
7743
+ "Duration",
7744
+ "File Path",
7745
+ "Genre",
7746
+ "Last Played Date",
7747
+ "Media Kind",
7748
+ "Name",
7749
+ "Play Count",
7750
+ "Random",
7751
+ "Rating",
7752
+ "Release Date",
7753
+ "Skip Count",
7754
+ "Title"
7755
+ ],
7756
+ Key: "WFContentItemSortProperty",
7757
+ Label: "Sort by",
7758
+ Source: "ToolKit"
7759
+ }
7760
+ ],
6846
7761
  RequiredResources: [
6847
7762
  "WFAppleMusicAccessResource"
6848
7763
  ],
@@ -6868,6 +7783,45 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6868
7783
  },
6869
7784
  LocallyProcessesData: true,
6870
7785
  Name: "Find Photos",
7786
+ Parameters: [
7787
+ {
7788
+ Items: [
7789
+ "0",
7790
+ "1"
7791
+ ],
7792
+ Key: "WFCompoundType",
7793
+ Label: null,
7794
+ Source: "ToolKit"
7795
+ },
7796
+ {
7797
+ Items: [
7798
+ "Library"
7799
+ ],
7800
+ Key: "WFContentItemInputParameter",
7801
+ Label: "photos",
7802
+ Source: "ToolKit"
7803
+ },
7804
+ {
7805
+ Items: [
7806
+ "Creation Date",
7807
+ "Date Taken",
7808
+ "Duration",
7809
+ "File Extension",
7810
+ "File Path",
7811
+ "Frame Rate",
7812
+ "Height",
7813
+ "Last Modified Date",
7814
+ "Media Type",
7815
+ "Name",
7816
+ "Random",
7817
+ "Time Taken",
7818
+ "Width"
7819
+ ],
7820
+ Key: "WFContentItemSortProperty",
7821
+ Label: "Sort by",
7822
+ Source: "ToolKit"
7823
+ }
7824
+ ],
6871
7825
  RequiredResources: [
6872
7826
  "WFPhotoAccessResource"
6873
7827
  ],
@@ -6883,6 +7837,43 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6883
7837
  FillingProvider: "WFBundledActionProvider",
6884
7838
  LocallyProcessesData: true,
6885
7839
  Name: "Find Reminders",
7840
+ Parameters: [
7841
+ {
7842
+ Items: [
7843
+ "0",
7844
+ "1"
7845
+ ],
7846
+ Key: "WFCompoundType",
7847
+ Label: null,
7848
+ Source: "ToolKit"
7849
+ },
7850
+ {
7851
+ Items: [
7852
+ "Library"
7853
+ ],
7854
+ Key: "WFContentItemInputParameter",
7855
+ Label: "reminders",
7856
+ Source: "ToolKit"
7857
+ },
7858
+ {
7859
+ Items: [
7860
+ "Completion Date",
7861
+ "Creation Date",
7862
+ "Due Date",
7863
+ "File Extension",
7864
+ "File Path",
7865
+ "Last Modified Date",
7866
+ "List",
7867
+ "Name",
7868
+ "Priority",
7869
+ "Random",
7870
+ "Title"
7871
+ ],
7872
+ Key: "WFContentItemSortProperty",
7873
+ Label: "Sort by",
7874
+ Source: "ToolKit"
7875
+ }
7876
+ ],
6886
7877
  RequiredResources: [
6887
7878
  "WFReminderAccessResource"
6888
7879
  ],
@@ -6917,6 +7908,35 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6917
7908
  "WFVPNConfiguration"
6918
7909
  ]
6919
7910
  },
7911
+ Parameters: [
7912
+ {
7913
+ Items: [
7914
+ "0",
7915
+ "1"
7916
+ ],
7917
+ Key: "WFCompoundType",
7918
+ Label: null,
7919
+ Source: "ToolKit"
7920
+ },
7921
+ {
7922
+ Items: [
7923
+ "Library"
7924
+ ],
7925
+ Key: "WFContentItemInputParameter",
7926
+ Label: "VPNs",
7927
+ Source: "ToolKit"
7928
+ },
7929
+ {
7930
+ Items: [
7931
+ "Name",
7932
+ "Random",
7933
+ "Server Address"
7934
+ ],
7935
+ Key: "WFContentItemSortProperty",
7936
+ Label: "Sort by",
7937
+ Source: "ToolKit"
7938
+ }
7939
+ ],
6920
7940
  SuggestedAsInitialAction: false,
6921
7941
  WFContentItemClass: "WFVPNContentItem"
6922
7942
  },
@@ -6933,6 +7953,40 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6933
7953
  },
6934
7954
  LocallyProcessesData: true,
6935
7955
  Name: "Find Windows",
7956
+ Parameters: [
7957
+ {
7958
+ Items: [
7959
+ "0",
7960
+ "1"
7961
+ ],
7962
+ Key: "WFCompoundType",
7963
+ Label: null,
7964
+ Source: "ToolKit"
7965
+ },
7966
+ {
7967
+ Items: [
7968
+ "Library"
7969
+ ],
7970
+ Key: "WFContentItemInputParameter",
7971
+ Label: "windows",
7972
+ Source: "ToolKit"
7973
+ },
7974
+ {
7975
+ Items: [
7976
+ "App Name",
7977
+ "Height",
7978
+ "Name",
7979
+ "Random",
7980
+ "Width",
7981
+ "Window Index",
7982
+ "X Position",
7983
+ "Y Position"
7984
+ ],
7985
+ Key: "WFContentItemSortProperty",
7986
+ Label: "Sort by",
7987
+ Source: "ToolKit"
7988
+ }
7989
+ ],
6936
7990
  RequiredResources: [
6937
7991
  {
6938
7992
  resource: "WFDeviceIdiomResource"
@@ -7020,7 +8074,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
7020
8074
  key: "operation,WFFlashlightLevel"
7021
8075
  }
7022
8076
  ]
7023
- }
8077
+ },
8078
+ Parameters: [
8079
+ {
8080
+ Items: [
8081
+ "set",
8082
+ "toggle"
8083
+ ],
8084
+ Key: "operation",
8085
+ Label: "Operation",
8086
+ Source: "ToolKit"
8087
+ }
8088
+ ]
7024
8089
  },
7025
8090
  "is.workflow.actions.format.date": {
7026
8091
  ActionClass: "WFFormatDateAction",
@@ -7597,6 +8662,8 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
7597
8662
  IconColor: "Indigo",
7598
8663
  Name: "Get Current App",
7599
8664
  Output: {
8665
+ OutputName: "Current App",
8666
+ OutputNameSource: "ToolKit",
7600
8667
  Types: [
7601
8668
  "WFApp"
7602
8669
  ]
@@ -11819,6 +12886,34 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
11819
12886
  WFResourceClass: "WFParameterRelationResource"
11820
12887
  }
11821
12888
  ]
12889
+ },
12890
+ {
12891
+ Items: [
12892
+ "Next Occurrence",
12893
+ "Specified Year"
12894
+ ],
12895
+ Key: "WFEventOccurrenceMode",
12896
+ Label: "Occurrence",
12897
+ Source: "ToolKit"
12898
+ },
12899
+ {
12900
+ Items: [
12901
+ "Images",
12902
+ "Live Photos",
12903
+ "Videos"
12904
+ ],
12905
+ Key: "WFPhotoPickerTypes",
12906
+ Label: "Include",
12907
+ Source: "ToolKit"
12908
+ },
12909
+ {
12910
+ Items: [
12911
+ "Files",
12912
+ "Folders"
12913
+ ],
12914
+ Key: "WFPickingMode",
12915
+ Label: "Type",
12916
+ Source: "ToolKit"
11822
12917
  }
11823
12918
  ],
11824
12919
  ResidentCompatible: true
@@ -12320,6 +13415,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
12320
13415
  Prompt: "State"
12321
13416
  }
12322
13417
  },
13418
+ Parameters: [
13419
+ {
13420
+ Items: [
13421
+ "set",
13422
+ "toggle"
13423
+ ],
13424
+ Key: "operation",
13425
+ Label: "Operation",
13426
+ Source: "ToolKit"
13427
+ }
13428
+ ],
12323
13429
  RequiredResources: [
12324
13430
  {
12325
13431
  resource: "WFDeviceIdiomResource"
@@ -13378,6 +14484,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
13378
14484
  Key: "OnValue"
13379
14485
  }
13380
14486
  },
14487
+ Parameters: [
14488
+ {
14489
+ Items: [
14490
+ "set",
14491
+ "toggle"
14492
+ ],
14493
+ Key: "operation",
14494
+ Label: "Operation",
14495
+ Source: "ToolKit"
14496
+ }
14497
+ ],
13381
14498
  RequiredResources: []
13382
14499
  },
13383
14500
  "is.workflow.actions.nothing": {
@@ -13939,6 +15056,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
13939
15056
  Key: "OnValue"
13940
15057
  }
13941
15058
  },
15059
+ Parameters: [
15060
+ {
15061
+ Items: [
15062
+ "set",
15063
+ "toggle"
15064
+ ],
15065
+ Key: "operation",
15066
+ Label: "Operation",
15067
+ Source: "ToolKit"
15068
+ }
15069
+ ],
13942
15070
  RequiredResources: [
13943
15071
  {
13944
15072
  resource: "WFDeviceIdiomResource"
@@ -14893,6 +16021,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
14893
16021
  Key: "OnValue"
14894
16022
  }
14895
16023
  },
16024
+ Parameters: [
16025
+ {
16026
+ Items: [
16027
+ "set",
16028
+ "toggle"
16029
+ ],
16030
+ Key: "operation",
16031
+ Label: "Operation",
16032
+ Source: "ToolKit"
16033
+ }
16034
+ ],
14896
16035
  RequiredResources: [
14897
16036
  {
14898
16037
  resource: "WFDeviceCapabilityResource"
@@ -15672,6 +16811,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15672
16811
  Discoverable: false,
15673
16812
  FillingProvider: "WFBundledActionProvider",
15674
16813
  Name: "Get Details of Appearance",
16814
+ Parameters: [
16815
+ {
16816
+ Items: [
16817
+ "Dark Mode Is On",
16818
+ "Inverse Appearance",
16819
+ "Name"
16820
+ ],
16821
+ Key: "WFContentItemPropertyName",
16822
+ Label: "Detail",
16823
+ Source: "ToolKit"
16824
+ }
16825
+ ],
15675
16826
  WFContentItemClass: "WFAppearanceSettingContentItem"
15676
16827
  },
15677
16828
  "is.workflow.actions.properties.appstore": {
@@ -15682,8 +16833,48 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15682
16833
  FillingProvider: "WFBundledActionProvider",
15683
16834
  Name: "Get Details of App Store App",
15684
16835
  Output: {
15685
- DisclosureLevel: "Public"
16836
+ DisclosureLevel: "Public",
16837
+ OutputName: "Details of App Store Apps",
16838
+ OutputNameSource: "ToolKit"
15686
16839
  },
16840
+ Parameters: [
16841
+ {
16842
+ Items: [
16843
+ "# of Ratings",
16844
+ "# of Ratings (This Version)",
16845
+ "Artist",
16846
+ "Artwork",
16847
+ "Artwork URL",
16848
+ "Bundle Identifier",
16849
+ "Category",
16850
+ "Content Rating",
16851
+ "Currency Code",
16852
+ "Description",
16853
+ "Download Size",
16854
+ "Formatted Price",
16855
+ "Is Universal",
16856
+ "Last Updated",
16857
+ "Minimum OS Version",
16858
+ "Name",
16859
+ "Price",
16860
+ "Rating",
16861
+ "Rating (This Version)",
16862
+ "Release Date",
16863
+ "Release Notes",
16864
+ "Screenshot URLs",
16865
+ "Store ID",
16866
+ "Store URL",
16867
+ "Supported Devices",
16868
+ "Supported Languages",
16869
+ "Supports Game Center",
16870
+ "Version",
16871
+ "iPad Screenshot URLs"
16872
+ ],
16873
+ Key: "WFContentItemPropertyName",
16874
+ Label: "Detail",
16875
+ Source: "ToolKit"
16876
+ }
16877
+ ],
15687
16878
  ResidentCompatible: true,
15688
16879
  WFContentItemClass: "WFAppStoreAppContentItem"
15689
16880
  },
@@ -15697,8 +16888,28 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15697
16888
  IconSymbol: "doc.richtext.fill",
15698
16889
  Name: "Get Details of Article",
15699
16890
  Output: {
15700
- DisclosureLevel: "Public"
16891
+ DisclosureLevel: "Public",
16892
+ OutputName: "Details of Articles",
16893
+ OutputNameSource: "ToolKit"
15701
16894
  },
16895
+ Parameters: [
16896
+ {
16897
+ Items: [
16898
+ "Author",
16899
+ "Body",
16900
+ "Excerpt",
16901
+ "Main Image URL",
16902
+ "Name",
16903
+ "Number of Words",
16904
+ "Published Date",
16905
+ "Title",
16906
+ "URL"
16907
+ ],
16908
+ Key: "WFContentItemPropertyName",
16909
+ Label: "Detail",
16910
+ Source: "ToolKit"
16911
+ }
16912
+ ],
15702
16913
  WFContentItemClass: "WFArticleContentItem"
15703
16914
  },
15704
16915
  "is.workflow.actions.properties.calendarevents": {
@@ -15710,8 +16921,42 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15710
16921
  LocallyProcessesData: true,
15711
16922
  Name: "Get Details of Calendar Events",
15712
16923
  Output: {
15713
- DisclosureLevel: "Public"
16924
+ DisclosureLevel: "Public",
16925
+ OutputName: "Details of Calendar Events",
16926
+ OutputNameSource: "ToolKit"
15714
16927
  },
16928
+ Parameters: [
16929
+ {
16930
+ Items: [
16931
+ "Attachments",
16932
+ "Attendees",
16933
+ "Calendar",
16934
+ "Canceled",
16935
+ "Creation Date",
16936
+ "Duration",
16937
+ "End Date",
16938
+ "File Extension",
16939
+ "File Path",
16940
+ "File Size",
16941
+ "Has Alarms",
16942
+ "Is All Day",
16943
+ "Last Modified Date",
16944
+ "Location",
16945
+ "My Status",
16946
+ "Name",
16947
+ "Notes",
16948
+ "Number of Attendees",
16949
+ "Organizer",
16950
+ "Organizer Is Me",
16951
+ "Start Date",
16952
+ "Title",
16953
+ "URL"
16954
+ ],
16955
+ Key: "WFContentItemPropertyName",
16956
+ Label: "Detail",
16957
+ Source: "ToolKit"
16958
+ }
16959
+ ],
15715
16960
  ResidentCompatible: true,
15716
16961
  WFContentItemClass: "WFCalendarEventContentItem"
15717
16962
  },
@@ -15722,6 +16967,41 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15722
16967
  },
15723
16968
  FillingProvider: "WFBundledActionProvider",
15724
16969
  Name: "Get Details of Contacts",
16970
+ Parameters: [
16971
+ {
16972
+ Items: [
16973
+ "Birthday",
16974
+ "Company",
16975
+ "Contact Photo",
16976
+ "Creation Date",
16977
+ "Department",
16978
+ "Email Addresses",
16979
+ "File Extension",
16980
+ "File Path",
16981
+ "File Size",
16982
+ "First Name",
16983
+ "Job Title",
16984
+ "Last Modified Date",
16985
+ "Last Name",
16986
+ "Middle Name",
16987
+ "Name",
16988
+ "Nickname",
16989
+ "Notes",
16990
+ "Phone Numbers",
16991
+ "Phonetic First Name",
16992
+ "Phonetic Last Name",
16993
+ "Phonetic Middle Name",
16994
+ "Prefix",
16995
+ "Relationship to Me",
16996
+ "Street Addresses",
16997
+ "Suffix",
16998
+ "URLs"
16999
+ ],
17000
+ Key: "WFContentItemPropertyName",
17001
+ Label: "Detail",
17002
+ Source: "ToolKit"
17003
+ }
17004
+ ],
15725
17005
  ResidentCompatible: true,
15726
17006
  WFContentItemClass: "WFContactContentItem"
15727
17007
  },
@@ -15733,6 +17013,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15733
17013
  FillingProvider: "WFBundledActionProvider",
15734
17014
  LocallyProcessesData: true,
15735
17015
  Name: "Get Details of Event Attendees",
17016
+ Parameters: [
17017
+ {
17018
+ Items: [
17019
+ "Email Address",
17020
+ "Is Me",
17021
+ "Name",
17022
+ "Role",
17023
+ "Status",
17024
+ "Type"
17025
+ ],
17026
+ Key: "WFContentItemPropertyName",
17027
+ Label: "Detail",
17028
+ Source: "ToolKit"
17029
+ }
17030
+ ],
15736
17031
  WFContentItemClass: "WFEKParticipantContentItem"
15737
17032
  },
15738
17033
  "is.workflow.actions.properties.files": {
@@ -15748,6 +17043,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15748
17043
  },
15749
17044
  LocallyProcessesData: true,
15750
17045
  Name: "Get Details of Files",
17046
+ Parameters: [
17047
+ {
17048
+ Items: [
17049
+ "Creation Date",
17050
+ "File Extension",
17051
+ "File Path",
17052
+ "File Size",
17053
+ "Last Modified Date",
17054
+ "Name"
17055
+ ],
17056
+ Key: "WFContentItemPropertyName",
17057
+ Label: "Detail",
17058
+ Source: "ToolKit"
17059
+ }
17060
+ ],
15751
17061
  ResidentCompatible: true,
15752
17062
  WFContentItemClass: "WFGenericFileContentItem"
15753
17063
  },
@@ -15779,6 +17089,37 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15779
17089
  ]
15780
17090
  },
15781
17091
  Name: "Get Details of Images",
17092
+ Parameters: [
17093
+ {
17094
+ Items: [
17095
+ "Album",
17096
+ "Camera Make",
17097
+ "Camera Model",
17098
+ "Creation Date",
17099
+ "Date Taken",
17100
+ "Duration",
17101
+ "File Extension",
17102
+ "File Path",
17103
+ "File Size",
17104
+ "Frame Rate",
17105
+ "Height",
17106
+ "Is Favorite",
17107
+ "Is a Screen Recording",
17108
+ "Is a Screenshot",
17109
+ "Last Modified Date",
17110
+ "Location",
17111
+ "Media Type",
17112
+ "Metadata Dictionary",
17113
+ "Name",
17114
+ "Orientation",
17115
+ "Photo Type",
17116
+ "Width"
17117
+ ],
17118
+ Key: "WFContentItemPropertyName",
17119
+ Label: "Detail",
17120
+ Source: "ToolKit"
17121
+ }
17122
+ ],
15782
17123
  ResidentCompatible: true,
15783
17124
  WFContentItemClass: "WFImageContentItem"
15784
17125
  },
@@ -15790,8 +17131,26 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15790
17131
  FillingProvider: "WFBundledActionProvider",
15791
17132
  Name: "Get Details of iTunes Artist",
15792
17133
  Output: {
15793
- DisclosureLevel: "Public"
17134
+ DisclosureLevel: "Public",
17135
+ OutputName: "Details of Itunes Artists",
17136
+ OutputNameSource: "ToolKit"
15794
17137
  },
17138
+ Parameters: [
17139
+ {
17140
+ Items: [
17141
+ "Artwork",
17142
+ "Artwork URL",
17143
+ "Genre",
17144
+ "Name",
17145
+ "Store ID",
17146
+ "Store URL",
17147
+ "Type"
17148
+ ],
17149
+ Key: "WFContentItemPropertyName",
17150
+ Label: "Detail",
17151
+ Source: "ToolKit"
17152
+ }
17153
+ ],
15795
17154
  ResidentCompatible: true,
15796
17155
  WFContentItemClass: "WFiTunesArtistContentItem"
15797
17156
  },
@@ -15803,8 +17162,34 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15803
17162
  FillingProvider: "WFBundledActionProvider",
15804
17163
  Name: "Get Details of iTunes Product",
15805
17164
  Output: {
15806
- DisclosureLevel: "Public"
17165
+ DisclosureLevel: "Public",
17166
+ OutputName: "Details of Itunes Products",
17167
+ OutputNameSource: "ToolKit"
15807
17168
  },
17169
+ Parameters: [
17170
+ {
17171
+ Items: [
17172
+ "Artist",
17173
+ "Artwork",
17174
+ "Artwork URL",
17175
+ "Currency Code",
17176
+ "Description",
17177
+ "Duration",
17178
+ "Formatted Price",
17179
+ "Genre",
17180
+ "Is Explicit",
17181
+ "Name",
17182
+ "Price",
17183
+ "Release Date",
17184
+ "Store ID",
17185
+ "Store URL",
17186
+ "Streamable"
17187
+ ],
17188
+ Key: "WFContentItemPropertyName",
17189
+ Label: "Detail",
17190
+ Source: "ToolKit"
17191
+ }
17192
+ ],
15808
17193
  ResidentCompatible: true,
15809
17194
  WFContentItemClass: "WFiTunesProductContentItem"
15810
17195
  },
@@ -15816,6 +17201,27 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15816
17201
  IconSymbol: "mappin",
15817
17202
  IconSymbolColor: "Green",
15818
17203
  Name: "Get Details of Locations",
17204
+ Parameters: [
17205
+ {
17206
+ Items: [
17207
+ "Altitude",
17208
+ "City",
17209
+ "Country",
17210
+ "Label",
17211
+ "Latitude",
17212
+ "Longitude",
17213
+ "Name",
17214
+ "Phone Number",
17215
+ "State",
17216
+ "Street",
17217
+ "URL",
17218
+ "ZIP Code"
17219
+ ],
17220
+ Key: "WFContentItemPropertyName",
17221
+ Label: "Detail",
17222
+ Source: "ToolKit"
17223
+ }
17224
+ ],
15819
17225
  ResidentCompatible: true,
15820
17226
  WFContentItemClass: "WFLocationContentItem"
15821
17227
  },
@@ -15834,8 +17240,42 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15834
17240
  LocallyProcessesData: true,
15835
17241
  Name: "Get Details of Music",
15836
17242
  Output: {
15837
- DisclosureLevel: "Public"
17243
+ DisclosureLevel: "Public",
17244
+ OutputName: "Artist",
17245
+ OutputNameSource: "ToolKit"
15838
17246
  },
17247
+ Parameters: [
17248
+ {
17249
+ Items: [
17250
+ "Album",
17251
+ "Album Artist",
17252
+ "Album Artwork",
17253
+ "Album Track #",
17254
+ "Artist",
17255
+ "Comments",
17256
+ "Composer",
17257
+ "Date Added",
17258
+ "Disc #",
17259
+ "Duration",
17260
+ "File Path",
17261
+ "Genre",
17262
+ "Is Cloud Item",
17263
+ "Is Explicit",
17264
+ "Last Played Date",
17265
+ "Lyrics",
17266
+ "Media Kind",
17267
+ "Name",
17268
+ "Play Count",
17269
+ "Rating",
17270
+ "Release Date",
17271
+ "Skip Count",
17272
+ "Title"
17273
+ ],
17274
+ Key: "WFContentItemPropertyName",
17275
+ Label: "Detail",
17276
+ Source: "ToolKit"
17277
+ }
17278
+ ],
15839
17279
  WFContentItemClass: "WFMPMediaContentItem",
15840
17280
  WFContentItemDefaultProperty: "Artist"
15841
17281
  },
@@ -15850,6 +17290,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15850
17290
  IconSymbolColor: "Green",
15851
17291
  LocallyProcessesData: true,
15852
17292
  Name: "Get Details of Parked Car",
17293
+ Parameters: [
17294
+ {
17295
+ Items: [
17296
+ "Date",
17297
+ "Location",
17298
+ "Name",
17299
+ "Notes",
17300
+ "Photo",
17301
+ "Was Location Set by User"
17302
+ ],
17303
+ Key: "WFContentItemPropertyName",
17304
+ Label: "Detail",
17305
+ Source: "ToolKit"
17306
+ }
17307
+ ],
15853
17308
  RequiredResources: [
15854
17309
  {
15855
17310
  resource: "WFDeviceIdiomResource"
@@ -15866,8 +17321,30 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15866
17321
  LocallyProcessesData: true,
15867
17322
  Name: "Get Details of Podcast Episode",
15868
17323
  Output: {
15869
- DisclosureLevel: "Public"
17324
+ DisclosureLevel: "Public",
17325
+ OutputName: "Details of Podcast Episodes",
17326
+ OutputNameSource: "ToolKit"
15870
17327
  },
17328
+ Parameters: [
17329
+ {
17330
+ Items: [
17331
+ "Artwork",
17332
+ "Artwork URL",
17333
+ "Author",
17334
+ "Description",
17335
+ "Duration",
17336
+ "Genres",
17337
+ "Name",
17338
+ "Release Date",
17339
+ "Store ID",
17340
+ "Store URL",
17341
+ "Title"
17342
+ ],
17343
+ Key: "WFContentItemPropertyName",
17344
+ Label: "Detail",
17345
+ Source: "ToolKit"
17346
+ }
17347
+ ],
15871
17348
  WFContentItemClass: "WFPodcastEpisodeContentItem"
15872
17349
  },
15873
17350
  "is.workflow.actions.properties.podcastshow": {
@@ -15879,8 +17356,28 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15879
17356
  LocallyProcessesData: true,
15880
17357
  Name: "Get Details of Podcast",
15881
17358
  Output: {
15882
- DisclosureLevel: "Public"
17359
+ DisclosureLevel: "Public",
17360
+ OutputName: "Details of Podcasts",
17361
+ OutputNameSource: "ToolKit"
15883
17362
  },
17363
+ Parameters: [
17364
+ {
17365
+ Items: [
17366
+ "Artist",
17367
+ "Artwork",
17368
+ "Artwork URL",
17369
+ "Episode Count",
17370
+ "Feed URL",
17371
+ "Genre",
17372
+ "Name",
17373
+ "Store ID",
17374
+ "Store URL"
17375
+ ],
17376
+ Key: "WFContentItemPropertyName",
17377
+ Label: "Detail",
17378
+ Source: "ToolKit"
17379
+ }
17380
+ ],
15884
17381
  WFContentItemClass: "WFPodcastShowContentItem"
15885
17382
  },
15886
17383
  "is.workflow.actions.properties.reminders": {
@@ -15891,6 +17388,37 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15891
17388
  FillingProvider: "WFBundledActionProvider",
15892
17389
  LocallyProcessesData: true,
15893
17390
  Name: "Get Details of Reminders",
17391
+ Parameters: [
17392
+ {
17393
+ Items: [
17394
+ "Completion Date",
17395
+ "Creation Date",
17396
+ "Due Date",
17397
+ "File Extension",
17398
+ "File Path",
17399
+ "File Size",
17400
+ "Has Alarms",
17401
+ "Has Subtasks",
17402
+ "Images",
17403
+ "Is Completed",
17404
+ "Is Flagged",
17405
+ "Last Modified Date",
17406
+ "List",
17407
+ "Name",
17408
+ "Notes",
17409
+ "Parent Reminder",
17410
+ "Priority",
17411
+ "Reminder Location",
17412
+ "Subtasks",
17413
+ "Tags",
17414
+ "Title",
17415
+ "URL"
17416
+ ],
17417
+ Key: "WFContentItemPropertyName",
17418
+ Label: "Detail",
17419
+ Source: "ToolKit"
17420
+ }
17421
+ ],
15894
17422
  WFContentItemClass: "WFReminderContentItem",
15895
17423
  WFContentItemDefaultProperty: "List"
15896
17424
  },
@@ -15899,6 +17427,25 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15899
17427
  Discoverable: false,
15900
17428
  FillingProvider: "WFBundledActionProvider",
15901
17429
  Name: "Get Details of Ride Status",
17430
+ Parameters: [
17431
+ {
17432
+ Items: [
17433
+ "Driver",
17434
+ "Drop Off Location",
17435
+ "Drop Off Time",
17436
+ "Maximum Price",
17437
+ "Minimum Price",
17438
+ "Name",
17439
+ "Pickup Location",
17440
+ "Pickup Time",
17441
+ "Ride Option Name",
17442
+ "Vehicle Information"
17443
+ ],
17444
+ Key: "WFContentItemPropertyName",
17445
+ Label: "Detail",
17446
+ Source: "ToolKit"
17447
+ }
17448
+ ],
15902
17449
  WFContentItemClass: "WFRideStatusContentItem"
15903
17450
  },
15904
17451
  "is.workflow.actions.properties.safariwebpage": {
@@ -15912,8 +17459,23 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15912
17459
  FillingProvider: "WFBundledActionProvider",
15913
17460
  Name: "Get Details of Safari Web Page",
15914
17461
  Output: {
15915
- DisclosureLevel: "Public"
17462
+ DisclosureLevel: "Public",
17463
+ OutputName: "Details of Safari Web Pages",
17464
+ OutputNameSource: "ToolKit"
15916
17465
  },
17466
+ Parameters: [
17467
+ {
17468
+ Items: [
17469
+ "Name",
17470
+ "Page Contents",
17471
+ "Page Selection",
17472
+ "Page URL"
17473
+ ],
17474
+ Key: "WFContentItemPropertyName",
17475
+ Label: "Detail",
17476
+ Source: "ToolKit"
17477
+ }
17478
+ ],
15917
17479
  WFContentItemClass: "WFSafariWebPageContentItem"
15918
17480
  },
15919
17481
  "is.workflow.actions.properties.shazam": {
@@ -15921,6 +17483,26 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15921
17483
  Discoverable: false,
15922
17484
  FillingProvider: "WFBundledActionProvider",
15923
17485
  Name: "Get Details of Shazam",
17486
+ Parameters: [
17487
+ {
17488
+ Items: [
17489
+ "Apple Music ID",
17490
+ "Apple Music URL",
17491
+ "Artist",
17492
+ "Artwork",
17493
+ "Is Explicit",
17494
+ "Lyric Snippet Synced",
17495
+ "Lyrics Snippet",
17496
+ "Name",
17497
+ "Shazam URL",
17498
+ "Title",
17499
+ "Video URL"
17500
+ ],
17501
+ Key: "WFContentItemPropertyName",
17502
+ Label: "Detail",
17503
+ Source: "ToolKit"
17504
+ }
17505
+ ],
15924
17506
  WFContentItemClass: "WFShazamMediaContentItem"
15925
17507
  },
15926
17508
  "is.workflow.actions.properties.trello": {
@@ -15941,6 +17523,20 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15941
17523
  ]
15942
17524
  },
15943
17525
  Name: "Get Details of Trello Item",
17526
+ Parameters: [
17527
+ {
17528
+ Items: [
17529
+ "Card Attachments",
17530
+ "Card Due Date",
17531
+ "Description",
17532
+ "Name",
17533
+ "URL"
17534
+ ],
17535
+ Key: "WFContentItemPropertyName",
17536
+ Label: "Detail",
17537
+ Source: "ToolKit"
17538
+ }
17539
+ ],
15944
17540
  RequiredResources: [
15945
17541
  "WFTrelloAccessResource"
15946
17542
  ],
@@ -15963,6 +17559,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15963
17559
  ]
15964
17560
  },
15965
17561
  Name: "Get Details of Ulysses Sheet",
17562
+ Parameters: [
17563
+ {
17564
+ Items: [
17565
+ "Contents",
17566
+ "Identifier",
17567
+ "Keywords",
17568
+ "Name",
17569
+ "Notes",
17570
+ "Title"
17571
+ ],
17572
+ Key: "WFContentItemPropertyName",
17573
+ Label: "Detail",
17574
+ Source: "ToolKit"
17575
+ }
17576
+ ],
15966
17577
  WFContentItemClass: "WFUlyssesSheetContentItem"
15967
17578
  },
15968
17579
  "is.workflow.actions.properties.weather.conditions": {
@@ -15973,6 +17584,37 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15973
17584
  FillingProvider: "WFBundledActionProvider",
15974
17585
  LocallyProcessesData: true,
15975
17586
  Name: "Get Details of Weather Conditions",
17587
+ Parameters: [
17588
+ {
17589
+ Items: [
17590
+ "Air Pollutants",
17591
+ "Air Quality Category",
17592
+ "Air Quality Index",
17593
+ "Condition",
17594
+ "Date",
17595
+ "Dewpoint",
17596
+ "Feels Like",
17597
+ "High",
17598
+ "Humidity",
17599
+ "Location",
17600
+ "Low",
17601
+ "Name",
17602
+ "Precipitation Amount",
17603
+ "Precipitation Chance",
17604
+ "Pressure",
17605
+ "Sunrise Time",
17606
+ "Sunset Time",
17607
+ "Temperature",
17608
+ "UV Index",
17609
+ "Visibility",
17610
+ "Wind Direction",
17611
+ "Wind Speed"
17612
+ ],
17613
+ Key: "WFContentItemPropertyName",
17614
+ Label: "Detail",
17615
+ Source: "ToolKit"
17616
+ }
17617
+ ],
15976
17618
  ResidentCompatible: true,
15977
17619
  WFContentItemClass: "WFWeatherDataContentItem"
15978
17620
  },
@@ -15985,6 +17627,24 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15985
17627
  FillingProvider: "WFBundledActionProvider",
15986
17628
  LocallyProcessesData: true,
15987
17629
  Name: "Get Details of Shortcut",
17630
+ Parameters: [
17631
+ {
17632
+ Items: [
17633
+ "Action Count",
17634
+ "Creation Date",
17635
+ "File Extension",
17636
+ "File Path",
17637
+ "File Size",
17638
+ "Folder",
17639
+ "Icon",
17640
+ "Last Modified Date",
17641
+ "Name"
17642
+ ],
17643
+ Key: "WFContentItemPropertyName",
17644
+ Label: "Detail",
17645
+ Source: "ToolKit"
17646
+ }
17647
+ ],
15988
17648
  WFContentItemClass: "WFWorkflowContentItem"
15989
17649
  },
15990
17650
  "is.workflow.actions.quit.app": {
@@ -18904,6 +20564,23 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
18904
20564
  },
18905
20565
  FillingProvider: "WFBundledActionProvider",
18906
20566
  Name: "Edit Calendar Event",
20567
+ Parameters: [
20568
+ {
20569
+ Items: [
20570
+ "Accepted",
20571
+ "Completed",
20572
+ "Declined",
20573
+ "Delegated",
20574
+ "In Process",
20575
+ "Pending",
20576
+ "Tentative",
20577
+ "Unknown"
20578
+ ],
20579
+ Key: "WFCalendarEventContentItemMyStatus",
20580
+ Label: "Value",
20581
+ Source: "ToolKit"
20582
+ }
20583
+ ],
18907
20584
  RemoteExecuteOnPlatforms: [
18908
20585
  "Watch"
18909
20586
  ],
@@ -18934,6 +20611,27 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
18934
20611
  },
18935
20612
  FillingProvider: "WFBundledActionProvider",
18936
20613
  Name: "Edit Reminder",
20614
+ Parameters: [
20615
+ {
20616
+ Items: [
20617
+ "Reminders"
20618
+ ],
20619
+ Key: "WFReminderContentItemList",
20620
+ Label: "Value",
20621
+ Source: "ToolKit"
20622
+ },
20623
+ {
20624
+ Items: [
20625
+ "High",
20626
+ "Low",
20627
+ "Medium",
20628
+ "None"
20629
+ ],
20630
+ Key: "WFReminderContentItemPriority",
20631
+ Label: "Value",
20632
+ Source: "ToolKit"
20633
+ }
20634
+ ],
18937
20635
  RequiredResources: [
18938
20636
  "WFReminderAccessResource"
18939
20637
  ],
@@ -19508,6 +21206,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
19508
21206
  Key: "OnValue"
19509
21207
  }
19510
21208
  },
21209
+ Parameters: [
21210
+ {
21211
+ Items: [
21212
+ "set",
21213
+ "toggle"
21214
+ ],
21215
+ Key: "operation",
21216
+ Label: "Operation",
21217
+ Source: "ToolKit"
21218
+ }
21219
+ ],
19511
21220
  RequiredResources: [
19512
21221
  {
19513
21222
  resource: "WFDeviceCapabilityResource"
@@ -19946,6 +21655,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
19946
21655
  IntentIdentifier: "sirikit.intents.custom.com.apple.ActionKit.BundledIntentHandler.WFSetStageManagerIntent",
19947
21656
  Name: "Set Stage Manager",
19948
21657
  NameSource: "ToolKit",
21658
+ Parameters: [
21659
+ {
21660
+ Items: [
21661
+ "set",
21662
+ "toggle"
21663
+ ],
21664
+ Key: "operation",
21665
+ Label: "Operation",
21666
+ Source: "ToolKit"
21667
+ }
21668
+ ],
19949
21669
  RequiredResources: [
19950
21670
  {
19951
21671
  resource: "WFDeviceCapabilityResource"
@@ -20327,7 +22047,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20327
22047
  Name: "Change Case",
20328
22048
  NameSource: "ToolKit",
20329
22049
  Output: {
20330
- DisclosureLevel: "Public"
22050
+ DisclosureLevel: "Public",
22051
+ OutputName: "Updated Text",
22052
+ OutputNameSource: "ToolKit"
20331
22053
  },
20332
22054
  ParameterOverrides: {
20333
22055
  type: {
@@ -20342,6 +22064,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20342
22064
  Key: "WFCaseType"
20343
22065
  }
20344
22066
  },
22067
+ Parameters: [
22068
+ {
22069
+ Items: [
22070
+ "Capitalize Every Word",
22071
+ "Capitalize with Title Case",
22072
+ "Capitalize with sentence case",
22073
+ "UPPERCASE",
22074
+ "cApItAlIzE wItH aLtErNaTiNg cAsE",
22075
+ "lowercase"
22076
+ ],
22077
+ Key: "WFCaseType",
22078
+ Label: "Case",
22079
+ Source: "ToolKit"
22080
+ }
22081
+ ],
20345
22082
  ResidentCompatible: true
20346
22083
  },
20347
22084
  "is.workflow.actions.text.combine": {
@@ -20357,7 +22094,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20357
22094
  Name: "Combine Text",
20358
22095
  NameSource: "ToolKit",
20359
22096
  Output: {
20360
- DisclosureLevel: "Public"
22097
+ DisclosureLevel: "Public",
22098
+ OutputName: "Combined Text",
22099
+ OutputNameSource: "ToolKit"
20361
22100
  },
20362
22101
  ParameterOverrides: {
20363
22102
  customSeparator: {
@@ -20372,6 +22111,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20372
22111
  Key: "WFTextSeparator"
20373
22112
  }
20374
22113
  },
22114
+ Parameters: [
22115
+ {
22116
+ Items: [
22117
+ "Custom",
22118
+ "New Lines",
22119
+ "Spaces"
22120
+ ],
22121
+ Key: "WFTextSeparator",
22122
+ Label: "Separator",
22123
+ Source: "ToolKit"
22124
+ }
22125
+ ],
20375
22126
  ResidentCompatible: true,
20376
22127
  WFTextComponentsMode: "Combine"
20377
22128
  },
@@ -20389,7 +22140,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20389
22140
  Name: "Match Text",
20390
22141
  NameSource: "ToolKit",
20391
22142
  Output: {
20392
- DisclosureLevel: "Public"
22143
+ DisclosureLevel: "Public",
22144
+ OutputName: "Matches",
22145
+ OutputNameSource: "ToolKit"
20393
22146
  },
20394
22147
  ParameterOverrides: {
20395
22148
  caseSensitive: {
@@ -20416,7 +22169,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20416
22169
  Name: "Get Group from Matched Text",
20417
22170
  NameSource: "ToolKit",
20418
22171
  Output: {
20419
- DisclosureLevel: "Public"
22172
+ DisclosureLevel: "Public",
22173
+ OutputName: "Text",
22174
+ OutputNameSource: "ToolKit"
20420
22175
  },
20421
22176
  ParameterOverrides: {
20422
22177
  groupIndex: {
@@ -20430,6 +22185,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20430
22185
  Key: "WFGetGroupType"
20431
22186
  }
20432
22187
  },
22188
+ Parameters: [
22189
+ {
22190
+ Items: [
22191
+ "All Groups",
22192
+ "Group At Index"
22193
+ ],
22194
+ Key: "WFGetGroupType",
22195
+ Label: "Get",
22196
+ Source: "ToolKit"
22197
+ }
22198
+ ],
20433
22199
  ResidentCompatible: true
20434
22200
  },
20435
22201
  "is.workflow.actions.text.replace": {
@@ -20516,7 +22282,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20516
22282
  NameSource: "ToolKit",
20517
22283
  Output: {
20518
22284
  DisclosureLevel: "Public",
20519
- Multiple: true
22285
+ Multiple: true,
22286
+ OutputName: "Split Text",
22287
+ OutputNameSource: "ToolKit"
20520
22288
  },
20521
22289
  ParameterOverrides: {
20522
22290
  customSeparator: {
@@ -20532,6 +22300,19 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20532
22300
  Key: "WFTextSeparator"
20533
22301
  }
20534
22302
  },
22303
+ Parameters: [
22304
+ {
22305
+ Items: [
22306
+ "Custom",
22307
+ "Every Character",
22308
+ "New Lines",
22309
+ "Spaces"
22310
+ ],
22311
+ Key: "WFTextSeparator",
22312
+ Label: "Separator",
22313
+ Source: "ToolKit"
22314
+ }
22315
+ ],
20535
22316
  ResidentCompatible: true,
20536
22317
  WFTextComponentsMode: "Split"
20537
22318
  },
@@ -21117,6 +22898,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
21117
22898
  Key: "OnValue"
21118
22899
  }
21119
22900
  },
22901
+ Parameters: [
22902
+ {
22903
+ Items: [
22904
+ "set",
22905
+ "toggle"
22906
+ ],
22907
+ Key: "operation",
22908
+ Label: "Operation",
22909
+ Source: "ToolKit"
22910
+ }
22911
+ ],
21120
22912
  RequiredResources: []
21121
22913
  },
21122
22914
  "is.workflow.actions.tumblr.post": {
@@ -22341,7 +24133,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
22341
24133
  state: {
22342
24134
  Key: "OnValue"
22343
24135
  }
22344
- }
24136
+ },
24137
+ Parameters: [
24138
+ {
24139
+ Items: [
24140
+ "set",
24141
+ "toggle"
24142
+ ],
24143
+ Key: "operation",
24144
+ Label: "Operation",
24145
+ Source: "ToolKit"
24146
+ }
24147
+ ]
22345
24148
  },
22346
24149
  "is.workflow.actions.wordpress.post": {
22347
24150
  ActionClass: "WFWordPressPostAction",
@@ -24835,7 +26638,7 @@ var ACTIONS = {
24835
26638
  "is.workflow.actions.announcenotifications.set": { name: "Set Announce Notifications", params: ["operation", "OnValue", "ShowWhenRun"], output: null },
24836
26639
  "is.workflow.actions.appearance": { name: "Set Appearance", params: ["operation", "style", "ShowWhenRun"], output: null },
24837
26640
  "is.workflow.actions.appendvariable": { name: "Add to Variable", params: ["WFVariableName", "WFInput"], output: "Variable" },
24838
- "is.workflow.actions.ask": { name: "Ask for Input", params: ["WFAskActionPrompt", "WFInputType", "WFAskActionDefaultAnswer", "WFAskActionDefaultAnswerNumber", "urlAnswer", "WFAskActionDefaultAnswerURL", "WFAskActionDefaultAnswerDate", "WFAskActionDefaultAnswerTime", "WFAskActionDefaultAnswerDateAndTime", "WFAskActionAllowsDecimalNumbers", "WFAskActionAllowsNegativeNumbers", "WFAllowsMultilineText", "ShowWhenRun"], output: null },
26641
+ "is.workflow.actions.ask": { name: "Ask for Input", params: ["WFAskActionPrompt", "WFInputType", "WFAskActionDefaultAnswer", "WFAskActionDefaultAnswerNumber", "urlAnswer", "WFAskActionDefaultAnswerURL", "WFAskActionDefaultAnswerDate", "WFAskActionDefaultAnswerTime", "WFAskActionDefaultAnswerDateAndTime", "WFAskActionAllowsDecimalNumbers", "WFAskActionAllowsNegativeNumbers", "WFAllowsMultilineText", "ShowWhenRun"], output: "Ask for Input" },
24839
26642
  "is.workflow.actions.askllm": { name: "Use Model", params: ["WFLLMModel", "WFLLMPrompt", "WFAllowWebSearch", "WFGenerativeResultType", "FollowUp"], output: "Response" },
24840
26643
  "is.workflow.actions.avairyeditphoto": { name: "Markup", params: ["WFDocument"], output: "Markup Result" },
24841
26644
  "is.workflow.actions.base64encode": { name: "Base64 Encode", params: ["WFEncodeMode", "WFBase64LineBreakMode", "WFInput"], output: "Base64 Encoded" },
@@ -24852,7 +26655,7 @@ var ACTIONS = {
24852
26655
  "is.workflow.actions.connecttoservers": { name: "Connect to Servers", params: ["WFInput"], output: "Connected Server" },
24853
26656
  "is.workflow.actions.contacts": { name: "Contacts", params: ["WFContact"], output: "Contacts" },
24854
26657
  "is.workflow.actions.converttimezone": { name: "Convert Time Zone", params: ["Date", "SourceTimeZone", "DestinationTimeZone"], output: "Converted Date" },
24855
- "is.workflow.actions.correctspelling": { name: "Correct Spelling", params: ["text", "ShowWhenRun"], output: null },
26658
+ "is.workflow.actions.correctspelling": { name: "Correct Spelling", params: ["text", "ShowWhenRun"], output: "Corrected Spelling" },
24856
26659
  "is.workflow.actions.count": { name: "Count", params: ["WFCountType", "Input"], output: "Count" },
24857
26660
  "is.workflow.actions.createplaylist": { name: "Create Playlist", params: ["WFPlaylistName", "WFPlaylistAuthor", "WFPlaylistDescription", "WFPlaylistItems"], output: "New Playlist" },
24858
26661
  "is.workflow.actions.date": { name: "Date", params: ["WFDateActionMode", "WFDateActionDate", "WFEventOccurrenceMode", "WFEventOccurrenceSpecifiedYear"], output: "Date" },
@@ -24908,7 +26711,7 @@ var ACTIONS = {
24908
26711
  "is.workflow.actions.file.reveal": { name: "Reveal Files in Finder", params: ["WFFile"], output: null },
24909
26712
  "is.workflow.actions.file.select": { name: "Select File", params: ["WFPickingMode", "SelectMultiple"], output: "File" },
24910
26713
  "is.workflow.actions.filter.apps": { name: "Find Apps", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24911
- "is.workflow.actions.filter.articles": { name: "Filter Articles", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
26714
+ "is.workflow.actions.filter.articles": { name: "Filter Articles", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: "Articles" },
24912
26715
  "is.workflow.actions.filter.calendarevents": { name: "Find Calendar Events", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24913
26716
  "is.workflow.actions.filter.contacts": { name: "Find Contacts", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24914
26717
  "is.workflow.actions.filter.displays": { name: "Find Displays", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
@@ -24916,7 +26719,7 @@ var ACTIONS = {
24916
26719
  "is.workflow.actions.filter.files": { name: "Filter Files", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24917
26720
  "is.workflow.actions.filter.health.quantity": { name: "Find Health Samples", params: [], output: null },
24918
26721
  "is.workflow.actions.filter.images": { name: "Filter Images", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24919
- "is.workflow.actions.filter.locations": { name: "Filter Locations", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
26722
+ "is.workflow.actions.filter.locations": { name: "Filter Locations", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: "Locations" },
24920
26723
  "is.workflow.actions.filter.music": { name: "Find Music", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24921
26724
  "is.workflow.actions.filter.photos": { name: "Find Photos", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24922
26725
  "is.workflow.actions.filter.reminders": { name: "Find Reminders", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
@@ -24933,7 +26736,7 @@ var ACTIONS = {
24933
26736
  "is.workflow.actions.getbatterylevel": { name: "Get Battery Status", params: ["Subject"], output: "Battery State" },
24934
26737
  "is.workflow.actions.getclassaction": { name: "Get Object of Class", params: ["Class", "Input"], output: "Object of Class" },
24935
26738
  "is.workflow.actions.getclipboard": { name: "Get Clipboard", params: [], output: "Clipboard" },
24936
- "is.workflow.actions.getcurrentapp": { name: "Get Current App", params: ["WFVisibleAppScope"], output: null },
26739
+ "is.workflow.actions.getcurrentapp": { name: "Get Current App", params: ["WFVisibleAppScope"], output: "Current App" },
24937
26740
  "is.workflow.actions.getcurrentlocation": { name: "Get Current Location", params: ["Accuracy"], output: "Current Location" },
24938
26741
  "is.workflow.actions.getcurrentsong": { name: "Get Current Song", params: ["Subject"], output: "Current Song" },
24939
26742
  "is.workflow.actions.getdevicedetails": { name: "Get Device Details", params: ["WFDeviceDetail"], output: "Device Details" },
@@ -25057,24 +26860,24 @@ var ACTIONS = {
25057
26860
  "is.workflow.actions.previewdocument": { name: "Quick Look", params: ["WFInput", "WFQuickLookActionFullScreen"], output: null },
25058
26861
  "is.workflow.actions.print": { name: "Print", params: ["WFInput"], output: null },
25059
26862
  "is.workflow.actions.properties.appearance": { name: "Get Details of Appearance", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25060
- "is.workflow.actions.properties.appstore": { name: "Get Details of App Store App", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25061
- "is.workflow.actions.properties.articles": { name: "Get Details of Article", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25062
- "is.workflow.actions.properties.calendarevents": { name: "Get Details of Calendar Events", params: ["WFContentItemPropertyName", "WFInput"], output: null },
26863
+ "is.workflow.actions.properties.appstore": { name: "Get Details of App Store App", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of App Store Apps" },
26864
+ "is.workflow.actions.properties.articles": { name: "Get Details of Article", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Articles" },
26865
+ "is.workflow.actions.properties.calendarevents": { name: "Get Details of Calendar Events", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Calendar Events" },
25063
26866
  "is.workflow.actions.properties.contacts": { name: "Get Details of Contacts", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25064
26867
  "is.workflow.actions.properties.eventattendees": { name: "Get Details of Event Attendees", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25065
26868
  "is.workflow.actions.properties.files": { name: "Get Details of Files", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25066
26869
  "is.workflow.actions.properties.health.quantity": { name: "Get Details of Health Sample", params: [], output: null },
25067
26870
  "is.workflow.actions.properties.images": { name: "Get Details of Images", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25068
- "is.workflow.actions.properties.itunesartist": { name: "Get Details of iTunes Artist", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25069
- "is.workflow.actions.properties.itunesstore": { name: "Get Details of iTunes Product", params: ["WFContentItemPropertyName", "WFInput"], output: null },
26871
+ "is.workflow.actions.properties.itunesartist": { name: "Get Details of iTunes Artist", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Itunes Artists" },
26872
+ "is.workflow.actions.properties.itunesstore": { name: "Get Details of iTunes Product", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Itunes Products" },
25070
26873
  "is.workflow.actions.properties.locations": { name: "Get Details of Locations", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25071
- "is.workflow.actions.properties.music": { name: "Get Details of Music", params: ["WFContentItemPropertyName", "WFInput"], output: null },
26874
+ "is.workflow.actions.properties.music": { name: "Get Details of Music", params: ["WFContentItemPropertyName", "WFInput"], output: "Artist" },
25072
26875
  "is.workflow.actions.properties.parkedcar": { name: "Get Details of Parked Car", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25073
- "is.workflow.actions.properties.podcast": { name: "Get Details of Podcast Episode", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25074
- "is.workflow.actions.properties.podcastshow": { name: "Get Details of Podcast", params: ["WFContentItemPropertyName", "WFInput"], output: null },
26876
+ "is.workflow.actions.properties.podcast": { name: "Get Details of Podcast Episode", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Podcast Episodes" },
26877
+ "is.workflow.actions.properties.podcastshow": { name: "Get Details of Podcast", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Podcasts" },
25075
26878
  "is.workflow.actions.properties.reminders": { name: "Get Details of Reminders", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25076
26879
  "is.workflow.actions.properties.ridestatus": { name: "Get Details of Ride Status", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25077
- "is.workflow.actions.properties.safariwebpage": { name: "Get Details of Safari Web Page", params: ["WFContentItemPropertyName", "WFInput"], output: null },
26880
+ "is.workflow.actions.properties.safariwebpage": { name: "Get Details of Safari Web Page", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Safari Web Pages" },
25078
26881
  "is.workflow.actions.properties.shazam": { name: "Get Details of Shazam", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25079
26882
  "is.workflow.actions.properties.trello": { name: "Get Details of Trello Item", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25080
26883
  "is.workflow.actions.properties.ulysses.sheet": { name: "Get Details of Ulysses Sheet", params: ["WFContentItemPropertyName", "WFInput"], output: null },
@@ -25155,12 +26958,12 @@ var ACTIONS = {
25155
26958
  "is.workflow.actions.takephoto": { name: "Take Photo", params: ["WFCameraCaptureShowPreview", "WFPhotoCount", "WFCameraCaptureDevice"], output: "Photo" },
25156
26959
  "is.workflow.actions.takescreenshot": { name: "Take Screenshot", params: ["WFTakeScreenshotScreenshotType", "WFTakeScreenshotActionInteractiveSelectionType", "WFTakeScreenshotMainMonitorOnly", "WFTakeScreenshotIgnoreContextualAssistanceLayers"], output: "Screenshot" },
25157
26960
  "is.workflow.actions.takevideo": { name: "Take Video", params: ["WFCameraCaptureDevice", "WFCameraCaptureQuality", "WFRecordingStart"], output: "Video" },
25158
- "is.workflow.actions.text.changecase": { name: "Change Case", params: ["text", "WFCaseType", "ShowWhenRun"], output: null },
25159
- "is.workflow.actions.text.combine": { name: "Combine Text", params: ["text", "WFTextSeparator", "WFTextCustomSeparator", "ShowWhenRun"], output: null },
25160
- "is.workflow.actions.text.match": { name: "Match Text", params: ["text", "WFMatchTextPattern", "WFMatchTextCaseSensitive", "ShowWhenRun"], output: null },
25161
- "is.workflow.actions.text.match.getgroup": { name: "Get Group from Matched Text", params: ["matches", "WFGetGroupType", "WFGroupIndex", "ShowWhenRun"], output: null },
26961
+ "is.workflow.actions.text.changecase": { name: "Change Case", params: ["text", "WFCaseType", "ShowWhenRun"], output: "Updated Text" },
26962
+ "is.workflow.actions.text.combine": { name: "Combine Text", params: ["text", "WFTextSeparator", "WFTextCustomSeparator", "ShowWhenRun"], output: "Combined Text" },
26963
+ "is.workflow.actions.text.match": { name: "Match Text", params: ["text", "WFMatchTextPattern", "WFMatchTextCaseSensitive", "ShowWhenRun"], output: "Matches" },
26964
+ "is.workflow.actions.text.match.getgroup": { name: "Get Group from Matched Text", params: ["matches", "WFGetGroupType", "WFGroupIndex", "ShowWhenRun"], output: "Text" },
25162
26965
  "is.workflow.actions.text.replace": { name: "Replace Text", params: ["WFReplaceTextFind", "WFReplaceTextReplace", "WFReplaceTextCaseSensitive", "WFReplaceTextRegularExpression", "WFInput"], output: "Updated Text" },
25163
- "is.workflow.actions.text.split": { name: "Split Text", params: ["text", "WFTextSeparator", "WFTextCustomSeparator", "ShowWhenRun"], output: null },
26966
+ "is.workflow.actions.text.split": { name: "Split Text", params: ["text", "WFTextSeparator", "WFTextCustomSeparator", "ShowWhenRun"], output: "Split Text" },
25164
26967
  "is.workflow.actions.text.translate": { name: "Translate Text", params: ["WFSelectedFromLanguage", "WFSelectedLanguage", "WFInputText"], output: "Translated Text" },
25165
26968
  "is.workflow.actions.text.trimwhitespace": { name: "Trim Whitespace", params: ["WFInput"], output: "Updated Text" },
25166
26969
  "is.workflow.actions.timer.start": { name: "Start Timer", params: ["IntentAppDefinition", "WFDuration"], output: null },
@@ -26778,7 +28581,7 @@ var ACTIONS = {
26778
28581
  };
26779
28582
  // data/provenance.json
26780
28583
  var provenance_default = {
26781
- extractedAt: "2026-09-04T12:13:25Z",
28584
+ extractedAt: "2026-09-04T12:23:11Z",
26782
28585
  macOS: { version: "27.0", build: "26A5421a", arch: "arm64" },
26783
28586
  shortcutsApp: { version: "10.0", build: "5037.0.17" },
26784
28587
  workflowKit: "10.0",
@@ -26927,6 +28730,25 @@ class Shortcut {
26927
28730
  endRepeatEach(gid) {
26928
28731
  this.action("is.workflow.actions.repeat.each", { GroupingIdentifier: gid, WFControlFlowMode: 2 });
26929
28732
  }
28733
+ repeatCount(count) {
28734
+ const gid = uuid();
28735
+ this.action("is.workflow.actions.repeat.count", { GroupingIdentifier: gid, WFControlFlowMode: 0, WFRepeatCount: count });
28736
+ return gid;
28737
+ }
28738
+ endRepeatCount(gid) {
28739
+ this.action("is.workflow.actions.repeat.count", { GroupingIdentifier: gid, WFControlFlowMode: 2 });
28740
+ }
28741
+ chooseFromMenu(prompt, items) {
28742
+ const gid = uuid();
28743
+ this.action("is.workflow.actions.choosefrommenu", { GroupingIdentifier: gid, WFControlFlowMode: 0, WFMenuPrompt: prompt, WFMenuItems: items });
28744
+ return gid;
28745
+ }
28746
+ menuItem(gid, title) {
28747
+ this.action("is.workflow.actions.choosefrommenu", { GroupingIdentifier: gid, WFControlFlowMode: 1, WFMenuItemTitle: title });
28748
+ }
28749
+ endMenu(gid) {
28750
+ this.action("is.workflow.actions.choosefrommenu", { GroupingIdentifier: gid, WFControlFlowMode: 2 });
28751
+ }
26930
28752
  toPlist() {
26931
28753
  const actions2 = this.actions.map(({ outputName: _o, ...a }) => a);
26932
28754
  return {