@experts_hub/shared 1.0.365 → 1.0.367
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.entity.d.ts +6 -1
- package/dist/index.d.mts +19 -2
- package/dist/index.d.ts +19 -2
- package/dist/index.js +32 -0
- package/dist/index.mjs +31 -0
- package/dist/modules/contract/index.d.ts +1 -0
- package/dist/modules/contract/pattern/pattern.d.ts +11 -0
- package/dist/modules/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -6,7 +6,10 @@ export declare enum ContractStatusEnum {
|
|
|
6
6
|
SENT = "SENT",
|
|
7
7
|
SIGNED = "SIGNED",
|
|
8
8
|
CANCELLED = "CANCELLED",
|
|
9
|
-
DISPUTED = "DISPUTED"
|
|
9
|
+
DISPUTED = "DISPUTED",
|
|
10
|
+
DRAFTED = "DRAFTED",
|
|
11
|
+
REJECTED = "REJECTED",
|
|
12
|
+
RENEWED = "RENEWED"
|
|
10
13
|
}
|
|
11
14
|
export declare enum ContractTypeEnum {
|
|
12
15
|
NDA = "NDA",
|
|
@@ -26,4 +29,6 @@ export declare class Contract extends BaseEntity {
|
|
|
26
29
|
startDate: Date;
|
|
27
30
|
endDate: Date;
|
|
28
31
|
contractDocumentUrl: string;
|
|
32
|
+
clientSignedAt: Date;
|
|
33
|
+
freelancerSignedAt: Date;
|
|
29
34
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -1036,7 +1036,10 @@ declare enum ContractStatusEnum {
|
|
|
1036
1036
|
SENT = "SENT",
|
|
1037
1037
|
SIGNED = "SIGNED",
|
|
1038
1038
|
CANCELLED = "CANCELLED",
|
|
1039
|
-
DISPUTED = "DISPUTED"
|
|
1039
|
+
DISPUTED = "DISPUTED",
|
|
1040
|
+
DRAFTED = "DRAFTED",
|
|
1041
|
+
REJECTED = "REJECTED",
|
|
1042
|
+
RENEWED = "RENEWED"
|
|
1040
1043
|
}
|
|
1041
1044
|
declare enum ContractTypeEnum {
|
|
1042
1045
|
NDA = "NDA",
|
|
@@ -1056,6 +1059,8 @@ declare class Contract extends BaseEntity {
|
|
|
1056
1059
|
startDate: Date;
|
|
1057
1060
|
endDate: Date;
|
|
1058
1061
|
contractDocumentUrl: string;
|
|
1062
|
+
clientSignedAt: Date;
|
|
1063
|
+
freelancerSignedAt: Date;
|
|
1059
1064
|
}
|
|
1060
1065
|
|
|
1061
1066
|
declare enum JobLocationEnum {
|
|
@@ -2251,6 +2256,18 @@ declare class CreateF2FInterviewRescheduleRequestDto {
|
|
|
2251
2256
|
freelancerRequestReason: string;
|
|
2252
2257
|
}
|
|
2253
2258
|
|
|
2259
|
+
declare const CONTRACT_PATTERN: {
|
|
2260
|
+
fetchContractsForClient: string;
|
|
2261
|
+
fetchContractCountForClientAsPerStatus: string;
|
|
2262
|
+
fetchContractsForFreelancer: string;
|
|
2263
|
+
fetchContractCountForFreelancerAsPerStatus: string;
|
|
2264
|
+
signContractsForClient: string;
|
|
2265
|
+
signContractsForFreelancer: string;
|
|
2266
|
+
fetchContractDetailsForClient: string;
|
|
2267
|
+
fetchContractDetailsForFreelancer: string;
|
|
2268
|
+
rejectContractsForFreelancer: string;
|
|
2269
|
+
};
|
|
2270
|
+
|
|
2254
2271
|
declare const UserTCPAdapter: () => MicroserviceOptions;
|
|
2255
2272
|
|
|
2256
2273
|
declare const JobTCPAdapter: () => MicroserviceOptions;
|
|
@@ -2432,4 +2449,4 @@ declare class ZoomMeetingLog extends BaseEntity {
|
|
|
2432
2449
|
rawWebhookData: any;
|
|
2433
2450
|
}
|
|
2434
2451
|
|
|
2435
|
-
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AdminCreateJobInformationDto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentStatusEnum, AiInterview, AiInterviewStatusEnum, AnswerTypeEnum, ApplicationStatusEnum, AssessmentAnswer, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, AttachPermissionsToRoleDto, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CALENDLY_PATTERN, CITY_PATTERN, CLIENT_ADMIN_PATTERNS, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, COUNTRY_PATTERN, CalendlyMeetingLog, CandidateType, CaseStudyDto, CategoryEmum, CategoryEmumDto, City, ClientChangePasswordDto, ClientCreateAccountDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractStatusEnum, ContractTypeEnum, Country, CreateAdminRoleDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DocumentType, DocumentTypeEnum, DurationTypeEnum, EducationDto, EmploymentType, ExperienceDto, F2FInterview, F2FInterviewSchedule, F2F_INTERVIEW_PATTERN, F2fInterviewRescheduleRequest, F2fInterviewRescheduleRequestStatusEnum, F2fInterviewScheduleStatusEnum, F2fInterviewStatusEnum, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, ForgotPasswordDto, FreelancerAssessment, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerInitiateMcqAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerResume, FreelancerSkill, FreelancerSkillDto, FreelancerSkipAiAssessmentDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, 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, 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, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewSkill, InterviewStatusEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationEnum, JobLocationEnumDto, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, McqStatusEnum, ModeOfHire, ModeOfWork, ModeOfWorkDto, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, ResetPasswordTokenValidationDto, STATE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SenseloafLog, SequenceGenerator, SetPasswordDto, Skill, State, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, ZoomMeetingLog };
|
|
2452
|
+
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AdminCreateJobInformationDto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentStatusEnum, AiInterview, AiInterviewStatusEnum, AnswerTypeEnum, ApplicationStatusEnum, AssessmentAnswer, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, AttachPermissionsToRoleDto, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CALENDLY_PATTERN, CITY_PATTERN, CLIENT_ADMIN_PATTERNS, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, CONTRACT_PATTERN, COUNTRY_PATTERN, CalendlyMeetingLog, CandidateType, CaseStudyDto, CategoryEmum, CategoryEmumDto, City, ClientChangePasswordDto, ClientCreateAccountDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractStatusEnum, ContractTypeEnum, Country, CreateAdminRoleDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DocumentType, DocumentTypeEnum, DurationTypeEnum, EducationDto, EmploymentType, ExperienceDto, F2FInterview, F2FInterviewSchedule, F2F_INTERVIEW_PATTERN, F2fInterviewRescheduleRequest, F2fInterviewRescheduleRequestStatusEnum, F2fInterviewScheduleStatusEnum, F2fInterviewStatusEnum, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, ForgotPasswordDto, FreelancerAssessment, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerInitiateMcqAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerResume, FreelancerSkill, FreelancerSkillDto, FreelancerSkipAiAssessmentDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, 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, 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, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewSkill, InterviewStatusEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationEnum, JobLocationEnumDto, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, McqStatusEnum, ModeOfHire, ModeOfWork, ModeOfWorkDto, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, ResetPasswordTokenValidationDto, STATE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SenseloafLog, SequenceGenerator, SetPasswordDto, Skill, State, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, ZoomMeetingLog };
|
package/dist/index.d.ts
CHANGED
|
@@ -1036,7 +1036,10 @@ declare enum ContractStatusEnum {
|
|
|
1036
1036
|
SENT = "SENT",
|
|
1037
1037
|
SIGNED = "SIGNED",
|
|
1038
1038
|
CANCELLED = "CANCELLED",
|
|
1039
|
-
DISPUTED = "DISPUTED"
|
|
1039
|
+
DISPUTED = "DISPUTED",
|
|
1040
|
+
DRAFTED = "DRAFTED",
|
|
1041
|
+
REJECTED = "REJECTED",
|
|
1042
|
+
RENEWED = "RENEWED"
|
|
1040
1043
|
}
|
|
1041
1044
|
declare enum ContractTypeEnum {
|
|
1042
1045
|
NDA = "NDA",
|
|
@@ -1056,6 +1059,8 @@ declare class Contract extends BaseEntity {
|
|
|
1056
1059
|
startDate: Date;
|
|
1057
1060
|
endDate: Date;
|
|
1058
1061
|
contractDocumentUrl: string;
|
|
1062
|
+
clientSignedAt: Date;
|
|
1063
|
+
freelancerSignedAt: Date;
|
|
1059
1064
|
}
|
|
1060
1065
|
|
|
1061
1066
|
declare enum JobLocationEnum {
|
|
@@ -2251,6 +2256,18 @@ declare class CreateF2FInterviewRescheduleRequestDto {
|
|
|
2251
2256
|
freelancerRequestReason: string;
|
|
2252
2257
|
}
|
|
2253
2258
|
|
|
2259
|
+
declare const CONTRACT_PATTERN: {
|
|
2260
|
+
fetchContractsForClient: string;
|
|
2261
|
+
fetchContractCountForClientAsPerStatus: string;
|
|
2262
|
+
fetchContractsForFreelancer: string;
|
|
2263
|
+
fetchContractCountForFreelancerAsPerStatus: string;
|
|
2264
|
+
signContractsForClient: string;
|
|
2265
|
+
signContractsForFreelancer: string;
|
|
2266
|
+
fetchContractDetailsForClient: string;
|
|
2267
|
+
fetchContractDetailsForFreelancer: string;
|
|
2268
|
+
rejectContractsForFreelancer: string;
|
|
2269
|
+
};
|
|
2270
|
+
|
|
2254
2271
|
declare const UserTCPAdapter: () => MicroserviceOptions;
|
|
2255
2272
|
|
|
2256
2273
|
declare const JobTCPAdapter: () => MicroserviceOptions;
|
|
@@ -2432,4 +2449,4 @@ declare class ZoomMeetingLog extends BaseEntity {
|
|
|
2432
2449
|
rawWebhookData: any;
|
|
2433
2450
|
}
|
|
2434
2451
|
|
|
2435
|
-
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AdminCreateJobInformationDto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentStatusEnum, AiInterview, AiInterviewStatusEnum, AnswerTypeEnum, ApplicationStatusEnum, AssessmentAnswer, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, AttachPermissionsToRoleDto, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CALENDLY_PATTERN, CITY_PATTERN, CLIENT_ADMIN_PATTERNS, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, COUNTRY_PATTERN, CalendlyMeetingLog, CandidateType, CaseStudyDto, CategoryEmum, CategoryEmumDto, City, ClientChangePasswordDto, ClientCreateAccountDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractStatusEnum, ContractTypeEnum, Country, CreateAdminRoleDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DocumentType, DocumentTypeEnum, DurationTypeEnum, EducationDto, EmploymentType, ExperienceDto, F2FInterview, F2FInterviewSchedule, F2F_INTERVIEW_PATTERN, F2fInterviewRescheduleRequest, F2fInterviewRescheduleRequestStatusEnum, F2fInterviewScheduleStatusEnum, F2fInterviewStatusEnum, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, ForgotPasswordDto, FreelancerAssessment, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerInitiateMcqAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerResume, FreelancerSkill, FreelancerSkillDto, FreelancerSkipAiAssessmentDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, 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, 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, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewSkill, InterviewStatusEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationEnum, JobLocationEnumDto, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, McqStatusEnum, ModeOfHire, ModeOfWork, ModeOfWorkDto, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, ResetPasswordTokenValidationDto, STATE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SenseloafLog, SequenceGenerator, SetPasswordDto, Skill, State, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, ZoomMeetingLog };
|
|
2452
|
+
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ADMIN_PERMISSION_PATTERN, ADMIN_ROLE_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AdminCreateJobInformationDto, AdminPermission, AdminRole, AdminRolePermission, AdminUpdateJobInformationDto, AdminUserRole, AiAssessmentStatusEnum, AiInterview, AiInterviewStatusEnum, AnswerTypeEnum, ApplicationStatusEnum, AssessmentAnswer, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, AttachPermissionsToRoleDto, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CALENDLY_PATTERN, CITY_PATTERN, CLIENT_ADMIN_PATTERNS, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, CONTRACT_PATTERN, COUNTRY_PATTERN, CalendlyMeetingLog, CandidateType, CaseStudyDto, CategoryEmum, CategoryEmumDto, City, ClientChangePasswordDto, ClientCreateAccountDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractStatusEnum, ContractTypeEnum, Country, CreateAdminRoleDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DocumentType, DocumentTypeEnum, DurationTypeEnum, EducationDto, EmploymentType, ExperienceDto, F2FInterview, F2FInterviewSchedule, F2F_INTERVIEW_PATTERN, F2fInterviewRescheduleRequest, F2fInterviewRescheduleRequestStatusEnum, F2fInterviewScheduleStatusEnum, F2fInterviewStatusEnum, FREELANCER_DECLARATION_PATTERN, FREELANCER_EDUCATION_PATTERN, FREELANCER_EXPERIENCE_PATTERN, FREELANCER_PROJECT_PATTERN, FREELANCER_SKILL_PATTERN, Feature, ForgotPasswordDto, FreelancerAssessment, FreelancerBankDetailsDto, FreelancerCaptureAiAssessmentStatusDto, FreelancerCaseStudy, FreelancerChangePasswordDto, FreelancerCreateAccountDto, FreelancerDeclaration, FreelancerDeclarationDto, FreelancerDevelopmentPreferenceDto, FreelancerEducation, FreelancerEducationDto, FreelancerExperience, FreelancerExperienceDto, FreelancerFramework, FreelancerInitiateAiAssessmentDto, FreelancerInitiateMcqAssessmentDto, FreelancerParseResumeDto, FreelancerProfile, FreelancerProfileQuestionDto, FreelancerProject, FreelancerProjectDto, FreelancerResume, FreelancerSkill, FreelancerSkillDto, FreelancerSkipAiAssessmentDto, FreelancerTool, FreelancerUploadResumeDto, FreelancerWorkShowcaseDto, FromUsOn, 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, 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, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewSkill, InterviewStatusEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationEnum, JobLocationEnumDto, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, Lead, LoginDto, LoginViaOtpDto, LoginViaOtpScopeEnum, LogoutDto, McqStatusEnum, ModeOfHire, ModeOfWork, ModeOfWorkDto, NOTIFICATION_PATTERN, NatureOfWork, NatureOfWorkDto, NotificationRMQAdapter, NotificationTCPAdapter, ONBOARDING_PATTERN, ONBOARDING_QUESTION_PATTERN, OTP_PATTERN, OnboardingStepEnum, Otp, PERMISSION_PATTERN, PLAN_PATTERN, PROFILE_PATTERN, Permission, Plan, ProjectDto, Provider, Question, QuestionFor, QuestionForEnum, RATING_PATTERN, RESUME_PARSER_PATTERN, Rating, RatingTypeEnum, RefreshDto, RefreshToken, ResetPasswordDto, ResetPasswordTokenValidationDto, STATE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SenseloafLog, SequenceGenerator, SetPasswordDto, Skill, State, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, ZoomMeetingLog };
|
package/dist/index.js
CHANGED
|
@@ -64,6 +64,7 @@ __export(index_exports, {
|
|
|
64
64
|
CMS_PATTERNS: () => CMS_PATTERNS,
|
|
65
65
|
COMPANY_MEMBERS_PATTERNS: () => COMPANY_MEMBERS_PATTERNS,
|
|
66
66
|
COMPANY_ROLES_PATTERNS: () => COMPANY_ROLES_PATTERNS,
|
|
67
|
+
CONTRACT_PATTERN: () => CONTRACT_PATTERN,
|
|
67
68
|
COUNTRY_PATTERN: () => COUNTRY_PATTERN,
|
|
68
69
|
CalendlyMeetingLog: () => CalendlyMeetingLog,
|
|
69
70
|
CandidateType: () => CandidateType,
|
|
@@ -2948,6 +2949,9 @@ var ContractStatusEnum = /* @__PURE__ */ ((ContractStatusEnum2) => {
|
|
|
2948
2949
|
ContractStatusEnum2["SIGNED"] = "SIGNED";
|
|
2949
2950
|
ContractStatusEnum2["CANCELLED"] = "CANCELLED";
|
|
2950
2951
|
ContractStatusEnum2["DISPUTED"] = "DISPUTED";
|
|
2952
|
+
ContractStatusEnum2["DRAFTED"] = "DRAFTED";
|
|
2953
|
+
ContractStatusEnum2["REJECTED"] = "REJECTED";
|
|
2954
|
+
ContractStatusEnum2["RENEWED"] = "RENEWED";
|
|
2951
2955
|
return ContractStatusEnum2;
|
|
2952
2956
|
})(ContractStatusEnum || {});
|
|
2953
2957
|
var ContractTypeEnum = /* @__PURE__ */ ((ContractTypeEnum2) => {
|
|
@@ -3020,6 +3024,20 @@ __decorateClass([
|
|
|
3020
3024
|
__decorateClass([
|
|
3021
3025
|
(0, import_typeorm21.Column)({ name: "contract_document_url", type: "varchar", nullable: true })
|
|
3022
3026
|
], Contract.prototype, "contractDocumentUrl", 2);
|
|
3027
|
+
__decorateClass([
|
|
3028
|
+
(0, import_typeorm21.Column)({
|
|
3029
|
+
name: "client_signed_at",
|
|
3030
|
+
type: "timestamp with time zone",
|
|
3031
|
+
nullable: true
|
|
3032
|
+
})
|
|
3033
|
+
], Contract.prototype, "clientSignedAt", 2);
|
|
3034
|
+
__decorateClass([
|
|
3035
|
+
(0, import_typeorm21.Column)({
|
|
3036
|
+
name: "freelancer_signed_at",
|
|
3037
|
+
type: "timestamp with time zone",
|
|
3038
|
+
nullable: true
|
|
3039
|
+
})
|
|
3040
|
+
], Contract.prototype, "freelancerSignedAt", 2);
|
|
3023
3041
|
Contract = __decorateClass([
|
|
3024
3042
|
(0, import_typeorm21.Entity)("contracts")
|
|
3025
3043
|
], Contract);
|
|
@@ -5552,6 +5570,19 @@ __decorateClass([
|
|
|
5552
5570
|
(0, import_class_validator69.IsString)({ message: "Freelancer reason must be a string." })
|
|
5553
5571
|
], CreateF2FInterviewRescheduleRequestDto.prototype, "freelancerRequestReason", 2);
|
|
5554
5572
|
|
|
5573
|
+
// src/modules/contract/pattern/pattern.ts
|
|
5574
|
+
var CONTRACT_PATTERN = {
|
|
5575
|
+
fetchContractsForClient: "fetch.contract.for.client",
|
|
5576
|
+
fetchContractCountForClientAsPerStatus: "fetch.contract.count.for.client.as.per.status",
|
|
5577
|
+
fetchContractsForFreelancer: "fetch.contract.for.freelancer",
|
|
5578
|
+
fetchContractCountForFreelancerAsPerStatus: "fetch.contract.count.for.freelancer.as.per.status",
|
|
5579
|
+
signContractsForClient: "sign.contracts.for.client",
|
|
5580
|
+
signContractsForFreelancer: "sign.contracts.for.freelancer",
|
|
5581
|
+
fetchContractDetailsForClient: "fetch.contract.details.for.client",
|
|
5582
|
+
fetchContractDetailsForFreelancer: "fetch.contract.details.for.freelancer",
|
|
5583
|
+
rejectContractsForFreelancer: "reject.contracts.for.freelancer"
|
|
5584
|
+
};
|
|
5585
|
+
|
|
5555
5586
|
// src/adapters/tcp/user.tcp.adapter.ts
|
|
5556
5587
|
var import_dotenv = require("dotenv");
|
|
5557
5588
|
var import_microservices = require("@nestjs/microservices");
|
|
@@ -6328,6 +6359,7 @@ ZoomMeetingLog = __decorateClass([
|
|
|
6328
6359
|
CMS_PATTERNS,
|
|
6329
6360
|
COMPANY_MEMBERS_PATTERNS,
|
|
6330
6361
|
COMPANY_ROLES_PATTERNS,
|
|
6362
|
+
CONTRACT_PATTERN,
|
|
6331
6363
|
COUNTRY_PATTERN,
|
|
6332
6364
|
CalendlyMeetingLog,
|
|
6333
6365
|
CandidateType,
|
package/dist/index.mjs
CHANGED
|
@@ -2902,6 +2902,9 @@ var ContractStatusEnum = /* @__PURE__ */ ((ContractStatusEnum2) => {
|
|
|
2902
2902
|
ContractStatusEnum2["SIGNED"] = "SIGNED";
|
|
2903
2903
|
ContractStatusEnum2["CANCELLED"] = "CANCELLED";
|
|
2904
2904
|
ContractStatusEnum2["DISPUTED"] = "DISPUTED";
|
|
2905
|
+
ContractStatusEnum2["DRAFTED"] = "DRAFTED";
|
|
2906
|
+
ContractStatusEnum2["REJECTED"] = "REJECTED";
|
|
2907
|
+
ContractStatusEnum2["RENEWED"] = "RENEWED";
|
|
2905
2908
|
return ContractStatusEnum2;
|
|
2906
2909
|
})(ContractStatusEnum || {});
|
|
2907
2910
|
var ContractTypeEnum = /* @__PURE__ */ ((ContractTypeEnum2) => {
|
|
@@ -2974,6 +2977,20 @@ __decorateClass([
|
|
|
2974
2977
|
__decorateClass([
|
|
2975
2978
|
Column21({ name: "contract_document_url", type: "varchar", nullable: true })
|
|
2976
2979
|
], Contract.prototype, "contractDocumentUrl", 2);
|
|
2980
|
+
__decorateClass([
|
|
2981
|
+
Column21({
|
|
2982
|
+
name: "client_signed_at",
|
|
2983
|
+
type: "timestamp with time zone",
|
|
2984
|
+
nullable: true
|
|
2985
|
+
})
|
|
2986
|
+
], Contract.prototype, "clientSignedAt", 2);
|
|
2987
|
+
__decorateClass([
|
|
2988
|
+
Column21({
|
|
2989
|
+
name: "freelancer_signed_at",
|
|
2990
|
+
type: "timestamp with time zone",
|
|
2991
|
+
nullable: true
|
|
2992
|
+
})
|
|
2993
|
+
], Contract.prototype, "freelancerSignedAt", 2);
|
|
2977
2994
|
Contract = __decorateClass([
|
|
2978
2995
|
Entity20("contracts")
|
|
2979
2996
|
], Contract);
|
|
@@ -5699,6 +5716,19 @@ __decorateClass([
|
|
|
5699
5716
|
IsString40({ message: "Freelancer reason must be a string." })
|
|
5700
5717
|
], CreateF2FInterviewRescheduleRequestDto.prototype, "freelancerRequestReason", 2);
|
|
5701
5718
|
|
|
5719
|
+
// src/modules/contract/pattern/pattern.ts
|
|
5720
|
+
var CONTRACT_PATTERN = {
|
|
5721
|
+
fetchContractsForClient: "fetch.contract.for.client",
|
|
5722
|
+
fetchContractCountForClientAsPerStatus: "fetch.contract.count.for.client.as.per.status",
|
|
5723
|
+
fetchContractsForFreelancer: "fetch.contract.for.freelancer",
|
|
5724
|
+
fetchContractCountForFreelancerAsPerStatus: "fetch.contract.count.for.freelancer.as.per.status",
|
|
5725
|
+
signContractsForClient: "sign.contracts.for.client",
|
|
5726
|
+
signContractsForFreelancer: "sign.contracts.for.freelancer",
|
|
5727
|
+
fetchContractDetailsForClient: "fetch.contract.details.for.client",
|
|
5728
|
+
fetchContractDetailsForFreelancer: "fetch.contract.details.for.freelancer",
|
|
5729
|
+
rejectContractsForFreelancer: "reject.contracts.for.freelancer"
|
|
5730
|
+
};
|
|
5731
|
+
|
|
5702
5732
|
// src/adapters/tcp/user.tcp.adapter.ts
|
|
5703
5733
|
import { config } from "dotenv";
|
|
5704
5734
|
import { Transport } from "@nestjs/microservices";
|
|
@@ -6485,6 +6515,7 @@ export {
|
|
|
6485
6515
|
CMS_PATTERNS,
|
|
6486
6516
|
COMPANY_MEMBERS_PATTERNS,
|
|
6487
6517
|
COMPANY_ROLES_PATTERNS,
|
|
6518
|
+
CONTRACT_PATTERN,
|
|
6488
6519
|
COUNTRY_PATTERN,
|
|
6489
6520
|
CalendlyMeetingLog,
|
|
6490
6521
|
CandidateType,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './pattern/pattern';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const CONTRACT_PATTERN: {
|
|
2
|
+
fetchContractsForClient: string;
|
|
3
|
+
fetchContractCountForClientAsPerStatus: string;
|
|
4
|
+
fetchContractsForFreelancer: string;
|
|
5
|
+
fetchContractCountForFreelancerAsPerStatus: string;
|
|
6
|
+
signContractsForClient: string;
|
|
7
|
+
signContractsForFreelancer: string;
|
|
8
|
+
fetchContractDetailsForClient: string;
|
|
9
|
+
fetchContractDetailsForFreelancer: string;
|
|
10
|
+
rejectContractsForFreelancer: string;
|
|
11
|
+
};
|
package/dist/modules/index.d.ts
CHANGED