shortcutkit 0.3.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: {
@@ -213,7 +384,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
213
384
  Name: "Unknown Action",
214
385
  NameSource: "ToolKit",
215
386
  Output: {
216
- DisclosureLevel: "Public"
387
+ DisclosureLevel: "Public",
388
+ OutputName: "Unknown Action",
389
+ OutputNameSource: "WFAction"
217
390
  }
218
391
  },
219
392
  "com.apple.TVRemoteUIService.LaunchRemoteIntent": {
@@ -228,7 +401,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
228
401
  Name: "Unknown Action",
229
402
  NameSource: "ToolKit",
230
403
  Output: {
231
- DisclosureLevel: "Public"
404
+ DisclosureLevel: "Public",
405
+ OutputName: "Unknown Action",
406
+ OutputNameSource: "WFAction"
232
407
  }
233
408
  },
234
409
  "com.apple.TVRemoteUIService.LaunchScreenSaverIntent": {
@@ -243,7 +418,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
243
418
  Name: "Unknown Action",
244
419
  NameSource: "ToolKit",
245
420
  Output: {
246
- DisclosureLevel: "Public"
421
+ DisclosureLevel: "Public",
422
+ OutputName: "Unknown Action",
423
+ OutputNameSource: "WFAction"
247
424
  }
248
425
  },
249
426
  "com.apple.TVRemoteUIService.PauseContentIntent": {
@@ -259,7 +436,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
259
436
  Name: "Unknown Action",
260
437
  NameSource: "ToolKit",
261
438
  Output: {
262
- DisclosureLevel: "Public"
439
+ DisclosureLevel: "Public",
440
+ OutputName: "Unknown Action",
441
+ OutputNameSource: "WFAction"
263
442
  }
264
443
  },
265
444
  "com.apple.TVRemoteUIService.ReduceLoudSoundsIntent": {
@@ -275,7 +454,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
275
454
  Name: "Unknown Action",
276
455
  NameSource: "ToolKit",
277
456
  Output: {
278
- DisclosureLevel: "Public"
457
+ DisclosureLevel: "Public",
458
+ OutputName: "Unknown Action",
459
+ OutputNameSource: "WFAction"
279
460
  }
280
461
  },
281
462
  "com.apple.TVRemoteUIService.SkipContentIntent": {
@@ -291,7 +472,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
291
472
  Name: "Unknown Action",
292
473
  NameSource: "ToolKit",
293
474
  Output: {
294
- DisclosureLevel: "Public"
475
+ DisclosureLevel: "Public",
476
+ OutputName: "Unknown Action",
477
+ OutputNameSource: "WFAction"
295
478
  }
296
479
  },
297
480
  "com.apple.TVRemoteUIService.SleepAppleTVIntent": {
@@ -306,7 +489,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
306
489
  Name: "Unknown Action",
307
490
  NameSource: "ToolKit",
308
491
  Output: {
309
- DisclosureLevel: "Public"
492
+ DisclosureLevel: "Public",
493
+ OutputName: "Unknown Action",
494
+ OutputNameSource: "WFAction"
310
495
  }
311
496
  },
312
497
  "com.apple.TVRemoteUIService.SwitchUserAccountIntent": {
@@ -321,7 +506,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
321
506
  Name: "Unknown Action",
322
507
  NameSource: "ToolKit",
323
508
  Output: {
324
- DisclosureLevel: "Public"
509
+ DisclosureLevel: "Public",
510
+ OutputName: "Unknown Action",
511
+ OutputNameSource: "WFAction"
325
512
  }
326
513
  },
327
514
  "com.apple.TVRemoteUIService.ToggleCaptionsIntent": {
@@ -337,7 +524,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
337
524
  Name: "Unknown Action",
338
525
  NameSource: "ToolKit",
339
526
  Output: {
340
- DisclosureLevel: "Public"
527
+ DisclosureLevel: "Public",
528
+ OutputName: "Unknown Action",
529
+ OutputNameSource: "WFAction"
341
530
  }
342
531
  },
343
532
  "com.apple.TVRemoteUIService.ToggleSystemAppearanceIntent": {
@@ -351,7 +540,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
351
540
  IntentName: "ToggleSystemAppearanceIntent",
352
541
  Name: "Set Appearance on Apple TV",
353
542
  Output: {
354
- DisclosureLevel: "Public"
543
+ DisclosureLevel: "Public",
544
+ OutputName: "Set Appearance on Apple TV",
545
+ OutputNameSource: "WFAction"
355
546
  }
356
547
  },
357
548
  "com.apple.TVRemoteUIService.WakeAppleTVIntent": {
@@ -366,7 +557,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
366
557
  Name: "Unknown Action",
367
558
  NameSource: "ToolKit",
368
559
  Output: {
369
- DisclosureLevel: "Public"
560
+ DisclosureLevel: "Public",
561
+ OutputName: "Unknown Action",
562
+ OutputNameSource: "WFAction"
370
563
  }
371
564
  },
372
565
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundIntent": {
@@ -381,7 +574,32 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
381
574
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundIntent",
382
575
  IntentName: "UASetBackgroundSoundIntent",
383
576
  Name: "Change Background Sound",
384
- NameSource: "ToolKit"
577
+ NameSource: "ToolKit",
578
+ Parameters: [
579
+ {
580
+ Items: [
581
+ "Airplane",
582
+ "Babble",
583
+ "BalancedNoise",
584
+ "Boat",
585
+ "BrightNoise",
586
+ "Bus",
587
+ "DarkNoise",
588
+ "Fire",
589
+ "Night",
590
+ "Ocean",
591
+ "QuietNight",
592
+ "Rain",
593
+ "RainOnRoof",
594
+ "Steam",
595
+ "Stream",
596
+ "Train"
597
+ ],
598
+ Key: "backgroundSound",
599
+ Label: "Background Sound",
600
+ Source: "ToolKit"
601
+ }
602
+ ]
385
603
  },
386
604
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsTimerIntent": {
387
605
  AppDefinition: {
@@ -395,7 +613,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
395
613
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsTimerIntent",
396
614
  IntentName: "UASetBackgroundSoundsTimerIntent",
397
615
  Name: "Set Background Sounds Timer Interval",
398
- NameSource: "ToolKit"
616
+ NameSource: "ToolKit",
617
+ Parameters: [
618
+ {
619
+ Items: [
620
+ "duration",
621
+ "endInterval"
622
+ ],
623
+ Key: "interval",
624
+ Label: "Interval",
625
+ Source: "ToolKit"
626
+ }
627
+ ]
399
628
  },
400
629
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsVolumeIntent": {
401
630
  AppDefinition: {
@@ -423,7 +652,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
423
652
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAccessibilityKeyboardIntent",
424
653
  IntentName: "UAToggleAccessibilityKeyboardIntent",
425
654
  Name: "Set Accessibility Keyboard",
426
- NameSource: "ToolKit"
655
+ NameSource: "ToolKit",
656
+ Parameters: [
657
+ {
658
+ Items: [
659
+ "toggle",
660
+ "turn"
661
+ ],
662
+ Key: "operation",
663
+ Label: "Operation",
664
+ Source: "ToolKit"
665
+ }
666
+ ]
427
667
  },
428
668
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAlternatePointerActionsIntent": {
429
669
  AppDefinition: {
@@ -437,7 +677,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
437
677
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAlternatePointerActionsIntent",
438
678
  IntentName: "UAToggleAlternatePointerActionsIntent",
439
679
  Name: "Set Alternate Pointer Actions",
440
- NameSource: "ToolKit"
680
+ NameSource: "ToolKit",
681
+ Parameters: [
682
+ {
683
+ Items: [
684
+ "toggle",
685
+ "turn"
686
+ ],
687
+ Key: "operation",
688
+ Label: "Operation",
689
+ Source: "ToolKit"
690
+ }
691
+ ]
441
692
  },
442
693
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAudioDescriptionsIntent": {
443
694
  AppDefinition: {
@@ -451,7 +702,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
451
702
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleAudioDescriptionsIntent",
452
703
  IntentName: "UAToggleAudioDescriptionsIntent",
453
704
  Name: "Set Audio Descriptions",
454
- NameSource: "ToolKit"
705
+ NameSource: "ToolKit",
706
+ Parameters: [
707
+ {
708
+ Items: [
709
+ "toggle",
710
+ "turn"
711
+ ],
712
+ Key: "operation",
713
+ Label: "Operation",
714
+ Source: "ToolKit"
715
+ }
716
+ ]
455
717
  },
456
718
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleBackgroundSoundsIntent": {
457
719
  AppDefinition: {
@@ -465,7 +727,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
465
727
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleBackgroundSoundsIntent",
466
728
  IntentName: "UAToggleBackgroundSoundsIntent",
467
729
  Name: "Toggle Background Sounds",
468
- NameSource: "ToolKit"
730
+ NameSource: "ToolKit",
731
+ Parameters: [
732
+ {
733
+ Items: [
734
+ "toggle",
735
+ "turn"
736
+ ],
737
+ Key: "operation",
738
+ Label: "Operation",
739
+ Source: "ToolKit"
740
+ }
741
+ ]
469
742
  },
470
743
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleCaptionsIntent": {
471
744
  AppDefinition: {
@@ -479,7 +752,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
479
752
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleCaptionsIntent",
480
753
  IntentName: "UAToggleCaptionsIntent",
481
754
  Name: "Set Closed Captions+SDH",
482
- NameSource: "ToolKit"
755
+ NameSource: "ToolKit",
756
+ Parameters: [
757
+ {
758
+ Items: [
759
+ "toggle",
760
+ "turn"
761
+ ],
762
+ Key: "operation",
763
+ Label: "Operation",
764
+ Source: "ToolKit"
765
+ }
766
+ ]
483
767
  },
484
768
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleClassicInvertIntent": {
485
769
  AppDefinition: {
@@ -493,7 +777,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
493
777
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleClassicInvertIntent",
494
778
  IntentName: "UAToggleClassicInvertIntent",
495
779
  Name: "Set Classic Invert",
496
- NameSource: "ToolKit"
780
+ NameSource: "ToolKit",
781
+ Parameters: [
782
+ {
783
+ Items: [
784
+ "toggle",
785
+ "turn"
786
+ ],
787
+ Key: "operation",
788
+ Label: "Operation",
789
+ Source: "ToolKit"
790
+ }
791
+ ]
497
792
  },
498
793
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleColorFiltersIntent": {
499
794
  AppDefinition: {
@@ -507,7 +802,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
507
802
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleColorFiltersIntent",
508
803
  IntentName: "UAToggleColorFiltersIntent",
509
804
  Name: "Set Color Filters",
510
- NameSource: "ToolKit"
805
+ NameSource: "ToolKit",
806
+ Parameters: [
807
+ {
808
+ Items: [
809
+ "toggle",
810
+ "turn"
811
+ ],
812
+ Key: "operation",
813
+ Label: "Operation",
814
+ Source: "ToolKit"
815
+ }
816
+ ]
511
817
  },
512
818
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleContrastIntent": {
513
819
  AppDefinition: {
@@ -521,7 +827,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
521
827
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleContrastIntent",
522
828
  IntentName: "UAToggleContrastIntent",
523
829
  Name: "Set Increase Contrast",
524
- NameSource: "ToolKit"
830
+ NameSource: "ToolKit",
831
+ Parameters: [
832
+ {
833
+ Items: [
834
+ "toggle",
835
+ "turn"
836
+ ],
837
+ Key: "operation",
838
+ Label: "Operation",
839
+ Source: "ToolKit"
840
+ }
841
+ ]
525
842
  },
526
843
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleFullKeyboardAccessIntent": {
527
844
  AppDefinition: {
@@ -535,7 +852,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
535
852
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleFullKeyboardAccessIntent",
536
853
  IntentName: "UAToggleFullKeyboardAccessIntent",
537
854
  Name: "Set Full Keyboard Access",
538
- NameSource: "ToolKit"
855
+ NameSource: "ToolKit",
856
+ Parameters: [
857
+ {
858
+ Items: [
859
+ "toggle",
860
+ "turn"
861
+ ],
862
+ Key: "operation",
863
+ Label: "Operation",
864
+ Source: "ToolKit"
865
+ }
866
+ ]
539
867
  },
540
868
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHeadPointerIntent": {
541
869
  AppDefinition: {
@@ -549,7 +877,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
549
877
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHeadPointerIntent",
550
878
  IntentName: "UAToggleHeadPointerIntent",
551
879
  Name: "Set Head Pointer",
552
- NameSource: "ToolKit"
880
+ NameSource: "ToolKit",
881
+ Parameters: [
882
+ {
883
+ Items: [
884
+ "toggle",
885
+ "turn"
886
+ ],
887
+ Key: "operation",
888
+ Label: "Operation",
889
+ Source: "ToolKit"
890
+ }
891
+ ]
553
892
  },
554
893
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTextIntent": {
555
894
  AppDefinition: {
@@ -563,7 +902,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
563
902
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTextIntent",
564
903
  IntentName: "UAToggleHoverTextIntent",
565
904
  Name: "Set Hover Text",
566
- NameSource: "ToolKit"
905
+ NameSource: "ToolKit",
906
+ Parameters: [
907
+ {
908
+ Items: [
909
+ "toggle",
910
+ "turn"
911
+ ],
912
+ Key: "operation",
913
+ Label: "Operation",
914
+ Source: "ToolKit"
915
+ }
916
+ ]
567
917
  },
568
918
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTypingIntent": {
569
919
  AppDefinition: {
@@ -577,7 +927,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
577
927
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleHoverTypingIntent",
578
928
  IntentName: "UAToggleHoverTypingIntent",
579
929
  Name: "Set Hover Typing",
580
- NameSource: "ToolKit"
930
+ NameSource: "ToolKit",
931
+ Parameters: [
932
+ {
933
+ Items: [
934
+ "toggle",
935
+ "turn"
936
+ ],
937
+ Key: "operation",
938
+ Label: "Operation",
939
+ Source: "ToolKit"
940
+ }
941
+ ]
581
942
  },
582
943
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveCaptionsIntent": {
583
944
  AppDefinition: {
@@ -591,7 +952,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
591
952
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveCaptionsIntent",
592
953
  IntentName: "UAToggleLiveCaptionsIntent",
593
954
  Name: "Set Live Captions",
594
- NameSource: "ToolKit"
955
+ NameSource: "ToolKit",
956
+ Parameters: [
957
+ {
958
+ Items: [
959
+ "toggle",
960
+ "turn"
961
+ ],
962
+ Key: "operation",
963
+ Label: "Operation",
964
+ Source: "ToolKit"
965
+ }
966
+ ]
595
967
  },
596
968
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveSpeechIntent": {
597
969
  AppDefinition: {
@@ -605,7 +977,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
605
977
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleLiveSpeechIntent",
606
978
  IntentName: "UAToggleLiveSpeechIntent",
607
979
  Name: "Set Live Speech",
608
- NameSource: "ToolKit"
980
+ NameSource: "ToolKit",
981
+ Parameters: [
982
+ {
983
+ Items: [
984
+ "toggle",
985
+ "turn"
986
+ ],
987
+ Key: "operation",
988
+ Label: "Operation",
989
+ Source: "ToolKit"
990
+ }
991
+ ]
609
992
  },
610
993
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMonoAudioIntent": {
611
994
  AppDefinition: {
@@ -619,7 +1002,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
619
1002
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMonoAudioIntent",
620
1003
  IntentName: "UAToggleMonoAudioIntent",
621
1004
  Name: "Set Mono Audio",
622
- NameSource: "ToolKit"
1005
+ NameSource: "ToolKit",
1006
+ Parameters: [
1007
+ {
1008
+ Items: [
1009
+ "toggle",
1010
+ "turn"
1011
+ ],
1012
+ Key: "operation",
1013
+ Label: "Operation",
1014
+ Source: "ToolKit"
1015
+ }
1016
+ ]
623
1017
  },
624
1018
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMotionCuesIntent": {
625
1019
  AppDefinition: {
@@ -633,7 +1027,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
633
1027
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMotionCuesIntent",
634
1028
  IntentName: "UAToggleMotionCuesIntent",
635
1029
  Name: "Set Motion Cues",
636
- NameSource: "ToolKit"
1030
+ NameSource: "ToolKit",
1031
+ Parameters: [
1032
+ {
1033
+ Items: [
1034
+ "toggle",
1035
+ "turn"
1036
+ ],
1037
+ Key: "operation",
1038
+ Label: "Operation",
1039
+ Source: "ToolKit"
1040
+ }
1041
+ ]
637
1042
  },
638
1043
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMouseKeysIntent": {
639
1044
  AppDefinition: {
@@ -647,7 +1052,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
647
1052
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleMouseKeysIntent",
648
1053
  IntentName: "UAToggleMouseKeysIntent",
649
1054
  Name: "Set Mouse Keys",
650
- NameSource: "ToolKit"
1055
+ NameSource: "ToolKit",
1056
+ Parameters: [
1057
+ {
1058
+ Items: [
1059
+ "toggle",
1060
+ "turn"
1061
+ ],
1062
+ Key: "operation",
1063
+ Label: "Operation",
1064
+ Source: "ToolKit"
1065
+ }
1066
+ ]
651
1067
  },
652
1068
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleReduceMotionIntent": {
653
1069
  AppDefinition: {
@@ -661,7 +1077,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
661
1077
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleReduceMotionIntent",
662
1078
  IntentName: "UAToggleReduceMotionIntent",
663
1079
  Name: "Set Reduce Motion",
664
- NameSource: "ToolKit"
1080
+ NameSource: "ToolKit",
1081
+ Parameters: [
1082
+ {
1083
+ Items: [
1084
+ "toggle",
1085
+ "turn"
1086
+ ],
1087
+ Key: "operation",
1088
+ Label: "Operation",
1089
+ Source: "ToolKit"
1090
+ }
1091
+ ]
665
1092
  },
666
1093
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSlowKeysIntent": {
667
1094
  AppDefinition: {
@@ -675,7 +1102,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
675
1102
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSlowKeysIntent",
676
1103
  IntentName: "UAToggleSlowKeysIntent",
677
1104
  Name: "Set Slow Keys",
678
- NameSource: "ToolKit"
1105
+ NameSource: "ToolKit",
1106
+ Parameters: [
1107
+ {
1108
+ Items: [
1109
+ "toggle",
1110
+ "turn"
1111
+ ],
1112
+ Key: "operation",
1113
+ Label: "Operation",
1114
+ Source: "ToolKit"
1115
+ }
1116
+ ]
679
1117
  },
680
1118
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSmartInvertIntent": {
681
1119
  AppDefinition: {
@@ -689,7 +1127,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
689
1127
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSmartInvertIntent",
690
1128
  IntentName: "UAToggleSmartInvertIntent",
691
1129
  Name: "Set Smart Invert",
692
- NameSource: "ToolKit"
1130
+ NameSource: "ToolKit",
1131
+ Parameters: [
1132
+ {
1133
+ Items: [
1134
+ "toggle",
1135
+ "turn"
1136
+ ],
1137
+ Key: "operation",
1138
+ Label: "Operation",
1139
+ Source: "ToolKit"
1140
+ }
1141
+ ]
693
1142
  },
694
1143
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleStickyKeysIntent": {
695
1144
  AppDefinition: {
@@ -703,7 +1152,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
703
1152
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleStickyKeysIntent",
704
1153
  IntentName: "UAToggleStickyKeysIntent",
705
1154
  Name: "Set Sticky Keys",
706
- NameSource: "ToolKit"
1155
+ NameSource: "ToolKit",
1156
+ Parameters: [
1157
+ {
1158
+ Items: [
1159
+ "toggle",
1160
+ "turn"
1161
+ ],
1162
+ Key: "operation",
1163
+ Label: "Operation",
1164
+ Source: "ToolKit"
1165
+ }
1166
+ ]
707
1167
  },
708
1168
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSwitchControlIntent": {
709
1169
  AppDefinition: {
@@ -717,7 +1177,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
717
1177
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleSwitchControlIntent",
718
1178
  IntentName: "UAToggleSwitchControlIntent",
719
1179
  Name: "Set Switch Control",
720
- NameSource: "ToolKit"
1180
+ NameSource: "ToolKit",
1181
+ Parameters: [
1182
+ {
1183
+ Items: [
1184
+ "toggle",
1185
+ "turn"
1186
+ ],
1187
+ Key: "operation",
1188
+ Label: "Operation",
1189
+ Source: "ToolKit"
1190
+ }
1191
+ ]
721
1192
  },
722
1193
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleTransparencyIntent": {
723
1194
  AppDefinition: {
@@ -731,7 +1202,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
731
1202
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleTransparencyIntent",
732
1203
  IntentName: "UAToggleTransparencyIntent",
733
1204
  Name: "Set Reduce Transparency",
734
- NameSource: "ToolKit"
1205
+ NameSource: "ToolKit",
1206
+ Parameters: [
1207
+ {
1208
+ Items: [
1209
+ "toggle",
1210
+ "turn"
1211
+ ],
1212
+ Key: "operation",
1213
+ Label: "Operation",
1214
+ Source: "ToolKit"
1215
+ }
1216
+ ]
735
1217
  },
736
1218
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceControlIntent": {
737
1219
  AppDefinition: {
@@ -745,7 +1227,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
745
1227
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceControlIntent",
746
1228
  IntentName: "UAToggleVoiceControlIntent",
747
1229
  Name: "Set Voice Control",
748
- NameSource: "ToolKit"
1230
+ NameSource: "ToolKit",
1231
+ Parameters: [
1232
+ {
1233
+ Items: [
1234
+ "toggle",
1235
+ "turn"
1236
+ ],
1237
+ Key: "operation",
1238
+ Label: "Operation",
1239
+ Source: "ToolKit"
1240
+ }
1241
+ ]
749
1242
  },
750
1243
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceOverIntent": {
751
1244
  AppDefinition: {
@@ -759,7 +1252,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
759
1252
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleVoiceOverIntent",
760
1253
  IntentName: "UAToggleVoiceOverIntent",
761
1254
  Name: "Set VoiceOver",
762
- NameSource: "ToolKit"
1255
+ NameSource: "ToolKit",
1256
+ Parameters: [
1257
+ {
1258
+ Items: [
1259
+ "toggle",
1260
+ "turn"
1261
+ ],
1262
+ Key: "operation",
1263
+ Label: "Operation",
1264
+ Source: "ToolKit"
1265
+ }
1266
+ ]
763
1267
  },
764
1268
  "com.apple.UniversalAccess.UASettingsShortcuts.UAToggleZoomIntent": {
765
1269
  AppDefinition: {
@@ -773,7 +1277,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
773
1277
  IntentIdentifier: "sirikit.intents.custom.com.apple.UniversalAccess.UASettingsShortcuts.UAToggleZoomIntent",
774
1278
  IntentName: "UAToggleZoomIntent",
775
1279
  Name: "Set Zoom",
776
- NameSource: "ToolKit"
1280
+ NameSource: "ToolKit",
1281
+ Parameters: [
1282
+ {
1283
+ Items: [
1284
+ "toggle",
1285
+ "turn"
1286
+ ],
1287
+ Key: "operation",
1288
+ Label: "Operation",
1289
+ Source: "ToolKit"
1290
+ }
1291
+ ]
777
1292
  },
778
1293
  "com.apple.facetime.facetime": {
779
1294
  ActionClass: "WFStartCallAction",
@@ -2026,7 +2541,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2026
2541
  InputPassthrough: false,
2027
2542
  Name: "Show Quick Reminder",
2028
2543
  Output: {
2029
- DisclosureLevel: "Public"
2544
+ DisclosureLevel: "Public",
2545
+ OutputName: "Show Quick Reminder",
2546
+ OutputNameSource: "WFAction"
2030
2547
  },
2031
2548
  Parameters: [],
2032
2549
  RequiredResources: [
@@ -2353,7 +2870,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2353
2870
  state: {
2354
2871
  Key: "OnValue"
2355
2872
  }
2356
- }
2873
+ },
2874
+ Parameters: [
2875
+ {
2876
+ Items: [
2877
+ "set",
2878
+ "toggle"
2879
+ ],
2880
+ Key: "operation",
2881
+ Label: "Operation",
2882
+ Source: "ToolKit"
2883
+ }
2884
+ ]
2357
2885
  },
2358
2886
  "is.workflow.actions.alert": {
2359
2887
  ActionClass: "WFAlertAction",
@@ -2426,6 +2954,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2426
2954
  Key: "OnValue"
2427
2955
  }
2428
2956
  },
2957
+ Parameters: [
2958
+ {
2959
+ Items: [
2960
+ "set",
2961
+ "toggle"
2962
+ ],
2963
+ Key: "operation",
2964
+ Label: "Operation",
2965
+ Source: "ToolKit"
2966
+ }
2967
+ ],
2429
2968
  RequiredResources: [
2430
2969
  {
2431
2970
  resource: "WFDeviceIdiomResource"
@@ -2455,6 +2994,26 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2455
2994
  Prompt: "Style"
2456
2995
  }
2457
2996
  },
2997
+ Parameters: [
2998
+ {
2999
+ Items: [
3000
+ "set",
3001
+ "toggle"
3002
+ ],
3003
+ Key: "operation",
3004
+ Label: "Operation",
3005
+ Source: "ToolKit"
3006
+ },
3007
+ {
3008
+ Items: [
3009
+ "dark",
3010
+ "light"
3011
+ ],
3012
+ Key: "style",
3013
+ Label: "Appearance",
3014
+ Source: "ToolKit"
3015
+ }
3016
+ ],
2458
3017
  ResidentCompatible: false
2459
3018
  },
2460
3019
  "is.workflow.actions.appendvariable": {
@@ -2519,6 +3078,8 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2519
3078
  Output: {
2520
3079
  DisclosureLevel: "Public",
2521
3080
  Multiple: false,
3081
+ OutputName: "Provided Input",
3082
+ OutputNameSource: "WFAction",
2522
3083
  Types: [
2523
3084
  "NSString",
2524
3085
  "NSDecimalNumber",
@@ -2608,6 +3169,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2608
3169
  ParameterSummary: {
2609
3170
  format: "Ask for ${WFInputType} with ${WFAskActionPrompt}"
2610
3171
  },
3172
+ Parameters: [
3173
+ {
3174
+ Items: [
3175
+ "Date",
3176
+ "Date and Time",
3177
+ "Number",
3178
+ "Text",
3179
+ "Time",
3180
+ "URL"
3181
+ ],
3182
+ Key: "WFInputType",
3183
+ Label: "Input Type",
3184
+ Source: "ToolKit"
3185
+ }
3186
+ ],
2611
3187
  RequiredResources: [
2612
3188
  "WFUserInteractionResource"
2613
3189
  ],
@@ -2915,7 +3491,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2915
3491
  state: {
2916
3492
  Key: "OnValue"
2917
3493
  }
2918
- }
3494
+ },
3495
+ Parameters: [
3496
+ {
3497
+ Items: [
3498
+ "set",
3499
+ "toggle"
3500
+ ],
3501
+ Key: "operation",
3502
+ Label: "Operation",
3503
+ Source: "ToolKit"
3504
+ }
3505
+ ]
2919
3506
  },
2920
3507
  "is.workflow.actions.calculateexpression": {
2921
3508
  ActionClass: "WFCalculateExpressionAction",
@@ -2981,6 +3568,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
2981
3568
  Key: "OnValue"
2982
3569
  }
2983
3570
  },
3571
+ Parameters: [
3572
+ {
3573
+ Items: [
3574
+ "set",
3575
+ "toggle"
3576
+ ],
3577
+ Key: "operation",
3578
+ Label: "Operation",
3579
+ Source: "ToolKit"
3580
+ }
3581
+ ],
2984
3582
  RequiredResources: [
2985
3583
  {
2986
3584
  resource: "WFDeviceCapabilityResource"
@@ -3439,7 +4037,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
3439
4037
  Name: "Correct Spelling",
3440
4038
  NameSource: "ToolKit",
3441
4039
  Output: {
3442
- DisclosureLevel: "Public"
4040
+ DisclosureLevel: "Public",
4041
+ OutputName: "Corrected Spelling",
4042
+ OutputNameSource: "WFAction"
3443
4043
  },
3444
4044
  ResidentCompatible: true
3445
4045
  },
@@ -4415,6 +5015,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
4415
5015
  Prompt: "State"
4416
5016
  }
4417
5017
  },
5018
+ Parameters: [
5019
+ {
5020
+ Items: [
5021
+ "set",
5022
+ "toggle"
5023
+ ],
5024
+ Key: "operation",
5025
+ Label: "Operation",
5026
+ Source: "ToolKit"
5027
+ }
5028
+ ],
4418
5029
  RequiredResources: [
4419
5030
  {
4420
5031
  resource: "WFDeviceCapabilityResource"
@@ -6676,6 +7287,37 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6676
7287
  },
6677
7288
  LocallyProcessesData: true,
6678
7289
  Name: "Find Apps",
7290
+ Parameters: [
7291
+ {
7292
+ Items: [
7293
+ "0",
7294
+ "1"
7295
+ ],
7296
+ Key: "WFCompoundType",
7297
+ Label: null,
7298
+ Source: "ToolKit"
7299
+ },
7300
+ {
7301
+ Items: [
7302
+ "Library"
7303
+ ],
7304
+ Key: "WFContentItemInputParameter",
7305
+ Label: "apps",
7306
+ Source: "ToolKit"
7307
+ },
7308
+ {
7309
+ Items: [
7310
+ "Bundle Identifier",
7311
+ "Launch Date",
7312
+ "Name",
7313
+ "Process Identifier",
7314
+ "Random"
7315
+ ],
7316
+ Key: "WFContentItemSortProperty",
7317
+ Label: "Sort by",
7318
+ Source: "ToolKit"
7319
+ }
7320
+ ],
6679
7321
  RequiredResources: [
6680
7322
  {
6681
7323
  resource: "WFDeviceIdiomResource"
@@ -6695,8 +7337,34 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6695
7337
  LocallyProcessesData: true,
6696
7338
  Name: "Filter Articles",
6697
7339
  Output: {
6698
- DisclosureLevel: "Public"
7340
+ DisclosureLevel: "Public",
7341
+ OutputName: "Articles",
7342
+ OutputNameSource: "WFAction"
6699
7343
  },
7344
+ Parameters: [
7345
+ {
7346
+ Items: [
7347
+ "0",
7348
+ "1"
7349
+ ],
7350
+ Key: "WFCompoundType",
7351
+ Label: null,
7352
+ Source: "ToolKit"
7353
+ },
7354
+ {
7355
+ Items: [
7356
+ "Author",
7357
+ "Name",
7358
+ "Number of Words",
7359
+ "Published Date",
7360
+ "Random",
7361
+ "Title"
7362
+ ],
7363
+ Key: "WFContentItemSortProperty",
7364
+ Label: "Sort by",
7365
+ Source: "ToolKit"
7366
+ }
7367
+ ],
6700
7368
  WFContentItemClass: "WFArticleContentItem"
6701
7369
  },
6702
7370
  "is.workflow.actions.filter.calendarevents": {
@@ -6707,6 +7375,45 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6707
7375
  FillingProvider: "WFBundledActionProvider",
6708
7376
  LocallyProcessesData: true,
6709
7377
  Name: "Find Calendar Events",
7378
+ Parameters: [
7379
+ {
7380
+ Items: [
7381
+ "0",
7382
+ "1"
7383
+ ],
7384
+ Key: "WFCompoundType",
7385
+ Label: null,
7386
+ Source: "ToolKit"
7387
+ },
7388
+ {
7389
+ Items: [
7390
+ "Library"
7391
+ ],
7392
+ Key: "WFContentItemInputParameter",
7393
+ Label: "calendar events",
7394
+ Source: "ToolKit"
7395
+ },
7396
+ {
7397
+ Items: [
7398
+ "Calendar",
7399
+ "Creation Date",
7400
+ "Duration",
7401
+ "End Date",
7402
+ "File Extension",
7403
+ "File Path",
7404
+ "Last Modified Date",
7405
+ "My Status",
7406
+ "Name",
7407
+ "Number of Attendees",
7408
+ "Random",
7409
+ "Start Date",
7410
+ "Title"
7411
+ ],
7412
+ Key: "WFContentItemSortProperty",
7413
+ Label: "Sort by",
7414
+ Source: "ToolKit"
7415
+ }
7416
+ ],
6710
7417
  RequiredResources: [
6711
7418
  "WFCalendarAccessResource",
6712
7419
  "WFContactAccessResource"
@@ -6723,6 +7430,51 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6723
7430
  FillingProvider: "WFBundledActionProvider",
6724
7431
  LocallyProcessesData: true,
6725
7432
  Name: "Find Contacts",
7433
+ Parameters: [
7434
+ {
7435
+ Items: [
7436
+ "0",
7437
+ "1"
7438
+ ],
7439
+ Key: "WFCompoundType",
7440
+ Label: null,
7441
+ Source: "ToolKit"
7442
+ },
7443
+ {
7444
+ Items: [
7445
+ "Library"
7446
+ ],
7447
+ Key: "WFContentItemInputParameter",
7448
+ Label: "contacts",
7449
+ Source: "ToolKit"
7450
+ },
7451
+ {
7452
+ Items: [
7453
+ "Birthday",
7454
+ "Company",
7455
+ "Creation Date",
7456
+ "Department",
7457
+ "File Extension",
7458
+ "File Path",
7459
+ "First Name",
7460
+ "Job Title",
7461
+ "Last Modified Date",
7462
+ "Last Name",
7463
+ "Middle Name",
7464
+ "Name",
7465
+ "Nickname",
7466
+ "Phonetic First Name",
7467
+ "Phonetic Last Name",
7468
+ "Phonetic Middle Name",
7469
+ "Prefix",
7470
+ "Random",
7471
+ "Suffix"
7472
+ ],
7473
+ Key: "WFContentItemSortProperty",
7474
+ Label: "Sort by",
7475
+ Source: "ToolKit"
7476
+ }
7477
+ ],
6726
7478
  RequiredResources: [
6727
7479
  "WFContactAccessResource"
6728
7480
  ],
@@ -6741,6 +7493,35 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6741
7493
  },
6742
7494
  LocallyProcessesData: true,
6743
7495
  Name: "Find Displays",
7496
+ Parameters: [
7497
+ {
7498
+ Items: [
7499
+ "0",
7500
+ "1"
7501
+ ],
7502
+ Key: "WFCompoundType",
7503
+ Label: null,
7504
+ Source: "ToolKit"
7505
+ },
7506
+ {
7507
+ Items: [
7508
+ "Library"
7509
+ ],
7510
+ Key: "WFContentItemInputParameter",
7511
+ Label: "displays",
7512
+ Source: "ToolKit"
7513
+ },
7514
+ {
7515
+ Items: [
7516
+ "Name",
7517
+ "Random",
7518
+ "Scale"
7519
+ ],
7520
+ Key: "WFContentItemSortProperty",
7521
+ Label: "Sort by",
7522
+ Source: "ToolKit"
7523
+ }
7524
+ ],
6744
7525
  RequiredResources: [
6745
7526
  {
6746
7527
  resource: "WFDeviceIdiomResource"
@@ -6757,6 +7538,30 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6757
7538
  FillingProvider: "WFBundledActionProvider",
6758
7539
  LocallyProcessesData: true,
6759
7540
  Name: "Filter Event Attendees",
7541
+ Parameters: [
7542
+ {
7543
+ Items: [
7544
+ "0",
7545
+ "1"
7546
+ ],
7547
+ Key: "WFCompoundType",
7548
+ Label: null,
7549
+ Source: "ToolKit"
7550
+ },
7551
+ {
7552
+ Items: [
7553
+ "Email Address",
7554
+ "Name",
7555
+ "Random",
7556
+ "Role",
7557
+ "Status",
7558
+ "Type"
7559
+ ],
7560
+ Key: "WFContentItemSortProperty",
7561
+ Label: "Sort by",
7562
+ Source: "ToolKit"
7563
+ }
7564
+ ],
6760
7565
  WFContentItemClass: "WFEKParticipantContentItem"
6761
7566
  },
6762
7567
  "is.workflow.actions.filter.files": {
@@ -6772,6 +7577,31 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6772
7577
  },
6773
7578
  LocallyProcessesData: true,
6774
7579
  Name: "Filter Files",
7580
+ Parameters: [
7581
+ {
7582
+ Items: [
7583
+ "0",
7584
+ "1"
7585
+ ],
7586
+ Key: "WFCompoundType",
7587
+ Label: null,
7588
+ Source: "ToolKit"
7589
+ },
7590
+ {
7591
+ Items: [
7592
+ "Creation Date",
7593
+ "File Extension",
7594
+ "File Path",
7595
+ "File Size",
7596
+ "Last Modified Date",
7597
+ "Name",
7598
+ "Random"
7599
+ ],
7600
+ Key: "WFContentItemSortProperty",
7601
+ Label: "Sort by",
7602
+ Source: "ToolKit"
7603
+ }
7604
+ ],
6775
7605
  WFContentItemClass: "WFGenericFileContentItem"
6776
7606
  },
6777
7607
  "is.workflow.actions.filter.health.quantity": {
@@ -6811,6 +7641,38 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6811
7641
  },
6812
7642
  LocallyProcessesData: true,
6813
7643
  Name: "Filter Images",
7644
+ Parameters: [
7645
+ {
7646
+ Items: [
7647
+ "0",
7648
+ "1"
7649
+ ],
7650
+ Key: "WFCompoundType",
7651
+ Label: null,
7652
+ Source: "ToolKit"
7653
+ },
7654
+ {
7655
+ Items: [
7656
+ "Creation Date",
7657
+ "Date Taken",
7658
+ "Duration",
7659
+ "File Extension",
7660
+ "File Path",
7661
+ "File Size",
7662
+ "Frame Rate",
7663
+ "Height",
7664
+ "Last Modified Date",
7665
+ "Name",
7666
+ "Orientation",
7667
+ "Random",
7668
+ "Time Taken",
7669
+ "Width"
7670
+ ],
7671
+ Key: "WFContentItemSortProperty",
7672
+ Label: "Sort by",
7673
+ Source: "ToolKit"
7674
+ }
7675
+ ],
6814
7676
  ResidentCompatible: true,
6815
7677
  WFContentItemClass: "WFImageContentItem"
6816
7678
  },
@@ -6823,8 +7685,40 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6823
7685
  LocallyProcessesData: true,
6824
7686
  Name: "Filter Locations",
6825
7687
  Output: {
6826
- DisclosureLevel: "Public"
7688
+ DisclosureLevel: "Public",
7689
+ OutputName: "Locations",
7690
+ OutputNameSource: "WFAction"
6827
7691
  },
7692
+ Parameters: [
7693
+ {
7694
+ Items: [
7695
+ "0",
7696
+ "1"
7697
+ ],
7698
+ Key: "WFCompoundType",
7699
+ Label: null,
7700
+ Source: "ToolKit"
7701
+ },
7702
+ {
7703
+ Items: [
7704
+ "Altitude",
7705
+ "City",
7706
+ "Country",
7707
+ "Label",
7708
+ "Latitude",
7709
+ "Longitude",
7710
+ "Name",
7711
+ "Phone Number",
7712
+ "Random",
7713
+ "State",
7714
+ "Street",
7715
+ "ZIP Code"
7716
+ ],
7717
+ Key: "WFContentItemSortProperty",
7718
+ Label: "Sort by",
7719
+ Source: "ToolKit"
7720
+ }
7721
+ ],
6828
7722
  ResidentCompatible: true,
6829
7723
  WFContentItemClass: "WFLocationContentItem"
6830
7724
  },
@@ -6843,6 +7737,51 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6843
7737
  },
6844
7738
  LocallyProcessesData: true,
6845
7739
  Name: "Find Music",
7740
+ Parameters: [
7741
+ {
7742
+ Items: [
7743
+ "0",
7744
+ "1"
7745
+ ],
7746
+ Key: "WFCompoundType",
7747
+ Label: null,
7748
+ Source: "ToolKit"
7749
+ },
7750
+ {
7751
+ Items: [
7752
+ "Library"
7753
+ ],
7754
+ Key: "WFContentItemInputParameter",
7755
+ Label: "music",
7756
+ Source: "ToolKit"
7757
+ },
7758
+ {
7759
+ Items: [
7760
+ "Album",
7761
+ "Album Artist",
7762
+ "Album Track #",
7763
+ "Artist",
7764
+ "Composer",
7765
+ "Date Added",
7766
+ "Disc #",
7767
+ "Duration",
7768
+ "File Path",
7769
+ "Genre",
7770
+ "Last Played Date",
7771
+ "Media Kind",
7772
+ "Name",
7773
+ "Play Count",
7774
+ "Random",
7775
+ "Rating",
7776
+ "Release Date",
7777
+ "Skip Count",
7778
+ "Title"
7779
+ ],
7780
+ Key: "WFContentItemSortProperty",
7781
+ Label: "Sort by",
7782
+ Source: "ToolKit"
7783
+ }
7784
+ ],
6846
7785
  RequiredResources: [
6847
7786
  "WFAppleMusicAccessResource"
6848
7787
  ],
@@ -6868,6 +7807,45 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6868
7807
  },
6869
7808
  LocallyProcessesData: true,
6870
7809
  Name: "Find Photos",
7810
+ Parameters: [
7811
+ {
7812
+ Items: [
7813
+ "0",
7814
+ "1"
7815
+ ],
7816
+ Key: "WFCompoundType",
7817
+ Label: null,
7818
+ Source: "ToolKit"
7819
+ },
7820
+ {
7821
+ Items: [
7822
+ "Library"
7823
+ ],
7824
+ Key: "WFContentItemInputParameter",
7825
+ Label: "photos",
7826
+ Source: "ToolKit"
7827
+ },
7828
+ {
7829
+ Items: [
7830
+ "Creation Date",
7831
+ "Date Taken",
7832
+ "Duration",
7833
+ "File Extension",
7834
+ "File Path",
7835
+ "Frame Rate",
7836
+ "Height",
7837
+ "Last Modified Date",
7838
+ "Media Type",
7839
+ "Name",
7840
+ "Random",
7841
+ "Time Taken",
7842
+ "Width"
7843
+ ],
7844
+ Key: "WFContentItemSortProperty",
7845
+ Label: "Sort by",
7846
+ Source: "ToolKit"
7847
+ }
7848
+ ],
6871
7849
  RequiredResources: [
6872
7850
  "WFPhotoAccessResource"
6873
7851
  ],
@@ -6883,6 +7861,43 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6883
7861
  FillingProvider: "WFBundledActionProvider",
6884
7862
  LocallyProcessesData: true,
6885
7863
  Name: "Find Reminders",
7864
+ Parameters: [
7865
+ {
7866
+ Items: [
7867
+ "0",
7868
+ "1"
7869
+ ],
7870
+ Key: "WFCompoundType",
7871
+ Label: null,
7872
+ Source: "ToolKit"
7873
+ },
7874
+ {
7875
+ Items: [
7876
+ "Library"
7877
+ ],
7878
+ Key: "WFContentItemInputParameter",
7879
+ Label: "reminders",
7880
+ Source: "ToolKit"
7881
+ },
7882
+ {
7883
+ Items: [
7884
+ "Completion Date",
7885
+ "Creation Date",
7886
+ "Due Date",
7887
+ "File Extension",
7888
+ "File Path",
7889
+ "Last Modified Date",
7890
+ "List",
7891
+ "Name",
7892
+ "Priority",
7893
+ "Random",
7894
+ "Title"
7895
+ ],
7896
+ Key: "WFContentItemSortProperty",
7897
+ Label: "Sort by",
7898
+ Source: "ToolKit"
7899
+ }
7900
+ ],
6886
7901
  RequiredResources: [
6887
7902
  "WFReminderAccessResource"
6888
7903
  ],
@@ -6917,6 +7932,35 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6917
7932
  "WFVPNConfiguration"
6918
7933
  ]
6919
7934
  },
7935
+ Parameters: [
7936
+ {
7937
+ Items: [
7938
+ "0",
7939
+ "1"
7940
+ ],
7941
+ Key: "WFCompoundType",
7942
+ Label: null,
7943
+ Source: "ToolKit"
7944
+ },
7945
+ {
7946
+ Items: [
7947
+ "Library"
7948
+ ],
7949
+ Key: "WFContentItemInputParameter",
7950
+ Label: "VPNs",
7951
+ Source: "ToolKit"
7952
+ },
7953
+ {
7954
+ Items: [
7955
+ "Name",
7956
+ "Random",
7957
+ "Server Address"
7958
+ ],
7959
+ Key: "WFContentItemSortProperty",
7960
+ Label: "Sort by",
7961
+ Source: "ToolKit"
7962
+ }
7963
+ ],
6920
7964
  SuggestedAsInitialAction: false,
6921
7965
  WFContentItemClass: "WFVPNContentItem"
6922
7966
  },
@@ -6933,6 +7977,40 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
6933
7977
  },
6934
7978
  LocallyProcessesData: true,
6935
7979
  Name: "Find Windows",
7980
+ Parameters: [
7981
+ {
7982
+ Items: [
7983
+ "0",
7984
+ "1"
7985
+ ],
7986
+ Key: "WFCompoundType",
7987
+ Label: null,
7988
+ Source: "ToolKit"
7989
+ },
7990
+ {
7991
+ Items: [
7992
+ "Library"
7993
+ ],
7994
+ Key: "WFContentItemInputParameter",
7995
+ Label: "windows",
7996
+ Source: "ToolKit"
7997
+ },
7998
+ {
7999
+ Items: [
8000
+ "App Name",
8001
+ "Height",
8002
+ "Name",
8003
+ "Random",
8004
+ "Width",
8005
+ "Window Index",
8006
+ "X Position",
8007
+ "Y Position"
8008
+ ],
8009
+ Key: "WFContentItemSortProperty",
8010
+ Label: "Sort by",
8011
+ Source: "ToolKit"
8012
+ }
8013
+ ],
6936
8014
  RequiredResources: [
6937
8015
  {
6938
8016
  resource: "WFDeviceIdiomResource"
@@ -7020,7 +8098,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
7020
8098
  key: "operation,WFFlashlightLevel"
7021
8099
  }
7022
8100
  ]
7023
- }
8101
+ },
8102
+ Parameters: [
8103
+ {
8104
+ Items: [
8105
+ "set",
8106
+ "toggle"
8107
+ ],
8108
+ Key: "operation",
8109
+ Label: "Operation",
8110
+ Source: "ToolKit"
8111
+ }
8112
+ ]
7024
8113
  },
7025
8114
  "is.workflow.actions.format.date": {
7026
8115
  ActionClass: "WFFormatDateAction",
@@ -7597,6 +8686,8 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
7597
8686
  IconColor: "Indigo",
7598
8687
  Name: "Get Current App",
7599
8688
  Output: {
8689
+ OutputName: "Current App",
8690
+ OutputNameSource: "WFAction",
7600
8691
  Types: [
7601
8692
  "WFApp"
7602
8693
  ]
@@ -7782,7 +8873,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
7782
8873
  InputPassthrough: true,
7783
8874
  Name: "Open Directions",
7784
8875
  Output: {
7785
- DisclosureLevel: "Public"
8876
+ DisclosureLevel: "Public",
8877
+ OutputName: "Open Directions",
8878
+ OutputNameSource: "WFAction"
7786
8879
  },
7787
8880
  ParameterSummary: {
7788
8881
  possibleValues: [
@@ -9106,6 +10199,8 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
9106
10199
  Output: {
9107
10200
  DisclosureLevel: "Public",
9108
10201
  Multiple: true,
10202
+ OutputName: "Get Parent Directory",
10203
+ OutputNameSource: "WFAction",
9109
10204
  Types: [
9110
10205
  "public.folder"
9111
10206
  ]
@@ -10357,7 +11452,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
10357
11452
  InputPassthrough: true,
10358
11453
  Name: "Open in GoodReader",
10359
11454
  Output: {
10360
- DisclosureLevel: "Public"
11455
+ DisclosureLevel: "Public",
11456
+ OutputName: "Open in GoodReader",
11457
+ OutputNameSource: "WFAction"
10361
11458
  },
10362
11459
  ParameterSummary: {
10363
11460
  format: "Open ${WFInput}"
@@ -10409,7 +11506,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
10409
11506
  IconSymbol: "ipad.and.arrow.forward",
10410
11507
  Name: "Hand Off Playback",
10411
11508
  Output: {
10412
- DisclosureLevel: "Public"
11509
+ DisclosureLevel: "Public",
11510
+ OutputName: "Hand Off Playback",
11511
+ OutputNameSource: "WFAction"
10413
11512
  },
10414
11513
  ParameterSummary: {
10415
11514
  format: "Hand off playback from ${WFSourceMediaRoute} to ${WFDestinationMediaRoute}"
@@ -11819,6 +12918,34 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
11819
12918
  WFResourceClass: "WFParameterRelationResource"
11820
12919
  }
11821
12920
  ]
12921
+ },
12922
+ {
12923
+ Items: [
12924
+ "Next Occurrence",
12925
+ "Specified Year"
12926
+ ],
12927
+ Key: "WFEventOccurrenceMode",
12928
+ Label: "Occurrence",
12929
+ Source: "ToolKit"
12930
+ },
12931
+ {
12932
+ Items: [
12933
+ "Images",
12934
+ "Live Photos",
12935
+ "Videos"
12936
+ ],
12937
+ Key: "WFPhotoPickerTypes",
12938
+ Label: "Include",
12939
+ Source: "ToolKit"
12940
+ },
12941
+ {
12942
+ Items: [
12943
+ "Files",
12944
+ "Folders"
12945
+ ],
12946
+ Key: "WFPickingMode",
12947
+ Label: "Type",
12948
+ Source: "ToolKit"
11822
12949
  }
11823
12950
  ],
11824
12951
  ResidentCompatible: true
@@ -12320,6 +13447,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
12320
13447
  Prompt: "State"
12321
13448
  }
12322
13449
  },
13450
+ Parameters: [
13451
+ {
13452
+ Items: [
13453
+ "set",
13454
+ "toggle"
13455
+ ],
13456
+ Key: "operation",
13457
+ Label: "Operation",
13458
+ Source: "ToolKit"
13459
+ }
13460
+ ],
12323
13461
  RequiredResources: [
12324
13462
  {
12325
13463
  resource: "WFDeviceIdiomResource"
@@ -13378,6 +14516,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
13378
14516
  Key: "OnValue"
13379
14517
  }
13380
14518
  },
14519
+ Parameters: [
14520
+ {
14521
+ Items: [
14522
+ "set",
14523
+ "toggle"
14524
+ ],
14525
+ Key: "operation",
14526
+ Label: "Operation",
14527
+ Source: "ToolKit"
14528
+ }
14529
+ ],
13381
14530
  RequiredResources: []
13382
14531
  },
13383
14532
  "is.workflow.actions.nothing": {
@@ -13396,6 +14545,8 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
13396
14545
  Output: {
13397
14546
  DisclosureLevel: "Public",
13398
14547
  Multiple: false,
14548
+ OutputName: "Nothing",
14549
+ OutputNameSource: "WFAction",
13399
14550
  Types: [
13400
14551
  "WFContentItem"
13401
14552
  ]
@@ -13939,6 +15090,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
13939
15090
  Key: "OnValue"
13940
15091
  }
13941
15092
  },
15093
+ Parameters: [
15094
+ {
15095
+ Items: [
15096
+ "set",
15097
+ "toggle"
15098
+ ],
15099
+ Key: "operation",
15100
+ Label: "Operation",
15101
+ Source: "ToolKit"
15102
+ }
15103
+ ],
13942
15104
  RequiredResources: [
13943
15105
  {
13944
15106
  resource: "WFDeviceIdiomResource"
@@ -14893,6 +16055,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
14893
16055
  Key: "OnValue"
14894
16056
  }
14895
16057
  },
16058
+ Parameters: [
16059
+ {
16060
+ Items: [
16061
+ "set",
16062
+ "toggle"
16063
+ ],
16064
+ Key: "operation",
16065
+ Label: "Operation",
16066
+ Source: "ToolKit"
16067
+ }
16068
+ ],
14896
16069
  RequiredResources: [
14897
16070
  {
14898
16071
  resource: "WFDeviceCapabilityResource"
@@ -15672,6 +16845,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15672
16845
  Discoverable: false,
15673
16846
  FillingProvider: "WFBundledActionProvider",
15674
16847
  Name: "Get Details of Appearance",
16848
+ Parameters: [
16849
+ {
16850
+ Items: [
16851
+ "Dark Mode Is On",
16852
+ "Inverse Appearance",
16853
+ "Name"
16854
+ ],
16855
+ Key: "WFContentItemPropertyName",
16856
+ Label: "Detail",
16857
+ Source: "ToolKit"
16858
+ }
16859
+ ],
15675
16860
  WFContentItemClass: "WFAppearanceSettingContentItem"
15676
16861
  },
15677
16862
  "is.workflow.actions.properties.appstore": {
@@ -15682,8 +16867,48 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15682
16867
  FillingProvider: "WFBundledActionProvider",
15683
16868
  Name: "Get Details of App Store App",
15684
16869
  Output: {
15685
- DisclosureLevel: "Public"
16870
+ DisclosureLevel: "Public",
16871
+ OutputName: "Details of App Store Apps",
16872
+ OutputNameSource: "WFAction"
15686
16873
  },
16874
+ Parameters: [
16875
+ {
16876
+ Items: [
16877
+ "# of Ratings",
16878
+ "# of Ratings (This Version)",
16879
+ "Artist",
16880
+ "Artwork",
16881
+ "Artwork URL",
16882
+ "Bundle Identifier",
16883
+ "Category",
16884
+ "Content Rating",
16885
+ "Currency Code",
16886
+ "Description",
16887
+ "Download Size",
16888
+ "Formatted Price",
16889
+ "Is Universal",
16890
+ "Last Updated",
16891
+ "Minimum OS Version",
16892
+ "Name",
16893
+ "Price",
16894
+ "Rating",
16895
+ "Rating (This Version)",
16896
+ "Release Date",
16897
+ "Release Notes",
16898
+ "Screenshot URLs",
16899
+ "Store ID",
16900
+ "Store URL",
16901
+ "Supported Devices",
16902
+ "Supported Languages",
16903
+ "Supports Game Center",
16904
+ "Version",
16905
+ "iPad Screenshot URLs"
16906
+ ],
16907
+ Key: "WFContentItemPropertyName",
16908
+ Label: "Detail",
16909
+ Source: "ToolKit"
16910
+ }
16911
+ ],
15687
16912
  ResidentCompatible: true,
15688
16913
  WFContentItemClass: "WFAppStoreAppContentItem"
15689
16914
  },
@@ -15697,8 +16922,28 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15697
16922
  IconSymbol: "doc.richtext.fill",
15698
16923
  Name: "Get Details of Article",
15699
16924
  Output: {
15700
- DisclosureLevel: "Public"
16925
+ DisclosureLevel: "Public",
16926
+ OutputName: "Details of Articles",
16927
+ OutputNameSource: "WFAction"
15701
16928
  },
16929
+ Parameters: [
16930
+ {
16931
+ Items: [
16932
+ "Author",
16933
+ "Body",
16934
+ "Excerpt",
16935
+ "Main Image URL",
16936
+ "Name",
16937
+ "Number of Words",
16938
+ "Published Date",
16939
+ "Title",
16940
+ "URL"
16941
+ ],
16942
+ Key: "WFContentItemPropertyName",
16943
+ Label: "Detail",
16944
+ Source: "ToolKit"
16945
+ }
16946
+ ],
15702
16947
  WFContentItemClass: "WFArticleContentItem"
15703
16948
  },
15704
16949
  "is.workflow.actions.properties.calendarevents": {
@@ -15710,8 +16955,42 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15710
16955
  LocallyProcessesData: true,
15711
16956
  Name: "Get Details of Calendar Events",
15712
16957
  Output: {
15713
- DisclosureLevel: "Public"
16958
+ DisclosureLevel: "Public",
16959
+ OutputName: "Details of Calendar Events",
16960
+ OutputNameSource: "WFAction"
15714
16961
  },
16962
+ Parameters: [
16963
+ {
16964
+ Items: [
16965
+ "Attachments",
16966
+ "Attendees",
16967
+ "Calendar",
16968
+ "Canceled",
16969
+ "Creation Date",
16970
+ "Duration",
16971
+ "End Date",
16972
+ "File Extension",
16973
+ "File Path",
16974
+ "File Size",
16975
+ "Has Alarms",
16976
+ "Is All Day",
16977
+ "Last Modified Date",
16978
+ "Location",
16979
+ "My Status",
16980
+ "Name",
16981
+ "Notes",
16982
+ "Number of Attendees",
16983
+ "Organizer",
16984
+ "Organizer Is Me",
16985
+ "Start Date",
16986
+ "Title",
16987
+ "URL"
16988
+ ],
16989
+ Key: "WFContentItemPropertyName",
16990
+ Label: "Detail",
16991
+ Source: "ToolKit"
16992
+ }
16993
+ ],
15715
16994
  ResidentCompatible: true,
15716
16995
  WFContentItemClass: "WFCalendarEventContentItem"
15717
16996
  },
@@ -15722,6 +17001,41 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15722
17001
  },
15723
17002
  FillingProvider: "WFBundledActionProvider",
15724
17003
  Name: "Get Details of Contacts",
17004
+ Parameters: [
17005
+ {
17006
+ Items: [
17007
+ "Birthday",
17008
+ "Company",
17009
+ "Contact Photo",
17010
+ "Creation Date",
17011
+ "Department",
17012
+ "Email Addresses",
17013
+ "File Extension",
17014
+ "File Path",
17015
+ "File Size",
17016
+ "First Name",
17017
+ "Job Title",
17018
+ "Last Modified Date",
17019
+ "Last Name",
17020
+ "Middle Name",
17021
+ "Name",
17022
+ "Nickname",
17023
+ "Notes",
17024
+ "Phone Numbers",
17025
+ "Phonetic First Name",
17026
+ "Phonetic Last Name",
17027
+ "Phonetic Middle Name",
17028
+ "Prefix",
17029
+ "Relationship to Me",
17030
+ "Street Addresses",
17031
+ "Suffix",
17032
+ "URLs"
17033
+ ],
17034
+ Key: "WFContentItemPropertyName",
17035
+ Label: "Detail",
17036
+ Source: "ToolKit"
17037
+ }
17038
+ ],
15725
17039
  ResidentCompatible: true,
15726
17040
  WFContentItemClass: "WFContactContentItem"
15727
17041
  },
@@ -15733,6 +17047,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15733
17047
  FillingProvider: "WFBundledActionProvider",
15734
17048
  LocallyProcessesData: true,
15735
17049
  Name: "Get Details of Event Attendees",
17050
+ Parameters: [
17051
+ {
17052
+ Items: [
17053
+ "Email Address",
17054
+ "Is Me",
17055
+ "Name",
17056
+ "Role",
17057
+ "Status",
17058
+ "Type"
17059
+ ],
17060
+ Key: "WFContentItemPropertyName",
17061
+ Label: "Detail",
17062
+ Source: "ToolKit"
17063
+ }
17064
+ ],
15736
17065
  WFContentItemClass: "WFEKParticipantContentItem"
15737
17066
  },
15738
17067
  "is.workflow.actions.properties.files": {
@@ -15748,6 +17077,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15748
17077
  },
15749
17078
  LocallyProcessesData: true,
15750
17079
  Name: "Get Details of Files",
17080
+ Parameters: [
17081
+ {
17082
+ Items: [
17083
+ "Creation Date",
17084
+ "File Extension",
17085
+ "File Path",
17086
+ "File Size",
17087
+ "Last Modified Date",
17088
+ "Name"
17089
+ ],
17090
+ Key: "WFContentItemPropertyName",
17091
+ Label: "Detail",
17092
+ Source: "ToolKit"
17093
+ }
17094
+ ],
15751
17095
  ResidentCompatible: true,
15752
17096
  WFContentItemClass: "WFGenericFileContentItem"
15753
17097
  },
@@ -15779,6 +17123,37 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15779
17123
  ]
15780
17124
  },
15781
17125
  Name: "Get Details of Images",
17126
+ Parameters: [
17127
+ {
17128
+ Items: [
17129
+ "Album",
17130
+ "Camera Make",
17131
+ "Camera Model",
17132
+ "Creation Date",
17133
+ "Date Taken",
17134
+ "Duration",
17135
+ "File Extension",
17136
+ "File Path",
17137
+ "File Size",
17138
+ "Frame Rate",
17139
+ "Height",
17140
+ "Is Favorite",
17141
+ "Is a Screen Recording",
17142
+ "Is a Screenshot",
17143
+ "Last Modified Date",
17144
+ "Location",
17145
+ "Media Type",
17146
+ "Metadata Dictionary",
17147
+ "Name",
17148
+ "Orientation",
17149
+ "Photo Type",
17150
+ "Width"
17151
+ ],
17152
+ Key: "WFContentItemPropertyName",
17153
+ Label: "Detail",
17154
+ Source: "ToolKit"
17155
+ }
17156
+ ],
15782
17157
  ResidentCompatible: true,
15783
17158
  WFContentItemClass: "WFImageContentItem"
15784
17159
  },
@@ -15790,8 +17165,26 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15790
17165
  FillingProvider: "WFBundledActionProvider",
15791
17166
  Name: "Get Details of iTunes Artist",
15792
17167
  Output: {
15793
- DisclosureLevel: "Public"
17168
+ DisclosureLevel: "Public",
17169
+ OutputName: "Details of Itunes Artists",
17170
+ OutputNameSource: "WFAction"
15794
17171
  },
17172
+ Parameters: [
17173
+ {
17174
+ Items: [
17175
+ "Artwork",
17176
+ "Artwork URL",
17177
+ "Genre",
17178
+ "Name",
17179
+ "Store ID",
17180
+ "Store URL",
17181
+ "Type"
17182
+ ],
17183
+ Key: "WFContentItemPropertyName",
17184
+ Label: "Detail",
17185
+ Source: "ToolKit"
17186
+ }
17187
+ ],
15795
17188
  ResidentCompatible: true,
15796
17189
  WFContentItemClass: "WFiTunesArtistContentItem"
15797
17190
  },
@@ -15803,8 +17196,34 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15803
17196
  FillingProvider: "WFBundledActionProvider",
15804
17197
  Name: "Get Details of iTunes Product",
15805
17198
  Output: {
15806
- DisclosureLevel: "Public"
17199
+ DisclosureLevel: "Public",
17200
+ OutputName: "Details of Itunes Products",
17201
+ OutputNameSource: "WFAction"
15807
17202
  },
17203
+ Parameters: [
17204
+ {
17205
+ Items: [
17206
+ "Artist",
17207
+ "Artwork",
17208
+ "Artwork URL",
17209
+ "Currency Code",
17210
+ "Description",
17211
+ "Duration",
17212
+ "Formatted Price",
17213
+ "Genre",
17214
+ "Is Explicit",
17215
+ "Name",
17216
+ "Price",
17217
+ "Release Date",
17218
+ "Store ID",
17219
+ "Store URL",
17220
+ "Streamable"
17221
+ ],
17222
+ Key: "WFContentItemPropertyName",
17223
+ Label: "Detail",
17224
+ Source: "ToolKit"
17225
+ }
17226
+ ],
15808
17227
  ResidentCompatible: true,
15809
17228
  WFContentItemClass: "WFiTunesProductContentItem"
15810
17229
  },
@@ -15816,6 +17235,27 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15816
17235
  IconSymbol: "mappin",
15817
17236
  IconSymbolColor: "Green",
15818
17237
  Name: "Get Details of Locations",
17238
+ Parameters: [
17239
+ {
17240
+ Items: [
17241
+ "Altitude",
17242
+ "City",
17243
+ "Country",
17244
+ "Label",
17245
+ "Latitude",
17246
+ "Longitude",
17247
+ "Name",
17248
+ "Phone Number",
17249
+ "State",
17250
+ "Street",
17251
+ "URL",
17252
+ "ZIP Code"
17253
+ ],
17254
+ Key: "WFContentItemPropertyName",
17255
+ Label: "Detail",
17256
+ Source: "ToolKit"
17257
+ }
17258
+ ],
15819
17259
  ResidentCompatible: true,
15820
17260
  WFContentItemClass: "WFLocationContentItem"
15821
17261
  },
@@ -15834,8 +17274,42 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15834
17274
  LocallyProcessesData: true,
15835
17275
  Name: "Get Details of Music",
15836
17276
  Output: {
15837
- DisclosureLevel: "Public"
17277
+ DisclosureLevel: "Public",
17278
+ OutputName: "Artist",
17279
+ OutputNameSource: "WFAction"
15838
17280
  },
17281
+ Parameters: [
17282
+ {
17283
+ Items: [
17284
+ "Album",
17285
+ "Album Artist",
17286
+ "Album Artwork",
17287
+ "Album Track #",
17288
+ "Artist",
17289
+ "Comments",
17290
+ "Composer",
17291
+ "Date Added",
17292
+ "Disc #",
17293
+ "Duration",
17294
+ "File Path",
17295
+ "Genre",
17296
+ "Is Cloud Item",
17297
+ "Is Explicit",
17298
+ "Last Played Date",
17299
+ "Lyrics",
17300
+ "Media Kind",
17301
+ "Name",
17302
+ "Play Count",
17303
+ "Rating",
17304
+ "Release Date",
17305
+ "Skip Count",
17306
+ "Title"
17307
+ ],
17308
+ Key: "WFContentItemPropertyName",
17309
+ Label: "Detail",
17310
+ Source: "ToolKit"
17311
+ }
17312
+ ],
15839
17313
  WFContentItemClass: "WFMPMediaContentItem",
15840
17314
  WFContentItemDefaultProperty: "Artist"
15841
17315
  },
@@ -15850,6 +17324,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15850
17324
  IconSymbolColor: "Green",
15851
17325
  LocallyProcessesData: true,
15852
17326
  Name: "Get Details of Parked Car",
17327
+ Parameters: [
17328
+ {
17329
+ Items: [
17330
+ "Date",
17331
+ "Location",
17332
+ "Name",
17333
+ "Notes",
17334
+ "Photo",
17335
+ "Was Location Set by User"
17336
+ ],
17337
+ Key: "WFContentItemPropertyName",
17338
+ Label: "Detail",
17339
+ Source: "ToolKit"
17340
+ }
17341
+ ],
15853
17342
  RequiredResources: [
15854
17343
  {
15855
17344
  resource: "WFDeviceIdiomResource"
@@ -15866,8 +17355,30 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15866
17355
  LocallyProcessesData: true,
15867
17356
  Name: "Get Details of Podcast Episode",
15868
17357
  Output: {
15869
- DisclosureLevel: "Public"
17358
+ DisclosureLevel: "Public",
17359
+ OutputName: "Details of Podcast Episodes",
17360
+ OutputNameSource: "WFAction"
15870
17361
  },
17362
+ Parameters: [
17363
+ {
17364
+ Items: [
17365
+ "Artwork",
17366
+ "Artwork URL",
17367
+ "Author",
17368
+ "Description",
17369
+ "Duration",
17370
+ "Genres",
17371
+ "Name",
17372
+ "Release Date",
17373
+ "Store ID",
17374
+ "Store URL",
17375
+ "Title"
17376
+ ],
17377
+ Key: "WFContentItemPropertyName",
17378
+ Label: "Detail",
17379
+ Source: "ToolKit"
17380
+ }
17381
+ ],
15871
17382
  WFContentItemClass: "WFPodcastEpisodeContentItem"
15872
17383
  },
15873
17384
  "is.workflow.actions.properties.podcastshow": {
@@ -15879,8 +17390,28 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15879
17390
  LocallyProcessesData: true,
15880
17391
  Name: "Get Details of Podcast",
15881
17392
  Output: {
15882
- DisclosureLevel: "Public"
17393
+ DisclosureLevel: "Public",
17394
+ OutputName: "Details of Podcasts",
17395
+ OutputNameSource: "WFAction"
15883
17396
  },
17397
+ Parameters: [
17398
+ {
17399
+ Items: [
17400
+ "Artist",
17401
+ "Artwork",
17402
+ "Artwork URL",
17403
+ "Episode Count",
17404
+ "Feed URL",
17405
+ "Genre",
17406
+ "Name",
17407
+ "Store ID",
17408
+ "Store URL"
17409
+ ],
17410
+ Key: "WFContentItemPropertyName",
17411
+ Label: "Detail",
17412
+ Source: "ToolKit"
17413
+ }
17414
+ ],
15884
17415
  WFContentItemClass: "WFPodcastShowContentItem"
15885
17416
  },
15886
17417
  "is.workflow.actions.properties.reminders": {
@@ -15891,6 +17422,37 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15891
17422
  FillingProvider: "WFBundledActionProvider",
15892
17423
  LocallyProcessesData: true,
15893
17424
  Name: "Get Details of Reminders",
17425
+ Parameters: [
17426
+ {
17427
+ Items: [
17428
+ "Completion Date",
17429
+ "Creation Date",
17430
+ "Due Date",
17431
+ "File Extension",
17432
+ "File Path",
17433
+ "File Size",
17434
+ "Has Alarms",
17435
+ "Has Subtasks",
17436
+ "Images",
17437
+ "Is Completed",
17438
+ "Is Flagged",
17439
+ "Last Modified Date",
17440
+ "List",
17441
+ "Name",
17442
+ "Notes",
17443
+ "Parent Reminder",
17444
+ "Priority",
17445
+ "Reminder Location",
17446
+ "Subtasks",
17447
+ "Tags",
17448
+ "Title",
17449
+ "URL"
17450
+ ],
17451
+ Key: "WFContentItemPropertyName",
17452
+ Label: "Detail",
17453
+ Source: "ToolKit"
17454
+ }
17455
+ ],
15894
17456
  WFContentItemClass: "WFReminderContentItem",
15895
17457
  WFContentItemDefaultProperty: "List"
15896
17458
  },
@@ -15899,6 +17461,25 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15899
17461
  Discoverable: false,
15900
17462
  FillingProvider: "WFBundledActionProvider",
15901
17463
  Name: "Get Details of Ride Status",
17464
+ Parameters: [
17465
+ {
17466
+ Items: [
17467
+ "Driver",
17468
+ "Drop Off Location",
17469
+ "Drop Off Time",
17470
+ "Maximum Price",
17471
+ "Minimum Price",
17472
+ "Name",
17473
+ "Pickup Location",
17474
+ "Pickup Time",
17475
+ "Ride Option Name",
17476
+ "Vehicle Information"
17477
+ ],
17478
+ Key: "WFContentItemPropertyName",
17479
+ Label: "Detail",
17480
+ Source: "ToolKit"
17481
+ }
17482
+ ],
15902
17483
  WFContentItemClass: "WFRideStatusContentItem"
15903
17484
  },
15904
17485
  "is.workflow.actions.properties.safariwebpage": {
@@ -15912,8 +17493,23 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15912
17493
  FillingProvider: "WFBundledActionProvider",
15913
17494
  Name: "Get Details of Safari Web Page",
15914
17495
  Output: {
15915
- DisclosureLevel: "Public"
17496
+ DisclosureLevel: "Public",
17497
+ OutputName: "Details of Safari Web Pages",
17498
+ OutputNameSource: "WFAction"
15916
17499
  },
17500
+ Parameters: [
17501
+ {
17502
+ Items: [
17503
+ "Name",
17504
+ "Page Contents",
17505
+ "Page Selection",
17506
+ "Page URL"
17507
+ ],
17508
+ Key: "WFContentItemPropertyName",
17509
+ Label: "Detail",
17510
+ Source: "ToolKit"
17511
+ }
17512
+ ],
15917
17513
  WFContentItemClass: "WFSafariWebPageContentItem"
15918
17514
  },
15919
17515
  "is.workflow.actions.properties.shazam": {
@@ -15921,6 +17517,26 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15921
17517
  Discoverable: false,
15922
17518
  FillingProvider: "WFBundledActionProvider",
15923
17519
  Name: "Get Details of Shazam",
17520
+ Parameters: [
17521
+ {
17522
+ Items: [
17523
+ "Apple Music ID",
17524
+ "Apple Music URL",
17525
+ "Artist",
17526
+ "Artwork",
17527
+ "Is Explicit",
17528
+ "Lyric Snippet Synced",
17529
+ "Lyrics Snippet",
17530
+ "Name",
17531
+ "Shazam URL",
17532
+ "Title",
17533
+ "Video URL"
17534
+ ],
17535
+ Key: "WFContentItemPropertyName",
17536
+ Label: "Detail",
17537
+ Source: "ToolKit"
17538
+ }
17539
+ ],
15924
17540
  WFContentItemClass: "WFShazamMediaContentItem"
15925
17541
  },
15926
17542
  "is.workflow.actions.properties.trello": {
@@ -15941,6 +17557,20 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15941
17557
  ]
15942
17558
  },
15943
17559
  Name: "Get Details of Trello Item",
17560
+ Parameters: [
17561
+ {
17562
+ Items: [
17563
+ "Card Attachments",
17564
+ "Card Due Date",
17565
+ "Description",
17566
+ "Name",
17567
+ "URL"
17568
+ ],
17569
+ Key: "WFContentItemPropertyName",
17570
+ Label: "Detail",
17571
+ Source: "ToolKit"
17572
+ }
17573
+ ],
15944
17574
  RequiredResources: [
15945
17575
  "WFTrelloAccessResource"
15946
17576
  ],
@@ -15963,6 +17593,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15963
17593
  ]
15964
17594
  },
15965
17595
  Name: "Get Details of Ulysses Sheet",
17596
+ Parameters: [
17597
+ {
17598
+ Items: [
17599
+ "Contents",
17600
+ "Identifier",
17601
+ "Keywords",
17602
+ "Name",
17603
+ "Notes",
17604
+ "Title"
17605
+ ],
17606
+ Key: "WFContentItemPropertyName",
17607
+ Label: "Detail",
17608
+ Source: "ToolKit"
17609
+ }
17610
+ ],
15966
17611
  WFContentItemClass: "WFUlyssesSheetContentItem"
15967
17612
  },
15968
17613
  "is.workflow.actions.properties.weather.conditions": {
@@ -15973,6 +17618,37 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15973
17618
  FillingProvider: "WFBundledActionProvider",
15974
17619
  LocallyProcessesData: true,
15975
17620
  Name: "Get Details of Weather Conditions",
17621
+ Parameters: [
17622
+ {
17623
+ Items: [
17624
+ "Air Pollutants",
17625
+ "Air Quality Category",
17626
+ "Air Quality Index",
17627
+ "Condition",
17628
+ "Date",
17629
+ "Dewpoint",
17630
+ "Feels Like",
17631
+ "High",
17632
+ "Humidity",
17633
+ "Location",
17634
+ "Low",
17635
+ "Name",
17636
+ "Precipitation Amount",
17637
+ "Precipitation Chance",
17638
+ "Pressure",
17639
+ "Sunrise Time",
17640
+ "Sunset Time",
17641
+ "Temperature",
17642
+ "UV Index",
17643
+ "Visibility",
17644
+ "Wind Direction",
17645
+ "Wind Speed"
17646
+ ],
17647
+ Key: "WFContentItemPropertyName",
17648
+ Label: "Detail",
17649
+ Source: "ToolKit"
17650
+ }
17651
+ ],
15976
17652
  ResidentCompatible: true,
15977
17653
  WFContentItemClass: "WFWeatherDataContentItem"
15978
17654
  },
@@ -15985,6 +17661,24 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
15985
17661
  FillingProvider: "WFBundledActionProvider",
15986
17662
  LocallyProcessesData: true,
15987
17663
  Name: "Get Details of Shortcut",
17664
+ Parameters: [
17665
+ {
17666
+ Items: [
17667
+ "Action Count",
17668
+ "Creation Date",
17669
+ "File Extension",
17670
+ "File Path",
17671
+ "File Size",
17672
+ "Folder",
17673
+ "Icon",
17674
+ "Last Modified Date",
17675
+ "Name"
17676
+ ],
17677
+ Key: "WFContentItemPropertyName",
17678
+ Label: "Detail",
17679
+ Source: "ToolKit"
17680
+ }
17681
+ ],
15988
17682
  WFContentItemClass: "WFWorkflowContentItem"
15989
17683
  },
15990
17684
  "is.workflow.actions.quit.app": {
@@ -16648,6 +18342,8 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
16648
18342
  Output: {
16649
18343
  DisclosureLevel: "Public",
16650
18344
  Multiple: false,
18345
+ OutputName: "Requested Ride",
18346
+ OutputNameSource: "WFAction",
16651
18347
  Types: [
16652
18348
  "INRideStatus"
16653
18349
  ]
@@ -18787,7 +20483,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
18787
20483
  IconSymbol: "airplayaudio",
18788
20484
  Name: "Change Playback Destination",
18789
20485
  Output: {
18790
- DisclosureLevel: "Public"
20486
+ DisclosureLevel: "Public",
20487
+ OutputName: "Change Playback Destination",
20488
+ OutputNameSource: "WFAction"
18791
20489
  },
18792
20490
  ParameterSummary: {
18793
20491
  possibleValues: [
@@ -18904,6 +20602,23 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
18904
20602
  },
18905
20603
  FillingProvider: "WFBundledActionProvider",
18906
20604
  Name: "Edit Calendar Event",
20605
+ Parameters: [
20606
+ {
20607
+ Items: [
20608
+ "Accepted",
20609
+ "Completed",
20610
+ "Declined",
20611
+ "Delegated",
20612
+ "In Process",
20613
+ "Pending",
20614
+ "Tentative",
20615
+ "Unknown"
20616
+ ],
20617
+ Key: "WFCalendarEventContentItemMyStatus",
20618
+ Label: "Value",
20619
+ Source: "ToolKit"
20620
+ }
20621
+ ],
18907
20622
  RemoteExecuteOnPlatforms: [
18908
20623
  "Watch"
18909
20624
  ],
@@ -18934,6 +20649,27 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
18934
20649
  },
18935
20650
  FillingProvider: "WFBundledActionProvider",
18936
20651
  Name: "Edit Reminder",
20652
+ Parameters: [
20653
+ {
20654
+ Items: [
20655
+ "Reminders"
20656
+ ],
20657
+ Key: "WFReminderContentItemList",
20658
+ Label: "Value",
20659
+ Source: "ToolKit"
20660
+ },
20661
+ {
20662
+ Items: [
20663
+ "High",
20664
+ "Low",
20665
+ "Medium",
20666
+ "None"
20667
+ ],
20668
+ Key: "WFReminderContentItemPriority",
20669
+ Label: "Value",
20670
+ Source: "ToolKit"
20671
+ }
20672
+ ],
18937
20673
  RequiredResources: [
18938
20674
  "WFReminderAccessResource"
18939
20675
  ],
@@ -19508,6 +21244,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
19508
21244
  Key: "OnValue"
19509
21245
  }
19510
21246
  },
21247
+ Parameters: [
21248
+ {
21249
+ Items: [
21250
+ "set",
21251
+ "toggle"
21252
+ ],
21253
+ Key: "operation",
21254
+ Label: "Operation",
21255
+ Source: "ToolKit"
21256
+ }
21257
+ ],
19511
21258
  RequiredResources: [
19512
21259
  {
19513
21260
  resource: "WFDeviceCapabilityResource"
@@ -19946,6 +21693,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
19946
21693
  IntentIdentifier: "sirikit.intents.custom.com.apple.ActionKit.BundledIntentHandler.WFSetStageManagerIntent",
19947
21694
  Name: "Set Stage Manager",
19948
21695
  NameSource: "ToolKit",
21696
+ Parameters: [
21697
+ {
21698
+ Items: [
21699
+ "set",
21700
+ "toggle"
21701
+ ],
21702
+ Key: "operation",
21703
+ Label: "Operation",
21704
+ Source: "ToolKit"
21705
+ }
21706
+ ],
19949
21707
  RequiredResources: [
19950
21708
  {
19951
21709
  resource: "WFDeviceCapabilityResource"
@@ -20327,7 +22085,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20327
22085
  Name: "Change Case",
20328
22086
  NameSource: "ToolKit",
20329
22087
  Output: {
20330
- DisclosureLevel: "Public"
22088
+ DisclosureLevel: "Public",
22089
+ OutputName: "Updated Text",
22090
+ OutputNameSource: "WFAction"
20331
22091
  },
20332
22092
  ParameterOverrides: {
20333
22093
  type: {
@@ -20342,6 +22102,21 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20342
22102
  Key: "WFCaseType"
20343
22103
  }
20344
22104
  },
22105
+ Parameters: [
22106
+ {
22107
+ Items: [
22108
+ "Capitalize Every Word",
22109
+ "Capitalize with Title Case",
22110
+ "Capitalize with sentence case",
22111
+ "UPPERCASE",
22112
+ "cApItAlIzE wItH aLtErNaTiNg cAsE",
22113
+ "lowercase"
22114
+ ],
22115
+ Key: "WFCaseType",
22116
+ Label: "Case",
22117
+ Source: "ToolKit"
22118
+ }
22119
+ ],
20345
22120
  ResidentCompatible: true
20346
22121
  },
20347
22122
  "is.workflow.actions.text.combine": {
@@ -20357,7 +22132,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20357
22132
  Name: "Combine Text",
20358
22133
  NameSource: "ToolKit",
20359
22134
  Output: {
20360
- DisclosureLevel: "Public"
22135
+ DisclosureLevel: "Public",
22136
+ OutputName: "Combined Text",
22137
+ OutputNameSource: "WFAction"
20361
22138
  },
20362
22139
  ParameterOverrides: {
20363
22140
  customSeparator: {
@@ -20372,6 +22149,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20372
22149
  Key: "WFTextSeparator"
20373
22150
  }
20374
22151
  },
22152
+ Parameters: [
22153
+ {
22154
+ Items: [
22155
+ "Custom",
22156
+ "New Lines",
22157
+ "Spaces"
22158
+ ],
22159
+ Key: "WFTextSeparator",
22160
+ Label: "Separator",
22161
+ Source: "ToolKit"
22162
+ }
22163
+ ],
20375
22164
  ResidentCompatible: true,
20376
22165
  WFTextComponentsMode: "Combine"
20377
22166
  },
@@ -20389,7 +22178,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20389
22178
  Name: "Match Text",
20390
22179
  NameSource: "ToolKit",
20391
22180
  Output: {
20392
- DisclosureLevel: "Public"
22181
+ DisclosureLevel: "Public",
22182
+ OutputName: "Matches",
22183
+ OutputNameSource: "WFAction"
20393
22184
  },
20394
22185
  ParameterOverrides: {
20395
22186
  caseSensitive: {
@@ -20416,7 +22207,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20416
22207
  Name: "Get Group from Matched Text",
20417
22208
  NameSource: "ToolKit",
20418
22209
  Output: {
20419
- DisclosureLevel: "Public"
22210
+ DisclosureLevel: "Public",
22211
+ OutputName: "Text",
22212
+ OutputNameSource: "WFAction"
20420
22213
  },
20421
22214
  ParameterOverrides: {
20422
22215
  groupIndex: {
@@ -20430,6 +22223,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20430
22223
  Key: "WFGetGroupType"
20431
22224
  }
20432
22225
  },
22226
+ Parameters: [
22227
+ {
22228
+ Items: [
22229
+ "All Groups",
22230
+ "Group At Index"
22231
+ ],
22232
+ Key: "WFGetGroupType",
22233
+ Label: "Get",
22234
+ Source: "ToolKit"
22235
+ }
22236
+ ],
20433
22237
  ResidentCompatible: true
20434
22238
  },
20435
22239
  "is.workflow.actions.text.replace": {
@@ -20516,7 +22320,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20516
22320
  NameSource: "ToolKit",
20517
22321
  Output: {
20518
22322
  DisclosureLevel: "Public",
20519
- Multiple: true
22323
+ Multiple: true,
22324
+ OutputName: "Split Text",
22325
+ OutputNameSource: "WFAction"
20520
22326
  },
20521
22327
  ParameterOverrides: {
20522
22328
  customSeparator: {
@@ -20532,6 +22338,19 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20532
22338
  Key: "WFTextSeparator"
20533
22339
  }
20534
22340
  },
22341
+ Parameters: [
22342
+ {
22343
+ Items: [
22344
+ "Custom",
22345
+ "Every Character",
22346
+ "New Lines",
22347
+ "Spaces"
22348
+ ],
22349
+ Key: "WFTextSeparator",
22350
+ Label: "Separator",
22351
+ Source: "ToolKit"
22352
+ }
22353
+ ],
20535
22354
  ResidentCompatible: true,
20536
22355
  WFTextComponentsMode: "Split"
20537
22356
  },
@@ -20648,7 +22467,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
20648
22467
  LocallyProcessesData: true,
20649
22468
  Name: "Start Timer",
20650
22469
  Output: {
20651
- DisclosureLevel: "Public"
22470
+ DisclosureLevel: "Public",
22471
+ OutputName: "Start Timer",
22472
+ OutputNameSource: "WFAction"
20652
22473
  },
20653
22474
  ParameterSummary: {
20654
22475
  format: "Start timer for ${WFDuration}"
@@ -21117,6 +22938,17 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
21117
22938
  Key: "OnValue"
21118
22939
  }
21119
22940
  },
22941
+ Parameters: [
22942
+ {
22943
+ Items: [
22944
+ "set",
22945
+ "toggle"
22946
+ ],
22947
+ Key: "operation",
22948
+ Label: "Operation",
22949
+ Source: "ToolKit"
22950
+ }
22951
+ ],
21120
22952
  RequiredResources: []
21121
22953
  },
21122
22954
  "is.workflow.actions.tumblr.post": {
@@ -21343,7 +23175,9 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
21343
23175
  },
21344
23176
  Name: "Tweet",
21345
23177
  Output: {
21346
- DisclosureLevel: "Public"
23178
+ DisclosureLevel: "Public",
23179
+ OutputName: "Tweet",
23180
+ OutputNameSource: "WFAction"
21347
23181
  },
21348
23182
  ParameterSummary: {
21349
23183
  format: "Tweet ${TweetInput}"
@@ -22341,7 +24175,18 @@ Water Lock protects against accidental input when you use your Apple Watch in wa
22341
24175
  state: {
22342
24176
  Key: "OnValue"
22343
24177
  }
22344
- }
24178
+ },
24179
+ Parameters: [
24180
+ {
24181
+ Items: [
24182
+ "set",
24183
+ "toggle"
24184
+ ],
24185
+ Key: "operation",
24186
+ Label: "Operation",
24187
+ Source: "ToolKit"
24188
+ }
24189
+ ]
22345
24190
  },
22346
24191
  "is.workflow.actions.wordpress.post": {
22347
24192
  ActionClass: "WFWordPressPostAction",
@@ -24770,17 +26615,17 @@ var ACTIONS = {
24770
26615
  "com.apple.NanoSettings.NPRFSetWakeOnWristRaiseIntent": { name: "Set Wake on Wrist Raise", params: ["operation", "state", "ShowWhenRun"], output: null },
24771
26616
  "com.apple.NanoSettings.NPRFSetWaterLockIntent": { name: "Set Water Lock", params: ["operation", "state", "ShowWhenRun"], output: null },
24772
26617
  "com.apple.Notes.ICNotesFolderIntent": { name: "Show Notes Folder", params: ["folder", "ShowWhenRun"], output: null },
24773
- "com.apple.TVRemoteUIService.LaunchApplicationIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: null },
24774
- "com.apple.TVRemoteUIService.LaunchRemoteIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: null },
24775
- "com.apple.TVRemoteUIService.LaunchScreenSaverIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: null },
24776
- "com.apple.TVRemoteUIService.PauseContentIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: null },
24777
- "com.apple.TVRemoteUIService.ReduceLoudSoundsIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: null },
24778
- "com.apple.TVRemoteUIService.SkipContentIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: null },
24779
- "com.apple.TVRemoteUIService.SleepAppleTVIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: null },
24780
- "com.apple.TVRemoteUIService.SwitchUserAccountIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: null },
24781
- "com.apple.TVRemoteUIService.ToggleCaptionsIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: null },
24782
- "com.apple.TVRemoteUIService.ToggleSystemAppearanceIntent": { name: "Set Appearance on Apple TV", params: ["ShowWhenRun"], output: null },
24783
- "com.apple.TVRemoteUIService.WakeAppleTVIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: null },
26618
+ "com.apple.TVRemoteUIService.LaunchApplicationIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: "Unknown Action" },
26619
+ "com.apple.TVRemoteUIService.LaunchRemoteIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: "Unknown Action" },
26620
+ "com.apple.TVRemoteUIService.LaunchScreenSaverIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: "Unknown Action" },
26621
+ "com.apple.TVRemoteUIService.PauseContentIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: "Unknown Action" },
26622
+ "com.apple.TVRemoteUIService.ReduceLoudSoundsIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: "Unknown Action" },
26623
+ "com.apple.TVRemoteUIService.SkipContentIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: "Unknown Action" },
26624
+ "com.apple.TVRemoteUIService.SleepAppleTVIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: "Unknown Action" },
26625
+ "com.apple.TVRemoteUIService.SwitchUserAccountIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: "Unknown Action" },
26626
+ "com.apple.TVRemoteUIService.ToggleCaptionsIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: "Unknown Action" },
26627
+ "com.apple.TVRemoteUIService.ToggleSystemAppearanceIntent": { name: "Set Appearance on Apple TV", params: ["ShowWhenRun"], output: "Set Appearance on Apple TV" },
26628
+ "com.apple.TVRemoteUIService.WakeAppleTVIntent": { name: "Unknown Action", params: ["ShowWhenRun"], output: "Unknown Action" },
24784
26629
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundIntent": { name: "Change Background Sound", params: ["backgroundSound", "ShowWhenRun"], output: null },
24785
26630
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsTimerIntent": { name: "Set Background Sounds Timer Interval", params: ["interval", "duration", "endInterval", "always", "ShowWhenRun"], output: null },
24786
26631
  "com.apple.UniversalAccess.UASettingsShortcuts.UASetBackgroundSoundsVolumeIntent": { name: "Set Background Sounds Volume", params: ["volumeValue", "ShowWhenRun"], output: null },
@@ -24825,7 +26670,7 @@ var ACTIONS = {
24825
26670
  "is.workflow.actions.addnewcontact": { name: "New Contact", params: ["WFContactFirstName", "WFContactLastName", "WFContactCompany", "WFContactPhoto", "WFContactPhoneNumbers", "WFContactEmails", "WFContactNotes", "ShowWhenRun"], output: "New Contact" },
24826
26671
  "is.workflow.actions.addnewevent": { name: "New Event", params: ["WFCalendarItemTitle", "WFCalendarItemLocation", "WFCalendarDescriptor", "WFCalendarItemStartDate", "WFCalendarItemEndDate", "WFCalendarItemAllDay", "WFAlertTime", "WFAlertCustomTime", "WFCalendarItemNotes", "ShowWhenRun"], output: "New Event" },
24827
26672
  "is.workflow.actions.addnewreminder": { name: "New Reminder", params: ["WFCalendarItemTitle", "WFCalendarDescriptor", "WFAlertEnabled", "WFAlertCondition", "WFAlertLocation", "WFAlertPerson", "WFAlertLocationRadius", "WFAlertCustomTime", "WFPriority", "WFUrgent", "WFFlag", "WFURL", "WFImages", "WFParentTask", "WFTags", "WFCalendarItemNotes"], output: "New Reminder" },
24828
- "is.workflow.actions.addquickreminder": { name: "Show Quick Reminder", params: [], output: null },
26673
+ "is.workflow.actions.addquickreminder": { name: "Show Quick Reminder", params: [], output: "Show Quick Reminder" },
24829
26674
  "is.workflow.actions.address": { name: "Street Address", params: ["WFAddressLine1", "WFAddressLine2", "WFCity", "WFState", "WFPostalCode", "WFCountry"], output: "Street Address" },
24830
26675
  "is.workflow.actions.addtoplaylist": { name: "Add to Playlist", params: ["WFPlaylistName", "WFInput"], output: "Updated Playlist" },
24831
26676
  "is.workflow.actions.adjustdate": { name: "Adjust Date", params: ["WFDate", "WFAdjustOperation", "WFDuration"], output: "Adjusted Date" },
@@ -24835,7 +26680,7 @@ var ACTIONS = {
24835
26680
  "is.workflow.actions.announcenotifications.set": { name: "Set Announce Notifications", params: ["operation", "OnValue", "ShowWhenRun"], output: null },
24836
26681
  "is.workflow.actions.appearance": { name: "Set Appearance", params: ["operation", "style", "ShowWhenRun"], output: null },
24837
26682
  "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 },
26683
+ "is.workflow.actions.ask": { name: "Ask for Input", params: ["WFAskActionPrompt", "WFInputType", "WFAskActionDefaultAnswer", "WFAskActionDefaultAnswerNumber", "urlAnswer", "WFAskActionDefaultAnswerURL", "WFAskActionDefaultAnswerDate", "WFAskActionDefaultAnswerTime", "WFAskActionDefaultAnswerDateAndTime", "WFAskActionAllowsDecimalNumbers", "WFAskActionAllowsNegativeNumbers", "WFAllowsMultilineText", "ShowWhenRun"], output: "Provided Input" },
24839
26684
  "is.workflow.actions.askllm": { name: "Use Model", params: ["WFLLMModel", "WFLLMPrompt", "WFAllowWebSearch", "WFGenerativeResultType", "FollowUp"], output: "Response" },
24840
26685
  "is.workflow.actions.avairyeditphoto": { name: "Markup", params: ["WFDocument"], output: "Markup Result" },
24841
26686
  "is.workflow.actions.base64encode": { name: "Base64 Encode", params: ["WFEncodeMode", "WFBase64LineBreakMode", "WFInput"], output: "Base64 Encoded" },
@@ -24852,7 +26697,7 @@ var ACTIONS = {
24852
26697
  "is.workflow.actions.connecttoservers": { name: "Connect to Servers", params: ["WFInput"], output: "Connected Server" },
24853
26698
  "is.workflow.actions.contacts": { name: "Contacts", params: ["WFContact"], output: "Contacts" },
24854
26699
  "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 },
26700
+ "is.workflow.actions.correctspelling": { name: "Correct Spelling", params: ["text", "ShowWhenRun"], output: "Corrected Spelling" },
24856
26701
  "is.workflow.actions.count": { name: "Count", params: ["WFCountType", "Input"], output: "Count" },
24857
26702
  "is.workflow.actions.createplaylist": { name: "Create Playlist", params: ["WFPlaylistName", "WFPlaylistAuthor", "WFPlaylistDescription", "WFPlaylistItems"], output: "New Playlist" },
24858
26703
  "is.workflow.actions.date": { name: "Date", params: ["WFDateActionMode", "WFDateActionDate", "WFEventOccurrenceMode", "WFEventOccurrenceSpecifiedYear"], output: "Date" },
@@ -24908,7 +26753,7 @@ var ACTIONS = {
24908
26753
  "is.workflow.actions.file.reveal": { name: "Reveal Files in Finder", params: ["WFFile"], output: null },
24909
26754
  "is.workflow.actions.file.select": { name: "Select File", params: ["WFPickingMode", "SelectMultiple"], output: "File" },
24910
26755
  "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 },
26756
+ "is.workflow.actions.filter.articles": { name: "Filter Articles", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: "Articles" },
24912
26757
  "is.workflow.actions.filter.calendarevents": { name: "Find Calendar Events", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24913
26758
  "is.workflow.actions.filter.contacts": { name: "Find Contacts", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24914
26759
  "is.workflow.actions.filter.displays": { name: "Find Displays", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
@@ -24916,7 +26761,7 @@ var ACTIONS = {
24916
26761
  "is.workflow.actions.filter.files": { name: "Filter Files", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24917
26762
  "is.workflow.actions.filter.health.quantity": { name: "Find Health Samples", params: [], output: null },
24918
26763
  "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 },
26764
+ "is.workflow.actions.filter.locations": { name: "Filter Locations", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: "Locations" },
24920
26765
  "is.workflow.actions.filter.music": { name: "Find Music", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24921
26766
  "is.workflow.actions.filter.photos": { name: "Find Photos", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
24922
26767
  "is.workflow.actions.filter.reminders": { name: "Find Reminders", params: ["WFContentItemFilter", "WFContentItemSortProperty", "WFContentItemSortOrder", "WFContentItemLimitEnabled", "WFContentItemLimitNumber", "WFCompoundType", "WFContentItemInputParameter"], output: null },
@@ -24933,11 +26778,11 @@ var ACTIONS = {
24933
26778
  "is.workflow.actions.getbatterylevel": { name: "Get Battery Status", params: ["Subject"], output: "Battery State" },
24934
26779
  "is.workflow.actions.getclassaction": { name: "Get Object of Class", params: ["Class", "Input"], output: "Object of Class" },
24935
26780
  "is.workflow.actions.getclipboard": { name: "Get Clipboard", params: [], output: "Clipboard" },
24936
- "is.workflow.actions.getcurrentapp": { name: "Get Current App", params: ["WFVisibleAppScope"], output: null },
26781
+ "is.workflow.actions.getcurrentapp": { name: "Get Current App", params: ["WFVisibleAppScope"], output: "Current App" },
24937
26782
  "is.workflow.actions.getcurrentlocation": { name: "Get Current Location", params: ["Accuracy"], output: "Current Location" },
24938
26783
  "is.workflow.actions.getcurrentsong": { name: "Get Current Song", params: ["Subject"], output: "Current Song" },
24939
26784
  "is.workflow.actions.getdevicedetails": { name: "Get Device Details", params: ["WFDeviceDetail"], output: "Device Details" },
24940
- "is.workflow.actions.getdirections": { name: "Open Directions", params: ["WFLocation", "WFDestination", "WFGetDirectionsActionApp", "WFGetDirectionsActionMode"], output: null },
26785
+ "is.workflow.actions.getdirections": { name: "Open Directions", params: ["WFLocation", "WFDestination", "WFGetDirectionsActionApp", "WFGetDirectionsActionMode"], output: "Open Directions" },
24941
26786
  "is.workflow.actions.getdistance": { name: "Get Distance", params: ["WFGetDirectionsCustomLocation", "WFGetDistanceDestination", "WFGetDirectionsActionMode", "WFAvoidTolls", "WFAvoidHighways", "WFDistanceUnit", "Accuracy"], output: "Distance" },
24942
26787
  "is.workflow.actions.getepisodesforpodcast": { name: "Get Episodes of Podcast", params: ["WFInput"], output: "Episodes" },
24943
26788
  "is.workflow.actions.getframesfromimage": { name: "Get Frames from Image", params: ["WFImage"], output: "Frames from Image" },
@@ -24960,7 +26805,7 @@ var ACTIONS = {
24960
26805
  "is.workflow.actions.getnameofemoji": { name: "Get Name of Emoji", params: ["WFInput"], output: "Name of Emoji" },
24961
26806
  "is.workflow.actions.getonscreencontent": { name: "Get What’s On Screen", params: [], output: "On-Screen Content" },
24962
26807
  "is.workflow.actions.getonscreencontext": { name: "Get What’s On Screen", params: ["WFOnScreenContextResultType", "WFOnScreenContextScope", "WFOnScreenContextLimitEnabled", "WFOnScreenContextLimit"], output: "On-Screen Content" },
24963
- "is.workflow.actions.getparentdirectory": { name: "Get Parent Directory", params: ["WFInput"], output: null },
26808
+ "is.workflow.actions.getparentdirectory": { name: "Get Parent Directory", params: ["WFInput"], output: "Get Parent Directory" },
24964
26809
  "is.workflow.actions.getparkedcarlocation": { name: "Get Parked Car Location", params: [], output: "Car Location" },
24965
26810
  "is.workflow.actions.getpodcastsfromlibrary": { name: "Get Podcasts from Library", params: [], output: "Podcasts" },
24966
26811
  "is.workflow.actions.getrichtextfromhtml": { name: "Make Rich Text from HTML", params: ["WFHTML"], output: "Rich Text from HTML" },
@@ -24980,9 +26825,9 @@ var ACTIONS = {
24980
26825
  "is.workflow.actions.getwebpagecontents": { name: "Get Contents of Web Page", params: ["WFInput"], output: "Contents of Web Page" },
24981
26826
  "is.workflow.actions.getwifi": { name: "Get Network Details", params: ["WFNetworkDetailsNetwork", "WFWiFiDetail", "WFCellularDetail", "WFEthernetDetail"], output: "Network Details" },
24982
26827
  "is.workflow.actions.giphy": { name: "Find Giphy GIFs", params: ["WFGiphyQuery", "WFGiphyShowPicker", "WFGiphyLimit", "WFGiphySelectMultiple"], output: "GIFs" },
24983
- "is.workflow.actions.goodreader.open": { name: "Open in GoodReader", params: ["WFInput"], output: null },
26828
+ "is.workflow.actions.goodreader.open": { name: "Open in GoodReader", params: ["WFInput"], output: "Open in GoodReader" },
24984
26829
  "is.workflow.actions.handoff": { name: "Continue in Shortcuts App", params: [], output: null },
24985
- "is.workflow.actions.handoffplayback": { name: "Hand Off Playback", params: ["WFSourceMediaRoute", "WFDestinationMediaRoute"], output: null },
26830
+ "is.workflow.actions.handoffplayback": { name: "Hand Off Playback", params: ["WFSourceMediaRoute", "WFDestinationMediaRoute"], output: "Hand Off Playback" },
24986
26831
  "is.workflow.actions.hash": { name: "Generate Hash", params: ["WFHashType", "WFInput"], output: "Hash" },
24987
26832
  "is.workflow.actions.health.quantity.log": { name: "Log Health Sample", params: ["WFQuantitySampleType", "WFQuantitySampleQuantity", "WFQuantitySampleAdditionalQuantity", "WFQuantitySampleAdditionalEnumeration", "WFCategorySampleEnumeration", "WFCategorySampleAdditionalEnumerationKey", "WFQuantitySampleDate", "WFSampleEndDate"], output: "Health Sample" },
24988
26833
  "is.workflow.actions.health.workout.log": { name: "Log Workout", params: ["WFWorkoutDate", "WFWorkoutDuration", "WFWorkoutReadableActivityType", "WFWorkoutCaloriesQuantity", "WFWorkoutDistanceQuantity"], output: "Workout" },
@@ -25024,7 +26869,7 @@ var ACTIONS = {
25024
26869
  "is.workflow.actions.mountdiskimage": { name: "Mount Disk Image", params: ["WFInput"], output: "Mounted Volume" },
25025
26870
  "is.workflow.actions.movewindow": { name: "Move Window", params: ["WFPosition", "WFXCoordinate", "WFYCoordinate", "WFWindow", "WFBringToFront", "Display"], output: null },
25026
26871
  "is.workflow.actions.nightshift.set": { name: "Set Night Shift", params: ["operation", "OnValue", "ShowWhenRun"], output: null },
25027
- "is.workflow.actions.nothing": { name: "Nothing", params: [], output: null },
26872
+ "is.workflow.actions.nothing": { name: "Nothing", params: [], output: "Nothing" },
25028
26873
  "is.workflow.actions.notification": { name: "Show Notification", params: ["WFNotificationActionTitle", "WFNotificationActionBody", "WFNotificationActionSound", "WFInput"], output: null },
25029
26874
  "is.workflow.actions.number": { name: "Number", params: ["WFNumberActionNumber"], output: "Number" },
25030
26875
  "is.workflow.actions.number.random": { name: "Random Number", params: ["WFRandomNumberMinimum", "WFRandomNumberMaximum"], output: "Random Number" },
@@ -25057,24 +26902,24 @@ var ACTIONS = {
25057
26902
  "is.workflow.actions.previewdocument": { name: "Quick Look", params: ["WFInput", "WFQuickLookActionFullScreen"], output: null },
25058
26903
  "is.workflow.actions.print": { name: "Print", params: ["WFInput"], output: null },
25059
26904
  "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 },
26905
+ "is.workflow.actions.properties.appstore": { name: "Get Details of App Store App", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of App Store Apps" },
26906
+ "is.workflow.actions.properties.articles": { name: "Get Details of Article", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Articles" },
26907
+ "is.workflow.actions.properties.calendarevents": { name: "Get Details of Calendar Events", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Calendar Events" },
25063
26908
  "is.workflow.actions.properties.contacts": { name: "Get Details of Contacts", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25064
26909
  "is.workflow.actions.properties.eventattendees": { name: "Get Details of Event Attendees", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25065
26910
  "is.workflow.actions.properties.files": { name: "Get Details of Files", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25066
26911
  "is.workflow.actions.properties.health.quantity": { name: "Get Details of Health Sample", params: [], output: null },
25067
26912
  "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 },
26913
+ "is.workflow.actions.properties.itunesartist": { name: "Get Details of iTunes Artist", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Itunes Artists" },
26914
+ "is.workflow.actions.properties.itunesstore": { name: "Get Details of iTunes Product", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Itunes Products" },
25070
26915
  "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 },
26916
+ "is.workflow.actions.properties.music": { name: "Get Details of Music", params: ["WFContentItemPropertyName", "WFInput"], output: "Artist" },
25072
26917
  "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 },
26918
+ "is.workflow.actions.properties.podcast": { name: "Get Details of Podcast Episode", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Podcast Episodes" },
26919
+ "is.workflow.actions.properties.podcastshow": { name: "Get Details of Podcast", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Podcasts" },
25075
26920
  "is.workflow.actions.properties.reminders": { name: "Get Details of Reminders", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25076
26921
  "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 },
26922
+ "is.workflow.actions.properties.safariwebpage": { name: "Get Details of Safari Web Page", params: ["WFContentItemPropertyName", "WFInput"], output: "Details of Safari Web Pages" },
25078
26923
  "is.workflow.actions.properties.shazam": { name: "Get Details of Shazam", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25079
26924
  "is.workflow.actions.properties.trello": { name: "Get Details of Trello Item", params: ["WFContentItemPropertyName", "WFInput"], output: null },
25080
26925
  "is.workflow.actions.properties.ulysses.sheet": { name: "Get Details of Ulysses Sheet", params: ["WFContentItemPropertyName", "WFInput"], output: null },
@@ -25092,7 +26937,7 @@ var ACTIONS = {
25092
26937
  "is.workflow.actions.repeat.each": { name: "Repeat with Each", params: ["WFInput"], output: "Repeat with Each" },
25093
26938
  "is.workflow.actions.resizewindow": { name: "Resize Window", params: ["WFConfiguration", "WFWidth", "WFHeight", "WFWindow", "WFBringToFront"], output: null },
25094
26939
  "is.workflow.actions.returntohomescreen": { name: "Go to Home Screen", params: [], output: null },
25095
- "is.workflow.actions.ride.requestride": { name: "Request Ride", params: ["IntentAppDefinition", "PickupLocation", "DropOffLocation", "RideOption", "PaymentMethod", "PartySize"], output: null },
26940
+ "is.workflow.actions.ride.requestride": { name: "Request Ride", params: ["IntentAppDefinition", "PickupLocation", "DropOffLocation", "RideOption", "PaymentMethod", "PartySize"], output: "Requested Ride" },
25096
26941
  "is.workflow.actions.round": { name: "Round Number", params: ["WFInput", "WFRoundTo", "WFRoundMode", "TenToThePowerOf"], output: "Rounded Number" },
25097
26942
  "is.workflow.actions.rss": { name: "Get Items from RSS Feed", params: ["WFRSSFeedURL", "WFRSSItemQuantity"], output: "RSS Items" },
25098
26943
  "is.workflow.actions.rss.extract": { name: "Get RSS Feeds from Page", params: ["WFURLs"], output: "RSS Feeds from Page" },
@@ -25123,7 +26968,7 @@ var ACTIONS = {
25123
26968
  "is.workflow.actions.setclipboard": { name: "Copy to Clipboard", params: ["WFLocalOnly", "WFExpirationDate", "WFInput"], output: null },
25124
26969
  "is.workflow.actions.setitemname": { name: "Set Name", params: ["WFName", "WFDontIncludeFileExtension", "WFInput"], output: "Renamed Item" },
25125
26970
  "is.workflow.actions.setparkedcar": { name: "Set Parked Car", params: ["WFLocation", "WFSetParkedCarNotes", "WFImage"], output: "Parked Car" },
25126
- "is.workflow.actions.setplaybackdestination": { name: "Change Playback Destination", params: ["WFMediaRouteOperation", "WFMediaRoute"], output: null },
26971
+ "is.workflow.actions.setplaybackdestination": { name: "Change Playback Destination", params: ["WFMediaRouteOperation", "WFMediaRoute"], output: "Change Playback Destination" },
25127
26972
  "is.workflow.actions.setstoredcontent": { name: "Store Content", params: ["WFInput", "WFStoredContentKey", "WFStoredContentGlobalValue"], output: "Stored Content" },
25128
26973
  "is.workflow.actions.setters.calendarevents": { name: "Edit Calendar Event", params: ["WFContentItemPropertyName", "Mode", "WFInput", "RemoveSpecifiedValue", "WFCalendarEventContentItemAttachments", "WFCalendarEventContentItemIsAllDay", "WFCalendarEventContentItemNotes", "WFCalendarEventContentItemTitle", "WFCalendarEventContentItemLocation", "WFCalendarEventContentItemEndDate", "WFCalendarEventContentItemDuration", "WFCalendarEventContentItemStartDate", "WFCalendarEventContentItemMyStatus", "WFCalendarEventContentItemAttendees", "WFCalendarEventContentItemURL", "ValueLabel"], output: null },
25129
26974
  "is.workflow.actions.setters.contacts": { name: "Edit Contact", params: ["WFContentItemPropertyName", "Mode", "WFInput", "RemoveSpecifiedValue", "WFContactContentItemPrefix", "WFContactContentItemPhoneticLastName", "WFContactContentItemJobTitle", "WFContactContentItemURLs", "WFContactContentItemCompany", "WFContactContentItemDepartment", "WFContactContentItemLastName", "WFContactContentItemEmailAddresses", "WFContactContentItemGroup", "WFContactContentItemPhoneticFirstName", "WFContactContentItemMiddleName", "WFContactContentItemPhoneNumbers", "WFContactContentItemSuffix", "WFContactContentItemStreetAddresses", "WFContactContentItemFirstName", "WFContactContentItemBirthday", "WFContactContentItemContactPhoto", "WFContactContentItemNickname", "WFContactContentItemPhoneticMiddleName", "WFContactContentItemNotes", "ValueLabel"], output: null },
@@ -25155,15 +27000,15 @@ var ACTIONS = {
25155
27000
  "is.workflow.actions.takephoto": { name: "Take Photo", params: ["WFCameraCaptureShowPreview", "WFPhotoCount", "WFCameraCaptureDevice"], output: "Photo" },
25156
27001
  "is.workflow.actions.takescreenshot": { name: "Take Screenshot", params: ["WFTakeScreenshotScreenshotType", "WFTakeScreenshotActionInteractiveSelectionType", "WFTakeScreenshotMainMonitorOnly", "WFTakeScreenshotIgnoreContextualAssistanceLayers"], output: "Screenshot" },
25157
27002
  "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 },
27003
+ "is.workflow.actions.text.changecase": { name: "Change Case", params: ["text", "WFCaseType", "ShowWhenRun"], output: "Updated Text" },
27004
+ "is.workflow.actions.text.combine": { name: "Combine Text", params: ["text", "WFTextSeparator", "WFTextCustomSeparator", "ShowWhenRun"], output: "Combined Text" },
27005
+ "is.workflow.actions.text.match": { name: "Match Text", params: ["text", "WFMatchTextPattern", "WFMatchTextCaseSensitive", "ShowWhenRun"], output: "Matches" },
27006
+ "is.workflow.actions.text.match.getgroup": { name: "Get Group from Matched Text", params: ["matches", "WFGetGroupType", "WFGroupIndex", "ShowWhenRun"], output: "Text" },
25162
27007
  "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 },
27008
+ "is.workflow.actions.text.split": { name: "Split Text", params: ["text", "WFTextSeparator", "WFTextCustomSeparator", "ShowWhenRun"], output: "Split Text" },
25164
27009
  "is.workflow.actions.text.translate": { name: "Translate Text", params: ["WFSelectedFromLanguage", "WFSelectedLanguage", "WFInputText"], output: "Translated Text" },
25165
27010
  "is.workflow.actions.text.trimwhitespace": { name: "Trim Whitespace", params: ["WFInput"], output: "Updated Text" },
25166
- "is.workflow.actions.timer.start": { name: "Start Timer", params: ["IntentAppDefinition", "WFDuration"], output: null },
27011
+ "is.workflow.actions.timer.start": { name: "Start Timer", params: ["IntentAppDefinition", "WFDuration"], output: "Start Timer" },
25167
27012
  "is.workflow.actions.todoist.add": { name: "Add Todoist Item", params: ["WFTodoistContent", "WFTodoistProject", "WFTodoistDueDate", "WFTodoistReminder", "WFTodoistReminderType", "WFTodoistPriority", "WFTodoistNotes", "WFTodoistFile"], output: "Todoist Item" },
25168
27013
  "is.workflow.actions.trello.add.board": { name: "Create Trello Board", params: ["WFTrelloName", "WFTrelloDescription"], output: "Trello Board" },
25169
27014
  "is.workflow.actions.trello.add.card": { name: "Add Trello Card", params: ["WFTrelloName", "WFTrelloBoard", "WFTrelloList", "WFTrelloDueDate", "WFTrelloCardPosition", "WFTrelloAttachments", "WFTrelloDescription"], output: "Trello Card" },
@@ -25172,7 +27017,7 @@ var ACTIONS = {
25172
27017
  "is.workflow.actions.trimvideo": { name: "Trim Media", params: ["WFInputMedia"], output: "Trimmed Media" },
25173
27018
  "is.workflow.actions.truetone.set": { name: "Set True Tone", params: ["operation", "OnValue", "ShowWhenRun"], output: null },
25174
27019
  "is.workflow.actions.tumblr.post": { name: "Post to Tumblr", params: ["WFInput", "WFComposeInApp", "WFBlogName", "WFPostType", "WFPostState", "WFPostTitle", "WFPostSource", "WFPostCaption", "WFPostTags", "WFPostDescription"], output: "Tumblr Post URL" },
25175
- "is.workflow.actions.tweet": { name: "Tweet", params: ["TweetInput"], output: null },
27020
+ "is.workflow.actions.tweet": { name: "Tweet", params: ["TweetInput"], output: "Tweet" },
25176
27021
  "is.workflow.actions.unzip": { name: "Extract Archive", params: ["WFArchive"], output: "Files" },
25177
27022
  "is.workflow.actions.url": { name: "URL", params: ["WFURLActionURL"], output: "URL" },
25178
27023
  "is.workflow.actions.url.expand": { name: "Expand URL", params: ["URL"], output: "Expanded URL" },
@@ -26778,7 +28623,7 @@ var ACTIONS = {
26778
28623
  };
26779
28624
  // data/provenance.json
26780
28625
  var provenance_default = {
26781
- extractedAt: "2026-09-04T12:13:25Z",
28626
+ extractedAt: "2026-09-04T12:33:24Z",
26782
28627
  macOS: { version: "27.0", build: "26A5421a", arch: "arm64" },
26783
28628
  shortcutsApp: { version: "10.0", build: "5037.0.17" },
26784
28629
  workflowKit: "10.0",
@@ -26927,6 +28772,25 @@ class Shortcut {
26927
28772
  endRepeatEach(gid) {
26928
28773
  this.action("is.workflow.actions.repeat.each", { GroupingIdentifier: gid, WFControlFlowMode: 2 });
26929
28774
  }
28775
+ repeatCount(count) {
28776
+ const gid = uuid();
28777
+ this.action("is.workflow.actions.repeat.count", { GroupingIdentifier: gid, WFControlFlowMode: 0, WFRepeatCount: count });
28778
+ return gid;
28779
+ }
28780
+ endRepeatCount(gid) {
28781
+ this.action("is.workflow.actions.repeat.count", { GroupingIdentifier: gid, WFControlFlowMode: 2 });
28782
+ }
28783
+ chooseFromMenu(prompt, items) {
28784
+ const gid = uuid();
28785
+ this.action("is.workflow.actions.choosefrommenu", { GroupingIdentifier: gid, WFControlFlowMode: 0, WFMenuPrompt: prompt, WFMenuItems: items });
28786
+ return gid;
28787
+ }
28788
+ menuItem(gid, title) {
28789
+ this.action("is.workflow.actions.choosefrommenu", { GroupingIdentifier: gid, WFControlFlowMode: 1, WFMenuItemTitle: title });
28790
+ }
28791
+ endMenu(gid) {
28792
+ this.action("is.workflow.actions.choosefrommenu", { GroupingIdentifier: gid, WFControlFlowMode: 2 });
28793
+ }
26930
28794
  toPlist() {
26931
28795
  const actions2 = this.actions.map(({ outputName: _o, ...a }) => a);
26932
28796
  return {