@experts_hub/shared 1.0.249 → 1.0.250

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
@@ -470,6 +470,7 @@ declare class JobIdParamDto {
470
470
 
471
471
  declare const PROFILE_PATTERN: {
472
472
  fetchFreelancerProfile: string;
473
+ fetchFreelancerPublicProfile: string;
473
474
  fetchFreelancerScreeningResult: string;
474
475
  changeFreelancerPassword: string;
475
476
  uploadFreelancerProfilePic: string;
package/dist/index.d.ts CHANGED
@@ -470,6 +470,7 @@ declare class JobIdParamDto {
470
470
 
471
471
  declare const PROFILE_PATTERN: {
472
472
  fetchFreelancerProfile: string;
473
+ fetchFreelancerPublicProfile: string;
473
474
  fetchFreelancerScreeningResult: string;
474
475
  changeFreelancerPassword: string;
475
476
  uploadFreelancerProfilePic: string;
package/dist/index.js CHANGED
@@ -1021,6 +1021,7 @@ __decorateClass([
1021
1021
  // src/modules/user/freelancer-profile/pattern/pattern.ts
1022
1022
  var PROFILE_PATTERN = {
1023
1023
  fetchFreelancerProfile: "fetch.freelancer.profile",
1024
+ fetchFreelancerPublicProfile: "fetch.freelancer.public.profile",
1024
1025
  fetchFreelancerScreeningResult: "fetch.freelancer.screening.result",
1025
1026
  changeFreelancerPassword: "change.freelancer.password",
1026
1027
  uploadFreelancerProfilePic: "upload.freelancer.profilepic",
package/dist/index.mjs CHANGED
@@ -886,6 +886,7 @@ __decorateClass([
886
886
  // src/modules/user/freelancer-profile/pattern/pattern.ts
887
887
  var PROFILE_PATTERN = {
888
888
  fetchFreelancerProfile: "fetch.freelancer.profile",
889
+ fetchFreelancerPublicProfile: "fetch.freelancer.public.profile",
889
890
  fetchFreelancerScreeningResult: "fetch.freelancer.screening.result",
890
891
  changeFreelancerPassword: "change.freelancer.password",
891
892
  uploadFreelancerProfilePic: "upload.freelancer.profilepic",
@@ -1,5 +1,6 @@
1
1
  export declare const PROFILE_PATTERN: {
2
2
  fetchFreelancerProfile: string;
3
+ fetchFreelancerPublicProfile: string;
3
4
  fetchFreelancerScreeningResult: string;
4
5
  changeFreelancerPassword: string;
5
6
  uploadFreelancerProfilePic: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.249",
3
+ "version": "1.0.250",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",