@kl1/contracts 1.1.98-uat → 1.1.99-uat

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -1300,6 +1300,7 @@ var RoomSchema = DefaultEntitySchema.extend({
1300
1300
  isBotRoom: z30.boolean(),
1301
1301
  direction: MessageDirectionTypeSchema,
1302
1302
  platformContact: PlatformContactSchema,
1303
+ automationQueueId: z30.string().nullable(),
1303
1304
  actor: z30.object({
1304
1305
  id: z30.string().uuid(),
1305
1306
  createdAt: z30.date(),