@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
26 lines (25 loc) • 998 B
TypeScript
export declare const CLIENT_PROFILE_PATTERN: {
fetchClientProfileQuestions: string;
fetchClientProfile: string;
fetchClientPublicProfile: string;
updateClientProfile: string;
updateClientLogo: string;
changeClientPassword: string;
uploadClientServiceAgreement: string;
fetchClientServiceAgreement: string;
generateClientServiceAgreement: string;
esignClientServiceAgreementForClient: string;
fetchClientServiceAgreementStatus: string;
fetchRecommendedFreelancers: string;
fetchRecommendedFreelancersV2: string;
fetchRecommendedFreelancersDropdownV2: string;
clientDataAlteration: string;
fetchFreelancersForComparison: string;
deleteClientProfilePic: string;
fetchFreelancerInfoForChat: string;
fetchClientAndFreelancerDetailsForChatChannelCreation: string;
fetchCustomeResume: string;
requestPasswordChangeOtpForClient: string;
verifyPasswordChangeOtpForClient: string;
isPasswordSetForClient: string;
};