mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
SMPT & NTFY Notification Provider
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -250,7 +250,9 @@ exports.Prisma.JsonNullValueFilter = {
|
||||
AnyNull: Prisma.AnyNull
|
||||
};
|
||||
exports.NotificationType = exports.$Enums.NotificationType = {
|
||||
TELEGRAM: 'TELEGRAM'
|
||||
TELEGRAM: 'TELEGRAM',
|
||||
NTFY: 'NTFY',
|
||||
SMTP: 'SMTP'
|
||||
};
|
||||
|
||||
exports.Prisma.ModelName = {
|
||||
|
||||
4
prisma/generated/prisma/index.d.ts
vendored
4
prisma/generated/prisma/index.d.ts
vendored
@@ -74,7 +74,9 @@ export type NotificationTest = $Result.DefaultSelection<Prisma.$NotificationTest
|
||||
*/
|
||||
export namespace $Enums {
|
||||
export const NotificationType: {
|
||||
TELEGRAM: 'TELEGRAM'
|
||||
TELEGRAM: 'TELEGRAM',
|
||||
NTFY: 'NTFY',
|
||||
SMTP: 'SMTP'
|
||||
};
|
||||
|
||||
export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType]
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "prisma-client-2fec847da0083065385189c4f35689219e1cfa753e77e6bee4a71c77e07624c0",
|
||||
"name": "prisma-client-cb978539556cba5867755c200de1b26bf1cb4d18f6f210053bc454d49ff1f37d",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"browser": "index-browser.js",
|
||||
|
||||
@@ -159,4 +159,6 @@ model NotificationTest {
|
||||
|
||||
enum NotificationType {
|
||||
TELEGRAM
|
||||
NTFY
|
||||
SMTP
|
||||
}
|
||||
|
||||
@@ -250,7 +250,9 @@ exports.Prisma.JsonNullValueFilter = {
|
||||
AnyNull: Prisma.AnyNull
|
||||
};
|
||||
exports.NotificationType = exports.$Enums.NotificationType = {
|
||||
TELEGRAM: 'TELEGRAM'
|
||||
TELEGRAM: 'TELEGRAM',
|
||||
NTFY: 'NTFY',
|
||||
SMTP: 'SMTP'
|
||||
};
|
||||
|
||||
exports.Prisma.ModelName = {
|
||||
|
||||
Reference in New Issue
Block a user