File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11// Type definitions for node-mac-permissions
22// Project: node-mac-permissions
33
4- export function askForAppleEventsAccess ( ) : Promise < Omit < PermissionType , 'restricted' > >
4+ export function askForAppleEventsAccess ( targetAppBundleId : string , shouldPrompt ?: boolean ) : Promise < Omit < PermissionType , 'restricted' > >
55export function askForAccessibilityAccess ( ) : undefined
66export function askForCalendarAccess ( accessType ?: 'write-only' | 'full' ) : Promise < Omit < PermissionType , 'restricted' > >
77export function askForCameraAccess ( ) : Promise < PermissionType >
@@ -19,7 +19,6 @@ export function getAuthStatus(authType: AuthType): PermissionType | 'not determi
1919
2020export type AuthType =
2121 | 'accessibility'
22- | 'apple-events'
2322 | 'bluetooth'
2423 | 'calendar'
2524 | 'camera'
You can’t perform that action at this time.
0 commit comments