fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -40,7 +40,8 @@ const makeSchema = () => z.object({
|
||||
patientId: z.literal(true).optional(),
|
||||
appointmentId: z.literal(true).optional(),
|
||||
userId: z.literal(true).optional(),
|
||||
staffId: z.literal(true).optional()
|
||||
staffId: z.literal(true).optional(),
|
||||
npiProviderId: z.literal(true).optional()
|
||||
}).strict();
|
||||
exports.ClaimSumAggregateInputObjectSchema = makeSchema();
|
||||
exports.ClaimSumAggregateInputObjectZodSchema = makeSchema();
|
||||
|
||||
Reference in New Issue
Block a user