fix: add new plugin api methods introduced by #586 to protocol plugin sandbox
This commit is contained in:
committed by
Linus Rath
parent
432ba0516b
commit
20d02214df
@@ -243,6 +243,7 @@ export const API_METHODS = [
|
|||||||
'http.post', 'http.fetch',
|
'http.post', 'http.fetch',
|
||||||
'webauthn.getOrCreate',
|
'webauthn.getOrCreate',
|
||||||
'jmap.fetchBlob', 'jmap.sendRaw',
|
'jmap.fetchBlob', 'jmap.sendRaw',
|
||||||
|
'upfiles.get', 'upfiles.save',
|
||||||
'admin.getConfig', 'admin.getAllConfig', 'admin.setConfig', 'admin.deleteConfig',
|
'admin.getConfig', 'admin.getAllConfig', 'admin.setConfig', 'admin.deleteConfig',
|
||||||
'toast.success', 'toast.error', 'toast.info', 'toast.warning',
|
'toast.success', 'toast.error', 'toast.info', 'toast.warning',
|
||||||
'ui.confirm', 'ui.alert', 'ui.prompt', 'ui.rerenderEmail', 'ui.openExternalUrl', 'ui.downloadFile'
|
'ui.confirm', 'ui.alert', 'ui.prompt', 'ui.rerenderEmail', 'ui.openExternalUrl', 'ui.downloadFile'
|
||||||
|
|||||||
Reference in New Issue
Block a user