@kl1/contracts 1.1.42-uat → 1.1.43-uat

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
@@ -2504,7 +2504,7 @@ var ContactContractValidationSchema = {
2504
2504
  customFields: z42.array(
2505
2505
  addErrorMessage(
2506
2506
  BaseSchema2.extend({
2507
- value: z42.union([z42.string(), z42.array(z42.string())]),
2507
+ value: z42.union([z42.string(), z42.array(z42.string())]).nullable(),
2508
2508
  type: z42.string(),
2509
2509
  isDefaultAttribute: z42.boolean()
2510
2510
  })