@kl1/contracts 1.3.50 → 1.3.51

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -4126,7 +4126,8 @@ var GetAllCxLogQueryParamsSchema = DefaultQueryParamsSchema.extend({
4126
4126
  address: z52.string(),
4127
4127
  company: z52.array(z52.string()),
4128
4128
  // Custom fields
4129
- customFields: z52.array(CustomFieldQueryParamsSchema),
4129
+ contactCustomFields: z52.array(CustomFieldQueryParamsSchema),
4130
+ wrapUpFormCustomFields: z52.array(CustomFieldQueryParamsSchema),
4130
4131
  // Date filter
4131
4132
  selectedDate: z52.string(),
4132
4133
  uid: z52.string()