@experts_hub/shared 1.0.710 → 1.0.711

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 CHANGED
@@ -7693,8 +7693,7 @@ __decorateClass([
7693
7693
  ], JobDescriptionDto.prototype, "isDraft", 2);
7694
7694
  __decorateClass([
7695
7695
  (0, import_class_validator51.IsNotEmpty)({ message: "Please enter job description" }),
7696
- (0, import_class_validator51.IsString)({ message: "Description must be a string" }),
7697
- (0, import_class_validator51.MaxLength)(5e3, { message: "Description must not exceed 5000 characters" })
7696
+ (0, import_class_validator51.IsString)({ message: "Description must be a string" })
7698
7697
  ], JobDescriptionDto.prototype, "description", 2);
7699
7698
 
7700
7699
  // src/modules/job/dto/create-job-via-ai.dto..ts
package/dist/index.mjs CHANGED
@@ -7522,7 +7522,7 @@ __decorateClass([
7522
7522
  ], JobAdditionalCommentDto.prototype, "additionalComment", 2);
7523
7523
 
7524
7524
  // src/modules/job/dto/job-description.dto.ts
7525
- import { IsString as IsString24, IsNotEmpty as IsNotEmpty44, MaxLength as MaxLength8, IsOptional as IsOptional23 } from "class-validator";
7525
+ import { IsString as IsString24, IsNotEmpty as IsNotEmpty44, IsOptional as IsOptional23 } from "class-validator";
7526
7526
  import { Type as Type2 } from "class-transformer";
7527
7527
  var JobDescriptionDto = class {
7528
7528
  constructor() {
@@ -7535,8 +7535,7 @@ __decorateClass([
7535
7535
  ], JobDescriptionDto.prototype, "isDraft", 2);
7536
7536
  __decorateClass([
7537
7537
  IsNotEmpty44({ message: "Please enter job description" }),
7538
- IsString24({ message: "Description must be a string" }),
7539
- MaxLength8(5e3, { message: "Description must not exceed 5000 characters" })
7538
+ IsString24({ message: "Description must be a string" })
7540
7539
  ], JobDescriptionDto.prototype, "description", 2);
7541
7540
 
7542
7541
  // src/modules/job/dto/create-job-via-ai.dto..ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.710",
3
+ "version": "1.0.711",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",