32 lines
3.5 KiB
TypeScript
32 lines
3.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const NpiProviderScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.NpiProviderScalarWhereWithAggregatesInput>;
|
|
export declare const NpiProviderScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
|
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NpiProviderScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NpiProviderScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NpiProviderScalarWhereWithAggregatesInput>>, "many">>;
|
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NpiProviderScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NpiProviderScalarWhereWithAggregatesInput>>, "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]>>;
|
|
npiNumber: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
providerName: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
npiNumber?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
providerName?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.NpiProviderScalarWhereWithAggregatesInput | Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.NpiProviderScalarWhereWithAggregatesInput | Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined;
|
|
}, {
|
|
npiNumber?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
providerName?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.NpiProviderScalarWhereWithAggregatesInput | Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.NpiProviderScalarWhereWithAggregatesInput | Prisma.NpiProviderScalarWhereWithAggregatesInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=NpiProviderScalarWhereWithAggregatesInput.schema.d.ts.map
|