feat(notifications): add 'libsql' to service type enum for volume backup notifications

This commit is contained in:
Mauricio Siu
2026-03-23 16:17:23 -06:00
parent 4b6f2c84ac
commit d4bf6246c3
2 changed files with 4 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ export type TemplateProps = {
| "mongodb"
| "mariadb"
| "redis"
| "compose";
| "compose"
| "libsql";
type: "error" | "success";
errorMessage?: string;
backupSize?: string;

View File

@@ -37,7 +37,8 @@ export const sendVolumeBackupNotifications = async ({
| "mongodb"
| "mariadb"
| "redis"
| "compose";
| "compose"
| "libsql";
type: "error" | "success";
organizationId: string;
errorMessage?: string;