@experts_hub/shared 1.0.210 → 1.0.211

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"
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"
@@ -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.211",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",