alink-cli 0.11.10 → 0.11.12

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.
package/dist/bin.mjs CHANGED
@@ -52459,9 +52459,9 @@ const RPC_REQUIRED_SCOPES = {
52459
52459
  [WS_METHODS.serverReportClientActivity]: AuthOrchestrationReadScope,
52460
52460
  [WS_METHODS.serverReportHostPowerState]: AuthOrchestrationOperateScope,
52461
52461
  [WS_METHODS.serverGetBackgroundPolicy]: AuthOrchestrationReadScope,
52462
- [WS_METHODS.portProxyList]: AuthPortProxyOperateScope,
52463
- [WS_METHODS.portProxyAuthorize]: AuthPortProxyOperateScope,
52464
- [WS_METHODS.portProxyRevoke]: AuthPortProxyOperateScope,
52462
+ [WS_METHODS.portProxyList]: AuthOrchestrationOperateScope,
52463
+ [WS_METHODS.portProxyAuthorize]: AuthOrchestrationOperateScope,
52464
+ [WS_METHODS.portProxyRevoke]: AuthOrchestrationOperateScope,
52465
52465
  [WS_METHODS.cloudGetRelayClientStatus]: AuthRelayReadScope,
52466
52466
  [WS_METHODS.cloudInstallRelayClient]: AuthRelayWriteScope,
52467
52467
  [WS_METHODS.sourceControlLookupRepository]: AuthOrchestrationReadScope,