js: add new options to permittedOperations

--

* reflecting the new optional strings accepted by the backend.
  'file_name' and 'sender' can be  used via the 'additional'
  parameter in encrypt operations
This commit is contained in:
Maximilian Krambach 2018-08-24 10:33:42 +02:00
parent a5f8dac77d
commit 138e1dde02

View File

@ -94,6 +94,12 @@ export const permittedOperations = {
},
'wrap': {
allowed: ['boolean']
},
'sender': {
allowed: ['string']
},
'file_name': {
allowed: ['string']
}
},
answer: {