@kl1/contracts 1.0.87 → 1.0.88

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
@@ -1076,7 +1076,9 @@ var MessageTypeSchema = z26.enum([
1076
1076
  "closed",
1077
1077
  "handed_over",
1078
1078
  "updated",
1079
- "started"
1079
+ "started",
1080
+ // unsupported
1081
+ "unsupported"
1080
1082
  ]);
1081
1083
  var MessageLocaleTypeSchema = z26.enum(["mm", "en", "th", ""]);
1082
1084
  var PlatformContactMetadataSchema = z26.object({
@@ -1489,6 +1491,8 @@ var SendMessageToPlatformSchema = z29.object({
1489
1491
  handleTime: z29.number().optional(),
1490
1492
  isLatest: z29.boolean(),
1491
1493
  direction: MessageDirectionTypeSchema,
1494
+ createdAt: z29.string(),
1495
+ updatedAt: z29.string(),
1492
1496
  platformContact: z29.object({
1493
1497
  channelId: z29.string().uuid(),
1494
1498
  socialPlatformId: z29.string().nullable(),