@experts_hub/shared 1.0.248 → 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
|
@@ -398,8 +398,10 @@ declare const JOB_ROLE_PATTERN: {
|
|
|
398
398
|
};
|
|
399
399
|
declare const JOB_PATTERN: {
|
|
400
400
|
fetchJobs: string;
|
|
401
|
+
fetchJobsPublic: string;
|
|
401
402
|
fetchRecentJobs: string;
|
|
402
403
|
fetchJobCountAsPerStatus: string;
|
|
404
|
+
fetchJobCountPublic: string;
|
|
403
405
|
fetchJobsDropdown: string;
|
|
404
406
|
fetchJobDetail: string;
|
|
405
407
|
handleJdUpload: string;
|
|
@@ -468,6 +470,7 @@ declare class JobIdParamDto {
|
|
|
468
470
|
|
|
469
471
|
declare const PROFILE_PATTERN: {
|
|
470
472
|
fetchFreelancerProfile: string;
|
|
473
|
+
fetchFreelancerPublicProfile: string;
|
|
471
474
|
fetchFreelancerScreeningResult: string;
|
|
472
475
|
changeFreelancerPassword: string;
|
|
473
476
|
uploadFreelancerProfilePic: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -398,8 +398,10 @@ declare const JOB_ROLE_PATTERN: {
|
|
|
398
398
|
};
|
|
399
399
|
declare const JOB_PATTERN: {
|
|
400
400
|
fetchJobs: string;
|
|
401
|
+
fetchJobsPublic: string;
|
|
401
402
|
fetchRecentJobs: string;
|
|
402
403
|
fetchJobCountAsPerStatus: string;
|
|
404
|
+
fetchJobCountPublic: string;
|
|
403
405
|
fetchJobsDropdown: string;
|
|
404
406
|
fetchJobDetail: string;
|
|
405
407
|
handleJdUpload: string;
|
|
@@ -468,6 +470,7 @@ declare class JobIdParamDto {
|
|
|
468
470
|
|
|
469
471
|
declare const PROFILE_PATTERN: {
|
|
470
472
|
fetchFreelancerProfile: string;
|
|
473
|
+
fetchFreelancerPublicProfile: string;
|
|
471
474
|
fetchFreelancerScreeningResult: string;
|
|
472
475
|
changeFreelancerPassword: string;
|
|
473
476
|
uploadFreelancerProfilePic: string;
|
package/dist/index.js
CHANGED
|
@@ -859,8 +859,10 @@ var JOB_ROLE_PATTERN = {
|
|
|
859
859
|
};
|
|
860
860
|
var JOB_PATTERN = {
|
|
861
861
|
fetchJobs: "fetch.jobs",
|
|
862
|
+
fetchJobsPublic: "fetch.jobs.public",
|
|
862
863
|
fetchRecentJobs: "fetch.recent.jobs",
|
|
863
864
|
fetchJobCountAsPerStatus: "fetch.job.count.as.per.status",
|
|
865
|
+
fetchJobCountPublic: "fetch.job.count.public",
|
|
864
866
|
fetchJobsDropdown: "fetch.jobs.dropdown",
|
|
865
867
|
fetchJobDetail: "fetch.job.details",
|
|
866
868
|
handleJdUpload: "handle.jd.upload",
|
|
@@ -1019,6 +1021,7 @@ __decorateClass([
|
|
|
1019
1021
|
// src/modules/user/freelancer-profile/pattern/pattern.ts
|
|
1020
1022
|
var PROFILE_PATTERN = {
|
|
1021
1023
|
fetchFreelancerProfile: "fetch.freelancer.profile",
|
|
1024
|
+
fetchFreelancerPublicProfile: "fetch.freelancer.public.profile",
|
|
1022
1025
|
fetchFreelancerScreeningResult: "fetch.freelancer.screening.result",
|
|
1023
1026
|
changeFreelancerPassword: "change.freelancer.password",
|
|
1024
1027
|
uploadFreelancerProfilePic: "upload.freelancer.profilepic",
|
package/dist/index.mjs
CHANGED
|
@@ -715,8 +715,10 @@ var JOB_ROLE_PATTERN = {
|
|
|
715
715
|
};
|
|
716
716
|
var JOB_PATTERN = {
|
|
717
717
|
fetchJobs: "fetch.jobs",
|
|
718
|
+
fetchJobsPublic: "fetch.jobs.public",
|
|
718
719
|
fetchRecentJobs: "fetch.recent.jobs",
|
|
719
720
|
fetchJobCountAsPerStatus: "fetch.job.count.as.per.status",
|
|
721
|
+
fetchJobCountPublic: "fetch.job.count.public",
|
|
720
722
|
fetchJobsDropdown: "fetch.jobs.dropdown",
|
|
721
723
|
fetchJobDetail: "fetch.job.details",
|
|
722
724
|
handleJdUpload: "handle.jd.upload",
|
|
@@ -884,6 +886,7 @@ __decorateClass([
|
|
|
884
886
|
// src/modules/user/freelancer-profile/pattern/pattern.ts
|
|
885
887
|
var PROFILE_PATTERN = {
|
|
886
888
|
fetchFreelancerProfile: "fetch.freelancer.profile",
|
|
889
|
+
fetchFreelancerPublicProfile: "fetch.freelancer.public.profile",
|
|
887
890
|
fetchFreelancerScreeningResult: "fetch.freelancer.screening.result",
|
|
888
891
|
changeFreelancerPassword: "change.freelancer.password",
|
|
889
892
|
uploadFreelancerProfilePic: "upload.freelancer.profilepic",
|
|
@@ -3,8 +3,10 @@ export declare const JOB_ROLE_PATTERN: {
|
|
|
3
3
|
};
|
|
4
4
|
export declare const JOB_PATTERN: {
|
|
5
5
|
fetchJobs: string;
|
|
6
|
+
fetchJobsPublic: string;
|
|
6
7
|
fetchRecentJobs: string;
|
|
7
8
|
fetchJobCountAsPerStatus: string;
|
|
9
|
+
fetchJobCountPublic: string;
|
|
8
10
|
fetchJobsDropdown: string;
|
|
9
11
|
fetchJobDetail: string;
|
|
10
12
|
handleJdUpload: string;
|