@kl1/contracts 1.1.20 → 1.1.21

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
@@ -1416,7 +1416,7 @@ var UpdateAssigneeSchema = z29.object({
1416
1416
  });
1417
1417
  var SearchRoomsSchema = DefaultQueryParamsSchema.extend({
1418
1418
  query: z29.string(),
1419
- type: z29.enum(["contact", "message"]).default("contact")
1419
+ type: z29.enum(["contact", "message", "caseId"]).default("contact")
1420
1420
  });
1421
1421
  var ChannelSchema2 = z29.object({
1422
1422
  id: z29.string(),