(ctx context.Context, arg GetLastChatMessageByRoleParams)
| 511 | // param limit_opt: The limit of notifications to fetch. If the limit is not specified, it defaults to 25 |
| 512 | GetInboxNotificationsByUserID(ctx context.Context, arg GetInboxNotificationsByUserIDParams) ([]InboxNotification, error) |
| 513 | GetLastChatMessageByRole(ctx context.Context, arg GetLastChatMessageByRoleParams) (ChatMessage, error) |
| 514 | GetLastUpdateCheck(ctx context.Context) (string, error) |
| 515 | GetLatestCryptoKeyByFeature(ctx context.Context, feature CryptoKeyFeature) (CryptoKey, error) |
| 516 | GetLatestWorkspaceAppStatusByAppID(ctx context.Context, appID uuid.UUID) (WorkspaceAppStatus, error) |
no outgoing calls