@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.js CHANGED
@@ -1512,7 +1512,8 @@ var SendMessageSchema = import_zod29.default.object({
1512
1512
  messageAttachments: MessageAttachmentSchema.optional(),
1513
1513
  user: UserSchema.optional(),
1514
1514
  sticker: StickerSchema.optional(),
1515
- file: import_zod29.default.custom().optional()
1515
+ file: import_zod29.default.custom().optional(),
1516
+ messengerTags: import_zod29.default.union([import_zod29.default.literal(1), import_zod29.default.literal(2), import_zod29.default.literal(3)])
1516
1517
  });
1517
1518
  var SolveRoomSchema = import_zod29.default.object({
1518
1519
  roomId: import_zod29.default.string(),
@@ -1580,7 +1581,8 @@ var SendMessageToPlatformSchema = import_zod29.default.object({
1580
1581
  address: import_zod29.default.string().nullable(),
1581
1582
  phone: import_zod29.default.string().nullable()
1582
1583
  }).nullable(),
1583
- channel: ChannelSchema2
1584
+ channel: ChannelSchema2,
1585
+ status: import_zod29.default.number()
1584
1586
  }),
1585
1587
  message: import_zod29.default.object({
1586
1588
  message: import_zod29.default.string().optional(),