@dakkitor/api-contracts 1.1.60 → 1.1.62
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.
|
@@ -54,7 +54,7 @@ exports.UpsertWorkerPhoneNumberSchema = zod_1.z
|
|
|
54
54
|
}
|
|
55
55
|
return true;
|
|
56
56
|
}, {
|
|
57
|
-
message: 'New phone numbers
|
|
57
|
+
message: 'New phone numbers require filling a Phone Number, please delete if adding it was a mistake',
|
|
58
58
|
})
|
|
59
59
|
.openapi({ title: 'UpsertWorkerPhoneNumber' });
|
|
60
60
|
exports.WorkerTradeSchema = zod_1.z
|