@experts_hub/shared 1.0.255 → 1.0.256
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/index.d.ts +1 -0
- package/dist/entities/job-freelancer-recommendation.entity.d.ts +30 -0
- package/dist/index.d.mts +32 -1
- package/dist/index.d.ts +32 -1
- package/dist/index.js +98 -0
- package/dist/index.mjs +97 -0
- package/package.json +1 -1
package/dist/entities/index.d.ts
CHANGED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare class JobFreelancerRecommendation {
|
|
2
|
+
jobId: number;
|
|
3
|
+
jobUuid: string;
|
|
4
|
+
jobUniqueId: string;
|
|
5
|
+
jobRole: string;
|
|
6
|
+
jobOpenings: number;
|
|
7
|
+
jobLocation: string;
|
|
8
|
+
jobEmploymentType: string;
|
|
9
|
+
applicationReceived: number;
|
|
10
|
+
jobPostedAt: Date;
|
|
11
|
+
freelancerId: number;
|
|
12
|
+
freelancerUuid: string;
|
|
13
|
+
freelancerUniqueId: string;
|
|
14
|
+
freelancerFirstName: string;
|
|
15
|
+
freelancerLastName: string;
|
|
16
|
+
freelancerEmail: string;
|
|
17
|
+
freelancerProfilePicture: string;
|
|
18
|
+
freelancerCreatedAt: Date;
|
|
19
|
+
clientId: number;
|
|
20
|
+
clientUuid: string;
|
|
21
|
+
clientFirstName: string;
|
|
22
|
+
clientLastName: string;
|
|
23
|
+
clientEmail: string;
|
|
24
|
+
clientCompanyLogo: string;
|
|
25
|
+
clientCompanyName: string;
|
|
26
|
+
matchingSkills: string[];
|
|
27
|
+
matchingSkillsCount: number;
|
|
28
|
+
requiredSkills: string[];
|
|
29
|
+
requiredSkillsCount: number;
|
|
30
|
+
}
|
package/dist/index.d.mts
CHANGED
|
@@ -1969,4 +1969,35 @@ declare class Lead extends BaseEntity {
|
|
|
1969
1969
|
category: CategoryEmum;
|
|
1970
1970
|
}
|
|
1971
1971
|
|
|
1972
|
-
|
|
1972
|
+
declare class JobFreelancerRecommendation {
|
|
1973
|
+
jobId: number;
|
|
1974
|
+
jobUuid: string;
|
|
1975
|
+
jobUniqueId: string;
|
|
1976
|
+
jobRole: string;
|
|
1977
|
+
jobOpenings: number;
|
|
1978
|
+
jobLocation: string;
|
|
1979
|
+
jobEmploymentType: string;
|
|
1980
|
+
applicationReceived: number;
|
|
1981
|
+
jobPostedAt: Date;
|
|
1982
|
+
freelancerId: number;
|
|
1983
|
+
freelancerUuid: string;
|
|
1984
|
+
freelancerUniqueId: string;
|
|
1985
|
+
freelancerFirstName: string;
|
|
1986
|
+
freelancerLastName: string;
|
|
1987
|
+
freelancerEmail: string;
|
|
1988
|
+
freelancerProfilePicture: string;
|
|
1989
|
+
freelancerCreatedAt: Date;
|
|
1990
|
+
clientId: number;
|
|
1991
|
+
clientUuid: string;
|
|
1992
|
+
clientFirstName: string;
|
|
1993
|
+
clientLastName: string;
|
|
1994
|
+
clientEmail: string;
|
|
1995
|
+
clientCompanyLogo: string;
|
|
1996
|
+
clientCompanyName: string;
|
|
1997
|
+
matchingSkills: string[];
|
|
1998
|
+
matchingSkillsCount: number;
|
|
1999
|
+
requiredSkills: string[];
|
|
2000
|
+
requiredSkillsCount: number;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AdminCreateJobInformationDto, AdminUpdateJobInformationDto, AiAssessmentStatusEnum, AnswerTypeEnum, ApplicationStatusEnum, AssessmentAnswer, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CITY_PATTERN, CLIENT_ADMIN_PATTERNS, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, COUNTRY_PATTERN, CaseStudyDto, CategoryEmum, CategoryEmumDto, City, ClientChangePasswordDto, ClientCreateAccountDto, ClientProfileQuestionDto, Cms, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Country, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateFreelancerDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DocumentType, DocumentTypeEnum, DurationTypeEnum, EducationDto, EmploymentType, ExperienceDto, 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, 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, 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, InterviewSkill, InterviewStatusEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobFreelancerRecommendation, JobIdParamDto, JobLocation, JobLocationEnum, JobLocationEnumDto, JobLocationEnums, JobRMQAdapter, JobRoles, JobSkill, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, Lead, LoginDto, 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, STATE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$2 as ScopeEnum, SelectedAnswerTypeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SenseloafLog, SequenceGenerator, SetPasswordDto, Skill, State, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum };
|
package/dist/index.d.ts
CHANGED
|
@@ -1969,4 +1969,35 @@ declare class Lead extends BaseEntity {
|
|
|
1969
1969
|
category: CategoryEmum;
|
|
1970
1970
|
}
|
|
1971
1971
|
|
|
1972
|
-
|
|
1972
|
+
declare class JobFreelancerRecommendation {
|
|
1973
|
+
jobId: number;
|
|
1974
|
+
jobUuid: string;
|
|
1975
|
+
jobUniqueId: string;
|
|
1976
|
+
jobRole: string;
|
|
1977
|
+
jobOpenings: number;
|
|
1978
|
+
jobLocation: string;
|
|
1979
|
+
jobEmploymentType: string;
|
|
1980
|
+
applicationReceived: number;
|
|
1981
|
+
jobPostedAt: Date;
|
|
1982
|
+
freelancerId: number;
|
|
1983
|
+
freelancerUuid: string;
|
|
1984
|
+
freelancerUniqueId: string;
|
|
1985
|
+
freelancerFirstName: string;
|
|
1986
|
+
freelancerLastName: string;
|
|
1987
|
+
freelancerEmail: string;
|
|
1988
|
+
freelancerProfilePicture: string;
|
|
1989
|
+
freelancerCreatedAt: Date;
|
|
1990
|
+
clientId: number;
|
|
1991
|
+
clientUuid: string;
|
|
1992
|
+
clientFirstName: string;
|
|
1993
|
+
clientLastName: string;
|
|
1994
|
+
clientEmail: string;
|
|
1995
|
+
clientCompanyLogo: string;
|
|
1996
|
+
clientCompanyName: string;
|
|
1997
|
+
matchingSkills: string[];
|
|
1998
|
+
matchingSkillsCount: number;
|
|
1999
|
+
requiredSkills: string[];
|
|
2000
|
+
requiredSkillsCount: number;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
export { ADMIN_FREELANCER_PATTERN, ADMIN_JOB_PATTERN, ASSESSMENT_QUESTION_PATTERN, AUTHENTICATION_PATTERN, AccountStatus, AccountType, AdminCreateJobInformationDto, AdminUpdateJobInformationDto, AiAssessmentStatusEnum, AnswerTypeEnum, ApplicationStatusEnum, AssessmentAnswer, AssessmentStatusEnum, AssessmetQuestion, AssessmetQuestionOption, BANK_PATTERN, BankAccountScope, BankAccountScopeEnum, BankAccountTypeEnum, BankDetail, BaseEntity, CITY_PATTERN, CLIENT_ADMIN_PATTERNS, CLIENT_PROFILE_PATTERN, CMS_PATTERNS, COMPANY_MEMBERS_PATTERNS, COMPANY_ROLES_PATTERNS, COUNTRY_PATTERN, CaseStudyDto, CategoryEmum, CategoryEmumDto, City, ClientChangePasswordDto, ClientCreateAccountDto, ClientProfileQuestionDto, Cms, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Country, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateFreelancerDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, DocumentType, DocumentTypeEnum, DurationTypeEnum, EducationDto, EmploymentType, ExperienceDto, 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, 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, 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, InterviewSkill, InterviewStatusEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobFreelancerRecommendation, JobIdParamDto, JobLocation, JobLocationEnum, JobLocationEnumDto, JobLocationEnums, JobRMQAdapter, JobRoles, JobSkill, JobStatus, JobStatusDto, JobStatusEnum, JobTCPAdapter, KindOfHire, LEAD_PATTERN, Lead, LoginDto, 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, STATE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$2 as ScopeEnum, SelectedAnswerTypeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SenseloafLog, SequenceGenerator, SetPasswordDto, Skill, State, Step, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum };
|
package/dist/index.js
CHANGED
|
@@ -132,6 +132,7 @@ __export(index_exports, {
|
|
|
132
132
|
JobApplication: () => JobApplication,
|
|
133
133
|
JobBasicInformationDto: () => JobBasicInformationDto,
|
|
134
134
|
JobDescriptionDto: () => JobDescriptionDto,
|
|
135
|
+
JobFreelancerRecommendation: () => JobFreelancerRecommendation,
|
|
135
136
|
JobIdParamDto: () => JobIdParamDto,
|
|
136
137
|
JobLocation: () => JobLocation,
|
|
137
138
|
JobLocationEnum: () => JobLocationEnum,
|
|
@@ -4681,6 +4682,102 @@ __decorateClass([
|
|
|
4681
4682
|
Lead = __decorateClass([
|
|
4682
4683
|
(0, import_typeorm43.Entity)("leads")
|
|
4683
4684
|
], Lead);
|
|
4685
|
+
|
|
4686
|
+
// src/entities/job-freelancer-recommendation.entity.ts
|
|
4687
|
+
var import_typeorm44 = require("typeorm");
|
|
4688
|
+
var JobFreelancerRecommendation = class {
|
|
4689
|
+
};
|
|
4690
|
+
__decorateClass([
|
|
4691
|
+
(0, import_typeorm44.PrimaryColumn)({ name: "job_id" })
|
|
4692
|
+
], JobFreelancerRecommendation.prototype, "jobId", 2);
|
|
4693
|
+
__decorateClass([
|
|
4694
|
+
(0, import_typeorm44.Column)({ name: "job_uuid" })
|
|
4695
|
+
], JobFreelancerRecommendation.prototype, "jobUuid", 2);
|
|
4696
|
+
__decorateClass([
|
|
4697
|
+
(0, import_typeorm44.Column)({ name: "job_unique_id" })
|
|
4698
|
+
], JobFreelancerRecommendation.prototype, "jobUniqueId", 2);
|
|
4699
|
+
__decorateClass([
|
|
4700
|
+
(0, import_typeorm44.Column)({ name: "job_role" })
|
|
4701
|
+
], JobFreelancerRecommendation.prototype, "jobRole", 2);
|
|
4702
|
+
__decorateClass([
|
|
4703
|
+
(0, import_typeorm44.Column)({ name: "job_openings" })
|
|
4704
|
+
], JobFreelancerRecommendation.prototype, "jobOpenings", 2);
|
|
4705
|
+
__decorateClass([
|
|
4706
|
+
(0, import_typeorm44.Column)({ name: "job_location" })
|
|
4707
|
+
], JobFreelancerRecommendation.prototype, "jobLocation", 2);
|
|
4708
|
+
__decorateClass([
|
|
4709
|
+
(0, import_typeorm44.Column)({ name: "job_employment_type" })
|
|
4710
|
+
], JobFreelancerRecommendation.prototype, "jobEmploymentType", 2);
|
|
4711
|
+
__decorateClass([
|
|
4712
|
+
(0, import_typeorm44.Column)({ name: "application_received" })
|
|
4713
|
+
], JobFreelancerRecommendation.prototype, "applicationReceived", 2);
|
|
4714
|
+
__decorateClass([
|
|
4715
|
+
(0, import_typeorm44.Column)({ name: "job_posted_at", type: "timestamp" })
|
|
4716
|
+
], JobFreelancerRecommendation.prototype, "jobPostedAt", 2);
|
|
4717
|
+
__decorateClass([
|
|
4718
|
+
(0, import_typeorm44.Column)({ name: "freelancer_id" })
|
|
4719
|
+
], JobFreelancerRecommendation.prototype, "freelancerId", 2);
|
|
4720
|
+
__decorateClass([
|
|
4721
|
+
(0, import_typeorm44.Column)({ name: "freelancer_uuid" })
|
|
4722
|
+
], JobFreelancerRecommendation.prototype, "freelancerUuid", 2);
|
|
4723
|
+
__decorateClass([
|
|
4724
|
+
(0, import_typeorm44.Column)({ name: "freelancer_unique_id" })
|
|
4725
|
+
], JobFreelancerRecommendation.prototype, "freelancerUniqueId", 2);
|
|
4726
|
+
__decorateClass([
|
|
4727
|
+
(0, import_typeorm44.Column)({ name: "freelancer_first_name" })
|
|
4728
|
+
], JobFreelancerRecommendation.prototype, "freelancerFirstName", 2);
|
|
4729
|
+
__decorateClass([
|
|
4730
|
+
(0, import_typeorm44.Column)({ name: "freelancer_last_name" })
|
|
4731
|
+
], JobFreelancerRecommendation.prototype, "freelancerLastName", 2);
|
|
4732
|
+
__decorateClass([
|
|
4733
|
+
(0, import_typeorm44.Column)({ name: "freelancer_email" })
|
|
4734
|
+
], JobFreelancerRecommendation.prototype, "freelancerEmail", 2);
|
|
4735
|
+
__decorateClass([
|
|
4736
|
+
(0, import_typeorm44.Column)({ name: "freelacer_profile_picture" })
|
|
4737
|
+
], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
|
|
4738
|
+
__decorateClass([
|
|
4739
|
+
(0, import_typeorm44.Column)({ name: "freelacer_created_at", type: "timestamp" })
|
|
4740
|
+
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|
|
4741
|
+
__decorateClass([
|
|
4742
|
+
(0, import_typeorm44.Column)({ name: "client_id" })
|
|
4743
|
+
], JobFreelancerRecommendation.prototype, "clientId", 2);
|
|
4744
|
+
__decorateClass([
|
|
4745
|
+
(0, import_typeorm44.Column)({ name: "client_uuid" })
|
|
4746
|
+
], JobFreelancerRecommendation.prototype, "clientUuid", 2);
|
|
4747
|
+
__decorateClass([
|
|
4748
|
+
(0, import_typeorm44.Column)({ name: "client_first_name" })
|
|
4749
|
+
], JobFreelancerRecommendation.prototype, "clientFirstName", 2);
|
|
4750
|
+
__decorateClass([
|
|
4751
|
+
(0, import_typeorm44.Column)({ name: "client_last_name" })
|
|
4752
|
+
], JobFreelancerRecommendation.prototype, "clientLastName", 2);
|
|
4753
|
+
__decorateClass([
|
|
4754
|
+
(0, import_typeorm44.Column)({ name: "client_email" })
|
|
4755
|
+
], JobFreelancerRecommendation.prototype, "clientEmail", 2);
|
|
4756
|
+
__decorateClass([
|
|
4757
|
+
(0, import_typeorm44.Column)({ name: "client_company_logo" })
|
|
4758
|
+
], JobFreelancerRecommendation.prototype, "clientCompanyLogo", 2);
|
|
4759
|
+
__decorateClass([
|
|
4760
|
+
(0, import_typeorm44.Column)({ name: "client_company_name" })
|
|
4761
|
+
], JobFreelancerRecommendation.prototype, "clientCompanyName", 2);
|
|
4762
|
+
__decorateClass([
|
|
4763
|
+
(0, import_typeorm44.Column)("text", { array: true, name: "matching_skills" })
|
|
4764
|
+
], JobFreelancerRecommendation.prototype, "matchingSkills", 2);
|
|
4765
|
+
__decorateClass([
|
|
4766
|
+
(0, import_typeorm44.Column)({ name: "matching_skills_count" })
|
|
4767
|
+
], JobFreelancerRecommendation.prototype, "matchingSkillsCount", 2);
|
|
4768
|
+
__decorateClass([
|
|
4769
|
+
(0, import_typeorm44.Column)("text", { array: true, name: "required_skills" })
|
|
4770
|
+
], JobFreelancerRecommendation.prototype, "requiredSkills", 2);
|
|
4771
|
+
__decorateClass([
|
|
4772
|
+
(0, import_typeorm44.Column)({ name: "required_skills_count" })
|
|
4773
|
+
], JobFreelancerRecommendation.prototype, "requiredSkillsCount", 2);
|
|
4774
|
+
JobFreelancerRecommendation = __decorateClass([
|
|
4775
|
+
(0, import_typeorm44.ViewEntity)({
|
|
4776
|
+
name: "job_freelancer_recommendations",
|
|
4777
|
+
expression: ""
|
|
4778
|
+
// Not needed for materialized views — TypeORM won't create it
|
|
4779
|
+
})
|
|
4780
|
+
], JobFreelancerRecommendation);
|
|
4684
4781
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4685
4782
|
0 && (module.exports = {
|
|
4686
4783
|
ADMIN_FREELANCER_PATTERN,
|
|
@@ -4788,6 +4885,7 @@ Lead = __decorateClass([
|
|
|
4788
4885
|
JobApplication,
|
|
4789
4886
|
JobBasicInformationDto,
|
|
4790
4887
|
JobDescriptionDto,
|
|
4888
|
+
JobFreelancerRecommendation,
|
|
4791
4889
|
JobIdParamDto,
|
|
4792
4890
|
JobLocation,
|
|
4793
4891
|
JobLocationEnum,
|
package/dist/index.mjs
CHANGED
|
@@ -4834,6 +4834,102 @@ __decorateClass([
|
|
|
4834
4834
|
Lead = __decorateClass([
|
|
4835
4835
|
Entity42("leads")
|
|
4836
4836
|
], Lead);
|
|
4837
|
+
|
|
4838
|
+
// src/entities/job-freelancer-recommendation.entity.ts
|
|
4839
|
+
import { ViewEntity, Column as Column44, PrimaryColumn } from "typeorm";
|
|
4840
|
+
var JobFreelancerRecommendation = class {
|
|
4841
|
+
};
|
|
4842
|
+
__decorateClass([
|
|
4843
|
+
PrimaryColumn({ name: "job_id" })
|
|
4844
|
+
], JobFreelancerRecommendation.prototype, "jobId", 2);
|
|
4845
|
+
__decorateClass([
|
|
4846
|
+
Column44({ name: "job_uuid" })
|
|
4847
|
+
], JobFreelancerRecommendation.prototype, "jobUuid", 2);
|
|
4848
|
+
__decorateClass([
|
|
4849
|
+
Column44({ name: "job_unique_id" })
|
|
4850
|
+
], JobFreelancerRecommendation.prototype, "jobUniqueId", 2);
|
|
4851
|
+
__decorateClass([
|
|
4852
|
+
Column44({ name: "job_role" })
|
|
4853
|
+
], JobFreelancerRecommendation.prototype, "jobRole", 2);
|
|
4854
|
+
__decorateClass([
|
|
4855
|
+
Column44({ name: "job_openings" })
|
|
4856
|
+
], JobFreelancerRecommendation.prototype, "jobOpenings", 2);
|
|
4857
|
+
__decorateClass([
|
|
4858
|
+
Column44({ name: "job_location" })
|
|
4859
|
+
], JobFreelancerRecommendation.prototype, "jobLocation", 2);
|
|
4860
|
+
__decorateClass([
|
|
4861
|
+
Column44({ name: "job_employment_type" })
|
|
4862
|
+
], JobFreelancerRecommendation.prototype, "jobEmploymentType", 2);
|
|
4863
|
+
__decorateClass([
|
|
4864
|
+
Column44({ name: "application_received" })
|
|
4865
|
+
], JobFreelancerRecommendation.prototype, "applicationReceived", 2);
|
|
4866
|
+
__decorateClass([
|
|
4867
|
+
Column44({ name: "job_posted_at", type: "timestamp" })
|
|
4868
|
+
], JobFreelancerRecommendation.prototype, "jobPostedAt", 2);
|
|
4869
|
+
__decorateClass([
|
|
4870
|
+
Column44({ name: "freelancer_id" })
|
|
4871
|
+
], JobFreelancerRecommendation.prototype, "freelancerId", 2);
|
|
4872
|
+
__decorateClass([
|
|
4873
|
+
Column44({ name: "freelancer_uuid" })
|
|
4874
|
+
], JobFreelancerRecommendation.prototype, "freelancerUuid", 2);
|
|
4875
|
+
__decorateClass([
|
|
4876
|
+
Column44({ name: "freelancer_unique_id" })
|
|
4877
|
+
], JobFreelancerRecommendation.prototype, "freelancerUniqueId", 2);
|
|
4878
|
+
__decorateClass([
|
|
4879
|
+
Column44({ name: "freelancer_first_name" })
|
|
4880
|
+
], JobFreelancerRecommendation.prototype, "freelancerFirstName", 2);
|
|
4881
|
+
__decorateClass([
|
|
4882
|
+
Column44({ name: "freelancer_last_name" })
|
|
4883
|
+
], JobFreelancerRecommendation.prototype, "freelancerLastName", 2);
|
|
4884
|
+
__decorateClass([
|
|
4885
|
+
Column44({ name: "freelancer_email" })
|
|
4886
|
+
], JobFreelancerRecommendation.prototype, "freelancerEmail", 2);
|
|
4887
|
+
__decorateClass([
|
|
4888
|
+
Column44({ name: "freelacer_profile_picture" })
|
|
4889
|
+
], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
|
|
4890
|
+
__decorateClass([
|
|
4891
|
+
Column44({ name: "freelacer_created_at", type: "timestamp" })
|
|
4892
|
+
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|
|
4893
|
+
__decorateClass([
|
|
4894
|
+
Column44({ name: "client_id" })
|
|
4895
|
+
], JobFreelancerRecommendation.prototype, "clientId", 2);
|
|
4896
|
+
__decorateClass([
|
|
4897
|
+
Column44({ name: "client_uuid" })
|
|
4898
|
+
], JobFreelancerRecommendation.prototype, "clientUuid", 2);
|
|
4899
|
+
__decorateClass([
|
|
4900
|
+
Column44({ name: "client_first_name" })
|
|
4901
|
+
], JobFreelancerRecommendation.prototype, "clientFirstName", 2);
|
|
4902
|
+
__decorateClass([
|
|
4903
|
+
Column44({ name: "client_last_name" })
|
|
4904
|
+
], JobFreelancerRecommendation.prototype, "clientLastName", 2);
|
|
4905
|
+
__decorateClass([
|
|
4906
|
+
Column44({ name: "client_email" })
|
|
4907
|
+
], JobFreelancerRecommendation.prototype, "clientEmail", 2);
|
|
4908
|
+
__decorateClass([
|
|
4909
|
+
Column44({ name: "client_company_logo" })
|
|
4910
|
+
], JobFreelancerRecommendation.prototype, "clientCompanyLogo", 2);
|
|
4911
|
+
__decorateClass([
|
|
4912
|
+
Column44({ name: "client_company_name" })
|
|
4913
|
+
], JobFreelancerRecommendation.prototype, "clientCompanyName", 2);
|
|
4914
|
+
__decorateClass([
|
|
4915
|
+
Column44("text", { array: true, name: "matching_skills" })
|
|
4916
|
+
], JobFreelancerRecommendation.prototype, "matchingSkills", 2);
|
|
4917
|
+
__decorateClass([
|
|
4918
|
+
Column44({ name: "matching_skills_count" })
|
|
4919
|
+
], JobFreelancerRecommendation.prototype, "matchingSkillsCount", 2);
|
|
4920
|
+
__decorateClass([
|
|
4921
|
+
Column44("text", { array: true, name: "required_skills" })
|
|
4922
|
+
], JobFreelancerRecommendation.prototype, "requiredSkills", 2);
|
|
4923
|
+
__decorateClass([
|
|
4924
|
+
Column44({ name: "required_skills_count" })
|
|
4925
|
+
], JobFreelancerRecommendation.prototype, "requiredSkillsCount", 2);
|
|
4926
|
+
JobFreelancerRecommendation = __decorateClass([
|
|
4927
|
+
ViewEntity({
|
|
4928
|
+
name: "job_freelancer_recommendations",
|
|
4929
|
+
expression: ""
|
|
4930
|
+
// Not needed for materialized views — TypeORM won't create it
|
|
4931
|
+
})
|
|
4932
|
+
], JobFreelancerRecommendation);
|
|
4837
4933
|
export {
|
|
4838
4934
|
ADMIN_FREELANCER_PATTERN,
|
|
4839
4935
|
ADMIN_JOB_PATTERN,
|
|
@@ -4940,6 +5036,7 @@ export {
|
|
|
4940
5036
|
JobApplication,
|
|
4941
5037
|
JobBasicInformationDto,
|
|
4942
5038
|
JobDescriptionDto,
|
|
5039
|
+
JobFreelancerRecommendation,
|
|
4943
5040
|
JobIdParamDto,
|
|
4944
5041
|
JobLocation,
|
|
4945
5042
|
JobLocationEnum,
|