Files
DentalManagementMHAprilgg/packages/db/shared/schemas/findFirstOrThrowInsuranceCredential.schema.d.ts
2026-04-04 22:13:55 -04:00

55 lines
4.0 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const InsuranceCredentialFindFirstOrThrowSelectSchema: z.ZodType<Prisma.InsuranceCredentialSelect>;
export declare const InsuranceCredentialFindFirstOrThrowSelectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodBoolean>;
userId: z.ZodOptional<z.ZodBoolean>;
siteKey: z.ZodOptional<z.ZodBoolean>;
username: z.ZodOptional<z.ZodBoolean>;
password: z.ZodOptional<z.ZodBoolean>;
user: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
id?: boolean | undefined;
userId?: boolean | undefined;
user?: boolean | undefined;
siteKey?: boolean | undefined;
username?: boolean | undefined;
password?: boolean | undefined;
}, {
id?: boolean | undefined;
userId?: boolean | undefined;
user?: boolean | undefined;
siteKey?: boolean | undefined;
username?: boolean | undefined;
password?: boolean | undefined;
}>;
export declare const InsuranceCredentialFindFirstOrThrowSchema: z.ZodType<Prisma.InsuranceCredentialFindFirstOrThrowArgs>;
export declare const InsuranceCredentialFindFirstOrThrowZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.InsuranceCredentialSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodLazy<z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.InsuranceCredentialInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>>;
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.InsuranceCredentialOrderByWithRelationInput, z.ZodTypeDef, Prisma.InsuranceCredentialOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.InsuranceCredentialOrderByWithRelationInput, z.ZodTypeDef, Prisma.InsuranceCredentialOrderByWithRelationInput>, "many">]>>;
where: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialWhereInput, z.ZodTypeDef, Prisma.InsuranceCredentialWhereInput>>;
cursor: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialWhereUniqueInput, z.ZodTypeDef, Prisma.InsuranceCredentialWhereUniqueInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
distinct: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["id", "userId", "siteKey", "username", "password"]>, z.ZodArray<z.ZodEnum<["id", "userId", "siteKey", "username", "password"]>, "many">]>>;
}, "strict", z.ZodTypeAny, {
where?: Prisma.InsuranceCredentialWhereInput | undefined;
include?: Prisma.InsuranceCredentialInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.InsuranceCredentialSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
orderBy?: Prisma.InsuranceCredentialOrderByWithRelationInput | Prisma.InsuranceCredentialOrderByWithRelationInput[] | undefined;
cursor?: Prisma.InsuranceCredentialWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "id" | "userId" | "siteKey" | "username" | "password" | ("id" | "userId" | "siteKey" | "username" | "password")[] | undefined;
}, {
where?: Prisma.InsuranceCredentialWhereInput | undefined;
include?: Prisma.InsuranceCredentialInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.InsuranceCredentialSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
orderBy?: Prisma.InsuranceCredentialOrderByWithRelationInput | Prisma.InsuranceCredentialOrderByWithRelationInput[] | undefined;
cursor?: Prisma.InsuranceCredentialWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "id" | "userId" | "siteKey" | "username" | "password" | ("id" | "userId" | "siteKey" | "username" | "password")[] | undefined;
}>;
//# sourceMappingURL=findFirstOrThrowInsuranceCredential.schema.d.ts.map