@kl1/contracts 1.3.51 → 1.3.53

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -1182,6 +1182,7 @@ var CxLogSchemaWithRelations = DefaultEntitySchema.extend({
1182
1182
  queue: z25.object({
1183
1183
  queueName: z25.string().nullable().optional()
1184
1184
  }).nullable(),
1185
+ automationQueue: z25.object({ id: z25.string().uuid(), name: z25.string() }).nullable(),
1185
1186
  contact: ContactSchema.nullable(),
1186
1187
  firstAssignee: UserSchema.nullable(),
1187
1188
  agent: UserSchema.nullable(),