@kl1/contracts 1.0.85 → 1.0.86

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
@@ -1532,6 +1532,7 @@ var SendMessageToPlatformSchema = z29.object({
1532
1532
  fileKey: z29.string()
1533
1533
  }).optional(),
1534
1534
  sender: z29.object({
1535
+ id: z29.string().uuid(),
1535
1536
  name: z29.string(),
1536
1537
  email: z29.string().email(),
1537
1538
  address: z29.string().nullable(),
@@ -3034,7 +3035,7 @@ var GetAllCxLogQueryParamsSchema = DefaultQueryParamsSchema.extend({
3034
3035
  direction: z42.array(z42.union([z42.literal("inbound"), z42.literal("outbound")])),
3035
3036
  disposition: z42.array(z42.string()),
3036
3037
  sentimentScore: z42.array(sentimentScoreSchema),
3037
- csatScore: z42.string(),
3038
+ csatScore: z42.array(z42.string()),
3038
3039
  sla: z42.array(z42.union([z42.literal("meet"), z42.literal("unmeet")])),
3039
3040
  tags: z42.array(z42.string()),
3040
3041
  // General tags