Projektstart
This commit is contained in:
252
backend/node_modules/.prisma/client/index.d.ts
generated
vendored
252
backend/node_modules/.prisma/client/index.d.ts
generated
vendored
@@ -4009,6 +4009,10 @@ export namespace Prisma {
|
||||
smtpPort: number | null
|
||||
smtpTLS: boolean | null
|
||||
oauthToken: string | null
|
||||
oauthRefreshToken: string | null
|
||||
oauthAccessToken: string | null
|
||||
oauthExpiresAt: Date | null
|
||||
providerUserId: string | null
|
||||
appPassword: string | null
|
||||
createdAt: Date | null
|
||||
updatedAt: Date | null
|
||||
@@ -4027,6 +4031,10 @@ export namespace Prisma {
|
||||
smtpPort: number | null
|
||||
smtpTLS: boolean | null
|
||||
oauthToken: string | null
|
||||
oauthRefreshToken: string | null
|
||||
oauthAccessToken: string | null
|
||||
oauthExpiresAt: Date | null
|
||||
providerUserId: string | null
|
||||
appPassword: string | null
|
||||
createdAt: Date | null
|
||||
updatedAt: Date | null
|
||||
@@ -4045,6 +4053,10 @@ export namespace Prisma {
|
||||
smtpPort: number
|
||||
smtpTLS: number
|
||||
oauthToken: number
|
||||
oauthRefreshToken: number
|
||||
oauthAccessToken: number
|
||||
oauthExpiresAt: number
|
||||
providerUserId: number
|
||||
appPassword: number
|
||||
createdAt: number
|
||||
updatedAt: number
|
||||
@@ -4075,6 +4087,10 @@ export namespace Prisma {
|
||||
smtpPort?: true
|
||||
smtpTLS?: true
|
||||
oauthToken?: true
|
||||
oauthRefreshToken?: true
|
||||
oauthAccessToken?: true
|
||||
oauthExpiresAt?: true
|
||||
providerUserId?: true
|
||||
appPassword?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
@@ -4093,6 +4109,10 @@ export namespace Prisma {
|
||||
smtpPort?: true
|
||||
smtpTLS?: true
|
||||
oauthToken?: true
|
||||
oauthRefreshToken?: true
|
||||
oauthAccessToken?: true
|
||||
oauthExpiresAt?: true
|
||||
providerUserId?: true
|
||||
appPassword?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
@@ -4111,6 +4131,10 @@ export namespace Prisma {
|
||||
smtpPort?: true
|
||||
smtpTLS?: true
|
||||
oauthToken?: true
|
||||
oauthRefreshToken?: true
|
||||
oauthAccessToken?: true
|
||||
oauthExpiresAt?: true
|
||||
providerUserId?: true
|
||||
appPassword?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
@@ -4216,6 +4240,10 @@ export namespace Prisma {
|
||||
smtpPort: number | null
|
||||
smtpTLS: boolean | null
|
||||
oauthToken: string | null
|
||||
oauthRefreshToken: string | null
|
||||
oauthAccessToken: string | null
|
||||
oauthExpiresAt: Date | null
|
||||
providerUserId: string | null
|
||||
appPassword: string | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
@@ -4253,6 +4281,10 @@ export namespace Prisma {
|
||||
smtpPort?: boolean
|
||||
smtpTLS?: boolean
|
||||
oauthToken?: boolean
|
||||
oauthRefreshToken?: boolean
|
||||
oauthAccessToken?: boolean
|
||||
oauthExpiresAt?: boolean
|
||||
providerUserId?: boolean
|
||||
appPassword?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
@@ -4275,6 +4307,10 @@ export namespace Prisma {
|
||||
smtpPort?: boolean
|
||||
smtpTLS?: boolean
|
||||
oauthToken?: boolean
|
||||
oauthRefreshToken?: boolean
|
||||
oauthAccessToken?: boolean
|
||||
oauthExpiresAt?: boolean
|
||||
providerUserId?: boolean
|
||||
appPassword?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
@@ -4294,6 +4330,10 @@ export namespace Prisma {
|
||||
smtpPort?: boolean
|
||||
smtpTLS?: boolean
|
||||
oauthToken?: boolean
|
||||
oauthRefreshToken?: boolean
|
||||
oauthAccessToken?: boolean
|
||||
oauthExpiresAt?: boolean
|
||||
providerUserId?: boolean
|
||||
appPassword?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
@@ -4329,6 +4369,10 @@ export namespace Prisma {
|
||||
smtpPort: number | null
|
||||
smtpTLS: boolean | null
|
||||
oauthToken: string | null
|
||||
oauthRefreshToken: string | null
|
||||
oauthAccessToken: string | null
|
||||
oauthExpiresAt: Date | null
|
||||
providerUserId: string | null
|
||||
appPassword: string | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
@@ -4740,6 +4784,10 @@ export namespace Prisma {
|
||||
readonly smtpPort: FieldRef<"MailboxAccount", 'Int'>
|
||||
readonly smtpTLS: FieldRef<"MailboxAccount", 'Boolean'>
|
||||
readonly oauthToken: FieldRef<"MailboxAccount", 'String'>
|
||||
readonly oauthRefreshToken: FieldRef<"MailboxAccount", 'String'>
|
||||
readonly oauthAccessToken: FieldRef<"MailboxAccount", 'String'>
|
||||
readonly oauthExpiresAt: FieldRef<"MailboxAccount", 'DateTime'>
|
||||
readonly providerUserId: FieldRef<"MailboxAccount", 'String'>
|
||||
readonly appPassword: FieldRef<"MailboxAccount", 'String'>
|
||||
readonly createdAt: FieldRef<"MailboxAccount", 'DateTime'>
|
||||
readonly updatedAt: FieldRef<"MailboxAccount", 'DateTime'>
|
||||
@@ -12965,6 +13013,10 @@ export namespace Prisma {
|
||||
smtpPort: 'smtpPort',
|
||||
smtpTLS: 'smtpTLS',
|
||||
oauthToken: 'oauthToken',
|
||||
oauthRefreshToken: 'oauthRefreshToken',
|
||||
oauthAccessToken: 'oauthAccessToken',
|
||||
oauthExpiresAt: 'oauthExpiresAt',
|
||||
providerUserId: 'providerUserId',
|
||||
appPassword: 'appPassword',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
@@ -13390,6 +13442,10 @@ export namespace Prisma {
|
||||
smtpPort?: IntNullableFilter<"MailboxAccount"> | number | null
|
||||
smtpTLS?: BoolNullableFilter<"MailboxAccount"> | boolean | null
|
||||
oauthToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthRefreshToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthAccessToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthExpiresAt?: DateTimeNullableFilter<"MailboxAccount"> | Date | string | null
|
||||
providerUserId?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
appPassword?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
createdAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
@@ -13411,6 +13467,10 @@ export namespace Prisma {
|
||||
smtpPort?: SortOrderInput | SortOrder
|
||||
smtpTLS?: SortOrderInput | SortOrder
|
||||
oauthToken?: SortOrderInput | SortOrder
|
||||
oauthRefreshToken?: SortOrderInput | SortOrder
|
||||
oauthAccessToken?: SortOrderInput | SortOrder
|
||||
oauthExpiresAt?: SortOrderInput | SortOrder
|
||||
providerUserId?: SortOrderInput | SortOrder
|
||||
appPassword?: SortOrderInput | SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
@@ -13435,6 +13495,10 @@ export namespace Prisma {
|
||||
smtpPort?: IntNullableFilter<"MailboxAccount"> | number | null
|
||||
smtpTLS?: BoolNullableFilter<"MailboxAccount"> | boolean | null
|
||||
oauthToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthRefreshToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthAccessToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthExpiresAt?: DateTimeNullableFilter<"MailboxAccount"> | Date | string | null
|
||||
providerUserId?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
appPassword?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
createdAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
@@ -13456,6 +13520,10 @@ export namespace Prisma {
|
||||
smtpPort?: SortOrderInput | SortOrder
|
||||
smtpTLS?: SortOrderInput | SortOrder
|
||||
oauthToken?: SortOrderInput | SortOrder
|
||||
oauthRefreshToken?: SortOrderInput | SortOrder
|
||||
oauthAccessToken?: SortOrderInput | SortOrder
|
||||
oauthExpiresAt?: SortOrderInput | SortOrder
|
||||
providerUserId?: SortOrderInput | SortOrder
|
||||
appPassword?: SortOrderInput | SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
@@ -13482,6 +13550,10 @@ export namespace Prisma {
|
||||
smtpPort?: IntNullableWithAggregatesFilter<"MailboxAccount"> | number | null
|
||||
smtpTLS?: BoolNullableWithAggregatesFilter<"MailboxAccount"> | boolean | null
|
||||
oauthToken?: StringNullableWithAggregatesFilter<"MailboxAccount"> | string | null
|
||||
oauthRefreshToken?: StringNullableWithAggregatesFilter<"MailboxAccount"> | string | null
|
||||
oauthAccessToken?: StringNullableWithAggregatesFilter<"MailboxAccount"> | string | null
|
||||
oauthExpiresAt?: DateTimeNullableWithAggregatesFilter<"MailboxAccount"> | Date | string | null
|
||||
providerUserId?: StringNullableWithAggregatesFilter<"MailboxAccount"> | string | null
|
||||
appPassword?: StringNullableWithAggregatesFilter<"MailboxAccount"> | string | null
|
||||
createdAt?: DateTimeWithAggregatesFilter<"MailboxAccount"> | Date | string
|
||||
updatedAt?: DateTimeWithAggregatesFilter<"MailboxAccount"> | Date | string
|
||||
@@ -14177,6 +14249,10 @@ export namespace Prisma {
|
||||
smtpPort?: number | null
|
||||
smtpTLS?: boolean | null
|
||||
oauthToken?: string | null
|
||||
oauthRefreshToken?: string | null
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -14198,6 +14274,10 @@ export namespace Prisma {
|
||||
smtpPort?: number | null
|
||||
smtpTLS?: boolean | null
|
||||
oauthToken?: string | null
|
||||
oauthRefreshToken?: string | null
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -14217,6 +14297,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -14238,6 +14322,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -14258,6 +14346,10 @@ export namespace Prisma {
|
||||
smtpPort?: number | null
|
||||
smtpTLS?: boolean | null
|
||||
oauthToken?: string | null
|
||||
oauthRefreshToken?: string | null
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -14275,6 +14367,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -14293,6 +14389,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -15094,6 +15194,17 @@ export namespace Prisma {
|
||||
not?: NestedBoolNullableFilter<$PrismaModel> | boolean | null
|
||||
}
|
||||
|
||||
export type DateTimeNullableFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel> | null
|
||||
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
||||
}
|
||||
|
||||
export type MailboxFolderListRelationFilter = {
|
||||
every?: MailboxFolderWhereInput
|
||||
some?: MailboxFolderWhereInput
|
||||
@@ -15122,6 +15233,10 @@ export namespace Prisma {
|
||||
smtpPort?: SortOrder
|
||||
smtpTLS?: SortOrder
|
||||
oauthToken?: SortOrder
|
||||
oauthRefreshToken?: SortOrder
|
||||
oauthAccessToken?: SortOrder
|
||||
oauthExpiresAt?: SortOrder
|
||||
providerUserId?: SortOrder
|
||||
appPassword?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
@@ -15145,6 +15260,10 @@ export namespace Prisma {
|
||||
smtpPort?: SortOrder
|
||||
smtpTLS?: SortOrder
|
||||
oauthToken?: SortOrder
|
||||
oauthRefreshToken?: SortOrder
|
||||
oauthAccessToken?: SortOrder
|
||||
oauthExpiresAt?: SortOrder
|
||||
providerUserId?: SortOrder
|
||||
appPassword?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
@@ -15163,6 +15282,10 @@ export namespace Prisma {
|
||||
smtpPort?: SortOrder
|
||||
smtpTLS?: SortOrder
|
||||
oauthToken?: SortOrder
|
||||
oauthRefreshToken?: SortOrder
|
||||
oauthAccessToken?: SortOrder
|
||||
oauthExpiresAt?: SortOrder
|
||||
providerUserId?: SortOrder
|
||||
appPassword?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
@@ -15241,6 +15364,20 @@ export namespace Prisma {
|
||||
_max?: NestedBoolNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type DateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel> | null
|
||||
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null
|
||||
_count?: NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: NestedDateTimeNullableFilter<$PrismaModel>
|
||||
_max?: NestedDateTimeNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type MailboxAccountRelationFilter = {
|
||||
is?: MailboxAccountWhereInput
|
||||
isNot?: MailboxAccountWhereInput
|
||||
@@ -15283,17 +15420,6 @@ export namespace Prisma {
|
||||
updatedAt?: SortOrder
|
||||
}
|
||||
|
||||
export type DateTimeNullableFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel> | null
|
||||
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
||||
}
|
||||
|
||||
export type MailboxFolderRelationFilter = {
|
||||
is?: MailboxFolderWhereInput
|
||||
isNot?: MailboxFolderWhereInput
|
||||
@@ -15338,20 +15464,6 @@ export namespace Prisma {
|
||||
updatedAt?: SortOrder
|
||||
}
|
||||
|
||||
export type DateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel> | null
|
||||
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null
|
||||
_count?: NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: NestedDateTimeNullableFilter<$PrismaModel>
|
||||
_max?: NestedDateTimeNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type RuleConditionListRelationFilter = {
|
||||
every?: RuleConditionWhereInput
|
||||
some?: RuleConditionWhereInput
|
||||
@@ -15889,6 +16001,10 @@ export namespace Prisma {
|
||||
set?: boolean | null
|
||||
}
|
||||
|
||||
export type NullableDateTimeFieldUpdateOperationsInput = {
|
||||
set?: Date | string | null
|
||||
}
|
||||
|
||||
export type TenantUpdateOneRequiredWithoutMailboxAccountsNestedInput = {
|
||||
create?: XOR<TenantCreateWithoutMailboxAccountsInput, TenantUncheckedCreateWithoutMailboxAccountsInput>
|
||||
connectOrCreate?: TenantCreateOrConnectWithoutMailboxAccountsInput
|
||||
@@ -16015,10 +16131,6 @@ export namespace Prisma {
|
||||
connect?: MailboxFolderWhereUniqueInput
|
||||
}
|
||||
|
||||
export type NullableDateTimeFieldUpdateOperationsInput = {
|
||||
set?: Date | string | null
|
||||
}
|
||||
|
||||
export type MailboxFolderUpdateOneRequiredWithoutMailItemsNestedInput = {
|
||||
create?: XOR<MailboxFolderCreateWithoutMailItemsInput, MailboxFolderUncheckedCreateWithoutMailItemsInput>
|
||||
connectOrCreate?: MailboxFolderCreateOrConnectWithoutMailItemsInput
|
||||
@@ -16439,6 +16551,17 @@ export namespace Prisma {
|
||||
not?: NestedBoolNullableFilter<$PrismaModel> | boolean | null
|
||||
}
|
||||
|
||||
export type NestedDateTimeNullableFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel> | null
|
||||
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
||||
}
|
||||
|
||||
export type NestedEnumMailProviderWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.MailProvider | EnumMailProviderFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.MailProvider[] | ListEnumMailProviderFieldRefInput<$PrismaModel>
|
||||
@@ -16528,17 +16651,6 @@ export namespace Prisma {
|
||||
_max?: NestedBoolNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedDateTimeNullableFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel> | null
|
||||
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
lt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
||||
}
|
||||
|
||||
export type NestedDateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | DateTimeFieldRefInput<$PrismaModel> | null
|
||||
in?: Date[] | string[] | ListDateTimeFieldRefInput<$PrismaModel> | null
|
||||
@@ -16646,6 +16758,10 @@ export namespace Prisma {
|
||||
smtpPort?: number | null
|
||||
smtpTLS?: boolean | null
|
||||
oauthToken?: string | null
|
||||
oauthRefreshToken?: string | null
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -16665,6 +16781,10 @@ export namespace Prisma {
|
||||
smtpPort?: number | null
|
||||
smtpTLS?: boolean | null
|
||||
oauthToken?: string | null
|
||||
oauthRefreshToken?: string | null
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -16814,6 +16934,10 @@ export namespace Prisma {
|
||||
smtpPort?: IntNullableFilter<"MailboxAccount"> | number | null
|
||||
smtpTLS?: BoolNullableFilter<"MailboxAccount"> | boolean | null
|
||||
oauthToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthRefreshToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthAccessToken?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
oauthExpiresAt?: DateTimeNullableFilter<"MailboxAccount"> | Date | string | null
|
||||
providerUserId?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
appPassword?: StringNullableFilter<"MailboxAccount"> | string | null
|
||||
createdAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"MailboxAccount"> | Date | string
|
||||
@@ -17124,6 +17248,10 @@ export namespace Prisma {
|
||||
smtpPort?: number | null
|
||||
smtpTLS?: boolean | null
|
||||
oauthToken?: string | null
|
||||
oauthRefreshToken?: string | null
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -17144,6 +17272,10 @@ export namespace Prisma {
|
||||
smtpPort?: number | null
|
||||
smtpTLS?: boolean | null
|
||||
oauthToken?: string | null
|
||||
oauthRefreshToken?: string | null
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -17212,6 +17344,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -17232,6 +17368,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -17629,6 +17769,10 @@ export namespace Prisma {
|
||||
smtpPort?: number | null
|
||||
smtpTLS?: boolean | null
|
||||
oauthToken?: string | null
|
||||
oauthRefreshToken?: string | null
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -17649,6 +17793,10 @@ export namespace Prisma {
|
||||
smtpPort?: number | null
|
||||
smtpTLS?: boolean | null
|
||||
oauthToken?: string | null
|
||||
oauthRefreshToken?: string | null
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -17770,6 +17918,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -17790,6 +17942,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -18027,6 +18183,10 @@ export namespace Prisma {
|
||||
smtpPort?: number | null
|
||||
smtpTLS?: boolean | null
|
||||
oauthToken?: string | null
|
||||
oauthRefreshToken?: string | null
|
||||
oauthAccessToken?: string | null
|
||||
oauthExpiresAt?: Date | string | null
|
||||
providerUserId?: string | null
|
||||
appPassword?: string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
@@ -18095,6 +18255,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -18114,6 +18278,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
@@ -18133,6 +18301,10 @@ export namespace Prisma {
|
||||
smtpPort?: NullableIntFieldUpdateOperationsInput | number | null
|
||||
smtpTLS?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
||||
oauthToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthRefreshToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthAccessToken?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
oauthExpiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
providerUserId?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
appPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
|
||||
Reference in New Issue
Block a user