UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

35 lines (34 loc) 1.49 kB
export declare const CONTRACT_PATTERN: { generateContract: string; fetchHiredFreelancerForClient: string; esignContractForClient: string; markContractViewedByFreelancer: string; esignContractForFreelancer: string; fetchFreelancerDropdownForClient: string; fetchClientDropdownForFreelancer: string; escrowFundForContract: string; markContractAsActive: string; handleContractManualClosure: string; fetchActiveContractsForFreelancer: string; fetchHiredFreelancerForGroupCreation: string; fetchActiveContractFreelancerCount: string; fetchJobsDropDownForContractFilters: string; fetchJobsDropDownFortaskFilters: string; fetchOfferedJobsForFreelancer: string; fetchContractsForClient: string; fetchContractCountForClientAsPerStatus: string; fetchContractsForFreelancer: string; fetchContractCountForFreelancerAsPerStatus: string; signContractsForClient: string; signContractsForFreelancer: string; fetchContractDetailsForClient: string; fetchContractDetailsForFreelancer: string; rejectContractsForFreelancer: string; fetchFreelancersForClientContractRepository: string; fetchJobsForClientContractRepository: string; fetchContractsForClientContractRepository: string; fetchClientsForFreelancerContractRepository: string; fetchJobsForFreelancerContractRepository: string; fetchContractsForFreelancerContractRepository: string; resendContractForFreelancer: string; };