@experts_hub/shared 1.0.574 → 1.0.575
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.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -7834,7 +7834,7 @@ __decorateClass([
|
|
|
7834
7834
|
(0, import_class_validator82.IsArray)({ message: "Candidate IDs must be an array" }),
|
|
7835
7835
|
(0, import_class_validator82.ArrayNotEmpty)({ message: "At least one candidate ID is required" }),
|
|
7836
7836
|
(0, import_class_validator82.IsNumber)({}, { each: true, message: "Each candidate ID must be a number" })
|
|
7837
|
-
], MarkCandidateStatusBulkDto.prototype, "
|
|
7837
|
+
], MarkCandidateStatusBulkDto.prototype, "candidateIds", 2);
|
|
7838
7838
|
|
|
7839
7839
|
// src/modules/cms/pattern/pattern.ts
|
|
7840
7840
|
var CMS_PATTERNS = {
|
package/dist/index.mjs
CHANGED
|
@@ -7848,7 +7848,7 @@ __decorateClass([
|
|
|
7848
7848
|
IsArray14({ message: "Candidate IDs must be an array" }),
|
|
7849
7849
|
ArrayNotEmpty8({ message: "At least one candidate ID is required" }),
|
|
7850
7850
|
IsNumber12({}, { each: true, message: "Each candidate ID must be a number" })
|
|
7851
|
-
], MarkCandidateStatusBulkDto.prototype, "
|
|
7851
|
+
], MarkCandidateStatusBulkDto.prototype, "candidateIds", 2);
|
|
7852
7852
|
|
|
7853
7853
|
// src/modules/cms/pattern/pattern.ts
|
|
7854
7854
|
var CMS_PATTERNS = {
|