@kl1/contracts 1.1.3 → 1.1.4

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
@@ -5087,7 +5087,8 @@ var GetAllTelephonyCdrSchema = DefaultQueryParamsSchema.extend({
5087
5087
  userId: import_zod74.default.string().uuid().optional(),
5088
5088
  queueStatus: import_zod74.default.string().optional(),
5089
5089
  agentIds: import_zod74.default.array(import_zod74.default.string().uuid()).optional(),
5090
- agentCallsOnly: import_zod74.default.coerce.boolean().optional()
5090
+ agentCallsOnly: import_zod74.default.coerce.boolean().optional(),
5091
+ contactId: import_zod74.default.string().uuid().optional()
5091
5092
  });
5092
5093
  var GetRecentTelephonyCdrSchema = DefaultQueryParamsSchema.extend({
5093
5094
  type: import_zod74.default.array(import_zod74.default.string()).optional(),