@kl1/contracts 1.3.74 → 1.3.76

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
@@ -1185,6 +1185,7 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1185
1185
  queue: z25.object({
1186
1186
  queueName: z25.string().nullable().optional()
1187
1187
  }).nullable(),
1188
+ automationQueue: z25.object({ id: z25.string().uuid(), name: z25.string() }).nullable(),
1188
1189
  contact: ContactSchema.nullable(),
1189
1190
  firstAssignee: UserSchema.nullable(),
1190
1191
  agent: UserSchema.nullable(),
@@ -4430,6 +4431,7 @@ var MessageStatusSchema = z55.object({
4430
4431
  closed: z55.number().nullable(),
4431
4432
  unassignedOpen: z55.number().nullable(),
4432
4433
  assignedOpen: z55.number().nullable(),
4434
+ botRoom: z55.number().nullable(),
4433
4435
  hold: z55.number()
4434
4436
  });
4435
4437
  var MessageAverageSchema = z55.object({