fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -7,14 +7,14 @@ export declare const ClaimFileGroupByZodSchema: z.ZodObject<{
|
||||
having: z.ZodOptional<z.ZodType<Prisma.ClaimFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ClaimFileScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "claimId", "filename", "mimeType"]>, "many">;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "claimId", "filename", "mimeType", "filePath"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ClaimFileCountAggregateInputType, z.ZodTypeDef, Prisma.ClaimFileCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.ClaimFileMinAggregateInputType, z.ZodTypeDef, Prisma.ClaimFileMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.ClaimFileMaxAggregateInputType, z.ZodTypeDef, Prisma.ClaimFileMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.ClaimFileAvgAggregateInputType, z.ZodTypeDef, Prisma.ClaimFileAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.ClaimFileSumAggregateInputType, z.ZodTypeDef, Prisma.ClaimFileSumAggregateInputType>>;
|
||||
}, "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;
|
||||
|
||||
Reference in New Issue
Block a user