fix: use rendering provider from claim form for MassHealth dentist search, default to Mary Scannell, select first office option

This commit is contained in:
Gitead
2026-04-23 00:25:11 -04:00
parent 1414ec11fd
commit ca7797841f
798 changed files with 2565 additions and 21785 deletions

View File

@@ -7,14 +7,14 @@ export declare const UserGroupByZodSchema: z.ZodObject<{
having: z.ZodOptional<z.ZodType<Prisma.UserScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.UserScalarWhereWithAggregatesInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
by: z.ZodArray<z.ZodEnum<["id", "username", "password"]>, "many">;
by: z.ZodArray<z.ZodEnum<["id", "username", "password", "autoBackupEnabled", "usbBackupEnabled"]>, "many">;
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.UserCountAggregateInputType, z.ZodTypeDef, Prisma.UserCountAggregateInputType>]>>;
_min: z.ZodOptional<z.ZodType<Prisma.UserMinAggregateInputType, z.ZodTypeDef, Prisma.UserMinAggregateInputType>>;
_max: z.ZodOptional<z.ZodType<Prisma.UserMaxAggregateInputType, z.ZodTypeDef, Prisma.UserMaxAggregateInputType>>;
_avg: z.ZodOptional<z.ZodType<Prisma.UserAvgAggregateInputType, z.ZodTypeDef, Prisma.UserAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.UserSumAggregateInputType, z.ZodTypeDef, Prisma.UserSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
by: ("id" | "username" | "password")[];
by: ("id" | "username" | "password" | "autoBackupEnabled" | "usbBackupEnabled")[];
where?: Prisma.UserWhereInput | undefined;
_count?: true | Prisma.UserCountAggregateInputType | undefined;
orderBy?: Prisma.UserOrderByWithAggregationInput | Prisma.UserOrderByWithAggregationInput[] | undefined;
@@ -26,7 +26,7 @@ export declare const UserGroupByZodSchema: z.ZodObject<{
_sum?: Prisma.UserSumAggregateInputType | undefined;
having?: Prisma.UserScalarWhereWithAggregatesInput | undefined;
}, {
by: ("id" | "username" | "password")[];
by: ("id" | "username" | "password" | "autoBackupEnabled" | "usbBackupEnabled")[];
where?: Prisma.UserWhereInput | undefined;
_count?: true | Prisma.UserCountAggregateInputType | undefined;
orderBy?: Prisma.UserOrderByWithAggregationInput | Prisma.UserOrderByWithAggregationInput[] | undefined;