60 lines
8.5 KiB
TypeScript
60 lines
8.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
import Decimal from "decimal.js";
|
|
export declare const ServiceLineScalarWhereInputObjectSchema: z.ZodType<Prisma.ServiceLineScalarWhereInput>;
|
|
export declare const ServiceLineScalarWhereInputObjectZodSchema: z.ZodObject<{
|
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereInput>>, "many">]>>;
|
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereInput>>, "many">>;
|
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereInput>>, "many">]>>;
|
|
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
claimId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntNullableFilter<never>, z.ZodTypeDef, Prisma.IntNullableFilter<never>>>, z.ZodNumber]>>>;
|
|
paymentId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntNullableFilter<never>, z.ZodTypeDef, Prisma.IntNullableFilter<never>>>, z.ZodNumber]>>>;
|
|
procedureCode: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringFilter<never>, z.ZodTypeDef, Prisma.StringFilter<never>>>, z.ZodString]>>;
|
|
procedureDate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
|
|
quad: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
|
|
arch: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
|
|
toothNumber: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
|
|
toothSurface: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
|
|
totalBilled: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DecimalFilter<never>, z.ZodTypeDef, Prisma.DecimalFilter<never>>>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<import("../../../generated/prisma/runtime/client").DecimalJsLike, z.ZodTypeDef, import("../../../generated/prisma/runtime/client").DecimalJsLike>]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>]>>;
|
|
totalPaid: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DecimalFilter<never>, z.ZodTypeDef, Prisma.DecimalFilter<never>>>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<import("../../../generated/prisma/runtime/client").DecimalJsLike, z.ZodTypeDef, import("../../../generated/prisma/runtime/client").DecimalJsLike>]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>]>>;
|
|
totalAdjusted: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DecimalFilter<never>, z.ZodTypeDef, Prisma.DecimalFilter<never>>>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<import("../../../generated/prisma/runtime/client").DecimalJsLike, z.ZodTypeDef, import("../../../generated/prisma/runtime/client").DecimalJsLike>]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>]>>;
|
|
totalDue: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DecimalFilter<never>, z.ZodTypeDef, Prisma.DecimalFilter<never>>>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<import("../../../generated/prisma/runtime/client").DecimalJsLike, z.ZodTypeDef, import("../../../generated/prisma/runtime/client").DecimalJsLike>]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>]>>;
|
|
status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EnumServiceLineStatusFilter<never>, z.ZodTypeDef, Prisma.EnumServiceLineStatusFilter<never>>>, z.ZodEnum<["PENDING", "PARTIALLY_PAID", "PAID", "UNPAID", "ADJUSTED", "OVERPAID", "DENIED"]>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
status?: "PENDING" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | "UNPAID" | "ADJUSTED" | Prisma.EnumServiceLineStatusFilter<never> | undefined;
|
|
id?: number | Prisma.IntFilter<never> | undefined;
|
|
AND?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined;
|
|
OR?: Prisma.ServiceLineScalarWhereInput[] | undefined;
|
|
NOT?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined;
|
|
procedureCode?: string | Prisma.StringFilter<never> | undefined;
|
|
toothNumber?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
|
toothSurface?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
|
claimId?: number | Prisma.IntNullableFilter<never> | null | undefined;
|
|
paymentId?: number | Prisma.IntNullableFilter<never> | null | undefined;
|
|
procedureDate?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
quad?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
|
arch?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
|
totalBilled?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
|
|
totalPaid?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
|
|
totalAdjusted?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
|
|
totalDue?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
|
|
}, {
|
|
status?: "PENDING" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | "UNPAID" | "ADJUSTED" | Prisma.EnumServiceLineStatusFilter<never> | undefined;
|
|
id?: number | Prisma.IntFilter<never> | undefined;
|
|
AND?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined;
|
|
OR?: Prisma.ServiceLineScalarWhereInput[] | undefined;
|
|
NOT?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined;
|
|
procedureCode?: string | Prisma.StringFilter<never> | undefined;
|
|
toothNumber?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
|
toothSurface?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
|
claimId?: number | Prisma.IntNullableFilter<never> | null | undefined;
|
|
paymentId?: number | Prisma.IntNullableFilter<never> | null | undefined;
|
|
procedureDate?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
quad?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
|
arch?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
|
totalBilled?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
|
|
totalPaid?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
|
|
totalAdjusted?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
|
|
totalDue?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineScalarWhereInput.schema.d.ts.map
|