@livedesk/client 0.1.135 → 0.1.136
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1301,7 +1301,9 @@ function remotePolicyAllows(options, command) {
|
|
|
1301
1301
|
? ['allowFileTransfer']
|
|
1302
1302
|
: command === 'audio.start'
|
|
1303
1303
|
? ['allowRemoteAudio']
|
|
1304
|
-
: command === '
|
|
1304
|
+
: command === 'livedesk.client-update'
|
|
1305
|
+
? []
|
|
1306
|
+
: command === 'agent.task' || NODE_AGENT_OPERATIONS.has(command)
|
|
1305
1307
|
? ['allowAgent']
|
|
1306
1308
|
: [];
|
|
1307
1309
|
const denied = required.find(key => policy[key] === false);
|