initial commit
This commit is contained in:
29
packages/db/shared/schemas/objects/CloudFolderUpdateOneWithoutChildrenNestedInput.schema.d.ts
vendored
Normal file
29
packages/db/shared/schemas/objects/CloudFolderUpdateOneWithoutChildrenNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFolderUpdateOneWithoutChildrenNestedInputObjectSchema: z.ZodType<Prisma.CloudFolderUpdateOneWithoutChildrenNestedInput>;
|
||||
export declare const CloudFolderUpdateOneWithoutChildrenNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderCreateWithoutChildrenInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedCreateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedCreateWithoutChildrenInput>>]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateOrConnectWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderCreateOrConnectWithoutChildrenInput>>>;
|
||||
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderUpsertWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUpsertWithoutChildrenInput>>>;
|
||||
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.CloudFolderUpdateToOneWithWhereWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUpdateToOneWithWhereWithoutChildrenInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUpdateWithoutChildrenInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput>>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput | undefined;
|
||||
connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutChildrenInput | undefined;
|
||||
connect?: Prisma.CloudFolderWhereUniqueInput | undefined;
|
||||
update?: Prisma.CloudFolderUpdateWithoutChildrenInput | Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput | Prisma.CloudFolderUpdateToOneWithWhereWithoutChildrenInput | undefined;
|
||||
upsert?: Prisma.CloudFolderUpsertWithoutChildrenInput | undefined;
|
||||
disconnect?: boolean | Prisma.CloudFolderWhereInput | undefined;
|
||||
delete?: boolean | Prisma.CloudFolderWhereInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput | undefined;
|
||||
connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutChildrenInput | undefined;
|
||||
connect?: Prisma.CloudFolderWhereUniqueInput | undefined;
|
||||
update?: Prisma.CloudFolderUpdateWithoutChildrenInput | Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput | Prisma.CloudFolderUpdateToOneWithWhereWithoutChildrenInput | undefined;
|
||||
upsert?: Prisma.CloudFolderUpsertWithoutChildrenInput | undefined;
|
||||
disconnect?: boolean | Prisma.CloudFolderWhereInput | undefined;
|
||||
delete?: boolean | Prisma.CloudFolderWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFolderUpdateOneWithoutChildrenNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user