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