(ctx context.Context, arg InsertLicenseParams)
| 960 | InsertGroupMember(ctx context.Context, arg InsertGroupMemberParams) error |
| 961 | InsertInboxNotification(ctx context.Context, arg InsertInboxNotificationParams) (InboxNotification, error) |
| 962 | InsertLicense(ctx context.Context, arg InsertLicenseParams) (License, error) |
| 963 | InsertMCPServerConfig(ctx context.Context, arg InsertMCPServerConfigParams) (MCPServerConfig, error) |
| 964 | InsertMemoryResourceMonitor(ctx context.Context, arg InsertMemoryResourceMonitorParams) (WorkspaceAgentMemoryResourceMonitor, error) |
| 965 | // Inserts any group by name that does not exist. All new groups are given |
no outgoing calls