Projektstart
This commit is contained in:
143
backend/node_modules/.prisma/client/index.d.ts
generated
vendored
143
backend/node_modules/.prisma/client/index.d.ts
generated
vendored
@@ -3156,6 +3156,7 @@ export namespace Prisma {
|
||||
scope: string | null
|
||||
filePath: string | null
|
||||
error: string | null
|
||||
expiresAt: Date | null
|
||||
createdAt: Date | null
|
||||
updatedAt: Date | null
|
||||
}
|
||||
@@ -3168,6 +3169,7 @@ export namespace Prisma {
|
||||
scope: string | null
|
||||
filePath: string | null
|
||||
error: string | null
|
||||
expiresAt: Date | null
|
||||
createdAt: Date | null
|
||||
updatedAt: Date | null
|
||||
}
|
||||
@@ -3180,6 +3182,7 @@ export namespace Prisma {
|
||||
scope: number
|
||||
filePath: number
|
||||
error: number
|
||||
expiresAt: number
|
||||
createdAt: number
|
||||
updatedAt: number
|
||||
_all: number
|
||||
@@ -3194,6 +3197,7 @@ export namespace Prisma {
|
||||
scope?: true
|
||||
filePath?: true
|
||||
error?: true
|
||||
expiresAt?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
}
|
||||
@@ -3206,6 +3210,7 @@ export namespace Prisma {
|
||||
scope?: true
|
||||
filePath?: true
|
||||
error?: true
|
||||
expiresAt?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
}
|
||||
@@ -3218,6 +3223,7 @@ export namespace Prisma {
|
||||
scope?: true
|
||||
filePath?: true
|
||||
error?: true
|
||||
expiresAt?: true
|
||||
createdAt?: true
|
||||
updatedAt?: true
|
||||
_all?: true
|
||||
@@ -3303,6 +3309,7 @@ export namespace Prisma {
|
||||
scope: string
|
||||
filePath: string | null
|
||||
error: string | null
|
||||
expiresAt: Date | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
_count: ExportJobCountAggregateOutputType | null
|
||||
@@ -3332,6 +3339,7 @@ export namespace Prisma {
|
||||
scope?: boolean
|
||||
filePath?: boolean
|
||||
error?: boolean
|
||||
expiresAt?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
tenant?: boolean | TenantDefaultArgs<ExtArgs>
|
||||
@@ -3345,6 +3353,7 @@ export namespace Prisma {
|
||||
scope?: boolean
|
||||
filePath?: boolean
|
||||
error?: boolean
|
||||
expiresAt?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
tenant?: boolean | TenantDefaultArgs<ExtArgs>
|
||||
@@ -3358,6 +3367,7 @@ export namespace Prisma {
|
||||
scope?: boolean
|
||||
filePath?: boolean
|
||||
error?: boolean
|
||||
expiresAt?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
}
|
||||
@@ -3382,6 +3392,7 @@ export namespace Prisma {
|
||||
scope: string
|
||||
filePath: string | null
|
||||
error: string | null
|
||||
expiresAt: Date | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
}, ExtArgs["result"]["exportJob"]>
|
||||
@@ -3785,6 +3796,7 @@ export namespace Prisma {
|
||||
readonly scope: FieldRef<"ExportJob", 'String'>
|
||||
readonly filePath: FieldRef<"ExportJob", 'String'>
|
||||
readonly error: FieldRef<"ExportJob", 'String'>
|
||||
readonly expiresAt: FieldRef<"ExportJob", 'DateTime'>
|
||||
readonly createdAt: FieldRef<"ExportJob", 'DateTime'>
|
||||
readonly updatedAt: FieldRef<"ExportJob", 'DateTime'>
|
||||
}
|
||||
@@ -14108,6 +14120,7 @@ export namespace Prisma {
|
||||
scope: 'scope',
|
||||
filePath: 'filePath',
|
||||
error: 'error',
|
||||
expiresAt: 'expiresAt',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
};
|
||||
@@ -14513,6 +14526,7 @@ export namespace Prisma {
|
||||
scope?: StringFilter<"ExportJob"> | string
|
||||
filePath?: StringNullableFilter<"ExportJob"> | string | null
|
||||
error?: StringNullableFilter<"ExportJob"> | string | null
|
||||
expiresAt?: DateTimeNullableFilter<"ExportJob"> | Date | string | null
|
||||
createdAt?: DateTimeFilter<"ExportJob"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"ExportJob"> | Date | string
|
||||
tenant?: XOR<TenantRelationFilter, TenantWhereInput>
|
||||
@@ -14526,6 +14540,7 @@ export namespace Prisma {
|
||||
scope?: SortOrder
|
||||
filePath?: SortOrderInput | SortOrder
|
||||
error?: SortOrderInput | SortOrder
|
||||
expiresAt?: SortOrderInput | SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
tenant?: TenantOrderByWithRelationInput
|
||||
@@ -14542,6 +14557,7 @@ export namespace Prisma {
|
||||
scope?: StringFilter<"ExportJob"> | string
|
||||
filePath?: StringNullableFilter<"ExportJob"> | string | null
|
||||
error?: StringNullableFilter<"ExportJob"> | string | null
|
||||
expiresAt?: DateTimeNullableFilter<"ExportJob"> | Date | string | null
|
||||
createdAt?: DateTimeFilter<"ExportJob"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"ExportJob"> | Date | string
|
||||
tenant?: XOR<TenantRelationFilter, TenantWhereInput>
|
||||
@@ -14555,6 +14571,7 @@ export namespace Prisma {
|
||||
scope?: SortOrder
|
||||
filePath?: SortOrderInput | SortOrder
|
||||
error?: SortOrderInput | SortOrder
|
||||
expiresAt?: SortOrderInput | SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
_count?: ExportJobCountOrderByAggregateInput
|
||||
@@ -14573,6 +14590,7 @@ export namespace Prisma {
|
||||
scope?: StringWithAggregatesFilter<"ExportJob"> | string
|
||||
filePath?: StringNullableWithAggregatesFilter<"ExportJob"> | string | null
|
||||
error?: StringNullableWithAggregatesFilter<"ExportJob"> | string | null
|
||||
expiresAt?: DateTimeNullableWithAggregatesFilter<"ExportJob"> | Date | string | null
|
||||
createdAt?: DateTimeWithAggregatesFilter<"ExportJob"> | Date | string
|
||||
updatedAt?: DateTimeWithAggregatesFilter<"ExportJob"> | Date | string
|
||||
}
|
||||
@@ -15393,6 +15411,7 @@ export namespace Prisma {
|
||||
scope: string
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
tenant: TenantCreateNestedOneWithoutExportJobsInput
|
||||
@@ -15406,6 +15425,7 @@ export namespace Prisma {
|
||||
scope: string
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
}
|
||||
@@ -15417,6 +15437,7 @@ export namespace Prisma {
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
tenant?: TenantUpdateOneRequiredWithoutExportJobsNestedInput
|
||||
@@ -15430,6 +15451,7 @@ export namespace Prisma {
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
@@ -15442,6 +15464,7 @@ export namespace Prisma {
|
||||
scope: string
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
}
|
||||
@@ -15453,6 +15476,7 @@ export namespace Prisma {
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
@@ -15465,6 +15489,7 @@ export namespace Prisma {
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
@@ -16430,6 +16455,17 @@ export namespace Prisma {
|
||||
not?: NestedStringNullableFilter<$PrismaModel> | string | 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 TenantRelationFilter = {
|
||||
is?: TenantWhereInput
|
||||
isNot?: TenantWhereInput
|
||||
@@ -16448,6 +16484,7 @@ export namespace Prisma {
|
||||
scope?: SortOrder
|
||||
filePath?: SortOrder
|
||||
error?: SortOrder
|
||||
expiresAt?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
}
|
||||
@@ -16460,6 +16497,7 @@ export namespace Prisma {
|
||||
scope?: SortOrder
|
||||
filePath?: SortOrder
|
||||
error?: SortOrder
|
||||
expiresAt?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
}
|
||||
@@ -16472,6 +16510,7 @@ export namespace Prisma {
|
||||
scope?: SortOrder
|
||||
filePath?: SortOrder
|
||||
error?: SortOrder
|
||||
expiresAt?: SortOrder
|
||||
createdAt?: SortOrder
|
||||
updatedAt?: SortOrder
|
||||
}
|
||||
@@ -16504,6 +16543,20 @@ export namespace Prisma {
|
||||
_max?: NestedStringNullableFilter<$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 EnumUserRoleFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.UserRole | EnumUserRoleFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.UserRole[] | ListEnumUserRoleFieldRefInput<$PrismaModel>
|
||||
@@ -16588,17 +16641,6 @@ 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
|
||||
@@ -16735,20 +16777,6 @@ 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
|
||||
@@ -17348,6 +17376,10 @@ export namespace Prisma {
|
||||
set?: string | null
|
||||
}
|
||||
|
||||
export type NullableDateTimeFieldUpdateOperationsInput = {
|
||||
set?: Date | string | null
|
||||
}
|
||||
|
||||
export type TenantUpdateOneRequiredWithoutExportJobsNestedInput = {
|
||||
create?: XOR<TenantCreateWithoutExportJobsInput, TenantUncheckedCreateWithoutExportJobsInput>
|
||||
connectOrCreate?: TenantCreateOrConnectWithoutExportJobsInput
|
||||
@@ -17432,10 +17464,6 @@ export namespace Prisma {
|
||||
set?: boolean | null
|
||||
}
|
||||
|
||||
export type NullableDateTimeFieldUpdateOperationsInput = {
|
||||
set?: Date | string | null
|
||||
}
|
||||
|
||||
export type TenantUpdateOneRequiredWithoutMailboxAccountsNestedInput = {
|
||||
create?: XOR<TenantCreateWithoutMailboxAccountsInput, TenantUncheckedCreateWithoutMailboxAccountsInput>
|
||||
connectOrCreate?: TenantCreateOrConnectWithoutMailboxAccountsInput
|
||||
@@ -17949,6 +17977,17 @@ export namespace Prisma {
|
||||
not?: NestedStringNullableFilter<$PrismaModel> | string | 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 NestedEnumExportStatusWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.ExportStatus | EnumExportStatusFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.ExportStatus[] | ListEnumExportStatusFieldRefInput<$PrismaModel>
|
||||
@@ -17987,6 +18026,20 @@ export namespace Prisma {
|
||||
not?: NestedIntNullableFilter<$PrismaModel> | number | null
|
||||
}
|
||||
|
||||
export type NestedDateTimeNullableWithAggregatesFilter<$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 NestedEnumUserRoleFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.UserRole | EnumUserRoleFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.UserRole[] | ListEnumUserRoleFieldRefInput<$PrismaModel>
|
||||
@@ -18016,17 +18069,6 @@ 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>
|
||||
@@ -18099,20 +18141,6 @@ export namespace Prisma {
|
||||
_max?: NestedBoolNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedDateTimeNullableWithAggregatesFilter<$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 NestedEnumRuleConditionTypeFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.RuleConditionType | EnumRuleConditionTypeFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.RuleConditionType[] | ListEnumRuleConditionTypeFieldRefInput<$PrismaModel>
|
||||
@@ -18171,6 +18199,7 @@ export namespace Prisma {
|
||||
scope: string
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
}
|
||||
@@ -18182,6 +18211,7 @@ export namespace Prisma {
|
||||
scope: string
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
}
|
||||
@@ -18379,6 +18409,7 @@ export namespace Prisma {
|
||||
scope?: StringFilter<"ExportJob"> | string
|
||||
filePath?: StringNullableFilter<"ExportJob"> | string | null
|
||||
error?: StringNullableFilter<"ExportJob"> | string | null
|
||||
expiresAt?: DateTimeNullableFilter<"ExportJob"> | Date | string | null
|
||||
createdAt?: DateTimeFilter<"ExportJob"> | Date | string
|
||||
updatedAt?: DateTimeFilter<"ExportJob"> | Date | string
|
||||
}
|
||||
@@ -19759,6 +19790,7 @@ export namespace Prisma {
|
||||
scope: string
|
||||
filePath?: string | null
|
||||
error?: string | null
|
||||
expiresAt?: Date | string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
}
|
||||
@@ -19822,6 +19854,7 @@ export namespace Prisma {
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
@@ -19833,6 +19866,7 @@ export namespace Prisma {
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
@@ -19844,6 +19878,7 @@ export namespace Prisma {
|
||||
scope?: StringFieldUpdateOperationsInput | string
|
||||
filePath?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
error?: NullableStringFieldUpdateOperationsInput | string | null
|
||||
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user