@kl1/contracts 1.3.50 → 1.3.51

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
@@ -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()