(ctx context.Context)
| 484 | // param limit_opt: The limit of notifications to fetch. If the limit is not specified, it defaults to 25 |
| 485 | GetFilteredInboxNotificationsByUserID(ctx context.Context, arg GetFilteredInboxNotificationsByUserIDParams) ([]InboxNotification, error) |
| 486 | GetForcedMCPServerConfigs(ctx context.Context) ([]MCPServerConfig, error) |
| 487 | GetGitSSHKey(ctx context.Context, userID uuid.UUID) (GitSSHKey, error) |
| 488 | GetGroupAIBudget(ctx context.Context, groupID uuid.UUID) (GroupAiBudget, error) |
| 489 | GetGroupByID(ctx context.Context, id uuid.UUID) (Group, error) |
no outgoing calls