fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -37,6 +37,7 @@ exports.ClaimFileScalarWhereWithAggregatesInputObjectZodSchema = exports.ClaimFi
|
||||
const z = __importStar(require("zod"));
|
||||
const IntWithAggregatesFilter_schema_1 = require("./IntWithAggregatesFilter.schema");
|
||||
const StringWithAggregatesFilter_schema_1 = require("./StringWithAggregatesFilter.schema");
|
||||
const StringNullableWithAggregatesFilter_schema_1 = require("./StringNullableWithAggregatesFilter.schema");
|
||||
const claimfilescalarwherewithaggregatesinputSchema = z.object({
|
||||
AND: z.union([z.lazy(() => exports.ClaimFileScalarWhereWithAggregatesInputObjectSchema), z.lazy(() => exports.ClaimFileScalarWhereWithAggregatesInputObjectSchema).array()]).optional(),
|
||||
OR: z.lazy(() => exports.ClaimFileScalarWhereWithAggregatesInputObjectSchema).array().optional(),
|
||||
@@ -44,7 +45,8 @@ const claimfilescalarwherewithaggregatesinputSchema = z.object({
|
||||
id: z.union([z.lazy(() => IntWithAggregatesFilter_schema_1.IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(),
|
||||
claimId: z.union([z.lazy(() => IntWithAggregatesFilter_schema_1.IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(),
|
||||
filename: z.union([z.lazy(() => StringWithAggregatesFilter_schema_1.StringWithAggregatesFilterObjectSchema), z.string()]).optional(),
|
||||
mimeType: z.union([z.lazy(() => StringWithAggregatesFilter_schema_1.StringWithAggregatesFilterObjectSchema), z.string()]).optional()
|
||||
mimeType: z.union([z.lazy(() => StringWithAggregatesFilter_schema_1.StringWithAggregatesFilterObjectSchema), z.string()]).optional(),
|
||||
filePath: z.union([z.lazy(() => StringNullableWithAggregatesFilter_schema_1.StringNullableWithAggregatesFilterObjectSchema), z.string()]).optional().nullable()
|
||||
}).strict();
|
||||
exports.ClaimFileScalarWhereWithAggregatesInputObjectSchema = claimfilescalarwherewithaggregatesinputSchema;
|
||||
exports.ClaimFileScalarWhereWithAggregatesInputObjectZodSchema = claimfilescalarwherewithaggregatesinputSchema;
|
||||
|
||||
Reference in New Issue
Block a user