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