@kl1/contracts 1.2.67-uat → 1.2.68-uat

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
@@ -643,7 +643,8 @@ var MessageTypeSchema = z18.enum([
643
643
  "auto_unhold",
644
644
  "edited",
645
645
  "deleted",
646
- "unsupported"
646
+ "unsupported",
647
+ "item"
647
648
  ]);
648
649
  var FeedPostTypeSchema = z18.enum([
649
650
  "text",
@@ -1217,7 +1218,9 @@ var MessageAttachmentSchema = z26.object({
1217
1218
  fileSize: z26.number(),
1218
1219
  url: z26.string().nullable(),
1219
1220
  fileType: z26.string(),
1220
- thumbnailUrl: z26.string().optional()
1221
+ thumbnailUrl: z26.string().optional(),
1222
+ width: z26.string().optional(),
1223
+ height: z26.string().optional()
1221
1224
  });
1222
1225
  var StickerSchema = z26.object({
1223
1226
  packageId: z26.number(),