32 lines
3.6 KiB
TypeScript
32 lines
3.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const InsuranceCredentialScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.InsuranceCredentialScalarWhereWithAggregatesInput>;
|
|
export declare const InsuranceCredentialScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
|
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.InsuranceCredentialScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.InsuranceCredentialScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.InsuranceCredentialScalarWhereWithAggregatesInput>>, "many">>;
|
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.InsuranceCredentialScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.InsuranceCredentialScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
userId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
siteKey: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
username: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
password: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.InsuranceCredentialScalarWhereWithAggregatesInput | Prisma.InsuranceCredentialScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.InsuranceCredentialScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.InsuranceCredentialScalarWhereWithAggregatesInput | Prisma.InsuranceCredentialScalarWhereWithAggregatesInput[] | undefined;
|
|
siteKey?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
username?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
password?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
}, {
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.InsuranceCredentialScalarWhereWithAggregatesInput | Prisma.InsuranceCredentialScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.InsuranceCredentialScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.InsuranceCredentialScalarWhereWithAggregatesInput | Prisma.InsuranceCredentialScalarWhereWithAggregatesInput[] | undefined;
|
|
siteKey?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
username?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
password?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
}>;
|
|
//# sourceMappingURL=InsuranceCredentialScalarWhereWithAggregatesInput.schema.d.ts.map
|