@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -10
package/dist/index.js
CHANGED
@@ -2576,7 +2576,7 @@ var ContactContractValidationSchema = {
|
|
2576
2576
|
customFields: import_zod42.default.array(
|
2577
2577
|
addErrorMessage(
|
2578
2578
|
BaseSchema2.extend({
|
2579
|
-
value: import_zod42.default.union([import_zod42.default.string(), import_zod42.default.array(import_zod42.default.string())]),
|
2579
|
+
value: import_zod42.default.union([import_zod42.default.string(), import_zod42.default.array(import_zod42.default.string())]).nullable(),
|
2580
2580
|
type: import_zod42.default.string(),
|
2581
2581
|
isDefaultAttribute: import_zod42.default.boolean()
|
2582
2582
|
})
|