UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

43 lines (42 loc) 1.76 kB
export declare const PROFILE_PATTERN: { fetchFreelancerProfile: string; fetchFreelancerPublicProfile: string; fetchFreelancerScreeningResult: string; fetchFreelancerScreeningResultPublic: string; changeFreelancerPassword: string; uploadFreelancerProfilePic: string; updateFreelancerProfile: string; uploadFreelancerServiceAgreement: string; fetchFreelancerServiceAgreement: string; generateFreelancerServiceAgreement: string; esignFreelancerServiceAgreementForClient: string; freelancerResumeDataMappingDev: string; freelancerMcqScoreMappingDev: string; fetchFreelancerDropdown: string; fetchFreelancerDesignationDropdown: string; deleteFreelancerProfilePic: string; fetchRecommendedJobsForFreelancer: string; fetchRecommendedClientsDropdownForFreelancerV2: string; fetchRecommendedJobsDropdownForFreelancerV2: string; fetchRecommendedJobsForFreelancerV2: string; fetchAppliedJobsOfFreelancer: string; fetchAppliedJobsDropdownForFreelancer: string; countOfActiveFreelancers: string; findUsersByUuids: string; markFollowedOnLinkedIn: string; fetchFreelancerResumeByUuId: string; fetchClientByIdForContract: string; fetchFreelancerByIdForContract: string; freelancerDataSetup: string; freelancerEmailAndMobileMasking: string; fetchClientInfoForChat: string; fetchAiAssessmentDetails: string; captureAiAssessmentResult: string; requestPasswordChangeOtpForFreelancer: string; verifyPasswordChangeOtpForFreelancer: string; isPasswordSetForFreelancer: string; }; export declare const FREELANCER_ASSESSMENT_REQUEST_PATTERN: { fetchAssessmentRequestsForFreelancer: string; createFreelancerAssessmentRequest: string; };