fix(cli-scope): add scopeField to groups, sessions, destinations, members
This commit is contained in:
@@ -8,6 +8,7 @@ registerResource({
|
|||||||
description:
|
description:
|
||||||
'Agent destination — per-agent routing entry and ACL. Each row authorizes an agent to send messages to a target (channel or another agent) and assigns a local name the agent uses to address it. Names are scoped to the source agent — two agents can have different local names for the same target. Created automatically when wiring channels or when agents create child agents.',
|
'Agent destination — per-agent routing entry and ACL. Each row authorizes an agent to send messages to a target (channel or another agent) and assigns a local name the agent uses to address it. Names are scoped to the source agent — two agents can have different local names for the same target. Created automatically when wiring channels or when agents create child agents.',
|
||||||
idColumn: 'agent_group_id',
|
idColumn: 'agent_group_id',
|
||||||
|
scopeField: 'agent_group_id',
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
name: 'agent_group_id',
|
name: 'agent_group_id',
|
||||||
|
|||||||
Reference in New Issue
Block a user