@experts_hub/shared 1.0.603 → 1.0.604
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/entities/contract-summary.entity.d.ts +26 -0
- package/dist/entities/index.d.ts +1 -0
- package/dist/index.d.mts +25 -1
- package/dist/index.d.ts +25 -1
- package/dist/index.js +109 -12
- package/dist/index.mjs +109 -14
- package/package.json +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BaseEntity } from "./base.entity";
|
|
2
|
+
import { Job } from "./job.entity";
|
|
3
|
+
import { User } from "./user.entity";
|
|
4
|
+
export declare enum ContractSummaryStatusEnum {
|
|
5
|
+
PENDING = "PENDING",
|
|
6
|
+
ACTIVE = "ACTIVE",
|
|
7
|
+
COMPLETED = "COMPLETED"
|
|
8
|
+
}
|
|
9
|
+
export declare class ContractSummary extends BaseEntity {
|
|
10
|
+
jobId: number;
|
|
11
|
+
job: Job;
|
|
12
|
+
clientId: number;
|
|
13
|
+
client: User;
|
|
14
|
+
freelancerId: number;
|
|
15
|
+
freelancer: User;
|
|
16
|
+
startDate: Date;
|
|
17
|
+
endDate: Date;
|
|
18
|
+
duration: number;
|
|
19
|
+
contractValue: number;
|
|
20
|
+
invoicingCycle: string;
|
|
21
|
+
isMsaSigned: boolean;
|
|
22
|
+
isSowSigned: boolean;
|
|
23
|
+
isEscrowDeposited: boolean;
|
|
24
|
+
escrowDepositeAmount: number;
|
|
25
|
+
status: ContractSummaryStatusEnum;
|
|
26
|
+
}
|
package/dist/entities/index.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ export * from './f2f-interview.entity';
|
|
|
62
62
|
export * from './f2f-interview-schedule.entity';
|
|
63
63
|
export * from './f2f-interview-reschedule-request.entity';
|
|
64
64
|
export * from './zoom-meeting-log.entity';
|
|
65
|
+
export * from './contract-summary.entity';
|
|
65
66
|
export * from './contract.entity';
|
|
66
67
|
export * from './signature.entity';
|
|
67
68
|
export * from './timesheets.entity';
|
package/dist/index.d.mts
CHANGED
|
@@ -4126,6 +4126,30 @@ declare class ZoomMeetingLog extends BaseEntity {
|
|
|
4126
4126
|
rawWebhookData: any;
|
|
4127
4127
|
}
|
|
4128
4128
|
|
|
4129
|
+
declare enum ContractSummaryStatusEnum {
|
|
4130
|
+
PENDING = "PENDING",
|
|
4131
|
+
ACTIVE = "ACTIVE",
|
|
4132
|
+
COMPLETED = "COMPLETED"
|
|
4133
|
+
}
|
|
4134
|
+
declare class ContractSummary extends BaseEntity {
|
|
4135
|
+
jobId: number;
|
|
4136
|
+
job: Job;
|
|
4137
|
+
clientId: number;
|
|
4138
|
+
client: User;
|
|
4139
|
+
freelancerId: number;
|
|
4140
|
+
freelancer: User;
|
|
4141
|
+
startDate: Date;
|
|
4142
|
+
endDate: Date;
|
|
4143
|
+
duration: number;
|
|
4144
|
+
contractValue: number;
|
|
4145
|
+
invoicingCycle: string;
|
|
4146
|
+
isMsaSigned: boolean;
|
|
4147
|
+
isSowSigned: boolean;
|
|
4148
|
+
isEscrowDeposited: boolean;
|
|
4149
|
+
escrowDepositeAmount: number;
|
|
4150
|
+
status: ContractSummaryStatusEnum;
|
|
4151
|
+
}
|
|
4152
|
+
|
|
4129
4153
|
declare class StripeLog extends BaseEntity {
|
|
4130
4154
|
stripeEventId: string;
|
|
4131
4155
|
eventType: string;
|
|
@@ -4139,4 +4163,4 @@ declare class RecommendationWeightageConfig extends BaseEntity {
|
|
|
4139
4163
|
isActive: boolean;
|
|
4140
4164
|
}
|
|
4141
4165
|
|
|
4142
|
-
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, AI_INTERVIEW_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AddTopupEscrowAmountDto, AdminCreateJobInformationDto, AdminJobBasicInformationV2Dto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentCreationDto, AiAssessmentStatusEnum, AiInterview, AiInterviewLinkGenerationDto, AiInterviewQuestionGenerateDto, AiInterviewRescheduleRequest, AiInterviewRescheduleRequestStatusEnum, AiInterviewStatusEnum, AiInterviewTemplateGenerationDto, AiQuestionItemDto, AnswerTypeEnum, ApplicationStatusEnum, ApproveTimesheetsDto, AssessmentAnswer, AssessmentRequestStatus, AssessmentRequestStatusEnum, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, AttachPermissionsToRoleDto, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CALENDLY_PATTERN, CITY_PATTERN, CLIENT_ADMIN_PATTERNS, CLIENT_CANDIDATE_PREFERENCE_PATTERN, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMMISSION_PATTERN, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, CONTRACT_PATTERN, COUNTRY_PATTERN, CalendlyMeetingLog, CandidateType, CaptureAiAssessmentResultDto, CaptureAiInterviewResultPublicDto, CaseStudyDto, CategoryEmum, CategoryEmumDto, ChangeJobApplicationStatusBulkDto, ChangeJobApplicationStatusDto, ChatRMQAdapter, ChatTCPAdapter, CheckResumeEligibilityDto, City, ClientAddFundDto, ClientCandidatePreference, ClientCandidatePreferenceEnum, ClientChangePasswordDto, ClientCreateAccountDto, ClientESignatureDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, ClientServiceAgreementUploadDto, CloseJobDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractRMQAdapter, ContractSourceEnum, ContractStatusEnum, ContractTCPAdapter, ContractTypeEnum, ContractTypeEnumDto, Country, CreateAIInterviewRescheduleRequestDto, CreateAdminRoleDto, CreateCheckoutSessionDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateDefaultTimesheetLineDto, CreateDisputeDto, CreateF2FInterviewDirectDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateFreelancerTimesheetDto, CreateHiringDto, CreateInterviewBasicInformationDto, CreateInterviewQuestionsDto, CreateInterviewSkillsDto, CreateInvoiceDto, CreateJobApplicationDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, CustomQuestionItemDto, DISPUTE_PATTERN, DebitCommissionFteHiringDto, Dispute, DisputeStatusEnum, DocumentType, DocumentTypeEnum, DurationTypeEnum, EMAIL_PATTERN, EducationDto, EmploymentType, EmploymentTypeV2, EscrowFundContractDto, EscrowWallet, EscrowWalletTransaction, EscrowWalletTransactionForEnum, EscrowWalletTransactionTypeEnum, EsignContractClientDto, EsignContractFreelancerDto, ExistingCandidateDto, ExperienceDto, F2FInterview, F2FInterviewSchedule, F2F_INTERVIEW_PATTERN, F2fInterviewRescheduleRequest, F2fInterviewRescheduleRequestStatusEnum, F2fInterviewScheduleStatusEnum, F2fInterviewStatusEnum, FREELANCER_ASSESSMENT_REQUEST_PATTERN, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, FetchClientInfoForChatDto, FetchFreelancerInfoForChatDto, ForgotPasswordDto, FreelancerAssessment, FreelancerAssessmentRequest, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerESignatureDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerInitiateMcqAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerResume, FreelancerSkill, FreelancerSkillCategoryEnum, FreelancerSkillDto, FreelancerSkipAiAssessmentDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, GenerateContractDto, HIRING_PATTERN, HiredFreelancerNatureOfWorkEnum, Hiring, HiringCommissionTypeEnum, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToFreelancerResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateFreelancerPayload, type ICreateFreelancerResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteFreelancerResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, type IFetchClientsResponse, type IFetchCmsQuery, type IFetchCompanyMemberByIdQuery, type IFetchCompanyMemberByIdResponse, type IFetchCompanyMemberQuery, type IFetchCompanyMembersResponse, type IFetchCompanyRoleByIdQuery, type IFetchCompanyRoleByIdResponse, type IFetchCompanyRoleQuery, type IFetchCompanyRolesResponse, type IFetchFreelancersResponse, type IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, INTERVIEW_INVITE_PATTERN, INTERVIEW_PATTERN, INVOICE_PATTERN, type IToggleCompanyMemberVisibilityPayload, type IToggleCompanyMemberVisibilityResponse, type IToggleCompanyRoleVisibilityPayload, type IToggleCompanyRoleVisibilityResponse, type IUpdateClientAccountStatusPayload, type IUpdateClientAccountStatusResponse, type IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateClientResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateFreelancerPayload, type IUpdateFreelancerResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, InitiatorTypeEnum, Interview, InterviewInvite, InterviewInviteCandidateType, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewQuestionType, InterviewSkill, InterviewSkillItemDto, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_APPLICATION_PATTERN, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobApplicationStatus, JobBasicInformationDto, JobBasicInformationV2Dto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationAdminDto, JobLocationDto, JobLocationEnum, JobLocationEnumDto, JobLocationEnumV2, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, LLM_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, MAINTENANCE_PATTERN, MarkCandidateStatusBulkDto, MarkCandidateStatusDto, McqStatusEnum, ModeOfHire, ModeOfWork, NOTIFICATION_PATTERN, NatureOfWork, NewCandidateDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, PreCheckoutCalculationDto, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RecommendationWeightageConfig, RecordAssessmentAnswerDto, RecordAssessmentAnswersDto, RecordingStatusEnum, RefreshDto, RefreshToken, RejectAIInterviewRescheduleRequestDto, RejectContractDto, RejectF2FInterviewRescheduleRequestDto, ResetPasswordDto, ResetPasswordTokenValidationDto, ResubmitTimesheetDto, ResultStatusEnum, ResumeDataProcessingDto, ResumeParsingByUrlDto, SENSELOAF_PATTERN, SIGNATURE_PATTERN, SKILL_PATTERN, SMS_PATTERN, STATE_PATTERN, STRIPE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, SaveSignatureDto, ScopeEmailEnumDto, ScopeEmailForLoginEnumDto, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendAiAssessmentLinkDto, SendBackTimesheetsDto, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendInterviewInviteDto, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SendNdaContractToFreelancerDto, SendOtpDto, SenseloafLog, SequenceGenerator, SetPasswordDto, SignContractForClientDto, SignContractForFreelancerDto, Signature, Skill, SkillCatalog, SocialAuthDto, State, Step, StepCompletedEnumV2, StripeLog, StripeTransaction, StripeTransactionStatusEnum, StripeTransactionTypeEnum, SubmitTimesheetDto, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, TIMESHEET_CLIENT_PATTERN, TIMESHEET_FREELANCER_PATTERN, TestNotificationDto, Timesheet, TimesheetLine, TimesheetLineHistory, TimesheetLineHistoryStatusEnum, TimesheetLineStatusEnum, TimesheetLogs, TimesheetStatusEnum, TimesheetSubmissionActionEnum, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TransferFundsDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateAdminRoleStatusDto, UpdateAssessmentRequestStatusDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCmsStatusDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateFreelancerTimesheetDto, UpdateInterviewBasicInformationDto, UpdateInterviewSettingDto, UpdateInterviewTypeInformationDto, UpdateInvoiceStatusDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, ValidateEmailDto, ValidateEmailForLoginDto, ValidateMobileDto, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, VerifyOnboardingTokenDto, VerifyOtpDto, WALLET_ADMIN_PATTERN, WALLET_PATTERN, Wallet, WalletAccountTypeEnum, WalletOnboardingStatusEnum, WalletTransaction, WalletTransactionStatusEnum, WalletTransactionTypeEnum, ZOOM_PATTERN, ZoomMeetingLog, typeOfExperienceDtoEnumV2, typeOfExperienceEnum };
|
|
4166
|
+
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, AI_INTERVIEW_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AddTopupEscrowAmountDto, AdminCreateJobInformationDto, AdminJobBasicInformationV2Dto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentCreationDto, AiAssessmentStatusEnum, AiInterview, AiInterviewLinkGenerationDto, AiInterviewQuestionGenerateDto, AiInterviewRescheduleRequest, AiInterviewRescheduleRequestStatusEnum, AiInterviewStatusEnum, AiInterviewTemplateGenerationDto, AiQuestionItemDto, AnswerTypeEnum, ApplicationStatusEnum, ApproveTimesheetsDto, AssessmentAnswer, AssessmentRequestStatus, AssessmentRequestStatusEnum, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, AttachPermissionsToRoleDto, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CALENDLY_PATTERN, CITY_PATTERN, CLIENT_ADMIN_PATTERNS, CLIENT_CANDIDATE_PREFERENCE_PATTERN, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMMISSION_PATTERN, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, CONTRACT_PATTERN, COUNTRY_PATTERN, CalendlyMeetingLog, CandidateType, CaptureAiAssessmentResultDto, CaptureAiInterviewResultPublicDto, CaseStudyDto, CategoryEmum, CategoryEmumDto, ChangeJobApplicationStatusBulkDto, ChangeJobApplicationStatusDto, ChatRMQAdapter, ChatTCPAdapter, CheckResumeEligibilityDto, City, ClientAddFundDto, ClientCandidatePreference, ClientCandidatePreferenceEnum, ClientChangePasswordDto, ClientCreateAccountDto, ClientESignatureDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, ClientServiceAgreementUploadDto, CloseJobDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractRMQAdapter, ContractSourceEnum, ContractStatusEnum, ContractSummary, ContractSummaryStatusEnum, ContractTCPAdapter, ContractTypeEnum, ContractTypeEnumDto, Country, CreateAIInterviewRescheduleRequestDto, CreateAdminRoleDto, CreateCheckoutSessionDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateDefaultTimesheetLineDto, CreateDisputeDto, CreateF2FInterviewDirectDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateFreelancerTimesheetDto, CreateHiringDto, CreateInterviewBasicInformationDto, CreateInterviewQuestionsDto, CreateInterviewSkillsDto, CreateInvoiceDto, CreateJobApplicationDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, CustomQuestionItemDto, DISPUTE_PATTERN, DebitCommissionFteHiringDto, Dispute, DisputeStatusEnum, DocumentType, DocumentTypeEnum, DurationTypeEnum, EMAIL_PATTERN, EducationDto, EmploymentType, EmploymentTypeV2, EscrowFundContractDto, EscrowWallet, EscrowWalletTransaction, EscrowWalletTransactionForEnum, EscrowWalletTransactionTypeEnum, EsignContractClientDto, EsignContractFreelancerDto, ExistingCandidateDto, ExperienceDto, F2FInterview, F2FInterviewSchedule, F2F_INTERVIEW_PATTERN, F2fInterviewRescheduleRequest, F2fInterviewRescheduleRequestStatusEnum, F2fInterviewScheduleStatusEnum, F2fInterviewStatusEnum, FREELANCER_ASSESSMENT_REQUEST_PATTERN, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, FetchClientInfoForChatDto, FetchFreelancerInfoForChatDto, ForgotPasswordDto, FreelancerAssessment, FreelancerAssessmentRequest, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerESignatureDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerInitiateMcqAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerResume, FreelancerSkill, FreelancerSkillCategoryEnum, FreelancerSkillDto, FreelancerSkipAiAssessmentDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, GenerateContractDto, HIRING_PATTERN, HiredFreelancerNatureOfWorkEnum, Hiring, HiringCommissionTypeEnum, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToFreelancerResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateFreelancerPayload, type ICreateFreelancerResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteFreelancerResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, type IFetchClientsResponse, type IFetchCmsQuery, type IFetchCompanyMemberByIdQuery, type IFetchCompanyMemberByIdResponse, type IFetchCompanyMemberQuery, type IFetchCompanyMembersResponse, type IFetchCompanyRoleByIdQuery, type IFetchCompanyRoleByIdResponse, type IFetchCompanyRoleQuery, type IFetchCompanyRolesResponse, type IFetchFreelancersResponse, type IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, INTERVIEW_INVITE_PATTERN, INTERVIEW_PATTERN, INVOICE_PATTERN, type IToggleCompanyMemberVisibilityPayload, type IToggleCompanyMemberVisibilityResponse, type IToggleCompanyRoleVisibilityPayload, type IToggleCompanyRoleVisibilityResponse, type IUpdateClientAccountStatusPayload, type IUpdateClientAccountStatusResponse, type IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateClientResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateFreelancerPayload, type IUpdateFreelancerResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, InitiatorTypeEnum, Interview, InterviewInvite, InterviewInviteCandidateType, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewQuestionType, InterviewSkill, InterviewSkillItemDto, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_APPLICATION_PATTERN, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobApplicationStatus, JobBasicInformationDto, JobBasicInformationV2Dto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationAdminDto, JobLocationDto, JobLocationEnum, JobLocationEnumDto, JobLocationEnumV2, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, LLM_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, MAINTENANCE_PATTERN, MarkCandidateStatusBulkDto, MarkCandidateStatusDto, McqStatusEnum, ModeOfHire, ModeOfWork, NOTIFICATION_PATTERN, NatureOfWork, NewCandidateDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, PreCheckoutCalculationDto, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RecommendationWeightageConfig, RecordAssessmentAnswerDto, RecordAssessmentAnswersDto, RecordingStatusEnum, RefreshDto, RefreshToken, RejectAIInterviewRescheduleRequestDto, RejectContractDto, RejectF2FInterviewRescheduleRequestDto, ResetPasswordDto, ResetPasswordTokenValidationDto, ResubmitTimesheetDto, ResultStatusEnum, ResumeDataProcessingDto, ResumeParsingByUrlDto, SENSELOAF_PATTERN, SIGNATURE_PATTERN, SKILL_PATTERN, SMS_PATTERN, STATE_PATTERN, STRIPE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, SaveSignatureDto, ScopeEmailEnumDto, ScopeEmailForLoginEnumDto, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendAiAssessmentLinkDto, SendBackTimesheetsDto, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendInterviewInviteDto, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SendNdaContractToFreelancerDto, SendOtpDto, SenseloafLog, SequenceGenerator, SetPasswordDto, SignContractForClientDto, SignContractForFreelancerDto, Signature, Skill, SkillCatalog, SocialAuthDto, State, Step, StepCompletedEnumV2, StripeLog, StripeTransaction, StripeTransactionStatusEnum, StripeTransactionTypeEnum, SubmitTimesheetDto, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, TIMESHEET_CLIENT_PATTERN, TIMESHEET_FREELANCER_PATTERN, TestNotificationDto, Timesheet, TimesheetLine, TimesheetLineHistory, TimesheetLineHistoryStatusEnum, TimesheetLineStatusEnum, TimesheetLogs, TimesheetStatusEnum, TimesheetSubmissionActionEnum, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TransferFundsDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateAdminRoleStatusDto, UpdateAssessmentRequestStatusDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCmsStatusDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateFreelancerTimesheetDto, UpdateInterviewBasicInformationDto, UpdateInterviewSettingDto, UpdateInterviewTypeInformationDto, UpdateInvoiceStatusDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, ValidateEmailDto, ValidateEmailForLoginDto, ValidateMobileDto, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, VerifyOnboardingTokenDto, VerifyOtpDto, WALLET_ADMIN_PATTERN, WALLET_PATTERN, Wallet, WalletAccountTypeEnum, WalletOnboardingStatusEnum, WalletTransaction, WalletTransactionStatusEnum, WalletTransactionTypeEnum, ZOOM_PATTERN, ZoomMeetingLog, typeOfExperienceDtoEnumV2, typeOfExperienceEnum };
|
package/dist/index.d.ts
CHANGED
|
@@ -4126,6 +4126,30 @@ declare class ZoomMeetingLog extends BaseEntity {
|
|
|
4126
4126
|
rawWebhookData: any;
|
|
4127
4127
|
}
|
|
4128
4128
|
|
|
4129
|
+
declare enum ContractSummaryStatusEnum {
|
|
4130
|
+
PENDING = "PENDING",
|
|
4131
|
+
ACTIVE = "ACTIVE",
|
|
4132
|
+
COMPLETED = "COMPLETED"
|
|
4133
|
+
}
|
|
4134
|
+
declare class ContractSummary extends BaseEntity {
|
|
4135
|
+
jobId: number;
|
|
4136
|
+
job: Job;
|
|
4137
|
+
clientId: number;
|
|
4138
|
+
client: User;
|
|
4139
|
+
freelancerId: number;
|
|
4140
|
+
freelancer: User;
|
|
4141
|
+
startDate: Date;
|
|
4142
|
+
endDate: Date;
|
|
4143
|
+
duration: number;
|
|
4144
|
+
contractValue: number;
|
|
4145
|
+
invoicingCycle: string;
|
|
4146
|
+
isMsaSigned: boolean;
|
|
4147
|
+
isSowSigned: boolean;
|
|
4148
|
+
isEscrowDeposited: boolean;
|
|
4149
|
+
escrowDepositeAmount: number;
|
|
4150
|
+
status: ContractSummaryStatusEnum;
|
|
4151
|
+
}
|
|
4152
|
+
|
|
4129
4153
|
declare class StripeLog extends BaseEntity {
|
|
4130
4154
|
stripeEventId: string;
|
|
4131
4155
|
eventType: string;
|
|
@@ -4139,4 +4163,4 @@ declare class RecommendationWeightageConfig extends BaseEntity {
|
|
|
4139
4163
|
isActive: boolean;
|
|
4140
4164
|
}
|
|
4141
4165
|
|
|
4142
|
-
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, AI_INTERVIEW_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AddTopupEscrowAmountDto, AdminCreateJobInformationDto, AdminJobBasicInformationV2Dto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentCreationDto, AiAssessmentStatusEnum, AiInterview, AiInterviewLinkGenerationDto, AiInterviewQuestionGenerateDto, AiInterviewRescheduleRequest, AiInterviewRescheduleRequestStatusEnum, AiInterviewStatusEnum, AiInterviewTemplateGenerationDto, AiQuestionItemDto, AnswerTypeEnum, ApplicationStatusEnum, ApproveTimesheetsDto, AssessmentAnswer, AssessmentRequestStatus, AssessmentRequestStatusEnum, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, AttachPermissionsToRoleDto, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CALENDLY_PATTERN, CITY_PATTERN, CLIENT_ADMIN_PATTERNS, CLIENT_CANDIDATE_PREFERENCE_PATTERN, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMMISSION_PATTERN, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, CONTRACT_PATTERN, COUNTRY_PATTERN, CalendlyMeetingLog, CandidateType, CaptureAiAssessmentResultDto, CaptureAiInterviewResultPublicDto, CaseStudyDto, CategoryEmum, CategoryEmumDto, ChangeJobApplicationStatusBulkDto, ChangeJobApplicationStatusDto, ChatRMQAdapter, ChatTCPAdapter, CheckResumeEligibilityDto, City, ClientAddFundDto, ClientCandidatePreference, ClientCandidatePreferenceEnum, ClientChangePasswordDto, ClientCreateAccountDto, ClientESignatureDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, ClientServiceAgreementUploadDto, CloseJobDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractRMQAdapter, ContractSourceEnum, ContractStatusEnum, ContractTCPAdapter, ContractTypeEnum, ContractTypeEnumDto, Country, CreateAIInterviewRescheduleRequestDto, CreateAdminRoleDto, CreateCheckoutSessionDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateDefaultTimesheetLineDto, CreateDisputeDto, CreateF2FInterviewDirectDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateFreelancerTimesheetDto, CreateHiringDto, CreateInterviewBasicInformationDto, CreateInterviewQuestionsDto, CreateInterviewSkillsDto, CreateInvoiceDto, CreateJobApplicationDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, CustomQuestionItemDto, DISPUTE_PATTERN, DebitCommissionFteHiringDto, Dispute, DisputeStatusEnum, DocumentType, DocumentTypeEnum, DurationTypeEnum, EMAIL_PATTERN, EducationDto, EmploymentType, EmploymentTypeV2, EscrowFundContractDto, EscrowWallet, EscrowWalletTransaction, EscrowWalletTransactionForEnum, EscrowWalletTransactionTypeEnum, EsignContractClientDto, EsignContractFreelancerDto, ExistingCandidateDto, ExperienceDto, F2FInterview, F2FInterviewSchedule, F2F_INTERVIEW_PATTERN, F2fInterviewRescheduleRequest, F2fInterviewRescheduleRequestStatusEnum, F2fInterviewScheduleStatusEnum, F2fInterviewStatusEnum, FREELANCER_ASSESSMENT_REQUEST_PATTERN, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, FetchClientInfoForChatDto, FetchFreelancerInfoForChatDto, ForgotPasswordDto, FreelancerAssessment, FreelancerAssessmentRequest, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerESignatureDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerInitiateMcqAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerResume, FreelancerSkill, FreelancerSkillCategoryEnum, FreelancerSkillDto, FreelancerSkipAiAssessmentDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, GenerateContractDto, HIRING_PATTERN, HiredFreelancerNatureOfWorkEnum, Hiring, HiringCommissionTypeEnum, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToFreelancerResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateFreelancerPayload, type ICreateFreelancerResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteFreelancerResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, type IFetchClientsResponse, type IFetchCmsQuery, type IFetchCompanyMemberByIdQuery, type IFetchCompanyMemberByIdResponse, type IFetchCompanyMemberQuery, type IFetchCompanyMembersResponse, type IFetchCompanyRoleByIdQuery, type IFetchCompanyRoleByIdResponse, type IFetchCompanyRoleQuery, type IFetchCompanyRolesResponse, type IFetchFreelancersResponse, type IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, INTERVIEW_INVITE_PATTERN, INTERVIEW_PATTERN, INVOICE_PATTERN, type IToggleCompanyMemberVisibilityPayload, type IToggleCompanyMemberVisibilityResponse, type IToggleCompanyRoleVisibilityPayload, type IToggleCompanyRoleVisibilityResponse, type IUpdateClientAccountStatusPayload, type IUpdateClientAccountStatusResponse, type IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateClientResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateFreelancerPayload, type IUpdateFreelancerResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, InitiatorTypeEnum, Interview, InterviewInvite, InterviewInviteCandidateType, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewQuestionType, InterviewSkill, InterviewSkillItemDto, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_APPLICATION_PATTERN, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobApplicationStatus, JobBasicInformationDto, JobBasicInformationV2Dto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationAdminDto, JobLocationDto, JobLocationEnum, JobLocationEnumDto, JobLocationEnumV2, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, LLM_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, MAINTENANCE_PATTERN, MarkCandidateStatusBulkDto, MarkCandidateStatusDto, McqStatusEnum, ModeOfHire, ModeOfWork, NOTIFICATION_PATTERN, NatureOfWork, NewCandidateDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, PreCheckoutCalculationDto, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RecommendationWeightageConfig, RecordAssessmentAnswerDto, RecordAssessmentAnswersDto, RecordingStatusEnum, RefreshDto, RefreshToken, RejectAIInterviewRescheduleRequestDto, RejectContractDto, RejectF2FInterviewRescheduleRequestDto, ResetPasswordDto, ResetPasswordTokenValidationDto, ResubmitTimesheetDto, ResultStatusEnum, ResumeDataProcessingDto, ResumeParsingByUrlDto, SENSELOAF_PATTERN, SIGNATURE_PATTERN, SKILL_PATTERN, SMS_PATTERN, STATE_PATTERN, STRIPE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, SaveSignatureDto, ScopeEmailEnumDto, ScopeEmailForLoginEnumDto, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendAiAssessmentLinkDto, SendBackTimesheetsDto, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendInterviewInviteDto, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SendNdaContractToFreelancerDto, SendOtpDto, SenseloafLog, SequenceGenerator, SetPasswordDto, SignContractForClientDto, SignContractForFreelancerDto, Signature, Skill, SkillCatalog, SocialAuthDto, State, Step, StepCompletedEnumV2, StripeLog, StripeTransaction, StripeTransactionStatusEnum, StripeTransactionTypeEnum, SubmitTimesheetDto, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, TIMESHEET_CLIENT_PATTERN, TIMESHEET_FREELANCER_PATTERN, TestNotificationDto, Timesheet, TimesheetLine, TimesheetLineHistory, TimesheetLineHistoryStatusEnum, TimesheetLineStatusEnum, TimesheetLogs, TimesheetStatusEnum, TimesheetSubmissionActionEnum, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TransferFundsDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateAdminRoleStatusDto, UpdateAssessmentRequestStatusDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCmsStatusDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateFreelancerTimesheetDto, UpdateInterviewBasicInformationDto, UpdateInterviewSettingDto, UpdateInterviewTypeInformationDto, UpdateInvoiceStatusDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, ValidateEmailDto, ValidateEmailForLoginDto, ValidateMobileDto, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, VerifyOnboardingTokenDto, VerifyOtpDto, WALLET_ADMIN_PATTERN, WALLET_PATTERN, Wallet, WalletAccountTypeEnum, WalletOnboardingStatusEnum, WalletTransaction, WalletTransactionStatusEnum, WalletTransactionTypeEnum, ZOOM_PATTERN, ZoomMeetingLog, typeOfExperienceDtoEnumV2, typeOfExperienceEnum };
|
|
4166
|
+
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, AI_INTERVIEW_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AddTopupEscrowAmountDto, AdminCreateJobInformationDto, AdminJobBasicInformationV2Dto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentCreationDto, AiAssessmentStatusEnum, AiInterview, AiInterviewLinkGenerationDto, AiInterviewQuestionGenerateDto, AiInterviewRescheduleRequest, AiInterviewRescheduleRequestStatusEnum, AiInterviewStatusEnum, AiInterviewTemplateGenerationDto, AiQuestionItemDto, AnswerTypeEnum, ApplicationStatusEnum, ApproveTimesheetsDto, AssessmentAnswer, AssessmentRequestStatus, AssessmentRequestStatusEnum, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, AttachPermissionsToRoleDto, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CALENDLY_PATTERN, CITY_PATTERN, CLIENT_ADMIN_PATTERNS, CLIENT_CANDIDATE_PREFERENCE_PATTERN, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMMISSION_PATTERN, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, CONTRACT_PATTERN, COUNTRY_PATTERN, CalendlyMeetingLog, CandidateType, CaptureAiAssessmentResultDto, CaptureAiInterviewResultPublicDto, CaseStudyDto, CategoryEmum, CategoryEmumDto, ChangeJobApplicationStatusBulkDto, ChangeJobApplicationStatusDto, ChatRMQAdapter, ChatTCPAdapter, CheckResumeEligibilityDto, City, ClientAddFundDto, ClientCandidatePreference, ClientCandidatePreferenceEnum, ClientChangePasswordDto, ClientCreateAccountDto, ClientESignatureDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, ClientServiceAgreementUploadDto, CloseJobDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractRMQAdapter, ContractSourceEnum, ContractStatusEnum, ContractSummary, ContractSummaryStatusEnum, ContractTCPAdapter, ContractTypeEnum, ContractTypeEnumDto, Country, CreateAIInterviewRescheduleRequestDto, CreateAdminRoleDto, CreateCheckoutSessionDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateDefaultTimesheetLineDto, CreateDisputeDto, CreateF2FInterviewDirectDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateFreelancerTimesheetDto, CreateHiringDto, CreateInterviewBasicInformationDto, CreateInterviewQuestionsDto, CreateInterviewSkillsDto, CreateInvoiceDto, CreateJobApplicationDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, CustomQuestionItemDto, DISPUTE_PATTERN, DebitCommissionFteHiringDto, Dispute, DisputeStatusEnum, DocumentType, DocumentTypeEnum, DurationTypeEnum, EMAIL_PATTERN, EducationDto, EmploymentType, EmploymentTypeV2, EscrowFundContractDto, EscrowWallet, EscrowWalletTransaction, EscrowWalletTransactionForEnum, EscrowWalletTransactionTypeEnum, EsignContractClientDto, EsignContractFreelancerDto, ExistingCandidateDto, ExperienceDto, F2FInterview, F2FInterviewSchedule, F2F_INTERVIEW_PATTERN, F2fInterviewRescheduleRequest, F2fInterviewRescheduleRequestStatusEnum, F2fInterviewScheduleStatusEnum, F2fInterviewStatusEnum, FREELANCER_ASSESSMENT_REQUEST_PATTERN, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, FetchClientInfoForChatDto, FetchFreelancerInfoForChatDto, ForgotPasswordDto, FreelancerAssessment, FreelancerAssessmentRequest, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerESignatureDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerInitiateMcqAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerResume, FreelancerSkill, FreelancerSkillCategoryEnum, FreelancerSkillDto, FreelancerSkipAiAssessmentDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, GenerateContractDto, HIRING_PATTERN, HiredFreelancerNatureOfWorkEnum, Hiring, HiringCommissionTypeEnum, type IAddRatingPayload, type IAttachPermissionsToClientResponse, type IAttachPermissionsToCompanyMemberResponse, type IAttachPermissionsToCompanyRoleResponse, type IAttachPermissionsToFreelancerResponse, type IAttachPermissionsToSubAdminResponse, type ICreateClientPayload, type ICreateClientResponse, type ICreateCompanyMemberPayload, type ICreateCompanyMemberResponse, type ICreateCompanyRolePayload, type ICreateCompanyRoleResponse, type ICreateFreelancerPayload, type ICreateFreelancerResponse, type ICreateRatingResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteClientResponse, type IDeleteCompanyMemberResponse, type IDeleteCompanyRoleResponse, type IDeleteFreelancerResponse, type IDeleteSubAdminResponse, type IFetchClientProfileQuery, type IFetchClientProfileResponse, type IFetchClientsResponse, type IFetchCmsQuery, type IFetchCompanyMemberByIdQuery, type IFetchCompanyMemberByIdResponse, type IFetchCompanyMemberQuery, type IFetchCompanyMembersResponse, type IFetchCompanyRoleByIdQuery, type IFetchCompanyRoleByIdResponse, type IFetchCompanyRoleQuery, type IFetchCompanyRolesResponse, type IFetchFreelancersResponse, type IFetchPlanResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchRatingResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, INTERVIEW_INVITE_PATTERN, INTERVIEW_PATTERN, INVOICE_PATTERN, type IToggleCompanyMemberVisibilityPayload, type IToggleCompanyMemberVisibilityResponse, type IToggleCompanyRoleVisibilityPayload, type IToggleCompanyRoleVisibilityResponse, type IUpdateClientAccountStatusPayload, type IUpdateClientAccountStatusResponse, type IUpdateClientLogoPayload, type IUpdateClientLogoResponse, type IUpdateClientPasswordPayload, type IUpdateClientPayload, type IUpdateClientProfilePayload, type IUpdateClientProfileResponse, type IUpdateClientResponse, type IUpdateCompanyMemberPayload, type IUpdateCompanyMemberResponse, type IUpdateCompanyRolePayload, type IUpdateCompanyRoleResponse, type IUpdateFreelancerPayload, type IUpdateFreelancerResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, InitiatorTypeEnum, Interview, InterviewInvite, InterviewInviteCandidateType, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewQuestionType, InterviewSkill, InterviewSkillItemDto, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_APPLICATION_PATTERN, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobApplicationStatus, JobBasicInformationDto, JobBasicInformationV2Dto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationAdminDto, JobLocationDto, JobLocationEnum, JobLocationEnumDto, JobLocationEnumV2, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, LLM_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, MAINTENANCE_PATTERN, MarkCandidateStatusBulkDto, MarkCandidateStatusDto, McqStatusEnum, ModeOfHire, ModeOfWork, NOTIFICATION_PATTERN, NatureOfWork, NewCandidateDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, PreCheckoutCalculationDto, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RecommendationWeightageConfig, RecordAssessmentAnswerDto, RecordAssessmentAnswersDto, RecordingStatusEnum, RefreshDto, RefreshToken, RejectAIInterviewRescheduleRequestDto, RejectContractDto, RejectF2FInterviewRescheduleRequestDto, ResetPasswordDto, ResetPasswordTokenValidationDto, ResubmitTimesheetDto, ResultStatusEnum, ResumeDataProcessingDto, ResumeParsingByUrlDto, SENSELOAF_PATTERN, SIGNATURE_PATTERN, SKILL_PATTERN, SMS_PATTERN, STATE_PATTERN, STRIPE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, SaveSignatureDto, ScopeEmailEnumDto, ScopeEmailForLoginEnumDto, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendAiAssessmentLinkDto, SendBackTimesheetsDto, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendInterviewInviteDto, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SendNdaContractToFreelancerDto, SendOtpDto, SenseloafLog, SequenceGenerator, SetPasswordDto, SignContractForClientDto, SignContractForFreelancerDto, Signature, Skill, SkillCatalog, SocialAuthDto, State, Step, StepCompletedEnumV2, StripeLog, StripeTransaction, StripeTransactionStatusEnum, StripeTransactionTypeEnum, SubmitTimesheetDto, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, TIMESHEET_CLIENT_PATTERN, TIMESHEET_FREELANCER_PATTERN, TestNotificationDto, Timesheet, TimesheetLine, TimesheetLineHistory, TimesheetLineHistoryStatusEnum, TimesheetLineStatusEnum, TimesheetLogs, TimesheetStatusEnum, TimesheetSubmissionActionEnum, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TransferFundsDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateAdminRoleStatusDto, UpdateAssessmentRequestStatusDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCmsStatusDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateFreelancerTimesheetDto, UpdateInterviewBasicInformationDto, UpdateInterviewSettingDto, UpdateInterviewTypeInformationDto, UpdateInvoiceStatusDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, ValidateEmailDto, ValidateEmailForLoginDto, ValidateMobileDto, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, VerifyOnboardingTokenDto, VerifyOtpDto, WALLET_ADMIN_PATTERN, WALLET_PATTERN, Wallet, WalletAccountTypeEnum, WalletOnboardingStatusEnum, WalletTransaction, WalletTransactionStatusEnum, WalletTransactionTypeEnum, ZOOM_PATTERN, ZoomMeetingLog, typeOfExperienceDtoEnumV2, typeOfExperienceEnum };
|
package/dist/index.js
CHANGED
|
@@ -117,6 +117,8 @@ __export(index_exports, {
|
|
|
117
117
|
ContractRMQAdapter: () => ContractRMQAdapter,
|
|
118
118
|
ContractSourceEnum: () => ContractSourceEnum,
|
|
119
119
|
ContractStatusEnum: () => ContractStatusEnum,
|
|
120
|
+
ContractSummary: () => ContractSummary,
|
|
121
|
+
ContractSummaryStatusEnum: () => ContractSummaryStatusEnum,
|
|
120
122
|
ContractTCPAdapter: () => ContractTCPAdapter,
|
|
121
123
|
ContractTypeEnum: () => ContractTypeEnum,
|
|
122
124
|
ContractTypeEnumDto: () => ContractTypeEnumDto,
|
|
@@ -11349,51 +11351,144 @@ ZoomMeetingLog = __decorateClass([
|
|
|
11349
11351
|
(0, import_typeorm80.Entity)("zoom_meeting_logs")
|
|
11350
11352
|
], ZoomMeetingLog);
|
|
11351
11353
|
|
|
11352
|
-
// src/entities/
|
|
11354
|
+
// src/entities/contract-summary.entity.ts
|
|
11353
11355
|
var import_typeorm81 = require("typeorm");
|
|
11356
|
+
var ContractSummaryStatusEnum = /* @__PURE__ */ ((ContractSummaryStatusEnum2) => {
|
|
11357
|
+
ContractSummaryStatusEnum2["PENDING"] = "PENDING";
|
|
11358
|
+
ContractSummaryStatusEnum2["ACTIVE"] = "ACTIVE";
|
|
11359
|
+
ContractSummaryStatusEnum2["COMPLETED"] = "COMPLETED";
|
|
11360
|
+
return ContractSummaryStatusEnum2;
|
|
11361
|
+
})(ContractSummaryStatusEnum || {});
|
|
11362
|
+
var ContractSummary = class extends BaseEntity {
|
|
11363
|
+
};
|
|
11364
|
+
__decorateClass([
|
|
11365
|
+
(0, import_typeorm81.Column)({ name: "job_id", type: "integer", nullable: true }),
|
|
11366
|
+
(0, import_typeorm81.Index)()
|
|
11367
|
+
], ContractSummary.prototype, "jobId", 2);
|
|
11368
|
+
__decorateClass([
|
|
11369
|
+
(0, import_typeorm81.ManyToOne)(() => Job, (job) => job.contracts),
|
|
11370
|
+
(0, import_typeorm81.JoinColumn)({ name: "job_id" })
|
|
11371
|
+
], ContractSummary.prototype, "job", 2);
|
|
11372
|
+
__decorateClass([
|
|
11373
|
+
(0, import_typeorm81.Column)({ name: "client_id", type: "integer", nullable: true }),
|
|
11374
|
+
(0, import_typeorm81.Index)()
|
|
11375
|
+
], ContractSummary.prototype, "clientId", 2);
|
|
11376
|
+
__decorateClass([
|
|
11377
|
+
(0, import_typeorm81.ManyToOne)(() => User, (user) => user.clientContracts),
|
|
11378
|
+
(0, import_typeorm81.JoinColumn)({ name: "client_id" })
|
|
11379
|
+
], ContractSummary.prototype, "client", 2);
|
|
11380
|
+
__decorateClass([
|
|
11381
|
+
(0, import_typeorm81.Column)({ name: "freelancer_id", type: "integer", nullable: true }),
|
|
11382
|
+
(0, import_typeorm81.Index)()
|
|
11383
|
+
], ContractSummary.prototype, "freelancerId", 2);
|
|
11384
|
+
__decorateClass([
|
|
11385
|
+
(0, import_typeorm81.ManyToOne)(() => User, (user) => user.freelancerContracts),
|
|
11386
|
+
(0, import_typeorm81.JoinColumn)({ name: "freelancer_id" })
|
|
11387
|
+
], ContractSummary.prototype, "freelancer", 2);
|
|
11388
|
+
__decorateClass([
|
|
11389
|
+
(0, import_typeorm81.Column)({
|
|
11390
|
+
name: "start_date",
|
|
11391
|
+
type: "timestamp with time zone",
|
|
11392
|
+
nullable: true
|
|
11393
|
+
})
|
|
11394
|
+
], ContractSummary.prototype, "startDate", 2);
|
|
11395
|
+
__decorateClass([
|
|
11396
|
+
(0, import_typeorm81.Column)({
|
|
11397
|
+
name: "end_date",
|
|
11398
|
+
type: "timestamp with time zone",
|
|
11399
|
+
nullable: true
|
|
11400
|
+
})
|
|
11401
|
+
], ContractSummary.prototype, "endDate", 2);
|
|
11402
|
+
__decorateClass([
|
|
11403
|
+
(0, import_typeorm81.Column)({ name: "duration", type: "integer", nullable: true })
|
|
11404
|
+
], ContractSummary.prototype, "duration", 2);
|
|
11405
|
+
__decorateClass([
|
|
11406
|
+
(0, import_typeorm81.Column)({
|
|
11407
|
+
name: "contract_value",
|
|
11408
|
+
type: "decimal",
|
|
11409
|
+
precision: 10,
|
|
11410
|
+
scale: 2,
|
|
11411
|
+
nullable: true
|
|
11412
|
+
})
|
|
11413
|
+
], ContractSummary.prototype, "contractValue", 2);
|
|
11414
|
+
__decorateClass([
|
|
11415
|
+
(0, import_typeorm81.Column)({ name: "invoicing_cycle", type: "varchar", nullable: true })
|
|
11416
|
+
], ContractSummary.prototype, "invoicingCycle", 2);
|
|
11417
|
+
__decorateClass([
|
|
11418
|
+
(0, import_typeorm81.Column)({ name: "is_msa_signed", type: "boolean", default: false })
|
|
11419
|
+
], ContractSummary.prototype, "isMsaSigned", 2);
|
|
11420
|
+
__decorateClass([
|
|
11421
|
+
(0, import_typeorm81.Column)({ name: "is_sow_signed", type: "boolean", default: false })
|
|
11422
|
+
], ContractSummary.prototype, "isSowSigned", 2);
|
|
11423
|
+
__decorateClass([
|
|
11424
|
+
(0, import_typeorm81.Column)({ name: "is_escrow_deposited", type: "boolean", default: false })
|
|
11425
|
+
], ContractSummary.prototype, "isEscrowDeposited", 2);
|
|
11426
|
+
__decorateClass([
|
|
11427
|
+
(0, import_typeorm81.Column)({
|
|
11428
|
+
name: "escrow_deposite_amount",
|
|
11429
|
+
type: "decimal",
|
|
11430
|
+
precision: 10,
|
|
11431
|
+
scale: 2,
|
|
11432
|
+
nullable: true
|
|
11433
|
+
})
|
|
11434
|
+
], ContractSummary.prototype, "escrowDepositeAmount", 2);
|
|
11435
|
+
__decorateClass([
|
|
11436
|
+
(0, import_typeorm81.Column)({
|
|
11437
|
+
name: "status",
|
|
11438
|
+
type: "enum",
|
|
11439
|
+
enum: ContractSummaryStatusEnum,
|
|
11440
|
+
nullable: true
|
|
11441
|
+
})
|
|
11442
|
+
], ContractSummary.prototype, "status", 2);
|
|
11443
|
+
ContractSummary = __decorateClass([
|
|
11444
|
+
(0, import_typeorm81.Entity)("contract_summaries")
|
|
11445
|
+
], ContractSummary);
|
|
11446
|
+
|
|
11447
|
+
// src/entities/stripe-logs.entity.ts
|
|
11448
|
+
var import_typeorm82 = require("typeorm");
|
|
11354
11449
|
var StripeLog = class extends BaseEntity {
|
|
11355
11450
|
};
|
|
11356
11451
|
__decorateClass([
|
|
11357
|
-
(0,
|
|
11452
|
+
(0, import_typeorm82.Column)({ name: "stripe_event_id", type: "varchar", nullable: true })
|
|
11358
11453
|
], StripeLog.prototype, "stripeEventId", 2);
|
|
11359
11454
|
__decorateClass([
|
|
11360
|
-
(0,
|
|
11455
|
+
(0, import_typeorm82.Column)({ name: "event_type", type: "varchar", nullable: true })
|
|
11361
11456
|
], StripeLog.prototype, "eventType", 2);
|
|
11362
11457
|
__decorateClass([
|
|
11363
|
-
(0,
|
|
11458
|
+
(0, import_typeorm82.Column)({ name: "stripe_account_id", type: "varchar", nullable: true })
|
|
11364
11459
|
], StripeLog.prototype, "stripeAccountId", 2);
|
|
11365
11460
|
__decorateClass([
|
|
11366
|
-
(0,
|
|
11461
|
+
(0, import_typeorm82.Column)({ name: "raw_webhook_data", type: "jsonb", nullable: true })
|
|
11367
11462
|
], StripeLog.prototype, "rawWebhookData", 2);
|
|
11368
11463
|
StripeLog = __decorateClass([
|
|
11369
|
-
(0,
|
|
11464
|
+
(0, import_typeorm82.Entity)("stripe_logs")
|
|
11370
11465
|
], StripeLog);
|
|
11371
11466
|
|
|
11372
11467
|
// src/entities/recommendation-weightage-config.entity.ts
|
|
11373
|
-
var
|
|
11468
|
+
var import_typeorm83 = require("typeorm");
|
|
11374
11469
|
var RecommendationWeightageConfig = class extends BaseEntity {
|
|
11375
11470
|
};
|
|
11376
11471
|
__decorateClass([
|
|
11377
|
-
(0,
|
|
11472
|
+
(0, import_typeorm83.Column)({
|
|
11378
11473
|
type: "varchar",
|
|
11379
11474
|
length: 100,
|
|
11380
11475
|
unique: true,
|
|
11381
11476
|
comment: "Unique key identifier (e.g., full_time_weights, hourly_weights)"
|
|
11382
11477
|
}),
|
|
11383
|
-
(0,
|
|
11478
|
+
(0, import_typeorm83.Index)()
|
|
11384
11479
|
], RecommendationWeightageConfig.prototype, "key", 2);
|
|
11385
11480
|
__decorateClass([
|
|
11386
|
-
(0,
|
|
11481
|
+
(0, import_typeorm83.Column)({
|
|
11387
11482
|
type: "jsonb",
|
|
11388
11483
|
comment: "JSON object containing weight values",
|
|
11389
11484
|
nullable: true
|
|
11390
11485
|
})
|
|
11391
11486
|
], RecommendationWeightageConfig.prototype, "value", 2);
|
|
11392
11487
|
__decorateClass([
|
|
11393
|
-
(0,
|
|
11488
|
+
(0, import_typeorm83.Column)({ name: "is_active", type: "boolean", default: true })
|
|
11394
11489
|
], RecommendationWeightageConfig.prototype, "isActive", 2);
|
|
11395
11490
|
RecommendationWeightageConfig = __decorateClass([
|
|
11396
|
-
(0,
|
|
11491
|
+
(0, import_typeorm83.Entity)("recommendation_weightage_configs")
|
|
11397
11492
|
], RecommendationWeightageConfig);
|
|
11398
11493
|
// Annotate the CommonJS export names for ESM import in node:
|
|
11399
11494
|
0 && (module.exports = {
|
|
@@ -11487,6 +11582,8 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
11487
11582
|
ContractRMQAdapter,
|
|
11488
11583
|
ContractSourceEnum,
|
|
11489
11584
|
ContractStatusEnum,
|
|
11585
|
+
ContractSummary,
|
|
11586
|
+
ContractSummaryStatusEnum,
|
|
11490
11587
|
ContractTCPAdapter,
|
|
11491
11588
|
ContractTypeEnum,
|
|
11492
11589
|
ContractTypeEnumDto,
|
package/dist/index.mjs
CHANGED
|
@@ -11489,55 +11489,148 @@ ZoomMeetingLog = __decorateClass([
|
|
|
11489
11489
|
Entity76("zoom_meeting_logs")
|
|
11490
11490
|
], ZoomMeetingLog);
|
|
11491
11491
|
|
|
11492
|
+
// src/entities/contract-summary.entity.ts
|
|
11493
|
+
import { Entity as Entity77, Column as Column78, Index as Index61, ManyToOne as ManyToOne60, JoinColumn as JoinColumn61 } from "typeorm";
|
|
11494
|
+
var ContractSummaryStatusEnum = /* @__PURE__ */ ((ContractSummaryStatusEnum2) => {
|
|
11495
|
+
ContractSummaryStatusEnum2["PENDING"] = "PENDING";
|
|
11496
|
+
ContractSummaryStatusEnum2["ACTIVE"] = "ACTIVE";
|
|
11497
|
+
ContractSummaryStatusEnum2["COMPLETED"] = "COMPLETED";
|
|
11498
|
+
return ContractSummaryStatusEnum2;
|
|
11499
|
+
})(ContractSummaryStatusEnum || {});
|
|
11500
|
+
var ContractSummary = class extends BaseEntity {
|
|
11501
|
+
};
|
|
11502
|
+
__decorateClass([
|
|
11503
|
+
Column78({ name: "job_id", type: "integer", nullable: true }),
|
|
11504
|
+
Index61()
|
|
11505
|
+
], ContractSummary.prototype, "jobId", 2);
|
|
11506
|
+
__decorateClass([
|
|
11507
|
+
ManyToOne60(() => Job, (job) => job.contracts),
|
|
11508
|
+
JoinColumn61({ name: "job_id" })
|
|
11509
|
+
], ContractSummary.prototype, "job", 2);
|
|
11510
|
+
__decorateClass([
|
|
11511
|
+
Column78({ name: "client_id", type: "integer", nullable: true }),
|
|
11512
|
+
Index61()
|
|
11513
|
+
], ContractSummary.prototype, "clientId", 2);
|
|
11514
|
+
__decorateClass([
|
|
11515
|
+
ManyToOne60(() => User, (user) => user.clientContracts),
|
|
11516
|
+
JoinColumn61({ name: "client_id" })
|
|
11517
|
+
], ContractSummary.prototype, "client", 2);
|
|
11518
|
+
__decorateClass([
|
|
11519
|
+
Column78({ name: "freelancer_id", type: "integer", nullable: true }),
|
|
11520
|
+
Index61()
|
|
11521
|
+
], ContractSummary.prototype, "freelancerId", 2);
|
|
11522
|
+
__decorateClass([
|
|
11523
|
+
ManyToOne60(() => User, (user) => user.freelancerContracts),
|
|
11524
|
+
JoinColumn61({ name: "freelancer_id" })
|
|
11525
|
+
], ContractSummary.prototype, "freelancer", 2);
|
|
11526
|
+
__decorateClass([
|
|
11527
|
+
Column78({
|
|
11528
|
+
name: "start_date",
|
|
11529
|
+
type: "timestamp with time zone",
|
|
11530
|
+
nullable: true
|
|
11531
|
+
})
|
|
11532
|
+
], ContractSummary.prototype, "startDate", 2);
|
|
11533
|
+
__decorateClass([
|
|
11534
|
+
Column78({
|
|
11535
|
+
name: "end_date",
|
|
11536
|
+
type: "timestamp with time zone",
|
|
11537
|
+
nullable: true
|
|
11538
|
+
})
|
|
11539
|
+
], ContractSummary.prototype, "endDate", 2);
|
|
11540
|
+
__decorateClass([
|
|
11541
|
+
Column78({ name: "duration", type: "integer", nullable: true })
|
|
11542
|
+
], ContractSummary.prototype, "duration", 2);
|
|
11543
|
+
__decorateClass([
|
|
11544
|
+
Column78({
|
|
11545
|
+
name: "contract_value",
|
|
11546
|
+
type: "decimal",
|
|
11547
|
+
precision: 10,
|
|
11548
|
+
scale: 2,
|
|
11549
|
+
nullable: true
|
|
11550
|
+
})
|
|
11551
|
+
], ContractSummary.prototype, "contractValue", 2);
|
|
11552
|
+
__decorateClass([
|
|
11553
|
+
Column78({ name: "invoicing_cycle", type: "varchar", nullable: true })
|
|
11554
|
+
], ContractSummary.prototype, "invoicingCycle", 2);
|
|
11555
|
+
__decorateClass([
|
|
11556
|
+
Column78({ name: "is_msa_signed", type: "boolean", default: false })
|
|
11557
|
+
], ContractSummary.prototype, "isMsaSigned", 2);
|
|
11558
|
+
__decorateClass([
|
|
11559
|
+
Column78({ name: "is_sow_signed", type: "boolean", default: false })
|
|
11560
|
+
], ContractSummary.prototype, "isSowSigned", 2);
|
|
11561
|
+
__decorateClass([
|
|
11562
|
+
Column78({ name: "is_escrow_deposited", type: "boolean", default: false })
|
|
11563
|
+
], ContractSummary.prototype, "isEscrowDeposited", 2);
|
|
11564
|
+
__decorateClass([
|
|
11565
|
+
Column78({
|
|
11566
|
+
name: "escrow_deposite_amount",
|
|
11567
|
+
type: "decimal",
|
|
11568
|
+
precision: 10,
|
|
11569
|
+
scale: 2,
|
|
11570
|
+
nullable: true
|
|
11571
|
+
})
|
|
11572
|
+
], ContractSummary.prototype, "escrowDepositeAmount", 2);
|
|
11573
|
+
__decorateClass([
|
|
11574
|
+
Column78({
|
|
11575
|
+
name: "status",
|
|
11576
|
+
type: "enum",
|
|
11577
|
+
enum: ContractSummaryStatusEnum,
|
|
11578
|
+
nullable: true
|
|
11579
|
+
})
|
|
11580
|
+
], ContractSummary.prototype, "status", 2);
|
|
11581
|
+
ContractSummary = __decorateClass([
|
|
11582
|
+
Entity77("contract_summaries")
|
|
11583
|
+
], ContractSummary);
|
|
11584
|
+
|
|
11492
11585
|
// src/entities/stripe-logs.entity.ts
|
|
11493
|
-
import { Entity as
|
|
11586
|
+
import { Entity as Entity78, Column as Column79 } from "typeorm";
|
|
11494
11587
|
var StripeLog = class extends BaseEntity {
|
|
11495
11588
|
};
|
|
11496
11589
|
__decorateClass([
|
|
11497
|
-
|
|
11590
|
+
Column79({ name: "stripe_event_id", type: "varchar", nullable: true })
|
|
11498
11591
|
], StripeLog.prototype, "stripeEventId", 2);
|
|
11499
11592
|
__decorateClass([
|
|
11500
|
-
|
|
11593
|
+
Column79({ name: "event_type", type: "varchar", nullable: true })
|
|
11501
11594
|
], StripeLog.prototype, "eventType", 2);
|
|
11502
11595
|
__decorateClass([
|
|
11503
|
-
|
|
11596
|
+
Column79({ name: "stripe_account_id", type: "varchar", nullable: true })
|
|
11504
11597
|
], StripeLog.prototype, "stripeAccountId", 2);
|
|
11505
11598
|
__decorateClass([
|
|
11506
|
-
|
|
11599
|
+
Column79({ name: "raw_webhook_data", type: "jsonb", nullable: true })
|
|
11507
11600
|
], StripeLog.prototype, "rawWebhookData", 2);
|
|
11508
11601
|
StripeLog = __decorateClass([
|
|
11509
|
-
|
|
11602
|
+
Entity78("stripe_logs")
|
|
11510
11603
|
], StripeLog);
|
|
11511
11604
|
|
|
11512
11605
|
// src/entities/recommendation-weightage-config.entity.ts
|
|
11513
11606
|
import {
|
|
11514
|
-
Entity as
|
|
11515
|
-
Column as
|
|
11516
|
-
Index as
|
|
11607
|
+
Entity as Entity79,
|
|
11608
|
+
Column as Column80,
|
|
11609
|
+
Index as Index62
|
|
11517
11610
|
} from "typeorm";
|
|
11518
11611
|
var RecommendationWeightageConfig = class extends BaseEntity {
|
|
11519
11612
|
};
|
|
11520
11613
|
__decorateClass([
|
|
11521
|
-
|
|
11614
|
+
Column80({
|
|
11522
11615
|
type: "varchar",
|
|
11523
11616
|
length: 100,
|
|
11524
11617
|
unique: true,
|
|
11525
11618
|
comment: "Unique key identifier (e.g., full_time_weights, hourly_weights)"
|
|
11526
11619
|
}),
|
|
11527
|
-
|
|
11620
|
+
Index62()
|
|
11528
11621
|
], RecommendationWeightageConfig.prototype, "key", 2);
|
|
11529
11622
|
__decorateClass([
|
|
11530
|
-
|
|
11623
|
+
Column80({
|
|
11531
11624
|
type: "jsonb",
|
|
11532
11625
|
comment: "JSON object containing weight values",
|
|
11533
11626
|
nullable: true
|
|
11534
11627
|
})
|
|
11535
11628
|
], RecommendationWeightageConfig.prototype, "value", 2);
|
|
11536
11629
|
__decorateClass([
|
|
11537
|
-
|
|
11630
|
+
Column80({ name: "is_active", type: "boolean", default: true })
|
|
11538
11631
|
], RecommendationWeightageConfig.prototype, "isActive", 2);
|
|
11539
11632
|
RecommendationWeightageConfig = __decorateClass([
|
|
11540
|
-
|
|
11633
|
+
Entity79("recommendation_weightage_configs")
|
|
11541
11634
|
], RecommendationWeightageConfig);
|
|
11542
11635
|
export {
|
|
11543
11636
|
ADMIN_FREELANCER_PATTERN,
|
|
@@ -11630,6 +11723,8 @@ export {
|
|
|
11630
11723
|
ContractRMQAdapter,
|
|
11631
11724
|
ContractSourceEnum,
|
|
11632
11725
|
ContractStatusEnum,
|
|
11726
|
+
ContractSummary,
|
|
11727
|
+
ContractSummaryStatusEnum,
|
|
11633
11728
|
ContractTCPAdapter,
|
|
11634
11729
|
ContractTypeEnum,
|
|
11635
11730
|
ContractTypeEnumDto,
|