initial commit
This commit is contained in:
60
packages/db/shared/schemas/objects/PaymentScalarWhereInput.schema.d.ts
vendored
Normal file
60
packages/db/shared/schemas/objects/PaymentScalarWhereInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
import Decimal from "decimal.js";
|
||||
export declare const PaymentScalarWhereInputObjectSchema: z.ZodType<Prisma.PaymentScalarWhereInput>;
|
||||
export declare const PaymentScalarWhereInputObjectZodSchema: z.ZodObject<{
|
||||
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentScalarWhereInput, z.ZodTypeDef, Prisma.PaymentScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentScalarWhereInput, z.ZodTypeDef, Prisma.PaymentScalarWhereInput>>, "many">]>>;
|
||||
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentScalarWhereInput, z.ZodTypeDef, Prisma.PaymentScalarWhereInput>>, "many">>;
|
||||
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentScalarWhereInput, z.ZodTypeDef, Prisma.PaymentScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentScalarWhereInput, z.ZodTypeDef, Prisma.PaymentScalarWhereInput>>, "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]>>>;
|
||||
patientId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
||||
userId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
||||
updatedById: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntNullableFilter<never>, z.ZodTypeDef, Prisma.IntNullableFilter<never>>>, z.ZodNumber]>>>;
|
||||
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.EnumPaymentStatusFilter<never>, z.ZodTypeDef, Prisma.EnumPaymentStatusFilter<never>>>, z.ZodEnum<["PENDING", "PARTIALLY_PAID", "PAID", "OVERPAID", "DENIED", "VOID"]>]>>;
|
||||
notes: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
|
||||
icn: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
|
||||
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
|
||||
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
status?: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | Prisma.EnumPaymentStatusFilter<never> | undefined;
|
||||
createdAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
||||
id?: number | Prisma.IntFilter<never> | undefined;
|
||||
userId?: number | Prisma.IntFilter<never> | undefined;
|
||||
AND?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined;
|
||||
OR?: Prisma.PaymentScalarWhereInput[] | undefined;
|
||||
NOT?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined;
|
||||
patientId?: number | Prisma.IntFilter<never> | undefined;
|
||||
notes?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
||||
claimId?: number | Prisma.IntNullableFilter<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;
|
||||
icn?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
||||
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
||||
updatedById?: number | Prisma.IntNullableFilter<never> | null | undefined;
|
||||
}, {
|
||||
status?: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | Prisma.EnumPaymentStatusFilter<never> | undefined;
|
||||
createdAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
||||
id?: number | Prisma.IntFilter<never> | undefined;
|
||||
userId?: number | Prisma.IntFilter<never> | undefined;
|
||||
AND?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined;
|
||||
OR?: Prisma.PaymentScalarWhereInput[] | undefined;
|
||||
NOT?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined;
|
||||
patientId?: number | Prisma.IntFilter<never> | undefined;
|
||||
notes?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
||||
claimId?: number | Prisma.IntNullableFilter<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;
|
||||
icn?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
||||
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
||||
updatedById?: number | Prisma.IntNullableFilter<never> | null | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PaymentScalarWhereInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user