fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -14,7 +14,7 @@ export declare const StaffGroupByZodSchema: z.ZodObject<{
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.StaffAvgAggregateInputType, z.ZodTypeDef, Prisma.StaffAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.StaffSumAggregateInputType, z.ZodTypeDef, Prisma.StaffSumAggregateInputType>>;
|
||||
}, "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;
|
||||
|
||||
Reference in New Issue
Block a user