@kl1/contracts 1.3.51 → 1.3.53

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
@@ -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(),