Admin UI abtrennen + google settings in gui + UI enhancement
This commit is contained in:
10
backend/node_modules/.prisma/client/wasm.js
generated
vendored
10
backend/node_modules/.prisma/client/wasm.js
generated
vendored
@@ -257,6 +257,13 @@ exports.Prisma.CleanupJobEventScalarFieldEnum = {
|
||||
createdAt: 'createdAt'
|
||||
};
|
||||
|
||||
exports.Prisma.AppSettingScalarFieldEnum = {
|
||||
id: 'id',
|
||||
key: 'key',
|
||||
value: 'value',
|
||||
updatedAt: 'updatedAt'
|
||||
};
|
||||
|
||||
exports.Prisma.SortOrder = {
|
||||
asc: 'asc',
|
||||
desc: 'desc'
|
||||
@@ -324,7 +331,8 @@ exports.Prisma.ModelName = {
|
||||
RuleAction: 'RuleAction',
|
||||
CleanupJob: 'CleanupJob',
|
||||
UnsubscribeAttempt: 'UnsubscribeAttempt',
|
||||
CleanupJobEvent: 'CleanupJobEvent'
|
||||
CleanupJobEvent: 'CleanupJobEvent',
|
||||
AppSetting: 'AppSetting'
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user