@kl1/contracts 1.2.25-uat → 1.2.26-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.js CHANGED
@@ -2720,6 +2720,21 @@ var mainChatRoomContract = (0, import_core7.initContract)().router(
2720
2720
  url: import_zod39.default.string(),
2721
2721
  previewUrl: import_zod39.default.string(),
2722
2722
  imageSetId: import_zod39.default.string()
2723
+ }),
2724
+ latestMessage: import_zod39.default.object({
2725
+ message: import_zod39.default.string(),
2726
+ direction: MessageDirectionTypeSchema,
2727
+ type: MessageTypeSchema,
2728
+ readAt: import_zod39.default.date(),
2729
+ metadata: import_zod39.default.any(),
2730
+ platformId: import_zod39.default.string(),
2731
+ platformMessageId: import_zod39.default.string(),
2732
+ replyPlatformMessageId: import_zod39.default.string(),
2733
+ template: import_zod39.default.any(),
2734
+ locale: MessageLocaleTypeSchema,
2735
+ url: import_zod39.default.string(),
2736
+ previewUrl: import_zod39.default.string(),
2737
+ imageSetId: import_zod39.default.string()
2723
2738
  })
2724
2739
  })
2725
2740
  }),