@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
@@ -3006,7 +3006,7 @@ declare class MarkCandidateStatusDto {
3006
3006
  }
3007
3007
 
3008
3008
  declare class MarkCandidateStatusBulkDto {
3009
- candidatesIds: number[];
3009
+ candidateIds: number[];
3010
3010
  }
3011
3011
 
3012
3012
  declare const CMS_PATTERNS: {
package/dist/index.d.ts CHANGED
@@ -3006,7 +3006,7 @@ declare class MarkCandidateStatusDto {
3006
3006
  }
3007
3007
 
3008
3008
  declare class MarkCandidateStatusBulkDto {
3009
- candidatesIds: number[];
3009
+ candidateIds: number[];
3010
3010
  }
3011
3011
 
3012
3012
  declare const CMS_PATTERNS: {
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, "candidatesIds", 2);
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, "candidatesIds", 2);
7851
+ ], MarkCandidateStatusBulkDto.prototype, "candidateIds", 2);
7852
7852
 
7853
7853
  // src/modules/cms/pattern/pattern.ts
7854
7854
  var CMS_PATTERNS = {
@@ -1,3 +1,3 @@
1
1
  export declare class MarkCandidateStatusBulkDto {
2
- candidatesIds: number[];
2
+ candidateIds: number[];
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.574",
3
+ "version": "1.0.575",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",