initial commit
This commit is contained in:
56
packages/db/shared/schemas/objects/UserOrderByWithRelationInput.schema.d.ts
vendored
Normal file
56
packages/db/shared/schemas/objects/UserOrderByWithRelationInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const UserOrderByWithRelationInputObjectSchema: z.ZodType<Prisma.UserOrderByWithRelationInput>;
|
||||
export declare const UserOrderByWithRelationInputObjectZodSchema: z.ZodObject<{
|
||||
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
username: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
password: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
patients: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.PatientOrderByRelationAggregateInput>>>;
|
||||
appointments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.AppointmentOrderByRelationAggregateInput>>>;
|
||||
staff: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.StaffOrderByRelationAggregateInput>>>;
|
||||
npiProviders: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.NpiProviderOrderByRelationAggregateInput>>>;
|
||||
claims: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.ClaimOrderByRelationAggregateInput>>>;
|
||||
insuranceCredentials: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialOrderByRelationAggregateInput>>>;
|
||||
updatedPayments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.PaymentOrderByRelationAggregateInput>>>;
|
||||
backups: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.DatabaseBackupOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.DatabaseBackupOrderByRelationAggregateInput>>>;
|
||||
backupDestinations: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.BackupDestinationOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.BackupDestinationOrderByRelationAggregateInput>>>;
|
||||
notifications: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NotificationOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.NotificationOrderByRelationAggregateInput>>>;
|
||||
cloudFolders: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.CloudFolderOrderByRelationAggregateInput>>>;
|
||||
cloudFiles: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.CloudFileOrderByRelationAggregateInput>>>;
|
||||
communications: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CommunicationOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.CommunicationOrderByRelationAggregateInput>>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
id?: "asc" | "desc" | undefined;
|
||||
staff?: Prisma.StaffOrderByRelationAggregateInput | undefined;
|
||||
claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined;
|
||||
appointments?: Prisma.AppointmentOrderByRelationAggregateInput | undefined;
|
||||
username?: "asc" | "desc" | undefined;
|
||||
password?: "asc" | "desc" | undefined;
|
||||
communications?: Prisma.CommunicationOrderByRelationAggregateInput | undefined;
|
||||
patients?: Prisma.PatientOrderByRelationAggregateInput | undefined;
|
||||
npiProviders?: Prisma.NpiProviderOrderByRelationAggregateInput | undefined;
|
||||
insuranceCredentials?: Prisma.InsuranceCredentialOrderByRelationAggregateInput | undefined;
|
||||
updatedPayments?: Prisma.PaymentOrderByRelationAggregateInput | undefined;
|
||||
backups?: Prisma.DatabaseBackupOrderByRelationAggregateInput | undefined;
|
||||
backupDestinations?: Prisma.BackupDestinationOrderByRelationAggregateInput | undefined;
|
||||
notifications?: Prisma.NotificationOrderByRelationAggregateInput | undefined;
|
||||
cloudFolders?: Prisma.CloudFolderOrderByRelationAggregateInput | undefined;
|
||||
cloudFiles?: Prisma.CloudFileOrderByRelationAggregateInput | undefined;
|
||||
}, {
|
||||
id?: "asc" | "desc" | undefined;
|
||||
staff?: Prisma.StaffOrderByRelationAggregateInput | undefined;
|
||||
claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined;
|
||||
appointments?: Prisma.AppointmentOrderByRelationAggregateInput | undefined;
|
||||
username?: "asc" | "desc" | undefined;
|
||||
password?: "asc" | "desc" | undefined;
|
||||
communications?: Prisma.CommunicationOrderByRelationAggregateInput | undefined;
|
||||
patients?: Prisma.PatientOrderByRelationAggregateInput | undefined;
|
||||
npiProviders?: Prisma.NpiProviderOrderByRelationAggregateInput | undefined;
|
||||
insuranceCredentials?: Prisma.InsuranceCredentialOrderByRelationAggregateInput | undefined;
|
||||
updatedPayments?: Prisma.PaymentOrderByRelationAggregateInput | undefined;
|
||||
backups?: Prisma.DatabaseBackupOrderByRelationAggregateInput | undefined;
|
||||
backupDestinations?: Prisma.BackupDestinationOrderByRelationAggregateInput | undefined;
|
||||
notifications?: Prisma.NotificationOrderByRelationAggregateInput | undefined;
|
||||
cloudFolders?: Prisma.CloudFolderOrderByRelationAggregateInput | undefined;
|
||||
cloudFiles?: Prisma.CloudFileOrderByRelationAggregateInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=UserOrderByWithRelationInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user