@kl1/contracts 1.4.10 → 1.4.11

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
@@ -1231,7 +1231,9 @@ var GetRoomsSchema = z26.object({
1231
1231
  dispositions: z26.array(z26.string()).optional(),
1232
1232
  holdLabelId: z26.string().uuid().optional(),
1233
1233
  automationQueueId: z26.string().uuid().optional(),
1234
- botpressBotId: z26.string().uuid().optional()
1234
+ botpressBotId: z26.string().uuid().optional(),
1235
+ queueIds: z26.string().array().optional()
1236
+ // for room filter with queue
1235
1237
  });
1236
1238
  var UpdateRoomTagsAndNotesSchema = z26.object({
1237
1239
  note: z26.string().optional(),