|
|
|
@@ -9991,7 +9991,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit: number | null
|
|
|
|
|
diskLimit: number | null
|
|
|
|
|
temperatureLimit: number | null
|
|
|
|
|
notificationText: string | null
|
|
|
|
|
notificationTextStatus: string | null
|
|
|
|
|
notificationTextCpu: string | null
|
|
|
|
|
notificationTextGpu: string | null
|
|
|
|
|
notificationTextMemory: string | null
|
|
|
|
|
notificationTextDisk: string | null
|
|
|
|
|
notificationTextTemperature: string | null
|
|
|
|
|
notificationCpu: boolean | null
|
|
|
|
|
notificationGpu: boolean | null
|
|
|
|
|
notificationMemory: boolean | null
|
|
|
|
|
notificationDisk: boolean | null
|
|
|
|
|
notificationTemperature: boolean | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationMaxAggregateOutputType = {
|
|
|
|
@@ -10002,7 +10012,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit: number | null
|
|
|
|
|
diskLimit: number | null
|
|
|
|
|
temperatureLimit: number | null
|
|
|
|
|
notificationText: string | null
|
|
|
|
|
notificationTextStatus: string | null
|
|
|
|
|
notificationTextCpu: string | null
|
|
|
|
|
notificationTextGpu: string | null
|
|
|
|
|
notificationTextMemory: string | null
|
|
|
|
|
notificationTextDisk: string | null
|
|
|
|
|
notificationTextTemperature: string | null
|
|
|
|
|
notificationCpu: boolean | null
|
|
|
|
|
notificationGpu: boolean | null
|
|
|
|
|
notificationMemory: boolean | null
|
|
|
|
|
notificationDisk: boolean | null
|
|
|
|
|
notificationTemperature: boolean | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationCountAggregateOutputType = {
|
|
|
|
@@ -10013,7 +10033,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit: number
|
|
|
|
|
diskLimit: number
|
|
|
|
|
temperatureLimit: number
|
|
|
|
|
notificationText: number
|
|
|
|
|
notificationTextStatus: number
|
|
|
|
|
notificationTextCpu: number
|
|
|
|
|
notificationTextGpu: number
|
|
|
|
|
notificationTextMemory: number
|
|
|
|
|
notificationTextDisk: number
|
|
|
|
|
notificationTextTemperature: number
|
|
|
|
|
notificationCpu: number
|
|
|
|
|
notificationGpu: number
|
|
|
|
|
notificationMemory: number
|
|
|
|
|
notificationDisk: number
|
|
|
|
|
notificationTemperature: number
|
|
|
|
|
_all: number
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -10044,7 +10074,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: true
|
|
|
|
|
diskLimit?: true
|
|
|
|
|
temperatureLimit?: true
|
|
|
|
|
notificationText?: true
|
|
|
|
|
notificationTextStatus?: true
|
|
|
|
|
notificationTextCpu?: true
|
|
|
|
|
notificationTextGpu?: true
|
|
|
|
|
notificationTextMemory?: true
|
|
|
|
|
notificationTextDisk?: true
|
|
|
|
|
notificationTextTemperature?: true
|
|
|
|
|
notificationCpu?: true
|
|
|
|
|
notificationGpu?: true
|
|
|
|
|
notificationMemory?: true
|
|
|
|
|
notificationDisk?: true
|
|
|
|
|
notificationTemperature?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationMaxAggregateInputType = {
|
|
|
|
@@ -10055,7 +10095,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: true
|
|
|
|
|
diskLimit?: true
|
|
|
|
|
temperatureLimit?: true
|
|
|
|
|
notificationText?: true
|
|
|
|
|
notificationTextStatus?: true
|
|
|
|
|
notificationTextCpu?: true
|
|
|
|
|
notificationTextGpu?: true
|
|
|
|
|
notificationTextMemory?: true
|
|
|
|
|
notificationTextDisk?: true
|
|
|
|
|
notificationTextTemperature?: true
|
|
|
|
|
notificationCpu?: true
|
|
|
|
|
notificationGpu?: true
|
|
|
|
|
notificationMemory?: true
|
|
|
|
|
notificationDisk?: true
|
|
|
|
|
notificationTemperature?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationCountAggregateInputType = {
|
|
|
|
@@ -10066,7 +10116,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: true
|
|
|
|
|
diskLimit?: true
|
|
|
|
|
temperatureLimit?: true
|
|
|
|
|
notificationText?: true
|
|
|
|
|
notificationTextStatus?: true
|
|
|
|
|
notificationTextCpu?: true
|
|
|
|
|
notificationTextGpu?: true
|
|
|
|
|
notificationTextMemory?: true
|
|
|
|
|
notificationTextDisk?: true
|
|
|
|
|
notificationTextTemperature?: true
|
|
|
|
|
notificationCpu?: true
|
|
|
|
|
notificationGpu?: true
|
|
|
|
|
notificationMemory?: true
|
|
|
|
|
notificationDisk?: true
|
|
|
|
|
notificationTemperature?: true
|
|
|
|
|
_all?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -10164,7 +10224,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit: number
|
|
|
|
|
diskLimit: number
|
|
|
|
|
temperatureLimit: number
|
|
|
|
|
notificationText: string
|
|
|
|
|
notificationTextStatus: string
|
|
|
|
|
notificationTextCpu: string
|
|
|
|
|
notificationTextGpu: string
|
|
|
|
|
notificationTextMemory: string
|
|
|
|
|
notificationTextDisk: string
|
|
|
|
|
notificationTextTemperature: string
|
|
|
|
|
notificationCpu: boolean
|
|
|
|
|
notificationGpu: boolean
|
|
|
|
|
notificationMemory: boolean
|
|
|
|
|
notificationDisk: boolean
|
|
|
|
|
notificationTemperature: boolean
|
|
|
|
|
_count: ServerMonitoringNotificationCountAggregateOutputType | null
|
|
|
|
|
_avg: ServerMonitoringNotificationAvgAggregateOutputType | null
|
|
|
|
|
_sum: ServerMonitoringNotificationSumAggregateOutputType | null
|
|
|
|
@@ -10194,7 +10264,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: boolean
|
|
|
|
|
diskLimit?: boolean
|
|
|
|
|
temperatureLimit?: boolean
|
|
|
|
|
notificationText?: boolean
|
|
|
|
|
notificationTextStatus?: boolean
|
|
|
|
|
notificationTextCpu?: boolean
|
|
|
|
|
notificationTextGpu?: boolean
|
|
|
|
|
notificationTextMemory?: boolean
|
|
|
|
|
notificationTextDisk?: boolean
|
|
|
|
|
notificationTextTemperature?: boolean
|
|
|
|
|
notificationCpu?: boolean
|
|
|
|
|
notificationGpu?: boolean
|
|
|
|
|
notificationMemory?: boolean
|
|
|
|
|
notificationDisk?: boolean
|
|
|
|
|
notificationTemperature?: boolean
|
|
|
|
|
}, ExtArgs["result"]["serverMonitoringNotification"]>
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
|
|
@@ -10205,7 +10285,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: boolean
|
|
|
|
|
diskLimit?: boolean
|
|
|
|
|
temperatureLimit?: boolean
|
|
|
|
|
notificationText?: boolean
|
|
|
|
|
notificationTextStatus?: boolean
|
|
|
|
|
notificationTextCpu?: boolean
|
|
|
|
|
notificationTextGpu?: boolean
|
|
|
|
|
notificationTextMemory?: boolean
|
|
|
|
|
notificationTextDisk?: boolean
|
|
|
|
|
notificationTextTemperature?: boolean
|
|
|
|
|
notificationCpu?: boolean
|
|
|
|
|
notificationGpu?: boolean
|
|
|
|
|
notificationMemory?: boolean
|
|
|
|
|
notificationDisk?: boolean
|
|
|
|
|
notificationTemperature?: boolean
|
|
|
|
|
}, ExtArgs["result"]["serverMonitoringNotification"]>
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
|
|
@@ -10216,7 +10306,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: boolean
|
|
|
|
|
diskLimit?: boolean
|
|
|
|
|
temperatureLimit?: boolean
|
|
|
|
|
notificationText?: boolean
|
|
|
|
|
notificationTextStatus?: boolean
|
|
|
|
|
notificationTextCpu?: boolean
|
|
|
|
|
notificationTextGpu?: boolean
|
|
|
|
|
notificationTextMemory?: boolean
|
|
|
|
|
notificationTextDisk?: boolean
|
|
|
|
|
notificationTextTemperature?: boolean
|
|
|
|
|
notificationCpu?: boolean
|
|
|
|
|
notificationGpu?: boolean
|
|
|
|
|
notificationMemory?: boolean
|
|
|
|
|
notificationDisk?: boolean
|
|
|
|
|
notificationTemperature?: boolean
|
|
|
|
|
}, ExtArgs["result"]["serverMonitoringNotification"]>
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationSelectScalar = {
|
|
|
|
@@ -10227,10 +10327,20 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: boolean
|
|
|
|
|
diskLimit?: boolean
|
|
|
|
|
temperatureLimit?: boolean
|
|
|
|
|
notificationText?: boolean
|
|
|
|
|
notificationTextStatus?: boolean
|
|
|
|
|
notificationTextCpu?: boolean
|
|
|
|
|
notificationTextGpu?: boolean
|
|
|
|
|
notificationTextMemory?: boolean
|
|
|
|
|
notificationTextDisk?: boolean
|
|
|
|
|
notificationTextTemperature?: boolean
|
|
|
|
|
notificationCpu?: boolean
|
|
|
|
|
notificationGpu?: boolean
|
|
|
|
|
notificationMemory?: boolean
|
|
|
|
|
notificationDisk?: boolean
|
|
|
|
|
notificationTemperature?: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "statusChange" | "cpuLimit" | "gpuLimit" | "memoryLimit" | "diskLimit" | "temperatureLimit" | "notificationText", ExtArgs["result"]["serverMonitoringNotification"]>
|
|
|
|
|
export type ServerMonitoringNotificationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "statusChange" | "cpuLimit" | "gpuLimit" | "memoryLimit" | "diskLimit" | "temperatureLimit" | "notificationTextStatus" | "notificationTextCpu" | "notificationTextGpu" | "notificationTextMemory" | "notificationTextDisk" | "notificationTextTemperature" | "notificationCpu" | "notificationGpu" | "notificationMemory" | "notificationDisk" | "notificationTemperature", ExtArgs["result"]["serverMonitoringNotification"]>
|
|
|
|
|
|
|
|
|
|
export type $ServerMonitoringNotificationPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
|
|
|
name: "ServerMonitoringNotification"
|
|
|
|
@@ -10243,7 +10353,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit: number
|
|
|
|
|
diskLimit: number
|
|
|
|
|
temperatureLimit: number
|
|
|
|
|
notificationText: string
|
|
|
|
|
notificationTextStatus: string
|
|
|
|
|
notificationTextCpu: string
|
|
|
|
|
notificationTextGpu: string
|
|
|
|
|
notificationTextMemory: string
|
|
|
|
|
notificationTextDisk: string
|
|
|
|
|
notificationTextTemperature: string
|
|
|
|
|
notificationCpu: boolean
|
|
|
|
|
notificationGpu: boolean
|
|
|
|
|
notificationMemory: boolean
|
|
|
|
|
notificationDisk: boolean
|
|
|
|
|
notificationTemperature: boolean
|
|
|
|
|
}, ExtArgs["result"]["serverMonitoringNotification"]>
|
|
|
|
|
composites: {}
|
|
|
|
|
}
|
|
|
|
@@ -10674,7 +10794,17 @@ export namespace Prisma {
|
|
|
|
|
readonly memoryLimit: FieldRef<"ServerMonitoringNotification", 'Float'>
|
|
|
|
|
readonly diskLimit: FieldRef<"ServerMonitoringNotification", 'Float'>
|
|
|
|
|
readonly temperatureLimit: FieldRef<"ServerMonitoringNotification", 'Float'>
|
|
|
|
|
readonly notificationText: FieldRef<"ServerMonitoringNotification", 'String'>
|
|
|
|
|
readonly notificationTextStatus: FieldRef<"ServerMonitoringNotification", 'String'>
|
|
|
|
|
readonly notificationTextCpu: FieldRef<"ServerMonitoringNotification", 'String'>
|
|
|
|
|
readonly notificationTextGpu: FieldRef<"ServerMonitoringNotification", 'String'>
|
|
|
|
|
readonly notificationTextMemory: FieldRef<"ServerMonitoringNotification", 'String'>
|
|
|
|
|
readonly notificationTextDisk: FieldRef<"ServerMonitoringNotification", 'String'>
|
|
|
|
|
readonly notificationTextTemperature: FieldRef<"ServerMonitoringNotification", 'String'>
|
|
|
|
|
readonly notificationCpu: FieldRef<"ServerMonitoringNotification", 'Boolean'>
|
|
|
|
|
readonly notificationGpu: FieldRef<"ServerMonitoringNotification", 'Boolean'>
|
|
|
|
|
readonly notificationMemory: FieldRef<"ServerMonitoringNotification", 'Boolean'>
|
|
|
|
|
readonly notificationDisk: FieldRef<"ServerMonitoringNotification", 'Boolean'>
|
|
|
|
|
readonly notificationTemperature: FieldRef<"ServerMonitoringNotification", 'Boolean'>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -11067,21 +11197,27 @@ export namespace Prisma {
|
|
|
|
|
id: number | null
|
|
|
|
|
statusChange: boolean | null
|
|
|
|
|
latencyLimit: number | null
|
|
|
|
|
notificationText: string | null
|
|
|
|
|
notificationTextStatus: string | null
|
|
|
|
|
notificationTextLatency: string | null
|
|
|
|
|
notificationLatency: boolean | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationMaxAggregateOutputType = {
|
|
|
|
|
id: number | null
|
|
|
|
|
statusChange: boolean | null
|
|
|
|
|
latencyLimit: number | null
|
|
|
|
|
notificationText: string | null
|
|
|
|
|
notificationTextStatus: string | null
|
|
|
|
|
notificationTextLatency: string | null
|
|
|
|
|
notificationLatency: boolean | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationCountAggregateOutputType = {
|
|
|
|
|
id: number
|
|
|
|
|
statusChange: number
|
|
|
|
|
latencyLimit: number
|
|
|
|
|
notificationText: number
|
|
|
|
|
notificationTextStatus: number
|
|
|
|
|
notificationTextLatency: number
|
|
|
|
|
notificationLatency: number
|
|
|
|
|
_all: number
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -11100,21 +11236,27 @@ export namespace Prisma {
|
|
|
|
|
id?: true
|
|
|
|
|
statusChange?: true
|
|
|
|
|
latencyLimit?: true
|
|
|
|
|
notificationText?: true
|
|
|
|
|
notificationTextStatus?: true
|
|
|
|
|
notificationTextLatency?: true
|
|
|
|
|
notificationLatency?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationMaxAggregateInputType = {
|
|
|
|
|
id?: true
|
|
|
|
|
statusChange?: true
|
|
|
|
|
latencyLimit?: true
|
|
|
|
|
notificationText?: true
|
|
|
|
|
notificationTextStatus?: true
|
|
|
|
|
notificationTextLatency?: true
|
|
|
|
|
notificationLatency?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationCountAggregateInputType = {
|
|
|
|
|
id?: true
|
|
|
|
|
statusChange?: true
|
|
|
|
|
latencyLimit?: true
|
|
|
|
|
notificationText?: true
|
|
|
|
|
notificationTextStatus?: true
|
|
|
|
|
notificationTextLatency?: true
|
|
|
|
|
notificationLatency?: true
|
|
|
|
|
_all?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -11208,7 +11350,9 @@ export namespace Prisma {
|
|
|
|
|
id: number
|
|
|
|
|
statusChange: boolean
|
|
|
|
|
latencyLimit: number
|
|
|
|
|
notificationText: string
|
|
|
|
|
notificationTextStatus: string
|
|
|
|
|
notificationTextLatency: string
|
|
|
|
|
notificationLatency: boolean
|
|
|
|
|
_count: ApplicationMonitoringNotificationCountAggregateOutputType | null
|
|
|
|
|
_avg: ApplicationMonitoringNotificationAvgAggregateOutputType | null
|
|
|
|
|
_sum: ApplicationMonitoringNotificationSumAggregateOutputType | null
|
|
|
|
@@ -11234,31 +11378,39 @@ export namespace Prisma {
|
|
|
|
|
id?: boolean
|
|
|
|
|
statusChange?: boolean
|
|
|
|
|
latencyLimit?: boolean
|
|
|
|
|
notificationText?: boolean
|
|
|
|
|
notificationTextStatus?: boolean
|
|
|
|
|
notificationTextLatency?: boolean
|
|
|
|
|
notificationLatency?: boolean
|
|
|
|
|
}, ExtArgs["result"]["applicationMonitoringNotification"]>
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
|
|
|
id?: boolean
|
|
|
|
|
statusChange?: boolean
|
|
|
|
|
latencyLimit?: boolean
|
|
|
|
|
notificationText?: boolean
|
|
|
|
|
notificationTextStatus?: boolean
|
|
|
|
|
notificationTextLatency?: boolean
|
|
|
|
|
notificationLatency?: boolean
|
|
|
|
|
}, ExtArgs["result"]["applicationMonitoringNotification"]>
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
|
|
|
id?: boolean
|
|
|
|
|
statusChange?: boolean
|
|
|
|
|
latencyLimit?: boolean
|
|
|
|
|
notificationText?: boolean
|
|
|
|
|
notificationTextStatus?: boolean
|
|
|
|
|
notificationTextLatency?: boolean
|
|
|
|
|
notificationLatency?: boolean
|
|
|
|
|
}, ExtArgs["result"]["applicationMonitoringNotification"]>
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationSelectScalar = {
|
|
|
|
|
id?: boolean
|
|
|
|
|
statusChange?: boolean
|
|
|
|
|
latencyLimit?: boolean
|
|
|
|
|
notificationText?: boolean
|
|
|
|
|
notificationTextStatus?: boolean
|
|
|
|
|
notificationTextLatency?: boolean
|
|
|
|
|
notificationLatency?: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "statusChange" | "latencyLimit" | "notificationText", ExtArgs["result"]["applicationMonitoringNotification"]>
|
|
|
|
|
export type ApplicationMonitoringNotificationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "statusChange" | "latencyLimit" | "notificationTextStatus" | "notificationTextLatency" | "notificationLatency", ExtArgs["result"]["applicationMonitoringNotification"]>
|
|
|
|
|
|
|
|
|
|
export type $ApplicationMonitoringNotificationPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
|
|
|
name: "ApplicationMonitoringNotification"
|
|
|
|
@@ -11267,7 +11419,9 @@ export namespace Prisma {
|
|
|
|
|
id: number
|
|
|
|
|
statusChange: boolean
|
|
|
|
|
latencyLimit: number
|
|
|
|
|
notificationText: string
|
|
|
|
|
notificationTextStatus: string
|
|
|
|
|
notificationTextLatency: string
|
|
|
|
|
notificationLatency: boolean
|
|
|
|
|
}, ExtArgs["result"]["applicationMonitoringNotification"]>
|
|
|
|
|
composites: {}
|
|
|
|
|
}
|
|
|
|
@@ -11694,7 +11848,9 @@ export namespace Prisma {
|
|
|
|
|
readonly id: FieldRef<"ApplicationMonitoringNotification", 'Int'>
|
|
|
|
|
readonly statusChange: FieldRef<"ApplicationMonitoringNotification", 'Boolean'>
|
|
|
|
|
readonly latencyLimit: FieldRef<"ApplicationMonitoringNotification", 'Float'>
|
|
|
|
|
readonly notificationText: FieldRef<"ApplicationMonitoringNotification", 'String'>
|
|
|
|
|
readonly notificationTextStatus: FieldRef<"ApplicationMonitoringNotification", 'String'>
|
|
|
|
|
readonly notificationTextLatency: FieldRef<"ApplicationMonitoringNotification", 'String'>
|
|
|
|
|
readonly notificationLatency: FieldRef<"ApplicationMonitoringNotification", 'Boolean'>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -14350,7 +14506,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit: 'memoryLimit',
|
|
|
|
|
diskLimit: 'diskLimit',
|
|
|
|
|
temperatureLimit: 'temperatureLimit',
|
|
|
|
|
notificationText: 'notificationText'
|
|
|
|
|
notificationTextStatus: 'notificationTextStatus',
|
|
|
|
|
notificationTextCpu: 'notificationTextCpu',
|
|
|
|
|
notificationTextGpu: 'notificationTextGpu',
|
|
|
|
|
notificationTextMemory: 'notificationTextMemory',
|
|
|
|
|
notificationTextDisk: 'notificationTextDisk',
|
|
|
|
|
notificationTextTemperature: 'notificationTextTemperature',
|
|
|
|
|
notificationCpu: 'notificationCpu',
|
|
|
|
|
notificationGpu: 'notificationGpu',
|
|
|
|
|
notificationMemory: 'notificationMemory',
|
|
|
|
|
notificationDisk: 'notificationDisk',
|
|
|
|
|
notificationTemperature: 'notificationTemperature'
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationScalarFieldEnum = (typeof ServerMonitoringNotificationScalarFieldEnum)[keyof typeof ServerMonitoringNotificationScalarFieldEnum]
|
|
|
|
@@ -14360,7 +14526,9 @@ export namespace Prisma {
|
|
|
|
|
id: 'id',
|
|
|
|
|
statusChange: 'statusChange',
|
|
|
|
|
latencyLimit: 'latencyLimit',
|
|
|
|
|
notificationText: 'notificationText'
|
|
|
|
|
notificationTextStatus: 'notificationTextStatus',
|
|
|
|
|
notificationTextLatency: 'notificationTextLatency',
|
|
|
|
|
notificationLatency: 'notificationLatency'
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationScalarFieldEnum = (typeof ApplicationMonitoringNotificationScalarFieldEnum)[keyof typeof ApplicationMonitoringNotificationScalarFieldEnum]
|
|
|
|
@@ -15042,7 +15210,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: FloatFilter<"ServerMonitoringNotification"> | number
|
|
|
|
|
diskLimit?: FloatFilter<"ServerMonitoringNotification"> | number
|
|
|
|
|
temperatureLimit?: FloatFilter<"ServerMonitoringNotification"> | number
|
|
|
|
|
notificationText?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextStatus?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextCpu?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextGpu?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextMemory?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextDisk?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextTemperature?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationCpu?: BoolFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationGpu?: BoolFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationMemory?: BoolFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationDisk?: BoolFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationTemperature?: BoolFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationOrderByWithRelationInput = {
|
|
|
|
@@ -15053,7 +15231,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: SortOrder
|
|
|
|
|
diskLimit?: SortOrder
|
|
|
|
|
temperatureLimit?: SortOrder
|
|
|
|
|
notificationText?: SortOrder
|
|
|
|
|
notificationTextStatus?: SortOrder
|
|
|
|
|
notificationTextCpu?: SortOrder
|
|
|
|
|
notificationTextGpu?: SortOrder
|
|
|
|
|
notificationTextMemory?: SortOrder
|
|
|
|
|
notificationTextDisk?: SortOrder
|
|
|
|
|
notificationTextTemperature?: SortOrder
|
|
|
|
|
notificationCpu?: SortOrder
|
|
|
|
|
notificationGpu?: SortOrder
|
|
|
|
|
notificationMemory?: SortOrder
|
|
|
|
|
notificationDisk?: SortOrder
|
|
|
|
|
notificationTemperature?: SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationWhereUniqueInput = Prisma.AtLeast<{
|
|
|
|
@@ -15067,7 +15255,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: FloatFilter<"ServerMonitoringNotification"> | number
|
|
|
|
|
diskLimit?: FloatFilter<"ServerMonitoringNotification"> | number
|
|
|
|
|
temperatureLimit?: FloatFilter<"ServerMonitoringNotification"> | number
|
|
|
|
|
notificationText?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextStatus?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextCpu?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextGpu?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextMemory?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextDisk?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextTemperature?: StringFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationCpu?: BoolFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationGpu?: BoolFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationMemory?: BoolFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationDisk?: BoolFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationTemperature?: BoolFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
}, "id">
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationOrderByWithAggregationInput = {
|
|
|
|
@@ -15078,7 +15276,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: SortOrder
|
|
|
|
|
diskLimit?: SortOrder
|
|
|
|
|
temperatureLimit?: SortOrder
|
|
|
|
|
notificationText?: SortOrder
|
|
|
|
|
notificationTextStatus?: SortOrder
|
|
|
|
|
notificationTextCpu?: SortOrder
|
|
|
|
|
notificationTextGpu?: SortOrder
|
|
|
|
|
notificationTextMemory?: SortOrder
|
|
|
|
|
notificationTextDisk?: SortOrder
|
|
|
|
|
notificationTextTemperature?: SortOrder
|
|
|
|
|
notificationCpu?: SortOrder
|
|
|
|
|
notificationGpu?: SortOrder
|
|
|
|
|
notificationMemory?: SortOrder
|
|
|
|
|
notificationDisk?: SortOrder
|
|
|
|
|
notificationTemperature?: SortOrder
|
|
|
|
|
_count?: ServerMonitoringNotificationCountOrderByAggregateInput
|
|
|
|
|
_avg?: ServerMonitoringNotificationAvgOrderByAggregateInput
|
|
|
|
|
_max?: ServerMonitoringNotificationMaxOrderByAggregateInput
|
|
|
|
@@ -15097,7 +15305,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: FloatWithAggregatesFilter<"ServerMonitoringNotification"> | number
|
|
|
|
|
diskLimit?: FloatWithAggregatesFilter<"ServerMonitoringNotification"> | number
|
|
|
|
|
temperatureLimit?: FloatWithAggregatesFilter<"ServerMonitoringNotification"> | number
|
|
|
|
|
notificationText?: StringWithAggregatesFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextStatus?: StringWithAggregatesFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextCpu?: StringWithAggregatesFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextGpu?: StringWithAggregatesFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextMemory?: StringWithAggregatesFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextDisk?: StringWithAggregatesFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationTextTemperature?: StringWithAggregatesFilter<"ServerMonitoringNotification"> | string
|
|
|
|
|
notificationCpu?: BoolWithAggregatesFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationGpu?: BoolWithAggregatesFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationMemory?: BoolWithAggregatesFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationDisk?: BoolWithAggregatesFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
notificationTemperature?: BoolWithAggregatesFilter<"ServerMonitoringNotification"> | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationWhereInput = {
|
|
|
|
@@ -15107,14 +15325,18 @@ export namespace Prisma {
|
|
|
|
|
id?: IntFilter<"ApplicationMonitoringNotification"> | number
|
|
|
|
|
statusChange?: BoolFilter<"ApplicationMonitoringNotification"> | boolean
|
|
|
|
|
latencyLimit?: FloatFilter<"ApplicationMonitoringNotification"> | number
|
|
|
|
|
notificationText?: StringFilter<"ApplicationMonitoringNotification"> | string
|
|
|
|
|
notificationTextStatus?: StringFilter<"ApplicationMonitoringNotification"> | string
|
|
|
|
|
notificationTextLatency?: StringFilter<"ApplicationMonitoringNotification"> | string
|
|
|
|
|
notificationLatency?: BoolFilter<"ApplicationMonitoringNotification"> | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationOrderByWithRelationInput = {
|
|
|
|
|
id?: SortOrder
|
|
|
|
|
statusChange?: SortOrder
|
|
|
|
|
latencyLimit?: SortOrder
|
|
|
|
|
notificationText?: SortOrder
|
|
|
|
|
notificationTextStatus?: SortOrder
|
|
|
|
|
notificationTextLatency?: SortOrder
|
|
|
|
|
notificationLatency?: SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationWhereUniqueInput = Prisma.AtLeast<{
|
|
|
|
@@ -15124,14 +15346,18 @@ export namespace Prisma {
|
|
|
|
|
NOT?: ApplicationMonitoringNotificationWhereInput | ApplicationMonitoringNotificationWhereInput[]
|
|
|
|
|
statusChange?: BoolFilter<"ApplicationMonitoringNotification"> | boolean
|
|
|
|
|
latencyLimit?: FloatFilter<"ApplicationMonitoringNotification"> | number
|
|
|
|
|
notificationText?: StringFilter<"ApplicationMonitoringNotification"> | string
|
|
|
|
|
notificationTextStatus?: StringFilter<"ApplicationMonitoringNotification"> | string
|
|
|
|
|
notificationTextLatency?: StringFilter<"ApplicationMonitoringNotification"> | string
|
|
|
|
|
notificationLatency?: BoolFilter<"ApplicationMonitoringNotification"> | boolean
|
|
|
|
|
}, "id">
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationOrderByWithAggregationInput = {
|
|
|
|
|
id?: SortOrder
|
|
|
|
|
statusChange?: SortOrder
|
|
|
|
|
latencyLimit?: SortOrder
|
|
|
|
|
notificationText?: SortOrder
|
|
|
|
|
notificationTextStatus?: SortOrder
|
|
|
|
|
notificationTextLatency?: SortOrder
|
|
|
|
|
notificationLatency?: SortOrder
|
|
|
|
|
_count?: ApplicationMonitoringNotificationCountOrderByAggregateInput
|
|
|
|
|
_avg?: ApplicationMonitoringNotificationAvgOrderByAggregateInput
|
|
|
|
|
_max?: ApplicationMonitoringNotificationMaxOrderByAggregateInput
|
|
|
|
@@ -15146,7 +15372,9 @@ export namespace Prisma {
|
|
|
|
|
id?: IntWithAggregatesFilter<"ApplicationMonitoringNotification"> | number
|
|
|
|
|
statusChange?: BoolWithAggregatesFilter<"ApplicationMonitoringNotification"> | boolean
|
|
|
|
|
latencyLimit?: FloatWithAggregatesFilter<"ApplicationMonitoringNotification"> | number
|
|
|
|
|
notificationText?: StringWithAggregatesFilter<"ApplicationMonitoringNotification"> | string
|
|
|
|
|
notificationTextStatus?: StringWithAggregatesFilter<"ApplicationMonitoringNotification"> | string
|
|
|
|
|
notificationTextLatency?: StringWithAggregatesFilter<"ApplicationMonitoringNotification"> | string
|
|
|
|
|
notificationLatency?: BoolWithAggregatesFilter<"ApplicationMonitoringNotification"> | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type NotificationProviderWhereInput = {
|
|
|
|
@@ -15789,7 +16017,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit: number
|
|
|
|
|
diskLimit: number
|
|
|
|
|
temperatureLimit: number
|
|
|
|
|
notificationText: string
|
|
|
|
|
notificationTextStatus: string
|
|
|
|
|
notificationTextCpu: string
|
|
|
|
|
notificationTextGpu: string
|
|
|
|
|
notificationTextMemory: string
|
|
|
|
|
notificationTextDisk: string
|
|
|
|
|
notificationTextTemperature: string
|
|
|
|
|
notificationCpu: boolean
|
|
|
|
|
notificationGpu: boolean
|
|
|
|
|
notificationMemory: boolean
|
|
|
|
|
notificationDisk: boolean
|
|
|
|
|
notificationTemperature: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationUncheckedCreateInput = {
|
|
|
|
@@ -15800,7 +16038,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit: number
|
|
|
|
|
diskLimit: number
|
|
|
|
|
temperatureLimit: number
|
|
|
|
|
notificationText: string
|
|
|
|
|
notificationTextStatus: string
|
|
|
|
|
notificationTextCpu: string
|
|
|
|
|
notificationTextGpu: string
|
|
|
|
|
notificationTextMemory: string
|
|
|
|
|
notificationTextDisk: string
|
|
|
|
|
notificationTextTemperature: string
|
|
|
|
|
notificationCpu: boolean
|
|
|
|
|
notificationGpu: boolean
|
|
|
|
|
notificationMemory: boolean
|
|
|
|
|
notificationDisk: boolean
|
|
|
|
|
notificationTemperature: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationUpdateInput = {
|
|
|
|
@@ -15810,7 +16058,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
diskLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
temperatureLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
notificationText?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextStatus?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextCpu?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextGpu?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextMemory?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextDisk?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextTemperature?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationCpu?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationGpu?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationMemory?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationDisk?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationTemperature?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationUncheckedUpdateInput = {
|
|
|
|
@@ -15821,7 +16079,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
diskLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
temperatureLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
notificationText?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextStatus?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextCpu?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextGpu?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextMemory?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextDisk?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextTemperature?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationCpu?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationGpu?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationMemory?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationDisk?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationTemperature?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationCreateManyInput = {
|
|
|
|
@@ -15832,7 +16100,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit: number
|
|
|
|
|
diskLimit: number
|
|
|
|
|
temperatureLimit: number
|
|
|
|
|
notificationText: string
|
|
|
|
|
notificationTextStatus: string
|
|
|
|
|
notificationTextCpu: string
|
|
|
|
|
notificationTextGpu: string
|
|
|
|
|
notificationTextMemory: string
|
|
|
|
|
notificationTextDisk: string
|
|
|
|
|
notificationTextTemperature: string
|
|
|
|
|
notificationCpu: boolean
|
|
|
|
|
notificationGpu: boolean
|
|
|
|
|
notificationMemory: boolean
|
|
|
|
|
notificationDisk: boolean
|
|
|
|
|
notificationTemperature: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationUpdateManyMutationInput = {
|
|
|
|
@@ -15842,7 +16120,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
diskLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
temperatureLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
notificationText?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextStatus?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextCpu?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextGpu?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextMemory?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextDisk?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextTemperature?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationCpu?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationGpu?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationMemory?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationDisk?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationTemperature?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationUncheckedUpdateManyInput = {
|
|
|
|
@@ -15853,53 +16141,77 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
diskLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
temperatureLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
notificationText?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextStatus?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextCpu?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextGpu?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextMemory?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextDisk?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextTemperature?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationCpu?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationGpu?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationMemory?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationDisk?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
notificationTemperature?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationCreateInput = {
|
|
|
|
|
statusChange: boolean
|
|
|
|
|
latencyLimit: number
|
|
|
|
|
notificationText: string
|
|
|
|
|
notificationTextStatus: string
|
|
|
|
|
notificationTextLatency: string
|
|
|
|
|
notificationLatency: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationUncheckedCreateInput = {
|
|
|
|
|
id?: number
|
|
|
|
|
statusChange: boolean
|
|
|
|
|
latencyLimit: number
|
|
|
|
|
notificationText: string
|
|
|
|
|
notificationTextStatus: string
|
|
|
|
|
notificationTextLatency: string
|
|
|
|
|
notificationLatency: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationUpdateInput = {
|
|
|
|
|
statusChange?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
latencyLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
notificationText?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextStatus?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextLatency?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationLatency?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationUncheckedUpdateInput = {
|
|
|
|
|
id?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
statusChange?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
latencyLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
notificationText?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextStatus?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextLatency?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationLatency?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationCreateManyInput = {
|
|
|
|
|
id?: number
|
|
|
|
|
statusChange: boolean
|
|
|
|
|
latencyLimit: number
|
|
|
|
|
notificationText: string
|
|
|
|
|
notificationTextStatus: string
|
|
|
|
|
notificationTextLatency: string
|
|
|
|
|
notificationLatency: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationUpdateManyMutationInput = {
|
|
|
|
|
statusChange?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
latencyLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
notificationText?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextStatus?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextLatency?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationLatency?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationUncheckedUpdateManyInput = {
|
|
|
|
|
id?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
statusChange?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
latencyLimit?: FloatFieldUpdateOperationsInput | number
|
|
|
|
|
notificationText?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextStatus?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationTextLatency?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
notificationLatency?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type NotificationProviderCreateInput = {
|
|
|
|
@@ -16567,7 +16879,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: SortOrder
|
|
|
|
|
diskLimit?: SortOrder
|
|
|
|
|
temperatureLimit?: SortOrder
|
|
|
|
|
notificationText?: SortOrder
|
|
|
|
|
notificationTextStatus?: SortOrder
|
|
|
|
|
notificationTextCpu?: SortOrder
|
|
|
|
|
notificationTextGpu?: SortOrder
|
|
|
|
|
notificationTextMemory?: SortOrder
|
|
|
|
|
notificationTextDisk?: SortOrder
|
|
|
|
|
notificationTextTemperature?: SortOrder
|
|
|
|
|
notificationCpu?: SortOrder
|
|
|
|
|
notificationGpu?: SortOrder
|
|
|
|
|
notificationMemory?: SortOrder
|
|
|
|
|
notificationDisk?: SortOrder
|
|
|
|
|
notificationTemperature?: SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationAvgOrderByAggregateInput = {
|
|
|
|
@@ -16587,7 +16909,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: SortOrder
|
|
|
|
|
diskLimit?: SortOrder
|
|
|
|
|
temperatureLimit?: SortOrder
|
|
|
|
|
notificationText?: SortOrder
|
|
|
|
|
notificationTextStatus?: SortOrder
|
|
|
|
|
notificationTextCpu?: SortOrder
|
|
|
|
|
notificationTextGpu?: SortOrder
|
|
|
|
|
notificationTextMemory?: SortOrder
|
|
|
|
|
notificationTextDisk?: SortOrder
|
|
|
|
|
notificationTextTemperature?: SortOrder
|
|
|
|
|
notificationCpu?: SortOrder
|
|
|
|
|
notificationGpu?: SortOrder
|
|
|
|
|
notificationMemory?: SortOrder
|
|
|
|
|
notificationDisk?: SortOrder
|
|
|
|
|
notificationTemperature?: SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationMinOrderByAggregateInput = {
|
|
|
|
@@ -16598,7 +16930,17 @@ export namespace Prisma {
|
|
|
|
|
memoryLimit?: SortOrder
|
|
|
|
|
diskLimit?: SortOrder
|
|
|
|
|
temperatureLimit?: SortOrder
|
|
|
|
|
notificationText?: SortOrder
|
|
|
|
|
notificationTextStatus?: SortOrder
|
|
|
|
|
notificationTextCpu?: SortOrder
|
|
|
|
|
notificationTextGpu?: SortOrder
|
|
|
|
|
notificationTextMemory?: SortOrder
|
|
|
|
|
notificationTextDisk?: SortOrder
|
|
|
|
|
notificationTextTemperature?: SortOrder
|
|
|
|
|
notificationCpu?: SortOrder
|
|
|
|
|
notificationGpu?: SortOrder
|
|
|
|
|
notificationMemory?: SortOrder
|
|
|
|
|
notificationDisk?: SortOrder
|
|
|
|
|
notificationTemperature?: SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ServerMonitoringNotificationSumOrderByAggregateInput = {
|
|
|
|
@@ -16614,7 +16956,9 @@ export namespace Prisma {
|
|
|
|
|
id?: SortOrder
|
|
|
|
|
statusChange?: SortOrder
|
|
|
|
|
latencyLimit?: SortOrder
|
|
|
|
|
notificationText?: SortOrder
|
|
|
|
|
notificationTextStatus?: SortOrder
|
|
|
|
|
notificationTextLatency?: SortOrder
|
|
|
|
|
notificationLatency?: SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationAvgOrderByAggregateInput = {
|
|
|
|
@@ -16626,14 +16970,18 @@ export namespace Prisma {
|
|
|
|
|
id?: SortOrder
|
|
|
|
|
statusChange?: SortOrder
|
|
|
|
|
latencyLimit?: SortOrder
|
|
|
|
|
notificationText?: SortOrder
|
|
|
|
|
notificationTextStatus?: SortOrder
|
|
|
|
|
notificationTextLatency?: SortOrder
|
|
|
|
|
notificationLatency?: SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationMinOrderByAggregateInput = {
|
|
|
|
|
id?: SortOrder
|
|
|
|
|
statusChange?: SortOrder
|
|
|
|
|
latencyLimit?: SortOrder
|
|
|
|
|
notificationText?: SortOrder
|
|
|
|
|
notificationTextStatus?: SortOrder
|
|
|
|
|
notificationTextLatency?: SortOrder
|
|
|
|
|
notificationLatency?: SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ApplicationMonitoringNotificationSumOrderByAggregateInput = {
|
|
|
|
|