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