@experts_hub/shared 1.0.210 → 1.0.212

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
@@ -456,6 +456,7 @@ declare class JobIdParamDto {
456
456
 
457
457
  declare const PROFILE_PATTERN: {
458
458
  fetchFreelancerProfile: string;
459
+ fetchFreelancerScreeningResult: string;
459
460
  changeFreelancerPassword: string;
460
461
  uploadFreelancerProfilePic: string;
461
462
  updateFreelancerProfile: string;
package/dist/index.d.ts CHANGED
@@ -456,6 +456,7 @@ declare class JobIdParamDto {
456
456
 
457
457
  declare const PROFILE_PATTERN: {
458
458
  fetchFreelancerProfile: string;
459
+ fetchFreelancerScreeningResult: string;
459
460
  changeFreelancerPassword: string;
460
461
  uploadFreelancerProfilePic: string;
461
462
  updateFreelancerProfile: string;
package/dist/index.js CHANGED
@@ -958,6 +958,7 @@ __decorateClass([
958
958
  // src/modules/user/freelancer-profile/pattern/pattern.ts
959
959
  var PROFILE_PATTERN = {
960
960
  fetchFreelancerProfile: "fetch.freelancer.profile",
961
+ fetchFreelancerScreeningResult: "fetch.freelancer.screening.result",
961
962
  changeFreelancerPassword: "change.freelancer.password",
962
963
  uploadFreelancerProfilePic: "upload.freelancer.profilepic",
963
964
  updateFreelancerProfile: "update.freelancer.profile"
@@ -3579,8 +3580,7 @@ __decorateClass([
3579
3580
  ], UpdateFreelancerDto.prototype, "isImmediateJoiner", 2);
3580
3581
  __decorateClass([
3581
3582
  (0, import_class_validator47.ValidateIf)((o) => o.isImmediateJoiner === false),
3582
- (0, import_class_validator47.IsNotEmpty)({ message: "Please enter availability to join." }),
3583
- (0, import_class_validator47.IsOptional)()
3583
+ (0, import_class_validator47.IsNotEmpty)({ message: "Please enter availability to join." })
3584
3584
  ], UpdateFreelancerDto.prototype, "availabilityToJoin", 2);
3585
3585
  __decorateClass([
3586
3586
  (0, import_class_validator47.IsOptional)(),
package/dist/index.mjs CHANGED
@@ -840,6 +840,7 @@ __decorateClass([
840
840
  // src/modules/user/freelancer-profile/pattern/pattern.ts
841
841
  var PROFILE_PATTERN = {
842
842
  fetchFreelancerProfile: "fetch.freelancer.profile",
843
+ fetchFreelancerScreeningResult: "fetch.freelancer.screening.result",
843
844
  changeFreelancerPassword: "change.freelancer.password",
844
845
  uploadFreelancerProfilePic: "upload.freelancer.profilepic",
845
846
  updateFreelancerProfile: "update.freelancer.profile"
@@ -3695,8 +3696,7 @@ __decorateClass([
3695
3696
  ], UpdateFreelancerDto.prototype, "isImmediateJoiner", 2);
3696
3697
  __decorateClass([
3697
3698
  ValidateIf4((o) => o.isImmediateJoiner === false),
3698
- IsNotEmpty39({ message: "Please enter availability to join." }),
3699
- IsOptional19()
3699
+ IsNotEmpty39({ message: "Please enter availability to join." })
3700
3700
  ], UpdateFreelancerDto.prototype, "availabilityToJoin", 2);
3701
3701
  __decorateClass([
3702
3702
  IsOptional19(),
@@ -1,5 +1,6 @@
1
1
  export declare const PROFILE_PATTERN: {
2
2
  fetchFreelancerProfile: string;
3
+ fetchFreelancerScreeningResult: string;
3
4
  changeFreelancerPassword: string;
4
5
  uploadFreelancerProfilePic: string;
5
6
  updateFreelancerProfile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.210",
3
+ "version": "1.0.212",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",