@kl1/contracts 1.4.15 → 1.4.16

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
@@ -5997,7 +5997,8 @@ var GetAllTelephonyCdrSchema = DefaultQueryParamsSchema.extend({
5997
5997
  queueStatus: z75.string().optional(),
5998
5998
  agentIds: z75.array(z75.string().uuid()).optional(),
5999
5999
  agentCallsOnly: z75.coerce.boolean().optional(),
6000
- contactId: z75.string().uuid().optional()
6000
+ contactId: z75.string().uuid().optional(),
6001
+ recordingsOnly: z75.boolean().optional()
6001
6002
  });
6002
6003
  var GetRecentTelephonyCdrSchema = DefaultQueryParamsSchema.extend({
6003
6004
  type: z75.array(z75.string()).optional(),