@kl1/contracts 1.4.44 → 1.4.45

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
@@ -6019,7 +6019,8 @@ var GetAllTelephonyCdrSchema = DefaultQueryParamsSchema.extend({
6019
6019
  agentIds: z75.array(z75.string().uuid()).optional(),
6020
6020
  agentCallsOnly: z75.coerce.boolean().optional(),
6021
6021
  contactId: z75.string().uuid().optional(),
6022
- recordingsOnly: z75.boolean().optional()
6022
+ recordingsOnly: z75.boolean().optional(),
6023
+ tagIds: z75.array(z75.string().uuid()).optional()
6023
6024
  });
6024
6025
  var GetRecentTelephonyCdrSchema = DefaultQueryParamsSchema.extend({
6025
6026
  type: z75.array(z75.string()).optional(),