@kl1/contracts 1.0.95 → 1.0.96

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
@@ -1448,7 +1448,8 @@ var SendMessageSchema = z29.object({
1448
1448
  messageAttachments: MessageAttachmentSchema.optional(),
1449
1449
  user: UserSchema.optional(),
1450
1450
  sticker: StickerSchema.optional(),
1451
- file: z29.custom().optional()
1451
+ file: z29.custom().optional(),
1452
+ messengerTags: z29.union([z29.literal(1), z29.literal(2), z29.literal(3)])
1452
1453
  });
1453
1454
  var SolveRoomSchema = z29.object({
1454
1455
  roomId: z29.string(),
@@ -1516,7 +1517,8 @@ var SendMessageToPlatformSchema = z29.object({
1516
1517
  address: z29.string().nullable(),
1517
1518
  phone: z29.string().nullable()
1518
1519
  }).nullable(),
1519
- channel: ChannelSchema2
1520
+ channel: ChannelSchema2,
1521
+ status: z29.number()
1520
1522
  }),
1521
1523
  message: z29.object({
1522
1524
  message: z29.string().optional(),