@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
3 lines (2 loc) • 4.83 kB
TypeScript
declare type WFWorkflowActionIdentifier = ('com.apple.facetime.facetime' | 'com.apple.iBooks.openin' | 'com.apple.mobilephone.call' | 'com.apple.mobilenotes.SharingExtension' | 'com.burbn.instagram.openin' | 'com.google.chrome.ios.openurl' | 'com.omz-software.Pythonista.editscript' | 'com.omz-software.Pythonista.runscript' | 'is.workflow.actions.appendvariable' | 'is.workflow.actions.airdropdocument' | 'is.workflow.actions.airplanemode.set' | 'is.workflow.actions.alarm.create' | 'is.workflow.actions.alert' | 'is.workflow.actions.appendvariable' | 'is.workflow.actions.ask' | 'is.workflow.actions.avairyeditphoto' | 'is.workflow.actions.base64encode' | 'is.workflow.actions.bluetooth.set' | 'is.workflow.actions.cellulardata.set' | 'is.workflow.actions.choosefrommenu' | 'is.workflow.actions.clearupnext' | 'is.workflow.actions.comment' | 'is.workflow.actions.conditional' | 'is.workflow.actions.correctspelling' | 'is.workflow.actions.count' | 'is.workflow.actions.date' | 'is.workflow.actions.delay' | 'is.workflow.actions.deletephotos' | 'is.workflow.actions.detect.address' | 'is.workflow.actions.detect.contacts' | 'is.workflow.actions.detect.date' | 'is.workflow.actions.detect.dictionary' | 'is.workflow.actions.detect.emailaddress' | 'is.workflow.actions.detect.images' | 'is.workflow.actions.detect.link' | 'is.workflow.actions.detect.phonenumber' | 'is.workflow.actions.detect.text' | 'is.workflow.actions.detectlanguage' | 'is.workflow.actions.dictionary' | 'is.workflow.actions.dnd.set' | 'is.workflow.actions.downloadurl' | 'is.workflow.actions.exit' | 'is.workflow.actions.file.getlink' | 'is.workflow.actions.flashlight' | 'is.workflow.actions.format.date' | 'is.workflow.actions.getarticle' | 'is.workflow.actions.getbatterylevel' | 'is.workflow.actions.getclipboard' | 'is.workflow.actions.getcurrentlocation' | 'is.workflow.actions.getcurrentsong' | 'is.workflow.actions.getdevicedetails' | 'is.workflow.actions.getframesfromimage' | 'is.workflow.actions.getipaddress' | 'is.workflow.actions.getitemname' | 'is.workflow.actions.getitemtype' | 'is.workflow.actions.getlastscreenshot' | 'is.workflow.actions.getlastvideo' | 'is.workflow.actions.getlatestbursts' | 'is.workflow.actions.getlatestlivephotos' | 'is.workflow.actions.getlatestphotoimport' | 'is.workflow.actions.getmapslink' | 'is.workflow.actions.getmarkdownfromrichtext' | 'is.workflow.actions.getmyworkflows' | 'is.workflow.actions.getnameofemoji' | 'is.workflow.actions.getrichtextfromhtml' | 'is.workflow.actions.getrichtextfrommarkdown' | 'is.workflow.actions.gettext' | 'is.workflow.actions.gettimebetweendates' | 'is.workflow.actions.getvalueforkey' | 'is.workflow.actions.getvariable' | 'is.workflow.actions.getwebpagecontents' | 'is.workflow.actions.getwifi' | 'is.workflow.actions.handoff' | 'is.workflow.actions.hash' | 'is.workflow.actions.list' | 'is.workflow.actions.lowpowermode.set' | 'is.workflow.actions.makezip' | 'is.workflow.actions.math' | 'is.workflow.actions.nothing' | 'is.workflow.actions.notification' | 'is.workflow.actions.number' | 'is.workflow.actions.number.random' | 'is.workflow.actions.openurl' | 'is.workflow.actions.openapp' | 'is.workflow.actions.pausemusic' | 'is.workflow.actions.playsound' | 'is.workflow.actions.postonfacebook' | 'is.workflow.actions.previewdocument' | 'is.workflow.actions.print' | 'is.workflow.actions.readinglist' | 'is.workflow.actions.repeat.count' | 'is.workflow.actions.removereminders' | 'is.workflow.actions.runextension' | 'is.workflow.actions.runjavascriptonwebpage' | 'is.workflow.actions.runscene' | 'is.workflow.actions.runsshscript' | 'is.workflow.actions.runworkflow' | 'is.workflow.actions.scanbarcode' | 'is.workflow.actions.searchmaps' | 'is.workflow.actions.selectemail' | 'is.workflow.actions.selectphone' | 'is.workflow.actions.setbrightness' | 'is.workflow.actions.setitemname' | 'is.workflow.actions.setvalueforkey' | 'is.workflow.actions.setvariable' | 'is.workflow.actions.setvolume' | 'is.workflow.actions.share' | 'is.workflow.actions.showdefinition' | 'is.workflow.actions.showincalendar' | 'is.workflow.actions.showinstore' | 'is.workflow.actions.showresult' | 'is.workflow.actions.skipback' | 'is.workflow.actions.skipforward' | 'is.workflow.actions.speaktext' | 'is.workflow.actions.statistics' | 'is.workflow.actions.text.changecase' | 'is.workflow.actions.text.match' | 'is.workflow.actions.trimvideo' | 'is.workflow.actions.tumblr.post' | 'is.workflow.actions.tweet' | 'is.workflow.actions.unzip' | 'is.workflow.actions.url' | 'is.workflow.actions.urlencode' | 'is.workflow.actions.url.expand' | 'is.workflow.actions.url.getheaders' | 'is.workflow.actions.vibrate' | 'is.workflow.actions.viewresult' | 'is.workflow.actions.waittoreturn' | 'is.workflow.actions.wifi.set' | 'is.workflow.actions.wordpress.post');
export default WFWorkflowActionIdentifier;