@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
58 lines (57 loc) • 2 kB
TypeScript
export declare const JOB_ROLE_PATTERN: {
fetchJobRolesForDropdown: string;
};
export declare const JOB_PATTERN: {
fetchJobs: string;
fetchJobsPublic: string;
fetchRecentJobs: string;
fetchJobCountAsPerStatus: string;
fetchJobCountPublic: string;
fetchJobsDropdown: string;
fetchJobDetail: string;
fetchJobDetailPublic: string;
handleJdUpload: string;
fetchJobBasicInformation: string;
createJobBasicInformation: string;
updateJobBasicInformation: string;
fetchJobAdditionalComments: string;
updateJobAdditionalComments: string;
fetchJobDescription: string;
updateJobDescription: string;
createJobViaAI: string;
createJobAsIs: string;
updateJobStatus: string;
closeJob: string;
searchJobsByRoleAndSkills: string;
handleBulkRecommendationAdjustment: string;
refreshJobFreelancerRecommendationView: string;
fetchJobConfig: string;
fetchJobRoleSuggestions: string;
fetchJobCount: string;
fetchJobsDropdownForFilters: string;
fetchJobsDropdownForInterview: string;
fetchJobsDropdownForFreelancer: string;
fetchJobDetailForFreelancer: string;
fetchJobBasicInformationV2: string;
createJobBasicInformationV2: string;
updateJobBasicInformationV2: string;
deleteJob: string;
fetchRecommendedFreelancersForJobs: string;
fetchRecommendedFreelancersForJob: string;
fetchRecommendedFreelancersForJobV2: string;
handleJobViwedCountIncrement: string;
fetchJobByIdForTimesheet: string;
jobDataSetup: string;
fetchJobsForComparison: string;
fetchJobSkillDropdownForClient: string;
createJobDealBreakers: string;
getJobStatus: string;
};
export declare const JOB_APPLICATION_PATTERN: {
fetchJobApplicationCountAsPerStatusByJobId: string;
fetchJobApplicationsByJobId: string;
fetchJobApplicants: string;
createJobApplication: string;
changeJobApplicationStatus: string;
changeJobApplicationStatusInBulk: string;
};