@experts_hub/shared 1.0.483 → 1.0.484
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/skill-catalog.entity.d.ts +14 -0
- package/dist/index.d.mts +15 -1
- package/dist/index.d.ts +15 -1
- package/dist/index.js +197 -134
- package/dist/index.mjs +132 -66
- package/package.json +1 -1
package/dist/entities/index.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export * from './company-skill.entity';
|
|
|
21
21
|
export * from './company-role.entity';
|
|
22
22
|
export * from './company-role-permission.entity';
|
|
23
23
|
export * from './skill.entity';
|
|
24
|
+
export * from './skill-catalog.entity';
|
|
24
25
|
export * from './job-role.entity';
|
|
25
26
|
export * from './job.entity';
|
|
26
27
|
export * from './job-skill.entity';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BaseEntity } from './base.entity';
|
|
2
|
+
export declare class SkillCatalog extends BaseEntity {
|
|
3
|
+
canonicalName: string;
|
|
4
|
+
aliases: string[];
|
|
5
|
+
variations: Record<string, number>;
|
|
6
|
+
category: string;
|
|
7
|
+
parentSkill: string;
|
|
8
|
+
relatedSkills: string[];
|
|
9
|
+
usageCount: number;
|
|
10
|
+
isVerified: boolean;
|
|
11
|
+
firstSeenDate: Date;
|
|
12
|
+
lastUpdatedDate: Date;
|
|
13
|
+
searchVector: any;
|
|
14
|
+
}
|
package/dist/index.d.mts
CHANGED
|
@@ -2807,6 +2807,20 @@ declare class Skill extends BaseEntity {
|
|
|
2807
2807
|
isActive: boolean;
|
|
2808
2808
|
}
|
|
2809
2809
|
|
|
2810
|
+
declare class SkillCatalog extends BaseEntity {
|
|
2811
|
+
canonicalName: string;
|
|
2812
|
+
aliases: string[];
|
|
2813
|
+
variations: Record<string, number>;
|
|
2814
|
+
category: string;
|
|
2815
|
+
parentSkill: string;
|
|
2816
|
+
relatedSkills: string[];
|
|
2817
|
+
usageCount: number;
|
|
2818
|
+
isVerified: boolean;
|
|
2819
|
+
firstSeenDate: Date;
|
|
2820
|
+
lastUpdatedDate: Date;
|
|
2821
|
+
searchVector: any;
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2810
2824
|
declare class JobRoles extends BaseEntity {
|
|
2811
2825
|
slug: string;
|
|
2812
2826
|
name: string;
|
|
@@ -2958,4 +2972,4 @@ declare class RecommendationWeightageConfig extends BaseEntity {
|
|
|
2958
2972
|
isActive: boolean;
|
|
2959
2973
|
}
|
|
2960
2974
|
|
|
2961
|
-
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, ChatRMQAdapter, ChatTCPAdapter, City, ClientCandidatePreference, ClientCandidatePreferenceEnum, ClientChangePasswordDto, ClientCreateAccountDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractRMQAdapter, ContractStatusEnum, ContractTCPAdapter, ContractTypeEnum, Country, CreateAdminRoleDto, CreateCheckoutSessionDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateDisputeDto, CreateF2FInterviewDirectDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateFreelancerTimesheetDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, Dispute, DisputeStatusEnum, 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, FreelancerSkillCategoryEnum, 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, 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, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewSkill, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationEnum, JobLocationEnumDto, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, 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, RecommendationWeightageConfig, RefreshDto, RefreshToken, ResetPasswordDto, ResetPasswordTokenValidationDto, STATE_PATTERN, STRIPE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SenseloafLog, SequenceGenerator, SetPasswordDto, SignContractForClientDto, SignContractForFreelancerDto, Signature, Skill, State, Step, StripeLog, StripeTransaction, StripeTransactionStatusEnum, StripeTransactionTypeEnum, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, TIMESHEET_CLIENT_PATTERN, TIMESHEET_FREELANCER_PATTERN, Timesheet, TimesheetLine, TimesheetLineHistory, TimesheetLineHistoryStatusEnum, TimesheetLineStatusEnum, TimesheetLogs, TimesheetStatusEnum, TimesheetSubmissionActionEnum, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateFreelancerTimesheetDto, UpdateInvoiceStatusDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, Wallet, WalletAccountTypeEnum, WalletOnboardingStatusEnum, WalletTransaction, WalletTransactionStatusEnum, WalletTransactionTypeEnum, ZoomMeetingLog };
|
|
2975
|
+
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, ChatRMQAdapter, ChatTCPAdapter, City, ClientCandidatePreference, ClientCandidatePreferenceEnum, ClientChangePasswordDto, ClientCreateAccountDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractRMQAdapter, ContractStatusEnum, ContractTCPAdapter, ContractTypeEnum, Country, CreateAdminRoleDto, CreateCheckoutSessionDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateDisputeDto, CreateF2FInterviewDirectDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateFreelancerTimesheetDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, Dispute, DisputeStatusEnum, 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, FreelancerSkillCategoryEnum, 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, 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, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewSkill, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationEnum, JobLocationEnumDto, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, 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, RecommendationWeightageConfig, RefreshDto, RefreshToken, ResetPasswordDto, ResetPasswordTokenValidationDto, STATE_PATTERN, STRIPE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SenseloafLog, SequenceGenerator, SetPasswordDto, SignContractForClientDto, SignContractForFreelancerDto, Signature, Skill, SkillCatalog, State, Step, StripeLog, StripeTransaction, StripeTransactionStatusEnum, StripeTransactionTypeEnum, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, TIMESHEET_CLIENT_PATTERN, TIMESHEET_FREELANCER_PATTERN, Timesheet, TimesheetLine, TimesheetLineHistory, TimesheetLineHistoryStatusEnum, TimesheetLineStatusEnum, TimesheetLogs, TimesheetStatusEnum, TimesheetSubmissionActionEnum, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateFreelancerTimesheetDto, UpdateInvoiceStatusDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, Wallet, WalletAccountTypeEnum, WalletOnboardingStatusEnum, WalletTransaction, WalletTransactionStatusEnum, WalletTransactionTypeEnum, ZoomMeetingLog };
|
package/dist/index.d.ts
CHANGED
|
@@ -2807,6 +2807,20 @@ declare class Skill extends BaseEntity {
|
|
|
2807
2807
|
isActive: boolean;
|
|
2808
2808
|
}
|
|
2809
2809
|
|
|
2810
|
+
declare class SkillCatalog extends BaseEntity {
|
|
2811
|
+
canonicalName: string;
|
|
2812
|
+
aliases: string[];
|
|
2813
|
+
variations: Record<string, number>;
|
|
2814
|
+
category: string;
|
|
2815
|
+
parentSkill: string;
|
|
2816
|
+
relatedSkills: string[];
|
|
2817
|
+
usageCount: number;
|
|
2818
|
+
isVerified: boolean;
|
|
2819
|
+
firstSeenDate: Date;
|
|
2820
|
+
lastUpdatedDate: Date;
|
|
2821
|
+
searchVector: any;
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2810
2824
|
declare class JobRoles extends BaseEntity {
|
|
2811
2825
|
slug: string;
|
|
2812
2826
|
name: string;
|
|
@@ -2958,4 +2972,4 @@ declare class RecommendationWeightageConfig extends BaseEntity {
|
|
|
2958
2972
|
isActive: boolean;
|
|
2959
2973
|
}
|
|
2960
2974
|
|
|
2961
|
-
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, ChatRMQAdapter, ChatTCPAdapter, City, ClientCandidatePreference, ClientCandidatePreferenceEnum, ClientChangePasswordDto, ClientCreateAccountDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractRMQAdapter, ContractStatusEnum, ContractTCPAdapter, ContractTypeEnum, Country, CreateAdminRoleDto, CreateCheckoutSessionDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateDisputeDto, CreateF2FInterviewDirectDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateFreelancerTimesheetDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, Dispute, DisputeStatusEnum, 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, FreelancerSkillCategoryEnum, 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, 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, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewSkill, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationEnum, JobLocationEnumDto, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, 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, RecommendationWeightageConfig, RefreshDto, RefreshToken, ResetPasswordDto, ResetPasswordTokenValidationDto, STATE_PATTERN, STRIPE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SenseloafLog, SequenceGenerator, SetPasswordDto, SignContractForClientDto, SignContractForFreelancerDto, Signature, Skill, State, Step, StripeLog, StripeTransaction, StripeTransactionStatusEnum, StripeTransactionTypeEnum, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, TIMESHEET_CLIENT_PATTERN, TIMESHEET_FREELANCER_PATTERN, Timesheet, TimesheetLine, TimesheetLineHistory, TimesheetLineHistoryStatusEnum, TimesheetLineStatusEnum, TimesheetLogs, TimesheetStatusEnum, TimesheetSubmissionActionEnum, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateFreelancerTimesheetDto, UpdateInvoiceStatusDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, Wallet, WalletAccountTypeEnum, WalletOnboardingStatusEnum, WalletTransaction, WalletTransactionStatusEnum, WalletTransactionTypeEnum, ZoomMeetingLog };
|
|
2975
|
+
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, ChatRMQAdapter, ChatTCPAdapter, City, ClientCandidatePreference, ClientCandidatePreferenceEnum, ClientChangePasswordDto, ClientCreateAccountDto, ClientFreelancerRecommendation, ClientProfileQuestionDto, Cms, Commission, CommissionTypeEnum, CompanyMemberRole, CompanyOnboardingStepEnum, CompanyProfile, CompanyRole, CompanyRolePermission, CompanySkill, Contract, ContractRMQAdapter, ContractStatusEnum, ContractTCPAdapter, ContractTypeEnum, Country, CreateAdminRoleDto, CreateCheckoutSessionDto, CreateClientDto, CreateClientHiringModeEnum, CreateClientHiringTypeEnum, CreateCmsDto, CreateCompanyMemberDto, CreateCompanyRoleDto, CreateDisputeDto, CreateF2FInterviewDirectDto, CreateF2FInterviewDto, CreateF2FInterviewRescheduleRequestDto, CreateFreelancerDto, CreateFreelancerTimesheetDto, CreateLeadDto, CreateQuestionDto, CreateRatingDto, CreateSubAdminDto, Dispute, DisputeStatusEnum, 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, FreelancerSkillCategoryEnum, 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, 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, Interview, InterviewInvite, InterviewInviteDto, InterviewInviteStatusEnum, InterviewQuestion, InterviewSkill, InterviewStatusEnum, Invoice, InvoicePaymentStatusEnum, InvoiceStatusEnum, InvoiceTypeEnum, JOB_PATTERN, JOB_ROLE_PATTERN, Job, JobAdditionalCommentDto, JobApplication, JobBasicInformationDto, JobDescriptionDto, JobFreelancerRecommendation, JobFreelancerRecommendationV2, JobIdParamDto, JobLocation, JobLocationEnum, JobLocationEnumDto, JobLocationEnums, JobRMQAdapter, JobRecommendation, JobRoles, JobSkill, JobSkillCategoryEnum, 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, RecommendationWeightageConfig, RefreshDto, RefreshToken, ResetPasswordDto, ResetPasswordTokenValidationDto, STATE_PATTERN, STRIPE_PATTERN, SUBADMIN_PATTERN, SYSTEM_PREFERENCES_PATTERN, ScopeEnum$3 as ScopeEnum, SelectedAnswerTypeEnum, SendGuestOtpDto, SendGuestOtpPurposeEnum, SendGuestOtpScopeEnum, SendLoginOtpDto, SendLoginOtpPurposeEnum, SendLoginOtpScopeEnum, SenseloafLog, SequenceGenerator, SetPasswordDto, SignContractForClientDto, SignContractForFreelancerDto, Signature, Skill, SkillCatalog, State, Step, StripeLog, StripeTransaction, StripeTransactionStatusEnum, StripeTransactionTypeEnum, SystemPreference, SystemPreferenceDto, SystemPreferenceKey, TIMESHEET_CLIENT_PATTERN, TIMESHEET_FREELANCER_PATTERN, Timesheet, TimesheetLine, TimesheetLineHistory, TimesheetLineHistoryStatusEnum, TimesheetLineStatusEnum, TimesheetLogs, TimesheetStatusEnum, TimesheetSubmissionActionEnum, ToggleCompanyMemberVisibilityDto, ToggleCompanyRoleVisibilityDto, TypeOfEmploymentEnum, TypeOfEmploymentEnumDto, TypeOfEmploymentEnums, UpdateAdminRoleDto, UpdateClientAccountStatusDto, UpdateClientDto, UpdateClientHiringModeEnum, UpdateClientHiringTypeEnum, UpdateCmsDto, UpdateCompanyMemberDto, UpdateCompanyProfileDto, UpdateCompanyRoleDto, UpdateFreelancerDto, UpdateFreelancerProfileDto, UpdateFreelancerTimesheetDto, UpdateInvoiceStatusDto, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter, VerifyGuestOtpDto, VerifyGuestOtpPurposeEnum, Wallet, WalletAccountTypeEnum, WalletOnboardingStatusEnum, WalletTransaction, WalletTransactionStatusEnum, WalletTransactionTypeEnum, ZoomMeetingLog };
|
package/dist/index.js
CHANGED
|
@@ -260,6 +260,7 @@ __export(index_exports, {
|
|
|
260
260
|
SignContractForFreelancerDto: () => SignContractForFreelancerDto,
|
|
261
261
|
Signature: () => Signature,
|
|
262
262
|
Skill: () => Skill,
|
|
263
|
+
SkillCatalog: () => SkillCatalog,
|
|
263
264
|
State: () => State,
|
|
264
265
|
Step: () => Step,
|
|
265
266
|
StripeLog: () => StripeLog,
|
|
@@ -7443,88 +7444,149 @@ Skill = __decorateClass([
|
|
|
7443
7444
|
(0, import_typeorm62.Entity)("skills")
|
|
7444
7445
|
], Skill);
|
|
7445
7446
|
|
|
7446
|
-
// src/entities/
|
|
7447
|
+
// src/entities/skill-catalog.entity.ts
|
|
7447
7448
|
var import_typeorm63 = require("typeorm");
|
|
7449
|
+
var SkillCatalog = class extends BaseEntity {
|
|
7450
|
+
};
|
|
7451
|
+
__decorateClass([
|
|
7452
|
+
(0, import_typeorm63.Column)({ name: "canonical_name", type: "varchar", length: 100, unique: true }),
|
|
7453
|
+
(0, import_typeorm63.Index)()
|
|
7454
|
+
], SkillCatalog.prototype, "canonicalName", 2);
|
|
7455
|
+
__decorateClass([
|
|
7456
|
+
(0, import_typeorm63.Column)({
|
|
7457
|
+
name: "aliases",
|
|
7458
|
+
type: "text",
|
|
7459
|
+
array: true,
|
|
7460
|
+
default: "{}"
|
|
7461
|
+
})
|
|
7462
|
+
], SkillCatalog.prototype, "aliases", 2);
|
|
7463
|
+
__decorateClass([
|
|
7464
|
+
(0, import_typeorm63.Column)({
|
|
7465
|
+
name: "variations",
|
|
7466
|
+
type: "jsonb",
|
|
7467
|
+
default: "{}"
|
|
7468
|
+
})
|
|
7469
|
+
], SkillCatalog.prototype, "variations", 2);
|
|
7470
|
+
__decorateClass([
|
|
7471
|
+
(0, import_typeorm63.Column)({ name: "category", type: "varchar", length: 50, nullable: true })
|
|
7472
|
+
], SkillCatalog.prototype, "category", 2);
|
|
7473
|
+
__decorateClass([
|
|
7474
|
+
(0, import_typeorm63.Column)({ name: "parent_skill", type: "varchar", length: 100, nullable: true })
|
|
7475
|
+
], SkillCatalog.prototype, "parentSkill", 2);
|
|
7476
|
+
__decorateClass([
|
|
7477
|
+
(0, import_typeorm63.Column)({
|
|
7478
|
+
name: "related_skills",
|
|
7479
|
+
type: "text",
|
|
7480
|
+
array: true,
|
|
7481
|
+
default: "{}"
|
|
7482
|
+
})
|
|
7483
|
+
], SkillCatalog.prototype, "relatedSkills", 2);
|
|
7484
|
+
__decorateClass([
|
|
7485
|
+
(0, import_typeorm63.Column)({ name: "usage_count", type: "integer", default: 0 }),
|
|
7486
|
+
(0, import_typeorm63.Index)()
|
|
7487
|
+
], SkillCatalog.prototype, "usageCount", 2);
|
|
7488
|
+
__decorateClass([
|
|
7489
|
+
(0, import_typeorm63.Column)({ name: "is_verified", type: "boolean", default: false })
|
|
7490
|
+
], SkillCatalog.prototype, "isVerified", 2);
|
|
7491
|
+
__decorateClass([
|
|
7492
|
+
(0, import_typeorm63.Column)({ name: "first_seen_date", type: "date" })
|
|
7493
|
+
], SkillCatalog.prototype, "firstSeenDate", 2);
|
|
7494
|
+
__decorateClass([
|
|
7495
|
+
(0, import_typeorm63.Column)({ name: "last_updated_date", type: "date" })
|
|
7496
|
+
], SkillCatalog.prototype, "lastUpdatedDate", 2);
|
|
7497
|
+
__decorateClass([
|
|
7498
|
+
(0, import_typeorm63.Column)({
|
|
7499
|
+
name: "search_vector",
|
|
7500
|
+
type: "tsvector",
|
|
7501
|
+
nullable: true
|
|
7502
|
+
})
|
|
7503
|
+
], SkillCatalog.prototype, "searchVector", 2);
|
|
7504
|
+
SkillCatalog = __decorateClass([
|
|
7505
|
+
(0, import_typeorm63.Entity)("skill_catalogs")
|
|
7506
|
+
], SkillCatalog);
|
|
7507
|
+
|
|
7508
|
+
// src/entities/job-role.entity.ts
|
|
7509
|
+
var import_typeorm64 = require("typeorm");
|
|
7448
7510
|
var JobRoles = class extends BaseEntity {
|
|
7449
7511
|
};
|
|
7450
7512
|
__decorateClass([
|
|
7451
|
-
(0,
|
|
7513
|
+
(0, import_typeorm64.Column)({ name: "slug", type: "varchar", nullable: true, unique: true })
|
|
7452
7514
|
], JobRoles.prototype, "slug", 2);
|
|
7453
7515
|
__decorateClass([
|
|
7454
|
-
(0,
|
|
7516
|
+
(0, import_typeorm64.Column)({ name: "name", type: "varchar", nullable: true })
|
|
7455
7517
|
], JobRoles.prototype, "name", 2);
|
|
7456
7518
|
__decorateClass([
|
|
7457
|
-
(0,
|
|
7519
|
+
(0, import_typeorm64.Column)({ name: "is_active", type: "boolean", default: true })
|
|
7458
7520
|
], JobRoles.prototype, "isActive", 2);
|
|
7459
7521
|
JobRoles = __decorateClass([
|
|
7460
|
-
(0,
|
|
7522
|
+
(0, import_typeorm64.Entity)("job_roles")
|
|
7461
7523
|
], JobRoles);
|
|
7462
7524
|
|
|
7463
7525
|
// src/entities/plan.entity.ts
|
|
7464
|
-
var
|
|
7526
|
+
var import_typeorm66 = require("typeorm");
|
|
7465
7527
|
|
|
7466
7528
|
// src/entities/feature.entity.ts
|
|
7467
|
-
var
|
|
7529
|
+
var import_typeorm65 = require("typeorm");
|
|
7468
7530
|
var Feature = class extends BaseEntity {
|
|
7469
7531
|
};
|
|
7470
7532
|
__decorateClass([
|
|
7471
|
-
(0,
|
|
7533
|
+
(0, import_typeorm65.Column)({ name: "name", type: "varchar", unique: true })
|
|
7472
7534
|
], Feature.prototype, "name", 2);
|
|
7473
7535
|
__decorateClass([
|
|
7474
|
-
(0,
|
|
7536
|
+
(0, import_typeorm65.ManyToMany)(() => Plan, (plan) => plan.features)
|
|
7475
7537
|
], Feature.prototype, "plans", 2);
|
|
7476
7538
|
Feature = __decorateClass([
|
|
7477
|
-
(0,
|
|
7539
|
+
(0, import_typeorm65.Entity)("features")
|
|
7478
7540
|
], Feature);
|
|
7479
7541
|
|
|
7480
7542
|
// src/entities/plan.entity.ts
|
|
7481
7543
|
var Plan = class extends BaseEntity {
|
|
7482
7544
|
};
|
|
7483
7545
|
__decorateClass([
|
|
7484
|
-
(0,
|
|
7546
|
+
(0, import_typeorm66.Column)({ name: "name", type: "varchar", unique: true })
|
|
7485
7547
|
], Plan.prototype, "name", 2);
|
|
7486
7548
|
__decorateClass([
|
|
7487
|
-
(0,
|
|
7549
|
+
(0, import_typeorm66.Column)({ name: "description", type: "varchar", nullable: true })
|
|
7488
7550
|
], Plan.prototype, "description", 2);
|
|
7489
7551
|
__decorateClass([
|
|
7490
|
-
(0,
|
|
7552
|
+
(0, import_typeorm66.Column)({ name: "price", type: "decimal", precision: 10, scale: 2 })
|
|
7491
7553
|
], Plan.prototype, "price", 2);
|
|
7492
7554
|
__decorateClass([
|
|
7493
|
-
(0,
|
|
7555
|
+
(0, import_typeorm66.Column)({ name: "billing_period", type: "varchar" })
|
|
7494
7556
|
], Plan.prototype, "billingPeriod", 2);
|
|
7495
7557
|
__decorateClass([
|
|
7496
|
-
(0,
|
|
7558
|
+
(0, import_typeorm66.Column)({ name: "is_current", type: "boolean", default: false })
|
|
7497
7559
|
], Plan.prototype, "isCurrent", 2);
|
|
7498
7560
|
__decorateClass([
|
|
7499
|
-
(0,
|
|
7500
|
-
(0,
|
|
7561
|
+
(0, import_typeorm66.ManyToMany)(() => Feature, (feature) => feature.plans, { cascade: true }),
|
|
7562
|
+
(0, import_typeorm66.JoinTable)()
|
|
7501
7563
|
], Plan.prototype, "features", 2);
|
|
7502
7564
|
Plan = __decorateClass([
|
|
7503
|
-
(0,
|
|
7565
|
+
(0, import_typeorm66.Entity)("plans")
|
|
7504
7566
|
], Plan);
|
|
7505
7567
|
|
|
7506
7568
|
// src/entities/cms.entity.ts
|
|
7507
|
-
var
|
|
7569
|
+
var import_typeorm67 = require("typeorm");
|
|
7508
7570
|
var Cms = class extends BaseEntity {
|
|
7509
7571
|
};
|
|
7510
7572
|
__decorateClass([
|
|
7511
|
-
(0,
|
|
7573
|
+
(0, import_typeorm67.Column)({ name: "title", type: "varchar", nullable: true })
|
|
7512
7574
|
], Cms.prototype, "title", 2);
|
|
7513
7575
|
__decorateClass([
|
|
7514
|
-
(0,
|
|
7576
|
+
(0, import_typeorm67.Column)({ name: "slug", type: "varchar", nullable: true, unique: true })
|
|
7515
7577
|
], Cms.prototype, "slug", 2);
|
|
7516
7578
|
__decorateClass([
|
|
7517
|
-
(0,
|
|
7579
|
+
(0, import_typeorm67.Column)({ name: "content", type: "varchar", nullable: true })
|
|
7518
7580
|
], Cms.prototype, "content", 2);
|
|
7519
7581
|
__decorateClass([
|
|
7520
|
-
(0,
|
|
7582
|
+
(0, import_typeorm67.Column)({ name: "is_active", type: "boolean", default: true })
|
|
7521
7583
|
], Cms.prototype, "isActive", 2);
|
|
7522
7584
|
Cms = __decorateClass([
|
|
7523
|
-
(0,
|
|
7585
|
+
(0, import_typeorm67.Entity)("cms")
|
|
7524
7586
|
], Cms);
|
|
7525
7587
|
|
|
7526
7588
|
// src/entities/lead.entity.ts
|
|
7527
|
-
var
|
|
7589
|
+
var import_typeorm68 = require("typeorm");
|
|
7528
7590
|
var CategoryEmum = /* @__PURE__ */ ((CategoryEmum2) => {
|
|
7529
7591
|
CategoryEmum2["BUSINESS"] = "BUSINESS";
|
|
7530
7592
|
CategoryEmum2["FREELANCER"] = "FREELANCER";
|
|
@@ -7533,22 +7595,22 @@ var CategoryEmum = /* @__PURE__ */ ((CategoryEmum2) => {
|
|
|
7533
7595
|
var Lead = class extends BaseEntity {
|
|
7534
7596
|
};
|
|
7535
7597
|
__decorateClass([
|
|
7536
|
-
(0,
|
|
7598
|
+
(0, import_typeorm68.Column)({ name: "name", type: "varchar", nullable: true })
|
|
7537
7599
|
], Lead.prototype, "name", 2);
|
|
7538
7600
|
__decorateClass([
|
|
7539
|
-
(0,
|
|
7601
|
+
(0, import_typeorm68.Column)({ name: "mobile_code", type: "varchar", nullable: true })
|
|
7540
7602
|
], Lead.prototype, "mobileCode", 2);
|
|
7541
7603
|
__decorateClass([
|
|
7542
|
-
(0,
|
|
7604
|
+
(0, import_typeorm68.Column)({ name: "mobile", type: "varchar", nullable: true })
|
|
7543
7605
|
], Lead.prototype, "mobile", 2);
|
|
7544
7606
|
__decorateClass([
|
|
7545
|
-
(0,
|
|
7607
|
+
(0, import_typeorm68.Column)({ name: "email", type: "varchar", nullable: true })
|
|
7546
7608
|
], Lead.prototype, "email", 2);
|
|
7547
7609
|
__decorateClass([
|
|
7548
|
-
(0,
|
|
7610
|
+
(0, import_typeorm68.Column)({ name: "description", type: "varchar", nullable: true })
|
|
7549
7611
|
], Lead.prototype, "description", 2);
|
|
7550
7612
|
__decorateClass([
|
|
7551
|
-
(0,
|
|
7613
|
+
(0, import_typeorm68.Column)({
|
|
7552
7614
|
name: "category",
|
|
7553
7615
|
type: "enum",
|
|
7554
7616
|
enum: CategoryEmum,
|
|
@@ -7556,129 +7618,129 @@ __decorateClass([
|
|
|
7556
7618
|
})
|
|
7557
7619
|
], Lead.prototype, "category", 2);
|
|
7558
7620
|
Lead = __decorateClass([
|
|
7559
|
-
(0,
|
|
7621
|
+
(0, import_typeorm68.Entity)("leads")
|
|
7560
7622
|
], Lead);
|
|
7561
7623
|
|
|
7562
7624
|
// src/entities/job-freelancer-recommendation.entity.ts
|
|
7563
|
-
var
|
|
7625
|
+
var import_typeorm69 = require("typeorm");
|
|
7564
7626
|
var JobFreelancerRecommendation = class {
|
|
7565
7627
|
};
|
|
7566
7628
|
__decorateClass([
|
|
7567
|
-
(0,
|
|
7629
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_id" })
|
|
7568
7630
|
], JobFreelancerRecommendation.prototype, "jobId", 2);
|
|
7569
7631
|
__decorateClass([
|
|
7570
|
-
(0,
|
|
7632
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_uuid" })
|
|
7571
7633
|
], JobFreelancerRecommendation.prototype, "jobUuid", 2);
|
|
7572
7634
|
__decorateClass([
|
|
7573
|
-
(0,
|
|
7635
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_unique_id" })
|
|
7574
7636
|
], JobFreelancerRecommendation.prototype, "jobUniqueId", 2);
|
|
7575
7637
|
__decorateClass([
|
|
7576
|
-
(0,
|
|
7638
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_role" })
|
|
7577
7639
|
], JobFreelancerRecommendation.prototype, "jobRole", 2);
|
|
7578
7640
|
__decorateClass([
|
|
7579
|
-
(0,
|
|
7641
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_openings" })
|
|
7580
7642
|
], JobFreelancerRecommendation.prototype, "jobOpenings", 2);
|
|
7581
7643
|
__decorateClass([
|
|
7582
|
-
(0,
|
|
7644
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_location" })
|
|
7583
7645
|
], JobFreelancerRecommendation.prototype, "jobLocation", 2);
|
|
7584
7646
|
__decorateClass([
|
|
7585
|
-
(0,
|
|
7647
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_currency" })
|
|
7586
7648
|
], JobFreelancerRecommendation.prototype, "jobCurrency", 2);
|
|
7587
7649
|
__decorateClass([
|
|
7588
|
-
(0,
|
|
7650
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_salary_from" })
|
|
7589
7651
|
], JobFreelancerRecommendation.prototype, "jobSalaryFrom", 2);
|
|
7590
7652
|
__decorateClass([
|
|
7591
|
-
(0,
|
|
7653
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_salary_to" })
|
|
7592
7654
|
], JobFreelancerRecommendation.prototype, "jobSalaryTo", 2);
|
|
7593
7655
|
__decorateClass([
|
|
7594
|
-
(0,
|
|
7656
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_employment_type" })
|
|
7595
7657
|
], JobFreelancerRecommendation.prototype, "jobEmploymentType", 2);
|
|
7596
7658
|
__decorateClass([
|
|
7597
|
-
(0,
|
|
7659
|
+
(0, import_typeorm69.ViewColumn)({ name: "application_received" })
|
|
7598
7660
|
], JobFreelancerRecommendation.prototype, "applicationReceived", 2);
|
|
7599
7661
|
__decorateClass([
|
|
7600
|
-
(0,
|
|
7662
|
+
(0, import_typeorm69.ViewColumn)({ name: "job_posted_at" })
|
|
7601
7663
|
], JobFreelancerRecommendation.prototype, "jobPostedAt", 2);
|
|
7602
7664
|
__decorateClass([
|
|
7603
|
-
(0,
|
|
7665
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_id" })
|
|
7604
7666
|
], JobFreelancerRecommendation.prototype, "freelancerId", 2);
|
|
7605
7667
|
__decorateClass([
|
|
7606
|
-
(0,
|
|
7668
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_uuid" })
|
|
7607
7669
|
], JobFreelancerRecommendation.prototype, "freelancerUuid", 2);
|
|
7608
7670
|
__decorateClass([
|
|
7609
|
-
(0,
|
|
7671
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_unique_id" })
|
|
7610
7672
|
], JobFreelancerRecommendation.prototype, "freelancerUniqueId", 2);
|
|
7611
7673
|
__decorateClass([
|
|
7612
|
-
(0,
|
|
7674
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_first_name" })
|
|
7613
7675
|
], JobFreelancerRecommendation.prototype, "freelancerFirstName", 2);
|
|
7614
7676
|
__decorateClass([
|
|
7615
|
-
(0,
|
|
7677
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_last_name" })
|
|
7616
7678
|
], JobFreelancerRecommendation.prototype, "freelancerLastName", 2);
|
|
7617
7679
|
__decorateClass([
|
|
7618
|
-
(0,
|
|
7680
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_email" })
|
|
7619
7681
|
], JobFreelancerRecommendation.prototype, "freelancerEmail", 2);
|
|
7620
7682
|
__decorateClass([
|
|
7621
|
-
(0,
|
|
7683
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_profile_picture" })
|
|
7622
7684
|
], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
|
|
7623
7685
|
__decorateClass([
|
|
7624
|
-
(0,
|
|
7686
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_is_social" })
|
|
7625
7687
|
], JobFreelancerRecommendation.prototype, "freelancerIsSocial", 2);
|
|
7626
7688
|
__decorateClass([
|
|
7627
|
-
(0,
|
|
7689
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_created_at" })
|
|
7628
7690
|
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|
|
7629
7691
|
__decorateClass([
|
|
7630
|
-
(0,
|
|
7692
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_designation" })
|
|
7631
7693
|
], JobFreelancerRecommendation.prototype, "freelancerDesignation", 2);
|
|
7632
7694
|
__decorateClass([
|
|
7633
|
-
(0,
|
|
7695
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_experience" })
|
|
7634
7696
|
], JobFreelancerRecommendation.prototype, "freelancerExperience", 2);
|
|
7635
7697
|
__decorateClass([
|
|
7636
|
-
(0,
|
|
7698
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_expertshub_verified" })
|
|
7637
7699
|
], JobFreelancerRecommendation.prototype, "freelancerExpertshubVerified", 2);
|
|
7638
7700
|
__decorateClass([
|
|
7639
|
-
(0,
|
|
7701
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_hourly_compensation" })
|
|
7640
7702
|
], JobFreelancerRecommendation.prototype, "freelancerHourlyCompensation", 2);
|
|
7641
7703
|
__decorateClass([
|
|
7642
|
-
(0,
|
|
7704
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_country_name" })
|
|
7643
7705
|
], JobFreelancerRecommendation.prototype, "freelancerCountryName", 2);
|
|
7644
7706
|
__decorateClass([
|
|
7645
|
-
(0,
|
|
7707
|
+
(0, import_typeorm69.ViewColumn)({ name: "freelancer_country_iso_code" })
|
|
7646
7708
|
], JobFreelancerRecommendation.prototype, "freelancerCountryIsoCode", 2);
|
|
7647
7709
|
__decorateClass([
|
|
7648
|
-
(0,
|
|
7710
|
+
(0, import_typeorm69.ViewColumn)({ name: "client_id" })
|
|
7649
7711
|
], JobFreelancerRecommendation.prototype, "clientId", 2);
|
|
7650
7712
|
__decorateClass([
|
|
7651
|
-
(0,
|
|
7713
|
+
(0, import_typeorm69.ViewColumn)({ name: "client_uuid" })
|
|
7652
7714
|
], JobFreelancerRecommendation.prototype, "clientUuid", 2);
|
|
7653
7715
|
__decorateClass([
|
|
7654
|
-
(0,
|
|
7716
|
+
(0, import_typeorm69.ViewColumn)({ name: "client_first_name" })
|
|
7655
7717
|
], JobFreelancerRecommendation.prototype, "clientFirstName", 2);
|
|
7656
7718
|
__decorateClass([
|
|
7657
|
-
(0,
|
|
7719
|
+
(0, import_typeorm69.ViewColumn)({ name: "client_last_name" })
|
|
7658
7720
|
], JobFreelancerRecommendation.prototype, "clientLastName", 2);
|
|
7659
7721
|
__decorateClass([
|
|
7660
|
-
(0,
|
|
7722
|
+
(0, import_typeorm69.ViewColumn)({ name: "client_email" })
|
|
7661
7723
|
], JobFreelancerRecommendation.prototype, "clientEmail", 2);
|
|
7662
7724
|
__decorateClass([
|
|
7663
|
-
(0,
|
|
7725
|
+
(0, import_typeorm69.ViewColumn)({ name: "client_company_logo" })
|
|
7664
7726
|
], JobFreelancerRecommendation.prototype, "clientCompanyLogo", 2);
|
|
7665
7727
|
__decorateClass([
|
|
7666
|
-
(0,
|
|
7728
|
+
(0, import_typeorm69.ViewColumn)({ name: "client_company_name" })
|
|
7667
7729
|
], JobFreelancerRecommendation.prototype, "clientCompanyName", 2);
|
|
7668
7730
|
__decorateClass([
|
|
7669
|
-
(0,
|
|
7731
|
+
(0, import_typeorm69.ViewColumn)({ name: "matching_skills" })
|
|
7670
7732
|
], JobFreelancerRecommendation.prototype, "matchingSkills", 2);
|
|
7671
7733
|
__decorateClass([
|
|
7672
|
-
(0,
|
|
7734
|
+
(0, import_typeorm69.ViewColumn)({ name: "matching_skills_count" })
|
|
7673
7735
|
], JobFreelancerRecommendation.prototype, "matchingSkillsCount", 2);
|
|
7674
7736
|
__decorateClass([
|
|
7675
|
-
(0,
|
|
7737
|
+
(0, import_typeorm69.ViewColumn)({ name: "required_skills" })
|
|
7676
7738
|
], JobFreelancerRecommendation.prototype, "requiredSkills", 2);
|
|
7677
7739
|
__decorateClass([
|
|
7678
|
-
(0,
|
|
7740
|
+
(0, import_typeorm69.ViewColumn)({ name: "required_skills_count" })
|
|
7679
7741
|
], JobFreelancerRecommendation.prototype, "requiredSkillsCount", 2);
|
|
7680
7742
|
JobFreelancerRecommendation = __decorateClass([
|
|
7681
|
-
(0,
|
|
7743
|
+
(0, import_typeorm69.ViewEntity)({
|
|
7682
7744
|
name: "job_freelancer_recommendations",
|
|
7683
7745
|
materialized: true,
|
|
7684
7746
|
synchronize: false
|
|
@@ -7687,32 +7749,32 @@ JobFreelancerRecommendation = __decorateClass([
|
|
|
7687
7749
|
], JobFreelancerRecommendation);
|
|
7688
7750
|
|
|
7689
7751
|
// src/entities/job-freelancer-recommendation-v2.entity.ts
|
|
7690
|
-
var
|
|
7752
|
+
var import_typeorm70 = require("typeorm");
|
|
7691
7753
|
var JobFreelancerRecommendationV2 = class {
|
|
7692
7754
|
};
|
|
7693
7755
|
__decorateClass([
|
|
7694
|
-
(0,
|
|
7756
|
+
(0, import_typeorm70.ViewColumn)({ name: "job_id" })
|
|
7695
7757
|
], JobFreelancerRecommendationV2.prototype, "jobId", 2);
|
|
7696
7758
|
__decorateClass([
|
|
7697
|
-
(0,
|
|
7759
|
+
(0, import_typeorm70.ViewColumn)({ name: "job_owner_id" })
|
|
7698
7760
|
], JobFreelancerRecommendationV2.prototype, "jobOwnerId", 2);
|
|
7699
7761
|
__decorateClass([
|
|
7700
|
-
(0,
|
|
7762
|
+
(0, import_typeorm70.ViewColumn)({ name: "freelancer_id" })
|
|
7701
7763
|
], JobFreelancerRecommendationV2.prototype, "freelancerId", 2);
|
|
7702
7764
|
__decorateClass([
|
|
7703
|
-
(0,
|
|
7765
|
+
(0, import_typeorm70.ViewColumn)({ name: "matching_skills" })
|
|
7704
7766
|
], JobFreelancerRecommendationV2.prototype, "matchingSkills", 2);
|
|
7705
7767
|
__decorateClass([
|
|
7706
|
-
(0,
|
|
7768
|
+
(0, import_typeorm70.ViewColumn)({ name: "matching_skills_count" })
|
|
7707
7769
|
], JobFreelancerRecommendationV2.prototype, "matchingSkillsCount", 2);
|
|
7708
7770
|
__decorateClass([
|
|
7709
|
-
(0,
|
|
7771
|
+
(0, import_typeorm70.ViewColumn)({ name: "required_skills" })
|
|
7710
7772
|
], JobFreelancerRecommendationV2.prototype, "requiredSkills", 2);
|
|
7711
7773
|
__decorateClass([
|
|
7712
|
-
(0,
|
|
7774
|
+
(0, import_typeorm70.ViewColumn)({ name: "required_skills_count" })
|
|
7713
7775
|
], JobFreelancerRecommendationV2.prototype, "requiredSkillsCount", 2);
|
|
7714
7776
|
JobFreelancerRecommendationV2 = __decorateClass([
|
|
7715
|
-
(0,
|
|
7777
|
+
(0, import_typeorm70.ViewEntity)({
|
|
7716
7778
|
name: "job_freelancer_recommendations_v2",
|
|
7717
7779
|
materialized: true,
|
|
7718
7780
|
synchronize: false
|
|
@@ -7721,74 +7783,74 @@ JobFreelancerRecommendationV2 = __decorateClass([
|
|
|
7721
7783
|
], JobFreelancerRecommendationV2);
|
|
7722
7784
|
|
|
7723
7785
|
// src/entities/client-freelancer-recommendation.entity.ts
|
|
7724
|
-
var
|
|
7786
|
+
var import_typeorm71 = require("typeorm");
|
|
7725
7787
|
var ClientFreelancerRecommendation = class {
|
|
7726
7788
|
};
|
|
7727
7789
|
__decorateClass([
|
|
7728
|
-
(0,
|
|
7790
|
+
(0, import_typeorm71.ViewColumn)({ name: "client_id" })
|
|
7729
7791
|
], ClientFreelancerRecommendation.prototype, "clientId", 2);
|
|
7730
7792
|
__decorateClass([
|
|
7731
|
-
(0,
|
|
7793
|
+
(0, import_typeorm71.ViewColumn)({ name: "client_uuid" })
|
|
7732
7794
|
], ClientFreelancerRecommendation.prototype, "clientUuid", 2);
|
|
7733
7795
|
__decorateClass([
|
|
7734
|
-
(0,
|
|
7796
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_id" })
|
|
7735
7797
|
], ClientFreelancerRecommendation.prototype, "freelancerId", 2);
|
|
7736
7798
|
__decorateClass([
|
|
7737
|
-
(0,
|
|
7799
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_uuid" })
|
|
7738
7800
|
], ClientFreelancerRecommendation.prototype, "freelancerUuid", 2);
|
|
7739
7801
|
__decorateClass([
|
|
7740
|
-
(0,
|
|
7802
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_unique_id" })
|
|
7741
7803
|
], ClientFreelancerRecommendation.prototype, "freelancerUniqueId", 2);
|
|
7742
7804
|
__decorateClass([
|
|
7743
|
-
(0,
|
|
7805
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_first_name" })
|
|
7744
7806
|
], ClientFreelancerRecommendation.prototype, "freelancerFirstName", 2);
|
|
7745
7807
|
__decorateClass([
|
|
7746
|
-
(0,
|
|
7808
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_last_name" })
|
|
7747
7809
|
], ClientFreelancerRecommendation.prototype, "freelancerLastName", 2);
|
|
7748
7810
|
__decorateClass([
|
|
7749
|
-
(0,
|
|
7811
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_email" })
|
|
7750
7812
|
], ClientFreelancerRecommendation.prototype, "freelancerEmail", 2);
|
|
7751
7813
|
__decorateClass([
|
|
7752
|
-
(0,
|
|
7814
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_profile_picture" })
|
|
7753
7815
|
], ClientFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
|
|
7754
7816
|
__decorateClass([
|
|
7755
|
-
(0,
|
|
7817
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_is_social" })
|
|
7756
7818
|
], ClientFreelancerRecommendation.prototype, "freelancerIsSocial", 2);
|
|
7757
7819
|
__decorateClass([
|
|
7758
|
-
(0,
|
|
7820
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_created_at" })
|
|
7759
7821
|
], ClientFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|
|
7760
7822
|
__decorateClass([
|
|
7761
|
-
(0,
|
|
7823
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_designation" })
|
|
7762
7824
|
], ClientFreelancerRecommendation.prototype, "freelancerDesignation", 2);
|
|
7763
7825
|
__decorateClass([
|
|
7764
|
-
(0,
|
|
7826
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_experience" })
|
|
7765
7827
|
], ClientFreelancerRecommendation.prototype, "freelancerExperience", 2);
|
|
7766
7828
|
__decorateClass([
|
|
7767
|
-
(0,
|
|
7829
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_expertshub_verified" })
|
|
7768
7830
|
], ClientFreelancerRecommendation.prototype, "freelancerExpertshubVerified", 2);
|
|
7769
7831
|
__decorateClass([
|
|
7770
|
-
(0,
|
|
7832
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_hourly_compensation" })
|
|
7771
7833
|
], ClientFreelancerRecommendation.prototype, "freelancerHourlyCompensation", 2);
|
|
7772
7834
|
__decorateClass([
|
|
7773
|
-
(0,
|
|
7835
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_country_name" })
|
|
7774
7836
|
], ClientFreelancerRecommendation.prototype, "freelancerCountryName", 2);
|
|
7775
7837
|
__decorateClass([
|
|
7776
|
-
(0,
|
|
7838
|
+
(0, import_typeorm71.ViewColumn)({ name: "freelancer_country_iso_code" })
|
|
7777
7839
|
], ClientFreelancerRecommendation.prototype, "freelancerCountryIsoCode", 2);
|
|
7778
7840
|
__decorateClass([
|
|
7779
|
-
(0,
|
|
7841
|
+
(0, import_typeorm71.ViewColumn)({ name: "matching_skills" })
|
|
7780
7842
|
], ClientFreelancerRecommendation.prototype, "matchingSkills", 2);
|
|
7781
7843
|
__decorateClass([
|
|
7782
|
-
(0,
|
|
7844
|
+
(0, import_typeorm71.ViewColumn)({ name: "matching_skills_count" })
|
|
7783
7845
|
], ClientFreelancerRecommendation.prototype, "matchingSkillsCount", 2);
|
|
7784
7846
|
__decorateClass([
|
|
7785
|
-
(0,
|
|
7847
|
+
(0, import_typeorm71.ViewColumn)({ name: "required_skills" })
|
|
7786
7848
|
], ClientFreelancerRecommendation.prototype, "requiredSkills", 2);
|
|
7787
7849
|
__decorateClass([
|
|
7788
|
-
(0,
|
|
7850
|
+
(0, import_typeorm71.ViewColumn)({ name: "required_skills_count" })
|
|
7789
7851
|
], ClientFreelancerRecommendation.prototype, "requiredSkillsCount", 2);
|
|
7790
7852
|
ClientFreelancerRecommendation = __decorateClass([
|
|
7791
|
-
(0,
|
|
7853
|
+
(0, import_typeorm71.ViewEntity)({
|
|
7792
7854
|
name: "client_freelancer_recommendations",
|
|
7793
7855
|
materialized: true,
|
|
7794
7856
|
synchronize: false
|
|
@@ -7797,7 +7859,7 @@ ClientFreelancerRecommendation = __decorateClass([
|
|
|
7797
7859
|
], ClientFreelancerRecommendation);
|
|
7798
7860
|
|
|
7799
7861
|
// src/entities/commission.entity.ts
|
|
7800
|
-
var
|
|
7862
|
+
var import_typeorm72 = require("typeorm");
|
|
7801
7863
|
var CommissionTypeEnum = /* @__PURE__ */ ((CommissionTypeEnum2) => {
|
|
7802
7864
|
CommissionTypeEnum2["PERCENTAGE"] = "PERCENTAGE";
|
|
7803
7865
|
CommissionTypeEnum2["FLAT"] = "FLAT";
|
|
@@ -7806,7 +7868,7 @@ var CommissionTypeEnum = /* @__PURE__ */ ((CommissionTypeEnum2) => {
|
|
|
7806
7868
|
var Commission = class extends BaseEntity {
|
|
7807
7869
|
};
|
|
7808
7870
|
__decorateClass([
|
|
7809
|
-
(0,
|
|
7871
|
+
(0, import_typeorm72.Column)({
|
|
7810
7872
|
name: "freelancer_commission_type",
|
|
7811
7873
|
type: "enum",
|
|
7812
7874
|
enum: CommissionTypeEnum,
|
|
@@ -7814,10 +7876,10 @@ __decorateClass([
|
|
|
7814
7876
|
})
|
|
7815
7877
|
], Commission.prototype, "freelancerCommissionType", 2);
|
|
7816
7878
|
__decorateClass([
|
|
7817
|
-
(0,
|
|
7879
|
+
(0, import_typeorm72.Column)({ name: "freelancer_commission", type: "integer", default: 0 })
|
|
7818
7880
|
], Commission.prototype, "freelancerCommission", 2);
|
|
7819
7881
|
__decorateClass([
|
|
7820
|
-
(0,
|
|
7882
|
+
(0, import_typeorm72.Column)({
|
|
7821
7883
|
name: "client_commission_type",
|
|
7822
7884
|
type: "enum",
|
|
7823
7885
|
enum: CommissionTypeEnum,
|
|
@@ -7825,93 +7887,93 @@ __decorateClass([
|
|
|
7825
7887
|
})
|
|
7826
7888
|
], Commission.prototype, "clientCommissionType", 2);
|
|
7827
7889
|
__decorateClass([
|
|
7828
|
-
(0,
|
|
7890
|
+
(0, import_typeorm72.Column)({ name: "client_commission", type: "integer", default: 0 })
|
|
7829
7891
|
], Commission.prototype, "clientCommission", 2);
|
|
7830
7892
|
Commission = __decorateClass([
|
|
7831
|
-
(0,
|
|
7893
|
+
(0, import_typeorm72.Entity)("commissions")
|
|
7832
7894
|
], Commission);
|
|
7833
7895
|
|
|
7834
7896
|
// src/entities/calendly-meeting-log.entity.ts
|
|
7835
|
-
var
|
|
7897
|
+
var import_typeorm73 = require("typeorm");
|
|
7836
7898
|
var CalendlyMeetingLog = class extends BaseEntity {
|
|
7837
7899
|
};
|
|
7838
7900
|
__decorateClass([
|
|
7839
|
-
(0,
|
|
7840
|
-
(0,
|
|
7901
|
+
(0, import_typeorm73.Column)({ name: "calendly_event_id", type: "varchar", nullable: true }),
|
|
7902
|
+
(0, import_typeorm73.Index)()
|
|
7841
7903
|
], CalendlyMeetingLog.prototype, "calendlyEventId", 2);
|
|
7842
7904
|
__decorateClass([
|
|
7843
|
-
(0,
|
|
7905
|
+
(0, import_typeorm73.Column)({ name: "calendly_event_type", type: "varchar", nullable: true })
|
|
7844
7906
|
], CalendlyMeetingLog.prototype, "calendlyEventType", 2);
|
|
7845
7907
|
__decorateClass([
|
|
7846
|
-
(0,
|
|
7908
|
+
(0, import_typeorm73.Column)({ name: "raw_webhook_data", type: "jsonb", nullable: true })
|
|
7847
7909
|
], CalendlyMeetingLog.prototype, "rawWebhookData", 2);
|
|
7848
7910
|
CalendlyMeetingLog = __decorateClass([
|
|
7849
|
-
(0,
|
|
7911
|
+
(0, import_typeorm73.Entity)("calendly_meeting_logs")
|
|
7850
7912
|
], CalendlyMeetingLog);
|
|
7851
7913
|
|
|
7852
7914
|
// src/entities/zoom-meeting-log.entity.ts
|
|
7853
|
-
var
|
|
7915
|
+
var import_typeorm74 = require("typeorm");
|
|
7854
7916
|
var ZoomMeetingLog = class extends BaseEntity {
|
|
7855
7917
|
};
|
|
7856
7918
|
__decorateClass([
|
|
7857
|
-
(0,
|
|
7858
|
-
(0,
|
|
7919
|
+
(0, import_typeorm74.Column)({ name: "zoom_meeting_id", type: "varchar", nullable: true }),
|
|
7920
|
+
(0, import_typeorm74.Index)()
|
|
7859
7921
|
], ZoomMeetingLog.prototype, "zoomMeetingId", 2);
|
|
7860
7922
|
__decorateClass([
|
|
7861
|
-
(0,
|
|
7923
|
+
(0, import_typeorm74.Column)({ name: "zoom_event_type", type: "varchar", nullable: true })
|
|
7862
7924
|
], ZoomMeetingLog.prototype, "zoomEventType", 2);
|
|
7863
7925
|
__decorateClass([
|
|
7864
|
-
(0,
|
|
7926
|
+
(0, import_typeorm74.Column)({ name: "raw_webhook_data", type: "jsonb", nullable: true })
|
|
7865
7927
|
], ZoomMeetingLog.prototype, "rawWebhookData", 2);
|
|
7866
7928
|
ZoomMeetingLog = __decorateClass([
|
|
7867
|
-
(0,
|
|
7929
|
+
(0, import_typeorm74.Entity)("zoom_meeting_logs")
|
|
7868
7930
|
], ZoomMeetingLog);
|
|
7869
7931
|
|
|
7870
7932
|
// src/entities/stripe-logs.entity.ts
|
|
7871
|
-
var
|
|
7933
|
+
var import_typeorm75 = require("typeorm");
|
|
7872
7934
|
var StripeLog = class extends BaseEntity {
|
|
7873
7935
|
};
|
|
7874
7936
|
__decorateClass([
|
|
7875
|
-
(0,
|
|
7937
|
+
(0, import_typeorm75.Column)({ name: "stripe_event_id", type: "varchar", nullable: true })
|
|
7876
7938
|
], StripeLog.prototype, "stripeEventId", 2);
|
|
7877
7939
|
__decorateClass([
|
|
7878
|
-
(0,
|
|
7940
|
+
(0, import_typeorm75.Column)({ name: "event_type", type: "varchar", nullable: true })
|
|
7879
7941
|
], StripeLog.prototype, "eventType", 2);
|
|
7880
7942
|
__decorateClass([
|
|
7881
|
-
(0,
|
|
7943
|
+
(0, import_typeorm75.Column)({ name: "stripe_account_id", type: "varchar", nullable: true })
|
|
7882
7944
|
], StripeLog.prototype, "stripeAccountId", 2);
|
|
7883
7945
|
__decorateClass([
|
|
7884
|
-
(0,
|
|
7946
|
+
(0, import_typeorm75.Column)({ name: "raw_webhook_data", type: "jsonb", nullable: true })
|
|
7885
7947
|
], StripeLog.prototype, "rawWebhookData", 2);
|
|
7886
7948
|
StripeLog = __decorateClass([
|
|
7887
|
-
(0,
|
|
7949
|
+
(0, import_typeorm75.Entity)("stripe_logs")
|
|
7888
7950
|
], StripeLog);
|
|
7889
7951
|
|
|
7890
7952
|
// src/entities/recommendation-weightage-config.entity.ts
|
|
7891
|
-
var
|
|
7953
|
+
var import_typeorm76 = require("typeorm");
|
|
7892
7954
|
var RecommendationWeightageConfig = class extends BaseEntity {
|
|
7893
7955
|
};
|
|
7894
7956
|
__decorateClass([
|
|
7895
|
-
(0,
|
|
7957
|
+
(0, import_typeorm76.Column)({
|
|
7896
7958
|
type: "varchar",
|
|
7897
7959
|
length: 100,
|
|
7898
7960
|
unique: true,
|
|
7899
7961
|
comment: "Unique key identifier (e.g., full_time_weights, hourly_weights)"
|
|
7900
7962
|
}),
|
|
7901
|
-
(0,
|
|
7963
|
+
(0, import_typeorm76.Index)()
|
|
7902
7964
|
], RecommendationWeightageConfig.prototype, "key", 2);
|
|
7903
7965
|
__decorateClass([
|
|
7904
|
-
(0,
|
|
7966
|
+
(0, import_typeorm76.Column)({
|
|
7905
7967
|
type: "jsonb",
|
|
7906
7968
|
comment: "JSON object containing weight values",
|
|
7907
7969
|
nullable: true
|
|
7908
7970
|
})
|
|
7909
7971
|
], RecommendationWeightageConfig.prototype, "value", 2);
|
|
7910
7972
|
__decorateClass([
|
|
7911
|
-
(0,
|
|
7973
|
+
(0, import_typeorm76.Column)({ name: "is_active", type: "boolean", default: true })
|
|
7912
7974
|
], RecommendationWeightageConfig.prototype, "isActive", 2);
|
|
7913
7975
|
RecommendationWeightageConfig = __decorateClass([
|
|
7914
|
-
(0,
|
|
7976
|
+
(0, import_typeorm76.Entity)("recommendation_weightage_configs")
|
|
7915
7977
|
], RecommendationWeightageConfig);
|
|
7916
7978
|
// Annotate the CommonJS export names for ESM import in node:
|
|
7917
7979
|
0 && (module.exports = {
|
|
@@ -8148,6 +8210,7 @@ RecommendationWeightageConfig = __decorateClass([
|
|
|
8148
8210
|
SignContractForFreelancerDto,
|
|
8149
8211
|
Signature,
|
|
8150
8212
|
Skill,
|
|
8213
|
+
SkillCatalog,
|
|
8151
8214
|
State,
|
|
8152
8215
|
Step,
|
|
8153
8216
|
StripeLog,
|
package/dist/index.mjs
CHANGED
|
@@ -7593,90 +7593,155 @@ Skill = __decorateClass([
|
|
|
7593
7593
|
Entity61("skills")
|
|
7594
7594
|
], Skill);
|
|
7595
7595
|
|
|
7596
|
+
// src/entities/skill-catalog.entity.ts
|
|
7597
|
+
import {
|
|
7598
|
+
Entity as Entity62,
|
|
7599
|
+
Column as Column63,
|
|
7600
|
+
Index as Index52
|
|
7601
|
+
} from "typeorm";
|
|
7602
|
+
var SkillCatalog = class extends BaseEntity {
|
|
7603
|
+
};
|
|
7604
|
+
__decorateClass([
|
|
7605
|
+
Column63({ name: "canonical_name", type: "varchar", length: 100, unique: true }),
|
|
7606
|
+
Index52()
|
|
7607
|
+
], SkillCatalog.prototype, "canonicalName", 2);
|
|
7608
|
+
__decorateClass([
|
|
7609
|
+
Column63({
|
|
7610
|
+
name: "aliases",
|
|
7611
|
+
type: "text",
|
|
7612
|
+
array: true,
|
|
7613
|
+
default: "{}"
|
|
7614
|
+
})
|
|
7615
|
+
], SkillCatalog.prototype, "aliases", 2);
|
|
7616
|
+
__decorateClass([
|
|
7617
|
+
Column63({
|
|
7618
|
+
name: "variations",
|
|
7619
|
+
type: "jsonb",
|
|
7620
|
+
default: "{}"
|
|
7621
|
+
})
|
|
7622
|
+
], SkillCatalog.prototype, "variations", 2);
|
|
7623
|
+
__decorateClass([
|
|
7624
|
+
Column63({ name: "category", type: "varchar", length: 50, nullable: true })
|
|
7625
|
+
], SkillCatalog.prototype, "category", 2);
|
|
7626
|
+
__decorateClass([
|
|
7627
|
+
Column63({ name: "parent_skill", type: "varchar", length: 100, nullable: true })
|
|
7628
|
+
], SkillCatalog.prototype, "parentSkill", 2);
|
|
7629
|
+
__decorateClass([
|
|
7630
|
+
Column63({
|
|
7631
|
+
name: "related_skills",
|
|
7632
|
+
type: "text",
|
|
7633
|
+
array: true,
|
|
7634
|
+
default: "{}"
|
|
7635
|
+
})
|
|
7636
|
+
], SkillCatalog.prototype, "relatedSkills", 2);
|
|
7637
|
+
__decorateClass([
|
|
7638
|
+
Column63({ name: "usage_count", type: "integer", default: 0 }),
|
|
7639
|
+
Index52()
|
|
7640
|
+
], SkillCatalog.prototype, "usageCount", 2);
|
|
7641
|
+
__decorateClass([
|
|
7642
|
+
Column63({ name: "is_verified", type: "boolean", default: false })
|
|
7643
|
+
], SkillCatalog.prototype, "isVerified", 2);
|
|
7644
|
+
__decorateClass([
|
|
7645
|
+
Column63({ name: "first_seen_date", type: "date" })
|
|
7646
|
+
], SkillCatalog.prototype, "firstSeenDate", 2);
|
|
7647
|
+
__decorateClass([
|
|
7648
|
+
Column63({ name: "last_updated_date", type: "date" })
|
|
7649
|
+
], SkillCatalog.prototype, "lastUpdatedDate", 2);
|
|
7650
|
+
__decorateClass([
|
|
7651
|
+
Column63({
|
|
7652
|
+
name: "search_vector",
|
|
7653
|
+
type: "tsvector",
|
|
7654
|
+
nullable: true
|
|
7655
|
+
})
|
|
7656
|
+
], SkillCatalog.prototype, "searchVector", 2);
|
|
7657
|
+
SkillCatalog = __decorateClass([
|
|
7658
|
+
Entity62("skill_catalogs")
|
|
7659
|
+
], SkillCatalog);
|
|
7660
|
+
|
|
7596
7661
|
// src/entities/job-role.entity.ts
|
|
7597
|
-
import { Entity as
|
|
7662
|
+
import { Entity as Entity63, Column as Column64 } from "typeorm";
|
|
7598
7663
|
var JobRoles = class extends BaseEntity {
|
|
7599
7664
|
};
|
|
7600
7665
|
__decorateClass([
|
|
7601
|
-
|
|
7666
|
+
Column64({ name: "slug", type: "varchar", nullable: true, unique: true })
|
|
7602
7667
|
], JobRoles.prototype, "slug", 2);
|
|
7603
7668
|
__decorateClass([
|
|
7604
|
-
|
|
7669
|
+
Column64({ name: "name", type: "varchar", nullable: true })
|
|
7605
7670
|
], JobRoles.prototype, "name", 2);
|
|
7606
7671
|
__decorateClass([
|
|
7607
|
-
|
|
7672
|
+
Column64({ name: "is_active", type: "boolean", default: true })
|
|
7608
7673
|
], JobRoles.prototype, "isActive", 2);
|
|
7609
7674
|
JobRoles = __decorateClass([
|
|
7610
|
-
|
|
7675
|
+
Entity63("job_roles")
|
|
7611
7676
|
], JobRoles);
|
|
7612
7677
|
|
|
7613
7678
|
// src/entities/plan.entity.ts
|
|
7614
|
-
import { Entity as
|
|
7679
|
+
import { Entity as Entity65, Column as Column66, ManyToMany as ManyToMany3, JoinTable } from "typeorm";
|
|
7615
7680
|
|
|
7616
7681
|
// src/entities/feature.entity.ts
|
|
7617
|
-
import { Entity as
|
|
7682
|
+
import { Entity as Entity64, Column as Column65, ManyToMany as ManyToMany2 } from "typeorm";
|
|
7618
7683
|
var Feature = class extends BaseEntity {
|
|
7619
7684
|
};
|
|
7620
7685
|
__decorateClass([
|
|
7621
|
-
|
|
7686
|
+
Column65({ name: "name", type: "varchar", unique: true })
|
|
7622
7687
|
], Feature.prototype, "name", 2);
|
|
7623
7688
|
__decorateClass([
|
|
7624
7689
|
ManyToMany2(() => Plan, (plan) => plan.features)
|
|
7625
7690
|
], Feature.prototype, "plans", 2);
|
|
7626
7691
|
Feature = __decorateClass([
|
|
7627
|
-
|
|
7692
|
+
Entity64("features")
|
|
7628
7693
|
], Feature);
|
|
7629
7694
|
|
|
7630
7695
|
// src/entities/plan.entity.ts
|
|
7631
7696
|
var Plan = class extends BaseEntity {
|
|
7632
7697
|
};
|
|
7633
7698
|
__decorateClass([
|
|
7634
|
-
|
|
7699
|
+
Column66({ name: "name", type: "varchar", unique: true })
|
|
7635
7700
|
], Plan.prototype, "name", 2);
|
|
7636
7701
|
__decorateClass([
|
|
7637
|
-
|
|
7702
|
+
Column66({ name: "description", type: "varchar", nullable: true })
|
|
7638
7703
|
], Plan.prototype, "description", 2);
|
|
7639
7704
|
__decorateClass([
|
|
7640
|
-
|
|
7705
|
+
Column66({ name: "price", type: "decimal", precision: 10, scale: 2 })
|
|
7641
7706
|
], Plan.prototype, "price", 2);
|
|
7642
7707
|
__decorateClass([
|
|
7643
|
-
|
|
7708
|
+
Column66({ name: "billing_period", type: "varchar" })
|
|
7644
7709
|
], Plan.prototype, "billingPeriod", 2);
|
|
7645
7710
|
__decorateClass([
|
|
7646
|
-
|
|
7711
|
+
Column66({ name: "is_current", type: "boolean", default: false })
|
|
7647
7712
|
], Plan.prototype, "isCurrent", 2);
|
|
7648
7713
|
__decorateClass([
|
|
7649
7714
|
ManyToMany3(() => Feature, (feature) => feature.plans, { cascade: true }),
|
|
7650
7715
|
JoinTable()
|
|
7651
7716
|
], Plan.prototype, "features", 2);
|
|
7652
7717
|
Plan = __decorateClass([
|
|
7653
|
-
|
|
7718
|
+
Entity65("plans")
|
|
7654
7719
|
], Plan);
|
|
7655
7720
|
|
|
7656
7721
|
// src/entities/cms.entity.ts
|
|
7657
|
-
import { Entity as
|
|
7722
|
+
import { Entity as Entity66, Column as Column67 } from "typeorm";
|
|
7658
7723
|
var Cms = class extends BaseEntity {
|
|
7659
7724
|
};
|
|
7660
7725
|
__decorateClass([
|
|
7661
|
-
|
|
7726
|
+
Column67({ name: "title", type: "varchar", nullable: true })
|
|
7662
7727
|
], Cms.prototype, "title", 2);
|
|
7663
7728
|
__decorateClass([
|
|
7664
|
-
|
|
7729
|
+
Column67({ name: "slug", type: "varchar", nullable: true, unique: true })
|
|
7665
7730
|
], Cms.prototype, "slug", 2);
|
|
7666
7731
|
__decorateClass([
|
|
7667
|
-
|
|
7732
|
+
Column67({ name: "content", type: "varchar", nullable: true })
|
|
7668
7733
|
], Cms.prototype, "content", 2);
|
|
7669
7734
|
__decorateClass([
|
|
7670
|
-
|
|
7735
|
+
Column67({ name: "is_active", type: "boolean", default: true })
|
|
7671
7736
|
], Cms.prototype, "isActive", 2);
|
|
7672
7737
|
Cms = __decorateClass([
|
|
7673
|
-
|
|
7738
|
+
Entity66("cms")
|
|
7674
7739
|
], Cms);
|
|
7675
7740
|
|
|
7676
7741
|
// src/entities/lead.entity.ts
|
|
7677
7742
|
import {
|
|
7678
|
-
Entity as
|
|
7679
|
-
Column as
|
|
7743
|
+
Entity as Entity67,
|
|
7744
|
+
Column as Column68
|
|
7680
7745
|
} from "typeorm";
|
|
7681
7746
|
var CategoryEmum = /* @__PURE__ */ ((CategoryEmum2) => {
|
|
7682
7747
|
CategoryEmum2["BUSINESS"] = "BUSINESS";
|
|
@@ -7686,22 +7751,22 @@ var CategoryEmum = /* @__PURE__ */ ((CategoryEmum2) => {
|
|
|
7686
7751
|
var Lead = class extends BaseEntity {
|
|
7687
7752
|
};
|
|
7688
7753
|
__decorateClass([
|
|
7689
|
-
|
|
7754
|
+
Column68({ name: "name", type: "varchar", nullable: true })
|
|
7690
7755
|
], Lead.prototype, "name", 2);
|
|
7691
7756
|
__decorateClass([
|
|
7692
|
-
|
|
7757
|
+
Column68({ name: "mobile_code", type: "varchar", nullable: true })
|
|
7693
7758
|
], Lead.prototype, "mobileCode", 2);
|
|
7694
7759
|
__decorateClass([
|
|
7695
|
-
|
|
7760
|
+
Column68({ name: "mobile", type: "varchar", nullable: true })
|
|
7696
7761
|
], Lead.prototype, "mobile", 2);
|
|
7697
7762
|
__decorateClass([
|
|
7698
|
-
|
|
7763
|
+
Column68({ name: "email", type: "varchar", nullable: true })
|
|
7699
7764
|
], Lead.prototype, "email", 2);
|
|
7700
7765
|
__decorateClass([
|
|
7701
|
-
|
|
7766
|
+
Column68({ name: "description", type: "varchar", nullable: true })
|
|
7702
7767
|
], Lead.prototype, "description", 2);
|
|
7703
7768
|
__decorateClass([
|
|
7704
|
-
|
|
7769
|
+
Column68({
|
|
7705
7770
|
name: "category",
|
|
7706
7771
|
type: "enum",
|
|
7707
7772
|
enum: CategoryEmum,
|
|
@@ -7709,7 +7774,7 @@ __decorateClass([
|
|
|
7709
7774
|
})
|
|
7710
7775
|
], Lead.prototype, "category", 2);
|
|
7711
7776
|
Lead = __decorateClass([
|
|
7712
|
-
|
|
7777
|
+
Entity67("leads")
|
|
7713
7778
|
], Lead);
|
|
7714
7779
|
|
|
7715
7780
|
// src/entities/job-freelancer-recommendation.entity.ts
|
|
@@ -7950,7 +8015,7 @@ ClientFreelancerRecommendation = __decorateClass([
|
|
|
7950
8015
|
], ClientFreelancerRecommendation);
|
|
7951
8016
|
|
|
7952
8017
|
// src/entities/commission.entity.ts
|
|
7953
|
-
import { Entity as
|
|
8018
|
+
import { Entity as Entity68, Column as Column69 } from "typeorm";
|
|
7954
8019
|
var CommissionTypeEnum = /* @__PURE__ */ ((CommissionTypeEnum2) => {
|
|
7955
8020
|
CommissionTypeEnum2["PERCENTAGE"] = "PERCENTAGE";
|
|
7956
8021
|
CommissionTypeEnum2["FLAT"] = "FLAT";
|
|
@@ -7959,7 +8024,7 @@ var CommissionTypeEnum = /* @__PURE__ */ ((CommissionTypeEnum2) => {
|
|
|
7959
8024
|
var Commission = class extends BaseEntity {
|
|
7960
8025
|
};
|
|
7961
8026
|
__decorateClass([
|
|
7962
|
-
|
|
8027
|
+
Column69({
|
|
7963
8028
|
name: "freelancer_commission_type",
|
|
7964
8029
|
type: "enum",
|
|
7965
8030
|
enum: CommissionTypeEnum,
|
|
@@ -7967,10 +8032,10 @@ __decorateClass([
|
|
|
7967
8032
|
})
|
|
7968
8033
|
], Commission.prototype, "freelancerCommissionType", 2);
|
|
7969
8034
|
__decorateClass([
|
|
7970
|
-
|
|
8035
|
+
Column69({ name: "freelancer_commission", type: "integer", default: 0 })
|
|
7971
8036
|
], Commission.prototype, "freelancerCommission", 2);
|
|
7972
8037
|
__decorateClass([
|
|
7973
|
-
|
|
8038
|
+
Column69({
|
|
7974
8039
|
name: "client_commission_type",
|
|
7975
8040
|
type: "enum",
|
|
7976
8041
|
enum: CommissionTypeEnum,
|
|
@@ -7978,105 +8043,105 @@ __decorateClass([
|
|
|
7978
8043
|
})
|
|
7979
8044
|
], Commission.prototype, "clientCommissionType", 2);
|
|
7980
8045
|
__decorateClass([
|
|
7981
|
-
|
|
8046
|
+
Column69({ name: "client_commission", type: "integer", default: 0 })
|
|
7982
8047
|
], Commission.prototype, "clientCommission", 2);
|
|
7983
8048
|
Commission = __decorateClass([
|
|
7984
|
-
|
|
8049
|
+
Entity68("commissions")
|
|
7985
8050
|
], Commission);
|
|
7986
8051
|
|
|
7987
8052
|
// src/entities/calendly-meeting-log.entity.ts
|
|
7988
8053
|
import {
|
|
7989
|
-
Entity as
|
|
7990
|
-
Column as
|
|
7991
|
-
Index as
|
|
8054
|
+
Entity as Entity69,
|
|
8055
|
+
Column as Column70,
|
|
8056
|
+
Index as Index53
|
|
7992
8057
|
} from "typeorm";
|
|
7993
8058
|
var CalendlyMeetingLog = class extends BaseEntity {
|
|
7994
8059
|
};
|
|
7995
8060
|
__decorateClass([
|
|
7996
|
-
|
|
7997
|
-
|
|
8061
|
+
Column70({ name: "calendly_event_id", type: "varchar", nullable: true }),
|
|
8062
|
+
Index53()
|
|
7998
8063
|
], CalendlyMeetingLog.prototype, "calendlyEventId", 2);
|
|
7999
8064
|
__decorateClass([
|
|
8000
|
-
|
|
8065
|
+
Column70({ name: "calendly_event_type", type: "varchar", nullable: true })
|
|
8001
8066
|
], CalendlyMeetingLog.prototype, "calendlyEventType", 2);
|
|
8002
8067
|
__decorateClass([
|
|
8003
|
-
|
|
8068
|
+
Column70({ name: "raw_webhook_data", type: "jsonb", nullable: true })
|
|
8004
8069
|
], CalendlyMeetingLog.prototype, "rawWebhookData", 2);
|
|
8005
8070
|
CalendlyMeetingLog = __decorateClass([
|
|
8006
|
-
|
|
8071
|
+
Entity69("calendly_meeting_logs")
|
|
8007
8072
|
], CalendlyMeetingLog);
|
|
8008
8073
|
|
|
8009
8074
|
// src/entities/zoom-meeting-log.entity.ts
|
|
8010
8075
|
import {
|
|
8011
|
-
Entity as
|
|
8012
|
-
Column as
|
|
8013
|
-
Index as
|
|
8076
|
+
Entity as Entity70,
|
|
8077
|
+
Column as Column71,
|
|
8078
|
+
Index as Index54
|
|
8014
8079
|
} from "typeorm";
|
|
8015
8080
|
var ZoomMeetingLog = class extends BaseEntity {
|
|
8016
8081
|
};
|
|
8017
8082
|
__decorateClass([
|
|
8018
|
-
|
|
8019
|
-
|
|
8083
|
+
Column71({ name: "zoom_meeting_id", type: "varchar", nullable: true }),
|
|
8084
|
+
Index54()
|
|
8020
8085
|
], ZoomMeetingLog.prototype, "zoomMeetingId", 2);
|
|
8021
8086
|
__decorateClass([
|
|
8022
|
-
|
|
8087
|
+
Column71({ name: "zoom_event_type", type: "varchar", nullable: true })
|
|
8023
8088
|
], ZoomMeetingLog.prototype, "zoomEventType", 2);
|
|
8024
8089
|
__decorateClass([
|
|
8025
|
-
|
|
8090
|
+
Column71({ name: "raw_webhook_data", type: "jsonb", nullable: true })
|
|
8026
8091
|
], ZoomMeetingLog.prototype, "rawWebhookData", 2);
|
|
8027
8092
|
ZoomMeetingLog = __decorateClass([
|
|
8028
|
-
|
|
8093
|
+
Entity70("zoom_meeting_logs")
|
|
8029
8094
|
], ZoomMeetingLog);
|
|
8030
8095
|
|
|
8031
8096
|
// src/entities/stripe-logs.entity.ts
|
|
8032
|
-
import { Entity as
|
|
8097
|
+
import { Entity as Entity71, Column as Column72 } from "typeorm";
|
|
8033
8098
|
var StripeLog = class extends BaseEntity {
|
|
8034
8099
|
};
|
|
8035
8100
|
__decorateClass([
|
|
8036
|
-
|
|
8101
|
+
Column72({ name: "stripe_event_id", type: "varchar", nullable: true })
|
|
8037
8102
|
], StripeLog.prototype, "stripeEventId", 2);
|
|
8038
8103
|
__decorateClass([
|
|
8039
|
-
|
|
8104
|
+
Column72({ name: "event_type", type: "varchar", nullable: true })
|
|
8040
8105
|
], StripeLog.prototype, "eventType", 2);
|
|
8041
8106
|
__decorateClass([
|
|
8042
|
-
|
|
8107
|
+
Column72({ name: "stripe_account_id", type: "varchar", nullable: true })
|
|
8043
8108
|
], StripeLog.prototype, "stripeAccountId", 2);
|
|
8044
8109
|
__decorateClass([
|
|
8045
|
-
|
|
8110
|
+
Column72({ name: "raw_webhook_data", type: "jsonb", nullable: true })
|
|
8046
8111
|
], StripeLog.prototype, "rawWebhookData", 2);
|
|
8047
8112
|
StripeLog = __decorateClass([
|
|
8048
|
-
|
|
8113
|
+
Entity71("stripe_logs")
|
|
8049
8114
|
], StripeLog);
|
|
8050
8115
|
|
|
8051
8116
|
// src/entities/recommendation-weightage-config.entity.ts
|
|
8052
8117
|
import {
|
|
8053
|
-
Entity as
|
|
8054
|
-
Column as
|
|
8055
|
-
Index as
|
|
8118
|
+
Entity as Entity72,
|
|
8119
|
+
Column as Column73,
|
|
8120
|
+
Index as Index55
|
|
8056
8121
|
} from "typeorm";
|
|
8057
8122
|
var RecommendationWeightageConfig = class extends BaseEntity {
|
|
8058
8123
|
};
|
|
8059
8124
|
__decorateClass([
|
|
8060
|
-
|
|
8125
|
+
Column73({
|
|
8061
8126
|
type: "varchar",
|
|
8062
8127
|
length: 100,
|
|
8063
8128
|
unique: true,
|
|
8064
8129
|
comment: "Unique key identifier (e.g., full_time_weights, hourly_weights)"
|
|
8065
8130
|
}),
|
|
8066
|
-
|
|
8131
|
+
Index55()
|
|
8067
8132
|
], RecommendationWeightageConfig.prototype, "key", 2);
|
|
8068
8133
|
__decorateClass([
|
|
8069
|
-
|
|
8134
|
+
Column73({
|
|
8070
8135
|
type: "jsonb",
|
|
8071
8136
|
comment: "JSON object containing weight values",
|
|
8072
8137
|
nullable: true
|
|
8073
8138
|
})
|
|
8074
8139
|
], RecommendationWeightageConfig.prototype, "value", 2);
|
|
8075
8140
|
__decorateClass([
|
|
8076
|
-
|
|
8141
|
+
Column73({ name: "is_active", type: "boolean", default: true })
|
|
8077
8142
|
], RecommendationWeightageConfig.prototype, "isActive", 2);
|
|
8078
8143
|
RecommendationWeightageConfig = __decorateClass([
|
|
8079
|
-
|
|
8144
|
+
Entity72("recommendation_weightage_configs")
|
|
8080
8145
|
], RecommendationWeightageConfig);
|
|
8081
8146
|
export {
|
|
8082
8147
|
ADMIN_FREELANCER_PATTERN,
|
|
@@ -8312,6 +8377,7 @@ export {
|
|
|
8312
8377
|
SignContractForFreelancerDto,
|
|
8313
8378
|
Signature,
|
|
8314
8379
|
Skill,
|
|
8380
|
+
SkillCatalog,
|
|
8315
8381
|
State,
|
|
8316
8382
|
Step,
|
|
8317
8383
|
StripeLog,
|