(ctx context.Context, arg RemoveUserFromGroupsParams)
| 1098 | ReduceWorkspaceAgentShareLevelToAuthenticatedByTemplate(ctx context.Context, templateID uuid.UUID) error |
| 1099 | RegisterWorkspaceProxy(ctx context.Context, arg RegisterWorkspaceProxyParams) (WorkspaceProxy, error) |
| 1100 | RemoveUserFromGroups(ctx context.Context, arg RemoveUserFromGroupsParams) ([]uuid.UUID, error) |
| 1101 | // Mutates only created_at on the target row; ids are unchanged so |
| 1102 | // consumers can keep tracking queued messages by id. |
| 1103 | ReorderChatQueuedMessageToFront(ctx context.Context, arg ReorderChatQueuedMessageToFrontParams) (int64, error) |
no outgoing calls