@kl1/contracts 1.0.93 → 1.0.94

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
@@ -3118,7 +3118,7 @@ var GetAllCxLogQueryParamsSchema = DefaultQueryParamsSchema.extend({
3118
3118
  disposition: import_zod42.default.array(import_zod42.default.string()),
3119
3119
  sentimentScore: import_zod42.default.array(sentimentScoreSchema),
3120
3120
  csatScore: import_zod42.default.array(import_zod42.default.string()),
3121
- sla: import_zod42.default.array(import_zod42.default.union([import_zod42.default.literal("meet"), import_zod42.default.literal("unmeet")])),
3121
+ sla: import_zod42.default.union([import_zod42.default.literal("meet"), import_zod42.default.literal("unmeet")]),
3122
3122
  tags: import_zod42.default.array(import_zod42.default.string()),
3123
3123
  // General tags
3124
3124
  // Default contact attributes
@@ -5130,13 +5130,6 @@ var GetYeastarCallReportSchema = DefaultQueryParamsSchema.extend({
5130
5130
  message: "selectedDate is required."
5131
5131
  });
5132
5132
  }
5133
- if (input.reportType === "extcallstatistics" && !NullEmptyStringUndefined.includes(input.communicationType)) {
5134
- ctx.addIssue({
5135
- code: import_zod74.default.ZodIssueCode.custom,
5136
- path: ["communicationType"],
5137
- message: "communicationType is required."
5138
- });
5139
- }
5140
5133
  if ((input.reportType === "extcallactivity" || input.reportType === "queueavgwaittalktime" || input.reportType === "trunkactivity") && NullEmptyStringUndefined.includes(input.time)) {
5141
5134
  ctx.addIssue({
5142
5135
  code: import_zod74.default.ZodIssueCode.custom,