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:
parent
a5f8dac77d
commit
138e1dde02
@ -94,6 +94,12 @@ export const permittedOperations = {
|
|||||||
},
|
},
|
||||||
'wrap': {
|
'wrap': {
|
||||||
allowed: ['boolean']
|
allowed: ['boolean']
|
||||||
|
},
|
||||||
|
'sender': {
|
||||||
|
allowed: ['string']
|
||||||
|
},
|
||||||
|
'file_name': {
|
||||||
|
allowed: ['string']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
answer: {
|
answer: {
|
||||||
|
Loading…
Reference in New Issue
Block a user