@experts_hub/shared 1.0.708 → 1.0.709

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
@@ -2642,6 +2642,7 @@ declare class JobBasicInformationV2Dto {
2642
2642
  businessIndustry?: string;
2643
2643
  stepCompleted?: StepCompletedEnumV2;
2644
2644
  additionalComment?: string;
2645
+ onboardingTat?: string;
2645
2646
  }
2646
2647
 
2647
2648
  declare class CloseJobDto {
package/dist/index.d.ts CHANGED
@@ -2642,6 +2642,7 @@ declare class JobBasicInformationV2Dto {
2642
2642
  businessIndustry?: string;
2643
2643
  stepCompleted?: StepCompletedEnumV2;
2644
2644
  additionalComment?: string;
2645
+ onboardingTat?: string;
2645
2646
  }
2646
2647
 
2647
2648
  declare class CloseJobDto {
package/dist/index.js CHANGED
@@ -8183,6 +8183,9 @@ __decorateClass([
8183
8183
  (0, import_class_validator55.IsString)({ message: "Additional comment must be a string" }),
8184
8184
  (0, import_class_validator55.MaxLength)(500, { message: "Additional comment must not exceed 500 characters" })
8185
8185
  ], JobBasicInformationV2Dto.prototype, "additionalComment", 2);
8186
+ __decorateClass([
8187
+ (0, import_class_validator55.IsOptional)()
8188
+ ], JobBasicInformationV2Dto.prototype, "onboardingTat", 2);
8186
8189
 
8187
8190
  // src/modules/job/dto/close-job.dto.ts
8188
8191
  var import_class_validator56 = require("class-validator");
package/dist/index.mjs CHANGED
@@ -8049,6 +8049,9 @@ __decorateClass([
8049
8049
  IsString26({ message: "Additional comment must be a string" }),
8050
8050
  MaxLength10(500, { message: "Additional comment must not exceed 500 characters" })
8051
8051
  ], JobBasicInformationV2Dto.prototype, "additionalComment", 2);
8052
+ __decorateClass([
8053
+ IsOptional25()
8054
+ ], JobBasicInformationV2Dto.prototype, "onboardingTat", 2);
8052
8055
 
8053
8056
  // src/modules/job/dto/close-job.dto.ts
8054
8057
  import { IsOptional as IsOptional26, IsString as IsString27 } from "class-validator";
@@ -61,5 +61,6 @@ export declare class JobBasicInformationV2Dto {
61
61
  businessIndustry?: string;
62
62
  stepCompleted?: StepCompletedEnumV2;
63
63
  additionalComment?: string;
64
+ onboardingTat?: string;
64
65
  }
65
66
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.708",
3
+ "version": "1.0.709",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",