fix: use rendering provider from claim form for MassHealth dentist search, default to Mary Scannell, select first office option
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user