From d8f852741ad4ac944361ed2287e761db72399256 Mon Sep 17 00:00:00 2001 From: Gitead Date: Thu, 30 Apr 2026 11:52:58 -0400 Subject: [PATCH] fix: fix remote browser socket connection and related updates --- .../src/routes/appointments-procedures.ts | 11 +- apps/Backend/src/routes/claims.ts | 111 +- .../storage/appointment-procedures-storage.ts | 46 +- apps/Backend/src/storage/claims-storage.ts | 2 +- .../src/components/claims/claim-form.tsx | 55 +- apps/Frontend/src/lib/socket.ts | 5 +- .../src/pages/insurance-status-page.tsx | 3 - apps/Frontend/vite.config.ts | 1 + packages/db/.turbo/turbo-build.log | 1652 +++++++++++++++++ packages/db/generated/prisma/edge.js | 17 +- packages/db/generated/prisma/index-browser.js | 9 + packages/db/generated/prisma/index.d.ts | 1650 +++++++++++++++- packages/db/generated/prisma/index.js | 17 +- packages/db/generated/prisma/package.json | 2 +- packages/db/generated/prisma/schema.prisma | 13 + packages/db/prisma/schema.prisma | 13 + .../.prisma-zod-generator-manifest.json | 91 +- .../aggregateAppointmentFile.schema.ts | 14 + .../schemas/countAppointmentFile.schema.ts | 10 + ...eateManyAndReturnAppointmentFile.schema.ts | 8 + .../createManyAppointmentFile.schema.ts | 7 + .../createOneAppointmentFile.schema.ts | 10 + .../deleteManyAppointmentFile.schema.ts | 7 + .../deleteOneAppointmentFile.schema.ts | 9 + .../AppointmentFileScalarFieldEnum.schema.ts | 5 + ...ntmentProcedureScalarFieldEnum.schema.d.ts | 2 +- ...ntProcedureScalarFieldEnum.schema.d.ts.map | 2 +- ...ointmentProcedureScalarFieldEnum.schema.js | 2 +- .../ClaimFileScalarFieldEnum.schema.d.ts | 2 +- .../ClaimFileScalarFieldEnum.schema.d.ts.map | 2 +- .../enums/ClaimFileScalarFieldEnum.schema.js | 2 +- .../enums/ClaimScalarFieldEnum.schema.d.ts | 2 +- .../ClaimScalarFieldEnum.schema.d.ts.map | 2 +- .../enums/ClaimScalarFieldEnum.schema.js | 2 +- .../CloudFileScalarFieldEnum.schema.d.ts | 2 +- .../CloudFileScalarFieldEnum.schema.d.ts.map | 2 +- .../enums/CloudFileScalarFieldEnum.schema.js | 2 +- .../schemas/findFirstAppointment.schema.d.ts | 16 +- .../schemas/findFirstAppointment.schema.ts | 2 + .../findFirstAppointmentFile.schema.ts | 32 + .../findFirstAppointmentProcedure.schema.d.ts | 16 +- ...dFirstAppointmentProcedure.schema.d.ts.map | 2 +- .../findFirstAppointmentProcedure.schema.js | 8 +- .../findFirstBackupDestination.schema.d.ts | 12 +- .../shared/schemas/findFirstClaim.schema.d.ts | 24 +- .../schemas/findFirstClaim.schema.d.ts.map | 2 +- .../shared/schemas/findFirstClaim.schema.js | 4 + .../schemas/findFirstClaimFile.schema.d.ts | 13 +- .../findFirstClaimFile.schema.d.ts.map | 2 +- .../schemas/findFirstClaimFile.schema.js | 2 + .../schemas/findFirstCloudFile.schema.d.ts | 17 +- .../findFirstCloudFile.schema.d.ts.map | 2 +- .../schemas/findFirstCloudFile.schema.js | 2 + .../findFirstCloudFileChunk.schema.d.ts | 8 +- .../schemas/findFirstCloudFolder.schema.d.ts | 12 +- .../findFirstCommunication.schema.d.ts | 16 +- .../findFirstDatabaseBackup.schema.d.ts | 12 +- .../findFirstInsuranceCredential.schema.d.ts | 4 +- .../schemas/findFirstNotification.schema.d.ts | 12 +- .../schemas/findFirstNpiProvider.schema.d.ts | 29 +- .../findFirstNpiProvider.schema.d.ts.map | 2 +- .../schemas/findFirstNpiProvider.schema.js | 10 +- .../findFirstOrThrowAppointment.schema.d.ts | 16 +- .../findFirstOrThrowAppointment.schema.ts | 2 + .../findFirstOrThrowAppointmentFile.schema.ts | 32 + ...rstOrThrowAppointmentProcedure.schema.d.ts | 16 +- ...rThrowAppointmentProcedure.schema.d.ts.map | 2 +- ...FirstOrThrowAppointmentProcedure.schema.js | 8 +- ...dFirstOrThrowBackupDestination.schema.d.ts | 12 +- .../schemas/findFirstOrThrowClaim.schema.d.ts | 24 +- .../findFirstOrThrowClaim.schema.d.ts.map | 2 +- .../schemas/findFirstOrThrowClaim.schema.js | 4 + .../findFirstOrThrowClaimFile.schema.d.ts | 13 +- .../findFirstOrThrowClaimFile.schema.d.ts.map | 2 +- .../findFirstOrThrowClaimFile.schema.js | 2 + .../findFirstOrThrowCloudFile.schema.d.ts | 17 +- .../findFirstOrThrowCloudFile.schema.d.ts.map | 2 +- .../findFirstOrThrowCloudFile.schema.js | 2 + ...findFirstOrThrowCloudFileChunk.schema.d.ts | 8 +- .../findFirstOrThrowCloudFolder.schema.d.ts | 12 +- .../findFirstOrThrowCommunication.schema.d.ts | 16 +- ...findFirstOrThrowDatabaseBackup.schema.d.ts | 12 +- ...irstOrThrowInsuranceCredential.schema.d.ts | 4 +- .../findFirstOrThrowNotification.schema.d.ts | 12 +- .../findFirstOrThrowNpiProvider.schema.d.ts | 29 +- ...indFirstOrThrowNpiProvider.schema.d.ts.map | 2 +- .../findFirstOrThrowNpiProvider.schema.js | 10 +- .../findFirstOrThrowPatient.schema.d.ts | 12 +- ...indFirstOrThrowPatientDocument.schema.d.ts | 12 +- .../findFirstOrThrowPayment.schema.d.ts | 12 +- .../findFirstOrThrowPdfFile.schema.d.ts | 8 +- .../findFirstOrThrowPdfGroup.schema.d.ts | 8 +- ...tOrThrowServiceLineTransaction.schema.d.ts | 8 +- .../schemas/findFirstOrThrowStaff.schema.d.ts | 12 +- .../schemas/findFirstPatient.schema.d.ts | 12 +- .../findFirstPatientDocument.schema.d.ts | 12 +- .../schemas/findFirstPayment.schema.d.ts | 12 +- .../schemas/findFirstPdfFile.schema.d.ts | 8 +- .../schemas/findFirstPdfGroup.schema.d.ts | 8 +- ...indFirstServiceLineTransaction.schema.d.ts | 8 +- .../shared/schemas/findFirstStaff.schema.d.ts | 12 +- .../schemas/findManyAppointment.schema.d.ts | 16 +- .../schemas/findManyAppointment.schema.ts | 2 + .../schemas/findManyAppointmentFile.schema.ts | 32 + .../findManyAppointmentProcedure.schema.d.ts | 16 +- ...ndManyAppointmentProcedure.schema.d.ts.map | 2 +- .../findManyAppointmentProcedure.schema.js | 8 +- .../findManyBackupDestination.schema.d.ts | 12 +- .../shared/schemas/findManyClaim.schema.d.ts | 24 +- .../schemas/findManyClaim.schema.d.ts.map | 2 +- .../db/shared/schemas/findManyClaim.schema.js | 4 + .../schemas/findManyClaimFile.schema.d.ts | 13 +- .../schemas/findManyClaimFile.schema.d.ts.map | 2 +- .../schemas/findManyClaimFile.schema.js | 2 + .../schemas/findManyCloudFile.schema.d.ts | 17 +- .../schemas/findManyCloudFile.schema.d.ts.map | 2 +- .../schemas/findManyCloudFile.schema.js | 2 + .../findManyCloudFileChunk.schema.d.ts | 8 +- .../schemas/findManyCloudFolder.schema.d.ts | 12 +- .../schemas/findManyCommunication.schema.d.ts | 16 +- .../findManyDatabaseBackup.schema.d.ts | 12 +- .../findManyInsuranceCredential.schema.d.ts | 4 +- .../schemas/findManyNotification.schema.d.ts | 12 +- .../schemas/findManyNpiProvider.schema.d.ts | 29 +- .../findManyNpiProvider.schema.d.ts.map | 2 +- .../schemas/findManyNpiProvider.schema.js | 10 +- .../schemas/findManyPatient.schema.d.ts | 12 +- .../findManyPatientDocument.schema.d.ts | 12 +- .../schemas/findManyPayment.schema.d.ts | 12 +- .../schemas/findManyPdfFile.schema.d.ts | 8 +- .../schemas/findManyPdfGroup.schema.d.ts | 8 +- ...findManyServiceLineTransaction.schema.d.ts | 8 +- .../shared/schemas/findManyStaff.schema.d.ts | 12 +- .../findUniqueAppointmentFile.schema.ts | 9 + ...findUniqueOrThrowAppointmentFile.schema.ts | 9 + .../schemas/groupByAppointment.schema.d.ts | 4 +- .../schemas/groupByAppointmentFile.schema.ts | 15 + .../groupByAppointmentProcedure.schema.d.ts | 6 +- .../groupByBackupDestination.schema.d.ts | 4 +- .../shared/schemas/groupByClaim.schema.d.ts | 6 +- .../schemas/groupByClaimFile.schema.d.ts | 6 +- .../schemas/groupByCloudFile.schema.d.ts | 6 +- .../schemas/groupByCloudFileChunk.schema.d.ts | 4 +- .../schemas/groupByCloudFolder.schema.d.ts | 4 +- .../schemas/groupByCommunication.schema.d.ts | 4 +- .../schemas/groupByDatabaseBackup.schema.d.ts | 4 +- .../schemas/groupByNotification.schema.d.ts | 4 +- .../schemas/groupByNpiProvider.schema.d.ts | 4 +- .../shared/schemas/groupByPatient.schema.d.ts | 4 +- .../groupByPatientDocument.schema.d.ts | 4 +- .../shared/schemas/groupByPayment.schema.d.ts | 4 +- .../shared/schemas/groupByPdfFile.schema.d.ts | 4 +- .../schemas/groupByPdfGroup.schema.d.ts | 4 +- .../groupByServiceLineTransaction.schema.d.ts | 4 +- .../shared/schemas/groupByStaff.schema.d.ts | 4 +- packages/db/shared/schemas/index.ts | 34 + ...entCountOutputTypeCountFilesArgs.schema.ts | 9 + ...AppointmentCountOutputTypeSelect.schema.ts | 6 +- .../objects/AppointmentCreateInput.schema.ts | 6 +- ...CreateNestedOneWithoutFilesInput.schema.ts | 14 + ...CreateOrConnectWithoutFilesInput.schema.ts | 12 + ...ointmentCreateWithoutClaimsInput.schema.ts | 6 +- ...pointmentCreateWithoutFilesInput.schema.ts | 28 + ...intmentCreateWithoutPatientInput.schema.ts | 6 +- ...mentCreateWithoutProceduresInput.schema.ts | 6 +- ...pointmentCreateWithoutStaffInput.schema.ts | 6 +- ...ppointmentCreateWithoutUserInput.schema.ts | 6 +- .../objects/AppointmentFileArgs.schema.ts | 11 + ...AppointmentFileAvgAggregateInput.schema.ts | 10 + ...mentFileAvgOrderByAggregateInput.schema.ts | 10 + ...pointmentFileCountAggregateInput.schema.ts | 14 + ...ntFileCountOrderByAggregateInput.schema.ts | 13 + .../AppointmentFileCreateInput.schema.ts | 12 + ...ntFileCreateManyAppointmentInput.schema.ts | 12 + ...eateManyAppointmentInputEnvelope.schema.ts | 10 + .../AppointmentFileCreateManyInput.schema.ts | 13 + ...estedManyWithoutAppointmentInput.schema.ts | 16 + ...OrConnectWithoutAppointmentInput.schema.ts | 12 + ...ileCreateWithoutAppointmentInput.schema.ts | 11 + .../objects/AppointmentFileInclude.schema.ts | 9 + ...ppointmentFileListRelationFilter.schema.ts | 11 + ...AppointmentFileMaxAggregateInput.schema.ts | 13 + ...mentFileMaxOrderByAggregateInput.schema.ts | 13 + ...AppointmentFileMinAggregateInput.schema.ts | 13 + ...mentFileMinOrderByAggregateInput.schema.ts | 13 + ...ileOrderByRelationAggregateInput.schema.ts | 9 + ...tFileOrderByWithAggregationInput.schema.ts | 24 + ...mentFileOrderByWithRelationInput.schema.ts | 16 + .../AppointmentFileScalarWhereInput.schema.ts | 18 + ...leScalarWhereWithAggregatesInput.schema.ts | 18 + .../objects/AppointmentFileSelect.schema.ts | 14 + ...AppointmentFileSumAggregateInput.schema.ts | 10 + ...mentFileSumOrderByAggregateInput.schema.ts | 10 + ...ointmentFileUncheckedCreateInput.schema.ts | 13 + ...estedManyWithoutAppointmentInput.schema.ts | 16 + ...kedCreateWithoutAppointmentInput.schema.ts | 12 + ...ointmentFileUncheckedUpdateInput.schema.ts | 15 + ...mentFileUncheckedUpdateManyInput.schema.ts | 15 + ...pdateManyWithoutAppointmentInput.schema.ts | 14 + ...anyWithoutAppointmentNestedInput.schema.ts | 27 + ...kedUpdateWithoutAppointmentInput.schema.ts | 14 + .../AppointmentFileUpdateInput.schema.ts | 14 + ...tmentFileUpdateManyMutationInput.schema.ts | 12 + ...WithWhereWithoutAppointmentInput.schema.ts | 12 + ...anyWithoutAppointmentNestedInput.schema.ts | 27 + ...ereUniqueWithoutAppointmentInput.schema.ts | 12 + ...ileUpdateWithoutAppointmentInput.schema.ts | 12 + ...ereUniqueWithoutAppointmentInput.schema.ts | 15 + .../AppointmentFileWhereInput.schema.ts | 21 + .../AppointmentFileWhereUniqueInput.schema.ts | 9 + .../objects/AppointmentInclude.schema.ts | 2 + ...ointmentOrderByWithRelationInput.schema.ts | 6 +- ...ntmentProcedureAvgAggregateInput.schema.js | 1 + ...rocedureAvgOrderByAggregateInput.schema.js | 1 + ...mentProcedureCountAggregateInput.schema.js | 1 + ...cedureCountOrderByAggregateInput.schema.js | 1 + .../AppointmentProcedureCreateInput.schema.js | 4 +- ...cedureCreateManyAppointmentInput.schema.js | 1 + ...ointmentProcedureCreateManyInput.schema.js | 1 + ...dureCreateManyNpiProviderInput.schema.d.ts | 48 + ...CreateManyNpiProviderInput.schema.d.ts.map | 1 + ...cedureCreateManyNpiProviderInput.schema.js | 69 + ...teManyNpiProviderInputEnvelope.schema.d.ts | 14 + ...nyNpiProviderInputEnvelope.schema.d.ts.map | 1 + ...eateManyNpiProviderInputEnvelope.schema.js | 44 + ...tProcedureCreateManyPatientInput.schema.js | 1 + ...tedManyWithoutNpiProviderInput.schema.d.ts | 20 + ...anyWithoutNpiProviderInput.schema.d.ts.map | 1 + ...estedManyWithoutNpiProviderInput.schema.js | 50 + ...ConnectWithoutNpiProviderInput.schema.d.ts | 14 + ...ectWithoutNpiProviderInput.schema.d.ts.map | 1 + ...OrConnectWithoutNpiProviderInput.schema.js | 46 + ...ureCreateWithoutAppointmentInput.schema.js | 4 +- ...eCreateWithoutNpiProviderInput.schema.d.ts | 45 + ...ateWithoutNpiProviderInput.schema.d.ts.map | 1 + ...ureCreateWithoutNpiProviderInput.schema.js | 70 + ...ocedureCreateWithoutPatientInput.schema.js | 4 +- .../AppointmentProcedureInclude.schema.js | 4 +- ...ntmentProcedureMaxAggregateInput.schema.js | 1 + ...rocedureMaxOrderByAggregateInput.schema.js | 1 + ...ntmentProcedureMinAggregateInput.schema.js | 1 + ...rocedureMinOrderByAggregateInput.schema.js | 1 + ...edureOrderByWithAggregationInput.schema.js | 1 + ...rocedureOrderByWithRelationInput.schema.js | 5 +- ...intmentProcedureScalarWhereInput.schema.js | 2 + ...reScalarWhereWithAggregatesInput.schema.js | 2 + .../AppointmentProcedureSelect.schema.js | 5 +- ...ntmentProcedureSumAggregateInput.schema.js | 1 + ...rocedureSumOrderByAggregateInput.schema.js | 1 + ...entProcedureUncheckedCreateInput.schema.js | 1 + ...tedManyWithoutNpiProviderInput.schema.d.ts | 20 + ...anyWithoutNpiProviderInput.schema.d.ts.map | 1 + ...estedManyWithoutNpiProviderInput.schema.js | 50 + ...kedCreateWithoutAppointmentInput.schema.js | 1 + ...dCreateWithoutNpiProviderInput.schema.d.ts | 48 + ...ateWithoutNpiProviderInput.schema.d.ts.map | 1 + ...kedCreateWithoutNpiProviderInput.schema.js | 69 + ...checkedCreateWithoutPatientInput.schema.js | 1 + ...entProcedureUncheckedUpdateInput.schema.js | 2 + ...rocedureUncheckedUpdateManyInput.schema.js | 2 + ...pdateManyWithoutAppointmentInput.schema.js | 2 + ...ateManyWithoutNpiProviderInput.schema.d.ts | 48 + ...anyWithoutNpiProviderInput.schema.d.ts.map | 1 + ...pdateManyWithoutNpiProviderInput.schema.js | 75 + ...yWithoutNpiProviderNestedInput.schema.d.ts | 41 + ...houtNpiProviderNestedInput.schema.d.ts.map | 1 + ...anyWithoutNpiProviderNestedInput.schema.js | 61 + ...kedUpdateManyWithoutPatientInput.schema.js | 2 + ...kedUpdateWithoutAppointmentInput.schema.js | 2 + ...dUpdateWithoutNpiProviderInput.schema.d.ts | 48 + ...ateWithoutNpiProviderInput.schema.d.ts.map | 1 + ...kedUpdateWithoutNpiProviderInput.schema.js | 75 + ...checkedUpdateWithoutPatientInput.schema.js | 2 + .../AppointmentProcedureUpdateInput.schema.js | 4 +- ...thWhereWithoutNpiProviderInput.schema.d.ts | 14 + ...ereWithoutNpiProviderInput.schema.d.ts.map | 1 + ...WithWhereWithoutNpiProviderInput.schema.js | 46 + ...yWithoutNpiProviderNestedInput.schema.d.ts | 41 + ...houtNpiProviderNestedInput.schema.d.ts.map | 1 + ...anyWithoutNpiProviderNestedInput.schema.js | 61 + ...eUniqueWithoutNpiProviderInput.schema.d.ts | 14 + ...queWithoutNpiProviderInput.schema.d.ts.map | 1 + ...ereUniqueWithoutNpiProviderInput.schema.js | 46 + ...ureUpdateWithoutAppointmentInput.schema.js | 4 +- ...eUpdateWithoutNpiProviderInput.schema.d.ts | 45 + ...ateWithoutNpiProviderInput.schema.d.ts.map | 1 + ...ureUpdateWithoutNpiProviderInput.schema.js | 75 + ...ocedureUpdateWithoutPatientInput.schema.js | 4 +- ...eUniqueWithoutNpiProviderInput.schema.d.ts | 17 + ...queWithoutNpiProviderInput.schema.d.ts.map | 1 + ...ereUniqueWithoutNpiProviderInput.schema.js | 49 + .../AppointmentProcedureWhereInput.schema.js | 7 +- .../objects/AppointmentSelect.schema.ts | 2 + .../AppointmentUncheckedCreateInput.schema.ts | 6 +- ...ncheckedCreateWithoutClaimsInput.schema.ts | 6 +- ...UncheckedCreateWithoutFilesInput.schema.ts | 26 + ...checkedCreateWithoutPatientInput.schema.ts | 6 +- ...ckedCreateWithoutProceduresInput.schema.ts | 6 +- ...UncheckedCreateWithoutStaffInput.schema.ts | 6 +- ...tUncheckedCreateWithoutUserInput.schema.ts | 6 +- .../AppointmentUncheckedUpdateInput.schema.ts | 6 +- ...ncheckedUpdateWithoutClaimsInput.schema.ts | 6 +- ...UncheckedUpdateWithoutFilesInput.schema.ts | 31 + ...checkedUpdateWithoutPatientInput.schema.ts | 6 +- ...ckedUpdateWithoutProceduresInput.schema.ts | 6 +- ...UncheckedUpdateWithoutStaffInput.schema.ts | 6 +- ...tUncheckedUpdateWithoutUserInput.schema.ts | 6 +- .../objects/AppointmentUpdateInput.schema.ts | 6 +- ...eRequiredWithoutFilesNestedInput.schema.ts | 20 + ...eToOneWithWhereWithoutFilesInput.schema.ts | 12 + ...ointmentUpdateWithoutClaimsInput.schema.ts | 6 +- ...pointmentUpdateWithoutFilesInput.schema.ts | 32 + ...intmentUpdateWithoutPatientInput.schema.ts | 6 +- ...mentUpdateWithoutProceduresInput.schema.ts | 6 +- ...pointmentUpdateWithoutStaffInput.schema.ts | 6 +- ...ppointmentUpdateWithoutUserInput.schema.ts | 6 +- ...pointmentUpsertWithoutFilesInput.schema.ts | 15 + .../objects/AppointmentWhereInput.schema.ts | 6 +- .../objects/ClaimAvgAggregateInput.schema.js | 3 +- .../ClaimAvgOrderByAggregateInput.schema.js | 3 +- .../ClaimCountAggregateInput.schema.js | 1 + .../ClaimCountOrderByAggregateInput.schema.js | 3 +- .../objects/ClaimCreateInput.schema.js | 2 + .../ClaimCreateManyAppointmentInput.schema.js | 3 +- .../objects/ClaimCreateManyInput.schema.js | 3 +- ...laimCreateManyNpiProviderInput.schema.d.ts | 59 + ...CreateManyNpiProviderInput.schema.d.ts.map | 1 + .../ClaimCreateManyNpiProviderInput.schema.js | 62 + ...teManyNpiProviderInputEnvelope.schema.d.ts | 14 + ...nyNpiProviderInputEnvelope.schema.d.ts.map | 1 + ...eateManyNpiProviderInputEnvelope.schema.js | 44 + .../ClaimCreateManyPatientInput.schema.js | 3 +- .../ClaimCreateManyStaffInput.schema.js | 3 +- .../ClaimCreateManyUserInput.schema.js | 3 +- ...tedManyWithoutNpiProviderInput.schema.d.ts | 20 + ...anyWithoutNpiProviderInput.schema.d.ts.map | 1 + ...estedManyWithoutNpiProviderInput.schema.js | 50 + ...ConnectWithoutNpiProviderInput.schema.d.ts | 14 + ...ectWithoutNpiProviderInput.schema.d.ts.map | 1 + ...OrConnectWithoutNpiProviderInput.schema.js | 46 + ...aimCreateWithoutAppointmentInput.schema.js | 2 + ...laimCreateWithoutClaimFilesInput.schema.js | 2 + ...mCreateWithoutNpiProviderInput.schema.d.ts | 65 + ...ateWithoutNpiProviderInput.schema.d.ts.map | 1 + ...aimCreateWithoutNpiProviderInput.schema.js | 71 + .../ClaimCreateWithoutPatientInput.schema.js | 2 + .../ClaimCreateWithoutPaymentInput.schema.js | 2 + ...imCreateWithoutServiceLinesInput.schema.js | 2 + .../ClaimCreateWithoutStaffInput.schema.js | 2 + .../ClaimCreateWithoutUserInput.schema.js | 2 + .../ClaimFileCountAggregateInput.schema.js | 1 + ...imFileCountOrderByAggregateInput.schema.js | 3 +- .../objects/ClaimFileCreateInput.schema.js | 1 + .../ClaimFileCreateManyClaimInput.schema.js | 3 +- .../ClaimFileCreateManyInput.schema.js | 3 +- ...ClaimFileCreateWithoutClaimInput.schema.js | 3 +- .../ClaimFileMaxAggregateInput.schema.js | 3 +- ...laimFileMaxOrderByAggregateInput.schema.js | 3 +- .../ClaimFileMinAggregateInput.schema.js | 3 +- ...laimFileMinOrderByAggregateInput.schema.js | 3 +- ...mFileOrderByWithAggregationInput.schema.js | 2 + ...laimFileOrderByWithRelationInput.schema.js | 2 + .../ClaimFileScalarWhereInput.schema.js | 4 +- ...leScalarWhereWithAggregatesInput.schema.js | 4 +- .../schemas/objects/ClaimFileSelect.schema.js | 1 + .../ClaimFileUncheckedCreateInput.schema.js | 3 +- ...UncheckedCreateWithoutClaimInput.schema.js | 3 +- .../ClaimFileUncheckedUpdateInput.schema.js | 4 +- ...laimFileUncheckedUpdateManyInput.schema.js | 4 +- ...eckedUpdateManyWithoutClaimInput.schema.js | 4 +- ...UncheckedUpdateWithoutClaimInput.schema.js | 4 +- .../objects/ClaimFileUpdateInput.schema.js | 2 + ...ClaimFileUpdateManyMutationInput.schema.js | 4 +- ...ClaimFileUpdateWithoutClaimInput.schema.js | 4 +- .../objects/ClaimFileWhereInput.schema.js | 2 + .../schemas/objects/ClaimInclude.schema.js | 2 + .../objects/ClaimMaxAggregateInput.schema.js | 3 +- .../ClaimMaxOrderByAggregateInput.schema.js | 3 +- .../objects/ClaimMinAggregateInput.schema.js | 3 +- .../ClaimMinOrderByAggregateInput.schema.js | 3 +- ...ClaimOrderByWithAggregationInput.schema.js | 1 + .../ClaimOrderByWithRelationInput.schema.js | 3 + .../objects/ClaimScalarWhereInput.schema.js | 4 +- ...imScalarWhereWithAggregatesInput.schema.js | 4 +- .../schemas/objects/ClaimSelect.schema.js | 3 + .../objects/ClaimSumAggregateInput.schema.js | 3 +- .../ClaimSumOrderByAggregateInput.schema.js | 3 +- .../ClaimUncheckedCreateInput.schema.js | 1 + ...tedManyWithoutNpiProviderInput.schema.d.ts | 20 + ...anyWithoutNpiProviderInput.schema.d.ts.map | 1 + ...estedManyWithoutNpiProviderInput.schema.js | 50 + ...kedCreateWithoutAppointmentInput.schema.js | 1 + ...ckedCreateWithoutClaimFilesInput.schema.js | 1 + ...dCreateWithoutNpiProviderInput.schema.d.ts | 68 + ...ateWithoutNpiProviderInput.schema.d.ts.map | 1 + ...kedCreateWithoutNpiProviderInput.schema.js | 68 + ...checkedCreateWithoutPatientInput.schema.js | 1 + ...checkedCreateWithoutPaymentInput.schema.js | 1 + ...edCreateWithoutServiceLinesInput.schema.js | 1 + ...UncheckedCreateWithoutStaffInput.schema.js | 1 + ...mUncheckedCreateWithoutUserInput.schema.js | 1 + .../ClaimUncheckedUpdateInput.schema.js | 2 + .../ClaimUncheckedUpdateManyInput.schema.js | 4 +- ...pdateManyWithoutAppointmentInput.schema.js | 4 +- ...ateManyWithoutNpiProviderInput.schema.d.ts | 59 + ...anyWithoutNpiProviderInput.schema.d.ts.map | 1 + ...pdateManyWithoutNpiProviderInput.schema.js | 68 + ...yWithoutNpiProviderNestedInput.schema.d.ts | 41 + ...houtNpiProviderNestedInput.schema.d.ts.map | 1 + ...anyWithoutNpiProviderNestedInput.schema.js | 61 + ...kedUpdateManyWithoutPatientInput.schema.js | 4 +- ...eckedUpdateManyWithoutStaffInput.schema.js | 4 +- ...heckedUpdateManyWithoutUserInput.schema.js | 4 +- ...kedUpdateWithoutAppointmentInput.schema.js | 2 + ...ckedUpdateWithoutClaimFilesInput.schema.js | 2 + ...dUpdateWithoutNpiProviderInput.schema.d.ts | 68 + ...ateWithoutNpiProviderInput.schema.d.ts.map | 1 + ...kedUpdateWithoutNpiProviderInput.schema.js | 74 + ...checkedUpdateWithoutPatientInput.schema.js | 2 + ...checkedUpdateWithoutPaymentInput.schema.js | 2 + ...edUpdateWithoutServiceLinesInput.schema.js | 2 + ...UncheckedUpdateWithoutStaffInput.schema.js | 2 + ...mUncheckedUpdateWithoutUserInput.schema.js | 2 + .../objects/ClaimUpdateInput.schema.js | 2 + ...thWhereWithoutNpiProviderInput.schema.d.ts | 14 + ...ereWithoutNpiProviderInput.schema.d.ts.map | 1 + ...WithWhereWithoutNpiProviderInput.schema.js | 46 + ...yWithoutNpiProviderNestedInput.schema.d.ts | 41 + ...houtNpiProviderNestedInput.schema.d.ts.map | 1 + ...anyWithoutNpiProviderNestedInput.schema.js | 61 + ...eUniqueWithoutNpiProviderInput.schema.d.ts | 14 + ...queWithoutNpiProviderInput.schema.d.ts.map | 1 + ...ereUniqueWithoutNpiProviderInput.schema.js | 46 + ...aimUpdateWithoutAppointmentInput.schema.js | 2 + ...laimUpdateWithoutClaimFilesInput.schema.js | 2 + ...mUpdateWithoutNpiProviderInput.schema.d.ts | 65 + ...ateWithoutNpiProviderInput.schema.d.ts.map | 1 + ...aimUpdateWithoutNpiProviderInput.schema.js | 76 + .../ClaimUpdateWithoutPatientInput.schema.js | 2 + .../ClaimUpdateWithoutPaymentInput.schema.js | 2 + ...imUpdateWithoutServiceLinesInput.schema.js | 2 + .../ClaimUpdateWithoutStaffInput.schema.js | 2 + .../ClaimUpdateWithoutUserInput.schema.js | 2 + ...eUniqueWithoutNpiProviderInput.schema.d.ts | 17 + ...queWithoutNpiProviderInput.schema.d.ts.map | 1 + ...ereUniqueWithoutNpiProviderInput.schema.js | 49 + .../schemas/objects/ClaimWhereInput.schema.js | 5 + .../CloudFileCountAggregateInput.schema.js | 1 + ...udFileCountOrderByAggregateInput.schema.js | 1 + .../objects/CloudFileCreateInput.schema.js | 1 + .../CloudFileCreateManyFolderInput.schema.js | 1 + .../CloudFileCreateManyInput.schema.js | 1 + .../CloudFileCreateManyUserInput.schema.js | 1 + ...loudFileCreateWithoutChunksInput.schema.js | 1 + ...loudFileCreateWithoutFolderInput.schema.js | 1 + .../CloudFileCreateWithoutUserInput.schema.js | 1 + .../CloudFileMaxAggregateInput.schema.js | 1 + ...loudFileMaxOrderByAggregateInput.schema.js | 1 + .../CloudFileMinAggregateInput.schema.js | 1 + ...loudFileMinOrderByAggregateInput.schema.js | 1 + ...dFileOrderByWithAggregationInput.schema.js | 1 + ...loudFileOrderByWithRelationInput.schema.js | 1 + .../CloudFileScalarWhereInput.schema.js | 1 + ...leScalarWhereWithAggregatesInput.schema.js | 1 + .../schemas/objects/CloudFileSelect.schema.js | 1 + .../CloudFileUncheckedCreateInput.schema.js | 1 + ...ncheckedCreateWithoutChunksInput.schema.js | 1 + ...ncheckedCreateWithoutFolderInput.schema.js | 1 + ...eUncheckedCreateWithoutUserInput.schema.js | 1 + .../CloudFileUncheckedUpdateInput.schema.js | 1 + ...loudFileUncheckedUpdateManyInput.schema.js | 1 + ...ckedUpdateManyWithoutFolderInput.schema.js | 1 + ...heckedUpdateManyWithoutUserInput.schema.js | 1 + ...ncheckedUpdateWithoutChunksInput.schema.js | 1 + ...ncheckedUpdateWithoutFolderInput.schema.js | 1 + ...eUncheckedUpdateWithoutUserInput.schema.js | 1 + .../objects/CloudFileUpdateInput.schema.js | 1 + ...CloudFileUpdateManyMutationInput.schema.js | 1 + ...loudFileUpdateWithoutChunksInput.schema.js | 1 + ...loudFileUpdateWithoutFolderInput.schema.js | 1 + .../CloudFileUpdateWithoutUserInput.schema.js | 1 + .../objects/CloudFileWhereInput.schema.js | 1 + ...NpiProviderCountOutputTypeArgs.schema.d.ts | 17 + ...roviderCountOutputTypeArgs.schema.d.ts.map | 1 + .../NpiProviderCountOutputTypeArgs.schema.js | 43 + ...CountAppointmentProceduresArgs.schema.d.ts | 17 + ...tAppointmentProceduresArgs.schema.d.ts.map | 1 + ...peCountAppointmentProceduresArgs.schema.js | 43 + ...CountOutputTypeCountClaimsArgs.schema.d.ts | 17 + ...tOutputTypeCountClaimsArgs.schema.d.ts.map | 1 + ...erCountOutputTypeCountClaimsArgs.schema.js | 43 + ...iProviderCountOutputTypeSelect.schema.d.ts | 34 + ...viderCountOutputTypeSelect.schema.d.ts.map | 1 + ...NpiProviderCountOutputTypeSelect.schema.js | 45 + .../objects/NpiProviderCreateInput.schema.js | 6 +- ...houtAppointmentProceduresInput.schema.d.ts | 17 + ...AppointmentProceduresInput.schema.d.ts.map | 1 + ...ithoutAppointmentProceduresInput.schema.js | 48 + ...ateNestedOneWithoutClaimsInput.schema.d.ts | 17 + ...estedOneWithoutClaimsInput.schema.d.ts.map | 1 + ...reateNestedOneWithoutClaimsInput.schema.js | 48 + ...houtAppointmentProceduresInput.schema.d.ts | 14 + ...AppointmentProceduresInput.schema.d.ts.map | 1 + ...ithoutAppointmentProceduresInput.schema.js | 46 + ...ateOrConnectWithoutClaimsInput.schema.d.ts | 14 + ...rConnectWithoutClaimsInput.schema.d.ts.map | 1 + ...reateOrConnectWithoutClaimsInput.schema.js | 46 + ...houtAppointmentProceduresInput.schema.d.ts | 23 + ...AppointmentProceduresInput.schema.d.ts.map | 1 + ...ithoutAppointmentProceduresInput.schema.js | 48 + ...oviderCreateWithoutClaimsInput.schema.d.ts | 23 + ...erCreateWithoutClaimsInput.schema.d.ts.map | 1 + ...ProviderCreateWithoutClaimsInput.schema.js | 48 + ...piProviderCreateWithoutUserInput.schema.js | 6 +- .../objects/NpiProviderInclude.schema.js | 8 +- ...erNullableScalarRelationFilter.schema.d.ts | 14 + ...llableScalarRelationFilter.schema.d.ts.map | 1 + ...iderNullableScalarRelationFilter.schema.js | 44 + ...ProviderOrderByWithRelationInput.schema.js | 6 +- .../objects/NpiProviderSelect.schema.js | 8 +- .../NpiProviderUncheckedCreateInput.schema.js | 6 +- ...houtAppointmentProceduresInput.schema.d.ts | 26 + ...AppointmentProceduresInput.schema.d.ts.map | 1 + ...ithoutAppointmentProceduresInput.schema.js | 48 + ...heckedCreateWithoutClaimsInput.schema.d.ts | 26 + ...edCreateWithoutClaimsInput.schema.d.ts.map | 1 + ...ncheckedCreateWithoutClaimsInput.schema.js | 48 + ...rUncheckedCreateWithoutUserInput.schema.js | 6 +- .../NpiProviderUncheckedUpdateInput.schema.js | 6 +- ...houtAppointmentProceduresInput.schema.d.ts | 26 + ...AppointmentProceduresInput.schema.d.ts.map | 1 + ...ithoutAppointmentProceduresInput.schema.js | 51 + ...heckedUpdateWithoutClaimsInput.schema.d.ts | 26 + ...edUpdateWithoutClaimsInput.schema.d.ts.map | 1 + ...ncheckedUpdateWithoutClaimsInput.schema.js | 51 + ...rUncheckedUpdateWithoutUserInput.schema.js | 6 +- .../objects/NpiProviderUpdateInput.schema.js | 6 +- ...pointmentProceduresNestedInput.schema.d.ts | 29 + ...tmentProceduresNestedInput.schema.d.ts.map | 1 + ...AppointmentProceduresNestedInput.schema.js | 57 + ...ateOneWithoutClaimsNestedInput.schema.d.ts | 29 + ...neWithoutClaimsNestedInput.schema.d.ts.map | 1 + ...pdateOneWithoutClaimsNestedInput.schema.js | 57 + ...houtAppointmentProceduresInput.schema.d.ts | 14 + ...AppointmentProceduresInput.schema.d.ts.map | 1 + ...ithoutAppointmentProceduresInput.schema.js | 46 + ...OneWithWhereWithoutClaimsInput.schema.d.ts | 14 + ...ithWhereWithoutClaimsInput.schema.d.ts.map | 1 + ...ToOneWithWhereWithoutClaimsInput.schema.js | 46 + ...houtAppointmentProceduresInput.schema.d.ts | 23 + ...AppointmentProceduresInput.schema.d.ts.map | 1 + ...ithoutAppointmentProceduresInput.schema.js | 50 + ...oviderUpdateWithoutClaimsInput.schema.d.ts | 23 + ...erUpdateWithoutClaimsInput.schema.d.ts.map | 1 + ...ProviderUpdateWithoutClaimsInput.schema.js | 50 + ...piProviderUpdateWithoutUserInput.schema.js | 6 +- ...houtAppointmentProceduresInput.schema.d.ts | 17 + ...AppointmentProceduresInput.schema.d.ts.map | 1 + ...ithoutAppointmentProceduresInput.schema.js | 49 + ...oviderUpsertWithoutClaimsInput.schema.d.ts | 17 + ...erUpsertWithoutClaimsInput.schema.d.ts.map | 1 + ...ProviderUpsertWithoutClaimsInput.schema.js | 49 + .../objects/NpiProviderWhereInput.schema.js | 6 +- packages/db/shared/schemas/objects/index.js | 117 ++ packages/db/shared/schemas/objects/index.ts | 106 ++ .../AppointmentAggregateResult.schema.d.ts | 72 +- .../AppointmentAggregateResult.schema.ts | 3 +- .../AppointmentCreateResult.schema.d.ts | 12 +- .../results/AppointmentCreateResult.schema.ts | 3 +- .../AppointmentDeleteResult.schema.d.ts | 12 +- .../results/AppointmentDeleteResult.schema.ts | 3 +- .../AppointmentFileAggregateResult.schema.ts | 31 + .../AppointmentFileCountResult.schema.ts | 2 + .../AppointmentFileCreateManyResult.schema.ts | 4 + .../AppointmentFileCreateResult.schema.ts | 9 + .../AppointmentFileDeleteManyResult.schema.ts | 4 + .../AppointmentFileDeleteResult.schema.ts | 9 + .../AppointmentFileFindFirstResult.schema.ts | 9 + .../AppointmentFileFindManyResult.schema.ts | 19 + .../AppointmentFileFindUniqueResult.schema.ts | 9 + .../AppointmentFileGroupByResult.schema.ts | 38 + .../AppointmentFileUpdateManyResult.schema.ts | 4 + .../AppointmentFileUpdateResult.schema.ts | 9 + .../AppointmentFileUpsertResult.schema.ts | 9 + .../AppointmentFindFirstResult.schema.d.ts | 12 +- .../AppointmentFindFirstResult.schema.ts | 3 +- .../AppointmentFindManyResult.schema.d.ts | 24 +- .../AppointmentFindManyResult.schema.ts | 3 +- .../AppointmentFindUniqueResult.schema.d.ts | 12 +- .../AppointmentFindUniqueResult.schema.ts | 3 +- .../AppointmentGroupByResult.schema.d.ts | 80 +- .../AppointmentGroupByResult.schema.ts | 3 +- ...ntmentProcedureAggregateResult.schema.d.ts | 54 +- ...ntProcedureAggregateResult.schema.d.ts.map | 2 +- ...ointmentProcedureAggregateResult.schema.js | 8 +- ...pointmentProcedureCreateResult.schema.d.ts | 10 +- ...tmentProcedureCreateResult.schema.d.ts.map | 2 +- ...AppointmentProcedureCreateResult.schema.js | 4 +- ...pointmentProcedureDeleteResult.schema.d.ts | 10 +- ...tmentProcedureDeleteResult.schema.d.ts.map | 2 +- ...AppointmentProcedureDeleteResult.schema.js | 4 +- ...ntmentProcedureFindFirstResult.schema.d.ts | 10 +- ...ntProcedureFindFirstResult.schema.d.ts.map | 2 +- ...ointmentProcedureFindFirstResult.schema.js | 4 +- ...intmentProcedureFindManyResult.schema.d.ts | 18 +- ...entProcedureFindManyResult.schema.d.ts.map | 2 +- ...pointmentProcedureFindManyResult.schema.js | 4 +- ...tmentProcedureFindUniqueResult.schema.d.ts | 10 +- ...tProcedureFindUniqueResult.schema.d.ts.map | 2 +- ...intmentProcedureFindUniqueResult.schema.js | 4 +- ...ointmentProcedureGroupByResult.schema.d.ts | 61 +- ...mentProcedureGroupByResult.schema.d.ts.map | 2 +- ...ppointmentProcedureGroupByResult.schema.js | 9 +- ...pointmentProcedureUpdateResult.schema.d.ts | 10 +- ...tmentProcedureUpdateResult.schema.d.ts.map | 2 +- ...AppointmentProcedureUpdateResult.schema.js | 4 +- ...pointmentProcedureUpsertResult.schema.d.ts | 10 +- ...tmentProcedureUpsertResult.schema.d.ts.map | 2 +- ...AppointmentProcedureUpsertResult.schema.js | 4 +- .../AppointmentUpdateResult.schema.d.ts | 12 +- .../results/AppointmentUpdateResult.schema.ts | 3 +- .../AppointmentUpsertResult.schema.d.ts | 12 +- .../results/AppointmentUpsertResult.schema.ts | 3 +- ...ckupDestinationAggregateResult.schema.d.ts | 32 +- .../BackupDestinationCreateResult.schema.d.ts | 4 +- .../BackupDestinationDeleteResult.schema.d.ts | 4 +- ...ckupDestinationFindFirstResult.schema.d.ts | 4 +- ...ackupDestinationFindManyResult.schema.d.ts | 8 +- ...kupDestinationFindUniqueResult.schema.d.ts | 4 +- ...BackupDestinationGroupByResult.schema.d.ts | 36 +- .../BackupDestinationUpdateResult.schema.d.ts | 4 +- .../BackupDestinationUpsertResult.schema.d.ts | 4 +- .../results/ClaimAggregateResult.schema.d.ts | 102 +- .../ClaimAggregateResult.schema.d.ts.map | 2 +- .../results/ClaimAggregateResult.schema.js | 14 +- .../results/ClaimCreateResult.schema.d.ts | 18 +- .../results/ClaimCreateResult.schema.d.ts.map | 2 +- .../results/ClaimCreateResult.schema.js | 2 + .../results/ClaimDeleteResult.schema.d.ts | 18 +- .../results/ClaimDeleteResult.schema.d.ts.map | 2 +- .../results/ClaimDeleteResult.schema.js | 2 + .../ClaimFileAggregateResult.schema.d.ts | 39 +- .../ClaimFileAggregateResult.schema.d.ts.map | 2 +- .../ClaimFileAggregateResult.schema.js | 7 +- .../results/ClaimFileCreateResult.schema.d.ts | 7 +- .../ClaimFileCreateResult.schema.d.ts.map | 2 +- .../results/ClaimFileCreateResult.schema.js | 1 + .../results/ClaimFileDeleteResult.schema.d.ts | 7 +- .../ClaimFileDeleteResult.schema.d.ts.map | 2 +- .../results/ClaimFileDeleteResult.schema.js | 1 + .../ClaimFileFindFirstResult.schema.d.ts | 7 +- .../ClaimFileFindFirstResult.schema.d.ts.map | 2 +- .../ClaimFileFindFirstResult.schema.js | 1 + .../ClaimFileFindManyResult.schema.d.ts | 13 +- .../ClaimFileFindManyResult.schema.d.ts.map | 2 +- .../results/ClaimFileFindManyResult.schema.js | 1 + .../ClaimFileFindUniqueResult.schema.d.ts | 7 +- .../ClaimFileFindUniqueResult.schema.d.ts.map | 2 +- .../ClaimFileFindUniqueResult.schema.js | 1 + .../ClaimFileGroupByResult.schema.d.ts | 46 +- .../ClaimFileGroupByResult.schema.d.ts.map | 2 +- .../results/ClaimFileGroupByResult.schema.js | 8 +- .../results/ClaimFileUpdateResult.schema.d.ts | 7 +- .../ClaimFileUpdateResult.schema.d.ts.map | 2 +- .../results/ClaimFileUpdateResult.schema.js | 1 + .../results/ClaimFileUpsertResult.schema.d.ts | 7 +- .../ClaimFileUpsertResult.schema.d.ts.map | 2 +- .../results/ClaimFileUpsertResult.schema.js | 1 + .../results/ClaimFindFirstResult.schema.d.ts | 18 +- .../ClaimFindFirstResult.schema.d.ts.map | 2 +- .../results/ClaimFindFirstResult.schema.js | 2 + .../results/ClaimFindManyResult.schema.d.ts | 34 +- .../ClaimFindManyResult.schema.d.ts.map | 2 +- .../results/ClaimFindManyResult.schema.js | 2 + .../results/ClaimFindUniqueResult.schema.d.ts | 18 +- .../ClaimFindUniqueResult.schema.d.ts.map | 2 +- .../results/ClaimFindUniqueResult.schema.js | 2 + .../results/ClaimGroupByResult.schema.d.ts | 113 +- .../ClaimGroupByResult.schema.d.ts.map | 2 +- .../results/ClaimGroupByResult.schema.js | 15 +- .../results/ClaimUpdateResult.schema.d.ts | 18 +- .../results/ClaimUpdateResult.schema.d.ts.map | 2 +- .../results/ClaimUpdateResult.schema.js | 2 + .../results/ClaimUpsertResult.schema.d.ts | 18 +- .../results/ClaimUpsertResult.schema.d.ts.map | 2 +- .../results/ClaimUpsertResult.schema.js | 2 + .../CloudFileAggregateResult.schema.d.ts | 47 +- .../CloudFileAggregateResult.schema.d.ts.map | 2 +- .../CloudFileAggregateResult.schema.js | 3 + .../CloudFileChunkAggregateResult.schema.d.ts | 24 +- .../CloudFileChunkCreateResult.schema.d.ts | 4 +- .../CloudFileChunkDeleteResult.schema.d.ts | 4 +- .../CloudFileChunkFindFirstResult.schema.d.ts | 4 +- .../CloudFileChunkFindManyResult.schema.d.ts | 8 +- ...CloudFileChunkFindUniqueResult.schema.d.ts | 4 +- .../CloudFileChunkGroupByResult.schema.d.ts | 28 +- .../CloudFileChunkUpdateResult.schema.d.ts | 4 +- .../CloudFileChunkUpsertResult.schema.d.ts | 4 +- .../results/CloudFileCreateResult.schema.d.ts | 7 +- .../CloudFileCreateResult.schema.d.ts.map | 2 +- .../results/CloudFileCreateResult.schema.js | 1 + .../results/CloudFileDeleteResult.schema.d.ts | 7 +- .../CloudFileDeleteResult.schema.d.ts.map | 2 +- .../results/CloudFileDeleteResult.schema.js | 1 + .../CloudFileFindFirstResult.schema.d.ts | 7 +- .../CloudFileFindFirstResult.schema.d.ts.map | 2 +- .../CloudFileFindFirstResult.schema.js | 1 + .../CloudFileFindManyResult.schema.d.ts | 13 +- .../CloudFileFindManyResult.schema.d.ts.map | 2 +- .../results/CloudFileFindManyResult.schema.js | 1 + .../CloudFileFindUniqueResult.schema.d.ts | 7 +- .../CloudFileFindUniqueResult.schema.d.ts.map | 2 +- .../CloudFileFindUniqueResult.schema.js | 1 + .../CloudFileGroupByResult.schema.d.ts | 54 +- .../CloudFileGroupByResult.schema.d.ts.map | 2 +- .../results/CloudFileGroupByResult.schema.js | 4 + .../results/CloudFileUpdateResult.schema.d.ts | 7 +- .../CloudFileUpdateResult.schema.d.ts.map | 2 +- .../results/CloudFileUpdateResult.schema.js | 1 + .../results/CloudFileUpsertResult.schema.d.ts | 7 +- .../CloudFileUpsertResult.schema.d.ts.map | 2 +- .../results/CloudFileUpsertResult.schema.js | 1 + .../CloudFolderAggregateResult.schema.d.ts | 32 +- .../CloudFolderCreateResult.schema.d.ts | 4 +- .../CloudFolderDeleteResult.schema.d.ts | 4 +- .../CloudFolderFindFirstResult.schema.d.ts | 4 +- .../CloudFolderFindManyResult.schema.d.ts | 8 +- .../CloudFolderFindUniqueResult.schema.d.ts | 4 +- .../CloudFolderGroupByResult.schema.d.ts | 36 +- .../CloudFolderUpdateResult.schema.d.ts | 4 +- .../CloudFolderUpsertResult.schema.d.ts | 4 +- .../CommunicationAggregateResult.schema.d.ts | 72 +- .../CommunicationCreateResult.schema.d.ts | 12 +- .../CommunicationDeleteResult.schema.d.ts | 12 +- .../CommunicationFindFirstResult.schema.d.ts | 12 +- .../CommunicationFindManyResult.schema.d.ts | 24 +- .../CommunicationFindUniqueResult.schema.d.ts | 12 +- .../CommunicationGroupByResult.schema.d.ts | 80 +- .../CommunicationUpdateResult.schema.d.ts | 12 +- .../CommunicationUpsertResult.schema.d.ts | 12 +- .../DatabaseBackupAggregateResult.schema.d.ts | 32 +- .../DatabaseBackupCreateResult.schema.d.ts | 4 +- .../DatabaseBackupDeleteResult.schema.d.ts | 4 +- .../DatabaseBackupFindFirstResult.schema.d.ts | 4 +- .../DatabaseBackupFindManyResult.schema.d.ts | 8 +- ...DatabaseBackupFindUniqueResult.schema.d.ts | 4 +- .../DatabaseBackupGroupByResult.schema.d.ts | 36 +- .../DatabaseBackupUpdateResult.schema.d.ts | 4 +- .../DatabaseBackupUpsertResult.schema.d.ts | 4 +- ...ranceCredentialAggregateResult.schema.d.ts | 8 +- ...suranceCredentialGroupByResult.schema.d.ts | 8 +- .../NotificationAggregateResult.schema.d.ts | 32 +- .../NotificationCreateResult.schema.d.ts | 4 +- .../NotificationDeleteResult.schema.d.ts | 4 +- .../NotificationFindFirstResult.schema.d.ts | 4 +- .../NotificationFindManyResult.schema.d.ts | 8 +- .../NotificationFindUniqueResult.schema.d.ts | 4 +- .../NotificationGroupByResult.schema.d.ts | 36 +- .../NotificationUpdateResult.schema.d.ts | 4 +- .../NotificationUpsertResult.schema.d.ts | 4 +- .../NpiProviderAggregateResult.schema.d.ts | 90 +- ...NpiProviderAggregateResult.schema.d.ts.map | 2 +- .../NpiProviderAggregateResult.schema.js | 4 +- .../NpiProviderCreateResult.schema.d.ts | 18 +- .../NpiProviderCreateResult.schema.d.ts.map | 2 +- .../results/NpiProviderCreateResult.schema.js | 4 +- .../NpiProviderDeleteResult.schema.d.ts | 18 +- .../NpiProviderDeleteResult.schema.d.ts.map | 2 +- .../results/NpiProviderDeleteResult.schema.js | 4 +- .../NpiProviderFindFirstResult.schema.d.ts | 18 +- ...NpiProviderFindFirstResult.schema.d.ts.map | 2 +- .../NpiProviderFindFirstResult.schema.js | 4 +- .../NpiProviderFindManyResult.schema.d.ts | 34 +- .../NpiProviderFindManyResult.schema.d.ts.map | 2 +- .../NpiProviderFindManyResult.schema.js | 4 +- .../NpiProviderFindUniqueResult.schema.d.ts | 18 +- ...piProviderFindUniqueResult.schema.d.ts.map | 2 +- .../NpiProviderFindUniqueResult.schema.js | 4 +- .../NpiProviderGroupByResult.schema.d.ts | 102 +- .../NpiProviderGroupByResult.schema.d.ts.map | 2 +- .../NpiProviderGroupByResult.schema.js | 4 +- .../NpiProviderUpdateResult.schema.d.ts | 18 +- .../NpiProviderUpdateResult.schema.d.ts.map | 2 +- .../results/NpiProviderUpdateResult.schema.js | 4 +- .../NpiProviderUpsertResult.schema.d.ts | 18 +- .../NpiProviderUpsertResult.schema.d.ts.map | 2 +- .../results/NpiProviderUpsertResult.schema.js | 4 +- .../PatientAggregateResult.schema.d.ts | 32 +- .../results/PatientCreateResult.schema.d.ts | 8 +- .../results/PatientDeleteResult.schema.d.ts | 8 +- ...PatientDocumentAggregateResult.schema.d.ts | 48 +- .../PatientDocumentCreateResult.schema.d.ts | 8 +- .../PatientDocumentDeleteResult.schema.d.ts | 8 +- ...PatientDocumentFindFirstResult.schema.d.ts | 8 +- .../PatientDocumentFindManyResult.schema.d.ts | 16 +- ...atientDocumentFindUniqueResult.schema.d.ts | 8 +- .../PatientDocumentGroupByResult.schema.d.ts | 56 +- .../PatientDocumentUpdateResult.schema.d.ts | 8 +- .../PatientDocumentUpsertResult.schema.d.ts | 8 +- .../PatientFindFirstResult.schema.d.ts | 8 +- .../results/PatientFindManyResult.schema.d.ts | 16 +- .../PatientFindUniqueResult.schema.d.ts | 8 +- .../results/PatientGroupByResult.schema.d.ts | 36 +- .../results/PatientUpdateResult.schema.d.ts | 8 +- .../results/PatientUpsertResult.schema.d.ts | 8 +- .../PaymentAggregateResult.schema.d.ts | 64 +- .../results/PaymentCreateResult.schema.d.ts | 8 +- .../results/PaymentDeleteResult.schema.d.ts | 8 +- .../PaymentFindFirstResult.schema.d.ts | 8 +- .../results/PaymentFindManyResult.schema.d.ts | 16 +- .../PaymentFindUniqueResult.schema.d.ts | 8 +- .../results/PaymentGroupByResult.schema.d.ts | 72 +- .../results/PaymentUpdateResult.schema.d.ts | 8 +- .../results/PaymentUpsertResult.schema.d.ts | 8 +- .../PdfFileAggregateResult.schema.d.ts | 24 +- .../results/PdfFileCreateResult.schema.d.ts | 4 +- .../results/PdfFileDeleteResult.schema.d.ts | 4 +- .../PdfFileFindFirstResult.schema.d.ts | 4 +- .../results/PdfFileFindManyResult.schema.d.ts | 8 +- .../PdfFileFindUniqueResult.schema.d.ts | 4 +- .../results/PdfFileGroupByResult.schema.d.ts | 28 +- .../results/PdfFileUpdateResult.schema.d.ts | 4 +- .../results/PdfFileUpsertResult.schema.d.ts | 4 +- .../PdfGroupAggregateResult.schema.d.ts | 24 +- .../results/PdfGroupCreateResult.schema.d.ts | 4 +- .../results/PdfGroupDeleteResult.schema.d.ts | 4 +- .../PdfGroupFindFirstResult.schema.d.ts | 4 +- .../PdfGroupFindManyResult.schema.d.ts | 8 +- .../PdfGroupFindUniqueResult.schema.d.ts | 4 +- .../results/PdfGroupGroupByResult.schema.d.ts | 28 +- .../results/PdfGroupUpdateResult.schema.d.ts | 4 +- .../results/PdfGroupUpsertResult.schema.d.ts | 4 +- ...LineTransactionAggregateResult.schema.d.ts | 24 +- ...iceLineTransactionCreateResult.schema.d.ts | 4 +- ...iceLineTransactionDeleteResult.schema.d.ts | 4 +- ...LineTransactionFindFirstResult.schema.d.ts | 4 +- ...eLineTransactionFindManyResult.schema.d.ts | 8 +- ...ineTransactionFindUniqueResult.schema.d.ts | 4 +- ...ceLineTransactionGroupByResult.schema.d.ts | 28 +- ...iceLineTransactionUpdateResult.schema.d.ts | 4 +- ...iceLineTransactionUpsertResult.schema.d.ts | 4 +- .../results/StaffAggregateResult.schema.d.ts | 32 +- .../results/StaffCreateResult.schema.d.ts | 4 +- .../results/StaffDeleteResult.schema.d.ts | 4 +- .../results/StaffFindFirstResult.schema.d.ts | 4 +- .../results/StaffFindManyResult.schema.d.ts | 8 +- .../results/StaffFindUniqueResult.schema.d.ts | 4 +- .../results/StaffGroupByResult.schema.d.ts | 36 +- .../results/StaffUpdateResult.schema.d.ts | 4 +- .../results/StaffUpsertResult.schema.d.ts | 4 +- packages/db/shared/schemas/results/index.ts | 13 + ...dateManyAndReturnAppointmentFile.schema.ts | 9 + .../updateManyAppointmentFile.schema.ts | 8 + .../updateOneAppointmentFile.schema.ts | 11 + .../upsertOneAppointmentFile.schema.ts | 13 + .../variants/input/Appointment.input.d.ts | 12 +- .../variants/input/Appointment.input.ts | 3 +- .../variants/input/AppointmentFile.input.ts | 12 + .../input/AppointmentProcedure.input.d.ts | 10 +- .../input/AppointmentProcedure.input.d.ts.map | 2 +- .../input/AppointmentProcedure.input.js | 4 +- .../input/BackupDestination.input.d.ts | 4 +- .../schemas/variants/input/Claim.input.d.ts | 18 +- .../variants/input/Claim.input.d.ts.map | 2 +- .../schemas/variants/input/Claim.input.js | 2 + .../variants/input/ClaimFile.input.d.ts | 7 +- .../variants/input/ClaimFile.input.d.ts.map | 2 +- .../schemas/variants/input/ClaimFile.input.js | 1 + .../variants/input/CloudFile.input.d.ts | 7 +- .../variants/input/CloudFile.input.d.ts.map | 2 +- .../schemas/variants/input/CloudFile.input.js | 1 + .../variants/input/CloudFileChunk.input.d.ts | 4 +- .../variants/input/CloudFolder.input.d.ts | 4 +- .../variants/input/Communication.input.d.ts | 12 +- .../variants/input/DatabaseBackup.input.d.ts | 4 +- .../variants/input/Notification.input.d.ts | 4 +- .../variants/input/NpiProvider.input.d.ts | 18 +- .../variants/input/NpiProvider.input.d.ts.map | 2 +- .../variants/input/NpiProvider.input.js | 4 +- .../schemas/variants/input/Patient.input.d.ts | 8 +- .../variants/input/PatientDocument.input.d.ts | 8 +- .../schemas/variants/input/Payment.input.d.ts | 8 +- .../schemas/variants/input/PdfFile.input.d.ts | 4 +- .../variants/input/PdfGroup.input.d.ts | 4 +- .../input/ServiceLineTransaction.input.d.ts | 4 +- .../schemas/variants/input/Staff.input.d.ts | 4 +- .../db/shared/schemas/variants/input/index.ts | 1 + .../variants/pure/Appointment.pure.d.ts | 12 +- .../schemas/variants/pure/Appointment.pure.ts | 3 +- .../variants/pure/AppointmentFile.pure.ts | 12 + .../pure/AppointmentProcedure.pure.d.ts | 10 +- .../pure/AppointmentProcedure.pure.d.ts.map | 2 +- .../pure/AppointmentProcedure.pure.js | 4 +- .../variants/pure/BackupDestination.pure.d.ts | 4 +- .../schemas/variants/pure/Claim.pure.d.ts | 18 +- .../schemas/variants/pure/Claim.pure.d.ts.map | 2 +- .../schemas/variants/pure/Claim.pure.js | 2 + .../schemas/variants/pure/ClaimFile.pure.d.ts | 7 +- .../variants/pure/ClaimFile.pure.d.ts.map | 2 +- .../schemas/variants/pure/ClaimFile.pure.js | 1 + .../schemas/variants/pure/CloudFile.pure.d.ts | 7 +- .../variants/pure/CloudFile.pure.d.ts.map | 2 +- .../schemas/variants/pure/CloudFile.pure.js | 1 + .../variants/pure/CloudFileChunk.pure.d.ts | 4 +- .../variants/pure/CloudFolder.pure.d.ts | 4 +- .../variants/pure/Communication.pure.d.ts | 12 +- .../variants/pure/DatabaseBackup.pure.d.ts | 4 +- .../variants/pure/Notification.pure.d.ts | 4 +- .../variants/pure/NpiProvider.pure.d.ts | 18 +- .../variants/pure/NpiProvider.pure.d.ts.map | 2 +- .../schemas/variants/pure/NpiProvider.pure.js | 4 +- .../schemas/variants/pure/Patient.pure.d.ts | 8 +- .../variants/pure/PatientDocument.pure.d.ts | 8 +- .../schemas/variants/pure/Payment.pure.d.ts | 8 +- .../schemas/variants/pure/PdfFile.pure.d.ts | 4 +- .../schemas/variants/pure/PdfGroup.pure.d.ts | 4 +- .../pure/ServiceLineTransaction.pure.d.ts | 4 +- .../schemas/variants/pure/Staff.pure.d.ts | 4 +- .../db/shared/schemas/variants/pure/index.ts | 1 + .../variants/result/Appointment.result.d.ts | 12 +- .../variants/result/Appointment.result.ts | 3 +- .../variants/result/AppointmentFile.result.ts | 12 + .../result/AppointmentProcedure.result.d.ts | 10 +- .../AppointmentProcedure.result.d.ts.map | 2 +- .../result/AppointmentProcedure.result.js | 4 +- .../result/BackupDestination.result.d.ts | 4 +- .../schemas/variants/result/Claim.result.d.ts | 18 +- .../variants/result/Claim.result.d.ts.map | 2 +- .../schemas/variants/result/Claim.result.js | 2 + .../variants/result/ClaimFile.result.d.ts | 7 +- .../variants/result/ClaimFile.result.d.ts.map | 2 +- .../variants/result/ClaimFile.result.js | 1 + .../variants/result/CloudFile.result.d.ts | 7 +- .../variants/result/CloudFile.result.d.ts.map | 2 +- .../variants/result/CloudFile.result.js | 1 + .../result/CloudFileChunk.result.d.ts | 4 +- .../variants/result/CloudFolder.result.d.ts | 4 +- .../variants/result/Communication.result.d.ts | 12 +- .../result/DatabaseBackup.result.d.ts | 4 +- .../variants/result/Notification.result.d.ts | 4 +- .../variants/result/NpiProvider.result.d.ts | 18 +- .../result/NpiProvider.result.d.ts.map | 2 +- .../variants/result/NpiProvider.result.js | 4 +- .../variants/result/Patient.result.d.ts | 8 +- .../result/PatientDocument.result.d.ts | 8 +- .../variants/result/Payment.result.d.ts | 8 +- .../variants/result/PdfFile.result.d.ts | 4 +- .../variants/result/PdfGroup.result.d.ts | 4 +- .../result/ServiceLineTransaction.result.d.ts | 4 +- .../schemas/variants/result/Staff.result.d.ts | 4 +- .../shared/schemas/variants/result/index.ts | 1 + packages/db/types/appointment-types.d.ts | 4 +- packages/db/types/claim-types.d.ts | 3 +- packages/db/types/claim-types.d.ts.map | 2 +- .../db/types/patientConnection-types.d.ts | 2 +- packages/db/types/patientDocument-types.d.ts | 20 +- packages/db/types/payment-types.d.ts | 2 +- packages/db/usedSchemas/browser.d.ts | 475 +++++ packages/db/usedSchemas/browser.d.ts.map | 1 + 959 files changed, 13338 insertions(+), 2208 deletions(-) create mode 100644 packages/db/.turbo/turbo-build.log create mode 100644 packages/db/shared/schemas/aggregateAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/countAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/createManyAndReturnAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/createManyAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/createOneAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/deleteManyAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/deleteOneAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/enums/AppointmentFileScalarFieldEnum.schema.ts create mode 100644 packages/db/shared/schemas/findFirstAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/findFirstOrThrowAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/findManyAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/findUniqueAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/findUniqueOrThrowAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/groupByAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentCountOutputTypeCountFilesArgs.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentCreateNestedOneWithoutFilesInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentCreateOrConnectWithoutFilesInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentCreateWithoutFilesInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileArgs.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileAvgAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileAvgOrderByAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileCountAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileCountOrderByAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileCreateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileCreateManyAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileCreateManyAppointmentInputEnvelope.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileCreateManyInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileCreateNestedManyWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileCreateOrConnectWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileCreateWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileInclude.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileListRelationFilter.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileMaxAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileMaxOrderByAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileMinAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileMinOrderByAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileOrderByRelationAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileOrderByWithAggregationInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileOrderByWithRelationInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileScalarWhereInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileScalarWhereWithAggregatesInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileSelect.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileSumAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileSumOrderByAggregateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUpdateInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUpdateManyMutationInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUpdateManyWithWhereWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUpdateWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileWhereInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentFileWhereUniqueInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutFilesInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutFilesInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentUpdateOneRequiredWithoutFilesNestedInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentUpdateToOneWithWhereWithoutFilesInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentUpdateWithoutFilesInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/AppointmentUpsertWithoutFilesInput.schema.ts create mode 100644 packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.js create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.d.ts create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.d.ts.map create mode 100644 packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.js create mode 100644 packages/db/shared/schemas/results/AppointmentFileAggregateResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileCountResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileCreateManyResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileCreateResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileDeleteManyResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileDeleteResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileFindFirstResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileFindManyResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileFindUniqueResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileGroupByResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileUpdateManyResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileUpdateResult.schema.ts create mode 100644 packages/db/shared/schemas/results/AppointmentFileUpsertResult.schema.ts create mode 100644 packages/db/shared/schemas/updateManyAndReturnAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/updateManyAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/updateOneAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/upsertOneAppointmentFile.schema.ts create mode 100644 packages/db/shared/schemas/variants/input/AppointmentFile.input.ts create mode 100644 packages/db/shared/schemas/variants/pure/AppointmentFile.pure.ts create mode 100644 packages/db/shared/schemas/variants/result/AppointmentFile.result.ts create mode 100644 packages/db/usedSchemas/browser.d.ts create mode 100644 packages/db/usedSchemas/browser.d.ts.map diff --git a/apps/Backend/src/routes/appointments-procedures.ts b/apps/Backend/src/routes/appointments-procedures.ts index 4b329f00..ad82d572 100755 --- a/apps/Backend/src/routes/appointments-procedures.ts +++ b/apps/Backend/src/routes/appointments-procedures.ts @@ -84,7 +84,7 @@ router.put("/set-npi-provider/:appointmentId", async (req: Request, res: Respons */ router.post("/save-for-appointment", async (req: Request, res: Response) => { try { - const { appointmentId, patientId, npiProviderId, procedures } = req.body; + const { appointmentId, patientId, npiProviderId, procedures, attachments } = req.body; if (!appointmentId || isNaN(Number(appointmentId))) { return res.status(400).json({ message: "Invalid appointmentId" }); @@ -100,6 +100,14 @@ router.post("/save-for-appointment", async (req: Request, res: Response) => { (p) => String(p.procedureCode ?? "").trim() !== "" ); + const validAttachments = Array.isArray(attachments) + ? (attachments as any[]).filter((a) => a?.filename).map((a) => ({ + filename: String(a.filename), + mimeType: a.mimeType ?? null, + filePath: a.filePath ?? null, + })) + : undefined; + const count = await storage.saveForAppointment({ appointmentId: Number(appointmentId), patientId: Number(patientId), @@ -110,6 +118,7 @@ router.post("/save-for-appointment", async (req: Request, res: Response) => { toothNumber: p.toothNumber || null, toothSurface: p.toothSurface || null, })), + attachments: validAttachments, }); return res.json({ success: true, count }); diff --git a/apps/Backend/src/routes/claims.ts b/apps/Backend/src/routes/claims.ts index d58b8ea2..7c00d1e9 100755 --- a/apps/Backend/src/routes/claims.ts +++ b/apps/Backend/src/routes/claims.ts @@ -425,18 +425,25 @@ router.post( // Fetch active claim for this appointment (includes service lines from draft saves) const activeClaim = await storage.getActiveClaimByAppointmentId(Number(apt.id)); - // "Already claimed" = has a real claim number OR status is REVIEW/APPROVED - // A PENDING claim with no claimNumber is just a draft save — not yet submitted - const alreadyClaimed = + // Skip if claim was voided via the "Void" button in Select Procedures. + if (activeClaim?.status === "VOID") { + resultItem.skipped = true; + resultItem.error = "Voided"; + results.push(resultItem); + continue; + } + + // Skip appointments whose claim was already submitted (has claimNumber or REVIEW/APPROVED). + // The "Update & Resubmit" button resets the claim to PENDING so it is picked up again. + const alreadySubmitted = activeClaim && - ((activeClaim.claimNumber != null && - String(activeClaim.claimNumber).trim() !== "") || + ((activeClaim.claimNumber != null && String(activeClaim.claimNumber).trim() !== "") || activeClaim.status === "REVIEW" || activeClaim.status === "APPROVED"); - if (alreadyClaimed) { + if (alreadySubmitted) { resultItem.skipped = true; - resultItem.error = "Already claimed"; + resultItem.error = "Already submitted"; results.push(resultItem); continue; } @@ -544,7 +551,6 @@ router.post( let claimId: number; if (activeClaim?.id) { claimId = activeClaim.id; - // Update claim's npiProviderId if the user chose a different provider via Select Procedures if (procNpiProviderId && activeClaim.npiProviderId !== procNpiProviderId) { await storage.updateClaim(claimId, { npiProviderId: procNpiProviderId }); } @@ -634,12 +640,31 @@ router.post( }; } + // Collect attachments: appointment-level files + claim-level files + const apptFiles = await storage.getAppointmentFiles(Number(apt.id)); + const claimFiles = (activeClaim as any)?.claimFiles ?? []; + const allFileMeta = [ + ...apptFiles, + ...claimFiles, + ] as Array<{ filename: string; mimeType?: string | null; filePath?: string | null }>; + + const filesForQueue = allFileMeta.flatMap((f) => { + if (!f.filePath) return []; + const absPath = path.join(process.cwd(), f.filePath); + if (!fs.existsSync(absPath)) { + console.warn(`[batch-column] attachment not found on disk: ${absPath}`); + return []; + } + const bufferBase64 = fs.readFileSync(absPath).toString("base64"); + return [{ originalname: f.filename, bufferBase64, mimetype: f.mimeType ?? "application/octet-stream" }]; + }); + // Enqueue selenium claim-submit job const job = await seleniumQueue.add("claim-submit", { jobType: "claim-submit", userId: req.user.id, enrichedPayload, - files: [], + files: filesForQueue, claimId, }); @@ -991,4 +1016,72 @@ router.delete("/:id", async (req: Request, res: Response): Promise => { } }); +// POST /api/claims/void-for-appointment +// Marks the claim for an appointment as VOID so batch-column skips it permanently. +// If no claim exists yet, creates a minimal placeholder VOID claim. +router.post("/void-for-appointment", async (req: Request, res: Response): Promise => { + try { + if (!req.user?.id) return res.status(401).json({ error: "Unauthorized" }); + const { appointmentId } = req.body; + if (!appointmentId || isNaN(Number(appointmentId))) { + return res.status(400).json({ error: "Invalid appointmentId" }); + } + + const existing = await storage.getActiveClaimByAppointmentId(Number(appointmentId)); + if (existing) { + await storage.updateClaim(Number(existing.id), { status: "VOID" } as any); + return res.json({ voided: true, claimId: existing.id }); + } + + // No claim yet — look up appointment + patient to create a minimal VOID placeholder + const apt = await storage.getAppointment(Number(appointmentId)); + if (!apt) return res.status(404).json({ error: "Appointment not found" }); + const patient = apt.patientId ? await storage.getPatient(apt.patientId) : null; + if (!patient) return res.status(404).json({ error: "Patient not found" }); + + const newClaim = await storage.createClaim({ + patientId: Number(patient.id), + appointmentId: Number(appointmentId), + userId: req.user.id, + staffId: Number(apt.staffId), + patientName: `${patient.firstName ?? ""} ${patient.lastName ?? ""}`.trim(), + memberId: String(patient.insuranceId ?? ""), + dateOfBirth: patient.dateOfBirth ? new Date(patient.dateOfBirth) : new Date(), + serviceDate: apt.date instanceof Date ? apt.date : new Date(apt.date as any), + insuranceProvider: "MassHealth", + remarks: "", + missingTeethStatus: "No_missing", + missingTeeth: {}, + status: "VOID", + } as any); + return res.json({ voided: true, claimId: newClaim.id }); + } catch (err: any) { + console.error("void-for-appointment error", err); + return res.status(500).json({ error: err.message ?? "Server error" }); + } +}); + +// POST /api/claims/reset-for-resubmit +// Resets the active claim for an appointment back to PENDING with no claimNumber, +// so the batch-column will pick it up again on the next run. +router.post("/reset-for-resubmit", async (req: Request, res: Response): Promise => { + try { + const { appointmentId } = req.body; + if (!appointmentId || isNaN(Number(appointmentId))) { + return res.status(400).json({ error: "Invalid appointmentId" }); + } + + const claim = await storage.getActiveClaimByAppointmentId(Number(appointmentId)); + if (!claim) { + return res.json({ reset: false, message: "No existing claim found — will be created fresh on next submit" }); + } + + await storage.updateClaim(Number(claim.id), { status: "PENDING", claimNumber: null } as any); + return res.json({ reset: true, claimId: claim.id }); + } catch (err: any) { + console.error("reset-for-resubmit error", err); + return res.status(500).json({ error: err.message ?? "Server error" }); + } +}); + export default router; diff --git a/apps/Backend/src/storage/appointment-procedures-storage.ts b/apps/Backend/src/storage/appointment-procedures-storage.ts index 7a1f80b2..016187c9 100755 --- a/apps/Backend/src/storage/appointment-procedures-storage.ts +++ b/apps/Backend/src/storage/appointment-procedures-storage.ts @@ -7,6 +7,12 @@ import { } from "@repo/db/types"; import { prisma as db } from "@repo/db/client"; +export interface AppointmentFileMeta { + filename: string; + mimeType?: string | null; + filePath?: string | null; +} + export interface IAppointmentProceduresStorage { getByAppointmentId(appointmentId: number): Promise; getPrefillDataByAppointmentId(appointmentId: number): Promise<{ @@ -14,6 +20,7 @@ export interface IAppointmentProceduresStorage { patient: Patient; procedures: AppointmentProcedure[]; npiProviderId: number | null; + appointmentFiles: AppointmentFileMeta[]; } | null>; saveForAppointment(params: { appointmentId: number; @@ -25,6 +32,7 @@ export interface IAppointmentProceduresStorage { toothNumber?: string | null; toothSurface?: string | null; }>; + attachments?: AppointmentFileMeta[]; }): Promise; createProcedure( @@ -37,6 +45,7 @@ export interface IAppointmentProceduresStorage { ): Promise; deleteProcedure(id: number): Promise; clearByAppointmentId(appointmentId: number): Promise; + getAppointmentFiles(appointmentId: number): Promise; getAppointmentIdsWithProcedures(ids: number[]): Promise>; } @@ -58,6 +67,9 @@ export const appointmentProceduresStorage: IAppointmentProceduresStorage = { procedures: { orderBy: { createdAt: "asc" }, }, + files: { + orderBy: { id: "asc" }, + }, }, }); @@ -72,11 +84,28 @@ export const appointmentProceduresStorage: IAppointmentProceduresStorage = { patient: appointment.patient, procedures: appointment.procedures, npiProviderId, + appointmentFiles: (appointment.files as any[]).map((f) => ({ + id: f.id, + filename: f.filename, + mimeType: f.mimeType, + filePath: f.filePath, + })), }; }, - async saveForAppointment({ appointmentId, patientId, npiProviderId, procedures }) { + async saveForAppointment({ appointmentId, patientId, npiProviderId, procedures, attachments }) { await db.appointmentProcedure.deleteMany({ where: { appointmentId } }); + if (attachments?.length) { + await db.appointmentFile.deleteMany({ where: { appointmentId } }); + await db.appointmentFile.createMany({ + data: attachments.map((a) => ({ + appointmentId, + filename: a.filename, + mimeType: a.mimeType ?? null, + filePath: a.filePath ?? null, + })), + }); + } if (!procedures.length) return 0; const result = await db.appointmentProcedure.createMany({ data: procedures.map((p) => ({ @@ -139,6 +168,19 @@ export const appointmentProceduresStorage: IAppointmentProceduresStorage = { select: { appointmentId: true }, distinct: ["appointmentId"], }); - return new Set(rows.map((r) => r.appointmentId)); + return new Set(rows.map((r: any) => r.appointmentId)); + }, + + async getAppointmentFiles(appointmentId: number): Promise { + const rows = await db.appointmentFile.findMany({ + where: { appointmentId }, + orderBy: { id: "asc" }, + }); + return rows.map((f: any) => ({ + id: f.id, + filename: f.filename, + mimeType: f.mimeType, + filePath: f.filePath, + })); }, }; diff --git a/apps/Backend/src/storage/claims-storage.ts b/apps/Backend/src/storage/claims-storage.ts index 214952ce..4f718623 100755 --- a/apps/Backend/src/storage/claims-storage.ts +++ b/apps/Backend/src/storage/claims-storage.ts @@ -60,7 +60,7 @@ export const claimsStorage: IStorage = { return db.claim.findFirst({ where: { appointmentId, - status: { notIn: ["CANCELLED", "VOID"] }, + status: { notIn: ["CANCELLED"] }, }, orderBy: { createdAt: "desc" }, include: { serviceLines: true, claimFiles: true, staff: true }, diff --git a/apps/Frontend/src/components/claims/claim-form.tsx b/apps/Frontend/src/components/claims/claim-form.tsx index a21d1395..5a46798b 100755 --- a/apps/Frontend/src/components/claims/claim-form.tsx +++ b/apps/Frontend/src/components/claims/claim-form.tsx @@ -402,6 +402,9 @@ export function ClaimForm({ setForm((prev) => ({ ...prev, serviceLines: mappedLines, + ...(data.appointmentFiles?.length + ? { claimFiles: data.appointmentFiles } + : {}), })); // Restore NPI provider from saved procedures @@ -1094,6 +1097,10 @@ export function ClaimForm({ : null; try { + const attachments = form.uploadedFiles?.length + ? await uploadAttachmentsToLocalFolder(form.uploadedFiles) + : []; + const res = await apiRequest("POST", "/api/appointment-procedures/save-for-appointment", { appointmentId, patientId, @@ -1104,16 +1111,42 @@ export function ClaimForm({ toothNumber: l.toothNumber || null, toothSurface: l.toothSurface || null, })), + attachments, }); const data = await res.json(); if (!data.success) throw new Error("Failed to save procedures"); - toast({ title: "Procedures saved", description: `${data.count} procedure(s) saved.` }); + const attachMsg = attachments.length ? ` and ${attachments.length} attachment(s)` : ""; + toast({ title: "Procedures saved", description: `${data.count} procedure(s)${attachMsg} saved.` }); onClose(); } catch (err: any) { toast({ title: "Save failed", description: err?.message ?? "Failed to save procedures.", variant: "destructive" }); } }; + // Same as handleProceduresSave but also resets any existing submitted claim so + // batch-column will treat this appointment as needing a new submission. + const handleProceduresUpdate = async () => { + if (!appointmentId) return; + try { + await apiRequest("POST", "/api/claims/reset-for-resubmit", { appointmentId }); + } catch { + // Non-fatal: if reset fails we still save procedures + } + await handleProceduresSave(); + }; + + // Marks the claim for this appointment as VOID so batch-column will always skip it. + const handleProceduresVoid = async () => { + if (!appointmentId) return; + try { + await apiRequest("POST", "/api/claims/void-for-appointment", { appointmentId }); + toast({ title: "Claim voided", description: "This appointment will be skipped when claiming for the column." }); + onClose(); + } catch (err: any) { + toast({ title: "Void failed", description: err?.message ?? "Failed to void claim.", variant: "destructive" }); + } + }; + // for direct combo button. const applyComboAndThenMH = async ( comboId: keyof typeof PROCEDURE_COMBOS, @@ -1720,15 +1753,29 @@ export function ClaimForm({ {proceduresOnly ? "Save Procedures" : "Insurance Carriers"} {proceduresOnly ? ( - /* ── Select Procedures mode: Save only ── */ -
+ /* ── Select Procedures mode ── */ +
+ +
) : ( /* ── Insurance Claim mode: submit buttons, no Save ── */ diff --git a/apps/Frontend/src/lib/socket.ts b/apps/Frontend/src/lib/socket.ts index b11b98ae..964ceb96 100644 --- a/apps/Frontend/src/lib/socket.ts +++ b/apps/Frontend/src/lib/socket.ts @@ -8,8 +8,11 @@ import { io, Socket } from "socket.io-client"; // Connect directly to backend to avoid Vite's WS proxy failing on upgrade, // which causes an unhandled AggregateError from engine.io's Promise.any() probe. +// Use the env var when set; otherwise derive the backend URL from the current +// page's hostname so remote browsers (non-localhost) reach the server correctly. const SOCKET_URL = - import.meta.env.VITE_API_BASE_URL_BACKEND || "http://localhost:5000"; + import.meta.env.VITE_API_BASE_URL_BACKEND || + `${window.location.protocol}//${window.location.hostname}:5000`; export const socket: Socket = io(SOCKET_URL, { withCredentials: true, diff --git a/apps/Frontend/src/pages/insurance-status-page.tsx b/apps/Frontend/src/pages/insurance-status-page.tsx index 2bf68300..bc610e7f 100755 --- a/apps/Frontend/src/pages/insurance-status-page.tsx +++ b/apps/Frontend/src/pages/insurance-status-page.tsx @@ -470,9 +470,6 @@ export default function InsuranceStatusPage() { {/* Insurance Eligibility Check Form */} - - Check Insurance Eligibility -
diff --git a/apps/Frontend/vite.config.ts b/apps/Frontend/vite.config.ts index d7f188ce..1f77b1a2 100755 --- a/apps/Frontend/vite.config.ts +++ b/apps/Frontend/vite.config.ts @@ -13,6 +13,7 @@ export default defineConfig(({ mode }) => { fs: { allow: [".."], }, + allowedHosts: ["communitydentistsoflowell.mydentalofficemanagement.com"], proxy: { "/api": { target: env.VITE_API_BASE_URL_BACKEND || "http://localhost:5000", diff --git a/packages/db/.turbo/turbo-build.log b/packages/db/.turbo/turbo-build.log new file mode 100644 index 00000000..7bcf03ec --- /dev/null +++ b/packages/db/.turbo/turbo-build.log @@ -0,0 +1,1652 @@ + +> @repo/db@1.0.0 build +> tsc -p tsconfig.build.json + +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCountOutputTypeArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCountOutputTypeCountClaimsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCountOutputTypeCountProceduresArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCountOutputTypeSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateManyPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateManyPatientInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateManyStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateManyStaffInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateNestedManyWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateNestedOneWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateNestedOneWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateOrConnectWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateOrConnectWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateOrConnectWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateOrConnectWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyAppointmentInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyPatientInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentProcedureWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedCreateNestedManyWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateManyWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateManyWithoutStaffNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateManyWithWhereWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateManyWithWhereWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateManyWithoutStaffNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateOneRequiredWithoutProceduresNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateToOneWithWhereWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateWithWhereUniqueWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpsertWithWhereUniqueWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpsertWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentUpsertWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/AppointmentWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BackupDestinationWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BigIntFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BigIntFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BigIntWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BoolFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BoolFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BoolWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BytesFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BytesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/BytesWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCountOutputTypeArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCountOutputTypeCountClaimFilesArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCountOutputTypeCountServiceLinesArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCountOutputTypeSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateManyAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateManyAppointmentInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateManyPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateManyPatientInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateManyStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateManyStaffInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateNestedOneWithoutClaimFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateNestedOneWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateNestedOneWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutClaimFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateWithoutClaimFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileCreateManyClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileCreateManyClaimInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileCreateNestedManyWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileCreateOrConnectWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileCreateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateNestedManyWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyWithoutClaimNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUpdateManyWithWhereWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUpdateManyWithoutClaimNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUpdateWithWhereUniqueWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUpdateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileUpsertWithWhereUniqueWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimFileWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimNullableScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutClaimFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutStaffNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutClaimFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutAppointmentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutStaffNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateOneRequiredWithoutClaimFilesNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateOneWithoutPaymentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateOneWithoutServiceLinesNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateToOneWithWhereWithoutClaimFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateToOneWithWhereWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateToOneWithWhereWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithoutClaimFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutAppointmentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpsertWithoutClaimFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpsertWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimUpsertWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ClaimWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkCreateManyFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkCreateManyFileInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkCreateNestedManyWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkCreateOrConnectWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkCreateWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkFileIdSeqCompoundUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUncheckedCreateNestedManyWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUncheckedCreateWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUncheckedUpdateManyWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUncheckedUpdateManyWithoutFileNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUncheckedUpdateWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUpdateManyWithWhereWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUpdateManyWithoutFileNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUpdateWithWhereUniqueWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUpdateWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkUpsertWithWhereUniqueWithoutFileInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileChunkWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCountOutputTypeArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCountOutputTypeCountChunksArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCountOutputTypeSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateManyFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateManyFolderInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateNestedManyWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateNestedOneWithoutChunksInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateOrConnectWithoutChunksInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateOrConnectWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateWithoutChunksInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedCreateNestedManyWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutChunksInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutFolderNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutChunksInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateManyWithWhereWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateManyWithoutFolderNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateOneRequiredWithoutChunksNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateToOneWithWhereWithoutChunksInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateWithWhereUniqueWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateWithoutChunksInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpsertWithWhereUniqueWithoutFolderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileUpsertWithoutChunksInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFileWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCountOutputTypeArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCountOutputTypeCountChildrenArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCountOutputTypeCountFilesArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCountOutputTypeSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateManyParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateManyParentInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateNestedManyWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateNestedOneWithoutChildrenInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateNestedOneWithoutFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateOrConnectWithoutChildrenInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateOrConnectWithoutFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateOrConnectWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateWithoutChildrenInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateWithoutFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderNullableScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedCreateNestedManyWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedCreateWithoutChildrenInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedCreateWithoutFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedCreateWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedUpdateManyWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedUpdateManyWithoutParentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedUpdateWithoutChildrenInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedUpdateWithoutFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedUpdateWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateManyWithWhereWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateManyWithoutParentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateOneWithoutChildrenNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateOneWithoutFilesNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateToOneWithWhereWithoutChildrenInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateToOneWithWhereWithoutFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateWithWhereUniqueWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateWithoutChildrenInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateWithoutFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpsertWithWhereUniqueWithoutParentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpsertWithoutChildrenInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUpsertWithoutFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderUserIdParentIdNameCompoundUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CloudFolderWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateManyPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateManyPatientInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateOrConnectWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedUpdateManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpdateManyWithWhereWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CommunicationWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/CronJobLogWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DatabaseBackupWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DateTimeFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DateTimeFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DateTimeNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DateTimeNullableWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DateTimeWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DecimalFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DecimalFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DecimalNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DecimalNullableWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/DecimalWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumClaimStatusFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumClaimStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumClaimStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumCommunicationChannelFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumCommunicationChannelFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumCommunicationChannelWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumCommunicationDirectionFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumCommunicationDirectionFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumCommunicationDirectionWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumCommunicationStatusFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumCommunicationStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumCommunicationStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumMissingTeethStatusFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumMissingTeethStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumMissingTeethStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumNotificationTypesFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumNotificationTypesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumNotificationTypesWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPatientStatusFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPatientStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPatientStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPaymentMethodFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPaymentMethodFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPaymentMethodWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPaymentStatusFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPaymentStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPaymentStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPdfTitleKeyFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPdfTitleKeyFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumPdfTitleKeyWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumProcedureSourceFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumProcedureSourceFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumProcedureSourceWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumServiceLineStatusFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumServiceLineStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/EnumServiceLineStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialUserIdSiteKeyCompoundUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/InsuranceCredentialWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/IntFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/IntFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/IntNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/IntNullableWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/IntWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/JsonNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/JsonNullableWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedBigIntFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedBigIntWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedBoolFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedBoolWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedBytesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedBytesWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedDateTimeFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedDateTimeNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedDateTimeNullableWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedDateTimeWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedDecimalFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedDecimalNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedDecimalNullableWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedDecimalWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumClaimStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumClaimStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumCommunicationChannelFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumCommunicationChannelWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumCommunicationDirectionFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumCommunicationDirectionWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumCommunicationStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumCommunicationStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumMissingTeethStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumMissingTeethStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumNotificationTypesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumNotificationTypesWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumPatientStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumPatientStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumPaymentMethodFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumPaymentMethodWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumPaymentStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumPaymentStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumPdfTitleKeyFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumPdfTitleKeyWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumProcedureSourceFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumProcedureSourceWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumServiceLineStatusFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedEnumServiceLineStatusWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedFloatFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedFloatNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedIntFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedIntNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedIntNullableWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedIntWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedJsonNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedStringFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedStringNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedStringNullableWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NestedStringWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NotificationWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderUserIdNpiNumberCompoundUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NpiProviderWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NullableDateTimeFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NullableDecimalFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NullableIntFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/NullableStringFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountOutputTypeArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountOutputTypeCountAppointmentsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountOutputTypeCountClaimsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountOutputTypeCountCommunicationsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountOutputTypeCountDocumentsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountOutputTypeCountGroupsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountOutputTypeCountPaymentArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountOutputTypeCountProceduresArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCountOutputTypeSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateNestedOneWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateNestedOneWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateNestedOneWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateNestedOneWithoutDocumentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateNestedOneWithoutGroupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateNestedOneWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateNestedOneWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateOrConnectWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateOrConnectWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateOrConnectWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateOrConnectWithoutDocumentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateOrConnectWithoutGroupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateOrConnectWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateOrConnectWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateWithoutDocumentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateWithoutGroupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentCreateManyPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentCreateManyPatientInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentCreateOrConnectWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUncheckedCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUncheckedUpdateManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUncheckedUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUpdateManyWithWhereWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientDocumentWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedCreateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedCreateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedCreateWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedCreateWithoutDocumentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedCreateWithoutGroupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedCreateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedCreateWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateWithoutDocumentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateWithoutGroupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutAppointmentsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutClaimsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutCommunicationsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutDocumentsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutGroupsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutPaymentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutProceduresNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateToOneWithWhereWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateToOneWithWhereWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateToOneWithWhereWithoutDocumentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateToOneWithWhereWithoutGroupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateToOneWithWhereWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateToOneWithWhereWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateWithoutDocumentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateWithoutGroupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpsertWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpsertWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpsertWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpsertWithoutDocumentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpsertWithoutGroupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpsertWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientUpsertWithoutProceduresInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PatientWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCountOutputTypeArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCountOutputTypeCountServiceLineTransactionsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCountOutputTypeCountServiceLinesArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCountOutputTypeSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateManyPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateManyPatientInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateManyUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateManyUpdatedByInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateNestedManyWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateNestedOneWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateNestedOneWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateNestedOneWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateOrConnectWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateOrConnectWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateOrConnectWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateOrConnectWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateOrConnectWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentCreateWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentNullableScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedCreateNestedManyWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedCreateNestedOneWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedCreateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedCreateWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedCreateWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedCreateWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateManyWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateManyWithoutUpdatedByNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUncheckedUpdateWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateManyWithWhereWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateManyWithWhereWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateManyWithoutUpdatedByNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateOneRequiredWithoutServiceLineTransactionsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateOneWithoutClaimNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateOneWithoutServiceLinesNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateToOneWithWhereWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateToOneWithWhereWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateWithWhereUniqueWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpdateWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpsertWithWhereUniqueWithoutUpdatedByInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpsertWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpsertWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentUpsertWithoutServiceLinesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PaymentWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileCreateManyGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileCreateManyGroupInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileCreateNestedManyWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileCreateOrConnectWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileCreateWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUncheckedCreateNestedManyWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUncheckedCreateWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUncheckedUpdateManyWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUncheckedUpdateManyWithoutGroupNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUncheckedUpdateWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUpdateManyWithWhereWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUpdateManyWithoutGroupNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUpdateWithWhereUniqueWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUpdateWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileUpsertWithWhereUniqueWithoutGroupInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfFileWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCountOutputTypeArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCountOutputTypeCountPdfsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCountOutputTypeSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCreateManyPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCreateManyPatientInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCreateNestedOneWithoutPdfsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCreateOrConnectWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCreateOrConnectWithoutPdfsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupCreateWithoutPdfsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUncheckedCreateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUncheckedCreateWithoutPdfsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUncheckedUpdateManyWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUncheckedUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUncheckedUpdateWithoutPdfsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpdateManyWithWhereWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpdateManyWithoutPatientNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpdateOneRequiredWithoutPdfsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpdateToOneWithWhereWithoutPdfsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpdateWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpdateWithoutPdfsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupUpsertWithoutPdfsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/PdfGroupWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCountOutputTypeArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCountOutputTypeCountServiceLineTransactionsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCountOutputTypeSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateManyClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateManyClaimInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateManyPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateManyPaymentInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateNestedManyWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateNestedManyWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateNestedOneWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateOrConnectWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateOrConnectWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineCreateWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateManyPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateManyPaymentInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateManyServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateManyServiceLineInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateNestedManyWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateNestedManyWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateOrConnectWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateOrConnectWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionCreateWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedCreateNestedManyWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedCreateNestedManyWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedCreateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedCreateWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedUpdateManyWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedUpdateManyWithoutPaymentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedUpdateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpdateManyWithoutPaymentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpdateManyWithoutServiceLineNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpdateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpdateWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineTransactionWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedCreateNestedManyWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedCreateNestedManyWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedCreateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedCreateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedUpdateManyWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedUpdateManyWithoutClaimNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedUpdateManyWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedUpdateManyWithoutPaymentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedUpdateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedUpdateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUncheckedUpdateWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateManyWithWhereWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateManyWithWhereWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateManyWithoutClaimNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateManyWithoutPaymentNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateOneRequiredWithoutServiceLineTransactionsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateToOneWithWhereWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateWithWhereUniqueWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateWithWhereUniqueWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpdateWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpsertWithWhereUniqueWithoutClaimInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpsertWithWhereUniqueWithoutPaymentInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineUpsertWithoutServiceLineTransactionsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/ServiceLineWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/SortOrderInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCountOutputTypeArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCountOutputTypeCountAppointmentsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCountOutputTypeCountClaimsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCountOutputTypeSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateManyUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateManyUserInputEnvelope.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateNestedOneWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateNestedOneWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateOrConnectWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateOrConnectWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateOrConnectWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffListRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffNullableScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffOrderByRelationAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffScalarWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedCreateNestedManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedCreateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedCreateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedCreateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedUpdateManyWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedUpdateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedUpdateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUncheckedUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateManyWithWhereWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateManyWithoutUserNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateOneWithoutAppointmentsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateOneWithoutClaimsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateToOneWithWhereWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpdateWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpsertWithWhereUniqueWithoutUserInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpsertWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffUpsertWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StaffWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StringFieldUpdateOperationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StringFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StringNullableFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StringNullableWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/StringWithAggregatesFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserAvgAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserAvgOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountAppointmentsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountBackupDestinationsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountBackupsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountClaimsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountCloudFilesArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountCloudFoldersArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountCommunicationsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountInsuranceCredentialsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountNotificationsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountNpiProvidersArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountPatientsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountStaffArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeCountUpdatedPaymentsArgs.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCountOutputTypeSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutBackupDestinationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutBackupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutCloudFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutCloudFoldersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutInsuranceCredentialsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutNotificationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutNpiProvidersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutPatientsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutUpdatedPaymentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutBackupDestinationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutBackupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutCloudFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutCloudFoldersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutInsuranceCredentialsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutNotificationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutNpiProvidersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutPatientsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutUpdatedPaymentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutBackupDestinationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutBackupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutCloudFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutCloudFoldersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutInsuranceCredentialsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutNotificationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutNpiProvidersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutPatientsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserCreateWithoutUpdatedPaymentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserInclude.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserMaxAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserMaxOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserMinAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserMinOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserNullableScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserOrderByWithAggregationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserOrderByWithRelationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserScalarRelationFilter.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserScalarWhereWithAggregatesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserSelect.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserSumAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserSumOrderByAggregateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutBackupDestinationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutBackupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutCloudFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutCloudFoldersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutInsuranceCredentialsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutNotificationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutNpiProvidersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutPatientsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedCreateWithoutUpdatedPaymentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateManyInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutBackupDestinationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutBackupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutCloudFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutCloudFoldersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutInsuranceCredentialsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutNotificationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutNpiProvidersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutPatientsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUncheckedUpdateWithoutUpdatedPaymentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateManyMutationInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneRequiredWithoutBackupDestinationsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneRequiredWithoutBackupsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneRequiredWithoutCloudFilesNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneRequiredWithoutCloudFoldersNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneRequiredWithoutInsuranceCredentialsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneRequiredWithoutNotificationsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneRequiredWithoutNpiProvidersNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneRequiredWithoutPatientsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneWithoutClaimsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneWithoutCommunicationsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneWithoutStaffNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateOneWithoutUpdatedPaymentsNestedInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutBackupDestinationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutBackupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutCloudFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutCloudFoldersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutInsuranceCredentialsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutNotificationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutNpiProvidersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutPatientsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateToOneWithWhereWithoutUpdatedPaymentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutBackupDestinationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutBackupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutCloudFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutCloudFoldersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutInsuranceCredentialsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutNotificationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutNpiProvidersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutPatientsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpdateWithoutUpdatedPaymentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutAppointmentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutBackupDestinationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutBackupsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutClaimsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutCloudFilesInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutCloudFoldersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutCommunicationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutInsuranceCredentialsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutNotificationsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutNpiProvidersInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutPatientsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutStaffInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserUpsertWithoutUpdatedPaymentsInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserWhereInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/UserWhereUniqueInput.schema.d.ts' because it would overwrite input file. +error TS5055: Cannot write file '/home/ee/Desktop/DentalManagementMH04/packages/db/shared/schemas/objects/index.d.ts' because it would overwrite input file. +npm error Lifecycle script `build` failed with error: +npm error code 1 +npm error path /home/ee/Desktop/DentalManagementMH04/packages/db +npm error workspace @repo/db@1.0.0 +npm error location /home/ee/Desktop/DentalManagementMH04/packages/db +npm error command failed +npm error command sh -c tsc -p tsconfig.build.json diff --git a/packages/db/generated/prisma/edge.js b/packages/db/generated/prisma/edge.js index 31e28292..2f17d5f9 100644 --- a/packages/db/generated/prisma/edge.js +++ b/packages/db/generated/prisma/edge.js @@ -139,6 +139,14 @@ exports.Prisma.AppointmentScalarFieldEnum = { eligibilityStatus: 'eligibilityStatus' }; +exports.Prisma.AppointmentFileScalarFieldEnum = { + id: 'id', + appointmentId: 'appointmentId', + filename: 'filename', + mimeType: 'mimeType', + filePath: 'filePath' +}; + exports.Prisma.StaffScalarFieldEnum = { id: 'id', userId: 'userId', @@ -481,6 +489,7 @@ exports.Prisma.ModelName = { User: 'User', Patient: 'Patient', Appointment: 'Appointment', + AppointmentFile: 'AppointmentFile', Staff: 'Staff', NpiProvider: 'NpiProvider', AppointmentProcedure: 'AppointmentProcedure', @@ -510,14 +519,14 @@ const config = { "clientVersion": "7.4.1", "engineVersion": "55ae170b1ced7fc6ed07a15f110549408c501bb3", "activeProvider": "postgresql", - "inlineSchema": "// This is your Prisma schema file,\n// learn more about it in the docs: https://pris.ly/d/prisma-schema\n\n// Looking for ways to speed up your queries, or scale easily with your serverless or edge functions?\n// Try Prisma Accelerate: https://pris.ly/cli/accelerate-init\n\ngenerator client {\n provider = \"prisma-client-js\"\n output = \"../generated/prisma\"\n}\n\ngenerator zod {\n provider = \"prisma-zod-generator\"\n output = \"../shared/\" // Zod schemas will be generated here inside `db/shared`\n}\n\ndatasource db {\n provider = \"postgresql\"\n}\n\nmodel User {\n id Int @id @default(autoincrement())\n username String @unique\n password String\n autoBackupEnabled Boolean @default(true)\n usbBackupEnabled Boolean @default(false)\n patients Patient[]\n appointments Appointment[]\n staff Staff[]\n npiProviders NpiProvider[]\n claims Claim[]\n insuranceCredentials InsuranceCredential[]\n updatedPayments Payment[] @relation(\"PaymentUpdatedBy\")\n backups DatabaseBackup[]\n backupDestinations BackupDestination[]\n notifications Notification[]\n cloudFolders CloudFolder[]\n cloudFiles CloudFile[]\n communications Communication[]\n}\n\nmodel Patient {\n id Int @id @default(autoincrement())\n firstName String\n lastName String\n dateOfBirth DateTime? @db.Date\n gender String\n phone String\n email String?\n address String?\n city String?\n zipCode String?\n insuranceProvider String?\n insuranceId String?\n groupNumber String?\n policyHolder String?\n allergies String?\n medicalConditions String?\n status PatientStatus @default(UNKNOWN)\n userId Int\n createdAt DateTime @default(now())\n user User @relation(fields: [userId], references: [id])\n appointments Appointment[]\n procedures AppointmentProcedure[]\n claims Claim[]\n groups PdfGroup[]\n payment Payment[]\n communications Communication[]\n documents PatientDocument[]\n\n @@index([insuranceId])\n @@index([createdAt])\n}\n\nenum PatientStatus {\n ACTIVE\n INACTIVE\n UNKNOWN\n PLAN_NOT_ACCEPTED\n}\n\nmodel Appointment {\n id Int @id @default(autoincrement())\n patientId Int\n userId Int\n staffId Int\n title String\n date DateTime @db.Date\n startTime String // Store time as \"hh:mm\"\n endTime String // Store time as \"hh:mm\"\n type String // e.g., \"checkup\", \"cleaning\", \"filling\", etc.\n notes String?\n procedureCodeNotes String?\n status String @default(\"scheduled\") // \"scheduled\", \"completed\", \"cancelled\", \"no-show\"\n createdAt DateTime @default(now())\n\n eligibilityStatus PatientStatus @default(UNKNOWN)\n\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n user User @relation(fields: [userId], references: [id])\n staff Staff? @relation(fields: [staffId], references: [id])\n procedures AppointmentProcedure[]\n claims Claim[]\n\n @@index([patientId])\n @@index([date])\n}\n\nmodel Staff {\n id Int @id @default(autoincrement())\n userId Int\n name String\n email String?\n role String // e.g., \"Dentist\", \"Hygienist\", \"Assistant\"\n phone String?\n createdAt DateTime @default(now())\n user User? @relation(fields: [userId], references: [id], onDelete: Cascade)\n appointments Appointment[]\n claims Claim[] @relation(\"ClaimStaff\")\n}\n\nmodel NpiProvider {\n id Int @id @default(autoincrement())\n userId Int\n npiNumber String\n providerName String\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n claims Claim[]\n appointmentProcedures AppointmentProcedure[]\n\n @@unique([userId, npiNumber])\n @@index([userId])\n}\n\nenum ProcedureSource {\n COMBO\n MANUAL\n}\n\nmodel AppointmentProcedure {\n id Int @id @default(autoincrement())\n appointmentId Int\n patientId Int\n npiProviderId Int?\n\n procedureCode String\n procedureLabel String?\n fee Decimal? @db.Decimal(10, 2)\n\n category String?\n\n toothNumber String?\n toothSurface String?\n oralCavityArea String?\n\n source ProcedureSource @default(MANUAL)\n comboKey String?\n\n createdAt DateTime @default(now())\n\n appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n npiProvider NpiProvider? @relation(fields: [npiProviderId], references: [id])\n\n @@index([appointmentId])\n @@index([patientId])\n}\n\nmodel Claim {\n id Int @id @default(autoincrement())\n patientId Int\n appointmentId Int\n userId Int\n staffId Int\n patientName String\n memberId String\n dateOfBirth DateTime @db.Date\n remarks String\n missingTeethStatus MissingTeethStatus @default(No_missing)\n missingTeeth Json? // { \"T_14\": \"X\", \"T_G\": \"O\", ... }\n serviceDate DateTime\n insuranceProvider String // e.g., \"Delta MA\"\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n status ClaimStatus @default(PENDING)\n claimNumber String?\n npiProviderId Int?\n\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)\n user User? @relation(fields: [userId], references: [id])\n staff Staff? @relation(\"ClaimStaff\", fields: [staffId], references: [id])\n npiProvider NpiProvider? @relation(fields: [npiProviderId], references: [id])\n\n serviceLines ServiceLine[]\n claimFiles ClaimFile[]\n payment Payment?\n}\n\nenum ClaimStatus {\n PENDING\n APPROVED\n CANCELLED\n REVIEW\n VOID\n}\n\nenum MissingTeethStatus {\n No_missing\n endentulous\n Yes_missing\n}\n\nmodel ServiceLine {\n id Int @id @default(autoincrement())\n claimId Int?\n paymentId Int?\n procedureCode String\n procedureDate DateTime @db.Date\n quad String?\n arch String?\n toothNumber String?\n toothSurface String?\n totalBilled Decimal @db.Decimal(10, 2)\n totalPaid Decimal @default(0.00) @db.Decimal(10, 2)\n totalAdjusted Decimal @default(0.00) @db.Decimal(10, 2)\n totalDue Decimal @default(0.00) @db.Decimal(10, 2)\n status ServiceLineStatus @default(UNPAID)\n\n claim Claim? @relation(fields: [claimId], references: [id], onDelete: Cascade)\n payment Payment? @relation(fields: [paymentId], references: [id], onDelete: Cascade)\n\n serviceLineTransactions ServiceLineTransaction[]\n}\n\nenum ServiceLineStatus {\n PENDING\n PARTIALLY_PAID\n PAID\n UNPAID\n ADJUSTED\n OVERPAID\n DENIED\n}\n\nmodel ClaimFile {\n id Int @id @default(autoincrement())\n claimId Int\n filename String\n mimeType String\n filePath String?\n\n claim Claim @relation(fields: [claimId], references: [id], onDelete: Cascade)\n}\n\nmodel InsuranceCredential {\n id Int @id @default(autoincrement())\n userId Int\n siteKey String\n username String\n password String\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@unique([userId, siteKey])\n @@index([userId])\n}\n\nmodel PdfGroup {\n id Int @id @default(autoincrement())\n title String\n titleKey PdfTitleKey @default(OTHER)\n createdAt DateTime @default(now())\n patientId Int\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n pdfs PdfFile[]\n\n @@index([patientId])\n @@index([titleKey])\n}\n\nmodel PdfFile {\n id Int @id @default(autoincrement())\n filename String\n pdfData Bytes\n uploadedAt DateTime @default(now())\n groupId Int\n group PdfGroup @relation(fields: [groupId], references: [id], onDelete: Cascade)\n\n @@index([groupId])\n}\n\nenum PdfTitleKey {\n INSURANCE_CLAIM\n INSURANCE_CLAIM_PREAUTH\n ELIGIBILITY_STATUS\n CLAIM_STATUS\n OTHER\n}\n\nmodel Payment {\n id Int @id @default(autoincrement())\n claimId Int? @unique\n patientId Int\n userId Int\n updatedById Int?\n totalBilled Decimal @db.Decimal(10, 2)\n totalPaid Decimal @default(0.00) @db.Decimal(10, 2)\n totalAdjusted Decimal @default(0.00) @db.Decimal(10, 2)\n totalDue Decimal @db.Decimal(10, 2)\n status PaymentStatus @default(PENDING)\n notes String?\n icn String?\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n\n claim Claim? @relation(fields: [claimId], references: [id], onDelete: Cascade)\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n updatedBy User? @relation(\"PaymentUpdatedBy\", fields: [updatedById], references: [id])\n serviceLineTransactions ServiceLineTransaction[]\n serviceLines ServiceLine[]\n\n @@index([claimId])\n @@index([patientId])\n @@index([createdAt])\n}\n\nmodel ServiceLineTransaction {\n id Int @id @default(autoincrement())\n paymentId Int\n serviceLineId Int\n transactionId String?\n paidAmount Decimal @db.Decimal(10, 2)\n adjustedAmount Decimal @default(0.00) @db.Decimal(10, 2)\n method PaymentMethod\n receivedDate DateTime\n payerName String?\n notes String?\n createdAt DateTime @default(now())\n\n payment Payment @relation(fields: [paymentId], references: [id], onDelete: Cascade)\n serviceLine ServiceLine @relation(fields: [serviceLineId], references: [id], onDelete: Cascade)\n\n @@index([paymentId])\n @@index([serviceLineId])\n}\n\nenum PaymentStatus {\n PENDING\n PARTIALLY_PAID\n PAID\n OVERPAID\n DENIED\n VOID\n}\n\nenum PaymentMethod {\n EFT\n CHECK\n CASH\n CARD\n OTHER\n}\n\n// Database management page\nmodel DatabaseBackup {\n id Int @id @default(autoincrement())\n userId Int\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@index([userId])\n @@index([createdAt])\n}\n\nmodel BackupDestination {\n id Int @id @default(autoincrement())\n userId Int\n path String\n isActive Boolean @default(true)\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id])\n}\n\nmodel Notification {\n id Int @id @default(autoincrement())\n userId Int\n type NotificationTypes\n message String\n createdAt DateTime @default(now())\n read Boolean @default(false)\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@index([userId])\n @@index([createdAt])\n}\n\nenum NotificationTypes {\n BACKUP\n CLAIM\n PAYMENT\n ETC\n}\n\n// Cron job execution log\nmodel CronJobLog {\n id Int @id @default(autoincrement())\n jobName String // e.g. \"local-backup\", \"usb-backup\"\n status String // \"success\" | \"failed\" | \"skipped\"\n startedAt DateTime\n completedAt DateTime?\n durationMs Int?\n errorMessage String?\n\n @@index([jobName])\n @@index([startedAt])\n @@index([status])\n}\n\nmodel CloudFolder {\n id Int @id @default(autoincrement())\n userId Int\n name String\n parentId Int?\n parent CloudFolder? @relation(\"FolderChildren\", fields: [parentId], references: [id], onDelete: Cascade)\n children CloudFolder[] @relation(\"FolderChildren\")\n user User @relation(fields: [userId], references: [id])\n files CloudFile[]\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n\n @@unique([userId, parentId, name]) // prevents sibling folder name duplicates\n @@index([parentId])\n}\n\nmodel CloudFile {\n id Int @id @default(autoincrement())\n userId Int\n name String\n mimeType String?\n fileSize BigInt @db.BigInt\n folderId Int? // optional: null => root\n isComplete Boolean @default(false) // upload completed?\n totalChunks Int? // optional: expected number of chunks\n diskPath String? // relative path on disk under uploads/\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n user User @relation(fields: [userId], references: [id])\n folder CloudFolder? @relation(fields: [folderId], references: [id], onDelete: SetNull)\n\n chunks CloudFileChunk[]\n\n @@index([folderId])\n}\n\nmodel CloudFileChunk {\n id Int @id @default(autoincrement())\n fileId Int\n seq Int\n data Bytes\n createdAt DateTime @default(now())\n\n file CloudFile @relation(fields: [fileId], references: [id], onDelete: Cascade)\n\n @@unique([fileId, seq])\n @@index([fileId, seq])\n}\n\n// patient-connection-\nenum CommunicationChannel {\n sms\n voice\n}\n\nenum CommunicationDirection {\n outbound\n inbound\n}\n\nenum CommunicationStatus {\n queued\n sent\n delivered\n failed\n completed\n busy\n no_answer\n}\n\nmodel Communication {\n id Int @id @default(autoincrement())\n patientId Int\n userId Int?\n\n channel CommunicationChannel\n direction CommunicationDirection\n status CommunicationStatus\n\n body String?\n callDuration Int?\n twilioSid String?\n\n createdAt DateTime @default(now())\n\n // Relations\n patient Patient @relation(fields: [patientId], references: [id])\n user User? @relation(fields: [userId], references: [id])\n\n @@map(\"communications\")\n}\n\nmodel PatientDocument {\n id Int @id @default(autoincrement())\n patientId Int\n filename String\n originalName String\n mimeType String\n fileSize BigInt\n filePath String\n uploadedAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n\n @@index([patientId])\n @@index([uploadedAt])\n}\n" + "inlineSchema": "// This is your Prisma schema file,\n// learn more about it in the docs: https://pris.ly/d/prisma-schema\n\n// Looking for ways to speed up your queries, or scale easily with your serverless or edge functions?\n// Try Prisma Accelerate: https://pris.ly/cli/accelerate-init\n\ngenerator client {\n provider = \"prisma-client-js\"\n output = \"../generated/prisma\"\n}\n\ngenerator zod {\n provider = \"prisma-zod-generator\"\n output = \"../shared/\" // Zod schemas will be generated here inside `db/shared`\n}\n\ndatasource db {\n provider = \"postgresql\"\n}\n\nmodel User {\n id Int @id @default(autoincrement())\n username String @unique\n password String\n autoBackupEnabled Boolean @default(true)\n usbBackupEnabled Boolean @default(false)\n patients Patient[]\n appointments Appointment[]\n staff Staff[]\n npiProviders NpiProvider[]\n claims Claim[]\n insuranceCredentials InsuranceCredential[]\n updatedPayments Payment[] @relation(\"PaymentUpdatedBy\")\n backups DatabaseBackup[]\n backupDestinations BackupDestination[]\n notifications Notification[]\n cloudFolders CloudFolder[]\n cloudFiles CloudFile[]\n communications Communication[]\n}\n\nmodel Patient {\n id Int @id @default(autoincrement())\n firstName String\n lastName String\n dateOfBirth DateTime? @db.Date\n gender String\n phone String\n email String?\n address String?\n city String?\n zipCode String?\n insuranceProvider String?\n insuranceId String?\n groupNumber String?\n policyHolder String?\n allergies String?\n medicalConditions String?\n status PatientStatus @default(UNKNOWN)\n userId Int\n createdAt DateTime @default(now())\n user User @relation(fields: [userId], references: [id])\n appointments Appointment[]\n procedures AppointmentProcedure[]\n claims Claim[]\n groups PdfGroup[]\n payment Payment[]\n communications Communication[]\n documents PatientDocument[]\n\n @@index([insuranceId])\n @@index([createdAt])\n}\n\nenum PatientStatus {\n ACTIVE\n INACTIVE\n UNKNOWN\n PLAN_NOT_ACCEPTED\n}\n\nmodel Appointment {\n id Int @id @default(autoincrement())\n patientId Int\n userId Int\n staffId Int\n title String\n date DateTime @db.Date\n startTime String // Store time as \"hh:mm\"\n endTime String // Store time as \"hh:mm\"\n type String // e.g., \"checkup\", \"cleaning\", \"filling\", etc.\n notes String?\n procedureCodeNotes String?\n status String @default(\"scheduled\") // \"scheduled\", \"completed\", \"cancelled\", \"no-show\"\n createdAt DateTime @default(now())\n\n eligibilityStatus PatientStatus @default(UNKNOWN)\n\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n user User @relation(fields: [userId], references: [id])\n staff Staff? @relation(fields: [staffId], references: [id])\n procedures AppointmentProcedure[]\n claims Claim[]\n files AppointmentFile[]\n\n @@index([patientId])\n @@index([date])\n}\n\nmodel AppointmentFile {\n id Int @id @default(autoincrement())\n appointmentId Int\n filename String\n mimeType String?\n filePath String?\n\n appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)\n\n @@index([appointmentId])\n}\n\nmodel Staff {\n id Int @id @default(autoincrement())\n userId Int\n name String\n email String?\n role String // e.g., \"Dentist\", \"Hygienist\", \"Assistant\"\n phone String?\n createdAt DateTime @default(now())\n user User? @relation(fields: [userId], references: [id], onDelete: Cascade)\n appointments Appointment[]\n claims Claim[] @relation(\"ClaimStaff\")\n}\n\nmodel NpiProvider {\n id Int @id @default(autoincrement())\n userId Int\n npiNumber String\n providerName String\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n claims Claim[]\n appointmentProcedures AppointmentProcedure[]\n\n @@unique([userId, npiNumber])\n @@index([userId])\n}\n\nenum ProcedureSource {\n COMBO\n MANUAL\n}\n\nmodel AppointmentProcedure {\n id Int @id @default(autoincrement())\n appointmentId Int\n patientId Int\n npiProviderId Int?\n\n procedureCode String\n procedureLabel String?\n fee Decimal? @db.Decimal(10, 2)\n\n category String?\n\n toothNumber String?\n toothSurface String?\n oralCavityArea String?\n\n source ProcedureSource @default(MANUAL)\n comboKey String?\n\n createdAt DateTime @default(now())\n\n appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n npiProvider NpiProvider? @relation(fields: [npiProviderId], references: [id])\n\n @@index([appointmentId])\n @@index([patientId])\n}\n\nmodel Claim {\n id Int @id @default(autoincrement())\n patientId Int\n appointmentId Int\n userId Int\n staffId Int\n patientName String\n memberId String\n dateOfBirth DateTime @db.Date\n remarks String\n missingTeethStatus MissingTeethStatus @default(No_missing)\n missingTeeth Json? // { \"T_14\": \"X\", \"T_G\": \"O\", ... }\n serviceDate DateTime\n insuranceProvider String // e.g., \"Delta MA\"\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n status ClaimStatus @default(PENDING)\n claimNumber String?\n npiProviderId Int?\n\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)\n user User? @relation(fields: [userId], references: [id])\n staff Staff? @relation(\"ClaimStaff\", fields: [staffId], references: [id])\n npiProvider NpiProvider? @relation(fields: [npiProviderId], references: [id])\n\n serviceLines ServiceLine[]\n claimFiles ClaimFile[]\n payment Payment?\n}\n\nenum ClaimStatus {\n PENDING\n APPROVED\n CANCELLED\n REVIEW\n VOID\n}\n\nenum MissingTeethStatus {\n No_missing\n endentulous\n Yes_missing\n}\n\nmodel ServiceLine {\n id Int @id @default(autoincrement())\n claimId Int?\n paymentId Int?\n procedureCode String\n procedureDate DateTime @db.Date\n quad String?\n arch String?\n toothNumber String?\n toothSurface String?\n totalBilled Decimal @db.Decimal(10, 2)\n totalPaid Decimal @default(0.00) @db.Decimal(10, 2)\n totalAdjusted Decimal @default(0.00) @db.Decimal(10, 2)\n totalDue Decimal @default(0.00) @db.Decimal(10, 2)\n status ServiceLineStatus @default(UNPAID)\n\n claim Claim? @relation(fields: [claimId], references: [id], onDelete: Cascade)\n payment Payment? @relation(fields: [paymentId], references: [id], onDelete: Cascade)\n\n serviceLineTransactions ServiceLineTransaction[]\n}\n\nenum ServiceLineStatus {\n PENDING\n PARTIALLY_PAID\n PAID\n UNPAID\n ADJUSTED\n OVERPAID\n DENIED\n}\n\nmodel ClaimFile {\n id Int @id @default(autoincrement())\n claimId Int\n filename String\n mimeType String\n filePath String?\n\n claim Claim @relation(fields: [claimId], references: [id], onDelete: Cascade)\n}\n\nmodel InsuranceCredential {\n id Int @id @default(autoincrement())\n userId Int\n siteKey String\n username String\n password String\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@unique([userId, siteKey])\n @@index([userId])\n}\n\nmodel PdfGroup {\n id Int @id @default(autoincrement())\n title String\n titleKey PdfTitleKey @default(OTHER)\n createdAt DateTime @default(now())\n patientId Int\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n pdfs PdfFile[]\n\n @@index([patientId])\n @@index([titleKey])\n}\n\nmodel PdfFile {\n id Int @id @default(autoincrement())\n filename String\n pdfData Bytes\n uploadedAt DateTime @default(now())\n groupId Int\n group PdfGroup @relation(fields: [groupId], references: [id], onDelete: Cascade)\n\n @@index([groupId])\n}\n\nenum PdfTitleKey {\n INSURANCE_CLAIM\n INSURANCE_CLAIM_PREAUTH\n ELIGIBILITY_STATUS\n CLAIM_STATUS\n OTHER\n}\n\nmodel Payment {\n id Int @id @default(autoincrement())\n claimId Int? @unique\n patientId Int\n userId Int\n updatedById Int?\n totalBilled Decimal @db.Decimal(10, 2)\n totalPaid Decimal @default(0.00) @db.Decimal(10, 2)\n totalAdjusted Decimal @default(0.00) @db.Decimal(10, 2)\n totalDue Decimal @db.Decimal(10, 2)\n status PaymentStatus @default(PENDING)\n notes String?\n icn String?\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n\n claim Claim? @relation(fields: [claimId], references: [id], onDelete: Cascade)\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n updatedBy User? @relation(\"PaymentUpdatedBy\", fields: [updatedById], references: [id])\n serviceLineTransactions ServiceLineTransaction[]\n serviceLines ServiceLine[]\n\n @@index([claimId])\n @@index([patientId])\n @@index([createdAt])\n}\n\nmodel ServiceLineTransaction {\n id Int @id @default(autoincrement())\n paymentId Int\n serviceLineId Int\n transactionId String?\n paidAmount Decimal @db.Decimal(10, 2)\n adjustedAmount Decimal @default(0.00) @db.Decimal(10, 2)\n method PaymentMethod\n receivedDate DateTime\n payerName String?\n notes String?\n createdAt DateTime @default(now())\n\n payment Payment @relation(fields: [paymentId], references: [id], onDelete: Cascade)\n serviceLine ServiceLine @relation(fields: [serviceLineId], references: [id], onDelete: Cascade)\n\n @@index([paymentId])\n @@index([serviceLineId])\n}\n\nenum PaymentStatus {\n PENDING\n PARTIALLY_PAID\n PAID\n OVERPAID\n DENIED\n VOID\n}\n\nenum PaymentMethod {\n EFT\n CHECK\n CASH\n CARD\n OTHER\n}\n\n// Database management page\nmodel DatabaseBackup {\n id Int @id @default(autoincrement())\n userId Int\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@index([userId])\n @@index([createdAt])\n}\n\nmodel BackupDestination {\n id Int @id @default(autoincrement())\n userId Int\n path String\n isActive Boolean @default(true)\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id])\n}\n\nmodel Notification {\n id Int @id @default(autoincrement())\n userId Int\n type NotificationTypes\n message String\n createdAt DateTime @default(now())\n read Boolean @default(false)\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@index([userId])\n @@index([createdAt])\n}\n\nenum NotificationTypes {\n BACKUP\n CLAIM\n PAYMENT\n ETC\n}\n\n// Cron job execution log\nmodel CronJobLog {\n id Int @id @default(autoincrement())\n jobName String // e.g. \"local-backup\", \"usb-backup\"\n status String // \"success\" | \"failed\" | \"skipped\"\n startedAt DateTime\n completedAt DateTime?\n durationMs Int?\n errorMessage String?\n\n @@index([jobName])\n @@index([startedAt])\n @@index([status])\n}\n\nmodel CloudFolder {\n id Int @id @default(autoincrement())\n userId Int\n name String\n parentId Int?\n parent CloudFolder? @relation(\"FolderChildren\", fields: [parentId], references: [id], onDelete: Cascade)\n children CloudFolder[] @relation(\"FolderChildren\")\n user User @relation(fields: [userId], references: [id])\n files CloudFile[]\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n\n @@unique([userId, parentId, name]) // prevents sibling folder name duplicates\n @@index([parentId])\n}\n\nmodel CloudFile {\n id Int @id @default(autoincrement())\n userId Int\n name String\n mimeType String?\n fileSize BigInt @db.BigInt\n folderId Int? // optional: null => root\n isComplete Boolean @default(false) // upload completed?\n totalChunks Int? // optional: expected number of chunks\n diskPath String? // relative path on disk under uploads/\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n user User @relation(fields: [userId], references: [id])\n folder CloudFolder? @relation(fields: [folderId], references: [id], onDelete: SetNull)\n\n chunks CloudFileChunk[]\n\n @@index([folderId])\n}\n\nmodel CloudFileChunk {\n id Int @id @default(autoincrement())\n fileId Int\n seq Int\n data Bytes\n createdAt DateTime @default(now())\n\n file CloudFile @relation(fields: [fileId], references: [id], onDelete: Cascade)\n\n @@unique([fileId, seq])\n @@index([fileId, seq])\n}\n\n// patient-connection-\nenum CommunicationChannel {\n sms\n voice\n}\n\nenum CommunicationDirection {\n outbound\n inbound\n}\n\nenum CommunicationStatus {\n queued\n sent\n delivered\n failed\n completed\n busy\n no_answer\n}\n\nmodel Communication {\n id Int @id @default(autoincrement())\n patientId Int\n userId Int?\n\n channel CommunicationChannel\n direction CommunicationDirection\n status CommunicationStatus\n\n body String?\n callDuration Int?\n twilioSid String?\n\n createdAt DateTime @default(now())\n\n // Relations\n patient Patient @relation(fields: [patientId], references: [id])\n user User? @relation(fields: [userId], references: [id])\n\n @@map(\"communications\")\n}\n\nmodel PatientDocument {\n id Int @id @default(autoincrement())\n patientId Int\n filename String\n originalName String\n mimeType String\n fileSize BigInt\n filePath String\n uploadedAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n\n @@index([patientId])\n @@index([uploadedAt])\n}\n" } -config.runtimeDataModel = JSON.parse("{\"models\":{\"User\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"username\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"password\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"autoBackupEnabled\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"usbBackupEnabled\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"patients\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"StaffToUser\"},{\"name\":\"npiProviders\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"NpiProviderToUser\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToUser\"},{\"name\":\"insuranceCredentials\",\"kind\":\"object\",\"type\":\"InsuranceCredential\",\"relationName\":\"InsuranceCredentialToUser\"},{\"name\":\"updatedPayments\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentUpdatedBy\"},{\"name\":\"backups\",\"kind\":\"object\",\"type\":\"DatabaseBackup\",\"relationName\":\"DatabaseBackupToUser\"},{\"name\":\"backupDestinations\",\"kind\":\"object\",\"type\":\"BackupDestination\",\"relationName\":\"BackupDestinationToUser\"},{\"name\":\"notifications\",\"kind\":\"object\",\"type\":\"Notification\",\"relationName\":\"NotificationToUser\"},{\"name\":\"cloudFolders\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"CloudFolderToUser\"},{\"name\":\"cloudFiles\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToUser\"},{\"name\":\"communications\",\"kind\":\"object\",\"type\":\"Communication\",\"relationName\":\"CommunicationToUser\"}],\"dbName\":null},\"Patient\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"firstName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"lastName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"dateOfBirth\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"gender\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"phone\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"email\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"address\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"city\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"zipCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"insuranceProvider\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"insuranceId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"groupNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"policyHolder\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"allergies\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"medicalConditions\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"PatientStatus\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"PatientToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToPatient\"},{\"name\":\"procedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentProcedureToPatient\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToPatient\"},{\"name\":\"groups\",\"kind\":\"object\",\"type\":\"PdfGroup\",\"relationName\":\"PatientToPdfGroup\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PatientToPayment\"},{\"name\":\"communications\",\"kind\":\"object\",\"type\":\"Communication\",\"relationName\":\"CommunicationToPatient\"},{\"name\":\"documents\",\"kind\":\"object\",\"type\":\"PatientDocument\",\"relationName\":\"PatientToPatientDocument\"}],\"dbName\":null},\"Appointment\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"staffId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"title\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"date\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"startTime\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"endTime\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"type\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureCodeNotes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"eligibilityStatus\",\"kind\":\"enum\",\"type\":\"PatientStatus\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"AppointmentToPatient\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"AppointmentToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"AppointmentToStaff\"},{\"name\":\"procedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentToAppointmentProcedure\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"AppointmentToClaim\"}],\"dbName\":null},\"Staff\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"email\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"role\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"phone\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"StaffToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToStaff\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimStaff\"}],\"dbName\":null},\"NpiProvider\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"npiNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"providerName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"NpiProviderToUser\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToNpiProvider\"},{\"name\":\"appointmentProcedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentProcedureToNpiProvider\"}],\"dbName\":null},\"AppointmentProcedure\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"appointmentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"npiProviderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"procedureCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureLabel\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fee\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"category\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothSurface\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"oralCavityArea\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"source\",\"kind\":\"enum\",\"type\":\"ProcedureSource\"},{\"name\":\"comboKey\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"appointment\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToAppointmentProcedure\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"AppointmentProcedureToPatient\"},{\"name\":\"npiProvider\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"AppointmentProcedureToNpiProvider\"}],\"dbName\":null},\"Claim\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"appointmentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"staffId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"memberId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"dateOfBirth\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"remarks\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"missingTeethStatus\",\"kind\":\"enum\",\"type\":\"MissingTeethStatus\"},{\"name\":\"missingTeeth\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"serviceDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"insuranceProvider\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"ClaimStatus\"},{\"name\":\"claimNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"npiProviderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"ClaimToPatient\"},{\"name\":\"appointment\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToClaim\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"ClaimToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"ClaimStaff\"},{\"name\":\"npiProvider\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"ClaimToNpiProvider\"},{\"name\":\"serviceLines\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"ClaimToServiceLine\"},{\"name\":\"claimFiles\",\"kind\":\"object\",\"type\":\"ClaimFile\",\"relationName\":\"ClaimToClaimFile\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"ClaimToPayment\"}],\"dbName\":null},\"ServiceLine\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"paymentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"procedureCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"quad\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"arch\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothSurface\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"totalBilled\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalPaid\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalAdjusted\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalDue\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"ServiceLineStatus\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToServiceLine\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentToServiceLine\"},{\"name\":\"serviceLineTransactions\",\"kind\":\"object\",\"type\":\"ServiceLineTransaction\",\"relationName\":\"ServiceLineToServiceLineTransaction\"}],\"dbName\":null},\"ClaimFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"filePath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToClaimFile\"}],\"dbName\":null},\"InsuranceCredential\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"siteKey\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"username\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"password\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"InsuranceCredentialToUser\"}],\"dbName\":null},\"PdfGroup\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"title\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"titleKey\",\"kind\":\"enum\",\"type\":\"PdfTitleKey\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPdfGroup\"},{\"name\":\"pdfs\",\"kind\":\"object\",\"type\":\"PdfFile\",\"relationName\":\"PdfFileToPdfGroup\"}],\"dbName\":null},\"PdfFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"pdfData\",\"kind\":\"scalar\",\"type\":\"Bytes\"},{\"name\":\"uploadedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"groupId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"group\",\"kind\":\"object\",\"type\":\"PdfGroup\",\"relationName\":\"PdfFileToPdfGroup\"}],\"dbName\":null},\"Payment\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"updatedById\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"totalBilled\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalPaid\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalAdjusted\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalDue\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"PaymentStatus\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"icn\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToPayment\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPayment\"},{\"name\":\"updatedBy\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"PaymentUpdatedBy\"},{\"name\":\"serviceLineTransactions\",\"kind\":\"object\",\"type\":\"ServiceLineTransaction\",\"relationName\":\"PaymentToServiceLineTransaction\"},{\"name\":\"serviceLines\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"PaymentToServiceLine\"}],\"dbName\":null},\"ServiceLineTransaction\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"paymentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"serviceLineId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"transactionId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"paidAmount\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"adjustedAmount\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"method\",\"kind\":\"enum\",\"type\":\"PaymentMethod\"},{\"name\":\"receivedDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"payerName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentToServiceLineTransaction\"},{\"name\":\"serviceLine\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"ServiceLineToServiceLineTransaction\"}],\"dbName\":null},\"DatabaseBackup\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"DatabaseBackupToUser\"}],\"dbName\":null},\"BackupDestination\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"path\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"isActive\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"BackupDestinationToUser\"}],\"dbName\":null},\"Notification\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"type\",\"kind\":\"enum\",\"type\":\"NotificationTypes\"},{\"name\":\"message\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"read\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"NotificationToUser\"}],\"dbName\":null},\"CronJobLog\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"jobName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"startedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"completedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"durationMs\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"errorMessage\",\"kind\":\"scalar\",\"type\":\"String\"}],\"dbName\":null},\"CloudFolder\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"parentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"parent\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"FolderChildren\"},{\"name\":\"children\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"FolderChildren\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CloudFolderToUser\"},{\"name\":\"files\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToCloudFolder\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"}],\"dbName\":null},\"CloudFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fileSize\",\"kind\":\"scalar\",\"type\":\"BigInt\"},{\"name\":\"folderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"isComplete\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"totalChunks\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"diskPath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CloudFileToUser\"},{\"name\":\"folder\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"CloudFileToCloudFolder\"},{\"name\":\"chunks\",\"kind\":\"object\",\"type\":\"CloudFileChunk\",\"relationName\":\"CloudFileToCloudFileChunk\"}],\"dbName\":null},\"CloudFileChunk\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"fileId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"seq\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"data\",\"kind\":\"scalar\",\"type\":\"Bytes\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"file\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToCloudFileChunk\"}],\"dbName\":null},\"Communication\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"channel\",\"kind\":\"enum\",\"type\":\"CommunicationChannel\"},{\"name\":\"direction\",\"kind\":\"enum\",\"type\":\"CommunicationDirection\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"CommunicationStatus\"},{\"name\":\"body\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"callDuration\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"twilioSid\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"CommunicationToPatient\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CommunicationToUser\"}],\"dbName\":\"communications\"},\"PatientDocument\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"originalName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fileSize\",\"kind\":\"scalar\",\"type\":\"BigInt\"},{\"name\":\"filePath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"uploadedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPatientDocument\"}],\"dbName\":null}},\"enums\":{},\"types\":{}}") +config.runtimeDataModel = JSON.parse("{\"models\":{\"User\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"username\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"password\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"autoBackupEnabled\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"usbBackupEnabled\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"patients\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"StaffToUser\"},{\"name\":\"npiProviders\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"NpiProviderToUser\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToUser\"},{\"name\":\"insuranceCredentials\",\"kind\":\"object\",\"type\":\"InsuranceCredential\",\"relationName\":\"InsuranceCredentialToUser\"},{\"name\":\"updatedPayments\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentUpdatedBy\"},{\"name\":\"backups\",\"kind\":\"object\",\"type\":\"DatabaseBackup\",\"relationName\":\"DatabaseBackupToUser\"},{\"name\":\"backupDestinations\",\"kind\":\"object\",\"type\":\"BackupDestination\",\"relationName\":\"BackupDestinationToUser\"},{\"name\":\"notifications\",\"kind\":\"object\",\"type\":\"Notification\",\"relationName\":\"NotificationToUser\"},{\"name\":\"cloudFolders\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"CloudFolderToUser\"},{\"name\":\"cloudFiles\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToUser\"},{\"name\":\"communications\",\"kind\":\"object\",\"type\":\"Communication\",\"relationName\":\"CommunicationToUser\"}],\"dbName\":null},\"Patient\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"firstName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"lastName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"dateOfBirth\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"gender\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"phone\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"email\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"address\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"city\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"zipCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"insuranceProvider\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"insuranceId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"groupNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"policyHolder\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"allergies\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"medicalConditions\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"PatientStatus\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"PatientToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToPatient\"},{\"name\":\"procedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentProcedureToPatient\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToPatient\"},{\"name\":\"groups\",\"kind\":\"object\",\"type\":\"PdfGroup\",\"relationName\":\"PatientToPdfGroup\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PatientToPayment\"},{\"name\":\"communications\",\"kind\":\"object\",\"type\":\"Communication\",\"relationName\":\"CommunicationToPatient\"},{\"name\":\"documents\",\"kind\":\"object\",\"type\":\"PatientDocument\",\"relationName\":\"PatientToPatientDocument\"}],\"dbName\":null},\"Appointment\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"staffId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"title\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"date\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"startTime\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"endTime\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"type\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureCodeNotes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"eligibilityStatus\",\"kind\":\"enum\",\"type\":\"PatientStatus\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"AppointmentToPatient\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"AppointmentToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"AppointmentToStaff\"},{\"name\":\"procedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentToAppointmentProcedure\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"AppointmentToClaim\"},{\"name\":\"files\",\"kind\":\"object\",\"type\":\"AppointmentFile\",\"relationName\":\"AppointmentToAppointmentFile\"}],\"dbName\":null},\"AppointmentFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"appointmentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"filePath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"appointment\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToAppointmentFile\"}],\"dbName\":null},\"Staff\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"email\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"role\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"phone\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"StaffToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToStaff\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimStaff\"}],\"dbName\":null},\"NpiProvider\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"npiNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"providerName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"NpiProviderToUser\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToNpiProvider\"},{\"name\":\"appointmentProcedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentProcedureToNpiProvider\"}],\"dbName\":null},\"AppointmentProcedure\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"appointmentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"npiProviderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"procedureCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureLabel\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fee\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"category\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothSurface\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"oralCavityArea\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"source\",\"kind\":\"enum\",\"type\":\"ProcedureSource\"},{\"name\":\"comboKey\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"appointment\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToAppointmentProcedure\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"AppointmentProcedureToPatient\"},{\"name\":\"npiProvider\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"AppointmentProcedureToNpiProvider\"}],\"dbName\":null},\"Claim\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"appointmentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"staffId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"memberId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"dateOfBirth\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"remarks\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"missingTeethStatus\",\"kind\":\"enum\",\"type\":\"MissingTeethStatus\"},{\"name\":\"missingTeeth\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"serviceDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"insuranceProvider\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"ClaimStatus\"},{\"name\":\"claimNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"npiProviderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"ClaimToPatient\"},{\"name\":\"appointment\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToClaim\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"ClaimToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"ClaimStaff\"},{\"name\":\"npiProvider\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"ClaimToNpiProvider\"},{\"name\":\"serviceLines\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"ClaimToServiceLine\"},{\"name\":\"claimFiles\",\"kind\":\"object\",\"type\":\"ClaimFile\",\"relationName\":\"ClaimToClaimFile\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"ClaimToPayment\"}],\"dbName\":null},\"ServiceLine\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"paymentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"procedureCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"quad\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"arch\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothSurface\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"totalBilled\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalPaid\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalAdjusted\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalDue\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"ServiceLineStatus\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToServiceLine\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentToServiceLine\"},{\"name\":\"serviceLineTransactions\",\"kind\":\"object\",\"type\":\"ServiceLineTransaction\",\"relationName\":\"ServiceLineToServiceLineTransaction\"}],\"dbName\":null},\"ClaimFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"filePath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToClaimFile\"}],\"dbName\":null},\"InsuranceCredential\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"siteKey\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"username\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"password\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"InsuranceCredentialToUser\"}],\"dbName\":null},\"PdfGroup\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"title\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"titleKey\",\"kind\":\"enum\",\"type\":\"PdfTitleKey\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPdfGroup\"},{\"name\":\"pdfs\",\"kind\":\"object\",\"type\":\"PdfFile\",\"relationName\":\"PdfFileToPdfGroup\"}],\"dbName\":null},\"PdfFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"pdfData\",\"kind\":\"scalar\",\"type\":\"Bytes\"},{\"name\":\"uploadedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"groupId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"group\",\"kind\":\"object\",\"type\":\"PdfGroup\",\"relationName\":\"PdfFileToPdfGroup\"}],\"dbName\":null},\"Payment\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"updatedById\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"totalBilled\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalPaid\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalAdjusted\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalDue\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"PaymentStatus\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"icn\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToPayment\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPayment\"},{\"name\":\"updatedBy\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"PaymentUpdatedBy\"},{\"name\":\"serviceLineTransactions\",\"kind\":\"object\",\"type\":\"ServiceLineTransaction\",\"relationName\":\"PaymentToServiceLineTransaction\"},{\"name\":\"serviceLines\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"PaymentToServiceLine\"}],\"dbName\":null},\"ServiceLineTransaction\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"paymentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"serviceLineId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"transactionId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"paidAmount\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"adjustedAmount\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"method\",\"kind\":\"enum\",\"type\":\"PaymentMethod\"},{\"name\":\"receivedDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"payerName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentToServiceLineTransaction\"},{\"name\":\"serviceLine\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"ServiceLineToServiceLineTransaction\"}],\"dbName\":null},\"DatabaseBackup\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"DatabaseBackupToUser\"}],\"dbName\":null},\"BackupDestination\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"path\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"isActive\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"BackupDestinationToUser\"}],\"dbName\":null},\"Notification\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"type\",\"kind\":\"enum\",\"type\":\"NotificationTypes\"},{\"name\":\"message\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"read\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"NotificationToUser\"}],\"dbName\":null},\"CronJobLog\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"jobName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"startedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"completedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"durationMs\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"errorMessage\",\"kind\":\"scalar\",\"type\":\"String\"}],\"dbName\":null},\"CloudFolder\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"parentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"parent\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"FolderChildren\"},{\"name\":\"children\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"FolderChildren\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CloudFolderToUser\"},{\"name\":\"files\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToCloudFolder\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"}],\"dbName\":null},\"CloudFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fileSize\",\"kind\":\"scalar\",\"type\":\"BigInt\"},{\"name\":\"folderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"isComplete\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"totalChunks\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"diskPath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CloudFileToUser\"},{\"name\":\"folder\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"CloudFileToCloudFolder\"},{\"name\":\"chunks\",\"kind\":\"object\",\"type\":\"CloudFileChunk\",\"relationName\":\"CloudFileToCloudFileChunk\"}],\"dbName\":null},\"CloudFileChunk\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"fileId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"seq\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"data\",\"kind\":\"scalar\",\"type\":\"Bytes\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"file\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToCloudFileChunk\"}],\"dbName\":null},\"Communication\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"channel\",\"kind\":\"enum\",\"type\":\"CommunicationChannel\"},{\"name\":\"direction\",\"kind\":\"enum\",\"type\":\"CommunicationDirection\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"CommunicationStatus\"},{\"name\":\"body\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"callDuration\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"twilioSid\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"CommunicationToPatient\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CommunicationToUser\"}],\"dbName\":\"communications\"},\"PatientDocument\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"originalName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fileSize\",\"kind\":\"scalar\",\"type\":\"BigInt\"},{\"name\":\"filePath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"uploadedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPatientDocument\"}],\"dbName\":null}},\"enums\":{},\"types\":{}}") defineDmmfProperty(exports.Prisma, config.runtimeDataModel) config.parameterizationSchema = { - strings: JSON.parse("[\"where\",\"orderBy\",\"cursor\",\"user\",\"patient\",\"appointments\",\"appointment\",\"staff\",\"claims\",\"npiProvider\",\"appointmentProcedures\",\"_count\",\"claim\",\"updatedBy\",\"payment\",\"serviceLine\",\"serviceLineTransactions\",\"serviceLines\",\"claimFiles\",\"procedures\",\"group\",\"pdfs\",\"groups\",\"communications\",\"documents\",\"patients\",\"npiProviders\",\"insuranceCredentials\",\"updatedPayments\",\"backups\",\"backupDestinations\",\"notifications\",\"parent\",\"children\",\"folder\",\"file\",\"chunks\",\"files\",\"cloudFolders\",\"cloudFiles\",\"User.findUnique\",\"User.findUniqueOrThrow\",\"User.findFirst\",\"User.findFirstOrThrow\",\"User.findMany\",\"data\",\"User.createOne\",\"User.createMany\",\"User.createManyAndReturn\",\"User.updateOne\",\"User.updateMany\",\"User.updateManyAndReturn\",\"create\",\"update\",\"User.upsertOne\",\"User.deleteOne\",\"User.deleteMany\",\"having\",\"_avg\",\"_sum\",\"_min\",\"_max\",\"User.groupBy\",\"User.aggregate\",\"Patient.findUnique\",\"Patient.findUniqueOrThrow\",\"Patient.findFirst\",\"Patient.findFirstOrThrow\",\"Patient.findMany\",\"Patient.createOne\",\"Patient.createMany\",\"Patient.createManyAndReturn\",\"Patient.updateOne\",\"Patient.updateMany\",\"Patient.updateManyAndReturn\",\"Patient.upsertOne\",\"Patient.deleteOne\",\"Patient.deleteMany\",\"Patient.groupBy\",\"Patient.aggregate\",\"Appointment.findUnique\",\"Appointment.findUniqueOrThrow\",\"Appointment.findFirst\",\"Appointment.findFirstOrThrow\",\"Appointment.findMany\",\"Appointment.createOne\",\"Appointment.createMany\",\"Appointment.createManyAndReturn\",\"Appointment.updateOne\",\"Appointment.updateMany\",\"Appointment.updateManyAndReturn\",\"Appointment.upsertOne\",\"Appointment.deleteOne\",\"Appointment.deleteMany\",\"Appointment.groupBy\",\"Appointment.aggregate\",\"Staff.findUnique\",\"Staff.findUniqueOrThrow\",\"Staff.findFirst\",\"Staff.findFirstOrThrow\",\"Staff.findMany\",\"Staff.createOne\",\"Staff.createMany\",\"Staff.createManyAndReturn\",\"Staff.updateOne\",\"Staff.updateMany\",\"Staff.updateManyAndReturn\",\"Staff.upsertOne\",\"Staff.deleteOne\",\"Staff.deleteMany\",\"Staff.groupBy\",\"Staff.aggregate\",\"NpiProvider.findUnique\",\"NpiProvider.findUniqueOrThrow\",\"NpiProvider.findFirst\",\"NpiProvider.findFirstOrThrow\",\"NpiProvider.findMany\",\"NpiProvider.createOne\",\"NpiProvider.createMany\",\"NpiProvider.createManyAndReturn\",\"NpiProvider.updateOne\",\"NpiProvider.updateMany\",\"NpiProvider.updateManyAndReturn\",\"NpiProvider.upsertOne\",\"NpiProvider.deleteOne\",\"NpiProvider.deleteMany\",\"NpiProvider.groupBy\",\"NpiProvider.aggregate\",\"AppointmentProcedure.findUnique\",\"AppointmentProcedure.findUniqueOrThrow\",\"AppointmentProcedure.findFirst\",\"AppointmentProcedure.findFirstOrThrow\",\"AppointmentProcedure.findMany\",\"AppointmentProcedure.createOne\",\"AppointmentProcedure.createMany\",\"AppointmentProcedure.createManyAndReturn\",\"AppointmentProcedure.updateOne\",\"AppointmentProcedure.updateMany\",\"AppointmentProcedure.updateManyAndReturn\",\"AppointmentProcedure.upsertOne\",\"AppointmentProcedure.deleteOne\",\"AppointmentProcedure.deleteMany\",\"AppointmentProcedure.groupBy\",\"AppointmentProcedure.aggregate\",\"Claim.findUnique\",\"Claim.findUniqueOrThrow\",\"Claim.findFirst\",\"Claim.findFirstOrThrow\",\"Claim.findMany\",\"Claim.createOne\",\"Claim.createMany\",\"Claim.createManyAndReturn\",\"Claim.updateOne\",\"Claim.updateMany\",\"Claim.updateManyAndReturn\",\"Claim.upsertOne\",\"Claim.deleteOne\",\"Claim.deleteMany\",\"Claim.groupBy\",\"Claim.aggregate\",\"ServiceLine.findUnique\",\"ServiceLine.findUniqueOrThrow\",\"ServiceLine.findFirst\",\"ServiceLine.findFirstOrThrow\",\"ServiceLine.findMany\",\"ServiceLine.createOne\",\"ServiceLine.createMany\",\"ServiceLine.createManyAndReturn\",\"ServiceLine.updateOne\",\"ServiceLine.updateMany\",\"ServiceLine.updateManyAndReturn\",\"ServiceLine.upsertOne\",\"ServiceLine.deleteOne\",\"ServiceLine.deleteMany\",\"ServiceLine.groupBy\",\"ServiceLine.aggregate\",\"ClaimFile.findUnique\",\"ClaimFile.findUniqueOrThrow\",\"ClaimFile.findFirst\",\"ClaimFile.findFirstOrThrow\",\"ClaimFile.findMany\",\"ClaimFile.createOne\",\"ClaimFile.createMany\",\"ClaimFile.createManyAndReturn\",\"ClaimFile.updateOne\",\"ClaimFile.updateMany\",\"ClaimFile.updateManyAndReturn\",\"ClaimFile.upsertOne\",\"ClaimFile.deleteOne\",\"ClaimFile.deleteMany\",\"ClaimFile.groupBy\",\"ClaimFile.aggregate\",\"InsuranceCredential.findUnique\",\"InsuranceCredential.findUniqueOrThrow\",\"InsuranceCredential.findFirst\",\"InsuranceCredential.findFirstOrThrow\",\"InsuranceCredential.findMany\",\"InsuranceCredential.createOne\",\"InsuranceCredential.createMany\",\"InsuranceCredential.createManyAndReturn\",\"InsuranceCredential.updateOne\",\"InsuranceCredential.updateMany\",\"InsuranceCredential.updateManyAndReturn\",\"InsuranceCredential.upsertOne\",\"InsuranceCredential.deleteOne\",\"InsuranceCredential.deleteMany\",\"InsuranceCredential.groupBy\",\"InsuranceCredential.aggregate\",\"PdfGroup.findUnique\",\"PdfGroup.findUniqueOrThrow\",\"PdfGroup.findFirst\",\"PdfGroup.findFirstOrThrow\",\"PdfGroup.findMany\",\"PdfGroup.createOne\",\"PdfGroup.createMany\",\"PdfGroup.createManyAndReturn\",\"PdfGroup.updateOne\",\"PdfGroup.updateMany\",\"PdfGroup.updateManyAndReturn\",\"PdfGroup.upsertOne\",\"PdfGroup.deleteOne\",\"PdfGroup.deleteMany\",\"PdfGroup.groupBy\",\"PdfGroup.aggregate\",\"PdfFile.findUnique\",\"PdfFile.findUniqueOrThrow\",\"PdfFile.findFirst\",\"PdfFile.findFirstOrThrow\",\"PdfFile.findMany\",\"PdfFile.createOne\",\"PdfFile.createMany\",\"PdfFile.createManyAndReturn\",\"PdfFile.updateOne\",\"PdfFile.updateMany\",\"PdfFile.updateManyAndReturn\",\"PdfFile.upsertOne\",\"PdfFile.deleteOne\",\"PdfFile.deleteMany\",\"PdfFile.groupBy\",\"PdfFile.aggregate\",\"Payment.findUnique\",\"Payment.findUniqueOrThrow\",\"Payment.findFirst\",\"Payment.findFirstOrThrow\",\"Payment.findMany\",\"Payment.createOne\",\"Payment.createMany\",\"Payment.createManyAndReturn\",\"Payment.updateOne\",\"Payment.updateMany\",\"Payment.updateManyAndReturn\",\"Payment.upsertOne\",\"Payment.deleteOne\",\"Payment.deleteMany\",\"Payment.groupBy\",\"Payment.aggregate\",\"ServiceLineTransaction.findUnique\",\"ServiceLineTransaction.findUniqueOrThrow\",\"ServiceLineTransaction.findFirst\",\"ServiceLineTransaction.findFirstOrThrow\",\"ServiceLineTransaction.findMany\",\"ServiceLineTransaction.createOne\",\"ServiceLineTransaction.createMany\",\"ServiceLineTransaction.createManyAndReturn\",\"ServiceLineTransaction.updateOne\",\"ServiceLineTransaction.updateMany\",\"ServiceLineTransaction.updateManyAndReturn\",\"ServiceLineTransaction.upsertOne\",\"ServiceLineTransaction.deleteOne\",\"ServiceLineTransaction.deleteMany\",\"ServiceLineTransaction.groupBy\",\"ServiceLineTransaction.aggregate\",\"DatabaseBackup.findUnique\",\"DatabaseBackup.findUniqueOrThrow\",\"DatabaseBackup.findFirst\",\"DatabaseBackup.findFirstOrThrow\",\"DatabaseBackup.findMany\",\"DatabaseBackup.createOne\",\"DatabaseBackup.createMany\",\"DatabaseBackup.createManyAndReturn\",\"DatabaseBackup.updateOne\",\"DatabaseBackup.updateMany\",\"DatabaseBackup.updateManyAndReturn\",\"DatabaseBackup.upsertOne\",\"DatabaseBackup.deleteOne\",\"DatabaseBackup.deleteMany\",\"DatabaseBackup.groupBy\",\"DatabaseBackup.aggregate\",\"BackupDestination.findUnique\",\"BackupDestination.findUniqueOrThrow\",\"BackupDestination.findFirst\",\"BackupDestination.findFirstOrThrow\",\"BackupDestination.findMany\",\"BackupDestination.createOne\",\"BackupDestination.createMany\",\"BackupDestination.createManyAndReturn\",\"BackupDestination.updateOne\",\"BackupDestination.updateMany\",\"BackupDestination.updateManyAndReturn\",\"BackupDestination.upsertOne\",\"BackupDestination.deleteOne\",\"BackupDestination.deleteMany\",\"BackupDestination.groupBy\",\"BackupDestination.aggregate\",\"Notification.findUnique\",\"Notification.findUniqueOrThrow\",\"Notification.findFirst\",\"Notification.findFirstOrThrow\",\"Notification.findMany\",\"Notification.createOne\",\"Notification.createMany\",\"Notification.createManyAndReturn\",\"Notification.updateOne\",\"Notification.updateMany\",\"Notification.updateManyAndReturn\",\"Notification.upsertOne\",\"Notification.deleteOne\",\"Notification.deleteMany\",\"Notification.groupBy\",\"Notification.aggregate\",\"CronJobLog.findUnique\",\"CronJobLog.findUniqueOrThrow\",\"CronJobLog.findFirst\",\"CronJobLog.findFirstOrThrow\",\"CronJobLog.findMany\",\"CronJobLog.createOne\",\"CronJobLog.createMany\",\"CronJobLog.createManyAndReturn\",\"CronJobLog.updateOne\",\"CronJobLog.updateMany\",\"CronJobLog.updateManyAndReturn\",\"CronJobLog.upsertOne\",\"CronJobLog.deleteOne\",\"CronJobLog.deleteMany\",\"CronJobLog.groupBy\",\"CronJobLog.aggregate\",\"CloudFolder.findUnique\",\"CloudFolder.findUniqueOrThrow\",\"CloudFolder.findFirst\",\"CloudFolder.findFirstOrThrow\",\"CloudFolder.findMany\",\"CloudFolder.createOne\",\"CloudFolder.createMany\",\"CloudFolder.createManyAndReturn\",\"CloudFolder.updateOne\",\"CloudFolder.updateMany\",\"CloudFolder.updateManyAndReturn\",\"CloudFolder.upsertOne\",\"CloudFolder.deleteOne\",\"CloudFolder.deleteMany\",\"CloudFolder.groupBy\",\"CloudFolder.aggregate\",\"CloudFile.findUnique\",\"CloudFile.findUniqueOrThrow\",\"CloudFile.findFirst\",\"CloudFile.findFirstOrThrow\",\"CloudFile.findMany\",\"CloudFile.createOne\",\"CloudFile.createMany\",\"CloudFile.createManyAndReturn\",\"CloudFile.updateOne\",\"CloudFile.updateMany\",\"CloudFile.updateManyAndReturn\",\"CloudFile.upsertOne\",\"CloudFile.deleteOne\",\"CloudFile.deleteMany\",\"CloudFile.groupBy\",\"CloudFile.aggregate\",\"CloudFileChunk.findUnique\",\"CloudFileChunk.findUniqueOrThrow\",\"CloudFileChunk.findFirst\",\"CloudFileChunk.findFirstOrThrow\",\"CloudFileChunk.findMany\",\"CloudFileChunk.createOne\",\"CloudFileChunk.createMany\",\"CloudFileChunk.createManyAndReturn\",\"CloudFileChunk.updateOne\",\"CloudFileChunk.updateMany\",\"CloudFileChunk.updateManyAndReturn\",\"CloudFileChunk.upsertOne\",\"CloudFileChunk.deleteOne\",\"CloudFileChunk.deleteMany\",\"CloudFileChunk.groupBy\",\"CloudFileChunk.aggregate\",\"Communication.findUnique\",\"Communication.findUniqueOrThrow\",\"Communication.findFirst\",\"Communication.findFirstOrThrow\",\"Communication.findMany\",\"Communication.createOne\",\"Communication.createMany\",\"Communication.createManyAndReturn\",\"Communication.updateOne\",\"Communication.updateMany\",\"Communication.updateManyAndReturn\",\"Communication.upsertOne\",\"Communication.deleteOne\",\"Communication.deleteMany\",\"Communication.groupBy\",\"Communication.aggregate\",\"PatientDocument.findUnique\",\"PatientDocument.findUniqueOrThrow\",\"PatientDocument.findFirst\",\"PatientDocument.findFirstOrThrow\",\"PatientDocument.findMany\",\"PatientDocument.createOne\",\"PatientDocument.createMany\",\"PatientDocument.createManyAndReturn\",\"PatientDocument.updateOne\",\"PatientDocument.updateMany\",\"PatientDocument.updateManyAndReturn\",\"PatientDocument.upsertOne\",\"PatientDocument.deleteOne\",\"PatientDocument.deleteMany\",\"PatientDocument.groupBy\",\"PatientDocument.aggregate\",\"AND\",\"OR\",\"NOT\",\"id\",\"patientId\",\"filename\",\"originalName\",\"mimeType\",\"fileSize\",\"filePath\",\"uploadedAt\",\"updatedAt\",\"equals\",\"in\",\"notIn\",\"lt\",\"lte\",\"gt\",\"gte\",\"not\",\"contains\",\"startsWith\",\"endsWith\",\"userId\",\"CommunicationChannel\",\"channel\",\"CommunicationDirection\",\"direction\",\"CommunicationStatus\",\"status\",\"body\",\"callDuration\",\"twilioSid\",\"createdAt\",\"fileId\",\"seq\",\"name\",\"folderId\",\"isComplete\",\"totalChunks\",\"diskPath\",\"parentId\",\"jobName\",\"startedAt\",\"completedAt\",\"durationMs\",\"errorMessage\",\"NotificationTypes\",\"type\",\"message\",\"read\",\"path\",\"isActive\",\"paymentId\",\"serviceLineId\",\"transactionId\",\"paidAmount\",\"adjustedAmount\",\"PaymentMethod\",\"method\",\"receivedDate\",\"payerName\",\"notes\",\"claimId\",\"updatedById\",\"totalBilled\",\"totalPaid\",\"totalAdjusted\",\"totalDue\",\"PaymentStatus\",\"icn\",\"pdfData\",\"groupId\",\"title\",\"PdfTitleKey\",\"titleKey\",\"siteKey\",\"username\",\"password\",\"procedureCode\",\"procedureDate\",\"quad\",\"arch\",\"toothNumber\",\"toothSurface\",\"ServiceLineStatus\",\"appointmentId\",\"staffId\",\"patientName\",\"memberId\",\"dateOfBirth\",\"remarks\",\"MissingTeethStatus\",\"missingTeethStatus\",\"missingTeeth\",\"serviceDate\",\"insuranceProvider\",\"ClaimStatus\",\"claimNumber\",\"npiProviderId\",\"string_contains\",\"string_starts_with\",\"string_ends_with\",\"array_starts_with\",\"array_ends_with\",\"array_contains\",\"procedureLabel\",\"fee\",\"category\",\"oralCavityArea\",\"ProcedureSource\",\"source\",\"comboKey\",\"npiNumber\",\"providerName\",\"email\",\"role\",\"phone\",\"date\",\"startTime\",\"endTime\",\"procedureCodeNotes\",\"PatientStatus\",\"eligibilityStatus\",\"firstName\",\"lastName\",\"gender\",\"address\",\"city\",\"zipCode\",\"insuranceId\",\"groupNumber\",\"policyHolder\",\"allergies\",\"medicalConditions\",\"autoBackupEnabled\",\"usbBackupEnabled\",\"fileId_seq\",\"every\",\"some\",\"none\",\"userId_parentId_name\",\"userId_siteKey\",\"userId_npiNumber\",\"is\",\"isNot\",\"connectOrCreate\",\"upsert\",\"createMany\",\"set\",\"disconnect\",\"delete\",\"connect\",\"updateMany\",\"deleteMany\",\"increment\",\"decrement\",\"multiply\",\"divide\"]"), - graph: "9A3yAfACFQUAAK8GACAHAADXBgAgCAAAqwYAIBcAAN4GACAZAADWBgAgGgAA2AYAIBsAANkGACAcAADaBgAgHQAA2wYAIB4AANwGACAfAADdBgAgJgAAoQYAICcAAKIGACCgAwAA1QYAMKEDAAANABCiAwAA1QYAMKMDAgAAAAHtAwEAAAAB7gMBANwFACGnBCAAmwYAIagEIACbBgAhAQAAAAEAIB4DAACcBgAgBQAArwYAIAgAAKsGACAOAADaBgAgEwAArAYAIBYAAOIGACAXAADeBgAgGAAA4wYAIKADAADhBgAwoQMAAAMAEKIDAADhBgAwowMCANsFACG3AwIA2wUAIb0DAADgBpsEIsEDQADdBQAh-gNAAN4FACGABAEA4AUAIZMEAQDgBQAhlQQBANwFACGcBAEA3AUAIZ0EAQDcBQAhngQBANwFACGfBAEA4AUAIaAEAQDgBQAhoQQBAOAFACGiBAEA4AUAIaMEAQDgBQAhpAQBAOAFACGlBAEA4AUAIaYEAQDgBQAhEwMAAIwMACAFAAD_CwAgCAAAggwAIA4AAIQMACATAACPDAAgFgAAnAwAIBcAAIoMACAYAACdDAAg-gMAAO8GACCABAAA7wYAIJMEAADvBgAgnwQAAO8GACCgBAAA7wYAIKEEAADvBgAgogQAAO8GACCjBAAA7wYAIKQEAADvBgAgpQQAAO8GACCmBAAA7wYAIB4DAACcBgAgBQAArwYAIAgAAKsGACAOAADaBgAgEwAArAYAIBYAAOIGACAXAADeBgAgGAAA4wYAIKADAADhBgAwoQMAAAMAEKIDAADhBgAwowMCAAAAAbcDAgDbBQAhvQMAAOAGmwQiwQNAAN0FACH6A0AA3gUAIYAEAQDgBQAhkwQBAOAFACGVBAEA3AUAIZwEAQDcBQAhnQQBANwFACGeBAEA3AUAIZ8EAQDgBQAhoAQBAOAFACGhBAEA4AUAIaIEAQDgBQAhowQBAOAFACGkBAEA4AUAIaUEAQDgBQAhpgQBAOAFACEDAAAAAwAgAQAABAAwAgAABQAgFgMAAJwGACAEAACxBgAgBwAA0wYAIAgAAKsGACATAACsBgAgoAMAAN8GADChAwAABwAQogMAAN8GADCjAwIA2wUAIaQDAgDbBQAhtwMCANsFACG9AwEA3AUAIcEDQADdBQAh0AMBANwFACHeAwEA4AUAIekDAQDcBQAh9wMCANsFACGWBEAA3QUAIZcEAQDcBQAhmAQBANwFACGZBAEA4AUAIZsEAADgBpsEIgcDAACMDAAgBAAAkAwAIAcAAJoMACAIAACCDAAgEwAAjwwAIN4DAADvBgAgmQQAAO8GACAWAwAAnAYAIAQAALEGACAHAADTBgAgCAAAqwYAIBMAAKwGACCgAwAA3wYAMKEDAAAHABCiAwAA3wYAMKMDAgAAAAGkAwIA2wUAIbcDAgDbBQAhvQMBANwFACHBA0AA3QUAIdADAQDcBQAh3gMBAOAFACHpAwEA3AUAIfcDAgDbBQAhlgRAAN0FACGXBAEA3AUAIZgEAQDcBQAhmQQBAOAFACGbBAAA4AabBCIDAAAABwAgAQAACAAwAgAACQAgDQMAAK4GACAFAACvBgAgCAAAqwYAIKADAACtBgAwoQMAAAsAEKIDAACtBgAwowMCANsFACG3AwIA2wUAIcEDQADdBQAhxAMBANwFACGTBAEA4AUAIZQEAQDcBQAhlQQBAOAFACEBAAAACwAgFQUAAK8GACAHAADXBgAgCAAAqwYAIBcAAN4GACAZAADWBgAgGgAA2AYAIBsAANkGACAcAADaBgAgHQAA2wYAIB4AANwGACAfAADdBgAgJgAAoQYAICcAAKIGACCgAwAA1QYAMKEDAAANABCiAwAA1QYAMKMDAgDbBQAh7QMBANwFACHuAwEA3AUAIacEIACbBgAhqAQgAJsGACEBAAAADQAgAwAAAAcAIAEAAAgAMAIAAAkAIB0DAACuBgAgBAAAsQYAIAYAAM0GACAHAADTBgAgCQAAzgYAIA4AAMkGACARAAC7BgAgEgAA1AYAIKADAADPBgAwoQMAABAAEKIDAADPBgAwowMCANsFACGkAwIA2wUAIasDQADdBQAhtwMCANsFACG9AwAA0gaCBCLBA0AA3QUAIfYDAgDbBQAh9wMCANsFACH4AwEA3AUAIfkDAQDcBQAh-gNAAN0FACH7AwEA3AUAIf0DAADQBv0DIv4DAADRBgAg_wNAAN0FACGABAEA3AUAIYIEAQDgBQAhgwQCAN8FACELAwAAjAwAIAQAAJAMACAGAACYDAAgBwAAmgwAIAkAAJkMACAOAACWDAAgEQAAkwwAIBIAAJsMACD-AwAA7wYAIIIEAADvBgAggwQAAO8GACAdAwAArgYAIAQAALEGACAGAADNBgAgBwAA0wYAIAkAAM4GACAOAADJBgAgEQAAuwYAIBIAANQGACCgAwAAzwYAMKEDAAAQABCiAwAAzwYAMKMDAgAAAAGkAwIA2wUAIasDQADdBQAhtwMCANsFACG9AwAA0gaCBCLBA0AA3QUAIfYDAgDbBQAh9wMCANsFACH4AwEA3AUAIfkDAQDcBQAh-gNAAN0FACH7AwEA3AUAIf0DAADQBv0DIv4DAADRBgAg_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_AwIA3wUAIcADAQDgBQAhwQNAAN0FACEGAwAAjAwAIAQAAJAMACC3AwAA7wYAIL4DAADvBgAgvwMAAO8GACDAAwAA7wYAIA8DAACuBgAgBAAAsQYAIKADAACyBgAwoQMAAE0AEKIDAACyBgAwowMCAAAAAaQDAgDbBQAhtwMCAN8FACG5AwAAswa5AyK7AwAAtAa7AyK9AwAAtQa9AyK-AwEA4AUAIb8DAgDfBQAhwAMBAOAFACHBA0AA3QUAIQMAAABNACABAABOADACAABPACABAAAADQAgDQQAALEGACCgAwAAsAYAMKEDAABSABCiAwAAsAYAMKMDAgDbBQAhpAMCANsFACGlAwEA3AUAIaYDAQDcBQAhpwMBANwFACGoAwQAmgYAIakDAQDcBQAhqgNAAN0FACGrA0AA3QUAIQEEAACQDAAgDQQAALEGACCgAwAAsAYAMKEDAABSABCiAwAAsAYAMKMDAgAAAAGkAwIA2wUAIaUDAQDcBQAhpgMBANwFACGnAwEA3AUAIagDBACaBgAhqQMBANwFACGqA0AA3QUAIasDQADdBQAhAwAAAFIAIAEAAFMAMAIAAFQAIAEAAAAHACABAAAAGQAgAQAAABAAIAEAAABBACABAAAAJQAgAQAAAE0AIAEAAABSACADAAAABwAgAQAACAAwAgAACQAgBQMAAIwMACAFAAD_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_QsAIBkAAPELACAaAAD0CwAgGwAA9gsAIBwAAPcLACAdAAD4CwAgHgAA-QsAIB8AAPoLACAmAAD7CwAgJwAA_AsAIKMDAgAAAAHtAwEAAAAB7gMBAAAAAacEIAAAAAGoBCAAAAABAS0AAJwBACAFowMCAAAAAe0DAQAAAAHuAwEAAAABpwQgAAAAAagEIAAAAAEBLQAAngEAMAEtAACeAQAwEgUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhAgAAAAEAIC0AAKEBACAFowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIQIAAAANACAtAACjAQAgAgAAAA0AIC0AAKMBACADAAAAAQAgNAAAnAEAIDUAAKEBACABAAAAAQAgAQAAAA0AIAULAADVCgAgOgAA1goAIDsAANkKACA8AADYCgAgPQAA1woAIAigAwAAlAYAMKEDAACqAQAQogMAAJQGADCjAwIArwUAIe0DAQCwBQAh7gMBALAFACGnBCAA0gUAIagEIADSBQAhAwAAAA0AIAEAAKkBADA5AACqAQAgAwAAAA0AIAEAAJgBADACAAABACABAAAABQAgAQAAAAUAIAMAAAADACABAAAEADACAAAFACADAAAAAwAgAQAABAAwAgAABQAgAwAAAAMAIAEAAAQAMAIAAAUAIBsDAADNCgAgBQAAzgoAIAgAANAKACAOAADSCgAgEwAAzwoAIBYAANEKACAXAADTCgAgGAAA1AoAIKMDAgAAAAG3AwIAAAABvQMAAACbBALBA0AAAAAB-gNAAAAAAYAEAQAAAAGTBAEAAAABlQQBAAAAAZwEAQAAAAGdBAEAAAABngQBAAAAAZ8EAQAAAAGgBAEAAAABoQQBAAAAAaIEAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAGmBAEAAAABAS0AALIBACATowMCAAAAAbcDAgAAAAG9AwAAAJsEAsEDQAAAAAH6A0AAAAABgAQBAAAAAZMEAQAAAAGVBAEAAAABnAQBAAAAAZ0EAQAAAAGeBAEAAAABnwQBAAAAAaAEAQAAAAGhBAEAAAABogQBAAAAAaMEAQAAAAGkBAEAAAABpQQBAAAAAaYEAQAAAAEBLQAAtAEAMAEtAAC0AQAwGwMAAPoJACAFAAD7CQAgCAAA_QkAIA4AAP8JACATAAD8CQAgFgAA_gkAIBcAAIAKACAYAACBCgAgowMCAOwGACG3AwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhAgAAAAUAIC0AALcBACATowMCAOwGACG3AwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhAgAAAAMAIC0AALkBACACAAAAAwAgLQAAuQEAIAMAAAAFACA0AACyAQAgNQAAtwEAIAEAAAAFACABAAAAAwAgEAsAAPUJACA6AAD2CQAgOwAA-QkAIDwAAPgJACA9AAD3CQAg-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_AQAgAgAAABYAIC0AAP8BACADAAAAYgAgNAAA-AEAIDUAAP0BACABAAAAYgAgAQAAABYAIAULAACQCQAgOgAAkQkAIDsAAJQJACA8AACTCQAgPQAAkgkAIAigAwAAjQYAMKEDAACGAgAQogMAAI0GADCjAwIArwUAIbcDAgCvBQAhwQNAALIFACGRBAEAsAUAIZIEAQCwBQAhAwAAABYAIAEAAIUCADA5AACGAgAgAwAAABYAIAEAAGEAMAIAAGIAIAEAAAAbACABAAAAGwAgAwAAABkAIAEAABoAMAIAABsAIAMAAAAZACABAAAaADACAAAbACADAAAAGQAgAQAAGgAwAgAAGwAgEQQAAI4JACAGAACNCQAgCQAAjwkAIKMDAgAAAAGkAwIAAAABwQNAAAAAAe8DAQAAAAHzAwEAAAAB9AMBAAAAAfYDAgAAAAGDBAIAAAABigQBAAAAAYsEEAAAAAGMBAEAAAABjQQBAAAAAY8EAAAAjwQCkAQBAAAAAQEtAACOAgAgDqMDAgAAAAGkAwIAAAABwQNAAAAAAe8DAQAAAAHzAwEAAAAB9AMBAAAAAfYDAgAAAAGDBAIAAAABigQBAAAAAYsEEAAAAAGMBAEAAAABjQQBAAAAAY8EAAAAjwQCkAQBAAAAAQEtAACQAgAwAS0AAJACADABAAAAFgAgEQQAAIsJACAGAACKCQAgCQAAjAkAIKMDAgDsBgAhpAMCAOwGACHBA0AA6wYAIe8DAQDpBgAh8wMBAPgGACH0AwEA-AYAIfYDAgDsBgAhgwQCAPkGACGKBAEA-AYAIYsEEACICQAhjAQBAPgGACGNBAEA-AYAIY8EAACJCY8EIpAEAQD4BgAhAgAAABsAIC0AAJQCACAOowMCAOwGACGkAwIA7AYAIcEDQADrBgAh7wMBAOkGACHzAwEA-AYAIfQDAQD4BgAh9gMCAOwGACGDBAIA-QYAIYoEAQD4BgAhiwQQAIgJACGMBAEA-AYAIY0EAQD4BgAhjwQAAIkJjwQikAQBAPgGACECAAAAGQAgLQAAlgIAIAIAAAAZACAtAACWAgAgAQAAABYAIAMAAAAbACA0AACOAgAgNQAAlAIAIAEAAAAbACABAAAAGQAgDQsAAIMJACA6AACECQAgOwAAhwkAIDwAAIYJACA9AACFCQAg8wMAAO8GACD0AwAA7wYAIIMEAADvBgAgigQAAO8GACCLBAAA7wYAIIwEAADvBgAgjQQAAO8GACCQBAAA7wYAIBGgAwAAhgYAMKEDAACeAgAQogMAAIYGADCjAwIArwUAIaQDAgCvBQAhwQNAALIFACHvAwEAsAUAIfMDAQDBBQAh9AMBAMEFACH2AwIArwUAIYMEAgC9BQAhigQBAMEFACGLBBAAhwYAIYwEAQDBBQAhjQQBAMEFACGPBAAAiAaPBCKQBAEAwQUAIQMAAAAZACABAACdAgAwOQAAngIAIAMAAAAZACABAAAaADACAAAbACABAAAAEgAgAQAAABIAIAMAAAAQACABAAARADACAAASACADAAAAEAAgAQAAEQAwAgAAEgAgAwAAABAAIAEAABEAMAIAABIAIBoDAAD9CAAgBAAA-wgAIAYAAPwIACAHAAD-CAAgCQAA_wgAIA4AAIIJACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABAS0AAKYCACASowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAYMEAgAAAAEBLQAAqAIAMAEtAACoAgAwAQAAAA0AIAEAAAALACABAAAAFgAgGgMAANsIACAEAADZCAAgBgAA2ggAIAcAANwIACAJAADdCAAgDgAA4AgAIBEAAN4IACASAADfCAAgowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA2AiCBCLBA0AA6wYAIfYDAgDsBgAh9wMCAOwGACH4AwEA6QYAIfkDAQDpBgAh-gNAAOsGACH7AwEA6QYAIf0DAADXCP0DIv4DgAAAAAH_A0AA6wYAIYAEAQDpBgAhggQBAPgGACGDBAIA-QYAIQIAAAASACAtAACuAgAgEqMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAANgIggQiwQNAAOsGACH2AwIA7AYAIfcDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACECAAAAEAAgLQAAsAIAIAIAAAAQACAtAACwAgAgAQAAAA0AIAEAAAALACABAAAAFgAgAwAAABIAIDQAAKYCACA1AACuAgAgAQAAABIAIAEAAAAQACAICwAA0ggAIDoAANMIACA7AADWCAAgPAAA1QgAID0AANQIACD-AwAA7wYAIIIEAADvBgAggwQAAO8GACAVoAMAAP0FADChAwAAugIAEKIDAAD9BQAwowMCAK8FACGkAwIArwUAIasDQACyBQAhtwMCAK8FACG9AwAAgAaCBCLBA0AAsgUAIfYDAgCvBQAh9wMCAK8FACH4AwEAsAUAIfkDAQCwBQAh-gNAALIFACH7AwEAsAUAIf0DAAD-Bf0DIv4DAAD_BQAg_wNAALIFACGABAEAsAUAIYIEAQDBBQAhgwQCAL0FACEDAAAAEAAgAQAAuQIAMDkAALoCACADAAAAEAAgAQAAEQAwAgAAEgAgAQAAACIAIAEAAAAiACADAAAAIAAgAQAAIQAwAgAAIgAgAwAAACAAIAEAACEAMAIAACIAIAMAAAAgACABAAAhADACAAAiACARDAAAkAgAIA4AANEIACAQAACRCAAgowMCAAAAAb0DAAAA9gMC1QMCAAAAAd8DAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB7wMBAAAAAfADQAAAAAHxAwEAAAAB8gMBAAAAAfMDAQAAAAH0AwEAAAABAS0AAMICACAOowMCAAAAAb0DAAAA9gMC1QMCAAAAAd8DAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB7wMBAAAAAfADQAAAAAHxAwEAAAAB8gMBAAAAAfMDAQAAAAH0AwEAAAABAS0AAMQCADABLQAAxAIAMAEAAAAQACABAAAAJQAgEQwAAIEIACAOAADQCAAgEAAAgggAIKMDAgDsBgAhvQMAAP8H9gMi1QMCAPkGACHfAwIA-QYAIeEDEADkBwAh4gMQAOQHACHjAxAA5AcAIeQDEADkBwAh7wMBAOkGACHwA0AA6wYAIfEDAQD4BgAh8gMBAPgGACHzAwEA-AYAIfQDAQD4BgAhAgAAACIAIC0AAMkCACAOowMCAOwGACG9AwAA_wf2AyLVAwIA-QYAId8DAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHvAwEA6QYAIfADQADrBgAh8QMBAPgGACHyAwEA-AYAIfMDAQD4BgAh9AMBAPgGACECAAAAIAAgLQAAywIAIAIAAAAgACAtAADLAgAgAQAAABAAIAEAAAAlACADAAAAIgAgNAAAwgIAIDUAAMkCACABAAAAIgAgAQAAACAAIAsLAADLCAAgOgAAzAgAIDsAAM8IACA8AADOCAAgPQAAzQgAINUDAADvBgAg3wMAAO8GACDxAwAA7wYAIPIDAADvBgAg8wMAAO8GACD0AwAA7wYAIBGgAwAA-QUAMKEDAADUAgAQogMAAPkFADCjAwIArwUAIb0DAAD6BfYDItUDAgC9BQAh3wMCAL0FACHhAxAA6AUAIeIDEADoBQAh4wMQAOgFACHkAxAA6AUAIe8DAQCwBQAh8ANAALIFACHxAwEAwQUAIfIDAQDBBQAh8wMBAMEFACH0AwEAwQUAIQMAAAAgACABAADTAgAwOQAA1AIAIAMAAAAgACABAAAhADACAAAiACABAAAANAAgAQAAADQAIAMAAAAyACABAAAzADACAAA0ACADAAAAMgAgAQAAMwAwAgAANAAgAwAAADIAIAEAADMAMAIAADQAIAYMAADKCAAgowMCAAAAAaUDAQAAAAGnAwEAAAABqQMBAAAAAd8DAgAAAAEBLQAA3AIAIAWjAwIAAAABpQMBAAAAAacDAQAAAAGpAwEAAAAB3wMCAAAAAQEtAADeAgAwAS0AAN4CADAGDAAAyQgAIKMDAgDsBgAhpQMBAOkGACGnAwEA6QYAIakDAQD4BgAh3wMCAOwGACECAAAANAAgLQAA4QIAIAWjAwIA7AYAIaUDAQDpBgAhpwMBAOkGACGpAwEA-AYAId8DAgDsBgAhAgAAADIAIC0AAOMCACACAAAAMgAgLQAA4wIAIAMAAAA0ACA0AADcAgAgNQAA4QIAIAEAAAA0ACABAAAAMgAgBgsAAMQIACA6AADFCAAgOwAAyAgAIDwAAMcIACA9AADGCAAgqQMAAO8GACAIoAMAAPgFADChAwAA6gIAEKIDAAD4BQAwowMCAK8FACGlAwEAsAUAIacDAQCwBQAhqQMBAMEFACHfAwIArwUAIQMAAAAyACABAADpAgAwOQAA6gIAIAMAAAAyACABAAAzADACAAA0ACABAAAAZwAgAQAAAGcAIAMAAABlACABAABmADACAABnACADAAAAZQAgAQAAZgAwAgAAZwAgAwAAAGUAIAEAAGYAMAIAAGcAIAYDAADDCAAgowMCAAAAAbcDAgAAAAHsAwEAAAAB7QMBAAAAAe4DAQAAAAEBLQAA8gIAIAWjAwIAAAABtwMCAAAAAewDAQAAAAHtAwEAAAAB7gMBAAAAAQEtAAD0AgAwAS0AAPQCADAGAwAAwggAIKMDAgDsBgAhtwMCAOwGACHsAwEA6QYAIe0DAQDpBgAh7gMBAOkGACECAAAAZwAgLQAA9wIAIAWjAwIA7AYAIbcDAgDsBgAh7AMBAOkGACHtAwEA6QYAIe4DAQDpBgAhAgAAAGUAIC0AAPkCACACAAAAZQAgLQAA-QIAIAMAAABnACA0AADyAgAgNQAA9wIAIAEAAABnACABAAAAZQAgBQsAAL0IACA6AAC-CAAgOwAAwQgAIDwAAMAIACA9AAC_CAAgCKADAAD3BQAwoQMAAIADABCiAwAA9wUAMKMDAgCvBQAhtwMCAK8FACHsAwEAsAUAIe0DAQCwBQAh7gMBALAFACEDAAAAZQAgAQAA_wIAMDkAAIADACADAAAAZQAgAQAAZgAwAgAAZwAgAQAAAEMAIAEAAABDACADAAAAQQAgAQAAQgAwAgAAQwAgAwAAAEEAIAEAAEIAMAIAAEMAIAMAAABBACABAABCADACAABDACAHBAAAuwgAIBUAALwIACCjAwIAAAABpAMCAAAAAcEDQAAAAAHpAwEAAAAB6wMAAADrAwIBLQAAiAMAIAWjAwIAAAABpAMCAAAAAcEDQAAAAAHpAwEAAAAB6wMAAADrAwIBLQAAigMAMAEtAACKAwAwBwQAAK0IACAVAACuCAAgowMCAOwGACGkAwIA7AYAIcEDQADrBgAh6QMBAOkGACHrAwAArAjrAyICAAAAQwAgLQAAjQMAIAWjAwIA7AYAIaQDAgDsBgAhwQNAAOsGACHpAwEA6QYAIesDAACsCOsDIgIAAABBACAtAACPAwAgAgAAAEEAIC0AAI8DACADAAAAQwAgNAAAiAMAIDUAAI0DACABAAAAQwAgAQAAAEEAIAULAACnCAAgOgAAqAgAIDsAAKsIACA8AACqCAAgPQAAqQgAIAigAwAA8wUAMKEDAACWAwAQogMAAPMFADCjAwIArwUAIaQDAgCvBQAhwQNAALIFACHpAwEAsAUAIesDAAD0BesDIgMAAABBACABAACVAwAwOQAAlgMAIAMAAABBACABAABCADACAABDACABAAAARwAgAQAAAEcAIAMAAABFACABAABGADACAABHACADAAAARQAgAQAARgAwAgAARwAgAwAAAEUAIAEAAEYAMAIAAEcAIAYUAACmCAAgowMCAAAAAaUDAQAAAAGqA0AAAAAB5wMAAQAAAegDAgAAAAEBLQAAngMAIAWjAwIAAAABpQMBAAAAAaoDQAAAAAHnAwABAAAB6AMCAAAAAQEtAACgAwAwAS0AAKADADAGFAAApQgAIKMDAgDsBgAhpQMBAOkGACGqA0AA6wYAIecDAAGDBwAh6AMCAOwGACECAAAARwAgLQAAowMAIAWjAwIA7AYAIaUDAQDpBgAhqgNAAOsGACHnAwABgwcAIegDAgDsBgAhAgAAAEUAIC0AAKUDACACAAAARQAgLQAApQMAIAMAAABHACA0AACeAwAgNQAAowMAIAEAAABHACABAAAARQAgBQsAAKAIACA6AAChCAAgOwAApAgAIDwAAKMIACA9AACiCAAgCKADAADyBQAwoQMAAKwDABCiAwAA8gUAMKMDAgCvBQAhpQMBALAFACGqA0AAsgUAIecDAAHOBQAh6AMCAK8FACEDAAAARQAgAQAAqwMAMDkAAKwDACADAAAARQAgAQAARgAwAgAARwAgAQAAAEsAIAEAAABLACADAAAAJQAgAQAASgAwAgAASwAgAwAAACUAIAEAAEoAMAIAAEsAIAMAAAAlACABAABKADACAABLACATBAAAnAgAIAwAAJsIACANAACdCAAgEAAAnggAIBEAAJ8IACCjAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAADmAwLBA0AAAAAB3gMBAAAAAd8DAgAAAAHgAwIAAAAB4QMQAAAAAeIDEAAAAAHjAxAAAAAB5AMQAAAAAeYDAQAAAAEBLQAAtAMAIA6jAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAADmAwLBA0AAAAAB3gMBAAAAAd8DAgAAAAHgAwIAAAAB4QMQAAAAAeIDEAAAAAHjAxAAAAAB5AMQAAAAAeYDAQAAAAEBLQAAtgMAMAEtAAC2AwAwAQAAABAAIAEAAAANACATBAAA8QcAIAwAAPAHACANAADyBwAgEAAA8wcAIBEAAPQHACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADvB-YDIsEDQADrBgAh3gMBAPgGACHfAwIA-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_AMAMAYDAADWBwAgowMCAOwGACG3AwIA7AYAIcEDQADrBgAh0wMBAOkGACHUAyAAiwcAIQIAAABwACAtAAD_AwAgBaMDAgDsBgAhtwMCAOwGACHBA0AA6wYAIdMDAQDpBgAh1AMgAIsHACECAAAAbgAgLQAAgQQAIAIAAABuACAtAACBBAAgAwAAAHAAIDQAAPoDACA1AAD_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-QYAIcYDIACLBwAhxwMCAPkGACHIAwEA-AYAIQIAAAB-ACAtAADdBAAgC6MDAgDsBgAhpwMBAPgGACGoAwQA6gYAIasDQADrBgAhtwMCAOwGACHBA0AA6wYAIcQDAQDpBgAhxQMCAPkGACHGAyAAiwcAIccDAgD5BgAhyAMBAPgGACECAAAAfAAgLQAA3wQAIAIAAAB8ACAtAADfBAAgAQAAAHYAIAMAAAB-ACA0AADXBAAgNQAA3QQAIAEAAAB-ACABAAAAfAAgCQsAAIYHACA6AACHBwAgOwAAigcAIDwAAIkHACA9AACIBwAgpwMAAO8GACDFAwAA7wYAIMcDAADvBgAgyAMAAO8GACAOoAMAANEFADChAwAA5wQAEKIDAADRBQAwowMCAK8FACGnAwEAwQUAIagDBACxBQAhqwNAALIFACG3AwIArwUAIcEDQACyBQAhxAMBALAFACHFAwIAvQUAIcYDIADSBQAhxwMCAL0FACHIAwEAwQUAIQMAAAB8ACABAADmBAAwOQAA5wQAIAMAAAB8ACABAAB9ADACAAB-ACABAAAAgwEAIAEAAACDAQAgAwAAAIEBACABAACCAQAwAgAAgwEAIAMAAACBAQAgAQAAggEAMAIAAIMBACADAAAAgQEAIAEAAIIBADACAACDAQAgBiMAAIUHACAtAAEAAAGjAwIAAAABwQNAAAAAAcIDAgAAAAHDAwIAAAABAS0AAO8EACAFLQABAAABowMCAAAAAcEDQAAAAAHCAwIAAAABwwMCAAAAAQEtAADxBAAwAS0AAPEEADAGIwAAhAcAIC0AAYMHACGjAwIA7AYAIcEDQADrBgAhwgMCAOwGACHDAwIA7AYAIQIAAACDAQAgLQAA9AQAIAUtAAGDBwAhowMCAOwGACHBA0AA6wYAIcIDAgDsBgAhwwMCAOwGACECAAAAgQEAIC0AAPYEACACAAAAgQEAIC0AAPYEACADAAAAgwEAIDQAAO8EACA1AAD0BAAgAQAAAIMBACABAAAAgQEAIAULAAD-BgAgOgAA_wYAIDsAAIIHACA8AACBBwAgPQAAgAcAIAgtAAHOBQAhoAMAAM0FADChAwAA_QQAEKIDAADNBQAwowMCAK8FACHBA0AAsgUAIcIDAgCvBQAhwwMCAK8FACEDAAAAgQEAIAEAAPwEADA5AAD9BAAgAwAAAIEBACABAACCAQAwAgAAgwEAIAEAAABPACABAAAATwAgAwAAAE0AIAEAAE4AMAIAAE8AIAMAAABNACABAABOADACAABPACADAAAATQAgAQAATgAwAgAATwAgDAMAAP0GACAEAAD8BgAgowMCAAAAAaQDAgAAAAG3AwIAAAABuQMAAAC5AwK7AwAAALsDAr0DAAAAvQMCvgMBAAAAAb8DAgAAAAHAAwEAAAABwQNAAAAAAQEtAACFBQAgCqMDAgAAAAGkAwIAAAABtwMCAAAAAbkDAAAAuQMCuwMAAAC7AwK9AwAAAL0DAr4DAQAAAAG_AwIAAAABwAMBAAAAAcEDQAAAAAEBLQAAhwUAMAEtAACHBQAwAQAAAA0AIAwDAAD7BgAgBAAA-gYAIKMDAgDsBgAhpAMCAOwGACG3AwIA-QYAIbkDAAD1BrkDIrsDAAD2BrsDIr0DAAD3Br0DIr4DAQD4BgAhvwMCAPkGACHAAwEA-AYAIcEDQADrBgAhAgAAAE8AIC0AAIsFACAKowMCAOwGACGkAwIA7AYAIbcDAgD5BgAhuQMAAPUGuQMiuwMAAPYGuwMivQMAAPcGvQMivgMBAPgGACG_AwIA-QYAIcADAQD4BgAhwQNAAOsGACECAAAATQAgLQAAjQUAIAIAAABNACAtAACNBQAgAQAAAA0AIAMAAABPACA0AACFBQAgNQAAiwUAIAEAAABPACABAAAATQAgCQsAAPAGACA6AADxBgAgOwAA9AYAIDwAAPMGACA9AADyBgAgtwMAAO8GACC-AwAA7wYAIL8DAADvBgAgwAMAAO8GACANoAMAALwFADChAwAAlQUAEKIDAAC8BQAwowMCAK8FACGkAwIArwUAIbcDAgC9BQAhuQMAAL4FuQMiuwMAAL8FuwMivQMAAMAFvQMivgMBAMEFACG_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_AUAID0AAPwFACCsAwAAAPYDAq0DAAAA9gMIrgMAAAD2AwizAwAA-wX2AyIHCwAAtAUAIDwAAPwFACA9AAD8BQAgrAMAAAD2AwKtAwAAAPYDCK4DAAAA9gMIswMAAPsF9gMiBKwDAAAA9gMCrQMAAAD2AwiuAwAAAPYDCLMDAAD8BfYDIhWgAwAA_QUAMKEDAAC6AgAQogMAAP0FADCjAwIArwUAIaQDAgCvBQAhqwNAALIFACG3AwIArwUAIb0DAACABoIEIsEDQACyBQAh9gMCAK8FACH3AwIArwUAIfgDAQCwBQAh-QMBALAFACH6A0AAsgUAIfsDAQCwBQAh_QMAAP4F_QMi_gMAAP8FACD_A0AAsgUAIYAEAQCwBQAhggQBAMEFACGDBAIAvQUAIQcLAAC0BQAgPAAAhQYAID0AAIUGACCsAwAAAP0DAq0DAAAA_QMIrgMAAAD9AwizAwAAhAb9AyIPCwAAwwUAIDwAAIMGACA9AACDBgAgrAOAAAAAAa8DgAAAAAGwA4AAAAABsQOAAAAAAbIDgAAAAAGzA4AAAAABhAQBAAAAAYUEAQAAAAGGBAEAAAABhwSAAAAAAYgEgAAAAAGJBIAAAAABBwsAALQFACA8AACCBgAgPQAAggYAIKwDAAAAggQCrQMAAACCBAiuAwAAAIIECLMDAACBBoIEIgcLAAC0BQAgPAAAggYAID0AAIIGACCsAwAAAIIEAq0DAAAAggQIrgMAAACCBAizAwAAgQaCBCIErAMAAACCBAKtAwAAAIIECK4DAAAAggQIswMAAIIGggQiDKwDgAAAAAGvA4AAAAABsAOAAAAAAbEDgAAAAAGyA4AAAAABswOAAAAAAYQEAQAAAAGFBAEAAAABhgQBAAAAAYcEgAAAAAGIBIAAAAABiQSAAAAAAQcLAAC0BQAgPAAAhQYAID0AAIUGACCsAwAAAP0DAq0DAAAA_QMIrgMAAAD9AwizAwAAhAb9AyIErAMAAAD9AwKtAwAAAP0DCK4DAAAA_QMIswMAAIUG_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_AwIA3wUAIcADAQDgBQAhwQNAAN0FACEErAMAAAC5AwKtAwAAALkDCK4DAAAAuQMIswMAAMoFuQMiBKwDAAAAuwMCrQMAAAC7AwiuAwAAALsDCLMDAADIBbsDIgSsAwAAAL0DAq0DAAAAvQMIrgMAAAC9AwizAwAAxgW9AyIWBAAAsQYAIAwAALkGACANAACuBgAgEAAAugYAIBEAALsGACCgAwAAtgYAMKEDAAAlABCiAwAAtgYAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAALgG5gMiwQNAAN0FACHeAwEA4AUAId8DAgDfBQAh4AMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIeYDAQDgBQAhCKwDEAAAAAGtAxAAAAAErgMQAAAABK8DEAAAAAGwAxAAAAABsQMQAAAAAbIDEAAAAAGzAxAA7QUAIQSsAwAAAOYDAq0DAAAA5gMIrgMAAADmAwizAwAA8QXmAyIfAwAArgYAIAQAALEGACAGAADNBgAgBwAA0wYAIAkAAM4GACAOAADJBgAgEQAAuwYAIBIAANQGACCgAwAAzwYAMKEDAAAQABCiAwAAzwYAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAANIGggQiwQNAAN0FACH2AwIA2wUAIfcDAgDbBQAh-AMBANwFACH5AwEA3AUAIfoDQADdBQAh-wMBANwFACH9AwAA0Ab9AyL-AwAA0QYAIP8DQADdBQAhgAQBANwFACGCBAEA4AUAIYMEAgDfBQAhsAQAABAAILEEAAAQACADqgQAACkAIKsEAAApACCsBAAAKQAgA6oEAAAgACCrBAAAIAAgrAQAACAAIAkUAAC9BgAgoAMAALwGADChAwAARQAQogMAALwGADCjAwIA2wUAIaUDAQDcBQAhqgNAAN0FACHnAwABlwYAIegDAgDbBQAhDAQAALEGACAVAADABgAgoAMAAL4GADChAwAAQQAQogMAAL4GADCjAwIA2wUAIaQDAgDbBQAhwQNAAN0FACHpAwEA3AUAIesDAAC_BusDIrAEAABBACCxBAAAQQAgCgQAALEGACAVAADABgAgoAMAAL4GADChAwAAQQAQogMAAL4GADCjAwIA2wUAIaQDAgDbBQAhwQNAAN0FACHpAwEA3AUAIesDAAC_BusDIgSsAwAAAOsDAq0DAAAA6wMIrgMAAADrAwizAwAA9gXrAyIDqgQAAEUAIKsEAABFACCsBAAARQAgCQwAAMIGACCgAwAAwQYAMKEDAAAyABCiAwAAwQYAMKMDAgDbBQAhpQMBANwFACGnAwEA3AUAIakDAQDgBQAh3wMCANsFACEfAwAArgYAIAQAALEGACAGAADNBgAgBwAA0wYAIAkAAM4GACAOAADJBgAgEQAAuwYAIBIAANQGACCgAwAAzwYAMKEDAAAQABCiAwAAzwYAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAANIGggQiwQNAAN0FACH2AwIA2wUAIfcDAgDbBQAh-AMBANwFACH5AwEA3AUAIfoDQADdBQAh-wMBANwFACH9AwAA0Ab9AyL-AwAA0QYAIP8DQADdBQAhgAQBANwFACGCBAEA4AUAIYMEAgDfBQAhsAQAABAAILEEAAAQACAQDgAAxQYAIA8AAMYGACCgAwAAwwYAMKEDAAApABCiAwAAwwYAMKMDAgDbBQAhwQNAAN0FACHVAwIA2wUAIdYDAgDbBQAh1wMBAOAFACHYAxAAtwYAIdkDEAC3BgAh2wMAAMQG2wMi3ANAAN0FACHdAwEA4AUAId4DAQDgBQAhBKwDAAAA2wMCrQMAAADbAwiuAwAAANsDCLMDAADrBdsDIhgEAACxBgAgDAAAuQYAIA0AAK4GACAQAAC6BgAgEQAAuwYAIKADAAC2BgAwoQMAACUAEKIDAAC2BgAwowMCANsFACGkAwIA2wUAIasDQADdBQAhtwMCANsFACG9AwAAuAbmAyLBA0AA3QUAId4DAQDgBQAh3wMCAN8FACHgAwIA3wUAIeEDEAC3BgAh4gMQALcGACHjAxAAtwYAIeQDEAC3BgAh5gMBAOAFACGwBAAAJQAgsQQAACUAIBYMAAC5BgAgDgAAyQYAIBAAALoGACCgAwAAxwYAMKEDAAAgABCiAwAAxwYAMKMDAgDbBQAhvQMAAMgG9gMi1QMCAN8FACHfAwIA3wUAIeEDEAC3BgAh4gMQALcGACHjAxAAtwYAIeQDEAC3BgAh7wMBANwFACHwA0AA3QUAIfEDAQDgBQAh8gMBAOAFACHzAwEA4AUAIfQDAQDgBQAhsAQAACAAILEEAAAgACAUDAAAuQYAIA4AAMkGACAQAAC6BgAgoAMAAMcGADChAwAAIAAQogMAAMcGADCjAwIA2wUAIb0DAADIBvYDItUDAgDfBQAh3wMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIe8DAQDcBQAh8ANAAN0FACHxAwEA4AUAIfIDAQDgBQAh8wMBAOAFACH0AwEA4AUAIQSsAwAAAPYDAq0DAAAA9gMIrgMAAAD2AwizAwAA_AX2AyIYBAAAsQYAIAwAALkGACANAACuBgAgEAAAugYAIBEAALsGACCgAwAAtgYAMKEDAAAlABCiAwAAtgYAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAALgG5gMiwQNAAN0FACHeAwEA4AUAId8DAgDfBQAh4AMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIeYDAQDgBQAhsAQAACUAILEEAAAlACAUBAAAsQYAIAYAAM0GACAJAADOBgAgoAMAAMoGADChAwAAGQAQogMAAMoGADCjAwIA2wUAIaQDAgDbBQAhwQNAAN0FACHvAwEA3AUAIfMDAQDgBQAh9AMBAOAFACH2AwIA2wUAIYMEAgDfBQAhigQBAOAFACGLBBAAywYAIYwEAQDgBQAhjQQBAOAFACGPBAAAzAaPBCKQBAEA4AUAIQisAxAAAAABrQMQAAAABa4DEAAAAAWvAxAAAAABsAMQAAAAAbEDEAAAAAGyAxAAAAABswMQAIwGACEErAMAAACPBAKtAwAAAI8ECK4DAAAAjwQIswMAAIoGjwQiGAMAAJwGACAEAACxBgAgBwAA0wYAIAgAAKsGACATAACsBgAgoAMAAN8GADChAwAABwAQogMAAN8GADCjAwIA2wUAIaQDAgDbBQAhtwMCANsFACG9AwEA3AUAIcEDQADdBQAh0AMBANwFACHeAwEA4AUAIekDAQDcBQAh9wMCANsFACGWBEAA3QUAIZcEAQDcBQAhmAQBANwFACGZBAEA4AUAIZsEAADgBpsEIrAEAAAHACCxBAAABwAgDQMAAJwGACAIAACrBgAgCgAArAYAIKADAACqBgAwoQMAABYAEKIDAACqBgAwowMCANsFACG3AwIA2wUAIcEDQADdBQAhkQQBANwFACGSBAEA3AUAIbAEAAAWACCxBAAAFgAgHQMAAK4GACAEAACxBgAgBgAAzQYAIAcAANMGACAJAADOBgAgDgAAyQYAIBEAALsGACASAADUBgAgoAMAAM8GADChAwAAEAAQogMAAM8GADCjAwIA2wUAIaQDAgDbBQAhqwNAAN0FACG3AwIA2wUAIb0DAADSBoIEIsEDQADdBQAh9gMCANsFACH3AwIA2wUAIfgDAQDcBQAh-QMBANwFACH6A0AA3QUAIfsDAQDcBQAh_QMAANAG_QMi_gMAANEGACD_A0AA3QUAIYAEAQDcBQAhggQBAOAFACGDBAIA3wUAIQSsAwAAAP0DAq0DAAAA_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_BwAgJQAAwQcAIKMDAgAAAAGrA0AAAAABtwMCAAAAAcEDQAAAAAHEAwEAAAABAgAAAHgAIDQAAL4HACADAAAAeAAgNAAAvgcAIDUAAL0HACABLQAAzg0AMA4DAACcBgAgIAAAnQYAICEAAKEGACAlAACiBgAgoAMAAKAGADChAwAAdgAQogMAAKAGADCjAwIAAAABqwNAAN0FACG3AwIA2wUAIcEDQADdBQAhxAMBANwFACHJAwIA3wUAIa0EAACfBgAgAgAAAHgAIC0AAL0HACACAAAAuwcAIC0AALwHACAJoAMAALoHADChAwAAuwcAEKIDAAC6BwAwowMCANsFACGrA0AA3QUAIbcDAgDbBQAhwQNAAN0FACHEAwEA3AUAIckDAgDfBQAhCaADAAC6BwAwoQMAALsHABCiAwAAugcAMKMDAgDbBQAhqwNAAN0FACG3AwIA2wUAIcEDQADdBQAhxAMBANwFACHJAwIA3wUAIQWjAwIA7AYAIasDQADrBgAhtwMCAOwGACHBA0AA6wYAIcQDAQDpBgAhCAMAAKUHACAhAACkBwAgJQAApgcAIKMDAgDsBgAhqwNAAOsGACG3AwIA7AYAIcEDQADrBgAhxAMBAOkGACEIAwAAwAcAICEAAL8HACAlAADBBwAgowMCAAAAAasDQAAAAAG3AwIAAAABwQNAAAAAAcQDAQAAAAEENAAAswcAMLIEAAC0BwAwtAQAALYHACC4BAAAtwcAMAM0AADMDQAgsgQAAM0NACC4BAAAAQAgBDQAAKcHADCyBAAAqAcAMLQEAACqBwAguAQAAKsHADADNAAAyg0AILIEAADLDQAguAQAAHgAIAAAAAAAAbUEQAAAAAEAAAAAAAG1BAAAANADAgU0AADFDQAgNQAAyA0AILIEAADGDQAgswQAAMcNACC4BAAAAQAgAzQAAMUNACCyBAAAxg0AILgEAAABACAAAAAAAAU0AADADQAgNQAAww0AILIEAADBDQAgswQAAMINACC4BAAAAQAgAzQAAMANACCyBAAAwQ0AILgEAAABACAAAAAAAAU0AAC7DQAgNQAAvg0AILIEAAC8DQAgswQAAL0NACC4BAAAAQAgAzQAALsNACCyBAAAvA0AILgEAAABACAAAAAAAAW1BBAAAAABuwQQAAAAAbwEEAAAAAG9BBAAAAABvgQQAAAAAQG1BAAAANsDAgU0AACzDQAgNQAAuQ0AILIEAAC0DQAgswQAALgNACC4BAAASwAgBTQAALENACA1AAC2DQAgsgQAALINACCzBAAAtQ0AILgEAAAiACADNAAAsw0AILIEAAC0DQAguAQAAEsAIAM0AACxDQAgsgQAALINACC4BAAAIgAgAAAAAAABtQQAAADmAwIHNAAAng0AIDUAAK8NACCyBAAAnw0AILMEAACuDQAgtgQAABAAILcEAAAQACC4BAAAEgAgBTQAAJwNACA1AACsDQAgsgQAAJ0NACCzBAAAqw0AILgEAAAFACAHNAAAmg0AIDUAAKkNACCyBAAAmw0AILMEAACoDQAgtgQAAA0AILcEAAANACC4BAAAAQAgCzQAAJIIADA1AACWCAAwsgQAAJMIADCzBAAAlAgAMLQEAACVCAAgtQQAAIcIADC2BAAAhwgAMLcEAACHCAAwuAQAAIcIADC5BAAAlwgAMLoEAACKCAAwCzQAAPUHADA1AAD6BwAwsgQAAPYHADCzBAAA9wcAMLQEAAD4BwAgtQQAAPkHADC2BAAA-QcAMLcEAAD5BwAwuAQAAPkHADC5BAAA-wcAMLoEAAD8BwAwDwwAAJAIACAQAACRCAAgowMCAAAAAb0DAAAA9gMC3wMCAAAAAeEDEAAAAAHiAxAAAAAB4wMQAAAAAeQDEAAAAAHvAwEAAAAB8ANAAAAAAfEDAQAAAAHyAwEAAAAB8wMBAAAAAfQDAQAAAAECAAAAIgAgNAAAjwgAIAMAAAAiACA0AACPCAAgNQAAgAgAIAEtAACnDQAwFAwAALkGACAOAADJBgAgEAAAugYAIKADAADHBgAwoQMAACAAEKIDAADHBgAwowMCAAAAAb0DAADIBvYDItUDAgDfBQAh3wMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIe8DAQDcBQAh8ANAAN0FACHxAwEA4AUAIfIDAQDgBQAh8wMBAOAFACH0AwEA4AUAIQIAAAAiACAtAACACAAgAgAAAP0HACAtAAD-BwAgEaADAAD8BwAwoQMAAP0HABCiAwAA_AcAMKMDAgDbBQAhvQMAAMgG9gMi1QMCAN8FACHfAwIA3wUAIeEDEAC3BgAh4gMQALcGACHjAxAAtwYAIeQDEAC3BgAh7wMBANwFACHwA0AA3QUAIfEDAQDgBQAh8gMBAOAFACHzAwEA4AUAIfQDAQDgBQAhEaADAAD8BwAwoQMAAP0HABCiAwAA_AcAMKMDAgDbBQAhvQMAAMgG9gMi1QMCAN8FACHfAwIA3wUAIeEDEAC3BgAh4gMQALcGACHjAxAAtwYAIeQDEAC3BgAh7wMBANwFACHwA0AA3QUAIfEDAQDgBQAh8gMBAOAFACHzAwEA4AUAIfQDAQDgBQAhDaMDAgDsBgAhvQMAAP8H9gMi3wMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIe8DAQDpBgAh8ANAAOsGACHxAwEA-AYAIfIDAQD4BgAh8wMBAPgGACH0AwEA-AYAIQG1BAAAAPYDAg8MAACBCAAgEAAAgggAIKMDAgDsBgAhvQMAAP8H9gMi3wMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIe8DAQDpBgAh8ANAAOsGACHxAwEA-AYAIfIDAQD4BgAh8wMBAPgGACH0AwEA-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_gwAILIEAADuDAAgswQAAP0MACC4BAAABQAgBTQAAOsMACA1AAD7DAAgsgQAAOwMACCzBAAA-gwAILgEAAAJACAHNAAA6QwAIDUAAPgMACCyBAAA6gwAILMEAAD3DAAgtgQAAA0AILcEAAANACC4BAAAAQAgBzQAAOcMACA1AAD1DAAgsgQAAOgMACCzBAAA9AwAILYEAAALACC3BAAACwAguAQAAF8AIAc0AADlDAAgNQAA8gwAILIEAADmDAAgswQAAPEMACC2BAAAFgAgtwQAABYAILgEAABiACALNAAA8ggAMDUAAPYIADCyBAAA8wgAMLMEAAD0CAAwtAQAAPUIACC1BAAA-QcAMLYEAAD5BwAwtwQAAPkHADC4BAAA-QcAMLkEAAD3CAAwugQAAPwHADALNAAA5ggAMDUAAOsIADCyBAAA5wgAMLMEAADoCAAwtAQAAOkIACC1BAAA6ggAMLYEAADqCAAwtwQAAOoIADC4BAAA6ggAMLkEAADsCAAwugQAAO0IADAHNAAA4QgAIDUAAOQIACCyBAAA4ggAILMEAADjCAAgtgQAACUAILcEAAAlACC4BAAASwAgEQQAAJwIACANAACdCAAgEAAAnggAIBEAAJ8IACCjAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAADmAwLBA0AAAAAB3gMBAAAAAeADAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB5gMBAAAAAQIAAABLACA0AADhCAAgAwAAACUAIDQAAOEIACA1AADlCAAgEwAAACUAIAQAAPEHACANAADyBwAgEAAA8wcAIBEAAPQHACAtAADlCAAgowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA7wfmAyLBA0AA6wYAId4DAQD4BgAh4AMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIeYDAQD4BgAhEQQAAPEHACANAADyBwAgEAAA8wcAIBEAAPQHACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADvB-YDIsEDQADrBgAh3gMBAPgGACHgAwIA-QYAIeEDEADkBwAh4gMQAOQHACHjAxAA5AcAIeQDEADkBwAh5gMBAPgGACEEowMCAAAAAaUDAQAAAAGnAwEAAAABqQMBAAAAAQIAAAA0ACA0AADxCAAgAwAAADQAIDQAAPEIACA1AADwCAAgAS0AAPAMADAJDAAAwgYAIKADAADBBgAwoQMAADIAEKIDAADBBgAwowMCAAAAAaUDAQDcBQAhpwMBANwFACGpAwEA4AUAId8DAgDbBQAhAgAAADQAIC0AAPAIACACAAAA7ggAIC0AAO8IACAIoAMAAO0IADChAwAA7ggAEKIDAADtCAAwowMCANsFACGlAwEA3AUAIacDAQDcBQAhqQMBAOAFACHfAwIA2wUAIQigAwAA7QgAMKEDAADuCAAQogMAAO0IADCjAwIA2wUAIaUDAQDcBQAhpwMBANwFACGpAwEA4AUAId8DAgDbBQAhBKMDAgDsBgAhpQMBAOkGACGnAwEA6QYAIakDAQD4BgAhBKMDAgDsBgAhpQMBAOkGACGnAwEA6QYAIakDAQD4BgAhBKMDAgAAAAGlAwEAAAABpwMBAAAAAakDAQAAAAEPDgAA0QgAIBAAAJEIACCjAwIAAAABvQMAAAD2AwLVAwIAAAAB4QMQAAAAAeIDEAAAAAHjAxAAAAAB5AMQAAAAAe8DAQAAAAHwA0AAAAAB8QMBAAAAAfIDAQAAAAHzAwEAAAAB9AMBAAAAAQIAAAAiACA0AAD6CAAgAwAAACIAIDQAAPoIACA1AAD5CAAgAS0AAO8MADACAAAAIgAgLQAA-QgAIAIAAAD9BwAgLQAA-AgAIA2jAwIA7AYAIb0DAAD_B_YDItUDAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHvAwEA6QYAIfADQADrBgAh8QMBAPgGACHyAwEA-AYAIfMDAQD4BgAh9AMBAPgGACEPDgAA0AgAIBAAAIIIACCjAwIA7AYAIb0DAAD_B_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-wgAIAYAAPwIACAHAAD-CAAgDgAAggkAIBEAAIAJACASAACBCQAgowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAQIAAAASACA0AACvCQAgAwAAABIAIDQAAK8JACA1AACuCQAgAS0AANEMADAdAwAArgYAIAQAALEGACAGAADNBgAgBwAA0wYAIAkAAM4GACAOAADJBgAgEQAAuwYAIBIAANQGACCgAwAAzwYAMKEDAAAQABCiAwAAzwYAMKMDAgAAAAGkAwIA2wUAIasDQADdBQAhtwMCANsFACG9AwAA0gaCBCLBA0AA3QUAIfYDAgDbBQAh9wMCANsFACH4AwEA3AUAIfkDAQDcBQAh-gNAAN0FACH7AwEA3AUAIf0DAADQBv0DIv4DAADRBgAg_wNAAN0FACGABAEA3AUAIYIEAQDgBQAhgwQCAN8FACECAAAAEgAgLQAArgkAIAIAAACsCQAgLQAArQkAIBWgAwAAqwkAMKEDAACsCQAQogMAAKsJADCjAwIA2wUAIaQDAgDbBQAhqwNAAN0FACG3AwIA2wUAIb0DAADSBoIEIsEDQADdBQAh9gMCANsFACH3AwIA2wUAIfgDAQDcBQAh-QMBANwFACH6A0AA3QUAIfsDAQDcBQAh_QMAANAG_QMi_gMAANEGACD_A0AA3QUAIYAEAQDcBQAhggQBAOAFACGDBAIA3wUAIRWgAwAAqwkAMKEDAACsCQAQogMAAKsJADCjAwIA2wUAIaQDAgDbBQAhqwNAAN0FACG3AwIA2wUAIb0DAADSBoIEIsEDQADdBQAh9gMCANsFACH3AwIA2wUAIfgDAQDcBQAh-QMBANwFACH6A0AA3QUAIfsDAQDcBQAh_QMAANAG_QMi_gMAANEGACD_A0AA3QUAIYAEAQDcBQAhggQBAOAFACGDBAIA3wUAIRGjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIRgDAADbCAAgBAAA2QgAIAYAANoIACAHAADcCAAgDgAA4AgAIBEAAN4IACASAADfCAAgowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA2AiCBCLBA0AA6wYAIfYDAgDsBgAh9wMCAOwGACH4AwEA6QYAIfkDAQDpBgAh-gNAAOsGACH7AwEA6QYAIf0DAADXCP0DIv4DgAAAAAH_A0AA6wYAIYAEAQDpBgAhggQBAPgGACEYAwAA_QgAIAQAAPsIACAGAAD8CAAgBwAA_ggAIA4AAIIJACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAEDNAAAzwwAILIEAADQDAAguAQAAAEAIAQ0AACkCQAwsgQAAKUJADC0BAAApwkAILgEAACoCQAwBDQAAJgJADCyBAAAmQkAMLQEAACbCQAguAQAAJwJADAAAAAAAAc0AAC8DAAgNQAAzQwAILIEAAC9DAAgswQAAMwMACC2BAAADQAgtwQAAA0AILgEAAABACALNAAAxAkAMDUAAMkJADCyBAAAxQkAMLMEAADGCQAwtAQAAMcJACC1BAAAyAkAMLYEAADICQAwtwQAAMgJADC4BAAAyAkAMLkEAADKCQAwugQAAMsJADALNAAAuwkAMDUAAL8JADCyBAAAvAkAMLMEAAC9CQAwtAQAAL4JACC1BAAAqAkAMLYEAACoCQAwtwQAAKgJADC4BAAAqAkAMLkEAADACQAwugQAAKsJADAYAwAA_QgAIAQAAPsIACAGAAD8CAAgCQAA_wgAIA4AAIIJACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAYMEAgAAAAECAAAAEgAgNAAAwwkAIAMAAAASACA0AADDCQAgNQAAwgkAIAEtAADLDAAwAgAAABIAIC0AAMIJACACAAAArAkAIC0AAMEJACARowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA2AiCBCLBA0AA6wYAIfYDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACEYAwAA2wgAIAQAANkIACAGAADaCAAgCQAA3QgAIA4AAOAIACARAADeCAAgEgAA3wgAIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAANgIggQiwQNAAOsGACH2AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhGAMAAP0IACAEAAD7CAAgBgAA_AgAIAkAAP8IACAOAACCCQAgEQAAgAkAIBIAAIEJACCjAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAACCBALBA0AAAAAB9gMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABEQMAAOgJACAEAADnCQAgCAAA6gkAIBMAAOkJACCjAwIAAAABpAMCAAAAAbcDAgAAAAG9AwEAAAABwQNAAAAAAdADAQAAAAHeAwEAAAAB6QMBAAAAAZYEQAAAAAGXBAEAAAABmAQBAAAAAZkEAQAAAAGbBAAAAJsEAgIAAAAJACA0AADmCQAgAwAAAAkAIDQAAOYJACA1AADPCQAgAS0AAMoMADAWAwAAnAYAIAQAALEGACAHAADTBgAgCAAAqwYAIBMAAKwGACCgAwAA3wYAMKEDAAAHABCiAwAA3wYAMKMDAgAAAAGkAwIA2wUAIbcDAgDbBQAhvQMBANwFACHBA0AA3QUAIdADAQDcBQAh3gMBAOAFACHpAwEA3AUAIfcDAgDbBQAhlgRAAN0FACGXBAEA3AUAIZgEAQDcBQAhmQQBAOAFACGbBAAA4AabBCICAAAACQAgLQAAzwkAIAIAAADMCQAgLQAAzQkAIBGgAwAAywkAMKEDAADMCQAQogMAAMsJADCjAwIA2wUAIaQDAgDbBQAhtwMCANsFACG9AwEA3AUAIcEDQADdBQAh0AMBANwFACHeAwEA4AUAIekDAQDcBQAh9wMCANsFACGWBEAA3QUAIZcEAQDcBQAhmAQBANwFACGZBAEA4AUAIZsEAADgBpsEIhGgAwAAywkAMKEDAADMCQAQogMAAMsJADCjAwIA2wUAIaQDAgDbBQAhtwMCANsFACG9AwEA3AUAIcEDQADdBQAh0AMBANwFACHeAwEA4AUAIekDAQDcBQAh9wMCANsFACGWBEAA3QUAIZcEAQDcBQAhmAQBANwFACGZBAEA4AUAIZsEAADgBpsEIg2jAwIA7AYAIaQDAgDsBgAhtwMCAOwGACG9AwEA6QYAIcEDQADrBgAh0AMBAOkGACHeAwEA-AYAIekDAQDpBgAhlgRAAOsGACGXBAEA6QYAIZgEAQDpBgAhmQQBAPgGACGbBAAAzgmbBCIBtQQAAACbBAIRAwAA0QkAIAQAANAJACAIAADTCQAgEwAA0gkAIKMDAgDsBgAhpAMCAOwGACG3AwIA7AYAIb0DAQDpBgAhwQNAAOsGACHQAwEA6QYAId4DAQD4BgAh6QMBAOkGACGWBEAA6wYAIZcEAQDpBgAhmAQBAOkGACGZBAEA-AYAIZsEAADOCZsEIgU0AADADAAgNQAAyAwAILIEAADBDAAgswQAAMcMACC4BAAABQAgBTQAAL4MACA1AADFDAAgsgQAAL8MACCzBAAAxAwAILgEAAABACALNAAA3QkAMDUAAOEJADCyBAAA3gkAMLMEAADfCQAwtAQAAOAJACC1BAAAnAkAMLYEAACcCQAwtwQAAJwJADC4BAAAnAkAMLkEAADiCQAwugQAAJ8JADALNAAA1AkAMDUAANgJADCyBAAA1QkAMLMEAADWCQAwtAQAANcJACC1BAAAqAkAMLYEAACoCQAwtwQAAKgJADC4BAAAqAkAMLkEAADZCQAwugQAAKsJADAYAwAA_QgAIAQAAPsIACAHAAD-CAAgCQAA_wgAIA4AAIIJACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAYMEAgAAAAECAAAAEgAgNAAA3AkAIAMAAAASACA0AADcCQAgNQAA2wkAIAEtAADDDAAwAgAAABIAIC0AANsJACACAAAArAkAIC0AANoJACARowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA2AiCBCLBA0AA6wYAIfcDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACEYAwAA2wgAIAQAANkIACAHAADcCAAgCQAA3QgAIA4AAOAIACARAADeCAAgEgAA3wgAIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAANgIggQiwQNAAOsGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhGAMAAP0IACAEAAD7CAAgBwAA_ggAIAkAAP8IACAOAACCCQAgEQAAgAkAIBIAAIEJACCjAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAACCBALBA0AAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABDwQAAI4JACAJAACPCQAgowMCAAAAAaQDAgAAAAHBA0AAAAAB7wMBAAAAAfMDAQAAAAH0AwEAAAABgwQCAAAAAYoEAQAAAAGLBBAAAAABjAQBAAAAAY0EAQAAAAGPBAAAAI8EApAEAQAAAAECAAAAGwAgNAAA5QkAIAMAAAAbACA0AADlCQAgNQAA5AkAIAEtAADCDAAwAgAAABsAIC0AAOQJACACAAAAoAkAIC0AAOMJACANowMCAOwGACGkAwIA7AYAIcEDQADrBgAh7wMBAOkGACHzAwEA-AYAIfQDAQD4BgAhgwQCAPkGACGKBAEA-AYAIYsEEACICQAhjAQBAPgGACGNBAEA-AYAIY8EAACJCY8EIpAEAQD4BgAhDwQAAIsJACAJAACMCQAgowMCAOwGACGkAwIA7AYAIcEDQADrBgAh7wMBAOkGACHzAwEA-AYAIfQDAQD4BgAhgwQCAPkGACGKBAEA-AYAIYsEEACICQAhjAQBAPgGACGNBAEA-AYAIY8EAACJCY8EIpAEAQD4BgAhDwQAAI4JACAJAACPCQAgowMCAAAAAaQDAgAAAAHBA0AAAAAB7wMBAAAAAfMDAQAAAAH0AwEAAAABgwQCAAAAAYoEAQAAAAGLBBAAAAABjAQBAAAAAY0EAQAAAAGPBAAAAI8EApAEAQAAAAERAwAA6AkAIAQAAOcJACAIAADqCQAgEwAA6QkAIKMDAgAAAAGkAwIAAAABtwMCAAAAAb0DAQAAAAHBA0AAAAAB0AMBAAAAAd4DAQAAAAHpAwEAAAABlgRAAAAAAZcEAQAAAAGYBAEAAAABmQQBAAAAAZsEAAAAmwQCAzQAAMAMACCyBAAAwQwAILgEAAAFACADNAAAvgwAILIEAAC_DAAguAQAAAEAIAQ0AADdCQAwsgQAAN4JADC0BAAA4AkAILgEAACcCQAwBDQAANQJADCyBAAA1QkAMLQEAADXCQAguAQAAKgJADADNAAAvAwAILIEAAC9DAAguAQAAAEAIAQ0AADECQAwsgQAAMUJADC0BAAAxwkAILgEAADICQAwBDQAALsJADCyBAAAvAkAMLQEAAC-CQAguAQAAKgJADAAAAAAAAc0AAC3DAAgNQAAugwAILIEAAC4DAAgswQAALkMACC2BAAACwAgtwQAAAsAILgEAABfACADNAAAtwwAILIEAAC4DAAguAQAAF8AIAAAAAAABTQAAKsMACA1AAC1DAAgsgQAAKwMACCzBAAAtAwAILgEAAABACALNAAAxAoAMDUAAMgKADCyBAAAxQoAMLMEAADGCgAwtAQAAMcKACC1BAAAyAkAMLYEAADICQAwtwQAAMgJADC4BAAAyAkAMLkEAADJCgAwugQAAMsJADALNAAAuwoAMDUAAL8KADCyBAAAvAoAMLMEAAC9CgAwtAQAAL4KACC1BAAAnAkAMLYEAACcCQAwtwQAAJwJADC4BAAAnAkAMLkEAADACgAwugQAAJ8JADALNAAAsgoAMDUAALYKADCyBAAAswoAMLMEAAC0CgAwtAQAALUKACC1BAAAqAkAMLYEAACoCQAwtwQAAKgJADC4BAAAqAkAMLkEAAC3CgAwugQAAKsJADALNAAApgoAMDUAAKsKADCyBAAApwoAMLMEAACoCgAwtAQAAKkKACC1BAAAqgoAMLYEAACqCgAwtwQAAKoKADC4BAAAqgoAMLkEAACsCgAwugQAAK0KADALNAAAmgoAMDUAAJ8KADCyBAAAmwoAMLMEAACcCgAwtAQAAJ0KACC1BAAAngoAMLYEAACeCgAwtwQAAJ4KADC4BAAAngoAMLkEAACgCgAwugQAAKEKADALNAAAjgoAMDUAAJMKADCyBAAAjwoAMLMEAACQCgAwtAQAAJEKACC1BAAAkgoAMLYEAACSCgAwtwQAAJIKADC4BAAAkgoAMLkEAACUCgAwugQAAJUKADALNAAAggoAMDUAAIcKADCyBAAAgwoAMLMEAACECgAwtAQAAIUKACC1BAAAhgoAMLYEAACGCgAwtwQAAIYKADC4BAAAhgoAMLkEAACICgAwugQAAIkKADAIowMCAAAAAaUDAQAAAAGmAwEAAAABpwMBAAAAAagDBAAAAAGpAwEAAAABqgNAAAAAAasDQAAAAAECAAAAVAAgNAAAjQoAIAMAAABUACA0AACNCgAgNQAAjAoAIAEtAACzDAAwDQQAALEGACCgAwAAsAYAMKEDAABSABCiAwAAsAYAMKMDAgAAAAGkAwIA2wUAIaUDAQDcBQAhpgMBANwFACGnAwEA3AUAIagDBACaBgAhqQMBANwFACGqA0AA3QUAIasDQADdBQAhAgAAAFQAIC0AAIwKACACAAAAigoAIC0AAIsKACAMoAMAAIkKADChAwAAigoAEKIDAACJCgAwowMCANsFACGkAwIA2wUAIaUDAQDcBQAhpgMBANwFACGnAwEA3AUAIagDBACaBgAhqQMBANwFACGqA0AA3QUAIasDQADdBQAhDKADAACJCgAwoQMAAIoKABCiAwAAiQoAMKMDAgDbBQAhpAMCANsFACGlAwEA3AUAIaYDAQDcBQAhpwMBANwFACGoAwQAmgYAIakDAQDcBQAhqgNAAN0FACGrA0AA3QUAIQijAwIA7AYAIaUDAQDpBgAhpgMBAOkGACGnAwEA6QYAIagDBADqBgAhqQMBAOkGACGqA0AA6wYAIasDQADrBgAhCKMDAgDsBgAhpQMBAOkGACGmAwEA6QYAIacDAQDpBgAhqAMEAOoGACGpAwEA6QYAIaoDQADrBgAhqwNAAOsGACEIowMCAAAAAaUDAQAAAAGmAwEAAAABpwMBAAAAAagDBAAAAAGpAwEAAAABqgNAAAAAAasDQAAAAAEKAwAA_QYAIKMDAgAAAAG3AwIAAAABuQMAAAC5AwK7AwAAALsDAr0DAAAAvQMCvgMBAAAAAb8DAgAAAAHAAwEAAAABwQNAAAAAAQIAAABPACA0AACZCgAgAwAAAE8AIDQAAJkKACA1AACYCgAgAS0AALIMADAPAwAArgYAIAQAALEGACCgAwAAsgYAMKEDAABNABCiAwAAsgYAMKMDAgAAAAGkAwIA2wUAIbcDAgDfBQAhuQMAALMGuQMiuwMAALQGuwMivQMAALUGvQMivgMBAOAFACG_AwIA3wUAIcADAQDgBQAhwQNAAN0FACECAAAATwAgLQAAmAoAIAIAAACWCgAgLQAAlwoAIA2gAwAAlQoAMKEDAACWCgAQogMAAJUKADCjAwIA2wUAIaQDAgDbBQAhtwMCAN8FACG5AwAAswa5AyK7AwAAtAa7AyK9AwAAtQa9AyK-AwEA4AUAIb8DAgDfBQAhwAMBAOAFACHBA0AA3QUAIQ2gAwAAlQoAMKEDAACWCgAQogMAAJUKADCjAwIA2wUAIaQDAgDbBQAhtwMCAN8FACG5AwAAswa5AyK7AwAAtAa7AyK9AwAAtQa9AyK-AwEA4AUAIb8DAgDfBQAhwAMBAOAFACHBA0AA3QUAIQmjAwIA7AYAIbcDAgD5BgAhuQMAAPUGuQMiuwMAAPYGuwMivQMAAPcGvQMivgMBAPgGACG_AwIA-QYAIcADAQD4BgAhwQNAAOsGACEKAwAA-wYAIKMDAgDsBgAhtwMCAPkGACG5AwAA9Qa5AyK7AwAA9ga7AyK9AwAA9wa9AyK-AwEA-AYAIb8DAgD5BgAhwAMBAPgGACHBA0AA6wYAIQoDAAD9BgAgowMCAAAAAbcDAgAAAAG5AwAAALkDArsDAAAAuwMCvQMAAAC9AwK-AwEAAAABvwMCAAAAAcADAQAAAAHBA0AAAAABEQwAAJsIACANAACdCAAgEAAAnggAIBEAAJ8IACCjAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAOYDAsEDQAAAAAHeAwEAAAAB3wMCAAAAAeADAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB5gMBAAAAAQIAAABLACA0AAClCgAgAwAAAEsAIDQAAKUKACA1AACkCgAgAS0AALEMADAWBAAAsQYAIAwAALkGACANAACuBgAgEAAAugYAIBEAALsGACCgAwAAtgYAMKEDAAAlABCiAwAAtgYAMKMDAgAAAAGkAwIA2wUAIasDQADdBQAhtwMCANsFACG9AwAAuAbmAyLBA0AA3QUAId4DAQDgBQAh3wMCAAAAAeADAgDfBQAh4QMQALcGACHiAxAAtwYAIeMDEAC3BgAh5AMQALcGACHmAwEA4AUAIQIAAABLACAtAACkCgAgAgAAAKIKACAtAACjCgAgEaADAAChCgAwoQMAAKIKABCiAwAAoQoAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAALgG5gMiwQNAAN0FACHeAwEA4AUAId8DAgDfBQAh4AMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIeYDAQDgBQAhEaADAAChCgAwoQMAAKIKABCiAwAAoQoAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAALgG5gMiwQNAAN0FACHeAwEA4AUAId8DAgDfBQAh4AMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIeYDAQDgBQAhDaMDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADvB-YDIsEDQADrBgAh3gMBAPgGACHfAwIA-QYAIeADAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHmAwEA-AYAIREMAADwBwAgDQAA8gcAIBAAAPMHACARAAD0BwAgowMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAAO8H5gMiwQNAAOsGACHeAwEA-AYAId8DAgD5BgAh4AMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIeYDAQD4BgAhEQwAAJsIACANAACdCAAgEAAAnggAIBEAAJ8IACCjAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAOYDAsEDQAAAAAHeAwEAAAAB3wMCAAAAAeADAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB5gMBAAAAAQUVAAC8CAAgowMCAAAAAcEDQAAAAAHpAwEAAAAB6wMAAADrAwICAAAAQwAgNAAAsQoAIAMAAABDACA0AACxCgAgNQAAsAoAIAEtAACwDAAwCgQAALEGACAVAADABgAgoAMAAL4GADChAwAAQQAQogMAAL4GADCjAwIAAAABpAMCANsFACHBA0AA3QUAIekDAQDcBQAh6wMAAL8G6wMiAgAAAEMAIC0AALAKACACAAAArgoAIC0AAK8KACAIoAMAAK0KADChAwAArgoAEKIDAACtCgAwowMCANsFACGkAwIA2wUAIcEDQADdBQAh6QMBANwFACHrAwAAvwbrAyIIoAMAAK0KADChAwAArgoAEKIDAACtCgAwowMCANsFACGkAwIA2wUAIcEDQADdBQAh6QMBANwFACHrAwAAvwbrAyIEowMCAOwGACHBA0AA6wYAIekDAQDpBgAh6wMAAKwI6wMiBRUAAK4IACCjAwIA7AYAIcEDQADrBgAh6QMBAOkGACHrAwAArAjrAyIFFQAAvAgAIKMDAgAAAAHBA0AAAAAB6QMBAAAAAesDAAAA6wMCGAMAAP0IACAGAAD8CAAgBwAA_ggAIAkAAP8IACAOAACCCQAgEQAAgAkAIBIAAIEJACCjAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABAgAAABIAIDQAALoKACADAAAAEgAgNAAAugoAIDUAALkKACABLQAArwwAMAIAAAASACAtAAC5CgAgAgAAAKwJACAtAAC4CgAgEaMDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhGAMAANsIACAGAADaCAAgBwAA3AgAIAkAAN0IACAOAADgCAAgEQAA3ggAIBIAAN8IACCjAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA2AiCBCLBA0AA6wYAIfYDAgDsBgAh9wMCAOwGACH4AwEA6QYAIfkDAQDpBgAh-gNAAOsGACH7AwEA6QYAIf0DAADXCP0DIv4DgAAAAAH_A0AA6wYAIYAEAQDpBgAhggQBAPgGACGDBAIA-QYAIRgDAAD9CAAgBgAA_AgAIAcAAP4IACAJAAD_CAAgDgAAggkAIBEAAIAJACASAACBCQAgowMCAAAAAasDQAAAAAG3AwIAAAABvQMAAACCBALBA0AAAAAB9gMCAAAAAfcDAgAAAAH4AwEAAAAB-QMBAAAAAfoDQAAAAAH7AwEAAAAB_QMAAAD9AwL-A4AAAAAB_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-QoAMDUAAP0KADCyBAAA-goAMLMEAAD7CgAwtAQAAPwKACC1BAAAtwcAMLYEAAC3BwAwtwQAALcHADC4BAAAtwcAMLkEAAD-CgAwugQAALoHADALNAAA8AoAMDUAAPQKADCyBAAA8QoAMLMEAADyCgAwtAQAAPMKACC1BAAAqwcAMLYEAACrBwAwtwQAAKsHADC4BAAAqwcAMLkEAAD1CgAwugQAAK4HADALNAAA5woAMDUAAOsKADCyBAAA6AoAMLMEAADpCgAwtAQAAOoKACC1BAAAkgoAMLYEAACSCgAwtwQAAJIKADC4BAAAkgoAMLkEAADsCgAwugQAAJUKADAKBAAA_AYAIKMDAgAAAAGkAwIAAAABuQMAAAC5AwK7AwAAALsDAr0DAAAAvQMCvgMBAAAAAb8DAgAAAAHAAwEAAAABwQNAAAAAAQIAAABPACA0AADvCgAgAwAAAE8AIDQAAO8KACA1AADuCgAgAS0AAKoMADACAAAATwAgLQAA7goAIAIAAACWCgAgLQAA7QoAIAmjAwIA7AYAIaQDAgDsBgAhuQMAAPUGuQMiuwMAAPYGuwMivQMAAPcGvQMivgMBAPgGACG_AwIA-QYAIcADAQD4BgAhwQNAAOsGACEKBAAA-gYAIKMDAgDsBgAhpAMCAOwGACG5AwAA9Qa5AyK7AwAA9ga7AyK9AwAA9wa9AyK-AwEA-AYAIb8DAgD5BgAhwAMBAPgGACHBA0AA6wYAIQoEAAD8BgAgowMCAAAAAaQDAgAAAAG5AwAAALkDArsDAAAAuwMCvQMAAAC9AwK-AwEAAAABvwMCAAAAAcADAQAAAAHBA0AAAAABDCIAAJwHACAkAACdBwAgowMCAAAAAacDAQAAAAGoAwQAAAABqwNAAAAAAcEDQAAAAAHEAwEAAAABxQMCAAAAAcYDIAAAAAHHAwIAAAAByAMBAAAAAQIAAAB-ACA0AAD4CgAgAwAAAH4AIDQAAPgKACA1AAD3CgAgAS0AAKkMADACAAAAfgAgLQAA9woAIAIAAACvBwAgLQAA9goAIAqjAwIA7AYAIacDAQD4BgAhqAMEAOoGACGrA0AA6wYAIcEDQADrBgAhxAMBAOkGACHFAwIA-QYAIcYDIACLBwAhxwMCAPkGACHIAwEA-AYAIQwiAACNBwAgJAAAjgcAIKMDAgDsBgAhpwMBAPgGACGoAwQA6gYAIasDQADrBgAhwQNAAOsGACHEAwEA6QYAIcUDAgD5BgAhxgMgAIsHACHHAwIA-QYAIcgDAQD4BgAhDCIAAJwHACAkAACdBwAgowMCAAAAAacDAQAAAAGoAwQAAAABqwNAAAAAAcEDQAAAAAHEAwEAAAABxQMCAAAAAcYDIAAAAAHHAwIAAAAByAMBAAAAAQggAADCBwAgIQAAvwcAICUAAMEHACCjAwIAAAABqwNAAAAAAcEDQAAAAAHEAwEAAAAByQMCAAAAAQIAAAB4ACA0AACBCwAgAwAAAHgAIDQAAIELACA1AACACwAgAS0AAKgMADACAAAAeAAgLQAAgAsAIAIAAAC7BwAgLQAA_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-YDIsEDQADrBgAh3gMBAPgGACHfAwIA-QYAIeEDEADkBwAh4gMQAOQHACHjAxAA5AcAIeQDEADkBwAh5gMBAPgGACERBAAA8QcAIAwAAPAHACAQAADzBwAgEQAA9AcAIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAAO8H5gMiwQNAAOsGACHeAwEA-AYAId8DAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHmAwEA-AYAIREEAACcCAAgDAAAmwgAIBAAAJ4IACARAACfCAAgowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAA5gMCwQNAAAAAAd4DAQAAAAHfAwIAAAAB4QMQAAAAAeIDEAAAAAHjAxAAAAAB5AMQAAAAAeYDAQAAAAEEowMCAAAAAewDAQAAAAHtAwEAAAAB7gMBAAAAAQIAAABnACA0AAC6CwAgAwAAAGcAIDQAALoLACA1AAC5CwAgAS0AAKMMADAKAwAAnAYAIKADAACoBgAwoQMAAGUAEKIDAACoBgAwowMCAAAAAbcDAgDbBQAh7AMBANwFACHtAwEA3AUAIe4DAQDcBQAhrgQAAKcGACACAAAAZwAgLQAAuQsAIAIAAAC3CwAgLQAAuAsAIAigAwAAtgsAMKEDAAC3CwAQogMAALYLADCjAwIA2wUAIbcDAgDbBQAh7AMBANwFACHtAwEA3AUAIe4DAQDcBQAhCKADAAC2CwAwoQMAALcLABCiAwAAtgsAMKMDAgDbBQAhtwMCANsFACHsAwEA3AUAIe0DAQDcBQAh7gMBANwFACEEowMCAOwGACHsAwEA6QYAIe0DAQDpBgAh7gMBAOkGACEEowMCAOwGACHsAwEA6QYAIe0DAQDpBgAh7gMBAOkGACEEowMCAAAAAewDAQAAAAHtAwEAAAAB7gMBAAAAARgEAAD7CAAgBgAA_AgAIAcAAP4IACAJAAD_CAAgDgAAggkAIBEAAIAJACASAACBCQAgowMCAAAAAaQDAgAAAAGrA0AAAAABvQMAAACCBALBA0AAAAAB9gMCAAAAAfcDAgAAAAH4AwEAAAAB-QMBAAAAAfoDQAAAAAH7AwEAAAAB_QMAAAD9AwL-A4AAAAAB_wNAAAAAAYAEAQAAAAGCBAEAAAABgwQCAAAAAQIAAAASACA0AADDCwAgAwAAABIAIDQAAMMLACA1AADCCwAgAS0AAKIMADACAAAAEgAgLQAAwgsAIAIAAACsCQAgLQAAwQsAIBGjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG9AwAA2AiCBCLBA0AA6wYAIfYDAgDsBgAh9wMCAOwGACH4AwEA6QYAIfkDAQDpBgAh-gNAAOsGACH7AwEA6QYAIf0DAADXCP0DIv4DgAAAAAH_A0AA6wYAIYAEAQDpBgAhggQBAPgGACGDBAIA-QYAIRgEAADZCAAgBgAA2ggAIAcAANwIACAJAADdCAAgDgAA4AgAIBEAAN4IACASAADfCAAgowMCAOwGACGkAwIA7AYAIasDQADrBgAhvQMAANgIggQiwQNAAOsGACH2AwIA7AYAIfcDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACEYBAAA-wgAIAYAAPwIACAHAAD-CAAgCQAA_wgAIA4AAIIJACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_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-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhGQUAAPsJACAIAAD9CQAgDgAA_wkAIBMAAPwJACAWAAD-CQAgFwAAgAoAIBgAAIEKACCjAwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhGQUAAM4KACAIAADQCgAgDgAA0goAIBMAAM8KACAWAADRCgAgFwAA0woAIBgAANQKACCjAwIAAAABvQMAAACbBALBA0AAAAAB-gNAAAAAAYAEAQAAAAGTBAEAAAABlQQBAAAAAZwEAQAAAAGdBAEAAAABngQBAAAAAZ8EAQAAAAGgBAEAAAABoQQBAAAAAaIEAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAGmBAEAAAABBDQAAOULADCyBAAA5gsAMLQEAADoCwAguAQAAOkLADAENAAA3AsAMLIEAADdCwAwtAQAAN8LACC4BAAAyAkAMAQ0AADQCwAwsgQAANELADC0BAAA0wsAILgEAADUCwAwBDQAAMQLADCyBAAAxQsAMLQEAADHCwAguAQAAMgLADAENAAAuwsAMLIEAAC8CwAwtAQAAL4LACC4BAAAqAkAMAQ0AACvCwAwsgQAALALADC0BAAAsgsAILgEAACzCwAwBDQAAKYLADCyBAAApwsAMLQEAACpCwAguAQAAJ4KADAENAAAmgsAMLIEAACbCwAwtAQAAJ0LACC4BAAAngsAMAQ0AACOCwAwsgQAAI8LADC0BAAAkQsAILgEAACSCwAwBDQAAIILADCyBAAAgwsAMLQEAACFCwAguAQAAIYLADAENAAA-QoAMLIEAAD6CgAwtAQAAPwKACC4BAAAtwcAMAQ0AADwCgAwsgQAAPEKADC0BAAA8woAILgEAACrBwAwBDQAAOcKADCyBAAA6AoAMLQEAADqCgAguAQAAJIKADAAAAAAAAAAAAAAAAAABwMAAIwMACAiAACNDAAgJAAAjgwAIKcDAADvBgAgxQMAAO8GACDHAwAA7wYAIMgDAADvBgAgDQUAAP8LACAHAACADAAgCAAAggwAIBcAAIoMACAZAAD-CwAgGgAAgQwAIBsAAIMMACAcAACEDAAgHQAAhQwAIB4AAIYMACAfAACHDAAgJgAAiAwAICcAAIkMACAFAwAAjAwAICAAAI0MACAhAACIDAAgJQAAiQwAIMkDAADvBgAgAAATAwAAjAwAIAUAAP8LACAIAACCDAAgDgAAhAwAIBMAAI8MACAWAACcDAAgFwAAigwAIBgAAJ0MACD6AwAA7wYAIIAEAADvBgAgkwQAAO8GACCfBAAA7wYAIKAEAADvBgAgoQQAAO8GACCiBAAA7wYAIKMEAADvBgAgpAQAAO8GACClBAAA7wYAIKYEAADvBgAgCwMAAIwMACAEAACQDAAgBgAAmAwAIAcAAJoMACAJAACZDAAgDgAAlgwAIBEAAJMMACASAACbDAAg_gMAAO8GACCCBAAA7wYAIIMEAADvBgAgAAACBAAAkAwAIBUAAJUMACAACQQAAJAMACAMAACRDAAgDQAAjAwAIBAAAJIMACARAACTDAAg3gMAAO8GACDfAwAA7wYAIOADAADvBgAg5gMAAO8GACAJDAAAkQwAIA4AAJYMACAQAACSDAAg1QMAAO8GACDfAwAA7wYAIPEDAADvBgAg8gMAAO8GACDzAwAA7wYAIPQDAADvBgAgBwMAAIwMACAEAACQDAAgBwAAmgwAIAgAAIIMACATAACPDAAg3gMAAO8GACCZBAAA7wYAIAMDAACMDAAgCAAAggwAIAoAAI8MACAFAwAAjAwAIAUAAP8LACAIAACCDAAgkwQAAO8GACCVBAAA7wYAIAAAABKjAwIAAAABvQMAAACbBALBA0AAAAAB-gNAAAAAAYAEAQAAAAGTBAEAAAABlQQBAAAAAZwEAQAAAAGdBAEAAAABngQBAAAAAZ8EAQAAAAGgBAEAAAABoQQBAAAAAaIEAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAGmBAEAAAABDaMDAgAAAAGkAwIAAAABvQMBAAAAAcEDQAAAAAHQAwEAAAAB3gMBAAAAAekDAQAAAAH3AwIAAAABlgRAAAAAAZcEAQAAAAGYBAEAAAABmQQBAAAAAZsEAAAAmwQCBqMDAgAAAAHBA0AAAAABxAMBAAAAAZMEAQAAAAGUBAEAAAABlQQBAAAAAQSjAwIAAAABwQNAAAAAAZEEAQAAAAGSBAEAAAABEaMDAgAAAAGkAwIAAAABqwNAAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAYMEAgAAAAEEowMCAAAAAewDAQAAAAHtAwEAAAAB7gMBAAAAAQ2jAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAADmAwLBA0AAAAAB3gMBAAAAAd8DAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB5gMBAAAAAQKjAwIAAAABwQNAAAAAAQSjAwIAAAABwQNAAAAAAdMDAQAAAAHUAyAAAAABBaMDAgAAAAHBA0AAAAAB0AMAAADQAwLRAwEAAAAB0gMgAAAAAQWjAwIAAAABqwNAAAAAAcEDQAAAAAHEAwEAAAAByQMCAAAAAQqjAwIAAAABpwMBAAAAAagDBAAAAAGrA0AAAAABwQNAAAAAAcQDAQAAAAHFAwIAAAABxgMgAAAAAccDAgAAAAHIAwEAAAABCaMDAgAAAAGkAwIAAAABuQMAAAC5AwK7AwAAALsDAr0DAAAAvQMCvgMBAAAAAb8DAgAAAAHAAwEAAAABwQNAAAAAAREFAADyCwAgBwAA8wsAIAgAAPULACAXAAD9CwAgGgAA9AsAIBsAAPYLACAcAAD3CwAgHQAA-AsAIB4AAPkLACAfAAD6CwAgJgAA-wsAICcAAPwLACCjAwIAAAAB7QMBAAAAAe4DAQAAAAGnBCAAAAABqAQgAAAAAQIAAAABACA0AACrDAAgDaMDAgAAAAG3AwIAAAABvQMBAAAAAcEDQAAAAAHQAwEAAAAB3gMBAAAAAekDAQAAAAH3AwIAAAABlgRAAAAAAZcEAQAAAAGYBAEAAAABmQQBAAAAAZsEAAAAmwQCDaMDAgAAAAHBA0AAAAAB7wMBAAAAAfMDAQAAAAH0AwEAAAAB9gMCAAAAAYMEAgAAAAGKBAEAAAABiwQQAAAAAYwEAQAAAAGNBAEAAAABjwQAAACPBAKQBAEAAAABEaMDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAYMEAgAAAAEEowMCAAAAAcEDQAAAAAHpAwEAAAAB6wMAAADrAwINowMCAAAAAasDQAAAAAG3AwIAAAABvQMAAADmAwLBA0AAAAAB3gMBAAAAAd8DAgAAAAHgAwIAAAAB4QMQAAAAAeIDEAAAAAHjAxAAAAAB5AMQAAAAAeYDAQAAAAEJowMCAAAAAbcDAgAAAAG5AwAAALkDArsDAAAAuwMCvQMAAAC9AwK-AwEAAAABvwMCAAAAAcADAQAAAAHBA0AAAAABCKMDAgAAAAGlAwEAAAABpgMBAAAAAacDAQAAAAGoAwQAAAABqQMBAAAAAaoDQAAAAAGrA0AAAAABAwAAAA0AIDQAAKsMACA1AAC2DAAgEwAAAA0AIAUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAaAADdCgAgGwAA3woAIBwAAOAKACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIC0AALYMACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAaAADdCgAgGwAA3woAIBwAAOAKACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIKMDAgDsBgAh7QMBAOkGACHuAwEA6QYAIacEIACLBwAhqAQgAIsHACEJAwAA6wkAIAgAAO0JACCjAwIAAAABtwMCAAAAAcEDQAAAAAHEAwEAAAABkwQBAAAAAZQEAQAAAAGVBAEAAAABAgAAAF8AIDQAALcMACADAAAACwAgNAAAtwwAIDUAALsMACALAAAACwAgAwAAuAkAIAgAALoJACAtAAC7DAAgowMCAOwGACG3AwIA7AYAIcEDQADrBgAhxAMBAOkGACGTBAEA-AYAIZQEAQDpBgAhlQQBAPgGACEJAwAAuAkAIAgAALoJACCjAwIA7AYAIbcDAgDsBgAhwQNAAOsGACHEAwEA6QYAIZMEAQD4BgAhlAQBAOkGACGVBAEA-AYAIREFAADyCwAgCAAA9QsAIBcAAP0LACAZAADxCwAgGgAA9AsAIBsAAPYLACAcAAD3CwAgHQAA-AsAIB4AAPkLACAfAAD6CwAgJgAA-wsAICcAAPwLACCjAwIAAAAB7QMBAAAAAe4DAQAAAAGnBCAAAAABqAQgAAAAAQIAAAABACA0AAC8DAAgEQcAAPMLACAIAAD1CwAgFwAA_QsAIBkAAPELACAaAAD0CwAgGwAA9gsAIBwAAPcLACAdAAD4CwAgHgAA-QsAIB8AAPoLACAmAAD7CwAgJwAA_AsAIKMDAgAAAAHtAwEAAAAB7gMBAAAAAacEIAAAAAGoBCAAAAABAgAAAAEAIDQAAL4MACAaAwAAzQoAIAgAANAKACAOAADSCgAgEwAAzwoAIBYAANEKACAXAADTCgAgGAAA1AoAIKMDAgAAAAG3AwIAAAABvQMAAACbBALBA0AAAAAB-gNAAAAAAYAEAQAAAAGTBAEAAAABlQQBAAAAAZwEAQAAAAGdBAEAAAABngQBAAAAAZ8EAQAAAAGgBAEAAAABoQQBAAAAAaIEAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAGmBAEAAAABAgAAAAUAIDQAAMAMACANowMCAAAAAaQDAgAAAAHBA0AAAAAB7wMBAAAAAfMDAQAAAAH0AwEAAAABgwQCAAAAAYoEAQAAAAGLBBAAAAABjAQBAAAAAY0EAQAAAAGPBAAAAI8EApAEAQAAAAERowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfcDAgAAAAH4AwEAAAAB-QMBAAAAAfoDQAAAAAH7AwEAAAAB_QMAAAD9AwL-A4AAAAAB_wNAAAAAAYAEAQAAAAGCBAEAAAABgwQCAAAAAQMAAAANACA0AAC-DAAgNQAAxgwAIBMAAAANACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACAtAADGDAAgowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIREHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhAwAAAAMAIDQAAMAMACA1AADJDAAgHAAAAAMAIAMAAPoJACAIAAD9CQAgDgAA_wkAIBMAAPwJACAWAAD-CQAgFwAAgAoAIBgAAIEKACAtAADJDAAgowMCAOwGACG3AwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhGgMAAPoJACAIAAD9CQAgDgAA_wkAIBMAAPwJACAWAAD-CQAgFwAAgAoAIBgAAIEKACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACENowMCAAAAAaQDAgAAAAG3AwIAAAABvQMBAAAAAcEDQAAAAAHQAwEAAAAB3gMBAAAAAekDAQAAAAGWBEAAAAABlwQBAAAAAZgEAQAAAAGZBAEAAAABmwQAAACbBAIRowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH4AwEAAAAB-QMBAAAAAfoDQAAAAAH7AwEAAAAB_QMAAAD9AwL-A4AAAAAB_wNAAAAAAYAEAQAAAAGCBAEAAAABgwQCAAAAAQMAAAANACA0AAC8DAAgNQAAzgwAIBMAAAANACAFAADbCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACAtAADODAAgowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIREFAADbCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAAPILACAHAADzCwAgCAAA9QsAIBcAAP0LACAZAADxCwAgGwAA9gsAIBwAAPcLACAdAAD4CwAgHgAA-QsAIB8AAPoLACAmAAD7CwAgJwAA_AsAIKMDAgAAAAHtAwEAAAAB7gMBAAAAAacEIAAAAAGoBCAAAAABAgAAAAEAIDQAAM8MACARowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAQ2jAwIAAAABpAMCAAAAAcEDQAAAAAHvAwEAAAAB8wMBAAAAAfQDAQAAAAH2AwIAAAABigQBAAAAAYsEEAAAAAGMBAEAAAABjQQBAAAAAY8EAAAAjwQCkAQBAAAAAQMAAAANACA0AADPDAAgNQAA1QwAIBMAAAANACAFAADbCgAgBwAA3AoAIAgAAN4KACAXAADmCgAgGQAA2goAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACAtAADVDAAgowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIREFAADbCgAgBwAA3AoAIAgAAN4KACAXAADmCgAgGQAA2goAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhBwMAALAJACAIAACxCQAgowMCAAAAAbcDAgAAAAHBA0AAAAABkQQBAAAAAZIEAQAAAAECAAAAYgAgNAAA1gwAIBoDAADNCgAgBQAAzgoAIAgAANAKACAOAADSCgAgFgAA0QoAIBcAANMKACAYAADUCgAgowMCAAAAAbcDAgAAAAG9AwAAAJsEAsEDQAAAAAH6A0AAAAABgAQBAAAAAZMEAQAAAAGVBAEAAAABnAQBAAAAAZ0EAQAAAAGeBAEAAAABnwQBAAAAAaAEAQAAAAGhBAEAAAABogQBAAAAAaMEAQAAAAGkBAEAAAABpQQBAAAAAaYEAQAAAAECAAAABQAgNAAA2AwAIBIDAADoCQAgBAAA5wkAIAcAAPQJACAIAADqCQAgowMCAAAAAaQDAgAAAAG3AwIAAAABvQMBAAAAAcEDQAAAAAHQAwEAAAAB3gMBAAAAAekDAQAAAAH3AwIAAAABlgRAAAAAAZcEAQAAAAGYBAEAAAABmQQBAAAAAZsEAAAAmwQCAgAAAAkAIDQAANoMACADAAAAFgAgNAAA1gwAIDUAAN4MACAJAAAAFgAgAwAAlQkAIAgAAJYJACAtAADeDAAgowMCAOwGACG3AwIA7AYAIcEDQADrBgAhkQQBAOkGACGSBAEA6QYAIQcDAACVCQAgCAAAlgkAIKMDAgDsBgAhtwMCAOwGACHBA0AA6wYAIZEEAQDpBgAhkgQBAOkGACEDAAAAAwAgNAAA2AwAIDUAAOEMACAcAAAAAwAgAwAA-gkAIAUAAPsJACAIAAD9CQAgDgAA_wkAIBYAAP4JACAXAACACgAgGAAAgQoAIC0AAOEMACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACEaAwAA-gkAIAUAAPsJACAIAAD9CQAgDgAA_wkAIBYAAP4JACAXAACACgAgGAAAgQoAIKMDAgDsBgAhtwMCAOwGACG9AwAAzgmbBCLBA0AA6wYAIfoDQADIBwAhgAQBAPgGACGTBAEA-AYAIZUEAQDpBgAhnAQBAOkGACGdBAEA6QYAIZ4EAQDpBgAhnwQBAPgGACGgBAEA-AYAIaEEAQD4BgAhogQBAPgGACGjBAEA-AYAIaQEAQD4BgAhpQQBAPgGACGmBAEA-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-gkAIAUAAPsJACAOAAD_CQAgEwAA_AkAIBYAAP4JACAXAACACgAgGAAAgQoAIC0AAP8MACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACEaAwAA-gkAIAUAAPsJACAOAAD_CQAgEwAA_AkAIBYAAP4JACAXAACACgAgGAAAgQoAIKMDAgDsBgAhtwMCAOwGACG9AwAAzgmbBCLBA0AA6wYAIfoDQADIBwAhgAQBAPgGACGTBAEA-AYAIZUEAQDpBgAhnAQBAOkGACGdBAEA6QYAIZ4EAQDpBgAhnwQBAPgGACGgBAEA-AYAIaEEAQD4BgAhogQBAPgGACGjBAEA-AYAIaQEAQD4BgAhpQQBAPgGACGmBAEA-AYAIRIEAACcCAAgDAAAmwgAIA0AAJ0IACAQAACeCAAgowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAA5gMCwQNAAAAAAd4DAQAAAAHfAwIAAAAB4AMCAAAAAeEDEAAAAAHiAxAAAAAB4wMQAAAAAeQDEAAAAAHmAwEAAAABAgAAAEsAIDQAAIANACADAAAAJQAgNAAAgA0AIDUAAIQNACAUAAAAJQAgBAAA8QcAIAwAAPAHACANAADyBwAgEAAA8wcAIC0AAIQNACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADvB-YDIsEDQADrBgAh3gMBAPgGACHfAwIA-QYAIeADAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHmAwEA-AYAIRIEAADxBwAgDAAA8AcAIA0AAPIHACAQAADzBwAgowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA7wfmAyLBA0AA6wYAId4DAQD4BgAh3wMCAPkGACHgAwIA-QYAIeEDEADkBwAh4gMQAOQHACHjAxAA5AcAIeQDEADkBwAh5gMBAPgGACEZAwAA_QgAIAQAAPsIACAGAAD8CAAgBwAA_ggAIAkAAP8IACAOAACCCQAgEQAAgAkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABAgAAABIAIDQAAIUNACADAAAAEAAgNAAAhQ0AIDUAAIkNACAbAAAAEAAgAwAA2wgAIAQAANkIACAGAADaCAAgBwAA3AgAIAkAAN0IACAOAADgCAAgEQAA3ggAIC0AAIkNACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhGQMAANsIACAEAADZCAAgBgAA2ggAIAcAANwIACAJAADdCAAgDgAA4AgAIBEAAN4IACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhEQUAAPILACAHAADzCwAgCAAA9QsAIBcAAP0LACAZAADxCwAgGgAA9AsAIBwAAPcLACAdAAD4CwAgHgAA-QsAIB8AAPoLACAmAAD7CwAgJwAA_AsAIKMDAgAAAAHtAwEAAAAB7gMBAAAAAacEIAAAAAGoBCAAAAABAgAAAAEAIDQAAIoNACADAAAADQAgNAAAig0AIDUAAI4NACATAAAADQAgBQAA2woAIAcAANwKACAIAADeCgAgFwAA5goAIBkAANoKACAaAADdCgAgHAAA4AoAIB0AAOEKACAeAADiCgAgHwAA4woAICYAAOQKACAnAADlCgAgLQAAjg0AIKMDAgDsBgAh7QMBAOkGACHuAwEA6QYAIacEIACLBwAhqAQgAIsHACERBQAA2woAIAcAANwKACAIAADeCgAgFwAA5goAIBkAANoKACAaAADdCgAgHAAA4AoAIB0AAOEKACAeAADiCgAgHwAA4woAICYAAOQKACAnAADlCgAgowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIRoDAADNCgAgBQAAzgoAIAgAANAKACAOAADSCgAgEwAAzwoAIBcAANMKACAYAADUCgAgowMCAAAAAbcDAgAAAAG9AwAAAJsEAsEDQAAAAAH6A0AAAAABgAQBAAAAAZMEAQAAAAGVBAEAAAABnAQBAAAAAZ0EAQAAAAGeBAEAAAABnwQBAAAAAaAEAQAAAAGhBAEAAAABogQBAAAAAaMEAQAAAAGkBAEAAAABpQQBAAAAAaYEAQAAAAECAAAABQAgNAAAjw0AIASjAwIAAAABpQMBAAAAAaoDQAAAAAHnAwABAAABAwAAAAMAIDQAAI8NACA1AACUDQAgHAAAAAMAIAMAAPoJACAFAAD7CQAgCAAA_QkAIA4AAP8JACATAAD8CQAgFwAAgAoAIBgAAIEKACAtAACUDQAgowMCAOwGACG3AwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhGgMAAPoJACAFAAD7CQAgCAAA_QkAIA4AAP8JACATAAD8CQAgFwAAgAoAIBgAAIEKACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACEGBAAAuwgAIKMDAgAAAAGkAwIAAAABwQNAAAAAAekDAQAAAAHrAwAAAOsDAgIAAABDACA0AACVDQAgAwAAAEEAIDQAAJUNACA1AACZDQAgCAAAAEEAIAQAAK0IACAtAACZDQAgowMCAOwGACGkAwIA7AYAIcEDQADrBgAh6QMBAOkGACHrAwAArAjrAyIGBAAArQgAIKMDAgDsBgAhpAMCAOwGACHBA0AA6wYAIekDAQDpBgAh6wMAAKwI6wMiEQUAAPILACAHAADzCwAgCAAA9QsAIBcAAP0LACAZAADxCwAgGgAA9AsAIBsAAPYLACAdAAD4CwAgHgAA-QsAIB8AAPoLACAmAAD7CwAgJwAA_AsAIKMDAgAAAAHtAwEAAAAB7gMBAAAAAacEIAAAAAGoBCAAAAABAgAAAAEAIDQAAJoNACAaAwAAzQoAIAUAAM4KACAIAADQCgAgEwAAzwoAIBYAANEKACAXAADTCgAgGAAA1AoAIKMDAgAAAAG3AwIAAAABvQMAAACbBALBA0AAAAAB-gNAAAAAAYAEAQAAAAGTBAEAAAABlQQBAAAAAZwEAQAAAAGdBAEAAAABngQBAAAAAZ8EAQAAAAGgBAEAAAABoQQBAAAAAaIEAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAGmBAEAAAABAgAAAAUAIDQAAJwNACAZAwAA_QgAIAQAAPsIACAGAAD8CAAgBwAA_ggAIAkAAP8IACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABAgAAABIAIDQAAJ4NACAKowMCAAAAAcEDQAAAAAHWAwIAAAAB1wMBAAAAAdgDEAAAAAHZAxAAAAAB2wMAAADbAwLcA0AAAAAB3QMBAAAAAd4DAQAAAAEZAwAA_QgAIAQAAPsIACAGAAD8CAAgBwAA_ggAIAkAAP8IACAOAACCCQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABAgAAABIAIDQAAKENACAKowMCAAAAAcEDQAAAAAHVAwIAAAAB1wMBAAAAAdgDEAAAAAHZAxAAAAAB2wMAAADbAwLcA0AAAAAB3QMBAAAAAd4DAQAAAAEDAAAAEAAgNAAAoQ0AIDUAAKYNACAbAAAAEAAgAwAA2wgAIAQAANkIACAGAADaCAAgBwAA3AgAIAkAAN0IACAOAADgCAAgEgAA3wgAIC0AAKYNACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhGQMAANsIACAEAADZCAAgBgAA2ggAIAcAANwIACAJAADdCAAgDgAA4AgAIBIAAN8IACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhDaMDAgAAAAG9AwAAAPYDAt8DAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB7wMBAAAAAfADQAAAAAHxAwEAAAAB8gMBAAAAAfMDAQAAAAH0AwEAAAABAwAAAA0AIDQAAJoNACA1AACqDQAgEwAAAA0AIAUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIC0AAKoNACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIKMDAgDsBgAh7QMBAOkGACHuAwEA6QYAIacEIACLBwAhqAQgAIsHACEDAAAAAwAgNAAAnA0AIDUAAK0NACAcAAAAAwAgAwAA-gkAIAUAAPsJACAIAAD9CQAgEwAA_AkAIBYAAP4JACAXAACACgAgGAAAgQoAIC0AAK0NACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACEaAwAA-gkAIAUAAPsJACAIAAD9CQAgEwAA_AkAIBYAAP4JACAXAACACgAgGAAAgQoAIKMDAgDsBgAhtwMCAOwGACG9AwAAzgmbBCLBA0AA6wYAIfoDQADIBwAhgAQBAPgGACGTBAEA-AYAIZUEAQDpBgAhnAQBAOkGACGdBAEA6QYAIZ4EAQDpBgAhnwQBAPgGACGgBAEA-AYAIaEEAQD4BgAhogQBAPgGACGjBAEA-AYAIaQEAQD4BgAhpQQBAPgGACGmBAEA-AYAIQMAAAAQACA0AACeDQAgNQAAsA0AIBsAAAAQACADAADbCAAgBAAA2QgAIAYAANoIACAHAADcCAAgCQAA3QgAIBEAAN4IACASAADfCAAgLQAAsA0AIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAANgIggQiwQNAAOsGACH2AwIA7AYAIfcDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACEZAwAA2wgAIAQAANkIACAGAADaCAAgBwAA3AgAIAkAAN0IACARAADeCAAgEgAA3wgAIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAANgIggQiwQNAAOsGACH2AwIA7AYAIfcDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACEQDAAAkAgAIA4AANEIACCjAwIAAAABvQMAAAD2AwLVAwIAAAAB3wMCAAAAAeEDEAAAAAHiAxAAAAAB4wMQAAAAAeQDEAAAAAHvAwEAAAAB8ANAAAAAAfEDAQAAAAHyAwEAAAAB8wMBAAAAAfQDAQAAAAECAAAAIgAgNAAAsQ0AIBIEAACcCAAgDAAAmwgAIA0AAJ0IACARAACfCAAgowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAA5gMCwQNAAAAAAd4DAQAAAAHfAwIAAAAB4AMCAAAAAeEDEAAAAAHiAxAAAAAB4wMQAAAAAeQDEAAAAAHmAwEAAAABAgAAAEsAIDQAALMNACADAAAAIAAgNAAAsQ0AIDUAALcNACASAAAAIAAgDAAAgQgAIA4AANAIACAtAAC3DQAgowMCAOwGACG9AwAA_wf2AyLVAwIA-QYAId8DAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHvAwEA6QYAIfADQADrBgAh8QMBAPgGACHyAwEA-AYAIfMDAQD4BgAh9AMBAPgGACEQDAAAgQgAIA4AANAIACCjAwIA7AYAIb0DAAD_B_YDItUDAgD5BgAh3wMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIe8DAQDpBgAh8ANAAOsGACHxAwEA-AYAIfIDAQD4BgAh8wMBAPgGACH0AwEA-AYAIQMAAAAlACA0AACzDQAgNQAAug0AIBQAAAAlACAEAADxBwAgDAAA8AcAIA0AAPIHACARAAD0BwAgLQAAug0AIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAAO8H5gMiwQNAAOsGACHeAwEA-AYAId8DAgD5BgAh4AMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIeYDAQD4BgAhEgQAAPEHACAMAADwBwAgDQAA8gcAIBEAAPQHACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADvB-YDIsEDQADrBgAh3gMBAPgGACHfAwIA-QYAIeADAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHmAwEA-AYAIREFAADyCwAgBwAA8wsAIAgAAPULACAXAAD9CwAgGQAA8QsAIBoAAPQLACAbAAD2CwAgHAAA9wsAIB4AAPkLACAfAAD6CwAgJgAA-wsAICcAAPwLACCjAwIAAAAB7QMBAAAAAe4DAQAAAAGnBCAAAAABqAQgAAAAAQIAAAABACA0AAC7DQAgAwAAAA0AIDQAALsNACA1AAC_DQAgEwAAAA0AIAUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIC0AAL8NACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIKMDAgDsBgAh7QMBAOkGACHuAwEA6QYAIacEIACLBwAhqAQgAIsHACERBQAA8gsAIAcAAPMLACAIAAD1CwAgFwAA_QsAIBkAAPELACAaAAD0CwAgGwAA9gsAIBwAAPcLACAdAAD4CwAgHwAA-gsAICYAAPsLACAnAAD8CwAgowMCAAAAAe0DAQAAAAHuAwEAAAABpwQgAAAAAagEIAAAAAECAAAAAQAgNAAAwA0AIAMAAAANACA0AADADQAgNQAAxA0AIBMAAAANACAFAADbCgAgBwAA3AoAIAgAAN4KACAXAADmCgAgGQAA2goAIBoAAN0KACAbAADfCgAgHAAA4AoAIB0AAOEKACAfAADjCgAgJgAA5AoAICcAAOUKACAtAADEDQAgowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIREFAADbCgAgBwAA3AoAIAgAAN4KACAXAADmCgAgGQAA2goAIBoAAN0KACAbAADfCgAgHAAA4AoAIB0AAOEKACAfAADjCgAgJgAA5AoAICcAAOUKACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAAPILACAHAADzCwAgCAAA9QsAIBcAAP0LACAZAADxCwAgGgAA9AsAIBsAAPYLACAcAAD3CwAgHQAA-AsAIB4AAPkLACAmAAD7CwAgJwAA_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-QYAIcYDIACLBwAhxwMCAPkGACHIAwEA-AYAIREFAADyCwAgBwAA8wsAIAgAAPULACAZAADxCwAgGgAA9AsAIBsAAPYLACAcAAD3CwAgHQAA-AsAIB4AAPkLACAfAAD6CwAgJgAA-wsAICcAAPwLACCjAwIAAAAB7QMBAAAAAe4DAQAAAAGnBCAAAAABqAQgAAAAAQIAAAABACA0AADmDQAgGgMAAM0KACAFAADOCgAgCAAA0AoAIA4AANIKACATAADPCgAgFgAA0QoAIBgAANQKACCjAwIAAAABtwMCAAAAAb0DAAAAmwQCwQNAAAAAAfoDQAAAAAGABAEAAAABkwQBAAAAAZUEAQAAAAGcBAEAAAABnQQBAAAAAZ4EAQAAAAGfBAEAAAABoAQBAAAAAaEEAQAAAAGiBAEAAAABowQBAAAAAaQEAQAAAAGlBAEAAAABpgQBAAAAAQIAAAAFACA0AADoDQAgAwAAAA0AIDQAAOYNACA1AADsDQAgEwAAAA0AIAUAANsKACAHAADcCgAgCAAA3goAIBkAANoKACAaAADdCgAgGwAA3woAIBwAAOAKACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIC0AAOwNACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAANsKACAHAADcCgAgCAAA3goAIBkAANoKACAaAADdCgAgGwAA3woAIBwAAOAKACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIKMDAgDsBgAh7QMBAOkGACHuAwEA6QYAIacEIACLBwAhqAQgAIsHACEDAAAAAwAgNAAA6A0AIDUAAO8NACAcAAAAAwAgAwAA-gkAIAUAAPsJACAIAAD9CQAgDgAA_wkAIBMAAPwJACAWAAD-CQAgGAAAgQoAIC0AAO8NACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACEaAwAA-gkAIAUAAPsJACAIAAD9CQAgDgAA_wkAIBMAAPwJACAWAAD-CQAgGAAAgQoAIKMDAgDsBgAhtwMCAOwGACG9AwAAzgmbBCLBA0AA6wYAIfoDQADIBwAhgAQBAPgGACGTBAEA-AYAIZUEAQDpBgAhnAQBAOkGACGdBAEA6QYAIZ4EAQDpBgAhnwQBAPgGACGgBAEA-AYAIaEEAQD4BgAhogQBAPgGACGjBAEA-AYAIaQEAQD4BgAhpQQBAPgGACGmBAEA-AYAIRoDAADNCgAgBQAAzgoAIAgAANAKACAOAADSCgAgEwAAzwoAIBYAANEKACAXAADTCgAgowMCAAAAAbcDAgAAAAG9AwAAAJsEAsEDQAAAAAH6A0AAAAABgAQBAAAAAZMEAQAAAAGVBAEAAAABnAQBAAAAAZ0EAQAAAAGeBAEAAAABnwQBAAAAAaAEAQAAAAGhBAEAAAABogQBAAAAAaMEAQAAAAGkBAEAAAABpQQBAAAAAaYEAQAAAAECAAAABQAgNAAA8A0AIAMAAAADACA0AADwDQAgNQAA9A0AIBwAAAADACADAAD6CQAgBQAA-wkAIAgAAP0JACAOAAD_CQAgEwAA_AkAIBYAAP4JACAXAACACgAgLQAA9A0AIKMDAgDsBgAhtwMCAOwGACG9AwAAzgmbBCLBA0AA6wYAIfoDQADIBwAhgAQBAPgGACGTBAEA-AYAIZUEAQDpBgAhnAQBAOkGACGdBAEA6QYAIZ4EAQDpBgAhnwQBAPgGACGgBAEA-AYAIaEEAQD4BgAhogQBAPgGACGjBAEA-AYAIaQEAQD4BgAhpQQBAPgGACGmBAEA-AYAIRoDAAD6CQAgBQAA-wkAIAgAAP0JACAOAAD_CQAgEwAA_AkAIBYAAP4JACAXAACACgAgowMCAOwGACG3AwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhDgVdAwdgBAhkBQsAIReJARUZBgIaYwYbaBgcaQodbRkecRofdRsmeRwniAEdCQMAAQUKAwhABQsAFw5MChM_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_CATRQwwEDUcQBA1LFAQNTxgEDVMcBA1XJAQNWywEiV8wBNVjPAQNZ0QEiWtIBNlvUAQNc1QEDXdYBIl7ZATdf2gE9YNsBBGHcAQRi3QEEY94BBGTfAQRl4QEEZuMBImfkAT5o5wEEaekBImrqAT9r7AEEbO0BBG3uASJu8QFAb_IBRnDzAQZx9AEGcvUBBnP2AQZ09wEGdfkBBnb7ASJ3_AFHeP4BBnmAAiJ6gQJIe4ICBnyDAgZ9hAIifocCSX-IAk-AAYkCB4EBigIHggGLAgeDAYwCB4QBjQIHhQGPAgeGAZECIocBkgJQiAGVAgeJAZcCIooBmAJRiwGaAgeMAZsCB40BnAIijgGfAlKPAaACWJABoQIFkQGiAgWSAaMCBZMBpAIFlAGlAgWVAacCBZYBqQIilwGqAlmYAa8CBZkBsQIimgGyAlqbAbYCBZwBtwIFnQG4AiKeAbsCW58BvAJhoAG9AgmhAb4CCaIBvwIJowHAAgmkAcECCaUBwwIJpgHFAiKnAcYCYqgBygIJqQHMAiKqAc0CY6sB0AIJrAHRAgmtAdICIq4B1QJkrwHWAmqwAdcCDrEB2AIOsgHZAg6zAdoCDrQB2wIOtQHdAg62Ad8CIrcB4AJruAHiAg65AeQCIroB5QJsuwHmAg68AecCDr0B6AIivgHrAm2_AewCc8AB7QIYwQHuAhjCAe8CGMMB8AIYxAHxAhjFAfMCGMYB9QIixwH2AnTIAfgCGMkB-gIiygH7AnXLAfwCGMwB_QIYzQH-AiLOAYEDds8BggN80AGDAxLRAYQDEtIBhQMS0wGGAxLUAYcDEtUBiQMS1gGLAyLXAYwDfdgBjgMS2QGQAyLaAZEDftsBkgMS3AGTAxLdAZQDIt4BlwN_3wGYA4UB4AGZAxPhAZoDE-IBmwMT4wGcAxPkAZ0DE-UBnwMT5gGhAyLnAaIDhgHoAaQDE-kBpgMi6gGnA4cB6wGoAxPsAakDE-0BqgMi7gGtA4gB7wGuA44B8AGvAwrxAbADCvIBsQMK8wGyAwr0AbMDCvUBtQMK9gG3AyL3AbgDjwH4AbwDCvkBvgMi-gG_A5AB-wHCAwr8AcMDCv0BxAMi_gHHA5EB_wHIA5cBgALJAwuBAsoDC4ICywMLgwLMAwuEAs0DC4UCzwMLhgLRAyKHAtIDmAGIAtQDC4kC1gMiigLXA5kBiwLYAwuMAtkDC40C2gMijgLdA5oBjwLeA6ABkALfAxmRAuADGZIC4QMZkwLiAxmUAuMDGZUC5QMZlgLnAyKXAugDoQGYAuoDGZkC7AMimgLtA6IBmwLuAxmcAu8DGZ0C8AMingLzA6MBnwL0A6kBoAL1AxqhAvYDGqIC9wMaowL4AxqkAvkDGqUC-wMapgL9AyKnAv4DqgGoAoAEGqkCggQiqgKDBKsBqwKEBBqsAoUEGq0ChgQirgKJBKwBrwKKBLIBsAKLBBuxAowEG7ICjQQbswKOBBu0Ao8EG7UCkQQbtgKTBCK3ApQEswG4ApYEG7kCmAQiugKZBLQBuwKaBBu8ApsEG70CnAQivgKfBLUBvwKgBLsBwAKiBLwBwQKjBLwBwgKmBLwBwwKnBLwBxAKoBLwBxQKqBLwBxgKsBCLHAq0EvQHIAq8EvAHJArEEIsoCsgS-AcsCswS8AcwCtAS8Ac0CtQQizgK4BL8BzwK5BMUB0AK6BBzRArsEHNICvAQc0wK9BBzUAr4EHNUCwAQc1gLCBCLXAsMExgHYAsYEHNkCyAQi2gLJBMcB2wLLBBzcAswEHN0CzQQi3gLQBMgB3wLRBM4B4ALSBB3hAtMEHeIC1AQd4wLVBB3kAtYEHeUC2AQd5gLaBCLnAtsEzwHoAt4EHekC4AQi6gLhBNAB6wLjBB3sAuQEHe0C5QQi7gLoBNEB7wLpBNcB8ALqBB7xAusEHvIC7AQe8wLtBB70Au4EHvUC8AQe9gLyBCL3AvME2AH4AvUEHvkC9wQi-gL4BNkB-wL5BB78AvoEHv0C-wQi_gL-BNoB_wL_BOABgAOABRWBA4EFFYIDggUVgwODBRWEA4QFFYUDhgUVhgOIBSKHA4kF4QGIA4wFFYkDjgUiigOPBeIBiwORBRWMA5IFFY0DkwUijgOWBeMBjwOXBekBkAOYBRaRA5kFFpIDmgUWkwObBRaUA5wFFpUDngUWlgOgBSKXA6EF6gGYA6MFFpkDpQUimgOmBesBmwOnBRacA6gFFp0DqQUingOsBewBnwOtBfIB" + strings: JSON.parse("[\"where\",\"orderBy\",\"cursor\",\"user\",\"patient\",\"appointments\",\"appointment\",\"staff\",\"claims\",\"npiProvider\",\"appointmentProcedures\",\"_count\",\"claim\",\"updatedBy\",\"payment\",\"serviceLine\",\"serviceLineTransactions\",\"serviceLines\",\"claimFiles\",\"procedures\",\"files\",\"group\",\"pdfs\",\"groups\",\"communications\",\"documents\",\"patients\",\"npiProviders\",\"insuranceCredentials\",\"updatedPayments\",\"backups\",\"backupDestinations\",\"notifications\",\"parent\",\"children\",\"folder\",\"file\",\"chunks\",\"cloudFolders\",\"cloudFiles\",\"User.findUnique\",\"User.findUniqueOrThrow\",\"User.findFirst\",\"User.findFirstOrThrow\",\"User.findMany\",\"data\",\"User.createOne\",\"User.createMany\",\"User.createManyAndReturn\",\"User.updateOne\",\"User.updateMany\",\"User.updateManyAndReturn\",\"create\",\"update\",\"User.upsertOne\",\"User.deleteOne\",\"User.deleteMany\",\"having\",\"_avg\",\"_sum\",\"_min\",\"_max\",\"User.groupBy\",\"User.aggregate\",\"Patient.findUnique\",\"Patient.findUniqueOrThrow\",\"Patient.findFirst\",\"Patient.findFirstOrThrow\",\"Patient.findMany\",\"Patient.createOne\",\"Patient.createMany\",\"Patient.createManyAndReturn\",\"Patient.updateOne\",\"Patient.updateMany\",\"Patient.updateManyAndReturn\",\"Patient.upsertOne\",\"Patient.deleteOne\",\"Patient.deleteMany\",\"Patient.groupBy\",\"Patient.aggregate\",\"Appointment.findUnique\",\"Appointment.findUniqueOrThrow\",\"Appointment.findFirst\",\"Appointment.findFirstOrThrow\",\"Appointment.findMany\",\"Appointment.createOne\",\"Appointment.createMany\",\"Appointment.createManyAndReturn\",\"Appointment.updateOne\",\"Appointment.updateMany\",\"Appointment.updateManyAndReturn\",\"Appointment.upsertOne\",\"Appointment.deleteOne\",\"Appointment.deleteMany\",\"Appointment.groupBy\",\"Appointment.aggregate\",\"AppointmentFile.findUnique\",\"AppointmentFile.findUniqueOrThrow\",\"AppointmentFile.findFirst\",\"AppointmentFile.findFirstOrThrow\",\"AppointmentFile.findMany\",\"AppointmentFile.createOne\",\"AppointmentFile.createMany\",\"AppointmentFile.createManyAndReturn\",\"AppointmentFile.updateOne\",\"AppointmentFile.updateMany\",\"AppointmentFile.updateManyAndReturn\",\"AppointmentFile.upsertOne\",\"AppointmentFile.deleteOne\",\"AppointmentFile.deleteMany\",\"AppointmentFile.groupBy\",\"AppointmentFile.aggregate\",\"Staff.findUnique\",\"Staff.findUniqueOrThrow\",\"Staff.findFirst\",\"Staff.findFirstOrThrow\",\"Staff.findMany\",\"Staff.createOne\",\"Staff.createMany\",\"Staff.createManyAndReturn\",\"Staff.updateOne\",\"Staff.updateMany\",\"Staff.updateManyAndReturn\",\"Staff.upsertOne\",\"Staff.deleteOne\",\"Staff.deleteMany\",\"Staff.groupBy\",\"Staff.aggregate\",\"NpiProvider.findUnique\",\"NpiProvider.findUniqueOrThrow\",\"NpiProvider.findFirst\",\"NpiProvider.findFirstOrThrow\",\"NpiProvider.findMany\",\"NpiProvider.createOne\",\"NpiProvider.createMany\",\"NpiProvider.createManyAndReturn\",\"NpiProvider.updateOne\",\"NpiProvider.updateMany\",\"NpiProvider.updateManyAndReturn\",\"NpiProvider.upsertOne\",\"NpiProvider.deleteOne\",\"NpiProvider.deleteMany\",\"NpiProvider.groupBy\",\"NpiProvider.aggregate\",\"AppointmentProcedure.findUnique\",\"AppointmentProcedure.findUniqueOrThrow\",\"AppointmentProcedure.findFirst\",\"AppointmentProcedure.findFirstOrThrow\",\"AppointmentProcedure.findMany\",\"AppointmentProcedure.createOne\",\"AppointmentProcedure.createMany\",\"AppointmentProcedure.createManyAndReturn\",\"AppointmentProcedure.updateOne\",\"AppointmentProcedure.updateMany\",\"AppointmentProcedure.updateManyAndReturn\",\"AppointmentProcedure.upsertOne\",\"AppointmentProcedure.deleteOne\",\"AppointmentProcedure.deleteMany\",\"AppointmentProcedure.groupBy\",\"AppointmentProcedure.aggregate\",\"Claim.findUnique\",\"Claim.findUniqueOrThrow\",\"Claim.findFirst\",\"Claim.findFirstOrThrow\",\"Claim.findMany\",\"Claim.createOne\",\"Claim.createMany\",\"Claim.createManyAndReturn\",\"Claim.updateOne\",\"Claim.updateMany\",\"Claim.updateManyAndReturn\",\"Claim.upsertOne\",\"Claim.deleteOne\",\"Claim.deleteMany\",\"Claim.groupBy\",\"Claim.aggregate\",\"ServiceLine.findUnique\",\"ServiceLine.findUniqueOrThrow\",\"ServiceLine.findFirst\",\"ServiceLine.findFirstOrThrow\",\"ServiceLine.findMany\",\"ServiceLine.createOne\",\"ServiceLine.createMany\",\"ServiceLine.createManyAndReturn\",\"ServiceLine.updateOne\",\"ServiceLine.updateMany\",\"ServiceLine.updateManyAndReturn\",\"ServiceLine.upsertOne\",\"ServiceLine.deleteOne\",\"ServiceLine.deleteMany\",\"ServiceLine.groupBy\",\"ServiceLine.aggregate\",\"ClaimFile.findUnique\",\"ClaimFile.findUniqueOrThrow\",\"ClaimFile.findFirst\",\"ClaimFile.findFirstOrThrow\",\"ClaimFile.findMany\",\"ClaimFile.createOne\",\"ClaimFile.createMany\",\"ClaimFile.createManyAndReturn\",\"ClaimFile.updateOne\",\"ClaimFile.updateMany\",\"ClaimFile.updateManyAndReturn\",\"ClaimFile.upsertOne\",\"ClaimFile.deleteOne\",\"ClaimFile.deleteMany\",\"ClaimFile.groupBy\",\"ClaimFile.aggregate\",\"InsuranceCredential.findUnique\",\"InsuranceCredential.findUniqueOrThrow\",\"InsuranceCredential.findFirst\",\"InsuranceCredential.findFirstOrThrow\",\"InsuranceCredential.findMany\",\"InsuranceCredential.createOne\",\"InsuranceCredential.createMany\",\"InsuranceCredential.createManyAndReturn\",\"InsuranceCredential.updateOne\",\"InsuranceCredential.updateMany\",\"InsuranceCredential.updateManyAndReturn\",\"InsuranceCredential.upsertOne\",\"InsuranceCredential.deleteOne\",\"InsuranceCredential.deleteMany\",\"InsuranceCredential.groupBy\",\"InsuranceCredential.aggregate\",\"PdfGroup.findUnique\",\"PdfGroup.findUniqueOrThrow\",\"PdfGroup.findFirst\",\"PdfGroup.findFirstOrThrow\",\"PdfGroup.findMany\",\"PdfGroup.createOne\",\"PdfGroup.createMany\",\"PdfGroup.createManyAndReturn\",\"PdfGroup.updateOne\",\"PdfGroup.updateMany\",\"PdfGroup.updateManyAndReturn\",\"PdfGroup.upsertOne\",\"PdfGroup.deleteOne\",\"PdfGroup.deleteMany\",\"PdfGroup.groupBy\",\"PdfGroup.aggregate\",\"PdfFile.findUnique\",\"PdfFile.findUniqueOrThrow\",\"PdfFile.findFirst\",\"PdfFile.findFirstOrThrow\",\"PdfFile.findMany\",\"PdfFile.createOne\",\"PdfFile.createMany\",\"PdfFile.createManyAndReturn\",\"PdfFile.updateOne\",\"PdfFile.updateMany\",\"PdfFile.updateManyAndReturn\",\"PdfFile.upsertOne\",\"PdfFile.deleteOne\",\"PdfFile.deleteMany\",\"PdfFile.groupBy\",\"PdfFile.aggregate\",\"Payment.findUnique\",\"Payment.findUniqueOrThrow\",\"Payment.findFirst\",\"Payment.findFirstOrThrow\",\"Payment.findMany\",\"Payment.createOne\",\"Payment.createMany\",\"Payment.createManyAndReturn\",\"Payment.updateOne\",\"Payment.updateMany\",\"Payment.updateManyAndReturn\",\"Payment.upsertOne\",\"Payment.deleteOne\",\"Payment.deleteMany\",\"Payment.groupBy\",\"Payment.aggregate\",\"ServiceLineTransaction.findUnique\",\"ServiceLineTransaction.findUniqueOrThrow\",\"ServiceLineTransaction.findFirst\",\"ServiceLineTransaction.findFirstOrThrow\",\"ServiceLineTransaction.findMany\",\"ServiceLineTransaction.createOne\",\"ServiceLineTransaction.createMany\",\"ServiceLineTransaction.createManyAndReturn\",\"ServiceLineTransaction.updateOne\",\"ServiceLineTransaction.updateMany\",\"ServiceLineTransaction.updateManyAndReturn\",\"ServiceLineTransaction.upsertOne\",\"ServiceLineTransaction.deleteOne\",\"ServiceLineTransaction.deleteMany\",\"ServiceLineTransaction.groupBy\",\"ServiceLineTransaction.aggregate\",\"DatabaseBackup.findUnique\",\"DatabaseBackup.findUniqueOrThrow\",\"DatabaseBackup.findFirst\",\"DatabaseBackup.findFirstOrThrow\",\"DatabaseBackup.findMany\",\"DatabaseBackup.createOne\",\"DatabaseBackup.createMany\",\"DatabaseBackup.createManyAndReturn\",\"DatabaseBackup.updateOne\",\"DatabaseBackup.updateMany\",\"DatabaseBackup.updateManyAndReturn\",\"DatabaseBackup.upsertOne\",\"DatabaseBackup.deleteOne\",\"DatabaseBackup.deleteMany\",\"DatabaseBackup.groupBy\",\"DatabaseBackup.aggregate\",\"BackupDestination.findUnique\",\"BackupDestination.findUniqueOrThrow\",\"BackupDestination.findFirst\",\"BackupDestination.findFirstOrThrow\",\"BackupDestination.findMany\",\"BackupDestination.createOne\",\"BackupDestination.createMany\",\"BackupDestination.createManyAndReturn\",\"BackupDestination.updateOne\",\"BackupDestination.updateMany\",\"BackupDestination.updateManyAndReturn\",\"BackupDestination.upsertOne\",\"BackupDestination.deleteOne\",\"BackupDestination.deleteMany\",\"BackupDestination.groupBy\",\"BackupDestination.aggregate\",\"Notification.findUnique\",\"Notification.findUniqueOrThrow\",\"Notification.findFirst\",\"Notification.findFirstOrThrow\",\"Notification.findMany\",\"Notification.createOne\",\"Notification.createMany\",\"Notification.createManyAndReturn\",\"Notification.updateOne\",\"Notification.updateMany\",\"Notification.updateManyAndReturn\",\"Notification.upsertOne\",\"Notification.deleteOne\",\"Notification.deleteMany\",\"Notification.groupBy\",\"Notification.aggregate\",\"CronJobLog.findUnique\",\"CronJobLog.findUniqueOrThrow\",\"CronJobLog.findFirst\",\"CronJobLog.findFirstOrThrow\",\"CronJobLog.findMany\",\"CronJobLog.createOne\",\"CronJobLog.createMany\",\"CronJobLog.createManyAndReturn\",\"CronJobLog.updateOne\",\"CronJobLog.updateMany\",\"CronJobLog.updateManyAndReturn\",\"CronJobLog.upsertOne\",\"CronJobLog.deleteOne\",\"CronJobLog.deleteMany\",\"CronJobLog.groupBy\",\"CronJobLog.aggregate\",\"CloudFolder.findUnique\",\"CloudFolder.findUniqueOrThrow\",\"CloudFolder.findFirst\",\"CloudFolder.findFirstOrThrow\",\"CloudFolder.findMany\",\"CloudFolder.createOne\",\"CloudFolder.createMany\",\"CloudFolder.createManyAndReturn\",\"CloudFolder.updateOne\",\"CloudFolder.updateMany\",\"CloudFolder.updateManyAndReturn\",\"CloudFolder.upsertOne\",\"CloudFolder.deleteOne\",\"CloudFolder.deleteMany\",\"CloudFolder.groupBy\",\"CloudFolder.aggregate\",\"CloudFile.findUnique\",\"CloudFile.findUniqueOrThrow\",\"CloudFile.findFirst\",\"CloudFile.findFirstOrThrow\",\"CloudFile.findMany\",\"CloudFile.createOne\",\"CloudFile.createMany\",\"CloudFile.createManyAndReturn\",\"CloudFile.updateOne\",\"CloudFile.updateMany\",\"CloudFile.updateManyAndReturn\",\"CloudFile.upsertOne\",\"CloudFile.deleteOne\",\"CloudFile.deleteMany\",\"CloudFile.groupBy\",\"CloudFile.aggregate\",\"CloudFileChunk.findUnique\",\"CloudFileChunk.findUniqueOrThrow\",\"CloudFileChunk.findFirst\",\"CloudFileChunk.findFirstOrThrow\",\"CloudFileChunk.findMany\",\"CloudFileChunk.createOne\",\"CloudFileChunk.createMany\",\"CloudFileChunk.createManyAndReturn\",\"CloudFileChunk.updateOne\",\"CloudFileChunk.updateMany\",\"CloudFileChunk.updateManyAndReturn\",\"CloudFileChunk.upsertOne\",\"CloudFileChunk.deleteOne\",\"CloudFileChunk.deleteMany\",\"CloudFileChunk.groupBy\",\"CloudFileChunk.aggregate\",\"Communication.findUnique\",\"Communication.findUniqueOrThrow\",\"Communication.findFirst\",\"Communication.findFirstOrThrow\",\"Communication.findMany\",\"Communication.createOne\",\"Communication.createMany\",\"Communication.createManyAndReturn\",\"Communication.updateOne\",\"Communication.updateMany\",\"Communication.updateManyAndReturn\",\"Communication.upsertOne\",\"Communication.deleteOne\",\"Communication.deleteMany\",\"Communication.groupBy\",\"Communication.aggregate\",\"PatientDocument.findUnique\",\"PatientDocument.findUniqueOrThrow\",\"PatientDocument.findFirst\",\"PatientDocument.findFirstOrThrow\",\"PatientDocument.findMany\",\"PatientDocument.createOne\",\"PatientDocument.createMany\",\"PatientDocument.createManyAndReturn\",\"PatientDocument.updateOne\",\"PatientDocument.updateMany\",\"PatientDocument.updateManyAndReturn\",\"PatientDocument.upsertOne\",\"PatientDocument.deleteOne\",\"PatientDocument.deleteMany\",\"PatientDocument.groupBy\",\"PatientDocument.aggregate\",\"AND\",\"OR\",\"NOT\",\"id\",\"patientId\",\"filename\",\"originalName\",\"mimeType\",\"fileSize\",\"filePath\",\"uploadedAt\",\"updatedAt\",\"equals\",\"in\",\"notIn\",\"lt\",\"lte\",\"gt\",\"gte\",\"not\",\"contains\",\"startsWith\",\"endsWith\",\"userId\",\"CommunicationChannel\",\"channel\",\"CommunicationDirection\",\"direction\",\"CommunicationStatus\",\"status\",\"body\",\"callDuration\",\"twilioSid\",\"createdAt\",\"fileId\",\"seq\",\"name\",\"folderId\",\"isComplete\",\"totalChunks\",\"diskPath\",\"parentId\",\"jobName\",\"startedAt\",\"completedAt\",\"durationMs\",\"errorMessage\",\"NotificationTypes\",\"type\",\"message\",\"read\",\"path\",\"isActive\",\"paymentId\",\"serviceLineId\",\"transactionId\",\"paidAmount\",\"adjustedAmount\",\"PaymentMethod\",\"method\",\"receivedDate\",\"payerName\",\"notes\",\"claimId\",\"updatedById\",\"totalBilled\",\"totalPaid\",\"totalAdjusted\",\"totalDue\",\"PaymentStatus\",\"icn\",\"pdfData\",\"groupId\",\"title\",\"PdfTitleKey\",\"titleKey\",\"siteKey\",\"username\",\"password\",\"procedureCode\",\"procedureDate\",\"quad\",\"arch\",\"toothNumber\",\"toothSurface\",\"ServiceLineStatus\",\"appointmentId\",\"staffId\",\"patientName\",\"memberId\",\"dateOfBirth\",\"remarks\",\"MissingTeethStatus\",\"missingTeethStatus\",\"missingTeeth\",\"serviceDate\",\"insuranceProvider\",\"ClaimStatus\",\"claimNumber\",\"npiProviderId\",\"string_contains\",\"string_starts_with\",\"string_ends_with\",\"array_starts_with\",\"array_ends_with\",\"array_contains\",\"procedureLabel\",\"fee\",\"category\",\"oralCavityArea\",\"ProcedureSource\",\"source\",\"comboKey\",\"npiNumber\",\"providerName\",\"email\",\"role\",\"phone\",\"date\",\"startTime\",\"endTime\",\"procedureCodeNotes\",\"PatientStatus\",\"eligibilityStatus\",\"firstName\",\"lastName\",\"gender\",\"address\",\"city\",\"zipCode\",\"insuranceId\",\"groupNumber\",\"policyHolder\",\"allergies\",\"medicalConditions\",\"autoBackupEnabled\",\"usbBackupEnabled\",\"fileId_seq\",\"every\",\"some\",\"none\",\"userId_parentId_name\",\"userId_siteKey\",\"userId_npiNumber\",\"is\",\"isNot\",\"connectOrCreate\",\"upsert\",\"createMany\",\"set\",\"disconnect\",\"delete\",\"connect\",\"updateMany\",\"deleteMany\",\"increment\",\"decrement\",\"multiply\",\"divide\"]"), + graph: "rg78AYADFQUAAMsGACAHAAD0BgAgCAAAxwYAIBgAAPsGACAaAADzBgAgGwAA9QYAIBwAAPYGACAdAAD3BgAgHgAA-AYAIB8AAPkGACAgAAD6BgAgJgAAvQYAICcAAL4GACCwAwAA8gYAMLEDAAANABCyAwAA8gYAMLMDAgAAAAH9AwEAAAAB_gMBAPcFACG3BCAAtwYAIbgEIAC3BgAhAQAAAAEAIB4DAAC4BgAgBQAAywYAIAgAAMcGACAOAAD3BgAgEwAAyAYAIBcAAIAHACAYAAD7BgAgGQAAgQcAILADAAD_BgAwsQMAAAMAELIDAAD_BgAwswMCAPYFACHHAwIA9gUAIc0DAAD9BqsEItEDQAD4BQAhigRAAPkFACGQBAEA-wUAIaMEAQD7BQAhpQQBAPcFACGsBAEA9wUAIa0EAQD3BQAhrgQBAPcFACGvBAEA-wUAIbAEAQD7BQAhsQQBAPsFACGyBAEA-wUAIbMEAQD7BQAhtAQBAPsFACG1BAEA-wUAIbYEAQD7BQAhEwMAAL8MACAFAACyDAAgCAAAtQwAIA4AALcMACATAADCDAAgFwAA0AwAIBgAAL0MACAZAADRDAAgigQAAI0HACCQBAAAjQcAIKMEAACNBwAgrwQAAI0HACCwBAAAjQcAILEEAACNBwAgsgQAAI0HACCzBAAAjQcAILQEAACNBwAgtQQAAI0HACC2BAAAjQcAIB4DAAC4BgAgBQAAywYAIAgAAMcGACAOAAD3BgAgEwAAyAYAIBcAAIAHACAYAAD7BgAgGQAAgQcAILADAAD_BgAwsQMAAAMAELIDAAD_BgAwswMCAAAAAccDAgD2BQAhzQMAAP0GqwQi0QNAAPgFACGKBEAA-QUAIZAEAQD7BQAhowQBAPsFACGlBAEA9wUAIawEAQD3BQAhrQQBAPcFACGuBAEA9wUAIa8EAQD7BQAhsAQBAPsFACGxBAEA-wUAIbIEAQD7BQAhswQBAPsFACG0BAEA-wUAIbUEAQD7BQAhtgQBAPsFACEDAAAAAwAgAQAABAAwAgAABQAgFwMAALgGACAEAADNBgAgBwAA8AYAIAgAAMcGACATAADIBgAgFAAA_gYAILADAAD8BgAwsQMAAAcAELIDAAD8BgAwswMCAPYFACG0AwIA9gUAIccDAgD2BQAhzQMBAPcFACHRA0AA-AUAIeADAQD3BQAh7gMBAPsFACH5AwEA9wUAIYcEAgD2BQAhpgRAAPgFACGnBAEA9wUAIagEAQD3BQAhqQQBAPsFACGrBAAA_QarBCIIAwAAvwwAIAQAAMMMACAHAADNDAAgCAAAtQwAIBMAAMIMACAUAADPDAAg7gMAAI0HACCpBAAAjQcAIBcDAAC4BgAgBAAAzQYAIAcAAPAGACAIAADHBgAgEwAAyAYAIBQAAP4GACCwAwAA_AYAMLEDAAAHABCyAwAA_AYAMLMDAgAAAAG0AwIA9gUAIccDAgD2BQAhzQMBAPcFACHRA0AA-AUAIeADAQD3BQAh7gMBAPsFACH5AwEA9wUAIYcEAgD2BQAhpgRAAPgFACGnBAEA9wUAIagEAQD3BQAhqQQBAPsFACGrBAAA_QarBCIDAAAABwAgAQAACAAwAgAACQAgDQMAAMoGACAFAADLBgAgCAAAxwYAILADAADJBgAwsQMAAAsAELIDAADJBgAwswMCAPYFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACGjBAEA-wUAIaQEAQD3BQAhpQQBAPsFACEBAAAACwAgFQUAAMsGACAHAAD0BgAgCAAAxwYAIBgAAPsGACAaAADzBgAgGwAA9QYAIBwAAPYGACAdAAD3BgAgHgAA-AYAIB8AAPkGACAgAAD6BgAgJgAAvQYAICcAAL4GACCwAwAA8gYAMLEDAAANABCyAwAA8gYAMLMDAgD2BQAh_QMBAPcFACH-AwEA9wUAIbcEIAC3BgAhuAQgALcGACEBAAAADQAgAwAAAAcAIAEAAAgAMAIAAAkAIB0DAADKBgAgBAAAzQYAIAYAAN4GACAHAADwBgAgCQAA6wYAIA4AAOcGACARAADXBgAgEgAA8QYAILADAADsBgAwsQMAABAAELIDAADsBgAwswMCAPYFACG0AwIA9gUAIbsDQAD4BQAhxwMCAPYFACHNAwAA7waSBCLRA0AA-AUAIYYEAgD2BQAhhwQCAPYFACGIBAEA9wUAIYkEAQD3BQAhigRAAPgFACGLBAEA9wUAIY0EAADtBo0EIo4EAADuBgAgjwRAAPgFACGQBAEA9wUAIZIEAQD7BQAhkwQCAPoFACELAwAAvwwAIAQAAMMMACAGAADJDAAgBwAAzQwAIAkAAMwMACAOAADKDAAgEQAAxgwAIBIAAM4MACCOBAAAjQcAIJIEAACNBwAgkwQAAI0HACAdAwAAygYAIAQAAM0GACAGAADeBgAgBwAA8AYAIAkAAOsGACAOAADnBgAgEQAA1wYAIBIAAPEGACCwAwAA7AYAMLEDAAAQABCyAwAA7AYAMLMDAgAAAAG0AwIA9gUAIbsDQAD4BQAhxwMCAPYFACHNAwAA7waSBCLRA0AA-AUAIYYEAgD2BQAhhwQCAPYFACGIBAEA9wUAIYkEAQD3BQAhigRAAPgFACGLBAEA9wUAIY0EAADtBo0EIo4EAADuBgAgjwRAAPgFACGQBAEA9wUAIZIEAQD7BQAhkwQCAPoFACEDAAAAEAAgAQAAEQAwAgAAEgAgAQAAAA0AIAEAAAALACALAwAAuAYAIAgAAMcGACAKAADIBgAgsAMAAMYGADCxAwAAFgAQsgMAAMYGADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACGhBAEA9wUAIaIEAQD3BQAhAQAAABYAIAMAAAAQACABAAARADACAAASACAUBAAAzQYAIAYAAN4GACAJAADrBgAgsAMAAOgGADCxAwAAGQAQsgMAAOgGADCzAwIA9gUAIbQDAgD2BQAh0QNAAPgFACH_AwEA9wUAIYMEAQD7BQAhhAQBAPsFACGGBAIA9gUAIZMEAgD6BQAhmgQBAPsFACGbBBAA6QYAIZwEAQD7BQAhnQQBAPsFACGfBAAA6gafBCKgBAEA-wUAIQsEAADDDAAgBgAAyQwAIAkAAMwMACCDBAAAjQcAIIQEAACNBwAgkwQAAI0HACCaBAAAjQcAIJsEAACNBwAgnAQAAI0HACCdBAAAjQcAIKAEAACNBwAgFAQAAM0GACAGAADeBgAgCQAA6wYAILADAADoBgAwsQMAABkAELIDAADoBgAwswMCAAAAAbQDAgD2BQAh0QNAAPgFACH_AwEA9wUAIYMEAQD7BQAhhAQBAPsFACGGBAIA9gUAIZMEAgD6BQAhmgQBAPsFACGbBBAA6QYAIZwEAQD7BQAhnQQBAPsFACGfBAAA6gafBCKgBAEA-wUAIQMAAAAZACABAAAaADACAAAbACABAAAAFgAgAQAAABAAIAEAAAAZACAUDAAA1QYAIA4AAOcGACAQAADWBgAgsAMAAOUGADCxAwAAIAAQsgMAAOUGADCzAwIA9gUAIc0DAADmBoYEIuUDAgD6BQAh7wMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIf8DAQD3BQAhgARAAPgFACGBBAEA-wUAIYIEAQD7BQAhgwQBAPsFACGEBAEA-wUAIQkMAADEDAAgDgAAygwAIBAAAMUMACDlAwAAjQcAIO8DAACNBwAggQQAAI0HACCCBAAAjQcAIIMEAACNBwAghAQAAI0HACAUDAAA1QYAIA4AAOcGACAQAADWBgAgsAMAAOUGADCxAwAAIAAQsgMAAOUGADCzAwIAAAABzQMAAOYGhgQi5QMCAPoFACHvAwIA-gUAIfEDEADTBgAh8gMQANMGACHzAxAA0wYAIfQDEADTBgAh_wMBAPcFACGABEAA-AUAIYEEAQD7BQAhggQBAPsFACGDBAEA-wUAIYQEAQD7BQAhAwAAACAAIAEAACEAMAIAACIAIAEAAAAQACAWBAAAzQYAIAwAANUGACANAADKBgAgEAAA1gYAIBEAANcGACCwAwAA0gYAMLEDAAAlABCyAwAA0gYAMLMDAgD2BQAhtAMCAPYFACG7A0AA-AUAIccDAgD2BQAhzQMAANQG9gMi0QNAAPgFACHuAwEA-wUAIe8DAgD6BQAh8AMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIfYDAQD7BQAhAQAAACUAIAEAAAAQACABAAAADQAgEA4AAOMGACAPAADkBgAgsAMAAOEGADCxAwAAKQAQsgMAAOEGADCzAwIA9gUAIdEDQAD4BQAh5QMCAPYFACHmAwIA9gUAIecDAQD7BQAh6AMQANMGACHpAxAA0wYAIesDAADiBusDIuwDQAD4BQAh7QMBAPsFACHuAwEA-wUAIQUOAADKDAAgDwAAywwAIOcDAACNBwAg7QMAAI0HACDuAwAAjQcAIBAOAADjBgAgDwAA5AYAILADAADhBgAwsQMAACkAELIDAADhBgAwswMCAAAAAdEDQAD4BQAh5QMCAPYFACHmAwIA9gUAIecDAQD7BQAh6AMQANMGACHpAxAA0wYAIesDAADiBusDIuwDQAD4BQAh7QMBAPsFACHuAwEA-wUAIQMAAAApACABAAAqADACAAArACADAAAAIAAgAQAAIQAwAgAAIgAgAQAAACkAIAEAAAAgACADAAAAKQAgAQAAKgAwAgAAKwAgAQAAACkAIAkMAADgBgAgsAMAAN8GADCxAwAAMgAQsgMAAN8GADCzAwIA9gUAIbUDAQD3BQAhtwMBAPcFACG5AwEA-wUAIe8DAgD2BQAhAgwAAMQMACC5AwAAjQcAIAkMAADgBgAgsAMAAN8GADCxAwAAMgAQsgMAAN8GADCzAwIAAAABtQMBAPcFACG3AwEA9wUAIbkDAQD7BQAh7wMCAPYFACEDAAAAMgAgAQAAMwAwAgAANAAgAQAAACUAIAEAAAAgACABAAAAMgAgAQAAAAcAIAEAAAAQACADAAAAGQAgAQAAGgAwAgAAGwAgAwAAABAAIAEAABEAMAIAABIAIAkGAADeBgAgsAMAAN0GADCxAwAAPQAQsgMAAN0GADCzAwIA9gUAIbUDAQD3BQAhtwMBAPsFACG5AwEA-wUAIYYEAgD2BQAhAwYAAMkMACC3AwAAjQcAILkDAACNBwAgCQYAAN4GACCwAwAA3QYAMLEDAAA9ABCyAwAA3QYAMLMDAgAAAAG1AwEA9wUAIbcDAQD7BQAhuQMBAPsFACGGBAIA9gUAIQMAAAA9ACABAAA-ADACAAA_ACABAAAAGQAgAQAAABAAIAEAAAA9ACADAAAAGQAgAQAAGgAwAgAAGwAgAwAAABAAIAEAABEAMAIAABIAIAoEAADNBgAgFgAA3AYAILADAADaBgAwsQMAAEYAELIDAADaBgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyICBAAAwwwAIBYAAMgMACAKBAAAzQYAIBYAANwGACCwAwAA2gYAMLEDAABGABCyAwAA2gYAMLMDAgAAAAG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyIDAAAARgAgAQAARwAwAgAASAAgCRUAANkGACCwAwAA2AYAMLEDAABKABCyAwAA2AYAMLMDAgD2BQAhtQMBAPcFACG6A0AA-AUAIfcDAAGzBgAh-AMCAPYFACEBFQAAxwwAIAkVAADZBgAgsAMAANgGADCxAwAASgAQsgMAANgGADCzAwIAAAABtQMBAPcFACG6A0AA-AUAIfcDAAGzBgAh-AMCAPYFACEDAAAASgAgAQAASwAwAgAATAAgAQAAAEoAIAkEAADDDAAgDAAAxAwAIA0AAL8MACAQAADFDAAgEQAAxgwAIO4DAACNBwAg7wMAAI0HACDwAwAAjQcAIPYDAACNBwAgFgQAAM0GACAMAADVBgAgDQAAygYAIBAAANYGACARAADXBgAgsAMAANIGADCxAwAAJQAQsgMAANIGADCzAwIAAAABtAMCAPYFACG7A0AA-AUAIccDAgD2BQAhzQMAANQG9gMi0QNAAPgFACHuAwEA-wUAIe8DAgAAAAHwAwIA-gUAIfEDEADTBgAh8gMQANMGACHzAxAA0wYAIfQDEADTBgAh9gMBAPsFACEDAAAAJQAgAQAATwAwAgAAUAAgDwMAAMoGACAEAADNBgAgsAMAAM4GADCxAwAAUgAQsgMAAM4GADCzAwIA9gUAIbQDAgD2BQAhxwMCAPoFACHJAwAAzwbJAyLLAwAA0AbLAyLNAwAA0QbNAyLOAwEA-wUAIc8DAgD6BQAh0AMBAPsFACHRA0AA-AUAIQYDAAC_DAAgBAAAwwwAIMcDAACNBwAgzgMAAI0HACDPAwAAjQcAINADAACNBwAgDwMAAMoGACAEAADNBgAgsAMAAM4GADCxAwAAUgAQsgMAAM4GADCzAwIAAAABtAMCAPYFACHHAwIA-gUAIckDAADPBskDIssDAADQBssDIs0DAADRBs0DIs4DAQD7BQAhzwMCAPoFACHQAwEA-wUAIdEDQAD4BQAhAwAAAFIAIAEAAFMAMAIAAFQAIAEAAAANACANBAAAzQYAILADAADMBgAwsQMAAFcAELIDAADMBgAwswMCAPYFACG0AwIA9gUAIbUDAQD3BQAhtgMBAPcFACG3AwEA9wUAIbgDBAC2BgAhuQMBAPcFACG6A0AA-AUAIbsDQAD4BQAhAQQAAMMMACANBAAAzQYAILADAADMBgAwsQMAAFcAELIDAADMBgAwswMCAAAAAbQDAgD2BQAhtQMBAPcFACG2AwEA9wUAIbcDAQD3BQAhuAMEALYGACG5AwEA9wUAIboDQAD4BQAhuwNAAPgFACEDAAAAVwAgAQAAWAAwAgAAWQAgAQAAAAcAIAEAAAAZACABAAAAEAAgAQAAAEYAIAEAAAAlACABAAAAUgAgAQAAAFcAIAMAAAAHACABAAAIADACAAAJACAFAwAAvwwAIAUAALIMACAIAAC1DAAgowQAAI0HACClBAAAjQcAIA0DAADKBgAgBQAAywYAIAgAAMcGACCwAwAAyQYAMLEDAAALABCyAwAAyQYAMLMDAgAAAAHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACGjBAEA-wUAIaQEAQD3BQAhpQQBAPsFACEDAAAACwAgAQAAYwAwAgAAZAAgAwMAAL8MACAIAAC1DAAgCgAAwgwAIAwDAAC4BgAgCAAAxwYAIAoAAMgGACCwAwAAxgYAMLEDAAAWABCyAwAAxgYAMLMDAgAAAAHHAwIA9gUAIdEDQAD4BQAhoQQBAPcFACGiBAEA9wUAIb8EAADFBgAgAwAAABYAIAEAAGYAMAIAAGcAIAMAAAAQACABAAARADACAAASACAJAwAAuAYAILADAADEBgAwsQMAAGoAELIDAADEBgAwswMCAPYFACHHAwIA9gUAIfwDAQD3BQAh_QMBAPcFACH-AwEA9wUAIQEDAAC_DAAgCgMAALgGACCwAwAAxAYAMLEDAABqABCyAwAAxAYAMLMDAgAAAAHHAwIA9gUAIfwDAQD3BQAh_QMBAPcFACH-AwEA9wUAIb4EAADDBgAgAwAAAGoAIAEAAGsAMAIAAGwAIAMAAAAlACABAABPADACAABQACAHAwAAuAYAILADAADCBgAwsQMAAG8AELIDAADCBgAwswMCAPYFACHHAwIA9gUAIdEDQAD4BQAhAQMAAL8MACAHAwAAuAYAILADAADCBgAwsQMAAG8AELIDAADCBgAwswMCAAAAAccDAgD2BQAh0QNAAPgFACEDAAAAbwAgAQAAcAAwAgAAcQAgCQMAALgGACCwAwAAwQYAMLEDAABzABCyAwAAwQYAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeMDAQD3BQAh5AMgALcGACEBAwAAvwwAIAkDAAC4BgAgsAMAAMEGADCxAwAAcwAQsgMAAMEGADCzAwIAAAABxwMCAPYFACHRA0AA-AUAIeMDAQD3BQAh5AMgALcGACEDAAAAcwAgAQAAdAAwAgAAdQAgCgMAALgGACCwAwAAvwYAMLEDAAB3ABCyAwAAvwYAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeADAADABuADIuEDAQD3BQAh4gMgALcGACEBAwAAvwwAIAoDAAC4BgAgsAMAAL8GADCxAwAAdwAQsgMAAL8GADCzAwIAAAABxwMCAPYFACHRA0AA-AUAIeADAADABuADIuEDAQD3BQAh4gMgALcGACEDAAAAdwAgAQAAeAAwAgAAeQAgDQMAALgGACAUAAC-BgAgIQAAuQYAICIAAL0GACCwAwAAvAYAMLEDAAB7ABCyAwAAvAYAMLMDAgD2BQAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHZAwIA-gUAIQUDAAC_DAAgFAAAvAwAICEAAMAMACAiAAC7DAAg2QMAAI0HACAOAwAAuAYAIBQAAL4GACAhAAC5BgAgIgAAvQYAILADAAC8BgAwsQMAAHsAELIDAAC8BgAwswMCAAAAAbsDQAD4BQAhxwMCAPYFACHRA0AA-AUAIdQDAQD3BQAh2QMCAPoFACG9BAAAuwYAIAMAAAB7ACABAAB8ADACAAB9ACABAAAAewAgAwAAAHsAIAEAAHwAMAIAAH0AIBEDAAC4BgAgIwAAuQYAICUAALoGACCwAwAAtQYAMLEDAACBAQAQsgMAALUGADCzAwIA9gUAIbcDAQD7BQAhuAMEALYGACG7A0AA-AUAIccDAgD2BQAh0QNAAPgFACHUAwEA9wUAIdUDAgD6BQAh1gMgALcGACHXAwIA-gUAIdgDAQD7BQAhBwMAAL8MACAjAADADAAgJQAAwQwAILcDAACNBwAg1QMAAI0HACDXAwAAjQcAINgDAACNBwAgEQMAALgGACAjAAC5BgAgJQAAugYAILADAAC1BgAwsQMAAIEBABCyAwAAtQYAMLMDAgAAAAG3AwEA-wUAIbgDBAC2BgAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHVAwIA-gUAIdYDIAC3BgAh1wMCAPoFACHYAwEA-wUAIQMAAACBAQAgAQAAggEAMAIAAIMBACABAAAAewAgCSQAALQGACAtAAGzBgAhsAMAALIGADCxAwAAhgEAELIDAACyBgAwswMCAPYFACHRA0AA-AUAIdIDAgD2BQAh0wMCAPYFACEBJAAAvgwAIAokAAC0BgAgLQABswYAIbADAACyBgAwsQMAAIYBABCyAwAAsgYAMLMDAgAAAAHRA0AA-AUAIdIDAgD2BQAh0wMCAPYFACG5BAAAsQYAIAMAAACGAQAgAQAAhwEAMAIAAIgBACABAAAAhgEAIAEAAAB7ACABAAAAgQEAIAMAAACBAQAgAQAAggEAMAIAAIMBACADAAAAUgAgAQAAUwAwAgAAVAAgAQAAAAMAIAEAAAAHACABAAAACwAgAQAAABYAIAEAAAAQACABAAAAagAgAQAAACUAIAEAAABvACABAAAAcwAgAQAAAHcAIAEAAAB7ACABAAAAgQEAIAEAAABSACABAAAAAQAgDQUAALIMACAHAACzDAAgCAAAtQwAIBgAAL0MACAaAACxDAAgGwAAtAwAIBwAALYMACAdAAC3DAAgHgAAuAwAIB8AALkMACAgAAC6DAAgJgAAuwwAICcAALwMACADAAAADQAgAQAAnQEAMAIAAAEAIAMAAAANACABAACdAQAwAgAAAQAgAwAAAA0AIAEAAJ0BADACAAABACASBQAApQwAIAcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAbAACnDAAgHAAAqQwAIB0AAKoMACAeAACrDAAgHwAArAwAICAAAK0MACAmAACuDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAS0AAKEBACAFswMCAAAAAf0DAQAAAAH-AwEAAAABtwQgAAAAAbgEIAAAAAEBLQAAowEAMAEtAACjAQAwEgUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgGwAAkAsAIBwAAJILACAdAACTCwAgHgAAlAsAIB8AAJULACAgAACWCwAgJgAAlwsAICcAAJgLACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhAgAAAAEAIC0AAKYBACAFswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIQIAAAANACAtAACoAQAgAgAAAA0AIC0AAKgBACADAAAAAQAgNAAAoQEAIDUAAKYBACABAAAAAQAgAQAAAA0AIAULAACICwAgOgAAiQsAIDsAAIwLACA8AACLCwAgPQAAigsAIAiwAwAAsAYAMLEDAACvAQAQsgMAALAGADCzAwIAygUAIf0DAQDLBQAh_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_ACABAAAAPwAgAwAAAD0AIAEAAD4AMAIAAD8AIAMAAAA9ACABAAA-ADACAAA_ACADAAAAPQAgAQAAPgAwAgAAPwAgBgYAAKAKACCzAwIAAAABtQMBAAAAAbcDAQAAAAG5AwEAAAABhgQCAAAAAQEtAADlAQAgBbMDAgAAAAG1AwEAAAABtwMBAAAAAbkDAQAAAAGGBAIAAAABAS0AAOcBADABLQAA5wEAMAYGAACfCgAgswMCAIoHACG1AwEAhwcAIbcDAQCWBwAhuQMBAJYHACGGBAIAigcAIQIAAAA_ACAtAADqAQAgBbMDAgCKBwAhtQMBAIcHACG3AwEAlgcAIbkDAQCWBwAhhgQCAIoHACECAAAAPQAgLQAA7AEAIAIAAAA9ACAtAADsAQAgAwAAAD8AIDQAAOUBACA1AADqAQAgAQAAAD8AIAEAAAA9ACAHCwAAmgoAIDoAAJsKACA7AACeCgAgPAAAnQoAID0AAJwKACC3AwAAjQcAILkDAACNBwAgCLADAACqBgAwsQMAAPMBABCyAwAAqgYAMLMDAgDKBQAhtQMBAMsFACG3AwEA3AUAIbkDAQDcBQAhhgQCAMoFACEDAAAAPQAgAQAA8gEAMDkAAPMBACADAAAAPQAgAQAAPgAwAgAAPwAgAQAAAGQAIAEAAABkACADAAAACwAgAQAAYwAwAgAAZAAgAwAAAAsAIAEAAGMAMAIAAGQAIAMAAAALACABAABjADACAABkACAKAwAAlwoAIAUAAJgKACAIAACZCgAgswMCAAAAAccDAgAAAAHRA0AAAAAB1AMBAAAAAaMEAQAAAAGkBAEAAAABpQQBAAAAAQEtAAD7AQAgB7MDAgAAAAHHAwIAAAAB0QNAAAAAAdQDAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAEBLQAA_QEAMAEtAAD9AQAwAQAAAA0AIAoDAADWCQAgBQAA1wkAIAgAANgJACCzAwIAigcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIaMEAQCWBwAhpAQBAIcHACGlBAEAlgcAIQIAAABkACAtAACBAgAgB7MDAgCKBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAhowQBAJYHACGkBAEAhwcAIaUEAQCWBwAhAgAAAAsAIC0AAIMCACACAAAACwAgLQAAgwIAIAEAAAANACADAAAAZAAgNAAA-wEAIDUAAIECACABAAAAZAAgAQAAAAsAIAcLAADRCQAgOgAA0gkAIDsAANUJACA8AADUCQAgPQAA0wkAIKMEAACNBwAgpQQAAI0HACAKsAMAAKkGADCxAwAAiwIAELIDAACpBgAwswMCAMoFACHHAwIAygUAIdEDQADNBQAh1AMBAMsFACGjBAEA3AUAIaQEAQDLBQAhpQQBANwFACEDAAAACwAgAQAAigIAMDkAAIsCACADAAAACwAgAQAAYwAwAgAAZAAgAQAAAGcAIAEAAABnACADAAAAFgAgAQAAZgAwAgAAZwAgAwAAABYAIAEAAGYAMAIAAGcAIAMAAAAWACABAABmADACAABnACAIAwAAzgkAIAgAAM8JACAKAADQCQAgswMCAAAAAccDAgAAAAHRA0AAAAABoQQBAAAAAaIEAQAAAAEBLQAAkwIAIAWzAwIAAAABxwMCAAAAAdEDQAAAAAGhBAEAAAABogQBAAAAAQEtAACVAgAwAS0AAJUCADAIAwAAswkAIAgAALQJACAKAAC1CQAgswMCAIoHACHHAwIAigcAIdEDQACJBwAhoQQBAIcHACGiBAEAhwcAIQIAAABnACAtAACYAgAgBbMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIaEEAQCHBwAhogQBAIcHACECAAAAFgAgLQAAmgIAIAIAAAAWACAtAACaAgAgAwAAAGcAIDQAAJMCACA1AACYAgAgAQAAAGcAIAEAAAAWACAFCwAArgkAIDoAAK8JACA7AACyCQAgPAAAsQkAID0AALAJACAIsAMAAKgGADCxAwAAoQIAELIDAACoBgAwswMCAMoFACHHAwIAygUAIdEDQADNBQAhoQQBAMsFACGiBAEAywUAIQMAAAAWACABAACgAgAwOQAAoQIAIAMAAAAWACABAABmADACAABnACABAAAAGwAgAQAAABsAIAMAAAAZACABAAAaADACAAAbACADAAAAGQAgAQAAGgAwAgAAGwAgAwAAABkAIAEAABoAMAIAABsAIBEEAACsCQAgBgAAqwkAIAkAAK0JACCzAwIAAAABtAMCAAAAAdEDQAAAAAH_AwEAAAABgwQBAAAAAYQEAQAAAAGGBAIAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAEBLQAAqQIAIA6zAwIAAAABtAMCAAAAAdEDQAAAAAH_AwEAAAABgwQBAAAAAYQEAQAAAAGGBAIAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAEBLQAAqwIAMAEtAACrAgAwAQAAABYAIBEEAACpCQAgBgAAqAkAIAkAAKoJACCzAwIAigcAIbQDAgCKBwAh0QNAAIkHACH_AwEAhwcAIYMEAQCWBwAhhAQBAJYHACGGBAIAigcAIZMEAgCXBwAhmgQBAJYHACGbBBAApgkAIZwEAQCWBwAhnQQBAJYHACGfBAAApwmfBCKgBAEAlgcAIQIAAAAbACAtAACvAgAgDrMDAgCKBwAhtAMCAIoHACHRA0AAiQcAIf8DAQCHBwAhgwQBAJYHACGEBAEAlgcAIYYEAgCKBwAhkwQCAJcHACGaBAEAlgcAIZsEEACmCQAhnAQBAJYHACGdBAEAlgcAIZ8EAACnCZ8EIqAEAQCWBwAhAgAAABkAIC0AALECACACAAAAGQAgLQAAsQIAIAEAAAAWACADAAAAGwAgNAAAqQIAIDUAAK8CACABAAAAGwAgAQAAABkAIA0LAAChCQAgOgAAogkAIDsAAKUJACA8AACkCQAgPQAAowkAIIMEAACNBwAghAQAAI0HACCTBAAAjQcAIJoEAACNBwAgmwQAAI0HACCcBAAAjQcAIJ0EAACNBwAgoAQAAI0HACARsAMAAKEGADCxAwAAuQIAELIDAAChBgAwswMCAMoFACG0AwIAygUAIdEDQADNBQAh_wMBAMsFACGDBAEA3AUAIYQEAQDcBQAhhgQCAMoFACGTBAIA2AUAIZoEAQDcBQAhmwQQAKIGACGcBAEA3AUAIZ0EAQDcBQAhnwQAAKMGnwQioAQBANwFACEDAAAAGQAgAQAAuAIAMDkAALkCACADAAAAGQAgAQAAGgAwAgAAGwAgAQAAABIAIAEAAAASACADAAAAEAAgAQAAEQAwAgAAEgAgAwAAABAAIAEAABEAMAIAABIAIAMAAAAQACABAAARADACAAASACAaAwAAmwkAIAQAAJkJACAGAACaCQAgBwAAnAkAIAkAAJ0JACAOAACgCQAgEQAAngkAIBIAAJ8JACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQEtAADBAgAgErMDAgAAAAG0AwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAJIEAtEDQAAAAAGGBAIAAAABhwQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAGTBAIAAAABAS0AAMMCADABLQAAwwIAMAEAAAANACABAAAACwAgAQAAABYAIBoDAAD5CAAgBAAA9wgAIAYAAPgIACAHAAD6CAAgCQAA-wgAIA4AAP4IACARAAD8CAAgEgAA_QgAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACECAAAAEgAgLQAAyQIAIBKzAwIAigcAIbQDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAAD2CJIEItEDQACJBwAhhgQCAIoHACGHBAIAigcAIYgEAQCHBwAhiQQBAIcHACGKBEAAiQcAIYsEAQCHBwAhjQQAAPUIjQQijgSAAAAAAY8EQACJBwAhkAQBAIcHACGSBAEAlgcAIZMEAgCXBwAhAgAAABAAIC0AAMsCACACAAAAEAAgLQAAywIAIAEAAAANACABAAAACwAgAQAAABYAIAMAAAASACA0AADBAgAgNQAAyQIAIAEAAAASACABAAAAEAAgCAsAAPAIACA6AADxCAAgOwAA9AgAIDwAAPMIACA9AADyCAAgjgQAAI0HACCSBAAAjQcAIJMEAACNBwAgFbADAACYBgAwsQMAANUCABCyAwAAmAYAMLMDAgDKBQAhtAMCAMoFACG7A0AAzQUAIccDAgDKBQAhzQMAAJsGkgQi0QNAAM0FACGGBAIAygUAIYcEAgDKBQAhiAQBAMsFACGJBAEAywUAIYoEQADNBQAhiwQBAMsFACGNBAAAmQaNBCKOBAAAmgYAII8EQADNBQAhkAQBAMsFACGSBAEA3AUAIZMEAgDYBQAhAwAAABAAIAEAANQCADA5AADVAgAgAwAAABAAIAEAABEAMAIAABIAIAEAAAAiACABAAAAIgAgAwAAACAAIAEAACEAMAIAACIAIAMAAAAgACABAAAhADACAAAiACADAAAAIAAgAQAAIQAwAgAAIgAgEQwAAK4IACAOAADvCAAgEAAArwgAILMDAgAAAAHNAwAAAIYEAuUDAgAAAAHvAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAf8DAQAAAAGABEAAAAABgQQBAAAAAYIEAQAAAAGDBAEAAAABhAQBAAAAAQEtAADdAgAgDrMDAgAAAAHNAwAAAIYEAuUDAgAAAAHvAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAf8DAQAAAAGABEAAAAABgQQBAAAAAYIEAQAAAAGDBAEAAAABhAQBAAAAAQEtAADfAgAwAS0AAN8CADABAAAAEAAgAQAAACUAIBEMAACfCAAgDgAA7ggAIBAAAKAIACCzAwIAigcAIc0DAACdCIYEIuUDAgCXBwAh7wMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIf8DAQCHBwAhgARAAIkHACGBBAEAlgcAIYIEAQCWBwAhgwQBAJYHACGEBAEAlgcAIQIAAAAiACAtAADkAgAgDrMDAgCKBwAhzQMAAJ0IhgQi5QMCAJcHACHvAwIAlwcAIfEDEACCCAAh8gMQAIIIACHzAxAAgggAIfQDEACCCAAh_wMBAIcHACGABEAAiQcAIYEEAQCWBwAhggQBAJYHACGDBAEAlgcAIYQEAQCWBwAhAgAAACAAIC0AAOYCACACAAAAIAAgLQAA5gIAIAEAAAAQACABAAAAJQAgAwAAACIAIDQAAN0CACA1AADkAgAgAQAAACIAIAEAAAAgACALCwAA6QgAIDoAAOoIACA7AADtCAAgPAAA7AgAID0AAOsIACDlAwAAjQcAIO8DAACNBwAggQQAAI0HACCCBAAAjQcAIIMEAACNBwAghAQAAI0HACARsAMAAJQGADCxAwAA7wIAELIDAACUBgAwswMCAMoFACHNAwAAlQaGBCLlAwIA2AUAIe8DAgDYBQAh8QMQAIMGACHyAxAAgwYAIfMDEACDBgAh9AMQAIMGACH_AwEAywUAIYAEQADNBQAhgQQBANwFACGCBAEA3AUAIYMEAQDcBQAhhAQBANwFACEDAAAAIAAgAQAA7gIAMDkAAO8CACADAAAAIAAgAQAAIQAwAgAAIgAgAQAAADQAIAEAAAA0ACADAAAAMgAgAQAAMwAwAgAANAAgAwAAADIAIAEAADMAMAIAADQAIAMAAAAyACABAAAzADACAAA0ACAGDAAA6AgAILMDAgAAAAG1AwEAAAABtwMBAAAAAbkDAQAAAAHvAwIAAAABAS0AAPcCACAFswMCAAAAAbUDAQAAAAG3AwEAAAABuQMBAAAAAe8DAgAAAAEBLQAA-QIAMAEtAAD5AgAwBgwAAOcIACCzAwIAigcAIbUDAQCHBwAhtwMBAIcHACG5AwEAlgcAIe8DAgCKBwAhAgAAADQAIC0AAPwCACAFswMCAIoHACG1AwEAhwcAIbcDAQCHBwAhuQMBAJYHACHvAwIAigcAIQIAAAAyACAtAAD-AgAgAgAAADIAIC0AAP4CACADAAAANAAgNAAA9wIAIDUAAPwCACABAAAANAAgAQAAADIAIAYLAADiCAAgOgAA4wgAIDsAAOYIACA8AADlCAAgPQAA5AgAILkDAACNBwAgCLADAACTBgAwsQMAAIUDABCyAwAAkwYAMLMDAgDKBQAhtQMBAMsFACG3AwEAywUAIbkDAQDcBQAh7wMCAMoFACEDAAAAMgAgAQAAhAMAMDkAAIUDACADAAAAMgAgAQAAMwAwAgAANAAgAQAAAGwAIAEAAABsACADAAAAagAgAQAAawAwAgAAbAAgAwAAAGoAIAEAAGsAMAIAAGwAIAMAAABqACABAABrADACAABsACAGAwAA4QgAILMDAgAAAAHHAwIAAAAB_AMBAAAAAf0DAQAAAAH-AwEAAAABAS0AAI0DACAFswMCAAAAAccDAgAAAAH8AwEAAAAB_QMBAAAAAf4DAQAAAAEBLQAAjwMAMAEtAACPAwAwBgMAAOAIACCzAwIAigcAIccDAgCKBwAh_AMBAIcHACH9AwEAhwcAIf4DAQCHBwAhAgAAAGwAIC0AAJIDACAFswMCAIoHACHHAwIAigcAIfwDAQCHBwAh_QMBAIcHACH-AwEAhwcAIQIAAABqACAtAACUAwAgAgAAAGoAIC0AAJQDACADAAAAbAAgNAAAjQMAIDUAAJIDACABAAAAbAAgAQAAAGoAIAULAADbCAAgOgAA3AgAIDsAAN8IACA8AADeCAAgPQAA3QgAIAiwAwAAkgYAMLEDAACbAwAQsgMAAJIGADCzAwIAygUAIccDAgDKBQAh_AMBAMsFACH9AwEAywUAIf4DAQDLBQAhAwAAAGoAIAEAAJoDADA5AACbAwAgAwAAAGoAIAEAAGsAMAIAAGwAIAEAAABIACABAAAASAAgAwAAAEYAIAEAAEcAMAIAAEgAIAMAAABGACABAABHADACAABIACADAAAARgAgAQAARwAwAgAASAAgBwQAANkIACAWAADaCAAgswMCAAAAAbQDAgAAAAHRA0AAAAAB-QMBAAAAAfsDAAAA-wMCAS0AAKMDACAFswMCAAAAAbQDAgAAAAHRA0AAAAAB-QMBAAAAAfsDAAAA-wMCAS0AAKUDADABLQAApQMAMAcEAADLCAAgFgAAzAgAILMDAgCKBwAhtAMCAIoHACHRA0AAiQcAIfkDAQCHBwAh-wMAAMoI-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_gcAIDsAAIEIACA8AACACAAgPQAA_wcAIOcDAACNBwAg7QMAAI0HACDuAwAAjQcAIA6wAwAAggYAMLEDAAD3AwAQsgMAAIIGADCzAwIAygUAIdEDQADNBQAh5QMCAMoFACHmAwIAygUAIecDAQDcBQAh6AMQAIMGACHpAxAAgwYAIesDAACEBusDIuwDQADNBQAh7QMBANwFACHuAwEA3AUAIQMAAAApACABAAD2AwAwOQAA9wMAIAMAAAApACABAAAqADACAAArACABAAAAcQAgAQAAAHEAIAMAAABvACABAABwADACAABxACADAAAAbwAgAQAAcAAwAgAAcQAgAwAAAG8AIAEAAHAAMAIAAHEAIAQDAAD8BwAgswMCAAAAAccDAgAAAAHRA0AAAAABAS0AAP8DACADswMCAAAAAccDAgAAAAHRA0AAAAABAS0AAIEEADABLQAAgQQAMAQDAAD7BwAgswMCAIoHACHHAwIAigcAIdEDQACJBwAhAgAAAHEAIC0AAIQEACADswMCAIoHACHHAwIAigcAIdEDQACJBwAhAgAAAG8AIC0AAIYEACACAAAAbwAgLQAAhgQAIAMAAABxACA0AAD_AwAgNQAAhAQAIAEAAABxACABAAAAbwAgBQsAAPYHACA6AAD3BwAgOwAA-gcAIDwAAPkHACA9AAD4BwAgBrADAACBBgAwsQMAAI0EABCyAwAAgQYAMLMDAgDKBQAhxwMCAMoFACHRA0AAzQUAIQMAAABvACABAACMBAAwOQAAjQQAIAMAAABvACABAABwADACAABxACABAAAAdQAgAQAAAHUAIAMAAABzACABAAB0ADACAAB1ACADAAAAcwAgAQAAdAAwAgAAdQAgAwAAAHMAIAEAAHQAMAIAAHUAIAYDAAD1BwAgswMCAAAAAccDAgAAAAHRA0AAAAAB4wMBAAAAAeQDIAAAAAEBLQAAlQQAIAWzAwIAAAABxwMCAAAAAdEDQAAAAAHjAwEAAAAB5AMgAAAAAQEtAACXBAAwAS0AAJcEADAGAwAA9AcAILMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIeMDAQCHBwAh5AMgAKkHACECAAAAdQAgLQAAmgQAIAWzAwIAigcAIccDAgCKBwAh0QNAAIkHACHjAwEAhwcAIeQDIACpBwAhAgAAAHMAIC0AAJwEACACAAAAcwAgLQAAnAQAIAMAAAB1ACA0AACVBAAgNQAAmgQAIAEAAAB1ACABAAAAcwAgBQsAAO8HACA6AADwBwAgOwAA8wcAIDwAAPIHACA9AADxBwAgCLADAACABgAwsQMAAKMEABCyAwAAgAYAMLMDAgDKBQAhxwMCAMoFACHRA0AAzQUAIeMDAQDLBQAh5AMgAO0FACEDAAAAcwAgAQAAogQAMDkAAKMEACADAAAAcwAgAQAAdAAwAgAAdQAgAQAAAHkAIAEAAAB5ACADAAAAdwAgAQAAeAAwAgAAeQAgAwAAAHcAIAEAAHgAMAIAAHkAIAMAAAB3ACABAAB4ADACAAB5ACAHAwAA7gcAILMDAgAAAAHHAwIAAAAB0QNAAAAAAeADAAAA4AMC4QMBAAAAAeIDIAAAAAEBLQAAqwQAIAazAwIAAAABxwMCAAAAAdEDQAAAAAHgAwAAAOADAuEDAQAAAAHiAyAAAAABAS0AAK0EADABLQAArQQAMAcDAADtBwAgswMCAIoHACHHAwIAigcAIdEDQACJBwAh4AMAAOwH4AMi4QMBAIcHACHiAyAAqQcAIQIAAAB5ACAtAACwBAAgBrMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIeADAADsB-ADIuEDAQCHBwAh4gMgAKkHACECAAAAdwAgLQAAsgQAIAIAAAB3ACAtAACyBAAgAwAAAHkAIDQAAKsEACA1AACwBAAgAQAAAHkAIAEAAAB3ACAFCwAA5wcAIDoAAOgHACA7AADrBwAgPAAA6gcAID0AAOkHACAJsAMAAPwFADCxAwAAuQQAELIDAAD8BQAwswMCAMoFACHHAwIAygUAIdEDQADNBQAh4AMAAP0F4AMi4QMBAMsFACHiAyAA7QUAIQMAAAB3ACABAAC4BAAwOQAAuQQAIAMAAAB3ACABAAB4ADACAAB5ACAKsAMAAPUFADCxAwAAvwQAELIDAAD1BQAwswMCAAAAAc0DAQD3BQAh2gMBAPcFACHbA0AA-AUAIdwDQAD5BQAh3QMCAPoFACHeAwEA-wUAIQEAAAC8BAAgAQAAALwEACAKsAMAAPUFADCxAwAAvwQAELIDAAD1BQAwswMCAPYFACHNAwEA9wUAIdoDAQD3BQAh2wNAAPgFACHcA0AA-QUAId0DAgD6BQAh3gMBAPsFACED3AMAAI0HACDdAwAAjQcAIN4DAACNBwAgAwAAAL8EACABAADABAAwAgAAvAQAIAMAAAC_BAAgAQAAwAQAMAIAALwEACADAAAAvwQAIAEAAMAEADACAAC8BAAgB7MDAgAAAAHNAwEAAAAB2gMBAAAAAdsDQAAAAAHcA0AAAAAB3QMCAAAAAd4DAQAAAAEBLQAAxAQAIAezAwIAAAABzQMBAAAAAdoDAQAAAAHbA0AAAAAB3ANAAAAAAd0DAgAAAAHeAwEAAAABAS0AAMYEADABLQAAxgQAMAezAwIAigcAIc0DAQCHBwAh2gMBAIcHACHbA0AAiQcAIdwDQADmBwAh3QMCAJcHACHeAwEAlgcAIQIAAAC8BAAgLQAAyQQAIAezAwIAigcAIc0DAQCHBwAh2gMBAIcHACHbA0AAiQcAIdwDQADmBwAh3QMCAJcHACHeAwEAlgcAIQIAAAC_BAAgLQAAywQAIAIAAAC_BAAgLQAAywQAIAMAAAC8BAAgNAAAxAQAIDUAAMkEACABAAAAvAQAIAEAAAC_BAAgCAsAAOEHACA6AADiBwAgOwAA5QcAIDwAAOQHACA9AADjBwAg3AMAAI0HACDdAwAAjQcAIN4DAACNBwAgCrADAADxBQAwsQMAANIEABCyAwAA8QUAMLMDAgDKBQAhzQMBAMsFACHaAwEAywUAIdsDQADNBQAh3ANAAPIFACHdAwIA2AUAId4DAQDcBQAhAwAAAL8EACABAADRBAAwOQAA0gQAIAMAAAC_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_BQAgAwAAAFkAIDQAALgFACA1AAC9BQAgAQAAAFkAIAEAAABXACAFCwAAggcAIDoAAIMHACA7AACGBwAgPAAAhQcAID0AAIQHACAMsAMAAMkFADCxAwAAxgUAELIDAADJBQAwswMCAMoFACG0AwIAygUAIbUDAQDLBQAhtgMBAMsFACG3AwEAywUAIbgDBADMBQAhuQMBAMsFACG6A0AAzQUAIbsDQADNBQAhAwAAAFcAIAEAAMUFADA5AADGBQAgAwAAAFcAIAEAAFgAMAIAAFkAIAywAwAAyQUAMLEDAADGBQAQsgMAAMkFADCzAwIAygUAIbQDAgDKBQAhtQMBAMsFACG2AwEAywUAIbcDAQDLBQAhuAMEAMwFACG5AwEAywUAIboDQADNBQAhuwNAAM0FACENCwAAzwUAIDoAANIFACA7AADPBQAgPAAAzwUAID0AAM8FACC8AwIAAAABvQMCAAAABL4DAgAAAAS_AwIAAAABwAMCAAAAAcEDAgAAAAHCAwIAAAABwwMCANYFACEOCwAAzwUAIDwAANUFACA9AADVBQAgvAMBAAAAAb0DAQAAAAS-AwEAAAAEvwMBAAAAAcADAQAAAAHBAwEAAAABwgMBAAAAAcMDAQDUBQAhxAMBAAAAAcUDAQAAAAHGAwEAAAABDQsAAM8FACA6AADSBQAgOwAA0wUAIDwAANMFACA9AADTBQAgvAMEAAAAAb0DBAAAAAS-AwQAAAAEvwMEAAAAAcADBAAAAAHBAwQAAAABwgMEAAAAAcMDBADRBQAhCwsAAM8FACA8AADQBQAgPQAA0AUAILwDQAAAAAG9A0AAAAAEvgNAAAAABL8DQAAAAAHAA0AAAAABwQNAAAAAAcIDQAAAAAHDA0AAzgUAIQsLAADPBQAgPAAA0AUAID0AANAFACC8A0AAAAABvQNAAAAABL4DQAAAAAS_A0AAAAABwANAAAAAAcEDQAAAAAHCA0AAAAABwwNAAM4FACEIvAMCAAAAAb0DAgAAAAS-AwIAAAAEvwMCAAAAAcADAgAAAAHBAwIAAAABwgMCAAAAAcMDAgDPBQAhCLwDQAAAAAG9A0AAAAAEvgNAAAAABL8DQAAAAAHAA0AAAAABwQNAAAAAAcIDQAAAAAHDA0AA0AUAIQ0LAADPBQAgOgAA0gUAIDsAANMFACA8AADTBQAgPQAA0wUAILwDBAAAAAG9AwQAAAAEvgMEAAAABL8DBAAAAAHAAwQAAAABwQMEAAAAAcIDBAAAAAHDAwQA0QUAIQi8AwgAAAABvQMIAAAABL4DCAAAAAS_AwgAAAABwAMIAAAAAcEDCAAAAAHCAwgAAAABwwMIANIFACEIvAMEAAAAAb0DBAAAAAS-AwQAAAAEvwMEAAAAAcADBAAAAAHBAwQAAAABwgMEAAAAAcMDBADTBQAhDgsAAM8FACA8AADVBQAgPQAA1QUAILwDAQAAAAG9AwEAAAAEvgMBAAAABL8DAQAAAAHAAwEAAAABwQMBAAAAAcIDAQAAAAHDAwEA1AUAIcQDAQAAAAHFAwEAAAABxgMBAAAAAQu8AwEAAAABvQMBAAAABL4DAQAAAAS_AwEAAAABwAMBAAAAAcEDAQAAAAHCAwEAAAABwwMBANUFACHEAwEAAAABxQMBAAAAAcYDAQAAAAENCwAAzwUAIDoAANIFACA7AADPBQAgPAAAzwUAID0AAM8FACC8AwIAAAABvQMCAAAABL4DAgAAAAS_AwIAAAABwAMCAAAAAcEDAgAAAAHCAwIAAAABwwMCANYFACENsAMAANcFADCxAwAAsAUAELIDAADXBQAwswMCAMoFACG0AwIAygUAIccDAgDYBQAhyQMAANkFyQMiywMAANoFywMizQMAANsFzQMizgMBANwFACHPAwIA2AUAIdADAQDcBQAh0QNAAM0FACENCwAA3gUAIDoAAOcFACA7AADeBQAgPAAA3gUAID0AAN4FACC8AwIAAAABvQMCAAAABb4DAgAAAAW_AwIAAAABwAMCAAAAAcEDAgAAAAHCAwIAAAABwwMCAOYFACEHCwAAzwUAIDwAAOUFACA9AADlBQAgvAMAAADJAwK9AwAAAMkDCL4DAAAAyQMIwwMAAOQFyQMiBwsAAM8FACA8AADjBQAgPQAA4wUAILwDAAAAywMCvQMAAADLAwi-AwAAAMsDCMMDAADiBcsDIgcLAADPBQAgPAAA4QUAID0AAOEFACC8AwAAAM0DAr0DAAAAzQMIvgMAAADNAwjDAwAA4AXNAyIOCwAA3gUAIDwAAN8FACA9AADfBQAgvAMBAAAAAb0DAQAAAAW-AwEAAAAFvwMBAAAAAcADAQAAAAHBAwEAAAABwgMBAAAAAcMDAQDdBQAhxAMBAAAAAcUDAQAAAAHGAwEAAAABDgsAAN4FACA8AADfBQAgPQAA3wUAILwDAQAAAAG9AwEAAAAFvgMBAAAABb8DAQAAAAHAAwEAAAABwQMBAAAAAcIDAQAAAAHDAwEA3QUAIcQDAQAAAAHFAwEAAAABxgMBAAAAAQi8AwIAAAABvQMCAAAABb4DAgAAAAW_AwIAAAABwAMCAAAAAcEDAgAAAAHCAwIAAAABwwMCAN4FACELvAMBAAAAAb0DAQAAAAW-AwEAAAAFvwMBAAAAAcADAQAAAAHBAwEAAAABwgMBAAAAAcMDAQDfBQAhxAMBAAAAAcUDAQAAAAHGAwEAAAABBwsAAM8FACA8AADhBQAgPQAA4QUAILwDAAAAzQMCvQMAAADNAwi-AwAAAM0DCMMDAADgBc0DIgS8AwAAAM0DAr0DAAAAzQMIvgMAAADNAwjDAwAA4QXNAyIHCwAAzwUAIDwAAOMFACA9AADjBQAgvAMAAADLAwK9AwAAAMsDCL4DAAAAywMIwwMAAOIFywMiBLwDAAAAywMCvQMAAADLAwi-AwAAAMsDCMMDAADjBcsDIgcLAADPBQAgPAAA5QUAID0AAOUFACC8AwAAAMkDAr0DAAAAyQMIvgMAAADJAwjDAwAA5AXJAyIEvAMAAADJAwK9AwAAAMkDCL4DAAAAyQMIwwMAAOUFyQMiDQsAAN4FACA6AADnBQAgOwAA3gUAIDwAAN4FACA9AADeBQAgvAMCAAAAAb0DAgAAAAW-AwIAAAAFvwMCAAAAAcADAgAAAAHBAwIAAAABwgMCAAAAAcMDAgDmBQAhCLwDCAAAAAG9AwgAAAAFvgMIAAAABb8DCAAAAAHAAwgAAAABwQMIAAAAAcIDCAAAAAHDAwgA5wUAIQgtAAHpBQAhsAMAAOgFADCxAwAAmAUAELIDAADoBQAwswMCAMoFACHRA0AAzQUAIdIDAgDKBQAh0wMCAMoFACEHCwAAzwUAIDwAAOsFACA9AADrBQAgvAMAAQAAAb0DAAEAAAS-AwABAAAEwwMAAeoFACEHCwAAzwUAIDwAAOsFACA9AADrBQAgvAMAAQAAAb0DAAEAAAS-AwABAAAEwwMAAeoFACEEvAMAAQAAAb0DAAEAAAS-AwABAAAEwwMAAesFACEOsAMAAOwFADCxAwAAggUAELIDAADsBQAwswMCAMoFACG3AwEA3AUAIbgDBADMBQAhuwNAAM0FACHHAwIAygUAIdEDQADNBQAh1AMBAMsFACHVAwIA2AUAIdYDIADtBQAh1wMCANgFACHYAwEA3AUAIQULAADPBQAgPAAA7wUAID0AAO8FACC8AyAAAAABwwMgAO4FACEFCwAAzwUAIDwAAO8FACA9AADvBQAgvAMgAAAAAcMDIADuBQAhArwDIAAAAAHDAyAA7wUAIQmwAwAA8AUAMLEDAADqBAAQsgMAAPAFADCzAwIAygUAIbsDQADNBQAhxwMCAMoFACHRA0AAzQUAIdQDAQDLBQAh2QMCANgFACEKsAMAAPEFADCxAwAA0gQAELIDAADxBQAwswMCAMoFACHNAwEAywUAIdoDAQDLBQAh2wNAAM0FACHcA0AA8gUAId0DAgDYBQAh3gMBANwFACELCwAA3gUAIDwAAPQFACA9AAD0BQAgvANAAAAAAb0DQAAAAAW-A0AAAAAFvwNAAAAAAcADQAAAAAHBA0AAAAABwgNAAAAAAcMDQADzBQAhCwsAAN4FACA8AAD0BQAgPQAA9AUAILwDQAAAAAG9A0AAAAAFvgNAAAAABb8DQAAAAAHAA0AAAAABwQNAAAAAAcIDQAAAAAHDA0AA8wUAIQi8A0AAAAABvQNAAAAABb4DQAAAAAW_A0AAAAABwANAAAAAAcEDQAAAAAHCA0AAAAABwwNAAPQFACEKsAMAAPUFADCxAwAAvwQAELIDAAD1BQAwswMCAPYFACHNAwEA9wUAIdoDAQD3BQAh2wNAAPgFACHcA0AA-QUAId0DAgD6BQAh3gMBAPsFACEIvAMCAAAAAb0DAgAAAAS-AwIAAAAEvwMCAAAAAcADAgAAAAHBAwIAAAABwgMCAAAAAcMDAgDPBQAhC7wDAQAAAAG9AwEAAAAEvgMBAAAABL8DAQAAAAHAAwEAAAABwQMBAAAAAcIDAQAAAAHDAwEA1QUAIcQDAQAAAAHFAwEAAAABxgMBAAAAAQi8A0AAAAABvQNAAAAABL4DQAAAAAS_A0AAAAABwANAAAAAAcEDQAAAAAHCA0AAAAABwwNAANAFACEIvANAAAAAAb0DQAAAAAW-A0AAAAAFvwNAAAAAAcADQAAAAAHBA0AAAAABwgNAAAAAAcMDQAD0BQAhCLwDAgAAAAG9AwIAAAAFvgMCAAAABb8DAgAAAAHAAwIAAAABwQMCAAAAAcIDAgAAAAHDAwIA3gUAIQu8AwEAAAABvQMBAAAABb4DAQAAAAW_AwEAAAABwAMBAAAAAcEDAQAAAAHCAwEAAAABwwMBAN8FACHEAwEAAAABxQMBAAAAAcYDAQAAAAEJsAMAAPwFADCxAwAAuQQAELIDAAD8BQAwswMCAMoFACHHAwIAygUAIdEDQADNBQAh4AMAAP0F4AMi4QMBAMsFACHiAyAA7QUAIQcLAADPBQAgPAAA_wUAID0AAP8FACC8AwAAAOADAr0DAAAA4AMIvgMAAADgAwjDAwAA_gXgAyIHCwAAzwUAIDwAAP8FACA9AAD_BQAgvAMAAADgAwK9AwAAAOADCL4DAAAA4AMIwwMAAP4F4AMiBLwDAAAA4AMCvQMAAADgAwi-AwAAAOADCMMDAAD_BeADIgiwAwAAgAYAMLEDAACjBAAQsgMAAIAGADCzAwIAygUAIccDAgDKBQAh0QNAAM0FACHjAwEAywUAIeQDIADtBQAhBrADAACBBgAwsQMAAI0EABCyAwAAgQYAMLMDAgDKBQAhxwMCAMoFACHRA0AAzQUAIQ6wAwAAggYAMLEDAAD3AwAQsgMAAIIGADCzAwIAygUAIdEDQADNBQAh5QMCAMoFACHmAwIAygUAIecDAQDcBQAh6AMQAIMGACHpAxAAgwYAIesDAACEBusDIuwDQADNBQAh7QMBANwFACHuAwEA3AUAIQ0LAADPBQAgOgAAiAYAIDsAAIgGACA8AACIBgAgPQAAiAYAILwDEAAAAAG9AxAAAAAEvgMQAAAABL8DEAAAAAHAAxAAAAABwQMQAAAAAcIDEAAAAAHDAxAAhwYAIQcLAADPBQAgPAAAhgYAID0AAIYGACC8AwAAAOsDAr0DAAAA6wMIvgMAAADrAwjDAwAAhQbrAyIHCwAAzwUAIDwAAIYGACA9AACGBgAgvAMAAADrAwK9AwAAAOsDCL4DAAAA6wMIwwMAAIUG6wMiBLwDAAAA6wMCvQMAAADrAwi-AwAAAOsDCMMDAACGBusDIg0LAADPBQAgOgAAiAYAIDsAAIgGACA8AACIBgAgPQAAiAYAILwDEAAAAAG9AxAAAAAEvgMQAAAABL8DEAAAAAHAAxAAAAABwQMQAAAAAcIDEAAAAAHDAxAAhwYAIQi8AxAAAAABvQMQAAAABL4DEAAAAAS_AxAAAAABwAMQAAAAAcEDEAAAAAHCAxAAAAABwwMQAIgGACERsAMAAIkGADCxAwAA4QMAELIDAACJBgAwswMCAMoFACG0AwIAygUAIbsDQADNBQAhxwMCAMoFACHNAwAAigb2AyLRA0AAzQUAIe4DAQDcBQAh7wMCANgFACHwAwIA2AUAIfEDEACDBgAh8gMQAIMGACHzAxAAgwYAIfQDEACDBgAh9gMBANwFACEHCwAAzwUAIDwAAIwGACA9AACMBgAgvAMAAAD2AwK9AwAAAPYDCL4DAAAA9gMIwwMAAIsG9gMiBwsAAM8FACA8AACMBgAgPQAAjAYAILwDAAAA9gMCvQMAAAD2Awi-AwAAAPYDCMMDAACLBvYDIgS8AwAAAPYDAr0DAAAA9gMIvgMAAAD2AwjDAwAAjAb2AyIIsAMAAI0GADCxAwAAxwMAELIDAACNBgAwswMCAMoFACG1AwEAywUAIboDQADNBQAh9wMAAekFACH4AwIAygUAIQiwAwAAjgYAMLEDAACxAwAQsgMAAI4GADCzAwIAygUAIbQDAgDKBQAh0QNAAM0FACH5AwEAywUAIfsDAACPBvsDIgcLAADPBQAgPAAAkQYAID0AAJEGACC8AwAAAPsDAr0DAAAA-wMIvgMAAAD7AwjDAwAAkAb7AyIHCwAAzwUAIDwAAJEGACA9AACRBgAgvAMAAAD7AwK9AwAAAPsDCL4DAAAA-wMIwwMAAJAG-wMiBLwDAAAA-wMCvQMAAAD7Awi-AwAAAPsDCMMDAACRBvsDIgiwAwAAkgYAMLEDAACbAwAQsgMAAJIGADCzAwIAygUAIccDAgDKBQAh_AMBAMsFACH9AwEAywUAIf4DAQDLBQAhCLADAACTBgAwsQMAAIUDABCyAwAAkwYAMLMDAgDKBQAhtQMBAMsFACG3AwEAywUAIbkDAQDcBQAh7wMCAMoFACERsAMAAJQGADCxAwAA7wIAELIDAACUBgAwswMCAMoFACHNAwAAlQaGBCLlAwIA2AUAIe8DAgDYBQAh8QMQAIMGACHyAxAAgwYAIfMDEACDBgAh9AMQAIMGACH_AwEAywUAIYAEQADNBQAhgQQBANwFACGCBAEA3AUAIYMEAQDcBQAhhAQBANwFACEHCwAAzwUAIDwAAJcGACA9AACXBgAgvAMAAACGBAK9AwAAAIYECL4DAAAAhgQIwwMAAJYGhgQiBwsAAM8FACA8AACXBgAgPQAAlwYAILwDAAAAhgQCvQMAAACGBAi-AwAAAIYECMMDAACWBoYEIgS8AwAAAIYEAr0DAAAAhgQIvgMAAACGBAjDAwAAlwaGBCIVsAMAAJgGADCxAwAA1QIAELIDAACYBgAwswMCAMoFACG0AwIAygUAIbsDQADNBQAhxwMCAMoFACHNAwAAmwaSBCLRA0AAzQUAIYYEAgDKBQAhhwQCAMoFACGIBAEAywUAIYkEAQDLBQAhigRAAM0FACGLBAEAywUAIY0EAACZBo0EIo4EAACaBgAgjwRAAM0FACGQBAEAywUAIZIEAQDcBQAhkwQCANgFACEHCwAAzwUAIDwAAKAGACA9AACgBgAgvAMAAACNBAK9AwAAAI0ECL4DAAAAjQQIwwMAAJ8GjQQiDwsAAN4FACA8AACeBgAgPQAAngYAILwDgAAAAAG_A4AAAAABwAOAAAAAAcEDgAAAAAHCA4AAAAABwwOAAAAAAZQEAQAAAAGVBAEAAAABlgQBAAAAAZcEgAAAAAGYBIAAAAABmQSAAAAAAQcLAADPBQAgPAAAnQYAID0AAJ0GACC8AwAAAJIEAr0DAAAAkgQIvgMAAACSBAjDAwAAnAaSBCIHCwAAzwUAIDwAAJ0GACA9AACdBgAgvAMAAACSBAK9AwAAAJIECL4DAAAAkgQIwwMAAJwGkgQiBLwDAAAAkgQCvQMAAACSBAi-AwAAAJIECMMDAACdBpIEIgy8A4AAAAABvwOAAAAAAcADgAAAAAHBA4AAAAABwgOAAAAAAcMDgAAAAAGUBAEAAAABlQQBAAAAAZYEAQAAAAGXBIAAAAABmASAAAAAAZkEgAAAAAEHCwAAzwUAIDwAAKAGACA9AACgBgAgvAMAAACNBAK9AwAAAI0ECL4DAAAAjQQIwwMAAJ8GjQQiBLwDAAAAjQQCvQMAAACNBAi-AwAAAI0ECMMDAACgBo0EIhGwAwAAoQYAMLEDAAC5AgAQsgMAAKEGADCzAwIAygUAIbQDAgDKBQAh0QNAAM0FACH_AwEAywUAIYMEAQDcBQAhhAQBANwFACGGBAIAygUAIZMEAgDYBQAhmgQBANwFACGbBBAAogYAIZwEAQDcBQAhnQQBANwFACGfBAAAowafBCKgBAEA3AUAIQ0LAADeBQAgOgAApwYAIDsAAKcGACA8AACnBgAgPQAApwYAILwDEAAAAAG9AxAAAAAFvgMQAAAABb8DEAAAAAHAAxAAAAABwQMQAAAAAcIDEAAAAAHDAxAApgYAIQcLAADPBQAgPAAApQYAID0AAKUGACC8AwAAAJ8EAr0DAAAAnwQIvgMAAACfBAjDAwAApAafBCIHCwAAzwUAIDwAAKUGACA9AAClBgAgvAMAAACfBAK9AwAAAJ8ECL4DAAAAnwQIwwMAAKQGnwQiBLwDAAAAnwQCvQMAAACfBAi-AwAAAJ8ECMMDAAClBp8EIg0LAADeBQAgOgAApwYAIDsAAKcGACA8AACnBgAgPQAApwYAILwDEAAAAAG9AxAAAAAFvgMQAAAABb8DEAAAAAHAAxAAAAABwQMQAAAAAcIDEAAAAAHDAxAApgYAIQi8AxAAAAABvQMQAAAABb4DEAAAAAW_AxAAAAABwAMQAAAAAcEDEAAAAAHCAxAAAAABwwMQAKcGACEIsAMAAKgGADCxAwAAoQIAELIDAACoBgAwswMCAMoFACHHAwIAygUAIdEDQADNBQAhoQQBAMsFACGiBAEAywUAIQqwAwAAqQYAMLEDAACLAgAQsgMAAKkGADCzAwIAygUAIccDAgDKBQAh0QNAAM0FACHUAwEAywUAIaMEAQDcBQAhpAQBAMsFACGlBAEA3AUAIQiwAwAAqgYAMLEDAADzAQAQsgMAAKoGADCzAwIAygUAIbUDAQDLBQAhtwMBANwFACG5AwEA3AUAIYYEAgDKBQAhEbADAACrBgAwsQMAAN0BABCyAwAAqwYAMLMDAgDKBQAhtAMCAMoFACHHAwIAygUAIc0DAQDLBQAh0QNAAM0FACHgAwEAywUAIe4DAQDcBQAh-QMBAMsFACGHBAIAygUAIaYEQADNBQAhpwQBAMsFACGoBAEAywUAIakEAQDcBQAhqwQAAKwGqwQiBwsAAM8FACA8AACuBgAgPQAArgYAILwDAAAAqwQCvQMAAACrBAi-AwAAAKsECMMDAACtBqsEIgcLAADPBQAgPAAArgYAID0AAK4GACC8AwAAAKsEAr0DAAAAqwQIvgMAAACrBAjDAwAArQarBCIEvAMAAACrBAK9AwAAAKsECL4DAAAAqwQIwwMAAK4GqwQiFrADAACvBgAwsQMAAMUBABCyAwAArwYAMLMDAgDKBQAhxwMCAMoFACHNAwAArAarBCLRA0AAzQUAIYoEQADyBQAhkAQBANwFACGjBAEA3AUAIaUEAQDLBQAhrAQBAMsFACGtBAEAywUAIa4EAQDLBQAhrwQBANwFACGwBAEA3AUAIbEEAQDcBQAhsgQBANwFACGzBAEA3AUAIbQEAQDcBQAhtQQBANwFACG2BAEA3AUAIQiwAwAAsAYAMLEDAACvAQAQsgMAALAGADCzAwIAygUAIf0DAQDLBQAh_gMBAMsFACG3BCAA7QUAIbgEIADtBQAhAtIDAgAAAAHTAwIAAAABCSQAALQGACAtAAGzBgAhsAMAALIGADCxAwAAhgEAELIDAACyBgAwswMCAPYFACHRA0AA-AUAIdIDAgD2BQAh0wMCAPYFACEEvAMAAQAAAb0DAAEAAAS-AwABAAAEwwMAAesFACETAwAAuAYAICMAALkGACAlAAC6BgAgsAMAALUGADCxAwAAgQEAELIDAAC1BgAwswMCAPYFACG3AwEA-wUAIbgDBAC2BgAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHVAwIA-gUAIdYDIAC3BgAh1wMCAPoFACHYAwEA-wUAIcAEAACBAQAgwQQAAIEBACARAwAAuAYAICMAALkGACAlAAC6BgAgsAMAALUGADCxAwAAgQEAELIDAAC1BgAwswMCAPYFACG3AwEA-wUAIbgDBAC2BgAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHVAwIA-gUAIdYDIAC3BgAh1wMCAPoFACHYAwEA-wUAIQi8AwQAAAABvQMEAAAABL4DBAAAAAS_AwQAAAABwAMEAAAAAcEDBAAAAAHCAwQAAAABwwMEANMFACECvAMgAAAAAcMDIADvBQAhFwUAAMsGACAHAAD0BgAgCAAAxwYAIBgAAPsGACAaAADzBgAgGwAA9QYAIBwAAPYGACAdAAD3BgAgHgAA-AYAIB8AAPkGACAgAAD6BgAgJgAAvQYAICcAAL4GACCwAwAA8gYAMLEDAAANABCyAwAA8gYAMLMDAgD2BQAh_QMBAPcFACH-AwEA9wUAIbcEIAC3BgAhuAQgALcGACHABAAADQAgwQQAAA0AIA8DAAC4BgAgFAAAvgYAICEAALkGACAiAAC9BgAgsAMAALwGADCxAwAAewAQsgMAALwGADCzAwIA9gUAIbsDQAD4BQAhxwMCAPYFACHRA0AA-AUAIdQDAQD3BQAh2QMCAPoFACHABAAAewAgwQQAAHsAIAO6BAAAhgEAILsEAACGAQAgvAQAAIYBACADxwMCAAAAAdQDAQAAAAHZAwIAAAABDQMAALgGACAUAAC-BgAgIQAAuQYAICIAAL0GACCwAwAAvAYAMLEDAAB7ABCyAwAAvAYAMLMDAgD2BQAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHZAwIA-gUAIQO6BAAAewAguwQAAHsAILwEAAB7ACADugQAAIEBACC7BAAAgQEAILwEAACBAQAgCgMAALgGACCwAwAAvwYAMLEDAAB3ABCyAwAAvwYAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeADAADABuADIuEDAQD3BQAh4gMgALcGACEEvAMAAADgAwK9AwAAAOADCL4DAAAA4AMIwwMAAP8F4AMiCQMAALgGACCwAwAAwQYAMLEDAABzABCyAwAAwQYAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeMDAQD3BQAh5AMgALcGACEHAwAAuAYAILADAADCBgAwsQMAAG8AELIDAADCBgAwswMCAPYFACHHAwIA9gUAIdEDQAD4BQAhAscDAgAAAAH8AwEAAAABCQMAALgGACCwAwAAxAYAMLEDAABqABCyAwAAxAYAMLMDAgD2BQAhxwMCAPYFACH8AwEA9wUAIf0DAQD3BQAh_gMBAPcFACECxwMCAAAAAaEEAQAAAAELAwAAuAYAIAgAAMcGACAKAADIBgAgsAMAAMYGADCxAwAAFgAQsgMAAMYGADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACGhBAEA9wUAIaIEAQD3BQAhA7oEAAAQACC7BAAAEAAgvAQAABAAIAO6BAAAGQAguwQAABkAILwEAAAZACANAwAAygYAIAUAAMsGACAIAADHBgAgsAMAAMkGADCxAwAACwAQsgMAAMkGADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACHUAwEA9wUAIaMEAQD7BQAhpAQBAPcFACGlBAEA-wUAIRcFAADLBgAgBwAA9AYAIAgAAMcGACAYAAD7BgAgGgAA8wYAIBsAAPUGACAcAAD2BgAgHQAA9wYAIB4AAPgGACAfAAD5BgAgIAAA-gYAICYAAL0GACAnAAC-BgAgsAMAAPIGADCxAwAADQAQsgMAAPIGADCzAwIA9gUAIf0DAQD3BQAh_gMBAPcFACG3BCAAtwYAIbgEIAC3BgAhwAQAAA0AIMEEAAANACADugQAAAcAILsEAAAHACC8BAAABwAgDQQAAM0GACCwAwAAzAYAMLEDAABXABCyAwAAzAYAMLMDAgD2BQAhtAMCAPYFACG1AwEA9wUAIbYDAQD3BQAhtwMBAPcFACG4AwQAtgYAIbkDAQD3BQAhugNAAPgFACG7A0AA-AUAISADAAC4BgAgBQAAywYAIAgAAMcGACAOAAD3BgAgEwAAyAYAIBcAAIAHACAYAAD7BgAgGQAAgQcAILADAAD_BgAwsQMAAAMAELIDAAD_BgAwswMCAPYFACHHAwIA9gUAIc0DAAD9BqsEItEDQAD4BQAhigRAAPkFACGQBAEA-wUAIaMEAQD7BQAhpQQBAPcFACGsBAEA9wUAIa0EAQD3BQAhrgQBAPcFACGvBAEA-wUAIbAEAQD7BQAhsQQBAPsFACGyBAEA-wUAIbMEAQD7BQAhtAQBAPsFACG1BAEA-wUAIbYEAQD7BQAhwAQAAAMAIMEEAAADACAPAwAAygYAIAQAAM0GACCwAwAAzgYAMLEDAABSABCyAwAAzgYAMLMDAgD2BQAhtAMCAPYFACHHAwIA-gUAIckDAADPBskDIssDAADQBssDIs0DAADRBs0DIs4DAQD7BQAhzwMCAPoFACHQAwEA-wUAIdEDQAD4BQAhBLwDAAAAyQMCvQMAAADJAwi-AwAAAMkDCMMDAADlBckDIgS8AwAAAMsDAr0DAAAAywMIvgMAAADLAwjDAwAA4wXLAyIEvAMAAADNAwK9AwAAAM0DCL4DAAAAzQMIwwMAAOEFzQMiFgQAAM0GACAMAADVBgAgDQAAygYAIBAAANYGACARAADXBgAgsAMAANIGADCxAwAAJQAQsgMAANIGADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADUBvYDItEDQAD4BQAh7gMBAPsFACHvAwIA-gUAIfADAgD6BQAh8QMQANMGACHyAxAA0wYAIfMDEADTBgAh9AMQANMGACH2AwEA-wUAIQi8AxAAAAABvQMQAAAABL4DEAAAAAS_AxAAAAABwAMQAAAAAcEDEAAAAAHCAxAAAAABwwMQAIgGACEEvAMAAAD2AwK9AwAAAPYDCL4DAAAA9gMIwwMAAIwG9gMiHwMAAMoGACAEAADNBgAgBgAA3gYAIAcAAPAGACAJAADrBgAgDgAA5wYAIBEAANcGACASAADxBgAgsAMAAOwGADCxAwAAEAAQsgMAAOwGADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADvBpIEItEDQAD4BQAhhgQCAPYFACGHBAIA9gUAIYgEAQD3BQAhiQQBAPcFACGKBEAA-AUAIYsEAQD3BQAhjQQAAO0GjQQijgQAAO4GACCPBEAA-AUAIZAEAQD3BQAhkgQBAPsFACGTBAIA-gUAIcAEAAAQACDBBAAAEAAgA7oEAAApACC7BAAAKQAgvAQAACkAIAO6BAAAIAAguwQAACAAILwEAAAgACAJFQAA2QYAILADAADYBgAwsQMAAEoAELIDAADYBgAwswMCAPYFACG1AwEA9wUAIboDQAD4BQAh9wMAAbMGACH4AwIA9gUAIQwEAADNBgAgFgAA3AYAILADAADaBgAwsQMAAEYAELIDAADaBgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyLABAAARgAgwQQAAEYAIAoEAADNBgAgFgAA3AYAILADAADaBgAwsQMAAEYAELIDAADaBgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyIEvAMAAAD7AwK9AwAAAPsDCL4DAAAA-wMIwwMAAJEG-wMiA7oEAABKACC7BAAASgAgvAQAAEoAIAkGAADeBgAgsAMAAN0GADCxAwAAPQAQsgMAAN0GADCzAwIA9gUAIbUDAQD3BQAhtwMBAPsFACG5AwEA-wUAIYYEAgD2BQAhGQMAALgGACAEAADNBgAgBwAA8AYAIAgAAMcGACATAADIBgAgFAAA_gYAILADAAD8BgAwsQMAAAcAELIDAAD8BgAwswMCAPYFACG0AwIA9gUAIccDAgD2BQAhzQMBAPcFACHRA0AA-AUAIeADAQD3BQAh7gMBAPsFACH5AwEA9wUAIYcEAgD2BQAhpgRAAPgFACGnBAEA9wUAIagEAQD3BQAhqQQBAPsFACGrBAAA_QarBCLABAAABwAgwQQAAAcAIAkMAADgBgAgsAMAAN8GADCxAwAAMgAQsgMAAN8GADCzAwIA9gUAIbUDAQD3BQAhtwMBAPcFACG5AwEA-wUAIe8DAgD2BQAhHwMAAMoGACAEAADNBgAgBgAA3gYAIAcAAPAGACAJAADrBgAgDgAA5wYAIBEAANcGACASAADxBgAgsAMAAOwGADCxAwAAEAAQsgMAAOwGADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADvBpIEItEDQAD4BQAhhgQCAPYFACGHBAIA9gUAIYgEAQD3BQAhiQQBAPcFACGKBEAA-AUAIYsEAQD3BQAhjQQAAO0GjQQijgQAAO4GACCPBEAA-AUAIZAEAQD3BQAhkgQBAPsFACGTBAIA-gUAIcAEAAAQACDBBAAAEAAgEA4AAOMGACAPAADkBgAgsAMAAOEGADCxAwAAKQAQsgMAAOEGADCzAwIA9gUAIdEDQAD4BQAh5QMCAPYFACHmAwIA9gUAIecDAQD7BQAh6AMQANMGACHpAxAA0wYAIesDAADiBusDIuwDQAD4BQAh7QMBAPsFACHuAwEA-wUAIQS8AwAAAOsDAr0DAAAA6wMIvgMAAADrAwjDAwAAhgbrAyIYBAAAzQYAIAwAANUGACANAADKBgAgEAAA1gYAIBEAANcGACCwAwAA0gYAMLEDAAAlABCyAwAA0gYAMLMDAgD2BQAhtAMCAPYFACG7A0AA-AUAIccDAgD2BQAhzQMAANQG9gMi0QNAAPgFACHuAwEA-wUAIe8DAgD6BQAh8AMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIfYDAQD7BQAhwAQAACUAIMEEAAAlACAWDAAA1QYAIA4AAOcGACAQAADWBgAgsAMAAOUGADCxAwAAIAAQsgMAAOUGADCzAwIA9gUAIc0DAADmBoYEIuUDAgD6BQAh7wMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIf8DAQD3BQAhgARAAPgFACGBBAEA-wUAIYIEAQD7BQAhgwQBAPsFACGEBAEA-wUAIcAEAAAgACDBBAAAIAAgFAwAANUGACAOAADnBgAgEAAA1gYAILADAADlBgAwsQMAACAAELIDAADlBgAwswMCAPYFACHNAwAA5gaGBCLlAwIA-gUAIe8DAgD6BQAh8QMQANMGACHyAxAA0wYAIfMDEADTBgAh9AMQANMGACH_AwEA9wUAIYAEQAD4BQAhgQQBAPsFACGCBAEA-wUAIYMEAQD7BQAhhAQBAPsFACEEvAMAAACGBAK9AwAAAIYECL4DAAAAhgQIwwMAAJcGhgQiGAQAAM0GACAMAADVBgAgDQAAygYAIBAAANYGACARAADXBgAgsAMAANIGADCxAwAAJQAQsgMAANIGADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADUBvYDItEDQAD4BQAh7gMBAPsFACHvAwIA-gUAIfADAgD6BQAh8QMQANMGACHyAxAA0wYAIfMDEADTBgAh9AMQANMGACH2AwEA-wUAIcAEAAAlACDBBAAAJQAgFAQAAM0GACAGAADeBgAgCQAA6wYAILADAADoBgAwsQMAABkAELIDAADoBgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh_wMBAPcFACGDBAEA-wUAIYQEAQD7BQAhhgQCAPYFACGTBAIA-gUAIZoEAQD7BQAhmwQQAOkGACGcBAEA-wUAIZ0EAQD7BQAhnwQAAOoGnwQioAQBAPsFACEIvAMQAAAAAb0DEAAAAAW-AxAAAAAFvwMQAAAAAcADEAAAAAHBAxAAAAABwgMQAAAAAcMDEACnBgAhBLwDAAAAnwQCvQMAAACfBAi-AwAAAJ8ECMMDAAClBp8EIg0DAAC4BgAgCAAAxwYAIAoAAMgGACCwAwAAxgYAMLEDAAAWABCyAwAAxgYAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIaEEAQD3BQAhogQBAPcFACHABAAAFgAgwQQAABYAIB0DAADKBgAgBAAAzQYAIAYAAN4GACAHAADwBgAgCQAA6wYAIA4AAOcGACARAADXBgAgEgAA8QYAILADAADsBgAwsQMAABAAELIDAADsBgAwswMCAPYFACG0AwIA9gUAIbsDQAD4BQAhxwMCAPYFACHNAwAA7waSBCLRA0AA-AUAIYYEAgD2BQAhhwQCAPYFACGIBAEA9wUAIYkEAQD3BQAhigRAAPgFACGLBAEA9wUAIY0EAADtBo0EIo4EAADuBgAgjwRAAPgFACGQBAEA9wUAIZIEAQD7BQAhkwQCAPoFACEEvAMAAACNBAK9AwAAAI0ECL4DAAAAjQQIwwMAAKAGjQQiDLwDgAAAAAG_A4AAAAABwAOAAAAAAcEDgAAAAAHCA4AAAAABwwOAAAAAAZQEAQAAAAGVBAEAAAABlgQBAAAAAZcEgAAAAAGYBIAAAAABmQSAAAAAAQS8AwAAAJIEAr0DAAAAkgQIvgMAAACSBAjDAwAAnQaSBCIPAwAAygYAIAUAAMsGACAIAADHBgAgsAMAAMkGADCxAwAACwAQsgMAAMkGADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACHUAwEA9wUAIaMEAQD7BQAhpAQBAPcFACGlBAEA-wUAIcAEAAALACDBBAAACwAgA7oEAAAyACC7BAAAMgAgvAQAADIAIBUFAADLBgAgBwAA9AYAIAgAAMcGACAYAAD7BgAgGgAA8wYAIBsAAPUGACAcAAD2BgAgHQAA9wYAIB4AAPgGACAfAAD5BgAgIAAA-gYAICYAAL0GACAnAAC-BgAgsAMAAPIGADCxAwAADQAQsgMAAPIGADCzAwIA9gUAIf0DAQD3BQAh_gMBAPcFACG3BCAAtwYAIbgEIAC3BgAhA7oEAAADACC7BAAAAwAgvAQAAAMAIAO6BAAACwAguwQAAAsAILwEAAALACADugQAABYAILsEAAAWACC8BAAAFgAgA7oEAABqACC7BAAAagAgvAQAAGoAIAO6BAAAJQAguwQAACUAILwEAAAlACADugQAAG8AILsEAABvACC8BAAAbwAgA7oEAABzACC7BAAAcwAgvAQAAHMAIAO6BAAAdwAguwQAAHcAILwEAAB3ACADugQAAFIAILsEAABSACC8BAAAUgAgFwMAALgGACAEAADNBgAgBwAA8AYAIAgAAMcGACATAADIBgAgFAAA_gYAILADAAD8BgAwsQMAAAcAELIDAAD8BgAwswMCAPYFACG0AwIA9gUAIccDAgD2BQAhzQMBAPcFACHRA0AA-AUAIeADAQD3BQAh7gMBAPsFACH5AwEA9wUAIYcEAgD2BQAhpgRAAPgFACGnBAEA9wUAIagEAQD3BQAhqQQBAPsFACGrBAAA_QarBCIEvAMAAACrBAK9AwAAAKsECL4DAAAAqwQIwwMAAK4GqwQiA7oEAAA9ACC7BAAAPQAgvAQAAD0AIB4DAAC4BgAgBQAAywYAIAgAAMcGACAOAAD3BgAgEwAAyAYAIBcAAIAHACAYAAD7BgAgGQAAgQcAILADAAD_BgAwsQMAAAMAELIDAAD_BgAwswMCAPYFACHHAwIA9gUAIc0DAAD9BqsEItEDQAD4BQAhigRAAPkFACGQBAEA-wUAIaMEAQD7BQAhpQQBAPcFACGsBAEA9wUAIa0EAQD3BQAhrgQBAPcFACGvBAEA-wUAIbAEAQD7BQAhsQQBAPsFACGyBAEA-wUAIbMEAQD7BQAhtAQBAPsFACG1BAEA-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-gUAIdYDIAC3BgAh1wMCAPoFACHYAwEA-wUAIQ6wAwAAzAcAMLEDAADNBwAQsgMAAMwHADCzAwIA9gUAIbcDAQD7BQAhuAMEALYGACG7A0AA-AUAIccDAgD2BQAh0QNAAPgFACHUAwEA9wUAIdUDAgD6BQAh1gMgALcGACHXAwIA-gUAIdgDAQD7BQAhCrMDAgCKBwAhtwMBAJYHACG4AwQAiAcAIbsDQACJBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAh1gMgAKkHACHXAwIAlwcAIdgDAQCWBwAhDAMAAKoHACAlAACsBwAgswMCAIoHACG3AwEAlgcAIbgDBACIBwAhuwNAAIkHACHHAwIAigcAIdEDQACJBwAh1AMBAIcHACHWAyAAqQcAIdcDAgCXBwAh2AMBAJYHACEMAwAAuQcAICUAALsHACCzAwIAAAABtwMBAAAAAbgDBAAAAAG7A0AAAAABxwMCAAAAAdEDQAAAAAHUAwEAAAAB1gMgAAAAAdcDAgAAAAHYAwEAAAABCAMAAN4HACAUAADfBwAgIgAA3QcAILMDAgAAAAG7A0AAAAABxwMCAAAAAdEDQAAAAAHUAwEAAAABAgAAAH0AIDQAANwHACADAAAAfQAgNAAA3AcAIDUAANsHACABLQAAiA4AMA4DAAC4BgAgFAAAvgYAICEAALkGACAiAAC9BgAgsAMAALwGADCxAwAAewAQsgMAALwGADCzAwIAAAABuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHZAwIA-gUAIb0EAAC7BgAgAgAAAH0AIC0AANsHACACAAAA2QcAIC0AANoHACAJsAMAANgHADCxAwAA2QcAELIDAADYBwAwswMCAPYFACG7A0AA-AUAIccDAgD2BQAh0QNAAPgFACHUAwEA9wUAIdkDAgD6BQAhCbADAADYBwAwsQMAANkHABCyAwAA2AcAMLMDAgD2BQAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHZAwIA-gUAIQWzAwIAigcAIbsDQACJBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAhCAMAAMMHACAUAADEBwAgIgAAwgcAILMDAgCKBwAhuwNAAIkHACHHAwIAigcAIdEDQACJBwAh1AMBAIcHACEIAwAA3gcAIBQAAN8HACAiAADdBwAgswMCAAAAAbsDQAAAAAHHAwIAAAAB0QNAAAAAAdQDAQAAAAEENAAA0QcAMMIEAADSBwAwxAQAANQHACDIBAAA1QcAMAM0AACGDgAgwgQAAIcOACDIBAAAAQAgBDQAAMUHADDCBAAAxgcAMMQEAADIBwAgyAQAAMkHADADNAAAhA4AIMIEAACFDgAgyAQAAH0AIAAAAAAAAcUEQAAAAAEAAAAAAAHFBAAAAOADAgU0AAD_DQAgNQAAgg4AIMIEAACADgAgwwQAAIEOACDIBAAAAQAgAzQAAP8NACDCBAAAgA4AIMgEAAABACAAAAAAAAU0AAD6DQAgNQAA_Q0AIMIEAAD7DQAgwwQAAPwNACDIBAAAAQAgAzQAAPoNACDCBAAA-w0AIMgEAAABACAAAAAAAAU0AAD1DQAgNQAA-A0AIMIEAAD2DQAgwwQAAPcNACDIBAAAAQAgAzQAAPUNACDCBAAA9g0AIMgEAAABACAAAAAAAAXFBBAAAAABywQQAAAAAcwEEAAAAAHNBBAAAAABzgQQAAAAAQHFBAAAAOsDAgU0AADtDQAgNQAA8w0AIMIEAADuDQAgwwQAAPINACDIBAAAUAAgBTQAAOsNACA1AADwDQAgwgQAAOwNACDDBAAA7w0AIMgEAAAiACADNAAA7Q0AIMIEAADuDQAgyAQAAFAAIAM0AADrDQAgwgQAAOwNACDIBAAAIgAgAAAAAAABxQQAAAD2AwIHNAAA2A0AIDUAAOkNACDCBAAA2Q0AIMMEAADoDQAgxgQAABAAIMcEAAAQACDIBAAAEgAgBTQAANYNACA1AADmDQAgwgQAANcNACDDBAAA5Q0AIMgEAAAFACAHNAAA1A0AIDUAAOMNACDCBAAA1Q0AIMMEAADiDQAgxgQAAA0AIMcEAAANACDIBAAAAQAgCzQAALAIADA1AAC0CAAwwgQAALEIADDDBAAAsggAMMQEAACzCAAgxQQAAKUIADDGBAAApQgAMMcEAAClCAAwyAQAAKUIADDJBAAAtQgAMMoEAACoCAAwCzQAAJMIADA1AACYCAAwwgQAAJQIADDDBAAAlQgAMMQEAACWCAAgxQQAAJcIADDGBAAAlwgAMMcEAACXCAAwyAQAAJcIADDJBAAAmQgAMMoEAACaCAAwDwwAAK4IACAQAACvCAAgswMCAAAAAc0DAAAAhgQC7wMCAAAAAfEDEAAAAAHyAxAAAAAB8wMQAAAAAfQDEAAAAAH_AwEAAAABgARAAAAAAYEEAQAAAAGCBAEAAAABgwQBAAAAAYQEAQAAAAECAAAAIgAgNAAArQgAIAMAAAAiACA0AACtCAAgNQAAnggAIAEtAADhDQAwFAwAANUGACAOAADnBgAgEAAA1gYAILADAADlBgAwsQMAACAAELIDAADlBgAwswMCAAAAAc0DAADmBoYEIuUDAgD6BQAh7wMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIf8DAQD3BQAhgARAAPgFACGBBAEA-wUAIYIEAQD7BQAhgwQBAPsFACGEBAEA-wUAIQIAAAAiACAtAACeCAAgAgAAAJsIACAtAACcCAAgEbADAACaCAAwsQMAAJsIABCyAwAAmggAMLMDAgD2BQAhzQMAAOYGhgQi5QMCAPoFACHvAwIA-gUAIfEDEADTBgAh8gMQANMGACHzAxAA0wYAIfQDEADTBgAh_wMBAPcFACGABEAA-AUAIYEEAQD7BQAhggQBAPsFACGDBAEA-wUAIYQEAQD7BQAhEbADAACaCAAwsQMAAJsIABCyAwAAmggAMLMDAgD2BQAhzQMAAOYGhgQi5QMCAPoFACHvAwIA-gUAIfEDEADTBgAh8gMQANMGACHzAxAA0wYAIfQDEADTBgAh_wMBAPcFACGABEAA-AUAIYEEAQD7BQAhggQBAPsFACGDBAEA-wUAIYQEAQD7BQAhDbMDAgCKBwAhzQMAAJ0IhgQi7wMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIf8DAQCHBwAhgARAAIkHACGBBAEAlgcAIYIEAQCWBwAhgwQBAJYHACGEBAEAlgcAIQHFBAAAAIYEAg8MAACfCAAgEAAAoAgAILMDAgCKBwAhzQMAAJ0IhgQi7wMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIf8DAQCHBwAhgARAAIkHACGBBAEAlgcAIYIEAQCWBwAhgwQBAJYHACGEBAEAlgcAIQc0AADbDQAgNQAA3w0AIMIEAADcDQAgwwQAAN4NACDGBAAAEAAgxwQAABAAIMgEAAASACALNAAAoQgAMDUAAKYIADDCBAAAoggAMMMEAACjCAAwxAQAAKQIACDFBAAApQgAMMYEAAClCAAwxwQAAKUIADDIBAAApQgAMMkEAACnCAAwygQAAKgIADALDgAAhggAILMDAgAAAAHRA0AAAAAB5QMCAAAAAecDAQAAAAHoAxAAAAAB6QMQAAAAAesDAAAA6wMC7ANAAAAAAe0DAQAAAAHuAwEAAAABAgAAACsAIDQAAKwIACADAAAAKwAgNAAArAgAIDUAAKsIACABLQAA3Q0AMBAOAADjBgAgDwAA5AYAILADAADhBgAwsQMAACkAELIDAADhBgAwswMCAAAAAdEDQAD4BQAh5QMCAPYFACHmAwIA9gUAIecDAQD7BQAh6AMQANMGACHpAxAA0wYAIesDAADiBusDIuwDQAD4BQAh7QMBAPsFACHuAwEA-wUAIQIAAAArACAtAACrCAAgAgAAAKkIACAtAACqCAAgDrADAACoCAAwsQMAAKkIABCyAwAAqAgAMLMDAgD2BQAh0QNAAPgFACHlAwIA9gUAIeYDAgD2BQAh5wMBAPsFACHoAxAA0wYAIekDEADTBgAh6wMAAOIG6wMi7ANAAPgFACHtAwEA-wUAIe4DAQD7BQAhDrADAACoCAAwsQMAAKkIABCyAwAAqAgAMLMDAgD2BQAh0QNAAPgFACHlAwIA9gUAIeYDAgD2BQAh5wMBAPsFACHoAxAA0wYAIekDEADTBgAh6wMAAOIG6wMi7ANAAPgFACHtAwEA-wUAIe4DAQD7BQAhCrMDAgCKBwAh0QNAAIkHACHlAwIAigcAIecDAQCWBwAh6AMQAIIIACHpAxAAgggAIesDAACDCOsDIuwDQACJBwAh7QMBAJYHACHuAwEAlgcAIQsOAACECAAgswMCAIoHACHRA0AAiQcAIeUDAgCKBwAh5wMBAJYHACHoAxAAgggAIekDEACCCAAh6wMAAIMI6wMi7ANAAIkHACHtAwEAlgcAIe4DAQCWBwAhCw4AAIYIACCzAwIAAAAB0QNAAAAAAeUDAgAAAAHnAwEAAAAB6AMQAAAAAekDEAAAAAHrAwAAAOsDAuwDQAAAAAHtAwEAAAAB7gMBAAAAAQ8MAACuCAAgEAAArwgAILMDAgAAAAHNAwAAAIYEAu8DAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB_wMBAAAAAYAEQAAAAAGBBAEAAAABggQBAAAAAYMEAQAAAAGEBAEAAAABAzQAANsNACDCBAAA3A0AIMgEAAASACAENAAAoQgAMMIEAACiCAAwxAQAAKQIACDIBAAApQgAMAsPAACHCAAgswMCAAAAAdEDQAAAAAHmAwIAAAAB5wMBAAAAAegDEAAAAAHpAxAAAAAB6wMAAADrAwLsA0AAAAAB7QMBAAAAAe4DAQAAAAECAAAAKwAgNAAAuAgAIAMAAAArACA0AAC4CAAgNQAAtwgAIAEtAADaDQAwAgAAACsAIC0AALcIACACAAAAqQgAIC0AALYIACAKswMCAIoHACHRA0AAiQcAIeYDAgCKBwAh5wMBAJYHACHoAxAAgggAIekDEACCCAAh6wMAAIMI6wMi7ANAAIkHACHtAwEAlgcAIe4DAQCWBwAhCw8AAIUIACCzAwIAigcAIdEDQACJBwAh5gMCAIoHACHnAwEAlgcAIegDEACCCAAh6QMQAIIIACHrAwAAgwjrAyLsA0AAiQcAIe0DAQCWBwAh7gMBAJYHACELDwAAhwgAILMDAgAAAAHRA0AAAAAB5gMCAAAAAecDAQAAAAHoAxAAAAAB6QMQAAAAAesDAAAA6wMC7ANAAAAAAe0DAQAAAAHuAwEAAAABAzQAANgNACDCBAAA2Q0AIMgEAAASACADNAAA1g0AIMIEAADXDQAgyAQAAAUAIAM0AADUDQAgwgQAANUNACDIBAAAAQAgBDQAALAIADDCBAAAsQgAMMQEAACzCAAgyAQAAKUIADAENAAAkwgAMMIEAACUCAAwxAQAAJYIACDIBAAAlwgAMAAAAAAABTQAAM8NACA1AADSDQAgwgQAANANACDDBAAA0Q0AIMgEAABIACADNAAAzw0AIMIEAADQDQAgyAQAAEgAIAAAAAAAAcUEAAAA-wMCBTQAAMkNACA1AADNDQAgwgQAAMoNACDDBAAAzA0AIMgEAAAFACALNAAAzQgAMDUAANIIADDCBAAAzggAMMMEAADPCAAwxAQAANAIACDFBAAA0QgAMMYEAADRCAAwxwQAANEIADDIBAAA0QgAMMkEAADTCAAwygQAANQIADAEswMCAAAAAbUDAQAAAAG6A0AAAAAB9wMAAQAAAQIAAABMACA0AADYCAAgAwAAAEwAIDQAANgIACA1AADXCAAgAS0AAMsNADAJFQAA2QYAILADAADYBgAwsQMAAEoAELIDAADYBgAwswMCAAAAAbUDAQD3BQAhugNAAPgFACH3AwABswYAIfgDAgD2BQAhAgAAAEwAIC0AANcIACACAAAA1QgAIC0AANYIACAIsAMAANQIADCxAwAA1QgAELIDAADUCAAwswMCAPYFACG1AwEA9wUAIboDQAD4BQAh9wMAAbMGACH4AwIA9gUAIQiwAwAA1AgAMLEDAADVCAAQsgMAANQIADCzAwIA9gUAIbUDAQD3BQAhugNAAPgFACH3AwABswYAIfgDAgD2BQAhBLMDAgCKBwAhtQMBAIcHACG6A0AAiQcAIfcDAAGhBwAhBLMDAgCKBwAhtQMBAIcHACG6A0AAiQcAIfcDAAGhBwAhBLMDAgAAAAG1AwEAAAABugNAAAAAAfcDAAEAAAEDNAAAyQ0AIMIEAADKDQAgyAQAAAUAIAQ0AADNCAAwwgQAAM4IADDEBAAA0AgAIMgEAADRCAAwAAAAAAAFNAAAxA0AIDUAAMcNACDCBAAAxQ0AIMMEAADGDQAgyAQAAAEAIAM0AADEDQAgwgQAAMUNACDIBAAAAQAgAAAAAAAFNAAAvw0AIDUAAMINACDCBAAAwA0AIMMEAADBDQAgyAQAABIAIAM0AAC_DQAgwgQAAMANACDIBAAAEgAgAAAAAAAHNAAAug0AIDUAAL0NACDCBAAAuw0AIMMEAAC8DQAgxgQAACUAIMcEAAAlACDIBAAAUAAgAzQAALoNACDCBAAAuw0AIMgEAABQACAAAAAAAAHFBAAAAI0EAgHFBAAAAJIEAgU0AACnDQAgNQAAuA0AIMIEAACoDQAgwwQAALcNACDIBAAABQAgBTQAAKUNACA1AAC1DQAgwgQAAKYNACDDBAAAtA0AIMgEAAAJACAHNAAAow0AIDUAALINACDCBAAApA0AIMMEAACxDQAgxgQAAA0AIMcEAAANACDIBAAAAQAgBzQAAKENACA1AACvDQAgwgQAAKINACDDBAAArg0AIMYEAAALACDHBAAACwAgyAQAAGQAIAc0AACfDQAgNQAArA0AIMIEAACgDQAgwwQAAKsNACDGBAAAFgAgxwQAABYAIMgEAABnACALNAAAkAkAMDUAAJQJADDCBAAAkQkAMMMEAACSCQAwxAQAAJMJACDFBAAAlwgAMMYEAACXCAAwxwQAAJcIADDIBAAAlwgAMMkEAACVCQAwygQAAJoIADALNAAAhAkAMDUAAIkJADDCBAAAhQkAMMMEAACGCQAwxAQAAIcJACDFBAAAiAkAMMYEAACICQAwxwQAAIgJADDIBAAAiAkAMMkEAACKCQAwygQAAIsJADAHNAAA_wgAIDUAAIIJACDCBAAAgAkAIMMEAACBCQAgxgQAACUAIMcEAAAlACDIBAAAUAAgEQQAALoIACANAAC7CAAgEAAAvAgAIBEAAL0IACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAAD2AwLRA0AAAAAB7gMBAAAAAfADAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB9gMBAAAAAQIAAABQACA0AAD_CAAgAwAAACUAIDQAAP8IACA1AACDCQAgEwAAACUAIAQAAI8IACANAACQCAAgEAAAkQgAIBEAAJIIACAtAACDCQAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAAjQj2AyLRA0AAiQcAIe4DAQCWBwAh8AMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIfYDAQCWBwAhEQQAAI8IACANAACQCAAgEAAAkQgAIBEAAJIIACCzAwIAigcAIbQDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAACNCPYDItEDQACJBwAh7gMBAJYHACHwAwIAlwcAIfEDEACCCAAh8gMQAIIIACHzAxAAgggAIfQDEACCCAAh9gMBAJYHACEEswMCAAAAAbUDAQAAAAG3AwEAAAABuQMBAAAAAQIAAAA0ACA0AACPCQAgAwAAADQAIDQAAI8JACA1AACOCQAgAS0AAKoNADAJDAAA4AYAILADAADfBgAwsQMAADIAELIDAADfBgAwswMCAAAAAbUDAQD3BQAhtwMBAPcFACG5AwEA-wUAIe8DAgD2BQAhAgAAADQAIC0AAI4JACACAAAAjAkAIC0AAI0JACAIsAMAAIsJADCxAwAAjAkAELIDAACLCQAwswMCAPYFACG1AwEA9wUAIbcDAQD3BQAhuQMBAPsFACHvAwIA9gUAIQiwAwAAiwkAMLEDAACMCQAQsgMAAIsJADCzAwIA9gUAIbUDAQD3BQAhtwMBAPcFACG5AwEA-wUAIe8DAgD2BQAhBLMDAgCKBwAhtQMBAIcHACG3AwEAhwcAIbkDAQCWBwAhBLMDAgCKBwAhtQMBAIcHACG3AwEAhwcAIbkDAQCWBwAhBLMDAgAAAAG1AwEAAAABtwMBAAAAAbkDAQAAAAEPDgAA7wgAIBAAAK8IACCzAwIAAAABzQMAAACGBALlAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAf8DAQAAAAGABEAAAAABgQQBAAAAAYIEAQAAAAGDBAEAAAABhAQBAAAAAQIAAAAiACA0AACYCQAgAwAAACIAIDQAAJgJACA1AACXCQAgAS0AAKkNADACAAAAIgAgLQAAlwkAIAIAAACbCAAgLQAAlgkAIA2zAwIAigcAIc0DAACdCIYEIuUDAgCXBwAh8QMQAIIIACHyAxAAgggAIfMDEACCCAAh9AMQAIIIACH_AwEAhwcAIYAEQACJBwAhgQQBAJYHACGCBAEAlgcAIYMEAQCWBwAhhAQBAJYHACEPDgAA7ggAIBAAAKAIACCzAwIAigcAIc0DAACdCIYEIuUDAgCXBwAh8QMQAIIIACHyAxAAgggAIfMDEACCCAAh9AMQAIIIACH_AwEAhwcAIYAEQACJBwAhgQQBAJYHACGCBAEAlgcAIYMEAQCWBwAhhAQBAJYHACEPDgAA7wgAIBAAAK8IACCzAwIAAAABzQMAAACGBALlAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAf8DAQAAAAGABEAAAAABgQQBAAAAAYIEAQAAAAGDBAEAAAABhAQBAAAAAQM0AACnDQAgwgQAAKgNACDIBAAABQAgAzQAAKUNACDCBAAApg0AIMgEAAAJACADNAAAow0AIMIEAACkDQAgyAQAAAEAIAM0AAChDQAgwgQAAKINACDIBAAAZAAgAzQAAJ8NACDCBAAAoA0AIMgEAABnACAENAAAkAkAMMIEAACRCQAwxAQAAJMJACDIBAAAlwgAMAQ0AACECQAwwgQAAIUJADDEBAAAhwkAIMgEAACICQAwAzQAAP8IACDCBAAAgAkAIMgEAABQACAAAAAAAAXFBBAAAAABywQQAAAAAcwEEAAAAAHNBBAAAAABzgQQAAAAAQHFBAAAAJ8EAgU0AACUDQAgNQAAnQ0AIMIEAACVDQAgwwQAAJwNACDIBAAACQAgBTQAAJINACA1AACaDQAgwgQAAJMNACDDBAAAmQ0AIMgEAAAFACAHNAAAkA0AIDUAAJcNACDCBAAAkQ0AIMMEAACWDQAgxgQAABYAIMcEAAAWACDIBAAAZwAgAzQAAJQNACDCBAAAlQ0AIMgEAAAJACADNAAAkg0AIMIEAACTDQAgyAQAAAUAIAM0AACQDQAgwgQAAJENACDIBAAAZwAgAAAAAAAFNAAAiQ0AIDUAAI4NACDCBAAAig0AIMMEAACNDQAgyAQAAAEAIAs0AADCCQAwNQAAxwkAMMIEAADDCQAwwwQAAMQJADDEBAAAxQkAIMUEAADGCQAwxgQAAMYJADDHBAAAxgkAMMgEAADGCQAwyQQAAMgJADDKBAAAyQkAMAs0AAC2CQAwNQAAuwkAMMIEAAC3CQAwwwQAALgJADDEBAAAuQkAIMUEAAC6CQAwxgQAALoJADDHBAAAugkAMMgEAAC6CQAwyQQAALwJADDKBAAAvQkAMA8EAACsCQAgBgAAqwkAILMDAgAAAAG0AwIAAAAB0QNAAAAAAf8DAQAAAAGDBAEAAAABhAQBAAAAAYYEAgAAAAGaBAEAAAABmwQQAAAAAZwEAQAAAAGdBAEAAAABnwQAAACfBAKgBAEAAAABAgAAABsAIDQAAMEJACADAAAAGwAgNAAAwQkAIDUAAMAJACABLQAAjA0AMBQEAADNBgAgBgAA3gYAIAkAAOsGACCwAwAA6AYAMLEDAAAZABCyAwAA6AYAMLMDAgAAAAG0AwIA9gUAIdEDQAD4BQAh_wMBAPcFACGDBAEA-wUAIYQEAQD7BQAhhgQCAPYFACGTBAIA-gUAIZoEAQD7BQAhmwQQAOkGACGcBAEA-wUAIZ0EAQD7BQAhnwQAAOoGnwQioAQBAPsFACECAAAAGwAgLQAAwAkAIAIAAAC-CQAgLQAAvwkAIBGwAwAAvQkAMLEDAAC-CQAQsgMAAL0JADCzAwIA9gUAIbQDAgD2BQAh0QNAAPgFACH_AwEA9wUAIYMEAQD7BQAhhAQBAPsFACGGBAIA9gUAIZMEAgD6BQAhmgQBAPsFACGbBBAA6QYAIZwEAQD7BQAhnQQBAPsFACGfBAAA6gafBCKgBAEA-wUAIRGwAwAAvQkAMLEDAAC-CQAQsgMAAL0JADCzAwIA9gUAIbQDAgD2BQAh0QNAAPgFACH_AwEA9wUAIYMEAQD7BQAhhAQBAPsFACGGBAIA9gUAIZMEAgD6BQAhmgQBAPsFACGbBBAA6QYAIZwEAQD7BQAhnQQBAPsFACGfBAAA6gafBCKgBAEA-wUAIQ2zAwIAigcAIbQDAgCKBwAh0QNAAIkHACH_AwEAhwcAIYMEAQCWBwAhhAQBAJYHACGGBAIAigcAIZoEAQCWBwAhmwQQAKYJACGcBAEAlgcAIZ0EAQCWBwAhnwQAAKcJnwQioAQBAJYHACEPBAAAqQkAIAYAAKgJACCzAwIAigcAIbQDAgCKBwAh0QNAAIkHACH_AwEAhwcAIYMEAQCWBwAhhAQBAJYHACGGBAIAigcAIZoEAQCWBwAhmwQQAKYJACGcBAEAlgcAIZ0EAQCWBwAhnwQAAKcJnwQioAQBAJYHACEPBAAArAkAIAYAAKsJACCzAwIAAAABtAMCAAAAAdEDQAAAAAH_AwEAAAABgwQBAAAAAYQEAQAAAAGGBAIAAAABmgQBAAAAAZsEEAAAAAGcBAEAAAABnQQBAAAAAZ8EAAAAnwQCoAQBAAAAARgDAACbCQAgBAAAmQkAIAYAAJoJACAHAACcCQAgDgAAoAkAIBEAAJ4JACASAACfCQAgswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAAkgQC0QNAAAAAAYYEAgAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAQIAAAASACA0AADNCQAgAwAAABIAIDQAAM0JACA1AADMCQAgAS0AAIsNADAdAwAAygYAIAQAAM0GACAGAADeBgAgBwAA8AYAIAkAAOsGACAOAADnBgAgEQAA1wYAIBIAAPEGACCwAwAA7AYAMLEDAAAQABCyAwAA7AYAMLMDAgAAAAG0AwIA9gUAIbsDQAD4BQAhxwMCAPYFACHNAwAA7waSBCLRA0AA-AUAIYYEAgD2BQAhhwQCAPYFACGIBAEA9wUAIYkEAQD3BQAhigRAAPgFACGLBAEA9wUAIY0EAADtBo0EIo4EAADuBgAgjwRAAPgFACGQBAEA9wUAIZIEAQD7BQAhkwQCAPoFACECAAAAEgAgLQAAzAkAIAIAAADKCQAgLQAAywkAIBWwAwAAyQkAMLEDAADKCQAQsgMAAMkJADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADvBpIEItEDQAD4BQAhhgQCAPYFACGHBAIA9gUAIYgEAQD3BQAhiQQBAPcFACGKBEAA-AUAIYsEAQD3BQAhjQQAAO0GjQQijgQAAO4GACCPBEAA-AUAIZAEAQD3BQAhkgQBAPsFACGTBAIA-gUAIRWwAwAAyQkAMLEDAADKCQAQsgMAAMkJADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADvBpIEItEDQAD4BQAhhgQCAPYFACGHBAIA9gUAIYgEAQD3BQAhiQQBAPcFACGKBEAA-AUAIYsEAQD3BQAhjQQAAO0GjQQijgQAAO4GACCPBEAA-AUAIZAEAQD3BQAhkgQBAPsFACGTBAIA-gUAIRGzAwIAigcAIbQDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAAD2CJIEItEDQACJBwAhhgQCAIoHACGHBAIAigcAIYgEAQCHBwAhiQQBAIcHACGKBEAAiQcAIYsEAQCHBwAhjQQAAPUIjQQijgSAAAAAAY8EQACJBwAhkAQBAIcHACGSBAEAlgcAIRgDAAD5CAAgBAAA9wgAIAYAAPgIACAHAAD6CAAgDgAA_ggAIBEAAPwIACASAAD9CAAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhhwQCAIoHACGIBAEAhwcAIYkEAQCHBwAhigRAAIkHACGLBAEAhwcAIY0EAAD1CI0EIo4EgAAAAAGPBEAAiQcAIZAEAQCHBwAhkgQBAJYHACEYAwAAmwkAIAQAAJkJACAGAACaCQAgBwAAnAkAIA4AAKAJACARAACeCQAgEgAAnwkAILMDAgAAAAG0AwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAJIEAtEDQAAAAAGGBAIAAAABhwQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAEDNAAAiQ0AIMIEAACKDQAgyAQAAAEAIAQ0AADCCQAwwgQAAMMJADDEBAAAxQkAIMgEAADGCQAwBDQAALYJADDCBAAAtwkAMMQEAAC5CQAgyAQAALoJADAAAAAAAAc0AAD1DAAgNQAAhw0AIMIEAAD2DAAgwwQAAIYNACDGBAAADQAgxwQAAA0AIMgEAAABACALNAAA4gkAMDUAAOcJADDCBAAA4wkAMMMEAADkCQAwxAQAAOUJACDFBAAA5gkAMMYEAADmCQAwxwQAAOYJADDIBAAA5gkAMMkEAADoCQAwygQAAOkJADALNAAA2QkAMDUAAN0JADDCBAAA2gkAMMMEAADbCQAwxAQAANwJACDFBAAAxgkAMMYEAADGCQAwxwQAAMYJADDIBAAAxgkAMMkEAADeCQAwygQAAMkJADAYAwAAmwkAIAQAAJkJACAGAACaCQAgCQAAnQkAIA4AAKAJACARAACeCQAgEgAAnwkAILMDAgAAAAG0AwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAJIEAtEDQAAAAAGGBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAECAAAAEgAgNAAA4QkAIAMAAAASACA0AADhCQAgNQAA4AkAIAEtAACFDQAwAgAAABIAIC0AAOAJACACAAAAygkAIC0AAN8JACARswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACEYAwAA-QgAIAQAAPcIACAGAAD4CAAgCQAA-wgAIA4AAP4IACARAAD8CAAgEgAA_QgAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYgEAQCHBwAhiQQBAIcHACGKBEAAiQcAIYsEAQCHBwAhjQQAAPUIjQQijgSAAAAAAY8EQACJBwAhkAQBAIcHACGSBAEAlgcAIZMEAgCXBwAhGAMAAJsJACAEAACZCQAgBgAAmgkAIAkAAJ0JACAOAACgCQAgEQAAngkAIBIAAJ8JACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAGTBAIAAAABEgMAAJMKACAEAACSCgAgCAAAlQoAIBMAAJQKACAUAACWCgAgswMCAAAAAbQDAgAAAAHHAwIAAAABzQMBAAAAAdEDQAAAAAHgAwEAAAAB7gMBAAAAAfkDAQAAAAGmBEAAAAABpwQBAAAAAagEAQAAAAGpBAEAAAABqwQAAACrBAICAAAACQAgNAAAkQoAIAMAAAAJACA0AACRCgAgNQAA7QkAIAEtAACEDQAwFwMAALgGACAEAADNBgAgBwAA8AYAIAgAAMcGACATAADIBgAgFAAA_gYAILADAAD8BgAwsQMAAAcAELIDAAD8BgAwswMCAAAAAbQDAgD2BQAhxwMCAPYFACHNAwEA9wUAIdEDQAD4BQAh4AMBAPcFACHuAwEA-wUAIfkDAQD3BQAhhwQCAPYFACGmBEAA-AUAIacEAQD3BQAhqAQBAPcFACGpBAEA-wUAIasEAAD9BqsEIgIAAAAJACAtAADtCQAgAgAAAOoJACAtAADrCQAgEbADAADpCQAwsQMAAOoJABCyAwAA6QkAMLMDAgD2BQAhtAMCAPYFACHHAwIA9gUAIc0DAQD3BQAh0QNAAPgFACHgAwEA9wUAIe4DAQD7BQAh-QMBAPcFACGHBAIA9gUAIaYEQAD4BQAhpwQBAPcFACGoBAEA9wUAIakEAQD7BQAhqwQAAP0GqwQiEbADAADpCQAwsQMAAOoJABCyAwAA6QkAMLMDAgD2BQAhtAMCAPYFACHHAwIA9gUAIc0DAQD3BQAh0QNAAPgFACHgAwEA9wUAIe4DAQD7BQAh-QMBAPcFACGHBAIA9gUAIaYEQAD4BQAhpwQBAPcFACGoBAEA9wUAIakEAQD7BQAhqwQAAP0GqwQiDbMDAgCKBwAhtAMCAIoHACHHAwIAigcAIc0DAQCHBwAh0QNAAIkHACHgAwEAhwcAIe4DAQCWBwAh-QMBAIcHACGmBEAAiQcAIacEAQCHBwAhqAQBAIcHACGpBAEAlgcAIasEAADsCasEIgHFBAAAAKsEAhIDAADvCQAgBAAA7gkAIAgAAPEJACATAADwCQAgFAAA8gkAILMDAgCKBwAhtAMCAIoHACHHAwIAigcAIc0DAQCHBwAh0QNAAIkHACHgAwEAhwcAIe4DAQCWBwAh-QMBAIcHACGmBEAAiQcAIacEAQCHBwAhqAQBAIcHACGpBAEAlgcAIasEAADsCasEIgU0AAD5DAAgNQAAgg0AIMIEAAD6DAAgwwQAAIENACDIBAAABQAgBTQAAPcMACA1AAD_DAAgwgQAAPgMACDDBAAA_gwAIMgEAAABACALNAAAiAoAMDUAAIwKADDCBAAAiQoAMMMEAACKCgAwxAQAAIsKACDFBAAAugkAMMYEAAC6CQAwxwQAALoJADDIBAAAugkAMMkEAACNCgAwygQAAL0JADALNAAA_wkAMDUAAIMKADDCBAAAgAoAMMMEAACBCgAwxAQAAIIKACDFBAAAxgkAMMYEAADGCQAwxwQAAMYJADDIBAAAxgkAMMkEAACECgAwygQAAMkJADALNAAA8wkAMDUAAPgJADDCBAAA9AkAMMMEAAD1CQAwxAQAAPYJACDFBAAA9wkAMMYEAAD3CQAwxwQAAPcJADDIBAAA9wkAMMkEAAD5CQAwygQAAPoJADAEswMCAAAAAbUDAQAAAAG3AwEAAAABuQMBAAAAAQIAAAA_ACA0AAD-CQAgAwAAAD8AIDQAAP4JACA1AAD9CQAgAS0AAP0MADAJBgAA3gYAILADAADdBgAwsQMAAD0AELIDAADdBgAwswMCAAAAAbUDAQD3BQAhtwMBAPsFACG5AwEA-wUAIYYEAgD2BQAhAgAAAD8AIC0AAP0JACACAAAA-wkAIC0AAPwJACAIsAMAAPoJADCxAwAA-wkAELIDAAD6CQAwswMCAPYFACG1AwEA9wUAIbcDAQD7BQAhuQMBAPsFACGGBAIA9gUAIQiwAwAA-gkAMLEDAAD7CQAQsgMAAPoJADCzAwIA9gUAIbUDAQD3BQAhtwMBAPsFACG5AwEA-wUAIYYEAgD2BQAhBLMDAgCKBwAhtQMBAIcHACG3AwEAlgcAIbkDAQCWBwAhBLMDAgCKBwAhtQMBAIcHACG3AwEAlgcAIbkDAQCWBwAhBLMDAgAAAAG1AwEAAAABtwMBAAAAAbkDAQAAAAEYAwAAmwkAIAQAAJkJACAHAACcCQAgCQAAnQkAIA4AAKAJACARAACeCQAgEgAAnwkAILMDAgAAAAG0AwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAJIEAtEDQAAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAECAAAAEgAgNAAAhwoAIAMAAAASACA0AACHCgAgNQAAhgoAIAEtAAD8DAAwAgAAABIAIC0AAIYKACACAAAAygkAIC0AAIUKACARswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACEYAwAA-QgAIAQAAPcIACAHAAD6CAAgCQAA-wgAIA4AAP4IACARAAD8CAAgEgAA_QgAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGHBAIAigcAIYgEAQCHBwAhiQQBAIcHACGKBEAAiQcAIYsEAQCHBwAhjQQAAPUIjQQijgSAAAAAAY8EQACJBwAhkAQBAIcHACGSBAEAlgcAIZMEAgCXBwAhGAMAAJsJACAEAACZCQAgBwAAnAkAIAkAAJ0JACAOAACgCQAgEQAAngkAIBIAAJ8JACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhwQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAGTBAIAAAABDwQAAKwJACAJAACtCQAgswMCAAAAAbQDAgAAAAHRA0AAAAAB_wMBAAAAAYMEAQAAAAGEBAEAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAECAAAAGwAgNAAAkAoAIAMAAAAbACA0AACQCgAgNQAAjwoAIAEtAAD7DAAwAgAAABsAIC0AAI8KACACAAAAvgkAIC0AAI4KACANswMCAIoHACG0AwIAigcAIdEDQACJBwAh_wMBAIcHACGDBAEAlgcAIYQEAQCWBwAhkwQCAJcHACGaBAEAlgcAIZsEEACmCQAhnAQBAJYHACGdBAEAlgcAIZ8EAACnCZ8EIqAEAQCWBwAhDwQAAKkJACAJAACqCQAgswMCAIoHACG0AwIAigcAIdEDQACJBwAh_wMBAIcHACGDBAEAlgcAIYQEAQCWBwAhkwQCAJcHACGaBAEAlgcAIZsEEACmCQAhnAQBAJYHACGdBAEAlgcAIZ8EAACnCZ8EIqAEAQCWBwAhDwQAAKwJACAJAACtCQAgswMCAAAAAbQDAgAAAAHRA0AAAAAB_wMBAAAAAYMEAQAAAAGEBAEAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAESAwAAkwoAIAQAAJIKACAIAACVCgAgEwAAlAoAIBQAAJYKACCzAwIAAAABtAMCAAAAAccDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAaYEQAAAAAGnBAEAAAABqAQBAAAAAakEAQAAAAGrBAAAAKsEAgM0AAD5DAAgwgQAAPoMACDIBAAABQAgAzQAAPcMACDCBAAA-AwAIMgEAAABACAENAAAiAoAMMIEAACJCgAwxAQAAIsKACDIBAAAugkAMAQ0AAD_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-wUAIc8DAgD6BQAh0AMBAPsFACHRA0AA-AUAIQ2wAwAAyAoAMLEDAADJCgAQsgMAAMgKADCzAwIA9gUAIbQDAgD2BQAhxwMCAPoFACHJAwAAzwbJAyLLAwAA0AbLAyLNAwAA0QbNAyLOAwEA-wUAIc8DAgD6BQAh0AMBAPsFACHRA0AA-AUAIQmzAwIAigcAIccDAgCXBwAhyQMAAJMHyQMiywMAAJQHywMizQMAAJUHzQMizgMBAJYHACHPAwIAlwcAIdADAQCWBwAh0QNAAIkHACEKAwAAmQcAILMDAgCKBwAhxwMCAJcHACHJAwAAkwfJAyLLAwAAlAfLAyLNAwAAlQfNAyLOAwEAlgcAIc8DAgCXBwAh0AMBAJYHACHRA0AAiQcAIQoDAACbBwAgswMCAAAAAccDAgAAAAHJAwAAAMkDAssDAAAAywMCzQMAAADNAwLOAwEAAAABzwMCAAAAAdADAQAAAAHRA0AAAAABEQwAALkIACANAAC7CAAgEAAAvAgAIBEAAL0IACCzAwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAPYDAtEDQAAAAAHuAwEAAAAB7wMCAAAAAfADAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB9gMBAAAAAQIAAABQACA0AADYCgAgAwAAAFAAIDQAANgKACA1AADXCgAgAS0AAOUMADAWBAAAzQYAIAwAANUGACANAADKBgAgEAAA1gYAIBEAANcGACCwAwAA0gYAMLEDAAAlABCyAwAA0gYAMLMDAgAAAAG0AwIA9gUAIbsDQAD4BQAhxwMCAPYFACHNAwAA1Ab2AyLRA0AA-AUAIe4DAQD7BQAh7wMCAAAAAfADAgD6BQAh8QMQANMGACHyAxAA0wYAIfMDEADTBgAh9AMQANMGACH2AwEA-wUAIQIAAABQACAtAADXCgAgAgAAANUKACAtAADWCgAgEbADAADUCgAwsQMAANUKABCyAwAA1AoAMLMDAgD2BQAhtAMCAPYFACG7A0AA-AUAIccDAgD2BQAhzQMAANQG9gMi0QNAAPgFACHuAwEA-wUAIe8DAgD6BQAh8AMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIfYDAQD7BQAhEbADAADUCgAwsQMAANUKABCyAwAA1AoAMLMDAgD2BQAhtAMCAPYFACG7A0AA-AUAIccDAgD2BQAhzQMAANQG9gMi0QNAAPgFACHuAwEA-wUAIe8DAgD6BQAh8AMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIfYDAQD7BQAhDbMDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAACNCPYDItEDQACJBwAh7gMBAJYHACHvAwIAlwcAIfADAgCXBwAh8QMQAIIIACHyAxAAgggAIfMDEACCCAAh9AMQAIIIACH2AwEAlgcAIREMAACOCAAgDQAAkAgAIBAAAJEIACARAACSCAAgswMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAI0I9gMi0QNAAIkHACHuAwEAlgcAIe8DAgCXBwAh8AMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIfYDAQCWBwAhEQwAALkIACANAAC7CAAgEAAAvAgAIBEAAL0IACCzAwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAPYDAtEDQAAAAAHuAwEAAAAB7wMCAAAAAfADAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB9gMBAAAAAQUWAADaCAAgswMCAAAAAdEDQAAAAAH5AwEAAAAB-wMAAAD7AwICAAAASAAgNAAA5AoAIAMAAABIACA0AADkCgAgNQAA4woAIAEtAADkDAAwCgQAAM0GACAWAADcBgAgsAMAANoGADCxAwAARgAQsgMAANoGADCzAwIAAAABtAMCAPYFACHRA0AA-AUAIfkDAQD3BQAh-wMAANsG-wMiAgAAAEgAIC0AAOMKACACAAAA4QoAIC0AAOIKACAIsAMAAOAKADCxAwAA4QoAELIDAADgCgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyIIsAMAAOAKADCxAwAA4QoAELIDAADgCgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyIEswMCAIoHACHRA0AAiQcAIfkDAQCHBwAh-wMAAMoI-wMiBRYAAMwIACCzAwIAigcAIdEDQACJBwAh-QMBAIcHACH7AwAAygj7AyIFFgAA2ggAILMDAgAAAAHRA0AAAAAB-QMBAAAAAfsDAAAA-wMCGAMAAJsJACAGAACaCQAgBwAAnAkAIAkAAJ0JACAOAACgCQAgEQAAngkAIBIAAJ8JACCzAwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAJIEAtEDQAAAAAGGBAIAAAABhwQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAGTBAIAAAABAgAAABIAIDQAAO0KACADAAAAEgAgNAAA7QoAIDUAAOwKACABLQAA4wwAMAIAAAASACAtAADsCgAgAgAAAMoJACAtAADrCgAgEbMDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAAD2CJIEItEDQACJBwAhhgQCAIoHACGHBAIAigcAIYgEAQCHBwAhiQQBAIcHACGKBEAAiQcAIYsEAQCHBwAhjQQAAPUIjQQijgSAAAAAAY8EQACJBwAhkAQBAIcHACGSBAEAlgcAIZMEAgCXBwAhGAMAAPkIACAGAAD4CAAgBwAA-ggAIAkAAPsIACAOAAD-CAAgEQAA_AgAIBIAAP0IACCzAwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhhwQCAIoHACGIBAEAhwcAIYkEAQCHBwAhigRAAIkHACGLBAEAhwcAIY0EAAD1CI0EIo4EgAAAAAGPBEAAiQcAIZAEAQCHBwAhkgQBAJYHACGTBAIAlwcAIRgDAACbCQAgBgAAmgkAIAcAAJwJACAJAACdCQAgDgAAoAkAIBEAAJ4JACASAACfCQAgswMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQ8GAACrCQAgCQAArQkAILMDAgAAAAHRA0AAAAAB_wMBAAAAAYMEAQAAAAGEBAEAAAABhgQCAAAAAZMEAgAAAAGaBAEAAAABmwQQAAAAAZwEAQAAAAGdBAEAAAABnwQAAACfBAKgBAEAAAABAgAAABsAIDQAAPYKACADAAAAGwAgNAAA9goAIDUAAPUKACABLQAA4gwAMAIAAAAbACAtAAD1CgAgAgAAAL4JACAtAAD0CgAgDbMDAgCKBwAh0QNAAIkHACH_AwEAhwcAIYMEAQCWBwAhhAQBAJYHACGGBAIAigcAIZMEAgCXBwAhmgQBAJYHACGbBBAApgkAIZwEAQCWBwAhnQQBAJYHACGfBAAApwmfBCKgBAEAlgcAIQ8GAACoCQAgCQAAqgkAILMDAgCKBwAh0QNAAIkHACH_AwEAhwcAIYMEAQCWBwAhhAQBAJYHACGGBAIAigcAIZMEAgCXBwAhmgQBAJYHACGbBBAApgkAIZwEAQCWBwAhnQQBAJYHACGfBAAApwmfBCKgBAEAlgcAIQ8GAACrCQAgCQAArQkAILMDAgAAAAHRA0AAAAAB_wMBAAAAAYMEAQAAAAGEBAEAAAABhgQCAAAAAZMEAgAAAAGaBAEAAAABmwQQAAAAAZwEAQAAAAGdBAEAAAABnwQAAACfBAKgBAEAAAABEgMAAJMKACAHAACnCgAgCAAAlQoAIBMAAJQKACAUAACWCgAgswMCAAAAAccDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAYcEAgAAAAGmBEAAAAABpwQBAAAAAagEAQAAAAGpBAEAAAABqwQAAACrBAICAAAACQAgNAAA_woAIAMAAAAJACA0AAD_CgAgNQAA_goAIAEtAADhDAAwAgAAAAkAIC0AAP4KACACAAAA6gkAIC0AAP0KACANswMCAIoHACHHAwIAigcAIc0DAQCHBwAh0QNAAIkHACHgAwEAhwcAIe4DAQCWBwAh-QMBAIcHACGHBAIAigcAIaYEQACJBwAhpwQBAIcHACGoBAEAhwcAIakEAQCWBwAhqwQAAOwJqwQiEgMAAO8JACAHAACmCgAgCAAA8QkAIBMAAPAJACAUAADyCQAgswMCAIoHACHHAwIAigcAIc0DAQCHBwAh0QNAAIkHACHgAwEAhwcAIe4DAQCWBwAh-QMBAIcHACGHBAIAigcAIaYEQACJBwAhpwQBAIcHACGoBAEAhwcAIakEAQCWBwAhqwQAAOwJqwQiEgMAAJMKACAHAACnCgAgCAAAlQoAIBMAAJQKACAUAACWCgAgswMCAAAAAccDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAYcEAgAAAAGmBEAAAAABpwQBAAAAAagEAQAAAAGpBAEAAAABqwQAAACrBAIDNAAA3wwAIMIEAADgDAAgyAQAAAEAIAQ0AAD3CgAwwgQAAPgKADDEBAAA-goAIMgEAADmCQAwBDQAAO4KADDCBAAA7woAMMQEAADxCgAgyAQAALoJADAENAAA5QoAMMIEAADmCgAwxAQAAOgKACDIBAAAxgkAMAQ0AADZCgAwwgQAANoKADDEBAAA3AoAIMgEAADdCgAwBDQAAM0KADDCBAAAzgoAMMQEAADQCgAgyAQAANEKADAENAAAwQoAMMIEAADCCgAwxAQAAMQKACDIBAAAxQoAMAQ0AAC1CgAwwgQAALYKADDEBAAAuAoAIMgEAAC5CgAwAAAAAAALNAAAmAwAMDUAAJ0MADDCBAAAmQwAMMMEAACaDAAwxAQAAJsMACDFBAAAnAwAMMYEAACcDAAwxwQAAJwMADDIBAAAnAwAMMkEAACeDAAwygQAAJ8MADALNAAAjwwAMDUAAJMMADDCBAAAkAwAMMMEAACRDAAwxAQAAJIMACDFBAAA5gkAMMYEAADmCQAwxwQAAOYJADDIBAAA5gkAMMkEAACUDAAwygQAAOkJADALNAAAgwwAMDUAAIgMADDCBAAAhAwAMMMEAACFDAAwxAQAAIYMACDFBAAAhwwAMMYEAACHDAAwxwQAAIcMADDIBAAAhwwAMMkEAACJDAAwygQAAIoMADALNAAA9wsAMDUAAPwLADDCBAAA-AsAMMMEAAD5CwAwxAQAAPoLACDFBAAA-wsAMMYEAAD7CwAwxwQAAPsLADDIBAAA-wsAMMkEAAD9CwAwygQAAP4LADALNAAA7gsAMDUAAPILADDCBAAA7wsAMMMEAADwCwAwxAQAAPELACDFBAAAxgkAMMYEAADGCQAwxwQAAMYJADDIBAAAxgkAMMkEAADzCwAwygQAAMkJADALNAAA4gsAMDUAAOcLADDCBAAA4wsAMMMEAADkCwAwxAQAAOULACDFBAAA5gsAMMYEAADmCwAwxwQAAOYLADDIBAAA5gsAMMkEAADoCwAwygQAAOkLADALNAAA2QsAMDUAAN0LADDCBAAA2gsAMMMEAADbCwAwxAQAANwLACDFBAAA0QoAMMYEAADRCgAwxwQAANEKADDIBAAA0QoAMMkEAADeCwAwygQAANQKADALNAAAzQsAMDUAANILADDCBAAAzgsAMMMEAADPCwAwxAQAANALACDFBAAA0QsAMMYEAADRCwAwxwQAANELADDIBAAA0QsAMMkEAADTCwAwygQAANQLADALNAAAwQsAMDUAAMYLADDCBAAAwgsAMMMEAADDCwAwxAQAAMQLACDFBAAAxQsAMMYEAADFCwAwxwQAAMULADDIBAAAxQsAMMkEAADHCwAwygQAAMgLADALNAAAtQsAMDUAALoLADDCBAAAtgsAMMMEAAC3CwAwxAQAALgLACDFBAAAuQsAMMYEAAC5CwAwxwQAALkLADDIBAAAuQsAMMkEAAC7CwAwygQAALwLADALNAAArAsAMDUAALALADDCBAAArQsAMMMEAACuCwAwxAQAAK8LACDFBAAA1QcAMMYEAADVBwAwxwQAANUHADDIBAAA1QcAMMkEAACxCwAwygQAANgHADALNAAAowsAMDUAAKcLADDCBAAApAsAMMMEAAClCwAwxAQAAKYLACDFBAAAyQcAMMYEAADJBwAwxwQAAMkHADDIBAAAyQcAMMkEAACoCwAwygQAAMwHADALNAAAmgsAMDUAAJ4LADDCBAAAmwsAMMMEAACcCwAwxAQAAJ0LACDFBAAAxQoAMMYEAADFCgAwxwQAAMUKADDIBAAAxQoAMMkEAACfCwAwygQAAMgKADAKBAAAmgcAILMDAgAAAAG0AwIAAAAByQMAAADJAwLLAwAAAMsDAs0DAAAAzQMCzgMBAAAAAc8DAgAAAAHQAwEAAAAB0QNAAAAAAQIAAABUACA0AACiCwAgAwAAAFQAIDQAAKILACA1AAChCwAgAS0AAN4MADACAAAAVAAgLQAAoQsAIAIAAADJCgAgLQAAoAsAIAmzAwIAigcAIbQDAgCKBwAhyQMAAJMHyQMiywMAAJQHywMizQMAAJUHzQMizgMBAJYHACHPAwIAlwcAIdADAQCWBwAh0QNAAIkHACEKBAAAmAcAILMDAgCKBwAhtAMCAIoHACHJAwAAkwfJAyLLAwAAlAfLAyLNAwAAlQfNAyLOAwEAlgcAIc8DAgCXBwAh0AMBAJYHACHRA0AAiQcAIQoEAACaBwAgswMCAAAAAbQDAgAAAAHJAwAAAMkDAssDAAAAywMCzQMAAADNAwLOAwEAAAABzwMCAAAAAdADAQAAAAHRA0AAAAABDCMAALoHACAlAAC7BwAgswMCAAAAAbcDAQAAAAG4AwQAAAABuwNAAAAAAdEDQAAAAAHUAwEAAAAB1QMCAAAAAdYDIAAAAAHXAwIAAAAB2AMBAAAAAQIAAACDAQAgNAAAqwsAIAMAAACDAQAgNAAAqwsAIDUAAKoLACABLQAA3QwAMAIAAACDAQAgLQAAqgsAIAIAAADNBwAgLQAAqQsAIAqzAwIAigcAIbcDAQCWBwAhuAMEAIgHACG7A0AAiQcAIdEDQACJBwAh1AMBAIcHACHVAwIAlwcAIdYDIACpBwAh1wMCAJcHACHYAwEAlgcAIQwjAACrBwAgJQAArAcAILMDAgCKBwAhtwMBAJYHACG4AwQAiAcAIbsDQACJBwAh0QNAAIkHACHUAwEAhwcAIdUDAgCXBwAh1gMgAKkHACHXAwIAlwcAIdgDAQCWBwAhDCMAALoHACAlAAC7BwAgswMCAAAAAbcDAQAAAAG4AwQAAAABuwNAAAAAAdEDQAAAAAHUAwEAAAAB1QMCAAAAAdYDIAAAAAHXAwIAAAAB2AMBAAAAAQgUAADfBwAgIQAA4AcAICIAAN0HACCzAwIAAAABuwNAAAAAAdEDQAAAAAHUAwEAAAAB2QMCAAAAAQIAAAB9ACA0AAC0CwAgAwAAAH0AIDQAALQLACA1AACzCwAgAS0AANwMADACAAAAfQAgLQAAswsAIAIAAADZBwAgLQAAsgsAIAWzAwIAigcAIbsDQACJBwAh0QNAAIkHACHUAwEAhwcAIdkDAgCXBwAhCBQAAMQHACAhAADBBwAgIgAAwgcAILMDAgCKBwAhuwNAAIkHACHRA0AAiQcAIdQDAQCHBwAh2QMCAJcHACEIFAAA3wcAICEAAOAHACAiAADdBwAgswMCAAAAAbsDQAAAAAHRA0AAAAAB1AMBAAAAAdkDAgAAAAEFswMCAAAAAdEDQAAAAAHgAwAAAOADAuEDAQAAAAHiAyAAAAABAgAAAHkAIDQAAMALACADAAAAeQAgNAAAwAsAIDUAAL8LACABLQAA2wwAMAoDAAC4BgAgsAMAAL8GADCxAwAAdwAQsgMAAL8GADCzAwIAAAABxwMCAPYFACHRA0AA-AUAIeADAADABuADIuEDAQD3BQAh4gMgALcGACECAAAAeQAgLQAAvwsAIAIAAAC9CwAgLQAAvgsAIAmwAwAAvAsAMLEDAAC9CwAQsgMAALwLADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACHgAwAAwAbgAyLhAwEA9wUAIeIDIAC3BgAhCbADAAC8CwAwsQMAAL0LABCyAwAAvAsAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeADAADABuADIuEDAQD3BQAh4gMgALcGACEFswMCAIoHACHRA0AAiQcAIeADAADsB-ADIuEDAQCHBwAh4gMgAKkHACEFswMCAIoHACHRA0AAiQcAIeADAADsB-ADIuEDAQCHBwAh4gMgAKkHACEFswMCAAAAAdEDQAAAAAHgAwAAAOADAuEDAQAAAAHiAyAAAAABBLMDAgAAAAHRA0AAAAAB4wMBAAAAAeQDIAAAAAECAAAAdQAgNAAAzAsAIAMAAAB1ACA0AADMCwAgNQAAywsAIAEtAADaDAAwCQMAALgGACCwAwAAwQYAMLEDAABzABCyAwAAwQYAMLMDAgAAAAHHAwIA9gUAIdEDQAD4BQAh4wMBAPcFACHkAyAAtwYAIQIAAAB1ACAtAADLCwAgAgAAAMkLACAtAADKCwAgCLADAADICwAwsQMAAMkLABCyAwAAyAsAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeMDAQD3BQAh5AMgALcGACEIsAMAAMgLADCxAwAAyQsAELIDAADICwAwswMCAPYFACHHAwIA9gUAIdEDQAD4BQAh4wMBAPcFACHkAyAAtwYAIQSzAwIAigcAIdEDQACJBwAh4wMBAIcHACHkAyAAqQcAIQSzAwIAigcAIdEDQACJBwAh4wMBAIcHACHkAyAAqQcAIQSzAwIAAAAB0QNAAAAAAeMDAQAAAAHkAyAAAAABArMDAgAAAAHRA0AAAAABAgAAAHEAIDQAANgLACADAAAAcQAgNAAA2AsAIDUAANcLACABLQAA2QwAMAcDAAC4BgAgsAMAAMIGADCxAwAAbwAQsgMAAMIGADCzAwIAAAABxwMCAPYFACHRA0AA-AUAIQIAAABxACAtAADXCwAgAgAAANULACAtAADWCwAgBrADAADUCwAwsQMAANULABCyAwAA1AsAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIQawAwAA1AsAMLEDAADVCwAQsgMAANQLADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACECswMCAIoHACHRA0AAiQcAIQKzAwIAigcAIdEDQACJBwAhArMDAgAAAAHRA0AAAAABEQQAALoIACAMAAC5CAAgEAAAvAgAIBEAAL0IACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAAD2AwLRA0AAAAAB7gMBAAAAAe8DAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB9gMBAAAAAQIAAABQACA0AADhCwAgAwAAAFAAIDQAAOELACA1AADgCwAgAS0AANgMADACAAAAUAAgLQAA4AsAIAIAAADVCgAgLQAA3wsAIA2zAwIAigcAIbQDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAACNCPYDItEDQACJBwAh7gMBAJYHACHvAwIAlwcAIfEDEACCCAAh8gMQAIIIACHzAxAAgggAIfQDEACCCAAh9gMBAJYHACERBAAAjwgAIAwAAI4IACAQAACRCAAgEQAAkggAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAI0I9gMi0QNAAIkHACHuAwEAlgcAIe8DAgCXBwAh8QMQAIIIACHyAxAAgggAIfMDEACCCAAh9AMQAIIIACH2AwEAlgcAIREEAAC6CAAgDAAAuQgAIBAAALwIACARAAC9CAAgswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAA9gMC0QNAAAAAAe4DAQAAAAHvAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAfYDAQAAAAEEswMCAAAAAfwDAQAAAAH9AwEAAAAB_gMBAAAAAQIAAABsACA0AADtCwAgAwAAAGwAIDQAAO0LACA1AADsCwAgAS0AANcMADAKAwAAuAYAILADAADEBgAwsQMAAGoAELIDAADEBgAwswMCAAAAAccDAgD2BQAh_AMBAPcFACH9AwEA9wUAIf4DAQD3BQAhvgQAAMMGACACAAAAbAAgLQAA7AsAIAIAAADqCwAgLQAA6wsAIAiwAwAA6QsAMLEDAADqCwAQsgMAAOkLADCzAwIA9gUAIccDAgD2BQAh_AMBAPcFACH9AwEA9wUAIf4DAQD3BQAhCLADAADpCwAwsQMAAOoLABCyAwAA6QsAMLMDAgD2BQAhxwMCAPYFACH8AwEA9wUAIf0DAQD3BQAh_gMBAPcFACEEswMCAIoHACH8AwEAhwcAIf0DAQCHBwAh_gMBAIcHACEEswMCAIoHACH8AwEAhwcAIf0DAQCHBwAh_gMBAIcHACEEswMCAAAAAfwDAQAAAAH9AwEAAAAB_gMBAAAAARgEAACZCQAgBgAAmgkAIAcAAJwJACAJAACdCQAgDgAAoAkAIBEAAJ4JACASAACfCQAgswMCAAAAAbQDAgAAAAG7A0AAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQIAAAASACA0AAD2CwAgAwAAABIAIDQAAPYLACA1AAD1CwAgAS0AANYMADACAAAAEgAgLQAA9QsAIAIAAADKCQAgLQAA9AsAIBGzAwIAigcAIbQDAgCKBwAhuwNAAIkHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhhwQCAIoHACGIBAEAhwcAIYkEAQCHBwAhigRAAIkHACGLBAEAhwcAIY0EAAD1CI0EIo4EgAAAAAGPBEAAiQcAIZAEAQCHBwAhkgQBAJYHACGTBAIAlwcAIRgEAAD3CAAgBgAA-AgAIAcAAPoIACAJAAD7CAAgDgAA_ggAIBEAAPwIACASAAD9CAAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACEYBAAAmQkAIAYAAJoJACAHAACcCQAgCQAAnQkAIA4AAKAJACARAACeCQAgEgAAnwkAILMDAgAAAAG0AwIAAAABuwNAAAAAAc0DAAAAkgQC0QNAAAAAAYYEAgAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAEGCAAAzwkAIAoAANAJACCzAwIAAAAB0QNAAAAAAaEEAQAAAAGiBAEAAAABAgAAAGcAIDQAAIIMACADAAAAZwAgNAAAggwAIDUAAIEMACABLQAA1QwAMAwDAAC4BgAgCAAAxwYAIAoAAMgGACCwAwAAxgYAMLEDAAAWABCyAwAAxgYAMLMDAgAAAAHHAwIA9gUAIdEDQAD4BQAhoQQBAPcFACGiBAEA9wUAIb8EAADFBgAgAgAAAGcAIC0AAIEMACACAAAA_wsAIC0AAIAMACAIsAMAAP4LADCxAwAA_wsAELIDAAD-CwAwswMCAPYFACHHAwIA9gUAIdEDQAD4BQAhoQQBAPcFACGiBAEA9wUAIQiwAwAA_gsAMLEDAAD_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-wYAIBkAAIEHACCwAwAA_wYAMLEDAAADABCyAwAA_wYAMLMDAgAAAAHHAwIA9gUAIc0DAAD9BqsEItEDQAD4BQAhigRAAPkFACGQBAEA-wUAIaMEAQD7BQAhpQQBAPcFACGsBAEA9wUAIa0EAQD3BQAhrgQBAPcFACGvBAEA-wUAIbAEAQD7BQAhsQQBAPsFACGyBAEA-wUAIbMEAQD7BQAhtAQBAPsFACG1BAEA-wUAIbYEAQD7BQAhAgAAAAUAIC0AAKIMACACAAAAoAwAIC0AAKEMACAWsAMAAJ8MADCxAwAAoAwAELIDAACfDAAwswMCAPYFACHHAwIA9gUAIc0DAAD9BqsEItEDQAD4BQAhigRAAPkFACGQBAEA-wUAIaMEAQD7BQAhpQQBAPcFACGsBAEA9wUAIa0EAQD3BQAhrgQBAPcFACGvBAEA-wUAIbAEAQD7BQAhsQQBAPsFACGyBAEA-wUAIbMEAQD7BQAhtAQBAPsFACG1BAEA-wUAIbYEAQD7BQAhFrADAACfDAAwsQMAAKAMABCyAwAAnwwAMLMDAgD2BQAhxwMCAPYFACHNAwAA_QarBCLRA0AA-AUAIYoEQAD5BQAhkAQBAPsFACGjBAEA-wUAIaUEAQD3BQAhrAQBAPcFACGtBAEA9wUAIa4EAQD3BQAhrwQBAPsFACGwBAEA-wUAIbEEAQD7BQAhsgQBAPsFACGzBAEA-wUAIbQEAQD7BQAhtQQBAPsFACG2BAEA-wUAIRKzAwIAigcAIc0DAADsCasEItEDQACJBwAhigRAAOYHACGQBAEAlgcAIaMEAQCWBwAhpQQBAIcHACGsBAEAhwcAIa0EAQCHBwAhrgQBAIcHACGvBAEAlgcAIbAEAQCWBwAhsQQBAJYHACGyBAEAlgcAIbMEAQCWBwAhtAQBAJYHACG1BAEAlgcAIbYEAQCWBwAhGQUAAK4KACAIAACwCgAgDgAAsgoAIBMAAK8KACAXAACxCgAgGAAAswoAIBkAALQKACCzAwIAigcAIc0DAADsCasEItEDQACJBwAhigRAAOYHACGQBAEAlgcAIaMEAQCWBwAhpQQBAIcHACGsBAEAhwcAIa0EAQCHBwAhrgQBAIcHACGvBAEAlgcAIbAEAQCWBwAhsQQBAJYHACGyBAEAlgcAIbMEAQCWBwAhtAQBAJYHACG1BAEAlgcAIbYEAQCWBwAhGQUAAIELACAIAACDCwAgDgAAhQsAIBMAAIILACAXAACECwAgGAAAhgsAIBkAAIcLACCzAwIAAAABzQMAAACrBALRA0AAAAABigRAAAAAAZAEAQAAAAGjBAEAAAABpQQBAAAAAawEAQAAAAGtBAEAAAABrgQBAAAAAa8EAQAAAAGwBAEAAAABsQQBAAAAAbIEAQAAAAGzBAEAAAABtAQBAAAAAbUEAQAAAAG2BAEAAAABBDQAAJgMADDCBAAAmQwAMMQEAACbDAAgyAQAAJwMADAENAAAjwwAMMIEAACQDAAwxAQAAJIMACDIBAAA5gkAMAQ0AACDDAAwwgQAAIQMADDEBAAAhgwAIMgEAACHDAAwBDQAAPcLADDCBAAA-AsAMMQEAAD6CwAgyAQAAPsLADAENAAA7gsAMMIEAADvCwAwxAQAAPELACDIBAAAxgkAMAQ0AADiCwAwwgQAAOMLADDEBAAA5QsAIMgEAADmCwAwBDQAANkLADDCBAAA2gsAMMQEAADcCwAgyAQAANEKADAENAAAzQsAMMIEAADOCwAwxAQAANALACDIBAAA0QsAMAQ0AADBCwAwwgQAAMILADDEBAAAxAsAIMgEAADFCwAwBDQAALULADDCBAAAtgsAMMQEAAC4CwAgyAQAALkLADAENAAArAsAMMIEAACtCwAwxAQAAK8LACDIBAAA1QcAMAQ0AACjCwAwwgQAAKQLADDEBAAApgsAIMgEAADJBwAwBDQAAJoLADDCBAAAmwsAMMQEAACdCwAgyAQAAMUKADAAAAAAAAAAAAAAAAAABwMAAL8MACAjAADADAAgJQAAwQwAILcDAACNBwAg1QMAAI0HACDXAwAAjQcAINgDAACNBwAgDQUAALIMACAHAACzDAAgCAAAtQwAIBgAAL0MACAaAACxDAAgGwAAtAwAIBwAALYMACAdAAC3DAAgHgAAuAwAIB8AALkMACAgAAC6DAAgJgAAuwwAICcAALwMACAFAwAAvwwAIBQAALwMACAhAADADAAgIgAAuwwAINkDAACNBwAgAAATAwAAvwwAIAUAALIMACAIAAC1DAAgDgAAtwwAIBMAAMIMACAXAADQDAAgGAAAvQwAIBkAANEMACCKBAAAjQcAIJAEAACNBwAgowQAAI0HACCvBAAAjQcAILAEAACNBwAgsQQAAI0HACCyBAAAjQcAILMEAACNBwAgtAQAAI0HACC1BAAAjQcAILYEAACNBwAgCwMAAL8MACAEAADDDAAgBgAAyQwAIAcAAM0MACAJAADMDAAgDgAAygwAIBEAAMYMACASAADODAAgjgQAAI0HACCSBAAAjQcAIJMEAACNBwAgAAACBAAAwwwAIBYAAMgMACAACAMAAL8MACAEAADDDAAgBwAAzQwAIAgAALUMACATAADCDAAgFAAAzwwAIO4DAACNBwAgqQQAAI0HACAJBAAAwwwAIAwAAMQMACANAAC_DAAgEAAAxQwAIBEAAMYMACDuAwAAjQcAIO8DAACNBwAg8AMAAI0HACD2AwAAjQcAIAkMAADEDAAgDgAAygwAIBAAAMUMACDlAwAAjQcAIO8DAACNBwAggQQAAI0HACCCBAAAjQcAIIMEAACNBwAghAQAAI0HACADAwAAvwwAIAgAALUMACAKAADCDAAgBQMAAL8MACAFAACyDAAgCAAAtQwAIKMEAACNBwAgpQQAAI0HACAAAAAAErMDAgAAAAHNAwAAAKsEAtEDQAAAAAGKBEAAAAABkAQBAAAAAaMEAQAAAAGlBAEAAAABrAQBAAAAAa0EAQAAAAGuBAEAAAABrwQBAAAAAbAEAQAAAAGxBAEAAAABsgQBAAAAAbMEAQAAAAG0BAEAAAABtQQBAAAAAbYEAQAAAAENswMCAAAAAbQDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAYcEAgAAAAGmBEAAAAABpwQBAAAAAagEAQAAAAGpBAEAAAABqwQAAACrBAIGswMCAAAAAdEDQAAAAAHUAwEAAAABowQBAAAAAaQEAQAAAAGlBAEAAAABBLMDAgAAAAHRA0AAAAABoQQBAAAAAaIEAQAAAAERswMCAAAAAbQDAgAAAAG7A0AAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQSzAwIAAAAB_AMBAAAAAf0DAQAAAAH-AwEAAAABDbMDAgAAAAG0AwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAPYDAtEDQAAAAAHuAwEAAAAB7wMCAAAAAfEDEAAAAAHyAxAAAAAB8wMQAAAAAfQDEAAAAAH2AwEAAAABArMDAgAAAAHRA0AAAAABBLMDAgAAAAHRA0AAAAAB4wMBAAAAAeQDIAAAAAEFswMCAAAAAdEDQAAAAAHgAwAAAOADAuEDAQAAAAHiAyAAAAABBbMDAgAAAAG7A0AAAAAB0QNAAAAAAdQDAQAAAAHZAwIAAAABCrMDAgAAAAG3AwEAAAABuAMEAAAAAbsDQAAAAAHRA0AAAAAB1AMBAAAAAdUDAgAAAAHWAyAAAAAB1wMCAAAAAdgDAQAAAAEJswMCAAAAAbQDAgAAAAHJAwAAAMkDAssDAAAAywMCzQMAAADNAwLOAwEAAAABzwMCAAAAAdADAQAAAAHRA0AAAAABEQUAAKUMACAHAACmDAAgCAAAqAwAIBgAALAMACAbAACnDAAgHAAAqQwAIB0AAKoMACAeAACrDAAgHwAArAwAICAAAK0MACAmAACuDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAN8MACANswMCAAAAAccDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAYcEAgAAAAGmBEAAAAABpwQBAAAAAagEAQAAAAGpBAEAAAABqwQAAACrBAINswMCAAAAAdEDQAAAAAH_AwEAAAABgwQBAAAAAYQEAQAAAAGGBAIAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAERswMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQSzAwIAAAAB0QNAAAAAAfkDAQAAAAH7AwAAAPsDAg2zAwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAPYDAtEDQAAAAAHuAwEAAAAB7wMCAAAAAfADAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB9gMBAAAAAQmzAwIAAAABxwMCAAAAAckDAAAAyQMCywMAAADLAwLNAwAAAM0DAs4DAQAAAAHPAwIAAAAB0AMBAAAAAdEDQAAAAAEIswMCAAAAAbUDAQAAAAG2AwEAAAABtwMBAAAAAbgDBAAAAAG5AwEAAAABugNAAAAAAbsDQAAAAAEDAAAADQAgNAAA3wwAIDUAAOoMACATAAAADQAgBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgLQAA6gwAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACERBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIQkDAACXCgAgCAAAmQoAILMDAgAAAAHHAwIAAAAB0QNAAAAAAdQDAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAECAAAAZAAgNAAA6wwAIAMAAAALACA0AADrDAAgNQAA7wwAIAsAAAALACADAADWCQAgCAAA2AkAIC0AAO8MACCzAwIAigcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIaMEAQCWBwAhpAQBAIcHACGlBAEAlgcAIQkDAADWCQAgCAAA2AkAILMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAhowQBAJYHACGkBAEAhwcAIaUEAQCWBwAhEwMAAJMKACAEAACSCgAgBwAApwoAIAgAAJUKACATAACUCgAgswMCAAAAAbQDAgAAAAHHAwIAAAABzQMBAAAAAdEDQAAAAAHgAwEAAAAB7gMBAAAAAfkDAQAAAAGHBAIAAAABpgRAAAAAAacEAQAAAAGoBAEAAAABqQQBAAAAAasEAAAAqwQCAgAAAAkAIDQAAPAMACADAAAABwAgNAAA8AwAIDUAAPQMACAVAAAABwAgAwAA7wkAIAQAAO4JACAHAACmCgAgCAAA8QkAIBMAAPAJACAtAAD0DAAgswMCAIoHACG0AwIAigcAIccDAgCKBwAhzQMBAIcHACHRA0AAiQcAIeADAQCHBwAh7gMBAJYHACH5AwEAhwcAIYcEAgCKBwAhpgRAAIkHACGnBAEAhwcAIagEAQCHBwAhqQQBAJYHACGrBAAA7AmrBCITAwAA7wkAIAQAAO4JACAHAACmCgAgCAAA8QkAIBMAAPAJACCzAwIAigcAIbQDAgCKBwAhxwMCAIoHACHNAwEAhwcAIdEDQACJBwAh4AMBAIcHACHuAwEAlgcAIfkDAQCHBwAhhwQCAIoHACGmBEAAiQcAIacEAQCHBwAhqAQBAIcHACGpBAEAlgcAIasEAADsCasEIhEFAAClDAAgCAAAqAwAIBgAALAMACAaAACkDAAgGwAApwwAIBwAAKkMACAdAACqDAAgHgAAqwwAIB8AAKwMACAgAACtDAAgJgAArgwAICcAAK8MACCzAwIAAAAB_QMBAAAAAf4DAQAAAAG3BCAAAAABuAQgAAAAAQIAAAABACA0AAD1DAAgEQcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAbAACnDAAgHAAAqQwAIB0AAKoMACAeAACrDAAgHwAArAwAICAAAK0MACAmAACuDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAPcMACAaAwAAgAsAIAgAAIMLACAOAACFCwAgEwAAggsAIBcAAIQLACAYAACGCwAgGQAAhwsAILMDAgAAAAHHAwIAAAABzQMAAACrBALRA0AAAAABigRAAAAAAZAEAQAAAAGjBAEAAAABpQQBAAAAAawEAQAAAAGtBAEAAAABrgQBAAAAAa8EAQAAAAGwBAEAAAABsQQBAAAAAbIEAQAAAAGzBAEAAAABtAQBAAAAAbUEAQAAAAG2BAEAAAABAgAAAAUAIDQAAPkMACANswMCAAAAAbQDAgAAAAHRA0AAAAAB_wMBAAAAAYMEAQAAAAGEBAEAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAERswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAAkgQC0QNAAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQSzAwIAAAABtQMBAAAAAbcDAQAAAAG5AwEAAAABAwAAAA0AIDQAAPcMACA1AACADQAgEwAAAA0AIAcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAIC0AAIANACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACEDAAAAAwAgNAAA-QwAIDUAAIMNACAcAAAAAwAgAwAArQoAIAgAALAKACAOAACyCgAgEwAArwoAIBcAALEKACAYAACzCgAgGQAAtAoAIC0AAIMNACCzAwIAigcAIccDAgCKBwAhzQMAAOwJqwQi0QNAAIkHACGKBEAA5gcAIZAEAQCWBwAhowQBAJYHACGlBAEAhwcAIawEAQCHBwAhrQQBAIcHACGuBAEAhwcAIa8EAQCWBwAhsAQBAJYHACGxBAEAlgcAIbIEAQCWBwAhswQBAJYHACG0BAEAlgcAIbUEAQCWBwAhtgQBAJYHACEaAwAArQoAIAgAALAKACAOAACyCgAgEwAArwoAIBcAALEKACAYAACzCgAgGQAAtAoAILMDAgCKBwAhxwMCAIoHACHNAwAA7AmrBCLRA0AAiQcAIYoEQADmBwAhkAQBAJYHACGjBAEAlgcAIaUEAQCHBwAhrAQBAIcHACGtBAEAhwcAIa4EAQCHBwAhrwQBAJYHACGwBAEAlgcAIbEEAQCWBwAhsgQBAJYHACGzBAEAlgcAIbQEAQCWBwAhtQQBAJYHACG2BAEAlgcAIQ2zAwIAAAABtAMCAAAAAccDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAaYEQAAAAAGnBAEAAAABqAQBAAAAAakEAQAAAAGrBAAAAKsEAhGzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAGTBAIAAAABAwAAAA0AIDQAAPUMACA1AACIDQAgEwAAAA0AIAUAAI4LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAIC0AAIgNACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQUAAI4LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACERBQAApQwAIAcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAcAACpDAAgHQAAqgwAIB4AAKsMACAfAACsDAAgIAAArQwAICYAAK4MACAnAACvDAAgswMCAAAAAf0DAQAAAAH-AwEAAAABtwQgAAAAAbgEIAAAAAECAAAAAQAgNAAAiQ0AIBGzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABDbMDAgAAAAG0AwIAAAAB0QNAAAAAAf8DAQAAAAGDBAEAAAABhAQBAAAAAYYEAgAAAAGaBAEAAAABmwQQAAAAAZwEAQAAAAGdBAEAAAABnwQAAACfBAKgBAEAAAABAwAAAA0AIDQAAIkNACA1AACPDQAgEwAAAA0AIAUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAIC0AAI8NACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACEHAwAAzgkAIAgAAM8JACCzAwIAAAABxwMCAAAAAdEDQAAAAAGhBAEAAAABogQBAAAAAQIAAABnACA0AACQDQAgGgMAAIALACAFAACBCwAgCAAAgwsAIA4AAIULACAXAACECwAgGAAAhgsAIBkAAIcLACCzAwIAAAABxwMCAAAAAc0DAAAAqwQC0QNAAAAAAYoEQAAAAAGQBAEAAAABowQBAAAAAaUEAQAAAAGsBAEAAAABrQQBAAAAAa4EAQAAAAGvBAEAAAABsAQBAAAAAbEEAQAAAAGyBAEAAAABswQBAAAAAbQEAQAAAAG1BAEAAAABtgQBAAAAAQIAAAAFACA0AACSDQAgEwMAAJMKACAEAACSCgAgBwAApwoAIAgAAJUKACAUAACWCgAgswMCAAAAAbQDAgAAAAHHAwIAAAABzQMBAAAAAdEDQAAAAAHgAwEAAAAB7gMBAAAAAfkDAQAAAAGHBAIAAAABpgRAAAAAAacEAQAAAAGoBAEAAAABqQQBAAAAAasEAAAAqwQCAgAAAAkAIDQAAJQNACADAAAAFgAgNAAAkA0AIDUAAJgNACAJAAAAFgAgAwAAswkAIAgAALQJACAtAACYDQAgswMCAIoHACHHAwIAigcAIdEDQACJBwAhoQQBAIcHACGiBAEAhwcAIQcDAACzCQAgCAAAtAkAILMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIaEEAQCHBwAhogQBAIcHACEDAAAAAwAgNAAAkg0AIDUAAJsNACAcAAAAAwAgAwAArQoAIAUAAK4KACAIAACwCgAgDgAAsgoAIBcAALEKACAYAACzCgAgGQAAtAoAIC0AAJsNACCzAwIAigcAIccDAgCKBwAhzQMAAOwJqwQi0QNAAIkHACGKBEAA5gcAIZAEAQCWBwAhowQBAJYHACGlBAEAhwcAIawEAQCHBwAhrQQBAIcHACGuBAEAhwcAIa8EAQCWBwAhsAQBAJYHACGxBAEAlgcAIbIEAQCWBwAhswQBAJYHACG0BAEAlgcAIbUEAQCWBwAhtgQBAJYHACEaAwAArQoAIAUAAK4KACAIAACwCgAgDgAAsgoAIBcAALEKACAYAACzCgAgGQAAtAoAILMDAgCKBwAhxwMCAIoHACHNAwAA7AmrBCLRA0AAiQcAIYoEQADmBwAhkAQBAJYHACGjBAEAlgcAIaUEAQCHBwAhrAQBAIcHACGtBAEAhwcAIa4EAQCHBwAhrwQBAJYHACGwBAEAlgcAIbEEAQCWBwAhsgQBAJYHACGzBAEAlgcAIbQEAQCWBwAhtQQBAJYHACG2BAEAlgcAIQMAAAAHACA0AACUDQAgNQAAng0AIBUAAAAHACADAADvCQAgBAAA7gkAIAcAAKYKACAIAADxCQAgFAAA8gkAIC0AAJ4NACCzAwIAigcAIbQDAgCKBwAhxwMCAIoHACHNAwEAhwcAIdEDQACJBwAh4AMBAIcHACHuAwEAlgcAIfkDAQCHBwAhhwQCAIoHACGmBEAAiQcAIacEAQCHBwAhqAQBAIcHACGpBAEAlgcAIasEAADsCasEIhMDAADvCQAgBAAA7gkAIAcAAKYKACAIAADxCQAgFAAA8gkAILMDAgCKBwAhtAMCAIoHACHHAwIAigcAIc0DAQCHBwAh0QNAAIkHACHgAwEAhwcAIe4DAQCWBwAh-QMBAIcHACGHBAIAigcAIaYEQACJBwAhpwQBAIcHACGoBAEAhwcAIakEAQCWBwAhqwQAAOwJqwQiBwMAAM4JACAKAADQCQAgswMCAAAAAccDAgAAAAHRA0AAAAABoQQBAAAAAaIEAQAAAAECAAAAZwAgNAAAnw0AIAkDAACXCgAgBQAAmAoAILMDAgAAAAHHAwIAAAAB0QNAAAAAAdQDAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAECAAAAZAAgNAAAoQ0AIBEFAAClDAAgBwAApgwAIBgAALAMACAaAACkDAAgGwAApwwAIBwAAKkMACAdAACqDAAgHgAAqwwAIB8AAKwMACAgAACtDAAgJgAArgwAICcAAK8MACCzAwIAAAAB_QMBAAAAAf4DAQAAAAG3BCAAAAABuAQgAAAAAQIAAAABACA0AACjDQAgEwMAAJMKACAEAACSCgAgBwAApwoAIBMAAJQKACAUAACWCgAgswMCAAAAAbQDAgAAAAHHAwIAAAABzQMBAAAAAdEDQAAAAAHgAwEAAAAB7gMBAAAAAfkDAQAAAAGHBAIAAAABpgRAAAAAAacEAQAAAAGoBAEAAAABqQQBAAAAAasEAAAAqwQCAgAAAAkAIDQAAKUNACAaAwAAgAsAIAUAAIELACAOAACFCwAgEwAAggsAIBcAAIQLACAYAACGCwAgGQAAhwsAILMDAgAAAAHHAwIAAAABzQMAAACrBALRA0AAAAABigRAAAAAAZAEAQAAAAGjBAEAAAABpQQBAAAAAawEAQAAAAGtBAEAAAABrgQBAAAAAa8EAQAAAAGwBAEAAAABsQQBAAAAAbIEAQAAAAGzBAEAAAABtAQBAAAAAbUEAQAAAAG2BAEAAAABAgAAAAUAIDQAAKcNACANswMCAAAAAc0DAAAAhgQC5QMCAAAAAfEDEAAAAAHyAxAAAAAB8wMQAAAAAfQDEAAAAAH_AwEAAAABgARAAAAAAYEEAQAAAAGCBAEAAAABgwQBAAAAAYQEAQAAAAEEswMCAAAAAbUDAQAAAAG3AwEAAAABuQMBAAAAAQMAAAAWACA0AACfDQAgNQAArQ0AIAkAAAAWACADAACzCQAgCgAAtQkAIC0AAK0NACCzAwIAigcAIccDAgCKBwAh0QNAAIkHACGhBAEAhwcAIaIEAQCHBwAhBwMAALMJACAKAAC1CQAgswMCAIoHACHHAwIAigcAIdEDQACJBwAhoQQBAIcHACGiBAEAhwcAIQMAAAALACA0AAChDQAgNQAAsA0AIAsAAAALACADAADWCQAgBQAA1wkAIC0AALANACCzAwIAigcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIaMEAQCWBwAhpAQBAIcHACGlBAEAlgcAIQkDAADWCQAgBQAA1wkAILMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAhowQBAJYHACGkBAEAhwcAIaUEAQCWBwAhAwAAAA0AIDQAAKMNACA1AACzDQAgEwAAAA0AIAUAAI4LACAHAACPCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAIC0AALMNACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQUAAI4LACAHAACPCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACEDAAAABwAgNAAApQ0AIDUAALYNACAVAAAABwAgAwAA7wkAIAQAAO4JACAHAACmCgAgEwAA8AkAIBQAAPIJACAtAAC2DQAgswMCAIoHACG0AwIAigcAIccDAgCKBwAhzQMBAIcHACHRA0AAiQcAIeADAQCHBwAh7gMBAJYHACH5AwEAhwcAIYcEAgCKBwAhpgRAAIkHACGnBAEAhwcAIagEAQCHBwAhqQQBAJYHACGrBAAA7AmrBCITAwAA7wkAIAQAAO4JACAHAACmCgAgEwAA8AkAIBQAAPIJACCzAwIAigcAIbQDAgCKBwAhxwMCAIoHACHNAwEAhwcAIdEDQACJBwAh4AMBAIcHACHuAwEAlgcAIfkDAQCHBwAhhwQCAIoHACGmBEAAiQcAIacEAQCHBwAhqAQBAIcHACGpBAEAlgcAIasEAADsCasEIgMAAAADACA0AACnDQAgNQAAuQ0AIBwAAAADACADAACtCgAgBQAArgoAIA4AALIKACATAACvCgAgFwAAsQoAIBgAALMKACAZAAC0CgAgLQAAuQ0AILMDAgCKBwAhxwMCAIoHACHNAwAA7AmrBCLRA0AAiQcAIYoEQADmBwAhkAQBAJYHACGjBAEAlgcAIaUEAQCHBwAhrAQBAIcHACGtBAEAhwcAIa4EAQCHBwAhrwQBAJYHACGwBAEAlgcAIbEEAQCWBwAhsgQBAJYHACGzBAEAlgcAIbQEAQCWBwAhtQQBAJYHACG2BAEAlgcAIRoDAACtCgAgBQAArgoAIA4AALIKACATAACvCgAgFwAAsQoAIBgAALMKACAZAAC0CgAgswMCAIoHACHHAwIAigcAIc0DAADsCasEItEDQACJBwAhigRAAOYHACGQBAEAlgcAIaMEAQCWBwAhpQQBAIcHACGsBAEAhwcAIa0EAQCHBwAhrgQBAIcHACGvBAEAlgcAIbAEAQCWBwAhsQQBAJYHACGyBAEAlgcAIbMEAQCWBwAhtAQBAJYHACG1BAEAlgcAIbYEAQCWBwAhEgQAALoIACAMAAC5CAAgDQAAuwgAIBAAALwIACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAAD2AwLRA0AAAAAB7gMBAAAAAe8DAgAAAAHwAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAfYDAQAAAAECAAAAUAAgNAAAug0AIAMAAAAlACA0AAC6DQAgNQAAvg0AIBQAAAAlACAEAACPCAAgDAAAjggAIA0AAJAIACAQAACRCAAgLQAAvg0AILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAI0I9gMi0QNAAIkHACHuAwEAlgcAIe8DAgCXBwAh8AMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIfYDAQCWBwAhEgQAAI8IACAMAACOCAAgDQAAkAgAIBAAAJEIACCzAwIAigcAIbQDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAACNCPYDItEDQACJBwAh7gMBAJYHACHvAwIAlwcAIfADAgCXBwAh8QMQAIIIACHyAxAAgggAIfMDEACCCAAh9AMQAIIIACH2AwEAlgcAIRkDAACbCQAgBAAAmQkAIAYAAJoJACAHAACcCQAgCQAAnQkAIA4AAKAJACARAACeCQAgswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAAkgQC0QNAAAAAAYYEAgAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAECAAAAEgAgNAAAvw0AIAMAAAAQACA0AAC_DQAgNQAAww0AIBsAAAAQACADAAD5CAAgBAAA9wgAIAYAAPgIACAHAAD6CAAgCQAA-wgAIA4AAP4IACARAAD8CAAgLQAAww0AILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACEZAwAA-QgAIAQAAPcIACAGAAD4CAAgBwAA-ggAIAkAAPsIACAOAAD-CAAgEQAA_AgAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACERBQAApQwAIAcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAbAACnDAAgHQAAqgwAIB4AAKsMACAfAACsDAAgIAAArQwAICYAAK4MACAnAACvDAAgswMCAAAAAf0DAQAAAAH-AwEAAAABtwQgAAAAAbgEIAAAAAECAAAAAQAgNAAAxA0AIAMAAAANACA0AADEDQAgNQAAyA0AIBMAAAANACAFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAdAACTCwAgHgAAlAsAIB8AAJULACAgAACWCwAgJgAAlwsAICcAAJgLACAtAADIDQAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIREFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAdAACTCwAgHgAAlAsAIB8AAJULACAgAACWCwAgJgAAlwsAICcAAJgLACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhGgMAAIALACAFAACBCwAgCAAAgwsAIA4AAIULACATAACCCwAgGAAAhgsAIBkAAIcLACCzAwIAAAABxwMCAAAAAc0DAAAAqwQC0QNAAAAAAYoEQAAAAAGQBAEAAAABowQBAAAAAaUEAQAAAAGsBAEAAAABrQQBAAAAAa4EAQAAAAGvBAEAAAABsAQBAAAAAbEEAQAAAAGyBAEAAAABswQBAAAAAbQEAQAAAAG1BAEAAAABtgQBAAAAAQIAAAAFACA0AADJDQAgBLMDAgAAAAG1AwEAAAABugNAAAAAAfcDAAEAAAEDAAAAAwAgNAAAyQ0AIDUAAM4NACAcAAAAAwAgAwAArQoAIAUAAK4KACAIAACwCgAgDgAAsgoAIBMAAK8KACAYAACzCgAgGQAAtAoAIC0AAM4NACCzAwIAigcAIccDAgCKBwAhzQMAAOwJqwQi0QNAAIkHACGKBEAA5gcAIZAEAQCWBwAhowQBAJYHACGlBAEAhwcAIawEAQCHBwAhrQQBAIcHACGuBAEAhwcAIa8EAQCWBwAhsAQBAJYHACGxBAEAlgcAIbIEAQCWBwAhswQBAJYHACG0BAEAlgcAIbUEAQCWBwAhtgQBAJYHACEaAwAArQoAIAUAAK4KACAIAACwCgAgDgAAsgoAIBMAAK8KACAYAACzCgAgGQAAtAoAILMDAgCKBwAhxwMCAIoHACHNAwAA7AmrBCLRA0AAiQcAIYoEQADmBwAhkAQBAJYHACGjBAEAlgcAIaUEAQCHBwAhrAQBAIcHACGtBAEAhwcAIa4EAQCHBwAhrwQBAJYHACGwBAEAlgcAIbEEAQCWBwAhsgQBAJYHACGzBAEAlgcAIbQEAQCWBwAhtQQBAJYHACG2BAEAlgcAIQYEAADZCAAgswMCAAAAAbQDAgAAAAHRA0AAAAAB-QMBAAAAAfsDAAAA-wMCAgAAAEgAIDQAAM8NACADAAAARgAgNAAAzw0AIDUAANMNACAIAAAARgAgBAAAywgAIC0AANMNACCzAwIAigcAIbQDAgCKBwAh0QNAAIkHACH5AwEAhwcAIfsDAADKCPsDIgYEAADLCAAgswMCAIoHACG0AwIAigcAIdEDQACJBwAh-QMBAIcHACH7AwAAygj7AyIRBQAApQwAIAcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAbAACnDAAgHAAAqQwAIB4AAKsMACAfAACsDAAgIAAArQwAICYAAK4MACAnAACvDAAgswMCAAAAAf0DAQAAAAH-AwEAAAABtwQgAAAAAbgEIAAAAAECAAAAAQAgNAAA1A0AIBoDAACACwAgBQAAgQsAIAgAAIMLACATAACCCwAgFwAAhAsAIBgAAIYLACAZAACHCwAgswMCAAAAAccDAgAAAAHNAwAAAKsEAtEDQAAAAAGKBEAAAAABkAQBAAAAAaMEAQAAAAGlBAEAAAABrAQBAAAAAa0EAQAAAAGuBAEAAAABrwQBAAAAAbAEAQAAAAGxBAEAAAABsgQBAAAAAbMEAQAAAAG0BAEAAAABtQQBAAAAAbYEAQAAAAECAAAABQAgNAAA1g0AIBkDAACbCQAgBAAAmQkAIAYAAJoJACAHAACcCQAgCQAAnQkAIBEAAJ4JACASAACfCQAgswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAAkgQC0QNAAAAAAYYEAgAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAECAAAAEgAgNAAA2A0AIAqzAwIAAAAB0QNAAAAAAeYDAgAAAAHnAwEAAAAB6AMQAAAAAekDEAAAAAHrAwAAAOsDAuwDQAAAAAHtAwEAAAAB7gMBAAAAARkDAACbCQAgBAAAmQkAIAYAAJoJACAHAACcCQAgCQAAnQkAIA4AAKAJACASAACfCQAgswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAAkgQC0QNAAAAAAYYEAgAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAECAAAAEgAgNAAA2w0AIAqzAwIAAAAB0QNAAAAAAeUDAgAAAAHnAwEAAAAB6AMQAAAAAekDEAAAAAHrAwAAAOsDAuwDQAAAAAHtAwEAAAAB7gMBAAAAAQMAAAAQACA0AADbDQAgNQAA4A0AIBsAAAAQACADAAD5CAAgBAAA9wgAIAYAAPgIACAHAAD6CAAgCQAA-wgAIA4AAP4IACASAAD9CAAgLQAA4A0AILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACEZAwAA-QgAIAQAAPcIACAGAAD4CAAgBwAA-ggAIAkAAPsIACAOAAD-CAAgEgAA_QgAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACENswMCAAAAAc0DAAAAhgQC7wMCAAAAAfEDEAAAAAHyAxAAAAAB8wMQAAAAAfQDEAAAAAH_AwEAAAABgARAAAAAAYEEAQAAAAGCBAEAAAABgwQBAAAAAYQEAQAAAAEDAAAADQAgNAAA1A0AIDUAAOQNACATAAAADQAgBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB4AAJQLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgLQAA5A0AILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACERBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB4AAJQLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIQMAAAADACA0AADWDQAgNQAA5w0AIBwAAAADACADAACtCgAgBQAArgoAIAgAALAKACATAACvCgAgFwAAsQoAIBgAALMKACAZAAC0CgAgLQAA5w0AILMDAgCKBwAhxwMCAIoHACHNAwAA7AmrBCLRA0AAiQcAIYoEQADmBwAhkAQBAJYHACGjBAEAlgcAIaUEAQCHBwAhrAQBAIcHACGtBAEAhwcAIa4EAQCHBwAhrwQBAJYHACGwBAEAlgcAIbEEAQCWBwAhsgQBAJYHACGzBAEAlgcAIbQEAQCWBwAhtQQBAJYHACG2BAEAlgcAIRoDAACtCgAgBQAArgoAIAgAALAKACATAACvCgAgFwAAsQoAIBgAALMKACAZAAC0CgAgswMCAIoHACHHAwIAigcAIc0DAADsCasEItEDQACJBwAhigRAAOYHACGQBAEAlgcAIaMEAQCWBwAhpQQBAIcHACGsBAEAhwcAIa0EAQCHBwAhrgQBAIcHACGvBAEAlgcAIbAEAQCWBwAhsQQBAJYHACGyBAEAlgcAIbMEAQCWBwAhtAQBAJYHACG1BAEAlgcAIbYEAQCWBwAhAwAAABAAIDQAANgNACA1AADqDQAgGwAAABAAIAMAAPkIACAEAAD3CAAgBgAA-AgAIAcAAPoIACAJAAD7CAAgEQAA_AgAIBIAAP0IACAtAADqDQAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhhwQCAIoHACGIBAEAhwcAIYkEAQCHBwAhigRAAIkHACGLBAEAhwcAIY0EAAD1CI0EIo4EgAAAAAGPBEAAiQcAIZAEAQCHBwAhkgQBAJYHACGTBAIAlwcAIRkDAAD5CAAgBAAA9wgAIAYAAPgIACAHAAD6CAAgCQAA-wgAIBEAAPwIACASAAD9CAAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhhwQCAIoHACGIBAEAhwcAIYkEAQCHBwAhigRAAIkHACGLBAEAhwcAIY0EAAD1CI0EIo4EgAAAAAGPBEAAiQcAIZAEAQCHBwAhkgQBAJYHACGTBAIAlwcAIRAMAACuCAAgDgAA7wgAILMDAgAAAAHNAwAAAIYEAuUDAgAAAAHvAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAf8DAQAAAAGABEAAAAABgQQBAAAAAYIEAQAAAAGDBAEAAAABhAQBAAAAAQIAAAAiACA0AADrDQAgEgQAALoIACAMAAC5CAAgDQAAuwgAIBEAAL0IACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAAD2AwLRA0AAAAAB7gMBAAAAAe8DAgAAAAHwAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAfYDAQAAAAECAAAAUAAgNAAA7Q0AIAMAAAAgACA0AADrDQAgNQAA8Q0AIBIAAAAgACAMAACfCAAgDgAA7ggAIC0AAPENACCzAwIAigcAIc0DAACdCIYEIuUDAgCXBwAh7wMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIf8DAQCHBwAhgARAAIkHACGBBAEAlgcAIYIEAQCWBwAhgwQBAJYHACGEBAEAlgcAIRAMAACfCAAgDgAA7ggAILMDAgCKBwAhzQMAAJ0IhgQi5QMCAJcHACHvAwIAlwcAIfEDEACCCAAh8gMQAIIIACHzAxAAgggAIfQDEACCCAAh_wMBAIcHACGABEAAiQcAIYEEAQCWBwAhggQBAJYHACGDBAEAlgcAIYQEAQCWBwAhAwAAACUAIDQAAO0NACA1AAD0DQAgFAAAACUAIAQAAI8IACAMAACOCAAgDQAAkAgAIBEAAJIIACAtAAD0DQAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAAjQj2AyLRA0AAiQcAIe4DAQCWBwAh7wMCAJcHACHwAwIAlwcAIfEDEACCCAAh8gMQAIIIACHzAxAAgggAIfQDEACCCAAh9gMBAJYHACESBAAAjwgAIAwAAI4IACANAACQCAAgEQAAkggAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAI0I9gMi0QNAAIkHACHuAwEAlgcAIe8DAgCXBwAh8AMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIfYDAQCWBwAhEQUAAKUMACAHAACmDAAgCAAAqAwAIBgAALAMACAaAACkDAAgGwAApwwAIBwAAKkMACAdAACqDAAgHwAArAwAICAAAK0MACAmAACuDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAPUNACADAAAADQAgNAAA9Q0AIDUAAPkNACATAAAADQAgBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgLQAA-Q0AILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACERBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIREFAAClDAAgBwAApgwAIAgAAKgMACAYAACwDAAgGgAApAwAIBsAAKcMACAcAACpDAAgHQAAqgwAIB4AAKsMACAgAACtDAAgJgAArgwAICcAAK8MACCzAwIAAAAB_QMBAAAAAf4DAQAAAAG3BCAAAAABuAQgAAAAAQIAAAABACA0AAD6DQAgAwAAAA0AIDQAAPoNACA1AAD-DQAgEwAAAA0AIAUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgGwAAkAsAIBwAAJILACAdAACTCwAgHgAAlAsAICAAAJYLACAmAACXCwAgJwAAmAsAIC0AAP4NACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgGwAAkAsAIBwAAJILACAdAACTCwAgHgAAlAsAICAAAJYLACAmAACXCwAgJwAAmAsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACERBQAApQwAIAcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAbAACnDAAgHAAAqQwAIB0AAKoMACAeAACrDAAgHwAArAwAICYAAK4MACAnAACvDAAgswMCAAAAAf0DAQAAAAH-AwEAAAABtwQgAAAAAbgEIAAAAAECAAAAAQAgNAAA_w0AIAMAAAANACA0AAD_DQAgNQAAgw4AIBMAAAANACAFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgJgAAlwsAICcAAJgLACAtAACDDgAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIREFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgJgAAlwsAICcAAJgLACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhCQMAAN4HACAUAADfBwAgIQAA4AcAILMDAgAAAAG7A0AAAAABxwMCAAAAAdEDQAAAAAHUAwEAAAAB2QMCAAAAAQIAAAB9ACA0AACEDgAgEQUAAKUMACAHAACmDAAgCAAAqAwAIBgAALAMACAaAACkDAAgGwAApwwAIBwAAKkMACAdAACqDAAgHgAAqwwAIB8AAKwMACAgAACtDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAIYOACAFswMCAAAAAbsDQAAAAAHHAwIAAAAB0QNAAAAAAdQDAQAAAAEKswMCAAAAAbcDAQAAAAG4AwQAAAABuwNAAAAAAccDAgAAAAHRA0AAAAAB1AMBAAAAAdYDIAAAAAHXAwIAAAAB2AMBAAAAAQMAAAANACA0AACGDgAgNQAAjA4AIBMAAAANACAFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgIAAAlgsAICcAAJgLACAtAACMDgAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIREFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgIAAAlgsAICcAAJgLACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhAwAAAHsAIDQAAIQOACA1AACPDgAgCwAAAHsAIAMAAMMHACAUAADEBwAgIQAAwQcAIC0AAI8OACCzAwIAigcAIbsDQACJBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAh2QMCAJcHACEJAwAAwwcAIBQAAMQHACAhAADBBwAgswMCAIoHACG7A0AAiQcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIdkDAgCXBwAhCQMAAN4HACAhAADgBwAgIgAA3QcAILMDAgAAAAG7A0AAAAABxwMCAAAAAdEDQAAAAAHUAwEAAAAB2QMCAAAAAQIAAAB9ACA0AACQDgAgEQUAAKUMACAHAACmDAAgCAAAqAwAIBgAALAMACAaAACkDAAgGwAApwwAIBwAAKkMACAdAACqDAAgHgAAqwwAIB8AAKwMACAgAACtDAAgJgAArgwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAJIOACAELQABAAABswMCAAAAAdEDQAAAAAHTAwIAAAABAwAAAHsAIDQAAJAOACA1AACXDgAgCwAAAHsAIAMAAMMHACAhAADBBwAgIgAAwgcAIC0AAJcOACCzAwIAigcAIbsDQACJBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAh2QMCAJcHACEJAwAAwwcAICEAAMEHACAiAADCBwAgswMCAIoHACG7A0AAiQcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIdkDAgCXBwAhAwAAAA0AIDQAAJIOACA1AACaDgAgEwAAAA0AIAUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgGwAAkAsAIBwAAJILACAdAACTCwAgHgAAlAsAIB8AAJULACAgAACWCwAgJgAAlwsAIC0AAJoOACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgGwAAkAsAIBwAAJILACAdAACTCwAgHgAAlAsAIB8AAJULACAgAACWCwAgJgAAlwsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACENAwAAuQcAICMAALoHACCzAwIAAAABtwMBAAAAAbgDBAAAAAG7A0AAAAABxwMCAAAAAdEDQAAAAAHUAwEAAAAB1QMCAAAAAdYDIAAAAAHXAwIAAAAB2AMBAAAAAQIAAACDAQAgNAAAmw4AIAMAAACBAQAgNAAAmw4AIDUAAJ8OACAPAAAAgQEAIAMAAKoHACAjAACrBwAgLQAAnw4AILMDAgCKBwAhtwMBAJYHACG4AwQAiAcAIbsDQACJBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAh1QMCAJcHACHWAyAAqQcAIdcDAgCXBwAh2AMBAJYHACENAwAAqgcAICMAAKsHACCzAwIAigcAIbcDAQCWBwAhuAMEAIgHACG7A0AAiQcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIdUDAgCXBwAh1gMgAKkHACHXAwIAlwcAIdgDAQCWBwAhEQUAAKUMACAHAACmDAAgCAAAqAwAIBoAAKQMACAbAACnDAAgHAAAqQwAIB0AAKoMACAeAACrDAAgHwAArAwAICAAAK0MACAmAACuDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAKAOACAaAwAAgAsAIAUAAIELACAIAACDCwAgDgAAhQsAIBMAAIILACAXAACECwAgGQAAhwsAILMDAgAAAAHHAwIAAAABzQMAAACrBALRA0AAAAABigRAAAAAAZAEAQAAAAGjBAEAAAABpQQBAAAAAawEAQAAAAGtBAEAAAABrgQBAAAAAa8EAQAAAAGwBAEAAAABsQQBAAAAAbIEAQAAAAGzBAEAAAABtAQBAAAAAbUEAQAAAAG2BAEAAAABAgAAAAUAIDQAAKIOACADAAAADQAgNAAAoA4AIDUAAKYOACATAAAADQAgBQAAjgsAIAcAAI8LACAIAACRCwAgGgAAjQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgLQAApg4AILMDAgCKBwAh_QMBAIcHACH-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_HSKAAR0EAwABCwAgI4UBHSWJAR8BJAAeASWKAQACFIwBACKLAQANBZABAAeRAQAIkwEAGJsBABqPAQAbkgEAHJQBAB2VAQAelgEAH5cBACCYAQAmmQEAJ5oBAAAAAAULACc6ACg7ACk8ACo9ACsAAAAAAAULACc6ACg7ACk8ACo9ACsBAwABAQMAAQULADA6ADE7ADI8ADM9ADQAAAAAAAULADA6ADE7ADI8ADM9ADQDAwABBAACB9IBBAMDAAEEAAIH2AEEBQsAOToAOjsAOzwAPD0APQAAAAAABQsAOToAOjsAOzwAPD0APQEGAAMBBgADBQsAQjoAQzsARDwART0ARgAAAAAABQsAQjoAQzsARDwART0ARgEDgAIBAQOGAgEFCwBLOgBMOwBNPABOPQBPAAAAAAAFCwBLOgBMOwBNPABOPQBPAQMAAQEDAAEFCwBUOgBVOwBWPABXPQBYAAAAAAAFCwBUOgBVOwBWPABXPQBYAwQAAgYAAwmuAgYDBAACBgADCbQCBgULAF06AF47AF88AGA9AGEAAAAAAAULAF06AF47AF88AGA9AGEFA8YCAQQAAgYAAwfHAgQJyAIGBQPOAgEEAAIGAAMHzwIECdACBgULAGY6AGc7AGg8AGk9AGoAAAAAAAULAGY6AGc7AGg8AGk9AGoCDOICBQ7jAgoCDOkCBQ7qAgoFCwBvOgBwOwBxPAByPQBzAAAAAAAFCwBvOgBwOwBxPAByPQBzAQwABQEMAAUFCwB4OgB5OwB6PAB7PQB8AAAAAAAFCwB4OgB5OwB6PAB7PQB8AQMAAQEDAAEFCwCBAToAggE7AIMBPACEAT0AhQEAAAAAAAULAIEBOgCCATsAgwE8AIQBPQCFAQEEAAIBBAACBQsAigE6AIsBOwCMATwAjQE9AI4BAAAAAAAFCwCKAToAiwE7AIwBPACNAT0AjgEBFQATARUAEwULAJMBOgCUATsAlQE8AJYBPQCXAQAAAAAABQsAkwE6AJQBOwCVATwAlgE9AJcBAwQAAgzUAwUN1QMBAwQAAgzbAwUN3AMBBQsAnAE6AJ0BOwCeATwAnwE9AKABAAAAAAAFCwCcAToAnQE7AJ4BPACfAT0AoAECDgAKDwAJAg4ACg8ACQULAKUBOgCmATsApwE8AKgBPQCpAQAAAAAABQsApQE6AKYBOwCnATwAqAE9AKkBAQMAAQEDAAEFCwCuAToArwE7ALABPACxAT0AsgEAAAAAAAULAK4BOgCvATsAsAE8ALEBPQCyAQEDAAEBAwABBQsAtwE6ALgBOwC5ATwAugE9ALsBAAAAAAAFCwC3AToAuAE7ALkBPAC6AT0AuwEBAwABAQMAAQULAMABOgDBATsAwgE8AMMBPQDEAQAAAAAABQsAwAE6AMEBOwDCATwAwwE9AMQBAAAABQsAygE6AMsBOwDMATwAzQE9AM4BAAAAAAAFCwDKAToAywE7AMwBPADNAT0AzgECAwABId8EHQIDAAEh5QQdBQsA0wE6ANQBOwDVATwA1gE9ANcBAAAAAAAFCwDTAToA1AE7ANUBPADWAT0A1wECAwABI_cEHQIDAAEj_QQdBQsA3AE6AN0BOwDeATwA3wE9AOABAAAAAAAFCwDcAToA3QE7AN4BPADfAT0A4AEBJAAeASQAHgULAOUBOgDmATsA5wE8AOgBPQDpAQAAAAAABQsA5QE6AOYBOwDnATwA6AE9AOkBAgOlBQEEAAICA6sFAQQAAgULAO4BOgDvATsA8AE8APEBPQDyAQAAAAAABQsA7gE6AO8BOwDwATwA8QE9APIBAQQAAgEEAAIFCwD3AToA-AE7APkBPAD6AT0A-wEAAAAAAAULAPcBOgD4ATsA-QE8APoBPQD7ASgCASmcAQEqngEBK58BASygAQEuogEBL6QBIzClASQxpwEBMqkBIzOqASU2qwEBN6wBATitASM-sAEmP7EBLECyAQJBswECQrQBAkO1AQJEtgECRbgBAka6ASNHuwEtSL0BAkm_ASNKwAEuS8EBAkzCAQJNwwEjTsYBL0_HATVQyAEDUckBA1LKAQNTywEDVMwBA1XOAQNW0AEjV9EBNljUAQNZ1gEjWtcBN1vZAQNc2gEDXdsBI17eAThf3wE-YOABEWHhARFi4gERY-MBEWTkARFl5gERZugBI2fpAT9o6wERae0BI2ruAUBr7wERbPABEW3xASNu9AFBb_UBR3D2AQRx9wEEcvgBBHP5AQR0-gEEdfwBBHb-ASN3_wFIeIICBHmEAiN6hQJJe4cCBHyIAgR9iQIjfowCSn-NAlCAAY4CBoEBjwIGggGQAgaDAZECBoQBkgIGhQGUAgaGAZYCI4cBlwJRiAGZAgaJAZsCI4oBnAJSiwGdAgaMAZ4CBo0BnwIjjgGiAlOPAaMCWZABpAIHkQGlAgeSAaYCB5MBpwIHlAGoAgeVAaoCB5YBrAIjlwGtAlqYAbACB5kBsgIjmgGzAlubAbUCB5wBtgIHnQG3AiOeAboCXJ8BuwJioAG8AgWhAb0CBaIBvgIFowG_AgWkAcACBaUBwgIFpgHEAiOnAcUCY6gBygIFqQHMAiOqAc0CZKsB0QIFrAHSAgWtAdMCI64B1gJlrwHXAmuwAdgCCbEB2QIJsgHaAgmzAdsCCbQB3AIJtQHeAgm2AeACI7cB4QJsuAHlAgm5AecCI7oB6AJtuwHrAgm8AewCCb0B7QIjvgHwAm6_AfECdMAB8gIOwQHzAg7CAfQCDsMB9QIOxAH2Ag7FAfgCDsYB-gIjxwH7AnXIAf0CDskB_wIjygGAA3bLAYEDDswBggMOzQGDAyPOAYYDd88BhwN90AGIAxnRAYkDGdIBigMZ0wGLAxnUAYwDGdUBjgMZ1gGQAyPXAZEDftgBkwMZ2QGVAyPaAZYDf9sBlwMZ3AGYAxndAZkDI94BnAOAAd8BnQOGAeABngMT4QGfAxPiAaADE-MBoQMT5AGiAxPlAaQDE-YBpgMj5wGnA4cB6AGpAxPpAasDI-oBrAOIAesBrQMT7AGuAxPtAa8DI-4BsgOJAe8BswOPAfABtAMU8QG1AxTyAbYDFPMBtwMU9AG4AxT1AboDFPYBvAMj9wG9A5AB-AG_AxT5AcEDI_oBwgORAfsBwwMU_AHEAxT9AcUDI_4ByAOSAf8ByQOYAYACygMKgQLLAwqCAswDCoMCzQMKhALOAwqFAtADCoYC0gMjhwLTA5kBiALXAwqJAtkDI4oC2gOaAYsC3QMKjALeAwqNAt8DI44C4gObAY8C4wOhAZAC5AMLkQLlAwuSAuYDC5MC5wMLlALoAwuVAuoDC5YC7AMjlwLtA6IBmALvAwuZAvEDI5oC8gOjAZsC8wMLnAL0AwudAvUDI54C-AOkAZ8C-QOqAaAC-gMaoQL7AxqiAvwDGqMC_QMapAL-AxqlAoAEGqYCggQjpwKDBKsBqAKFBBqpAocEI6oCiASsAasCiQQarAKKBBqtAosEI64CjgStAa8CjwSzAbACkAQbsQKRBBuyApIEG7MCkwQbtAKUBBu1ApYEG7YCmAQjtwKZBLQBuAKbBBu5Ap0EI7oCngS1AbsCnwQbvAKgBBu9AqEEI74CpAS2Ab8CpQS8AcACpgQcwQKnBBzCAqgEHMMCqQQcxAKqBBzFAqwEHMYCrgQjxwKvBL0ByAKxBBzJArMEI8oCtAS-AcsCtQQczAK2BBzNArcEI84CugS_Ac8CuwTFAdACvQTGAdECvgTGAdICwQTGAdMCwgTGAdQCwwTGAdUCxQTGAdYCxwQj1wLIBMcB2ALKBMYB2QLMBCPaAs0EyAHbAs4ExgHcAs8ExgHdAtAEI94C0wTJAd8C1ATPAeAC1QQd4QLWBB3iAtcEHeMC2AQd5ALZBB3lAtsEHeYC3QQj5wLeBNAB6ALhBB3pAuMEI-oC5ATRAesC5gQd7ALnBB3tAugEI-4C6wTSAe8C7ATYAfAC7QQe8QLuBB7yAu8EHvMC8AQe9ALxBB71AvMEHvYC9QQj9wL2BNkB-AL5BB75AvsEI_oC_ATaAfsC_gQe_AL_BB79AoAFI_4CgwXbAf8ChAXhAYADhQUfgQOGBR-CA4cFH4MDiAUfhAOJBR-FA4sFH4YDjQUjhwOOBeIBiAOQBR-JA5IFI4oDkwXjAYsDlAUfjAOVBR-NA5YFI44DmQXkAY8DmgXqAZADmwUWkQOcBRaSA50FFpMDngUWlAOfBRaVA6EFFpYDowUjlwOkBesBmAOnBRaZA6kFI5oDqgXsAZsDrAUWnAOtBRadA64FI54DsQXtAZ8DsgXzAaADswUXoQO0BReiA7UFF6MDtgUXpAO3BRelA7kFF6YDuwUjpwO8BfQBqAO-BRepA8AFI6oDwQX1AasDwgUXrAPDBRetA8QFI64DxwX2Aa8DyAX8AQ" } config.compilerWasm = { getRuntime: async () => require('./query_compiler_fast_bg.js'), diff --git a/packages/db/generated/prisma/index-browser.js b/packages/db/generated/prisma/index-browser.js index 9a4f8d00..7e4eaa6c 100644 --- a/packages/db/generated/prisma/index-browser.js +++ b/packages/db/generated/prisma/index-browser.js @@ -167,6 +167,14 @@ exports.Prisma.AppointmentScalarFieldEnum = { eligibilityStatus: 'eligibilityStatus' }; +exports.Prisma.AppointmentFileScalarFieldEnum = { + id: 'id', + appointmentId: 'appointmentId', + filename: 'filename', + mimeType: 'mimeType', + filePath: 'filePath' +}; + exports.Prisma.StaffScalarFieldEnum = { id: 'id', userId: 'userId', @@ -509,6 +517,7 @@ exports.Prisma.ModelName = { User: 'User', Patient: 'Patient', Appointment: 'Appointment', + AppointmentFile: 'AppointmentFile', Staff: 'Staff', NpiProvider: 'NpiProvider', AppointmentProcedure: 'AppointmentProcedure', diff --git a/packages/db/generated/prisma/index.d.ts b/packages/db/generated/prisma/index.d.ts index ee720eba..66be02cf 100644 --- a/packages/db/generated/prisma/index.d.ts +++ b/packages/db/generated/prisma/index.d.ts @@ -28,6 +28,11 @@ export type Patient = $Result.DefaultSelection * */ export type Appointment = $Result.DefaultSelection +/** + * Model AppointmentFile + * + */ +export type AppointmentFile = $Result.DefaultSelection /** * Model Staff * @@ -453,6 +458,16 @@ export class PrismaClient< */ get appointment(): Prisma.AppointmentDelegate; + /** + * `prisma.appointmentFile`: Exposes CRUD operations for the **AppointmentFile** model. + * Example usage: + * ```ts + * // Fetch zero or more AppointmentFiles + * const appointmentFiles = await prisma.appointmentFile.findMany() + * ``` + */ + get appointmentFile(): Prisma.AppointmentFileDelegate; + /** * `prisma.staff`: Exposes CRUD operations for the **Staff** model. * Example usage: @@ -1089,6 +1104,7 @@ export namespace Prisma { User: 'User', Patient: 'Patient', Appointment: 'Appointment', + AppointmentFile: 'AppointmentFile', Staff: 'Staff', NpiProvider: 'NpiProvider', AppointmentProcedure: 'AppointmentProcedure', @@ -1124,7 +1140,7 @@ export namespace Prisma { omit: GlobalOmitOptions } meta: { - modelProps: "user" | "patient" | "appointment" | "staff" | "npiProvider" | "appointmentProcedure" | "claim" | "serviceLine" | "claimFile" | "insuranceCredential" | "pdfGroup" | "pdfFile" | "payment" | "serviceLineTransaction" | "databaseBackup" | "backupDestination" | "notification" | "cronJobLog" | "cloudFolder" | "cloudFile" | "cloudFileChunk" | "communication" | "patientDocument" + modelProps: "user" | "patient" | "appointment" | "appointmentFile" | "staff" | "npiProvider" | "appointmentProcedure" | "claim" | "serviceLine" | "claimFile" | "insuranceCredential" | "pdfGroup" | "pdfFile" | "payment" | "serviceLineTransaction" | "databaseBackup" | "backupDestination" | "notification" | "cronJobLog" | "cloudFolder" | "cloudFile" | "cloudFileChunk" | "communication" | "patientDocument" txIsolationLevel: Prisma.TransactionIsolationLevel } model: { @@ -1350,6 +1366,80 @@ export namespace Prisma { } } } + AppointmentFile: { + payload: Prisma.$AppointmentFilePayload + fields: Prisma.AppointmentFileFieldRefs + operations: { + findUnique: { + args: Prisma.AppointmentFileFindUniqueArgs + result: $Utils.PayloadToResult | null + } + findUniqueOrThrow: { + args: Prisma.AppointmentFileFindUniqueOrThrowArgs + result: $Utils.PayloadToResult + } + findFirst: { + args: Prisma.AppointmentFileFindFirstArgs + result: $Utils.PayloadToResult | null + } + findFirstOrThrow: { + args: Prisma.AppointmentFileFindFirstOrThrowArgs + result: $Utils.PayloadToResult + } + findMany: { + args: Prisma.AppointmentFileFindManyArgs + result: $Utils.PayloadToResult[] + } + create: { + args: Prisma.AppointmentFileCreateArgs + result: $Utils.PayloadToResult + } + createMany: { + args: Prisma.AppointmentFileCreateManyArgs + result: BatchPayload + } + createManyAndReturn: { + args: Prisma.AppointmentFileCreateManyAndReturnArgs + result: $Utils.PayloadToResult[] + } + delete: { + args: Prisma.AppointmentFileDeleteArgs + result: $Utils.PayloadToResult + } + update: { + args: Prisma.AppointmentFileUpdateArgs + result: $Utils.PayloadToResult + } + deleteMany: { + args: Prisma.AppointmentFileDeleteManyArgs + result: BatchPayload + } + updateMany: { + args: Prisma.AppointmentFileUpdateManyArgs + result: BatchPayload + } + updateManyAndReturn: { + args: Prisma.AppointmentFileUpdateManyAndReturnArgs + result: $Utils.PayloadToResult[] + } + upsert: { + args: Prisma.AppointmentFileUpsertArgs + result: $Utils.PayloadToResult + } + aggregate: { + args: Prisma.AppointmentFileAggregateArgs + result: $Utils.Optional + } + groupBy: { + args: Prisma.AppointmentFileGroupByArgs + result: $Utils.Optional[] + } + count: { + args: Prisma.AppointmentFileCountArgs + result: $Utils.Optional | number + } + } + } Staff: { payload: Prisma.$StaffPayload fields: Prisma.StaffFieldRefs @@ -2941,6 +3031,7 @@ export namespace Prisma { user?: UserOmit patient?: PatientOmit appointment?: AppointmentOmit + appointmentFile?: AppointmentFileOmit staff?: StaffOmit npiProvider?: NpiProviderOmit appointmentProcedure?: AppointmentProcedureOmit @@ -3267,11 +3358,13 @@ export namespace Prisma { export type AppointmentCountOutputType = { procedures: number claims: number + files: number } export type AppointmentCountOutputTypeSelect = { procedures?: boolean | AppointmentCountOutputTypeCountProceduresArgs claims?: boolean | AppointmentCountOutputTypeCountClaimsArgs + files?: boolean | AppointmentCountOutputTypeCountFilesArgs } // Custom InputTypes @@ -3299,6 +3392,13 @@ export namespace Prisma { where?: ClaimWhereInput } + /** + * AppointmentCountOutputType without action + */ + export type AppointmentCountOutputTypeCountFilesArgs = { + where?: AppointmentFileWhereInput + } + /** * Count Type StaffCountOutputType @@ -6800,6 +6900,7 @@ export namespace Prisma { staff?: boolean | Appointment$staffArgs procedures?: boolean | Appointment$proceduresArgs claims?: boolean | Appointment$claimsArgs + files?: boolean | Appointment$filesArgs _count?: boolean | AppointmentCountOutputTypeDefaultArgs }, ExtArgs["result"]["appointment"]> @@ -6867,6 +6968,7 @@ export namespace Prisma { staff?: boolean | Appointment$staffArgs procedures?: boolean | Appointment$proceduresArgs claims?: boolean | Appointment$claimsArgs + files?: boolean | Appointment$filesArgs _count?: boolean | AppointmentCountOutputTypeDefaultArgs } export type AppointmentIncludeCreateManyAndReturn = { @@ -6888,6 +6990,7 @@ export namespace Prisma { staff: Prisma.$StaffPayload | null procedures: Prisma.$AppointmentProcedurePayload[] claims: Prisma.$ClaimPayload[] + files: Prisma.$AppointmentFilePayload[] } scalars: $Extensions.GetPayloadResult<{ id: number @@ -7303,6 +7406,7 @@ export namespace Prisma { staff = {}>(args?: Subset>): Prisma__StaffClient<$Result.GetResult, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions> procedures = {}>(args?: Subset>): Prisma.PrismaPromise<$Result.GetResult, T, "findMany", GlobalOmitOptions> | Null> claims = {}>(args?: Subset>): Prisma.PrismaPromise<$Result.GetResult, T, "findMany", GlobalOmitOptions> | Null> + files = {}>(args?: Subset>): Prisma.PrismaPromise<$Result.GetResult, T, "findMany", GlobalOmitOptions> | Null> /** * Attaches callbacks for the resolution and/or rejection of the Promise. * @param onfulfilled The callback to execute when the Promise is resolved. @@ -7808,6 +7912,30 @@ export namespace Prisma { distinct?: ClaimScalarFieldEnum | ClaimScalarFieldEnum[] } + /** + * Appointment.files + */ + export type Appointment$filesArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + where?: AppointmentFileWhereInput + orderBy?: AppointmentFileOrderByWithRelationInput | AppointmentFileOrderByWithRelationInput[] + cursor?: AppointmentFileWhereUniqueInput + take?: number + skip?: number + distinct?: AppointmentFileScalarFieldEnum | AppointmentFileScalarFieldEnum[] + } + /** * Appointment without action */ @@ -7827,6 +7955,1102 @@ export namespace Prisma { } + /** + * Model AppointmentFile + */ + + export type AggregateAppointmentFile = { + _count: AppointmentFileCountAggregateOutputType | null + _avg: AppointmentFileAvgAggregateOutputType | null + _sum: AppointmentFileSumAggregateOutputType | null + _min: AppointmentFileMinAggregateOutputType | null + _max: AppointmentFileMaxAggregateOutputType | null + } + + export type AppointmentFileAvgAggregateOutputType = { + id: number | null + appointmentId: number | null + } + + export type AppointmentFileSumAggregateOutputType = { + id: number | null + appointmentId: number | null + } + + export type AppointmentFileMinAggregateOutputType = { + id: number | null + appointmentId: number | null + filename: string | null + mimeType: string | null + filePath: string | null + } + + export type AppointmentFileMaxAggregateOutputType = { + id: number | null + appointmentId: number | null + filename: string | null + mimeType: string | null + filePath: string | null + } + + export type AppointmentFileCountAggregateOutputType = { + id: number + appointmentId: number + filename: number + mimeType: number + filePath: number + _all: number + } + + + export type AppointmentFileAvgAggregateInputType = { + id?: true + appointmentId?: true + } + + export type AppointmentFileSumAggregateInputType = { + id?: true + appointmentId?: true + } + + export type AppointmentFileMinAggregateInputType = { + id?: true + appointmentId?: true + filename?: true + mimeType?: true + filePath?: true + } + + export type AppointmentFileMaxAggregateInputType = { + id?: true + appointmentId?: true + filename?: true + mimeType?: true + filePath?: true + } + + export type AppointmentFileCountAggregateInputType = { + id?: true + appointmentId?: true + filename?: true + mimeType?: true + filePath?: true + _all?: true + } + + export type AppointmentFileAggregateArgs = { + /** + * Filter which AppointmentFile to aggregate. + */ + where?: AppointmentFileWhereInput + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} + * + * Determine the order of AppointmentFiles to fetch. + */ + orderBy?: AppointmentFileOrderByWithRelationInput | AppointmentFileOrderByWithRelationInput[] + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} + * + * Sets the start position + */ + cursor?: AppointmentFileWhereUniqueInput + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} + * + * Take `±n` AppointmentFiles from the position of the cursor. + */ + take?: number + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} + * + * Skip the first `n` AppointmentFiles. + */ + skip?: number + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} + * + * Count returned AppointmentFiles + **/ + _count?: true | AppointmentFileCountAggregateInputType + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} + * + * Select which fields to average + **/ + _avg?: AppointmentFileAvgAggregateInputType + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} + * + * Select which fields to sum + **/ + _sum?: AppointmentFileSumAggregateInputType + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} + * + * Select which fields to find the minimum value + **/ + _min?: AppointmentFileMinAggregateInputType + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs} + * + * Select which fields to find the maximum value + **/ + _max?: AppointmentFileMaxAggregateInputType + } + + export type GetAppointmentFileAggregateType = { + [P in keyof T & keyof AggregateAppointmentFile]: P extends '_count' | 'count' + ? T[P] extends true + ? number + : GetScalarType + : GetScalarType + } + + + + + export type AppointmentFileGroupByArgs = { + where?: AppointmentFileWhereInput + orderBy?: AppointmentFileOrderByWithAggregationInput | AppointmentFileOrderByWithAggregationInput[] + by: AppointmentFileScalarFieldEnum[] | AppointmentFileScalarFieldEnum + having?: AppointmentFileScalarWhereWithAggregatesInput + take?: number + skip?: number + _count?: AppointmentFileCountAggregateInputType | true + _avg?: AppointmentFileAvgAggregateInputType + _sum?: AppointmentFileSumAggregateInputType + _min?: AppointmentFileMinAggregateInputType + _max?: AppointmentFileMaxAggregateInputType + } + + export type AppointmentFileGroupByOutputType = { + id: number + appointmentId: number + filename: string + mimeType: string | null + filePath: string | null + _count: AppointmentFileCountAggregateOutputType | null + _avg: AppointmentFileAvgAggregateOutputType | null + _sum: AppointmentFileSumAggregateOutputType | null + _min: AppointmentFileMinAggregateOutputType | null + _max: AppointmentFileMaxAggregateOutputType | null + } + + type GetAppointmentFileGroupByPayload = Prisma.PrismaPromise< + Array< + PickEnumerable & + { + [P in ((keyof T) & (keyof AppointmentFileGroupByOutputType))]: P extends '_count' + ? T[P] extends boolean + ? number + : GetScalarType + : GetScalarType + } + > + > + + + export type AppointmentFileSelect = $Extensions.GetSelect<{ + id?: boolean + appointmentId?: boolean + filename?: boolean + mimeType?: boolean + filePath?: boolean + appointment?: boolean | AppointmentDefaultArgs + }, ExtArgs["result"]["appointmentFile"]> + + export type AppointmentFileSelectCreateManyAndReturn = $Extensions.GetSelect<{ + id?: boolean + appointmentId?: boolean + filename?: boolean + mimeType?: boolean + filePath?: boolean + appointment?: boolean | AppointmentDefaultArgs + }, ExtArgs["result"]["appointmentFile"]> + + export type AppointmentFileSelectUpdateManyAndReturn = $Extensions.GetSelect<{ + id?: boolean + appointmentId?: boolean + filename?: boolean + mimeType?: boolean + filePath?: boolean + appointment?: boolean | AppointmentDefaultArgs + }, ExtArgs["result"]["appointmentFile"]> + + export type AppointmentFileSelectScalar = { + id?: boolean + appointmentId?: boolean + filename?: boolean + mimeType?: boolean + filePath?: boolean + } + + export type AppointmentFileOmit = $Extensions.GetOmit<"id" | "appointmentId" | "filename" | "mimeType" | "filePath", ExtArgs["result"]["appointmentFile"]> + export type AppointmentFileInclude = { + appointment?: boolean | AppointmentDefaultArgs + } + export type AppointmentFileIncludeCreateManyAndReturn = { + appointment?: boolean | AppointmentDefaultArgs + } + export type AppointmentFileIncludeUpdateManyAndReturn = { + appointment?: boolean | AppointmentDefaultArgs + } + + export type $AppointmentFilePayload = { + name: "AppointmentFile" + objects: { + appointment: Prisma.$AppointmentPayload + } + scalars: $Extensions.GetPayloadResult<{ + id: number + appointmentId: number + filename: string + mimeType: string | null + filePath: string | null + }, ExtArgs["result"]["appointmentFile"]> + composites: {} + } + + type AppointmentFileGetPayload = $Result.GetResult + + type AppointmentFileCountArgs = + Omit & { + select?: AppointmentFileCountAggregateInputType | true + } + + export interface AppointmentFileDelegate { + [K: symbol]: { types: Prisma.TypeMap['model']['AppointmentFile'], meta: { name: 'AppointmentFile' } } + /** + * Find zero or one AppointmentFile that matches the filter. + * @param {AppointmentFileFindUniqueArgs} args - Arguments to find a AppointmentFile + * @example + * // Get one AppointmentFile + * const appointmentFile = await prisma.appointmentFile.findUnique({ + * where: { + * // ... provide filter here + * } + * }) + */ + findUnique(args: SelectSubset>): Prisma__AppointmentFileClient<$Result.GetResult, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions> + + /** + * Find one AppointmentFile that matches the filter or throw an error with `error.code='P2025'` + * if no matches were found. + * @param {AppointmentFileFindUniqueOrThrowArgs} args - Arguments to find a AppointmentFile + * @example + * // Get one AppointmentFile + * const appointmentFile = await prisma.appointmentFile.findUniqueOrThrow({ + * where: { + * // ... provide filter here + * } + * }) + */ + findUniqueOrThrow(args: SelectSubset>): Prisma__AppointmentFileClient<$Result.GetResult, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> + + /** + * Find the first AppointmentFile that matches the filter. + * Note, that providing `undefined` is treated as the value not being there. + * Read more here: https://pris.ly/d/null-undefined + * @param {AppointmentFileFindFirstArgs} args - Arguments to find a AppointmentFile + * @example + * // Get one AppointmentFile + * const appointmentFile = await prisma.appointmentFile.findFirst({ + * where: { + * // ... provide filter here + * } + * }) + */ + findFirst(args?: SelectSubset>): Prisma__AppointmentFileClient<$Result.GetResult, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions> + + /** + * Find the first AppointmentFile that matches the filter or + * throw `PrismaKnownClientError` with `P2025` code if no matches were found. + * Note, that providing `undefined` is treated as the value not being there. + * Read more here: https://pris.ly/d/null-undefined + * @param {AppointmentFileFindFirstOrThrowArgs} args - Arguments to find a AppointmentFile + * @example + * // Get one AppointmentFile + * const appointmentFile = await prisma.appointmentFile.findFirstOrThrow({ + * where: { + * // ... provide filter here + * } + * }) + */ + findFirstOrThrow(args?: SelectSubset>): Prisma__AppointmentFileClient<$Result.GetResult, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> + + /** + * Find zero or more AppointmentFiles that matches the filter. + * Note, that providing `undefined` is treated as the value not being there. + * Read more here: https://pris.ly/d/null-undefined + * @param {AppointmentFileFindManyArgs} args - Arguments to filter and select certain fields only. + * @example + * // Get all AppointmentFiles + * const appointmentFiles = await prisma.appointmentFile.findMany() + * + * // Get first 10 AppointmentFiles + * const appointmentFiles = await prisma.appointmentFile.findMany({ take: 10 }) + * + * // Only select the `id` + * const appointmentFileWithIdOnly = await prisma.appointmentFile.findMany({ select: { id: true } }) + * + */ + findMany(args?: SelectSubset>): Prisma.PrismaPromise<$Result.GetResult, T, "findMany", GlobalOmitOptions>> + + /** + * Create a AppointmentFile. + * @param {AppointmentFileCreateArgs} args - Arguments to create a AppointmentFile. + * @example + * // Create one AppointmentFile + * const AppointmentFile = await prisma.appointmentFile.create({ + * data: { + * // ... data to create a AppointmentFile + * } + * }) + * + */ + create(args: SelectSubset>): Prisma__AppointmentFileClient<$Result.GetResult, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> + + /** + * Create many AppointmentFiles. + * @param {AppointmentFileCreateManyArgs} args - Arguments to create many AppointmentFiles. + * @example + * // Create many AppointmentFiles + * const appointmentFile = await prisma.appointmentFile.createMany({ + * data: [ + * // ... provide data here + * ] + * }) + * + */ + createMany(args?: SelectSubset>): Prisma.PrismaPromise + + /** + * Create many AppointmentFiles and returns the data saved in the database. + * @param {AppointmentFileCreateManyAndReturnArgs} args - Arguments to create many AppointmentFiles. + * @example + * // Create many AppointmentFiles + * const appointmentFile = await prisma.appointmentFile.createManyAndReturn({ + * data: [ + * // ... provide data here + * ] + * }) + * + * // Create many AppointmentFiles and only return the `id` + * const appointmentFileWithIdOnly = await prisma.appointmentFile.createManyAndReturn({ + * select: { id: true }, + * data: [ + * // ... provide data here + * ] + * }) + * Note, that providing `undefined` is treated as the value not being there. + * Read more here: https://pris.ly/d/null-undefined + * + */ + createManyAndReturn(args?: SelectSubset>): Prisma.PrismaPromise<$Result.GetResult, T, "createManyAndReturn", GlobalOmitOptions>> + + /** + * Delete a AppointmentFile. + * @param {AppointmentFileDeleteArgs} args - Arguments to delete one AppointmentFile. + * @example + * // Delete one AppointmentFile + * const AppointmentFile = await prisma.appointmentFile.delete({ + * where: { + * // ... filter to delete one AppointmentFile + * } + * }) + * + */ + delete(args: SelectSubset>): Prisma__AppointmentFileClient<$Result.GetResult, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> + + /** + * Update one AppointmentFile. + * @param {AppointmentFileUpdateArgs} args - Arguments to update one AppointmentFile. + * @example + * // Update one AppointmentFile + * const appointmentFile = await prisma.appointmentFile.update({ + * where: { + * // ... provide filter here + * }, + * data: { + * // ... provide data here + * } + * }) + * + */ + update(args: SelectSubset>): Prisma__AppointmentFileClient<$Result.GetResult, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> + + /** + * Delete zero or more AppointmentFiles. + * @param {AppointmentFileDeleteManyArgs} args - Arguments to filter AppointmentFiles to delete. + * @example + * // Delete a few AppointmentFiles + * const { count } = await prisma.appointmentFile.deleteMany({ + * where: { + * // ... provide filter here + * } + * }) + * + */ + deleteMany(args?: SelectSubset>): Prisma.PrismaPromise + + /** + * Update zero or more AppointmentFiles. + * Note, that providing `undefined` is treated as the value not being there. + * Read more here: https://pris.ly/d/null-undefined + * @param {AppointmentFileUpdateManyArgs} args - Arguments to update one or more rows. + * @example + * // Update many AppointmentFiles + * const appointmentFile = await prisma.appointmentFile.updateMany({ + * where: { + * // ... provide filter here + * }, + * data: { + * // ... provide data here + * } + * }) + * + */ + updateMany(args: SelectSubset>): Prisma.PrismaPromise + + /** + * Update zero or more AppointmentFiles and returns the data updated in the database. + * @param {AppointmentFileUpdateManyAndReturnArgs} args - Arguments to update many AppointmentFiles. + * @example + * // Update many AppointmentFiles + * const appointmentFile = await prisma.appointmentFile.updateManyAndReturn({ + * where: { + * // ... provide filter here + * }, + * data: [ + * // ... provide data here + * ] + * }) + * + * // Update zero or more AppointmentFiles and only return the `id` + * const appointmentFileWithIdOnly = await prisma.appointmentFile.updateManyAndReturn({ + * select: { id: true }, + * where: { + * // ... provide filter here + * }, + * data: [ + * // ... provide data here + * ] + * }) + * Note, that providing `undefined` is treated as the value not being there. + * Read more here: https://pris.ly/d/null-undefined + * + */ + updateManyAndReturn(args: SelectSubset>): Prisma.PrismaPromise<$Result.GetResult, T, "updateManyAndReturn", GlobalOmitOptions>> + + /** + * Create or update one AppointmentFile. + * @param {AppointmentFileUpsertArgs} args - Arguments to update or create a AppointmentFile. + * @example + * // Update or create a AppointmentFile + * const appointmentFile = await prisma.appointmentFile.upsert({ + * create: { + * // ... data to create a AppointmentFile + * }, + * update: { + * // ... in case it already exists, update + * }, + * where: { + * // ... the filter for the AppointmentFile we want to update + * } + * }) + */ + upsert(args: SelectSubset>): Prisma__AppointmentFileClient<$Result.GetResult, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions> + + + /** + * Count the number of AppointmentFiles. + * Note, that providing `undefined` is treated as the value not being there. + * Read more here: https://pris.ly/d/null-undefined + * @param {AppointmentFileCountArgs} args - Arguments to filter AppointmentFiles to count. + * @example + * // Count the number of AppointmentFiles + * const count = await prisma.appointmentFile.count({ + * where: { + * // ... the filter for the AppointmentFiles we want to count + * } + * }) + **/ + count( + args?: Subset, + ): Prisma.PrismaPromise< + T extends $Utils.Record<'select', any> + ? T['select'] extends true + ? number + : GetScalarType + : number + > + + /** + * Allows you to perform aggregations operations on a AppointmentFile. + * Note, that providing `undefined` is treated as the value not being there. + * Read more here: https://pris.ly/d/null-undefined + * @param {AppointmentFileAggregateArgs} args - Select which aggregations you would like to apply and on what fields. + * @example + * // Ordered by age ascending + * // Where email contains prisma.io + * // Limited to the 10 users + * const aggregations = await prisma.user.aggregate({ + * _avg: { + * age: true, + * }, + * where: { + * email: { + * contains: "prisma.io", + * }, + * }, + * orderBy: { + * age: "asc", + * }, + * take: 10, + * }) + **/ + aggregate(args: Subset): Prisma.PrismaPromise> + + /** + * Group by AppointmentFile. + * Note, that providing `undefined` is treated as the value not being there. + * Read more here: https://pris.ly/d/null-undefined + * @param {AppointmentFileGroupByArgs} args - Group by arguments. + * @example + * // Group by city, order by createdAt, get count + * const result = await prisma.user.groupBy({ + * by: ['city', 'createdAt'], + * orderBy: { + * createdAt: true + * }, + * _count: { + * _all: true + * }, + * }) + * + **/ + groupBy< + T extends AppointmentFileGroupByArgs, + HasSelectOrTake extends Or< + Extends<'skip', Keys>, + Extends<'take', Keys> + >, + OrderByArg extends True extends HasSelectOrTake + ? { orderBy: AppointmentFileGroupByArgs['orderBy'] } + : { orderBy?: AppointmentFileGroupByArgs['orderBy'] }, + OrderFields extends ExcludeUnderscoreKeys>>, + ByFields extends MaybeTupleToUnion, + ByValid extends Has, + HavingFields extends GetHavingFields, + HavingValid extends Has, + ByEmpty extends T['by'] extends never[] ? True : False, + InputErrors extends ByEmpty extends True + ? `Error: "by" must not be empty.` + : HavingValid extends False + ? { + [P in HavingFields]: P extends ByFields + ? never + : P extends string + ? `Error: Field "${P}" used in "having" needs to be provided in "by".` + : [ + Error, + 'Field ', + P, + ` in "having" needs to be provided in "by"`, + ] + }[HavingFields] + : 'take' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "take", you also need to provide "orderBy"' + : 'skip' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "skip", you also need to provide "orderBy"' + : ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + >(args: SubsetIntersection & InputErrors): {} extends InputErrors ? GetAppointmentFileGroupByPayload : Prisma.PrismaPromise + /** + * Fields of the AppointmentFile model + */ + readonly fields: AppointmentFileFieldRefs; + } + + /** + * The delegate class that acts as a "Promise-like" for AppointmentFile. + * Why is this prefixed with `Prisma__`? + * Because we want to prevent naming conflicts as mentioned in + * https://github.com/prisma/prisma-client-js/issues/707 + */ + export interface Prisma__AppointmentFileClient extends Prisma.PrismaPromise { + readonly [Symbol.toStringTag]: "PrismaPromise" + appointment = {}>(args?: Subset>): Prisma__AppointmentClient<$Result.GetResult, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions> + /** + * Attaches callbacks for the resolution and/or rejection of the Promise. + * @param onfulfilled The callback to execute when the Promise is resolved. + * @param onrejected The callback to execute when the Promise is rejected. + * @returns A Promise for the completion of which ever callback is executed. + */ + then(onfulfilled?: ((value: T) => TResult1 | PromiseLike) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike) | undefined | null): $Utils.JsPromise + /** + * Attaches a callback for only the rejection of the Promise. + * @param onrejected The callback to execute when the Promise is rejected. + * @returns A Promise for the completion of the callback. + */ + catch(onrejected?: ((reason: any) => TResult | PromiseLike) | undefined | null): $Utils.JsPromise + /** + * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The + * resolved value cannot be modified from the callback. + * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected). + * @returns A Promise for the completion of the callback. + */ + finally(onfinally?: (() => void) | undefined | null): $Utils.JsPromise + } + + + + + /** + * Fields of the AppointmentFile model + */ + interface AppointmentFileFieldRefs { + readonly id: FieldRef<"AppointmentFile", 'Int'> + readonly appointmentId: FieldRef<"AppointmentFile", 'Int'> + readonly filename: FieldRef<"AppointmentFile", 'String'> + readonly mimeType: FieldRef<"AppointmentFile", 'String'> + readonly filePath: FieldRef<"AppointmentFile", 'String'> + } + + + // Custom InputTypes + /** + * AppointmentFile findUnique + */ + export type AppointmentFileFindUniqueArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + /** + * Filter, which AppointmentFile to fetch. + */ + where: AppointmentFileWhereUniqueInput + } + + /** + * AppointmentFile findUniqueOrThrow + */ + export type AppointmentFileFindUniqueOrThrowArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + /** + * Filter, which AppointmentFile to fetch. + */ + where: AppointmentFileWhereUniqueInput + } + + /** + * AppointmentFile findFirst + */ + export type AppointmentFileFindFirstArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + /** + * Filter, which AppointmentFile to fetch. + */ + where?: AppointmentFileWhereInput + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} + * + * Determine the order of AppointmentFiles to fetch. + */ + orderBy?: AppointmentFileOrderByWithRelationInput | AppointmentFileOrderByWithRelationInput[] + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} + * + * Sets the position for searching for AppointmentFiles. + */ + cursor?: AppointmentFileWhereUniqueInput + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} + * + * Take `±n` AppointmentFiles from the position of the cursor. + */ + take?: number + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} + * + * Skip the first `n` AppointmentFiles. + */ + skip?: number + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs} + * + * Filter by unique combinations of AppointmentFiles. + */ + distinct?: AppointmentFileScalarFieldEnum | AppointmentFileScalarFieldEnum[] + } + + /** + * AppointmentFile findFirstOrThrow + */ + export type AppointmentFileFindFirstOrThrowArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + /** + * Filter, which AppointmentFile to fetch. + */ + where?: AppointmentFileWhereInput + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} + * + * Determine the order of AppointmentFiles to fetch. + */ + orderBy?: AppointmentFileOrderByWithRelationInput | AppointmentFileOrderByWithRelationInput[] + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} + * + * Sets the position for searching for AppointmentFiles. + */ + cursor?: AppointmentFileWhereUniqueInput + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} + * + * Take `±n` AppointmentFiles from the position of the cursor. + */ + take?: number + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} + * + * Skip the first `n` AppointmentFiles. + */ + skip?: number + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs} + * + * Filter by unique combinations of AppointmentFiles. + */ + distinct?: AppointmentFileScalarFieldEnum | AppointmentFileScalarFieldEnum[] + } + + /** + * AppointmentFile findMany + */ + export type AppointmentFileFindManyArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + /** + * Filter, which AppointmentFiles to fetch. + */ + where?: AppointmentFileWhereInput + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs} + * + * Determine the order of AppointmentFiles to fetch. + */ + orderBy?: AppointmentFileOrderByWithRelationInput | AppointmentFileOrderByWithRelationInput[] + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs} + * + * Sets the position for listing AppointmentFiles. + */ + cursor?: AppointmentFileWhereUniqueInput + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} + * + * Take `±n` AppointmentFiles from the position of the cursor. + */ + take?: number + /** + * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs} + * + * Skip the first `n` AppointmentFiles. + */ + skip?: number + distinct?: AppointmentFileScalarFieldEnum | AppointmentFileScalarFieldEnum[] + } + + /** + * AppointmentFile create + */ + export type AppointmentFileCreateArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + /** + * The data needed to create a AppointmentFile. + */ + data: XOR + } + + /** + * AppointmentFile createMany + */ + export type AppointmentFileCreateManyArgs = { + /** + * The data used to create many AppointmentFiles. + */ + data: AppointmentFileCreateManyInput | AppointmentFileCreateManyInput[] + skipDuplicates?: boolean + } + + /** + * AppointmentFile createManyAndReturn + */ + export type AppointmentFileCreateManyAndReturnArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelectCreateManyAndReturn | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * The data used to create many AppointmentFiles. + */ + data: AppointmentFileCreateManyInput | AppointmentFileCreateManyInput[] + skipDuplicates?: boolean + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileIncludeCreateManyAndReturn | null + } + + /** + * AppointmentFile update + */ + export type AppointmentFileUpdateArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + /** + * The data needed to update a AppointmentFile. + */ + data: XOR + /** + * Choose, which AppointmentFile to update. + */ + where: AppointmentFileWhereUniqueInput + } + + /** + * AppointmentFile updateMany + */ + export type AppointmentFileUpdateManyArgs = { + /** + * The data used to update AppointmentFiles. + */ + data: XOR + /** + * Filter which AppointmentFiles to update + */ + where?: AppointmentFileWhereInput + /** + * Limit how many AppointmentFiles to update. + */ + limit?: number + } + + /** + * AppointmentFile updateManyAndReturn + */ + export type AppointmentFileUpdateManyAndReturnArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelectUpdateManyAndReturn | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * The data used to update AppointmentFiles. + */ + data: XOR + /** + * Filter which AppointmentFiles to update + */ + where?: AppointmentFileWhereInput + /** + * Limit how many AppointmentFiles to update. + */ + limit?: number + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileIncludeUpdateManyAndReturn | null + } + + /** + * AppointmentFile upsert + */ + export type AppointmentFileUpsertArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + /** + * The filter to search for the AppointmentFile to update in case it exists. + */ + where: AppointmentFileWhereUniqueInput + /** + * In case the AppointmentFile found by the `where` argument doesn't exist, create a new AppointmentFile with this data. + */ + create: XOR + /** + * In case the AppointmentFile was found with the provided `where` argument, update it with this data. + */ + update: XOR + } + + /** + * AppointmentFile delete + */ + export type AppointmentFileDeleteArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + /** + * Filter which AppointmentFile to delete. + */ + where: AppointmentFileWhereUniqueInput + } + + /** + * AppointmentFile deleteMany + */ + export type AppointmentFileDeleteManyArgs = { + /** + * Filter which AppointmentFiles to delete + */ + where?: AppointmentFileWhereInput + /** + * Limit how many AppointmentFiles to delete. + */ + limit?: number + } + + /** + * AppointmentFile without action + */ + export type AppointmentFileDefaultArgs = { + /** + * Select specific fields to fetch from the AppointmentFile + */ + select?: AppointmentFileSelect | null + /** + * Omit specific fields from the AppointmentFile + */ + omit?: AppointmentFileOmit | null + /** + * Choose, which related nodes to fetch as well + */ + include?: AppointmentFileInclude | null + } + + /** * Model Staff */ @@ -31450,6 +32674,17 @@ export namespace Prisma { export type AppointmentScalarFieldEnum = (typeof AppointmentScalarFieldEnum)[keyof typeof AppointmentScalarFieldEnum] + export const AppointmentFileScalarFieldEnum: { + id: 'id', + appointmentId: 'appointmentId', + filename: 'filename', + mimeType: 'mimeType', + filePath: 'filePath' + }; + + export type AppointmentFileScalarFieldEnum = (typeof AppointmentFileScalarFieldEnum)[keyof typeof AppointmentFileScalarFieldEnum] + + export const StaffScalarFieldEnum: { id: 'id', userId: 'userId', @@ -32335,6 +33570,7 @@ export namespace Prisma { staff?: XOR | null procedures?: AppointmentProcedureListRelationFilter claims?: ClaimListRelationFilter + files?: AppointmentFileListRelationFilter } export type AppointmentOrderByWithRelationInput = { @@ -32357,6 +33593,7 @@ export namespace Prisma { staff?: StaffOrderByWithRelationInput procedures?: AppointmentProcedureOrderByRelationAggregateInput claims?: ClaimOrderByRelationAggregateInput + files?: AppointmentFileOrderByRelationAggregateInput } export type AppointmentWhereUniqueInput = Prisma.AtLeast<{ @@ -32382,6 +33619,7 @@ export namespace Prisma { staff?: XOR | null procedures?: AppointmentProcedureListRelationFilter claims?: ClaimListRelationFilter + files?: AppointmentFileListRelationFilter }, "id"> export type AppointmentOrderByWithAggregationInput = { @@ -32426,6 +33664,63 @@ export namespace Prisma { eligibilityStatus?: EnumPatientStatusWithAggregatesFilter<"Appointment"> | $Enums.PatientStatus } + export type AppointmentFileWhereInput = { + AND?: AppointmentFileWhereInput | AppointmentFileWhereInput[] + OR?: AppointmentFileWhereInput[] + NOT?: AppointmentFileWhereInput | AppointmentFileWhereInput[] + id?: IntFilter<"AppointmentFile"> | number + appointmentId?: IntFilter<"AppointmentFile"> | number + filename?: StringFilter<"AppointmentFile"> | string + mimeType?: StringNullableFilter<"AppointmentFile"> | string | null + filePath?: StringNullableFilter<"AppointmentFile"> | string | null + appointment?: XOR + } + + export type AppointmentFileOrderByWithRelationInput = { + id?: SortOrder + appointmentId?: SortOrder + filename?: SortOrder + mimeType?: SortOrderInput | SortOrder + filePath?: SortOrderInput | SortOrder + appointment?: AppointmentOrderByWithRelationInput + } + + export type AppointmentFileWhereUniqueInput = Prisma.AtLeast<{ + id?: number + AND?: AppointmentFileWhereInput | AppointmentFileWhereInput[] + OR?: AppointmentFileWhereInput[] + NOT?: AppointmentFileWhereInput | AppointmentFileWhereInput[] + appointmentId?: IntFilter<"AppointmentFile"> | number + filename?: StringFilter<"AppointmentFile"> | string + mimeType?: StringNullableFilter<"AppointmentFile"> | string | null + filePath?: StringNullableFilter<"AppointmentFile"> | string | null + appointment?: XOR + }, "id"> + + export type AppointmentFileOrderByWithAggregationInput = { + id?: SortOrder + appointmentId?: SortOrder + filename?: SortOrder + mimeType?: SortOrderInput | SortOrder + filePath?: SortOrderInput | SortOrder + _count?: AppointmentFileCountOrderByAggregateInput + _avg?: AppointmentFileAvgOrderByAggregateInput + _max?: AppointmentFileMaxOrderByAggregateInput + _min?: AppointmentFileMinOrderByAggregateInput + _sum?: AppointmentFileSumOrderByAggregateInput + } + + export type AppointmentFileScalarWhereWithAggregatesInput = { + AND?: AppointmentFileScalarWhereWithAggregatesInput | AppointmentFileScalarWhereWithAggregatesInput[] + OR?: AppointmentFileScalarWhereWithAggregatesInput[] + NOT?: AppointmentFileScalarWhereWithAggregatesInput | AppointmentFileScalarWhereWithAggregatesInput[] + id?: IntWithAggregatesFilter<"AppointmentFile"> | number + appointmentId?: IntWithAggregatesFilter<"AppointmentFile"> | number + filename?: StringWithAggregatesFilter<"AppointmentFile"> | string + mimeType?: StringNullableWithAggregatesFilter<"AppointmentFile"> | string | null + filePath?: StringNullableWithAggregatesFilter<"AppointmentFile"> | string | null + } + export type StaffWhereInput = { AND?: StaffWhereInput | StaffWhereInput[] OR?: StaffWhereInput[] @@ -34272,6 +35567,7 @@ export namespace Prisma { staff?: StaffCreateNestedOneWithoutAppointmentsInput procedures?: AppointmentProcedureCreateNestedManyWithoutAppointmentInput claims?: ClaimCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileCreateNestedManyWithoutAppointmentInput } export type AppointmentUncheckedCreateInput = { @@ -34291,6 +35587,7 @@ export namespace Prisma { eligibilityStatus?: $Enums.PatientStatus procedures?: AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput claims?: ClaimUncheckedCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput } export type AppointmentUpdateInput = { @@ -34309,6 +35606,7 @@ export namespace Prisma { staff?: StaffUpdateOneWithoutAppointmentsNestedInput procedures?: AppointmentProcedureUpdateManyWithoutAppointmentNestedInput claims?: ClaimUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUpdateManyWithoutAppointmentNestedInput } export type AppointmentUncheckedUpdateInput = { @@ -34328,6 +35626,7 @@ export namespace Prisma { eligibilityStatus?: EnumPatientStatusFieldUpdateOperationsInput | $Enums.PatientStatus procedures?: AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput claims?: ClaimUncheckedUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput } export type AppointmentCreateManyInput = { @@ -34377,6 +35676,58 @@ export namespace Prisma { eligibilityStatus?: EnumPatientStatusFieldUpdateOperationsInput | $Enums.PatientStatus } + export type AppointmentFileCreateInput = { + filename: string + mimeType?: string | null + filePath?: string | null + appointment: AppointmentCreateNestedOneWithoutFilesInput + } + + export type AppointmentFileUncheckedCreateInput = { + id?: number + appointmentId: number + filename: string + mimeType?: string | null + filePath?: string | null + } + + export type AppointmentFileUpdateInput = { + filename?: StringFieldUpdateOperationsInput | string + mimeType?: NullableStringFieldUpdateOperationsInput | string | null + filePath?: NullableStringFieldUpdateOperationsInput | string | null + appointment?: AppointmentUpdateOneRequiredWithoutFilesNestedInput + } + + export type AppointmentFileUncheckedUpdateInput = { + id?: IntFieldUpdateOperationsInput | number + appointmentId?: IntFieldUpdateOperationsInput | number + filename?: StringFieldUpdateOperationsInput | string + mimeType?: NullableStringFieldUpdateOperationsInput | string | null + filePath?: NullableStringFieldUpdateOperationsInput | string | null + } + + export type AppointmentFileCreateManyInput = { + id?: number + appointmentId: number + filename: string + mimeType?: string | null + filePath?: string | null + } + + export type AppointmentFileUpdateManyMutationInput = { + filename?: StringFieldUpdateOperationsInput | string + mimeType?: NullableStringFieldUpdateOperationsInput | string | null + filePath?: NullableStringFieldUpdateOperationsInput | string | null + } + + export type AppointmentFileUncheckedUpdateManyInput = { + id?: IntFieldUpdateOperationsInput | number + appointmentId?: IntFieldUpdateOperationsInput | number + filename?: StringFieldUpdateOperationsInput | string + mimeType?: NullableStringFieldUpdateOperationsInput | string | null + filePath?: NullableStringFieldUpdateOperationsInput | string | null + } + export type StaffCreateInput = { name: string email?: string | null @@ -36377,6 +37728,16 @@ export namespace Prisma { isNot?: StaffWhereInput | null } + export type AppointmentFileListRelationFilter = { + every?: AppointmentFileWhereInput + some?: AppointmentFileWhereInput + none?: AppointmentFileWhereInput + } + + export type AppointmentFileOrderByRelationAggregateInput = { + _count?: SortOrder + } + export type AppointmentCountOrderByAggregateInput = { id?: SortOrder patientId?: SortOrder @@ -36442,6 +37803,45 @@ export namespace Prisma { staffId?: SortOrder } + export type AppointmentScalarRelationFilter = { + is?: AppointmentWhereInput + isNot?: AppointmentWhereInput + } + + export type AppointmentFileCountOrderByAggregateInput = { + id?: SortOrder + appointmentId?: SortOrder + filename?: SortOrder + mimeType?: SortOrder + filePath?: SortOrder + } + + export type AppointmentFileAvgOrderByAggregateInput = { + id?: SortOrder + appointmentId?: SortOrder + } + + export type AppointmentFileMaxOrderByAggregateInput = { + id?: SortOrder + appointmentId?: SortOrder + filename?: SortOrder + mimeType?: SortOrder + filePath?: SortOrder + } + + export type AppointmentFileMinOrderByAggregateInput = { + id?: SortOrder + appointmentId?: SortOrder + filename?: SortOrder + mimeType?: SortOrder + filePath?: SortOrder + } + + export type AppointmentFileSumOrderByAggregateInput = { + id?: SortOrder + appointmentId?: SortOrder + } + export type UserNullableScalarRelationFilter = { is?: UserWhereInput | null isNot?: UserWhereInput | null @@ -36555,11 +37955,6 @@ export namespace Prisma { not?: NestedEnumProcedureSourceFilter<$PrismaModel> | $Enums.ProcedureSource } - export type AppointmentScalarRelationFilter = { - is?: AppointmentWhereInput - isNot?: AppointmentWhereInput - } - export type NpiProviderNullableScalarRelationFilter = { is?: NpiProviderWhereInput | null isNot?: NpiProviderWhereInput | null @@ -38780,6 +40175,13 @@ export namespace Prisma { connect?: ClaimWhereUniqueInput | ClaimWhereUniqueInput[] } + export type AppointmentFileCreateNestedManyWithoutAppointmentInput = { + create?: XOR | AppointmentFileCreateWithoutAppointmentInput[] | AppointmentFileUncheckedCreateWithoutAppointmentInput[] + connectOrCreate?: AppointmentFileCreateOrConnectWithoutAppointmentInput | AppointmentFileCreateOrConnectWithoutAppointmentInput[] + createMany?: AppointmentFileCreateManyAppointmentInputEnvelope + connect?: AppointmentFileWhereUniqueInput | AppointmentFileWhereUniqueInput[] + } + export type AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput = { create?: XOR | AppointmentProcedureCreateWithoutAppointmentInput[] | AppointmentProcedureUncheckedCreateWithoutAppointmentInput[] connectOrCreate?: AppointmentProcedureCreateOrConnectWithoutAppointmentInput | AppointmentProcedureCreateOrConnectWithoutAppointmentInput[] @@ -38794,6 +40196,13 @@ export namespace Prisma { connect?: ClaimWhereUniqueInput | ClaimWhereUniqueInput[] } + export type AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput = { + create?: XOR | AppointmentFileCreateWithoutAppointmentInput[] | AppointmentFileUncheckedCreateWithoutAppointmentInput[] + connectOrCreate?: AppointmentFileCreateOrConnectWithoutAppointmentInput | AppointmentFileCreateOrConnectWithoutAppointmentInput[] + createMany?: AppointmentFileCreateManyAppointmentInputEnvelope + connect?: AppointmentFileWhereUniqueInput | AppointmentFileWhereUniqueInput[] + } + export type PatientUpdateOneRequiredWithoutAppointmentsNestedInput = { create?: XOR connectOrCreate?: PatientCreateOrConnectWithoutAppointmentsInput @@ -38848,6 +40257,20 @@ export namespace Prisma { deleteMany?: ClaimScalarWhereInput | ClaimScalarWhereInput[] } + export type AppointmentFileUpdateManyWithoutAppointmentNestedInput = { + create?: XOR | AppointmentFileCreateWithoutAppointmentInput[] | AppointmentFileUncheckedCreateWithoutAppointmentInput[] + connectOrCreate?: AppointmentFileCreateOrConnectWithoutAppointmentInput | AppointmentFileCreateOrConnectWithoutAppointmentInput[] + upsert?: AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput | AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput[] + createMany?: AppointmentFileCreateManyAppointmentInputEnvelope + set?: AppointmentFileWhereUniqueInput | AppointmentFileWhereUniqueInput[] + disconnect?: AppointmentFileWhereUniqueInput | AppointmentFileWhereUniqueInput[] + delete?: AppointmentFileWhereUniqueInput | AppointmentFileWhereUniqueInput[] + connect?: AppointmentFileWhereUniqueInput | AppointmentFileWhereUniqueInput[] + update?: AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput | AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput[] + updateMany?: AppointmentFileUpdateManyWithWhereWithoutAppointmentInput | AppointmentFileUpdateManyWithWhereWithoutAppointmentInput[] + deleteMany?: AppointmentFileScalarWhereInput | AppointmentFileScalarWhereInput[] + } + export type AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput = { create?: XOR | AppointmentProcedureCreateWithoutAppointmentInput[] | AppointmentProcedureUncheckedCreateWithoutAppointmentInput[] connectOrCreate?: AppointmentProcedureCreateOrConnectWithoutAppointmentInput | AppointmentProcedureCreateOrConnectWithoutAppointmentInput[] @@ -38876,6 +40299,34 @@ export namespace Prisma { deleteMany?: ClaimScalarWhereInput | ClaimScalarWhereInput[] } + export type AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput = { + create?: XOR | AppointmentFileCreateWithoutAppointmentInput[] | AppointmentFileUncheckedCreateWithoutAppointmentInput[] + connectOrCreate?: AppointmentFileCreateOrConnectWithoutAppointmentInput | AppointmentFileCreateOrConnectWithoutAppointmentInput[] + upsert?: AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput | AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput[] + createMany?: AppointmentFileCreateManyAppointmentInputEnvelope + set?: AppointmentFileWhereUniqueInput | AppointmentFileWhereUniqueInput[] + disconnect?: AppointmentFileWhereUniqueInput | AppointmentFileWhereUniqueInput[] + delete?: AppointmentFileWhereUniqueInput | AppointmentFileWhereUniqueInput[] + connect?: AppointmentFileWhereUniqueInput | AppointmentFileWhereUniqueInput[] + update?: AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput | AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput[] + updateMany?: AppointmentFileUpdateManyWithWhereWithoutAppointmentInput | AppointmentFileUpdateManyWithWhereWithoutAppointmentInput[] + deleteMany?: AppointmentFileScalarWhereInput | AppointmentFileScalarWhereInput[] + } + + export type AppointmentCreateNestedOneWithoutFilesInput = { + create?: XOR + connectOrCreate?: AppointmentCreateOrConnectWithoutFilesInput + connect?: AppointmentWhereUniqueInput + } + + export type AppointmentUpdateOneRequiredWithoutFilesNestedInput = { + create?: XOR + connectOrCreate?: AppointmentCreateOrConnectWithoutFilesInput + upsert?: AppointmentUpsertWithoutFilesInput + connect?: AppointmentWhereUniqueInput + update?: XOR, AppointmentUncheckedUpdateWithoutFilesInput> + } + export type UserCreateNestedOneWithoutStaffInput = { create?: XOR connectOrCreate?: UserCreateOrConnectWithoutStaffInput @@ -40612,6 +42063,7 @@ export namespace Prisma { staff?: StaffCreateNestedOneWithoutAppointmentsInput procedures?: AppointmentProcedureCreateNestedManyWithoutAppointmentInput claims?: ClaimCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileCreateNestedManyWithoutAppointmentInput } export type AppointmentUncheckedCreateWithoutUserInput = { @@ -40630,6 +42082,7 @@ export namespace Prisma { eligibilityStatus?: $Enums.PatientStatus procedures?: AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput claims?: ClaimUncheckedCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput } export type AppointmentCreateOrConnectWithoutUserInput = { @@ -41457,6 +42910,7 @@ export namespace Prisma { staff?: StaffCreateNestedOneWithoutAppointmentsInput procedures?: AppointmentProcedureCreateNestedManyWithoutAppointmentInput claims?: ClaimCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileCreateNestedManyWithoutAppointmentInput } export type AppointmentUncheckedCreateWithoutPatientInput = { @@ -41475,6 +42929,7 @@ export namespace Prisma { eligibilityStatus?: $Enums.PatientStatus procedures?: AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput claims?: ClaimUncheckedCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput } export type AppointmentCreateOrConnectWithoutPatientInput = { @@ -42151,6 +43606,29 @@ export namespace Prisma { skipDuplicates?: boolean } + export type AppointmentFileCreateWithoutAppointmentInput = { + filename: string + mimeType?: string | null + filePath?: string | null + } + + export type AppointmentFileUncheckedCreateWithoutAppointmentInput = { + id?: number + filename: string + mimeType?: string | null + filePath?: string | null + } + + export type AppointmentFileCreateOrConnectWithoutAppointmentInput = { + where: AppointmentFileWhereUniqueInput + create: XOR + } + + export type AppointmentFileCreateManyAppointmentInputEnvelope = { + data: AppointmentFileCreateManyAppointmentInput | AppointmentFileCreateManyAppointmentInput[] + skipDuplicates?: boolean + } + export type PatientUpsertWithoutAppointmentsInput = { update: XOR create: XOR @@ -42331,6 +43809,123 @@ export namespace Prisma { data: XOR } + export type AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput = { + where: AppointmentFileWhereUniqueInput + update: XOR + create: XOR + } + + export type AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput = { + where: AppointmentFileWhereUniqueInput + data: XOR + } + + export type AppointmentFileUpdateManyWithWhereWithoutAppointmentInput = { + where: AppointmentFileScalarWhereInput + data: XOR + } + + export type AppointmentFileScalarWhereInput = { + AND?: AppointmentFileScalarWhereInput | AppointmentFileScalarWhereInput[] + OR?: AppointmentFileScalarWhereInput[] + NOT?: AppointmentFileScalarWhereInput | AppointmentFileScalarWhereInput[] + id?: IntFilter<"AppointmentFile"> | number + appointmentId?: IntFilter<"AppointmentFile"> | number + filename?: StringFilter<"AppointmentFile"> | string + mimeType?: StringNullableFilter<"AppointmentFile"> | string | null + filePath?: StringNullableFilter<"AppointmentFile"> | string | null + } + + export type AppointmentCreateWithoutFilesInput = { + title: string + date: Date | string + startTime: string + endTime: string + type: string + notes?: string | null + procedureCodeNotes?: string | null + status?: string + createdAt?: Date | string + eligibilityStatus?: $Enums.PatientStatus + patient: PatientCreateNestedOneWithoutAppointmentsInput + user: UserCreateNestedOneWithoutAppointmentsInput + staff?: StaffCreateNestedOneWithoutAppointmentsInput + procedures?: AppointmentProcedureCreateNestedManyWithoutAppointmentInput + claims?: ClaimCreateNestedManyWithoutAppointmentInput + } + + export type AppointmentUncheckedCreateWithoutFilesInput = { + id?: number + patientId: number + userId: number + staffId: number + title: string + date: Date | string + startTime: string + endTime: string + type: string + notes?: string | null + procedureCodeNotes?: string | null + status?: string + createdAt?: Date | string + eligibilityStatus?: $Enums.PatientStatus + procedures?: AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput + claims?: ClaimUncheckedCreateNestedManyWithoutAppointmentInput + } + + export type AppointmentCreateOrConnectWithoutFilesInput = { + where: AppointmentWhereUniqueInput + create: XOR + } + + export type AppointmentUpsertWithoutFilesInput = { + update: XOR + create: XOR + where?: AppointmentWhereInput + } + + export type AppointmentUpdateToOneWithWhereWithoutFilesInput = { + where?: AppointmentWhereInput + data: XOR + } + + export type AppointmentUpdateWithoutFilesInput = { + title?: StringFieldUpdateOperationsInput | string + date?: DateTimeFieldUpdateOperationsInput | Date | string + startTime?: StringFieldUpdateOperationsInput | string + endTime?: StringFieldUpdateOperationsInput | string + type?: StringFieldUpdateOperationsInput | string + notes?: NullableStringFieldUpdateOperationsInput | string | null + procedureCodeNotes?: NullableStringFieldUpdateOperationsInput | string | null + status?: StringFieldUpdateOperationsInput | string + createdAt?: DateTimeFieldUpdateOperationsInput | Date | string + eligibilityStatus?: EnumPatientStatusFieldUpdateOperationsInput | $Enums.PatientStatus + patient?: PatientUpdateOneRequiredWithoutAppointmentsNestedInput + user?: UserUpdateOneRequiredWithoutAppointmentsNestedInput + staff?: StaffUpdateOneWithoutAppointmentsNestedInput + procedures?: AppointmentProcedureUpdateManyWithoutAppointmentNestedInput + claims?: ClaimUpdateManyWithoutAppointmentNestedInput + } + + export type AppointmentUncheckedUpdateWithoutFilesInput = { + id?: IntFieldUpdateOperationsInput | number + patientId?: IntFieldUpdateOperationsInput | number + userId?: IntFieldUpdateOperationsInput | number + staffId?: IntFieldUpdateOperationsInput | number + title?: StringFieldUpdateOperationsInput | string + date?: DateTimeFieldUpdateOperationsInput | Date | string + startTime?: StringFieldUpdateOperationsInput | string + endTime?: StringFieldUpdateOperationsInput | string + type?: StringFieldUpdateOperationsInput | string + notes?: NullableStringFieldUpdateOperationsInput | string | null + procedureCodeNotes?: NullableStringFieldUpdateOperationsInput | string | null + status?: StringFieldUpdateOperationsInput | string + createdAt?: DateTimeFieldUpdateOperationsInput | Date | string + eligibilityStatus?: EnumPatientStatusFieldUpdateOperationsInput | $Enums.PatientStatus + procedures?: AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput + claims?: ClaimUncheckedUpdateManyWithoutAppointmentNestedInput + } + export type UserCreateWithoutStaffInput = { username: string password: string @@ -42390,6 +43985,7 @@ export namespace Prisma { user: UserCreateNestedOneWithoutAppointmentsInput procedures?: AppointmentProcedureCreateNestedManyWithoutAppointmentInput claims?: ClaimCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileCreateNestedManyWithoutAppointmentInput } export type AppointmentUncheckedCreateWithoutStaffInput = { @@ -42408,6 +44004,7 @@ export namespace Prisma { eligibilityStatus?: $Enums.PatientStatus procedures?: AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput claims?: ClaimUncheckedCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput } export type AppointmentCreateOrConnectWithoutStaffInput = { @@ -42794,6 +44391,7 @@ export namespace Prisma { user: UserCreateNestedOneWithoutAppointmentsInput staff?: StaffCreateNestedOneWithoutAppointmentsInput claims?: ClaimCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileCreateNestedManyWithoutAppointmentInput } export type AppointmentUncheckedCreateWithoutProceduresInput = { @@ -42812,6 +44410,7 @@ export namespace Prisma { createdAt?: Date | string eligibilityStatus?: $Enums.PatientStatus claims?: ClaimUncheckedCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput } export type AppointmentCreateOrConnectWithoutProceduresInput = { @@ -42927,6 +44526,7 @@ export namespace Prisma { user?: UserUpdateOneRequiredWithoutAppointmentsNestedInput staff?: StaffUpdateOneWithoutAppointmentsNestedInput claims?: ClaimUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUpdateManyWithoutAppointmentNestedInput } export type AppointmentUncheckedUpdateWithoutProceduresInput = { @@ -42945,6 +44545,7 @@ export namespace Prisma { createdAt?: DateTimeFieldUpdateOperationsInput | Date | string eligibilityStatus?: EnumPatientStatusFieldUpdateOperationsInput | $Enums.PatientStatus claims?: ClaimUncheckedUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput } export type PatientUpsertWithoutProceduresInput = { @@ -43116,6 +44717,7 @@ export namespace Prisma { user: UserCreateNestedOneWithoutAppointmentsInput staff?: StaffCreateNestedOneWithoutAppointmentsInput procedures?: AppointmentProcedureCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileCreateNestedManyWithoutAppointmentInput } export type AppointmentUncheckedCreateWithoutClaimsInput = { @@ -43134,6 +44736,7 @@ export namespace Prisma { createdAt?: Date | string eligibilityStatus?: $Enums.PatientStatus procedures?: AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput + files?: AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput } export type AppointmentCreateOrConnectWithoutClaimsInput = { @@ -43431,6 +45034,7 @@ export namespace Prisma { user?: UserUpdateOneRequiredWithoutAppointmentsNestedInput staff?: StaffUpdateOneWithoutAppointmentsNestedInput procedures?: AppointmentProcedureUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUpdateManyWithoutAppointmentNestedInput } export type AppointmentUncheckedUpdateWithoutClaimsInput = { @@ -43449,6 +45053,7 @@ export namespace Prisma { createdAt?: DateTimeFieldUpdateOperationsInput | Date | string eligibilityStatus?: EnumPatientStatusFieldUpdateOperationsInput | $Enums.PatientStatus procedures?: AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput } export type UserUpsertWithoutClaimsInput = { @@ -46338,6 +47943,7 @@ export namespace Prisma { staff?: StaffUpdateOneWithoutAppointmentsNestedInput procedures?: AppointmentProcedureUpdateManyWithoutAppointmentNestedInput claims?: ClaimUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUpdateManyWithoutAppointmentNestedInput } export type AppointmentUncheckedUpdateWithoutUserInput = { @@ -46356,6 +47962,7 @@ export namespace Prisma { eligibilityStatus?: EnumPatientStatusFieldUpdateOperationsInput | $Enums.PatientStatus procedures?: AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput claims?: ClaimUncheckedUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput } export type AppointmentUncheckedUpdateManyWithoutUserInput = { @@ -46836,6 +48443,7 @@ export namespace Prisma { staff?: StaffUpdateOneWithoutAppointmentsNestedInput procedures?: AppointmentProcedureUpdateManyWithoutAppointmentNestedInput claims?: ClaimUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUpdateManyWithoutAppointmentNestedInput } export type AppointmentUncheckedUpdateWithoutPatientInput = { @@ -46854,6 +48462,7 @@ export namespace Prisma { eligibilityStatus?: EnumPatientStatusFieldUpdateOperationsInput | $Enums.PatientStatus procedures?: AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput claims?: ClaimUncheckedUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput } export type AppointmentUncheckedUpdateManyWithoutPatientInput = { @@ -47160,6 +48769,13 @@ export namespace Prisma { npiProviderId?: number | null } + export type AppointmentFileCreateManyAppointmentInput = { + id?: number + filename: string + mimeType?: string | null + filePath?: string | null + } + export type AppointmentProcedureUpdateWithoutAppointmentInput = { procedureCode?: StringFieldUpdateOperationsInput | string procedureLabel?: NullableStringFieldUpdateOperationsInput | string | null @@ -47272,6 +48888,26 @@ export namespace Prisma { npiProviderId?: NullableIntFieldUpdateOperationsInput | number | null } + export type AppointmentFileUpdateWithoutAppointmentInput = { + filename?: StringFieldUpdateOperationsInput | string + mimeType?: NullableStringFieldUpdateOperationsInput | string | null + filePath?: NullableStringFieldUpdateOperationsInput | string | null + } + + export type AppointmentFileUncheckedUpdateWithoutAppointmentInput = { + id?: IntFieldUpdateOperationsInput | number + filename?: StringFieldUpdateOperationsInput | string + mimeType?: NullableStringFieldUpdateOperationsInput | string | null + filePath?: NullableStringFieldUpdateOperationsInput | string | null + } + + export type AppointmentFileUncheckedUpdateManyWithoutAppointmentInput = { + id?: IntFieldUpdateOperationsInput | number + filename?: StringFieldUpdateOperationsInput | string + mimeType?: NullableStringFieldUpdateOperationsInput | string | null + filePath?: NullableStringFieldUpdateOperationsInput | string | null + } + export type AppointmentCreateManyStaffInput = { id?: number patientId: number @@ -47323,6 +48959,7 @@ export namespace Prisma { user?: UserUpdateOneRequiredWithoutAppointmentsNestedInput procedures?: AppointmentProcedureUpdateManyWithoutAppointmentNestedInput claims?: ClaimUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUpdateManyWithoutAppointmentNestedInput } export type AppointmentUncheckedUpdateWithoutStaffInput = { @@ -47341,6 +48978,7 @@ export namespace Prisma { eligibilityStatus?: EnumPatientStatusFieldUpdateOperationsInput | $Enums.PatientStatus procedures?: AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput claims?: ClaimUncheckedUpdateManyWithoutAppointmentNestedInput + files?: AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput } export type AppointmentUncheckedUpdateManyWithoutStaffInput = { diff --git a/packages/db/generated/prisma/index.js b/packages/db/generated/prisma/index.js index a2bf787c..601b75a4 100644 --- a/packages/db/generated/prisma/index.js +++ b/packages/db/generated/prisma/index.js @@ -140,6 +140,14 @@ exports.Prisma.AppointmentScalarFieldEnum = { eligibilityStatus: 'eligibilityStatus' }; +exports.Prisma.AppointmentFileScalarFieldEnum = { + id: 'id', + appointmentId: 'appointmentId', + filename: 'filename', + mimeType: 'mimeType', + filePath: 'filePath' +}; + exports.Prisma.StaffScalarFieldEnum = { id: 'id', userId: 'userId', @@ -482,6 +490,7 @@ exports.Prisma.ModelName = { User: 'User', Patient: 'Patient', Appointment: 'Appointment', + AppointmentFile: 'AppointmentFile', Staff: 'Staff', NpiProvider: 'NpiProvider', AppointmentProcedure: 'AppointmentProcedure', @@ -511,14 +520,14 @@ const config = { "clientVersion": "7.4.1", "engineVersion": "55ae170b1ced7fc6ed07a15f110549408c501bb3", "activeProvider": "postgresql", - "inlineSchema": "// This is your Prisma schema file,\n// learn more about it in the docs: https://pris.ly/d/prisma-schema\n\n// Looking for ways to speed up your queries, or scale easily with your serverless or edge functions?\n// Try Prisma Accelerate: https://pris.ly/cli/accelerate-init\n\ngenerator client {\n provider = \"prisma-client-js\"\n output = \"../generated/prisma\"\n}\n\ngenerator zod {\n provider = \"prisma-zod-generator\"\n output = \"../shared/\" // Zod schemas will be generated here inside `db/shared`\n}\n\ndatasource db {\n provider = \"postgresql\"\n}\n\nmodel User {\n id Int @id @default(autoincrement())\n username String @unique\n password String\n autoBackupEnabled Boolean @default(true)\n usbBackupEnabled Boolean @default(false)\n patients Patient[]\n appointments Appointment[]\n staff Staff[]\n npiProviders NpiProvider[]\n claims Claim[]\n insuranceCredentials InsuranceCredential[]\n updatedPayments Payment[] @relation(\"PaymentUpdatedBy\")\n backups DatabaseBackup[]\n backupDestinations BackupDestination[]\n notifications Notification[]\n cloudFolders CloudFolder[]\n cloudFiles CloudFile[]\n communications Communication[]\n}\n\nmodel Patient {\n id Int @id @default(autoincrement())\n firstName String\n lastName String\n dateOfBirth DateTime? @db.Date\n gender String\n phone String\n email String?\n address String?\n city String?\n zipCode String?\n insuranceProvider String?\n insuranceId String?\n groupNumber String?\n policyHolder String?\n allergies String?\n medicalConditions String?\n status PatientStatus @default(UNKNOWN)\n userId Int\n createdAt DateTime @default(now())\n user User @relation(fields: [userId], references: [id])\n appointments Appointment[]\n procedures AppointmentProcedure[]\n claims Claim[]\n groups PdfGroup[]\n payment Payment[]\n communications Communication[]\n documents PatientDocument[]\n\n @@index([insuranceId])\n @@index([createdAt])\n}\n\nenum PatientStatus {\n ACTIVE\n INACTIVE\n UNKNOWN\n PLAN_NOT_ACCEPTED\n}\n\nmodel Appointment {\n id Int @id @default(autoincrement())\n patientId Int\n userId Int\n staffId Int\n title String\n date DateTime @db.Date\n startTime String // Store time as \"hh:mm\"\n endTime String // Store time as \"hh:mm\"\n type String // e.g., \"checkup\", \"cleaning\", \"filling\", etc.\n notes String?\n procedureCodeNotes String?\n status String @default(\"scheduled\") // \"scheduled\", \"completed\", \"cancelled\", \"no-show\"\n createdAt DateTime @default(now())\n\n eligibilityStatus PatientStatus @default(UNKNOWN)\n\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n user User @relation(fields: [userId], references: [id])\n staff Staff? @relation(fields: [staffId], references: [id])\n procedures AppointmentProcedure[]\n claims Claim[]\n\n @@index([patientId])\n @@index([date])\n}\n\nmodel Staff {\n id Int @id @default(autoincrement())\n userId Int\n name String\n email String?\n role String // e.g., \"Dentist\", \"Hygienist\", \"Assistant\"\n phone String?\n createdAt DateTime @default(now())\n user User? @relation(fields: [userId], references: [id], onDelete: Cascade)\n appointments Appointment[]\n claims Claim[] @relation(\"ClaimStaff\")\n}\n\nmodel NpiProvider {\n id Int @id @default(autoincrement())\n userId Int\n npiNumber String\n providerName String\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n claims Claim[]\n appointmentProcedures AppointmentProcedure[]\n\n @@unique([userId, npiNumber])\n @@index([userId])\n}\n\nenum ProcedureSource {\n COMBO\n MANUAL\n}\n\nmodel AppointmentProcedure {\n id Int @id @default(autoincrement())\n appointmentId Int\n patientId Int\n npiProviderId Int?\n\n procedureCode String\n procedureLabel String?\n fee Decimal? @db.Decimal(10, 2)\n\n category String?\n\n toothNumber String?\n toothSurface String?\n oralCavityArea String?\n\n source ProcedureSource @default(MANUAL)\n comboKey String?\n\n createdAt DateTime @default(now())\n\n appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n npiProvider NpiProvider? @relation(fields: [npiProviderId], references: [id])\n\n @@index([appointmentId])\n @@index([patientId])\n}\n\nmodel Claim {\n id Int @id @default(autoincrement())\n patientId Int\n appointmentId Int\n userId Int\n staffId Int\n patientName String\n memberId String\n dateOfBirth DateTime @db.Date\n remarks String\n missingTeethStatus MissingTeethStatus @default(No_missing)\n missingTeeth Json? // { \"T_14\": \"X\", \"T_G\": \"O\", ... }\n serviceDate DateTime\n insuranceProvider String // e.g., \"Delta MA\"\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n status ClaimStatus @default(PENDING)\n claimNumber String?\n npiProviderId Int?\n\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)\n user User? @relation(fields: [userId], references: [id])\n staff Staff? @relation(\"ClaimStaff\", fields: [staffId], references: [id])\n npiProvider NpiProvider? @relation(fields: [npiProviderId], references: [id])\n\n serviceLines ServiceLine[]\n claimFiles ClaimFile[]\n payment Payment?\n}\n\nenum ClaimStatus {\n PENDING\n APPROVED\n CANCELLED\n REVIEW\n VOID\n}\n\nenum MissingTeethStatus {\n No_missing\n endentulous\n Yes_missing\n}\n\nmodel ServiceLine {\n id Int @id @default(autoincrement())\n claimId Int?\n paymentId Int?\n procedureCode String\n procedureDate DateTime @db.Date\n quad String?\n arch String?\n toothNumber String?\n toothSurface String?\n totalBilled Decimal @db.Decimal(10, 2)\n totalPaid Decimal @default(0.00) @db.Decimal(10, 2)\n totalAdjusted Decimal @default(0.00) @db.Decimal(10, 2)\n totalDue Decimal @default(0.00) @db.Decimal(10, 2)\n status ServiceLineStatus @default(UNPAID)\n\n claim Claim? @relation(fields: [claimId], references: [id], onDelete: Cascade)\n payment Payment? @relation(fields: [paymentId], references: [id], onDelete: Cascade)\n\n serviceLineTransactions ServiceLineTransaction[]\n}\n\nenum ServiceLineStatus {\n PENDING\n PARTIALLY_PAID\n PAID\n UNPAID\n ADJUSTED\n OVERPAID\n DENIED\n}\n\nmodel ClaimFile {\n id Int @id @default(autoincrement())\n claimId Int\n filename String\n mimeType String\n filePath String?\n\n claim Claim @relation(fields: [claimId], references: [id], onDelete: Cascade)\n}\n\nmodel InsuranceCredential {\n id Int @id @default(autoincrement())\n userId Int\n siteKey String\n username String\n password String\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@unique([userId, siteKey])\n @@index([userId])\n}\n\nmodel PdfGroup {\n id Int @id @default(autoincrement())\n title String\n titleKey PdfTitleKey @default(OTHER)\n createdAt DateTime @default(now())\n patientId Int\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n pdfs PdfFile[]\n\n @@index([patientId])\n @@index([titleKey])\n}\n\nmodel PdfFile {\n id Int @id @default(autoincrement())\n filename String\n pdfData Bytes\n uploadedAt DateTime @default(now())\n groupId Int\n group PdfGroup @relation(fields: [groupId], references: [id], onDelete: Cascade)\n\n @@index([groupId])\n}\n\nenum PdfTitleKey {\n INSURANCE_CLAIM\n INSURANCE_CLAIM_PREAUTH\n ELIGIBILITY_STATUS\n CLAIM_STATUS\n OTHER\n}\n\nmodel Payment {\n id Int @id @default(autoincrement())\n claimId Int? @unique\n patientId Int\n userId Int\n updatedById Int?\n totalBilled Decimal @db.Decimal(10, 2)\n totalPaid Decimal @default(0.00) @db.Decimal(10, 2)\n totalAdjusted Decimal @default(0.00) @db.Decimal(10, 2)\n totalDue Decimal @db.Decimal(10, 2)\n status PaymentStatus @default(PENDING)\n notes String?\n icn String?\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n\n claim Claim? @relation(fields: [claimId], references: [id], onDelete: Cascade)\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n updatedBy User? @relation(\"PaymentUpdatedBy\", fields: [updatedById], references: [id])\n serviceLineTransactions ServiceLineTransaction[]\n serviceLines ServiceLine[]\n\n @@index([claimId])\n @@index([patientId])\n @@index([createdAt])\n}\n\nmodel ServiceLineTransaction {\n id Int @id @default(autoincrement())\n paymentId Int\n serviceLineId Int\n transactionId String?\n paidAmount Decimal @db.Decimal(10, 2)\n adjustedAmount Decimal @default(0.00) @db.Decimal(10, 2)\n method PaymentMethod\n receivedDate DateTime\n payerName String?\n notes String?\n createdAt DateTime @default(now())\n\n payment Payment @relation(fields: [paymentId], references: [id], onDelete: Cascade)\n serviceLine ServiceLine @relation(fields: [serviceLineId], references: [id], onDelete: Cascade)\n\n @@index([paymentId])\n @@index([serviceLineId])\n}\n\nenum PaymentStatus {\n PENDING\n PARTIALLY_PAID\n PAID\n OVERPAID\n DENIED\n VOID\n}\n\nenum PaymentMethod {\n EFT\n CHECK\n CASH\n CARD\n OTHER\n}\n\n// Database management page\nmodel DatabaseBackup {\n id Int @id @default(autoincrement())\n userId Int\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@index([userId])\n @@index([createdAt])\n}\n\nmodel BackupDestination {\n id Int @id @default(autoincrement())\n userId Int\n path String\n isActive Boolean @default(true)\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id])\n}\n\nmodel Notification {\n id Int @id @default(autoincrement())\n userId Int\n type NotificationTypes\n message String\n createdAt DateTime @default(now())\n read Boolean @default(false)\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@index([userId])\n @@index([createdAt])\n}\n\nenum NotificationTypes {\n BACKUP\n CLAIM\n PAYMENT\n ETC\n}\n\n// Cron job execution log\nmodel CronJobLog {\n id Int @id @default(autoincrement())\n jobName String // e.g. \"local-backup\", \"usb-backup\"\n status String // \"success\" | \"failed\" | \"skipped\"\n startedAt DateTime\n completedAt DateTime?\n durationMs Int?\n errorMessage String?\n\n @@index([jobName])\n @@index([startedAt])\n @@index([status])\n}\n\nmodel CloudFolder {\n id Int @id @default(autoincrement())\n userId Int\n name String\n parentId Int?\n parent CloudFolder? @relation(\"FolderChildren\", fields: [parentId], references: [id], onDelete: Cascade)\n children CloudFolder[] @relation(\"FolderChildren\")\n user User @relation(fields: [userId], references: [id])\n files CloudFile[]\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n\n @@unique([userId, parentId, name]) // prevents sibling folder name duplicates\n @@index([parentId])\n}\n\nmodel CloudFile {\n id Int @id @default(autoincrement())\n userId Int\n name String\n mimeType String?\n fileSize BigInt @db.BigInt\n folderId Int? // optional: null => root\n isComplete Boolean @default(false) // upload completed?\n totalChunks Int? // optional: expected number of chunks\n diskPath String? // relative path on disk under uploads/\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n user User @relation(fields: [userId], references: [id])\n folder CloudFolder? @relation(fields: [folderId], references: [id], onDelete: SetNull)\n\n chunks CloudFileChunk[]\n\n @@index([folderId])\n}\n\nmodel CloudFileChunk {\n id Int @id @default(autoincrement())\n fileId Int\n seq Int\n data Bytes\n createdAt DateTime @default(now())\n\n file CloudFile @relation(fields: [fileId], references: [id], onDelete: Cascade)\n\n @@unique([fileId, seq])\n @@index([fileId, seq])\n}\n\n// patient-connection-\nenum CommunicationChannel {\n sms\n voice\n}\n\nenum CommunicationDirection {\n outbound\n inbound\n}\n\nenum CommunicationStatus {\n queued\n sent\n delivered\n failed\n completed\n busy\n no_answer\n}\n\nmodel Communication {\n id Int @id @default(autoincrement())\n patientId Int\n userId Int?\n\n channel CommunicationChannel\n direction CommunicationDirection\n status CommunicationStatus\n\n body String?\n callDuration Int?\n twilioSid String?\n\n createdAt DateTime @default(now())\n\n // Relations\n patient Patient @relation(fields: [patientId], references: [id])\n user User? @relation(fields: [userId], references: [id])\n\n @@map(\"communications\")\n}\n\nmodel PatientDocument {\n id Int @id @default(autoincrement())\n patientId Int\n filename String\n originalName String\n mimeType String\n fileSize BigInt\n filePath String\n uploadedAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n\n @@index([patientId])\n @@index([uploadedAt])\n}\n" + "inlineSchema": "// This is your Prisma schema file,\n// learn more about it in the docs: https://pris.ly/d/prisma-schema\n\n// Looking for ways to speed up your queries, or scale easily with your serverless or edge functions?\n// Try Prisma Accelerate: https://pris.ly/cli/accelerate-init\n\ngenerator client {\n provider = \"prisma-client-js\"\n output = \"../generated/prisma\"\n}\n\ngenerator zod {\n provider = \"prisma-zod-generator\"\n output = \"../shared/\" // Zod schemas will be generated here inside `db/shared`\n}\n\ndatasource db {\n provider = \"postgresql\"\n}\n\nmodel User {\n id Int @id @default(autoincrement())\n username String @unique\n password String\n autoBackupEnabled Boolean @default(true)\n usbBackupEnabled Boolean @default(false)\n patients Patient[]\n appointments Appointment[]\n staff Staff[]\n npiProviders NpiProvider[]\n claims Claim[]\n insuranceCredentials InsuranceCredential[]\n updatedPayments Payment[] @relation(\"PaymentUpdatedBy\")\n backups DatabaseBackup[]\n backupDestinations BackupDestination[]\n notifications Notification[]\n cloudFolders CloudFolder[]\n cloudFiles CloudFile[]\n communications Communication[]\n}\n\nmodel Patient {\n id Int @id @default(autoincrement())\n firstName String\n lastName String\n dateOfBirth DateTime? @db.Date\n gender String\n phone String\n email String?\n address String?\n city String?\n zipCode String?\n insuranceProvider String?\n insuranceId String?\n groupNumber String?\n policyHolder String?\n allergies String?\n medicalConditions String?\n status PatientStatus @default(UNKNOWN)\n userId Int\n createdAt DateTime @default(now())\n user User @relation(fields: [userId], references: [id])\n appointments Appointment[]\n procedures AppointmentProcedure[]\n claims Claim[]\n groups PdfGroup[]\n payment Payment[]\n communications Communication[]\n documents PatientDocument[]\n\n @@index([insuranceId])\n @@index([createdAt])\n}\n\nenum PatientStatus {\n ACTIVE\n INACTIVE\n UNKNOWN\n PLAN_NOT_ACCEPTED\n}\n\nmodel Appointment {\n id Int @id @default(autoincrement())\n patientId Int\n userId Int\n staffId Int\n title String\n date DateTime @db.Date\n startTime String // Store time as \"hh:mm\"\n endTime String // Store time as \"hh:mm\"\n type String // e.g., \"checkup\", \"cleaning\", \"filling\", etc.\n notes String?\n procedureCodeNotes String?\n status String @default(\"scheduled\") // \"scheduled\", \"completed\", \"cancelled\", \"no-show\"\n createdAt DateTime @default(now())\n\n eligibilityStatus PatientStatus @default(UNKNOWN)\n\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n user User @relation(fields: [userId], references: [id])\n staff Staff? @relation(fields: [staffId], references: [id])\n procedures AppointmentProcedure[]\n claims Claim[]\n files AppointmentFile[]\n\n @@index([patientId])\n @@index([date])\n}\n\nmodel AppointmentFile {\n id Int @id @default(autoincrement())\n appointmentId Int\n filename String\n mimeType String?\n filePath String?\n\n appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)\n\n @@index([appointmentId])\n}\n\nmodel Staff {\n id Int @id @default(autoincrement())\n userId Int\n name String\n email String?\n role String // e.g., \"Dentist\", \"Hygienist\", \"Assistant\"\n phone String?\n createdAt DateTime @default(now())\n user User? @relation(fields: [userId], references: [id], onDelete: Cascade)\n appointments Appointment[]\n claims Claim[] @relation(\"ClaimStaff\")\n}\n\nmodel NpiProvider {\n id Int @id @default(autoincrement())\n userId Int\n npiNumber String\n providerName String\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n claims Claim[]\n appointmentProcedures AppointmentProcedure[]\n\n @@unique([userId, npiNumber])\n @@index([userId])\n}\n\nenum ProcedureSource {\n COMBO\n MANUAL\n}\n\nmodel AppointmentProcedure {\n id Int @id @default(autoincrement())\n appointmentId Int\n patientId Int\n npiProviderId Int?\n\n procedureCode String\n procedureLabel String?\n fee Decimal? @db.Decimal(10, 2)\n\n category String?\n\n toothNumber String?\n toothSurface String?\n oralCavityArea String?\n\n source ProcedureSource @default(MANUAL)\n comboKey String?\n\n createdAt DateTime @default(now())\n\n appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n npiProvider NpiProvider? @relation(fields: [npiProviderId], references: [id])\n\n @@index([appointmentId])\n @@index([patientId])\n}\n\nmodel Claim {\n id Int @id @default(autoincrement())\n patientId Int\n appointmentId Int\n userId Int\n staffId Int\n patientName String\n memberId String\n dateOfBirth DateTime @db.Date\n remarks String\n missingTeethStatus MissingTeethStatus @default(No_missing)\n missingTeeth Json? // { \"T_14\": \"X\", \"T_G\": \"O\", ... }\n serviceDate DateTime\n insuranceProvider String // e.g., \"Delta MA\"\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n status ClaimStatus @default(PENDING)\n claimNumber String?\n npiProviderId Int?\n\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)\n user User? @relation(fields: [userId], references: [id])\n staff Staff? @relation(\"ClaimStaff\", fields: [staffId], references: [id])\n npiProvider NpiProvider? @relation(fields: [npiProviderId], references: [id])\n\n serviceLines ServiceLine[]\n claimFiles ClaimFile[]\n payment Payment?\n}\n\nenum ClaimStatus {\n PENDING\n APPROVED\n CANCELLED\n REVIEW\n VOID\n}\n\nenum MissingTeethStatus {\n No_missing\n endentulous\n Yes_missing\n}\n\nmodel ServiceLine {\n id Int @id @default(autoincrement())\n claimId Int?\n paymentId Int?\n procedureCode String\n procedureDate DateTime @db.Date\n quad String?\n arch String?\n toothNumber String?\n toothSurface String?\n totalBilled Decimal @db.Decimal(10, 2)\n totalPaid Decimal @default(0.00) @db.Decimal(10, 2)\n totalAdjusted Decimal @default(0.00) @db.Decimal(10, 2)\n totalDue Decimal @default(0.00) @db.Decimal(10, 2)\n status ServiceLineStatus @default(UNPAID)\n\n claim Claim? @relation(fields: [claimId], references: [id], onDelete: Cascade)\n payment Payment? @relation(fields: [paymentId], references: [id], onDelete: Cascade)\n\n serviceLineTransactions ServiceLineTransaction[]\n}\n\nenum ServiceLineStatus {\n PENDING\n PARTIALLY_PAID\n PAID\n UNPAID\n ADJUSTED\n OVERPAID\n DENIED\n}\n\nmodel ClaimFile {\n id Int @id @default(autoincrement())\n claimId Int\n filename String\n mimeType String\n filePath String?\n\n claim Claim @relation(fields: [claimId], references: [id], onDelete: Cascade)\n}\n\nmodel InsuranceCredential {\n id Int @id @default(autoincrement())\n userId Int\n siteKey String\n username String\n password String\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@unique([userId, siteKey])\n @@index([userId])\n}\n\nmodel PdfGroup {\n id Int @id @default(autoincrement())\n title String\n titleKey PdfTitleKey @default(OTHER)\n createdAt DateTime @default(now())\n patientId Int\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n pdfs PdfFile[]\n\n @@index([patientId])\n @@index([titleKey])\n}\n\nmodel PdfFile {\n id Int @id @default(autoincrement())\n filename String\n pdfData Bytes\n uploadedAt DateTime @default(now())\n groupId Int\n group PdfGroup @relation(fields: [groupId], references: [id], onDelete: Cascade)\n\n @@index([groupId])\n}\n\nenum PdfTitleKey {\n INSURANCE_CLAIM\n INSURANCE_CLAIM_PREAUTH\n ELIGIBILITY_STATUS\n CLAIM_STATUS\n OTHER\n}\n\nmodel Payment {\n id Int @id @default(autoincrement())\n claimId Int? @unique\n patientId Int\n userId Int\n updatedById Int?\n totalBilled Decimal @db.Decimal(10, 2)\n totalPaid Decimal @default(0.00) @db.Decimal(10, 2)\n totalAdjusted Decimal @default(0.00) @db.Decimal(10, 2)\n totalDue Decimal @db.Decimal(10, 2)\n status PaymentStatus @default(PENDING)\n notes String?\n icn String?\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n\n claim Claim? @relation(fields: [claimId], references: [id], onDelete: Cascade)\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n updatedBy User? @relation(\"PaymentUpdatedBy\", fields: [updatedById], references: [id])\n serviceLineTransactions ServiceLineTransaction[]\n serviceLines ServiceLine[]\n\n @@index([claimId])\n @@index([patientId])\n @@index([createdAt])\n}\n\nmodel ServiceLineTransaction {\n id Int @id @default(autoincrement())\n paymentId Int\n serviceLineId Int\n transactionId String?\n paidAmount Decimal @db.Decimal(10, 2)\n adjustedAmount Decimal @default(0.00) @db.Decimal(10, 2)\n method PaymentMethod\n receivedDate DateTime\n payerName String?\n notes String?\n createdAt DateTime @default(now())\n\n payment Payment @relation(fields: [paymentId], references: [id], onDelete: Cascade)\n serviceLine ServiceLine @relation(fields: [serviceLineId], references: [id], onDelete: Cascade)\n\n @@index([paymentId])\n @@index([serviceLineId])\n}\n\nenum PaymentStatus {\n PENDING\n PARTIALLY_PAID\n PAID\n OVERPAID\n DENIED\n VOID\n}\n\nenum PaymentMethod {\n EFT\n CHECK\n CASH\n CARD\n OTHER\n}\n\n// Database management page\nmodel DatabaseBackup {\n id Int @id @default(autoincrement())\n userId Int\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@index([userId])\n @@index([createdAt])\n}\n\nmodel BackupDestination {\n id Int @id @default(autoincrement())\n userId Int\n path String\n isActive Boolean @default(true)\n createdAt DateTime @default(now())\n\n user User @relation(fields: [userId], references: [id])\n}\n\nmodel Notification {\n id Int @id @default(autoincrement())\n userId Int\n type NotificationTypes\n message String\n createdAt DateTime @default(now())\n read Boolean @default(false)\n\n user User @relation(fields: [userId], references: [id], onDelete: Cascade)\n\n @@index([userId])\n @@index([createdAt])\n}\n\nenum NotificationTypes {\n BACKUP\n CLAIM\n PAYMENT\n ETC\n}\n\n// Cron job execution log\nmodel CronJobLog {\n id Int @id @default(autoincrement())\n jobName String // e.g. \"local-backup\", \"usb-backup\"\n status String // \"success\" | \"failed\" | \"skipped\"\n startedAt DateTime\n completedAt DateTime?\n durationMs Int?\n errorMessage String?\n\n @@index([jobName])\n @@index([startedAt])\n @@index([status])\n}\n\nmodel CloudFolder {\n id Int @id @default(autoincrement())\n userId Int\n name String\n parentId Int?\n parent CloudFolder? @relation(\"FolderChildren\", fields: [parentId], references: [id], onDelete: Cascade)\n children CloudFolder[] @relation(\"FolderChildren\")\n user User @relation(fields: [userId], references: [id])\n files CloudFile[]\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n\n @@unique([userId, parentId, name]) // prevents sibling folder name duplicates\n @@index([parentId])\n}\n\nmodel CloudFile {\n id Int @id @default(autoincrement())\n userId Int\n name String\n mimeType String?\n fileSize BigInt @db.BigInt\n folderId Int? // optional: null => root\n isComplete Boolean @default(false) // upload completed?\n totalChunks Int? // optional: expected number of chunks\n diskPath String? // relative path on disk under uploads/\n createdAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n user User @relation(fields: [userId], references: [id])\n folder CloudFolder? @relation(fields: [folderId], references: [id], onDelete: SetNull)\n\n chunks CloudFileChunk[]\n\n @@index([folderId])\n}\n\nmodel CloudFileChunk {\n id Int @id @default(autoincrement())\n fileId Int\n seq Int\n data Bytes\n createdAt DateTime @default(now())\n\n file CloudFile @relation(fields: [fileId], references: [id], onDelete: Cascade)\n\n @@unique([fileId, seq])\n @@index([fileId, seq])\n}\n\n// patient-connection-\nenum CommunicationChannel {\n sms\n voice\n}\n\nenum CommunicationDirection {\n outbound\n inbound\n}\n\nenum CommunicationStatus {\n queued\n sent\n delivered\n failed\n completed\n busy\n no_answer\n}\n\nmodel Communication {\n id Int @id @default(autoincrement())\n patientId Int\n userId Int?\n\n channel CommunicationChannel\n direction CommunicationDirection\n status CommunicationStatus\n\n body String?\n callDuration Int?\n twilioSid String?\n\n createdAt DateTime @default(now())\n\n // Relations\n patient Patient @relation(fields: [patientId], references: [id])\n user User? @relation(fields: [userId], references: [id])\n\n @@map(\"communications\")\n}\n\nmodel PatientDocument {\n id Int @id @default(autoincrement())\n patientId Int\n filename String\n originalName String\n mimeType String\n fileSize BigInt\n filePath String\n uploadedAt DateTime @default(now())\n updatedAt DateTime @updatedAt\n patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)\n\n @@index([patientId])\n @@index([uploadedAt])\n}\n" } -config.runtimeDataModel = JSON.parse("{\"models\":{\"User\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"username\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"password\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"autoBackupEnabled\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"usbBackupEnabled\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"patients\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"StaffToUser\"},{\"name\":\"npiProviders\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"NpiProviderToUser\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToUser\"},{\"name\":\"insuranceCredentials\",\"kind\":\"object\",\"type\":\"InsuranceCredential\",\"relationName\":\"InsuranceCredentialToUser\"},{\"name\":\"updatedPayments\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentUpdatedBy\"},{\"name\":\"backups\",\"kind\":\"object\",\"type\":\"DatabaseBackup\",\"relationName\":\"DatabaseBackupToUser\"},{\"name\":\"backupDestinations\",\"kind\":\"object\",\"type\":\"BackupDestination\",\"relationName\":\"BackupDestinationToUser\"},{\"name\":\"notifications\",\"kind\":\"object\",\"type\":\"Notification\",\"relationName\":\"NotificationToUser\"},{\"name\":\"cloudFolders\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"CloudFolderToUser\"},{\"name\":\"cloudFiles\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToUser\"},{\"name\":\"communications\",\"kind\":\"object\",\"type\":\"Communication\",\"relationName\":\"CommunicationToUser\"}],\"dbName\":null},\"Patient\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"firstName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"lastName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"dateOfBirth\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"gender\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"phone\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"email\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"address\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"city\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"zipCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"insuranceProvider\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"insuranceId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"groupNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"policyHolder\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"allergies\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"medicalConditions\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"PatientStatus\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"PatientToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToPatient\"},{\"name\":\"procedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentProcedureToPatient\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToPatient\"},{\"name\":\"groups\",\"kind\":\"object\",\"type\":\"PdfGroup\",\"relationName\":\"PatientToPdfGroup\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PatientToPayment\"},{\"name\":\"communications\",\"kind\":\"object\",\"type\":\"Communication\",\"relationName\":\"CommunicationToPatient\"},{\"name\":\"documents\",\"kind\":\"object\",\"type\":\"PatientDocument\",\"relationName\":\"PatientToPatientDocument\"}],\"dbName\":null},\"Appointment\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"staffId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"title\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"date\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"startTime\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"endTime\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"type\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureCodeNotes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"eligibilityStatus\",\"kind\":\"enum\",\"type\":\"PatientStatus\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"AppointmentToPatient\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"AppointmentToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"AppointmentToStaff\"},{\"name\":\"procedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentToAppointmentProcedure\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"AppointmentToClaim\"}],\"dbName\":null},\"Staff\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"email\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"role\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"phone\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"StaffToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToStaff\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimStaff\"}],\"dbName\":null},\"NpiProvider\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"npiNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"providerName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"NpiProviderToUser\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToNpiProvider\"},{\"name\":\"appointmentProcedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentProcedureToNpiProvider\"}],\"dbName\":null},\"AppointmentProcedure\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"appointmentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"npiProviderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"procedureCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureLabel\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fee\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"category\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothSurface\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"oralCavityArea\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"source\",\"kind\":\"enum\",\"type\":\"ProcedureSource\"},{\"name\":\"comboKey\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"appointment\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToAppointmentProcedure\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"AppointmentProcedureToPatient\"},{\"name\":\"npiProvider\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"AppointmentProcedureToNpiProvider\"}],\"dbName\":null},\"Claim\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"appointmentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"staffId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"memberId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"dateOfBirth\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"remarks\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"missingTeethStatus\",\"kind\":\"enum\",\"type\":\"MissingTeethStatus\"},{\"name\":\"missingTeeth\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"serviceDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"insuranceProvider\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"ClaimStatus\"},{\"name\":\"claimNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"npiProviderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"ClaimToPatient\"},{\"name\":\"appointment\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToClaim\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"ClaimToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"ClaimStaff\"},{\"name\":\"npiProvider\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"ClaimToNpiProvider\"},{\"name\":\"serviceLines\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"ClaimToServiceLine\"},{\"name\":\"claimFiles\",\"kind\":\"object\",\"type\":\"ClaimFile\",\"relationName\":\"ClaimToClaimFile\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"ClaimToPayment\"}],\"dbName\":null},\"ServiceLine\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"paymentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"procedureCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"quad\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"arch\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothSurface\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"totalBilled\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalPaid\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalAdjusted\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalDue\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"ServiceLineStatus\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToServiceLine\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentToServiceLine\"},{\"name\":\"serviceLineTransactions\",\"kind\":\"object\",\"type\":\"ServiceLineTransaction\",\"relationName\":\"ServiceLineToServiceLineTransaction\"}],\"dbName\":null},\"ClaimFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"filePath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToClaimFile\"}],\"dbName\":null},\"InsuranceCredential\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"siteKey\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"username\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"password\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"InsuranceCredentialToUser\"}],\"dbName\":null},\"PdfGroup\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"title\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"titleKey\",\"kind\":\"enum\",\"type\":\"PdfTitleKey\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPdfGroup\"},{\"name\":\"pdfs\",\"kind\":\"object\",\"type\":\"PdfFile\",\"relationName\":\"PdfFileToPdfGroup\"}],\"dbName\":null},\"PdfFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"pdfData\",\"kind\":\"scalar\",\"type\":\"Bytes\"},{\"name\":\"uploadedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"groupId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"group\",\"kind\":\"object\",\"type\":\"PdfGroup\",\"relationName\":\"PdfFileToPdfGroup\"}],\"dbName\":null},\"Payment\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"updatedById\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"totalBilled\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalPaid\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalAdjusted\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalDue\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"PaymentStatus\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"icn\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToPayment\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPayment\"},{\"name\":\"updatedBy\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"PaymentUpdatedBy\"},{\"name\":\"serviceLineTransactions\",\"kind\":\"object\",\"type\":\"ServiceLineTransaction\",\"relationName\":\"PaymentToServiceLineTransaction\"},{\"name\":\"serviceLines\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"PaymentToServiceLine\"}],\"dbName\":null},\"ServiceLineTransaction\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"paymentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"serviceLineId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"transactionId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"paidAmount\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"adjustedAmount\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"method\",\"kind\":\"enum\",\"type\":\"PaymentMethod\"},{\"name\":\"receivedDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"payerName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentToServiceLineTransaction\"},{\"name\":\"serviceLine\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"ServiceLineToServiceLineTransaction\"}],\"dbName\":null},\"DatabaseBackup\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"DatabaseBackupToUser\"}],\"dbName\":null},\"BackupDestination\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"path\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"isActive\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"BackupDestinationToUser\"}],\"dbName\":null},\"Notification\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"type\",\"kind\":\"enum\",\"type\":\"NotificationTypes\"},{\"name\":\"message\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"read\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"NotificationToUser\"}],\"dbName\":null},\"CronJobLog\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"jobName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"startedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"completedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"durationMs\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"errorMessage\",\"kind\":\"scalar\",\"type\":\"String\"}],\"dbName\":null},\"CloudFolder\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"parentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"parent\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"FolderChildren\"},{\"name\":\"children\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"FolderChildren\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CloudFolderToUser\"},{\"name\":\"files\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToCloudFolder\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"}],\"dbName\":null},\"CloudFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fileSize\",\"kind\":\"scalar\",\"type\":\"BigInt\"},{\"name\":\"folderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"isComplete\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"totalChunks\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"diskPath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CloudFileToUser\"},{\"name\":\"folder\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"CloudFileToCloudFolder\"},{\"name\":\"chunks\",\"kind\":\"object\",\"type\":\"CloudFileChunk\",\"relationName\":\"CloudFileToCloudFileChunk\"}],\"dbName\":null},\"CloudFileChunk\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"fileId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"seq\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"data\",\"kind\":\"scalar\",\"type\":\"Bytes\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"file\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToCloudFileChunk\"}],\"dbName\":null},\"Communication\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"channel\",\"kind\":\"enum\",\"type\":\"CommunicationChannel\"},{\"name\":\"direction\",\"kind\":\"enum\",\"type\":\"CommunicationDirection\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"CommunicationStatus\"},{\"name\":\"body\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"callDuration\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"twilioSid\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"CommunicationToPatient\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CommunicationToUser\"}],\"dbName\":\"communications\"},\"PatientDocument\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"originalName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fileSize\",\"kind\":\"scalar\",\"type\":\"BigInt\"},{\"name\":\"filePath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"uploadedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPatientDocument\"}],\"dbName\":null}},\"enums\":{},\"types\":{}}") +config.runtimeDataModel = JSON.parse("{\"models\":{\"User\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"username\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"password\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"autoBackupEnabled\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"usbBackupEnabled\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"patients\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"StaffToUser\"},{\"name\":\"npiProviders\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"NpiProviderToUser\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToUser\"},{\"name\":\"insuranceCredentials\",\"kind\":\"object\",\"type\":\"InsuranceCredential\",\"relationName\":\"InsuranceCredentialToUser\"},{\"name\":\"updatedPayments\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentUpdatedBy\"},{\"name\":\"backups\",\"kind\":\"object\",\"type\":\"DatabaseBackup\",\"relationName\":\"DatabaseBackupToUser\"},{\"name\":\"backupDestinations\",\"kind\":\"object\",\"type\":\"BackupDestination\",\"relationName\":\"BackupDestinationToUser\"},{\"name\":\"notifications\",\"kind\":\"object\",\"type\":\"Notification\",\"relationName\":\"NotificationToUser\"},{\"name\":\"cloudFolders\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"CloudFolderToUser\"},{\"name\":\"cloudFiles\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToUser\"},{\"name\":\"communications\",\"kind\":\"object\",\"type\":\"Communication\",\"relationName\":\"CommunicationToUser\"}],\"dbName\":null},\"Patient\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"firstName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"lastName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"dateOfBirth\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"gender\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"phone\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"email\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"address\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"city\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"zipCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"insuranceProvider\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"insuranceId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"groupNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"policyHolder\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"allergies\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"medicalConditions\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"PatientStatus\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"PatientToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToPatient\"},{\"name\":\"procedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentProcedureToPatient\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToPatient\"},{\"name\":\"groups\",\"kind\":\"object\",\"type\":\"PdfGroup\",\"relationName\":\"PatientToPdfGroup\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PatientToPayment\"},{\"name\":\"communications\",\"kind\":\"object\",\"type\":\"Communication\",\"relationName\":\"CommunicationToPatient\"},{\"name\":\"documents\",\"kind\":\"object\",\"type\":\"PatientDocument\",\"relationName\":\"PatientToPatientDocument\"}],\"dbName\":null},\"Appointment\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"staffId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"title\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"date\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"startTime\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"endTime\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"type\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureCodeNotes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"eligibilityStatus\",\"kind\":\"enum\",\"type\":\"PatientStatus\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"AppointmentToPatient\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"AppointmentToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"AppointmentToStaff\"},{\"name\":\"procedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentToAppointmentProcedure\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"AppointmentToClaim\"},{\"name\":\"files\",\"kind\":\"object\",\"type\":\"AppointmentFile\",\"relationName\":\"AppointmentToAppointmentFile\"}],\"dbName\":null},\"AppointmentFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"appointmentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"filePath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"appointment\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToAppointmentFile\"}],\"dbName\":null},\"Staff\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"email\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"role\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"phone\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"StaffToUser\"},{\"name\":\"appointments\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToStaff\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimStaff\"}],\"dbName\":null},\"NpiProvider\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"npiNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"providerName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"NpiProviderToUser\"},{\"name\":\"claims\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToNpiProvider\"},{\"name\":\"appointmentProcedures\",\"kind\":\"object\",\"type\":\"AppointmentProcedure\",\"relationName\":\"AppointmentProcedureToNpiProvider\"}],\"dbName\":null},\"AppointmentProcedure\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"appointmentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"npiProviderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"procedureCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureLabel\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fee\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"category\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothSurface\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"oralCavityArea\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"source\",\"kind\":\"enum\",\"type\":\"ProcedureSource\"},{\"name\":\"comboKey\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"appointment\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToAppointmentProcedure\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"AppointmentProcedureToPatient\"},{\"name\":\"npiProvider\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"AppointmentProcedureToNpiProvider\"}],\"dbName\":null},\"Claim\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"appointmentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"staffId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"memberId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"dateOfBirth\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"remarks\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"missingTeethStatus\",\"kind\":\"enum\",\"type\":\"MissingTeethStatus\"},{\"name\":\"missingTeeth\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"serviceDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"insuranceProvider\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"ClaimStatus\"},{\"name\":\"claimNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"npiProviderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"ClaimToPatient\"},{\"name\":\"appointment\",\"kind\":\"object\",\"type\":\"Appointment\",\"relationName\":\"AppointmentToClaim\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"ClaimToUser\"},{\"name\":\"staff\",\"kind\":\"object\",\"type\":\"Staff\",\"relationName\":\"ClaimStaff\"},{\"name\":\"npiProvider\",\"kind\":\"object\",\"type\":\"NpiProvider\",\"relationName\":\"ClaimToNpiProvider\"},{\"name\":\"serviceLines\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"ClaimToServiceLine\"},{\"name\":\"claimFiles\",\"kind\":\"object\",\"type\":\"ClaimFile\",\"relationName\":\"ClaimToClaimFile\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"ClaimToPayment\"}],\"dbName\":null},\"ServiceLine\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"paymentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"procedureCode\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"procedureDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"quad\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"arch\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothNumber\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"toothSurface\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"totalBilled\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalPaid\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalAdjusted\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalDue\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"ServiceLineStatus\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToServiceLine\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentToServiceLine\"},{\"name\":\"serviceLineTransactions\",\"kind\":\"object\",\"type\":\"ServiceLineTransaction\",\"relationName\":\"ServiceLineToServiceLineTransaction\"}],\"dbName\":null},\"ClaimFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"filePath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToClaimFile\"}],\"dbName\":null},\"InsuranceCredential\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"siteKey\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"username\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"password\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"InsuranceCredentialToUser\"}],\"dbName\":null},\"PdfGroup\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"title\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"titleKey\",\"kind\":\"enum\",\"type\":\"PdfTitleKey\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPdfGroup\"},{\"name\":\"pdfs\",\"kind\":\"object\",\"type\":\"PdfFile\",\"relationName\":\"PdfFileToPdfGroup\"}],\"dbName\":null},\"PdfFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"pdfData\",\"kind\":\"scalar\",\"type\":\"Bytes\"},{\"name\":\"uploadedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"groupId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"group\",\"kind\":\"object\",\"type\":\"PdfGroup\",\"relationName\":\"PdfFileToPdfGroup\"}],\"dbName\":null},\"Payment\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"claimId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"updatedById\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"totalBilled\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalPaid\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalAdjusted\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"totalDue\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"PaymentStatus\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"icn\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"claim\",\"kind\":\"object\",\"type\":\"Claim\",\"relationName\":\"ClaimToPayment\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPayment\"},{\"name\":\"updatedBy\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"PaymentUpdatedBy\"},{\"name\":\"serviceLineTransactions\",\"kind\":\"object\",\"type\":\"ServiceLineTransaction\",\"relationName\":\"PaymentToServiceLineTransaction\"},{\"name\":\"serviceLines\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"PaymentToServiceLine\"}],\"dbName\":null},\"ServiceLineTransaction\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"paymentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"serviceLineId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"transactionId\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"paidAmount\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"adjustedAmount\",\"kind\":\"scalar\",\"type\":\"Decimal\"},{\"name\":\"method\",\"kind\":\"enum\",\"type\":\"PaymentMethod\"},{\"name\":\"receivedDate\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"payerName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"notes\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"payment\",\"kind\":\"object\",\"type\":\"Payment\",\"relationName\":\"PaymentToServiceLineTransaction\"},{\"name\":\"serviceLine\",\"kind\":\"object\",\"type\":\"ServiceLine\",\"relationName\":\"ServiceLineToServiceLineTransaction\"}],\"dbName\":null},\"DatabaseBackup\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"DatabaseBackupToUser\"}],\"dbName\":null},\"BackupDestination\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"path\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"isActive\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"BackupDestinationToUser\"}],\"dbName\":null},\"Notification\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"type\",\"kind\":\"enum\",\"type\":\"NotificationTypes\"},{\"name\":\"message\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"read\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"NotificationToUser\"}],\"dbName\":null},\"CronJobLog\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"jobName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"startedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"completedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"durationMs\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"errorMessage\",\"kind\":\"scalar\",\"type\":\"String\"}],\"dbName\":null},\"CloudFolder\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"parentId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"parent\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"FolderChildren\"},{\"name\":\"children\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"FolderChildren\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CloudFolderToUser\"},{\"name\":\"files\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToCloudFolder\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"}],\"dbName\":null},\"CloudFile\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fileSize\",\"kind\":\"scalar\",\"type\":\"BigInt\"},{\"name\":\"folderId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"isComplete\",\"kind\":\"scalar\",\"type\":\"Boolean\"},{\"name\":\"totalChunks\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"diskPath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CloudFileToUser\"},{\"name\":\"folder\",\"kind\":\"object\",\"type\":\"CloudFolder\",\"relationName\":\"CloudFileToCloudFolder\"},{\"name\":\"chunks\",\"kind\":\"object\",\"type\":\"CloudFileChunk\",\"relationName\":\"CloudFileToCloudFileChunk\"}],\"dbName\":null},\"CloudFileChunk\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"fileId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"seq\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"data\",\"kind\":\"scalar\",\"type\":\"Bytes\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"file\",\"kind\":\"object\",\"type\":\"CloudFile\",\"relationName\":\"CloudFileToCloudFileChunk\"}],\"dbName\":null},\"Communication\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"userId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"channel\",\"kind\":\"enum\",\"type\":\"CommunicationChannel\"},{\"name\":\"direction\",\"kind\":\"enum\",\"type\":\"CommunicationDirection\"},{\"name\":\"status\",\"kind\":\"enum\",\"type\":\"CommunicationStatus\"},{\"name\":\"body\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"callDuration\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"twilioSid\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"CommunicationToPatient\"},{\"name\":\"user\",\"kind\":\"object\",\"type\":\"User\",\"relationName\":\"CommunicationToUser\"}],\"dbName\":\"communications\"},\"PatientDocument\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"patientId\",\"kind\":\"scalar\",\"type\":\"Int\"},{\"name\":\"filename\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"originalName\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"mimeType\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"fileSize\",\"kind\":\"scalar\",\"type\":\"BigInt\"},{\"name\":\"filePath\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"uploadedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"patient\",\"kind\":\"object\",\"type\":\"Patient\",\"relationName\":\"PatientToPatientDocument\"}],\"dbName\":null}},\"enums\":{},\"types\":{}}") defineDmmfProperty(exports.Prisma, config.runtimeDataModel) config.parameterizationSchema = { - strings: JSON.parse("[\"where\",\"orderBy\",\"cursor\",\"user\",\"patient\",\"appointments\",\"appointment\",\"staff\",\"claims\",\"npiProvider\",\"appointmentProcedures\",\"_count\",\"claim\",\"updatedBy\",\"payment\",\"serviceLine\",\"serviceLineTransactions\",\"serviceLines\",\"claimFiles\",\"procedures\",\"group\",\"pdfs\",\"groups\",\"communications\",\"documents\",\"patients\",\"npiProviders\",\"insuranceCredentials\",\"updatedPayments\",\"backups\",\"backupDestinations\",\"notifications\",\"parent\",\"children\",\"folder\",\"file\",\"chunks\",\"files\",\"cloudFolders\",\"cloudFiles\",\"User.findUnique\",\"User.findUniqueOrThrow\",\"User.findFirst\",\"User.findFirstOrThrow\",\"User.findMany\",\"data\",\"User.createOne\",\"User.createMany\",\"User.createManyAndReturn\",\"User.updateOne\",\"User.updateMany\",\"User.updateManyAndReturn\",\"create\",\"update\",\"User.upsertOne\",\"User.deleteOne\",\"User.deleteMany\",\"having\",\"_avg\",\"_sum\",\"_min\",\"_max\",\"User.groupBy\",\"User.aggregate\",\"Patient.findUnique\",\"Patient.findUniqueOrThrow\",\"Patient.findFirst\",\"Patient.findFirstOrThrow\",\"Patient.findMany\",\"Patient.createOne\",\"Patient.createMany\",\"Patient.createManyAndReturn\",\"Patient.updateOne\",\"Patient.updateMany\",\"Patient.updateManyAndReturn\",\"Patient.upsertOne\",\"Patient.deleteOne\",\"Patient.deleteMany\",\"Patient.groupBy\",\"Patient.aggregate\",\"Appointment.findUnique\",\"Appointment.findUniqueOrThrow\",\"Appointment.findFirst\",\"Appointment.findFirstOrThrow\",\"Appointment.findMany\",\"Appointment.createOne\",\"Appointment.createMany\",\"Appointment.createManyAndReturn\",\"Appointment.updateOne\",\"Appointment.updateMany\",\"Appointment.updateManyAndReturn\",\"Appointment.upsertOne\",\"Appointment.deleteOne\",\"Appointment.deleteMany\",\"Appointment.groupBy\",\"Appointment.aggregate\",\"Staff.findUnique\",\"Staff.findUniqueOrThrow\",\"Staff.findFirst\",\"Staff.findFirstOrThrow\",\"Staff.findMany\",\"Staff.createOne\",\"Staff.createMany\",\"Staff.createManyAndReturn\",\"Staff.updateOne\",\"Staff.updateMany\",\"Staff.updateManyAndReturn\",\"Staff.upsertOne\",\"Staff.deleteOne\",\"Staff.deleteMany\",\"Staff.groupBy\",\"Staff.aggregate\",\"NpiProvider.findUnique\",\"NpiProvider.findUniqueOrThrow\",\"NpiProvider.findFirst\",\"NpiProvider.findFirstOrThrow\",\"NpiProvider.findMany\",\"NpiProvider.createOne\",\"NpiProvider.createMany\",\"NpiProvider.createManyAndReturn\",\"NpiProvider.updateOne\",\"NpiProvider.updateMany\",\"NpiProvider.updateManyAndReturn\",\"NpiProvider.upsertOne\",\"NpiProvider.deleteOne\",\"NpiProvider.deleteMany\",\"NpiProvider.groupBy\",\"NpiProvider.aggregate\",\"AppointmentProcedure.findUnique\",\"AppointmentProcedure.findUniqueOrThrow\",\"AppointmentProcedure.findFirst\",\"AppointmentProcedure.findFirstOrThrow\",\"AppointmentProcedure.findMany\",\"AppointmentProcedure.createOne\",\"AppointmentProcedure.createMany\",\"AppointmentProcedure.createManyAndReturn\",\"AppointmentProcedure.updateOne\",\"AppointmentProcedure.updateMany\",\"AppointmentProcedure.updateManyAndReturn\",\"AppointmentProcedure.upsertOne\",\"AppointmentProcedure.deleteOne\",\"AppointmentProcedure.deleteMany\",\"AppointmentProcedure.groupBy\",\"AppointmentProcedure.aggregate\",\"Claim.findUnique\",\"Claim.findUniqueOrThrow\",\"Claim.findFirst\",\"Claim.findFirstOrThrow\",\"Claim.findMany\",\"Claim.createOne\",\"Claim.createMany\",\"Claim.createManyAndReturn\",\"Claim.updateOne\",\"Claim.updateMany\",\"Claim.updateManyAndReturn\",\"Claim.upsertOne\",\"Claim.deleteOne\",\"Claim.deleteMany\",\"Claim.groupBy\",\"Claim.aggregate\",\"ServiceLine.findUnique\",\"ServiceLine.findUniqueOrThrow\",\"ServiceLine.findFirst\",\"ServiceLine.findFirstOrThrow\",\"ServiceLine.findMany\",\"ServiceLine.createOne\",\"ServiceLine.createMany\",\"ServiceLine.createManyAndReturn\",\"ServiceLine.updateOne\",\"ServiceLine.updateMany\",\"ServiceLine.updateManyAndReturn\",\"ServiceLine.upsertOne\",\"ServiceLine.deleteOne\",\"ServiceLine.deleteMany\",\"ServiceLine.groupBy\",\"ServiceLine.aggregate\",\"ClaimFile.findUnique\",\"ClaimFile.findUniqueOrThrow\",\"ClaimFile.findFirst\",\"ClaimFile.findFirstOrThrow\",\"ClaimFile.findMany\",\"ClaimFile.createOne\",\"ClaimFile.createMany\",\"ClaimFile.createManyAndReturn\",\"ClaimFile.updateOne\",\"ClaimFile.updateMany\",\"ClaimFile.updateManyAndReturn\",\"ClaimFile.upsertOne\",\"ClaimFile.deleteOne\",\"ClaimFile.deleteMany\",\"ClaimFile.groupBy\",\"ClaimFile.aggregate\",\"InsuranceCredential.findUnique\",\"InsuranceCredential.findUniqueOrThrow\",\"InsuranceCredential.findFirst\",\"InsuranceCredential.findFirstOrThrow\",\"InsuranceCredential.findMany\",\"InsuranceCredential.createOne\",\"InsuranceCredential.createMany\",\"InsuranceCredential.createManyAndReturn\",\"InsuranceCredential.updateOne\",\"InsuranceCredential.updateMany\",\"InsuranceCredential.updateManyAndReturn\",\"InsuranceCredential.upsertOne\",\"InsuranceCredential.deleteOne\",\"InsuranceCredential.deleteMany\",\"InsuranceCredential.groupBy\",\"InsuranceCredential.aggregate\",\"PdfGroup.findUnique\",\"PdfGroup.findUniqueOrThrow\",\"PdfGroup.findFirst\",\"PdfGroup.findFirstOrThrow\",\"PdfGroup.findMany\",\"PdfGroup.createOne\",\"PdfGroup.createMany\",\"PdfGroup.createManyAndReturn\",\"PdfGroup.updateOne\",\"PdfGroup.updateMany\",\"PdfGroup.updateManyAndReturn\",\"PdfGroup.upsertOne\",\"PdfGroup.deleteOne\",\"PdfGroup.deleteMany\",\"PdfGroup.groupBy\",\"PdfGroup.aggregate\",\"PdfFile.findUnique\",\"PdfFile.findUniqueOrThrow\",\"PdfFile.findFirst\",\"PdfFile.findFirstOrThrow\",\"PdfFile.findMany\",\"PdfFile.createOne\",\"PdfFile.createMany\",\"PdfFile.createManyAndReturn\",\"PdfFile.updateOne\",\"PdfFile.updateMany\",\"PdfFile.updateManyAndReturn\",\"PdfFile.upsertOne\",\"PdfFile.deleteOne\",\"PdfFile.deleteMany\",\"PdfFile.groupBy\",\"PdfFile.aggregate\",\"Payment.findUnique\",\"Payment.findUniqueOrThrow\",\"Payment.findFirst\",\"Payment.findFirstOrThrow\",\"Payment.findMany\",\"Payment.createOne\",\"Payment.createMany\",\"Payment.createManyAndReturn\",\"Payment.updateOne\",\"Payment.updateMany\",\"Payment.updateManyAndReturn\",\"Payment.upsertOne\",\"Payment.deleteOne\",\"Payment.deleteMany\",\"Payment.groupBy\",\"Payment.aggregate\",\"ServiceLineTransaction.findUnique\",\"ServiceLineTransaction.findUniqueOrThrow\",\"ServiceLineTransaction.findFirst\",\"ServiceLineTransaction.findFirstOrThrow\",\"ServiceLineTransaction.findMany\",\"ServiceLineTransaction.createOne\",\"ServiceLineTransaction.createMany\",\"ServiceLineTransaction.createManyAndReturn\",\"ServiceLineTransaction.updateOne\",\"ServiceLineTransaction.updateMany\",\"ServiceLineTransaction.updateManyAndReturn\",\"ServiceLineTransaction.upsertOne\",\"ServiceLineTransaction.deleteOne\",\"ServiceLineTransaction.deleteMany\",\"ServiceLineTransaction.groupBy\",\"ServiceLineTransaction.aggregate\",\"DatabaseBackup.findUnique\",\"DatabaseBackup.findUniqueOrThrow\",\"DatabaseBackup.findFirst\",\"DatabaseBackup.findFirstOrThrow\",\"DatabaseBackup.findMany\",\"DatabaseBackup.createOne\",\"DatabaseBackup.createMany\",\"DatabaseBackup.createManyAndReturn\",\"DatabaseBackup.updateOne\",\"DatabaseBackup.updateMany\",\"DatabaseBackup.updateManyAndReturn\",\"DatabaseBackup.upsertOne\",\"DatabaseBackup.deleteOne\",\"DatabaseBackup.deleteMany\",\"DatabaseBackup.groupBy\",\"DatabaseBackup.aggregate\",\"BackupDestination.findUnique\",\"BackupDestination.findUniqueOrThrow\",\"BackupDestination.findFirst\",\"BackupDestination.findFirstOrThrow\",\"BackupDestination.findMany\",\"BackupDestination.createOne\",\"BackupDestination.createMany\",\"BackupDestination.createManyAndReturn\",\"BackupDestination.updateOne\",\"BackupDestination.updateMany\",\"BackupDestination.updateManyAndReturn\",\"BackupDestination.upsertOne\",\"BackupDestination.deleteOne\",\"BackupDestination.deleteMany\",\"BackupDestination.groupBy\",\"BackupDestination.aggregate\",\"Notification.findUnique\",\"Notification.findUniqueOrThrow\",\"Notification.findFirst\",\"Notification.findFirstOrThrow\",\"Notification.findMany\",\"Notification.createOne\",\"Notification.createMany\",\"Notification.createManyAndReturn\",\"Notification.updateOne\",\"Notification.updateMany\",\"Notification.updateManyAndReturn\",\"Notification.upsertOne\",\"Notification.deleteOne\",\"Notification.deleteMany\",\"Notification.groupBy\",\"Notification.aggregate\",\"CronJobLog.findUnique\",\"CronJobLog.findUniqueOrThrow\",\"CronJobLog.findFirst\",\"CronJobLog.findFirstOrThrow\",\"CronJobLog.findMany\",\"CronJobLog.createOne\",\"CronJobLog.createMany\",\"CronJobLog.createManyAndReturn\",\"CronJobLog.updateOne\",\"CronJobLog.updateMany\",\"CronJobLog.updateManyAndReturn\",\"CronJobLog.upsertOne\",\"CronJobLog.deleteOne\",\"CronJobLog.deleteMany\",\"CronJobLog.groupBy\",\"CronJobLog.aggregate\",\"CloudFolder.findUnique\",\"CloudFolder.findUniqueOrThrow\",\"CloudFolder.findFirst\",\"CloudFolder.findFirstOrThrow\",\"CloudFolder.findMany\",\"CloudFolder.createOne\",\"CloudFolder.createMany\",\"CloudFolder.createManyAndReturn\",\"CloudFolder.updateOne\",\"CloudFolder.updateMany\",\"CloudFolder.updateManyAndReturn\",\"CloudFolder.upsertOne\",\"CloudFolder.deleteOne\",\"CloudFolder.deleteMany\",\"CloudFolder.groupBy\",\"CloudFolder.aggregate\",\"CloudFile.findUnique\",\"CloudFile.findUniqueOrThrow\",\"CloudFile.findFirst\",\"CloudFile.findFirstOrThrow\",\"CloudFile.findMany\",\"CloudFile.createOne\",\"CloudFile.createMany\",\"CloudFile.createManyAndReturn\",\"CloudFile.updateOne\",\"CloudFile.updateMany\",\"CloudFile.updateManyAndReturn\",\"CloudFile.upsertOne\",\"CloudFile.deleteOne\",\"CloudFile.deleteMany\",\"CloudFile.groupBy\",\"CloudFile.aggregate\",\"CloudFileChunk.findUnique\",\"CloudFileChunk.findUniqueOrThrow\",\"CloudFileChunk.findFirst\",\"CloudFileChunk.findFirstOrThrow\",\"CloudFileChunk.findMany\",\"CloudFileChunk.createOne\",\"CloudFileChunk.createMany\",\"CloudFileChunk.createManyAndReturn\",\"CloudFileChunk.updateOne\",\"CloudFileChunk.updateMany\",\"CloudFileChunk.updateManyAndReturn\",\"CloudFileChunk.upsertOne\",\"CloudFileChunk.deleteOne\",\"CloudFileChunk.deleteMany\",\"CloudFileChunk.groupBy\",\"CloudFileChunk.aggregate\",\"Communication.findUnique\",\"Communication.findUniqueOrThrow\",\"Communication.findFirst\",\"Communication.findFirstOrThrow\",\"Communication.findMany\",\"Communication.createOne\",\"Communication.createMany\",\"Communication.createManyAndReturn\",\"Communication.updateOne\",\"Communication.updateMany\",\"Communication.updateManyAndReturn\",\"Communication.upsertOne\",\"Communication.deleteOne\",\"Communication.deleteMany\",\"Communication.groupBy\",\"Communication.aggregate\",\"PatientDocument.findUnique\",\"PatientDocument.findUniqueOrThrow\",\"PatientDocument.findFirst\",\"PatientDocument.findFirstOrThrow\",\"PatientDocument.findMany\",\"PatientDocument.createOne\",\"PatientDocument.createMany\",\"PatientDocument.createManyAndReturn\",\"PatientDocument.updateOne\",\"PatientDocument.updateMany\",\"PatientDocument.updateManyAndReturn\",\"PatientDocument.upsertOne\",\"PatientDocument.deleteOne\",\"PatientDocument.deleteMany\",\"PatientDocument.groupBy\",\"PatientDocument.aggregate\",\"AND\",\"OR\",\"NOT\",\"id\",\"patientId\",\"filename\",\"originalName\",\"mimeType\",\"fileSize\",\"filePath\",\"uploadedAt\",\"updatedAt\",\"equals\",\"in\",\"notIn\",\"lt\",\"lte\",\"gt\",\"gte\",\"not\",\"contains\",\"startsWith\",\"endsWith\",\"userId\",\"CommunicationChannel\",\"channel\",\"CommunicationDirection\",\"direction\",\"CommunicationStatus\",\"status\",\"body\",\"callDuration\",\"twilioSid\",\"createdAt\",\"fileId\",\"seq\",\"name\",\"folderId\",\"isComplete\",\"totalChunks\",\"diskPath\",\"parentId\",\"jobName\",\"startedAt\",\"completedAt\",\"durationMs\",\"errorMessage\",\"NotificationTypes\",\"type\",\"message\",\"read\",\"path\",\"isActive\",\"paymentId\",\"serviceLineId\",\"transactionId\",\"paidAmount\",\"adjustedAmount\",\"PaymentMethod\",\"method\",\"receivedDate\",\"payerName\",\"notes\",\"claimId\",\"updatedById\",\"totalBilled\",\"totalPaid\",\"totalAdjusted\",\"totalDue\",\"PaymentStatus\",\"icn\",\"pdfData\",\"groupId\",\"title\",\"PdfTitleKey\",\"titleKey\",\"siteKey\",\"username\",\"password\",\"procedureCode\",\"procedureDate\",\"quad\",\"arch\",\"toothNumber\",\"toothSurface\",\"ServiceLineStatus\",\"appointmentId\",\"staffId\",\"patientName\",\"memberId\",\"dateOfBirth\",\"remarks\",\"MissingTeethStatus\",\"missingTeethStatus\",\"missingTeeth\",\"serviceDate\",\"insuranceProvider\",\"ClaimStatus\",\"claimNumber\",\"npiProviderId\",\"string_contains\",\"string_starts_with\",\"string_ends_with\",\"array_starts_with\",\"array_ends_with\",\"array_contains\",\"procedureLabel\",\"fee\",\"category\",\"oralCavityArea\",\"ProcedureSource\",\"source\",\"comboKey\",\"npiNumber\",\"providerName\",\"email\",\"role\",\"phone\",\"date\",\"startTime\",\"endTime\",\"procedureCodeNotes\",\"PatientStatus\",\"eligibilityStatus\",\"firstName\",\"lastName\",\"gender\",\"address\",\"city\",\"zipCode\",\"insuranceId\",\"groupNumber\",\"policyHolder\",\"allergies\",\"medicalConditions\",\"autoBackupEnabled\",\"usbBackupEnabled\",\"fileId_seq\",\"every\",\"some\",\"none\",\"userId_parentId_name\",\"userId_siteKey\",\"userId_npiNumber\",\"is\",\"isNot\",\"connectOrCreate\",\"upsert\",\"createMany\",\"set\",\"disconnect\",\"delete\",\"connect\",\"updateMany\",\"deleteMany\",\"increment\",\"decrement\",\"multiply\",\"divide\"]"), - graph: "9A3yAfACFQUAAK8GACAHAADXBgAgCAAAqwYAIBcAAN4GACAZAADWBgAgGgAA2AYAIBsAANkGACAcAADaBgAgHQAA2wYAIB4AANwGACAfAADdBgAgJgAAoQYAICcAAKIGACCgAwAA1QYAMKEDAAANABCiAwAA1QYAMKMDAgAAAAHtAwEAAAAB7gMBANwFACGnBCAAmwYAIagEIACbBgAhAQAAAAEAIB4DAACcBgAgBQAArwYAIAgAAKsGACAOAADaBgAgEwAArAYAIBYAAOIGACAXAADeBgAgGAAA4wYAIKADAADhBgAwoQMAAAMAEKIDAADhBgAwowMCANsFACG3AwIA2wUAIb0DAADgBpsEIsEDQADdBQAh-gNAAN4FACGABAEA4AUAIZMEAQDgBQAhlQQBANwFACGcBAEA3AUAIZ0EAQDcBQAhngQBANwFACGfBAEA4AUAIaAEAQDgBQAhoQQBAOAFACGiBAEA4AUAIaMEAQDgBQAhpAQBAOAFACGlBAEA4AUAIaYEAQDgBQAhEwMAAIwMACAFAAD_CwAgCAAAggwAIA4AAIQMACATAACPDAAgFgAAnAwAIBcAAIoMACAYAACdDAAg-gMAAO8GACCABAAA7wYAIJMEAADvBgAgnwQAAO8GACCgBAAA7wYAIKEEAADvBgAgogQAAO8GACCjBAAA7wYAIKQEAADvBgAgpQQAAO8GACCmBAAA7wYAIB4DAACcBgAgBQAArwYAIAgAAKsGACAOAADaBgAgEwAArAYAIBYAAOIGACAXAADeBgAgGAAA4wYAIKADAADhBgAwoQMAAAMAEKIDAADhBgAwowMCAAAAAbcDAgDbBQAhvQMAAOAGmwQiwQNAAN0FACH6A0AA3gUAIYAEAQDgBQAhkwQBAOAFACGVBAEA3AUAIZwEAQDcBQAhnQQBANwFACGeBAEA3AUAIZ8EAQDgBQAhoAQBAOAFACGhBAEA4AUAIaIEAQDgBQAhowQBAOAFACGkBAEA4AUAIaUEAQDgBQAhpgQBAOAFACEDAAAAAwAgAQAABAAwAgAABQAgFgMAAJwGACAEAACxBgAgBwAA0wYAIAgAAKsGACATAACsBgAgoAMAAN8GADChAwAABwAQogMAAN8GADCjAwIA2wUAIaQDAgDbBQAhtwMCANsFACG9AwEA3AUAIcEDQADdBQAh0AMBANwFACHeAwEA4AUAIekDAQDcBQAh9wMCANsFACGWBEAA3QUAIZcEAQDcBQAhmAQBANwFACGZBAEA4AUAIZsEAADgBpsEIgcDAACMDAAgBAAAkAwAIAcAAJoMACAIAACCDAAgEwAAjwwAIN4DAADvBgAgmQQAAO8GACAWAwAAnAYAIAQAALEGACAHAADTBgAgCAAAqwYAIBMAAKwGACCgAwAA3wYAMKEDAAAHABCiAwAA3wYAMKMDAgAAAAGkAwIA2wUAIbcDAgDbBQAhvQMBANwFACHBA0AA3QUAIdADAQDcBQAh3gMBAOAFACHpAwEA3AUAIfcDAgDbBQAhlgRAAN0FACGXBAEA3AUAIZgEAQDcBQAhmQQBAOAFACGbBAAA4AabBCIDAAAABwAgAQAACAAwAgAACQAgDQMAAK4GACAFAACvBgAgCAAAqwYAIKADAACtBgAwoQMAAAsAEKIDAACtBgAwowMCANsFACG3AwIA2wUAIcEDQADdBQAhxAMBANwFACGTBAEA4AUAIZQEAQDcBQAhlQQBAOAFACEBAAAACwAgFQUAAK8GACAHAADXBgAgCAAAqwYAIBcAAN4GACAZAADWBgAgGgAA2AYAIBsAANkGACAcAADaBgAgHQAA2wYAIB4AANwGACAfAADdBgAgJgAAoQYAICcAAKIGACCgAwAA1QYAMKEDAAANABCiAwAA1QYAMKMDAgDbBQAh7QMBANwFACHuAwEA3AUAIacEIACbBgAhqAQgAJsGACEBAAAADQAgAwAAAAcAIAEAAAgAMAIAAAkAIB0DAACuBgAgBAAAsQYAIAYAAM0GACAHAADTBgAgCQAAzgYAIA4AAMkGACARAAC7BgAgEgAA1AYAIKADAADPBgAwoQMAABAAEKIDAADPBgAwowMCANsFACGkAwIA2wUAIasDQADdBQAhtwMCANsFACG9AwAA0gaCBCLBA0AA3QUAIfYDAgDbBQAh9wMCANsFACH4AwEA3AUAIfkDAQDcBQAh-gNAAN0FACH7AwEA3AUAIf0DAADQBv0DIv4DAADRBgAg_wNAAN0FACGABAEA3AUAIYIEAQDgBQAhgwQCAN8FACELAwAAjAwAIAQAAJAMACAGAACYDAAgBwAAmgwAIAkAAJkMACAOAACWDAAgEQAAkwwAIBIAAJsMACD-AwAA7wYAIIIEAADvBgAggwQAAO8GACAdAwAArgYAIAQAALEGACAGAADNBgAgBwAA0wYAIAkAAM4GACAOAADJBgAgEQAAuwYAIBIAANQGACCgAwAAzwYAMKEDAAAQABCiAwAAzwYAMKMDAgAAAAGkAwIA2wUAIasDQADdBQAhtwMCANsFACG9AwAA0gaCBCLBA0AA3QUAIfYDAgDbBQAh9wMCANsFACH4AwEA3AUAIfkDAQDcBQAh-gNAAN0FACH7AwEA3AUAIf0DAADQBv0DIv4DAADRBgAg_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_AwIA3wUAIcADAQDgBQAhwQNAAN0FACEGAwAAjAwAIAQAAJAMACC3AwAA7wYAIL4DAADvBgAgvwMAAO8GACDAAwAA7wYAIA8DAACuBgAgBAAAsQYAIKADAACyBgAwoQMAAE0AEKIDAACyBgAwowMCAAAAAaQDAgDbBQAhtwMCAN8FACG5AwAAswa5AyK7AwAAtAa7AyK9AwAAtQa9AyK-AwEA4AUAIb8DAgDfBQAhwAMBAOAFACHBA0AA3QUAIQMAAABNACABAABOADACAABPACABAAAADQAgDQQAALEGACCgAwAAsAYAMKEDAABSABCiAwAAsAYAMKMDAgDbBQAhpAMCANsFACGlAwEA3AUAIaYDAQDcBQAhpwMBANwFACGoAwQAmgYAIakDAQDcBQAhqgNAAN0FACGrA0AA3QUAIQEEAACQDAAgDQQAALEGACCgAwAAsAYAMKEDAABSABCiAwAAsAYAMKMDAgAAAAGkAwIA2wUAIaUDAQDcBQAhpgMBANwFACGnAwEA3AUAIagDBACaBgAhqQMBANwFACGqA0AA3QUAIasDQADdBQAhAwAAAFIAIAEAAFMAMAIAAFQAIAEAAAAHACABAAAAGQAgAQAAABAAIAEAAABBACABAAAAJQAgAQAAAE0AIAEAAABSACADAAAABwAgAQAACAAwAgAACQAgBQMAAIwMACAFAAD_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_QsAIBkAAPELACAaAAD0CwAgGwAA9gsAIBwAAPcLACAdAAD4CwAgHgAA-QsAIB8AAPoLACAmAAD7CwAgJwAA_AsAIKMDAgAAAAHtAwEAAAAB7gMBAAAAAacEIAAAAAGoBCAAAAABAS0AAJwBACAFowMCAAAAAe0DAQAAAAHuAwEAAAABpwQgAAAAAagEIAAAAAEBLQAAngEAMAEtAACeAQAwEgUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhAgAAAAEAIC0AAKEBACAFowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIQIAAAANACAtAACjAQAgAgAAAA0AIC0AAKMBACADAAAAAQAgNAAAnAEAIDUAAKEBACABAAAAAQAgAQAAAA0AIAULAADVCgAgOgAA1goAIDsAANkKACA8AADYCgAgPQAA1woAIAigAwAAlAYAMKEDAACqAQAQogMAAJQGADCjAwIArwUAIe0DAQCwBQAh7gMBALAFACGnBCAA0gUAIagEIADSBQAhAwAAAA0AIAEAAKkBADA5AACqAQAgAwAAAA0AIAEAAJgBADACAAABACABAAAABQAgAQAAAAUAIAMAAAADACABAAAEADACAAAFACADAAAAAwAgAQAABAAwAgAABQAgAwAAAAMAIAEAAAQAMAIAAAUAIBsDAADNCgAgBQAAzgoAIAgAANAKACAOAADSCgAgEwAAzwoAIBYAANEKACAXAADTCgAgGAAA1AoAIKMDAgAAAAG3AwIAAAABvQMAAACbBALBA0AAAAAB-gNAAAAAAYAEAQAAAAGTBAEAAAABlQQBAAAAAZwEAQAAAAGdBAEAAAABngQBAAAAAZ8EAQAAAAGgBAEAAAABoQQBAAAAAaIEAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAGmBAEAAAABAS0AALIBACATowMCAAAAAbcDAgAAAAG9AwAAAJsEAsEDQAAAAAH6A0AAAAABgAQBAAAAAZMEAQAAAAGVBAEAAAABnAQBAAAAAZ0EAQAAAAGeBAEAAAABnwQBAAAAAaAEAQAAAAGhBAEAAAABogQBAAAAAaMEAQAAAAGkBAEAAAABpQQBAAAAAaYEAQAAAAEBLQAAtAEAMAEtAAC0AQAwGwMAAPoJACAFAAD7CQAgCAAA_QkAIA4AAP8JACATAAD8CQAgFgAA_gkAIBcAAIAKACAYAACBCgAgowMCAOwGACG3AwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhAgAAAAUAIC0AALcBACATowMCAOwGACG3AwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhAgAAAAMAIC0AALkBACACAAAAAwAgLQAAuQEAIAMAAAAFACA0AACyAQAgNQAAtwEAIAEAAAAFACABAAAAAwAgEAsAAPUJACA6AAD2CQAgOwAA-QkAIDwAAPgJACA9AAD3CQAg-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_AQAgAgAAABYAIC0AAP8BACADAAAAYgAgNAAA-AEAIDUAAP0BACABAAAAYgAgAQAAABYAIAULAACQCQAgOgAAkQkAIDsAAJQJACA8AACTCQAgPQAAkgkAIAigAwAAjQYAMKEDAACGAgAQogMAAI0GADCjAwIArwUAIbcDAgCvBQAhwQNAALIFACGRBAEAsAUAIZIEAQCwBQAhAwAAABYAIAEAAIUCADA5AACGAgAgAwAAABYAIAEAAGEAMAIAAGIAIAEAAAAbACABAAAAGwAgAwAAABkAIAEAABoAMAIAABsAIAMAAAAZACABAAAaADACAAAbACADAAAAGQAgAQAAGgAwAgAAGwAgEQQAAI4JACAGAACNCQAgCQAAjwkAIKMDAgAAAAGkAwIAAAABwQNAAAAAAe8DAQAAAAHzAwEAAAAB9AMBAAAAAfYDAgAAAAGDBAIAAAABigQBAAAAAYsEEAAAAAGMBAEAAAABjQQBAAAAAY8EAAAAjwQCkAQBAAAAAQEtAACOAgAgDqMDAgAAAAGkAwIAAAABwQNAAAAAAe8DAQAAAAHzAwEAAAAB9AMBAAAAAfYDAgAAAAGDBAIAAAABigQBAAAAAYsEEAAAAAGMBAEAAAABjQQBAAAAAY8EAAAAjwQCkAQBAAAAAQEtAACQAgAwAS0AAJACADABAAAAFgAgEQQAAIsJACAGAACKCQAgCQAAjAkAIKMDAgDsBgAhpAMCAOwGACHBA0AA6wYAIe8DAQDpBgAh8wMBAPgGACH0AwEA-AYAIfYDAgDsBgAhgwQCAPkGACGKBAEA-AYAIYsEEACICQAhjAQBAPgGACGNBAEA-AYAIY8EAACJCY8EIpAEAQD4BgAhAgAAABsAIC0AAJQCACAOowMCAOwGACGkAwIA7AYAIcEDQADrBgAh7wMBAOkGACHzAwEA-AYAIfQDAQD4BgAh9gMCAOwGACGDBAIA-QYAIYoEAQD4BgAhiwQQAIgJACGMBAEA-AYAIY0EAQD4BgAhjwQAAIkJjwQikAQBAPgGACECAAAAGQAgLQAAlgIAIAIAAAAZACAtAACWAgAgAQAAABYAIAMAAAAbACA0AACOAgAgNQAAlAIAIAEAAAAbACABAAAAGQAgDQsAAIMJACA6AACECQAgOwAAhwkAIDwAAIYJACA9AACFCQAg8wMAAO8GACD0AwAA7wYAIIMEAADvBgAgigQAAO8GACCLBAAA7wYAIIwEAADvBgAgjQQAAO8GACCQBAAA7wYAIBGgAwAAhgYAMKEDAACeAgAQogMAAIYGADCjAwIArwUAIaQDAgCvBQAhwQNAALIFACHvAwEAsAUAIfMDAQDBBQAh9AMBAMEFACH2AwIArwUAIYMEAgC9BQAhigQBAMEFACGLBBAAhwYAIYwEAQDBBQAhjQQBAMEFACGPBAAAiAaPBCKQBAEAwQUAIQMAAAAZACABAACdAgAwOQAAngIAIAMAAAAZACABAAAaADACAAAbACABAAAAEgAgAQAAABIAIAMAAAAQACABAAARADACAAASACADAAAAEAAgAQAAEQAwAgAAEgAgAwAAABAAIAEAABEAMAIAABIAIBoDAAD9CAAgBAAA-wgAIAYAAPwIACAHAAD-CAAgCQAA_wgAIA4AAIIJACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABAS0AAKYCACASowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAYMEAgAAAAEBLQAAqAIAMAEtAACoAgAwAQAAAA0AIAEAAAALACABAAAAFgAgGgMAANsIACAEAADZCAAgBgAA2ggAIAcAANwIACAJAADdCAAgDgAA4AgAIBEAAN4IACASAADfCAAgowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA2AiCBCLBA0AA6wYAIfYDAgDsBgAh9wMCAOwGACH4AwEA6QYAIfkDAQDpBgAh-gNAAOsGACH7AwEA6QYAIf0DAADXCP0DIv4DgAAAAAH_A0AA6wYAIYAEAQDpBgAhggQBAPgGACGDBAIA-QYAIQIAAAASACAtAACuAgAgEqMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAANgIggQiwQNAAOsGACH2AwIA7AYAIfcDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACECAAAAEAAgLQAAsAIAIAIAAAAQACAtAACwAgAgAQAAAA0AIAEAAAALACABAAAAFgAgAwAAABIAIDQAAKYCACA1AACuAgAgAQAAABIAIAEAAAAQACAICwAA0ggAIDoAANMIACA7AADWCAAgPAAA1QgAID0AANQIACD-AwAA7wYAIIIEAADvBgAggwQAAO8GACAVoAMAAP0FADChAwAAugIAEKIDAAD9BQAwowMCAK8FACGkAwIArwUAIasDQACyBQAhtwMCAK8FACG9AwAAgAaCBCLBA0AAsgUAIfYDAgCvBQAh9wMCAK8FACH4AwEAsAUAIfkDAQCwBQAh-gNAALIFACH7AwEAsAUAIf0DAAD-Bf0DIv4DAAD_BQAg_wNAALIFACGABAEAsAUAIYIEAQDBBQAhgwQCAL0FACEDAAAAEAAgAQAAuQIAMDkAALoCACADAAAAEAAgAQAAEQAwAgAAEgAgAQAAACIAIAEAAAAiACADAAAAIAAgAQAAIQAwAgAAIgAgAwAAACAAIAEAACEAMAIAACIAIAMAAAAgACABAAAhADACAAAiACARDAAAkAgAIA4AANEIACAQAACRCAAgowMCAAAAAb0DAAAA9gMC1QMCAAAAAd8DAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB7wMBAAAAAfADQAAAAAHxAwEAAAAB8gMBAAAAAfMDAQAAAAH0AwEAAAABAS0AAMICACAOowMCAAAAAb0DAAAA9gMC1QMCAAAAAd8DAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB7wMBAAAAAfADQAAAAAHxAwEAAAAB8gMBAAAAAfMDAQAAAAH0AwEAAAABAS0AAMQCADABLQAAxAIAMAEAAAAQACABAAAAJQAgEQwAAIEIACAOAADQCAAgEAAAgggAIKMDAgDsBgAhvQMAAP8H9gMi1QMCAPkGACHfAwIA-QYAIeEDEADkBwAh4gMQAOQHACHjAxAA5AcAIeQDEADkBwAh7wMBAOkGACHwA0AA6wYAIfEDAQD4BgAh8gMBAPgGACHzAwEA-AYAIfQDAQD4BgAhAgAAACIAIC0AAMkCACAOowMCAOwGACG9AwAA_wf2AyLVAwIA-QYAId8DAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHvAwEA6QYAIfADQADrBgAh8QMBAPgGACHyAwEA-AYAIfMDAQD4BgAh9AMBAPgGACECAAAAIAAgLQAAywIAIAIAAAAgACAtAADLAgAgAQAAABAAIAEAAAAlACADAAAAIgAgNAAAwgIAIDUAAMkCACABAAAAIgAgAQAAACAAIAsLAADLCAAgOgAAzAgAIDsAAM8IACA8AADOCAAgPQAAzQgAINUDAADvBgAg3wMAAO8GACDxAwAA7wYAIPIDAADvBgAg8wMAAO8GACD0AwAA7wYAIBGgAwAA-QUAMKEDAADUAgAQogMAAPkFADCjAwIArwUAIb0DAAD6BfYDItUDAgC9BQAh3wMCAL0FACHhAxAA6AUAIeIDEADoBQAh4wMQAOgFACHkAxAA6AUAIe8DAQCwBQAh8ANAALIFACHxAwEAwQUAIfIDAQDBBQAh8wMBAMEFACH0AwEAwQUAIQMAAAAgACABAADTAgAwOQAA1AIAIAMAAAAgACABAAAhADACAAAiACABAAAANAAgAQAAADQAIAMAAAAyACABAAAzADACAAA0ACADAAAAMgAgAQAAMwAwAgAANAAgAwAAADIAIAEAADMAMAIAADQAIAYMAADKCAAgowMCAAAAAaUDAQAAAAGnAwEAAAABqQMBAAAAAd8DAgAAAAEBLQAA3AIAIAWjAwIAAAABpQMBAAAAAacDAQAAAAGpAwEAAAAB3wMCAAAAAQEtAADeAgAwAS0AAN4CADAGDAAAyQgAIKMDAgDsBgAhpQMBAOkGACGnAwEA6QYAIakDAQD4BgAh3wMCAOwGACECAAAANAAgLQAA4QIAIAWjAwIA7AYAIaUDAQDpBgAhpwMBAOkGACGpAwEA-AYAId8DAgDsBgAhAgAAADIAIC0AAOMCACACAAAAMgAgLQAA4wIAIAMAAAA0ACA0AADcAgAgNQAA4QIAIAEAAAA0ACABAAAAMgAgBgsAAMQIACA6AADFCAAgOwAAyAgAIDwAAMcIACA9AADGCAAgqQMAAO8GACAIoAMAAPgFADChAwAA6gIAEKIDAAD4BQAwowMCAK8FACGlAwEAsAUAIacDAQCwBQAhqQMBAMEFACHfAwIArwUAIQMAAAAyACABAADpAgAwOQAA6gIAIAMAAAAyACABAAAzADACAAA0ACABAAAAZwAgAQAAAGcAIAMAAABlACABAABmADACAABnACADAAAAZQAgAQAAZgAwAgAAZwAgAwAAAGUAIAEAAGYAMAIAAGcAIAYDAADDCAAgowMCAAAAAbcDAgAAAAHsAwEAAAAB7QMBAAAAAe4DAQAAAAEBLQAA8gIAIAWjAwIAAAABtwMCAAAAAewDAQAAAAHtAwEAAAAB7gMBAAAAAQEtAAD0AgAwAS0AAPQCADAGAwAAwggAIKMDAgDsBgAhtwMCAOwGACHsAwEA6QYAIe0DAQDpBgAh7gMBAOkGACECAAAAZwAgLQAA9wIAIAWjAwIA7AYAIbcDAgDsBgAh7AMBAOkGACHtAwEA6QYAIe4DAQDpBgAhAgAAAGUAIC0AAPkCACACAAAAZQAgLQAA-QIAIAMAAABnACA0AADyAgAgNQAA9wIAIAEAAABnACABAAAAZQAgBQsAAL0IACA6AAC-CAAgOwAAwQgAIDwAAMAIACA9AAC_CAAgCKADAAD3BQAwoQMAAIADABCiAwAA9wUAMKMDAgCvBQAhtwMCAK8FACHsAwEAsAUAIe0DAQCwBQAh7gMBALAFACEDAAAAZQAgAQAA_wIAMDkAAIADACADAAAAZQAgAQAAZgAwAgAAZwAgAQAAAEMAIAEAAABDACADAAAAQQAgAQAAQgAwAgAAQwAgAwAAAEEAIAEAAEIAMAIAAEMAIAMAAABBACABAABCADACAABDACAHBAAAuwgAIBUAALwIACCjAwIAAAABpAMCAAAAAcEDQAAAAAHpAwEAAAAB6wMAAADrAwIBLQAAiAMAIAWjAwIAAAABpAMCAAAAAcEDQAAAAAHpAwEAAAAB6wMAAADrAwIBLQAAigMAMAEtAACKAwAwBwQAAK0IACAVAACuCAAgowMCAOwGACGkAwIA7AYAIcEDQADrBgAh6QMBAOkGACHrAwAArAjrAyICAAAAQwAgLQAAjQMAIAWjAwIA7AYAIaQDAgDsBgAhwQNAAOsGACHpAwEA6QYAIesDAACsCOsDIgIAAABBACAtAACPAwAgAgAAAEEAIC0AAI8DACADAAAAQwAgNAAAiAMAIDUAAI0DACABAAAAQwAgAQAAAEEAIAULAACnCAAgOgAAqAgAIDsAAKsIACA8AACqCAAgPQAAqQgAIAigAwAA8wUAMKEDAACWAwAQogMAAPMFADCjAwIArwUAIaQDAgCvBQAhwQNAALIFACHpAwEAsAUAIesDAAD0BesDIgMAAABBACABAACVAwAwOQAAlgMAIAMAAABBACABAABCADACAABDACABAAAARwAgAQAAAEcAIAMAAABFACABAABGADACAABHACADAAAARQAgAQAARgAwAgAARwAgAwAAAEUAIAEAAEYAMAIAAEcAIAYUAACmCAAgowMCAAAAAaUDAQAAAAGqA0AAAAAB5wMAAQAAAegDAgAAAAEBLQAAngMAIAWjAwIAAAABpQMBAAAAAaoDQAAAAAHnAwABAAAB6AMCAAAAAQEtAACgAwAwAS0AAKADADAGFAAApQgAIKMDAgDsBgAhpQMBAOkGACGqA0AA6wYAIecDAAGDBwAh6AMCAOwGACECAAAARwAgLQAAowMAIAWjAwIA7AYAIaUDAQDpBgAhqgNAAOsGACHnAwABgwcAIegDAgDsBgAhAgAAAEUAIC0AAKUDACACAAAARQAgLQAApQMAIAMAAABHACA0AACeAwAgNQAAowMAIAEAAABHACABAAAARQAgBQsAAKAIACA6AAChCAAgOwAApAgAIDwAAKMIACA9AACiCAAgCKADAADyBQAwoQMAAKwDABCiAwAA8gUAMKMDAgCvBQAhpQMBALAFACGqA0AAsgUAIecDAAHOBQAh6AMCAK8FACEDAAAARQAgAQAAqwMAMDkAAKwDACADAAAARQAgAQAARgAwAgAARwAgAQAAAEsAIAEAAABLACADAAAAJQAgAQAASgAwAgAASwAgAwAAACUAIAEAAEoAMAIAAEsAIAMAAAAlACABAABKADACAABLACATBAAAnAgAIAwAAJsIACANAACdCAAgEAAAnggAIBEAAJ8IACCjAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAADmAwLBA0AAAAAB3gMBAAAAAd8DAgAAAAHgAwIAAAAB4QMQAAAAAeIDEAAAAAHjAxAAAAAB5AMQAAAAAeYDAQAAAAEBLQAAtAMAIA6jAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAADmAwLBA0AAAAAB3gMBAAAAAd8DAgAAAAHgAwIAAAAB4QMQAAAAAeIDEAAAAAHjAxAAAAAB5AMQAAAAAeYDAQAAAAEBLQAAtgMAMAEtAAC2AwAwAQAAABAAIAEAAAANACATBAAA8QcAIAwAAPAHACANAADyBwAgEAAA8wcAIBEAAPQHACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADvB-YDIsEDQADrBgAh3gMBAPgGACHfAwIA-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_AMAMAYDAADWBwAgowMCAOwGACG3AwIA7AYAIcEDQADrBgAh0wMBAOkGACHUAyAAiwcAIQIAAABwACAtAAD_AwAgBaMDAgDsBgAhtwMCAOwGACHBA0AA6wYAIdMDAQDpBgAh1AMgAIsHACECAAAAbgAgLQAAgQQAIAIAAABuACAtAACBBAAgAwAAAHAAIDQAAPoDACA1AAD_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-QYAIcYDIACLBwAhxwMCAPkGACHIAwEA-AYAIQIAAAB-ACAtAADdBAAgC6MDAgDsBgAhpwMBAPgGACGoAwQA6gYAIasDQADrBgAhtwMCAOwGACHBA0AA6wYAIcQDAQDpBgAhxQMCAPkGACHGAyAAiwcAIccDAgD5BgAhyAMBAPgGACECAAAAfAAgLQAA3wQAIAIAAAB8ACAtAADfBAAgAQAAAHYAIAMAAAB-ACA0AADXBAAgNQAA3QQAIAEAAAB-ACABAAAAfAAgCQsAAIYHACA6AACHBwAgOwAAigcAIDwAAIkHACA9AACIBwAgpwMAAO8GACDFAwAA7wYAIMcDAADvBgAgyAMAAO8GACAOoAMAANEFADChAwAA5wQAEKIDAADRBQAwowMCAK8FACGnAwEAwQUAIagDBACxBQAhqwNAALIFACG3AwIArwUAIcEDQACyBQAhxAMBALAFACHFAwIAvQUAIcYDIADSBQAhxwMCAL0FACHIAwEAwQUAIQMAAAB8ACABAADmBAAwOQAA5wQAIAMAAAB8ACABAAB9ADACAAB-ACABAAAAgwEAIAEAAACDAQAgAwAAAIEBACABAACCAQAwAgAAgwEAIAMAAACBAQAgAQAAggEAMAIAAIMBACADAAAAgQEAIAEAAIIBADACAACDAQAgBiMAAIUHACAtAAEAAAGjAwIAAAABwQNAAAAAAcIDAgAAAAHDAwIAAAABAS0AAO8EACAFLQABAAABowMCAAAAAcEDQAAAAAHCAwIAAAABwwMCAAAAAQEtAADxBAAwAS0AAPEEADAGIwAAhAcAIC0AAYMHACGjAwIA7AYAIcEDQADrBgAhwgMCAOwGACHDAwIA7AYAIQIAAACDAQAgLQAA9AQAIAUtAAGDBwAhowMCAOwGACHBA0AA6wYAIcIDAgDsBgAhwwMCAOwGACECAAAAgQEAIC0AAPYEACACAAAAgQEAIC0AAPYEACADAAAAgwEAIDQAAO8EACA1AAD0BAAgAQAAAIMBACABAAAAgQEAIAULAAD-BgAgOgAA_wYAIDsAAIIHACA8AACBBwAgPQAAgAcAIAgtAAHOBQAhoAMAAM0FADChAwAA_QQAEKIDAADNBQAwowMCAK8FACHBA0AAsgUAIcIDAgCvBQAhwwMCAK8FACEDAAAAgQEAIAEAAPwEADA5AAD9BAAgAwAAAIEBACABAACCAQAwAgAAgwEAIAEAAABPACABAAAATwAgAwAAAE0AIAEAAE4AMAIAAE8AIAMAAABNACABAABOADACAABPACADAAAATQAgAQAATgAwAgAATwAgDAMAAP0GACAEAAD8BgAgowMCAAAAAaQDAgAAAAG3AwIAAAABuQMAAAC5AwK7AwAAALsDAr0DAAAAvQMCvgMBAAAAAb8DAgAAAAHAAwEAAAABwQNAAAAAAQEtAACFBQAgCqMDAgAAAAGkAwIAAAABtwMCAAAAAbkDAAAAuQMCuwMAAAC7AwK9AwAAAL0DAr4DAQAAAAG_AwIAAAABwAMBAAAAAcEDQAAAAAEBLQAAhwUAMAEtAACHBQAwAQAAAA0AIAwDAAD7BgAgBAAA-gYAIKMDAgDsBgAhpAMCAOwGACG3AwIA-QYAIbkDAAD1BrkDIrsDAAD2BrsDIr0DAAD3Br0DIr4DAQD4BgAhvwMCAPkGACHAAwEA-AYAIcEDQADrBgAhAgAAAE8AIC0AAIsFACAKowMCAOwGACGkAwIA7AYAIbcDAgD5BgAhuQMAAPUGuQMiuwMAAPYGuwMivQMAAPcGvQMivgMBAPgGACG_AwIA-QYAIcADAQD4BgAhwQNAAOsGACECAAAATQAgLQAAjQUAIAIAAABNACAtAACNBQAgAQAAAA0AIAMAAABPACA0AACFBQAgNQAAiwUAIAEAAABPACABAAAATQAgCQsAAPAGACA6AADxBgAgOwAA9AYAIDwAAPMGACA9AADyBgAgtwMAAO8GACC-AwAA7wYAIL8DAADvBgAgwAMAAO8GACANoAMAALwFADChAwAAlQUAEKIDAAC8BQAwowMCAK8FACGkAwIArwUAIbcDAgC9BQAhuQMAAL4FuQMiuwMAAL8FuwMivQMAAMAFvQMivgMBAMEFACG_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_AUAID0AAPwFACCsAwAAAPYDAq0DAAAA9gMIrgMAAAD2AwizAwAA-wX2AyIHCwAAtAUAIDwAAPwFACA9AAD8BQAgrAMAAAD2AwKtAwAAAPYDCK4DAAAA9gMIswMAAPsF9gMiBKwDAAAA9gMCrQMAAAD2AwiuAwAAAPYDCLMDAAD8BfYDIhWgAwAA_QUAMKEDAAC6AgAQogMAAP0FADCjAwIArwUAIaQDAgCvBQAhqwNAALIFACG3AwIArwUAIb0DAACABoIEIsEDQACyBQAh9gMCAK8FACH3AwIArwUAIfgDAQCwBQAh-QMBALAFACH6A0AAsgUAIfsDAQCwBQAh_QMAAP4F_QMi_gMAAP8FACD_A0AAsgUAIYAEAQCwBQAhggQBAMEFACGDBAIAvQUAIQcLAAC0BQAgPAAAhQYAID0AAIUGACCsAwAAAP0DAq0DAAAA_QMIrgMAAAD9AwizAwAAhAb9AyIPCwAAwwUAIDwAAIMGACA9AACDBgAgrAOAAAAAAa8DgAAAAAGwA4AAAAABsQOAAAAAAbIDgAAAAAGzA4AAAAABhAQBAAAAAYUEAQAAAAGGBAEAAAABhwSAAAAAAYgEgAAAAAGJBIAAAAABBwsAALQFACA8AACCBgAgPQAAggYAIKwDAAAAggQCrQMAAACCBAiuAwAAAIIECLMDAACBBoIEIgcLAAC0BQAgPAAAggYAID0AAIIGACCsAwAAAIIEAq0DAAAAggQIrgMAAACCBAizAwAAgQaCBCIErAMAAACCBAKtAwAAAIIECK4DAAAAggQIswMAAIIGggQiDKwDgAAAAAGvA4AAAAABsAOAAAAAAbEDgAAAAAGyA4AAAAABswOAAAAAAYQEAQAAAAGFBAEAAAABhgQBAAAAAYcEgAAAAAGIBIAAAAABiQSAAAAAAQcLAAC0BQAgPAAAhQYAID0AAIUGACCsAwAAAP0DAq0DAAAA_QMIrgMAAAD9AwizAwAAhAb9AyIErAMAAAD9AwKtAwAAAP0DCK4DAAAA_QMIswMAAIUG_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_AwIA3wUAIcADAQDgBQAhwQNAAN0FACEErAMAAAC5AwKtAwAAALkDCK4DAAAAuQMIswMAAMoFuQMiBKwDAAAAuwMCrQMAAAC7AwiuAwAAALsDCLMDAADIBbsDIgSsAwAAAL0DAq0DAAAAvQMIrgMAAAC9AwizAwAAxgW9AyIWBAAAsQYAIAwAALkGACANAACuBgAgEAAAugYAIBEAALsGACCgAwAAtgYAMKEDAAAlABCiAwAAtgYAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAALgG5gMiwQNAAN0FACHeAwEA4AUAId8DAgDfBQAh4AMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIeYDAQDgBQAhCKwDEAAAAAGtAxAAAAAErgMQAAAABK8DEAAAAAGwAxAAAAABsQMQAAAAAbIDEAAAAAGzAxAA7QUAIQSsAwAAAOYDAq0DAAAA5gMIrgMAAADmAwizAwAA8QXmAyIfAwAArgYAIAQAALEGACAGAADNBgAgBwAA0wYAIAkAAM4GACAOAADJBgAgEQAAuwYAIBIAANQGACCgAwAAzwYAMKEDAAAQABCiAwAAzwYAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAANIGggQiwQNAAN0FACH2AwIA2wUAIfcDAgDbBQAh-AMBANwFACH5AwEA3AUAIfoDQADdBQAh-wMBANwFACH9AwAA0Ab9AyL-AwAA0QYAIP8DQADdBQAhgAQBANwFACGCBAEA4AUAIYMEAgDfBQAhsAQAABAAILEEAAAQACADqgQAACkAIKsEAAApACCsBAAAKQAgA6oEAAAgACCrBAAAIAAgrAQAACAAIAkUAAC9BgAgoAMAALwGADChAwAARQAQogMAALwGADCjAwIA2wUAIaUDAQDcBQAhqgNAAN0FACHnAwABlwYAIegDAgDbBQAhDAQAALEGACAVAADABgAgoAMAAL4GADChAwAAQQAQogMAAL4GADCjAwIA2wUAIaQDAgDbBQAhwQNAAN0FACHpAwEA3AUAIesDAAC_BusDIrAEAABBACCxBAAAQQAgCgQAALEGACAVAADABgAgoAMAAL4GADChAwAAQQAQogMAAL4GADCjAwIA2wUAIaQDAgDbBQAhwQNAAN0FACHpAwEA3AUAIesDAAC_BusDIgSsAwAAAOsDAq0DAAAA6wMIrgMAAADrAwizAwAA9gXrAyIDqgQAAEUAIKsEAABFACCsBAAARQAgCQwAAMIGACCgAwAAwQYAMKEDAAAyABCiAwAAwQYAMKMDAgDbBQAhpQMBANwFACGnAwEA3AUAIakDAQDgBQAh3wMCANsFACEfAwAArgYAIAQAALEGACAGAADNBgAgBwAA0wYAIAkAAM4GACAOAADJBgAgEQAAuwYAIBIAANQGACCgAwAAzwYAMKEDAAAQABCiAwAAzwYAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAANIGggQiwQNAAN0FACH2AwIA2wUAIfcDAgDbBQAh-AMBANwFACH5AwEA3AUAIfoDQADdBQAh-wMBANwFACH9AwAA0Ab9AyL-AwAA0QYAIP8DQADdBQAhgAQBANwFACGCBAEA4AUAIYMEAgDfBQAhsAQAABAAILEEAAAQACAQDgAAxQYAIA8AAMYGACCgAwAAwwYAMKEDAAApABCiAwAAwwYAMKMDAgDbBQAhwQNAAN0FACHVAwIA2wUAIdYDAgDbBQAh1wMBAOAFACHYAxAAtwYAIdkDEAC3BgAh2wMAAMQG2wMi3ANAAN0FACHdAwEA4AUAId4DAQDgBQAhBKwDAAAA2wMCrQMAAADbAwiuAwAAANsDCLMDAADrBdsDIhgEAACxBgAgDAAAuQYAIA0AAK4GACAQAAC6BgAgEQAAuwYAIKADAAC2BgAwoQMAACUAEKIDAAC2BgAwowMCANsFACGkAwIA2wUAIasDQADdBQAhtwMCANsFACG9AwAAuAbmAyLBA0AA3QUAId4DAQDgBQAh3wMCAN8FACHgAwIA3wUAIeEDEAC3BgAh4gMQALcGACHjAxAAtwYAIeQDEAC3BgAh5gMBAOAFACGwBAAAJQAgsQQAACUAIBYMAAC5BgAgDgAAyQYAIBAAALoGACCgAwAAxwYAMKEDAAAgABCiAwAAxwYAMKMDAgDbBQAhvQMAAMgG9gMi1QMCAN8FACHfAwIA3wUAIeEDEAC3BgAh4gMQALcGACHjAxAAtwYAIeQDEAC3BgAh7wMBANwFACHwA0AA3QUAIfEDAQDgBQAh8gMBAOAFACHzAwEA4AUAIfQDAQDgBQAhsAQAACAAILEEAAAgACAUDAAAuQYAIA4AAMkGACAQAAC6BgAgoAMAAMcGADChAwAAIAAQogMAAMcGADCjAwIA2wUAIb0DAADIBvYDItUDAgDfBQAh3wMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIe8DAQDcBQAh8ANAAN0FACHxAwEA4AUAIfIDAQDgBQAh8wMBAOAFACH0AwEA4AUAIQSsAwAAAPYDAq0DAAAA9gMIrgMAAAD2AwizAwAA_AX2AyIYBAAAsQYAIAwAALkGACANAACuBgAgEAAAugYAIBEAALsGACCgAwAAtgYAMKEDAAAlABCiAwAAtgYAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAALgG5gMiwQNAAN0FACHeAwEA4AUAId8DAgDfBQAh4AMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIeYDAQDgBQAhsAQAACUAILEEAAAlACAUBAAAsQYAIAYAAM0GACAJAADOBgAgoAMAAMoGADChAwAAGQAQogMAAMoGADCjAwIA2wUAIaQDAgDbBQAhwQNAAN0FACHvAwEA3AUAIfMDAQDgBQAh9AMBAOAFACH2AwIA2wUAIYMEAgDfBQAhigQBAOAFACGLBBAAywYAIYwEAQDgBQAhjQQBAOAFACGPBAAAzAaPBCKQBAEA4AUAIQisAxAAAAABrQMQAAAABa4DEAAAAAWvAxAAAAABsAMQAAAAAbEDEAAAAAGyAxAAAAABswMQAIwGACEErAMAAACPBAKtAwAAAI8ECK4DAAAAjwQIswMAAIoGjwQiGAMAAJwGACAEAACxBgAgBwAA0wYAIAgAAKsGACATAACsBgAgoAMAAN8GADChAwAABwAQogMAAN8GADCjAwIA2wUAIaQDAgDbBQAhtwMCANsFACG9AwEA3AUAIcEDQADdBQAh0AMBANwFACHeAwEA4AUAIekDAQDcBQAh9wMCANsFACGWBEAA3QUAIZcEAQDcBQAhmAQBANwFACGZBAEA4AUAIZsEAADgBpsEIrAEAAAHACCxBAAABwAgDQMAAJwGACAIAACrBgAgCgAArAYAIKADAACqBgAwoQMAABYAEKIDAACqBgAwowMCANsFACG3AwIA2wUAIcEDQADdBQAhkQQBANwFACGSBAEA3AUAIbAEAAAWACCxBAAAFgAgHQMAAK4GACAEAACxBgAgBgAAzQYAIAcAANMGACAJAADOBgAgDgAAyQYAIBEAALsGACASAADUBgAgoAMAAM8GADChAwAAEAAQogMAAM8GADCjAwIA2wUAIaQDAgDbBQAhqwNAAN0FACG3AwIA2wUAIb0DAADSBoIEIsEDQADdBQAh9gMCANsFACH3AwIA2wUAIfgDAQDcBQAh-QMBANwFACH6A0AA3QUAIfsDAQDcBQAh_QMAANAG_QMi_gMAANEGACD_A0AA3QUAIYAEAQDcBQAhggQBAOAFACGDBAIA3wUAIQSsAwAAAP0DAq0DAAAA_QMIrgMAAAD9AwizAwAAhQb9AyIMrAOAAAAAAa8DgAAAAAGwA4AAAAABsQOAAAAAAbIDgAAAAAGzA4AAAAABhAQBAAAAAYUEAQAAAAGGBAEAAAABhwSAAAAAAYgEgAAAAAGJBIAAAAABBKwDAAAAggQCrQMAAACCBAiuAwAAAIIECLMDAACCBoIEIg8DAACuBgAgBQAArwYAIAgAAKsGACCgAwAArQYAMKEDAAALABCiAwAArQYAMKMDAgDbBQAhtwMCANsFACHBA0AA3QUAIcQDAQDcBQAhkwQBAOAFACGUBAEA3AUAIZUEAQDgBQAhsAQAAAsAILEEAAALACADqgQAADIAIKsEAAAyACCsBAAAMgAgFQUAAK8GACAHAADXBgAgCAAAqwYAIBcAAN4GACAZAADWBgAgGgAA2AYAIBsAANkGACAcAADaBgAgHQAA2wYAIB4AANwGACAfAADdBgAgJgAAoQYAICcAAKIGACCgAwAA1QYAMKEDAAANABCiAwAA1QYAMKMDAgDbBQAh7QMBANwFACHuAwEA3AUAIacEIACbBgAhqAQgAJsGACEDqgQAAAMAIKsEAAADACCsBAAAAwAgA6oEAAALACCrBAAACwAgrAQAAAsAIAOqBAAAFgAgqwQAABYAIKwEAAAWACADqgQAAGUAIKsEAABlACCsBAAAZQAgA6oEAAAlACCrBAAAJQAgrAQAACUAIAOqBAAAagAgqwQAAGoAIKwEAABqACADqgQAAG4AIKsEAABuACCsBAAAbgAgA6oEAAByACCrBAAAcgAgrAQAAHIAIAOqBAAATQAgqwQAAE0AIKwEAABNACAWAwAAnAYAIAQAALEGACAHAADTBgAgCAAAqwYAIBMAAKwGACCgAwAA3wYAMKEDAAAHABCiAwAA3wYAMKMDAgDbBQAhpAMCANsFACG3AwIA2wUAIb0DAQDcBQAhwQNAAN0FACHQAwEA3AUAId4DAQDgBQAh6QMBANwFACH3AwIA2wUAIZYEQADdBQAhlwQBANwFACGYBAEA3AUAIZkEAQDgBQAhmwQAAOAGmwQiBKwDAAAAmwQCrQMAAACbBAiuAwAAAJsECLMDAACSBpsEIh4DAACcBgAgBQAArwYAIAgAAKsGACAOAADaBgAgEwAArAYAIBYAAOIGACAXAADeBgAgGAAA4wYAIKADAADhBgAwoQMAAAMAEKIDAADhBgAwowMCANsFACG3AwIA2wUAIb0DAADgBpsEIsEDQADdBQAh-gNAAN4FACGABAEA4AUAIZMEAQDgBQAhlQQBANwFACGcBAEA3AUAIZ0EAQDcBQAhngQBANwFACGfBAEA4AUAIaAEAQDgBQAhoQQBAOAFACGiBAEA4AUAIaMEAQDgBQAhpAQBAOAFACGlBAEA4AUAIaYEAQDgBQAhA6oEAABBACCrBAAAQQAgrAQAAEEAIAOqBAAAUgAgqwQAAFIAIKwEAABSACAAAAAAAAG1BAEAAAABBbUEBAAAAAG7BAQAAAABvAQEAAAAAb0EBAAAAAG-BAQAAAABAbUEQAAAAAEFtQQCAAAAAbsEAgAAAAG8BAIAAAABvQQCAAAAAb4EAgAAAAEFNAAA8A0AIDUAAPMNACCyBAAA8Q0AILMEAADyDQAguAQAAAUAIAM0AADwDQAgsgQAAPENACC4BAAABQAgAAAAAAAAAbUEAAAAuQMCAbUEAAAAuwMCAbUEAAAAvQMCAbUEAQAAAAEFtQQCAAAAAbsEAgAAAAG8BAIAAAABvQQCAAAAAb4EAgAAAAEFNAAA6A0AIDUAAO4NACCyBAAA6Q0AILMEAADtDQAguAQAAAUAIAc0AADmDQAgNQAA6w0AILIEAADnDQAgswQAAOoNACC2BAAADQAgtwQAAA0AILgEAAABACADNAAA6A0AILIEAADpDQAguAQAAAUAIAM0AADmDQAgsgQAAOcNACC4BAAAAQAgAAAAAAABtQQAAQAAAQU0AADhDQAgNQAA5A0AILIEAADiDQAgswQAAOMNACC4BAAAfgAgAzQAAOENACCyBAAA4g0AILgEAAB-ACAAAAAAAAG1BCAAAAABBTQAANgNACA1AADfDQAgsgQAANkNACCzBAAA3g0AILgEAAABACAHNAAA1g0AIDUAANwNACCyBAAA1w0AILMEAADbDQAgtgQAAHYAILcEAAB2ACC4BAAAeAAgCzQAAI8HADA1AACUBwAwsgQAAJAHADCzBAAAkQcAMLQEAACSBwAgtQQAAJMHADC2BAAAkwcAMLcEAACTBwAwuAQAAJMHADC5BAAAlQcAMLoEAACWBwAwBC0AAQAAAaMDAgAAAAHBA0AAAAABwwMCAAAAAQIAAACDAQAgNAAAmgcAIAMAAACDAQAgNAAAmgcAIDUAAJkHACABLQAA2g0AMAojAACYBgAgLQABlwYAIaADAACWBgAwoQMAAIEBABCiAwAAlgYAMKMDAgAAAAHBA0AA3QUAIcIDAgDbBQAhwwMCANsFACGpBAAAlQYAIAIAAACDAQAgLQAAmQcAIAIAAACXBwAgLQAAmAcAIAgtAAGXBgAhoAMAAJYHADChAwAAlwcAEKIDAACWBwAwowMCANsFACHBA0AA3QUAIcIDAgDbBQAhwwMCANsFACEILQABlwYAIaADAACWBwAwoQMAAJcHABCiAwAAlgcAMKMDAgDbBQAhwQNAAN0FACHCAwIA2wUAIcMDAgDbBQAhBC0AAYMHACGjAwIA7AYAIcEDQADrBgAhwwMCAOwGACEELQABgwcAIaMDAgDsBgAhwQNAAOsGACHDAwIA7AYAIQQtAAEAAAGjAwIAAAABwQNAAAAAAcMDAgAAAAEDNAAA2A0AILIEAADZDQAguAQAAAEAIAM0AADWDQAgsgQAANcNACC4BAAAeAAgBDQAAI8HADCyBAAAkAcAMLQEAACSBwAguAQAAJMHADAAAAAAAAc0AADKDQAgNQAA1A0AILIEAADLDQAgswQAANMNACC2BAAAdgAgtwQAAHYAILgEAAB4ACALNAAAswcAMDUAALgHADCyBAAAtAcAMLMEAAC1BwAwtAQAALYHACC1BAAAtwcAMLYEAAC3BwAwtwQAALcHADC4BAAAtwcAMLkEAAC5BwAwugQAALoHADAFNAAAzA0AIDUAANENACCyBAAAzQ0AILMEAADQDQAguAQAAAEAIAs0AACnBwAwNQAArAcAMLIEAACoBwAwswQAAKkHADC0BAAAqgcAILUEAACrBwAwtgQAAKsHADC3BAAAqwcAMLgEAACrBwAwuQQAAK0HADC6BAAArgcAMAwDAACbBwAgJAAAnQcAIKMDAgAAAAGnAwEAAAABqAMEAAAAAasDQAAAAAG3AwIAAAABwQNAAAAAAcQDAQAAAAHGAyAAAAABxwMCAAAAAcgDAQAAAAECAAAAfgAgNAAAsgcAIAMAAAB-ACA0AACyBwAgNQAAsQcAIAEtAADPDQAwEQMAAJwGACAiAACdBgAgJAAAngYAIKADAACZBgAwoQMAAHwAEKIDAACZBgAwowMCAAAAAacDAQDgBQAhqAMEAJoGACGrA0AA3QUAIbcDAgDbBQAhwQNAAN0FACHEAwEA3AUAIcUDAgDfBQAhxgMgAJsGACHHAwIA3wUAIcgDAQDgBQAhAgAAAH4AIC0AALEHACACAAAArwcAIC0AALAHACAOoAMAAK4HADChAwAArwcAEKIDAACuBwAwowMCANsFACGnAwEA4AUAIagDBACaBgAhqwNAAN0FACG3AwIA2wUAIcEDQADdBQAhxAMBANwFACHFAwIA3wUAIcYDIACbBgAhxwMCAN8FACHIAwEA4AUAIQ6gAwAArgcAMKEDAACvBwAQogMAAK4HADCjAwIA2wUAIacDAQDgBQAhqAMEAJoGACGrA0AA3QUAIbcDAgDbBQAhwQNAAN0FACHEAwEA3AUAIcUDAgDfBQAhxgMgAJsGACHHAwIA3wUAIcgDAQDgBQAhCqMDAgDsBgAhpwMBAPgGACGoAwQA6gYAIasDQADrBgAhtwMCAOwGACHBA0AA6wYAIcQDAQDpBgAhxgMgAIsHACHHAwIA-QYAIcgDAQD4BgAhDAMAAIwHACAkAACOBwAgowMCAOwGACGnAwEA-AYAIagDBADqBgAhqwNAAOsGACG3AwIA7AYAIcEDQADrBgAhxAMBAOkGACHGAyAAiwcAIccDAgD5BgAhyAMBAPgGACEMAwAAmwcAICQAAJ0HACCjAwIAAAABpwMBAAAAAagDBAAAAAGrA0AAAAABtwMCAAAAAcEDQAAAAAHEAwEAAAABxgMgAAAAAccDAgAAAAHIAwEAAAABCAMAAMAHACAhAAC_BwAgJQAAwQcAIKMDAgAAAAGrA0AAAAABtwMCAAAAAcEDQAAAAAHEAwEAAAABAgAAAHgAIDQAAL4HACADAAAAeAAgNAAAvgcAIDUAAL0HACABLQAAzg0AMA4DAACcBgAgIAAAnQYAICEAAKEGACAlAACiBgAgoAMAAKAGADChAwAAdgAQogMAAKAGADCjAwIAAAABqwNAAN0FACG3AwIA2wUAIcEDQADdBQAhxAMBANwFACHJAwIA3wUAIa0EAACfBgAgAgAAAHgAIC0AAL0HACACAAAAuwcAIC0AALwHACAJoAMAALoHADChAwAAuwcAEKIDAAC6BwAwowMCANsFACGrA0AA3QUAIbcDAgDbBQAhwQNAAN0FACHEAwEA3AUAIckDAgDfBQAhCaADAAC6BwAwoQMAALsHABCiAwAAugcAMKMDAgDbBQAhqwNAAN0FACG3AwIA2wUAIcEDQADdBQAhxAMBANwFACHJAwIA3wUAIQWjAwIA7AYAIasDQADrBgAhtwMCAOwGACHBA0AA6wYAIcQDAQDpBgAhCAMAAKUHACAhAACkBwAgJQAApgcAIKMDAgDsBgAhqwNAAOsGACG3AwIA7AYAIcEDQADrBgAhxAMBAOkGACEIAwAAwAcAICEAAL8HACAlAADBBwAgowMCAAAAAasDQAAAAAG3AwIAAAABwQNAAAAAAcQDAQAAAAEENAAAswcAMLIEAAC0BwAwtAQAALYHACC4BAAAtwcAMAM0AADMDQAgsgQAAM0NACC4BAAAAQAgBDQAAKcHADCyBAAAqAcAMLQEAACqBwAguAQAAKsHADADNAAAyg0AILIEAADLDQAguAQAAHgAIAAAAAAAAbUEQAAAAAEAAAAAAAG1BAAAANADAgU0AADFDQAgNQAAyA0AILIEAADGDQAgswQAAMcNACC4BAAAAQAgAzQAAMUNACCyBAAAxg0AILgEAAABACAAAAAAAAU0AADADQAgNQAAww0AILIEAADBDQAgswQAAMINACC4BAAAAQAgAzQAAMANACCyBAAAwQ0AILgEAAABACAAAAAAAAU0AAC7DQAgNQAAvg0AILIEAAC8DQAgswQAAL0NACC4BAAAAQAgAzQAALsNACCyBAAAvA0AILgEAAABACAAAAAAAAW1BBAAAAABuwQQAAAAAbwEEAAAAAG9BBAAAAABvgQQAAAAAQG1BAAAANsDAgU0AACzDQAgNQAAuQ0AILIEAAC0DQAgswQAALgNACC4BAAASwAgBTQAALENACA1AAC2DQAgsgQAALINACCzBAAAtQ0AILgEAAAiACADNAAAsw0AILIEAAC0DQAguAQAAEsAIAM0AACxDQAgsgQAALINACC4BAAAIgAgAAAAAAABtQQAAADmAwIHNAAAng0AIDUAAK8NACCyBAAAnw0AILMEAACuDQAgtgQAABAAILcEAAAQACC4BAAAEgAgBTQAAJwNACA1AACsDQAgsgQAAJ0NACCzBAAAqw0AILgEAAAFACAHNAAAmg0AIDUAAKkNACCyBAAAmw0AILMEAACoDQAgtgQAAA0AILcEAAANACC4BAAAAQAgCzQAAJIIADA1AACWCAAwsgQAAJMIADCzBAAAlAgAMLQEAACVCAAgtQQAAIcIADC2BAAAhwgAMLcEAACHCAAwuAQAAIcIADC5BAAAlwgAMLoEAACKCAAwCzQAAPUHADA1AAD6BwAwsgQAAPYHADCzBAAA9wcAMLQEAAD4BwAgtQQAAPkHADC2BAAA-QcAMLcEAAD5BwAwuAQAAPkHADC5BAAA-wcAMLoEAAD8BwAwDwwAAJAIACAQAACRCAAgowMCAAAAAb0DAAAA9gMC3wMCAAAAAeEDEAAAAAHiAxAAAAAB4wMQAAAAAeQDEAAAAAHvAwEAAAAB8ANAAAAAAfEDAQAAAAHyAwEAAAAB8wMBAAAAAfQDAQAAAAECAAAAIgAgNAAAjwgAIAMAAAAiACA0AACPCAAgNQAAgAgAIAEtAACnDQAwFAwAALkGACAOAADJBgAgEAAAugYAIKADAADHBgAwoQMAACAAEKIDAADHBgAwowMCAAAAAb0DAADIBvYDItUDAgDfBQAh3wMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIe8DAQDcBQAh8ANAAN0FACHxAwEA4AUAIfIDAQDgBQAh8wMBAOAFACH0AwEA4AUAIQIAAAAiACAtAACACAAgAgAAAP0HACAtAAD-BwAgEaADAAD8BwAwoQMAAP0HABCiAwAA_AcAMKMDAgDbBQAhvQMAAMgG9gMi1QMCAN8FACHfAwIA3wUAIeEDEAC3BgAh4gMQALcGACHjAxAAtwYAIeQDEAC3BgAh7wMBANwFACHwA0AA3QUAIfEDAQDgBQAh8gMBAOAFACHzAwEA4AUAIfQDAQDgBQAhEaADAAD8BwAwoQMAAP0HABCiAwAA_AcAMKMDAgDbBQAhvQMAAMgG9gMi1QMCAN8FACHfAwIA3wUAIeEDEAC3BgAh4gMQALcGACHjAxAAtwYAIeQDEAC3BgAh7wMBANwFACHwA0AA3QUAIfEDAQDgBQAh8gMBAOAFACHzAwEA4AUAIfQDAQDgBQAhDaMDAgDsBgAhvQMAAP8H9gMi3wMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIe8DAQDpBgAh8ANAAOsGACHxAwEA-AYAIfIDAQD4BgAh8wMBAPgGACH0AwEA-AYAIQG1BAAAAPYDAg8MAACBCAAgEAAAgggAIKMDAgDsBgAhvQMAAP8H9gMi3wMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIe8DAQDpBgAh8ANAAOsGACHxAwEA-AYAIfIDAQD4BgAh8wMBAPgGACH0AwEA-AYAIQc0AAChDQAgNQAApQ0AILIEAACiDQAgswQAAKQNACC2BAAAEAAgtwQAABAAILgEAAASACALNAAAgwgAMDUAAIgIADCyBAAAhAgAMLMEAACFCAAwtAQAAIYIACC1BAAAhwgAMLYEAACHCAAwtwQAAIcIADC4BAAAhwgAMLkEAACJCAAwugQAAIoIADALDgAA6AcAIKMDAgAAAAHBA0AAAAAB1QMCAAAAAdcDAQAAAAHYAxAAAAAB2QMQAAAAAdsDAAAA2wMC3ANAAAAAAd0DAQAAAAHeAwEAAAABAgAAACsAIDQAAI4IACADAAAAKwAgNAAAjggAIDUAAI0IACABLQAAow0AMBAOAADFBgAgDwAAxgYAIKADAADDBgAwoQMAACkAEKIDAADDBgAwowMCAAAAAcEDQADdBQAh1QMCANsFACHWAwIA2wUAIdcDAQDgBQAh2AMQALcGACHZAxAAtwYAIdsDAADEBtsDItwDQADdBQAh3QMBAOAFACHeAwEA4AUAIQIAAAArACAtAACNCAAgAgAAAIsIACAtAACMCAAgDqADAACKCAAwoQMAAIsIABCiAwAAiggAMKMDAgDbBQAhwQNAAN0FACHVAwIA2wUAIdYDAgDbBQAh1wMBAOAFACHYAxAAtwYAIdkDEAC3BgAh2wMAAMQG2wMi3ANAAN0FACHdAwEA4AUAId4DAQDgBQAhDqADAACKCAAwoQMAAIsIABCiAwAAiggAMKMDAgDbBQAhwQNAAN0FACHVAwIA2wUAIdYDAgDbBQAh1wMBAOAFACHYAxAAtwYAIdkDEAC3BgAh2wMAAMQG2wMi3ANAAN0FACHdAwEA4AUAId4DAQDgBQAhCqMDAgDsBgAhwQNAAOsGACHVAwIA7AYAIdcDAQD4BgAh2AMQAOQHACHZAxAA5AcAIdsDAADlB9sDItwDQADrBgAh3QMBAPgGACHeAwEA-AYAIQsOAADmBwAgowMCAOwGACHBA0AA6wYAIdUDAgDsBgAh1wMBAPgGACHYAxAA5AcAIdkDEADkBwAh2wMAAOUH2wMi3ANAAOsGACHdAwEA-AYAId4DAQD4BgAhCw4AAOgHACCjAwIAAAABwQNAAAAAAdUDAgAAAAHXAwEAAAAB2AMQAAAAAdkDEAAAAAHbAwAAANsDAtwDQAAAAAHdAwEAAAAB3gMBAAAAAQ8MAACQCAAgEAAAkQgAIKMDAgAAAAG9AwAAAPYDAt8DAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB7wMBAAAAAfADQAAAAAHxAwEAAAAB8gMBAAAAAfMDAQAAAAH0AwEAAAABAzQAAKENACCyBAAAog0AILgEAAASACAENAAAgwgAMLIEAACECAAwtAQAAIYIACC4BAAAhwgAMAsPAADpBwAgowMCAAAAAcEDQAAAAAHWAwIAAAAB1wMBAAAAAdgDEAAAAAHZAxAAAAAB2wMAAADbAwLcA0AAAAAB3QMBAAAAAd4DAQAAAAECAAAAKwAgNAAAmggAIAMAAAArACA0AACaCAAgNQAAmQgAIAEtAACgDQAwAgAAACsAIC0AAJkIACACAAAAiwgAIC0AAJgIACAKowMCAOwGACHBA0AA6wYAIdYDAgDsBgAh1wMBAPgGACHYAxAA5AcAIdkDEADkBwAh2wMAAOUH2wMi3ANAAOsGACHdAwEA-AYAId4DAQD4BgAhCw8AAOcHACCjAwIA7AYAIcEDQADrBgAh1gMCAOwGACHXAwEA-AYAIdgDEADkBwAh2QMQAOQHACHbAwAA5QfbAyLcA0AA6wYAId0DAQD4BgAh3gMBAPgGACELDwAA6QcAIKMDAgAAAAHBA0AAAAAB1gMCAAAAAdcDAQAAAAHYAxAAAAAB2QMQAAAAAdsDAAAA2wMC3ANAAAAAAd0DAQAAAAHeAwEAAAABAzQAAJ4NACCyBAAAnw0AILgEAAASACADNAAAnA0AILIEAACdDQAguAQAAAUAIAM0AACaDQAgsgQAAJsNACC4BAAAAQAgBDQAAJIIADCyBAAAkwgAMLQEAACVCAAguAQAAIcIADAENAAA9QcAMLIEAAD2BwAwtAQAAPgHACC4BAAA-QcAMAAAAAAABTQAAJUNACA1AACYDQAgsgQAAJYNACCzBAAAlw0AILgEAABDACADNAAAlQ0AILIEAACWDQAguAQAAEMAIAAAAAAAAbUEAAAA6wMCBTQAAI8NACA1AACTDQAgsgQAAJANACCzBAAAkg0AILgEAAAFACALNAAArwgAMDUAALQIADCyBAAAsAgAMLMEAACxCAAwtAQAALIIACC1BAAAswgAMLYEAACzCAAwtwQAALMIADC4BAAAswgAMLkEAAC1CAAwugQAALYIADAEowMCAAAAAaUDAQAAAAGqA0AAAAAB5wMAAQAAAQIAAABHACA0AAC6CAAgAwAAAEcAIDQAALoIACA1AAC5CAAgAS0AAJENADAJFAAAvQYAIKADAAC8BgAwoQMAAEUAEKIDAAC8BgAwowMCAAAAAaUDAQDcBQAhqgNAAN0FACHnAwABlwYAIegDAgDbBQAhAgAAAEcAIC0AALkIACACAAAAtwgAIC0AALgIACAIoAMAALYIADChAwAAtwgAEKIDAAC2CAAwowMCANsFACGlAwEA3AUAIaoDQADdBQAh5wMAAZcGACHoAwIA2wUAIQigAwAAtggAMKEDAAC3CAAQogMAALYIADCjAwIA2wUAIaUDAQDcBQAhqgNAAN0FACHnAwABlwYAIegDAgDbBQAhBKMDAgDsBgAhpQMBAOkGACGqA0AA6wYAIecDAAGDBwAhBKMDAgDsBgAhpQMBAOkGACGqA0AA6wYAIecDAAGDBwAhBKMDAgAAAAGlAwEAAAABqgNAAAAAAecDAAEAAAEDNAAAjw0AILIEAACQDQAguAQAAAUAIAQ0AACvCAAwsgQAALAIADC0BAAAsggAILgEAACzCAAwAAAAAAAFNAAAig0AIDUAAI0NACCyBAAAiw0AILMEAACMDQAguAQAAAEAIAM0AACKDQAgsgQAAIsNACC4BAAAAQAgAAAAAAAFNAAAhQ0AIDUAAIgNACCyBAAAhg0AILMEAACHDQAguAQAABIAIAM0AACFDQAgsgQAAIYNACC4BAAAEgAgAAAAAAAHNAAAgA0AIDUAAIMNACCyBAAAgQ0AILMEAACCDQAgtgQAACUAILcEAAAlACC4BAAASwAgAzQAAIANACCyBAAAgQ0AILgEAABLACAAAAAAAAG1BAAAAP0DAgG1BAAAAIIEAgU0AADtDAAgNQAA_gwAILIEAADuDAAgswQAAP0MACC4BAAABQAgBTQAAOsMACA1AAD7DAAgsgQAAOwMACCzBAAA-gwAILgEAAAJACAHNAAA6QwAIDUAAPgMACCyBAAA6gwAILMEAAD3DAAgtgQAAA0AILcEAAANACC4BAAAAQAgBzQAAOcMACA1AAD1DAAgsgQAAOgMACCzBAAA9AwAILYEAAALACC3BAAACwAguAQAAF8AIAc0AADlDAAgNQAA8gwAILIEAADmDAAgswQAAPEMACC2BAAAFgAgtwQAABYAILgEAABiACALNAAA8ggAMDUAAPYIADCyBAAA8wgAMLMEAAD0CAAwtAQAAPUIACC1BAAA-QcAMLYEAAD5BwAwtwQAAPkHADC4BAAA-QcAMLkEAAD3CAAwugQAAPwHADALNAAA5ggAMDUAAOsIADCyBAAA5wgAMLMEAADoCAAwtAQAAOkIACC1BAAA6ggAMLYEAADqCAAwtwQAAOoIADC4BAAA6ggAMLkEAADsCAAwugQAAO0IADAHNAAA4QgAIDUAAOQIACCyBAAA4ggAILMEAADjCAAgtgQAACUAILcEAAAlACC4BAAASwAgEQQAAJwIACANAACdCAAgEAAAnggAIBEAAJ8IACCjAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAADmAwLBA0AAAAAB3gMBAAAAAeADAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB5gMBAAAAAQIAAABLACA0AADhCAAgAwAAACUAIDQAAOEIACA1AADlCAAgEwAAACUAIAQAAPEHACANAADyBwAgEAAA8wcAIBEAAPQHACAtAADlCAAgowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA7wfmAyLBA0AA6wYAId4DAQD4BgAh4AMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIeYDAQD4BgAhEQQAAPEHACANAADyBwAgEAAA8wcAIBEAAPQHACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADvB-YDIsEDQADrBgAh3gMBAPgGACHgAwIA-QYAIeEDEADkBwAh4gMQAOQHACHjAxAA5AcAIeQDEADkBwAh5gMBAPgGACEEowMCAAAAAaUDAQAAAAGnAwEAAAABqQMBAAAAAQIAAAA0ACA0AADxCAAgAwAAADQAIDQAAPEIACA1AADwCAAgAS0AAPAMADAJDAAAwgYAIKADAADBBgAwoQMAADIAEKIDAADBBgAwowMCAAAAAaUDAQDcBQAhpwMBANwFACGpAwEA4AUAId8DAgDbBQAhAgAAADQAIC0AAPAIACACAAAA7ggAIC0AAO8IACAIoAMAAO0IADChAwAA7ggAEKIDAADtCAAwowMCANsFACGlAwEA3AUAIacDAQDcBQAhqQMBAOAFACHfAwIA2wUAIQigAwAA7QgAMKEDAADuCAAQogMAAO0IADCjAwIA2wUAIaUDAQDcBQAhpwMBANwFACGpAwEA4AUAId8DAgDbBQAhBKMDAgDsBgAhpQMBAOkGACGnAwEA6QYAIakDAQD4BgAhBKMDAgDsBgAhpQMBAOkGACGnAwEA6QYAIakDAQD4BgAhBKMDAgAAAAGlAwEAAAABpwMBAAAAAakDAQAAAAEPDgAA0QgAIBAAAJEIACCjAwIAAAABvQMAAAD2AwLVAwIAAAAB4QMQAAAAAeIDEAAAAAHjAxAAAAAB5AMQAAAAAe8DAQAAAAHwA0AAAAAB8QMBAAAAAfIDAQAAAAHzAwEAAAAB9AMBAAAAAQIAAAAiACA0AAD6CAAgAwAAACIAIDQAAPoIACA1AAD5CAAgAS0AAO8MADACAAAAIgAgLQAA-QgAIAIAAAD9BwAgLQAA-AgAIA2jAwIA7AYAIb0DAAD_B_YDItUDAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHvAwEA6QYAIfADQADrBgAh8QMBAPgGACHyAwEA-AYAIfMDAQD4BgAh9AMBAPgGACEPDgAA0AgAIBAAAIIIACCjAwIA7AYAIb0DAAD_B_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-wgAIAYAAPwIACAHAAD-CAAgDgAAggkAIBEAAIAJACASAACBCQAgowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAQIAAAASACA0AACvCQAgAwAAABIAIDQAAK8JACA1AACuCQAgAS0AANEMADAdAwAArgYAIAQAALEGACAGAADNBgAgBwAA0wYAIAkAAM4GACAOAADJBgAgEQAAuwYAIBIAANQGACCgAwAAzwYAMKEDAAAQABCiAwAAzwYAMKMDAgAAAAGkAwIA2wUAIasDQADdBQAhtwMCANsFACG9AwAA0gaCBCLBA0AA3QUAIfYDAgDbBQAh9wMCANsFACH4AwEA3AUAIfkDAQDcBQAh-gNAAN0FACH7AwEA3AUAIf0DAADQBv0DIv4DAADRBgAg_wNAAN0FACGABAEA3AUAIYIEAQDgBQAhgwQCAN8FACECAAAAEgAgLQAArgkAIAIAAACsCQAgLQAArQkAIBWgAwAAqwkAMKEDAACsCQAQogMAAKsJADCjAwIA2wUAIaQDAgDbBQAhqwNAAN0FACG3AwIA2wUAIb0DAADSBoIEIsEDQADdBQAh9gMCANsFACH3AwIA2wUAIfgDAQDcBQAh-QMBANwFACH6A0AA3QUAIfsDAQDcBQAh_QMAANAG_QMi_gMAANEGACD_A0AA3QUAIYAEAQDcBQAhggQBAOAFACGDBAIA3wUAIRWgAwAAqwkAMKEDAACsCQAQogMAAKsJADCjAwIA2wUAIaQDAgDbBQAhqwNAAN0FACG3AwIA2wUAIb0DAADSBoIEIsEDQADdBQAh9gMCANsFACH3AwIA2wUAIfgDAQDcBQAh-QMBANwFACH6A0AA3QUAIfsDAQDcBQAh_QMAANAG_QMi_gMAANEGACD_A0AA3QUAIYAEAQDcBQAhggQBAOAFACGDBAIA3wUAIRGjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIRgDAADbCAAgBAAA2QgAIAYAANoIACAHAADcCAAgDgAA4AgAIBEAAN4IACASAADfCAAgowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA2AiCBCLBA0AA6wYAIfYDAgDsBgAh9wMCAOwGACH4AwEA6QYAIfkDAQDpBgAh-gNAAOsGACH7AwEA6QYAIf0DAADXCP0DIv4DgAAAAAH_A0AA6wYAIYAEAQDpBgAhggQBAPgGACEYAwAA_QgAIAQAAPsIACAGAAD8CAAgBwAA_ggAIA4AAIIJACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAEDNAAAzwwAILIEAADQDAAguAQAAAEAIAQ0AACkCQAwsgQAAKUJADC0BAAApwkAILgEAACoCQAwBDQAAJgJADCyBAAAmQkAMLQEAACbCQAguAQAAJwJADAAAAAAAAc0AAC8DAAgNQAAzQwAILIEAAC9DAAgswQAAMwMACC2BAAADQAgtwQAAA0AILgEAAABACALNAAAxAkAMDUAAMkJADCyBAAAxQkAMLMEAADGCQAwtAQAAMcJACC1BAAAyAkAMLYEAADICQAwtwQAAMgJADC4BAAAyAkAMLkEAADKCQAwugQAAMsJADALNAAAuwkAMDUAAL8JADCyBAAAvAkAMLMEAAC9CQAwtAQAAL4JACC1BAAAqAkAMLYEAACoCQAwtwQAAKgJADC4BAAAqAkAMLkEAADACQAwugQAAKsJADAYAwAA_QgAIAQAAPsIACAGAAD8CAAgCQAA_wgAIA4AAIIJACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAYMEAgAAAAECAAAAEgAgNAAAwwkAIAMAAAASACA0AADDCQAgNQAAwgkAIAEtAADLDAAwAgAAABIAIC0AAMIJACACAAAArAkAIC0AAMEJACARowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA2AiCBCLBA0AA6wYAIfYDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACEYAwAA2wgAIAQAANkIACAGAADaCAAgCQAA3QgAIA4AAOAIACARAADeCAAgEgAA3wgAIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAANgIggQiwQNAAOsGACH2AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhGAMAAP0IACAEAAD7CAAgBgAA_AgAIAkAAP8IACAOAACCCQAgEQAAgAkAIBIAAIEJACCjAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAACCBALBA0AAAAAB9gMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABEQMAAOgJACAEAADnCQAgCAAA6gkAIBMAAOkJACCjAwIAAAABpAMCAAAAAbcDAgAAAAG9AwEAAAABwQNAAAAAAdADAQAAAAHeAwEAAAAB6QMBAAAAAZYEQAAAAAGXBAEAAAABmAQBAAAAAZkEAQAAAAGbBAAAAJsEAgIAAAAJACA0AADmCQAgAwAAAAkAIDQAAOYJACA1AADPCQAgAS0AAMoMADAWAwAAnAYAIAQAALEGACAHAADTBgAgCAAAqwYAIBMAAKwGACCgAwAA3wYAMKEDAAAHABCiAwAA3wYAMKMDAgAAAAGkAwIA2wUAIbcDAgDbBQAhvQMBANwFACHBA0AA3QUAIdADAQDcBQAh3gMBAOAFACHpAwEA3AUAIfcDAgDbBQAhlgRAAN0FACGXBAEA3AUAIZgEAQDcBQAhmQQBAOAFACGbBAAA4AabBCICAAAACQAgLQAAzwkAIAIAAADMCQAgLQAAzQkAIBGgAwAAywkAMKEDAADMCQAQogMAAMsJADCjAwIA2wUAIaQDAgDbBQAhtwMCANsFACG9AwEA3AUAIcEDQADdBQAh0AMBANwFACHeAwEA4AUAIekDAQDcBQAh9wMCANsFACGWBEAA3QUAIZcEAQDcBQAhmAQBANwFACGZBAEA4AUAIZsEAADgBpsEIhGgAwAAywkAMKEDAADMCQAQogMAAMsJADCjAwIA2wUAIaQDAgDbBQAhtwMCANsFACG9AwEA3AUAIcEDQADdBQAh0AMBANwFACHeAwEA4AUAIekDAQDcBQAh9wMCANsFACGWBEAA3QUAIZcEAQDcBQAhmAQBANwFACGZBAEA4AUAIZsEAADgBpsEIg2jAwIA7AYAIaQDAgDsBgAhtwMCAOwGACG9AwEA6QYAIcEDQADrBgAh0AMBAOkGACHeAwEA-AYAIekDAQDpBgAhlgRAAOsGACGXBAEA6QYAIZgEAQDpBgAhmQQBAPgGACGbBAAAzgmbBCIBtQQAAACbBAIRAwAA0QkAIAQAANAJACAIAADTCQAgEwAA0gkAIKMDAgDsBgAhpAMCAOwGACG3AwIA7AYAIb0DAQDpBgAhwQNAAOsGACHQAwEA6QYAId4DAQD4BgAh6QMBAOkGACGWBEAA6wYAIZcEAQDpBgAhmAQBAOkGACGZBAEA-AYAIZsEAADOCZsEIgU0AADADAAgNQAAyAwAILIEAADBDAAgswQAAMcMACC4BAAABQAgBTQAAL4MACA1AADFDAAgsgQAAL8MACCzBAAAxAwAILgEAAABACALNAAA3QkAMDUAAOEJADCyBAAA3gkAMLMEAADfCQAwtAQAAOAJACC1BAAAnAkAMLYEAACcCQAwtwQAAJwJADC4BAAAnAkAMLkEAADiCQAwugQAAJ8JADALNAAA1AkAMDUAANgJADCyBAAA1QkAMLMEAADWCQAwtAQAANcJACC1BAAAqAkAMLYEAACoCQAwtwQAAKgJADC4BAAAqAkAMLkEAADZCQAwugQAAKsJADAYAwAA_QgAIAQAAPsIACAHAAD-CAAgCQAA_wgAIA4AAIIJACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAYMEAgAAAAECAAAAEgAgNAAA3AkAIAMAAAASACA0AADcCQAgNQAA2wkAIAEtAADDDAAwAgAAABIAIC0AANsJACACAAAArAkAIC0AANoJACARowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA2AiCBCLBA0AA6wYAIfcDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACEYAwAA2wgAIAQAANkIACAHAADcCAAgCQAA3QgAIA4AAOAIACARAADeCAAgEgAA3wgAIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAANgIggQiwQNAAOsGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhGAMAAP0IACAEAAD7CAAgBwAA_ggAIAkAAP8IACAOAACCCQAgEQAAgAkAIBIAAIEJACCjAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAACCBALBA0AAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABDwQAAI4JACAJAACPCQAgowMCAAAAAaQDAgAAAAHBA0AAAAAB7wMBAAAAAfMDAQAAAAH0AwEAAAABgwQCAAAAAYoEAQAAAAGLBBAAAAABjAQBAAAAAY0EAQAAAAGPBAAAAI8EApAEAQAAAAECAAAAGwAgNAAA5QkAIAMAAAAbACA0AADlCQAgNQAA5AkAIAEtAADCDAAwAgAAABsAIC0AAOQJACACAAAAoAkAIC0AAOMJACANowMCAOwGACGkAwIA7AYAIcEDQADrBgAh7wMBAOkGACHzAwEA-AYAIfQDAQD4BgAhgwQCAPkGACGKBAEA-AYAIYsEEACICQAhjAQBAPgGACGNBAEA-AYAIY8EAACJCY8EIpAEAQD4BgAhDwQAAIsJACAJAACMCQAgowMCAOwGACGkAwIA7AYAIcEDQADrBgAh7wMBAOkGACHzAwEA-AYAIfQDAQD4BgAhgwQCAPkGACGKBAEA-AYAIYsEEACICQAhjAQBAPgGACGNBAEA-AYAIY8EAACJCY8EIpAEAQD4BgAhDwQAAI4JACAJAACPCQAgowMCAAAAAaQDAgAAAAHBA0AAAAAB7wMBAAAAAfMDAQAAAAH0AwEAAAABgwQCAAAAAYoEAQAAAAGLBBAAAAABjAQBAAAAAY0EAQAAAAGPBAAAAI8EApAEAQAAAAERAwAA6AkAIAQAAOcJACAIAADqCQAgEwAA6QkAIKMDAgAAAAGkAwIAAAABtwMCAAAAAb0DAQAAAAHBA0AAAAAB0AMBAAAAAd4DAQAAAAHpAwEAAAABlgRAAAAAAZcEAQAAAAGYBAEAAAABmQQBAAAAAZsEAAAAmwQCAzQAAMAMACCyBAAAwQwAILgEAAAFACADNAAAvgwAILIEAAC_DAAguAQAAAEAIAQ0AADdCQAwsgQAAN4JADC0BAAA4AkAILgEAACcCQAwBDQAANQJADCyBAAA1QkAMLQEAADXCQAguAQAAKgJADADNAAAvAwAILIEAAC9DAAguAQAAAEAIAQ0AADECQAwsgQAAMUJADC0BAAAxwkAILgEAADICQAwBDQAALsJADCyBAAAvAkAMLQEAAC-CQAguAQAAKgJADAAAAAAAAc0AAC3DAAgNQAAugwAILIEAAC4DAAgswQAALkMACC2BAAACwAgtwQAAAsAILgEAABfACADNAAAtwwAILIEAAC4DAAguAQAAF8AIAAAAAAABTQAAKsMACA1AAC1DAAgsgQAAKwMACCzBAAAtAwAILgEAAABACALNAAAxAoAMDUAAMgKADCyBAAAxQoAMLMEAADGCgAwtAQAAMcKACC1BAAAyAkAMLYEAADICQAwtwQAAMgJADC4BAAAyAkAMLkEAADJCgAwugQAAMsJADALNAAAuwoAMDUAAL8KADCyBAAAvAoAMLMEAAC9CgAwtAQAAL4KACC1BAAAnAkAMLYEAACcCQAwtwQAAJwJADC4BAAAnAkAMLkEAADACgAwugQAAJ8JADALNAAAsgoAMDUAALYKADCyBAAAswoAMLMEAAC0CgAwtAQAALUKACC1BAAAqAkAMLYEAACoCQAwtwQAAKgJADC4BAAAqAkAMLkEAAC3CgAwugQAAKsJADALNAAApgoAMDUAAKsKADCyBAAApwoAMLMEAACoCgAwtAQAAKkKACC1BAAAqgoAMLYEAACqCgAwtwQAAKoKADC4BAAAqgoAMLkEAACsCgAwugQAAK0KADALNAAAmgoAMDUAAJ8KADCyBAAAmwoAMLMEAACcCgAwtAQAAJ0KACC1BAAAngoAMLYEAACeCgAwtwQAAJ4KADC4BAAAngoAMLkEAACgCgAwugQAAKEKADALNAAAjgoAMDUAAJMKADCyBAAAjwoAMLMEAACQCgAwtAQAAJEKACC1BAAAkgoAMLYEAACSCgAwtwQAAJIKADC4BAAAkgoAMLkEAACUCgAwugQAAJUKADALNAAAggoAMDUAAIcKADCyBAAAgwoAMLMEAACECgAwtAQAAIUKACC1BAAAhgoAMLYEAACGCgAwtwQAAIYKADC4BAAAhgoAMLkEAACICgAwugQAAIkKADAIowMCAAAAAaUDAQAAAAGmAwEAAAABpwMBAAAAAagDBAAAAAGpAwEAAAABqgNAAAAAAasDQAAAAAECAAAAVAAgNAAAjQoAIAMAAABUACA0AACNCgAgNQAAjAoAIAEtAACzDAAwDQQAALEGACCgAwAAsAYAMKEDAABSABCiAwAAsAYAMKMDAgAAAAGkAwIA2wUAIaUDAQDcBQAhpgMBANwFACGnAwEA3AUAIagDBACaBgAhqQMBANwFACGqA0AA3QUAIasDQADdBQAhAgAAAFQAIC0AAIwKACACAAAAigoAIC0AAIsKACAMoAMAAIkKADChAwAAigoAEKIDAACJCgAwowMCANsFACGkAwIA2wUAIaUDAQDcBQAhpgMBANwFACGnAwEA3AUAIagDBACaBgAhqQMBANwFACGqA0AA3QUAIasDQADdBQAhDKADAACJCgAwoQMAAIoKABCiAwAAiQoAMKMDAgDbBQAhpAMCANsFACGlAwEA3AUAIaYDAQDcBQAhpwMBANwFACGoAwQAmgYAIakDAQDcBQAhqgNAAN0FACGrA0AA3QUAIQijAwIA7AYAIaUDAQDpBgAhpgMBAOkGACGnAwEA6QYAIagDBADqBgAhqQMBAOkGACGqA0AA6wYAIasDQADrBgAhCKMDAgDsBgAhpQMBAOkGACGmAwEA6QYAIacDAQDpBgAhqAMEAOoGACGpAwEA6QYAIaoDQADrBgAhqwNAAOsGACEIowMCAAAAAaUDAQAAAAGmAwEAAAABpwMBAAAAAagDBAAAAAGpAwEAAAABqgNAAAAAAasDQAAAAAEKAwAA_QYAIKMDAgAAAAG3AwIAAAABuQMAAAC5AwK7AwAAALsDAr0DAAAAvQMCvgMBAAAAAb8DAgAAAAHAAwEAAAABwQNAAAAAAQIAAABPACA0AACZCgAgAwAAAE8AIDQAAJkKACA1AACYCgAgAS0AALIMADAPAwAArgYAIAQAALEGACCgAwAAsgYAMKEDAABNABCiAwAAsgYAMKMDAgAAAAGkAwIA2wUAIbcDAgDfBQAhuQMAALMGuQMiuwMAALQGuwMivQMAALUGvQMivgMBAOAFACG_AwIA3wUAIcADAQDgBQAhwQNAAN0FACECAAAATwAgLQAAmAoAIAIAAACWCgAgLQAAlwoAIA2gAwAAlQoAMKEDAACWCgAQogMAAJUKADCjAwIA2wUAIaQDAgDbBQAhtwMCAN8FACG5AwAAswa5AyK7AwAAtAa7AyK9AwAAtQa9AyK-AwEA4AUAIb8DAgDfBQAhwAMBAOAFACHBA0AA3QUAIQ2gAwAAlQoAMKEDAACWCgAQogMAAJUKADCjAwIA2wUAIaQDAgDbBQAhtwMCAN8FACG5AwAAswa5AyK7AwAAtAa7AyK9AwAAtQa9AyK-AwEA4AUAIb8DAgDfBQAhwAMBAOAFACHBA0AA3QUAIQmjAwIA7AYAIbcDAgD5BgAhuQMAAPUGuQMiuwMAAPYGuwMivQMAAPcGvQMivgMBAPgGACG_AwIA-QYAIcADAQD4BgAhwQNAAOsGACEKAwAA-wYAIKMDAgDsBgAhtwMCAPkGACG5AwAA9Qa5AyK7AwAA9ga7AyK9AwAA9wa9AyK-AwEA-AYAIb8DAgD5BgAhwAMBAPgGACHBA0AA6wYAIQoDAAD9BgAgowMCAAAAAbcDAgAAAAG5AwAAALkDArsDAAAAuwMCvQMAAAC9AwK-AwEAAAABvwMCAAAAAcADAQAAAAHBA0AAAAABEQwAAJsIACANAACdCAAgEAAAnggAIBEAAJ8IACCjAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAOYDAsEDQAAAAAHeAwEAAAAB3wMCAAAAAeADAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB5gMBAAAAAQIAAABLACA0AAClCgAgAwAAAEsAIDQAAKUKACA1AACkCgAgAS0AALEMADAWBAAAsQYAIAwAALkGACANAACuBgAgEAAAugYAIBEAALsGACCgAwAAtgYAMKEDAAAlABCiAwAAtgYAMKMDAgAAAAGkAwIA2wUAIasDQADdBQAhtwMCANsFACG9AwAAuAbmAyLBA0AA3QUAId4DAQDgBQAh3wMCAAAAAeADAgDfBQAh4QMQALcGACHiAxAAtwYAIeMDEAC3BgAh5AMQALcGACHmAwEA4AUAIQIAAABLACAtAACkCgAgAgAAAKIKACAtAACjCgAgEaADAAChCgAwoQMAAKIKABCiAwAAoQoAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAALgG5gMiwQNAAN0FACHeAwEA4AUAId8DAgDfBQAh4AMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIeYDAQDgBQAhEaADAAChCgAwoQMAAKIKABCiAwAAoQoAMKMDAgDbBQAhpAMCANsFACGrA0AA3QUAIbcDAgDbBQAhvQMAALgG5gMiwQNAAN0FACHeAwEA4AUAId8DAgDfBQAh4AMCAN8FACHhAxAAtwYAIeIDEAC3BgAh4wMQALcGACHkAxAAtwYAIeYDAQDgBQAhDaMDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADvB-YDIsEDQADrBgAh3gMBAPgGACHfAwIA-QYAIeADAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHmAwEA-AYAIREMAADwBwAgDQAA8gcAIBAAAPMHACARAAD0BwAgowMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAAO8H5gMiwQNAAOsGACHeAwEA-AYAId8DAgD5BgAh4AMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIeYDAQD4BgAhEQwAAJsIACANAACdCAAgEAAAnggAIBEAAJ8IACCjAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAOYDAsEDQAAAAAHeAwEAAAAB3wMCAAAAAeADAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB5gMBAAAAAQUVAAC8CAAgowMCAAAAAcEDQAAAAAHpAwEAAAAB6wMAAADrAwICAAAAQwAgNAAAsQoAIAMAAABDACA0AACxCgAgNQAAsAoAIAEtAACwDAAwCgQAALEGACAVAADABgAgoAMAAL4GADChAwAAQQAQogMAAL4GADCjAwIAAAABpAMCANsFACHBA0AA3QUAIekDAQDcBQAh6wMAAL8G6wMiAgAAAEMAIC0AALAKACACAAAArgoAIC0AAK8KACAIoAMAAK0KADChAwAArgoAEKIDAACtCgAwowMCANsFACGkAwIA2wUAIcEDQADdBQAh6QMBANwFACHrAwAAvwbrAyIIoAMAAK0KADChAwAArgoAEKIDAACtCgAwowMCANsFACGkAwIA2wUAIcEDQADdBQAh6QMBANwFACHrAwAAvwbrAyIEowMCAOwGACHBA0AA6wYAIekDAQDpBgAh6wMAAKwI6wMiBRUAAK4IACCjAwIA7AYAIcEDQADrBgAh6QMBAOkGACHrAwAArAjrAyIFFQAAvAgAIKMDAgAAAAHBA0AAAAAB6QMBAAAAAesDAAAA6wMCGAMAAP0IACAGAAD8CAAgBwAA_ggAIAkAAP8IACAOAACCCQAgEQAAgAkAIBIAAIEJACCjAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABAgAAABIAIDQAALoKACADAAAAEgAgNAAAugoAIDUAALkKACABLQAArwwAMAIAAAASACAtAAC5CgAgAgAAAKwJACAtAAC4CgAgEaMDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhGAMAANsIACAGAADaCAAgBwAA3AgAIAkAAN0IACAOAADgCAAgEQAA3ggAIBIAAN8IACCjAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA2AiCBCLBA0AA6wYAIfYDAgDsBgAh9wMCAOwGACH4AwEA6QYAIfkDAQDpBgAh-gNAAOsGACH7AwEA6QYAIf0DAADXCP0DIv4DgAAAAAH_A0AA6wYAIYAEAQDpBgAhggQBAPgGACGDBAIA-QYAIRgDAAD9CAAgBgAA_AgAIAcAAP4IACAJAAD_CAAgDgAAggkAIBEAAIAJACASAACBCQAgowMCAAAAAasDQAAAAAG3AwIAAAABvQMAAACCBALBA0AAAAAB9gMCAAAAAfcDAgAAAAH4AwEAAAAB-QMBAAAAAfoDQAAAAAH7AwEAAAAB_QMAAAD9AwL-A4AAAAAB_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-QoAMDUAAP0KADCyBAAA-goAMLMEAAD7CgAwtAQAAPwKACC1BAAAtwcAMLYEAAC3BwAwtwQAALcHADC4BAAAtwcAMLkEAAD-CgAwugQAALoHADALNAAA8AoAMDUAAPQKADCyBAAA8QoAMLMEAADyCgAwtAQAAPMKACC1BAAAqwcAMLYEAACrBwAwtwQAAKsHADC4BAAAqwcAMLkEAAD1CgAwugQAAK4HADALNAAA5woAMDUAAOsKADCyBAAA6AoAMLMEAADpCgAwtAQAAOoKACC1BAAAkgoAMLYEAACSCgAwtwQAAJIKADC4BAAAkgoAMLkEAADsCgAwugQAAJUKADAKBAAA_AYAIKMDAgAAAAGkAwIAAAABuQMAAAC5AwK7AwAAALsDAr0DAAAAvQMCvgMBAAAAAb8DAgAAAAHAAwEAAAABwQNAAAAAAQIAAABPACA0AADvCgAgAwAAAE8AIDQAAO8KACA1AADuCgAgAS0AAKoMADACAAAATwAgLQAA7goAIAIAAACWCgAgLQAA7QoAIAmjAwIA7AYAIaQDAgDsBgAhuQMAAPUGuQMiuwMAAPYGuwMivQMAAPcGvQMivgMBAPgGACG_AwIA-QYAIcADAQD4BgAhwQNAAOsGACEKBAAA-gYAIKMDAgDsBgAhpAMCAOwGACG5AwAA9Qa5AyK7AwAA9ga7AyK9AwAA9wa9AyK-AwEA-AYAIb8DAgD5BgAhwAMBAPgGACHBA0AA6wYAIQoEAAD8BgAgowMCAAAAAaQDAgAAAAG5AwAAALkDArsDAAAAuwMCvQMAAAC9AwK-AwEAAAABvwMCAAAAAcADAQAAAAHBA0AAAAABDCIAAJwHACAkAACdBwAgowMCAAAAAacDAQAAAAGoAwQAAAABqwNAAAAAAcEDQAAAAAHEAwEAAAABxQMCAAAAAcYDIAAAAAHHAwIAAAAByAMBAAAAAQIAAAB-ACA0AAD4CgAgAwAAAH4AIDQAAPgKACA1AAD3CgAgAS0AAKkMADACAAAAfgAgLQAA9woAIAIAAACvBwAgLQAA9goAIAqjAwIA7AYAIacDAQD4BgAhqAMEAOoGACGrA0AA6wYAIcEDQADrBgAhxAMBAOkGACHFAwIA-QYAIcYDIACLBwAhxwMCAPkGACHIAwEA-AYAIQwiAACNBwAgJAAAjgcAIKMDAgDsBgAhpwMBAPgGACGoAwQA6gYAIasDQADrBgAhwQNAAOsGACHEAwEA6QYAIcUDAgD5BgAhxgMgAIsHACHHAwIA-QYAIcgDAQD4BgAhDCIAAJwHACAkAACdBwAgowMCAAAAAacDAQAAAAGoAwQAAAABqwNAAAAAAcEDQAAAAAHEAwEAAAABxQMCAAAAAcYDIAAAAAHHAwIAAAAByAMBAAAAAQggAADCBwAgIQAAvwcAICUAAMEHACCjAwIAAAABqwNAAAAAAcEDQAAAAAHEAwEAAAAByQMCAAAAAQIAAAB4ACA0AACBCwAgAwAAAHgAIDQAAIELACA1AACACwAgAS0AAKgMADACAAAAeAAgLQAAgAsAIAIAAAC7BwAgLQAA_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-YDIsEDQADrBgAh3gMBAPgGACHfAwIA-QYAIeEDEADkBwAh4gMQAOQHACHjAxAA5AcAIeQDEADkBwAh5gMBAPgGACERBAAA8QcAIAwAAPAHACAQAADzBwAgEQAA9AcAIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAAO8H5gMiwQNAAOsGACHeAwEA-AYAId8DAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHmAwEA-AYAIREEAACcCAAgDAAAmwgAIBAAAJ4IACARAACfCAAgowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAA5gMCwQNAAAAAAd4DAQAAAAHfAwIAAAAB4QMQAAAAAeIDEAAAAAHjAxAAAAAB5AMQAAAAAeYDAQAAAAEEowMCAAAAAewDAQAAAAHtAwEAAAAB7gMBAAAAAQIAAABnACA0AAC6CwAgAwAAAGcAIDQAALoLACA1AAC5CwAgAS0AAKMMADAKAwAAnAYAIKADAACoBgAwoQMAAGUAEKIDAACoBgAwowMCAAAAAbcDAgDbBQAh7AMBANwFACHtAwEA3AUAIe4DAQDcBQAhrgQAAKcGACACAAAAZwAgLQAAuQsAIAIAAAC3CwAgLQAAuAsAIAigAwAAtgsAMKEDAAC3CwAQogMAALYLADCjAwIA2wUAIbcDAgDbBQAh7AMBANwFACHtAwEA3AUAIe4DAQDcBQAhCKADAAC2CwAwoQMAALcLABCiAwAAtgsAMKMDAgDbBQAhtwMCANsFACHsAwEA3AUAIe0DAQDcBQAh7gMBANwFACEEowMCAOwGACHsAwEA6QYAIe0DAQDpBgAh7gMBAOkGACEEowMCAOwGACHsAwEA6QYAIe0DAQDpBgAh7gMBAOkGACEEowMCAAAAAewDAQAAAAHtAwEAAAAB7gMBAAAAARgEAAD7CAAgBgAA_AgAIAcAAP4IACAJAAD_CAAgDgAAggkAIBEAAIAJACASAACBCQAgowMCAAAAAaQDAgAAAAGrA0AAAAABvQMAAACCBALBA0AAAAAB9gMCAAAAAfcDAgAAAAH4AwEAAAAB-QMBAAAAAfoDQAAAAAH7AwEAAAAB_QMAAAD9AwL-A4AAAAAB_wNAAAAAAYAEAQAAAAGCBAEAAAABgwQCAAAAAQIAAAASACA0AADDCwAgAwAAABIAIDQAAMMLACA1AADCCwAgAS0AAKIMADACAAAAEgAgLQAAwgsAIAIAAACsCQAgLQAAwQsAIBGjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG9AwAA2AiCBCLBA0AA6wYAIfYDAgDsBgAh9wMCAOwGACH4AwEA6QYAIfkDAQDpBgAh-gNAAOsGACH7AwEA6QYAIf0DAADXCP0DIv4DgAAAAAH_A0AA6wYAIYAEAQDpBgAhggQBAPgGACGDBAIA-QYAIRgEAADZCAAgBgAA2ggAIAcAANwIACAJAADdCAAgDgAA4AgAIBEAAN4IACASAADfCAAgowMCAOwGACGkAwIA7AYAIasDQADrBgAhvQMAANgIggQiwQNAAOsGACH2AwIA7AYAIfcDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACEYBAAA-wgAIAYAAPwIACAHAAD-CAAgCQAA_wgAIA4AAIIJACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_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-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhGQUAAPsJACAIAAD9CQAgDgAA_wkAIBMAAPwJACAWAAD-CQAgFwAAgAoAIBgAAIEKACCjAwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhGQUAAM4KACAIAADQCgAgDgAA0goAIBMAAM8KACAWAADRCgAgFwAA0woAIBgAANQKACCjAwIAAAABvQMAAACbBALBA0AAAAAB-gNAAAAAAYAEAQAAAAGTBAEAAAABlQQBAAAAAZwEAQAAAAGdBAEAAAABngQBAAAAAZ8EAQAAAAGgBAEAAAABoQQBAAAAAaIEAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAGmBAEAAAABBDQAAOULADCyBAAA5gsAMLQEAADoCwAguAQAAOkLADAENAAA3AsAMLIEAADdCwAwtAQAAN8LACC4BAAAyAkAMAQ0AADQCwAwsgQAANELADC0BAAA0wsAILgEAADUCwAwBDQAAMQLADCyBAAAxQsAMLQEAADHCwAguAQAAMgLADAENAAAuwsAMLIEAAC8CwAwtAQAAL4LACC4BAAAqAkAMAQ0AACvCwAwsgQAALALADC0BAAAsgsAILgEAACzCwAwBDQAAKYLADCyBAAApwsAMLQEAACpCwAguAQAAJ4KADAENAAAmgsAMLIEAACbCwAwtAQAAJ0LACC4BAAAngsAMAQ0AACOCwAwsgQAAI8LADC0BAAAkQsAILgEAACSCwAwBDQAAIILADCyBAAAgwsAMLQEAACFCwAguAQAAIYLADAENAAA-QoAMLIEAAD6CgAwtAQAAPwKACC4BAAAtwcAMAQ0AADwCgAwsgQAAPEKADC0BAAA8woAILgEAACrBwAwBDQAAOcKADCyBAAA6AoAMLQEAADqCgAguAQAAJIKADAAAAAAAAAAAAAAAAAABwMAAIwMACAiAACNDAAgJAAAjgwAIKcDAADvBgAgxQMAAO8GACDHAwAA7wYAIMgDAADvBgAgDQUAAP8LACAHAACADAAgCAAAggwAIBcAAIoMACAZAAD-CwAgGgAAgQwAIBsAAIMMACAcAACEDAAgHQAAhQwAIB4AAIYMACAfAACHDAAgJgAAiAwAICcAAIkMACAFAwAAjAwAICAAAI0MACAhAACIDAAgJQAAiQwAIMkDAADvBgAgAAATAwAAjAwAIAUAAP8LACAIAACCDAAgDgAAhAwAIBMAAI8MACAWAACcDAAgFwAAigwAIBgAAJ0MACD6AwAA7wYAIIAEAADvBgAgkwQAAO8GACCfBAAA7wYAIKAEAADvBgAgoQQAAO8GACCiBAAA7wYAIKMEAADvBgAgpAQAAO8GACClBAAA7wYAIKYEAADvBgAgCwMAAIwMACAEAACQDAAgBgAAmAwAIAcAAJoMACAJAACZDAAgDgAAlgwAIBEAAJMMACASAACbDAAg_gMAAO8GACCCBAAA7wYAIIMEAADvBgAgAAACBAAAkAwAIBUAAJUMACAACQQAAJAMACAMAACRDAAgDQAAjAwAIBAAAJIMACARAACTDAAg3gMAAO8GACDfAwAA7wYAIOADAADvBgAg5gMAAO8GACAJDAAAkQwAIA4AAJYMACAQAACSDAAg1QMAAO8GACDfAwAA7wYAIPEDAADvBgAg8gMAAO8GACDzAwAA7wYAIPQDAADvBgAgBwMAAIwMACAEAACQDAAgBwAAmgwAIAgAAIIMACATAACPDAAg3gMAAO8GACCZBAAA7wYAIAMDAACMDAAgCAAAggwAIAoAAI8MACAFAwAAjAwAIAUAAP8LACAIAACCDAAgkwQAAO8GACCVBAAA7wYAIAAAABKjAwIAAAABvQMAAACbBALBA0AAAAAB-gNAAAAAAYAEAQAAAAGTBAEAAAABlQQBAAAAAZwEAQAAAAGdBAEAAAABngQBAAAAAZ8EAQAAAAGgBAEAAAABoQQBAAAAAaIEAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAGmBAEAAAABDaMDAgAAAAGkAwIAAAABvQMBAAAAAcEDQAAAAAHQAwEAAAAB3gMBAAAAAekDAQAAAAH3AwIAAAABlgRAAAAAAZcEAQAAAAGYBAEAAAABmQQBAAAAAZsEAAAAmwQCBqMDAgAAAAHBA0AAAAABxAMBAAAAAZMEAQAAAAGUBAEAAAABlQQBAAAAAQSjAwIAAAABwQNAAAAAAZEEAQAAAAGSBAEAAAABEaMDAgAAAAGkAwIAAAABqwNAAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAYMEAgAAAAEEowMCAAAAAewDAQAAAAHtAwEAAAAB7gMBAAAAAQ2jAwIAAAABpAMCAAAAAasDQAAAAAG3AwIAAAABvQMAAADmAwLBA0AAAAAB3gMBAAAAAd8DAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB5gMBAAAAAQKjAwIAAAABwQNAAAAAAQSjAwIAAAABwQNAAAAAAdMDAQAAAAHUAyAAAAABBaMDAgAAAAHBA0AAAAAB0AMAAADQAwLRAwEAAAAB0gMgAAAAAQWjAwIAAAABqwNAAAAAAcEDQAAAAAHEAwEAAAAByQMCAAAAAQqjAwIAAAABpwMBAAAAAagDBAAAAAGrA0AAAAABwQNAAAAAAcQDAQAAAAHFAwIAAAABxgMgAAAAAccDAgAAAAHIAwEAAAABCaMDAgAAAAGkAwIAAAABuQMAAAC5AwK7AwAAALsDAr0DAAAAvQMCvgMBAAAAAb8DAgAAAAHAAwEAAAABwQNAAAAAAREFAADyCwAgBwAA8wsAIAgAAPULACAXAAD9CwAgGgAA9AsAIBsAAPYLACAcAAD3CwAgHQAA-AsAIB4AAPkLACAfAAD6CwAgJgAA-wsAICcAAPwLACCjAwIAAAAB7QMBAAAAAe4DAQAAAAGnBCAAAAABqAQgAAAAAQIAAAABACA0AACrDAAgDaMDAgAAAAG3AwIAAAABvQMBAAAAAcEDQAAAAAHQAwEAAAAB3gMBAAAAAekDAQAAAAH3AwIAAAABlgRAAAAAAZcEAQAAAAGYBAEAAAABmQQBAAAAAZsEAAAAmwQCDaMDAgAAAAHBA0AAAAAB7wMBAAAAAfMDAQAAAAH0AwEAAAAB9gMCAAAAAYMEAgAAAAGKBAEAAAABiwQQAAAAAYwEAQAAAAGNBAEAAAABjwQAAACPBAKQBAEAAAABEaMDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAYMEAgAAAAEEowMCAAAAAcEDQAAAAAHpAwEAAAAB6wMAAADrAwINowMCAAAAAasDQAAAAAG3AwIAAAABvQMAAADmAwLBA0AAAAAB3gMBAAAAAd8DAgAAAAHgAwIAAAAB4QMQAAAAAeIDEAAAAAHjAxAAAAAB5AMQAAAAAeYDAQAAAAEJowMCAAAAAbcDAgAAAAG5AwAAALkDArsDAAAAuwMCvQMAAAC9AwK-AwEAAAABvwMCAAAAAcADAQAAAAHBA0AAAAABCKMDAgAAAAGlAwEAAAABpgMBAAAAAacDAQAAAAGoAwQAAAABqQMBAAAAAaoDQAAAAAGrA0AAAAABAwAAAA0AIDQAAKsMACA1AAC2DAAgEwAAAA0AIAUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAaAADdCgAgGwAA3woAIBwAAOAKACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIC0AALYMACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAaAADdCgAgGwAA3woAIBwAAOAKACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIKMDAgDsBgAh7QMBAOkGACHuAwEA6QYAIacEIACLBwAhqAQgAIsHACEJAwAA6wkAIAgAAO0JACCjAwIAAAABtwMCAAAAAcEDQAAAAAHEAwEAAAABkwQBAAAAAZQEAQAAAAGVBAEAAAABAgAAAF8AIDQAALcMACADAAAACwAgNAAAtwwAIDUAALsMACALAAAACwAgAwAAuAkAIAgAALoJACAtAAC7DAAgowMCAOwGACG3AwIA7AYAIcEDQADrBgAhxAMBAOkGACGTBAEA-AYAIZQEAQDpBgAhlQQBAPgGACEJAwAAuAkAIAgAALoJACCjAwIA7AYAIbcDAgDsBgAhwQNAAOsGACHEAwEA6QYAIZMEAQD4BgAhlAQBAOkGACGVBAEA-AYAIREFAADyCwAgCAAA9QsAIBcAAP0LACAZAADxCwAgGgAA9AsAIBsAAPYLACAcAAD3CwAgHQAA-AsAIB4AAPkLACAfAAD6CwAgJgAA-wsAICcAAPwLACCjAwIAAAAB7QMBAAAAAe4DAQAAAAGnBCAAAAABqAQgAAAAAQIAAAABACA0AAC8DAAgEQcAAPMLACAIAAD1CwAgFwAA_QsAIBkAAPELACAaAAD0CwAgGwAA9gsAIBwAAPcLACAdAAD4CwAgHgAA-QsAIB8AAPoLACAmAAD7CwAgJwAA_AsAIKMDAgAAAAHtAwEAAAAB7gMBAAAAAacEIAAAAAGoBCAAAAABAgAAAAEAIDQAAL4MACAaAwAAzQoAIAgAANAKACAOAADSCgAgEwAAzwoAIBYAANEKACAXAADTCgAgGAAA1AoAIKMDAgAAAAG3AwIAAAABvQMAAACbBALBA0AAAAAB-gNAAAAAAYAEAQAAAAGTBAEAAAABlQQBAAAAAZwEAQAAAAGdBAEAAAABngQBAAAAAZ8EAQAAAAGgBAEAAAABoQQBAAAAAaIEAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAGmBAEAAAABAgAAAAUAIDQAAMAMACANowMCAAAAAaQDAgAAAAHBA0AAAAAB7wMBAAAAAfMDAQAAAAH0AwEAAAABgwQCAAAAAYoEAQAAAAGLBBAAAAABjAQBAAAAAY0EAQAAAAGPBAAAAI8EApAEAQAAAAERowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfcDAgAAAAH4AwEAAAAB-QMBAAAAAfoDQAAAAAH7AwEAAAAB_QMAAAD9AwL-A4AAAAAB_wNAAAAAAYAEAQAAAAGCBAEAAAABgwQCAAAAAQMAAAANACA0AAC-DAAgNQAAxgwAIBMAAAANACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACAtAADGDAAgowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIREHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhAwAAAAMAIDQAAMAMACA1AADJDAAgHAAAAAMAIAMAAPoJACAIAAD9CQAgDgAA_wkAIBMAAPwJACAWAAD-CQAgFwAAgAoAIBgAAIEKACAtAADJDAAgowMCAOwGACG3AwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhGgMAAPoJACAIAAD9CQAgDgAA_wkAIBMAAPwJACAWAAD-CQAgFwAAgAoAIBgAAIEKACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACENowMCAAAAAaQDAgAAAAG3AwIAAAABvQMBAAAAAcEDQAAAAAHQAwEAAAAB3gMBAAAAAekDAQAAAAGWBEAAAAABlwQBAAAAAZgEAQAAAAGZBAEAAAABmwQAAACbBAIRowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH4AwEAAAAB-QMBAAAAAfoDQAAAAAH7AwEAAAAB_QMAAAD9AwL-A4AAAAAB_wNAAAAAAYAEAQAAAAGCBAEAAAABgwQCAAAAAQMAAAANACA0AAC8DAAgNQAAzgwAIBMAAAANACAFAADbCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACAtAADODAAgowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIREFAADbCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAAPILACAHAADzCwAgCAAA9QsAIBcAAP0LACAZAADxCwAgGwAA9gsAIBwAAPcLACAdAAD4CwAgHgAA-QsAIB8AAPoLACAmAAD7CwAgJwAA_AsAIKMDAgAAAAHtAwEAAAAB7gMBAAAAAacEIAAAAAGoBCAAAAABAgAAAAEAIDQAAM8MACARowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAAggQCwQNAAAAAAfYDAgAAAAH3AwIAAAAB-AMBAAAAAfkDAQAAAAH6A0AAAAAB-wMBAAAAAf0DAAAA_QMC_gOAAAAAAf8DQAAAAAGABAEAAAABggQBAAAAAQ2jAwIAAAABpAMCAAAAAcEDQAAAAAHvAwEAAAAB8wMBAAAAAfQDAQAAAAH2AwIAAAABigQBAAAAAYsEEAAAAAGMBAEAAAABjQQBAAAAAY8EAAAAjwQCkAQBAAAAAQMAAAANACA0AADPDAAgNQAA1QwAIBMAAAANACAFAADbCgAgBwAA3AoAIAgAAN4KACAXAADmCgAgGQAA2goAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACAtAADVDAAgowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIREFAADbCgAgBwAA3AoAIAgAAN4KACAXAADmCgAgGQAA2goAIBsAAN8KACAcAADgCgAgHQAA4QoAIB4AAOIKACAfAADjCgAgJgAA5AoAICcAAOUKACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhBwMAALAJACAIAACxCQAgowMCAAAAAbcDAgAAAAHBA0AAAAABkQQBAAAAAZIEAQAAAAECAAAAYgAgNAAA1gwAIBoDAADNCgAgBQAAzgoAIAgAANAKACAOAADSCgAgFgAA0QoAIBcAANMKACAYAADUCgAgowMCAAAAAbcDAgAAAAG9AwAAAJsEAsEDQAAAAAH6A0AAAAABgAQBAAAAAZMEAQAAAAGVBAEAAAABnAQBAAAAAZ0EAQAAAAGeBAEAAAABnwQBAAAAAaAEAQAAAAGhBAEAAAABogQBAAAAAaMEAQAAAAGkBAEAAAABpQQBAAAAAaYEAQAAAAECAAAABQAgNAAA2AwAIBIDAADoCQAgBAAA5wkAIAcAAPQJACAIAADqCQAgowMCAAAAAaQDAgAAAAG3AwIAAAABvQMBAAAAAcEDQAAAAAHQAwEAAAAB3gMBAAAAAekDAQAAAAH3AwIAAAABlgRAAAAAAZcEAQAAAAGYBAEAAAABmQQBAAAAAZsEAAAAmwQCAgAAAAkAIDQAANoMACADAAAAFgAgNAAA1gwAIDUAAN4MACAJAAAAFgAgAwAAlQkAIAgAAJYJACAtAADeDAAgowMCAOwGACG3AwIA7AYAIcEDQADrBgAhkQQBAOkGACGSBAEA6QYAIQcDAACVCQAgCAAAlgkAIKMDAgDsBgAhtwMCAOwGACHBA0AA6wYAIZEEAQDpBgAhkgQBAOkGACEDAAAAAwAgNAAA2AwAIDUAAOEMACAcAAAAAwAgAwAA-gkAIAUAAPsJACAIAAD9CQAgDgAA_wkAIBYAAP4JACAXAACACgAgGAAAgQoAIC0AAOEMACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACEaAwAA-gkAIAUAAPsJACAIAAD9CQAgDgAA_wkAIBYAAP4JACAXAACACgAgGAAAgQoAIKMDAgDsBgAhtwMCAOwGACG9AwAAzgmbBCLBA0AA6wYAIfoDQADIBwAhgAQBAPgGACGTBAEA-AYAIZUEAQDpBgAhnAQBAOkGACGdBAEA6QYAIZ4EAQDpBgAhnwQBAPgGACGgBAEA-AYAIaEEAQD4BgAhogQBAPgGACGjBAEA-AYAIaQEAQD4BgAhpQQBAPgGACGmBAEA-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-gkAIAUAAPsJACAOAAD_CQAgEwAA_AkAIBYAAP4JACAXAACACgAgGAAAgQoAIC0AAP8MACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACEaAwAA-gkAIAUAAPsJACAOAAD_CQAgEwAA_AkAIBYAAP4JACAXAACACgAgGAAAgQoAIKMDAgDsBgAhtwMCAOwGACG9AwAAzgmbBCLBA0AA6wYAIfoDQADIBwAhgAQBAPgGACGTBAEA-AYAIZUEAQDpBgAhnAQBAOkGACGdBAEA6QYAIZ4EAQDpBgAhnwQBAPgGACGgBAEA-AYAIaEEAQD4BgAhogQBAPgGACGjBAEA-AYAIaQEAQD4BgAhpQQBAPgGACGmBAEA-AYAIRIEAACcCAAgDAAAmwgAIA0AAJ0IACAQAACeCAAgowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAA5gMCwQNAAAAAAd4DAQAAAAHfAwIAAAAB4AMCAAAAAeEDEAAAAAHiAxAAAAAB4wMQAAAAAeQDEAAAAAHmAwEAAAABAgAAAEsAIDQAAIANACADAAAAJQAgNAAAgA0AIDUAAIQNACAUAAAAJQAgBAAA8QcAIAwAAPAHACANAADyBwAgEAAA8wcAIC0AAIQNACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADvB-YDIsEDQADrBgAh3gMBAPgGACHfAwIA-QYAIeADAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHmAwEA-AYAIRIEAADxBwAgDAAA8AcAIA0AAPIHACAQAADzBwAgowMCAOwGACGkAwIA7AYAIasDQADrBgAhtwMCAOwGACG9AwAA7wfmAyLBA0AA6wYAId4DAQD4BgAh3wMCAPkGACHgAwIA-QYAIeEDEADkBwAh4gMQAOQHACHjAxAA5AcAIeQDEADkBwAh5gMBAPgGACEZAwAA_QgAIAQAAPsIACAGAAD8CAAgBwAA_ggAIAkAAP8IACAOAACCCQAgEQAAgAkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABAgAAABIAIDQAAIUNACADAAAAEAAgNAAAhQ0AIDUAAIkNACAbAAAAEAAgAwAA2wgAIAQAANkIACAGAADaCAAgBwAA3AgAIAkAAN0IACAOAADgCAAgEQAA3ggAIC0AAIkNACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhGQMAANsIACAEAADZCAAgBgAA2ggAIAcAANwIACAJAADdCAAgDgAA4AgAIBEAAN4IACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhEQUAAPILACAHAADzCwAgCAAA9QsAIBcAAP0LACAZAADxCwAgGgAA9AsAIBwAAPcLACAdAAD4CwAgHgAA-QsAIB8AAPoLACAmAAD7CwAgJwAA_AsAIKMDAgAAAAHtAwEAAAAB7gMBAAAAAacEIAAAAAGoBCAAAAABAgAAAAEAIDQAAIoNACADAAAADQAgNAAAig0AIDUAAI4NACATAAAADQAgBQAA2woAIAcAANwKACAIAADeCgAgFwAA5goAIBkAANoKACAaAADdCgAgHAAA4AoAIB0AAOEKACAeAADiCgAgHwAA4woAICYAAOQKACAnAADlCgAgLQAAjg0AIKMDAgDsBgAh7QMBAOkGACHuAwEA6QYAIacEIACLBwAhqAQgAIsHACERBQAA2woAIAcAANwKACAIAADeCgAgFwAA5goAIBkAANoKACAaAADdCgAgHAAA4AoAIB0AAOEKACAeAADiCgAgHwAA4woAICYAAOQKACAnAADlCgAgowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIRoDAADNCgAgBQAAzgoAIAgAANAKACAOAADSCgAgEwAAzwoAIBcAANMKACAYAADUCgAgowMCAAAAAbcDAgAAAAG9AwAAAJsEAsEDQAAAAAH6A0AAAAABgAQBAAAAAZMEAQAAAAGVBAEAAAABnAQBAAAAAZ0EAQAAAAGeBAEAAAABnwQBAAAAAaAEAQAAAAGhBAEAAAABogQBAAAAAaMEAQAAAAGkBAEAAAABpQQBAAAAAaYEAQAAAAECAAAABQAgNAAAjw0AIASjAwIAAAABpQMBAAAAAaoDQAAAAAHnAwABAAABAwAAAAMAIDQAAI8NACA1AACUDQAgHAAAAAMAIAMAAPoJACAFAAD7CQAgCAAA_QkAIA4AAP8JACATAAD8CQAgFwAAgAoAIBgAAIEKACAtAACUDQAgowMCAOwGACG3AwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhGgMAAPoJACAFAAD7CQAgCAAA_QkAIA4AAP8JACATAAD8CQAgFwAAgAoAIBgAAIEKACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACEGBAAAuwgAIKMDAgAAAAGkAwIAAAABwQNAAAAAAekDAQAAAAHrAwAAAOsDAgIAAABDACA0AACVDQAgAwAAAEEAIDQAAJUNACA1AACZDQAgCAAAAEEAIAQAAK0IACAtAACZDQAgowMCAOwGACGkAwIA7AYAIcEDQADrBgAh6QMBAOkGACHrAwAArAjrAyIGBAAArQgAIKMDAgDsBgAhpAMCAOwGACHBA0AA6wYAIekDAQDpBgAh6wMAAKwI6wMiEQUAAPILACAHAADzCwAgCAAA9QsAIBcAAP0LACAZAADxCwAgGgAA9AsAIBsAAPYLACAdAAD4CwAgHgAA-QsAIB8AAPoLACAmAAD7CwAgJwAA_AsAIKMDAgAAAAHtAwEAAAAB7gMBAAAAAacEIAAAAAGoBCAAAAABAgAAAAEAIDQAAJoNACAaAwAAzQoAIAUAAM4KACAIAADQCgAgEwAAzwoAIBYAANEKACAXAADTCgAgGAAA1AoAIKMDAgAAAAG3AwIAAAABvQMAAACbBALBA0AAAAAB-gNAAAAAAYAEAQAAAAGTBAEAAAABlQQBAAAAAZwEAQAAAAGdBAEAAAABngQBAAAAAZ8EAQAAAAGgBAEAAAABoQQBAAAAAaIEAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAGmBAEAAAABAgAAAAUAIDQAAJwNACAZAwAA_QgAIAQAAPsIACAGAAD8CAAgBwAA_ggAIAkAAP8IACARAACACQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABAgAAABIAIDQAAJ4NACAKowMCAAAAAcEDQAAAAAHWAwIAAAAB1wMBAAAAAdgDEAAAAAHZAxAAAAAB2wMAAADbAwLcA0AAAAAB3QMBAAAAAd4DAQAAAAEZAwAA_QgAIAQAAPsIACAGAAD8CAAgBwAA_ggAIAkAAP8IACAOAACCCQAgEgAAgQkAIKMDAgAAAAGkAwIAAAABqwNAAAAAAbcDAgAAAAG9AwAAAIIEAsEDQAAAAAH2AwIAAAAB9wMCAAAAAfgDAQAAAAH5AwEAAAAB-gNAAAAAAfsDAQAAAAH9AwAAAP0DAv4DgAAAAAH_A0AAAAABgAQBAAAAAYIEAQAAAAGDBAIAAAABAgAAABIAIDQAAKENACAKowMCAAAAAcEDQAAAAAHVAwIAAAAB1wMBAAAAAdgDEAAAAAHZAxAAAAAB2wMAAADbAwLcA0AAAAAB3QMBAAAAAd4DAQAAAAEDAAAAEAAgNAAAoQ0AIDUAAKYNACAbAAAAEAAgAwAA2wgAIAQAANkIACAGAADaCAAgBwAA3AgAIAkAAN0IACAOAADgCAAgEgAA3wgAIC0AAKYNACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhGQMAANsIACAEAADZCAAgBgAA2ggAIAcAANwIACAJAADdCAAgDgAA4AgAIBIAAN8IACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADYCIIEIsEDQADrBgAh9gMCAOwGACH3AwIA7AYAIfgDAQDpBgAh-QMBAOkGACH6A0AA6wYAIfsDAQDpBgAh_QMAANcI_QMi_gOAAAAAAf8DQADrBgAhgAQBAOkGACGCBAEA-AYAIYMEAgD5BgAhDaMDAgAAAAG9AwAAAPYDAt8DAgAAAAHhAxAAAAAB4gMQAAAAAeMDEAAAAAHkAxAAAAAB7wMBAAAAAfADQAAAAAHxAwEAAAAB8gMBAAAAAfMDAQAAAAH0AwEAAAABAwAAAA0AIDQAAJoNACA1AACqDQAgEwAAAA0AIAUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIC0AAKoNACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIKMDAgDsBgAh7QMBAOkGACHuAwEA6QYAIacEIACLBwAhqAQgAIsHACEDAAAAAwAgNAAAnA0AIDUAAK0NACAcAAAAAwAgAwAA-gkAIAUAAPsJACAIAAD9CQAgEwAA_AkAIBYAAP4JACAXAACACgAgGAAAgQoAIC0AAK0NACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACEaAwAA-gkAIAUAAPsJACAIAAD9CQAgEwAA_AkAIBYAAP4JACAXAACACgAgGAAAgQoAIKMDAgDsBgAhtwMCAOwGACG9AwAAzgmbBCLBA0AA6wYAIfoDQADIBwAhgAQBAPgGACGTBAEA-AYAIZUEAQDpBgAhnAQBAOkGACGdBAEA6QYAIZ4EAQDpBgAhnwQBAPgGACGgBAEA-AYAIaEEAQD4BgAhogQBAPgGACGjBAEA-AYAIaQEAQD4BgAhpQQBAPgGACGmBAEA-AYAIQMAAAAQACA0AACeDQAgNQAAsA0AIBsAAAAQACADAADbCAAgBAAA2QgAIAYAANoIACAHAADcCAAgCQAA3QgAIBEAAN4IACASAADfCAAgLQAAsA0AIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAANgIggQiwQNAAOsGACH2AwIA7AYAIfcDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACEZAwAA2wgAIAQAANkIACAGAADaCAAgBwAA3AgAIAkAAN0IACARAADeCAAgEgAA3wgAIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAANgIggQiwQNAAOsGACH2AwIA7AYAIfcDAgDsBgAh-AMBAOkGACH5AwEA6QYAIfoDQADrBgAh-wMBAOkGACH9AwAA1wj9AyL-A4AAAAAB_wNAAOsGACGABAEA6QYAIYIEAQD4BgAhgwQCAPkGACEQDAAAkAgAIA4AANEIACCjAwIAAAABvQMAAAD2AwLVAwIAAAAB3wMCAAAAAeEDEAAAAAHiAxAAAAAB4wMQAAAAAeQDEAAAAAHvAwEAAAAB8ANAAAAAAfEDAQAAAAHyAwEAAAAB8wMBAAAAAfQDAQAAAAECAAAAIgAgNAAAsQ0AIBIEAACcCAAgDAAAmwgAIA0AAJ0IACARAACfCAAgowMCAAAAAaQDAgAAAAGrA0AAAAABtwMCAAAAAb0DAAAA5gMCwQNAAAAAAd4DAQAAAAHfAwIAAAAB4AMCAAAAAeEDEAAAAAHiAxAAAAAB4wMQAAAAAeQDEAAAAAHmAwEAAAABAgAAAEsAIDQAALMNACADAAAAIAAgNAAAsQ0AIDUAALcNACASAAAAIAAgDAAAgQgAIA4AANAIACAtAAC3DQAgowMCAOwGACG9AwAA_wf2AyLVAwIA-QYAId8DAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHvAwEA6QYAIfADQADrBgAh8QMBAPgGACHyAwEA-AYAIfMDAQD4BgAh9AMBAPgGACEQDAAAgQgAIA4AANAIACCjAwIA7AYAIb0DAAD_B_YDItUDAgD5BgAh3wMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIe8DAQDpBgAh8ANAAOsGACHxAwEA-AYAIfIDAQD4BgAh8wMBAPgGACH0AwEA-AYAIQMAAAAlACA0AACzDQAgNQAAug0AIBQAAAAlACAEAADxBwAgDAAA8AcAIA0AAPIHACARAAD0BwAgLQAAug0AIKMDAgDsBgAhpAMCAOwGACGrA0AA6wYAIbcDAgDsBgAhvQMAAO8H5gMiwQNAAOsGACHeAwEA-AYAId8DAgD5BgAh4AMCAPkGACHhAxAA5AcAIeIDEADkBwAh4wMQAOQHACHkAxAA5AcAIeYDAQD4BgAhEgQAAPEHACAMAADwBwAgDQAA8gcAIBEAAPQHACCjAwIA7AYAIaQDAgDsBgAhqwNAAOsGACG3AwIA7AYAIb0DAADvB-YDIsEDQADrBgAh3gMBAPgGACHfAwIA-QYAIeADAgD5BgAh4QMQAOQHACHiAxAA5AcAIeMDEADkBwAh5AMQAOQHACHmAwEA-AYAIREFAADyCwAgBwAA8wsAIAgAAPULACAXAAD9CwAgGQAA8QsAIBoAAPQLACAbAAD2CwAgHAAA9wsAIB4AAPkLACAfAAD6CwAgJgAA-wsAICcAAPwLACCjAwIAAAAB7QMBAAAAAe4DAQAAAAGnBCAAAAABqAQgAAAAAQIAAAABACA0AAC7DQAgAwAAAA0AIDQAALsNACA1AAC_DQAgEwAAAA0AIAUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIC0AAL8NACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAANsKACAHAADcCgAgCAAA3goAIBcAAOYKACAZAADaCgAgGgAA3QoAIBsAAN8KACAcAADgCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIKMDAgDsBgAh7QMBAOkGACHuAwEA6QYAIacEIACLBwAhqAQgAIsHACERBQAA8gsAIAcAAPMLACAIAAD1CwAgFwAA_QsAIBkAAPELACAaAAD0CwAgGwAA9gsAIBwAAPcLACAdAAD4CwAgHwAA-gsAICYAAPsLACAnAAD8CwAgowMCAAAAAe0DAQAAAAHuAwEAAAABpwQgAAAAAagEIAAAAAECAAAAAQAgNAAAwA0AIAMAAAANACA0AADADQAgNQAAxA0AIBMAAAANACAFAADbCgAgBwAA3AoAIAgAAN4KACAXAADmCgAgGQAA2goAIBoAAN0KACAbAADfCgAgHAAA4AoAIB0AAOEKACAfAADjCgAgJgAA5AoAICcAAOUKACAtAADEDQAgowMCAOwGACHtAwEA6QYAIe4DAQDpBgAhpwQgAIsHACGoBCAAiwcAIREFAADbCgAgBwAA3AoAIAgAAN4KACAXAADmCgAgGQAA2goAIBoAAN0KACAbAADfCgAgHAAA4AoAIB0AAOEKACAfAADjCgAgJgAA5AoAICcAAOUKACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAAPILACAHAADzCwAgCAAA9QsAIBcAAP0LACAZAADxCwAgGgAA9AsAIBsAAPYLACAcAAD3CwAgHQAA-AsAIB4AAPkLACAmAAD7CwAgJwAA_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-QYAIcYDIACLBwAhxwMCAPkGACHIAwEA-AYAIREFAADyCwAgBwAA8wsAIAgAAPULACAZAADxCwAgGgAA9AsAIBsAAPYLACAcAAD3CwAgHQAA-AsAIB4AAPkLACAfAAD6CwAgJgAA-wsAICcAAPwLACCjAwIAAAAB7QMBAAAAAe4DAQAAAAGnBCAAAAABqAQgAAAAAQIAAAABACA0AADmDQAgGgMAAM0KACAFAADOCgAgCAAA0AoAIA4AANIKACATAADPCgAgFgAA0QoAIBgAANQKACCjAwIAAAABtwMCAAAAAb0DAAAAmwQCwQNAAAAAAfoDQAAAAAGABAEAAAABkwQBAAAAAZUEAQAAAAGcBAEAAAABnQQBAAAAAZ4EAQAAAAGfBAEAAAABoAQBAAAAAaEEAQAAAAGiBAEAAAABowQBAAAAAaQEAQAAAAGlBAEAAAABpgQBAAAAAQIAAAAFACA0AADoDQAgAwAAAA0AIDQAAOYNACA1AADsDQAgEwAAAA0AIAUAANsKACAHAADcCgAgCAAA3goAIBkAANoKACAaAADdCgAgGwAA3woAIBwAAOAKACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIC0AAOwNACCjAwIA7AYAIe0DAQDpBgAh7gMBAOkGACGnBCAAiwcAIagEIACLBwAhEQUAANsKACAHAADcCgAgCAAA3goAIBkAANoKACAaAADdCgAgGwAA3woAIBwAAOAKACAdAADhCgAgHgAA4goAIB8AAOMKACAmAADkCgAgJwAA5QoAIKMDAgDsBgAh7QMBAOkGACHuAwEA6QYAIacEIACLBwAhqAQgAIsHACEDAAAAAwAgNAAA6A0AIDUAAO8NACAcAAAAAwAgAwAA-gkAIAUAAPsJACAIAAD9CQAgDgAA_wkAIBMAAPwJACAWAAD-CQAgGAAAgQoAIC0AAO8NACCjAwIA7AYAIbcDAgDsBgAhvQMAAM4JmwQiwQNAAOsGACH6A0AAyAcAIYAEAQD4BgAhkwQBAPgGACGVBAEA6QYAIZwEAQDpBgAhnQQBAOkGACGeBAEA6QYAIZ8EAQD4BgAhoAQBAPgGACGhBAEA-AYAIaIEAQD4BgAhowQBAPgGACGkBAEA-AYAIaUEAQD4BgAhpgQBAPgGACEaAwAA-gkAIAUAAPsJACAIAAD9CQAgDgAA_wkAIBMAAPwJACAWAAD-CQAgGAAAgQoAIKMDAgDsBgAhtwMCAOwGACG9AwAAzgmbBCLBA0AA6wYAIfoDQADIBwAhgAQBAPgGACGTBAEA-AYAIZUEAQDpBgAhnAQBAOkGACGdBAEA6QYAIZ4EAQDpBgAhnwQBAPgGACGgBAEA-AYAIaEEAQD4BgAhogQBAPgGACGjBAEA-AYAIaQEAQD4BgAhpQQBAPgGACGmBAEA-AYAIRoDAADNCgAgBQAAzgoAIAgAANAKACAOAADSCgAgEwAAzwoAIBYAANEKACAXAADTCgAgowMCAAAAAbcDAgAAAAG9AwAAAJsEAsEDQAAAAAH6A0AAAAABgAQBAAAAAZMEAQAAAAGVBAEAAAABnAQBAAAAAZ0EAQAAAAGeBAEAAAABnwQBAAAAAaAEAQAAAAGhBAEAAAABogQBAAAAAaMEAQAAAAGkBAEAAAABpQQBAAAAAaYEAQAAAAECAAAABQAgNAAA8A0AIAMAAAADACA0AADwDQAgNQAA9A0AIBwAAAADACADAAD6CQAgBQAA-wkAIAgAAP0JACAOAAD_CQAgEwAA_AkAIBYAAP4JACAXAACACgAgLQAA9A0AIKMDAgDsBgAhtwMCAOwGACG9AwAAzgmbBCLBA0AA6wYAIfoDQADIBwAhgAQBAPgGACGTBAEA-AYAIZUEAQDpBgAhnAQBAOkGACGdBAEA6QYAIZ4EAQDpBgAhnwQBAPgGACGgBAEA-AYAIaEEAQD4BgAhogQBAPgGACGjBAEA-AYAIaQEAQD4BgAhpQQBAPgGACGmBAEA-AYAIRoDAAD6CQAgBQAA-wkAIAgAAP0JACAOAAD_CQAgEwAA_AkAIBYAAP4JACAXAACACgAgowMCAOwGACG3AwIA7AYAIb0DAADOCZsEIsEDQADrBgAh-gNAAMgHACGABAEA-AYAIZMEAQD4BgAhlQQBAOkGACGcBAEA6QYAIZ0EAQDpBgAhngQBAOkGACGfBAEA-AYAIaAEAQD4BgAhoQQBAPgGACGiBAEA-AYAIaMEAQD4BgAhpAQBAPgGACGlBAEA-AYAIaYEAQD4BgAhDgVdAwdgBAhkBQsAIReJARUZBgIaYwYbaBgcaQodbRkecRofdRsmeRwniAEdCQMAAQUKAwhABQsAFw5MChM_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_CATRQwwEDUcQBA1LFAQNTxgEDVMcBA1XJAQNWywEiV8wBNVjPAQNZ0QEiWtIBNlvUAQNc1QEDXdYBIl7ZATdf2gE9YNsBBGHcAQRi3QEEY94BBGTfAQRl4QEEZuMBImfkAT5o5wEEaekBImrqAT9r7AEEbO0BBG3uASJu8QFAb_IBRnDzAQZx9AEGcvUBBnP2AQZ09wEGdfkBBnb7ASJ3_AFHeP4BBnmAAiJ6gQJIe4ICBnyDAgZ9hAIifocCSX-IAk-AAYkCB4EBigIHggGLAgeDAYwCB4QBjQIHhQGPAgeGAZECIocBkgJQiAGVAgeJAZcCIooBmAJRiwGaAgeMAZsCB40BnAIijgGfAlKPAaACWJABoQIFkQGiAgWSAaMCBZMBpAIFlAGlAgWVAacCBZYBqQIilwGqAlmYAa8CBZkBsQIimgGyAlqbAbYCBZwBtwIFnQG4AiKeAbsCW58BvAJhoAG9AgmhAb4CCaIBvwIJowHAAgmkAcECCaUBwwIJpgHFAiKnAcYCYqgBygIJqQHMAiKqAc0CY6sB0AIJrAHRAgmtAdICIq4B1QJkrwHWAmqwAdcCDrEB2AIOsgHZAg6zAdoCDrQB2wIOtQHdAg62Ad8CIrcB4AJruAHiAg65AeQCIroB5QJsuwHmAg68AecCDr0B6AIivgHrAm2_AewCc8AB7QIYwQHuAhjCAe8CGMMB8AIYxAHxAhjFAfMCGMYB9QIixwH2AnTIAfgCGMkB-gIiygH7AnXLAfwCGMwB_QIYzQH-AiLOAYEDds8BggN80AGDAxLRAYQDEtIBhQMS0wGGAxLUAYcDEtUBiQMS1gGLAyLXAYwDfdgBjgMS2QGQAyLaAZEDftsBkgMS3AGTAxLdAZQDIt4BlwN_3wGYA4UB4AGZAxPhAZoDE-IBmwMT4wGcAxPkAZ0DE-UBnwMT5gGhAyLnAaIDhgHoAaQDE-kBpgMi6gGnA4cB6wGoAxPsAakDE-0BqgMi7gGtA4gB7wGuA44B8AGvAwrxAbADCvIBsQMK8wGyAwr0AbMDCvUBtQMK9gG3AyL3AbgDjwH4AbwDCvkBvgMi-gG_A5AB-wHCAwr8AcMDCv0BxAMi_gHHA5EB_wHIA5cBgALJAwuBAsoDC4ICywMLgwLMAwuEAs0DC4UCzwMLhgLRAyKHAtIDmAGIAtQDC4kC1gMiigLXA5kBiwLYAwuMAtkDC40C2gMijgLdA5oBjwLeA6ABkALfAxmRAuADGZIC4QMZkwLiAxmUAuMDGZUC5QMZlgLnAyKXAugDoQGYAuoDGZkC7AMimgLtA6IBmwLuAxmcAu8DGZ0C8AMingLzA6MBnwL0A6kBoAL1AxqhAvYDGqIC9wMaowL4AxqkAvkDGqUC-wMapgL9AyKnAv4DqgGoAoAEGqkCggQiqgKDBKsBqwKEBBqsAoUEGq0ChgQirgKJBKwBrwKKBLIBsAKLBBuxAowEG7ICjQQbswKOBBu0Ao8EG7UCkQQbtgKTBCK3ApQEswG4ApYEG7kCmAQiugKZBLQBuwKaBBu8ApsEG70CnAQivgKfBLUBvwKgBLsBwAKiBLwBwQKjBLwBwgKmBLwBwwKnBLwBxAKoBLwBxQKqBLwBxgKsBCLHAq0EvQHIAq8EvAHJArEEIsoCsgS-AcsCswS8AcwCtAS8Ac0CtQQizgK4BL8BzwK5BMUB0AK6BBzRArsEHNICvAQc0wK9BBzUAr4EHNUCwAQc1gLCBCLXAsMExgHYAsYEHNkCyAQi2gLJBMcB2wLLBBzcAswEHN0CzQQi3gLQBMgB3wLRBM4B4ALSBB3hAtMEHeIC1AQd4wLVBB3kAtYEHeUC2AQd5gLaBCLnAtsEzwHoAt4EHekC4AQi6gLhBNAB6wLjBB3sAuQEHe0C5QQi7gLoBNEB7wLpBNcB8ALqBB7xAusEHvIC7AQe8wLtBB70Au4EHvUC8AQe9gLyBCL3AvME2AH4AvUEHvkC9wQi-gL4BNkB-wL5BB78AvoEHv0C-wQi_gL-BNoB_wL_BOABgAOABRWBA4EFFYIDggUVgwODBRWEA4QFFYUDhgUVhgOIBSKHA4kF4QGIA4wFFYkDjgUiigOPBeIBiwORBRWMA5IFFY0DkwUijgOWBeMBjwOXBekBkAOYBRaRA5kFFpIDmgUWkwObBRaUA5wFFpUDngUWlgOgBSKXA6EF6gGYA6MFFpkDpQUimgOmBesBmwOnBRacA6gFFp0DqQUingOsBewBnwOtBfIB" + strings: JSON.parse("[\"where\",\"orderBy\",\"cursor\",\"user\",\"patient\",\"appointments\",\"appointment\",\"staff\",\"claims\",\"npiProvider\",\"appointmentProcedures\",\"_count\",\"claim\",\"updatedBy\",\"payment\",\"serviceLine\",\"serviceLineTransactions\",\"serviceLines\",\"claimFiles\",\"procedures\",\"files\",\"group\",\"pdfs\",\"groups\",\"communications\",\"documents\",\"patients\",\"npiProviders\",\"insuranceCredentials\",\"updatedPayments\",\"backups\",\"backupDestinations\",\"notifications\",\"parent\",\"children\",\"folder\",\"file\",\"chunks\",\"cloudFolders\",\"cloudFiles\",\"User.findUnique\",\"User.findUniqueOrThrow\",\"User.findFirst\",\"User.findFirstOrThrow\",\"User.findMany\",\"data\",\"User.createOne\",\"User.createMany\",\"User.createManyAndReturn\",\"User.updateOne\",\"User.updateMany\",\"User.updateManyAndReturn\",\"create\",\"update\",\"User.upsertOne\",\"User.deleteOne\",\"User.deleteMany\",\"having\",\"_avg\",\"_sum\",\"_min\",\"_max\",\"User.groupBy\",\"User.aggregate\",\"Patient.findUnique\",\"Patient.findUniqueOrThrow\",\"Patient.findFirst\",\"Patient.findFirstOrThrow\",\"Patient.findMany\",\"Patient.createOne\",\"Patient.createMany\",\"Patient.createManyAndReturn\",\"Patient.updateOne\",\"Patient.updateMany\",\"Patient.updateManyAndReturn\",\"Patient.upsertOne\",\"Patient.deleteOne\",\"Patient.deleteMany\",\"Patient.groupBy\",\"Patient.aggregate\",\"Appointment.findUnique\",\"Appointment.findUniqueOrThrow\",\"Appointment.findFirst\",\"Appointment.findFirstOrThrow\",\"Appointment.findMany\",\"Appointment.createOne\",\"Appointment.createMany\",\"Appointment.createManyAndReturn\",\"Appointment.updateOne\",\"Appointment.updateMany\",\"Appointment.updateManyAndReturn\",\"Appointment.upsertOne\",\"Appointment.deleteOne\",\"Appointment.deleteMany\",\"Appointment.groupBy\",\"Appointment.aggregate\",\"AppointmentFile.findUnique\",\"AppointmentFile.findUniqueOrThrow\",\"AppointmentFile.findFirst\",\"AppointmentFile.findFirstOrThrow\",\"AppointmentFile.findMany\",\"AppointmentFile.createOne\",\"AppointmentFile.createMany\",\"AppointmentFile.createManyAndReturn\",\"AppointmentFile.updateOne\",\"AppointmentFile.updateMany\",\"AppointmentFile.updateManyAndReturn\",\"AppointmentFile.upsertOne\",\"AppointmentFile.deleteOne\",\"AppointmentFile.deleteMany\",\"AppointmentFile.groupBy\",\"AppointmentFile.aggregate\",\"Staff.findUnique\",\"Staff.findUniqueOrThrow\",\"Staff.findFirst\",\"Staff.findFirstOrThrow\",\"Staff.findMany\",\"Staff.createOne\",\"Staff.createMany\",\"Staff.createManyAndReturn\",\"Staff.updateOne\",\"Staff.updateMany\",\"Staff.updateManyAndReturn\",\"Staff.upsertOne\",\"Staff.deleteOne\",\"Staff.deleteMany\",\"Staff.groupBy\",\"Staff.aggregate\",\"NpiProvider.findUnique\",\"NpiProvider.findUniqueOrThrow\",\"NpiProvider.findFirst\",\"NpiProvider.findFirstOrThrow\",\"NpiProvider.findMany\",\"NpiProvider.createOne\",\"NpiProvider.createMany\",\"NpiProvider.createManyAndReturn\",\"NpiProvider.updateOne\",\"NpiProvider.updateMany\",\"NpiProvider.updateManyAndReturn\",\"NpiProvider.upsertOne\",\"NpiProvider.deleteOne\",\"NpiProvider.deleteMany\",\"NpiProvider.groupBy\",\"NpiProvider.aggregate\",\"AppointmentProcedure.findUnique\",\"AppointmentProcedure.findUniqueOrThrow\",\"AppointmentProcedure.findFirst\",\"AppointmentProcedure.findFirstOrThrow\",\"AppointmentProcedure.findMany\",\"AppointmentProcedure.createOne\",\"AppointmentProcedure.createMany\",\"AppointmentProcedure.createManyAndReturn\",\"AppointmentProcedure.updateOne\",\"AppointmentProcedure.updateMany\",\"AppointmentProcedure.updateManyAndReturn\",\"AppointmentProcedure.upsertOne\",\"AppointmentProcedure.deleteOne\",\"AppointmentProcedure.deleteMany\",\"AppointmentProcedure.groupBy\",\"AppointmentProcedure.aggregate\",\"Claim.findUnique\",\"Claim.findUniqueOrThrow\",\"Claim.findFirst\",\"Claim.findFirstOrThrow\",\"Claim.findMany\",\"Claim.createOne\",\"Claim.createMany\",\"Claim.createManyAndReturn\",\"Claim.updateOne\",\"Claim.updateMany\",\"Claim.updateManyAndReturn\",\"Claim.upsertOne\",\"Claim.deleteOne\",\"Claim.deleteMany\",\"Claim.groupBy\",\"Claim.aggregate\",\"ServiceLine.findUnique\",\"ServiceLine.findUniqueOrThrow\",\"ServiceLine.findFirst\",\"ServiceLine.findFirstOrThrow\",\"ServiceLine.findMany\",\"ServiceLine.createOne\",\"ServiceLine.createMany\",\"ServiceLine.createManyAndReturn\",\"ServiceLine.updateOne\",\"ServiceLine.updateMany\",\"ServiceLine.updateManyAndReturn\",\"ServiceLine.upsertOne\",\"ServiceLine.deleteOne\",\"ServiceLine.deleteMany\",\"ServiceLine.groupBy\",\"ServiceLine.aggregate\",\"ClaimFile.findUnique\",\"ClaimFile.findUniqueOrThrow\",\"ClaimFile.findFirst\",\"ClaimFile.findFirstOrThrow\",\"ClaimFile.findMany\",\"ClaimFile.createOne\",\"ClaimFile.createMany\",\"ClaimFile.createManyAndReturn\",\"ClaimFile.updateOne\",\"ClaimFile.updateMany\",\"ClaimFile.updateManyAndReturn\",\"ClaimFile.upsertOne\",\"ClaimFile.deleteOne\",\"ClaimFile.deleteMany\",\"ClaimFile.groupBy\",\"ClaimFile.aggregate\",\"InsuranceCredential.findUnique\",\"InsuranceCredential.findUniqueOrThrow\",\"InsuranceCredential.findFirst\",\"InsuranceCredential.findFirstOrThrow\",\"InsuranceCredential.findMany\",\"InsuranceCredential.createOne\",\"InsuranceCredential.createMany\",\"InsuranceCredential.createManyAndReturn\",\"InsuranceCredential.updateOne\",\"InsuranceCredential.updateMany\",\"InsuranceCredential.updateManyAndReturn\",\"InsuranceCredential.upsertOne\",\"InsuranceCredential.deleteOne\",\"InsuranceCredential.deleteMany\",\"InsuranceCredential.groupBy\",\"InsuranceCredential.aggregate\",\"PdfGroup.findUnique\",\"PdfGroup.findUniqueOrThrow\",\"PdfGroup.findFirst\",\"PdfGroup.findFirstOrThrow\",\"PdfGroup.findMany\",\"PdfGroup.createOne\",\"PdfGroup.createMany\",\"PdfGroup.createManyAndReturn\",\"PdfGroup.updateOne\",\"PdfGroup.updateMany\",\"PdfGroup.updateManyAndReturn\",\"PdfGroup.upsertOne\",\"PdfGroup.deleteOne\",\"PdfGroup.deleteMany\",\"PdfGroup.groupBy\",\"PdfGroup.aggregate\",\"PdfFile.findUnique\",\"PdfFile.findUniqueOrThrow\",\"PdfFile.findFirst\",\"PdfFile.findFirstOrThrow\",\"PdfFile.findMany\",\"PdfFile.createOne\",\"PdfFile.createMany\",\"PdfFile.createManyAndReturn\",\"PdfFile.updateOne\",\"PdfFile.updateMany\",\"PdfFile.updateManyAndReturn\",\"PdfFile.upsertOne\",\"PdfFile.deleteOne\",\"PdfFile.deleteMany\",\"PdfFile.groupBy\",\"PdfFile.aggregate\",\"Payment.findUnique\",\"Payment.findUniqueOrThrow\",\"Payment.findFirst\",\"Payment.findFirstOrThrow\",\"Payment.findMany\",\"Payment.createOne\",\"Payment.createMany\",\"Payment.createManyAndReturn\",\"Payment.updateOne\",\"Payment.updateMany\",\"Payment.updateManyAndReturn\",\"Payment.upsertOne\",\"Payment.deleteOne\",\"Payment.deleteMany\",\"Payment.groupBy\",\"Payment.aggregate\",\"ServiceLineTransaction.findUnique\",\"ServiceLineTransaction.findUniqueOrThrow\",\"ServiceLineTransaction.findFirst\",\"ServiceLineTransaction.findFirstOrThrow\",\"ServiceLineTransaction.findMany\",\"ServiceLineTransaction.createOne\",\"ServiceLineTransaction.createMany\",\"ServiceLineTransaction.createManyAndReturn\",\"ServiceLineTransaction.updateOne\",\"ServiceLineTransaction.updateMany\",\"ServiceLineTransaction.updateManyAndReturn\",\"ServiceLineTransaction.upsertOne\",\"ServiceLineTransaction.deleteOne\",\"ServiceLineTransaction.deleteMany\",\"ServiceLineTransaction.groupBy\",\"ServiceLineTransaction.aggregate\",\"DatabaseBackup.findUnique\",\"DatabaseBackup.findUniqueOrThrow\",\"DatabaseBackup.findFirst\",\"DatabaseBackup.findFirstOrThrow\",\"DatabaseBackup.findMany\",\"DatabaseBackup.createOne\",\"DatabaseBackup.createMany\",\"DatabaseBackup.createManyAndReturn\",\"DatabaseBackup.updateOne\",\"DatabaseBackup.updateMany\",\"DatabaseBackup.updateManyAndReturn\",\"DatabaseBackup.upsertOne\",\"DatabaseBackup.deleteOne\",\"DatabaseBackup.deleteMany\",\"DatabaseBackup.groupBy\",\"DatabaseBackup.aggregate\",\"BackupDestination.findUnique\",\"BackupDestination.findUniqueOrThrow\",\"BackupDestination.findFirst\",\"BackupDestination.findFirstOrThrow\",\"BackupDestination.findMany\",\"BackupDestination.createOne\",\"BackupDestination.createMany\",\"BackupDestination.createManyAndReturn\",\"BackupDestination.updateOne\",\"BackupDestination.updateMany\",\"BackupDestination.updateManyAndReturn\",\"BackupDestination.upsertOne\",\"BackupDestination.deleteOne\",\"BackupDestination.deleteMany\",\"BackupDestination.groupBy\",\"BackupDestination.aggregate\",\"Notification.findUnique\",\"Notification.findUniqueOrThrow\",\"Notification.findFirst\",\"Notification.findFirstOrThrow\",\"Notification.findMany\",\"Notification.createOne\",\"Notification.createMany\",\"Notification.createManyAndReturn\",\"Notification.updateOne\",\"Notification.updateMany\",\"Notification.updateManyAndReturn\",\"Notification.upsertOne\",\"Notification.deleteOne\",\"Notification.deleteMany\",\"Notification.groupBy\",\"Notification.aggregate\",\"CronJobLog.findUnique\",\"CronJobLog.findUniqueOrThrow\",\"CronJobLog.findFirst\",\"CronJobLog.findFirstOrThrow\",\"CronJobLog.findMany\",\"CronJobLog.createOne\",\"CronJobLog.createMany\",\"CronJobLog.createManyAndReturn\",\"CronJobLog.updateOne\",\"CronJobLog.updateMany\",\"CronJobLog.updateManyAndReturn\",\"CronJobLog.upsertOne\",\"CronJobLog.deleteOne\",\"CronJobLog.deleteMany\",\"CronJobLog.groupBy\",\"CronJobLog.aggregate\",\"CloudFolder.findUnique\",\"CloudFolder.findUniqueOrThrow\",\"CloudFolder.findFirst\",\"CloudFolder.findFirstOrThrow\",\"CloudFolder.findMany\",\"CloudFolder.createOne\",\"CloudFolder.createMany\",\"CloudFolder.createManyAndReturn\",\"CloudFolder.updateOne\",\"CloudFolder.updateMany\",\"CloudFolder.updateManyAndReturn\",\"CloudFolder.upsertOne\",\"CloudFolder.deleteOne\",\"CloudFolder.deleteMany\",\"CloudFolder.groupBy\",\"CloudFolder.aggregate\",\"CloudFile.findUnique\",\"CloudFile.findUniqueOrThrow\",\"CloudFile.findFirst\",\"CloudFile.findFirstOrThrow\",\"CloudFile.findMany\",\"CloudFile.createOne\",\"CloudFile.createMany\",\"CloudFile.createManyAndReturn\",\"CloudFile.updateOne\",\"CloudFile.updateMany\",\"CloudFile.updateManyAndReturn\",\"CloudFile.upsertOne\",\"CloudFile.deleteOne\",\"CloudFile.deleteMany\",\"CloudFile.groupBy\",\"CloudFile.aggregate\",\"CloudFileChunk.findUnique\",\"CloudFileChunk.findUniqueOrThrow\",\"CloudFileChunk.findFirst\",\"CloudFileChunk.findFirstOrThrow\",\"CloudFileChunk.findMany\",\"CloudFileChunk.createOne\",\"CloudFileChunk.createMany\",\"CloudFileChunk.createManyAndReturn\",\"CloudFileChunk.updateOne\",\"CloudFileChunk.updateMany\",\"CloudFileChunk.updateManyAndReturn\",\"CloudFileChunk.upsertOne\",\"CloudFileChunk.deleteOne\",\"CloudFileChunk.deleteMany\",\"CloudFileChunk.groupBy\",\"CloudFileChunk.aggregate\",\"Communication.findUnique\",\"Communication.findUniqueOrThrow\",\"Communication.findFirst\",\"Communication.findFirstOrThrow\",\"Communication.findMany\",\"Communication.createOne\",\"Communication.createMany\",\"Communication.createManyAndReturn\",\"Communication.updateOne\",\"Communication.updateMany\",\"Communication.updateManyAndReturn\",\"Communication.upsertOne\",\"Communication.deleteOne\",\"Communication.deleteMany\",\"Communication.groupBy\",\"Communication.aggregate\",\"PatientDocument.findUnique\",\"PatientDocument.findUniqueOrThrow\",\"PatientDocument.findFirst\",\"PatientDocument.findFirstOrThrow\",\"PatientDocument.findMany\",\"PatientDocument.createOne\",\"PatientDocument.createMany\",\"PatientDocument.createManyAndReturn\",\"PatientDocument.updateOne\",\"PatientDocument.updateMany\",\"PatientDocument.updateManyAndReturn\",\"PatientDocument.upsertOne\",\"PatientDocument.deleteOne\",\"PatientDocument.deleteMany\",\"PatientDocument.groupBy\",\"PatientDocument.aggregate\",\"AND\",\"OR\",\"NOT\",\"id\",\"patientId\",\"filename\",\"originalName\",\"mimeType\",\"fileSize\",\"filePath\",\"uploadedAt\",\"updatedAt\",\"equals\",\"in\",\"notIn\",\"lt\",\"lte\",\"gt\",\"gte\",\"not\",\"contains\",\"startsWith\",\"endsWith\",\"userId\",\"CommunicationChannel\",\"channel\",\"CommunicationDirection\",\"direction\",\"CommunicationStatus\",\"status\",\"body\",\"callDuration\",\"twilioSid\",\"createdAt\",\"fileId\",\"seq\",\"name\",\"folderId\",\"isComplete\",\"totalChunks\",\"diskPath\",\"parentId\",\"jobName\",\"startedAt\",\"completedAt\",\"durationMs\",\"errorMessage\",\"NotificationTypes\",\"type\",\"message\",\"read\",\"path\",\"isActive\",\"paymentId\",\"serviceLineId\",\"transactionId\",\"paidAmount\",\"adjustedAmount\",\"PaymentMethod\",\"method\",\"receivedDate\",\"payerName\",\"notes\",\"claimId\",\"updatedById\",\"totalBilled\",\"totalPaid\",\"totalAdjusted\",\"totalDue\",\"PaymentStatus\",\"icn\",\"pdfData\",\"groupId\",\"title\",\"PdfTitleKey\",\"titleKey\",\"siteKey\",\"username\",\"password\",\"procedureCode\",\"procedureDate\",\"quad\",\"arch\",\"toothNumber\",\"toothSurface\",\"ServiceLineStatus\",\"appointmentId\",\"staffId\",\"patientName\",\"memberId\",\"dateOfBirth\",\"remarks\",\"MissingTeethStatus\",\"missingTeethStatus\",\"missingTeeth\",\"serviceDate\",\"insuranceProvider\",\"ClaimStatus\",\"claimNumber\",\"npiProviderId\",\"string_contains\",\"string_starts_with\",\"string_ends_with\",\"array_starts_with\",\"array_ends_with\",\"array_contains\",\"procedureLabel\",\"fee\",\"category\",\"oralCavityArea\",\"ProcedureSource\",\"source\",\"comboKey\",\"npiNumber\",\"providerName\",\"email\",\"role\",\"phone\",\"date\",\"startTime\",\"endTime\",\"procedureCodeNotes\",\"PatientStatus\",\"eligibilityStatus\",\"firstName\",\"lastName\",\"gender\",\"address\",\"city\",\"zipCode\",\"insuranceId\",\"groupNumber\",\"policyHolder\",\"allergies\",\"medicalConditions\",\"autoBackupEnabled\",\"usbBackupEnabled\",\"fileId_seq\",\"every\",\"some\",\"none\",\"userId_parentId_name\",\"userId_siteKey\",\"userId_npiNumber\",\"is\",\"isNot\",\"connectOrCreate\",\"upsert\",\"createMany\",\"set\",\"disconnect\",\"delete\",\"connect\",\"updateMany\",\"deleteMany\",\"increment\",\"decrement\",\"multiply\",\"divide\"]"), + graph: "rg78AYADFQUAAMsGACAHAAD0BgAgCAAAxwYAIBgAAPsGACAaAADzBgAgGwAA9QYAIBwAAPYGACAdAAD3BgAgHgAA-AYAIB8AAPkGACAgAAD6BgAgJgAAvQYAICcAAL4GACCwAwAA8gYAMLEDAAANABCyAwAA8gYAMLMDAgAAAAH9AwEAAAAB_gMBAPcFACG3BCAAtwYAIbgEIAC3BgAhAQAAAAEAIB4DAAC4BgAgBQAAywYAIAgAAMcGACAOAAD3BgAgEwAAyAYAIBcAAIAHACAYAAD7BgAgGQAAgQcAILADAAD_BgAwsQMAAAMAELIDAAD_BgAwswMCAPYFACHHAwIA9gUAIc0DAAD9BqsEItEDQAD4BQAhigRAAPkFACGQBAEA-wUAIaMEAQD7BQAhpQQBAPcFACGsBAEA9wUAIa0EAQD3BQAhrgQBAPcFACGvBAEA-wUAIbAEAQD7BQAhsQQBAPsFACGyBAEA-wUAIbMEAQD7BQAhtAQBAPsFACG1BAEA-wUAIbYEAQD7BQAhEwMAAL8MACAFAACyDAAgCAAAtQwAIA4AALcMACATAADCDAAgFwAA0AwAIBgAAL0MACAZAADRDAAgigQAAI0HACCQBAAAjQcAIKMEAACNBwAgrwQAAI0HACCwBAAAjQcAILEEAACNBwAgsgQAAI0HACCzBAAAjQcAILQEAACNBwAgtQQAAI0HACC2BAAAjQcAIB4DAAC4BgAgBQAAywYAIAgAAMcGACAOAAD3BgAgEwAAyAYAIBcAAIAHACAYAAD7BgAgGQAAgQcAILADAAD_BgAwsQMAAAMAELIDAAD_BgAwswMCAAAAAccDAgD2BQAhzQMAAP0GqwQi0QNAAPgFACGKBEAA-QUAIZAEAQD7BQAhowQBAPsFACGlBAEA9wUAIawEAQD3BQAhrQQBAPcFACGuBAEA9wUAIa8EAQD7BQAhsAQBAPsFACGxBAEA-wUAIbIEAQD7BQAhswQBAPsFACG0BAEA-wUAIbUEAQD7BQAhtgQBAPsFACEDAAAAAwAgAQAABAAwAgAABQAgFwMAALgGACAEAADNBgAgBwAA8AYAIAgAAMcGACATAADIBgAgFAAA_gYAILADAAD8BgAwsQMAAAcAELIDAAD8BgAwswMCAPYFACG0AwIA9gUAIccDAgD2BQAhzQMBAPcFACHRA0AA-AUAIeADAQD3BQAh7gMBAPsFACH5AwEA9wUAIYcEAgD2BQAhpgRAAPgFACGnBAEA9wUAIagEAQD3BQAhqQQBAPsFACGrBAAA_QarBCIIAwAAvwwAIAQAAMMMACAHAADNDAAgCAAAtQwAIBMAAMIMACAUAADPDAAg7gMAAI0HACCpBAAAjQcAIBcDAAC4BgAgBAAAzQYAIAcAAPAGACAIAADHBgAgEwAAyAYAIBQAAP4GACCwAwAA_AYAMLEDAAAHABCyAwAA_AYAMLMDAgAAAAG0AwIA9gUAIccDAgD2BQAhzQMBAPcFACHRA0AA-AUAIeADAQD3BQAh7gMBAPsFACH5AwEA9wUAIYcEAgD2BQAhpgRAAPgFACGnBAEA9wUAIagEAQD3BQAhqQQBAPsFACGrBAAA_QarBCIDAAAABwAgAQAACAAwAgAACQAgDQMAAMoGACAFAADLBgAgCAAAxwYAILADAADJBgAwsQMAAAsAELIDAADJBgAwswMCAPYFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACGjBAEA-wUAIaQEAQD3BQAhpQQBAPsFACEBAAAACwAgFQUAAMsGACAHAAD0BgAgCAAAxwYAIBgAAPsGACAaAADzBgAgGwAA9QYAIBwAAPYGACAdAAD3BgAgHgAA-AYAIB8AAPkGACAgAAD6BgAgJgAAvQYAICcAAL4GACCwAwAA8gYAMLEDAAANABCyAwAA8gYAMLMDAgD2BQAh_QMBAPcFACH-AwEA9wUAIbcEIAC3BgAhuAQgALcGACEBAAAADQAgAwAAAAcAIAEAAAgAMAIAAAkAIB0DAADKBgAgBAAAzQYAIAYAAN4GACAHAADwBgAgCQAA6wYAIA4AAOcGACARAADXBgAgEgAA8QYAILADAADsBgAwsQMAABAAELIDAADsBgAwswMCAPYFACG0AwIA9gUAIbsDQAD4BQAhxwMCAPYFACHNAwAA7waSBCLRA0AA-AUAIYYEAgD2BQAhhwQCAPYFACGIBAEA9wUAIYkEAQD3BQAhigRAAPgFACGLBAEA9wUAIY0EAADtBo0EIo4EAADuBgAgjwRAAPgFACGQBAEA9wUAIZIEAQD7BQAhkwQCAPoFACELAwAAvwwAIAQAAMMMACAGAADJDAAgBwAAzQwAIAkAAMwMACAOAADKDAAgEQAAxgwAIBIAAM4MACCOBAAAjQcAIJIEAACNBwAgkwQAAI0HACAdAwAAygYAIAQAAM0GACAGAADeBgAgBwAA8AYAIAkAAOsGACAOAADnBgAgEQAA1wYAIBIAAPEGACCwAwAA7AYAMLEDAAAQABCyAwAA7AYAMLMDAgAAAAG0AwIA9gUAIbsDQAD4BQAhxwMCAPYFACHNAwAA7waSBCLRA0AA-AUAIYYEAgD2BQAhhwQCAPYFACGIBAEA9wUAIYkEAQD3BQAhigRAAPgFACGLBAEA9wUAIY0EAADtBo0EIo4EAADuBgAgjwRAAPgFACGQBAEA9wUAIZIEAQD7BQAhkwQCAPoFACEDAAAAEAAgAQAAEQAwAgAAEgAgAQAAAA0AIAEAAAALACALAwAAuAYAIAgAAMcGACAKAADIBgAgsAMAAMYGADCxAwAAFgAQsgMAAMYGADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACGhBAEA9wUAIaIEAQD3BQAhAQAAABYAIAMAAAAQACABAAARADACAAASACAUBAAAzQYAIAYAAN4GACAJAADrBgAgsAMAAOgGADCxAwAAGQAQsgMAAOgGADCzAwIA9gUAIbQDAgD2BQAh0QNAAPgFACH_AwEA9wUAIYMEAQD7BQAhhAQBAPsFACGGBAIA9gUAIZMEAgD6BQAhmgQBAPsFACGbBBAA6QYAIZwEAQD7BQAhnQQBAPsFACGfBAAA6gafBCKgBAEA-wUAIQsEAADDDAAgBgAAyQwAIAkAAMwMACCDBAAAjQcAIIQEAACNBwAgkwQAAI0HACCaBAAAjQcAIJsEAACNBwAgnAQAAI0HACCdBAAAjQcAIKAEAACNBwAgFAQAAM0GACAGAADeBgAgCQAA6wYAILADAADoBgAwsQMAABkAELIDAADoBgAwswMCAAAAAbQDAgD2BQAh0QNAAPgFACH_AwEA9wUAIYMEAQD7BQAhhAQBAPsFACGGBAIA9gUAIZMEAgD6BQAhmgQBAPsFACGbBBAA6QYAIZwEAQD7BQAhnQQBAPsFACGfBAAA6gafBCKgBAEA-wUAIQMAAAAZACABAAAaADACAAAbACABAAAAFgAgAQAAABAAIAEAAAAZACAUDAAA1QYAIA4AAOcGACAQAADWBgAgsAMAAOUGADCxAwAAIAAQsgMAAOUGADCzAwIA9gUAIc0DAADmBoYEIuUDAgD6BQAh7wMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIf8DAQD3BQAhgARAAPgFACGBBAEA-wUAIYIEAQD7BQAhgwQBAPsFACGEBAEA-wUAIQkMAADEDAAgDgAAygwAIBAAAMUMACDlAwAAjQcAIO8DAACNBwAggQQAAI0HACCCBAAAjQcAIIMEAACNBwAghAQAAI0HACAUDAAA1QYAIA4AAOcGACAQAADWBgAgsAMAAOUGADCxAwAAIAAQsgMAAOUGADCzAwIAAAABzQMAAOYGhgQi5QMCAPoFACHvAwIA-gUAIfEDEADTBgAh8gMQANMGACHzAxAA0wYAIfQDEADTBgAh_wMBAPcFACGABEAA-AUAIYEEAQD7BQAhggQBAPsFACGDBAEA-wUAIYQEAQD7BQAhAwAAACAAIAEAACEAMAIAACIAIAEAAAAQACAWBAAAzQYAIAwAANUGACANAADKBgAgEAAA1gYAIBEAANcGACCwAwAA0gYAMLEDAAAlABCyAwAA0gYAMLMDAgD2BQAhtAMCAPYFACG7A0AA-AUAIccDAgD2BQAhzQMAANQG9gMi0QNAAPgFACHuAwEA-wUAIe8DAgD6BQAh8AMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIfYDAQD7BQAhAQAAACUAIAEAAAAQACABAAAADQAgEA4AAOMGACAPAADkBgAgsAMAAOEGADCxAwAAKQAQsgMAAOEGADCzAwIA9gUAIdEDQAD4BQAh5QMCAPYFACHmAwIA9gUAIecDAQD7BQAh6AMQANMGACHpAxAA0wYAIesDAADiBusDIuwDQAD4BQAh7QMBAPsFACHuAwEA-wUAIQUOAADKDAAgDwAAywwAIOcDAACNBwAg7QMAAI0HACDuAwAAjQcAIBAOAADjBgAgDwAA5AYAILADAADhBgAwsQMAACkAELIDAADhBgAwswMCAAAAAdEDQAD4BQAh5QMCAPYFACHmAwIA9gUAIecDAQD7BQAh6AMQANMGACHpAxAA0wYAIesDAADiBusDIuwDQAD4BQAh7QMBAPsFACHuAwEA-wUAIQMAAAApACABAAAqADACAAArACADAAAAIAAgAQAAIQAwAgAAIgAgAQAAACkAIAEAAAAgACADAAAAKQAgAQAAKgAwAgAAKwAgAQAAACkAIAkMAADgBgAgsAMAAN8GADCxAwAAMgAQsgMAAN8GADCzAwIA9gUAIbUDAQD3BQAhtwMBAPcFACG5AwEA-wUAIe8DAgD2BQAhAgwAAMQMACC5AwAAjQcAIAkMAADgBgAgsAMAAN8GADCxAwAAMgAQsgMAAN8GADCzAwIAAAABtQMBAPcFACG3AwEA9wUAIbkDAQD7BQAh7wMCAPYFACEDAAAAMgAgAQAAMwAwAgAANAAgAQAAACUAIAEAAAAgACABAAAAMgAgAQAAAAcAIAEAAAAQACADAAAAGQAgAQAAGgAwAgAAGwAgAwAAABAAIAEAABEAMAIAABIAIAkGAADeBgAgsAMAAN0GADCxAwAAPQAQsgMAAN0GADCzAwIA9gUAIbUDAQD3BQAhtwMBAPsFACG5AwEA-wUAIYYEAgD2BQAhAwYAAMkMACC3AwAAjQcAILkDAACNBwAgCQYAAN4GACCwAwAA3QYAMLEDAAA9ABCyAwAA3QYAMLMDAgAAAAG1AwEA9wUAIbcDAQD7BQAhuQMBAPsFACGGBAIA9gUAIQMAAAA9ACABAAA-ADACAAA_ACABAAAAGQAgAQAAABAAIAEAAAA9ACADAAAAGQAgAQAAGgAwAgAAGwAgAwAAABAAIAEAABEAMAIAABIAIAoEAADNBgAgFgAA3AYAILADAADaBgAwsQMAAEYAELIDAADaBgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyICBAAAwwwAIBYAAMgMACAKBAAAzQYAIBYAANwGACCwAwAA2gYAMLEDAABGABCyAwAA2gYAMLMDAgAAAAG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyIDAAAARgAgAQAARwAwAgAASAAgCRUAANkGACCwAwAA2AYAMLEDAABKABCyAwAA2AYAMLMDAgD2BQAhtQMBAPcFACG6A0AA-AUAIfcDAAGzBgAh-AMCAPYFACEBFQAAxwwAIAkVAADZBgAgsAMAANgGADCxAwAASgAQsgMAANgGADCzAwIAAAABtQMBAPcFACG6A0AA-AUAIfcDAAGzBgAh-AMCAPYFACEDAAAASgAgAQAASwAwAgAATAAgAQAAAEoAIAkEAADDDAAgDAAAxAwAIA0AAL8MACAQAADFDAAgEQAAxgwAIO4DAACNBwAg7wMAAI0HACDwAwAAjQcAIPYDAACNBwAgFgQAAM0GACAMAADVBgAgDQAAygYAIBAAANYGACARAADXBgAgsAMAANIGADCxAwAAJQAQsgMAANIGADCzAwIAAAABtAMCAPYFACG7A0AA-AUAIccDAgD2BQAhzQMAANQG9gMi0QNAAPgFACHuAwEA-wUAIe8DAgAAAAHwAwIA-gUAIfEDEADTBgAh8gMQANMGACHzAxAA0wYAIfQDEADTBgAh9gMBAPsFACEDAAAAJQAgAQAATwAwAgAAUAAgDwMAAMoGACAEAADNBgAgsAMAAM4GADCxAwAAUgAQsgMAAM4GADCzAwIA9gUAIbQDAgD2BQAhxwMCAPoFACHJAwAAzwbJAyLLAwAA0AbLAyLNAwAA0QbNAyLOAwEA-wUAIc8DAgD6BQAh0AMBAPsFACHRA0AA-AUAIQYDAAC_DAAgBAAAwwwAIMcDAACNBwAgzgMAAI0HACDPAwAAjQcAINADAACNBwAgDwMAAMoGACAEAADNBgAgsAMAAM4GADCxAwAAUgAQsgMAAM4GADCzAwIAAAABtAMCAPYFACHHAwIA-gUAIckDAADPBskDIssDAADQBssDIs0DAADRBs0DIs4DAQD7BQAhzwMCAPoFACHQAwEA-wUAIdEDQAD4BQAhAwAAAFIAIAEAAFMAMAIAAFQAIAEAAAANACANBAAAzQYAILADAADMBgAwsQMAAFcAELIDAADMBgAwswMCAPYFACG0AwIA9gUAIbUDAQD3BQAhtgMBAPcFACG3AwEA9wUAIbgDBAC2BgAhuQMBAPcFACG6A0AA-AUAIbsDQAD4BQAhAQQAAMMMACANBAAAzQYAILADAADMBgAwsQMAAFcAELIDAADMBgAwswMCAAAAAbQDAgD2BQAhtQMBAPcFACG2AwEA9wUAIbcDAQD3BQAhuAMEALYGACG5AwEA9wUAIboDQAD4BQAhuwNAAPgFACEDAAAAVwAgAQAAWAAwAgAAWQAgAQAAAAcAIAEAAAAZACABAAAAEAAgAQAAAEYAIAEAAAAlACABAAAAUgAgAQAAAFcAIAMAAAAHACABAAAIADACAAAJACAFAwAAvwwAIAUAALIMACAIAAC1DAAgowQAAI0HACClBAAAjQcAIA0DAADKBgAgBQAAywYAIAgAAMcGACCwAwAAyQYAMLEDAAALABCyAwAAyQYAMLMDAgAAAAHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACGjBAEA-wUAIaQEAQD3BQAhpQQBAPsFACEDAAAACwAgAQAAYwAwAgAAZAAgAwMAAL8MACAIAAC1DAAgCgAAwgwAIAwDAAC4BgAgCAAAxwYAIAoAAMgGACCwAwAAxgYAMLEDAAAWABCyAwAAxgYAMLMDAgAAAAHHAwIA9gUAIdEDQAD4BQAhoQQBAPcFACGiBAEA9wUAIb8EAADFBgAgAwAAABYAIAEAAGYAMAIAAGcAIAMAAAAQACABAAARADACAAASACAJAwAAuAYAILADAADEBgAwsQMAAGoAELIDAADEBgAwswMCAPYFACHHAwIA9gUAIfwDAQD3BQAh_QMBAPcFACH-AwEA9wUAIQEDAAC_DAAgCgMAALgGACCwAwAAxAYAMLEDAABqABCyAwAAxAYAMLMDAgAAAAHHAwIA9gUAIfwDAQD3BQAh_QMBAPcFACH-AwEA9wUAIb4EAADDBgAgAwAAAGoAIAEAAGsAMAIAAGwAIAMAAAAlACABAABPADACAABQACAHAwAAuAYAILADAADCBgAwsQMAAG8AELIDAADCBgAwswMCAPYFACHHAwIA9gUAIdEDQAD4BQAhAQMAAL8MACAHAwAAuAYAILADAADCBgAwsQMAAG8AELIDAADCBgAwswMCAAAAAccDAgD2BQAh0QNAAPgFACEDAAAAbwAgAQAAcAAwAgAAcQAgCQMAALgGACCwAwAAwQYAMLEDAABzABCyAwAAwQYAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeMDAQD3BQAh5AMgALcGACEBAwAAvwwAIAkDAAC4BgAgsAMAAMEGADCxAwAAcwAQsgMAAMEGADCzAwIAAAABxwMCAPYFACHRA0AA-AUAIeMDAQD3BQAh5AMgALcGACEDAAAAcwAgAQAAdAAwAgAAdQAgCgMAALgGACCwAwAAvwYAMLEDAAB3ABCyAwAAvwYAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeADAADABuADIuEDAQD3BQAh4gMgALcGACEBAwAAvwwAIAoDAAC4BgAgsAMAAL8GADCxAwAAdwAQsgMAAL8GADCzAwIAAAABxwMCAPYFACHRA0AA-AUAIeADAADABuADIuEDAQD3BQAh4gMgALcGACEDAAAAdwAgAQAAeAAwAgAAeQAgDQMAALgGACAUAAC-BgAgIQAAuQYAICIAAL0GACCwAwAAvAYAMLEDAAB7ABCyAwAAvAYAMLMDAgD2BQAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHZAwIA-gUAIQUDAAC_DAAgFAAAvAwAICEAAMAMACAiAAC7DAAg2QMAAI0HACAOAwAAuAYAIBQAAL4GACAhAAC5BgAgIgAAvQYAILADAAC8BgAwsQMAAHsAELIDAAC8BgAwswMCAAAAAbsDQAD4BQAhxwMCAPYFACHRA0AA-AUAIdQDAQD3BQAh2QMCAPoFACG9BAAAuwYAIAMAAAB7ACABAAB8ADACAAB9ACABAAAAewAgAwAAAHsAIAEAAHwAMAIAAH0AIBEDAAC4BgAgIwAAuQYAICUAALoGACCwAwAAtQYAMLEDAACBAQAQsgMAALUGADCzAwIA9gUAIbcDAQD7BQAhuAMEALYGACG7A0AA-AUAIccDAgD2BQAh0QNAAPgFACHUAwEA9wUAIdUDAgD6BQAh1gMgALcGACHXAwIA-gUAIdgDAQD7BQAhBwMAAL8MACAjAADADAAgJQAAwQwAILcDAACNBwAg1QMAAI0HACDXAwAAjQcAINgDAACNBwAgEQMAALgGACAjAAC5BgAgJQAAugYAILADAAC1BgAwsQMAAIEBABCyAwAAtQYAMLMDAgAAAAG3AwEA-wUAIbgDBAC2BgAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHVAwIA-gUAIdYDIAC3BgAh1wMCAPoFACHYAwEA-wUAIQMAAACBAQAgAQAAggEAMAIAAIMBACABAAAAewAgCSQAALQGACAtAAGzBgAhsAMAALIGADCxAwAAhgEAELIDAACyBgAwswMCAPYFACHRA0AA-AUAIdIDAgD2BQAh0wMCAPYFACEBJAAAvgwAIAokAAC0BgAgLQABswYAIbADAACyBgAwsQMAAIYBABCyAwAAsgYAMLMDAgAAAAHRA0AA-AUAIdIDAgD2BQAh0wMCAPYFACG5BAAAsQYAIAMAAACGAQAgAQAAhwEAMAIAAIgBACABAAAAhgEAIAEAAAB7ACABAAAAgQEAIAMAAACBAQAgAQAAggEAMAIAAIMBACADAAAAUgAgAQAAUwAwAgAAVAAgAQAAAAMAIAEAAAAHACABAAAACwAgAQAAABYAIAEAAAAQACABAAAAagAgAQAAACUAIAEAAABvACABAAAAcwAgAQAAAHcAIAEAAAB7ACABAAAAgQEAIAEAAABSACABAAAAAQAgDQUAALIMACAHAACzDAAgCAAAtQwAIBgAAL0MACAaAACxDAAgGwAAtAwAIBwAALYMACAdAAC3DAAgHgAAuAwAIB8AALkMACAgAAC6DAAgJgAAuwwAICcAALwMACADAAAADQAgAQAAnQEAMAIAAAEAIAMAAAANACABAACdAQAwAgAAAQAgAwAAAA0AIAEAAJ0BADACAAABACASBQAApQwAIAcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAbAACnDAAgHAAAqQwAIB0AAKoMACAeAACrDAAgHwAArAwAICAAAK0MACAmAACuDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAS0AAKEBACAFswMCAAAAAf0DAQAAAAH-AwEAAAABtwQgAAAAAbgEIAAAAAEBLQAAowEAMAEtAACjAQAwEgUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgGwAAkAsAIBwAAJILACAdAACTCwAgHgAAlAsAIB8AAJULACAgAACWCwAgJgAAlwsAICcAAJgLACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhAgAAAAEAIC0AAKYBACAFswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIQIAAAANACAtAACoAQAgAgAAAA0AIC0AAKgBACADAAAAAQAgNAAAoQEAIDUAAKYBACABAAAAAQAgAQAAAA0AIAULAACICwAgOgAAiQsAIDsAAIwLACA8AACLCwAgPQAAigsAIAiwAwAAsAYAMLEDAACvAQAQsgMAALAGADCzAwIAygUAIf0DAQDLBQAh_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_ACABAAAAPwAgAwAAAD0AIAEAAD4AMAIAAD8AIAMAAAA9ACABAAA-ADACAAA_ACADAAAAPQAgAQAAPgAwAgAAPwAgBgYAAKAKACCzAwIAAAABtQMBAAAAAbcDAQAAAAG5AwEAAAABhgQCAAAAAQEtAADlAQAgBbMDAgAAAAG1AwEAAAABtwMBAAAAAbkDAQAAAAGGBAIAAAABAS0AAOcBADABLQAA5wEAMAYGAACfCgAgswMCAIoHACG1AwEAhwcAIbcDAQCWBwAhuQMBAJYHACGGBAIAigcAIQIAAAA_ACAtAADqAQAgBbMDAgCKBwAhtQMBAIcHACG3AwEAlgcAIbkDAQCWBwAhhgQCAIoHACECAAAAPQAgLQAA7AEAIAIAAAA9ACAtAADsAQAgAwAAAD8AIDQAAOUBACA1AADqAQAgAQAAAD8AIAEAAAA9ACAHCwAAmgoAIDoAAJsKACA7AACeCgAgPAAAnQoAID0AAJwKACC3AwAAjQcAILkDAACNBwAgCLADAACqBgAwsQMAAPMBABCyAwAAqgYAMLMDAgDKBQAhtQMBAMsFACG3AwEA3AUAIbkDAQDcBQAhhgQCAMoFACEDAAAAPQAgAQAA8gEAMDkAAPMBACADAAAAPQAgAQAAPgAwAgAAPwAgAQAAAGQAIAEAAABkACADAAAACwAgAQAAYwAwAgAAZAAgAwAAAAsAIAEAAGMAMAIAAGQAIAMAAAALACABAABjADACAABkACAKAwAAlwoAIAUAAJgKACAIAACZCgAgswMCAAAAAccDAgAAAAHRA0AAAAAB1AMBAAAAAaMEAQAAAAGkBAEAAAABpQQBAAAAAQEtAAD7AQAgB7MDAgAAAAHHAwIAAAAB0QNAAAAAAdQDAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAEBLQAA_QEAMAEtAAD9AQAwAQAAAA0AIAoDAADWCQAgBQAA1wkAIAgAANgJACCzAwIAigcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIaMEAQCWBwAhpAQBAIcHACGlBAEAlgcAIQIAAABkACAtAACBAgAgB7MDAgCKBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAhowQBAJYHACGkBAEAhwcAIaUEAQCWBwAhAgAAAAsAIC0AAIMCACACAAAACwAgLQAAgwIAIAEAAAANACADAAAAZAAgNAAA-wEAIDUAAIECACABAAAAZAAgAQAAAAsAIAcLAADRCQAgOgAA0gkAIDsAANUJACA8AADUCQAgPQAA0wkAIKMEAACNBwAgpQQAAI0HACAKsAMAAKkGADCxAwAAiwIAELIDAACpBgAwswMCAMoFACHHAwIAygUAIdEDQADNBQAh1AMBAMsFACGjBAEA3AUAIaQEAQDLBQAhpQQBANwFACEDAAAACwAgAQAAigIAMDkAAIsCACADAAAACwAgAQAAYwAwAgAAZAAgAQAAAGcAIAEAAABnACADAAAAFgAgAQAAZgAwAgAAZwAgAwAAABYAIAEAAGYAMAIAAGcAIAMAAAAWACABAABmADACAABnACAIAwAAzgkAIAgAAM8JACAKAADQCQAgswMCAAAAAccDAgAAAAHRA0AAAAABoQQBAAAAAaIEAQAAAAEBLQAAkwIAIAWzAwIAAAABxwMCAAAAAdEDQAAAAAGhBAEAAAABogQBAAAAAQEtAACVAgAwAS0AAJUCADAIAwAAswkAIAgAALQJACAKAAC1CQAgswMCAIoHACHHAwIAigcAIdEDQACJBwAhoQQBAIcHACGiBAEAhwcAIQIAAABnACAtAACYAgAgBbMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIaEEAQCHBwAhogQBAIcHACECAAAAFgAgLQAAmgIAIAIAAAAWACAtAACaAgAgAwAAAGcAIDQAAJMCACA1AACYAgAgAQAAAGcAIAEAAAAWACAFCwAArgkAIDoAAK8JACA7AACyCQAgPAAAsQkAID0AALAJACAIsAMAAKgGADCxAwAAoQIAELIDAACoBgAwswMCAMoFACHHAwIAygUAIdEDQADNBQAhoQQBAMsFACGiBAEAywUAIQMAAAAWACABAACgAgAwOQAAoQIAIAMAAAAWACABAABmADACAABnACABAAAAGwAgAQAAABsAIAMAAAAZACABAAAaADACAAAbACADAAAAGQAgAQAAGgAwAgAAGwAgAwAAABkAIAEAABoAMAIAABsAIBEEAACsCQAgBgAAqwkAIAkAAK0JACCzAwIAAAABtAMCAAAAAdEDQAAAAAH_AwEAAAABgwQBAAAAAYQEAQAAAAGGBAIAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAEBLQAAqQIAIA6zAwIAAAABtAMCAAAAAdEDQAAAAAH_AwEAAAABgwQBAAAAAYQEAQAAAAGGBAIAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAEBLQAAqwIAMAEtAACrAgAwAQAAABYAIBEEAACpCQAgBgAAqAkAIAkAAKoJACCzAwIAigcAIbQDAgCKBwAh0QNAAIkHACH_AwEAhwcAIYMEAQCWBwAhhAQBAJYHACGGBAIAigcAIZMEAgCXBwAhmgQBAJYHACGbBBAApgkAIZwEAQCWBwAhnQQBAJYHACGfBAAApwmfBCKgBAEAlgcAIQIAAAAbACAtAACvAgAgDrMDAgCKBwAhtAMCAIoHACHRA0AAiQcAIf8DAQCHBwAhgwQBAJYHACGEBAEAlgcAIYYEAgCKBwAhkwQCAJcHACGaBAEAlgcAIZsEEACmCQAhnAQBAJYHACGdBAEAlgcAIZ8EAACnCZ8EIqAEAQCWBwAhAgAAABkAIC0AALECACACAAAAGQAgLQAAsQIAIAEAAAAWACADAAAAGwAgNAAAqQIAIDUAAK8CACABAAAAGwAgAQAAABkAIA0LAAChCQAgOgAAogkAIDsAAKUJACA8AACkCQAgPQAAowkAIIMEAACNBwAghAQAAI0HACCTBAAAjQcAIJoEAACNBwAgmwQAAI0HACCcBAAAjQcAIJ0EAACNBwAgoAQAAI0HACARsAMAAKEGADCxAwAAuQIAELIDAAChBgAwswMCAMoFACG0AwIAygUAIdEDQADNBQAh_wMBAMsFACGDBAEA3AUAIYQEAQDcBQAhhgQCAMoFACGTBAIA2AUAIZoEAQDcBQAhmwQQAKIGACGcBAEA3AUAIZ0EAQDcBQAhnwQAAKMGnwQioAQBANwFACEDAAAAGQAgAQAAuAIAMDkAALkCACADAAAAGQAgAQAAGgAwAgAAGwAgAQAAABIAIAEAAAASACADAAAAEAAgAQAAEQAwAgAAEgAgAwAAABAAIAEAABEAMAIAABIAIAMAAAAQACABAAARADACAAASACAaAwAAmwkAIAQAAJkJACAGAACaCQAgBwAAnAkAIAkAAJ0JACAOAACgCQAgEQAAngkAIBIAAJ8JACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQEtAADBAgAgErMDAgAAAAG0AwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAJIEAtEDQAAAAAGGBAIAAAABhwQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAGTBAIAAAABAS0AAMMCADABLQAAwwIAMAEAAAANACABAAAACwAgAQAAABYAIBoDAAD5CAAgBAAA9wgAIAYAAPgIACAHAAD6CAAgCQAA-wgAIA4AAP4IACARAAD8CAAgEgAA_QgAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACECAAAAEgAgLQAAyQIAIBKzAwIAigcAIbQDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAAD2CJIEItEDQACJBwAhhgQCAIoHACGHBAIAigcAIYgEAQCHBwAhiQQBAIcHACGKBEAAiQcAIYsEAQCHBwAhjQQAAPUIjQQijgSAAAAAAY8EQACJBwAhkAQBAIcHACGSBAEAlgcAIZMEAgCXBwAhAgAAABAAIC0AAMsCACACAAAAEAAgLQAAywIAIAEAAAANACABAAAACwAgAQAAABYAIAMAAAASACA0AADBAgAgNQAAyQIAIAEAAAASACABAAAAEAAgCAsAAPAIACA6AADxCAAgOwAA9AgAIDwAAPMIACA9AADyCAAgjgQAAI0HACCSBAAAjQcAIJMEAACNBwAgFbADAACYBgAwsQMAANUCABCyAwAAmAYAMLMDAgDKBQAhtAMCAMoFACG7A0AAzQUAIccDAgDKBQAhzQMAAJsGkgQi0QNAAM0FACGGBAIAygUAIYcEAgDKBQAhiAQBAMsFACGJBAEAywUAIYoEQADNBQAhiwQBAMsFACGNBAAAmQaNBCKOBAAAmgYAII8EQADNBQAhkAQBAMsFACGSBAEA3AUAIZMEAgDYBQAhAwAAABAAIAEAANQCADA5AADVAgAgAwAAABAAIAEAABEAMAIAABIAIAEAAAAiACABAAAAIgAgAwAAACAAIAEAACEAMAIAACIAIAMAAAAgACABAAAhADACAAAiACADAAAAIAAgAQAAIQAwAgAAIgAgEQwAAK4IACAOAADvCAAgEAAArwgAILMDAgAAAAHNAwAAAIYEAuUDAgAAAAHvAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAf8DAQAAAAGABEAAAAABgQQBAAAAAYIEAQAAAAGDBAEAAAABhAQBAAAAAQEtAADdAgAgDrMDAgAAAAHNAwAAAIYEAuUDAgAAAAHvAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAf8DAQAAAAGABEAAAAABgQQBAAAAAYIEAQAAAAGDBAEAAAABhAQBAAAAAQEtAADfAgAwAS0AAN8CADABAAAAEAAgAQAAACUAIBEMAACfCAAgDgAA7ggAIBAAAKAIACCzAwIAigcAIc0DAACdCIYEIuUDAgCXBwAh7wMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIf8DAQCHBwAhgARAAIkHACGBBAEAlgcAIYIEAQCWBwAhgwQBAJYHACGEBAEAlgcAIQIAAAAiACAtAADkAgAgDrMDAgCKBwAhzQMAAJ0IhgQi5QMCAJcHACHvAwIAlwcAIfEDEACCCAAh8gMQAIIIACHzAxAAgggAIfQDEACCCAAh_wMBAIcHACGABEAAiQcAIYEEAQCWBwAhggQBAJYHACGDBAEAlgcAIYQEAQCWBwAhAgAAACAAIC0AAOYCACACAAAAIAAgLQAA5gIAIAEAAAAQACABAAAAJQAgAwAAACIAIDQAAN0CACA1AADkAgAgAQAAACIAIAEAAAAgACALCwAA6QgAIDoAAOoIACA7AADtCAAgPAAA7AgAID0AAOsIACDlAwAAjQcAIO8DAACNBwAggQQAAI0HACCCBAAAjQcAIIMEAACNBwAghAQAAI0HACARsAMAAJQGADCxAwAA7wIAELIDAACUBgAwswMCAMoFACHNAwAAlQaGBCLlAwIA2AUAIe8DAgDYBQAh8QMQAIMGACHyAxAAgwYAIfMDEACDBgAh9AMQAIMGACH_AwEAywUAIYAEQADNBQAhgQQBANwFACGCBAEA3AUAIYMEAQDcBQAhhAQBANwFACEDAAAAIAAgAQAA7gIAMDkAAO8CACADAAAAIAAgAQAAIQAwAgAAIgAgAQAAADQAIAEAAAA0ACADAAAAMgAgAQAAMwAwAgAANAAgAwAAADIAIAEAADMAMAIAADQAIAMAAAAyACABAAAzADACAAA0ACAGDAAA6AgAILMDAgAAAAG1AwEAAAABtwMBAAAAAbkDAQAAAAHvAwIAAAABAS0AAPcCACAFswMCAAAAAbUDAQAAAAG3AwEAAAABuQMBAAAAAe8DAgAAAAEBLQAA-QIAMAEtAAD5AgAwBgwAAOcIACCzAwIAigcAIbUDAQCHBwAhtwMBAIcHACG5AwEAlgcAIe8DAgCKBwAhAgAAADQAIC0AAPwCACAFswMCAIoHACG1AwEAhwcAIbcDAQCHBwAhuQMBAJYHACHvAwIAigcAIQIAAAAyACAtAAD-AgAgAgAAADIAIC0AAP4CACADAAAANAAgNAAA9wIAIDUAAPwCACABAAAANAAgAQAAADIAIAYLAADiCAAgOgAA4wgAIDsAAOYIACA8AADlCAAgPQAA5AgAILkDAACNBwAgCLADAACTBgAwsQMAAIUDABCyAwAAkwYAMLMDAgDKBQAhtQMBAMsFACG3AwEAywUAIbkDAQDcBQAh7wMCAMoFACEDAAAAMgAgAQAAhAMAMDkAAIUDACADAAAAMgAgAQAAMwAwAgAANAAgAQAAAGwAIAEAAABsACADAAAAagAgAQAAawAwAgAAbAAgAwAAAGoAIAEAAGsAMAIAAGwAIAMAAABqACABAABrADACAABsACAGAwAA4QgAILMDAgAAAAHHAwIAAAAB_AMBAAAAAf0DAQAAAAH-AwEAAAABAS0AAI0DACAFswMCAAAAAccDAgAAAAH8AwEAAAAB_QMBAAAAAf4DAQAAAAEBLQAAjwMAMAEtAACPAwAwBgMAAOAIACCzAwIAigcAIccDAgCKBwAh_AMBAIcHACH9AwEAhwcAIf4DAQCHBwAhAgAAAGwAIC0AAJIDACAFswMCAIoHACHHAwIAigcAIfwDAQCHBwAh_QMBAIcHACH-AwEAhwcAIQIAAABqACAtAACUAwAgAgAAAGoAIC0AAJQDACADAAAAbAAgNAAAjQMAIDUAAJIDACABAAAAbAAgAQAAAGoAIAULAADbCAAgOgAA3AgAIDsAAN8IACA8AADeCAAgPQAA3QgAIAiwAwAAkgYAMLEDAACbAwAQsgMAAJIGADCzAwIAygUAIccDAgDKBQAh_AMBAMsFACH9AwEAywUAIf4DAQDLBQAhAwAAAGoAIAEAAJoDADA5AACbAwAgAwAAAGoAIAEAAGsAMAIAAGwAIAEAAABIACABAAAASAAgAwAAAEYAIAEAAEcAMAIAAEgAIAMAAABGACABAABHADACAABIACADAAAARgAgAQAARwAwAgAASAAgBwQAANkIACAWAADaCAAgswMCAAAAAbQDAgAAAAHRA0AAAAAB-QMBAAAAAfsDAAAA-wMCAS0AAKMDACAFswMCAAAAAbQDAgAAAAHRA0AAAAAB-QMBAAAAAfsDAAAA-wMCAS0AAKUDADABLQAApQMAMAcEAADLCAAgFgAAzAgAILMDAgCKBwAhtAMCAIoHACHRA0AAiQcAIfkDAQCHBwAh-wMAAMoI-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_gcAIDsAAIEIACA8AACACAAgPQAA_wcAIOcDAACNBwAg7QMAAI0HACDuAwAAjQcAIA6wAwAAggYAMLEDAAD3AwAQsgMAAIIGADCzAwIAygUAIdEDQADNBQAh5QMCAMoFACHmAwIAygUAIecDAQDcBQAh6AMQAIMGACHpAxAAgwYAIesDAACEBusDIuwDQADNBQAh7QMBANwFACHuAwEA3AUAIQMAAAApACABAAD2AwAwOQAA9wMAIAMAAAApACABAAAqADACAAArACABAAAAcQAgAQAAAHEAIAMAAABvACABAABwADACAABxACADAAAAbwAgAQAAcAAwAgAAcQAgAwAAAG8AIAEAAHAAMAIAAHEAIAQDAAD8BwAgswMCAAAAAccDAgAAAAHRA0AAAAABAS0AAP8DACADswMCAAAAAccDAgAAAAHRA0AAAAABAS0AAIEEADABLQAAgQQAMAQDAAD7BwAgswMCAIoHACHHAwIAigcAIdEDQACJBwAhAgAAAHEAIC0AAIQEACADswMCAIoHACHHAwIAigcAIdEDQACJBwAhAgAAAG8AIC0AAIYEACACAAAAbwAgLQAAhgQAIAMAAABxACA0AAD_AwAgNQAAhAQAIAEAAABxACABAAAAbwAgBQsAAPYHACA6AAD3BwAgOwAA-gcAIDwAAPkHACA9AAD4BwAgBrADAACBBgAwsQMAAI0EABCyAwAAgQYAMLMDAgDKBQAhxwMCAMoFACHRA0AAzQUAIQMAAABvACABAACMBAAwOQAAjQQAIAMAAABvACABAABwADACAABxACABAAAAdQAgAQAAAHUAIAMAAABzACABAAB0ADACAAB1ACADAAAAcwAgAQAAdAAwAgAAdQAgAwAAAHMAIAEAAHQAMAIAAHUAIAYDAAD1BwAgswMCAAAAAccDAgAAAAHRA0AAAAAB4wMBAAAAAeQDIAAAAAEBLQAAlQQAIAWzAwIAAAABxwMCAAAAAdEDQAAAAAHjAwEAAAAB5AMgAAAAAQEtAACXBAAwAS0AAJcEADAGAwAA9AcAILMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIeMDAQCHBwAh5AMgAKkHACECAAAAdQAgLQAAmgQAIAWzAwIAigcAIccDAgCKBwAh0QNAAIkHACHjAwEAhwcAIeQDIACpBwAhAgAAAHMAIC0AAJwEACACAAAAcwAgLQAAnAQAIAMAAAB1ACA0AACVBAAgNQAAmgQAIAEAAAB1ACABAAAAcwAgBQsAAO8HACA6AADwBwAgOwAA8wcAIDwAAPIHACA9AADxBwAgCLADAACABgAwsQMAAKMEABCyAwAAgAYAMLMDAgDKBQAhxwMCAMoFACHRA0AAzQUAIeMDAQDLBQAh5AMgAO0FACEDAAAAcwAgAQAAogQAMDkAAKMEACADAAAAcwAgAQAAdAAwAgAAdQAgAQAAAHkAIAEAAAB5ACADAAAAdwAgAQAAeAAwAgAAeQAgAwAAAHcAIAEAAHgAMAIAAHkAIAMAAAB3ACABAAB4ADACAAB5ACAHAwAA7gcAILMDAgAAAAHHAwIAAAAB0QNAAAAAAeADAAAA4AMC4QMBAAAAAeIDIAAAAAEBLQAAqwQAIAazAwIAAAABxwMCAAAAAdEDQAAAAAHgAwAAAOADAuEDAQAAAAHiAyAAAAABAS0AAK0EADABLQAArQQAMAcDAADtBwAgswMCAIoHACHHAwIAigcAIdEDQACJBwAh4AMAAOwH4AMi4QMBAIcHACHiAyAAqQcAIQIAAAB5ACAtAACwBAAgBrMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIeADAADsB-ADIuEDAQCHBwAh4gMgAKkHACECAAAAdwAgLQAAsgQAIAIAAAB3ACAtAACyBAAgAwAAAHkAIDQAAKsEACA1AACwBAAgAQAAAHkAIAEAAAB3ACAFCwAA5wcAIDoAAOgHACA7AADrBwAgPAAA6gcAID0AAOkHACAJsAMAAPwFADCxAwAAuQQAELIDAAD8BQAwswMCAMoFACHHAwIAygUAIdEDQADNBQAh4AMAAP0F4AMi4QMBAMsFACHiAyAA7QUAIQMAAAB3ACABAAC4BAAwOQAAuQQAIAMAAAB3ACABAAB4ADACAAB5ACAKsAMAAPUFADCxAwAAvwQAELIDAAD1BQAwswMCAAAAAc0DAQD3BQAh2gMBAPcFACHbA0AA-AUAIdwDQAD5BQAh3QMCAPoFACHeAwEA-wUAIQEAAAC8BAAgAQAAALwEACAKsAMAAPUFADCxAwAAvwQAELIDAAD1BQAwswMCAPYFACHNAwEA9wUAIdoDAQD3BQAh2wNAAPgFACHcA0AA-QUAId0DAgD6BQAh3gMBAPsFACED3AMAAI0HACDdAwAAjQcAIN4DAACNBwAgAwAAAL8EACABAADABAAwAgAAvAQAIAMAAAC_BAAgAQAAwAQAMAIAALwEACADAAAAvwQAIAEAAMAEADACAAC8BAAgB7MDAgAAAAHNAwEAAAAB2gMBAAAAAdsDQAAAAAHcA0AAAAAB3QMCAAAAAd4DAQAAAAEBLQAAxAQAIAezAwIAAAABzQMBAAAAAdoDAQAAAAHbA0AAAAAB3ANAAAAAAd0DAgAAAAHeAwEAAAABAS0AAMYEADABLQAAxgQAMAezAwIAigcAIc0DAQCHBwAh2gMBAIcHACHbA0AAiQcAIdwDQADmBwAh3QMCAJcHACHeAwEAlgcAIQIAAAC8BAAgLQAAyQQAIAezAwIAigcAIc0DAQCHBwAh2gMBAIcHACHbA0AAiQcAIdwDQADmBwAh3QMCAJcHACHeAwEAlgcAIQIAAAC_BAAgLQAAywQAIAIAAAC_BAAgLQAAywQAIAMAAAC8BAAgNAAAxAQAIDUAAMkEACABAAAAvAQAIAEAAAC_BAAgCAsAAOEHACA6AADiBwAgOwAA5QcAIDwAAOQHACA9AADjBwAg3AMAAI0HACDdAwAAjQcAIN4DAACNBwAgCrADAADxBQAwsQMAANIEABCyAwAA8QUAMLMDAgDKBQAhzQMBAMsFACHaAwEAywUAIdsDQADNBQAh3ANAAPIFACHdAwIA2AUAId4DAQDcBQAhAwAAAL8EACABAADRBAAwOQAA0gQAIAMAAAC_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_BQAgAwAAAFkAIDQAALgFACA1AAC9BQAgAQAAAFkAIAEAAABXACAFCwAAggcAIDoAAIMHACA7AACGBwAgPAAAhQcAID0AAIQHACAMsAMAAMkFADCxAwAAxgUAELIDAADJBQAwswMCAMoFACG0AwIAygUAIbUDAQDLBQAhtgMBAMsFACG3AwEAywUAIbgDBADMBQAhuQMBAMsFACG6A0AAzQUAIbsDQADNBQAhAwAAAFcAIAEAAMUFADA5AADGBQAgAwAAAFcAIAEAAFgAMAIAAFkAIAywAwAAyQUAMLEDAADGBQAQsgMAAMkFADCzAwIAygUAIbQDAgDKBQAhtQMBAMsFACG2AwEAywUAIbcDAQDLBQAhuAMEAMwFACG5AwEAywUAIboDQADNBQAhuwNAAM0FACENCwAAzwUAIDoAANIFACA7AADPBQAgPAAAzwUAID0AAM8FACC8AwIAAAABvQMCAAAABL4DAgAAAAS_AwIAAAABwAMCAAAAAcEDAgAAAAHCAwIAAAABwwMCANYFACEOCwAAzwUAIDwAANUFACA9AADVBQAgvAMBAAAAAb0DAQAAAAS-AwEAAAAEvwMBAAAAAcADAQAAAAHBAwEAAAABwgMBAAAAAcMDAQDUBQAhxAMBAAAAAcUDAQAAAAHGAwEAAAABDQsAAM8FACA6AADSBQAgOwAA0wUAIDwAANMFACA9AADTBQAgvAMEAAAAAb0DBAAAAAS-AwQAAAAEvwMEAAAAAcADBAAAAAHBAwQAAAABwgMEAAAAAcMDBADRBQAhCwsAAM8FACA8AADQBQAgPQAA0AUAILwDQAAAAAG9A0AAAAAEvgNAAAAABL8DQAAAAAHAA0AAAAABwQNAAAAAAcIDQAAAAAHDA0AAzgUAIQsLAADPBQAgPAAA0AUAID0AANAFACC8A0AAAAABvQNAAAAABL4DQAAAAAS_A0AAAAABwANAAAAAAcEDQAAAAAHCA0AAAAABwwNAAM4FACEIvAMCAAAAAb0DAgAAAAS-AwIAAAAEvwMCAAAAAcADAgAAAAHBAwIAAAABwgMCAAAAAcMDAgDPBQAhCLwDQAAAAAG9A0AAAAAEvgNAAAAABL8DQAAAAAHAA0AAAAABwQNAAAAAAcIDQAAAAAHDA0AA0AUAIQ0LAADPBQAgOgAA0gUAIDsAANMFACA8AADTBQAgPQAA0wUAILwDBAAAAAG9AwQAAAAEvgMEAAAABL8DBAAAAAHAAwQAAAABwQMEAAAAAcIDBAAAAAHDAwQA0QUAIQi8AwgAAAABvQMIAAAABL4DCAAAAAS_AwgAAAABwAMIAAAAAcEDCAAAAAHCAwgAAAABwwMIANIFACEIvAMEAAAAAb0DBAAAAAS-AwQAAAAEvwMEAAAAAcADBAAAAAHBAwQAAAABwgMEAAAAAcMDBADTBQAhDgsAAM8FACA8AADVBQAgPQAA1QUAILwDAQAAAAG9AwEAAAAEvgMBAAAABL8DAQAAAAHAAwEAAAABwQMBAAAAAcIDAQAAAAHDAwEA1AUAIcQDAQAAAAHFAwEAAAABxgMBAAAAAQu8AwEAAAABvQMBAAAABL4DAQAAAAS_AwEAAAABwAMBAAAAAcEDAQAAAAHCAwEAAAABwwMBANUFACHEAwEAAAABxQMBAAAAAcYDAQAAAAENCwAAzwUAIDoAANIFACA7AADPBQAgPAAAzwUAID0AAM8FACC8AwIAAAABvQMCAAAABL4DAgAAAAS_AwIAAAABwAMCAAAAAcEDAgAAAAHCAwIAAAABwwMCANYFACENsAMAANcFADCxAwAAsAUAELIDAADXBQAwswMCAMoFACG0AwIAygUAIccDAgDYBQAhyQMAANkFyQMiywMAANoFywMizQMAANsFzQMizgMBANwFACHPAwIA2AUAIdADAQDcBQAh0QNAAM0FACENCwAA3gUAIDoAAOcFACA7AADeBQAgPAAA3gUAID0AAN4FACC8AwIAAAABvQMCAAAABb4DAgAAAAW_AwIAAAABwAMCAAAAAcEDAgAAAAHCAwIAAAABwwMCAOYFACEHCwAAzwUAIDwAAOUFACA9AADlBQAgvAMAAADJAwK9AwAAAMkDCL4DAAAAyQMIwwMAAOQFyQMiBwsAAM8FACA8AADjBQAgPQAA4wUAILwDAAAAywMCvQMAAADLAwi-AwAAAMsDCMMDAADiBcsDIgcLAADPBQAgPAAA4QUAID0AAOEFACC8AwAAAM0DAr0DAAAAzQMIvgMAAADNAwjDAwAA4AXNAyIOCwAA3gUAIDwAAN8FACA9AADfBQAgvAMBAAAAAb0DAQAAAAW-AwEAAAAFvwMBAAAAAcADAQAAAAHBAwEAAAABwgMBAAAAAcMDAQDdBQAhxAMBAAAAAcUDAQAAAAHGAwEAAAABDgsAAN4FACA8AADfBQAgPQAA3wUAILwDAQAAAAG9AwEAAAAFvgMBAAAABb8DAQAAAAHAAwEAAAABwQMBAAAAAcIDAQAAAAHDAwEA3QUAIcQDAQAAAAHFAwEAAAABxgMBAAAAAQi8AwIAAAABvQMCAAAABb4DAgAAAAW_AwIAAAABwAMCAAAAAcEDAgAAAAHCAwIAAAABwwMCAN4FACELvAMBAAAAAb0DAQAAAAW-AwEAAAAFvwMBAAAAAcADAQAAAAHBAwEAAAABwgMBAAAAAcMDAQDfBQAhxAMBAAAAAcUDAQAAAAHGAwEAAAABBwsAAM8FACA8AADhBQAgPQAA4QUAILwDAAAAzQMCvQMAAADNAwi-AwAAAM0DCMMDAADgBc0DIgS8AwAAAM0DAr0DAAAAzQMIvgMAAADNAwjDAwAA4QXNAyIHCwAAzwUAIDwAAOMFACA9AADjBQAgvAMAAADLAwK9AwAAAMsDCL4DAAAAywMIwwMAAOIFywMiBLwDAAAAywMCvQMAAADLAwi-AwAAAMsDCMMDAADjBcsDIgcLAADPBQAgPAAA5QUAID0AAOUFACC8AwAAAMkDAr0DAAAAyQMIvgMAAADJAwjDAwAA5AXJAyIEvAMAAADJAwK9AwAAAMkDCL4DAAAAyQMIwwMAAOUFyQMiDQsAAN4FACA6AADnBQAgOwAA3gUAIDwAAN4FACA9AADeBQAgvAMCAAAAAb0DAgAAAAW-AwIAAAAFvwMCAAAAAcADAgAAAAHBAwIAAAABwgMCAAAAAcMDAgDmBQAhCLwDCAAAAAG9AwgAAAAFvgMIAAAABb8DCAAAAAHAAwgAAAABwQMIAAAAAcIDCAAAAAHDAwgA5wUAIQgtAAHpBQAhsAMAAOgFADCxAwAAmAUAELIDAADoBQAwswMCAMoFACHRA0AAzQUAIdIDAgDKBQAh0wMCAMoFACEHCwAAzwUAIDwAAOsFACA9AADrBQAgvAMAAQAAAb0DAAEAAAS-AwABAAAEwwMAAeoFACEHCwAAzwUAIDwAAOsFACA9AADrBQAgvAMAAQAAAb0DAAEAAAS-AwABAAAEwwMAAeoFACEEvAMAAQAAAb0DAAEAAAS-AwABAAAEwwMAAesFACEOsAMAAOwFADCxAwAAggUAELIDAADsBQAwswMCAMoFACG3AwEA3AUAIbgDBADMBQAhuwNAAM0FACHHAwIAygUAIdEDQADNBQAh1AMBAMsFACHVAwIA2AUAIdYDIADtBQAh1wMCANgFACHYAwEA3AUAIQULAADPBQAgPAAA7wUAID0AAO8FACC8AyAAAAABwwMgAO4FACEFCwAAzwUAIDwAAO8FACA9AADvBQAgvAMgAAAAAcMDIADuBQAhArwDIAAAAAHDAyAA7wUAIQmwAwAA8AUAMLEDAADqBAAQsgMAAPAFADCzAwIAygUAIbsDQADNBQAhxwMCAMoFACHRA0AAzQUAIdQDAQDLBQAh2QMCANgFACEKsAMAAPEFADCxAwAA0gQAELIDAADxBQAwswMCAMoFACHNAwEAywUAIdoDAQDLBQAh2wNAAM0FACHcA0AA8gUAId0DAgDYBQAh3gMBANwFACELCwAA3gUAIDwAAPQFACA9AAD0BQAgvANAAAAAAb0DQAAAAAW-A0AAAAAFvwNAAAAAAcADQAAAAAHBA0AAAAABwgNAAAAAAcMDQADzBQAhCwsAAN4FACA8AAD0BQAgPQAA9AUAILwDQAAAAAG9A0AAAAAFvgNAAAAABb8DQAAAAAHAA0AAAAABwQNAAAAAAcIDQAAAAAHDA0AA8wUAIQi8A0AAAAABvQNAAAAABb4DQAAAAAW_A0AAAAABwANAAAAAAcEDQAAAAAHCA0AAAAABwwNAAPQFACEKsAMAAPUFADCxAwAAvwQAELIDAAD1BQAwswMCAPYFACHNAwEA9wUAIdoDAQD3BQAh2wNAAPgFACHcA0AA-QUAId0DAgD6BQAh3gMBAPsFACEIvAMCAAAAAb0DAgAAAAS-AwIAAAAEvwMCAAAAAcADAgAAAAHBAwIAAAABwgMCAAAAAcMDAgDPBQAhC7wDAQAAAAG9AwEAAAAEvgMBAAAABL8DAQAAAAHAAwEAAAABwQMBAAAAAcIDAQAAAAHDAwEA1QUAIcQDAQAAAAHFAwEAAAABxgMBAAAAAQi8A0AAAAABvQNAAAAABL4DQAAAAAS_A0AAAAABwANAAAAAAcEDQAAAAAHCA0AAAAABwwNAANAFACEIvANAAAAAAb0DQAAAAAW-A0AAAAAFvwNAAAAAAcADQAAAAAHBA0AAAAABwgNAAAAAAcMDQAD0BQAhCLwDAgAAAAG9AwIAAAAFvgMCAAAABb8DAgAAAAHAAwIAAAABwQMCAAAAAcIDAgAAAAHDAwIA3gUAIQu8AwEAAAABvQMBAAAABb4DAQAAAAW_AwEAAAABwAMBAAAAAcEDAQAAAAHCAwEAAAABwwMBAN8FACHEAwEAAAABxQMBAAAAAcYDAQAAAAEJsAMAAPwFADCxAwAAuQQAELIDAAD8BQAwswMCAMoFACHHAwIAygUAIdEDQADNBQAh4AMAAP0F4AMi4QMBAMsFACHiAyAA7QUAIQcLAADPBQAgPAAA_wUAID0AAP8FACC8AwAAAOADAr0DAAAA4AMIvgMAAADgAwjDAwAA_gXgAyIHCwAAzwUAIDwAAP8FACA9AAD_BQAgvAMAAADgAwK9AwAAAOADCL4DAAAA4AMIwwMAAP4F4AMiBLwDAAAA4AMCvQMAAADgAwi-AwAAAOADCMMDAAD_BeADIgiwAwAAgAYAMLEDAACjBAAQsgMAAIAGADCzAwIAygUAIccDAgDKBQAh0QNAAM0FACHjAwEAywUAIeQDIADtBQAhBrADAACBBgAwsQMAAI0EABCyAwAAgQYAMLMDAgDKBQAhxwMCAMoFACHRA0AAzQUAIQ6wAwAAggYAMLEDAAD3AwAQsgMAAIIGADCzAwIAygUAIdEDQADNBQAh5QMCAMoFACHmAwIAygUAIecDAQDcBQAh6AMQAIMGACHpAxAAgwYAIesDAACEBusDIuwDQADNBQAh7QMBANwFACHuAwEA3AUAIQ0LAADPBQAgOgAAiAYAIDsAAIgGACA8AACIBgAgPQAAiAYAILwDEAAAAAG9AxAAAAAEvgMQAAAABL8DEAAAAAHAAxAAAAABwQMQAAAAAcIDEAAAAAHDAxAAhwYAIQcLAADPBQAgPAAAhgYAID0AAIYGACC8AwAAAOsDAr0DAAAA6wMIvgMAAADrAwjDAwAAhQbrAyIHCwAAzwUAIDwAAIYGACA9AACGBgAgvAMAAADrAwK9AwAAAOsDCL4DAAAA6wMIwwMAAIUG6wMiBLwDAAAA6wMCvQMAAADrAwi-AwAAAOsDCMMDAACGBusDIg0LAADPBQAgOgAAiAYAIDsAAIgGACA8AACIBgAgPQAAiAYAILwDEAAAAAG9AxAAAAAEvgMQAAAABL8DEAAAAAHAAxAAAAABwQMQAAAAAcIDEAAAAAHDAxAAhwYAIQi8AxAAAAABvQMQAAAABL4DEAAAAAS_AxAAAAABwAMQAAAAAcEDEAAAAAHCAxAAAAABwwMQAIgGACERsAMAAIkGADCxAwAA4QMAELIDAACJBgAwswMCAMoFACG0AwIAygUAIbsDQADNBQAhxwMCAMoFACHNAwAAigb2AyLRA0AAzQUAIe4DAQDcBQAh7wMCANgFACHwAwIA2AUAIfEDEACDBgAh8gMQAIMGACHzAxAAgwYAIfQDEACDBgAh9gMBANwFACEHCwAAzwUAIDwAAIwGACA9AACMBgAgvAMAAAD2AwK9AwAAAPYDCL4DAAAA9gMIwwMAAIsG9gMiBwsAAM8FACA8AACMBgAgPQAAjAYAILwDAAAA9gMCvQMAAAD2Awi-AwAAAPYDCMMDAACLBvYDIgS8AwAAAPYDAr0DAAAA9gMIvgMAAAD2AwjDAwAAjAb2AyIIsAMAAI0GADCxAwAAxwMAELIDAACNBgAwswMCAMoFACG1AwEAywUAIboDQADNBQAh9wMAAekFACH4AwIAygUAIQiwAwAAjgYAMLEDAACxAwAQsgMAAI4GADCzAwIAygUAIbQDAgDKBQAh0QNAAM0FACH5AwEAywUAIfsDAACPBvsDIgcLAADPBQAgPAAAkQYAID0AAJEGACC8AwAAAPsDAr0DAAAA-wMIvgMAAAD7AwjDAwAAkAb7AyIHCwAAzwUAIDwAAJEGACA9AACRBgAgvAMAAAD7AwK9AwAAAPsDCL4DAAAA-wMIwwMAAJAG-wMiBLwDAAAA-wMCvQMAAAD7Awi-AwAAAPsDCMMDAACRBvsDIgiwAwAAkgYAMLEDAACbAwAQsgMAAJIGADCzAwIAygUAIccDAgDKBQAh_AMBAMsFACH9AwEAywUAIf4DAQDLBQAhCLADAACTBgAwsQMAAIUDABCyAwAAkwYAMLMDAgDKBQAhtQMBAMsFACG3AwEAywUAIbkDAQDcBQAh7wMCAMoFACERsAMAAJQGADCxAwAA7wIAELIDAACUBgAwswMCAMoFACHNAwAAlQaGBCLlAwIA2AUAIe8DAgDYBQAh8QMQAIMGACHyAxAAgwYAIfMDEACDBgAh9AMQAIMGACH_AwEAywUAIYAEQADNBQAhgQQBANwFACGCBAEA3AUAIYMEAQDcBQAhhAQBANwFACEHCwAAzwUAIDwAAJcGACA9AACXBgAgvAMAAACGBAK9AwAAAIYECL4DAAAAhgQIwwMAAJYGhgQiBwsAAM8FACA8AACXBgAgPQAAlwYAILwDAAAAhgQCvQMAAACGBAi-AwAAAIYECMMDAACWBoYEIgS8AwAAAIYEAr0DAAAAhgQIvgMAAACGBAjDAwAAlwaGBCIVsAMAAJgGADCxAwAA1QIAELIDAACYBgAwswMCAMoFACG0AwIAygUAIbsDQADNBQAhxwMCAMoFACHNAwAAmwaSBCLRA0AAzQUAIYYEAgDKBQAhhwQCAMoFACGIBAEAywUAIYkEAQDLBQAhigRAAM0FACGLBAEAywUAIY0EAACZBo0EIo4EAACaBgAgjwRAAM0FACGQBAEAywUAIZIEAQDcBQAhkwQCANgFACEHCwAAzwUAIDwAAKAGACA9AACgBgAgvAMAAACNBAK9AwAAAI0ECL4DAAAAjQQIwwMAAJ8GjQQiDwsAAN4FACA8AACeBgAgPQAAngYAILwDgAAAAAG_A4AAAAABwAOAAAAAAcEDgAAAAAHCA4AAAAABwwOAAAAAAZQEAQAAAAGVBAEAAAABlgQBAAAAAZcEgAAAAAGYBIAAAAABmQSAAAAAAQcLAADPBQAgPAAAnQYAID0AAJ0GACC8AwAAAJIEAr0DAAAAkgQIvgMAAACSBAjDAwAAnAaSBCIHCwAAzwUAIDwAAJ0GACA9AACdBgAgvAMAAACSBAK9AwAAAJIECL4DAAAAkgQIwwMAAJwGkgQiBLwDAAAAkgQCvQMAAACSBAi-AwAAAJIECMMDAACdBpIEIgy8A4AAAAABvwOAAAAAAcADgAAAAAHBA4AAAAABwgOAAAAAAcMDgAAAAAGUBAEAAAABlQQBAAAAAZYEAQAAAAGXBIAAAAABmASAAAAAAZkEgAAAAAEHCwAAzwUAIDwAAKAGACA9AACgBgAgvAMAAACNBAK9AwAAAI0ECL4DAAAAjQQIwwMAAJ8GjQQiBLwDAAAAjQQCvQMAAACNBAi-AwAAAI0ECMMDAACgBo0EIhGwAwAAoQYAMLEDAAC5AgAQsgMAAKEGADCzAwIAygUAIbQDAgDKBQAh0QNAAM0FACH_AwEAywUAIYMEAQDcBQAhhAQBANwFACGGBAIAygUAIZMEAgDYBQAhmgQBANwFACGbBBAAogYAIZwEAQDcBQAhnQQBANwFACGfBAAAowafBCKgBAEA3AUAIQ0LAADeBQAgOgAApwYAIDsAAKcGACA8AACnBgAgPQAApwYAILwDEAAAAAG9AxAAAAAFvgMQAAAABb8DEAAAAAHAAxAAAAABwQMQAAAAAcIDEAAAAAHDAxAApgYAIQcLAADPBQAgPAAApQYAID0AAKUGACC8AwAAAJ8EAr0DAAAAnwQIvgMAAACfBAjDAwAApAafBCIHCwAAzwUAIDwAAKUGACA9AAClBgAgvAMAAACfBAK9AwAAAJ8ECL4DAAAAnwQIwwMAAKQGnwQiBLwDAAAAnwQCvQMAAACfBAi-AwAAAJ8ECMMDAAClBp8EIg0LAADeBQAgOgAApwYAIDsAAKcGACA8AACnBgAgPQAApwYAILwDEAAAAAG9AxAAAAAFvgMQAAAABb8DEAAAAAHAAxAAAAABwQMQAAAAAcIDEAAAAAHDAxAApgYAIQi8AxAAAAABvQMQAAAABb4DEAAAAAW_AxAAAAABwAMQAAAAAcEDEAAAAAHCAxAAAAABwwMQAKcGACEIsAMAAKgGADCxAwAAoQIAELIDAACoBgAwswMCAMoFACHHAwIAygUAIdEDQADNBQAhoQQBAMsFACGiBAEAywUAIQqwAwAAqQYAMLEDAACLAgAQsgMAAKkGADCzAwIAygUAIccDAgDKBQAh0QNAAM0FACHUAwEAywUAIaMEAQDcBQAhpAQBAMsFACGlBAEA3AUAIQiwAwAAqgYAMLEDAADzAQAQsgMAAKoGADCzAwIAygUAIbUDAQDLBQAhtwMBANwFACG5AwEA3AUAIYYEAgDKBQAhEbADAACrBgAwsQMAAN0BABCyAwAAqwYAMLMDAgDKBQAhtAMCAMoFACHHAwIAygUAIc0DAQDLBQAh0QNAAM0FACHgAwEAywUAIe4DAQDcBQAh-QMBAMsFACGHBAIAygUAIaYEQADNBQAhpwQBAMsFACGoBAEAywUAIakEAQDcBQAhqwQAAKwGqwQiBwsAAM8FACA8AACuBgAgPQAArgYAILwDAAAAqwQCvQMAAACrBAi-AwAAAKsECMMDAACtBqsEIgcLAADPBQAgPAAArgYAID0AAK4GACC8AwAAAKsEAr0DAAAAqwQIvgMAAACrBAjDAwAArQarBCIEvAMAAACrBAK9AwAAAKsECL4DAAAAqwQIwwMAAK4GqwQiFrADAACvBgAwsQMAAMUBABCyAwAArwYAMLMDAgDKBQAhxwMCAMoFACHNAwAArAarBCLRA0AAzQUAIYoEQADyBQAhkAQBANwFACGjBAEA3AUAIaUEAQDLBQAhrAQBAMsFACGtBAEAywUAIa4EAQDLBQAhrwQBANwFACGwBAEA3AUAIbEEAQDcBQAhsgQBANwFACGzBAEA3AUAIbQEAQDcBQAhtQQBANwFACG2BAEA3AUAIQiwAwAAsAYAMLEDAACvAQAQsgMAALAGADCzAwIAygUAIf0DAQDLBQAh_gMBAMsFACG3BCAA7QUAIbgEIADtBQAhAtIDAgAAAAHTAwIAAAABCSQAALQGACAtAAGzBgAhsAMAALIGADCxAwAAhgEAELIDAACyBgAwswMCAPYFACHRA0AA-AUAIdIDAgD2BQAh0wMCAPYFACEEvAMAAQAAAb0DAAEAAAS-AwABAAAEwwMAAesFACETAwAAuAYAICMAALkGACAlAAC6BgAgsAMAALUGADCxAwAAgQEAELIDAAC1BgAwswMCAPYFACG3AwEA-wUAIbgDBAC2BgAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHVAwIA-gUAIdYDIAC3BgAh1wMCAPoFACHYAwEA-wUAIcAEAACBAQAgwQQAAIEBACARAwAAuAYAICMAALkGACAlAAC6BgAgsAMAALUGADCxAwAAgQEAELIDAAC1BgAwswMCAPYFACG3AwEA-wUAIbgDBAC2BgAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHVAwIA-gUAIdYDIAC3BgAh1wMCAPoFACHYAwEA-wUAIQi8AwQAAAABvQMEAAAABL4DBAAAAAS_AwQAAAABwAMEAAAAAcEDBAAAAAHCAwQAAAABwwMEANMFACECvAMgAAAAAcMDIADvBQAhFwUAAMsGACAHAAD0BgAgCAAAxwYAIBgAAPsGACAaAADzBgAgGwAA9QYAIBwAAPYGACAdAAD3BgAgHgAA-AYAIB8AAPkGACAgAAD6BgAgJgAAvQYAICcAAL4GACCwAwAA8gYAMLEDAAANABCyAwAA8gYAMLMDAgD2BQAh_QMBAPcFACH-AwEA9wUAIbcEIAC3BgAhuAQgALcGACHABAAADQAgwQQAAA0AIA8DAAC4BgAgFAAAvgYAICEAALkGACAiAAC9BgAgsAMAALwGADCxAwAAewAQsgMAALwGADCzAwIA9gUAIbsDQAD4BQAhxwMCAPYFACHRA0AA-AUAIdQDAQD3BQAh2QMCAPoFACHABAAAewAgwQQAAHsAIAO6BAAAhgEAILsEAACGAQAgvAQAAIYBACADxwMCAAAAAdQDAQAAAAHZAwIAAAABDQMAALgGACAUAAC-BgAgIQAAuQYAICIAAL0GACCwAwAAvAYAMLEDAAB7ABCyAwAAvAYAMLMDAgD2BQAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHZAwIA-gUAIQO6BAAAewAguwQAAHsAILwEAAB7ACADugQAAIEBACC7BAAAgQEAILwEAACBAQAgCgMAALgGACCwAwAAvwYAMLEDAAB3ABCyAwAAvwYAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeADAADABuADIuEDAQD3BQAh4gMgALcGACEEvAMAAADgAwK9AwAAAOADCL4DAAAA4AMIwwMAAP8F4AMiCQMAALgGACCwAwAAwQYAMLEDAABzABCyAwAAwQYAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeMDAQD3BQAh5AMgALcGACEHAwAAuAYAILADAADCBgAwsQMAAG8AELIDAADCBgAwswMCAPYFACHHAwIA9gUAIdEDQAD4BQAhAscDAgAAAAH8AwEAAAABCQMAALgGACCwAwAAxAYAMLEDAABqABCyAwAAxAYAMLMDAgD2BQAhxwMCAPYFACH8AwEA9wUAIf0DAQD3BQAh_gMBAPcFACECxwMCAAAAAaEEAQAAAAELAwAAuAYAIAgAAMcGACAKAADIBgAgsAMAAMYGADCxAwAAFgAQsgMAAMYGADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACGhBAEA9wUAIaIEAQD3BQAhA7oEAAAQACC7BAAAEAAgvAQAABAAIAO6BAAAGQAguwQAABkAILwEAAAZACANAwAAygYAIAUAAMsGACAIAADHBgAgsAMAAMkGADCxAwAACwAQsgMAAMkGADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACHUAwEA9wUAIaMEAQD7BQAhpAQBAPcFACGlBAEA-wUAIRcFAADLBgAgBwAA9AYAIAgAAMcGACAYAAD7BgAgGgAA8wYAIBsAAPUGACAcAAD2BgAgHQAA9wYAIB4AAPgGACAfAAD5BgAgIAAA-gYAICYAAL0GACAnAAC-BgAgsAMAAPIGADCxAwAADQAQsgMAAPIGADCzAwIA9gUAIf0DAQD3BQAh_gMBAPcFACG3BCAAtwYAIbgEIAC3BgAhwAQAAA0AIMEEAAANACADugQAAAcAILsEAAAHACC8BAAABwAgDQQAAM0GACCwAwAAzAYAMLEDAABXABCyAwAAzAYAMLMDAgD2BQAhtAMCAPYFACG1AwEA9wUAIbYDAQD3BQAhtwMBAPcFACG4AwQAtgYAIbkDAQD3BQAhugNAAPgFACG7A0AA-AUAISADAAC4BgAgBQAAywYAIAgAAMcGACAOAAD3BgAgEwAAyAYAIBcAAIAHACAYAAD7BgAgGQAAgQcAILADAAD_BgAwsQMAAAMAELIDAAD_BgAwswMCAPYFACHHAwIA9gUAIc0DAAD9BqsEItEDQAD4BQAhigRAAPkFACGQBAEA-wUAIaMEAQD7BQAhpQQBAPcFACGsBAEA9wUAIa0EAQD3BQAhrgQBAPcFACGvBAEA-wUAIbAEAQD7BQAhsQQBAPsFACGyBAEA-wUAIbMEAQD7BQAhtAQBAPsFACG1BAEA-wUAIbYEAQD7BQAhwAQAAAMAIMEEAAADACAPAwAAygYAIAQAAM0GACCwAwAAzgYAMLEDAABSABCyAwAAzgYAMLMDAgD2BQAhtAMCAPYFACHHAwIA-gUAIckDAADPBskDIssDAADQBssDIs0DAADRBs0DIs4DAQD7BQAhzwMCAPoFACHQAwEA-wUAIdEDQAD4BQAhBLwDAAAAyQMCvQMAAADJAwi-AwAAAMkDCMMDAADlBckDIgS8AwAAAMsDAr0DAAAAywMIvgMAAADLAwjDAwAA4wXLAyIEvAMAAADNAwK9AwAAAM0DCL4DAAAAzQMIwwMAAOEFzQMiFgQAAM0GACAMAADVBgAgDQAAygYAIBAAANYGACARAADXBgAgsAMAANIGADCxAwAAJQAQsgMAANIGADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADUBvYDItEDQAD4BQAh7gMBAPsFACHvAwIA-gUAIfADAgD6BQAh8QMQANMGACHyAxAA0wYAIfMDEADTBgAh9AMQANMGACH2AwEA-wUAIQi8AxAAAAABvQMQAAAABL4DEAAAAAS_AxAAAAABwAMQAAAAAcEDEAAAAAHCAxAAAAABwwMQAIgGACEEvAMAAAD2AwK9AwAAAPYDCL4DAAAA9gMIwwMAAIwG9gMiHwMAAMoGACAEAADNBgAgBgAA3gYAIAcAAPAGACAJAADrBgAgDgAA5wYAIBEAANcGACASAADxBgAgsAMAAOwGADCxAwAAEAAQsgMAAOwGADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADvBpIEItEDQAD4BQAhhgQCAPYFACGHBAIA9gUAIYgEAQD3BQAhiQQBAPcFACGKBEAA-AUAIYsEAQD3BQAhjQQAAO0GjQQijgQAAO4GACCPBEAA-AUAIZAEAQD3BQAhkgQBAPsFACGTBAIA-gUAIcAEAAAQACDBBAAAEAAgA7oEAAApACC7BAAAKQAgvAQAACkAIAO6BAAAIAAguwQAACAAILwEAAAgACAJFQAA2QYAILADAADYBgAwsQMAAEoAELIDAADYBgAwswMCAPYFACG1AwEA9wUAIboDQAD4BQAh9wMAAbMGACH4AwIA9gUAIQwEAADNBgAgFgAA3AYAILADAADaBgAwsQMAAEYAELIDAADaBgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyLABAAARgAgwQQAAEYAIAoEAADNBgAgFgAA3AYAILADAADaBgAwsQMAAEYAELIDAADaBgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyIEvAMAAAD7AwK9AwAAAPsDCL4DAAAA-wMIwwMAAJEG-wMiA7oEAABKACC7BAAASgAgvAQAAEoAIAkGAADeBgAgsAMAAN0GADCxAwAAPQAQsgMAAN0GADCzAwIA9gUAIbUDAQD3BQAhtwMBAPsFACG5AwEA-wUAIYYEAgD2BQAhGQMAALgGACAEAADNBgAgBwAA8AYAIAgAAMcGACATAADIBgAgFAAA_gYAILADAAD8BgAwsQMAAAcAELIDAAD8BgAwswMCAPYFACG0AwIA9gUAIccDAgD2BQAhzQMBAPcFACHRA0AA-AUAIeADAQD3BQAh7gMBAPsFACH5AwEA9wUAIYcEAgD2BQAhpgRAAPgFACGnBAEA9wUAIagEAQD3BQAhqQQBAPsFACGrBAAA_QarBCLABAAABwAgwQQAAAcAIAkMAADgBgAgsAMAAN8GADCxAwAAMgAQsgMAAN8GADCzAwIA9gUAIbUDAQD3BQAhtwMBAPcFACG5AwEA-wUAIe8DAgD2BQAhHwMAAMoGACAEAADNBgAgBgAA3gYAIAcAAPAGACAJAADrBgAgDgAA5wYAIBEAANcGACASAADxBgAgsAMAAOwGADCxAwAAEAAQsgMAAOwGADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADvBpIEItEDQAD4BQAhhgQCAPYFACGHBAIA9gUAIYgEAQD3BQAhiQQBAPcFACGKBEAA-AUAIYsEAQD3BQAhjQQAAO0GjQQijgQAAO4GACCPBEAA-AUAIZAEAQD3BQAhkgQBAPsFACGTBAIA-gUAIcAEAAAQACDBBAAAEAAgEA4AAOMGACAPAADkBgAgsAMAAOEGADCxAwAAKQAQsgMAAOEGADCzAwIA9gUAIdEDQAD4BQAh5QMCAPYFACHmAwIA9gUAIecDAQD7BQAh6AMQANMGACHpAxAA0wYAIesDAADiBusDIuwDQAD4BQAh7QMBAPsFACHuAwEA-wUAIQS8AwAAAOsDAr0DAAAA6wMIvgMAAADrAwjDAwAAhgbrAyIYBAAAzQYAIAwAANUGACANAADKBgAgEAAA1gYAIBEAANcGACCwAwAA0gYAMLEDAAAlABCyAwAA0gYAMLMDAgD2BQAhtAMCAPYFACG7A0AA-AUAIccDAgD2BQAhzQMAANQG9gMi0QNAAPgFACHuAwEA-wUAIe8DAgD6BQAh8AMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIfYDAQD7BQAhwAQAACUAIMEEAAAlACAWDAAA1QYAIA4AAOcGACAQAADWBgAgsAMAAOUGADCxAwAAIAAQsgMAAOUGADCzAwIA9gUAIc0DAADmBoYEIuUDAgD6BQAh7wMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIf8DAQD3BQAhgARAAPgFACGBBAEA-wUAIYIEAQD7BQAhgwQBAPsFACGEBAEA-wUAIcAEAAAgACDBBAAAIAAgFAwAANUGACAOAADnBgAgEAAA1gYAILADAADlBgAwsQMAACAAELIDAADlBgAwswMCAPYFACHNAwAA5gaGBCLlAwIA-gUAIe8DAgD6BQAh8QMQANMGACHyAxAA0wYAIfMDEADTBgAh9AMQANMGACH_AwEA9wUAIYAEQAD4BQAhgQQBAPsFACGCBAEA-wUAIYMEAQD7BQAhhAQBAPsFACEEvAMAAACGBAK9AwAAAIYECL4DAAAAhgQIwwMAAJcGhgQiGAQAAM0GACAMAADVBgAgDQAAygYAIBAAANYGACARAADXBgAgsAMAANIGADCxAwAAJQAQsgMAANIGADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADUBvYDItEDQAD4BQAh7gMBAPsFACHvAwIA-gUAIfADAgD6BQAh8QMQANMGACHyAxAA0wYAIfMDEADTBgAh9AMQANMGACH2AwEA-wUAIcAEAAAlACDBBAAAJQAgFAQAAM0GACAGAADeBgAgCQAA6wYAILADAADoBgAwsQMAABkAELIDAADoBgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh_wMBAPcFACGDBAEA-wUAIYQEAQD7BQAhhgQCAPYFACGTBAIA-gUAIZoEAQD7BQAhmwQQAOkGACGcBAEA-wUAIZ0EAQD7BQAhnwQAAOoGnwQioAQBAPsFACEIvAMQAAAAAb0DEAAAAAW-AxAAAAAFvwMQAAAAAcADEAAAAAHBAxAAAAABwgMQAAAAAcMDEACnBgAhBLwDAAAAnwQCvQMAAACfBAi-AwAAAJ8ECMMDAAClBp8EIg0DAAC4BgAgCAAAxwYAIAoAAMgGACCwAwAAxgYAMLEDAAAWABCyAwAAxgYAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIaEEAQD3BQAhogQBAPcFACHABAAAFgAgwQQAABYAIB0DAADKBgAgBAAAzQYAIAYAAN4GACAHAADwBgAgCQAA6wYAIA4AAOcGACARAADXBgAgEgAA8QYAILADAADsBgAwsQMAABAAELIDAADsBgAwswMCAPYFACG0AwIA9gUAIbsDQAD4BQAhxwMCAPYFACHNAwAA7waSBCLRA0AA-AUAIYYEAgD2BQAhhwQCAPYFACGIBAEA9wUAIYkEAQD3BQAhigRAAPgFACGLBAEA9wUAIY0EAADtBo0EIo4EAADuBgAgjwRAAPgFACGQBAEA9wUAIZIEAQD7BQAhkwQCAPoFACEEvAMAAACNBAK9AwAAAI0ECL4DAAAAjQQIwwMAAKAGjQQiDLwDgAAAAAG_A4AAAAABwAOAAAAAAcEDgAAAAAHCA4AAAAABwwOAAAAAAZQEAQAAAAGVBAEAAAABlgQBAAAAAZcEgAAAAAGYBIAAAAABmQSAAAAAAQS8AwAAAJIEAr0DAAAAkgQIvgMAAACSBAjDAwAAnQaSBCIPAwAAygYAIAUAAMsGACAIAADHBgAgsAMAAMkGADCxAwAACwAQsgMAAMkGADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACHUAwEA9wUAIaMEAQD7BQAhpAQBAPcFACGlBAEA-wUAIcAEAAALACDBBAAACwAgA7oEAAAyACC7BAAAMgAgvAQAADIAIBUFAADLBgAgBwAA9AYAIAgAAMcGACAYAAD7BgAgGgAA8wYAIBsAAPUGACAcAAD2BgAgHQAA9wYAIB4AAPgGACAfAAD5BgAgIAAA-gYAICYAAL0GACAnAAC-BgAgsAMAAPIGADCxAwAADQAQsgMAAPIGADCzAwIA9gUAIf0DAQD3BQAh_gMBAPcFACG3BCAAtwYAIbgEIAC3BgAhA7oEAAADACC7BAAAAwAgvAQAAAMAIAO6BAAACwAguwQAAAsAILwEAAALACADugQAABYAILsEAAAWACC8BAAAFgAgA7oEAABqACC7BAAAagAgvAQAAGoAIAO6BAAAJQAguwQAACUAILwEAAAlACADugQAAG8AILsEAABvACC8BAAAbwAgA7oEAABzACC7BAAAcwAgvAQAAHMAIAO6BAAAdwAguwQAAHcAILwEAAB3ACADugQAAFIAILsEAABSACC8BAAAUgAgFwMAALgGACAEAADNBgAgBwAA8AYAIAgAAMcGACATAADIBgAgFAAA_gYAILADAAD8BgAwsQMAAAcAELIDAAD8BgAwswMCAPYFACG0AwIA9gUAIccDAgD2BQAhzQMBAPcFACHRA0AA-AUAIeADAQD3BQAh7gMBAPsFACH5AwEA9wUAIYcEAgD2BQAhpgRAAPgFACGnBAEA9wUAIagEAQD3BQAhqQQBAPsFACGrBAAA_QarBCIEvAMAAACrBAK9AwAAAKsECL4DAAAAqwQIwwMAAK4GqwQiA7oEAAA9ACC7BAAAPQAgvAQAAD0AIB4DAAC4BgAgBQAAywYAIAgAAMcGACAOAAD3BgAgEwAAyAYAIBcAAIAHACAYAAD7BgAgGQAAgQcAILADAAD_BgAwsQMAAAMAELIDAAD_BgAwswMCAPYFACHHAwIA9gUAIc0DAAD9BqsEItEDQAD4BQAhigRAAPkFACGQBAEA-wUAIaMEAQD7BQAhpQQBAPcFACGsBAEA9wUAIa0EAQD3BQAhrgQBAPcFACGvBAEA-wUAIbAEAQD7BQAhsQQBAPsFACGyBAEA-wUAIbMEAQD7BQAhtAQBAPsFACG1BAEA-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-gUAIdYDIAC3BgAh1wMCAPoFACHYAwEA-wUAIQ6wAwAAzAcAMLEDAADNBwAQsgMAAMwHADCzAwIA9gUAIbcDAQD7BQAhuAMEALYGACG7A0AA-AUAIccDAgD2BQAh0QNAAPgFACHUAwEA9wUAIdUDAgD6BQAh1gMgALcGACHXAwIA-gUAIdgDAQD7BQAhCrMDAgCKBwAhtwMBAJYHACG4AwQAiAcAIbsDQACJBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAh1gMgAKkHACHXAwIAlwcAIdgDAQCWBwAhDAMAAKoHACAlAACsBwAgswMCAIoHACG3AwEAlgcAIbgDBACIBwAhuwNAAIkHACHHAwIAigcAIdEDQACJBwAh1AMBAIcHACHWAyAAqQcAIdcDAgCXBwAh2AMBAJYHACEMAwAAuQcAICUAALsHACCzAwIAAAABtwMBAAAAAbgDBAAAAAG7A0AAAAABxwMCAAAAAdEDQAAAAAHUAwEAAAAB1gMgAAAAAdcDAgAAAAHYAwEAAAABCAMAAN4HACAUAADfBwAgIgAA3QcAILMDAgAAAAG7A0AAAAABxwMCAAAAAdEDQAAAAAHUAwEAAAABAgAAAH0AIDQAANwHACADAAAAfQAgNAAA3AcAIDUAANsHACABLQAAiA4AMA4DAAC4BgAgFAAAvgYAICEAALkGACAiAAC9BgAgsAMAALwGADCxAwAAewAQsgMAALwGADCzAwIAAAABuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHZAwIA-gUAIb0EAAC7BgAgAgAAAH0AIC0AANsHACACAAAA2QcAIC0AANoHACAJsAMAANgHADCxAwAA2QcAELIDAADYBwAwswMCAPYFACG7A0AA-AUAIccDAgD2BQAh0QNAAPgFACHUAwEA9wUAIdkDAgD6BQAhCbADAADYBwAwsQMAANkHABCyAwAA2AcAMLMDAgD2BQAhuwNAAPgFACHHAwIA9gUAIdEDQAD4BQAh1AMBAPcFACHZAwIA-gUAIQWzAwIAigcAIbsDQACJBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAhCAMAAMMHACAUAADEBwAgIgAAwgcAILMDAgCKBwAhuwNAAIkHACHHAwIAigcAIdEDQACJBwAh1AMBAIcHACEIAwAA3gcAIBQAAN8HACAiAADdBwAgswMCAAAAAbsDQAAAAAHHAwIAAAAB0QNAAAAAAdQDAQAAAAEENAAA0QcAMMIEAADSBwAwxAQAANQHACDIBAAA1QcAMAM0AACGDgAgwgQAAIcOACDIBAAAAQAgBDQAAMUHADDCBAAAxgcAMMQEAADIBwAgyAQAAMkHADADNAAAhA4AIMIEAACFDgAgyAQAAH0AIAAAAAAAAcUEQAAAAAEAAAAAAAHFBAAAAOADAgU0AAD_DQAgNQAAgg4AIMIEAACADgAgwwQAAIEOACDIBAAAAQAgAzQAAP8NACDCBAAAgA4AIMgEAAABACAAAAAAAAU0AAD6DQAgNQAA_Q0AIMIEAAD7DQAgwwQAAPwNACDIBAAAAQAgAzQAAPoNACDCBAAA-w0AIMgEAAABACAAAAAAAAU0AAD1DQAgNQAA-A0AIMIEAAD2DQAgwwQAAPcNACDIBAAAAQAgAzQAAPUNACDCBAAA9g0AIMgEAAABACAAAAAAAAXFBBAAAAABywQQAAAAAcwEEAAAAAHNBBAAAAABzgQQAAAAAQHFBAAAAOsDAgU0AADtDQAgNQAA8w0AIMIEAADuDQAgwwQAAPINACDIBAAAUAAgBTQAAOsNACA1AADwDQAgwgQAAOwNACDDBAAA7w0AIMgEAAAiACADNAAA7Q0AIMIEAADuDQAgyAQAAFAAIAM0AADrDQAgwgQAAOwNACDIBAAAIgAgAAAAAAABxQQAAAD2AwIHNAAA2A0AIDUAAOkNACDCBAAA2Q0AIMMEAADoDQAgxgQAABAAIMcEAAAQACDIBAAAEgAgBTQAANYNACA1AADmDQAgwgQAANcNACDDBAAA5Q0AIMgEAAAFACAHNAAA1A0AIDUAAOMNACDCBAAA1Q0AIMMEAADiDQAgxgQAAA0AIMcEAAANACDIBAAAAQAgCzQAALAIADA1AAC0CAAwwgQAALEIADDDBAAAsggAMMQEAACzCAAgxQQAAKUIADDGBAAApQgAMMcEAAClCAAwyAQAAKUIADDJBAAAtQgAMMoEAACoCAAwCzQAAJMIADA1AACYCAAwwgQAAJQIADDDBAAAlQgAMMQEAACWCAAgxQQAAJcIADDGBAAAlwgAMMcEAACXCAAwyAQAAJcIADDJBAAAmQgAMMoEAACaCAAwDwwAAK4IACAQAACvCAAgswMCAAAAAc0DAAAAhgQC7wMCAAAAAfEDEAAAAAHyAxAAAAAB8wMQAAAAAfQDEAAAAAH_AwEAAAABgARAAAAAAYEEAQAAAAGCBAEAAAABgwQBAAAAAYQEAQAAAAECAAAAIgAgNAAArQgAIAMAAAAiACA0AACtCAAgNQAAnggAIAEtAADhDQAwFAwAANUGACAOAADnBgAgEAAA1gYAILADAADlBgAwsQMAACAAELIDAADlBgAwswMCAAAAAc0DAADmBoYEIuUDAgD6BQAh7wMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIf8DAQD3BQAhgARAAPgFACGBBAEA-wUAIYIEAQD7BQAhgwQBAPsFACGEBAEA-wUAIQIAAAAiACAtAACeCAAgAgAAAJsIACAtAACcCAAgEbADAACaCAAwsQMAAJsIABCyAwAAmggAMLMDAgD2BQAhzQMAAOYGhgQi5QMCAPoFACHvAwIA-gUAIfEDEADTBgAh8gMQANMGACHzAxAA0wYAIfQDEADTBgAh_wMBAPcFACGABEAA-AUAIYEEAQD7BQAhggQBAPsFACGDBAEA-wUAIYQEAQD7BQAhEbADAACaCAAwsQMAAJsIABCyAwAAmggAMLMDAgD2BQAhzQMAAOYGhgQi5QMCAPoFACHvAwIA-gUAIfEDEADTBgAh8gMQANMGACHzAxAA0wYAIfQDEADTBgAh_wMBAPcFACGABEAA-AUAIYEEAQD7BQAhggQBAPsFACGDBAEA-wUAIYQEAQD7BQAhDbMDAgCKBwAhzQMAAJ0IhgQi7wMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIf8DAQCHBwAhgARAAIkHACGBBAEAlgcAIYIEAQCWBwAhgwQBAJYHACGEBAEAlgcAIQHFBAAAAIYEAg8MAACfCAAgEAAAoAgAILMDAgCKBwAhzQMAAJ0IhgQi7wMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIf8DAQCHBwAhgARAAIkHACGBBAEAlgcAIYIEAQCWBwAhgwQBAJYHACGEBAEAlgcAIQc0AADbDQAgNQAA3w0AIMIEAADcDQAgwwQAAN4NACDGBAAAEAAgxwQAABAAIMgEAAASACALNAAAoQgAMDUAAKYIADDCBAAAoggAMMMEAACjCAAwxAQAAKQIACDFBAAApQgAMMYEAAClCAAwxwQAAKUIADDIBAAApQgAMMkEAACnCAAwygQAAKgIADALDgAAhggAILMDAgAAAAHRA0AAAAAB5QMCAAAAAecDAQAAAAHoAxAAAAAB6QMQAAAAAesDAAAA6wMC7ANAAAAAAe0DAQAAAAHuAwEAAAABAgAAACsAIDQAAKwIACADAAAAKwAgNAAArAgAIDUAAKsIACABLQAA3Q0AMBAOAADjBgAgDwAA5AYAILADAADhBgAwsQMAACkAELIDAADhBgAwswMCAAAAAdEDQAD4BQAh5QMCAPYFACHmAwIA9gUAIecDAQD7BQAh6AMQANMGACHpAxAA0wYAIesDAADiBusDIuwDQAD4BQAh7QMBAPsFACHuAwEA-wUAIQIAAAArACAtAACrCAAgAgAAAKkIACAtAACqCAAgDrADAACoCAAwsQMAAKkIABCyAwAAqAgAMLMDAgD2BQAh0QNAAPgFACHlAwIA9gUAIeYDAgD2BQAh5wMBAPsFACHoAxAA0wYAIekDEADTBgAh6wMAAOIG6wMi7ANAAPgFACHtAwEA-wUAIe4DAQD7BQAhDrADAACoCAAwsQMAAKkIABCyAwAAqAgAMLMDAgD2BQAh0QNAAPgFACHlAwIA9gUAIeYDAgD2BQAh5wMBAPsFACHoAxAA0wYAIekDEADTBgAh6wMAAOIG6wMi7ANAAPgFACHtAwEA-wUAIe4DAQD7BQAhCrMDAgCKBwAh0QNAAIkHACHlAwIAigcAIecDAQCWBwAh6AMQAIIIACHpAxAAgggAIesDAACDCOsDIuwDQACJBwAh7QMBAJYHACHuAwEAlgcAIQsOAACECAAgswMCAIoHACHRA0AAiQcAIeUDAgCKBwAh5wMBAJYHACHoAxAAgggAIekDEACCCAAh6wMAAIMI6wMi7ANAAIkHACHtAwEAlgcAIe4DAQCWBwAhCw4AAIYIACCzAwIAAAAB0QNAAAAAAeUDAgAAAAHnAwEAAAAB6AMQAAAAAekDEAAAAAHrAwAAAOsDAuwDQAAAAAHtAwEAAAAB7gMBAAAAAQ8MAACuCAAgEAAArwgAILMDAgAAAAHNAwAAAIYEAu8DAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB_wMBAAAAAYAEQAAAAAGBBAEAAAABggQBAAAAAYMEAQAAAAGEBAEAAAABAzQAANsNACDCBAAA3A0AIMgEAAASACAENAAAoQgAMMIEAACiCAAwxAQAAKQIACDIBAAApQgAMAsPAACHCAAgswMCAAAAAdEDQAAAAAHmAwIAAAAB5wMBAAAAAegDEAAAAAHpAxAAAAAB6wMAAADrAwLsA0AAAAAB7QMBAAAAAe4DAQAAAAECAAAAKwAgNAAAuAgAIAMAAAArACA0AAC4CAAgNQAAtwgAIAEtAADaDQAwAgAAACsAIC0AALcIACACAAAAqQgAIC0AALYIACAKswMCAIoHACHRA0AAiQcAIeYDAgCKBwAh5wMBAJYHACHoAxAAgggAIekDEACCCAAh6wMAAIMI6wMi7ANAAIkHACHtAwEAlgcAIe4DAQCWBwAhCw8AAIUIACCzAwIAigcAIdEDQACJBwAh5gMCAIoHACHnAwEAlgcAIegDEACCCAAh6QMQAIIIACHrAwAAgwjrAyLsA0AAiQcAIe0DAQCWBwAh7gMBAJYHACELDwAAhwgAILMDAgAAAAHRA0AAAAAB5gMCAAAAAecDAQAAAAHoAxAAAAAB6QMQAAAAAesDAAAA6wMC7ANAAAAAAe0DAQAAAAHuAwEAAAABAzQAANgNACDCBAAA2Q0AIMgEAAASACADNAAA1g0AIMIEAADXDQAgyAQAAAUAIAM0AADUDQAgwgQAANUNACDIBAAAAQAgBDQAALAIADDCBAAAsQgAMMQEAACzCAAgyAQAAKUIADAENAAAkwgAMMIEAACUCAAwxAQAAJYIACDIBAAAlwgAMAAAAAAABTQAAM8NACA1AADSDQAgwgQAANANACDDBAAA0Q0AIMgEAABIACADNAAAzw0AIMIEAADQDQAgyAQAAEgAIAAAAAAAAcUEAAAA-wMCBTQAAMkNACA1AADNDQAgwgQAAMoNACDDBAAAzA0AIMgEAAAFACALNAAAzQgAMDUAANIIADDCBAAAzggAMMMEAADPCAAwxAQAANAIACDFBAAA0QgAMMYEAADRCAAwxwQAANEIADDIBAAA0QgAMMkEAADTCAAwygQAANQIADAEswMCAAAAAbUDAQAAAAG6A0AAAAAB9wMAAQAAAQIAAABMACA0AADYCAAgAwAAAEwAIDQAANgIACA1AADXCAAgAS0AAMsNADAJFQAA2QYAILADAADYBgAwsQMAAEoAELIDAADYBgAwswMCAAAAAbUDAQD3BQAhugNAAPgFACH3AwABswYAIfgDAgD2BQAhAgAAAEwAIC0AANcIACACAAAA1QgAIC0AANYIACAIsAMAANQIADCxAwAA1QgAELIDAADUCAAwswMCAPYFACG1AwEA9wUAIboDQAD4BQAh9wMAAbMGACH4AwIA9gUAIQiwAwAA1AgAMLEDAADVCAAQsgMAANQIADCzAwIA9gUAIbUDAQD3BQAhugNAAPgFACH3AwABswYAIfgDAgD2BQAhBLMDAgCKBwAhtQMBAIcHACG6A0AAiQcAIfcDAAGhBwAhBLMDAgCKBwAhtQMBAIcHACG6A0AAiQcAIfcDAAGhBwAhBLMDAgAAAAG1AwEAAAABugNAAAAAAfcDAAEAAAEDNAAAyQ0AIMIEAADKDQAgyAQAAAUAIAQ0AADNCAAwwgQAAM4IADDEBAAA0AgAIMgEAADRCAAwAAAAAAAFNAAAxA0AIDUAAMcNACDCBAAAxQ0AIMMEAADGDQAgyAQAAAEAIAM0AADEDQAgwgQAAMUNACDIBAAAAQAgAAAAAAAFNAAAvw0AIDUAAMINACDCBAAAwA0AIMMEAADBDQAgyAQAABIAIAM0AAC_DQAgwgQAAMANACDIBAAAEgAgAAAAAAAHNAAAug0AIDUAAL0NACDCBAAAuw0AIMMEAAC8DQAgxgQAACUAIMcEAAAlACDIBAAAUAAgAzQAALoNACDCBAAAuw0AIMgEAABQACAAAAAAAAHFBAAAAI0EAgHFBAAAAJIEAgU0AACnDQAgNQAAuA0AIMIEAACoDQAgwwQAALcNACDIBAAABQAgBTQAAKUNACA1AAC1DQAgwgQAAKYNACDDBAAAtA0AIMgEAAAJACAHNAAAow0AIDUAALINACDCBAAApA0AIMMEAACxDQAgxgQAAA0AIMcEAAANACDIBAAAAQAgBzQAAKENACA1AACvDQAgwgQAAKINACDDBAAArg0AIMYEAAALACDHBAAACwAgyAQAAGQAIAc0AACfDQAgNQAArA0AIMIEAACgDQAgwwQAAKsNACDGBAAAFgAgxwQAABYAIMgEAABnACALNAAAkAkAMDUAAJQJADDCBAAAkQkAMMMEAACSCQAwxAQAAJMJACDFBAAAlwgAMMYEAACXCAAwxwQAAJcIADDIBAAAlwgAMMkEAACVCQAwygQAAJoIADALNAAAhAkAMDUAAIkJADDCBAAAhQkAMMMEAACGCQAwxAQAAIcJACDFBAAAiAkAMMYEAACICQAwxwQAAIgJADDIBAAAiAkAMMkEAACKCQAwygQAAIsJADAHNAAA_wgAIDUAAIIJACDCBAAAgAkAIMMEAACBCQAgxgQAACUAIMcEAAAlACDIBAAAUAAgEQQAALoIACANAAC7CAAgEAAAvAgAIBEAAL0IACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAAD2AwLRA0AAAAAB7gMBAAAAAfADAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB9gMBAAAAAQIAAABQACA0AAD_CAAgAwAAACUAIDQAAP8IACA1AACDCQAgEwAAACUAIAQAAI8IACANAACQCAAgEAAAkQgAIBEAAJIIACAtAACDCQAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAAjQj2AyLRA0AAiQcAIe4DAQCWBwAh8AMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIfYDAQCWBwAhEQQAAI8IACANAACQCAAgEAAAkQgAIBEAAJIIACCzAwIAigcAIbQDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAACNCPYDItEDQACJBwAh7gMBAJYHACHwAwIAlwcAIfEDEACCCAAh8gMQAIIIACHzAxAAgggAIfQDEACCCAAh9gMBAJYHACEEswMCAAAAAbUDAQAAAAG3AwEAAAABuQMBAAAAAQIAAAA0ACA0AACPCQAgAwAAADQAIDQAAI8JACA1AACOCQAgAS0AAKoNADAJDAAA4AYAILADAADfBgAwsQMAADIAELIDAADfBgAwswMCAAAAAbUDAQD3BQAhtwMBAPcFACG5AwEA-wUAIe8DAgD2BQAhAgAAADQAIC0AAI4JACACAAAAjAkAIC0AAI0JACAIsAMAAIsJADCxAwAAjAkAELIDAACLCQAwswMCAPYFACG1AwEA9wUAIbcDAQD3BQAhuQMBAPsFACHvAwIA9gUAIQiwAwAAiwkAMLEDAACMCQAQsgMAAIsJADCzAwIA9gUAIbUDAQD3BQAhtwMBAPcFACG5AwEA-wUAIe8DAgD2BQAhBLMDAgCKBwAhtQMBAIcHACG3AwEAhwcAIbkDAQCWBwAhBLMDAgCKBwAhtQMBAIcHACG3AwEAhwcAIbkDAQCWBwAhBLMDAgAAAAG1AwEAAAABtwMBAAAAAbkDAQAAAAEPDgAA7wgAIBAAAK8IACCzAwIAAAABzQMAAACGBALlAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAf8DAQAAAAGABEAAAAABgQQBAAAAAYIEAQAAAAGDBAEAAAABhAQBAAAAAQIAAAAiACA0AACYCQAgAwAAACIAIDQAAJgJACA1AACXCQAgAS0AAKkNADACAAAAIgAgLQAAlwkAIAIAAACbCAAgLQAAlgkAIA2zAwIAigcAIc0DAACdCIYEIuUDAgCXBwAh8QMQAIIIACHyAxAAgggAIfMDEACCCAAh9AMQAIIIACH_AwEAhwcAIYAEQACJBwAhgQQBAJYHACGCBAEAlgcAIYMEAQCWBwAhhAQBAJYHACEPDgAA7ggAIBAAAKAIACCzAwIAigcAIc0DAACdCIYEIuUDAgCXBwAh8QMQAIIIACHyAxAAgggAIfMDEACCCAAh9AMQAIIIACH_AwEAhwcAIYAEQACJBwAhgQQBAJYHACGCBAEAlgcAIYMEAQCWBwAhhAQBAJYHACEPDgAA7wgAIBAAAK8IACCzAwIAAAABzQMAAACGBALlAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAf8DAQAAAAGABEAAAAABgQQBAAAAAYIEAQAAAAGDBAEAAAABhAQBAAAAAQM0AACnDQAgwgQAAKgNACDIBAAABQAgAzQAAKUNACDCBAAApg0AIMgEAAAJACADNAAAow0AIMIEAACkDQAgyAQAAAEAIAM0AAChDQAgwgQAAKINACDIBAAAZAAgAzQAAJ8NACDCBAAAoA0AIMgEAABnACAENAAAkAkAMMIEAACRCQAwxAQAAJMJACDIBAAAlwgAMAQ0AACECQAwwgQAAIUJADDEBAAAhwkAIMgEAACICQAwAzQAAP8IACDCBAAAgAkAIMgEAABQACAAAAAAAAXFBBAAAAABywQQAAAAAcwEEAAAAAHNBBAAAAABzgQQAAAAAQHFBAAAAJ8EAgU0AACUDQAgNQAAnQ0AIMIEAACVDQAgwwQAAJwNACDIBAAACQAgBTQAAJINACA1AACaDQAgwgQAAJMNACDDBAAAmQ0AIMgEAAAFACAHNAAAkA0AIDUAAJcNACDCBAAAkQ0AIMMEAACWDQAgxgQAABYAIMcEAAAWACDIBAAAZwAgAzQAAJQNACDCBAAAlQ0AIMgEAAAJACADNAAAkg0AIMIEAACTDQAgyAQAAAUAIAM0AACQDQAgwgQAAJENACDIBAAAZwAgAAAAAAAFNAAAiQ0AIDUAAI4NACDCBAAAig0AIMMEAACNDQAgyAQAAAEAIAs0AADCCQAwNQAAxwkAMMIEAADDCQAwwwQAAMQJADDEBAAAxQkAIMUEAADGCQAwxgQAAMYJADDHBAAAxgkAMMgEAADGCQAwyQQAAMgJADDKBAAAyQkAMAs0AAC2CQAwNQAAuwkAMMIEAAC3CQAwwwQAALgJADDEBAAAuQkAIMUEAAC6CQAwxgQAALoJADDHBAAAugkAMMgEAAC6CQAwyQQAALwJADDKBAAAvQkAMA8EAACsCQAgBgAAqwkAILMDAgAAAAG0AwIAAAAB0QNAAAAAAf8DAQAAAAGDBAEAAAABhAQBAAAAAYYEAgAAAAGaBAEAAAABmwQQAAAAAZwEAQAAAAGdBAEAAAABnwQAAACfBAKgBAEAAAABAgAAABsAIDQAAMEJACADAAAAGwAgNAAAwQkAIDUAAMAJACABLQAAjA0AMBQEAADNBgAgBgAA3gYAIAkAAOsGACCwAwAA6AYAMLEDAAAZABCyAwAA6AYAMLMDAgAAAAG0AwIA9gUAIdEDQAD4BQAh_wMBAPcFACGDBAEA-wUAIYQEAQD7BQAhhgQCAPYFACGTBAIA-gUAIZoEAQD7BQAhmwQQAOkGACGcBAEA-wUAIZ0EAQD7BQAhnwQAAOoGnwQioAQBAPsFACECAAAAGwAgLQAAwAkAIAIAAAC-CQAgLQAAvwkAIBGwAwAAvQkAMLEDAAC-CQAQsgMAAL0JADCzAwIA9gUAIbQDAgD2BQAh0QNAAPgFACH_AwEA9wUAIYMEAQD7BQAhhAQBAPsFACGGBAIA9gUAIZMEAgD6BQAhmgQBAPsFACGbBBAA6QYAIZwEAQD7BQAhnQQBAPsFACGfBAAA6gafBCKgBAEA-wUAIRGwAwAAvQkAMLEDAAC-CQAQsgMAAL0JADCzAwIA9gUAIbQDAgD2BQAh0QNAAPgFACH_AwEA9wUAIYMEAQD7BQAhhAQBAPsFACGGBAIA9gUAIZMEAgD6BQAhmgQBAPsFACGbBBAA6QYAIZwEAQD7BQAhnQQBAPsFACGfBAAA6gafBCKgBAEA-wUAIQ2zAwIAigcAIbQDAgCKBwAh0QNAAIkHACH_AwEAhwcAIYMEAQCWBwAhhAQBAJYHACGGBAIAigcAIZoEAQCWBwAhmwQQAKYJACGcBAEAlgcAIZ0EAQCWBwAhnwQAAKcJnwQioAQBAJYHACEPBAAAqQkAIAYAAKgJACCzAwIAigcAIbQDAgCKBwAh0QNAAIkHACH_AwEAhwcAIYMEAQCWBwAhhAQBAJYHACGGBAIAigcAIZoEAQCWBwAhmwQQAKYJACGcBAEAlgcAIZ0EAQCWBwAhnwQAAKcJnwQioAQBAJYHACEPBAAArAkAIAYAAKsJACCzAwIAAAABtAMCAAAAAdEDQAAAAAH_AwEAAAABgwQBAAAAAYQEAQAAAAGGBAIAAAABmgQBAAAAAZsEEAAAAAGcBAEAAAABnQQBAAAAAZ8EAAAAnwQCoAQBAAAAARgDAACbCQAgBAAAmQkAIAYAAJoJACAHAACcCQAgDgAAoAkAIBEAAJ4JACASAACfCQAgswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAAkgQC0QNAAAAAAYYEAgAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAQIAAAASACA0AADNCQAgAwAAABIAIDQAAM0JACA1AADMCQAgAS0AAIsNADAdAwAAygYAIAQAAM0GACAGAADeBgAgBwAA8AYAIAkAAOsGACAOAADnBgAgEQAA1wYAIBIAAPEGACCwAwAA7AYAMLEDAAAQABCyAwAA7AYAMLMDAgAAAAG0AwIA9gUAIbsDQAD4BQAhxwMCAPYFACHNAwAA7waSBCLRA0AA-AUAIYYEAgD2BQAhhwQCAPYFACGIBAEA9wUAIYkEAQD3BQAhigRAAPgFACGLBAEA9wUAIY0EAADtBo0EIo4EAADuBgAgjwRAAPgFACGQBAEA9wUAIZIEAQD7BQAhkwQCAPoFACECAAAAEgAgLQAAzAkAIAIAAADKCQAgLQAAywkAIBWwAwAAyQkAMLEDAADKCQAQsgMAAMkJADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADvBpIEItEDQAD4BQAhhgQCAPYFACGHBAIA9gUAIYgEAQD3BQAhiQQBAPcFACGKBEAA-AUAIYsEAQD3BQAhjQQAAO0GjQQijgQAAO4GACCPBEAA-AUAIZAEAQD3BQAhkgQBAPsFACGTBAIA-gUAIRWwAwAAyQkAMLEDAADKCQAQsgMAAMkJADCzAwIA9gUAIbQDAgD2BQAhuwNAAPgFACHHAwIA9gUAIc0DAADvBpIEItEDQAD4BQAhhgQCAPYFACGHBAIA9gUAIYgEAQD3BQAhiQQBAPcFACGKBEAA-AUAIYsEAQD3BQAhjQQAAO0GjQQijgQAAO4GACCPBEAA-AUAIZAEAQD3BQAhkgQBAPsFACGTBAIA-gUAIRGzAwIAigcAIbQDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAAD2CJIEItEDQACJBwAhhgQCAIoHACGHBAIAigcAIYgEAQCHBwAhiQQBAIcHACGKBEAAiQcAIYsEAQCHBwAhjQQAAPUIjQQijgSAAAAAAY8EQACJBwAhkAQBAIcHACGSBAEAlgcAIRgDAAD5CAAgBAAA9wgAIAYAAPgIACAHAAD6CAAgDgAA_ggAIBEAAPwIACASAAD9CAAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhhwQCAIoHACGIBAEAhwcAIYkEAQCHBwAhigRAAIkHACGLBAEAhwcAIY0EAAD1CI0EIo4EgAAAAAGPBEAAiQcAIZAEAQCHBwAhkgQBAJYHACEYAwAAmwkAIAQAAJkJACAGAACaCQAgBwAAnAkAIA4AAKAJACARAACeCQAgEgAAnwkAILMDAgAAAAG0AwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAJIEAtEDQAAAAAGGBAIAAAABhwQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAEDNAAAiQ0AIMIEAACKDQAgyAQAAAEAIAQ0AADCCQAwwgQAAMMJADDEBAAAxQkAIMgEAADGCQAwBDQAALYJADDCBAAAtwkAMMQEAAC5CQAgyAQAALoJADAAAAAAAAc0AAD1DAAgNQAAhw0AIMIEAAD2DAAgwwQAAIYNACDGBAAADQAgxwQAAA0AIMgEAAABACALNAAA4gkAMDUAAOcJADDCBAAA4wkAMMMEAADkCQAwxAQAAOUJACDFBAAA5gkAMMYEAADmCQAwxwQAAOYJADDIBAAA5gkAMMkEAADoCQAwygQAAOkJADALNAAA2QkAMDUAAN0JADDCBAAA2gkAMMMEAADbCQAwxAQAANwJACDFBAAAxgkAMMYEAADGCQAwxwQAAMYJADDIBAAAxgkAMMkEAADeCQAwygQAAMkJADAYAwAAmwkAIAQAAJkJACAGAACaCQAgCQAAnQkAIA4AAKAJACARAACeCQAgEgAAnwkAILMDAgAAAAG0AwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAJIEAtEDQAAAAAGGBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAECAAAAEgAgNAAA4QkAIAMAAAASACA0AADhCQAgNQAA4AkAIAEtAACFDQAwAgAAABIAIC0AAOAJACACAAAAygkAIC0AAN8JACARswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACEYAwAA-QgAIAQAAPcIACAGAAD4CAAgCQAA-wgAIA4AAP4IACARAAD8CAAgEgAA_QgAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYgEAQCHBwAhiQQBAIcHACGKBEAAiQcAIYsEAQCHBwAhjQQAAPUIjQQijgSAAAAAAY8EQACJBwAhkAQBAIcHACGSBAEAlgcAIZMEAgCXBwAhGAMAAJsJACAEAACZCQAgBgAAmgkAIAkAAJ0JACAOAACgCQAgEQAAngkAIBIAAJ8JACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAGTBAIAAAABEgMAAJMKACAEAACSCgAgCAAAlQoAIBMAAJQKACAUAACWCgAgswMCAAAAAbQDAgAAAAHHAwIAAAABzQMBAAAAAdEDQAAAAAHgAwEAAAAB7gMBAAAAAfkDAQAAAAGmBEAAAAABpwQBAAAAAagEAQAAAAGpBAEAAAABqwQAAACrBAICAAAACQAgNAAAkQoAIAMAAAAJACA0AACRCgAgNQAA7QkAIAEtAACEDQAwFwMAALgGACAEAADNBgAgBwAA8AYAIAgAAMcGACATAADIBgAgFAAA_gYAILADAAD8BgAwsQMAAAcAELIDAAD8BgAwswMCAAAAAbQDAgD2BQAhxwMCAPYFACHNAwEA9wUAIdEDQAD4BQAh4AMBAPcFACHuAwEA-wUAIfkDAQD3BQAhhwQCAPYFACGmBEAA-AUAIacEAQD3BQAhqAQBAPcFACGpBAEA-wUAIasEAAD9BqsEIgIAAAAJACAtAADtCQAgAgAAAOoJACAtAADrCQAgEbADAADpCQAwsQMAAOoJABCyAwAA6QkAMLMDAgD2BQAhtAMCAPYFACHHAwIA9gUAIc0DAQD3BQAh0QNAAPgFACHgAwEA9wUAIe4DAQD7BQAh-QMBAPcFACGHBAIA9gUAIaYEQAD4BQAhpwQBAPcFACGoBAEA9wUAIakEAQD7BQAhqwQAAP0GqwQiEbADAADpCQAwsQMAAOoJABCyAwAA6QkAMLMDAgD2BQAhtAMCAPYFACHHAwIA9gUAIc0DAQD3BQAh0QNAAPgFACHgAwEA9wUAIe4DAQD7BQAh-QMBAPcFACGHBAIA9gUAIaYEQAD4BQAhpwQBAPcFACGoBAEA9wUAIakEAQD7BQAhqwQAAP0GqwQiDbMDAgCKBwAhtAMCAIoHACHHAwIAigcAIc0DAQCHBwAh0QNAAIkHACHgAwEAhwcAIe4DAQCWBwAh-QMBAIcHACGmBEAAiQcAIacEAQCHBwAhqAQBAIcHACGpBAEAlgcAIasEAADsCasEIgHFBAAAAKsEAhIDAADvCQAgBAAA7gkAIAgAAPEJACATAADwCQAgFAAA8gkAILMDAgCKBwAhtAMCAIoHACHHAwIAigcAIc0DAQCHBwAh0QNAAIkHACHgAwEAhwcAIe4DAQCWBwAh-QMBAIcHACGmBEAAiQcAIacEAQCHBwAhqAQBAIcHACGpBAEAlgcAIasEAADsCasEIgU0AAD5DAAgNQAAgg0AIMIEAAD6DAAgwwQAAIENACDIBAAABQAgBTQAAPcMACA1AAD_DAAgwgQAAPgMACDDBAAA_gwAIMgEAAABACALNAAAiAoAMDUAAIwKADDCBAAAiQoAMMMEAACKCgAwxAQAAIsKACDFBAAAugkAMMYEAAC6CQAwxwQAALoJADDIBAAAugkAMMkEAACNCgAwygQAAL0JADALNAAA_wkAMDUAAIMKADDCBAAAgAoAMMMEAACBCgAwxAQAAIIKACDFBAAAxgkAMMYEAADGCQAwxwQAAMYJADDIBAAAxgkAMMkEAACECgAwygQAAMkJADALNAAA8wkAMDUAAPgJADDCBAAA9AkAMMMEAAD1CQAwxAQAAPYJACDFBAAA9wkAMMYEAAD3CQAwxwQAAPcJADDIBAAA9wkAMMkEAAD5CQAwygQAAPoJADAEswMCAAAAAbUDAQAAAAG3AwEAAAABuQMBAAAAAQIAAAA_ACA0AAD-CQAgAwAAAD8AIDQAAP4JACA1AAD9CQAgAS0AAP0MADAJBgAA3gYAILADAADdBgAwsQMAAD0AELIDAADdBgAwswMCAAAAAbUDAQD3BQAhtwMBAPsFACG5AwEA-wUAIYYEAgD2BQAhAgAAAD8AIC0AAP0JACACAAAA-wkAIC0AAPwJACAIsAMAAPoJADCxAwAA-wkAELIDAAD6CQAwswMCAPYFACG1AwEA9wUAIbcDAQD7BQAhuQMBAPsFACGGBAIA9gUAIQiwAwAA-gkAMLEDAAD7CQAQsgMAAPoJADCzAwIA9gUAIbUDAQD3BQAhtwMBAPsFACG5AwEA-wUAIYYEAgD2BQAhBLMDAgCKBwAhtQMBAIcHACG3AwEAlgcAIbkDAQCWBwAhBLMDAgCKBwAhtQMBAIcHACG3AwEAlgcAIbkDAQCWBwAhBLMDAgAAAAG1AwEAAAABtwMBAAAAAbkDAQAAAAEYAwAAmwkAIAQAAJkJACAHAACcCQAgCQAAnQkAIA4AAKAJACARAACeCQAgEgAAnwkAILMDAgAAAAG0AwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAJIEAtEDQAAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAECAAAAEgAgNAAAhwoAIAMAAAASACA0AACHCgAgNQAAhgoAIAEtAAD8DAAwAgAAABIAIC0AAIYKACACAAAAygkAIC0AAIUKACARswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACEYAwAA-QgAIAQAAPcIACAHAAD6CAAgCQAA-wgAIA4AAP4IACARAAD8CAAgEgAA_QgAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGHBAIAigcAIYgEAQCHBwAhiQQBAIcHACGKBEAAiQcAIYsEAQCHBwAhjQQAAPUIjQQijgSAAAAAAY8EQACJBwAhkAQBAIcHACGSBAEAlgcAIZMEAgCXBwAhGAMAAJsJACAEAACZCQAgBwAAnAkAIAkAAJ0JACAOAACgCQAgEQAAngkAIBIAAJ8JACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhwQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAGTBAIAAAABDwQAAKwJACAJAACtCQAgswMCAAAAAbQDAgAAAAHRA0AAAAAB_wMBAAAAAYMEAQAAAAGEBAEAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAECAAAAGwAgNAAAkAoAIAMAAAAbACA0AACQCgAgNQAAjwoAIAEtAAD7DAAwAgAAABsAIC0AAI8KACACAAAAvgkAIC0AAI4KACANswMCAIoHACG0AwIAigcAIdEDQACJBwAh_wMBAIcHACGDBAEAlgcAIYQEAQCWBwAhkwQCAJcHACGaBAEAlgcAIZsEEACmCQAhnAQBAJYHACGdBAEAlgcAIZ8EAACnCZ8EIqAEAQCWBwAhDwQAAKkJACAJAACqCQAgswMCAIoHACG0AwIAigcAIdEDQACJBwAh_wMBAIcHACGDBAEAlgcAIYQEAQCWBwAhkwQCAJcHACGaBAEAlgcAIZsEEACmCQAhnAQBAJYHACGdBAEAlgcAIZ8EAACnCZ8EIqAEAQCWBwAhDwQAAKwJACAJAACtCQAgswMCAAAAAbQDAgAAAAHRA0AAAAAB_wMBAAAAAYMEAQAAAAGEBAEAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAESAwAAkwoAIAQAAJIKACAIAACVCgAgEwAAlAoAIBQAAJYKACCzAwIAAAABtAMCAAAAAccDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAaYEQAAAAAGnBAEAAAABqAQBAAAAAakEAQAAAAGrBAAAAKsEAgM0AAD5DAAgwgQAAPoMACDIBAAABQAgAzQAAPcMACDCBAAA-AwAIMgEAAABACAENAAAiAoAMMIEAACJCgAwxAQAAIsKACDIBAAAugkAMAQ0AAD_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-wUAIc8DAgD6BQAh0AMBAPsFACHRA0AA-AUAIQ2wAwAAyAoAMLEDAADJCgAQsgMAAMgKADCzAwIA9gUAIbQDAgD2BQAhxwMCAPoFACHJAwAAzwbJAyLLAwAA0AbLAyLNAwAA0QbNAyLOAwEA-wUAIc8DAgD6BQAh0AMBAPsFACHRA0AA-AUAIQmzAwIAigcAIccDAgCXBwAhyQMAAJMHyQMiywMAAJQHywMizQMAAJUHzQMizgMBAJYHACHPAwIAlwcAIdADAQCWBwAh0QNAAIkHACEKAwAAmQcAILMDAgCKBwAhxwMCAJcHACHJAwAAkwfJAyLLAwAAlAfLAyLNAwAAlQfNAyLOAwEAlgcAIc8DAgCXBwAh0AMBAJYHACHRA0AAiQcAIQoDAACbBwAgswMCAAAAAccDAgAAAAHJAwAAAMkDAssDAAAAywMCzQMAAADNAwLOAwEAAAABzwMCAAAAAdADAQAAAAHRA0AAAAABEQwAALkIACANAAC7CAAgEAAAvAgAIBEAAL0IACCzAwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAPYDAtEDQAAAAAHuAwEAAAAB7wMCAAAAAfADAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB9gMBAAAAAQIAAABQACA0AADYCgAgAwAAAFAAIDQAANgKACA1AADXCgAgAS0AAOUMADAWBAAAzQYAIAwAANUGACANAADKBgAgEAAA1gYAIBEAANcGACCwAwAA0gYAMLEDAAAlABCyAwAA0gYAMLMDAgAAAAG0AwIA9gUAIbsDQAD4BQAhxwMCAPYFACHNAwAA1Ab2AyLRA0AA-AUAIe4DAQD7BQAh7wMCAAAAAfADAgD6BQAh8QMQANMGACHyAxAA0wYAIfMDEADTBgAh9AMQANMGACH2AwEA-wUAIQIAAABQACAtAADXCgAgAgAAANUKACAtAADWCgAgEbADAADUCgAwsQMAANUKABCyAwAA1AoAMLMDAgD2BQAhtAMCAPYFACG7A0AA-AUAIccDAgD2BQAhzQMAANQG9gMi0QNAAPgFACHuAwEA-wUAIe8DAgD6BQAh8AMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIfYDAQD7BQAhEbADAADUCgAwsQMAANUKABCyAwAA1AoAMLMDAgD2BQAhtAMCAPYFACG7A0AA-AUAIccDAgD2BQAhzQMAANQG9gMi0QNAAPgFACHuAwEA-wUAIe8DAgD6BQAh8AMCAPoFACHxAxAA0wYAIfIDEADTBgAh8wMQANMGACH0AxAA0wYAIfYDAQD7BQAhDbMDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAACNCPYDItEDQACJBwAh7gMBAJYHACHvAwIAlwcAIfADAgCXBwAh8QMQAIIIACHyAxAAgggAIfMDEACCCAAh9AMQAIIIACH2AwEAlgcAIREMAACOCAAgDQAAkAgAIBAAAJEIACARAACSCAAgswMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAI0I9gMi0QNAAIkHACHuAwEAlgcAIe8DAgCXBwAh8AMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIfYDAQCWBwAhEQwAALkIACANAAC7CAAgEAAAvAgAIBEAAL0IACCzAwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAPYDAtEDQAAAAAHuAwEAAAAB7wMCAAAAAfADAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB9gMBAAAAAQUWAADaCAAgswMCAAAAAdEDQAAAAAH5AwEAAAAB-wMAAAD7AwICAAAASAAgNAAA5AoAIAMAAABIACA0AADkCgAgNQAA4woAIAEtAADkDAAwCgQAAM0GACAWAADcBgAgsAMAANoGADCxAwAARgAQsgMAANoGADCzAwIAAAABtAMCAPYFACHRA0AA-AUAIfkDAQD3BQAh-wMAANsG-wMiAgAAAEgAIC0AAOMKACACAAAA4QoAIC0AAOIKACAIsAMAAOAKADCxAwAA4QoAELIDAADgCgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyIIsAMAAOAKADCxAwAA4QoAELIDAADgCgAwswMCAPYFACG0AwIA9gUAIdEDQAD4BQAh-QMBAPcFACH7AwAA2wb7AyIEswMCAIoHACHRA0AAiQcAIfkDAQCHBwAh-wMAAMoI-wMiBRYAAMwIACCzAwIAigcAIdEDQACJBwAh-QMBAIcHACH7AwAAygj7AyIFFgAA2ggAILMDAgAAAAHRA0AAAAAB-QMBAAAAAfsDAAAA-wMCGAMAAJsJACAGAACaCQAgBwAAnAkAIAkAAJ0JACAOAACgCQAgEQAAngkAIBIAAJ8JACCzAwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAJIEAtEDQAAAAAGGBAIAAAABhwQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAGTBAIAAAABAgAAABIAIDQAAO0KACADAAAAEgAgNAAA7QoAIDUAAOwKACABLQAA4wwAMAIAAAASACAtAADsCgAgAgAAAMoJACAtAADrCgAgEbMDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAAD2CJIEItEDQACJBwAhhgQCAIoHACGHBAIAigcAIYgEAQCHBwAhiQQBAIcHACGKBEAAiQcAIYsEAQCHBwAhjQQAAPUIjQQijgSAAAAAAY8EQACJBwAhkAQBAIcHACGSBAEAlgcAIZMEAgCXBwAhGAMAAPkIACAGAAD4CAAgBwAA-ggAIAkAAPsIACAOAAD-CAAgEQAA_AgAIBIAAP0IACCzAwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhhwQCAIoHACGIBAEAhwcAIYkEAQCHBwAhigRAAIkHACGLBAEAhwcAIY0EAAD1CI0EIo4EgAAAAAGPBEAAiQcAIZAEAQCHBwAhkgQBAJYHACGTBAIAlwcAIRgDAACbCQAgBgAAmgkAIAcAAJwJACAJAACdCQAgDgAAoAkAIBEAAJ4JACASAACfCQAgswMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQ8GAACrCQAgCQAArQkAILMDAgAAAAHRA0AAAAAB_wMBAAAAAYMEAQAAAAGEBAEAAAABhgQCAAAAAZMEAgAAAAGaBAEAAAABmwQQAAAAAZwEAQAAAAGdBAEAAAABnwQAAACfBAKgBAEAAAABAgAAABsAIDQAAPYKACADAAAAGwAgNAAA9goAIDUAAPUKACABLQAA4gwAMAIAAAAbACAtAAD1CgAgAgAAAL4JACAtAAD0CgAgDbMDAgCKBwAh0QNAAIkHACH_AwEAhwcAIYMEAQCWBwAhhAQBAJYHACGGBAIAigcAIZMEAgCXBwAhmgQBAJYHACGbBBAApgkAIZwEAQCWBwAhnQQBAJYHACGfBAAApwmfBCKgBAEAlgcAIQ8GAACoCQAgCQAAqgkAILMDAgCKBwAh0QNAAIkHACH_AwEAhwcAIYMEAQCWBwAhhAQBAJYHACGGBAIAigcAIZMEAgCXBwAhmgQBAJYHACGbBBAApgkAIZwEAQCWBwAhnQQBAJYHACGfBAAApwmfBCKgBAEAlgcAIQ8GAACrCQAgCQAArQkAILMDAgAAAAHRA0AAAAAB_wMBAAAAAYMEAQAAAAGEBAEAAAABhgQCAAAAAZMEAgAAAAGaBAEAAAABmwQQAAAAAZwEAQAAAAGdBAEAAAABnwQAAACfBAKgBAEAAAABEgMAAJMKACAHAACnCgAgCAAAlQoAIBMAAJQKACAUAACWCgAgswMCAAAAAccDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAYcEAgAAAAGmBEAAAAABpwQBAAAAAagEAQAAAAGpBAEAAAABqwQAAACrBAICAAAACQAgNAAA_woAIAMAAAAJACA0AAD_CgAgNQAA_goAIAEtAADhDAAwAgAAAAkAIC0AAP4KACACAAAA6gkAIC0AAP0KACANswMCAIoHACHHAwIAigcAIc0DAQCHBwAh0QNAAIkHACHgAwEAhwcAIe4DAQCWBwAh-QMBAIcHACGHBAIAigcAIaYEQACJBwAhpwQBAIcHACGoBAEAhwcAIakEAQCWBwAhqwQAAOwJqwQiEgMAAO8JACAHAACmCgAgCAAA8QkAIBMAAPAJACAUAADyCQAgswMCAIoHACHHAwIAigcAIc0DAQCHBwAh0QNAAIkHACHgAwEAhwcAIe4DAQCWBwAh-QMBAIcHACGHBAIAigcAIaYEQACJBwAhpwQBAIcHACGoBAEAhwcAIakEAQCWBwAhqwQAAOwJqwQiEgMAAJMKACAHAACnCgAgCAAAlQoAIBMAAJQKACAUAACWCgAgswMCAAAAAccDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAYcEAgAAAAGmBEAAAAABpwQBAAAAAagEAQAAAAGpBAEAAAABqwQAAACrBAIDNAAA3wwAIMIEAADgDAAgyAQAAAEAIAQ0AAD3CgAwwgQAAPgKADDEBAAA-goAIMgEAADmCQAwBDQAAO4KADDCBAAA7woAMMQEAADxCgAgyAQAALoJADAENAAA5QoAMMIEAADmCgAwxAQAAOgKACDIBAAAxgkAMAQ0AADZCgAwwgQAANoKADDEBAAA3AoAIMgEAADdCgAwBDQAAM0KADDCBAAAzgoAMMQEAADQCgAgyAQAANEKADAENAAAwQoAMMIEAADCCgAwxAQAAMQKACDIBAAAxQoAMAQ0AAC1CgAwwgQAALYKADDEBAAAuAoAIMgEAAC5CgAwAAAAAAALNAAAmAwAMDUAAJ0MADDCBAAAmQwAMMMEAACaDAAwxAQAAJsMACDFBAAAnAwAMMYEAACcDAAwxwQAAJwMADDIBAAAnAwAMMkEAACeDAAwygQAAJ8MADALNAAAjwwAMDUAAJMMADDCBAAAkAwAMMMEAACRDAAwxAQAAJIMACDFBAAA5gkAMMYEAADmCQAwxwQAAOYJADDIBAAA5gkAMMkEAACUDAAwygQAAOkJADALNAAAgwwAMDUAAIgMADDCBAAAhAwAMMMEAACFDAAwxAQAAIYMACDFBAAAhwwAMMYEAACHDAAwxwQAAIcMADDIBAAAhwwAMMkEAACJDAAwygQAAIoMADALNAAA9wsAMDUAAPwLADDCBAAA-AsAMMMEAAD5CwAwxAQAAPoLACDFBAAA-wsAMMYEAAD7CwAwxwQAAPsLADDIBAAA-wsAMMkEAAD9CwAwygQAAP4LADALNAAA7gsAMDUAAPILADDCBAAA7wsAMMMEAADwCwAwxAQAAPELACDFBAAAxgkAMMYEAADGCQAwxwQAAMYJADDIBAAAxgkAMMkEAADzCwAwygQAAMkJADALNAAA4gsAMDUAAOcLADDCBAAA4wsAMMMEAADkCwAwxAQAAOULACDFBAAA5gsAMMYEAADmCwAwxwQAAOYLADDIBAAA5gsAMMkEAADoCwAwygQAAOkLADALNAAA2QsAMDUAAN0LADDCBAAA2gsAMMMEAADbCwAwxAQAANwLACDFBAAA0QoAMMYEAADRCgAwxwQAANEKADDIBAAA0QoAMMkEAADeCwAwygQAANQKADALNAAAzQsAMDUAANILADDCBAAAzgsAMMMEAADPCwAwxAQAANALACDFBAAA0QsAMMYEAADRCwAwxwQAANELADDIBAAA0QsAMMkEAADTCwAwygQAANQLADALNAAAwQsAMDUAAMYLADDCBAAAwgsAMMMEAADDCwAwxAQAAMQLACDFBAAAxQsAMMYEAADFCwAwxwQAAMULADDIBAAAxQsAMMkEAADHCwAwygQAAMgLADALNAAAtQsAMDUAALoLADDCBAAAtgsAMMMEAAC3CwAwxAQAALgLACDFBAAAuQsAMMYEAAC5CwAwxwQAALkLADDIBAAAuQsAMMkEAAC7CwAwygQAALwLADALNAAArAsAMDUAALALADDCBAAArQsAMMMEAACuCwAwxAQAAK8LACDFBAAA1QcAMMYEAADVBwAwxwQAANUHADDIBAAA1QcAMMkEAACxCwAwygQAANgHADALNAAAowsAMDUAAKcLADDCBAAApAsAMMMEAAClCwAwxAQAAKYLACDFBAAAyQcAMMYEAADJBwAwxwQAAMkHADDIBAAAyQcAMMkEAACoCwAwygQAAMwHADALNAAAmgsAMDUAAJ4LADDCBAAAmwsAMMMEAACcCwAwxAQAAJ0LACDFBAAAxQoAMMYEAADFCgAwxwQAAMUKADDIBAAAxQoAMMkEAACfCwAwygQAAMgKADAKBAAAmgcAILMDAgAAAAG0AwIAAAAByQMAAADJAwLLAwAAAMsDAs0DAAAAzQMCzgMBAAAAAc8DAgAAAAHQAwEAAAAB0QNAAAAAAQIAAABUACA0AACiCwAgAwAAAFQAIDQAAKILACA1AAChCwAgAS0AAN4MADACAAAAVAAgLQAAoQsAIAIAAADJCgAgLQAAoAsAIAmzAwIAigcAIbQDAgCKBwAhyQMAAJMHyQMiywMAAJQHywMizQMAAJUHzQMizgMBAJYHACHPAwIAlwcAIdADAQCWBwAh0QNAAIkHACEKBAAAmAcAILMDAgCKBwAhtAMCAIoHACHJAwAAkwfJAyLLAwAAlAfLAyLNAwAAlQfNAyLOAwEAlgcAIc8DAgCXBwAh0AMBAJYHACHRA0AAiQcAIQoEAACaBwAgswMCAAAAAbQDAgAAAAHJAwAAAMkDAssDAAAAywMCzQMAAADNAwLOAwEAAAABzwMCAAAAAdADAQAAAAHRA0AAAAABDCMAALoHACAlAAC7BwAgswMCAAAAAbcDAQAAAAG4AwQAAAABuwNAAAAAAdEDQAAAAAHUAwEAAAAB1QMCAAAAAdYDIAAAAAHXAwIAAAAB2AMBAAAAAQIAAACDAQAgNAAAqwsAIAMAAACDAQAgNAAAqwsAIDUAAKoLACABLQAA3QwAMAIAAACDAQAgLQAAqgsAIAIAAADNBwAgLQAAqQsAIAqzAwIAigcAIbcDAQCWBwAhuAMEAIgHACG7A0AAiQcAIdEDQACJBwAh1AMBAIcHACHVAwIAlwcAIdYDIACpBwAh1wMCAJcHACHYAwEAlgcAIQwjAACrBwAgJQAArAcAILMDAgCKBwAhtwMBAJYHACG4AwQAiAcAIbsDQACJBwAh0QNAAIkHACHUAwEAhwcAIdUDAgCXBwAh1gMgAKkHACHXAwIAlwcAIdgDAQCWBwAhDCMAALoHACAlAAC7BwAgswMCAAAAAbcDAQAAAAG4AwQAAAABuwNAAAAAAdEDQAAAAAHUAwEAAAAB1QMCAAAAAdYDIAAAAAHXAwIAAAAB2AMBAAAAAQgUAADfBwAgIQAA4AcAICIAAN0HACCzAwIAAAABuwNAAAAAAdEDQAAAAAHUAwEAAAAB2QMCAAAAAQIAAAB9ACA0AAC0CwAgAwAAAH0AIDQAALQLACA1AACzCwAgAS0AANwMADACAAAAfQAgLQAAswsAIAIAAADZBwAgLQAAsgsAIAWzAwIAigcAIbsDQACJBwAh0QNAAIkHACHUAwEAhwcAIdkDAgCXBwAhCBQAAMQHACAhAADBBwAgIgAAwgcAILMDAgCKBwAhuwNAAIkHACHRA0AAiQcAIdQDAQCHBwAh2QMCAJcHACEIFAAA3wcAICEAAOAHACAiAADdBwAgswMCAAAAAbsDQAAAAAHRA0AAAAAB1AMBAAAAAdkDAgAAAAEFswMCAAAAAdEDQAAAAAHgAwAAAOADAuEDAQAAAAHiAyAAAAABAgAAAHkAIDQAAMALACADAAAAeQAgNAAAwAsAIDUAAL8LACABLQAA2wwAMAoDAAC4BgAgsAMAAL8GADCxAwAAdwAQsgMAAL8GADCzAwIAAAABxwMCAPYFACHRA0AA-AUAIeADAADABuADIuEDAQD3BQAh4gMgALcGACECAAAAeQAgLQAAvwsAIAIAAAC9CwAgLQAAvgsAIAmwAwAAvAsAMLEDAAC9CwAQsgMAALwLADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACHgAwAAwAbgAyLhAwEA9wUAIeIDIAC3BgAhCbADAAC8CwAwsQMAAL0LABCyAwAAvAsAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeADAADABuADIuEDAQD3BQAh4gMgALcGACEFswMCAIoHACHRA0AAiQcAIeADAADsB-ADIuEDAQCHBwAh4gMgAKkHACEFswMCAIoHACHRA0AAiQcAIeADAADsB-ADIuEDAQCHBwAh4gMgAKkHACEFswMCAAAAAdEDQAAAAAHgAwAAAOADAuEDAQAAAAHiAyAAAAABBLMDAgAAAAHRA0AAAAAB4wMBAAAAAeQDIAAAAAECAAAAdQAgNAAAzAsAIAMAAAB1ACA0AADMCwAgNQAAywsAIAEtAADaDAAwCQMAALgGACCwAwAAwQYAMLEDAABzABCyAwAAwQYAMLMDAgAAAAHHAwIA9gUAIdEDQAD4BQAh4wMBAPcFACHkAyAAtwYAIQIAAAB1ACAtAADLCwAgAgAAAMkLACAtAADKCwAgCLADAADICwAwsQMAAMkLABCyAwAAyAsAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIeMDAQD3BQAh5AMgALcGACEIsAMAAMgLADCxAwAAyQsAELIDAADICwAwswMCAPYFACHHAwIA9gUAIdEDQAD4BQAh4wMBAPcFACHkAyAAtwYAIQSzAwIAigcAIdEDQACJBwAh4wMBAIcHACHkAyAAqQcAIQSzAwIAigcAIdEDQACJBwAh4wMBAIcHACHkAyAAqQcAIQSzAwIAAAAB0QNAAAAAAeMDAQAAAAHkAyAAAAABArMDAgAAAAHRA0AAAAABAgAAAHEAIDQAANgLACADAAAAcQAgNAAA2AsAIDUAANcLACABLQAA2QwAMAcDAAC4BgAgsAMAAMIGADCxAwAAbwAQsgMAAMIGADCzAwIAAAABxwMCAPYFACHRA0AA-AUAIQIAAABxACAtAADXCwAgAgAAANULACAtAADWCwAgBrADAADUCwAwsQMAANULABCyAwAA1AsAMLMDAgD2BQAhxwMCAPYFACHRA0AA-AUAIQawAwAA1AsAMLEDAADVCwAQsgMAANQLADCzAwIA9gUAIccDAgD2BQAh0QNAAPgFACECswMCAIoHACHRA0AAiQcAIQKzAwIAigcAIdEDQACJBwAhArMDAgAAAAHRA0AAAAABEQQAALoIACAMAAC5CAAgEAAAvAgAIBEAAL0IACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAAD2AwLRA0AAAAAB7gMBAAAAAe8DAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB9gMBAAAAAQIAAABQACA0AADhCwAgAwAAAFAAIDQAAOELACA1AADgCwAgAS0AANgMADACAAAAUAAgLQAA4AsAIAIAAADVCgAgLQAA3wsAIA2zAwIAigcAIbQDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAACNCPYDItEDQACJBwAh7gMBAJYHACHvAwIAlwcAIfEDEACCCAAh8gMQAIIIACHzAxAAgggAIfQDEACCCAAh9gMBAJYHACERBAAAjwgAIAwAAI4IACAQAACRCAAgEQAAkggAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAI0I9gMi0QNAAIkHACHuAwEAlgcAIe8DAgCXBwAh8QMQAIIIACHyAxAAgggAIfMDEACCCAAh9AMQAIIIACH2AwEAlgcAIREEAAC6CAAgDAAAuQgAIBAAALwIACARAAC9CAAgswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAA9gMC0QNAAAAAAe4DAQAAAAHvAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAfYDAQAAAAEEswMCAAAAAfwDAQAAAAH9AwEAAAAB_gMBAAAAAQIAAABsACA0AADtCwAgAwAAAGwAIDQAAO0LACA1AADsCwAgAS0AANcMADAKAwAAuAYAILADAADEBgAwsQMAAGoAELIDAADEBgAwswMCAAAAAccDAgD2BQAh_AMBAPcFACH9AwEA9wUAIf4DAQD3BQAhvgQAAMMGACACAAAAbAAgLQAA7AsAIAIAAADqCwAgLQAA6wsAIAiwAwAA6QsAMLEDAADqCwAQsgMAAOkLADCzAwIA9gUAIccDAgD2BQAh_AMBAPcFACH9AwEA9wUAIf4DAQD3BQAhCLADAADpCwAwsQMAAOoLABCyAwAA6QsAMLMDAgD2BQAhxwMCAPYFACH8AwEA9wUAIf0DAQD3BQAh_gMBAPcFACEEswMCAIoHACH8AwEAhwcAIf0DAQCHBwAh_gMBAIcHACEEswMCAIoHACH8AwEAhwcAIf0DAQCHBwAh_gMBAIcHACEEswMCAAAAAfwDAQAAAAH9AwEAAAAB_gMBAAAAARgEAACZCQAgBgAAmgkAIAcAAJwJACAJAACdCQAgDgAAoAkAIBEAAJ4JACASAACfCQAgswMCAAAAAbQDAgAAAAG7A0AAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQIAAAASACA0AAD2CwAgAwAAABIAIDQAAPYLACA1AAD1CwAgAS0AANYMADACAAAAEgAgLQAA9QsAIAIAAADKCQAgLQAA9AsAIBGzAwIAigcAIbQDAgCKBwAhuwNAAIkHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhhwQCAIoHACGIBAEAhwcAIYkEAQCHBwAhigRAAIkHACGLBAEAhwcAIY0EAAD1CI0EIo4EgAAAAAGPBEAAiQcAIZAEAQCHBwAhkgQBAJYHACGTBAIAlwcAIRgEAAD3CAAgBgAA-AgAIAcAAPoIACAJAAD7CAAgDgAA_ggAIBEAAPwIACASAAD9CAAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACEYBAAAmQkAIAYAAJoJACAHAACcCQAgCQAAnQkAIA4AAKAJACARAACeCQAgEgAAnwkAILMDAgAAAAG0AwIAAAABuwNAAAAAAc0DAAAAkgQC0QNAAAAAAYYEAgAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAEGCAAAzwkAIAoAANAJACCzAwIAAAAB0QNAAAAAAaEEAQAAAAGiBAEAAAABAgAAAGcAIDQAAIIMACADAAAAZwAgNAAAggwAIDUAAIEMACABLQAA1QwAMAwDAAC4BgAgCAAAxwYAIAoAAMgGACCwAwAAxgYAMLEDAAAWABCyAwAAxgYAMLMDAgAAAAHHAwIA9gUAIdEDQAD4BQAhoQQBAPcFACGiBAEA9wUAIb8EAADFBgAgAgAAAGcAIC0AAIEMACACAAAA_wsAIC0AAIAMACAIsAMAAP4LADCxAwAA_wsAELIDAAD-CwAwswMCAPYFACHHAwIA9gUAIdEDQAD4BQAhoQQBAPcFACGiBAEA9wUAIQiwAwAA_gsAMLEDAAD_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-wYAIBkAAIEHACCwAwAA_wYAMLEDAAADABCyAwAA_wYAMLMDAgAAAAHHAwIA9gUAIc0DAAD9BqsEItEDQAD4BQAhigRAAPkFACGQBAEA-wUAIaMEAQD7BQAhpQQBAPcFACGsBAEA9wUAIa0EAQD3BQAhrgQBAPcFACGvBAEA-wUAIbAEAQD7BQAhsQQBAPsFACGyBAEA-wUAIbMEAQD7BQAhtAQBAPsFACG1BAEA-wUAIbYEAQD7BQAhAgAAAAUAIC0AAKIMACACAAAAoAwAIC0AAKEMACAWsAMAAJ8MADCxAwAAoAwAELIDAACfDAAwswMCAPYFACHHAwIA9gUAIc0DAAD9BqsEItEDQAD4BQAhigRAAPkFACGQBAEA-wUAIaMEAQD7BQAhpQQBAPcFACGsBAEA9wUAIa0EAQD3BQAhrgQBAPcFACGvBAEA-wUAIbAEAQD7BQAhsQQBAPsFACGyBAEA-wUAIbMEAQD7BQAhtAQBAPsFACG1BAEA-wUAIbYEAQD7BQAhFrADAACfDAAwsQMAAKAMABCyAwAAnwwAMLMDAgD2BQAhxwMCAPYFACHNAwAA_QarBCLRA0AA-AUAIYoEQAD5BQAhkAQBAPsFACGjBAEA-wUAIaUEAQD3BQAhrAQBAPcFACGtBAEA9wUAIa4EAQD3BQAhrwQBAPsFACGwBAEA-wUAIbEEAQD7BQAhsgQBAPsFACGzBAEA-wUAIbQEAQD7BQAhtQQBAPsFACG2BAEA-wUAIRKzAwIAigcAIc0DAADsCasEItEDQACJBwAhigRAAOYHACGQBAEAlgcAIaMEAQCWBwAhpQQBAIcHACGsBAEAhwcAIa0EAQCHBwAhrgQBAIcHACGvBAEAlgcAIbAEAQCWBwAhsQQBAJYHACGyBAEAlgcAIbMEAQCWBwAhtAQBAJYHACG1BAEAlgcAIbYEAQCWBwAhGQUAAK4KACAIAACwCgAgDgAAsgoAIBMAAK8KACAXAACxCgAgGAAAswoAIBkAALQKACCzAwIAigcAIc0DAADsCasEItEDQACJBwAhigRAAOYHACGQBAEAlgcAIaMEAQCWBwAhpQQBAIcHACGsBAEAhwcAIa0EAQCHBwAhrgQBAIcHACGvBAEAlgcAIbAEAQCWBwAhsQQBAJYHACGyBAEAlgcAIbMEAQCWBwAhtAQBAJYHACG1BAEAlgcAIbYEAQCWBwAhGQUAAIELACAIAACDCwAgDgAAhQsAIBMAAIILACAXAACECwAgGAAAhgsAIBkAAIcLACCzAwIAAAABzQMAAACrBALRA0AAAAABigRAAAAAAZAEAQAAAAGjBAEAAAABpQQBAAAAAawEAQAAAAGtBAEAAAABrgQBAAAAAa8EAQAAAAGwBAEAAAABsQQBAAAAAbIEAQAAAAGzBAEAAAABtAQBAAAAAbUEAQAAAAG2BAEAAAABBDQAAJgMADDCBAAAmQwAMMQEAACbDAAgyAQAAJwMADAENAAAjwwAMMIEAACQDAAwxAQAAJIMACDIBAAA5gkAMAQ0AACDDAAwwgQAAIQMADDEBAAAhgwAIMgEAACHDAAwBDQAAPcLADDCBAAA-AsAMMQEAAD6CwAgyAQAAPsLADAENAAA7gsAMMIEAADvCwAwxAQAAPELACDIBAAAxgkAMAQ0AADiCwAwwgQAAOMLADDEBAAA5QsAIMgEAADmCwAwBDQAANkLADDCBAAA2gsAMMQEAADcCwAgyAQAANEKADAENAAAzQsAMMIEAADOCwAwxAQAANALACDIBAAA0QsAMAQ0AADBCwAwwgQAAMILADDEBAAAxAsAIMgEAADFCwAwBDQAALULADDCBAAAtgsAMMQEAAC4CwAgyAQAALkLADAENAAArAsAMMIEAACtCwAwxAQAAK8LACDIBAAA1QcAMAQ0AACjCwAwwgQAAKQLADDEBAAApgsAIMgEAADJBwAwBDQAAJoLADDCBAAAmwsAMMQEAACdCwAgyAQAAMUKADAAAAAAAAAAAAAAAAAABwMAAL8MACAjAADADAAgJQAAwQwAILcDAACNBwAg1QMAAI0HACDXAwAAjQcAINgDAACNBwAgDQUAALIMACAHAACzDAAgCAAAtQwAIBgAAL0MACAaAACxDAAgGwAAtAwAIBwAALYMACAdAAC3DAAgHgAAuAwAIB8AALkMACAgAAC6DAAgJgAAuwwAICcAALwMACAFAwAAvwwAIBQAALwMACAhAADADAAgIgAAuwwAINkDAACNBwAgAAATAwAAvwwAIAUAALIMACAIAAC1DAAgDgAAtwwAIBMAAMIMACAXAADQDAAgGAAAvQwAIBkAANEMACCKBAAAjQcAIJAEAACNBwAgowQAAI0HACCvBAAAjQcAILAEAACNBwAgsQQAAI0HACCyBAAAjQcAILMEAACNBwAgtAQAAI0HACC1BAAAjQcAILYEAACNBwAgCwMAAL8MACAEAADDDAAgBgAAyQwAIAcAAM0MACAJAADMDAAgDgAAygwAIBEAAMYMACASAADODAAgjgQAAI0HACCSBAAAjQcAIJMEAACNBwAgAAACBAAAwwwAIBYAAMgMACAACAMAAL8MACAEAADDDAAgBwAAzQwAIAgAALUMACATAADCDAAgFAAAzwwAIO4DAACNBwAgqQQAAI0HACAJBAAAwwwAIAwAAMQMACANAAC_DAAgEAAAxQwAIBEAAMYMACDuAwAAjQcAIO8DAACNBwAg8AMAAI0HACD2AwAAjQcAIAkMAADEDAAgDgAAygwAIBAAAMUMACDlAwAAjQcAIO8DAACNBwAggQQAAI0HACCCBAAAjQcAIIMEAACNBwAghAQAAI0HACADAwAAvwwAIAgAALUMACAKAADCDAAgBQMAAL8MACAFAACyDAAgCAAAtQwAIKMEAACNBwAgpQQAAI0HACAAAAAAErMDAgAAAAHNAwAAAKsEAtEDQAAAAAGKBEAAAAABkAQBAAAAAaMEAQAAAAGlBAEAAAABrAQBAAAAAa0EAQAAAAGuBAEAAAABrwQBAAAAAbAEAQAAAAGxBAEAAAABsgQBAAAAAbMEAQAAAAG0BAEAAAABtQQBAAAAAbYEAQAAAAENswMCAAAAAbQDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAYcEAgAAAAGmBEAAAAABpwQBAAAAAagEAQAAAAGpBAEAAAABqwQAAACrBAIGswMCAAAAAdEDQAAAAAHUAwEAAAABowQBAAAAAaQEAQAAAAGlBAEAAAABBLMDAgAAAAHRA0AAAAABoQQBAAAAAaIEAQAAAAERswMCAAAAAbQDAgAAAAG7A0AAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQSzAwIAAAAB_AMBAAAAAf0DAQAAAAH-AwEAAAABDbMDAgAAAAG0AwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAPYDAtEDQAAAAAHuAwEAAAAB7wMCAAAAAfEDEAAAAAHyAxAAAAAB8wMQAAAAAfQDEAAAAAH2AwEAAAABArMDAgAAAAHRA0AAAAABBLMDAgAAAAHRA0AAAAAB4wMBAAAAAeQDIAAAAAEFswMCAAAAAdEDQAAAAAHgAwAAAOADAuEDAQAAAAHiAyAAAAABBbMDAgAAAAG7A0AAAAAB0QNAAAAAAdQDAQAAAAHZAwIAAAABCrMDAgAAAAG3AwEAAAABuAMEAAAAAbsDQAAAAAHRA0AAAAAB1AMBAAAAAdUDAgAAAAHWAyAAAAAB1wMCAAAAAdgDAQAAAAEJswMCAAAAAbQDAgAAAAHJAwAAAMkDAssDAAAAywMCzQMAAADNAwLOAwEAAAABzwMCAAAAAdADAQAAAAHRA0AAAAABEQUAAKUMACAHAACmDAAgCAAAqAwAIBgAALAMACAbAACnDAAgHAAAqQwAIB0AAKoMACAeAACrDAAgHwAArAwAICAAAK0MACAmAACuDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAN8MACANswMCAAAAAccDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAYcEAgAAAAGmBEAAAAABpwQBAAAAAagEAQAAAAGpBAEAAAABqwQAAACrBAINswMCAAAAAdEDQAAAAAH_AwEAAAABgwQBAAAAAYQEAQAAAAGGBAIAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAERswMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQSzAwIAAAAB0QNAAAAAAfkDAQAAAAH7AwAAAPsDAg2zAwIAAAABuwNAAAAAAccDAgAAAAHNAwAAAPYDAtEDQAAAAAHuAwEAAAAB7wMCAAAAAfADAgAAAAHxAxAAAAAB8gMQAAAAAfMDEAAAAAH0AxAAAAAB9gMBAAAAAQmzAwIAAAABxwMCAAAAAckDAAAAyQMCywMAAADLAwLNAwAAAM0DAs4DAQAAAAHPAwIAAAAB0AMBAAAAAdEDQAAAAAEIswMCAAAAAbUDAQAAAAG2AwEAAAABtwMBAAAAAbgDBAAAAAG5AwEAAAABugNAAAAAAbsDQAAAAAEDAAAADQAgNAAA3wwAIDUAAOoMACATAAAADQAgBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgLQAA6gwAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACERBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIQkDAACXCgAgCAAAmQoAILMDAgAAAAHHAwIAAAAB0QNAAAAAAdQDAQAAAAGjBAEAAAABpAQBAAAAAaUEAQAAAAECAAAAZAAgNAAA6wwAIAMAAAALACA0AADrDAAgNQAA7wwAIAsAAAALACADAADWCQAgCAAA2AkAIC0AAO8MACCzAwIAigcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIaMEAQCWBwAhpAQBAIcHACGlBAEAlgcAIQkDAADWCQAgCAAA2AkAILMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAhowQBAJYHACGkBAEAhwcAIaUEAQCWBwAhEwMAAJMKACAEAACSCgAgBwAApwoAIAgAAJUKACATAACUCgAgswMCAAAAAbQDAgAAAAHHAwIAAAABzQMBAAAAAdEDQAAAAAHgAwEAAAAB7gMBAAAAAfkDAQAAAAGHBAIAAAABpgRAAAAAAacEAQAAAAGoBAEAAAABqQQBAAAAAasEAAAAqwQCAgAAAAkAIDQAAPAMACADAAAABwAgNAAA8AwAIDUAAPQMACAVAAAABwAgAwAA7wkAIAQAAO4JACAHAACmCgAgCAAA8QkAIBMAAPAJACAtAAD0DAAgswMCAIoHACG0AwIAigcAIccDAgCKBwAhzQMBAIcHACHRA0AAiQcAIeADAQCHBwAh7gMBAJYHACH5AwEAhwcAIYcEAgCKBwAhpgRAAIkHACGnBAEAhwcAIagEAQCHBwAhqQQBAJYHACGrBAAA7AmrBCITAwAA7wkAIAQAAO4JACAHAACmCgAgCAAA8QkAIBMAAPAJACCzAwIAigcAIbQDAgCKBwAhxwMCAIoHACHNAwEAhwcAIdEDQACJBwAh4AMBAIcHACHuAwEAlgcAIfkDAQCHBwAhhwQCAIoHACGmBEAAiQcAIacEAQCHBwAhqAQBAIcHACGpBAEAlgcAIasEAADsCasEIhEFAAClDAAgCAAAqAwAIBgAALAMACAaAACkDAAgGwAApwwAIBwAAKkMACAdAACqDAAgHgAAqwwAIB8AAKwMACAgAACtDAAgJgAArgwAICcAAK8MACCzAwIAAAAB_QMBAAAAAf4DAQAAAAG3BCAAAAABuAQgAAAAAQIAAAABACA0AAD1DAAgEQcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAbAACnDAAgHAAAqQwAIB0AAKoMACAeAACrDAAgHwAArAwAICAAAK0MACAmAACuDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAPcMACAaAwAAgAsAIAgAAIMLACAOAACFCwAgEwAAggsAIBcAAIQLACAYAACGCwAgGQAAhwsAILMDAgAAAAHHAwIAAAABzQMAAACrBALRA0AAAAABigRAAAAAAZAEAQAAAAGjBAEAAAABpQQBAAAAAawEAQAAAAGtBAEAAAABrgQBAAAAAa8EAQAAAAGwBAEAAAABsQQBAAAAAbIEAQAAAAGzBAEAAAABtAQBAAAAAbUEAQAAAAG2BAEAAAABAgAAAAUAIDQAAPkMACANswMCAAAAAbQDAgAAAAHRA0AAAAAB_wMBAAAAAYMEAQAAAAGEBAEAAAABkwQCAAAAAZoEAQAAAAGbBBAAAAABnAQBAAAAAZ0EAQAAAAGfBAAAAJ8EAqAEAQAAAAERswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAAkgQC0QNAAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABkwQCAAAAAQSzAwIAAAABtQMBAAAAAbcDAQAAAAG5AwEAAAABAwAAAA0AIDQAAPcMACA1AACADQAgEwAAAA0AIAcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAIC0AAIANACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACEDAAAAAwAgNAAA-QwAIDUAAIMNACAcAAAAAwAgAwAArQoAIAgAALAKACAOAACyCgAgEwAArwoAIBcAALEKACAYAACzCgAgGQAAtAoAIC0AAIMNACCzAwIAigcAIccDAgCKBwAhzQMAAOwJqwQi0QNAAIkHACGKBEAA5gcAIZAEAQCWBwAhowQBAJYHACGlBAEAhwcAIawEAQCHBwAhrQQBAIcHACGuBAEAhwcAIa8EAQCWBwAhsAQBAJYHACGxBAEAlgcAIbIEAQCWBwAhswQBAJYHACG0BAEAlgcAIbUEAQCWBwAhtgQBAJYHACEaAwAArQoAIAgAALAKACAOAACyCgAgEwAArwoAIBcAALEKACAYAACzCgAgGQAAtAoAILMDAgCKBwAhxwMCAIoHACHNAwAA7AmrBCLRA0AAiQcAIYoEQADmBwAhkAQBAJYHACGjBAEAlgcAIaUEAQCHBwAhrAQBAIcHACGtBAEAhwcAIa4EAQCHBwAhrwQBAJYHACGwBAEAlgcAIbEEAQCWBwAhsgQBAJYHACGzBAEAlgcAIbQEAQCWBwAhtQQBAJYHACG2BAEAlgcAIQ2zAwIAAAABtAMCAAAAAccDAgAAAAHNAwEAAAAB0QNAAAAAAeADAQAAAAHuAwEAAAAB-QMBAAAAAaYEQAAAAAGnBAEAAAABqAQBAAAAAakEAQAAAAGrBAAAAKsEAhGzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYgEAQAAAAGJBAEAAAABigRAAAAAAYsEAQAAAAGNBAAAAI0EAo4EgAAAAAGPBEAAAAABkAQBAAAAAZIEAQAAAAGTBAIAAAABAwAAAA0AIDQAAPUMACA1AACIDQAgEwAAAA0AIAUAAI4LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAIC0AAIgNACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQUAAI4LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACERBQAApQwAIAcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAcAACpDAAgHQAAqgwAIB4AAKsMACAfAACsDAAgIAAArQwAICYAAK4MACAnAACvDAAgswMCAAAAAf0DAQAAAAH-AwEAAAABtwQgAAAAAbgEIAAAAAECAAAAAQAgNAAAiQ0AIBGzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAACSBALRA0AAAAABhgQCAAAAAYcEAgAAAAGIBAEAAAABiQQBAAAAAYoEQAAAAAGLBAEAAAABjQQAAACNBAKOBIAAAAABjwRAAAAAAZAEAQAAAAGSBAEAAAABDbMDAgAAAAG0AwIAAAAB0QNAAAAAAf8DAQAAAAGDBAEAAAABhAQBAAAAAYYEAgAAAAGaBAEAAAABmwQQAAAAAZwEAQAAAAGdBAEAAAABnwQAAACfBAKgBAEAAAABAwAAAA0AIDQAAIkNACA1AACPDQAgEwAAAA0AIAUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAIC0AAI8NACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAILMDAgCKBwAh_QMBAIcHACH-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_QMBAAAAAf4DAQAAAAG3BCAAAAABuAQgAAAAAQIAAAABACA0AACjDQAgEwMAAJMKACAEAACSCgAgBwAApwoAIBMAAJQKACAUAACWCgAgswMCAAAAAbQDAgAAAAHHAwIAAAABzQMBAAAAAdEDQAAAAAHgAwEAAAAB7gMBAAAAAfkDAQAAAAGHBAIAAAABpgRAAAAAAacEAQAAAAGoBAEAAAABqQQBAAAAAasEAAAAqwQCAgAAAAkAIDQAAKUNACAaAwAAgAsAIAUAAIELACAOAACFCwAgEwAAggsAIBcAAIQLACAYAACGCwAgGQAAhwsAILMDAgAAAAHHAwIAAAABzQMAAACrBALRA0AAAAABigRAAAAAAZAEAQAAAAGjBAEAAAABpQQBAAAAAawEAQAAAAGtBAEAAAABrgQBAAAAAa8EAQAAAAGwBAEAAAABsQQBAAAAAbIEAQAAAAGzBAEAAAABtAQBAAAAAbUEAQAAAAG2BAEAAAABAgAAAAUAIDQAAKcNACANswMCAAAAAc0DAAAAhgQC5QMCAAAAAfEDEAAAAAHyAxAAAAAB8wMQAAAAAfQDEAAAAAH_AwEAAAABgARAAAAAAYEEAQAAAAGCBAEAAAABgwQBAAAAAYQEAQAAAAEEswMCAAAAAbUDAQAAAAG3AwEAAAABuQMBAAAAAQMAAAAWACA0AACfDQAgNQAArQ0AIAkAAAAWACADAACzCQAgCgAAtQkAIC0AAK0NACCzAwIAigcAIccDAgCKBwAh0QNAAIkHACGhBAEAhwcAIaIEAQCHBwAhBwMAALMJACAKAAC1CQAgswMCAIoHACHHAwIAigcAIdEDQACJBwAhoQQBAIcHACGiBAEAhwcAIQMAAAALACA0AAChDQAgNQAAsA0AIAsAAAALACADAADWCQAgBQAA1wkAIC0AALANACCzAwIAigcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIaMEAQCWBwAhpAQBAIcHACGlBAEAlgcAIQkDAADWCQAgBQAA1wkAILMDAgCKBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAhowQBAJYHACGkBAEAhwcAIaUEAQCWBwAhAwAAAA0AIDQAAKMNACA1AACzDQAgEwAAAA0AIAUAAI4LACAHAACPCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAIC0AALMNACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQUAAI4LACAHAACPCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAeAACUCwAgHwAAlQsAICAAAJYLACAmAACXCwAgJwAAmAsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACEDAAAABwAgNAAApQ0AIDUAALYNACAVAAAABwAgAwAA7wkAIAQAAO4JACAHAACmCgAgEwAA8AkAIBQAAPIJACAtAAC2DQAgswMCAIoHACG0AwIAigcAIccDAgCKBwAhzQMBAIcHACHRA0AAiQcAIeADAQCHBwAh7gMBAJYHACH5AwEAhwcAIYcEAgCKBwAhpgRAAIkHACGnBAEAhwcAIagEAQCHBwAhqQQBAJYHACGrBAAA7AmrBCITAwAA7wkAIAQAAO4JACAHAACmCgAgEwAA8AkAIBQAAPIJACCzAwIAigcAIbQDAgCKBwAhxwMCAIoHACHNAwEAhwcAIdEDQACJBwAh4AMBAIcHACHuAwEAlgcAIfkDAQCHBwAhhwQCAIoHACGmBEAAiQcAIacEAQCHBwAhqAQBAIcHACGpBAEAlgcAIasEAADsCasEIgMAAAADACA0AACnDQAgNQAAuQ0AIBwAAAADACADAACtCgAgBQAArgoAIA4AALIKACATAACvCgAgFwAAsQoAIBgAALMKACAZAAC0CgAgLQAAuQ0AILMDAgCKBwAhxwMCAIoHACHNAwAA7AmrBCLRA0AAiQcAIYoEQADmBwAhkAQBAJYHACGjBAEAlgcAIaUEAQCHBwAhrAQBAIcHACGtBAEAhwcAIa4EAQCHBwAhrwQBAJYHACGwBAEAlgcAIbEEAQCWBwAhsgQBAJYHACGzBAEAlgcAIbQEAQCWBwAhtQQBAJYHACG2BAEAlgcAIRoDAACtCgAgBQAArgoAIA4AALIKACATAACvCgAgFwAAsQoAIBgAALMKACAZAAC0CgAgswMCAIoHACHHAwIAigcAIc0DAADsCasEItEDQACJBwAhigRAAOYHACGQBAEAlgcAIaMEAQCWBwAhpQQBAIcHACGsBAEAhwcAIa0EAQCHBwAhrgQBAIcHACGvBAEAlgcAIbAEAQCWBwAhsQQBAJYHACGyBAEAlgcAIbMEAQCWBwAhtAQBAJYHACG1BAEAlgcAIbYEAQCWBwAhEgQAALoIACAMAAC5CAAgDQAAuwgAIBAAALwIACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAAD2AwLRA0AAAAAB7gMBAAAAAe8DAgAAAAHwAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAfYDAQAAAAECAAAAUAAgNAAAug0AIAMAAAAlACA0AAC6DQAgNQAAvg0AIBQAAAAlACAEAACPCAAgDAAAjggAIA0AAJAIACAQAACRCAAgLQAAvg0AILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAI0I9gMi0QNAAIkHACHuAwEAlgcAIe8DAgCXBwAh8AMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIfYDAQCWBwAhEgQAAI8IACAMAACOCAAgDQAAkAgAIBAAAJEIACCzAwIAigcAIbQDAgCKBwAhuwNAAIkHACHHAwIAigcAIc0DAACNCPYDItEDQACJBwAh7gMBAJYHACHvAwIAlwcAIfADAgCXBwAh8QMQAIIIACHyAxAAgggAIfMDEACCCAAh9AMQAIIIACH2AwEAlgcAIRkDAACbCQAgBAAAmQkAIAYAAJoJACAHAACcCQAgCQAAnQkAIA4AAKAJACARAACeCQAgswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAAkgQC0QNAAAAAAYYEAgAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAECAAAAEgAgNAAAvw0AIAMAAAAQACA0AAC_DQAgNQAAww0AIBsAAAAQACADAAD5CAAgBAAA9wgAIAYAAPgIACAHAAD6CAAgCQAA-wgAIA4AAP4IACARAAD8CAAgLQAAww0AILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACEZAwAA-QgAIAQAAPcIACAGAAD4CAAgBwAA-ggAIAkAAPsIACAOAAD-CAAgEQAA_AgAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACERBQAApQwAIAcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAbAACnDAAgHQAAqgwAIB4AAKsMACAfAACsDAAgIAAArQwAICYAAK4MACAnAACvDAAgswMCAAAAAf0DAQAAAAH-AwEAAAABtwQgAAAAAbgEIAAAAAECAAAAAQAgNAAAxA0AIAMAAAANACA0AADEDQAgNQAAyA0AIBMAAAANACAFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAdAACTCwAgHgAAlAsAIB8AAJULACAgAACWCwAgJgAAlwsAICcAAJgLACAtAADIDQAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIREFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAdAACTCwAgHgAAlAsAIB8AAJULACAgAACWCwAgJgAAlwsAICcAAJgLACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhGgMAAIALACAFAACBCwAgCAAAgwsAIA4AAIULACATAACCCwAgGAAAhgsAIBkAAIcLACCzAwIAAAABxwMCAAAAAc0DAAAAqwQC0QNAAAAAAYoEQAAAAAGQBAEAAAABowQBAAAAAaUEAQAAAAGsBAEAAAABrQQBAAAAAa4EAQAAAAGvBAEAAAABsAQBAAAAAbEEAQAAAAGyBAEAAAABswQBAAAAAbQEAQAAAAG1BAEAAAABtgQBAAAAAQIAAAAFACA0AADJDQAgBLMDAgAAAAG1AwEAAAABugNAAAAAAfcDAAEAAAEDAAAAAwAgNAAAyQ0AIDUAAM4NACAcAAAAAwAgAwAArQoAIAUAAK4KACAIAACwCgAgDgAAsgoAIBMAAK8KACAYAACzCgAgGQAAtAoAIC0AAM4NACCzAwIAigcAIccDAgCKBwAhzQMAAOwJqwQi0QNAAIkHACGKBEAA5gcAIZAEAQCWBwAhowQBAJYHACGlBAEAhwcAIawEAQCHBwAhrQQBAIcHACGuBAEAhwcAIa8EAQCWBwAhsAQBAJYHACGxBAEAlgcAIbIEAQCWBwAhswQBAJYHACG0BAEAlgcAIbUEAQCWBwAhtgQBAJYHACEaAwAArQoAIAUAAK4KACAIAACwCgAgDgAAsgoAIBMAAK8KACAYAACzCgAgGQAAtAoAILMDAgCKBwAhxwMCAIoHACHNAwAA7AmrBCLRA0AAiQcAIYoEQADmBwAhkAQBAJYHACGjBAEAlgcAIaUEAQCHBwAhrAQBAIcHACGtBAEAhwcAIa4EAQCHBwAhrwQBAJYHACGwBAEAlgcAIbEEAQCWBwAhsgQBAJYHACGzBAEAlgcAIbQEAQCWBwAhtQQBAJYHACG2BAEAlgcAIQYEAADZCAAgswMCAAAAAbQDAgAAAAHRA0AAAAAB-QMBAAAAAfsDAAAA-wMCAgAAAEgAIDQAAM8NACADAAAARgAgNAAAzw0AIDUAANMNACAIAAAARgAgBAAAywgAIC0AANMNACCzAwIAigcAIbQDAgCKBwAh0QNAAIkHACH5AwEAhwcAIfsDAADKCPsDIgYEAADLCAAgswMCAIoHACG0AwIAigcAIdEDQACJBwAh-QMBAIcHACH7AwAAygj7AyIRBQAApQwAIAcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAbAACnDAAgHAAAqQwAIB4AAKsMACAfAACsDAAgIAAArQwAICYAAK4MACAnAACvDAAgswMCAAAAAf0DAQAAAAH-AwEAAAABtwQgAAAAAbgEIAAAAAECAAAAAQAgNAAA1A0AIBoDAACACwAgBQAAgQsAIAgAAIMLACATAACCCwAgFwAAhAsAIBgAAIYLACAZAACHCwAgswMCAAAAAccDAgAAAAHNAwAAAKsEAtEDQAAAAAGKBEAAAAABkAQBAAAAAaMEAQAAAAGlBAEAAAABrAQBAAAAAa0EAQAAAAGuBAEAAAABrwQBAAAAAbAEAQAAAAGxBAEAAAABsgQBAAAAAbMEAQAAAAG0BAEAAAABtQQBAAAAAbYEAQAAAAECAAAABQAgNAAA1g0AIBkDAACbCQAgBAAAmQkAIAYAAJoJACAHAACcCQAgCQAAnQkAIBEAAJ4JACASAACfCQAgswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAAkgQC0QNAAAAAAYYEAgAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAECAAAAEgAgNAAA2A0AIAqzAwIAAAAB0QNAAAAAAeYDAgAAAAHnAwEAAAAB6AMQAAAAAekDEAAAAAHrAwAAAOsDAuwDQAAAAAHtAwEAAAAB7gMBAAAAARkDAACbCQAgBAAAmQkAIAYAAJoJACAHAACcCQAgCQAAnQkAIA4AAKAJACASAACfCQAgswMCAAAAAbQDAgAAAAG7A0AAAAABxwMCAAAAAc0DAAAAkgQC0QNAAAAAAYYEAgAAAAGHBAIAAAABiAQBAAAAAYkEAQAAAAGKBEAAAAABiwQBAAAAAY0EAAAAjQQCjgSAAAAAAY8EQAAAAAGQBAEAAAABkgQBAAAAAZMEAgAAAAECAAAAEgAgNAAA2w0AIAqzAwIAAAAB0QNAAAAAAeUDAgAAAAHnAwEAAAAB6AMQAAAAAekDEAAAAAHrAwAAAOsDAuwDQAAAAAHtAwEAAAAB7gMBAAAAAQMAAAAQACA0AADbDQAgNQAA4A0AIBsAAAAQACADAAD5CAAgBAAA9wgAIAYAAPgIACAHAAD6CAAgCQAA-wgAIA4AAP4IACASAAD9CAAgLQAA4A0AILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACEZAwAA-QgAIAQAAPcIACAGAAD4CAAgBwAA-ggAIAkAAPsIACAOAAD-CAAgEgAA_QgAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAPYIkgQi0QNAAIkHACGGBAIAigcAIYcEAgCKBwAhiAQBAIcHACGJBAEAhwcAIYoEQACJBwAhiwQBAIcHACGNBAAA9QiNBCKOBIAAAAABjwRAAIkHACGQBAEAhwcAIZIEAQCWBwAhkwQCAJcHACENswMCAAAAAc0DAAAAhgQC7wMCAAAAAfEDEAAAAAHyAxAAAAAB8wMQAAAAAfQDEAAAAAH_AwEAAAABgARAAAAAAYEEAQAAAAGCBAEAAAABgwQBAAAAAYQEAQAAAAEDAAAADQAgNAAA1A0AIDUAAOQNACATAAAADQAgBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB4AAJQLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgLQAA5A0AILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACERBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB4AAJQLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIQMAAAADACA0AADWDQAgNQAA5w0AIBwAAAADACADAACtCgAgBQAArgoAIAgAALAKACATAACvCgAgFwAAsQoAIBgAALMKACAZAAC0CgAgLQAA5w0AILMDAgCKBwAhxwMCAIoHACHNAwAA7AmrBCLRA0AAiQcAIYoEQADmBwAhkAQBAJYHACGjBAEAlgcAIaUEAQCHBwAhrAQBAIcHACGtBAEAhwcAIa4EAQCHBwAhrwQBAJYHACGwBAEAlgcAIbEEAQCWBwAhsgQBAJYHACGzBAEAlgcAIbQEAQCWBwAhtQQBAJYHACG2BAEAlgcAIRoDAACtCgAgBQAArgoAIAgAALAKACATAACvCgAgFwAAsQoAIBgAALMKACAZAAC0CgAgswMCAIoHACHHAwIAigcAIc0DAADsCasEItEDQACJBwAhigRAAOYHACGQBAEAlgcAIaMEAQCWBwAhpQQBAIcHACGsBAEAhwcAIa0EAQCHBwAhrgQBAIcHACGvBAEAlgcAIbAEAQCWBwAhsQQBAJYHACGyBAEAlgcAIbMEAQCWBwAhtAQBAJYHACG1BAEAlgcAIbYEAQCWBwAhAwAAABAAIDQAANgNACA1AADqDQAgGwAAABAAIAMAAPkIACAEAAD3CAAgBgAA-AgAIAcAAPoIACAJAAD7CAAgEQAA_AgAIBIAAP0IACAtAADqDQAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhhwQCAIoHACGIBAEAhwcAIYkEAQCHBwAhigRAAIkHACGLBAEAhwcAIY0EAAD1CI0EIo4EgAAAAAGPBEAAiQcAIZAEAQCHBwAhkgQBAJYHACGTBAIAlwcAIRkDAAD5CAAgBAAA9wgAIAYAAPgIACAHAAD6CAAgCQAA-wgAIBEAAPwIACASAAD9CAAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAA9giSBCLRA0AAiQcAIYYEAgCKBwAhhwQCAIoHACGIBAEAhwcAIYkEAQCHBwAhigRAAIkHACGLBAEAhwcAIY0EAAD1CI0EIo4EgAAAAAGPBEAAiQcAIZAEAQCHBwAhkgQBAJYHACGTBAIAlwcAIRAMAACuCAAgDgAA7wgAILMDAgAAAAHNAwAAAIYEAuUDAgAAAAHvAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAf8DAQAAAAGABEAAAAABgQQBAAAAAYIEAQAAAAGDBAEAAAABhAQBAAAAAQIAAAAiACA0AADrDQAgEgQAALoIACAMAAC5CAAgDQAAuwgAIBEAAL0IACCzAwIAAAABtAMCAAAAAbsDQAAAAAHHAwIAAAABzQMAAAD2AwLRA0AAAAAB7gMBAAAAAe8DAgAAAAHwAwIAAAAB8QMQAAAAAfIDEAAAAAHzAxAAAAAB9AMQAAAAAfYDAQAAAAECAAAAUAAgNAAA7Q0AIAMAAAAgACA0AADrDQAgNQAA8Q0AIBIAAAAgACAMAACfCAAgDgAA7ggAIC0AAPENACCzAwIAigcAIc0DAACdCIYEIuUDAgCXBwAh7wMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIf8DAQCHBwAhgARAAIkHACGBBAEAlgcAIYIEAQCWBwAhgwQBAJYHACGEBAEAlgcAIRAMAACfCAAgDgAA7ggAILMDAgCKBwAhzQMAAJ0IhgQi5QMCAJcHACHvAwIAlwcAIfEDEACCCAAh8gMQAIIIACHzAxAAgggAIfQDEACCCAAh_wMBAIcHACGABEAAiQcAIYEEAQCWBwAhggQBAJYHACGDBAEAlgcAIYQEAQCWBwAhAwAAACUAIDQAAO0NACA1AAD0DQAgFAAAACUAIAQAAI8IACAMAACOCAAgDQAAkAgAIBEAAJIIACAtAAD0DQAgswMCAIoHACG0AwIAigcAIbsDQACJBwAhxwMCAIoHACHNAwAAjQj2AyLRA0AAiQcAIe4DAQCWBwAh7wMCAJcHACHwAwIAlwcAIfEDEACCCAAh8gMQAIIIACHzAxAAgggAIfQDEACCCAAh9gMBAJYHACESBAAAjwgAIAwAAI4IACANAACQCAAgEQAAkggAILMDAgCKBwAhtAMCAIoHACG7A0AAiQcAIccDAgCKBwAhzQMAAI0I9gMi0QNAAIkHACHuAwEAlgcAIe8DAgCXBwAh8AMCAJcHACHxAxAAgggAIfIDEACCCAAh8wMQAIIIACH0AxAAgggAIfYDAQCWBwAhEQUAAKUMACAHAACmDAAgCAAAqAwAIBgAALAMACAaAACkDAAgGwAApwwAIBwAAKkMACAdAACqDAAgHwAArAwAICAAAK0MACAmAACuDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAPUNACADAAAADQAgNAAA9Q0AIDUAAPkNACATAAAADQAgBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgLQAA-Q0AILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACERBQAAjgsAIAcAAI8LACAIAACRCwAgGAAAmQsAIBoAAI0LACAbAACQCwAgHAAAkgsAIB0AAJMLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIREFAAClDAAgBwAApgwAIAgAAKgMACAYAACwDAAgGgAApAwAIBsAAKcMACAcAACpDAAgHQAAqgwAIB4AAKsMACAgAACtDAAgJgAArgwAICcAAK8MACCzAwIAAAAB_QMBAAAAAf4DAQAAAAG3BCAAAAABuAQgAAAAAQIAAAABACA0AAD6DQAgAwAAAA0AIDQAAPoNACA1AAD-DQAgEwAAAA0AIAUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgGwAAkAsAIBwAAJILACAdAACTCwAgHgAAlAsAICAAAJYLACAmAACXCwAgJwAAmAsAIC0AAP4NACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgGwAAkAsAIBwAAJILACAdAACTCwAgHgAAlAsAICAAAJYLACAmAACXCwAgJwAAmAsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACERBQAApQwAIAcAAKYMACAIAACoDAAgGAAAsAwAIBoAAKQMACAbAACnDAAgHAAAqQwAIB0AAKoMACAeAACrDAAgHwAArAwAICYAAK4MACAnAACvDAAgswMCAAAAAf0DAQAAAAH-AwEAAAABtwQgAAAAAbgEIAAAAAECAAAAAQAgNAAA_w0AIAMAAAANACA0AAD_DQAgNQAAgw4AIBMAAAANACAFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgJgAAlwsAICcAAJgLACAtAACDDgAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIREFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgJgAAlwsAICcAAJgLACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhCQMAAN4HACAUAADfBwAgIQAA4AcAILMDAgAAAAG7A0AAAAABxwMCAAAAAdEDQAAAAAHUAwEAAAAB2QMCAAAAAQIAAAB9ACA0AACEDgAgEQUAAKUMACAHAACmDAAgCAAAqAwAIBgAALAMACAaAACkDAAgGwAApwwAIBwAAKkMACAdAACqDAAgHgAAqwwAIB8AAKwMACAgAACtDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAIYOACAFswMCAAAAAbsDQAAAAAHHAwIAAAAB0QNAAAAAAdQDAQAAAAEKswMCAAAAAbcDAQAAAAG4AwQAAAABuwNAAAAAAccDAgAAAAHRA0AAAAAB1AMBAAAAAdYDIAAAAAHXAwIAAAAB2AMBAAAAAQMAAAANACA0AACGDgAgNQAAjA4AIBMAAAANACAFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgIAAAlgsAICcAAJgLACAtAACMDgAgswMCAIoHACH9AwEAhwcAIf4DAQCHBwAhtwQgAKkHACG4BCAAqQcAIREFAACOCwAgBwAAjwsAIAgAAJELACAYAACZCwAgGgAAjQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgIAAAlgsAICcAAJgLACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhAwAAAHsAIDQAAIQOACA1AACPDgAgCwAAAHsAIAMAAMMHACAUAADEBwAgIQAAwQcAIC0AAI8OACCzAwIAigcAIbsDQACJBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAh2QMCAJcHACEJAwAAwwcAIBQAAMQHACAhAADBBwAgswMCAIoHACG7A0AAiQcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIdkDAgCXBwAhCQMAAN4HACAhAADgBwAgIgAA3QcAILMDAgAAAAG7A0AAAAABxwMCAAAAAdEDQAAAAAHUAwEAAAAB2QMCAAAAAQIAAAB9ACA0AACQDgAgEQUAAKUMACAHAACmDAAgCAAAqAwAIBgAALAMACAaAACkDAAgGwAApwwAIBwAAKkMACAdAACqDAAgHgAAqwwAIB8AAKwMACAgAACtDAAgJgAArgwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAJIOACAELQABAAABswMCAAAAAdEDQAAAAAHTAwIAAAABAwAAAHsAIDQAAJAOACA1AACXDgAgCwAAAHsAIAMAAMMHACAhAADBBwAgIgAAwgcAIC0AAJcOACCzAwIAigcAIbsDQACJBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAh2QMCAJcHACEJAwAAwwcAICEAAMEHACAiAADCBwAgswMCAIoHACG7A0AAiQcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIdkDAgCXBwAhAwAAAA0AIDQAAJIOACA1AACaDgAgEwAAAA0AIAUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgGwAAkAsAIBwAAJILACAdAACTCwAgHgAAlAsAIB8AAJULACAgAACWCwAgJgAAlwsAIC0AAJoOACCzAwIAigcAIf0DAQCHBwAh_gMBAIcHACG3BCAAqQcAIbgEIACpBwAhEQUAAI4LACAHAACPCwAgCAAAkQsAIBgAAJkLACAaAACNCwAgGwAAkAsAIBwAAJILACAdAACTCwAgHgAAlAsAIB8AAJULACAgAACWCwAgJgAAlwsAILMDAgCKBwAh_QMBAIcHACH-AwEAhwcAIbcEIACpBwAhuAQgAKkHACENAwAAuQcAICMAALoHACCzAwIAAAABtwMBAAAAAbgDBAAAAAG7A0AAAAABxwMCAAAAAdEDQAAAAAHUAwEAAAAB1QMCAAAAAdYDIAAAAAHXAwIAAAAB2AMBAAAAAQIAAACDAQAgNAAAmw4AIAMAAACBAQAgNAAAmw4AIDUAAJ8OACAPAAAAgQEAIAMAAKoHACAjAACrBwAgLQAAnw4AILMDAgCKBwAhtwMBAJYHACG4AwQAiAcAIbsDQACJBwAhxwMCAIoHACHRA0AAiQcAIdQDAQCHBwAh1QMCAJcHACHWAyAAqQcAIdcDAgCXBwAh2AMBAJYHACENAwAAqgcAICMAAKsHACCzAwIAigcAIbcDAQCWBwAhuAMEAIgHACG7A0AAiQcAIccDAgCKBwAh0QNAAIkHACHUAwEAhwcAIdUDAgCXBwAh1gMgAKkHACHXAwIAlwcAIdgDAQCWBwAhEQUAAKUMACAHAACmDAAgCAAAqAwAIBoAAKQMACAbAACnDAAgHAAAqQwAIB0AAKoMACAeAACrDAAgHwAArAwAICAAAK0MACAmAACuDAAgJwAArwwAILMDAgAAAAH9AwEAAAAB_gMBAAAAAbcEIAAAAAG4BCAAAAABAgAAAAEAIDQAAKAOACAaAwAAgAsAIAUAAIELACAIAACDCwAgDgAAhQsAIBMAAIILACAXAACECwAgGQAAhwsAILMDAgAAAAHHAwIAAAABzQMAAACrBALRA0AAAAABigRAAAAAAZAEAQAAAAGjBAEAAAABpQQBAAAAAawEAQAAAAGtBAEAAAABrgQBAAAAAa8EAQAAAAGwBAEAAAABsQQBAAAAAbIEAQAAAAGzBAEAAAABtAQBAAAAAbUEAQAAAAG2BAEAAAABAgAAAAUAIDQAAKIOACADAAAADQAgNAAAoA4AIDUAAKYOACATAAAADQAgBQAAjgsAIAcAAI8LACAIAACRCwAgGgAAjQsAIBsAAJALACAcAACSCwAgHQAAkwsAIB4AAJQLACAfAACVCwAgIAAAlgsAICYAAJcLACAnAACYCwAgLQAApg4AILMDAgCKBwAh_QMBAIcHACH-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_HSKAAR0EAwABCwAgI4UBHSWJAR8BJAAeASWKAQACFIwBACKLAQANBZABAAeRAQAIkwEAGJsBABqPAQAbkgEAHJQBAB2VAQAelgEAH5cBACCYAQAmmQEAJ5oBAAAAAAULACc6ACg7ACk8ACo9ACsAAAAAAAULACc6ACg7ACk8ACo9ACsBAwABAQMAAQULADA6ADE7ADI8ADM9ADQAAAAAAAULADA6ADE7ADI8ADM9ADQDAwABBAACB9IBBAMDAAEEAAIH2AEEBQsAOToAOjsAOzwAPD0APQAAAAAABQsAOToAOjsAOzwAPD0APQEGAAMBBgADBQsAQjoAQzsARDwART0ARgAAAAAABQsAQjoAQzsARDwART0ARgEDgAIBAQOGAgEFCwBLOgBMOwBNPABOPQBPAAAAAAAFCwBLOgBMOwBNPABOPQBPAQMAAQEDAAEFCwBUOgBVOwBWPABXPQBYAAAAAAAFCwBUOgBVOwBWPABXPQBYAwQAAgYAAwmuAgYDBAACBgADCbQCBgULAF06AF47AF88AGA9AGEAAAAAAAULAF06AF47AF88AGA9AGEFA8YCAQQAAgYAAwfHAgQJyAIGBQPOAgEEAAIGAAMHzwIECdACBgULAGY6AGc7AGg8AGk9AGoAAAAAAAULAGY6AGc7AGg8AGk9AGoCDOICBQ7jAgoCDOkCBQ7qAgoFCwBvOgBwOwBxPAByPQBzAAAAAAAFCwBvOgBwOwBxPAByPQBzAQwABQEMAAUFCwB4OgB5OwB6PAB7PQB8AAAAAAAFCwB4OgB5OwB6PAB7PQB8AQMAAQEDAAEFCwCBAToAggE7AIMBPACEAT0AhQEAAAAAAAULAIEBOgCCATsAgwE8AIQBPQCFAQEEAAIBBAACBQsAigE6AIsBOwCMATwAjQE9AI4BAAAAAAAFCwCKAToAiwE7AIwBPACNAT0AjgEBFQATARUAEwULAJMBOgCUATsAlQE8AJYBPQCXAQAAAAAABQsAkwE6AJQBOwCVATwAlgE9AJcBAwQAAgzUAwUN1QMBAwQAAgzbAwUN3AMBBQsAnAE6AJ0BOwCeATwAnwE9AKABAAAAAAAFCwCcAToAnQE7AJ4BPACfAT0AoAECDgAKDwAJAg4ACg8ACQULAKUBOgCmATsApwE8AKgBPQCpAQAAAAAABQsApQE6AKYBOwCnATwAqAE9AKkBAQMAAQEDAAEFCwCuAToArwE7ALABPACxAT0AsgEAAAAAAAULAK4BOgCvATsAsAE8ALEBPQCyAQEDAAEBAwABBQsAtwE6ALgBOwC5ATwAugE9ALsBAAAAAAAFCwC3AToAuAE7ALkBPAC6AT0AuwEBAwABAQMAAQULAMABOgDBATsAwgE8AMMBPQDEAQAAAAAABQsAwAE6AMEBOwDCATwAwwE9AMQBAAAABQsAygE6AMsBOwDMATwAzQE9AM4BAAAAAAAFCwDKAToAywE7AMwBPADNAT0AzgECAwABId8EHQIDAAEh5QQdBQsA0wE6ANQBOwDVATwA1gE9ANcBAAAAAAAFCwDTAToA1AE7ANUBPADWAT0A1wECAwABI_cEHQIDAAEj_QQdBQsA3AE6AN0BOwDeATwA3wE9AOABAAAAAAAFCwDcAToA3QE7AN4BPADfAT0A4AEBJAAeASQAHgULAOUBOgDmATsA5wE8AOgBPQDpAQAAAAAABQsA5QE6AOYBOwDnATwA6AE9AOkBAgOlBQEEAAICA6sFAQQAAgULAO4BOgDvATsA8AE8APEBPQDyAQAAAAAABQsA7gE6AO8BOwDwATwA8QE9APIBAQQAAgEEAAIFCwD3AToA-AE7APkBPAD6AT0A-wEAAAAAAAULAPcBOgD4ATsA-QE8APoBPQD7ASgCASmcAQEqngEBK58BASygAQEuogEBL6QBIzClASQxpwEBMqkBIzOqASU2qwEBN6wBATitASM-sAEmP7EBLECyAQJBswECQrQBAkO1AQJEtgECRbgBAka6ASNHuwEtSL0BAkm_ASNKwAEuS8EBAkzCAQJNwwEjTsYBL0_HATVQyAEDUckBA1LKAQNTywEDVMwBA1XOAQNW0AEjV9EBNljUAQNZ1gEjWtcBN1vZAQNc2gEDXdsBI17eAThf3wE-YOABEWHhARFi4gERY-MBEWTkARFl5gERZugBI2fpAT9o6wERae0BI2ruAUBr7wERbPABEW3xASNu9AFBb_UBR3D2AQRx9wEEcvgBBHP5AQR0-gEEdfwBBHb-ASN3_wFIeIICBHmEAiN6hQJJe4cCBHyIAgR9iQIjfowCSn-NAlCAAY4CBoEBjwIGggGQAgaDAZECBoQBkgIGhQGUAgaGAZYCI4cBlwJRiAGZAgaJAZsCI4oBnAJSiwGdAgaMAZ4CBo0BnwIjjgGiAlOPAaMCWZABpAIHkQGlAgeSAaYCB5MBpwIHlAGoAgeVAaoCB5YBrAIjlwGtAlqYAbACB5kBsgIjmgGzAlubAbUCB5wBtgIHnQG3AiOeAboCXJ8BuwJioAG8AgWhAb0CBaIBvgIFowG_AgWkAcACBaUBwgIFpgHEAiOnAcUCY6gBygIFqQHMAiOqAc0CZKsB0QIFrAHSAgWtAdMCI64B1gJlrwHXAmuwAdgCCbEB2QIJsgHaAgmzAdsCCbQB3AIJtQHeAgm2AeACI7cB4QJsuAHlAgm5AecCI7oB6AJtuwHrAgm8AewCCb0B7QIjvgHwAm6_AfECdMAB8gIOwQHzAg7CAfQCDsMB9QIOxAH2Ag7FAfgCDsYB-gIjxwH7AnXIAf0CDskB_wIjygGAA3bLAYEDDswBggMOzQGDAyPOAYYDd88BhwN90AGIAxnRAYkDGdIBigMZ0wGLAxnUAYwDGdUBjgMZ1gGQAyPXAZEDftgBkwMZ2QGVAyPaAZYDf9sBlwMZ3AGYAxndAZkDI94BnAOAAd8BnQOGAeABngMT4QGfAxPiAaADE-MBoQMT5AGiAxPlAaQDE-YBpgMj5wGnA4cB6AGpAxPpAasDI-oBrAOIAesBrQMT7AGuAxPtAa8DI-4BsgOJAe8BswOPAfABtAMU8QG1AxTyAbYDFPMBtwMU9AG4AxT1AboDFPYBvAMj9wG9A5AB-AG_AxT5AcEDI_oBwgORAfsBwwMU_AHEAxT9AcUDI_4ByAOSAf8ByQOYAYACygMKgQLLAwqCAswDCoMCzQMKhALOAwqFAtADCoYC0gMjhwLTA5kBiALXAwqJAtkDI4oC2gOaAYsC3QMKjALeAwqNAt8DI44C4gObAY8C4wOhAZAC5AMLkQLlAwuSAuYDC5MC5wMLlALoAwuVAuoDC5YC7AMjlwLtA6IBmALvAwuZAvEDI5oC8gOjAZsC8wMLnAL0AwudAvUDI54C-AOkAZ8C-QOqAaAC-gMaoQL7AxqiAvwDGqMC_QMapAL-AxqlAoAEGqYCggQjpwKDBKsBqAKFBBqpAocEI6oCiASsAasCiQQarAKKBBqtAosEI64CjgStAa8CjwSzAbACkAQbsQKRBBuyApIEG7MCkwQbtAKUBBu1ApYEG7YCmAQjtwKZBLQBuAKbBBu5Ap0EI7oCngS1AbsCnwQbvAKgBBu9AqEEI74CpAS2Ab8CpQS8AcACpgQcwQKnBBzCAqgEHMMCqQQcxAKqBBzFAqwEHMYCrgQjxwKvBL0ByAKxBBzJArMEI8oCtAS-AcsCtQQczAK2BBzNArcEI84CugS_Ac8CuwTFAdACvQTGAdECvgTGAdICwQTGAdMCwgTGAdQCwwTGAdUCxQTGAdYCxwQj1wLIBMcB2ALKBMYB2QLMBCPaAs0EyAHbAs4ExgHcAs8ExgHdAtAEI94C0wTJAd8C1ATPAeAC1QQd4QLWBB3iAtcEHeMC2AQd5ALZBB3lAtsEHeYC3QQj5wLeBNAB6ALhBB3pAuMEI-oC5ATRAesC5gQd7ALnBB3tAugEI-4C6wTSAe8C7ATYAfAC7QQe8QLuBB7yAu8EHvMC8AQe9ALxBB71AvMEHvYC9QQj9wL2BNkB-AL5BB75AvsEI_oC_ATaAfsC_gQe_AL_BB79AoAFI_4CgwXbAf8ChAXhAYADhQUfgQOGBR-CA4cFH4MDiAUfhAOJBR-FA4sFH4YDjQUjhwOOBeIBiAOQBR-JA5IFI4oDkwXjAYsDlAUfjAOVBR-NA5YFI44DmQXkAY8DmgXqAZADmwUWkQOcBRaSA50FFpMDngUWlAOfBRaVA6EFFpYDowUjlwOkBesBmAOnBRaZA6kFI5oDqgXsAZsDrAUWnAOtBRadA64FI54DsQXtAZ8DsgXzAaADswUXoQO0BReiA7UFF6MDtgUXpAO3BRelA7kFF6YDuwUjpwO8BfQBqAO-BRepA8AFI6oDwQX1AasDwgUXrAPDBRetA8QFI64DxwX2Aa8DyAX8AQ" } config.compilerWasm = { getRuntime: async () => require('./query_compiler_fast_bg.js'), diff --git a/packages/db/generated/prisma/package.json b/packages/db/generated/prisma/package.json index c062609b..d3244d68 100644 --- a/packages/db/generated/prisma/package.json +++ b/packages/db/generated/prisma/package.json @@ -1,5 +1,5 @@ { - "name": "prisma-client-03b178e8b877a1598bedb0c5599737211871b1d3d6ccc3ed144f5a7924b0deb0", + "name": "prisma-client-5a1566e0d7b9ed84a3b9f5a3202c04d4a144585980b9909674457730d45add6e", "main": "index.js", "types": "index.d.ts", "browser": "default.js", diff --git a/packages/db/generated/prisma/schema.prisma b/packages/db/generated/prisma/schema.prisma index 978df3b9..9ce252d3 100755 --- a/packages/db/generated/prisma/schema.prisma +++ b/packages/db/generated/prisma/schema.prisma @@ -101,11 +101,24 @@ model Appointment { staff Staff? @relation(fields: [staffId], references: [id]) procedures AppointmentProcedure[] claims Claim[] + files AppointmentFile[] @@index([patientId]) @@index([date]) } +model AppointmentFile { + id Int @id @default(autoincrement()) + appointmentId Int + filename String + mimeType String? + filePath String? + + appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade) + + @@index([appointmentId]) +} + model Staff { id Int @id @default(autoincrement()) userId Int diff --git a/packages/db/prisma/schema.prisma b/packages/db/prisma/schema.prisma index 6bc31845..801c6d46 100755 --- a/packages/db/prisma/schema.prisma +++ b/packages/db/prisma/schema.prisma @@ -101,11 +101,24 @@ model Appointment { staff Staff? @relation(fields: [staffId], references: [id]) procedures AppointmentProcedure[] claims Claim[] + files AppointmentFile[] @@index([patientId]) @@index([date]) } +model AppointmentFile { + id Int @id @default(autoincrement()) + appointmentId Int + filename String + mimeType String? + filePath String? + + appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade) + + @@index([appointmentId]) +} + model Staff { id Int @id @default(autoincrement()) userId Int diff --git a/packages/db/shared/.prisma-zod-generator-manifest.json b/packages/db/shared/.prisma-zod-generator-manifest.json index 58809f68..4fa5fb3b 100755 --- a/packages/db/shared/.prisma-zod-generator-manifest.json +++ b/packages/db/shared/.prisma-zod-generator-manifest.json @@ -1,13 +1,14 @@ { "version": "1.0", "generatorVersion": "1.0.0", - "generatedAt": "2026-04-26T03:55:08.606Z", + "generatedAt": "2026-04-29T04:19:07.524Z", "outputPath": "/home/ee/Desktop/DentalManagementMH04/packages/db/shared", "files": [ "schemas/enums/TransactionIsolationLevel.schema.ts", "schemas/enums/UserScalarFieldEnum.schema.ts", "schemas/enums/PatientScalarFieldEnum.schema.ts", "schemas/enums/AppointmentScalarFieldEnum.schema.ts", + "schemas/enums/AppointmentFileScalarFieldEnum.schema.ts", "schemas/enums/StaffScalarFieldEnum.schema.ts", "schemas/enums/NpiProviderScalarFieldEnum.schema.ts", "schemas/enums/AppointmentProcedureScalarFieldEnum.schema.ts", @@ -60,6 +61,11 @@ "schemas/objects/AppointmentWhereUniqueInput.schema.ts", "schemas/objects/AppointmentOrderByWithAggregationInput.schema.ts", "schemas/objects/AppointmentScalarWhereWithAggregatesInput.schema.ts", + "schemas/objects/AppointmentFileWhereInput.schema.ts", + "schemas/objects/AppointmentFileOrderByWithRelationInput.schema.ts", + "schemas/objects/AppointmentFileWhereUniqueInput.schema.ts", + "schemas/objects/AppointmentFileOrderByWithAggregationInput.schema.ts", + "schemas/objects/AppointmentFileScalarWhereWithAggregatesInput.schema.ts", "schemas/objects/StaffWhereInput.schema.ts", "schemas/objects/StaffOrderByWithRelationInput.schema.ts", "schemas/objects/StaffWhereUniqueInput.schema.ts", @@ -181,6 +187,13 @@ "schemas/objects/AppointmentCreateManyInput.schema.ts", "schemas/objects/AppointmentUpdateManyMutationInput.schema.ts", "schemas/objects/AppointmentUncheckedUpdateManyInput.schema.ts", + "schemas/objects/AppointmentFileCreateInput.schema.ts", + "schemas/objects/AppointmentFileUncheckedCreateInput.schema.ts", + "schemas/objects/AppointmentFileUpdateInput.schema.ts", + "schemas/objects/AppointmentFileUncheckedUpdateInput.schema.ts", + "schemas/objects/AppointmentFileCreateManyInput.schema.ts", + "schemas/objects/AppointmentFileUpdateManyMutationInput.schema.ts", + "schemas/objects/AppointmentFileUncheckedUpdateManyInput.schema.ts", "schemas/objects/StaffCreateInput.schema.ts", "schemas/objects/StaffUncheckedCreateInput.schema.ts", "schemas/objects/StaffUpdateInput.schema.ts", @@ -381,11 +394,19 @@ "schemas/objects/DateTimeWithAggregatesFilter.schema.ts", "schemas/objects/PatientScalarRelationFilter.schema.ts", "schemas/objects/StaffNullableScalarRelationFilter.schema.ts", + "schemas/objects/AppointmentFileListRelationFilter.schema.ts", + "schemas/objects/AppointmentFileOrderByRelationAggregateInput.schema.ts", "schemas/objects/AppointmentCountOrderByAggregateInput.schema.ts", "schemas/objects/AppointmentAvgOrderByAggregateInput.schema.ts", "schemas/objects/AppointmentMaxOrderByAggregateInput.schema.ts", "schemas/objects/AppointmentMinOrderByAggregateInput.schema.ts", "schemas/objects/AppointmentSumOrderByAggregateInput.schema.ts", + "schemas/objects/AppointmentScalarRelationFilter.schema.ts", + "schemas/objects/AppointmentFileCountOrderByAggregateInput.schema.ts", + "schemas/objects/AppointmentFileAvgOrderByAggregateInput.schema.ts", + "schemas/objects/AppointmentFileMaxOrderByAggregateInput.schema.ts", + "schemas/objects/AppointmentFileMinOrderByAggregateInput.schema.ts", + "schemas/objects/AppointmentFileSumOrderByAggregateInput.schema.ts", "schemas/objects/UserNullableScalarRelationFilter.schema.ts", "schemas/objects/StaffCountOrderByAggregateInput.schema.ts", "schemas/objects/StaffAvgOrderByAggregateInput.schema.ts", @@ -401,7 +422,6 @@ "schemas/objects/IntNullableFilter.schema.ts", "schemas/objects/DecimalNullableFilter.schema.ts", "schemas/objects/EnumProcedureSourceFilter.schema.ts", - "schemas/objects/AppointmentScalarRelationFilter.schema.ts", "schemas/objects/NpiProviderNullableScalarRelationFilter.schema.ts", "schemas/objects/AppointmentProcedureCountOrderByAggregateInput.schema.ts", "schemas/objects/AppointmentProcedureAvgOrderByAggregateInput.schema.ts", @@ -639,15 +659,21 @@ "schemas/objects/StaffCreateNestedOneWithoutAppointmentsInput.schema.ts", "schemas/objects/AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema.ts", "schemas/objects/ClaimCreateNestedManyWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileCreateNestedManyWithoutAppointmentInput.schema.ts", "schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema.ts", "schemas/objects/ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema.ts", "schemas/objects/PatientUpdateOneRequiredWithoutAppointmentsNestedInput.schema.ts", "schemas/objects/UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema.ts", "schemas/objects/StaffUpdateOneWithoutAppointmentsNestedInput.schema.ts", "schemas/objects/AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema.ts", "schemas/objects/ClaimUpdateManyWithoutAppointmentNestedInput.schema.ts", + "schemas/objects/AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema.ts", "schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema.ts", "schemas/objects/ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema.ts", + "schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema.ts", + "schemas/objects/AppointmentCreateNestedOneWithoutFilesInput.schema.ts", + "schemas/objects/AppointmentUpdateOneRequiredWithoutFilesNestedInput.schema.ts", "schemas/objects/UserCreateNestedOneWithoutStaffInput.schema.ts", "schemas/objects/AppointmentCreateNestedManyWithoutStaffInput.schema.ts", "schemas/objects/ClaimCreateNestedManyWithoutStaffInput.schema.ts", @@ -1013,6 +1039,10 @@ "schemas/objects/ClaimUncheckedCreateWithoutAppointmentInput.schema.ts", "schemas/objects/ClaimCreateOrConnectWithoutAppointmentInput.schema.ts", "schemas/objects/ClaimCreateManyAppointmentInputEnvelope.schema.ts", + "schemas/objects/AppointmentFileCreateWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileUncheckedCreateWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileCreateOrConnectWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileCreateManyAppointmentInputEnvelope.schema.ts", "schemas/objects/PatientUpsertWithoutAppointmentsInput.schema.ts", "schemas/objects/PatientUpdateToOneWithWhereWithoutAppointmentsInput.schema.ts", "schemas/objects/PatientUpdateWithoutAppointmentsInput.schema.ts", @@ -1031,6 +1061,17 @@ "schemas/objects/ClaimUpsertWithWhereUniqueWithoutAppointmentInput.schema.ts", "schemas/objects/ClaimUpdateWithWhereUniqueWithoutAppointmentInput.schema.ts", "schemas/objects/ClaimUpdateManyWithWhereWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileUpdateManyWithWhereWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileScalarWhereInput.schema.ts", + "schemas/objects/AppointmentCreateWithoutFilesInput.schema.ts", + "schemas/objects/AppointmentUncheckedCreateWithoutFilesInput.schema.ts", + "schemas/objects/AppointmentCreateOrConnectWithoutFilesInput.schema.ts", + "schemas/objects/AppointmentUpsertWithoutFilesInput.schema.ts", + "schemas/objects/AppointmentUpdateToOneWithWhereWithoutFilesInput.schema.ts", + "schemas/objects/AppointmentUpdateWithoutFilesInput.schema.ts", + "schemas/objects/AppointmentUncheckedUpdateWithoutFilesInput.schema.ts", "schemas/objects/UserCreateWithoutStaffInput.schema.ts", "schemas/objects/UserUncheckedCreateWithoutStaffInput.schema.ts", "schemas/objects/UserCreateOrConnectWithoutStaffInput.schema.ts", @@ -1440,12 +1481,16 @@ "schemas/objects/PatientDocumentUncheckedUpdateManyWithoutPatientInput.schema.ts", "schemas/objects/AppointmentProcedureCreateManyAppointmentInput.schema.ts", "schemas/objects/ClaimCreateManyAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileCreateManyAppointmentInput.schema.ts", "schemas/objects/AppointmentProcedureUpdateWithoutAppointmentInput.schema.ts", "schemas/objects/AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema.ts", "schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput.schema.ts", "schemas/objects/ClaimUpdateWithoutAppointmentInput.schema.ts", "schemas/objects/ClaimUncheckedUpdateWithoutAppointmentInput.schema.ts", "schemas/objects/ClaimUncheckedUpdateManyWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileUpdateWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileUncheckedUpdateWithoutAppointmentInput.schema.ts", + "schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentInput.schema.ts", "schemas/objects/AppointmentCreateManyStaffInput.schema.ts", "schemas/objects/ClaimCreateManyStaffInput.schema.ts", "schemas/objects/AppointmentUpdateWithoutStaffInput.schema.ts", @@ -1513,6 +1558,11 @@ "schemas/objects/AppointmentSumAggregateInput.schema.ts", "schemas/objects/AppointmentMinAggregateInput.schema.ts", "schemas/objects/AppointmentMaxAggregateInput.schema.ts", + "schemas/objects/AppointmentFileCountAggregateInput.schema.ts", + "schemas/objects/AppointmentFileAvgAggregateInput.schema.ts", + "schemas/objects/AppointmentFileSumAggregateInput.schema.ts", + "schemas/objects/AppointmentFileMinAggregateInput.schema.ts", + "schemas/objects/AppointmentFileMaxAggregateInput.schema.ts", "schemas/objects/StaffCountAggregateInput.schema.ts", "schemas/objects/StaffAvgAggregateInput.schema.ts", "schemas/objects/StaffSumAggregateInput.schema.ts", @@ -1649,6 +1699,7 @@ "schemas/objects/AppointmentCountOutputTypeArgs.schema.ts", "schemas/objects/AppointmentCountOutputTypeCountProceduresArgs.schema.ts", "schemas/objects/AppointmentCountOutputTypeCountClaimsArgs.schema.ts", + "schemas/objects/AppointmentCountOutputTypeCountFilesArgs.schema.ts", "schemas/objects/StaffCountOutputTypeArgs.schema.ts", "schemas/objects/StaffCountOutputTypeCountAppointmentsArgs.schema.ts", "schemas/objects/StaffCountOutputTypeCountClaimsArgs.schema.ts", @@ -1673,6 +1724,7 @@ "schemas/objects/UserSelect.schema.ts", "schemas/objects/PatientSelect.schema.ts", "schemas/objects/AppointmentSelect.schema.ts", + "schemas/objects/AppointmentFileSelect.schema.ts", "schemas/objects/StaffSelect.schema.ts", "schemas/objects/NpiProviderSelect.schema.ts", "schemas/objects/AppointmentProcedureSelect.schema.ts", @@ -1696,6 +1748,7 @@ "schemas/objects/UserArgs.schema.ts", "schemas/objects/PatientArgs.schema.ts", "schemas/objects/AppointmentArgs.schema.ts", + "schemas/objects/AppointmentFileArgs.schema.ts", "schemas/objects/StaffArgs.schema.ts", "schemas/objects/NpiProviderArgs.schema.ts", "schemas/objects/AppointmentProcedureArgs.schema.ts", @@ -1719,6 +1772,7 @@ "schemas/objects/UserInclude.schema.ts", "schemas/objects/PatientInclude.schema.ts", "schemas/objects/AppointmentInclude.schema.ts", + "schemas/objects/AppointmentFileInclude.schema.ts", "schemas/objects/StaffInclude.schema.ts", "schemas/objects/NpiProviderInclude.schema.ts", "schemas/objects/AppointmentProcedureInclude.schema.ts", @@ -1789,6 +1843,23 @@ "schemas/upsertOneAppointment.schema.ts", "schemas/aggregateAppointment.schema.ts", "schemas/groupByAppointment.schema.ts", + "schemas/findUniqueAppointmentFile.schema.ts", + "schemas/findUniqueOrThrowAppointmentFile.schema.ts", + "schemas/findFirstAppointmentFile.schema.ts", + "schemas/findFirstOrThrowAppointmentFile.schema.ts", + "schemas/findManyAppointmentFile.schema.ts", + "schemas/countAppointmentFile.schema.ts", + "schemas/createOneAppointmentFile.schema.ts", + "schemas/createManyAppointmentFile.schema.ts", + "schemas/createManyAndReturnAppointmentFile.schema.ts", + "schemas/deleteOneAppointmentFile.schema.ts", + "schemas/deleteManyAppointmentFile.schema.ts", + "schemas/updateOneAppointmentFile.schema.ts", + "schemas/updateManyAppointmentFile.schema.ts", + "schemas/updateManyAndReturnAppointmentFile.schema.ts", + "schemas/upsertOneAppointmentFile.schema.ts", + "schemas/aggregateAppointmentFile.schema.ts", + "schemas/groupByAppointmentFile.schema.ts", "schemas/findUniqueStaff.schema.ts", "schemas/findUniqueOrThrowStaff.schema.ts", "schemas/findFirstStaff.schema.ts", @@ -2168,6 +2239,19 @@ "schemas/results/AppointmentAggregateResult.schema.ts", "schemas/results/AppointmentGroupByResult.schema.ts", "schemas/results/AppointmentCountResult.schema.ts", + "schemas/results/AppointmentFileFindUniqueResult.schema.ts", + "schemas/results/AppointmentFileFindFirstResult.schema.ts", + "schemas/results/AppointmentFileFindManyResult.schema.ts", + "schemas/results/AppointmentFileCreateResult.schema.ts", + "schemas/results/AppointmentFileCreateManyResult.schema.ts", + "schemas/results/AppointmentFileUpdateResult.schema.ts", + "schemas/results/AppointmentFileUpdateManyResult.schema.ts", + "schemas/results/AppointmentFileUpsertResult.schema.ts", + "schemas/results/AppointmentFileDeleteResult.schema.ts", + "schemas/results/AppointmentFileDeleteManyResult.schema.ts", + "schemas/results/AppointmentFileAggregateResult.schema.ts", + "schemas/results/AppointmentFileGroupByResult.schema.ts", + "schemas/results/AppointmentFileCountResult.schema.ts", "schemas/results/StaffFindUniqueResult.schema.ts", "schemas/results/StaffFindFirstResult.schema.ts", "schemas/results/StaffFindManyResult.schema.ts", @@ -2433,6 +2517,7 @@ "schemas/variants/pure/User.pure.ts", "schemas/variants/pure/Patient.pure.ts", "schemas/variants/pure/Appointment.pure.ts", + "schemas/variants/pure/AppointmentFile.pure.ts", "schemas/variants/pure/Staff.pure.ts", "schemas/variants/pure/NpiProvider.pure.ts", "schemas/variants/pure/AppointmentProcedure.pure.ts", @@ -2457,6 +2542,7 @@ "schemas/variants/input/User.input.ts", "schemas/variants/input/Patient.input.ts", "schemas/variants/input/Appointment.input.ts", + "schemas/variants/input/AppointmentFile.input.ts", "schemas/variants/input/Staff.input.ts", "schemas/variants/input/NpiProvider.input.ts", "schemas/variants/input/AppointmentProcedure.input.ts", @@ -2481,6 +2567,7 @@ "schemas/variants/result/User.result.ts", "schemas/variants/result/Patient.result.ts", "schemas/variants/result/Appointment.result.ts", + "schemas/variants/result/AppointmentFile.result.ts", "schemas/variants/result/Staff.result.ts", "schemas/variants/result/NpiProvider.result.ts", "schemas/variants/result/AppointmentProcedure.result.ts", diff --git a/packages/db/shared/schemas/aggregateAppointmentFile.schema.ts b/packages/db/shared/schemas/aggregateAppointmentFile.schema.ts new file mode 100644 index 00000000..5f2cd415 --- /dev/null +++ b/packages/db/shared/schemas/aggregateAppointmentFile.schema.ts @@ -0,0 +1,14 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileOrderByWithRelationInputObjectSchema as AppointmentFileOrderByWithRelationInputObjectSchema } from './objects/AppointmentFileOrderByWithRelationInput.schema'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './objects/AppointmentFileWhereInput.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './objects/AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileCountAggregateInputObjectSchema as AppointmentFileCountAggregateInputObjectSchema } from './objects/AppointmentFileCountAggregateInput.schema'; +import { AppointmentFileMinAggregateInputObjectSchema as AppointmentFileMinAggregateInputObjectSchema } from './objects/AppointmentFileMinAggregateInput.schema'; +import { AppointmentFileMaxAggregateInputObjectSchema as AppointmentFileMaxAggregateInputObjectSchema } from './objects/AppointmentFileMaxAggregateInput.schema'; +import { AppointmentFileAvgAggregateInputObjectSchema as AppointmentFileAvgAggregateInputObjectSchema } from './objects/AppointmentFileAvgAggregateInput.schema'; +import { AppointmentFileSumAggregateInputObjectSchema as AppointmentFileSumAggregateInputObjectSchema } from './objects/AppointmentFileSumAggregateInput.schema'; + +export const AppointmentFileAggregateSchema: z.ZodType = z.object({ orderBy: z.union([AppointmentFileOrderByWithRelationInputObjectSchema, AppointmentFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentFileWhereInputObjectSchema.optional(), cursor: AppointmentFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), _count: z.union([ z.literal(true), AppointmentFileCountAggregateInputObjectSchema ]).optional(), _min: AppointmentFileMinAggregateInputObjectSchema.optional(), _max: AppointmentFileMaxAggregateInputObjectSchema.optional(), _avg: AppointmentFileAvgAggregateInputObjectSchema.optional(), _sum: AppointmentFileSumAggregateInputObjectSchema.optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileAggregateZodSchema = z.object({ orderBy: z.union([AppointmentFileOrderByWithRelationInputObjectSchema, AppointmentFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentFileWhereInputObjectSchema.optional(), cursor: AppointmentFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), _count: z.union([ z.literal(true), AppointmentFileCountAggregateInputObjectSchema ]).optional(), _min: AppointmentFileMinAggregateInputObjectSchema.optional(), _max: AppointmentFileMaxAggregateInputObjectSchema.optional(), _avg: AppointmentFileAvgAggregateInputObjectSchema.optional(), _sum: AppointmentFileSumAggregateInputObjectSchema.optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/countAppointmentFile.schema.ts b/packages/db/shared/schemas/countAppointmentFile.schema.ts new file mode 100644 index 00000000..f132cffb --- /dev/null +++ b/packages/db/shared/schemas/countAppointmentFile.schema.ts @@ -0,0 +1,10 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileOrderByWithRelationInputObjectSchema as AppointmentFileOrderByWithRelationInputObjectSchema } from './objects/AppointmentFileOrderByWithRelationInput.schema'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './objects/AppointmentFileWhereInput.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './objects/AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileCountAggregateInputObjectSchema as AppointmentFileCountAggregateInputObjectSchema } from './objects/AppointmentFileCountAggregateInput.schema'; + +export const AppointmentFileCountSchema: z.ZodType = z.object({ orderBy: z.union([AppointmentFileOrderByWithRelationInputObjectSchema, AppointmentFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentFileWhereInputObjectSchema.optional(), cursor: AppointmentFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), select: z.union([ z.literal(true), AppointmentFileCountAggregateInputObjectSchema ]).optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileCountZodSchema = z.object({ orderBy: z.union([AppointmentFileOrderByWithRelationInputObjectSchema, AppointmentFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentFileWhereInputObjectSchema.optional(), cursor: AppointmentFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), select: z.union([ z.literal(true), AppointmentFileCountAggregateInputObjectSchema ]).optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/createManyAndReturnAppointmentFile.schema.ts b/packages/db/shared/schemas/createManyAndReturnAppointmentFile.schema.ts new file mode 100644 index 00000000..2a718c62 --- /dev/null +++ b/packages/db/shared/schemas/createManyAndReturnAppointmentFile.schema.ts @@ -0,0 +1,8 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileSelectObjectSchema as AppointmentFileSelectObjectSchema } from './objects/AppointmentFileSelect.schema'; +import { AppointmentFileCreateManyInputObjectSchema as AppointmentFileCreateManyInputObjectSchema } from './objects/AppointmentFileCreateManyInput.schema'; + +export const AppointmentFileCreateManyAndReturnSchema: z.ZodType = z.object({ select: AppointmentFileSelectObjectSchema.optional(), data: z.union([ AppointmentFileCreateManyInputObjectSchema, z.array(AppointmentFileCreateManyInputObjectSchema) ]), skipDuplicates: z.boolean().optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileCreateManyAndReturnZodSchema = z.object({ select: AppointmentFileSelectObjectSchema.optional(), data: z.union([ AppointmentFileCreateManyInputObjectSchema, z.array(AppointmentFileCreateManyInputObjectSchema) ]), skipDuplicates: z.boolean().optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/createManyAppointmentFile.schema.ts b/packages/db/shared/schemas/createManyAppointmentFile.schema.ts new file mode 100644 index 00000000..06c841d7 --- /dev/null +++ b/packages/db/shared/schemas/createManyAppointmentFile.schema.ts @@ -0,0 +1,7 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileCreateManyInputObjectSchema as AppointmentFileCreateManyInputObjectSchema } from './objects/AppointmentFileCreateManyInput.schema'; + +export const AppointmentFileCreateManySchema: z.ZodType = z.object({ data: z.union([ AppointmentFileCreateManyInputObjectSchema, z.array(AppointmentFileCreateManyInputObjectSchema) ]), skipDuplicates: z.boolean().optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileCreateManyZodSchema = z.object({ data: z.union([ AppointmentFileCreateManyInputObjectSchema, z.array(AppointmentFileCreateManyInputObjectSchema) ]), skipDuplicates: z.boolean().optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/createOneAppointmentFile.schema.ts b/packages/db/shared/schemas/createOneAppointmentFile.schema.ts new file mode 100644 index 00000000..0d1d5a09 --- /dev/null +++ b/packages/db/shared/schemas/createOneAppointmentFile.schema.ts @@ -0,0 +1,10 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileSelectObjectSchema as AppointmentFileSelectObjectSchema } from './objects/AppointmentFileSelect.schema'; +import { AppointmentFileIncludeObjectSchema as AppointmentFileIncludeObjectSchema } from './objects/AppointmentFileInclude.schema'; +import { AppointmentFileCreateInputObjectSchema as AppointmentFileCreateInputObjectSchema } from './objects/AppointmentFileCreateInput.schema'; +import { AppointmentFileUncheckedCreateInputObjectSchema as AppointmentFileUncheckedCreateInputObjectSchema } from './objects/AppointmentFileUncheckedCreateInput.schema'; + +export const AppointmentFileCreateOneSchema: z.ZodType = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), data: z.union([AppointmentFileCreateInputObjectSchema, AppointmentFileUncheckedCreateInputObjectSchema]) }).strict() as unknown as z.ZodType; + +export const AppointmentFileCreateOneZodSchema = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), data: z.union([AppointmentFileCreateInputObjectSchema, AppointmentFileUncheckedCreateInputObjectSchema]) }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/deleteManyAppointmentFile.schema.ts b/packages/db/shared/schemas/deleteManyAppointmentFile.schema.ts new file mode 100644 index 00000000..b34c4953 --- /dev/null +++ b/packages/db/shared/schemas/deleteManyAppointmentFile.schema.ts @@ -0,0 +1,7 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './objects/AppointmentFileWhereInput.schema'; + +export const AppointmentFileDeleteManySchema: z.ZodType = z.object({ where: AppointmentFileWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileDeleteManyZodSchema = z.object({ where: AppointmentFileWhereInputObjectSchema.optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/deleteOneAppointmentFile.schema.ts b/packages/db/shared/schemas/deleteOneAppointmentFile.schema.ts new file mode 100644 index 00000000..97f456bf --- /dev/null +++ b/packages/db/shared/schemas/deleteOneAppointmentFile.schema.ts @@ -0,0 +1,9 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileSelectObjectSchema as AppointmentFileSelectObjectSchema } from './objects/AppointmentFileSelect.schema'; +import { AppointmentFileIncludeObjectSchema as AppointmentFileIncludeObjectSchema } from './objects/AppointmentFileInclude.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './objects/AppointmentFileWhereUniqueInput.schema'; + +export const AppointmentFileDeleteOneSchema: z.ZodType = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), where: AppointmentFileWhereUniqueInputObjectSchema }).strict() as unknown as z.ZodType; + +export const AppointmentFileDeleteOneZodSchema = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), where: AppointmentFileWhereUniqueInputObjectSchema }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/enums/AppointmentFileScalarFieldEnum.schema.ts b/packages/db/shared/schemas/enums/AppointmentFileScalarFieldEnum.schema.ts new file mode 100644 index 00000000..2721999f --- /dev/null +++ b/packages/db/shared/schemas/enums/AppointmentFileScalarFieldEnum.schema.ts @@ -0,0 +1,5 @@ +import * as z from 'zod'; + +export const AppointmentFileScalarFieldEnumSchema = z.enum(['id', 'appointmentId', 'filename', 'mimeType', 'filePath']) + +export type AppointmentFileScalarFieldEnum = z.infer; \ No newline at end of file diff --git a/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.d.ts b/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.d.ts index 950fa699..7f4cb797 100644 --- a/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.d.ts +++ b/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.d.ts @@ -1,4 +1,4 @@ import * as z from 'zod'; -export declare const AppointmentProcedureScalarFieldEnumSchema: z.ZodEnum<["id", "appointmentId", "patientId", "procedureCode", "procedureLabel", "fee", "category", "toothNumber", "toothSurface", "oralCavityArea", "source", "comboKey", "createdAt"]>; +export declare const AppointmentProcedureScalarFieldEnumSchema: z.ZodEnum<["id", "appointmentId", "patientId", "npiProviderId", "procedureCode", "procedureLabel", "fee", "category", "toothNumber", "toothSurface", "oralCavityArea", "source", "comboKey", "createdAt"]>; export type AppointmentProcedureScalarFieldEnum = z.infer; //# sourceMappingURL=AppointmentProcedureScalarFieldEnum.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.d.ts.map b/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.d.ts.map index facd164c..21716dc2 100644 --- a/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.d.ts.map +++ b/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedureScalarFieldEnum.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureScalarFieldEnum.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,yCAAyC,2LAAyL,CAAA;AAE/O,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedureScalarFieldEnum.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureScalarFieldEnum.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,yCAAyC,4MAA0M,CAAA;AAEhQ,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.js b/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.js index df0fcd2e..06fa8d74 100644 --- a/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.js +++ b/packages/db/shared/schemas/enums/AppointmentProcedureScalarFieldEnum.schema.js @@ -35,4 +35,4 @@ var __importStar = (this && this.__importStar) || (function () { Object.defineProperty(exports, "__esModule", { value: true }); exports.AppointmentProcedureScalarFieldEnumSchema = void 0; const z = __importStar(require("zod")); -exports.AppointmentProcedureScalarFieldEnumSchema = z.enum(['id', 'appointmentId', 'patientId', 'procedureCode', 'procedureLabel', 'fee', 'category', 'toothNumber', 'toothSurface', 'oralCavityArea', 'source', 'comboKey', 'createdAt']); +exports.AppointmentProcedureScalarFieldEnumSchema = z.enum(['id', 'appointmentId', 'patientId', 'npiProviderId', 'procedureCode', 'procedureLabel', 'fee', 'category', 'toothNumber', 'toothSurface', 'oralCavityArea', 'source', 'comboKey', 'createdAt']); diff --git a/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.d.ts b/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.d.ts index 00dde85f..964dc9a4 100644 --- a/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.d.ts +++ b/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.d.ts @@ -1,4 +1,4 @@ import * as z from 'zod'; -export declare const ClaimFileScalarFieldEnumSchema: z.ZodEnum<["id", "claimId", "filename", "mimeType"]>; +export declare const ClaimFileScalarFieldEnumSchema: z.ZodEnum<["id", "claimId", "filename", "mimeType", "filePath"]>; export type ClaimFileScalarFieldEnum = z.infer; //# sourceMappingURL=ClaimFileScalarFieldEnum.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.d.ts.map b/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.d.ts.map index ebf34100..e9c8b0b6 100644 --- a/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.d.ts.map +++ b/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFileScalarFieldEnum.schema.d.ts","sourceRoot":"","sources":["ClaimFileScalarFieldEnum.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,8BAA8B,sDAAoD,CAAA;AAE/F,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFileScalarFieldEnum.schema.d.ts","sourceRoot":"","sources":["ClaimFileScalarFieldEnum.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,8BAA8B,kEAAgE,CAAA;AAE3G,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.js b/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.js index f4542d34..395599ec 100644 --- a/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.js +++ b/packages/db/shared/schemas/enums/ClaimFileScalarFieldEnum.schema.js @@ -35,4 +35,4 @@ var __importStar = (this && this.__importStar) || (function () { Object.defineProperty(exports, "__esModule", { value: true }); exports.ClaimFileScalarFieldEnumSchema = void 0; const z = __importStar(require("zod")); -exports.ClaimFileScalarFieldEnumSchema = z.enum(['id', 'claimId', 'filename', 'mimeType']); +exports.ClaimFileScalarFieldEnumSchema = z.enum(['id', 'claimId', 'filename', 'mimeType', 'filePath']); diff --git a/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.d.ts b/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.d.ts index 43988a95..a4749c22 100644 --- a/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.d.ts +++ b/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.d.ts @@ -1,4 +1,4 @@ import * as z from 'zod'; -export declare const ClaimScalarFieldEnumSchema: z.ZodEnum<["id", "patientId", "appointmentId", "userId", "staffId", "patientName", "memberId", "dateOfBirth", "remarks", "missingTeethStatus", "missingTeeth", "serviceDate", "insuranceProvider", "createdAt", "updatedAt", "status", "claimNumber"]>; +export declare const ClaimScalarFieldEnumSchema: z.ZodEnum<["id", "patientId", "appointmentId", "userId", "staffId", "patientName", "memberId", "dateOfBirth", "remarks", "missingTeethStatus", "missingTeeth", "serviceDate", "insuranceProvider", "createdAt", "updatedAt", "status", "claimNumber", "npiProviderId"]>; export type ClaimScalarFieldEnum = z.infer; //# sourceMappingURL=ClaimScalarFieldEnum.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.d.ts.map b/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.d.ts.map index 90afe854..9724b218 100644 --- a/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.d.ts.map +++ b/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimScalarFieldEnum.schema.d.ts","sourceRoot":"","sources":["ClaimScalarFieldEnum.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,0BAA0B,wPAAsP,CAAA;AAE7R,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimScalarFieldEnum.schema.d.ts","sourceRoot":"","sources":["ClaimScalarFieldEnum.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,0BAA0B,yQAAuQ,CAAA;AAE9S,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.js b/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.js index ab3f08dd..33355497 100644 --- a/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.js +++ b/packages/db/shared/schemas/enums/ClaimScalarFieldEnum.schema.js @@ -35,4 +35,4 @@ var __importStar = (this && this.__importStar) || (function () { Object.defineProperty(exports, "__esModule", { value: true }); exports.ClaimScalarFieldEnumSchema = void 0; const z = __importStar(require("zod")); -exports.ClaimScalarFieldEnumSchema = z.enum(['id', 'patientId', 'appointmentId', 'userId', 'staffId', 'patientName', 'memberId', 'dateOfBirth', 'remarks', 'missingTeethStatus', 'missingTeeth', 'serviceDate', 'insuranceProvider', 'createdAt', 'updatedAt', 'status', 'claimNumber']); +exports.ClaimScalarFieldEnumSchema = z.enum(['id', 'patientId', 'appointmentId', 'userId', 'staffId', 'patientName', 'memberId', 'dateOfBirth', 'remarks', 'missingTeethStatus', 'missingTeeth', 'serviceDate', 'insuranceProvider', 'createdAt', 'updatedAt', 'status', 'claimNumber', 'npiProviderId']); diff --git a/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.d.ts b/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.d.ts index 5510466e..79160fee 100644 --- a/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.d.ts +++ b/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.d.ts @@ -1,4 +1,4 @@ import * as z from 'zod'; -export declare const CloudFileScalarFieldEnumSchema: z.ZodEnum<["id", "userId", "name", "mimeType", "fileSize", "folderId", "isComplete", "totalChunks", "createdAt", "updatedAt"]>; +export declare const CloudFileScalarFieldEnumSchema: z.ZodEnum<["id", "userId", "name", "mimeType", "fileSize", "folderId", "isComplete", "totalChunks", "diskPath", "createdAt", "updatedAt"]>; export type CloudFileScalarFieldEnum = z.infer; //# sourceMappingURL=CloudFileScalarFieldEnum.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.d.ts.map b/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.d.ts.map index 0efadbed..3df1455e 100644 --- a/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.d.ts.map +++ b/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFileScalarFieldEnum.schema.d.ts","sourceRoot":"","sources":["CloudFileScalarFieldEnum.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,8BAA8B,gIAA8H,CAAA;AAEzK,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFileScalarFieldEnum.schema.d.ts","sourceRoot":"","sources":["CloudFileScalarFieldEnum.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,8BAA8B,4IAA0I,CAAA;AAErL,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.js b/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.js index 6ea8b2f7..6967977e 100644 --- a/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.js +++ b/packages/db/shared/schemas/enums/CloudFileScalarFieldEnum.schema.js @@ -35,4 +35,4 @@ var __importStar = (this && this.__importStar) || (function () { Object.defineProperty(exports, "__esModule", { value: true }); exports.CloudFileScalarFieldEnumSchema = void 0; const z = __importStar(require("zod")); -exports.CloudFileScalarFieldEnumSchema = z.enum(['id', 'userId', 'name', 'mimeType', 'fileSize', 'folderId', 'isComplete', 'totalChunks', 'createdAt', 'updatedAt']); +exports.CloudFileScalarFieldEnumSchema = z.enum(['id', 'userId', 'name', 'mimeType', 'fileSize', 'folderId', 'isComplete', 'totalChunks', 'diskPath', 'createdAt', 'updatedAt']); diff --git a/packages/db/shared/schemas/findFirstAppointment.schema.d.ts b/packages/db/shared/schemas/findFirstAppointment.schema.d.ts index e38f74fe..3116bf3f 100644 --- a/packages/db/shared/schemas/findFirstAppointment.schema.d.ts +++ b/packages/db/shared/schemas/findFirstAppointment.schema.d.ts @@ -25,12 +25,10 @@ export declare const AppointmentFindFirstSelectZodSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { type?: boolean | undefined; status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; date?: boolean | undefined; title?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; startTime?: boolean | undefined; @@ -38,20 +36,20 @@ export declare const AppointmentFindFirstSelectZodSchema: z.ZodObject<{ notes?: boolean | undefined; procedureCodeNotes?: boolean | undefined; eligibilityStatus?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; claims?: boolean | undefined; _count?: boolean | undefined; }, { type?: boolean | undefined; status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; date?: boolean | undefined; title?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; startTime?: boolean | undefined; @@ -59,8 +57,10 @@ export declare const AppointmentFindFirstSelectZodSchema: z.ZodObject<{ notes?: boolean | undefined; procedureCodeNotes?: boolean | undefined; eligibilityStatus?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; claims?: boolean | undefined; _count?: boolean | undefined; @@ -83,7 +83,7 @@ export declare const AppointmentFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.AppointmentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId" | ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[] | undefined; + distinct?: "type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId" | ("type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId")[] | undefined; }, { where?: Prisma.AppointmentWhereInput | undefined; include?: Prisma.AppointmentInclude | undefined; @@ -92,6 +92,6 @@ export declare const AppointmentFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.AppointmentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId" | ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[] | undefined; + distinct?: "type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId" | ("type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId")[] | undefined; }>; //# sourceMappingURL=findFirstAppointment.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstAppointment.schema.ts b/packages/db/shared/schemas/findFirstAppointment.schema.ts index 4680d956..72083dcc 100644 --- a/packages/db/shared/schemas/findFirstAppointment.schema.ts +++ b/packages/db/shared/schemas/findFirstAppointment.schema.ts @@ -29,6 +29,7 @@ export const AppointmentFindFirstSelectSchema: z.ZodType; @@ -52,6 +53,7 @@ export const AppointmentFindFirstSelectZodSchema = z.object({ staff: z.boolean().optional(), procedures: z.boolean().optional(), claims: z.boolean().optional(), + files: z.boolean().optional(), _count: z.boolean().optional() }).strict(); diff --git a/packages/db/shared/schemas/findFirstAppointmentFile.schema.ts b/packages/db/shared/schemas/findFirstAppointmentFile.schema.ts new file mode 100644 index 00000000..db4a11c7 --- /dev/null +++ b/packages/db/shared/schemas/findFirstAppointmentFile.schema.ts @@ -0,0 +1,32 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileIncludeObjectSchema as AppointmentFileIncludeObjectSchema } from './objects/AppointmentFileInclude.schema'; +import { AppointmentFileOrderByWithRelationInputObjectSchema as AppointmentFileOrderByWithRelationInputObjectSchema } from './objects/AppointmentFileOrderByWithRelationInput.schema'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './objects/AppointmentFileWhereInput.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './objects/AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileScalarFieldEnumSchema } from './enums/AppointmentFileScalarFieldEnum.schema'; + +// Select schema needs to be in file to prevent circular imports +//------------------------------------------------------ + +export const AppointmentFileFindFirstSelectSchema: z.ZodType = z.object({ + id: z.boolean().optional(), + appointmentId: z.boolean().optional(), + filename: z.boolean().optional(), + mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), + appointment: z.boolean().optional() + }).strict() as unknown as z.ZodType; + +export const AppointmentFileFindFirstSelectZodSchema = z.object({ + id: z.boolean().optional(), + appointmentId: z.boolean().optional(), + filename: z.boolean().optional(), + mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), + appointment: z.boolean().optional() + }).strict(); + +export const AppointmentFileFindFirstSchema: z.ZodType = z.object({ select: AppointmentFileFindFirstSelectSchema.optional(), include: z.lazy(() => AppointmentFileIncludeObjectSchema.optional()), orderBy: z.union([AppointmentFileOrderByWithRelationInputObjectSchema, AppointmentFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentFileWhereInputObjectSchema.optional(), cursor: AppointmentFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentFileScalarFieldEnumSchema, AppointmentFileScalarFieldEnumSchema.array()]).optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileFindFirstZodSchema = z.object({ select: AppointmentFileFindFirstSelectSchema.optional(), include: z.lazy(() => AppointmentFileIncludeObjectSchema.optional()), orderBy: z.union([AppointmentFileOrderByWithRelationInputObjectSchema, AppointmentFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentFileWhereInputObjectSchema.optional(), cursor: AppointmentFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentFileScalarFieldEnumSchema, AppointmentFileScalarFieldEnumSchema.array()]).optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.d.ts b/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.d.ts index 21bf877f..46e2af9e 100644 --- a/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.d.ts +++ b/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.d.ts @@ -5,6 +5,7 @@ export declare const AppointmentProcedureFindFirstSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; appointmentId: z.ZodOptional; patientId: z.ZodOptional; + npiProviderId: z.ZodOptional; procedureCode: z.ZodOptional; procedureLabel: z.ZodOptional; fee: z.ZodOptional; @@ -17,11 +18,13 @@ export declare const AppointmentProcedureFindFirstSelectZodSchema: z.ZodObject<{ createdAt: z.ZodOptional; appointment: z.ZodOptional; patient: z.ZodOptional; + npiProvider: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; procedureCode?: boolean | undefined; procedureLabel?: boolean | undefined; fee?: boolean | undefined; @@ -33,11 +36,13 @@ export declare const AppointmentProcedureFindFirstSelectZodSchema: z.ZodObject<{ comboKey?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; procedureCode?: boolean | undefined; procedureLabel?: boolean | undefined; fee?: boolean | undefined; @@ -49,6 +54,7 @@ export declare const AppointmentProcedureFindFirstSelectZodSchema: z.ZodObject<{ comboKey?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; }>; export declare const AppointmentProcedureFindFirstSchema: z.ZodType; export declare const AppointmentProcedureFindFirstZodSchema: z.ZodObject<{ @@ -59,7 +65,7 @@ export declare const AppointmentProcedureFindFirstZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.AppointmentProcedureWhereInput | undefined; include?: Prisma.AppointmentProcedureInclude | undefined; @@ -68,7 +74,7 @@ export declare const AppointmentProcedureFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; + distinct?: "id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; }, { where?: Prisma.AppointmentProcedureWhereInput | undefined; include?: Prisma.AppointmentProcedureInclude | undefined; @@ -77,6 +83,6 @@ export declare const AppointmentProcedureFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; + distinct?: "id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; }>; //# sourceMappingURL=findFirstAppointmentProcedure.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.d.ts.map b/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.d.ts.map index d9cd2615..8b12f8ee 100644 --- a/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.d.ts.map +++ b/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findFirstAppointmentProcedure.schema.d.ts","sourceRoot":"","sources":["findFirstAppointmentProcedure.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAgB3B,CAAC;AAEzE,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB5C,CAAC;AAEd,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,CAA0rB,CAAC;AAE/xB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAunB,CAAC"} \ No newline at end of file +{"version":3,"file":"findFirstAppointmentProcedure.schema.d.ts","sourceRoot":"","sources":["findFirstAppointmentProcedure.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAkB3B,CAAC;AAEzE,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkB5C,CAAC;AAEd,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,CAA0rB,CAAC;AAE/xB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAunB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.js b/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.js index adace80a..c54a3ac5 100644 --- a/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.js +++ b/packages/db/shared/schemas/findFirstAppointmentProcedure.schema.js @@ -46,6 +46,7 @@ exports.AppointmentProcedureFindFirstSelectSchema = z.object({ id: z.boolean().optional(), appointmentId: z.boolean().optional(), patientId: z.boolean().optional(), + npiProviderId: z.boolean().optional(), procedureCode: z.boolean().optional(), procedureLabel: z.boolean().optional(), fee: z.boolean().optional(), @@ -57,12 +58,14 @@ exports.AppointmentProcedureFindFirstSelectSchema = z.object({ comboKey: z.boolean().optional(), createdAt: z.boolean().optional(), appointment: z.boolean().optional(), - patient: z.boolean().optional() + patient: z.boolean().optional(), + npiProvider: z.boolean().optional() }).strict(); exports.AppointmentProcedureFindFirstSelectZodSchema = z.object({ id: z.boolean().optional(), appointmentId: z.boolean().optional(), patientId: z.boolean().optional(), + npiProviderId: z.boolean().optional(), procedureCode: z.boolean().optional(), procedureLabel: z.boolean().optional(), fee: z.boolean().optional(), @@ -74,7 +77,8 @@ exports.AppointmentProcedureFindFirstSelectZodSchema = z.object({ comboKey: z.boolean().optional(), createdAt: z.boolean().optional(), appointment: z.boolean().optional(), - patient: z.boolean().optional() + patient: z.boolean().optional(), + npiProvider: z.boolean().optional() }).strict(); exports.AppointmentProcedureFindFirstSchema = z.object({ select: exports.AppointmentProcedureFindFirstSelectSchema.optional(), include: z.lazy(() => AppointmentProcedureInclude_schema_1.AppointmentProcedureIncludeObjectSchema.optional()), orderBy: z.union([AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema, AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentProcedureWhereInput_schema_1.AppointmentProcedureWhereInputObjectSchema.optional(), cursor: AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema, AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema.array()]).optional() }).strict(); exports.AppointmentProcedureFindFirstZodSchema = z.object({ select: exports.AppointmentProcedureFindFirstSelectSchema.optional(), include: z.lazy(() => AppointmentProcedureInclude_schema_1.AppointmentProcedureIncludeObjectSchema.optional()), orderBy: z.union([AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema, AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentProcedureWhereInput_schema_1.AppointmentProcedureWhereInputObjectSchema.optional(), cursor: AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema, AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema.array()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/findFirstBackupDestination.schema.d.ts b/packages/db/shared/schemas/findFirstBackupDestination.schema.d.ts index 00452e5b..d9123778 100644 --- a/packages/db/shared/schemas/findFirstBackupDestination.schema.d.ts +++ b/packages/db/shared/schemas/findFirstBackupDestination.schema.d.ts @@ -10,17 +10,17 @@ export declare const BackupDestinationFindFirstSelectZodSchema: z.ZodObject<{ user: z.ZodOptional; }, "strict", z.ZodTypeAny, { path?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; isActive?: boolean | undefined; }, { path?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; isActive?: boolean | undefined; }>; export declare const BackupDestinationFindFirstSchema: z.ZodType; @@ -41,7 +41,7 @@ export declare const BackupDestinationFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "path" | "createdAt" | "id" | "userId" | "isActive" | ("path" | "createdAt" | "id" | "userId" | "isActive")[] | undefined; + distinct?: "path" | "id" | "createdAt" | "userId" | "isActive" | ("path" | "id" | "createdAt" | "userId" | "isActive")[] | undefined; }, { where?: Prisma.BackupDestinationWhereInput | undefined; include?: Prisma.BackupDestinationInclude | undefined; @@ -50,6 +50,6 @@ export declare const BackupDestinationFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "path" | "createdAt" | "id" | "userId" | "isActive" | ("path" | "createdAt" | "id" | "userId" | "isActive")[] | undefined; + distinct?: "path" | "id" | "createdAt" | "userId" | "isActive" | ("path" | "id" | "createdAt" | "userId" | "isActive")[] | undefined; }>; //# sourceMappingURL=findFirstBackupDestination.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstClaim.schema.d.ts b/packages/db/shared/schemas/findFirstClaim.schema.d.ts index 217e04a7..19abf438 100644 --- a/packages/db/shared/schemas/findFirstClaim.schema.d.ts +++ b/packages/db/shared/schemas/findFirstClaim.schema.d.ts @@ -19,25 +19,29 @@ export declare const ClaimFindFirstSelectZodSchema: z.ZodObject<{ updatedAt: z.ZodOptional; status: z.ZodOptional; claimNumber: z.ZodOptional; + npiProviderId: z.ZodOptional; patient: z.ZodOptional; appointment: z.ZodOptional; user: z.ZodOptional; staff: z.ZodOptional; + npiProvider: z.ZodOptional; serviceLines: z.ZodOptional; claimFiles: z.ZodOptional; payment: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; payment?: boolean | undefined; updatedAt?: boolean | undefined; @@ -55,15 +59,17 @@ export declare const ClaimFindFirstSelectZodSchema: z.ZodObject<{ _count?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; payment?: boolean | undefined; updatedAt?: boolean | undefined; @@ -89,7 +95,7 @@ export declare const ClaimFindFirstZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.ClaimWhereInput | undefined; include?: Prisma.ClaimInclude | undefined; @@ -98,7 +104,7 @@ export declare const ClaimFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; }, { where?: Prisma.ClaimWhereInput | undefined; include?: Prisma.ClaimInclude | undefined; @@ -107,6 +113,6 @@ export declare const ClaimFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; }>; //# sourceMappingURL=findFirstClaim.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstClaim.schema.d.ts.map b/packages/db/shared/schemas/findFirstClaim.schema.d.ts.map index 588df95e..97f3c9f0 100644 --- a/packages/db/shared/schemas/findFirstClaim.schema.d.ts.map +++ b/packages/db/shared/schemas/findFirstClaim.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findFirstClaim.schema.d.ts","sourceRoot":"","sources":["findFirstClaim.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,CA0BZ,CAAC;AAE1D,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0B7B,CAAC;AAEd,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,kBAAkB,CAAmjB,CAAC;AAE1nB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+f,CAAC"} \ No newline at end of file +{"version":3,"file":"findFirstClaim.schema.d.ts","sourceRoot":"","sources":["findFirstClaim.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,CA4BZ,CAAC;AAE1D,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4B7B,CAAC;AAEd,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,kBAAkB,CAAmjB,CAAC;AAE1nB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+f,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstClaim.schema.js b/packages/db/shared/schemas/findFirstClaim.schema.js index 6f4f3fa5..900578d4 100644 --- a/packages/db/shared/schemas/findFirstClaim.schema.js +++ b/packages/db/shared/schemas/findFirstClaim.schema.js @@ -60,10 +60,12 @@ exports.ClaimFindFirstSelectSchema = z.object({ updatedAt: z.boolean().optional(), status: z.boolean().optional(), claimNumber: z.boolean().optional(), + npiProviderId: z.boolean().optional(), patient: z.boolean().optional(), appointment: z.boolean().optional(), user: z.boolean().optional(), staff: z.boolean().optional(), + npiProvider: z.boolean().optional(), serviceLines: z.boolean().optional(), claimFiles: z.boolean().optional(), payment: z.boolean().optional(), @@ -87,10 +89,12 @@ exports.ClaimFindFirstSelectZodSchema = z.object({ updatedAt: z.boolean().optional(), status: z.boolean().optional(), claimNumber: z.boolean().optional(), + npiProviderId: z.boolean().optional(), patient: z.boolean().optional(), appointment: z.boolean().optional(), user: z.boolean().optional(), staff: z.boolean().optional(), + npiProvider: z.boolean().optional(), serviceLines: z.boolean().optional(), claimFiles: z.boolean().optional(), payment: z.boolean().optional(), diff --git a/packages/db/shared/schemas/findFirstClaimFile.schema.d.ts b/packages/db/shared/schemas/findFirstClaimFile.schema.d.ts index ee4147c2..4c59deac 100644 --- a/packages/db/shared/schemas/findFirstClaimFile.schema.d.ts +++ b/packages/db/shared/schemas/findFirstClaimFile.schema.d.ts @@ -6,17 +6,20 @@ export declare const ClaimFileFindFirstSelectZodSchema: z.ZodObject<{ claimId: z.ZodOptional; filename: z.ZodOptional; mimeType: z.ZodOptional; + filePath: z.ZodOptional; claim: z.ZodOptional; }, "strict", z.ZodTypeAny, { - id?: boolean | undefined; filename?: boolean | undefined; + id?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; }, { - id?: boolean | undefined; filename?: boolean | undefined; + id?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; }>; @@ -29,7 +32,7 @@ export declare const ClaimFileFindFirstZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.ClaimFileWhereInput | undefined; include?: Prisma.ClaimFileInclude | undefined; @@ -38,7 +41,7 @@ export declare const ClaimFileFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "mimeType" | "claimId" | ("id" | "filename" | "mimeType" | "claimId")[] | undefined; + distinct?: "filename" | "id" | "mimeType" | "filePath" | "claimId" | ("filename" | "id" | "mimeType" | "filePath" | "claimId")[] | undefined; }, { where?: Prisma.ClaimFileWhereInput | undefined; include?: Prisma.ClaimFileInclude | undefined; @@ -47,6 +50,6 @@ export declare const ClaimFileFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "mimeType" | "claimId" | ("id" | "filename" | "mimeType" | "claimId")[] | undefined; + distinct?: "filename" | "id" | "mimeType" | "filePath" | "claimId" | ("filename" | "id" | "mimeType" | "filePath" | "claimId")[] | undefined; }>; //# sourceMappingURL=findFirstClaimFile.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstClaimFile.schema.d.ts.map b/packages/db/shared/schemas/findFirstClaimFile.schema.d.ts.map index 90d3095f..9132e176 100644 --- a/packages/db/shared/schemas/findFirstClaimFile.schema.d.ts.map +++ b/packages/db/shared/schemas/findFirstClaimFile.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findFirstClaimFile.schema.d.ts","sourceRoot":"","sources":["findFirstClaimFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAMhB,CAAC;AAE9D,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;EAMjC,CAAC;AAEd,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAulB,CAAC;AAEtqB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+hB,CAAC"} \ No newline at end of file +{"version":3,"file":"findFirstClaimFile.schema.d.ts","sourceRoot":"","sources":["findFirstClaimFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAOhB,CAAC;AAE9D,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;EAOjC,CAAC;AAEd,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAulB,CAAC;AAEtqB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+hB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstClaimFile.schema.js b/packages/db/shared/schemas/findFirstClaimFile.schema.js index dd096f35..0d367572 100644 --- a/packages/db/shared/schemas/findFirstClaimFile.schema.js +++ b/packages/db/shared/schemas/findFirstClaimFile.schema.js @@ -47,6 +47,7 @@ exports.ClaimFileFindFirstSelectSchema = z.object({ claimId: z.boolean().optional(), filename: z.boolean().optional(), mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), claim: z.boolean().optional() }).strict(); exports.ClaimFileFindFirstSelectZodSchema = z.object({ @@ -54,6 +55,7 @@ exports.ClaimFileFindFirstSelectZodSchema = z.object({ claimId: z.boolean().optional(), filename: z.boolean().optional(), mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), claim: z.boolean().optional() }).strict(); exports.ClaimFileFindFirstSchema = z.object({ select: exports.ClaimFileFindFirstSelectSchema.optional(), include: z.lazy(() => ClaimFileInclude_schema_1.ClaimFileIncludeObjectSchema.optional()), orderBy: z.union([ClaimFileOrderByWithRelationInput_schema_1.ClaimFileOrderByWithRelationInputObjectSchema, ClaimFileOrderByWithRelationInput_schema_1.ClaimFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: ClaimFileWhereInput_schema_1.ClaimFileWhereInputObjectSchema.optional(), cursor: ClaimFileWhereUniqueInput_schema_1.ClaimFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([ClaimFileScalarFieldEnum_schema_1.ClaimFileScalarFieldEnumSchema, ClaimFileScalarFieldEnum_schema_1.ClaimFileScalarFieldEnumSchema.array()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/findFirstCloudFile.schema.d.ts b/packages/db/shared/schemas/findFirstCloudFile.schema.d.ts index 6be5918f..ca6e0f36 100644 --- a/packages/db/shared/schemas/findFirstCloudFile.schema.d.ts +++ b/packages/db/shared/schemas/findFirstCloudFile.schema.d.ts @@ -10,6 +10,7 @@ export declare const CloudFileFindFirstSelectZodSchema: z.ZodObject<{ folderId: z.ZodOptional; isComplete: z.ZodOptional; totalChunks: z.ZodOptional; + diskPath: z.ZodOptional; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; user: z.ZodOptional; @@ -17,31 +18,33 @@ export declare const CloudFileFindFirstSelectZodSchema: z.ZodObject<{ chunks: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; mimeType?: boolean | undefined; updatedAt?: boolean | undefined; fileSize?: boolean | undefined; isComplete?: boolean | undefined; totalChunks?: boolean | undefined; + diskPath?: boolean | undefined; chunks?: boolean | undefined; folderId?: boolean | undefined; folder?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; mimeType?: boolean | undefined; updatedAt?: boolean | undefined; fileSize?: boolean | undefined; isComplete?: boolean | undefined; totalChunks?: boolean | undefined; + diskPath?: boolean | undefined; chunks?: boolean | undefined; folderId?: boolean | undefined; folder?: boolean | undefined; @@ -56,7 +59,7 @@ export declare const CloudFileFindFirstZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.CloudFileWhereInput | undefined; include?: Prisma.CloudFileInclude | undefined; @@ -65,7 +68,7 @@ export declare const CloudFileFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId" | ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId" | ("id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId")[] | undefined; }, { where?: Prisma.CloudFileWhereInput | undefined; include?: Prisma.CloudFileInclude | undefined; @@ -74,6 +77,6 @@ export declare const CloudFileFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId" | ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId" | ("id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId")[] | undefined; }>; //# sourceMappingURL=findFirstCloudFile.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstCloudFile.schema.d.ts.map b/packages/db/shared/schemas/findFirstCloudFile.schema.d.ts.map index 78314765..44808758 100644 --- a/packages/db/shared/schemas/findFirstCloudFile.schema.d.ts.map +++ b/packages/db/shared/schemas/findFirstCloudFile.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findFirstCloudFile.schema.d.ts","sourceRoot":"","sources":["findFirstCloudFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAehB,CAAC;AAE9D,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAC;AAEd,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAulB,CAAC;AAEtqB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+hB,CAAC"} \ No newline at end of file +{"version":3,"file":"findFirstCloudFile.schema.d.ts","sourceRoot":"","sources":["findFirstCloudFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAgBhB,CAAC;AAE9D,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBjC,CAAC;AAEd,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAulB,CAAC;AAEtqB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+hB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstCloudFile.schema.js b/packages/db/shared/schemas/findFirstCloudFile.schema.js index 57dea145..13e733d6 100644 --- a/packages/db/shared/schemas/findFirstCloudFile.schema.js +++ b/packages/db/shared/schemas/findFirstCloudFile.schema.js @@ -51,6 +51,7 @@ exports.CloudFileFindFirstSelectSchema = z.object({ folderId: z.boolean().optional(), isComplete: z.boolean().optional(), totalChunks: z.boolean().optional(), + diskPath: z.boolean().optional(), createdAt: z.boolean().optional(), updatedAt: z.boolean().optional(), user: z.boolean().optional(), @@ -67,6 +68,7 @@ exports.CloudFileFindFirstSelectZodSchema = z.object({ folderId: z.boolean().optional(), isComplete: z.boolean().optional(), totalChunks: z.boolean().optional(), + diskPath: z.boolean().optional(), createdAt: z.boolean().optional(), updatedAt: z.boolean().optional(), user: z.boolean().optional(), diff --git a/packages/db/shared/schemas/findFirstCloudFileChunk.schema.d.ts b/packages/db/shared/schemas/findFirstCloudFileChunk.schema.d.ts index 9ef6ff93..e5891f4a 100644 --- a/packages/db/shared/schemas/findFirstCloudFileChunk.schema.d.ts +++ b/packages/db/shared/schemas/findFirstCloudFileChunk.schema.d.ts @@ -9,16 +9,16 @@ export declare const CloudFileChunkFindFirstSelectZodSchema: z.ZodObject<{ createdAt: z.ZodOptional; file: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; data?: boolean | undefined; + createdAt?: boolean | undefined; seq?: boolean | undefined; fileId?: boolean | undefined; file?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; data?: boolean | undefined; + createdAt?: boolean | undefined; seq?: boolean | undefined; fileId?: boolean | undefined; file?: boolean | undefined; @@ -41,7 +41,7 @@ export declare const CloudFileChunkFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "data" | "seq" | "fileId" | ("createdAt" | "id" | "data" | "seq" | "fileId")[] | undefined; + distinct?: "id" | "data" | "createdAt" | "seq" | "fileId" | ("id" | "data" | "createdAt" | "seq" | "fileId")[] | undefined; }, { where?: Prisma.CloudFileChunkWhereInput | undefined; include?: Prisma.CloudFileChunkInclude | undefined; @@ -50,6 +50,6 @@ export declare const CloudFileChunkFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "data" | "seq" | "fileId" | ("createdAt" | "id" | "data" | "seq" | "fileId")[] | undefined; + distinct?: "id" | "data" | "createdAt" | "seq" | "fileId" | ("id" | "data" | "createdAt" | "seq" | "fileId")[] | undefined; }>; //# sourceMappingURL=findFirstCloudFileChunk.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstCloudFolder.schema.d.ts b/packages/db/shared/schemas/findFirstCloudFolder.schema.d.ts index 69e05c43..65213e7b 100644 --- a/packages/db/shared/schemas/findFirstCloudFolder.schema.d.ts +++ b/packages/db/shared/schemas/findFirstCloudFolder.schema.d.ts @@ -14,10 +14,10 @@ export declare const CloudFolderFindFirstSelectZodSchema: z.ZodObject<{ updatedAt: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; updatedAt?: boolean | undefined; children?: boolean | undefined; @@ -26,10 +26,10 @@ export declare const CloudFolderFindFirstSelectZodSchema: z.ZodObject<{ parent?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; updatedAt?: boolean | undefined; children?: boolean | undefined; @@ -56,7 +56,7 @@ export declare const CloudFolderFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFolderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId" | ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; }, { where?: Prisma.CloudFolderWhereInput | undefined; include?: Prisma.CloudFolderInclude | undefined; @@ -65,6 +65,6 @@ export declare const CloudFolderFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFolderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId" | ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; }>; //# sourceMappingURL=findFirstCloudFolder.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstCommunication.schema.d.ts b/packages/db/shared/schemas/findFirstCommunication.schema.d.ts index 67028240..441d09b3 100644 --- a/packages/db/shared/schemas/findFirstCommunication.schema.d.ts +++ b/packages/db/shared/schemas/findFirstCommunication.schema.d.ts @@ -16,12 +16,12 @@ export declare const CommunicationFindFirstSelectZodSchema: z.ZodObject<{ user: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; channel?: boolean | undefined; direction?: boolean | undefined; body?: boolean | undefined; @@ -29,12 +29,12 @@ export declare const CommunicationFindFirstSelectZodSchema: z.ZodObject<{ twilioSid?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; channel?: boolean | undefined; direction?: boolean | undefined; body?: boolean | undefined; @@ -59,7 +59,7 @@ export declare const CommunicationFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.CommunicationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; }, { where?: Prisma.CommunicationWhereInput | undefined; include?: Prisma.CommunicationInclude | undefined; @@ -68,6 +68,6 @@ export declare const CommunicationFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.CommunicationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; }>; //# sourceMappingURL=findFirstCommunication.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstDatabaseBackup.schema.d.ts b/packages/db/shared/schemas/findFirstDatabaseBackup.schema.d.ts index 13e891fa..dc1f094e 100644 --- a/packages/db/shared/schemas/findFirstDatabaseBackup.schema.d.ts +++ b/packages/db/shared/schemas/findFirstDatabaseBackup.schema.d.ts @@ -7,15 +7,15 @@ export declare const DatabaseBackupFindFirstSelectZodSchema: z.ZodObject<{ createdAt: z.ZodOptional; user: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; }>; export declare const DatabaseBackupFindFirstSchema: z.ZodType; export declare const DatabaseBackupFindFirstZodSchema: z.ZodObject<{ @@ -35,7 +35,7 @@ export declare const DatabaseBackupFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | ("createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | ("id" | "createdAt" | "userId")[] | undefined; }, { where?: Prisma.DatabaseBackupWhereInput | undefined; include?: Prisma.DatabaseBackupInclude | undefined; @@ -44,6 +44,6 @@ export declare const DatabaseBackupFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | ("createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | ("id" | "createdAt" | "userId")[] | undefined; }>; //# sourceMappingURL=findFirstDatabaseBackup.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstInsuranceCredential.schema.d.ts b/packages/db/shared/schemas/findFirstInsuranceCredential.schema.d.ts index 8eda80d1..766fb625 100644 --- a/packages/db/shared/schemas/findFirstInsuranceCredential.schema.d.ts +++ b/packages/db/shared/schemas/findFirstInsuranceCredential.schema.d.ts @@ -10,15 +10,15 @@ export declare const InsuranceCredentialFindFirstSelectZodSchema: z.ZodObject<{ user: z.ZodOptional; }, "strict", z.ZodTypeAny, { id?: boolean | undefined; - userId?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; siteKey?: boolean | undefined; username?: boolean | undefined; password?: boolean | undefined; }, { id?: boolean | undefined; - userId?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; siteKey?: boolean | undefined; username?: boolean | undefined; password?: boolean | undefined; diff --git a/packages/db/shared/schemas/findFirstNotification.schema.d.ts b/packages/db/shared/schemas/findFirstNotification.schema.d.ts index 1488be94..7cd30930 100644 --- a/packages/db/shared/schemas/findFirstNotification.schema.d.ts +++ b/packages/db/shared/schemas/findFirstNotification.schema.d.ts @@ -12,18 +12,18 @@ export declare const NotificationFindFirstSelectZodSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { message?: boolean | undefined; type?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; read?: boolean | undefined; }, { message?: boolean | undefined; type?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; read?: boolean | undefined; }>; export declare const NotificationFindFirstSchema: z.ZodType; @@ -44,7 +44,7 @@ export declare const NotificationFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.NotificationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "message" | "type" | "createdAt" | "id" | "userId" | "read" | ("message" | "type" | "createdAt" | "id" | "userId" | "read")[] | undefined; + distinct?: "message" | "type" | "id" | "createdAt" | "userId" | "read" | ("message" | "type" | "id" | "createdAt" | "userId" | "read")[] | undefined; }, { where?: Prisma.NotificationWhereInput | undefined; include?: Prisma.NotificationInclude | undefined; @@ -53,6 +53,6 @@ export declare const NotificationFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.NotificationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "message" | "type" | "createdAt" | "id" | "userId" | "read" | ("message" | "type" | "createdAt" | "id" | "userId" | "read")[] | undefined; + distinct?: "message" | "type" | "id" | "createdAt" | "userId" | "read" | ("message" | "type" | "id" | "createdAt" | "userId" | "read")[] | undefined; }>; //# sourceMappingURL=findFirstNotification.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstNpiProvider.schema.d.ts b/packages/db/shared/schemas/findFirstNpiProvider.schema.d.ts index 73c96e80..b7ae8b4c 100644 --- a/packages/db/shared/schemas/findFirstNpiProvider.schema.d.ts +++ b/packages/db/shared/schemas/findFirstNpiProvider.schema.d.ts @@ -8,20 +8,29 @@ export declare const NpiProviderFindFirstSelectZodSchema: z.ZodObject<{ providerName: z.ZodOptional; createdAt: z.ZodOptional; user: z.ZodOptional; + claims: z.ZodOptional; + appointmentProcedures: z.ZodOptional; + _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { + id?: boolean | undefined; + createdAt?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; + claims?: boolean | undefined; npiNumber?: boolean | undefined; providerName?: boolean | undefined; - createdAt?: boolean | undefined; - id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + appointmentProcedures?: boolean | undefined; + _count?: boolean | undefined; }, { + id?: boolean | undefined; + createdAt?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; + claims?: boolean | undefined; npiNumber?: boolean | undefined; providerName?: boolean | undefined; - createdAt?: boolean | undefined; - id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + appointmentProcedures?: boolean | undefined; + _count?: boolean | undefined; }>; export declare const NpiProviderFindFirstSchema: z.ZodType; export declare const NpiProviderFindFirstZodSchema: z.ZodObject<{ @@ -41,7 +50,7 @@ export declare const NpiProviderFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.NpiProviderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "npiNumber" | "providerName" | "createdAt" | "id" | "userId" | ("npiNumber" | "providerName" | "createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "npiNumber" | "providerName" | ("id" | "createdAt" | "userId" | "npiNumber" | "providerName")[] | undefined; }, { where?: Prisma.NpiProviderWhereInput | undefined; include?: Prisma.NpiProviderInclude | undefined; @@ -50,6 +59,6 @@ export declare const NpiProviderFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.NpiProviderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "npiNumber" | "providerName" | "createdAt" | "id" | "userId" | ("npiNumber" | "providerName" | "createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "npiNumber" | "providerName" | ("id" | "createdAt" | "userId" | "npiNumber" | "providerName")[] | undefined; }>; //# sourceMappingURL=findFirstNpiProvider.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstNpiProvider.schema.d.ts.map b/packages/db/shared/schemas/findFirstNpiProvider.schema.d.ts.map index 5a4e8a2d..d03db023 100644 --- a/packages/db/shared/schemas/findFirstNpiProvider.schema.d.ts.map +++ b/packages/db/shared/schemas/findFirstNpiProvider.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findFirstNpiProvider.schema.d.ts","sourceRoot":"","sources":["findFirstNpiProvider.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAOlB,CAAC;AAEhE,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;EAOnC,CAAC;AAEd,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,wBAAwB,CAAymB,CAAC;AAE5rB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+iB,CAAC"} \ No newline at end of file +{"version":3,"file":"findFirstNpiProvider.schema.d.ts","sourceRoot":"","sources":["findFirstNpiProvider.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAUlB,CAAC;AAEhE,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUnC,CAAC;AAEd,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,wBAAwB,CAAymB,CAAC;AAE5rB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+iB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstNpiProvider.schema.js b/packages/db/shared/schemas/findFirstNpiProvider.schema.js index b267df62..59a8cf50 100644 --- a/packages/db/shared/schemas/findFirstNpiProvider.schema.js +++ b/packages/db/shared/schemas/findFirstNpiProvider.schema.js @@ -48,7 +48,10 @@ exports.NpiProviderFindFirstSelectSchema = z.object({ npiNumber: z.boolean().optional(), providerName: z.boolean().optional(), createdAt: z.boolean().optional(), - user: z.boolean().optional() + user: z.boolean().optional(), + claims: z.boolean().optional(), + appointmentProcedures: z.boolean().optional(), + _count: z.boolean().optional() }).strict(); exports.NpiProviderFindFirstSelectZodSchema = z.object({ id: z.boolean().optional(), @@ -56,7 +59,10 @@ exports.NpiProviderFindFirstSelectZodSchema = z.object({ npiNumber: z.boolean().optional(), providerName: z.boolean().optional(), createdAt: z.boolean().optional(), - user: z.boolean().optional() + user: z.boolean().optional(), + claims: z.boolean().optional(), + appointmentProcedures: z.boolean().optional(), + _count: z.boolean().optional() }).strict(); exports.NpiProviderFindFirstSchema = z.object({ select: exports.NpiProviderFindFirstSelectSchema.optional(), include: z.lazy(() => NpiProviderInclude_schema_1.NpiProviderIncludeObjectSchema.optional()), orderBy: z.union([NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema, NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema.array()]).optional(), where: NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema.optional(), cursor: NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema, NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema.array()]).optional() }).strict(); exports.NpiProviderFindFirstZodSchema = z.object({ select: exports.NpiProviderFindFirstSelectSchema.optional(), include: z.lazy(() => NpiProviderInclude_schema_1.NpiProviderIncludeObjectSchema.optional()), orderBy: z.union([NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema, NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema.array()]).optional(), where: NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema.optional(), cursor: NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema, NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema.array()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/findFirstOrThrowAppointment.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowAppointment.schema.d.ts index cb99de87..f7f47161 100644 --- a/packages/db/shared/schemas/findFirstOrThrowAppointment.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowAppointment.schema.d.ts @@ -25,12 +25,10 @@ export declare const AppointmentFindFirstOrThrowSelectZodSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { type?: boolean | undefined; status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; date?: boolean | undefined; title?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; startTime?: boolean | undefined; @@ -38,20 +36,20 @@ export declare const AppointmentFindFirstOrThrowSelectZodSchema: z.ZodObject<{ notes?: boolean | undefined; procedureCodeNotes?: boolean | undefined; eligibilityStatus?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; claims?: boolean | undefined; _count?: boolean | undefined; }, { type?: boolean | undefined; status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; date?: boolean | undefined; title?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; startTime?: boolean | undefined; @@ -59,8 +57,10 @@ export declare const AppointmentFindFirstOrThrowSelectZodSchema: z.ZodObject<{ notes?: boolean | undefined; procedureCodeNotes?: boolean | undefined; eligibilityStatus?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; claims?: boolean | undefined; _count?: boolean | undefined; @@ -83,7 +83,7 @@ export declare const AppointmentFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.AppointmentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId" | ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[] | undefined; + distinct?: "type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId" | ("type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId")[] | undefined; }, { where?: Prisma.AppointmentWhereInput | undefined; include?: Prisma.AppointmentInclude | undefined; @@ -92,6 +92,6 @@ export declare const AppointmentFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.AppointmentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId" | ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[] | undefined; + distinct?: "type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId" | ("type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowAppointment.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowAppointment.schema.ts b/packages/db/shared/schemas/findFirstOrThrowAppointment.schema.ts index b547f408..5683f6b9 100644 --- a/packages/db/shared/schemas/findFirstOrThrowAppointment.schema.ts +++ b/packages/db/shared/schemas/findFirstOrThrowAppointment.schema.ts @@ -29,6 +29,7 @@ export const AppointmentFindFirstOrThrowSelectSchema: z.ZodType; @@ -52,6 +53,7 @@ export const AppointmentFindFirstOrThrowSelectZodSchema = z.object({ staff: z.boolean().optional(), procedures: z.boolean().optional(), claims: z.boolean().optional(), + files: z.boolean().optional(), _count: z.boolean().optional() }).strict(); diff --git a/packages/db/shared/schemas/findFirstOrThrowAppointmentFile.schema.ts b/packages/db/shared/schemas/findFirstOrThrowAppointmentFile.schema.ts new file mode 100644 index 00000000..16e4a3b3 --- /dev/null +++ b/packages/db/shared/schemas/findFirstOrThrowAppointmentFile.schema.ts @@ -0,0 +1,32 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileIncludeObjectSchema as AppointmentFileIncludeObjectSchema } from './objects/AppointmentFileInclude.schema'; +import { AppointmentFileOrderByWithRelationInputObjectSchema as AppointmentFileOrderByWithRelationInputObjectSchema } from './objects/AppointmentFileOrderByWithRelationInput.schema'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './objects/AppointmentFileWhereInput.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './objects/AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileScalarFieldEnumSchema } from './enums/AppointmentFileScalarFieldEnum.schema'; + +// Select schema needs to be in file to prevent circular imports +//------------------------------------------------------ + +export const AppointmentFileFindFirstOrThrowSelectSchema: z.ZodType = z.object({ + id: z.boolean().optional(), + appointmentId: z.boolean().optional(), + filename: z.boolean().optional(), + mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), + appointment: z.boolean().optional() + }).strict() as unknown as z.ZodType; + +export const AppointmentFileFindFirstOrThrowSelectZodSchema = z.object({ + id: z.boolean().optional(), + appointmentId: z.boolean().optional(), + filename: z.boolean().optional(), + mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), + appointment: z.boolean().optional() + }).strict(); + +export const AppointmentFileFindFirstOrThrowSchema: z.ZodType = z.object({ select: AppointmentFileFindFirstOrThrowSelectSchema.optional(), include: z.lazy(() => AppointmentFileIncludeObjectSchema.optional()), orderBy: z.union([AppointmentFileOrderByWithRelationInputObjectSchema, AppointmentFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentFileWhereInputObjectSchema.optional(), cursor: AppointmentFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentFileScalarFieldEnumSchema, AppointmentFileScalarFieldEnumSchema.array()]).optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileFindFirstOrThrowZodSchema = z.object({ select: AppointmentFileFindFirstOrThrowSelectSchema.optional(), include: z.lazy(() => AppointmentFileIncludeObjectSchema.optional()), orderBy: z.union([AppointmentFileOrderByWithRelationInputObjectSchema, AppointmentFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentFileWhereInputObjectSchema.optional(), cursor: AppointmentFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentFileScalarFieldEnumSchema, AppointmentFileScalarFieldEnumSchema.array()]).optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.d.ts index 3168caa7..2a31c21f 100644 --- a/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.d.ts @@ -5,6 +5,7 @@ export declare const AppointmentProcedureFindFirstOrThrowSelectZodSchema: z.ZodO id: z.ZodOptional; appointmentId: z.ZodOptional; patientId: z.ZodOptional; + npiProviderId: z.ZodOptional; procedureCode: z.ZodOptional; procedureLabel: z.ZodOptional; fee: z.ZodOptional; @@ -17,11 +18,13 @@ export declare const AppointmentProcedureFindFirstOrThrowSelectZodSchema: z.ZodO createdAt: z.ZodOptional; appointment: z.ZodOptional; patient: z.ZodOptional; + npiProvider: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; procedureCode?: boolean | undefined; procedureLabel?: boolean | undefined; fee?: boolean | undefined; @@ -33,11 +36,13 @@ export declare const AppointmentProcedureFindFirstOrThrowSelectZodSchema: z.ZodO comboKey?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; procedureCode?: boolean | undefined; procedureLabel?: boolean | undefined; fee?: boolean | undefined; @@ -49,6 +54,7 @@ export declare const AppointmentProcedureFindFirstOrThrowSelectZodSchema: z.ZodO comboKey?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; }>; export declare const AppointmentProcedureFindFirstOrThrowSchema: z.ZodType; export declare const AppointmentProcedureFindFirstOrThrowZodSchema: z.ZodObject<{ @@ -59,7 +65,7 @@ export declare const AppointmentProcedureFindFirstOrThrowZodSchema: z.ZodObject< cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.AppointmentProcedureWhereInput | undefined; include?: Prisma.AppointmentProcedureInclude | undefined; @@ -68,7 +74,7 @@ export declare const AppointmentProcedureFindFirstOrThrowZodSchema: z.ZodObject< cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; + distinct?: "id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; }, { where?: Prisma.AppointmentProcedureWhereInput | undefined; include?: Prisma.AppointmentProcedureInclude | undefined; @@ -77,6 +83,6 @@ export declare const AppointmentProcedureFindFirstOrThrowZodSchema: z.ZodObject< cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; + distinct?: "id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowAppointmentProcedure.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.d.ts.map b/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.d.ts.map index 3b8bf7ed..8d50d1ce 100644 --- a/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.d.ts.map +++ b/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findFirstOrThrowAppointmentProcedure.schema.d.ts","sourceRoot":"","sources":["findFirstOrThrowAppointmentProcedure.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAgBlC,CAAC;AAEzE,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBnD,CAAC;AAEd,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,CAAwsB,CAAC;AAE3zB,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8nB,CAAC"} \ No newline at end of file +{"version":3,"file":"findFirstOrThrowAppointmentProcedure.schema.d.ts","sourceRoot":"","sources":["findFirstOrThrowAppointmentProcedure.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAkBlC,CAAC;AAEzE,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBnD,CAAC;AAEd,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,CAAwsB,CAAC;AAE3zB,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8nB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.js b/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.js index 31f6e50a..d16b1704 100644 --- a/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.js +++ b/packages/db/shared/schemas/findFirstOrThrowAppointmentProcedure.schema.js @@ -46,6 +46,7 @@ exports.AppointmentProcedureFindFirstOrThrowSelectSchema = z.object({ id: z.boolean().optional(), appointmentId: z.boolean().optional(), patientId: z.boolean().optional(), + npiProviderId: z.boolean().optional(), procedureCode: z.boolean().optional(), procedureLabel: z.boolean().optional(), fee: z.boolean().optional(), @@ -57,12 +58,14 @@ exports.AppointmentProcedureFindFirstOrThrowSelectSchema = z.object({ comboKey: z.boolean().optional(), createdAt: z.boolean().optional(), appointment: z.boolean().optional(), - patient: z.boolean().optional() + patient: z.boolean().optional(), + npiProvider: z.boolean().optional() }).strict(); exports.AppointmentProcedureFindFirstOrThrowSelectZodSchema = z.object({ id: z.boolean().optional(), appointmentId: z.boolean().optional(), patientId: z.boolean().optional(), + npiProviderId: z.boolean().optional(), procedureCode: z.boolean().optional(), procedureLabel: z.boolean().optional(), fee: z.boolean().optional(), @@ -74,7 +77,8 @@ exports.AppointmentProcedureFindFirstOrThrowSelectZodSchema = z.object({ comboKey: z.boolean().optional(), createdAt: z.boolean().optional(), appointment: z.boolean().optional(), - patient: z.boolean().optional() + patient: z.boolean().optional(), + npiProvider: z.boolean().optional() }).strict(); exports.AppointmentProcedureFindFirstOrThrowSchema = z.object({ select: exports.AppointmentProcedureFindFirstOrThrowSelectSchema.optional(), include: z.lazy(() => AppointmentProcedureInclude_schema_1.AppointmentProcedureIncludeObjectSchema.optional()), orderBy: z.union([AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema, AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentProcedureWhereInput_schema_1.AppointmentProcedureWhereInputObjectSchema.optional(), cursor: AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema, AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema.array()]).optional() }).strict(); exports.AppointmentProcedureFindFirstOrThrowZodSchema = z.object({ select: exports.AppointmentProcedureFindFirstOrThrowSelectSchema.optional(), include: z.lazy(() => AppointmentProcedureInclude_schema_1.AppointmentProcedureIncludeObjectSchema.optional()), orderBy: z.union([AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema, AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentProcedureWhereInput_schema_1.AppointmentProcedureWhereInputObjectSchema.optional(), cursor: AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema, AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema.array()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/findFirstOrThrowBackupDestination.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowBackupDestination.schema.d.ts index 82b9c07e..f29ebedf 100644 --- a/packages/db/shared/schemas/findFirstOrThrowBackupDestination.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowBackupDestination.schema.d.ts @@ -10,17 +10,17 @@ export declare const BackupDestinationFindFirstOrThrowSelectZodSchema: z.ZodObje user: z.ZodOptional; }, "strict", z.ZodTypeAny, { path?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; isActive?: boolean | undefined; }, { path?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; isActive?: boolean | undefined; }>; export declare const BackupDestinationFindFirstOrThrowSchema: z.ZodType; @@ -41,7 +41,7 @@ export declare const BackupDestinationFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "path" | "createdAt" | "id" | "userId" | "isActive" | ("path" | "createdAt" | "id" | "userId" | "isActive")[] | undefined; + distinct?: "path" | "id" | "createdAt" | "userId" | "isActive" | ("path" | "id" | "createdAt" | "userId" | "isActive")[] | undefined; }, { where?: Prisma.BackupDestinationWhereInput | undefined; include?: Prisma.BackupDestinationInclude | undefined; @@ -50,6 +50,6 @@ export declare const BackupDestinationFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "path" | "createdAt" | "id" | "userId" | "isActive" | ("path" | "createdAt" | "id" | "userId" | "isActive")[] | undefined; + distinct?: "path" | "id" | "createdAt" | "userId" | "isActive" | ("path" | "id" | "createdAt" | "userId" | "isActive")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowBackupDestination.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowClaim.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowClaim.schema.d.ts index 40d5a859..9e23a5f2 100644 --- a/packages/db/shared/schemas/findFirstOrThrowClaim.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowClaim.schema.d.ts @@ -19,25 +19,29 @@ export declare const ClaimFindFirstOrThrowSelectZodSchema: z.ZodObject<{ updatedAt: z.ZodOptional; status: z.ZodOptional; claimNumber: z.ZodOptional; + npiProviderId: z.ZodOptional; patient: z.ZodOptional; appointment: z.ZodOptional; user: z.ZodOptional; staff: z.ZodOptional; + npiProvider: z.ZodOptional; serviceLines: z.ZodOptional; claimFiles: z.ZodOptional; payment: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; payment?: boolean | undefined; updatedAt?: boolean | undefined; @@ -55,15 +59,17 @@ export declare const ClaimFindFirstOrThrowSelectZodSchema: z.ZodObject<{ _count?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; payment?: boolean | undefined; updatedAt?: boolean | undefined; @@ -89,7 +95,7 @@ export declare const ClaimFindFirstOrThrowZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.ClaimWhereInput | undefined; include?: Prisma.ClaimInclude | undefined; @@ -98,7 +104,7 @@ export declare const ClaimFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; }, { where?: Prisma.ClaimWhereInput | undefined; include?: Prisma.ClaimInclude | undefined; @@ -107,6 +113,6 @@ export declare const ClaimFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowClaim.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowClaim.schema.d.ts.map b/packages/db/shared/schemas/findFirstOrThrowClaim.schema.d.ts.map index da1081e8..8aa37d76 100644 --- a/packages/db/shared/schemas/findFirstOrThrowClaim.schema.d.ts.map +++ b/packages/db/shared/schemas/findFirstOrThrowClaim.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findFirstOrThrowClaim.schema.d.ts","sourceRoot":"","sources":["findFirstOrThrowClaim.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,CA0BnB,CAAC;AAE1D,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0BpC,CAAC;AAEd,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,yBAAyB,CAAikB,CAAC;AAEtpB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsgB,CAAC"} \ No newline at end of file +{"version":3,"file":"findFirstOrThrowClaim.schema.d.ts","sourceRoot":"","sources":["findFirstOrThrowClaim.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,CA4BnB,CAAC;AAE1D,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BpC,CAAC;AAEd,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,yBAAyB,CAAikB,CAAC;AAEtpB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsgB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowClaim.schema.js b/packages/db/shared/schemas/findFirstOrThrowClaim.schema.js index 3959557e..028e5260 100644 --- a/packages/db/shared/schemas/findFirstOrThrowClaim.schema.js +++ b/packages/db/shared/schemas/findFirstOrThrowClaim.schema.js @@ -60,10 +60,12 @@ exports.ClaimFindFirstOrThrowSelectSchema = z.object({ updatedAt: z.boolean().optional(), status: z.boolean().optional(), claimNumber: z.boolean().optional(), + npiProviderId: z.boolean().optional(), patient: z.boolean().optional(), appointment: z.boolean().optional(), user: z.boolean().optional(), staff: z.boolean().optional(), + npiProvider: z.boolean().optional(), serviceLines: z.boolean().optional(), claimFiles: z.boolean().optional(), payment: z.boolean().optional(), @@ -87,10 +89,12 @@ exports.ClaimFindFirstOrThrowSelectZodSchema = z.object({ updatedAt: z.boolean().optional(), status: z.boolean().optional(), claimNumber: z.boolean().optional(), + npiProviderId: z.boolean().optional(), patient: z.boolean().optional(), appointment: z.boolean().optional(), user: z.boolean().optional(), staff: z.boolean().optional(), + npiProvider: z.boolean().optional(), serviceLines: z.boolean().optional(), claimFiles: z.boolean().optional(), payment: z.boolean().optional(), diff --git a/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.d.ts index b1e9ba01..d2ea0dd4 100644 --- a/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.d.ts @@ -6,17 +6,20 @@ export declare const ClaimFileFindFirstOrThrowSelectZodSchema: z.ZodObject<{ claimId: z.ZodOptional; filename: z.ZodOptional; mimeType: z.ZodOptional; + filePath: z.ZodOptional; claim: z.ZodOptional; }, "strict", z.ZodTypeAny, { - id?: boolean | undefined; filename?: boolean | undefined; + id?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; }, { - id?: boolean | undefined; filename?: boolean | undefined; + id?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; }>; @@ -29,7 +32,7 @@ export declare const ClaimFileFindFirstOrThrowZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.ClaimFileWhereInput | undefined; include?: Prisma.ClaimFileInclude | undefined; @@ -38,7 +41,7 @@ export declare const ClaimFileFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "mimeType" | "claimId" | ("id" | "filename" | "mimeType" | "claimId")[] | undefined; + distinct?: "filename" | "id" | "mimeType" | "filePath" | "claimId" | ("filename" | "id" | "mimeType" | "filePath" | "claimId")[] | undefined; }, { where?: Prisma.ClaimFileWhereInput | undefined; include?: Prisma.ClaimFileInclude | undefined; @@ -47,6 +50,6 @@ export declare const ClaimFileFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "mimeType" | "claimId" | ("id" | "filename" | "mimeType" | "claimId")[] | undefined; + distinct?: "filename" | "id" | "mimeType" | "filePath" | "claimId" | ("filename" | "id" | "mimeType" | "filePath" | "claimId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowClaimFile.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.d.ts.map b/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.d.ts.map index 629c5102..0ab6ad88 100644 --- a/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.d.ts.map +++ b/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findFirstOrThrowClaimFile.schema.d.ts","sourceRoot":"","sources":["findFirstOrThrowClaimFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAMvB,CAAC;AAE9D,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;EAMxC,CAAC;AAEd,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAqmB,CAAC;AAElsB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsiB,CAAC"} \ No newline at end of file +{"version":3,"file":"findFirstOrThrowClaimFile.schema.d.ts","sourceRoot":"","sources":["findFirstOrThrowClaimFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAOvB,CAAC;AAE9D,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;EAOxC,CAAC;AAEd,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAqmB,CAAC;AAElsB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsiB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.js b/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.js index 75b2b071..0908cd8e 100644 --- a/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.js +++ b/packages/db/shared/schemas/findFirstOrThrowClaimFile.schema.js @@ -47,6 +47,7 @@ exports.ClaimFileFindFirstOrThrowSelectSchema = z.object({ claimId: z.boolean().optional(), filename: z.boolean().optional(), mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), claim: z.boolean().optional() }).strict(); exports.ClaimFileFindFirstOrThrowSelectZodSchema = z.object({ @@ -54,6 +55,7 @@ exports.ClaimFileFindFirstOrThrowSelectZodSchema = z.object({ claimId: z.boolean().optional(), filename: z.boolean().optional(), mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), claim: z.boolean().optional() }).strict(); exports.ClaimFileFindFirstOrThrowSchema = z.object({ select: exports.ClaimFileFindFirstOrThrowSelectSchema.optional(), include: z.lazy(() => ClaimFileInclude_schema_1.ClaimFileIncludeObjectSchema.optional()), orderBy: z.union([ClaimFileOrderByWithRelationInput_schema_1.ClaimFileOrderByWithRelationInputObjectSchema, ClaimFileOrderByWithRelationInput_schema_1.ClaimFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: ClaimFileWhereInput_schema_1.ClaimFileWhereInputObjectSchema.optional(), cursor: ClaimFileWhereUniqueInput_schema_1.ClaimFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([ClaimFileScalarFieldEnum_schema_1.ClaimFileScalarFieldEnumSchema, ClaimFileScalarFieldEnum_schema_1.ClaimFileScalarFieldEnumSchema.array()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.d.ts index ab32fb4c..81d210c3 100644 --- a/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.d.ts @@ -10,6 +10,7 @@ export declare const CloudFileFindFirstOrThrowSelectZodSchema: z.ZodObject<{ folderId: z.ZodOptional; isComplete: z.ZodOptional; totalChunks: z.ZodOptional; + diskPath: z.ZodOptional; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; user: z.ZodOptional; @@ -17,31 +18,33 @@ export declare const CloudFileFindFirstOrThrowSelectZodSchema: z.ZodObject<{ chunks: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; mimeType?: boolean | undefined; updatedAt?: boolean | undefined; fileSize?: boolean | undefined; isComplete?: boolean | undefined; totalChunks?: boolean | undefined; + diskPath?: boolean | undefined; chunks?: boolean | undefined; folderId?: boolean | undefined; folder?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; mimeType?: boolean | undefined; updatedAt?: boolean | undefined; fileSize?: boolean | undefined; isComplete?: boolean | undefined; totalChunks?: boolean | undefined; + diskPath?: boolean | undefined; chunks?: boolean | undefined; folderId?: boolean | undefined; folder?: boolean | undefined; @@ -56,7 +59,7 @@ export declare const CloudFileFindFirstOrThrowZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.CloudFileWhereInput | undefined; include?: Prisma.CloudFileInclude | undefined; @@ -65,7 +68,7 @@ export declare const CloudFileFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId" | ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId" | ("id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId")[] | undefined; }, { where?: Prisma.CloudFileWhereInput | undefined; include?: Prisma.CloudFileInclude | undefined; @@ -74,6 +77,6 @@ export declare const CloudFileFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId" | ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId" | ("id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowCloudFile.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.d.ts.map b/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.d.ts.map index be400b2f..73f7506b 100644 --- a/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.d.ts.map +++ b/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findFirstOrThrowCloudFile.schema.d.ts","sourceRoot":"","sources":["findFirstOrThrowCloudFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAevB,CAAC;AAE9D,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAexC,CAAC;AAEd,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAqmB,CAAC;AAElsB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsiB,CAAC"} \ No newline at end of file +{"version":3,"file":"findFirstOrThrowCloudFile.schema.d.ts","sourceRoot":"","sources":["findFirstOrThrowCloudFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAgBvB,CAAC;AAE9D,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBxC,CAAC;AAEd,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAqmB,CAAC;AAElsB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsiB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.js b/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.js index 511c242d..c084c431 100644 --- a/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.js +++ b/packages/db/shared/schemas/findFirstOrThrowCloudFile.schema.js @@ -51,6 +51,7 @@ exports.CloudFileFindFirstOrThrowSelectSchema = z.object({ folderId: z.boolean().optional(), isComplete: z.boolean().optional(), totalChunks: z.boolean().optional(), + diskPath: z.boolean().optional(), createdAt: z.boolean().optional(), updatedAt: z.boolean().optional(), user: z.boolean().optional(), @@ -67,6 +68,7 @@ exports.CloudFileFindFirstOrThrowSelectZodSchema = z.object({ folderId: z.boolean().optional(), isComplete: z.boolean().optional(), totalChunks: z.boolean().optional(), + diskPath: z.boolean().optional(), createdAt: z.boolean().optional(), updatedAt: z.boolean().optional(), user: z.boolean().optional(), diff --git a/packages/db/shared/schemas/findFirstOrThrowCloudFileChunk.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowCloudFileChunk.schema.d.ts index b15641f2..69348a77 100644 --- a/packages/db/shared/schemas/findFirstOrThrowCloudFileChunk.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowCloudFileChunk.schema.d.ts @@ -9,16 +9,16 @@ export declare const CloudFileChunkFindFirstOrThrowSelectZodSchema: z.ZodObject< createdAt: z.ZodOptional; file: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; data?: boolean | undefined; + createdAt?: boolean | undefined; seq?: boolean | undefined; fileId?: boolean | undefined; file?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; data?: boolean | undefined; + createdAt?: boolean | undefined; seq?: boolean | undefined; fileId?: boolean | undefined; file?: boolean | undefined; @@ -41,7 +41,7 @@ export declare const CloudFileChunkFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "data" | "seq" | "fileId" | ("createdAt" | "id" | "data" | "seq" | "fileId")[] | undefined; + distinct?: "id" | "data" | "createdAt" | "seq" | "fileId" | ("id" | "data" | "createdAt" | "seq" | "fileId")[] | undefined; }, { where?: Prisma.CloudFileChunkWhereInput | undefined; include?: Prisma.CloudFileChunkInclude | undefined; @@ -50,6 +50,6 @@ export declare const CloudFileChunkFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "data" | "seq" | "fileId" | ("createdAt" | "id" | "data" | "seq" | "fileId")[] | undefined; + distinct?: "id" | "data" | "createdAt" | "seq" | "fileId" | ("id" | "data" | "createdAt" | "seq" | "fileId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowCloudFileChunk.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowCloudFolder.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowCloudFolder.schema.d.ts index 35a059ed..1899d940 100644 --- a/packages/db/shared/schemas/findFirstOrThrowCloudFolder.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowCloudFolder.schema.d.ts @@ -14,10 +14,10 @@ export declare const CloudFolderFindFirstOrThrowSelectZodSchema: z.ZodObject<{ updatedAt: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; updatedAt?: boolean | undefined; children?: boolean | undefined; @@ -26,10 +26,10 @@ export declare const CloudFolderFindFirstOrThrowSelectZodSchema: z.ZodObject<{ parent?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; updatedAt?: boolean | undefined; children?: boolean | undefined; @@ -56,7 +56,7 @@ export declare const CloudFolderFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFolderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId" | ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; }, { where?: Prisma.CloudFolderWhereInput | undefined; include?: Prisma.CloudFolderInclude | undefined; @@ -65,6 +65,6 @@ export declare const CloudFolderFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFolderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId" | ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowCloudFolder.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowCommunication.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowCommunication.schema.d.ts index 5f6fdbcd..713b4b7e 100644 --- a/packages/db/shared/schemas/findFirstOrThrowCommunication.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowCommunication.schema.d.ts @@ -16,12 +16,12 @@ export declare const CommunicationFindFirstOrThrowSelectZodSchema: z.ZodObject<{ user: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; channel?: boolean | undefined; direction?: boolean | undefined; body?: boolean | undefined; @@ -29,12 +29,12 @@ export declare const CommunicationFindFirstOrThrowSelectZodSchema: z.ZodObject<{ twilioSid?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; channel?: boolean | undefined; direction?: boolean | undefined; body?: boolean | undefined; @@ -59,7 +59,7 @@ export declare const CommunicationFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.CommunicationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; }, { where?: Prisma.CommunicationWhereInput | undefined; include?: Prisma.CommunicationInclude | undefined; @@ -68,6 +68,6 @@ export declare const CommunicationFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.CommunicationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowCommunication.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowDatabaseBackup.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowDatabaseBackup.schema.d.ts index 9ff21711..61c159e4 100644 --- a/packages/db/shared/schemas/findFirstOrThrowDatabaseBackup.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowDatabaseBackup.schema.d.ts @@ -7,15 +7,15 @@ export declare const DatabaseBackupFindFirstOrThrowSelectZodSchema: z.ZodObject< createdAt: z.ZodOptional; user: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; }>; export declare const DatabaseBackupFindFirstOrThrowSchema: z.ZodType; export declare const DatabaseBackupFindFirstOrThrowZodSchema: z.ZodObject<{ @@ -35,7 +35,7 @@ export declare const DatabaseBackupFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | ("createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | ("id" | "createdAt" | "userId")[] | undefined; }, { where?: Prisma.DatabaseBackupWhereInput | undefined; include?: Prisma.DatabaseBackupInclude | undefined; @@ -44,6 +44,6 @@ export declare const DatabaseBackupFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | ("createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | ("id" | "createdAt" | "userId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowDatabaseBackup.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowInsuranceCredential.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowInsuranceCredential.schema.d.ts index 0682cb1a..7596190b 100644 --- a/packages/db/shared/schemas/findFirstOrThrowInsuranceCredential.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowInsuranceCredential.schema.d.ts @@ -10,15 +10,15 @@ export declare const InsuranceCredentialFindFirstOrThrowSelectZodSchema: z.ZodOb user: z.ZodOptional; }, "strict", z.ZodTypeAny, { id?: boolean | undefined; - userId?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; siteKey?: boolean | undefined; username?: boolean | undefined; password?: boolean | undefined; }, { id?: boolean | undefined; - userId?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; siteKey?: boolean | undefined; username?: boolean | undefined; password?: boolean | undefined; diff --git a/packages/db/shared/schemas/findFirstOrThrowNotification.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowNotification.schema.d.ts index 0d087da2..71045905 100644 --- a/packages/db/shared/schemas/findFirstOrThrowNotification.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowNotification.schema.d.ts @@ -12,18 +12,18 @@ export declare const NotificationFindFirstOrThrowSelectZodSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { message?: boolean | undefined; type?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; read?: boolean | undefined; }, { message?: boolean | undefined; type?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; read?: boolean | undefined; }>; export declare const NotificationFindFirstOrThrowSchema: z.ZodType; @@ -44,7 +44,7 @@ export declare const NotificationFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.NotificationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "message" | "type" | "createdAt" | "id" | "userId" | "read" | ("message" | "type" | "createdAt" | "id" | "userId" | "read")[] | undefined; + distinct?: "message" | "type" | "id" | "createdAt" | "userId" | "read" | ("message" | "type" | "id" | "createdAt" | "userId" | "read")[] | undefined; }, { where?: Prisma.NotificationWhereInput | undefined; include?: Prisma.NotificationInclude | undefined; @@ -53,6 +53,6 @@ export declare const NotificationFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.NotificationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "message" | "type" | "createdAt" | "id" | "userId" | "read" | ("message" | "type" | "createdAt" | "id" | "userId" | "read")[] | undefined; + distinct?: "message" | "type" | "id" | "createdAt" | "userId" | "read" | ("message" | "type" | "id" | "createdAt" | "userId" | "read")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowNotification.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.d.ts index da4e14f8..9bd27f2b 100644 --- a/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.d.ts @@ -8,20 +8,29 @@ export declare const NpiProviderFindFirstOrThrowSelectZodSchema: z.ZodObject<{ providerName: z.ZodOptional; createdAt: z.ZodOptional; user: z.ZodOptional; + claims: z.ZodOptional; + appointmentProcedures: z.ZodOptional; + _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { + id?: boolean | undefined; + createdAt?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; + claims?: boolean | undefined; npiNumber?: boolean | undefined; providerName?: boolean | undefined; - createdAt?: boolean | undefined; - id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + appointmentProcedures?: boolean | undefined; + _count?: boolean | undefined; }, { + id?: boolean | undefined; + createdAt?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; + claims?: boolean | undefined; npiNumber?: boolean | undefined; providerName?: boolean | undefined; - createdAt?: boolean | undefined; - id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + appointmentProcedures?: boolean | undefined; + _count?: boolean | undefined; }>; export declare const NpiProviderFindFirstOrThrowSchema: z.ZodType; export declare const NpiProviderFindFirstOrThrowZodSchema: z.ZodObject<{ @@ -41,7 +50,7 @@ export declare const NpiProviderFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.NpiProviderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "npiNumber" | "providerName" | "createdAt" | "id" | "userId" | ("npiNumber" | "providerName" | "createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "npiNumber" | "providerName" | ("id" | "createdAt" | "userId" | "npiNumber" | "providerName")[] | undefined; }, { where?: Prisma.NpiProviderWhereInput | undefined; include?: Prisma.NpiProviderInclude | undefined; @@ -50,6 +59,6 @@ export declare const NpiProviderFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.NpiProviderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "npiNumber" | "providerName" | "createdAt" | "id" | "userId" | ("npiNumber" | "providerName" | "createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "npiNumber" | "providerName" | ("id" | "createdAt" | "userId" | "npiNumber" | "providerName")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowNpiProvider.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.d.ts.map b/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.d.ts.map index 93fd2e49..ed789ef6 100644 --- a/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.d.ts.map +++ b/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findFirstOrThrowNpiProvider.schema.d.ts","sourceRoot":"","sources":["findFirstOrThrowNpiProvider.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAOzB,CAAC;AAEhE,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;EAO1C,CAAC;AAEd,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAunB,CAAC;AAExtB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsjB,CAAC"} \ No newline at end of file +{"version":3,"file":"findFirstOrThrowNpiProvider.schema.d.ts","sourceRoot":"","sources":["findFirstOrThrowNpiProvider.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAUzB,CAAC;AAEhE,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU1C,CAAC;AAEd,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAunB,CAAC;AAExtB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsjB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.js b/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.js index c94051a8..7e05e7c1 100644 --- a/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.js +++ b/packages/db/shared/schemas/findFirstOrThrowNpiProvider.schema.js @@ -48,7 +48,10 @@ exports.NpiProviderFindFirstOrThrowSelectSchema = z.object({ npiNumber: z.boolean().optional(), providerName: z.boolean().optional(), createdAt: z.boolean().optional(), - user: z.boolean().optional() + user: z.boolean().optional(), + claims: z.boolean().optional(), + appointmentProcedures: z.boolean().optional(), + _count: z.boolean().optional() }).strict(); exports.NpiProviderFindFirstOrThrowSelectZodSchema = z.object({ id: z.boolean().optional(), @@ -56,7 +59,10 @@ exports.NpiProviderFindFirstOrThrowSelectZodSchema = z.object({ npiNumber: z.boolean().optional(), providerName: z.boolean().optional(), createdAt: z.boolean().optional(), - user: z.boolean().optional() + user: z.boolean().optional(), + claims: z.boolean().optional(), + appointmentProcedures: z.boolean().optional(), + _count: z.boolean().optional() }).strict(); exports.NpiProviderFindFirstOrThrowSchema = z.object({ select: exports.NpiProviderFindFirstOrThrowSelectSchema.optional(), include: z.lazy(() => NpiProviderInclude_schema_1.NpiProviderIncludeObjectSchema.optional()), orderBy: z.union([NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema, NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema.array()]).optional(), where: NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema.optional(), cursor: NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema, NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema.array()]).optional() }).strict(); exports.NpiProviderFindFirstOrThrowZodSchema = z.object({ select: exports.NpiProviderFindFirstOrThrowSelectSchema.optional(), include: z.lazy(() => NpiProviderInclude_schema_1.NpiProviderIncludeObjectSchema.optional()), orderBy: z.union([NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema, NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema.array()]).optional(), where: NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema.optional(), cursor: NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema, NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema.array()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/findFirstOrThrowPatient.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowPatient.schema.d.ts index c1a97492..5dfd3c74 100644 --- a/packages/db/shared/schemas/findFirstOrThrowPatient.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowPatient.schema.d.ts @@ -32,11 +32,11 @@ export declare const PatientFindFirstOrThrowSelectZodSchema: z.ZodObject<{ _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; email?: boolean | undefined; phone?: boolean | undefined; @@ -61,11 +61,11 @@ export declare const PatientFindFirstOrThrowSelectZodSchema: z.ZodObject<{ _count?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; email?: boolean | undefined; phone?: boolean | undefined; @@ -107,7 +107,7 @@ export declare const PatientFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.PatientWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; }, { where?: Prisma.PatientWhereInput | undefined; include?: Prisma.PatientInclude | undefined; @@ -116,6 +116,6 @@ export declare const PatientFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.PatientWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowPatient.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowPatientDocument.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowPatientDocument.schema.d.ts index dd2de846..14cf1e71 100644 --- a/packages/db/shared/schemas/findFirstOrThrowPatientDocument.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowPatientDocument.schema.d.ts @@ -13,27 +13,27 @@ export declare const PatientDocumentFindFirstOrThrowSelectZodSchema: z.ZodObject updatedAt: z.ZodOptional; patient: z.ZodOptional; }, "strict", z.ZodTypeAny, { - id?: boolean | undefined; filename?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; updatedAt?: boolean | undefined; originalName?: boolean | undefined; fileSize?: boolean | undefined; - filePath?: boolean | undefined; }, { - id?: boolean | undefined; filename?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; updatedAt?: boolean | undefined; originalName?: boolean | undefined; fileSize?: boolean | undefined; - filePath?: boolean | undefined; }>; export declare const PatientDocumentFindFirstOrThrowSchema: z.ZodType; export declare const PatientDocumentFindFirstOrThrowZodSchema: z.ZodObject<{ @@ -53,7 +53,7 @@ export declare const PatientDocumentFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath" | ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[] | undefined; + distinct?: "filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize" | ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[] | undefined; }, { where?: Prisma.PatientDocumentWhereInput | undefined; include?: Prisma.PatientDocumentInclude | undefined; @@ -62,6 +62,6 @@ export declare const PatientDocumentFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath" | ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[] | undefined; + distinct?: "filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize" | ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowPatientDocument.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowPayment.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowPayment.schema.d.ts index 903f722d..302e8bed 100644 --- a/packages/db/shared/schemas/findFirstOrThrowPayment.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowPayment.schema.d.ts @@ -24,12 +24,12 @@ export declare const PaymentFindFirstOrThrowSelectZodSchema: z.ZodObject<{ _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; notes?: boolean | undefined; + userId?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; totalBilled?: boolean | undefined; @@ -45,12 +45,12 @@ export declare const PaymentFindFirstOrThrowSelectZodSchema: z.ZodObject<{ _count?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; notes?: boolean | undefined; + userId?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; totalBilled?: boolean | undefined; @@ -83,7 +83,7 @@ export declare const PaymentFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.PaymentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; }, { where?: Prisma.PaymentWhereInput | undefined; include?: Prisma.PaymentInclude | undefined; @@ -92,6 +92,6 @@ export declare const PaymentFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.PaymentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowPayment.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowPdfFile.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowPdfFile.schema.d.ts index 8aa8b30e..4f3b3631 100644 --- a/packages/db/shared/schemas/findFirstOrThrowPdfFile.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowPdfFile.schema.d.ts @@ -9,17 +9,17 @@ export declare const PdfFileFindFirstOrThrowSelectZodSchema: z.ZodObject<{ groupId: z.ZodOptional; group: z.ZodOptional; }, "strict", z.ZodTypeAny, { - id?: boolean | undefined; filename?: boolean | undefined; pdfData?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; groupId?: boolean | undefined; group?: boolean | undefined; }, { - id?: boolean | undefined; filename?: boolean | undefined; pdfData?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; groupId?: boolean | undefined; group?: boolean | undefined; }>; @@ -41,7 +41,7 @@ export declare const PdfFileFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.PdfFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "pdfData" | "uploadedAt" | "groupId" | ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[] | undefined; + distinct?: "filename" | "pdfData" | "uploadedAt" | "id" | "groupId" | ("filename" | "pdfData" | "uploadedAt" | "id" | "groupId")[] | undefined; }, { where?: Prisma.PdfFileWhereInput | undefined; include?: Prisma.PdfFileInclude | undefined; @@ -50,6 +50,6 @@ export declare const PdfFileFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.PdfFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "pdfData" | "uploadedAt" | "groupId" | ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[] | undefined; + distinct?: "filename" | "pdfData" | "uploadedAt" | "id" | "groupId" | ("filename" | "pdfData" | "uploadedAt" | "id" | "groupId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowPdfFile.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowPdfGroup.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowPdfGroup.schema.d.ts index 239fa345..4a70acf4 100644 --- a/packages/db/shared/schemas/findFirstOrThrowPdfGroup.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowPdfGroup.schema.d.ts @@ -11,19 +11,19 @@ export declare const PdfGroupFindFirstOrThrowSelectZodSchema: z.ZodObject<{ pdfs: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; title?: boolean | undefined; titleKey?: boolean | undefined; + createdAt?: boolean | undefined; pdfs?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; title?: boolean | undefined; titleKey?: boolean | undefined; + createdAt?: boolean | undefined; pdfs?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; @@ -47,7 +47,7 @@ export declare const PdfGroupFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.PdfGroupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "title" | "titleKey" | "patientId" | ("createdAt" | "id" | "title" | "titleKey" | "patientId")[] | undefined; + distinct?: "id" | "title" | "titleKey" | "createdAt" | "patientId" | ("id" | "title" | "titleKey" | "createdAt" | "patientId")[] | undefined; }, { where?: Prisma.PdfGroupWhereInput | undefined; include?: Prisma.PdfGroupInclude | undefined; @@ -56,6 +56,6 @@ export declare const PdfGroupFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.PdfGroupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "title" | "titleKey" | "patientId" | ("createdAt" | "id" | "title" | "titleKey" | "patientId")[] | undefined; + distinct?: "id" | "title" | "titleKey" | "createdAt" | "patientId" | ("id" | "title" | "titleKey" | "createdAt" | "patientId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowPdfGroup.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowServiceLineTransaction.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowServiceLineTransaction.schema.d.ts index ac71770e..2ae9b2c4 100644 --- a/packages/db/shared/schemas/findFirstOrThrowServiceLineTransaction.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowServiceLineTransaction.schema.d.ts @@ -16,8 +16,8 @@ export declare const ServiceLineTransactionFindFirstOrThrowSelectZodSchema: z.Zo payment: z.ZodOptional; serviceLine: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; notes?: boolean | undefined; paymentId?: boolean | undefined; transactionId?: boolean | undefined; @@ -30,8 +30,8 @@ export declare const ServiceLineTransactionFindFirstOrThrowSelectZodSchema: z.Zo payment?: boolean | undefined; serviceLine?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; notes?: boolean | undefined; paymentId?: boolean | undefined; transactionId?: boolean | undefined; @@ -62,7 +62,7 @@ export declare const ServiceLineTransactionFindFirstOrThrowZodSchema: z.ZodObjec cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; + distinct?: "id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; }, { where?: Prisma.ServiceLineTransactionWhereInput | undefined; include?: Prisma.ServiceLineTransactionInclude | undefined; @@ -71,6 +71,6 @@ export declare const ServiceLineTransactionFindFirstOrThrowZodSchema: z.ZodObjec cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; + distinct?: "id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowServiceLineTransaction.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstOrThrowStaff.schema.d.ts b/packages/db/shared/schemas/findFirstOrThrowStaff.schema.d.ts index f3ccc35b..fdb45702 100644 --- a/packages/db/shared/schemas/findFirstOrThrowStaff.schema.d.ts +++ b/packages/db/shared/schemas/findFirstOrThrowStaff.schema.d.ts @@ -14,10 +14,10 @@ export declare const StaffFindFirstOrThrowSelectZodSchema: z.ZodObject<{ claims: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; name?: boolean | undefined; email?: boolean | undefined; @@ -26,10 +26,10 @@ export declare const StaffFindFirstOrThrowSelectZodSchema: z.ZodObject<{ appointments?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; name?: boolean | undefined; email?: boolean | undefined; @@ -56,7 +56,7 @@ export declare const StaffFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.StaffWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone" | ("createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone" | ("id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; }, { where?: Prisma.StaffWhereInput | undefined; include?: Prisma.StaffInclude | undefined; @@ -65,6 +65,6 @@ export declare const StaffFindFirstOrThrowZodSchema: z.ZodObject<{ cursor?: Prisma.StaffWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone" | ("createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone" | ("id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowStaff.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstPatient.schema.d.ts b/packages/db/shared/schemas/findFirstPatient.schema.d.ts index 4e54e4e0..a7961ee7 100644 --- a/packages/db/shared/schemas/findFirstPatient.schema.d.ts +++ b/packages/db/shared/schemas/findFirstPatient.schema.d.ts @@ -32,11 +32,11 @@ export declare const PatientFindFirstSelectZodSchema: z.ZodObject<{ _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; email?: boolean | undefined; phone?: boolean | undefined; @@ -61,11 +61,11 @@ export declare const PatientFindFirstSelectZodSchema: z.ZodObject<{ _count?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; email?: boolean | undefined; phone?: boolean | undefined; @@ -107,7 +107,7 @@ export declare const PatientFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.PatientWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; }, { where?: Prisma.PatientWhereInput | undefined; include?: Prisma.PatientInclude | undefined; @@ -116,6 +116,6 @@ export declare const PatientFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.PatientWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; }>; //# sourceMappingURL=findFirstPatient.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstPatientDocument.schema.d.ts b/packages/db/shared/schemas/findFirstPatientDocument.schema.d.ts index e3c2a14c..f75c0331 100644 --- a/packages/db/shared/schemas/findFirstPatientDocument.schema.d.ts +++ b/packages/db/shared/schemas/findFirstPatientDocument.schema.d.ts @@ -13,27 +13,27 @@ export declare const PatientDocumentFindFirstSelectZodSchema: z.ZodObject<{ updatedAt: z.ZodOptional; patient: z.ZodOptional; }, "strict", z.ZodTypeAny, { - id?: boolean | undefined; filename?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; updatedAt?: boolean | undefined; originalName?: boolean | undefined; fileSize?: boolean | undefined; - filePath?: boolean | undefined; }, { - id?: boolean | undefined; filename?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; updatedAt?: boolean | undefined; originalName?: boolean | undefined; fileSize?: boolean | undefined; - filePath?: boolean | undefined; }>; export declare const PatientDocumentFindFirstSchema: z.ZodType; export declare const PatientDocumentFindFirstZodSchema: z.ZodObject<{ @@ -53,7 +53,7 @@ export declare const PatientDocumentFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath" | ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[] | undefined; + distinct?: "filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize" | ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[] | undefined; }, { where?: Prisma.PatientDocumentWhereInput | undefined; include?: Prisma.PatientDocumentInclude | undefined; @@ -62,6 +62,6 @@ export declare const PatientDocumentFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath" | ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[] | undefined; + distinct?: "filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize" | ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[] | undefined; }>; //# sourceMappingURL=findFirstPatientDocument.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstPayment.schema.d.ts b/packages/db/shared/schemas/findFirstPayment.schema.d.ts index 7b6a36d4..b17e57a6 100644 --- a/packages/db/shared/schemas/findFirstPayment.schema.d.ts +++ b/packages/db/shared/schemas/findFirstPayment.schema.d.ts @@ -24,12 +24,12 @@ export declare const PaymentFindFirstSelectZodSchema: z.ZodObject<{ _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; notes?: boolean | undefined; + userId?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; totalBilled?: boolean | undefined; @@ -45,12 +45,12 @@ export declare const PaymentFindFirstSelectZodSchema: z.ZodObject<{ _count?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; notes?: boolean | undefined; + userId?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; totalBilled?: boolean | undefined; @@ -83,7 +83,7 @@ export declare const PaymentFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.PaymentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; }, { where?: Prisma.PaymentWhereInput | undefined; include?: Prisma.PaymentInclude | undefined; @@ -92,6 +92,6 @@ export declare const PaymentFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.PaymentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; }>; //# sourceMappingURL=findFirstPayment.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstPdfFile.schema.d.ts b/packages/db/shared/schemas/findFirstPdfFile.schema.d.ts index ff7f018f..da34ed54 100644 --- a/packages/db/shared/schemas/findFirstPdfFile.schema.d.ts +++ b/packages/db/shared/schemas/findFirstPdfFile.schema.d.ts @@ -9,17 +9,17 @@ export declare const PdfFileFindFirstSelectZodSchema: z.ZodObject<{ groupId: z.ZodOptional; group: z.ZodOptional; }, "strict", z.ZodTypeAny, { - id?: boolean | undefined; filename?: boolean | undefined; pdfData?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; groupId?: boolean | undefined; group?: boolean | undefined; }, { - id?: boolean | undefined; filename?: boolean | undefined; pdfData?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; groupId?: boolean | undefined; group?: boolean | undefined; }>; @@ -41,7 +41,7 @@ export declare const PdfFileFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.PdfFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "pdfData" | "uploadedAt" | "groupId" | ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[] | undefined; + distinct?: "filename" | "pdfData" | "uploadedAt" | "id" | "groupId" | ("filename" | "pdfData" | "uploadedAt" | "id" | "groupId")[] | undefined; }, { where?: Prisma.PdfFileWhereInput | undefined; include?: Prisma.PdfFileInclude | undefined; @@ -50,6 +50,6 @@ export declare const PdfFileFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.PdfFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "pdfData" | "uploadedAt" | "groupId" | ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[] | undefined; + distinct?: "filename" | "pdfData" | "uploadedAt" | "id" | "groupId" | ("filename" | "pdfData" | "uploadedAt" | "id" | "groupId")[] | undefined; }>; //# sourceMappingURL=findFirstPdfFile.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstPdfGroup.schema.d.ts b/packages/db/shared/schemas/findFirstPdfGroup.schema.d.ts index b9fb55f1..f91a3de8 100644 --- a/packages/db/shared/schemas/findFirstPdfGroup.schema.d.ts +++ b/packages/db/shared/schemas/findFirstPdfGroup.schema.d.ts @@ -11,19 +11,19 @@ export declare const PdfGroupFindFirstSelectZodSchema: z.ZodObject<{ pdfs: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; title?: boolean | undefined; titleKey?: boolean | undefined; + createdAt?: boolean | undefined; pdfs?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; title?: boolean | undefined; titleKey?: boolean | undefined; + createdAt?: boolean | undefined; pdfs?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; @@ -47,7 +47,7 @@ export declare const PdfGroupFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.PdfGroupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "title" | "titleKey" | "patientId" | ("createdAt" | "id" | "title" | "titleKey" | "patientId")[] | undefined; + distinct?: "id" | "title" | "titleKey" | "createdAt" | "patientId" | ("id" | "title" | "titleKey" | "createdAt" | "patientId")[] | undefined; }, { where?: Prisma.PdfGroupWhereInput | undefined; include?: Prisma.PdfGroupInclude | undefined; @@ -56,6 +56,6 @@ export declare const PdfGroupFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.PdfGroupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "title" | "titleKey" | "patientId" | ("createdAt" | "id" | "title" | "titleKey" | "patientId")[] | undefined; + distinct?: "id" | "title" | "titleKey" | "createdAt" | "patientId" | ("id" | "title" | "titleKey" | "createdAt" | "patientId")[] | undefined; }>; //# sourceMappingURL=findFirstPdfGroup.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstServiceLineTransaction.schema.d.ts b/packages/db/shared/schemas/findFirstServiceLineTransaction.schema.d.ts index 43aef681..99f22253 100644 --- a/packages/db/shared/schemas/findFirstServiceLineTransaction.schema.d.ts +++ b/packages/db/shared/schemas/findFirstServiceLineTransaction.schema.d.ts @@ -16,8 +16,8 @@ export declare const ServiceLineTransactionFindFirstSelectZodSchema: z.ZodObject payment: z.ZodOptional; serviceLine: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; notes?: boolean | undefined; paymentId?: boolean | undefined; transactionId?: boolean | undefined; @@ -30,8 +30,8 @@ export declare const ServiceLineTransactionFindFirstSelectZodSchema: z.ZodObject payment?: boolean | undefined; serviceLine?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; notes?: boolean | undefined; paymentId?: boolean | undefined; transactionId?: boolean | undefined; @@ -62,7 +62,7 @@ export declare const ServiceLineTransactionFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; + distinct?: "id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; }, { where?: Prisma.ServiceLineTransactionWhereInput | undefined; include?: Prisma.ServiceLineTransactionInclude | undefined; @@ -71,6 +71,6 @@ export declare const ServiceLineTransactionFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; + distinct?: "id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; }>; //# sourceMappingURL=findFirstServiceLineTransaction.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findFirstStaff.schema.d.ts b/packages/db/shared/schemas/findFirstStaff.schema.d.ts index 3d4b35b5..d7d7913d 100644 --- a/packages/db/shared/schemas/findFirstStaff.schema.d.ts +++ b/packages/db/shared/schemas/findFirstStaff.schema.d.ts @@ -14,10 +14,10 @@ export declare const StaffFindFirstSelectZodSchema: z.ZodObject<{ claims: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; name?: boolean | undefined; email?: boolean | undefined; @@ -26,10 +26,10 @@ export declare const StaffFindFirstSelectZodSchema: z.ZodObject<{ appointments?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; name?: boolean | undefined; email?: boolean | undefined; @@ -56,7 +56,7 @@ export declare const StaffFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.StaffWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone" | ("createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone" | ("id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; }, { where?: Prisma.StaffWhereInput | undefined; include?: Prisma.StaffInclude | undefined; @@ -65,6 +65,6 @@ export declare const StaffFindFirstZodSchema: z.ZodObject<{ cursor?: Prisma.StaffWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone" | ("createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone" | ("id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; }>; //# sourceMappingURL=findFirstStaff.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyAppointment.schema.d.ts b/packages/db/shared/schemas/findManyAppointment.schema.d.ts index d7577463..d906f553 100644 --- a/packages/db/shared/schemas/findManyAppointment.schema.d.ts +++ b/packages/db/shared/schemas/findManyAppointment.schema.d.ts @@ -25,12 +25,10 @@ export declare const AppointmentFindManySelectZodSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { type?: boolean | undefined; status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; date?: boolean | undefined; title?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; startTime?: boolean | undefined; @@ -38,20 +36,20 @@ export declare const AppointmentFindManySelectZodSchema: z.ZodObject<{ notes?: boolean | undefined; procedureCodeNotes?: boolean | undefined; eligibilityStatus?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; claims?: boolean | undefined; _count?: boolean | undefined; }, { type?: boolean | undefined; status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; date?: boolean | undefined; title?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; startTime?: boolean | undefined; @@ -59,8 +57,10 @@ export declare const AppointmentFindManySelectZodSchema: z.ZodObject<{ notes?: boolean | undefined; procedureCodeNotes?: boolean | undefined; eligibilityStatus?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; claims?: boolean | undefined; _count?: boolean | undefined; @@ -83,7 +83,7 @@ export declare const AppointmentFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.AppointmentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId" | ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[] | undefined; + distinct?: "type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId" | ("type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId")[] | undefined; }, { where?: Prisma.AppointmentWhereInput | undefined; include?: Prisma.AppointmentInclude | undefined; @@ -92,6 +92,6 @@ export declare const AppointmentFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.AppointmentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId" | ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[] | undefined; + distinct?: "type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId" | ("type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId")[] | undefined; }>; //# sourceMappingURL=findManyAppointment.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyAppointment.schema.ts b/packages/db/shared/schemas/findManyAppointment.schema.ts index e4b2bac2..874b7093 100644 --- a/packages/db/shared/schemas/findManyAppointment.schema.ts +++ b/packages/db/shared/schemas/findManyAppointment.schema.ts @@ -29,6 +29,7 @@ export const AppointmentFindManySelectSchema: z.ZodType; @@ -52,6 +53,7 @@ export const AppointmentFindManySelectZodSchema = z.object({ staff: z.boolean().optional(), procedures: z.boolean().optional(), claims: z.boolean().optional(), + files: z.boolean().optional(), _count: z.boolean().optional() }).strict(); diff --git a/packages/db/shared/schemas/findManyAppointmentFile.schema.ts b/packages/db/shared/schemas/findManyAppointmentFile.schema.ts new file mode 100644 index 00000000..518e7161 --- /dev/null +++ b/packages/db/shared/schemas/findManyAppointmentFile.schema.ts @@ -0,0 +1,32 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileIncludeObjectSchema as AppointmentFileIncludeObjectSchema } from './objects/AppointmentFileInclude.schema'; +import { AppointmentFileOrderByWithRelationInputObjectSchema as AppointmentFileOrderByWithRelationInputObjectSchema } from './objects/AppointmentFileOrderByWithRelationInput.schema'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './objects/AppointmentFileWhereInput.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './objects/AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileScalarFieldEnumSchema } from './enums/AppointmentFileScalarFieldEnum.schema'; + +// Select schema needs to be in file to prevent circular imports +//------------------------------------------------------ + +export const AppointmentFileFindManySelectSchema: z.ZodType = z.object({ + id: z.boolean().optional(), + appointmentId: z.boolean().optional(), + filename: z.boolean().optional(), + mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), + appointment: z.boolean().optional() + }).strict() as unknown as z.ZodType; + +export const AppointmentFileFindManySelectZodSchema = z.object({ + id: z.boolean().optional(), + appointmentId: z.boolean().optional(), + filename: z.boolean().optional(), + mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), + appointment: z.boolean().optional() + }).strict(); + +export const AppointmentFileFindManySchema: z.ZodType = z.object({ select: AppointmentFileFindManySelectSchema.optional(), include: z.lazy(() => AppointmentFileIncludeObjectSchema.optional()), orderBy: z.union([AppointmentFileOrderByWithRelationInputObjectSchema, AppointmentFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentFileWhereInputObjectSchema.optional(), cursor: AppointmentFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentFileScalarFieldEnumSchema, AppointmentFileScalarFieldEnumSchema.array()]).optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileFindManyZodSchema = z.object({ select: AppointmentFileFindManySelectSchema.optional(), include: z.lazy(() => AppointmentFileIncludeObjectSchema.optional()), orderBy: z.union([AppointmentFileOrderByWithRelationInputObjectSchema, AppointmentFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentFileWhereInputObjectSchema.optional(), cursor: AppointmentFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentFileScalarFieldEnumSchema, AppointmentFileScalarFieldEnumSchema.array()]).optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyAppointmentProcedure.schema.d.ts b/packages/db/shared/schemas/findManyAppointmentProcedure.schema.d.ts index 58f82e2c..0bf56e4d 100644 --- a/packages/db/shared/schemas/findManyAppointmentProcedure.schema.d.ts +++ b/packages/db/shared/schemas/findManyAppointmentProcedure.schema.d.ts @@ -5,6 +5,7 @@ export declare const AppointmentProcedureFindManySelectZodSchema: z.ZodObject<{ id: z.ZodOptional; appointmentId: z.ZodOptional; patientId: z.ZodOptional; + npiProviderId: z.ZodOptional; procedureCode: z.ZodOptional; procedureLabel: z.ZodOptional; fee: z.ZodOptional; @@ -17,11 +18,13 @@ export declare const AppointmentProcedureFindManySelectZodSchema: z.ZodObject<{ createdAt: z.ZodOptional; appointment: z.ZodOptional; patient: z.ZodOptional; + npiProvider: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; procedureCode?: boolean | undefined; procedureLabel?: boolean | undefined; fee?: boolean | undefined; @@ -33,11 +36,13 @@ export declare const AppointmentProcedureFindManySelectZodSchema: z.ZodObject<{ comboKey?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; procedureCode?: boolean | undefined; procedureLabel?: boolean | undefined; fee?: boolean | undefined; @@ -49,6 +54,7 @@ export declare const AppointmentProcedureFindManySelectZodSchema: z.ZodObject<{ comboKey?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; }>; export declare const AppointmentProcedureFindManySchema: z.ZodType; export declare const AppointmentProcedureFindManyZodSchema: z.ZodObject<{ @@ -59,7 +65,7 @@ export declare const AppointmentProcedureFindManyZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.AppointmentProcedureWhereInput | undefined; include?: Prisma.AppointmentProcedureInclude | undefined; @@ -68,7 +74,7 @@ export declare const AppointmentProcedureFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; + distinct?: "id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; }, { where?: Prisma.AppointmentProcedureWhereInput | undefined; include?: Prisma.AppointmentProcedureInclude | undefined; @@ -77,6 +83,6 @@ export declare const AppointmentProcedureFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; + distinct?: "id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined; }>; //# sourceMappingURL=findManyAppointmentProcedure.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyAppointmentProcedure.schema.d.ts.map b/packages/db/shared/schemas/findManyAppointmentProcedure.schema.d.ts.map index ab0ca3ce..b324de29 100644 --- a/packages/db/shared/schemas/findManyAppointmentProcedure.schema.d.ts.map +++ b/packages/db/shared/schemas/findManyAppointmentProcedure.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findManyAppointmentProcedure.schema.d.ts","sourceRoot":"","sources":["findManyAppointmentProcedure.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAgB1B,CAAC;AAEzE,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB3C,CAAC;AAEd,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,CAAwrB,CAAC;AAE3xB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsnB,CAAC"} \ No newline at end of file +{"version":3,"file":"findManyAppointmentProcedure.schema.d.ts","sourceRoot":"","sources":["findManyAppointmentProcedure.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAkB1B,CAAC;AAEzE,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkB3C,CAAC;AAEd,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,CAAwrB,CAAC;AAE3xB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsnB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyAppointmentProcedure.schema.js b/packages/db/shared/schemas/findManyAppointmentProcedure.schema.js index 94e4b6cd..0b187917 100644 --- a/packages/db/shared/schemas/findManyAppointmentProcedure.schema.js +++ b/packages/db/shared/schemas/findManyAppointmentProcedure.schema.js @@ -46,6 +46,7 @@ exports.AppointmentProcedureFindManySelectSchema = z.object({ id: z.boolean().optional(), appointmentId: z.boolean().optional(), patientId: z.boolean().optional(), + npiProviderId: z.boolean().optional(), procedureCode: z.boolean().optional(), procedureLabel: z.boolean().optional(), fee: z.boolean().optional(), @@ -57,12 +58,14 @@ exports.AppointmentProcedureFindManySelectSchema = z.object({ comboKey: z.boolean().optional(), createdAt: z.boolean().optional(), appointment: z.boolean().optional(), - patient: z.boolean().optional() + patient: z.boolean().optional(), + npiProvider: z.boolean().optional() }).strict(); exports.AppointmentProcedureFindManySelectZodSchema = z.object({ id: z.boolean().optional(), appointmentId: z.boolean().optional(), patientId: z.boolean().optional(), + npiProviderId: z.boolean().optional(), procedureCode: z.boolean().optional(), procedureLabel: z.boolean().optional(), fee: z.boolean().optional(), @@ -74,7 +77,8 @@ exports.AppointmentProcedureFindManySelectZodSchema = z.object({ comboKey: z.boolean().optional(), createdAt: z.boolean().optional(), appointment: z.boolean().optional(), - patient: z.boolean().optional() + patient: z.boolean().optional(), + npiProvider: z.boolean().optional() }).strict(); exports.AppointmentProcedureFindManySchema = z.object({ select: exports.AppointmentProcedureFindManySelectSchema.optional(), include: z.lazy(() => AppointmentProcedureInclude_schema_1.AppointmentProcedureIncludeObjectSchema.optional()), orderBy: z.union([AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema, AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentProcedureWhereInput_schema_1.AppointmentProcedureWhereInputObjectSchema.optional(), cursor: AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema, AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema.array()]).optional() }).strict(); exports.AppointmentProcedureFindManyZodSchema = z.object({ select: exports.AppointmentProcedureFindManySelectSchema.optional(), include: z.lazy(() => AppointmentProcedureInclude_schema_1.AppointmentProcedureIncludeObjectSchema.optional()), orderBy: z.union([AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema, AppointmentProcedureOrderByWithRelationInput_schema_1.AppointmentProcedureOrderByWithRelationInputObjectSchema.array()]).optional(), where: AppointmentProcedureWhereInput_schema_1.AppointmentProcedureWhereInputObjectSchema.optional(), cursor: AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema, AppointmentProcedureScalarFieldEnum_schema_1.AppointmentProcedureScalarFieldEnumSchema.array()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/findManyBackupDestination.schema.d.ts b/packages/db/shared/schemas/findManyBackupDestination.schema.d.ts index e984acf4..2349e3eb 100644 --- a/packages/db/shared/schemas/findManyBackupDestination.schema.d.ts +++ b/packages/db/shared/schemas/findManyBackupDestination.schema.d.ts @@ -10,17 +10,17 @@ export declare const BackupDestinationFindManySelectZodSchema: z.ZodObject<{ user: z.ZodOptional; }, "strict", z.ZodTypeAny, { path?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; isActive?: boolean | undefined; }, { path?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; isActive?: boolean | undefined; }>; export declare const BackupDestinationFindManySchema: z.ZodType; @@ -41,7 +41,7 @@ export declare const BackupDestinationFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "path" | "createdAt" | "id" | "userId" | "isActive" | ("path" | "createdAt" | "id" | "userId" | "isActive")[] | undefined; + distinct?: "path" | "id" | "createdAt" | "userId" | "isActive" | ("path" | "id" | "createdAt" | "userId" | "isActive")[] | undefined; }, { where?: Prisma.BackupDestinationWhereInput | undefined; include?: Prisma.BackupDestinationInclude | undefined; @@ -50,6 +50,6 @@ export declare const BackupDestinationFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "path" | "createdAt" | "id" | "userId" | "isActive" | ("path" | "createdAt" | "id" | "userId" | "isActive")[] | undefined; + distinct?: "path" | "id" | "createdAt" | "userId" | "isActive" | ("path" | "id" | "createdAt" | "userId" | "isActive")[] | undefined; }>; //# sourceMappingURL=findManyBackupDestination.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyClaim.schema.d.ts b/packages/db/shared/schemas/findManyClaim.schema.d.ts index 93f3ea1e..f13b3139 100644 --- a/packages/db/shared/schemas/findManyClaim.schema.d.ts +++ b/packages/db/shared/schemas/findManyClaim.schema.d.ts @@ -19,25 +19,29 @@ export declare const ClaimFindManySelectZodSchema: z.ZodObject<{ updatedAt: z.ZodOptional; status: z.ZodOptional; claimNumber: z.ZodOptional; + npiProviderId: z.ZodOptional; patient: z.ZodOptional; appointment: z.ZodOptional; user: z.ZodOptional; staff: z.ZodOptional; + npiProvider: z.ZodOptional; serviceLines: z.ZodOptional; claimFiles: z.ZodOptional; payment: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; payment?: boolean | undefined; updatedAt?: boolean | undefined; @@ -55,15 +59,17 @@ export declare const ClaimFindManySelectZodSchema: z.ZodObject<{ _count?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + npiProviderId?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | undefined; + npiProvider?: boolean | undefined; + user?: boolean | undefined; staff?: boolean | undefined; + userId?: boolean | undefined; staffId?: boolean | undefined; payment?: boolean | undefined; updatedAt?: boolean | undefined; @@ -89,7 +95,7 @@ export declare const ClaimFindManyZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.ClaimWhereInput | undefined; include?: Prisma.ClaimInclude | undefined; @@ -98,7 +104,7 @@ export declare const ClaimFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; }, { where?: Prisma.ClaimWhereInput | undefined; include?: Prisma.ClaimInclude | undefined; @@ -107,6 +113,6 @@ export declare const ClaimFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber" | ("status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[] | undefined; }>; //# sourceMappingURL=findManyClaim.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyClaim.schema.d.ts.map b/packages/db/shared/schemas/findManyClaim.schema.d.ts.map index 9689463b..b033dcd8 100644 --- a/packages/db/shared/schemas/findManyClaim.schema.d.ts.map +++ b/packages/db/shared/schemas/findManyClaim.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findManyClaim.schema.d.ts","sourceRoot":"","sources":["findManyClaim.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,CA0BX,CAAC;AAE1D,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0B5B,CAAC;AAEd,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAAijB,CAAC;AAEtnB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8f,CAAC"} \ No newline at end of file +{"version":3,"file":"findManyClaim.schema.d.ts","sourceRoot":"","sources":["findManyClaim.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,CA4BX,CAAC;AAE1D,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4B5B,CAAC;AAEd,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAAijB,CAAC;AAEtnB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8f,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyClaim.schema.js b/packages/db/shared/schemas/findManyClaim.schema.js index 55ae1735..1649e54f 100644 --- a/packages/db/shared/schemas/findManyClaim.schema.js +++ b/packages/db/shared/schemas/findManyClaim.schema.js @@ -60,10 +60,12 @@ exports.ClaimFindManySelectSchema = z.object({ updatedAt: z.boolean().optional(), status: z.boolean().optional(), claimNumber: z.boolean().optional(), + npiProviderId: z.boolean().optional(), patient: z.boolean().optional(), appointment: z.boolean().optional(), user: z.boolean().optional(), staff: z.boolean().optional(), + npiProvider: z.boolean().optional(), serviceLines: z.boolean().optional(), claimFiles: z.boolean().optional(), payment: z.boolean().optional(), @@ -87,10 +89,12 @@ exports.ClaimFindManySelectZodSchema = z.object({ updatedAt: z.boolean().optional(), status: z.boolean().optional(), claimNumber: z.boolean().optional(), + npiProviderId: z.boolean().optional(), patient: z.boolean().optional(), appointment: z.boolean().optional(), user: z.boolean().optional(), staff: z.boolean().optional(), + npiProvider: z.boolean().optional(), serviceLines: z.boolean().optional(), claimFiles: z.boolean().optional(), payment: z.boolean().optional(), diff --git a/packages/db/shared/schemas/findManyClaimFile.schema.d.ts b/packages/db/shared/schemas/findManyClaimFile.schema.d.ts index a6dc5d5a..01961693 100644 --- a/packages/db/shared/schemas/findManyClaimFile.schema.d.ts +++ b/packages/db/shared/schemas/findManyClaimFile.schema.d.ts @@ -6,17 +6,20 @@ export declare const ClaimFileFindManySelectZodSchema: z.ZodObject<{ claimId: z.ZodOptional; filename: z.ZodOptional; mimeType: z.ZodOptional; + filePath: z.ZodOptional; claim: z.ZodOptional; }, "strict", z.ZodTypeAny, { - id?: boolean | undefined; filename?: boolean | undefined; + id?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; }, { - id?: boolean | undefined; filename?: boolean | undefined; + id?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; }>; @@ -29,7 +32,7 @@ export declare const ClaimFileFindManyZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.ClaimFileWhereInput | undefined; include?: Prisma.ClaimFileInclude | undefined; @@ -38,7 +41,7 @@ export declare const ClaimFileFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "mimeType" | "claimId" | ("id" | "filename" | "mimeType" | "claimId")[] | undefined; + distinct?: "filename" | "id" | "mimeType" | "filePath" | "claimId" | ("filename" | "id" | "mimeType" | "filePath" | "claimId")[] | undefined; }, { where?: Prisma.ClaimFileWhereInput | undefined; include?: Prisma.ClaimFileInclude | undefined; @@ -47,6 +50,6 @@ export declare const ClaimFileFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.ClaimFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "mimeType" | "claimId" | ("id" | "filename" | "mimeType" | "claimId")[] | undefined; + distinct?: "filename" | "id" | "mimeType" | "filePath" | "claimId" | ("filename" | "id" | "mimeType" | "filePath" | "claimId")[] | undefined; }>; //# sourceMappingURL=findManyClaimFile.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyClaimFile.schema.d.ts.map b/packages/db/shared/schemas/findManyClaimFile.schema.d.ts.map index 413f0a16..c984b971 100644 --- a/packages/db/shared/schemas/findManyClaimFile.schema.d.ts.map +++ b/packages/db/shared/schemas/findManyClaimFile.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findManyClaimFile.schema.d.ts","sourceRoot":"","sources":["findManyClaimFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAMf,CAAC;AAE9D,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;EAMhC,CAAC;AAEd,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,qBAAqB,CAAqlB,CAAC;AAElqB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8hB,CAAC"} \ No newline at end of file +{"version":3,"file":"findManyClaimFile.schema.d.ts","sourceRoot":"","sources":["findManyClaimFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAOf,CAAC;AAE9D,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;EAOhC,CAAC;AAEd,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,qBAAqB,CAAqlB,CAAC;AAElqB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8hB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyClaimFile.schema.js b/packages/db/shared/schemas/findManyClaimFile.schema.js index 34ba8b78..be000076 100644 --- a/packages/db/shared/schemas/findManyClaimFile.schema.js +++ b/packages/db/shared/schemas/findManyClaimFile.schema.js @@ -47,6 +47,7 @@ exports.ClaimFileFindManySelectSchema = z.object({ claimId: z.boolean().optional(), filename: z.boolean().optional(), mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), claim: z.boolean().optional() }).strict(); exports.ClaimFileFindManySelectZodSchema = z.object({ @@ -54,6 +55,7 @@ exports.ClaimFileFindManySelectZodSchema = z.object({ claimId: z.boolean().optional(), filename: z.boolean().optional(), mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), claim: z.boolean().optional() }).strict(); exports.ClaimFileFindManySchema = z.object({ select: exports.ClaimFileFindManySelectSchema.optional(), include: z.lazy(() => ClaimFileInclude_schema_1.ClaimFileIncludeObjectSchema.optional()), orderBy: z.union([ClaimFileOrderByWithRelationInput_schema_1.ClaimFileOrderByWithRelationInputObjectSchema, ClaimFileOrderByWithRelationInput_schema_1.ClaimFileOrderByWithRelationInputObjectSchema.array()]).optional(), where: ClaimFileWhereInput_schema_1.ClaimFileWhereInputObjectSchema.optional(), cursor: ClaimFileWhereUniqueInput_schema_1.ClaimFileWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([ClaimFileScalarFieldEnum_schema_1.ClaimFileScalarFieldEnumSchema, ClaimFileScalarFieldEnum_schema_1.ClaimFileScalarFieldEnumSchema.array()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/findManyCloudFile.schema.d.ts b/packages/db/shared/schemas/findManyCloudFile.schema.d.ts index 5de5da83..9a935a41 100644 --- a/packages/db/shared/schemas/findManyCloudFile.schema.d.ts +++ b/packages/db/shared/schemas/findManyCloudFile.schema.d.ts @@ -10,6 +10,7 @@ export declare const CloudFileFindManySelectZodSchema: z.ZodObject<{ folderId: z.ZodOptional; isComplete: z.ZodOptional; totalChunks: z.ZodOptional; + diskPath: z.ZodOptional; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; user: z.ZodOptional; @@ -17,31 +18,33 @@ export declare const CloudFileFindManySelectZodSchema: z.ZodObject<{ chunks: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; mimeType?: boolean | undefined; updatedAt?: boolean | undefined; fileSize?: boolean | undefined; isComplete?: boolean | undefined; totalChunks?: boolean | undefined; + diskPath?: boolean | undefined; chunks?: boolean | undefined; folderId?: boolean | undefined; folder?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; mimeType?: boolean | undefined; updatedAt?: boolean | undefined; fileSize?: boolean | undefined; isComplete?: boolean | undefined; totalChunks?: boolean | undefined; + diskPath?: boolean | undefined; chunks?: boolean | undefined; folderId?: boolean | undefined; folder?: boolean | undefined; @@ -56,7 +59,7 @@ export declare const CloudFileFindManyZodSchema: z.ZodObject<{ cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - distinct: z.ZodOptional, z.ZodArray, "many">]>>; + distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.CloudFileWhereInput | undefined; include?: Prisma.CloudFileInclude | undefined; @@ -65,7 +68,7 @@ export declare const CloudFileFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId" | ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId" | ("id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId")[] | undefined; }, { where?: Prisma.CloudFileWhereInput | undefined; include?: Prisma.CloudFileInclude | undefined; @@ -74,6 +77,6 @@ export declare const CloudFileFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId" | ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId" | ("id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId")[] | undefined; }>; //# sourceMappingURL=findManyCloudFile.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyCloudFile.schema.d.ts.map b/packages/db/shared/schemas/findManyCloudFile.schema.d.ts.map index eeb4b7fb..5b0e2508 100644 --- a/packages/db/shared/schemas/findManyCloudFile.schema.d.ts.map +++ b/packages/db/shared/schemas/findManyCloudFile.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findManyCloudFile.schema.d.ts","sourceRoot":"","sources":["findManyCloudFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAef,CAAC;AAE9D,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAehC,CAAC;AAEd,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,qBAAqB,CAAqlB,CAAC;AAElqB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8hB,CAAC"} \ No newline at end of file +{"version":3,"file":"findManyCloudFile.schema.d.ts","sourceRoot":"","sources":["findManyCloudFile.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAgBf,CAAC;AAE9D,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBhC,CAAC;AAEd,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,qBAAqB,CAAqlB,CAAC;AAElqB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8hB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyCloudFile.schema.js b/packages/db/shared/schemas/findManyCloudFile.schema.js index 9a3d638f..ec5b8ba1 100644 --- a/packages/db/shared/schemas/findManyCloudFile.schema.js +++ b/packages/db/shared/schemas/findManyCloudFile.schema.js @@ -51,6 +51,7 @@ exports.CloudFileFindManySelectSchema = z.object({ folderId: z.boolean().optional(), isComplete: z.boolean().optional(), totalChunks: z.boolean().optional(), + diskPath: z.boolean().optional(), createdAt: z.boolean().optional(), updatedAt: z.boolean().optional(), user: z.boolean().optional(), @@ -67,6 +68,7 @@ exports.CloudFileFindManySelectZodSchema = z.object({ folderId: z.boolean().optional(), isComplete: z.boolean().optional(), totalChunks: z.boolean().optional(), + diskPath: z.boolean().optional(), createdAt: z.boolean().optional(), updatedAt: z.boolean().optional(), user: z.boolean().optional(), diff --git a/packages/db/shared/schemas/findManyCloudFileChunk.schema.d.ts b/packages/db/shared/schemas/findManyCloudFileChunk.schema.d.ts index 0e6bca5d..4d5a42f8 100644 --- a/packages/db/shared/schemas/findManyCloudFileChunk.schema.d.ts +++ b/packages/db/shared/schemas/findManyCloudFileChunk.schema.d.ts @@ -9,16 +9,16 @@ export declare const CloudFileChunkFindManySelectZodSchema: z.ZodObject<{ createdAt: z.ZodOptional; file: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; data?: boolean | undefined; + createdAt?: boolean | undefined; seq?: boolean | undefined; fileId?: boolean | undefined; file?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; data?: boolean | undefined; + createdAt?: boolean | undefined; seq?: boolean | undefined; fileId?: boolean | undefined; file?: boolean | undefined; @@ -41,7 +41,7 @@ export declare const CloudFileChunkFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "data" | "seq" | "fileId" | ("createdAt" | "id" | "data" | "seq" | "fileId")[] | undefined; + distinct?: "id" | "data" | "createdAt" | "seq" | "fileId" | ("id" | "data" | "createdAt" | "seq" | "fileId")[] | undefined; }, { where?: Prisma.CloudFileChunkWhereInput | undefined; include?: Prisma.CloudFileChunkInclude | undefined; @@ -50,6 +50,6 @@ export declare const CloudFileChunkFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "data" | "seq" | "fileId" | ("createdAt" | "id" | "data" | "seq" | "fileId")[] | undefined; + distinct?: "id" | "data" | "createdAt" | "seq" | "fileId" | ("id" | "data" | "createdAt" | "seq" | "fileId")[] | undefined; }>; //# sourceMappingURL=findManyCloudFileChunk.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyCloudFolder.schema.d.ts b/packages/db/shared/schemas/findManyCloudFolder.schema.d.ts index 87d505f2..95132f2c 100644 --- a/packages/db/shared/schemas/findManyCloudFolder.schema.d.ts +++ b/packages/db/shared/schemas/findManyCloudFolder.schema.d.ts @@ -14,10 +14,10 @@ export declare const CloudFolderFindManySelectZodSchema: z.ZodObject<{ updatedAt: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; updatedAt?: boolean | undefined; children?: boolean | undefined; @@ -26,10 +26,10 @@ export declare const CloudFolderFindManySelectZodSchema: z.ZodObject<{ parent?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; name?: boolean | undefined; updatedAt?: boolean | undefined; children?: boolean | undefined; @@ -56,7 +56,7 @@ export declare const CloudFolderFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFolderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId" | ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; }, { where?: Prisma.CloudFolderWhereInput | undefined; include?: Prisma.CloudFolderInclude | undefined; @@ -65,6 +65,6 @@ export declare const CloudFolderFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.CloudFolderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId" | ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined; }>; //# sourceMappingURL=findManyCloudFolder.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyCommunication.schema.d.ts b/packages/db/shared/schemas/findManyCommunication.schema.d.ts index fe3ace55..e8b59e26 100644 --- a/packages/db/shared/schemas/findManyCommunication.schema.d.ts +++ b/packages/db/shared/schemas/findManyCommunication.schema.d.ts @@ -16,12 +16,12 @@ export declare const CommunicationFindManySelectZodSchema: z.ZodObject<{ user: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; channel?: boolean | undefined; direction?: boolean | undefined; body?: boolean | undefined; @@ -29,12 +29,12 @@ export declare const CommunicationFindManySelectZodSchema: z.ZodObject<{ twilioSid?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; channel?: boolean | undefined; direction?: boolean | undefined; body?: boolean | undefined; @@ -59,7 +59,7 @@ export declare const CommunicationFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.CommunicationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; }, { where?: Prisma.CommunicationWhereInput | undefined; include?: Prisma.CommunicationInclude | undefined; @@ -68,6 +68,6 @@ export declare const CommunicationFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.CommunicationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined; }>; //# sourceMappingURL=findManyCommunication.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyDatabaseBackup.schema.d.ts b/packages/db/shared/schemas/findManyDatabaseBackup.schema.d.ts index 0dcfeb30..d19a472c 100644 --- a/packages/db/shared/schemas/findManyDatabaseBackup.schema.d.ts +++ b/packages/db/shared/schemas/findManyDatabaseBackup.schema.d.ts @@ -7,15 +7,15 @@ export declare const DatabaseBackupFindManySelectZodSchema: z.ZodObject<{ createdAt: z.ZodOptional; user: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; }>; export declare const DatabaseBackupFindManySchema: z.ZodType; export declare const DatabaseBackupFindManyZodSchema: z.ZodObject<{ @@ -35,7 +35,7 @@ export declare const DatabaseBackupFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | ("createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | ("id" | "createdAt" | "userId")[] | undefined; }, { where?: Prisma.DatabaseBackupWhereInput | undefined; include?: Prisma.DatabaseBackupInclude | undefined; @@ -44,6 +44,6 @@ export declare const DatabaseBackupFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | ("createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | ("id" | "createdAt" | "userId")[] | undefined; }>; //# sourceMappingURL=findManyDatabaseBackup.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyInsuranceCredential.schema.d.ts b/packages/db/shared/schemas/findManyInsuranceCredential.schema.d.ts index 65136476..5fbcc9ea 100644 --- a/packages/db/shared/schemas/findManyInsuranceCredential.schema.d.ts +++ b/packages/db/shared/schemas/findManyInsuranceCredential.schema.d.ts @@ -10,15 +10,15 @@ export declare const InsuranceCredentialFindManySelectZodSchema: z.ZodObject<{ user: z.ZodOptional; }, "strict", z.ZodTypeAny, { id?: boolean | undefined; - userId?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; siteKey?: boolean | undefined; username?: boolean | undefined; password?: boolean | undefined; }, { id?: boolean | undefined; - userId?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; siteKey?: boolean | undefined; username?: boolean | undefined; password?: boolean | undefined; diff --git a/packages/db/shared/schemas/findManyNotification.schema.d.ts b/packages/db/shared/schemas/findManyNotification.schema.d.ts index e58fdea0..f06d7e74 100644 --- a/packages/db/shared/schemas/findManyNotification.schema.d.ts +++ b/packages/db/shared/schemas/findManyNotification.schema.d.ts @@ -12,18 +12,18 @@ export declare const NotificationFindManySelectZodSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { message?: boolean | undefined; type?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; read?: boolean | undefined; }, { message?: boolean | undefined; type?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; read?: boolean | undefined; }>; export declare const NotificationFindManySchema: z.ZodType; @@ -44,7 +44,7 @@ export declare const NotificationFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.NotificationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "message" | "type" | "createdAt" | "id" | "userId" | "read" | ("message" | "type" | "createdAt" | "id" | "userId" | "read")[] | undefined; + distinct?: "message" | "type" | "id" | "createdAt" | "userId" | "read" | ("message" | "type" | "id" | "createdAt" | "userId" | "read")[] | undefined; }, { where?: Prisma.NotificationWhereInput | undefined; include?: Prisma.NotificationInclude | undefined; @@ -53,6 +53,6 @@ export declare const NotificationFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.NotificationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "message" | "type" | "createdAt" | "id" | "userId" | "read" | ("message" | "type" | "createdAt" | "id" | "userId" | "read")[] | undefined; + distinct?: "message" | "type" | "id" | "createdAt" | "userId" | "read" | ("message" | "type" | "id" | "createdAt" | "userId" | "read")[] | undefined; }>; //# sourceMappingURL=findManyNotification.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyNpiProvider.schema.d.ts b/packages/db/shared/schemas/findManyNpiProvider.schema.d.ts index e6ef524a..8049cdef 100644 --- a/packages/db/shared/schemas/findManyNpiProvider.schema.d.ts +++ b/packages/db/shared/schemas/findManyNpiProvider.schema.d.ts @@ -8,20 +8,29 @@ export declare const NpiProviderFindManySelectZodSchema: z.ZodObject<{ providerName: z.ZodOptional; createdAt: z.ZodOptional; user: z.ZodOptional; + claims: z.ZodOptional; + appointmentProcedures: z.ZodOptional; + _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { + id?: boolean | undefined; + createdAt?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; + claims?: boolean | undefined; npiNumber?: boolean | undefined; providerName?: boolean | undefined; - createdAt?: boolean | undefined; - id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + appointmentProcedures?: boolean | undefined; + _count?: boolean | undefined; }, { + id?: boolean | undefined; + createdAt?: boolean | undefined; + user?: boolean | undefined; + userId?: boolean | undefined; + claims?: boolean | undefined; npiNumber?: boolean | undefined; providerName?: boolean | undefined; - createdAt?: boolean | undefined; - id?: boolean | undefined; - userId?: boolean | undefined; - user?: boolean | undefined; + appointmentProcedures?: boolean | undefined; + _count?: boolean | undefined; }>; export declare const NpiProviderFindManySchema: z.ZodType; export declare const NpiProviderFindManyZodSchema: z.ZodObject<{ @@ -41,7 +50,7 @@ export declare const NpiProviderFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.NpiProviderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "npiNumber" | "providerName" | "createdAt" | "id" | "userId" | ("npiNumber" | "providerName" | "createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "npiNumber" | "providerName" | ("id" | "createdAt" | "userId" | "npiNumber" | "providerName")[] | undefined; }, { where?: Prisma.NpiProviderWhereInput | undefined; include?: Prisma.NpiProviderInclude | undefined; @@ -50,6 +59,6 @@ export declare const NpiProviderFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.NpiProviderWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "npiNumber" | "providerName" | "createdAt" | "id" | "userId" | ("npiNumber" | "providerName" | "createdAt" | "id" | "userId")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "npiNumber" | "providerName" | ("id" | "createdAt" | "userId" | "npiNumber" | "providerName")[] | undefined; }>; //# sourceMappingURL=findManyNpiProvider.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyNpiProvider.schema.d.ts.map b/packages/db/shared/schemas/findManyNpiProvider.schema.d.ts.map index cbe7faf9..5904a64a 100644 --- a/packages/db/shared/schemas/findManyNpiProvider.schema.d.ts.map +++ b/packages/db/shared/schemas/findManyNpiProvider.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"findManyNpiProvider.schema.d.ts","sourceRoot":"","sources":["findManyNpiProvider.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAOjB,CAAC;AAEhE,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAC;AAEd,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,uBAAuB,CAAumB,CAAC;AAExrB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8iB,CAAC"} \ No newline at end of file +{"version":3,"file":"findManyNpiProvider.schema.d.ts","sourceRoot":"","sources":["findManyNpiProvider.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAUzB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAUjB,CAAC;AAEhE,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUlC,CAAC;AAEd,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,uBAAuB,CAAumB,CAAC;AAExrB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8iB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyNpiProvider.schema.js b/packages/db/shared/schemas/findManyNpiProvider.schema.js index f1e84cdc..cbced8a9 100644 --- a/packages/db/shared/schemas/findManyNpiProvider.schema.js +++ b/packages/db/shared/schemas/findManyNpiProvider.schema.js @@ -48,7 +48,10 @@ exports.NpiProviderFindManySelectSchema = z.object({ npiNumber: z.boolean().optional(), providerName: z.boolean().optional(), createdAt: z.boolean().optional(), - user: z.boolean().optional() + user: z.boolean().optional(), + claims: z.boolean().optional(), + appointmentProcedures: z.boolean().optional(), + _count: z.boolean().optional() }).strict(); exports.NpiProviderFindManySelectZodSchema = z.object({ id: z.boolean().optional(), @@ -56,7 +59,10 @@ exports.NpiProviderFindManySelectZodSchema = z.object({ npiNumber: z.boolean().optional(), providerName: z.boolean().optional(), createdAt: z.boolean().optional(), - user: z.boolean().optional() + user: z.boolean().optional(), + claims: z.boolean().optional(), + appointmentProcedures: z.boolean().optional(), + _count: z.boolean().optional() }).strict(); exports.NpiProviderFindManySchema = z.object({ select: exports.NpiProviderFindManySelectSchema.optional(), include: z.lazy(() => NpiProviderInclude_schema_1.NpiProviderIncludeObjectSchema.optional()), orderBy: z.union([NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema, NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema.array()]).optional(), where: NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema.optional(), cursor: NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema, NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema.array()]).optional() }).strict(); exports.NpiProviderFindManyZodSchema = z.object({ select: exports.NpiProviderFindManySelectSchema.optional(), include: z.lazy(() => NpiProviderInclude_schema_1.NpiProviderIncludeObjectSchema.optional()), orderBy: z.union([NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema, NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema.array()]).optional(), where: NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema.optional(), cursor: NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), distinct: z.union([NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema, NpiProviderScalarFieldEnum_schema_1.NpiProviderScalarFieldEnumSchema.array()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/findManyPatient.schema.d.ts b/packages/db/shared/schemas/findManyPatient.schema.d.ts index 37f4c5df..e8c18b8a 100644 --- a/packages/db/shared/schemas/findManyPatient.schema.d.ts +++ b/packages/db/shared/schemas/findManyPatient.schema.d.ts @@ -32,11 +32,11 @@ export declare const PatientFindManySelectZodSchema: z.ZodObject<{ _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; email?: boolean | undefined; phone?: boolean | undefined; @@ -61,11 +61,11 @@ export declare const PatientFindManySelectZodSchema: z.ZodObject<{ _count?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; procedures?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; email?: boolean | undefined; phone?: boolean | undefined; @@ -107,7 +107,7 @@ export declare const PatientFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.PatientWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; }, { where?: Prisma.PatientWhereInput | undefined; include?: Prisma.PatientInclude | undefined; @@ -116,6 +116,6 @@ export declare const PatientFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.PatientWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; }>; //# sourceMappingURL=findManyPatient.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyPatientDocument.schema.d.ts b/packages/db/shared/schemas/findManyPatientDocument.schema.d.ts index d656dca0..46a4a661 100644 --- a/packages/db/shared/schemas/findManyPatientDocument.schema.d.ts +++ b/packages/db/shared/schemas/findManyPatientDocument.schema.d.ts @@ -13,27 +13,27 @@ export declare const PatientDocumentFindManySelectZodSchema: z.ZodObject<{ updatedAt: z.ZodOptional; patient: z.ZodOptional; }, "strict", z.ZodTypeAny, { - id?: boolean | undefined; filename?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; updatedAt?: boolean | undefined; originalName?: boolean | undefined; fileSize?: boolean | undefined; - filePath?: boolean | undefined; }, { - id?: boolean | undefined; filename?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; mimeType?: boolean | undefined; + filePath?: boolean | undefined; updatedAt?: boolean | undefined; originalName?: boolean | undefined; fileSize?: boolean | undefined; - filePath?: boolean | undefined; }>; export declare const PatientDocumentFindManySchema: z.ZodType; export declare const PatientDocumentFindManyZodSchema: z.ZodObject<{ @@ -53,7 +53,7 @@ export declare const PatientDocumentFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath" | ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[] | undefined; + distinct?: "filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize" | ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[] | undefined; }, { where?: Prisma.PatientDocumentWhereInput | undefined; include?: Prisma.PatientDocumentInclude | undefined; @@ -62,6 +62,6 @@ export declare const PatientDocumentFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath" | ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[] | undefined; + distinct?: "filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize" | ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[] | undefined; }>; //# sourceMappingURL=findManyPatientDocument.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyPayment.schema.d.ts b/packages/db/shared/schemas/findManyPayment.schema.d.ts index 79a1f56f..803ca89c 100644 --- a/packages/db/shared/schemas/findManyPayment.schema.d.ts +++ b/packages/db/shared/schemas/findManyPayment.schema.d.ts @@ -24,12 +24,12 @@ export declare const PaymentFindManySelectZodSchema: z.ZodObject<{ _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; notes?: boolean | undefined; + userId?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; totalBilled?: boolean | undefined; @@ -45,12 +45,12 @@ export declare const PaymentFindManySelectZodSchema: z.ZodObject<{ _count?: boolean | undefined; }, { status?: boolean | undefined; - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; notes?: boolean | undefined; + userId?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; totalBilled?: boolean | undefined; @@ -83,7 +83,7 @@ export declare const PaymentFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.PaymentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; }, { where?: Prisma.PaymentWhereInput | undefined; include?: Prisma.PaymentInclude | undefined; @@ -92,6 +92,6 @@ export declare const PaymentFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.PaymentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; + distinct?: "status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined; }>; //# sourceMappingURL=findManyPayment.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyPdfFile.schema.d.ts b/packages/db/shared/schemas/findManyPdfFile.schema.d.ts index 2e0d4658..96b59297 100644 --- a/packages/db/shared/schemas/findManyPdfFile.schema.d.ts +++ b/packages/db/shared/schemas/findManyPdfFile.schema.d.ts @@ -9,17 +9,17 @@ export declare const PdfFileFindManySelectZodSchema: z.ZodObject<{ groupId: z.ZodOptional; group: z.ZodOptional; }, "strict", z.ZodTypeAny, { - id?: boolean | undefined; filename?: boolean | undefined; pdfData?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; groupId?: boolean | undefined; group?: boolean | undefined; }, { - id?: boolean | undefined; filename?: boolean | undefined; pdfData?: boolean | undefined; uploadedAt?: boolean | undefined; + id?: boolean | undefined; groupId?: boolean | undefined; group?: boolean | undefined; }>; @@ -41,7 +41,7 @@ export declare const PdfFileFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.PdfFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "pdfData" | "uploadedAt" | "groupId" | ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[] | undefined; + distinct?: "filename" | "pdfData" | "uploadedAt" | "id" | "groupId" | ("filename" | "pdfData" | "uploadedAt" | "id" | "groupId")[] | undefined; }, { where?: Prisma.PdfFileWhereInput | undefined; include?: Prisma.PdfFileInclude | undefined; @@ -50,6 +50,6 @@ export declare const PdfFileFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.PdfFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "id" | "filename" | "pdfData" | "uploadedAt" | "groupId" | ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[] | undefined; + distinct?: "filename" | "pdfData" | "uploadedAt" | "id" | "groupId" | ("filename" | "pdfData" | "uploadedAt" | "id" | "groupId")[] | undefined; }>; //# sourceMappingURL=findManyPdfFile.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyPdfGroup.schema.d.ts b/packages/db/shared/schemas/findManyPdfGroup.schema.d.ts index d68b0736..0d0c20f1 100644 --- a/packages/db/shared/schemas/findManyPdfGroup.schema.d.ts +++ b/packages/db/shared/schemas/findManyPdfGroup.schema.d.ts @@ -11,19 +11,19 @@ export declare const PdfGroupFindManySelectZodSchema: z.ZodObject<{ pdfs: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; title?: boolean | undefined; titleKey?: boolean | undefined; + createdAt?: boolean | undefined; pdfs?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; title?: boolean | undefined; titleKey?: boolean | undefined; + createdAt?: boolean | undefined; pdfs?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; @@ -47,7 +47,7 @@ export declare const PdfGroupFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.PdfGroupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "title" | "titleKey" | "patientId" | ("createdAt" | "id" | "title" | "titleKey" | "patientId")[] | undefined; + distinct?: "id" | "title" | "titleKey" | "createdAt" | "patientId" | ("id" | "title" | "titleKey" | "createdAt" | "patientId")[] | undefined; }, { where?: Prisma.PdfGroupWhereInput | undefined; include?: Prisma.PdfGroupInclude | undefined; @@ -56,6 +56,6 @@ export declare const PdfGroupFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.PdfGroupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "title" | "titleKey" | "patientId" | ("createdAt" | "id" | "title" | "titleKey" | "patientId")[] | undefined; + distinct?: "id" | "title" | "titleKey" | "createdAt" | "patientId" | ("id" | "title" | "titleKey" | "createdAt" | "patientId")[] | undefined; }>; //# sourceMappingURL=findManyPdfGroup.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyServiceLineTransaction.schema.d.ts b/packages/db/shared/schemas/findManyServiceLineTransaction.schema.d.ts index 18c0a1ab..93a28b4a 100644 --- a/packages/db/shared/schemas/findManyServiceLineTransaction.schema.d.ts +++ b/packages/db/shared/schemas/findManyServiceLineTransaction.schema.d.ts @@ -16,8 +16,8 @@ export declare const ServiceLineTransactionFindManySelectZodSchema: z.ZodObject< payment: z.ZodOptional; serviceLine: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; notes?: boolean | undefined; paymentId?: boolean | undefined; transactionId?: boolean | undefined; @@ -30,8 +30,8 @@ export declare const ServiceLineTransactionFindManySelectZodSchema: z.ZodObject< payment?: boolean | undefined; serviceLine?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; + createdAt?: boolean | undefined; notes?: boolean | undefined; paymentId?: boolean | undefined; transactionId?: boolean | undefined; @@ -62,7 +62,7 @@ export declare const ServiceLineTransactionFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; + distinct?: "id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; }, { where?: Prisma.ServiceLineTransactionWhereInput | undefined; include?: Prisma.ServiceLineTransactionInclude | undefined; @@ -71,6 +71,6 @@ export declare const ServiceLineTransactionFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; + distinct?: "id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined; }>; //# sourceMappingURL=findManyServiceLineTransaction.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findManyStaff.schema.d.ts b/packages/db/shared/schemas/findManyStaff.schema.d.ts index c178464a..34c23f40 100644 --- a/packages/db/shared/schemas/findManyStaff.schema.d.ts +++ b/packages/db/shared/schemas/findManyStaff.schema.d.ts @@ -14,10 +14,10 @@ export declare const StaffFindManySelectZodSchema: z.ZodObject<{ claims: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; name?: boolean | undefined; email?: boolean | undefined; @@ -26,10 +26,10 @@ export declare const StaffFindManySelectZodSchema: z.ZodObject<{ appointments?: boolean | undefined; _count?: boolean | undefined; }, { - createdAt?: boolean | undefined; id?: boolean | undefined; - userId?: boolean | undefined; + createdAt?: boolean | undefined; user?: boolean | undefined; + userId?: boolean | undefined; claims?: boolean | undefined; name?: boolean | undefined; email?: boolean | undefined; @@ -56,7 +56,7 @@ export declare const StaffFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.StaffWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone" | ("createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone" | ("id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; }, { where?: Prisma.StaffWhereInput | undefined; include?: Prisma.StaffInclude | undefined; @@ -65,6 +65,6 @@ export declare const StaffFindManyZodSchema: z.ZodObject<{ cursor?: Prisma.StaffWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; - distinct?: "createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone" | ("createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; + distinct?: "id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone" | ("id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone")[] | undefined; }>; //# sourceMappingURL=findManyStaff.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/findUniqueAppointmentFile.schema.ts b/packages/db/shared/schemas/findUniqueAppointmentFile.schema.ts new file mode 100644 index 00000000..93a15079 --- /dev/null +++ b/packages/db/shared/schemas/findUniqueAppointmentFile.schema.ts @@ -0,0 +1,9 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileSelectObjectSchema as AppointmentFileSelectObjectSchema } from './objects/AppointmentFileSelect.schema'; +import { AppointmentFileIncludeObjectSchema as AppointmentFileIncludeObjectSchema } from './objects/AppointmentFileInclude.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './objects/AppointmentFileWhereUniqueInput.schema'; + +export const AppointmentFileFindUniqueSchema: z.ZodType = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), where: AppointmentFileWhereUniqueInputObjectSchema }).strict() as unknown as z.ZodType; + +export const AppointmentFileFindUniqueZodSchema = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), where: AppointmentFileWhereUniqueInputObjectSchema }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/findUniqueOrThrowAppointmentFile.schema.ts b/packages/db/shared/schemas/findUniqueOrThrowAppointmentFile.schema.ts new file mode 100644 index 00000000..731dda12 --- /dev/null +++ b/packages/db/shared/schemas/findUniqueOrThrowAppointmentFile.schema.ts @@ -0,0 +1,9 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileSelectObjectSchema as AppointmentFileSelectObjectSchema } from './objects/AppointmentFileSelect.schema'; +import { AppointmentFileIncludeObjectSchema as AppointmentFileIncludeObjectSchema } from './objects/AppointmentFileInclude.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './objects/AppointmentFileWhereUniqueInput.schema'; + +export const AppointmentFileFindUniqueOrThrowSchema: z.ZodType = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), where: AppointmentFileWhereUniqueInputObjectSchema }).strict() as unknown as z.ZodType; + +export const AppointmentFileFindUniqueOrThrowZodSchema = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), where: AppointmentFileWhereUniqueInputObjectSchema }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/groupByAppointment.schema.d.ts b/packages/db/shared/schemas/groupByAppointment.schema.d.ts index 6eae7563..fa08307e 100644 --- a/packages/db/shared/schemas/groupByAppointment.schema.d.ts +++ b/packages/db/shared/schemas/groupByAppointment.schema.d.ts @@ -14,7 +14,7 @@ export declare const AppointmentGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[]; + by: ("type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId")[]; where?: Prisma.AppointmentWhereInput | undefined; _count?: true | Prisma.AppointmentCountAggregateInputType | undefined; orderBy?: Prisma.AppointmentOrderByWithAggregationInput | Prisma.AppointmentOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const AppointmentGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.AppointmentSumAggregateInputType | undefined; having?: Prisma.AppointmentScalarWhereWithAggregatesInput | undefined; }, { - by: ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[]; + by: ("type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId")[]; where?: Prisma.AppointmentWhereInput | undefined; _count?: true | Prisma.AppointmentCountAggregateInputType | undefined; orderBy?: Prisma.AppointmentOrderByWithAggregationInput | Prisma.AppointmentOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByAppointmentFile.schema.ts b/packages/db/shared/schemas/groupByAppointmentFile.schema.ts new file mode 100644 index 00000000..dbaa74fe --- /dev/null +++ b/packages/db/shared/schemas/groupByAppointmentFile.schema.ts @@ -0,0 +1,15 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './objects/AppointmentFileWhereInput.schema'; +import { AppointmentFileOrderByWithAggregationInputObjectSchema as AppointmentFileOrderByWithAggregationInputObjectSchema } from './objects/AppointmentFileOrderByWithAggregationInput.schema'; +import { AppointmentFileScalarWhereWithAggregatesInputObjectSchema as AppointmentFileScalarWhereWithAggregatesInputObjectSchema } from './objects/AppointmentFileScalarWhereWithAggregatesInput.schema'; +import { AppointmentFileScalarFieldEnumSchema } from './enums/AppointmentFileScalarFieldEnum.schema'; +import { AppointmentFileCountAggregateInputObjectSchema as AppointmentFileCountAggregateInputObjectSchema } from './objects/AppointmentFileCountAggregateInput.schema'; +import { AppointmentFileMinAggregateInputObjectSchema as AppointmentFileMinAggregateInputObjectSchema } from './objects/AppointmentFileMinAggregateInput.schema'; +import { AppointmentFileMaxAggregateInputObjectSchema as AppointmentFileMaxAggregateInputObjectSchema } from './objects/AppointmentFileMaxAggregateInput.schema'; +import { AppointmentFileAvgAggregateInputObjectSchema as AppointmentFileAvgAggregateInputObjectSchema } from './objects/AppointmentFileAvgAggregateInput.schema'; +import { AppointmentFileSumAggregateInputObjectSchema as AppointmentFileSumAggregateInputObjectSchema } from './objects/AppointmentFileSumAggregateInput.schema'; + +export const AppointmentFileGroupBySchema: z.ZodType = z.object({ where: AppointmentFileWhereInputObjectSchema.optional(), orderBy: z.union([AppointmentFileOrderByWithAggregationInputObjectSchema, AppointmentFileOrderByWithAggregationInputObjectSchema.array()]).optional(), having: AppointmentFileScalarWhereWithAggregatesInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), by: z.array(AppointmentFileScalarFieldEnumSchema), _count: z.union([ z.literal(true), AppointmentFileCountAggregateInputObjectSchema ]).optional(), _min: AppointmentFileMinAggregateInputObjectSchema.optional(), _max: AppointmentFileMaxAggregateInputObjectSchema.optional(), _avg: AppointmentFileAvgAggregateInputObjectSchema.optional(), _sum: AppointmentFileSumAggregateInputObjectSchema.optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileGroupByZodSchema = z.object({ where: AppointmentFileWhereInputObjectSchema.optional(), orderBy: z.union([AppointmentFileOrderByWithAggregationInputObjectSchema, AppointmentFileOrderByWithAggregationInputObjectSchema.array()]).optional(), having: AppointmentFileScalarWhereWithAggregatesInputObjectSchema.optional(), take: z.number().optional(), skip: z.number().optional(), by: z.array(AppointmentFileScalarFieldEnumSchema), _count: z.union([ z.literal(true), AppointmentFileCountAggregateInputObjectSchema ]).optional(), _min: AppointmentFileMinAggregateInputObjectSchema.optional(), _max: AppointmentFileMaxAggregateInputObjectSchema.optional(), _avg: AppointmentFileAvgAggregateInputObjectSchema.optional(), _sum: AppointmentFileSumAggregateInputObjectSchema.optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/groupByAppointmentProcedure.schema.d.ts b/packages/db/shared/schemas/groupByAppointmentProcedure.schema.d.ts index a1b492eb..d1bfccdf 100644 --- a/packages/db/shared/schemas/groupByAppointmentProcedure.schema.d.ts +++ b/packages/db/shared/schemas/groupByAppointmentProcedure.schema.d.ts @@ -7,14 +7,14 @@ export declare const AppointmentProcedureGroupByZodSchema: z.ZodObject<{ having: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - by: z.ZodArray, "many">; + by: z.ZodArray, "many">; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[]; + by: ("id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[]; where?: Prisma.AppointmentProcedureWhereInput | undefined; _count?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined; orderBy?: Prisma.AppointmentProcedureOrderByWithAggregationInput | Prisma.AppointmentProcedureOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const AppointmentProcedureGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.AppointmentProcedureSumAggregateInputType | undefined; having?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput | undefined; }, { - by: ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[]; + by: ("id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[]; where?: Prisma.AppointmentProcedureWhereInput | undefined; _count?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined; orderBy?: Prisma.AppointmentProcedureOrderByWithAggregationInput | Prisma.AppointmentProcedureOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByBackupDestination.schema.d.ts b/packages/db/shared/schemas/groupByBackupDestination.schema.d.ts index 6b6e7b44..8a52649e 100644 --- a/packages/db/shared/schemas/groupByBackupDestination.schema.d.ts +++ b/packages/db/shared/schemas/groupByBackupDestination.schema.d.ts @@ -14,7 +14,7 @@ export declare const BackupDestinationGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("path" | "createdAt" | "id" | "userId" | "isActive")[]; + by: ("path" | "id" | "createdAt" | "userId" | "isActive")[]; where?: Prisma.BackupDestinationWhereInput | undefined; _count?: true | Prisma.BackupDestinationCountAggregateInputType | undefined; orderBy?: Prisma.BackupDestinationOrderByWithAggregationInput | Prisma.BackupDestinationOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const BackupDestinationGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.BackupDestinationSumAggregateInputType | undefined; having?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | undefined; }, { - by: ("path" | "createdAt" | "id" | "userId" | "isActive")[]; + by: ("path" | "id" | "createdAt" | "userId" | "isActive")[]; where?: Prisma.BackupDestinationWhereInput | undefined; _count?: true | Prisma.BackupDestinationCountAggregateInputType | undefined; orderBy?: Prisma.BackupDestinationOrderByWithAggregationInput | Prisma.BackupDestinationOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByClaim.schema.d.ts b/packages/db/shared/schemas/groupByClaim.schema.d.ts index 6a14f9d9..5b01babe 100644 --- a/packages/db/shared/schemas/groupByClaim.schema.d.ts +++ b/packages/db/shared/schemas/groupByClaim.schema.d.ts @@ -7,14 +7,14 @@ export declare const ClaimGroupByZodSchema: z.ZodObject<{ having: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - by: z.ZodArray, "many">; + by: z.ZodArray, "many">; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[]; + by: ("status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[]; where?: Prisma.ClaimWhereInput | undefined; _count?: true | Prisma.ClaimCountAggregateInputType | undefined; orderBy?: Prisma.ClaimOrderByWithAggregationInput | Prisma.ClaimOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const ClaimGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.ClaimSumAggregateInputType | undefined; having?: Prisma.ClaimScalarWhereWithAggregatesInput | undefined; }, { - by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[]; + by: ("status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[]; where?: Prisma.ClaimWhereInput | undefined; _count?: true | Prisma.ClaimCountAggregateInputType | undefined; orderBy?: Prisma.ClaimOrderByWithAggregationInput | Prisma.ClaimOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByClaimFile.schema.d.ts b/packages/db/shared/schemas/groupByClaimFile.schema.d.ts index 01956e0c..5ac51a75 100644 --- a/packages/db/shared/schemas/groupByClaimFile.schema.d.ts +++ b/packages/db/shared/schemas/groupByClaimFile.schema.d.ts @@ -7,14 +7,14 @@ export declare const ClaimFileGroupByZodSchema: z.ZodObject<{ having: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - by: z.ZodArray, "many">; + by: z.ZodArray, "many">; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("id" | "filename" | "mimeType" | "claimId")[]; + by: ("filename" | "id" | "mimeType" | "filePath" | "claimId")[]; where?: Prisma.ClaimFileWhereInput | undefined; _count?: true | Prisma.ClaimFileCountAggregateInputType | undefined; orderBy?: Prisma.ClaimFileOrderByWithAggregationInput | Prisma.ClaimFileOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const ClaimFileGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.ClaimFileSumAggregateInputType | undefined; having?: Prisma.ClaimFileScalarWhereWithAggregatesInput | undefined; }, { - by: ("id" | "filename" | "mimeType" | "claimId")[]; + by: ("filename" | "id" | "mimeType" | "filePath" | "claimId")[]; where?: Prisma.ClaimFileWhereInput | undefined; _count?: true | Prisma.ClaimFileCountAggregateInputType | undefined; orderBy?: Prisma.ClaimFileOrderByWithAggregationInput | Prisma.ClaimFileOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByCloudFile.schema.d.ts b/packages/db/shared/schemas/groupByCloudFile.schema.d.ts index aea74452..7287cc97 100644 --- a/packages/db/shared/schemas/groupByCloudFile.schema.d.ts +++ b/packages/db/shared/schemas/groupByCloudFile.schema.d.ts @@ -7,14 +7,14 @@ export declare const CloudFileGroupByZodSchema: z.ZodObject<{ having: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; - by: z.ZodArray, "many">; + by: z.ZodArray, "many">; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[]; + by: ("id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId")[]; where?: Prisma.CloudFileWhereInput | undefined; _count?: true | Prisma.CloudFileCountAggregateInputType | undefined; orderBy?: Prisma.CloudFileOrderByWithAggregationInput | Prisma.CloudFileOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const CloudFileGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.CloudFileSumAggregateInputType | undefined; having?: Prisma.CloudFileScalarWhereWithAggregatesInput | undefined; }, { - by: ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[]; + by: ("id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId")[]; where?: Prisma.CloudFileWhereInput | undefined; _count?: true | Prisma.CloudFileCountAggregateInputType | undefined; orderBy?: Prisma.CloudFileOrderByWithAggregationInput | Prisma.CloudFileOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByCloudFileChunk.schema.d.ts b/packages/db/shared/schemas/groupByCloudFileChunk.schema.d.ts index b7c7df26..9f5a5c51 100644 --- a/packages/db/shared/schemas/groupByCloudFileChunk.schema.d.ts +++ b/packages/db/shared/schemas/groupByCloudFileChunk.schema.d.ts @@ -14,7 +14,7 @@ export declare const CloudFileChunkGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("createdAt" | "id" | "data" | "seq" | "fileId")[]; + by: ("id" | "data" | "createdAt" | "seq" | "fileId")[]; where?: Prisma.CloudFileChunkWhereInput | undefined; _count?: true | Prisma.CloudFileChunkCountAggregateInputType | undefined; orderBy?: Prisma.CloudFileChunkOrderByWithAggregationInput | Prisma.CloudFileChunkOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const CloudFileChunkGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.CloudFileChunkSumAggregateInputType | undefined; having?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | undefined; }, { - by: ("createdAt" | "id" | "data" | "seq" | "fileId")[]; + by: ("id" | "data" | "createdAt" | "seq" | "fileId")[]; where?: Prisma.CloudFileChunkWhereInput | undefined; _count?: true | Prisma.CloudFileChunkCountAggregateInputType | undefined; orderBy?: Prisma.CloudFileChunkOrderByWithAggregationInput | Prisma.CloudFileChunkOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByCloudFolder.schema.d.ts b/packages/db/shared/schemas/groupByCloudFolder.schema.d.ts index 29030b0a..86645a58 100644 --- a/packages/db/shared/schemas/groupByCloudFolder.schema.d.ts +++ b/packages/db/shared/schemas/groupByCloudFolder.schema.d.ts @@ -14,7 +14,7 @@ export declare const CloudFolderGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[]; + by: ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[]; where?: Prisma.CloudFolderWhereInput | undefined; _count?: true | Prisma.CloudFolderCountAggregateInputType | undefined; orderBy?: Prisma.CloudFolderOrderByWithAggregationInput | Prisma.CloudFolderOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const CloudFolderGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.CloudFolderSumAggregateInputType | undefined; having?: Prisma.CloudFolderScalarWhereWithAggregatesInput | undefined; }, { - by: ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[]; + by: ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[]; where?: Prisma.CloudFolderWhereInput | undefined; _count?: true | Prisma.CloudFolderCountAggregateInputType | undefined; orderBy?: Prisma.CloudFolderOrderByWithAggregationInput | Prisma.CloudFolderOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByCommunication.schema.d.ts b/packages/db/shared/schemas/groupByCommunication.schema.d.ts index ca73aa51..2d330b5d 100644 --- a/packages/db/shared/schemas/groupByCommunication.schema.d.ts +++ b/packages/db/shared/schemas/groupByCommunication.schema.d.ts @@ -14,7 +14,7 @@ export declare const CommunicationGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[]; + by: ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[]; where?: Prisma.CommunicationWhereInput | undefined; _count?: true | Prisma.CommunicationCountAggregateInputType | undefined; orderBy?: Prisma.CommunicationOrderByWithAggregationInput | Prisma.CommunicationOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const CommunicationGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.CommunicationSumAggregateInputType | undefined; having?: Prisma.CommunicationScalarWhereWithAggregatesInput | undefined; }, { - by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[]; + by: ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[]; where?: Prisma.CommunicationWhereInput | undefined; _count?: true | Prisma.CommunicationCountAggregateInputType | undefined; orderBy?: Prisma.CommunicationOrderByWithAggregationInput | Prisma.CommunicationOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByDatabaseBackup.schema.d.ts b/packages/db/shared/schemas/groupByDatabaseBackup.schema.d.ts index b1b8e111..bc221e9a 100644 --- a/packages/db/shared/schemas/groupByDatabaseBackup.schema.d.ts +++ b/packages/db/shared/schemas/groupByDatabaseBackup.schema.d.ts @@ -14,7 +14,7 @@ export declare const DatabaseBackupGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("createdAt" | "id" | "userId")[]; + by: ("id" | "createdAt" | "userId")[]; where?: Prisma.DatabaseBackupWhereInput | undefined; _count?: true | Prisma.DatabaseBackupCountAggregateInputType | undefined; orderBy?: Prisma.DatabaseBackupOrderByWithAggregationInput | Prisma.DatabaseBackupOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const DatabaseBackupGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.DatabaseBackupSumAggregateInputType | undefined; having?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | undefined; }, { - by: ("createdAt" | "id" | "userId")[]; + by: ("id" | "createdAt" | "userId")[]; where?: Prisma.DatabaseBackupWhereInput | undefined; _count?: true | Prisma.DatabaseBackupCountAggregateInputType | undefined; orderBy?: Prisma.DatabaseBackupOrderByWithAggregationInput | Prisma.DatabaseBackupOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByNotification.schema.d.ts b/packages/db/shared/schemas/groupByNotification.schema.d.ts index 0bdd4464..283b2803 100644 --- a/packages/db/shared/schemas/groupByNotification.schema.d.ts +++ b/packages/db/shared/schemas/groupByNotification.schema.d.ts @@ -14,7 +14,7 @@ export declare const NotificationGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("message" | "type" | "createdAt" | "id" | "userId" | "read")[]; + by: ("message" | "type" | "id" | "createdAt" | "userId" | "read")[]; where?: Prisma.NotificationWhereInput | undefined; _count?: true | Prisma.NotificationCountAggregateInputType | undefined; orderBy?: Prisma.NotificationOrderByWithAggregationInput | Prisma.NotificationOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const NotificationGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.NotificationSumAggregateInputType | undefined; having?: Prisma.NotificationScalarWhereWithAggregatesInput | undefined; }, { - by: ("message" | "type" | "createdAt" | "id" | "userId" | "read")[]; + by: ("message" | "type" | "id" | "createdAt" | "userId" | "read")[]; where?: Prisma.NotificationWhereInput | undefined; _count?: true | Prisma.NotificationCountAggregateInputType | undefined; orderBy?: Prisma.NotificationOrderByWithAggregationInput | Prisma.NotificationOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByNpiProvider.schema.d.ts b/packages/db/shared/schemas/groupByNpiProvider.schema.d.ts index 83b878ac..4cc208ea 100644 --- a/packages/db/shared/schemas/groupByNpiProvider.schema.d.ts +++ b/packages/db/shared/schemas/groupByNpiProvider.schema.d.ts @@ -14,7 +14,7 @@ export declare const NpiProviderGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("npiNumber" | "providerName" | "createdAt" | "id" | "userId")[]; + by: ("id" | "createdAt" | "userId" | "npiNumber" | "providerName")[]; where?: Prisma.NpiProviderWhereInput | undefined; _count?: true | Prisma.NpiProviderCountAggregateInputType | undefined; orderBy?: Prisma.NpiProviderOrderByWithAggregationInput | Prisma.NpiProviderOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const NpiProviderGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.NpiProviderSumAggregateInputType | undefined; having?: Prisma.NpiProviderScalarWhereWithAggregatesInput | undefined; }, { - by: ("npiNumber" | "providerName" | "createdAt" | "id" | "userId")[]; + by: ("id" | "createdAt" | "userId" | "npiNumber" | "providerName")[]; where?: Prisma.NpiProviderWhereInput | undefined; _count?: true | Prisma.NpiProviderCountAggregateInputType | undefined; orderBy?: Prisma.NpiProviderOrderByWithAggregationInput | Prisma.NpiProviderOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByPatient.schema.d.ts b/packages/db/shared/schemas/groupByPatient.schema.d.ts index 6acdb26c..d3b06ba7 100644 --- a/packages/db/shared/schemas/groupByPatient.schema.d.ts +++ b/packages/db/shared/schemas/groupByPatient.schema.d.ts @@ -14,7 +14,7 @@ export declare const PatientGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[]; + by: ("status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[]; where?: Prisma.PatientWhereInput | undefined; _count?: true | Prisma.PatientCountAggregateInputType | undefined; orderBy?: Prisma.PatientOrderByWithAggregationInput | Prisma.PatientOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const PatientGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.PatientSumAggregateInputType | undefined; having?: Prisma.PatientScalarWhereWithAggregatesInput | undefined; }, { - by: ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[]; + by: ("status" | "id" | "createdAt" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[]; where?: Prisma.PatientWhereInput | undefined; _count?: true | Prisma.PatientCountAggregateInputType | undefined; orderBy?: Prisma.PatientOrderByWithAggregationInput | Prisma.PatientOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByPatientDocument.schema.d.ts b/packages/db/shared/schemas/groupByPatientDocument.schema.d.ts index 0467ae47..20df289a 100644 --- a/packages/db/shared/schemas/groupByPatientDocument.schema.d.ts +++ b/packages/db/shared/schemas/groupByPatientDocument.schema.d.ts @@ -14,7 +14,7 @@ export declare const PatientDocumentGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[]; + by: ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[]; where?: Prisma.PatientDocumentWhereInput | undefined; _count?: true | Prisma.PatientDocumentCountAggregateInputType | undefined; orderBy?: Prisma.PatientDocumentOrderByWithAggregationInput | Prisma.PatientDocumentOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const PatientDocumentGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.PatientDocumentSumAggregateInputType | undefined; having?: Prisma.PatientDocumentScalarWhereWithAggregatesInput | undefined; }, { - by: ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[]; + by: ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[]; where?: Prisma.PatientDocumentWhereInput | undefined; _count?: true | Prisma.PatientDocumentCountAggregateInputType | undefined; orderBy?: Prisma.PatientDocumentOrderByWithAggregationInput | Prisma.PatientDocumentOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByPayment.schema.d.ts b/packages/db/shared/schemas/groupByPayment.schema.d.ts index fd9e03f8..02b54caa 100644 --- a/packages/db/shared/schemas/groupByPayment.schema.d.ts +++ b/packages/db/shared/schemas/groupByPayment.schema.d.ts @@ -14,7 +14,7 @@ export declare const PaymentGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[]; + by: ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[]; where?: Prisma.PaymentWhereInput | undefined; _count?: true | Prisma.PaymentCountAggregateInputType | undefined; orderBy?: Prisma.PaymentOrderByWithAggregationInput | Prisma.PaymentOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const PaymentGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.PaymentSumAggregateInputType | undefined; having?: Prisma.PaymentScalarWhereWithAggregatesInput | undefined; }, { - by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[]; + by: ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[]; where?: Prisma.PaymentWhereInput | undefined; _count?: true | Prisma.PaymentCountAggregateInputType | undefined; orderBy?: Prisma.PaymentOrderByWithAggregationInput | Prisma.PaymentOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByPdfFile.schema.d.ts b/packages/db/shared/schemas/groupByPdfFile.schema.d.ts index c1b987ab..7419432d 100644 --- a/packages/db/shared/schemas/groupByPdfFile.schema.d.ts +++ b/packages/db/shared/schemas/groupByPdfFile.schema.d.ts @@ -14,7 +14,7 @@ export declare const PdfFileGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[]; + by: ("filename" | "pdfData" | "uploadedAt" | "id" | "groupId")[]; where?: Prisma.PdfFileWhereInput | undefined; _count?: true | Prisma.PdfFileCountAggregateInputType | undefined; orderBy?: Prisma.PdfFileOrderByWithAggregationInput | Prisma.PdfFileOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const PdfFileGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.PdfFileSumAggregateInputType | undefined; having?: Prisma.PdfFileScalarWhereWithAggregatesInput | undefined; }, { - by: ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[]; + by: ("filename" | "pdfData" | "uploadedAt" | "id" | "groupId")[]; where?: Prisma.PdfFileWhereInput | undefined; _count?: true | Prisma.PdfFileCountAggregateInputType | undefined; orderBy?: Prisma.PdfFileOrderByWithAggregationInput | Prisma.PdfFileOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByPdfGroup.schema.d.ts b/packages/db/shared/schemas/groupByPdfGroup.schema.d.ts index a38dd0be..b7166603 100644 --- a/packages/db/shared/schemas/groupByPdfGroup.schema.d.ts +++ b/packages/db/shared/schemas/groupByPdfGroup.schema.d.ts @@ -14,7 +14,7 @@ export declare const PdfGroupGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("createdAt" | "id" | "title" | "titleKey" | "patientId")[]; + by: ("id" | "title" | "titleKey" | "createdAt" | "patientId")[]; where?: Prisma.PdfGroupWhereInput | undefined; _count?: true | Prisma.PdfGroupCountAggregateInputType | undefined; orderBy?: Prisma.PdfGroupOrderByWithAggregationInput | Prisma.PdfGroupOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const PdfGroupGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.PdfGroupSumAggregateInputType | undefined; having?: Prisma.PdfGroupScalarWhereWithAggregatesInput | undefined; }, { - by: ("createdAt" | "id" | "title" | "titleKey" | "patientId")[]; + by: ("id" | "title" | "titleKey" | "createdAt" | "patientId")[]; where?: Prisma.PdfGroupWhereInput | undefined; _count?: true | Prisma.PdfGroupCountAggregateInputType | undefined; orderBy?: Prisma.PdfGroupOrderByWithAggregationInput | Prisma.PdfGroupOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByServiceLineTransaction.schema.d.ts b/packages/db/shared/schemas/groupByServiceLineTransaction.schema.d.ts index 5c0b996d..2d908e2d 100644 --- a/packages/db/shared/schemas/groupByServiceLineTransaction.schema.d.ts +++ b/packages/db/shared/schemas/groupByServiceLineTransaction.schema.d.ts @@ -14,7 +14,7 @@ export declare const ServiceLineTransactionGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[]; + by: ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[]; where?: Prisma.ServiceLineTransactionWhereInput | undefined; _count?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined; orderBy?: Prisma.ServiceLineTransactionOrderByWithAggregationInput | Prisma.ServiceLineTransactionOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const ServiceLineTransactionGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.ServiceLineTransactionSumAggregateInputType | undefined; having?: Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput | undefined; }, { - by: ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[]; + by: ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[]; where?: Prisma.ServiceLineTransactionWhereInput | undefined; _count?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined; orderBy?: Prisma.ServiceLineTransactionOrderByWithAggregationInput | Prisma.ServiceLineTransactionOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/groupByStaff.schema.d.ts b/packages/db/shared/schemas/groupByStaff.schema.d.ts index 234563df..c29d22ca 100644 --- a/packages/db/shared/schemas/groupByStaff.schema.d.ts +++ b/packages/db/shared/schemas/groupByStaff.schema.d.ts @@ -14,7 +14,7 @@ export declare const StaffGroupByZodSchema: z.ZodObject<{ _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { - by: ("createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone")[]; + by: ("id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone")[]; where?: Prisma.StaffWhereInput | undefined; _count?: true | Prisma.StaffCountAggregateInputType | undefined; orderBy?: Prisma.StaffOrderByWithAggregationInput | Prisma.StaffOrderByWithAggregationInput[] | undefined; @@ -26,7 +26,7 @@ export declare const StaffGroupByZodSchema: z.ZodObject<{ _sum?: Prisma.StaffSumAggregateInputType | undefined; having?: Prisma.StaffScalarWhereWithAggregatesInput | undefined; }, { - by: ("createdAt" | "id" | "userId" | "name" | "email" | "role" | "phone")[]; + by: ("id" | "createdAt" | "userId" | "name" | "email" | "role" | "phone")[]; where?: Prisma.StaffWhereInput | undefined; _count?: true | Prisma.StaffCountAggregateInputType | undefined; orderBy?: Prisma.StaffOrderByWithAggregationInput | Prisma.StaffOrderByWithAggregationInput[] | undefined; diff --git a/packages/db/shared/schemas/index.ts b/packages/db/shared/schemas/index.ts index b448639f..cca488ae 100644 --- a/packages/db/shared/schemas/index.ts +++ b/packages/db/shared/schemas/index.ts @@ -2,6 +2,7 @@ export * from './enums/TransactionIsolationLevel.schema' export * from './enums/UserScalarFieldEnum.schema' export * from './enums/PatientScalarFieldEnum.schema' export * from './enums/AppointmentScalarFieldEnum.schema' +export * from './enums/AppointmentFileScalarFieldEnum.schema' export * from './enums/StaffScalarFieldEnum.schema' export * from './enums/NpiProviderScalarFieldEnum.schema' export * from './enums/AppointmentProcedureScalarFieldEnum.schema' @@ -90,6 +91,23 @@ export * from './updateManyAndReturnAppointment.schema' export * from './upsertOneAppointment.schema' export * from './aggregateAppointment.schema' export * from './groupByAppointment.schema' +export * from './findUniqueAppointmentFile.schema' +export * from './findUniqueOrThrowAppointmentFile.schema' +export * from './findFirstAppointmentFile.schema' +export * from './findFirstOrThrowAppointmentFile.schema' +export * from './findManyAppointmentFile.schema' +export * from './countAppointmentFile.schema' +export * from './createOneAppointmentFile.schema' +export * from './createManyAppointmentFile.schema' +export * from './createManyAndReturnAppointmentFile.schema' +export * from './deleteOneAppointmentFile.schema' +export * from './deleteManyAppointmentFile.schema' +export * from './updateOneAppointmentFile.schema' +export * from './updateManyAppointmentFile.schema' +export * from './updateManyAndReturnAppointmentFile.schema' +export * from './upsertOneAppointmentFile.schema' +export * from './aggregateAppointmentFile.schema' +export * from './groupByAppointmentFile.schema' export * from './findUniqueStaff.schema' export * from './findUniqueOrThrowStaff.schema' export * from './findFirstStaff.schema' @@ -469,6 +487,19 @@ export * from './results/AppointmentDeleteManyResult.schema' export * from './results/AppointmentAggregateResult.schema' export * from './results/AppointmentGroupByResult.schema' export * from './results/AppointmentCountResult.schema' +export * from './results/AppointmentFileFindUniqueResult.schema' +export * from './results/AppointmentFileFindFirstResult.schema' +export * from './results/AppointmentFileFindManyResult.schema' +export * from './results/AppointmentFileCreateResult.schema' +export * from './results/AppointmentFileCreateManyResult.schema' +export * from './results/AppointmentFileUpdateResult.schema' +export * from './results/AppointmentFileUpdateManyResult.schema' +export * from './results/AppointmentFileUpsertResult.schema' +export * from './results/AppointmentFileDeleteResult.schema' +export * from './results/AppointmentFileDeleteManyResult.schema' +export * from './results/AppointmentFileAggregateResult.schema' +export * from './results/AppointmentFileGroupByResult.schema' +export * from './results/AppointmentFileCountResult.schema' export * from './results/StaffFindUniqueResult.schema' export * from './results/StaffFindFirstResult.schema' export * from './results/StaffFindManyResult.schema' @@ -734,6 +765,7 @@ export * from './objects/index' export * from './variants/pure/User.pure' export * from './variants/pure/Patient.pure' export * from './variants/pure/Appointment.pure' +export * from './variants/pure/AppointmentFile.pure' export * from './variants/pure/Staff.pure' export * from './variants/pure/NpiProvider.pure' export * from './variants/pure/AppointmentProcedure.pure' @@ -758,6 +790,7 @@ export * from './variants/pure/index' export * from './variants/input/User.input' export * from './variants/input/Patient.input' export * from './variants/input/Appointment.input' +export * from './variants/input/AppointmentFile.input' export * from './variants/input/Staff.input' export * from './variants/input/NpiProvider.input' export * from './variants/input/AppointmentProcedure.input' @@ -782,6 +815,7 @@ export * from './variants/input/index' export * from './variants/result/User.result' export * from './variants/result/Patient.result' export * from './variants/result/Appointment.result' +export * from './variants/result/AppointmentFile.result' export * from './variants/result/Staff.result' export * from './variants/result/NpiProvider.result' export * from './variants/result/AppointmentProcedure.result' diff --git a/packages/db/shared/schemas/objects/AppointmentCountOutputTypeCountFilesArgs.schema.ts b/packages/db/shared/schemas/objects/AppointmentCountOutputTypeCountFilesArgs.schema.ts new file mode 100644 index 00000000..9af6c4e3 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentCountOutputTypeCountFilesArgs.schema.ts @@ -0,0 +1,9 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './AppointmentFileWhereInput.schema' + +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentFileWhereInputObjectSchema).optional() +}).strict(); +export const AppointmentCountOutputTypeCountFilesArgsObjectSchema = makeSchema(); +export const AppointmentCountOutputTypeCountFilesArgsObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentCountOutputTypeSelect.schema.ts b/packages/db/shared/schemas/objects/AppointmentCountOutputTypeSelect.schema.ts index f9fd2c65..dd6ec4af 100644 --- a/packages/db/shared/schemas/objects/AppointmentCountOutputTypeSelect.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentCountOutputTypeSelect.schema.ts @@ -1,11 +1,13 @@ import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { AppointmentCountOutputTypeCountProceduresArgsObjectSchema as AppointmentCountOutputTypeCountProceduresArgsObjectSchema } from './AppointmentCountOutputTypeCountProceduresArgs.schema'; -import { AppointmentCountOutputTypeCountClaimsArgsObjectSchema as AppointmentCountOutputTypeCountClaimsArgsObjectSchema } from './AppointmentCountOutputTypeCountClaimsArgs.schema' +import { AppointmentCountOutputTypeCountClaimsArgsObjectSchema as AppointmentCountOutputTypeCountClaimsArgsObjectSchema } from './AppointmentCountOutputTypeCountClaimsArgs.schema'; +import { AppointmentCountOutputTypeCountFilesArgsObjectSchema as AppointmentCountOutputTypeCountFilesArgsObjectSchema } from './AppointmentCountOutputTypeCountFilesArgs.schema' const makeSchema = () => z.object({ procedures: z.union([z.boolean(), z.lazy(() => AppointmentCountOutputTypeCountProceduresArgsObjectSchema)]).optional(), - claims: z.union([z.boolean(), z.lazy(() => AppointmentCountOutputTypeCountClaimsArgsObjectSchema)]).optional() + claims: z.union([z.boolean(), z.lazy(() => AppointmentCountOutputTypeCountClaimsArgsObjectSchema)]).optional(), + files: z.union([z.boolean(), z.lazy(() => AppointmentCountOutputTypeCountFilesArgsObjectSchema)]).optional() }).strict(); export const AppointmentCountOutputTypeSelectObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentCountOutputTypeSelectObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentCreateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentCreateInput.schema.ts index 6e28100d..29649a2d 100644 --- a/packages/db/shared/schemas/objects/AppointmentCreateInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentCreateInput.schema.ts @@ -5,7 +5,8 @@ import { PatientCreateNestedOneWithoutAppointmentsInputObjectSchema as PatientCr import { UserCreateNestedOneWithoutAppointmentsInputObjectSchema as UserCreateNestedOneWithoutAppointmentsInputObjectSchema } from './UserCreateNestedOneWithoutAppointmentsInput.schema'; import { StaffCreateNestedOneWithoutAppointmentsInputObjectSchema as StaffCreateNestedOneWithoutAppointmentsInputObjectSchema } from './StaffCreateNestedOneWithoutAppointmentsInput.schema'; import { AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema'; -import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema' +import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ title: z.string(), @@ -22,7 +23,8 @@ const makeSchema = () => z.object({ user: z.lazy(() => UserCreateNestedOneWithoutAppointmentsInputObjectSchema), staff: z.lazy(() => StaffCreateNestedOneWithoutAppointmentsInputObjectSchema).optional(), procedures: z.lazy(() => AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), - claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentCreateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentCreateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentCreateNestedOneWithoutFilesInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentCreateNestedOneWithoutFilesInput.schema.ts new file mode 100644 index 00000000..a742344f --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentCreateNestedOneWithoutFilesInput.schema.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentCreateWithoutFilesInputObjectSchema as AppointmentCreateWithoutFilesInputObjectSchema } from './AppointmentCreateWithoutFilesInput.schema'; +import { AppointmentUncheckedCreateWithoutFilesInputObjectSchema as AppointmentUncheckedCreateWithoutFilesInputObjectSchema } from './AppointmentUncheckedCreateWithoutFilesInput.schema'; +import { AppointmentCreateOrConnectWithoutFilesInputObjectSchema as AppointmentCreateOrConnectWithoutFilesInputObjectSchema } from './AppointmentCreateOrConnectWithoutFilesInput.schema'; +import { AppointmentWhereUniqueInputObjectSchema as AppointmentWhereUniqueInputObjectSchema } from './AppointmentWhereUniqueInput.schema' + +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => AppointmentCreateWithoutFilesInputObjectSchema), z.lazy(() => AppointmentUncheckedCreateWithoutFilesInputObjectSchema)]).optional(), + connectOrCreate: z.lazy(() => AppointmentCreateOrConnectWithoutFilesInputObjectSchema).optional(), + connect: z.lazy(() => AppointmentWhereUniqueInputObjectSchema).optional() +}).strict(); +export const AppointmentCreateNestedOneWithoutFilesInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentCreateNestedOneWithoutFilesInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentCreateOrConnectWithoutFilesInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentCreateOrConnectWithoutFilesInput.schema.ts new file mode 100644 index 00000000..d6ac83de --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentCreateOrConnectWithoutFilesInput.schema.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentWhereUniqueInputObjectSchema as AppointmentWhereUniqueInputObjectSchema } from './AppointmentWhereUniqueInput.schema'; +import { AppointmentCreateWithoutFilesInputObjectSchema as AppointmentCreateWithoutFilesInputObjectSchema } from './AppointmentCreateWithoutFilesInput.schema'; +import { AppointmentUncheckedCreateWithoutFilesInputObjectSchema as AppointmentUncheckedCreateWithoutFilesInputObjectSchema } from './AppointmentUncheckedCreateWithoutFilesInput.schema' + +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentWhereUniqueInputObjectSchema), + create: z.union([z.lazy(() => AppointmentCreateWithoutFilesInputObjectSchema), z.lazy(() => AppointmentUncheckedCreateWithoutFilesInputObjectSchema)]) +}).strict(); +export const AppointmentCreateOrConnectWithoutFilesInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentCreateOrConnectWithoutFilesInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentCreateWithoutClaimsInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentCreateWithoutClaimsInput.schema.ts index 2a1910f8..f1a354f6 100644 --- a/packages/db/shared/schemas/objects/AppointmentCreateWithoutClaimsInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentCreateWithoutClaimsInput.schema.ts @@ -4,7 +4,8 @@ import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { PatientCreateNestedOneWithoutAppointmentsInputObjectSchema as PatientCreateNestedOneWithoutAppointmentsInputObjectSchema } from './PatientCreateNestedOneWithoutAppointmentsInput.schema'; import { UserCreateNestedOneWithoutAppointmentsInputObjectSchema as UserCreateNestedOneWithoutAppointmentsInputObjectSchema } from './UserCreateNestedOneWithoutAppointmentsInput.schema'; import { StaffCreateNestedOneWithoutAppointmentsInputObjectSchema as StaffCreateNestedOneWithoutAppointmentsInputObjectSchema } from './StaffCreateNestedOneWithoutAppointmentsInput.schema'; -import { AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema' +import { AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ title: z.string(), @@ -20,7 +21,8 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientCreateNestedOneWithoutAppointmentsInputObjectSchema), user: z.lazy(() => UserCreateNestedOneWithoutAppointmentsInputObjectSchema), staff: z.lazy(() => StaffCreateNestedOneWithoutAppointmentsInputObjectSchema).optional(), - procedures: z.lazy(() => AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + procedures: z.lazy(() => AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentCreateWithoutClaimsInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentCreateWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentCreateWithoutFilesInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentCreateWithoutFilesInput.schema.ts new file mode 100644 index 00000000..06bfa5a5 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentCreateWithoutFilesInput.schema.ts @@ -0,0 +1,28 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { PatientStatusSchema } from '../enums/PatientStatus.schema'; +import { PatientCreateNestedOneWithoutAppointmentsInputObjectSchema as PatientCreateNestedOneWithoutAppointmentsInputObjectSchema } from './PatientCreateNestedOneWithoutAppointmentsInput.schema'; +import { UserCreateNestedOneWithoutAppointmentsInputObjectSchema as UserCreateNestedOneWithoutAppointmentsInputObjectSchema } from './UserCreateNestedOneWithoutAppointmentsInput.schema'; +import { StaffCreateNestedOneWithoutAppointmentsInputObjectSchema as StaffCreateNestedOneWithoutAppointmentsInputObjectSchema } from './StaffCreateNestedOneWithoutAppointmentsInput.schema'; +import { AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema'; +import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema' + +const makeSchema = () => z.object({ + title: z.string(), + date: z.coerce.date(), + startTime: z.string(), + endTime: z.string(), + type: z.string(), + notes: z.string().optional().nullable(), + procedureCodeNotes: z.string().optional().nullable(), + status: z.string().optional(), + createdAt: z.coerce.date().optional(), + eligibilityStatus: PatientStatusSchema.optional(), + patient: z.lazy(() => PatientCreateNestedOneWithoutAppointmentsInputObjectSchema), + user: z.lazy(() => UserCreateNestedOneWithoutAppointmentsInputObjectSchema), + staff: z.lazy(() => StaffCreateNestedOneWithoutAppointmentsInputObjectSchema).optional(), + procedures: z.lazy(() => AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional() +}).strict(); +export const AppointmentCreateWithoutFilesInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentCreateWithoutFilesInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentCreateWithoutPatientInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentCreateWithoutPatientInput.schema.ts index 0d0644ab..f52ead78 100644 --- a/packages/db/shared/schemas/objects/AppointmentCreateWithoutPatientInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentCreateWithoutPatientInput.schema.ts @@ -4,7 +4,8 @@ import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { UserCreateNestedOneWithoutAppointmentsInputObjectSchema as UserCreateNestedOneWithoutAppointmentsInputObjectSchema } from './UserCreateNestedOneWithoutAppointmentsInput.schema'; import { StaffCreateNestedOneWithoutAppointmentsInputObjectSchema as StaffCreateNestedOneWithoutAppointmentsInputObjectSchema } from './StaffCreateNestedOneWithoutAppointmentsInput.schema'; import { AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema'; -import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema' +import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ title: z.string(), @@ -20,7 +21,8 @@ const makeSchema = () => z.object({ user: z.lazy(() => UserCreateNestedOneWithoutAppointmentsInputObjectSchema), staff: z.lazy(() => StaffCreateNestedOneWithoutAppointmentsInputObjectSchema).optional(), procedures: z.lazy(() => AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), - claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentCreateWithoutPatientInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentCreateWithoutPatientInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentCreateWithoutProceduresInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentCreateWithoutProceduresInput.schema.ts index 8708a760..0645cbba 100644 --- a/packages/db/shared/schemas/objects/AppointmentCreateWithoutProceduresInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentCreateWithoutProceduresInput.schema.ts @@ -4,7 +4,8 @@ import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { PatientCreateNestedOneWithoutAppointmentsInputObjectSchema as PatientCreateNestedOneWithoutAppointmentsInputObjectSchema } from './PatientCreateNestedOneWithoutAppointmentsInput.schema'; import { UserCreateNestedOneWithoutAppointmentsInputObjectSchema as UserCreateNestedOneWithoutAppointmentsInputObjectSchema } from './UserCreateNestedOneWithoutAppointmentsInput.schema'; import { StaffCreateNestedOneWithoutAppointmentsInputObjectSchema as StaffCreateNestedOneWithoutAppointmentsInputObjectSchema } from './StaffCreateNestedOneWithoutAppointmentsInput.schema'; -import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema' +import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ title: z.string(), @@ -20,7 +21,8 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientCreateNestedOneWithoutAppointmentsInputObjectSchema), user: z.lazy(() => UserCreateNestedOneWithoutAppointmentsInputObjectSchema), staff: z.lazy(() => StaffCreateNestedOneWithoutAppointmentsInputObjectSchema).optional(), - claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentCreateWithoutProceduresInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentCreateWithoutProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentCreateWithoutStaffInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentCreateWithoutStaffInput.schema.ts index 2e82d6a6..9a94744d 100644 --- a/packages/db/shared/schemas/objects/AppointmentCreateWithoutStaffInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentCreateWithoutStaffInput.schema.ts @@ -4,7 +4,8 @@ import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { PatientCreateNestedOneWithoutAppointmentsInputObjectSchema as PatientCreateNestedOneWithoutAppointmentsInputObjectSchema } from './PatientCreateNestedOneWithoutAppointmentsInput.schema'; import { UserCreateNestedOneWithoutAppointmentsInputObjectSchema as UserCreateNestedOneWithoutAppointmentsInputObjectSchema } from './UserCreateNestedOneWithoutAppointmentsInput.schema'; import { AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema'; -import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema' +import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ title: z.string(), @@ -20,7 +21,8 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientCreateNestedOneWithoutAppointmentsInputObjectSchema), user: z.lazy(() => UserCreateNestedOneWithoutAppointmentsInputObjectSchema), procedures: z.lazy(() => AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), - claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentCreateWithoutStaffInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentCreateWithoutStaffInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentCreateWithoutUserInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentCreateWithoutUserInput.schema.ts index cfdcc35b..a517377a 100644 --- a/packages/db/shared/schemas/objects/AppointmentCreateWithoutUserInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentCreateWithoutUserInput.schema.ts @@ -4,7 +4,8 @@ import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { PatientCreateNestedOneWithoutAppointmentsInputObjectSchema as PatientCreateNestedOneWithoutAppointmentsInputObjectSchema } from './PatientCreateNestedOneWithoutAppointmentsInput.schema'; import { StaffCreateNestedOneWithoutAppointmentsInputObjectSchema as StaffCreateNestedOneWithoutAppointmentsInputObjectSchema } from './StaffCreateNestedOneWithoutAppointmentsInput.schema'; import { AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema'; -import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema' +import { ClaimCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ title: z.string(), @@ -20,7 +21,8 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientCreateNestedOneWithoutAppointmentsInputObjectSchema), staff: z.lazy(() => StaffCreateNestedOneWithoutAppointmentsInputObjectSchema).optional(), procedures: z.lazy(() => AppointmentProcedureCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), - claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + claims: z.lazy(() => ClaimCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentCreateWithoutUserInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentCreateWithoutUserInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileArgs.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileArgs.schema.ts new file mode 100644 index 00000000..c583f265 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileArgs.schema.ts @@ -0,0 +1,11 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileSelectObjectSchema as AppointmentFileSelectObjectSchema } from './AppointmentFileSelect.schema'; +import { AppointmentFileIncludeObjectSchema as AppointmentFileIncludeObjectSchema } from './AppointmentFileInclude.schema' + +const makeSchema = () => z.object({ + select: z.lazy(() => AppointmentFileSelectObjectSchema).optional(), + include: z.lazy(() => AppointmentFileIncludeObjectSchema).optional() +}).strict(); +export const AppointmentFileArgsObjectSchema = makeSchema(); +export const AppointmentFileArgsObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileAvgAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileAvgAggregateInput.schema.ts new file mode 100644 index 00000000..cfa59bf8 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileAvgAggregateInput.schema.ts @@ -0,0 +1,10 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + id: z.literal(true).optional(), + appointmentId: z.literal(true).optional() +}).strict(); +export const AppointmentFileAvgAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileAvgAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileAvgOrderByAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileAvgOrderByAggregateInput.schema.ts new file mode 100644 index 00000000..8c869324 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileAvgOrderByAggregateInput.schema.ts @@ -0,0 +1,10 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { SortOrderSchema } from '../enums/SortOrder.schema' + +const makeSchema = () => z.object({ + id: SortOrderSchema.optional(), + appointmentId: SortOrderSchema.optional() +}).strict(); +export const AppointmentFileAvgOrderByAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileAvgOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileCountAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileCountAggregateInput.schema.ts new file mode 100644 index 00000000..fc35c6a5 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileCountAggregateInput.schema.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + id: z.literal(true).optional(), + appointmentId: z.literal(true).optional(), + filename: z.literal(true).optional(), + mimeType: z.literal(true).optional(), + filePath: z.literal(true).optional(), + _all: z.literal(true).optional() +}).strict(); +export const AppointmentFileCountAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileCountAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileCountOrderByAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileCountOrderByAggregateInput.schema.ts new file mode 100644 index 00000000..77b423db --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileCountOrderByAggregateInput.schema.ts @@ -0,0 +1,13 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { SortOrderSchema } from '../enums/SortOrder.schema' + +const makeSchema = () => z.object({ + id: SortOrderSchema.optional(), + appointmentId: SortOrderSchema.optional(), + filename: SortOrderSchema.optional(), + mimeType: SortOrderSchema.optional(), + filePath: SortOrderSchema.optional() +}).strict(); +export const AppointmentFileCountOrderByAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileCountOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileCreateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileCreateInput.schema.ts new file mode 100644 index 00000000..41111a70 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileCreateInput.schema.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentCreateNestedOneWithoutFilesInputObjectSchema as AppointmentCreateNestedOneWithoutFilesInputObjectSchema } from './AppointmentCreateNestedOneWithoutFilesInput.schema' + +const makeSchema = () => z.object({ + filename: z.string(), + mimeType: z.string().optional().nullable(), + filePath: z.string().optional().nullable(), + appointment: z.lazy(() => AppointmentCreateNestedOneWithoutFilesInputObjectSchema) +}).strict(); +export const AppointmentFileCreateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileCreateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileCreateManyAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileCreateManyAppointmentInput.schema.ts new file mode 100644 index 00000000..8a75f06c --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileCreateManyAppointmentInput.schema.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + id: z.number().int().optional(), + filename: z.string(), + mimeType: z.string().optional().nullable(), + filePath: z.string().optional().nullable() +}).strict(); +export const AppointmentFileCreateManyAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileCreateManyAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileCreateManyAppointmentInputEnvelope.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileCreateManyAppointmentInputEnvelope.schema.ts new file mode 100644 index 00000000..edf5a59e --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileCreateManyAppointmentInputEnvelope.schema.ts @@ -0,0 +1,10 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileCreateManyAppointmentInputObjectSchema as AppointmentFileCreateManyAppointmentInputObjectSchema } from './AppointmentFileCreateManyAppointmentInput.schema' + +const makeSchema = () => z.object({ + data: z.union([z.lazy(() => AppointmentFileCreateManyAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateManyAppointmentInputObjectSchema).array()]), + skipDuplicates: z.boolean().optional() +}).strict(); +export const AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileCreateManyAppointmentInputEnvelopeObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileCreateManyInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileCreateManyInput.schema.ts new file mode 100644 index 00000000..6008b316 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileCreateManyInput.schema.ts @@ -0,0 +1,13 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + id: z.number().int().optional(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().optional().nullable(), + filePath: z.string().optional().nullable() +}).strict(); +export const AppointmentFileCreateManyInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileCreateManyInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileCreateNestedManyWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileCreateNestedManyWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..78c0c61b --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileCreateNestedManyWithoutAppointmentInput.schema.ts @@ -0,0 +1,16 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileCreateWithoutAppointmentInputObjectSchema as AppointmentFileCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateWithoutAppointmentInput.schema'; +import { AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema as AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateOrConnectWithoutAppointmentInput.schema'; +import { AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema as AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema } from './AppointmentFileCreateManyAppointmentInputEnvelope.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './AppointmentFileWhereUniqueInput.schema' + +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => AppointmentFileCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateWithoutAppointmentInputObjectSchema).array(), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema).optional(), + connect: z.union([z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema).array()]).optional() +}).strict(); +export const AppointmentFileCreateNestedManyWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileCreateNestedManyWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileCreateOrConnectWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileCreateOrConnectWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..d867b1ca --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileCreateOrConnectWithoutAppointmentInput.schema.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileCreateWithoutAppointmentInputObjectSchema as AppointmentFileCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateWithoutAppointmentInput.schema' + +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), + create: z.union([z.lazy(() => AppointmentFileCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema)]) +}).strict(); +export const AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileCreateOrConnectWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileCreateWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileCreateWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..6d1766ca --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileCreateWithoutAppointmentInput.schema.ts @@ -0,0 +1,11 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + filename: z.string(), + mimeType: z.string().optional().nullable(), + filePath: z.string().optional().nullable() +}).strict(); +export const AppointmentFileCreateWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileCreateWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileInclude.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileInclude.schema.ts new file mode 100644 index 00000000..99ef3740 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileInclude.schema.ts @@ -0,0 +1,9 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentArgsObjectSchema as AppointmentArgsObjectSchema } from './AppointmentArgs.schema' + +const makeSchema = () => z.object({ + appointment: z.union([z.boolean(), z.lazy(() => AppointmentArgsObjectSchema)]).optional() +}).strict(); +export const AppointmentFileIncludeObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileIncludeObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileListRelationFilter.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileListRelationFilter.schema.ts new file mode 100644 index 00000000..662a9cd2 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileListRelationFilter.schema.ts @@ -0,0 +1,11 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './AppointmentFileWhereInput.schema' + +const makeSchema = () => z.object({ + every: z.lazy(() => AppointmentFileWhereInputObjectSchema).optional(), + some: z.lazy(() => AppointmentFileWhereInputObjectSchema).optional(), + none: z.lazy(() => AppointmentFileWhereInputObjectSchema).optional() +}).strict(); +export const AppointmentFileListRelationFilterObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileListRelationFilterObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileMaxAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileMaxAggregateInput.schema.ts new file mode 100644 index 00000000..6fc708b9 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileMaxAggregateInput.schema.ts @@ -0,0 +1,13 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + id: z.literal(true).optional(), + appointmentId: z.literal(true).optional(), + filename: z.literal(true).optional(), + mimeType: z.literal(true).optional(), + filePath: z.literal(true).optional() +}).strict(); +export const AppointmentFileMaxAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileMaxAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileMaxOrderByAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileMaxOrderByAggregateInput.schema.ts new file mode 100644 index 00000000..f01c783b --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileMaxOrderByAggregateInput.schema.ts @@ -0,0 +1,13 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { SortOrderSchema } from '../enums/SortOrder.schema' + +const makeSchema = () => z.object({ + id: SortOrderSchema.optional(), + appointmentId: SortOrderSchema.optional(), + filename: SortOrderSchema.optional(), + mimeType: SortOrderSchema.optional(), + filePath: SortOrderSchema.optional() +}).strict(); +export const AppointmentFileMaxOrderByAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileMaxOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileMinAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileMinAggregateInput.schema.ts new file mode 100644 index 00000000..0c1c3b68 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileMinAggregateInput.schema.ts @@ -0,0 +1,13 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + id: z.literal(true).optional(), + appointmentId: z.literal(true).optional(), + filename: z.literal(true).optional(), + mimeType: z.literal(true).optional(), + filePath: z.literal(true).optional() +}).strict(); +export const AppointmentFileMinAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileMinAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileMinOrderByAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileMinOrderByAggregateInput.schema.ts new file mode 100644 index 00000000..47ba81d0 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileMinOrderByAggregateInput.schema.ts @@ -0,0 +1,13 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { SortOrderSchema } from '../enums/SortOrder.schema' + +const makeSchema = () => z.object({ + id: SortOrderSchema.optional(), + appointmentId: SortOrderSchema.optional(), + filename: SortOrderSchema.optional(), + mimeType: SortOrderSchema.optional(), + filePath: SortOrderSchema.optional() +}).strict(); +export const AppointmentFileMinOrderByAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileMinOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileOrderByRelationAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileOrderByRelationAggregateInput.schema.ts new file mode 100644 index 00000000..dab67eac --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileOrderByRelationAggregateInput.schema.ts @@ -0,0 +1,9 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { SortOrderSchema } from '../enums/SortOrder.schema' + +const makeSchema = () => z.object({ + _count: SortOrderSchema.optional() +}).strict(); +export const AppointmentFileOrderByRelationAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileOrderByRelationAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileOrderByWithAggregationInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileOrderByWithAggregationInput.schema.ts new file mode 100644 index 00000000..aa16d808 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileOrderByWithAggregationInput.schema.ts @@ -0,0 +1,24 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { SortOrderSchema } from '../enums/SortOrder.schema'; +import { SortOrderInputObjectSchema as SortOrderInputObjectSchema } from './SortOrderInput.schema'; +import { AppointmentFileCountOrderByAggregateInputObjectSchema as AppointmentFileCountOrderByAggregateInputObjectSchema } from './AppointmentFileCountOrderByAggregateInput.schema'; +import { AppointmentFileAvgOrderByAggregateInputObjectSchema as AppointmentFileAvgOrderByAggregateInputObjectSchema } from './AppointmentFileAvgOrderByAggregateInput.schema'; +import { AppointmentFileMaxOrderByAggregateInputObjectSchema as AppointmentFileMaxOrderByAggregateInputObjectSchema } from './AppointmentFileMaxOrderByAggregateInput.schema'; +import { AppointmentFileMinOrderByAggregateInputObjectSchema as AppointmentFileMinOrderByAggregateInputObjectSchema } from './AppointmentFileMinOrderByAggregateInput.schema'; +import { AppointmentFileSumOrderByAggregateInputObjectSchema as AppointmentFileSumOrderByAggregateInputObjectSchema } from './AppointmentFileSumOrderByAggregateInput.schema' + +const makeSchema = () => z.object({ + id: SortOrderSchema.optional(), + appointmentId: SortOrderSchema.optional(), + filename: SortOrderSchema.optional(), + mimeType: z.union([SortOrderSchema, z.lazy(() => SortOrderInputObjectSchema)]).optional(), + filePath: z.union([SortOrderSchema, z.lazy(() => SortOrderInputObjectSchema)]).optional(), + _count: z.lazy(() => AppointmentFileCountOrderByAggregateInputObjectSchema).optional(), + _avg: z.lazy(() => AppointmentFileAvgOrderByAggregateInputObjectSchema).optional(), + _max: z.lazy(() => AppointmentFileMaxOrderByAggregateInputObjectSchema).optional(), + _min: z.lazy(() => AppointmentFileMinOrderByAggregateInputObjectSchema).optional(), + _sum: z.lazy(() => AppointmentFileSumOrderByAggregateInputObjectSchema).optional() +}).strict(); +export const AppointmentFileOrderByWithAggregationInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileOrderByWithAggregationInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileOrderByWithRelationInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileOrderByWithRelationInput.schema.ts new file mode 100644 index 00000000..18c72f2d --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileOrderByWithRelationInput.schema.ts @@ -0,0 +1,16 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { SortOrderSchema } from '../enums/SortOrder.schema'; +import { SortOrderInputObjectSchema as SortOrderInputObjectSchema } from './SortOrderInput.schema'; +import { AppointmentOrderByWithRelationInputObjectSchema as AppointmentOrderByWithRelationInputObjectSchema } from './AppointmentOrderByWithRelationInput.schema' + +const makeSchema = () => z.object({ + id: SortOrderSchema.optional(), + appointmentId: SortOrderSchema.optional(), + filename: SortOrderSchema.optional(), + mimeType: z.union([SortOrderSchema, z.lazy(() => SortOrderInputObjectSchema)]).optional(), + filePath: z.union([SortOrderSchema, z.lazy(() => SortOrderInputObjectSchema)]).optional(), + appointment: z.lazy(() => AppointmentOrderByWithRelationInputObjectSchema).optional() +}).strict(); +export const AppointmentFileOrderByWithRelationInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileOrderByWithRelationInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileScalarWhereInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileScalarWhereInput.schema.ts new file mode 100644 index 00000000..9b79e4b0 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileScalarWhereInput.schema.ts @@ -0,0 +1,18 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { IntFilterObjectSchema as IntFilterObjectSchema } from './IntFilter.schema'; +import { StringFilterObjectSchema as StringFilterObjectSchema } from './StringFilter.schema'; +import { StringNullableFilterObjectSchema as StringNullableFilterObjectSchema } from './StringNullableFilter.schema' + +const appointmentfilescalarwhereinputSchema = z.object({ + AND: z.union([z.lazy(() => AppointmentFileScalarWhereInputObjectSchema), z.lazy(() => AppointmentFileScalarWhereInputObjectSchema).array()]).optional(), + OR: z.lazy(() => AppointmentFileScalarWhereInputObjectSchema).array().optional(), + NOT: z.union([z.lazy(() => AppointmentFileScalarWhereInputObjectSchema), z.lazy(() => AppointmentFileScalarWhereInputObjectSchema).array()]).optional(), + id: z.union([z.lazy(() => IntFilterObjectSchema), z.number().int()]).optional(), + appointmentId: z.union([z.lazy(() => IntFilterObjectSchema), z.number().int()]).optional(), + filename: z.union([z.lazy(() => StringFilterObjectSchema), z.string()]).optional(), + mimeType: z.union([z.lazy(() => StringNullableFilterObjectSchema), z.string()]).optional().nullable(), + filePath: z.union([z.lazy(() => StringNullableFilterObjectSchema), z.string()]).optional().nullable() +}).strict(); +export const AppointmentFileScalarWhereInputObjectSchema: z.ZodType = appointmentfilescalarwhereinputSchema as unknown as z.ZodType; +export const AppointmentFileScalarWhereInputObjectZodSchema = appointmentfilescalarwhereinputSchema; diff --git a/packages/db/shared/schemas/objects/AppointmentFileScalarWhereWithAggregatesInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileScalarWhereWithAggregatesInput.schema.ts new file mode 100644 index 00000000..82356cca --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileScalarWhereWithAggregatesInput.schema.ts @@ -0,0 +1,18 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { IntWithAggregatesFilterObjectSchema as IntWithAggregatesFilterObjectSchema } from './IntWithAggregatesFilter.schema'; +import { StringWithAggregatesFilterObjectSchema as StringWithAggregatesFilterObjectSchema } from './StringWithAggregatesFilter.schema'; +import { StringNullableWithAggregatesFilterObjectSchema as StringNullableWithAggregatesFilterObjectSchema } from './StringNullableWithAggregatesFilter.schema' + +const appointmentfilescalarwherewithaggregatesinputSchema = z.object({ + AND: z.union([z.lazy(() => AppointmentFileScalarWhereWithAggregatesInputObjectSchema), z.lazy(() => AppointmentFileScalarWhereWithAggregatesInputObjectSchema).array()]).optional(), + OR: z.lazy(() => AppointmentFileScalarWhereWithAggregatesInputObjectSchema).array().optional(), + NOT: z.union([z.lazy(() => AppointmentFileScalarWhereWithAggregatesInputObjectSchema), z.lazy(() => AppointmentFileScalarWhereWithAggregatesInputObjectSchema).array()]).optional(), + id: z.union([z.lazy(() => IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(), + appointmentId: z.union([z.lazy(() => IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(), + filename: z.union([z.lazy(() => StringWithAggregatesFilterObjectSchema), z.string()]).optional(), + mimeType: z.union([z.lazy(() => StringNullableWithAggregatesFilterObjectSchema), z.string()]).optional().nullable(), + filePath: z.union([z.lazy(() => StringNullableWithAggregatesFilterObjectSchema), z.string()]).optional().nullable() +}).strict(); +export const AppointmentFileScalarWhereWithAggregatesInputObjectSchema: z.ZodType = appointmentfilescalarwherewithaggregatesinputSchema as unknown as z.ZodType; +export const AppointmentFileScalarWhereWithAggregatesInputObjectZodSchema = appointmentfilescalarwherewithaggregatesinputSchema; diff --git a/packages/db/shared/schemas/objects/AppointmentFileSelect.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileSelect.schema.ts new file mode 100644 index 00000000..0d893f1c --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileSelect.schema.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentArgsObjectSchema as AppointmentArgsObjectSchema } from './AppointmentArgs.schema' + +const makeSchema = () => z.object({ + id: z.boolean().optional(), + appointmentId: z.boolean().optional(), + filename: z.boolean().optional(), + mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), + appointment: z.union([z.boolean(), z.lazy(() => AppointmentArgsObjectSchema)]).optional() +}).strict(); +export const AppointmentFileSelectObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileSelectObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileSumAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileSumAggregateInput.schema.ts new file mode 100644 index 00000000..d06c9ef5 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileSumAggregateInput.schema.ts @@ -0,0 +1,10 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + id: z.literal(true).optional(), + appointmentId: z.literal(true).optional() +}).strict(); +export const AppointmentFileSumAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileSumAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileSumOrderByAggregateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileSumOrderByAggregateInput.schema.ts new file mode 100644 index 00000000..005c123f --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileSumOrderByAggregateInput.schema.ts @@ -0,0 +1,10 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { SortOrderSchema } from '../enums/SortOrder.schema' + +const makeSchema = () => z.object({ + id: SortOrderSchema.optional(), + appointmentId: SortOrderSchema.optional() +}).strict(); +export const AppointmentFileSumOrderByAggregateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileSumOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateInput.schema.ts new file mode 100644 index 00000000..551c762c --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateInput.schema.ts @@ -0,0 +1,13 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + id: z.number().int().optional(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().optional().nullable(), + filePath: z.string().optional().nullable() +}).strict(); +export const AppointmentFileUncheckedCreateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUncheckedCreateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..66002313 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema.ts @@ -0,0 +1,16 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileCreateWithoutAppointmentInputObjectSchema as AppointmentFileCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateWithoutAppointmentInput.schema'; +import { AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema as AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateOrConnectWithoutAppointmentInput.schema'; +import { AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema as AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema } from './AppointmentFileCreateManyAppointmentInputEnvelope.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './AppointmentFileWhereUniqueInput.schema' + +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => AppointmentFileCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateWithoutAppointmentInputObjectSchema).array(), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema).optional(), + connect: z.union([z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema).array()]).optional() +}).strict(); +export const AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..1e76a4bd --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUncheckedCreateWithoutAppointmentInput.schema.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + id: z.number().int().optional(), + filename: z.string(), + mimeType: z.string().optional().nullable(), + filePath: z.string().optional().nullable() +}).strict(); +export const AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUncheckedCreateWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateInput.schema.ts new file mode 100644 index 00000000..9288667c --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateInput.schema.ts @@ -0,0 +1,15 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { IntFieldUpdateOperationsInputObjectSchema as IntFieldUpdateOperationsInputObjectSchema } from './IntFieldUpdateOperationsInput.schema'; +import { StringFieldUpdateOperationsInputObjectSchema as StringFieldUpdateOperationsInputObjectSchema } from './StringFieldUpdateOperationsInput.schema'; +import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema' + +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), + appointmentId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), + filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + mimeType: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() +}).strict(); +export const AppointmentFileUncheckedUpdateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUncheckedUpdateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyInput.schema.ts new file mode 100644 index 00000000..f365615c --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyInput.schema.ts @@ -0,0 +1,15 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { IntFieldUpdateOperationsInputObjectSchema as IntFieldUpdateOperationsInputObjectSchema } from './IntFieldUpdateOperationsInput.schema'; +import { StringFieldUpdateOperationsInputObjectSchema as StringFieldUpdateOperationsInputObjectSchema } from './StringFieldUpdateOperationsInput.schema'; +import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema' + +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), + appointmentId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), + filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + mimeType: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() +}).strict(); +export const AppointmentFileUncheckedUpdateManyInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUncheckedUpdateManyInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..5ec129a9 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentInput.schema.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { IntFieldUpdateOperationsInputObjectSchema as IntFieldUpdateOperationsInputObjectSchema } from './IntFieldUpdateOperationsInput.schema'; +import { StringFieldUpdateOperationsInputObjectSchema as StringFieldUpdateOperationsInputObjectSchema } from './StringFieldUpdateOperationsInput.schema'; +import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema' + +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), + filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + mimeType: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() +}).strict(); +export const AppointmentFileUncheckedUpdateManyWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUncheckedUpdateManyWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema.ts new file mode 100644 index 00000000..69c36cb4 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema.ts @@ -0,0 +1,27 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileCreateWithoutAppointmentInputObjectSchema as AppointmentFileCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateWithoutAppointmentInput.schema'; +import { AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema as AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateOrConnectWithoutAppointmentInput.schema'; +import { AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema as AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema } from './AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput.schema'; +import { AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema as AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema } from './AppointmentFileCreateManyAppointmentInputEnvelope.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema as AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema } from './AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput.schema'; +import { AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema as AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema } from './AppointmentFileUpdateManyWithWhereWithoutAppointmentInput.schema'; +import { AppointmentFileScalarWhereInputObjectSchema as AppointmentFileScalarWhereInputObjectSchema } from './AppointmentFileScalarWhereInput.schema' + +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => AppointmentFileCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateWithoutAppointmentInputObjectSchema).array(), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema).array()]).optional(), + upsert: z.union([z.lazy(() => AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema).optional(), + set: z.union([z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), + disconnect: z.union([z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), + delete: z.union([z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), + connect: z.union([z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), + update: z.union([z.lazy(() => AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema).array()]).optional(), + updateMany: z.union([z.lazy(() => AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema).array()]).optional(), + deleteMany: z.union([z.lazy(() => AppointmentFileScalarWhereInputObjectSchema), z.lazy(() => AppointmentFileScalarWhereInputObjectSchema).array()]).optional() +}).strict(); +export const AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..48217849 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUncheckedUpdateWithoutAppointmentInput.schema.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { IntFieldUpdateOperationsInputObjectSchema as IntFieldUpdateOperationsInputObjectSchema } from './IntFieldUpdateOperationsInput.schema'; +import { StringFieldUpdateOperationsInputObjectSchema as StringFieldUpdateOperationsInputObjectSchema } from './StringFieldUpdateOperationsInput.schema'; +import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema' + +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), + filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + mimeType: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() +}).strict(); +export const AppointmentFileUncheckedUpdateWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUncheckedUpdateWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUpdateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUpdateInput.schema.ts new file mode 100644 index 00000000..7ed63482 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUpdateInput.schema.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { StringFieldUpdateOperationsInputObjectSchema as StringFieldUpdateOperationsInputObjectSchema } from './StringFieldUpdateOperationsInput.schema'; +import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema'; +import { AppointmentUpdateOneRequiredWithoutFilesNestedInputObjectSchema as AppointmentUpdateOneRequiredWithoutFilesNestedInputObjectSchema } from './AppointmentUpdateOneRequiredWithoutFilesNestedInput.schema' + +const makeSchema = () => z.object({ + filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + mimeType: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutFilesNestedInputObjectSchema).optional() +}).strict(); +export const AppointmentFileUpdateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUpdateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUpdateManyMutationInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUpdateManyMutationInput.schema.ts new file mode 100644 index 00000000..aaed2efc --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUpdateManyMutationInput.schema.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { StringFieldUpdateOperationsInputObjectSchema as StringFieldUpdateOperationsInputObjectSchema } from './StringFieldUpdateOperationsInput.schema'; +import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema' + +const makeSchema = () => z.object({ + filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + mimeType: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() +}).strict(); +export const AppointmentFileUpdateManyMutationInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUpdateManyMutationInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUpdateManyWithWhereWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUpdateManyWithWhereWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..e8d34164 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUpdateManyWithWhereWithoutAppointmentInput.schema.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileScalarWhereInputObjectSchema as AppointmentFileScalarWhereInputObjectSchema } from './AppointmentFileScalarWhereInput.schema'; +import { AppointmentFileUpdateManyMutationInputObjectSchema as AppointmentFileUpdateManyMutationInputObjectSchema } from './AppointmentFileUpdateManyMutationInput.schema'; +import { AppointmentFileUncheckedUpdateManyWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedUpdateManyWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedUpdateManyWithoutAppointmentInput.schema' + +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentFileScalarWhereInputObjectSchema), + data: z.union([z.lazy(() => AppointmentFileUpdateManyMutationInputObjectSchema), z.lazy(() => AppointmentFileUncheckedUpdateManyWithoutAppointmentInputObjectSchema)]) +}).strict(); +export const AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema.ts new file mode 100644 index 00000000..974dcef2 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema.ts @@ -0,0 +1,27 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileCreateWithoutAppointmentInputObjectSchema as AppointmentFileCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateWithoutAppointmentInput.schema'; +import { AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema as AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateOrConnectWithoutAppointmentInput.schema'; +import { AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema as AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema } from './AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput.schema'; +import { AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema as AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema } from './AppointmentFileCreateManyAppointmentInputEnvelope.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema as AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema } from './AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput.schema'; +import { AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema as AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema } from './AppointmentFileUpdateManyWithWhereWithoutAppointmentInput.schema'; +import { AppointmentFileScalarWhereInputObjectSchema as AppointmentFileScalarWhereInputObjectSchema } from './AppointmentFileScalarWhereInput.schema' + +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => AppointmentFileCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateWithoutAppointmentInputObjectSchema).array(), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema).array()]).optional(), + upsert: z.union([z.lazy(() => AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema).optional(), + set: z.union([z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), + disconnect: z.union([z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), + delete: z.union([z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), + connect: z.union([z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), + update: z.union([z.lazy(() => AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema).array()]).optional(), + updateMany: z.union([z.lazy(() => AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema).array()]).optional(), + deleteMany: z.union([z.lazy(() => AppointmentFileScalarWhereInputObjectSchema), z.lazy(() => AppointmentFileScalarWhereInputObjectSchema).array()]).optional() +}).strict(); +export const AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..4cfd745a --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput.schema.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileUpdateWithoutAppointmentInputObjectSchema as AppointmentFileUpdateWithoutAppointmentInputObjectSchema } from './AppointmentFileUpdateWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedUpdateWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedUpdateWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedUpdateWithoutAppointmentInput.schema' + +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), + data: z.union([z.lazy(() => AppointmentFileUpdateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUncheckedUpdateWithoutAppointmentInputObjectSchema)]) +}).strict(); +export const AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUpdateWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUpdateWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..39f8263e --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUpdateWithoutAppointmentInput.schema.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { StringFieldUpdateOperationsInputObjectSchema as StringFieldUpdateOperationsInputObjectSchema } from './StringFieldUpdateOperationsInput.schema'; +import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema' + +const makeSchema = () => z.object({ + filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + mimeType: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() +}).strict(); +export const AppointmentFileUpdateWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUpdateWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput.schema.ts new file mode 100644 index 00000000..2e8f1c43 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput.schema.ts @@ -0,0 +1,15 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileUpdateWithoutAppointmentInputObjectSchema as AppointmentFileUpdateWithoutAppointmentInputObjectSchema } from './AppointmentFileUpdateWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedUpdateWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedUpdateWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedUpdateWithoutAppointmentInput.schema'; +import { AppointmentFileCreateWithoutAppointmentInputObjectSchema as AppointmentFileCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileCreateWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateWithoutAppointmentInput.schema' + +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentFileWhereUniqueInputObjectSchema), + update: z.union([z.lazy(() => AppointmentFileUpdateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUncheckedUpdateWithoutAppointmentInputObjectSchema)]), + create: z.union([z.lazy(() => AppointmentFileCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema)]) +}).strict(); +export const AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentFileWhereInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileWhereInput.schema.ts new file mode 100644 index 00000000..a9dbad3c --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileWhereInput.schema.ts @@ -0,0 +1,21 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { IntFilterObjectSchema as IntFilterObjectSchema } from './IntFilter.schema'; +import { StringFilterObjectSchema as StringFilterObjectSchema } from './StringFilter.schema'; +import { StringNullableFilterObjectSchema as StringNullableFilterObjectSchema } from './StringNullableFilter.schema'; +import { AppointmentScalarRelationFilterObjectSchema as AppointmentScalarRelationFilterObjectSchema } from './AppointmentScalarRelationFilter.schema'; +import { AppointmentWhereInputObjectSchema as AppointmentWhereInputObjectSchema } from './AppointmentWhereInput.schema' + +const appointmentfilewhereinputSchema = z.object({ + AND: z.union([z.lazy(() => AppointmentFileWhereInputObjectSchema), z.lazy(() => AppointmentFileWhereInputObjectSchema).array()]).optional(), + OR: z.lazy(() => AppointmentFileWhereInputObjectSchema).array().optional(), + NOT: z.union([z.lazy(() => AppointmentFileWhereInputObjectSchema), z.lazy(() => AppointmentFileWhereInputObjectSchema).array()]).optional(), + id: z.union([z.lazy(() => IntFilterObjectSchema), z.number().int()]).optional(), + appointmentId: z.union([z.lazy(() => IntFilterObjectSchema), z.number().int()]).optional(), + filename: z.union([z.lazy(() => StringFilterObjectSchema), z.string()]).optional(), + mimeType: z.union([z.lazy(() => StringNullableFilterObjectSchema), z.string()]).optional().nullable(), + filePath: z.union([z.lazy(() => StringNullableFilterObjectSchema), z.string()]).optional().nullable(), + appointment: z.union([z.lazy(() => AppointmentScalarRelationFilterObjectSchema), z.lazy(() => AppointmentWhereInputObjectSchema)]).optional() +}).strict(); +export const AppointmentFileWhereInputObjectSchema: z.ZodType = appointmentfilewhereinputSchema as unknown as z.ZodType; +export const AppointmentFileWhereInputObjectZodSchema = appointmentfilewhereinputSchema; diff --git a/packages/db/shared/schemas/objects/AppointmentFileWhereUniqueInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentFileWhereUniqueInput.schema.ts new file mode 100644 index 00000000..2e8a0a35 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentFileWhereUniqueInput.schema.ts @@ -0,0 +1,9 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; + + +const makeSchema = () => z.object({ + id: z.number().int().optional() +}).strict(); +export const AppointmentFileWhereUniqueInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentFileWhereUniqueInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentInclude.schema.ts b/packages/db/shared/schemas/objects/AppointmentInclude.schema.ts index 6ff6648c..95685a30 100644 --- a/packages/db/shared/schemas/objects/AppointmentInclude.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentInclude.schema.ts @@ -5,6 +5,7 @@ import { UserArgsObjectSchema as UserArgsObjectSchema } from './UserArgs.schema' import { StaffArgsObjectSchema as StaffArgsObjectSchema } from './StaffArgs.schema'; import { AppointmentProcedureFindManySchema as AppointmentProcedureFindManySchema } from '../findManyAppointmentProcedure.schema'; import { ClaimFindManySchema as ClaimFindManySchema } from '../findManyClaim.schema'; +import { AppointmentFileFindManySchema as AppointmentFileFindManySchema } from '../findManyAppointmentFile.schema'; import { AppointmentCountOutputTypeArgsObjectSchema as AppointmentCountOutputTypeArgsObjectSchema } from './AppointmentCountOutputTypeArgs.schema' const makeSchema = () => z.object({ @@ -13,6 +14,7 @@ const makeSchema = () => z.object({ staff: z.union([z.boolean(), z.lazy(() => StaffArgsObjectSchema)]).optional(), procedures: z.union([z.boolean(), z.lazy(() => AppointmentProcedureFindManySchema)]).optional(), claims: z.union([z.boolean(), z.lazy(() => ClaimFindManySchema)]).optional(), + files: z.union([z.boolean(), z.lazy(() => AppointmentFileFindManySchema)]).optional(), _count: z.union([z.boolean(), z.lazy(() => AppointmentCountOutputTypeArgsObjectSchema)]).optional() }).strict(); export const AppointmentIncludeObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; diff --git a/packages/db/shared/schemas/objects/AppointmentOrderByWithRelationInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentOrderByWithRelationInput.schema.ts index 22ed9573..cadcc5dc 100644 --- a/packages/db/shared/schemas/objects/AppointmentOrderByWithRelationInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentOrderByWithRelationInput.schema.ts @@ -6,7 +6,8 @@ import { PatientOrderByWithRelationInputObjectSchema as PatientOrderByWithRelati import { UserOrderByWithRelationInputObjectSchema as UserOrderByWithRelationInputObjectSchema } from './UserOrderByWithRelationInput.schema'; import { StaffOrderByWithRelationInputObjectSchema as StaffOrderByWithRelationInputObjectSchema } from './StaffOrderByWithRelationInput.schema'; import { AppointmentProcedureOrderByRelationAggregateInputObjectSchema as AppointmentProcedureOrderByRelationAggregateInputObjectSchema } from './AppointmentProcedureOrderByRelationAggregateInput.schema'; -import { ClaimOrderByRelationAggregateInputObjectSchema as ClaimOrderByRelationAggregateInputObjectSchema } from './ClaimOrderByRelationAggregateInput.schema' +import { ClaimOrderByRelationAggregateInputObjectSchema as ClaimOrderByRelationAggregateInputObjectSchema } from './ClaimOrderByRelationAggregateInput.schema'; +import { AppointmentFileOrderByRelationAggregateInputObjectSchema as AppointmentFileOrderByRelationAggregateInputObjectSchema } from './AppointmentFileOrderByRelationAggregateInput.schema' const makeSchema = () => z.object({ id: SortOrderSchema.optional(), @@ -27,7 +28,8 @@ const makeSchema = () => z.object({ user: z.lazy(() => UserOrderByWithRelationInputObjectSchema).optional(), staff: z.lazy(() => StaffOrderByWithRelationInputObjectSchema).optional(), procedures: z.lazy(() => AppointmentProcedureOrderByRelationAggregateInputObjectSchema).optional(), - claims: z.lazy(() => ClaimOrderByRelationAggregateInputObjectSchema).optional() + claims: z.lazy(() => ClaimOrderByRelationAggregateInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileOrderByRelationAggregateInputObjectSchema).optional() }).strict(); export const AppointmentOrderByWithRelationInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentOrderByWithRelationInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureAvgAggregateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureAvgAggregateInput.schema.js index eb1dc04d..82f3e20a 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureAvgAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureAvgAggregateInput.schema.js @@ -39,6 +39,7 @@ const makeSchema = () => z.object({ id: z.literal(true).optional(), appointmentId: z.literal(true).optional(), patientId: z.literal(true).optional(), + npiProviderId: z.literal(true).optional(), fee: z.literal(true).optional() }).strict(); exports.AppointmentProcedureAvgAggregateInputObjectSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureAvgOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureAvgOrderByAggregateInput.schema.js index 5426366f..8529d2fb 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureAvgOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureAvgOrderByAggregateInput.schema.js @@ -40,6 +40,7 @@ const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), appointmentId: SortOrder_schema_1.SortOrderSchema.optional(), patientId: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: SortOrder_schema_1.SortOrderSchema.optional(), fee: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); exports.AppointmentProcedureAvgOrderByAggregateInputObjectSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCountAggregateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCountAggregateInput.schema.js index 3edcdc90..7fcb76c6 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureCountAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCountAggregateInput.schema.js @@ -39,6 +39,7 @@ const makeSchema = () => z.object({ id: z.literal(true).optional(), appointmentId: z.literal(true).optional(), patientId: z.literal(true).optional(), + npiProviderId: z.literal(true).optional(), procedureCode: z.literal(true).optional(), procedureLabel: z.literal(true).optional(), fee: z.literal(true).optional(), diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCountOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCountOrderByAggregateInput.schema.js index 86a0efd9..213863e1 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureCountOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCountOrderByAggregateInput.schema.js @@ -40,6 +40,7 @@ const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), appointmentId: SortOrder_schema_1.SortOrderSchema.optional(), patientId: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: SortOrder_schema_1.SortOrderSchema.optional(), procedureCode: SortOrder_schema_1.SortOrderSchema.optional(), procedureLabel: SortOrder_schema_1.SortOrderSchema.optional(), fee: SortOrder_schema_1.SortOrderSchema.optional(), diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateInput.schema.js index 1cc5a5a3..25c0d518 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureCreateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateInput.schema.js @@ -43,6 +43,7 @@ const decimal_js_1 = __importDefault(require("decimal.js")); const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); const AppointmentCreateNestedOneWithoutProceduresInput_schema_1 = require("./AppointmentCreateNestedOneWithoutProceduresInput.schema"); const PatientCreateNestedOneWithoutProceduresInput_schema_1 = require("./PatientCreateNestedOneWithoutProceduresInput.schema"); +const NpiProviderCreateNestedOneWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema"); const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ procedureCode: z.string(), @@ -64,7 +65,8 @@ const makeSchema = () => z.object({ comboKey: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), appointment: z.lazy(() => AppointmentCreateNestedOneWithoutProceduresInput_schema_1.AppointmentCreateNestedOneWithoutProceduresInputObjectSchema), - patient: z.lazy(() => PatientCreateNestedOneWithoutProceduresInput_schema_1.PatientCreateNestedOneWithoutProceduresInputObjectSchema) + patient: z.lazy(() => PatientCreateNestedOneWithoutProceduresInput_schema_1.PatientCreateNestedOneWithoutProceduresInputObjectSchema), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutAppointmentProceduresInput_schema_1.NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectSchema).optional() }).strict(); exports.AppointmentProcedureCreateInputObjectSchema = makeSchema(); exports.AppointmentProcedureCreateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyAppointmentInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyAppointmentInput.schema.js index 7815f7b1..74756a75 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyAppointmentInput.schema.js @@ -45,6 +45,7 @@ const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ id: z.number().int().optional(), patientId: z.number().int(), + npiProviderId: z.number().int().optional().nullable(), procedureCode: z.string(), procedureLabel: z.string().optional().nullable(), fee: z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyInput.schema.js index f7162d58..bf2d79a9 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyInput.schema.js @@ -46,6 +46,7 @@ const makeSchema = () => z.object({ id: z.number().int().optional(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().optional().nullable(), procedureCode: z.string(), procedureLabel: z.string().optional().nullable(), fee: z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..714c717f --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.d.ts @@ -0,0 +1,48 @@ +import * as z from 'zod'; +import { Prisma } from '../../../generated/prisma'; +import Decimal from 'decimal.js'; +export declare const AppointmentProcedureCreateManyNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureCreateManyNpiProviderInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional; + appointmentId: z.ZodNumber; + patientId: z.ZodNumber; + procedureCode: z.ZodString; + procedureLabel: z.ZodNullable>; + fee: z.ZodNullable, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal>>>; + category: z.ZodNullable>; + toothNumber: z.ZodNullable>; + toothSurface: z.ZodNullable>; + oralCavityArea: z.ZodNullable>; + source: z.ZodOptional>; + comboKey: z.ZodNullable>; + createdAt: z.ZodOptional; +}, "strict", z.ZodTypeAny, { + patientId: number; + procedureCode: string; + appointmentId: number; + id?: number | undefined; + createdAt?: Date | undefined; + procedureLabel?: string | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | null | undefined; + category?: string | null | undefined; + toothNumber?: string | null | undefined; + toothSurface?: string | null | undefined; + oralCavityArea?: string | null | undefined; + source?: "COMBO" | "MANUAL" | undefined; + comboKey?: string | null | undefined; +}, { + patientId: number; + procedureCode: string; + appointmentId: number; + id?: number | undefined; + createdAt?: Date | undefined; + procedureLabel?: string | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | null | undefined; + category?: string | null | undefined; + toothNumber?: string | null | undefined; + toothSurface?: string | null | undefined; + oralCavityArea?: string | null | undefined; + source?: "COMBO" | "MANUAL" | undefined; + comboKey?: string | null | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureCreateManyNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..3c9f1670 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureCreateManyNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureCreateManyNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,OAAO,MAAM,YAAY,CAAC;AA2BjC,eAAO,MAAM,0DAA0D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,CAA+F,CAAC;AACxO,eAAO,MAAM,6DAA6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.js new file mode 100644 index 00000000..0db8f4af --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.js @@ -0,0 +1,69 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureCreateManyNpiProviderInputObjectZodSchema = exports.AppointmentProcedureCreateManyNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const prisma_1 = require("../../../generated/prisma"); +const decimal_js_1 = __importDefault(require("decimal.js")); +const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); +const decimal_helpers_1 = require("../../helpers/decimal-helpers"); +const makeSchema = () => z.object({ + id: z.number().int().optional(), + appointmentId: z.number().int(), + patientId: z.number().int(), + procedureCode: z.string(), + procedureLabel: z.string().optional().nullable(), + fee: z.union([ + z.number(), + z.string(), + z.instanceof(decimal_js_1.default), + z.instanceof(prisma_1.Prisma.Decimal), + decimal_helpers_1.DecimalJSLikeSchema, + ]).refine((v) => (0, decimal_helpers_1.isValidDecimalInput)(v), { + message: "Field 'fee' must be a Decimal", + }).optional().nullable(), + category: z.string().optional().nullable(), + toothNumber: z.string().optional().nullable(), + toothSurface: z.string().optional().nullable(), + oralCavityArea: z.string().optional().nullable(), + source: ProcedureSource_schema_1.ProcedureSourceSchema.optional(), + comboKey: z.string().optional().nullable(), + createdAt: z.coerce.date().optional() +}).strict(); +exports.AppointmentProcedureCreateManyNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureCreateManyNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d.ts new file mode 100644 index 00000000..850d151a --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const AppointmentProcedureCreateManyNpiProviderInputEnvelopeObjectSchema: z.ZodType; +export declare const AppointmentProcedureCreateManyNpiProviderInputEnvelopeObjectZodSchema: z.ZodObject<{ + data: z.ZodUnion<[z.ZodLazy>, z.ZodArray>, "many">]>; + skipDuplicates: z.ZodOptional; +}, "strict", z.ZodTypeAny, { + data: Prisma.AppointmentProcedureCreateManyNpiProviderInput | Prisma.AppointmentProcedureCreateManyNpiProviderInput[]; + skipDuplicates?: boolean | undefined; +}, { + data: Prisma.AppointmentProcedureCreateManyNpiProviderInput | Prisma.AppointmentProcedureCreateManyNpiProviderInput[]; + skipDuplicates?: boolean | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d.ts.map new file mode 100644 index 00000000..0b77fc71 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAOxD,eAAO,MAAM,kEAAkE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,CAAuG,CAAC;AAChQ,eAAO,MAAM,qEAAqE;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.js new file mode 100644 index 00000000..9714ae2c --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.js @@ -0,0 +1,44 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureCreateManyNpiProviderInputEnvelopeObjectZodSchema = exports.AppointmentProcedureCreateManyNpiProviderInputEnvelopeObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureCreateManyNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateManyNpiProviderInput.schema"); +const makeSchema = () => z.object({ + data: z.union([z.lazy(() => AppointmentProcedureCreateManyNpiProviderInput_schema_1.AppointmentProcedureCreateManyNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureCreateManyNpiProviderInput_schema_1.AppointmentProcedureCreateManyNpiProviderInputObjectSchema).array()]), + skipDuplicates: z.boolean().optional() +}).strict(); +exports.AppointmentProcedureCreateManyNpiProviderInputEnvelopeObjectSchema = makeSchema(); +exports.AppointmentProcedureCreateManyNpiProviderInputEnvelopeObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyPatientInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyPatientInput.schema.js index a0461eca..e7323b31 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateManyPatientInput.schema.js @@ -45,6 +45,7 @@ const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ id: z.number().int().optional(), appointmentId: z.number().int(), + npiProviderId: z.number().int().optional().nullable(), procedureCode: z.string(), procedureLabel: z.string().optional().nullable(), fee: z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..071577af --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,20 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; + connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; + createMany: z.ZodOptional>>; + connect: z.ZodOptional>, z.ZodArray>, "many">]>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined; + connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; +}, { + create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined; + connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..4ede2bb6 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAaxD,eAAO,MAAM,uEAAuE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,CAA4G,CAAC;AAC/Q,eAAO,MAAM,0EAA0E;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..20412db5 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.js @@ -0,0 +1,50 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateWithoutNpiProviderInput.schema"); +const AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateManyNpiProviderInputEnvelope_schema_1 = require("./AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema"); +const AppointmentProcedureWhereUniqueInput_schema_1 = require("./AppointmentProcedureWhereUniqueInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => AppointmentProcedureCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema).array(), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => AppointmentProcedureCreateManyNpiProviderInputEnvelope_schema_1.AppointmentProcedureCreateManyNpiProviderInputEnvelopeObjectSchema).optional(), + connect: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional() +}).strict(); +exports.AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..4bdc226d --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + where: z.ZodLazy>; + create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + create: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput; + where: Prisma.AppointmentProcedureWhereUniqueInput; +}, { + create: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput; + where: Prisma.AppointmentProcedureWhereUniqueInput; +}>; +//# sourceMappingURL=AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..e244a568 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASxD,eAAO,MAAM,sEAAsE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,CAA2G,CAAC;AAC5Q,eAAO,MAAM,yEAAyE;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..2749c695 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.js @@ -0,0 +1,46 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureWhereUniqueInput_schema_1 = require("./AppointmentProcedureWhereUniqueInput.schema"); +const AppointmentProcedureCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateWithoutNpiProviderInput.schema"); +const AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), + create: z.union([z.lazy(() => AppointmentProcedureCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema)]) +}).strict(); +exports.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutAppointmentInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutAppointmentInput.schema.js index e6ba19d9..b83ede0c 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutAppointmentInput.schema.js @@ -42,6 +42,7 @@ const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); const PatientCreateNestedOneWithoutProceduresInput_schema_1 = require("./PatientCreateNestedOneWithoutProceduresInput.schema"); +const NpiProviderCreateNestedOneWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema"); const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ procedureCode: z.string(), @@ -62,7 +63,8 @@ const makeSchema = () => z.object({ source: ProcedureSource_schema_1.ProcedureSourceSchema.optional(), comboKey: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), - patient: z.lazy(() => PatientCreateNestedOneWithoutProceduresInput_schema_1.PatientCreateNestedOneWithoutProceduresInputObjectSchema) + patient: z.lazy(() => PatientCreateNestedOneWithoutProceduresInput_schema_1.PatientCreateNestedOneWithoutProceduresInputObjectSchema), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutAppointmentProceduresInput_schema_1.NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectSchema).optional() }).strict(); exports.AppointmentProcedureCreateWithoutAppointmentInputObjectSchema = makeSchema(); exports.AppointmentProcedureCreateWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..4c7a6316 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,45 @@ +import * as z from 'zod'; +import { Prisma } from '../../../generated/prisma'; +import Decimal from 'decimal.js'; +export declare const AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureCreateWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + procedureCode: z.ZodString; + procedureLabel: z.ZodNullable>; + fee: z.ZodNullable, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal>>>; + category: z.ZodNullable>; + toothNumber: z.ZodNullable>; + toothSurface: z.ZodNullable>; + oralCavityArea: z.ZodNullable>; + source: z.ZodOptional>; + comboKey: z.ZodNullable>; + createdAt: z.ZodOptional; + appointment: z.ZodLazy>; + patient: z.ZodLazy>; +}, "strict", z.ZodTypeAny, { + patient: Prisma.PatientCreateNestedOneWithoutProceduresInput; + procedureCode: string; + appointment: Prisma.AppointmentCreateNestedOneWithoutProceduresInput; + createdAt?: Date | undefined; + procedureLabel?: string | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | null | undefined; + category?: string | null | undefined; + toothNumber?: string | null | undefined; + toothSurface?: string | null | undefined; + oralCavityArea?: string | null | undefined; + source?: "COMBO" | "MANUAL" | undefined; + comboKey?: string | null | undefined; +}, { + patient: Prisma.PatientCreateNestedOneWithoutProceduresInput; + procedureCode: string; + appointment: Prisma.AppointmentCreateNestedOneWithoutProceduresInput; + createdAt?: Date | undefined; + procedureLabel?: string | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | null | undefined; + category?: string | null | undefined; + toothNumber?: string | null | undefined; + toothSurface?: string | null | undefined; + oralCavityArea?: string | null | undefined; + source?: "COMBO" | "MANUAL" | undefined; + comboKey?: string | null | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureCreateWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..fc6cedac --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureCreateWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureCreateWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,OAAO,MAAM,YAAY,CAAC;AA4BjC,eAAO,MAAM,6DAA6D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,CAAkG,CAAC;AACjP,eAAO,MAAM,gEAAgE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..26da4f52 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.js @@ -0,0 +1,70 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureCreateWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const prisma_1 = require("../../../generated/prisma"); +const decimal_js_1 = __importDefault(require("decimal.js")); +const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); +const AppointmentCreateNestedOneWithoutProceduresInput_schema_1 = require("./AppointmentCreateNestedOneWithoutProceduresInput.schema"); +const PatientCreateNestedOneWithoutProceduresInput_schema_1 = require("./PatientCreateNestedOneWithoutProceduresInput.schema"); +const decimal_helpers_1 = require("../../helpers/decimal-helpers"); +const makeSchema = () => z.object({ + procedureCode: z.string(), + procedureLabel: z.string().optional().nullable(), + fee: z.union([ + z.number(), + z.string(), + z.instanceof(decimal_js_1.default), + z.instanceof(prisma_1.Prisma.Decimal), + decimal_helpers_1.DecimalJSLikeSchema, + ]).refine((v) => (0, decimal_helpers_1.isValidDecimalInput)(v), { + message: "Field 'fee' must be a Decimal", + }).optional().nullable(), + category: z.string().optional().nullable(), + toothNumber: z.string().optional().nullable(), + toothSurface: z.string().optional().nullable(), + oralCavityArea: z.string().optional().nullable(), + source: ProcedureSource_schema_1.ProcedureSourceSchema.optional(), + comboKey: z.string().optional().nullable(), + createdAt: z.coerce.date().optional(), + appointment: z.lazy(() => AppointmentCreateNestedOneWithoutProceduresInput_schema_1.AppointmentCreateNestedOneWithoutProceduresInputObjectSchema), + patient: z.lazy(() => PatientCreateNestedOneWithoutProceduresInput_schema_1.PatientCreateNestedOneWithoutProceduresInputObjectSchema) +}).strict(); +exports.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureCreateWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutPatientInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutPatientInput.schema.js index 17810b9a..a238f7e4 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureCreateWithoutPatientInput.schema.js @@ -42,6 +42,7 @@ const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); const AppointmentCreateNestedOneWithoutProceduresInput_schema_1 = require("./AppointmentCreateNestedOneWithoutProceduresInput.schema"); +const NpiProviderCreateNestedOneWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema"); const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ procedureCode: z.string(), @@ -62,7 +63,8 @@ const makeSchema = () => z.object({ source: ProcedureSource_schema_1.ProcedureSourceSchema.optional(), comboKey: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), - appointment: z.lazy(() => AppointmentCreateNestedOneWithoutProceduresInput_schema_1.AppointmentCreateNestedOneWithoutProceduresInputObjectSchema) + appointment: z.lazy(() => AppointmentCreateNestedOneWithoutProceduresInput_schema_1.AppointmentCreateNestedOneWithoutProceduresInputObjectSchema), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutAppointmentProceduresInput_schema_1.NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectSchema).optional() }).strict(); exports.AppointmentProcedureCreateWithoutPatientInputObjectSchema = makeSchema(); exports.AppointmentProcedureCreateWithoutPatientInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureInclude.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureInclude.schema.js index 41e001b0..cd400e29 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureInclude.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureInclude.schema.js @@ -37,9 +37,11 @@ exports.AppointmentProcedureIncludeObjectZodSchema = exports.AppointmentProcedur const z = __importStar(require("zod")); const AppointmentArgs_schema_1 = require("./AppointmentArgs.schema"); const PatientArgs_schema_1 = require("./PatientArgs.schema"); +const NpiProviderArgs_schema_1 = require("./NpiProviderArgs.schema"); const makeSchema = () => z.object({ appointment: z.union([z.boolean(), z.lazy(() => AppointmentArgs_schema_1.AppointmentArgsObjectSchema)]).optional(), - patient: z.union([z.boolean(), z.lazy(() => PatientArgs_schema_1.PatientArgsObjectSchema)]).optional() + patient: z.union([z.boolean(), z.lazy(() => PatientArgs_schema_1.PatientArgsObjectSchema)]).optional(), + npiProvider: z.union([z.boolean(), z.lazy(() => NpiProviderArgs_schema_1.NpiProviderArgsObjectSchema)]).optional() }).strict(); exports.AppointmentProcedureIncludeObjectSchema = makeSchema(); exports.AppointmentProcedureIncludeObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureMaxAggregateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureMaxAggregateInput.schema.js index c5971594..908875dd 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureMaxAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureMaxAggregateInput.schema.js @@ -39,6 +39,7 @@ const makeSchema = () => z.object({ id: z.literal(true).optional(), appointmentId: z.literal(true).optional(), patientId: z.literal(true).optional(), + npiProviderId: z.literal(true).optional(), procedureCode: z.literal(true).optional(), procedureLabel: z.literal(true).optional(), fee: z.literal(true).optional(), diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureMaxOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureMaxOrderByAggregateInput.schema.js index cc0d6ef5..49590c2b 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureMaxOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureMaxOrderByAggregateInput.schema.js @@ -40,6 +40,7 @@ const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), appointmentId: SortOrder_schema_1.SortOrderSchema.optional(), patientId: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: SortOrder_schema_1.SortOrderSchema.optional(), procedureCode: SortOrder_schema_1.SortOrderSchema.optional(), procedureLabel: SortOrder_schema_1.SortOrderSchema.optional(), fee: SortOrder_schema_1.SortOrderSchema.optional(), diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureMinAggregateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureMinAggregateInput.schema.js index a1640264..12c34bf6 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureMinAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureMinAggregateInput.schema.js @@ -39,6 +39,7 @@ const makeSchema = () => z.object({ id: z.literal(true).optional(), appointmentId: z.literal(true).optional(), patientId: z.literal(true).optional(), + npiProviderId: z.literal(true).optional(), procedureCode: z.literal(true).optional(), procedureLabel: z.literal(true).optional(), fee: z.literal(true).optional(), diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureMinOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureMinOrderByAggregateInput.schema.js index e8450e3a..5eb76bba 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureMinOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureMinOrderByAggregateInput.schema.js @@ -40,6 +40,7 @@ const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), appointmentId: SortOrder_schema_1.SortOrderSchema.optional(), patientId: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: SortOrder_schema_1.SortOrderSchema.optional(), procedureCode: SortOrder_schema_1.SortOrderSchema.optional(), procedureLabel: SortOrder_schema_1.SortOrderSchema.optional(), fee: SortOrder_schema_1.SortOrderSchema.optional(), diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureOrderByWithAggregationInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureOrderByWithAggregationInput.schema.js index fadf198c..57abf0e1 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureOrderByWithAggregationInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureOrderByWithAggregationInput.schema.js @@ -46,6 +46,7 @@ const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), appointmentId: SortOrder_schema_1.SortOrderSchema.optional(), patientId: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), procedureCode: SortOrder_schema_1.SortOrderSchema.optional(), procedureLabel: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), fee: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureOrderByWithRelationInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureOrderByWithRelationInput.schema.js index b16c96cd..7794b264 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureOrderByWithRelationInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureOrderByWithRelationInput.schema.js @@ -39,10 +39,12 @@ const SortOrder_schema_1 = require("../enums/SortOrder.schema"); const SortOrderInput_schema_1 = require("./SortOrderInput.schema"); const AppointmentOrderByWithRelationInput_schema_1 = require("./AppointmentOrderByWithRelationInput.schema"); const PatientOrderByWithRelationInput_schema_1 = require("./PatientOrderByWithRelationInput.schema"); +const NpiProviderOrderByWithRelationInput_schema_1 = require("./NpiProviderOrderByWithRelationInput.schema"); const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), appointmentId: SortOrder_schema_1.SortOrderSchema.optional(), patientId: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), procedureCode: SortOrder_schema_1.SortOrderSchema.optional(), procedureLabel: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), fee: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), @@ -54,7 +56,8 @@ const makeSchema = () => z.object({ comboKey: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), createdAt: SortOrder_schema_1.SortOrderSchema.optional(), appointment: z.lazy(() => AppointmentOrderByWithRelationInput_schema_1.AppointmentOrderByWithRelationInputObjectSchema).optional(), - patient: z.lazy(() => PatientOrderByWithRelationInput_schema_1.PatientOrderByWithRelationInputObjectSchema).optional() + patient: z.lazy(() => PatientOrderByWithRelationInput_schema_1.PatientOrderByWithRelationInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema).optional() }).strict(); exports.AppointmentProcedureOrderByWithRelationInputObjectSchema = makeSchema(); exports.AppointmentProcedureOrderByWithRelationInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureScalarWhereInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureScalarWhereInput.schema.js index a6c915fc..c7ca1928 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureScalarWhereInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureScalarWhereInput.schema.js @@ -41,6 +41,7 @@ const z = __importStar(require("zod")); const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const IntFilter_schema_1 = require("./IntFilter.schema"); +const IntNullableFilter_schema_1 = require("./IntNullableFilter.schema"); const StringFilter_schema_1 = require("./StringFilter.schema"); const StringNullableFilter_schema_1 = require("./StringNullableFilter.schema"); const DecimalNullableFilter_schema_1 = require("./DecimalNullableFilter.schema"); @@ -55,6 +56,7 @@ const appointmentprocedurescalarwhereinputSchema = z.object({ id: z.union([z.lazy(() => IntFilter_schema_1.IntFilterObjectSchema), z.number().int()]).optional(), appointmentId: z.union([z.lazy(() => IntFilter_schema_1.IntFilterObjectSchema), z.number().int()]).optional(), patientId: z.union([z.lazy(() => IntFilter_schema_1.IntFilterObjectSchema), z.number().int()]).optional(), + npiProviderId: z.union([z.lazy(() => IntNullableFilter_schema_1.IntNullableFilterObjectSchema), z.number().int()]).optional().nullable(), procedureCode: z.union([z.lazy(() => StringFilter_schema_1.StringFilterObjectSchema), z.string()]).optional(), procedureLabel: z.union([z.lazy(() => StringNullableFilter_schema_1.StringNullableFilterObjectSchema), z.string()]).optional().nullable(), fee: z.union([z.lazy(() => DecimalNullableFilter_schema_1.DecimalNullableFilterObjectSchema), z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureScalarWhereWithAggregatesInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureScalarWhereWithAggregatesInput.schema.js index 51aebf60..fd0f49c6 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureScalarWhereWithAggregatesInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureScalarWhereWithAggregatesInput.schema.js @@ -41,6 +41,7 @@ const z = __importStar(require("zod")); const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const IntWithAggregatesFilter_schema_1 = require("./IntWithAggregatesFilter.schema"); +const IntNullableWithAggregatesFilter_schema_1 = require("./IntNullableWithAggregatesFilter.schema"); const StringWithAggregatesFilter_schema_1 = require("./StringWithAggregatesFilter.schema"); const StringNullableWithAggregatesFilter_schema_1 = require("./StringNullableWithAggregatesFilter.schema"); const DecimalNullableWithAggregatesFilter_schema_1 = require("./DecimalNullableWithAggregatesFilter.schema"); @@ -55,6 +56,7 @@ const appointmentprocedurescalarwherewithaggregatesinputSchema = z.object({ id: z.union([z.lazy(() => IntWithAggregatesFilter_schema_1.IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(), appointmentId: z.union([z.lazy(() => IntWithAggregatesFilter_schema_1.IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(), patientId: z.union([z.lazy(() => IntWithAggregatesFilter_schema_1.IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(), + npiProviderId: z.union([z.lazy(() => IntNullableWithAggregatesFilter_schema_1.IntNullableWithAggregatesFilterObjectSchema), z.number().int()]).optional().nullable(), procedureCode: z.union([z.lazy(() => StringWithAggregatesFilter_schema_1.StringWithAggregatesFilterObjectSchema), z.string()]).optional(), procedureLabel: z.union([z.lazy(() => StringNullableWithAggregatesFilter_schema_1.StringNullableWithAggregatesFilterObjectSchema), z.string()]).optional().nullable(), fee: z.union([z.lazy(() => DecimalNullableWithAggregatesFilter_schema_1.DecimalNullableWithAggregatesFilterObjectSchema), z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureSelect.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureSelect.schema.js index 993620c4..deaf7dd2 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureSelect.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureSelect.schema.js @@ -37,10 +37,12 @@ exports.AppointmentProcedureSelectObjectZodSchema = exports.AppointmentProcedure const z = __importStar(require("zod")); const AppointmentArgs_schema_1 = require("./AppointmentArgs.schema"); const PatientArgs_schema_1 = require("./PatientArgs.schema"); +const NpiProviderArgs_schema_1 = require("./NpiProviderArgs.schema"); const makeSchema = () => z.object({ id: z.boolean().optional(), appointmentId: z.boolean().optional(), patientId: z.boolean().optional(), + npiProviderId: z.boolean().optional(), procedureCode: z.boolean().optional(), procedureLabel: z.boolean().optional(), fee: z.boolean().optional(), @@ -52,7 +54,8 @@ const makeSchema = () => z.object({ comboKey: z.boolean().optional(), createdAt: z.boolean().optional(), appointment: z.union([z.boolean(), z.lazy(() => AppointmentArgs_schema_1.AppointmentArgsObjectSchema)]).optional(), - patient: z.union([z.boolean(), z.lazy(() => PatientArgs_schema_1.PatientArgsObjectSchema)]).optional() + patient: z.union([z.boolean(), z.lazy(() => PatientArgs_schema_1.PatientArgsObjectSchema)]).optional(), + npiProvider: z.union([z.boolean(), z.lazy(() => NpiProviderArgs_schema_1.NpiProviderArgsObjectSchema)]).optional() }).strict(); exports.AppointmentProcedureSelectObjectSchema = makeSchema(); exports.AppointmentProcedureSelectObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureSumAggregateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureSumAggregateInput.schema.js index b11057a5..8a86dd98 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureSumAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureSumAggregateInput.schema.js @@ -39,6 +39,7 @@ const makeSchema = () => z.object({ id: z.literal(true).optional(), appointmentId: z.literal(true).optional(), patientId: z.literal(true).optional(), + npiProviderId: z.literal(true).optional(), fee: z.literal(true).optional() }).strict(); exports.AppointmentProcedureSumAggregateInputObjectSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureSumOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureSumOrderByAggregateInput.schema.js index 6a336135..7798b2b3 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureSumOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureSumOrderByAggregateInput.schema.js @@ -40,6 +40,7 @@ const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), appointmentId: SortOrder_schema_1.SortOrderSchema.optional(), patientId: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: SortOrder_schema_1.SortOrderSchema.optional(), fee: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); exports.AppointmentProcedureSumOrderByAggregateInputObjectSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateInput.schema.js index a96b90df..98d954db 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateInput.schema.js @@ -46,6 +46,7 @@ const makeSchema = () => z.object({ id: z.number().int().optional(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().optional().nullable(), procedureCode: z.string(), procedureLabel: z.string().optional().nullable(), fee: z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..1a4971c7 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,20 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; + connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; + createMany: z.ZodOptional>>; + connect: z.ZodOptional>, z.ZodArray>, "many">]>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined; + connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; +}, { + create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined; + connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..6552d350 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAaxD,eAAO,MAAM,gFAAgF,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,CAAqH,CAAC;AAC1S,eAAO,MAAM,mFAAmF;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..39bcdfad --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.js @@ -0,0 +1,50 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateWithoutNpiProviderInput.schema"); +const AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateManyNpiProviderInputEnvelope_schema_1 = require("./AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema"); +const AppointmentProcedureWhereUniqueInput_schema_1 = require("./AppointmentProcedureWhereUniqueInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => AppointmentProcedureCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema).array(), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => AppointmentProcedureCreateManyNpiProviderInputEnvelope_schema_1.AppointmentProcedureCreateManyNpiProviderInputEnvelopeObjectSchema).optional(), + connect: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional() +}).strict(); +exports.AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutAppointmentInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutAppointmentInput.schema.js index 97991fc8..71e7edac 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutAppointmentInput.schema.js @@ -45,6 +45,7 @@ const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ id: z.number().int().optional(), patientId: z.number().int(), + npiProviderId: z.number().int().optional().nullable(), procedureCode: z.string(), procedureLabel: z.string().optional().nullable(), fee: z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..c36e61a9 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,48 @@ +import * as z from 'zod'; +import { Prisma } from '../../../generated/prisma'; +import Decimal from 'decimal.js'; +export declare const AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional; + appointmentId: z.ZodNumber; + patientId: z.ZodNumber; + procedureCode: z.ZodString; + procedureLabel: z.ZodNullable>; + fee: z.ZodNullable, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal>>>; + category: z.ZodNullable>; + toothNumber: z.ZodNullable>; + toothSurface: z.ZodNullable>; + oralCavityArea: z.ZodNullable>; + source: z.ZodOptional>; + comboKey: z.ZodNullable>; + createdAt: z.ZodOptional; +}, "strict", z.ZodTypeAny, { + patientId: number; + procedureCode: string; + appointmentId: number; + id?: number | undefined; + createdAt?: Date | undefined; + procedureLabel?: string | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | null | undefined; + category?: string | null | undefined; + toothNumber?: string | null | undefined; + toothSurface?: string | null | undefined; + oralCavityArea?: string | null | undefined; + source?: "COMBO" | "MANUAL" | undefined; + comboKey?: string | null | undefined; +}, { + patientId: number; + procedureCode: string; + appointmentId: number; + id?: number | undefined; + createdAt?: Date | undefined; + procedureLabel?: string | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | null | undefined; + category?: string | null | undefined; + toothNumber?: string | null | undefined; + toothSurface?: string | null | undefined; + oralCavityArea?: string | null | undefined; + source?: "COMBO" | "MANUAL" | undefined; + comboKey?: string | null | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..ea6cf2e3 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,OAAO,MAAM,YAAY,CAAC;AA2BjC,eAAO,MAAM,sEAAsE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,CAA2G,CAAC;AAC5Q,eAAO,MAAM,yEAAyE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..153e4590 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.js @@ -0,0 +1,69 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const prisma_1 = require("../../../generated/prisma"); +const decimal_js_1 = __importDefault(require("decimal.js")); +const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); +const decimal_helpers_1 = require("../../helpers/decimal-helpers"); +const makeSchema = () => z.object({ + id: z.number().int().optional(), + appointmentId: z.number().int(), + patientId: z.number().int(), + procedureCode: z.string(), + procedureLabel: z.string().optional().nullable(), + fee: z.union([ + z.number(), + z.string(), + z.instanceof(decimal_js_1.default), + z.instanceof(prisma_1.Prisma.Decimal), + decimal_helpers_1.DecimalJSLikeSchema, + ]).refine((v) => (0, decimal_helpers_1.isValidDecimalInput)(v), { + message: "Field 'fee' must be a Decimal", + }).optional().nullable(), + category: z.string().optional().nullable(), + toothNumber: z.string().optional().nullable(), + toothSurface: z.string().optional().nullable(), + oralCavityArea: z.string().optional().nullable(), + source: ProcedureSource_schema_1.ProcedureSourceSchema.optional(), + comboKey: z.string().optional().nullable(), + createdAt: z.coerce.date().optional() +}).strict(); +exports.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutPatientInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutPatientInput.schema.js index ef8632c7..1d2c7164 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedCreateWithoutPatientInput.schema.js @@ -45,6 +45,7 @@ const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ id: z.number().int().optional(), appointmentId: z.number().int(), + npiProviderId: z.number().int().optional().nullable(), procedureCode: z.string(), procedureLabel: z.string().optional().nullable(), fee: z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateInput.schema.js index 8c1ee673..bbeedc72 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateInput.schema.js @@ -41,6 +41,7 @@ const z = __importStar(require("zod")); const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const NullableDecimalFieldUpdateOperationsInput_schema_1 = require("./NullableDecimalFieldUpdateOperationsInput.schema"); @@ -52,6 +53,7 @@ const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), appointmentId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), patientId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), procedureLabel: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), fee: z.union([z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyInput.schema.js index 0eb647b1..3bd0b103 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyInput.schema.js @@ -41,6 +41,7 @@ const z = __importStar(require("zod")); const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const NullableDecimalFieldUpdateOperationsInput_schema_1 = require("./NullableDecimalFieldUpdateOperationsInput.schema"); @@ -52,6 +53,7 @@ const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), appointmentId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), patientId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), procedureLabel: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), fee: z.union([z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput.schema.js index 823a863a..95f47ce7 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput.schema.js @@ -41,6 +41,7 @@ const z = __importStar(require("zod")); const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const NullableDecimalFieldUpdateOperationsInput_schema_1 = require("./NullableDecimalFieldUpdateOperationsInput.schema"); @@ -51,6 +52,7 @@ const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), patientId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), procedureLabel: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), fee: z.union([z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..a426b4fb --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,48 @@ +import * as z from 'zod'; +import { Prisma } from '../../../generated/prisma'; +import Decimal from 'decimal.js'; +export declare const AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional>]>>; + appointmentId: z.ZodOptional>]>>; + patientId: z.ZodOptional>]>>; + procedureCode: z.ZodOptional>]>>; + procedureLabel: z.ZodNullable>]>>>; + fee: z.ZodNullable, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal>, z.ZodLazy>]>>>; + category: z.ZodNullable>]>>>; + toothNumber: z.ZodNullable>]>>>; + toothSurface: z.ZodNullable>]>>>; + oralCavityArea: z.ZodNullable>]>>>; + source: z.ZodOptional, z.ZodLazy>]>>; + comboKey: z.ZodNullable>]>>>; + createdAt: z.ZodOptional>]>>; +}, "strict", z.ZodTypeAny, { + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + procedureCode?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + procedureLabel?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | Prisma.NullableDecimalFieldUpdateOperationsInput | null | undefined; + category?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothSurface?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + oralCavityArea?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceFieldUpdateOperationsInput | undefined; + comboKey?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + appointmentId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; +}, { + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + procedureCode?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + procedureLabel?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | Prisma.NullableDecimalFieldUpdateOperationsInput | null | undefined; + category?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothSurface?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + oralCavityArea?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceFieldUpdateOperationsInput | undefined; + comboKey?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + appointmentId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..1fe02f5e --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,OAAO,MAAM,YAAY,CAAC;AAiCjC,eAAO,MAAM,0EAA0E,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,CAA+G,CAAC;AACxR,eAAO,MAAM,6EAA6E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..65097d70 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.js @@ -0,0 +1,75 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const prisma_1 = require("../../../generated/prisma"); +const decimal_js_1 = __importDefault(require("decimal.js")); +const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableDecimalFieldUpdateOperationsInput_schema_1 = require("./NullableDecimalFieldUpdateOperationsInput.schema"); +const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); +const EnumProcedureSourceFieldUpdateOperationsInput_schema_1 = require("./EnumProcedureSourceFieldUpdateOperationsInput.schema"); +const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const decimal_helpers_1 = require("../../helpers/decimal-helpers"); +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + appointmentId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + patientId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + procedureLabel: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + fee: z.union([z.union([ + z.number(), + z.string(), + z.instanceof(decimal_js_1.default), + z.instanceof(prisma_1.Prisma.Decimal), + decimal_helpers_1.DecimalJSLikeSchema, + ]).refine((v) => (0, decimal_helpers_1.isValidDecimalInput)(v), { + message: "Field 'fee' must be a Decimal", + }), z.lazy(() => NullableDecimalFieldUpdateOperationsInput_schema_1.NullableDecimalFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + category: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + toothNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + toothSurface: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + oralCavityArea: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + source: z.union([ProcedureSource_schema_1.ProcedureSourceSchema, z.lazy(() => EnumProcedureSourceFieldUpdateOperationsInput_schema_1.EnumProcedureSourceFieldUpdateOperationsInputObjectSchema)]).optional(), + comboKey: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional() +}).strict(); +exports.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts new file mode 100644 index 00000000..db289f6e --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts @@ -0,0 +1,41 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; + connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; + upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; + createMany: z.ZodOptional>>; + set: z.ZodOptional>, z.ZodArray>, "many">]>>; + disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; + delete: z.ZodOptional>, z.ZodArray>, "many">]>>; + connect: z.ZodOptional>, z.ZodArray>, "many">]>>; + update: z.ZodOptional>, z.ZodArray>, "many">]>>; + updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; + deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined; + set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; + upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; + disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; + deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; +}, { + create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined; + set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; + upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; + disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; + deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map new file mode 100644 index 00000000..52c5bfb8 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAwBxD,eAAO,MAAM,gFAAgF,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,CAAqH,CAAC;AAC1S,eAAO,MAAM,mFAAmF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.js new file mode 100644 index 00000000..9dbf4203 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.js @@ -0,0 +1,61 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInputObjectZodSchema = exports.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateWithoutNpiProviderInput.schema"); +const AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema"); +const AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateManyNpiProviderInputEnvelope_schema_1 = require("./AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema"); +const AppointmentProcedureWhereUniqueInput_schema_1 = require("./AppointmentProcedureWhereUniqueInput.schema"); +const AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema"); +const AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema"); +const AppointmentProcedureScalarWhereInput_schema_1 = require("./AppointmentProcedureScalarWhereInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => AppointmentProcedureCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema).array(), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema).array()]).optional(), + upsert: z.union([z.lazy(() => AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => AppointmentProcedureCreateManyNpiProviderInputEnvelope_schema_1.AppointmentProcedureCreateManyNpiProviderInputEnvelopeObjectSchema).optional(), + set: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), + disconnect: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), + delete: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), + connect: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), + update: z.union([z.lazy(() => AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema).array()]).optional(), + updateMany: z.union([z.lazy(() => AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput_schema_1.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput_schema_1.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectSchema).array()]).optional(), + deleteMany: z.union([z.lazy(() => AppointmentProcedureScalarWhereInput_schema_1.AppointmentProcedureScalarWhereInputObjectSchema), z.lazy(() => AppointmentProcedureScalarWhereInput_schema_1.AppointmentProcedureScalarWhereInputObjectSchema).array()]).optional() +}).strict(); +exports.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema = makeSchema(); +exports.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutPatientInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutPatientInput.schema.js index 5cac1bd1..c4629e57 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutPatientInput.schema.js @@ -41,6 +41,7 @@ const z = __importStar(require("zod")); const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const NullableDecimalFieldUpdateOperationsInput_schema_1 = require("./NullableDecimalFieldUpdateOperationsInput.schema"); @@ -51,6 +52,7 @@ const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), appointmentId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), procedureLabel: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), fee: z.union([z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema.js index e6094391..10a68e5c 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema.js @@ -41,6 +41,7 @@ const z = __importStar(require("zod")); const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const NullableDecimalFieldUpdateOperationsInput_schema_1 = require("./NullableDecimalFieldUpdateOperationsInput.schema"); @@ -51,6 +52,7 @@ const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), patientId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), procedureLabel: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), fee: z.union([z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..0487b5bc --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,48 @@ +import * as z from 'zod'; +import { Prisma } from '../../../generated/prisma'; +import Decimal from 'decimal.js'; +export declare const AppointmentProcedureUncheckedUpdateWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureUncheckedUpdateWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional>]>>; + appointmentId: z.ZodOptional>]>>; + patientId: z.ZodOptional>]>>; + procedureCode: z.ZodOptional>]>>; + procedureLabel: z.ZodNullable>]>>>; + fee: z.ZodNullable, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal>, z.ZodLazy>]>>>; + category: z.ZodNullable>]>>>; + toothNumber: z.ZodNullable>]>>>; + toothSurface: z.ZodNullable>]>>>; + oralCavityArea: z.ZodNullable>]>>>; + source: z.ZodOptional, z.ZodLazy>]>>; + comboKey: z.ZodNullable>]>>>; + createdAt: z.ZodOptional>]>>; +}, "strict", z.ZodTypeAny, { + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + procedureCode?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + procedureLabel?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | Prisma.NullableDecimalFieldUpdateOperationsInput | null | undefined; + category?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothSurface?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + oralCavityArea?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceFieldUpdateOperationsInput | undefined; + comboKey?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + appointmentId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; +}, { + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + procedureCode?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + procedureLabel?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | Prisma.NullableDecimalFieldUpdateOperationsInput | null | undefined; + category?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothSurface?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + oralCavityArea?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceFieldUpdateOperationsInput | undefined; + comboKey?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + appointmentId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..3c2b3fce --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,OAAO,MAAM,YAAY,CAAC;AAiCjC,eAAO,MAAM,sEAAsE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,CAA2G,CAAC;AAC5Q,eAAO,MAAM,yEAAyE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..699801ff --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.js @@ -0,0 +1,75 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const prisma_1 = require("../../../generated/prisma"); +const decimal_js_1 = __importDefault(require("decimal.js")); +const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableDecimalFieldUpdateOperationsInput_schema_1 = require("./NullableDecimalFieldUpdateOperationsInput.schema"); +const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); +const EnumProcedureSourceFieldUpdateOperationsInput_schema_1 = require("./EnumProcedureSourceFieldUpdateOperationsInput.schema"); +const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const decimal_helpers_1 = require("../../helpers/decimal-helpers"); +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + appointmentId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + patientId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + procedureLabel: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + fee: z.union([z.union([ + z.number(), + z.string(), + z.instanceof(decimal_js_1.default), + z.instanceof(prisma_1.Prisma.Decimal), + decimal_helpers_1.DecimalJSLikeSchema, + ]).refine((v) => (0, decimal_helpers_1.isValidDecimalInput)(v), { + message: "Field 'fee' must be a Decimal", + }), z.lazy(() => NullableDecimalFieldUpdateOperationsInput_schema_1.NullableDecimalFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + category: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + toothNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + toothSurface: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + oralCavityArea: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + source: z.union([ProcedureSource_schema_1.ProcedureSourceSchema, z.lazy(() => EnumProcedureSourceFieldUpdateOperationsInput_schema_1.EnumProcedureSourceFieldUpdateOperationsInputObjectSchema)]).optional(), + comboKey: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional() +}).strict(); +exports.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutPatientInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutPatientInput.schema.js index 9a7aee2d..c297c278 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUncheckedUpdateWithoutPatientInput.schema.js @@ -41,6 +41,7 @@ const z = __importStar(require("zod")); const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const NullableDecimalFieldUpdateOperationsInput_schema_1 = require("./NullableDecimalFieldUpdateOperationsInput.schema"); @@ -51,6 +52,7 @@ const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), appointmentId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), procedureLabel: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), fee: z.union([z.union([ diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateInput.schema.js index 1d87d29a..3513a477 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateInput.schema.js @@ -48,6 +48,7 @@ const EnumProcedureSourceFieldUpdateOperationsInput_schema_1 = require("./EnumPr const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); const AppointmentUpdateOneRequiredWithoutProceduresNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutProceduresNestedInput.schema"); const PatientUpdateOneRequiredWithoutProceduresNestedInput_schema_1 = require("./PatientUpdateOneRequiredWithoutProceduresNestedInput.schema"); +const NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema"); const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -69,7 +70,8 @@ const makeSchema = () => z.object({ comboKey: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutProceduresNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutProceduresNestedInputObjectSchema).optional(), - patient: z.lazy(() => PatientUpdateOneRequiredWithoutProceduresNestedInput_schema_1.PatientUpdateOneRequiredWithoutProceduresNestedInputObjectSchema).optional() + patient: z.lazy(() => PatientUpdateOneRequiredWithoutProceduresNestedInput_schema_1.PatientUpdateOneRequiredWithoutProceduresNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput_schema_1.NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectSchema).optional() }).strict(); exports.AppointmentProcedureUpdateInputObjectSchema = makeSchema(); exports.AppointmentProcedureUpdateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..19ba715d --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + where: z.ZodLazy>; + data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + where: Prisma.AppointmentProcedureScalarWhereInput; + data: Prisma.AppointmentProcedureUpdateManyMutationInput | Prisma.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput; +}, { + where: Prisma.AppointmentProcedureScalarWhereInput; + data: Prisma.AppointmentProcedureUpdateManyMutationInput | Prisma.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput; +}>; +//# sourceMappingURL=AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..874b40e3 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASxD,eAAO,MAAM,0EAA0E,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,CAA+G,CAAC;AACxR,eAAO,MAAM,6EAA6E;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..8eeb6ba0 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.js @@ -0,0 +1,46 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureScalarWhereInput_schema_1 = require("./AppointmentProcedureScalarWhereInput.schema"); +const AppointmentProcedureUpdateManyMutationInput_schema_1 = require("./AppointmentProcedureUpdateManyMutationInput.schema"); +const AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentProcedureScalarWhereInput_schema_1.AppointmentProcedureScalarWhereInputObjectSchema), + data: z.union([z.lazy(() => AppointmentProcedureUpdateManyMutationInput_schema_1.AppointmentProcedureUpdateManyMutationInputObjectSchema), z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInputObjectSchema)]) +}).strict(); +exports.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts new file mode 100644 index 00000000..64d80716 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts @@ -0,0 +1,41 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; + connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; + upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; + createMany: z.ZodOptional>>; + set: z.ZodOptional>, z.ZodArray>, "many">]>>; + disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; + delete: z.ZodOptional>, z.ZodArray>, "many">]>>; + connect: z.ZodOptional>, z.ZodArray>, "many">]>>; + update: z.ZodOptional>, z.ZodArray>, "many">]>>; + updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; + deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined; + set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; + upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; + disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; + deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; +}, { + create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined; + set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; + upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; + disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; + updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; + deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map new file mode 100644 index 00000000..e700aa96 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAwBxD,eAAO,MAAM,uEAAuE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,CAA4G,CAAC;AAC/Q,eAAO,MAAM,0EAA0E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.js new file mode 100644 index 00000000..9930a982 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.js @@ -0,0 +1,61 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectZodSchema = exports.AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateWithoutNpiProviderInput.schema"); +const AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema"); +const AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateManyNpiProviderInputEnvelope_schema_1 = require("./AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema"); +const AppointmentProcedureWhereUniqueInput_schema_1 = require("./AppointmentProcedureWhereUniqueInput.schema"); +const AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema"); +const AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema"); +const AppointmentProcedureScalarWhereInput_schema_1 = require("./AppointmentProcedureScalarWhereInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => AppointmentProcedureCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema).array(), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureCreateOrConnectWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateOrConnectWithoutNpiProviderInputObjectSchema).array()]).optional(), + upsert: z.union([z.lazy(() => AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => AppointmentProcedureCreateManyNpiProviderInputEnvelope_schema_1.AppointmentProcedureCreateManyNpiProviderInputEnvelopeObjectSchema).optional(), + set: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), + disconnect: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), + delete: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), + connect: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), + update: z.union([z.lazy(() => AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema).array()]).optional(), + updateMany: z.union([z.lazy(() => AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput_schema_1.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput_schema_1.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectSchema).array()]).optional(), + deleteMany: z.union([z.lazy(() => AppointmentProcedureScalarWhereInput_schema_1.AppointmentProcedureScalarWhereInputObjectSchema), z.lazy(() => AppointmentProcedureScalarWhereInput_schema_1.AppointmentProcedureScalarWhereInputObjectSchema).array()]).optional() +}).strict(); +exports.AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectSchema = makeSchema(); +exports.AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..cf6df83f --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + where: z.ZodLazy>; + data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + where: Prisma.AppointmentProcedureWhereUniqueInput; + data: Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput; +}, { + where: Prisma.AppointmentProcedureWhereUniqueInput; + data: Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput; +}>; +//# sourceMappingURL=AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..20a6fa8e --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASxD,eAAO,MAAM,4EAA4E,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,CAAiH,CAAC;AAC9R,eAAO,MAAM,+EAA+E;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..ea8e07e3 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.js @@ -0,0 +1,46 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureWhereUniqueInput_schema_1 = require("./AppointmentProcedureWhereUniqueInput.schema"); +const AppointmentProcedureUpdateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUpdateWithoutNpiProviderInput.schema"); +const AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), + data: z.union([z.lazy(() => AppointmentProcedureUpdateWithoutNpiProviderInput_schema_1.AppointmentProcedureUpdateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInputObjectSchema)]) +}).strict(); +exports.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutAppointmentInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutAppointmentInput.schema.js index 9765d770..1da662e8 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutAppointmentInput.schema.js @@ -47,6 +47,7 @@ const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); const EnumProcedureSourceFieldUpdateOperationsInput_schema_1 = require("./EnumProcedureSourceFieldUpdateOperationsInput.schema"); const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); const PatientUpdateOneRequiredWithoutProceduresNestedInput_schema_1 = require("./PatientUpdateOneRequiredWithoutProceduresNestedInput.schema"); +const NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema"); const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -67,7 +68,8 @@ const makeSchema = () => z.object({ source: z.union([ProcedureSource_schema_1.ProcedureSourceSchema, z.lazy(() => EnumProcedureSourceFieldUpdateOperationsInput_schema_1.EnumProcedureSourceFieldUpdateOperationsInputObjectSchema)]).optional(), comboKey: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), - patient: z.lazy(() => PatientUpdateOneRequiredWithoutProceduresNestedInput_schema_1.PatientUpdateOneRequiredWithoutProceduresNestedInputObjectSchema).optional() + patient: z.lazy(() => PatientUpdateOneRequiredWithoutProceduresNestedInput_schema_1.PatientUpdateOneRequiredWithoutProceduresNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput_schema_1.NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectSchema).optional() }).strict(); exports.AppointmentProcedureUpdateWithoutAppointmentInputObjectSchema = makeSchema(); exports.AppointmentProcedureUpdateWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..0c5a0d11 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,45 @@ +import * as z from 'zod'; +import { Prisma } from '../../../generated/prisma'; +import Decimal from 'decimal.js'; +export declare const AppointmentProcedureUpdateWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureUpdateWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + procedureCode: z.ZodOptional>]>>; + procedureLabel: z.ZodNullable>]>>>; + fee: z.ZodNullable, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal>, z.ZodLazy>]>>>; + category: z.ZodNullable>]>>>; + toothNumber: z.ZodNullable>]>>>; + toothSurface: z.ZodNullable>]>>>; + oralCavityArea: z.ZodNullable>]>>>; + source: z.ZodOptional, z.ZodLazy>]>>; + comboKey: z.ZodNullable>]>>>; + createdAt: z.ZodOptional>]>>; + appointment: z.ZodOptional>>; + patient: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patient?: Prisma.PatientUpdateOneRequiredWithoutProceduresNestedInput | undefined; + procedureCode?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + procedureLabel?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | Prisma.NullableDecimalFieldUpdateOperationsInput | null | undefined; + category?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothSurface?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + oralCavityArea?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceFieldUpdateOperationsInput | undefined; + comboKey?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + appointment?: Prisma.AppointmentUpdateOneRequiredWithoutProceduresNestedInput | undefined; +}, { + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patient?: Prisma.PatientUpdateOneRequiredWithoutProceduresNestedInput | undefined; + procedureCode?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + procedureLabel?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Prisma.Decimal | Decimal | Prisma.NullableDecimalFieldUpdateOperationsInput | null | undefined; + category?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + toothSurface?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + oralCavityArea?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceFieldUpdateOperationsInput | undefined; + comboKey?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + appointment?: Prisma.AppointmentUpdateOneRequiredWithoutProceduresNestedInput | undefined; +}>; +//# sourceMappingURL=AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..f85c59f2 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUpdateWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,OAAO,MAAM,YAAY,CAAC;AAiCjC,eAAO,MAAM,6DAA6D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,CAAkG,CAAC;AACjP,eAAO,MAAM,gEAAgE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..6dc42092 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.js @@ -0,0 +1,75 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureUpdateWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureUpdateWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const prisma_1 = require("../../../generated/prisma"); +const decimal_js_1 = __importDefault(require("decimal.js")); +const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableDecimalFieldUpdateOperationsInput_schema_1 = require("./NullableDecimalFieldUpdateOperationsInput.schema"); +const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); +const EnumProcedureSourceFieldUpdateOperationsInput_schema_1 = require("./EnumProcedureSourceFieldUpdateOperationsInput.schema"); +const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const AppointmentUpdateOneRequiredWithoutProceduresNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutProceduresNestedInput.schema"); +const PatientUpdateOneRequiredWithoutProceduresNestedInput_schema_1 = require("./PatientUpdateOneRequiredWithoutProceduresNestedInput.schema"); +const decimal_helpers_1 = require("../../helpers/decimal-helpers"); +const makeSchema = () => z.object({ + procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + procedureLabel: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + fee: z.union([z.union([ + z.number(), + z.string(), + z.instanceof(decimal_js_1.default), + z.instanceof(prisma_1.Prisma.Decimal), + decimal_helpers_1.DecimalJSLikeSchema, + ]).refine((v) => (0, decimal_helpers_1.isValidDecimalInput)(v), { + message: "Field 'fee' must be a Decimal", + }), z.lazy(() => NullableDecimalFieldUpdateOperationsInput_schema_1.NullableDecimalFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + category: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + toothNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + toothSurface: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + oralCavityArea: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + source: z.union([ProcedureSource_schema_1.ProcedureSourceSchema, z.lazy(() => EnumProcedureSourceFieldUpdateOperationsInput_schema_1.EnumProcedureSourceFieldUpdateOperationsInputObjectSchema)]).optional(), + comboKey: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutProceduresNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutProceduresNestedInputObjectSchema).optional(), + patient: z.lazy(() => PatientUpdateOneRequiredWithoutProceduresNestedInput_schema_1.PatientUpdateOneRequiredWithoutProceduresNestedInputObjectSchema).optional() +}).strict(); +exports.AppointmentProcedureUpdateWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureUpdateWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutPatientInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutPatientInput.schema.js index 8fdfe777..cd57a703 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpdateWithoutPatientInput.schema.js @@ -47,6 +47,7 @@ const ProcedureSource_schema_1 = require("../enums/ProcedureSource.schema"); const EnumProcedureSourceFieldUpdateOperationsInput_schema_1 = require("./EnumProcedureSourceFieldUpdateOperationsInput.schema"); const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); const AppointmentUpdateOneRequiredWithoutProceduresNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutProceduresNestedInput.schema"); +const NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema"); const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const makeSchema = () => z.object({ procedureCode: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -67,7 +68,8 @@ const makeSchema = () => z.object({ source: z.union([ProcedureSource_schema_1.ProcedureSourceSchema, z.lazy(() => EnumProcedureSourceFieldUpdateOperationsInput_schema_1.EnumProcedureSourceFieldUpdateOperationsInputObjectSchema)]).optional(), comboKey: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), - appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutProceduresNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutProceduresNestedInputObjectSchema).optional() + appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutProceduresNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutProceduresNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput_schema_1.NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectSchema).optional() }).strict(); exports.AppointmentProcedureUpdateWithoutPatientInputObjectSchema = makeSchema(); exports.AppointmentProcedureUpdateWithoutPatientInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..c351bc71 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,17 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + where: z.ZodLazy>; + update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; + create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + create: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput; + where: Prisma.AppointmentProcedureWhereUniqueInput; + update: Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput; +}, { + create: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput; + where: Prisma.AppointmentProcedureWhereUniqueInput; + update: Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput; +}>; +//# sourceMappingURL=AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..51bcc5fc --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAYxD,eAAO,MAAM,4EAA4E,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,CAAiH,CAAC;AAC9R,eAAO,MAAM,+EAA+E;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..7c248711 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.js @@ -0,0 +1,49 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectZodSchema = exports.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureWhereUniqueInput_schema_1 = require("./AppointmentProcedureWhereUniqueInput.schema"); +const AppointmentProcedureUpdateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUpdateWithoutNpiProviderInput.schema"); +const AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateWithoutNpiProviderInput.schema"); +const AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), + update: z.union([z.lazy(() => AppointmentProcedureUpdateWithoutNpiProviderInput_schema_1.AppointmentProcedureUpdateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInputObjectSchema)]), + create: z.union([z.lazy(() => AppointmentProcedureCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateWithoutNpiProviderInputObjectSchema)]) +}).strict(); +exports.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentProcedureWhereInput.schema.js b/packages/db/shared/schemas/objects/AppointmentProcedureWhereInput.schema.js index 79e46ebb..48ad740c 100644 --- a/packages/db/shared/schemas/objects/AppointmentProcedureWhereInput.schema.js +++ b/packages/db/shared/schemas/objects/AppointmentProcedureWhereInput.schema.js @@ -41,6 +41,7 @@ const z = __importStar(require("zod")); const prisma_1 = require("../../../generated/prisma"); const decimal_js_1 = __importDefault(require("decimal.js")); const IntFilter_schema_1 = require("./IntFilter.schema"); +const IntNullableFilter_schema_1 = require("./IntNullableFilter.schema"); const StringFilter_schema_1 = require("./StringFilter.schema"); const StringNullableFilter_schema_1 = require("./StringNullableFilter.schema"); const DecimalNullableFilter_schema_1 = require("./DecimalNullableFilter.schema"); @@ -51,6 +52,8 @@ const AppointmentScalarRelationFilter_schema_1 = require("./AppointmentScalarRel const AppointmentWhereInput_schema_1 = require("./AppointmentWhereInput.schema"); const PatientScalarRelationFilter_schema_1 = require("./PatientScalarRelationFilter.schema"); const PatientWhereInput_schema_1 = require("./PatientWhereInput.schema"); +const NpiProviderNullableScalarRelationFilter_schema_1 = require("./NpiProviderNullableScalarRelationFilter.schema"); +const NpiProviderWhereInput_schema_1 = require("./NpiProviderWhereInput.schema"); const decimal_helpers_1 = require("../../helpers/decimal-helpers"); const appointmentprocedurewhereinputSchema = z.object({ AND: z.union([z.lazy(() => exports.AppointmentProcedureWhereInputObjectSchema), z.lazy(() => exports.AppointmentProcedureWhereInputObjectSchema).array()]).optional(), @@ -59,6 +62,7 @@ const appointmentprocedurewhereinputSchema = z.object({ id: z.union([z.lazy(() => IntFilter_schema_1.IntFilterObjectSchema), z.number().int()]).optional(), appointmentId: z.union([z.lazy(() => IntFilter_schema_1.IntFilterObjectSchema), z.number().int()]).optional(), patientId: z.union([z.lazy(() => IntFilter_schema_1.IntFilterObjectSchema), z.number().int()]).optional(), + npiProviderId: z.union([z.lazy(() => IntNullableFilter_schema_1.IntNullableFilterObjectSchema), z.number().int()]).optional().nullable(), procedureCode: z.union([z.lazy(() => StringFilter_schema_1.StringFilterObjectSchema), z.string()]).optional(), procedureLabel: z.union([z.lazy(() => StringNullableFilter_schema_1.StringNullableFilterObjectSchema), z.string()]).optional().nullable(), fee: z.union([z.lazy(() => DecimalNullableFilter_schema_1.DecimalNullableFilterObjectSchema), z.union([ @@ -78,7 +82,8 @@ const appointmentprocedurewhereinputSchema = z.object({ comboKey: z.union([z.lazy(() => StringNullableFilter_schema_1.StringNullableFilterObjectSchema), z.string()]).optional().nullable(), createdAt: z.union([z.lazy(() => DateTimeFilter_schema_1.DateTimeFilterObjectSchema), z.coerce.date()]).optional(), appointment: z.union([z.lazy(() => AppointmentScalarRelationFilter_schema_1.AppointmentScalarRelationFilterObjectSchema), z.lazy(() => AppointmentWhereInput_schema_1.AppointmentWhereInputObjectSchema)]).optional(), - patient: z.union([z.lazy(() => PatientScalarRelationFilter_schema_1.PatientScalarRelationFilterObjectSchema), z.lazy(() => PatientWhereInput_schema_1.PatientWhereInputObjectSchema)]).optional() + patient: z.union([z.lazy(() => PatientScalarRelationFilter_schema_1.PatientScalarRelationFilterObjectSchema), z.lazy(() => PatientWhereInput_schema_1.PatientWhereInputObjectSchema)]).optional(), + npiProvider: z.union([z.lazy(() => NpiProviderNullableScalarRelationFilter_schema_1.NpiProviderNullableScalarRelationFilterObjectSchema), z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema)]).optional() }).strict(); exports.AppointmentProcedureWhereInputObjectSchema = appointmentprocedurewhereinputSchema; exports.AppointmentProcedureWhereInputObjectZodSchema = appointmentprocedurewhereinputSchema; diff --git a/packages/db/shared/schemas/objects/AppointmentSelect.schema.ts b/packages/db/shared/schemas/objects/AppointmentSelect.schema.ts index b48d9de6..0bfe6d86 100644 --- a/packages/db/shared/schemas/objects/AppointmentSelect.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentSelect.schema.ts @@ -5,6 +5,7 @@ import { UserArgsObjectSchema as UserArgsObjectSchema } from './UserArgs.schema' import { StaffArgsObjectSchema as StaffArgsObjectSchema } from './StaffArgs.schema'; import { AppointmentProcedureFindManySchema as AppointmentProcedureFindManySchema } from '../findManyAppointmentProcedure.schema'; import { ClaimFindManySchema as ClaimFindManySchema } from '../findManyClaim.schema'; +import { AppointmentFileFindManySchema as AppointmentFileFindManySchema } from '../findManyAppointmentFile.schema'; import { AppointmentCountOutputTypeArgsObjectSchema as AppointmentCountOutputTypeArgsObjectSchema } from './AppointmentCountOutputTypeArgs.schema' const makeSchema = () => z.object({ @@ -27,6 +28,7 @@ const makeSchema = () => z.object({ staff: z.union([z.boolean(), z.lazy(() => StaffArgsObjectSchema)]).optional(), procedures: z.union([z.boolean(), z.lazy(() => AppointmentProcedureFindManySchema)]).optional(), claims: z.union([z.boolean(), z.lazy(() => ClaimFindManySchema)]).optional(), + files: z.union([z.boolean(), z.lazy(() => AppointmentFileFindManySchema)]).optional(), _count: z.union([z.boolean(), z.lazy(() => AppointmentCountOutputTypeArgsObjectSchema)]).optional() }).strict(); export const AppointmentSelectObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateInput.schema.ts index 6cd881ba..c33f4f7a 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateInput.schema.ts @@ -2,7 +2,8 @@ import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema'; -import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema' +import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ id: z.number().int().optional(), @@ -20,7 +21,8 @@ const makeSchema = () => z.object({ createdAt: z.coerce.date().optional(), eligibilityStatus: PatientStatusSchema.optional(), procedures: z.lazy(() => AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedCreateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedCreateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutClaimsInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutClaimsInput.schema.ts index aaf1bec2..b4c527d7 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutClaimsInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutClaimsInput.schema.ts @@ -1,7 +1,8 @@ import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { PatientStatusSchema } from '../enums/PatientStatus.schema'; -import { AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema' +import { AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ id: z.number().int().optional(), @@ -18,7 +19,8 @@ const makeSchema = () => z.object({ status: z.string().optional(), createdAt: z.coerce.date().optional(), eligibilityStatus: PatientStatusSchema.optional(), - procedures: z.lazy(() => AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + procedures: z.lazy(() => AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedCreateWithoutClaimsInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedCreateWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutFilesInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutFilesInput.schema.ts new file mode 100644 index 00000000..f63bf602 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutFilesInput.schema.ts @@ -0,0 +1,26 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { PatientStatusSchema } from '../enums/PatientStatus.schema'; +import { AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema'; +import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema' + +const makeSchema = () => z.object({ + id: z.number().int().optional(), + patientId: z.number().int(), + userId: z.number().int(), + staffId: z.number().int(), + title: z.string(), + date: z.coerce.date(), + startTime: z.string(), + endTime: z.string(), + type: z.string(), + notes: z.string().optional().nullable(), + procedureCodeNotes: z.string().optional().nullable(), + status: z.string().optional(), + createdAt: z.coerce.date().optional(), + eligibilityStatus: PatientStatusSchema.optional(), + procedures: z.lazy(() => AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() +}).strict(); +export const AppointmentUncheckedCreateWithoutFilesInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentUncheckedCreateWithoutFilesInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutPatientInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutPatientInput.schema.ts index afa1a8de..9ba45762 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutPatientInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutPatientInput.schema.ts @@ -2,7 +2,8 @@ import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema'; -import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema' +import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ id: z.number().int().optional(), @@ -19,7 +20,8 @@ const makeSchema = () => z.object({ createdAt: z.coerce.date().optional(), eligibilityStatus: PatientStatusSchema.optional(), procedures: z.lazy(() => AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedCreateWithoutPatientInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedCreateWithoutPatientInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutProceduresInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutProceduresInput.schema.ts index d9b0069e..14e8369b 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutProceduresInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutProceduresInput.schema.ts @@ -1,7 +1,8 @@ import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { PatientStatusSchema } from '../enums/PatientStatus.schema'; -import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema' +import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ id: z.number().int().optional(), @@ -18,7 +19,8 @@ const makeSchema = () => z.object({ status: z.string().optional(), createdAt: z.coerce.date().optional(), eligibilityStatus: PatientStatusSchema.optional(), - claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedCreateWithoutProceduresInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedCreateWithoutProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutStaffInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutStaffInput.schema.ts index b3000df4..a28e9636 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutStaffInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutStaffInput.schema.ts @@ -2,7 +2,8 @@ import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema'; -import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema' +import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ id: z.number().int().optional(), @@ -19,7 +20,8 @@ const makeSchema = () => z.object({ createdAt: z.coerce.date().optional(), eligibilityStatus: PatientStatusSchema.optional(), procedures: z.lazy(() => AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedCreateWithoutStaffInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedCreateWithoutStaffInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutUserInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutUserInput.schema.ts index 7a693882..8b833990 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutUserInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedCreateWithoutUserInput.schema.ts @@ -2,7 +2,8 @@ import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema'; -import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema' +import { ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema'; +import { AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema as AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema } from './AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema' const makeSchema = () => z.object({ id: z.number().int().optional(), @@ -19,7 +20,8 @@ const makeSchema = () => z.object({ createdAt: z.coerce.date().optional(), eligibilityStatus: PatientStatusSchema.optional(), procedures: z.lazy(() => AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() + claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedCreateWithoutUserInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedCreateWithoutUserInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateInput.schema.ts index 26e5f492..b46fcf39 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateInput.schema.ts @@ -7,7 +7,8 @@ import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringF import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientStatusFieldUpdateOperationsInputObjectSchema } from './EnumPatientStatusFieldUpdateOperationsInput.schema'; import { AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; -import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema' +import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -25,7 +26,8 @@ const makeSchema = () => z.object({ createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), eligibilityStatus: z.union([PatientStatusSchema, z.lazy(() => EnumPatientStatusFieldUpdateOperationsInputObjectSchema)]).optional(), procedures: z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedUpdateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedUpdateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutClaimsInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutClaimsInput.schema.ts index 1294ab55..d87e768a 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutClaimsInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutClaimsInput.schema.ts @@ -6,7 +6,8 @@ import { DateTimeFieldUpdateOperationsInputObjectSchema as DateTimeFieldUpdateOp import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema'; import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientStatusFieldUpdateOperationsInputObjectSchema } from './EnumPatientStatusFieldUpdateOperationsInput.schema'; -import { AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema' +import { AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -23,7 +24,8 @@ const makeSchema = () => z.object({ status: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), eligibilityStatus: z.union([PatientStatusSchema, z.lazy(() => EnumPatientStatusFieldUpdateOperationsInputObjectSchema)]).optional(), - procedures: z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + procedures: z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedUpdateWithoutClaimsInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedUpdateWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutFilesInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutFilesInput.schema.ts new file mode 100644 index 00000000..dbfa6dc1 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutFilesInput.schema.ts @@ -0,0 +1,31 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { IntFieldUpdateOperationsInputObjectSchema as IntFieldUpdateOperationsInputObjectSchema } from './IntFieldUpdateOperationsInput.schema'; +import { StringFieldUpdateOperationsInputObjectSchema as StringFieldUpdateOperationsInputObjectSchema } from './StringFieldUpdateOperationsInput.schema'; +import { DateTimeFieldUpdateOperationsInputObjectSchema as DateTimeFieldUpdateOperationsInputObjectSchema } from './DateTimeFieldUpdateOperationsInput.schema'; +import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema'; +import { PatientStatusSchema } from '../enums/PatientStatus.schema'; +import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientStatusFieldUpdateOperationsInputObjectSchema } from './EnumPatientStatusFieldUpdateOperationsInput.schema'; +import { AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; +import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema' + +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), + patientId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), + userId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), + staffId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), + title: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + date: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + startTime: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + endTime: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + type: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + notes: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + procedureCodeNotes: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + status: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + eligibilityStatus: z.union([PatientStatusSchema, z.lazy(() => EnumPatientStatusFieldUpdateOperationsInputObjectSchema)]).optional(), + procedures: z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() +}).strict(); +export const AppointmentUncheckedUpdateWithoutFilesInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentUncheckedUpdateWithoutFilesInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutPatientInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutPatientInput.schema.ts index 9f0310a5..da65c864 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutPatientInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutPatientInput.schema.ts @@ -7,7 +7,8 @@ import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringF import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientStatusFieldUpdateOperationsInputObjectSchema } from './EnumPatientStatusFieldUpdateOperationsInput.schema'; import { AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; -import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema' +import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -24,7 +25,8 @@ const makeSchema = () => z.object({ createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), eligibilityStatus: z.union([PatientStatusSchema, z.lazy(() => EnumPatientStatusFieldUpdateOperationsInputObjectSchema)]).optional(), procedures: z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedUpdateWithoutPatientInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedUpdateWithoutPatientInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutProceduresInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutProceduresInput.schema.ts index 8c8ee7ab..36ddeae8 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutProceduresInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutProceduresInput.schema.ts @@ -6,7 +6,8 @@ import { DateTimeFieldUpdateOperationsInputObjectSchema as DateTimeFieldUpdateOp import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema'; import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientStatusFieldUpdateOperationsInputObjectSchema } from './EnumPatientStatusFieldUpdateOperationsInput.schema'; -import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema' +import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -23,7 +24,8 @@ const makeSchema = () => z.object({ status: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), eligibilityStatus: z.union([PatientStatusSchema, z.lazy(() => EnumPatientStatusFieldUpdateOperationsInputObjectSchema)]).optional(), - claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedUpdateWithoutProceduresInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedUpdateWithoutProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutStaffInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutStaffInput.schema.ts index 691b433f..8664d943 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutStaffInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutStaffInput.schema.ts @@ -7,7 +7,8 @@ import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringF import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientStatusFieldUpdateOperationsInputObjectSchema } from './EnumPatientStatusFieldUpdateOperationsInput.schema'; import { AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; -import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema' +import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -24,7 +25,8 @@ const makeSchema = () => z.object({ createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), eligibilityStatus: z.union([PatientStatusSchema, z.lazy(() => EnumPatientStatusFieldUpdateOperationsInputObjectSchema)]).optional(), procedures: z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedUpdateWithoutStaffInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedUpdateWithoutStaffInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutUserInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutUserInput.schema.ts index fe4f0ced..77e1aa38 100644 --- a/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutUserInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUncheckedUpdateWithoutUserInput.schema.ts @@ -7,7 +7,8 @@ import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringF import { PatientStatusSchema } from '../enums/PatientStatus.schema'; import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientStatusFieldUpdateOperationsInputObjectSchema } from './EnumPatientStatusFieldUpdateOperationsInput.schema'; import { AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; -import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema' +import { ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -24,7 +25,8 @@ const makeSchema = () => z.object({ createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), eligibilityStatus: z.union([PatientStatusSchema, z.lazy(() => EnumPatientStatusFieldUpdateOperationsInputObjectSchema)]).optional(), procedures: z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUncheckedUpdateWithoutUserInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUncheckedUpdateWithoutUserInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUpdateInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUpdateInput.schema.ts index 62f7c2b1..1ac4df28 100644 --- a/packages/db/shared/schemas/objects/AppointmentUpdateInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUpdateInput.schema.ts @@ -9,7 +9,8 @@ import { PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as P import { UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; import { StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema as StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema } from './StaffUpdateOneWithoutAppointmentsNestedInput.schema'; import { AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema'; -import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema' +import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ title: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -26,7 +27,8 @@ const makeSchema = () => z.object({ user: z.lazy(() => UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema).optional(), procedures: z.lazy(() => AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUpdateInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUpdateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUpdateOneRequiredWithoutFilesNestedInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUpdateOneRequiredWithoutFilesNestedInput.schema.ts new file mode 100644 index 00000000..6c1bea41 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentUpdateOneRequiredWithoutFilesNestedInput.schema.ts @@ -0,0 +1,20 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentCreateWithoutFilesInputObjectSchema as AppointmentCreateWithoutFilesInputObjectSchema } from './AppointmentCreateWithoutFilesInput.schema'; +import { AppointmentUncheckedCreateWithoutFilesInputObjectSchema as AppointmentUncheckedCreateWithoutFilesInputObjectSchema } from './AppointmentUncheckedCreateWithoutFilesInput.schema'; +import { AppointmentCreateOrConnectWithoutFilesInputObjectSchema as AppointmentCreateOrConnectWithoutFilesInputObjectSchema } from './AppointmentCreateOrConnectWithoutFilesInput.schema'; +import { AppointmentUpsertWithoutFilesInputObjectSchema as AppointmentUpsertWithoutFilesInputObjectSchema } from './AppointmentUpsertWithoutFilesInput.schema'; +import { AppointmentWhereUniqueInputObjectSchema as AppointmentWhereUniqueInputObjectSchema } from './AppointmentWhereUniqueInput.schema'; +import { AppointmentUpdateToOneWithWhereWithoutFilesInputObjectSchema as AppointmentUpdateToOneWithWhereWithoutFilesInputObjectSchema } from './AppointmentUpdateToOneWithWhereWithoutFilesInput.schema'; +import { AppointmentUpdateWithoutFilesInputObjectSchema as AppointmentUpdateWithoutFilesInputObjectSchema } from './AppointmentUpdateWithoutFilesInput.schema'; +import { AppointmentUncheckedUpdateWithoutFilesInputObjectSchema as AppointmentUncheckedUpdateWithoutFilesInputObjectSchema } from './AppointmentUncheckedUpdateWithoutFilesInput.schema' + +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => AppointmentCreateWithoutFilesInputObjectSchema), z.lazy(() => AppointmentUncheckedCreateWithoutFilesInputObjectSchema)]).optional(), + connectOrCreate: z.lazy(() => AppointmentCreateOrConnectWithoutFilesInputObjectSchema).optional(), + upsert: z.lazy(() => AppointmentUpsertWithoutFilesInputObjectSchema).optional(), + connect: z.lazy(() => AppointmentWhereUniqueInputObjectSchema).optional(), + update: z.union([z.lazy(() => AppointmentUpdateToOneWithWhereWithoutFilesInputObjectSchema), z.lazy(() => AppointmentUpdateWithoutFilesInputObjectSchema), z.lazy(() => AppointmentUncheckedUpdateWithoutFilesInputObjectSchema)]).optional() +}).strict(); +export const AppointmentUpdateOneRequiredWithoutFilesNestedInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentUpdateOneRequiredWithoutFilesNestedInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUpdateToOneWithWhereWithoutFilesInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUpdateToOneWithWhereWithoutFilesInput.schema.ts new file mode 100644 index 00000000..66ee1bfd --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentUpdateToOneWithWhereWithoutFilesInput.schema.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentWhereInputObjectSchema as AppointmentWhereInputObjectSchema } from './AppointmentWhereInput.schema'; +import { AppointmentUpdateWithoutFilesInputObjectSchema as AppointmentUpdateWithoutFilesInputObjectSchema } from './AppointmentUpdateWithoutFilesInput.schema'; +import { AppointmentUncheckedUpdateWithoutFilesInputObjectSchema as AppointmentUncheckedUpdateWithoutFilesInputObjectSchema } from './AppointmentUncheckedUpdateWithoutFilesInput.schema' + +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentWhereInputObjectSchema).optional(), + data: z.union([z.lazy(() => AppointmentUpdateWithoutFilesInputObjectSchema), z.lazy(() => AppointmentUncheckedUpdateWithoutFilesInputObjectSchema)]) +}).strict(); +export const AppointmentUpdateToOneWithWhereWithoutFilesInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentUpdateToOneWithWhereWithoutFilesInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutClaimsInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutClaimsInput.schema.ts index 9794c4f3..a2178d79 100644 --- a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutClaimsInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutClaimsInput.schema.ts @@ -8,7 +8,8 @@ import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientS import { PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './PatientUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; import { UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; import { StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema as StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema } from './StaffUpdateOneWithoutAppointmentsNestedInput.schema'; -import { AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema' +import { AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ title: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -24,7 +25,8 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), user: z.lazy(() => UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema).optional(), - procedures: z.lazy(() => AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + procedures: z.lazy(() => AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUpdateWithoutClaimsInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUpdateWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutFilesInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutFilesInput.schema.ts new file mode 100644 index 00000000..45bb3eb3 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutFilesInput.schema.ts @@ -0,0 +1,32 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { StringFieldUpdateOperationsInputObjectSchema as StringFieldUpdateOperationsInputObjectSchema } from './StringFieldUpdateOperationsInput.schema'; +import { DateTimeFieldUpdateOperationsInputObjectSchema as DateTimeFieldUpdateOperationsInputObjectSchema } from './DateTimeFieldUpdateOperationsInput.schema'; +import { NullableStringFieldUpdateOperationsInputObjectSchema as NullableStringFieldUpdateOperationsInputObjectSchema } from './NullableStringFieldUpdateOperationsInput.schema'; +import { PatientStatusSchema } from '../enums/PatientStatus.schema'; +import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientStatusFieldUpdateOperationsInputObjectSchema } from './EnumPatientStatusFieldUpdateOperationsInput.schema'; +import { PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './PatientUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; +import { UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; +import { StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema as StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema } from './StaffUpdateOneWithoutAppointmentsNestedInput.schema'; +import { AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema'; +import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema' + +const makeSchema = () => z.object({ + title: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + date: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + startTime: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + endTime: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + type: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + notes: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + procedureCodeNotes: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + status: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + eligibilityStatus: z.union([PatientStatusSchema, z.lazy(() => EnumPatientStatusFieldUpdateOperationsInputObjectSchema)]).optional(), + patient: z.lazy(() => PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), + user: z.lazy(() => UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), + staff: z.lazy(() => StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema).optional(), + procedures: z.lazy(() => AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() +}).strict(); +export const AppointmentUpdateWithoutFilesInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentUpdateWithoutFilesInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutPatientInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutPatientInput.schema.ts index 5cd70027..d6792b70 100644 --- a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutPatientInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutPatientInput.schema.ts @@ -8,7 +8,8 @@ import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientS import { UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; import { StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema as StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema } from './StaffUpdateOneWithoutAppointmentsNestedInput.schema'; import { AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema'; -import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema' +import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ title: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -24,7 +25,8 @@ const makeSchema = () => z.object({ user: z.lazy(() => UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema).optional(), procedures: z.lazy(() => AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUpdateWithoutPatientInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUpdateWithoutPatientInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutProceduresInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutProceduresInput.schema.ts index de437257..07d2dee7 100644 --- a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutProceduresInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutProceduresInput.schema.ts @@ -8,7 +8,8 @@ import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientS import { PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './PatientUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; import { UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; import { StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema as StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema } from './StaffUpdateOneWithoutAppointmentsNestedInput.schema'; -import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema' +import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ title: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -24,7 +25,8 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), user: z.lazy(() => UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUpdateWithoutProceduresInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUpdateWithoutProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutStaffInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutStaffInput.schema.ts index 50686942..414a609a 100644 --- a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutStaffInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutStaffInput.schema.ts @@ -8,7 +8,8 @@ import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientS import { PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './PatientUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; import { UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; import { AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema'; -import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema' +import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ title: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -24,7 +25,8 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), user: z.lazy(() => UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), procedures: z.lazy(() => AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUpdateWithoutStaffInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUpdateWithoutStaffInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutUserInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutUserInput.schema.ts index eebdf973..6cc93256 100644 --- a/packages/db/shared/schemas/objects/AppointmentUpdateWithoutUserInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentUpdateWithoutUserInput.schema.ts @@ -8,7 +8,8 @@ import { EnumPatientStatusFieldUpdateOperationsInputObjectSchema as EnumPatientS import { PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema as PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema } from './PatientUpdateOneRequiredWithoutAppointmentsNestedInput.schema'; import { StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema as StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema } from './StaffUpdateOneWithoutAppointmentsNestedInput.schema'; import { AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema'; -import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema' +import { ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema as ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema } from './ClaimUpdateManyWithoutAppointmentNestedInput.schema'; +import { AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema as AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema } from './AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema' const makeSchema = () => z.object({ title: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -24,7 +25,8 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema).optional(), procedures: z.lazy(() => AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), - claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() + claims: z.lazy(() => ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema).optional(), + files: z.lazy(() => AppointmentFileUpdateManyWithoutAppointmentNestedInputObjectSchema).optional() }).strict(); export const AppointmentUpdateWithoutUserInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const AppointmentUpdateWithoutUserInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentUpsertWithoutFilesInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentUpsertWithoutFilesInput.schema.ts new file mode 100644 index 00000000..9520a9e8 --- /dev/null +++ b/packages/db/shared/schemas/objects/AppointmentUpsertWithoutFilesInput.schema.ts @@ -0,0 +1,15 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +import { AppointmentUpdateWithoutFilesInputObjectSchema as AppointmentUpdateWithoutFilesInputObjectSchema } from './AppointmentUpdateWithoutFilesInput.schema'; +import { AppointmentUncheckedUpdateWithoutFilesInputObjectSchema as AppointmentUncheckedUpdateWithoutFilesInputObjectSchema } from './AppointmentUncheckedUpdateWithoutFilesInput.schema'; +import { AppointmentCreateWithoutFilesInputObjectSchema as AppointmentCreateWithoutFilesInputObjectSchema } from './AppointmentCreateWithoutFilesInput.schema'; +import { AppointmentUncheckedCreateWithoutFilesInputObjectSchema as AppointmentUncheckedCreateWithoutFilesInputObjectSchema } from './AppointmentUncheckedCreateWithoutFilesInput.schema'; +import { AppointmentWhereInputObjectSchema as AppointmentWhereInputObjectSchema } from './AppointmentWhereInput.schema' + +const makeSchema = () => z.object({ + update: z.union([z.lazy(() => AppointmentUpdateWithoutFilesInputObjectSchema), z.lazy(() => AppointmentUncheckedUpdateWithoutFilesInputObjectSchema)]), + create: z.union([z.lazy(() => AppointmentCreateWithoutFilesInputObjectSchema), z.lazy(() => AppointmentUncheckedCreateWithoutFilesInputObjectSchema)]), + where: z.lazy(() => AppointmentWhereInputObjectSchema).optional() +}).strict(); +export const AppointmentUpsertWithoutFilesInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; +export const AppointmentUpsertWithoutFilesInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/AppointmentWhereInput.schema.ts b/packages/db/shared/schemas/objects/AppointmentWhereInput.schema.ts index 60a9a471..e88f0a72 100644 --- a/packages/db/shared/schemas/objects/AppointmentWhereInput.schema.ts +++ b/packages/db/shared/schemas/objects/AppointmentWhereInput.schema.ts @@ -13,7 +13,8 @@ import { UserWhereInputObjectSchema as UserWhereInputObjectSchema } from './User import { StaffNullableScalarRelationFilterObjectSchema as StaffNullableScalarRelationFilterObjectSchema } from './StaffNullableScalarRelationFilter.schema'; import { StaffWhereInputObjectSchema as StaffWhereInputObjectSchema } from './StaffWhereInput.schema'; import { AppointmentProcedureListRelationFilterObjectSchema as AppointmentProcedureListRelationFilterObjectSchema } from './AppointmentProcedureListRelationFilter.schema'; -import { ClaimListRelationFilterObjectSchema as ClaimListRelationFilterObjectSchema } from './ClaimListRelationFilter.schema' +import { ClaimListRelationFilterObjectSchema as ClaimListRelationFilterObjectSchema } from './ClaimListRelationFilter.schema'; +import { AppointmentFileListRelationFilterObjectSchema as AppointmentFileListRelationFilterObjectSchema } from './AppointmentFileListRelationFilter.schema' const appointmentwhereinputSchema = z.object({ AND: z.union([z.lazy(() => AppointmentWhereInputObjectSchema), z.lazy(() => AppointmentWhereInputObjectSchema).array()]).optional(), @@ -37,7 +38,8 @@ const appointmentwhereinputSchema = z.object({ user: z.union([z.lazy(() => UserScalarRelationFilterObjectSchema), z.lazy(() => UserWhereInputObjectSchema)]).optional(), staff: z.union([z.lazy(() => StaffNullableScalarRelationFilterObjectSchema), z.lazy(() => StaffWhereInputObjectSchema)]).optional(), procedures: z.lazy(() => AppointmentProcedureListRelationFilterObjectSchema).optional(), - claims: z.lazy(() => ClaimListRelationFilterObjectSchema).optional() + claims: z.lazy(() => ClaimListRelationFilterObjectSchema).optional(), + files: z.lazy(() => AppointmentFileListRelationFilterObjectSchema).optional() }).strict(); export const AppointmentWhereInputObjectSchema: z.ZodType = appointmentwhereinputSchema as unknown as z.ZodType; export const AppointmentWhereInputObjectZodSchema = appointmentwhereinputSchema; diff --git a/packages/db/shared/schemas/objects/ClaimAvgAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimAvgAggregateInput.schema.js index c952ba95..a333f09d 100644 --- a/packages/db/shared/schemas/objects/ClaimAvgAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimAvgAggregateInput.schema.js @@ -40,7 +40,8 @@ const makeSchema = () => z.object({ patientId: z.literal(true).optional(), appointmentId: z.literal(true).optional(), userId: z.literal(true).optional(), - staffId: z.literal(true).optional() + staffId: z.literal(true).optional(), + npiProviderId: z.literal(true).optional() }).strict(); exports.ClaimAvgAggregateInputObjectSchema = makeSchema(); exports.ClaimAvgAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimAvgOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimAvgOrderByAggregateInput.schema.js index c8f83154..dde5e5ab 100644 --- a/packages/db/shared/schemas/objects/ClaimAvgOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimAvgOrderByAggregateInput.schema.js @@ -41,7 +41,8 @@ const makeSchema = () => z.object({ patientId: SortOrder_schema_1.SortOrderSchema.optional(), appointmentId: SortOrder_schema_1.SortOrderSchema.optional(), userId: SortOrder_schema_1.SortOrderSchema.optional(), - staffId: SortOrder_schema_1.SortOrderSchema.optional() + staffId: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); exports.ClaimAvgOrderByAggregateInputObjectSchema = makeSchema(); exports.ClaimAvgOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCountAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimCountAggregateInput.schema.js index d7fa1e2e..04f989f9 100644 --- a/packages/db/shared/schemas/objects/ClaimCountAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCountAggregateInput.schema.js @@ -53,6 +53,7 @@ const makeSchema = () => z.object({ updatedAt: z.literal(true).optional(), status: z.literal(true).optional(), claimNumber: z.literal(true).optional(), + npiProviderId: z.literal(true).optional(), _all: z.literal(true).optional() }).strict(); exports.ClaimCountAggregateInputObjectSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCountOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimCountOrderByAggregateInput.schema.js index 1eef6528..54dfd750 100644 --- a/packages/db/shared/schemas/objects/ClaimCountOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCountOrderByAggregateInput.schema.js @@ -53,7 +53,8 @@ const makeSchema = () => z.object({ createdAt: SortOrder_schema_1.SortOrderSchema.optional(), updatedAt: SortOrder_schema_1.SortOrderSchema.optional(), status: SortOrder_schema_1.SortOrderSchema.optional(), - claimNumber: SortOrder_schema_1.SortOrderSchema.optional() + claimNumber: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); exports.ClaimCountOrderByAggregateInputObjectSchema = makeSchema(); exports.ClaimCountOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateInput.schema.js index b159359a..9495f719 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateInput.schema.js @@ -42,6 +42,7 @@ const PatientCreateNestedOneWithoutClaimsInput_schema_1 = require("./PatientCrea const AppointmentCreateNestedOneWithoutClaimsInput_schema_1 = require("./AppointmentCreateNestedOneWithoutClaimsInput.schema"); const UserCreateNestedOneWithoutClaimsInput_schema_1 = require("./UserCreateNestedOneWithoutClaimsInput.schema"); const StaffCreateNestedOneWithoutClaimsInput_schema_1 = require("./StaffCreateNestedOneWithoutClaimsInput.schema"); +const NpiProviderCreateNestedOneWithoutClaimsInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutClaimsInput.schema"); const ServiceLineCreateNestedManyWithoutClaimInput_schema_1 = require("./ServiceLineCreateNestedManyWithoutClaimInput.schema"); const ClaimFileCreateNestedManyWithoutClaimInput_schema_1 = require("./ClaimFileCreateNestedManyWithoutClaimInput.schema"); const PaymentCreateNestedOneWithoutClaimInput_schema_1 = require("./PaymentCreateNestedOneWithoutClaimInput.schema"); @@ -62,6 +63,7 @@ const makeSchema = () => z.object({ appointment: z.lazy(() => AppointmentCreateNestedOneWithoutClaimsInput_schema_1.AppointmentCreateNestedOneWithoutClaimsInputObjectSchema), user: z.lazy(() => UserCreateNestedOneWithoutClaimsInput_schema_1.UserCreateNestedOneWithoutClaimsInputObjectSchema).optional(), staff: z.lazy(() => StaffCreateNestedOneWithoutClaimsInput_schema_1.StaffCreateNestedOneWithoutClaimsInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutClaimsInput_schema_1.NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineCreateNestedManyWithoutClaimInput_schema_1.ServiceLineCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileCreateNestedManyWithoutClaimInput_schema_1.ClaimFileCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentCreateNestedOneWithoutClaimInput_schema_1.PaymentCreateNestedOneWithoutClaimInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyAppointmentInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateManyAppointmentInput.schema.js index 47656737..0956da02 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateManyAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateManyAppointmentInput.schema.js @@ -55,7 +55,8 @@ const makeSchema = () => z.object({ createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), - claimNumber: z.string().optional().nullable() + claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable() }).strict(); exports.ClaimCreateManyAppointmentInputObjectSchema = makeSchema(); exports.ClaimCreateManyAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateManyInput.schema.js index a93c4a05..3a58215f 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateManyInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateManyInput.schema.js @@ -56,7 +56,8 @@ const makeSchema = () => z.object({ createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), - claimNumber: z.string().optional().nullable() + claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable() }).strict(); exports.ClaimCreateManyInputObjectSchema = makeSchema(); exports.ClaimCreateManyInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..43ce8184 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.d.ts @@ -0,0 +1,59 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimCreateManyNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimCreateManyNpiProviderInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional; + patientId: z.ZodNumber; + appointmentId: z.ZodNumber; + userId: z.ZodNumber; + staffId: z.ZodNumber; + patientName: z.ZodString; + memberId: z.ZodString; + dateOfBirth: z.ZodDate; + remarks: z.ZodString; + missingTeethStatus: z.ZodOptional>; + missingTeeth: z.ZodOptional, z.ZodType]>>; + serviceDate: z.ZodDate; + insuranceProvider: z.ZodString; + createdAt: z.ZodOptional; + updatedAt: z.ZodOptional; + status: z.ZodOptional>; + claimNumber: z.ZodNullable>; +}, "strict", z.ZodTypeAny, { + patientId: number; + appointmentId: number; + userId: number; + staffId: number; + patientName: string; + memberId: string; + dateOfBirth: Date; + remarks: string; + serviceDate: Date; + insuranceProvider: string; + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; + id?: number | undefined; + createdAt?: Date | undefined; + updatedAt?: Date | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + claimNumber?: string | null | undefined; +}, { + patientId: number; + appointmentId: number; + userId: number; + staffId: number; + patientName: string; + memberId: string; + dateOfBirth: Date; + remarks: string; + serviceDate: Date; + insuranceProvider: string; + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; + id?: number | undefined; + createdAt?: Date | undefined; + updatedAt?: Date | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + claimNumber?: string | null | undefined; +}>; +//# sourceMappingURL=ClaimCreateManyNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..b15a5856 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimCreateManyNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimCreateManyNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AA0BxD,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAgF,CAAC;AAC3L,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.js new file mode 100644 index 00000000..f72c7eba --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInput.schema.js @@ -0,0 +1,62 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimCreateManyNpiProviderInputObjectZodSchema = exports.ClaimCreateManyNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const MissingTeethStatus_schema_1 = require("../enums/MissingTeethStatus.schema"); +const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullValueInput.schema"); +const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); +const json_helpers_1 = require("../../helpers/json-helpers"); +const makeSchema = () => z.object({ + id: z.number().int().optional(), + patientId: z.number().int(), + appointmentId: z.number().int(), + userId: z.number().int(), + staffId: z.number().int(), + patientName: z.string(), + memberId: z.string(), + dateOfBirth: z.coerce.date(), + remarks: z.string(), + missingTeethStatus: MissingTeethStatus_schema_1.MissingTeethStatusSchema.optional(), + missingTeeth: z.union([NullableJsonNullValueInput_schema_1.NullableJsonNullValueInputSchema, json_helpers_1.JsonValueSchema]).optional(), + serviceDate: z.coerce.date(), + insuranceProvider: z.string(), + createdAt: z.coerce.date().optional(), + updatedAt: z.coerce.date().optional(), + status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), + claimNumber: z.string().optional().nullable() +}).strict(); +exports.ClaimCreateManyNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimCreateManyNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.d.ts b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.d.ts new file mode 100644 index 00000000..29fdc633 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimCreateManyNpiProviderInputEnvelopeObjectSchema: z.ZodType; +export declare const ClaimCreateManyNpiProviderInputEnvelopeObjectZodSchema: z.ZodObject<{ + data: z.ZodUnion<[z.ZodLazy>, z.ZodArray>, "many">]>; + skipDuplicates: z.ZodOptional; +}, "strict", z.ZodTypeAny, { + data: Prisma.ClaimCreateManyNpiProviderInput | Prisma.ClaimCreateManyNpiProviderInput[]; + skipDuplicates?: boolean | undefined; +}, { + data: Prisma.ClaimCreateManyNpiProviderInput | Prisma.ClaimCreateManyNpiProviderInput[]; + skipDuplicates?: boolean | undefined; +}>; +//# sourceMappingURL=ClaimCreateManyNpiProviderInputEnvelope.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.d.ts.map new file mode 100644 index 00000000..3ab01fe1 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimCreateManyNpiProviderInputEnvelope.schema.d.ts","sourceRoot":"","sources":["ClaimCreateManyNpiProviderInputEnvelope.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAOxD,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,CAAwF,CAAC;AACnN,eAAO,MAAM,sDAAsD;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.js b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.js new file mode 100644 index 00000000..e4fe21e1 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.js @@ -0,0 +1,44 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimCreateManyNpiProviderInputEnvelopeObjectZodSchema = exports.ClaimCreateManyNpiProviderInputEnvelopeObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimCreateManyNpiProviderInput_schema_1 = require("./ClaimCreateManyNpiProviderInput.schema"); +const makeSchema = () => z.object({ + data: z.union([z.lazy(() => ClaimCreateManyNpiProviderInput_schema_1.ClaimCreateManyNpiProviderInputObjectSchema), z.lazy(() => ClaimCreateManyNpiProviderInput_schema_1.ClaimCreateManyNpiProviderInputObjectSchema).array()]), + skipDuplicates: z.boolean().optional() +}).strict(); +exports.ClaimCreateManyNpiProviderInputEnvelopeObjectSchema = makeSchema(); +exports.ClaimCreateManyNpiProviderInputEnvelopeObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyPatientInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateManyPatientInput.schema.js index 810f9fa8..e08e68e9 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateManyPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateManyPatientInput.schema.js @@ -55,7 +55,8 @@ const makeSchema = () => z.object({ createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), - claimNumber: z.string().optional().nullable() + claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable() }).strict(); exports.ClaimCreateManyPatientInputObjectSchema = makeSchema(); exports.ClaimCreateManyPatientInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyStaffInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateManyStaffInput.schema.js index dcef34dd..84015ff6 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateManyStaffInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateManyStaffInput.schema.js @@ -55,7 +55,8 @@ const makeSchema = () => z.object({ createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), - claimNumber: z.string().optional().nullable() + claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable() }).strict(); exports.ClaimCreateManyStaffInputObjectSchema = makeSchema(); exports.ClaimCreateManyStaffInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateManyUserInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateManyUserInput.schema.js index 3c2feb8f..70cfc46b 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateManyUserInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateManyUserInput.schema.js @@ -55,7 +55,8 @@ const makeSchema = () => z.object({ createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), - claimNumber: z.string().optional().nullable() + claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable() }).strict(); exports.ClaimCreateManyUserInputObjectSchema = makeSchema(); exports.ClaimCreateManyUserInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..d1be2f7c --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,20 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimCreateNestedManyWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimCreateNestedManyWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; + connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; + createMany: z.ZodOptional>>; + connect: z.ZodOptional>, z.ZodArray>, "many">]>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined; + connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; +}, { + create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined; + connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; +}>; +//# sourceMappingURL=ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..9f9185d7 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimCreateNestedManyWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAaxD,eAAO,MAAM,wDAAwD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,CAA6F,CAAC;AAClO,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..3485a7ce --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.js @@ -0,0 +1,50 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimCreateNestedManyWithoutNpiProviderInputObjectZodSchema = exports.ClaimCreateNestedManyWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimCreateWithoutNpiProviderInput_schema_1 = require("./ClaimCreateWithoutNpiProviderInput.schema"); +const ClaimUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedCreateWithoutNpiProviderInput.schema"); +const ClaimCreateOrConnectWithoutNpiProviderInput_schema_1 = require("./ClaimCreateOrConnectWithoutNpiProviderInput.schema"); +const ClaimCreateManyNpiProviderInputEnvelope_schema_1 = require("./ClaimCreateManyNpiProviderInputEnvelope.schema"); +const ClaimWhereUniqueInput_schema_1 = require("./ClaimWhereUniqueInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => ClaimCreateWithoutNpiProviderInput_schema_1.ClaimCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimCreateWithoutNpiProviderInput_schema_1.ClaimCreateWithoutNpiProviderInputObjectSchema).array(), z.lazy(() => ClaimUncheckedCreateWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUncheckedCreateWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => ClaimCreateOrConnectWithoutNpiProviderInput_schema_1.ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimCreateOrConnectWithoutNpiProviderInput_schema_1.ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => ClaimCreateManyNpiProviderInputEnvelope_schema_1.ClaimCreateManyNpiProviderInputEnvelopeObjectSchema).optional(), + connect: z.union([z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema).array()]).optional() +}).strict(); +exports.ClaimCreateNestedManyWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimCreateNestedManyWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..cf5c7913 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimCreateOrConnectWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + where: z.ZodLazy>; + create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + create: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput; + where: Prisma.ClaimWhereUniqueInput; +}, { + create: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput; + where: Prisma.ClaimWhereUniqueInput; +}>; +//# sourceMappingURL=ClaimCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..13148965 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimCreateOrConnectWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimCreateOrConnectWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASxD,eAAO,MAAM,uDAAuD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,CAA4F,CAAC;AAC/N,eAAO,MAAM,0DAA0D;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..805871bf --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.js @@ -0,0 +1,46 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimCreateOrConnectWithoutNpiProviderInputObjectZodSchema = exports.ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimWhereUniqueInput_schema_1 = require("./ClaimWhereUniqueInput.schema"); +const ClaimCreateWithoutNpiProviderInput_schema_1 = require("./ClaimCreateWithoutNpiProviderInput.schema"); +const ClaimUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedCreateWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), + create: z.union([z.lazy(() => ClaimCreateWithoutNpiProviderInput_schema_1.ClaimCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUncheckedCreateWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema)]) +}).strict(); +exports.ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimCreateOrConnectWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateWithoutAppointmentInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateWithoutAppointmentInput.schema.js index fea88ee0..19764405 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateWithoutAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateWithoutAppointmentInput.schema.js @@ -41,6 +41,7 @@ const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const PatientCreateNestedOneWithoutClaimsInput_schema_1 = require("./PatientCreateNestedOneWithoutClaimsInput.schema"); const UserCreateNestedOneWithoutClaimsInput_schema_1 = require("./UserCreateNestedOneWithoutClaimsInput.schema"); const StaffCreateNestedOneWithoutClaimsInput_schema_1 = require("./StaffCreateNestedOneWithoutClaimsInput.schema"); +const NpiProviderCreateNestedOneWithoutClaimsInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutClaimsInput.schema"); const ServiceLineCreateNestedManyWithoutClaimInput_schema_1 = require("./ServiceLineCreateNestedManyWithoutClaimInput.schema"); const ClaimFileCreateNestedManyWithoutClaimInput_schema_1 = require("./ClaimFileCreateNestedManyWithoutClaimInput.schema"); const PaymentCreateNestedOneWithoutClaimInput_schema_1 = require("./PaymentCreateNestedOneWithoutClaimInput.schema"); @@ -61,6 +62,7 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientCreateNestedOneWithoutClaimsInput_schema_1.PatientCreateNestedOneWithoutClaimsInputObjectSchema), user: z.lazy(() => UserCreateNestedOneWithoutClaimsInput_schema_1.UserCreateNestedOneWithoutClaimsInputObjectSchema).optional(), staff: z.lazy(() => StaffCreateNestedOneWithoutClaimsInput_schema_1.StaffCreateNestedOneWithoutClaimsInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutClaimsInput_schema_1.NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineCreateNestedManyWithoutClaimInput_schema_1.ServiceLineCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileCreateNestedManyWithoutClaimInput_schema_1.ClaimFileCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentCreateNestedOneWithoutClaimInput_schema_1.PaymentCreateNestedOneWithoutClaimInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimCreateWithoutClaimFilesInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateWithoutClaimFilesInput.schema.js index 653c6e71..c1948695 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateWithoutClaimFilesInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateWithoutClaimFilesInput.schema.js @@ -42,6 +42,7 @@ const PatientCreateNestedOneWithoutClaimsInput_schema_1 = require("./PatientCrea const AppointmentCreateNestedOneWithoutClaimsInput_schema_1 = require("./AppointmentCreateNestedOneWithoutClaimsInput.schema"); const UserCreateNestedOneWithoutClaimsInput_schema_1 = require("./UserCreateNestedOneWithoutClaimsInput.schema"); const StaffCreateNestedOneWithoutClaimsInput_schema_1 = require("./StaffCreateNestedOneWithoutClaimsInput.schema"); +const NpiProviderCreateNestedOneWithoutClaimsInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutClaimsInput.schema"); const ServiceLineCreateNestedManyWithoutClaimInput_schema_1 = require("./ServiceLineCreateNestedManyWithoutClaimInput.schema"); const PaymentCreateNestedOneWithoutClaimInput_schema_1 = require("./PaymentCreateNestedOneWithoutClaimInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); @@ -62,6 +63,7 @@ const makeSchema = () => z.object({ appointment: z.lazy(() => AppointmentCreateNestedOneWithoutClaimsInput_schema_1.AppointmentCreateNestedOneWithoutClaimsInputObjectSchema), user: z.lazy(() => UserCreateNestedOneWithoutClaimsInput_schema_1.UserCreateNestedOneWithoutClaimsInputObjectSchema).optional(), staff: z.lazy(() => StaffCreateNestedOneWithoutClaimsInput_schema_1.StaffCreateNestedOneWithoutClaimsInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutClaimsInput_schema_1.NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineCreateNestedManyWithoutClaimInput_schema_1.ServiceLineCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentCreateNestedOneWithoutClaimInput_schema_1.PaymentCreateNestedOneWithoutClaimInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..7899ff00 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,65 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimCreateWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimCreateWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + patientName: z.ZodString; + memberId: z.ZodString; + dateOfBirth: z.ZodDate; + remarks: z.ZodString; + missingTeethStatus: z.ZodOptional>; + missingTeeth: z.ZodOptional, z.ZodType]>>; + serviceDate: z.ZodDate; + insuranceProvider: z.ZodString; + createdAt: z.ZodOptional; + updatedAt: z.ZodOptional; + status: z.ZodOptional>; + claimNumber: z.ZodNullable>; + patient: z.ZodLazy>; + appointment: z.ZodLazy>; + user: z.ZodOptional>>; + staff: z.ZodOptional>>; + serviceLines: z.ZodOptional>>; + claimFiles: z.ZodOptional>>; + payment: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + patient: Prisma.PatientCreateNestedOneWithoutClaimsInput; + appointment: Prisma.AppointmentCreateNestedOneWithoutClaimsInput; + patientName: string; + memberId: string; + dateOfBirth: Date; + remarks: string; + serviceDate: Date; + insuranceProvider: string; + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; + createdAt?: Date | undefined; + user?: Prisma.UserCreateNestedOneWithoutClaimsInput | undefined; + staff?: Prisma.StaffCreateNestedOneWithoutClaimsInput | undefined; + payment?: Prisma.PaymentCreateNestedOneWithoutClaimInput | undefined; + updatedAt?: Date | undefined; + serviceLines?: Prisma.ServiceLineCreateNestedManyWithoutClaimInput | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + claimNumber?: string | null | undefined; + claimFiles?: Prisma.ClaimFileCreateNestedManyWithoutClaimInput | undefined; +}, { + patient: Prisma.PatientCreateNestedOneWithoutClaimsInput; + appointment: Prisma.AppointmentCreateNestedOneWithoutClaimsInput; + patientName: string; + memberId: string; + dateOfBirth: Date; + remarks: string; + serviceDate: Date; + insuranceProvider: string; + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; + createdAt?: Date | undefined; + user?: Prisma.UserCreateNestedOneWithoutClaimsInput | undefined; + staff?: Prisma.StaffCreateNestedOneWithoutClaimsInput | undefined; + payment?: Prisma.PaymentCreateNestedOneWithoutClaimInput | undefined; + updatedAt?: Date | undefined; + serviceLines?: Prisma.ServiceLineCreateNestedManyWithoutClaimInput | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + claimNumber?: string | null | undefined; + claimFiles?: Prisma.ClaimFileCreateNestedManyWithoutClaimInput | undefined; +}>; +//# sourceMappingURL=ClaimCreateWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..6be0e5e9 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimCreateWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimCreateWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAmCxD,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,CAAmF,CAAC;AACpM,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..3b761c45 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimCreateWithoutNpiProviderInput.schema.js @@ -0,0 +1,71 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimCreateWithoutNpiProviderInputObjectZodSchema = exports.ClaimCreateWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const MissingTeethStatus_schema_1 = require("../enums/MissingTeethStatus.schema"); +const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullValueInput.schema"); +const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); +const PatientCreateNestedOneWithoutClaimsInput_schema_1 = require("./PatientCreateNestedOneWithoutClaimsInput.schema"); +const AppointmentCreateNestedOneWithoutClaimsInput_schema_1 = require("./AppointmentCreateNestedOneWithoutClaimsInput.schema"); +const UserCreateNestedOneWithoutClaimsInput_schema_1 = require("./UserCreateNestedOneWithoutClaimsInput.schema"); +const StaffCreateNestedOneWithoutClaimsInput_schema_1 = require("./StaffCreateNestedOneWithoutClaimsInput.schema"); +const ServiceLineCreateNestedManyWithoutClaimInput_schema_1 = require("./ServiceLineCreateNestedManyWithoutClaimInput.schema"); +const ClaimFileCreateNestedManyWithoutClaimInput_schema_1 = require("./ClaimFileCreateNestedManyWithoutClaimInput.schema"); +const PaymentCreateNestedOneWithoutClaimInput_schema_1 = require("./PaymentCreateNestedOneWithoutClaimInput.schema"); +const json_helpers_1 = require("../../helpers/json-helpers"); +const makeSchema = () => z.object({ + patientName: z.string(), + memberId: z.string(), + dateOfBirth: z.coerce.date(), + remarks: z.string(), + missingTeethStatus: MissingTeethStatus_schema_1.MissingTeethStatusSchema.optional(), + missingTeeth: z.union([NullableJsonNullValueInput_schema_1.NullableJsonNullValueInputSchema, json_helpers_1.JsonValueSchema]).optional(), + serviceDate: z.coerce.date(), + insuranceProvider: z.string(), + createdAt: z.coerce.date().optional(), + updatedAt: z.coerce.date().optional(), + status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), + claimNumber: z.string().optional().nullable(), + patient: z.lazy(() => PatientCreateNestedOneWithoutClaimsInput_schema_1.PatientCreateNestedOneWithoutClaimsInputObjectSchema), + appointment: z.lazy(() => AppointmentCreateNestedOneWithoutClaimsInput_schema_1.AppointmentCreateNestedOneWithoutClaimsInputObjectSchema), + user: z.lazy(() => UserCreateNestedOneWithoutClaimsInput_schema_1.UserCreateNestedOneWithoutClaimsInputObjectSchema).optional(), + staff: z.lazy(() => StaffCreateNestedOneWithoutClaimsInput_schema_1.StaffCreateNestedOneWithoutClaimsInputObjectSchema).optional(), + serviceLines: z.lazy(() => ServiceLineCreateNestedManyWithoutClaimInput_schema_1.ServiceLineCreateNestedManyWithoutClaimInputObjectSchema).optional(), + claimFiles: z.lazy(() => ClaimFileCreateNestedManyWithoutClaimInput_schema_1.ClaimFileCreateNestedManyWithoutClaimInputObjectSchema).optional(), + payment: z.lazy(() => PaymentCreateNestedOneWithoutClaimInput_schema_1.PaymentCreateNestedOneWithoutClaimInputObjectSchema).optional() +}).strict(); +exports.ClaimCreateWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimCreateWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateWithoutPatientInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateWithoutPatientInput.schema.js index 7b480998..cbda8749 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateWithoutPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateWithoutPatientInput.schema.js @@ -41,6 +41,7 @@ const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const AppointmentCreateNestedOneWithoutClaimsInput_schema_1 = require("./AppointmentCreateNestedOneWithoutClaimsInput.schema"); const UserCreateNestedOneWithoutClaimsInput_schema_1 = require("./UserCreateNestedOneWithoutClaimsInput.schema"); const StaffCreateNestedOneWithoutClaimsInput_schema_1 = require("./StaffCreateNestedOneWithoutClaimsInput.schema"); +const NpiProviderCreateNestedOneWithoutClaimsInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutClaimsInput.schema"); const ServiceLineCreateNestedManyWithoutClaimInput_schema_1 = require("./ServiceLineCreateNestedManyWithoutClaimInput.schema"); const ClaimFileCreateNestedManyWithoutClaimInput_schema_1 = require("./ClaimFileCreateNestedManyWithoutClaimInput.schema"); const PaymentCreateNestedOneWithoutClaimInput_schema_1 = require("./PaymentCreateNestedOneWithoutClaimInput.schema"); @@ -61,6 +62,7 @@ const makeSchema = () => z.object({ appointment: z.lazy(() => AppointmentCreateNestedOneWithoutClaimsInput_schema_1.AppointmentCreateNestedOneWithoutClaimsInputObjectSchema), user: z.lazy(() => UserCreateNestedOneWithoutClaimsInput_schema_1.UserCreateNestedOneWithoutClaimsInputObjectSchema).optional(), staff: z.lazy(() => StaffCreateNestedOneWithoutClaimsInput_schema_1.StaffCreateNestedOneWithoutClaimsInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutClaimsInput_schema_1.NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineCreateNestedManyWithoutClaimInput_schema_1.ServiceLineCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileCreateNestedManyWithoutClaimInput_schema_1.ClaimFileCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentCreateNestedOneWithoutClaimInput_schema_1.PaymentCreateNestedOneWithoutClaimInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimCreateWithoutPaymentInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateWithoutPaymentInput.schema.js index 575e9b09..41a78c84 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateWithoutPaymentInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateWithoutPaymentInput.schema.js @@ -42,6 +42,7 @@ const PatientCreateNestedOneWithoutClaimsInput_schema_1 = require("./PatientCrea const AppointmentCreateNestedOneWithoutClaimsInput_schema_1 = require("./AppointmentCreateNestedOneWithoutClaimsInput.schema"); const UserCreateNestedOneWithoutClaimsInput_schema_1 = require("./UserCreateNestedOneWithoutClaimsInput.schema"); const StaffCreateNestedOneWithoutClaimsInput_schema_1 = require("./StaffCreateNestedOneWithoutClaimsInput.schema"); +const NpiProviderCreateNestedOneWithoutClaimsInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutClaimsInput.schema"); const ServiceLineCreateNestedManyWithoutClaimInput_schema_1 = require("./ServiceLineCreateNestedManyWithoutClaimInput.schema"); const ClaimFileCreateNestedManyWithoutClaimInput_schema_1 = require("./ClaimFileCreateNestedManyWithoutClaimInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); @@ -62,6 +63,7 @@ const makeSchema = () => z.object({ appointment: z.lazy(() => AppointmentCreateNestedOneWithoutClaimsInput_schema_1.AppointmentCreateNestedOneWithoutClaimsInputObjectSchema), user: z.lazy(() => UserCreateNestedOneWithoutClaimsInput_schema_1.UserCreateNestedOneWithoutClaimsInputObjectSchema).optional(), staff: z.lazy(() => StaffCreateNestedOneWithoutClaimsInput_schema_1.StaffCreateNestedOneWithoutClaimsInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutClaimsInput_schema_1.NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineCreateNestedManyWithoutClaimInput_schema_1.ServiceLineCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileCreateNestedManyWithoutClaimInput_schema_1.ClaimFileCreateNestedManyWithoutClaimInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateWithoutServiceLinesInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateWithoutServiceLinesInput.schema.js index d968fe83..6956fb0d 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateWithoutServiceLinesInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateWithoutServiceLinesInput.schema.js @@ -42,6 +42,7 @@ const PatientCreateNestedOneWithoutClaimsInput_schema_1 = require("./PatientCrea const AppointmentCreateNestedOneWithoutClaimsInput_schema_1 = require("./AppointmentCreateNestedOneWithoutClaimsInput.schema"); const UserCreateNestedOneWithoutClaimsInput_schema_1 = require("./UserCreateNestedOneWithoutClaimsInput.schema"); const StaffCreateNestedOneWithoutClaimsInput_schema_1 = require("./StaffCreateNestedOneWithoutClaimsInput.schema"); +const NpiProviderCreateNestedOneWithoutClaimsInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutClaimsInput.schema"); const ClaimFileCreateNestedManyWithoutClaimInput_schema_1 = require("./ClaimFileCreateNestedManyWithoutClaimInput.schema"); const PaymentCreateNestedOneWithoutClaimInput_schema_1 = require("./PaymentCreateNestedOneWithoutClaimInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); @@ -62,6 +63,7 @@ const makeSchema = () => z.object({ appointment: z.lazy(() => AppointmentCreateNestedOneWithoutClaimsInput_schema_1.AppointmentCreateNestedOneWithoutClaimsInputObjectSchema), user: z.lazy(() => UserCreateNestedOneWithoutClaimsInput_schema_1.UserCreateNestedOneWithoutClaimsInputObjectSchema).optional(), staff: z.lazy(() => StaffCreateNestedOneWithoutClaimsInput_schema_1.StaffCreateNestedOneWithoutClaimsInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutClaimsInput_schema_1.NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileCreateNestedManyWithoutClaimInput_schema_1.ClaimFileCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentCreateNestedOneWithoutClaimInput_schema_1.PaymentCreateNestedOneWithoutClaimInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimCreateWithoutStaffInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateWithoutStaffInput.schema.js index 15df357e..0487e1ea 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateWithoutStaffInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateWithoutStaffInput.schema.js @@ -41,6 +41,7 @@ const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const PatientCreateNestedOneWithoutClaimsInput_schema_1 = require("./PatientCreateNestedOneWithoutClaimsInput.schema"); const AppointmentCreateNestedOneWithoutClaimsInput_schema_1 = require("./AppointmentCreateNestedOneWithoutClaimsInput.schema"); const UserCreateNestedOneWithoutClaimsInput_schema_1 = require("./UserCreateNestedOneWithoutClaimsInput.schema"); +const NpiProviderCreateNestedOneWithoutClaimsInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutClaimsInput.schema"); const ServiceLineCreateNestedManyWithoutClaimInput_schema_1 = require("./ServiceLineCreateNestedManyWithoutClaimInput.schema"); const ClaimFileCreateNestedManyWithoutClaimInput_schema_1 = require("./ClaimFileCreateNestedManyWithoutClaimInput.schema"); const PaymentCreateNestedOneWithoutClaimInput_schema_1 = require("./PaymentCreateNestedOneWithoutClaimInput.schema"); @@ -61,6 +62,7 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientCreateNestedOneWithoutClaimsInput_schema_1.PatientCreateNestedOneWithoutClaimsInputObjectSchema), appointment: z.lazy(() => AppointmentCreateNestedOneWithoutClaimsInput_schema_1.AppointmentCreateNestedOneWithoutClaimsInputObjectSchema), user: z.lazy(() => UserCreateNestedOneWithoutClaimsInput_schema_1.UserCreateNestedOneWithoutClaimsInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutClaimsInput_schema_1.NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineCreateNestedManyWithoutClaimInput_schema_1.ServiceLineCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileCreateNestedManyWithoutClaimInput_schema_1.ClaimFileCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentCreateNestedOneWithoutClaimInput_schema_1.PaymentCreateNestedOneWithoutClaimInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimCreateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/ClaimCreateWithoutUserInput.schema.js index 81048c79..21058b28 100644 --- a/packages/db/shared/schemas/objects/ClaimCreateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimCreateWithoutUserInput.schema.js @@ -41,6 +41,7 @@ const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const PatientCreateNestedOneWithoutClaimsInput_schema_1 = require("./PatientCreateNestedOneWithoutClaimsInput.schema"); const AppointmentCreateNestedOneWithoutClaimsInput_schema_1 = require("./AppointmentCreateNestedOneWithoutClaimsInput.schema"); const StaffCreateNestedOneWithoutClaimsInput_schema_1 = require("./StaffCreateNestedOneWithoutClaimsInput.schema"); +const NpiProviderCreateNestedOneWithoutClaimsInput_schema_1 = require("./NpiProviderCreateNestedOneWithoutClaimsInput.schema"); const ServiceLineCreateNestedManyWithoutClaimInput_schema_1 = require("./ServiceLineCreateNestedManyWithoutClaimInput.schema"); const ClaimFileCreateNestedManyWithoutClaimInput_schema_1 = require("./ClaimFileCreateNestedManyWithoutClaimInput.schema"); const PaymentCreateNestedOneWithoutClaimInput_schema_1 = require("./PaymentCreateNestedOneWithoutClaimInput.schema"); @@ -61,6 +62,7 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientCreateNestedOneWithoutClaimsInput_schema_1.PatientCreateNestedOneWithoutClaimsInputObjectSchema), appointment: z.lazy(() => AppointmentCreateNestedOneWithoutClaimsInput_schema_1.AppointmentCreateNestedOneWithoutClaimsInputObjectSchema), staff: z.lazy(() => StaffCreateNestedOneWithoutClaimsInput_schema_1.StaffCreateNestedOneWithoutClaimsInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderCreateNestedOneWithoutClaimsInput_schema_1.NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineCreateNestedManyWithoutClaimInput_schema_1.ServiceLineCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileCreateNestedManyWithoutClaimInput_schema_1.ClaimFileCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentCreateNestedOneWithoutClaimInput_schema_1.PaymentCreateNestedOneWithoutClaimInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimFileCountAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileCountAggregateInput.schema.js index f8571592..c5f7b7df 100644 --- a/packages/db/shared/schemas/objects/ClaimFileCountAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileCountAggregateInput.schema.js @@ -40,6 +40,7 @@ const makeSchema = () => z.object({ claimId: z.literal(true).optional(), filename: z.literal(true).optional(), mimeType: z.literal(true).optional(), + filePath: z.literal(true).optional(), _all: z.literal(true).optional() }).strict(); exports.ClaimFileCountAggregateInputObjectSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileCountOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileCountOrderByAggregateInput.schema.js index 14c620a7..44348fe0 100644 --- a/packages/db/shared/schemas/objects/ClaimFileCountOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileCountOrderByAggregateInput.schema.js @@ -40,7 +40,8 @@ const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), claimId: SortOrder_schema_1.SortOrderSchema.optional(), filename: SortOrder_schema_1.SortOrderSchema.optional(), - mimeType: SortOrder_schema_1.SortOrderSchema.optional() + mimeType: SortOrder_schema_1.SortOrderSchema.optional(), + filePath: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); exports.ClaimFileCountOrderByAggregateInputObjectSchema = makeSchema(); exports.ClaimFileCountOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileCreateInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileCreateInput.schema.js index 5a3a96f6..0783afb4 100644 --- a/packages/db/shared/schemas/objects/ClaimFileCreateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileCreateInput.schema.js @@ -39,6 +39,7 @@ const ClaimCreateNestedOneWithoutClaimFilesInput_schema_1 = require("./ClaimCrea const makeSchema = () => z.object({ filename: z.string(), mimeType: z.string(), + filePath: z.string().optional().nullable(), claim: z.lazy(() => ClaimCreateNestedOneWithoutClaimFilesInput_schema_1.ClaimCreateNestedOneWithoutClaimFilesInputObjectSchema) }).strict(); exports.ClaimFileCreateInputObjectSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileCreateManyClaimInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileCreateManyClaimInput.schema.js index 44008416..9643b03e 100644 --- a/packages/db/shared/schemas/objects/ClaimFileCreateManyClaimInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileCreateManyClaimInput.schema.js @@ -38,7 +38,8 @@ const z = __importStar(require("zod")); const makeSchema = () => z.object({ id: z.number().int().optional(), filename: z.string(), - mimeType: z.string() + mimeType: z.string(), + filePath: z.string().optional().nullable() }).strict(); exports.ClaimFileCreateManyClaimInputObjectSchema = makeSchema(); exports.ClaimFileCreateManyClaimInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileCreateManyInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileCreateManyInput.schema.js index 761a0b14..4fc5be16 100644 --- a/packages/db/shared/schemas/objects/ClaimFileCreateManyInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileCreateManyInput.schema.js @@ -39,7 +39,8 @@ const makeSchema = () => z.object({ id: z.number().int().optional(), claimId: z.number().int(), filename: z.string(), - mimeType: z.string() + mimeType: z.string(), + filePath: z.string().optional().nullable() }).strict(); exports.ClaimFileCreateManyInputObjectSchema = makeSchema(); exports.ClaimFileCreateManyInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileCreateWithoutClaimInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileCreateWithoutClaimInput.schema.js index f3f27be5..773ba75e 100644 --- a/packages/db/shared/schemas/objects/ClaimFileCreateWithoutClaimInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileCreateWithoutClaimInput.schema.js @@ -37,7 +37,8 @@ exports.ClaimFileCreateWithoutClaimInputObjectZodSchema = exports.ClaimFileCreat const z = __importStar(require("zod")); const makeSchema = () => z.object({ filename: z.string(), - mimeType: z.string() + mimeType: z.string(), + filePath: z.string().optional().nullable() }).strict(); exports.ClaimFileCreateWithoutClaimInputObjectSchema = makeSchema(); exports.ClaimFileCreateWithoutClaimInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileMaxAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileMaxAggregateInput.schema.js index b616350d..ba82e4ab 100644 --- a/packages/db/shared/schemas/objects/ClaimFileMaxAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileMaxAggregateInput.schema.js @@ -39,7 +39,8 @@ const makeSchema = () => z.object({ id: z.literal(true).optional(), claimId: z.literal(true).optional(), filename: z.literal(true).optional(), - mimeType: z.literal(true).optional() + mimeType: z.literal(true).optional(), + filePath: z.literal(true).optional() }).strict(); exports.ClaimFileMaxAggregateInputObjectSchema = makeSchema(); exports.ClaimFileMaxAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileMaxOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileMaxOrderByAggregateInput.schema.js index 54b10612..3044693d 100644 --- a/packages/db/shared/schemas/objects/ClaimFileMaxOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileMaxOrderByAggregateInput.schema.js @@ -40,7 +40,8 @@ const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), claimId: SortOrder_schema_1.SortOrderSchema.optional(), filename: SortOrder_schema_1.SortOrderSchema.optional(), - mimeType: SortOrder_schema_1.SortOrderSchema.optional() + mimeType: SortOrder_schema_1.SortOrderSchema.optional(), + filePath: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); exports.ClaimFileMaxOrderByAggregateInputObjectSchema = makeSchema(); exports.ClaimFileMaxOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileMinAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileMinAggregateInput.schema.js index 4b1723c9..6331db36 100644 --- a/packages/db/shared/schemas/objects/ClaimFileMinAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileMinAggregateInput.schema.js @@ -39,7 +39,8 @@ const makeSchema = () => z.object({ id: z.literal(true).optional(), claimId: z.literal(true).optional(), filename: z.literal(true).optional(), - mimeType: z.literal(true).optional() + mimeType: z.literal(true).optional(), + filePath: z.literal(true).optional() }).strict(); exports.ClaimFileMinAggregateInputObjectSchema = makeSchema(); exports.ClaimFileMinAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileMinOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileMinOrderByAggregateInput.schema.js index f31b5698..76be93bd 100644 --- a/packages/db/shared/schemas/objects/ClaimFileMinOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileMinOrderByAggregateInput.schema.js @@ -40,7 +40,8 @@ const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), claimId: SortOrder_schema_1.SortOrderSchema.optional(), filename: SortOrder_schema_1.SortOrderSchema.optional(), - mimeType: SortOrder_schema_1.SortOrderSchema.optional() + mimeType: SortOrder_schema_1.SortOrderSchema.optional(), + filePath: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); exports.ClaimFileMinOrderByAggregateInputObjectSchema = makeSchema(); exports.ClaimFileMinOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileOrderByWithAggregationInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileOrderByWithAggregationInput.schema.js index 7bfb502d..d26dcfee 100644 --- a/packages/db/shared/schemas/objects/ClaimFileOrderByWithAggregationInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileOrderByWithAggregationInput.schema.js @@ -36,6 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.ClaimFileOrderByWithAggregationInputObjectZodSchema = exports.ClaimFileOrderByWithAggregationInputObjectSchema = void 0; const z = __importStar(require("zod")); const SortOrder_schema_1 = require("../enums/SortOrder.schema"); +const SortOrderInput_schema_1 = require("./SortOrderInput.schema"); const ClaimFileCountOrderByAggregateInput_schema_1 = require("./ClaimFileCountOrderByAggregateInput.schema"); const ClaimFileAvgOrderByAggregateInput_schema_1 = require("./ClaimFileAvgOrderByAggregateInput.schema"); const ClaimFileMaxOrderByAggregateInput_schema_1 = require("./ClaimFileMaxOrderByAggregateInput.schema"); @@ -46,6 +47,7 @@ const makeSchema = () => z.object({ claimId: SortOrder_schema_1.SortOrderSchema.optional(), filename: SortOrder_schema_1.SortOrderSchema.optional(), mimeType: SortOrder_schema_1.SortOrderSchema.optional(), + filePath: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), _count: z.lazy(() => ClaimFileCountOrderByAggregateInput_schema_1.ClaimFileCountOrderByAggregateInputObjectSchema).optional(), _avg: z.lazy(() => ClaimFileAvgOrderByAggregateInput_schema_1.ClaimFileAvgOrderByAggregateInputObjectSchema).optional(), _max: z.lazy(() => ClaimFileMaxOrderByAggregateInput_schema_1.ClaimFileMaxOrderByAggregateInputObjectSchema).optional(), diff --git a/packages/db/shared/schemas/objects/ClaimFileOrderByWithRelationInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileOrderByWithRelationInput.schema.js index bf09f31a..6799828f 100644 --- a/packages/db/shared/schemas/objects/ClaimFileOrderByWithRelationInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileOrderByWithRelationInput.schema.js @@ -36,12 +36,14 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.ClaimFileOrderByWithRelationInputObjectZodSchema = exports.ClaimFileOrderByWithRelationInputObjectSchema = void 0; const z = __importStar(require("zod")); const SortOrder_schema_1 = require("../enums/SortOrder.schema"); +const SortOrderInput_schema_1 = require("./SortOrderInput.schema"); const ClaimOrderByWithRelationInput_schema_1 = require("./ClaimOrderByWithRelationInput.schema"); const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), claimId: SortOrder_schema_1.SortOrderSchema.optional(), filename: SortOrder_schema_1.SortOrderSchema.optional(), mimeType: SortOrder_schema_1.SortOrderSchema.optional(), + filePath: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), claim: z.lazy(() => ClaimOrderByWithRelationInput_schema_1.ClaimOrderByWithRelationInputObjectSchema).optional() }).strict(); exports.ClaimFileOrderByWithRelationInputObjectSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileScalarWhereInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileScalarWhereInput.schema.js index bca2431e..375a8b8c 100644 --- a/packages/db/shared/schemas/objects/ClaimFileScalarWhereInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileScalarWhereInput.schema.js @@ -37,6 +37,7 @@ exports.ClaimFileScalarWhereInputObjectZodSchema = exports.ClaimFileScalarWhereI const z = __importStar(require("zod")); const IntFilter_schema_1 = require("./IntFilter.schema"); const StringFilter_schema_1 = require("./StringFilter.schema"); +const StringNullableFilter_schema_1 = require("./StringNullableFilter.schema"); const claimfilescalarwhereinputSchema = z.object({ AND: z.union([z.lazy(() => exports.ClaimFileScalarWhereInputObjectSchema), z.lazy(() => exports.ClaimFileScalarWhereInputObjectSchema).array()]).optional(), OR: z.lazy(() => exports.ClaimFileScalarWhereInputObjectSchema).array().optional(), @@ -44,7 +45,8 @@ const claimfilescalarwhereinputSchema = z.object({ id: z.union([z.lazy(() => IntFilter_schema_1.IntFilterObjectSchema), z.number().int()]).optional(), claimId: z.union([z.lazy(() => IntFilter_schema_1.IntFilterObjectSchema), z.number().int()]).optional(), filename: z.union([z.lazy(() => StringFilter_schema_1.StringFilterObjectSchema), z.string()]).optional(), - mimeType: z.union([z.lazy(() => StringFilter_schema_1.StringFilterObjectSchema), z.string()]).optional() + mimeType: z.union([z.lazy(() => StringFilter_schema_1.StringFilterObjectSchema), z.string()]).optional(), + filePath: z.union([z.lazy(() => StringNullableFilter_schema_1.StringNullableFilterObjectSchema), z.string()]).optional().nullable() }).strict(); exports.ClaimFileScalarWhereInputObjectSchema = claimfilescalarwhereinputSchema; exports.ClaimFileScalarWhereInputObjectZodSchema = claimfilescalarwhereinputSchema; diff --git a/packages/db/shared/schemas/objects/ClaimFileScalarWhereWithAggregatesInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileScalarWhereWithAggregatesInput.schema.js index d974f2f4..65a5dafd 100644 --- a/packages/db/shared/schemas/objects/ClaimFileScalarWhereWithAggregatesInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileScalarWhereWithAggregatesInput.schema.js @@ -37,6 +37,7 @@ exports.ClaimFileScalarWhereWithAggregatesInputObjectZodSchema = exports.ClaimFi const z = __importStar(require("zod")); const IntWithAggregatesFilter_schema_1 = require("./IntWithAggregatesFilter.schema"); const StringWithAggregatesFilter_schema_1 = require("./StringWithAggregatesFilter.schema"); +const StringNullableWithAggregatesFilter_schema_1 = require("./StringNullableWithAggregatesFilter.schema"); const claimfilescalarwherewithaggregatesinputSchema = z.object({ AND: z.union([z.lazy(() => exports.ClaimFileScalarWhereWithAggregatesInputObjectSchema), z.lazy(() => exports.ClaimFileScalarWhereWithAggregatesInputObjectSchema).array()]).optional(), OR: z.lazy(() => exports.ClaimFileScalarWhereWithAggregatesInputObjectSchema).array().optional(), @@ -44,7 +45,8 @@ const claimfilescalarwherewithaggregatesinputSchema = z.object({ id: z.union([z.lazy(() => IntWithAggregatesFilter_schema_1.IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(), claimId: z.union([z.lazy(() => IntWithAggregatesFilter_schema_1.IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(), filename: z.union([z.lazy(() => StringWithAggregatesFilter_schema_1.StringWithAggregatesFilterObjectSchema), z.string()]).optional(), - mimeType: z.union([z.lazy(() => StringWithAggregatesFilter_schema_1.StringWithAggregatesFilterObjectSchema), z.string()]).optional() + mimeType: z.union([z.lazy(() => StringWithAggregatesFilter_schema_1.StringWithAggregatesFilterObjectSchema), z.string()]).optional(), + filePath: z.union([z.lazy(() => StringNullableWithAggregatesFilter_schema_1.StringNullableWithAggregatesFilterObjectSchema), z.string()]).optional().nullable() }).strict(); exports.ClaimFileScalarWhereWithAggregatesInputObjectSchema = claimfilescalarwherewithaggregatesinputSchema; exports.ClaimFileScalarWhereWithAggregatesInputObjectZodSchema = claimfilescalarwherewithaggregatesinputSchema; diff --git a/packages/db/shared/schemas/objects/ClaimFileSelect.schema.js b/packages/db/shared/schemas/objects/ClaimFileSelect.schema.js index 5f9154a3..3b56bcc1 100644 --- a/packages/db/shared/schemas/objects/ClaimFileSelect.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileSelect.schema.js @@ -41,6 +41,7 @@ const makeSchema = () => z.object({ claimId: z.boolean().optional(), filename: z.boolean().optional(), mimeType: z.boolean().optional(), + filePath: z.boolean().optional(), claim: z.union([z.boolean(), z.lazy(() => ClaimArgs_schema_1.ClaimArgsObjectSchema)]).optional() }).strict(); exports.ClaimFileSelectObjectSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateInput.schema.js index ed809154..d300872b 100644 --- a/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateInput.schema.js @@ -39,7 +39,8 @@ const makeSchema = () => z.object({ id: z.number().int().optional(), claimId: z.number().int(), filename: z.string(), - mimeType: z.string() + mimeType: z.string(), + filePath: z.string().optional().nullable() }).strict(); exports.ClaimFileUncheckedCreateInputObjectSchema = makeSchema(); exports.ClaimFileUncheckedCreateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateWithoutClaimInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateWithoutClaimInput.schema.js index 6d7d5ff4..3aa50ee2 100644 --- a/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateWithoutClaimInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileUncheckedCreateWithoutClaimInput.schema.js @@ -38,7 +38,8 @@ const z = __importStar(require("zod")); const makeSchema = () => z.object({ id: z.number().int().optional(), filename: z.string(), - mimeType: z.string() + mimeType: z.string(), + filePath: z.string().optional().nullable() }).strict(); exports.ClaimFileUncheckedCreateWithoutClaimInputObjectSchema = makeSchema(); exports.ClaimFileUncheckedCreateWithoutClaimInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateInput.schema.js index 1631c067..71770a4c 100644 --- a/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateInput.schema.js @@ -37,11 +37,13 @@ exports.ClaimFileUncheckedUpdateInputObjectZodSchema = exports.ClaimFileUnchecke const z = __importStar(require("zod")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), claimId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), - mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional() + mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimFileUncheckedUpdateInputObjectSchema = makeSchema(); exports.ClaimFileUncheckedUpdateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyInput.schema.js index 88b056f7..30292b63 100644 --- a/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyInput.schema.js @@ -37,11 +37,13 @@ exports.ClaimFileUncheckedUpdateManyInputObjectZodSchema = exports.ClaimFileUnch const z = __importStar(require("zod")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), claimId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), - mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional() + mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimFileUncheckedUpdateManyInputObjectSchema = makeSchema(); exports.ClaimFileUncheckedUpdateManyInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyWithoutClaimInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyWithoutClaimInput.schema.js index b7163314..d1a00c1f 100644 --- a/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyWithoutClaimInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateManyWithoutClaimInput.schema.js @@ -37,10 +37,12 @@ exports.ClaimFileUncheckedUpdateManyWithoutClaimInputObjectZodSchema = exports.C const z = __importStar(require("zod")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), - mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional() + mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimFileUncheckedUpdateManyWithoutClaimInputObjectSchema = makeSchema(); exports.ClaimFileUncheckedUpdateManyWithoutClaimInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateWithoutClaimInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateWithoutClaimInput.schema.js index 854f92b9..46795021 100644 --- a/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateWithoutClaimInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileUncheckedUpdateWithoutClaimInput.schema.js @@ -37,10 +37,12 @@ exports.ClaimFileUncheckedUpdateWithoutClaimInputObjectZodSchema = exports.Claim const z = __importStar(require("zod")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), - mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional() + mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimFileUncheckedUpdateWithoutClaimInputObjectSchema = makeSchema(); exports.ClaimFileUncheckedUpdateWithoutClaimInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileUpdateInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileUpdateInput.schema.js index f6add81c..a181e72d 100644 --- a/packages/db/shared/schemas/objects/ClaimFileUpdateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileUpdateInput.schema.js @@ -36,10 +36,12 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.ClaimFileUpdateInputObjectZodSchema = exports.ClaimFileUpdateInputObjectSchema = void 0; const z = __importStar(require("zod")); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const ClaimUpdateOneRequiredWithoutClaimFilesNestedInput_schema_1 = require("./ClaimUpdateOneRequiredWithoutClaimFilesNestedInput.schema"); const makeSchema = () => z.object({ filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), claim: z.lazy(() => ClaimUpdateOneRequiredWithoutClaimFilesNestedInput_schema_1.ClaimUpdateOneRequiredWithoutClaimFilesNestedInputObjectSchema).optional() }).strict(); exports.ClaimFileUpdateInputObjectSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileUpdateManyMutationInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileUpdateManyMutationInput.schema.js index 8fc600ad..8bc07908 100644 --- a/packages/db/shared/schemas/objects/ClaimFileUpdateManyMutationInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileUpdateManyMutationInput.schema.js @@ -36,9 +36,11 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.ClaimFileUpdateManyMutationInputObjectZodSchema = exports.ClaimFileUpdateManyMutationInputObjectSchema = void 0; const z = __importStar(require("zod")); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const makeSchema = () => z.object({ filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), - mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional() + mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimFileUpdateManyMutationInputObjectSchema = makeSchema(); exports.ClaimFileUpdateManyMutationInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileUpdateWithoutClaimInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileUpdateWithoutClaimInput.schema.js index 54d31f15..cb13367c 100644 --- a/packages/db/shared/schemas/objects/ClaimFileUpdateWithoutClaimInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileUpdateWithoutClaimInput.schema.js @@ -36,9 +36,11 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.ClaimFileUpdateWithoutClaimInputObjectZodSchema = exports.ClaimFileUpdateWithoutClaimInputObjectSchema = void 0; const z = __importStar(require("zod")); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); const makeSchema = () => z.object({ filename: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), - mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional() + mimeType: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + filePath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimFileUpdateWithoutClaimInputObjectSchema = makeSchema(); exports.ClaimFileUpdateWithoutClaimInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimFileWhereInput.schema.js b/packages/db/shared/schemas/objects/ClaimFileWhereInput.schema.js index 7c2c1704..afb24371 100644 --- a/packages/db/shared/schemas/objects/ClaimFileWhereInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimFileWhereInput.schema.js @@ -37,6 +37,7 @@ exports.ClaimFileWhereInputObjectZodSchema = exports.ClaimFileWhereInputObjectSc const z = __importStar(require("zod")); const IntFilter_schema_1 = require("./IntFilter.schema"); const StringFilter_schema_1 = require("./StringFilter.schema"); +const StringNullableFilter_schema_1 = require("./StringNullableFilter.schema"); const ClaimScalarRelationFilter_schema_1 = require("./ClaimScalarRelationFilter.schema"); const ClaimWhereInput_schema_1 = require("./ClaimWhereInput.schema"); const claimfilewhereinputSchema = z.object({ @@ -47,6 +48,7 @@ const claimfilewhereinputSchema = z.object({ claimId: z.union([z.lazy(() => IntFilter_schema_1.IntFilterObjectSchema), z.number().int()]).optional(), filename: z.union([z.lazy(() => StringFilter_schema_1.StringFilterObjectSchema), z.string()]).optional(), mimeType: z.union([z.lazy(() => StringFilter_schema_1.StringFilterObjectSchema), z.string()]).optional(), + filePath: z.union([z.lazy(() => StringNullableFilter_schema_1.StringNullableFilterObjectSchema), z.string()]).optional().nullable(), claim: z.union([z.lazy(() => ClaimScalarRelationFilter_schema_1.ClaimScalarRelationFilterObjectSchema), z.lazy(() => ClaimWhereInput_schema_1.ClaimWhereInputObjectSchema)]).optional() }).strict(); exports.ClaimFileWhereInputObjectSchema = claimfilewhereinputSchema; diff --git a/packages/db/shared/schemas/objects/ClaimInclude.schema.js b/packages/db/shared/schemas/objects/ClaimInclude.schema.js index a8efd539..d2dbec41 100644 --- a/packages/db/shared/schemas/objects/ClaimInclude.schema.js +++ b/packages/db/shared/schemas/objects/ClaimInclude.schema.js @@ -39,6 +39,7 @@ const PatientArgs_schema_1 = require("./PatientArgs.schema"); const AppointmentArgs_schema_1 = require("./AppointmentArgs.schema"); const UserArgs_schema_1 = require("./UserArgs.schema"); const StaffArgs_schema_1 = require("./StaffArgs.schema"); +const NpiProviderArgs_schema_1 = require("./NpiProviderArgs.schema"); const findManyServiceLine_schema_1 = require("../findManyServiceLine.schema"); const findManyClaimFile_schema_1 = require("../findManyClaimFile.schema"); const PaymentArgs_schema_1 = require("./PaymentArgs.schema"); @@ -48,6 +49,7 @@ const makeSchema = () => z.object({ appointment: z.union([z.boolean(), z.lazy(() => AppointmentArgs_schema_1.AppointmentArgsObjectSchema)]).optional(), user: z.union([z.boolean(), z.lazy(() => UserArgs_schema_1.UserArgsObjectSchema)]).optional(), staff: z.union([z.boolean(), z.lazy(() => StaffArgs_schema_1.StaffArgsObjectSchema)]).optional(), + npiProvider: z.union([z.boolean(), z.lazy(() => NpiProviderArgs_schema_1.NpiProviderArgsObjectSchema)]).optional(), serviceLines: z.union([z.boolean(), z.lazy(() => findManyServiceLine_schema_1.ServiceLineFindManySchema)]).optional(), claimFiles: z.union([z.boolean(), z.lazy(() => findManyClaimFile_schema_1.ClaimFileFindManySchema)]).optional(), payment: z.union([z.boolean(), z.lazy(() => PaymentArgs_schema_1.PaymentArgsObjectSchema)]).optional(), diff --git a/packages/db/shared/schemas/objects/ClaimMaxAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimMaxAggregateInput.schema.js index 3f27502d..09e76052 100644 --- a/packages/db/shared/schemas/objects/ClaimMaxAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimMaxAggregateInput.schema.js @@ -51,7 +51,8 @@ const makeSchema = () => z.object({ createdAt: z.literal(true).optional(), updatedAt: z.literal(true).optional(), status: z.literal(true).optional(), - claimNumber: z.literal(true).optional() + claimNumber: z.literal(true).optional(), + npiProviderId: z.literal(true).optional() }).strict(); exports.ClaimMaxAggregateInputObjectSchema = makeSchema(); exports.ClaimMaxAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimMaxOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimMaxOrderByAggregateInput.schema.js index c02a9d7c..e88ed0d5 100644 --- a/packages/db/shared/schemas/objects/ClaimMaxOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimMaxOrderByAggregateInput.schema.js @@ -52,7 +52,8 @@ const makeSchema = () => z.object({ createdAt: SortOrder_schema_1.SortOrderSchema.optional(), updatedAt: SortOrder_schema_1.SortOrderSchema.optional(), status: SortOrder_schema_1.SortOrderSchema.optional(), - claimNumber: SortOrder_schema_1.SortOrderSchema.optional() + claimNumber: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); exports.ClaimMaxOrderByAggregateInputObjectSchema = makeSchema(); exports.ClaimMaxOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimMinAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimMinAggregateInput.schema.js index 3047406e..0e29d840 100644 --- a/packages/db/shared/schemas/objects/ClaimMinAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimMinAggregateInput.schema.js @@ -51,7 +51,8 @@ const makeSchema = () => z.object({ createdAt: z.literal(true).optional(), updatedAt: z.literal(true).optional(), status: z.literal(true).optional(), - claimNumber: z.literal(true).optional() + claimNumber: z.literal(true).optional(), + npiProviderId: z.literal(true).optional() }).strict(); exports.ClaimMinAggregateInputObjectSchema = makeSchema(); exports.ClaimMinAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimMinOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimMinOrderByAggregateInput.schema.js index b9b50de1..b2ef0d5a 100644 --- a/packages/db/shared/schemas/objects/ClaimMinOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimMinOrderByAggregateInput.schema.js @@ -52,7 +52,8 @@ const makeSchema = () => z.object({ createdAt: SortOrder_schema_1.SortOrderSchema.optional(), updatedAt: SortOrder_schema_1.SortOrderSchema.optional(), status: SortOrder_schema_1.SortOrderSchema.optional(), - claimNumber: SortOrder_schema_1.SortOrderSchema.optional() + claimNumber: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); exports.ClaimMinOrderByAggregateInputObjectSchema = makeSchema(); exports.ClaimMinOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimOrderByWithAggregationInput.schema.js b/packages/db/shared/schemas/objects/ClaimOrderByWithAggregationInput.schema.js index bdfa2a5f..9c332066 100644 --- a/packages/db/shared/schemas/objects/ClaimOrderByWithAggregationInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimOrderByWithAggregationInput.schema.js @@ -60,6 +60,7 @@ const makeSchema = () => z.object({ updatedAt: SortOrder_schema_1.SortOrderSchema.optional(), status: SortOrder_schema_1.SortOrderSchema.optional(), claimNumber: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), + npiProviderId: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), _count: z.lazy(() => ClaimCountOrderByAggregateInput_schema_1.ClaimCountOrderByAggregateInputObjectSchema).optional(), _avg: z.lazy(() => ClaimAvgOrderByAggregateInput_schema_1.ClaimAvgOrderByAggregateInputObjectSchema).optional(), _max: z.lazy(() => ClaimMaxOrderByAggregateInput_schema_1.ClaimMaxOrderByAggregateInputObjectSchema).optional(), diff --git a/packages/db/shared/schemas/objects/ClaimOrderByWithRelationInput.schema.js b/packages/db/shared/schemas/objects/ClaimOrderByWithRelationInput.schema.js index 22c7b460..c193dcfc 100644 --- a/packages/db/shared/schemas/objects/ClaimOrderByWithRelationInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimOrderByWithRelationInput.schema.js @@ -41,6 +41,7 @@ const PatientOrderByWithRelationInput_schema_1 = require("./PatientOrderByWithRe const AppointmentOrderByWithRelationInput_schema_1 = require("./AppointmentOrderByWithRelationInput.schema"); const UserOrderByWithRelationInput_schema_1 = require("./UserOrderByWithRelationInput.schema"); const StaffOrderByWithRelationInput_schema_1 = require("./StaffOrderByWithRelationInput.schema"); +const NpiProviderOrderByWithRelationInput_schema_1 = require("./NpiProviderOrderByWithRelationInput.schema"); const ServiceLineOrderByRelationAggregateInput_schema_1 = require("./ServiceLineOrderByRelationAggregateInput.schema"); const ClaimFileOrderByRelationAggregateInput_schema_1 = require("./ClaimFileOrderByRelationAggregateInput.schema"); const PaymentOrderByWithRelationInput_schema_1 = require("./PaymentOrderByWithRelationInput.schema"); @@ -62,10 +63,12 @@ const makeSchema = () => z.object({ updatedAt: SortOrder_schema_1.SortOrderSchema.optional(), status: SortOrder_schema_1.SortOrderSchema.optional(), claimNumber: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), + npiProviderId: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), patient: z.lazy(() => PatientOrderByWithRelationInput_schema_1.PatientOrderByWithRelationInputObjectSchema).optional(), appointment: z.lazy(() => AppointmentOrderByWithRelationInput_schema_1.AppointmentOrderByWithRelationInputObjectSchema).optional(), user: z.lazy(() => UserOrderByWithRelationInput_schema_1.UserOrderByWithRelationInputObjectSchema).optional(), staff: z.lazy(() => StaffOrderByWithRelationInput_schema_1.StaffOrderByWithRelationInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderOrderByWithRelationInput_schema_1.NpiProviderOrderByWithRelationInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineOrderByRelationAggregateInput_schema_1.ServiceLineOrderByRelationAggregateInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileOrderByRelationAggregateInput_schema_1.ClaimFileOrderByRelationAggregateInputObjectSchema).optional(), payment: z.lazy(() => PaymentOrderByWithRelationInput_schema_1.PaymentOrderByWithRelationInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimScalarWhereInput.schema.js b/packages/db/shared/schemas/objects/ClaimScalarWhereInput.schema.js index 2e835649..393a7f47 100644 --- a/packages/db/shared/schemas/objects/ClaimScalarWhereInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimScalarWhereInput.schema.js @@ -44,6 +44,7 @@ const JsonNullableFilter_schema_1 = require("./JsonNullableFilter.schema"); const EnumClaimStatusFilter_schema_1 = require("./EnumClaimStatusFilter.schema"); const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const StringNullableFilter_schema_1 = require("./StringNullableFilter.schema"); +const IntNullableFilter_schema_1 = require("./IntNullableFilter.schema"); const claimscalarwhereinputSchema = z.object({ AND: z.union([z.lazy(() => exports.ClaimScalarWhereInputObjectSchema), z.lazy(() => exports.ClaimScalarWhereInputObjectSchema).array()]).optional(), OR: z.lazy(() => exports.ClaimScalarWhereInputObjectSchema).array().optional(), @@ -64,7 +65,8 @@ const claimscalarwhereinputSchema = z.object({ createdAt: z.union([z.lazy(() => DateTimeFilter_schema_1.DateTimeFilterObjectSchema), z.coerce.date()]).optional(), updatedAt: z.union([z.lazy(() => DateTimeFilter_schema_1.DateTimeFilterObjectSchema), z.coerce.date()]).optional(), status: z.union([z.lazy(() => EnumClaimStatusFilter_schema_1.EnumClaimStatusFilterObjectSchema), ClaimStatus_schema_1.ClaimStatusSchema]).optional(), - claimNumber: z.union([z.lazy(() => StringNullableFilter_schema_1.StringNullableFilterObjectSchema), z.string()]).optional().nullable() + claimNumber: z.union([z.lazy(() => StringNullableFilter_schema_1.StringNullableFilterObjectSchema), z.string()]).optional().nullable(), + npiProviderId: z.union([z.lazy(() => IntNullableFilter_schema_1.IntNullableFilterObjectSchema), z.number().int()]).optional().nullable() }).strict(); exports.ClaimScalarWhereInputObjectSchema = claimscalarwhereinputSchema; exports.ClaimScalarWhereInputObjectZodSchema = claimscalarwhereinputSchema; diff --git a/packages/db/shared/schemas/objects/ClaimScalarWhereWithAggregatesInput.schema.js b/packages/db/shared/schemas/objects/ClaimScalarWhereWithAggregatesInput.schema.js index e0b3e560..10fef03c 100644 --- a/packages/db/shared/schemas/objects/ClaimScalarWhereWithAggregatesInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimScalarWhereWithAggregatesInput.schema.js @@ -44,6 +44,7 @@ const JsonNullableWithAggregatesFilter_schema_1 = require("./JsonNullableWithAgg const EnumClaimStatusWithAggregatesFilter_schema_1 = require("./EnumClaimStatusWithAggregatesFilter.schema"); const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const StringNullableWithAggregatesFilter_schema_1 = require("./StringNullableWithAggregatesFilter.schema"); +const IntNullableWithAggregatesFilter_schema_1 = require("./IntNullableWithAggregatesFilter.schema"); const claimscalarwherewithaggregatesinputSchema = z.object({ AND: z.union([z.lazy(() => exports.ClaimScalarWhereWithAggregatesInputObjectSchema), z.lazy(() => exports.ClaimScalarWhereWithAggregatesInputObjectSchema).array()]).optional(), OR: z.lazy(() => exports.ClaimScalarWhereWithAggregatesInputObjectSchema).array().optional(), @@ -64,7 +65,8 @@ const claimscalarwherewithaggregatesinputSchema = z.object({ createdAt: z.union([z.lazy(() => DateTimeWithAggregatesFilter_schema_1.DateTimeWithAggregatesFilterObjectSchema), z.coerce.date()]).optional(), updatedAt: z.union([z.lazy(() => DateTimeWithAggregatesFilter_schema_1.DateTimeWithAggregatesFilterObjectSchema), z.coerce.date()]).optional(), status: z.union([z.lazy(() => EnumClaimStatusWithAggregatesFilter_schema_1.EnumClaimStatusWithAggregatesFilterObjectSchema), ClaimStatus_schema_1.ClaimStatusSchema]).optional(), - claimNumber: z.union([z.lazy(() => StringNullableWithAggregatesFilter_schema_1.StringNullableWithAggregatesFilterObjectSchema), z.string()]).optional().nullable() + claimNumber: z.union([z.lazy(() => StringNullableWithAggregatesFilter_schema_1.StringNullableWithAggregatesFilterObjectSchema), z.string()]).optional().nullable(), + npiProviderId: z.union([z.lazy(() => IntNullableWithAggregatesFilter_schema_1.IntNullableWithAggregatesFilterObjectSchema), z.number().int()]).optional().nullable() }).strict(); exports.ClaimScalarWhereWithAggregatesInputObjectSchema = claimscalarwherewithaggregatesinputSchema; exports.ClaimScalarWhereWithAggregatesInputObjectZodSchema = claimscalarwherewithaggregatesinputSchema; diff --git a/packages/db/shared/schemas/objects/ClaimSelect.schema.js b/packages/db/shared/schemas/objects/ClaimSelect.schema.js index f8887b91..3323515a 100644 --- a/packages/db/shared/schemas/objects/ClaimSelect.schema.js +++ b/packages/db/shared/schemas/objects/ClaimSelect.schema.js @@ -39,6 +39,7 @@ const PatientArgs_schema_1 = require("./PatientArgs.schema"); const AppointmentArgs_schema_1 = require("./AppointmentArgs.schema"); const UserArgs_schema_1 = require("./UserArgs.schema"); const StaffArgs_schema_1 = require("./StaffArgs.schema"); +const NpiProviderArgs_schema_1 = require("./NpiProviderArgs.schema"); const findManyServiceLine_schema_1 = require("../findManyServiceLine.schema"); const findManyClaimFile_schema_1 = require("../findManyClaimFile.schema"); const PaymentArgs_schema_1 = require("./PaymentArgs.schema"); @@ -61,10 +62,12 @@ const makeSchema = () => z.object({ updatedAt: z.boolean().optional(), status: z.boolean().optional(), claimNumber: z.boolean().optional(), + npiProviderId: z.boolean().optional(), patient: z.union([z.boolean(), z.lazy(() => PatientArgs_schema_1.PatientArgsObjectSchema)]).optional(), appointment: z.union([z.boolean(), z.lazy(() => AppointmentArgs_schema_1.AppointmentArgsObjectSchema)]).optional(), user: z.union([z.boolean(), z.lazy(() => UserArgs_schema_1.UserArgsObjectSchema)]).optional(), staff: z.union([z.boolean(), z.lazy(() => StaffArgs_schema_1.StaffArgsObjectSchema)]).optional(), + npiProvider: z.union([z.boolean(), z.lazy(() => NpiProviderArgs_schema_1.NpiProviderArgsObjectSchema)]).optional(), serviceLines: z.union([z.boolean(), z.lazy(() => findManyServiceLine_schema_1.ServiceLineFindManySchema)]).optional(), claimFiles: z.union([z.boolean(), z.lazy(() => findManyClaimFile_schema_1.ClaimFileFindManySchema)]).optional(), payment: z.union([z.boolean(), z.lazy(() => PaymentArgs_schema_1.PaymentArgsObjectSchema)]).optional(), diff --git a/packages/db/shared/schemas/objects/ClaimSumAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimSumAggregateInput.schema.js index 534391f9..7e178a29 100644 --- a/packages/db/shared/schemas/objects/ClaimSumAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimSumAggregateInput.schema.js @@ -40,7 +40,8 @@ const makeSchema = () => z.object({ patientId: z.literal(true).optional(), appointmentId: z.literal(true).optional(), userId: z.literal(true).optional(), - staffId: z.literal(true).optional() + staffId: z.literal(true).optional(), + npiProviderId: z.literal(true).optional() }).strict(); exports.ClaimSumAggregateInputObjectSchema = makeSchema(); exports.ClaimSumAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimSumOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/ClaimSumOrderByAggregateInput.schema.js index c5f288e5..32851eb8 100644 --- a/packages/db/shared/schemas/objects/ClaimSumOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimSumOrderByAggregateInput.schema.js @@ -41,7 +41,8 @@ const makeSchema = () => z.object({ patientId: SortOrder_schema_1.SortOrderSchema.optional(), appointmentId: SortOrder_schema_1.SortOrderSchema.optional(), userId: SortOrder_schema_1.SortOrderSchema.optional(), - staffId: SortOrder_schema_1.SortOrderSchema.optional() + staffId: SortOrder_schema_1.SortOrderSchema.optional(), + npiProviderId: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); exports.ClaimSumOrderByAggregateInputObjectSchema = makeSchema(); exports.ClaimSumOrderByAggregateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedCreateInput.schema.js index cb9c0eb7..95d43514 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedCreateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateInput.schema.js @@ -59,6 +59,7 @@ const makeSchema = () => z.object({ createdAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedCreateNestedManyWithoutClaimInput_schema_1.ServiceLineUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedCreateNestedManyWithoutClaimInput_schema_1.ClaimFileUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedCreateNestedOneWithoutClaimInput_schema_1.PaymentUncheckedCreateNestedOneWithoutClaimInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..77d7e871 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,20 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; + connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; + createMany: z.ZodOptional>>; + connect: z.ZodOptional>, z.ZodArray>, "many">]>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined; + connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; +}, { + create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined; + connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; +}>; +//# sourceMappingURL=ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..2a68be56 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAaxD,eAAO,MAAM,iEAAiE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,CAAsG,CAAC;AAC7P,eAAO,MAAM,oEAAoE;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..0a5bbcf3 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.js @@ -0,0 +1,50 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectZodSchema = exports.ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimCreateWithoutNpiProviderInput_schema_1 = require("./ClaimCreateWithoutNpiProviderInput.schema"); +const ClaimUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedCreateWithoutNpiProviderInput.schema"); +const ClaimCreateOrConnectWithoutNpiProviderInput_schema_1 = require("./ClaimCreateOrConnectWithoutNpiProviderInput.schema"); +const ClaimCreateManyNpiProviderInputEnvelope_schema_1 = require("./ClaimCreateManyNpiProviderInputEnvelope.schema"); +const ClaimWhereUniqueInput_schema_1 = require("./ClaimWhereUniqueInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => ClaimCreateWithoutNpiProviderInput_schema_1.ClaimCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimCreateWithoutNpiProviderInput_schema_1.ClaimCreateWithoutNpiProviderInputObjectSchema).array(), z.lazy(() => ClaimUncheckedCreateWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUncheckedCreateWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => ClaimCreateOrConnectWithoutNpiProviderInput_schema_1.ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimCreateOrConnectWithoutNpiProviderInput_schema_1.ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => ClaimCreateManyNpiProviderInputEnvelope_schema_1.ClaimCreateManyNpiProviderInputEnvelopeObjectSchema).optional(), + connect: z.union([z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema).array()]).optional() +}).strict(); +exports.ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutAppointmentInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutAppointmentInput.schema.js index 9b033ff8..834d255f 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutAppointmentInput.schema.js @@ -59,6 +59,7 @@ const makeSchema = () => z.object({ updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedCreateNestedManyWithoutClaimInput_schema_1.ServiceLineUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedCreateNestedManyWithoutClaimInput_schema_1.ClaimFileUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedCreateNestedOneWithoutClaimInput_schema_1.PaymentUncheckedCreateNestedOneWithoutClaimInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutClaimFilesInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutClaimFilesInput.schema.js index 4a6e6348..5a8315f3 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutClaimFilesInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutClaimFilesInput.schema.js @@ -59,6 +59,7 @@ const makeSchema = () => z.object({ updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedCreateNestedManyWithoutClaimInput_schema_1.ServiceLineUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedCreateNestedOneWithoutClaimInput_schema_1.PaymentUncheckedCreateNestedOneWithoutClaimInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..15478ff8 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,68 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimUncheckedCreateWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional; + patientId: z.ZodNumber; + appointmentId: z.ZodNumber; + userId: z.ZodNumber; + staffId: z.ZodNumber; + patientName: z.ZodString; + memberId: z.ZodString; + dateOfBirth: z.ZodDate; + remarks: z.ZodString; + missingTeethStatus: z.ZodOptional>; + missingTeeth: z.ZodOptional, z.ZodType]>>; + serviceDate: z.ZodDate; + insuranceProvider: z.ZodString; + createdAt: z.ZodOptional; + updatedAt: z.ZodOptional; + status: z.ZodOptional>; + claimNumber: z.ZodNullable>; + serviceLines: z.ZodOptional>>; + claimFiles: z.ZodOptional>>; + payment: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + patientId: number; + appointmentId: number; + userId: number; + staffId: number; + patientName: string; + memberId: string; + dateOfBirth: Date; + remarks: string; + serviceDate: Date; + insuranceProvider: string; + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; + id?: number | undefined; + createdAt?: Date | undefined; + payment?: Prisma.PaymentUncheckedCreateNestedOneWithoutClaimInput | undefined; + updatedAt?: Date | undefined; + serviceLines?: Prisma.ServiceLineUncheckedCreateNestedManyWithoutClaimInput | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + claimNumber?: string | null | undefined; + claimFiles?: Prisma.ClaimFileUncheckedCreateNestedManyWithoutClaimInput | undefined; +}, { + patientId: number; + appointmentId: number; + userId: number; + staffId: number; + patientName: string; + memberId: string; + dateOfBirth: Date; + remarks: string; + serviceDate: Date; + insuranceProvider: string; + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; + id?: number | undefined; + createdAt?: Date | undefined; + payment?: Prisma.PaymentUncheckedCreateNestedOneWithoutClaimInput | undefined; + updatedAt?: Date | undefined; + serviceLines?: Prisma.ServiceLineUncheckedCreateNestedManyWithoutClaimInput | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + claimNumber?: string | null | undefined; + claimFiles?: Prisma.ClaimFileUncheckedCreateNestedManyWithoutClaimInput | undefined; +}>; +//# sourceMappingURL=ClaimUncheckedCreateWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..658acfa0 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimUncheckedCreateWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimUncheckedCreateWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAgCxD,eAAO,MAAM,uDAAuD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,CAA4F,CAAC;AAC/N,eAAO,MAAM,0DAA0D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..2f6056d4 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.js @@ -0,0 +1,68 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimUncheckedCreateWithoutNpiProviderInputObjectZodSchema = exports.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const MissingTeethStatus_schema_1 = require("../enums/MissingTeethStatus.schema"); +const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullValueInput.schema"); +const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); +const ServiceLineUncheckedCreateNestedManyWithoutClaimInput_schema_1 = require("./ServiceLineUncheckedCreateNestedManyWithoutClaimInput.schema"); +const ClaimFileUncheckedCreateNestedManyWithoutClaimInput_schema_1 = require("./ClaimFileUncheckedCreateNestedManyWithoutClaimInput.schema"); +const PaymentUncheckedCreateNestedOneWithoutClaimInput_schema_1 = require("./PaymentUncheckedCreateNestedOneWithoutClaimInput.schema"); +const json_helpers_1 = require("../../helpers/json-helpers"); +const makeSchema = () => z.object({ + id: z.number().int().optional(), + patientId: z.number().int(), + appointmentId: z.number().int(), + userId: z.number().int(), + staffId: z.number().int(), + patientName: z.string(), + memberId: z.string(), + dateOfBirth: z.coerce.date(), + remarks: z.string(), + missingTeethStatus: MissingTeethStatus_schema_1.MissingTeethStatusSchema.optional(), + missingTeeth: z.union([NullableJsonNullValueInput_schema_1.NullableJsonNullValueInputSchema, json_helpers_1.JsonValueSchema]).optional(), + serviceDate: z.coerce.date(), + insuranceProvider: z.string(), + createdAt: z.coerce.date().optional(), + updatedAt: z.coerce.date().optional(), + status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), + claimNumber: z.string().optional().nullable(), + serviceLines: z.lazy(() => ServiceLineUncheckedCreateNestedManyWithoutClaimInput_schema_1.ServiceLineUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), + claimFiles: z.lazy(() => ClaimFileUncheckedCreateNestedManyWithoutClaimInput_schema_1.ClaimFileUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), + payment: z.lazy(() => PaymentUncheckedCreateNestedOneWithoutClaimInput_schema_1.PaymentUncheckedCreateNestedOneWithoutClaimInputObjectSchema).optional() +}).strict(); +exports.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimUncheckedCreateWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutPatientInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutPatientInput.schema.js index 7ff1127a..c6647579 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutPatientInput.schema.js @@ -59,6 +59,7 @@ const makeSchema = () => z.object({ updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedCreateNestedManyWithoutClaimInput_schema_1.ServiceLineUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedCreateNestedManyWithoutClaimInput_schema_1.ClaimFileUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedCreateNestedOneWithoutClaimInput_schema_1.PaymentUncheckedCreateNestedOneWithoutClaimInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutPaymentInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutPaymentInput.schema.js index 2b9411a3..d3e48534 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutPaymentInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutPaymentInput.schema.js @@ -59,6 +59,7 @@ const makeSchema = () => z.object({ updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedCreateNestedManyWithoutClaimInput_schema_1.ServiceLineUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedCreateNestedManyWithoutClaimInput_schema_1.ClaimFileUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutServiceLinesInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutServiceLinesInput.schema.js index d488fea3..d5b85ceb 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutServiceLinesInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutServiceLinesInput.schema.js @@ -59,6 +59,7 @@ const makeSchema = () => z.object({ updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable(), claimFiles: z.lazy(() => ClaimFileUncheckedCreateNestedManyWithoutClaimInput_schema_1.ClaimFileUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedCreateNestedOneWithoutClaimInput_schema_1.PaymentUncheckedCreateNestedOneWithoutClaimInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutStaffInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutStaffInput.schema.js index 3560c64a..f9fa3012 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutStaffInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutStaffInput.schema.js @@ -59,6 +59,7 @@ const makeSchema = () => z.object({ updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedCreateNestedManyWithoutClaimInput_schema_1.ServiceLineUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedCreateNestedManyWithoutClaimInput_schema_1.ClaimFileUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedCreateNestedOneWithoutClaimInput_schema_1.PaymentUncheckedCreateNestedOneWithoutClaimInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutUserInput.schema.js index 782fecdc..66b4304c 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedCreateWithoutUserInput.schema.js @@ -59,6 +59,7 @@ const makeSchema = () => z.object({ updatedAt: z.coerce.date().optional(), status: ClaimStatus_schema_1.ClaimStatusSchema.optional(), claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedCreateNestedManyWithoutClaimInput_schema_1.ServiceLineUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedCreateNestedManyWithoutClaimInput_schema_1.ClaimFileUncheckedCreateNestedManyWithoutClaimInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedCreateNestedOneWithoutClaimInput_schema_1.PaymentUncheckedCreateNestedOneWithoutClaimInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateInput.schema.js index f2a708e6..a127b6e1 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUncheckedUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUncheckedUpdateManyWithoutClaimNestedInput.schema"); const PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema"); @@ -66,6 +67,7 @@ const makeSchema = () => z.object({ updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1.PaymentUncheckedUpdateOneWithoutClaimNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyInput.schema.js index dc145d4b..e995222b 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -62,7 +63,8 @@ const makeSchema = () => z.object({ createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), - claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() + claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimUncheckedUpdateManyInputObjectSchema = makeSchema(); exports.ClaimUncheckedUpdateManyInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutAppointmentInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutAppointmentInput.schema.js index 85a4ffab..62c550f3 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutAppointmentInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -61,7 +62,8 @@ const makeSchema = () => z.object({ createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), - claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() + claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimUncheckedUpdateManyWithoutAppointmentInputObjectSchema = makeSchema(); exports.ClaimUncheckedUpdateManyWithoutAppointmentInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..e0d28727 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,59 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimUncheckedUpdateManyWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimUncheckedUpdateManyWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional>]>>; + patientId: z.ZodOptional>]>>; + appointmentId: z.ZodOptional>]>>; + userId: z.ZodOptional>]>>; + staffId: z.ZodOptional>]>>; + patientName: z.ZodOptional>]>>; + memberId: z.ZodOptional>]>>; + dateOfBirth: z.ZodOptional>]>>; + remarks: z.ZodOptional>]>>; + missingTeethStatus: z.ZodOptional, z.ZodLazy>]>>; + missingTeeth: z.ZodOptional, z.ZodType]>>; + serviceDate: z.ZodOptional>]>>; + insuranceProvider: z.ZodOptional>]>>; + createdAt: z.ZodOptional>]>>; + updatedAt: z.ZodOptional>]>>; + status: z.ZodOptional, z.ZodLazy>]>>; + claimNumber: z.ZodNullable>]>>>; +}, "strict", z.ZodTypeAny, { + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | Prisma.EnumClaimStatusFieldUpdateOperationsInput | undefined; + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + appointmentId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + staffId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patientName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + memberId?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + dateOfBirth?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + remarks?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | Prisma.EnumMissingTeethStatusFieldUpdateOperationsInput | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + serviceDate?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + insuranceProvider?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + claimNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; +}, { + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | Prisma.EnumClaimStatusFieldUpdateOperationsInput | undefined; + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + appointmentId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + staffId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patientName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + memberId?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + dateOfBirth?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + remarks?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | Prisma.EnumMissingTeethStatusFieldUpdateOperationsInput | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + serviceDate?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + insuranceProvider?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + claimNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; +}>; +//# sourceMappingURL=ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..f4957ee1 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAgCxD,eAAO,MAAM,2DAA2D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,CAAgG,CAAC;AAC3O,eAAO,MAAM,8DAA8D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..caf29fbd --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.js @@ -0,0 +1,68 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimUncheckedUpdateManyWithoutNpiProviderInputObjectZodSchema = exports.ClaimUncheckedUpdateManyWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const MissingTeethStatus_schema_1 = require("../enums/MissingTeethStatus.schema"); +const EnumMissingTeethStatusFieldUpdateOperationsInput_schema_1 = require("./EnumMissingTeethStatusFieldUpdateOperationsInput.schema"); +const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullValueInput.schema"); +const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); +const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const json_helpers_1 = require("../../helpers/json-helpers"); +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + patientId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + appointmentId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + userId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + staffId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + patientName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + memberId: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + dateOfBirth: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + remarks: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + missingTeethStatus: z.union([MissingTeethStatus_schema_1.MissingTeethStatusSchema, z.lazy(() => EnumMissingTeethStatusFieldUpdateOperationsInput_schema_1.EnumMissingTeethStatusFieldUpdateOperationsInputObjectSchema)]).optional(), + missingTeeth: z.union([NullableJsonNullValueInput_schema_1.NullableJsonNullValueInputSchema, json_helpers_1.JsonValueSchema]).optional(), + serviceDate: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + insuranceProvider: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), + claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() +}).strict(); +exports.ClaimUncheckedUpdateManyWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimUncheckedUpdateManyWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts new file mode 100644 index 00000000..a96b7399 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts @@ -0,0 +1,41 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema: z.ZodType; +export declare const ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; + connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; + upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; + createMany: z.ZodOptional>>; + set: z.ZodOptional>, z.ZodArray>, "many">]>>; + disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; + delete: z.ZodOptional>, z.ZodArray>, "many">]>>; + connect: z.ZodOptional>, z.ZodArray>, "many">]>>; + update: z.ZodOptional>, z.ZodArray>, "many">]>>; + updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; + deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined; + set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + update?: Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; + upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; + disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput | Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; + deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; +}, { + create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined; + set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + update?: Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; + upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; + disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput | Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; + deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; +}>; +//# sourceMappingURL=ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map new file mode 100644 index 00000000..94926063 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d.ts","sourceRoot":"","sources":["ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAwBxD,eAAO,MAAM,iEAAiE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,CAAsG,CAAC;AAC7P,eAAO,MAAM,oEAAoE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.js new file mode 100644 index 00000000..a3889272 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.js @@ -0,0 +1,61 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectZodSchema = exports.ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimCreateWithoutNpiProviderInput_schema_1 = require("./ClaimCreateWithoutNpiProviderInput.schema"); +const ClaimUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedCreateWithoutNpiProviderInput.schema"); +const ClaimCreateOrConnectWithoutNpiProviderInput_schema_1 = require("./ClaimCreateOrConnectWithoutNpiProviderInput.schema"); +const ClaimUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1 = require("./ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema"); +const ClaimCreateManyNpiProviderInputEnvelope_schema_1 = require("./ClaimCreateManyNpiProviderInputEnvelope.schema"); +const ClaimWhereUniqueInput_schema_1 = require("./ClaimWhereUniqueInput.schema"); +const ClaimUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1 = require("./ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema"); +const ClaimUpdateManyWithWhereWithoutNpiProviderInput_schema_1 = require("./ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema"); +const ClaimScalarWhereInput_schema_1 = require("./ClaimScalarWhereInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => ClaimCreateWithoutNpiProviderInput_schema_1.ClaimCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimCreateWithoutNpiProviderInput_schema_1.ClaimCreateWithoutNpiProviderInputObjectSchema).array(), z.lazy(() => ClaimUncheckedCreateWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUncheckedCreateWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => ClaimCreateOrConnectWithoutNpiProviderInput_schema_1.ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimCreateOrConnectWithoutNpiProviderInput_schema_1.ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema).array()]).optional(), + upsert: z.union([z.lazy(() => ClaimUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1.ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1.ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => ClaimCreateManyNpiProviderInputEnvelope_schema_1.ClaimCreateManyNpiProviderInputEnvelopeObjectSchema).optional(), + set: z.union([z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema).array()]).optional(), + disconnect: z.union([z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema).array()]).optional(), + delete: z.union([z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema).array()]).optional(), + connect: z.union([z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema).array()]).optional(), + update: z.union([z.lazy(() => ClaimUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1.ClaimUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1.ClaimUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema).array()]).optional(), + updateMany: z.union([z.lazy(() => ClaimUpdateManyWithWhereWithoutNpiProviderInput_schema_1.ClaimUpdateManyWithWhereWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUpdateManyWithWhereWithoutNpiProviderInput_schema_1.ClaimUpdateManyWithWhereWithoutNpiProviderInputObjectSchema).array()]).optional(), + deleteMany: z.union([z.lazy(() => ClaimScalarWhereInput_schema_1.ClaimScalarWhereInputObjectSchema), z.lazy(() => ClaimScalarWhereInput_schema_1.ClaimScalarWhereInputObjectSchema).array()]).optional() +}).strict(); +exports.ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema = makeSchema(); +exports.ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutPatientInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutPatientInput.schema.js index 5d655525..1e872e2d 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutPatientInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -61,7 +62,8 @@ const makeSchema = () => z.object({ createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), - claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() + claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimUncheckedUpdateManyWithoutPatientInputObjectSchema = makeSchema(); exports.ClaimUncheckedUpdateManyWithoutPatientInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutStaffInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutStaffInput.schema.js index ef55a681..4f89a46a 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutStaffInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutStaffInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -61,7 +62,8 @@ const makeSchema = () => z.object({ createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), - claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() + claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimUncheckedUpdateManyWithoutStaffInputObjectSchema = makeSchema(); exports.ClaimUncheckedUpdateManyWithoutStaffInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutUserInput.schema.js index 62773859..fe4c2273 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutUserInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), @@ -61,7 +62,8 @@ const makeSchema = () => z.object({ createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), - claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable() + claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable() }).strict(); exports.ClaimUncheckedUpdateManyWithoutUserInputObjectSchema = makeSchema(); exports.ClaimUncheckedUpdateManyWithoutUserInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutAppointmentInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutAppointmentInput.schema.js index eefb412a..597aaea0 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutAppointmentInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUncheckedUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUncheckedUpdateManyWithoutClaimNestedInput.schema"); const PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema"); @@ -65,6 +66,7 @@ const makeSchema = () => z.object({ updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1.PaymentUncheckedUpdateOneWithoutClaimNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutClaimFilesInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutClaimFilesInput.schema.js index c8118662..c61e4e62 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutClaimFilesInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutClaimFilesInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUncheckedUpdateManyWithoutClaimNestedInput.schema"); const PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); @@ -65,6 +66,7 @@ const makeSchema = () => z.object({ updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1.PaymentUncheckedUpdateOneWithoutClaimNestedInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..cbfeaefe --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,68 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimUncheckedUpdateWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimUncheckedUpdateWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional>]>>; + patientId: z.ZodOptional>]>>; + appointmentId: z.ZodOptional>]>>; + userId: z.ZodOptional>]>>; + staffId: z.ZodOptional>]>>; + patientName: z.ZodOptional>]>>; + memberId: z.ZodOptional>]>>; + dateOfBirth: z.ZodOptional>]>>; + remarks: z.ZodOptional>]>>; + missingTeethStatus: z.ZodOptional, z.ZodLazy>]>>; + missingTeeth: z.ZodOptional, z.ZodType]>>; + serviceDate: z.ZodOptional>]>>; + insuranceProvider: z.ZodOptional>]>>; + createdAt: z.ZodOptional>]>>; + updatedAt: z.ZodOptional>]>>; + status: z.ZodOptional, z.ZodLazy>]>>; + claimNumber: z.ZodNullable>]>>>; + serviceLines: z.ZodOptional>>; + claimFiles: z.ZodOptional>>; + payment: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | Prisma.EnumClaimStatusFieldUpdateOperationsInput | undefined; + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + appointmentId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + staffId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + payment?: Prisma.PaymentUncheckedUpdateOneWithoutClaimNestedInput | undefined; + updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + serviceLines?: Prisma.ServiceLineUncheckedUpdateManyWithoutClaimNestedInput | undefined; + patientName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + memberId?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + dateOfBirth?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + remarks?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | Prisma.EnumMissingTeethStatusFieldUpdateOperationsInput | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + serviceDate?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + insuranceProvider?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + claimNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + claimFiles?: Prisma.ClaimFileUncheckedUpdateManyWithoutClaimNestedInput | undefined; +}, { + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | Prisma.EnumClaimStatusFieldUpdateOperationsInput | undefined; + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + appointmentId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + staffId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + payment?: Prisma.PaymentUncheckedUpdateOneWithoutClaimNestedInput | undefined; + updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + serviceLines?: Prisma.ServiceLineUncheckedUpdateManyWithoutClaimNestedInput | undefined; + patientName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + memberId?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + dateOfBirth?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + remarks?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | Prisma.EnumMissingTeethStatusFieldUpdateOperationsInput | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + serviceDate?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + insuranceProvider?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + claimNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + claimFiles?: Prisma.ClaimFileUncheckedUpdateManyWithoutClaimNestedInput | undefined; +}>; +//# sourceMappingURL=ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..e6e766f9 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimUncheckedUpdateWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAsCxD,eAAO,MAAM,uDAAuD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,CAA4F,CAAC;AAC/N,eAAO,MAAM,0DAA0D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..fc36372c --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.js @@ -0,0 +1,74 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimUncheckedUpdateWithoutNpiProviderInputObjectZodSchema = exports.ClaimUncheckedUpdateWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const MissingTeethStatus_schema_1 = require("../enums/MissingTeethStatus.schema"); +const EnumMissingTeethStatusFieldUpdateOperationsInput_schema_1 = require("./EnumMissingTeethStatusFieldUpdateOperationsInput.schema"); +const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullValueInput.schema"); +const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); +const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUncheckedUpdateManyWithoutClaimNestedInput.schema"); +const ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUncheckedUpdateManyWithoutClaimNestedInput.schema"); +const PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema"); +const json_helpers_1 = require("../../helpers/json-helpers"); +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + patientId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + appointmentId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + userId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + staffId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + patientName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + memberId: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + dateOfBirth: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + remarks: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + missingTeethStatus: z.union([MissingTeethStatus_schema_1.MissingTeethStatusSchema, z.lazy(() => EnumMissingTeethStatusFieldUpdateOperationsInput_schema_1.EnumMissingTeethStatusFieldUpdateOperationsInputObjectSchema)]).optional(), + missingTeeth: z.union([NullableJsonNullValueInput_schema_1.NullableJsonNullValueInputSchema, json_helpers_1.JsonValueSchema]).optional(), + serviceDate: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + insuranceProvider: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), + claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + serviceLines: z.lazy(() => ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), + claimFiles: z.lazy(() => ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), + payment: z.lazy(() => PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1.PaymentUncheckedUpdateOneWithoutClaimNestedInputObjectSchema).optional() +}).strict(); +exports.ClaimUncheckedUpdateWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimUncheckedUpdateWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutPatientInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutPatientInput.schema.js index 8c45b1f2..b4c4bb8b 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutPatientInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUncheckedUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUncheckedUpdateManyWithoutClaimNestedInput.schema"); const PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema"); @@ -65,6 +66,7 @@ const makeSchema = () => z.object({ updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1.PaymentUncheckedUpdateOneWithoutClaimNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutPaymentInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutPaymentInput.schema.js index 02bd2f4a..a0dc1a55 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutPaymentInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutPaymentInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUncheckedUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUncheckedUpdateManyWithoutClaimNestedInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); @@ -65,6 +66,7 @@ const makeSchema = () => z.object({ updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutServiceLinesInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutServiceLinesInput.schema.js index d548b3f6..1ab0c96f 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutServiceLinesInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutServiceLinesInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUncheckedUpdateManyWithoutClaimNestedInput.schema"); const PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); @@ -65,6 +66,7 @@ const makeSchema = () => z.object({ updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), claimFiles: z.lazy(() => ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1.PaymentUncheckedUpdateOneWithoutClaimNestedInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutStaffInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutStaffInput.schema.js index 5fe9bfde..3b3df1ff 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutStaffInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutStaffInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUncheckedUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUncheckedUpdateManyWithoutClaimNestedInput.schema"); const PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema"); @@ -65,6 +66,7 @@ const makeSchema = () => z.object({ updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1.PaymentUncheckedUpdateOneWithoutClaimNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutUserInput.schema.js index a2296528..b35b00e1 100644 --- a/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUncheckedUpdateWithoutUserInput.schema.js @@ -44,6 +44,7 @@ const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullVa const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const NullableIntFieldUpdateOperationsInput_schema_1 = require("./NullableIntFieldUpdateOperationsInput.schema"); const ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUncheckedUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUncheckedUpdateManyWithoutClaimNestedInput.schema"); const PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema"); @@ -65,6 +66,7 @@ const makeSchema = () => z.object({ updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + npiProviderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), serviceLines: z.lazy(() => ServiceLineUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUncheckedUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUncheckedUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUncheckedUpdateOneWithoutClaimNestedInput_schema_1.PaymentUncheckedUpdateOneWithoutClaimNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUpdateInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateInput.schema.js index 982f1307..e04a017e 100644 --- a/packages/db/shared/schemas/objects/ClaimUpdateInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUpdateInput.schema.js @@ -47,6 +47,7 @@ const PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./Pat const AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema"); const UserUpdateOneWithoutClaimsNestedInput_schema_1 = require("./UserUpdateOneWithoutClaimsNestedInput.schema"); const StaffUpdateOneWithoutClaimsNestedInput_schema_1 = require("./StaffUpdateOneWithoutClaimsNestedInput.schema"); +const NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutClaimsNestedInput.schema"); const ServiceLineUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUpdateManyWithoutClaimNestedInput.schema"); const PaymentUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUpdateOneWithoutClaimNestedInput.schema"); @@ -68,6 +69,7 @@ const makeSchema = () => z.object({ appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), user: z.lazy(() => UserUpdateOneWithoutClaimsNestedInput_schema_1.UserUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutClaimsNestedInput_schema_1.StaffUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1.NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUpdateOneWithoutClaimNestedInput_schema_1.PaymentUpdateOneWithoutClaimNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..76b812c8 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimUpdateManyWithWhereWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimUpdateManyWithWhereWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + where: z.ZodLazy>; + data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + where: Prisma.ClaimScalarWhereInput; + data: Prisma.ClaimUpdateManyMutationInput | Prisma.ClaimUncheckedUpdateManyWithoutNpiProviderInput; +}, { + where: Prisma.ClaimScalarWhereInput; + data: Prisma.ClaimUpdateManyMutationInput | Prisma.ClaimUncheckedUpdateManyWithoutNpiProviderInput; +}>; +//# sourceMappingURL=ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..97ccc153 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASxD,eAAO,MAAM,2DAA2D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,CAAgG,CAAC;AAC3O,eAAO,MAAM,8DAA8D;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..868248de --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.js @@ -0,0 +1,46 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimUpdateManyWithWhereWithoutNpiProviderInputObjectZodSchema = exports.ClaimUpdateManyWithWhereWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimScalarWhereInput_schema_1 = require("./ClaimScalarWhereInput.schema"); +const ClaimUpdateManyMutationInput_schema_1 = require("./ClaimUpdateManyMutationInput.schema"); +const ClaimUncheckedUpdateManyWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => ClaimScalarWhereInput_schema_1.ClaimScalarWhereInputObjectSchema), + data: z.union([z.lazy(() => ClaimUpdateManyMutationInput_schema_1.ClaimUpdateManyMutationInputObjectSchema), z.lazy(() => ClaimUncheckedUpdateManyWithoutNpiProviderInput_schema_1.ClaimUncheckedUpdateManyWithoutNpiProviderInputObjectSchema)]) +}).strict(); +exports.ClaimUpdateManyWithWhereWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimUpdateManyWithWhereWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts new file mode 100644 index 00000000..67834eae --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts @@ -0,0 +1,41 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimUpdateManyWithoutNpiProviderNestedInputObjectSchema: z.ZodType; +export declare const ClaimUpdateManyWithoutNpiProviderNestedInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; + connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; + upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; + createMany: z.ZodOptional>>; + set: z.ZodOptional>, z.ZodArray>, "many">]>>; + disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; + delete: z.ZodOptional>, z.ZodArray>, "many">]>>; + connect: z.ZodOptional>, z.ZodArray>, "many">]>>; + update: z.ZodOptional>, z.ZodArray>, "many">]>>; + updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; + deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined; + set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + update?: Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; + upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; + disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput | Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; + deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; +}, { + create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined; + set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined; + createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined; + connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + update?: Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; + upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; + disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; + updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput | Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; + deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; +}>; +//# sourceMappingURL=ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map new file mode 100644 index 00000000..6c94161b --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts","sourceRoot":"","sources":["ClaimUpdateManyWithoutNpiProviderNestedInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAwBxD,eAAO,MAAM,wDAAwD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,CAA6F,CAAC;AAClO,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.js new file mode 100644 index 00000000..72354f36 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.js @@ -0,0 +1,61 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimUpdateManyWithoutNpiProviderNestedInputObjectZodSchema = exports.ClaimUpdateManyWithoutNpiProviderNestedInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimCreateWithoutNpiProviderInput_schema_1 = require("./ClaimCreateWithoutNpiProviderInput.schema"); +const ClaimUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedCreateWithoutNpiProviderInput.schema"); +const ClaimCreateOrConnectWithoutNpiProviderInput_schema_1 = require("./ClaimCreateOrConnectWithoutNpiProviderInput.schema"); +const ClaimUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1 = require("./ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema"); +const ClaimCreateManyNpiProviderInputEnvelope_schema_1 = require("./ClaimCreateManyNpiProviderInputEnvelope.schema"); +const ClaimWhereUniqueInput_schema_1 = require("./ClaimWhereUniqueInput.schema"); +const ClaimUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1 = require("./ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema"); +const ClaimUpdateManyWithWhereWithoutNpiProviderInput_schema_1 = require("./ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema"); +const ClaimScalarWhereInput_schema_1 = require("./ClaimScalarWhereInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => ClaimCreateWithoutNpiProviderInput_schema_1.ClaimCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimCreateWithoutNpiProviderInput_schema_1.ClaimCreateWithoutNpiProviderInputObjectSchema).array(), z.lazy(() => ClaimUncheckedCreateWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUncheckedCreateWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema).array()]).optional(), + connectOrCreate: z.union([z.lazy(() => ClaimCreateOrConnectWithoutNpiProviderInput_schema_1.ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimCreateOrConnectWithoutNpiProviderInput_schema_1.ClaimCreateOrConnectWithoutNpiProviderInputObjectSchema).array()]).optional(), + upsert: z.union([z.lazy(() => ClaimUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1.ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1.ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema).array()]).optional(), + createMany: z.lazy(() => ClaimCreateManyNpiProviderInputEnvelope_schema_1.ClaimCreateManyNpiProviderInputEnvelopeObjectSchema).optional(), + set: z.union([z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema).array()]).optional(), + disconnect: z.union([z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema).array()]).optional(), + delete: z.union([z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema).array()]).optional(), + connect: z.union([z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema).array()]).optional(), + update: z.union([z.lazy(() => ClaimUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1.ClaimUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1.ClaimUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema).array()]).optional(), + updateMany: z.union([z.lazy(() => ClaimUpdateManyWithWhereWithoutNpiProviderInput_schema_1.ClaimUpdateManyWithWhereWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUpdateManyWithWhereWithoutNpiProviderInput_schema_1.ClaimUpdateManyWithWhereWithoutNpiProviderInputObjectSchema).array()]).optional(), + deleteMany: z.union([z.lazy(() => ClaimScalarWhereInput_schema_1.ClaimScalarWhereInputObjectSchema), z.lazy(() => ClaimScalarWhereInput_schema_1.ClaimScalarWhereInputObjectSchema).array()]).optional() +}).strict(); +exports.ClaimUpdateManyWithoutNpiProviderNestedInputObjectSchema = makeSchema(); +exports.ClaimUpdateManyWithoutNpiProviderNestedInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..f287148e --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimUpdateWithWhereUniqueWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + where: z.ZodLazy>; + data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + where: Prisma.ClaimWhereUniqueInput; + data: Prisma.ClaimUncheckedUpdateWithoutNpiProviderInput | Prisma.ClaimUpdateWithoutNpiProviderInput; +}, { + where: Prisma.ClaimWhereUniqueInput; + data: Prisma.ClaimUncheckedUpdateWithoutNpiProviderInput | Prisma.ClaimUpdateWithoutNpiProviderInput; +}>; +//# sourceMappingURL=ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..d3319d6b --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASxD,eAAO,MAAM,6DAA6D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,CAAkG,CAAC;AACjP,eAAO,MAAM,gEAAgE;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..e144552f --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.js @@ -0,0 +1,46 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimUpdateWithWhereUniqueWithoutNpiProviderInputObjectZodSchema = exports.ClaimUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimWhereUniqueInput_schema_1 = require("./ClaimWhereUniqueInput.schema"); +const ClaimUpdateWithoutNpiProviderInput_schema_1 = require("./ClaimUpdateWithoutNpiProviderInput.schema"); +const ClaimUncheckedUpdateWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedUpdateWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), + data: z.union([z.lazy(() => ClaimUpdateWithoutNpiProviderInput_schema_1.ClaimUpdateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUncheckedUpdateWithoutNpiProviderInput_schema_1.ClaimUncheckedUpdateWithoutNpiProviderInputObjectSchema)]) +}).strict(); +exports.ClaimUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimUpdateWithWhereUniqueWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithoutAppointmentInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateWithoutAppointmentInput.schema.js index 2ae3267f..8ba0d7d9 100644 --- a/packages/db/shared/schemas/objects/ClaimUpdateWithoutAppointmentInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithoutAppointmentInput.schema.js @@ -46,6 +46,7 @@ const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStr const PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./PatientUpdateOneRequiredWithoutClaimsNestedInput.schema"); const UserUpdateOneWithoutClaimsNestedInput_schema_1 = require("./UserUpdateOneWithoutClaimsNestedInput.schema"); const StaffUpdateOneWithoutClaimsNestedInput_schema_1 = require("./StaffUpdateOneWithoutClaimsNestedInput.schema"); +const NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutClaimsNestedInput.schema"); const ServiceLineUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUpdateManyWithoutClaimNestedInput.schema"); const PaymentUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUpdateOneWithoutClaimNestedInput.schema"); @@ -66,6 +67,7 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1.PatientUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), user: z.lazy(() => UserUpdateOneWithoutClaimsNestedInput_schema_1.UserUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutClaimsNestedInput_schema_1.StaffUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1.NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUpdateOneWithoutClaimNestedInput_schema_1.PaymentUpdateOneWithoutClaimNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithoutClaimFilesInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateWithoutClaimFilesInput.schema.js index 23dfcc2e..366b1183 100644 --- a/packages/db/shared/schemas/objects/ClaimUpdateWithoutClaimFilesInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithoutClaimFilesInput.schema.js @@ -47,6 +47,7 @@ const PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./Pat const AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema"); const UserUpdateOneWithoutClaimsNestedInput_schema_1 = require("./UserUpdateOneWithoutClaimsNestedInput.schema"); const StaffUpdateOneWithoutClaimsNestedInput_schema_1 = require("./StaffUpdateOneWithoutClaimsNestedInput.schema"); +const NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutClaimsNestedInput.schema"); const ServiceLineUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUpdateManyWithoutClaimNestedInput.schema"); const PaymentUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUpdateOneWithoutClaimNestedInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); @@ -67,6 +68,7 @@ const makeSchema = () => z.object({ appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), user: z.lazy(() => UserUpdateOneWithoutClaimsNestedInput_schema_1.UserUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutClaimsNestedInput_schema_1.StaffUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1.NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUpdateOneWithoutClaimNestedInput_schema_1.PaymentUpdateOneWithoutClaimNestedInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..ad4526a0 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,65 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimUpdateWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimUpdateWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + patientName: z.ZodOptional>]>>; + memberId: z.ZodOptional>]>>; + dateOfBirth: z.ZodOptional>]>>; + remarks: z.ZodOptional>]>>; + missingTeethStatus: z.ZodOptional, z.ZodLazy>]>>; + missingTeeth: z.ZodOptional, z.ZodType]>>; + serviceDate: z.ZodOptional>]>>; + insuranceProvider: z.ZodOptional>]>>; + createdAt: z.ZodOptional>]>>; + updatedAt: z.ZodOptional>]>>; + status: z.ZodOptional, z.ZodLazy>]>>; + claimNumber: z.ZodNullable>]>>>; + patient: z.ZodOptional>>; + appointment: z.ZodOptional>>; + user: z.ZodOptional>>; + staff: z.ZodOptional>>; + serviceLines: z.ZodOptional>>; + claimFiles: z.ZodOptional>>; + payment: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | Prisma.EnumClaimStatusFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patient?: Prisma.PatientUpdateOneRequiredWithoutClaimsNestedInput | undefined; + appointment?: Prisma.AppointmentUpdateOneRequiredWithoutClaimsNestedInput | undefined; + user?: Prisma.UserUpdateOneWithoutClaimsNestedInput | undefined; + staff?: Prisma.StaffUpdateOneWithoutClaimsNestedInput | undefined; + payment?: Prisma.PaymentUpdateOneWithoutClaimNestedInput | undefined; + updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + serviceLines?: Prisma.ServiceLineUpdateManyWithoutClaimNestedInput | undefined; + patientName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + memberId?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + dateOfBirth?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + remarks?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | Prisma.EnumMissingTeethStatusFieldUpdateOperationsInput | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + serviceDate?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + insuranceProvider?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + claimNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + claimFiles?: Prisma.ClaimFileUpdateManyWithoutClaimNestedInput | undefined; +}, { + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | Prisma.EnumClaimStatusFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + patient?: Prisma.PatientUpdateOneRequiredWithoutClaimsNestedInput | undefined; + appointment?: Prisma.AppointmentUpdateOneRequiredWithoutClaimsNestedInput | undefined; + user?: Prisma.UserUpdateOneWithoutClaimsNestedInput | undefined; + staff?: Prisma.StaffUpdateOneWithoutClaimsNestedInput | undefined; + payment?: Prisma.PaymentUpdateOneWithoutClaimNestedInput | undefined; + updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + serviceLines?: Prisma.ServiceLineUpdateManyWithoutClaimNestedInput | undefined; + patientName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + memberId?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + dateOfBirth?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + remarks?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + missingTeethStatus?: "No_missing" | "endentulous" | "Yes_missing" | Prisma.EnumMissingTeethStatusFieldUpdateOperationsInput | undefined; + missingTeeth?: import("../../helpers/json-helpers").JsonValue | undefined; + serviceDate?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + insuranceProvider?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + claimNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; + claimFiles?: Prisma.ClaimFileUpdateManyWithoutClaimNestedInput | undefined; +}>; +//# sourceMappingURL=ClaimUpdateWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..6432a62b --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimUpdateWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimUpdateWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAwCxD,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,CAAmF,CAAC;AACpM,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..556b4e73 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.js @@ -0,0 +1,76 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimUpdateWithoutNpiProviderInputObjectZodSchema = exports.ClaimUpdateWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const MissingTeethStatus_schema_1 = require("../enums/MissingTeethStatus.schema"); +const EnumMissingTeethStatusFieldUpdateOperationsInput_schema_1 = require("./EnumMissingTeethStatusFieldUpdateOperationsInput.schema"); +const NullableJsonNullValueInput_schema_1 = require("../enums/NullableJsonNullValueInput.schema"); +const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); +const EnumClaimStatusFieldUpdateOperationsInput_schema_1 = require("./EnumClaimStatusFieldUpdateOperationsInput.schema"); +const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStringFieldUpdateOperationsInput.schema"); +const PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./PatientUpdateOneRequiredWithoutClaimsNestedInput.schema"); +const AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema"); +const UserUpdateOneWithoutClaimsNestedInput_schema_1 = require("./UserUpdateOneWithoutClaimsNestedInput.schema"); +const StaffUpdateOneWithoutClaimsNestedInput_schema_1 = require("./StaffUpdateOneWithoutClaimsNestedInput.schema"); +const ServiceLineUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUpdateManyWithoutClaimNestedInput.schema"); +const ClaimFileUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUpdateManyWithoutClaimNestedInput.schema"); +const PaymentUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUpdateOneWithoutClaimNestedInput.schema"); +const json_helpers_1 = require("../../helpers/json-helpers"); +const makeSchema = () => z.object({ + patientName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + memberId: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + dateOfBirth: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + remarks: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + missingTeethStatus: z.union([MissingTeethStatus_schema_1.MissingTeethStatusSchema, z.lazy(() => EnumMissingTeethStatusFieldUpdateOperationsInput_schema_1.EnumMissingTeethStatusFieldUpdateOperationsInputObjectSchema)]).optional(), + missingTeeth: z.union([NullableJsonNullValueInput_schema_1.NullableJsonNullValueInputSchema, json_helpers_1.JsonValueSchema]).optional(), + serviceDate: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + insuranceProvider: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + status: z.union([ClaimStatus_schema_1.ClaimStatusSchema, z.lazy(() => EnumClaimStatusFieldUpdateOperationsInput_schema_1.EnumClaimStatusFieldUpdateOperationsInputObjectSchema)]).optional(), + claimNumber: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + patient: z.lazy(() => PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1.PatientUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), + appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), + user: z.lazy(() => UserUpdateOneWithoutClaimsNestedInput_schema_1.UserUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), + staff: z.lazy(() => StaffUpdateOneWithoutClaimsNestedInput_schema_1.StaffUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), + serviceLines: z.lazy(() => ServiceLineUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUpdateManyWithoutClaimNestedInputObjectSchema).optional(), + claimFiles: z.lazy(() => ClaimFileUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUpdateManyWithoutClaimNestedInputObjectSchema).optional(), + payment: z.lazy(() => PaymentUpdateOneWithoutClaimNestedInput_schema_1.PaymentUpdateOneWithoutClaimNestedInputObjectSchema).optional() +}).strict(); +exports.ClaimUpdateWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimUpdateWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithoutPatientInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateWithoutPatientInput.schema.js index f1943e52..f25528bf 100644 --- a/packages/db/shared/schemas/objects/ClaimUpdateWithoutPatientInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithoutPatientInput.schema.js @@ -46,6 +46,7 @@ const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStr const AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema"); const UserUpdateOneWithoutClaimsNestedInput_schema_1 = require("./UserUpdateOneWithoutClaimsNestedInput.schema"); const StaffUpdateOneWithoutClaimsNestedInput_schema_1 = require("./StaffUpdateOneWithoutClaimsNestedInput.schema"); +const NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutClaimsNestedInput.schema"); const ServiceLineUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUpdateManyWithoutClaimNestedInput.schema"); const PaymentUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUpdateOneWithoutClaimNestedInput.schema"); @@ -66,6 +67,7 @@ const makeSchema = () => z.object({ appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), user: z.lazy(() => UserUpdateOneWithoutClaimsNestedInput_schema_1.UserUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutClaimsNestedInput_schema_1.StaffUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1.NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUpdateOneWithoutClaimNestedInput_schema_1.PaymentUpdateOneWithoutClaimNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithoutPaymentInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateWithoutPaymentInput.schema.js index 3eab8aee..dd6f9842 100644 --- a/packages/db/shared/schemas/objects/ClaimUpdateWithoutPaymentInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithoutPaymentInput.schema.js @@ -47,6 +47,7 @@ const PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./Pat const AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema"); const UserUpdateOneWithoutClaimsNestedInput_schema_1 = require("./UserUpdateOneWithoutClaimsNestedInput.schema"); const StaffUpdateOneWithoutClaimsNestedInput_schema_1 = require("./StaffUpdateOneWithoutClaimsNestedInput.schema"); +const NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutClaimsNestedInput.schema"); const ServiceLineUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUpdateManyWithoutClaimNestedInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); @@ -67,6 +68,7 @@ const makeSchema = () => z.object({ appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), user: z.lazy(() => UserUpdateOneWithoutClaimsNestedInput_schema_1.UserUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutClaimsNestedInput_schema_1.StaffUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1.NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUpdateManyWithoutClaimNestedInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithoutServiceLinesInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateWithoutServiceLinesInput.schema.js index d9d70fb0..f40c587e 100644 --- a/packages/db/shared/schemas/objects/ClaimUpdateWithoutServiceLinesInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithoutServiceLinesInput.schema.js @@ -47,6 +47,7 @@ const PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./Pat const AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema"); const UserUpdateOneWithoutClaimsNestedInput_schema_1 = require("./UserUpdateOneWithoutClaimsNestedInput.schema"); const StaffUpdateOneWithoutClaimsNestedInput_schema_1 = require("./StaffUpdateOneWithoutClaimsNestedInput.schema"); +const NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutClaimsNestedInput.schema"); const ClaimFileUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUpdateManyWithoutClaimNestedInput.schema"); const PaymentUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUpdateOneWithoutClaimNestedInput.schema"); const json_helpers_1 = require("../../helpers/json-helpers"); @@ -67,6 +68,7 @@ const makeSchema = () => z.object({ appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), user: z.lazy(() => UserUpdateOneWithoutClaimsNestedInput_schema_1.UserUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutClaimsNestedInput_schema_1.StaffUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1.NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUpdateOneWithoutClaimNestedInput_schema_1.PaymentUpdateOneWithoutClaimNestedInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithoutStaffInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateWithoutStaffInput.schema.js index c6b33e09..f9f19290 100644 --- a/packages/db/shared/schemas/objects/ClaimUpdateWithoutStaffInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithoutStaffInput.schema.js @@ -46,6 +46,7 @@ const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStr const PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./PatientUpdateOneRequiredWithoutClaimsNestedInput.schema"); const AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema"); const UserUpdateOneWithoutClaimsNestedInput_schema_1 = require("./UserUpdateOneWithoutClaimsNestedInput.schema"); +const NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutClaimsNestedInput.schema"); const ServiceLineUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUpdateManyWithoutClaimNestedInput.schema"); const PaymentUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUpdateOneWithoutClaimNestedInput.schema"); @@ -66,6 +67,7 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1.PatientUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), user: z.lazy(() => UserUpdateOneWithoutClaimsNestedInput_schema_1.UserUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1.NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUpdateOneWithoutClaimNestedInput_schema_1.PaymentUpdateOneWithoutClaimNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUpdateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpdateWithoutUserInput.schema.js index 96166bd4..72d7fb73 100644 --- a/packages/db/shared/schemas/objects/ClaimUpdateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimUpdateWithoutUserInput.schema.js @@ -46,6 +46,7 @@ const NullableStringFieldUpdateOperationsInput_schema_1 = require("./NullableStr const PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./PatientUpdateOneRequiredWithoutClaimsNestedInput.schema"); const AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1 = require("./AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema"); const StaffUpdateOneWithoutClaimsNestedInput_schema_1 = require("./StaffUpdateOneWithoutClaimsNestedInput.schema"); +const NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1 = require("./NpiProviderUpdateOneWithoutClaimsNestedInput.schema"); const ServiceLineUpdateManyWithoutClaimNestedInput_schema_1 = require("./ServiceLineUpdateManyWithoutClaimNestedInput.schema"); const ClaimFileUpdateManyWithoutClaimNestedInput_schema_1 = require("./ClaimFileUpdateManyWithoutClaimNestedInput.schema"); const PaymentUpdateOneWithoutClaimNestedInput_schema_1 = require("./PaymentUpdateOneWithoutClaimNestedInput.schema"); @@ -66,6 +67,7 @@ const makeSchema = () => z.object({ patient: z.lazy(() => PatientUpdateOneRequiredWithoutClaimsNestedInput_schema_1.PatientUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), appointment: z.lazy(() => AppointmentUpdateOneRequiredWithoutClaimsNestedInput_schema_1.AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectSchema).optional(), staff: z.lazy(() => StaffUpdateOneWithoutClaimsNestedInput_schema_1.StaffUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), + npiProvider: z.lazy(() => NpiProviderUpdateOneWithoutClaimsNestedInput_schema_1.NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema).optional(), serviceLines: z.lazy(() => ServiceLineUpdateManyWithoutClaimNestedInput_schema_1.ServiceLineUpdateManyWithoutClaimNestedInputObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileUpdateManyWithoutClaimNestedInput_schema_1.ClaimFileUpdateManyWithoutClaimNestedInputObjectSchema).optional(), payment: z.lazy(() => PaymentUpdateOneWithoutClaimNestedInput_schema_1.PaymentUpdateOneWithoutClaimNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts b/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts new file mode 100644 index 00000000..f366c254 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts @@ -0,0 +1,17 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema: z.ZodType; +export declare const ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{ + where: z.ZodLazy>; + update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; + create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + create: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput; + where: Prisma.ClaimWhereUniqueInput; + update: Prisma.ClaimUncheckedUpdateWithoutNpiProviderInput | Prisma.ClaimUpdateWithoutNpiProviderInput; +}, { + create: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput; + where: Prisma.ClaimWhereUniqueInput; + update: Prisma.ClaimUncheckedUpdateWithoutNpiProviderInput | Prisma.ClaimUpdateWithoutNpiProviderInput; +}>; +//# sourceMappingURL=ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map b/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map new file mode 100644 index 00000000..da7ec4a1 --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts","sourceRoot":"","sources":["ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAYxD,eAAO,MAAM,6DAA6D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,CAAkG,CAAC;AACjP,eAAO,MAAM,gEAAgE;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.js b/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.js new file mode 100644 index 00000000..0b00669b --- /dev/null +++ b/packages/db/shared/schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.js @@ -0,0 +1,49 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectZodSchema = exports.ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimWhereUniqueInput_schema_1 = require("./ClaimWhereUniqueInput.schema"); +const ClaimUpdateWithoutNpiProviderInput_schema_1 = require("./ClaimUpdateWithoutNpiProviderInput.schema"); +const ClaimUncheckedUpdateWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedUpdateWithoutNpiProviderInput.schema"); +const ClaimCreateWithoutNpiProviderInput_schema_1 = require("./ClaimCreateWithoutNpiProviderInput.schema"); +const ClaimUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedCreateWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => ClaimWhereUniqueInput_schema_1.ClaimWhereUniqueInputObjectSchema), + update: z.union([z.lazy(() => ClaimUpdateWithoutNpiProviderInput_schema_1.ClaimUpdateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUncheckedUpdateWithoutNpiProviderInput_schema_1.ClaimUncheckedUpdateWithoutNpiProviderInputObjectSchema)]), + create: z.union([z.lazy(() => ClaimCreateWithoutNpiProviderInput_schema_1.ClaimCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => ClaimUncheckedCreateWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateWithoutNpiProviderInputObjectSchema)]) +}).strict(); +exports.ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema = makeSchema(); +exports.ClaimUpsertWithWhereUniqueWithoutNpiProviderInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/ClaimWhereInput.schema.js b/packages/db/shared/schemas/objects/ClaimWhereInput.schema.js index d9d33276..f1a09879 100644 --- a/packages/db/shared/schemas/objects/ClaimWhereInput.schema.js +++ b/packages/db/shared/schemas/objects/ClaimWhereInput.schema.js @@ -44,6 +44,7 @@ const JsonNullableFilter_schema_1 = require("./JsonNullableFilter.schema"); const EnumClaimStatusFilter_schema_1 = require("./EnumClaimStatusFilter.schema"); const ClaimStatus_schema_1 = require("../enums/ClaimStatus.schema"); const StringNullableFilter_schema_1 = require("./StringNullableFilter.schema"); +const IntNullableFilter_schema_1 = require("./IntNullableFilter.schema"); const PatientScalarRelationFilter_schema_1 = require("./PatientScalarRelationFilter.schema"); const PatientWhereInput_schema_1 = require("./PatientWhereInput.schema"); const AppointmentScalarRelationFilter_schema_1 = require("./AppointmentScalarRelationFilter.schema"); @@ -52,6 +53,8 @@ const UserNullableScalarRelationFilter_schema_1 = require("./UserNullableScalarR const UserWhereInput_schema_1 = require("./UserWhereInput.schema"); const StaffNullableScalarRelationFilter_schema_1 = require("./StaffNullableScalarRelationFilter.schema"); const StaffWhereInput_schema_1 = require("./StaffWhereInput.schema"); +const NpiProviderNullableScalarRelationFilter_schema_1 = require("./NpiProviderNullableScalarRelationFilter.schema"); +const NpiProviderWhereInput_schema_1 = require("./NpiProviderWhereInput.schema"); const ServiceLineListRelationFilter_schema_1 = require("./ServiceLineListRelationFilter.schema"); const ClaimFileListRelationFilter_schema_1 = require("./ClaimFileListRelationFilter.schema"); const PaymentNullableScalarRelationFilter_schema_1 = require("./PaymentNullableScalarRelationFilter.schema"); @@ -77,10 +80,12 @@ const claimwhereinputSchema = z.object({ updatedAt: z.union([z.lazy(() => DateTimeFilter_schema_1.DateTimeFilterObjectSchema), z.coerce.date()]).optional(), status: z.union([z.lazy(() => EnumClaimStatusFilter_schema_1.EnumClaimStatusFilterObjectSchema), ClaimStatus_schema_1.ClaimStatusSchema]).optional(), claimNumber: z.union([z.lazy(() => StringNullableFilter_schema_1.StringNullableFilterObjectSchema), z.string()]).optional().nullable(), + npiProviderId: z.union([z.lazy(() => IntNullableFilter_schema_1.IntNullableFilterObjectSchema), z.number().int()]).optional().nullable(), patient: z.union([z.lazy(() => PatientScalarRelationFilter_schema_1.PatientScalarRelationFilterObjectSchema), z.lazy(() => PatientWhereInput_schema_1.PatientWhereInputObjectSchema)]).optional(), appointment: z.union([z.lazy(() => AppointmentScalarRelationFilter_schema_1.AppointmentScalarRelationFilterObjectSchema), z.lazy(() => AppointmentWhereInput_schema_1.AppointmentWhereInputObjectSchema)]).optional(), user: z.union([z.lazy(() => UserNullableScalarRelationFilter_schema_1.UserNullableScalarRelationFilterObjectSchema), z.lazy(() => UserWhereInput_schema_1.UserWhereInputObjectSchema)]).optional(), staff: z.union([z.lazy(() => StaffNullableScalarRelationFilter_schema_1.StaffNullableScalarRelationFilterObjectSchema), z.lazy(() => StaffWhereInput_schema_1.StaffWhereInputObjectSchema)]).optional(), + npiProvider: z.union([z.lazy(() => NpiProviderNullableScalarRelationFilter_schema_1.NpiProviderNullableScalarRelationFilterObjectSchema), z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema)]).optional(), serviceLines: z.lazy(() => ServiceLineListRelationFilter_schema_1.ServiceLineListRelationFilterObjectSchema).optional(), claimFiles: z.lazy(() => ClaimFileListRelationFilter_schema_1.ClaimFileListRelationFilterObjectSchema).optional(), payment: z.union([z.lazy(() => PaymentNullableScalarRelationFilter_schema_1.PaymentNullableScalarRelationFilterObjectSchema), z.lazy(() => PaymentWhereInput_schema_1.PaymentWhereInputObjectSchema)]).optional() diff --git a/packages/db/shared/schemas/objects/CloudFileCountAggregateInput.schema.js b/packages/db/shared/schemas/objects/CloudFileCountAggregateInput.schema.js index 4591cf92..4729e0fa 100644 --- a/packages/db/shared/schemas/objects/CloudFileCountAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileCountAggregateInput.schema.js @@ -44,6 +44,7 @@ const makeSchema = () => z.object({ folderId: z.literal(true).optional(), isComplete: z.literal(true).optional(), totalChunks: z.literal(true).optional(), + diskPath: z.literal(true).optional(), createdAt: z.literal(true).optional(), updatedAt: z.literal(true).optional(), _all: z.literal(true).optional() diff --git a/packages/db/shared/schemas/objects/CloudFileCountOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/CloudFileCountOrderByAggregateInput.schema.js index d69788a7..c64a9b1c 100644 --- a/packages/db/shared/schemas/objects/CloudFileCountOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileCountOrderByAggregateInput.schema.js @@ -45,6 +45,7 @@ const makeSchema = () => z.object({ folderId: SortOrder_schema_1.SortOrderSchema.optional(), isComplete: SortOrder_schema_1.SortOrderSchema.optional(), totalChunks: SortOrder_schema_1.SortOrderSchema.optional(), + diskPath: SortOrder_schema_1.SortOrderSchema.optional(), createdAt: SortOrder_schema_1.SortOrderSchema.optional(), updatedAt: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileCreateInput.schema.js b/packages/db/shared/schemas/objects/CloudFileCreateInput.schema.js index 59bd25dc..a952bc9d 100644 --- a/packages/db/shared/schemas/objects/CloudFileCreateInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileCreateInput.schema.js @@ -44,6 +44,7 @@ const makeSchema = () => z.object({ fileSize: z.bigint(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), user: z.lazy(() => UserCreateNestedOneWithoutCloudFilesInput_schema_1.UserCreateNestedOneWithoutCloudFilesInputObjectSchema), folder: z.lazy(() => CloudFolderCreateNestedOneWithoutFilesInput_schema_1.CloudFolderCreateNestedOneWithoutFilesInputObjectSchema).optional(), diff --git a/packages/db/shared/schemas/objects/CloudFileCreateManyFolderInput.schema.js b/packages/db/shared/schemas/objects/CloudFileCreateManyFolderInput.schema.js index e28d337c..8a82757b 100644 --- a/packages/db/shared/schemas/objects/CloudFileCreateManyFolderInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileCreateManyFolderInput.schema.js @@ -43,6 +43,7 @@ const makeSchema = () => z.object({ fileSize: z.bigint(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileCreateManyInput.schema.js b/packages/db/shared/schemas/objects/CloudFileCreateManyInput.schema.js index 62c2fb50..a37763c5 100644 --- a/packages/db/shared/schemas/objects/CloudFileCreateManyInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileCreateManyInput.schema.js @@ -44,6 +44,7 @@ const makeSchema = () => z.object({ folderId: z.number().int().optional().nullable(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileCreateManyUserInput.schema.js b/packages/db/shared/schemas/objects/CloudFileCreateManyUserInput.schema.js index 24da9c00..d2616f0e 100644 --- a/packages/db/shared/schemas/objects/CloudFileCreateManyUserInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileCreateManyUserInput.schema.js @@ -43,6 +43,7 @@ const makeSchema = () => z.object({ folderId: z.number().int().optional().nullable(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileCreateWithoutChunksInput.schema.js b/packages/db/shared/schemas/objects/CloudFileCreateWithoutChunksInput.schema.js index 7976c489..161e1b1f 100644 --- a/packages/db/shared/schemas/objects/CloudFileCreateWithoutChunksInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileCreateWithoutChunksInput.schema.js @@ -43,6 +43,7 @@ const makeSchema = () => z.object({ fileSize: z.bigint(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional(), user: z.lazy(() => UserCreateNestedOneWithoutCloudFilesInput_schema_1.UserCreateNestedOneWithoutCloudFilesInputObjectSchema), diff --git a/packages/db/shared/schemas/objects/CloudFileCreateWithoutFolderInput.schema.js b/packages/db/shared/schemas/objects/CloudFileCreateWithoutFolderInput.schema.js index 3b6bf9df..bd325ddd 100644 --- a/packages/db/shared/schemas/objects/CloudFileCreateWithoutFolderInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileCreateWithoutFolderInput.schema.js @@ -43,6 +43,7 @@ const makeSchema = () => z.object({ fileSize: z.bigint(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional(), user: z.lazy(() => UserCreateNestedOneWithoutCloudFilesInput_schema_1.UserCreateNestedOneWithoutCloudFilesInputObjectSchema), diff --git a/packages/db/shared/schemas/objects/CloudFileCreateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/CloudFileCreateWithoutUserInput.schema.js index a7e848d0..1cb43929 100644 --- a/packages/db/shared/schemas/objects/CloudFileCreateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileCreateWithoutUserInput.schema.js @@ -43,6 +43,7 @@ const makeSchema = () => z.object({ fileSize: z.bigint(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional(), folder: z.lazy(() => CloudFolderCreateNestedOneWithoutFilesInput_schema_1.CloudFolderCreateNestedOneWithoutFilesInputObjectSchema).optional(), diff --git a/packages/db/shared/schemas/objects/CloudFileMaxAggregateInput.schema.js b/packages/db/shared/schemas/objects/CloudFileMaxAggregateInput.schema.js index 98a27ea9..28867bbf 100644 --- a/packages/db/shared/schemas/objects/CloudFileMaxAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileMaxAggregateInput.schema.js @@ -44,6 +44,7 @@ const makeSchema = () => z.object({ folderId: z.literal(true).optional(), isComplete: z.literal(true).optional(), totalChunks: z.literal(true).optional(), + diskPath: z.literal(true).optional(), createdAt: z.literal(true).optional(), updatedAt: z.literal(true).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileMaxOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/CloudFileMaxOrderByAggregateInput.schema.js index 29a15ddd..3b8e1689 100644 --- a/packages/db/shared/schemas/objects/CloudFileMaxOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileMaxOrderByAggregateInput.schema.js @@ -45,6 +45,7 @@ const makeSchema = () => z.object({ folderId: SortOrder_schema_1.SortOrderSchema.optional(), isComplete: SortOrder_schema_1.SortOrderSchema.optional(), totalChunks: SortOrder_schema_1.SortOrderSchema.optional(), + diskPath: SortOrder_schema_1.SortOrderSchema.optional(), createdAt: SortOrder_schema_1.SortOrderSchema.optional(), updatedAt: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileMinAggregateInput.schema.js b/packages/db/shared/schemas/objects/CloudFileMinAggregateInput.schema.js index 7439609c..7a4a35eb 100644 --- a/packages/db/shared/schemas/objects/CloudFileMinAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileMinAggregateInput.schema.js @@ -44,6 +44,7 @@ const makeSchema = () => z.object({ folderId: z.literal(true).optional(), isComplete: z.literal(true).optional(), totalChunks: z.literal(true).optional(), + diskPath: z.literal(true).optional(), createdAt: z.literal(true).optional(), updatedAt: z.literal(true).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileMinOrderByAggregateInput.schema.js b/packages/db/shared/schemas/objects/CloudFileMinOrderByAggregateInput.schema.js index 2b084b04..d07ff262 100644 --- a/packages/db/shared/schemas/objects/CloudFileMinOrderByAggregateInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileMinOrderByAggregateInput.schema.js @@ -45,6 +45,7 @@ const makeSchema = () => z.object({ folderId: SortOrder_schema_1.SortOrderSchema.optional(), isComplete: SortOrder_schema_1.SortOrderSchema.optional(), totalChunks: SortOrder_schema_1.SortOrderSchema.optional(), + diskPath: SortOrder_schema_1.SortOrderSchema.optional(), createdAt: SortOrder_schema_1.SortOrderSchema.optional(), updatedAt: SortOrder_schema_1.SortOrderSchema.optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileOrderByWithAggregationInput.schema.js b/packages/db/shared/schemas/objects/CloudFileOrderByWithAggregationInput.schema.js index 8db4cf60..4554cb13 100644 --- a/packages/db/shared/schemas/objects/CloudFileOrderByWithAggregationInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileOrderByWithAggregationInput.schema.js @@ -51,6 +51,7 @@ const makeSchema = () => z.object({ folderId: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), isComplete: SortOrder_schema_1.SortOrderSchema.optional(), totalChunks: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), + diskPath: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), createdAt: SortOrder_schema_1.SortOrderSchema.optional(), updatedAt: SortOrder_schema_1.SortOrderSchema.optional(), _count: z.lazy(() => CloudFileCountOrderByAggregateInput_schema_1.CloudFileCountOrderByAggregateInputObjectSchema).optional(), diff --git a/packages/db/shared/schemas/objects/CloudFileOrderByWithRelationInput.schema.js b/packages/db/shared/schemas/objects/CloudFileOrderByWithRelationInput.schema.js index 0e2ec414..5cf52124 100644 --- a/packages/db/shared/schemas/objects/CloudFileOrderByWithRelationInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileOrderByWithRelationInput.schema.js @@ -49,6 +49,7 @@ const makeSchema = () => z.object({ folderId: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), isComplete: SortOrder_schema_1.SortOrderSchema.optional(), totalChunks: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), + diskPath: z.union([SortOrder_schema_1.SortOrderSchema, z.lazy(() => SortOrderInput_schema_1.SortOrderInputObjectSchema)]).optional(), createdAt: SortOrder_schema_1.SortOrderSchema.optional(), updatedAt: SortOrder_schema_1.SortOrderSchema.optional(), user: z.lazy(() => UserOrderByWithRelationInput_schema_1.UserOrderByWithRelationInputObjectSchema).optional(), diff --git a/packages/db/shared/schemas/objects/CloudFileScalarWhereInput.schema.js b/packages/db/shared/schemas/objects/CloudFileScalarWhereInput.schema.js index fd5ae29e..11ef47c4 100644 --- a/packages/db/shared/schemas/objects/CloudFileScalarWhereInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileScalarWhereInput.schema.js @@ -54,6 +54,7 @@ const cloudfilescalarwhereinputSchema = z.object({ folderId: z.union([z.lazy(() => IntNullableFilter_schema_1.IntNullableFilterObjectSchema), z.number().int()]).optional().nullable(), isComplete: z.union([z.lazy(() => BoolFilter_schema_1.BoolFilterObjectSchema), z.boolean()]).optional(), totalChunks: z.union([z.lazy(() => IntNullableFilter_schema_1.IntNullableFilterObjectSchema), z.number().int()]).optional().nullable(), + diskPath: z.union([z.lazy(() => StringNullableFilter_schema_1.StringNullableFilterObjectSchema), z.string()]).optional().nullable(), createdAt: z.union([z.lazy(() => DateTimeFilter_schema_1.DateTimeFilterObjectSchema), z.coerce.date()]).optional(), updatedAt: z.union([z.lazy(() => DateTimeFilter_schema_1.DateTimeFilterObjectSchema), z.coerce.date()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileScalarWhereWithAggregatesInput.schema.js b/packages/db/shared/schemas/objects/CloudFileScalarWhereWithAggregatesInput.schema.js index 5c4e0612..4e13fe89 100644 --- a/packages/db/shared/schemas/objects/CloudFileScalarWhereWithAggregatesInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileScalarWhereWithAggregatesInput.schema.js @@ -54,6 +54,7 @@ const cloudfilescalarwherewithaggregatesinputSchema = z.object({ folderId: z.union([z.lazy(() => IntNullableWithAggregatesFilter_schema_1.IntNullableWithAggregatesFilterObjectSchema), z.number().int()]).optional().nullable(), isComplete: z.union([z.lazy(() => BoolWithAggregatesFilter_schema_1.BoolWithAggregatesFilterObjectSchema), z.boolean()]).optional(), totalChunks: z.union([z.lazy(() => IntNullableWithAggregatesFilter_schema_1.IntNullableWithAggregatesFilterObjectSchema), z.number().int()]).optional().nullable(), + diskPath: z.union([z.lazy(() => StringNullableWithAggregatesFilter_schema_1.StringNullableWithAggregatesFilterObjectSchema), z.string()]).optional().nullable(), createdAt: z.union([z.lazy(() => DateTimeWithAggregatesFilter_schema_1.DateTimeWithAggregatesFilterObjectSchema), z.coerce.date()]).optional(), updatedAt: z.union([z.lazy(() => DateTimeWithAggregatesFilter_schema_1.DateTimeWithAggregatesFilterObjectSchema), z.coerce.date()]).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileSelect.schema.js b/packages/db/shared/schemas/objects/CloudFileSelect.schema.js index bdf2c0bd..c6ef4eb1 100644 --- a/packages/db/shared/schemas/objects/CloudFileSelect.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileSelect.schema.js @@ -48,6 +48,7 @@ const makeSchema = () => z.object({ folderId: z.boolean().optional(), isComplete: z.boolean().optional(), totalChunks: z.boolean().optional(), + diskPath: z.boolean().optional(), createdAt: z.boolean().optional(), updatedAt: z.boolean().optional(), user: z.union([z.boolean(), z.lazy(() => UserArgs_schema_1.UserArgsObjectSchema)]).optional(), diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedCreateInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedCreateInput.schema.js index 45408eb8..23856e7b 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedCreateInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedCreateInput.schema.js @@ -45,6 +45,7 @@ const makeSchema = () => z.object({ folderId: z.number().int().optional().nullable(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), chunks: z.lazy(() => CloudFileChunkUncheckedCreateNestedManyWithoutFileInput_schema_1.CloudFileChunkUncheckedCreateNestedManyWithoutFileInputObjectSchema).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutChunksInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutChunksInput.schema.js index 2bba995b..eebc6ddd 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutChunksInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutChunksInput.schema.js @@ -44,6 +44,7 @@ const makeSchema = () => z.object({ folderId: z.number().int().optional().nullable(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutFolderInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutFolderInput.schema.js index d03252c1..d8cdfb97 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutFolderInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutFolderInput.schema.js @@ -44,6 +44,7 @@ const makeSchema = () => z.object({ fileSize: z.bigint(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional(), chunks: z.lazy(() => CloudFileChunkUncheckedCreateNestedManyWithoutFileInput_schema_1.CloudFileChunkUncheckedCreateNestedManyWithoutFileInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutUserInput.schema.js index e73be242..2b9004c2 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedCreateWithoutUserInput.schema.js @@ -44,6 +44,7 @@ const makeSchema = () => z.object({ folderId: z.number().int().optional().nullable(), isComplete: z.boolean().optional(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.coerce.date().optional(), updatedAt: z.coerce.date().optional(), chunks: z.lazy(() => CloudFileChunkUncheckedCreateNestedManyWithoutFileInput_schema_1.CloudFileChunkUncheckedCreateNestedManyWithoutFileInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateInput.schema.js index ebc4947b..0572140e 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateInput.schema.js @@ -52,6 +52,7 @@ const makeSchema = () => z.object({ folderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), chunks: z.lazy(() => CloudFileChunkUncheckedUpdateManyWithoutFileNestedInput_schema_1.CloudFileChunkUncheckedUpdateManyWithoutFileNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyInput.schema.js index 69821fc3..6ea1c68f 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyInput.schema.js @@ -51,6 +51,7 @@ const makeSchema = () => z.object({ folderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutFolderInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutFolderInput.schema.js index 861792ed..8c74bb27 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutFolderInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutFolderInput.schema.js @@ -50,6 +50,7 @@ const makeSchema = () => z.object({ fileSize: z.union([z.bigint(), z.lazy(() => BigIntFieldUpdateOperationsInput_schema_1.BigIntFieldUpdateOperationsInputObjectSchema)]).optional(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutUserInput.schema.js index 37cf6908..c266007c 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateManyWithoutUserInput.schema.js @@ -50,6 +50,7 @@ const makeSchema = () => z.object({ folderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutChunksInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutChunksInput.schema.js index c3364fca..f003fdcd 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutChunksInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutChunksInput.schema.js @@ -51,6 +51,7 @@ const makeSchema = () => z.object({ folderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutFolderInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutFolderInput.schema.js index 685ff46d..4befc325 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutFolderInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutFolderInput.schema.js @@ -51,6 +51,7 @@ const makeSchema = () => z.object({ fileSize: z.union([z.bigint(), z.lazy(() => BigIntFieldUpdateOperationsInput_schema_1.BigIntFieldUpdateOperationsInputObjectSchema)]).optional(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), chunks: z.lazy(() => CloudFileChunkUncheckedUpdateManyWithoutFileNestedInput_schema_1.CloudFileChunkUncheckedUpdateManyWithoutFileNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutUserInput.schema.js index 00b61575..024f5df2 100644 --- a/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUncheckedUpdateWithoutUserInput.schema.js @@ -51,6 +51,7 @@ const makeSchema = () => z.object({ folderId: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), chunks: z.lazy(() => CloudFileChunkUncheckedUpdateManyWithoutFileNestedInput_schema_1.CloudFileChunkUncheckedUpdateManyWithoutFileNestedInputObjectSchema).optional() diff --git a/packages/db/shared/schemas/objects/CloudFileUpdateInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUpdateInput.schema.js index 146f086b..abfc6bf2 100644 --- a/packages/db/shared/schemas/objects/CloudFileUpdateInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUpdateInput.schema.js @@ -50,6 +50,7 @@ const makeSchema = () => z.object({ fileSize: z.union([z.bigint(), z.lazy(() => BigIntFieldUpdateOperationsInput_schema_1.BigIntFieldUpdateOperationsInputObjectSchema)]).optional(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), user: z.lazy(() => UserUpdateOneRequiredWithoutCloudFilesNestedInput_schema_1.UserUpdateOneRequiredWithoutCloudFilesNestedInputObjectSchema).optional(), diff --git a/packages/db/shared/schemas/objects/CloudFileUpdateManyMutationInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUpdateManyMutationInput.schema.js index 207dd2a1..134a6c34 100644 --- a/packages/db/shared/schemas/objects/CloudFileUpdateManyMutationInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUpdateManyMutationInput.schema.js @@ -47,6 +47,7 @@ const makeSchema = () => z.object({ fileSize: z.union([z.bigint(), z.lazy(() => BigIntFieldUpdateOperationsInput_schema_1.BigIntFieldUpdateOperationsInputObjectSchema)]).optional(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional() }).strict(); diff --git a/packages/db/shared/schemas/objects/CloudFileUpdateWithoutChunksInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUpdateWithoutChunksInput.schema.js index e0c831eb..9e753faa 100644 --- a/packages/db/shared/schemas/objects/CloudFileUpdateWithoutChunksInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUpdateWithoutChunksInput.schema.js @@ -49,6 +49,7 @@ const makeSchema = () => z.object({ fileSize: z.union([z.bigint(), z.lazy(() => BigIntFieldUpdateOperationsInput_schema_1.BigIntFieldUpdateOperationsInputObjectSchema)]).optional(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), user: z.lazy(() => UserUpdateOneRequiredWithoutCloudFilesNestedInput_schema_1.UserUpdateOneRequiredWithoutCloudFilesNestedInputObjectSchema).optional(), diff --git a/packages/db/shared/schemas/objects/CloudFileUpdateWithoutFolderInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUpdateWithoutFolderInput.schema.js index d0686aad..bf1ef5fd 100644 --- a/packages/db/shared/schemas/objects/CloudFileUpdateWithoutFolderInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUpdateWithoutFolderInput.schema.js @@ -49,6 +49,7 @@ const makeSchema = () => z.object({ fileSize: z.union([z.bigint(), z.lazy(() => BigIntFieldUpdateOperationsInput_schema_1.BigIntFieldUpdateOperationsInputObjectSchema)]).optional(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), user: z.lazy(() => UserUpdateOneRequiredWithoutCloudFilesNestedInput_schema_1.UserUpdateOneRequiredWithoutCloudFilesNestedInputObjectSchema).optional(), diff --git a/packages/db/shared/schemas/objects/CloudFileUpdateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/CloudFileUpdateWithoutUserInput.schema.js index 30a2b0af..3e2ad8eb 100644 --- a/packages/db/shared/schemas/objects/CloudFileUpdateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileUpdateWithoutUserInput.schema.js @@ -49,6 +49,7 @@ const makeSchema = () => z.object({ fileSize: z.union([z.bigint(), z.lazy(() => BigIntFieldUpdateOperationsInput_schema_1.BigIntFieldUpdateOperationsInputObjectSchema)]).optional(), isComplete: z.union([z.boolean(), z.lazy(() => BoolFieldUpdateOperationsInput_schema_1.BoolFieldUpdateOperationsInputObjectSchema)]).optional(), totalChunks: z.union([z.number().int(), z.lazy(() => NullableIntFieldUpdateOperationsInput_schema_1.NullableIntFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), + diskPath: z.union([z.string(), z.lazy(() => NullableStringFieldUpdateOperationsInput_schema_1.NullableStringFieldUpdateOperationsInputObjectSchema)]).optional().nullable(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), updatedAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), folder: z.lazy(() => CloudFolderUpdateOneWithoutFilesNestedInput_schema_1.CloudFolderUpdateOneWithoutFilesNestedInputObjectSchema).optional(), diff --git a/packages/db/shared/schemas/objects/CloudFileWhereInput.schema.js b/packages/db/shared/schemas/objects/CloudFileWhereInput.schema.js index f21b7704..cdf42e26 100644 --- a/packages/db/shared/schemas/objects/CloudFileWhereInput.schema.js +++ b/packages/db/shared/schemas/objects/CloudFileWhereInput.schema.js @@ -59,6 +59,7 @@ const cloudfilewhereinputSchema = z.object({ folderId: z.union([z.lazy(() => IntNullableFilter_schema_1.IntNullableFilterObjectSchema), z.number().int()]).optional().nullable(), isComplete: z.union([z.lazy(() => BoolFilter_schema_1.BoolFilterObjectSchema), z.boolean()]).optional(), totalChunks: z.union([z.lazy(() => IntNullableFilter_schema_1.IntNullableFilterObjectSchema), z.number().int()]).optional().nullable(), + diskPath: z.union([z.lazy(() => StringNullableFilter_schema_1.StringNullableFilterObjectSchema), z.string()]).optional().nullable(), createdAt: z.union([z.lazy(() => DateTimeFilter_schema_1.DateTimeFilterObjectSchema), z.coerce.date()]).optional(), updatedAt: z.union([z.lazy(() => DateTimeFilter_schema_1.DateTimeFilterObjectSchema), z.coerce.date()]).optional(), user: z.union([z.lazy(() => UserScalarRelationFilter_schema_1.UserScalarRelationFilterObjectSchema), z.lazy(() => UserWhereInput_schema_1.UserWhereInputObjectSchema)]).optional(), diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.d.ts new file mode 100644 index 00000000..a002ba0c --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.d.ts @@ -0,0 +1,17 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderCountOutputTypeArgsObjectSchema: z.ZodObject<{ + select: z.ZodOptional, z.ZodTypeDef, Prisma.NpiProviderCountOutputTypeSelect>>>; +}, "strict", z.ZodTypeAny, { + select?: Prisma.NpiProviderCountOutputTypeSelect | undefined; +}, { + select?: Prisma.NpiProviderCountOutputTypeSelect | undefined; +}>; +export declare const NpiProviderCountOutputTypeArgsObjectZodSchema: z.ZodObject<{ + select: z.ZodOptional, z.ZodTypeDef, Prisma.NpiProviderCountOutputTypeSelect>>>; +}, "strict", z.ZodTypeAny, { + select?: Prisma.NpiProviderCountOutputTypeSelect | undefined; +}, { + select?: Prisma.NpiProviderCountOutputTypeSelect | undefined; +}>; +//# sourceMappingURL=NpiProviderCountOutputTypeArgs.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.d.ts.map new file mode 100644 index 00000000..76eec932 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderCountOutputTypeArgs.schema.d.ts","sourceRoot":"","sources":["NpiProviderCountOutputTypeArgs.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAMxD,eAAO,MAAM,0CAA0C;;;;;;EAAe,CAAC;AACvE,eAAO,MAAM,6CAA6C;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.js b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.js new file mode 100644 index 00000000..c1c3ac4e --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeArgs.schema.js @@ -0,0 +1,43 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderCountOutputTypeArgsObjectZodSchema = exports.NpiProviderCountOutputTypeArgsObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderCountOutputTypeSelect_schema_1 = require("./NpiProviderCountOutputTypeSelect.schema"); +const makeSchema = () => z.object({ + select: z.lazy(() => NpiProviderCountOutputTypeSelect_schema_1.NpiProviderCountOutputTypeSelectObjectSchema).optional() +}).strict(); +exports.NpiProviderCountOutputTypeArgsObjectSchema = makeSchema(); +exports.NpiProviderCountOutputTypeArgsObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d.ts new file mode 100644 index 00000000..8126c308 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d.ts @@ -0,0 +1,17 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderCountOutputTypeCountAppointmentProceduresArgsObjectSchema: z.ZodObject<{ + where: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + where?: Prisma.AppointmentProcedureWhereInput | undefined; +}, { + where?: Prisma.AppointmentProcedureWhereInput | undefined; +}>; +export declare const NpiProviderCountOutputTypeCountAppointmentProceduresArgsObjectZodSchema: z.ZodObject<{ + where: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + where?: Prisma.AppointmentProcedureWhereInput | undefined; +}, { + where?: Prisma.AppointmentProcedureWhereInput | undefined; +}>; +//# sourceMappingURL=NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d.ts.map new file mode 100644 index 00000000..938d615a --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d.ts","sourceRoot":"","sources":["NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAMxD,eAAO,MAAM,oEAAoE;;;;;;EAAe,CAAC;AACjG,eAAO,MAAM,uEAAuE;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.js b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.js new file mode 100644 index 00000000..7799fca6 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.js @@ -0,0 +1,43 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderCountOutputTypeCountAppointmentProceduresArgsObjectZodSchema = exports.NpiProviderCountOutputTypeCountAppointmentProceduresArgsObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureWhereInput_schema_1 = require("./AppointmentProcedureWhereInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => AppointmentProcedureWhereInput_schema_1.AppointmentProcedureWhereInputObjectSchema).optional() +}).strict(); +exports.NpiProviderCountOutputTypeCountAppointmentProceduresArgsObjectSchema = makeSchema(); +exports.NpiProviderCountOutputTypeCountAppointmentProceduresArgsObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.d.ts new file mode 100644 index 00000000..a8db2641 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.d.ts @@ -0,0 +1,17 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderCountOutputTypeCountClaimsArgsObjectSchema: z.ZodObject<{ + where: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + where?: Prisma.ClaimWhereInput | undefined; +}, { + where?: Prisma.ClaimWhereInput | undefined; +}>; +export declare const NpiProviderCountOutputTypeCountClaimsArgsObjectZodSchema: z.ZodObject<{ + where: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + where?: Prisma.ClaimWhereInput | undefined; +}, { + where?: Prisma.ClaimWhereInput | undefined; +}>; +//# sourceMappingURL=NpiProviderCountOutputTypeCountClaimsArgs.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.d.ts.map new file mode 100644 index 00000000..1dc03fe2 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderCountOutputTypeCountClaimsArgs.schema.d.ts","sourceRoot":"","sources":["NpiProviderCountOutputTypeCountClaimsArgs.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAMxD,eAAO,MAAM,qDAAqD;;;;;;EAAe,CAAC;AAClF,eAAO,MAAM,wDAAwD;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.js b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.js new file mode 100644 index 00000000..5bffa8b2 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.js @@ -0,0 +1,43 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderCountOutputTypeCountClaimsArgsObjectZodSchema = exports.NpiProviderCountOutputTypeCountClaimsArgsObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimWhereInput_schema_1 = require("./ClaimWhereInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => ClaimWhereInput_schema_1.ClaimWhereInputObjectSchema).optional() +}).strict(); +exports.NpiProviderCountOutputTypeCountClaimsArgsObjectSchema = makeSchema(); +exports.NpiProviderCountOutputTypeCountClaimsArgsObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.d.ts new file mode 100644 index 00000000..4df6edcc --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.d.ts @@ -0,0 +1,34 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderCountOutputTypeSelectObjectSchema: z.ZodType; +export declare const NpiProviderCountOutputTypeSelectObjectZodSchema: z.ZodObject<{ + claims: z.ZodOptional>>; + }, "strict", z.ZodTypeAny, { + where?: Prisma.ClaimWhereInput | undefined; + }, { + where?: Prisma.ClaimWhereInput | undefined; + }>>]>>; + appointmentProcedures: z.ZodOptional>>; + }, "strict", z.ZodTypeAny, { + where?: Prisma.AppointmentProcedureWhereInput | undefined; + }, { + where?: Prisma.AppointmentProcedureWhereInput | undefined; + }>>]>>; +}, "strict", z.ZodTypeAny, { + claims?: boolean | { + where?: Prisma.ClaimWhereInput | undefined; + } | undefined; + appointmentProcedures?: boolean | { + where?: Prisma.AppointmentProcedureWhereInput | undefined; + } | undefined; +}, { + claims?: boolean | { + where?: Prisma.ClaimWhereInput | undefined; + } | undefined; + appointmentProcedures?: boolean | { + where?: Prisma.AppointmentProcedureWhereInput | undefined; + } | undefined; +}>; +//# sourceMappingURL=NpiProviderCountOutputTypeSelect.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.d.ts.map new file mode 100644 index 00000000..f5ddc370 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderCountOutputTypeSelect.schema.d.ts","sourceRoot":"","sources":["NpiProviderCountOutputTypeSelect.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAQxD,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,CAAiF,CAAC;AAC9L,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.js b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.js new file mode 100644 index 00000000..975680fe --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCountOutputTypeSelect.schema.js @@ -0,0 +1,45 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderCountOutputTypeSelectObjectZodSchema = exports.NpiProviderCountOutputTypeSelectObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderCountOutputTypeCountClaimsArgs_schema_1 = require("./NpiProviderCountOutputTypeCountClaimsArgs.schema"); +const NpiProviderCountOutputTypeCountAppointmentProceduresArgs_schema_1 = require("./NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema"); +const makeSchema = () => z.object({ + claims: z.union([z.boolean(), z.lazy(() => NpiProviderCountOutputTypeCountClaimsArgs_schema_1.NpiProviderCountOutputTypeCountClaimsArgsObjectSchema)]).optional(), + appointmentProcedures: z.union([z.boolean(), z.lazy(() => NpiProviderCountOutputTypeCountAppointmentProceduresArgs_schema_1.NpiProviderCountOutputTypeCountAppointmentProceduresArgsObjectSchema)]).optional() +}).strict(); +exports.NpiProviderCountOutputTypeSelectObjectSchema = makeSchema(); +exports.NpiProviderCountOutputTypeSelectObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderCreateInput.schema.js index 6ef320a4..b4f0f7d0 100644 --- a/packages/db/shared/schemas/objects/NpiProviderCreateInput.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderCreateInput.schema.js @@ -36,11 +36,15 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.NpiProviderCreateInputObjectZodSchema = exports.NpiProviderCreateInputObjectSchema = void 0; const z = __importStar(require("zod")); const UserCreateNestedOneWithoutNpiProvidersInput_schema_1 = require("./UserCreateNestedOneWithoutNpiProvidersInput.schema"); +const ClaimCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./ClaimCreateNestedManyWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema"); const makeSchema = () => z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.coerce.date().optional(), - user: z.lazy(() => UserCreateNestedOneWithoutNpiProvidersInput_schema_1.UserCreateNestedOneWithoutNpiProvidersInputObjectSchema) + user: z.lazy(() => UserCreateNestedOneWithoutNpiProvidersInput_schema_1.UserCreateNestedOneWithoutNpiProvidersInputObjectSchema), + claims: z.lazy(() => ClaimCreateNestedManyWithoutNpiProviderInput_schema_1.ClaimCreateNestedManyWithoutNpiProviderInputObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureCreateNestedManyWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectSchema).optional() }).strict(); exports.NpiProviderCreateInputObjectSchema = makeSchema(); exports.NpiProviderCreateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts new file mode 100644 index 00000000..42e030f8 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts @@ -0,0 +1,17 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectSchema: z.ZodType; +export declare const NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodLazy>]>>; + connectOrCreate: z.ZodOptional>>; + connect: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput | undefined; + connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput | undefined; + connect?: Prisma.NpiProviderWhereUniqueInput | undefined; +}, { + create?: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput | undefined; + connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput | undefined; + connect?: Prisma.NpiProviderWhereUniqueInput | undefined; +}>; +//# sourceMappingURL=NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts.map new file mode 100644 index 00000000..fb892e39 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAWxD,eAAO,MAAM,uEAAuE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,CAA4G,CAAC;AAC/Q,eAAO,MAAM,0EAA0E;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.js new file mode 100644 index 00000000..f0ea5a61 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.js @@ -0,0 +1,48 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectZodSchema = exports.NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderCreateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderCreateWithoutAppointmentProceduresInput.schema"); +const NpiProviderUncheckedCreateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema"); +const NpiProviderCreateOrConnectWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema"); +const NpiProviderWhereUniqueInput_schema_1 = require("./NpiProviderWhereUniqueInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => NpiProviderCreateWithoutAppointmentProceduresInput_schema_1.NpiProviderCreateWithoutAppointmentProceduresInputObjectSchema), z.lazy(() => NpiProviderUncheckedCreateWithoutAppointmentProceduresInput_schema_1.NpiProviderUncheckedCreateWithoutAppointmentProceduresInputObjectSchema)]).optional(), + connectOrCreate: z.lazy(() => NpiProviderCreateOrConnectWithoutAppointmentProceduresInput_schema_1.NpiProviderCreateOrConnectWithoutAppointmentProceduresInputObjectSchema).optional(), + connect: z.lazy(() => NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema).optional() +}).strict(); +exports.NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectSchema = makeSchema(); +exports.NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.d.ts new file mode 100644 index 00000000..96fd5a07 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.d.ts @@ -0,0 +1,17 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema: z.ZodType; +export declare const NpiProviderCreateNestedOneWithoutClaimsInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodLazy>]>>; + connectOrCreate: z.ZodOptional>>; + connect: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.NpiProviderCreateWithoutClaimsInput | Prisma.NpiProviderUncheckedCreateWithoutClaimsInput | undefined; + connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutClaimsInput | undefined; + connect?: Prisma.NpiProviderWhereUniqueInput | undefined; +}, { + create?: Prisma.NpiProviderCreateWithoutClaimsInput | Prisma.NpiProviderUncheckedCreateWithoutClaimsInput | undefined; + connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutClaimsInput | undefined; + connect?: Prisma.NpiProviderWhereUniqueInput | undefined; +}>; +//# sourceMappingURL=NpiProviderCreateNestedOneWithoutClaimsInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.d.ts.map new file mode 100644 index 00000000..a02b3269 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderCreateNestedOneWithoutClaimsInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderCreateNestedOneWithoutClaimsInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAWxD,eAAO,MAAM,wDAAwD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,CAA6F,CAAC;AAClO,eAAO,MAAM,2DAA2D;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.js new file mode 100644 index 00000000..dee1248e --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateNestedOneWithoutClaimsInput.schema.js @@ -0,0 +1,48 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderCreateNestedOneWithoutClaimsInputObjectZodSchema = exports.NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderCreateWithoutClaimsInput_schema_1 = require("./NpiProviderCreateWithoutClaimsInput.schema"); +const NpiProviderUncheckedCreateWithoutClaimsInput_schema_1 = require("./NpiProviderUncheckedCreateWithoutClaimsInput.schema"); +const NpiProviderCreateOrConnectWithoutClaimsInput_schema_1 = require("./NpiProviderCreateOrConnectWithoutClaimsInput.schema"); +const NpiProviderWhereUniqueInput_schema_1 = require("./NpiProviderWhereUniqueInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => NpiProviderCreateWithoutClaimsInput_schema_1.NpiProviderCreateWithoutClaimsInputObjectSchema), z.lazy(() => NpiProviderUncheckedCreateWithoutClaimsInput_schema_1.NpiProviderUncheckedCreateWithoutClaimsInputObjectSchema)]).optional(), + connectOrCreate: z.lazy(() => NpiProviderCreateOrConnectWithoutClaimsInput_schema_1.NpiProviderCreateOrConnectWithoutClaimsInputObjectSchema).optional(), + connect: z.lazy(() => NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema).optional() +}).strict(); +exports.NpiProviderCreateNestedOneWithoutClaimsInputObjectSchema = makeSchema(); +exports.NpiProviderCreateNestedOneWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d.ts new file mode 100644 index 00000000..0e6aa7cb --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderCreateOrConnectWithoutAppointmentProceduresInputObjectSchema: z.ZodType; +export declare const NpiProviderCreateOrConnectWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{ + where: z.ZodLazy>; + create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + create: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput; + where: Prisma.NpiProviderWhereUniqueInput; +}, { + create: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput; + where: Prisma.NpiProviderWhereUniqueInput; +}>; +//# sourceMappingURL=NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d.ts.map new file mode 100644 index 00000000..a7b360be --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASxD,eAAO,MAAM,uEAAuE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,CAA4G,CAAC;AAC/Q,eAAO,MAAM,0EAA0E;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.js new file mode 100644 index 00000000..204e5544 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.js @@ -0,0 +1,46 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderCreateOrConnectWithoutAppointmentProceduresInputObjectZodSchema = exports.NpiProviderCreateOrConnectWithoutAppointmentProceduresInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderWhereUniqueInput_schema_1 = require("./NpiProviderWhereUniqueInput.schema"); +const NpiProviderCreateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderCreateWithoutAppointmentProceduresInput.schema"); +const NpiProviderUncheckedCreateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema), + create: z.union([z.lazy(() => NpiProviderCreateWithoutAppointmentProceduresInput_schema_1.NpiProviderCreateWithoutAppointmentProceduresInputObjectSchema), z.lazy(() => NpiProviderUncheckedCreateWithoutAppointmentProceduresInput_schema_1.NpiProviderUncheckedCreateWithoutAppointmentProceduresInputObjectSchema)]) +}).strict(); +exports.NpiProviderCreateOrConnectWithoutAppointmentProceduresInputObjectSchema = makeSchema(); +exports.NpiProviderCreateOrConnectWithoutAppointmentProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.d.ts new file mode 100644 index 00000000..72a279ed --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderCreateOrConnectWithoutClaimsInputObjectSchema: z.ZodType; +export declare const NpiProviderCreateOrConnectWithoutClaimsInputObjectZodSchema: z.ZodObject<{ + where: z.ZodLazy>; + create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + create: Prisma.NpiProviderCreateWithoutClaimsInput | Prisma.NpiProviderUncheckedCreateWithoutClaimsInput; + where: Prisma.NpiProviderWhereUniqueInput; +}, { + create: Prisma.NpiProviderCreateWithoutClaimsInput | Prisma.NpiProviderUncheckedCreateWithoutClaimsInput; + where: Prisma.NpiProviderWhereUniqueInput; +}>; +//# sourceMappingURL=NpiProviderCreateOrConnectWithoutClaimsInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.d.ts.map new file mode 100644 index 00000000..9ed6754d --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderCreateOrConnectWithoutClaimsInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderCreateOrConnectWithoutClaimsInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASxD,eAAO,MAAM,wDAAwD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,CAA6F,CAAC;AAClO,eAAO,MAAM,2DAA2D;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.js new file mode 100644 index 00000000..72973773 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateOrConnectWithoutClaimsInput.schema.js @@ -0,0 +1,46 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderCreateOrConnectWithoutClaimsInputObjectZodSchema = exports.NpiProviderCreateOrConnectWithoutClaimsInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderWhereUniqueInput_schema_1 = require("./NpiProviderWhereUniqueInput.schema"); +const NpiProviderCreateWithoutClaimsInput_schema_1 = require("./NpiProviderCreateWithoutClaimsInput.schema"); +const NpiProviderUncheckedCreateWithoutClaimsInput_schema_1 = require("./NpiProviderUncheckedCreateWithoutClaimsInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema), + create: z.union([z.lazy(() => NpiProviderCreateWithoutClaimsInput_schema_1.NpiProviderCreateWithoutClaimsInputObjectSchema), z.lazy(() => NpiProviderUncheckedCreateWithoutClaimsInput_schema_1.NpiProviderUncheckedCreateWithoutClaimsInputObjectSchema)]) +}).strict(); +exports.NpiProviderCreateOrConnectWithoutClaimsInputObjectSchema = makeSchema(); +exports.NpiProviderCreateOrConnectWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.d.ts new file mode 100644 index 00000000..5248d325 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.d.ts @@ -0,0 +1,23 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderCreateWithoutAppointmentProceduresInputObjectSchema: z.ZodType; +export declare const NpiProviderCreateWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{ + npiNumber: z.ZodString; + providerName: z.ZodString; + createdAt: z.ZodOptional; + user: z.ZodLazy>; + claims: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + user: Prisma.UserCreateNestedOneWithoutNpiProvidersInput; + npiNumber: string; + providerName: string; + createdAt?: Date | undefined; + claims?: Prisma.ClaimCreateNestedManyWithoutNpiProviderInput | undefined; +}, { + user: Prisma.UserCreateNestedOneWithoutNpiProvidersInput; + npiNumber: string; + providerName: string; + createdAt?: Date | undefined; + claims?: Prisma.ClaimCreateNestedManyWithoutNpiProviderInput | undefined; +}>; +//# sourceMappingURL=NpiProviderCreateWithoutAppointmentProceduresInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.d.ts.map new file mode 100644 index 00000000..de963f16 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderCreateWithoutAppointmentProceduresInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderCreateWithoutAppointmentProceduresInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAWxD,eAAO,MAAM,8DAA8D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,CAAmG,CAAC;AACpP,eAAO,MAAM,iEAAiE;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.js new file mode 100644 index 00000000..c68c971b --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutAppointmentProceduresInput.schema.js @@ -0,0 +1,48 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderCreateWithoutAppointmentProceduresInputObjectZodSchema = exports.NpiProviderCreateWithoutAppointmentProceduresInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const UserCreateNestedOneWithoutNpiProvidersInput_schema_1 = require("./UserCreateNestedOneWithoutNpiProvidersInput.schema"); +const ClaimCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./ClaimCreateNestedManyWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + npiNumber: z.string(), + providerName: z.string(), + createdAt: z.coerce.date().optional(), + user: z.lazy(() => UserCreateNestedOneWithoutNpiProvidersInput_schema_1.UserCreateNestedOneWithoutNpiProvidersInputObjectSchema), + claims: z.lazy(() => ClaimCreateNestedManyWithoutNpiProviderInput_schema_1.ClaimCreateNestedManyWithoutNpiProviderInputObjectSchema).optional() +}).strict(); +exports.NpiProviderCreateWithoutAppointmentProceduresInputObjectSchema = makeSchema(); +exports.NpiProviderCreateWithoutAppointmentProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.d.ts new file mode 100644 index 00000000..4ef5c12f --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.d.ts @@ -0,0 +1,23 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderCreateWithoutClaimsInputObjectSchema: z.ZodType; +export declare const NpiProviderCreateWithoutClaimsInputObjectZodSchema: z.ZodObject<{ + npiNumber: z.ZodString; + providerName: z.ZodString; + createdAt: z.ZodOptional; + user: z.ZodLazy>; + appointmentProcedures: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + user: Prisma.UserCreateNestedOneWithoutNpiProvidersInput; + npiNumber: string; + providerName: string; + createdAt?: Date | undefined; + appointmentProcedures?: Prisma.AppointmentProcedureCreateNestedManyWithoutNpiProviderInput | undefined; +}, { + user: Prisma.UserCreateNestedOneWithoutNpiProvidersInput; + npiNumber: string; + providerName: string; + createdAt?: Date | undefined; + appointmentProcedures?: Prisma.AppointmentProcedureCreateNestedManyWithoutNpiProviderInput | undefined; +}>; +//# sourceMappingURL=NpiProviderCreateWithoutClaimsInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.d.ts.map new file mode 100644 index 00000000..ad53ea84 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderCreateWithoutClaimsInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderCreateWithoutClaimsInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAWxD,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,CAAoF,CAAC;AACvM,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.js new file mode 100644 index 00000000..f677d9ca --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutClaimsInput.schema.js @@ -0,0 +1,48 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderCreateWithoutClaimsInputObjectZodSchema = exports.NpiProviderCreateWithoutClaimsInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const UserCreateNestedOneWithoutNpiProvidersInput_schema_1 = require("./UserCreateNestedOneWithoutNpiProvidersInput.schema"); +const AppointmentProcedureCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + npiNumber: z.string(), + providerName: z.string(), + createdAt: z.coerce.date().optional(), + user: z.lazy(() => UserCreateNestedOneWithoutNpiProvidersInput_schema_1.UserCreateNestedOneWithoutNpiProvidersInputObjectSchema), + appointmentProcedures: z.lazy(() => AppointmentProcedureCreateNestedManyWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectSchema).optional() +}).strict(); +exports.NpiProviderCreateWithoutClaimsInputObjectSchema = makeSchema(); +exports.NpiProviderCreateWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderCreateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutUserInput.schema.js index ec380655..c1ba4713 100644 --- a/packages/db/shared/schemas/objects/NpiProviderCreateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderCreateWithoutUserInput.schema.js @@ -35,10 +35,14 @@ var __importStar = (this && this.__importStar) || (function () { Object.defineProperty(exports, "__esModule", { value: true }); exports.NpiProviderCreateWithoutUserInputObjectZodSchema = exports.NpiProviderCreateWithoutUserInputObjectSchema = void 0; const z = __importStar(require("zod")); +const ClaimCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./ClaimCreateNestedManyWithoutNpiProviderInput.schema"); +const AppointmentProcedureCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema"); const makeSchema = () => z.object({ npiNumber: z.string(), providerName: z.string(), - createdAt: z.coerce.date().optional() + createdAt: z.coerce.date().optional(), + claims: z.lazy(() => ClaimCreateNestedManyWithoutNpiProviderInput_schema_1.ClaimCreateNestedManyWithoutNpiProviderInputObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureCreateNestedManyWithoutNpiProviderInput_schema_1.AppointmentProcedureCreateNestedManyWithoutNpiProviderInputObjectSchema).optional() }).strict(); exports.NpiProviderCreateWithoutUserInputObjectSchema = makeSchema(); exports.NpiProviderCreateWithoutUserInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderInclude.schema.js b/packages/db/shared/schemas/objects/NpiProviderInclude.schema.js index 40748f3c..f8c7192c 100644 --- a/packages/db/shared/schemas/objects/NpiProviderInclude.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderInclude.schema.js @@ -36,8 +36,14 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.NpiProviderIncludeObjectZodSchema = exports.NpiProviderIncludeObjectSchema = void 0; const z = __importStar(require("zod")); const UserArgs_schema_1 = require("./UserArgs.schema"); +const findManyClaim_schema_1 = require("../findManyClaim.schema"); +const findManyAppointmentProcedure_schema_1 = require("../findManyAppointmentProcedure.schema"); +const NpiProviderCountOutputTypeArgs_schema_1 = require("./NpiProviderCountOutputTypeArgs.schema"); const makeSchema = () => z.object({ - user: z.union([z.boolean(), z.lazy(() => UserArgs_schema_1.UserArgsObjectSchema)]).optional() + user: z.union([z.boolean(), z.lazy(() => UserArgs_schema_1.UserArgsObjectSchema)]).optional(), + claims: z.union([z.boolean(), z.lazy(() => findManyClaim_schema_1.ClaimFindManySchema)]).optional(), + appointmentProcedures: z.union([z.boolean(), z.lazy(() => findManyAppointmentProcedure_schema_1.AppointmentProcedureFindManySchema)]).optional(), + _count: z.union([z.boolean(), z.lazy(() => NpiProviderCountOutputTypeArgs_schema_1.NpiProviderCountOutputTypeArgsObjectSchema)]).optional() }).strict(); exports.NpiProviderIncludeObjectSchema = makeSchema(); exports.NpiProviderIncludeObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.d.ts new file mode 100644 index 00000000..d77324ae --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderNullableScalarRelationFilterObjectSchema: z.ZodType; +export declare const NpiProviderNullableScalarRelationFilterObjectZodSchema: z.ZodObject<{ + is: z.ZodNullable>>>; + isNot: z.ZodNullable>>>; +}, "strict", z.ZodTypeAny, { + is?: Prisma.NpiProviderWhereInput | null | undefined; + isNot?: Prisma.NpiProviderWhereInput | null | undefined; +}, { + is?: Prisma.NpiProviderWhereInput | null | undefined; + isNot?: Prisma.NpiProviderWhereInput | null | undefined; +}>; +//# sourceMappingURL=NpiProviderNullableScalarRelationFilter.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.d.ts.map new file mode 100644 index 00000000..9f3ab053 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderNullableScalarRelationFilter.schema.d.ts","sourceRoot":"","sources":["NpiProviderNullableScalarRelationFilter.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAOxD,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,CAAwF,CAAC;AACnN,eAAO,MAAM,sDAAsD;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.js b/packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.js new file mode 100644 index 00000000..81595beb --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderNullableScalarRelationFilter.schema.js @@ -0,0 +1,44 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderNullableScalarRelationFilterObjectZodSchema = exports.NpiProviderNullableScalarRelationFilterObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderWhereInput_schema_1 = require("./NpiProviderWhereInput.schema"); +const makeSchema = () => z.object({ + is: z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema).optional().nullable(), + isNot: z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema).optional().nullable() +}).strict(); +exports.NpiProviderNullableScalarRelationFilterObjectSchema = makeSchema(); +exports.NpiProviderNullableScalarRelationFilterObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderOrderByWithRelationInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderOrderByWithRelationInput.schema.js index 2acc515b..195c6de5 100644 --- a/packages/db/shared/schemas/objects/NpiProviderOrderByWithRelationInput.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderOrderByWithRelationInput.schema.js @@ -37,13 +37,17 @@ exports.NpiProviderOrderByWithRelationInputObjectZodSchema = exports.NpiProvider const z = __importStar(require("zod")); const SortOrder_schema_1 = require("../enums/SortOrder.schema"); const UserOrderByWithRelationInput_schema_1 = require("./UserOrderByWithRelationInput.schema"); +const ClaimOrderByRelationAggregateInput_schema_1 = require("./ClaimOrderByRelationAggregateInput.schema"); +const AppointmentProcedureOrderByRelationAggregateInput_schema_1 = require("./AppointmentProcedureOrderByRelationAggregateInput.schema"); const makeSchema = () => z.object({ id: SortOrder_schema_1.SortOrderSchema.optional(), userId: SortOrder_schema_1.SortOrderSchema.optional(), npiNumber: SortOrder_schema_1.SortOrderSchema.optional(), providerName: SortOrder_schema_1.SortOrderSchema.optional(), createdAt: SortOrder_schema_1.SortOrderSchema.optional(), - user: z.lazy(() => UserOrderByWithRelationInput_schema_1.UserOrderByWithRelationInputObjectSchema).optional() + user: z.lazy(() => UserOrderByWithRelationInput_schema_1.UserOrderByWithRelationInputObjectSchema).optional(), + claims: z.lazy(() => ClaimOrderByRelationAggregateInput_schema_1.ClaimOrderByRelationAggregateInputObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureOrderByRelationAggregateInput_schema_1.AppointmentProcedureOrderByRelationAggregateInputObjectSchema).optional() }).strict(); exports.NpiProviderOrderByWithRelationInputObjectSchema = makeSchema(); exports.NpiProviderOrderByWithRelationInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderSelect.schema.js b/packages/db/shared/schemas/objects/NpiProviderSelect.schema.js index dccbb5fe..f2257d2a 100644 --- a/packages/db/shared/schemas/objects/NpiProviderSelect.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderSelect.schema.js @@ -36,13 +36,19 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.NpiProviderSelectObjectZodSchema = exports.NpiProviderSelectObjectSchema = void 0; const z = __importStar(require("zod")); const UserArgs_schema_1 = require("./UserArgs.schema"); +const findManyClaim_schema_1 = require("../findManyClaim.schema"); +const findManyAppointmentProcedure_schema_1 = require("../findManyAppointmentProcedure.schema"); +const NpiProviderCountOutputTypeArgs_schema_1 = require("./NpiProviderCountOutputTypeArgs.schema"); const makeSchema = () => z.object({ id: z.boolean().optional(), userId: z.boolean().optional(), npiNumber: z.boolean().optional(), providerName: z.boolean().optional(), createdAt: z.boolean().optional(), - user: z.union([z.boolean(), z.lazy(() => UserArgs_schema_1.UserArgsObjectSchema)]).optional() + user: z.union([z.boolean(), z.lazy(() => UserArgs_schema_1.UserArgsObjectSchema)]).optional(), + claims: z.union([z.boolean(), z.lazy(() => findManyClaim_schema_1.ClaimFindManySchema)]).optional(), + appointmentProcedures: z.union([z.boolean(), z.lazy(() => findManyAppointmentProcedure_schema_1.AppointmentProcedureFindManySchema)]).optional(), + _count: z.union([z.boolean(), z.lazy(() => NpiProviderCountOutputTypeArgs_schema_1.NpiProviderCountOutputTypeArgsObjectSchema)]).optional() }).strict(); exports.NpiProviderSelectObjectSchema = makeSchema(); exports.NpiProviderSelectObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateInput.schema.js index 7f565e06..bb0bd85e 100644 --- a/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateInput.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateInput.schema.js @@ -35,12 +35,16 @@ var __importStar = (this && this.__importStar) || (function () { Object.defineProperty(exports, "__esModule", { value: true }); exports.NpiProviderUncheckedCreateInputObjectZodSchema = exports.NpiProviderUncheckedCreateInputObjectSchema = void 0; const z = __importStar(require("zod")); +const ClaimUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema"); +const AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema"); const makeSchema = () => z.object({ id: z.number().int().optional(), userId: z.number().int(), npiNumber: z.string(), providerName: z.string(), - createdAt: z.coerce.date().optional() + createdAt: z.coerce.date().optional(), + claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema).optional() }).strict(); exports.NpiProviderUncheckedCreateInputObjectSchema = makeSchema(); exports.NpiProviderUncheckedCreateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d.ts new file mode 100644 index 00000000..3816944f --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d.ts @@ -0,0 +1,26 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUncheckedCreateWithoutAppointmentProceduresInputObjectSchema: z.ZodType; +export declare const NpiProviderUncheckedCreateWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional; + userId: z.ZodNumber; + npiNumber: z.ZodString; + providerName: z.ZodString; + createdAt: z.ZodOptional; + claims: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + userId: number; + npiNumber: string; + providerName: string; + id?: number | undefined; + createdAt?: Date | undefined; + claims?: Prisma.ClaimUncheckedCreateNestedManyWithoutNpiProviderInput | undefined; +}, { + userId: number; + npiNumber: string; + providerName: string; + id?: number | undefined; + createdAt?: Date | undefined; + claims?: Prisma.ClaimUncheckedCreateNestedManyWithoutNpiProviderInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d.ts.map new file mode 100644 index 00000000..92bcb34a --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAWxD,eAAO,MAAM,uEAAuE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,CAA4G,CAAC;AAC/Q,eAAO,MAAM,0EAA0E;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.js new file mode 100644 index 00000000..053aee4c --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.js @@ -0,0 +1,48 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUncheckedCreateWithoutAppointmentProceduresInputObjectZodSchema = exports.NpiProviderUncheckedCreateWithoutAppointmentProceduresInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const ClaimUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + id: z.number().int().optional(), + userId: z.number().int(), + npiNumber: z.string(), + providerName: z.string(), + createdAt: z.coerce.date().optional(), + claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema).optional() +}).strict(); +exports.NpiProviderUncheckedCreateWithoutAppointmentProceduresInputObjectSchema = makeSchema(); +exports.NpiProviderUncheckedCreateWithoutAppointmentProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.d.ts new file mode 100644 index 00000000..6d8d6273 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.d.ts @@ -0,0 +1,26 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUncheckedCreateWithoutClaimsInputObjectSchema: z.ZodType; +export declare const NpiProviderUncheckedCreateWithoutClaimsInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional; + userId: z.ZodNumber; + npiNumber: z.ZodString; + providerName: z.ZodString; + createdAt: z.ZodOptional; + appointmentProcedures: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + userId: number; + npiNumber: string; + providerName: string; + id?: number | undefined; + createdAt?: Date | undefined; + appointmentProcedures?: Prisma.AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput | undefined; +}, { + userId: number; + npiNumber: string; + providerName: string; + id?: number | undefined; + createdAt?: Date | undefined; + appointmentProcedures?: Prisma.AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUncheckedCreateWithoutClaimsInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.d.ts.map new file mode 100644 index 00000000..a757cba2 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUncheckedCreateWithoutClaimsInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUncheckedCreateWithoutClaimsInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAWxD,eAAO,MAAM,wDAAwD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,CAA6F,CAAC;AAClO,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.js new file mode 100644 index 00000000..5a76e5ef --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutClaimsInput.schema.js @@ -0,0 +1,48 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUncheckedCreateWithoutClaimsInputObjectZodSchema = exports.NpiProviderUncheckedCreateWithoutClaimsInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema"); +const makeSchema = () => z.object({ + id: z.number().int().optional(), + userId: z.number().int(), + npiNumber: z.string(), + providerName: z.string(), + createdAt: z.coerce.date().optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema).optional() +}).strict(); +exports.NpiProviderUncheckedCreateWithoutClaimsInputObjectSchema = makeSchema(); +exports.NpiProviderUncheckedCreateWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutUserInput.schema.js index 2fa21335..ac031f23 100644 --- a/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedCreateWithoutUserInput.schema.js @@ -35,11 +35,15 @@ var __importStar = (this && this.__importStar) || (function () { Object.defineProperty(exports, "__esModule", { value: true }); exports.NpiProviderUncheckedCreateWithoutUserInputObjectZodSchema = exports.NpiProviderUncheckedCreateWithoutUserInputObjectSchema = void 0; const z = __importStar(require("zod")); +const ClaimUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema"); +const AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1 = require("./AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema"); const makeSchema = () => z.object({ id: z.number().int().optional(), npiNumber: z.string(), providerName: z.string(), - createdAt: z.coerce.date().optional() + createdAt: z.coerce.date().optional(), + claims: z.lazy(() => ClaimUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1.ClaimUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput_schema_1.AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInputObjectSchema).optional() }).strict(); exports.NpiProviderUncheckedCreateWithoutUserInputObjectSchema = makeSchema(); exports.NpiProviderUncheckedCreateWithoutUserInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateInput.schema.js index 6f92a076..858960c4 100644 --- a/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateInput.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateInput.schema.js @@ -38,12 +38,16 @@ const z = __importStar(require("zod")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema"); +const AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), userId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), npiNumber: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), providerName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), - createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional() + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1.ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional() }).strict(); exports.NpiProviderUncheckedUpdateInputObjectSchema = makeSchema(); exports.NpiProviderUncheckedUpdateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d.ts new file mode 100644 index 00000000..ed81169d --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d.ts @@ -0,0 +1,26 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUncheckedUpdateWithoutAppointmentProceduresInputObjectSchema: z.ZodType; +export declare const NpiProviderUncheckedUpdateWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional>]>>; + userId: z.ZodOptional>]>>; + npiNumber: z.ZodOptional>]>>; + providerName: z.ZodOptional>]>>; + createdAt: z.ZodOptional>]>>; + claims: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + claims?: Prisma.ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput | undefined; + npiNumber?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + providerName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; +}, { + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + claims?: Prisma.ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput | undefined; + npiNumber?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + providerName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d.ts.map new file mode 100644 index 00000000..bc2c902d --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAcxD,eAAO,MAAM,uEAAuE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,CAA4G,CAAC;AAC/Q,eAAO,MAAM,0EAA0E;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.js new file mode 100644 index 00000000..7c5e1991 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.js @@ -0,0 +1,51 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInputObjectZodSchema = exports.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema"); +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + userId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + npiNumber: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + providerName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1.ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional() +}).strict(); +exports.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInputObjectSchema = makeSchema(); +exports.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d.ts new file mode 100644 index 00000000..59dc00be --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d.ts @@ -0,0 +1,26 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUncheckedUpdateWithoutClaimsInputObjectSchema: z.ZodType; +export declare const NpiProviderUncheckedUpdateWithoutClaimsInputObjectZodSchema: z.ZodObject<{ + id: z.ZodOptional>]>>; + userId: z.ZodOptional>]>>; + npiNumber: z.ZodOptional>]>>; + providerName: z.ZodOptional>]>>; + createdAt: z.ZodOptional>]>>; + appointmentProcedures: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + npiNumber?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + providerName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + appointmentProcedures?: Prisma.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput | undefined; +}, { + id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; + npiNumber?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + providerName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + appointmentProcedures?: Prisma.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d.ts.map new file mode 100644 index 00000000..ab29d85c --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUncheckedUpdateWithoutClaimsInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAcxD,eAAO,MAAM,wDAAwD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,CAA6F,CAAC;AAClO,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.js new file mode 100644 index 00000000..991e5e04 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutClaimsInput.schema.js @@ -0,0 +1,51 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUncheckedUpdateWithoutClaimsInputObjectZodSchema = exports.NpiProviderUncheckedUpdateWithoutClaimsInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); +const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema"); +const makeSchema = () => z.object({ + id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + userId: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), + npiNumber: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + providerName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional() +}).strict(); +exports.NpiProviderUncheckedUpdateWithoutClaimsInputObjectSchema = makeSchema(); +exports.NpiProviderUncheckedUpdateWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutUserInput.schema.js index afa8d588..8b612348 100644 --- a/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderUncheckedUpdateWithoutUserInput.schema.js @@ -38,11 +38,15 @@ const z = __importStar(require("zod")); const IntFieldUpdateOperationsInput_schema_1 = require("./IntFieldUpdateOperationsInput.schema"); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema"); +const AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema"); const makeSchema = () => z.object({ id: z.union([z.number().int(), z.lazy(() => IntFieldUpdateOperationsInput_schema_1.IntFieldUpdateOperationsInputObjectSchema)]).optional(), npiNumber: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), providerName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), - createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional() + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + claims: z.lazy(() => ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1.ClaimUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput_schema_1.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional() }).strict(); exports.NpiProviderUncheckedUpdateWithoutUserInputObjectSchema = makeSchema(); exports.NpiProviderUncheckedUpdateWithoutUserInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUpdateInput.schema.js index 1b4d32d5..c2a85e00 100644 --- a/packages/db/shared/schemas/objects/NpiProviderUpdateInput.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateInput.schema.js @@ -38,11 +38,15 @@ const z = __importStar(require("zod")); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); const UserUpdateOneRequiredWithoutNpiProvidersNestedInput_schema_1 = require("./UserUpdateOneRequiredWithoutNpiProvidersNestedInput.schema"); +const ClaimUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./ClaimUpdateManyWithoutNpiProviderNestedInput.schema"); +const AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema"); const makeSchema = () => z.object({ npiNumber: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), providerName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), - user: z.lazy(() => UserUpdateOneRequiredWithoutNpiProvidersNestedInput_schema_1.UserUpdateOneRequiredWithoutNpiProvidersNestedInputObjectSchema).optional() + user: z.lazy(() => UserUpdateOneRequiredWithoutNpiProvidersNestedInput_schema_1.UserUpdateOneRequiredWithoutNpiProvidersNestedInputObjectSchema).optional(), + claims: z.lazy(() => ClaimUpdateManyWithoutNpiProviderNestedInput_schema_1.ClaimUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput_schema_1.AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional() }).strict(); exports.NpiProviderUpdateInputObjectSchema = makeSchema(); exports.NpiProviderUpdateInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts new file mode 100644 index 00000000..0c434631 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts @@ -0,0 +1,29 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectSchema: z.ZodType; +export declare const NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodLazy>]>>; + connectOrCreate: z.ZodOptional>>; + upsert: z.ZodOptional>>; + disconnect: z.ZodOptional>]>>; + delete: z.ZodOptional>]>>; + connect: z.ZodOptional>>; + update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput | undefined; + connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput | undefined; + connect?: Prisma.NpiProviderWhereUniqueInput | undefined; + update?: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput | undefined; + upsert?: Prisma.NpiProviderUpsertWithoutAppointmentProceduresInput | undefined; + disconnect?: boolean | Prisma.NpiProviderWhereInput | undefined; + delete?: boolean | Prisma.NpiProviderWhereInput | undefined; +}, { + create?: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput | undefined; + connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput | undefined; + connect?: Prisma.NpiProviderWhereUniqueInput | undefined; + update?: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput | undefined; + upsert?: Prisma.NpiProviderUpsertWithoutAppointmentProceduresInput | undefined; + disconnect?: boolean | Prisma.NpiProviderWhereInput | undefined; + delete?: boolean | Prisma.NpiProviderWhereInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts.map new file mode 100644 index 00000000..2d680f6f --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAoBxD,eAAO,MAAM,uEAAuE,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,CAA4G,CAAC;AAC/Q,eAAO,MAAM,0EAA0E;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.js new file mode 100644 index 00000000..a67d6500 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.js @@ -0,0 +1,57 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectZodSchema = exports.NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderCreateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderCreateWithoutAppointmentProceduresInput.schema"); +const NpiProviderUncheckedCreateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema"); +const NpiProviderCreateOrConnectWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema"); +const NpiProviderUpsertWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUpsertWithoutAppointmentProceduresInput.schema"); +const NpiProviderWhereInput_schema_1 = require("./NpiProviderWhereInput.schema"); +const NpiProviderWhereUniqueInput_schema_1 = require("./NpiProviderWhereUniqueInput.schema"); +const NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema"); +const NpiProviderUpdateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUpdateWithoutAppointmentProceduresInput.schema"); +const NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => NpiProviderCreateWithoutAppointmentProceduresInput_schema_1.NpiProviderCreateWithoutAppointmentProceduresInputObjectSchema), z.lazy(() => NpiProviderUncheckedCreateWithoutAppointmentProceduresInput_schema_1.NpiProviderUncheckedCreateWithoutAppointmentProceduresInputObjectSchema)]).optional(), + connectOrCreate: z.lazy(() => NpiProviderCreateOrConnectWithoutAppointmentProceduresInput_schema_1.NpiProviderCreateOrConnectWithoutAppointmentProceduresInputObjectSchema).optional(), + upsert: z.lazy(() => NpiProviderUpsertWithoutAppointmentProceduresInput_schema_1.NpiProviderUpsertWithoutAppointmentProceduresInputObjectSchema).optional(), + disconnect: z.union([z.boolean(), z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema)]).optional(), + delete: z.union([z.boolean(), z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema)]).optional(), + connect: z.lazy(() => NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema).optional(), + update: z.union([z.lazy(() => NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput_schema_1.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInputObjectSchema), z.lazy(() => NpiProviderUpdateWithoutAppointmentProceduresInput_schema_1.NpiProviderUpdateWithoutAppointmentProceduresInputObjectSchema), z.lazy(() => NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput_schema_1.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInputObjectSchema)]).optional() +}).strict(); +exports.NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectSchema = makeSchema(); +exports.NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d.ts new file mode 100644 index 00000000..1feb3f97 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d.ts @@ -0,0 +1,29 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema: z.ZodType; +export declare const NpiProviderUpdateOneWithoutClaimsNestedInputObjectZodSchema: z.ZodObject<{ + create: z.ZodOptional>, z.ZodLazy>]>>; + connectOrCreate: z.ZodOptional>>; + upsert: z.ZodOptional>>; + disconnect: z.ZodOptional>]>>; + delete: z.ZodOptional>]>>; + connect: z.ZodOptional>>; + update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; +}, "strict", z.ZodTypeAny, { + create?: Prisma.NpiProviderCreateWithoutClaimsInput | Prisma.NpiProviderUncheckedCreateWithoutClaimsInput | undefined; + connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutClaimsInput | undefined; + connect?: Prisma.NpiProviderWhereUniqueInput | undefined; + update?: Prisma.NpiProviderUpdateWithoutClaimsInput | Prisma.NpiProviderUncheckedUpdateWithoutClaimsInput | Prisma.NpiProviderUpdateToOneWithWhereWithoutClaimsInput | undefined; + upsert?: Prisma.NpiProviderUpsertWithoutClaimsInput | undefined; + disconnect?: boolean | Prisma.NpiProviderWhereInput | undefined; + delete?: boolean | Prisma.NpiProviderWhereInput | undefined; +}, { + create?: Prisma.NpiProviderCreateWithoutClaimsInput | Prisma.NpiProviderUncheckedCreateWithoutClaimsInput | undefined; + connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutClaimsInput | undefined; + connect?: Prisma.NpiProviderWhereUniqueInput | undefined; + update?: Prisma.NpiProviderUpdateWithoutClaimsInput | Prisma.NpiProviderUncheckedUpdateWithoutClaimsInput | Prisma.NpiProviderUpdateToOneWithWhereWithoutClaimsInput | undefined; + upsert?: Prisma.NpiProviderUpsertWithoutClaimsInput | undefined; + disconnect?: boolean | Prisma.NpiProviderWhereInput | undefined; + delete?: boolean | Prisma.NpiProviderWhereInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d.ts.map new file mode 100644 index 00000000..5d67f19d --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpdateOneWithoutClaimsNestedInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAoBxD,eAAO,MAAM,wDAAwD,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,CAA6F,CAAC;AAClO,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.js new file mode 100644 index 00000000..8c58f117 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutClaimsNestedInput.schema.js @@ -0,0 +1,57 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUpdateOneWithoutClaimsNestedInputObjectZodSchema = exports.NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderCreateWithoutClaimsInput_schema_1 = require("./NpiProviderCreateWithoutClaimsInput.schema"); +const NpiProviderUncheckedCreateWithoutClaimsInput_schema_1 = require("./NpiProviderUncheckedCreateWithoutClaimsInput.schema"); +const NpiProviderCreateOrConnectWithoutClaimsInput_schema_1 = require("./NpiProviderCreateOrConnectWithoutClaimsInput.schema"); +const NpiProviderUpsertWithoutClaimsInput_schema_1 = require("./NpiProviderUpsertWithoutClaimsInput.schema"); +const NpiProviderWhereInput_schema_1 = require("./NpiProviderWhereInput.schema"); +const NpiProviderWhereUniqueInput_schema_1 = require("./NpiProviderWhereUniqueInput.schema"); +const NpiProviderUpdateToOneWithWhereWithoutClaimsInput_schema_1 = require("./NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema"); +const NpiProviderUpdateWithoutClaimsInput_schema_1 = require("./NpiProviderUpdateWithoutClaimsInput.schema"); +const NpiProviderUncheckedUpdateWithoutClaimsInput_schema_1 = require("./NpiProviderUncheckedUpdateWithoutClaimsInput.schema"); +const makeSchema = () => z.object({ + create: z.union([z.lazy(() => NpiProviderCreateWithoutClaimsInput_schema_1.NpiProviderCreateWithoutClaimsInputObjectSchema), z.lazy(() => NpiProviderUncheckedCreateWithoutClaimsInput_schema_1.NpiProviderUncheckedCreateWithoutClaimsInputObjectSchema)]).optional(), + connectOrCreate: z.lazy(() => NpiProviderCreateOrConnectWithoutClaimsInput_schema_1.NpiProviderCreateOrConnectWithoutClaimsInputObjectSchema).optional(), + upsert: z.lazy(() => NpiProviderUpsertWithoutClaimsInput_schema_1.NpiProviderUpsertWithoutClaimsInputObjectSchema).optional(), + disconnect: z.union([z.boolean(), z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema)]).optional(), + delete: z.union([z.boolean(), z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema)]).optional(), + connect: z.lazy(() => NpiProviderWhereUniqueInput_schema_1.NpiProviderWhereUniqueInputObjectSchema).optional(), + update: z.union([z.lazy(() => NpiProviderUpdateToOneWithWhereWithoutClaimsInput_schema_1.NpiProviderUpdateToOneWithWhereWithoutClaimsInputObjectSchema), z.lazy(() => NpiProviderUpdateWithoutClaimsInput_schema_1.NpiProviderUpdateWithoutClaimsInputObjectSchema), z.lazy(() => NpiProviderUncheckedUpdateWithoutClaimsInput_schema_1.NpiProviderUncheckedUpdateWithoutClaimsInputObjectSchema)]).optional() +}).strict(); +exports.NpiProviderUpdateOneWithoutClaimsNestedInputObjectSchema = makeSchema(); +exports.NpiProviderUpdateOneWithoutClaimsNestedInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts new file mode 100644 index 00000000..be5386dc --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInputObjectSchema: z.ZodType; +export declare const NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{ + where: z.ZodOptional>>; + data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + data: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput; + where?: Prisma.NpiProviderWhereInput | undefined; +}, { + data: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput; + where?: Prisma.NpiProviderWhereInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts.map new file mode 100644 index 00000000..9f74e787 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASxD,eAAO,MAAM,4EAA4E,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,CAAiH,CAAC;AAC9R,eAAO,MAAM,+EAA+E;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.js new file mode 100644 index 00000000..205e96cb --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.js @@ -0,0 +1,46 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInputObjectZodSchema = exports.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderWhereInput_schema_1 = require("./NpiProviderWhereInput.schema"); +const NpiProviderUpdateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUpdateWithoutAppointmentProceduresInput.schema"); +const NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema).optional(), + data: z.union([z.lazy(() => NpiProviderUpdateWithoutAppointmentProceduresInput_schema_1.NpiProviderUpdateWithoutAppointmentProceduresInputObjectSchema), z.lazy(() => NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput_schema_1.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInputObjectSchema)]) +}).strict(); +exports.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInputObjectSchema = makeSchema(); +exports.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts new file mode 100644 index 00000000..feab208b --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts @@ -0,0 +1,14 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUpdateToOneWithWhereWithoutClaimsInputObjectSchema: z.ZodType; +export declare const NpiProviderUpdateToOneWithWhereWithoutClaimsInputObjectZodSchema: z.ZodObject<{ + where: z.ZodOptional>>; + data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; +}, "strict", z.ZodTypeAny, { + data: Prisma.NpiProviderUpdateWithoutClaimsInput | Prisma.NpiProviderUncheckedUpdateWithoutClaimsInput; + where?: Prisma.NpiProviderWhereInput | undefined; +}, { + data: Prisma.NpiProviderUpdateWithoutClaimsInput | Prisma.NpiProviderUncheckedUpdateWithoutClaimsInput; + where?: Prisma.NpiProviderWhereInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts.map new file mode 100644 index 00000000..77266396 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AASxD,eAAO,MAAM,6DAA6D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,CAAkG,CAAC;AACjP,eAAO,MAAM,gEAAgE;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.js new file mode 100644 index 00000000..ce0d28f8 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.js @@ -0,0 +1,46 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUpdateToOneWithWhereWithoutClaimsInputObjectZodSchema = exports.NpiProviderUpdateToOneWithWhereWithoutClaimsInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderWhereInput_schema_1 = require("./NpiProviderWhereInput.schema"); +const NpiProviderUpdateWithoutClaimsInput_schema_1 = require("./NpiProviderUpdateWithoutClaimsInput.schema"); +const NpiProviderUncheckedUpdateWithoutClaimsInput_schema_1 = require("./NpiProviderUncheckedUpdateWithoutClaimsInput.schema"); +const makeSchema = () => z.object({ + where: z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema).optional(), + data: z.union([z.lazy(() => NpiProviderUpdateWithoutClaimsInput_schema_1.NpiProviderUpdateWithoutClaimsInputObjectSchema), z.lazy(() => NpiProviderUncheckedUpdateWithoutClaimsInput_schema_1.NpiProviderUncheckedUpdateWithoutClaimsInputObjectSchema)]) +}).strict(); +exports.NpiProviderUpdateToOneWithWhereWithoutClaimsInputObjectSchema = makeSchema(); +exports.NpiProviderUpdateToOneWithWhereWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d.ts new file mode 100644 index 00000000..1d8e976b --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d.ts @@ -0,0 +1,23 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUpdateWithoutAppointmentProceduresInputObjectSchema: z.ZodType; +export declare const NpiProviderUpdateWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{ + npiNumber: z.ZodOptional>]>>; + providerName: z.ZodOptional>]>>; + createdAt: z.ZodOptional>]>>; + user: z.ZodOptional>>; + claims: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + user?: Prisma.UserUpdateOneRequiredWithoutNpiProvidersNestedInput | undefined; + claims?: Prisma.ClaimUpdateManyWithoutNpiProviderNestedInput | undefined; + npiNumber?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + providerName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; +}, { + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + user?: Prisma.UserUpdateOneRequiredWithoutNpiProvidersNestedInput | undefined; + claims?: Prisma.ClaimUpdateManyWithoutNpiProviderNestedInput | undefined; + npiNumber?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + providerName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d.ts.map new file mode 100644 index 00000000..de00bd9d --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpdateWithoutAppointmentProceduresInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAaxD,eAAO,MAAM,8DAA8D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,CAAmG,CAAC;AACpP,eAAO,MAAM,iEAAiE;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.js new file mode 100644 index 00000000..57e87e7c --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutAppointmentProceduresInput.schema.js @@ -0,0 +1,50 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUpdateWithoutAppointmentProceduresInputObjectZodSchema = exports.NpiProviderUpdateWithoutAppointmentProceduresInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const UserUpdateOneRequiredWithoutNpiProvidersNestedInput_schema_1 = require("./UserUpdateOneRequiredWithoutNpiProvidersNestedInput.schema"); +const ClaimUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./ClaimUpdateManyWithoutNpiProviderNestedInput.schema"); +const makeSchema = () => z.object({ + npiNumber: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + providerName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + user: z.lazy(() => UserUpdateOneRequiredWithoutNpiProvidersNestedInput_schema_1.UserUpdateOneRequiredWithoutNpiProvidersNestedInputObjectSchema).optional(), + claims: z.lazy(() => ClaimUpdateManyWithoutNpiProviderNestedInput_schema_1.ClaimUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional() +}).strict(); +exports.NpiProviderUpdateWithoutAppointmentProceduresInputObjectSchema = makeSchema(); +exports.NpiProviderUpdateWithoutAppointmentProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.d.ts new file mode 100644 index 00000000..cca3c45d --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.d.ts @@ -0,0 +1,23 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUpdateWithoutClaimsInputObjectSchema: z.ZodType; +export declare const NpiProviderUpdateWithoutClaimsInputObjectZodSchema: z.ZodObject<{ + npiNumber: z.ZodOptional>]>>; + providerName: z.ZodOptional>]>>; + createdAt: z.ZodOptional>]>>; + user: z.ZodOptional>>; + appointmentProcedures: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + user?: Prisma.UserUpdateOneRequiredWithoutNpiProvidersNestedInput | undefined; + npiNumber?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + providerName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + appointmentProcedures?: Prisma.AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput | undefined; +}, { + createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; + user?: Prisma.UserUpdateOneRequiredWithoutNpiProvidersNestedInput | undefined; + npiNumber?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + providerName?: string | Prisma.StringFieldUpdateOperationsInput | undefined; + appointmentProcedures?: Prisma.AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUpdateWithoutClaimsInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.d.ts.map new file mode 100644 index 00000000..b601bb8e --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUpdateWithoutClaimsInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpdateWithoutClaimsInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAaxD,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,CAAoF,CAAC;AACvM,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.js new file mode 100644 index 00000000..efb2b959 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutClaimsInput.schema.js @@ -0,0 +1,50 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUpdateWithoutClaimsInputObjectZodSchema = exports.NpiProviderUpdateWithoutClaimsInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); +const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const UserUpdateOneRequiredWithoutNpiProvidersNestedInput_schema_1 = require("./UserUpdateOneRequiredWithoutNpiProvidersNestedInput.schema"); +const AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema"); +const makeSchema = () => z.object({ + npiNumber: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + providerName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + user: z.lazy(() => UserUpdateOneRequiredWithoutNpiProvidersNestedInput_schema_1.UserUpdateOneRequiredWithoutNpiProvidersNestedInputObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput_schema_1.AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional() +}).strict(); +exports.NpiProviderUpdateWithoutClaimsInputObjectSchema = makeSchema(); +exports.NpiProviderUpdateWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutUserInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutUserInput.schema.js index e8584244..86a8df54 100644 --- a/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutUserInput.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderUpdateWithoutUserInput.schema.js @@ -37,10 +37,14 @@ exports.NpiProviderUpdateWithoutUserInputObjectZodSchema = exports.NpiProviderUp const z = __importStar(require("zod")); const StringFieldUpdateOperationsInput_schema_1 = require("./StringFieldUpdateOperationsInput.schema"); const DateTimeFieldUpdateOperationsInput_schema_1 = require("./DateTimeFieldUpdateOperationsInput.schema"); +const ClaimUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./ClaimUpdateManyWithoutNpiProviderNestedInput.schema"); +const AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput_schema_1 = require("./AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema"); const makeSchema = () => z.object({ npiNumber: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), providerName: z.union([z.string(), z.lazy(() => StringFieldUpdateOperationsInput_schema_1.StringFieldUpdateOperationsInputObjectSchema)]).optional(), - createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional() + createdAt: z.union([z.coerce.date(), z.lazy(() => DateTimeFieldUpdateOperationsInput_schema_1.DateTimeFieldUpdateOperationsInputObjectSchema)]).optional(), + claims: z.lazy(() => ClaimUpdateManyWithoutNpiProviderNestedInput_schema_1.ClaimUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput_schema_1.AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectSchema).optional() }).strict(); exports.NpiProviderUpdateWithoutUserInputObjectSchema = makeSchema(); exports.NpiProviderUpdateWithoutUserInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts new file mode 100644 index 00000000..35584efc --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts @@ -0,0 +1,17 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUpsertWithoutAppointmentProceduresInputObjectSchema: z.ZodType; +export declare const NpiProviderUpsertWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{ + update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; + create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; + where: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + create: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput; + update: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput; + where?: Prisma.NpiProviderWhereInput | undefined; +}, { + create: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput; + update: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput; + where?: Prisma.NpiProviderWhereInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts.map new file mode 100644 index 00000000..b13295a0 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpsertWithoutAppointmentProceduresInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAYxD,eAAO,MAAM,8DAA8D,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,CAAmG,CAAC;AACpP,eAAO,MAAM,iEAAiE;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.js new file mode 100644 index 00000000..f8102ca8 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.js @@ -0,0 +1,49 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUpsertWithoutAppointmentProceduresInputObjectZodSchema = exports.NpiProviderUpsertWithoutAppointmentProceduresInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderUpdateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUpdateWithoutAppointmentProceduresInput.schema"); +const NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema"); +const NpiProviderCreateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderCreateWithoutAppointmentProceduresInput.schema"); +const NpiProviderUncheckedCreateWithoutAppointmentProceduresInput_schema_1 = require("./NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema"); +const NpiProviderWhereInput_schema_1 = require("./NpiProviderWhereInput.schema"); +const makeSchema = () => z.object({ + update: z.union([z.lazy(() => NpiProviderUpdateWithoutAppointmentProceduresInput_schema_1.NpiProviderUpdateWithoutAppointmentProceduresInputObjectSchema), z.lazy(() => NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput_schema_1.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInputObjectSchema)]), + create: z.union([z.lazy(() => NpiProviderCreateWithoutAppointmentProceduresInput_schema_1.NpiProviderCreateWithoutAppointmentProceduresInputObjectSchema), z.lazy(() => NpiProviderUncheckedCreateWithoutAppointmentProceduresInput_schema_1.NpiProviderUncheckedCreateWithoutAppointmentProceduresInputObjectSchema)]), + where: z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema).optional() +}).strict(); +exports.NpiProviderUpsertWithoutAppointmentProceduresInputObjectSchema = makeSchema(); +exports.NpiProviderUpsertWithoutAppointmentProceduresInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.d.ts b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.d.ts new file mode 100644 index 00000000..a03d7e1a --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.d.ts @@ -0,0 +1,17 @@ +import * as z from 'zod'; +import type { Prisma } from '../../../generated/prisma'; +export declare const NpiProviderUpsertWithoutClaimsInputObjectSchema: z.ZodType; +export declare const NpiProviderUpsertWithoutClaimsInputObjectZodSchema: z.ZodObject<{ + update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; + create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; + where: z.ZodOptional>>; +}, "strict", z.ZodTypeAny, { + create: Prisma.NpiProviderCreateWithoutClaimsInput | Prisma.NpiProviderUncheckedCreateWithoutClaimsInput; + update: Prisma.NpiProviderUpdateWithoutClaimsInput | Prisma.NpiProviderUncheckedUpdateWithoutClaimsInput; + where?: Prisma.NpiProviderWhereInput | undefined; +}, { + create: Prisma.NpiProviderCreateWithoutClaimsInput | Prisma.NpiProviderUncheckedCreateWithoutClaimsInput; + update: Prisma.NpiProviderUpdateWithoutClaimsInput | Prisma.NpiProviderUncheckedUpdateWithoutClaimsInput; + where?: Prisma.NpiProviderWhereInput | undefined; +}>; +//# sourceMappingURL=NpiProviderUpsertWithoutClaimsInput.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.d.ts.map b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.d.ts.map new file mode 100644 index 00000000..221e3a4f --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NpiProviderUpsertWithoutClaimsInput.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpsertWithoutClaimsInput.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAYxD,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,CAAoF,CAAC;AACvM,eAAO,MAAM,kDAAkD;;;;;;;;;;;;EAAe,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.js new file mode 100644 index 00000000..c643bc46 --- /dev/null +++ b/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutClaimsInput.schema.js @@ -0,0 +1,49 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || (function () { + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + return function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NpiProviderUpsertWithoutClaimsInputObjectZodSchema = exports.NpiProviderUpsertWithoutClaimsInputObjectSchema = void 0; +const z = __importStar(require("zod")); +const NpiProviderUpdateWithoutClaimsInput_schema_1 = require("./NpiProviderUpdateWithoutClaimsInput.schema"); +const NpiProviderUncheckedUpdateWithoutClaimsInput_schema_1 = require("./NpiProviderUncheckedUpdateWithoutClaimsInput.schema"); +const NpiProviderCreateWithoutClaimsInput_schema_1 = require("./NpiProviderCreateWithoutClaimsInput.schema"); +const NpiProviderUncheckedCreateWithoutClaimsInput_schema_1 = require("./NpiProviderUncheckedCreateWithoutClaimsInput.schema"); +const NpiProviderWhereInput_schema_1 = require("./NpiProviderWhereInput.schema"); +const makeSchema = () => z.object({ + update: z.union([z.lazy(() => NpiProviderUpdateWithoutClaimsInput_schema_1.NpiProviderUpdateWithoutClaimsInputObjectSchema), z.lazy(() => NpiProviderUncheckedUpdateWithoutClaimsInput_schema_1.NpiProviderUncheckedUpdateWithoutClaimsInputObjectSchema)]), + create: z.union([z.lazy(() => NpiProviderCreateWithoutClaimsInput_schema_1.NpiProviderCreateWithoutClaimsInputObjectSchema), z.lazy(() => NpiProviderUncheckedCreateWithoutClaimsInput_schema_1.NpiProviderUncheckedCreateWithoutClaimsInputObjectSchema)]), + where: z.lazy(() => NpiProviderWhereInput_schema_1.NpiProviderWhereInputObjectSchema).optional() +}).strict(); +exports.NpiProviderUpsertWithoutClaimsInputObjectSchema = makeSchema(); +exports.NpiProviderUpsertWithoutClaimsInputObjectZodSchema = makeSchema(); diff --git a/packages/db/shared/schemas/objects/NpiProviderWhereInput.schema.js b/packages/db/shared/schemas/objects/NpiProviderWhereInput.schema.js index 2baec80c..545a83a0 100644 --- a/packages/db/shared/schemas/objects/NpiProviderWhereInput.schema.js +++ b/packages/db/shared/schemas/objects/NpiProviderWhereInput.schema.js @@ -40,6 +40,8 @@ const StringFilter_schema_1 = require("./StringFilter.schema"); const DateTimeFilter_schema_1 = require("./DateTimeFilter.schema"); const UserScalarRelationFilter_schema_1 = require("./UserScalarRelationFilter.schema"); const UserWhereInput_schema_1 = require("./UserWhereInput.schema"); +const ClaimListRelationFilter_schema_1 = require("./ClaimListRelationFilter.schema"); +const AppointmentProcedureListRelationFilter_schema_1 = require("./AppointmentProcedureListRelationFilter.schema"); const npiproviderwhereinputSchema = z.object({ AND: z.union([z.lazy(() => exports.NpiProviderWhereInputObjectSchema), z.lazy(() => exports.NpiProviderWhereInputObjectSchema).array()]).optional(), OR: z.lazy(() => exports.NpiProviderWhereInputObjectSchema).array().optional(), @@ -49,7 +51,9 @@ const npiproviderwhereinputSchema = z.object({ npiNumber: z.union([z.lazy(() => StringFilter_schema_1.StringFilterObjectSchema), z.string()]).optional(), providerName: z.union([z.lazy(() => StringFilter_schema_1.StringFilterObjectSchema), z.string()]).optional(), createdAt: z.union([z.lazy(() => DateTimeFilter_schema_1.DateTimeFilterObjectSchema), z.coerce.date()]).optional(), - user: z.union([z.lazy(() => UserScalarRelationFilter_schema_1.UserScalarRelationFilterObjectSchema), z.lazy(() => UserWhereInput_schema_1.UserWhereInputObjectSchema)]).optional() + user: z.union([z.lazy(() => UserScalarRelationFilter_schema_1.UserScalarRelationFilterObjectSchema), z.lazy(() => UserWhereInput_schema_1.UserWhereInputObjectSchema)]).optional(), + claims: z.lazy(() => ClaimListRelationFilter_schema_1.ClaimListRelationFilterObjectSchema).optional(), + appointmentProcedures: z.lazy(() => AppointmentProcedureListRelationFilter_schema_1.AppointmentProcedureListRelationFilterObjectSchema).optional() }).strict(); exports.NpiProviderWhereInputObjectSchema = npiproviderwhereinputSchema; exports.NpiProviderWhereInputObjectZodSchema = npiproviderwhereinputSchema; diff --git a/packages/db/shared/schemas/objects/index.js b/packages/db/shared/schemas/objects/index.js index d15c641a..5d9836c6 100644 --- a/packages/db/shared/schemas/objects/index.js +++ b/packages/db/shared/schemas/objects/index.js @@ -100,6 +100,7 @@ __exportStar(require("./AppointmentOrderByWithAggregationInput.schema.d"), expor __exportStar(require("./AppointmentOrderByWithAggregationInput.schema"), exports); __exportStar(require("./AppointmentOrderByWithRelationInput.schema.d"), exports); __exportStar(require("./AppointmentOrderByWithRelationInput.schema"), exports); +__exportStar(require("./AppointmentProcedureArgs.schema.d"), exports); __exportStar(require("./AppointmentProcedureArgs.schema"), exports); __exportStar(require("./AppointmentProcedureAvgAggregateInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureAvgAggregateInput.schema"), exports); @@ -117,20 +118,25 @@ __exportStar(require("./AppointmentProcedureCreateManyAppointmentInputEnvelope.s __exportStar(require("./AppointmentProcedureCreateManyAppointmentInputEnvelope.schema"), exports); __exportStar(require("./AppointmentProcedureCreateManyInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureCreateManyInput.schema"), exports); +__exportStar(require("./AppointmentProcedureCreateManyNpiProviderInput.schema"), exports); +__exportStar(require("./AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema"), exports); __exportStar(require("./AppointmentProcedureCreateManyPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureCreateManyPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureCreateManyPatientInputEnvelope.schema.d"), exports); __exportStar(require("./AppointmentProcedureCreateManyPatientInputEnvelope.schema"), exports); __exportStar(require("./AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema"), exports); +__exportStar(require("./AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema"), exports); __exportStar(require("./AppointmentProcedureCreateNestedManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureCreateNestedManyWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureCreateOrConnectWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureCreateOrConnectWithoutAppointmentInput.schema"), exports); +__exportStar(require("./AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema"), exports); __exportStar(require("./AppointmentProcedureCreateOrConnectWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureCreateOrConnectWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureCreateWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureCreateWithoutAppointmentInput.schema"), exports); +__exportStar(require("./AppointmentProcedureCreateWithoutNpiProviderInput.schema"), exports); __exportStar(require("./AppointmentProcedureCreateWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureCreateWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureInclude.schema.d"), exports); @@ -165,25 +171,31 @@ __exportStar(require("./AppointmentProcedureUncheckedCreateInput.schema.d"), exp __exportStar(require("./AppointmentProcedureUncheckedCreateInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedCreateNestedManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedCreateNestedManyWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedCreateWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedCreateWithoutAppointmentInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedCreateWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedCreateWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateManyWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateManyWithoutPatientNestedInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateManyWithoutPatientNestedInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUncheckedUpdateWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpdateInput.schema.d"), exports); @@ -192,22 +204,27 @@ __exportStar(require("./AppointmentProcedureUpdateManyMutationInput.schema.d"), __exportStar(require("./AppointmentProcedureUpdateManyMutationInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpdateManyWithWhereWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUpdateManyWithWhereWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpdateManyWithoutPatientNestedInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUpdateManyWithoutPatientNestedInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpdateWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUpdateWithoutAppointmentInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUpdateWithoutNpiProviderInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpdateWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUpdateWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput.schema"), exports); +__exportStar(require("./AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema"), exports); __exportStar(require("./AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput.schema"), exports); __exportStar(require("./AppointmentProcedureWhereInput.schema.d"), exports); @@ -246,6 +263,7 @@ __exportStar(require("./AppointmentUncheckedCreateWithoutUserInput.schema.d"), e __exportStar(require("./AppointmentUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./AppointmentUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./AppointmentUncheckedUpdateInput.schema"), exports); +__exportStar(require("./AppointmentUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./AppointmentUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./AppointmentUncheckedUpdateManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./AppointmentUncheckedUpdateManyWithoutPatientInput.schema"), exports); @@ -323,6 +341,7 @@ __exportStar(require("./AppointmentWhereInput.schema.d"), exports); __exportStar(require("./AppointmentWhereInput.schema"), exports); __exportStar(require("./AppointmentWhereUniqueInput.schema.d"), exports); __exportStar(require("./AppointmentWhereUniqueInput.schema"), exports); +__exportStar(require("./BackupDestinationArgs.schema.d"), exports); __exportStar(require("./BackupDestinationArgs.schema"), exports); __exportStar(require("./BackupDestinationAvgAggregateInput.schema.d"), exports); __exportStar(require("./BackupDestinationAvgAggregateInput.schema"), exports); @@ -382,6 +401,7 @@ __exportStar(require("./BackupDestinationUncheckedCreateWithoutUserInput.schema. __exportStar(require("./BackupDestinationUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./BackupDestinationUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./BackupDestinationUncheckedUpdateInput.schema"), exports); +__exportStar(require("./BackupDestinationUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./BackupDestinationUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./BackupDestinationUncheckedUpdateManyWithoutUserInput.schema.d"), exports); __exportStar(require("./BackupDestinationUncheckedUpdateManyWithoutUserInput.schema"), exports); @@ -451,6 +471,8 @@ __exportStar(require("./ClaimCreateManyAppointmentInputEnvelope.schema.d"), expo __exportStar(require("./ClaimCreateManyAppointmentInputEnvelope.schema"), exports); __exportStar(require("./ClaimCreateManyInput.schema.d"), exports); __exportStar(require("./ClaimCreateManyInput.schema"), exports); +__exportStar(require("./ClaimCreateManyNpiProviderInput.schema"), exports); +__exportStar(require("./ClaimCreateManyNpiProviderInputEnvelope.schema"), exports); __exportStar(require("./ClaimCreateManyPatientInput.schema.d"), exports); __exportStar(require("./ClaimCreateManyPatientInput.schema"), exports); __exportStar(require("./ClaimCreateManyPatientInputEnvelope.schema.d"), exports); @@ -465,6 +487,7 @@ __exportStar(require("./ClaimCreateManyUserInputEnvelope.schema.d"), exports); __exportStar(require("./ClaimCreateManyUserInputEnvelope.schema"), exports); __exportStar(require("./ClaimCreateNestedManyWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./ClaimCreateNestedManyWithoutAppointmentInput.schema"), exports); +__exportStar(require("./ClaimCreateNestedManyWithoutNpiProviderInput.schema"), exports); __exportStar(require("./ClaimCreateNestedManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimCreateNestedManyWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimCreateNestedManyWithoutStaffInput.schema.d"), exports); @@ -481,6 +504,7 @@ __exportStar(require("./ClaimCreateOrConnectWithoutAppointmentInput.schema.d"), __exportStar(require("./ClaimCreateOrConnectWithoutAppointmentInput.schema"), exports); __exportStar(require("./ClaimCreateOrConnectWithoutClaimFilesInput.schema.d"), exports); __exportStar(require("./ClaimCreateOrConnectWithoutClaimFilesInput.schema"), exports); +__exportStar(require("./ClaimCreateOrConnectWithoutNpiProviderInput.schema"), exports); __exportStar(require("./ClaimCreateOrConnectWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimCreateOrConnectWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimCreateOrConnectWithoutPaymentInput.schema.d"), exports); @@ -495,6 +519,7 @@ __exportStar(require("./ClaimCreateWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./ClaimCreateWithoutAppointmentInput.schema"), exports); __exportStar(require("./ClaimCreateWithoutClaimFilesInput.schema.d"), exports); __exportStar(require("./ClaimCreateWithoutClaimFilesInput.schema"), exports); +__exportStar(require("./ClaimCreateWithoutNpiProviderInput.schema"), exports); __exportStar(require("./ClaimCreateWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimCreateWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimCreateWithoutPaymentInput.schema.d"), exports); @@ -505,6 +530,7 @@ __exportStar(require("./ClaimCreateWithoutStaffInput.schema.d"), exports); __exportStar(require("./ClaimCreateWithoutStaffInput.schema"), exports); __exportStar(require("./ClaimCreateWithoutUserInput.schema.d"), exports); __exportStar(require("./ClaimCreateWithoutUserInput.schema"), exports); +__exportStar(require("./ClaimFileArgs.schema.d"), exports); __exportStar(require("./ClaimFileArgs.schema"), exports); __exportStar(require("./ClaimFileAvgAggregateInput.schema.d"), exports); __exportStar(require("./ClaimFileAvgAggregateInput.schema"), exports); @@ -564,6 +590,7 @@ __exportStar(require("./ClaimFileUncheckedCreateWithoutClaimInput.schema.d"), ex __exportStar(require("./ClaimFileUncheckedCreateWithoutClaimInput.schema"), exports); __exportStar(require("./ClaimFileUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./ClaimFileUncheckedUpdateInput.schema"), exports); +__exportStar(require("./ClaimFileUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./ClaimFileUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./ClaimFileUncheckedUpdateManyWithoutClaimInput.schema.d"), exports); __exportStar(require("./ClaimFileUncheckedUpdateManyWithoutClaimInput.schema"), exports); @@ -625,6 +652,7 @@ __exportStar(require("./ClaimUncheckedCreateInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedCreateInput.schema"), exports); __exportStar(require("./ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema"), exports); +__exportStar(require("./ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema"), exports); __exportStar(require("./ClaimUncheckedCreateNestedManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedCreateNestedManyWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimUncheckedCreateNestedManyWithoutStaffInput.schema.d"), exports); @@ -635,6 +663,7 @@ __exportStar(require("./ClaimUncheckedCreateWithoutAppointmentInput.schema.d"), __exportStar(require("./ClaimUncheckedCreateWithoutAppointmentInput.schema"), exports); __exportStar(require("./ClaimUncheckedCreateWithoutClaimFilesInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedCreateWithoutClaimFilesInput.schema"), exports); +__exportStar(require("./ClaimUncheckedCreateWithoutNpiProviderInput.schema"), exports); __exportStar(require("./ClaimUncheckedCreateWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedCreateWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimUncheckedCreateWithoutPaymentInput.schema.d"), exports); @@ -647,11 +676,14 @@ __exportStar(require("./ClaimUncheckedCreateWithoutUserInput.schema.d"), exports __exportStar(require("./ClaimUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./ClaimUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedUpdateInput.schema"), exports); +__exportStar(require("./ClaimUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./ClaimUncheckedUpdateManyWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedUpdateManyWithoutAppointmentInput.schema"), exports); __exportStar(require("./ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema"), exports); +__exportStar(require("./ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema"), exports); +__exportStar(require("./ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema"), exports); __exportStar(require("./ClaimUncheckedUpdateManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedUpdateManyWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimUncheckedUpdateManyWithoutPatientNestedInput.schema.d"), exports); @@ -668,6 +700,7 @@ __exportStar(require("./ClaimUncheckedUpdateWithoutAppointmentInput.schema.d"), __exportStar(require("./ClaimUncheckedUpdateWithoutAppointmentInput.schema"), exports); __exportStar(require("./ClaimUncheckedUpdateWithoutClaimFilesInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedUpdateWithoutClaimFilesInput.schema"), exports); +__exportStar(require("./ClaimUncheckedUpdateWithoutNpiProviderInput.schema"), exports); __exportStar(require("./ClaimUncheckedUpdateWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimUncheckedUpdateWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimUncheckedUpdateWithoutPaymentInput.schema.d"), exports); @@ -684,6 +717,7 @@ __exportStar(require("./ClaimUpdateManyMutationInput.schema.d"), exports); __exportStar(require("./ClaimUpdateManyMutationInput.schema"), exports); __exportStar(require("./ClaimUpdateManyWithWhereWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./ClaimUpdateManyWithWhereWithoutAppointmentInput.schema"), exports); +__exportStar(require("./ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema"), exports); __exportStar(require("./ClaimUpdateManyWithWhereWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimUpdateManyWithWhereWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimUpdateManyWithWhereWithoutStaffInput.schema.d"), exports); @@ -692,6 +726,7 @@ __exportStar(require("./ClaimUpdateManyWithWhereWithoutUserInput.schema.d"), exp __exportStar(require("./ClaimUpdateManyWithWhereWithoutUserInput.schema"), exports); __exportStar(require("./ClaimUpdateManyWithoutAppointmentNestedInput.schema.d"), exports); __exportStar(require("./ClaimUpdateManyWithoutAppointmentNestedInput.schema"), exports); +__exportStar(require("./ClaimUpdateManyWithoutNpiProviderNestedInput.schema"), exports); __exportStar(require("./ClaimUpdateManyWithoutPatientNestedInput.schema.d"), exports); __exportStar(require("./ClaimUpdateManyWithoutPatientNestedInput.schema"), exports); __exportStar(require("./ClaimUpdateManyWithoutStaffNestedInput.schema.d"), exports); @@ -712,6 +747,7 @@ __exportStar(require("./ClaimUpdateToOneWithWhereWithoutServiceLinesInput.schema __exportStar(require("./ClaimUpdateToOneWithWhereWithoutServiceLinesInput.schema"), exports); __exportStar(require("./ClaimUpdateWithWhereUniqueWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./ClaimUpdateWithWhereUniqueWithoutAppointmentInput.schema"), exports); +__exportStar(require("./ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema"), exports); __exportStar(require("./ClaimUpdateWithWhereUniqueWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimUpdateWithWhereUniqueWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimUpdateWithWhereUniqueWithoutStaffInput.schema.d"), exports); @@ -722,6 +758,7 @@ __exportStar(require("./ClaimUpdateWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./ClaimUpdateWithoutAppointmentInput.schema"), exports); __exportStar(require("./ClaimUpdateWithoutClaimFilesInput.schema.d"), exports); __exportStar(require("./ClaimUpdateWithoutClaimFilesInput.schema"), exports); +__exportStar(require("./ClaimUpdateWithoutNpiProviderInput.schema"), exports); __exportStar(require("./ClaimUpdateWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimUpdateWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimUpdateWithoutPaymentInput.schema.d"), exports); @@ -734,6 +771,7 @@ __exportStar(require("./ClaimUpdateWithoutUserInput.schema.d"), exports); __exportStar(require("./ClaimUpdateWithoutUserInput.schema"), exports); __exportStar(require("./ClaimUpsertWithWhereUniqueWithoutAppointmentInput.schema.d"), exports); __exportStar(require("./ClaimUpsertWithWhereUniqueWithoutAppointmentInput.schema"), exports); +__exportStar(require("./ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema"), exports); __exportStar(require("./ClaimUpsertWithWhereUniqueWithoutPatientInput.schema.d"), exports); __exportStar(require("./ClaimUpsertWithWhereUniqueWithoutPatientInput.schema"), exports); __exportStar(require("./ClaimUpsertWithWhereUniqueWithoutStaffInput.schema.d"), exports); @@ -756,6 +794,7 @@ __exportStar(require("./CloudFileAvgAggregateInput.schema.d"), exports); __exportStar(require("./CloudFileAvgAggregateInput.schema"), exports); __exportStar(require("./CloudFileAvgOrderByAggregateInput.schema.d"), exports); __exportStar(require("./CloudFileAvgOrderByAggregateInput.schema"), exports); +__exportStar(require("./CloudFileChunkArgs.schema.d"), exports); __exportStar(require("./CloudFileChunkArgs.schema"), exports); __exportStar(require("./CloudFileChunkAvgAggregateInput.schema.d"), exports); __exportStar(require("./CloudFileChunkAvgAggregateInput.schema"), exports); @@ -817,6 +856,7 @@ __exportStar(require("./CloudFileChunkUncheckedCreateWithoutFileInput.schema.d") __exportStar(require("./CloudFileChunkUncheckedCreateWithoutFileInput.schema"), exports); __exportStar(require("./CloudFileChunkUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./CloudFileChunkUncheckedUpdateInput.schema"), exports); +__exportStar(require("./CloudFileChunkUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./CloudFileChunkUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./CloudFileChunkUncheckedUpdateManyWithoutFileInput.schema.d"), exports); __exportStar(require("./CloudFileChunkUncheckedUpdateManyWithoutFileInput.schema"), exports); @@ -926,6 +966,7 @@ __exportStar(require("./CloudFileUncheckedCreateWithoutUserInput.schema.d"), exp __exportStar(require("./CloudFileUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./CloudFileUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./CloudFileUncheckedUpdateInput.schema"), exports); +__exportStar(require("./CloudFileUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./CloudFileUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./CloudFileUncheckedUpdateManyWithoutFolderInput.schema.d"), exports); __exportStar(require("./CloudFileUncheckedUpdateManyWithoutFolderInput.schema"), exports); @@ -1077,6 +1118,7 @@ __exportStar(require("./CloudFolderUncheckedCreateWithoutUserInput.schema.d"), e __exportStar(require("./CloudFolderUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./CloudFolderUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./CloudFolderUncheckedUpdateInput.schema"), exports); +__exportStar(require("./CloudFolderUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./CloudFolderUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./CloudFolderUncheckedUpdateManyWithoutParentInput.schema.d"), exports); __exportStar(require("./CloudFolderUncheckedUpdateManyWithoutParentInput.schema"), exports); @@ -1140,6 +1182,7 @@ __exportStar(require("./CloudFolderWhereInput.schema.d"), exports); __exportStar(require("./CloudFolderWhereInput.schema"), exports); __exportStar(require("./CloudFolderWhereUniqueInput.schema.d"), exports); __exportStar(require("./CloudFolderWhereUniqueInput.schema"), exports); +__exportStar(require("./CommunicationArgs.schema.d"), exports); __exportStar(require("./CommunicationArgs.schema"), exports); __exportStar(require("./CommunicationAvgAggregateInput.schema.d"), exports); __exportStar(require("./CommunicationAvgAggregateInput.schema"), exports); @@ -1213,6 +1256,7 @@ __exportStar(require("./CommunicationUncheckedCreateWithoutUserInput.schema.d"), __exportStar(require("./CommunicationUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./CommunicationUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./CommunicationUncheckedUpdateInput.schema"), exports); +__exportStar(require("./CommunicationUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./CommunicationUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./CommunicationUncheckedUpdateManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./CommunicationUncheckedUpdateManyWithoutPatientInput.schema"), exports); @@ -1254,30 +1298,55 @@ __exportStar(require("./CommunicationWhereInput.schema.d"), exports); __exportStar(require("./CommunicationWhereInput.schema"), exports); __exportStar(require("./CommunicationWhereUniqueInput.schema.d"), exports); __exportStar(require("./CommunicationWhereUniqueInput.schema"), exports); +__exportStar(require("./CronJobLogArgs.schema.d"), exports); __exportStar(require("./CronJobLogArgs.schema"), exports); +__exportStar(require("./CronJobLogAvgAggregateInput.schema.d"), exports); __exportStar(require("./CronJobLogAvgAggregateInput.schema"), exports); +__exportStar(require("./CronJobLogAvgOrderByAggregateInput.schema.d"), exports); __exportStar(require("./CronJobLogAvgOrderByAggregateInput.schema"), exports); +__exportStar(require("./CronJobLogCountAggregateInput.schema.d"), exports); __exportStar(require("./CronJobLogCountAggregateInput.schema"), exports); +__exportStar(require("./CronJobLogCountOrderByAggregateInput.schema.d"), exports); __exportStar(require("./CronJobLogCountOrderByAggregateInput.schema"), exports); +__exportStar(require("./CronJobLogCreateInput.schema.d"), exports); __exportStar(require("./CronJobLogCreateInput.schema"), exports); +__exportStar(require("./CronJobLogCreateManyInput.schema.d"), exports); __exportStar(require("./CronJobLogCreateManyInput.schema"), exports); +__exportStar(require("./CronJobLogMaxAggregateInput.schema.d"), exports); __exportStar(require("./CronJobLogMaxAggregateInput.schema"), exports); +__exportStar(require("./CronJobLogMaxOrderByAggregateInput.schema.d"), exports); __exportStar(require("./CronJobLogMaxOrderByAggregateInput.schema"), exports); +__exportStar(require("./CronJobLogMinAggregateInput.schema.d"), exports); __exportStar(require("./CronJobLogMinAggregateInput.schema"), exports); +__exportStar(require("./CronJobLogMinOrderByAggregateInput.schema.d"), exports); __exportStar(require("./CronJobLogMinOrderByAggregateInput.schema"), exports); +__exportStar(require("./CronJobLogOrderByWithAggregationInput.schema.d"), exports); __exportStar(require("./CronJobLogOrderByWithAggregationInput.schema"), exports); +__exportStar(require("./CronJobLogOrderByWithRelationInput.schema.d"), exports); __exportStar(require("./CronJobLogOrderByWithRelationInput.schema"), exports); +__exportStar(require("./CronJobLogScalarWhereWithAggregatesInput.schema.d"), exports); __exportStar(require("./CronJobLogScalarWhereWithAggregatesInput.schema"), exports); +__exportStar(require("./CronJobLogSelect.schema.d"), exports); __exportStar(require("./CronJobLogSelect.schema"), exports); +__exportStar(require("./CronJobLogSumAggregateInput.schema.d"), exports); __exportStar(require("./CronJobLogSumAggregateInput.schema"), exports); +__exportStar(require("./CronJobLogSumOrderByAggregateInput.schema.d"), exports); __exportStar(require("./CronJobLogSumOrderByAggregateInput.schema"), exports); +__exportStar(require("./CronJobLogUncheckedCreateInput.schema.d"), exports); __exportStar(require("./CronJobLogUncheckedCreateInput.schema"), exports); +__exportStar(require("./CronJobLogUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./CronJobLogUncheckedUpdateInput.schema"), exports); +__exportStar(require("./CronJobLogUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./CronJobLogUncheckedUpdateManyInput.schema"), exports); +__exportStar(require("./CronJobLogUpdateInput.schema.d"), exports); __exportStar(require("./CronJobLogUpdateInput.schema"), exports); +__exportStar(require("./CronJobLogUpdateManyMutationInput.schema.d"), exports); __exportStar(require("./CronJobLogUpdateManyMutationInput.schema"), exports); +__exportStar(require("./CronJobLogWhereInput.schema.d"), exports); __exportStar(require("./CronJobLogWhereInput.schema"), exports); +__exportStar(require("./CronJobLogWhereUniqueInput.schema.d"), exports); __exportStar(require("./CronJobLogWhereUniqueInput.schema"), exports); +__exportStar(require("./DatabaseBackupArgs.schema.d"), exports); __exportStar(require("./DatabaseBackupArgs.schema"), exports); __exportStar(require("./DatabaseBackupAvgAggregateInput.schema.d"), exports); __exportStar(require("./DatabaseBackupAvgAggregateInput.schema"), exports); @@ -1337,6 +1406,7 @@ __exportStar(require("./DatabaseBackupUncheckedCreateWithoutUserInput.schema.d") __exportStar(require("./DatabaseBackupUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./DatabaseBackupUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./DatabaseBackupUncheckedUpdateInput.schema"), exports); +__exportStar(require("./DatabaseBackupUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./DatabaseBackupUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./DatabaseBackupUncheckedUpdateManyWithoutUserInput.schema.d"), exports); __exportStar(require("./DatabaseBackupUncheckedUpdateManyWithoutUserInput.schema"), exports); @@ -1366,7 +1436,9 @@ __exportStar(require("./DateTimeFieldUpdateOperationsInput.schema.d"), exports); __exportStar(require("./DateTimeFieldUpdateOperationsInput.schema"), exports); __exportStar(require("./DateTimeFilter.schema.d"), exports); __exportStar(require("./DateTimeFilter.schema"), exports); +__exportStar(require("./DateTimeNullableFilter.schema.d"), exports); __exportStar(require("./DateTimeNullableFilter.schema"), exports); +__exportStar(require("./DateTimeNullableWithAggregatesFilter.schema.d"), exports); __exportStar(require("./DateTimeNullableWithAggregatesFilter.schema"), exports); __exportStar(require("./DateTimeWithAggregatesFilter.schema.d"), exports); __exportStar(require("./DateTimeWithAggregatesFilter.schema"), exports); @@ -1452,6 +1524,7 @@ __exportStar(require("./EnumServiceLineStatusFilter.schema.d"), exports); __exportStar(require("./EnumServiceLineStatusFilter.schema"), exports); __exportStar(require("./EnumServiceLineStatusWithAggregatesFilter.schema.d"), exports); __exportStar(require("./EnumServiceLineStatusWithAggregatesFilter.schema"), exports); +__exportStar(require("./InsuranceCredentialArgs.schema.d"), exports); __exportStar(require("./InsuranceCredentialArgs.schema"), exports); __exportStar(require("./InsuranceCredentialAvgAggregateInput.schema.d"), exports); __exportStar(require("./InsuranceCredentialAvgAggregateInput.schema"), exports); @@ -1511,6 +1584,7 @@ __exportStar(require("./InsuranceCredentialUncheckedCreateWithoutUserInput.schem __exportStar(require("./InsuranceCredentialUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./InsuranceCredentialUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./InsuranceCredentialUncheckedUpdateInput.schema"), exports); +__exportStar(require("./InsuranceCredentialUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./InsuranceCredentialUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./InsuranceCredentialUncheckedUpdateManyWithoutUserInput.schema.d"), exports); __exportStar(require("./InsuranceCredentialUncheckedUpdateManyWithoutUserInput.schema"), exports); @@ -1566,7 +1640,9 @@ __exportStar(require("./NestedBytesWithAggregatesFilter.schema.d"), exports); __exportStar(require("./NestedBytesWithAggregatesFilter.schema"), exports); __exportStar(require("./NestedDateTimeFilter.schema.d"), exports); __exportStar(require("./NestedDateTimeFilter.schema"), exports); +__exportStar(require("./NestedDateTimeNullableFilter.schema.d"), exports); __exportStar(require("./NestedDateTimeNullableFilter.schema"), exports); +__exportStar(require("./NestedDateTimeNullableWithAggregatesFilter.schema.d"), exports); __exportStar(require("./NestedDateTimeNullableWithAggregatesFilter.schema"), exports); __exportStar(require("./NestedDateTimeWithAggregatesFilter.schema.d"), exports); __exportStar(require("./NestedDateTimeWithAggregatesFilter.schema"), exports); @@ -1648,6 +1724,7 @@ __exportStar(require("./NestedStringNullableWithAggregatesFilter.schema.d"), exp __exportStar(require("./NestedStringNullableWithAggregatesFilter.schema"), exports); __exportStar(require("./NestedStringWithAggregatesFilter.schema.d"), exports); __exportStar(require("./NestedStringWithAggregatesFilter.schema"), exports); +__exportStar(require("./NotificationArgs.schema.d"), exports); __exportStar(require("./NotificationArgs.schema"), exports); __exportStar(require("./NotificationAvgAggregateInput.schema.d"), exports); __exportStar(require("./NotificationAvgAggregateInput.schema"), exports); @@ -1707,6 +1784,7 @@ __exportStar(require("./NotificationUncheckedCreateWithoutUserInput.schema.d"), __exportStar(require("./NotificationUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./NotificationUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./NotificationUncheckedUpdateInput.schema"), exports); +__exportStar(require("./NotificationUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./NotificationUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./NotificationUncheckedUpdateManyWithoutUserInput.schema.d"), exports); __exportStar(require("./NotificationUncheckedUpdateManyWithoutUserInput.schema"), exports); @@ -1732,6 +1810,7 @@ __exportStar(require("./NotificationWhereInput.schema.d"), exports); __exportStar(require("./NotificationWhereInput.schema"), exports); __exportStar(require("./NotificationWhereUniqueInput.schema.d"), exports); __exportStar(require("./NotificationWhereUniqueInput.schema"), exports); +__exportStar(require("./NpiProviderArgs.schema.d"), exports); __exportStar(require("./NpiProviderArgs.schema"), exports); __exportStar(require("./NpiProviderAvgAggregateInput.schema.d"), exports); __exportStar(require("./NpiProviderAvgAggregateInput.schema"), exports); @@ -1741,6 +1820,10 @@ __exportStar(require("./NpiProviderCountAggregateInput.schema.d"), exports); __exportStar(require("./NpiProviderCountAggregateInput.schema"), exports); __exportStar(require("./NpiProviderCountOrderByAggregateInput.schema.d"), exports); __exportStar(require("./NpiProviderCountOrderByAggregateInput.schema"), exports); +__exportStar(require("./NpiProviderCountOutputTypeArgs.schema"), exports); +__exportStar(require("./NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema"), exports); +__exportStar(require("./NpiProviderCountOutputTypeCountClaimsArgs.schema"), exports); +__exportStar(require("./NpiProviderCountOutputTypeSelect.schema"), exports); __exportStar(require("./NpiProviderCreateInput.schema.d"), exports); __exportStar(require("./NpiProviderCreateInput.schema"), exports); __exportStar(require("./NpiProviderCreateManyInput.schema.d"), exports); @@ -1751,8 +1834,14 @@ __exportStar(require("./NpiProviderCreateManyUserInputEnvelope.schema.d"), expor __exportStar(require("./NpiProviderCreateManyUserInputEnvelope.schema"), exports); __exportStar(require("./NpiProviderCreateNestedManyWithoutUserInput.schema.d"), exports); __exportStar(require("./NpiProviderCreateNestedManyWithoutUserInput.schema"), exports); +__exportStar(require("./NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema"), exports); +__exportStar(require("./NpiProviderCreateNestedOneWithoutClaimsInput.schema"), exports); +__exportStar(require("./NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema"), exports); +__exportStar(require("./NpiProviderCreateOrConnectWithoutClaimsInput.schema"), exports); __exportStar(require("./NpiProviderCreateOrConnectWithoutUserInput.schema.d"), exports); __exportStar(require("./NpiProviderCreateOrConnectWithoutUserInput.schema"), exports); +__exportStar(require("./NpiProviderCreateWithoutAppointmentProceduresInput.schema"), exports); +__exportStar(require("./NpiProviderCreateWithoutClaimsInput.schema"), exports); __exportStar(require("./NpiProviderCreateWithoutUserInput.schema.d"), exports); __exportStar(require("./NpiProviderCreateWithoutUserInput.schema"), exports); __exportStar(require("./NpiProviderInclude.schema.d"), exports); @@ -1767,6 +1856,7 @@ __exportStar(require("./NpiProviderMinAggregateInput.schema.d"), exports); __exportStar(require("./NpiProviderMinAggregateInput.schema"), exports); __exportStar(require("./NpiProviderMinOrderByAggregateInput.schema.d"), exports); __exportStar(require("./NpiProviderMinOrderByAggregateInput.schema"), exports); +__exportStar(require("./NpiProviderNullableScalarRelationFilter.schema"), exports); __exportStar(require("./NpiProviderOrderByRelationAggregateInput.schema.d"), exports); __exportStar(require("./NpiProviderOrderByRelationAggregateInput.schema"), exports); __exportStar(require("./NpiProviderOrderByWithAggregationInput.schema.d"), exports); @@ -1787,15 +1877,20 @@ __exportStar(require("./NpiProviderUncheckedCreateInput.schema.d"), exports); __exportStar(require("./NpiProviderUncheckedCreateInput.schema"), exports); __exportStar(require("./NpiProviderUncheckedCreateNestedManyWithoutUserInput.schema.d"), exports); __exportStar(require("./NpiProviderUncheckedCreateNestedManyWithoutUserInput.schema"), exports); +__exportStar(require("./NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema"), exports); +__exportStar(require("./NpiProviderUncheckedCreateWithoutClaimsInput.schema"), exports); __exportStar(require("./NpiProviderUncheckedCreateWithoutUserInput.schema.d"), exports); __exportStar(require("./NpiProviderUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./NpiProviderUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./NpiProviderUncheckedUpdateInput.schema"), exports); +__exportStar(require("./NpiProviderUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./NpiProviderUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./NpiProviderUncheckedUpdateManyWithoutUserInput.schema.d"), exports); __exportStar(require("./NpiProviderUncheckedUpdateManyWithoutUserInput.schema"), exports); __exportStar(require("./NpiProviderUncheckedUpdateManyWithoutUserNestedInput.schema.d"), exports); __exportStar(require("./NpiProviderUncheckedUpdateManyWithoutUserNestedInput.schema"), exports); +__exportStar(require("./NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema"), exports); +__exportStar(require("./NpiProviderUncheckedUpdateWithoutClaimsInput.schema"), exports); __exportStar(require("./NpiProviderUncheckedUpdateWithoutUserInput.schema.d"), exports); __exportStar(require("./NpiProviderUncheckedUpdateWithoutUserInput.schema"), exports); __exportStar(require("./NpiProviderUpdateInput.schema.d"), exports); @@ -1806,18 +1901,27 @@ __exportStar(require("./NpiProviderUpdateManyWithWhereWithoutUserInput.schema.d" __exportStar(require("./NpiProviderUpdateManyWithWhereWithoutUserInput.schema"), exports); __exportStar(require("./NpiProviderUpdateManyWithoutUserNestedInput.schema.d"), exports); __exportStar(require("./NpiProviderUpdateManyWithoutUserNestedInput.schema"), exports); +__exportStar(require("./NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema"), exports); +__exportStar(require("./NpiProviderUpdateOneWithoutClaimsNestedInput.schema"), exports); +__exportStar(require("./NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema"), exports); +__exportStar(require("./NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema"), exports); __exportStar(require("./NpiProviderUpdateWithWhereUniqueWithoutUserInput.schema.d"), exports); __exportStar(require("./NpiProviderUpdateWithWhereUniqueWithoutUserInput.schema"), exports); +__exportStar(require("./NpiProviderUpdateWithoutAppointmentProceduresInput.schema"), exports); +__exportStar(require("./NpiProviderUpdateWithoutClaimsInput.schema"), exports); __exportStar(require("./NpiProviderUpdateWithoutUserInput.schema.d"), exports); __exportStar(require("./NpiProviderUpdateWithoutUserInput.schema"), exports); __exportStar(require("./NpiProviderUpsertWithWhereUniqueWithoutUserInput.schema.d"), exports); __exportStar(require("./NpiProviderUpsertWithWhereUniqueWithoutUserInput.schema"), exports); +__exportStar(require("./NpiProviderUpsertWithoutAppointmentProceduresInput.schema"), exports); +__exportStar(require("./NpiProviderUpsertWithoutClaimsInput.schema"), exports); __exportStar(require("./NpiProviderUserIdNpiNumberCompoundUniqueInput.schema.d"), exports); __exportStar(require("./NpiProviderUserIdNpiNumberCompoundUniqueInput.schema"), exports); __exportStar(require("./NpiProviderWhereInput.schema.d"), exports); __exportStar(require("./NpiProviderWhereInput.schema"), exports); __exportStar(require("./NpiProviderWhereUniqueInput.schema.d"), exports); __exportStar(require("./NpiProviderWhereUniqueInput.schema"), exports); +__exportStar(require("./NullableDateTimeFieldUpdateOperationsInput.schema.d"), exports); __exportStar(require("./NullableDateTimeFieldUpdateOperationsInput.schema"), exports); __exportStar(require("./NullableDecimalFieldUpdateOperationsInput.schema.d"), exports); __exportStar(require("./NullableDecimalFieldUpdateOperationsInput.schema"), exports); @@ -1909,6 +2013,7 @@ __exportStar(require("./PatientCreateWithoutProceduresInput.schema.d"), exports) __exportStar(require("./PatientCreateWithoutProceduresInput.schema"), exports); __exportStar(require("./PatientCreateWithoutUserInput.schema.d"), exports); __exportStar(require("./PatientCreateWithoutUserInput.schema"), exports); +__exportStar(require("./PatientDocumentArgs.schema.d"), exports); __exportStar(require("./PatientDocumentArgs.schema"), exports); __exportStar(require("./PatientDocumentAvgAggregateInput.schema.d"), exports); __exportStar(require("./PatientDocumentAvgAggregateInput.schema"), exports); @@ -1968,6 +2073,7 @@ __exportStar(require("./PatientDocumentUncheckedCreateWithoutPatientInput.schema __exportStar(require("./PatientDocumentUncheckedCreateWithoutPatientInput.schema"), exports); __exportStar(require("./PatientDocumentUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./PatientDocumentUncheckedUpdateInput.schema"), exports); +__exportStar(require("./PatientDocumentUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./PatientDocumentUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./PatientDocumentUncheckedUpdateManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./PatientDocumentUncheckedUpdateManyWithoutPatientInput.schema"), exports); @@ -2045,6 +2151,7 @@ __exportStar(require("./PatientUncheckedCreateWithoutUserInput.schema.d"), expor __exportStar(require("./PatientUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./PatientUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./PatientUncheckedUpdateInput.schema"), exports); +__exportStar(require("./PatientUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./PatientUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./PatientUncheckedUpdateManyWithoutUserInput.schema.d"), exports); __exportStar(require("./PatientUncheckedUpdateManyWithoutUserInput.schema"), exports); @@ -2252,6 +2359,7 @@ __exportStar(require("./PaymentUncheckedCreateWithoutUpdatedByInput.schema.d"), __exportStar(require("./PaymentUncheckedCreateWithoutUpdatedByInput.schema"), exports); __exportStar(require("./PaymentUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./PaymentUncheckedUpdateInput.schema"), exports); +__exportStar(require("./PaymentUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./PaymentUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./PaymentUncheckedUpdateManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./PaymentUncheckedUpdateManyWithoutPatientInput.schema"), exports); @@ -2325,6 +2433,7 @@ __exportStar(require("./PaymentWhereInput.schema.d"), exports); __exportStar(require("./PaymentWhereInput.schema"), exports); __exportStar(require("./PaymentWhereUniqueInput.schema.d"), exports); __exportStar(require("./PaymentWhereUniqueInput.schema"), exports); +__exportStar(require("./PdfFileArgs.schema.d"), exports); __exportStar(require("./PdfFileArgs.schema"), exports); __exportStar(require("./PdfFileAvgAggregateInput.schema.d"), exports); __exportStar(require("./PdfFileAvgAggregateInput.schema"), exports); @@ -2384,6 +2493,7 @@ __exportStar(require("./PdfFileUncheckedCreateWithoutGroupInput.schema.d"), expo __exportStar(require("./PdfFileUncheckedCreateWithoutGroupInput.schema"), exports); __exportStar(require("./PdfFileUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./PdfFileUncheckedUpdateInput.schema"), exports); +__exportStar(require("./PdfFileUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./PdfFileUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./PdfFileUncheckedUpdateManyWithoutGroupInput.schema.d"), exports); __exportStar(require("./PdfFileUncheckedUpdateManyWithoutGroupInput.schema"), exports); @@ -2485,6 +2595,7 @@ __exportStar(require("./PdfGroupUncheckedCreateWithoutPdfsInput.schema.d"), expo __exportStar(require("./PdfGroupUncheckedCreateWithoutPdfsInput.schema"), exports); __exportStar(require("./PdfGroupUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./PdfGroupUncheckedUpdateInput.schema"), exports); +__exportStar(require("./PdfGroupUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./PdfGroupUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./PdfGroupUncheckedUpdateManyWithoutPatientInput.schema.d"), exports); __exportStar(require("./PdfGroupUncheckedUpdateManyWithoutPatientInput.schema"), exports); @@ -2596,6 +2707,7 @@ __exportStar(require("./ServiceLineSumAggregateInput.schema.d"), exports); __exportStar(require("./ServiceLineSumAggregateInput.schema"), exports); __exportStar(require("./ServiceLineSumOrderByAggregateInput.schema.d"), exports); __exportStar(require("./ServiceLineSumOrderByAggregateInput.schema"), exports); +__exportStar(require("./ServiceLineTransactionArgs.schema.d"), exports); __exportStar(require("./ServiceLineTransactionArgs.schema"), exports); __exportStar(require("./ServiceLineTransactionAvgAggregateInput.schema.d"), exports); __exportStar(require("./ServiceLineTransactionAvgAggregateInput.schema"), exports); @@ -2669,6 +2781,7 @@ __exportStar(require("./ServiceLineTransactionUncheckedCreateWithoutServiceLineI __exportStar(require("./ServiceLineTransactionUncheckedCreateWithoutServiceLineInput.schema"), exports); __exportStar(require("./ServiceLineTransactionUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./ServiceLineTransactionUncheckedUpdateInput.schema"), exports); +__exportStar(require("./ServiceLineTransactionUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./ServiceLineTransactionUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./ServiceLineTransactionUncheckedUpdateManyWithoutPaymentInput.schema.d"), exports); __exportStar(require("./ServiceLineTransactionUncheckedUpdateManyWithoutPaymentInput.schema"), exports); @@ -2724,6 +2837,7 @@ __exportStar(require("./ServiceLineUncheckedCreateWithoutServiceLineTransactions __exportStar(require("./ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput.schema"), exports); __exportStar(require("./ServiceLineUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./ServiceLineUncheckedUpdateInput.schema"), exports); +__exportStar(require("./ServiceLineUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./ServiceLineUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./ServiceLineUncheckedUpdateManyWithoutClaimInput.schema.d"), exports); __exportStar(require("./ServiceLineUncheckedUpdateManyWithoutClaimInput.schema"), exports); @@ -2863,6 +2977,7 @@ __exportStar(require("./StaffUncheckedCreateWithoutUserInput.schema.d"), exports __exportStar(require("./StaffUncheckedCreateWithoutUserInput.schema"), exports); __exportStar(require("./StaffUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./StaffUncheckedUpdateInput.schema"), exports); +__exportStar(require("./StaffUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./StaffUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./StaffUncheckedUpdateManyWithoutUserInput.schema.d"), exports); __exportStar(require("./StaffUncheckedUpdateManyWithoutUserInput.schema"), exports); @@ -3096,6 +3211,7 @@ __exportStar(require("./UserUncheckedCreateWithoutUpdatedPaymentsInput.schema.d" __exportStar(require("./UserUncheckedCreateWithoutUpdatedPaymentsInput.schema"), exports); __exportStar(require("./UserUncheckedUpdateInput.schema.d"), exports); __exportStar(require("./UserUncheckedUpdateInput.schema"), exports); +__exportStar(require("./UserUncheckedUpdateManyInput.schema.d"), exports); __exportStar(require("./UserUncheckedUpdateManyInput.schema"), exports); __exportStar(require("./UserUncheckedUpdateWithoutAppointmentsInput.schema.d"), exports); __exportStar(require("./UserUncheckedUpdateWithoutAppointmentsInput.schema"), exports); @@ -3235,3 +3351,4 @@ __exportStar(require("./UserWhereInput.schema.d"), exports); __exportStar(require("./UserWhereInput.schema"), exports); __exportStar(require("./UserWhereUniqueInput.schema.d"), exports); __exportStar(require("./UserWhereUniqueInput.schema"), exports); +__exportStar(require("./index.d"), exports); diff --git a/packages/db/shared/schemas/objects/index.ts b/packages/db/shared/schemas/objects/index.ts index 5089ab9d..09af4b07 100755 --- a/packages/db/shared/schemas/objects/index.ts +++ b/packages/db/shared/schemas/objects/index.ts @@ -17,6 +17,7 @@ export * from './AppointmentCountOutputTypeArgs.schema.d'; export * from './AppointmentCountOutputTypeArgs.schema'; export * from './AppointmentCountOutputTypeCountClaimsArgs.schema.d'; export * from './AppointmentCountOutputTypeCountClaimsArgs.schema'; +export * from './AppointmentCountOutputTypeCountFilesArgs.schema'; export * from './AppointmentCountOutputTypeCountProceduresArgs.schema.d'; export * from './AppointmentCountOutputTypeCountProceduresArgs.schema'; export * from './AppointmentCountOutputTypeSelect.schema.d'; @@ -45,10 +46,12 @@ export * from './AppointmentCreateNestedManyWithoutUserInput.schema.d'; export * from './AppointmentCreateNestedManyWithoutUserInput.schema'; export * from './AppointmentCreateNestedOneWithoutClaimsInput.schema.d'; export * from './AppointmentCreateNestedOneWithoutClaimsInput.schema'; +export * from './AppointmentCreateNestedOneWithoutFilesInput.schema'; export * from './AppointmentCreateNestedOneWithoutProceduresInput.schema.d'; export * from './AppointmentCreateNestedOneWithoutProceduresInput.schema'; export * from './AppointmentCreateOrConnectWithoutClaimsInput.schema.d'; export * from './AppointmentCreateOrConnectWithoutClaimsInput.schema'; +export * from './AppointmentCreateOrConnectWithoutFilesInput.schema'; export * from './AppointmentCreateOrConnectWithoutPatientInput.schema.d'; export * from './AppointmentCreateOrConnectWithoutPatientInput.schema'; export * from './AppointmentCreateOrConnectWithoutProceduresInput.schema.d'; @@ -59,6 +62,7 @@ export * from './AppointmentCreateOrConnectWithoutUserInput.schema.d'; export * from './AppointmentCreateOrConnectWithoutUserInput.schema'; export * from './AppointmentCreateWithoutClaimsInput.schema.d'; export * from './AppointmentCreateWithoutClaimsInput.schema'; +export * from './AppointmentCreateWithoutFilesInput.schema'; export * from './AppointmentCreateWithoutPatientInput.schema.d'; export * from './AppointmentCreateWithoutPatientInput.schema'; export * from './AppointmentCreateWithoutProceduresInput.schema.d'; @@ -67,6 +71,49 @@ export * from './AppointmentCreateWithoutStaffInput.schema.d'; export * from './AppointmentCreateWithoutStaffInput.schema'; export * from './AppointmentCreateWithoutUserInput.schema.d'; export * from './AppointmentCreateWithoutUserInput.schema'; +export * from './AppointmentFileArgs.schema'; +export * from './AppointmentFileAvgAggregateInput.schema'; +export * from './AppointmentFileAvgOrderByAggregateInput.schema'; +export * from './AppointmentFileCountAggregateInput.schema'; +export * from './AppointmentFileCountOrderByAggregateInput.schema'; +export * from './AppointmentFileCreateInput.schema'; +export * from './AppointmentFileCreateManyAppointmentInput.schema'; +export * from './AppointmentFileCreateManyAppointmentInputEnvelope.schema'; +export * from './AppointmentFileCreateManyInput.schema'; +export * from './AppointmentFileCreateNestedManyWithoutAppointmentInput.schema'; +export * from './AppointmentFileCreateOrConnectWithoutAppointmentInput.schema'; +export * from './AppointmentFileCreateWithoutAppointmentInput.schema'; +export * from './AppointmentFileInclude.schema'; +export * from './AppointmentFileListRelationFilter.schema'; +export * from './AppointmentFileMaxAggregateInput.schema'; +export * from './AppointmentFileMaxOrderByAggregateInput.schema'; +export * from './AppointmentFileMinAggregateInput.schema'; +export * from './AppointmentFileMinOrderByAggregateInput.schema'; +export * from './AppointmentFileOrderByRelationAggregateInput.schema'; +export * from './AppointmentFileOrderByWithAggregationInput.schema'; +export * from './AppointmentFileOrderByWithRelationInput.schema'; +export * from './AppointmentFileScalarWhereInput.schema'; +export * from './AppointmentFileScalarWhereWithAggregatesInput.schema'; +export * from './AppointmentFileSelect.schema'; +export * from './AppointmentFileSumAggregateInput.schema'; +export * from './AppointmentFileSumOrderByAggregateInput.schema'; +export * from './AppointmentFileUncheckedCreateInput.schema'; +export * from './AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema'; +export * from './AppointmentFileUncheckedCreateWithoutAppointmentInput.schema'; +export * from './AppointmentFileUncheckedUpdateInput.schema'; +export * from './AppointmentFileUncheckedUpdateManyInput.schema'; +export * from './AppointmentFileUncheckedUpdateManyWithoutAppointmentInput.schema'; +export * from './AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; +export * from './AppointmentFileUncheckedUpdateWithoutAppointmentInput.schema'; +export * from './AppointmentFileUpdateInput.schema'; +export * from './AppointmentFileUpdateManyMutationInput.schema'; +export * from './AppointmentFileUpdateManyWithWhereWithoutAppointmentInput.schema'; +export * from './AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema'; +export * from './AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput.schema'; +export * from './AppointmentFileUpdateWithoutAppointmentInput.schema'; +export * from './AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput.schema'; +export * from './AppointmentFileWhereInput.schema'; +export * from './AppointmentFileWhereUniqueInput.schema'; export * from './AppointmentInclude.schema.d'; export * from './AppointmentInclude.schema'; export * from './AppointmentListRelationFilter.schema.d'; @@ -103,7 +150,9 @@ export * from './AppointmentProcedureCreateManyAppointmentInputEnvelope.schema.d export * from './AppointmentProcedureCreateManyAppointmentInputEnvelope.schema'; export * from './AppointmentProcedureCreateManyInput.schema.d'; export * from './AppointmentProcedureCreateManyInput.schema'; +export * from './AppointmentProcedureCreateManyNpiProviderInput.schema.d'; export * from './AppointmentProcedureCreateManyNpiProviderInput.schema'; +export * from './AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema.d'; export * from './AppointmentProcedureCreateManyNpiProviderInputEnvelope.schema'; export * from './AppointmentProcedureCreateManyPatientInput.schema.d'; export * from './AppointmentProcedureCreateManyPatientInput.schema'; @@ -111,16 +160,19 @@ export * from './AppointmentProcedureCreateManyPatientInputEnvelope.schema.d'; export * from './AppointmentProcedureCreateManyPatientInputEnvelope.schema'; export * from './AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema.d'; export * from './AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema'; +export * from './AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema'; export * from './AppointmentProcedureCreateNestedManyWithoutPatientInput.schema.d'; export * from './AppointmentProcedureCreateNestedManyWithoutPatientInput.schema'; export * from './AppointmentProcedureCreateOrConnectWithoutAppointmentInput.schema.d'; export * from './AppointmentProcedureCreateOrConnectWithoutAppointmentInput.schema'; +export * from './AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema'; export * from './AppointmentProcedureCreateOrConnectWithoutPatientInput.schema.d'; export * from './AppointmentProcedureCreateOrConnectWithoutPatientInput.schema'; export * from './AppointmentProcedureCreateWithoutAppointmentInput.schema.d'; export * from './AppointmentProcedureCreateWithoutAppointmentInput.schema'; +export * from './AppointmentProcedureCreateWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureCreateWithoutNpiProviderInput.schema'; export * from './AppointmentProcedureCreateWithoutPatientInput.schema.d'; export * from './AppointmentProcedureCreateWithoutPatientInput.schema'; @@ -156,11 +208,13 @@ export * from './AppointmentProcedureUncheckedCreateInput.schema.d'; export * from './AppointmentProcedureUncheckedCreateInput.schema'; export * from './AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema.d'; export * from './AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema'; +export * from './AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema'; export * from './AppointmentProcedureUncheckedCreateNestedManyWithoutPatientInput.schema.d'; export * from './AppointmentProcedureUncheckedCreateNestedManyWithoutPatientInput.schema'; export * from './AppointmentProcedureUncheckedCreateWithoutAppointmentInput.schema.d'; export * from './AppointmentProcedureUncheckedCreateWithoutAppointmentInput.schema'; +export * from './AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema'; export * from './AppointmentProcedureUncheckedCreateWithoutPatientInput.schema.d'; export * from './AppointmentProcedureUncheckedCreateWithoutPatientInput.schema'; @@ -172,7 +226,9 @@ export * from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput. export * from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput.schema'; export * from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema.d'; export * from './AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; +export * from './AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema'; +export * from './AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d'; export * from './AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema'; export * from './AppointmentProcedureUncheckedUpdateManyWithoutPatientInput.schema.d'; export * from './AppointmentProcedureUncheckedUpdateManyWithoutPatientInput.schema'; @@ -180,6 +236,7 @@ export * from './AppointmentProcedureUncheckedUpdateManyWithoutPatientNestedInpu export * from './AppointmentProcedureUncheckedUpdateManyWithoutPatientNestedInput.schema'; export * from './AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema.d'; export * from './AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema'; +export * from './AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema'; export * from './AppointmentProcedureUncheckedUpdateWithoutPatientInput.schema.d'; export * from './AppointmentProcedureUncheckedUpdateWithoutPatientInput.schema'; @@ -189,26 +246,31 @@ export * from './AppointmentProcedureUpdateManyMutationInput.schema.d'; export * from './AppointmentProcedureUpdateManyMutationInput.schema'; export * from './AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput.schema.d'; export * from './AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput.schema'; +export * from './AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema'; export * from './AppointmentProcedureUpdateManyWithWhereWithoutPatientInput.schema.d'; export * from './AppointmentProcedureUpdateManyWithWhereWithoutPatientInput.schema'; export * from './AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema.d'; export * from './AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema'; +export * from './AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d'; export * from './AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema'; export * from './AppointmentProcedureUpdateManyWithoutPatientNestedInput.schema.d'; export * from './AppointmentProcedureUpdateManyWithoutPatientNestedInput.schema'; export * from './AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput.schema.d'; export * from './AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput.schema'; +export * from './AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema'; export * from './AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput.schema.d'; export * from './AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput.schema'; export * from './AppointmentProcedureUpdateWithoutAppointmentInput.schema.d'; export * from './AppointmentProcedureUpdateWithoutAppointmentInput.schema'; +export * from './AppointmentProcedureUpdateWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureUpdateWithoutNpiProviderInput.schema'; export * from './AppointmentProcedureUpdateWithoutPatientInput.schema.d'; export * from './AppointmentProcedureUpdateWithoutPatientInput.schema'; export * from './AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput.schema.d'; export * from './AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput.schema'; +export * from './AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d'; export * from './AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema'; export * from './AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput.schema.d'; export * from './AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput.schema'; @@ -238,6 +300,7 @@ export * from './AppointmentUncheckedCreateNestedManyWithoutUserInput.schema.d'; export * from './AppointmentUncheckedCreateNestedManyWithoutUserInput.schema'; export * from './AppointmentUncheckedCreateWithoutClaimsInput.schema.d'; export * from './AppointmentUncheckedCreateWithoutClaimsInput.schema'; +export * from './AppointmentUncheckedCreateWithoutFilesInput.schema'; export * from './AppointmentUncheckedCreateWithoutPatientInput.schema.d'; export * from './AppointmentUncheckedCreateWithoutPatientInput.schema'; export * from './AppointmentUncheckedCreateWithoutProceduresInput.schema.d'; @@ -264,6 +327,7 @@ export * from './AppointmentUncheckedUpdateManyWithoutUserNestedInput.schema.d'; export * from './AppointmentUncheckedUpdateManyWithoutUserNestedInput.schema'; export * from './AppointmentUncheckedUpdateWithoutClaimsInput.schema.d'; export * from './AppointmentUncheckedUpdateWithoutClaimsInput.schema'; +export * from './AppointmentUncheckedUpdateWithoutFilesInput.schema'; export * from './AppointmentUncheckedUpdateWithoutPatientInput.schema.d'; export * from './AppointmentUncheckedUpdateWithoutPatientInput.schema'; export * from './AppointmentUncheckedUpdateWithoutProceduresInput.schema.d'; @@ -290,10 +354,12 @@ export * from './AppointmentUpdateManyWithoutUserNestedInput.schema.d'; export * from './AppointmentUpdateManyWithoutUserNestedInput.schema'; export * from './AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema.d'; export * from './AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema'; +export * from './AppointmentUpdateOneRequiredWithoutFilesNestedInput.schema'; export * from './AppointmentUpdateOneRequiredWithoutProceduresNestedInput.schema.d'; export * from './AppointmentUpdateOneRequiredWithoutProceduresNestedInput.schema'; export * from './AppointmentUpdateToOneWithWhereWithoutClaimsInput.schema.d'; export * from './AppointmentUpdateToOneWithWhereWithoutClaimsInput.schema'; +export * from './AppointmentUpdateToOneWithWhereWithoutFilesInput.schema'; export * from './AppointmentUpdateToOneWithWhereWithoutProceduresInput.schema.d'; export * from './AppointmentUpdateToOneWithWhereWithoutProceduresInput.schema'; export * from './AppointmentUpdateWithWhereUniqueWithoutPatientInput.schema.d'; @@ -304,6 +370,7 @@ export * from './AppointmentUpdateWithWhereUniqueWithoutUserInput.schema.d'; export * from './AppointmentUpdateWithWhereUniqueWithoutUserInput.schema'; export * from './AppointmentUpdateWithoutClaimsInput.schema.d'; export * from './AppointmentUpdateWithoutClaimsInput.schema'; +export * from './AppointmentUpdateWithoutFilesInput.schema'; export * from './AppointmentUpdateWithoutPatientInput.schema.d'; export * from './AppointmentUpdateWithoutPatientInput.schema'; export * from './AppointmentUpdateWithoutProceduresInput.schema.d'; @@ -320,6 +387,7 @@ export * from './AppointmentUpsertWithWhereUniqueWithoutUserInput.schema.d'; export * from './AppointmentUpsertWithWhereUniqueWithoutUserInput.schema'; export * from './AppointmentUpsertWithoutClaimsInput.schema.d'; export * from './AppointmentUpsertWithoutClaimsInput.schema'; +export * from './AppointmentUpsertWithoutFilesInput.schema'; export * from './AppointmentUpsertWithoutProceduresInput.schema.d'; export * from './AppointmentUpsertWithoutProceduresInput.schema'; export * from './AppointmentWhereInput.schema.d'; @@ -456,7 +524,9 @@ export * from './ClaimCreateManyAppointmentInputEnvelope.schema.d'; export * from './ClaimCreateManyAppointmentInputEnvelope.schema'; export * from './ClaimCreateManyInput.schema.d'; export * from './ClaimCreateManyInput.schema'; +export * from './ClaimCreateManyNpiProviderInput.schema.d'; export * from './ClaimCreateManyNpiProviderInput.schema'; +export * from './ClaimCreateManyNpiProviderInputEnvelope.schema.d'; export * from './ClaimCreateManyNpiProviderInputEnvelope.schema'; export * from './ClaimCreateManyPatientInput.schema.d'; export * from './ClaimCreateManyPatientInput.schema'; @@ -472,6 +542,7 @@ export * from './ClaimCreateManyUserInputEnvelope.schema.d'; export * from './ClaimCreateManyUserInputEnvelope.schema'; export * from './ClaimCreateNestedManyWithoutAppointmentInput.schema.d'; export * from './ClaimCreateNestedManyWithoutAppointmentInput.schema'; +export * from './ClaimCreateNestedManyWithoutNpiProviderInput.schema.d'; export * from './ClaimCreateNestedManyWithoutNpiProviderInput.schema'; export * from './ClaimCreateNestedManyWithoutPatientInput.schema.d'; export * from './ClaimCreateNestedManyWithoutPatientInput.schema'; @@ -489,6 +560,7 @@ export * from './ClaimCreateOrConnectWithoutAppointmentInput.schema.d'; export * from './ClaimCreateOrConnectWithoutAppointmentInput.schema'; export * from './ClaimCreateOrConnectWithoutClaimFilesInput.schema.d'; export * from './ClaimCreateOrConnectWithoutClaimFilesInput.schema'; +export * from './ClaimCreateOrConnectWithoutNpiProviderInput.schema.d'; export * from './ClaimCreateOrConnectWithoutNpiProviderInput.schema'; export * from './ClaimCreateOrConnectWithoutPatientInput.schema.d'; export * from './ClaimCreateOrConnectWithoutPatientInput.schema'; @@ -504,6 +576,7 @@ export * from './ClaimCreateWithoutAppointmentInput.schema.d'; export * from './ClaimCreateWithoutAppointmentInput.schema'; export * from './ClaimCreateWithoutClaimFilesInput.schema.d'; export * from './ClaimCreateWithoutClaimFilesInput.schema'; +export * from './ClaimCreateWithoutNpiProviderInput.schema.d'; export * from './ClaimCreateWithoutNpiProviderInput.schema'; export * from './ClaimCreateWithoutPatientInput.schema.d'; export * from './ClaimCreateWithoutPatientInput.schema'; @@ -637,6 +710,7 @@ export * from './ClaimUncheckedCreateInput.schema.d'; export * from './ClaimUncheckedCreateInput.schema'; export * from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema.d'; export * from './ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema'; +export * from './ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.d'; export * from './ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema'; export * from './ClaimUncheckedCreateNestedManyWithoutPatientInput.schema.d'; export * from './ClaimUncheckedCreateNestedManyWithoutPatientInput.schema'; @@ -648,6 +722,7 @@ export * from './ClaimUncheckedCreateWithoutAppointmentInput.schema.d'; export * from './ClaimUncheckedCreateWithoutAppointmentInput.schema'; export * from './ClaimUncheckedCreateWithoutClaimFilesInput.schema.d'; export * from './ClaimUncheckedCreateWithoutClaimFilesInput.schema'; +export * from './ClaimUncheckedCreateWithoutNpiProviderInput.schema.d'; export * from './ClaimUncheckedCreateWithoutNpiProviderInput.schema'; export * from './ClaimUncheckedCreateWithoutPatientInput.schema.d'; export * from './ClaimUncheckedCreateWithoutPatientInput.schema'; @@ -667,7 +742,9 @@ export * from './ClaimUncheckedUpdateManyWithoutAppointmentInput.schema.d'; export * from './ClaimUncheckedUpdateManyWithoutAppointmentInput.schema'; export * from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema.d'; export * from './ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema'; +export * from './ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.d'; export * from './ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema'; +export * from './ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.d'; export * from './ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema'; export * from './ClaimUncheckedUpdateManyWithoutPatientInput.schema.d'; export * from './ClaimUncheckedUpdateManyWithoutPatientInput.schema'; @@ -685,6 +762,7 @@ export * from './ClaimUncheckedUpdateWithoutAppointmentInput.schema.d'; export * from './ClaimUncheckedUpdateWithoutAppointmentInput.schema'; export * from './ClaimUncheckedUpdateWithoutClaimFilesInput.schema.d'; export * from './ClaimUncheckedUpdateWithoutClaimFilesInput.schema'; +export * from './ClaimUncheckedUpdateWithoutNpiProviderInput.schema.d'; export * from './ClaimUncheckedUpdateWithoutNpiProviderInput.schema'; export * from './ClaimUncheckedUpdateWithoutPatientInput.schema.d'; export * from './ClaimUncheckedUpdateWithoutPatientInput.schema'; @@ -702,6 +780,7 @@ export * from './ClaimUpdateManyMutationInput.schema.d'; export * from './ClaimUpdateManyMutationInput.schema'; export * from './ClaimUpdateManyWithWhereWithoutAppointmentInput.schema.d'; export * from './ClaimUpdateManyWithWhereWithoutAppointmentInput.schema'; +export * from './ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.d'; export * from './ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema'; export * from './ClaimUpdateManyWithWhereWithoutPatientInput.schema.d'; export * from './ClaimUpdateManyWithWhereWithoutPatientInput.schema'; @@ -711,6 +790,7 @@ export * from './ClaimUpdateManyWithWhereWithoutUserInput.schema.d'; export * from './ClaimUpdateManyWithWhereWithoutUserInput.schema'; export * from './ClaimUpdateManyWithoutAppointmentNestedInput.schema.d'; export * from './ClaimUpdateManyWithoutAppointmentNestedInput.schema'; +export * from './ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d'; export * from './ClaimUpdateManyWithoutNpiProviderNestedInput.schema'; export * from './ClaimUpdateManyWithoutPatientNestedInput.schema.d'; export * from './ClaimUpdateManyWithoutPatientNestedInput.schema'; @@ -732,6 +812,7 @@ export * from './ClaimUpdateToOneWithWhereWithoutServiceLinesInput.schema.d'; export * from './ClaimUpdateToOneWithWhereWithoutServiceLinesInput.schema'; export * from './ClaimUpdateWithWhereUniqueWithoutAppointmentInput.schema.d'; export * from './ClaimUpdateWithWhereUniqueWithoutAppointmentInput.schema'; +export * from './ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.d'; export * from './ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema'; export * from './ClaimUpdateWithWhereUniqueWithoutPatientInput.schema.d'; export * from './ClaimUpdateWithWhereUniqueWithoutPatientInput.schema'; @@ -743,6 +824,7 @@ export * from './ClaimUpdateWithoutAppointmentInput.schema.d'; export * from './ClaimUpdateWithoutAppointmentInput.schema'; export * from './ClaimUpdateWithoutClaimFilesInput.schema.d'; export * from './ClaimUpdateWithoutClaimFilesInput.schema'; +export * from './ClaimUpdateWithoutNpiProviderInput.schema.d'; export * from './ClaimUpdateWithoutNpiProviderInput.schema'; export * from './ClaimUpdateWithoutPatientInput.schema.d'; export * from './ClaimUpdateWithoutPatientInput.schema'; @@ -756,6 +838,7 @@ export * from './ClaimUpdateWithoutUserInput.schema.d'; export * from './ClaimUpdateWithoutUserInput.schema'; export * from './ClaimUpsertWithWhereUniqueWithoutAppointmentInput.schema.d'; export * from './ClaimUpsertWithWhereUniqueWithoutAppointmentInput.schema'; +export * from './ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d'; export * from './ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema'; export * from './ClaimUpsertWithWhereUniqueWithoutPatientInput.schema.d'; export * from './ClaimUpsertWithWhereUniqueWithoutPatientInput.schema'; @@ -1805,9 +1888,13 @@ export * from './NpiProviderCountAggregateInput.schema.d'; export * from './NpiProviderCountAggregateInput.schema'; export * from './NpiProviderCountOrderByAggregateInput.schema.d'; export * from './NpiProviderCountOrderByAggregateInput.schema'; +export * from './NpiProviderCountOutputTypeArgs.schema.d'; export * from './NpiProviderCountOutputTypeArgs.schema'; +export * from './NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.d'; export * from './NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema'; +export * from './NpiProviderCountOutputTypeCountClaimsArgs.schema.d'; export * from './NpiProviderCountOutputTypeCountClaimsArgs.schema'; +export * from './NpiProviderCountOutputTypeSelect.schema.d'; export * from './NpiProviderCountOutputTypeSelect.schema'; export * from './NpiProviderCreateInput.schema.d'; export * from './NpiProviderCreateInput.schema'; @@ -1819,13 +1906,19 @@ export * from './NpiProviderCreateManyUserInputEnvelope.schema.d'; export * from './NpiProviderCreateManyUserInputEnvelope.schema'; export * from './NpiProviderCreateNestedManyWithoutUserInput.schema.d'; export * from './NpiProviderCreateNestedManyWithoutUserInput.schema'; +export * from './NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d'; export * from './NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema'; +export * from './NpiProviderCreateNestedOneWithoutClaimsInput.schema.d'; export * from './NpiProviderCreateNestedOneWithoutClaimsInput.schema'; +export * from './NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema.d'; export * from './NpiProviderCreateOrConnectWithoutAppointmentProceduresInput.schema'; +export * from './NpiProviderCreateOrConnectWithoutClaimsInput.schema.d'; export * from './NpiProviderCreateOrConnectWithoutClaimsInput.schema'; export * from './NpiProviderCreateOrConnectWithoutUserInput.schema.d'; export * from './NpiProviderCreateOrConnectWithoutUserInput.schema'; +export * from './NpiProviderCreateWithoutAppointmentProceduresInput.schema.d'; export * from './NpiProviderCreateWithoutAppointmentProceduresInput.schema'; +export * from './NpiProviderCreateWithoutClaimsInput.schema.d'; export * from './NpiProviderCreateWithoutClaimsInput.schema'; export * from './NpiProviderCreateWithoutUserInput.schema.d'; export * from './NpiProviderCreateWithoutUserInput.schema'; @@ -1841,6 +1934,7 @@ export * from './NpiProviderMinAggregateInput.schema.d'; export * from './NpiProviderMinAggregateInput.schema'; export * from './NpiProviderMinOrderByAggregateInput.schema.d'; export * from './NpiProviderMinOrderByAggregateInput.schema'; +export * from './NpiProviderNullableScalarRelationFilter.schema.d'; export * from './NpiProviderNullableScalarRelationFilter.schema'; export * from './NpiProviderOrderByRelationAggregateInput.schema.d'; export * from './NpiProviderOrderByRelationAggregateInput.schema'; @@ -1862,7 +1956,9 @@ export * from './NpiProviderUncheckedCreateInput.schema.d'; export * from './NpiProviderUncheckedCreateInput.schema'; export * from './NpiProviderUncheckedCreateNestedManyWithoutUserInput.schema.d'; export * from './NpiProviderUncheckedCreateNestedManyWithoutUserInput.schema'; +export * from './NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema.d'; export * from './NpiProviderUncheckedCreateWithoutAppointmentProceduresInput.schema'; +export * from './NpiProviderUncheckedCreateWithoutClaimsInput.schema.d'; export * from './NpiProviderUncheckedCreateWithoutClaimsInput.schema'; export * from './NpiProviderUncheckedCreateWithoutUserInput.schema.d'; export * from './NpiProviderUncheckedCreateWithoutUserInput.schema'; @@ -1874,7 +1970,9 @@ export * from './NpiProviderUncheckedUpdateManyWithoutUserInput.schema.d'; export * from './NpiProviderUncheckedUpdateManyWithoutUserInput.schema'; export * from './NpiProviderUncheckedUpdateManyWithoutUserNestedInput.schema.d'; export * from './NpiProviderUncheckedUpdateManyWithoutUserNestedInput.schema'; +export * from './NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema.d'; export * from './NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput.schema'; +export * from './NpiProviderUncheckedUpdateWithoutClaimsInput.schema.d'; export * from './NpiProviderUncheckedUpdateWithoutClaimsInput.schema'; export * from './NpiProviderUncheckedUpdateWithoutUserInput.schema.d'; export * from './NpiProviderUncheckedUpdateWithoutUserInput.schema'; @@ -1886,19 +1984,27 @@ export * from './NpiProviderUpdateManyWithWhereWithoutUserInput.schema.d'; export * from './NpiProviderUpdateManyWithWhereWithoutUserInput.schema'; export * from './NpiProviderUpdateManyWithoutUserNestedInput.schema.d'; export * from './NpiProviderUpdateManyWithoutUserNestedInput.schema'; +export * from './NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d'; export * from './NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema'; +export * from './NpiProviderUpdateOneWithoutClaimsNestedInput.schema.d'; export * from './NpiProviderUpdateOneWithoutClaimsNestedInput.schema'; +export * from './NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema.d'; export * from './NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput.schema'; +export * from './NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema.d'; export * from './NpiProviderUpdateToOneWithWhereWithoutClaimsInput.schema'; export * from './NpiProviderUpdateWithWhereUniqueWithoutUserInput.schema.d'; export * from './NpiProviderUpdateWithWhereUniqueWithoutUserInput.schema'; +export * from './NpiProviderUpdateWithoutAppointmentProceduresInput.schema.d'; export * from './NpiProviderUpdateWithoutAppointmentProceduresInput.schema'; +export * from './NpiProviderUpdateWithoutClaimsInput.schema.d'; export * from './NpiProviderUpdateWithoutClaimsInput.schema'; export * from './NpiProviderUpdateWithoutUserInput.schema.d'; export * from './NpiProviderUpdateWithoutUserInput.schema'; export * from './NpiProviderUpsertWithWhereUniqueWithoutUserInput.schema.d'; export * from './NpiProviderUpsertWithWhereUniqueWithoutUserInput.schema'; +export * from './NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d'; export * from './NpiProviderUpsertWithoutAppointmentProceduresInput.schema'; +export * from './NpiProviderUpsertWithoutClaimsInput.schema.d'; export * from './NpiProviderUpsertWithoutClaimsInput.schema'; export * from './NpiProviderUserIdNpiNumberCompoundUniqueInput.schema.d'; export * from './NpiProviderUserIdNpiNumberCompoundUniqueInput.schema'; diff --git a/packages/db/shared/schemas/results/AppointmentAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentAggregateResult.schema.d.ts index 7ffdb105..8e149cd9 100644 --- a/packages/db/shared/schemas/results/AppointmentAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentAggregateResult.schema.d.ts @@ -23,12 +23,10 @@ export declare const AppointmentAggregateResultSchema: z.ZodObject<{ }, "strip", z.ZodTypeAny, { type: number; status: number; - createdAt: number; id: number; - userId: number; - user: number; date: number; title: number; + createdAt: number; patientId: number; patient: number; startTime: number; @@ -36,19 +34,19 @@ export declare const AppointmentAggregateResultSchema: z.ZodObject<{ notes: number; procedureCodeNotes: number; eligibilityStatus: number; + user: number; staff: number; procedures: number; + userId: number; staffId: number; claims: number; }, { type: number; status: number; - createdAt: number; id: number; - userId: number; - user: number; date: number; title: number; + createdAt: number; patientId: number; patient: number; startTime: number; @@ -56,8 +54,10 @@ export declare const AppointmentAggregateResultSchema: z.ZodObject<{ notes: number; procedureCodeNotes: number; eligibilityStatus: number; + user: number; staff: number; procedures: number; + userId: number; staffId: number; claims: number; }>>; @@ -68,13 +68,13 @@ export declare const AppointmentAggregateResultSchema: z.ZodObject<{ staffId: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; }>>>; _avg: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; }>>>; _min: z.ZodOptional>>; _max: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { _count?: { type: number; status: number; - createdAt: number; id: number; - userId: number; - user: number; date: number; title: number; + createdAt: number; patientId: number; patient: number; startTime: number; @@ -196,63 +194,63 @@ export declare const AppointmentAggregateResultSchema: z.ZodObject<{ notes: number; procedureCodeNotes: number; eligibilityStatus: number; + user: number; staff: number; procedures: number; + userId: number; staffId: number; claims: number; } | undefined; _min?: { type: string | null; status: string | null; - createdAt: Date | null; id: number | null; - userId: number | null; date: Date | null; title: string | null; + createdAt: Date | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; + userId: number | null; staffId: number | null; } | null | undefined; _max?: { type: string | null; status: string | null; - createdAt: Date | null; id: number | null; - userId: number | null; date: Date | null; title: string | null; + createdAt: Date | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; + userId: number | null; staffId: number | null; } | null | undefined; _avg?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; } | null | undefined; _sum?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; } | null | undefined; }, { _count?: { type: number; status: number; - createdAt: number; id: number; - userId: number; - user: number; date: number; title: number; + createdAt: number; patientId: number; patient: number; startTime: number; @@ -260,51 +258,53 @@ export declare const AppointmentAggregateResultSchema: z.ZodObject<{ notes: number; procedureCodeNotes: number; eligibilityStatus: number; + user: number; staff: number; procedures: number; + userId: number; staffId: number; claims: number; } | undefined; _min?: { type: string | null; status: string | null; - createdAt: Date | null; id: number | null; - userId: number | null; date: Date | null; title: string | null; + createdAt: Date | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; + userId: number | null; staffId: number | null; } | null | undefined; _max?: { type: string | null; status: string | null; - createdAt: Date | null; id: number | null; - userId: number | null; date: Date | null; title: string | null; + createdAt: Date | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; + userId: number | null; staffId: number | null; } | null | undefined; _avg?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; } | null | undefined; _sum?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; } | null | undefined; }>; diff --git a/packages/db/shared/schemas/results/AppointmentAggregateResult.schema.ts b/packages/db/shared/schemas/results/AppointmentAggregateResult.schema.ts index 39032ef5..4e7c00cc 100644 --- a/packages/db/shared/schemas/results/AppointmentAggregateResult.schema.ts +++ b/packages/db/shared/schemas/results/AppointmentAggregateResult.schema.ts @@ -18,7 +18,8 @@ export const AppointmentAggregateResultSchema = z.object({ _count: z.object({ user: z.number(), staff: z.number(), procedures: z.number(), - claims: z.number() + claims: z.number(), + files: z.number() }).optional(), _sum: z.object({ id: z.number().nullable(), diff --git a/packages/db/shared/schemas/results/AppointmentCreateResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentCreateResult.schema.d.ts index 62972e70..12089b34 100644 --- a/packages/db/shared/schemas/results/AppointmentCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentCreateResult.schema.d.ts @@ -22,42 +22,42 @@ export declare const AppointmentCreateResultSchema: z.ZodObject<{ }, "strip", z.ZodTypeAny, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; notes?: string | undefined; procedureCodeNotes?: string | undefined; eligibilityStatus?: unknown; + user?: unknown; staff?: unknown; }, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; notes?: string | undefined; procedureCodeNotes?: string | undefined; eligibilityStatus?: unknown; + user?: unknown; staff?: unknown; }>; //# sourceMappingURL=AppointmentCreateResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentCreateResult.schema.ts b/packages/db/shared/schemas/results/AppointmentCreateResult.schema.ts index c7861be2..b3bb2ef0 100644 --- a/packages/db/shared/schemas/results/AppointmentCreateResult.schema.ts +++ b/packages/db/shared/schemas/results/AppointmentCreateResult.schema.ts @@ -18,5 +18,6 @@ export const AppointmentCreateResultSchema = z.object({ user: z.unknown(), staff: z.unknown().optional(), procedures: z.array(z.unknown()), - claims: z.array(z.unknown()) + claims: z.array(z.unknown()), + files: z.array(z.unknown()) }); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentDeleteResult.schema.d.ts index ddebb207..58a5b96d 100644 --- a/packages/db/shared/schemas/results/AppointmentDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentDeleteResult.schema.d.ts @@ -22,42 +22,42 @@ export declare const AppointmentDeleteResultSchema: z.ZodNullable>; //# sourceMappingURL=AppointmentDeleteResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentDeleteResult.schema.ts b/packages/db/shared/schemas/results/AppointmentDeleteResult.schema.ts index 3fa5ded8..0f87957b 100644 --- a/packages/db/shared/schemas/results/AppointmentDeleteResult.schema.ts +++ b/packages/db/shared/schemas/results/AppointmentDeleteResult.schema.ts @@ -18,5 +18,6 @@ export const AppointmentDeleteResultSchema = z.nullable(z.object({ user: z.unknown(), staff: z.unknown().optional(), procedures: z.array(z.unknown()), - claims: z.array(z.unknown()) + claims: z.array(z.unknown()), + files: z.array(z.unknown()) })); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileAggregateResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileAggregateResult.schema.ts new file mode 100644 index 00000000..748824ca --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileAggregateResult.schema.ts @@ -0,0 +1,31 @@ +import * as z from 'zod'; +export const AppointmentFileAggregateResultSchema = z.object({ _count: z.object({ + id: z.number(), + appointmentId: z.number(), + filename: z.number(), + mimeType: z.number(), + filePath: z.number(), + appointment: z.number() + }).optional(), + _sum: z.object({ + id: z.number().nullable(), + appointmentId: z.number().nullable() + }).nullable().optional(), + _avg: z.object({ + id: z.number().nullable(), + appointmentId: z.number().nullable() + }).nullable().optional(), + _min: z.object({ + id: z.number().int().nullable(), + appointmentId: z.number().int().nullable(), + filename: z.string().nullable(), + mimeType: z.string().nullable(), + filePath: z.string().nullable() + }).nullable().optional(), + _max: z.object({ + id: z.number().int().nullable(), + appointmentId: z.number().int().nullable(), + filename: z.string().nullable(), + mimeType: z.string().nullable(), + filePath: z.string().nullable() + }).nullable().optional()}); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileCountResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileCountResult.schema.ts new file mode 100644 index 00000000..f509a49c --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileCountResult.schema.ts @@ -0,0 +1,2 @@ +import * as z from 'zod'; +export const AppointmentFileCountResultSchema = z.number(); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileCreateManyResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileCreateManyResult.schema.ts new file mode 100644 index 00000000..a2b3e900 --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileCreateManyResult.schema.ts @@ -0,0 +1,4 @@ +import * as z from 'zod'; +export const AppointmentFileCreateManyResultSchema = z.object({ + count: z.number() +}); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileCreateResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileCreateResult.schema.ts new file mode 100644 index 00000000..30a65229 --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileCreateResult.schema.ts @@ -0,0 +1,9 @@ +import * as z from 'zod'; +export const AppointmentFileCreateResultSchema = z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().optional(), + filePath: z.string().optional(), + appointment: z.unknown() +}); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileDeleteManyResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileDeleteManyResult.schema.ts new file mode 100644 index 00000000..9687c481 --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileDeleteManyResult.schema.ts @@ -0,0 +1,4 @@ +import * as z from 'zod'; +export const AppointmentFileDeleteManyResultSchema = z.object({ + count: z.number() +}); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileDeleteResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileDeleteResult.schema.ts new file mode 100644 index 00000000..4111c01c --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileDeleteResult.schema.ts @@ -0,0 +1,9 @@ +import * as z from 'zod'; +export const AppointmentFileDeleteResultSchema = z.nullable(z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().optional(), + filePath: z.string().optional(), + appointment: z.unknown() +})); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileFindFirstResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileFindFirstResult.schema.ts new file mode 100644 index 00000000..e23cae8f --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileFindFirstResult.schema.ts @@ -0,0 +1,9 @@ +import * as z from 'zod'; +export const AppointmentFileFindFirstResultSchema = z.nullable(z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().optional(), + filePath: z.string().optional(), + appointment: z.unknown() +})); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileFindManyResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileFindManyResult.schema.ts new file mode 100644 index 00000000..28d23f7f --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileFindManyResult.schema.ts @@ -0,0 +1,19 @@ +import * as z from 'zod'; +export const AppointmentFileFindManyResultSchema = z.object({ + data: z.array(z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().optional(), + filePath: z.string().optional(), + appointment: z.unknown() +})), + pagination: z.object({ + page: z.number().int().min(1), + pageSize: z.number().int().min(1), + total: z.number().int().min(0), + totalPages: z.number().int().min(0), + hasNext: z.boolean(), + hasPrev: z.boolean() +}) +}); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileFindUniqueResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileFindUniqueResult.schema.ts new file mode 100644 index 00000000..39045d9d --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileFindUniqueResult.schema.ts @@ -0,0 +1,9 @@ +import * as z from 'zod'; +export const AppointmentFileFindUniqueResultSchema = z.nullable(z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().optional(), + filePath: z.string().optional(), + appointment: z.unknown() +})); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileGroupByResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileGroupByResult.schema.ts new file mode 100644 index 00000000..7f94679c --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileGroupByResult.schema.ts @@ -0,0 +1,38 @@ +import * as z from 'zod'; +export const AppointmentFileGroupByResultSchema = z.array(z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string(), + filePath: z.string(), + _count: z.object({ + id: z.number(), + appointmentId: z.number(), + filename: z.number(), + mimeType: z.number(), + filePath: z.number(), + appointment: z.number() + }).optional(), + _sum: z.object({ + id: z.number().nullable(), + appointmentId: z.number().nullable() + }).nullable().optional(), + _avg: z.object({ + id: z.number().nullable(), + appointmentId: z.number().nullable() + }).nullable().optional(), + _min: z.object({ + id: z.number().int().nullable(), + appointmentId: z.number().int().nullable(), + filename: z.string().nullable(), + mimeType: z.string().nullable(), + filePath: z.string().nullable() + }).nullable().optional(), + _max: z.object({ + id: z.number().int().nullable(), + appointmentId: z.number().int().nullable(), + filename: z.string().nullable(), + mimeType: z.string().nullable(), + filePath: z.string().nullable() + }).nullable().optional() +})); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileUpdateManyResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileUpdateManyResult.schema.ts new file mode 100644 index 00000000..703bb26a --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileUpdateManyResult.schema.ts @@ -0,0 +1,4 @@ +import * as z from 'zod'; +export const AppointmentFileUpdateManyResultSchema = z.object({ + count: z.number() +}); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileUpdateResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileUpdateResult.schema.ts new file mode 100644 index 00000000..3f96349a --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileUpdateResult.schema.ts @@ -0,0 +1,9 @@ +import * as z from 'zod'; +export const AppointmentFileUpdateResultSchema = z.nullable(z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().optional(), + filePath: z.string().optional(), + appointment: z.unknown() +})); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFileUpsertResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFileUpsertResult.schema.ts new file mode 100644 index 00000000..55b824f5 --- /dev/null +++ b/packages/db/shared/schemas/results/AppointmentFileUpsertResult.schema.ts @@ -0,0 +1,9 @@ +import * as z from 'zod'; +export const AppointmentFileUpsertResultSchema = z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().optional(), + filePath: z.string().optional(), + appointment: z.unknown() +}); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentFindFirstResult.schema.d.ts index ba4a94b3..391bdac7 100644 --- a/packages/db/shared/schemas/results/AppointmentFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentFindFirstResult.schema.d.ts @@ -22,42 +22,42 @@ export declare const AppointmentFindFirstResultSchema: z.ZodNullable>; //# sourceMappingURL=AppointmentFindFirstResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFindFirstResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFindFirstResult.schema.ts index 0d626032..c9eb6366 100644 --- a/packages/db/shared/schemas/results/AppointmentFindFirstResult.schema.ts +++ b/packages/db/shared/schemas/results/AppointmentFindFirstResult.schema.ts @@ -18,5 +18,6 @@ export const AppointmentFindFirstResultSchema = z.nullable(z.object({ user: z.unknown(), staff: z.unknown().optional(), procedures: z.array(z.unknown()), - claims: z.array(z.unknown()) + claims: z.array(z.unknown()), + files: z.array(z.unknown()) })); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentFindManyResult.schema.d.ts index 124c5d9f..04deff6b 100644 --- a/packages/db/shared/schemas/results/AppointmentFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentFindManyResult.schema.d.ts @@ -23,42 +23,42 @@ export declare const AppointmentFindManyResultSchema: z.ZodObject<{ }, "strip", z.ZodTypeAny, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; notes?: string | undefined; procedureCodeNotes?: string | undefined; eligibilityStatus?: unknown; + user?: unknown; staff?: unknown; }, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; notes?: string | undefined; procedureCodeNotes?: string | undefined; eligibilityStatus?: unknown; + user?: unknown; staff?: unknown; }>, "many">; pagination: z.ZodObject<{ @@ -87,22 +87,22 @@ export declare const AppointmentFindManyResultSchema: z.ZodObject<{ data: { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; notes?: string | undefined; procedureCodeNotes?: string | undefined; eligibilityStatus?: unknown; + user?: unknown; staff?: unknown; }[]; pagination: { @@ -117,22 +117,22 @@ export declare const AppointmentFindManyResultSchema: z.ZodObject<{ data: { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; notes?: string | undefined; procedureCodeNotes?: string | undefined; eligibilityStatus?: unknown; + user?: unknown; staff?: unknown; }[]; pagination: { diff --git a/packages/db/shared/schemas/results/AppointmentFindManyResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFindManyResult.schema.ts index 11159a6e..17afa2f1 100644 --- a/packages/db/shared/schemas/results/AppointmentFindManyResult.schema.ts +++ b/packages/db/shared/schemas/results/AppointmentFindManyResult.schema.ts @@ -19,7 +19,8 @@ export const AppointmentFindManyResultSchema = z.object({ user: z.unknown(), staff: z.unknown().optional(), procedures: z.array(z.unknown()), - claims: z.array(z.unknown()) + claims: z.array(z.unknown()), + files: z.array(z.unknown()) })), pagination: z.object({ page: z.number().int().min(1), diff --git a/packages/db/shared/schemas/results/AppointmentFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentFindUniqueResult.schema.d.ts index cf466e87..090b8601 100644 --- a/packages/db/shared/schemas/results/AppointmentFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentFindUniqueResult.schema.d.ts @@ -22,42 +22,42 @@ export declare const AppointmentFindUniqueResultSchema: z.ZodNullable>; //# sourceMappingURL=AppointmentFindUniqueResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentFindUniqueResult.schema.ts b/packages/db/shared/schemas/results/AppointmentFindUniqueResult.schema.ts index bc73b66a..f5726b34 100644 --- a/packages/db/shared/schemas/results/AppointmentFindUniqueResult.schema.ts +++ b/packages/db/shared/schemas/results/AppointmentFindUniqueResult.schema.ts @@ -18,5 +18,6 @@ export const AppointmentFindUniqueResultSchema = z.nullable(z.object({ user: z.unknown(), staff: z.unknown().optional(), procedures: z.array(z.unknown()), - claims: z.array(z.unknown()) + claims: z.array(z.unknown()), + files: z.array(z.unknown()) })); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentGroupByResult.schema.d.ts index db62f413..f4083104 100644 --- a/packages/db/shared/schemas/results/AppointmentGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentGroupByResult.schema.d.ts @@ -36,12 +36,10 @@ export declare const AppointmentGroupByResultSchema: z.ZodArray>; @@ -81,13 +81,13 @@ export declare const AppointmentGroupByResultSchema: z.ZodArray; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; }>>>; _avg: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; staffId: number | null; }>>>; _min: z.ZodOptional>>; _max: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; notes: string; procedureCodeNotes: string; + userId: number; staffId: number; _count?: { type: number; status: number; - createdAt: number; id: number; - userId: number; - user: number; date: number; title: number; + createdAt: number; patientId: number; patient: number; startTime: number; @@ -222,76 +220,76 @@ export declare const AppointmentGroupByResultSchema: z.ZodArray, "many">; diff --git a/packages/db/shared/schemas/results/AppointmentGroupByResult.schema.ts b/packages/db/shared/schemas/results/AppointmentGroupByResult.schema.ts index 1d8cd63c..551ee918 100644 --- a/packages/db/shared/schemas/results/AppointmentGroupByResult.schema.ts +++ b/packages/db/shared/schemas/results/AppointmentGroupByResult.schema.ts @@ -32,7 +32,8 @@ export const AppointmentGroupByResultSchema = z.array(z.object({ user: z.number(), staff: z.number(), procedures: z.number(), - claims: z.number() + claims: z.number(), + files: z.number() }).optional(), _sum: z.object({ id: z.number().nullable(), diff --git a/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.d.ts index 5c9a29b8..16cf9d70 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.d.ts @@ -4,6 +4,7 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ id: z.ZodNumber; appointmentId: z.ZodNumber; patientId: z.ZodNumber; + npiProviderId: z.ZodNumber; procedureCode: z.ZodNumber; procedureLabel: z.ZodNumber; fee: z.ZodNumber; @@ -16,11 +17,13 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ createdAt: z.ZodNumber; appointment: z.ZodNumber; patient: z.ZodNumber; + npiProvider: z.ZodNumber; }, "strip", z.ZodTypeAny, { - createdAt: number; id: number; + createdAt: number; patientId: number; patient: number; + npiProviderId: number; procedureCode: number; procedureLabel: number; fee: number; @@ -32,11 +35,13 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ comboKey: number; appointmentId: number; appointment: number; + npiProvider: number; }, { - createdAt: number; id: number; + createdAt: number; patientId: number; patient: number; + npiProviderId: number; procedureCode: number; procedureLabel: number; fee: number; @@ -48,20 +53,24 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ comboKey: number; appointmentId: number; appointment: number; + npiProvider: number; }>>; _sum: z.ZodOptional; appointmentId: z.ZodNullable; patientId: z.ZodNullable; + npiProviderId: z.ZodNullable; fee: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; }, { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; }>>>; @@ -69,15 +78,18 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ id: z.ZodNullable; appointmentId: z.ZodNullable; patientId: z.ZodNullable; + npiProviderId: z.ZodNullable; fee: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; }, { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; }>>>; @@ -85,6 +97,7 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ id: z.ZodNullable; appointmentId: z.ZodNullable; patientId: z.ZodNullable; + npiProviderId: z.ZodNullable; procedureCode: z.ZodNullable; procedureLabel: z.ZodNullable; fee: z.ZodNullable; @@ -95,9 +108,10 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ comboKey: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; procedureCode: string | null; procedureLabel: string | null; fee: number | null; @@ -108,9 +122,10 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ comboKey: string | null; appointmentId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; procedureCode: string | null; procedureLabel: string | null; fee: number | null; @@ -125,6 +140,7 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ id: z.ZodNullable; appointmentId: z.ZodNullable; patientId: z.ZodNullable; + npiProviderId: z.ZodNullable; procedureCode: z.ZodNullable; procedureLabel: z.ZodNullable; fee: z.ZodNullable; @@ -135,9 +151,10 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ comboKey: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; procedureCode: string | null; procedureLabel: string | null; fee: number | null; @@ -148,9 +165,10 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ comboKey: string | null; appointmentId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; procedureCode: string | null; procedureLabel: string | null; fee: number | null; @@ -163,10 +181,11 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ }>>>; }, "strip", z.ZodTypeAny, { _count?: { - createdAt: number; id: number; + createdAt: number; patientId: number; patient: number; + npiProviderId: number; procedureCode: number; procedureLabel: number; fee: number; @@ -178,11 +197,13 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ comboKey: number; appointmentId: number; appointment: number; + npiProvider: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; procedureCode: string | null; procedureLabel: string | null; fee: number | null; @@ -194,9 +215,10 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ appointmentId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; procedureCode: string | null; procedureLabel: string | null; fee: number | null; @@ -210,21 +232,24 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ _avg?: { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; } | null | undefined; _sum?: { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; } | null | undefined; }, { _count?: { - createdAt: number; id: number; + createdAt: number; patientId: number; patient: number; + npiProviderId: number; procedureCode: number; procedureLabel: number; fee: number; @@ -236,11 +261,13 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ comboKey: number; appointmentId: number; appointment: number; + npiProvider: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; procedureCode: string | null; procedureLabel: string | null; fee: number | null; @@ -252,9 +279,10 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ appointmentId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; procedureCode: string | null; procedureLabel: string | null; fee: number | null; @@ -268,12 +296,14 @@ export declare const AppointmentProcedureAggregateResultSchema: z.ZodObject<{ _avg?: { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; } | null | undefined; _sum?: { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; } | null | undefined; diff --git a/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.d.ts.map b/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.d.ts.map index 129d6d2b..3199861f 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedureAggregateResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureAggregateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwD1B,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedureAggregateResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureAggregateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8D1B,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.js b/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.js index 15d8e0cf..f5e75008 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.js +++ b/packages/db/shared/schemas/results/AppointmentProcedureAggregateResult.schema.js @@ -39,6 +39,7 @@ exports.AppointmentProcedureAggregateResultSchema = z.object({ _count: z.object( id: z.number(), appointmentId: z.number(), patientId: z.number(), + npiProviderId: z.number(), procedureCode: z.number(), procedureLabel: z.number(), fee: z.number(), @@ -50,24 +51,28 @@ exports.AppointmentProcedureAggregateResultSchema = z.object({ _count: z.object( comboKey: z.number(), createdAt: z.number(), appointment: z.number(), - patient: z.number() + patient: z.number(), + npiProvider: z.number() }).optional(), _sum: z.object({ id: z.number().nullable(), appointmentId: z.number().nullable(), patientId: z.number().nullable(), + npiProviderId: z.number().nullable(), fee: z.number().nullable() }).nullable().optional(), _avg: z.object({ id: z.number().nullable(), appointmentId: z.number().nullable(), patientId: z.number().nullable(), + npiProviderId: z.number().nullable(), fee: z.number().nullable() }).nullable().optional(), _min: z.object({ id: z.number().int().nullable(), appointmentId: z.number().int().nullable(), patientId: z.number().int().nullable(), + npiProviderId: z.number().int().nullable(), procedureCode: z.string().nullable(), procedureLabel: z.string().nullable(), fee: z.number().nullable(), @@ -82,6 +87,7 @@ exports.AppointmentProcedureAggregateResultSchema = z.object({ _count: z.object( id: z.number().int().nullable(), appointmentId: z.number().int().nullable(), patientId: z.number().int().nullable(), + npiProviderId: z.number().int().nullable(), procedureCode: z.string().nullable(), procedureLabel: z.string().nullable(), fee: z.number().nullable(), diff --git a/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.d.ts index 4e2b9856..7adbe627 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.d.ts @@ -3,6 +3,7 @@ export declare const AppointmentProcedureCreateResultSchema: z.ZodObject<{ id: z.ZodNumber; appointmentId: z.ZodNumber; patientId: z.ZodNumber; + npiProviderId: z.ZodOptional; procedureCode: z.ZodString; procedureLabel: z.ZodOptional; fee: z.ZodOptional; @@ -15,13 +16,15 @@ export declare const AppointmentProcedureCreateResultSchema: z.ZodObject<{ createdAt: z.ZodDate; appointment: z.ZodUnknown; patient: z.ZodUnknown; + npiProvider: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -31,13 +34,15 @@ export declare const AppointmentProcedureCreateResultSchema: z.ZodObject<{ source?: unknown; comboKey?: string | undefined; appointment?: unknown; + npiProvider?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -47,5 +52,6 @@ export declare const AppointmentProcedureCreateResultSchema: z.ZodObject<{ source?: unknown; comboKey?: string | undefined; appointment?: unknown; + npiProvider?: unknown; }>; //# sourceMappingURL=AppointmentProcedureCreateResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.d.ts.map b/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.d.ts.map index 8e2893a3..00418931 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedureCreateResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureCreateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBjD,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedureCreateResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureCreateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBjD,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.js b/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.js index 93714077..b0fee9bc 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.js +++ b/packages/db/shared/schemas/results/AppointmentProcedureCreateResult.schema.js @@ -39,6 +39,7 @@ exports.AppointmentProcedureCreateResultSchema = z.object({ id: z.number().int(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().optional(), procedureCode: z.string(), procedureLabel: z.string().optional(), fee: z.number().optional(), @@ -50,5 +51,6 @@ exports.AppointmentProcedureCreateResultSchema = z.object({ comboKey: z.string().optional(), createdAt: z.date(), appointment: z.unknown(), - patient: z.unknown() + patient: z.unknown(), + npiProvider: z.unknown().optional() }); diff --git a/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.d.ts index a2daecf7..8c76cf63 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.d.ts @@ -3,6 +3,7 @@ export declare const AppointmentProcedureDeleteResultSchema: z.ZodNullable; procedureCode: z.ZodString; procedureLabel: z.ZodOptional; fee: z.ZodOptional; @@ -15,13 +16,15 @@ export declare const AppointmentProcedureDeleteResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -31,13 +34,15 @@ export declare const AppointmentProcedureDeleteResultSchema: z.ZodNullable>; //# sourceMappingURL=AppointmentProcedureDeleteResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.d.ts.map b/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.d.ts.map index 6ad164b7..478a881b 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedureDeleteResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureDeleteResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBhD,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedureDeleteResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureDeleteResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkBhD,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.js b/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.js index d6d33a43..bd0b12a7 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.js +++ b/packages/db/shared/schemas/results/AppointmentProcedureDeleteResult.schema.js @@ -39,6 +39,7 @@ exports.AppointmentProcedureDeleteResultSchema = z.nullable(z.object({ id: z.number().int(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().optional(), procedureCode: z.string(), procedureLabel: z.string().optional(), fee: z.number().optional(), @@ -50,5 +51,6 @@ exports.AppointmentProcedureDeleteResultSchema = z.nullable(z.object({ comboKey: z.string().optional(), createdAt: z.date(), appointment: z.unknown(), - patient: z.unknown() + patient: z.unknown(), + npiProvider: z.unknown().optional() })); diff --git a/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.d.ts index 55baf9a7..3cdb9458 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.d.ts @@ -3,6 +3,7 @@ export declare const AppointmentProcedureFindFirstResultSchema: z.ZodNullable; procedureCode: z.ZodString; procedureLabel: z.ZodOptional; fee: z.ZodOptional; @@ -15,13 +16,15 @@ export declare const AppointmentProcedureFindFirstResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -31,13 +34,15 @@ export declare const AppointmentProcedureFindFirstResultSchema: z.ZodNullable>; //# sourceMappingURL=AppointmentProcedureFindFirstResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.d.ts.map b/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.d.ts.map index b9ffffd8..86068527 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedureFindFirstResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureFindFirstResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBnD,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedureFindFirstResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureFindFirstResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkBnD,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.js b/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.js index f8f9490f..a96b848c 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.js +++ b/packages/db/shared/schemas/results/AppointmentProcedureFindFirstResult.schema.js @@ -39,6 +39,7 @@ exports.AppointmentProcedureFindFirstResultSchema = z.nullable(z.object({ id: z.number().int(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().optional(), procedureCode: z.string(), procedureLabel: z.string().optional(), fee: z.number().optional(), @@ -50,5 +51,6 @@ exports.AppointmentProcedureFindFirstResultSchema = z.nullable(z.object({ comboKey: z.string().optional(), createdAt: z.date(), appointment: z.unknown(), - patient: z.unknown() + patient: z.unknown(), + npiProvider: z.unknown().optional() })); diff --git a/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.d.ts index b90b9152..676d272d 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.d.ts @@ -4,6 +4,7 @@ export declare const AppointmentProcedureFindManyResultSchema: z.ZodObject<{ id: z.ZodNumber; appointmentId: z.ZodNumber; patientId: z.ZodNumber; + npiProviderId: z.ZodOptional; procedureCode: z.ZodString; procedureLabel: z.ZodOptional; fee: z.ZodOptional; @@ -16,13 +17,15 @@ export declare const AppointmentProcedureFindManyResultSchema: z.ZodObject<{ createdAt: z.ZodDate; appointment: z.ZodUnknown; patient: z.ZodUnknown; + npiProvider: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -32,13 +35,15 @@ export declare const AppointmentProcedureFindManyResultSchema: z.ZodObject<{ source?: unknown; comboKey?: string | undefined; appointment?: unknown; + npiProvider?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -48,6 +53,7 @@ export declare const AppointmentProcedureFindManyResultSchema: z.ZodObject<{ source?: unknown; comboKey?: string | undefined; appointment?: unknown; + npiProvider?: unknown; }>, "many">; pagination: z.ZodObject<{ page: z.ZodNumber; @@ -73,12 +79,13 @@ export declare const AppointmentProcedureFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -88,6 +95,7 @@ export declare const AppointmentProcedureFindManyResultSchema: z.ZodObject<{ source?: unknown; comboKey?: string | undefined; appointment?: unknown; + npiProvider?: unknown; }[]; pagination: { page: number; @@ -99,12 +107,13 @@ export declare const AppointmentProcedureFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -114,6 +123,7 @@ export declare const AppointmentProcedureFindManyResultSchema: z.ZodObject<{ source?: unknown; comboKey?: string | undefined; appointment?: unknown; + npiProvider?: unknown; }[]; pagination: { page: number; diff --git a/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.d.ts.map b/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.d.ts.map index befe9164..93cbea06 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedureFindManyResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureFindManyResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0BnD,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedureFindManyResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureFindManyResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BnD,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.js b/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.js index c01ab2b5..9a2b382c 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.js +++ b/packages/db/shared/schemas/results/AppointmentProcedureFindManyResult.schema.js @@ -40,6 +40,7 @@ exports.AppointmentProcedureFindManyResultSchema = z.object({ id: z.number().int(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().optional(), procedureCode: z.string(), procedureLabel: z.string().optional(), fee: z.number().optional(), @@ -51,7 +52,8 @@ exports.AppointmentProcedureFindManyResultSchema = z.object({ comboKey: z.string().optional(), createdAt: z.date(), appointment: z.unknown(), - patient: z.unknown() + patient: z.unknown(), + npiProvider: z.unknown().optional() })), pagination: z.object({ page: z.number().int().min(1), diff --git a/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.d.ts index c4032612..4975481d 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.d.ts @@ -3,6 +3,7 @@ export declare const AppointmentProcedureFindUniqueResultSchema: z.ZodNullable; procedureCode: z.ZodString; procedureLabel: z.ZodOptional; fee: z.ZodOptional; @@ -15,13 +16,15 @@ export declare const AppointmentProcedureFindUniqueResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -31,13 +34,15 @@ export declare const AppointmentProcedureFindUniqueResultSchema: z.ZodNullable>; //# sourceMappingURL=AppointmentProcedureFindUniqueResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.d.ts.map b/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.d.ts.map index 57a13a0a..48621fe9 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedureFindUniqueResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureFindUniqueResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBpD,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedureFindUniqueResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureFindUniqueResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkBpD,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.js b/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.js index 32a7d67f..b1261a2f 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.js +++ b/packages/db/shared/schemas/results/AppointmentProcedureFindUniqueResult.schema.js @@ -39,6 +39,7 @@ exports.AppointmentProcedureFindUniqueResultSchema = z.nullable(z.object({ id: z.number().int(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().optional(), procedureCode: z.string(), procedureLabel: z.string().optional(), fee: z.number().optional(), @@ -50,5 +51,6 @@ exports.AppointmentProcedureFindUniqueResultSchema = z.nullable(z.object({ comboKey: z.string().optional(), createdAt: z.date(), appointment: z.unknown(), - patient: z.unknown() + patient: z.unknown(), + npiProvider: z.unknown().optional() })); diff --git a/packages/db/shared/schemas/results/AppointmentProcedureGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentProcedureGroupByResult.schema.d.ts index 31cca917..2ad376cd 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentProcedureGroupByResult.schema.d.ts @@ -3,6 +3,7 @@ export declare const AppointmentProcedureGroupByResultSchema: z.ZodArray>; _sum: z.ZodOptional; appointmentId: z.ZodNullable; patientId: z.ZodNullable; + npiProviderId: z.ZodNullable; fee: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; }, { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; }>>>; @@ -81,15 +91,18 @@ export declare const AppointmentProcedureGroupByResultSchema: z.ZodArray; appointmentId: z.ZodNullable; patientId: z.ZodNullable; + npiProviderId: z.ZodNullable; fee: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; }, { id: number | null; patientId: number | null; + npiProviderId: number | null; fee: number | null; appointmentId: number | null; }>>>; @@ -97,6 +110,7 @@ export declare const AppointmentProcedureGroupByResultSchema: z.ZodArray; appointmentId: z.ZodNullable; patientId: z.ZodNullable; + npiProviderId: z.ZodNullable; procedureCode: z.ZodNullable; procedureLabel: z.ZodNullable; fee: z.ZodNullable; @@ -107,9 +121,10 @@ export declare const AppointmentProcedureGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; procedureCode: string | null; procedureLabel: string | null; fee: number | null; @@ -120,9 +135,10 @@ export declare const AppointmentProcedureGroupByResultSchema: z.ZodArray; appointmentId: z.ZodNullable; patientId: z.ZodNullable; + npiProviderId: z.ZodNullable; procedureCode: z.ZodNullable; procedureLabel: z.ZodNullable; fee: z.ZodNullable; @@ -147,9 +164,10 @@ export declare const AppointmentProcedureGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; procedureCode: string | null; procedureLabel: string | null; fee: number | null; @@ -160,9 +178,10 @@ export declare const AppointmentProcedureGroupByResultSchema: z.ZodArray>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; + npiProviderId: number; procedureCode: string; procedureLabel: string; fee: number; @@ -187,10 +207,11 @@ export declare const AppointmentProcedureGroupByResultSchema: z.ZodArray; procedureCode: z.ZodString; procedureLabel: z.ZodOptional; fee: z.ZodOptional; @@ -15,13 +16,15 @@ export declare const AppointmentProcedureUpdateResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -31,13 +34,15 @@ export declare const AppointmentProcedureUpdateResultSchema: z.ZodNullable>; //# sourceMappingURL=AppointmentProcedureUpdateResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureUpdateResult.schema.d.ts.map b/packages/db/shared/schemas/results/AppointmentProcedureUpdateResult.schema.d.ts.map index d3defefc..438cff77 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureUpdateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/AppointmentProcedureUpdateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedureUpdateResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUpdateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBhD,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedureUpdateResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUpdateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkBhD,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureUpdateResult.schema.js b/packages/db/shared/schemas/results/AppointmentProcedureUpdateResult.schema.js index 3265e29b..acba8e18 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureUpdateResult.schema.js +++ b/packages/db/shared/schemas/results/AppointmentProcedureUpdateResult.schema.js @@ -39,6 +39,7 @@ exports.AppointmentProcedureUpdateResultSchema = z.nullable(z.object({ id: z.number().int(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().optional(), procedureCode: z.string(), procedureLabel: z.string().optional(), fee: z.number().optional(), @@ -50,5 +51,6 @@ exports.AppointmentProcedureUpdateResultSchema = z.nullable(z.object({ comboKey: z.string().optional(), createdAt: z.date(), appointment: z.unknown(), - patient: z.unknown() + patient: z.unknown(), + npiProvider: z.unknown().optional() })); diff --git a/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.d.ts index ee9f1457..28f48e69 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.d.ts @@ -3,6 +3,7 @@ export declare const AppointmentProcedureUpsertResultSchema: z.ZodObject<{ id: z.ZodNumber; appointmentId: z.ZodNumber; patientId: z.ZodNumber; + npiProviderId: z.ZodOptional; procedureCode: z.ZodString; procedureLabel: z.ZodOptional; fee: z.ZodOptional; @@ -15,13 +16,15 @@ export declare const AppointmentProcedureUpsertResultSchema: z.ZodObject<{ createdAt: z.ZodDate; appointment: z.ZodUnknown; patient: z.ZodUnknown; + npiProvider: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -31,13 +34,15 @@ export declare const AppointmentProcedureUpsertResultSchema: z.ZodObject<{ source?: unknown; comboKey?: string | undefined; appointment?: unknown; + npiProvider?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; + npiProviderId?: number | undefined; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; @@ -47,5 +52,6 @@ export declare const AppointmentProcedureUpsertResultSchema: z.ZodObject<{ source?: unknown; comboKey?: string | undefined; appointment?: unknown; + npiProvider?: unknown; }>; //# sourceMappingURL=AppointmentProcedureUpsertResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.d.ts.map b/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.d.ts.map index 6428cbe2..d60ef746 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedureUpsertResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUpsertResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBjD,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedureUpsertResult.schema.d.ts","sourceRoot":"","sources":["AppointmentProcedureUpsertResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBjD,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.js b/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.js index c729986d..68775bea 100644 --- a/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.js +++ b/packages/db/shared/schemas/results/AppointmentProcedureUpsertResult.schema.js @@ -39,6 +39,7 @@ exports.AppointmentProcedureUpsertResultSchema = z.object({ id: z.number().int(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().optional(), procedureCode: z.string(), procedureLabel: z.string().optional(), fee: z.number().optional(), @@ -50,5 +51,6 @@ exports.AppointmentProcedureUpsertResultSchema = z.object({ comboKey: z.string().optional(), createdAt: z.date(), appointment: z.unknown(), - patient: z.unknown() + patient: z.unknown(), + npiProvider: z.unknown().optional() }); diff --git a/packages/db/shared/schemas/results/AppointmentUpdateResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentUpdateResult.schema.d.ts index b0dfeb75..f0328846 100644 --- a/packages/db/shared/schemas/results/AppointmentUpdateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentUpdateResult.schema.d.ts @@ -22,42 +22,42 @@ export declare const AppointmentUpdateResultSchema: z.ZodNullable>; //# sourceMappingURL=AppointmentUpdateResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentUpdateResult.schema.ts b/packages/db/shared/schemas/results/AppointmentUpdateResult.schema.ts index aaa44d3d..b3d23eed 100644 --- a/packages/db/shared/schemas/results/AppointmentUpdateResult.schema.ts +++ b/packages/db/shared/schemas/results/AppointmentUpdateResult.schema.ts @@ -18,5 +18,6 @@ export const AppointmentUpdateResultSchema = z.nullable(z.object({ user: z.unknown(), staff: z.unknown().optional(), procedures: z.array(z.unknown()), - claims: z.array(z.unknown()) + claims: z.array(z.unknown()), + files: z.array(z.unknown()) })); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/AppointmentUpsertResult.schema.d.ts index bbf328ee..d8b4f8fb 100644 --- a/packages/db/shared/schemas/results/AppointmentUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/AppointmentUpsertResult.schema.d.ts @@ -22,42 +22,42 @@ export declare const AppointmentUpsertResultSchema: z.ZodObject<{ }, "strip", z.ZodTypeAny, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; notes?: string | undefined; procedureCodeNotes?: string | undefined; eligibilityStatus?: unknown; + user?: unknown; staff?: unknown; }, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; notes?: string | undefined; procedureCodeNotes?: string | undefined; eligibilityStatus?: unknown; + user?: unknown; staff?: unknown; }>; //# sourceMappingURL=AppointmentUpsertResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/AppointmentUpsertResult.schema.ts b/packages/db/shared/schemas/results/AppointmentUpsertResult.schema.ts index 81746413..8fe4c105 100644 --- a/packages/db/shared/schemas/results/AppointmentUpsertResult.schema.ts +++ b/packages/db/shared/schemas/results/AppointmentUpsertResult.schema.ts @@ -18,5 +18,6 @@ export const AppointmentUpsertResultSchema = z.object({ user: z.unknown(), staff: z.unknown().optional(), procedures: z.array(z.unknown()), - claims: z.array(z.unknown()) + claims: z.array(z.unknown()), + files: z.array(z.unknown()) }); \ No newline at end of file diff --git a/packages/db/shared/schemas/results/BackupDestinationAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/BackupDestinationAggregateResult.schema.d.ts index 8741ccd6..6cfa6752 100644 --- a/packages/db/shared/schemas/results/BackupDestinationAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/BackupDestinationAggregateResult.schema.d.ts @@ -9,17 +9,17 @@ export declare const BackupDestinationAggregateResultSchema: z.ZodObject<{ user: z.ZodNumber; }, "strip", z.ZodTypeAny, { path: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; isActive: number; }, { path: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; isActive: number; }>>; _sum: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; _max: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; }, "strip", z.ZodTypeAny, { _count?: { path: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; isActive: number; } | undefined; _min?: { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _max?: { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _avg?: { @@ -106,22 +106,22 @@ export declare const BackupDestinationAggregateResultSchema: z.ZodObject<{ }, { _count?: { path: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; isActive: number; } | undefined; _min?: { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _max?: { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _avg?: { diff --git a/packages/db/shared/schemas/results/BackupDestinationCreateResult.schema.d.ts b/packages/db/shared/schemas/results/BackupDestinationCreateResult.schema.d.ts index 7f8b764a..4bd10c0c 100644 --- a/packages/db/shared/schemas/results/BackupDestinationCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/BackupDestinationCreateResult.schema.d.ts @@ -8,15 +8,15 @@ export declare const BackupDestinationCreateResultSchema: z.ZodObject<{ user: z.ZodUnknown; }, "strip", z.ZodTypeAny, { path: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; isActive: boolean; user?: unknown; }, { path: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; isActive: boolean; user?: unknown; diff --git a/packages/db/shared/schemas/results/BackupDestinationDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/BackupDestinationDeleteResult.schema.d.ts index 724832e6..a422fbf4 100644 --- a/packages/db/shared/schemas/results/BackupDestinationDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/BackupDestinationDeleteResult.schema.d.ts @@ -8,15 +8,15 @@ export declare const BackupDestinationDeleteResultSchema: z.ZodNullable>; _sum: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; _max: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; }, "strip", z.ZodTypeAny, { path: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; isActive: boolean; _count?: { path: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; isActive: number; } | undefined; _min?: { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _max?: { path: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _avg?: { @@ -115,28 +115,28 @@ export declare const BackupDestinationGroupByResultSchema: z.ZodArray; userId: z.ZodNullable; staffId: z.ZodNullable; + npiProviderId: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; }>>>; _avg: z.ZodOptional; userId: z.ZodNullable; staffId: z.ZodNullable; + npiProviderId: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; }>>>; _min: z.ZodOptional; updatedAt: z.ZodNullable; claimNumber: z.ZodNullable; + npiProviderId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; updatedAt: Date | null; patientName: string | null; @@ -145,11 +159,12 @@ export declare const ClaimAggregateResultSchema: z.ZodObject<{ insuranceProvider: string | null; claimNumber: string | null; }, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; updatedAt: Date | null; patientName: string | null; @@ -175,12 +190,14 @@ export declare const ClaimAggregateResultSchema: z.ZodObject<{ createdAt: z.ZodNullable; updatedAt: z.ZodNullable; claimNumber: z.ZodNullable; + npiProviderId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; updatedAt: Date | null; patientName: string | null; @@ -191,11 +208,12 @@ export declare const ClaimAggregateResultSchema: z.ZodObject<{ insuranceProvider: string | null; claimNumber: string | null; }, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; updatedAt: Date | null; patientName: string | null; @@ -209,15 +227,17 @@ export declare const ClaimAggregateResultSchema: z.ZodObject<{ }, "strip", z.ZodTypeAny, { _count?: { status: number; - createdAt: number; id: number; - userId: number; - user: number; + createdAt: number; patientId: number; patient: number; + npiProviderId: number; appointmentId: number; appointment: number; + npiProvider: number; + user: number; staff: number; + userId: number; staffId: number; payment: number; updatedAt: number; @@ -234,11 +254,12 @@ export declare const ClaimAggregateResultSchema: z.ZodObject<{ claimFiles: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; updatedAt: Date | null; patientName: string | null; @@ -250,11 +271,12 @@ export declare const ClaimAggregateResultSchema: z.ZodObject<{ claimNumber: string | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; updatedAt: Date | null; patientName: string | null; @@ -267,30 +289,34 @@ export declare const ClaimAggregateResultSchema: z.ZodObject<{ } | null | undefined; _avg?: { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; } | null | undefined; _sum?: { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; } | null | undefined; }, { _count?: { status: number; - createdAt: number; id: number; - userId: number; - user: number; + createdAt: number; patientId: number; patient: number; + npiProviderId: number; appointmentId: number; appointment: number; + npiProvider: number; + user: number; staff: number; + userId: number; staffId: number; payment: number; updatedAt: number; @@ -307,11 +333,12 @@ export declare const ClaimAggregateResultSchema: z.ZodObject<{ claimFiles: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; updatedAt: Date | null; patientName: string | null; @@ -323,11 +350,12 @@ export declare const ClaimAggregateResultSchema: z.ZodObject<{ claimNumber: string | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; updatedAt: Date | null; patientName: string | null; @@ -340,16 +368,18 @@ export declare const ClaimAggregateResultSchema: z.ZodObject<{ } | null | undefined; _avg?: { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; } | null | undefined; _sum?: { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; } | null | undefined; }>; diff --git a/packages/db/shared/schemas/results/ClaimAggregateResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimAggregateResult.schema.d.ts.map index 211480c9..43c5305e 100644 --- a/packages/db/shared/schemas/results/ClaimAggregateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimAggregateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimAggregateResult.schema.d.ts","sourceRoot":"","sources":["ClaimAggregateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuEX,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimAggregateResult.schema.d.ts","sourceRoot":"","sources":["ClaimAggregateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6EX,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimAggregateResult.schema.js b/packages/db/shared/schemas/results/ClaimAggregateResult.schema.js index 69da6996..6746e963 100644 --- a/packages/db/shared/schemas/results/ClaimAggregateResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimAggregateResult.schema.js @@ -53,10 +53,12 @@ exports.ClaimAggregateResultSchema = z.object({ _count: z.object({ updatedAt: z.number(), status: z.number(), claimNumber: z.number(), + npiProviderId: z.number(), patient: z.number(), appointment: z.number(), user: z.number(), staff: z.number(), + npiProvider: z.number(), serviceLines: z.number(), claimFiles: z.number(), payment: z.number() @@ -66,14 +68,16 @@ exports.ClaimAggregateResultSchema = z.object({ _count: z.object({ patientId: z.number().nullable(), appointmentId: z.number().nullable(), userId: z.number().nullable(), - staffId: z.number().nullable() + staffId: z.number().nullable(), + npiProviderId: z.number().nullable() }).nullable().optional(), _avg: z.object({ id: z.number().nullable(), patientId: z.number().nullable(), appointmentId: z.number().nullable(), userId: z.number().nullable(), - staffId: z.number().nullable() + staffId: z.number().nullable(), + npiProviderId: z.number().nullable() }).nullable().optional(), _min: z.object({ id: z.number().int().nullable(), @@ -89,7 +93,8 @@ exports.ClaimAggregateResultSchema = z.object({ _count: z.object({ insuranceProvider: z.string().nullable(), createdAt: z.date().nullable(), updatedAt: z.date().nullable(), - claimNumber: z.string().nullable() + claimNumber: z.string().nullable(), + npiProviderId: z.number().int().nullable() }).nullable().optional(), _max: z.object({ id: z.number().int().nullable(), @@ -105,5 +110,6 @@ exports.ClaimAggregateResultSchema = z.object({ _count: z.object({ insuranceProvider: z.string().nullable(), createdAt: z.date().nullable(), updatedAt: z.date().nullable(), - claimNumber: z.string().nullable() + claimNumber: z.string().nullable(), + npiProviderId: z.number().int().nullable() }).nullable().optional() }); diff --git a/packages/db/shared/schemas/results/ClaimCreateResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimCreateResult.schema.d.ts index 43b99e75..2c586976 100644 --- a/packages/db/shared/schemas/results/ClaimCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimCreateResult.schema.d.ts @@ -17,19 +17,21 @@ export declare const ClaimCreateResultSchema: z.ZodObject<{ updatedAt: z.ZodDate; status: z.ZodUnknown; claimNumber: z.ZodOptional; + npiProviderId: z.ZodOptional; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodOptional; staff: z.ZodOptional; + npiProvider: z.ZodOptional; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -41,20 +43,22 @@ export declare const ClaimCreateResultSchema: z.ZodObject<{ insuranceProvider: string; claimFiles: unknown[]; status?: unknown; - user?: unknown; patient?: unknown; + npiProviderId?: number | undefined; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeethStatus?: unknown; missingTeeth?: unknown; claimNumber?: string | undefined; }, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -66,9 +70,11 @@ export declare const ClaimCreateResultSchema: z.ZodObject<{ insuranceProvider: string; claimFiles: unknown[]; status?: unknown; - user?: unknown; patient?: unknown; + npiProviderId?: number | undefined; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeethStatus?: unknown; diff --git a/packages/db/shared/schemas/results/ClaimCreateResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimCreateResult.schema.d.ts.map index ed0bc96a..bf63f89b 100644 --- a/packages/db/shared/schemas/results/ClaimCreateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimCreateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimCreateResult.schema.d.ts","sourceRoot":"","sources":["ClaimCreateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBlC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimCreateResult.schema.d.ts","sourceRoot":"","sources":["ClaimCreateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BlC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimCreateResult.schema.js b/packages/db/shared/schemas/results/ClaimCreateResult.schema.js index 4e953c90..a40c8273 100644 --- a/packages/db/shared/schemas/results/ClaimCreateResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimCreateResult.schema.js @@ -53,10 +53,12 @@ exports.ClaimCreateResultSchema = z.object({ updatedAt: z.date(), status: z.unknown(), claimNumber: z.string().optional(), + npiProviderId: z.number().int().optional(), patient: z.unknown(), appointment: z.unknown(), user: z.unknown().optional(), staff: z.unknown().optional(), + npiProvider: z.unknown().optional(), serviceLines: z.array(z.unknown()), claimFiles: z.array(z.unknown()), payment: z.unknown().optional() diff --git a/packages/db/shared/schemas/results/ClaimDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimDeleteResult.schema.d.ts index 19b79bb7..f69cff6a 100644 --- a/packages/db/shared/schemas/results/ClaimDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimDeleteResult.schema.d.ts @@ -17,19 +17,21 @@ export declare const ClaimDeleteResultSchema: z.ZodNullable; + npiProviderId: z.ZodOptional; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodOptional; staff: z.ZodOptional; + npiProvider: z.ZodOptional; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -41,20 +43,22 @@ export declare const ClaimDeleteResultSchema: z.ZodNullable>; @@ -44,15 +47,18 @@ export declare const ClaimFileAggregateResultSchema: z.ZodObject<{ claimId: z.ZodNullable; filename: z.ZodNullable; mimeType: z.ZodNullable; + filePath: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; }, { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; }>>>; _max: z.ZodOptional; filename: z.ZodNullable; mimeType: z.ZodNullable; + filePath: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; }, { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; }>>>; }, "strip", z.ZodTypeAny, { _count?: { - id: number; filename: number; + id: number; mimeType: number; + filePath: number; claimId: number; claim: number; } | undefined; _min?: { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; } | null | undefined; _max?: { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; } | null | undefined; _avg?: { @@ -101,22 +113,25 @@ export declare const ClaimFileAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { - id: number; filename: number; + id: number; mimeType: number; + filePath: number; claimId: number; claim: number; } | undefined; _min?: { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; } | null | undefined; _max?: { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; } | null | undefined; _avg?: { diff --git a/packages/db/shared/schemas/results/ClaimFileAggregateResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimFileAggregateResult.schema.d.ts.map index 7622d2fe..6f84fb9f 100644 --- a/packages/db/shared/schemas/results/ClaimFileAggregateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimFileAggregateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFileAggregateResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileAggregateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0Bf,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFileAggregateResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileAggregateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6Bf,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileAggregateResult.schema.js b/packages/db/shared/schemas/results/ClaimFileAggregateResult.schema.js index 7d07a046..9535b312 100644 --- a/packages/db/shared/schemas/results/ClaimFileAggregateResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimFileAggregateResult.schema.js @@ -40,6 +40,7 @@ exports.ClaimFileAggregateResultSchema = z.object({ _count: z.object({ claimId: z.number(), filename: z.number(), mimeType: z.number(), + filePath: z.number(), claim: z.number() }).optional(), _sum: z.object({ @@ -54,11 +55,13 @@ exports.ClaimFileAggregateResultSchema = z.object({ _count: z.object({ id: z.number().int().nullable(), claimId: z.number().int().nullable(), filename: z.string().nullable(), - mimeType: z.string().nullable() + mimeType: z.string().nullable(), + filePath: z.string().nullable() }).nullable().optional(), _max: z.object({ id: z.number().int().nullable(), claimId: z.number().int().nullable(), filename: z.string().nullable(), - mimeType: z.string().nullable() + mimeType: z.string().nullable(), + filePath: z.string().nullable() }).nullable().optional() }); diff --git a/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.d.ts index 363478c5..72bb817c 100644 --- a/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.d.ts @@ -4,18 +4,21 @@ export declare const ClaimFileCreateResultSchema: z.ZodObject<{ claimId: z.ZodNumber; filename: z.ZodString; mimeType: z.ZodString; + filePath: z.ZodOptional; claim: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }>; //# sourceMappingURL=ClaimFileCreateResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.d.ts.map index 7ecf02eb..1b7d1623 100644 --- a/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFileCreateResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileCreateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;EAMtC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFileCreateResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileCreateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;EAOtC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.js b/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.js index 231988f0..ba3a244b 100644 --- a/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimFileCreateResult.schema.js @@ -40,5 +40,6 @@ exports.ClaimFileCreateResultSchema = z.object({ claimId: z.number().int(), filename: z.string(), mimeType: z.string(), + filePath: z.string().optional(), claim: z.unknown() }); diff --git a/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.d.ts index 9e41679b..23a11d5a 100644 --- a/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.d.ts @@ -4,18 +4,21 @@ export declare const ClaimFileDeleteResultSchema: z.ZodNullable; claim: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }>>; //# sourceMappingURL=ClaimFileDeleteResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.d.ts.map index 5828aece..a54db577 100644 --- a/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFileDeleteResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileDeleteResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;GAMrC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFileDeleteResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileDeleteResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;GAOrC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.js b/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.js index ba73f2db..57644aa5 100644 --- a/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimFileDeleteResult.schema.js @@ -40,5 +40,6 @@ exports.ClaimFileDeleteResultSchema = z.nullable(z.object({ claimId: z.number().int(), filename: z.string(), mimeType: z.string(), + filePath: z.string().optional(), claim: z.unknown() })); diff --git a/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.d.ts index 461dc60c..47b6ddc7 100644 --- a/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.d.ts @@ -4,18 +4,21 @@ export declare const ClaimFileFindFirstResultSchema: z.ZodNullable; claim: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }>>; //# sourceMappingURL=ClaimFileFindFirstResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.d.ts.map index 5ca98c7a..6c5ed178 100644 --- a/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFileFindFirstResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileFindFirstResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;GAMxC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFileFindFirstResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileFindFirstResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;GAOxC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.js b/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.js index 57872b0b..5ed523e7 100644 --- a/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimFileFindFirstResult.schema.js @@ -40,5 +40,6 @@ exports.ClaimFileFindFirstResultSchema = z.nullable(z.object({ claimId: z.number().int(), filename: z.string(), mimeType: z.string(), + filePath: z.string().optional(), claim: z.unknown() })); diff --git a/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.d.ts index d410882d..f56136f9 100644 --- a/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.d.ts @@ -5,18 +5,21 @@ export declare const ClaimFileFindManyResultSchema: z.ZodObject<{ claimId: z.ZodNumber; filename: z.ZodString; mimeType: z.ZodString; + filePath: z.ZodOptional; claim: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }>, "many">; pagination: z.ZodObject<{ @@ -43,10 +46,11 @@ export declare const ClaimFileFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }[]; pagination: { @@ -59,10 +63,11 @@ export declare const ClaimFileFindManyResultSchema: z.ZodObject<{ }; }, { data: { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }[]; pagination: { diff --git a/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.d.ts.map index 0c25ec87..1a826fc3 100644 --- a/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFileFindManyResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileFindManyResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBxC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFileFindManyResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileFindManyResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBxC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.js b/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.js index 940cad86..284a703d 100644 --- a/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimFileFindManyResult.schema.js @@ -41,6 +41,7 @@ exports.ClaimFileFindManyResultSchema = z.object({ claimId: z.number().int(), filename: z.string(), mimeType: z.string(), + filePath: z.string().optional(), claim: z.unknown() })), pagination: z.object({ diff --git a/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.d.ts index 236db193..5ba6338a 100644 --- a/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.d.ts @@ -4,18 +4,21 @@ export declare const ClaimFileFindUniqueResultSchema: z.ZodNullable; claim: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }>>; //# sourceMappingURL=ClaimFileFindUniqueResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.d.ts.map index 06a0f070..4e1c8554 100644 --- a/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFileFindUniqueResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileFindUniqueResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;GAMzC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFileFindUniqueResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileFindUniqueResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;GAOzC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.js b/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.js index 3e3164fa..e47f48fe 100644 --- a/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimFileFindUniqueResult.schema.js @@ -40,5 +40,6 @@ exports.ClaimFileFindUniqueResultSchema = z.nullable(z.object({ claimId: z.number().int(), filename: z.string(), mimeType: z.string(), + filePath: z.string().optional(), claim: z.unknown() })); diff --git a/packages/db/shared/schemas/results/ClaimFileGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimFileGroupByResult.schema.d.ts index 3d134891..d86d95a6 100644 --- a/packages/db/shared/schemas/results/ClaimFileGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimFileGroupByResult.schema.d.ts @@ -4,22 +4,26 @@ export declare const ClaimFileGroupByResultSchema: z.ZodArray>; @@ -48,15 +52,18 @@ export declare const ClaimFileGroupByResultSchema: z.ZodArray; filename: z.ZodNullable; mimeType: z.ZodNullable; + filePath: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; }, { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; }>>>; _max: z.ZodOptional; filename: z.ZodNullable; mimeType: z.ZodNullable; + filePath: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; }, { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; }>>>; }, "strip", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; + filePath: string; claimId: number; _count?: { - id: number; filename: number; + id: number; mimeType: number; + filePath: number; claimId: number; claim: number; } | undefined; _min?: { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; } | null | undefined; _max?: { - id: number | null; filename: string | null; + id: number | null; mimeType: string | null; + filePath: string | null; claimId: number | null; } | null | undefined; _avg?: { @@ -108,27 +122,31 @@ export declare const ClaimFileGroupByResultSchema: z.ZodArray; claim: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }>>; //# sourceMappingURL=ClaimFileUpdateResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileUpdateResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimFileUpdateResult.schema.d.ts.map index 6c2f23bd..7234801b 100644 --- a/packages/db/shared/schemas/results/ClaimFileUpdateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimFileUpdateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFileUpdateResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileUpdateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;GAMrC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFileUpdateResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileUpdateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;GAOrC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileUpdateResult.schema.js b/packages/db/shared/schemas/results/ClaimFileUpdateResult.schema.js index 362f9e50..d11ddab8 100644 --- a/packages/db/shared/schemas/results/ClaimFileUpdateResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimFileUpdateResult.schema.js @@ -40,5 +40,6 @@ exports.ClaimFileUpdateResultSchema = z.nullable(z.object({ claimId: z.number().int(), filename: z.string(), mimeType: z.string(), + filePath: z.string().optional(), claim: z.unknown() })); diff --git a/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.d.ts index a4cec5bc..7533e8bc 100644 --- a/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.d.ts @@ -4,18 +4,21 @@ export declare const ClaimFileUpsertResultSchema: z.ZodObject<{ claimId: z.ZodNumber; filename: z.ZodString; mimeType: z.ZodString; + filePath: z.ZodOptional; claim: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | undefined; claim?: unknown; }>; //# sourceMappingURL=ClaimFileUpsertResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.d.ts.map index c1e70676..70999046 100644 --- a/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFileUpsertResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileUpsertResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;EAMtC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFileUpsertResult.schema.d.ts","sourceRoot":"","sources":["ClaimFileUpsertResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;EAOtC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.js b/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.js index 5cdce3a4..45dffc2a 100644 --- a/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimFileUpsertResult.schema.js @@ -40,5 +40,6 @@ exports.ClaimFileUpsertResultSchema = z.object({ claimId: z.number().int(), filename: z.string(), mimeType: z.string(), + filePath: z.string().optional(), claim: z.unknown() }); diff --git a/packages/db/shared/schemas/results/ClaimFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimFindFirstResult.schema.d.ts index ed2a6e97..bdc0eea5 100644 --- a/packages/db/shared/schemas/results/ClaimFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimFindFirstResult.schema.d.ts @@ -17,19 +17,21 @@ export declare const ClaimFindFirstResultSchema: z.ZodNullable; + npiProviderId: z.ZodOptional; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodOptional; staff: z.ZodOptional; + npiProvider: z.ZodOptional; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -41,20 +43,22 @@ export declare const ClaimFindFirstResultSchema: z.ZodNullable; + npiProviderId: z.ZodOptional; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodOptional; staff: z.ZodOptional; + npiProvider: z.ZodOptional; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -42,20 +44,22 @@ export declare const ClaimFindManyResultSchema: z.ZodObject<{ insuranceProvider: string; claimFiles: unknown[]; status?: unknown; - user?: unknown; patient?: unknown; + npiProviderId?: number | undefined; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeethStatus?: unknown; missingTeeth?: unknown; claimNumber?: string | undefined; }, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -67,9 +71,11 @@ export declare const ClaimFindManyResultSchema: z.ZodObject<{ insuranceProvider: string; claimFiles: unknown[]; status?: unknown; - user?: unknown; patient?: unknown; + npiProviderId?: number | undefined; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeethStatus?: unknown; @@ -100,11 +106,11 @@ export declare const ClaimFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -116,9 +122,11 @@ export declare const ClaimFindManyResultSchema: z.ZodObject<{ insuranceProvider: string; claimFiles: unknown[]; status?: unknown; - user?: unknown; patient?: unknown; + npiProviderId?: number | undefined; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeethStatus?: unknown; @@ -135,11 +143,11 @@ export declare const ClaimFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -151,9 +159,11 @@ export declare const ClaimFindManyResultSchema: z.ZodObject<{ insuranceProvider: string; claimFiles: unknown[]; status?: unknown; - user?: unknown; patient?: unknown; + npiProviderId?: number | undefined; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeethStatus?: unknown; diff --git a/packages/db/shared/schemas/results/ClaimFindManyResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimFindManyResult.schema.d.ts.map index ccbd0993..c6f69fc2 100644 --- a/packages/db/shared/schemas/results/ClaimFindManyResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimFindManyResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFindManyResult.schema.d.ts","sourceRoot":"","sources":["ClaimFindManyResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmCpC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFindManyResult.schema.d.ts","sourceRoot":"","sources":["ClaimFindManyResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqCpC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimFindManyResult.schema.js b/packages/db/shared/schemas/results/ClaimFindManyResult.schema.js index 471ab822..aa031ebb 100644 --- a/packages/db/shared/schemas/results/ClaimFindManyResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimFindManyResult.schema.js @@ -54,10 +54,12 @@ exports.ClaimFindManyResultSchema = z.object({ updatedAt: z.date(), status: z.unknown(), claimNumber: z.string().optional(), + npiProviderId: z.number().int().optional(), patient: z.unknown(), appointment: z.unknown(), user: z.unknown().optional(), staff: z.unknown().optional(), + npiProvider: z.unknown().optional(), serviceLines: z.array(z.unknown()), claimFiles: z.array(z.unknown()), payment: z.unknown().optional() diff --git a/packages/db/shared/schemas/results/ClaimFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimFindUniqueResult.schema.d.ts index c89c8a25..6fe84ab2 100644 --- a/packages/db/shared/schemas/results/ClaimFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimFindUniqueResult.schema.d.ts @@ -17,19 +17,21 @@ export declare const ClaimFindUniqueResultSchema: z.ZodNullable; + npiProviderId: z.ZodOptional; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodOptional; staff: z.ZodOptional; + npiProvider: z.ZodOptional; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -41,20 +43,22 @@ export declare const ClaimFindUniqueResultSchema: z.ZodNullable; userId: z.ZodNullable; staffId: z.ZodNullable; + npiProviderId: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; }>>>; _avg: z.ZodOptional; userId: z.ZodNullable; staffId: z.ZodNullable; + npiProviderId: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; }>>>; _min: z.ZodOptional; updatedAt: z.ZodNullable; claimNumber: z.ZodNullable; + npiProviderId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; updatedAt: Date | null; patientName: string | null; @@ -160,11 +175,12 @@ export declare const ClaimGroupByResultSchema: z.ZodArray; updatedAt: z.ZodNullable; claimNumber: z.ZodNullable; + npiProviderId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + npiProviderId: number | null; appointmentId: number | null; + userId: number | null; staffId: number | null; updatedAt: Date | null; patientName: string | null; @@ -206,11 +224,12 @@ export declare const ClaimGroupByResultSchema: z.ZodArray>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + npiProviderId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; patientName: string; @@ -239,15 +259,17 @@ export declare const ClaimGroupByResultSchema: z.ZodArray, "many">; diff --git a/packages/db/shared/schemas/results/ClaimGroupByResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimGroupByResult.schema.d.ts.map index 68cdd64e..da915c8e 100644 --- a/packages/db/shared/schemas/results/ClaimGroupByResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimGroupByResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimGroupByResult.schema.d.ts","sourceRoot":"","sources":["ClaimGroupByResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAwFlC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimGroupByResult.schema.d.ts","sourceRoot":"","sources":["ClaimGroupByResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+FlC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimGroupByResult.schema.js b/packages/db/shared/schemas/results/ClaimGroupByResult.schema.js index 541b1a18..6676fe2e 100644 --- a/packages/db/shared/schemas/results/ClaimGroupByResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimGroupByResult.schema.js @@ -51,6 +51,7 @@ exports.ClaimGroupByResultSchema = z.array(z.object({ createdAt: z.date(), updatedAt: z.date(), claimNumber: z.string(), + npiProviderId: z.number().int(), _count: z.object({ id: z.number(), patientId: z.number(), @@ -69,10 +70,12 @@ exports.ClaimGroupByResultSchema = z.array(z.object({ updatedAt: z.number(), status: z.number(), claimNumber: z.number(), + npiProviderId: z.number(), patient: z.number(), appointment: z.number(), user: z.number(), staff: z.number(), + npiProvider: z.number(), serviceLines: z.number(), claimFiles: z.number(), payment: z.number() @@ -82,14 +85,16 @@ exports.ClaimGroupByResultSchema = z.array(z.object({ patientId: z.number().nullable(), appointmentId: z.number().nullable(), userId: z.number().nullable(), - staffId: z.number().nullable() + staffId: z.number().nullable(), + npiProviderId: z.number().nullable() }).nullable().optional(), _avg: z.object({ id: z.number().nullable(), patientId: z.number().nullable(), appointmentId: z.number().nullable(), userId: z.number().nullable(), - staffId: z.number().nullable() + staffId: z.number().nullable(), + npiProviderId: z.number().nullable() }).nullable().optional(), _min: z.object({ id: z.number().int().nullable(), @@ -105,7 +110,8 @@ exports.ClaimGroupByResultSchema = z.array(z.object({ insuranceProvider: z.string().nullable(), createdAt: z.date().nullable(), updatedAt: z.date().nullable(), - claimNumber: z.string().nullable() + claimNumber: z.string().nullable(), + npiProviderId: z.number().int().nullable() }).nullable().optional(), _max: z.object({ id: z.number().int().nullable(), @@ -121,6 +127,7 @@ exports.ClaimGroupByResultSchema = z.array(z.object({ insuranceProvider: z.string().nullable(), createdAt: z.date().nullable(), updatedAt: z.date().nullable(), - claimNumber: z.string().nullable() + claimNumber: z.string().nullable(), + npiProviderId: z.number().int().nullable() }).nullable().optional() })); diff --git a/packages/db/shared/schemas/results/ClaimUpdateResult.schema.d.ts b/packages/db/shared/schemas/results/ClaimUpdateResult.schema.d.ts index 78244484..40d45332 100644 --- a/packages/db/shared/schemas/results/ClaimUpdateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ClaimUpdateResult.schema.d.ts @@ -17,19 +17,21 @@ export declare const ClaimUpdateResultSchema: z.ZodNullable; + npiProviderId: z.ZodOptional; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodOptional; staff: z.ZodOptional; + npiProvider: z.ZodOptional; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -41,20 +43,22 @@ export declare const ClaimUpdateResultSchema: z.ZodNullable; + npiProviderId: z.ZodOptional; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodOptional; staff: z.ZodOptional; + npiProvider: z.ZodOptional; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -41,20 +43,22 @@ export declare const ClaimUpsertResultSchema: z.ZodObject<{ insuranceProvider: string; claimFiles: unknown[]; status?: unknown; - user?: unknown; patient?: unknown; + npiProviderId?: number | undefined; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeethStatus?: unknown; missingTeeth?: unknown; claimNumber?: string | undefined; }, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -66,9 +70,11 @@ export declare const ClaimUpsertResultSchema: z.ZodObject<{ insuranceProvider: string; claimFiles: unknown[]; status?: unknown; - user?: unknown; patient?: unknown; + npiProviderId?: number | undefined; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeethStatus?: unknown; diff --git a/packages/db/shared/schemas/results/ClaimUpsertResult.schema.d.ts.map b/packages/db/shared/schemas/results/ClaimUpsertResult.schema.d.ts.map index 342cde7c..ec860439 100644 --- a/packages/db/shared/schemas/results/ClaimUpsertResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/ClaimUpsertResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimUpsertResult.schema.d.ts","sourceRoot":"","sources":["ClaimUpsertResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBlC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimUpsertResult.schema.d.ts","sourceRoot":"","sources":["ClaimUpsertResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BlC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/ClaimUpsertResult.schema.js b/packages/db/shared/schemas/results/ClaimUpsertResult.schema.js index 95111f90..16bc2bd2 100644 --- a/packages/db/shared/schemas/results/ClaimUpsertResult.schema.js +++ b/packages/db/shared/schemas/results/ClaimUpsertResult.schema.js @@ -53,10 +53,12 @@ exports.ClaimUpsertResultSchema = z.object({ updatedAt: z.date(), status: z.unknown(), claimNumber: z.string().optional(), + npiProviderId: z.number().int().optional(), patient: z.unknown(), appointment: z.unknown(), user: z.unknown().optional(), staff: z.unknown().optional(), + npiProvider: z.unknown().optional(), serviceLines: z.array(z.unknown()), claimFiles: z.array(z.unknown()), payment: z.unknown().optional() diff --git a/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.d.ts index 4d509cd9..79095bd9 100644 --- a/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.d.ts @@ -9,36 +9,39 @@ export declare const CloudFileAggregateResultSchema: z.ZodObject<{ folderId: z.ZodNumber; isComplete: z.ZodNumber; totalChunks: z.ZodNumber; + diskPath: z.ZodNumber; createdAt: z.ZodNumber; updatedAt: z.ZodNumber; user: z.ZodNumber; folder: z.ZodNumber; chunks: z.ZodNumber; }, "strip", z.ZodTypeAny, { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; name: number; mimeType: number; updatedAt: number; fileSize: number; isComplete: number; totalChunks: number; + diskPath: number; chunks: number; folderId: number; folder: number; }, { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; name: number; mimeType: number; updatedAt: number; fileSize: number; isComplete: number; totalChunks: number; + diskPath: number; chunks: number; folderId: number; folder: number; @@ -89,27 +92,30 @@ export declare const CloudFileAggregateResultSchema: z.ZodObject<{ fileSize: z.ZodNullable; folderId: z.ZodNullable; totalChunks: z.ZodNullable; + diskPath: z.ZodNullable; createdAt: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; }>>>; _max: z.ZodOptional; folderId: z.ZodNullable; totalChunks: z.ZodNullable; + diskPath: z.ZodNullable; createdAt: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; }>>>; }, "strip", z.ZodTypeAny, { _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; name: number; mimeType: number; updatedAt: number; fileSize: number; isComplete: number; totalChunks: number; + diskPath: number; chunks: number; folderId: number; folder: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; } | null | undefined; _avg?: { @@ -197,40 +209,43 @@ export declare const CloudFileAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; name: number; mimeType: number; updatedAt: number; fileSize: number; isComplete: number; totalChunks: number; + diskPath: number; chunks: number; folderId: number; folder: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; } | null | undefined; _avg?: { diff --git a/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.d.ts.map b/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.d.ts.map index 8b87e30a..eb2f8b72 100644 --- a/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFileAggregateResult.schema.d.ts","sourceRoot":"","sources":["CloudFileAggregateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkDf,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFileAggregateResult.schema.d.ts","sourceRoot":"","sources":["CloudFileAggregateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqDf,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.js b/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.js index 04d0a3ad..5821be03 100644 --- a/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.js +++ b/packages/db/shared/schemas/results/CloudFileAggregateResult.schema.js @@ -44,6 +44,7 @@ exports.CloudFileAggregateResultSchema = z.object({ _count: z.object({ folderId: z.number(), isComplete: z.number(), totalChunks: z.number(), + diskPath: z.number(), createdAt: z.number(), updatedAt: z.number(), user: z.number(), @@ -72,6 +73,7 @@ exports.CloudFileAggregateResultSchema = z.object({ _count: z.object({ fileSize: z.bigint().nullable(), folderId: z.number().int().nullable(), totalChunks: z.number().int().nullable(), + diskPath: z.string().nullable(), createdAt: z.date().nullable(), updatedAt: z.date().nullable() }).nullable().optional(), @@ -83,6 +85,7 @@ exports.CloudFileAggregateResultSchema = z.object({ _count: z.object({ fileSize: z.bigint().nullable(), folderId: z.number().int().nullable(), totalChunks: z.number().int().nullable(), + diskPath: z.string().nullable(), createdAt: z.date().nullable(), updatedAt: z.date().nullable() }).nullable().optional() }); diff --git a/packages/db/shared/schemas/results/CloudFileChunkAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileChunkAggregateResult.schema.d.ts index de150e65..69238418 100644 --- a/packages/db/shared/schemas/results/CloudFileChunkAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileChunkAggregateResult.schema.d.ts @@ -8,16 +8,16 @@ export declare const CloudFileChunkAggregateResultSchema: z.ZodObject<{ createdAt: z.ZodNumber; file: z.ZodNumber; }, "strip", z.ZodTypeAny, { - createdAt: number; id: number; data: number; + createdAt: number; seq: number; fileId: number; file: number; }, { - createdAt: number; id: number; data: number; + createdAt: number; seq: number; fileId: number; file: number; @@ -54,13 +54,13 @@ export declare const CloudFileChunkAggregateResultSchema: z.ZodObject<{ seq: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; }>>>; @@ -70,34 +70,34 @@ export declare const CloudFileChunkAggregateResultSchema: z.ZodObject<{ seq: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; }>>>; }, "strip", z.ZodTypeAny, { _count?: { - createdAt: number; id: number; data: number; + createdAt: number; seq: number; fileId: number; file: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; } | null | undefined; @@ -113,22 +113,22 @@ export declare const CloudFileChunkAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { - createdAt: number; id: number; data: number; + createdAt: number; seq: number; fileId: number; file: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; } | null | undefined; diff --git a/packages/db/shared/schemas/results/CloudFileChunkCreateResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileChunkCreateResult.schema.d.ts index 830ee0b9..617e772f 100644 --- a/packages/db/shared/schemas/results/CloudFileChunkCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileChunkCreateResult.schema.d.ts @@ -7,16 +7,16 @@ export declare const CloudFileChunkCreateResultSchema: z.ZodObject<{ createdAt: z.ZodDate; file: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; }, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; diff --git a/packages/db/shared/schemas/results/CloudFileChunkDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileChunkDeleteResult.schema.d.ts index 475d6f48..1eb7386e 100644 --- a/packages/db/shared/schemas/results/CloudFileChunkDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileChunkDeleteResult.schema.d.ts @@ -7,16 +7,16 @@ export declare const CloudFileChunkDeleteResultSchema: z.ZodNullable; + createdAt: Date; seq: number; fileId: number; file?: unknown; }, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; diff --git a/packages/db/shared/schemas/results/CloudFileChunkFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileChunkFindFirstResult.schema.d.ts index 41e243c0..71f7267b 100644 --- a/packages/db/shared/schemas/results/CloudFileChunkFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileChunkFindFirstResult.schema.d.ts @@ -7,16 +7,16 @@ export declare const CloudFileChunkFindFirstResultSchema: z.ZodNullable; + createdAt: Date; seq: number; fileId: number; file?: unknown; }, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; diff --git a/packages/db/shared/schemas/results/CloudFileChunkFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileChunkFindManyResult.schema.d.ts index b398a743..1df310b7 100644 --- a/packages/db/shared/schemas/results/CloudFileChunkFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileChunkFindManyResult.schema.d.ts @@ -8,16 +8,16 @@ export declare const CloudFileChunkFindManyResultSchema: z.ZodObject<{ createdAt: z.ZodDate; file: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; }, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; @@ -46,9 +46,9 @@ export declare const CloudFileChunkFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; @@ -63,9 +63,9 @@ export declare const CloudFileChunkFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; diff --git a/packages/db/shared/schemas/results/CloudFileChunkFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileChunkFindUniqueResult.schema.d.ts index 3acacef8..a1fc76f2 100644 --- a/packages/db/shared/schemas/results/CloudFileChunkFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileChunkFindUniqueResult.schema.d.ts @@ -7,16 +7,16 @@ export declare const CloudFileChunkFindUniqueResultSchema: z.ZodNullable; + createdAt: Date; seq: number; fileId: number; file?: unknown; }, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; diff --git a/packages/db/shared/schemas/results/CloudFileChunkGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileChunkGroupByResult.schema.d.ts index 8880821c..be7e3c64 100644 --- a/packages/db/shared/schemas/results/CloudFileChunkGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileChunkGroupByResult.schema.d.ts @@ -13,16 +13,16 @@ export declare const CloudFileChunkGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; }>>>; @@ -75,39 +75,39 @@ export declare const CloudFileChunkGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; }>>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; _count?: { - createdAt: number; id: number; data: number; + createdAt: number; seq: number; fileId: number; file: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; } | null | undefined; @@ -122,28 +122,28 @@ export declare const CloudFileChunkGroupByResultSchema: z.ZodArray; + createdAt: Date; seq: number; fileId: number; _count?: { - createdAt: number; id: number; data: number; + createdAt: number; seq: number; fileId: number; file: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; seq: number | null; fileId: number | null; } | null | undefined; diff --git a/packages/db/shared/schemas/results/CloudFileChunkUpdateResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileChunkUpdateResult.schema.d.ts index cd81cd1b..a960975b 100644 --- a/packages/db/shared/schemas/results/CloudFileChunkUpdateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileChunkUpdateResult.schema.d.ts @@ -7,16 +7,16 @@ export declare const CloudFileChunkUpdateResultSchema: z.ZodNullable; + createdAt: Date; seq: number; fileId: number; file?: unknown; }, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; diff --git a/packages/db/shared/schemas/results/CloudFileChunkUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileChunkUpsertResult.schema.d.ts index 06deb48a..6c112a94 100644 --- a/packages/db/shared/schemas/results/CloudFileChunkUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileChunkUpsertResult.schema.d.ts @@ -7,16 +7,16 @@ export declare const CloudFileChunkUpsertResultSchema: z.ZodObject<{ createdAt: z.ZodDate; file: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; }, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; diff --git a/packages/db/shared/schemas/results/CloudFileCreateResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileCreateResult.schema.d.ts index fc153b45..e7255299 100644 --- a/packages/db/shared/schemas/results/CloudFileCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileCreateResult.schema.d.ts @@ -8,14 +8,15 @@ export declare const CloudFileCreateResultSchema: z.ZodObject<{ folderId: z.ZodOptional; isComplete: z.ZodBoolean; totalChunks: z.ZodOptional; + diskPath: z.ZodOptional; createdAt: z.ZodDate; updatedAt: z.ZodDate; user: z.ZodUnknown; folder: z.ZodOptional; chunks: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -25,11 +26,12 @@ export declare const CloudFileCreateResultSchema: z.ZodObject<{ user?: unknown; mimeType?: string | undefined; totalChunks?: number | undefined; + diskPath?: string | undefined; folderId?: number | undefined; folder?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -39,6 +41,7 @@ export declare const CloudFileCreateResultSchema: z.ZodObject<{ user?: unknown; mimeType?: string | undefined; totalChunks?: number | undefined; + diskPath?: string | undefined; folderId?: number | undefined; folder?: unknown; }>; diff --git a/packages/db/shared/schemas/results/CloudFileCreateResult.schema.d.ts.map b/packages/db/shared/schemas/results/CloudFileCreateResult.schema.d.ts.map index 1477341b..575d910e 100644 --- a/packages/db/shared/schemas/results/CloudFileCreateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/CloudFileCreateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFileCreateResult.schema.d.ts","sourceRoot":"","sources":["CloudFileCreateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EActC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFileCreateResult.schema.d.ts","sourceRoot":"","sources":["CloudFileCreateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAetC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/CloudFileCreateResult.schema.js b/packages/db/shared/schemas/results/CloudFileCreateResult.schema.js index f191b4ca..967eec38 100644 --- a/packages/db/shared/schemas/results/CloudFileCreateResult.schema.js +++ b/packages/db/shared/schemas/results/CloudFileCreateResult.schema.js @@ -44,6 +44,7 @@ exports.CloudFileCreateResultSchema = z.object({ folderId: z.number().int().optional(), isComplete: z.boolean(), totalChunks: z.number().int().optional(), + diskPath: z.string().optional(), createdAt: z.date(), updatedAt: z.date(), user: z.unknown(), diff --git a/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.d.ts index 923628ea..d250f949 100644 --- a/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.d.ts @@ -8,14 +8,15 @@ export declare const CloudFileDeleteResultSchema: z.ZodNullable; isComplete: z.ZodBoolean; totalChunks: z.ZodOptional; + diskPath: z.ZodOptional; createdAt: z.ZodDate; updatedAt: z.ZodDate; user: z.ZodUnknown; folder: z.ZodOptional; chunks: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -25,11 +26,12 @@ export declare const CloudFileDeleteResultSchema: z.ZodNullable>; diff --git a/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.d.ts.map b/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.d.ts.map index 1c197517..291010f5 100644 --- a/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFileDeleteResult.schema.d.ts","sourceRoot":"","sources":["CloudFileDeleteResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAcrC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFileDeleteResult.schema.d.ts","sourceRoot":"","sources":["CloudFileDeleteResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAerC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.js b/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.js index 6a382a17..89c234a4 100644 --- a/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.js +++ b/packages/db/shared/schemas/results/CloudFileDeleteResult.schema.js @@ -44,6 +44,7 @@ exports.CloudFileDeleteResultSchema = z.nullable(z.object({ folderId: z.number().int().optional(), isComplete: z.boolean(), totalChunks: z.number().int().optional(), + diskPath: z.string().optional(), createdAt: z.date(), updatedAt: z.date(), user: z.unknown(), diff --git a/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.d.ts index d8044c10..2dff8d21 100644 --- a/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.d.ts @@ -8,14 +8,15 @@ export declare const CloudFileFindFirstResultSchema: z.ZodNullable; isComplete: z.ZodBoolean; totalChunks: z.ZodOptional; + diskPath: z.ZodOptional; createdAt: z.ZodDate; updatedAt: z.ZodDate; user: z.ZodUnknown; folder: z.ZodOptional; chunks: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -25,11 +26,12 @@ export declare const CloudFileFindFirstResultSchema: z.ZodNullable>; diff --git a/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.d.ts.map b/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.d.ts.map index 3979042c..347cd5c6 100644 --- a/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFileFindFirstResult.schema.d.ts","sourceRoot":"","sources":["CloudFileFindFirstResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAcxC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFileFindFirstResult.schema.d.ts","sourceRoot":"","sources":["CloudFileFindFirstResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAexC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.js b/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.js index 2c6bd58b..7e9c31a4 100644 --- a/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.js +++ b/packages/db/shared/schemas/results/CloudFileFindFirstResult.schema.js @@ -44,6 +44,7 @@ exports.CloudFileFindFirstResultSchema = z.nullable(z.object({ folderId: z.number().int().optional(), isComplete: z.boolean(), totalChunks: z.number().int().optional(), + diskPath: z.string().optional(), createdAt: z.date(), updatedAt: z.date(), user: z.unknown(), diff --git a/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.d.ts index 09a75f08..b7a0657f 100644 --- a/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.d.ts @@ -9,14 +9,15 @@ export declare const CloudFileFindManyResultSchema: z.ZodObject<{ folderId: z.ZodOptional; isComplete: z.ZodBoolean; totalChunks: z.ZodOptional; + diskPath: z.ZodOptional; createdAt: z.ZodDate; updatedAt: z.ZodDate; user: z.ZodUnknown; folder: z.ZodOptional; chunks: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -26,11 +27,12 @@ export declare const CloudFileFindManyResultSchema: z.ZodObject<{ user?: unknown; mimeType?: string | undefined; totalChunks?: number | undefined; + diskPath?: string | undefined; folderId?: number | undefined; folder?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -40,6 +42,7 @@ export declare const CloudFileFindManyResultSchema: z.ZodObject<{ user?: unknown; mimeType?: string | undefined; totalChunks?: number | undefined; + diskPath?: string | undefined; folderId?: number | undefined; folder?: unknown; }>, "many">; @@ -67,8 +70,8 @@ export declare const CloudFileFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -78,6 +81,7 @@ export declare const CloudFileFindManyResultSchema: z.ZodObject<{ user?: unknown; mimeType?: string | undefined; totalChunks?: number | undefined; + diskPath?: string | undefined; folderId?: number | undefined; folder?: unknown; }[]; @@ -91,8 +95,8 @@ export declare const CloudFileFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -102,6 +106,7 @@ export declare const CloudFileFindManyResultSchema: z.ZodObject<{ user?: unknown; mimeType?: string | undefined; totalChunks?: number | undefined; + diskPath?: string | undefined; folderId?: number | undefined; folder?: unknown; }[]; diff --git a/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.d.ts.map b/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.d.ts.map index 915df542..04fa44fe 100644 --- a/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFileFindManyResult.schema.d.ts","sourceRoot":"","sources":["CloudFileFindManyResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBxC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFileFindManyResult.schema.d.ts","sourceRoot":"","sources":["CloudFileFindManyResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBxC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.js b/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.js index 0523a62d..fed03961 100644 --- a/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.js +++ b/packages/db/shared/schemas/results/CloudFileFindManyResult.schema.js @@ -45,6 +45,7 @@ exports.CloudFileFindManyResultSchema = z.object({ folderId: z.number().int().optional(), isComplete: z.boolean(), totalChunks: z.number().int().optional(), + diskPath: z.string().optional(), createdAt: z.date(), updatedAt: z.date(), user: z.unknown(), diff --git a/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.d.ts index 03116845..f4ab15ba 100644 --- a/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.d.ts @@ -8,14 +8,15 @@ export declare const CloudFileFindUniqueResultSchema: z.ZodNullable; isComplete: z.ZodBoolean; totalChunks: z.ZodOptional; + diskPath: z.ZodOptional; createdAt: z.ZodDate; updatedAt: z.ZodDate; user: z.ZodUnknown; folder: z.ZodOptional; chunks: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -25,11 +26,12 @@ export declare const CloudFileFindUniqueResultSchema: z.ZodNullable>; diff --git a/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.d.ts.map b/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.d.ts.map index 27ce83ae..325eaf34 100644 --- a/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFileFindUniqueResult.schema.d.ts","sourceRoot":"","sources":["CloudFileFindUniqueResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAczC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFileFindUniqueResult.schema.d.ts","sourceRoot":"","sources":["CloudFileFindUniqueResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAezC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.js b/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.js index bcec4311..171f7e1e 100644 --- a/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.js +++ b/packages/db/shared/schemas/results/CloudFileFindUniqueResult.schema.js @@ -44,6 +44,7 @@ exports.CloudFileFindUniqueResultSchema = z.nullable(z.object({ folderId: z.number().int().optional(), isComplete: z.boolean(), totalChunks: z.number().int().optional(), + diskPath: z.string().optional(), createdAt: z.date(), updatedAt: z.date(), user: z.unknown(), diff --git a/packages/db/shared/schemas/results/CloudFileGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileGroupByResult.schema.d.ts index da5185aa..1241bae3 100644 --- a/packages/db/shared/schemas/results/CloudFileGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileGroupByResult.schema.d.ts @@ -8,6 +8,7 @@ export declare const CloudFileGroupByResultSchema: z.ZodArray; folderId: z.ZodNullable; totalChunks: z.ZodNullable; + diskPath: z.ZodNullable; createdAt: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; }>>>; _max: z.ZodOptional; folderId: z.ZodNullable; totalChunks: z.ZodNullable; + diskPath: z.ZodNullable; createdAt: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; mimeType: string | null; updatedAt: Date | null; fileSize: bigint | null; totalChunks: number | null; + diskPath: string | null; folderId: number | null; }>>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; mimeType: string; @@ -163,42 +173,46 @@ export declare const CloudFileGroupByResultSchema: z.ZodArray; isComplete: z.ZodBoolean; totalChunks: z.ZodOptional; + diskPath: z.ZodOptional; createdAt: z.ZodDate; updatedAt: z.ZodDate; user: z.ZodUnknown; folder: z.ZodOptional; chunks: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -25,11 +26,12 @@ export declare const CloudFileUpdateResultSchema: z.ZodNullable>; diff --git a/packages/db/shared/schemas/results/CloudFileUpdateResult.schema.d.ts.map b/packages/db/shared/schemas/results/CloudFileUpdateResult.schema.d.ts.map index 0fb278f1..5cff4201 100644 --- a/packages/db/shared/schemas/results/CloudFileUpdateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/CloudFileUpdateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFileUpdateResult.schema.d.ts","sourceRoot":"","sources":["CloudFileUpdateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAcrC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFileUpdateResult.schema.d.ts","sourceRoot":"","sources":["CloudFileUpdateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAerC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/CloudFileUpdateResult.schema.js b/packages/db/shared/schemas/results/CloudFileUpdateResult.schema.js index d95329ce..7ade6e63 100644 --- a/packages/db/shared/schemas/results/CloudFileUpdateResult.schema.js +++ b/packages/db/shared/schemas/results/CloudFileUpdateResult.schema.js @@ -44,6 +44,7 @@ exports.CloudFileUpdateResultSchema = z.nullable(z.object({ folderId: z.number().int().optional(), isComplete: z.boolean(), totalChunks: z.number().int().optional(), + diskPath: z.string().optional(), createdAt: z.date(), updatedAt: z.date(), user: z.unknown(), diff --git a/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.d.ts index 4dbfb1b0..9c4c7763 100644 --- a/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.d.ts @@ -8,14 +8,15 @@ export declare const CloudFileUpsertResultSchema: z.ZodObject<{ folderId: z.ZodOptional; isComplete: z.ZodBoolean; totalChunks: z.ZodOptional; + diskPath: z.ZodOptional; createdAt: z.ZodDate; updatedAt: z.ZodDate; user: z.ZodUnknown; folder: z.ZodOptional; chunks: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -25,11 +26,12 @@ export declare const CloudFileUpsertResultSchema: z.ZodObject<{ user?: unknown; mimeType?: string | undefined; totalChunks?: number | undefined; + diskPath?: string | undefined; folderId?: number | undefined; folder?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -39,6 +41,7 @@ export declare const CloudFileUpsertResultSchema: z.ZodObject<{ user?: unknown; mimeType?: string | undefined; totalChunks?: number | undefined; + diskPath?: string | undefined; folderId?: number | undefined; folder?: unknown; }>; diff --git a/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.d.ts.map b/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.d.ts.map index 26629825..650e6725 100644 --- a/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFileUpsertResult.schema.d.ts","sourceRoot":"","sources":["CloudFileUpsertResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EActC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFileUpsertResult.schema.d.ts","sourceRoot":"","sources":["CloudFileUpsertResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAetC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.js b/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.js index de9ce3d5..131f4521 100644 --- a/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.js +++ b/packages/db/shared/schemas/results/CloudFileUpsertResult.schema.js @@ -44,6 +44,7 @@ exports.CloudFileUpsertResultSchema = z.object({ folderId: z.number().int().optional(), isComplete: z.boolean(), totalChunks: z.number().int().optional(), + diskPath: z.string().optional(), createdAt: z.date(), updatedAt: z.date(), user: z.unknown(), diff --git a/packages/db/shared/schemas/results/CloudFolderAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFolderAggregateResult.schema.d.ts index 748d4b3f..71ad7d62 100644 --- a/packages/db/shared/schemas/results/CloudFolderAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFolderAggregateResult.schema.d.ts @@ -12,10 +12,10 @@ export declare const CloudFolderAggregateResultSchema: z.ZodObject<{ createdAt: z.ZodNumber; updatedAt: z.ZodNumber; }, "strip", z.ZodTypeAny, { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; name: number; updatedAt: number; children: number; @@ -23,10 +23,10 @@ export declare const CloudFolderAggregateResultSchema: z.ZodObject<{ parentId: number; parent: number; }, { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; name: number; updatedAt: number; children: number; @@ -68,15 +68,15 @@ export declare const CloudFolderAggregateResultSchema: z.ZodObject<{ createdAt: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; parentId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; @@ -90,15 +90,15 @@ export declare const CloudFolderAggregateResultSchema: z.ZodObject<{ createdAt: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; parentId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; @@ -106,10 +106,10 @@ export declare const CloudFolderAggregateResultSchema: z.ZodObject<{ }>>>; }, "strip", z.ZodTypeAny, { _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; name: number; updatedAt: number; children: number; @@ -118,16 +118,16 @@ export declare const CloudFolderAggregateResultSchema: z.ZodObject<{ parent: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; parentId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; @@ -145,10 +145,10 @@ export declare const CloudFolderAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; name: number; updatedAt: number; children: number; @@ -157,16 +157,16 @@ export declare const CloudFolderAggregateResultSchema: z.ZodObject<{ parent: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; parentId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; diff --git a/packages/db/shared/schemas/results/CloudFolderCreateResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFolderCreateResult.schema.d.ts index 2270fa96..711b994e 100644 --- a/packages/db/shared/schemas/results/CloudFolderCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFolderCreateResult.schema.d.ts @@ -11,8 +11,8 @@ export declare const CloudFolderCreateResultSchema: z.ZodObject<{ createdAt: z.ZodDate; updatedAt: z.ZodDate; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -22,8 +22,8 @@ export declare const CloudFolderCreateResultSchema: z.ZodObject<{ parentId?: number | undefined; parent?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; diff --git a/packages/db/shared/schemas/results/CloudFolderDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFolderDeleteResult.schema.d.ts index 8c8f9b33..21396b34 100644 --- a/packages/db/shared/schemas/results/CloudFolderDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFolderDeleteResult.schema.d.ts @@ -11,8 +11,8 @@ export declare const CloudFolderDeleteResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -79,8 +79,8 @@ export declare const CloudFolderFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; diff --git a/packages/db/shared/schemas/results/CloudFolderFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/CloudFolderFindUniqueResult.schema.d.ts index 49d297aa..6d5ae111 100644 --- a/packages/db/shared/schemas/results/CloudFolderFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CloudFolderFindUniqueResult.schema.d.ts @@ -11,8 +11,8 @@ export declare const CloudFolderFindUniqueResultSchema: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; parentId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; @@ -96,32 +96,32 @@ export declare const CloudFolderGroupByResultSchema: z.ZodArray; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; parentId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; updatedAt: Date | null; parentId: number | null; }>>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; parentId: number; _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; name: number; updatedAt: number; children: number; @@ -130,16 +130,16 @@ export declare const CloudFolderGroupByResultSchema: z.ZodArray; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; }>>>; _avg: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; }>>>; _min: z.ZodOptional; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; }, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; @@ -106,18 +106,18 @@ export declare const CommunicationAggregateResultSchema: z.ZodObject<{ twilioSid: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; }, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; @@ -125,12 +125,12 @@ export declare const CommunicationAggregateResultSchema: z.ZodObject<{ }, "strip", z.ZodTypeAny, { _count?: { status: number; - createdAt: number; id: number; - userId: number; - user: number; + createdAt: number; patientId: number; patient: number; + user: number; + userId: number; channel: number; direction: number; body: number; @@ -138,44 +138,44 @@ export declare const CommunicationAggregateResultSchema: z.ZodObject<{ twilioSid: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; } | null | undefined; _avg?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; } | null | undefined; _sum?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; } | null | undefined; }, { _count?: { status: number; - createdAt: number; id: number; - userId: number; - user: number; + createdAt: number; patientId: number; patient: number; + user: number; + userId: number; channel: number; direction: number; body: number; @@ -183,33 +183,33 @@ export declare const CommunicationAggregateResultSchema: z.ZodObject<{ twilioSid: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; } | null | undefined; _avg?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; } | null | undefined; _sum?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; } | null | undefined; }>; diff --git a/packages/db/shared/schemas/results/CommunicationCreateResult.schema.d.ts b/packages/db/shared/schemas/results/CommunicationCreateResult.schema.d.ts index dc282de1..d918a2c0 100644 --- a/packages/db/shared/schemas/results/CommunicationCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CommunicationCreateResult.schema.d.ts @@ -13,26 +13,26 @@ export declare const CommunicationCreateResultSchema: z.ZodObject<{ patient: z.ZodUnknown; user: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; callDuration?: number | undefined; twilioSid?: string | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; diff --git a/packages/db/shared/schemas/results/CommunicationDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/CommunicationDeleteResult.schema.d.ts index 74cc41dd..c2becd36 100644 --- a/packages/db/shared/schemas/results/CommunicationDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CommunicationDeleteResult.schema.d.ts @@ -13,26 +13,26 @@ export declare const CommunicationDeleteResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; callDuration?: number | undefined; twilioSid?: string | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; diff --git a/packages/db/shared/schemas/results/CommunicationFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/CommunicationFindFirstResult.schema.d.ts index 5109b116..a4b37bca 100644 --- a/packages/db/shared/schemas/results/CommunicationFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CommunicationFindFirstResult.schema.d.ts @@ -13,26 +13,26 @@ export declare const CommunicationFindFirstResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; callDuration?: number | undefined; twilioSid?: string | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; diff --git a/packages/db/shared/schemas/results/CommunicationFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/CommunicationFindManyResult.schema.d.ts index 8295e3d5..09af528a 100644 --- a/packages/db/shared/schemas/results/CommunicationFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CommunicationFindManyResult.schema.d.ts @@ -14,26 +14,26 @@ export declare const CommunicationFindManyResultSchema: z.ZodObject<{ patient: z.ZodUnknown; user: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; callDuration?: number | undefined; twilioSid?: string | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; @@ -64,13 +64,13 @@ export declare const CommunicationFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; @@ -87,13 +87,13 @@ export declare const CommunicationFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; diff --git a/packages/db/shared/schemas/results/CommunicationFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/CommunicationFindUniqueResult.schema.d.ts index 7d7c8eea..1774b325 100644 --- a/packages/db/shared/schemas/results/CommunicationFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CommunicationFindUniqueResult.schema.d.ts @@ -13,26 +13,26 @@ export declare const CommunicationFindUniqueResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; callDuration?: number | undefined; twilioSid?: string | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; diff --git a/packages/db/shared/schemas/results/CommunicationGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/CommunicationGroupByResult.schema.d.ts index 16bfda99..09239760 100644 --- a/packages/db/shared/schemas/results/CommunicationGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CommunicationGroupByResult.schema.d.ts @@ -22,12 +22,12 @@ export declare const CommunicationGroupByResultSchema: z.ZodArray; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; }>>>; _avg: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; callDuration: number | null; }>>>; _min: z.ZodOptional; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; }, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; @@ -113,38 +113,38 @@ export declare const CommunicationGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; }, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; + userId: number | null; body: string | null; callDuration: number | null; twilioSid: string | null; }>>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; body: string; callDuration: number; twilioSid: string; _count?: { status: number; - createdAt: number; id: number; - userId: number; - user: number; + createdAt: number; patientId: number; patient: number; + user: number; + userId: number; channel: number; direction: number; body: number; @@ -152,51 +152,51 @@ export declare const CommunicationGroupByResultSchema: z.ZodArray, "many">; diff --git a/packages/db/shared/schemas/results/CommunicationUpdateResult.schema.d.ts b/packages/db/shared/schemas/results/CommunicationUpdateResult.schema.d.ts index b150abb1..36b571ea 100644 --- a/packages/db/shared/schemas/results/CommunicationUpdateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CommunicationUpdateResult.schema.d.ts @@ -13,26 +13,26 @@ export declare const CommunicationUpdateResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; callDuration?: number | undefined; twilioSid?: string | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; diff --git a/packages/db/shared/schemas/results/CommunicationUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/CommunicationUpsertResult.schema.d.ts index 1f5173e1..2af06b21 100644 --- a/packages/db/shared/schemas/results/CommunicationUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/CommunicationUpsertResult.schema.d.ts @@ -13,26 +13,26 @@ export declare const CommunicationUpsertResultSchema: z.ZodObject<{ patient: z.ZodUnknown; user: z.ZodOptional; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; callDuration?: number | undefined; twilioSid?: string | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; status?: unknown; - userId?: number | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | undefined; channel?: unknown; direction?: unknown; body?: string | undefined; diff --git a/packages/db/shared/schemas/results/DatabaseBackupAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/DatabaseBackupAggregateResult.schema.d.ts index 31129b78..4d5eb9af 100644 --- a/packages/db/shared/schemas/results/DatabaseBackupAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/DatabaseBackupAggregateResult.schema.d.ts @@ -6,15 +6,15 @@ export declare const DatabaseBackupAggregateResultSchema: z.ZodObject<{ createdAt: z.ZodNumber; user: z.ZodNumber; }, "strip", z.ZodTypeAny, { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; }, { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; }>>; _sum: z.ZodOptional; @@ -41,12 +41,12 @@ export declare const DatabaseBackupAggregateResultSchema: z.ZodObject<{ userId: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; _max: z.ZodOptional; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; }, "strip", z.ZodTypeAny, { _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _avg?: { @@ -89,19 +89,19 @@ export declare const DatabaseBackupAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _avg?: { diff --git a/packages/db/shared/schemas/results/DatabaseBackupCreateResult.schema.d.ts b/packages/db/shared/schemas/results/DatabaseBackupCreateResult.schema.d.ts index 819bc4e1..5853232d 100644 --- a/packages/db/shared/schemas/results/DatabaseBackupCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/DatabaseBackupCreateResult.schema.d.ts @@ -5,13 +5,13 @@ export declare const DatabaseBackupCreateResultSchema: z.ZodObject<{ createdAt: z.ZodDate; user: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }>; diff --git a/packages/db/shared/schemas/results/DatabaseBackupDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/DatabaseBackupDeleteResult.schema.d.ts index 3fbbbd90..26ec44a9 100644 --- a/packages/db/shared/schemas/results/DatabaseBackupDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/DatabaseBackupDeleteResult.schema.d.ts @@ -5,13 +5,13 @@ export declare const DatabaseBackupDeleteResultSchema: z.ZodNullable>; diff --git a/packages/db/shared/schemas/results/DatabaseBackupFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/DatabaseBackupFindFirstResult.schema.d.ts index d564815e..669b89ae 100644 --- a/packages/db/shared/schemas/results/DatabaseBackupFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/DatabaseBackupFindFirstResult.schema.d.ts @@ -5,13 +5,13 @@ export declare const DatabaseBackupFindFirstResultSchema: z.ZodNullable>; diff --git a/packages/db/shared/schemas/results/DatabaseBackupFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/DatabaseBackupFindManyResult.schema.d.ts index e8a3a367..a8556a86 100644 --- a/packages/db/shared/schemas/results/DatabaseBackupFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/DatabaseBackupFindManyResult.schema.d.ts @@ -6,13 +6,13 @@ export declare const DatabaseBackupFindManyResultSchema: z.ZodObject<{ createdAt: z.ZodDate; user: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }>, "many">; @@ -40,8 +40,8 @@ export declare const DatabaseBackupFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }[]; @@ -55,8 +55,8 @@ export declare const DatabaseBackupFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }[]; diff --git a/packages/db/shared/schemas/results/DatabaseBackupFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/DatabaseBackupFindUniqueResult.schema.d.ts index 32823f6d..9809113e 100644 --- a/packages/db/shared/schemas/results/DatabaseBackupFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/DatabaseBackupFindUniqueResult.schema.d.ts @@ -5,13 +5,13 @@ export declare const DatabaseBackupFindUniqueResultSchema: z.ZodNullable>; diff --git a/packages/db/shared/schemas/results/DatabaseBackupGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/DatabaseBackupGroupByResult.schema.d.ts index e3fc2e1b..1fed92e3 100644 --- a/packages/db/shared/schemas/results/DatabaseBackupGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/DatabaseBackupGroupByResult.schema.d.ts @@ -9,15 +9,15 @@ export declare const DatabaseBackupGroupByResultSchema: z.ZodArray>; _sum: z.ZodOptional; @@ -44,12 +44,12 @@ export declare const DatabaseBackupGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; _max: z.ZodOptional; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _avg?: { @@ -94,23 +94,23 @@ export declare const DatabaseBackupGroupByResultSchema: z.ZodArray>; diff --git a/packages/db/shared/schemas/results/DatabaseBackupUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/DatabaseBackupUpsertResult.schema.d.ts index 03289006..f2ccaaf9 100644 --- a/packages/db/shared/schemas/results/DatabaseBackupUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/DatabaseBackupUpsertResult.schema.d.ts @@ -5,13 +5,13 @@ export declare const DatabaseBackupUpsertResultSchema: z.ZodObject<{ createdAt: z.ZodDate; user: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }>; diff --git a/packages/db/shared/schemas/results/InsuranceCredentialAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/InsuranceCredentialAggregateResult.schema.d.ts index 49b518d9..eb81c941 100644 --- a/packages/db/shared/schemas/results/InsuranceCredentialAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/InsuranceCredentialAggregateResult.schema.d.ts @@ -9,15 +9,15 @@ export declare const InsuranceCredentialAggregateResultSchema: z.ZodObject<{ user: z.ZodNumber; }, "strip", z.ZodTypeAny, { id: number; - userId: number; user: number; + userId: number; siteKey: number; username: number; password: number; }, { id: number; - userId: number; user: number; + userId: number; siteKey: number; username: number; password: number; @@ -83,8 +83,8 @@ export declare const InsuranceCredentialAggregateResultSchema: z.ZodObject<{ }, "strip", z.ZodTypeAny, { _count?: { id: number; - userId: number; user: number; + userId: number; siteKey: number; username: number; password: number; @@ -114,8 +114,8 @@ export declare const InsuranceCredentialAggregateResultSchema: z.ZodObject<{ }, { _count?: { id: number; - userId: number; user: number; + userId: number; siteKey: number; username: number; password: number; diff --git a/packages/db/shared/schemas/results/InsuranceCredentialGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/InsuranceCredentialGroupByResult.schema.d.ts index 65100658..ee4fafc8 100644 --- a/packages/db/shared/schemas/results/InsuranceCredentialGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/InsuranceCredentialGroupByResult.schema.d.ts @@ -14,15 +14,15 @@ export declare const InsuranceCredentialGroupByResultSchema: z.ZodArray>; _sum: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; _max: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; }, "strip", z.ZodTypeAny, { _count?: { message: number; type: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; read: number; } | undefined; _min?: { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _max?: { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _avg?: { @@ -111,22 +111,22 @@ export declare const NotificationAggregateResultSchema: z.ZodObject<{ _count?: { message: number; type: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; read: number; } | undefined; _min?: { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _max?: { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _avg?: { diff --git a/packages/db/shared/schemas/results/NotificationCreateResult.schema.d.ts b/packages/db/shared/schemas/results/NotificationCreateResult.schema.d.ts index 155b6c74..6a8bf662 100644 --- a/packages/db/shared/schemas/results/NotificationCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/NotificationCreateResult.schema.d.ts @@ -9,16 +9,16 @@ export declare const NotificationCreateResultSchema: z.ZodObject<{ user: z.ZodUnknown; }, "strip", z.ZodTypeAny, { message: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; read: boolean; type?: unknown; user?: unknown; }, { message: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; read: boolean; type?: unknown; diff --git a/packages/db/shared/schemas/results/NotificationDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/NotificationDeleteResult.schema.d.ts index 4d74cd7e..93983316 100644 --- a/packages/db/shared/schemas/results/NotificationDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/NotificationDeleteResult.schema.d.ts @@ -9,16 +9,16 @@ export declare const NotificationDeleteResultSchema: z.ZodNullable>; _sum: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; _max: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }, { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; }>>>; }, "strip", z.ZodTypeAny, { message: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; read: boolean; _count?: { message: number; type: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; read: number; } | undefined; _min?: { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _max?: { message: string | null; - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; } | null | undefined; _avg?: { @@ -119,29 +119,29 @@ export declare const NotificationGroupByResultSchema: z.ZodArray>; _sum: z.ZodOptional; @@ -49,17 +55,17 @@ export declare const NpiProviderAggregateResultSchema: z.ZodObject<{ providerName: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; }, { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; }>>>; _max: z.ZodOptional; @@ -68,40 +74,42 @@ export declare const NpiProviderAggregateResultSchema: z.ZodObject<{ providerName: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; }, { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; }>>>; }, "strip", z.ZodTypeAny, { _count?: { + id: number; + createdAt: number; + user: number; + userId: number; + claims: number; npiNumber: number; providerName: number; - createdAt: number; - id: number; - userId: number; - user: number; + appointmentProcedures: number; } | undefined; _min?: { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; } | null | undefined; _max?: { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; } | null | undefined; _avg?: { id: number | null; @@ -113,26 +121,28 @@ export declare const NpiProviderAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { + id: number; + createdAt: number; + user: number; + userId: number; + claims: number; npiNumber: number; providerName: number; - createdAt: number; - id: number; - userId: number; - user: number; + appointmentProcedures: number; } | undefined; _min?: { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; } | null | undefined; _max?: { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; } | null | undefined; _avg?: { id: number | null; diff --git a/packages/db/shared/schemas/results/NpiProviderAggregateResult.schema.d.ts.map b/packages/db/shared/schemas/results/NpiProviderAggregateResult.schema.d.ts.map index 5a9c6a87..4a971c41 100644 --- a/packages/db/shared/schemas/results/NpiProviderAggregateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/NpiProviderAggregateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProviderAggregateResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderAggregateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BjB,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProviderAggregateResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderAggregateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BjB,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderAggregateResult.schema.js b/packages/db/shared/schemas/results/NpiProviderAggregateResult.schema.js index 90887a22..ce08ed4d 100644 --- a/packages/db/shared/schemas/results/NpiProviderAggregateResult.schema.js +++ b/packages/db/shared/schemas/results/NpiProviderAggregateResult.schema.js @@ -41,7 +41,9 @@ exports.NpiProviderAggregateResultSchema = z.object({ _count: z.object({ npiNumber: z.number(), providerName: z.number(), createdAt: z.number(), - user: z.number() + user: z.number(), + claims: z.number(), + appointmentProcedures: z.number() }).optional(), _sum: z.object({ id: z.number().nullable(), diff --git a/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.d.ts b/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.d.ts index 520f1e03..14046a31 100644 --- a/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.d.ts @@ -6,19 +6,25 @@ export declare const NpiProviderCreateResultSchema: z.ZodObject<{ providerName: z.ZodString; createdAt: z.ZodDate; user: z.ZodUnknown; + claims: z.ZodArray; + appointmentProcedures: z.ZodArray; }, "strip", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }>; //# sourceMappingURL=NpiProviderCreateResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.d.ts.map b/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.d.ts.map index de7134b4..25909170 100644 --- a/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProviderCreateResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderCreateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;EAOxC,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProviderCreateResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderCreateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.js b/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.js index 6904989d..abfc839a 100644 --- a/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.js +++ b/packages/db/shared/schemas/results/NpiProviderCreateResult.schema.js @@ -41,5 +41,7 @@ exports.NpiProviderCreateResultSchema = z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.date(), - user: z.unknown() + user: z.unknown(), + claims: z.array(z.unknown()), + appointmentProcedures: z.array(z.unknown()) }); diff --git a/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.d.ts index c27fbec9..e7ec2a78 100644 --- a/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.d.ts @@ -6,19 +6,25 @@ export declare const NpiProviderDeleteResultSchema: z.ZodNullable; + appointmentProcedures: z.ZodArray; }, "strip", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }>>; //# sourceMappingURL=NpiProviderDeleteResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.d.ts.map b/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.d.ts.map index a41982b7..e1e39a91 100644 --- a/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProviderDeleteResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderDeleteResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;GAOvC,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProviderDeleteResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderDeleteResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;GASvC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.js b/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.js index f6ee8da0..6d2ad952 100644 --- a/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.js +++ b/packages/db/shared/schemas/results/NpiProviderDeleteResult.schema.js @@ -41,5 +41,7 @@ exports.NpiProviderDeleteResultSchema = z.nullable(z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.date(), - user: z.unknown() + user: z.unknown(), + claims: z.array(z.unknown()), + appointmentProcedures: z.array(z.unknown()) })); diff --git a/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.d.ts index 04f62b1a..25955240 100644 --- a/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.d.ts @@ -6,19 +6,25 @@ export declare const NpiProviderFindFirstResultSchema: z.ZodNullable; + appointmentProcedures: z.ZodArray; }, "strip", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }>>; //# sourceMappingURL=NpiProviderFindFirstResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.d.ts.map b/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.d.ts.map index 1abac675..2cfd42a9 100644 --- a/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProviderFindFirstResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderFindFirstResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;GAO1C,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProviderFindFirstResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderFindFirstResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;GAS1C,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.js b/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.js index 06e11689..30fc9f90 100644 --- a/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.js +++ b/packages/db/shared/schemas/results/NpiProviderFindFirstResult.schema.js @@ -41,5 +41,7 @@ exports.NpiProviderFindFirstResultSchema = z.nullable(z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.date(), - user: z.unknown() + user: z.unknown(), + claims: z.array(z.unknown()), + appointmentProcedures: z.array(z.unknown()) })); diff --git a/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.d.ts index 38a9468d..199a2dc3 100644 --- a/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.d.ts @@ -7,19 +7,25 @@ export declare const NpiProviderFindManyResultSchema: z.ZodObject<{ providerName: z.ZodString; createdAt: z.ZodDate; user: z.ZodUnknown; + claims: z.ZodArray; + appointmentProcedures: z.ZodArray; }, "strip", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }>, "many">; pagination: z.ZodObject<{ @@ -46,11 +52,13 @@ export declare const NpiProviderFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }[]; pagination: { @@ -63,11 +71,13 @@ export declare const NpiProviderFindManyResultSchema: z.ZodObject<{ }; }, { data: { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }[]; pagination: { diff --git a/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.d.ts.map b/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.d.ts.map index 4a0a0c3e..bf3aed2d 100644 --- a/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProviderFindManyResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderFindManyResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiB1C,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProviderFindManyResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderFindManyResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmB1C,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.js b/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.js index ee7f4583..b4d1a748 100644 --- a/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.js +++ b/packages/db/shared/schemas/results/NpiProviderFindManyResult.schema.js @@ -42,7 +42,9 @@ exports.NpiProviderFindManyResultSchema = z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.date(), - user: z.unknown() + user: z.unknown(), + claims: z.array(z.unknown()), + appointmentProcedures: z.array(z.unknown()) })), pagination: z.object({ page: z.number().int().min(1), diff --git a/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.d.ts index f02df745..c8217128 100644 --- a/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.d.ts @@ -6,19 +6,25 @@ export declare const NpiProviderFindUniqueResultSchema: z.ZodNullable; + appointmentProcedures: z.ZodArray; }, "strip", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }>>; //# sourceMappingURL=NpiProviderFindUniqueResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.d.ts.map b/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.d.ts.map index 0e7a028b..dceb128e 100644 --- a/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProviderFindUniqueResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderFindUniqueResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;GAO3C,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProviderFindUniqueResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderFindUniqueResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;GAS3C,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.js b/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.js index 1e0441fa..7e2a842c 100644 --- a/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.js +++ b/packages/db/shared/schemas/results/NpiProviderFindUniqueResult.schema.js @@ -41,5 +41,7 @@ exports.NpiProviderFindUniqueResultSchema = z.nullable(z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.date(), - user: z.unknown() + user: z.unknown(), + claims: z.array(z.unknown()), + appointmentProcedures: z.array(z.unknown()) })); diff --git a/packages/db/shared/schemas/results/NpiProviderGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/NpiProviderGroupByResult.schema.d.ts index f47e046f..b1f2572c 100644 --- a/packages/db/shared/schemas/results/NpiProviderGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/NpiProviderGroupByResult.schema.d.ts @@ -12,20 +12,26 @@ export declare const NpiProviderGroupByResultSchema: z.ZodArray>; _sum: z.ZodOptional; @@ -54,17 +60,17 @@ export declare const NpiProviderGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; }, { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; }>>>; _max: z.ZodOptional; @@ -73,45 +79,47 @@ export declare const NpiProviderGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; }, { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; }>>>; }, "strip", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; _count?: { + id: number; + createdAt: number; + user: number; + userId: number; + claims: number; npiNumber: number; providerName: number; - createdAt: number; - id: number; - userId: number; - user: number; + appointmentProcedures: number; } | undefined; _min?: { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; } | null | undefined; _max?: { + id: number | null; + createdAt: Date | null; + userId: number | null; npiNumber: string | null; providerName: string | null; - createdAt: Date | null; - id: number | null; - userId: number | null; } | null | undefined; _avg?: { id: number | null; @@ -122,32 +130,34 @@ export declare const NpiProviderGroupByResultSchema: z.ZodArray; + appointmentProcedures: z.ZodArray; }, "strip", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }>>; //# sourceMappingURL=NpiProviderUpdateResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderUpdateResult.schema.d.ts.map b/packages/db/shared/schemas/results/NpiProviderUpdateResult.schema.d.ts.map index 0d65f563..23309d96 100644 --- a/packages/db/shared/schemas/results/NpiProviderUpdateResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/NpiProviderUpdateResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProviderUpdateResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpdateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;GAOvC,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProviderUpdateResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpdateResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;GASvC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderUpdateResult.schema.js b/packages/db/shared/schemas/results/NpiProviderUpdateResult.schema.js index 90b7b2cb..889e89ba 100644 --- a/packages/db/shared/schemas/results/NpiProviderUpdateResult.schema.js +++ b/packages/db/shared/schemas/results/NpiProviderUpdateResult.schema.js @@ -41,5 +41,7 @@ exports.NpiProviderUpdateResultSchema = z.nullable(z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.date(), - user: z.unknown() + user: z.unknown(), + claims: z.array(z.unknown()), + appointmentProcedures: z.array(z.unknown()) })); diff --git a/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.d.ts index 134179d3..c71ef300 100644 --- a/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.d.ts @@ -6,19 +6,25 @@ export declare const NpiProviderUpsertResultSchema: z.ZodObject<{ providerName: z.ZodString; createdAt: z.ZodDate; user: z.ZodUnknown; + claims: z.ZodArray; + appointmentProcedures: z.ZodArray; }, "strip", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }>; //# sourceMappingURL=NpiProviderUpsertResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.d.ts.map b/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.d.ts.map index 799289e2..6ba0256d 100644 --- a/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.d.ts.map +++ b/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProviderUpsertResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpsertResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;EAOxC,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProviderUpsertResult.schema.d.ts","sourceRoot":"","sources":["NpiProviderUpsertResult.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.js b/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.js index 9acf3778..06aba85e 100644 --- a/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.js +++ b/packages/db/shared/schemas/results/NpiProviderUpsertResult.schema.js @@ -41,5 +41,7 @@ exports.NpiProviderUpsertResultSchema = z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.date(), - user: z.unknown() + user: z.unknown(), + claims: z.array(z.unknown()), + appointmentProcedures: z.array(z.unknown()) }); diff --git a/packages/db/shared/schemas/results/PatientAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/PatientAggregateResult.schema.d.ts index 64074066..b860ac77 100644 --- a/packages/db/shared/schemas/results/PatientAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientAggregateResult.schema.d.ts @@ -30,11 +30,11 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ documents: z.ZodNumber; }, "strip", z.ZodTypeAny, { status: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; procedures: number; + userId: number; claims: number; email: number; phone: number; @@ -58,11 +58,11 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ communications: number; }, { status: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; procedures: number; + userId: number; claims: number; email: number; phone: number; @@ -125,8 +125,8 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ userId: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; email: string | null; phone: string | null; @@ -144,8 +144,8 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ allergies: string | null; medicalConditions: string | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; email: string | null; phone: string | null; @@ -183,8 +183,8 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ userId: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; email: string | null; phone: string | null; @@ -202,8 +202,8 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ allergies: string | null; medicalConditions: string | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; email: string | null; phone: string | null; @@ -224,11 +224,11 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ }, "strip", z.ZodTypeAny, { _count?: { status: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; procedures: number; + userId: number; claims: number; email: number; phone: number; @@ -252,8 +252,8 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ communications: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; email: string | null; phone: string | null; @@ -272,8 +272,8 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ medicalConditions: string | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; email: string | null; phone: string | null; @@ -302,11 +302,11 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ }, { _count?: { status: number; - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; procedures: number; + userId: number; claims: number; email: number; phone: number; @@ -330,8 +330,8 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ communications: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; email: string | null; phone: string | null; @@ -350,8 +350,8 @@ export declare const PatientAggregateResultSchema: z.ZodObject<{ medicalConditions: string | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; email: string | null; phone: string | null; diff --git a/packages/db/shared/schemas/results/PatientCreateResult.schema.d.ts b/packages/db/shared/schemas/results/PatientCreateResult.schema.d.ts index a178f688..f6a2e45e 100644 --- a/packages/db/shared/schemas/results/PatientCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientCreateResult.schema.d.ts @@ -28,10 +28,10 @@ export declare const PatientCreateResultSchema: z.ZodObject<{ communications: z.ZodArray; documents: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; @@ -56,10 +56,10 @@ export declare const PatientCreateResultSchema: z.ZodObject<{ allergies?: string | undefined; medicalConditions?: string | undefined; }, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; diff --git a/packages/db/shared/schemas/results/PatientDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/PatientDeleteResult.schema.d.ts index 7b6c21c0..32ce6328 100644 --- a/packages/db/shared/schemas/results/PatientDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientDeleteResult.schema.d.ts @@ -28,10 +28,10 @@ export declare const PatientDeleteResultSchema: z.ZodNullable; documents: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; @@ -56,10 +56,10 @@ export declare const PatientDeleteResultSchema: z.ZodNullable>; _sum: z.ZodOptional; @@ -71,25 +71,25 @@ export declare const PatientDocumentAggregateResultSchema: z.ZodObject<{ uploadedAt: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; }, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; }>>>; _max: z.ZodOptional; @@ -102,60 +102,60 @@ export declare const PatientDocumentAggregateResultSchema: z.ZodObject<{ uploadedAt: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; }, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; }>>>; }, "strip", z.ZodTypeAny, { _count?: { - id: number; filename: number; uploadedAt: number; + id: number; patientId: number; patient: number; mimeType: number; + filePath: number; updatedAt: number; originalName: number; fileSize: number; - filePath: number; } | undefined; _min?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; } | null | undefined; _max?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; } | null | undefined; _avg?: { id: number | null; @@ -169,38 +169,38 @@ export declare const PatientDocumentAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { - id: number; filename: number; uploadedAt: number; + id: number; patientId: number; patient: number; mimeType: number; + filePath: number; updatedAt: number; originalName: number; fileSize: number; - filePath: number; } | undefined; _min?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; } | null | undefined; _max?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; } | null | undefined; _avg?: { id: number | null; diff --git a/packages/db/shared/schemas/results/PatientDocumentCreateResult.schema.d.ts b/packages/db/shared/schemas/results/PatientDocumentCreateResult.schema.d.ts index a5974ebe..2af7b1dc 100644 --- a/packages/db/shared/schemas/results/PatientDocumentCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientDocumentCreateResult.schema.d.ts @@ -11,26 +11,26 @@ export declare const PatientDocumentCreateResultSchema: z.ZodObject<{ updatedAt: z.ZodDate; patient: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }>; //# sourceMappingURL=PatientDocumentCreateResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/PatientDocumentDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/PatientDocumentDeleteResult.schema.d.ts index a020f2e9..76a98431 100644 --- a/packages/db/shared/schemas/results/PatientDocumentDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientDocumentDeleteResult.schema.d.ts @@ -11,26 +11,26 @@ export declare const PatientDocumentDeleteResultSchema: z.ZodNullable>; //# sourceMappingURL=PatientDocumentDeleteResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/PatientDocumentFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/PatientDocumentFindFirstResult.schema.d.ts index 94330db9..a9f44e5e 100644 --- a/packages/db/shared/schemas/results/PatientDocumentFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientDocumentFindFirstResult.schema.d.ts @@ -11,26 +11,26 @@ export declare const PatientDocumentFindFirstResultSchema: z.ZodNullable>; //# sourceMappingURL=PatientDocumentFindFirstResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/PatientDocumentFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/PatientDocumentFindManyResult.schema.d.ts index 4d5a782d..bdd48463 100644 --- a/packages/db/shared/schemas/results/PatientDocumentFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientDocumentFindManyResult.schema.d.ts @@ -12,26 +12,26 @@ export declare const PatientDocumentFindManyResultSchema: z.ZodObject<{ updatedAt: z.ZodDate; patient: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }>, "many">; pagination: z.ZodObject<{ @@ -58,15 +58,15 @@ export declare const PatientDocumentFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }[]; pagination: { @@ -79,15 +79,15 @@ export declare const PatientDocumentFindManyResultSchema: z.ZodObject<{ }; }, { data: { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }[]; pagination: { diff --git a/packages/db/shared/schemas/results/PatientDocumentFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/PatientDocumentFindUniqueResult.schema.d.ts index cb4118e0..fe7fc594 100644 --- a/packages/db/shared/schemas/results/PatientDocumentFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientDocumentFindUniqueResult.schema.d.ts @@ -11,26 +11,26 @@ export declare const PatientDocumentFindUniqueResultSchema: z.ZodNullable>; //# sourceMappingURL=PatientDocumentFindUniqueResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/PatientDocumentGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/PatientDocumentGroupByResult.schema.d.ts index f40df9e7..1a9cc81a 100644 --- a/packages/db/shared/schemas/results/PatientDocumentGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientDocumentGroupByResult.schema.d.ts @@ -21,27 +21,27 @@ export declare const PatientDocumentGroupByResultSchema: z.ZodArray>; _sum: z.ZodOptional; @@ -80,25 +80,25 @@ export declare const PatientDocumentGroupByResultSchema: z.ZodArray; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; }, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; }>>>; _max: z.ZodOptional; @@ -111,69 +111,69 @@ export declare const PatientDocumentGroupByResultSchema: z.ZodArray; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; }, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; }>>>; }, "strip", z.ZodTypeAny, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; _count?: { - id: number; filename: number; uploadedAt: number; + id: number; patientId: number; patient: number; mimeType: number; + filePath: number; updatedAt: number; originalName: number; fileSize: number; - filePath: number; } | undefined; _min?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; } | null | undefined; _max?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; patientId: number | null; mimeType: string | null; + filePath: string | null; updatedAt: Date | null; originalName: string | null; fileSize: bigint | null; - filePath: string | null; } | null | undefined; _avg?: { id: number | null; @@ -186,48 +186,48 @@ export declare const PatientDocumentGroupByResultSchema: z.ZodArray>; //# sourceMappingURL=PatientDocumentUpdateResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/PatientDocumentUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/PatientDocumentUpsertResult.schema.d.ts index 8d142b07..17b6907f 100644 --- a/packages/db/shared/schemas/results/PatientDocumentUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientDocumentUpsertResult.schema.d.ts @@ -11,26 +11,26 @@ export declare const PatientDocumentUpsertResultSchema: z.ZodObject<{ updatedAt: z.ZodDate; patient: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }>; //# sourceMappingURL=PatientDocumentUpsertResult.schema.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/results/PatientFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/PatientFindFirstResult.schema.d.ts index 6be26b7d..6a88f08b 100644 --- a/packages/db/shared/schemas/results/PatientFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientFindFirstResult.schema.d.ts @@ -28,10 +28,10 @@ export declare const PatientFindFirstResultSchema: z.ZodNullable; documents: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; @@ -56,10 +56,10 @@ export declare const PatientFindFirstResultSchema: z.ZodNullable; documents: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; @@ -57,10 +57,10 @@ export declare const PatientFindManyResultSchema: z.ZodObject<{ allergies?: string | undefined; medicalConditions?: string | undefined; }, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; @@ -109,10 +109,10 @@ export declare const PatientFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; @@ -147,10 +147,10 @@ export declare const PatientFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; diff --git a/packages/db/shared/schemas/results/PatientFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/PatientFindUniqueResult.schema.d.ts index eea83912..0f4d4fdc 100644 --- a/packages/db/shared/schemas/results/PatientFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PatientFindUniqueResult.schema.d.ts @@ -28,10 +28,10 @@ export declare const PatientFindUniqueResultSchema: z.ZodNullable; documents: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; @@ -56,10 +56,10 @@ export declare const PatientFindUniqueResultSchema: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; email: string | null; phone: string | null; @@ -162,8 +162,8 @@ export declare const PatientGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; email: string | null; phone: string | null; @@ -220,8 +220,8 @@ export declare const PatientGroupByResultSchema: z.ZodArray>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; email: string; phone: string; @@ -260,11 +260,11 @@ export declare const PatientGroupByResultSchema: z.ZodArray; documents: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; @@ -56,10 +56,10 @@ export declare const PatientUpdateResultSchema: z.ZodNullable; documents: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; @@ -56,10 +56,10 @@ export declare const PatientUpsertResultSchema: z.ZodObject<{ allergies?: string | undefined; medicalConditions?: string | undefined; }, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; diff --git a/packages/db/shared/schemas/results/PaymentAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/PaymentAggregateResult.schema.d.ts index a85004dd..4bae62b5 100644 --- a/packages/db/shared/schemas/results/PaymentAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PaymentAggregateResult.schema.d.ts @@ -22,12 +22,12 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ serviceLines: z.ZodNumber; }, "strip", z.ZodTypeAny, { status: number; - createdAt: number; id: number; - userId: number; + createdAt: number; patientId: number; patient: number; notes: number; + userId: number; claimId: number; claim: number; totalBilled: number; @@ -42,12 +42,12 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ updatedById: number; }, { status: number; - createdAt: number; id: number; - userId: number; + createdAt: number; patientId: number; patient: number; notes: number; + userId: number; claimId: number; claim: number; totalBilled: number; @@ -73,8 +73,8 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ totalDue: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -83,8 +83,8 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ updatedById: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -104,8 +104,8 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ totalDue: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -114,8 +114,8 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ updatedById: number | null; }, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -138,11 +138,11 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ createdAt: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; notes: string | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -152,11 +152,11 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ updatedAt: Date | null; updatedById: number | null; }, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; notes: string | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -181,11 +181,11 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ createdAt: z.ZodNullable; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; notes: string | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -195,11 +195,11 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ updatedAt: Date | null; updatedById: number | null; }, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; notes: string | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -212,12 +212,12 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ }, "strip", z.ZodTypeAny, { _count?: { status: number; - createdAt: number; id: number; - userId: number; + createdAt: number; patientId: number; patient: number; notes: number; + userId: number; claimId: number; claim: number; totalBilled: number; @@ -232,11 +232,11 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ updatedById: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; notes: string | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -247,11 +247,11 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ updatedById: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; notes: string | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -263,8 +263,8 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ } | null | undefined; _avg?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -274,8 +274,8 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ } | null | undefined; _sum?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -286,12 +286,12 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ }, { _count?: { status: number; - createdAt: number; id: number; - userId: number; + createdAt: number; patientId: number; patient: number; notes: number; + userId: number; claimId: number; claim: number; totalBilled: number; @@ -306,11 +306,11 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ updatedById: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; notes: string | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -321,11 +321,11 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ updatedById: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; notes: string | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -337,8 +337,8 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ } | null | undefined; _avg?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -348,8 +348,8 @@ export declare const PaymentAggregateResultSchema: z.ZodObject<{ } | null | undefined; _sum?: { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; diff --git a/packages/db/shared/schemas/results/PaymentCreateResult.schema.d.ts b/packages/db/shared/schemas/results/PaymentCreateResult.schema.d.ts index a88e83d4..fd0bdafe 100644 --- a/packages/db/shared/schemas/results/PaymentCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PaymentCreateResult.schema.d.ts @@ -20,10 +20,10 @@ export declare const PaymentCreateResultSchema: z.ZodObject<{ serviceLineTransactions: z.ZodArray; serviceLines: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; @@ -40,10 +40,10 @@ export declare const PaymentCreateResultSchema: z.ZodObject<{ updatedBy?: unknown; updatedById?: number | undefined; }, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; diff --git a/packages/db/shared/schemas/results/PaymentDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/PaymentDeleteResult.schema.d.ts index b34a8675..09e27b9a 100644 --- a/packages/db/shared/schemas/results/PaymentDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PaymentDeleteResult.schema.d.ts @@ -20,10 +20,10 @@ export declare const PaymentDeleteResultSchema: z.ZodNullable; serviceLines: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; @@ -40,10 +40,10 @@ export declare const PaymentDeleteResultSchema: z.ZodNullable; serviceLines: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; @@ -40,10 +40,10 @@ export declare const PaymentFindFirstResultSchema: z.ZodNullable; serviceLines: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; @@ -41,10 +41,10 @@ export declare const PaymentFindManyResultSchema: z.ZodObject<{ updatedBy?: unknown; updatedById?: number | undefined; }, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; @@ -85,10 +85,10 @@ export declare const PaymentFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; @@ -115,10 +115,10 @@ export declare const PaymentFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; diff --git a/packages/db/shared/schemas/results/PaymentFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/PaymentFindUniqueResult.schema.d.ts index 111cdac3..aeed06b4 100644 --- a/packages/db/shared/schemas/results/PaymentFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PaymentFindUniqueResult.schema.d.ts @@ -20,10 +20,10 @@ export declare const PaymentFindUniqueResultSchema: z.ZodNullable; serviceLines: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; @@ -40,10 +40,10 @@ export declare const PaymentFindUniqueResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -96,8 +96,8 @@ export declare const PaymentGroupByResultSchema: z.ZodArray; }, "strip", z.ZodTypeAny, { id: number | null; - userId: number | null; patientId: number | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -127,8 +127,8 @@ export declare const PaymentGroupByResultSchema: z.ZodArray; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; notes: string | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -165,11 +165,11 @@ export declare const PaymentGroupByResultSchema: z.ZodArray; updatedAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; - userId: number | null; + createdAt: Date | null; patientId: number | null; notes: string | null; + userId: number | null; claimId: number | null; totalBilled: number | null; totalPaid: number | null; @@ -208,11 +208,11 @@ export declare const PaymentGroupByResultSchema: z.ZodArray>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; notes: string; + userId: number; claimId: number; totalBilled: number; totalPaid: number; @@ -238,12 +238,12 @@ export declare const PaymentGroupByResultSchema: z.ZodArray; serviceLines: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; @@ -40,10 +40,10 @@ export declare const PaymentUpdateResultSchema: z.ZodNullable; serviceLines: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; @@ -40,10 +40,10 @@ export declare const PaymentUpsertResultSchema: z.ZodObject<{ updatedBy?: unknown; updatedById?: number | undefined; }, { - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; diff --git a/packages/db/shared/schemas/results/PdfFileAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/PdfFileAggregateResult.schema.d.ts index 25d527be..95630e79 100644 --- a/packages/db/shared/schemas/results/PdfFileAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfFileAggregateResult.schema.d.ts @@ -8,17 +8,17 @@ export declare const PdfFileAggregateResultSchema: z.ZodObject<{ groupId: z.ZodNumber; group: z.ZodNumber; }, "strip", z.ZodTypeAny, { - id: number; filename: number; pdfData: number; uploadedAt: number; + id: number; groupId: number; group: number; }, { - id: number; filename: number; pdfData: number; uploadedAt: number; + id: number; groupId: number; group: number; }>>; @@ -48,14 +48,14 @@ export declare const PdfFileAggregateResultSchema: z.ZodObject<{ uploadedAt: z.ZodNullable; groupId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; }, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; }>>>; _max: z.ZodOptional; groupId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; }, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; }>>>; }, "strip", z.ZodTypeAny, { _count?: { - id: number; filename: number; pdfData: number; uploadedAt: number; + id: number; groupId: number; group: number; } | undefined; _min?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; } | null | undefined; _max?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; } | null | undefined; _avg?: { @@ -105,23 +105,23 @@ export declare const PdfFileAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { - id: number; filename: number; pdfData: number; uploadedAt: number; + id: number; groupId: number; group: number; } | undefined; _min?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; } | null | undefined; _max?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; } | null | undefined; _avg?: { diff --git a/packages/db/shared/schemas/results/PdfFileCreateResult.schema.d.ts b/packages/db/shared/schemas/results/PdfFileCreateResult.schema.d.ts index 039ae82f..60e79a3e 100644 --- a/packages/db/shared/schemas/results/PdfFileCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfFileCreateResult.schema.d.ts @@ -7,17 +7,17 @@ export declare const PdfFileCreateResultSchema: z.ZodObject<{ groupId: z.ZodNumber; group: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }>; diff --git a/packages/db/shared/schemas/results/PdfFileDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/PdfFileDeleteResult.schema.d.ts index ef3d7a84..020a3954 100644 --- a/packages/db/shared/schemas/results/PdfFileDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfFileDeleteResult.schema.d.ts @@ -7,17 +7,17 @@ export declare const PdfFileDeleteResultSchema: z.ZodNullable; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }>>; diff --git a/packages/db/shared/schemas/results/PdfFileFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/PdfFileFindFirstResult.schema.d.ts index 4615660c..627623c3 100644 --- a/packages/db/shared/schemas/results/PdfFileFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfFileFindFirstResult.schema.d.ts @@ -7,17 +7,17 @@ export declare const PdfFileFindFirstResultSchema: z.ZodNullable; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }>>; diff --git a/packages/db/shared/schemas/results/PdfFileFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/PdfFileFindManyResult.schema.d.ts index 6f8de07f..44f52fd1 100644 --- a/packages/db/shared/schemas/results/PdfFileFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfFileFindManyResult.schema.d.ts @@ -8,17 +8,17 @@ export declare const PdfFileFindManyResultSchema: z.ZodObject<{ groupId: z.ZodNumber; group: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }>, "many">; @@ -46,10 +46,10 @@ export declare const PdfFileFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }[]; @@ -63,10 +63,10 @@ export declare const PdfFileFindManyResultSchema: z.ZodObject<{ }; }, { data: { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }[]; diff --git a/packages/db/shared/schemas/results/PdfFileFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/PdfFileFindUniqueResult.schema.d.ts index 5caac4f3..d770ec38 100644 --- a/packages/db/shared/schemas/results/PdfFileFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfFileFindUniqueResult.schema.d.ts @@ -7,17 +7,17 @@ export declare const PdfFileFindUniqueResultSchema: z.ZodNullable; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }>>; diff --git a/packages/db/shared/schemas/results/PdfFileGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/PdfFileGroupByResult.schema.d.ts index a09dfa5c..817a07c1 100644 --- a/packages/db/shared/schemas/results/PdfFileGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfFileGroupByResult.schema.d.ts @@ -13,17 +13,17 @@ export declare const PdfFileGroupByResultSchema: z.ZodArray>; @@ -53,14 +53,14 @@ export declare const PdfFileGroupByResultSchema: z.ZodArray; groupId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; }, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; }>>>; _max: z.ZodOptional; groupId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; }, { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; }>>>; }, "strip", z.ZodTypeAny, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; _count?: { - id: number; filename: number; pdfData: number; uploadedAt: number; + id: number; groupId: number; group: number; } | undefined; _min?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; } | null | undefined; _max?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; } | null | undefined; _avg?: { @@ -114,29 +114,29 @@ export declare const PdfFileGroupByResultSchema: z.ZodArray; uploadedAt: Date; + id: number; groupId: number; _count?: { - id: number; filename: number; pdfData: number; uploadedAt: number; + id: number; groupId: number; group: number; } | undefined; _min?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; } | null | undefined; _max?: { - id: number | null; filename: string | null; uploadedAt: Date | null; + id: number | null; groupId: number | null; } | null | undefined; _avg?: { diff --git a/packages/db/shared/schemas/results/PdfFileUpdateResult.schema.d.ts b/packages/db/shared/schemas/results/PdfFileUpdateResult.schema.d.ts index 282fa44b..72ba9a11 100644 --- a/packages/db/shared/schemas/results/PdfFileUpdateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfFileUpdateResult.schema.d.ts @@ -7,17 +7,17 @@ export declare const PdfFileUpdateResultSchema: z.ZodNullable; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }>>; diff --git a/packages/db/shared/schemas/results/PdfFileUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/PdfFileUpsertResult.schema.d.ts index db6445ce..b95d8e3d 100644 --- a/packages/db/shared/schemas/results/PdfFileUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfFileUpsertResult.schema.d.ts @@ -7,17 +7,17 @@ export declare const PdfFileUpsertResultSchema: z.ZodObject<{ groupId: z.ZodNumber; group: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }>; diff --git a/packages/db/shared/schemas/results/PdfGroupAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/PdfGroupAggregateResult.schema.d.ts index 1d8480aa..a47858df 100644 --- a/packages/db/shared/schemas/results/PdfGroupAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfGroupAggregateResult.schema.d.ts @@ -9,18 +9,18 @@ export declare const PdfGroupAggregateResultSchema: z.ZodObject<{ patient: z.ZodNumber; pdfs: z.ZodNumber; }, "strip", z.ZodTypeAny, { - createdAt: number; id: number; title: number; titleKey: number; + createdAt: number; pdfs: number; patientId: number; patient: number; }, { - createdAt: number; id: number; title: number; titleKey: number; + createdAt: number; pdfs: number; patientId: number; patient: number; @@ -51,14 +51,14 @@ export declare const PdfGroupAggregateResultSchema: z.ZodObject<{ createdAt: z.ZodNullable; patientId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; }, { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; }>>>; _max: z.ZodOptional; patientId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; }, { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; }>>>; }, "strip", z.ZodTypeAny, { _count?: { - createdAt: number; id: number; title: number; titleKey: number; + createdAt: number; pdfs: number; patientId: number; patient: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; } | null | undefined; _avg?: { @@ -109,24 +109,24 @@ export declare const PdfGroupAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { - createdAt: number; id: number; title: number; titleKey: number; + createdAt: number; pdfs: number; patientId: number; patient: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; } | null | undefined; _avg?: { diff --git a/packages/db/shared/schemas/results/PdfGroupCreateResult.schema.d.ts b/packages/db/shared/schemas/results/PdfGroupCreateResult.schema.d.ts index 375c9861..b5bb3ff7 100644 --- a/packages/db/shared/schemas/results/PdfGroupCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfGroupCreateResult.schema.d.ts @@ -8,17 +8,17 @@ export declare const PdfGroupCreateResultSchema: z.ZodObject<{ patient: z.ZodUnknown; pdfs: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; patient?: unknown; }, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; diff --git a/packages/db/shared/schemas/results/PdfGroupDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/PdfGroupDeleteResult.schema.d.ts index 46cf7127..6272be2f 100644 --- a/packages/db/shared/schemas/results/PdfGroupDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfGroupDeleteResult.schema.d.ts @@ -8,17 +8,17 @@ export declare const PdfGroupDeleteResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; patient?: unknown; }, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; diff --git a/packages/db/shared/schemas/results/PdfGroupFindFirstResult.schema.d.ts b/packages/db/shared/schemas/results/PdfGroupFindFirstResult.schema.d.ts index ba184c08..7ba8db2d 100644 --- a/packages/db/shared/schemas/results/PdfGroupFindFirstResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfGroupFindFirstResult.schema.d.ts @@ -8,17 +8,17 @@ export declare const PdfGroupFindFirstResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; patient?: unknown; }, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; diff --git a/packages/db/shared/schemas/results/PdfGroupFindManyResult.schema.d.ts b/packages/db/shared/schemas/results/PdfGroupFindManyResult.schema.d.ts index 8f1c127c..aab6c9ed 100644 --- a/packages/db/shared/schemas/results/PdfGroupFindManyResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfGroupFindManyResult.schema.d.ts @@ -9,17 +9,17 @@ export declare const PdfGroupFindManyResultSchema: z.ZodObject<{ patient: z.ZodUnknown; pdfs: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; patient?: unknown; }, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; @@ -49,9 +49,9 @@ export declare const PdfGroupFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; @@ -67,9 +67,9 @@ export declare const PdfGroupFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; diff --git a/packages/db/shared/schemas/results/PdfGroupFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/PdfGroupFindUniqueResult.schema.d.ts index 9cbbe2e6..4a5fc9c0 100644 --- a/packages/db/shared/schemas/results/PdfGroupFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfGroupFindUniqueResult.schema.d.ts @@ -8,17 +8,17 @@ export declare const PdfGroupFindUniqueResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; patient?: unknown; }, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; diff --git a/packages/db/shared/schemas/results/PdfGroupGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/PdfGroupGroupByResult.schema.d.ts index 2cef715b..0b85e22f 100644 --- a/packages/db/shared/schemas/results/PdfGroupGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfGroupGroupByResult.schema.d.ts @@ -13,18 +13,18 @@ export declare const PdfGroupGroupByResultSchema: z.ZodArray; patientId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; }, { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; }>>>; _max: z.ZodOptional; patientId: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; }, { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; }>>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; + createdAt: Date; patientId: number; _count?: { - createdAt: number; id: number; title: number; titleKey: number; + createdAt: number; pdfs: number; patientId: number; patient: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; title: string | null; + createdAt: Date | null; patientId: number | null; } | null | undefined; _avg?: { @@ -116,29 +116,29 @@ export declare const PdfGroupGroupByResultSchema: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; patient?: unknown; }, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; diff --git a/packages/db/shared/schemas/results/PdfGroupUpsertResult.schema.d.ts b/packages/db/shared/schemas/results/PdfGroupUpsertResult.schema.d.ts index 52e964b7..69e023a3 100644 --- a/packages/db/shared/schemas/results/PdfGroupUpsertResult.schema.d.ts +++ b/packages/db/shared/schemas/results/PdfGroupUpsertResult.schema.d.ts @@ -8,17 +8,17 @@ export declare const PdfGroupUpsertResultSchema: z.ZodObject<{ patient: z.ZodUnknown; pdfs: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; patient?: unknown; }, { - createdAt: Date; id: number; title: string; + createdAt: Date; pdfs: unknown[]; patientId: number; titleKey?: unknown; diff --git a/packages/db/shared/schemas/results/ServiceLineTransactionAggregateResult.schema.d.ts b/packages/db/shared/schemas/results/ServiceLineTransactionAggregateResult.schema.d.ts index c018b3a0..eff7cd2a 100644 --- a/packages/db/shared/schemas/results/ServiceLineTransactionAggregateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ServiceLineTransactionAggregateResult.schema.d.ts @@ -15,8 +15,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ payment: z.ZodNumber; serviceLine: z.ZodNumber; }, "strip", z.ZodTypeAny, { - createdAt: number; id: number; + createdAt: number; notes: number; paymentId: number; transactionId: number; @@ -29,8 +29,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ payment: number; serviceLine: number; }, { - createdAt: number; id: number; + createdAt: number; notes: number; paymentId: number; transactionId: number; @@ -93,8 +93,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ notes: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; notes: string | null; paymentId: number | null; transactionId: string | null; @@ -104,8 +104,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ payerName: string | null; serviceLineId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; notes: string | null; paymentId: number | null; transactionId: string | null; @@ -127,8 +127,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ notes: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; notes: string | null; paymentId: number | null; transactionId: string | null; @@ -138,8 +138,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ payerName: string | null; serviceLineId: number | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; notes: string | null; paymentId: number | null; transactionId: string | null; @@ -151,8 +151,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ }>>>; }, "strip", z.ZodTypeAny, { _count?: { - createdAt: number; id: number; + createdAt: number; notes: number; paymentId: number; transactionId: number; @@ -166,8 +166,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ serviceLine: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; notes: string | null; paymentId: number | null; transactionId: string | null; @@ -178,8 +178,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ serviceLineId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; notes: string | null; paymentId: number | null; transactionId: string | null; @@ -205,8 +205,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { - createdAt: number; id: number; + createdAt: number; notes: number; paymentId: number; transactionId: number; @@ -220,8 +220,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ serviceLine: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; notes: string | null; paymentId: number | null; transactionId: string | null; @@ -232,8 +232,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{ serviceLineId: number | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; notes: string | null; paymentId: number | null; transactionId: string | null; diff --git a/packages/db/shared/schemas/results/ServiceLineTransactionCreateResult.schema.d.ts b/packages/db/shared/schemas/results/ServiceLineTransactionCreateResult.schema.d.ts index bf8eac59..7d0a0bc4 100644 --- a/packages/db/shared/schemas/results/ServiceLineTransactionCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ServiceLineTransactionCreateResult.schema.d.ts @@ -14,8 +14,8 @@ export declare const ServiceLineTransactionCreateResultSchema: z.ZodObject<{ payment: z.ZodUnknown; serviceLine: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; paymentId: number; paidAmount: number; adjustedAmount: number; @@ -28,8 +28,8 @@ export declare const ServiceLineTransactionCreateResultSchema: z.ZodObject<{ payment?: unknown; serviceLine?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; paymentId: number; paidAmount: number; adjustedAmount: number; diff --git a/packages/db/shared/schemas/results/ServiceLineTransactionDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/ServiceLineTransactionDeleteResult.schema.d.ts index a9ec752c..4074ee61 100644 --- a/packages/db/shared/schemas/results/ServiceLineTransactionDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ServiceLineTransactionDeleteResult.schema.d.ts @@ -14,8 +14,8 @@ export declare const ServiceLineTransactionDeleteResultSchema: z.ZodNullable; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; + createdAt: Date; paymentId: number; paidAmount: number; adjustedAmount: number; @@ -91,8 +91,8 @@ export declare const ServiceLineTransactionFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; + createdAt: Date; paymentId: number; paidAmount: number; adjustedAmount: number; diff --git a/packages/db/shared/schemas/results/ServiceLineTransactionFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/ServiceLineTransactionFindUniqueResult.schema.d.ts index bd60c9c9..4191a157 100644 --- a/packages/db/shared/schemas/results/ServiceLineTransactionFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ServiceLineTransactionFindUniqueResult.schema.d.ts @@ -14,8 +14,8 @@ export declare const ServiceLineTransactionFindUniqueResultSchema: z.ZodNullable payment: z.ZodUnknown; serviceLine: z.ZodUnknown; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; paymentId: number; paidAmount: number; adjustedAmount: number; @@ -28,8 +28,8 @@ export declare const ServiceLineTransactionFindUniqueResultSchema: z.ZodNullable payment?: unknown; serviceLine?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; paymentId: number; paidAmount: number; adjustedAmount: number; diff --git a/packages/db/shared/schemas/results/ServiceLineTransactionGroupByResult.schema.d.ts b/packages/db/shared/schemas/results/ServiceLineTransactionGroupByResult.schema.d.ts index 3e8db681..7b8e9738 100644 --- a/packages/db/shared/schemas/results/ServiceLineTransactionGroupByResult.schema.d.ts +++ b/packages/db/shared/schemas/results/ServiceLineTransactionGroupByResult.schema.d.ts @@ -25,8 +25,8 @@ export declare const ServiceLineTransactionGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; notes: string | null; paymentId: number | null; transactionId: string | null; @@ -114,8 +114,8 @@ export declare const ServiceLineTransactionGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; notes: string | null; paymentId: number | null; transactionId: string | null; @@ -148,8 +148,8 @@ export declare const ServiceLineTransactionGroupByResultSchema: z.ZodArray>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; notes: string; paymentId: number; transactionId: string; @@ -171,8 +171,8 @@ export declare const ServiceLineTransactionGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; role: string | null; phone: string | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; @@ -88,16 +88,16 @@ export declare const StaffAggregateResultSchema: z.ZodObject<{ phone: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; role: string | null; phone: string | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; @@ -106,10 +106,10 @@ export declare const StaffAggregateResultSchema: z.ZodObject<{ }>>>; }, "strip", z.ZodTypeAny, { _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; claims: number; name: number; email: number; @@ -118,8 +118,8 @@ export declare const StaffAggregateResultSchema: z.ZodObject<{ appointments: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; @@ -127,8 +127,8 @@ export declare const StaffAggregateResultSchema: z.ZodObject<{ phone: string | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; @@ -145,10 +145,10 @@ export declare const StaffAggregateResultSchema: z.ZodObject<{ } | null | undefined; }, { _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; claims: number; name: number; email: number; @@ -157,8 +157,8 @@ export declare const StaffAggregateResultSchema: z.ZodObject<{ appointments: number; } | undefined; _min?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; @@ -166,8 +166,8 @@ export declare const StaffAggregateResultSchema: z.ZodObject<{ phone: string | null; } | null | undefined; _max?: { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; diff --git a/packages/db/shared/schemas/results/StaffCreateResult.schema.d.ts b/packages/db/shared/schemas/results/StaffCreateResult.schema.d.ts index 563d134c..75633c74 100644 --- a/packages/db/shared/schemas/results/StaffCreateResult.schema.d.ts +++ b/packages/db/shared/schemas/results/StaffCreateResult.schema.d.ts @@ -11,8 +11,8 @@ export declare const StaffCreateResultSchema: z.ZodObject<{ appointments: z.ZodArray; claims: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -22,8 +22,8 @@ export declare const StaffCreateResultSchema: z.ZodObject<{ email?: string | undefined; phone?: string | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; diff --git a/packages/db/shared/schemas/results/StaffDeleteResult.schema.d.ts b/packages/db/shared/schemas/results/StaffDeleteResult.schema.d.ts index 6016ec8d..699b2bc1 100644 --- a/packages/db/shared/schemas/results/StaffDeleteResult.schema.d.ts +++ b/packages/db/shared/schemas/results/StaffDeleteResult.schema.d.ts @@ -11,8 +11,8 @@ export declare const StaffDeleteResultSchema: z.ZodNullable; claims: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -22,8 +22,8 @@ export declare const StaffDeleteResultSchema: z.ZodNullable; claims: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -22,8 +22,8 @@ export declare const StaffFindFirstResultSchema: z.ZodNullable; claims: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -23,8 +23,8 @@ export declare const StaffFindManyResultSchema: z.ZodObject<{ email?: string | undefined; phone?: string | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -58,8 +58,8 @@ export declare const StaffFindManyResultSchema: z.ZodObject<{ }>; }, "strip", z.ZodTypeAny, { data: { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -79,8 +79,8 @@ export declare const StaffFindManyResultSchema: z.ZodObject<{ }; }, { data: { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; diff --git a/packages/db/shared/schemas/results/StaffFindUniqueResult.schema.d.ts b/packages/db/shared/schemas/results/StaffFindUniqueResult.schema.d.ts index 80a44d56..5122562f 100644 --- a/packages/db/shared/schemas/results/StaffFindUniqueResult.schema.d.ts +++ b/packages/db/shared/schemas/results/StaffFindUniqueResult.schema.d.ts @@ -11,8 +11,8 @@ export declare const StaffFindUniqueResultSchema: z.ZodNullable; claims: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -22,8 +22,8 @@ export declare const StaffFindUniqueResultSchema: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; role: string | null; phone: string | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; @@ -95,16 +95,16 @@ export declare const StaffGroupByResultSchema: z.ZodArray; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; role: string | null; phone: string | null; }, { - createdAt: Date | null; id: number | null; + createdAt: Date | null; userId: number | null; name: string | null; email: string | null; @@ -112,18 +112,18 @@ export declare const StaffGroupByResultSchema: z.ZodArray>>; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; email: string; role: string; phone: string; _count?: { - createdAt: number; id: number; - userId: number; + createdAt: number; user: number; + userId: number; claims: number; name: number; email: number; @@ -132,8 +132,8 @@ export declare const StaffGroupByResultSchema: z.ZodArray; claims: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -22,8 +22,8 @@ export declare const StaffUpdateResultSchema: z.ZodNullable; claims: z.ZodArray; }, "strip", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -22,8 +22,8 @@ export declare const StaffUpsertResultSchema: z.ZodObject<{ email?: string | undefined; phone?: string | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; diff --git a/packages/db/shared/schemas/results/index.ts b/packages/db/shared/schemas/results/index.ts index 82208fb2..96e54800 100644 --- a/packages/db/shared/schemas/results/index.ts +++ b/packages/db/shared/schemas/results/index.ts @@ -37,6 +37,19 @@ export { AppointmentDeleteManyResultSchema } from './AppointmentDeleteManyResult export { AppointmentAggregateResultSchema } from './AppointmentAggregateResult.schema'; export { AppointmentGroupByResultSchema } from './AppointmentGroupByResult.schema'; export { AppointmentCountResultSchema } from './AppointmentCountResult.schema'; +export { AppointmentFileFindUniqueResultSchema } from './AppointmentFileFindUniqueResult.schema'; +export { AppointmentFileFindFirstResultSchema } from './AppointmentFileFindFirstResult.schema'; +export { AppointmentFileFindManyResultSchema } from './AppointmentFileFindManyResult.schema'; +export { AppointmentFileCreateResultSchema } from './AppointmentFileCreateResult.schema'; +export { AppointmentFileCreateManyResultSchema } from './AppointmentFileCreateManyResult.schema'; +export { AppointmentFileUpdateResultSchema } from './AppointmentFileUpdateResult.schema'; +export { AppointmentFileUpdateManyResultSchema } from './AppointmentFileUpdateManyResult.schema'; +export { AppointmentFileUpsertResultSchema } from './AppointmentFileUpsertResult.schema'; +export { AppointmentFileDeleteResultSchema } from './AppointmentFileDeleteResult.schema'; +export { AppointmentFileDeleteManyResultSchema } from './AppointmentFileDeleteManyResult.schema'; +export { AppointmentFileAggregateResultSchema } from './AppointmentFileAggregateResult.schema'; +export { AppointmentFileGroupByResultSchema } from './AppointmentFileGroupByResult.schema'; +export { AppointmentFileCountResultSchema } from './AppointmentFileCountResult.schema'; export { StaffFindUniqueResultSchema } from './StaffFindUniqueResult.schema'; export { StaffFindFirstResultSchema } from './StaffFindFirstResult.schema'; export { StaffFindManyResultSchema } from './StaffFindManyResult.schema'; diff --git a/packages/db/shared/schemas/updateManyAndReturnAppointmentFile.schema.ts b/packages/db/shared/schemas/updateManyAndReturnAppointmentFile.schema.ts new file mode 100644 index 00000000..b29e2038 --- /dev/null +++ b/packages/db/shared/schemas/updateManyAndReturnAppointmentFile.schema.ts @@ -0,0 +1,9 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileSelectObjectSchema as AppointmentFileSelectObjectSchema } from './objects/AppointmentFileSelect.schema'; +import { AppointmentFileUpdateManyMutationInputObjectSchema as AppointmentFileUpdateManyMutationInputObjectSchema } from './objects/AppointmentFileUpdateManyMutationInput.schema'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './objects/AppointmentFileWhereInput.schema'; + +export const AppointmentFileUpdateManyAndReturnSchema: z.ZodType = z.object({ select: AppointmentFileSelectObjectSchema.optional(), data: AppointmentFileUpdateManyMutationInputObjectSchema, where: AppointmentFileWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileUpdateManyAndReturnZodSchema = z.object({ select: AppointmentFileSelectObjectSchema.optional(), data: AppointmentFileUpdateManyMutationInputObjectSchema, where: AppointmentFileWhereInputObjectSchema.optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/updateManyAppointmentFile.schema.ts b/packages/db/shared/schemas/updateManyAppointmentFile.schema.ts new file mode 100644 index 00000000..34d5611c --- /dev/null +++ b/packages/db/shared/schemas/updateManyAppointmentFile.schema.ts @@ -0,0 +1,8 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileUpdateManyMutationInputObjectSchema as AppointmentFileUpdateManyMutationInputObjectSchema } from './objects/AppointmentFileUpdateManyMutationInput.schema'; +import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './objects/AppointmentFileWhereInput.schema'; + +export const AppointmentFileUpdateManySchema: z.ZodType = z.object({ data: AppointmentFileUpdateManyMutationInputObjectSchema, where: AppointmentFileWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; + +export const AppointmentFileUpdateManyZodSchema = z.object({ data: AppointmentFileUpdateManyMutationInputObjectSchema, where: AppointmentFileWhereInputObjectSchema.optional() }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/updateOneAppointmentFile.schema.ts b/packages/db/shared/schemas/updateOneAppointmentFile.schema.ts new file mode 100644 index 00000000..24353d73 --- /dev/null +++ b/packages/db/shared/schemas/updateOneAppointmentFile.schema.ts @@ -0,0 +1,11 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileSelectObjectSchema as AppointmentFileSelectObjectSchema } from './objects/AppointmentFileSelect.schema'; +import { AppointmentFileIncludeObjectSchema as AppointmentFileIncludeObjectSchema } from './objects/AppointmentFileInclude.schema'; +import { AppointmentFileUpdateInputObjectSchema as AppointmentFileUpdateInputObjectSchema } from './objects/AppointmentFileUpdateInput.schema'; +import { AppointmentFileUncheckedUpdateInputObjectSchema as AppointmentFileUncheckedUpdateInputObjectSchema } from './objects/AppointmentFileUncheckedUpdateInput.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './objects/AppointmentFileWhereUniqueInput.schema'; + +export const AppointmentFileUpdateOneSchema: z.ZodType = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), data: z.union([AppointmentFileUpdateInputObjectSchema, AppointmentFileUncheckedUpdateInputObjectSchema]), where: AppointmentFileWhereUniqueInputObjectSchema }).strict() as unknown as z.ZodType; + +export const AppointmentFileUpdateOneZodSchema = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), data: z.union([AppointmentFileUpdateInputObjectSchema, AppointmentFileUncheckedUpdateInputObjectSchema]), where: AppointmentFileWhereUniqueInputObjectSchema }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/upsertOneAppointmentFile.schema.ts b/packages/db/shared/schemas/upsertOneAppointmentFile.schema.ts new file mode 100644 index 00000000..28d1a6bd --- /dev/null +++ b/packages/db/shared/schemas/upsertOneAppointmentFile.schema.ts @@ -0,0 +1,13 @@ +import type { Prisma } from '../../generated/prisma'; +import * as z from 'zod'; +import { AppointmentFileSelectObjectSchema as AppointmentFileSelectObjectSchema } from './objects/AppointmentFileSelect.schema'; +import { AppointmentFileIncludeObjectSchema as AppointmentFileIncludeObjectSchema } from './objects/AppointmentFileInclude.schema'; +import { AppointmentFileWhereUniqueInputObjectSchema as AppointmentFileWhereUniqueInputObjectSchema } from './objects/AppointmentFileWhereUniqueInput.schema'; +import { AppointmentFileCreateInputObjectSchema as AppointmentFileCreateInputObjectSchema } from './objects/AppointmentFileCreateInput.schema'; +import { AppointmentFileUncheckedCreateInputObjectSchema as AppointmentFileUncheckedCreateInputObjectSchema } from './objects/AppointmentFileUncheckedCreateInput.schema'; +import { AppointmentFileUpdateInputObjectSchema as AppointmentFileUpdateInputObjectSchema } from './objects/AppointmentFileUpdateInput.schema'; +import { AppointmentFileUncheckedUpdateInputObjectSchema as AppointmentFileUncheckedUpdateInputObjectSchema } from './objects/AppointmentFileUncheckedUpdateInput.schema'; + +export const AppointmentFileUpsertOneSchema: z.ZodType = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), where: AppointmentFileWhereUniqueInputObjectSchema, create: z.union([ AppointmentFileCreateInputObjectSchema, AppointmentFileUncheckedCreateInputObjectSchema ]), update: z.union([ AppointmentFileUpdateInputObjectSchema, AppointmentFileUncheckedUpdateInputObjectSchema ]) }).strict() as unknown as z.ZodType; + +export const AppointmentFileUpsertOneZodSchema = z.object({ select: AppointmentFileSelectObjectSchema.optional(), include: AppointmentFileIncludeObjectSchema.optional(), where: AppointmentFileWhereUniqueInputObjectSchema, create: z.union([ AppointmentFileCreateInputObjectSchema, AppointmentFileUncheckedCreateInputObjectSchema ]), update: z.union([ AppointmentFileUpdateInputObjectSchema, AppointmentFileUncheckedUpdateInputObjectSchema ]) }).strict(); \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/input/Appointment.input.d.ts b/packages/db/shared/schemas/variants/input/Appointment.input.d.ts index 4cd8a5c6..c4aae684 100644 --- a/packages/db/shared/schemas/variants/input/Appointment.input.d.ts +++ b/packages/db/shared/schemas/variants/input/Appointment.input.d.ts @@ -22,42 +22,42 @@ export declare const AppointmentInputSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; eligibilityStatus: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; notes?: string | null | undefined; procedureCodeNotes?: string | null | undefined; + user?: unknown; staff?: unknown; }, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; eligibilityStatus: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; notes?: string | null | undefined; procedureCodeNotes?: string | null | undefined; + user?: unknown; staff?: unknown; }>; export type AppointmentInputType = z.infer; diff --git a/packages/db/shared/schemas/variants/input/Appointment.input.ts b/packages/db/shared/schemas/variants/input/Appointment.input.ts index 39e3520c..5e785394 100644 --- a/packages/db/shared/schemas/variants/input/Appointment.input.ts +++ b/packages/db/shared/schemas/variants/input/Appointment.input.ts @@ -20,7 +20,8 @@ export const AppointmentInputSchema = z.object({ user: z.unknown(), staff: z.unknown().optional().nullable(), procedures: z.array(z.unknown()), - claims: z.array(z.unknown()) + claims: z.array(z.unknown()), + files: z.array(z.unknown()) }).strict(); export type AppointmentInputType = z.infer; diff --git a/packages/db/shared/schemas/variants/input/AppointmentFile.input.ts b/packages/db/shared/schemas/variants/input/AppointmentFile.input.ts new file mode 100644 index 00000000..001aab71 --- /dev/null +++ b/packages/db/shared/schemas/variants/input/AppointmentFile.input.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +// prettier-ignore +export const AppointmentFileInputSchema = z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().optional().nullable(), + filePath: z.string().optional().nullable(), + appointment: z.unknown() +}).strict(); + +export type AppointmentFileInputType = z.infer; diff --git a/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.d.ts b/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.d.ts index af048fed..c105368c 100644 --- a/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.d.ts +++ b/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.d.ts @@ -3,6 +3,7 @@ export declare const AppointmentProcedureInputSchema: z.ZodObject<{ id: z.ZodNumber; appointmentId: z.ZodNumber; patientId: z.ZodNumber; + npiProviderId: z.ZodNullable>; procedureCode: z.ZodString; procedureLabel: z.ZodNullable>; fee: z.ZodNullable>; @@ -15,14 +16,16 @@ export declare const AppointmentProcedureInputSchema: z.ZodObject<{ createdAt: z.ZodDate; appointment: z.ZodUnknown; patient: z.ZodUnknown; + npiProvider: z.ZodNullable>; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; source: "COMBO" | "MANUAL"; appointmentId: number; patient?: unknown; + npiProviderId?: number | null | undefined; procedureLabel?: string | null | undefined; fee?: number | null | undefined; category?: string | null | undefined; @@ -31,14 +34,16 @@ export declare const AppointmentProcedureInputSchema: z.ZodObject<{ oralCavityArea?: string | null | undefined; comboKey?: string | null | undefined; appointment?: unknown; + npiProvider?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; procedureCode: string; source: "COMBO" | "MANUAL"; appointmentId: number; patient?: unknown; + npiProviderId?: number | null | undefined; procedureLabel?: string | null | undefined; fee?: number | null | undefined; category?: string | null | undefined; @@ -47,6 +52,7 @@ export declare const AppointmentProcedureInputSchema: z.ZodObject<{ oralCavityArea?: string | null | undefined; comboKey?: string | null | undefined; appointment?: unknown; + npiProvider?: unknown; }>; export type AppointmentProcedureInputType = z.infer; //# sourceMappingURL=AppointmentProcedure.input.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.d.ts.map b/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.d.ts.map index aba1b70a..ee39e72d 100644 --- a/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.d.ts.map +++ b/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedure.input.d.ts","sourceRoot":"","sources":["AppointmentProcedure.input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBjC,CAAC;AAEZ,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedure.input.d.ts","sourceRoot":"","sources":["AppointmentProcedure.input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBjC,CAAC;AAEZ,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.js b/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.js index 54f3d37f..a5662a44 100644 --- a/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.js +++ b/packages/db/shared/schemas/variants/input/AppointmentProcedure.input.js @@ -41,6 +41,7 @@ exports.AppointmentProcedureInputSchema = z.object({ id: z.number().int(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().optional().nullable(), procedureCode: z.string(), procedureLabel: z.string().optional().nullable(), fee: z.number().optional().nullable(), @@ -52,5 +53,6 @@ exports.AppointmentProcedureInputSchema = z.object({ comboKey: z.string().optional().nullable(), createdAt: z.date(), appointment: z.unknown(), - patient: z.unknown() + patient: z.unknown(), + npiProvider: z.unknown().optional().nullable() }).strict(); diff --git a/packages/db/shared/schemas/variants/input/BackupDestination.input.d.ts b/packages/db/shared/schemas/variants/input/BackupDestination.input.d.ts index ffafa93a..97372516 100644 --- a/packages/db/shared/schemas/variants/input/BackupDestination.input.d.ts +++ b/packages/db/shared/schemas/variants/input/BackupDestination.input.d.ts @@ -8,15 +8,15 @@ export declare const BackupDestinationInputSchema: z.ZodObject<{ user: z.ZodUnknown; }, "strict", z.ZodTypeAny, { path: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; isActive: boolean; user?: unknown; }, { path: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; isActive: boolean; user?: unknown; diff --git a/packages/db/shared/schemas/variants/input/Claim.input.d.ts b/packages/db/shared/schemas/variants/input/Claim.input.d.ts index c77f3c02..0acaa704 100644 --- a/packages/db/shared/schemas/variants/input/Claim.input.d.ts +++ b/packages/db/shared/schemas/variants/input/Claim.input.d.ts @@ -17,20 +17,22 @@ export declare const ClaimInputSchema: z.ZodObject<{ updatedAt: z.ZodDate; status: z.ZodEnum<["PENDING", "APPROVED", "CANCELLED", "REVIEW", "VOID"]>; claimNumber: z.ZodNullable>; + npiProviderId: z.ZodNullable>; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodNullable>; staff: z.ZodNullable>; + npiProvider: z.ZodNullable>; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodNullable>; }, "strict", z.ZodTypeAny, { status: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -42,20 +44,22 @@ export declare const ClaimInputSchema: z.ZodObject<{ serviceDate: Date; insuranceProvider: string; claimFiles: unknown[]; - user?: unknown; patient?: unknown; + npiProviderId?: number | null | undefined; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeeth?: unknown; claimNumber?: string | null | undefined; }, { status: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -67,9 +71,11 @@ export declare const ClaimInputSchema: z.ZodObject<{ serviceDate: Date; insuranceProvider: string; claimFiles: unknown[]; - user?: unknown; patient?: unknown; + npiProviderId?: number | null | undefined; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeeth?: unknown; diff --git a/packages/db/shared/schemas/variants/input/Claim.input.d.ts.map b/packages/db/shared/schemas/variants/input/Claim.input.d.ts.map index 80ac5f1f..ff758377 100644 --- a/packages/db/shared/schemas/variants/input/Claim.input.d.ts.map +++ b/packages/db/shared/schemas/variants/input/Claim.input.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"Claim.input.d.ts","sourceRoot":"","sources":["Claim.input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBlB,CAAC;AAEZ,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"Claim.input.d.ts","sourceRoot":"","sources":["Claim.input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BlB,CAAC;AAEZ,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/input/Claim.input.js b/packages/db/shared/schemas/variants/input/Claim.input.js index c7e5be3a..aa2bef8f 100644 --- a/packages/db/shared/schemas/variants/input/Claim.input.js +++ b/packages/db/shared/schemas/variants/input/Claim.input.js @@ -56,10 +56,12 @@ exports.ClaimInputSchema = z.object({ updatedAt: z.date(), status: ClaimStatus_schema_1.ClaimStatusSchema, claimNumber: z.string().optional().nullable(), + npiProviderId: z.number().int().optional().nullable(), patient: z.unknown(), appointment: z.unknown(), user: z.unknown().optional().nullable(), staff: z.unknown().optional().nullable(), + npiProvider: z.unknown().optional().nullable(), serviceLines: z.array(z.unknown()), claimFiles: z.array(z.unknown()), payment: z.unknown().optional().nullable() diff --git a/packages/db/shared/schemas/variants/input/ClaimFile.input.d.ts b/packages/db/shared/schemas/variants/input/ClaimFile.input.d.ts index b8611912..5fe5f80d 100644 --- a/packages/db/shared/schemas/variants/input/ClaimFile.input.d.ts +++ b/packages/db/shared/schemas/variants/input/ClaimFile.input.d.ts @@ -4,18 +4,21 @@ export declare const ClaimFileInputSchema: z.ZodObject<{ claimId: z.ZodNumber; filename: z.ZodString; mimeType: z.ZodString; + filePath: z.ZodNullable>; claim: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | null | undefined; claim?: unknown; }, { - id: number; filename: string; + id: number; mimeType: string; claimId: number; + filePath?: string | null | undefined; claim?: unknown; }>; export type ClaimFileInputType = z.infer; diff --git a/packages/db/shared/schemas/variants/input/ClaimFile.input.d.ts.map b/packages/db/shared/schemas/variants/input/ClaimFile.input.d.ts.map index 5bc6fc9a..babcc617 100644 --- a/packages/db/shared/schemas/variants/input/ClaimFile.input.d.ts.map +++ b/packages/db/shared/schemas/variants/input/ClaimFile.input.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFile.input.d.ts","sourceRoot":"","sources":["ClaimFile.input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAMtB,CAAC;AAEZ,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFile.input.d.ts","sourceRoot":"","sources":["ClaimFile.input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;EAOtB,CAAC;AAEZ,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/input/ClaimFile.input.js b/packages/db/shared/schemas/variants/input/ClaimFile.input.js index bbfcff1d..fea360c0 100644 --- a/packages/db/shared/schemas/variants/input/ClaimFile.input.js +++ b/packages/db/shared/schemas/variants/input/ClaimFile.input.js @@ -41,5 +41,6 @@ exports.ClaimFileInputSchema = z.object({ claimId: z.number().int(), filename: z.string(), mimeType: z.string(), + filePath: z.string().optional().nullable(), claim: z.unknown() }).strict(); diff --git a/packages/db/shared/schemas/variants/input/CloudFile.input.d.ts b/packages/db/shared/schemas/variants/input/CloudFile.input.d.ts index 0678fab3..e4c01d9b 100644 --- a/packages/db/shared/schemas/variants/input/CloudFile.input.d.ts +++ b/packages/db/shared/schemas/variants/input/CloudFile.input.d.ts @@ -8,14 +8,15 @@ export declare const CloudFileInputSchema: z.ZodObject<{ folderId: z.ZodNullable>; isComplete: z.ZodBoolean; totalChunks: z.ZodNullable>; + diskPath: z.ZodNullable>; createdAt: z.ZodDate; updatedAt: z.ZodDate; user: z.ZodUnknown; folder: z.ZodNullable>; chunks: z.ZodArray; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -25,11 +26,12 @@ export declare const CloudFileInputSchema: z.ZodObject<{ user?: unknown; mimeType?: string | null | undefined; totalChunks?: number | null | undefined; + diskPath?: string | null | undefined; folderId?: number | null | undefined; folder?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -39,6 +41,7 @@ export declare const CloudFileInputSchema: z.ZodObject<{ user?: unknown; mimeType?: string | null | undefined; totalChunks?: number | null | undefined; + diskPath?: string | null | undefined; folderId?: number | null | undefined; folder?: unknown; }>; diff --git a/packages/db/shared/schemas/variants/input/CloudFile.input.d.ts.map b/packages/db/shared/schemas/variants/input/CloudFile.input.d.ts.map index b2e7af73..63d247ae 100644 --- a/packages/db/shared/schemas/variants/input/CloudFile.input.d.ts.map +++ b/packages/db/shared/schemas/variants/input/CloudFile.input.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFile.input.d.ts","sourceRoot":"","sources":["CloudFile.input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EActB,CAAC;AAEZ,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFile.input.d.ts","sourceRoot":"","sources":["CloudFile.input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAetB,CAAC;AAEZ,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/input/CloudFile.input.js b/packages/db/shared/schemas/variants/input/CloudFile.input.js index 459a1cfc..4241fbb2 100644 --- a/packages/db/shared/schemas/variants/input/CloudFile.input.js +++ b/packages/db/shared/schemas/variants/input/CloudFile.input.js @@ -45,6 +45,7 @@ exports.CloudFileInputSchema = z.object({ folderId: z.number().int().optional().nullable(), isComplete: z.boolean(), totalChunks: z.number().int().optional().nullable(), + diskPath: z.string().optional().nullable(), createdAt: z.date(), updatedAt: z.date(), user: z.unknown(), diff --git a/packages/db/shared/schemas/variants/input/CloudFileChunk.input.d.ts b/packages/db/shared/schemas/variants/input/CloudFileChunk.input.d.ts index d0ad4083..f7fd56da 100644 --- a/packages/db/shared/schemas/variants/input/CloudFileChunk.input.d.ts +++ b/packages/db/shared/schemas/variants/input/CloudFileChunk.input.d.ts @@ -7,16 +7,16 @@ export declare const CloudFileChunkInputSchema: z.ZodObject<{ createdAt: z.ZodDate; file: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; }, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; diff --git a/packages/db/shared/schemas/variants/input/CloudFolder.input.d.ts b/packages/db/shared/schemas/variants/input/CloudFolder.input.d.ts index b12da761..85acf877 100644 --- a/packages/db/shared/schemas/variants/input/CloudFolder.input.d.ts +++ b/packages/db/shared/schemas/variants/input/CloudFolder.input.d.ts @@ -11,8 +11,8 @@ export declare const CloudFolderInputSchema: z.ZodObject<{ createdAt: z.ZodDate; updatedAt: z.ZodDate; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -22,8 +22,8 @@ export declare const CloudFolderInputSchema: z.ZodObject<{ parentId?: number | null | undefined; parent?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; diff --git a/packages/db/shared/schemas/variants/input/Communication.input.d.ts b/packages/db/shared/schemas/variants/input/Communication.input.d.ts index 2d2614b4..90d9a49b 100644 --- a/packages/db/shared/schemas/variants/input/Communication.input.d.ts +++ b/packages/db/shared/schemas/variants/input/Communication.input.d.ts @@ -14,27 +14,27 @@ export declare const CommunicationInputSchema: z.ZodObject<{ user: z.ZodNullable>; }, "strict", z.ZodTypeAny, { status: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer"; - createdAt: Date; id: number; + createdAt: Date; patientId: number; channel: "sms" | "voice"; direction: "outbound" | "inbound"; - userId?: number | null | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | null | undefined; body?: string | null | undefined; callDuration?: number | null | undefined; twilioSid?: string | null | undefined; }, { status: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer"; - createdAt: Date; id: number; + createdAt: Date; patientId: number; channel: "sms" | "voice"; direction: "outbound" | "inbound"; - userId?: number | null | undefined; - user?: unknown; patient?: unknown; + user?: unknown; + userId?: number | null | undefined; body?: string | null | undefined; callDuration?: number | null | undefined; twilioSid?: string | null | undefined; diff --git a/packages/db/shared/schemas/variants/input/DatabaseBackup.input.d.ts b/packages/db/shared/schemas/variants/input/DatabaseBackup.input.d.ts index 55cec87f..fa67ee5b 100644 --- a/packages/db/shared/schemas/variants/input/DatabaseBackup.input.d.ts +++ b/packages/db/shared/schemas/variants/input/DatabaseBackup.input.d.ts @@ -5,13 +5,13 @@ export declare const DatabaseBackupInputSchema: z.ZodObject<{ createdAt: z.ZodDate; user: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }>; diff --git a/packages/db/shared/schemas/variants/input/Notification.input.d.ts b/packages/db/shared/schemas/variants/input/Notification.input.d.ts index b9e24b26..d6ccb116 100644 --- a/packages/db/shared/schemas/variants/input/Notification.input.d.ts +++ b/packages/db/shared/schemas/variants/input/Notification.input.d.ts @@ -10,16 +10,16 @@ export declare const NotificationInputSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { message: string; type: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC"; - createdAt: Date; id: number; + createdAt: Date; userId: number; read: boolean; user?: unknown; }, { message: string; type: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC"; - createdAt: Date; id: number; + createdAt: Date; userId: number; read: boolean; user?: unknown; diff --git a/packages/db/shared/schemas/variants/input/NpiProvider.input.d.ts b/packages/db/shared/schemas/variants/input/NpiProvider.input.d.ts index 6073ecc4..27a64b87 100644 --- a/packages/db/shared/schemas/variants/input/NpiProvider.input.d.ts +++ b/packages/db/shared/schemas/variants/input/NpiProvider.input.d.ts @@ -6,19 +6,25 @@ export declare const NpiProviderInputSchema: z.ZodObject<{ providerName: z.ZodString; createdAt: z.ZodDate; user: z.ZodUnknown; + claims: z.ZodArray; + appointmentProcedures: z.ZodArray; }, "strict", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }>; export type NpiProviderInputType = z.infer; diff --git a/packages/db/shared/schemas/variants/input/NpiProvider.input.d.ts.map b/packages/db/shared/schemas/variants/input/NpiProvider.input.d.ts.map index 9cda63d4..68121823 100644 --- a/packages/db/shared/schemas/variants/input/NpiProvider.input.d.ts.map +++ b/packages/db/shared/schemas/variants/input/NpiProvider.input.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProvider.input.d.ts","sourceRoot":"","sources":["NpiProvider.input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;EAOxB,CAAC;AAEZ,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProvider.input.d.ts","sourceRoot":"","sources":["NpiProvider.input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxB,CAAC;AAEZ,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/input/NpiProvider.input.js b/packages/db/shared/schemas/variants/input/NpiProvider.input.js index 5158e582..cb64ea59 100644 --- a/packages/db/shared/schemas/variants/input/NpiProvider.input.js +++ b/packages/db/shared/schemas/variants/input/NpiProvider.input.js @@ -42,5 +42,7 @@ exports.NpiProviderInputSchema = z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.date(), - user: z.unknown() + user: z.unknown(), + claims: z.array(z.unknown()), + appointmentProcedures: z.array(z.unknown()) }).strict(); diff --git a/packages/db/shared/schemas/variants/input/Patient.input.d.ts b/packages/db/shared/schemas/variants/input/Patient.input.d.ts index 1114907a..24266ecd 100644 --- a/packages/db/shared/schemas/variants/input/Patient.input.d.ts +++ b/packages/db/shared/schemas/variants/input/Patient.input.d.ts @@ -29,10 +29,10 @@ export declare const PatientInputSchema: z.ZodObject<{ documents: z.ZodArray; }, "strict", z.ZodTypeAny, { status: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; @@ -57,10 +57,10 @@ export declare const PatientInputSchema: z.ZodObject<{ medicalConditions?: string | null | undefined; }, { status: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; phone: string; appointments: unknown[]; diff --git a/packages/db/shared/schemas/variants/input/PatientDocument.input.d.ts b/packages/db/shared/schemas/variants/input/PatientDocument.input.d.ts index d19986bf..1ba1dd8f 100644 --- a/packages/db/shared/schemas/variants/input/PatientDocument.input.d.ts +++ b/packages/db/shared/schemas/variants/input/PatientDocument.input.d.ts @@ -11,26 +11,26 @@ export declare const PatientDocumentInputSchema: z.ZodObject<{ updatedAt: z.ZodDate; patient: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }>; export type PatientDocumentInputType = z.infer; diff --git a/packages/db/shared/schemas/variants/input/Payment.input.d.ts b/packages/db/shared/schemas/variants/input/Payment.input.d.ts index a171d84e..e5453170 100644 --- a/packages/db/shared/schemas/variants/input/Payment.input.d.ts +++ b/packages/db/shared/schemas/variants/input/Payment.input.d.ts @@ -21,10 +21,10 @@ export declare const PaymentInputSchema: z.ZodObject<{ serviceLines: z.ZodArray; }, "strict", z.ZodTypeAny, { status: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; @@ -41,10 +41,10 @@ export declare const PaymentInputSchema: z.ZodObject<{ updatedById?: number | null | undefined; }, { status: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + userId: number; totalBilled: number; totalPaid: number; totalAdjusted: number; diff --git a/packages/db/shared/schemas/variants/input/PdfFile.input.d.ts b/packages/db/shared/schemas/variants/input/PdfFile.input.d.ts index a2654279..3b787e65 100644 --- a/packages/db/shared/schemas/variants/input/PdfFile.input.d.ts +++ b/packages/db/shared/schemas/variants/input/PdfFile.input.d.ts @@ -7,17 +7,17 @@ export declare const PdfFileInputSchema: z.ZodObject<{ groupId: z.ZodNumber; group: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }>; diff --git a/packages/db/shared/schemas/variants/input/PdfGroup.input.d.ts b/packages/db/shared/schemas/variants/input/PdfGroup.input.d.ts index ce89658c..b811c6c5 100644 --- a/packages/db/shared/schemas/variants/input/PdfGroup.input.d.ts +++ b/packages/db/shared/schemas/variants/input/PdfGroup.input.d.ts @@ -8,18 +8,18 @@ export declare const PdfGroupInputSchema: z.ZodObject<{ patient: z.ZodUnknown; pdfs: z.ZodArray; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; titleKey: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER"; + createdAt: Date; pdfs: unknown[]; patientId: number; patient?: unknown; }, { - createdAt: Date; id: number; title: string; titleKey: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER"; + createdAt: Date; pdfs: unknown[]; patientId: number; patient?: unknown; diff --git a/packages/db/shared/schemas/variants/input/ServiceLineTransaction.input.d.ts b/packages/db/shared/schemas/variants/input/ServiceLineTransaction.input.d.ts index b7b83812..79509309 100644 --- a/packages/db/shared/schemas/variants/input/ServiceLineTransaction.input.d.ts +++ b/packages/db/shared/schemas/variants/input/ServiceLineTransaction.input.d.ts @@ -14,8 +14,8 @@ export declare const ServiceLineTransactionInputSchema: z.ZodObject<{ payment: z.ZodUnknown; serviceLine: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; paymentId: number; paidAmount: number; adjustedAmount: number; @@ -28,8 +28,8 @@ export declare const ServiceLineTransactionInputSchema: z.ZodObject<{ payment?: unknown; serviceLine?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; paymentId: number; paidAmount: number; adjustedAmount: number; diff --git a/packages/db/shared/schemas/variants/input/Staff.input.d.ts b/packages/db/shared/schemas/variants/input/Staff.input.d.ts index 550d5460..80af513b 100644 --- a/packages/db/shared/schemas/variants/input/Staff.input.d.ts +++ b/packages/db/shared/schemas/variants/input/Staff.input.d.ts @@ -11,8 +11,8 @@ export declare const StaffInputSchema: z.ZodObject<{ appointments: z.ZodArray; claims: z.ZodArray; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -22,8 +22,8 @@ export declare const StaffInputSchema: z.ZodObject<{ email?: string | null | undefined; phone?: string | null | undefined; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; diff --git a/packages/db/shared/schemas/variants/input/index.ts b/packages/db/shared/schemas/variants/input/index.ts index f4052d96..fdadf063 100644 --- a/packages/db/shared/schemas/variants/input/index.ts +++ b/packages/db/shared/schemas/variants/input/index.ts @@ -6,6 +6,7 @@ export { UserInputSchema } from './User.input'; export { PatientInputSchema } from './Patient.input'; export { AppointmentInputSchema } from './Appointment.input'; +export { AppointmentFileInputSchema } from './AppointmentFile.input'; export { StaffInputSchema } from './Staff.input'; export { NpiProviderInputSchema } from './NpiProvider.input'; export { AppointmentProcedureInputSchema } from './AppointmentProcedure.input'; diff --git a/packages/db/shared/schemas/variants/pure/Appointment.pure.d.ts b/packages/db/shared/schemas/variants/pure/Appointment.pure.d.ts index ccd22b54..8141a50c 100644 --- a/packages/db/shared/schemas/variants/pure/Appointment.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/Appointment.pure.d.ts @@ -22,11 +22,10 @@ export declare const AppointmentModelSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; @@ -34,19 +33,19 @@ export declare const AppointmentModelSchema: z.ZodObject<{ procedureCodeNotes: string | null; eligibilityStatus: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; + user?: unknown; staff?: unknown; }, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; @@ -54,10 +53,11 @@ export declare const AppointmentModelSchema: z.ZodObject<{ procedureCodeNotes: string | null; eligibilityStatus: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; + user?: unknown; staff?: unknown; }>; export type AppointmentPureType = z.infer; diff --git a/packages/db/shared/schemas/variants/pure/Appointment.pure.ts b/packages/db/shared/schemas/variants/pure/Appointment.pure.ts index 84093a36..a29039fa 100644 --- a/packages/db/shared/schemas/variants/pure/Appointment.pure.ts +++ b/packages/db/shared/schemas/variants/pure/Appointment.pure.ts @@ -20,7 +20,8 @@ export const AppointmentModelSchema = z.object({ user: z.unknown(), staff: z.unknown().nullable(), procedures: z.array(z.unknown()), - claims: z.array(z.unknown()) + claims: z.array(z.unknown()), + files: z.array(z.unknown()) }).strict(); export type AppointmentPureType = z.infer; diff --git a/packages/db/shared/schemas/variants/pure/AppointmentFile.pure.ts b/packages/db/shared/schemas/variants/pure/AppointmentFile.pure.ts new file mode 100644 index 00000000..fe18eec5 --- /dev/null +++ b/packages/db/shared/schemas/variants/pure/AppointmentFile.pure.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +// prettier-ignore +export const AppointmentFileModelSchema = z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().nullable(), + filePath: z.string().nullable(), + appointment: z.unknown() +}).strict(); + +export type AppointmentFilePureType = z.infer; diff --git a/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.d.ts b/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.d.ts index 3f42e230..c7eaf46e 100644 --- a/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.d.ts @@ -3,6 +3,7 @@ export declare const AppointmentProcedureModelSchema: z.ZodObject<{ id: z.ZodNumber; appointmentId: z.ZodNumber; patientId: z.ZodNumber; + npiProviderId: z.ZodNullable; procedureCode: z.ZodString; procedureLabel: z.ZodNullable; fee: z.ZodNullable; @@ -15,10 +16,12 @@ export declare const AppointmentProcedureModelSchema: z.ZodObject<{ createdAt: z.ZodDate; appointment: z.ZodUnknown; patient: z.ZodUnknown; + npiProvider: z.ZodNullable; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; + npiProviderId: number | null; procedureCode: string; procedureLabel: string | null; fee: number | null; @@ -31,10 +34,12 @@ export declare const AppointmentProcedureModelSchema: z.ZodObject<{ appointmentId: number; patient?: unknown; appointment?: unknown; + npiProvider?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; + npiProviderId: number | null; procedureCode: string; procedureLabel: string | null; fee: number | null; @@ -47,6 +52,7 @@ export declare const AppointmentProcedureModelSchema: z.ZodObject<{ appointmentId: number; patient?: unknown; appointment?: unknown; + npiProvider?: unknown; }>; export type AppointmentProcedurePureType = z.infer; //# sourceMappingURL=AppointmentProcedure.pure.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.d.ts.map b/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.d.ts.map index 66ffdc2c..15a1de2a 100644 --- a/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.d.ts.map +++ b/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedure.pure.d.ts","sourceRoot":"","sources":["AppointmentProcedure.pure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBjC,CAAC;AAEZ,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedure.pure.d.ts","sourceRoot":"","sources":["AppointmentProcedure.pure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBjC,CAAC;AAEZ,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.js b/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.js index f30a117d..a7c830d7 100644 --- a/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.js +++ b/packages/db/shared/schemas/variants/pure/AppointmentProcedure.pure.js @@ -41,6 +41,7 @@ exports.AppointmentProcedureModelSchema = z.object({ id: z.number().int(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().nullable(), procedureCode: z.string(), procedureLabel: z.string().nullable(), fee: z.number().nullable(), @@ -52,5 +53,6 @@ exports.AppointmentProcedureModelSchema = z.object({ comboKey: z.string().nullable(), createdAt: z.date(), appointment: z.unknown(), - patient: z.unknown() + patient: z.unknown(), + npiProvider: z.unknown().nullable() }).strict(); diff --git a/packages/db/shared/schemas/variants/pure/BackupDestination.pure.d.ts b/packages/db/shared/schemas/variants/pure/BackupDestination.pure.d.ts index 417dbd72..7715c276 100644 --- a/packages/db/shared/schemas/variants/pure/BackupDestination.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/BackupDestination.pure.d.ts @@ -8,15 +8,15 @@ export declare const BackupDestinationModelSchema: z.ZodObject<{ user: z.ZodUnknown; }, "strict", z.ZodTypeAny, { path: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; isActive: boolean; user?: unknown; }, { path: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; isActive: boolean; user?: unknown; diff --git a/packages/db/shared/schemas/variants/pure/Claim.pure.d.ts b/packages/db/shared/schemas/variants/pure/Claim.pure.d.ts index f0c117cf..1b6c2186 100644 --- a/packages/db/shared/schemas/variants/pure/Claim.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/Claim.pure.d.ts @@ -17,20 +17,23 @@ export declare const ClaimModelSchema: z.ZodObject<{ updatedAt: z.ZodDate; status: z.ZodEnum<["PENDING", "APPROVED", "CANCELLED", "REVIEW", "VOID"]>; claimNumber: z.ZodNullable; + npiProviderId: z.ZodNullable; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodNullable; staff: z.ZodNullable; + npiProvider: z.ZodNullable; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodNullable; }, "strict", z.ZodTypeAny, { status: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + npiProviderId: number | null; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -43,19 +46,21 @@ export declare const ClaimModelSchema: z.ZodObject<{ insuranceProvider: string; claimNumber: string | null; claimFiles: unknown[]; - user?: unknown; patient?: unknown; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeeth?: unknown; }, { status: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + npiProviderId: number | null; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -68,9 +73,10 @@ export declare const ClaimModelSchema: z.ZodObject<{ insuranceProvider: string; claimNumber: string | null; claimFiles: unknown[]; - user?: unknown; patient?: unknown; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeeth?: unknown; diff --git a/packages/db/shared/schemas/variants/pure/Claim.pure.d.ts.map b/packages/db/shared/schemas/variants/pure/Claim.pure.d.ts.map index fd73c6f0..0cf21d21 100644 --- a/packages/db/shared/schemas/variants/pure/Claim.pure.d.ts.map +++ b/packages/db/shared/schemas/variants/pure/Claim.pure.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"Claim.pure.d.ts","sourceRoot":"","sources":["Claim.pure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBlB,CAAC;AAEZ,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"Claim.pure.d.ts","sourceRoot":"","sources":["Claim.pure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BlB,CAAC;AAEZ,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/pure/Claim.pure.js b/packages/db/shared/schemas/variants/pure/Claim.pure.js index dcd2c64e..0145fac2 100644 --- a/packages/db/shared/schemas/variants/pure/Claim.pure.js +++ b/packages/db/shared/schemas/variants/pure/Claim.pure.js @@ -56,10 +56,12 @@ exports.ClaimModelSchema = z.object({ updatedAt: z.date(), status: ClaimStatus_schema_1.ClaimStatusSchema, claimNumber: z.string().nullable(), + npiProviderId: z.number().int().nullable(), patient: z.unknown(), appointment: z.unknown(), user: z.unknown().nullable(), staff: z.unknown().nullable(), + npiProvider: z.unknown().nullable(), serviceLines: z.array(z.unknown()), claimFiles: z.array(z.unknown()), payment: z.unknown().nullable() diff --git a/packages/db/shared/schemas/variants/pure/ClaimFile.pure.d.ts b/packages/db/shared/schemas/variants/pure/ClaimFile.pure.d.ts index b0c22e43..259ae05e 100644 --- a/packages/db/shared/schemas/variants/pure/ClaimFile.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/ClaimFile.pure.d.ts @@ -4,17 +4,20 @@ export declare const ClaimFileModelSchema: z.ZodObject<{ claimId: z.ZodNumber; filename: z.ZodString; mimeType: z.ZodString; + filePath: z.ZodNullable; claim: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; + filePath: string | null; claimId: number; claim?: unknown; }, { - id: number; filename: string; + id: number; mimeType: string; + filePath: string | null; claimId: number; claim?: unknown; }>; diff --git a/packages/db/shared/schemas/variants/pure/ClaimFile.pure.d.ts.map b/packages/db/shared/schemas/variants/pure/ClaimFile.pure.d.ts.map index 138e32d6..4d12d2e1 100644 --- a/packages/db/shared/schemas/variants/pure/ClaimFile.pure.d.ts.map +++ b/packages/db/shared/schemas/variants/pure/ClaimFile.pure.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFile.pure.d.ts","sourceRoot":"","sources":["ClaimFile.pure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAMtB,CAAC;AAEZ,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFile.pure.d.ts","sourceRoot":"","sources":["ClaimFile.pure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;EAOtB,CAAC;AAEZ,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/pure/ClaimFile.pure.js b/packages/db/shared/schemas/variants/pure/ClaimFile.pure.js index 4f1cb2d7..eb5692a3 100644 --- a/packages/db/shared/schemas/variants/pure/ClaimFile.pure.js +++ b/packages/db/shared/schemas/variants/pure/ClaimFile.pure.js @@ -41,5 +41,6 @@ exports.ClaimFileModelSchema = z.object({ claimId: z.number().int(), filename: z.string(), mimeType: z.string(), + filePath: z.string().nullable(), claim: z.unknown() }).strict(); diff --git a/packages/db/shared/schemas/variants/pure/CloudFile.pure.d.ts b/packages/db/shared/schemas/variants/pure/CloudFile.pure.d.ts index 1349e66f..17a5a628 100644 --- a/packages/db/shared/schemas/variants/pure/CloudFile.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/CloudFile.pure.d.ts @@ -8,14 +8,15 @@ export declare const CloudFileModelSchema: z.ZodObject<{ folderId: z.ZodNullable; isComplete: z.ZodBoolean; totalChunks: z.ZodNullable; + diskPath: z.ZodNullable; createdAt: z.ZodDate; updatedAt: z.ZodDate; user: z.ZodUnknown; folder: z.ZodNullable; chunks: z.ZodArray; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; mimeType: string | null; @@ -23,13 +24,14 @@ export declare const CloudFileModelSchema: z.ZodObject<{ fileSize: bigint; isComplete: boolean; totalChunks: number | null; + diskPath: string | null; chunks: unknown[]; folderId: number | null; user?: unknown; folder?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; mimeType: string | null; @@ -37,6 +39,7 @@ export declare const CloudFileModelSchema: z.ZodObject<{ fileSize: bigint; isComplete: boolean; totalChunks: number | null; + diskPath: string | null; chunks: unknown[]; folderId: number | null; user?: unknown; diff --git a/packages/db/shared/schemas/variants/pure/CloudFile.pure.d.ts.map b/packages/db/shared/schemas/variants/pure/CloudFile.pure.d.ts.map index 49728918..88a38352 100644 --- a/packages/db/shared/schemas/variants/pure/CloudFile.pure.d.ts.map +++ b/packages/db/shared/schemas/variants/pure/CloudFile.pure.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFile.pure.d.ts","sourceRoot":"","sources":["CloudFile.pure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EActB,CAAC;AAEZ,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFile.pure.d.ts","sourceRoot":"","sources":["CloudFile.pure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAetB,CAAC;AAEZ,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/pure/CloudFile.pure.js b/packages/db/shared/schemas/variants/pure/CloudFile.pure.js index 76c7d23f..029abf32 100644 --- a/packages/db/shared/schemas/variants/pure/CloudFile.pure.js +++ b/packages/db/shared/schemas/variants/pure/CloudFile.pure.js @@ -45,6 +45,7 @@ exports.CloudFileModelSchema = z.object({ folderId: z.number().int().nullable(), isComplete: z.boolean(), totalChunks: z.number().int().nullable(), + diskPath: z.string().nullable(), createdAt: z.date(), updatedAt: z.date(), user: z.unknown(), diff --git a/packages/db/shared/schemas/variants/pure/CloudFileChunk.pure.d.ts b/packages/db/shared/schemas/variants/pure/CloudFileChunk.pure.d.ts index 3258f92b..429ab30d 100644 --- a/packages/db/shared/schemas/variants/pure/CloudFileChunk.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/CloudFileChunk.pure.d.ts @@ -7,16 +7,16 @@ export declare const CloudFileChunkModelSchema: z.ZodObject<{ createdAt: z.ZodDate; file: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; }, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; diff --git a/packages/db/shared/schemas/variants/pure/CloudFolder.pure.d.ts b/packages/db/shared/schemas/variants/pure/CloudFolder.pure.d.ts index 965f29d5..fb0d35cd 100644 --- a/packages/db/shared/schemas/variants/pure/CloudFolder.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/CloudFolder.pure.d.ts @@ -11,8 +11,8 @@ export declare const CloudFolderModelSchema: z.ZodObject<{ createdAt: z.ZodDate; updatedAt: z.ZodDate; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -22,8 +22,8 @@ export declare const CloudFolderModelSchema: z.ZodObject<{ user?: unknown; parent?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; diff --git a/packages/db/shared/schemas/variants/pure/Communication.pure.d.ts b/packages/db/shared/schemas/variants/pure/Communication.pure.d.ts index a7dbab94..7b4deb46 100644 --- a/packages/db/shared/schemas/variants/pure/Communication.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/Communication.pure.d.ts @@ -14,30 +14,30 @@ export declare const CommunicationModelSchema: z.ZodObject<{ user: z.ZodNullable; }, "strict", z.ZodTypeAny, { status: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer"; - createdAt: Date; id: number; - userId: number | null; + createdAt: Date; patientId: number; + userId: number | null; channel: "sms" | "voice"; direction: "outbound" | "inbound"; body: string | null; callDuration: number | null; twilioSid: string | null; - user?: unknown; patient?: unknown; + user?: unknown; }, { status: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer"; - createdAt: Date; id: number; - userId: number | null; + createdAt: Date; patientId: number; + userId: number | null; channel: "sms" | "voice"; direction: "outbound" | "inbound"; body: string | null; callDuration: number | null; twilioSid: string | null; - user?: unknown; patient?: unknown; + user?: unknown; }>; export type CommunicationPureType = z.infer; //# sourceMappingURL=Communication.pure.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/pure/DatabaseBackup.pure.d.ts b/packages/db/shared/schemas/variants/pure/DatabaseBackup.pure.d.ts index d228e366..c986e91f 100644 --- a/packages/db/shared/schemas/variants/pure/DatabaseBackup.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/DatabaseBackup.pure.d.ts @@ -5,13 +5,13 @@ export declare const DatabaseBackupModelSchema: z.ZodObject<{ createdAt: z.ZodDate; user: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }>; diff --git a/packages/db/shared/schemas/variants/pure/Notification.pure.d.ts b/packages/db/shared/schemas/variants/pure/Notification.pure.d.ts index b72c4ff6..b192acce 100644 --- a/packages/db/shared/schemas/variants/pure/Notification.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/Notification.pure.d.ts @@ -10,16 +10,16 @@ export declare const NotificationModelSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { message: string; type: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC"; - createdAt: Date; id: number; + createdAt: Date; userId: number; read: boolean; user?: unknown; }, { message: string; type: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC"; - createdAt: Date; id: number; + createdAt: Date; userId: number; read: boolean; user?: unknown; diff --git a/packages/db/shared/schemas/variants/pure/NpiProvider.pure.d.ts b/packages/db/shared/schemas/variants/pure/NpiProvider.pure.d.ts index 3e12fea4..3e745a5f 100644 --- a/packages/db/shared/schemas/variants/pure/NpiProvider.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/NpiProvider.pure.d.ts @@ -6,19 +6,25 @@ export declare const NpiProviderModelSchema: z.ZodObject<{ providerName: z.ZodString; createdAt: z.ZodDate; user: z.ZodUnknown; + claims: z.ZodArray; + appointmentProcedures: z.ZodArray; }, "strict", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }>; export type NpiProviderPureType = z.infer; diff --git a/packages/db/shared/schemas/variants/pure/NpiProvider.pure.d.ts.map b/packages/db/shared/schemas/variants/pure/NpiProvider.pure.d.ts.map index 89d40f88..a483b386 100644 --- a/packages/db/shared/schemas/variants/pure/NpiProvider.pure.d.ts.map +++ b/packages/db/shared/schemas/variants/pure/NpiProvider.pure.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProvider.pure.d.ts","sourceRoot":"","sources":["NpiProvider.pure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;EAOxB,CAAC;AAEZ,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProvider.pure.d.ts","sourceRoot":"","sources":["NpiProvider.pure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxB,CAAC;AAEZ,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/pure/NpiProvider.pure.js b/packages/db/shared/schemas/variants/pure/NpiProvider.pure.js index 30ccb40d..130e98c4 100644 --- a/packages/db/shared/schemas/variants/pure/NpiProvider.pure.js +++ b/packages/db/shared/schemas/variants/pure/NpiProvider.pure.js @@ -42,5 +42,7 @@ exports.NpiProviderModelSchema = z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.date(), - user: z.unknown() + user: z.unknown(), + claims: z.array(z.unknown()), + appointmentProcedures: z.array(z.unknown()) }).strict(); diff --git a/packages/db/shared/schemas/variants/pure/Patient.pure.d.ts b/packages/db/shared/schemas/variants/pure/Patient.pure.d.ts index 03c5003e..9378620e 100644 --- a/packages/db/shared/schemas/variants/pure/Patient.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/Patient.pure.d.ts @@ -29,10 +29,10 @@ export declare const PatientModelSchema: z.ZodObject<{ documents: z.ZodArray; }, "strict", z.ZodTypeAny, { status: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; email: string | null; phone: string; @@ -57,10 +57,10 @@ export declare const PatientModelSchema: z.ZodObject<{ user?: unknown; }, { status: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; email: string | null; phone: string; diff --git a/packages/db/shared/schemas/variants/pure/PatientDocument.pure.d.ts b/packages/db/shared/schemas/variants/pure/PatientDocument.pure.d.ts index 950ee76f..8b1bc671 100644 --- a/packages/db/shared/schemas/variants/pure/PatientDocument.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/PatientDocument.pure.d.ts @@ -11,26 +11,26 @@ export declare const PatientDocumentModelSchema: z.ZodObject<{ updatedAt: z.ZodDate; patient: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }>; export type PatientDocumentPureType = z.infer; diff --git a/packages/db/shared/schemas/variants/pure/Payment.pure.d.ts b/packages/db/shared/schemas/variants/pure/Payment.pure.d.ts index ce28594b..5c425eef 100644 --- a/packages/db/shared/schemas/variants/pure/Payment.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/Payment.pure.d.ts @@ -21,11 +21,11 @@ export declare const PaymentModelSchema: z.ZodObject<{ serviceLines: z.ZodArray; }, "strict", z.ZodTypeAny, { status: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; notes: string | null; + userId: number; claimId: number | null; totalBilled: number; totalPaid: number; @@ -41,11 +41,11 @@ export declare const PaymentModelSchema: z.ZodObject<{ updatedBy?: unknown; }, { status: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; notes: string | null; + userId: number; claimId: number | null; totalBilled: number; totalPaid: number; diff --git a/packages/db/shared/schemas/variants/pure/PdfFile.pure.d.ts b/packages/db/shared/schemas/variants/pure/PdfFile.pure.d.ts index 254d31d3..4f2b8def 100644 --- a/packages/db/shared/schemas/variants/pure/PdfFile.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/PdfFile.pure.d.ts @@ -7,17 +7,17 @@ export declare const PdfFileModelSchema: z.ZodObject<{ groupId: z.ZodNumber; group: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }>; diff --git a/packages/db/shared/schemas/variants/pure/PdfGroup.pure.d.ts b/packages/db/shared/schemas/variants/pure/PdfGroup.pure.d.ts index 45b2d9de..71b8dd80 100644 --- a/packages/db/shared/schemas/variants/pure/PdfGroup.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/PdfGroup.pure.d.ts @@ -8,18 +8,18 @@ export declare const PdfGroupModelSchema: z.ZodObject<{ patient: z.ZodUnknown; pdfs: z.ZodArray; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; titleKey: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER"; + createdAt: Date; pdfs: unknown[]; patientId: number; patient?: unknown; }, { - createdAt: Date; id: number; title: string; titleKey: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER"; + createdAt: Date; pdfs: unknown[]; patientId: number; patient?: unknown; diff --git a/packages/db/shared/schemas/variants/pure/ServiceLineTransaction.pure.d.ts b/packages/db/shared/schemas/variants/pure/ServiceLineTransaction.pure.d.ts index 2124989a..1745f8dd 100644 --- a/packages/db/shared/schemas/variants/pure/ServiceLineTransaction.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/ServiceLineTransaction.pure.d.ts @@ -14,8 +14,8 @@ export declare const ServiceLineTransactionModelSchema: z.ZodObject<{ payment: z.ZodUnknown; serviceLine: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; notes: string | null; paymentId: number; transactionId: string | null; @@ -28,8 +28,8 @@ export declare const ServiceLineTransactionModelSchema: z.ZodObject<{ payment?: unknown; serviceLine?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; notes: string | null; paymentId: number; transactionId: string | null; diff --git a/packages/db/shared/schemas/variants/pure/Staff.pure.d.ts b/packages/db/shared/schemas/variants/pure/Staff.pure.d.ts index 52265eb4..a2db2e93 100644 --- a/packages/db/shared/schemas/variants/pure/Staff.pure.d.ts +++ b/packages/db/shared/schemas/variants/pure/Staff.pure.d.ts @@ -11,8 +11,8 @@ export declare const StaffModelSchema: z.ZodObject<{ appointments: z.ZodArray; claims: z.ZodArray; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -22,8 +22,8 @@ export declare const StaffModelSchema: z.ZodObject<{ appointments: unknown[]; user?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; diff --git a/packages/db/shared/schemas/variants/pure/index.ts b/packages/db/shared/schemas/variants/pure/index.ts index b43aaeb6..efae0abe 100644 --- a/packages/db/shared/schemas/variants/pure/index.ts +++ b/packages/db/shared/schemas/variants/pure/index.ts @@ -6,6 +6,7 @@ export { UserModelSchema } from './User.pure'; export { PatientModelSchema } from './Patient.pure'; export { AppointmentModelSchema } from './Appointment.pure'; +export { AppointmentFileModelSchema } from './AppointmentFile.pure'; export { StaffModelSchema } from './Staff.pure'; export { NpiProviderModelSchema } from './NpiProvider.pure'; export { AppointmentProcedureModelSchema } from './AppointmentProcedure.pure'; diff --git a/packages/db/shared/schemas/variants/result/Appointment.result.d.ts b/packages/db/shared/schemas/variants/result/Appointment.result.d.ts index 64939645..1f7f6c0b 100644 --- a/packages/db/shared/schemas/variants/result/Appointment.result.d.ts +++ b/packages/db/shared/schemas/variants/result/Appointment.result.d.ts @@ -22,11 +22,10 @@ export declare const AppointmentResultSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; @@ -34,19 +33,19 @@ export declare const AppointmentResultSchema: z.ZodObject<{ procedureCodeNotes: string | null; eligibilityStatus: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; + user?: unknown; staff?: unknown; }, { type: string; status: string; - createdAt: Date; id: number; - userId: number; date: Date; title: string; + createdAt: Date; patientId: number; startTime: string; endTime: string; @@ -54,10 +53,11 @@ export declare const AppointmentResultSchema: z.ZodObject<{ procedureCodeNotes: string | null; eligibilityStatus: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; procedures: unknown[]; + userId: number; staffId: number; claims: unknown[]; - user?: unknown; patient?: unknown; + user?: unknown; staff?: unknown; }>; export type AppointmentResultType = z.infer; diff --git a/packages/db/shared/schemas/variants/result/Appointment.result.ts b/packages/db/shared/schemas/variants/result/Appointment.result.ts index b07f2135..3134e2c4 100644 --- a/packages/db/shared/schemas/variants/result/Appointment.result.ts +++ b/packages/db/shared/schemas/variants/result/Appointment.result.ts @@ -20,7 +20,8 @@ export const AppointmentResultSchema = z.object({ user: z.unknown(), staff: z.unknown().nullable(), procedures: z.array(z.unknown()), - claims: z.array(z.unknown()) + claims: z.array(z.unknown()), + files: z.array(z.unknown()) }).strict(); export type AppointmentResultType = z.infer; diff --git a/packages/db/shared/schemas/variants/result/AppointmentFile.result.ts b/packages/db/shared/schemas/variants/result/AppointmentFile.result.ts new file mode 100644 index 00000000..30f7d221 --- /dev/null +++ b/packages/db/shared/schemas/variants/result/AppointmentFile.result.ts @@ -0,0 +1,12 @@ +import * as z from 'zod'; +// prettier-ignore +export const AppointmentFileResultSchema = z.object({ + id: z.number().int(), + appointmentId: z.number().int(), + filename: z.string(), + mimeType: z.string().nullable(), + filePath: z.string().nullable(), + appointment: z.unknown() +}).strict(); + +export type AppointmentFileResultType = z.infer; diff --git a/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.d.ts b/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.d.ts index ffcf002f..6feb8fb5 100644 --- a/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.d.ts +++ b/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.d.ts @@ -3,6 +3,7 @@ export declare const AppointmentProcedureResultSchema: z.ZodObject<{ id: z.ZodNumber; appointmentId: z.ZodNumber; patientId: z.ZodNumber; + npiProviderId: z.ZodNullable; procedureCode: z.ZodString; procedureLabel: z.ZodNullable; fee: z.ZodNullable; @@ -15,10 +16,12 @@ export declare const AppointmentProcedureResultSchema: z.ZodObject<{ createdAt: z.ZodDate; appointment: z.ZodUnknown; patient: z.ZodUnknown; + npiProvider: z.ZodNullable; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; + npiProviderId: number | null; procedureCode: string; procedureLabel: string | null; fee: number | null; @@ -31,10 +34,12 @@ export declare const AppointmentProcedureResultSchema: z.ZodObject<{ appointmentId: number; patient?: unknown; appointment?: unknown; + npiProvider?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; patientId: number; + npiProviderId: number | null; procedureCode: string; procedureLabel: string | null; fee: number | null; @@ -47,6 +52,7 @@ export declare const AppointmentProcedureResultSchema: z.ZodObject<{ appointmentId: number; patient?: unknown; appointment?: unknown; + npiProvider?: unknown; }>; export type AppointmentProcedureResultType = z.infer; //# sourceMappingURL=AppointmentProcedure.result.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.d.ts.map b/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.d.ts.map index f4093627..6f5a91cf 100644 --- a/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.d.ts.map +++ b/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"AppointmentProcedure.result.d.ts","sourceRoot":"","sources":["AppointmentProcedure.result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBlC,CAAC;AAEZ,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"AppointmentProcedure.result.d.ts","sourceRoot":"","sources":["AppointmentProcedure.result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBlC,CAAC;AAEZ,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.js b/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.js index 7655d3b6..2a24fed5 100644 --- a/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.js +++ b/packages/db/shared/schemas/variants/result/AppointmentProcedure.result.js @@ -41,6 +41,7 @@ exports.AppointmentProcedureResultSchema = z.object({ id: z.number().int(), appointmentId: z.number().int(), patientId: z.number().int(), + npiProviderId: z.number().int().nullable(), procedureCode: z.string(), procedureLabel: z.string().nullable(), fee: z.number().nullable(), @@ -52,5 +53,6 @@ exports.AppointmentProcedureResultSchema = z.object({ comboKey: z.string().nullable(), createdAt: z.date(), appointment: z.unknown(), - patient: z.unknown() + patient: z.unknown(), + npiProvider: z.unknown().nullable() }).strict(); diff --git a/packages/db/shared/schemas/variants/result/BackupDestination.result.d.ts b/packages/db/shared/schemas/variants/result/BackupDestination.result.d.ts index 4127556f..4933fdca 100644 --- a/packages/db/shared/schemas/variants/result/BackupDestination.result.d.ts +++ b/packages/db/shared/schemas/variants/result/BackupDestination.result.d.ts @@ -8,15 +8,15 @@ export declare const BackupDestinationResultSchema: z.ZodObject<{ user: z.ZodUnknown; }, "strict", z.ZodTypeAny, { path: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; isActive: boolean; user?: unknown; }, { path: string; - createdAt: Date; id: number; + createdAt: Date; userId: number; isActive: boolean; user?: unknown; diff --git a/packages/db/shared/schemas/variants/result/Claim.result.d.ts b/packages/db/shared/schemas/variants/result/Claim.result.d.ts index c209a2c3..efa8a2c4 100644 --- a/packages/db/shared/schemas/variants/result/Claim.result.d.ts +++ b/packages/db/shared/schemas/variants/result/Claim.result.d.ts @@ -17,20 +17,23 @@ export declare const ClaimResultSchema: z.ZodObject<{ updatedAt: z.ZodDate; status: z.ZodEnum<["PENDING", "APPROVED", "CANCELLED", "REVIEW", "VOID"]>; claimNumber: z.ZodNullable; + npiProviderId: z.ZodNullable; patient: z.ZodUnknown; appointment: z.ZodUnknown; user: z.ZodNullable; staff: z.ZodNullable; + npiProvider: z.ZodNullable; serviceLines: z.ZodArray; claimFiles: z.ZodArray; payment: z.ZodNullable; }, "strict", z.ZodTypeAny, { status: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + npiProviderId: number | null; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -43,19 +46,21 @@ export declare const ClaimResultSchema: z.ZodObject<{ insuranceProvider: string; claimNumber: string | null; claimFiles: unknown[]; - user?: unknown; patient?: unknown; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeeth?: unknown; }, { status: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; + npiProviderId: number | null; appointmentId: number; + userId: number; staffId: number; updatedAt: Date; serviceLines: unknown[]; @@ -68,9 +73,10 @@ export declare const ClaimResultSchema: z.ZodObject<{ insuranceProvider: string; claimNumber: string | null; claimFiles: unknown[]; - user?: unknown; patient?: unknown; appointment?: unknown; + npiProvider?: unknown; + user?: unknown; staff?: unknown; payment?: unknown; missingTeeth?: unknown; diff --git a/packages/db/shared/schemas/variants/result/Claim.result.d.ts.map b/packages/db/shared/schemas/variants/result/Claim.result.d.ts.map index 23ca286c..23227388 100644 --- a/packages/db/shared/schemas/variants/result/Claim.result.d.ts.map +++ b/packages/db/shared/schemas/variants/result/Claim.result.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"Claim.result.d.ts","sourceRoot":"","sources":["Claim.result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBnB,CAAC;AAEZ,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"Claim.result.d.ts","sourceRoot":"","sources":["Claim.result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BnB,CAAC;AAEZ,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/result/Claim.result.js b/packages/db/shared/schemas/variants/result/Claim.result.js index a44e85a2..78444ab9 100644 --- a/packages/db/shared/schemas/variants/result/Claim.result.js +++ b/packages/db/shared/schemas/variants/result/Claim.result.js @@ -56,10 +56,12 @@ exports.ClaimResultSchema = z.object({ updatedAt: z.date(), status: ClaimStatus_schema_1.ClaimStatusSchema, claimNumber: z.string().nullable(), + npiProviderId: z.number().int().nullable(), patient: z.unknown(), appointment: z.unknown(), user: z.unknown().nullable(), staff: z.unknown().nullable(), + npiProvider: z.unknown().nullable(), serviceLines: z.array(z.unknown()), claimFiles: z.array(z.unknown()), payment: z.unknown().nullable() diff --git a/packages/db/shared/schemas/variants/result/ClaimFile.result.d.ts b/packages/db/shared/schemas/variants/result/ClaimFile.result.d.ts index fa8554b4..cbe9584d 100644 --- a/packages/db/shared/schemas/variants/result/ClaimFile.result.d.ts +++ b/packages/db/shared/schemas/variants/result/ClaimFile.result.d.ts @@ -4,17 +4,20 @@ export declare const ClaimFileResultSchema: z.ZodObject<{ claimId: z.ZodNumber; filename: z.ZodString; mimeType: z.ZodString; + filePath: z.ZodNullable; claim: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - id: number; filename: string; + id: number; mimeType: string; + filePath: string | null; claimId: number; claim?: unknown; }, { - id: number; filename: string; + id: number; mimeType: string; + filePath: string | null; claimId: number; claim?: unknown; }>; diff --git a/packages/db/shared/schemas/variants/result/ClaimFile.result.d.ts.map b/packages/db/shared/schemas/variants/result/ClaimFile.result.d.ts.map index a58a2c22..772f3d89 100644 --- a/packages/db/shared/schemas/variants/result/ClaimFile.result.d.ts.map +++ b/packages/db/shared/schemas/variants/result/ClaimFile.result.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"ClaimFile.result.d.ts","sourceRoot":"","sources":["ClaimFile.result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;EAMvB,CAAC;AAEZ,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"ClaimFile.result.d.ts","sourceRoot":"","sources":["ClaimFile.result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;EAOvB,CAAC;AAEZ,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/result/ClaimFile.result.js b/packages/db/shared/schemas/variants/result/ClaimFile.result.js index 48192405..8c2d63db 100644 --- a/packages/db/shared/schemas/variants/result/ClaimFile.result.js +++ b/packages/db/shared/schemas/variants/result/ClaimFile.result.js @@ -41,5 +41,6 @@ exports.ClaimFileResultSchema = z.object({ claimId: z.number().int(), filename: z.string(), mimeType: z.string(), + filePath: z.string().nullable(), claim: z.unknown() }).strict(); diff --git a/packages/db/shared/schemas/variants/result/CloudFile.result.d.ts b/packages/db/shared/schemas/variants/result/CloudFile.result.d.ts index 0e9b4434..5371e276 100644 --- a/packages/db/shared/schemas/variants/result/CloudFile.result.d.ts +++ b/packages/db/shared/schemas/variants/result/CloudFile.result.d.ts @@ -8,14 +8,15 @@ export declare const CloudFileResultSchema: z.ZodObject<{ folderId: z.ZodNullable; isComplete: z.ZodBoolean; totalChunks: z.ZodNullable; + diskPath: z.ZodNullable; createdAt: z.ZodDate; updatedAt: z.ZodDate; user: z.ZodUnknown; folder: z.ZodNullable; chunks: z.ZodArray; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; mimeType: string | null; @@ -23,13 +24,14 @@ export declare const CloudFileResultSchema: z.ZodObject<{ fileSize: bigint; isComplete: boolean; totalChunks: number | null; + diskPath: string | null; chunks: unknown[]; folderId: number | null; user?: unknown; folder?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; mimeType: string | null; @@ -37,6 +39,7 @@ export declare const CloudFileResultSchema: z.ZodObject<{ fileSize: bigint; isComplete: boolean; totalChunks: number | null; + diskPath: string | null; chunks: unknown[]; folderId: number | null; user?: unknown; diff --git a/packages/db/shared/schemas/variants/result/CloudFile.result.d.ts.map b/packages/db/shared/schemas/variants/result/CloudFile.result.d.ts.map index 56c783ba..01e4d765 100644 --- a/packages/db/shared/schemas/variants/result/CloudFile.result.d.ts.map +++ b/packages/db/shared/schemas/variants/result/CloudFile.result.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"CloudFile.result.d.ts","sourceRoot":"","sources":["CloudFile.result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcvB,CAAC;AAEZ,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"CloudFile.result.d.ts","sourceRoot":"","sources":["CloudFile.result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAevB,CAAC;AAEZ,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/result/CloudFile.result.js b/packages/db/shared/schemas/variants/result/CloudFile.result.js index d68263d1..c94b0dbe 100644 --- a/packages/db/shared/schemas/variants/result/CloudFile.result.js +++ b/packages/db/shared/schemas/variants/result/CloudFile.result.js @@ -45,6 +45,7 @@ exports.CloudFileResultSchema = z.object({ folderId: z.number().int().nullable(), isComplete: z.boolean(), totalChunks: z.number().int().nullable(), + diskPath: z.string().nullable(), createdAt: z.date(), updatedAt: z.date(), user: z.unknown(), diff --git a/packages/db/shared/schemas/variants/result/CloudFileChunk.result.d.ts b/packages/db/shared/schemas/variants/result/CloudFileChunk.result.d.ts index 948220e7..15279853 100644 --- a/packages/db/shared/schemas/variants/result/CloudFileChunk.result.d.ts +++ b/packages/db/shared/schemas/variants/result/CloudFileChunk.result.d.ts @@ -7,16 +7,16 @@ export declare const CloudFileChunkResultSchema: z.ZodObject<{ createdAt: z.ZodDate; file: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; }, { - createdAt: Date; id: number; data: Uint8Array; + createdAt: Date; seq: number; fileId: number; file?: unknown; diff --git a/packages/db/shared/schemas/variants/result/CloudFolder.result.d.ts b/packages/db/shared/schemas/variants/result/CloudFolder.result.d.ts index 402456e8..d810f81c 100644 --- a/packages/db/shared/schemas/variants/result/CloudFolder.result.d.ts +++ b/packages/db/shared/schemas/variants/result/CloudFolder.result.d.ts @@ -11,8 +11,8 @@ export declare const CloudFolderResultSchema: z.ZodObject<{ createdAt: z.ZodDate; updatedAt: z.ZodDate; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; @@ -22,8 +22,8 @@ export declare const CloudFolderResultSchema: z.ZodObject<{ user?: unknown; parent?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; name: string; updatedAt: Date; diff --git a/packages/db/shared/schemas/variants/result/Communication.result.d.ts b/packages/db/shared/schemas/variants/result/Communication.result.d.ts index 65a3dd86..70bb2975 100644 --- a/packages/db/shared/schemas/variants/result/Communication.result.d.ts +++ b/packages/db/shared/schemas/variants/result/Communication.result.d.ts @@ -14,30 +14,30 @@ export declare const CommunicationResultSchema: z.ZodObject<{ user: z.ZodNullable; }, "strict", z.ZodTypeAny, { status: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer"; - createdAt: Date; id: number; - userId: number | null; + createdAt: Date; patientId: number; + userId: number | null; channel: "sms" | "voice"; direction: "outbound" | "inbound"; body: string | null; callDuration: number | null; twilioSid: string | null; - user?: unknown; patient?: unknown; + user?: unknown; }, { status: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer"; - createdAt: Date; id: number; - userId: number | null; + createdAt: Date; patientId: number; + userId: number | null; channel: "sms" | "voice"; direction: "outbound" | "inbound"; body: string | null; callDuration: number | null; twilioSid: string | null; - user?: unknown; patient?: unknown; + user?: unknown; }>; export type CommunicationResultType = z.infer; //# sourceMappingURL=Communication.result.d.ts.map \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/result/DatabaseBackup.result.d.ts b/packages/db/shared/schemas/variants/result/DatabaseBackup.result.d.ts index db4813eb..92c7444c 100644 --- a/packages/db/shared/schemas/variants/result/DatabaseBackup.result.d.ts +++ b/packages/db/shared/schemas/variants/result/DatabaseBackup.result.d.ts @@ -5,13 +5,13 @@ export declare const DatabaseBackupResultSchema: z.ZodObject<{ createdAt: z.ZodDate; user: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; user?: unknown; }>; diff --git a/packages/db/shared/schemas/variants/result/Notification.result.d.ts b/packages/db/shared/schemas/variants/result/Notification.result.d.ts index f219ed73..90c36255 100644 --- a/packages/db/shared/schemas/variants/result/Notification.result.d.ts +++ b/packages/db/shared/schemas/variants/result/Notification.result.d.ts @@ -10,16 +10,16 @@ export declare const NotificationResultSchema: z.ZodObject<{ }, "strict", z.ZodTypeAny, { message: string; type: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC"; - createdAt: Date; id: number; + createdAt: Date; userId: number; read: boolean; user?: unknown; }, { message: string; type: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC"; - createdAt: Date; id: number; + createdAt: Date; userId: number; read: boolean; user?: unknown; diff --git a/packages/db/shared/schemas/variants/result/NpiProvider.result.d.ts b/packages/db/shared/schemas/variants/result/NpiProvider.result.d.ts index ec20d239..1c5235dd 100644 --- a/packages/db/shared/schemas/variants/result/NpiProvider.result.d.ts +++ b/packages/db/shared/schemas/variants/result/NpiProvider.result.d.ts @@ -6,19 +6,25 @@ export declare const NpiProviderResultSchema: z.ZodObject<{ providerName: z.ZodString; createdAt: z.ZodDate; user: z.ZodUnknown; + claims: z.ZodArray; + appointmentProcedures: z.ZodArray; }, "strict", z.ZodTypeAny, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }, { + id: number; + createdAt: Date; + userId: number; + claims: unknown[]; npiNumber: string; providerName: string; - createdAt: Date; - id: number; - userId: number; + appointmentProcedures: unknown[]; user?: unknown; }>; export type NpiProviderResultType = z.infer; diff --git a/packages/db/shared/schemas/variants/result/NpiProvider.result.d.ts.map b/packages/db/shared/schemas/variants/result/NpiProvider.result.d.ts.map index 6477fb97..49776cd3 100644 --- a/packages/db/shared/schemas/variants/result/NpiProvider.result.d.ts.map +++ b/packages/db/shared/schemas/variants/result/NpiProvider.result.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"NpiProvider.result.d.ts","sourceRoot":"","sources":["NpiProvider.result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;EAOzB,CAAC;AAEZ,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"NpiProvider.result.d.ts","sourceRoot":"","sources":["NpiProvider.result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;EASzB,CAAC;AAEZ,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"} \ No newline at end of file diff --git a/packages/db/shared/schemas/variants/result/NpiProvider.result.js b/packages/db/shared/schemas/variants/result/NpiProvider.result.js index d9f41ab1..24901222 100644 --- a/packages/db/shared/schemas/variants/result/NpiProvider.result.js +++ b/packages/db/shared/schemas/variants/result/NpiProvider.result.js @@ -42,5 +42,7 @@ exports.NpiProviderResultSchema = z.object({ npiNumber: z.string(), providerName: z.string(), createdAt: z.date(), - user: z.unknown() + user: z.unknown(), + claims: z.array(z.unknown()), + appointmentProcedures: z.array(z.unknown()) }).strict(); diff --git a/packages/db/shared/schemas/variants/result/Patient.result.d.ts b/packages/db/shared/schemas/variants/result/Patient.result.d.ts index dacece47..75799dcc 100644 --- a/packages/db/shared/schemas/variants/result/Patient.result.d.ts +++ b/packages/db/shared/schemas/variants/result/Patient.result.d.ts @@ -29,10 +29,10 @@ export declare const PatientResultSchema: z.ZodObject<{ documents: z.ZodArray; }, "strict", z.ZodTypeAny, { status: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; email: string | null; phone: string; @@ -57,10 +57,10 @@ export declare const PatientResultSchema: z.ZodObject<{ user?: unknown; }, { status: "ACTIVE" | "INACTIVE" | "UNKNOWN" | "PLAN_NOT_ACCEPTED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; procedures: unknown[]; + userId: number; claims: unknown[]; email: string | null; phone: string; diff --git a/packages/db/shared/schemas/variants/result/PatientDocument.result.d.ts b/packages/db/shared/schemas/variants/result/PatientDocument.result.d.ts index d7a6d3d6..2554bd8e 100644 --- a/packages/db/shared/schemas/variants/result/PatientDocument.result.d.ts +++ b/packages/db/shared/schemas/variants/result/PatientDocument.result.d.ts @@ -11,26 +11,26 @@ export declare const PatientDocumentResultSchema: z.ZodObject<{ updatedAt: z.ZodDate; patient: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; patient?: unknown; }>; export type PatientDocumentResultType = z.infer; diff --git a/packages/db/shared/schemas/variants/result/Payment.result.d.ts b/packages/db/shared/schemas/variants/result/Payment.result.d.ts index 4fc5e0db..65610d9a 100644 --- a/packages/db/shared/schemas/variants/result/Payment.result.d.ts +++ b/packages/db/shared/schemas/variants/result/Payment.result.d.ts @@ -21,11 +21,11 @@ export declare const PaymentResultSchema: z.ZodObject<{ serviceLines: z.ZodArray; }, "strict", z.ZodTypeAny, { status: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; notes: string | null; + userId: number; claimId: number | null; totalBilled: number; totalPaid: number; @@ -41,11 +41,11 @@ export declare const PaymentResultSchema: z.ZodObject<{ updatedBy?: unknown; }, { status: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED"; - createdAt: Date; id: number; - userId: number; + createdAt: Date; patientId: number; notes: string | null; + userId: number; claimId: number | null; totalBilled: number; totalPaid: number; diff --git a/packages/db/shared/schemas/variants/result/PdfFile.result.d.ts b/packages/db/shared/schemas/variants/result/PdfFile.result.d.ts index ab54c2b1..2028d7f0 100644 --- a/packages/db/shared/schemas/variants/result/PdfFile.result.d.ts +++ b/packages/db/shared/schemas/variants/result/PdfFile.result.d.ts @@ -7,17 +7,17 @@ export declare const PdfFileResultSchema: z.ZodObject<{ groupId: z.ZodNumber; group: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }, { - id: number; filename: string; pdfData: Uint8Array; uploadedAt: Date; + id: number; groupId: number; group?: unknown; }>; diff --git a/packages/db/shared/schemas/variants/result/PdfGroup.result.d.ts b/packages/db/shared/schemas/variants/result/PdfGroup.result.d.ts index 626d8e91..64b92dbc 100644 --- a/packages/db/shared/schemas/variants/result/PdfGroup.result.d.ts +++ b/packages/db/shared/schemas/variants/result/PdfGroup.result.d.ts @@ -8,18 +8,18 @@ export declare const PdfGroupResultSchema: z.ZodObject<{ patient: z.ZodUnknown; pdfs: z.ZodArray; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; title: string; titleKey: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER"; + createdAt: Date; pdfs: unknown[]; patientId: number; patient?: unknown; }, { - createdAt: Date; id: number; title: string; titleKey: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER"; + createdAt: Date; pdfs: unknown[]; patientId: number; patient?: unknown; diff --git a/packages/db/shared/schemas/variants/result/ServiceLineTransaction.result.d.ts b/packages/db/shared/schemas/variants/result/ServiceLineTransaction.result.d.ts index ef1b583e..714693c0 100644 --- a/packages/db/shared/schemas/variants/result/ServiceLineTransaction.result.d.ts +++ b/packages/db/shared/schemas/variants/result/ServiceLineTransaction.result.d.ts @@ -14,8 +14,8 @@ export declare const ServiceLineTransactionResultSchema: z.ZodObject<{ payment: z.ZodUnknown; serviceLine: z.ZodUnknown; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; notes: string | null; paymentId: number; transactionId: string | null; @@ -28,8 +28,8 @@ export declare const ServiceLineTransactionResultSchema: z.ZodObject<{ payment?: unknown; serviceLine?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; notes: string | null; paymentId: number; transactionId: string | null; diff --git a/packages/db/shared/schemas/variants/result/Staff.result.d.ts b/packages/db/shared/schemas/variants/result/Staff.result.d.ts index e2dc53b4..490ca8a2 100644 --- a/packages/db/shared/schemas/variants/result/Staff.result.d.ts +++ b/packages/db/shared/schemas/variants/result/Staff.result.d.ts @@ -11,8 +11,8 @@ export declare const StaffResultSchema: z.ZodObject<{ appointments: z.ZodArray; claims: z.ZodArray; }, "strict", z.ZodTypeAny, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; @@ -22,8 +22,8 @@ export declare const StaffResultSchema: z.ZodObject<{ appointments: unknown[]; user?: unknown; }, { - createdAt: Date; id: number; + createdAt: Date; userId: number; claims: unknown[]; name: string; diff --git a/packages/db/shared/schemas/variants/result/index.ts b/packages/db/shared/schemas/variants/result/index.ts index 887626d0..e083aeb9 100644 --- a/packages/db/shared/schemas/variants/result/index.ts +++ b/packages/db/shared/schemas/variants/result/index.ts @@ -6,6 +6,7 @@ export { UserResultSchema } from './User.result'; export { PatientResultSchema } from './Patient.result'; export { AppointmentResultSchema } from './Appointment.result'; +export { AppointmentFileResultSchema } from './AppointmentFile.result'; export { StaffResultSchema } from './Staff.result'; export { NpiProviderResultSchema } from './NpiProvider.result'; export { AppointmentProcedureResultSchema } from './AppointmentProcedure.result'; diff --git a/packages/db/types/appointment-types.d.ts b/packages/db/types/appointment-types.d.ts index 9c507af2..9b0a7ae8 100644 --- a/packages/db/types/appointment-types.d.ts +++ b/packages/db/types/appointment-types.d.ts @@ -1,7 +1,7 @@ import { AppointmentUncheckedCreateInputObjectSchema, AppointmentProcedureUncheckedCreateInputObjectSchema } from "@repo/db/usedSchemas"; import { z } from "zod"; export type Appointment = z.infer; -export declare const insertAppointmentSchema: z.ZodObject, z.UnknownKeysParam, z.ZodTypeAny, { +export declare const insertAppointmentSchema: z.ZodObject, z.UnknownKeysParam, z.ZodTypeAny, { [x: string]: any; [x: number]: any; [x: symbol]: any; @@ -26,7 +26,7 @@ export declare const updateAppointmentSchema: z.ZodObject<{ }>; export type UpdateAppointment = z.infer; export type AppointmentProcedure = z.infer; -export declare const insertAppointmentProcedureSchema: z.ZodObject, z.UnknownKeysParam, z.ZodTypeAny, { +export declare const insertAppointmentProcedureSchema: z.ZodObject, z.UnknownKeysParam, z.ZodTypeAny, { [x: string]: any; [x: number]: any; [x: symbol]: any; diff --git a/packages/db/types/claim-types.d.ts b/packages/db/types/claim-types.d.ts index 253c129d..321f48b2 100644 --- a/packages/db/types/claim-types.d.ts +++ b/packages/db/types/claim-types.d.ts @@ -2,7 +2,7 @@ import { ClaimStatusSchema, ClaimUncheckedCreateInputObjectSchema } from "@repo/ import { z } from "zod"; import { Decimal } from "decimal.js"; import { Staff } from "@repo/db/types"; -export declare const insertClaimSchema: z.ZodObject, z.UnknownKeysParam, z.ZodTypeAny, { +export declare const insertClaimSchema: z.ZodObject, z.UnknownKeysParam, z.ZodTypeAny, { [x: string]: any; [x: number]: any; [x: symbol]: any; @@ -47,6 +47,7 @@ export type ClaimFileMeta = { id?: number; filename: string; mimeType?: string | null; + filePath?: string; }; export interface InputServiceLine { procedureCode: string; diff --git a/packages/db/types/claim-types.d.ts.map b/packages/db/types/claim-types.d.ts.map index fb11e503..9b918cb0 100644 --- a/packages/db/types/claim-types.d.ts.map +++ b/packages/db/types/claim-types.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"claim-types.d.ts","sourceRoot":"","sources":["claim-types.ts"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"claim-types.d.ts","sourceRoot":"","sources":["claim-types.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/packages/db/types/patientConnection-types.d.ts b/packages/db/types/patientConnection-types.d.ts index 0874d4ec..bad9c3b8 100644 --- a/packages/db/types/patientConnection-types.d.ts +++ b/packages/db/types/patientConnection-types.d.ts @@ -8,7 +8,7 @@ export type Communication = z.infer, z.UnknownKeysParam, z.ZodTypeAny, { +export declare const insertCommunicationSchema: z.ZodObject, z.UnknownKeysParam, z.ZodTypeAny, { [x: string]: any; [x: number]: any; [x: symbol]: any; diff --git a/packages/db/types/patientDocument-types.d.ts b/packages/db/types/patientDocument-types.d.ts index b1df47c5..528469e4 100644 --- a/packages/db/types/patientDocument-types.d.ts +++ b/packages/db/types/patientDocument-types.d.ts @@ -10,25 +10,25 @@ export declare const PatientDocumentSchema: z.ZodObject<{ uploadedAt: z.ZodDate; updatedAt: z.ZodDate; }, "strip", z.ZodTypeAny, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; }, { - id: number; filename: string; uploadedAt: Date; + id: number; patientId: number; mimeType: string; + filePath: string; updatedAt: Date; originalName: string; fileSize: bigint; - filePath: string; }>; export declare const CreatePatientDocumentSchema: z.ZodObject, "strip", z.ZodTypeAny, { +}, "uploadedAt" | "id" | "updatedAt">, "strip", z.ZodTypeAny, { filename: string; patientId: number; mimeType: string; + filePath: string; originalName: string; fileSize: bigint; - filePath: string; }, { filename: string; patientId: number; mimeType: string; + filePath: string; originalName: string; fileSize: bigint; - filePath: string; }>; export declare const UpdatePatientDocumentSchema: z.ZodObject<{ filename: z.ZodOptional; patientId: z.ZodOptional; mimeType: z.ZodOptional; + filePath: z.ZodOptional; originalName: z.ZodOptional; fileSize: z.ZodOptional; - filePath: z.ZodOptional; }, "strip", z.ZodTypeAny, { filename?: string | undefined; patientId?: number | undefined; mimeType?: string | undefined; + filePath?: string | undefined; originalName?: string | undefined; fileSize?: bigint | undefined; - filePath?: string | undefined; }, { filename?: string | undefined; patientId?: number | undefined; mimeType?: string | undefined; + filePath?: string | undefined; originalName?: string | undefined; fileSize?: bigint | undefined; - filePath?: string | undefined; }>; export type PatientDocument = z.infer; export type CreatePatientDocument = z.infer; diff --git a/packages/db/types/payment-types.d.ts b/packages/db/types/payment-types.d.ts index bf51311c..9256e8f5 100644 --- a/packages/db/types/payment-types.d.ts +++ b/packages/db/types/payment-types.d.ts @@ -21,7 +21,7 @@ export declare const paymentMethodOptions: { }; export type PaymentMethodOptions = (typeof paymentMethodOptions)[keyof typeof paymentMethodOptions]; export declare const paymentMethodArray: PaymentMethodOptions[]; -export declare const insertPaymentSchema: z.ZodObject, z.UnknownKeysParam, z.ZodTypeAny, { +export declare const insertPaymentSchema: z.ZodObject, z.UnknownKeysParam, z.ZodTypeAny, { [x: string]: any; [x: number]: any; [x: symbol]: any; diff --git a/packages/db/usedSchemas/browser.d.ts b/packages/db/usedSchemas/browser.d.ts new file mode 100644 index 00000000..75c41dcb --- /dev/null +++ b/packages/db/usedSchemas/browser.d.ts @@ -0,0 +1,475 @@ +import * as z from "zod"; +export declare const PatientStatusSchema: z.ZodEnum<["ACTIVE", "INACTIVE", "UNKNOWN"]>; +export type PatientStatus = z.infer; +export declare const ClaimStatusSchema: z.ZodEnum<["PENDING", "APPROVED", "CANCELLED", "REVIEW", "VOID"]>; +export type ClaimStatus = z.infer; +export declare const PaymentMethodSchema: z.ZodEnum<["EFT", "CHECK", "CASH", "CARD", "OTHER"]>; +export type PaymentMethod = z.infer; +export declare const PaymentStatusSchema: z.ZodEnum<["PENDING", "PARTIALLY_PAID", "PAID", "OVERPAID", "DENIED", "VOID"]>; +export type PaymentStatus = z.infer; +export declare const NotificationTypesSchema: z.ZodEnum<["BACKUP", "CLAIM", "PAYMENT", "ETC"]>; +export type NotificationTypes = z.infer; +export declare const ProcedureSourceSchema: z.ZodEnum<["COMBO", "MANUAL"]>; +export type ProcedureSource = z.infer; +export declare const PdfTitleKeySchema: z.ZodEnum<["INSURANCE_CLAIM", "INSURANCE_CLAIM_PREAUTH", "ELIGIBILITY_STATUS", "CLAIM_STATUS", "OTHER"]>; +export type PdfTitleKey = z.infer; +export declare const CommunicationChannelSchema: z.ZodEnum<["sms", "voice"]>; +export type CommunicationChannel = z.infer; +export declare const CommunicationDirectionSchema: z.ZodEnum<["outbound", "inbound"]>; +export type CommunicationDirection = z.infer; +export declare const CommunicationStatusSchema: z.ZodEnum<["queued", "sent", "delivered", "failed", "completed", "busy", "no_answer"]>; +export type CommunicationStatus = z.infer; +export declare const UserUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + username: z.ZodString; + password: z.ZodString; +}, "strip", z.ZodTypeAny, { + username: string; + password: string; + id?: number | undefined; +}, { + username: string; + password: string; + id?: number | undefined; +}>; +export declare const PatientUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + firstName: z.ZodString; + lastName: z.ZodString; + dateOfBirth: z.ZodString; + phone: z.ZodOptional; + email: z.ZodOptional; + address: z.ZodOptional; + city: z.ZodOptional; + state: z.ZodOptional; + zipCode: z.ZodOptional; + status: z.ZodOptional>; +}, "strip", z.ZodTypeAny, { + dateOfBirth: string; + firstName: string; + lastName: string; + status?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | undefined; + id?: number | undefined; + email?: string | undefined; + phone?: string | undefined; + address?: string | undefined; + city?: string | undefined; + zipCode?: string | undefined; + state?: string | undefined; +}, { + dateOfBirth: string; + firstName: string; + lastName: string; + status?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | undefined; + id?: number | undefined; + email?: string | undefined; + phone?: string | undefined; + address?: string | undefined; + city?: string | undefined; + zipCode?: string | undefined; + state?: string | undefined; +}>; +export declare const StaffUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + firstName: z.ZodString; + lastName: z.ZodString; + role: z.ZodString; + phone: z.ZodOptional; + email: z.ZodOptional; + userId: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + role: string; + firstName: string; + lastName: string; + id?: number | undefined; + userId?: number | undefined; + email?: string | undefined; + phone?: string | undefined; +}, { + role: string; + firstName: string; + lastName: string; + id?: number | undefined; + userId?: number | undefined; + email?: string | undefined; + phone?: string | undefined; +}>; +export declare const AppointmentUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + patientId: z.ZodNumber; + userId: z.ZodOptional; + staffId: z.ZodOptional; + title: z.ZodOptional; + date: z.ZodDate; + startTime: z.ZodString; + endTime: z.ZodString; + type: z.ZodString; + status: z.ZodOptional>; + notes: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + type: string; + date: Date; + patientId: number; + startTime: string; + endTime: string; + status?: "completed" | "scheduled" | "confirmed" | "cancelled" | "no-show" | undefined; + id?: number | undefined; + title?: string | undefined; + notes?: string | undefined; + userId?: number | undefined; + staffId?: number | undefined; +}, { + type: string; + date: Date; + patientId: number; + startTime: string; + endTime: string; + status?: "completed" | "scheduled" | "confirmed" | "cancelled" | "no-show" | undefined; + id?: number | undefined; + title?: string | undefined; + notes?: string | undefined; + userId?: number | undefined; + staffId?: number | undefined; +}>; +export declare const AppointmentProcedureUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + appointmentId: z.ZodNumber; + patientId: z.ZodNumber; + procedureCode: z.ZodString; + procedureLabel: z.ZodNullable>; + fee: z.ZodNullable>; + category: z.ZodNullable>; + toothNumber: z.ZodNullable>; + toothSurface: z.ZodNullable>; + oralCavityArea: z.ZodNullable>; + source: z.ZodOptional>; + comboKey: z.ZodNullable>; + createdAt: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + patientId: number; + procedureCode: string; + appointmentId: number; + id?: number | undefined; + createdAt?: Date | undefined; + procedureLabel?: string | null | undefined; + fee?: number | null | undefined; + category?: string | null | undefined; + toothNumber?: string | null | undefined; + toothSurface?: string | null | undefined; + oralCavityArea?: string | null | undefined; + source?: "COMBO" | "MANUAL" | undefined; + comboKey?: string | null | undefined; +}, { + patientId: number; + procedureCode: string; + appointmentId: number; + id?: number | undefined; + createdAt?: Date | undefined; + procedureLabel?: string | null | undefined; + fee?: number | null | undefined; + category?: string | null | undefined; + toothNumber?: string | null | undefined; + toothSurface?: string | null | undefined; + oralCavityArea?: string | null | undefined; + source?: "COMBO" | "MANUAL" | undefined; + comboKey?: string | null | undefined; +}>; +export declare const NpiProviderUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + userId: z.ZodNumber; + npiNumber: z.ZodString; + providerName: z.ZodString; + createdAt: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + userId: number; + npiNumber: string; + providerName: string; + id?: number | undefined; + createdAt?: Date | undefined; +}, { + userId: number; + npiNumber: string; + providerName: string; + id?: number | undefined; + createdAt?: Date | undefined; +}>; +export declare const ClaimUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + patientId: z.ZodNumber; + appointmentId: z.ZodOptional; + status: z.ZodOptional>; + submittedAt: z.ZodOptional; + paidAt: z.ZodOptional; + amount: z.ZodOptional; + insuranceId: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + patientId: number; + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; + id?: number | undefined; + appointmentId?: number | undefined; + insuranceId?: string | undefined; + submittedAt?: string | undefined; + paidAt?: string | undefined; + amount?: number | undefined; +}, { + patientId: number; + status?: "PENDING" | "APPROVED" | "CANCELLED" | "REVIEW" | "VOID" | undefined; + id?: number | undefined; + appointmentId?: number | undefined; + insuranceId?: string | undefined; + submittedAt?: string | undefined; + paidAt?: string | undefined; + amount?: number | undefined; +}>; +export declare const InsuranceCredentialUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + userId: z.ZodNumber; + siteKey: z.ZodString; + username: z.ZodString; + password: z.ZodString; +}, "strip", z.ZodTypeAny, { + userId: number; + siteKey: string; + username: string; + password: string; + id?: number | undefined; +}, { + userId: number; + siteKey: string; + username: string; + password: string; + id?: number | undefined; +}>; +export declare const PdfFileUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + filename: z.ZodString; + pdfData: z.ZodType, z.ZodTypeDef, Uint8Array>; + uploadedAt: z.ZodOptional; + groupId: z.ZodNumber; +}, "strip", z.ZodTypeAny, { + filename: string; + pdfData: Uint8Array; + groupId: number; + uploadedAt?: Date | undefined; + id?: number | undefined; +}, { + filename: string; + pdfData: Uint8Array; + groupId: number; + uploadedAt?: Date | undefined; + id?: number | undefined; +}>; +export declare const PdfGroupUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + title: z.ZodString; + titleKey: z.ZodOptional>; + createdAt: z.ZodOptional; + patientId: z.ZodNumber; +}, "strip", z.ZodTypeAny, { + title: string; + patientId: number; + id?: number | undefined; + titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | undefined; + createdAt?: Date | undefined; +}, { + title: string; + patientId: number; + id?: number | undefined; + titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | undefined; + createdAt?: Date | undefined; +}>; +export declare const PaymentUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + patientId: z.ZodNumber; + appointmentId: z.ZodOptional; + amount: z.ZodNumber; + method: z.ZodOptional>; + status: z.ZodOptional>; + paymentDate: z.ZodOptional; + updatedById: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + patientId: number; + amount: number; + status?: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | undefined; + id?: number | undefined; + appointmentId?: number | undefined; + method?: "OTHER" | "EFT" | "CHECK" | "CASH" | "CARD" | undefined; + updatedById?: number | undefined; + paymentDate?: string | undefined; +}, { + patientId: number; + amount: number; + status?: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | undefined; + id?: number | undefined; + appointmentId?: number | undefined; + method?: "OTHER" | "EFT" | "CHECK" | "CASH" | "CARD" | undefined; + updatedById?: number | undefined; + paymentDate?: string | undefined; +}>; +export declare const ServiceLineTransactionCreateInputObjectSchema: z.ZodObject<{ + transactionId: z.ZodNullable>; + paidAmount: z.ZodNumber; + adjustedAmount: z.ZodOptional; + method: z.ZodEnum<["EFT", "CHECK", "CASH", "CARD", "OTHER"]>; + receivedDate: z.ZodDate; + payerName: z.ZodNullable>; + notes: z.ZodNullable>; + createdAt: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + paidAmount: number; + method: "OTHER" | "EFT" | "CHECK" | "CASH" | "CARD"; + receivedDate: Date; + createdAt?: Date | undefined; + notes?: string | null | undefined; + transactionId?: string | null | undefined; + adjustedAmount?: number | undefined; + payerName?: string | null | undefined; +}, { + paidAmount: number; + method: "OTHER" | "EFT" | "CHECK" | "CASH" | "CARD"; + receivedDate: Date; + createdAt?: Date | undefined; + notes?: string | null | undefined; + transactionId?: string | null | undefined; + adjustedAmount?: number | undefined; + payerName?: string | null | undefined; +}>; +export declare const NotificationUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + userId: z.ZodNumber; + type: z.ZodEnum<["BACKUP", "CLAIM", "PAYMENT", "ETC"]>; + message: z.ZodString; + createdAt: z.ZodOptional; + read: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + message: string; + type: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC"; + userId: number; + id?: number | undefined; + createdAt?: Date | undefined; + read?: boolean | undefined; +}, { + message: string; + type: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC"; + userId: number; + id?: number | undefined; + createdAt?: Date | undefined; + read?: boolean | undefined; +}>; +export declare const DatabaseBackupUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + userId: z.ZodNumber; + createdAt: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + userId: number; + id?: number | undefined; + createdAt?: Date | undefined; +}, { + userId: number; + id?: number | undefined; + createdAt?: Date | undefined; +}>; +export declare const BackupDestinationUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + userId: z.ZodNumber; + path: z.ZodString; + isActive: z.ZodOptional; + createdAt: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + path: string; + userId: number; + id?: number | undefined; + createdAt?: Date | undefined; + isActive?: boolean | undefined; +}, { + path: string; + userId: number; + id?: number | undefined; + createdAt?: Date | undefined; + isActive?: boolean | undefined; +}>; +export declare const CloudFolderUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + userId: z.ZodNumber; + name: z.ZodString; + parentId: z.ZodNullable>; + createdAt: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + userId: number; + name: string; + id?: number | undefined; + createdAt?: Date | undefined; + parentId?: number | null | undefined; +}, { + userId: number; + name: string; + id?: number | undefined; + createdAt?: Date | undefined; + parentId?: number | null | undefined; +}>; +export declare const CloudFileUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + userId: z.ZodNumber; + name: z.ZodString; + mimeType: z.ZodNullable>; + fileSize: z.ZodBigInt; + folderId: z.ZodNullable>; + isComplete: z.ZodOptional; + totalChunks: z.ZodNullable>; + createdAt: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + userId: number; + name: string; + fileSize: bigint; + id?: number | undefined; + createdAt?: Date | undefined; + mimeType?: string | null | undefined; + isComplete?: boolean | undefined; + totalChunks?: number | null | undefined; + folderId?: number | null | undefined; +}, { + userId: number; + name: string; + fileSize: bigint; + id?: number | undefined; + createdAt?: Date | undefined; + mimeType?: string | null | undefined; + isComplete?: boolean | undefined; + totalChunks?: number | null | undefined; + folderId?: number | null | undefined; +}>; +export declare const CommunicationUncheckedCreateInputObjectSchema: z.ZodObject<{ + id: z.ZodOptional; + patientId: z.ZodNumber; + userId: z.ZodNullable>; + channel: z.ZodEnum<["sms", "voice"]>; + direction: z.ZodEnum<["outbound", "inbound"]>; + status: z.ZodEnum<["queued", "sent", "delivered", "failed", "completed", "busy", "no_answer"]>; + body: z.ZodNullable>; + callDuration: z.ZodNullable>; + twilioSid: z.ZodNullable>; + createdAt: z.ZodOptional; +}, "strip", z.ZodTypeAny, { + status: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer"; + patientId: number; + channel: "sms" | "voice"; + direction: "outbound" | "inbound"; + id?: number | undefined; + createdAt?: Date | undefined; + userId?: number | null | undefined; + body?: string | null | undefined; + callDuration?: number | null | undefined; + twilioSid?: string | null | undefined; +}, { + status: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer"; + patientId: number; + channel: "sms" | "voice"; + direction: "outbound" | "inbound"; + id?: number | undefined; + createdAt?: Date | undefined; + userId?: number | null | undefined; + body?: string | null | undefined; + callDuration?: number | null | undefined; + twilioSid?: string | null | undefined; +}>; +//# sourceMappingURL=browser.d.ts.map \ No newline at end of file diff --git a/packages/db/usedSchemas/browser.d.ts.map b/packages/db/usedSchemas/browser.d.ts.map new file mode 100644 index 00000000..fe349d10 --- /dev/null +++ b/packages/db/usedSchemas/browser.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["browser.ts"],"names":[],"mappings":"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"} \ No newline at end of file