Projektstart
This commit is contained in:
317
backend/node_modules/.prisma/client/index.d.ts
generated
vendored
317
backend/node_modules/.prisma/client/index.d.ts
generated
vendored
@@ -3144,16 +3144,27 @@ export namespace Prisma {
|
||||
|
||||
export type AggregateExportJob = {
|
||||
_count: ExportJobCountAggregateOutputType | null
|
||||
_avg: ExportJobAvgAggregateOutputType | null
|
||||
_sum: ExportJobSumAggregateOutputType | null
|
||||
_min: ExportJobMinAggregateOutputType | null
|
||||
_max: ExportJobMaxAggregateOutputType | null
|
||||
}
|
||||
|
||||
export type ExportJobAvgAggregateOutputType = {
|
||||
progress: number | null
|
||||
}
|
||||
|
||||
export type ExportJobSumAggregateOutputType = {
|
||||
progress: number | null
|
||||
}
|
||||
|
||||
export type ExportJobMinAggregateOutputType = {
|
||||
id: string | null
|
||||
tenantId: string | null
|
||||
status: $Enums.ExportStatus | null
|
||||
format: string | null
|
||||
scope: string | null
|
||||
progress: number | null
|
||||
filePath: string | null
|
||||
error: string | null
|
||||
expiresAt: Date | null
|
||||
@@ -3167,6 +3178,7 @@ export namespace Prisma {
|
||||
status: $Enums.ExportStatus | null
|
||||
format: string | null
|
||||
scope: string | null
|
||||
progress: number | null
|
||||
filePath: string | null
|
||||
error: string | null
|
||||
expiresAt: Date | null
|
||||
@@ -3180,6 +3192,7 @@ export namespace Prisma {
|
||||
status: number
|
||||
format: number
|
||||
scope: number
|
||||
progress: number
|
||||
filePath: number
|
||||
error: number
|
||||
expiresAt: number
|
||||
@@ -3189,12 +3202,21 @@ export namespace Prisma {
|
||||
}
|
||||
|
||||
|
||||
export type ExportJobAvgAggregateInputType = {
|
||||
progress?: true
|
||||
}
|
||||
|
||||
export type ExportJobSumAggregateInputType = {
|
||||
progress?: true
|
||||
}
|
||||
|
||||
export type ExportJobMinAggregateInputType = {
|
||||
id?: true
|
||||
tenantId?: true
|
||||
status?: true
|
||||
format?: true
|
||||
scope?: true
|
||||
progress?: true
|
||||
filePath?: true
|
||||
error?: true
|
||||
expiresAt?: true
|
||||
@@ -3208,6 +3230,7 @@ export namespace Prisma {
|
||||
status?: true
|
||||
format?: true
|
||||
scope?: true
|
||||
progress?: true
|
||||
filePath?: true
|
||||
error?: true
|
||||
expiresAt?: true
|
||||
@@ -3221,6 +3244,7 @@ export namespace Prisma {
|
||||
status?: true
|
||||
format?: true
|
||||
scope?: true
|
||||
progress?: true
|
||||
filePath?: true
|
||||
error?: true
|
||||
expiresAt?: true
|
||||
@@ -3264,6 +3288,18 @@ export namespace Prisma {
|
||||
* Count returned ExportJobs
|
||||
**/
|
||||
_count?: true | ExportJobCountAggregateInputType
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
||||
*
|
||||
* Select which fields to average
|
||||
**/
|
||||
_avg?: ExportJobAvgAggregateInputType
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
||||
*
|
||||
* Select which fields to sum
|
||||
**/
|
||||
_sum?: ExportJobSumAggregateInputType
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
||||
*
|
||||
@@ -3297,6 +3333,8 @@ export namespace Prisma {
|
||||
take?: number
|
||||
skip?: number
|
||||
_count?: ExportJobCountAggregateInputType | true
|
||||
_avg?: ExportJobAvgAggregateInputType
|
||||
_sum?: ExportJobSumAggregateInputType
|
||||
_min?: ExportJobMinAggregateInputType
|
||||
_max?: ExportJobMaxAggregateInputType
|
||||
}
|
||||
@@ -3307,12 +3345,15 @@ export namespace Prisma {
|
||||
status: $Enums.ExportStatus
|
||||
format: string
|
||||
scope: string
|
||||
progress: number
|
||||
filePath: string | null
|
||||
error: string | null
|
||||
expiresAt: Date | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
_count: ExportJobCountAggregateOutputType | null
|
||||
_avg: ExportJobAvgAggregateOutputType | null
|
||||
_sum: ExportJobSumAggregateOutputType | null
|
||||
_min: ExportJobMinAggregateOutputType | null
|
||||
_max: ExportJobMaxAggregateOutputType | null
|
||||
}
|
||||
@@ -3337,6 +3378,7 @@ export namespace Prisma {
|
||||
status?: boolean
|
||||
format?: boolean
|
||||
scope?: boolean
|
||||
progress?: boolean
|
||||
filePath?: boolean
|
||||
error?: boolean
|
||||
expiresAt?: boolean
|
||||
@@ -3351,6 +3393,7 @@ export namespace Prisma {
|
||||
status?: boolean
|
||||
format?: boolean
|
||||
scope?: boolean
|
||||
progress?: boolean
|
||||
filePath?: boolean
|
||||
error?: boolean
|
||||
expiresAt?: boolean
|
||||
@@ -3365,6 +3408,7 @@ export namespace Prisma {
|
||||
status?: boolean
|
||||
format?: boolean
|
||||
scope?: boolean
|
||||
progress?: boolean
|
||||
filePath?: boolean
|
||||
error?: boolean
|
||||
expiresAt?: boolean
|
||||
@@ -3390,6 +3434,7 @@ export namespace Prisma {
|
||||
status: $Enums.ExportStatus
|
||||
format: string
|
||||
scope: string
|
||||
progress: number
|
||||
filePath: string | null
|
||||
error: string | null
|
||||
expiresAt: Date | null
|
||||
@@ -3794,6 +3839,7 @@ export namespace Prisma {
|
||||
readonly status: FieldRef<"ExportJob", 'ExportStatus'>
|
||||
readonly format: FieldRef<"ExportJob", 'String'>
|
||||
readonly scope: FieldRef<"ExportJob", 'String'>
|
||||
readonly progress: FieldRef<"ExportJob", 'Int'>
|
||||
readonly filePath: FieldRef<"ExportJob", 'String'>
|
||||
readonly error: FieldRef<"ExportJob", 'String'>
|
||||
readonly expiresAt: FieldRef<"ExportJob", 'DateTime'>
|
||||
@@ -5139,6 +5185,8 @@ export namespace Prisma {
|
||||
oauthAccessToken: string | null
|
||||
oauthExpiresAt: Date | null
|
||||
providerUserId: string | null
|
||||
oauthLastCheckedAt: Date | null
|
||||
oauthLastErrorCode: string | null
|
||||
appPassword: string | null
|
||||
createdAt: Date | null
|
||||
updatedAt: Date | null
|
||||
@@ -5161,6 +5209,8 @@ export namespace Prisma {
|
||||
oauthAccessToken: string | null
|
||||
oauthExpiresAt: Date | null
|
||||
providerUserId: string | null
|
||||
oauthLastCheckedAt: Date | null
|
||||
oauthLastErrorCode: string | null
|
||||
appPassword: string | null
|
||||
createdAt: Date | null
|
||||
updatedAt: Date | null
|
||||
@@ -5183,6 +5233,8 @@ export namespace Prisma {
|
||||
oauthAccessToken: number
|
||||
oauthExpiresAt: number
|
||||
providerUserId: number
|
||||
oauthLastCheckedAt: number
|
||||
oauthLastErrorCode: number
|
||||
appPassword: number
|
||||
createdAt: number
|
||||
updatedAt: number
|
||||
@@ -5217,6 +5269,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: true
|
||||
oauthExpiresAt?: true
|
||||
providerUserId?: true
|
||||
oauthLastCheckedAt?: true
|
||||
oauthLastErrorCode?: true
|
||||
appPassword?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
@@ -5239,6 +5293,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: true
|
||||
oauthExpiresAt?: true
|
||||
providerUserId?: true
|
||||
oauthLastCheckedAt?: true
|
||||
oauthLastErrorCode?: true
|
||||
appPassword?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
@@ -5261,6 +5317,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: true
|
||||
oauthExpiresAt?: true
|
||||
providerUserId?: true
|
||||
oauthLastCheckedAt?: true
|
||||
oauthLastErrorCode?: true
|
||||
appPassword?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
@@ -5370,6 +5428,8 @@ export namespace Prisma {
|
||||
oauthAccessToken: string | null
|
||||
oauthExpiresAt: Date | null
|
||||
providerUserId: string | null
|
||||
oauthLastCheckedAt: Date | null
|
||||
oauthLastErrorCode: string | null
|
||||
appPassword: string | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
@@ -5411,6 +5471,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: boolean
|
||||
oauthExpiresAt?: boolean
|
||||
providerUserId?: boolean
|
||||
oauthLastCheckedAt?: boolean
|
||||
oauthLastErrorCode?: boolean
|
||||
appPassword?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
@@ -5437,6 +5499,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: boolean
|
||||
oauthExpiresAt?: boolean
|
||||
providerUserId?: boolean
|
||||
oauthLastCheckedAt?: boolean
|
||||
oauthLastErrorCode?: boolean
|
||||
appPassword?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
@@ -5460,6 +5524,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: boolean
|
||||
oauthExpiresAt?: boolean
|
||||
providerUserId?: boolean
|
||||
oauthLastCheckedAt?: boolean
|
||||
oauthLastErrorCode?: boolean
|
||||
appPassword?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
@@ -5499,6 +5565,8 @@ export namespace Prisma {
|
||||
oauthAccessToken: string | null
|
||||
oauthExpiresAt: Date | null
|
||||
providerUserId: string | null
|
||||
oauthLastCheckedAt: Date | null
|
||||
oauthLastErrorCode: string | null
|
||||
appPassword: string | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
@@ -5914,6 +5982,8 @@ export namespace Prisma {
|
||||
readonly oauthAccessToken: FieldRef<"MailboxAccount", 'String'>
|
||||
readonly oauthExpiresAt: FieldRef<"MailboxAccount", 'DateTime'>
|
||||
readonly providerUserId: FieldRef<"MailboxAccount", 'String'>
|
||||
readonly oauthLastCheckedAt: FieldRef<"MailboxAccount", 'DateTime'>
|
||||
readonly oauthLastErrorCode: FieldRef<"MailboxAccount", 'String'>
|
||||
readonly appPassword: FieldRef<"MailboxAccount", 'String'>
|
||||
readonly createdAt: FieldRef<"MailboxAccount", 'DateTime'>
|
||||
readonly updatedAt: FieldRef<"MailboxAccount", 'DateTime'>
|
||||
@@ -14118,6 +14188,7 @@ export namespace Prisma {
|
||||
status: 'status',
|
||||
format: 'format',
|
||||
scope: 'scope',
|
||||
progress: 'progress',
|
||||
filePath: 'filePath',
|
||||
error: 'error',
|
||||
expiresAt: 'expiresAt',
|
||||
@@ -14159,6 +14230,8 @@ export namespace Prisma {
|
||||
oauthAccessToken: 'oauthAccessToken',
|
||||
oauthExpiresAt: 'oauthExpiresAt',
|
||||
providerUserId: 'providerUserId',
|
||||
oauthLastCheckedAt: 'oauthLastCheckedAt',
|
||||
oauthLastErrorCode: 'oauthLastErrorCode',
|
||||
appPassword: 'appPassword',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
@@ -14347,6 +14420,20 @@ export namespace Prisma {
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Reference to a field of type 'Int'
|
||||
*/
|
||||
export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Reference to a field of type 'Int[]'
|
||||
*/
|
||||
export type ListIntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int[]'>
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Reference to a field of type 'UserRole'
|
||||
*/
|
||||
@@ -14375,20 +14462,6 @@ export namespace Prisma {
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Reference to a field of type 'Int'
|
||||
*/
|
||||
export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Reference to a field of type 'Int[]'
|
||||
*/
|
||||
export type ListIntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int[]'>
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Reference to a field of type 'RuleConditionType'
|
||||
*/
|
||||
@@ -14524,6 +14597,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusFilter<"ExportJob"> | $Enums.ExportStatus
|
||||
format?: StringFilter<"ExportJob"> | string
|
||||
scope?: StringFilter<"ExportJob"> | string
|
||||
progress?: IntFilter<"ExportJob"> | number
|
||||
filePath?: StringNullableFilter<"ExportJob"> | string | null
|
||||
error?: StringNullableFilter<"ExportJob"> | string | null
|
||||
expiresAt?: DateTimeNullableFilter<"ExportJob"> | Date | string | null
|
||||
@@ -14538,6 +14612,7 @@ export namespace Prisma {
|
||||
status?: SortOrder
|
||||
format?: SortOrder
|
||||
scope?: SortOrder
|
||||
progress?: SortOrder
|
||||
filePath?: SortOrderInput | SortOrder
|
||||
error?: SortOrderInput | SortOrder
|
||||
expiresAt?: SortOrderInput | SortOrder
|
||||
@@ -14555,6 +14630,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusFilter<"ExportJob"> | $Enums.ExportStatus
|
||||
format?: StringFilter<"ExportJob"> | string
|
||||
scope?: StringFilter<"ExportJob"> | string
|
||||
progress?: IntFilter<"ExportJob"> | number
|
||||
filePath?: StringNullableFilter<"ExportJob"> | string | null
|
||||
error?: StringNullableFilter<"ExportJob"> | string | null
|
||||
expiresAt?: DateTimeNullableFilter<"ExportJob"> | Date | string | null
|
||||
@@ -14569,14 +14645,17 @@ export namespace Prisma {
|
||||
status?: SortOrder
|
||||
format?: SortOrder
|
||||
scope?: SortOrder
|
||||
progress?: SortOrder
|
||||
filePath?: SortOrderInput | SortOrder
|
||||
error?: SortOrderInput | SortOrder
|
||||
expiresAt?: SortOrderInput | SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
_count?: ExportJobCountOrderByAggregateInput
|
||||
_avg?: ExportJobAvgOrderByAggregateInput
|
||||
_max?: ExportJobMaxOrderByAggregateInput
|
||||
_min?: ExportJobMinOrderByAggregateInput
|
||||
_sum?: ExportJobSumOrderByAggregateInput
|
||||
}
|
||||
|
||||
export type ExportJobScalarWhereWithAggregatesInput = {
|
||||
@@ -14588,6 +14667,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusWithAggregatesFilter<"ExportJob"> | $Enums.ExportStatus
|
||||
format?: StringWithAggregatesFilter<"ExportJob"> | string
|
||||
scope?: StringWithAggregatesFilter<"ExportJob"> | string
|
||||
progress?: IntWithAggregatesFilter<"ExportJob"> | number
|
||||
filePath?: StringNullableWithAggregatesFilter<"ExportJob"> | string | null
|
||||
error?: StringNullableWithAggregatesFilter<"ExportJob"> | string | null
|
||||
expiresAt?: DateTimeNullableWithAggregatesFilter<"ExportJob"> | Date | string | null
|
||||
@@ -14685,6 +14765,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthExpiresAt?: DateTimeNullableFilter<"MailboxAccount"> | Date | string | null
|
||||
providerUserId?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthLastCheckedAt?: DateTimeNullableFilter<"MailboxAccount"> | Date | string | null
|
||||
oauthLastErrorCode?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
appPassword?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
createdAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
@@ -14710,6 +14792,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: SortOrderInput | SortOrder
|
||||
oauthExpiresAt?: SortOrderInput | SortOrder
|
||||
providerUserId?: SortOrderInput | SortOrder
|
||||
oauthLastCheckedAt?: SortOrderInput | SortOrder
|
||||
oauthLastErrorCode?: SortOrderInput | SortOrder
|
||||
appPassword?: SortOrderInput | SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
@@ -14738,6 +14822,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthExpiresAt?: DateTimeNullableFilter<"MailboxAccount"> | Date | string | null
|
||||
providerUserId?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthLastCheckedAt?: DateTimeNullableFilter<"MailboxAccount"> | Date | string | null
|
||||
oauthLastErrorCode?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
appPassword?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
createdAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
@@ -14763,6 +14849,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: SortOrderInput | SortOrder
|
||||
oauthExpiresAt?: SortOrderInput | SortOrder
|
||||
providerUserId?: SortOrderInput | SortOrder
|
||||
oauthLastCheckedAt?: SortOrderInput | SortOrder
|
||||
oauthLastErrorCode?: SortOrderInput | SortOrder
|
||||
appPassword?: SortOrderInput | SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
@@ -14793,6 +14881,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: StringNullableWithAggregatesFilter<"MailboxAccount"> | string | null
|
||||
oauthExpiresAt?: DateTimeNullableWithAggregatesFilter<"MailboxAccount"> | Date | string | null
|
||||
providerUserId?: StringNullableWithAggregatesFilter<"MailboxAccount"> | string | null
|
||||
oauthLastCheckedAt?: DateTimeNullableWithAggregatesFilter<"MailboxAccount"> | Date | string | null
|
||||
oauthLastErrorCode?: StringNullableWithAggregatesFilter<"MailboxAccount"> | string | null
|
||||
appPassword?: StringNullableWithAggregatesFilter<"MailboxAccount"> | string | null
|
||||
createdAt?: DateTimeWithAggregatesFilter<"MailboxAccount"> | Date | string
|
||||
updatedAt?: DateTimeWithAggregatesFilter<"MailboxAccount"> | Date | string
|
||||
@@ -15409,6 +15499,7 @@ export namespace Prisma {
|
||||
status?: $Enums.ExportStatus
|
||||
format: string
|
||||
scope: string
|
||||
progress?: number
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
@@ -15423,6 +15514,7 @@ export namespace Prisma {
|
||||
status?: $Enums.ExportStatus
|
||||
format: string
|
||||
scope: string
|
||||
progress?: number
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
@@ -15435,6 +15527,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusFieldUpdateOperationsInput | $Enums.ExportStatus
|
||||
format?: StringFieldUpdateOperationsInput | string
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
progress?: IntFieldUpdateOperationsInput | number
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
@@ -15449,6 +15542,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusFieldUpdateOperationsInput | $Enums.ExportStatus
|
||||
format?: StringFieldUpdateOperationsInput | string
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
progress?: IntFieldUpdateOperationsInput | number
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
@@ -15462,6 +15556,7 @@ export namespace Prisma {
|
||||
status?: $Enums.ExportStatus
|
||||
format: string
|
||||
scope: string
|
||||
progress?: number
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
@@ -15474,6 +15569,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusFieldUpdateOperationsInput | $Enums.ExportStatus
|
||||
format?: StringFieldUpdateOperationsInput | string
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
progress?: IntFieldUpdateOperationsInput | number
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
@@ -15487,6 +15583,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusFieldUpdateOperationsInput | $Enums.ExportStatus
|
||||
format?: StringFieldUpdateOperationsInput | string
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
progress?: IntFieldUpdateOperationsInput | number
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
@@ -15586,6 +15683,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
oauthLastCheckedAt?: Date | string | null
|
||||
oauthLastErrorCode?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -15611,6 +15710,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
oauthLastCheckedAt?: Date | string | null
|
||||
oauthLastErrorCode?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -15634,6 +15735,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -15659,6 +15762,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -15683,6 +15788,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
oauthLastCheckedAt?: Date | string | null
|
||||
oauthLastErrorCode?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -15704,6 +15811,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -15726,6 +15835,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -16440,6 +16551,17 @@ export namespace Prisma {
|
||||
not?: NestedEnumExportStatusFilter<$PrismaModel> | $Enums.ExportStatus
|
||||
}
|
||||
|
||||
export type IntFilter<$PrismaModel = never> = {
|
||||
equals?: number | IntFieldRefInput<$PrismaModel>
|
||||
in?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
lt?: number | IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | IntFieldRefInput<$PrismaModel>
|
||||
not?: NestedIntFilter<$PrismaModel> | number
|
||||
}
|
||||
|
||||
export type StringNullableFilter<$PrismaModel = never> = {
|
||||
equals?: string | StringFieldRefInput<$PrismaModel> | null
|
||||
in?: string[] | ListStringFieldRefInput<$PrismaModel> | null
|
||||
@@ -16482,6 +16604,7 @@ export namespace Prisma {
|
||||
status?: SortOrder
|
||||
format?: SortOrder
|
||||
scope?: SortOrder
|
||||
progress?: SortOrder
|
||||
filePath?: SortOrder
|
||||
error?: SortOrder
|
||||
expiresAt?: SortOrder
|
||||
@@ -16489,12 +16612,17 @@ export namespace Prisma {
|
||||
updatedAt?: SortOrder
|
||||
}
|
||||
|
||||
export type ExportJobAvgOrderByAggregateInput = {
|
||||
progress?: SortOrder
|
||||
}
|
||||
|
||||
export type ExportJobMaxOrderByAggregateInput = {
|
||||
id?: SortOrder
|
||||
tenantId?: SortOrder
|
||||
status?: SortOrder
|
||||
format?: SortOrder
|
||||
scope?: SortOrder
|
||||
progress?: SortOrder
|
||||
filePath?: SortOrder
|
||||
error?: SortOrder
|
||||
expiresAt?: SortOrder
|
||||
@@ -16508,6 +16636,7 @@ export namespace Prisma {
|
||||
status?: SortOrder
|
||||
format?: SortOrder
|
||||
scope?: SortOrder
|
||||
progress?: SortOrder
|
||||
filePath?: SortOrder
|
||||
error?: SortOrder
|
||||
expiresAt?: SortOrder
|
||||
@@ -16515,6 +16644,10 @@ export namespace Prisma {
|
||||
updatedAt?: SortOrder
|
||||
}
|
||||
|
||||
export type ExportJobSumOrderByAggregateInput = {
|
||||
progress?: SortOrder
|
||||
}
|
||||
|
||||
export type EnumExportStatusWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.ExportStatus | EnumExportStatusFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.ExportStatus[] | ListEnumExportStatusFieldRefInput<$PrismaModel>
|
||||
@@ -16525,6 +16658,22 @@ export namespace Prisma {
|
||||
_max?: NestedEnumExportStatusFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type IntWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | IntFieldRefInput<$PrismaModel>
|
||||
in?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
lt?: number | IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | IntFieldRefInput<$PrismaModel>
|
||||
not?: NestedIntWithAggregatesFilter<$PrismaModel> | number
|
||||
_count?: NestedIntFilter<$PrismaModel>
|
||||
_avg?: NestedFloatFilter<$PrismaModel>
|
||||
_sum?: NestedIntFilter<$PrismaModel>
|
||||
_min?: NestedIntFilter<$PrismaModel>
|
||||
_max?: NestedIntFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type StringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: string | StringFieldRefInput<$PrismaModel> | null
|
||||
in?: string[] | ListStringFieldRefInput<$PrismaModel> | null
|
||||
@@ -16614,17 +16763,6 @@ export namespace Prisma {
|
||||
not?: NestedEnumMailProviderFilter<$PrismaModel> | $Enums.MailProvider
|
||||
}
|
||||
|
||||
export type IntFilter<$PrismaModel = never> = {
|
||||
equals?: number | IntFieldRefInput<$PrismaModel>
|
||||
in?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
lt?: number | IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | IntFieldRefInput<$PrismaModel>
|
||||
not?: NestedIntFilter<$PrismaModel> | number
|
||||
}
|
||||
|
||||
export type IntNullableFilter<$PrismaModel = never> = {
|
||||
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
||||
@@ -16668,6 +16806,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: SortOrder
|
||||
oauthExpiresAt?: SortOrder
|
||||
providerUserId?: SortOrder
|
||||
oauthLastCheckedAt?: SortOrder
|
||||
oauthLastErrorCode?: SortOrder
|
||||
appPassword?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
@@ -16695,6 +16835,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: SortOrder
|
||||
oauthExpiresAt?: SortOrder
|
||||
providerUserId?: SortOrder
|
||||
oauthLastCheckedAt?: SortOrder
|
||||
oauthLastErrorCode?: SortOrder
|
||||
appPassword?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
@@ -16717,6 +16859,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: SortOrder
|
||||
oauthExpiresAt?: SortOrder
|
||||
providerUserId?: SortOrder
|
||||
oauthLastCheckedAt?: SortOrder
|
||||
oauthLastErrorCode?: SortOrder
|
||||
appPassword?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
@@ -16737,22 +16881,6 @@ export namespace Prisma {
|
||||
_max?: NestedEnumMailProviderFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type IntWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | IntFieldRefInput<$PrismaModel>
|
||||
in?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
lt?: number | IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | IntFieldRefInput<$PrismaModel>
|
||||
not?: NestedIntWithAggregatesFilter<$PrismaModel> | number
|
||||
_count?: NestedIntFilter<$PrismaModel>
|
||||
_avg?: NestedFloatFilter<$PrismaModel>
|
||||
_sum?: NestedIntFilter<$PrismaModel>
|
||||
_min?: NestedIntFilter<$PrismaModel>
|
||||
_max?: NestedIntFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
||||
@@ -17372,6 +17500,14 @@ export namespace Prisma {
|
||||
set?: $Enums.ExportStatus
|
||||
}
|
||||
|
||||
export type IntFieldUpdateOperationsInput = {
|
||||
set?: number
|
||||
increment?: number
|
||||
decrement?: number
|
||||
multiply?: number
|
||||
divide?: number
|
||||
}
|
||||
|
||||
export type NullableStringFieldUpdateOperationsInput = {
|
||||
set?: string | null
|
||||
}
|
||||
@@ -17444,14 +17580,6 @@ export namespace Prisma {
|
||||
set?: $Enums.MailProvider
|
||||
}
|
||||
|
||||
export type IntFieldUpdateOperationsInput = {
|
||||
set?: number
|
||||
increment?: number
|
||||
decrement?: number
|
||||
multiply?: number
|
||||
divide?: number
|
||||
}
|
||||
|
||||
export type NullableIntFieldUpdateOperationsInput = {
|
||||
set?: number | null
|
||||
increment?: number
|
||||
@@ -17998,6 +18126,33 @@ export namespace Prisma {
|
||||
_max?: NestedEnumExportStatusFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | IntFieldRefInput<$PrismaModel>
|
||||
in?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
lt?: number | IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | IntFieldRefInput<$PrismaModel>
|
||||
not?: NestedIntWithAggregatesFilter<$PrismaModel> | number
|
||||
_count?: NestedIntFilter<$PrismaModel>
|
||||
_avg?: NestedFloatFilter<$PrismaModel>
|
||||
_sum?: NestedIntFilter<$PrismaModel>
|
||||
_min?: NestedIntFilter<$PrismaModel>
|
||||
_max?: NestedIntFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedFloatFilter<$PrismaModel = never> = {
|
||||
equals?: number | FloatFieldRefInput<$PrismaModel>
|
||||
in?: number[] | ListFloatFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | ListFloatFieldRefInput<$PrismaModel>
|
||||
lt?: number | FloatFieldRefInput<$PrismaModel>
|
||||
lte?: number | FloatFieldRefInput<$PrismaModel>
|
||||
gt?: number | FloatFieldRefInput<$PrismaModel>
|
||||
gte?: number | FloatFieldRefInput<$PrismaModel>
|
||||
not?: NestedFloatFilter<$PrismaModel> | number
|
||||
}
|
||||
|
||||
export type NestedStringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: string | StringFieldRefInput<$PrismaModel> | null
|
||||
in?: string[] | ListStringFieldRefInput<$PrismaModel> | null
|
||||
@@ -18079,33 +18234,6 @@ export namespace Prisma {
|
||||
_max?: NestedEnumMailProviderFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | IntFieldRefInput<$PrismaModel>
|
||||
in?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | ListIntFieldRefInput<$PrismaModel>
|
||||
lt?: number | IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | IntFieldRefInput<$PrismaModel>
|
||||
not?: NestedIntWithAggregatesFilter<$PrismaModel> | number
|
||||
_count?: NestedIntFilter<$PrismaModel>
|
||||
_avg?: NestedFloatFilter<$PrismaModel>
|
||||
_sum?: NestedIntFilter<$PrismaModel>
|
||||
_min?: NestedIntFilter<$PrismaModel>
|
||||
_max?: NestedIntFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedFloatFilter<$PrismaModel = never> = {
|
||||
equals?: number | FloatFieldRefInput<$PrismaModel>
|
||||
in?: number[] | ListFloatFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | ListFloatFieldRefInput<$PrismaModel>
|
||||
lt?: number | FloatFieldRefInput<$PrismaModel>
|
||||
lte?: number | FloatFieldRefInput<$PrismaModel>
|
||||
gt?: number | FloatFieldRefInput<$PrismaModel>
|
||||
gte?: number | FloatFieldRefInput<$PrismaModel>
|
||||
not?: NestedFloatFilter<$PrismaModel> | number
|
||||
}
|
||||
|
||||
export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
||||
@@ -18197,6 +18325,7 @@ export namespace Prisma {
|
||||
status?: $Enums.ExportStatus
|
||||
format: string
|
||||
scope: string
|
||||
progress?: number
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
@@ -18209,6 +18338,7 @@ export namespace Prisma {
|
||||
status?: $Enums.ExportStatus
|
||||
format: string
|
||||
scope: string
|
||||
progress?: number
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
@@ -18272,6 +18402,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
oauthLastCheckedAt?: Date | string | null
|
||||
oauthLastErrorCode?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -18295,6 +18427,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
oauthLastCheckedAt?: Date | string | null
|
||||
oauthLastErrorCode?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -18407,6 +18541,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusFilter<"ExportJob"> | $Enums.ExportStatus
|
||||
format?: StringFilter<"ExportJob"> | string
|
||||
scope?: StringFilter<"ExportJob"> | string
|
||||
progress?: IntFilter<"ExportJob"> | number
|
||||
filePath?: StringNullableFilter<"ExportJob"> | string | null
|
||||
error?: StringNullableFilter<"ExportJob"> | string | null
|
||||
expiresAt?: DateTimeNullableFilter<"ExportJob"> | Date | string | null
|
||||
@@ -18480,6 +18615,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthExpiresAt?: DateTimeNullableFilter<"MailboxAccount"> | Date | string | null
|
||||
providerUserId?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthLastCheckedAt?: DateTimeNullableFilter<"MailboxAccount"> | Date | string | null
|
||||
oauthLastErrorCode?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
appPassword?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
createdAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
@@ -18866,6 +19003,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
oauthLastCheckedAt?: Date | string | null
|
||||
oauthLastErrorCode?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -18890,6 +19029,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
oauthLastCheckedAt?: Date | string | null
|
||||
oauthLastErrorCode?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -18962,6 +19103,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -18986,6 +19129,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -19393,6 +19538,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
oauthLastCheckedAt?: Date | string | null
|
||||
oauthLastErrorCode?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -19417,6 +19564,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
oauthLastCheckedAt?: Date | string | null
|
||||
oauthLastErrorCode?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -19544,6 +19693,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -19568,6 +19719,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -19788,6 +19941,7 @@ export namespace Prisma {
|
||||
status?: $Enums.ExportStatus
|
||||
format: string
|
||||
scope: string
|
||||
progress?: number
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
@@ -19821,6 +19975,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
oauthLastCheckedAt?: Date | string | null
|
||||
oauthLastErrorCode?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -19852,6 +20008,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusFieldUpdateOperationsInput | $Enums.ExportStatus
|
||||
format?: StringFieldUpdateOperationsInput | string
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
progress?: IntFieldUpdateOperationsInput | number
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
@@ -19864,6 +20021,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusFieldUpdateOperationsInput | $Enums.ExportStatus
|
||||
format?: StringFieldUpdateOperationsInput | string
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
progress?: IntFieldUpdateOperationsInput | number
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
@@ -19876,6 +20034,7 @@ export namespace Prisma {
|
||||
status?: EnumExportStatusFieldUpdateOperationsInput | $Enums.ExportStatus
|
||||
format?: StringFieldUpdateOperationsInput | string
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
progress?: IntFieldUpdateOperationsInput | number
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
@@ -19929,6 +20088,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -19952,6 +20113,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -19975,6 +20138,8 @@ export namespace Prisma {
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthLastCheckedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
oauthLastErrorCode?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
|
||||
Reference in New Issue
Block a user