@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/api-contracts/src/contract.d.ts +72 -26
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +72 -26
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +26 -3
- package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
-
|
4129
|
+
contactCustomFields: z52.array(CustomFieldQueryParamsSchema),
|
4130
|
+
wrapUpFormCustomFields: z52.array(CustomFieldQueryParamsSchema),
|
4130
4131
|
// Date filter
|
4131
4132
|
selectedDate: z52.string(),
|
4132
4133
|
uid: z52.string()
|