@kl1/contracts 1.1.17-uat → 1.1.18-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1368,7 +1368,8 @@ var GetRoomsSchema = z29.object({
1368
1368
  notes: z29.string().optional(),
1369
1369
  tab: z29.string().optional(),
1370
1370
  type: z29.string().optional(),
1371
- sorting: z29.string().optional().default("desc")
1371
+ sorting: z29.string().optional().default("desc"),
1372
+ caseId: z29.string().optional()
1372
1373
  });
1373
1374
  var UpdateRoomTagsAndNotesSchema = z29.object({
1374
1375
  note: z29.string().optional(),