initial commit
This commit is contained in:
29
packages/db/shared/schemas/objects/CloudFolderUpdateOneWithoutFilesNestedInput.schema.d.ts
vendored
Normal file
29
packages/db/shared/schemas/objects/CloudFolderUpdateOneWithoutFilesNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFolderUpdateOneWithoutFilesNestedInputObjectSchema: z.ZodType<Prisma.CloudFolderUpdateOneWithoutFilesNestedInput>;
|
||||
export declare const CloudFolderUpdateOneWithoutFilesNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateWithoutFilesInput, z.ZodTypeDef, Prisma.CloudFolderCreateWithoutFilesInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedCreateWithoutFilesInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedCreateWithoutFilesInput>>]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateOrConnectWithoutFilesInput, z.ZodTypeDef, Prisma.CloudFolderCreateOrConnectWithoutFilesInput>>>;
|
||||
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderUpsertWithoutFilesInput, z.ZodTypeDef, Prisma.CloudFolderUpsertWithoutFilesInput>>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereInput, z.ZodTypeDef, Prisma.CloudFolderWhereInput>>]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereInput, z.ZodTypeDef, Prisma.CloudFolderWhereInput>>]>>;
|
||||
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateToOneWithWhereWithoutFilesInput, z.ZodTypeDef, Prisma.CloudFolderUpdateToOneWithWhereWithoutFilesInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateWithoutFilesInput, z.ZodTypeDef, Prisma.CloudFolderUpdateWithoutFilesInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedUpdateWithoutFilesInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedUpdateWithoutFilesInput>>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.CloudFolderCreateWithoutFilesInput | Prisma.CloudFolderUncheckedCreateWithoutFilesInput | undefined;
|
||||
connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutFilesInput | undefined;
|
||||
connect?: Prisma.CloudFolderWhereUniqueInput | undefined;
|
||||
update?: Prisma.CloudFolderUpdateWithoutFilesInput | Prisma.CloudFolderUncheckedUpdateWithoutFilesInput | Prisma.CloudFolderUpdateToOneWithWhereWithoutFilesInput | undefined;
|
||||
upsert?: Prisma.CloudFolderUpsertWithoutFilesInput | undefined;
|
||||
disconnect?: boolean | Prisma.CloudFolderWhereInput | undefined;
|
||||
delete?: boolean | Prisma.CloudFolderWhereInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.CloudFolderCreateWithoutFilesInput | Prisma.CloudFolderUncheckedCreateWithoutFilesInput | undefined;
|
||||
connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutFilesInput | undefined;
|
||||
connect?: Prisma.CloudFolderWhereUniqueInput | undefined;
|
||||
update?: Prisma.CloudFolderUpdateWithoutFilesInput | Prisma.CloudFolderUncheckedUpdateWithoutFilesInput | Prisma.CloudFolderUpdateToOneWithWhereWithoutFilesInput | undefined;
|
||||
upsert?: Prisma.CloudFolderUpsertWithoutFilesInput | undefined;
|
||||
disconnect?: boolean | Prisma.CloudFolderWhereInput | undefined;
|
||||
delete?: boolean | Prisma.CloudFolderWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFolderUpdateOneWithoutFilesNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user